#map {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Control.Geocoder.css */
.leaflet-control-geocoder-form input {
  width: 15vw !important; /* old: 246px */
}
.leaflet-control-geocoder-alternatives {
  width: inherit !important; /* old: 272px */
}

/* leaflet css */
.leaflet-horizontalcenter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* .popover {
    top: 10px !important;
    height: auto;
    width: 30%;
}

.arrow {
    visibility: hidden;
} */

.leaflet-info {
  cursor: pointer;
}

.help_content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  color: rgb(60 55 50);
}

.help_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.05em;
  color: rgb(60 55 50);
  text-align: center;
}

.question_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.7em;
  color: rgb(60 55 50);
  font-weight: bold;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px;
}
