#apartment-filters {
display: flex;
justify-content: space-between;
}
.filter-column {
width: calc(23% - 35px);
position: relative;
display: flex;
flex-flow: column;
justify-content: center;
height: 100%;
}
.filter-column--search {
height: auto;
justify-content: center;
width: calc(21% - 35px);
}
.filter-column--search button{
background-color: #A26C58;
width: 213px;
height: 68px;
color: #F1F1F1;
font-family: 'Cormorant';
border: none;
font-weight: 600;
font-size: 24px;
border-radius: 0;
}
.filter-column--search button:hover, .filter-column--search button:focus {
background-color: black;
}
.filter-column--search:after {
display: none;
}
.filter-column:nth-of-type(1) {
width: calc(25% - 25px);
padding-right: 70px;
height: auto !important;
justify-content: flex-start;
}
.filter-column:nth-of-type(2) {
width: calc(31% - 25px);
padding-left: 16px;
}
.filter-column:nth-of-type(2):after {
display: none;
}
.filter-column:nth-of-type(3) {
width: calc(21% - 35px);
padding-right: 20px;
}
.filter-column:after {
content: '';
width: 1px;
height: 50%;
top: 50%;
transform: translateY(-50%);
right: 0;
position: absolute;
background-color: #61656E;
}
label {
font-family: 'Cormorant';
font-weight: 600;
font-size: 24px;
color: #1D1D1D;
}
.noUi-connect {
background-color: #61656E !important;
}
.noUi-horizontal {
height: 1px !important;
}
.noUi-target {
margin-top: 20px !important;
}
.noUi-handle:after, .noUi-handle:before{
display: none !important;
}
.noUi-horizontal .noUi-handle{
width: 16px !important;
height: 16px !important;
box-shadow: unset !important;
background-color: #A26C58 !important;
border: none !important;
top: -8px !important;
padding-bottom: 15px !important;
border-radius: 0 !important;
}
.filter-column {
font-size: 16px;
font-family: 'Roboto';
}
.fakeRadio {
border: 1px solid #61656E;
background-color: #F1F1F1;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Roboto';
transition: all 0.3s ease;
font-size: 21px;
font-weight: 400;
cursor: pointer;
color: #61656E;
}
.labelButton input {
display: none;
}
.labelButton input:checked + .fakeRadio{
background-color: #A26C58;
color: white;
}
.filter-column_wrapper{
display: flex;
gap: 5px;
flex-flow: row wrap;
align-items: center;
}
.labelButton--all .fakeRadio{
font-size: 18px;
width: 130px;
height: 40px;
}
#apartment-table-container {
margin-top: 110px;
}
.apartment-table {
border-collapse: collapse;
}
.apartment-table thead  tr th {
background-color: #E5E5E5;
color: #A26C58;
font-family: 'Cormorant';
text-align: left;
font-size: 24px;
font-weight: 600;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
}
.apartment-table tbody  tr td {
padding-left: 15px;
font-family: 'Roboto';
font-weight: 400;
font-size: 21px;
color: #232323;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ACB1C6;
}
.apartment-table tbody  tr td a {
width: 108px;
height: 42px;
display: flex;
justify-content: center;
align-items: center;
color: white;
background-color: #A26C58;
border-radius: 50px;
font-family: 'Cormorant';
font-weight: 600;
font-size: 24px;
text-decoration: none;
transition: all 0.3s ease;
}
.apartment-table tbody  tr td a:hover {
background-color: black;
} .apartment-table tr.reserved-row {
background-color: rgba(255, 230, 148, 0.5) !important;
}
.apartment-table tr.sold-row {
background-color: rgba(247, 19, 19, 0.2) !important;
color: #333;
}
.apartment-table tr.available-row {
background-color: rgba(19, 236, 247, 0.5) !important;
} .apartment-card h3 span[data-status="Dostępne"] {
color: #13ECF7 !important;
}
.apartment-card h3 span[data-status="Dostępne"]:before {
background: #13ECF7 !important;
}
.apartment-card h3 span[data-status="Zarezerwowane"] {
color: #EA8F0F !important;
}
.apartment-card h3 span[data-status="Zarezerwowane"]:before {
background: #EA8F0F !important;
}
.apartment-card h3 span[data-status="Sprzedane"] {
color: #F71313 !important;
}
.apartment-card h3 span[data-status="Sprzedane"]:before {
background: #F71313 !important;
}