
.container.toppage {
    padding-left: 0px;
    padding-right: 0px;
}
.session-guide .description {
    font-size: 12px;
}
.session-guide .img-guide {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 10px;
}

.holiday {
    background-color: #D9D9D9;
}
#calendar-table .holiday a {
    color: #fff !important;
}
#calendar-table .discount {
    color: #f00;
    overflow: hidden;
}
#calendar-table .holiday .discount, #calendar-table .holiday .amount-display {
    color: #fff !important;
}
.sartuday {
    background-color: #FEFAEC;
}
.sunday {
    background-color: #EEDDDB;
}

.plan-slt {
    text-align: center;
}
.plan-slt .form-select {
    height: 40px;
    text-align: left;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    color: #595757;
    border: #595757 solid 1px;
}

.plan-slt .form-select .select-items{
    background-color: red;
}

.plan-slt label{
    color: #a4a4a4;
}


.warning {
    display: none;
}
.time-booking {
    color: #007bff;
    cursor: pointer;
}

/* =====================================Calendar step =========================== */
.step-container{
    border: solid 1px #8b8b8b;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f7f7f7;
    padding: 2rem;
}

.step-container label{
    color: #595757;
}

.step-container select{
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.step-container .custom-select{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 9px 9px, 9px 9px, 1px 1.5em;
    background-repeat: no-repeat;
}

.step-container .custom-select option{
   width: 100% !important;
}

.calendar-note-container{
    border-radius: 5px;
    margin-bottom: 3rem;
    background-color: #e8e9fa;
    padding: 0.25rem;
    color: #a4a4a4;
}

.price-booking{
    height: 50px;
    background-color: #595757;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin-bottom: 2rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 576px) {
    .container.toppage {
        padding-left: 15px;
        padding-right: 15px;
    }
    .session-guide .description {
        font-size: 12px;
    }
    .session-guide .img-guide {
        margin: 0px;
    }

    .step-container select{
        height: 50px !important;
    }

    .step-container label{
        position: absolute;
        z-index: 1;
        top: -20px;
        left: 25px;
        font-size: 14px;
    }

    .select-bg-active{
        background: linear-gradient( to bottom, #f7f7f7 0%, #f7f7f7 58%, white 58%, white 100% );
    }

    .select-bg-deactive{
        background: linear-gradient( to bottom, #f7f7f7 0%, #f7f7f7 58%, #e9ecef 58%, #e9ecef 100% );
    }
}

@media (max-width: 780px) {
    .step-container select{
        height: 50px !important;
    }

    .step-container label{
        position: absolute;
        z-index: 1;
        top: -20px;
        left: 25px;
        font-size: 14px;
    }

    .select-bg-active{
        background: linear-gradient( to bottom, #f7f7f7 0%, #f7f7f7 58%, white 58%, white 100% );
    }

    .select-bg-deactive{
        background: linear-gradient( to bottom, #f7f7f7 0%, #f7f7f7 58%, #e9ecef 58%, #e9ecef 100% );
    }
}
.block-time {
    display: flex;
    align-items: center;
    width: 16%;
    border-left: 1px solid;
    border-top: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-date {
    max-width: calc(100% / 7);
    min-height: 50px;
    border-left: 1px solid;
    border-top: 1px solid;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    padding: 5px 0px;
}
.block-use-sp .block-date {
    max-width: calc(100% / 4);
}
#calendar-table {
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 14px;
}
.block-booking {
    width: 100%;
    border-bottom: 1px solid;
    flex-grow: 1;
}
.block-date .block-booking:last-child {
    border-bottom: unset;
}
a.holiday.past-time {
    background-color: unset;
}

@media screen and (max-width: 767.98px) {
    #calendar-table {
        font-size: 12px;
    }
}

@media screen and (max-width: 575.98px) {
    #calendar-table {
        font-size: 10px;
    }
}


div:has(> .room-not-available) {
    background: #D9D9D9;
}
div:has(> .room-not-available) a.room-not-available, div:has(> .room-not-available) div {
    color: #fff !important;
}
