.alerts-time-dropdown .Select-control {
  background-color: #111827 !important;
  border: 1px solid rgba(148, 163, 184, 0.25) !important;
  color: white !important;
  min-height: 38px !important;
}

.alerts-time-dropdown .Select-menu-outer {
  background-color: #111827 !important;
  border: 1px solid rgba(148, 163, 184, 0.25) !important;
}

.alerts-time-dropdown .Select-option {
  background-color: #111827 !important;
  color: white !important;
}

.alerts-time-dropdown .Select-option.is-focused {
  background-color: #1f2937 !important;
  color: white !important;
}

.alerts-time-dropdown .Select--single > .Select-control .Select-value,
.alerts-time-dropdown .Select-placeholder,
.alerts-time-dropdown .Select-input > input,
.alerts-time-dropdown .has-value.Select--single > .Select-control .Select-value .Select-value-label,
.alerts-time-dropdown .Select-value {
  color: white !important;
}

.alerts-time-dropdown .Select-value {
  line-height: 36px !important;
}

.alerts-time-dropdown .Select-placeholder {
  color: rgba(255,255,255,0.55) !important;
}

.alerts-time-dropdown .Select-arrow {
  border-top-color: white !important;
}

.alerts-time-dropdown .Select-clear-zone {
  color: white !important;
}