/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 23:59:58 */
#maincalendar .evo-weekend {
	.evo_boxtop {
		background: linear-gradient(to bottom right, #f455a7 calc(50% - 1px), #f455a7 50%, transparent calc(50% + 1px));
	}
	.evo_start .day {
		color: #FFFFFF!important;
	}
}

#maincalendar .evo-weekend.evo-saturday:after {
	content: "SATURDAY";
	position:absolute;
    right: 0%;
    top: 5%;
    width: 90px;
    height: 15px;
	font-family: "MuseoSans700";
	font-size: 12px;
	letter-spacing: 0;
}

#maincalendar .evo-weekend.evo-sunday:after {
	content: "SUNDAY";
	position:absolute;
    right: 0%;
    top: 5%;
    width: 90px;
    height: 15px;
	font-family: "MuseoSans700";
	font-size: 12px;
	letter-spacing: 0;
}