/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2023 | 13:32:05 */
.calendar_area .numCount li.active label,
.calendar_area .numCount li.active label::before{
    transition: .5s;
}


.calendar_area .numCount li.active label{
    background: white;
    color: black;
}

.calendar_area .numCount li.active label::before{
    opacity: 0;
}

.calendar_area.loaded .numCount li.active label{
    background: black;
    color: white;
}

.calendar_area.loaded .numCount li.active label::before{
    opacity: 1;
}

.loop-calendar-horizontal-event{
    transform: unset;
    opacity: 0;
    transition: .5s ease-in-out;
}

.loop-calendar-horizontal-event.revealed{
    transform: unset;
    opacity: 1;
}

.calendar-row .splide__track .loop-calendar-day-horizontal label,
.calendar-row .splide__track .loop-calendar-day-horizontal,
.calendar-row .splide__track{
    cursor: grab;
}

.calendar-row .splide__track .loop-calendar-day-horizontal:not([data-events=""]) label,
.calendar-row .splide__track .loop-calendar-day-horizontal:not([data-events=""]){
    cursor: pointer;
}

.calendar-slider{
    flex-direction: row;
}