/* Dark Theme Override for typeahead.css */

.dropdown-menu {
  background-color: #252538 !important;
  border-color: #3a3a4e !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.dropdown-menu .divider {
  background-color: #3a3a4e !important;
  border-bottom: 1px solid #2a2a3e !important;
}

.dropdown-menu a {
  color: #c0c0c0 !important;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff !important;
  background-color: #4a9eff !important;
}

.dropdown-menu li > a:hover .faded,
.dropdown-menu .active > a .faded,
.dropdown-menu .active > a:hover .faded {
  color: rgba(255,255,255,0.8) !important;
}

.dropdown-menu li + li {
  border-top: 1px solid rgba(58, 58, 78, 0.5) !important;
}
