/* Custom styles for Dash dropdowns in Play Store app_recaller */

/* Target only the Regex Filter comparator dropdown */
#regex-pairing, #regex-pairing .Select-control, #regex-pairing .Select-menu-outer, #regex-pairing .Select-menu {
  background: #000 !important;
  color: #fff !important;
  font-size: 6pt !important;
}

/* Selected value in dropdown */
#regex-pairing .Select-value-label {
  color: #fff !important;
  background: #000 !important;
  font-size: 6pt !important;
}

/* Dropdown menu options */
#regex-pairing .Select-option {
  background: #000 !important;
  color: #fff !important;
  font-size: 6pt !important;
}

/* Option hover/focus */
#regex-pairing .Select-option.is-focused {
  background: #222 !important;
  color: #fff !important;
}

/* Option selected */
#regex-pairing .Select-option.is-selected {
  background: #333 !important;
  color: #fff !important;
}
