td.fc-timegrid-slot.fc-timegrid-slot-lane {
    text-indent: 30px;
    background: #fff;
    color: #000;
    font-weight: bold;
}
.scheduled-lesson-popup .fc .fc-timegrid-slot {
    border: 0;
    background: #fff;
}
.fc-media-screen a.fc-timegrid-event.not_available {
    background: #fff;
    border: 0;
    color: #444;
}
.fc .fc-bg-event.slot_available {
    color: #121117 !important;
    text-decoration:underline;
    text-align:center;
    font-size:14px;
    background-color: #fff !important;
    opacity: 1 !important;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-media-screen a.fc-timegrid-event.fc-event-future.not_available .fc-event-main {
    color: #6a697c;
    text-align:center;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.fc-timegrid-event.fc-event-future {
    border: 0;
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.fc-timegrid-event.fc-event-today.not_available>.fc-event-main {
    background: #fff;
    border: 0;
    color: #444;
    text-align: center;
    font-size: 14px;
}
.fc-timegrid-slots tbody > tr > td:nth-child(1) {
    display: none;
}
.calendar-view .fc-header-toolbar .fc-toolbar-chunk h6{
    color:#000!important;
    font-weight: bold;
}
.calendar-view .fc-header-toolbar .fc-toolbar-chunk h6 .timer{
    color:#000!important;
    font-weight: bold;
}

.calendar-view .fc-header-toolbar .fc-toolbar-chunk h2{
    color:#000!important;
    font-weight: bold;
}

.fc-scrollgrid-section-liquid td{
    border: 0!important;
}

.fc-scrollgrid-section-liquid table{
    border-bottom: 1px solid var(--fc-border-color, #ddd)!important;
}
.fc-bg-event.fc-event.fc-event-start.fc-event-end.fc-event-future.slot_available.last_active_slot {
    color: #6a697c !important;
    text-align: center;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-decoration:none;
    font-weight: normal;
    cursor: context-menu;
    pointer-events: none;
}
@media (max-width:560px) {
    a.fc-timegrid-event.fc-event-future {
        font-size: 12px;
        padding-top: 0;
        line-height: 1;
    }
}

@media only screen and (max-width:560px) and (min-width:320px) {
    .fc .fc-bg-event.slot_available {
        font-size: 12px;
        padding-top: 0;
        line-height: 1.2;
        margin: 0px 5px;
    }
    a.fc-timegrid-event.fc-event-today.not_available > .fc-event-main {
        padding-top: 0;
        line-height: 1.2;
        font-size: 12px;
        margin: 0px 4px;
    }
    .fc-media-screen a.fc-timegrid-event.fc-event-future.not_available .fc-event-main {
        padding-top: 0;
        line-height: 1.2;
        font-size: 12px;
        margin: 0px 4px;
    }
    
}

@media only screen and (max-width:430px) and (min-width:320px) {
    .fc .fc-bg-event.slot_available {
        font-size: 10px;
        padding-top: 0;
        margin: 0px 2px;
    }
    a.fc-timegrid-event.fc-event-today.not_available > .fc-event-main {
        padding-top: 0;
        font-size: 10px;
        margin: 0px 2px;
    }
    .fc-media-screen a.fc-timegrid-event.fc-event-future.not_available .fc-event-main {
        padding-top: 0;
        font-size: 10px;
        margin: 0px 2px;
    }
    
}