body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number,
body .booked-appt-list,
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.today .date span{
	box-shadow: none;
	background-color: #bf9456;
}
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.entryBlock,
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 .date,
body div.booked-calendar .bc-col:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date,
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 .date span{
	background-color: #bf9456!important;
	color: #fff !important;
}

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

body .booked-calendar .booked-appt-list .timeslot button .spots-available,
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available{
	color: inherit;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number{
	line-height: 50px!important;
}
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body .booked-calendar input[type=submit],
body .booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
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.active .date .number{
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	font-size: 16px;
	height: auto;
	line-height: normal;
	display: flex;
	gap: .8em;
	align-items: baseline;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a{
	top: 0;
	padding-left: 0;
}

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-modal .bm-window p.booked-title-bar,
body .booked-modal .bm-window .booked-scrollable,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
	border-radius: 0;
}

body div.booked-calendar .bc-col .date span{
	background: transparent!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	border-radius: 0;
}

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

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
	font-size: 1.2rem;
	font-family: inherit!important;
	line-height: 1;
	padding: 0.8rem 0.75rem;
	margin: 0;
	border-color: #bf9456;
	background-color: #bf9456;
    color: #1a1d21!important;
	 border-radius: 0;
	 -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button:hover{
	color: #bf9456 !important;
	border-color: #000;
	background-color: #000;
}

.addeventatc .addeventatc_icon{
	display: none;
}

body .booked-form .field .checkbox-radio-block label{
	top: 0;
}

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

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 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-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span{
	color: inherit!important;
	background: transparent!important;
}

body .booked-calendar .booked-appt-list .timeslot button[disabled] .spots-available,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]{
	background: #f0f0f0 !important;
	border-color: #f0f0f0 !important;;
  color: #888 !important;
}

body .booked-appt-list .timeslot .spots-available{
	color: #989898;
}

body .booked-appt-list .timeslot .timeslot-time i.fa-solid,
body .booked-appt-list .timeslot .timeslot-time{
	color: #1a1d21;
}