@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.mapboxgl-popup {
  overflow: hidden !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  padding-bottom: 40px;
  max-height: 410px;
  min-height: 375px;
}
.mapboxgl-popup-content {
  border-radius: 16px !important;
  padding: 8px !important;
}
.listings-list.slick_carousel {
  margin-bottom: 0 !important;
}
.listing-detail {
  padding: 1px;
}
.listing-detail .img-wrap {
  border: 0.7px solid #E6E6E6;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 260px;
}
.listing-detail .img-holder {
  width: 268px;
  height: 260px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.listing-detail .img-holder img {
width: 100%;
height: 100%;
object-fit: cover;
}
.listing-detail .img-gradient-overlay {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 93%);
  z-index: 1;
}
.listing-detail .img-wrap .img-price-data strong {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 150%;
}
.listing-detail .img-wrap .img-price-data {
  color: #FFF;
  position: absolute;
  z-index: 2;
  bottom: 6px;
  left: 6px;
  font-family: Poppins !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.listing-detail .img-wrap .img-property-data {
  color: #FFF;
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  width: 64%;
  text-align: right;
  padding-right: 17px;
  line-height: 110%;
}
.listing-detail .img-wrap img.default_logo {
  padding: 20px;
  filter: grayscale(1);
  opacity: 0.5;
}
.listing-detail .img-wrap .img-property-data a {
  color: #FFF !important;
  font-family: Poppins !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}
.listing-detail .img-wrap .img-property-data svg {
  position: absolute;
  right: -2px;
  bottom: 0;
}
.listing-detail .main-data {
  padding-top: 6px;
  padding-bottom: 0;
}
.listing-detail .l-1, 
.listing-detail .l-2, 
.listing-detail .l-3 {
  overflow: hidden;
}
.listing-detail a.title-wrapper {
  width: 100%;
  float: left;
  margin-top: 3px;
  color: #0B0D0F !important;
  font-family: Poppins !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.listing-detail .rating-data {
  width: 29%;
  float: right;
  text-align: right;
  font-size: 8px;
  color: #000;
  font-family: 'Inter' !important;
  font-weight: 500;
  line-height: 100%;
  margin-top: 4px;
}
.listing-detail .rating-data svg {
  margin-top: -3px;
  width: 9px;
}
.listing-detail .l-2 {
    overflow: hidden;
    width: 100%;
    float: left;
    color: #0B0D0F;
    font-family: Poppins !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
span.mid-dot {
    font-size: 7px;
}
.listing-detail .l-3 {
    color: #585858;
    width: 100%;
    overflow: hidden;
    line-height: 100%;
    font-family: 'Inter' !important;
    font-size: 7px;
    font-weight: 400;
}
.listing-detail .l-3 > div {
  display: inline;
}
.listing-detail .l-3 .m-contract-length {
  float: right;
}
.mapboxgl-popup-content button.slick-arrow {
  background: #FFF !important;
  box-shadow: 0 0px 3px #666;
  width: 25px;
  height: 25px;
  bottom: -45px;
  top: unset;
}
.mapboxgl-popup-content button.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.mapboxgl-popup-content button.slick-arrow.slick-next {
  transform: rotate(90deg);
  right: 24% !important;
  left: unset !important;
}
.mapboxgl-popup-content button.slick-arrow.slick-prev {
  transform: rotate(-90deg);
  left: 24% !important;
  right: unset !important;
}
.mapboxgl-popup-content button.slick-next::before {
  top: 6px;
}
.mapboxgl-popup-content button.slick-prev::before {
  top: 6px;
}
.mapboxgl-popup-content button.slick-arrow.slick-next:before, 
.mapboxgl-popup-content button.slick-arrow.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  content: '⌃' !important;
  color: #000 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mapboxgl-popup-content .slides-counter {
  width: 22%;
  position: absolute;
  bottom: -39px;
  background: #FFF;
  padding: 6px 5px;
  line-height: 150%;
  font-size: 11px;
  overflow: hidden;
  box-shadow: 0 0 6px #AAA;
  border-radius: 20px;
  right: 0;
  left: 39%;
  text-align: center;
  color: #0B0D0F;
  font-weight: 500;
  font-family: 'Poppins' !important;
}
.mapboxgl-popup-content .slides-counter span {
  font-size: 11px;
  color: #0B0D0F;
  font-weight: 500;
  font-family: 'Poppins' !important;
}
.mapboxgl-popup-content .slides-counter.counter-disabled {
  opacity: 0.5;
}
.mapboxgl-popup-content .popup-content {
  width: 268px;
  /* padding: 9px !important; */
}
.mapboxgl-popup-content .popup-content .listing_badge {
  /* color: #74430F; */
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* background: #FFFEE7; */
}
.want-other-info-block {
  width: 100%;
  position: relative;
}
.want-other-info-block-text {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}
.want-other-info-block-text p,
.want-other-info-block-text a {
  color: #0f5195;
  font-weight: 600;
  font-family: Raleway, system-ui, sans-serif;
}
.want-other-info-block-text a {
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid #0F56C2;
  display: inline-block;
  margin-top: 5px;
  transition: all 200ms;
}
.want-other-info-block-text a:hover {
  background: #0F56C2;
  color: #FFF;
}
.listings-list.slick_carousel:not(.slick-initialized) {
  display: none;
}
.map-controls {
    top: 80px !important;
    padding: 0 28px !important;
    height: 0;
}
.map-controls .control-button-group {
  margin-top: 18px;
}
.map-controls .control-btn.expand {
  margin-top: -24px;
  margin-left: 1px;
}
.property_card .image_container {
  min-width: unset !important;
}

#content_container #grid_container .other_info .other_info_wrap {
  margin-left: 0px!important;
}

#map_container #custom_map .mapboxgl-popup-content .popup-content {
  height: 100%;
}
#map_container #custom_map .mapboxgl-popup-content .popup-content .listings-list.slick_carousel.slick-initialized.slick-slider {
  height: 100%;
}
.mapboxgl-popup {
  visibility: hidden;
}
.mapboxgl-popup-anchor-auto {
  left: 50%;
  position: absolute;
  will-change: unset;
  transform: translate(-50%, -50%) !important;
  top: 50%;
}
@media (max-width: 767px) {
  .map-controls {
    top: 65px !important;
  }
  #main-content .content #map_container {
    width: 100% !important;
    padding: 20px;
  }
  .mapboxgl-popup-content button.slick-arrow {
    background: #FFF !important;
    box-shadow: 0 0px 3px #666;
    width: 25px;
    height: 25px;
    bottom: -45px;
    top: unset;
  }
  #main-content .content #map_container .map-controls {
    width: calc(100% - 40px) !important;
    padding: 0 14px !important;
  }
  .mapboxgl-popup-anchor-auto {
    top: 40%;
  }
}