
#ebf-calendar-container{
	display:none; 
	visibility:hidden
}

.ebf_avialble_dates {
	list-style-type: none;
	padding: 0;
}

.ebf_dates {
	padding: 10px 0 10px 0;
	display: inline;
}

.ebf-list-dates{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	gap: 25px;
}

span.exam_available_slots {
    color: green;
    font-size: 9px;
    display: inline;
}
a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev.ui-corner-all,a.ui-datepicker-prev.ui-corner-all.ui-state-disabled, a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
	display: none;
}



li.ebf-li-dates{
	padding: 10px;
	background:#fff;
	border: 1px solid #000;
}

li.ebf-li-dates.ebf-blocked-date {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;			
}

li.ebf-li-dates.ebf-booked-date {
	background: #fb0707;
	border: 1px solid #fb0707;
	color: #fff
}


td.ui-datepicker-unselectable.ebf-booked-date {
	background: red;
	opacity: 1;
}

td.ui-datepicker-unselectable.ebf-booked-date span {
	background: #fb0707;
	color: #fff;
	border: none;
}

td.ui-datepicker-unselectable.ebf-blocked-date {
	background: #e5e5e5;
	opacity: 1;
}

td.ui-datepicker-unselectable.ebf-blocked-date span {
	background: #e5e5e5;
	color: #000;
	border: none;
}

.swal2-popup.swal2-modal {
    font-size: 14px !important;
}

.rescheduled-cancel-wrapper .ebf-btn {
    font-size: 1.4rem;
    color: var(--gray-color);
    text-decoration: underline;
}

.rescheduled-cancel-wrapper .ebf-btn:hover {
    color: var(--secondary-color);
    
}

