.filtration_extended_box_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.filtration_extended_box_content .header-wrapper {
  width: 100%;
  max-width: 1400px;
}

.filtration_extended_box {
  height: 900px;
}
.filtration_extended_box .container-fluid {
  height: 100%;
}

.filtration_extended_box h2 {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 110%;
}

.filtration-extended-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
}
.filtration-extended-wrapper .vscomp-toggle-button {
  background-color: #39386d;
  color: #fff;
  border: 1px solid #fff;
}
.filtration-extended-wrapper .vscomp-arrow::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.filtration-extended-wrapper h5 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.filtration-extended-wrapper #filterForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #39386d;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
}
.filtration-extended-wrapper .filtration-row {
  display: flex;
  justify-content: center;
  padding: 34px;
  gap: 35px;
}
.filtration-extended-wrapper .filtration-col {
  min-width: 200px;
}
.filtration-extended-wrapper .custom-control-label::after {
  display: none;
}
.filtration-extended-wrapper .btn-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 240px;
}
.filtration-extended-wrapper .investment-showcase-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.filtration-extended-wrapper .investment-showcase-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  max-width: 220px;
  color: #fff;
  text-decoration: none;
}
.filtration-extended-wrapper .investment-showcase-item-picture {
  border: 4px solid #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
  background: #fff;
}
.filtration-extended-wrapper .investment-showcase-item-picture img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.filtration-extended-wrapper .investment-showcase-item-title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.filtration-extended-wrapper .investment-showcase-item:hover .investment-showcase-item-picture, .filtration-extended-wrapper .investment-showcase-item:focus-within .investment-showcase-item-picture, .filtration-extended-wrapper .investment-showcase-item.selected .investment-showcase-item-picture {
  border-color: #fff;
}
.filtration-extended-wrapper .investment-showcase-item:hover .investment-showcase-item-title, .filtration-extended-wrapper .investment-showcase-item:focus-within .investment-showcase-item-title, .filtration-extended-wrapper .investment-showcase-item.selected .investment-showcase-item-title {
  color: #fff;
  text-underline-offset: 2px;
}
@media (max-width: 992px) {
  .filtration-extended-wrapper .investment-showcase-item {
    max-width: calc(33.333% - 24px);
  }
}
@media (max-width: 768px) {
  .filtration-extended-wrapper .investment-showcase-item {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 520px) {
  .filtration-extended-wrapper .investment-showcase-item {
    max-width: 100%;
  }
}

.table_box.extended .dataTables_scrollHead,
.table_box.historic-prices-table .dataTables_scrollHead {
  border-bottom: 2px solid #d8d8d8 !important;
}
.table_box.extended .dataTables_scrollHead th,
.table_box.historic-prices-table .dataTables_scrollHead th {
  background: #fff !important;
  color: #666 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  border: 0 !important;
  position: relative;
}
.table_box.extended .dataTables_scrollHead #flat-table,
.table_box.historic-prices-table .dataTables_scrollHead #flat-table {
  width: 100%;
}


/* LEXCOM */
.filtration-extended-wrapper .filtration-col:first-child .vscomp-search-wrapper {
    display: none;
}

@media (min-width: 1440px) {
.filtration-extended-wrapper .filtration-col:first-child {
  min-width: 280px;
}
.filtration-extended-wrapper .filtration-row {
  justify-content: space-between;
  gap: 15px;
}
}

@media (max-width: 520px) {
.filtration-extended-wrapper .filtration-col:first-child {
  min-width: 100%;
}
.filtration-extended-wrapper .filtration-col:first-child .vscomp-ele {
    max-width: 100%;
}	
}

/*# sourceMappingURL=apartment_search.css.map */
