.custom-dropdown .dropdown-item {
    text-align: center; 
    padding: 10px 15px; 
    color: #333; 
    transition: background-color 0.2s ease; 
}

.custom-dropdown .dropdown-item:hover {
    background-color: rgba(100, 150, 255, 0.1); 
    color: #0056b3; 
}

.btn-primary.dropdown-toggle:hover {
    background-color: #0056b3; 
}


.custom-dropdown {
    min-width: 100px !important; 
    text-align: center;  
    border-radius: 8px; 
    padding: 5px 0;
}