.btn-reset {
  border-color: #143d4c !important;
  color: #143d4c !important;
}
.filter-action-buttons {
  gap: 1em;
}
.filter-action-buttons button {
  min-width: fit-content !important;
}
.range_filter_wrapper input {
  display: block !important;
}
.range_filter_wrapper .input_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.input_wrapper input[type="number"],
#kaina-to-archive {
  border-radius: 10px;
}
.detali-filter.noUi-target.noUi-ltr.noUi-horizontal {
  margin: 0 12px 0 2px !important;
}
.range_filter_wrapper .filter_inputs_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1em;
  padding-top: 20px;
}
.range_filter_wrapper .filter_inputs_wrapper .input_wrapper {
  width: calc(50% - 8px);
}
.range_filter_wrapper .noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  top: -2px !important;
}
.hidden-filter {
  z-index: 9;
  top: calc(100% + 4px);
  width: 150%;
  max-width: max-content;
  background: white;
  left: 0;
  padding: 16px 24px;
  min-width: unset !important;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
}
.hidden-filter.date_filter_wrapper {
  width: 100%;
  border-radius: 10px;
  margin-top: 8px;
}
@media screen and (min-width: 850px) {
  .hidden-filter.date_filter_wrapper {
    width: 550%;
  }
}
@media screen and (min-width: 1712px) {
  .hidden-filter.date_filter_wrapper {
    width: 300%;
  }
}
.hidden-filter.is-open {
  display: block !important;
}

.custom-select {
  position: relative;
  font-family: inherit;
  cursor: pointer;
  user-select: none;
  width: 100%;
}

.custom-select__text {
  flex-grow: 1;
  font-size: 14px;
  color: #444;
}

/* arrow */
.custom-select__arrow {
  margin-left: 8px;
}

.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 8px 0 0 0;
  padding: 4px 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}

.custom-select.open .custom-select__options {
  display: block;
}

.custom-select__options li {
  padding: 8px 12px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

.custom-select__options li:hover {
  background-color: #f0f0f0;
}

.custom-select__options::-webkit-scrollbar {
  width: 6px;
}

.custom-select__options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.custom-select__options::-webkit-scrollbar-track {
  background: #f9f9f9;
}

.room-btn input {
  display: none;
}

.room-option {
  align-items: center;
  justify-content: center;
  padding: 10px 14px !important;
  border: 1px solid #ddd;
  border-radius: 0px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease;
  user-select: none;
  width: 60px;
  height: 44px;
  display: flex !important;
}

.room-btn input:checked + .room-option {
  border-color: #000;
  background: #143d4c;
  font-weight: 500;
  color: #fff !important;
}
.modal-filters-wrapper {
  gap: 1.5em;
}
.modal-filters-wrapper .hidden-filter {
  width: 100%;
  padding: 16px 16px 16px 0px;
}
form .filter-input-wrapper {
  width: calc(100% - 9px);
}
@media screen and (min-width: 850px) {
  form .filter-input-wrapper {
    width: calc(25% - 9px);
  }
}
.filter-label {
  font-size: 15px !important;
  font-weight: 500;
  color: #0d1a26 !important;
}
.filter-responsive-wrapper .dropdown-left {
  max-width: 90%;
}
.filter-responsive-wrapper .dropdown-left span.filter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.pb-0 {
  padding-bottom: 0;
}
.d-flex {
  display: flex;
}
.dflex-column {
  flex-direction: column;
}
.dflex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.mt-3 {
  margin-top: 16px;
}
.border-r-99 {
  border-radius: 99px !important;
}
.border-r-10 {
  border-radius: 10px !important;
}
.text-px-15 {
  font-size: 15px !important;
}
.frontpage-filter-wrapper {
  z-index: 2;
}
.datepicker-footer-manual {
  gap: 1em;
  justify-content: center;
}
@media (min-width: 650px) {
  .datepicker-footer-manual {
    justify-content: space-between;
  }
}
.container__months,
.container__main {
  justify-content: center;
}
.custom-select__options .filter-label {
  margin-left: 0 !important;
}

.frontpage-filter-wrapper .btn-wrapper button.primary {
  padding: 12px 20px 12px 20px;
}
@media (min-width: 1162px) {
  .frontpage-filter-wrapper .btn-wrapper button.primary {
    padding: 12px 50px 12px 50px;
  }
}
.frontpage-filter-wrapper .detali-filter.noUi-target.noUi-ltr.noUi-horizontal {
  margin-top: 2.1em !important;
}
.frontpage-filter-wrapper .detali-filter.noUi-target.noUi-ltr.noUi-horizontal {
  margin: 2.1em auto 0 auto !important;
}

.frontpage-filter-wrapper
  .detali-filter.noUi-target.noUi-ltr.noUi-horizontal
  .noUi-handle.noUi-handle-upper {
  right: -14px !important;
}
.prop-listing-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.prop-listing-wrapper .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 850px) {
  .slide-filter-wrapper {
    padding-bottom: 3.8em !important;
  }
}
@media (min-width: 550px) {
  .prop-listing-wrapper .col {
    max-width: calc(50% - 15px);
  }
  .prop-listing-wrapper {
    column-gap: 30px;
  }
}
.frontpage-filter-wrapper .details-search-filter-container .detali-label {
  line-height: 1;
}

.info-item::after {
  content: none !important;
}
@media (min-width: 850px) {
  .prop-listing-wrapper .col {
    padding-bottom: 50px !important ;
    max-width: calc(25% - 23px);
  }
  .prop-listing-wrapper {
    padding-left: 3.5% !important;
    padding-right: 3.5% !important;
  }
}
.dropdown-left span.filter-label {
  font-size: 1.2em !important;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 850px) {
  .dropdown-left span.filter-label {
    margin-top: 0.3em;
  }
}
.litepicker,
.litepicker * {
  box-sizing: border-box !important;
}

.litepicker {
  width: 100% !important;
  min-width: 100%;
}

.container__days {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.day-item {
  flex: 0 0 14.285% !important;
  max-width: 14.285% !important;
  aspect-ratio: 1 / 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  margin: 2px !important;
  box-shadow: none !important;
}

.day-item {
  background-clip: content-box !important;
  padding: 0 !important;
}

.month-item-weekdays-row {
  display: flex !important;
  width: 100% !important;
}

.month-item-weekdays-row div {
  flex: 0 0 14.285% !important;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.75rem !important;
  font-family: "Source Sans 3", sans-serif;
  padding: 5px 0;
}

.day-item.is-start-date,
.day-item.is-end-date {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.day-item.is-in-range {
  background-color: #f1ece6 !important;
}

.day-item.is-empty {
  visibility: hidden;
}
.litepicker .container__days > div {
  flex: 0 0 14.285% !important;
  max-width: 14.285% !important;
  aspect-ratio: 1 / 1;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.litepicker .container__months.columns-2 {
  width: calc((var(--litepicker-month-width) * 2) + 48.2px);
}
.litepicker .container__months .month-item {
  width: 100%;
}

@media (min-width: 750px) {
  .litepicker .container__months .month-item {
    width: 50%;
  }
}
.datepicker-footer-manual {
  padding: 15px 18px 0 18px;
}
#step-calendar {
  padding-bottom: 15px;
}

@media screen and (min-width: 550px) and (max-width: 850px) {
  .hidden-filter.date_filter_wrapper {
    width: 150%;
    left: unset;
    right: 0;
  }
}
@media (min-width: 650px) {
  .datepicker-footer-manual {
    justify-content: center !important;
  }
}
@media (min-width: 750px) {
  .datepicker-footer-manual {
    justify-content: space-between !important;
  }
}

.col.medium-6.small-12.large-6 h2 {
  font-size: 1.281rem !important;
}

@media (min-width: 850px) {
 .property-card__image {
  aspect-ratio: 3 / 2.25 !important;
}
}