/* Force dropdown text to be readable on light background */
.Select-control,
.Select-placeholder,
.Select-value,
.Select-input > input,
.VirtualizedSelectOption,
.VirtualizedSelectFocusedOption {
  color: #000 !important;
}

/* Ensure the menu itself is readable too */
.Select-menu-outer {
  color: #000 !important;
}

/* If you're using dbc.Select or bootstrap-themed dropdowns */
select.form-control,
div.Select-control {
  background-color: #ffffff !important;
  color: #000000 !important;
}
