<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-Roboto: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }


.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative; }

.dropdown-toggle {
	white-space: nowrap; }
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
	margin-left: 0; }

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem; }

.dropdown-menu-left {
	right: auto;
	left: 0; }

.dropdown-menu-right {
	right: 0;
	left: auto; }

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0; }
	.dropdown-menu-sm-right {
		right: 0;
		left: auto; } }

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0; }
	.dropdown-menu-md-right {
		right: 0;
		left: auto; } }

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0; }
	.dropdown-menu-lg-right {
		right: 0;
		left: auto; } }

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0; }
	.dropdown-menu-xl-right {
		right: 0;
		left: auto; } }

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropright .dropdown-toggle::after {
	vertical-align: 0; }

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: ""; }

.dropleft .dropdown-toggle::after {
	display: none; }

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0; }

.dropleft .dropdown-toggle::before {
	vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto; }

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef; }

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent; }

.dropdown-menu.show {
	display: block; }

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap; }

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529; }

.bg-primary {
	background: #52de97 !important; }

.ftco-section {
	padding: 7em 0; }

.ftco-no-pt {
	padding-top: 0; }

.ftco-no-pb {
	padding-bottom: 0; }

.heading-section {
	font-size: 28px;
	color: #000; }

.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; }

.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 5px 0 0 0;
	width: 100%;
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14); }

.multiselect-container .input-group {
	margin: 5px; }

.multiselect-container &gt; li {
	padding: 0;
	font-size: 14px; }

.multiselect-container &gt; li &gt; a.multiselect-all label {
	font-weight: 700;
	color: gray; }

.multiselect-container &gt; li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700; }

.multiselect-container &gt; li.multiselect-group-clickable label {
	cursor: pointer; }

.multiselect-container &gt; li &gt; a {
	padding: 5px 0;
	color: #000;
	display: block; }

.multiselect-container &gt; li &gt; a &gt; label {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.multiselect-container &gt; li &gt; a &gt; label:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: transparent;
	margin-right: 15px;
	vertical-align: middle; }

.multiselect-container &gt; li.active &gt; a &gt; label:before {
	font-family: 'fontAwesome';
	content: "\f00c";
	color: #fff;
	background-color: #52de97;
	border: 0;
	display: inline-block;
	padding: 0;
	line-height: 1.2;
	padding-left: 2px; }

.multiselect-container &gt; li &gt; a &gt; label.radio, .multiselect-container &gt; li &gt; a &gt; label.checkbox {
	margin: 0; }

.multiselect-container &gt; li &gt; a &gt; label &gt; input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0; }

.btn-group &gt; .btn-group:nth-child(2) &gt; .multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0; }

.btn-group {
	height: 52px;
	width: 100%; }
.btn-group button {
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	padding: 0 10px;
	text-align: left;
	position: relative; }
.btn-group button:after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999999; }
.btn-group button:focus {
	-webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
	padding: 0 10px; }

.sl {
	color: gray;
	width: 150px; }

/* The Modal (background) */
.modalGibbs {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalGibbs .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modalGibbs .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modalGibbs .close:hover,
.modalGibbs .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.sub_listing_box{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 0px;
}
.sub_listing_box .widget-title{
	padding: 20px;
	margin: 0px !important;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}
.shadowBox{
	box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
	margin: 20px 30px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
}
.shadowBox .left_ara, .shadowBox .rt_ara{
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.shadowBox .left_ara{
	width: 100%;
}
.shadowBox .rt_ara .apply_sub{
	margin: 0px;
	width: 100%;
	border-radius: 0px;
	padding: 14px 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shadowBox .left_ara .btn-group{
	height:auto;
}

.shadowBox .left_ara .btn-group button.multiselect{
	margin: 0px;
	padding: 15px !important;
	box-shadow: none;
	font-weight: bold;
	border: 0px;
	width: 100%;
	font-family: Roboto;
}

.shadowBox .left_ara .btn-group button.multiselect span{
	font-size: 16px;
	color: #6c6c6c;
}

.shadowBox .left_ara .btn-group button:after{
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	border: 0px;
	font-size: 14px;
}

.shadowBox .left_ara .multiselect-container{
	position: initial !important;
	transform: none !important;
	background-color: transparent;
	box-shadow: none;
	border-top: 1px solid #f3f3f3;
	margin: 0px;
}

.shadowBox .left_ara .multiselect-container &gt; li &gt; a &gt; label{
	font-size: 15px !important;
	font-weight: bold;
}

.single_listing .gibbs_cal{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 0px;
}

.single_listing .gibbs_cal h3.widget-title{
	padding: 20px;
	margin: 0px !important;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}

.single_listing .gibbs_cal .row.with-forms{
	margin: 0px;
	padding: 20px;
}

.single_listing .gibbs_cal .col-lg-12.notification.notice.notifitest{
	margin: 0 !important;
}

.single_listing .gibbs_cal h3.widget-title svg{
	display:none !important;
}


.single_listing .gibbs_cal a.today_ic{
	top: 11px;
	right: 20px;
	padding: 12px;
	line-height: 1;
	height: auto;
	border-radius: 10px;
	font-weight: 700;
	color: #7b7b7b;
	background: #f2f2f2;
}
.single_listing .gibbs_cal .col-lg-12.notification.notice.notifitest{
	border-radius: 10px;

	line-height: 20px;
	font-weight: 600;
	font-size: 14px !important;

	margin-bottom: 20px !important;
}

.single_listing .gibbs_cal .row.with-forms .form-booking-service .sel_cls{
	margin: auto;
	width: calc(100% - 110px) !important;
	left: 0;
	right: 0;

}
.single_listing .gibbs_cal .row.with-forms .form-booking-service .sel_cls .select_month.form-control{
	padding: 10px !important;
	font-size: 16px !important;
	font-weight: bold;
	color: #7b7b7b;
}

.single_listing .gibbs_cal .row.with-forms .form-booking-service .sel_cls .select_month.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.single_listing .gibbs_cal .row.with-forms .form-booking-service .sel_cls:before{
	content: "\e901";
	font-family: fcicons!important;
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 22px;
	transform: rotate(90deg);
}

.single_listing .gibbs_cal .row.with-forms .form-booking-service .fc-button-primary{
	padding: 5px;
	border-radius: 8px;
	color: #7b7b7b !important;
}

.fc .fc-col-header-cell-cushion, a.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion.fc-scrollgrid-sync-inner{
	color: #7b7b7b;

	font-weight: 600;
}

.fc-day-today a.fc-col-header-cell-cushion{
	color: #7b7b7b;
}
.fc .fc-timegrid-col-bg .fc-bg-event{
	background-color: #d0d0d0 !important;
}


div#kt_docs_fullcalendar_populated{
	overflow: initial;
	height: auto;
}

#form-booking .cstm_blk{
	margin: 0px !important;
	padding: 15px;
	clear: both;
}

#form-booking .col-lg-12.coupon-widget-wrapper{
	padding-bottom: 15px;
}
#form-booking .col-lg-12.coupon-widget-wrapper .button.listeo-booking-widget-apply_new_coupon{
	margin-right: 0;
}

#form-booking .col-lg-12.coupon-widget-wrapper #apply_new_coupon{
	margin: 0px;
}

#form-booking .cstm_blk .row{
	margin-left: 0;
	margin-right: 0;
}

#form-booking .cstm_blk .panel-dropdown a{
	margin: 0px;
	
}

.booking-widget .panel-dropdown a{
	border: rgba(228, 228, 228, 0.504) solid 1px !important;

} 
 input#date-picker {
        border: rgba(228, 228, 228, 0.504) solid 1px !important;
} 
.timer-loader-new.lds-roller{
	border-radius: 10px;
}

.add_event_modal .event_innr{
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	padding: 0px;
}

.add_event_modal .event_innr h3{
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.add_event_modal .event_innr a.cloz_btn{
	font-size: 30px;
	top: 18px;
	right: 20px;
	font-weight: bold;
}
.add_event_modal .event_innr .row{
	margin: 10px 10px;
}
.add_event_modal .event_innr .row label{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0px;
}
.add_event_modal .event_innr .row select{
	height: auto;
	padding: 10px 18px !important;
	margin: 0px;
	box-shadow: none;
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	/* background-image:url('/wp-content/uploads/2022/09/timer.png'); */
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center right 14px;
}


.add_event_modal .event_innr .row.toggleInfo{
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.add_event_modal .event_innr .row label.switch{
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
}
.add_event_modal .event_innr .row label.switch{
	width: 50px;
	height: 22px;
}
.add_event_modal .slider:before{
	height: 20px;
	width: 20px;
	left: 1px;
	bottom: 1px;
}
.add_event_modal input:checked + .slider{
	background-color: #008474;
}


.add_event_modal .event_innr .row.footerSub{
	margin: 25px 0px;
}
.add_event_modal .event_innr .row.footerSub button.button{
	margin: 0px;
	border-radius: 6px;
	margin-left: 10px;
}
.add_event_modal .event_innr .row.footerSub .cloz_btn.closeBtn.button{
	background-color: #F5F8FA;
	line-height: 1;
	height: auto;
	border-radius: 10px;
	color: #888888;
	font-weight: 600;
}
.add_event_modal .event_innr .row.repeating_div .row{
	margin: 0px -15px;
	margin-top: 20px;
}
.add_event_modal .k-recur-view span.k-button{
	font-weight: 600;
	font-size: 16px;
	color: #808080;
	background: #F5F8FA;
	margin: 0px;
}
.add_event_modal .k-recur-view span.k-button:first-child{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.add_event_modal .k-recur-view span.k-button:last-child{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.add_event_modal .k-recur-view span.k-button.selected{
	background-color: #008474;
	color: #fff;
}
.add_event_modal .event_innr .row.repeating_div .row .end_repeat{
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	color: #808080;
	box-shadow: none;
}

.add_event_modal .event_innr .row.repeating_div .row .week_bk{
	width: 100%;
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	color: #808080;
	box-shadow: none;
	align-items: center;
}
.add_event_modal .event_innr .row.repeating_div .row .week_bk .week_day{
	margin: 0px;
	border: 0px;
	background-color: transparent;
	color: #808080;
	font-weight: bold;
	box-shadow: none;
	width: 100px;
}

.add_event_modal .event_innr .row.repeating_div .row .week_bk span{
	position: initial;
}

.add_event_modal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-month-field {
	color: #808080;
}
.add_event_modal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-day-field {
	color: #808080;
}
.add_event_modal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-year-field {
	color: #808080;
}
.add_event_modal .event_innr .row.repeating_div input[type=date]::-webkit-calendar-picker-indicator {
	color: #808080;
}

.weeklymodal {
    box-shadow: #0000007d 0px 0px 7px;
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
        margin: 0 auto;
    height: 100%;
    width: 100%;
}
.weeklymodal .event_innr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 28px;
    width: 40%;
}

.weeklymodal .event_innr h3{
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.weeklymodal .event_innr a.cloz_btn{
	font-size: 30px;
	top: 18px;
	right: 20px;
	font-weight: bold;
}
.weeklymodal .event_innr .row{
	margin: 10px 10px;
}
.weeklymodal .event_innr .row label{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0px;
}
.weeklymodal .event_innr .row select{
	height: auto;
	padding: 10px 18px !important;
	margin: 0px;
	box-shadow: none;
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	/* background-image:url('/wp-content/uploads/2022/09/timer.png'); */
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center right 14px;
}


.weeklymodal .event_innr .row.toggleInfo{
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.weeklymodal .event_innr .row label.switch{
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
}
.weeklymodal .event_innr .row label.switch{
	width: 50px;
	height: 22px;
}
.weeklymodal .slider:before{
	height: 20px;
	width: 20px;
	left: 1px;
	bottom: 1px;
}
.weeklymodal input:checked + .slider{
	background-color: #008474;
}


.weeklymodal .event_innr .row.footerSub{
	margin: 25px 0px;
}
.weeklymodal .event_innr .row.footerSub button.button{
	margin: 0px;
	border-radius: 6px;
	margin-left: 10px;
}
.weeklymodal .event_innr .row.footerSub .cloz_btn.closeBtn.button{
	background-color: #F5F8FA;
	line-height: 1;
	height: auto;
	border-radius: 10px;
	color: #888888;
	font-weight: 600;
}
.weeklymodal .event_innr .row.repeating_div .row{
	margin: 0px -15px;
	margin-top: 20px;
}
.weeklymodal .k-recur-view span.k-button{
	font-weight: 600;
	font-size: 16px;
	color: #808080;
	background: #F5F8FA;
	margin: 0px;
}
.weeklymodal .k-recur-view span.k-button:first-child{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.weeklymodal .k-recur-view span.k-button:last-child{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.weeklymodal .k-recur-view span.k-button.selected{
	background-color: #008474;
	color: #fff;
}
.weeklymodal .event_innr .row.repeating_div .row .end_repeat{
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	color: #808080;
	box-shadow: none;
}

.weeklymodal .event_innr .row.repeating_div .row .week_bk{
	width: 100%;
	background: #F5F8FA;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 6px;
	color: #808080;
	box-shadow: none;
	align-items: center;
}
.weeklymodal .event_innr .row.repeating_div .row .week_bk .week_day{
	margin: 0px;
	border: 0px;
	background-color: transparent;
	color: #808080;
	font-weight: bold;
	box-shadow: none;
	width: 100px;
}

.weeklymodal .event_innr .row.repeating_div .row .week_bk span{
	position: initial;
}

.weeklymodal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-month-field {
	color: #808080;
}
.weeklymodal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-day-field {
	color: #808080;
}
.weeklymodal .event_innr .row.repeating_div input[type=date]::-webkit-datetime-edit-year-field {
	color: #808080;
}
.weeklymodal .event_innr .row.repeating_div input[type=date]::-webkit-calendar-picker-indicator {
	color: #808080;
}
th.fc-col-header-cell.fc-day div{
	color: #7b7b7b;
	background: #f2f2f2 !important;
}

th.fc-col-header-cell.fc-day.fc-day-today div{
	background-color: #008474 !important;
}

.fc-day-today a.fc-col-header-cell-cushion{
	color: #fff;
}

a.button.book-now.fullwidth.margin-top-5, p.show_charged{
	width: calc(100% - 68px);
	margin: auto;
}
p.show_charged{
	font-weight: 600;
}
.booking-estimated-cost, .booking-services-cost, .booking-post-price.price_div, .booking-discount-price.price_div, .booking-normal-price{
	width: calc(100% - 60px);
	margin: 20px auto;
	padding: 10px 0px;
}


.fc-timegrid-axis-frame.fc-scrollgrid-shrink-frame.fc-timegrid-axis-frame-liquid{
	color: #7b7b7b;
	background: #f2f2f2 !important;
}

.av_days.price_div {
	padding: 10px 30px 0px 30px;
}

.fc-scrollgrid-section.fc-scrollgrid-section-body + .fc-scrollgrid-section{
	display: none;
}
.fc-col-header, .fc .fc-scrollgrid, .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section&gt;td {
	border: 0px;
}
.fc-scroller table.fc-col-header th{
	border: 0px;
}

.fc-timegrid-slots .fc-timegrid-slot{
	background-color: #fff;
	border-left: 0px;
	border-right: 0px;
}

.time-slot{
	text-transform: capitalize;

}
.booking-error-message{
	content-visibility: auto;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.fc-timegrid.fc-timeGridFourDay-view.fc-view .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots{
	margin-top:-2px;
}


.i.im.im-icon-Mail {
    display: none !important;
}



.fc-day:hover{background:#adf4fa;cursor: pointer;}
 .fc-content td:hover{background: #adf4fa;}
 .tooltipevent{
	display: none;
 /*	
	width: 100px;
    height: auto;
    background: white;
    position: absolute;
    z-index: 10001;
    top: 51px;
    color: #7B7B7B;
    padding: 8px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%); */
 }
 .fc-time-grid-event .fc-content {
overflow: hidden;
max-height: 100%;
}
.top_tooltip{
	z-index: 9999999 !important;
}
div#booking-widget-anchor .xoo-el-login-tgr {
    width: 100% !important;
}
.hide_bk{
	display: none !important;
}
.conflict_div .alert-danger {
    padding: 10px;
    text-align: center;
    color: #155724;
    background-color: #f8d7da;
    border-color: #f5c6cb;
   
}
.conflict_div .alert-success {
    padding: 10px;
    text-align: center;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

   
}
.conflict_div .alert{
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
}
.conflict_ul, .av_dates_ul  {
   list-style:none;
}
.conflict_ul li, .av_dates_ul li {
    font-weight: 800;
}
.weeklybody {
    height: 400px;
    position: relative;
    overflow: auto;
}
ul.av_dates_ul li {
    display: flex;
    flex-wrap: wrap;
}
ul.av_dates_ul li .left {
    width: 90%;
}
ul.av_dates_ul li .right {
    width: 10%;
}
ul.av_dates_ul li .right i{
	cursor: pointer;
}
</pre></body></html>