/* Section 4 */
.s4 {
  padding-bottom: 44px;
}

.s4__table-wrapper {
  margin: 0 56px 16px;
  /* max-width: 1440px; */
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 14px;
}

.accordion__body {
  display: none;
  background-color: #fff;
}
.accordion__body.visible {
  display: block;
}
.accordion__trigger {
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  cursor: pointer;
}
.accordion__trigger__icon {
  max-width: 100%;
  max-height: 100%;
}

.accordion__trigger.open {
  transform: rotate(270deg);
}

.s4--status {
  font-weight: 600;
  white-space: nowrap;
}

.s4 .status-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 9px;
}

.s4--comparable {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.row {
  display: flex;
  align-items: center;
  padding: 23px 0;
  align-content: center;
}

.row:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.table-body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.row--head {
  height: 64px;
  border-radius: 4px 4px 0 0;
}

.col {
  font-size: 16px;
  text-align: center;
  padding: 0 1px;
}

.row--head > .col {
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.table-body .col {
  overflow-wrap: break-word;
}

.accordion__body .col, .table-body .col {
  font-weight: 500;
}
  
.col--30 {
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.property-image {
    width: 70px;
    height: 60px;
    border-radius: 4px;
    cursor: pointer;
}

.property-one {
    font-weight: 300;
    font-size: 16px;
}

.property-two {
    font-weight: 500;
    font-size: 16px;
}


/* Section 5 */

.pc-tab { 
  margin: 0 82px 56px;
}

.s5 .pc-tab {
  margin-bottom: 83px;
}

.data-section > h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0F3057;
  margin: 72px 0 32px;
}

.s5 .status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
}

.s5 .status-active {
  background-color: #00b286 !important;
}
.s5 .status-pending {
  background-color: #daa520 !important;
}
.s5 .status-sold {
  background-color: #d32f2f !important;
}
.s5 .status-other {
  background-color: #9F9F91 !important;
}

.desktop-status-color {
  color: #0F3057 !important;
}

.s5 .s5-one {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #0F3057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s5 .s5-two {
  margin-top: 8px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #0F3057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s5-big-border {
  background-color: #C2A99D;
  height: 1px;
  width: 100%;
}

.s5-big-border-mid {
  display: none;
}

.s5-four-text {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.s5-border-right {
  border-right: 1px solid #C2A99D;
}

.s5-chart-container {
  position: relative;
  margin: auto;
  height: 200px;
}

.chart-buttons-container {
  display: flex;
  background-color: #FAFAFA;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 45px;
}

.chart-btn {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: inherit;
  text-align: center;
  background-color:transparent;
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
.chart-btn input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

/* 
.chart-btn.is-selected {
  background-color: #fff;
  box-shadow: 0px 3px 0px rgb(0 0 0 / 10%), 6px 1px 6px rgb(0 0 0 / 20%);
} */

  .s3  .img-count-badge{
    position:absolute;  left:8px; top:8px;
    right:auto; bottom:auto;
    padding:6px 6px; border-radius:12px; line-height:1;
    font-size:12px; font-weight:500;
    background:rgba(0,0,0,.6); color:#fff;
    pointer-events:none; user-select:none;
  }

  .s4  .img-count-badge{
    position:absolute;  left:8px; top:8px;
    right:auto; bottom:auto;
    padding:4px 6px; border-radius:12px; line-height:1;
    font-size:10px; font-weight:500;
    background:rgba(0,0,0,.6); color:#fff;
    pointer-events:none; user-select:none;
  }