/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: rgba(255,255,255,0.75);
}
body table.booked-calendar th .monthName a:hover {
	color: #ffffff;
}

body .booked-calendar-wrap table.booked-calendar th{
	padding: 11px 0 !important;
}

body .booked-calendar-wrap table.booked-calendar thead .days th{
	color: #33302e !important;
	font-weight: 600;
}

.slider_wrap .booked-calendar{
	height: 432px;
}

.slider_wrap .booked-calendar .date,
.slider_wrap .booked-calendar .date .number{
	font-size: 14px;
	font-weight: 600;
	text-align: center !important;
	line-height: 46px !important;
}

.booked-calendar .date{
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.booked_slider_wrap{
	overflow-y: auto;
	overflow-x: hidden;
	height: 450px;
}