
/* Theme compatibility styles for Related Products Block and Wrapper */
.wp-block-wt-related-products, .wt-related-products-wrapper {
	display: block !important;
	width: 100% !important;
	clear: both !important;
	float: none !important;
	margin: 2em 0;
}

.woocommerce-page .wt-related-products-cart .wt-related-products ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0 !important;
}

.woocommerce .wp-block-wt-related-products .wt-related-products ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page .wp-block-wt-related-products .wt-related-products ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0;
}

/* Override Divi specific styles while maintaining responsive grid */
.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content .wt-related-products.wt-related-products-cart .products li.product:nth-child(3n) {
	margin-right: 0;
}

/* related products widget for product page */
.wt-related-products {
	width: var(--theme-container-width, 100%) !important;
	max-width: var(--theme-block-max-width, 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	padding-left: var(--theme-block-padding, 0);
	padding-right: var(--theme-block-padding, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wt-related-products .woocommerce-loop-product__title {
	font-size: var(--theme-font-size, 1em);
	line-height: var(--theme-line-height, 1.5);
	margin: var(--theme-margin, .5em 0);
}

/* Remove bullet points from slider items */
.wt-related-products ul.products, .wt-related-products .owl-carousel {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wt-related-products ul.products li.product, .wt-related-products .owl-carousel li.product {
	list-style: none !important;
}

/* Slider styles */
.wt-related-products .carousel-wrap {
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
}

/* Fix for bullet points in various themes */
.wt-related-products.products ul, .wt-related-products ul.products {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wt-related-products.products ul li, .wt-related-products ul.products li {
	list-style: none !important;
}

.wt-related-products a {
	text-decoration: none !important;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.smartcykler.dk/wp-content/plugins/wt-woocommerce-related-products/public/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 10px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_container_wrapper, .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	overflow: hidden;
	top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.aws-container .aws-search-form {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: stretch;
	position: relative;
	float: none !important;
	width: 100%;
	height: 40px;
	background: #fff;
}

.aws-container .aws-search-form *, .aws-search-result {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	border-radius: 0 !important;
}

.aws-container .aws-search-form .aws-wrapper {
	flex-grow: 1;
	position: relative;
	vertical-align: top;
	padding: 0;
	width: 100%;
}

.aws-container .aws-search-form .aws-wrapper .aws-loader, .aws-container .aws-search-form .aws-wrapper .aws-loader:after {
	border-radius: 50% !important;
	width: 20px;
	height: 20px;
}

.aws-container .aws-search-form .aws-wrapper .aws-loader {
	position: absolute;
	display: none;
	right: 10px;
	top: 50%;
	z-index: 999;
	margin: -10px 0 0;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	border-left: 3px solid #555;
}

.aws-container .aws-search-form.aws-processing .aws-wrapper .aws-loader {
	display: block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 .7s infinite linear;
	animation: load8 .7s infinite linear;
}

.aws-container .aws-search-form .aws-search-clear {
	display: none !important;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	color: #757575;
	height: 100%;
	width: 38px;
	padding: 0 0 0 10px;
	text-align: left;
}

.aws-container .aws-search-form .aws-search-clear span {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 24px;
	top: 50%;
	margin-top: -12px;
}

.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
	display: block !important;
}

.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
	display: none !important;
}

.aws-container .aws-search-form .aws-main-filter {
	max-width: 150px;
	line-height: 10px;
	padding: 0 15px;
	font-size: 12px;
	vertical-align: top;
}

.aws-container .aws-search-form .aws-main-filter .aws-main-filter__current {
	padding: 0 12px 0 0;
	position: relative;
	top: 0;
	color: #000;
}

.aws-container .aws-search-form .aws-main-filter:active .aws-main-filter__current {
	top: 1px;
}

.aws-container .aws-search-form .aws-main-filter .aws-main-filter__current:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAD9JREFUOI1jYBgFAw8YsYjxMzAweGIR/8/AwLCNgYHhMzEGN0A1IOMaUl2HbEgtLkUsBAxggBrQTKrto4CeAADLpgz7SHi8kwAAAABJRU5ErkJggg==");
}

.aws-main-filter__dropdown {
	position: absolute;
	display: none;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	right: 0;
	top: 100%;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	z-index: 99999999999999;
}

.aws-main-filter__dropdown.active {
	display: block;
}

.aws-main-filter__dropdown .aws-main-filter__choose {
	line-height: 10px;
	color: #000;
	padding: 14px 35px 12px 15px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	font-size: 14px;
}

.aws-main-filter__dropdown .aws-main-filter__choose:last-child {
	border-bottom: none;
}

.aws-main-filter__dropdown .aws-main-filter__choose:hover {
	background: #f5f5f5;
}

.aws-container .aws-search-form .aws-search-btn {
	padding: 0;
	line-height: 10px;
	width: 42px;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	display: inline-block;
	fill: currentColor;
	height: 24px;
	line-height: 24px;
	position: relative;
	width: 42px;
	color: #555;
}

.aws-container .aws-search-form .aws-search-btn svg {
	display: block;
	height: 100%;
	width: 100%;
}

.aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover {
	background: #ededed;
	cursor: default;
}

.aws-container .aws-search-form .aws-form-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #ededed;
	border: 1px solid #d8d8d8;
	margin: 0 0 0 -1px;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
}

.aws-container .aws-search-form .aws-form-btn:hover {
	background: #dcdcdc;
}

.aws-container .aws-search-form .aws-form-btn:active {
	background: #d8d8d8;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper, .aws-container[data-buttons-order="4"] .aws-search-form .aws-wrapper {
	-webkit-order: 2;
	order: 2;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-main-filter, .aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn, .aws-container[data-buttons-order="4"] .aws-search-form .aws-main-filter, .aws-container[data-buttons-order="4"] .aws-search-form .aws-search-btn {
	margin: 0 -1px 0 0;
}

.aws-container[data-buttons-order="4"] .aws-search-form .aws-search-btn {
	-webkit-order: -1;
	order: -1;
}

.aws-container[data-buttons-order="5"] .aws-search-form .aws-search-btn, .aws-container[data-buttons-order="6"] .aws-search-form .aws-main-filter {
	-webkit-order: -1;
	order: -1;
	margin: 0 -1px 0 0;
}

.aws-suggest {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.aws-suggest__addon.active, .aws-suggest__keys {
	display: inline-block;
	line-height: 30px;
	font-size: 12px;
}

.aws-suggest__keys {
	padding: 6px 10px;
	opacity: 0;
}

.aws-suggest__addon {
	display: none;
}

.aws-suggest__addon.active {
	padding: 6px 0;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aws-suggest__addon:before {
	content: "-";
	padding: 0 5px;
}

.aws-container .aws-search-label {
	position: absolute !important;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 6px 15px;
	line-height: 30px;
	display: block;
	height: 100%;
	margin: 0 !important;
	font-size: 12px;
	position: relative;
	z-index: 2;
	border: 1px solid #d8d8d8;
	outline: 0;
	background: 0 0;
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:1024px) {
	.aws-container .aws-search-field {
		font-size: 16px;
	}
}

.aws-container .aws-search-field::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.aws-container .aws-search-field::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.aws-container .aws-search-field::-webkit-search-cancel-button, .aws-container .aws-search-field::-webkit-search-decoration, .aws-container .aws-search-field::-webkit-search-results-button, .aws-container .aws-search-field::-webkit-search-results-decoration {
	display: none;
}

.aws-container .aws-search-field:focus {
	border-color: #bbb;
}

.aws-container .aws-search-field:focus::-webkit-input-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus:-moz-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus::-moz-placeholder {
	color: transparent;
}

.aws-container .aws-search-field:focus:-ms-input-placeholder {
	color: transparent;
}

.aws-container .aws-show-clear .aws-search-field {
	padding-right: 40px;
}

.aws-search-result {
	position: absolute;
	z-index: 999999999;
	background: #fff;
	width: 100%;
	margin-top: -1px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

.aws-search-result .aws_result_scroll {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.aws-search-result .aws_result_scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #ededed;
}

.aws-search-result .aws_result_scroll::-webkit-scrollbar {
	width: 7px;
	background-color: #ededed;
}

.aws-search-result .aws_result_scroll::-webkit-scrollbar-thumb {
	background-color: #d8d8d8;
}

.aws-search-result .aws_result_filter {
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.aws-search-result .aws_result_filter .aws_result_filter_inner {
	position: relative;
	top: 0;
	padding: 10px 15px;
}

.aws-search-result .aws_results {
	list-style: none;
	padding: 0;
}

.aws-search-result.aws_no_result .aws_results {
	margin-bottom: 0 !important;
}

.aws-search-result .aws_results .aws_result_item {
	display: block;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	margin: 0 !important;
	position: relative;
	cursor: pointer;
	padding: 15px;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aws-search-result .aws_result_item.hovered, .aws-search-result .aws_result_item:hover, .aws-search-result .aws_search_more a:hover {
	background: #f5f5f5;
}

.aws-search-result .aws_result_item .aws_result_link_top {
	position: absolute;
	z-index: 1;
	white-space: nowrap;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	outline: 0;
	text-decoration: none;
}

.aws-search-result .aws_result_item [data-link], .aws-search-result .aws_result_item a, .aws-search-result .aws_result_item button, .aws-search-result .aws_result_item span[href] {
	position: relative;
	z-index: 2;
}

.aws-search-result .aws_result_content {
	overflow: hidden;
	display: block;
}

.aws-search-result .aws_result_head {
	position: relative;
	display: flex;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	flex-wrap: nowrap;
	color: #000;
	justify-content: space-between;
}

.aws-search-result .aws_result_cat .aws_result_head, .aws-search-result .aws_result_tag .aws_result_head, .aws-search-result .aws_result_tax .aws_result_head {
	margin-bottom: 2px;
}

.aws-search-result .aws_result_tax .aws_result_head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.aws-search-result .aws_result_tax .aws_result_head img {
	width: 16px;
	height: auto;
	margin: -1px 5px 0 0;
}

.aws-search-result .aws_result_user .aws_result_head {
	justify-content: flex-start;
}

.aws-search-result .aws_result_user .aws_result_head img {
	width: 16px;
	height: auto;
	margin: -1px 7px 0 0;
}

.aws-search-result .aws_result_title {
	display: block;
	padding: 0 20px 0 0;
}

.aws-search-result .aws_result_featured {
	margin: 0 6px 0 0;
	position: relative;
	top: -1px;
}

.aws-search-result .aws_result_featured svg {
	width: 13px;
	height: 13px;
	fill: #fa0;
	vertical-align: bottom;
}

.aws-search-result .aws_onsale {
	background: #77a464 0 0;
	color: #fff;
	display: block;
	float: right;
	height: 20px;
	padding-top: 2px;
	position: absolute;
	right: -22px;
	text-align: center;
	top: 8px;
	transform: rotate(45deg);
	width: 77px;
}

.aws-search-result .aws_result_sku, .aws-search-result .aws_result_stock {
	display: block;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 5px;
	color: #7ad03a;
}

.aws-search-result .aws_result_stock.out {
	color: #a44;
}

.aws-search-result .aws_result_sku {
	margin-top: 3px;
	color: #aaa;
}

.aws-search-result .aws_result_brands {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 7px;
	color: #3f3f3f;
	display: inline-flex;
	align-items: center;
}

.aws-search-result .aws_result_brands .aws_brand {
	padding-right: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.aws-search-result .aws_result_brands .aws_brand img {
	margin: 0 4px 0 0;
	height: auto;
	width: 16px;
}

.aws-search-result .aws_result_brands .aws_brand .aws_brand_name {
	position: relative;
}

.aws-search-result .aws_result_excerpt {
	display: block;
	color: #313131;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

.aws-search-result .aws_rating {
	display: block;
	margin-top: 7px;
}

.aws-search-result .aws_rating .aws_votes {
	position: relative;
	display: inline-block;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU5NzBDNUJBREI0NzExRTVBMzA4RDg5QTYzM0I4NjJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU5NzBDNUJCREI0NzExRTVBMzA4RDg5QTYzM0I4NjJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTk3MEM1QjhEQjQ3MTFFNUEzMDhEODlBNjMzQjg2MkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTk3MEM1QjlEQjQ3MTFFNUEzMDhEODlBNjMzQjg2MkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7uu2KkAAABBUlEQVR42mL8//8/Azo4e/YsG5BiB+IvxsbGGAqYGLADAyDOA2IubJK4NJkBcTEQ8xOlCeg0FiDlBMSCQGyNTRPjmTNneIC0PBB/A2KQ+9WBeAUQCwDxNiDOgqplBmKQgQ9BBDcQFwGxJ8jjQMwD1QAC7kC8A6qBEYh7gXgZIyj0gE6SBXImAnEgDj/+BeIKIJ4EDM1fjLAghwZzHRBXo2l4BcRJQMVbMQICZAKQWg/1FzK4B8Tb8YVeINTtr6B+AQENILbCpykAiM8BsR8QhwFxNjSu7FCCHMlPIBOjgHgy0KmvkeLNGUgZAfE0oPhXdJteAnEXsgaoX/cCqQVA/AcmBhBgAFSOR2sRwnLNAAAAAElFTkSuQmCC");
	background-position: 0 0;
	font-size: 0;
	background-size: 13px 13px;
	width: 65px;
	height: 13px;
}

.aws-search-result .aws_rating .aws_votes.nitro-lazy {
	background-image: none !important;
}

.aws-search-result .aws_rating .aws_votes .aws_current_votes {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczN0NBQ0M4REI0NzExRTVBRkM4QjEwRTYzMEU5NzgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjczN0NBQ0M5REI0NzExRTVBRkM4QjEwRTYzMEU5NzgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzM3Q0FDQzZEQjQ3MTFFNUFGQzhCMTBFNjMwRTk3ODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzM3Q0FDQzdEQjQ3MTFFNUFGQzhCMTBFNjMwRTk3ODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56rxCSAAABCklEQVR42mL8//8/AwZYzcgGJNmB+AtDKKYCJgbswACI84CYC5skLk1mQFwMxPzEaVrNyAIknYBYEIitsWli/L+KgQdIywPxNyAGuV8diFcAsQAQbwPiLKhaZiAGGfgQpEkcyGgDYk+wxxnAhkhCFf4F4ttQDYxA3AvEyxjBobeaURbImQjEgTj8CNJcAcSTgKH5ixEe5JBgrgPiajQNr4A4Cah4K8JPyNGwmtEYSJ6GOgUGToADJPT/P1yhFwjVADJ9B1RMA4it8AV5ABCfA2I/IA4D4mxoXNmhBjnCTyATo4B4MtApr5Gc7AwkjYB4GlD8K7omUGT+Bkp8wRLhokDyE1DuJ4gLEGAARw5K1iodv/cAAAAASUVORK5CYII=");
	background-position: 0 0;
	font-size: 0;
	background-size: 13px 13px;
	height: 13px;
}

.aws-search-result .aws_rating .aws_votes .aws_current_votes.nitro-lazy {
	background-image: none !important;
}

.aws-search-result .aws_rating .aws_review {
	color: #ccc;
	font-size: 10px;
	display: inline-block;
	margin: 0 0 0 6px;
	height: 13px;
	position: relative;
	top: -2px;
}

.aws-search-result .aws_variations {
	margin-top: 2px;
	display: block;
}

.aws-search-result .aws_variations .aws_variation {
	display: block;
	color: #aaa;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	padding: 7px 0 3px;
}

.aws-search-result .aws_variations .aws_variation .aws_variation_name {
	margin: 0 6px 0 0;
	color: #848484;
}

.aws-search-result .aws_variations .aws_variation .aws_variation_subname {
	display: inline-block;
	padding: 0 3px;
	border: 1px solid #aaa;
	margin: 0 5px 2px 0;
}

.aws-search-result .aws_result_term {
	display: block;
	color: #aaa;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	padding-top: 7px;
}

.aws-search-result .aws_add_to_cart .aws_quantity_field, .aws-search-result button {
	position: relative;
	background-color: #ebe9eb;
	color: #515151;
	font-size: 13px;
	border: 0;
	border-radius: 3px;
	height: 28px;
	vertical-align: middle;
}

.aws-search-result button {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
}

.aws-search-result button:hover {
	background-color: #dad8da;
}

.aws-search-result .aws-wishlist button {
	background-color: #ebe9eb !important;
	height: 28px !important;
	padding: 5px 10px !important;
	margin: 0 !important;
	font-size: 14px !important;
	border-radius: 3px !important;
	color: #515151 !important;
}

.aws-search-result .aws-wishlist button:hover {
	background-color: #dad8da !important;
}

.aws-search-result .aws-wishlist button span {
	width: auto;
	background-color: #ebe9eb !important;
	text-indent: 0;
	border: 0;
	height: auto;
	line-height: 1;
	padding: 0 0 0 5px;
	font-size: 10px;
	display: inline;
	vertical-align: middle;
}

.aws-search-result .aws-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span, .aws-search-result .aws-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
	color: #e27c7c;
}

.aws-search-result .aws-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span:before, .aws-search-result .aws-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span:before {
	content: "";
}

.aws-search-result .aws-berocket-labels {
	display: flex;
}

.aws-search-result .aws-berocket-labels>div {
	padding: 6px 5px 5px 0;
}

.aws-search-result .aws-berocket-labels .berocket_better_labels .br_alabel span {
	margin: 0 !important;
}

.aws-search-result .aws-berocket-labels .berocket_better_labels .berocket_better_labels_line .br_alabel, .aws-search-result .aws-berocket-labels .berocket_better_labels.berocket_better_labels_image {
	position: static !important;
}

.aws-search-result .aws-berocket-labels .berocket_better_labels .berocket_better_labels_position {
	text-align: inherit !important;
	float: inherit !important;
}

.aws-search-result .aws_add_to_cart {
	display: block;
	white-space: nowrap;
}

.aws-search-result .aws_add_to_cart .aws_quantity_field {
	display: inline-block !important;
	z-index: 2;
	float: right;
	margin: 2px 0 0 4px !important;
	padding: 6px 6px 6px 9px !important;
	outline: 0;
	box-shadow: none;
	width: 55px !important;
}

.aws-search-result .aws_add_to_cart .aws_quantity_field:focus::-webkit-inner-spin-button, .aws-search-result .aws_add_to_cart .aws_quantity_field:focus::-webkit-outer-spin-button, .aws-search-result .aws_add_to_cart .aws_quantity_field:hover::-webkit-inner-spin-button, .aws-search-result .aws_add_to_cart .aws_quantity_field:hover::-webkit-outer-spin-button {
	opacity: 1;
	-webkit-appearance: button;
	-moz-appearance: button;
}

.aws-search-result .aws_add_to_cart .aws_cart_button {
	float: right;
	margin: 2px 0 0 4px;
	font-size: 13px;
}

.aws-search-result .aws_add_to_cart .aws_cart_button, .aws-search-result .aws_add_to_cart .aws_quantity_change {
	display: inline-block;
	position: relative;
	z-index: 2;
	height: 28px;
	border-radius: 3px;
	padding: 6px 12px;
	background-color: #ebe9eb;
	color: #515151;
	font-weight: 700;
	vertical-align: middle;
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
}

.aws-search-result .hovered .aws_add_to_cart .aws_cart_button, .aws-search-result .hovered .aws_add_to_cart .aws_quantity_change {
	background-color: #e2e0e2;
}

.aws-search-result .aws_add_to_cart .aws_cart_button:after {
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/advanced-woo-search-pro/assets/img/loader-2.gif") no-repeat 50% 50%;
}

.aws-search-result .aws_add_to_cart .aws_cart_button.loading:after {
	display: block;
}

.aws-search-result .aws_add_to_cart .aws_cart_button.loading .aws_cart_button_text {
	opacity: 0;
}

.aws-search-result .aws_add_to_cart .aws_cart_button:hover, .aws-search-result .aws_add_to_cart .aws_quantity_change:hover {
	background-color: #dad8da;
}

.aws-search-result .aws_add_to_cart.active .aws_cart_button, .aws-search-result .aws_add_to_cart.active .aws_quantity_change {
	background-color: rgba(0, 128, 0, .12);
	cursor: auto;
}

.aws-search-result .aws_add_to_cart.active .aws_quantity_change, .aws-search-result .aws_add_to_cart.active .aws_quantity_field {
	display: none !important;
}

.aws-search-result .hovered .aws_add_to_cart.active .aws_cart_button {
	background-color: rgba(0, 128, 0, .16);
}

.aws-search-result .aws_result_price {
	display: block;
	flex-shrink: 0;
	padding: 0;
	text-align: right;
}

.aws_result_item.on-sale .aws_result_price {
	padding: 0 25px 0 0;
}

.aws-search-result .aws_result_price del {
	background: 0 0;
	padding: 0 0 0 6px;
	opacity: .8;
	text-decoration: line-through !important;
}

.aws-search-result .aws_result_price ins {
	background: 0 0;
	padding: 0 0 0 6px;
	opacity: 1;
}

.aws-search-result .aws_result_cats {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.aws-search-result .aws_result_image {
	display: block;
	height: 100%;
	float: left;
	padding: 0 15px 0 0;
}

.aws-search-result .aws_result_image img {
	width: 60px;
	height: auto;
	box-shadow: none;
}

.aws-search-result.aws_no_result .aws_results .aws_result_item {
	line-height: 1.5;
	padding: 10px 15px;
	cursor: default;
	border-bottom: 0;
}

.aws-search-result.aws_no_result .aws_results .aws_result_item:hover {
	background: inherit;
	color: inherit;
}

.aws-search-result .aws_search_more {
	line-height: 24px;
	display: block;
	text-decoration: none;
	border: 0;
	text-align: center;
	color: #21759b;
}

.aws-search-result.aws_one_result .aws_results .aws_result_item {
	width: 100% !important;
}

.aws_tabs {
	line-height: 40px;
	background: #fdfdfd;
	padding: 0 15px;
	border-bottom: 1px solid #ccc;
}

.aws_tabs .aws_tabs_inner {
	display: inline-block;
}

.aws_tabs .aws_tabs_inner a {
	margin: 0 10px 0 0;
	position: relative;
	padding: 4px 10px;
	color: #333;
}

.aws_tabs .aws_tabs_inner a:hover {
	background: #fafafa;
}

.aws_tabs .aws_tabs_inner a:first-child {
	background: #ececec;
	border-radius: 2px;
}

.aws_tabs .aws_tabs_inner a:last-child {
	margin-right: 0;
}

.aws-search-result .aws_results.style-grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	margin-right: -1px !important;
}

.aws-search-result .aws_results.style-grid .aws_result_item {
	width: 50%;
	border-right: 1px solid #ccc;
	padding: 20px 15px;
}

.aws-search-result .aws_results.style-grid .aws_result_item.aws_search_more {
	width: 100%;
	padding: 15px;
}

.aws-search-result.aws_no_result .aws_results.style-grid .aws_result_item {
	width: 100%;
	padding: 0 15px;
}

.less500.aws-search-result .aws_results.style-grid {
	margin-right: 0 !important;
}

.less500.aws-search-result .aws_results.style-grid .aws_result_item {
	width: 100%;
	border-right: none;
	padding: 15px;
	margin-bottom: 0 !important;
}

.less500.aws-search-result .aws_results.style-big-grid .aws_result_item:nth-last-child(2), .less500.aws-search-result .aws_results.style-grid .aws_result_item:nth-last-child(2) {
	border-bottom: 1px solid #ccc;
}

.less500.aws-search-result .aws_result_item .aws_result_head {
	display: block;
}

.less500.aws-search-result .aws_result_item.on-sale .aws_result_title {
	padding-right: 10px;
}

.less500.aws-search-result .aws_result_price {
	padding-top: 4px;
}

.less500.aws-search-result .aws_result_item.on-sale .aws_result_price, .less500.aws-search-result .aws_result_title {
	padding-right: 0;
}

.less500.aws-search-result .aws_result_price del {
	padding: 0;
}

.aws-search-result .aws_add_to_cart .aws_quantity_change, .less500.aws-search-result .aws_add_to_cart .aws_cart_button, .less500.aws-search-result .aws_add_to_cart .aws_quantity_field {
	float: none;
	margin: 0 2px 8px 0 !important;
	font-size: 11px;
}

.less500.aws-search-result .aws_add_to_cart .aws_quantity_field {
	width: 40px !important;
}

.aws-search-result .aws_results.style-big-grid {
	display: flex;
	flex-flow: wrap;
	margin-right: -1px !important;
}

.aws-search-result .aws_results.style-big-grid .aws_result_item {
	width: 50%;
	border-right: 1px solid #ccc;
	padding: 20px 15px;
}

.aws-search-result .aws_results.style-big-grid .aws_result_item.aws_search_more {
	width: 100%;
	padding: 15px;
}

.aws-search-result.aws_no_result .aws_results.style-big-grid .aws_result_item {
	width: 100%;
	padding: 0 15px;
}

.aws-search-result .aws_results.style-big-grid .aws_result_image {
	float: none;
	text-align: center;
	padding-right: 0;
	margin-bottom: 20px;
	height: auto;
}

.aws-search-result .aws_results.style-big-grid .aws_result_image img {
	width: 120px;
	height: auto;
	margin: 0 auto;
}

.aws-search-result .aws_results.style-big-grid .aws_result_content {
	overflow: hidden;
	display: block;
	text-align: center;
}

.aws-search-result .aws_results.style-big-grid .aws_result_head {
	display: block;
}

.aws-search-result .aws_results.style-big-grid .aws_result_price {
	margin-top: 8px;
	text-align: center;
}

.aws-search-result .aws_results.style-big-grid .aws_result_title {
	padding-right: 0;
}

.aws-search-result .aws_results.style-big-grid .aws_add_to_cart .aws_cart_button, .aws-search-result .aws_results.style-big-grid .aws_add_to_cart .aws_quantity_field {
	float: none;
	margin: 0 2px 8px 0 !important;
}

.aws-search-result .aws_results.style-big-grid .aws_result_tax .aws_result_head img, .aws-search-result .aws_results.style-big-grid .aws_result_user .aws_result_head img {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px;
	float: none;
	text-align: center;
}

.less500.aws-search-result .aws_results.style-big-grid {
	margin-right: 0 !important;
}

.less500.aws-search-result .aws_results.style-big-grid .aws_result_item {
	width: 100%;
	border-right: none;
	padding: 15px;
	margin-bottom: 0 !important;
}

body.aws-overlay {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
}

.aws-container.aws-mobile-fixed {
	position: fixed !important;
	z-index: 9999999 !important;
	top: 10px !important;
	left: 20px !important;
	width: 100%;
	width: calc(100% - 40px) !important;
}

.aws-mobile-fixed-close {
	padding: 15px;
	margin-right: -10px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.aws-overlay-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #fff;
	z-index: 9999998 !important;
}

.aws-overlay .aws-overlay-mask {
	opacity: 1;
}

.et_search_outer .aws-container {
	width: 60%;
}

.et_search_outer .aws-container .aws-search-form {
	max-width: 100% !important;
}

.et_vertical_nav .et_search_outer .aws-container {
	width: auto;
	margin: 0 20px 0 0;
}

.et_fixed_nav .et-fixed-header .et_search_outer .aws-container {
	top: 7px;
}

.et_pb_menu__search .aws-container {
	width: 100%;
}

#et-boc .aws-container .aws-search-field {
	border: 1px solid #d8d8d8;
	padding: 6px 15px;
}

#et-boc .aws-container .aws-search-form .aws-form-btn {
	background: #ededed;
	border: 1px solid #d8d8d8;
	margin: 0 0 0 -1px;
}

#et-boc .aws-container .aws-search-form .aws-main-filter {
	padding: 0 15px;
}

#et-boc .aws-container .aws-search-form .aws-main-filter .aws-main-filter__current {
	padding: 0 12px 0 0;
}

#et-boc .aws-container .aws-search-form .aws-wrapper .aws-loader {
	border-top: 3px solid #ededed;
	border-right: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	border-left: 3px solid #555;
	margin: -10px 0 0;
}

#et-boc .aws-container .aws-search-form .aws-search-clear span {
	margin-top: -12px;
}

#et-boc .aws-container .aws-search-form .aws-search-clear {
	padding: 0 0 0 10px;
}

.tinv-wishlist .tinv-modal {
	z-index: 9999999999 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 18px !important;
}

.aws-search-result .aws_result_title .advanced-woo-labels {
	position: relative !important;
	width: auto !important;
	margin: 0 5px 5px 0 !important;
	transform: none !important;
}

.aws-search-result .aws_result_title .advanced-woo-labels:last-child {
	margin-bottom: 0 !important;
}

.aws-search-result .aws_result_title .aws_result_labels {
	display: flex;
	margin: 0 !important;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
}

.aws_results.style-big-grid .aws_result_title .aws_result_labels {
	justify-content: center;
}

li[class*="payment_method_epay"] label .epay-label-text, li[class*="payment_method_epay"] label .epay-card-icons-container, li[class*="payment_method_epay"] label img.epay-card-icon {
	float: none !important;
}

li[class*="payment_method_epay"] {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	align-items: first baseline;
}

li[class*="payment_method_epay"] > input[type="radio"] {
	grid-column: 1;
	margin: 4px 0 0 0;
}

li[class*="payment_method_epay"] > label {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 6px;
	row-gap: 4px;
	min-width: 0;
	width: 100%;
}

li[class*="payment_method_epay"] > .payment_box {
	grid-column: 1/-1;
	margin-left: 0;
}

li[class*="payment_method_epay"] .epay-label-text {
	flex: 1 1 auto;
	min-width: 0;
}

li[class*="payment_method_epay"] .epay-card-icons-container {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
	flex: 0 1 auto;
}

li[class*="payment_method_epay"] label {
	align-content: flex-start;
}

li[class*="payment_method_epay"] img.epay-card-icon {
	display: inline-block;
	vertical-align: middle;
}

span.blocks-woocommerce-epay-epic-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

span.blocks-woocommerce-epay-epic-inner__icons .epay-card-icons-container {
	margin-left: auto;
	display: flex;
}

span.blocks-woocommerce-epay-epic-inner__icons .epay-card-icons-container img.epay-card-icon:not(:last-of-type) {
	margin-right: 5px;
}

#boclassic_card_logos {
	display: inline-block;
}

/*!
 * Ladda including the default theme.
 */

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
	position: relative;
}

.ladda-button .ladda-spinner {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
}

.ladda-button .ladda-label {
	position: relative;
	z-index: 3;
}

.ladda-button .ladda-progress {
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .1s linear all !important;
	-moz-transition: .1s linear all !important;
	-ms-transition: .1s linear all !important;
	-o-transition: .1s linear all !important;
	transition: .1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
	opacity: 1;
	visibility: visible;
}

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
	-webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
	-moz-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
	-ms-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
	-o-transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
	transition: .3s cubic-bezier(.175, .885, .32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
	-webkit-transition: .3s ease all !important;
	-moz-transition: .3s ease all !important;
	-ms-transition: .3s ease all !important;
	-o-transition: .3s ease all !important;
	transition: .3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
	right: -6px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
	right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
	padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
	padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
	left: 26px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
	left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
	padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
	padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
	overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
	top: -32px;
	left: 50%;
	margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
	padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
	opacity: 1;
	top: 26px;
	margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
	padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
	top: 4px;
}

.ladda-button[data-style=expand-down] {
	overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
	top: 62px;
	left: 50%;
	margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
	top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
	padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
	padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
	overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
	left: 100%;
	margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
	opacity: 0;
	left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}

.ladda-button[data-style=slide-right] {
	overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
	right: 100%;
	margin-left: 0;
	left: 16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
	opacity: 0;
	left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
	opacity: 1;
	left: 50%;
}

.ladda-button[data-style=slide-up] {
	overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
	left: 50%;
	margin-left: 0;
	margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
	opacity: 0;
	top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: 0;
}

.ladda-button[data-style=slide-down] {
	overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
	position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
	left: 50%;
	margin-left: 0;
	margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
	opacity: 0;
	top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
	opacity: 1;
	margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
	overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
	left: 50%;
	margin-left: 32px;
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
	position: relative;
	display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
	opacity: 1;
	margin-left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.ladda-button[data-style=zoom-in] {
	overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
	left: 50%;
	margin-left: -16px;
	-webkit-transform: scale(.2);
	-moz-transform: scale(.2);
	-ms-transform: scale(.2);
	-o-transform: scale(.2);
	transform: scale(.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
	position: relative;
	display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
	opacity: 0;
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-ms-transform: scale(2.2);
	-o-transform: scale(2.2);
	transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
	opacity: 1;
	margin-left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.ladda-button[data-style=contract] {
	overflow: hidden;
	width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
	left: 50%;
	margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
	border-radius: 50%;
	width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
	opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
	overflow: hidden;
	width: 100px;
	box-shadow: 0px 0px 0px 2000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
	left: 50%;
	margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
	border-radius: 50%;
	width: 52px;
	box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, .8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
	opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
	opacity: 1;
}

.ladda-button {
	background: #666;
	border: 0;
	padding: 14px 18px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

.ladda-button:hover {
	border-color: rgba(0, 0, 0, .07);
	background-color: #888;
}

.ladda-button[data-color=green] {
	background: #2aca76;
}

.ladda-button[data-color=green]:hover {
	background-color: #38d683;
}

.ladda-button[data-color=blue] {
	background: #53b5e6;
}

.ladda-button[data-color=blue]:hover {
	background-color: #69bfe9;
}

.ladda-button[data-color=red] {
	background: #ea8557;
}

.ladda-button[data-color=red]:hover {
	background-color: #ed956e;
}

.ladda-button[data-color=purple] {
	background: #9973c2;
}

.ladda-button[data-color=purple]:hover {
	background-color: #a685ca;
}

.ladda-button[data-color=mint] {
	background: #16a085;
}

.ladda-button[data-color=mint]:hover {
	background-color: #19b698;
}

.ladda-button[disabled], .ladda-button[data-loading] {
	border-color: rgba(0, 0, 0, .07);
}

.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
	cursor: default;
	background-color: #999;
}

.ladda-button[data-size=xs] {
	padding: 4px 8px;
}

.ladda-button[data-size=xs] .ladda-label {
	font-size: .7em;
}

.ladda-button[data-size=s] {
	padding: 6px 10px;
}

.ladda-button[data-size=s] .ladda-label {
	font-size: .9em;
}

.ladda-button[data-size=l] .ladda-label {
	font-size: 1.2em;
}

.ladda-button[data-size=xl] .ladda-label {
	font-size: 1.5em;
}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme;
@layer theme {}

.bookly-css-root *, .bookly-css-root ::after, .bookly-css-root ::before, .bookly-css-root ::backdrop, .bookly-css-root ::file-selector-button {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0 solid;
}

.bookly-css-root html, .bookly-css-root :host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	font-family: var(--bookly-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
	font-feature-settings: var(--bookly-default-font-feature-settings, normal);
	font-variation-settings: var(--bookly-default-font-variation-settings, normal);
	-webkit-tap-highlight-color: transparent;
}

.bookly-css-root hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

.bookly-css-root abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.bookly-css-root h1, .bookly-css-root h2, .bookly-css-root h3, .bookly-css-root h4, .bookly-css-root h5, .bookly-css-root h6 {
	font-size: inherit;
	font-weight: inherit;
}

.bookly-css-root a {
	color: inherit;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
}

.bookly-css-root b, .bookly-css-root strong {
	font-weight: bolder;
}

.bookly-css-root code, .bookly-css-root kbd, .bookly-css-root samp, .bookly-css-root pre {
	font-family: var(--bookly-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
	font-feature-settings: var(--bookly-default-mono-font-feature-settings, normal);
	font-variation-settings: var(--bookly-default-mono-font-variation-settings, normal);
	font-size: 1em;
}

.bookly-css-root small {
	font-size: 80%;
}

.bookly-css-root sub, .bookly-css-root sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.bookly-css-root sub {
	bottom: -.25em;
}

.bookly-css-root sup {
	top: -.5em;
}

.bookly-css-root table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

.bookly-css-root :-moz-focusring {
	outline: auto;
}

.bookly-css-root progress {
	vertical-align: baseline;
}

.bookly-css-root summary {
	display: list-item;
}

.bookly-css-root ol, .bookly-css-root ul, .bookly-css-root menu {
	list-style: none;
}

.bookly-css-root img, .bookly-css-root svg, .bookly-css-root video, .bookly-css-root canvas, .bookly-css-root audio, .bookly-css-root iframe, .bookly-css-root embed, .bookly-css-root object {
	display: block;
	vertical-align: middle;
}

.bookly-css-root img, .bookly-css-root video {
	max-width: 100%;
	height: auto;
}

.bookly-css-root button, .bookly-css-root input, .bookly-css-root select, .bookly-css-root optgroup, .bookly-css-root textarea, .bookly-css-root ::file-selector-button {
	font: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	letter-spacing: inherit;
	color: inherit;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
}

.bookly-css-root :where(select:is([multiple], [size])) optgroup {
	font-weight: bolder;
}

.bookly-css-root :where(select:is([multiple], [size])) optgroup option {
	padding-inline-start: 20px;
}

.bookly-css-root ::file-selector-button {
	margin-inline-end: 4px;
}

.bookly-css-root ::placeholder {
	opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
	.bookly-css-root ::placeholder {
		color: currentcolor;
	}
	
	@supports (color: color-mix(in lab, red, red)) {
		.bookly-css-root ::placeholder {
			color: color-mix(in oklab, currentcolor 50%, transparent);
		}
	}
}

.bookly-css-root textarea {
	resize: vertical;
}

.bookly-css-root ::-webkit-search-decoration {
	-webkit-appearance: none;
}

.bookly-css-root ::-webkit-date-and-time-value {
	min-height: 1 lh;
	text-align: inherit;
}

.bookly-css-root ::-webkit-datetime-edit {
	display: inline-flex;
}

.bookly-css-root ::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

.bookly-css-root ::-webkit-datetime-edit, .bookly-css-root ::-webkit-datetime-edit-year-field, .bookly-css-root ::-webkit-datetime-edit-month-field, .bookly-css-root ::-webkit-datetime-edit-day-field, .bookly-css-root ::-webkit-datetime-edit-hour-field, .bookly-css-root ::-webkit-datetime-edit-minute-field, .bookly-css-root ::-webkit-datetime-edit-second-field, .bookly-css-root ::-webkit-datetime-edit-millisecond-field, .bookly-css-root ::-webkit-datetime-edit-meridiem-field {
	padding-block: 0;
}

.bookly-css-root ::-webkit-calendar-picker-indicator {
	line-height: 1;
}

.bookly-css-root :-moz-ui-invalid {
	box-shadow: none;
}

.bookly-css-root button, .bookly-css-root input:where([type=button], [type=reset], [type=submit]), .bookly-css-root ::file-selector-button {
	appearance: button;
}

.bookly-css-root ::-webkit-inner-spin-button, .bookly-css-root ::-webkit-outer-spin-button {
	height: auto;
}

.bookly-css-root [hidden]:where(:not([hidden=until-found])) {
	display: none !important;
}

.bookly-css-root .bookly\:\@container\/main {
	container-type: inline-size !important;
	container-name: main !important;
}

.bookly-css-root .bookly\:pointer-events-none {
	pointer-events: none !important;
}

.bookly-css-root .bookly\:absolute {
	position: absolute !important;
}

.bookly-css-root .bookly\:fixed {
	position: fixed !important;
}

.bookly-css-root .bookly\:relative {
	position: relative !important;
}

.bookly-css-root .bookly\:inset-0 {
	inset: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:inset-1 {
	inset: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:inset-x-0 {
	inset-inline: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:inset-y-0 {
	inset-block: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:start-0 {
	inset-inline-start: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:start-3 {
	inset-inline-start: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:end-0 {
	inset-inline-end: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:end-3 {
	inset-inline-end: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:top-0 {
	top: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:top-1 {
	top: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:top-2 {
	top: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:top-4 {
	top: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:top-5\.5 {
	top: calc(var(--bookly-spacing) * 5.5) !important;
}

.bookly-css-root .bookly\:top-full {
	top: 100% !important;
}

.bookly-css-root .bookly\:right-0 {
	right: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:right-1 {
	right: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:right-2 {
	right: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:-bottom-6 {
	bottom: calc(var(--bookly-spacing) * -6) !important;
}

.bookly-css-root .bookly\:bottom-0 {
	bottom: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:bottom-2 {
	bottom: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:left-0 {
	left: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:left-1\/2 {
	left: 50% !important;
}

.bookly-css-root .bookly\:z-0 {
	z-index: 0 !important;
}

.bookly-css-root .bookly\:z-10 {
	z-index: 10 !important;
}

.bookly-css-root .bookly\:z-20 {
	z-index: 20 !important;
}

.bookly-css-root .bookly\:z-\[1050\] {
	z-index: 1050 !important;
}

.bookly-css-root .bookly\:z-\[100050\] {
	z-index: 100050 !important;
}

.bookly-css-root .bookly\:col-span-1 {
	grid-column: span 1/span 1 !important;
}

.bookly-css-root .bookly\:col-span-2 {
	grid-column: span 2/span 2 !important;
}

.bookly-css-root .bookly\:float-right {
	float: right !important;
}

.bookly-css-root .bookly\:-m-2 {
	margin: calc(var(--bookly-spacing) * -2) !important;
}

.bookly-css-root .bookly\:m-0 {
	margin: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:m-1 {
	margin: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:m-4 {
	margin: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:m-auto {
	margin: auto !important;
}

.bookly-css-root .bookly\:mx-1 {
	margin-inline: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:mx-2 {
	margin-inline: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:mx-4 {
	margin-inline: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:mx-auto {
	margin-inline: auto !important;
}

.bookly-css-root .bookly\:my-0 {
	margin-block: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:my-2 {
	margin-block: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:my-3 {
	margin-block: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:my-4 {
	margin-block: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:ms-0 {
	margin-inline-start: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:ms-2 {
	margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:ms-3 {
	margin-inline-start: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:ms-4 {
	margin-inline-start: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:me-0 {
	margin-inline-end: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:me-1 {
	margin-inline-end: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:me-2 {
	margin-inline-end: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:me-3 {
	margin-inline-end: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:me-4 {
	margin-inline-end: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:-mt-1 {
	margin-top: calc(var(--bookly-spacing) * -1) !important;
}

.bookly-css-root .bookly\:mt-1 {
	margin-top: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:mt-2 {
	margin-top: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:mt-4 {
	margin-top: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:mt-36 {
	margin-top: calc(var(--bookly-spacing) * 36) !important;
}

.bookly-css-root .bookly\:-mb-2 {
	margin-bottom: calc(var(--bookly-spacing) * -2) !important;
}

.bookly-css-root .bookly\:-mb-4 {
	margin-bottom: calc(var(--bookly-spacing) * -4) !important;
}

.bookly-css-root .bookly\:mb-0 {
	margin-bottom: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:mb-0\.5 {
	margin-bottom: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:mb-1 {
	margin-bottom: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:mb-2 {
	margin-bottom: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:mb-3 {
	margin-bottom: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:mb-4 {
	margin-bottom: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:ml-2 {
	margin-left: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:box-border {
	box-sizing: border-box !important;
}

.bookly-css-root .bookly\:box-content {
	box-sizing: content-box !important;
}

.bookly-css-root .bookly\:block {
	display: block !important;
}

.bookly-css-root .bookly\:flex {
	display: flex !important;
}

.bookly-css-root .bookly\:grid {
	display: grid !important;
}

.bookly-css-root .bookly\:hidden {
	display: none !important;
}

.bookly-css-root .bookly\:inline {
	display: inline !important;
}

.bookly-css-root .bookly\:inline-flex {
	display: inline-flex !important;
}

.bookly-css-root .bookly\:h-0 {
	height: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:h-5 {
	height: calc(var(--bookly-spacing) * 5) !important;
}

.bookly-css-root .bookly\:h-8 {
	height: calc(var(--bookly-spacing) * 8) !important;
}

.bookly-css-root .bookly\:h-10 {
	height: calc(var(--bookly-spacing) * 10) !important;
}

.bookly-css-root .bookly\:h-11 {
	height: calc(var(--bookly-spacing) * 11) !important;
}

.bookly-css-root .bookly\:h-12 {
	height: calc(var(--bookly-spacing) * 12) !important;
}

.bookly-css-root .bookly\:h-14 {
	height: calc(var(--bookly-spacing) * 14) !important;
}

.bookly-css-root .bookly\:h-16 {
	height: calc(var(--bookly-spacing) * 16) !important;
}

.bookly-css-root .bookly\:h-20 {
	height: calc(var(--bookly-spacing) * 20) !important;
}

.bookly-css-root .bookly\:h-full {
	height: 100% !important;
}

.bookly-css-root .bookly\:max-h-12 {
	max-height: calc(var(--bookly-spacing) * 12) !important;
}

.bookly-css-root .bookly\:max-h-64 {
	max-height: calc(var(--bookly-spacing) * 64) !important;
}

.bookly-css-root .bookly\:min-h-full {
	min-height: 100% !important;
}

.bookly-css-root .bookly\:w-0 {
	width: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:w-0\.5 {
	width: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:w-5 {
	width: calc(var(--bookly-spacing) * 5) !important;
}

.bookly-css-root .bookly\:w-8 {
	width: calc(var(--bookly-spacing) * 8) !important;
}

.bookly-css-root .bookly\:w-10 {
	width: calc(var(--bookly-spacing) * 10) !important;
}

.bookly-css-root .bookly\:w-20 {
	width: calc(var(--bookly-spacing) * 20) !important;
}

.bookly-css-root .bookly\:w-34 {
	width: calc(var(--bookly-spacing) * 34) !important;
}

.bookly-css-root .bookly\:w-48 {
	width: calc(var(--bookly-spacing) * 48) !important;
}

.bookly-css-root .bookly\:w-60 {
	width: calc(var(--bookly-spacing) * 60) !important;
}

.bookly-css-root .bookly\:w-72 {
	width: calc(var(--bookly-spacing) * 72) !important;
}

.bookly-css-root .bookly\:w-auto {
	width: auto !important;
}

.bookly-css-root .bookly\:w-full {
	width: 100% !important;
}

.bookly-css-root .bookly\:w-max {
	width: max-content !important;
}

.bookly-css-root .bookly\:max-w-2xs {
	max-width: var(--bookly-container-2xs) !important;
}

.bookly-css-root .bookly\:max-w-48 {
	max-width: calc(var(--bookly-spacing) * 48) !important;
}

.bookly-css-root .bookly\:max-w-96 {
	max-width: calc(var(--bookly-spacing) * 96) !important;
}

.bookly-css-root .bookly\:max-w-128 {
	max-width: calc(var(--bookly-spacing) * 128) !important;
}

.bookly-css-root .bookly\:max-w-full {
	max-width: 100% !important;
}

.bookly-css-root .bookly\:max-w-lg {
	max-width: var(--bookly-container-lg) !important;
}

.bookly-css-root .bookly\:max-w-screen-xl {
	max-width: var(--bookly-breakpoint-xl) !important;
}

.bookly-css-root .bookly\:max-w-xs {
	max-width: var(--bookly-container-xs) !important;
}

.bookly-css-root .bookly\:min-w-2xs {
	min-width: var(--bookly-container-2xs) !important;
}

.bookly-css-root .bookly\:min-w-6 {
	min-width: calc(var(--bookly-spacing) * 6) !important;
}

.bookly-css-root .bookly\:min-w-\[200px\] {
	min-width: 200px !important;
}

.bookly-css-root .bookly\:flex-1 {
	flex: 1 !important;
}

.bookly-css-root .bookly\:shrink {
	flex-shrink: 1 !important;
}

.bookly-css-root .bookly\:grow {
	flex-grow: 1 !important;
}

.bookly-css-root .bookly\:grow-0 {
	flex-grow: 0 !important;
}

.bookly-css-root .bookly\:grow-1 {
	flex-grow: 1 !important;
}

.bookly-css-root .bookly\:basis-0\/12 {
	flex-basis: 0% !important;
}

.bookly-css-root .bookly\:basis-1\/12 {
	flex-basis: 8.3333333333% !important;
}

.bookly-css-root .bookly\:basis-2\/12 {
	flex-basis: 16.6666666667% !important;
}

.bookly-css-root .bookly\:basis-3\/12 {
	flex-basis: 25% !important;
}

.bookly-css-root .bookly\:basis-4\/12 {
	flex-basis: 33.3333333333% !important;
}

.bookly-css-root .bookly\:basis-5\/12 {
	flex-basis: 41.6666666667% !important;
}

.bookly-css-root .bookly\:basis-6\/12 {
	flex-basis: 50% !important;
}

.bookly-css-root .bookly\:basis-7\/12 {
	flex-basis: 58.3333333333% !important;
}

.bookly-css-root .bookly\:basis-8\/12 {
	flex-basis: 66.6666666667% !important;
}

.bookly-css-root .bookly\:basis-9\/12 {
	flex-basis: 75% !important;
}

.bookly-css-root .bookly\:basis-10\/12 {
	flex-basis: 83.3333333333% !important;
}

.bookly-css-root .bookly\:basis-11\/12 {
	flex-basis: 91.6666666667% !important;
}

.bookly-css-root .bookly\:basis-12\/12 {
	flex-basis: 100% !important;
}

.bookly-css-root .bookly\:basis-full {
	flex-basis: 100% !important;
}

.bookly-css-root .bookly\:-translate-x-1\/2 {
	--tw-translate-x: calc(calc(1 / 2 * 100%) * -1) !important;
	translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}

.bookly-css-root .bookly\:animate-spin {
	animation: var(--bookly-animate-spin) !important;
}

.bookly-css-root .bookly\:cursor-default {
	cursor: default !important;
}

.bookly-css-root .bookly\:cursor-pointer {
	cursor: pointer !important;
}

.bookly-css-root .bookly\:appearance-none {
	appearance: none !important;
}

.bookly-css-root .bookly\:grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.bookly-css-root .bookly\:grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.bookly-css-root .bookly\:grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.bookly-css-root .bookly\:grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.bookly-css-root .bookly\:flex-col {
	flex-direction: column !important;
}

.bookly-css-root .bookly\:flex-row {
	flex-direction: row !important;
}

.bookly-css-root .bookly\:flex-wrap {
	flex-wrap: wrap !important;
}

.bookly-css-root .bookly\:content-center {
	align-content: center !important;
}

.bookly-css-root .bookly\:items-center {
	align-items: center !important;
}

.bookly-css-root .bookly\:items-start {
	align-items: flex-start !important;
}

.bookly-css-root .bookly\:justify-between {
	justify-content: space-between !important;
}

.bookly-css-root .bookly\:justify-center {
	justify-content: center !important;
}

.bookly-css-root .bookly\:justify-end {
	justify-content: flex-end !important;
}

.bookly-css-root .bookly\:justify-start {
	justify-content: flex-start !important;
}

.bookly-css-root .bookly\:gap-0\.5 {
	gap: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:gap-3 {
	gap: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:gap-4 {
	gap: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:overflow-hidden {
	overflow: hidden !important;
}

.bookly-css-root .bookly\:overflow-x-hidden {
	overflow-x: hidden !important;
}

.bookly-css-root .bookly\:overflow-y-auto {
	overflow-y: auto !important;
}

.bookly-css-root .bookly\:rounded {
	border-radius: .25rem !important;
}

.bookly-css-root .bookly\:rounded-full {
	border-radius: calc(infinity * 1px) !important;
}

.bookly-css-root .bookly\:rounded-lg {
	border-radius: var(--bookly-radius-lg) !important;
}

.bookly-css-root .bookly\:rounded-none {
	border-radius: 0 !important;
}

.bookly-css-root .bookly\:rounded-s {
	border-start-start-radius: .25rem !important;
	border-end-start-radius: .25rem !important;
}

.bookly-css-root .bookly\:rounded-s-none {
	border-start-start-radius: 0 !important;
	border-end-start-radius: 0 !important;
}

.bookly-css-root .bookly\:rounded-e {
	border-start-end-radius: .25rem !important;
	border-end-end-radius: .25rem !important;
}

.bookly-css-root .bookly\:rounded-e-none {
	border-start-end-radius: 0 !important;
	border-end-end-radius: 0 !important;
}

.bookly-css-root .bookly\:rounded-t {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.bookly-css-root .bookly\:rounded-r {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.bookly-css-root .bookly\:rounded-b {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.bookly-css-root .bookly\:border {
	border-style: var(--tw-border-style) !important;
	border-width: 1px !important;
}

.bookly-css-root .bookly\:border-0 {
	border-style: var(--tw-border-style) !important;
	border-width: 0px !important;
}

.bookly-css-root .bookly\:border-2 {
	border-style: var(--tw-border-style) !important;
	border-width: 2px !important;
}

.bookly-css-root .bookly\:border-x-0 {
	border-inline-style: var(--tw-border-style) !important;
	border-inline-width: 0px !important;
}

.bookly-css-root .bookly\:border-y {
	border-block-style: var(--tw-border-style) !important;
	border-block-width: 1px !important;
}

.bookly-css-root .bookly\:border-y-1 {
	border-block-style: var(--tw-border-style) !important;
	border-block-width: 1px !important;
}

.bookly-css-root .bookly\:border-e {
	border-inline-end-style: var(--tw-border-style) !important;
	border-inline-end-width: 1px !important;
}

.bookly-css-root .bookly\:border-t {
	border-top-style: var(--tw-border-style) !important;
	border-top-width: 1px !important;
}

.bookly-css-root .bookly\:border-b {
	border-bottom-style: var(--tw-border-style) !important;
	border-bottom-width: 1px !important;
}

.bookly-css-root .bookly\:border-b-0 {
	border-bottom-style: var(--tw-border-style) !important;
	border-bottom-width: 0px !important;
}

.bookly-css-root .bookly\:border-none {
	--tw-border-style: none !important;
	border-style: none !important;
}

.bookly-css-root .bookly\:border-solid {
	--tw-border-style: solid !important;
	border-style: solid !important;
}

.bookly-css-root .bookly\:border-amber-100 {
	border-color: var(--bookly-color-amber-100) !important;
}

.bookly-css-root .bookly\:border-amber-300 {
	border-color: var(--bookly-color-amber-300) !important;
}

.bookly-css-root .bookly\:border-blue-100 {
	border-color: var(--bookly-color-blue-100) !important;
}

.bookly-css-root .bookly\:border-default-border {
	border-color: var(--bookly-color-default-border) !important;
}

.bookly-css-root .bookly\:border-emerald-100 {
	border-color: var(--bookly-color-emerald-100) !important;
}

.bookly-css-root .bookly\:border-gray-200 {
	border-color: var(--bookly-color-gray-200) !important;
}

.bookly-css-root .bookly\:border-gray-300 {
	border-color: var(--bookly-color-gray-300) !important;
}

.bookly-css-root .bookly\:border-gray-400 {
	border-color: var(--bookly-color-gray-400) !important;
}

.bookly-css-root .bookly\:border-gray-500 {
	border-color: var(--bookly-color-gray-500) !important;
}

.bookly-css-root .bookly\:border-green-500 {
	border-color: var(--bookly-color-green-500) !important;
}

.bookly-css-root .bookly\:border-red-100 {
	border-color: var(--bookly-color-red-100) !important;
}

.bookly-css-root .bookly\:border-red-500 {
	border-color: var(--bookly-color-red-500) !important;
}

.bookly-css-root .bookly\:border-rose-100 {
	border-color: var(--bookly-color-rose-100) !important;
}

.bookly-css-root .bookly\:border-slate-100 {
	border-color: var(--bookly-color-slate-100) !important;
}

.bookly-css-root .bookly\:border-slate-400 {
	border-color: var(--bookly-color-slate-400) !important;
}

.bookly-css-root .bookly\:border-slate-600 {
	border-color: var(--bookly-color-slate-600) !important;
}

.bookly-css-root .bookly\:bg-amber-50 {
	background-color: var(--bookly-color-amber-50) !important;
}

.bookly-css-root .bookly\:bg-black\/50 {
	background-color: var(--bookly-color-black) !important;
}

@supports (color: color-mix(in lab, red, red)) {
	.bookly-css-root .bookly\:bg-black\/50 {
		background-color: color-mix(in oklab, var(--bookly-color-black) 50%, transparent) !important;
	}
}

.bookly-css-root .bookly\:bg-blue-50 {
	background-color: var(--bookly-color-blue-50) !important;
}

.bookly-css-root .bookly\:bg-emerald-50 {
	background-color: var(--bookly-color-emerald-50) !important;
}

.bookly-css-root .bookly\:bg-gray-100 {
	background-color: var(--bookly-color-gray-100) !important;
}

.bookly-css-root .bookly\:bg-orange-100 {
	background-color: var(--bookly-color-orange-100) !important;
}

.bookly-css-root .bookly\:bg-red-50 {
	background-color: var(--bookly-color-red-50) !important;
}

.bookly-css-root .bookly\:bg-red-100 {
	background-color: var(--bookly-color-red-100) !important;
}

.bookly-css-root .bookly\:bg-rose-50 {
	background-color: var(--bookly-color-rose-50) !important;
}

.bookly-css-root .bookly\:bg-slate-50 {
	background-color: var(--bookly-color-slate-50) !important;
}

.bookly-css-root .bookly\:bg-slate-50\/25 {
	background-color: var(--bookly-color-slate-50) !important;
}

@supports (color: color-mix(in lab, red, red)) {
	.bookly-css-root .bookly\:bg-slate-50\/25 {
		background-color: color-mix(in oklab, var(--bookly-color-slate-50) 25%, transparent) !important;
	}
}

.bookly-css-root .bookly\:bg-slate-100 {
	background-color: var(--bookly-color-slate-100) !important;
}

.bookly-css-root .bookly\:bg-slate-300 {
	background-color: var(--bookly-color-slate-300) !important;
}

.bookly-css-root .bookly\:bg-slate-400 {
	background-color: var(--bookly-color-slate-400) !important;
}

.bookly-css-root .bookly\:bg-transparent {
	background-color: transparent !important;
}

.bookly-css-root .bookly\:bg-white {
	background-color: var(--bookly-color-white) !important;
}

.bookly-css-root .bookly\:bg-white\/95 {
	background-color: var(--bookly-color-white) !important;
}

@supports (color: color-mix(in lab, red, red)) {
	.bookly-css-root .bookly\:bg-white\/95 {
		background-color: color-mix(in oklab, var(--bookly-color-white) 95%, transparent) !important;
	}
}

.bookly-css-root .bookly\:bg-none {
	background-image: none !important;
}

.bookly-css-root .bookly\:bg-none.nitro-lazy {
	background-image: none !important;
}

.bookly-css-root .bookly\:object-cover {
	object-fit: cover !important;
}

.bookly-css-root .bookly\:p-0 {
	padding: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:p-0\.5 {
	padding: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:p-2 {
	padding: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:p-3 {
	padding: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:p-4 {
	padding: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:px-0 {
	padding-inline: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:px-1 {
	padding-inline: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:px-2 {
	padding-inline: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:px-2\.5 {
	padding-inline: calc(var(--bookly-spacing) * 2.5) !important;
}

.bookly-css-root .bookly\:px-3 {
	padding-inline: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:px-4 {
	padding-inline: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:px-5 {
	padding-inline: calc(var(--bookly-spacing) * 5) !important;
}

.bookly-css-root .bookly\:py-0 {
	padding-block: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:py-0\.5 {
	padding-block: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:py-1 {
	padding-block: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:py-2 {
	padding-block: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:py-4 {
	padding-block: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:ps-2 {
	padding-inline-start: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:pe-1 {
	padding-inline-end: calc(var(--bookly-spacing) * 1) !important;
}

.bookly-css-root .bookly\:pt-0 {
	padding-top: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:pt-2 {
	padding-top: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:pt-3 {
	padding-top: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:pt-4 {
	padding-top: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:pt-6 {
	padding-top: calc(var(--bookly-spacing) * 6) !important;
}

.bookly-css-root .bookly\:pb-0 {
	padding-bottom: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:pb-0\.5 {
	padding-bottom: calc(var(--bookly-spacing) * .5) !important;
}

.bookly-css-root .bookly\:pb-2 {
	padding-bottom: calc(var(--bookly-spacing) * 2) !important;
}

.bookly-css-root .bookly\:pb-4 {
	padding-bottom: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:text-center {
	text-align: center !important;
}

.bookly-css-root .bookly\:text-end {
	text-align: end !important;
}

.bookly-css-root .bookly\:text-left {
	text-align: left !important;
}

.bookly-css-root .bookly\:text-right {
	text-align: right !important;
}

.bookly-css-root .bookly\:text-start {
	text-align: start !important;
}

.bookly-css-root .bookly\:align-middle {
	vertical-align: middle !important;
}

.bookly-css-root .bookly\:font-mono {
	font-family: var(--bookly-font-mono) !important;
}

.bookly-css-root .bookly\:font-sans {
	font-family: var(--bookly-font-sans) !important;
}

.bookly-css-root .bookly\:text-2xl {
	font-size: var(--bookly-text-2xl) !important;
	line-height: var(--tw-leading, var(--bookly-text-2xl--line-height)) !important;
}

.bookly-css-root .bookly\:text-3xl {
	font-size: var(--bookly-text-3xl) !important;
	line-height: var(--tw-leading, var(--bookly-text-3xl--line-height)) !important;
}

.bookly-css-root .bookly\:text-4xl {
	font-size: var(--bookly-text-4xl) !important;
	line-height: var(--tw-leading, var(--bookly-text-4xl--line-height)) !important;
}

.bookly-css-root .bookly\:text-base {
	font-size: var(--bookly-text-base) !important;
	line-height: var(--tw-leading, var(--bookly-text-base--line-height)) !important;
}

.bookly-css-root .bookly\:text-lg {
	font-size: var(--bookly-text-lg) !important;
	line-height: var(--tw-leading, var(--bookly-text-lg--line-height)) !important;
}

.bookly-css-root .bookly\:text-sm {
	font-size: var(--bookly-text-sm) !important;
	line-height: var(--tw-leading, var(--bookly-text-sm--line-height)) !important;
}

.bookly-css-root .bookly\:text-xl {
	font-size: var(--bookly-text-xl) !important;
	line-height: var(--tw-leading, var(--bookly-text-xl--line-height)) !important;
}

.bookly-css-root .bookly\:text-xs {
	font-size: var(--bookly-text-xs) !important;
	line-height: var(--tw-leading, var(--bookly-text-xs--line-height)) !important;
}

.bookly-css-root .bookly\:leading-4 {
	--tw-leading: calc(var(--bookly-spacing) * 4) !important;
	line-height: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:leading-normal {
	--tw-leading: var(--bookly-leading-normal) !important;
	line-height: var(--bookly-leading-normal) !important;
}

.bookly-css-root .bookly\:font-bold {
	--tw-font-weight: var(--bookly-font-weight-bold) !important;
	font-weight: var(--bookly-font-weight-bold) !important;
}

.bookly-css-root .bookly\:font-medium {
	--tw-font-weight: var(--bookly-font-weight-medium) !important;
	font-weight: var(--bookly-font-weight-medium) !important;
}

.bookly-css-root .bookly\:font-normal {
	--tw-font-weight: var(--bookly-font-weight-normal) !important;
	font-weight: var(--bookly-font-weight-normal) !important;
}

.bookly-css-root .bookly\:font-semibold {
	--tw-font-weight: var(--bookly-font-weight-semibold) !important;
	font-weight: var(--bookly-font-weight-semibold) !important;
}

.bookly-css-root .bookly\:break-words {
	overflow-wrap: break-word !important;
}

.bookly-css-root .bookly\:text-ellipsis {
	text-overflow: ellipsis !important;
}

.bookly-css-root .bookly\:whitespace-normal {
	white-space: normal !important;
}

.bookly-css-root .bookly\:whitespace-nowrap {
	white-space: nowrap !important;
}

.bookly-css-root .bookly\:text-amber-900 {
	color: var(--bookly-color-amber-900) !important;
}

.bookly-css-root .bookly\:text-black {
	color: var(--bookly-color-black) !important;
}

.bookly-css-root .bookly\:text-blue-500 {
	color: var(--bookly-color-blue-500) !important;
}

.bookly-css-root .bookly\:text-emerald-800 {
	color: var(--bookly-color-emerald-800) !important;
}

.bookly-css-root .bookly\:text-gray-200 {
	color: var(--bookly-color-gray-200) !important;
}

.bookly-css-root .bookly\:text-gray-400 {
	color: var(--bookly-color-gray-400) !important;
}

.bookly-css-root .bookly\:text-gray-600 {
	color: var(--bookly-color-gray-600) !important;
}

.bookly-css-root .bookly\:text-gray-800 {
	color: var(--bookly-color-gray-800) !important;
}

.bookly-css-root .bookly\:text-green-700 {
	color: var(--bookly-color-green-700) !important;
}

.bookly-css-root .bookly\:text-red-500 {
	color: var(--bookly-color-red-500) !important;
}

.bookly-css-root .bookly\:text-red-600 {
	color: var(--bookly-color-red-600) !important;
}

.bookly-css-root .bookly\:text-red-700 {
	color: var(--bookly-color-red-700) !important;
}

.bookly-css-root .bookly\:text-red-800 {
	color: var(--bookly-color-red-800) !important;
}

.bookly-css-root .bookly\:text-slate-300 {
	color: var(--bookly-color-slate-300) !important;
}

.bookly-css-root .bookly\:text-slate-400 {
	color: var(--bookly-color-slate-400) !important;
}

.bookly-css-root .bookly\:text-slate-600 {
	color: var(--bookly-color-slate-600) !important;
}

.bookly-css-root .bookly\:text-white {
	color: var(--bookly-color-white) !important;
}

.bookly-css-root .bookly\:line-through {
	text-decoration-line: line-through !important;
}

.bookly-css-root .bookly\:caret-gray-400 {
	caret-color: var(--bookly-color-gray-400) !important;
}

.bookly-css-root .bookly\:opacity-0 {
	opacity: 0% !important;
}

.bookly-css-root .bookly\:opacity-25 {
	opacity: 25% !important;
}

.bookly-css-root .bookly\:opacity-50 {
	opacity: 50% !important;
}

.bookly-css-root .bookly\:shadow-lg\/4 {
	--tw-shadow-alpha: 4% !important;
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, .1) l a b / 4%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, .1) l a b / 4%)) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.bookly-css-root .bookly\:shadow-lg\/20 {
	--tw-shadow-alpha: 20% !important;
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, .1) l a b / 20%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgba(0, 0, 0, .1) l a b / 20%)) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.bookly-css-root .bookly\:shadow-lg {
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 4px 6px -4px var(--tw-shadow-color, rgba(0, 0, 0, .1)) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.bookly-css-root .bookly\:shadow-none {
	--tw-shadow: 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.bookly-css-root .bookly\:shadow-xl {
	--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 8px 10px -6px var(--tw-shadow-color, rgba(0, 0, 0, .1)) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

.bookly-css-root .bookly\:shadow-gray-500\/10 {
	--tw-shadow-color: var(--bookly-color-gray-500) !important;
}

@supports (color: color-mix(in lab, red, red)) {
	.bookly-css-root .bookly\:shadow-gray-500\/10 {
		--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--bookly-color-gray-500) 10%, transparent) var(--tw-shadow-alpha), transparent) !important;
	}
}

.bookly-css-root .bookly\:drop-shadow-none {}

.bookly-css-root .bookly\:transition-all {
	transition-property: all !important;
	transition-timing-function: var(--tw-ease, var(--bookly-default-transition-timing-function)) !important;
	transition-duration: var(--tw-duration, var(--bookly-default-transition-duration)) !important;
}

.bookly-css-root .bookly\:duration-200 {
	--tw-duration: 200ms !important;
	transition-duration: 200ms !important;
}

.bookly-css-root .bookly\:duration-500 {
	--tw-duration: 500ms !important;
	transition-duration: 500ms !important;
}

.bookly-css-root .bookly\:ease-in-out {
	--tw-ease: var(--bookly-ease-in-out) !important;
	transition-timing-function: var(--bookly-ease-in-out) !important;
}

.bookly-css-root .bookly\:outline-none {
	--tw-outline-style: none !important;
	outline-style: none !important;
}

.bookly-css-root .bookly\:not-hover\:bg-gray-200:not(*:hover) {
	background-color: var(--bookly-color-gray-200) !important;
}

@media not (hover: hover) {
	.bookly-css-root .bookly\:not-hover\:bg-gray-200 {
		background-color: var(--bookly-color-gray-200) !important;
	}
}

.bookly-css-root .bookly\:not-hover\:bg-white:not(*:hover) {
	background-color: var(--bookly-color-white) !important;
}

@media not (hover: hover) {
	.bookly-css-root .bookly\:not-hover\:bg-white {
		background-color: var(--bookly-color-white) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:group-hover\:-bottom-1:is(:where(.bookly\:group):hover *) {
		bottom: calc(var(--bookly-spacing) * -1) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:group-hover\:block:is(:where(.bookly\:group):hover *) {
		display: block !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:group-hover\:w-auto:is(:where(.bookly\:group):hover *) {
		width: auto !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:group-hover\:opacity-100:is(:where(.bookly\:group):hover *) {
		opacity: 100% !important;
	}
}

.bookly-css-root .bookly\:file\:-mt-4::file-selector-button {
	margin-top: calc(var(--bookly-spacing) * -4) !important;
}

.bookly-css-root .bookly\:file\:mr-4::file-selector-button {
	margin-right: calc(var(--bookly-spacing) * 4) !important;
}

.bookly-css-root .bookly\:file\:h-16::file-selector-button {
	height: calc(var(--bookly-spacing) * 16) !important;
}

.bookly-css-root .bookly\:file\:border-0::file-selector-button {
	border-style: var(--tw-border-style) !important;
	border-width: 0px !important;
}

.bookly-css-root .bookly\:file\:p-3::file-selector-button {
	padding: calc(var(--bookly-spacing) * 3) !important;
}

.bookly-css-root .bookly\:file\:text-sm::file-selector-button {
	font-size: var(--bookly-text-sm) !important;
	line-height: var(--tw-leading, var(--bookly-text-sm--line-height)) !important;
}

.bookly-css-root .bookly\:placeholder\:text-transparent::placeholder {
	color: transparent !important;
}

.bookly-css-root .bookly\:before\:content-none::before {
	content: var(--tw-content);
	--tw-content: none !important;
	content: none !important;
}

.bookly-css-root .bookly\:after\:content-none::after {
	content: var(--tw-content);
	--tw-content: none !important;
	content: none !important;
}

.bookly-css-root .bookly\:last\:mb-0:last-child {
	margin-bottom: calc(var(--bookly-spacing) * 0) !important;
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:border-gray-400:hover {
		border-color: var(--bookly-color-gray-400) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:border-slate-400:hover {
		border-color: var(--bookly-color-slate-400) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-gray-100:hover {
		background-color: var(--bookly-color-gray-100) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-gray-400:hover {
		background-color: var(--bookly-color-gray-400) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-slate-50:hover {
		background-color: var(--bookly-color-slate-50) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-slate-100:hover {
		background-color: var(--bookly-color-slate-100) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-slate-200:hover {
		background-color: var(--bookly-color-slate-200) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-slate-400:hover {
		background-color: var(--bookly-color-slate-400) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:bg-white:hover {
		background-color: var(--bookly-color-white) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-gray-600:hover {
		color: var(--bookly-color-gray-600) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-slate-50:hover {
		color: var(--bookly-color-slate-50) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-slate-100:hover {
		color: var(--bookly-color-slate-100) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-slate-200:hover {
		color: var(--bookly-color-slate-200) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-slate-600:hover {
		color: var(--bookly-color-slate-600) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:text-white:hover {
		color: var(--bookly-color-white) !important;
	}
}

@media (hover: hover) {
	.bookly-css-root .bookly\:hover\:opacity-80:hover {
		opacity: 80% !important;
	}
}

.bookly-css-root .bookly\:focus\:rounded-none:focus {
	border-radius: 0 !important;
}

.bookly-css-root .bookly\:focus\:border-none:focus {
	--tw-border-style: none !important;
	border-style: none !important;
}

.bookly-css-root .bookly\:focus\:border-gray-300:focus {
	border-color: var(--bookly-color-gray-300) !important;
}

.bookly-css-root .bookly\:focus\:border-gray-400:focus {
	border-color: var(--bookly-color-gray-400) !important;
}

.bookly-css-root .bookly\:focus\:bg-gray-100:focus {
	background-color: var(--bookly-color-gray-100) !important;
}

.bookly-css-root .bookly\:focus\:outline-sky-200:focus {
	outline-color: var(--bookly-color-sky-200) !important;
}

.bookly-css-root .bookly\:focus\:outline-none:focus {
	--tw-outline-style: none !important;
	outline-style: none !important;
}

.bookly-css-root .bookly\:active\:shadow-md:active {
	--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 2px 4px -2px var(--tw-shadow-color, rgba(0, 0, 0, .1)) !important;
	box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}

@media (width < 48rem) {
	.bookly-css-root .bookly\:max-md\:mb-4 {
		margin-bottom: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width < 48rem) {
	.bookly-css-root .bookly\:max-md\:hidden {
		display: none !important;
	}
}

@media (width < 48rem) {
	.bookly-css-root .bookly\:max-md\:max-h-48 {
		max-height: calc(var(--bookly-spacing) * 48) !important;
	}
}

@media (width < 48rem) {
	.bookly-css-root .bookly\:max-md\:max-w-96 {
		max-width: calc(var(--bookly-spacing) * 96) !important;
	}
}

@media (width < 48rem) {
	.bookly-css-root .bookly\:max-md\:p-4 {
		padding: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:mx-auto {
		margin-inline: auto !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:mt-2 {
		margin-top: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:mb-2 {
		margin-bottom: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:mb-4 {
		margin-bottom: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:block {
		display: block !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:flex {
		display: flex !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:hidden {
		display: none !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:max-w-full {
		max-width: 100% !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:flex-col {
		flex-direction: column !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:flex-row {
		flex-direction: row !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:justify-center {
		justify-content: center !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-s {
		border-start-start-radius: .25rem !important;
		border-end-start-radius: .25rem !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-s-none {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-e {
		border-start-end-radius: .25rem !important;
		border-end-end-radius: .25rem !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-e-none {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-t {
		border-top-left-radius: .25rem !important;
		border-top-right-radius: .25rem !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-b {
		border-bottom-right-radius: .25rem !important;
		border-bottom-left-radius: .25rem !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-x {
		border-inline-style: var(--tw-border-style) !important;
		border-inline-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-y {
		border-block-style: var(--tw-border-style) !important;
		border-block-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-s {
		border-inline-start-style: var(--tw-border-style) !important;
		border-inline-start-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-e {
		border-inline-end-style: var(--tw-border-style) !important;
		border-inline-end-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-t {
		border-top-style: var(--tw-border-style) !important;
		border-top-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:border-b {
		border-bottom-style: var(--tw-border-style) !important;
		border-bottom-width: 1px !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:pb-2 {
		padding-bottom: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:text-center {
		text-align: center !important;
	}
}

@media (width < 40rem) {
	.bookly-css-root .bookly\:max-sm\:text-right {
		text-align: right !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:ms-2 {
		margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:flex {
		display: flex !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:grid {
		display: grid !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:hidden {
		display: none !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-0\/12 {
		flex-basis: 0% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-1\/12 {
		flex-basis: 8.3333333333% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-2\/12 {
		flex-basis: 16.6666666667% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-3\/12 {
		flex-basis: 25% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-4\/12 {
		flex-basis: 33.3333333333% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-5\/12 {
		flex-basis: 41.6666666667% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-6\/12 {
		flex-basis: 50% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-7\/12 {
		flex-basis: 58.3333333333% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-8\/12 {
		flex-basis: 66.6666666667% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-9\/12 {
		flex-basis: 75% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-10\/12 {
		flex-basis: 83.3333333333% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-11\/12 {
		flex-basis: 91.6666666667% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:basis-12\/12 {
		flex-basis: 100% !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:flex-col {
		flex-direction: column !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:flex-row {
		flex-direction: row !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:gap-2 {
		gap: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-s {
		border-start-start-radius: .25rem !important;
		border-end-start-radius: .25rem !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-s-none {
		border-start-start-radius: 0 !important;
		border-end-start-radius: 0 !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-e {
		border-start-end-radius: .25rem !important;
		border-end-end-radius: .25rem !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-e-none {
		border-start-end-radius: 0 !important;
		border-end-end-radius: 0 !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-t {
		border-top-left-radius: .25rem !important;
		border-top-right-radius: .25rem !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-b {
		border-bottom-right-radius: .25rem !important;
		border-bottom-left-radius: .25rem !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-x {
		border-inline-style: var(--tw-border-style) !important;
		border-inline-width: 1px !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-y {
		border-block-style: var(--tw-border-style) !important;
		border-block-width: 1px !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-s {
		border-inline-start-style: var(--tw-border-style) !important;
		border-inline-start-width: 1px !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-e {
		border-inline-end-style: var(--tw-border-style) !important;
		border-inline-end-width: 1px !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-t {
		border-top-style: var(--tw-border-style) !important;
		border-top-width: 1px !important;
	}
}

@media (width >= 40rem) {
	.bookly-css-root .bookly\:sm\:border-b {
		border-bottom-style: var(--tw-border-style) !important;
		border-bottom-width: 1px !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:min-md\:float-left {
		float: left !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:mx-1 {
		margin-inline: calc(var(--bookly-spacing) * 1) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:min-md\:ms-2 {
		margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:me-4 {
		margin-inline-end: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:mb-0 {
		margin-bottom: calc(var(--bookly-spacing) * 0) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:mb-4 {
		margin-bottom: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:block {
		display: block !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:flex {
		display: flex !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:hidden {
		display: none !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:w-60 {
		width: calc(var(--bookly-spacing) * 60) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:gap-4 {
		gap: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:px-4 {
		padding-inline: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:px-6 {
		padding-inline: calc(var(--bookly-spacing) * 6) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:pt-6 {
		padding-top: calc(var(--bookly-spacing) * 6) !important;
	}
}

@media (width >= 48rem) {
	.bookly-css-root .bookly\:md\:pb-4 {
		padding-bottom: calc(var(--bookly-spacing) * 4) !important;
	}
}

@media (width >= 64rem) {
	.bookly-css-root .bookly\:lg\:w-1\/2 {
		width: 50% !important;
	}
}

@media (width >= 64rem) {
	.bookly-css-root .bookly\:lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (width >= 64rem) {
	.bookly-css-root .bookly\:lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}

@media (width >= 64rem) {
	.bookly-css-root .bookly\:lg\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}
}

@media (width >= 80rem) {
	.bookly-css-root .bookly\:xl\:w-1\/4 {
		width: 25% !important;
	}
}

@media (width >= 80rem) {
	.bookly-css-root .bookly\:xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 42rem) {}

@container main (width < 36rem) {}

@container main (width < 36rem) {}

@container main (width < 36rem) {}

@container main (width < 36rem) {}

@container main (width < 36rem) {}

@container main (width < 36rem) {}

.bookly-css-root .bookly\:ltr\:right-0:where(:dir(ltr), [dir=ltr], [dir=ltr] *) {
	right: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:rtl\:left-0:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
	left: calc(var(--bookly-spacing) * 0) !important;
}

.bookly-css-root .bookly\:rtl\:text-right:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
	text-align: right !important;
}

.bookly-css-root .bookly-card-title {
	right: .5em;
	bottom: .5em;
	width: max-content;
	max-width: calc(100% - 1em);
	max-height: calc(100% - 1em);
}

.bookly-css-root .bookly-card-title > div {
	overflow: hidden;
}

.bookly-css-root .text-bookly:not(:hover) {
	color: var(--bookly-color);
}

.bookly-css-root .fill-bookly {
	fill: var(--bookly-color);
}

.bookly-css-root .hover\:text-bookly:hover {
	color: var(--bookly-color) !important;
}

.bookly-css-root .hover\:bg-bookly:hover {
	background-color: var(--bookly-color) !important;
}

.bookly-css-root .card:hover {
	background-color: #fdfdfd !important;
}

.bookly-css-root .border-bookly {
	border-color: var(--bookly-color);
}

.bookly-css-root .btn-check:focus + .btn-outline-bookly, .bookly-css-root .btn-outline-bookly:focus {
	background-color: var(--bookly-color);
	border-color: var(--bookly-color);
	color: #000;
	box-shadow: 0 0 0 .25rem rgba(128, 128, 128, .5);
}

.bookly-css-root .btn-check:checked + .btn-outline-bookly, .bookly-css-root .btn-check:active + .btn-outline-bookly, .bookly-css-root .btn-outline-bookly:active, .bookly-css-root .btn-outline-bookly.active, .bookly-css-root .btn-outline-bookly.dropdown-toggle.show {
	background-color: var(--bookly-color);
	border-color: var(--bookly-color);
}

.bookly-css-root .btn-check:checked + .btn-outline-bookly:focus, .bookly-css-root .btn-check:active + .btn-outline-bookly:focus, .bookly-css-root .btn-outline-bookly:active:focus, .bookly-css-root .btn-outline-bookly.active:focus, .bookly-css-root .btn-outline-bookly.dropdown-toggle.show:focus {
	background-color: var(--bookly-color);
	border-color: var(--bookly-color);
	box-shadow: 0 0 0 .25rem rgba(128, 128, 128, .5);
}

.bookly-css-root .btn-outline-bookly:disabled, .bookly-css-root .btn-outline-bookly.disabled {
	color: var(--bookly-color) !important;
	background-color: transparent;
}

.bookly-css-root .bg-bookly {
	background-color: var(--bookly-color) !important;
}

.bookly-css-root .grid a.selected {
	background-color: var(--bookly-color) !important;
}

@media (hover) {
	.bookly-css-root .btn-outline-bookly:hover {
		background-color: var(--bookly-color);
		border-color: var(--bookly-color);
	}
}

.bookly-css-root .bookly\:hover\:bg-white:hover {
	background-color: var(--bookly-color-white) !important;
}

.bookly-css-root .iti {
	display: block !important;
}

.bookly-css-root .bookly-search-form .iti__flag, .bookly-css-root .bookly-search-form-modal .iti__flag {
	background-image: var(--bookly-flags-url) !important;
}

@media only screen and (min-resolution: 2dppx) {
	.bookly-css-root .bookly-search-form .iti__flag, .bookly-css-root .bookly-search-form-modal .iti__flag {}
}

.bookly-css-root .bookly\:rtl\:-text-right {
	text-align: var(--rtl-phone-align) !important;
}

.bookly-css-root .bookly-form .bookly-js-datepicker-calendar {
	max-width: unset !important;
}

.bookly-css-root .bookly-form .bookly-js-datepicker-calendar button {
	text-align: center !important;
}

.bookly-css-root .bookly-form .bookly-overflow-visible {
	overflow: visible;
}

.bookly-css-root .bookly-fullscreen {
	position: fixed !important;
	z-index: 100049 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 0 !important;
	margin: 0 !important;
	max-width: none;
}

.bookly-css-root .bookly-card-small {
	width: 100%;
	min-width: 200px !important;
	margin: 1rem !important;
}

.bookly-css-root .bookly-added-to-cart {
	position: absolute;
	cursor: default;
	background-color: rgba(128, 128, 128, .8156862745);
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 8px;
	border-radius: 4px;
	color: white;
}

.bookly-css-root button:focus-visible, .bookly-css-root div:focus-visible {
	outline: 2px solid !important;
	outline-offset: 1px !important;
}

.bookly\:inline-block {
	display: inline-block;
}

.bookly-select-container::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #e5e7eb;
	pointer-events: none;
}

.bookly-select-container:dir(ltr)::before {
	right: 1rem;
}

.bookly-select-container:dir(rtl)::before {
	left: 1rem;
}

@property --tw-translate-x {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}

@property --tw-translate-y {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}

@property --tw-translate-z {
	syntax: "*";
	inherits: false;
	initial-value: 0;
}

@property --tw-border-style {
	syntax: "*";
	inherits: false;
	initial-value: solid;
}

@property --tw-leading {
	syntax: "*";
	inherits: false;
}

@property --tw-font-weight {
	syntax: "*";
	inherits: false;
}

@property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-shadow-color {
	syntax: "*";
	inherits: false;
}

@property --tw-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-shadow-color {
	syntax: "*";
	inherits: false;
}

@property --tw-inset-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --tw-ring-color {
	syntax: "*";
	inherits: false;
}

@property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-ring-color {
	syntax: "*";
	inherits: false;
}

@property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-ring-inset {
	syntax: "*";
	inherits: false;
}

@property --tw-ring-offset-width {
	syntax: "<length>";
	inherits: false;
	initial-value: 0px;
}

@property --tw-ring-offset-color {
	syntax: "*";
	inherits: false;
	initial-value: #fff;
}

@property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-blur {
	syntax: "*";
	inherits: false;
}

@property --tw-brightness {
	syntax: "*";
	inherits: false;
}

@property --tw-contrast {
	syntax: "*";
	inherits: false;
}

@property --tw-grayscale {
	syntax: "*";
	inherits: false;
}

@property --tw-hue-rotate {
	syntax: "*";
	inherits: false;
}

@property --tw-invert {
	syntax: "*";
	inherits: false;
}

@property --tw-opacity {
	syntax: "*";
	inherits: false;
}

@property --tw-saturate {
	syntax: "*";
	inherits: false;
}

@property --tw-sepia {
	syntax: "*";
	inherits: false;
}

@property --tw-drop-shadow {
	syntax: "*";
	inherits: false;
}

@property --tw-drop-shadow-color {
	syntax: "*";
	inherits: false;
}

@property --tw-drop-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%;
}

@property --tw-drop-shadow-size {
	syntax: "*";
	inherits: false;
}

@property --tw-duration {
	syntax: "*";
	inherits: false;
}

@property --tw-ease {
	syntax: "*";
	inherits: false;
}

@property --tw-content {
	syntax: "*";
	initial-value: "";
	inherits: false;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@layer properties {}

.bookly-css-root .bookly-calendar-overlay.svelte-1ug41q9 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .1);
	z-index: 2;
	cursor: wait;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
	content: "";
}

.bi-alarm-fill::before {
	content: "";
}

.bi-alarm::before {
	content: "";
}

.bi-align-bottom::before {
	content: "";
}

.bi-align-center::before {
	content: "";
}

.bi-align-end::before {
	content: "";
}

.bi-align-middle::before {
	content: "";
}

.bi-align-start::before {
	content: "";
}

.bi-align-top::before {
	content: "";
}

.bi-alt::before {
	content: "";
}

.bi-app-indicator::before {
	content: "";
}

.bi-app::before {
	content: "";
}

.bi-archive-fill::before {
	content: "";
}

.bi-archive::before {
	content: "";
}

.bi-arrow-90deg-down::before {
	content: "";
}

.bi-arrow-90deg-left::before {
	content: "";
}

.bi-arrow-90deg-right::before {
	content: "";
}

.bi-arrow-90deg-up::before {
	content: "";
}

.bi-arrow-bar-down::before {
	content: "";
}

.bi-arrow-bar-left::before {
	content: "";
}

.bi-arrow-bar-right::before {
	content: "";
}

.bi-arrow-bar-up::before {
	content: "";
}

.bi-arrow-clockwise::before {
	content: "";
}

.bi-arrow-counterclockwise::before {
	content: "";
}

.bi-arrow-down-circle-fill::before {
	content: "";
}

.bi-arrow-down-circle::before {
	content: "";
}

.bi-arrow-down-left-circle-fill::before {
	content: "";
}

.bi-arrow-down-left-circle::before {
	content: "";
}

.bi-arrow-down-left-square-fill::before {
	content: "";
}

.bi-arrow-down-left-square::before {
	content: "";
}

.bi-arrow-down-left::before {
	content: "";
}

.bi-arrow-down-right-circle-fill::before {
	content: "";
}

.bi-arrow-down-right-circle::before {
	content: "";
}

.bi-arrow-down-right-square-fill::before {
	content: "";
}

.bi-arrow-down-right-square::before {
	content: "";
}

.bi-arrow-down-right::before {
	content: "";
}

.bi-arrow-down-short::before {
	content: "";
}

.bi-arrow-down-square-fill::before {
	content: "";
}

.bi-arrow-down-square::before {
	content: "";
}

.bi-arrow-down-up::before {
	content: "";
}

.bi-arrow-down::before {
	content: "";
}

.bi-arrow-left-circle-fill::before {
	content: "";
}

.bi-arrow-left-circle::before {
	content: "";
}

.bi-arrow-left-right::before {
	content: "";
}

.bi-arrow-left-short::before {
	content: "";
}

.bi-arrow-left-square-fill::before {
	content: "";
}

.bi-arrow-left-square::before {
	content: "";
}

.bi-arrow-left::before {
	content: "";
}

.bi-arrow-repeat::before {
	content: "";
}

.bi-arrow-return-left::before {
	content: "";
}

.bi-arrow-return-right::before {
	content: "";
}

.bi-arrow-right-circle-fill::before {
	content: "";
}

.bi-arrow-right-circle::before {
	content: "";
}

.bi-arrow-right-short::before {
	content: "";
}

.bi-arrow-right-square-fill::before {
	content: "";
}

.bi-arrow-right-square::before {
	content: "";
}

.bi-arrow-right::before {
	content: "";
}

.bi-arrow-up-circle-fill::before {
	content: "";
}

.bi-arrow-up-circle::before {
	content: "";
}

.bi-arrow-up-left-circle-fill::before {
	content: "";
}

.bi-arrow-up-left-circle::before {
	content: "";
}

.bi-arrow-up-left-square-fill::before {
	content: "";
}

.bi-arrow-up-left-square::before {
	content: "";
}

.bi-arrow-up-left::before {
	content: "";
}

.bi-arrow-up-right-circle-fill::before {
	content: "";
}

.bi-arrow-up-right-circle::before {
	content: "";
}

.bi-arrow-up-right-square-fill::before {
	content: "";
}

.bi-arrow-up-right-square::before {
	content: "";
}

.bi-arrow-up-right::before {
	content: "";
}

.bi-arrow-up-short::before {
	content: "";
}

.bi-arrow-up-square-fill::before {
	content: "";
}

.bi-arrow-up-square::before {
	content: "";
}

.bi-arrow-up::before {
	content: "";
}

.bi-arrows-angle-contract::before {
	content: "";
}

.bi-arrows-angle-expand::before {
	content: "";
}

.bi-arrows-collapse::before {
	content: "";
}

.bi-arrows-expand::before {
	content: "";
}

.bi-arrows-fullscreen::before {
	content: "";
}

.bi-arrows-move::before {
	content: "";
}

.bi-aspect-ratio-fill::before {
	content: "";
}

.bi-aspect-ratio::before {
	content: "";
}

.bi-asterisk::before {
	content: "";
}

.bi-at::before {
	content: "";
}

.bi-award-fill::before {
	content: "";
}

.bi-award::before {
	content: "";
}

.bi-back::before {
	content: "";
}

.bi-backspace-fill::before {
	content: "";
}

.bi-backspace-reverse-fill::before {
	content: "";
}

.bi-backspace-reverse::before {
	content: "";
}

.bi-backspace::before {
	content: "";
}

.bi-badge-3d-fill::before {
	content: "";
}

.bi-badge-3d::before {
	content: "";
}

.bi-badge-4k-fill::before {
	content: "";
}

.bi-badge-4k::before {
	content: "";
}

.bi-badge-8k-fill::before {
	content: "";
}

.bi-badge-8k::before {
	content: "";
}

.bi-badge-ad-fill::before {
	content: "";
}

.bi-badge-ad::before {
	content: "";
}

.bi-badge-ar-fill::before {
	content: "";
}

.bi-badge-ar::before {
	content: "";
}

.bi-badge-cc-fill::before {
	content: "";
}

.bi-badge-cc::before {
	content: "";
}

.bi-badge-hd-fill::before {
	content: "";
}

.bi-badge-hd::before {
	content: "";
}

.bi-badge-tm-fill::before {
	content: "";
}

.bi-badge-tm::before {
	content: "";
}

.bi-badge-vo-fill::before {
	content: "";
}

.bi-badge-vo::before {
	content: "";
}

.bi-badge-vr-fill::before {
	content: "";
}

.bi-badge-vr::before {
	content: "";
}

.bi-badge-wc-fill::before {
	content: "";
}

.bi-badge-wc::before {
	content: "";
}

.bi-bag-check-fill::before {
	content: "";
}

.bi-bag-check::before {
	content: "";
}

.bi-bag-dash-fill::before {
	content: "";
}

.bi-bag-dash::before {
	content: "";
}

.bi-bag-fill::before {
	content: "";
}

.bi-bag-plus-fill::before {
	content: "";
}

.bi-bag-plus::before {
	content: "";
}

.bi-bag-x-fill::before {
	content: "";
}

.bi-bag-x::before {
	content: "";
}

.bi-bag::before {
	content: "";
}

.bi-bar-chart-fill::before {
	content: "";
}

.bi-bar-chart-line-fill::before {
	content: "";
}

.bi-bar-chart-line::before {
	content: "";
}

.bi-bar-chart-steps::before {
	content: "";
}

.bi-bar-chart::before {
	content: "";
}

.bi-basket-fill::before {
	content: "";
}

.bi-basket::before {
	content: "";
}

.bi-basket2-fill::before {
	content: "";
}

.bi-basket2::before {
	content: "";
}

.bi-basket3-fill::before {
	content: "";
}

.bi-basket3::before {
	content: "";
}

.bi-battery-charging::before {
	content: "";
}

.bi-battery-full::before {
	content: "";
}

.bi-battery-half::before {
	content: "";
}

.bi-battery::before {
	content: "";
}

.bi-bell-fill::before {
	content: "";
}

.bi-bell::before {
	content: "";
}

.bi-bezier::before {
	content: "";
}

.bi-bezier2::before {
	content: "";
}

.bi-bicycle::before {
	content: "";
}

.bi-binoculars-fill::before {
	content: "";
}

.bi-binoculars::before {
	content: "";
}

.bi-blockquote-left::before {
	content: "";
}

.bi-blockquote-right::before {
	content: "";
}

.bi-book-fill::before {
	content: "";
}

.bi-book-half::before {
	content: "";
}

.bi-book::before {
	content: "";
}

.bi-bookmark-check-fill::before {
	content: "";
}

.bi-bookmark-check::before {
	content: "";
}

.bi-bookmark-dash-fill::before {
	content: "";
}

.bi-bookmark-dash::before {
	content: "";
}

.bi-bookmark-fill::before {
	content: "";
}

.bi-bookmark-heart-fill::before {
	content: "";
}

.bi-bookmark-heart::before {
	content: "";
}

.bi-bookmark-plus-fill::before {
	content: "";
}

.bi-bookmark-plus::before {
	content: "";
}

.bi-bookmark-star-fill::before {
	content: "";
}

.bi-bookmark-star::before {
	content: "";
}

.bi-bookmark-x-fill::before {
	content: "";
}

.bi-bookmark-x::before {
	content: "";
}

.bi-bookmark::before {
	content: "";
}

.bi-bookmarks-fill::before {
	content: "";
}

.bi-bookmarks::before {
	content: "";
}

.bi-bookshelf::before {
	content: "";
}

.bi-bootstrap-fill::before {
	content: "";
}

.bi-bootstrap-reboot::before {
	content: "";
}

.bi-bootstrap::before {
	content: "";
}

.bi-border-all::before {
	content: "";
}

.bi-border-bottom::before {
	content: "";
}

.bi-border-center::before {
	content: "";
}

.bi-border-inner::before {
	content: "";
}

.bi-border-left::before {
	content: "";
}

.bi-border-middle::before {
	content: "";
}

.bi-border-outer::before {
	content: "";
}

.bi-border-right::before {
	content: "";
}

.bi-border-style::before {
	content: "";
}

.bi-border-top::before {
	content: "";
}

.bi-border-width::before {
	content: "";
}

.bi-border::before {
	content: "";
}

.bi-bounding-box-circles::before {
	content: "";
}

.bi-bounding-box::before {
	content: "";
}

.bi-box-arrow-down-left::before {
	content: "";
}

.bi-box-arrow-down-right::before {
	content: "";
}

.bi-box-arrow-down::before {
	content: "";
}

.bi-box-arrow-in-down-left::before {
	content: "";
}

.bi-box-arrow-in-down-right::before {
	content: "";
}

.bi-box-arrow-in-down::before {
	content: "";
}

.bi-box-arrow-in-left::before {
	content: "";
}

.bi-box-arrow-in-right::before {
	content: "";
}

.bi-box-arrow-in-up-left::before {
	content: "";
}

.bi-box-arrow-in-up-right::before {
	content: "";
}

.bi-box-arrow-in-up::before {
	content: "";
}

.bi-box-arrow-left::before {
	content: "";
}

.bi-box-arrow-right::before {
	content: "";
}

.bi-box-arrow-up-left::before {
	content: "";
}

.bi-box-arrow-up-right::before {
	content: "";
}

.bi-box-arrow-up::before {
	content: "";
}

.bi-box-seam::before {
	content: "";
}

.bi-box::before {
	content: "";
}

.bi-braces::before {
	content: "";
}

.bi-bricks::before {
	content: "";
}

.bi-briefcase-fill::before {
	content: "";
}

.bi-briefcase::before {
	content: "";
}

.bi-brightness-alt-high-fill::before {
	content: "";
}

.bi-brightness-alt-high::before {
	content: "";
}

.bi-brightness-alt-low-fill::before {
	content: "";
}

.bi-brightness-alt-low::before {
	content: "";
}

.bi-brightness-high-fill::before {
	content: "";
}

.bi-brightness-high::before {
	content: "";
}

.bi-brightness-low-fill::before {
	content: "";
}

.bi-brightness-low::before {
	content: "";
}

.bi-broadcast-pin::before {
	content: "";
}

.bi-broadcast::before {
	content: "";
}

.bi-brush-fill::before {
	content: "";
}

.bi-brush::before {
	content: "";
}

.bi-bucket-fill::before {
	content: "";
}

.bi-bucket::before {
	content: "";
}

.bi-bug-fill::before {
	content: "";
}

.bi-bug::before {
	content: "";
}

.bi-building::before {
	content: "";
}

.bi-bullseye::before {
	content: "";
}

.bi-calculator-fill::before {
	content: "";
}

.bi-calculator::before {
	content: "";
}

.bi-calendar-check-fill::before {
	content: "";
}

.bi-calendar-check::before {
	content: "";
}

.bi-calendar-date-fill::before {
	content: "";
}

.bi-calendar-date::before {
	content: "";
}

.bi-calendar-day-fill::before {
	content: "";
}

.bi-calendar-day::before {
	content: "";
}

.bi-calendar-event-fill::before {
	content: "";
}

.bi-calendar-event::before {
	content: "";
}

.bi-calendar-fill::before {
	content: "";
}

.bi-calendar-minus-fill::before {
	content: "";
}

.bi-calendar-minus::before {
	content: "";
}

.bi-calendar-month-fill::before {
	content: "";
}

.bi-calendar-month::before {
	content: "";
}

.bi-calendar-plus-fill::before {
	content: "";
}

.bi-calendar-plus::before {
	content: "";
}

.bi-calendar-range-fill::before {
	content: "";
}

.bi-calendar-range::before {
	content: "";
}

.bi-calendar-week-fill::before {
	content: "";
}

.bi-calendar-week::before {
	content: "";
}

.bi-calendar-x-fill::before {
	content: "";
}

.bi-calendar-x::before {
	content: "";
}

.bi-calendar::before {
	content: "";
}

.bi-calendar2-check-fill::before {
	content: "";
}

.bi-calendar2-check::before {
	content: "";
}

.bi-calendar2-date-fill::before {
	content: "";
}

.bi-calendar2-date::before {
	content: "";
}

.bi-calendar2-day-fill::before {
	content: "";
}

.bi-calendar2-day::before {
	content: "";
}

.bi-calendar2-event-fill::before {
	content: "";
}

.bi-calendar2-event::before {
	content: "";
}

.bi-calendar2-fill::before {
	content: "";
}

.bi-calendar2-minus-fill::before {
	content: "";
}

.bi-calendar2-minus::before {
	content: "";
}

.bi-calendar2-month-fill::before {
	content: "";
}

.bi-calendar2-month::before {
	content: "";
}

.bi-calendar2-plus-fill::before {
	content: "";
}

.bi-calendar2-plus::before {
	content: "";
}

.bi-calendar2-range-fill::before {
	content: "";
}

.bi-calendar2-range::before {
	content: "";
}

.bi-calendar2-week-fill::before {
	content: "";
}

.bi-calendar2-week::before {
	content: "";
}

.bi-calendar2-x-fill::before {
	content: "";
}

.bi-calendar2-x::before {
	content: "";
}

.bi-calendar2::before {
	content: "";
}

.bi-calendar3-event-fill::before {
	content: "";
}

.bi-calendar3-event::before {
	content: "";
}

.bi-calendar3-fill::before {
	content: "";
}

.bi-calendar3-range-fill::before {
	content: "";
}

.bi-calendar3-range::before {
	content: "";
}

.bi-calendar3-week-fill::before {
	content: "";
}

.bi-calendar3-week::before {
	content: "";
}

.bi-calendar3::before {
	content: "";
}

.bi-calendar4-event::before {
	content: "";
}

.bi-calendar4-range::before {
	content: "";
}

.bi-calendar4-week::before {
	content: "";
}

.bi-calendar4::before {
	content: "";
}

.bi-camera-fill::before {
	content: "";
}

.bi-camera-reels-fill::before {
	content: "";
}

.bi-camera-reels::before {
	content: "";
}

.bi-camera-video-fill::before {
	content: "";
}

.bi-camera-video-off-fill::before {
	content: "";
}

.bi-camera-video-off::before {
	content: "";
}

.bi-camera-video::before {
	content: "";
}

.bi-camera::before {
	content: "";
}

.bi-camera2::before {
	content: "";
}

.bi-capslock-fill::before {
	content: "";
}

.bi-capslock::before {
	content: "";
}

.bi-card-checklist::before {
	content: "";
}

.bi-card-heading::before {
	content: "";
}

.bi-card-image::before {
	content: "";
}

.bi-card-list::before {
	content: "";
}

.bi-card-text::before {
	content: "";
}

.bi-caret-down-fill::before {
	content: "";
}

.bi-caret-down-square-fill::before {
	content: "";
}

.bi-caret-down-square::before {
	content: "";
}

.bi-caret-down::before {
	content: "";
}

.bi-caret-left-fill::before {
	content: "";
}

.bi-caret-left-square-fill::before {
	content: "";
}

.bi-caret-left-square::before {
	content: "";
}

.bi-caret-left::before {
	content: "";
}

.bi-caret-right-fill::before {
	content: "";
}

.bi-caret-right-square-fill::before {
	content: "";
}

.bi-caret-right-square::before {
	content: "";
}

.bi-caret-right::before {
	content: "";
}

.bi-caret-up-fill::before {
	content: "";
}

.bi-caret-up-square-fill::before {
	content: "";
}

.bi-caret-up-square::before {
	content: "";
}

.bi-caret-up::before {
	content: "";
}

.bi-cart-check-fill::before {
	content: "";
}

.bi-cart-check::before {
	content: "";
}

.bi-cart-dash-fill::before {
	content: "";
}

.bi-cart-dash::before {
	content: "";
}

.bi-cart-fill::before {
	content: "";
}

.bi-cart-plus-fill::before {
	content: "";
}

.bi-cart-plus::before {
	content: "";
}

.bi-cart-x-fill::before {
	content: "";
}

.bi-cart-x::before {
	content: "";
}

.bi-cart::before {
	content: "";
}

.bi-cart2::before {
	content: "";
}

.bi-cart3::before {
	content: "";
}

.bi-cart4::before {
	content: "";
}

.bi-cash-stack::before {
	content: "";
}

.bi-cash::before {
	content: "";
}

.bi-cast::before {
	content: "";
}

.bi-chat-dots-fill::before {
	content: "";
}

.bi-chat-dots::before {
	content: "";
}

.bi-chat-fill::before {
	content: "";
}

.bi-chat-left-dots-fill::before {
	content: "";
}

.bi-chat-left-dots::before {
	content: "";
}

.bi-chat-left-fill::before {
	content: "";
}

.bi-chat-left-quote-fill::before {
	content: "";
}

.bi-chat-left-quote::before {
	content: "";
}

.bi-chat-left-text-fill::before {
	content: "";
}

.bi-chat-left-text::before {
	content: "";
}

.bi-chat-left::before {
	content: "";
}

.bi-chat-quote-fill::before {
	content: "";
}

.bi-chat-quote::before {
	content: "";
}

.bi-chat-right-dots-fill::before {
	content: "";
}

.bi-chat-right-dots::before {
	content: "";
}

.bi-chat-right-fill::before {
	content: "";
}

.bi-chat-right-quote-fill::before {
	content: "";
}

.bi-chat-right-quote::before {
	content: "";
}

.bi-chat-right-text-fill::before {
	content: "";
}

.bi-chat-right-text::before {
	content: "";
}

.bi-chat-right::before {
	content: "";
}

.bi-chat-square-dots-fill::before {
	content: "";
}

.bi-chat-square-dots::before {
	content: "";
}

.bi-chat-square-fill::before {
	content: "";
}

.bi-chat-square-quote-fill::before {
	content: "";
}

.bi-chat-square-quote::before {
	content: "";
}

.bi-chat-square-text-fill::before {
	content: "";
}

.bi-chat-square-text::before {
	content: "";
}

.bi-chat-square::before {
	content: "";
}

.bi-chat-text-fill::before {
	content: "";
}

.bi-chat-text::before {
	content: "";
}

.bi-chat::before {
	content: "";
}

.bi-check-all::before {
	content: "";
}

.bi-check-circle-fill::before {
	content: "";
}

.bi-check-circle::before {
	content: "";
}

.bi-check-square-fill::before {
	content: "";
}

.bi-check-square::before {
	content: "";
}

.bi-check::before {
	content: "";
}

.bi-check2-all::before {
	content: "";
}

.bi-check2-circle::before {
	content: "";
}

.bi-check2-square::before {
	content: "";
}

.bi-check2::before {
	content: "";
}

.bi-chevron-bar-contract::before {
	content: "";
}

.bi-chevron-bar-down::before {
	content: "";
}

.bi-chevron-bar-expand::before {
	content: "";
}

.bi-chevron-bar-left::before {
	content: "";
}

.bi-chevron-bar-right::before {
	content: "";
}

.bi-chevron-bar-up::before {
	content: "";
}

.bi-chevron-compact-down::before {
	content: "";
}

.bi-chevron-compact-left::before {
	content: "";
}

.bi-chevron-compact-right::before {
	content: "";
}

.bi-chevron-compact-up::before {
	content: "";
}

.bi-chevron-contract::before {
	content: "";
}

.bi-chevron-double-down::before {
	content: "";
}

.bi-chevron-double-left::before {
	content: "";
}

.bi-chevron-double-right::before {
	content: "";
}

.bi-chevron-double-up::before {
	content: "";
}

.bi-chevron-down::before {
	content: "";
}

.bi-chevron-expand::before {
	content: "";
}

.bi-chevron-left::before {
	content: "";
}

.bi-chevron-right::before {
	content: "";
}

.bi-chevron-up::before {
	content: "";
}

.bi-circle-fill::before {
	content: "";
}

.bi-circle-half::before {
	content: "";
}

.bi-circle-square::before {
	content: "";
}

.bi-circle::before {
	content: "";
}

.bi-clipboard-check::before {
	content: "";
}

.bi-clipboard-data::before {
	content: "";
}

.bi-clipboard-minus::before {
	content: "";
}

.bi-clipboard-plus::before {
	content: "";
}

.bi-clipboard-x::before {
	content: "";
}

.bi-clipboard::before {
	content: "";
}

.bi-clock-fill::before {
	content: "";
}

.bi-clock-history::before {
	content: "";
}

.bi-clock::before {
	content: "";
}

.bi-cloud-arrow-down-fill::before {
	content: "";
}

.bi-cloud-arrow-down::before {
	content: "";
}

.bi-cloud-arrow-up-fill::before {
	content: "";
}

.bi-cloud-arrow-up::before {
	content: "";
}

.bi-cloud-check-fill::before {
	content: "";
}

.bi-cloud-check::before {
	content: "";
}

.bi-cloud-download-fill::before {
	content: "";
}

.bi-cloud-download::before {
	content: "";
}

.bi-cloud-drizzle-fill::before {
	content: "";
}

.bi-cloud-drizzle::before {
	content: "";
}

.bi-cloud-fill::before {
	content: "";
}

.bi-cloud-fog-fill::before {
	content: "";
}

.bi-cloud-fog::before {
	content: "";
}

.bi-cloud-fog2-fill::before {
	content: "";
}

.bi-cloud-fog2::before {
	content: "";
}

.bi-cloud-hail-fill::before {
	content: "";
}

.bi-cloud-hail::before {
	content: "";
}

.bi-cloud-haze-fill::before {
	content: "";
}

.bi-cloud-haze::before {
	content: "";
}

.bi-cloud-haze2-fill::before {
	content: "";
}

.bi-cloud-lightning-fill::before {
	content: "";
}

.bi-cloud-lightning-rain-fill::before {
	content: "";
}

.bi-cloud-lightning-rain::before {
	content: "";
}

.bi-cloud-lightning::before {
	content: "";
}

.bi-cloud-minus-fill::before {
	content: "";
}

.bi-cloud-minus::before {
	content: "";
}

.bi-cloud-moon-fill::before {
	content: "";
}

.bi-cloud-moon::before {
	content: "";
}

.bi-cloud-plus-fill::before {
	content: "";
}

.bi-cloud-plus::before {
	content: "";
}

.bi-cloud-rain-fill::before {
	content: "";
}

.bi-cloud-rain-heavy-fill::before {
	content: "";
}

.bi-cloud-rain-heavy::before {
	content: "";
}

.bi-cloud-rain::before {
	content: "";
}

.bi-cloud-slash-fill::before {
	content: "";
}

.bi-cloud-slash::before {
	content: "";
}

.bi-cloud-sleet-fill::before {
	content: "";
}

.bi-cloud-sleet::before {
	content: "";
}

.bi-cloud-snow-fill::before {
	content: "";
}

.bi-cloud-snow::before {
	content: "";
}

.bi-cloud-sun-fill::before {
	content: "";
}

.bi-cloud-sun::before {
	content: "";
}

.bi-cloud-upload-fill::before {
	content: "";
}

.bi-cloud-upload::before {
	content: "";
}

.bi-cloud::before {
	content: "";
}

.bi-clouds-fill::before {
	content: "";
}

.bi-clouds::before {
	content: "";
}

.bi-cloudy-fill::before {
	content: "";
}

.bi-cloudy::before {
	content: "";
}

.bi-code-slash::before {
	content: "";
}

.bi-code-square::before {
	content: "";
}

.bi-code::before {
	content: "";
}

.bi-collection-fill::before {
	content: "";
}

.bi-collection-play-fill::before {
	content: "";
}

.bi-collection-play::before {
	content: "";
}

.bi-collection::before {
	content: "";
}

.bi-columns-gap::before {
	content: "";
}

.bi-columns::before {
	content: "";
}

.bi-command::before {
	content: "";
}

.bi-compass-fill::before {
	content: "";
}

.bi-compass::before {
	content: "";
}

.bi-cone-striped::before {
	content: "";
}

.bi-cone::before {
	content: "";
}

.bi-controller::before {
	content: "";
}

.bi-cpu-fill::before {
	content: "";
}

.bi-cpu::before {
	content: "";
}

.bi-credit-card-2-back-fill::before {
	content: "";
}

.bi-credit-card-2-back::before {
	content: "";
}

.bi-credit-card-2-front-fill::before {
	content: "";
}

.bi-credit-card-2-front::before {
	content: "";
}

.bi-credit-card-fill::before {
	content: "";
}

.bi-credit-card::before {
	content: "";
}

.bi-crop::before {
	content: "";
}

.bi-cup-fill::before {
	content: "";
}

.bi-cup-straw::before {
	content: "";
}

.bi-cup::before {
	content: "";
}

.bi-cursor-fill::before {
	content: "";
}

.bi-cursor-text::before {
	content: "";
}

.bi-cursor::before {
	content: "";
}

.bi-dash-circle-dotted::before {
	content: "";
}

.bi-dash-circle-fill::before {
	content: "";
}

.bi-dash-circle::before {
	content: "";
}

.bi-dash-square-dotted::before {
	content: "";
}

.bi-dash-square-fill::before {
	content: "";
}

.bi-dash-square::before {
	content: "";
}

.bi-dash::before {
	content: "";
}

.bi-diagram-2-fill::before {
	content: "";
}

.bi-diagram-2::before {
	content: "";
}

.bi-diagram-3-fill::before {
	content: "";
}

.bi-diagram-3::before {
	content: "";
}

.bi-diamond-fill::before {
	content: "";
}

.bi-diamond-half::before {
	content: "";
}

.bi-diamond::before {
	content: "";
}

.bi-dice-1-fill::before {
	content: "";
}

.bi-dice-1::before {
	content: "";
}

.bi-dice-2-fill::before {
	content: "";
}

.bi-dice-2::before {
	content: "";
}

.bi-dice-3-fill::before {
	content: "";
}

.bi-dice-3::before {
	content: "";
}

.bi-dice-4-fill::before {
	content: "";
}

.bi-dice-4::before {
	content: "";
}

.bi-dice-5-fill::before {
	content: "";
}

.bi-dice-5::before {
	content: "";
}

.bi-dice-6-fill::before {
	content: "";
}

.bi-dice-6::before {
	content: "";
}

.bi-disc-fill::before {
	content: "";
}

.bi-disc::before {
	content: "";
}

.bi-discord::before {
	content: "";
}

.bi-display-fill::before {
	content: "";
}

.bi-display::before {
	content: "";
}

.bi-distribute-horizontal::before {
	content: "";
}

.bi-distribute-vertical::before {
	content: "";
}

.bi-door-closed-fill::before {
	content: "";
}

.bi-door-closed::before {
	content: "";
}

.bi-door-open-fill::before {
	content: "";
}

.bi-door-open::before {
	content: "";
}

.bi-dot::before {
	content: "";
}

.bi-download::before {
	content: "";
}

.bi-droplet-fill::before {
	content: "";
}

.bi-droplet-half::before {
	content: "";
}

.bi-droplet::before {
	content: "";
}

.bi-earbuds::before {
	content: "";
}

.bi-easel-fill::before {
	content: "";
}

.bi-easel::before {
	content: "";
}

.bi-egg-fill::before {
	content: "";
}

.bi-egg-fried::before {
	content: "";
}

.bi-egg::before {
	content: "";
}

.bi-eject-fill::before {
	content: "";
}

.bi-eject::before {
	content: "";
}

.bi-emoji-angry-fill::before {
	content: "";
}

.bi-emoji-angry::before {
	content: "";
}

.bi-emoji-dizzy-fill::before {
	content: "";
}

.bi-emoji-dizzy::before {
	content: "";
}

.bi-emoji-expressionless-fill::before {
	content: "";
}

.bi-emoji-expressionless::before {
	content: "";
}

.bi-emoji-frown-fill::before {
	content: "";
}

.bi-emoji-frown::before {
	content: "";
}

.bi-emoji-heart-eyes-fill::before {
	content: "";
}

.bi-emoji-heart-eyes::before {
	content: "";
}

.bi-emoji-laughing-fill::before {
	content: "";
}

.bi-emoji-laughing::before {
	content: "";
}

.bi-emoji-neutral-fill::before {
	content: "";
}

.bi-emoji-neutral::before {
	content: "";
}

.bi-emoji-smile-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down::before {
	content: "";
}

.bi-emoji-smile::before {
	content: "";
}

.bi-emoji-sunglasses-fill::before {
	content: "";
}

.bi-emoji-sunglasses::before {
	content: "";
}

.bi-emoji-wink-fill::before {
	content: "";
}

.bi-emoji-wink::before {
	content: "";
}

.bi-envelope-fill::before {
	content: "";
}

.bi-envelope-open-fill::before {
	content: "";
}

.bi-envelope-open::before {
	content: "";
}

.bi-envelope::before {
	content: "";
}

.bi-eraser-fill::before {
	content: "";
}

.bi-eraser::before {
	content: "";
}

.bi-exclamation-circle-fill::before {
	content: "";
}

.bi-exclamation-circle::before {
	content: "";
}

.bi-exclamation-diamond-fill::before {
	content: "";
}

.bi-exclamation-diamond::before {
	content: "";
}

.bi-exclamation-octagon-fill::before {
	content: "";
}

.bi-exclamation-octagon::before {
	content: "";
}

.bi-exclamation-square-fill::before {
	content: "";
}

.bi-exclamation-square::before {
	content: "";
}

.bi-exclamation-triangle-fill::before {
	content: "";
}

.bi-exclamation-triangle::before {
	content: "";
}

.bi-exclamation::before {
	content: "";
}

.bi-exclude::before {
	content: "";
}

.bi-eye-fill::before {
	content: "";
}

.bi-eye-slash-fill::before {
	content: "";
}

.bi-eye-slash::before {
	content: "";
}

.bi-eye::before {
	content: "";
}

.bi-eyedropper::before {
	content: "";
}

.bi-eyeglasses::before {
	content: "";
}

.bi-facebook::before {
	content: "";
}

.bi-file-arrow-down-fill::before {
	content: "";
}

.bi-file-arrow-down::before {
	content: "";
}

.bi-file-arrow-up-fill::before {
	content: "";
}

.bi-file-arrow-up::before {
	content: "";
}

.bi-file-bar-graph-fill::before {
	content: "";
}

.bi-file-bar-graph::before {
	content: "";
}

.bi-file-binary-fill::before {
	content: "";
}

.bi-file-binary::before {
	content: "";
}

.bi-file-break-fill::before {
	content: "";
}

.bi-file-break::before {
	content: "";
}

.bi-file-check-fill::before {
	content: "";
}

.bi-file-check::before {
	content: "";
}

.bi-file-code-fill::before {
	content: "";
}

.bi-file-code::before {
	content: "";
}

.bi-file-diff-fill::before {
	content: "";
}

.bi-file-diff::before {
	content: "";
}

.bi-file-earmark-arrow-down-fill::before {
	content: "";
}

.bi-file-earmark-arrow-down::before {
	content: "";
}

.bi-file-earmark-arrow-up-fill::before {
	content: "";
}

.bi-file-earmark-arrow-up::before {
	content: "";
}

.bi-file-earmark-bar-graph-fill::before {
	content: "";
}

.bi-file-earmark-bar-graph::before {
	content: "";
}

.bi-file-earmark-binary-fill::before {
	content: "";
}

.bi-file-earmark-binary::before {
	content: "";
}

.bi-file-earmark-break-fill::before {
	content: "";
}

.bi-file-earmark-break::before {
	content: "";
}

.bi-file-earmark-check-fill::before {
	content: "";
}

.bi-file-earmark-check::before {
	content: "";
}

.bi-file-earmark-code-fill::before {
	content: "";
}

.bi-file-earmark-code::before {
	content: "";
}

.bi-file-earmark-diff-fill::before {
	content: "";
}

.bi-file-earmark-diff::before {
	content: "";
}

.bi-file-earmark-easel-fill::before {
	content: "";
}

.bi-file-earmark-easel::before {
	content: "";
}

.bi-file-earmark-excel-fill::before {
	content: "";
}

.bi-file-earmark-excel::before {
	content: "";
}

.bi-file-earmark-fill::before {
	content: "";
}

.bi-file-earmark-font-fill::before {
	content: "";
}

.bi-file-earmark-font::before {
	content: "";
}

.bi-file-earmark-image-fill::before {
	content: "";
}

.bi-file-earmark-image::before {
	content: "";
}

.bi-file-earmark-lock-fill::before {
	content: "";
}

.bi-file-earmark-lock::before {
	content: "";
}

.bi-file-earmark-lock2-fill::before {
	content: "";
}

.bi-file-earmark-lock2::before {
	content: "";
}

.bi-file-earmark-medical-fill::before {
	content: "";
}

.bi-file-earmark-medical::before {
	content: "";
}

.bi-file-earmark-minus-fill::before {
	content: "";
}

.bi-file-earmark-minus::before {
	content: "";
}

.bi-file-earmark-music-fill::before {
	content: "";
}

.bi-file-earmark-music::before {
	content: "";
}

.bi-file-earmark-person-fill::before {
	content: "";
}

.bi-file-earmark-person::before {
	content: "";
}

.bi-file-earmark-play-fill::before {
	content: "";
}

.bi-file-earmark-play::before {
	content: "";
}

.bi-file-earmark-plus-fill::before {
	content: "";
}

.bi-file-earmark-plus::before {
	content: "";
}

.bi-file-earmark-post-fill::before {
	content: "";
}

.bi-file-earmark-post::before {
	content: "";
}

.bi-file-earmark-ppt-fill::before {
	content: "";
}

.bi-file-earmark-ppt::before {
	content: "";
}

.bi-file-earmark-richtext-fill::before {
	content: "";
}

.bi-file-earmark-richtext::before {
	content: "";
}

.bi-file-earmark-ruled-fill::before {
	content: "";
}

.bi-file-earmark-ruled::before {
	content: "";
}

.bi-file-earmark-slides-fill::before {
	content: "";
}

.bi-file-earmark-slides::before {
	content: "";
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "";
}

.bi-file-earmark-spreadsheet::before {
	content: "";
}

.bi-file-earmark-text-fill::before {
	content: "";
}

.bi-file-earmark-text::before {
	content: "";
}

.bi-file-earmark-word-fill::before {
	content: "";
}

.bi-file-earmark-word::before {
	content: "";
}

.bi-file-earmark-x-fill::before {
	content: "";
}

.bi-file-earmark-x::before {
	content: "";
}

.bi-file-earmark-zip-fill::before {
	content: "";
}

.bi-file-earmark-zip::before {
	content: "";
}

.bi-file-earmark::before {
	content: "";
}

.bi-file-easel-fill::before {
	content: "";
}

.bi-file-easel::before {
	content: "";
}

.bi-file-excel-fill::before {
	content: "";
}

.bi-file-excel::before {
	content: "";
}

.bi-file-fill::before {
	content: "";
}

.bi-file-font-fill::before {
	content: "";
}

.bi-file-font::before {
	content: "";
}

.bi-file-image-fill::before {
	content: "";
}

.bi-file-image::before {
	content: "";
}

.bi-file-lock-fill::before {
	content: "";
}

.bi-file-lock::before {
	content: "";
}

.bi-file-lock2-fill::before {
	content: "";
}

.bi-file-lock2::before {
	content: "";
}

.bi-file-medical-fill::before {
	content: "";
}

.bi-file-medical::before {
	content: "";
}

.bi-file-minus-fill::before {
	content: "";
}

.bi-file-minus::before {
	content: "";
}

.bi-file-music-fill::before {
	content: "";
}

.bi-file-music::before {
	content: "";
}

.bi-file-person-fill::before {
	content: "";
}

.bi-file-person::before {
	content: "";
}

.bi-file-play-fill::before {
	content: "";
}

.bi-file-play::before {
	content: "";
}

.bi-file-plus-fill::before {
	content: "";
}

.bi-file-plus::before {
	content: "";
}

.bi-file-post-fill::before {
	content: "";
}

.bi-file-post::before {
	content: "";
}

.bi-file-ppt-fill::before {
	content: "";
}

.bi-file-ppt::before {
	content: "";
}

.bi-file-richtext-fill::before {
	content: "";
}

.bi-file-richtext::before {
	content: "";
}

.bi-file-ruled-fill::before {
	content: "";
}

.bi-file-ruled::before {
	content: "";
}

.bi-file-slides-fill::before {
	content: "";
}

.bi-file-slides::before {
	content: "";
}

.bi-file-spreadsheet-fill::before {
	content: "";
}

.bi-file-spreadsheet::before {
	content: "";
}

.bi-file-text-fill::before {
	content: "";
}

.bi-file-text::before {
	content: "";
}

.bi-file-word-fill::before {
	content: "";
}

.bi-file-word::before {
	content: "";
}

.bi-file-x-fill::before {
	content: "";
}

.bi-file-x::before {
	content: "";
}

.bi-file-zip-fill::before {
	content: "";
}

.bi-file-zip::before {
	content: "";
}

.bi-file::before {
	content: "";
}

.bi-files-alt::before {
	content: "";
}

.bi-files::before {
	content: "";
}

.bi-film::before {
	content: "";
}

.bi-filter-circle-fill::before {
	content: "";
}

.bi-filter-circle::before {
	content: "";
}

.bi-filter-left::before {
	content: "";
}

.bi-filter-right::before {
	content: "";
}

.bi-filter-square-fill::before {
	content: "";
}

.bi-filter-square::before {
	content: "";
}

.bi-filter::before {
	content: "";
}

.bi-flag-fill::before {
	content: "";
}

.bi-flag::before {
	content: "";
}

.bi-flower1::before {
	content: "";
}

.bi-flower2::before {
	content: "";
}

.bi-flower3::before {
	content: "";
}

.bi-folder-check::before {
	content: "";
}

.bi-folder-fill::before {
	content: "";
}

.bi-folder-minus::before {
	content: "";
}

.bi-folder-plus::before {
	content: "";
}

.bi-folder-symlink-fill::before {
	content: "";
}

.bi-folder-symlink::before {
	content: "";
}

.bi-folder-x::before {
	content: "";
}

.bi-folder::before {
	content: "";
}

.bi-folder2-open::before {
	content: "";
}

.bi-folder2::before {
	content: "";
}

.bi-fonts::before {
	content: "";
}

.bi-forward-fill::before {
	content: "";
}

.bi-forward::before {
	content: "";
}

.bi-front::before {
	content: "";
}

.bi-fullscreen-exit::before {
	content: "";
}

.bi-fullscreen::before {
	content: "";
}

.bi-funnel-fill::before {
	content: "";
}

.bi-funnel::before {
	content: "";
}

.bi-gear-fill::before {
	content: "";
}

.bi-gear-wide-connected::before {
	content: "";
}

.bi-gear-wide::before {
	content: "";
}

.bi-gear::before {
	content: "";
}

.bi-gem::before {
	content: "";
}

.bi-geo-alt-fill::before {
	content: "";
}

.bi-geo-alt::before {
	content: "";
}

.bi-geo-fill::before {
	content: "";
}

.bi-geo::before {
	content: "";
}

.bi-gift-fill::before {
	content: "";
}

.bi-gift::before {
	content: "";
}

.bi-github::before {
	content: "";
}

.bi-globe::before {
	content: "";
}

.bi-globe2::before {
	content: "";
}

.bi-google::before {
	content: "";
}

.bi-graph-down::before {
	content: "";
}

.bi-graph-up::before {
	content: "";
}

.bi-grid-1x2-fill::before {
	content: "";
}

.bi-grid-1x2::before {
	content: "";
}

.bi-grid-3x2-gap-fill::before {
	content: "";
}

.bi-grid-3x2-gap::before {
	content: "";
}

.bi-grid-3x2::before {
	content: "";
}

.bi-grid-3x3-gap-fill::before {
	content: "";
}

.bi-grid-3x3-gap::before {
	content: "";
}

.bi-grid-3x3::before {
	content: "";
}

.bi-grid-fill::before {
	content: "";
}

.bi-grid::before {
	content: "";
}

.bi-grip-horizontal::before {
	content: "";
}

.bi-grip-vertical::before {
	content: "";
}

.bi-hammer::before {
	content: "";
}

.bi-hand-index-fill::before {
	content: "";
}

.bi-hand-index-thumb-fill::before {
	content: "";
}

.bi-hand-index-thumb::before {
	content: "";
}

.bi-hand-index::before {
	content: "";
}

.bi-hand-thumbs-down-fill::before {
	content: "";
}

.bi-hand-thumbs-down::before {
	content: "";
}

.bi-hand-thumbs-up-fill::before {
	content: "";
}

.bi-hand-thumbs-up::before {
	content: "";
}

.bi-handbag-fill::before {
	content: "";
}

.bi-handbag::before {
	content: "";
}

.bi-hash::before {
	content: "";
}

.bi-hdd-fill::before {
	content: "";
}

.bi-hdd-network-fill::before {
	content: "";
}

.bi-hdd-network::before {
	content: "";
}

.bi-hdd-rack-fill::before {
	content: "";
}

.bi-hdd-rack::before {
	content: "";
}

.bi-hdd-stack-fill::before {
	content: "";
}

.bi-hdd-stack::before {
	content: "";
}

.bi-hdd::before {
	content: "";
}

.bi-headphones::before {
	content: "";
}

.bi-headset::before {
	content: "";
}

.bi-heart-fill::before {
	content: "";
}

.bi-heart-half::before {
	content: "";
}

.bi-heart::before {
	content: "";
}

.bi-heptagon-fill::before {
	content: "";
}

.bi-heptagon-half::before {
	content: "";
}

.bi-heptagon::before {
	content: "";
}

.bi-hexagon-fill::before {
	content: "";
}

.bi-hexagon-half::before {
	content: "";
}

.bi-hexagon::before {
	content: "";
}

.bi-hourglass-bottom::before {
	content: "";
}

.bi-hourglass-split::before {
	content: "";
}

.bi-hourglass-top::before {
	content: "";
}

.bi-hourglass::before {
	content: "";
}

.bi-house-door-fill::before {
	content: "";
}

.bi-house-door::before {
	content: "";
}

.bi-house-fill::before {
	content: "";
}

.bi-house::before {
	content: "";
}

.bi-hr::before {
	content: "";
}

.bi-hurricane::before {
	content: "";
}

.bi-image-alt::before {
	content: "";
}

.bi-image-fill::before {
	content: "";
}

.bi-image::before {
	content: "";
}

.bi-images::before {
	content: "";
}

.bi-inbox-fill::before {
	content: "";
}

.bi-inbox::before {
	content: "";
}

.bi-inboxes-fill::before {
	content: "";
}

.bi-inboxes::before {
	content: "";
}

.bi-info-circle-fill::before {
	content: "";
}

.bi-info-circle::before {
	content: "";
}

.bi-info-square-fill::before {
	content: "";
}

.bi-info-square::before {
	content: "";
}

.bi-info::before {
	content: "";
}

.bi-input-cursor-text::before {
	content: "";
}

.bi-input-cursor::before {
	content: "";
}

.bi-instagram::before {
	content: "";
}

.bi-intersect::before {
	content: "";
}

.bi-journal-album::before {
	content: "";
}

.bi-journal-arrow-down::before {
	content: "";
}

.bi-journal-arrow-up::before {
	content: "";
}

.bi-journal-bookmark-fill::before {
	content: "";
}

.bi-journal-bookmark::before {
	content: "";
}

.bi-journal-check::before {
	content: "";
}

.bi-journal-code::before {
	content: "";
}

.bi-journal-medical::before {
	content: "";
}

.bi-journal-minus::before {
	content: "";
}

.bi-journal-plus::before {
	content: "";
}

.bi-journal-richtext::before {
	content: "";
}

.bi-journal-text::before {
	content: "";
}

.bi-journal-x::before {
	content: "";
}

.bi-journal::before {
	content: "";
}

.bi-journals::before {
	content: "";
}

.bi-joystick::before {
	content: "";
}

.bi-justify-left::before {
	content: "";
}

.bi-justify-right::before {
	content: "";
}

.bi-justify::before {
	content: "";
}

.bi-kanban-fill::before {
	content: "";
}

.bi-kanban::before {
	content: "";
}

.bi-key-fill::before {
	content: "";
}

.bi-key::before {
	content: "";
}

.bi-keyboard-fill::before {
	content: "";
}

.bi-keyboard::before {
	content: "";
}

.bi-ladder::before {
	content: "";
}

.bi-lamp-fill::before {
	content: "";
}

.bi-lamp::before {
	content: "";
}

.bi-laptop-fill::before {
	content: "";
}

.bi-laptop::before {
	content: "";
}

.bi-layer-backward::before {
	content: "";
}

.bi-layer-forward::before {
	content: "";
}

.bi-layers-fill::before {
	content: "";
}

.bi-layers-half::before {
	content: "";
}

.bi-layers::before {
	content: "";
}

.bi-layout-sidebar-inset-reverse::before {
	content: "";
}

.bi-layout-sidebar-inset::before {
	content: "";
}

.bi-layout-sidebar-reverse::before {
	content: "";
}

.bi-layout-sidebar::before {
	content: "";
}

.bi-layout-split::before {
	content: "";
}

.bi-layout-text-sidebar-reverse::before {
	content: "";
}

.bi-layout-text-sidebar::before {
	content: "";
}

.bi-layout-text-window-reverse::before {
	content: "";
}

.bi-layout-text-window::before {
	content: "";
}

.bi-layout-three-columns::before {
	content: "";
}

.bi-layout-wtf::before {
	content: "";
}

.bi-life-preserver::before {
	content: "";
}

.bi-lightbulb-fill::before {
	content: "";
}

.bi-lightbulb-off-fill::before {
	content: "";
}

.bi-lightbulb-off::before {
	content: "";
}

.bi-lightbulb::before {
	content: "";
}

.bi-lightning-charge-fill::before {
	content: "";
}

.bi-lightning-charge::before {
	content: "";
}

.bi-lightning-fill::before {
	content: "";
}

.bi-lightning::before {
	content: "";
}

.bi-link-45deg::before {
	content: "";
}

.bi-link::before {
	content: "";
}

.bi-linkedin::before {
	content: "";
}

.bi-list-check::before {
	content: "";
}

.bi-list-nested::before {
	content: "";
}

.bi-list-ol::before {
	content: "";
}

.bi-list-stars::before {
	content: "";
}

.bi-list-task::before {
	content: "";
}

.bi-list-ul::before {
	content: "";
}

.bi-list::before {
	content: "";
}

.bi-lock-fill::before {
	content: "";
}

.bi-lock::before {
	content: "";
}

.bi-mailbox::before {
	content: "";
}

.bi-mailbox2::before {
	content: "";
}

.bi-map-fill::before {
	content: "";
}

.bi-map::before {
	content: "";
}

.bi-markdown-fill::before {
	content: "";
}

.bi-markdown::before {
	content: "";
}

.bi-mask::before {
	content: "";
}

.bi-megaphone-fill::before {
	content: "";
}

.bi-megaphone::before {
	content: "";
}

.bi-menu-app-fill::before {
	content: "";
}

.bi-menu-app::before {
	content: "";
}

.bi-menu-button-fill::before {
	content: "";
}

.bi-menu-button-wide-fill::before {
	content: "";
}

.bi-menu-button-wide::before {
	content: "";
}

.bi-menu-button::before {
	content: "";
}

.bi-menu-down::before {
	content: "";
}

.bi-menu-up::before {
	content: "";
}

.bi-mic-fill::before {
	content: "";
}

.bi-mic-mute-fill::before {
	content: "";
}

.bi-mic-mute::before {
	content: "";
}

.bi-mic::before {
	content: "";
}

.bi-minecart-loaded::before {
	content: "";
}

.bi-minecart::before {
	content: "";
}

.bi-moisture::before {
	content: "";
}

.bi-moon-fill::before {
	content: "";
}

.bi-moon-stars-fill::before {
	content: "";
}

.bi-moon-stars::before {
	content: "";
}

.bi-moon::before {
	content: "";
}

.bi-mouse-fill::before {
	content: "";
}

.bi-mouse::before {
	content: "";
}

.bi-mouse2-fill::before {
	content: "";
}

.bi-mouse2::before {
	content: "";
}

.bi-mouse3-fill::before {
	content: "";
}

.bi-mouse3::before {
	content: "";
}

.bi-music-note-beamed::before {
	content: "";
}

.bi-music-note-list::before {
	content: "";
}

.bi-music-note::before {
	content: "";
}

.bi-music-player-fill::before {
	content: "";
}

.bi-music-player::before {
	content: "";
}

.bi-newspaper::before {
	content: "";
}

.bi-node-minus-fill::before {
	content: "";
}

.bi-node-minus::before {
	content: "";
}

.bi-node-plus-fill::before {
	content: "";
}

.bi-node-plus::before {
	content: "";
}

.bi-nut-fill::before {
	content: "";
}

.bi-nut::before {
	content: "";
}

.bi-octagon-fill::before {
	content: "";
}

.bi-octagon-half::before {
	content: "";
}

.bi-octagon::before {
	content: "";
}

.bi-option::before {
	content: "";
}

.bi-outlet::before {
	content: "";
}

.bi-paint-bucket::before {
	content: "";
}

.bi-palette-fill::before {
	content: "";
}

.bi-palette::before {
	content: "";
}

.bi-palette2::before {
	content: "";
}

.bi-paperclip::before {
	content: "";
}

.bi-paragraph::before {
	content: "";
}

.bi-patch-check-fill::before {
	content: "";
}

.bi-patch-check::before {
	content: "";
}

.bi-patch-exclamation-fill::before {
	content: "";
}

.bi-patch-exclamation::before {
	content: "";
}

.bi-patch-minus-fill::before {
	content: "";
}

.bi-patch-minus::before {
	content: "";
}

.bi-patch-plus-fill::before {
	content: "";
}

.bi-patch-plus::before {
	content: "";
}

.bi-patch-question-fill::before {
	content: "";
}

.bi-patch-question::before {
	content: "";
}

.bi-pause-btn-fill::before {
	content: "";
}

.bi-pause-btn::before {
	content: "";
}

.bi-pause-circle-fill::before {
	content: "";
}

.bi-pause-circle::before {
	content: "";
}

.bi-pause-fill::before {
	content: "";
}

.bi-pause::before {
	content: "";
}

.bi-peace-fill::before {
	content: "";
}

.bi-peace::before {
	content: "";
}

.bi-pen-fill::before {
	content: "";
}

.bi-pen::before {
	content: "";
}

.bi-pencil-fill::before {
	content: "";
}

.bi-pencil-square::before {
	content: "";
}

.bi-pencil::before {
	content: "";
}

.bi-pentagon-fill::before {
	content: "";
}

.bi-pentagon-half::before {
	content: "";
}

.bi-pentagon::before {
	content: "";
}

.bi-people-fill::before {
	content: "";
}

.bi-people::before {
	content: "";
}

.bi-percent::before {
	content: "";
}

.bi-person-badge-fill::before {
	content: "";
}

.bi-person-badge::before {
	content: "";
}

.bi-person-bounding-box::before {
	content: "";
}

.bi-person-check-fill::before {
	content: "";
}

.bi-person-check::before {
	content: "";
}

.bi-person-circle::before {
	content: "";
}

.bi-person-dash-fill::before {
	content: "";
}

.bi-person-dash::before {
	content: "";
}

.bi-person-fill::before {
	content: "";
}

.bi-person-lines-fill::before {
	content: "";
}

.bi-person-plus-fill::before {
	content: "";
}

.bi-person-plus::before {
	content: "";
}

.bi-person-square::before {
	content: "";
}

.bi-person-x-fill::before {
	content: "";
}

.bi-person-x::before {
	content: "";
}

.bi-person::before {
	content: "";
}

.bi-phone-fill::before {
	content: "";
}

.bi-phone-landscape-fill::before {
	content: "";
}

.bi-phone-landscape::before {
	content: "";
}

.bi-phone-vibrate-fill::before {
	content: "";
}

.bi-phone-vibrate::before {
	content: "";
}

.bi-phone::before {
	content: "";
}

.bi-pie-chart-fill::before {
	content: "";
}

.bi-pie-chart::before {
	content: "";
}

.bi-pin-angle-fill::before {
	content: "";
}

.bi-pin-angle::before {
	content: "";
}

.bi-pin-fill::before {
	content: "";
}

.bi-pin::before {
	content: "";
}

.bi-pip-fill::before {
	content: "";
}

.bi-pip::before {
	content: "";
}

.bi-play-btn-fill::before {
	content: "";
}

.bi-play-btn::before {
	content: "";
}

.bi-play-circle-fill::before {
	content: "";
}

.bi-play-circle::before {
	content: "";
}

.bi-play-fill::before {
	content: "";
}

.bi-play::before {
	content: "";
}

.bi-plug-fill::before {
	content: "";
}

.bi-plug::before {
	content: "";
}

.bi-plus-circle-dotted::before {
	content: "";
}

.bi-plus-circle-fill::before {
	content: "";
}

.bi-plus-circle::before {
	content: "";
}

.bi-plus-square-dotted::before {
	content: "";
}

.bi-plus-square-fill::before {
	content: "";
}

.bi-plus-square::before {
	content: "";
}

.bi-plus::before {
	content: "";
}

.bi-power::before {
	content: "";
}

.bi-printer-fill::before {
	content: "";
}

.bi-printer::before {
	content: "";
}

.bi-puzzle-fill::before {
	content: "";
}

.bi-puzzle::before {
	content: "";
}

.bi-question-circle-fill::before {
	content: "";
}

.bi-question-circle::before {
	content: "";
}

.bi-question-diamond-fill::before {
	content: "";
}

.bi-question-diamond::before {
	content: "";
}

.bi-question-octagon-fill::before {
	content: "";
}

.bi-question-octagon::before {
	content: "";
}

.bi-question-square-fill::before {
	content: "";
}

.bi-question-square::before {
	content: "";
}

.bi-question::before {
	content: "";
}

.bi-rainbow::before {
	content: "";
}

.bi-receipt-cutoff::before {
	content: "";
}

.bi-receipt::before {
	content: "";
}

.bi-reception-0::before {
	content: "";
}

.bi-reception-1::before {
	content: "";
}

.bi-reception-2::before {
	content: "";
}

.bi-reception-3::before {
	content: "";
}

.bi-reception-4::before {
	content: "";
}

.bi-record-btn-fill::before {
	content: "";
}

.bi-record-btn::before {
	content: "";
}

.bi-record-circle-fill::before {
	content: "";
}

.bi-record-circle::before {
	content: "";
}

.bi-record-fill::before {
	content: "";
}

.bi-record::before {
	content: "";
}

.bi-record2-fill::before {
	content: "";
}

.bi-record2::before {
	content: "";
}

.bi-reply-all-fill::before {
	content: "";
}

.bi-reply-all::before {
	content: "";
}

.bi-reply-fill::before {
	content: "";
}

.bi-reply::before {
	content: "";
}

.bi-rss-fill::before {
	content: "";
}

.bi-rss::before {
	content: "";
}

.bi-rulers::before {
	content: "";
}

.bi-save-fill::before {
	content: "";
}

.bi-save::before {
	content: "";
}

.bi-save2-fill::before {
	content: "";
}

.bi-save2::before {
	content: "";
}

.bi-scissors::before {
	content: "";
}

.bi-screwdriver::before {
	content: "";
}

.bi-search::before {
	content: "";
}

.bi-segmented-nav::before {
	content: "";
}

.bi-server::before {
	content: "";
}

.bi-share-fill::before {
	content: "";
}

.bi-share::before {
	content: "";
}

.bi-shield-check::before {
	content: "";
}

.bi-shield-exclamation::before {
	content: "";
}

.bi-shield-fill-check::before {
	content: "";
}

.bi-shield-fill-exclamation::before {
	content: "";
}

.bi-shield-fill-minus::before {
	content: "";
}

.bi-shield-fill-plus::before {
	content: "";
}

.bi-shield-fill-x::before {
	content: "";
}

.bi-shield-fill::before {
	content: "";
}

.bi-shield-lock-fill::before {
	content: "";
}

.bi-shield-lock::before {
	content: "";
}

.bi-shield-minus::before {
	content: "";
}

.bi-shield-plus::before {
	content: "";
}

.bi-shield-shaded::before {
	content: "";
}

.bi-shield-slash-fill::before {
	content: "";
}

.bi-shield-slash::before {
	content: "";
}

.bi-shield-x::before {
	content: "";
}

.bi-shield::before {
	content: "";
}

.bi-shift-fill::before {
	content: "";
}

.bi-shift::before {
	content: "";
}

.bi-shop-window::before {
	content: "";
}

.bi-shop::before {
	content: "";
}

.bi-shuffle::before {
	content: "";
}

.bi-signpost-2-fill::before {
	content: "";
}

.bi-signpost-2::before {
	content: "";
}

.bi-signpost-fill::before {
	content: "";
}

.bi-signpost-split-fill::before {
	content: "";
}

.bi-signpost-split::before {
	content: "";
}

.bi-signpost::before {
	content: "";
}

.bi-sim-fill::before {
	content: "";
}

.bi-sim::before {
	content: "";
}

.bi-skip-backward-btn-fill::before {
	content: "";
}

.bi-skip-backward-btn::before {
	content: "";
}

.bi-skip-backward-circle-fill::before {
	content: "";
}

.bi-skip-backward-circle::before {
	content: "";
}

.bi-skip-backward-fill::before {
	content: "";
}

.bi-skip-backward::before {
	content: "";
}

.bi-skip-end-btn-fill::before {
	content: "";
}

.bi-skip-end-btn::before {
	content: "";
}

.bi-skip-end-circle-fill::before {
	content: "";
}

.bi-skip-end-circle::before {
	content: "";
}

.bi-skip-end-fill::before {
	content: "";
}

.bi-skip-end::before {
	content: "";
}

.bi-skip-forward-btn-fill::before {
	content: "";
}

.bi-skip-forward-btn::before {
	content: "";
}

.bi-skip-forward-circle-fill::before {
	content: "";
}

.bi-skip-forward-circle::before {
	content: "";
}

.bi-skip-forward-fill::before {
	content: "";
}

.bi-skip-forward::before {
	content: "";
}

.bi-skip-start-btn-fill::before {
	content: "";
}

.bi-skip-start-btn::before {
	content: "";
}

.bi-skip-start-circle-fill::before {
	content: "";
}

.bi-skip-start-circle::before {
	content: "";
}

.bi-skip-start-fill::before {
	content: "";
}

.bi-skip-start::before {
	content: "";
}

.bi-slack::before {
	content: "";
}

.bi-slash-circle-fill::before {
	content: "";
}

.bi-slash-circle::before {
	content: "";
}

.bi-slash-square-fill::before {
	content: "";
}

.bi-slash-square::before {
	content: "";
}

.bi-slash::before {
	content: "";
}

.bi-sliders::before {
	content: "";
}

.bi-smartwatch::before {
	content: "";
}

.bi-snow::before {
	content: "";
}

.bi-snow2::before {
	content: "";
}

.bi-snow3::before {
	content: "";
}

.bi-sort-alpha-down-alt::before {
	content: "";
}

.bi-sort-alpha-down::before {
	content: "";
}

.bi-sort-alpha-up-alt::before {
	content: "";
}

.bi-sort-alpha-up::before {
	content: "";
}

.bi-sort-down-alt::before {
	content: "";
}

.bi-sort-down::before {
	content: "";
}

.bi-sort-numeric-down-alt::before {
	content: "";
}

.bi-sort-numeric-down::before {
	content: "";
}

.bi-sort-numeric-up-alt::before {
	content: "";
}

.bi-sort-numeric-up::before {
	content: "";
}

.bi-sort-up-alt::before {
	content: "";
}

.bi-sort-up::before {
	content: "";
}

.bi-soundwave::before {
	content: "";
}

.bi-speaker-fill::before {
	content: "";
}

.bi-speaker::before {
	content: "";
}

.bi-speedometer::before {
	content: "";
}

.bi-speedometer2::before {
	content: "";
}

.bi-spellcheck::before {
	content: "";
}

.bi-square-fill::before {
	content: "";
}

.bi-square-half::before {
	content: "";
}

.bi-square::before {
	content: "";
}

.bi-stack::before {
	content: "";
}

.bi-star-fill::before {
	content: "";
}

.bi-star-half::before {
	content: "";
}

.bi-star::before {
	content: "";
}

.bi-stars::before {
	content: "";
}

.bi-stickies-fill::before {
	content: "";
}

.bi-stickies::before {
	content: "";
}

.bi-sticky-fill::before {
	content: "";
}

.bi-sticky::before {
	content: "";
}

.bi-stop-btn-fill::before {
	content: "";
}

.bi-stop-btn::before {
	content: "";
}

.bi-stop-circle-fill::before {
	content: "";
}

.bi-stop-circle::before {
	content: "";
}

.bi-stop-fill::before {
	content: "";
}

.bi-stop::before {
	content: "";
}

.bi-stoplights-fill::before {
	content: "";
}

.bi-stoplights::before {
	content: "";
}

.bi-stopwatch-fill::before {
	content: "";
}

.bi-stopwatch::before {
	content: "";
}

.bi-subtract::before {
	content: "";
}

.bi-suit-club-fill::before {
	content: "";
}

.bi-suit-club::before {
	content: "";
}

.bi-suit-diamond-fill::before {
	content: "";
}

.bi-suit-diamond::before {
	content: "";
}

.bi-suit-heart-fill::before {
	content: "";
}

.bi-suit-heart::before {
	content: "";
}

.bi-suit-spade-fill::before {
	content: "";
}

.bi-suit-spade::before {
	content: "";
}

.bi-sun-fill::before {
	content: "";
}

.bi-sun::before {
	content: "";
}

.bi-sunglasses::before {
	content: "";
}

.bi-sunrise-fill::before {
	content: "";
}

.bi-sunrise::before {
	content: "";
}

.bi-sunset-fill::before {
	content: "";
}

.bi-sunset::before {
	content: "";
}

.bi-symmetry-horizontal::before {
	content: "";
}

.bi-symmetry-vertical::before {
	content: "";
}

.bi-table::before {
	content: "";
}

.bi-tablet-fill::before {
	content: "";
}

.bi-tablet-landscape-fill::before {
	content: "";
}

.bi-tablet-landscape::before {
	content: "";
}

.bi-tablet::before {
	content: "";
}

.bi-tag-fill::before {
	content: "";
}

.bi-tag::before {
	content: "";
}

.bi-tags-fill::before {
	content: "";
}

.bi-tags::before {
	content: "";
}

.bi-telegram::before {
	content: "";
}

.bi-telephone-fill::before {
	content: "";
}

.bi-telephone-forward-fill::before {
	content: "";
}

.bi-telephone-forward::before {
	content: "";
}

.bi-telephone-inbound-fill::before {
	content: "";
}

.bi-telephone-inbound::before {
	content: "";
}

.bi-telephone-minus-fill::before {
	content: "";
}

.bi-telephone-minus::before {
	content: "";
}

.bi-telephone-outbound-fill::before {
	content: "";
}

.bi-telephone-outbound::before {
	content: "";
}

.bi-telephone-plus-fill::before {
	content: "";
}

.bi-telephone-plus::before {
	content: "";
}

.bi-telephone-x-fill::before {
	content: "";
}

.bi-telephone-x::before {
	content: "";
}

.bi-telephone::before {
	content: "";
}

.bi-terminal-fill::before {
	content: "";
}

.bi-terminal::before {
	content: "";
}

.bi-text-center::before {
	content: "";
}

.bi-text-indent-left::before {
	content: "";
}

.bi-text-indent-right::before {
	content: "";
}

.bi-text-left::before {
	content: "";
}

.bi-text-paragraph::before {
	content: "";
}

.bi-text-right::before {
	content: "";
}

.bi-textarea-resize::before {
	content: "";
}

.bi-textarea-t::before {
	content: "";
}

.bi-textarea::before {
	content: "";
}

.bi-thermometer-half::before {
	content: "";
}

.bi-thermometer-high::before {
	content: "";
}

.bi-thermometer-low::before {
	content: "";
}

.bi-thermometer-snow::before {
	content: "";
}

.bi-thermometer-sun::before {
	content: "";
}

.bi-thermometer::before {
	content: "";
}

.bi-three-dots-vertical::before {
	content: "";
}

.bi-three-dots::before {
	content: "";
}

.bi-toggle-off::before {
	content: "";
}

.bi-toggle-on::before {
	content: "";
}

.bi-toggle2-off::before {
	content: "";
}

.bi-toggle2-on::before {
	content: "";
}

.bi-toggles::before {
	content: "";
}

.bi-toggles2::before {
	content: "";
}

.bi-tools::before {
	content: "";
}

.bi-tornado::before {
	content: "";
}

.bi-trash-fill::before {
	content: "";
}

.bi-trash::before {
	content: "";
}

.bi-trash2-fill::before {
	content: "";
}

.bi-trash2::before {
	content: "";
}

.bi-tree-fill::before {
	content: "";
}

.bi-tree::before {
	content: "";
}

.bi-triangle-fill::before {
	content: "";
}

.bi-triangle-half::before {
	content: "";
}

.bi-triangle::before {
	content: "";
}

.bi-trophy-fill::before {
	content: "";
}

.bi-trophy::before {
	content: "";
}

.bi-tropical-storm::before {
	content: "";
}

.bi-truck-flatbed::before {
	content: "";
}

.bi-truck::before {
	content: "";
}

.bi-tsunami::before {
	content: "";
}

.bi-tv-fill::before {
	content: "";
}

.bi-tv::before {
	content: "";
}

.bi-twitch::before {
	content: "";
}

.bi-twitter::before {
	content: "";
}

.bi-type-bold::before {
	content: "";
}

.bi-type-h1::before {
	content: "";
}

.bi-type-h2::before {
	content: "";
}

.bi-type-h3::before {
	content: "";
}

.bi-type-italic::before {
	content: "";
}

.bi-type-strikethrough::before {
	content: "";
}

.bi-type-underline::before {
	content: "";
}

.bi-type::before {
	content: "";
}

.bi-ui-checks-grid::before {
	content: "";
}

.bi-ui-checks::before {
	content: "";
}

.bi-ui-radios-grid::before {
	content: "";
}

.bi-ui-radios::before {
	content: "";
}

.bi-umbrella-fill::before {
	content: "";
}

.bi-umbrella::before {
	content: "";
}

.bi-union::before {
	content: "";
}

.bi-unlock-fill::before {
	content: "";
}

.bi-unlock::before {
	content: "";
}

.bi-upc-scan::before {
	content: "";
}

.bi-upc::before {
	content: "";
}

.bi-upload::before {
	content: "";
}

.bi-vector-pen::before {
	content: "";
}

.bi-view-list::before {
	content: "";
}

.bi-view-stacked::before {
	content: "";
}

.bi-vinyl-fill::before {
	content: "";
}

.bi-vinyl::before {
	content: "";
}

.bi-voicemail::before {
	content: "";
}

.bi-volume-down-fill::before {
	content: "";
}

.bi-volume-down::before {
	content: "";
}

.bi-volume-mute-fill::before {
	content: "";
}

.bi-volume-mute::before {
	content: "";
}

.bi-volume-off-fill::before {
	content: "";
}

.bi-volume-off::before {
	content: "";
}

.bi-volume-up-fill::before {
	content: "";
}

.bi-volume-up::before {
	content: "";
}

.bi-vr::before {
	content: "";
}

.bi-wallet-fill::before {
	content: "";
}

.bi-wallet::before {
	content: "";
}

.bi-wallet2::before {
	content: "";
}

.bi-watch::before {
	content: "";
}

.bi-water::before {
	content: "";
}

.bi-whatsapp::before {
	content: "";
}

.bi-wifi-1::before {
	content: "";
}

.bi-wifi-2::before {
	content: "";
}

.bi-wifi-off::before {
	content: "";
}

.bi-wifi::before {
	content: "";
}

.bi-wind::before {
	content: "";
}

.bi-window-dock::before {
	content: "";
}

.bi-window-sidebar::before {
	content: "";
}

.bi-window::before {
	content: "";
}

.bi-wrench::before {
	content: "";
}

.bi-x-circle-fill::before {
	content: "";
}

.bi-x-circle::before {
	content: "";
}

.bi-x-diamond-fill::before {
	content: "";
}

.bi-x-diamond::before {
	content: "";
}

.bi-x-octagon-fill::before {
	content: "";
}

.bi-x-octagon::before {
	content: "";
}

.bi-x-square-fill::before {
	content: "";
}

.bi-x-square::before {
	content: "";
}

.bi-x::before {
	content: "";
}

.bi-youtube::before {
	content: "";
}

.bi-zoom-in::before {
	content: "";
}

.bi-zoom-out::before {
	content: "";
}

.bi-bank::before {
	content: "";
}

.bi-bank2::before {
	content: "";
}

.bi-bell-slash-fill::before {
	content: "";
}

.bi-bell-slash::before {
	content: "";
}

.bi-cash-coin::before {
	content: "";
}

.bi-check-lg::before {
	content: "";
}

.bi-coin::before {
	content: "";
}

.bi-currency-bitcoin::before {
	content: "";
}

.bi-currency-dollar::before {
	content: "";
}

.bi-currency-euro::before {
	content: "";
}

.bi-currency-exchange::before {
	content: "";
}

.bi-currency-pound::before {
	content: "";
}

.bi-currency-yen::before {
	content: "";
}

.bi-dash-lg::before {
	content: "";
}

.bi-exclamation-lg::before {
	content: "";
}

.bi-file-earmark-pdf-fill::before {
	content: "";
}

.bi-file-earmark-pdf::before {
	content: "";
}

.bi-file-pdf-fill::before {
	content: "";
}

.bi-file-pdf::before {
	content: "";
}

.bi-gender-ambiguous::before {
	content: "";
}

.bi-gender-female::before {
	content: "";
}

.bi-gender-male::before {
	content: "";
}

.bi-gender-trans::before {
	content: "";
}

.bi-headset-vr::before {
	content: "";
}

.bi-info-lg::before {
	content: "";
}

.bi-mastodon::before {
	content: "";
}

.bi-messenger::before {
	content: "";
}

.bi-piggy-bank-fill::before {
	content: "";
}

.bi-piggy-bank::before {
	content: "";
}

.bi-pin-map-fill::before {
	content: "";
}

.bi-pin-map::before {
	content: "";
}

.bi-plus-lg::before {
	content: "";
}

.bi-question-lg::before {
	content: "";
}

.bi-recycle::before {
	content: "";
}

.bi-reddit::before {
	content: "";
}

.bi-safe-fill::before {
	content: "";
}

.bi-safe2-fill::before {
	content: "";
}

.bi-safe2::before {
	content: "";
}

.bi-sd-card-fill::before {
	content: "";
}

.bi-sd-card::before {
	content: "";
}

.bi-skype::before {
	content: "";
}

.bi-slash-lg::before {
	content: "";
}

.bi-translate::before {
	content: "";
}

.bi-x-lg::before {
	content: "";
}

.bi-safe::before {
	content: "";
}

.bi-apple::before {
	content: "";
}

.bi-microsoft::before {
	content: "";
}

.bi-windows::before {
	content: "";
}

.bi-behance::before {
	content: "";
}

.bi-dribbble::before {
	content: "";
}

.bi-line::before {
	content: "";
}

.bi-medium::before {
	content: "";
}

.bi-paypal::before {
	content: "";
}

.bi-pinterest::before {
	content: "";
}

.bi-signal::before {
	content: "";
}

.bi-snapchat::before {
	content: "";
}

.bi-spotify::before {
	content: "";
}

.bi-stack-overflow::before {
	content: "";
}

.bi-strava::before {
	content: "";
}

.bi-wordpress::before {
	content: "";
}

.bi-vimeo::before {
	content: "";
}

.bi-activity::before {
	content: "";
}

.bi-easel2-fill::before {
	content: "";
}

.bi-easel2::before {
	content: "";
}

.bi-easel3-fill::before {
	content: "";
}

.bi-easel3::before {
	content: "";
}

.bi-fan::before {
	content: "";
}

.bi-fingerprint::before {
	content: "";
}

.bi-graph-down-arrow::before {
	content: "";
}

.bi-graph-up-arrow::before {
	content: "";
}

.bi-hypnotize::before {
	content: "";
}

.bi-magic::before {
	content: "";
}

.bi-person-rolodex::before {
	content: "";
}

.bi-person-video::before {
	content: "";
}

.bi-person-video2::before {
	content: "";
}

.bi-person-video3::before {
	content: "";
}

.bi-person-workspace::before {
	content: "";
}

.bi-radioactive::before {
	content: "";
}

.bi-webcam-fill::before {
	content: "";
}

.bi-webcam::before {
	content: "";
}

.bi-yin-yang::before {
	content: "";
}

.bi-bandaid-fill::before {
	content: "";
}

.bi-bandaid::before {
	content: "";
}

.bi-bluetooth::before {
	content: "";
}

.bi-body-text::before {
	content: "";
}

.bi-boombox::before {
	content: "";
}

.bi-boxes::before {
	content: "";
}

.bi-dpad-fill::before {
	content: "";
}

.bi-dpad::before {
	content: "";
}

.bi-ear-fill::before {
	content: "";
}

.bi-ear::before {
	content: "";
}

.bi-envelope-check-fill::before {
	content: "";
}

.bi-envelope-check::before {
	content: "";
}

.bi-envelope-dash-fill::before {
	content: "";
}

.bi-envelope-dash::before {
	content: "";
}

.bi-envelope-exclamation-fill::before {
	content: "";
}

.bi-envelope-exclamation::before {
	content: "";
}

.bi-envelope-plus-fill::before {
	content: "";
}

.bi-envelope-plus::before {
	content: "";
}

.bi-envelope-slash-fill::before {
	content: "";
}

.bi-envelope-slash::before {
	content: "";
}

.bi-envelope-x-fill::before {
	content: "";
}

.bi-envelope-x::before {
	content: "";
}

.bi-explicit-fill::before {
	content: "";
}

.bi-explicit::before {
	content: "";
}

.bi-git::before {
	content: "";
}

.bi-infinity::before {
	content: "";
}

.bi-list-columns-reverse::before {
	content: "";
}

.bi-list-columns::before {
	content: "";
}

.bi-meta::before {
	content: "";
}

.bi-nintendo-switch::before {
	content: "";
}

.bi-pc-display-horizontal::before {
	content: "";
}

.bi-pc-display::before {
	content: "";
}

.bi-pc-horizontal::before {
	content: "";
}

.bi-pc::before {
	content: "";
}

.bi-playstation::before {
	content: "";
}

.bi-plus-slash-minus::before {
	content: "";
}

.bi-projector-fill::before {
	content: "";
}

.bi-projector::before {
	content: "";
}

.bi-qr-code-scan::before {
	content: "";
}

.bi-qr-code::before {
	content: "";
}

.bi-quora::before {
	content: "";
}

.bi-quote::before {
	content: "";
}

.bi-robot::before {
	content: "";
}

.bi-send-check-fill::before {
	content: "";
}

.bi-send-check::before {
	content: "";
}

.bi-send-dash-fill::before {
	content: "";
}

.bi-send-dash::before {
	content: "";
}

.bi-send-exclamation-fill::before {
	content: "";
}

.bi-send-exclamation::before {
	content: "";
}

.bi-send-fill::before {
	content: "";
}

.bi-send-plus-fill::before {
	content: "";
}

.bi-send-plus::before {
	content: "";
}

.bi-send-slash-fill::before {
	content: "";
}

.bi-send-slash::before {
	content: "";
}

.bi-send-x-fill::before {
	content: "";
}

.bi-send-x::before {
	content: "";
}

.bi-send::before {
	content: "";
}

.bi-steam::before {
	content: "";
}

.bi-terminal-dash::before {
	content: "";
}

.bi-terminal-plus::before {
	content: "";
}

.bi-terminal-split::before {
	content: "";
}

.bi-ticket-detailed-fill::before {
	content: "";
}

.bi-ticket-detailed::before {
	content: "";
}

.bi-ticket-fill::before {
	content: "";
}

.bi-ticket-perforated-fill::before {
	content: "";
}

.bi-ticket-perforated::before {
	content: "";
}

.bi-ticket::before {
	content: "";
}

.bi-tiktok::before {
	content: "";
}

.bi-window-dash::before {
	content: "";
}

.bi-window-desktop::before {
	content: "";
}

.bi-window-fullscreen::before {
	content: "";
}

.bi-window-plus::before {
	content: "";
}

.bi-window-split::before {
	content: "";
}

.bi-window-stack::before {
	content: "";
}

.bi-window-x::before {
	content: "";
}

.bi-xbox::before {
	content: "";
}

.bi-ethernet::before {
	content: "";
}

.bi-hdmi-fill::before {
	content: "";
}

.bi-hdmi::before {
	content: "";
}

.bi-usb-c-fill::before {
	content: "";
}

.bi-usb-c::before {
	content: "";
}

.bi-usb-fill::before {
	content: "";
}

.bi-usb-plug-fill::before {
	content: "";
}

.bi-usb-plug::before {
	content: "";
}

.bi-usb-symbol::before {
	content: "";
}

.bi-usb::before {
	content: "";
}

.bi-boombox-fill::before {
	content: "";
}

.bi-displayport::before {
	content: "";
}

.bi-gpu-card::before {
	content: "";
}

.bi-memory::before {
	content: "";
}

.bi-modem-fill::before {
	content: "";
}

.bi-modem::before {
	content: "";
}

.bi-motherboard-fill::before {
	content: "";
}

.bi-motherboard::before {
	content: "";
}

.bi-optical-audio-fill::before {
	content: "";
}

.bi-optical-audio::before {
	content: "";
}

.bi-pci-card::before {
	content: "";
}

.bi-router-fill::before {
	content: "";
}

.bi-router::before {
	content: "";
}

.bi-thunderbolt-fill::before {
	content: "";
}

.bi-thunderbolt::before {
	content: "";
}

.bi-usb-drive-fill::before {
	content: "";
}

.bi-usb-drive::before {
	content: "";
}

.bi-usb-micro-fill::before {
	content: "";
}

.bi-usb-micro::before {
	content: "";
}

.bi-usb-mini-fill::before {
	content: "";
}

.bi-usb-mini::before {
	content: "";
}

.bi-cloud-haze2::before {
	content: "";
}

.bi-device-hdd-fill::before {
	content: "";
}

.bi-device-hdd::before {
	content: "";
}

.bi-device-ssd-fill::before {
	content: "";
}

.bi-device-ssd::before {
	content: "";
}

.bi-displayport-fill::before {
	content: "";
}

.bi-mortarboard-fill::before {
	content: "";
}

.bi-mortarboard::before {
	content: "";
}

.bi-terminal-x::before {
	content: "";
}

.bi-arrow-through-heart-fill::before {
	content: "";
}

.bi-arrow-through-heart::before {
	content: "";
}

.bi-badge-sd-fill::before {
	content: "";
}

.bi-badge-sd::before {
	content: "";
}

.bi-bag-heart-fill::before {
	content: "";
}

.bi-bag-heart::before {
	content: "";
}

.bi-balloon-fill::before {
	content: "";
}

.bi-balloon-heart-fill::before {
	content: "";
}

.bi-balloon-heart::before {
	content: "";
}

.bi-balloon::before {
	content: "";
}

.bi-box2-fill::before {
	content: "";
}

.bi-box2-heart-fill::before {
	content: "";
}

.bi-box2-heart::before {
	content: "";
}

.bi-box2::before {
	content: "";
}

.bi-braces-asterisk::before {
	content: "";
}

.bi-calendar-heart-fill::before {
	content: "";
}

.bi-calendar-heart::before {
	content: "";
}

.bi-calendar2-heart-fill::before {
	content: "";
}

.bi-calendar2-heart::before {
	content: "";
}

.bi-chat-heart-fill::before {
	content: "";
}

.bi-chat-heart::before {
	content: "";
}

.bi-chat-left-heart-fill::before {
	content: "";
}

.bi-chat-left-heart::before {
	content: "";
}

.bi-chat-right-heart-fill::before {
	content: "";
}

.bi-chat-right-heart::before {
	content: "";
}

.bi-chat-square-heart-fill::before {
	content: "";
}

.bi-chat-square-heart::before {
	content: "";
}

.bi-clipboard-check-fill::before {
	content: "";
}

.bi-clipboard-data-fill::before {
	content: "";
}

.bi-clipboard-fill::before {
	content: "";
}

.bi-clipboard-heart-fill::before {
	content: "";
}

.bi-clipboard-heart::before {
	content: "";
}

.bi-clipboard-minus-fill::before {
	content: "";
}

.bi-clipboard-plus-fill::before {
	content: "";
}

.bi-clipboard-pulse::before {
	content: "";
}

.bi-clipboard-x-fill::before {
	content: "";
}

.bi-clipboard2-check-fill::before {
	content: "";
}

.bi-clipboard2-check::before {
	content: "";
}

.bi-clipboard2-data-fill::before {
	content: "";
}

.bi-clipboard2-data::before {
	content: "";
}

.bi-clipboard2-fill::before {
	content: "";
}

.bi-clipboard2-heart-fill::before {
	content: "";
}

.bi-clipboard2-heart::before {
	content: "";
}

.bi-clipboard2-minus-fill::before {
	content: "";
}

.bi-clipboard2-minus::before {
	content: "";
}

.bi-clipboard2-plus-fill::before {
	content: "";
}

.bi-clipboard2-plus::before {
	content: "";
}

.bi-clipboard2-pulse-fill::before {
	content: "";
}

.bi-clipboard2-pulse::before {
	content: "";
}

.bi-clipboard2-x-fill::before {
	content: "";
}

.bi-clipboard2-x::before {
	content: "";
}

.bi-clipboard2::before {
	content: "";
}

.bi-emoji-kiss-fill::before {
	content: "";
}

.bi-emoji-kiss::before {
	content: "";
}

.bi-envelope-heart-fill::before {
	content: "";
}

.bi-envelope-heart::before {
	content: "";
}

.bi-envelope-open-heart-fill::before {
	content: "";
}

.bi-envelope-open-heart::before {
	content: "";
}

.bi-envelope-paper-fill::before {
	content: "";
}

.bi-envelope-paper-heart-fill::before {
	content: "";
}

.bi-envelope-paper-heart::before {
	content: "";
}

.bi-envelope-paper::before {
	content: "";
}

.bi-filetype-aac::before {
	content: "";
}

.bi-filetype-ai::before {
	content: "";
}

.bi-filetype-bmp::before {
	content: "";
}

.bi-filetype-cs::before {
	content: "";
}

.bi-filetype-css::before {
	content: "";
}

.bi-filetype-csv::before {
	content: "";
}

.bi-filetype-doc::before {
	content: "";
}

.bi-filetype-docx::before {
	content: "";
}

.bi-filetype-exe::before {
	content: "";
}

.bi-filetype-gif::before {
	content: "";
}

.bi-filetype-heic::before {
	content: "";
}

.bi-filetype-html::before {
	content: "";
}

.bi-filetype-java::before {
	content: "";
}

.bi-filetype-jpg::before {
	content: "";
}

.bi-filetype-js::before {
	content: "";
}

.bi-filetype-jsx::before {
	content: "";
}

.bi-filetype-key::before {
	content: "";
}

.bi-filetype-m4p::before {
	content: "";
}

.bi-filetype-md::before {
	content: "";
}

.bi-filetype-mdx::before {
	content: "";
}

.bi-filetype-mov::before {
	content: "";
}

.bi-filetype-mp3::before {
	content: "";
}

.bi-filetype-mp4::before {
	content: "";
}

.bi-filetype-otf::before {
	content: "";
}

.bi-filetype-pdf::before {
	content: "";
}

.bi-filetype-php::before {
	content: "";
}

.bi-filetype-png::before {
	content: "";
}

.bi-filetype-ppt::before {
	content: "";
}

.bi-filetype-psd::before {
	content: "";
}

.bi-filetype-py::before {
	content: "";
}

.bi-filetype-raw::before {
	content: "";
}

.bi-filetype-rb::before {
	content: "";
}

.bi-filetype-sass::before {
	content: "";
}

.bi-filetype-scss::before {
	content: "";
}

.bi-filetype-sh::before {
	content: "";
}

.bi-filetype-svg::before {
	content: "";
}

.bi-filetype-tiff::before {
	content: "";
}

.bi-filetype-tsx::before {
	content: "";
}

.bi-filetype-ttf::before {
	content: "";
}

.bi-filetype-txt::before {
	content: "";
}

.bi-filetype-wav::before {
	content: "";
}

.bi-filetype-woff::before {
	content: "";
}

.bi-filetype-xls::before {
	content: "";
}

.bi-filetype-xml::before {
	content: "";
}

.bi-filetype-yml::before {
	content: "";
}

.bi-heart-arrow::before {
	content: "";
}

.bi-heart-pulse-fill::before {
	content: "";
}

.bi-heart-pulse::before {
	content: "";
}

.bi-heartbreak-fill::before {
	content: "";
}

.bi-heartbreak::before {
	content: "";
}

.bi-hearts::before {
	content: "";
}

.bi-hospital-fill::before {
	content: "";
}

.bi-hospital::before {
	content: "";
}

.bi-house-heart-fill::before {
	content: "";
}

.bi-house-heart::before {
	content: "";
}

.bi-incognito::before {
	content: "";
}

.bi-magnet-fill::before {
	content: "";
}

.bi-magnet::before {
	content: "";
}

.bi-person-heart::before {
	content: "";
}

.bi-person-hearts::before {
	content: "";
}

.bi-phone-flip::before {
	content: "";
}

.bi-plugin::before {
	content: "";
}

.bi-postage-fill::before {
	content: "";
}

.bi-postage-heart-fill::before {
	content: "";
}

.bi-postage-heart::before {
	content: "";
}

.bi-postage::before {
	content: "";
}

.bi-postcard-fill::before {
	content: "";
}

.bi-postcard-heart-fill::before {
	content: "";
}

.bi-postcard-heart::before {
	content: "";
}

.bi-postcard::before {
	content: "";
}

.bi-search-heart-fill::before {
	content: "";
}

.bi-search-heart::before {
	content: "";
}

.bi-sliders2-vertical::before {
	content: "";
}

.bi-sliders2::before {
	content: "";
}

.bi-trash3-fill::before {
	content: "";
}

.bi-trash3::before {
	content: "";
}

.bi-valentine::before {
	content: "";
}

.bi-valentine2::before {
	content: "";
}

.bi-wrench-adjustable-circle-fill::before {
	content: "";
}

.bi-wrench-adjustable-circle::before {
	content: "";
}

.bi-wrench-adjustable::before {
	content: "";
}

.bi-filetype-json::before {
	content: "";
}

.bi-filetype-pptx::before {
	content: "";
}

.bi-filetype-xlsx::before {
	content: "";
}

.bi-1-circle-fill::before {
	content: "";
}

.bi-1-circle::before {
	content: "";
}

.bi-1-square-fill::before {
	content: "";
}

.bi-1-square::before {
	content: "";
}

.bi-2-circle-fill::before {
	content: "";
}

.bi-2-circle::before {
	content: "";
}

.bi-2-square-fill::before {
	content: "";
}

.bi-2-square::before {
	content: "";
}

.bi-3-circle-fill::before {
	content: "";
}

.bi-3-circle::before {
	content: "";
}

.bi-3-square-fill::before {
	content: "";
}

.bi-3-square::before {
	content: "";
}

.bi-4-circle-fill::before {
	content: "";
}

.bi-4-circle::before {
	content: "";
}

.bi-4-square-fill::before {
	content: "";
}

.bi-4-square::before {
	content: "";
}

.bi-5-circle-fill::before {
	content: "";
}

.bi-5-circle::before {
	content: "";
}

.bi-5-square-fill::before {
	content: "";
}

.bi-5-square::before {
	content: "";
}

.bi-6-circle-fill::before {
	content: "";
}

.bi-6-circle::before {
	content: "";
}

.bi-6-square-fill::before {
	content: "";
}

.bi-6-square::before {
	content: "";
}

.bi-7-circle-fill::before {
	content: "";
}

.bi-7-circle::before {
	content: "";
}

.bi-7-square-fill::before {
	content: "";
}

.bi-7-square::before {
	content: "";
}

.bi-8-circle-fill::before {
	content: "";
}

.bi-8-circle::before {
	content: "";
}

.bi-8-square-fill::before {
	content: "";
}

.bi-8-square::before {
	content: "";
}

.bi-9-circle-fill::before {
	content: "";
}

.bi-9-circle::before {
	content: "";
}

.bi-9-square-fill::before {
	content: "";
}

.bi-9-square::before {
	content: "";
}

.bi-airplane-engines-fill::before {
	content: "";
}

.bi-airplane-engines::before {
	content: "";
}

.bi-airplane-fill::before {
	content: "";
}

.bi-airplane::before {
	content: "";
}

.bi-alexa::before {
	content: "";
}

.bi-alipay::before {
	content: "";
}

.bi-android::before {
	content: "";
}

.bi-android2::before {
	content: "";
}

.bi-box-fill::before {
	content: "";
}

.bi-box-seam-fill::before {
	content: "";
}

.bi-browser-chrome::before {
	content: "";
}

.bi-browser-edge::before {
	content: "";
}

.bi-browser-firefox::before {
	content: "";
}

.bi-browser-safari::before {
	content: "";
}

.bi-c-circle-fill::before {
	content: "";
}

.bi-c-circle::before {
	content: "";
}

.bi-c-square-fill::before {
	content: "";
}

.bi-c-square::before {
	content: "";
}

.bi-capsule-pill::before {
	content: "";
}

.bi-capsule::before {
	content: "";
}

.bi-car-front-fill::before {
	content: "";
}

.bi-car-front::before {
	content: "";
}

.bi-cassette-fill::before {
	content: "";
}

.bi-cassette::before {
	content: "";
}

.bi-cc-circle-fill::before {
	content: "";
}

.bi-cc-circle::before {
	content: "";
}

.bi-cc-square-fill::before {
	content: "";
}

.bi-cc-square::before {
	content: "";
}

.bi-cup-hot-fill::before {
	content: "";
}

.bi-cup-hot::before {
	content: "";
}

.bi-currency-rupee::before {
	content: "";
}

.bi-dropbox::before {
	content: "";
}

.bi-escape::before {
	content: "";
}

.bi-fast-forward-btn-fill::before {
	content: "";
}

.bi-fast-forward-btn::before {
	content: "";
}

.bi-fast-forward-circle-fill::before {
	content: "";
}

.bi-fast-forward-circle::before {
	content: "";
}

.bi-fast-forward-fill::before {
	content: "";
}

.bi-fast-forward::before {
	content: "";
}

.bi-filetype-sql::before {
	content: "";
}

.bi-fire::before {
	content: "";
}

.bi-google-play::before {
	content: "";
}

.bi-h-circle-fill::before {
	content: "";
}

.bi-h-circle::before {
	content: "";
}

.bi-h-square-fill::before {
	content: "";
}

.bi-h-square::before {
	content: "";
}

.bi-indent::before {
	content: "";
}

.bi-lungs-fill::before {
	content: "";
}

.bi-lungs::before {
	content: "";
}

.bi-microsoft-teams::before {
	content: "";
}

.bi-p-circle-fill::before {
	content: "";
}

.bi-p-circle::before {
	content: "";
}

.bi-p-square-fill::before {
	content: "";
}

.bi-p-square::before {
	content: "";
}

.bi-pass-fill::before {
	content: "";
}

.bi-pass::before {
	content: "";
}

.bi-prescription::before {
	content: "";
}

.bi-prescription2::before {
	content: "";
}

.bi-r-circle-fill::before {
	content: "";
}

.bi-r-circle::before {
	content: "";
}

.bi-r-square-fill::before {
	content: "";
}

.bi-r-square::before {
	content: "";
}

.bi-repeat-1::before {
	content: "";
}

.bi-repeat::before {
	content: "";
}

.bi-rewind-btn-fill::before {
	content: "";
}

.bi-rewind-btn::before {
	content: "";
}

.bi-rewind-circle-fill::before {
	content: "";
}

.bi-rewind-circle::before {
	content: "";
}

.bi-rewind-fill::before {
	content: "";
}

.bi-rewind::before {
	content: "";
}

.bi-train-freight-front-fill::before {
	content: "";
}

.bi-train-freight-front::before {
	content: "";
}

.bi-train-front-fill::before {
	content: "";
}

.bi-train-front::before {
	content: "";
}

.bi-train-lightrail-front-fill::before {
	content: "";
}

.bi-train-lightrail-front::before {
	content: "";
}

.bi-truck-front-fill::before {
	content: "";
}

.bi-truck-front::before {
	content: "";
}

.bi-ubuntu::before {
	content: "";
}

.bi-unindent::before {
	content: "";
}

.bi-unity::before {
	content: "";
}

.bi-universal-access-circle::before {
	content: "";
}

.bi-universal-access::before {
	content: "";
}

.bi-virus::before {
	content: "";
}

.bi-virus2::before {
	content: "";
}

.bi-wechat::before {
	content: "";
}

.bi-yelp::before {
	content: "";
}

.bi-sign-stop-fill::before {
	content: "";
}

.bi-sign-stop-lights-fill::before {
	content: "";
}

.bi-sign-stop-lights::before {
	content: "";
}

.bi-sign-stop::before {
	content: "";
}

.bi-sign-turn-left-fill::before {
	content: "";
}

.bi-sign-turn-left::before {
	content: "";
}

.bi-sign-turn-right-fill::before {
	content: "";
}

.bi-sign-turn-right::before {
	content: "";
}

.bi-sign-turn-slight-left-fill::before {
	content: "";
}

.bi-sign-turn-slight-left::before {
	content: "";
}

.bi-sign-turn-slight-right-fill::before {
	content: "";
}

.bi-sign-turn-slight-right::before {
	content: "";
}

.bi-sign-yield-fill::before {
	content: "";
}

.bi-sign-yield::before {
	content: "";
}

.bi-ev-station-fill::before {
	content: "";
}

.bi-ev-station::before {
	content: "";
}

.bi-fuel-pump-diesel-fill::before {
	content: "";
}

.bi-fuel-pump-diesel::before {
	content: "";
}

.bi-fuel-pump-fill::before {
	content: "";
}

.bi-fuel-pump::before {
	content: "";
}

.bi-0-circle-fill::before {
	content: "";
}

.bi-0-circle::before {
	content: "";
}

.bi-0-square-fill::before {
	content: "";
}

.bi-0-square::before {
	content: "";
}

.bi-rocket-fill::before {
	content: "";
}

.bi-rocket-takeoff-fill::before {
	content: "";
}

.bi-rocket-takeoff::before {
	content: "";
}

.bi-rocket::before {
	content: "";
}

.bi-stripe::before {
	content: "";
}

.bi-subscript::before {
	content: "";
}

.bi-superscript::before {
	content: "";
}

.bi-trello::before {
	content: "";
}

.bi-envelope-at-fill::before {
	content: "";
}

.bi-envelope-at::before {
	content: "";
}

.bi-regex::before {
	content: "";
}

.bi-text-wrap::before {
	content: "";
}

.bi-sign-dead-end-fill::before {
	content: "";
}

.bi-sign-dead-end::before {
	content: "";
}

.bi-sign-do-not-enter-fill::before {
	content: "";
}

.bi-sign-do-not-enter::before {
	content: "";
}

.bi-sign-intersection-fill::before {
	content: "";
}

.bi-sign-intersection-side-fill::before {
	content: "";
}

.bi-sign-intersection-side::before {
	content: "";
}

.bi-sign-intersection-t-fill::before {
	content: "";
}

.bi-sign-intersection-t::before {
	content: "";
}

.bi-sign-intersection-y-fill::before {
	content: "";
}

.bi-sign-intersection-y::before {
	content: "";
}

.bi-sign-intersection::before {
	content: "";
}

.bi-sign-merge-left-fill::before {
	content: "";
}

.bi-sign-merge-left::before {
	content: "";
}

.bi-sign-merge-right-fill::before {
	content: "";
}

.bi-sign-merge-right::before {
	content: "";
}

.bi-sign-no-left-turn-fill::before {
	content: "";
}

.bi-sign-no-left-turn::before {
	content: "";
}

.bi-sign-no-parking-fill::before {
	content: "";
}

.bi-sign-no-parking::before {
	content: "";
}

.bi-sign-no-right-turn-fill::before {
	content: "";
}

.bi-sign-no-right-turn::before {
	content: "";
}

.bi-sign-railroad-fill::before {
	content: "";
}

.bi-sign-railroad::before {
	content: "";
}

.bi-building-add::before {
	content: "";
}

.bi-building-check::before {
	content: "";
}

.bi-building-dash::before {
	content: "";
}

.bi-building-down::before {
	content: "";
}

.bi-building-exclamation::before {
	content: "";
}

.bi-building-fill-add::before {
	content: "";
}

.bi-building-fill-check::before {
	content: "";
}

.bi-building-fill-dash::before {
	content: "";
}

.bi-building-fill-down::before {
	content: "";
}

.bi-building-fill-exclamation::before {
	content: "";
}

.bi-building-fill-gear::before {
	content: "";
}

.bi-building-fill-lock::before {
	content: "";
}

.bi-building-fill-slash::before {
	content: "";
}

.bi-building-fill-up::before {
	content: "";
}

.bi-building-fill-x::before {
	content: "";
}

.bi-building-fill::before {
	content: "";
}

.bi-building-gear::before {
	content: "";
}

.bi-building-lock::before {
	content: "";
}

.bi-building-slash::before {
	content: "";
}

.bi-building-up::before {
	content: "";
}

.bi-building-x::before {
	content: "";
}

.bi-buildings-fill::before {
	content: "";
}

.bi-buildings::before {
	content: "";
}

.bi-bus-front-fill::before {
	content: "";
}

.bi-bus-front::before {
	content: "";
}

.bi-ev-front-fill::before {
	content: "";
}

.bi-ev-front::before {
	content: "";
}

.bi-globe-americas::before {
	content: "";
}

.bi-globe-asia-australia::before {
	content: "";
}

.bi-globe-central-south-asia::before {
	content: "";
}

.bi-globe-europe-africa::before {
	content: "";
}

.bi-house-add-fill::before {
	content: "";
}

.bi-house-add::before {
	content: "";
}

.bi-house-check-fill::before {
	content: "";
}

.bi-house-check::before {
	content: "";
}

.bi-house-dash-fill::before {
	content: "";
}

.bi-house-dash::before {
	content: "";
}

.bi-house-down-fill::before {
	content: "";
}

.bi-house-down::before {
	content: "";
}

.bi-house-exclamation-fill::before {
	content: "";
}

.bi-house-exclamation::before {
	content: "";
}

.bi-house-gear-fill::before {
	content: "";
}

.bi-house-gear::before {
	content: "";
}

.bi-house-lock-fill::before {
	content: "";
}

.bi-house-lock::before {
	content: "";
}

.bi-house-slash-fill::before {
	content: "";
}

.bi-house-slash::before {
	content: "";
}

.bi-house-up-fill::before {
	content: "";
}

.bi-house-up::before {
	content: "";
}

.bi-house-x-fill::before {
	content: "";
}

.bi-house-x::before {
	content: "";
}

.bi-person-add::before {
	content: "";
}

.bi-person-down::before {
	content: "";
}

.bi-person-exclamation::before {
	content: "";
}

.bi-person-fill-add::before {
	content: "";
}

.bi-person-fill-check::before {
	content: "";
}

.bi-person-fill-dash::before {
	content: "";
}

.bi-person-fill-down::before {
	content: "";
}

.bi-person-fill-exclamation::before {
	content: "";
}

.bi-person-fill-gear::before {
	content: "";
}

.bi-person-fill-lock::before {
	content: "";
}

.bi-person-fill-slash::before {
	content: "";
}

.bi-person-fill-up::before {
	content: "";
}

.bi-person-fill-x::before {
	content: "";
}

.bi-person-gear::before {
	content: "";
}

.bi-person-lock::before {
	content: "";
}

.bi-person-slash::before {
	content: "";
}

.bi-person-up::before {
	content: "";
}

.bi-scooter::before {
	content: "";
}

.bi-taxi-front-fill::before {
	content: "";
}

.bi-taxi-front::before {
	content: "";
}

.bi-amd::before {
	content: "";
}

.bi-database-add::before {
	content: "";
}

.bi-database-check::before {
	content: "";
}

.bi-database-dash::before {
	content: "";
}

.bi-database-down::before {
	content: "";
}

.bi-database-exclamation::before {
	content: "";
}

.bi-database-fill-add::before {
	content: "";
}

.bi-database-fill-check::before {
	content: "";
}

.bi-database-fill-dash::before {
	content: "";
}

.bi-database-fill-down::before {
	content: "";
}

.bi-database-fill-exclamation::before {
	content: "";
}

.bi-database-fill-gear::before {
	content: "";
}

.bi-database-fill-lock::before {
	content: "";
}

.bi-database-fill-slash::before {
	content: "";
}

.bi-database-fill-up::before {
	content: "";
}

.bi-database-fill-x::before {
	content: "";
}

.bi-database-fill::before {
	content: "";
}

.bi-database-gear::before {
	content: "";
}

.bi-database-lock::before {
	content: "";
}

.bi-database-slash::before {
	content: "";
}

.bi-database-up::before {
	content: "";
}

.bi-database-x::before {
	content: "";
}

.bi-database::before {
	content: "";
}

.bi-houses-fill::before {
	content: "";
}

.bi-houses::before {
	content: "";
}

.bi-nvidia::before {
	content: "";
}

.bi-person-vcard-fill::before {
	content: "";
}

.bi-person-vcard::before {
	content: "";
}

.bi-sina-weibo::before {
	content: "";
}

.bi-tencent-qq::before {
	content: "";
}

.bi-wikipedia::before {
	content: "";
}

.bi-alphabet-uppercase::before {
	content: "";
}

.bi-alphabet::before {
	content: "";
}

.bi-amazon::before {
	content: "";
}

.bi-arrows-collapse-vertical::before {
	content: "";
}

.bi-arrows-expand-vertical::before {
	content: "";
}

.bi-arrows-vertical::before {
	content: "";
}

.bi-arrows::before {
	content: "";
}

.bi-ban-fill::before {
	content: "";
}

.bi-ban::before {
	content: "";
}

.bi-bing::before {
	content: "";
}

.bi-cake::before {
	content: "";
}

.bi-cake2::before {
	content: "";
}

.bi-cookie::before {
	content: "";
}

.bi-copy::before {
	content: "";
}

.bi-crosshair::before {
	content: "";
}

.bi-crosshair2::before {
	content: "";
}

.bi-emoji-astonished-fill::before {
	content: "";
}

.bi-emoji-astonished::before {
	content: "";
}

.bi-emoji-grimace-fill::before {
	content: "";
}

.bi-emoji-grimace::before {
	content: "";
}

.bi-emoji-grin-fill::before {
	content: "";
}

.bi-emoji-grin::before {
	content: "";
}

.bi-emoji-surprise-fill::before {
	content: "";
}

.bi-emoji-surprise::before {
	content: "";
}

.bi-emoji-tear-fill::before {
	content: "";
}

.bi-emoji-tear::before {
	content: "";
}

.bi-envelope-arrow-down-fill::before {
	content: "";
}

.bi-envelope-arrow-down::before {
	content: "";
}

.bi-envelope-arrow-up-fill::before {
	content: "";
}

.bi-envelope-arrow-up::before {
	content: "";
}

.bi-feather::before {
	content: "";
}

.bi-feather2::before {
	content: "";
}

.bi-floppy-fill::before {
	content: "";
}

.bi-floppy::before {
	content: "";
}

.bi-floppy2-fill::before {
	content: "";
}

.bi-floppy2::before {
	content: "";
}

.bi-gitlab::before {
	content: "";
}

.bi-highlighter::before {
	content: "";
}

.bi-marker-tip::before {
	content: "";
}

.bi-nvme-fill::before {
	content: "";
}

.bi-nvme::before {
	content: "";
}

.bi-opencollective::before {
	content: "";
}

.bi-pci-card-network::before {
	content: "";
}

.bi-pci-card-sound::before {
	content: "";
}

.bi-radar::before {
	content: "";
}

.bi-send-arrow-down-fill::before {
	content: "";
}

.bi-send-arrow-down::before {
	content: "";
}

.bi-send-arrow-up-fill::before {
	content: "";
}

.bi-send-arrow-up::before {
	content: "";
}

.bi-sim-slash-fill::before {
	content: "";
}

.bi-sim-slash::before {
	content: "";
}

.bi-sourceforge::before {
	content: "";
}

.bi-substack::before {
	content: "";
}

.bi-threads-fill::before {
	content: "";
}

.bi-threads::before {
	content: "";
}

.bi-transparency::before {
	content: "";
}

.bi-twitter-x::before {
	content: "";
}

.bi-type-h4::before {
	content: "";
}

.bi-type-h5::before {
	content: "";
}

.bi-type-h6::before {
	content: "";
}

.bi-backpack-fill::before {
	content: "";
}

.bi-backpack::before {
	content: "";
}

.bi-backpack2-fill::before {
	content: "";
}

.bi-backpack2::before {
	content: "";
}

.bi-backpack3-fill::before {
	content: "";
}

.bi-backpack3::before {
	content: "";
}

.bi-backpack4-fill::before {
	content: "";
}

.bi-backpack4::before {
	content: "";
}

.bi-brilliance::before {
	content: "";
}

.bi-cake-fill::before {
	content: "";
}

.bi-cake2-fill::before {
	content: "";
}

.bi-duffle-fill::before {
	content: "";
}

.bi-duffle::before {
	content: "";
}

.bi-exposure::before {
	content: "";
}

.bi-gender-neuter::before {
	content: "";
}

.bi-highlights::before {
	content: "";
}

.bi-luggage-fill::before {
	content: "";
}

.bi-luggage::before {
	content: "";
}

.bi-mailbox-flag::before {
	content: "";
}

.bi-mailbox2-flag::before {
	content: "";
}

.bi-noise-reduction::before {
	content: "";
}

.bi-passport-fill::before {
	content: "";
}

.bi-passport::before {
	content: "";
}

.bi-person-arms-up::before {
	content: "";
}

.bi-person-raised-hand::before {
	content: "";
}

.bi-person-standing-dress::before {
	content: "";
}

.bi-person-standing::before {
	content: "";
}

.bi-person-walking::before {
	content: "";
}

.bi-person-wheelchair::before {
	content: "";
}

.bi-shadows::before {
	content: "";
}

.bi-suitcase-fill::before {
	content: "";
}

.bi-suitcase-lg-fill::before {
	content: "";
}

.bi-suitcase-lg::before {
	content: "";
}

.bi-suitcase::before {
	content: "豈";
}

.bi-suitcase2-fill::before {
	content: "更";
}

.bi-suitcase2::before {
	content: "車";
}

.bi-vignette::before {
	content: "賈";
}

:root {
	--bookly-css-version: "26.8";
}

.bookly-list-none {
	list-style: none;
}

.bookly-left {
	float: left !important;
}

.bookly-right {
	float: right !important;
}

.bookly-clear {
	clear: both !important;
}

.bookly-rtext {
	text-align: right !important;
}

.bookly-text-center {
	text-align: center;
}

.bookly-bold {
	font-weight: bold !important;
}

.bookly-list {
	margin-left: 10px !important;
}

.bookly-clear-bottom {
	margin-bottom: 0 !important;
}

.bookly-none {
	display: none !important;
}

.bookly-nowrap {
	white-space: nowrap;
}

.bookly-inline-block {
	display: inline-block !important;
}

.bookly-btn {
	text-decoration: none;
}

.bookly-btn[disabled], .bookly-btn-submit[disabled] {
	opacity: .5;
}

.bookly-font-mono {
	font-family: monospace !important;
}

/* Layout */
.bookly-box {
	margin: 0 0 20px;
	overflow: hidden;
}

.bookly-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.bookly-table > * {
	display: table-cell;
	vertical-align: top;
	width: auto;
}

.bookly-table::before, .bookly-table::after {
	content: unset !important;
}

/* Form Elements */
.bookly-form {
	margin: 0 auto;
}

.bookly-form * {
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: inherit;
}

.bookly-form input[type="text"], .bookly-form input[type="tel"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form select, .bookly-form textarea {
	font-size: 14px !important;
	line-height: normal !important;
	border: 1px solid silver !important;
	border-radius: 4px !important;
	width: 100% !important;
}

.bookly-form input[type="text"], .bookly-form input[type="tel"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form select {
	height: auto !important;
}

.bookly-form input[type="text"], .bookly-form input[type="tel"], .bookly-form input[type="checkbox"], .bookly-form input[type="radio"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form select, .bookly-form textarea {
	display: inline-block;
	margin: 0 !important;
	outline: none !important;
}

.bookly-form input[type="text"], .bookly-form input[type="tel"], .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form textarea {
	padding-top: 6px !important;
	padding-bottom: 5px !important;
	padding-right: 7px !important;
}

.bookly-form input[type="text"]:not(.iti__tel-input), .bookly-form input[type="tel"]:not(.iti__tel-input), .bookly-form input[type="number"], .bookly-form input[type="password"], .bookly-form textarea {
	padding-left: 7px !important;
}

.bookly-form select {
	padding: 5px 6px 4px !important;
}

.bookly-form label {
	display: inline;
	float: none;
	font-size: 14px;
}

.bookly-form label:not(.bookly-col-label) {
	width: auto;
}

.bookly-form img {
	display: inline;
}

.bookly-form .bookly-label-error {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.bookly-form .bookly-btn + input[type=file] {
	width: 0;
	height: 0;
	opacity: 0;
	display: block;
}

.bookly-form-group > label {
	display: inline-block;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 !important;
}

.bookly-form-group > div {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.bookly-form-group:not(:last-child) > div {
	margin-right: 14px;
}

/* Buttons */
.bookly-nav-steps {
	padding-top: 20px !important;
	border-top: 1px solid silver !important;
	overflow: hidden;
}

.bookly-box.bookly-nav-steps {
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.bookly-box.bookly-nav-steps button {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.bookly-btn {
	padding: 9px 18px !important;
	border: 0 !important;
	min-width: 118px;
	display: block;
	text-align: center;
	line-height: normal;
	border-radius: 4px !important;
	background: var(--bookly-main-color);
	cursor: pointer !important;
	height: auto !important;
	outline: none !important;
}

.bookly-btn, .bookly-btn > span {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 17px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

button.bookly-btn:hover, button.bookly-btn:active, button.bookly-round:hover, button.bookly-round:active, button.bookly-square:hover, button.bookly-square:active {
	background-image: none !important;
}

button.bookly-btn:hover.nitro-lazy, button.bookly-btn:active.nitro-lazy, button.bookly-round:hover.nitro-lazy, button.bookly-round:active.nitro-lazy, button.bookly-square:hover.nitro-lazy, button.bookly-square:active.nitro-lazy {
	background-image: none !important;
}

.bookly-time-next, .bookly-time-prev {
	min-width: 60px;
	height: 35px !important;
	padding: 0 5px !important;
}

.bookly-time-next {
	background-position: 50% -56px;
}

.bookly-time-prev {
	background-position: 50% 8px;
}

.bookly-square, .bookly-round {
	width: 28px;
	height: 28px;
	padding: 0 !important;
	line-height: 0 !important;
	border: 0 !important;
	outline: none !important;
	background-repeat: no-repeat;
}

.bookly-round {
	border-radius: 50% !important;
}

span.bookly-round {
	display: block;
}

.bookly-square {
	border-radius: 15%;
}

.bookly-checkbox-group > input[type='checkbox'] {
	width: 0 !important;
	height: 0 !important;
	max-width: 0px !important;
	max-height: 0px !important;
	min-width: 0px !important;
	min-height: 0px !important;
	opacity: 0;
}

.bookly-checkbox-group > input[type='checkbox']:focus + label > i {
	border-radius: 3px;
	outline: 0;
	box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.bookly-checkbox-group > input[type='checkbox'] + label > i {
	width: 28px;
	height: 28px;
	border: 2px solid var(--bookly-main-color);
	border-radius: 4px;
}

.bookly-checkbox-group > input[type='checkbox']:checked + label > i {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/check-square.svg");
	background-color: var(--bookly-main-color);
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-checkbox-group > input[type='checkbox']:checked + label > i.nitro-lazy {
	background-image: none !important;
}

.bookly-checkbox-group > input[type='checkbox']:disabled + label > i {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/x.svg") !important;
	opacity: .8;
	cursor: not-allowed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--bookly-main-color);
}

.bookly-checkbox-group > input[type='checkbox']:disabled + label > i.nitro-lazy {
	background-image: none !important;
}

.bookly-checkbox-group label {
	font-weight: bold;
}

.bookly-row label {
	vertical-align: text-top;
}

.bookly-checkbox-group label:nth-child(3) {
	margin-left: 4px;
}

.bookly-round-button {
	cursor: pointer !important;
}

.bookly-round-button:first-child {
	margin-right: 5px !important;
}

.bookly-round-button img {
	border: 0 !important;
	box-shadow: none;
}

.bookly-triangle {
	width: 29px;
	height: 29px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 26px solid;
}

.bookly-back-step {
	margin-right: 10px;
	float: left !important;
}

.bookly-next-step {
	float: right !important;
}

.bookly-mobile-prev-step {
	margin-right: 10px;
}

/* Progress Tracker */
.bookly-progress-tracker {
	margin: 0 0 20px !important;
	padding: 0 !important;
}

.bookly-progress-tracker > div {
	padding-left: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
}

.bookly-progress-tracker .step {
	height: 15px;
	background: #bec3c7;
	margin-top: 5px;
}

.bookly-progress-tracker > div:first-child .step {
	border-radius: 5px 0 0 5px;
}

.bookly-progress-tracker > div:last-child .step {
	border-radius: 0 5px 5px 0;
}

.bookly-progress-tracker > div:first-child {
	padding-left: 0;
}

/* Service */
.bookly-service-step .bookly-date-from {
	cursor: text !important;
}

.bookly-service-step .bookly-available-date, .bookly-service-step .bookly-week-days, .bookly-repeat-step .bookly-week-days, .bookly-service-step .bookly-time-range {
	margin-bottom: 20px !important;
}

.bookly-service-step .bookly-available-date .bookly-form-group > div {
	margin-right: 0;
}

.bookly-service-step .bookly-available-date, .bookly-service-step .bookly-week-days {
	margin-right: 14px !important;
}

.bookly-form .bookly-service-step .bookly-week-days, .bookly-form .bookly-repeat-step .bookly-week-days {
	width: auto;
	display: flex;
	justify-content: center;
}

.bookly-service-step .bookly-week-days > div, .bookly-repeat-step .bookly-week-days > div {
	text-align: center;
	min-width: 35px;
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'], .bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
	background-color: var(--bookly-main-color);
	border-color: var(--bookly-main-color);
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox']:checked, .bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox']:checked {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox']:checked.nitro-lazy, .bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox']:checked.nitro-lazy {
	background-image: none !important;
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'], .bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block !important;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 8px auto 0 !important;
	border-radius: 50%;
	cursor: pointer;
	background-color: var(--bookly-main-color);
}

.bookly-service-step .bookly-week-days label input, .bookly-repeat-step .bookly-week-days label input {
	visibility: hidden;
}

.bookly-service-step .bookly-time-range select {
	width: auto !important;
}

.bookly-mobile-step-1 .bookly-nav-steps {
	display: none;
}

.bookly-chain-actions {
	width: 50px;
}

/* Extras */
.bookly-mw-150 {
	max-width: 150px;
}

.bookly-extra-step .bookly-extras-item {
	display: inline-block;
	width: 25%;
	margin: 0 -2px !important;
	margin-bottom: 2px !important;
	vertical-align: top !important;
}

.bookly-extra-step .bookly-extras-thumb {
	border: 2px solid #bec3c7;
	padding: 10px;
	line-height: normal;
	border-radius: 5px;
	margin: 3px;
	text-align: center;
	cursor: pointer;
}

.bookly-extra-step .bookly-extras-thumb img {
	max-width: 100%;
}

.bookly-extra-step .bookly-extras-thumb div {
	background-position: center;
}

.bookly-extra-step div.bookly-extras-summary {
	display: inline-block;
	font-weight: bold;
}

.bookly-extra-step .bookly-extras-item .bookly-extras-count-controls {
	margin-top: 10px;
	text-align: center;
}

.bookly-extra-step .bookly-extras-count-controls > * {
	vertical-align: middle;
}

.bookly-extra-step .bookly-extras-item .bookly-extras-total-price {
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.bookly-extra-step .bookly-extras-item input {
	width: 3em !important;
	text-align: center;
}

.bookly-extra-step .bookly-extras-increment {
	margin-left: 5px;
}

/* Time */
.bookly-time-step {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px !important;
	margin-left: auto;
	margin-right: auto;
}

.bookly-columnizer-wrap {
	position: relative;
}

.bookly-columnizer {
	min-height: .01%;
	white-space: nowrap;
	position: relative;
}

.bookly-columnizer .bookly-time-screen {
	display: inline-block;
	min-height: .01%;
}

#bookly-tbs .bookly-columnizer .bookly-time-screen {
	overflow: hidden;
	overflow-x: auto;
}

.bookly-columnizer .bookly-column {
	min-width: 127px;
	padding: 0 5px;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	float: none !important;
}

.bookly-columnizer .bookly-column.bookly-column-wide {
	min-width: 205px;
}

.bookly-columnizer .bookly-column.bookly-column-wide .bookly-hour .bookly-time-main {
	min-width: 160px;
}

.bookly-columnizer .bookly-column.bookly-column-wide span.bookly-time-additional {
	float: right;
	margin-right: 10px;
}

.bookly-columnizer .bookly-day, .bookly-columnizer .bookly-hour {
	display: block !important;
	min-width: 0;
	width: 100%;
	margin: 1.5px 0 !important;
	background: white;
	height: 36px;
	padding: 6px;
	font-size: 13px !important;
	line-height: 20px;
	text-align: center;
	float: none !important;
	vertical-align: middle;
	text-transform: none;
	border: 1px solid #ccc !important;
	border-radius: 4px;
}

.bookly-columnizer .bookly-day {
	cursor: default !important;
	text-decoration: none;
}

.bookly-columnizer .bookly-hour {
	background: white !important;
	cursor: pointer;
}

.bookly-columnizer .bookly-hour span {
	font-weight: normal;
	color: #333 !important;
}

.bookly-columnizer .bookly-hour.bookly-slot-in-waiting-list {
	background-color: #d6d6d6 !important;
}

.bookly-columnizer .bookly-hour .bookly-time-main {
	min-width: 92px;
}

.bookly-columnizer .bookly-hour.bookly-slot-in-special-hour .bookly-time-main {
	font-weight: bold;
}

.bookly-columnizer .bookly-hour .ladda-label {
	display: inline-block;
}

.bookly-form .bookly-schedule-date, .bookly-form .bookly-columnizer .bookly-day {
	background: var(--bookly-main-color);
	color: white !important;
	font-weight: bold !important;
	border: 1px solid var(--bookly-main-color);
}

.bookly-form .bookly-schedule-date input {
	color: black;
	font-weight: normal;
}

.bookly-columnizer .booked, .bookly-columnizer .booked:hover {
	opacity: .5;
	cursor: default !important;
}

.bookly-columnizer .booked span {
	text-decoration: line-through;
}

.bookly-columnizer .bookly-hour .bookly-hour-icon {
	display: block;
	float: left;
	background: none;
	outline: 2px solid #eee;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin-top: 2px;
	margin-right: 3px;
}

@media (hover) {
	.bookly-columnizer .bookly-hour:hover {
		border: 2px solid var(--bookly-main-color);
		color: var(--bookly-main-color);
	}
	
	.bookly-columnizer .bookly-hour.booked:hover {
		border: 1px solid #ccc !important;
		color: #333 !important;
	}
	
	.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon span {
		visibility: hidden;
	}
	
	.bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
		background: none;
		outline: 2px solid var(--bookly-main-color);
		color: var(--bookly-main-color);
		width: 16px;
		height: 16px;
		border-radius: 100%;
		margin-top: 2px;
		margin-right: 3px;
	}
	
	.bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon {
		border: 2px solid #ccc !important;
	}
	
	.bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 4px;
		background: var(--bookly-main-color);
		width: 8px;
		height: 8px;
		border: none;
		border-radius: 100%;
		display: block;
	}
}

.bookly-time-step .bookly-columnizer > button {
	display: none !important;
}

.bookly-time-step .bookly-columnizer > .bookly-column {
	display: none !important;
}

.bookly-slot-calendar {
	margin: 0 20px 20px 0;
	float: left;
}

.bookly-not-time-screen {
	font-size: 16px;
	height: 296px;
	margin-left: 320px;
	font-weight: bold;
}

.bookly-not-time-screen.bookly-not-calendar {
	height: auto;
	margin-left: 0;
	padding-bottom: 15px;
}

.bookly-spin-overlay {
	position: relative;
	opacity: .5;
}

.bookly-spin-overlay .bookly-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

select.bookly-time-zone-switcher {
	width: 220px !important;
}

/* Repeat */
.bookly-repeat-step {
	margin-bottom: 20px !important;
	min-width: 260px;
}

.bookly-repeat-step .bookly-row {
	margin: 12px 0 12px 0 !important;
}

.bookly-repeat-step .bookly-week-days {
	margin-bottom: 0 !important;
}

.bookly-repeat-step .bookly-get-schedule {
	display: inline-block;
}

.bookly-repeat-step .bookly-schedule-date, .bookly-repeat-step .bookly-schedule-time {
	width: 100px !important;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	border-radius: 4px;
	height: 28px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.bookly-repeat-step .bookly-schedule-time select {
	border: 0 !important;
	height: 26px !important;
	background-color: #fff;
	padding: 0 !important;
}

.bookly-repeat-step .bookly-schedule-date input {
	background-color: #fff;
	border: 0 !important;
	height: 26px !important;
	float: none !important;
}

.bookly-repeat-step .bookly-schedule-row {
	border: 1px solid #ccc !important;
	border-radius: 3px;
	display: flex;
}

.bookly-schedule-row .bookly-rounds-group {
	float: right !important;
	margin-top: 2px;
	margin-bottom: 4px;
	height: 28px;
}

.bookly-repeat-step .bookly-schedule-row > div {
	float: left;
	line-height: 25px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-appointment > div, .bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect > div {
	float: left;
}

.bookly-schedule-slots > div:not(:last-child) {
	margin-bottom: 12px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect {
	margin: 2px 2px 4px 0;
}

.bookly-repeat-step .bookly-schedule-row > div:first-child {
	width: 36px;
	height: 36px;
	padding: 4px;
	text-align: center;
	font-size: 20px;
}

.bookly-repeat-step .bookly-schedule-row > div:last-child {
	width: calc(100% - 36px);
	border-left: 1px solid #ccc !important;
	padding: 2px 2px 0 4px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-time {
	border: 1px solid #ccc !important;
	border-radius: 4px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info {
	display: none;
}

.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info > span {
	line-height: 32px;
}

.bookly-schedule-appointment.bookly-appointment-hidden > * {
	display: none !important;
	height: 0;
}

.bookly-schedule-appointment.bookly-appointment-hidden .bookly-hidden-info {
	display: block !important;
	width: 100%;
}

/* pagination */
.bookly-pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.bookly-pagination li {
	display: list-item;
	text-align: match-parent;
	margin: 0 -1px 0 0 !important;
}

.bookly-pagination li a {
	position: relative;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	width: 35px;
	height: 35px;
	line-height: 32px;
	text-align: center;
}

.bookly-pagination li a:focus {
	z-index: 3;
	outline: 0;
}

.bookly-pagination li.active a {
	color: #fff;
}

.bookly-pagination li:first-child a {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.bookly-pagination li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.bookly-visible-sm {
	display: none;
}

/* well */
.bookly-well {
	border: 1px solid #ccc !important;
	padding-right: 6px;
	padding-left: 6px;
	border-radius: 4px;
	background-color: #f2dede;
	vertical-align: middle;
	display: table;
}

.bookly-well > div:nth-child(1) {
	margin: 5px 5px 5px 0;
	float: left;
}

.bookly-well > div:nth-child(2) {
	min-height: 38px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.popover .editable-container, .popover .control-group {
	min-width: 300px;
}

label.bookly-checkbox-label input[type=checkbox] {
	position: relative;
	vertical-align: middle;
	bottom: 1px;
}

.bookly-round-md {
	width: 35px;
	height: 35px;
}

.bookly-triangle-md {
	margin: 5px 5px 5px 0;
	width: 35px;
	height: 35px;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 35px solid;
	float: left;
}

.bookly-icon-sm {
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.bookly-icon-sm i {
	margin: 0;
	padding: 0;
}

.bookly-icon-md {
	height: 24px;
	width: 24px;
	display: block;
	margin-left: 6px;
	background-repeat: no-repeat;
}

.bookly-triangle .bookly-icon-sm {
	margin-left: -2px;
	margin-top: 11px;
	height: 16px;
	padding-left: 4px;
}

.bookly-round-md .bookly-icon-md {
	margin: 6px;
}

.bookly-round .bookly-icon-md {
	margin: 6px;
}

button.bookly-round, label.bookly-square {
	cursor: pointer;
}

.bookly-round .ladda-label {
	display: inline !important;
}

.bookly-icon-sm.bookly-icon-restore {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/redo.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.bookly-icon-sm.bookly-icon-restore.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-exclamation {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/exclamation.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-icon-sm.bookly-icon-exclamation.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-i {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/info.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-icon-sm.bookly-icon-i.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-edit {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/edit.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.bookly-icon-sm.bookly-icon-edit.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-plus {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/plus.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-icon-sm.bookly-icon-plus.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-minus {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/minus.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-icon-sm.bookly-icon-minus.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-drop {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/delete.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.bookly-icon-sm.bookly-icon-drop.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-sm.bookly-icon-check {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bookly-icon-sm.bookly-icon-check.nitro-lazy {
	background-image: none !important;
}

.bookly-icon-user {
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-right: 4px;
	margin-top: 1px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/user.svg");
}

.bookly-icon-user.nitro-lazy {
	background-image: none !important;
}

/* Cart */
.bookly-go-to-cart {
	width: 35px;
	height: 35px;
	float: left !important;
}

.bookly-cart .bookly-mobile-version {
	display: none;
}

.bookly-cart table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none !important;
	table-layout: auto;
	width: 100%;
	margin: 0 !important;
}

.bookly-cart table .bookly-round {
	vertical-align: bottom;
}

.bookly-cart table th, .bookly-cart table td {
	border: 0;
	text-align: left;
	padding: 8px;
}

.bookly-cart tbody.bookly-mobile-version td, .bookly-cart tbody.bookly-mobile-version th {
	border-top: 1px solid rgba(51, 51, 51, .1);
}

.bookly-cart th, .bookly-cart tr.bookly-cart-primary, .bookly-cart tr.bookly-cart-primary td, .bookly-cart tfoot tr, .bookly-cart tfoot tr th {
	border-top: 1px solid rgba(51, 51, 51, .1);
	font-size: 14px !important;
}

.bookly-cart th {
	border-width: 0 0 1px 0;
	font-weight: 700;
	padding-top: 0 !important;
}

.bookly-cart table tfoot th, .bookly-cart table tfoot td {
	border-top: 2px solid rgba(51, 51, 51, .1);
}

.bookly-cart table tr.bookly-cart-sub-item td:first-child {
	padding-left: 25px;
}

.bookly-cart tbody.bookly-desktop-version, .bookly-cart tbody.bookly-desktop-version td, .bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item th, .bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item td {
	border: 0 !important;
}

/* Details */
.bookly-guest > .bookly-btn {
	display: inline-block;
	margin: 0 14px 12px 0;
}

.bookly-guest > .fb_iframe_widget_fluid {
	display: inline-block;
}

.bookly-guest > * {
	vertical-align: top;
}

.bookly-details-step .bookly-form-group input[type="text"].bookly-captcha {
	display: block;
	width: 160px !important;
	margin: 10px 0 0 !important;
}

.bookly-details-step .bookly-form-group .iti {
	display: block;
}

.bookly-details-step .bookly-table, .bookly-details-step .bookly-table > * {
	overflow: visible !important;
}

.bookly-details-step .bookly-form-group textarea {
	resize: vertical;
}

.bookly-details-step .bookly-custom-field-row > div > div > label, .bookly-details-step .bookly-custom-field-row > div > div > label > input[type="radio"], .bookly-details-step .bookly-custom-field-row > div > div > label > input[type="checkbox"] {
	cursor: pointer;
}

.bookly-details-step .bookly-custom-field-row > div > div > label > * {
	vertical-align: middle;
}

/* Payment */
.bookly-form input.bookly-user-coupon, .bookly-form input.bookly-user-gift, .bookly-form input.bookly-user-tips {
	width: 100px !important;
	margin: 0 10px !important;
}

.bookly-form select.bookly-card-exp {
	width: auto !important;
	margin-right: 10px !important;
}

.bookly-form input.bookly-card-cvc {
	width: 50px !important;
}

.bookly-form .bookly-payment-nav > div > label, .bookly-form .bookly-payment-nav > div > label > input[type="radio"] {
	cursor: pointer;
}

.bookly-form .bookly-payment-nav > div > label > * {
	vertical-align: middle;
}

.bookly-form .bookly-payment-nav > div > label > img {
	margin-left: 10px;
}

/* Modal Dialog */
.bookly-fade {
	display: none;
}

.bookly-in {
	display: block;
}

.bookly-close:hover, .bookly-close:focus, .bookly-close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: none;
	border: 0;
	margin-top: -25px;
}

.bookly-close:focus, .bookly-close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	background: none;
}

.bookly-modal {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
}

.bookly-modal .bookly-modal-dialog {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 100px;
}

.bookly-modal .bookly-modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.bookly-modal .bookly-modal-content .bookly-modal-header {
	min-height: 16.5px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}

.bookly-modal .bookly-modal-content .bookly-modal-header h4 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:focus, .bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:active, .bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:hover, .bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit {
	display: inline-block;
	padding: 6px 12px !important;
	border: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-cancel {
	border: 0;
	background: none;
	color: #21759b;
	cursor: pointer;
	padding: 0;
	vertical-align: -2px;
	font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body {
	position: relative;
	padding: 15px;
	font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group {
	margin-bottom: 10px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group label {
	font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label {
	cursor: pointer;
}

.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label > * {
	vertical-align: middle;
	cursor: pointer;
}

@media (max-width: 768px) {
	.bookly-modal .bookly-modal-dialog {
		width: auto;
		left: 15px;
		right: 15px;
		margin: 30px auto;
		top: 50px;
	}
}

.bookly-form .bookly-image-box {
	height: 298px;
	position: relative;
}

.bookly-form .bookly-image-box img {
	position: absolute;
	left: calc(50% - 149px);
	top: calc(50% - 149px);
}

.bookly-form .bookly-loading:before {
	content: "";
	position: absolute;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif") no-repeat;
	background-size: contain;
}

.bookly-row .bookly-text, .bookly-row .bookly-text-center, .bookly-row .bookly-col-label {
	padding-top: 6px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bookly-form .bookly-row .bookly-col-label {
	text-align: right;
	color: var(--bookly-main-color);
	font-weight: bold;
}

.bookly-row {
	margin: 0 !important;
	overflow: hidden;
}

.bookly-col-1, .bookly-col-2, .bookly-col-3, .bookly-col-4, .bookly-col-5, .bookly-col-6, .bookly-col-7, .bookly-col-8, .bookly-col-9, .bookly-col-10, .bookly-col-11, .bookly-col-12 {
	float: left !important;
	padding-left: 2px;
	padding-right: 2px;
}

.bookly-col-12 {
	width: 100%;
}

.bookly-col-11 {
	width: 91.66666667%;
}

.bookly-col-10 {
	width: 83.33333333%;
}

.bookly-col-9 {
	width: 75%;
}

.bookly-col-8 {
	width: 66.66666667%;
}

.bookly-col-7 {
	width: 58.33333333%;
}

.bookly-col-6 {
	width: 50%;
}

.bookly-col-5 {
	width: 41.66666667%;
}

.bookly-col-4 {
	width: 33.33333333%;
}

.bookly-col-3 {
	width: 25%;
}

.bookly-col-2 {
	width: 16.66666667%;
}

.bookly-col-1 {
	width: 8.33333333%;
}

.powered-by-bookly {
	font-size: 14px !important;
	color: #666;
	text-align: center;
}

.powered-by-bookly a {
	color: inherit;
}

.powered-by-bookly a:first-child {
	text-decoration: none !important;
}

/* Other */
.bookly-form *:focus {
	outline: 0;
	box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.bookly-form ::-webkit-input-placeholder {
	color: #bbb !important;
}

.bookly-form ::-moz-placeholder {
	color: #bbb !important;
}

/* Firefox 19+ */
.bookly-form :-moz-placeholder {
	color: #bbb !important;
}

/* Firefox 18- */
.bookly-form :-ms-input-placeholder {
	color: #bbb !important;
}

.bookly-form .bookly-category-info, .bookly-form .bookly-service-info, .bookly-form .bookly-staff-info {
	margin-top: -10px;
}

ol.bookly-stepper {
	display: none;
}

/* Mobile */
@media screen and (max-width: 650px) {
	.bookly-form-group label:empty {
		display: none !important;
	}
	
	.bookly-form-group > div {
		margin-right: 0 !important;
	}
	
	.bookly-table > * {
		display: block;
	}
	
	.bookly-repeat-step .bookly-table > * {
		display: table-cell;
	}
	
	.bookly-table .bookly-form-group {
		margin: 0 0 20px;
		width: 100% !important;
	}
	
	.bookly-table .bookly-form-group:last-child {
		margin: 0;
	}
	
	.bookly-progress-tracker {
		display: none !important;
	}
	
	/* Stepper */
	.bookly-form ol.bookly-stepper {
		display: flex !important;
		list-style: none;
		justify-content: space-between;
		margin: 0px 0px 20px 0px;
		padding: 4px;
		overflow: hidden;
		background: linear-gradient(180deg, transparent 15.9px, silver 16px, silver 17.9px, transparent 18px);
	}
	
	.bookly-form ol.bookly-stepper li {
		display: grid !important;
		position: relative;
		outline: none;
	}
	
	.bookly-form ol.bookly-stepper li::before {
		content: " ";
		display: grid !important;
		aspect-ratio: 1;
		height: 24px;
		border: 2px solid #fff;
		box-sizing: border-box;
		color: #fff;
		border-radius: 50%;
		z-index: 1;
		background-color: var(--bookly-main-color);
		border-color: var(--bookly-main-color);
		outline: 4px solid white;
	}
	
	.bookly-form ol.bookly-stepper li.bookly-step-active ~ li::before {
		background: white;
		border: 2px solid silver;
	}
	
	.bookly-form ol.bookly-stepper li.bookly-step-active::after {
		content: "";
		position: absolute;
		height: 2px;
		right: 100%;
		top: 11px;
		width: 100vw;
		background-color: var(--bookly-main-color);
	}
	
	.bookly-mobile-step-1 .bookly-nav-steps {
		display: block;
	}
	
	.bookly-mobile-step-2 {
		display: none;
	}
	
	.bookly-select-mobile {
		width: 95%;
		margin-top: 5px;
	}
	
	.bookly-mobile-next-step, .bookly-mobile-prev-step {
		display: block !important;
	}
	
	.bookly-mobile-float-none {
		float: none !important;
	}
	
	/* Service */
	.bookly-service-step .bookly-available-date, .bookly-service-step .bookly-week-days {
		margin-right: 0 !important;
	}
	
	.bookly-service-step .bookly-week-days, .bookly-repeat-step .bookly-week-days {
		width: 100%;
	}
	
	.bookly-service-step .bookly-week-days > div {
		display: table-cell;
	}
	
	.bookly-service-step .bookly-time-to, .bookly-service-step .bookly-time-from {
		display: inline-block;
		width: 48% !important;
	}
	
	.bookly-service-step .bookly-time-to {
		float: right !important;
	}
	
	.bookly-service-step .bookly-time-range select {
		width: 100% !important;
	}
	
	.bookly-mobile-step-1 {
		margin-right: 0;
	}
	
	.bookly-not-time-screen {
		height: auto !important;
		margin-left: 0 !important;
		margin-bottom: 15px;
		clear: both;
	}
	
	.bookly-btn {
		width: auto !important;
		min-width: 0;
		padding: 9px 18px !important;
		background-image: none !important;
	}
	
	.bookly-btn.nitro-lazy {
		background-image: none !important;
	}
	
	.bookly-go-to-cart {
		padding: 8px !important;
		width: 35px !important;
		height: 35px !important;
	}
	
	.bookly-extra-step .bookly-extras-item {
		width: 50%;
	}
	
	.bookly-cart .bookly-mobile-version {
		display: table-row-group;
	}
	
	.bookly-cart .bookly-desktop-version {
		display: none;
	}
	
	.bookly-col-12, .bookly-col-11, .bookly-col-10, .bookly-col-9, .bookly-col-8, .bookly-col-7, .bookly-col-6, .bookly-col-5, .bookly-col-4, .bookly-col-3, .bookly-col-2, .bookly-col-1 {
		width: 100%;
		padding: 0;
	}
	
	.bookly-visible-sm {
		display: block;
	}
	
	.bookly-visible-md {
		display: none !important;
	}
	
	.bookly-margin-top {
		margin-top: 12px;
	}
	
	.bookly-row .bookly-col-label, .bookly-row .bookly-text-center {
		text-align: left;
		text-transform: capitalize;
		padding-top: 0;
	}
	
	.bookly-repeat-step .bookly-schedule-row > div:first-child {
		width: 31px;
	}
	
	.bookly-repeat-step .bookly-schedule-row > div:last-child {
		width: calc(100% - 31px);
		padding: 2px 2px 0 2px;
	}
	
	.bookly-repeat-step .bookly-schedule-date, .bookly-repeat-step .bookly-schedule-time {
		margin-right: 2px;
	}
	
	.bookly-repeat-step .bookly-schedule-time {
		width: 90px !important;
	}
	
	button.bookly-inline-block {
		margin-bottom: 3px;
	}
	
	.bookly-form .bookly-row .bookly-col-label {
		text-align: left;
	}
}

/* intlTelInput.js */
.iti__flag {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags.png");
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-resolution: 2dppx) {
	.iti__flag {
		background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.bookly-radio-loading {
	border: 2px solid lightgrey;
	border-top: 2px solid black;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	animation: bookly-radio-loading-spin 2s linear infinite;
}

@keyframes bookly-radio-loading-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.pac-container {
	z-index: 1000000 !important;
}

.bookly-fa-svg {
	height: 16px;
	width: 16px;
	background-color: #fff;
	margin-right: 8px;
	display: inline-block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.bookly-google {
	mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg");
	-webkit-mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg");
}

.bookly-google.nitro-lazy {
	mask-image: none !important;
}

.bookly-microsoft {
	mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg");
	-webkit-mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg");
}

.bookly-microsoft.nitro-lazy {
	mask-image: none !important;
}

.bookly-yahoo {
	mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg");
	-webkit-mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg");
}

.bookly-yahoo.nitro-lazy {
	mask-image: none !important;
}

.bookly-apple {
	mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg");
	-webkit-mask-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg");
}

.bookly-apple.nitro-lazy {
	mask-image: none !important;
}

/* Bookly colors */
.bookly-form .fill-bookly {
	fill: var(--bookly-main-color);
}

/* Color */
.bookly-form .bookly-form-group > label, .bookly-form .bookly-label-error, .bookly-form .bookly-progress-tracker > .active, .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list, .bookly-form .hover\:text-bookly:hover, .bookly-form .text-bookly:not(:hover), .bookly-form .hover\:text-bookly:hover {
	color: var(--bookly-main-color) !important;
}

/* Background */
.bookly-form .bookly-progress-tracker > .active .step, .bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span, .bookly-form .bookly-btn, .bookly-form .bookly-btn:active, .bookly-form .bookly-btn:focus, .bookly-form .bookly-btn:hover, .bookly-form .bookly-btn-submit, .bookly-form .bookly-round, .bookly-form .bookly-pagination > li.active, .bookly-form .bg-bookly, .bookly-form .hover\:bg-bookly:hover, .bookly-form .bg-bookly-not-hover:not(:hover) {
	background-color: var(--bookly-main-color) !important;
}

.bookly-form .bookly-triangle {
	border-bottom-color: var(--bookly-main-color) !important;
}

/* Border */
.bookly-form input[type="text"].bookly-error, .bookly-form input[type="tel"].bookly-error, .bookly-form input[type="password"].bookly-error, .bookly-form select.bookly-error, .bookly-form textarea.bookly-error, .bookly-form .bookly-week-days.bookly-error, .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
	border: 2px solid var(--bookly-main-color) !important;
}

/* Other */
.bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
	background: var(--bookly-main-color) !important;
	border: 1px solid var(--bookly-main-color) !important;
}

.bookly-form .bookly-pagination > li.active a {
	border: 1px solid var(--bookly-main-color) !important;
}

.bookly-form .bookly-columnizer .bookly-hour:active {
	border: 2px solid var(--bookly-main-color) !important;
	color: var(--bookly-main-color) !important;
}

.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {
	background-color: var(--bookly-main-color) !important;
	margin: 3px;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 100%;
	display: block;
}

@media (hover) {
	.bookly-form .bookly-columnizer .bookly-hour:hover {
		border: 2px solid var(--bookly-main-color) !important;
		color: var(--bookly-main-color) !important;
	}
	
	.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
		background: none;
		border: none;
		outline: 2px solid var(--bookly-main-color) !important;
		color: var(--bookly-main-color) !important;
	}
	
	.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
		background-color: var(--bookly-main-color) !important;
	}
}

@charset "UTF-8";

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
#bookly-tbs {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: transparent;
}

#bookly-tbs *, #bookly-tbs ::after, #bookly-tbs ::before {
	box-sizing: border-box;
}

#bookly-tbs html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

#bookly-tbs article, #bookly-tbs aside, #bookly-tbs figcaption, #bookly-tbs figure, #bookly-tbs footer, #bookly-tbs header, #bookly-tbs hgroup, #bookly-tbs main, #bookly-tbs nav, #bookly-tbs section {
	display: block;
}

#bookly-tbs body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

#bookly-tbs [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

#bookly-tbs hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

#bookly-tbs h1, #bookly-tbs h2, #bookly-tbs h3, #bookly-tbs h4, #bookly-tbs h5, #bookly-tbs h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

#bookly-tbs p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#bookly-tbs abbr[data-original-title], #bookly-tbs abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

#bookly-tbs address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

#bookly-tbs dl, #bookly-tbs ol, #bookly-tbs ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

#bookly-tbs ol ol, #bookly-tbs ol ul, #bookly-tbs ul ol, #bookly-tbs ul ul {
	margin-bottom: 0;
}

#bookly-tbs dt {
	font-weight: 700;
}

#bookly-tbs dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

#bookly-tbs blockquote {
	margin: 0 0 1rem;
}

#bookly-tbs b, #bookly-tbs strong {
	font-weight: bolder;
}

#bookly-tbs small {
	font-size: 80%;
}

#bookly-tbs sub, #bookly-tbs sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

#bookly-tbs sub {
	bottom: -.25em;
}

#bookly-tbs sup {
	top: -.5em;
}

#bookly-tbs a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

#bookly-tbs a:hover {
	color: #0056b2;
	text-decoration: underline;
}

#bookly-tbs a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

#bookly-tbs a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

#bookly-tbs code, #bookly-tbs kbd, #bookly-tbs pre, #bookly-tbs samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

#bookly-tbs pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

#bookly-tbs figure {
	margin: 0 0 1rem;
}

#bookly-tbs img {
	vertical-align: middle;
	border-style: none;
}

#bookly-tbs svg {
	overflow: hidden;
	vertical-align: middle;
}

#bookly-tbs table {
	border-collapse: collapse;
}

#bookly-tbs caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

#bookly-tbs th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

#bookly-tbs label {
	display: inline-block;
	margin-bottom: .5rem;
}

#bookly-tbs button {
	border-radius: 0;
}

#bookly-tbs button:focus:not(:focus-visible) {
	outline: 0;
}

#bookly-tbs button, #bookly-tbs input, #bookly-tbs optgroup, #bookly-tbs select, #bookly-tbs textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

#bookly-tbs button, #bookly-tbs input {
	overflow: visible;
}

#bookly-tbs button, #bookly-tbs select {
	text-transform: none;
}

#bookly-tbs [role=button] {
	cursor: pointer;
}

#bookly-tbs select {
	word-wrap: normal;
}

#bookly-tbs [type=button], #bookly-tbs [type=reset], #bookly-tbs [type=submit], #bookly-tbs button {
	-webkit-appearance: button;
}

#bookly-tbs [type=button]:not(:disabled), #bookly-tbs [type=reset]:not(:disabled), #bookly-tbs [type=submit]:not(:disabled), #bookly-tbs button:not(:disabled) {
	cursor: pointer;
}

#bookly-tbs [type=button]::-moz-focus-inner, #bookly-tbs [type=reset]::-moz-focus-inner, #bookly-tbs [type=submit]::-moz-focus-inner, #bookly-tbs button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

#bookly-tbs input[type=checkbox], #bookly-tbs input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

#bookly-tbs textarea {
	overflow: auto;
	resize: vertical;
}

#bookly-tbs fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#bookly-tbs legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

#bookly-tbs progress {
	vertical-align: baseline;
}

#bookly-tbs [type=number]::-webkit-inner-spin-button, #bookly-tbs [type=number]::-webkit-outer-spin-button {
	height: auto;
}

#bookly-tbs [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

#bookly-tbs [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#bookly-tbs ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

#bookly-tbs output {
	display: inline-block;
}

#bookly-tbs summary {
	display: list-item;
	cursor: pointer;
}

#bookly-tbs template {
	display: none;
}

#bookly-tbs [hidden] {
	display: none !important;
}

#bookly-tbs .h1, #bookly-tbs .h2, #bookly-tbs .h3, #bookly-tbs .h4, #bookly-tbs .h5, #bookly-tbs .h6, #bookly-tbs h1, #bookly-tbs h2, #bookly-tbs h3, #bookly-tbs h4, #bookly-tbs h5, #bookly-tbs h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

#bookly-tbs .h1, #bookly-tbs h1 {
	font-size: 2.5rem;
}

#bookly-tbs .h2, #bookly-tbs h2 {
	font-size: 2rem;
}

#bookly-tbs .h3, #bookly-tbs h3 {
	font-size: 1.75rem;
}

#bookly-tbs .h4, #bookly-tbs h4 {
	font-size: 1.5rem;
}

#bookly-tbs .h5, #bookly-tbs h5 {
	font-size: 1.25rem;
}

#bookly-tbs .h6, #bookly-tbs h6 {
	font-size: 1rem;
}

#bookly-tbs .lead {
	font-size: 1.25rem;
	font-weight: 300;
}

#bookly-tbs .display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

#bookly-tbs .display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

#bookly-tbs .display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

#bookly-tbs .display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

#bookly-tbs hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

#bookly-tbs .small, #bookly-tbs small {
	font-size: 80%;
	font-weight: 400;
}

#bookly-tbs .mark, #bookly-tbs mark {
	padding: .2em;
	background-color: #fcf8e3;
}

#bookly-tbs .list-unstyled {
	padding-left: 0;
	list-style: none;
}

#bookly-tbs .list-inline {
	padding-left: 0;
	list-style: none;
}

#bookly-tbs .list-inline-item {
	display: inline-block;
}

#bookly-tbs .list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

#bookly-tbs .initialism {
	font-size: 90%;
	text-transform: uppercase;
}

#bookly-tbs .blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

#bookly-tbs .blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

#bookly-tbs .blockquote-footer::before {
	content: "— ";
}

#bookly-tbs .img-fluid {
	max-width: 100%;
	height: auto;
}

#bookly-tbs .img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

#bookly-tbs .figure {
	display: inline-block;
}

#bookly-tbs .figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

#bookly-tbs .figure-caption {
	font-size: 90%;
	color: #6c757d;
}

#bookly-tbs code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a>#bookly-tbs code {
	color: inherit;
}

#bookly-tbs kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

#bookly-tbs kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

#bookly-tbs pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

#bookly-tbs pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

#bookly-tbs .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

#bookly-tbs .container, #bookly-tbs .container-fluid, #bookly-tbs .container-lg, #bookly-tbs .container-md, #bookly-tbs .container-sm, #bookly-tbs .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	#bookly-tbs .container, #bookly-tbs .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	#bookly-tbs .container, #bookly-tbs .container-md, #bookly-tbs .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	#bookly-tbs .container, #bookly-tbs .container-lg, #bookly-tbs .container-md, #bookly-tbs .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .container, #bookly-tbs .container-lg, #bookly-tbs .container-md, #bookly-tbs .container-sm, #bookly-tbs .container-xl {
		max-width: 1140px;
	}
}

#bookly-tbs .jCal-wrap, #bookly-tbs .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#bookly-tbs .no-gutters {
	margin-right: 0;
	margin-left: 0;
}

#bookly-tbs .no-gutters>.col, #bookly-tbs .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

#bookly-tbs .col, #bookly-tbs .col-1, #bookly-tbs .col-10, #bookly-tbs .col-11, #bookly-tbs .col-12, #bookly-tbs .col-2, #bookly-tbs .col-3, #bookly-tbs .col-4, #bookly-tbs .col-5, #bookly-tbs .col-6, #bookly-tbs .col-7, #bookly-tbs .col-8, #bookly-tbs .col-9, #bookly-tbs .col-auto, #bookly-tbs .col-lg, #bookly-tbs .col-lg-1, #bookly-tbs .col-lg-10, #bookly-tbs .col-lg-11, #bookly-tbs .col-lg-12, #bookly-tbs .col-lg-2, #bookly-tbs .col-lg-3, #bookly-tbs .col-lg-4, #bookly-tbs .col-lg-5, #bookly-tbs .col-lg-6, #bookly-tbs .col-lg-7, #bookly-tbs .col-lg-8, #bookly-tbs .col-lg-9, #bookly-tbs .col-lg-auto, #bookly-tbs .col-md, #bookly-tbs .col-md-1, #bookly-tbs .col-md-10, #bookly-tbs .col-md-11, #bookly-tbs .col-md-12, #bookly-tbs .col-md-2, #bookly-tbs .col-md-3, #bookly-tbs .col-md-4, #bookly-tbs .col-md-5, #bookly-tbs .col-md-6, #bookly-tbs .col-md-7, #bookly-tbs .col-md-8, #bookly-tbs .col-md-9, #bookly-tbs .col-md-auto, #bookly-tbs .col-sm, #bookly-tbs .col-sm-1, #bookly-tbs .col-sm-10, #bookly-tbs .col-sm-11, #bookly-tbs .col-sm-12, #bookly-tbs .col-sm-2, #bookly-tbs .col-sm-3, #bookly-tbs .col-sm-4, #bookly-tbs .col-sm-5, #bookly-tbs .col-sm-6, #bookly-tbs .col-sm-7, #bookly-tbs .col-sm-8, #bookly-tbs .col-sm-9, #bookly-tbs .col-sm-auto, #bookly-tbs .col-xl, #bookly-tbs .col-xl-1, #bookly-tbs .col-xl-10, #bookly-tbs .col-xl-11, #bookly-tbs .col-xl-12, #bookly-tbs .col-xl-2, #bookly-tbs .col-xl-3, #bookly-tbs .col-xl-4, #bookly-tbs .col-xl-5, #bookly-tbs .col-xl-6, #bookly-tbs .col-xl-7, #bookly-tbs .col-xl-8, #bookly-tbs .col-xl-9, #bookly-tbs .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

#bookly-tbs .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

#bookly-tbs .row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

#bookly-tbs .row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

#bookly-tbs .row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

#bookly-tbs .row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

#bookly-tbs .row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

#bookly-tbs .row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

#bookly-tbs .col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

#bookly-tbs .col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}

#bookly-tbs .col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

#bookly-tbs .col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

#bookly-tbs .col-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

#bookly-tbs .col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}

#bookly-tbs .col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

#bookly-tbs .col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}

#bookly-tbs .col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}

#bookly-tbs .col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

#bookly-tbs .col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}

#bookly-tbs .col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}

#bookly-tbs .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

#bookly-tbs .order-first {
	order: -1;
}

#bookly-tbs .order-last {
	order: 13;
}

#bookly-tbs .order-0 {
	order: 0;
}

#bookly-tbs .order-1 {
	order: 1;
}

#bookly-tbs .order-2 {
	order: 2;
}

#bookly-tbs .order-3 {
	order: 3;
}

#bookly-tbs .order-4 {
	order: 4;
}

#bookly-tbs .order-5 {
	order: 5;
}

#bookly-tbs .order-6 {
	order: 6;
}

#bookly-tbs .order-7 {
	order: 7;
}

#bookly-tbs .order-8 {
	order: 8;
}

#bookly-tbs .order-9 {
	order: 9;
}

#bookly-tbs .order-10 {
	order: 10;
}

#bookly-tbs .order-11 {
	order: 11;
}

#bookly-tbs .order-12 {
	order: 12;
}

#bookly-tbs .offset-1 {
	margin-left: 8.33333333%;
}

#bookly-tbs .offset-2 {
	margin-left: 16.66666667%;
}

#bookly-tbs .offset-3 {
	margin-left: 25%;
}

#bookly-tbs .offset-4 {
	margin-left: 33.33333333%;
}

#bookly-tbs .offset-5 {
	margin-left: 41.66666667%;
}

#bookly-tbs .offset-6 {
	margin-left: 50%;
}

#bookly-tbs .offset-7 {
	margin-left: 58.33333333%;
}

#bookly-tbs .offset-8 {
	margin-left: 66.66666667%;
}

#bookly-tbs .offset-9 {
	margin-left: 75%;
}

#bookly-tbs .offset-10 {
	margin-left: 83.33333333%;
}

#bookly-tbs .offset-11 {
	margin-left: 91.66666667%;
}

@media (min-width:576px) {
	#bookly-tbs .col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	#bookly-tbs .row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	#bookly-tbs .row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	#bookly-tbs .col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	#bookly-tbs .col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	
	#bookly-tbs .col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	
	#bookly-tbs .col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	#bookly-tbs .col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	
	#bookly-tbs .col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	
	#bookly-tbs .col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	
	#bookly-tbs .col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	#bookly-tbs .col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	
	#bookly-tbs .col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	
	#bookly-tbs .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .order-sm-first {
		order: -1;
	}
	
	#bookly-tbs .order-sm-last {
		order: 13;
	}
	
	#bookly-tbs .order-sm-0 {
		order: 0;
	}
	
	#bookly-tbs .order-sm-1 {
		order: 1;
	}
	
	#bookly-tbs .order-sm-2 {
		order: 2;
	}
	
	#bookly-tbs .order-sm-3 {
		order: 3;
	}
	
	#bookly-tbs .order-sm-4 {
		order: 4;
	}
	
	#bookly-tbs .order-sm-5 {
		order: 5;
	}
	
	#bookly-tbs .order-sm-6 {
		order: 6;
	}
	
	#bookly-tbs .order-sm-7 {
		order: 7;
	}
	
	#bookly-tbs .order-sm-8 {
		order: 8;
	}
	
	#bookly-tbs .order-sm-9 {
		order: 9;
	}
	
	#bookly-tbs .order-sm-10 {
		order: 10;
	}
	
	#bookly-tbs .order-sm-11 {
		order: 11;
	}
	
	#bookly-tbs .order-sm-12 {
		order: 12;
	}
	
	#bookly-tbs .offset-sm-0 {
		margin-left: 0;
	}
	
	#bookly-tbs .offset-sm-1 {
		margin-left: 8.33333333%;
	}
	
	#bookly-tbs .offset-sm-2 {
		margin-left: 16.66666667%;
	}
	
	#bookly-tbs .offset-sm-3 {
		margin-left: 25%;
	}
	
	#bookly-tbs .offset-sm-4 {
		margin-left: 33.33333333%;
	}
	
	#bookly-tbs .offset-sm-5 {
		margin-left: 41.66666667%;
	}
	
	#bookly-tbs .offset-sm-6 {
		margin-left: 50%;
	}
	
	#bookly-tbs .offset-sm-7 {
		margin-left: 58.33333333%;
	}
	
	#bookly-tbs .offset-sm-8 {
		margin-left: 66.66666667%;
	}
	
	#bookly-tbs .offset-sm-9 {
		margin-left: 75%;
	}
	
	#bookly-tbs .offset-sm-10 {
		margin-left: 83.33333333%;
	}
	
	#bookly-tbs .offset-sm-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:768px) {
	#bookly-tbs .col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	#bookly-tbs .row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	#bookly-tbs .row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	#bookly-tbs .col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	#bookly-tbs .col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	
	#bookly-tbs .col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	
	#bookly-tbs .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	#bookly-tbs .col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	
	#bookly-tbs .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	
	#bookly-tbs .col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	
	#bookly-tbs .col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	#bookly-tbs .col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	
	#bookly-tbs .col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	
	#bookly-tbs .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .order-md-first {
		order: -1;
	}
	
	#bookly-tbs .order-md-last {
		order: 13;
	}
	
	#bookly-tbs .order-md-0 {
		order: 0;
	}
	
	#bookly-tbs .order-md-1 {
		order: 1;
	}
	
	#bookly-tbs .order-md-2 {
		order: 2;
	}
	
	#bookly-tbs .order-md-3 {
		order: 3;
	}
	
	#bookly-tbs .order-md-4 {
		order: 4;
	}
	
	#bookly-tbs .order-md-5 {
		order: 5;
	}
	
	#bookly-tbs .order-md-6 {
		order: 6;
	}
	
	#bookly-tbs .order-md-7 {
		order: 7;
	}
	
	#bookly-tbs .order-md-8 {
		order: 8;
	}
	
	#bookly-tbs .order-md-9 {
		order: 9;
	}
	
	#bookly-tbs .order-md-10 {
		order: 10;
	}
	
	#bookly-tbs .order-md-11 {
		order: 11;
	}
	
	#bookly-tbs .order-md-12 {
		order: 12;
	}
	
	#bookly-tbs .offset-md-0 {
		margin-left: 0;
	}
	
	#bookly-tbs .offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	#bookly-tbs .offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	#bookly-tbs .offset-md-3 {
		margin-left: 25%;
	}
	
	#bookly-tbs .offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	#bookly-tbs .offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	#bookly-tbs .offset-md-6 {
		margin-left: 50%;
	}
	
	#bookly-tbs .offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	#bookly-tbs .offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	#bookly-tbs .offset-md-9 {
		margin-left: 75%;
	}
	
	#bookly-tbs .offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	#bookly-tbs .offset-md-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:992px) {
	#bookly-tbs .col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	#bookly-tbs .row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	#bookly-tbs .row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	#bookly-tbs .col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	#bookly-tbs .col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	
	#bookly-tbs .col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	
	#bookly-tbs .col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	#bookly-tbs .col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	
	#bookly-tbs .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	
	#bookly-tbs .col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	
	#bookly-tbs .col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	#bookly-tbs .col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	
	#bookly-tbs .col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	
	#bookly-tbs .col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .order-lg-first {
		order: -1;
	}
	
	#bookly-tbs .order-lg-last {
		order: 13;
	}
	
	#bookly-tbs .order-lg-0 {
		order: 0;
	}
	
	#bookly-tbs .order-lg-1 {
		order: 1;
	}
	
	#bookly-tbs .order-lg-2 {
		order: 2;
	}
	
	#bookly-tbs .order-lg-3 {
		order: 3;
	}
	
	#bookly-tbs .order-lg-4 {
		order: 4;
	}
	
	#bookly-tbs .order-lg-5 {
		order: 5;
	}
	
	#bookly-tbs .order-lg-6 {
		order: 6;
	}
	
	#bookly-tbs .order-lg-7 {
		order: 7;
	}
	
	#bookly-tbs .order-lg-8 {
		order: 8;
	}
	
	#bookly-tbs .order-lg-9 {
		order: 9;
	}
	
	#bookly-tbs .order-lg-10 {
		order: 10;
	}
	
	#bookly-tbs .order-lg-11 {
		order: 11;
	}
	
	#bookly-tbs .order-lg-12 {
		order: 12;
	}
	
	#bookly-tbs .offset-lg-0 {
		margin-left: 0;
	}
	
	#bookly-tbs .offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	#bookly-tbs .offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	#bookly-tbs .offset-lg-3 {
		margin-left: 25%;
	}
	
	#bookly-tbs .offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	#bookly-tbs .offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	#bookly-tbs .offset-lg-6 {
		margin-left: 50%;
	}
	
	#bookly-tbs .offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	#bookly-tbs .offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	#bookly-tbs .offset-lg-9 {
		margin-left: 75%;
	}
	
	#bookly-tbs .offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	#bookly-tbs .offset-lg-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	#bookly-tbs .row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	#bookly-tbs .row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	#bookly-tbs .col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	#bookly-tbs .col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	
	#bookly-tbs .col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	
	#bookly-tbs .col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#bookly-tbs .col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	
	#bookly-tbs .col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	
	#bookly-tbs .col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#bookly-tbs .col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	
	#bookly-tbs .col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	
	#bookly-tbs .col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	#bookly-tbs .col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	
	#bookly-tbs .col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	
	#bookly-tbs .col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#bookly-tbs .order-xl-first {
		order: -1;
	}
	
	#bookly-tbs .order-xl-last {
		order: 13;
	}
	
	#bookly-tbs .order-xl-0 {
		order: 0;
	}
	
	#bookly-tbs .order-xl-1 {
		order: 1;
	}
	
	#bookly-tbs .order-xl-2 {
		order: 2;
	}
	
	#bookly-tbs .order-xl-3 {
		order: 3;
	}
	
	#bookly-tbs .order-xl-4 {
		order: 4;
	}
	
	#bookly-tbs .order-xl-5 {
		order: 5;
	}
	
	#bookly-tbs .order-xl-6 {
		order: 6;
	}
	
	#bookly-tbs .order-xl-7 {
		order: 7;
	}
	
	#bookly-tbs .order-xl-8 {
		order: 8;
	}
	
	#bookly-tbs .order-xl-9 {
		order: 9;
	}
	
	#bookly-tbs .order-xl-10 {
		order: 10;
	}
	
	#bookly-tbs .order-xl-11 {
		order: 11;
	}
	
	#bookly-tbs .order-xl-12 {
		order: 12;
	}
	
	#bookly-tbs .offset-xl-0 {
		margin-left: 0;
	}
	
	#bookly-tbs .offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	#bookly-tbs .offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	#bookly-tbs .offset-xl-3 {
		margin-left: 25%;
	}
	
	#bookly-tbs .offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	#bookly-tbs .offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	#bookly-tbs .offset-xl-6 {
		margin-left: 50%;
	}
	
	#bookly-tbs .offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	#bookly-tbs .offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	#bookly-tbs .offset-xl-9 {
		margin-left: 75%;
	}
	
	#bookly-tbs .offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	#bookly-tbs .offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

#bookly-tbs .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

#bookly-tbs .table td, #bookly-tbs .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

#bookly-tbs .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

#bookly-tbs .table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

#bookly-tbs .table-sm td, #bookly-tbs .table-sm th {
	padding: .3rem;
}

#bookly-tbs .table-bordered {
	border: 1px solid #dee2e6;
}

#bookly-tbs .table-bordered td, #bookly-tbs .table-bordered th {
	border: 1px solid #dee2e6;
}

#bookly-tbs .table-bordered thead td, #bookly-tbs .table-bordered thead th {
	border-bottom-width: 2px;
}

#bookly-tbs .table-borderless tbody+tbody, #bookly-tbs .table-borderless td, #bookly-tbs .table-borderless th, #bookly-tbs .table-borderless thead th {
	border: 0;
}

#bookly-tbs .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

#bookly-tbs .table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}

#bookly-tbs .table-primary, #bookly-tbs .table-primary>td, #bookly-tbs .table-primary>th {
	background-color: #b7daff;
}

#bookly-tbs .table-primary tbody+tbody, #bookly-tbs .table-primary td, #bookly-tbs .table-primary th, #bookly-tbs .table-primary thead th {
	border-color: #7abaff;
}

#bookly-tbs .table-hover .table-primary:hover {
	background-color: #9eccff;
}

#bookly-tbs .table-hover .table-primary:hover>td, #bookly-tbs .table-hover .table-primary:hover>th {
	background-color: #9eccff;
}

#bookly-tbs .table-secondary, #bookly-tbs .table-secondary>td, #bookly-tbs .table-secondary>th {
	background-color: #d5d8da;
}

#bookly-tbs .table-secondary tbody+tbody, #bookly-tbs .table-secondary td, #bookly-tbs .table-secondary th, #bookly-tbs .table-secondary thead th {
	border-color: #b2b7bb;
}

#bookly-tbs .table-hover .table-secondary:hover {
	background-color: #c8cbce;
}

#bookly-tbs .table-hover .table-secondary:hover>td, #bookly-tbs .table-hover .table-secondary:hover>th {
	background-color: #c8cbce;
}

#bookly-tbs .table-success, #bookly-tbs .table-success>td, #bookly-tbs .table-success>th {
	background-color: #c2e6ca;
}

#bookly-tbs .table-success tbody+tbody, #bookly-tbs .table-success td, #bookly-tbs .table-success th, #bookly-tbs .table-success thead th {
	border-color: #8fd19e;
}

#bookly-tbs .table-hover .table-success:hover {
	background-color: #b0debb;
}

#bookly-tbs .table-hover .table-success:hover>td, #bookly-tbs .table-hover .table-success:hover>th {
	background-color: #b0debb;
}

#bookly-tbs .table-info, #bookly-tbs .table-info>td, #bookly-tbs .table-info>th {
	background-color: #bee4eb;
}

#bookly-tbs .table-info tbody+tbody, #bookly-tbs .table-info td, #bookly-tbs .table-info th, #bookly-tbs .table-info thead th {
	border-color: #86ceda;
}

#bookly-tbs .table-hover .table-info:hover {
	background-color: #aadde5;
}

#bookly-tbs .table-hover .table-info:hover>td, #bookly-tbs .table-hover .table-info:hover>th {
	background-color: #aadde5;
}

#bookly-tbs .table-warning, #bookly-tbs .table-warning>td, #bookly-tbs .table-warning>th {
	background-color: #ffedb9;
}

#bookly-tbs .table-warning tbody+tbody, #bookly-tbs .table-warning td, #bookly-tbs .table-warning th, #bookly-tbs .table-warning thead th {
	border-color: #ffde7e;
}

#bookly-tbs .table-hover .table-warning:hover {
	background-color: #ffe7a0;
}

#bookly-tbs .table-hover .table-warning:hover>td, #bookly-tbs .table-hover .table-warning:hover>th {
	background-color: #ffe7a0;
}

#bookly-tbs .table-danger, #bookly-tbs .table-danger>td, #bookly-tbs .table-danger>th {
	background-color: #f5c6ca;
}

#bookly-tbs .table-danger tbody+tbody, #bookly-tbs .table-danger td, #bookly-tbs .table-danger th, #bookly-tbs .table-danger thead th {
	border-color: #ec959e;
}

#bookly-tbs .table-hover .table-danger:hover {
	background-color: #f1b0b6;
}

#bookly-tbs .table-hover .table-danger:hover>td, #bookly-tbs .table-hover .table-danger:hover>th {
	background-color: #f1b0b6;
}

#bookly-tbs .table-light, #bookly-tbs .table-light>td, #bookly-tbs .table-light>th {
	background-color: #fdfdfd;
}

#bookly-tbs .table-light tbody+tbody, #bookly-tbs .table-light td, #bookly-tbs .table-light th, #bookly-tbs .table-light thead th {
	border-color: #fbfbfc;
}

#bookly-tbs .table-hover .table-light:hover {
	background-color: #eef0f2;
}

#bookly-tbs .table-hover .table-light:hover>td, #bookly-tbs .table-hover .table-light:hover>th {
	background-color: #eef0f2;
}

#bookly-tbs .table-dark, #bookly-tbs .table-dark>td, #bookly-tbs .table-dark>th {
	background-color: #c6c7c9;
}

#bookly-tbs .table-dark tbody+tbody, #bookly-tbs .table-dark td, #bookly-tbs .table-dark th, #bookly-tbs .table-dark thead th {
	border-color: #95989b;
}

#bookly-tbs .table-hover .table-dark:hover {
	background-color: #b9bbbd;
}

#bookly-tbs .table-hover .table-dark:hover>td, #bookly-tbs .table-hover .table-dark:hover>th {
	background-color: #b9bbbd;
}

#bookly-tbs .table-bookly, #bookly-tbs .table-bookly>td, #bookly-tbs .table-bookly>th {
	background-color: #fbd4c4;
}

#bookly-tbs .table-bookly tbody+tbody, #bookly-tbs .table-bookly td, #bookly-tbs .table-bookly th, #bookly-tbs .table-bookly thead th {
	border-color: #f9af92;
}

#bookly-tbs .table-hover .table-bookly:hover {
	background-color: #fac2ac;
}

#bookly-tbs .table-hover .table-bookly:hover>td, #bookly-tbs .table-hover .table-bookly:hover>th {
	background-color: #fac2ac;
}

#bookly-tbs .table-active, #bookly-tbs .table-active>td, #bookly-tbs .table-active>th {
	background-color: rgba(0, 0, 0, .075);
}

#bookly-tbs .table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

#bookly-tbs .table-hover .table-active:hover>td, #bookly-tbs .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075);
}

#bookly-tbs .table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

#bookly-tbs .table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

#bookly-tbs .table-dark {
	color: #fff;
	background-color: #343a40;
}

#bookly-tbs .table-dark td, #bookly-tbs .table-dark th, #bookly-tbs .table-dark thead th {
	border-color: #454d55;
}

#bookly-tbs .table-dark.table-bordered {
	border: 0;
}

#bookly-tbs .table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

#bookly-tbs .table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
	#bookly-tbs .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#bookly-tbs .table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	#bookly-tbs .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#bookly-tbs .table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	#bookly-tbs .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#bookly-tbs .table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	#bookly-tbs .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#bookly-tbs .table-responsive-xl>.table-bordered {
		border: 0;
	}
}

#bookly-tbs .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#bookly-tbs .table-responsive>.table-bordered {
	border: 0;
}

#bookly-tbs .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .form-control {
		transition: none;
	}
}

#bookly-tbs .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

#bookly-tbs .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #7fbdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

#bookly-tbs .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

#bookly-tbs .form-control:disabled, #bookly-tbs .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

#bookly-tbs input[type=date].form-control, #bookly-tbs input[type=datetime-local].form-control, #bookly-tbs input[type=month].form-control, #bookly-tbs input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#bookly-tbs select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

#bookly-tbs select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

#bookly-tbs .form-control-file, #bookly-tbs .form-control-range {
	display: block;
	width: 100%;
}

#bookly-tbs .col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

#bookly-tbs .col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

#bookly-tbs .col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

#bookly-tbs .form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

#bookly-tbs .form-control-plaintext.form-control-lg, #bookly-tbs .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

#bookly-tbs .form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

#bookly-tbs .form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

#bookly-tbs select.form-control[multiple], #bookly-tbs select.form-control[size] {
	height: auto;
}

#bookly-tbs textarea.form-control {
	height: auto;
}

#bookly-tbs .form-group {
	margin-bottom: 1rem;
}

#bookly-tbs .form-text {
	display: block;
	margin-top: .25rem;
}

#bookly-tbs .form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

#bookly-tbs .form-row>.col, #bookly-tbs .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

#bookly-tbs .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

#bookly-tbs .form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

#bookly-tbs .form-check-input:disabled~.form-check-label, #bookly-tbs .form-check-input[disabled]~.form-check-label {
	color: #6c757d;
}

#bookly-tbs .form-check-label {
	margin-bottom: 0;
}

#bookly-tbs .form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

#bookly-tbs .form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

#bookly-tbs .valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

#bookly-tbs .valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem;
}

.form-row>.col>#bookly-tbs .valid-tooltip, .form-row>[class*=col-]>#bookly-tbs .valid-tooltip {
	left: 5px;
}

#bookly-tbs.is-valid~.valid-feedback, #bookly-tbs.is-valid~.valid-tooltip, .was-validated #bookly-tbs:valid~.valid-feedback, .was-validated #bookly-tbs:valid~.valid-tooltip {
	display: block;
}

#bookly-tbs .form-control.is-valid, .was-validated #bookly-tbs .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#bookly-tbs .form-control.is-valid.nitro-lazy, .was-validated #bookly-tbs .form-control:valid.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .form-control.is-valid:focus, .was-validated #bookly-tbs .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

#bookly-tbs select.form-control.is-valid, .was-validated #bookly-tbs select.form-control:valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

#bookly-tbs textarea.form-control.is-valid, .was-validated #bookly-tbs textarea.form-control:valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#bookly-tbs .custom-select.is-valid, .was-validated #bookly-tbs .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

#bookly-tbs .custom-select.is-valid:focus, .was-validated #bookly-tbs .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

#bookly-tbs .form-check-input.is-valid~.form-check-label, .was-validated #bookly-tbs .form-check-input:valid~.form-check-label {
	color: #28a745;
}

#bookly-tbs .form-check-input.is-valid~.valid-feedback, #bookly-tbs .form-check-input.is-valid~.valid-tooltip, .was-validated #bookly-tbs .form-check-input:valid~.valid-feedback, .was-validated #bookly-tbs .form-check-input:valid~.valid-tooltip {
	display: block;
}

#bookly-tbs .custom-control-input.is-valid~.custom-control-label, .was-validated #bookly-tbs .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

#bookly-tbs .custom-control-input.is-valid~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745;
}

#bookly-tbs .custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #33ce57;
	background-color: #33ce57;
}

#bookly-tbs .custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

#bookly-tbs .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

#bookly-tbs .custom-file-input.is-valid~.custom-file-label, .was-validated #bookly-tbs .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

#bookly-tbs .custom-file-input.is-valid:focus~.custom-file-label, .was-validated #bookly-tbs .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

#bookly-tbs .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

#bookly-tbs .invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.form-row>.col>#bookly-tbs .invalid-tooltip, .form-row>[class*=col-]>#bookly-tbs .invalid-tooltip {
	left: 5px;
}

#bookly-tbs.is-invalid~.invalid-feedback, #bookly-tbs.is-invalid~.invalid-tooltip, .was-validated #bookly-tbs:invalid~.invalid-feedback, .was-validated #bookly-tbs:invalid~.invalid-tooltip {
	display: block;
}

#bookly-tbs .form-control.is-invalid, .was-validated #bookly-tbs .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#bookly-tbs .form-control.is-invalid.nitro-lazy, .was-validated #bookly-tbs .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .form-control.is-invalid:focus, .was-validated #bookly-tbs .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#bookly-tbs select.form-control.is-invalid, .was-validated #bookly-tbs select.form-control:invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center;
}

#bookly-tbs textarea.form-control.is-invalid, .was-validated #bookly-tbs textarea.form-control:invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

#bookly-tbs .custom-select.is-invalid, .was-validated #bookly-tbs .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

#bookly-tbs .custom-select.is-invalid:focus, .was-validated #bookly-tbs .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#bookly-tbs .form-check-input.is-invalid~.form-check-label, .was-validated #bookly-tbs .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

#bookly-tbs .form-check-input.is-invalid~.invalid-feedback, #bookly-tbs .form-check-input.is-invalid~.invalid-tooltip, .was-validated #bookly-tbs .form-check-input:invalid~.invalid-feedback, .was-validated #bookly-tbs .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

#bookly-tbs .custom-control-input.is-invalid~.custom-control-label, .was-validated #bookly-tbs .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

#bookly-tbs .custom-control-input.is-invalid~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545;
}

#bookly-tbs .custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e3606d;
	background-color: #e3606d;
}

#bookly-tbs .custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#bookly-tbs .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated #bookly-tbs .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

#bookly-tbs .custom-file-input.is-invalid~.custom-file-label, .was-validated #bookly-tbs .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

#bookly-tbs .custom-file-input.is-invalid:focus~.custom-file-label, .was-validated #bookly-tbs .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

#bookly-tbs .form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

#bookly-tbs .form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	#bookly-tbs .form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	#bookly-tbs .form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	
	#bookly-tbs .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	#bookly-tbs .form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	#bookly-tbs .form-inline .custom-select, #bookly-tbs .form-inline .input-group {
		width: auto;
	}
	
	#bookly-tbs .form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	#bookly-tbs .form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	#bookly-tbs .form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	
	#bookly-tbs .form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

#bookly-tbs .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .btn {
		transition: none;
	}
}

#bookly-tbs .btn:hover {
	color: #212529;
	text-decoration: none;
}

#bookly-tbs .btn.focus, #bookly-tbs .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .btn.disabled, #bookly-tbs .btn:disabled {
	opacity: .65;
}

#bookly-tbs .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

#bookly-tbs a.btn.disabled, #bookly-tbs fieldset:disabled a.btn {
	pointer-events: none;
}

#bookly-tbs .btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .btn-primary:hover {
	color: #fff;
	background-color: #0068d8;
	border-color: #0062cc;
}

#bookly-tbs .btn-primary.focus, #bookly-tbs .btn-primary:focus {
	color: #fff;
	background-color: #0068d8;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38.25, 142.8, 255, .5);
}

#bookly-tbs .btn-primary.disabled, #bookly-tbs .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .btn-primary:not(:disabled):not(.disabled).active, #bookly-tbs .btn-primary:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-primary.bookly-dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

#bookly-tbs .btn-primary:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-primary:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-primary.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38.25, 142.8, 255, .5);
}

#bookly-tbs .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

#bookly-tbs .btn-secondary:hover {
	color: #fff;
	background-color: #5a6168;
	border-color: #545b61;
}

#bookly-tbs .btn-secondary.focus, #bookly-tbs .btn-secondary:focus {
	color: #fff;
	background-color: #5a6168;
	border-color: #545b61;
	box-shadow: 0 0 0 .2rem rgba(130.05, 137.7, 144.5, .5);
}

#bookly-tbs .btn-secondary.disabled, #bookly-tbs .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

#bookly-tbs .btn-secondary:not(:disabled):not(.disabled).active, #bookly-tbs .btn-secondary:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-secondary.bookly-dropdown-toggle {
	color: #fff;
	background-color: #545b61;
	border-color: #4e545a;
}

#bookly-tbs .btn-secondary:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-secondary.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130.05, 137.7, 144.5, .5);
}

#bookly-tbs .btn-success, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

#bookly-tbs .btn-success:hover, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:hover {
	color: #fff;
	background-color: #208838;
	border-color: #1e7d34;
}

#bookly-tbs .btn-success.focus, #bookly-tbs .btn-success:focus, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:focus, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .focus.btn-primary {
	color: #fff;
	background-color: #208838;
	border-color: #1e7d34;
	box-shadow: 0 0 0 .2rem rgba(72.25, 180.2, 96.9, .5);
}

#bookly-tbs .btn-success.disabled, #bookly-tbs .btn-success:disabled, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:disabled, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .disabled.btn-primary {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

#bookly-tbs .btn-success:not(:disabled):not(.disabled).active, #bookly-tbs .btn-success:not(:disabled):not(.disabled):active, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:not(:disabled):not(.disabled).active, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-success.bookly-dropdown-toggle, .show>#bookly-tbs .daterangepicker.show-calendar .drp-buttons .bookly-dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1e7d34;
	border-color: #1b732f;
}

#bookly-tbs .btn-success:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-success:not(:disabled):not(.disabled):active:focus, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:not(:disabled):not(.disabled).active:focus, #bookly-tbs .daterangepicker.show-calendar .drp-buttons .btn-primary:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-success.bookly-dropdown-toggle:focus, .show>#bookly-tbs .daterangepicker.show-calendar .drp-buttons .bookly-dropdown-toggle.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(72.25, 180.2, 96.9, .5);
}

#bookly-tbs .btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

#bookly-tbs .btn-info:hover {
	color: #fff;
	background-color: #128496;
	border-color: #117a8a;
}

#bookly-tbs .btn-info.focus, #bookly-tbs .btn-info:focus {
	color: #fff;
	background-color: #128496;
	border-color: #117a8a;
	box-shadow: 0 0 0 .2rem rgba(57.8, 175.95, 194.65, .5);
}

#bookly-tbs .btn-info.disabled, #bookly-tbs .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

#bookly-tbs .btn-info:not(:disabled):not(.disabled).active, #bookly-tbs .btn-info:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-info.bookly-dropdown-toggle {
	color: #fff;
	background-color: #117a8a;
	border-color: #0f707f;
}

#bookly-tbs .btn-info:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-info:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-info.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(57.8, 175.95, 194.65, .5);
}

#bookly-tbs .btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

#bookly-tbs .btn-warning:hover {
	color: #212529;
	background-color: #dfa700;
	border-color: #d39e00;
}

#bookly-tbs .btn-warning.focus, #bookly-tbs .btn-warning:focus {
	color: #212529;
	background-color: #dfa700;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(221.7, 169.6, 12.1, .5);
}

#bookly-tbs .btn-warning.disabled, #bookly-tbs .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

#bookly-tbs .btn-warning:not(:disabled):not(.disabled).active, #bookly-tbs .btn-warning:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-warning.bookly-dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69400;
}

#bookly-tbs .btn-warning:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-warning:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-warning.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(221.7, 169.6, 12.1, .5);
}

#bookly-tbs .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

#bookly-tbs .btn-danger:hover {
	color: #fff;
	background-color: #c82232;
	border-color: #bd202f;
}

#bookly-tbs .btn-danger.focus, #bookly-tbs .btn-danger:focus {
	color: #fff;
	background-color: #c82232;
	border-color: #bd202f;
	box-shadow: 0 0 0 .2rem rgba(225.25, 83.3, 96.9, .5);
}

#bookly-tbs .btn-danger.disabled, #bookly-tbs .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

#bookly-tbs .btn-danger:not(:disabled):not(.disabled).active, #bookly-tbs .btn-danger:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-danger.bookly-dropdown-toggle {
	color: #fff;
	background-color: #bd202f;
	border-color: #b21e2d;
}

#bookly-tbs .btn-danger:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-danger:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-danger.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225.25, 83.3, 96.9, .5);
}

#bookly-tbs .btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

#bookly-tbs .btn-light:hover {
	color: #212529;
	background-color: #e1e5ea;
	border-color: #dadfe4;
}

#bookly-tbs .btn-light.focus, #bookly-tbs .btn-light:focus {
	color: #212529;
	background-color: #e1e5ea;
	border-color: #dadfe4;
	box-shadow: 0 0 0 .2rem rgba(215.75, 217.2, 218.65, .5);
}

#bookly-tbs .btn-light.disabled, #bookly-tbs .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

#bookly-tbs .btn-light:not(:disabled):not(.disabled).active, #bookly-tbs .btn-light:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-light.bookly-dropdown-toggle {
	color: #212529;
	background-color: #dadfe4;
	border-color: #d2d9df;
}

#bookly-tbs .btn-light:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-light:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-light.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(215.75, 217.2, 218.65, .5);
}

#bookly-tbs .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#bookly-tbs .btn-dark:hover {
	color: #fff;
	background-color: #22262a;
	border-color: #1d2023;
}

#bookly-tbs .btn-dark.focus, #bookly-tbs .btn-dark:focus {
	color: #fff;
	background-color: #22262a;
	border-color: #1d2023;
	box-shadow: 0 0 0 .2rem rgba(82.45, 87.55, 92.65, .5);
}

#bookly-tbs .btn-dark.disabled, #bookly-tbs .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#bookly-tbs .btn-dark:not(:disabled):not(.disabled).active, #bookly-tbs .btn-dark:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-dark.bookly-dropdown-toggle {
	color: #fff;
	background-color: #1d2023;
	border-color: #171a1c;
}

#bookly-tbs .btn-dark:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-dark:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-dark.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82.45, 87.55, 92.65, .5);
}

#bookly-tbs .btn-bookly {
	color: #fff;
	background-color: #f4662f;
	border-color: #f4662f;
}

#bookly-tbs .btn-bookly:hover {
	color: #fff;
	background-color: #f04c0c;
	border-color: #e3480c;
}

#bookly-tbs .btn-bookly.focus, #bookly-tbs .btn-bookly:focus {
	color: #fff;
	background-color: #f04c0c;
	border-color: #e3480c;
	box-shadow: 0 0 0 .2rem rgba(245.65, 124.95, 78.2, .5);
}

#bookly-tbs .btn-bookly.disabled, #bookly-tbs .btn-bookly:disabled {
	color: #fff;
	background-color: #f4662f;
	border-color: #f4662f;
}

#bookly-tbs .btn-bookly:not(:disabled):not(.disabled).active, #bookly-tbs .btn-bookly:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-bookly.bookly-dropdown-toggle {
	color: #fff;
	background-color: #e3480c;
	border-color: #d7440b;
}

#bookly-tbs .btn-bookly:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-bookly:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-bookly.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(245.65, 124.95, 78.2, .5);
}

#bookly-tbs .btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .btn-outline-primary.focus, #bookly-tbs .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

#bookly-tbs .btn-outline-primary.disabled, #bookly-tbs .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

#bookly-tbs .btn-outline-primary:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-primary:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-primary.bookly-dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .btn-outline-primary:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-primary.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

#bookly-tbs .btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

#bookly-tbs .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

#bookly-tbs .btn-outline-secondary.focus, #bookly-tbs .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

#bookly-tbs .btn-outline-secondary.disabled, #bookly-tbs .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

#bookly-tbs .btn-outline-secondary:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-secondary.bookly-dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

#bookly-tbs .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-secondary.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

#bookly-tbs .btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

#bookly-tbs .btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

#bookly-tbs .btn-outline-success.focus, #bookly-tbs .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

#bookly-tbs .btn-outline-success.disabled, #bookly-tbs .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

#bookly-tbs .btn-outline-success:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-success:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-success.bookly-dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

#bookly-tbs .btn-outline-success:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-success.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

#bookly-tbs .btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

#bookly-tbs .btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

#bookly-tbs .btn-outline-info.focus, #bookly-tbs .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

#bookly-tbs .btn-outline-info.disabled, #bookly-tbs .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

#bookly-tbs .btn-outline-info:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-info:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-info.bookly-dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

#bookly-tbs .btn-outline-info:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-info.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

#bookly-tbs .btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

#bookly-tbs .btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

#bookly-tbs .btn-outline-warning.focus, #bookly-tbs .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

#bookly-tbs .btn-outline-warning.disabled, #bookly-tbs .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

#bookly-tbs .btn-outline-warning:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-warning:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-warning.bookly-dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

#bookly-tbs .btn-outline-warning:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-warning.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

#bookly-tbs .btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

#bookly-tbs .btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

#bookly-tbs .btn-outline-danger.focus, #bookly-tbs .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

#bookly-tbs .btn-outline-danger.disabled, #bookly-tbs .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

#bookly-tbs .btn-outline-danger:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-danger:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-danger.bookly-dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

#bookly-tbs .btn-outline-danger:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-danger.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

#bookly-tbs .btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

#bookly-tbs .btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

#bookly-tbs .btn-outline-light.focus, #bookly-tbs .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

#bookly-tbs .btn-outline-light.disabled, #bookly-tbs .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

#bookly-tbs .btn-outline-light:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-light:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-light.bookly-dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

#bookly-tbs .btn-outline-light:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-light.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

#bookly-tbs .btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

#bookly-tbs .btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#bookly-tbs .btn-outline-dark.focus, #bookly-tbs .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

#bookly-tbs .btn-outline-dark.disabled, #bookly-tbs .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

#bookly-tbs .btn-outline-dark:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-dark:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-dark.bookly-dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

#bookly-tbs .btn-outline-dark:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-dark.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

#bookly-tbs .btn-outline-bookly {
	color: #f4662f;
	border-color: #f4662f;
}

#bookly-tbs .btn-outline-bookly:hover {
	color: #fff;
	background-color: #f4662f;
	border-color: #f4662f;
}

#bookly-tbs .btn-outline-bookly.focus, #bookly-tbs .btn-outline-bookly:focus {
	box-shadow: 0 0 0 .2rem rgba(244, 102, 47, .5);
}

#bookly-tbs .btn-outline-bookly.disabled, #bookly-tbs .btn-outline-bookly:disabled {
	color: #f4662f;
	background-color: transparent;
}

#bookly-tbs .btn-outline-bookly:not(:disabled):not(.disabled).active, #bookly-tbs .btn-outline-bookly:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-outline-bookly.bookly-dropdown-toggle {
	color: #fff;
	background-color: #f4662f;
	border-color: #f4662f;
}

#bookly-tbs .btn-outline-bookly:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-outline-bookly:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-outline-bookly.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(244, 102, 47, .5);
}

#bookly-tbs .btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

#bookly-tbs .btn-link:hover {
	color: #0056b2;
	text-decoration: underline;
}

#bookly-tbs .btn-link.focus, #bookly-tbs .btn-link:focus {
	text-decoration: underline;
}

#bookly-tbs .btn-link.disabled, #bookly-tbs .btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

#bookly-tbs .btn-group-lg>.btn, #bookly-tbs .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

#bookly-tbs .btn-group-sm>.btn, #bookly-tbs .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

#bookly-tbs .btn-block {
	display: block;
	width: 100%;
}

#bookly-tbs .btn-block+.btn-block {
	margin-top: .5rem;
}

#bookly-tbs input[type=button].btn-block, #bookly-tbs input[type=reset].btn-block, #bookly-tbs input[type=submit].btn-block {
	width: 100%;
}

#bookly-tbs .bookly-fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .bookly-fade {
		transition: none;
	}
}

#bookly-tbs .bookly-fade:not(.bookly-show) {
	opacity: 0;
}

#bookly-tbs .bookly-collapse:not(.bookly-show) {
	display: none;
}

#bookly-tbs .bookly-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .bookly-collapsing {
		transition: none;
	}
}

#bookly-tbs .bookly-dropdown, #bookly-tbs .bookly-dropleft, #bookly-tbs .bookly-dropright, #bookly-tbs .bookly-dropup {
	position: relative;
}

#bookly-tbs .bookly-dropdown-toggle {
	white-space: nowrap;
}

#bookly-tbs .bookly-dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

#bookly-tbs .bookly-dropdown-toggle:empty::after {
	margin-left: 0;
}

#bookly-tbs .bookly-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .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, .15);
	border-radius: .25rem;
}

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

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

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

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

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

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

#bookly-tbs .bookly-dropup .bookly-dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

#bookly-tbs .bookly-dropup .bookly-dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

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

#bookly-tbs .bookly-dropright .bookly-dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

#bookly-tbs .bookly-dropright .bookly-dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

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

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

#bookly-tbs .dropleft .bookly-dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

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

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

#bookly-tbs .dropleft .bookly-dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

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

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

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

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

#bookly-tbs .bookly-dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

#bookly-tbs .bookly-dropdown-item:focus, #bookly-tbs .bookly-dropdown-item:hover {
	color: #15181a;
	text-decoration: none;
	background-color: #e9ecef;
}

#bookly-tbs .bookly-dropdown-item.active, #bookly-tbs .bookly-dropdown-item:active {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

#bookly-tbs .bookly-dropdown-item.disabled, #bookly-tbs .bookly-dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

#bookly-tbs .bookly-dropdown-menu.bookly-show {
	display: block;
}

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

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

#bookly-tbs .btn-group, #bookly-tbs .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

#bookly-tbs .btn-group-vertical>.btn, #bookly-tbs .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

#bookly-tbs .btn-group-vertical>.btn:hover, #bookly-tbs .btn-group>.btn:hover {
	z-index: 1;
}

#bookly-tbs .btn-group-vertical>.btn.active, #bookly-tbs .btn-group-vertical>.btn:active, #bookly-tbs .btn-group-vertical>.btn:focus, #bookly-tbs .btn-group>.btn.active, #bookly-tbs .btn-group>.btn:active, #bookly-tbs .btn-group>.btn:focus {
	z-index: 1;
}

#bookly-tbs .btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#bookly-tbs .btn-toolbar .input-group {
	width: auto;
}

#bookly-tbs .btn-group>.btn-group:not(:first-child), #bookly-tbs .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

#bookly-tbs .btn-group>.btn-group:not(:last-child)>.btn, #bookly-tbs .btn-group>.btn:not(:last-child):not(.bookly-dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .btn-group>.btn-group:not(:first-child)>.btn, #bookly-tbs .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .bookly-dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

#bookly-tbs .bookly-dropdown-toggle-split::after, .dropright #bookly-tbs .bookly-dropdown-toggle-split::after, .dropup #bookly-tbs .bookly-dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft #bookly-tbs .bookly-dropdown-toggle-split::before {
	margin-right: 0;
}

#bookly-tbs .btn-group-sm>.btn+.bookly-dropdown-toggle-split, #bookly-tbs .btn-sm+.bookly-dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

#bookly-tbs .btn-group-lg>.btn+.bookly-dropdown-toggle-split, #bookly-tbs .btn-lg+.bookly-dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

#bookly-tbs .btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#bookly-tbs .btn-group-vertical>.btn, #bookly-tbs .btn-group-vertical>.btn-group {
	width: 100%;
}

#bookly-tbs .btn-group-vertical>.btn-group:not(:first-child), #bookly-tbs .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

#bookly-tbs .btn-group-vertical>.btn-group:not(:last-child)>.btn, #bookly-tbs .btn-group-vertical>.btn:not(:last-child):not(.bookly-dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .btn-group-vertical>.btn-group:not(:first-child)>.btn, #bookly-tbs .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .btn-group-toggle>.btn, #bookly-tbs .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

#bookly-tbs .btn-group-toggle>.btn input[type=checkbox], #bookly-tbs .btn-group-toggle>.btn input[type=radio], #bookly-tbs .btn-group-toggle>.btn-group>.btn input[type=checkbox], #bookly-tbs .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

#bookly-tbs .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

#bookly-tbs .input-group>.custom-file, #bookly-tbs .input-group>.custom-select, #bookly-tbs .input-group>.form-control, #bookly-tbs .input-group>.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

#bookly-tbs .input-group>.custom-file+.custom-file, #bookly-tbs .input-group>.custom-file+.custom-select, #bookly-tbs .input-group>.custom-file+.form-control, #bookly-tbs .input-group>.custom-select+.custom-file, #bookly-tbs .input-group>.custom-select+.custom-select, #bookly-tbs .input-group>.custom-select+.form-control, #bookly-tbs .input-group>.form-control+.custom-file, #bookly-tbs .input-group>.form-control+.custom-select, #bookly-tbs .input-group>.form-control+.form-control, #bookly-tbs .input-group>.form-control-plaintext+.custom-file, #bookly-tbs .input-group>.form-control-plaintext+.custom-select, #bookly-tbs .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px;
}

#bookly-tbs .input-group>.custom-file .custom-file-input:focus~.custom-file-label, #bookly-tbs .input-group>.custom-select:focus, #bookly-tbs .input-group>.form-control:focus {
	z-index: 3;
}

#bookly-tbs .input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

#bookly-tbs .input-group>.custom-select:not(:first-child), #bookly-tbs .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .input-group>.custom-file {
	display: flex;
	align-items: center;
}

#bookly-tbs .input-group>.custom-file:not(:last-child) .custom-file-label, #bookly-tbs .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label, #bookly-tbs .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after, #bookly-tbs .input-group:not(.has-validation)>.custom-select:not(:last-child), #bookly-tbs .input-group:not(.has-validation)>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label, #bookly-tbs .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after, #bookly-tbs .input-group.has-validation>.custom-select:nth-last-child(n+3), #bookly-tbs .input-group.has-validation>.form-control:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .input-group-append, #bookly-tbs .input-group-prepend {
	display: flex;
}

#bookly-tbs .input-group-append .btn, #bookly-tbs .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

#bookly-tbs .input-group-append .btn:focus, #bookly-tbs .input-group-prepend .btn:focus {
	z-index: 3;
}

#bookly-tbs .input-group-append .btn+.btn, #bookly-tbs .input-group-append .btn+.input-group-text, #bookly-tbs .input-group-append .input-group-text+.btn, #bookly-tbs .input-group-append .input-group-text+.input-group-text, #bookly-tbs .input-group-prepend .btn+.btn, #bookly-tbs .input-group-prepend .btn+.input-group-text, #bookly-tbs .input-group-prepend .input-group-text+.btn, #bookly-tbs .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

#bookly-tbs .input-group-prepend {
	margin-right: -1px;
}

#bookly-tbs .input-group-append {
	margin-left: -1px;
}

#bookly-tbs .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

#bookly-tbs .input-group-text input[type=checkbox], #bookly-tbs .input-group-text input[type=radio] {
	margin-top: 0;
}

#bookly-tbs .input-group-lg>.custom-select, #bookly-tbs .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}

#bookly-tbs .input-group-lg>.custom-select, #bookly-tbs .input-group-lg>.form-control, #bookly-tbs .input-group-lg>.input-group-append>.btn, #bookly-tbs .input-group-lg>.input-group-append>.input-group-text, #bookly-tbs .input-group-lg>.input-group-prepend>.btn, #bookly-tbs .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

#bookly-tbs .input-group-sm>.custom-select, #bookly-tbs .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}

#bookly-tbs .input-group-sm>.custom-select, #bookly-tbs .input-group-sm>.form-control, #bookly-tbs .input-group-sm>.input-group-append>.btn, #bookly-tbs .input-group-sm>.input-group-append>.input-group-text, #bookly-tbs .input-group-sm>.input-group-prepend>.btn, #bookly-tbs .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

#bookly-tbs .input-group-lg>.custom-select, #bookly-tbs .input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

#bookly-tbs .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, #bookly-tbs .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, #bookly-tbs .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, #bookly-tbs .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, #bookly-tbs .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.bookly-dropdown-toggle), #bookly-tbs .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), #bookly-tbs .input-group>.input-group-prepend>.btn, #bookly-tbs .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .input-group>.input-group-append>.btn, #bookly-tbs .input-group>.input-group-append>.input-group-text, #bookly-tbs .input-group>.input-group-prepend:first-child>.btn:not(:first-child), #bookly-tbs .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), #bookly-tbs .input-group>.input-group-prepend:not(:first-child)>.btn, #bookly-tbs .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

#bookly-tbs .custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

#bookly-tbs .custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

#bookly-tbs .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

#bookly-tbs .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #7fbdff;
}

#bookly-tbs .custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b2d7ff;
	border-color: #b2d7ff;
}

#bookly-tbs .custom-control-input:disabled~.custom-control-label, #bookly-tbs .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d;
}

#bookly-tbs .custom-control-input:disabled~.custom-control-label::before, #bookly-tbs .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef;
}

#bookly-tbs .custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

#bookly-tbs .custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

#bookly-tbs .custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50%/50% 50% no-repeat;
}

#bookly-tbs .custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

#bookly-tbs .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z\'/%3e%3c/svg%3e");
}

#bookly-tbs .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

#bookly-tbs .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'4\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

#bookly-tbs .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

#bookly-tbs .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

#bookly-tbs .custom-radio .custom-control-label::before {
	border-radius: 50%;
}

#bookly-tbs .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

#bookly-tbs .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

#bookly-tbs .custom-switch {
	padding-left: 2.25rem;
}

#bookly-tbs .custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

#bookly-tbs .custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .custom-switch .custom-control-label::after {
		transition: none;
	}
}

#bookly-tbs .custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem);
}

#bookly-tbs .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

#bookly-tbs .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#bookly-tbs .custom-select:focus {
	border-color: #7fbdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

#bookly-tbs .custom-select[multiple], #bookly-tbs .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

#bookly-tbs .custom-select[multiple].nitro-lazy, #bookly-tbs .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

#bookly-tbs .custom-select::-ms-expand {
	display: none;
}

#bookly-tbs .custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

#bookly-tbs .custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

#bookly-tbs .custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

#bookly-tbs .custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

#bookly-tbs .custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0;
}

#bookly-tbs .custom-file-input:focus~.custom-file-label {
	border-color: #7fbdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-file-input:disabled~.custom-file-label, #bookly-tbs .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef;
}

#bookly-tbs .custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

#bookly-tbs .custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

#bookly-tbs .custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

#bookly-tbs .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

#bookly-tbs .custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#bookly-tbs .custom-range:focus {
	outline: 0;
}

#bookly-tbs .custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .custom-range::-moz-focus-outer {
	border: 0;
}

#bookly-tbs .custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

#bookly-tbs .custom-range::-webkit-slider-thumb:active {
	background-color: #b2d7ff;
}

#bookly-tbs .custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

#bookly-tbs .custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

#bookly-tbs .custom-range::-moz-range-thumb:active {
	background-color: #b2d7ff;
}

#bookly-tbs .custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

#bookly-tbs .custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

#bookly-tbs .custom-range::-ms-thumb:active {
	background-color: #b2d7ff;
}

#bookly-tbs .custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

#bookly-tbs .custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

#bookly-tbs .custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

#bookly-tbs .custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

#bookly-tbs .custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

#bookly-tbs .custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

#bookly-tbs .custom-range:disabled::-moz-range-track {
	cursor: default;
}

#bookly-tbs .custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

#bookly-tbs .custom-control-label::before, #bookly-tbs .custom-file-label, #bookly-tbs .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .custom-control-label::before, #bookly-tbs .custom-file-label, #bookly-tbs .custom-select {
		transition: none;
	}
}

#bookly-tbs .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#bookly-tbs .nav-link {
	display: block;
	padding: .5rem 1rem;
}

#bookly-tbs .nav-link:focus, #bookly-tbs .nav-link:hover {
	text-decoration: none;
}

#bookly-tbs .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

#bookly-tbs .nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

#bookly-tbs .nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

#bookly-tbs .nav-tabs .nav-link:focus, #bookly-tbs .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

#bookly-tbs .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

#bookly-tbs .nav-tabs .nav-item.show .nav-link, #bookly-tbs .nav-tabs .nav-link.active {
	color: #343a40;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

#bookly-tbs .nav-tabs .bookly-dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .nav-pills .nav-link {
	border-radius: .25rem;
}

#bookly-tbs .nav-pills .nav-link.active, #bookly-tbs .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

#bookly-tbs .nav-fill .nav-item, #bookly-tbs .nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center;
}

#bookly-tbs .nav-justified .nav-item, #bookly-tbs .nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

#bookly-tbs .tab-content>.tab-pane {
	display: none;
}

#bookly-tbs .tab-content>.active {
	display: block;
}

#bookly-tbs .navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
}

#bookly-tbs .navbar .container, #bookly-tbs .navbar .container-fluid, #bookly-tbs .navbar .container-lg, #bookly-tbs .navbar .container-md, #bookly-tbs .navbar .container-sm, #bookly-tbs .navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#bookly-tbs .navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

#bookly-tbs .navbar-brand:focus, #bookly-tbs .navbar-brand:hover {
	text-decoration: none;
}

#bookly-tbs .navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#bookly-tbs .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

#bookly-tbs .navbar-nav .bookly-dropdown-menu {
	position: static;
	float: none;
}

#bookly-tbs .navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

#bookly-tbs .navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

#bookly-tbs .navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

#bookly-tbs .navbar-toggler:focus, #bookly-tbs .navbar-toggler:hover {
	text-decoration: none;
}

#bookly-tbs .navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
}

#bookly-tbs .navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto;
}

@media (max-width:575.98px) {
	#bookly-tbs .navbar-expand-sm>.container, #bookly-tbs .navbar-expand-sm>.container-fluid, #bookly-tbs .navbar-expand-sm>.container-lg, #bookly-tbs .navbar-expand-sm>.container-md, #bookly-tbs .navbar-expand-sm>.container-sm, #bookly-tbs .navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	#bookly-tbs .navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-nav .bookly-dropdown-menu {
		position: absolute;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	#bookly-tbs .navbar-expand-sm>.container, #bookly-tbs .navbar-expand-sm>.container-fluid, #bookly-tbs .navbar-expand-sm>.container-lg, #bookly-tbs .navbar-expand-sm>.container-md, #bookly-tbs .navbar-expand-sm>.container-sm, #bookly-tbs .navbar-expand-sm>.container-xl {
		flex-wrap: nowrap;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	#bookly-tbs .navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	#bookly-tbs .navbar-expand-md>.container, #bookly-tbs .navbar-expand-md>.container-fluid, #bookly-tbs .navbar-expand-md>.container-lg, #bookly-tbs .navbar-expand-md>.container-md, #bookly-tbs .navbar-expand-md>.container-sm, #bookly-tbs .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	#bookly-tbs .navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-nav .bookly-dropdown-menu {
		position: absolute;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	#bookly-tbs .navbar-expand-md>.container, #bookly-tbs .navbar-expand-md>.container-fluid, #bookly-tbs .navbar-expand-md>.container-lg, #bookly-tbs .navbar-expand-md>.container-md, #bookly-tbs .navbar-expand-md>.container-sm, #bookly-tbs .navbar-expand-md>.container-xl {
		flex-wrap: nowrap;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	#bookly-tbs .navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	#bookly-tbs .navbar-expand-lg>.container, #bookly-tbs .navbar-expand-lg>.container-fluid, #bookly-tbs .navbar-expand-lg>.container-lg, #bookly-tbs .navbar-expand-lg>.container-md, #bookly-tbs .navbar-expand-lg>.container-sm, #bookly-tbs .navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	#bookly-tbs .navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-nav .bookly-dropdown-menu {
		position: absolute;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	#bookly-tbs .navbar-expand-lg>.container, #bookly-tbs .navbar-expand-lg>.container-fluid, #bookly-tbs .navbar-expand-lg>.container-lg, #bookly-tbs .navbar-expand-lg>.container-md, #bookly-tbs .navbar-expand-lg>.container-sm, #bookly-tbs .navbar-expand-lg>.container-xl {
		flex-wrap: nowrap;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	#bookly-tbs .navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	#bookly-tbs .navbar-expand-xl>.container, #bookly-tbs .navbar-expand-xl>.container-fluid, #bookly-tbs .navbar-expand-xl>.container-lg, #bookly-tbs .navbar-expand-xl>.container-md, #bookly-tbs .navbar-expand-xl>.container-sm, #bookly-tbs .navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-nav .bookly-dropdown-menu {
		position: absolute;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	#bookly-tbs .navbar-expand-xl>.container, #bookly-tbs .navbar-expand-xl>.container-fluid, #bookly-tbs .navbar-expand-xl>.container-lg, #bookly-tbs .navbar-expand-xl>.container-md, #bookly-tbs .navbar-expand-xl>.container-sm, #bookly-tbs .navbar-expand-xl>.container-xl {
		flex-wrap: nowrap;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	#bookly-tbs .navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

#bookly-tbs .navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

#bookly-tbs .navbar-expand>.container, #bookly-tbs .navbar-expand>.container-fluid, #bookly-tbs .navbar-expand>.container-lg, #bookly-tbs .navbar-expand>.container-md, #bookly-tbs .navbar-expand>.container-sm, #bookly-tbs .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

#bookly-tbs .navbar-expand .navbar-nav {
	flex-direction: row;
}

#bookly-tbs .navbar-expand .navbar-nav .bookly-dropdown-menu {
	position: absolute;
}

#bookly-tbs .navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

#bookly-tbs .navbar-expand>.container, #bookly-tbs .navbar-expand>.container-fluid, #bookly-tbs .navbar-expand>.container-lg, #bookly-tbs .navbar-expand>.container-md, #bookly-tbs .navbar-expand>.container-sm, #bookly-tbs .navbar-expand>.container-xl {
	flex-wrap: nowrap;
}

#bookly-tbs .navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

#bookly-tbs .navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

#bookly-tbs .navbar-expand .navbar-toggler {
	display: none;
}

#bookly-tbs .navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

#bookly-tbs .navbar-light .navbar-brand:focus, #bookly-tbs .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

#bookly-tbs .navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

#bookly-tbs .navbar-light .navbar-nav .nav-link:focus, #bookly-tbs .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

#bookly-tbs .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

#bookly-tbs .navbar-light .navbar-nav .active>.nav-link, #bookly-tbs .navbar-light .navbar-nav .nav-link.active, #bookly-tbs .navbar-light .navbar-nav .nav-link.show, #bookly-tbs .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

#bookly-tbs .navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

#bookly-tbs .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

#bookly-tbs .navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

#bookly-tbs .navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

#bookly-tbs .navbar-light .navbar-text a:focus, #bookly-tbs .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

#bookly-tbs .navbar-dark .navbar-brand {
	color: #fff;
}

#bookly-tbs .navbar-dark .navbar-brand:focus, #bookly-tbs .navbar-dark .navbar-brand:hover {
	color: #fff;
}

#bookly-tbs .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

#bookly-tbs .navbar-dark .navbar-nav .nav-link:focus, #bookly-tbs .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

#bookly-tbs .navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

#bookly-tbs .navbar-dark .navbar-nav .active>.nav-link, #bookly-tbs .navbar-dark .navbar-nav .nav-link.active, #bookly-tbs .navbar-dark .navbar-nav .nav-link.show, #bookly-tbs .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

#bookly-tbs .navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

#bookly-tbs .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

#bookly-tbs .navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

#bookly-tbs .navbar-dark .navbar-text a {
	color: #fff;
}

#bookly-tbs .navbar-dark .navbar-text a:focus, #bookly-tbs .navbar-dark .navbar-text a:hover {
	color: #fff;
}

#bookly-tbs .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

#bookly-tbs .card>hr {
	margin-right: 0;
	margin-left: 0;
}

#bookly-tbs .card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

#bookly-tbs .card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

#bookly-tbs .card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

#bookly-tbs .card>.card-header+.list-group, #bookly-tbs .card>.list-group+.card-footer {
	border-top: 0;
}

#bookly-tbs .card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

#bookly-tbs .card-title {
	margin-bottom: .75rem;
}

#bookly-tbs .card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

#bookly-tbs .card-text:last-child {
	margin-bottom: 0;
}

#bookly-tbs .card-link:hover {
	text-decoration: none;
}

#bookly-tbs .card-link+.card-link {
	margin-left: 1.25rem;
}

#bookly-tbs .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#bookly-tbs .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#bookly-tbs .card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

#bookly-tbs .card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

#bookly-tbs .card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

#bookly-tbs .card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

#bookly-tbs .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.25rem - 1px);
}

#bookly-tbs .card-img, #bookly-tbs .card-img-bottom, #bookly-tbs .card-img-top {
	flex-shrink: 0;
	width: 100%;
}

#bookly-tbs .card-img, #bookly-tbs .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

#bookly-tbs .card-img, #bookly-tbs .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

#bookly-tbs .card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	#bookly-tbs .card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	#bookly-tbs .card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

#bookly-tbs .card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	#bookly-tbs .card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	#bookly-tbs .card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	#bookly-tbs .card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:last-child) .card-header, #bookly-tbs .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:last-child) .card-footer, #bookly-tbs .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:first-child) .card-header, #bookly-tbs .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	#bookly-tbs .card-group>.card:not(:first-child) .card-footer, #bookly-tbs .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

#bookly-tbs .card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	#bookly-tbs .card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	#bookly-tbs .card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

#bookly-tbs .accordion {
	overflow-anchor: none;
}

#bookly-tbs .accordion>.card {
	overflow: hidden;
}

#bookly-tbs .accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

#bookly-tbs .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

#bookly-tbs .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

#bookly-tbs .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

#bookly-tbs .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

#bookly-tbs .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

#bookly-tbs .breadcrumb-item.active {
	color: #6c757d;
}

#bookly-tbs .pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

#bookly-tbs .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

#bookly-tbs .page-link:hover {
	z-index: 2;
	color: #0056b2;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

#bookly-tbs .page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

#bookly-tbs .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

#bookly-tbs .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

#bookly-tbs .pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

#bookly-tbs .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

#bookly-tbs .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

#bookly-tbs .pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

#bookly-tbs .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

#bookly-tbs .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

#bookly-tbs .badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .badge {
		transition: none;
	}
}

#bookly-tbs a.badge:focus, #bookly-tbs a.badge:hover {
	text-decoration: none;
}

#bookly-tbs .badge:empty {
	display: none;
}

#bookly-tbs .btn .badge {
	position: relative;
	top: -1px;
}

#bookly-tbs .badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

#bookly-tbs .badge-primary {
	color: #fff;
	background-color: #007bff;
}

#bookly-tbs a.badge-primary:focus, #bookly-tbs a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}

#bookly-tbs a.badge-primary.focus, #bookly-tbs a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

#bookly-tbs .badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

#bookly-tbs a.badge-secondary:focus, #bookly-tbs a.badge-secondary:hover {
	color: #fff;
	background-color: #545b61;
}

#bookly-tbs a.badge-secondary.focus, #bookly-tbs a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

#bookly-tbs .badge-success {
	color: #fff;
	background-color: #28a745;
}

#bookly-tbs a.badge-success:focus, #bookly-tbs a.badge-success:hover {
	color: #fff;
	background-color: #1e7d34;
}

#bookly-tbs a.badge-success.focus, #bookly-tbs a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

#bookly-tbs .badge-info {
	color: #fff;
	background-color: #17a2b8;
}

#bookly-tbs a.badge-info:focus, #bookly-tbs a.badge-info:hover {
	color: #fff;
	background-color: #117a8a;
}

#bookly-tbs a.badge-info.focus, #bookly-tbs a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

#bookly-tbs .badge-warning {
	color: #212529;
	background-color: #ffc107;
}

#bookly-tbs a.badge-warning:focus, #bookly-tbs a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}

#bookly-tbs a.badge-warning.focus, #bookly-tbs a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

#bookly-tbs .badge-danger {
	color: #fff;
	background-color: #dc3545;
}

#bookly-tbs a.badge-danger:focus, #bookly-tbs a.badge-danger:hover {
	color: #fff;
	background-color: #bd202f;
}

#bookly-tbs a.badge-danger.focus, #bookly-tbs a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

#bookly-tbs .badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

#bookly-tbs a.badge-light:focus, #bookly-tbs a.badge-light:hover {
	color: #212529;
	background-color: #dadfe4;
}

#bookly-tbs a.badge-light.focus, #bookly-tbs a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

#bookly-tbs .badge-dark {
	color: #fff;
	background-color: #343a40;
}

#bookly-tbs a.badge-dark:focus, #bookly-tbs a.badge-dark:hover {
	color: #fff;
	background-color: #1d2023;
}

#bookly-tbs a.badge-dark.focus, #bookly-tbs a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

#bookly-tbs .badge-bookly {
	color: #fff;
	background-color: #f4662f;
}

#bookly-tbs a.badge-bookly:focus, #bookly-tbs a.badge-bookly:hover {
	color: #fff;
	background-color: #e3480c;
}

#bookly-tbs a.badge-bookly.focus, #bookly-tbs a.badge-bookly:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(244, 102, 47, .5);
}

#bookly-tbs .jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	#bookly-tbs .jumbotron {
		padding: 4rem 2rem;
	}
}

#bookly-tbs .jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

#bookly-tbs .alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

#bookly-tbs .alert-heading {
	color: inherit;
}

#bookly-tbs .alert-link {
	font-weight: 700;
}

#bookly-tbs .alert-dismissible {
	padding-right: 4rem;
}

#bookly-tbs .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: .75rem 1.25rem;
	color: inherit;
}

#bookly-tbs .alert-primary {
	color: #003f84;
	background-color: #cce4ff;
	border-color: #b7daff;
}

#bookly-tbs .alert-primary hr {
	border-top-color: #9eccff;
}

#bookly-tbs .alert-primary .alert-link {
	color: #002751;
}

#bookly-tbs .alert-secondary {
	color: #383c41;
	background-color: #e1e3e5;
	border-color: #d5d8da;
}

#bookly-tbs .alert-secondary hr {
	border-top-color: #c8cbce;
}

#bookly-tbs .alert-secondary .alert-link {
	color: #202325;
}

#bookly-tbs .alert-success {
	color: #145623;
	background-color: #d4edd9;
	border-color: #c2e6ca;
}

#bookly-tbs .alert-success hr {
	border-top-color: #b0debb;
}

#bookly-tbs .alert-success .alert-link {
	color: #0a2d12;
}

#bookly-tbs .alert-info {
	color: #0b545f;
	background-color: #d0ecf0;
	border-color: #bee4eb;
}

#bookly-tbs .alert-info hr {
	border-top-color: #aadde5;
}

#bookly-tbs .alert-info .alert-link {
	color: #062c32;
}

#bookly-tbs .alert-warning {
	color: #846403;
	background-color: #fff2cd;
	border-color: #ffedb9;
}

#bookly-tbs .alert-warning hr {
	border-top-color: #ffe7a0;
}

#bookly-tbs .alert-warning .alert-link {
	color: #523e02;
}

#bookly-tbs .alert-danger {
	color: #721b23;
	background-color: #f8d6d9;
	border-color: #f5c6ca;
}

#bookly-tbs .alert-danger hr {
	border-top-color: #f1b0b6;
}

#bookly-tbs .alert-danger .alert-link {
	color: #491116;
}

#bookly-tbs .alert-light {
	color: #808182;
	background-color: #fdfdfe;
	border-color: #fdfdfd;
}

#bookly-tbs .alert-light hr {
	border-top-color: #eef0f2;
}

#bookly-tbs .alert-light .alert-link {
	color: #676768;
}

#bookly-tbs .alert-dark {
	color: #1b1e21;
	background-color: #d6d7d8;
	border-color: #c6c7c9;
}

#bookly-tbs .alert-dark hr {
	border-top-color: #b9bbbd;
}

#bookly-tbs .alert-dark .alert-link {
	color: #040405;
}

#bookly-tbs .alert-bookly {
	color: #7e3518;
	background-color: #fce0d5;
	border-color: #fbd4c4;
}

#bookly-tbs .alert-bookly hr {
	border-top-color: #fac2ac;
}

#bookly-tbs .alert-bookly .alert-link {
	color: #542310;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

#bookly-tbs .progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

#bookly-tbs .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .progress-bar {
		transition: none;
	}
}

#bookly-tbs .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

#bookly-tbs .progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .progress-bar-animated {
		animation: none;
	}
}

#bookly-tbs .media {
	display: flex;
	align-items: flex-start;
}

#bookly-tbs .media-body {
	flex: 1;
}

#bookly-tbs .list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

#bookly-tbs .list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

#bookly-tbs .list-group-item-action:focus, #bookly-tbs .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

#bookly-tbs .list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

#bookly-tbs .list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

#bookly-tbs .list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#bookly-tbs .list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

#bookly-tbs .list-group-item.disabled, #bookly-tbs .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

#bookly-tbs .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

#bookly-tbs .list-group-item+#bookly-tbs .list-group-item {
	border-top-width: 0;
}

#bookly-tbs .list-group-item+#bookly-tbs .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

#bookly-tbs .list-group-horizontal {
	flex-direction: row;
}

#bookly-tbs .list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

#bookly-tbs .list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

#bookly-tbs .list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

#bookly-tbs .list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

#bookly-tbs .list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	#bookly-tbs .list-group-horizontal-sm {
		flex-direction: row;
	}
	
	#bookly-tbs .list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	#bookly-tbs .list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	#bookly-tbs .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	#bookly-tbs .list-group-horizontal-md {
		flex-direction: row;
	}
	
	#bookly-tbs .list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	#bookly-tbs .list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	#bookly-tbs .list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	#bookly-tbs .list-group-horizontal-lg {
		flex-direction: row;
	}
	
	#bookly-tbs .list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	#bookly-tbs .list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	#bookly-tbs .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .list-group-horizontal-xl {
		flex-direction: row;
	}
	
	#bookly-tbs .list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	#bookly-tbs .list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	#bookly-tbs .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

#bookly-tbs .list-group-flush {
	border-radius: 0;
}

#bookly-tbs .list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

#bookly-tbs .list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

#bookly-tbs .list-group-item-primary {
	color: #003f84;
	background-color: #b7daff;
}

#bookly-tbs .list-group-item-primary.list-group-item-action:focus, #bookly-tbs .list-group-item-primary.list-group-item-action:hover {
	color: #003f84;
	background-color: #9eccff;
}

#bookly-tbs .list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #003f84;
	border-color: #003f84;
}

#bookly-tbs .list-group-item-secondary {
	color: #383c41;
	background-color: #d5d8da;
}

#bookly-tbs .list-group-item-secondary.list-group-item-action:focus, #bookly-tbs .list-group-item-secondary.list-group-item-action:hover {
	color: #383c41;
	background-color: #c8cbce;
}

#bookly-tbs .list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383c41;
	border-color: #383c41;
}

#bookly-tbs .list-group-item-success {
	color: #145623;
	background-color: #c2e6ca;
}

#bookly-tbs .list-group-item-success.list-group-item-action:focus, #bookly-tbs .list-group-item-success.list-group-item-action:hover {
	color: #145623;
	background-color: #b0debb;
}

#bookly-tbs .list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #145623;
	border-color: #145623;
}

#bookly-tbs .list-group-item-info {
	color: #0b545f;
	background-color: #bee4eb;
}

#bookly-tbs .list-group-item-info.list-group-item-action:focus, #bookly-tbs .list-group-item-info.list-group-item-action:hover {
	color: #0b545f;
	background-color: #aadde5;
}

#bookly-tbs .list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0b545f;
	border-color: #0b545f;
}

#bookly-tbs .list-group-item-warning {
	color: #846403;
	background-color: #ffedb9;
}

#bookly-tbs .list-group-item-warning.list-group-item-action:focus, #bookly-tbs .list-group-item-warning.list-group-item-action:hover {
	color: #846403;
	background-color: #ffe7a0;
}

#bookly-tbs .list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #846403;
	border-color: #846403;
}

#bookly-tbs .list-group-item-danger {
	color: #721b23;
	background-color: #f5c6ca;
}

#bookly-tbs .list-group-item-danger.list-group-item-action:focus, #bookly-tbs .list-group-item-danger.list-group-item-action:hover {
	color: #721b23;
	background-color: #f1b0b6;
}

#bookly-tbs .list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721b23;
	border-color: #721b23;
}

#bookly-tbs .list-group-item-light {
	color: #808182;
	background-color: #fdfdfd;
}

#bookly-tbs .list-group-item-light.list-group-item-action:focus, #bookly-tbs .list-group-item-light.list-group-item-action:hover {
	color: #808182;
	background-color: #eef0f2;
}

#bookly-tbs .list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #808182;
	border-color: #808182;
}

#bookly-tbs .list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c7c9;
}

#bookly-tbs .list-group-item-dark.list-group-item-action:focus, #bookly-tbs .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbd;
}

#bookly-tbs .list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

#bookly-tbs .list-group-item-bookly {
	color: #7e3518;
	background-color: #fbd4c4;
}

#bookly-tbs .list-group-item-bookly.list-group-item-action:focus, #bookly-tbs .list-group-item-bookly.list-group-item-action:hover {
	color: #7e3518;
	background-color: #fac2ac;
}

#bookly-tbs .list-group-item-bookly.list-group-item-action.active {
	color: #fff;
	background-color: #7e3518;
	border-color: #7e3518;
}

#bookly-tbs .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

#bookly-tbs .close:hover {
	color: #000;
	text-decoration: none;
}

#bookly-tbs .close:not(:disabled):not(.disabled):focus, #bookly-tbs .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

#bookly-tbs button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

#bookly-tbs a.close.disabled {
	pointer-events: none;
}

#bookly-tbs .toast {
	flex-basis: 350px;
	max-width: 350px;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	opacity: 0;
	border-radius: .25rem;
}

#bookly-tbs .toast:not(:last-child) {
	margin-bottom: .75rem;
}

#bookly-tbs .toast.showing {
	opacity: 1;
}

#bookly-tbs .toast.show {
	display: block;
	opacity: 1;
}

#bookly-tbs .toast.hide {
	display: none;
}

#bookly-tbs .toast-header {
	display: flex;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

#bookly-tbs .toast-body {
	padding: .75rem;
}

.bookly-modal-open {
	overflow: hidden;
}

#bookly-tbs .bookly-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.bookly-modal-open #bookly-tbs .bookly-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

#bookly-tbs .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

#bookly-tbs .bookly-modal.bookly-fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .bookly-modal.bookly-fade .modal-dialog {
		transition: none;
	}
}

#bookly-tbs .bookly-modal.bookly-show .modal-dialog {
	transform: none;
}

#bookly-tbs .bookly-modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

#bookly-tbs .modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

#bookly-tbs .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

#bookly-tbs .modal-dialog-scrollable .modal-footer, #bookly-tbs .modal-dialog-scrollable .modal-header {
	flex-shrink: 0;
}

#bookly-tbs .modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

#bookly-tbs .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

#bookly-tbs .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

#bookly-tbs .modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#bookly-tbs .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

#bookly-tbs .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

#bookly-tbs .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.bookly-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100049;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.bookly-modal-backdrop.bookly-fade {
	transition: opacity .15s linear;
	opacity: 0;
}

@media (prefers-reduced-motion:reduce) {
	.bookly-modal-backdrop.bookly-fade {
		transition: none;
	}
}

.bookly-modal-backdrop.bookly-show {
	opacity: .5;
}

.bookly-modal-backdrop+.bookly-modal-backdrop {
	display: none !important;
}

#bookly-tbs .modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

#bookly-tbs .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

#bookly-tbs .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

#bookly-tbs .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

#bookly-tbs .modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

#bookly-tbs .modal-footer>* {
	margin: .25rem;
}

#bookly-tbs .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	#bookly-tbs .modal-dialog {
		max-width: 500px;
		margin: 3rem auto;
	}
	
	#bookly-tbs .modal-dialog-scrollable {
		max-height: calc(100% - 6rem);
	}
	
	#bookly-tbs .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 6rem);
	}
	
	#bookly-tbs .modal-dialog-centered {
		min-height: calc(100% - 6rem);
	}
	
	#bookly-tbs .modal-dialog-centered::before {
		height: calc(100vh - 6rem);
	}
	
	#bookly-tbs .modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	#bookly-tbs .modal-lg, #bookly-tbs .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .modal-xl {
		max-width: 1140px;
	}
}

#bookly-tbs .modal-faded {
	z-index: 100048 !important;
}

#bookly-tbs .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

#bookly-tbs .tooltip.show {
	opacity: .9;
}

#bookly-tbs .tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

#bookly-tbs .tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=top], #bookly-tbs .bs-tooltip-top {
	padding: .4rem 0;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=top] .arrow, #bookly-tbs .bs-tooltip-top .arrow {
	bottom: 0;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=top] .arrow::before, #bookly-tbs .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=right], #bookly-tbs .bs-tooltip-right {
	padding: 0 .4rem;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=right] .arrow, #bookly-tbs .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=right] .arrow::before, #bookly-tbs .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=bottom], #bookly-tbs .bs-tooltip-bottom {
	padding: .4rem 0;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=bottom] .arrow, #bookly-tbs .bs-tooltip-bottom .arrow {
	top: 0;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=bottom] .arrow::before, #bookly-tbs .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=left], #bookly-tbs .bs-tooltip-left {
	padding: 0 .4rem;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=left] .arrow, #bookly-tbs .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

#bookly-tbs .bs-tooltip-auto[x-placement^=left] .arrow::before, #bookly-tbs .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

#bookly-tbs .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

#bookly-tbs [class*=bs-popover-]>.arrow {
	overflow: visible;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	z-index: 100049;
}

#bookly-tbs [class*=bs-popover-]>.arrow::after {
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	background-color: transparent;
	box-shadow: none;
	transform: none;
	width: auto;
	height: auto;
	z-index: 100049;
}

#bookly-tbs .bookly-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100049;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

#bookly-tbs .bookly-popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

#bookly-tbs .bookly-popover .arrow::after, #bookly-tbs .bookly-popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

#bookly-tbs .bs-popover-auto[x-placement^=top], #bookly-tbs .bs-popover-top {
	margin-bottom: .5rem;
}

#bookly-tbs .bs-popover-auto[x-placement^=top]>.arrow, #bookly-tbs .bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px);
}

#bookly-tbs .bs-popover-auto[x-placement^=top]>.arrow::before, #bookly-tbs .bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

#bookly-tbs .bs-popover-auto[x-placement^=top]>.arrow::after, #bookly-tbs .bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

#bookly-tbs .bs-popover-auto[x-placement^=right], #bookly-tbs .bs-popover-right {
	margin-left: .5rem;
}

#bookly-tbs .bs-popover-auto[x-placement^=right]>.arrow, #bookly-tbs .bs-popover-right>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

#bookly-tbs .bs-popover-auto[x-placement^=right]>.arrow::before, #bookly-tbs .bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

#bookly-tbs .bs-popover-auto[x-placement^=right]>.arrow::after, #bookly-tbs .bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

#bookly-tbs .bs-popover-auto[x-placement^=bottom], #bookly-tbs .bs-popover-bottom {
	margin-top: .5rem;
}

#bookly-tbs .bs-popover-auto[x-placement^=bottom]>.arrow, #bookly-tbs .bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px);
}

#bookly-tbs .bs-popover-auto[x-placement^=bottom]>.arrow::before, #bookly-tbs .bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

#bookly-tbs .bs-popover-auto[x-placement^=bottom]>.arrow::after, #bookly-tbs .bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

#bookly-tbs .bs-popover-auto[x-placement^=bottom] .popover-header::before, #bookly-tbs .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

#bookly-tbs .bs-popover-auto[x-placement^=left], #bookly-tbs .bs-popover-left {
	margin-right: .5rem;
}

#bookly-tbs .bs-popover-auto[x-placement^=left]>.arrow, #bookly-tbs .bs-popover-left>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

#bookly-tbs .bs-popover-auto[x-placement^=left]>.arrow::before, #bookly-tbs .bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

#bookly-tbs .bs-popover-auto[x-placement^=left]>.arrow::after, #bookly-tbs .bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

#bookly-tbs .popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

#bookly-tbs .popover-header:empty {
	display: none;
}

#bookly-tbs .popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

#bookly-tbs .carousel {
	position: relative;
}

#bookly-tbs .carousel.pointer-event {
	touch-action: pan-y;
}

#bookly-tbs .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#bookly-tbs .carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

#bookly-tbs .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .carousel-item {
		transition: none;
	}
}

#bookly-tbs .carousel-item-next, #bookly-tbs .carousel-item-prev, #bookly-tbs .carousel-item.active {
	display: block;
}

#bookly-tbs .active.carousel-item-right, #bookly-tbs .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%);
}

#bookly-tbs .active.carousel-item-left, #bookly-tbs .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%);
}

#bookly-tbs .carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

#bookly-tbs .carousel-fade .carousel-item-next.carousel-item-left, #bookly-tbs .carousel-fade .carousel-item-prev.carousel-item-right, #bookly-tbs .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

#bookly-tbs .carousel-fade .active.carousel-item-left, #bookly-tbs .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .carousel-fade .active.carousel-item-left, #bookly-tbs .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

#bookly-tbs .carousel-control-next, #bookly-tbs .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .carousel-control-next, #bookly-tbs .carousel-control-prev {
		transition: none;
	}
}

#bookly-tbs .carousel-control-next:focus, #bookly-tbs .carousel-control-next:hover, #bookly-tbs .carousel-control-prev:focus, #bookly-tbs .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

#bookly-tbs .carousel-control-prev {
	left: 0;
}

#bookly-tbs .carousel-control-next {
	right: 0;
}

#bookly-tbs .carousel-control-next-icon, #bookly-tbs .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50%/100% 100% no-repeat;
}

#bookly-tbs .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/%3e%3c/svg%3e");
}

#bookly-tbs .carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/%3e%3c/svg%3e");
}

#bookly-tbs .carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

#bookly-tbs .carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .carousel-indicators li {
		transition: none;
	}
}

#bookly-tbs .carousel-indicators .active {
	opacity: 1;
}

#bookly-tbs .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

#bookly-tbs .spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: .75s linear infinite spinner-border;
}

#bookly-tbs .spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

#bookly-tbs .spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite spinner-grow;
}

#bookly-tbs .spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .spinner-border, #bookly-tbs .spinner-grow {
		animation-duration: 1.5s;
	}
}

#bookly-tbs .align-baseline {
	vertical-align: baseline !important;
}

#bookly-tbs .align-top {
	vertical-align: top !important;
}

#bookly-tbs .align-middle {
	vertical-align: middle !important;
}

#bookly-tbs .align-bottom {
	vertical-align: bottom !important;
}

#bookly-tbs .align-text-bottom {
	vertical-align: text-bottom !important;
}

#bookly-tbs .align-text-top {
	vertical-align: text-top !important;
}

#bookly-tbs .bg-primary {
	background-color: #007bff !important;
}

#bookly-tbs a.bg-primary:focus, #bookly-tbs a.bg-primary:hover, #bookly-tbs button.bg-primary:focus, #bookly-tbs button.bg-primary:hover {
	background-color: #0062cc !important;
}

#bookly-tbs .bg-secondary {
	background-color: #6c757d !important;
}

#bookly-tbs a.bg-secondary:focus, #bookly-tbs a.bg-secondary:hover, #bookly-tbs button.bg-secondary:focus, #bookly-tbs button.bg-secondary:hover {
	background-color: #545b61 !important;
}

#bookly-tbs .bg-success {
	background-color: #28a745 !important;
}

#bookly-tbs a.bg-success:focus, #bookly-tbs a.bg-success:hover, #bookly-tbs button.bg-success:focus, #bookly-tbs button.bg-success:hover {
	background-color: #1e7d34 !important;
}

#bookly-tbs .bg-info {
	background-color: #17a2b8 !important;
}

#bookly-tbs a.bg-info:focus, #bookly-tbs a.bg-info:hover, #bookly-tbs button.bg-info:focus, #bookly-tbs button.bg-info:hover {
	background-color: #117a8a !important;
}

#bookly-tbs .bg-warning {
	background-color: #ffc107 !important;
}

#bookly-tbs a.bg-warning:focus, #bookly-tbs a.bg-warning:hover, #bookly-tbs button.bg-warning:focus, #bookly-tbs button.bg-warning:hover {
	background-color: #d39e00 !important;
}

#bookly-tbs .bg-danger {
	background-color: #dc3545 !important;
}

#bookly-tbs a.bg-danger:focus, #bookly-tbs a.bg-danger:hover, #bookly-tbs button.bg-danger:focus, #bookly-tbs button.bg-danger:hover {
	background-color: #bd202f !important;
}

#bookly-tbs .bg-light {
	background-color: #f8f9fa !important;
}

#bookly-tbs a.bg-light:focus, #bookly-tbs a.bg-light:hover, #bookly-tbs button.bg-light:focus, #bookly-tbs button.bg-light:hover {
	background-color: #dadfe4 !important;
}

#bookly-tbs .bg-dark {
	background-color: #343a40 !important;
}

#bookly-tbs a.bg-dark:focus, #bookly-tbs a.bg-dark:hover, #bookly-tbs button.bg-dark:focus, #bookly-tbs button.bg-dark:hover {
	background-color: #1d2023 !important;
}

#bookly-tbs .bg-bookly {
	background-color: #f4662f !important;
}

#bookly-tbs a.bg-bookly:focus, #bookly-tbs a.bg-bookly:hover, #bookly-tbs button.bg-bookly:focus, #bookly-tbs button.bg-bookly:hover {
	background-color: #e3480c !important;
}

#bookly-tbs .bg-white {
	background-color: #fff !important;
}

#bookly-tbs .bg-transparent {
	background-color: transparent !important;
}

#bookly-tbs .border {
	border: 1px solid #dee2e6 !important;
}

#bookly-tbs .border-top {
	border-top: 1px solid #dee2e6 !important;
}

#bookly-tbs .border-right {
	border-right: 1px solid #dee2e6 !important;
}

#bookly-tbs .border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

#bookly-tbs .border-left {
	border-left: 1px solid #dee2e6 !important;
}

#bookly-tbs .border-0 {
	border: 0 !important;
}

#bookly-tbs .border-top-0 {
	border-top: 0 !important;
}

#bookly-tbs .border-right-0 {
	border-right: 0 !important;
}

#bookly-tbs .border-bottom-0 {
	border-bottom: 0 !important;
}

#bookly-tbs .border-left-0 {
	border-left: 0 !important;
}

#bookly-tbs .border-primary {
	border-color: #007bff !important;
}

#bookly-tbs .border-secondary {
	border-color: #6c757d !important;
}

#bookly-tbs .border-success {
	border-color: #28a745 !important;
}

#bookly-tbs .border-info {
	border-color: #17a2b8 !important;
}

#bookly-tbs .border-warning {
	border-color: #ffc107 !important;
}

#bookly-tbs .border-danger {
	border-color: #dc3545 !important;
}

#bookly-tbs .border-light {
	border-color: #f8f9fa !important;
}

#bookly-tbs .border-dark {
	border-color: #343a40 !important;
}

#bookly-tbs .border-bookly {
	border-color: #f4662f !important;
}

#bookly-tbs .border-white {
	border-color: #fff !important;
}

#bookly-tbs .rounded-sm {
	border-radius: .2rem !important;
}

#bookly-tbs .rounded {
	border-radius: .25rem !important;
}

#bookly-tbs .rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

#bookly-tbs .rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

#bookly-tbs .rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

#bookly-tbs .rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

#bookly-tbs .rounded-lg {
	border-radius: .3rem !important;
}

#bookly-tbs .rounded-circle {
	border-radius: 50% !important;
}

#bookly-tbs .rounded-pill {
	border-radius: 50rem !important;
}

#bookly-tbs .rounded-0 {
	border-radius: 0 !important;
}

#bookly-tbs .clearfix::after {
	display: block;
	clear: both;
	content: "";
}

#bookly-tbs .d-none {
	display: none !important;
}

#bookly-tbs .d-inline {
	display: inline !important;
}

#bookly-tbs .d-inline-block {
	display: inline-block !important;
}

#bookly-tbs .d-block {
	display: block !important;
}

#bookly-tbs .d-table {
	display: table !important;
}

#bookly-tbs .d-table-row {
	display: table-row !important;
}

#bookly-tbs .d-table-cell {
	display: table-cell !important;
}

#bookly-tbs .d-flex {
	display: flex !important;
}

#bookly-tbs .d-inline-flex {
	display: inline-flex !important;
}

@media (min-width:576px) {
	#bookly-tbs .d-sm-none {
		display: none !important;
	}
	
	#bookly-tbs .d-sm-inline {
		display: inline !important;
	}
	
	#bookly-tbs .d-sm-inline-block {
		display: inline-block !important;
	}
	
	#bookly-tbs .d-sm-block {
		display: block !important;
	}
	
	#bookly-tbs .d-sm-table {
		display: table !important;
	}
	
	#bookly-tbs .d-sm-table-row {
		display: table-row !important;
	}
	
	#bookly-tbs .d-sm-table-cell {
		display: table-cell !important;
	}
	
	#bookly-tbs .d-sm-flex {
		display: flex !important;
	}
	
	#bookly-tbs .d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	#bookly-tbs .d-md-none {
		display: none !important;
	}
	
	#bookly-tbs .d-md-inline {
		display: inline !important;
	}
	
	#bookly-tbs .d-md-inline-block {
		display: inline-block !important;
	}
	
	#bookly-tbs .d-md-block {
		display: block !important;
	}
	
	#bookly-tbs .d-md-table {
		display: table !important;
	}
	
	#bookly-tbs .d-md-table-row {
		display: table-row !important;
	}
	
	#bookly-tbs .d-md-table-cell {
		display: table-cell !important;
	}
	
	#bookly-tbs .d-md-flex {
		display: flex !important;
	}
	
	#bookly-tbs .d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	#bookly-tbs .d-lg-none {
		display: none !important;
	}
	
	#bookly-tbs .d-lg-inline {
		display: inline !important;
	}
	
	#bookly-tbs .d-lg-inline-block {
		display: inline-block !important;
	}
	
	#bookly-tbs .d-lg-block {
		display: block !important;
	}
	
	#bookly-tbs .d-lg-table {
		display: table !important;
	}
	
	#bookly-tbs .d-lg-table-row {
		display: table-row !important;
	}
	
	#bookly-tbs .d-lg-table-cell {
		display: table-cell !important;
	}
	
	#bookly-tbs .d-lg-flex {
		display: flex !important;
	}
	
	#bookly-tbs .d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .d-xl-none {
		display: none !important;
	}
	
	#bookly-tbs .d-xl-inline {
		display: inline !important;
	}
	
	#bookly-tbs .d-xl-inline-block {
		display: inline-block !important;
	}
	
	#bookly-tbs .d-xl-block {
		display: block !important;
	}
	
	#bookly-tbs .d-xl-table {
		display: table !important;
	}
	
	#bookly-tbs .d-xl-table-row {
		display: table-row !important;
	}
	
	#bookly-tbs .d-xl-table-cell {
		display: table-cell !important;
	}
	
	#bookly-tbs .d-xl-flex {
		display: flex !important;
	}
	
	#bookly-tbs .d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	#bookly-tbs .d-print-none {
		display: none !important;
	}
	
	#bookly-tbs .d-print-inline {
		display: inline !important;
	}
	
	#bookly-tbs .d-print-inline-block {
		display: inline-block !important;
	}
	
	#bookly-tbs .d-print-block {
		display: block !important;
	}
	
	#bookly-tbs .d-print-table {
		display: table !important;
	}
	
	#bookly-tbs .d-print-table-row {
		display: table-row !important;
	}
	
	#bookly-tbs .d-print-table-cell {
		display: table-cell !important;
	}
	
	#bookly-tbs .d-print-flex {
		display: flex !important;
	}
	
	#bookly-tbs .d-print-inline-flex {
		display: inline-flex !important;
	}
}

#bookly-tbs .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#bookly-tbs .embed-responsive::before {
	display: block;
	content: "";
}

#bookly-tbs .embed-responsive .embed-responsive-item, #bookly-tbs .embed-responsive embed, #bookly-tbs .embed-responsive iframe, #bookly-tbs .embed-responsive object, #bookly-tbs .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#bookly-tbs .embed-responsive-21by9::before {
	padding-top: 42.85714286%;
}

#bookly-tbs .embed-responsive-16by9::before {
	padding-top: 56.25%;
}

#bookly-tbs .embed-responsive-4by3::before {
	padding-top: 75%;
}

#bookly-tbs .embed-responsive-1by1::before {
	padding-top: 100%;
}

#bookly-tbs .flex-row {
	flex-direction: row !important;
}

#bookly-tbs .flex-column {
	flex-direction: column !important;
}

#bookly-tbs .flex-row-reverse {
	flex-direction: row-reverse !important;
}

#bookly-tbs .flex-column-reverse {
	flex-direction: column-reverse !important;
}

#bookly-tbs .flex-wrap {
	flex-wrap: wrap !important;
}

#bookly-tbs .flex-nowrap {
	flex-wrap: nowrap !important;
}

#bookly-tbs .flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

#bookly-tbs .flex-fill {
	flex: 1 1 auto !important;
}

#bookly-tbs .flex-grow-0 {
	flex-grow: 0 !important;
}

#bookly-tbs .flex-grow-1 {
	flex-grow: 1 !important;
}

#bookly-tbs .flex-shrink-0 {
	flex-shrink: 0 !important;
}

#bookly-tbs .flex-shrink-1 {
	flex-shrink: 1 !important;
}

#bookly-tbs .justify-content-start {
	justify-content: flex-start !important;
}

#bookly-tbs .justify-content-end {
	justify-content: flex-end !important;
}

#bookly-tbs .justify-content-center {
	justify-content: center !important;
}

#bookly-tbs .justify-content-between {
	justify-content: space-between !important;
}

#bookly-tbs .justify-content-around {
	justify-content: space-around !important;
}

#bookly-tbs .align-items-start {
	align-items: flex-start !important;
}

#bookly-tbs .align-items-end {
	align-items: flex-end !important;
}

#bookly-tbs .align-items-center {
	align-items: center !important;
}

#bookly-tbs .align-items-baseline {
	align-items: baseline !important;
}

#bookly-tbs .align-items-stretch {
	align-items: stretch !important;
}

#bookly-tbs .align-content-start {
	align-content: flex-start !important;
}

#bookly-tbs .align-content-end {
	align-content: flex-end !important;
}

#bookly-tbs .align-content-center {
	align-content: center !important;
}

#bookly-tbs .align-content-between {
	align-content: space-between !important;
}

#bookly-tbs .align-content-around {
	align-content: space-around !important;
}

#bookly-tbs .align-content-stretch {
	align-content: stretch !important;
}

#bookly-tbs .align-self-auto {
	align-self: auto !important;
}

#bookly-tbs .align-self-start {
	align-self: flex-start !important;
}

#bookly-tbs .align-self-end {
	align-self: flex-end !important;
}

#bookly-tbs .align-self-center {
	align-self: center !important;
}

#bookly-tbs .align-self-baseline {
	align-self: baseline !important;
}

#bookly-tbs .align-self-stretch {
	align-self: stretch !important;
}

@media (min-width:576px) {
	#bookly-tbs .flex-sm-row {
		flex-direction: row !important;
	}
	
	#bookly-tbs .flex-sm-column {
		flex-direction: column !important;
	}
	
	#bookly-tbs .flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	#bookly-tbs .flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	#bookly-tbs .flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	#bookly-tbs .flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	#bookly-tbs .flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	#bookly-tbs .flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	#bookly-tbs .flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	#bookly-tbs .flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	#bookly-tbs .flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	#bookly-tbs .flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	#bookly-tbs .justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	#bookly-tbs .justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	#bookly-tbs .justify-content-sm-center {
		justify-content: center !important;
	}
	
	#bookly-tbs .justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	#bookly-tbs .justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	#bookly-tbs .align-items-sm-start {
		align-items: flex-start !important;
	}
	
	#bookly-tbs .align-items-sm-end {
		align-items: flex-end !important;
	}
	
	#bookly-tbs .align-items-sm-center {
		align-items: center !important;
	}
	
	#bookly-tbs .align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	#bookly-tbs .align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	#bookly-tbs .align-content-sm-start {
		align-content: flex-start !important;
	}
	
	#bookly-tbs .align-content-sm-end {
		align-content: flex-end !important;
	}
	
	#bookly-tbs .align-content-sm-center {
		align-content: center !important;
	}
	
	#bookly-tbs .align-content-sm-between {
		align-content: space-between !important;
	}
	
	#bookly-tbs .align-content-sm-around {
		align-content: space-around !important;
	}
	
	#bookly-tbs .align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	#bookly-tbs .align-self-sm-auto {
		align-self: auto !important;
	}
	
	#bookly-tbs .align-self-sm-start {
		align-self: flex-start !important;
	}
	
	#bookly-tbs .align-self-sm-end {
		align-self: flex-end !important;
	}
	
	#bookly-tbs .align-self-sm-center {
		align-self: center !important;
	}
	
	#bookly-tbs .align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	#bookly-tbs .align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	#bookly-tbs .flex-md-row {
		flex-direction: row !important;
	}
	
	#bookly-tbs .flex-md-column {
		flex-direction: column !important;
	}
	
	#bookly-tbs .flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	#bookly-tbs .flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	#bookly-tbs .flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	#bookly-tbs .flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	#bookly-tbs .flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	#bookly-tbs .flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	#bookly-tbs .flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	#bookly-tbs .flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	#bookly-tbs .flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	#bookly-tbs .flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	#bookly-tbs .justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	#bookly-tbs .justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	#bookly-tbs .justify-content-md-center {
		justify-content: center !important;
	}
	
	#bookly-tbs .justify-content-md-between {
		justify-content: space-between !important;
	}
	
	#bookly-tbs .justify-content-md-around {
		justify-content: space-around !important;
	}
	
	#bookly-tbs .align-items-md-start {
		align-items: flex-start !important;
	}
	
	#bookly-tbs .align-items-md-end {
		align-items: flex-end !important;
	}
	
	#bookly-tbs .align-items-md-center {
		align-items: center !important;
	}
	
	#bookly-tbs .align-items-md-baseline {
		align-items: baseline !important;
	}
	
	#bookly-tbs .align-items-md-stretch {
		align-items: stretch !important;
	}
	
	#bookly-tbs .align-content-md-start {
		align-content: flex-start !important;
	}
	
	#bookly-tbs .align-content-md-end {
		align-content: flex-end !important;
	}
	
	#bookly-tbs .align-content-md-center {
		align-content: center !important;
	}
	
	#bookly-tbs .align-content-md-between {
		align-content: space-between !important;
	}
	
	#bookly-tbs .align-content-md-around {
		align-content: space-around !important;
	}
	
	#bookly-tbs .align-content-md-stretch {
		align-content: stretch !important;
	}
	
	#bookly-tbs .align-self-md-auto {
		align-self: auto !important;
	}
	
	#bookly-tbs .align-self-md-start {
		align-self: flex-start !important;
	}
	
	#bookly-tbs .align-self-md-end {
		align-self: flex-end !important;
	}
	
	#bookly-tbs .align-self-md-center {
		align-self: center !important;
	}
	
	#bookly-tbs .align-self-md-baseline {
		align-self: baseline !important;
	}
	
	#bookly-tbs .align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	#bookly-tbs .flex-lg-row {
		flex-direction: row !important;
	}
	
	#bookly-tbs .flex-lg-column {
		flex-direction: column !important;
	}
	
	#bookly-tbs .flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	#bookly-tbs .flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	#bookly-tbs .flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	#bookly-tbs .flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	#bookly-tbs .flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	#bookly-tbs .flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	#bookly-tbs .flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	#bookly-tbs .flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	#bookly-tbs .flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	#bookly-tbs .flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	#bookly-tbs .justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	#bookly-tbs .justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	#bookly-tbs .justify-content-lg-center {
		justify-content: center !important;
	}
	
	#bookly-tbs .justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	#bookly-tbs .justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	#bookly-tbs .align-items-lg-start {
		align-items: flex-start !important;
	}
	
	#bookly-tbs .align-items-lg-end {
		align-items: flex-end !important;
	}
	
	#bookly-tbs .align-items-lg-center {
		align-items: center !important;
	}
	
	#bookly-tbs .align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	#bookly-tbs .align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	#bookly-tbs .align-content-lg-start {
		align-content: flex-start !important;
	}
	
	#bookly-tbs .align-content-lg-end {
		align-content: flex-end !important;
	}
	
	#bookly-tbs .align-content-lg-center {
		align-content: center !important;
	}
	
	#bookly-tbs .align-content-lg-between {
		align-content: space-between !important;
	}
	
	#bookly-tbs .align-content-lg-around {
		align-content: space-around !important;
	}
	
	#bookly-tbs .align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	#bookly-tbs .align-self-lg-auto {
		align-self: auto !important;
	}
	
	#bookly-tbs .align-self-lg-start {
		align-self: flex-start !important;
	}
	
	#bookly-tbs .align-self-lg-end {
		align-self: flex-end !important;
	}
	
	#bookly-tbs .align-self-lg-center {
		align-self: center !important;
	}
	
	#bookly-tbs .align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	#bookly-tbs .align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .flex-xl-row {
		flex-direction: row !important;
	}
	
	#bookly-tbs .flex-xl-column {
		flex-direction: column !important;
	}
	
	#bookly-tbs .flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	#bookly-tbs .flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	#bookly-tbs .flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	#bookly-tbs .flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	#bookly-tbs .flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	#bookly-tbs .flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	#bookly-tbs .flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	#bookly-tbs .flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	#bookly-tbs .flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	#bookly-tbs .flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	#bookly-tbs .justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	#bookly-tbs .justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	#bookly-tbs .justify-content-xl-center {
		justify-content: center !important;
	}
	
	#bookly-tbs .justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	#bookly-tbs .justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	#bookly-tbs .align-items-xl-start {
		align-items: flex-start !important;
	}
	
	#bookly-tbs .align-items-xl-end {
		align-items: flex-end !important;
	}
	
	#bookly-tbs .align-items-xl-center {
		align-items: center !important;
	}
	
	#bookly-tbs .align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	#bookly-tbs .align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	#bookly-tbs .align-content-xl-start {
		align-content: flex-start !important;
	}
	
	#bookly-tbs .align-content-xl-end {
		align-content: flex-end !important;
	}
	
	#bookly-tbs .align-content-xl-center {
		align-content: center !important;
	}
	
	#bookly-tbs .align-content-xl-between {
		align-content: space-between !important;
	}
	
	#bookly-tbs .align-content-xl-around {
		align-content: space-around !important;
	}
	
	#bookly-tbs .align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	#bookly-tbs .align-self-xl-auto {
		align-self: auto !important;
	}
	
	#bookly-tbs .align-self-xl-start {
		align-self: flex-start !important;
	}
	
	#bookly-tbs .align-self-xl-end {
		align-self: flex-end !important;
	}
	
	#bookly-tbs .align-self-xl-center {
		align-self: center !important;
	}
	
	#bookly-tbs .align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	#bookly-tbs .align-self-xl-stretch {
		align-self: stretch !important;
	}
}

#bookly-tbs .float-left {
	float: left !important;
}

#bookly-tbs .float-right {
	float: right !important;
}

#bookly-tbs .float-none {
	float: none !important;
}

@media (min-width:576px) {
	#bookly-tbs .float-sm-left {
		float: left !important;
	}
	
	#bookly-tbs .float-sm-right {
		float: right !important;
	}
	
	#bookly-tbs .float-sm-none {
		float: none !important;
	}
}

@media (min-width:768px) {
	#bookly-tbs .float-md-left {
		float: left !important;
	}
	
	#bookly-tbs .float-md-right {
		float: right !important;
	}
	
	#bookly-tbs .float-md-none {
		float: none !important;
	}
}

@media (min-width:992px) {
	#bookly-tbs .float-lg-left {
		float: left !important;
	}
	
	#bookly-tbs .float-lg-right {
		float: right !important;
	}
	
	#bookly-tbs .float-lg-none {
		float: none !important;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .float-xl-left {
		float: left !important;
	}
	
	#bookly-tbs .float-xl-right {
		float: right !important;
	}
	
	#bookly-tbs .float-xl-none {
		float: none !important;
	}
}

#bookly-tbs .user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

#bookly-tbs .user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

#bookly-tbs .user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

#bookly-tbs .overflow-auto {
	overflow: auto !important;
}

#bookly-tbs .overflow-hidden {
	overflow: hidden !important;
}

#bookly-tbs .position-static {
	position: static !important;
}

#bookly-tbs .position-relative {
	position: relative !important;
}

#bookly-tbs .position-absolute {
	position: absolute !important;
}

#bookly-tbs .position-fixed {
	position: fixed !important;
}

#bookly-tbs .position-sticky {
	position: sticky !important;
}

#bookly-tbs .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

#bookly-tbs .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position:sticky) {
	#bookly-tbs .sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

#bookly-tbs .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#bookly-tbs .sr-only-focusable:active, #bookly-tbs .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

#bookly-tbs .shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#bookly-tbs .shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

#bookly-tbs .shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

#bookly-tbs .shadow-none {
	box-shadow: none !important;
}

#bookly-tbs .w-25 {
	width: 25% !important;
}

#bookly-tbs .w-50 {
	width: 50% !important;
}

#bookly-tbs .w-75 {
	width: 75% !important;
}

#bookly-tbs .w-100 {
	width: 100% !important;
}

#bookly-tbs .w-auto {
	width: auto !important;
}

#bookly-tbs .h-25 {
	height: 25% !important;
}

#bookly-tbs .h-50 {
	height: 50% !important;
}

#bookly-tbs .h-75 {
	height: 75% !important;
}

#bookly-tbs .h-100 {
	height: 100% !important;
}

#bookly-tbs .h-auto {
	height: auto !important;
}

#bookly-tbs .mw-100 {
	max-width: 100% !important;
}

#bookly-tbs .mh-100 {
	max-height: 100% !important;
}

#bookly-tbs .min-vw-100 {
	min-width: 100vw !important;
}

#bookly-tbs .min-vh-100 {
	min-height: 100vh !important;
}

#bookly-tbs .vw-100 {
	width: 100vw !important;
}

#bookly-tbs .vh-100 {
	height: 100vh !important;
}

#bookly-tbs .m-0 {
	margin: 0 !important;
}

#bookly-tbs .mt-0, #bookly-tbs .my-0 {
	margin-top: 0 !important;
}

#bookly-tbs .mr-0, #bookly-tbs .mx-0 {
	margin-right: 0 !important;
}

#bookly-tbs .mb-0, #bookly-tbs .my-0 {
	margin-bottom: 0 !important;
}

#bookly-tbs .ml-0, #bookly-tbs .mx-0 {
	margin-left: 0 !important;
}

#bookly-tbs .m-1 {
	margin: .25rem !important;
}

#bookly-tbs .mt-1, #bookly-tbs .my-1 {
	margin-top: .25rem !important;
}

#bookly-tbs .mr-1, #bookly-tbs .mx-1 {
	margin-right: .25rem !important;
}

#bookly-tbs .mb-1, #bookly-tbs .my-1 {
	margin-bottom: .25rem !important;
}

#bookly-tbs .ml-1, #bookly-tbs .mx-1 {
	margin-left: .25rem !important;
}

#bookly-tbs .m-2 {
	margin: .5rem !important;
}

#bookly-tbs .mt-2, #bookly-tbs .my-2 {
	margin-top: .5rem !important;
}

#bookly-tbs .mr-2, #bookly-tbs .mx-2 {
	margin-right: .5rem !important;
}

#bookly-tbs .mb-2, #bookly-tbs .my-2 {
	margin-bottom: .5rem !important;
}

#bookly-tbs .ml-2, #bookly-tbs .mx-2 {
	margin-left: .5rem !important;
}

#bookly-tbs .m-3 {
	margin: 1rem !important;
}

#bookly-tbs .mt-3, #bookly-tbs .my-3 {
	margin-top: 1rem !important;
}

#bookly-tbs .mr-3, #bookly-tbs .mx-3 {
	margin-right: 1rem !important;
}

#bookly-tbs .mb-3, #bookly-tbs .my-3 {
	margin-bottom: 1rem !important;
}

#bookly-tbs .ml-3, #bookly-tbs .mx-3 {
	margin-left: 1rem !important;
}

#bookly-tbs .m-4 {
	margin: 1.5rem !important;
}

#bookly-tbs .mt-4, #bookly-tbs .my-4 {
	margin-top: 1.5rem !important;
}

#bookly-tbs .mr-4, #bookly-tbs .mx-4 {
	margin-right: 1.5rem !important;
}

#bookly-tbs .mb-4, #bookly-tbs .my-4 {
	margin-bottom: 1.5rem !important;
}

#bookly-tbs .ml-4, #bookly-tbs .mx-4 {
	margin-left: 1.5rem !important;
}

#bookly-tbs .m-5 {
	margin: 3rem !important;
}

#bookly-tbs .mt-5, #bookly-tbs .my-5 {
	margin-top: 3rem !important;
}

#bookly-tbs .mr-5, #bookly-tbs .mx-5 {
	margin-right: 3rem !important;
}

#bookly-tbs .mb-5, #bookly-tbs .my-5 {
	margin-bottom: 3rem !important;
}

#bookly-tbs .ml-5, #bookly-tbs .mx-5 {
	margin-left: 3rem !important;
}

#bookly-tbs .p-0 {
	padding: 0 !important;
}

#bookly-tbs .pt-0, #bookly-tbs .py-0 {
	padding-top: 0 !important;
}

#bookly-tbs .pr-0, #bookly-tbs .px-0 {
	padding-right: 0 !important;
}

#bookly-tbs .pb-0, #bookly-tbs .py-0 {
	padding-bottom: 0 !important;
}

#bookly-tbs .pl-0, #bookly-tbs .px-0 {
	padding-left: 0 !important;
}

#bookly-tbs .p-1 {
	padding: .25rem !important;
}

#bookly-tbs .pt-1, #bookly-tbs .py-1 {
	padding-top: .25rem !important;
}

#bookly-tbs .pr-1, #bookly-tbs .px-1 {
	padding-right: .25rem !important;
}

#bookly-tbs .pb-1, #bookly-tbs .py-1 {
	padding-bottom: .25rem !important;
}

#bookly-tbs .pl-1, #bookly-tbs .px-1 {
	padding-left: .25rem !important;
}

#bookly-tbs .p-2 {
	padding: .5rem !important;
}

#bookly-tbs .pt-2, #bookly-tbs .py-2 {
	padding-top: .5rem !important;
}

#bookly-tbs .pr-2, #bookly-tbs .px-2 {
	padding-right: .5rem !important;
}

#bookly-tbs .pb-2, #bookly-tbs .py-2 {
	padding-bottom: .5rem !important;
}

#bookly-tbs .pl-2, #bookly-tbs .px-2 {
	padding-left: .5rem !important;
}

#bookly-tbs .p-3 {
	padding: 1rem !important;
}

#bookly-tbs .pt-3, #bookly-tbs .py-3 {
	padding-top: 1rem !important;
}

#bookly-tbs .pr-3, #bookly-tbs .px-3 {
	padding-right: 1rem !important;
}

#bookly-tbs .pb-3, #bookly-tbs .py-3 {
	padding-bottom: 1rem !important;
}

#bookly-tbs .pl-3, #bookly-tbs .px-3 {
	padding-left: 1rem !important;
}

#bookly-tbs .p-4 {
	padding: 1.5rem !important;
}

#bookly-tbs .pt-4, #bookly-tbs .py-4 {
	padding-top: 1.5rem !important;
}

#bookly-tbs .pr-4, #bookly-tbs .px-4 {
	padding-right: 1.5rem !important;
}

#bookly-tbs .pb-4, #bookly-tbs .py-4 {
	padding-bottom: 1.5rem !important;
}

#bookly-tbs .pl-4, #bookly-tbs .px-4 {
	padding-left: 1.5rem !important;
}

#bookly-tbs .p-5 {
	padding: 3rem !important;
}

#bookly-tbs .pt-5, #bookly-tbs .py-5 {
	padding-top: 3rem !important;
}

#bookly-tbs .pr-5, #bookly-tbs .px-5 {
	padding-right: 3rem !important;
}

#bookly-tbs .pb-5, #bookly-tbs .py-5 {
	padding-bottom: 3rem !important;
}

#bookly-tbs .pl-5, #bookly-tbs .px-5 {
	padding-left: 3rem !important;
}

#bookly-tbs .m-n1 {
	margin: -.25rem !important;
}

#bookly-tbs .mt-n1, #bookly-tbs .my-n1 {
	margin-top: -.25rem !important;
}

#bookly-tbs .mr-n1, #bookly-tbs .mx-n1 {
	margin-right: -.25rem !important;
}

#bookly-tbs .mb-n1, #bookly-tbs .my-n1 {
	margin-bottom: -.25rem !important;
}

#bookly-tbs .ml-n1, #bookly-tbs .mx-n1 {
	margin-left: -.25rem !important;
}

#bookly-tbs .m-n2 {
	margin: -.5rem !important;
}

#bookly-tbs .mt-n2, #bookly-tbs .my-n2 {
	margin-top: -.5rem !important;
}

#bookly-tbs .mr-n2, #bookly-tbs .mx-n2 {
	margin-right: -.5rem !important;
}

#bookly-tbs .mb-n2, #bookly-tbs .my-n2 {
	margin-bottom: -.5rem !important;
}

#bookly-tbs .ml-n2, #bookly-tbs .mx-n2 {
	margin-left: -.5rem !important;
}

#bookly-tbs .m-n3 {
	margin: -1rem !important;
}

#bookly-tbs .mt-n3, #bookly-tbs .my-n3 {
	margin-top: -1rem !important;
}

#bookly-tbs .mr-n3, #bookly-tbs .mx-n3 {
	margin-right: -1rem !important;
}

#bookly-tbs .mb-n3, #bookly-tbs .my-n3 {
	margin-bottom: -1rem !important;
}

#bookly-tbs .ml-n3, #bookly-tbs .mx-n3 {
	margin-left: -1rem !important;
}

#bookly-tbs .m-n4 {
	margin: -1.5rem !important;
}

#bookly-tbs .mt-n4, #bookly-tbs .my-n4 {
	margin-top: -1.5rem !important;
}

#bookly-tbs .mr-n4, #bookly-tbs .mx-n4 {
	margin-right: -1.5rem !important;
}

#bookly-tbs .mb-n4, #bookly-tbs .my-n4 {
	margin-bottom: -1.5rem !important;
}

#bookly-tbs .ml-n4, #bookly-tbs .mx-n4 {
	margin-left: -1.5rem !important;
}

#bookly-tbs .m-n5 {
	margin: -3rem !important;
}

#bookly-tbs .mt-n5, #bookly-tbs .my-n5 {
	margin-top: -3rem !important;
}

#bookly-tbs .mr-n5, #bookly-tbs .mx-n5 {
	margin-right: -3rem !important;
}

#bookly-tbs .mb-n5, #bookly-tbs .my-n5 {
	margin-bottom: -3rem !important;
}

#bookly-tbs .ml-n5, #bookly-tbs .mx-n5 {
	margin-left: -3rem !important;
}

#bookly-tbs .m-auto {
	margin: auto !important;
}

#bookly-tbs .mt-auto, #bookly-tbs .my-auto {
	margin-top: auto !important;
}

#bookly-tbs .mr-auto, #bookly-tbs .mx-auto {
	margin-right: auto !important;
}

#bookly-tbs .mb-auto, #bookly-tbs .my-auto {
	margin-bottom: auto !important;
}

#bookly-tbs .ml-auto, #bookly-tbs .mx-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	#bookly-tbs .m-sm-0 {
		margin: 0 !important;
	}
	
	#bookly-tbs .mt-sm-0, #bookly-tbs .my-sm-0 {
		margin-top: 0 !important;
	}
	
	#bookly-tbs .mr-sm-0, #bookly-tbs .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	#bookly-tbs .mb-sm-0, #bookly-tbs .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	#bookly-tbs .ml-sm-0, #bookly-tbs .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	#bookly-tbs .m-sm-1 {
		margin: .25rem !important;
	}
	
	#bookly-tbs .mt-sm-1, #bookly-tbs .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	#bookly-tbs .mr-sm-1, #bookly-tbs .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	#bookly-tbs .mb-sm-1, #bookly-tbs .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	#bookly-tbs .ml-sm-1, #bookly-tbs .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	#bookly-tbs .m-sm-2 {
		margin: .5rem !important;
	}
	
	#bookly-tbs .mt-sm-2, #bookly-tbs .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	#bookly-tbs .mr-sm-2, #bookly-tbs .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	#bookly-tbs .mb-sm-2, #bookly-tbs .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	#bookly-tbs .ml-sm-2, #bookly-tbs .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	#bookly-tbs .m-sm-3 {
		margin: 1rem !important;
	}
	
	#bookly-tbs .mt-sm-3, #bookly-tbs .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	#bookly-tbs .mr-sm-3, #bookly-tbs .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	#bookly-tbs .mb-sm-3, #bookly-tbs .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	#bookly-tbs .ml-sm-3, #bookly-tbs .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	#bookly-tbs .m-sm-4 {
		margin: 1.5rem !important;
	}
	
	#bookly-tbs .mt-sm-4, #bookly-tbs .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	#bookly-tbs .mr-sm-4, #bookly-tbs .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	#bookly-tbs .mb-sm-4, #bookly-tbs .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .ml-sm-4, #bookly-tbs .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	#bookly-tbs .m-sm-5 {
		margin: 3rem !important;
	}
	
	#bookly-tbs .mt-sm-5, #bookly-tbs .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	#bookly-tbs .mr-sm-5, #bookly-tbs .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	#bookly-tbs .mb-sm-5, #bookly-tbs .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	#bookly-tbs .ml-sm-5, #bookly-tbs .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	#bookly-tbs .p-sm-0 {
		padding: 0 !important;
	}
	
	#bookly-tbs .pt-sm-0, #bookly-tbs .py-sm-0 {
		padding-top: 0 !important;
	}
	
	#bookly-tbs .pr-sm-0, #bookly-tbs .px-sm-0 {
		padding-right: 0 !important;
	}
	
	#bookly-tbs .pb-sm-0, #bookly-tbs .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	#bookly-tbs .pl-sm-0, #bookly-tbs .px-sm-0 {
		padding-left: 0 !important;
	}
	
	#bookly-tbs .p-sm-1 {
		padding: .25rem !important;
	}
	
	#bookly-tbs .pt-sm-1, #bookly-tbs .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	#bookly-tbs .pr-sm-1, #bookly-tbs .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	#bookly-tbs .pb-sm-1, #bookly-tbs .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	#bookly-tbs .pl-sm-1, #bookly-tbs .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	#bookly-tbs .p-sm-2 {
		padding: .5rem !important;
	}
	
	#bookly-tbs .pt-sm-2, #bookly-tbs .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	#bookly-tbs .pr-sm-2, #bookly-tbs .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	#bookly-tbs .pb-sm-2, #bookly-tbs .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	#bookly-tbs .pl-sm-2, #bookly-tbs .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	#bookly-tbs .p-sm-3 {
		padding: 1rem !important;
	}
	
	#bookly-tbs .pt-sm-3, #bookly-tbs .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	#bookly-tbs .pr-sm-3, #bookly-tbs .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	#bookly-tbs .pb-sm-3, #bookly-tbs .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	#bookly-tbs .pl-sm-3, #bookly-tbs .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	#bookly-tbs .p-sm-4 {
		padding: 1.5rem !important;
	}
	
	#bookly-tbs .pt-sm-4, #bookly-tbs .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	#bookly-tbs .pr-sm-4, #bookly-tbs .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	#bookly-tbs .pb-sm-4, #bookly-tbs .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .pl-sm-4, #bookly-tbs .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	#bookly-tbs .p-sm-5 {
		padding: 3rem !important;
	}
	
	#bookly-tbs .pt-sm-5, #bookly-tbs .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	#bookly-tbs .pr-sm-5, #bookly-tbs .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	#bookly-tbs .pb-sm-5, #bookly-tbs .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	#bookly-tbs .pl-sm-5, #bookly-tbs .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	#bookly-tbs .m-sm-n1 {
		margin: -.25rem !important;
	}
	
	#bookly-tbs .mt-sm-n1, #bookly-tbs .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	#bookly-tbs .mr-sm-n1, #bookly-tbs .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	#bookly-tbs .mb-sm-n1, #bookly-tbs .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	#bookly-tbs .ml-sm-n1, #bookly-tbs .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	#bookly-tbs .m-sm-n2 {
		margin: -.5rem !important;
	}
	
	#bookly-tbs .mt-sm-n2, #bookly-tbs .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	#bookly-tbs .mr-sm-n2, #bookly-tbs .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	#bookly-tbs .mb-sm-n2, #bookly-tbs .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	#bookly-tbs .ml-sm-n2, #bookly-tbs .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	#bookly-tbs .m-sm-n3 {
		margin: -1rem !important;
	}
	
	#bookly-tbs .mt-sm-n3, #bookly-tbs .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	#bookly-tbs .mr-sm-n3, #bookly-tbs .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	#bookly-tbs .mb-sm-n3, #bookly-tbs .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	#bookly-tbs .ml-sm-n3, #bookly-tbs .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	#bookly-tbs .m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	#bookly-tbs .mt-sm-n4, #bookly-tbs .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	#bookly-tbs .mr-sm-n4, #bookly-tbs .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	#bookly-tbs .mb-sm-n4, #bookly-tbs .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	#bookly-tbs .ml-sm-n4, #bookly-tbs .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	#bookly-tbs .m-sm-n5 {
		margin: -3rem !important;
	}
	
	#bookly-tbs .mt-sm-n5, #bookly-tbs .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	#bookly-tbs .mr-sm-n5, #bookly-tbs .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	#bookly-tbs .mb-sm-n5, #bookly-tbs .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	#bookly-tbs .ml-sm-n5, #bookly-tbs .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	#bookly-tbs .m-sm-auto {
		margin: auto !important;
	}
	
	#bookly-tbs .mt-sm-auto, #bookly-tbs .my-sm-auto {
		margin-top: auto !important;
	}
	
	#bookly-tbs .mr-sm-auto, #bookly-tbs .mx-sm-auto {
		margin-right: auto !important;
	}
	
	#bookly-tbs .mb-sm-auto, #bookly-tbs .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	#bookly-tbs .ml-sm-auto, #bookly-tbs .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	#bookly-tbs .m-md-0 {
		margin: 0 !important;
	}
	
	#bookly-tbs .mt-md-0, #bookly-tbs .my-md-0 {
		margin-top: 0 !important;
	}
	
	#bookly-tbs .mr-md-0, #bookly-tbs .mx-md-0 {
		margin-right: 0 !important;
	}
	
	#bookly-tbs .mb-md-0, #bookly-tbs .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	#bookly-tbs .ml-md-0, #bookly-tbs .mx-md-0 {
		margin-left: 0 !important;
	}
	
	#bookly-tbs .m-md-1 {
		margin: .25rem !important;
	}
	
	#bookly-tbs .mt-md-1, #bookly-tbs .my-md-1 {
		margin-top: .25rem !important;
	}
	
	#bookly-tbs .mr-md-1, #bookly-tbs .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	#bookly-tbs .mb-md-1, #bookly-tbs .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	#bookly-tbs .ml-md-1, #bookly-tbs .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	#bookly-tbs .m-md-2 {
		margin: .5rem !important;
	}
	
	#bookly-tbs .mt-md-2, #bookly-tbs .my-md-2 {
		margin-top: .5rem !important;
	}
	
	#bookly-tbs .mr-md-2, #bookly-tbs .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	#bookly-tbs .mb-md-2, #bookly-tbs .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	#bookly-tbs .ml-md-2, #bookly-tbs .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	#bookly-tbs .m-md-3 {
		margin: 1rem !important;
	}
	
	#bookly-tbs .mt-md-3, #bookly-tbs .my-md-3 {
		margin-top: 1rem !important;
	}
	
	#bookly-tbs .mr-md-3, #bookly-tbs .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	#bookly-tbs .mb-md-3, #bookly-tbs .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	#bookly-tbs .ml-md-3, #bookly-tbs .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	#bookly-tbs .m-md-4 {
		margin: 1.5rem !important;
	}
	
	#bookly-tbs .mt-md-4, #bookly-tbs .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	#bookly-tbs .mr-md-4, #bookly-tbs .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	#bookly-tbs .mb-md-4, #bookly-tbs .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .ml-md-4, #bookly-tbs .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	#bookly-tbs .m-md-5 {
		margin: 3rem !important;
	}
	
	#bookly-tbs .mt-md-5, #bookly-tbs .my-md-5 {
		margin-top: 3rem !important;
	}
	
	#bookly-tbs .mr-md-5, #bookly-tbs .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	#bookly-tbs .mb-md-5, #bookly-tbs .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	#bookly-tbs .ml-md-5, #bookly-tbs .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	#bookly-tbs .p-md-0 {
		padding: 0 !important;
	}
	
	#bookly-tbs .pt-md-0, #bookly-tbs .py-md-0 {
		padding-top: 0 !important;
	}
	
	#bookly-tbs .pr-md-0, #bookly-tbs .px-md-0 {
		padding-right: 0 !important;
	}
	
	#bookly-tbs .pb-md-0, #bookly-tbs .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	#bookly-tbs .pl-md-0, #bookly-tbs .px-md-0 {
		padding-left: 0 !important;
	}
	
	#bookly-tbs .p-md-1 {
		padding: .25rem !important;
	}
	
	#bookly-tbs .pt-md-1, #bookly-tbs .py-md-1 {
		padding-top: .25rem !important;
	}
	
	#bookly-tbs .pr-md-1, #bookly-tbs .px-md-1 {
		padding-right: .25rem !important;
	}
	
	#bookly-tbs .pb-md-1, #bookly-tbs .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	#bookly-tbs .pl-md-1, #bookly-tbs .px-md-1 {
		padding-left: .25rem !important;
	}
	
	#bookly-tbs .p-md-2 {
		padding: .5rem !important;
	}
	
	#bookly-tbs .pt-md-2, #bookly-tbs .py-md-2 {
		padding-top: .5rem !important;
	}
	
	#bookly-tbs .pr-md-2, #bookly-tbs .px-md-2 {
		padding-right: .5rem !important;
	}
	
	#bookly-tbs .pb-md-2, #bookly-tbs .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	#bookly-tbs .pl-md-2, #bookly-tbs .px-md-2 {
		padding-left: .5rem !important;
	}
	
	#bookly-tbs .p-md-3 {
		padding: 1rem !important;
	}
	
	#bookly-tbs .pt-md-3, #bookly-tbs .py-md-3 {
		padding-top: 1rem !important;
	}
	
	#bookly-tbs .pr-md-3, #bookly-tbs .px-md-3 {
		padding-right: 1rem !important;
	}
	
	#bookly-tbs .pb-md-3, #bookly-tbs .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	#bookly-tbs .pl-md-3, #bookly-tbs .px-md-3 {
		padding-left: 1rem !important;
	}
	
	#bookly-tbs .p-md-4 {
		padding: 1.5rem !important;
	}
	
	#bookly-tbs .pt-md-4, #bookly-tbs .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	#bookly-tbs .pr-md-4, #bookly-tbs .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	#bookly-tbs .pb-md-4, #bookly-tbs .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .pl-md-4, #bookly-tbs .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	#bookly-tbs .p-md-5 {
		padding: 3rem !important;
	}
	
	#bookly-tbs .pt-md-5, #bookly-tbs .py-md-5 {
		padding-top: 3rem !important;
	}
	
	#bookly-tbs .pr-md-5, #bookly-tbs .px-md-5 {
		padding-right: 3rem !important;
	}
	
	#bookly-tbs .pb-md-5, #bookly-tbs .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	#bookly-tbs .pl-md-5, #bookly-tbs .px-md-5 {
		padding-left: 3rem !important;
	}
	
	#bookly-tbs .m-md-n1 {
		margin: -.25rem !important;
	}
	
	#bookly-tbs .mt-md-n1, #bookly-tbs .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	#bookly-tbs .mr-md-n1, #bookly-tbs .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	#bookly-tbs .mb-md-n1, #bookly-tbs .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	#bookly-tbs .ml-md-n1, #bookly-tbs .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	#bookly-tbs .m-md-n2 {
		margin: -.5rem !important;
	}
	
	#bookly-tbs .mt-md-n2, #bookly-tbs .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	#bookly-tbs .mr-md-n2, #bookly-tbs .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	#bookly-tbs .mb-md-n2, #bookly-tbs .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	#bookly-tbs .ml-md-n2, #bookly-tbs .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	#bookly-tbs .m-md-n3 {
		margin: -1rem !important;
	}
	
	#bookly-tbs .mt-md-n3, #bookly-tbs .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	#bookly-tbs .mr-md-n3, #bookly-tbs .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	#bookly-tbs .mb-md-n3, #bookly-tbs .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	#bookly-tbs .ml-md-n3, #bookly-tbs .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	#bookly-tbs .m-md-n4 {
		margin: -1.5rem !important;
	}
	
	#bookly-tbs .mt-md-n4, #bookly-tbs .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	#bookly-tbs .mr-md-n4, #bookly-tbs .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	#bookly-tbs .mb-md-n4, #bookly-tbs .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	#bookly-tbs .ml-md-n4, #bookly-tbs .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	#bookly-tbs .m-md-n5 {
		margin: -3rem !important;
	}
	
	#bookly-tbs .mt-md-n5, #bookly-tbs .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	#bookly-tbs .mr-md-n5, #bookly-tbs .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	#bookly-tbs .mb-md-n5, #bookly-tbs .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	#bookly-tbs .ml-md-n5, #bookly-tbs .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	#bookly-tbs .m-md-auto {
		margin: auto !important;
	}
	
	#bookly-tbs .mt-md-auto, #bookly-tbs .my-md-auto {
		margin-top: auto !important;
	}
	
	#bookly-tbs .mr-md-auto, #bookly-tbs .mx-md-auto {
		margin-right: auto !important;
	}
	
	#bookly-tbs .mb-md-auto, #bookly-tbs .my-md-auto {
		margin-bottom: auto !important;
	}
	
	#bookly-tbs .ml-md-auto, #bookly-tbs .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	#bookly-tbs .m-lg-0 {
		margin: 0 !important;
	}
	
	#bookly-tbs .mt-lg-0, #bookly-tbs .my-lg-0 {
		margin-top: 0 !important;
	}
	
	#bookly-tbs .mr-lg-0, #bookly-tbs .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	#bookly-tbs .mb-lg-0, #bookly-tbs .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	#bookly-tbs .ml-lg-0, #bookly-tbs .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	#bookly-tbs .m-lg-1 {
		margin: .25rem !important;
	}
	
	#bookly-tbs .mt-lg-1, #bookly-tbs .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	#bookly-tbs .mr-lg-1, #bookly-tbs .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	#bookly-tbs .mb-lg-1, #bookly-tbs .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	#bookly-tbs .ml-lg-1, #bookly-tbs .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	#bookly-tbs .m-lg-2 {
		margin: .5rem !important;
	}
	
	#bookly-tbs .mt-lg-2, #bookly-tbs .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	#bookly-tbs .mr-lg-2, #bookly-tbs .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	#bookly-tbs .mb-lg-2, #bookly-tbs .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	#bookly-tbs .ml-lg-2, #bookly-tbs .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	#bookly-tbs .m-lg-3 {
		margin: 1rem !important;
	}
	
	#bookly-tbs .mt-lg-3, #bookly-tbs .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	#bookly-tbs .mr-lg-3, #bookly-tbs .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	#bookly-tbs .mb-lg-3, #bookly-tbs .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	#bookly-tbs .ml-lg-3, #bookly-tbs .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	#bookly-tbs .m-lg-4 {
		margin: 1.5rem !important;
	}
	
	#bookly-tbs .mt-lg-4, #bookly-tbs .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	#bookly-tbs .mr-lg-4, #bookly-tbs .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	#bookly-tbs .mb-lg-4, #bookly-tbs .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .ml-lg-4, #bookly-tbs .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	#bookly-tbs .m-lg-5 {
		margin: 3rem !important;
	}
	
	#bookly-tbs .mt-lg-5, #bookly-tbs .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	#bookly-tbs .mr-lg-5, #bookly-tbs .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	#bookly-tbs .mb-lg-5, #bookly-tbs .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	#bookly-tbs .ml-lg-5, #bookly-tbs .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	#bookly-tbs .p-lg-0 {
		padding: 0 !important;
	}
	
	#bookly-tbs .pt-lg-0, #bookly-tbs .py-lg-0 {
		padding-top: 0 !important;
	}
	
	#bookly-tbs .pr-lg-0, #bookly-tbs .px-lg-0 {
		padding-right: 0 !important;
	}
	
	#bookly-tbs .pb-lg-0, #bookly-tbs .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	#bookly-tbs .pl-lg-0, #bookly-tbs .px-lg-0 {
		padding-left: 0 !important;
	}
	
	#bookly-tbs .p-lg-1 {
		padding: .25rem !important;
	}
	
	#bookly-tbs .pt-lg-1, #bookly-tbs .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	#bookly-tbs .pr-lg-1, #bookly-tbs .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	#bookly-tbs .pb-lg-1, #bookly-tbs .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	#bookly-tbs .pl-lg-1, #bookly-tbs .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	#bookly-tbs .p-lg-2 {
		padding: .5rem !important;
	}
	
	#bookly-tbs .pt-lg-2, #bookly-tbs .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	#bookly-tbs .pr-lg-2, #bookly-tbs .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	#bookly-tbs .pb-lg-2, #bookly-tbs .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	#bookly-tbs .pl-lg-2, #bookly-tbs .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	#bookly-tbs .p-lg-3 {
		padding: 1rem !important;
	}
	
	#bookly-tbs .pt-lg-3, #bookly-tbs .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	#bookly-tbs .pr-lg-3, #bookly-tbs .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	#bookly-tbs .pb-lg-3, #bookly-tbs .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	#bookly-tbs .pl-lg-3, #bookly-tbs .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	#bookly-tbs .p-lg-4 {
		padding: 1.5rem !important;
	}
	
	#bookly-tbs .pt-lg-4, #bookly-tbs .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	#bookly-tbs .pr-lg-4, #bookly-tbs .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	#bookly-tbs .pb-lg-4, #bookly-tbs .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .pl-lg-4, #bookly-tbs .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	#bookly-tbs .p-lg-5 {
		padding: 3rem !important;
	}
	
	#bookly-tbs .pt-lg-5, #bookly-tbs .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	#bookly-tbs .pr-lg-5, #bookly-tbs .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	#bookly-tbs .pb-lg-5, #bookly-tbs .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	#bookly-tbs .pl-lg-5, #bookly-tbs .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	#bookly-tbs .m-lg-n1 {
		margin: -.25rem !important;
	}
	
	#bookly-tbs .mt-lg-n1, #bookly-tbs .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	#bookly-tbs .mr-lg-n1, #bookly-tbs .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	#bookly-tbs .mb-lg-n1, #bookly-tbs .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	#bookly-tbs .ml-lg-n1, #bookly-tbs .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	#bookly-tbs .m-lg-n2 {
		margin: -.5rem !important;
	}
	
	#bookly-tbs .mt-lg-n2, #bookly-tbs .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	#bookly-tbs .mr-lg-n2, #bookly-tbs .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	#bookly-tbs .mb-lg-n2, #bookly-tbs .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	#bookly-tbs .ml-lg-n2, #bookly-tbs .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	#bookly-tbs .m-lg-n3 {
		margin: -1rem !important;
	}
	
	#bookly-tbs .mt-lg-n3, #bookly-tbs .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	#bookly-tbs .mr-lg-n3, #bookly-tbs .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	#bookly-tbs .mb-lg-n3, #bookly-tbs .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	#bookly-tbs .ml-lg-n3, #bookly-tbs .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	#bookly-tbs .m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	#bookly-tbs .mt-lg-n4, #bookly-tbs .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	#bookly-tbs .mr-lg-n4, #bookly-tbs .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	#bookly-tbs .mb-lg-n4, #bookly-tbs .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	#bookly-tbs .ml-lg-n4, #bookly-tbs .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	#bookly-tbs .m-lg-n5 {
		margin: -3rem !important;
	}
	
	#bookly-tbs .mt-lg-n5, #bookly-tbs .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	#bookly-tbs .mr-lg-n5, #bookly-tbs .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	#bookly-tbs .mb-lg-n5, #bookly-tbs .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	#bookly-tbs .ml-lg-n5, #bookly-tbs .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	#bookly-tbs .m-lg-auto {
		margin: auto !important;
	}
	
	#bookly-tbs .mt-lg-auto, #bookly-tbs .my-lg-auto {
		margin-top: auto !important;
	}
	
	#bookly-tbs .mr-lg-auto, #bookly-tbs .mx-lg-auto {
		margin-right: auto !important;
	}
	
	#bookly-tbs .mb-lg-auto, #bookly-tbs .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	#bookly-tbs .ml-lg-auto, #bookly-tbs .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .m-xl-0 {
		margin: 0 !important;
	}
	
	#bookly-tbs .mt-xl-0, #bookly-tbs .my-xl-0 {
		margin-top: 0 !important;
	}
	
	#bookly-tbs .mr-xl-0, #bookly-tbs .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	#bookly-tbs .mb-xl-0, #bookly-tbs .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	#bookly-tbs .ml-xl-0, #bookly-tbs .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	#bookly-tbs .m-xl-1 {
		margin: .25rem !important;
	}
	
	#bookly-tbs .mt-xl-1, #bookly-tbs .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	#bookly-tbs .mr-xl-1, #bookly-tbs .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	#bookly-tbs .mb-xl-1, #bookly-tbs .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	#bookly-tbs .ml-xl-1, #bookly-tbs .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	#bookly-tbs .m-xl-2 {
		margin: .5rem !important;
	}
	
	#bookly-tbs .mt-xl-2, #bookly-tbs .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	#bookly-tbs .mr-xl-2, #bookly-tbs .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	#bookly-tbs .mb-xl-2, #bookly-tbs .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	#bookly-tbs .ml-xl-2, #bookly-tbs .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	#bookly-tbs .m-xl-3 {
		margin: 1rem !important;
	}
	
	#bookly-tbs .mt-xl-3, #bookly-tbs .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	#bookly-tbs .mr-xl-3, #bookly-tbs .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	#bookly-tbs .mb-xl-3, #bookly-tbs .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	#bookly-tbs .ml-xl-3, #bookly-tbs .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	#bookly-tbs .m-xl-4 {
		margin: 1.5rem !important;
	}
	
	#bookly-tbs .mt-xl-4, #bookly-tbs .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	#bookly-tbs .mr-xl-4, #bookly-tbs .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	#bookly-tbs .mb-xl-4, #bookly-tbs .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .ml-xl-4, #bookly-tbs .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	#bookly-tbs .m-xl-5 {
		margin: 3rem !important;
	}
	
	#bookly-tbs .mt-xl-5, #bookly-tbs .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	#bookly-tbs .mr-xl-5, #bookly-tbs .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	#bookly-tbs .mb-xl-5, #bookly-tbs .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	#bookly-tbs .ml-xl-5, #bookly-tbs .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	#bookly-tbs .p-xl-0 {
		padding: 0 !important;
	}
	
	#bookly-tbs .pt-xl-0, #bookly-tbs .py-xl-0 {
		padding-top: 0 !important;
	}
	
	#bookly-tbs .pr-xl-0, #bookly-tbs .px-xl-0 {
		padding-right: 0 !important;
	}
	
	#bookly-tbs .pb-xl-0, #bookly-tbs .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	#bookly-tbs .pl-xl-0, #bookly-tbs .px-xl-0 {
		padding-left: 0 !important;
	}
	
	#bookly-tbs .p-xl-1 {
		padding: .25rem !important;
	}
	
	#bookly-tbs .pt-xl-1, #bookly-tbs .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	#bookly-tbs .pr-xl-1, #bookly-tbs .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	#bookly-tbs .pb-xl-1, #bookly-tbs .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	#bookly-tbs .pl-xl-1, #bookly-tbs .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	#bookly-tbs .p-xl-2 {
		padding: .5rem !important;
	}
	
	#bookly-tbs .pt-xl-2, #bookly-tbs .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	#bookly-tbs .pr-xl-2, #bookly-tbs .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	#bookly-tbs .pb-xl-2, #bookly-tbs .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	#bookly-tbs .pl-xl-2, #bookly-tbs .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	#bookly-tbs .p-xl-3 {
		padding: 1rem !important;
	}
	
	#bookly-tbs .pt-xl-3, #bookly-tbs .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	#bookly-tbs .pr-xl-3, #bookly-tbs .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	#bookly-tbs .pb-xl-3, #bookly-tbs .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	#bookly-tbs .pl-xl-3, #bookly-tbs .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	#bookly-tbs .p-xl-4 {
		padding: 1.5rem !important;
	}
	
	#bookly-tbs .pt-xl-4, #bookly-tbs .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	#bookly-tbs .pr-xl-4, #bookly-tbs .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	#bookly-tbs .pb-xl-4, #bookly-tbs .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	#bookly-tbs .pl-xl-4, #bookly-tbs .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	#bookly-tbs .p-xl-5 {
		padding: 3rem !important;
	}
	
	#bookly-tbs .pt-xl-5, #bookly-tbs .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	#bookly-tbs .pr-xl-5, #bookly-tbs .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	#bookly-tbs .pb-xl-5, #bookly-tbs .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	#bookly-tbs .pl-xl-5, #bookly-tbs .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	#bookly-tbs .m-xl-n1 {
		margin: -.25rem !important;
	}
	
	#bookly-tbs .mt-xl-n1, #bookly-tbs .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	#bookly-tbs .mr-xl-n1, #bookly-tbs .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	#bookly-tbs .mb-xl-n1, #bookly-tbs .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	#bookly-tbs .ml-xl-n1, #bookly-tbs .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	#bookly-tbs .m-xl-n2 {
		margin: -.5rem !important;
	}
	
	#bookly-tbs .mt-xl-n2, #bookly-tbs .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	#bookly-tbs .mr-xl-n2, #bookly-tbs .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	#bookly-tbs .mb-xl-n2, #bookly-tbs .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	#bookly-tbs .ml-xl-n2, #bookly-tbs .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	#bookly-tbs .m-xl-n3 {
		margin: -1rem !important;
	}
	
	#bookly-tbs .mt-xl-n3, #bookly-tbs .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	#bookly-tbs .mr-xl-n3, #bookly-tbs .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	#bookly-tbs .mb-xl-n3, #bookly-tbs .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	#bookly-tbs .ml-xl-n3, #bookly-tbs .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	#bookly-tbs .m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	#bookly-tbs .mt-xl-n4, #bookly-tbs .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	#bookly-tbs .mr-xl-n4, #bookly-tbs .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	#bookly-tbs .mb-xl-n4, #bookly-tbs .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	#bookly-tbs .ml-xl-n4, #bookly-tbs .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	#bookly-tbs .m-xl-n5 {
		margin: -3rem !important;
	}
	
	#bookly-tbs .mt-xl-n5, #bookly-tbs .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	#bookly-tbs .mr-xl-n5, #bookly-tbs .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	#bookly-tbs .mb-xl-n5, #bookly-tbs .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	#bookly-tbs .ml-xl-n5, #bookly-tbs .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	#bookly-tbs .m-xl-auto {
		margin: auto !important;
	}
	
	#bookly-tbs .mt-xl-auto, #bookly-tbs .my-xl-auto {
		margin-top: auto !important;
	}
	
	#bookly-tbs .mr-xl-auto, #bookly-tbs .mx-xl-auto {
		margin-right: auto !important;
	}
	
	#bookly-tbs .mb-xl-auto, #bookly-tbs .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	#bookly-tbs .ml-xl-auto, #bookly-tbs .mx-xl-auto {
		margin-left: auto !important;
	}
}

#bookly-tbs .stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

#bookly-tbs .text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

#bookly-tbs .text-justify {
	text-align: justify !important;
}

#bookly-tbs .text-wrap {
	white-space: normal !important;
}

#bookly-tbs .text-nowrap {
	white-space: nowrap !important;
}

#bookly-tbs .text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bookly-tbs .text-left {
	text-align: left !important;
}

#bookly-tbs .text-right {
	text-align: right !important;
}

#bookly-tbs .text-center {
	text-align: center !important;
}

@media (min-width:576px) {
	#bookly-tbs .text-sm-left {
		text-align: left !important;
	}
	
	#bookly-tbs .text-sm-right {
		text-align: right !important;
	}
	
	#bookly-tbs .text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	#bookly-tbs .text-md-left {
		text-align: left !important;
	}
	
	#bookly-tbs .text-md-right {
		text-align: right !important;
	}
	
	#bookly-tbs .text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	#bookly-tbs .text-lg-left {
		text-align: left !important;
	}
	
	#bookly-tbs .text-lg-right {
		text-align: right !important;
	}
	
	#bookly-tbs .text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	#bookly-tbs .text-xl-left {
		text-align: left !important;
	}
	
	#bookly-tbs .text-xl-right {
		text-align: right !important;
	}
	
	#bookly-tbs .text-xl-center {
		text-align: center !important;
	}
}

#bookly-tbs .text-lowercase {
	text-transform: lowercase !important;
}

#bookly-tbs .text-uppercase {
	text-transform: uppercase !important;
}

#bookly-tbs .text-capitalize {
	text-transform: capitalize !important;
}

#bookly-tbs .font-weight-light {
	font-weight: 300 !important;
}

#bookly-tbs .font-weight-lighter {
	font-weight: lighter !important;
}

#bookly-tbs .font-weight-normal {
	font-weight: 400 !important;
}

#bookly-tbs .font-weight-bold {
	font-weight: 700 !important;
}

#bookly-tbs .font-weight-bolder {
	font-weight: bolder !important;
}

#bookly-tbs .font-italic {
	font-style: italic !important;
}

#bookly-tbs .text-white {
	color: #fff !important;
}

#bookly-tbs .text-primary {
	color: #007bff !important;
}

#bookly-tbs a.text-primary:focus, #bookly-tbs a.text-primary:hover {
	color: #0056b2 !important;
}

#bookly-tbs .text-secondary {
	color: #6c757d !important;
}

#bookly-tbs a.text-secondary:focus, #bookly-tbs a.text-secondary:hover {
	color: #484e53 !important;
}

#bookly-tbs .text-success {
	color: #28a745 !important;
}

#bookly-tbs a.text-success:focus, #bookly-tbs a.text-success:hover {
	color: #19692b !important;
}

#bookly-tbs .text-info {
	color: #17a2b8 !important;
}

#bookly-tbs a.text-info:focus, #bookly-tbs a.text-info:hover {
	color: #0e6674 !important;
}

#bookly-tbs .text-warning {
	color: #ffc107 !important;
}

#bookly-tbs a.text-warning:focus, #bookly-tbs a.text-warning:hover {
	color: #b98b00 !important;
}

#bookly-tbs .text-danger {
	color: #dc3545 !important;
}

#bookly-tbs a.text-danger:focus, #bookly-tbs a.text-danger:hover {
	color: #a71d2a !important;
}

#bookly-tbs .text-light {
	color: #f8f9fa !important;
}

#bookly-tbs a.text-light:focus, #bookly-tbs a.text-light:hover {
	color: #cbd2da !important;
}

#bookly-tbs .text-dark {
	color: #343a40 !important;
}

#bookly-tbs a.text-dark:focus, #bookly-tbs a.text-dark:hover {
	color: #111315 !important;
}

#bookly-tbs .text-bookly {
	color: #f4662f !important;
}

#bookly-tbs a.text-bookly:focus, #bookly-tbs a.text-bookly:hover {
	color: #cb400a !important;
}

#bookly-tbs .text-body {
	color: #212529 !important;
}

#bookly-tbs .text-muted {
	color: #6c757d !important;
}

#bookly-tbs .text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

#bookly-tbs .text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

#bookly-tbs .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#bookly-tbs .text-decoration-none {
	text-decoration: none !important;
}

#bookly-tbs .text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

#bookly-tbs .text-reset {
	color: inherit !important;
}

#bookly-tbs .visible {
	visibility: visible !important;
}

#bookly-tbs .invisible {
	visibility: hidden !important;
}

@media print {
	#bookly-tbs *, #bookly-tbs ::after, #bookly-tbs ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	#bookly-tbs a:not(.btn) {
		text-decoration: underline;
	}
	
	#bookly-tbs abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	#bookly-tbs pre {
		white-space: pre-wrap !important;
	}
	
	#bookly-tbs blockquote, #bookly-tbs pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	#bookly-tbs thead {
		display: table-header-group;
	}
	
	#bookly-tbs img, #bookly-tbs tr {
		page-break-inside: avoid;
	}
	
	#bookly-tbs h2, #bookly-tbs h3, #bookly-tbs p {
		orphans: 3;
		widows: 3;
	}
	
	#bookly-tbs h2, #bookly-tbs h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	#bookly-tbs body {
		min-width: 992px !important;
	}
	
	#bookly-tbs .container {
		min-width: 992px !important;
	}
	
	#bookly-tbs .navbar {
		display: none;
	}
	
	#bookly-tbs .badge {
		border: 1px solid #000;
	}
	
	#bookly-tbs .table {
		border-collapse: collapse !important;
	}
	
	#bookly-tbs .table td, #bookly-tbs .table th {
		background-color: #fff !important;
	}
	
	#bookly-tbs .table-bordered td, #bookly-tbs .table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	
	#bookly-tbs .table-dark {
		color: inherit;
	}
	
	#bookly-tbs .table-dark tbody+tbody, #bookly-tbs .table-dark td, #bookly-tbs .table-dark th, #bookly-tbs .table-dark thead th {
		border-color: #dee2e6;
	}
	
	#bookly-tbs .table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

#bookly-tbs p {
	font-size: 1rem;
}

#bookly-tbs ol, #bookly-tbs ul {
	padding: 0 0 0 40px;
}

#bookly-tbs .iti ol, #bookly-tbs .iti ul {
	padding: 0;
	margin: 0;
}

#bookly-tbs ol {
	margin-left: 0;
}

#bookly-tbs ul {
	list-style: disc;
}

#bookly-tbs li {
	margin: 0;
}

#bookly-tbs a:focus {
	box-shadow: none;
}

#bookly-tbs .jCal-wrap, #bookly-tbs .row {
	padding: unset;
}

#bookly-tbs table tr th {
	background-color: transparent;
	padding: unset;
}

#bookly-tbs table tr td {
	padding: unset;
}

#bookly-tbs .form-control {
	max-width: none;
}

#bookly-tbs .btn {
	white-space: nowrap;
}

#bookly-tbs .btn-default {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
}

#bookly-tbs .btn-default:hover {
	color: #212529;
	background-color: #ebebeb;
	border-color: #b0bac4;
}

#bookly-tbs .btn-default.focus, #bookly-tbs .btn-default:focus {
	color: #212529;
	background-color: #ebebeb;
	border-color: #b0bac4;
	box-shadow: 0 0 0 .2rem rgba(180.05, 185.75, 191.45, .5);
}

#bookly-tbs .btn-default.disabled, #bookly-tbs .btn-default:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
}

#bookly-tbs .btn-default:not(:disabled):not(.disabled).active, #bookly-tbs .btn-default:not(:disabled):not(.disabled):active, .show>#bookly-tbs .btn-default.bookly-dropdown-toggle {
	color: #212529;
	background-color: #e5e5e5;
	border-color: #a9b4be;
}

#bookly-tbs .btn-default:not(:disabled):not(.disabled).active:focus, #bookly-tbs .btn-default:not(:disabled):not(.disabled):active:focus, .show>#bookly-tbs .btn-default.bookly-dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(180.05, 185.75, 191.45, .5);
}

#bookly-tbs .bookly-dropdown-item:focus, #bookly-tbs .bookly-dropdown-item:hover {
	background-color: #fff;
}

#bookly-tbs .bookly-dropdown-item .bookly-dropdown-item {
	padding: .25rem 0 .25rem 1.5rem;
}

#bookly-tbs .bookly-dropdown-item .custom-control label {
	width: 100%;
}

#bookly-tbs .bookly-dropdown-item .custom-control:focus, #bookly-tbs .bookly-dropdown-item .custom-control:hover {
	background-color: #e9ecef;
}

#bookly-tbs .bookly-modal .bookly-dropdown-menu.bookly-show {
	overflow-y: auto;
	max-height: 320px;
}

#bookly-tbs .bookly-dropdown-menu {
	max-height: 600px;
	overflow: auto;
}

#bookly-tbs .bookly-dropdown-menu.bookly-dropdown-menu-compact {
	padding: 0;
}

#bookly-tbs .bookly-dropdown-menu.bookly-dropdown-menu-compact .bookly-dropdown-item {
	cursor: pointer;
	padding: .5rem 1.5rem;
}

#bookly-tbs .bookly-dropdown-menu.bookly-dropdown-menu-compact .bookly-dropdown-item:not(.bookly-dropdown-inactive):hover {
	background-color: #e9ecef;
}

#bookly-tbs .bookly-dropdown-menu.bookly-dropdown-menu-compact .bookly-dropdown-item:not(:last-child) {
	border-bottom: 1px solid #dee2e6;
}

#bookly-tbs .bookly-dropdown-menu.bookly-dropdown-menu-compact .bookly-dropdown-item.bookly-disabled {
	background-color: #f8f9fa;
	cursor: default !important;
	pointer-events: none;
	opacity: .5;
}

#bookly-tbs .bookly-dropdown button.bookly-dropdown-toggle span {
	text-overflow: ellipsis;
	overflow-x: hidden;
	display: inline;
}

#bookly-tbs .custom-checkbox .custom-control-input.bookly-checkbox-loading~.custom-control-label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif") no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent !important;
}

#bookly-tbs .custom-checkbox .custom-control-input:not(:checked)~.custom-control-label.bookly-toggle-label {
	color: #6c757d;
}

#bookly-tbs .nav-tabs .nav-link {
	color: #495057;
}

#bookly-tbs .nav-tabs .nav-link:hover {
	color: #343a40;
}

#bookly-tbs .nav-tabs .nav-link:focus {
	box-shadow: none;
	outline: 0;
}

#bookly-tbs .nav-scrollable {
	display: flex;
	height: 42px;
}

#bookly-tbs .nav-scrollable:not(.nav-scrollable-pills) {
	border-bottom: 1px solid #dee2e6;
}

#bookly-tbs .nav-scrollable:not(.nav-scrollable-pills) .nav-tabs {
	margin-bottom: -1px;
	border-bottom: none;
}

#bookly-tbs .nav-scrollable.nav-scrollable-pills {
	height: 82px;
}

#bookly-tbs .nav-scrollable .nav-pills, #bookly-tbs .nav-scrollable .nav-tabs {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	scrollbar-width: thin;
}

#bookly-tbs .nav-scrollable .nav-pills:hover, #bookly-tbs .nav-scrollable .nav-tabs:hover {
	overflow-x: auto;
	overflow-y: hidden;
}

#bookly-tbs .nav-scrollable .nav-pills::-webkit-scrollbar, #bookly-tbs .nav-scrollable .nav-tabs::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgba(0, 0, 0, .1);
}

#bookly-tbs .nav-scrollable .nav-pills::-webkit-scrollbar-thumb, #bookly-tbs .nav-scrollable .nav-tabs::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
}

#bookly-tbs .nav-scrollable .nav-pills li, #bookly-tbs .nav-scrollable .nav-tabs li {
	display: inline-block;
}

@media (max-width:575.98px) {
	#bookly-tbs .bookly-nav-tabs-xs.nav-tabs .nav-link {
		background-color: #f8f9fa;
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-color: #dee2e6;
		margin-bottom: .5rem;
	}
	
	#bookly-tbs .bookly-nav-tabs-xs.nav-tabs .nav-link.active {
		background-color: #fff;
		border-bottom: 1px solid #dee2e6;
	}
	
	#bookly-tbs .bookly-nav-tabs-xs.nav-tabs .nav-link:hover {
		border-color: #343a40;
	}
}

@media (max-width:767.98px) {
	#bookly-tbs .bookly-nav-tabs-sm.nav-tabs .nav-link {
		background-color: #f8f9fa;
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-color: #dee2e6;
		margin-bottom: .5rem;
	}
	
	#bookly-tbs .bookly-nav-tabs-sm.nav-tabs .nav-link.active {
		background-color: #fff;
		border-bottom: 1px solid #dee2e6;
	}
	
	#bookly-tbs .bookly-nav-tabs-sm.nav-tabs .nav-link:hover {
		border-color: #343a40;
	}
}

@media (max-width:991.98px) {
	#bookly-tbs .bookly-nav-tabs-md.nav-tabs .nav-link {
		background-color: #f8f9fa;
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-color: #dee2e6;
		margin-bottom: .5rem;
	}
	
	#bookly-tbs .bookly-nav-tabs-md.nav-tabs .nav-link.active {
		background-color: #fff;
		border-bottom: 1px solid #dee2e6;
	}
	
	#bookly-tbs .bookly-nav-tabs-md.nav-tabs .nav-link:hover {
		border-color: #343a40;
	}
}

@media (max-width:1199.98px) {
	#bookly-tbs .bookly-nav-tabs-lg.nav-tabs .nav-link {
		background-color: #f8f9fa;
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-color: #dee2e6;
		margin-bottom: .5rem;
	}
	
	#bookly-tbs .bookly-nav-tabs-lg.nav-tabs .nav-link.active {
		background-color: #fff;
		border-bottom: 1px solid #dee2e6;
	}
	
	#bookly-tbs .bookly-nav-tabs-lg.nav-tabs .nav-link:hover {
		border-color: #343a40;
	}
}

#bookly-tbs .bookly-nav-tabs-xl.nav-tabs .nav-link {
	background-color: #f8f9fa;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-color: #dee2e6;
	margin-bottom: .5rem;
}

#bookly-tbs .bookly-nav-tabs-xl.nav-tabs .nav-link.active {
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
}

#bookly-tbs .bookly-nav-tabs-xl.nav-tabs .nav-link:hover {
	border-color: #343a40;
}

#bookly-tbs .nav-pills .nav-link {
	background-color: #fff;
	background-clip: border-box;
	color: #212529;
	border: 1px solid #ced4da;
}

#bookly-tbs .nav-pills .nav-link i {
	color: #6c757d;
}

#bookly-tbs .nav-pills .nav-link:hover {
	color: #fff;
	background-color: #007bff;
}

#bookly-tbs .nav-pills .nav-link.active, #bookly-tbs .nav-pills .nav-link:hover {
	border-color: transparent;
}

#bookly-tbs .nav-pills .nav-link.active i, #bookly-tbs .nav-pills .nav-link:hover i {
	color: #fff;
}

#bookly-tbs .card {
	margin-top: 0;
	padding: 0;
	max-width: none;
	box-shadow: none;
}

#bookly-tbs .bookly-card-highlighted {
	background-color: #f4e9e6;
}

#bookly-tbs .list-group-item+.list-group-item {
	border-top-width: 0;
}

#bookly-tbs .list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

#bookly-tbs .list-group-item.ui-sortable-helper, #bookly-tbs .list-group-item.ui-sortable-placeholder+.list-group-item {
	border-top: 1px solid rgba(0, 0, 0, .125);
}

#bookly-tbs .ms-0 {
	margin-inline-start: 0 !important;
}

#bookly-tbs .me-0 {
	margin-inline-end: 0 !important;
}

#bookly-tbs .ms-1 {
	margin-inline-start: .25rem !important;
}

#bookly-tbs .me-1 {
	margin-inline-end: .25rem !important;
}

#bookly-tbs .ms-2 {
	margin-inline-start: .5rem !important;
}

#bookly-tbs .me-2 {
	margin-inline-end: .5rem !important;
}

#bookly-tbs .ms-3 {
	margin-inline-start: 1rem !important;
}

#bookly-tbs .me-3 {
	margin-inline-end: 1rem !important;
}

#bookly-tbs .ms-4 {
	margin-inline-start: 1.5rem !important;
}

#bookly-tbs .me-4 {
	margin-inline-end: 1.5rem !important;
}

#bookly-tbs .ms-5 {
	margin-inline-start: 3rem !important;
}

#bookly-tbs .me-5 {
	margin-inline-end: 3rem !important;
}

#bookly-tbs .bookly-cursor-move {
	cursor: move;
}

#bookly-tbs .bookly-loading {
	position: relative;
	height: 100px;
}

#bookly-tbs .bookly-loading:before {
	content: "";
	position: absolute;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif") no-repeat;
	background-size: contain;
}

#bookly-tbs .bookly-loading.bookly-loading-sm {
	position: relative;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	height: 16px;
}

#bookly-tbs .bookly-loading.bookly-loading-sm:before {
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
}

#bookly-tbs .bookly-hide-empty:empty {
	display: none;
}

#bookly-tbs .text-pre-wrap {
	white-space: pre-wrap !important;
}

#bookly-tbs .bookly-cursor-pointer {
	cursor: pointer;
}

#bookly-tbs .bookly-cursor-default {
	cursor: default;
}

#bookly-tbs .bookly-outline-0 {
	outline: 0;
}

#bookly-tbs .hover-text-primary:hover {
	color: #007bff !important;
}

#bookly-tbs .hover-text-secondary:hover {
	color: #6c757d !important;
}

#bookly-tbs .hover-text-success:hover {
	color: #28a745 !important;
}

#bookly-tbs .hover-text-info:hover {
	color: #17a2b8 !important;
}

#bookly-tbs .hover-text-warning:hover {
	color: #ffc107 !important;
}

#bookly-tbs .hover-text-danger:hover {
	color: #dc3545 !important;
}

#bookly-tbs .hover-text-light:hover {
	color: #f8f9fa !important;
}

#bookly-tbs .hover-text-dark:hover {
	color: #343a40 !important;
}

#bookly-tbs .hover-text-bookly:hover {
	color: #f4662f !important;
}

#bookly-tbs .bookly-fullscreen {
	position: fixed !important;
	z-index: 100048 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 0 !important;
}

#bookly-tbs .bookly-drag-item {
	cursor: move;
}

#bookly-tbs .bookly-drag-item .bookly-drag-handler-horizontal {
	min-width: 20%;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	outline: 2px solid lightgrey;
}

#bookly-tbs .bookly-drag-item .bookly-drag-handler-horizontal::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

#bookly-tbs .placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	background-color: currentColor;
	opacity: .5;
}

#bookly-tbs .placeholder.btn::before {
	display: inline-block;
	content: "";
}

#bookly-tbs .placeholder-xs {
	min-height: .6em;
}

#bookly-tbs .placeholder-sm {
	min-height: .8em;
}

#bookly-tbs .placeholder-lg {
	min-height: 1.2em;
}

#bookly-tbs .placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: .2;
	}
}

#bookly-tbs .placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

#bookly-tbs .bookly-alert {
	position: fixed;
	top: 55px;
	right: 13px;
	z-index: 100051;
	text-align: left;
}

@media (min-width:783px) {
	#bookly-tbs .bookly-alert {
		right: 21px;
	}
}

#bookly-tbs .bookly-alert button {
	margin-left: 10px;
}

#bookly-tbs .bookly-collapse-with-arrow {
	margin-bottom: .75rem;
}

#bookly-tbs .bookly-collapse-with-arrow .bookly-collapse-title, #bookly-tbs .bookly-collapse-with-arrow a[data-toggle=bookly-collapse] {
	text-decoration: none;
	color: #343a40;
}

#bookly-tbs .bookly-collapse-with-arrow .bookly-collapse-title:after, #bookly-tbs .bookly-collapse-with-arrow a[data-toggle=bookly-collapse]:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: .875rem;
	font-weight: 900;
	margin-left: .5em;
}

#bookly-tbs .bookly-collapse-with-arrow .btn-link, #bookly-tbs .bookly-collapse-with-arrow .btn-link:hover {
	text-decoration: none;
}

#bookly-tbs .bookly-collapse-with-arrow .bookly-collapsed .bookly-collapse-title, #bookly-tbs .bookly-collapse-with-arrow a[data-toggle=bookly-collapse].bookly-collapsed {
	color: #495057;
}

#bookly-tbs .bookly-collapse-with-arrow .bookly-collapsed .bookly-collapse-title:hover, #bookly-tbs .bookly-collapse-with-arrow a[data-toggle=bookly-collapse].bookly-collapsed:hover {
	color: #343a40;
}

#bookly-tbs .bookly-collapse-with-arrow .bookly-collapsed .bookly-collapse-title:after, #bookly-tbs .bookly-collapse-with-arrow a[data-toggle=bookly-collapse].bookly-collapsed:after {
	content: "";
}

#bookly-tbs .bookly-collapse-with-arrow.card .card-header.bookly-collapsed {
	border-bottom: none;
}

#bookly-tbs .bookly-color-picker {
	height: 38px;
}

#bookly-tbs .bookly-color-picker.bookly-color-picker-sm {
	height: 24px;
}

#bookly-tbs .bookly-color-picker.bookly-color-picker-sm button {
	height: 24px;
}

#bookly-tbs .bookly-color-picker.bookly-color-picker-sm button .wp-color-result-text {
	padding: 3px 10px !important;
}

#bookly-tbs .bookly-color-picker .wp-picker-container {
	position: absolute;
	z-index: 1;
	padding: 9px 8px 8px;
	margin: -8px 0 0 -8px;
	background-color: #fff;
}

#bookly-tbs .bookly-color-picker .wp-picker-container * {
	box-sizing: content-box;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result {
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border: none;
	box-shadow: 0 0 0 1px #ced4da;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result {
		transition: none;
	}
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result:hover {
	box-shadow: 0 0 0 1px #b0bac4;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result:hover .wp-color-result-text {
	color: #212529;
	border-color: #b0bac4;
	background-color: #ebebeb;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result.focus, #bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result:focus {
	box-shadow: 0 0 0 .2rem rgba(180.05, 185.75, 191.45, .5);
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result.focus .wp-color-result-text, #bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result:focus .wp-color-result-text {
	color: #212529;
	border-color: #b0bac4;
	background-color: #ebebeb;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result .wp-color-result-text {
	margin: -1px -1px -1px 0;
	border: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
	color: #212529;
	padding: .375rem .75rem;
	font-weight: 400;
	font-size: 1rem;
	background-color: #fff;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: 1.5;
	max-width: 130px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .bookly-color-picker .wp-picker-container .wp-color-result .wp-color-result-text {
		transition: none;
	}
}

#bookly-tbs .bookly-color-picker .wp-picker-container.wp-picker-active {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 2;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-picker-input-wrap {
	margin-left: 8px;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	margin-top: -1px;
	min-height: 26px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

#bookly-tbs .bookly-color-picker .wp-picker-container .wp-picker-input-wrap input.wp-picker-clear {
	display: none;
}

#bookly-tbs {
	--dt-row-selected: 2, 117, 216;
	--dt-row-selected-text: 255, 255, 255;
	--dt-row-selected-link: 9, 10, 11;
	--dt-row-stripe: 0, 0, 0;
	--dt-row-hover: 0, 0, 0;
	--dt-column-ordering: 0, 0, 0;
	--dt-html-background: white;
}

#bookly-tbs.dark {
	--dt-html-background: #212529;
}

#bookly-tbs table.dataTable td.dt-control {
	text-align: center;
	cursor: pointer;
}

#bookly-tbs table.dataTable td.dt-control:before {
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, .5);
	border-bottom: 5px solid transparent;
	border-right: 0px solid transparent;
}

#bookly-tbs table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top: 10px solid rgba(0, 0, 0, .5);
	border-left: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 5px solid transparent;
}

#bookly-tbs :root[data-bs-theme=dark] table.dataTable td.dt-control:before, #bookly-tbs :root[data-theme=dark] table.dataTable td.dt-control:before, #bookly-tbs html.dark table.dataTable td.dt-control:before {
	border-left-color: rgba(255, 255, 255, .5);
}

#bookly-tbs :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, #bookly-tbs :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, #bookly-tbs html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top-color: rgba(255, 255, 255, .5);
	border-left-color: transparent;
}

#bookly-tbs div.dt-scroll {
	width: 100%;
}

#bookly-tbs div.dt-scroll-body tfoot tr, #bookly-tbs div.dt-scroll-body thead tr {
	height: 0;
}

#bookly-tbs div.dt-scroll-body tfoot tr td, #bookly-tbs div.dt-scroll-body tfoot tr th, #bookly-tbs div.dt-scroll-body thead tr td, #bookly-tbs div.dt-scroll-body thead tr th {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
}

#bookly-tbs div.dt-scroll-body tfoot tr td div.dt-scroll-sizing, #bookly-tbs div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, #bookly-tbs div.dt-scroll-body thead tr td div.dt-scroll-sizing, #bookly-tbs div.dt-scroll-body thead tr th div.dt-scroll-sizing {
	height: 0 !important;
	overflow: hidden !important;
}

#bookly-tbs table.dataTable thead>tr>td:active, #bookly-tbs table.dataTable thead>tr>th:active {
	outline: 0;
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
	position: absolute;
	display: block;
	bottom: 50%;
	content: "▲";
	content: "▲"/"";
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	position: absolute;
	display: block;
	top: 50%;
	content: "▼";
	content: "▼"/"";
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc {
	position: relative;
	padding-right: 30px;
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order {
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 12px;
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before {
	left: 0;
	opacity: .125;
	line-height: 1em;
	font-size: .8em;
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc {
	cursor: pointer;
}

#bookly-tbs table.dataTable thead>tr>td.dt-orderable-asc:hover, #bookly-tbs table.dataTable thead>tr>td.dt-orderable-desc:hover, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-asc:hover, #bookly-tbs table.dataTable thead>tr>th.dt-orderable-desc:hover {
	outline: 2px solid rgba(0, 0, 0, .05);
	outline-offset: -2px;
}

#bookly-tbs table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	opacity: .6;
}

#bookly-tbs table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after, #bookly-tbs table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before, #bookly-tbs table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after {
	display: none;
}

#bookly-tbs table.dataTable thead>tr>td:active, #bookly-tbs table.dataTable thead>tr>th:active {
	outline: 0;
}

#bookly-tbs div.dt-scroll-body>table.dataTable>thead>tr>td, #bookly-tbs div.dt-scroll-body>table.dataTable>thead>tr>th {
	overflow: hidden;
}

#bookly-tbs :root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover, #bookly-tbs :root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover, #bookly-tbs :root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover, #bookly-tbs :root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover, #bookly-tbs :root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover, #bookly-tbs :root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover, #bookly-tbs :root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover, #bookly-tbs :root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover {
	outline: 2px solid rgba(255, 255, 255, .05);
}

#bookly-tbs div.dt-processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -22px;
	text-align: center;
	padding: 2px;
	z-index: 10;
}

#bookly-tbs div.dt-processing>div:last-child {
	position: relative;
	width: 80px;
	height: 15px;
	margin: 1em auto;
}

#bookly-tbs div.dt-processing>div:last-child>div {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0275d8;
	background: rgb(var(--dt-row-selected));
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#bookly-tbs div.dt-processing>div:last-child>div:first-child {
	left: 8px;
	animation: datatables-loader-1 .6s infinite;
}

#bookly-tbs div.dt-processing>div:last-child>div:nth-child(2) {
	left: 8px;
	animation: datatables-loader-2 .6s infinite;
}

#bookly-tbs div.dt-processing>div:last-child>div:nth-child(3) {
	left: 32px;
	animation: datatables-loader-2 .6s infinite;
}

#bookly-tbs div.dt-processing>div:last-child>div:nth-child(4) {
	left: 56px;
	animation: datatables-loader-3 .6s infinite;
}

@keyframes datatables-loader-1 {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes datatables-loader-3 {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes datatables-loader-2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(24px, 0);
	}
}

#bookly-tbs table.dataTable.nowrap td, #bookly-tbs table.dataTable.nowrap th {
	white-space: nowrap;
}

#bookly-tbs table.dataTable td, #bookly-tbs table.dataTable th {
	box-sizing: border-box;
}

#bookly-tbs table.dataTable td.dt-left, #bookly-tbs table.dataTable th.dt-left {
	text-align: left;
}

#bookly-tbs table.dataTable td.dt-center, #bookly-tbs table.dataTable th.dt-center {
	text-align: center;
}

#bookly-tbs table.dataTable td.dt-right, #bookly-tbs table.dataTable th.dt-right {
	text-align: right;
}

#bookly-tbs table.dataTable td.dt-justify, #bookly-tbs table.dataTable th.dt-justify {
	text-align: justify;
}

#bookly-tbs table.dataTable td.dt-nowrap, #bookly-tbs table.dataTable th.dt-nowrap {
	white-space: nowrap;
}

#bookly-tbs table.dataTable td.dt-empty, #bookly-tbs table.dataTable th.dt-empty {
	text-align: center;
	vertical-align: top;
}

#bookly-tbs table.dataTable td.dt-type-date, #bookly-tbs table.dataTable td.dt-type-numeric, #bookly-tbs table.dataTable th.dt-type-date, #bookly-tbs table.dataTable th.dt-type-numeric {
	text-align: right;
}

#bookly-tbs table.dataTable tfoot td, #bookly-tbs table.dataTable tfoot th, #bookly-tbs table.dataTable thead td, #bookly-tbs table.dataTable thead th {
	text-align: left;
}

#bookly-tbs table.dataTable tfoot td.dt-head-left, #bookly-tbs table.dataTable tfoot th.dt-head-left, #bookly-tbs table.dataTable thead td.dt-head-left, #bookly-tbs table.dataTable thead th.dt-head-left {
	text-align: left;
}

#bookly-tbs table.dataTable tfoot td.dt-head-center, #bookly-tbs table.dataTable tfoot th.dt-head-center, #bookly-tbs table.dataTable thead td.dt-head-center, #bookly-tbs table.dataTable thead th.dt-head-center {
	text-align: center;
}

#bookly-tbs table.dataTable tfoot td.dt-head-right, #bookly-tbs table.dataTable tfoot th.dt-head-right, #bookly-tbs table.dataTable thead td.dt-head-right, #bookly-tbs table.dataTable thead th.dt-head-right {
	text-align: right;
}

#bookly-tbs table.dataTable tfoot td.dt-head-justify, #bookly-tbs table.dataTable tfoot th.dt-head-justify, #bookly-tbs table.dataTable thead td.dt-head-justify, #bookly-tbs table.dataTable thead th.dt-head-justify {
	text-align: justify;
}

#bookly-tbs table.dataTable tfoot td.dt-head-nowrap, #bookly-tbs table.dataTable tfoot th.dt-head-nowrap, #bookly-tbs table.dataTable thead td.dt-head-nowrap, #bookly-tbs table.dataTable thead th.dt-head-nowrap {
	white-space: nowrap;
}

#bookly-tbs table.dataTable tbody td.dt-body-left, #bookly-tbs table.dataTable tbody th.dt-body-left {
	text-align: left;
}

#bookly-tbs table.dataTable tbody td.dt-body-center, #bookly-tbs table.dataTable tbody th.dt-body-center {
	text-align: center;
}

#bookly-tbs table.dataTable tbody td.dt-body-right, #bookly-tbs table.dataTable tbody th.dt-body-right {
	text-align: right;
}

#bookly-tbs table.dataTable tbody td.dt-body-justify, #bookly-tbs table.dataTable tbody th.dt-body-justify {
	text-align: justify;
}

#bookly-tbs table.dataTable tbody td.dt-body-nowrap, #bookly-tbs table.dataTable tbody th.dt-body-nowrap {
	white-space: nowrap;
}

#bookly-tbs table.dataTable.table {
	clear: both;
	max-width: none;
	border-spacing: 0;
	margin-bottom: 0;
}

#bookly-tbs table.dataTable.table.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

#bookly-tbs table.dataTable.table>tbody>tr {
	background-color: transparent;
}

#bookly-tbs table.dataTable.table>tbody>tr.selected>* {
	box-shadow: inset 0 0 0 9999px #0275d8;
	box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
	color: #fff;
	color: rgb(var(--dt-row-selected-text));
}

#bookly-tbs table.dataTable.table>tbody>tr.selected a {
	color: #090a0b;
	color: rgb(var(--dt-row-selected-link));
}

#bookly-tbs table.dataTable.table.table-striped>tbody>tr:nth-of-type(odd)>* {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), .05);
}

#bookly-tbs table.dataTable.table.table-striped>tbody>tr:nth-of-type(odd).selected>* {
	box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, .95);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .95);
}

#bookly-tbs table.dataTable.table.table-hover>tbody>tr:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .075);
}

#bookly-tbs table.dataTable.table.table-hover>tbody>tr.selected:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, .975);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .975);
}

#bookly-tbs div.dt-container div.dt-layout-start>:not(:last-child) {
	margin-right: 1em;
}

#bookly-tbs div.dt-container div.dt-layout-end>:not(:first-child) {
	margin-left: 1em;
}

#bookly-tbs div.dt-container div.dt-layout-full {
	width: 100%;
}

#bookly-tbs div.dt-container div.dt-layout-full>:only-child {
	margin-left: auto;
	margin-right: auto;
}

#bookly-tbs div.dt-container div.dt-layout-table>div {
	display: block !important;
}

@media screen and (max-width:767px) {
	#bookly-tbs div.dt-container div.dt-layout-start>:not(:last-child) {
		margin-right: 0;
	}
	
	#bookly-tbs div.dt-container div.dt-layout-end>:not(:first-child) {
		margin-left: 0;
	}
}

#bookly-tbs div.dt-container>div.jCal-wrap, #bookly-tbs div.dt-container>div.row {
	margin-bottom: .5rem;
}

#bookly-tbs div.dt-container>div.jCal-wrap:last-child, #bookly-tbs div.dt-container>div.row:last-child {
	margin-bottom: 0;
}

#bookly-tbs div.dt-container div.dt-length label {
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
	margin-bottom: 0;
}

#bookly-tbs div.dt-container div.dt-length select {
	width: auto;
	display: inline-block;
	margin-right: .5em;
}

#bookly-tbs div.dt-container div.dt-search label {
	font-weight: 400;
	white-space: nowrap;
	text-align: left;
	margin-bottom: 0;
}

#bookly-tbs div.dt-container div.dt-search input {
	margin-left: .5em;
	display: inline-block;
	width: auto;
}

#bookly-tbs div.dt-container div.dt-info {
	white-space: nowrap;
}

#bookly-tbs div.dt-container div.dt-paging {
	margin: 0;
}

#bookly-tbs div.dt-container div.dt-paging ul.pagination {
	margin: 0;
	flex-wrap: wrap;
}

#bookly-tbs div.dt-container div.dt-processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}

#bookly-tbs div.dt-container div.dt-scroll-body {
	border-bottom: 1px solid #dee2e6;
}

#bookly-tbs div.dt-container div.dt-scroll-body table, #bookly-tbs div.dt-container div.dt-scroll-body tbody>tr:last-child>* {
	border-bottom: none;
}

#bookly-tbs div.dt-scroll-head table.dataTable {
	margin-bottom: 0 !important;
}

#bookly-tbs div.dt-scroll-body>table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#bookly-tbs div.dt-scroll-body>table thead .dt-orderable-asc:before, #bookly-tbs div.dt-scroll-body>table thead .dt-orderable-desc:after {
	display: none;
}

#bookly-tbs div.dt-scroll-body>table>tbody tr:first-child td, #bookly-tbs div.dt-scroll-body>table>tbody tr:first-child th {
	border-top: none;
}

#bookly-tbs div.dt-scroll-foot>.dt-scroll-footInner {
	box-sizing: content-box;
}

#bookly-tbs div.dt-scroll-foot>.dt-scroll-footInner>table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width:767px) {
	#bookly-tbs div.dt-container div.dt-info, #bookly-tbs div.dt-container div.dt-length, #bookly-tbs div.dt-container div.dt-paging, #bookly-tbs div.dt-container div.dt-search {
		text-align: center;
	}
	
	#bookly-tbs div.dt-container div.jCal-wrap, #bookly-tbs div.dt-container div.row {
		margin-bottom: 0;
	}
	
	#bookly-tbs div.dt-container div.jCal-wrap>*, #bookly-tbs div.dt-container div.row>* {
		margin-bottom: .5rem;
	}
	
	#bookly-tbs div.dt-container div.dt-paging ul.pagination {
		justify-content: center !important;
	}
}

#bookly-tbs table.dataTable.table-sm>thead>tr td.dt-orderable-asc, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-orderable-desc, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-ordering-asc, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-ordering-desc, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-orderable-asc, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-orderable-desc, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-ordering-asc, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-ordering-desc {
	padding-right: 20px;
}

#bookly-tbs table.dataTable.table-sm>thead>tr td.dt-orderable-asc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-orderable-desc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-ordering-asc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr td.dt-ordering-desc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-orderable-asc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-orderable-desc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-ordering-asc span.dt-column-order, #bookly-tbs table.dataTable.table-sm>thead>tr th.dt-ordering-desc span.dt-column-order {
	right: 5px;
}

#bookly-tbs div.dt-scroll-head table.table-bordered {
	border-bottom-width: 0;
}

#bookly-tbs div.table-responsive>div.dt-container>div.jCal-wrap, #bookly-tbs div.table-responsive>div.dt-container>div.row {
	margin: 0;
}

#bookly-tbs div.table-responsive>div.dt-container>div.jCal-wrap>div[class^=col-]:first-child, #bookly-tbs div.table-responsive>div.dt-container>div.row>div[class^=col-]:first-child {
	padding-left: 0;
}

#bookly-tbs div.table-responsive>div.dt-container>div.jCal-wrap>div[class^=col-]:last-child, #bookly-tbs div.table-responsive>div.dt-container>div.row>div[class^=col-]:last-child {
	padding-right: 0;
}

@keyframes dtb-spinner {
	100% {
		transform: rotate(360deg);
	}
}

#bookly-tbs div.dataTables_wrapper {
	position: relative;
}

#bookly-tbs div.dt-buttons {
	position: initial;
}

#bookly-tbs div.dt-buttons .dt-button {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bookly-tbs div.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	background-color: #fff;
	border-radius: .75em;
	box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, .8);
	text-align: center;
	z-index: 2003;
	overflow: hidden;
}

#bookly-tbs div.dt-button-info h2 {
	padding: 2rem 2rem 1rem 2rem;
	margin: 0;
	font-weight: 400;
}

#bookly-tbs div.dt-button-info>div {
	padding: 1em 2em 2em 2em;
}

#bookly-tbs div.dtb-popover-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 2003;
}

#bookly-tbs button.dtb-hide-drop {
	display: none !important;
}

#bookly-tbs div.dt-button-collection-title {
	text-align: center;
	padding: .3em .5em .5em;
	margin-left: .5em;
	margin-right: .5em;
	font-size: .9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#bookly-tbs div.dt-button-collection-title:empty {
	display: none;
}

#bookly-tbs span.dt-button-spacer {
	display: inline-block;
	margin: .5em;
	white-space: nowrap;
}

#bookly-tbs span.dt-button-spacer.bar {
	border-left: 1px solid rgba(0, 0, 0, .3);
	vertical-align: middle;
	padding-left: .5em;
}

#bookly-tbs span.dt-button-spacer.bar:empty {
	height: 1em;
	width: 1px;
	padding-left: 0;
}

#bookly-tbs div.dt-button-collection .dt-button-active {
	padding-right: 3em;
}

#bookly-tbs div.dt-button-collection .dt-button-active:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 1em;
	display: inline-block;
	content: "✓";
	color: inherit;
}

#bookly-tbs div.dt-button-collection .dt-button-active.dt-button-split {
	padding-right: 0;
}

#bookly-tbs div.dt-button-collection .dt-button-active.dt-button-split:after {
	display: none;
}

#bookly-tbs div.dt-button-collection .dt-button-active.dt-button-split>:first-child {
	padding-right: 3em;
}

#bookly-tbs div.dt-button-collection .dt-button-active.dt-button-split>:first-child:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 1em;
	display: inline-block;
	content: "✓";
	color: inherit;
}

#bookly-tbs div.dt-button-collection .dt-button-active-a a {
	padding-right: 3em;
}

#bookly-tbs div.dt-button-collection .dt-button-active-a a:after {
	position: absolute;
	right: 1em;
	display: inline-block;
	content: "✓";
	color: inherit;
}

#bookly-tbs div.dt-button-collection span.dt-button-spacer {
	width: 100%;
	font-size: .9em;
	text-align: center;
	margin: .5em 0;
}

#bookly-tbs div.dt-button-collection span.dt-button-spacer:empty {
	height: 0;
	width: 100%;
}

#bookly-tbs div.dt-button-collection span.dt-button-spacer.bar {
	border-left: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-left: 0;
}

@media print {
	#bookly-tbs table.dataTable tr>* {
		box-shadow: none !important;
	}
}

#bookly-tbs html.dark div.dt-button-info {
	background-color: var(--dt-html-background);
	border: 1px solid rgba(255, 255, 255, .15);
}

#bookly-tbs div.dt-buttons div.btn-group {
	position: initial;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu {
	margin-top: 4px;
	width: 200px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu .dt-button {
	position: relative;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu div.dt-button-split {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: stretch;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu div.dt-button-split a:first-child {
	min-width: auto;
	flex: 1 0 50px;
	padding-right: 0;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu div.dt-button-split button:last-child {
	min-width: 33px;
	flex: 0;
	background: 0 0;
	border: none;
	line-height: 1rem;
	color: #212529;
	padding: 0 16px;
	overflow: visible;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu div.dt-button-split button:last-child:hover {
	color: #16181b;
	background-color: #f8f9fa;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu div.dt-button-split button:last-child:after {
	position: relative;
	left: -3px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	border-radius: 5px;
	background-color: #fff;
	padding: .5em;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.two-column {
	margin-left: -200px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.three-column {
	margin-left: -225px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.four-column {
	margin-left: -300px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.columns {
	margin-left: -409px;
}

@media screen and (max-width:1024px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.columns {
		margin-left: -308px;
	}
}

@media screen and (max-width:640px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.columns {
		margin-left: -203px;
	}
}

@media screen and (max-width:460px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed.columns {
		margin-left: -100px;
	}
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.fixed>:last-child {
	max-height: 100vh;
	overflow: auto;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.four-column>:last-child, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.three-column>:last-child, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.two-column>:last-child {
	display: block !important;
	-moz-column-gap: 8px;
	-ms-column-gap: 8px;
	-o-column-gap: 8px;
	column-gap: 8px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.four-column>:last-child>*, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.three-column>:last-child>*, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.two-column>:last-child>* {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.two-column {
	width: 400px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.two-column>:last-child {
	padding-bottom: 1px;
	-moz-column-count: 2;
	column-count: 2;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.three-column {
	width: 450px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.three-column>:last-child {
	padding-bottom: 1px;
	-moz-column-count: 3;
	column-count: 3;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.four-column {
	width: 600px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.four-column>:last-child {
	padding-bottom: 1px;
	-moz-column-count: 4;
	column-count: 4;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu .dt-button {
	border-radius: 0;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns {
	width: auto;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns>:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	width: 818px;
	padding-bottom: 1px;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns>:last-child .dt-button {
	min-width: 200px;
	flex: 0 1;
	margin: 0;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b1>:last-child, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b2>:last-child, #bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b3>:last-child {
	justify-content: space-between;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b3 .dt-button {
	flex: 1 1 32%;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b2 .dt-button {
	flex: 1 1 48%;
}

#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b1 .dt-button {
	flex: 1 1 100%;
}

@media screen and (max-width:1024px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns>:last-child {
		width: 612px;
	}
}

@media screen and (max-width:640px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns>:last-child {
		width: 406px;
	}
	
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns.dtb-b3 .dt-button {
		flex: 0 1 32%;
	}
}

@media screen and (max-width:460px) {
	#bookly-tbs div.dt-buttons div.bookly-dropdown-menu.columns>:last-child {
		width: 200px;
	}
}

#bookly-tbs div.dt-buttons span.dt-button-spacer.empty {
	margin: 1px;
}

#bookly-tbs div.dt-buttons span.dt-button-spacer.bar:empty {
	height: inherit;
}

#bookly-tbs div.dt-buttons .btn.processing {
	color: rgba(0, 0, 0, .2);
}

#bookly-tbs div.dt-buttons .btn.processing:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	box-sizing: border-box;
	display: block;
	content: " ";
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1.5s infinite linear;
	-o-animation: dtb-spinner 1.5s infinite linear;
	-ms-animation: dtb-spinner 1500ms infinite linear;
	-webkit-animation: dtb-spinner 1.5s infinite linear;
	-moz-animation: dtb-spinner 1.5s infinite linear;
}

#bookly-tbs div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

@media screen and (max-width:767px) {
	#bookly-tbs div.dt-buttons {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: .5em;
	}
	
	#bookly-tbs div.dt-buttons a.btn {
		float: none;
	}
}

#bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
	top: 16px;
}

#bookly-tbs div.dt-container div.paging_numbers nav ul.pagination {
	justify-content: normal;
	margin: 0;
}

#bookly-tbs table.dataTable button.btn {
	margin-top: -4px;
	margin-bottom: -4px;
}

#bookly-tbs table.dataTable ul.dtr-details span.dtr-title:empty {
	display: none !important;
}

#bookly-tbs table.dataTable.bookly-table-wrap td {
	max-width: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#bookly-tbs div.dt-container .bookly-page-input {
	position: relative;
	display: flex;
}

#bookly-tbs div.dt-container .bookly-page-input input {
	border: 1px solid #dee2e6;
	max-width: 60px;
	border-radius: 4px 0 0 4px;
}

#bookly-tbs div.dt-container .bookly-page-input i, #bookly-tbs div.dt-container .bookly-page-input input {
	color: #0056b3;
}

#bookly-tbs table.dataTable>thead>tr>th.dt-ordering-asc, #bookly-tbs table.dataTable>thead>tr>th.dt-ordering-desc {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), .04);
}

#bookly-tbs table.dataTable>tbody tr>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .019);
}

#bookly-tbs table.dataTable.hover>tbody>tr:hover>*, #bookly-tbs table.dataTable>tbody>tr:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .025);
}

#bookly-tbs table.dataTable.table>tbody>tr:hover:nth-of-type(odd) {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), .04);
}

#bookly-tbs table.dataTable.stripe>tbody>tr:nth-child(odd)>.sorting_1, #bookly-tbs table.dataTable>tbody>tr:nth-child(odd)>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .054);
}

#bookly-tbs table.dataTable.stripe>tbody>tr.even>.sorting_1, #bookly-tbs table.dataTable>tbody>tr.even>.sorting_1 {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), .019);
}

#bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, #bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

#bookly-tbs table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control, #bookly-tbs table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
	padding-left: 27px;
}

#bookly-tbs table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before, #bookly-tbs table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before {
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}

#bookly-tbs table.dataTable.dtr-column>tbody>tr>td.control, #bookly-tbs table.dataTable.dtr-column>tbody>tr>td.dtr-control, #bookly-tbs table.dataTable.dtr-column>tbody>tr>th.control, #bookly-tbs table.dataTable.dtr-column>tbody>tr>th.dtr-control {
	position: relative;
	cursor: pointer;
}

#bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, #bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	left: 5px;
	height: 1em;
	width: 1em;
	margin-top: 2px;
	display: block;
	position: absolute;
	color: #fff;
	border: .15em solid #fff;
	border-radius: 1em;
	box-shadow: 0 0 .2em #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 1em;
	content: "+";
	background-color: #0275d8;
}

#bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before, #bookly-tbs table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
	content: "-";
	background-color: #d33333;
}

#bookly-tbs table.dt-rowReorder-float {
	position: absolute !important;
	opacity: .8;
	table-layout: fixed;
	outline: 2px solid #0275d8;
	outline-offset: -2px;
	z-index: 2001;
}

#bookly-tbs tr.dt-rowReorder-moving {
	outline: 2px solid #888;
	outline-offset: -2px;
}

#bookly-tbs body.dt-rowReorder-noOverflow {
	overflow-x: hidden;
}

#bookly-tbs table.dataTable td.reorder {
	text-align: center;
	cursor: move;
}

#bookly-tbs div.dt-container div.dt-processing {
	top: 120px;
}

#bookly-tbs .daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
}

#bookly-tbs .daterangepicker:after, #bookly-tbs .daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, .2);
	content: "";
}

#bookly-tbs .daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}

#bookly-tbs .daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

#bookly-tbs .daterangepicker.opensleft:before {
	right: 9px;
}

#bookly-tbs .daterangepicker.opensleft:after {
	right: 10px;
}

#bookly-tbs .daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

#bookly-tbs .daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

#bookly-tbs .daterangepicker.opensright:before {
	left: 9px;
}

#bookly-tbs .daterangepicker.opensright:after {
	left: 10px;
}

#bookly-tbs .daterangepicker.drop-up {
	margin-top: -7px;
}

#bookly-tbs .daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}

#bookly-tbs .daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

#bookly-tbs .daterangepicker.single .daterangepicker .ranges, #bookly-tbs .daterangepicker.single .drp-calendar {
	float: none;
}

#bookly-tbs .daterangepicker.single .drp-selected {
	display: none;
}

#bookly-tbs .daterangepicker.show-calendar .drp-calendar {
	display: block;
}

#bookly-tbs .daterangepicker.show-calendar .drp-calendar select {
	border: 1px solid #ced4da;
	padding: 0 7px;
}

#bookly-tbs .daterangepicker.show-calendar .drp-calendar table th {
	text-transform: none;
}

#bookly-tbs .daterangepicker.show-calendar .drp-buttons {
	display: block;
}

#bookly-tbs .daterangepicker.auto-apply .drp-buttons {
	display: none;
}

#bookly-tbs .daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}

#bookly-tbs .daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

#bookly-tbs .daterangepicker .drp-calendar.right {
	padding: 8px;
}

#bookly-tbs .daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

#bookly-tbs .daterangepicker .calendar-table .next span, #bookly-tbs .daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}

#bookly-tbs .daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#bookly-tbs .daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#bookly-tbs .daterangepicker .calendar-table td, #bookly-tbs .daterangepicker .calendar-table th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
}

#bookly-tbs .daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}

#bookly-tbs .daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#bookly-tbs .daterangepicker td.available:hover, #bookly-tbs .daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

#bookly-tbs .daterangepicker td.week, #bookly-tbs .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

#bookly-tbs .daterangepicker td.off, #bookly-tbs .daterangepicker td.off.end-date, #bookly-tbs .daterangepicker td.off.in-range, #bookly-tbs .daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}

#bookly-tbs .daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

#bookly-tbs .daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

#bookly-tbs .daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

#bookly-tbs .daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

#bookly-tbs .daterangepicker td.active, #bookly-tbs .daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

#bookly-tbs .daterangepicker th.month {
	width: auto;
}

#bookly-tbs .daterangepicker option.disabled, #bookly-tbs .daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

#bookly-tbs .daterangepicker select.monthselect, #bookly-tbs .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	margin: 0;
	cursor: default;
}

#bookly-tbs .daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

#bookly-tbs .daterangepicker select.yearselect {
	width: 40%;
}

#bookly-tbs .daterangepicker select.ampmselect, #bookly-tbs .daterangepicker select.hourselect, #bookly-tbs .daterangepicker select.minuteselect, #bookly-tbs .daterangepicker select.secondselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px;
}

#bookly-tbs .daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
}

#bookly-tbs .daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

#bookly-tbs .daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle;
}

#bookly-tbs .daterangepicker .drp-selected {
	display: block;
	font-size: 12px;
	padding: 8px;
}

#bookly-tbs .daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	padding: 4px 8px;
}

#bookly-tbs .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

#bookly-tbs .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

#bookly-tbs .daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

#bookly-tbs .daterangepicker.show-calendar.show-ranges .ranges {
	min-height: 246px;
	border-right: 1px solid #ddd;
}

#bookly-tbs .daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}

#bookly-tbs .daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#bookly-tbs .daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

#bookly-tbs .daterangepicker .ranges li:first-child {
	border-radius: 4px 4px 0 0;
}

#bookly-tbs .daterangepicker .ranges li:last-child {
	border-radius: 0 0 4px 4px;
}

#bookly-tbs .daterangepicker .ranges li:hover {
	background-color: #f8f9fa;
	color: #212529;
}

#bookly-tbs .daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff;
	border-color: #7fbdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

@media (min-width:564px) {
	#bookly-tbs .daterangepicker {
		width: auto;
	}
	
	#bookly-tbs .daterangepicker.show-calendar.show-ranges {
		width: 646px;
	}
	
	#bookly-tbs .daterangepicker .drp-selected {
		display: inline-block;
		padding-right: 8px;
	}
	
	#bookly-tbs .daterangepicker .ranges ul {
		width: 140px;
	}
	
	#bookly-tbs .daterangepicker.single .ranges ul {
		width: 100%;
	}
	
	#bookly-tbs .daterangepicker.single .drp-calendar.left {
		clear: none;
	}
	
	#bookly-tbs .daterangepicker.single .drp-calendar, #bookly-tbs .daterangepicker.single .ranges {
		float: left;
	}
	
	#bookly-tbs .daterangepicker {
		direction: ltr;
		text-align: left;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.right {
		margin-left: 0;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar, #bookly-tbs .daterangepicker .ranges {
		float: left;
	}
}

@media (min-width:730px) {
	#bookly-tbs .daterangepicker .ranges {
		width: auto;
	}
	
	#bookly-tbs .daterangepicker .ranges {
		float: left;
	}
	
	#bookly-tbs .daterangepicker.rtl .ranges {
		float: right;
	}
	
	#bookly-tbs .daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

#bookly-tbs .ec article, #bookly-tbs .ec aside, #bookly-tbs .ec figcaption, #bookly-tbs .ec figure, #bookly-tbs .ec footer, #bookly-tbs .ec header, #bookly-tbs .ec hgroup, #bookly-tbs .ec main, #bookly-tbs .ec nav, #bookly-tbs .ec section {
	display: grid;
}

#bookly-tbs .ec header.ec-day-head {
	display: flex;
}

#bookly-tbs .ec .ec-toolbar {
	display: flex;
}

#bookly-tbs .ec .ec-toolbar>*>:not(:first-child) {
	margin-left: .75em !important;
}

#bookly-tbs .ec .ec-toolbar>*>* {
	margin-bottom: .5em !important;
}

#bookly-tbs .ec .ec-toolbar .ec-title {
	cursor: pointer;
	font-size: 1.5em;
	margin: 0;
}

#bookly-tbs .ec .ec-toolbar .ec-title::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

#bookly-tbs .ec .ec-toolbar .ec-title:empty::after {
	margin-left: 0;
}

#bookly-tbs .ec .ec-toolbar .ec-title::after {
	font-size: 1rem;
	margin-left: .5rem;
}

#bookly-tbs .ec .ec-toolbar .ec-title:hover {
	color: #0056b2;
}

#bookly-tbs .ec .ec-toolbar .ec-today {
	margin-bottom: .5em !important;
}

@media (max-width:767.98px) {
	#bookly-tbs .ec .ec-toolbar {
		flex-direction: column;
	}
	
	#bookly-tbs .ec .ec-toolbar>* {
		margin-bottom: 10px;
	}
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	#bookly-tbs .ec .ec-day {
		overflow: hidden;
	}
}

#bookly-tbs .ec.ec-list .ec-day {
	font-weight: 400;
}

#bookly-tbs .ec.ec-list .ec-day .ec-day-head {
	margin: 0;
	font-weight: 400 !important;
}

#bookly-tbs .ec .ec-sidebar .ec-sidebar-title {
	box-sizing: initial !important;
}

#bookly-tbs .ec .ec-event {
	cursor: pointer;
	color: inherit;
	padding: 2px 2px 2px 5px;
	border-radius: 0;
	display: flex;
}

#bookly-tbs .ec .ec-event:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 2px);
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
}

#bookly-tbs .ec .ec-event.ec-pointer {
	box-shadow: unset;
}

#bookly-tbs .ec .ec-event.ec-pointer .ec-event-time {
	font-weight: 400;
	color: #6c757d;
}

#bookly-tbs .ec .ec-event.ec-pointer:before {
	content: none !important;
}

#bookly-tbs .ec .ec-event .ec-event-body {
	flex-direction: column !important;
}

#bookly-tbs .ec .ec-event .bookly-arrow-background {
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 1rem;
	width: 100%;
}

#bookly-tbs .ec.ec-month-view .ec-event {
	position: relative;
	padding: 0 1px 1px 5px;
	display: block;
}

#bookly-tbs .ec.ec-month-view .ec-event .ec-event-body {
	display: block;
}

#bookly-tbs .ec.ec-month-view .ec-day-foot {
	padding: 0 0 0 3px;
}

#bookly-tbs .ec.ec-month-view.ec-minimalistic .ec-popup .ec-event {
	height: auto !important;
}

#bookly-tbs .ec.ec-month-view.ec-minimalistic .ec-event {
	height: 1.5em !important;
	display: flex;
	overflow: hidden;
}

#bookly-tbs .ec.ec-list .ec-event {
	padding: 8px 14px;
}

#bookly-tbs .ec.ec-list .ec-event:before {
	content: none;
}

#bookly-tbs .ec.ec-list .ec-event:hover {
	z-index: auto !important;
	background-color: #fbfbfb;
}

#bookly-tbs .ec .ec-event-time {
	position: relative;
	font-weight: 700;
	line-height: 1.5em;
}

#bookly-tbs .ec h4.ec-event-title {
	margin: 0;
	font-size: 1em;
	font-weight: 400;
}

#bookly-tbs .ec .ec-event-title {
	position: relative;
	position: sticky;
	line-height: 1.5em;
}

#bookly-tbs .ec .ec-time {
	font-size: calc(1em - 1px);
}

#bookly-tbs .ec .bookly-ec-popover {
	position: fixed;
}

#bookly-tbs .ec .ec-all-day {
	min-height: 3.3em;
}

#bookly-tbs .ec .ec-all-day .ec-event-body {
	flex-direction: column !important;
}

#bookly-tbs .ec .ec-all-day .ec-event-body .ec-event-title {
	height: 1.5em;
	display: block !important;
	font-weight: 700;
}

#bookly-tbs .ec .ec-event:hover {
	z-index: 999 !important;
}

#bookly-tbs .ec .ec-event:hover:before {
	background-color: rgba(255, 255, 255, .775);
}

#bookly-tbs .ec-timeline .ec-main {
	max-width: -moz-max-content;
	max-width: max-content;
}

#bookly-tbs .ec-timeline .ec-row-head {
	min-block-size: 3em;
}

#bookly-tbs .ec-timeline .ec-event {
	height: 3em;
	overflow: hidden;
}

#bookly-tbs .ec-timeline .ec-line, #bookly-tbs .ec-timeline .ec-time {
	width: 180px;
}

#bookly-tbs .ec-timeline .ec-resource:last-child {
	margin-bottom: 100px;
}

#bookly-tbs .ec-time-grid .ec-event:not(.ec-pointer) {
	border-bottom: 1px solid var(--ec-border-color);
}

#bookly-tbs .bookly-ec-loading {
	background-color: rgba(255, 255, 255, .7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 9;
}

#bookly-tbs .bookly-ec-loading .bookly-ec-loading-icon {
	position: absolute;
	left: calc(50% - 16px);
	top: calc(50% - 16px);
	background: rgba(255, 0, 0, 0) url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif") no-repeat scroll 50% center;
	width: 32px;
	height: 32px;
}

#bookly-tbs .bookly-ec-loading .bookly-ec-loading-icon.nitro-lazy {
	background: none !important;
}

@media (max-width:767.98px) {
	#bookly-tbs .bookly-ec-loading {
		top: 150px;
	}
}

#bookly-tbs .jCal {
	width: 100%;
	position: relative;
}

#bookly-tbs .jCalMo {
	display: block;
	position: relative;
	padding: 0 15px;
	margin-bottom: 15px;
	white-space: nowrap;
}

@media (min-width:576px) {
	#bookly-tbs .jCalMo {
		height: 257px;
	}
}

#bookly-tbs .jCal .month, #bookly-tbs .jCal .monthName, #bookly-tbs .jCal .monthSelect, #bookly-tbs .jCal .monthYear {
	float: left;
}

#bookly-tbs .jCal .monthName {
	font-weight: 700;
	padding: .5rem 0;
	text-align: center;
	width: 100%;
}

#bookly-tbs .jCal .monthYear {
	float: right;
	text-align: left;
}

#bookly-tbs .jCal .month {
	width: 100%;
}

#bookly-tbs .jCal .monthSelect {
	background: #f8f9fa;
}

#bookly-tbs .jCal .monthSelector {
	position: absolute;
}

#bookly-tbs .jCal .monthSelectorShadow {
	position: absolute;
	background: #adb5bd;
	padding: 0;
}

#bookly-tbs .jCal .monthNameHover, #bookly-tbs .jCal .monthYearHover {
	background: #f8f9fa;
	color: #adb5bd;
}

#bookly-tbs .jCal .monthSelectHover {
	background: #007bff;
	color: #fff;
}

#bookly-tbs .jCalMo .aday, #bookly-tbs .jCalMo .day, #bookly-tbs .jCalMo .dow, #bookly-tbs .jCalMo .invday, #bookly-tbs .jCalMo .overDay, #bookly-tbs .jCalMo .pday, #bookly-tbs .jCalMo .selectedDay {
	position: relative;
	float: left;
	width: calc(14.2823% + 1px);
	margin-right: -1px;
	border: 1px solid #f8f9fa;
	border-width: 0 1px 1px 1px;
	text-align: center;
	cursor: default;
}

#bookly-tbs .jCalMo .dow {
	font-size: 12px;
	line-height: 30px;
	background: #f8f9fa;
	border-bottom: 0;
}

#bookly-tbs .jCalMo .day {
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	background: #fff;
}

#bookly-tbs .jCalMo .invday {
	color: #adb5bd;
	background: #f8f9fa;
	text-decoration: line-through;
}

#bookly-tbs .jCalMo .aday, #bookly-tbs .jCalMo .pday {
	font-size: 13px;
	line-height: 30px;
	color: #f8f9fa;
	background: rgba(248, 249, 250, .3);
}

#bookly-tbs .jCalMo .overDay {
	color: #212529;
	background: rgba(0, 123, 255, .2);
}

#bookly-tbs .jCalMo .holidayDay {
	color: #fff;
	background: #ffc107;
}

#bookly-tbs .jCalMo .holidayDay.repeatDay {
	color: #fff;
	background: #dc3545;
}

#bookly-tbs .jCalMo .selectedDay, #bookly-tbs .jCalMo .selectedDay.repeatDay {
	color: #fff;
	background: #007bff;
}

#bookly-tbs .jCal .left, #bookly-tbs .jCal .right {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#bookly-tbs .jCalMask, #bookly-tbs .jCalMove {
	position: absolute;
	overflow: hidden;
	width: 700px;
	height: 930px;
}

@media (max-width:991.98px) {
	#bookly-tbs .jCalMo {
		float: left;
		width: 50%;
	}
}

@media (min-width:992px) {
	#bookly-tbs .jCalMo {
		float: left;
		width: 33.33333333%;
	}
}

#bookly-tbs .iti {
	display: block;
}

#bookly-tbs .iti .iti__flag-container {
	left: 0;
	right: 0;
}

#bookly-tbs .iti .iti__flag-container ul.iti__country-list {
	list-style: none;
	padding: 0;
}

#bookly-tbs .iti .iti__selected-flag {
	width: 50px;
	padding: 0 8px;
}

#bookly-tbs .iti .iti__selected-flag .iti__arrow {
	left: auto;
	right: 4px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #000;
}

#bookly-tbs .iti .iti__selected-flag .iti__arrow.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #000;
}

#bookly-tbs .iti .iti__flag {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags.png");
}

#bookly-tbs .iti .iti__flag.nitro-lazy {
	background-image: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
	#bookly-tbs .iti .iti__flag {
		background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags@2x.png");
	}
	
	#bookly-tbs .iti .iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

#bookly-tbs .iti .form-control {
	padding-left: 55px;
}

#bookly-tbs .iti .iti__country-list {
	max-width: 100%;
}

#bookly-tbs .iti__flag {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags.png");
}

#bookly-tbs .iti__flag.nitro-lazy {
	background-image: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx) {
	#bookly-tbs .iti__flag {
		background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/bcb8c4703eae71d5d05c0a6eec1f7daa.flags@2x.png");
	}
	
	#bookly-tbs .iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

#bookly-tbs .bookly-thumb {
	display: block;
	position: relative;
	width: 106px;
	height: 106px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background-color: #e9ecef;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#bookly-tbs .bookly-thumb.bookly-thumb-with-image i {
	display: none;
}

#bookly-tbs .bookly-thumb.w-100 {
	background-image: none;
}

#bookly-tbs .bookly-thumb.w-100.nitro-lazy {
	background-image: none !important;
}

#bookly-tbs .bookly-thumb .bookly-thumb-delete {
	position: absolute;
	top: .25rem;
	right: 0;
	text-decoration: none;
}

#bookly-tbs .bookly-thumb .bookly-thumb-edit {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(173, 181, 189, .5);
}

#bookly-tbs .bookly-thumb .bookly-thumb-edit:hover {
	background-color: rgba(173, 181, 189, .8);
}

#bookly-tbs .bookly-thumb .bookly-thumb-edit .bookly-thumb-edit-btn {
	width: 100%;
	padding: 0 3px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}

#bookly-tbs .booklySelect2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

#bookly-tbs .booklySelect2-container .booklySelect2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

#bookly-tbs .booklySelect2-container .booklySelect2-selection--single .booklySelect2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bookly-tbs .booklySelect2-container .booklySelect2-selection--single .booklySelect2-selection__clear {
	position: relative;
}

#bookly-tbs .booklySelect2-container[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

#bookly-tbs .booklySelect2-container .booklySelect2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

#bookly-tbs .booklySelect2-container .booklySelect2-selection--multiple .booklySelect2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bookly-tbs .booklySelect2-container .booklySelect2-search--inline {
	float: left;
}

#bookly-tbs .booklySelect2-container .booklySelect2-search--inline .booklySelect2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

#bookly-tbs .booklySelect2-container .booklySelect2-search--inline .booklySelect2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

#bookly-tbs .booklySelect2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

#bookly-tbs .booklySelect2-results {
	display: block;
}

#bookly-tbs .booklySelect2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bookly-tbs .booklySelect2-results__option {
	padding: 6px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

#bookly-tbs .booklySelect2-results__option[aria-selected] {
	cursor: pointer;
}

#bookly-tbs .booklySelect2-container--open .booklySelect2-dropdown {
	left: 0;
}

#bookly-tbs .booklySelect2-container--open .booklySelect2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--open .booklySelect2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .booklySelect2-search--dropdown {
	display: block;
	padding: 4px;
}

#bookly-tbs .booklySelect2-search--dropdown .booklySelect2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

#bookly-tbs .booklySelect2-search--dropdown .booklySelect2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

#bookly-tbs .booklySelect2-search--dropdown.booklySelect2-search--hide {
	display: none;
}

#bookly-tbs .booklySelect2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

#bookly-tbs .booklySelect2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single .booklySelect2-selection__rendered {
	color: #444;
	line-height: 28px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single .booklySelect2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single .booklySelect2-selection__placeholder {
	color: #999;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single .booklySelect2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--single .booklySelect2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

#bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__clear {
	float: left;
}

#bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__arrow {
	left: 1px;
	right: auto;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--disabled .booklySelect2-selection--single {
	background-color: #eee;
	cursor: default;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--disabled .booklySelect2-selection--single .booklySelect2-selection__clear {
	display: none;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--open .booklySelect2-selection--single .booklySelect2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__rendered li {
	list-style: none;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove:hover {
	color: #333;
}

#bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-search--inline, #bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	float: right;
}

#bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

#bookly-tbs .booklySelect2-container--default[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--focus .booklySelect2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--disabled .booklySelect2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--disabled .booklySelect2-selection__choice__remove {
	display: none;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--open.booklySelect2-container--above .booklySelect2-selection--multiple, #bookly-tbs .booklySelect2-container--default.booklySelect2-container--open.booklySelect2-container--above .booklySelect2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--default.booklySelect2-container--open.booklySelect2-container--below .booklySelect2-selection--multiple, #bookly-tbs .booklySelect2-container--default.booklySelect2-container--open.booklySelect2-container--below .booklySelect2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-search--dropdown .booklySelect2-search__field {
	border: 1px solid #aaa;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-search--inline .booklySelect2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results>.booklySelect2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option[role=group] {
	padding: 0;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option[aria-disabled=true] {
	color: #999;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option[aria-selected=true] {
	background-color: #ddd;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option {
	padding-left: 1em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__group {
	padding-left: 0;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option .booklySelect2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff;
}

#bookly-tbs .booklySelect2-container--default .booklySelect2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single:focus {
	border: 1px solid #5897fb;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single .booklySelect2-selection__rendered {
	color: #444;
	line-height: 28px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single .booklySelect2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single .booklySelect2-selection__placeholder {
	color: #999;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single .booklySelect2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #dee2e6;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--single .booklySelect2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

#bookly-tbs .booklySelect2-container--classic[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__clear {
	float: left;
}

#bookly-tbs .booklySelect2-container--classic[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__arrow {
	border: none;
	border-right: 1px solid #dee2e6;
	border-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	left: 1px;
	right: auto;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open .booklySelect2-selection--single {
	border: 1px solid #5897fb;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open .booklySelect2-selection--single .booklySelect2-selection__arrow {
	background: 0 0;
	border: none;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open .booklySelect2-selection--single .booklySelect2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open.booklySelect2-container--above .booklySelect2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open.booklySelect2-container--below .booklySelect2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	cursor: text;
	outline: 0;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple .booklySelect2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple .booklySelect2-selection__clear {
	display: none;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove:hover {
	color: #555;
}

#bookly-tbs .booklySelect2-container--classic[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

#bookly-tbs .booklySelect2-container--classic[dir=rtl] .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open .booklySelect2-selection--multiple {
	border: 1px solid #5897fb;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open.booklySelect2-container--above .booklySelect2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open.booklySelect2-container--below .booklySelect2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-search--dropdown .booklySelect2-search__field {
	border: 1px solid #dee2e6;
	outline: 0;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-search--inline .booklySelect2-search__field {
	outline: 0;
	box-shadow: none;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-dropdown--above {
	border-bottom: none;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-dropdown--below {
	border-top: none;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-results>.booklySelect2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-results__option[role=group] {
	padding: 0;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-results__option[aria-disabled=true] {
	color: grey;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

#bookly-tbs .booklySelect2-container--classic .booklySelect2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

#bookly-tbs .booklySelect2-container--classic.booklySelect2-container--open .booklySelect2-dropdown {
	border-color: #5897fb;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--single {
	height: calc(1.5em + .75rem + 2px) !important;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--single .booklySelect2-selection__placeholder {
	color: #757575;
	line-height: calc(1.5em + .75rem);
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--single .booklySelect2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 3px;
	width: 20px;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--single .booklySelect2-selection__arrow b {
	top: 60%;
	border-color: #343a40 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--single .booklySelect2-selection__rendered {
	line-height: calc(1.5em + .75rem);
}

#bookly-tbs .booklySelect2-search--dropdown .booklySelect2-search__field {
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

#bookly-tbs .booklySelect2-results__message {
	color: #6c757d;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--multiple {
	min-height: calc(1.5em + .75rem + 2px) !important;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--multiple .booklySelect2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--multiple .booklySelect2-selection__choice {
	color: #343a40;
	border: 1px solid #bcc6cf;
	border-radius: .2rem;
	padding: 0;
	padding-right: 5px;
	cursor: pointer;
	float: left;
	margin-top: .3em;
	margin-right: 5px;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove {
	color: #bcc6cf;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 1px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection--multiple .booklySelect2-selection__choice__remove:hover {
	color: #343a40;
}

#bookly-tbs .booklySelect2-container {
	display: block;
}

#bookly-tbs .booklySelect2-container :focus {
	color: #495057;
	background-color: #fff;
	border-color: #7fbdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .input-group .booklySelect2-container--bootstrap4 {
	flex-grow: 1;
}

#bookly-tbs .input-group-prepend~.booklySelect2-container--bootstrap4 .booklySelect2-selection {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#bookly-tbs .input-group>.booklySelect2-container--bootstrap4:not(:last-child) .booklySelect2-selection {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}

@media (prefers-reduced-motion:reduce) {
	#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection {
		transition: none;
	}
}

#bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--focus .booklySelect2-selection {
	border-color: #7fbdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

#bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--focus.booklySelect2-container--open .booklySelect2-selection {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--disabled .booklySelect2-selection, #bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--disabled.booklySelect2-container--focus .booklySelect2-selection {
	background-color: #e9ecef;
	cursor: not-allowed;
	border-color: #ced4da;
	box-shadow: none;
}

#bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--disabled .booklySelect2-search__field, #bookly-tbs .booklySelect2-container--bootstrap4.booklySelect2-container--disabled.booklySelect2-container--focus .booklySelect2-search__field {
	background-color: transparent;
}

form.was-validated select:invalid~#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection, select.is-invalid~#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection {
	border-color: #dc3545;
}

form.was-validated select:valid~#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection, select.is-valid~#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection {
	border-color: #28a745;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-dropdown {
	border-color: #ced4da;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-dropdown.booklySelect2-dropdown--above {
	border-top: 1px solid #ced4da;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-dropdown .booklySelect2-results__option[aria-selected=true] {
	background-color: #e9ecef;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-dropdown .booklySelect2-results__option:empty {
	padding: 0;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results__option--highlighted, #bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results__option--highlighted.booklySelect2-results__option[aria-selected=true] {
	background-color: #007bff;
	color: #f8f9fa;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results__option[role=group] {
	padding: 0;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results>.booklySelect2-results__options {
	max-height: 15em;
	overflow-y: auto;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results__options--nested {
	margin-left: 1em;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-results__group {
	padding: 6px;
	display: list-item;
	color: #6c757d;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection__clear {
	width: 1.2em;
	height: 1.2em;
	line-height: 1.15em;
	padding-left: .3em;
	margin-top: .5em;
	color: #6c757d;
	font-weight: 700;
	float: right;
	margin-right: .3em;
}

#bookly-tbs .booklySelect2-container--bootstrap4 .booklySelect2-selection__clear:hover {
	color: #343a40;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2 .booklySelect2-selection, #bookly-tbs #bookly-coupon-modal .booklySelect2 .booklySelect2-selection, #bookly-tbs #bookly-package-dialog .booklySelect2 .booklySelect2-selection {
	height: 38px;
	box-shadow: none;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2 .booklySelect2-selection__choice, #bookly-tbs #bookly-coupon-modal .booklySelect2 .booklySelect2-selection__choice, #bookly-tbs #bookly-package-dialog .booklySelect2 .booklySelect2-selection__choice {
	display: none;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2 .booklySelect2-selection ul, #bookly-tbs #bookly-coupon-modal .booklySelect2 .booklySelect2-selection ul, #bookly-tbs #bookly-package-dialog .booklySelect2 .booklySelect2-selection ul {
	margin-bottom: 0;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2.booklySelect2-container--focus, #bookly-tbs #bookly-coupon-modal .booklySelect2.booklySelect2-container--focus, #bookly-tbs #bookly-package-dialog .booklySelect2.booklySelect2-container--focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	border-radius: .25rem;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2 .booklySelect2-search, #bookly-tbs #bookly-coupon-modal .booklySelect2 .booklySelect2-search, #bookly-tbs #bookly-package-dialog .booklySelect2 .booklySelect2-search {
	float: none;
	margin: 5px 0 3px 0;
	padding-left: 8px;
	border-radius: .25rem;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2 .booklySelect2-search__field, #bookly-tbs #bookly-coupon-modal .booklySelect2 .booklySelect2-search__field, #bookly-tbs #bookly-package-dialog .booklySelect2 .booklySelect2-search__field {
	min-width: 50% !important;
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#bookly-tbs select.form-control.is-invalid~.booklySelect2-container .booklySelect2-selection--single {
	border-color: #dc3545;
}

#bookly-tbs #bookly-appointment-dialog .booklySelect2-container .booklySelect2-results__option:not(.booklySelect2-results__option--highlighted)[aria-selected=true] {
	background-color: #fff;
	color: #212529;
}

#bookly-tbs .booklySelect2-container {
	z-index: auto;
}

#bookly-tbs .booklySelect2-container input[type=search] {
	min-height: unset;
}

#bookly-tbs .booklySelect2-dropdown {
	z-index: 100051;
}

.rtl #bookly-tbs :not(i.fas,i.far) {
	text-align: right;
}

.rtl #bookly-tbs .card-footer>button {
	margin: .25rem;
}

.rtl #bookly-tbs .close {
	float: left;
}

.rtl #bookly-tbs i.far.mr-1, .rtl #bookly-tbs i.fas.mr-1 {
	margin-left: .5rem;
}

@media (min-width:992px) {
	.rtl #bookly-tbs i.far.mr-lg-1, .rtl #bookly-tbs i.fas.mr-lg-1 {
		margin-left: .5rem;
	}
}

.rtl #bookly-tbs .daterangepicker .calendar-table {
	text-align: center;
}

.rtl #bookly-tbs .daterangepicker .drp-calendar {
	max-width: 315px;
}

.rtl #bookly-tbs .daterangepicker.show-calendar.show-ranges {
	width: 774px;
}

.rtl #bookly-tbs .fc-center h2 {
	position: absolute;
	right: 50%;
	top: 0;
}

.rtl #bookly-tbs .fc-icon {
	text-align: center;
}

.rtl #bookly-tbs .input-group .booklySelect2-selection {
	border-radius: 0 5px 5px 0 !important;
}

.rtl #bookly-tbs .input-group .form-control {
	border-radius: 0 5px 5px 0;
	right: 1px;
}

.rtl #bookly-tbs .input-group .input-group-append .btn, .rtl #bookly-tbs .input-group .input-group-append .input-group-text {
	border-radius: 5px 0 0 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rtl #bookly-tbs .input-group .input-group-prepend {
	margin-left: -1px;
}

.rtl #bookly-tbs .input-group .input-group-prepend .input-group-text {
	border-radius: 0 5px 5px 0;
}

.rtl #bookly-tbs #bookly-customer-information-fields .input-group .input-group-append:nth-child(2)>* {
	border-radius: 0 !important;
}

.rtl #bookly-tbs .booklySelect2-container[dir=rtl] .booklySelect2-selection--single .booklySelect2-selection__rendered {
	padding-right: 20px;
	padding-left: 8px;
}

.rtl #bookly-tbs .btn-group>:first-child {
	border-radius: 0 3px 3px 0 !important;
}

.rtl #bookly-tbs .btn-group>.bookly-dropdown-toggle, .rtl #bookly-tbs .btn-group>:last-child {
	border-radius: 3px 0 0 3px !important;
	margin-right: 0 !important;
}

.rtl #bookly-tbs .iti .it__country-list .iti__flag-box {
	margin-left: 6px;
}

.rtl #bookly-tbs .iti .form-control {
	padding-right: 55px;
	padding-left: .75rem;
}

.rtl #bookly-tbs .modal-header button.close {
	position: absolute;
	left: 0;
}

.rtl #bookly-tbs .custom-control.custom-checkbox {
	padding-left: 0;
}

.rtl #bookly-tbs label.custom-control-label {
	position: relative;
	padding-right: 1.5rem;
}

.rtl #bookly-tbs label.custom-control-label::after, .rtl #bookly-tbs label.custom-control-label::before {
	right: 0;
	left: auto;
}

.rtl #bookly-tbs .ec .ec-toolbar>*>:not(:first-child) {
	margin-left: 0 !important;
	margin-right: .75em !important;
}

.rtl #bookly-tbs .ec .ec-toolbar .ec-title::after {
	margin-left: 0;
	margin-right: .5rem;
}

.rtl #bookly-tbs .bookly-dropdown-toggle::after {
	margin-left: 0;
	margin-right: .255em;
}

.rtl #bookly-tbs .ec.ec-month-view .ec-event {
	padding: 0 5px 1px 1px;
}

.bookly-customer-appointment-list {
	overflow: auto;
}

.bookly-customer-appointment-list h2 {
	margin: 20px 0;
	font-size: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid silver;
}

.bookly-customer-appointment-list .bookly-appointments-table {
	border: 1px solid silver;
	border-collapse: collapse;
	table-layout: auto;
}

.bookly-customer-appointment-list .bookly-appointments-table th {
	background: #ddd;
	font-size: 14px;
	padding: 5px;
	border: 0;
	white-space: nowrap;
	text-align: center;
}

.bookly-customer-appointment-list table.bookly-appointments-table td {
	font-size: 14px;
	padding: 5px !important;
	background: #eee;
	text-align: left;
	vertical-align: top !important;
	border: 1px solid silver;
}

.bookly-customer-appointment-list table.bookly-appointments-table td.bookly-text-right {
	text-align: right;
}

.bookly-btn-default {
	padding: 9px 18px !important;
	border: 0 !important;
	min-width: 118px;
	display: block;
	text-align: center;
	border-radius: 4px !important;
	background: #f4662f;
	cursor: pointer !important;
	height: auto !important;
	outline: none !important;
	text-decoration: none;
}

.bookly-btn-default, .bookly-btn-default > span {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 17px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.bookly-customer-appointment-list ul.bookly-extras {
	list-style: disc outside !important;
	margin-bottom: 0 !important;
}

.is-menu a, .is-menu a:focus, .is-menu a:hover, .is-menu:hover>a {
	background: 0 0 !important;
	outline: 0;
}

.is-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	color: #000;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.is-menu, form .is-link-container {
	position: relative;
}

.is-menu a {
	line-height: 1;
}

.is-menu a::after, .is-menu a::before {
	display: none !important;
}

.is-menu.default form {
	max-width: 310px;
}

.is-menu.is-dropdown form {
	display: none;
	min-width: 310px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
}

.is-menu.full-width-menu form, .is-menu.sliding form {
	min-width: 0 !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25%;
	width: 0;
	z-index: 99;
	padding: 0;
	margin: 0;
}

.is-menu.full-width-menu form:not(.is-search-form) input[type=search], .is-menu.full-width-menu form:not(.is-search-form) input[type=text], .is-menu.is-dropdown form:not(.is-search-form) input[type=search], .is-menu.is-dropdown form:not(.is-search-form) input[type=text], .is-menu.sliding form:not(.is-search-form) input[type=search], .is-menu.sliding form:not(.is-search-form) input[type=text], .is-popup-search-form form:not(.is-search-form) input[type=search], .is-popup-search-form form:not(.is-search-form) input[type=text] {
	background: #fff;
	color: #000;
}

.is-menu.is-first form {
	right: auto;
	left: 0;
}

.is-form-style-2 .is-search-submit, .is-link-container, .is-menu form .screen-reader-text, .search-close {
	display: none;
}

.is-menu form label {
	margin: 0;
	padding: 0;
}

.is-menu-wrapper {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
	z-index: 9999;
}

.popup-search-close, .search-close {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.is-menu-wrapper.is-expanded {
	width: 100%;
}

.admin-bar .is-menu-wrapper {
	top: 51px;
}

.is-menu-wrapper .is-menu {
	float: right;
}

.is-menu-wrapper .is-menu form {
	right: 0;
	left: auto;
}

.gsc-cse-search-menu {
	max-width: 310px;
	float: right;
}

.gsc-cse-search-menu .cse .gsc-control-cse, .gsc-cse-search-menu .gsc-control-cse {
	padding: 0;
}

.is-menu .search-icon-path {
	fill: #848484;
}

.search-close {
	position: absolute;
	right: -22px;
	top: 33%;
	z-index: 99999;
}

.is-menu.is-first .search-close {
	right: auto;
	left: -22px;
}

.is-menu.is-dropdown .search-close {
	top: calc(100% + 7px);
}

.popup-search-close {
	z-index: 99999;
	float: right;
	position: relative;
	margin: 20px 20px 0 0;
}

#is-popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(4, 4, 4, .91);
	z-index: 999999;
}

.is-popup-search-form form {
	width: 80%;
	margin: 20% auto 0;
}

.is-popup-search-form form.is-ajax-search {
	margin: 10% auto 0;
}

.popup-search-close:after, .search-close:after {
	border-left: 2px solid #848484;
	content: "";
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-search-close:before, .search-close:before {
	border-left: 2px solid #848484;
	content: "";
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-highlight {
	background-color: #ffffb9;
	color: #222;
}

@media screen and (max-width:910px) {
	.is-menu form {
		left: 0;
		min-width: 50%;
		right: auto;
	}
	
	.is-menu.default form {
		max-width: 100%;
	}
	
	.is-menu.full-width-menu.active-search {
		position: relative;
	}
	
	.is-menu-wrapper {
		display: block;
	}
}

.is-form-style label, .is-menu.full-width-menu.is-first button.is-search-submit, .is-menu.sliding.is-first button.is-search-submit {
	display: inline-block !important;
}

form .is-link-container div {
	position: absolute;
	width: 200px;
	bottom: -25px;
	left: 5px;
	z-index: 99999;
	height: auto;
	line-height: 14px;
	padding: 10px 15px;
}

form .is-link-container a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	font-family: arial;
	box-shadow: none;
}

form .is-link-container a:hover {
	text-decoration: underline;
}

form .is-link-container a.is-customize-link {
	margin-left: 15px;
}

.is-form-style label {
	padding: 0;
	vertical-align: middle;
	margin: 0;
	width: 100%;
	line-height: 1;
}

.is-form-style {
	line-height: 1;
	position: relative;
	padding: 0 !important;
}

.is-form-style.is-form-style-3 label {
	width: calc(100% - 36px) !important;
}

.is-form-style input.is-search-input {
	background: #fff;
	background-image: none !important;
	color: #333;
	padding: 0 12px;
	margin: 0;
	outline: 0 !important;
	font-size: 14px !important;
	height: 36px;
	min-height: 0;
	line-height: 1;
	border-radius: 0;
	border: 1px solid #ccc !important;
	font-family: arial;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.is-form-style input.is-search-input.nitro-lazy {
	background-image: none !important;
}

.is-form-style input.is-search-input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.is-form-style input.is-search-input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.is-form-style input.is-search-input::-webkit-search-cancel-button, .is-form-style input.is-search-input::-webkit-search-decoration, .is-form-style input.is-search-input::-webkit-search-results-button, .is-form-style input.is-search-input::-webkit-search-results-decoration {
	display: none;
}

.is-form-style.is-form-style-3 input.is-search-input {
	border-right: 0 !important;
}

.is-form-style button.is-search-submit {
	background: 0 0;
	border: 0;
	box-shadow: none !important;
	opacity: 1;
	padding: 0 !important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
}

.is-form-style .is-search-submit path {
	fill: #555;
}

.is-form-style input.is-search-submit {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px !important;
	width: auto;
}

.is-search-icon {
	width: 36px;
	padding-top: 6px !important;
}

.is-search-icon svg {
	width: 22px;
	display: inline;
}

.is-form-style input.is-search-submit, .is-search-icon {
	display: inline-block !important;
	color: #666;
	background: #ededed;
	box-shadow: none !important;
	outline: 0;
	margin: 0;
	font-size: 14px !important;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 1;
	height: 36px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
	background: #dcdcdc;
}

/**
 * Debug
 */
#wcs-debug {
	padding: 0 0 0;
	font-size: 1em;
	margin-bottom: 2em;
}

#wcs-debug #wcs-debug-header {
	background: #3d9cd2;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

#wcs-debug #wcs-debug-header .wcs-debug-toggle {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	width: 42px;
	height: 100%;
	right: 0;
	top: 0;
	background-size: 42px;
	position: absolute;
	transition: .3s all;
}

#wcs-debug #wcs-debug-header .wcs-debug-toggle.nitro-lazy {
	background-image: none !important;
}

#wcs-debug.closed .wcs-debug-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#wcs-debug #wcs-debug-contents {
	padding: 20px 20px 0;
	display: none;
	border: 1px solid #dee2e6;
	border-width: 0 1px 1px;
}

#wcs-debug #wcs-debug-contents .wcs-debug-tip {
	color: #1864ab;
	background: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/source/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/tip2.svg") no-repeat left 5px;
	background-size: 16px 16px;
	padding-left: 24px;
}

#wcs-debug #wcs-debug-contents .wcs-debug-tip.nitro-lazy {
	background: none !important;
}

#wcs-debug #wcs-debug-contents h3 {
	margin: 10px 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#wcs-debug #wcs-debug-contents h3.ruleset-title {
	font-size: 1em;
}

#wcs-debug #wcs-debug-contents h3.ruleset-title a {
	font-weight: bold;
}

#wcs-debug .wcs-debug-result-label {
	padding: 5px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-pass {
	background: #2b8a3e;
}

#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-fail {
	background: #c92a2a;
}

#wcs-debug table.wcs-debug-table {
	border: 1px solid #dee2e6;
	margin: 0 0 20px;
}

#wcs-debug table.wcs-debug-table.wcs-debug-table-fixed {
	table-layout: fixed;
}

#wcs-debug table.wcs-debug-table td, #wcs-debug table.wcs-debug-table th {
	padding: 5px 10px;
	text-align: left;
}

#wcs-debug table.wcs-debug-table td.align-right, #wcs-debug table.wcs-debug-table th.align-right {
	text-align: right;
}

/**
 * Shipping notices
 */
#wcs-notices, .wcs-shipping-notices {
	margin-top: 1em;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error {
	margin-bottom: .5rem;
	padding: 10px 10px 10px 36px;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: .5rem center;
	font-size: .875em;
	font-weight: 400;
	color: #2f2f2f;
	border-radius: 4px;
	line-height: 19px;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success:last-child, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning:last-child, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error:last-child {
	margin-bottom: 0;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/warning.svg");
	background-size: 20px 20px;
	background-color: #fffbf4;
	border-color: #f0b849;
	color: #e67700;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-warning.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-warning.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-warning.nitro-lazy {
	background-image: none !important;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/yes-alt.svg");
	background-size: 20px 20px;
	background-color: #f4fff4;
	border-color: #66c449;
	color: #2b8a3e;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-success.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-success.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-success.nitro-lazy {
	background-image: none !important;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error {
	background-image: url("https://cdn-denll.nitrocdn.com/WklmUmqInFmLIuorJVGevhPwvqoEKzaq/assets/images/optimized/rev-04c43d0/www.smartcykler.dk/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/notices/dismiss.svg");
	background-size: 20px 20px;
	background-color: #fff4f4;
	border-color: #f06b49;
	color: #c92a2a;
}

#wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error.nitro-lazy, #wcs-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-success.conditional-shipping-notice-style-error.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-warning.conditional-shipping-notice-style-error.nitro-lazy, .wcs-shipping-notices .conditional-shipping-notice.conditional-shipping-notice-style-error.conditional-shipping-notice-style-error.nitro-lazy {
	background-image: none !important;
}

.wcs-shipping-notices-blocks > div {
	margin-bottom: .5rem;
}

.wcs-shipping-notices-blocks > div .conditional-shipping-notice {
	margin-bottom: 0;
}

.wcs-shipping-notices-blocks > div:last-child {
	margin-bottom: 0;
}
