#bookit-app .step-by-step-view .calendar-content {
    background-color: #f2f6f6;
}

    #bookit-app .step-by-step-view .calendar-content .step-content .datetime-content .select-datetime-mobile .time-select {
        color: #666;
    }

    #bookit-app .step-by-step-view .calendar-content .step-content ul li.active {
        border: 2px solid #46F5F5;
        background-color: #46F5F55E;
    }

@media screen and (max-device-width: 760px) and (min-device-width: 0px) {
    #bookit-app .step-by-step-view .calendar-content .step-content .datetime-content .select-datetime-mobile .calendar-select {
        width: 300px;
        margin-left: calc(50% - 150px);
    }

        #bookit-app .step-by-step-view .calendar-content .step-content .datetime-content .select-datetime-mobile .calendar-select .month-slide-control {
            margin: 0 20px;
        }

        #bookit-app .step-by-step-view .calendar-content .step-content .datetime-content .select-datetime-mobile .calendar-select .day-list .week .day {
            height: 40px;
            width: 40px;
        }

        #bookit-app .step-by-step-view .calendar-content .step-content .datetime-content .select-datetime-mobile .calendar-select .day-list .week-titles {
            position: relative;
            display: inline-flex;
            width: 280px;
        }
}
