* {
    font-family: "Minion Variable Concept";
}

.reservation-page {
    background: linear-gradient(180deg, rgb(243 243 233 / 85%) -9.01%, rgb(243 242 233 / 87%) 100%), url(/img/reserve-pattern.svg), repeat;
    background-size: 57px;
    padding-bottom: 85px;
}

.reservation-logo {
    fill: #222D66;
    max-width: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.reservation-menu-section {
    padding: 30px 100px;
}

.reservation-page .text-section h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reservation-page .circle {
    background: #252E65;
}

.reservation-page .line {
    background: #252E65;
    width: 690px;
}

.floors {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}

.floor:not(.active) img {
    filter: invert(100%) sepia(100%) hue-rotate(0deg) saturate(0%) brightness(100%);
}

.floor {
    cursor: pointer;
}

.floor img {
    width: 300px;
}

.date-container {
    margin-top: 100px;
    text-align: center;
}

.date {
    background-color: #AD844D!important;
    color: white;
    border: 0;
    padding: 6px;
    width: 200px;
    border-radius: 5px!important;
}

.date::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.time-ranges {
    margin-top: 48px;
    padding: 0 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.time-range {
    color: #AD844D;
    border: 1px solid #AD844D;
    cursor: pointer;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    font-size: 18px;
    text-align: center;
}

.time-range.active {
    background-color: #AD844D;
    color: white;
}

.time-range.disabled {
    background-color: #B6B6B6;
    color: white;
    border: 1px solid #B6B6B6;
}

.layout-plan .layout-img {
    width: 100%;
}

.layout-plan {
    position: relative;
    margin: 100px;
}

.tables {
    position: absolute;
    top: 0;
    left: 0;
}


.table {
    position: absolute;
    cursor: pointer;
}

.table.disabled {
    filter: hue-rotate(213deg);
}

.table-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.table img {
    width: 100%;
}

/* modal section */
.modal-dialog {
    width: 305px !important;
}

.modal-content {
    border-radius: 5px !important;
    background-color: #252E64 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    color: white !important;
}

#reservationModal1 .modal-body {
    padding: 0 !important;
}

.modal-image {
    display: flex;
    justify-content: center;
    background-color: #F3F2E9;
    padding: 12px;
}

.modal-data {
    padding: 16px 20px;
}

.table-info-text {color: #F3F2E9;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal-header {
    display: flex;
    align-items: center !important;
}

.modal-footer {
    border-top: 0 !important;
}

.btn-reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 5px !important;
    background: #AD844D !important;
    color: #F3F2E9 !important;
    font-family: "Minion Variable Concept";
    font-size: 24px !important;
    font-weight: 700 !important;
}

.modal-date {
    border: 0;
    padding: 6px;
    width: 100%;
    border-radius: 5px!important;
    border: 1px solid #ad844d!important;
    color: #ad844d;
}

.modal-time-ranges {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 10px;
}
.modal-title {
    font-size: 24px;
}

#reservationModal3 .time-range {
    width: 140px;
    padding: 0 5px;
}
input, select, textarea {
    border-radius: 5px!important;
    background: #F3F2E9!important;
    margin: 15px 0!important;
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    .reservation-page .text-section h1 {
        font-size: 120px;
    }

    .reservation-page .line {
        width: 540px;
    }

    .time-ranges {
        padding: 0 100px;
    }

    .layout-plan {
        margin: 100px 30px;
    }
}

@media only screen and (max-width: 450px) {
    .reservation-logo {
        max-width: 200px;
    }

    .reservation-menu-section {
        padding: 30px;
    }

    .reservation-page .text-section h1 {
        font-size: 70px;
    }

    .reservation-line .line {
        width: 310px;
    }

    .time-ranges {
        padding: 0 30px;
    }

    .layout-plan {
        margin: 60px 0;
    }

    .floors {
        margin-top: 30px;
        flex-direction: column;
    }

    .reservation-page {
        background-size: 37px;
        padding-bottom: 35px;
    }

    .floor img {
        width: 250px;
    }

    .date-container {
        margin-top: 60px;
    }

    .floor-seperator img {
        transform: rotate(90deg);
        width: 100px;
    }

    .floor-seperator {
        margin: 50px;
    }
}
