/* Custom styles for the dropdown to ensure text visibility */
#league-dropdown .Select-value-label {
    color: #ffffff !important; /* White text for selected option */
}

#league-dropdown .Select-control {
    background-color: #343a40 !important; /* Dark background */
    color: #ffffff !important; /* White text */
}

#league-dropdown .Select-menu-outer {
    background-color: #343a40 !important; /* Dark background for dropdown menu */
    color: #ffffff !important; /* White text for dropdown options */
}

#league-dropdown .Select-option {
    background-color: #343a40 !important;
    color: #ffffff !important;
}

#league-dropdown .Select-option.is-focused {
    background-color: #495057 !important; /* Slightly lighter for hover */
}

#league-dropdown .Select-option.is-selected {
    background-color: #495057 !important; /* Slightly lighter for selected */
}