.autocomplete-container {
  width: 100%;
  font-size: inherit;
  position: relative;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#autocomplete-border {
  background-color: #fff;
  margin-top: 1.5%;
  border: 1px solid #b7b7b7;
  position: absolute;
  overflow-y: scroll;
  scrollbar-width: none;
  border-radius: 10px;
  height: 30vh;
  width: 63%;
  z-index: 100;
}

div[id^="autocomplete-city-"] {
  padding-left: 1%;
}

div[id^="autocomplete-city-"]:hover {
  margin-left: 1%;
  border-radius: 10px;
  user-select: none;
  background-color: #cfd1d0;
  cursor: grab;
}
