#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
body #booked-profile-page input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body div.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header{
	background: var(--colorMain) !important;
	border-color: var(--colorMain) !important;
}

body div.booked-calendar .bc-head,
body div.booked-calendar .bc-head .bc-col{
	background: var(--darkColor) !important;
	border: none !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 1;
	display: inline-block;
	font-size: 18px;
	height: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
		font-size: 30px;
		height: 30px;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left{
	position: absolute;
	margin-top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 16px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out 0s;
}

@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left{
		width: 40px;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover{
	opacity: .5;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right{
	right: 0;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover{
	right: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left{
	left: 0;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover{
	left: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date{
	background: rgba(0, 0, 0, 0);
	border: 2px solid rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
		display: block;
		padding: 0;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	padding: 20px 0;
}

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

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.prev-month .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.next-month .date{
	background: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.prev-month:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.prev-month:focus .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.next-month:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date.next-month:focus .date{
	background: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date{
	background: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date span{
	color: var(--colorMain) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:focus .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:focus .date{
	background: #fff !important;
	border-color: var(--colorMain);
}

@media (max-width: 500px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date,
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:focus .date,
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:hover .date,
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:focus .date{
		border-color: rgba(0, 0, 0, 0);
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:focus .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:focus .date span{
	color: var(--colorMain) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month.active .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month.active .date{
	background: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month.active .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month.active .date span{
	box-shadow: none;
	background: var(--colorMain) !important;
	color: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top{
	min-height: 80px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
	border-width: 1px;
	border-style: solid;
	font-weight: 600;
}

@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
		padding: 24px 0;
		font-size: 13px;
		letter-spacing: .1em;
	}
}

body div.booked-calendar .bc-row.days .bc-col,
body #booked-profile-page .booked-tabs{
	background: var(--colorMain) !important;
	border-color: var(--colorMain) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col{
	border-top-color: var(--darkColor);
	border-bottom: none;
	border-left: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col:first-child{
	border-left: 1px solid var(--darkColor);
}

body div.booked-calendar-wrap div.booked-calendar{
	background: #f5f5f5;
	box-shadow: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span{
	background: rgba(0, 0, 0, 0) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	border-right: 1px solid rgba(48, 56, 73, .1);
	border-bottom: 1px solid rgba(48, 56, 73, .1);
	max-height: 100px;
	width: 14.285%;
}

@media (max-width: 991px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		max-height: 90px;
	}
}

@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		max-height: 50px;
	}

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

@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number{
		line-height: 40px !important;
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:first-child{
	border-left: 1px solid rgba(48, 56, 73, .1);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:last-child{
	border-right: 1px solid rgba(48, 56, 73, .1);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date{
	border-color: rgba(0, 0, 0, 0) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date span{
	color: var(--darkColor);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	color: var(--colorMain);
}

@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
		font-size: 24px;
		font-weight: 300;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span{
	color: var(--darkColor) !important;
	border-color: rgba(0, 0, 0, 0);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date{
	background: var(--colorMain) !important;
	position: relative;
}

@media (min-width: 768px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date:before,
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date:before{
		content: "today";
		position: absolute;
		right: 10px;
		top: 10px;
		line-height: 1;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		z-index: 1;
		padding: 0;
	}
}

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.today.prev-date .date span{
	box-shadow: none;
	background: var(--colorMain) !important;
	color: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:focus .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:focus .date{
	background: #f5f5f5 !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date::before,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:focus .date::before,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date::before,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:focus .date::before{
	color: var(--darkColor);
}

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:focus .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:focus .date span{
	background: var(--colorMain) !important;
	color: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date.active .date{
	background: var(--colorMain) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date.active .date span{
	box-shadow: none;
	background: var(--colorMain) !important;
	color: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date{
	background: #fff;
	border-color: var(--colorMain);
}

@media (max-width: 500px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date{
		border-color: rgba(0, 0, 0, 0);
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span{
	background: rgba(0, 0, 0, 0);
	color: var(--colorMain);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover{
	background: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(48, 56, 73, .1);
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date{
	background: #f5f5f5;
}

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.active:hover .date .number{
	background: var(--colorMain);
	color: #fff;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col{
	padding: 0;
}

body .booked-appt-list{
	padding: 35px 28px;
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock{
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(48, 56, 73, .1);
	border-top: none;
}

body .booked-appt-list{
	box-shadow: none;
	color: var(--darkColor);
}

body .booked-appt-list h2{
	color: var(--darkColor);
}

@media (min-width: 768px) {
	body .booked-appt-list h2{
		text-align: left;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		margin: 0 0 30px;
		line-height: 1.1;
	}
}

body .booked-appt-list .timeslot .timeslot-time,
body .booked-appt-list .timeslot .timeslot-time i.fa-solid{
	color: var(--fontColor);
}

body .booked-appt-list .timeslot:hover{
	background-color: rgba(255, 255, 255, .1);
}

body .booked-appt-list .timeslot .timeslot-time{
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	color: var(--darkColor);
}

body .booked-appt-list .timeslot .timeslot-time i.fa-solid{
	color: var(--darkColor);
	font-family: "FontAwesome";
	font-weight: 100;
}

body .booked-appt-list .timeslot .spots-available{
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	color: #fff;
	transition: color .15s ease-in-out;
}

@media (min-width: 721px) {
	body .booked-appt-list .timeslot .spots-available{
		color: var(--colorMain);
	}
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
body #booked-profile-page input[type=submit].button-primary,
body div.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-modal p.booked-title-bar,
body div.booked-calendar .bc-col:hover .date span,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
.booked-ms-modal .booked-book-appt,
body #booked-profile-page .booked-tabs li a .counter{
	background: var(--colorMain);
}

body #booked-profile-page input[type=submit].button-primary,
body div.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
.booked-ms-modal .booked-book-appt,
body #booked-profile-page .booked-tabs li a .counter{
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 22px 55px;
	color: var(--darkColor);
	background: var(--colorMain);
}

@media (max-width: 720px) {
	body #booked-profile-page input[type=submit].button-primary,
	body div.booked-calendar input[type=submit].button-primary,
	body .booked-list-view button.button,
	body .booked-list-view input[type=submit].button-primary,
	body .booked-list-view button.button,
	body .booked-list-view input[type=submit].button-primary,
	body .booked-modal input[type=submit].button-primary,
	body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
	body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
	body #booked-profile-page .appt-block .google-cal-button > a,
	body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
	.booked-ms-modal .booked-book-appt,
	body #booked-profile-page .booked-tabs li a .counter{
		margin-bottom: 10px;
	}
}

body #booked-profile-page input[type=submit].button-primary:hover,
body #booked-profile-page input[type=submit].button-primary:focus,
body #booked-profile-page input[type=submit].button-primary:active,
body div.booked-calendar input[type=submit].button-primary:hover,
body div.booked-calendar input[type=submit].button-primary:focus,
body div.booked-calendar input[type=submit].button-primary:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view button.button:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view button.button:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:focus,
body .booked-modal input[type=submit].button-primary:active,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:focus,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:active,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:focus,
body #booked-profile-page .appt-block .google-cal-button > a:active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active,
.booked-ms-modal .booked-book-appt:hover,
.booked-ms-modal .booked-book-appt:focus,
.booked-ms-modal .booked-book-appt:active,
body #booked-profile-page .booked-tabs li a .counter:hover,
body #booked-profile-page .booked-tabs li a .counter:focus,
body #booked-profile-page .booked-tabs li a .counter:active{
	border-width: 1px !important;
	color: #fff !important;
	border-color: var(--darkColor) !important;
	background: var(--darkColor) !important;
}

body #booked-profile-page input[type=submit].button-primary:hover .spots-available,
body #booked-profile-page input[type=submit].button-primary:focus .spots-available,
body #booked-profile-page input[type=submit].button-primary:active .spots-available,
body div.booked-calendar input[type=submit].button-primary:hover .spots-available,
body div.booked-calendar input[type=submit].button-primary:focus .spots-available,
body div.booked-calendar input[type=submit].button-primary:active .spots-available,
body .booked-list-view button.button:hover .spots-available,
body .booked-list-view button.button:focus .spots-available,
body .booked-list-view button.button:active .spots-available,
body .booked-list-view input[type=submit].button-primary:hover .spots-available,
body .booked-list-view input[type=submit].button-primary:focus .spots-available,
body .booked-list-view input[type=submit].button-primary:active .spots-available,
body .booked-list-view button.button:hover .spots-available,
body .booked-list-view button.button:focus .spots-available,
body .booked-list-view button.button:active .spots-available,
body .booked-list-view input[type=submit].button-primary:hover .spots-available,
body .booked-list-view input[type=submit].button-primary:focus .spots-available,
body .booked-list-view input[type=submit].button-primary:active .spots-available,
body .booked-modal input[type=submit].button-primary:hover .spots-available,
body .booked-modal input[type=submit].button-primary:focus .spots-available,
body .booked-modal input[type=submit].button-primary:active .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:hover .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:focus .spots-available,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block:active .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:hover .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:focus .spots-available,
body #booked-profile-page .appt-block .google-cal-button > a:active .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus .spots-available,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active .spots-available,
.booked-ms-modal .booked-book-appt:hover .spots-available,
.booked-ms-modal .booked-book-appt:focus .spots-available,
.booked-ms-modal .booked-book-appt:active .spots-available,
body #booked-profile-page .booked-tabs li a .counter:hover .spots-available,
body #booked-profile-page .booked-tabs li a .counter:focus .spots-available,
body #booked-profile-page .booked-tabs li a .counter:active .spots-available{
	color: var(--colorMain);
}

body .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-appt-list .timeslot .timeslot-people button:focus{
	color: var(--darkColor);
}

body .booked-modal .bm-window p i.fa,
body .booked-modal .bm-window a,
body .booked-appt-list .booked-public-appointment-title,
body .booked-modal .bm-window p.appointment-title,
.booked-ms-modal.visible:hover .booked-book-appt,
body .booked-modal input[type=submit].button-primary:hover{
	color: var(--colorMain);
}

body .booked-appt-list .timeslot .timeslot-title{
	color: var(--colorMain);
}

body .booked-form .cf-block select{
	height: 50px;
}

body #booked-profile-page input[type=submit].cancel,
body #booked-profile-page button.cancel,
body .booked-list-view input[type=submit].cancel,
body .booked-list-view button.cancel,
body .booked-calendar input[type=submit].cancel,
body .booked-calendar button.cancel,
body .booked-modal input[type=submit].cancel,
body .booked-modal button.cancel,
body .booked-modal .booked-forgot-goback.button{
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid var(--colorMain);
	border-radius: 0;
	padding: 22px 55px;
	color: var(--darkColor) !important;
	background: rgba(0, 0, 0, 0) !important;
}

body #booked-profile-page input[type=submit].cancel::before,
body #booked-profile-page input[type=submit].cancel::after,
body #booked-profile-page button.cancel::before,
body #booked-profile-page button.cancel::after,
body .booked-list-view input[type=submit].cancel::before,
body .booked-list-view input[type=submit].cancel::after,
body .booked-list-view button.cancel::before,
body .booked-list-view button.cancel::after,
body .booked-calendar input[type=submit].cancel::before,
body .booked-calendar input[type=submit].cancel::after,
body .booked-calendar button.cancel::before,
body .booked-calendar button.cancel::after,
body .booked-modal input[type=submit].cancel::before,
body .booked-modal input[type=submit].cancel::after,
body .booked-modal button.cancel::before,
body .booked-modal button.cancel::after,
body .booked-modal .booked-forgot-goback.button::before,
body .booked-modal .booked-forgot-goback.button::after{
	display: none;
}

body #booked-profile-page input[type=submit].cancel:hover,
body #booked-profile-page input[type=submit].cancel:focus,
body #booked-profile-page input[type=submit].cancel:active,
body #booked-profile-page button.cancel:hover,
body #booked-profile-page button.cancel:focus,
body #booked-profile-page button.cancel:active,
body .booked-list-view input[type=submit].cancel:hover,
body .booked-list-view input[type=submit].cancel:focus,
body .booked-list-view input[type=submit].cancel:active,
body .booked-list-view button.cancel:hover,
body .booked-list-view button.cancel:focus,
body .booked-list-view button.cancel:active,
body .booked-calendar input[type=submit].cancel:hover,
body .booked-calendar input[type=submit].cancel:focus,
body .booked-calendar input[type=submit].cancel:active,
body .booked-calendar button.cancel:hover,
body .booked-calendar button.cancel:focus,
body .booked-calendar button.cancel:active,
body .booked-modal input[type=submit].cancel:hover,
body .booked-modal input[type=submit].cancel:focus,
body .booked-modal input[type=submit].cancel:active,
body .booked-modal button.cancel:hover,
body .booked-modal button.cancel:focus,
body .booked-modal button.cancel:active,
body .booked-modal .booked-forgot-goback.button:hover,
body .booked-modal .booked-forgot-goback.button:focus,
body .booked-modal .booked-forgot-goback.button:active{
	background: rgba(0, 0, 0, 0) !important;
	color: var(--darkColor) !important;
	border-color: var(--darkColor) !important;
}

@media (min-width: 721px) {
	body .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
		display: none !important;
	}
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	background: var(--colorMain);
}

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

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:focus .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span{
	background: rgba(0, 0, 0, 0) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
	color: #fff;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:hover,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:focus{
	color: #fff;
	opacity: .5;
}

@media (max-width: 767px) {
	body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
		display: none;
	}
}

body .booked-modal .button{
	margin-bottom: 4px !important;
}

body .booked-modal .button + .button{
	margin-left: 0;
}