.brand-image {
    padding: 5px;
    background-color: #ffffff;
}

.cts-label,
.day-label,
.square-label {
    font-weight: bold;
    font-size: 12px;
}

.cte-label {
    color: #666;
    font-size: 10px;
}

.cc-label {
    display: block;
    overflow: visible;
    font-size: 12px;
    max-height: 30px;
    overflow: hidden;
}

.reservation-table td {
    padding: 10px !important;
    text-align: center;
}
.tandc::-webkit-scrollbar,#aboutUsDetails::-webkit-scrollbar, #contactUsDetails::-webkit-scrollbar {
    width: 10px;
}

.tandc::-webkit-scrollbar-thumb, #aboutUsDetails::-webkit-scrollbar-thumb, #contactUsDetails::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 16px;
}
.tandc::-webkit-scrollbar-track, #aboutUsDetails::-webkit-scrollbar-track, #contactUsDetails::-webkit-scrollbar-track {
    margin-block: 20px;
}
.tandc, #aboutUsDetails, #contactUsDetails {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 30px #aaa;
    display: none;
    overflow-y: scroll;
    max-height: 500px;
    z-index: 1111;
}

.tandc span, #aboutUsDetails span, #contactUsDetails span {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    padding: 3px 11px;
    border-radius: 50%;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 1s;
}

.tandc span:hover, #aboutUsDetails span:hover, #contactUsDetails span:hover{
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .tandc, #aboutUsDetails, #contactUsDetails {
        width: 90%;
    }
}

@media screen and (max-width: 425px) {
    .tandc, #aboutUsDetails, #contactUsDetails {
        width: 98%;
        padding-top: 50px;
        max-height: 98%;
    }
    .tandc span, #aboutUsDetails span, #contactUsDetails span {
        right: 7px;
        top: 15px;
        padding: 2px 7px;
        font-size: 15px;
        line-height: 21px;
    }
}
