.map-provinces-show-list-btn {
  position: absolute;
  top: 10px;
  right: 168px;
  z-index: 401;
  background: #0b6078;
  border-radius: 5px;
  padding: 5px;
  border: none;
}

.modal#province_map .province-map-box svg {
  margin: auto;
  height: auto;
}
.modal#province_map .province-map-box svg #iran path {
  fill: #e9e9e9;
}
.modal#province_map .province-map-box svg #iran .kerman,
.modal#province_map .province-map-box svg #iran .isfahan,
.modal#province_map .province-map-box svg #iran .azerbaijan-east {
  cursor: pointer;
  fill: #bdbdbd;
}
.modal#province_map .province-map-box svg #iran .kerman:hover,
.modal#province_map .province-map-box svg #iran .isfahan:hover,
.modal#province_map .province-map-box svg #iran .azerbaijan-east:hover {
  fill: #ff5630;
}
.modal#province_map .province-map-box svg #iran .map-selected {
  fill: #ff5630;
}
.modal#province_map .province-map-box svg .border path,
.modal#province_map .province-map-box svg .island path {
  fill: #fff;
}
.modal#province_map .province-map-box svg .sea path,
.modal#province_map .province-map-box svg .lake path {
  fill: #6caed8;
}
.modal#province_map .province-map-box .tooltiptextmap {
  display: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  line-height: 26px;
  border-radius: 2px;
  position: absolute;
  opacity: 0.8;
}

#map {
  width: 100%;
  height: 100%;
}
#map .map-routing-popup-distance {
  color: #f56b39;
}
#map .map-routing-popup-time {
  color: #f56b39;
}

.leaflet-container {
  font-family: "IRANSansFaNum";
}

.marker-cluster div {
  font: 12px "IRANSansFaNum";
}

.leaflet-container .leaflet-control-attribution {
  background: transparent;
}

.leaflet-control-attribution-box {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

body[map-tile=dark] .leaflet-control-attribution-box {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.leaflet-contextmenu a.leaflet-contextmenu-item {
  font-size: 14px;
  padding: 5px 12px;
}

.leaflet-contextmenu-icon {
  float: right;
  margin: 2px 0 0 8px;
}

.leaflet-grab {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab {
  cursor: move;
}

@media (max-width: 991.98px) {
  .leaflet-bottom .leaflet-control {
    margin-bottom: 27px;
  }
}
.map-limitation .category_fa {
  color: #F56B39;
}

.map-obstruction .category_fa {
  color: #F56B39;
}

.footer {
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.79);
  font-size: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .footer {
    font-size: 12px;
  }
}

.history-item {
  border: 1px dashed #f56b39;
  border-radius: 5px;
  cursor: pointer;
}

.history-src-des-text {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}
.history-src-des-text:hover {
  color: #C34F28 !important;
}

.empty-history {
  text-align: center;
  letter-spacing: 2px;
  color: #ff5c0f;
  padding-top: 10px;
  padding-bottom: 10px;
}

#map-types {
  width: 100%;
  height: 100%;
}

.map-types-legend {
  position: absolute;
  bottom: 52px;
  right: 26px;
  z-index: 402;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
  font-size: 14px;
}
