
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span{
	color: inherit!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: none!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	border-color: transparent!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number{
	background: transparent!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span{
	background: transparent!important;
	color: inherit!important;
}

body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .booked-tab-content,
body .booked-form .booked-appointments,
body .booked-modal .bm-window,
body .booked-modal .bm-window p.booked-title-bar,
body .booked-appt-list{
	border-radius: 0!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body .booked-appt-list .timeslot .timeslot-people button .spots-available{
	color: inherit!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	display: flex;
    align-items: baseline;
	 height: auto;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
	font-size: 16px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
	font-size: 12px;
		top: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	border-width: 0;
}

body .booked-calendar button[disabled]:hover,
body .booked-calendar button[disabled]{
	background-color: #b7b7b7 !important;
	color: #757575 !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons{
	flex-wrap: wrap;
	gap: .5em;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons > a{
	margin: 0;
}

/* list */
body div.booked-calendar-wrap.booked-list-view .booked-appt-list,
body .booked-appt-list {
	transform: none;
	padding: 1em;
}

.booked_custom_date_picker .ui-datepicker-title {
	margin-bottom: 0;
}
body .booked-appt-list .timeslot:hover {
	background: none;
}

body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active, body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover {
	background: none!important;
}

body .booked-appt-list h2{
	margin: .6em 0;
}

body #booked-profile-page .appt-block .booked-cal-buttons > div{
	margin: 0;
}