/* Add here all your CSS customizations */
.calendar-days-title{
    height: 50px;
    background-color: #7acbff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:15px;
    font-weight: 500;
    color: #f1f1f1;
}

.day-hours > div{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #eee;
    border: 1px solid #ffffff;
}

.lesson-list-hours > div{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: #eee;
    border: 1px solid #ffffff;
    flex-direction: column;
}

.select-day{
    background-color: #7acbff !important;
}

.selected-hour{
    background-color: #d2322d;
    width: 108px;
    height: 35px;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:500;
}

@media (max-width: 709px) {
    .calendar-months-title{
        display: none;
    }
    .calendar-days > div{
        height: 80px;
    }
    .lesson-list-hours-span{
        font-size: 10px !important
    }
}

@media (max-width: 709px) {
    .calendar-months-title{
        display: none;
    }
}
