/* Native option popups need explicit colors on Windows as well as the control. */
.game-hud-select,
.game-language-select {
  color-scheme: dark;
  background-color: #101b2b;
  color: #f1f5f9;
}

.game-hud-select option,
.game-language-select option,
.game-hud-select optgroup,
.game-language-select optgroup {
  background-color: #101b2b;
  color: #f1f5f9;
}

.game-hud-select option:disabled,
.game-language-select option:disabled {
  color: #94a3b8;
}
