.leaflet-container .leaflet-popup {
  font-family: "Dosis", "GE-Dinar", sans-serif;
}
.leaflet-container .leaflet-popup .leaflet-popup-tip {
  display: none;
}
.leaflet-container .leaflet-popup .leaflet-popup-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  text-align: unset;
}
.leaflet-container .leaflet-popup .map_popup {
  padding: 2rem;
  width: 40rem;
}
.leaflet-container .leaflet-popup .map_popup[dir=ltr] {
  text-align: left;
}
.leaflet-container .leaflet-popup .map_popup[dir=rtl] {
  text-align: right;
}
.leaflet-container .leaflet-popup .map_popup .choose_center {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.leaflet-container .leaflet-popup .map_popup .locations .location {
  gap: 0.5rem;
}
.leaflet-container .leaflet-popup .map_popup .locations .location a.location_google {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem;
  border: 3px solid #40c2cc;
  border-radius: 6px;
}
.leaflet-container .leaflet-popup .map_popup .locations .location p {
  margin: 0;
}/*# sourceMappingURL=contactUs_map.css.map */