/* React Select Dark Theme Styles */
html[data-theme="dark"] [class*="singleValue"],
html[data-theme="dark"] [class*="Input"],
html[data-theme="dark"] [class*="placeholder"] {
  color: #e9ecef !important;
}

html[data-theme="dark"] [class*="control"] {
  background-color: #212533 !important;
  border-color: #495057 !important;
}

html[data-theme="dark"] [class*="control"]:hover {
  border-color: #6c757d !important;
}

html[data-theme="dark"] [class*="menu"] {
  background-color: #212529 !important;
}

html[data-theme="dark"] [class*="MenuList"] {
  background-color: #212529 !important;
}

html[data-theme="dark"] [class*="option"] {
  background-color: #212529 !important;
  color: #e9ecef;
}

html[data-theme="dark"] [class*="option"]:hover {
  background-color: #343a40 !important;
}
