@import url("popup.css");
@import url("cluster.css");
@import url("filterUI.css");
@import url("marker-label.css");
@import url("marker-alt.css");
@import url("controls.css");
@import url("toggle.css");
@import url("loading.css");

@font-face {
  font-family: "Volant";
  src: url("../volant.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-family: "Volant", sans-serif !important;
  direction: rtl;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.filter-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.info-section {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* Custom styling for the Leaflet tooltip that shows the displayName */
.leaflet-tooltip {
  font-family: "Volant", sans-serif;
  direction: rtl;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  font-size: 12px;
}
.leaflet-container {
  font-family: "Volant", sans-serif !important;
  direction: rtl;
}