/* 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 div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: inset 0 0 0 2px #17c8ca;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span{
	background: #17c8ca !important;
}

body div.booked-calendar-wrap div.booked-calendar{
	border-radius: 0;
}

body #booked-profile-page input[type="submit"].button-primary,
body .booked-calendar button,
body .booked-form input[type=submit], body .booked-form button{
	border-radius: 3em;
	box-sizing: border-box;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	line-height: 50px !important;
}

body div.booked-calendar .bc-col:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	color: #fff!important;
	border-color: #20d9c9;
	background: #20d9c9!important;
}

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

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

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a,
body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body .addeventatc,
body #booked-profile-page input[type="submit"].button-primary,
body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
	color: #fff!important;
	border-color: #17c8ca!important;
	background-color: #17c8ca!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover,
body .addeventatc:hover,
body #booked-profile-page input[type="submit"].button-primary:hover,
body .booked-modal button.cancel:hover,
body .booked-modal input[type=submit].button-primary:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	color: #fff!important;
	border-color: #20d9c9!important;
	background: #20d9c9!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete{
	border-color: transparent!important;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a{
	font-size: 1em;
}

#booked-profile-page .booked-form-wrap label:has(> input[type="checkbox"])::before{
	top: -1px;
}

body .addeventatc{
	font-family: inherit;
}

.addeventatc_icon{
	display: none!important;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button{
  display: flex;
  align-items: center;
  background-image:none!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	color: #fff;
	background: #acb4b6;
}

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

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