#autocompletePlaceItems {
  /* padding: 10px 10px; */
  list-style: none;
  cursor: pointer;
  position: relative;
  display: none;
  border-radius: 10px;
  margin: 0;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 50px;
  left: 5%;
  width: 90%;
  z-index: 2;
}
.AutocompletePlaceItems:hover {
  background-color: #e3520511;
}
.AutocompletePlaceResults {
  width: 100%;
  position: relative;
}
