.typeahead__dropdown,
.typeahead__list {
  margin: 8px 0 0 0;
  padding: 0;
}

.typeahead__dropdown .typeahead__dropdown-item > a,
.typeahead__list .typeahead__item > a {
  color: #100f9f;
}

.typeahead__dropdown .typeahead__dropdown-item.active,
.typeahead__list .typeahead__item.active {
  outline: 2px solid #0078d7 !important;
  outline-offset: -2px;
}

.typeahead__dropdown .typeahead__dropdown-item > a strong,
.typeahead__list .typeahead__item > a strong {
  font-weight: normal;
}

.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
.typeahead__list .typeahead__item:not([disabled]).active > a,
.typeahead__list .typeahead__item:not([disabled]) > a:focus,
.typeahead__list .typeahead__item:not([disabled]) > a:hover {
  background: #f7f7f7;
  color: black;
}

.typeahead__container.loading .typeahead__query::after,
.typeahead__container.loading .typeahead__query::before {
  right: 100px;
}
