.autocomplete-list-item {
  cursor: default;
  height: 42px;
  line-height: 42px;
  padding-top: 15px !important;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8rem;
}

.autocomplete-list-item.selected {
  background-color: #8fa7da !important;
}

.autocomplete-list {
  box-shadow: 0 2px 3px 0 rgba(44, 62, 80, 0.24);
  border-radius: 4px;
  border: none !important;
}

.autocomplete {
  width: 100%;
}

.autocomplete-input {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.bg-purple {
  background-color: #56446c;
}

.bg-purple-light {
  background-color: #605476;
}

