
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: lightgrey;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: lightgrey !important;
    color: black;
  }
