@charset "utf-8";
@import url("../icons/hugeicons-font/icons.css");
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: IMBPlexSansArabic;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161616;
  text-align: right;
  background-color: #f9fafb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  direction: rtl;
}
[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}
html[dir="ltr"] {
  direction: ltr;
}
html, body, .map-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IBMPlexSansArabic/regular/IBMPlexSansArabic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IBMPlexSansArabic/extralight/IBMPlexSansArabic-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IBMPlexSansArabic/light/IBMPlexSansArabic-Light.ttf") format("truetype");
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IBMPlexSansArabic/bold/IBMPlexSansArabic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IBMPlexSansArabic/medium/IBMPlexSansArabic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: IMBPlexSansArabic;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/IBMPlexSansArabic/semibold/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
}
a, .btn {
  border-radius: 4px !important;
  text-decoration: none !important;
}
img, svg {
  max-width: 100%;
}
/******************** Scrollbar ********************/
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: #c7c6c6;
}
::-webkit-scrollbar {
  width: 5px;
}
.investment-side-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.investment-side-container::-webkit-scrollbar {
  width: 3px;
}
.investment-side-container::-webkit-scrollbar-thumb {
  background: #6CBE4B;
}
/**/
.top-toolbar {
  gap: 1rem;
  flex-wrap: wrap;
}
.custom-form-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  padding: 0;
}
.custom-form-switch .form-check-input {
  margin: 0;
  width: 3rem !important;
  height: 1.5rem !important;
}
.form-check-input:checked {
  background-color: #1B8354;
  border-color: #1B8354;
}
.custom-form-switch .form-check-input:focus {
  outline: 2px solid #161616;
  box-shadow: none;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23D2D6DB'/%3e%3c/svg%3e") !important;
}
.view-toggle.btn-group {
  border: 1px solid #D2D6DB;
  padding: 0 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  height: 2.5rem;
}
.view-toggle .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: .75rem;
  border: 0;
}
.view-toggle .btn.active {
  background: #1B8354;
  border-color: #1B8354;
  color: #fff;
}
.view-toggle .btn:not(.active):hover {
  background: #F3F4F6;
  border-color: #E5E7EB;
  color: #161616;
}
.view-toggle .btn:not(.active):active {
  background: #E5E7EB;
  border-color: #D2D6DB;
  ;
  color: #161616;
}
.view-toggle .btn:not(.active):focus {
  background: #fff;
  border-color: #fff;
  ;
  color: #161616;
  outline: 2px solid #161616;
}
.view-toggle .btn:hover svg path {
  fill: #161616;
}
.view-toggle .btn.active svg path, .view-toggle .btn.active:hover svg path {
  fill: #fff;
}
.filter-btn {
  border-radius: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.filter-btn:hover, .filter-btn:active {
  background-color: #161616;
}
.filter-btn:focus {
  background-color: #161616;
  border-color: #fff;
  outline: 2px solid #161616 !important;
}
.sort-btn {
  border-radius: 0.5rem;
  background: #fff;
  border-color: #e5e7eb;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.sort-btn:hover {
  border-color: #e5e7eb;
}
.sort-btn:focus {
  outline: 2px solid #161616 !important;
  border: 0;
}
.offer-card.card, .map-popup.card {
  border-radius: 1rem;
  border: 1px solid #0000002d;
  box-shadow: none;
}
.offer-card.card .card-body, .map-popup.card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.time-remaining {
  font-size: .875rem;
  font-weight: 600;
  color: #1C252E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.time-remaining i {
  color: #004444;
  font-weight: 400;
  font-size: 1.25rem;
}
.status-badge {
  font-size: .75rem;
  border-radius: 0.25rem;
  padding: .25rem .7rem;
  border: 1px solid transparent;
}
.status-public {
  color: #15803d;
  background: #ecfdf3;
  border-color: #bbf7d0;
}
.status-direct {
  color: #7c3aed;
  background: #f5f3ff;
  border-color: #ddd6fe;
}
.status-temporary {
  color: #c2410c;
  background: #fff7ed;
  border-color: #fed7aa;
}
.logo-placeholder {
  height: 39px;
  border-radius: .5rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline-start: 0.25rem;
  font-size: .75rem;
  color: #64748b;
}
.logo-placeholder img {
  max-width: 100%;
  height: 50px;
}
.card-title {
  font-weight: 700;
}
.opportunities-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 55px;
}
.card-subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-weight: 600;
  font-size: 14px;
  color: #384250;
}
.card-subtitle i {
  color: #004444;
  font-weight: 400;
  font-size: 1.125rem;
}
.info-box {
  background: #F9FAFB;
  border-radius: .25rem;
  border: 0;
  background: linear-gradient(118.64deg, rgba(0, 124, 123, 0) 78.73%, rgba(0, 146, 102, 0.31) 101.55%),
    linear-gradient(287.87deg, rgba(255, 255, 255, 0) 0.58%, rgba(0, 146, 102, 0.2) 112.75%);
  text-align: center;
  font-size: .8rem;
  padding: 1px;
}
.info-box-content {
  background: #F9FAFB;
  border-radius: .25rem;
  border: 0;
  padding: .5rem 0.75rem;
}
.map-popup .info-box .label {
  white-space: nowrap;
}
.info-box .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #637381;
  font-size: 0.875rem;
  font-weight: 600;
}
.info-box .label i {
  color: #004444;
  font-weight: 400;
  font-size: 1.25rem;
}
.info-box .value {
  margin-top: .15rem;
  font-weight: 600;
  font-size: 1rem;
  color: #007272;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-inline-start: 0.25rem;
}
.info-box .value .value-type {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1C252E;
}
.details-btn {
  border-radius: 0.25rem;
  font-weight: 500;
  color: #161616;
  border: 1px solid #D2D6DB;
}
.btn-primary {
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  background: #1b8354;
  border: 1px solid #1b8354;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  outline: 0;
}
.btn-primary:hover {
  background: #166a45;
  border: 1px solid #166a45;
}
.btn-primary:active {
  background: #104631;
  border: 1px solid #104631;
}
.btn-primary:focus {
  background: #1b8354;
  outline: 2px solid #161616 !important;
  border: 1px solid #fff;
}
.btn-primary:active:focus {
  background: #104631;
  border: 1px solid #fff;
}
.btn-primary:disabled, .btn-primary[disabled], .btn-primary.disabled {
  background: #f3f4f6;
  color: #9da4ae;
  border: 1px solid #f3f4f6;
}
.pagination {
  gap: 1rem;
}
.pagination .page-link {
  border-radius: .5rem;
  border: 0;
  color: #161616 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  line-height: 1.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.pagination .page-link:hover {
  border-radius: 4px !important;
  background: #F3F4F6;
}
.pagination .page-link:focus {
  border-radius: 4px !important;
  outline: 2px solid #161616 !important;
  box-shadow: none;
}
.active>.page-link, .page-link.active {
  color: #161616 !important;
  font-size: 1rem;
  font-weight: 400;
  background: transparent;
  border: 0;
}
.active>.page-link::after, .page-link.active::after, .page-link:hover::after, .page-link:hover::after {
  content: "";
  display: flex;
  width: 1.5rem;
  height: 0.1875rem;
  border-radius: 624.9375rem;
  background: #1B8354;
  position: absolute;
  bottom: 0;
}
/* ========== FILTER DROPDOWN ========== */
.dropdown-filter .dropdown-menu {
  min-width: 360px;
  max-width: 420px;
  padding: 1rem 1rem .75rem;
  border-radius: 1rem;
  border: 0;
  box-shadow: rgba(16, 24, 40, 0.1) 0px 4px 8px -2px, rgba(16, 24, 40, 0.06) 0px 2px 4px -2px;
  text-align: start;
}
@media(max-width:480px) {
  .dropdown-filter .dropdown-menu {
    width: 100vw;
    max-width: 100vw;
    margin-inline: -1rem;
  }
}
@media(max-width:576px) {
  .info-box-content {
    padding: .5rem .25rem;
  }
  .info-box .label, .info-box .value {
    font-size: 0.675rem;
    gap: 0.25rem;
  }
}
.filter-section-title {
  font-weight: 600;
  font-size: .95rem;
}
.btn-group.pill-group {
  gap: 0.25rem;
}
.pill-group .btn {
  border-radius: 0.675rem;
  font-size: 12px;
  font-weight: 500;
  padding: 0 1rem;
  height: 2.5rem;
}
.pill-group .btn-outline-secondary {
  background: #f4f4f5;
  border-color: transparent;
  color: #111827;
}
.pill-group .btn-outline-secondary.active {
  background: #1B8354;
  color: #fff;
}
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  height: 2.5rem;
  background: #fff;
  border-radius: 0.675rem;
  padding: .25rem .6rem;
  font-size: .875rem;
}
.filter-chip button {
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1;
}
.dropdown-menu .bg-light {
  background-color: #919EAB14 !important;
}
.filter-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: .75rem;
  padding: .25rem 0;
  padding-inline-start: 0.25rem;
}
.filter-count {
  min-width: 34px;
  height: 34px;
  border-radius: .75rem;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: #6b7280;
}
.form-check-input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
}
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.filter-row:hover .flex-grow-1::after {
  content: "";
  border-radius: 100%;
  background: #F3F4F6;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 1.125rem;
  left: auto;
  right: -1.35rem;
  z-index: -2;
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s ease-in-out;
}
.filter-row.entity-child.entity-parent:hover .flex-grow-1::after {
  right: -0.575rem;
}
.filter-row.entity-child:not(.entity-parent):hover .flex-grow-1::after {
  right: 0.375rem;
}
[dir="ltr"] .filter-row:hover .flex-grow-1::after {
  right: auto;
  left: -1.35rem;
}
[dir="ltr"] .filter-row.entity-child.entity-parent:hover .flex-grow-1::after {
  right: auto;
  left: -0.575rem;
}
[dir="ltr"] .filter-row.entity-child:not(.entity-parent):hover .flex-grow-1::after {
  right: auto;
  left: 0.375rem;
}
.filter-row:has(.form-check-input:focus)::before {
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #161616;
  position: absolute;
  content: "";
  top: -4px;
  inset: 4px 0 0 0;
  z-index: -1;
}
.filter-row.entity-child.entity-parent:has(.form-check-input:focus)::before {
  inset: 4px 12px 0 0;
}
.filter-row.entity-child:not(.entity-parent):has(.form-check-input:focus)::before {
  inset: 4px 28px 0 0;
}
[dir="ltr"] .filter-row:has(.form-check-input:focus)::before {
  inset: 4px 0 0 0;
}
[dir="ltr"] .filter-row.entity-child.entity-parent:has(.form-check-input:focus)::before {
  inset: 4px 0 0 12px;
}
[dir="ltr"] .filter-row.entity-child:not(.entity-parent):has(.form-check-input:focus)::before {
  inset: 4px 0 0 28px;
}
.filter-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: .5rem;
  padding-top: .6rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.btn-clear-all {
  background: #fff;
  border: 1px solid #D2D6DB;
  color: #161616;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 1rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}
.btn-clear-all:hover {
  background: #F3F4F6;
  border-color: #E5E7EB;
  color: #161616;
}
.btn-clear-all:active {
  background: #E5E7EB;
  border-color: #D2D6DB;
  color: #161616;
}
.btn-clear-all:focus {
  background: #fff;
  border-color: #fff;
  color: #161616;
  outline: 2px solid #161616 !important;
}
.btn-apply {
  flex: 1;
  border-radius: .9rem;
  font-weight: 600;
  background: #1B8354;
  border-color: #1B8354;
}
/* double range */
.range-wrapper {
  position: relative;
  padding-top: 1.5rem;
  direction: ltr;
}
.range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.4rem;
  height: 8px;
  border-radius: 999px;
  background: #e5e7eb;
}
.range-track-fill {
  position: absolute;
  height: 8px;
  border-radius: 999px;
  background: #1B8354;
}
.range-wrapper input[type=range] {
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
}
.range-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #1B8354;
  border: 2px solid #067647;
}
.range-wrapper input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #1B8354;
  border: 2px solid #067647;
}
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: .82rem;
  color: #111827;
  margin-top: 1.2rem;
  direction: rtl;
}
/* ========== MAP VIEW ========== */
#locator-map {
  max-width: 100%;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  min-height: 520px
}
#gis-map {
  max-width: 100%;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  min-height: 520px
}
#locator-map iframe {
  border-radius: 8px;
}
.gis-map .investment-details {
  min-width: 300px;
  max-width: calc(100% - 1rem);
  min-height: 262px;
  position: absolute;
  right: 40%;
  top: 10%;
}
.gis-map {
  position: relative;
}
#mapView {
  margin-top: 1rem;
}
.map-wrapper {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 520px;
}
.map-grid-line {
  position: absolute;
  border: 1px solid rgba(148, 163, 184, .3);
}
.map-grid-line.horizontal {
  left: 0;
  right: 0;
  height: 1px;
}
.map-grid-line.vertical {
  top: 0;
  bottom: 0;
  width: 1px;
}
.map-marker {
  position: absolute;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1B8354;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, .15);
  cursor: pointer;
}
.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
  z-index: 10;
  width: 390px;
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .3);
}
.map-popup .card-body {
  padding: 1rem 1rem .9rem;
}
/* ======= SERVICE MARKERS ======= */
.service-marker {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0ea5e9;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
/* ======= SERVICES DROPDOWN PANEL ======= */
.services-panel {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  width: 220px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .3);
  font-size: .85rem;
}
.services-header {
  padding: .6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.services-header-title {
  font-weight: 600;
}
.services-body {
  border-top: 1px solid #e5e7eb;
  padding: .5rem .5rem .6rem;
}
.services-row {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .35rem .55rem;
  border-radius: .75rem;
  cursor: pointer;
}
.services-row:hover {
  background: #f3f4f6;
}
.services-icon {
  width: 32px;
  height: 32px;
  border-radius: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 1rem;
}
.services-row.active .services-icon {
  background: #ecfdf3;
  color: #1B8354;
}
.services-row .bi-eye {
  display: none;
}
.services-row.active .bi-eye {
  display: inline;
}
.services-row.active .bi-eye-slash {
  display: none;
}
.services-panel.collapsed .services-body {
  display: none;
}
.services-panel.collapsed .services-header i {
  transform: rotate(180deg);
}
/*CSS Animation Furas Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #c5c5c585;
  right: 0;
  left: 0;
  z-index: 9999999;
}
.loader-logo img {
  width: 200px;
  margin: auto;
  max-width: none;
}
.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.loader, .loader-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}
.loader-figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #f9f9f9;
  border-radius: 10px;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader-label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2em 0 0 50%;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5em;
  color: #006f42;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}
@-webkit-keyframes loader-figure {
  0% {
    height: 2em;
    width: 2em;
    background-color: #ffffff;
  }
  29% {
    background-color: #ffffff;
  }
  30% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  to {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 2em;
    width: 2em;
    background-color: #ffffff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 5em;
    width: 5em;
    background-color: transparent;
    border-width: 3em;
    opacity: 1;
  }
  to {
    height: 5.5em;
    width: 5.5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
/* ENTITY: show more/less */
#toggleEntitiesBtn {
  color: #1B8354;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
#toggleEntitiesBtn:hover {
  color: #54c08a;
}
.btn-link {
  color: #1B8354;
}
.btn-link:hover {
  color: #54c08a;
}
.btn-link:focus {
  color: #166a45;
  outline: 2px solid #161616 !important;
}
.btn-link:active {
  color: #166a45 !important;
}
/* اختياري: نعطي row انسيابية أكثر */
.entity-row {
  transition: opacity .15s ease;
}
.entity-child {
  padding-inline-start: 1rem;
  opacity: .95;
}
/*22062026*/
#entityList .entity-child {
  padding-inline-start: 1rem;
}
#entityList .municipality-group {
  padding-inline-start: 2rem;
  background: transparent;
}
#entityList .municipality-child {
  padding-inline-start: 2rem;
}
#entityList .municipality-group .filter-count {
  opacity: .75;
}
#entityList .municipality-search-wrapper {
  padding-inline-start: 2rem;
}
#entityList .municipality-search-input {
  font-size: .875rem;
}
#entityList .municipality-toggle {
  padding-inline-start: 2rem;
}
#entityList .municipality-toggle .btn {
  font-size: .875rem;
  text-decoration: none;
}
/* No Results Message Styles */
.no-results-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.no-results-content {
  text-align: center;
}
.no-results-icon {
  margin-bottom: 12px;
}
.no-results-icon i {
  font-size: 36px;
  color: #e9ecef;
  opacity: 0.6;
  display: inline-block;
}
.no-results-text {
  margin-bottom: 32px;
}
.no-results-title {
  font-size: 24px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 16px;
}
.no-results-description {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}
.no-results-action {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.btn-reset-filters {
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
/* Language support */
.no-results-title .arabic,
.no-results-description .arabic,
.btn-reset-filters .arabic {
  display: none;
}
.no-results-title .english,
.no-results-description .english,
.btn-reset-filters .english {
  display: none;
}
.lang-ar .no-results-title .arabic,
.lang-ar .no-results-description .arabic,
.lang-ar .btn-reset-filters .arabic {
  display: inline;
}
.lang-en .no-results-title .english,
.lang-en .no-results-description .english,
.lang-en .btn-reset-filters .english {
  display: inline;
}