.react-autosuggest__suggestions-container {
  max-height: 300px;
  background-color: white;
  overflow: auto;
}

.react-autosuggest__container {
  position: absolute;
}

.react-autosuggest__input {
  border-color: #ddd;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
}

.react-autosuggest__input--focused {
  border-color: #ccc !important;
  border-width: 1px;
  border-radius: 5px;
}
