.map-detail {
  height: 500px;
  width: 445px;
}

.maps-markers-labels {
  color: #fff;
  width: 18px;
  margin-left: -10px !important;
  text-align: center;
  font-size: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.autocomplete-results {
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  display: none;
  background-color: white;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
  z-index: 1;
}

.autocomplete-item {
  padding: 5px 5px 5px 28px;
  height: 31px;
  line-height: 22px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.85rem;
}

.autocomplete-icon {
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.autocomplete-icon.icon-localities {
  background-image: url("../images/seeker/location-autocomplete.svg");
  background-size: 12px;
  left: 4px;
}

.autocomplete-item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.autocomplete-results::after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 19px;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: url("../images/powered-by-google-on-white3_hdpi.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.autocomplete-input {
  position: relative;
}

.autocomplete-active {
  background-color: #ebf2fe !important;
}

.autocomplete-active .autocomplete-icon.icon-localities {
  background-image: url("../images/seeker/location-autocomplete-red.svg");
}