﻿.calendarEventFilters {
    --calfilter-selected-item-backcolor: #d71920;
	    --calfilter-location-color: #d71920;
}

.calendarFilter-filterItem.calendarFilter-filterItem-showAll.calendarFilter-filterItem--selected a {
    color: white;
    font-size: 14px;
}
.calendarFilter-filterItem--selected img {
    border: #b00e26 4px solid;
    border-radius: 12px;
}
.calendarFilter-filterItem:hover {
    color: white;
    background-color: #d71920;
}
.calendarFilter-filterItem--selected:has(> img) {
    background: linear-gradient(0deg, var(--calfilter-selected-item-backcolor) 50%, transparent 50%);
    color: white;
}