:root {
  --mk-yellow: #ECD701;
  --mk-black: #111;
}
.mk-login-chip {
  display: inline-flex;
  align-items: center;
  background: var(--mk-yellow);
  color: var(--mk-black) !important;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
}
header.default.heade-sticky {
  background: var(--white, #fff) !important;
  z-index: 30;
}
.home-top-search {
  position: fixed;
  top: 72px;
  left: 12px;
  right: 12px;
  z-index: 22;
  display: flex;
  gap: 8px;
  align-items: center;
}
body:not(.page-map) .home-top-search {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.home-top-search .input_group {
  flex: 1;
  position: relative;
}
.home-top-search .form-control {
  width: 100%;
  border-radius: 999px;
  padding: 12px 44px 12px 16px;
  border: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.home-top-search .form-control::placeholder { color: #444; }
.home-top-search .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #111;
}
.home-top-search .btn-box-filter {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  color: #111;
}

body.page-map,
html.page-map,
html.page-map body {
  height: 100%;
  height: 100dvh;
  margin: 0;
  overflow: hidden;
  background: #e6e4e0;
}
body.page-map #wrapper,
body.page-map #content {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body.page-map header.default {
  position: relative;
  flex: 0 0 auto;
  z-index: 30;
}
body.page-map #map,
body.page-map #map.leaflet-container {
  flex: 1 1 auto;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  direction: ltr !important;
  background: #e6e4e0;
  z-index: 1;
}
body.page-map .leaflet-tile-pane {
  filter: grayscale(1) contrast(1.02) brightness(1.06);
}

body .un-bottom-navigation.mk-dock {
  position: fixed !important;
  left: 14px !important;
  right: 14px !important;
  bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  z-index: 2000 !important;
  pointer-events: none;
}
body .un-bottom-navigation.mk-dock .em_body_navigation {
  pointer-events: auto;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  min-height: 64px !important;
  height: auto !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 28px !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.22) !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body .un-bottom-navigation.mk-dock .item_link {
  height: auto !important;
}
body .un-bottom-navigation.mk-dock .btn_navLink {
  color: #111 !important;
}
body .un-bottom-navigation.mk-dock .btn_navLink i {
  color: #111 !important;
  font-size: 24px !important;
}
body .un-bottom-navigation.mk-dock .btn_navLink.active i,
body .un-bottom-navigation.mk-dock .btn_navLink.active .icon_active i {
  color: #ECD701 !important;
}
body .un-bottom-navigation.mk-dock .btn_navLink.active .icon_current { display: none !important; }
body .un-bottom-navigation.mk-dock .btn_navLink.active .icon_active { display: block !important; }
body .un-bottom-navigation.mk-dock .mk-nav-add .btnCircle_default,
body .un-bottom-navigation.mk-dock .btnCircle_default {
  background: #ECD701 !important;
  color: #111 !important;
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
body .un-bottom-navigation.mk-dock .btnCircle_default i {
  color: #111 !important;
  font-size: 26px !important;
}
.mk-btn-yellow {
  background: var(--mk-yellow) !important;
  color: var(--mk-black) !important;
  border: 0;
  border-radius: 14px;
  font-weight: 700;
}
.modal { z-index: 4000; }
#zuck-modal { z-index: 5000 !important; }

.marker-cluster {
  background: rgba(236, 215, 1, .28);
}
.marker-cluster div {
  background: var(--mk-yellow);
  color: var(--mk-black);
  font-weight: 800;
}
.mk-balloon { background: var(--mk-yellow); color: var(--mk-black); border-radius: 10px; padding: 4px 8px; font-weight: 700; font-size: 12px; box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.mk-balloon-wrap { background: transparent !important; border: 0 !important; }
.leaflet-popup-content-wrapper { border-radius: 12px; overflow: hidden; text-align: right; direction: rtl; }
.leaflet-popup-content { margin: 0 !important; width: 220px !important; }
.mp-pop img { width: 100%; height: 120px; object-fit: cover; display: block; }
.mp-body { padding: 10px; }
.mp-body .price { font-weight: 800; color: #111; }

body:not(.page-map) #content { padding-bottom: 96px; }
.stories-list-page .wrapper-stories .info { max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.mk-page-search {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 16px 0;
  position: relative;
  z-index: 2;
}
.mk-page-search .input_group {
  flex: 1;
  position: relative;
}
.mk-page-search .form-control {
  width: 100%;
  border-radius: 999px;
  padding: 12px 44px 12px 16px;
  border: 1px solid #eee;
  background: #fff;
  color: #111;
}
.mk-page-search .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #111;
}
.mk-page-search .btn-box-filter {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 0;
  background: #111;
  color: #ECD701;
}
.mk-props-page {
  background: #fff;
  min-height: 60vh;
}
.mk-props-list .nav-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 12px 16px !important;
  border-bottom: 1px solid #f0f0f0;
}
.mk-props-list .item-user-img {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
  flex: 1;
}
.mk-props-list img.avt-img,
.mk-props-list .avt-img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
  flex-shrink: 0;
  margin-left: 12px;
}
.mk-props-list .txt-user {
  min-width: 0;
}
.mk-props-list .txt-user h5 {
  font-size: 15px;
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-props-list .txt-user p {
  font-size: 12px;
  color: #666;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-price-chip {
  background: #ECD701 !important;
  color: #111 !important;
  font-weight: 700;
  white-space: nowrap;
}

#mdllFilter.modal-filter .modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}
#mdllFilter .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
}
#mdllFilter .modal-header {
  padding: 22px 20px 8px !important;
}
#mdllFilter .title-modal {
  color: #111 !important;
  font-size: 20px !important;
  margin: 0 !important;
}
#mdllFilter .modal-body {
  padding: 8px 20px 20px;
}
#mdllFilter .form-group.with_icon .input_group {
  position: relative;
}
#mdllFilter .form-group.with_icon .form-control {
  width: 100%;
  border: 1px solid #ececec !important;
  background: #f6f6f6 !important;
  color: #111 !important;
  border-radius: 999px;
  padding: 12px 16px 12px 48px !important;
  min-height: 48px;
}
#mdllFilter .form-group.with_icon .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #111 !important;
  z-index: 2;
}
#mdllFilter .mk-filter-price .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
#mdllFilter .mk-filter-price .header h2,
#mdllFilter .form-filter-checkbox .title-form {
  color: #111 !important;
  font-size: 16px !important;
  margin: 18px 0 12px !important;
}
#mdllFilter .mk-filter-price .header h2 {
  margin: 0 !important;
}
#mdllFilter .mk-filter-price .auto-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
#mdllFilter .mk-filter-price .input-text-price {
  display: flex;
  align-items: center;
  gap: 2px;
  background: transparent;
  border: 0;
  padding: 0;
}
#mdllFilter .mk-filter-price .input-text-price input {
  width: 88px !important;
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #666 !important;
  font-size: 13px !important;
  padding: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  text-align: left;
}
#mdllFilter .mk-filter-price .input-text-price span {
  color: #666 !important;
  font-size: 13px;
}
#mdllFilter .steps-slider {
  margin: 22px 10px 8px;
  height: 28px;
}
#mdllFilter .slider-range-price .noUi-target,
#mdllFilter .slider-range-price .noUi-horizontal {
  height: 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#mdllFilter .slider-range-price .noUi-connects {
  background: #ececec !important;
  height: 8px !important;
  border-radius: 999px !important;
}
#mdllFilter .slider-range-price .noUi-connect {
  background: #ECD701 !important;
}
#mdllFilter .slider-range-price .noUi-handle {
  width: 28px !important;
  height: 28px !important;
  top: -10px !important;
  right: auto !important;
  left: -14px !important;
  border: 4px solid #111 !important;
  border-radius: 50% !important;
  background: #ECD701 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.18) !important;
  cursor: grab;
}
#mdllFilter .slider-range-price .noUi-handle::before,
#mdllFilter .slider-range-price .noUi-handle::after {
  display: none !important;
}
#mdllFilter .slider-range-price .noUi-handle .noUi-touch-area {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#mdllFilter .price-under-line {
  display: flex !important;
  justify-content: space-between;
  margin-top: 10px !important;
  color: #888 !important;
  font-size: 12px !important;
}
#mdllFilter .item-checkbox-filter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  width: 100%;
}
#mdllFilter .form-check {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  float: none !important;
  flex: 1 1 auto;
  min-width: 0;
}
#mdllFilter .form-check-input {
  float: none !important;
  margin: 0 !important;
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
  accent-color: #ECD701;
}
#mdllFilter .form-check-label {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mdllFilter .number-category {
  flex-shrink: 0;
}
#mdllFilter .number-category span {
  color: #888 !important;
  font-size: 13px !important;
}
#mdllFilter .mk-filter-footer {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px 16px calc(18px + env(safe-area-inset-bottom)) !important;
}
#mdllFilter .btn-reset-filter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 52px;
  border-radius: 999px;
  background: #fff !important;
  border: 1px solid #ddd !important;
  color: #111 !important;
  font-weight: 700;
  text-decoration: none;
}
#mdllFilter .btn-apply-filter {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 52px;
  border-radius: 999px;
  background: #ECD701 !important;
  border: 0 !important;
  padding: 0 22px !important;
}
#mdllFilter .btn-apply-filter p {
  color: #111 !important;
  font-weight: 700;
  margin: 0 !important;
}

.mk-map-pin {
  background: none !important;
  border: none !important;
}
.mk-map-pin svg {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
  pointer-events: none;
}
