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

.maps-markers-labels {
  color: white;
  font-size: 0.875rem;
  font-family: Arial;
  text-align: center;
  white-space: nowrap;
  margin-top: -28px !important;
  margin-left: -13px !important;
  width: 25px;
}
.maps-markers-labels.white-border {
  margin-top: -36px !important;
}

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

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