.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    height: 150px;
    overflow-y: scroll;
  }
  
  .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  
  .autocomplete-selected {
    background: #1b12c86b;
  }
  
  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #485fc7;
  }