
body:not(.light) .select option {
  background: #151935;
  color: #e6e8f2;
}

body:not(.light) .card select option {
  background: #181c3a;
  color: #e9ecff;
}
