.autocomplete-items div:hover {
      background-color: #259170;
      color: #fff;
   }
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #eee;
}
.autocomplete-items {
   position: absolute;
   border: 1px solid #e2e2e2;
   border-top: none;
   z-index: 9999;
   max-height: 255px;
   overflow-y: auto;
   left: 0px;
   right: 0px;
   top: -6px;
   font-size: 14px;
   font-family: inherit;
   color: var(--text-grey);
   font-weight: 400;
}
   