@charset "UTF-8";

/* ../../../../../tmp/tmp-3212523-IibwRJMS7RuE/custom_gabal_map/custom_gabal_map/public/scss/gabal_map.bundle.css */
.gc-gabal-map *,
.gc-gabal-map *::before,
.gc-gabal-map *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.gc-gabal-map {
  font-family:
    "Segoe UI",
    Tahoma,
    Arial,
    sans-serif;
}
.page-content-wrapper,
.page_content,
main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.gc-gabal-map {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gc-gabal-map #page-header {
  position: sticky;
  top: 0;
  flex-shrink: 0;
  min-height: 48px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  direction: rtl;
  z-index: 1100;
}
.gc-gabal-map .page-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  flex-wrap: wrap;
}
.gc-gabal-map .page-header-title {
  font-size: 18px;
  font-weight: 700;
  color: #002575;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.gc-gabal-map #map-container {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 420px;
  flex-shrink: 0;
}
.gc-gabal-map #map {
  width: 100%;
  height: 100%;
  background: white;
}
.gm-text-box-overlay {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  box-sizing: border-box;
  font-family:
    "Segoe UI",
    Tahoma,
    Arial,
    sans-serif;
}
.leaflet-popup-content {
  direction: rtl;
  text-align: right;
  font-family:
    "Segoe UI",
    Tahoma,
    Arial,
    sans-serif;
  min-width: 140px;
}
.popup-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}
.popup-sub {
  font-size: 11px;
  color: #94a3b8;
}
.leaflet-control-container .leaflet-bottom.leaflet-left {
  bottom: 16px;
  left: 16px;
}
#search-container {
  display: none !important;
}
#search-box {
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  outline: none;
  direction: rtl;
  color: #1e293b;
}
#search-box::-moz-placeholder {
  color: #94a3b8;
}
#search-box::placeholder {
  color: #94a3b8;
}
#search-box:focus {
  box-shadow: 0 2px 16px rgba(59, 130, 246, 0.35);
}
#search-results {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
}
.search-result-item {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-item:hover {
  background: #f1f5f9;
}
.result-type-badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}
.badge-block {
  background: #f1f5f9;
  color: #374151;
}
.badge-open_shape {
  background: #fdf2f8;
  color: #86198f;
}
.badge-text {
  background: #fef9c3;
  color: #854d0e;
}
.badge-line {
  background: #e0f2fe;
  color: #0369a1;
}
#no-results {
  padding: 10px 14px;
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
  display: none;
}
#layer-controls {
  display: none !important;
}
.layer-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  color: #334155;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
  white-space: nowrap;
  direction: rtl;
}
.layer-btn:hover {
  background: #f1f5f9;
}
.layer-btn.off {
  opacity: 0.38;
}
.layer-dot {
  width: 11px;
  height: 11px;
  border-radius: 2px;
  flex-shrink: 0;
}
#loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201, 185, 154, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  gap: 14px;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gm-spin 0.8s linear infinite;
}
@keyframes gm-spin {
  to {
    transform: rotate(360deg);
  }
}
#loading-overlay p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.gc-gabal-map #btn-download-original {
  flex-shrink: 0;
  padding: 7px 16px;
  border: none;
  border-radius: 8px;
  background: #002575;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 37, 117, 0.3);
  transition: background 0.15s, transform 0.15s;
  font-family: inherit;
}
.gc-gabal-map #btn-download-original:hover {
  background: #003399;
  transform: translateY(-1px);
}
#map-title-badge {
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  direction: rtl;
}
/*# sourceMappingURL=gabal_map.bundle.QRPI5KJE.css.map */
