/* Property details feature icons */
.nav-users-profile .wrapper-image i {
  margin-left: 8px;
  font-size: 18px;
  vertical-align: middle;
}

/* Keep bottom menu clickable above map iframe and overlays */
.un-bottom-navigation {
  z-index: 1050 !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.un-bottom-navigation .em_body_navigation {
  pointer-events: auto;
}
.un-bottom-navigation .btn_navLink {
  pointer-events: auto;
}


/* Price range slider — clearer track + handles */
.modal-filter .slider-range-price .content-slider .header {
  margin-bottom: 10px;
}
.modal-filter .price-selected-label {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #389dff;
  text-align: center;
}
.modal-filter .slider-range-price .steps-slider {
  margin: 28px 10px 8px;
  padding: 0 6px;
  direction: ltr; /* numbers: left = min, right = max */
}
.modal-filter .slider-range-price .noUi-horizontal {
  height: 0;
}
.modal-filter .slider-range-price .noUi-base .noUi-connects {
  height: 12px;
  border-radius: 999px;
  background-color: rgba(128, 128, 128, 0.35);
}
.modal-filter .slider-range-price .noUi-base .noUi-connects .noUi-connect {
  background: linear-gradient(90deg, #2f8fef, #5eb3ff);
}
.modal-filter .slider-range-price .noUi-base .noUi-origin .noUi-handle {
  width: 34px;
  height: 34px;
  right: -17px;
  top: -11px;
  cursor: grab;
}
.modal-filter .slider-range-price .noUi-base .noUi-origin .noUi-handle .noUi-touch-area {
  width: 34px;
  height: 34px;
  border: 4px solid var(--white, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  background-color: #389dff;
}
.modal-filter .slider-range-price .noUi-tooltip {
  opacity: 1;
  min-width: 72px;
  white-space: nowrap;
  pointer-events: none;
}
.modal-filter .slider-range-price .content-slider .auto-price .input-text-price input {
  pointer-events: auto;
  width: 90px;
  min-width: 70px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark, #fff);
  opacity: 1;
}
.modal-filter .slider-range-price .content-slider .auto-price .input-text-price.min input,
.modal-filter .slider-range-price .content-slider .auto-price .input-text-price.max input {
  width: 90px;
}
.modal-filter .slider-range-price .content-slider .auto-price .input-text-price span {
  font-weight: 600;
}
.modal-filter .slider-range-price .price-under-line {
  margin-top: 14px;
  color: var(--secondary, #8c8c8c);
  font-weight: 500;
}


/* Home page top search */
.home-top-search {
  position: relative;
  z-index: 20;
  padding: 10px 16px 6px;
  background: transparent;
}
.home-top-search .content-search {
  margin: 0;
}
.home-top-search .form-control {
  background: rgba(30, 30, 30, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
}


/* Account menu links must remain clickable */
.un-navMenu-default .nav-link {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.un-my-account,
.un-navMenu-default {
  position: relative;
  z-index: 2;
}
