.awf-events-table .evcal_cblock .time,
.awf-events-table .evcal_cblock .evo_end.only_time
{
	display: block !important;
}

.awf-events-table .eventon_events_list .eventon_list_event .evcal_cblock .evo_start .date,
.awf-events-table .eventon_events_list .eventon_list_event .evcal_cblock .evo_start .month,
.awf-events-table .calendar_header 
{
	display: none !important;
}

.awf-events-table .eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle
{
	text-transform: unset !important;
}

.awf-events-table .evcal_cblock .evo_end::before
{
	top: unset !important;
}

.awf-events-table .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg
{
	position: unset !important;
	background-size: contain !important;
}

.awf-events-table .eventon_events_list .eventon_list_event .evoet_cx,
.awf-events-table .evo_pop_body .evoet_cx
{
	margin-right: unset !important;
	width: 160px !important;
	height: auto !important;
}

.awf-events-table .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg::before
{
	content: none !important;
}

.awf-events-filter-btn-active
{
	background-color: #007BFF;
	color: white;
}

.awf-events-filter-btn
{
	padding: 10px 20px;
	margin: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* Wartedialog */

.awf-events-progress-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.awf-events-progress-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 300px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.awf-events-progress-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #21A032;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**/

/* Hiden by default */
.awf-event-filter-section
{
	display: none;
}