a {
    text-decoration: none !important;
}

.select {
    border: 1px solid rgba(0, 132, 255, 0.5) !important;
    border-radius: 1rem !important;
    transition: border 0.3s ease;
}

.select:hover {
    border: 1px solid rgb(0, 132, 255) !important;
    box-shadow: 0px 4px 8px rgba(0, 132, 255, 0.2);
    border-radius: 1rem;
    box-sizing: border-box; /* Ensures border is drawn inside */
    transition: border 0.3s ease;
}

.menu {
    letter-spacing: 2px !important;
}

.disabled {
	border: 1px solid rgba(184, 184, 184, 0.5) !important;
    border-radius: 1rem !important;
}