/* RESERVE */

.apartment-reserve {
    position: relative;
    background: #f0f0f0;
}

.apartment-reserve__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #444444;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    font-family: sans-serif;
    backdrop-filter: blur(2px);
    z-index: 2;
}

.reserve__text-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.reserve__text-text {
    font-size: max(25px, 1.5vw);
}

.flat-tabs-content .reserve__text-text {
    font-size: max(25px, 2.5vw);
}

.reserve__text-icon svg {
    width: max(25px, 2vw);
    height: auto;
}

.apartment-reserve .apartment-image--placeholder {
    opacity: 0.6;
    filter: grayscale(0.3);
}

/* SLIDERS */
body .slider { margin-top: 20px; }
body .slider-values { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; opacity: .9; margin-top: 6px; }
body .slider-values b { letter-spacing: .2px; }

/* noUi overrides */
body .noUi-target { background: rgba(255,255,255,0.3); border: none; height: 2px; border-radius: 999px; }
body .noUi-connect { background: #ffffff; }
body .noUi-horizontal .noUi-handle {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #255599; border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    top: 50%;
    right: 0;
    transform: translateY(-47%) translateX(50%);
    cursor: pointer;
}
body .noUi-handle::before, body .noUi-handle::after { display: none; }

/* SUBMIT */
.filters-submit {
    padding: 16px 15px;
    border-radius: 12px;
    background: #FF693C;
    border: none;
    cursor: pointer;
    white-space: normal;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: var(--white);
}

.filter-ready-date select {
    padding: 10px 15px;
}
