.city-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  z-index: 9999;
}

.city-item {
  padding: 8px 10px;
  cursor: pointer;
}

.city-item:hover {
  background: #f5f5f5;
}
