#sb-calendar {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.main-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 900px;
    margin: 0 auto;
}

.weekend-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.weekend-box .color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c1c5c0;
}

.weekend-box .color1 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffeb8278;
}

.weekend-box .color2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c1c5c0;
}

.weekend-box .color3 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f01818;
}

.weekend-box h6 {
    margin: 0 0 0 10px;
}

.fc-other-user-booking {
    opacity: 0.8 !important;
}

.fc-timegrid-slots td {
    padding: 10px !important;
}
.fc .fc-daygrid-day.fc-day-today{
    background-color: #fff !important;
}
.fc .fc-timegrid-col.fc-day-today{
    background-color: #fff !important;
}

/* .sb-description {
    margin-top: -20px !important;
    margin-bottom: -40px !important;
} */

.sb-description p {
    font-size: 15px;
    margin-bottom: 5px;
}

.sb-description ol,
ul {
    margin-bottom: 0 !important;
}

.sb-description br {
    margin-bottom: 0 !important;
}

.sb-tabs {
    margin: 20px 0;
}

.sb-tab-button {
    padding: 10px 20px;
    margin-right: 10px;
    background: #2c3e50;
    border: 1px solid #ccc;
    cursor: pointer;
    opacity: 0.65;
}

.sb-tab-button.active {
    background: #2c3e50;
    color: #fff;
    opacity: 1;
}

#sb-tab-list table thead tr {
    color: #fff;
}
@media (max-width: 430px) {
    .fc-today-button {
        margin-top: 10px !important;
    }
}

@media (max-width: 500px) {
    .main-box {
        width: 100%;
    }

    .fc-view-harness {
        height: 430px !important;
    }

    #sb-calendar {
        padding: 20px 0;
    }

    #sb-time-popup {
        padding: 20px 5px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 15px !important;
    }

    .fc-today-button {
        margin-top: 0px;
    }
    .fc-scrollgrid-sync-inner a{
        font-size: 12px !important;
    }
    .fc-button{
        font-size: 12px !important;
    }
    .fc-toolbar{
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }
}

.swal2-confirm-buy-now {
    background-color: #f7f30f78 !important;
    color: black !important;
}

.swal2-info {
    color: #6e7881 !important;
    border-color: #6e7881 !important;
}