/* Glider Slide */
.glider-next.disabled svg, .glider-prev.disabled svg {
  opacity: 1;
  fill: #666;
  cursor: default;
}
.glider-next svg, .glider-prev svg {
  fill: #C2A99D;
}

#glider_s3 {
  margin:32px 56px 36px;
  display: flex;
  justify-content: space-evenly;
}

#glider_s3 .slide-item {
  width: 269px;
}

.slide-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.glider-track {
  justify-content: space-between;
  padding: 0 0 10px;
}

.slide-prev {
  left: 23px !important;
}
.slide-next {
  right: 23px !important;
}

.s3-slide-next,
.s3-slide-prev {
  top: 11%;
}

/* List Box */
.list-box {
  margin: 0 0 30px;
  width: 267px;
  height: 264px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  background: #fff;
}

.list-box-s3 {
  margin: 0 0 24px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  background: #fff;
}

.first-list-box {
  background: #FAFAFA;
}

.list-box--container-s3 {
  padding: 12px;
  width: 267px;
  height: 85px;
}

.list-box--container {
  padding: 10px;
}

.list-box--container-adjust {
  width: 267px;
  min-height: 130px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-box--container-adjust-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.no-adjust {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #C4C4C4;
  padding: 12px 16px;
}

.adjust-item { 
  font-weight: 400;
  font-size: 14px;
  color: #2D3648;
  background-color: #EAF4FC;
  height: 46px;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.adjust-item--desc {
  width: 60%;
}

.adjust-item--desc .tooltip-trigger {
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.adjust-item--value { 
  font-weight: 700;
  font-size: 14px;
  color: #1A1B1D;
  white-space: nowrap;
  overflow: hidden;
  width: 40%;
  text-align: right;
}

.list-box--container-adjust-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 16px;
}

.list-box-s3 .list-box-image {
  width: 100%;
  height: 150px;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
}

.list-box .list-box-image {
  width: 265px;
  height: 150px;
  border-radius: 4px 4px 0px 0px;
}

.subject-property {
  padding: 12px 16px;
}

.subject-property span { 
  font-weight: 400;
  font-size: 14px;
  color: #2E3033;
  margin-left: 3px;
}

.subject-price {
  display: flex;
  justify-content: flex-end;
}

.list-box-price {
  font-size: 16px;
  font-weight: 700;
  color: #1A1B1D; line-height: 1.5;
}

.list-box-price-light {
  font-size: 14px; color: #1A1B1D;
  line-height: 1.42;
}

.before-adjusted-price { 
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #949598;
  line-height: 1.53;
}

.list-box-info {
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.list-box-location { 
  font-weight: 500;
  font-size: 13px;
  color: #949598;
}

.list-box-s3 .status-box, .list-box .status-box {
  padding: 4px 5px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-box-s3 .status-color, .list-box .status-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}

.list-box-s3 .status-txt, .list-box .status-txt { 
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}

.list-box--address-image {
  margin-right: 4px;
  vertical-align: top;
}

/* Long Box */
.long-box {
  width: 267px;
  /* height: 700px; */
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
}

.first-long-box {
  background: #FAFAFA;
}

.long-box .txt-grey {
  margin: 12px 0 0 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.18;
  color: #0F3057;
  height: 18px;
}

.long-box .txt-blue {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  color: #0F3057;
}

.long-box .status-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}

.long-box .status {
  display: flex;
  align-items: center;
  padding: 0 0 12px 24px;
  height: 31px;
}

.long-box .status:not(:last-child) {
  border-bottom: #e5e5e5 1px solid;
}

.s3-mobile-row {
  display: none;
}
.s3-mobile-row-status {
  display: none;
}
#s3-container-mobile-v, #s3-container-print-v {
  display: none;
}

.long-box--top-item {
  margin-top: 24px !important;
}

/* status colors */
.status-active {
  background-color: #00b286;
}

.status-pending,
.status-contract {
  background-color: #daa520;
}

.status-sold {
  background-color: #d32f2f;
}

.status-other {
  background-color: #9f9f91;
}

.status-off-market {
  background-color: rgb(98, 119, 140);
}

.s6-container {
  display: flex;
  flex-wrap: wrap;
}

.s6-list-box {
  padding: 0 20px 30px;
  display: flex;
  justify-content: center;
}

/* MAP MARKER*/
.marker {
  background-image: url('../mapbox-marker-icon-20px-orange.png');
  background-size: cover;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.firstMarker {
  background-image: url('../mapbox-marker-icon-20px-red.png');
  background-size: cover;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  /* filter: grayscale(50%); */
}

.mapboxgl-ctrl-attrib-inner {
  display: none !important;
}


.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 8px 24px 24px !important;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl:first-child {
  margin: 8px 24px 0 !important;
}


.mapboxgl-ctrl-top-right {
  bottom: 0 !important;
  right: 0 !important;
  top: unset !important;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: none;
}


.mapboxgl-ctrl-compass {

  display: none !important;
}

.mapboxgl-popup-close-button {
right:2px;
}


.sgm {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;           
  align-items: center;
  justify-content: center;
}
.sgm.is-open { display: flex; }

.sgm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  backdrop-filter: saturate(120%) blur(2px);
  z-index: 100;
}

.sgm__dialog {
  position: relative;
  z-index: 200;
  width: min(1000px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  justify-content: center;
}

.sgm__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.sgm__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px; height: 40px; line-height: 38px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #fff;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  z-index: 200;
}

.sgm {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.7);
  transition: opacity .2s ease, visibility .2s ease;
}

.sgm--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.splide__pagination {
  left: 50% !important;
}

.sgm__dialog {
  width: min(1200px, 95vw);
  height: 720px;              
  max-height: 90vh;           
  background: transparent;
  overflow: hidden;
}

.sgm .splide { background: transparent; width: 100%; height: 100%; }
.sgm .splide__track { height: 100%; } 

.sgm .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.sgm .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  max-width: none;
  max-height: none;
}

.sgm .splide__arrow {
  width: 48px;
  height: 48px;
  opacity: .95;
  background: rgba(197,197,197,.9);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.sgm .splide__arrow:disabled { opacity: .45; }

.sgm__empty {
  display: grid;
  place-items: center;
  color: #ddd;
  height: 360px;
  background: #111;
  font-size: 14px;
  letter-spacing: .02em;
}
.sgm .splide__slide { margin-right: 0 !important; }
.sgm .splide { margin-bottom: 0 !important; }

@media (max-width: 640px) {
  .sgm__dialog { width: 95vw; height: 560px; max-height: none; }
}

.splide__pagination li {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  color: #000;
}