.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.pb-0 {
  padding-bottom: 0;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.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;
}
.property-archive-page-header {
  background-color: rgb(246, 246, 246);
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 1em;
}
@media screen and (min-width: 850px) {
  .property-archive-page-header {
    gap: 0;
  }
}
header form {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0 !important;
}
header form select,
header form input {
  margin-bottom: 0;
}
header form .col {
  padding: 0;
  height: fit-content;
}

.property-archive h2 {
  font-size: 1.281rem !important;
  margin: 5rem 0 2.5rem 0 !important;
}
.cp-top-buttons {
  justify-content: flex-start !important;
}
@media screen and (min-width: 850px) {
  .cp-top-buttons {
    justify-content: flex-end !important;
  }
}
.left-side-filter {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.right-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.right-side .cp-top-buttons {
  justify-content: center !important;
}
@media screen and (min-width: 850px) {
  .right-side .cp-top-buttons {
    justify-content: end !important;
  }
  .left-side-filter {
    padding-right: 15px !important;
  }
  .right-side {
    padding-left: 15px !important;
  }
}
.left-side-filter form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5em;
}
.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;
}
.pagination-container {
  column-gap: 22px;
  row-gap: 8px;
}
.pagination-container .ajax-page-link {
  border-radius: 99px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #143d4c;
  font-weight: 600;
}

.pagination-container .ajax-page-link.current {
  border-radius: 99px;
  background-color: #143d4c;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
}

.has-map-view .aparts-wrapper,
.has-map-view #property-map-container {
  width: 100%;
}
.has-map-view #property-map-container,
.has-map-view #googleMap {
  height: 450px;
}

.aparts-wrapper {
  column-gap: 30px;
}
.aparts-wrapper .col {
  padding: 0 0 30px 0;
}
.aparts-wrapper .col:last-of-type {
  padding: 0;
}
@media (min-width: 550px) {
  .aparts-wrapper .col {
    max-width: calc(50% - 15px);
  }
}
.has-map-view .aparts-wrapper {
  height: fit-content;
}
@media (min-width: 850px) {
  .aparts-wrapper .col {
    max-width: calc(25% - 23px);
    padding-bottom: 50px !important ;
  }
.aparts-wrapper .col:last-of-type {
    padding-bottom: 50px !important;
  }
  .has-map-view .aparts-wrapper .col {
    max-width: calc(50% - 30px);
  }

  .has-map-view .aparts-wrapper,
  .has-map-view #property-map-container {
    width: 50%;
  }
  .has-map-view #property-map-container,
  .has-map-view #googleMap {
    height: 100vh;
  }
}
.map-popup p {
  color: #0d1a26 !important;
  margin: 1em 0;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}
.map-popup {
  max-width: 200px;
}
.map-popup__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.map-popup a img {
  transform: scale(1);
  transition: transform 0.45s ease;
  width: 100%;
  object-fit: cover;
}
.map-popup a:hover img {
  transform: scale(1.08);
}

.info-item::after {
  content: none !important;
}
.no-post-found-text {
  color: #111111;
}
.gm-style .gm-style-iw-c {
  padding: 0 12px !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
button.gm-ui-hover-effect span {
  margin-right: 0 !important;
  right: -16px;
  position: relative;
}

/* Updated callendar fix grid */
.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: 650px) {
  .litepicker .container__months .month-item {
    width: 50%;
  }
}
.datepicker-footer-manual {
  padding: 15px 18px 0 18px;
}

#property-map-container {
  order: 0;
  margin-bottom: 30px !important ;
}
.aparts-wrapper{
    order: 1;
}

@media (min-width: 850px) {
  #property-map-container {
  order: 1;
  margin-bottom: 0px !important ;
}
.aparts-wrapper{
    order: 0;
}
}
