/*----- BOOKING------*/
.section-booking-bc{
	padding:40px 0;
}
.booking-bc__form{
	font-weight: 300;
	background: linear-gradient(180deg,#81274d,#c71155);
	max-width: 545px;
	border-radius: 8px;
	padding: 15px 20px;
	margin: 0 auto;
}
.booking-bc__form .bookling-bc__slogan{margin-bottom:15px;}
.booking-bc__form .bookling-bc__slogan h2{
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.booking-bc__form .bookling-bc__slogan h3{
	font-size: 18px;
	color: #fff;
	margin:0;
}
.booking-bc__row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.booking-bc__input{
	flex:auto;
	-ms-flex:auto;
	margin-right:10px;
}
.booking-bc__input input{
	width: 100%;
	height: 54px;
	padding-left: 15px;
	font-size: 22px;
	font-weight: 600;
	border-radius: 6px;
	border: 1px solid transparent;
}
.booking-bc__action .booking-btn{
	display: inline-block;
	height: 54px;
	line-height: 54px;
	text-transform: uppercase;
	background: #fc3;
	padding: 0 10px;
	border-radius: 6px;
	color: #000;
	font-weight: 600;
}
.modal-booking-bc .modal-header{border:none;}
.modal-booking-bc .modal-header .close{opacity:1;}
.modal-booking-bc .modal-dialog{
	max-width: 375px;
	width: 100%;
}
.modal-booking-bc .modal-body{padding:0 24px 24px;}
.modal-booking-bc .modal-booking__title{
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0;
}
.modal-booking-bc .modal-booking__des{
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: 500;
}
.modal-booking-bc .modal-booking__input input{
	width: 100%;
	padding: 10px 18px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
}
.modal-booking-bc .modal-booking__action{margin-top:20px}
.modal-booking-bc .modal-booking__action .btn-booking{
	display: inline-block;
	width: 100%;
	background: #fc3;
	height: auto;
	padding: 8px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color:#000;
}
.modal-booking-bc .modal-booking__action .booking-modal-cancle{
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 10px;
}
#page-booking{background:#eee; padding: 40px 0}
.booking-bc-single{
	max-width: 500px;
	margin: auto;
	background-color: #f7f7f7;
}
.booking-bc__header{
	padding: 10px 0;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.booking-bc__main{
	background: #fff;
	padding: 30px 15px 0;
	position: relative;
}
.booking-bc__block{
	background-color: #fff;
	padding-bottom: 20px;
	border-left: 2px solid #e8e8e8;
	padding-left: 18px;
	position: relative;
}
.booking-bc__block-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.booking-bc__block.not-step .booking-bc__block-content{pointer-events:none;}
.booking-bc__block-content{
	background: #f7f7f7;
	border:1px solid #f7f7f7;
	border-radius: 4px;
	position: relative;
	padding: 0 8px;
	display: -ms-flex;
	display: flex;
	display: flex;
	justify-content: space-between;
	height: 44px;
	align-items: center;
	cursor:pointer;
}
.booking-bc-near{margin-top:15px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.booking-bc-near a{
	padding: 7px 10px;
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(129,39,77,.8);
	border-radius: 8px;
	font-size: 15px;
	color:#000;
	background:#fff;
}
.booking-bc-near a:not(:first-child){
	margin-left:8px;
}
.booking-bc__text{
	flex:auto;
	-ms-flex:auto;
}
.booking-bc__customer .info-customer__group:not(:last-child){margin-bottom:20px;}
.info-customer__group .booking-txt{
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 4px;
	position: relative;
	padding: 0 8px;
	height: 44px;
	width: 100%; 
	outline:none;
}
.info-customer__group textarea.booking-txt{
	height: 90px;
	appearance: none;
	resize: none;
}
.booking-bc-icon{margin-right:10px;position:relative;}
.booking-bc-angle{margin-left:10px;}
.dots-ab{
	position: absolute;
	top: -5px;
	right: -3px;
	width: 8px;
	height: 8px;
}
.dots-ab .dots-full{
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.dots-ab.dots-red .dots-full{background:red;}
.dots-ab .dots-ani{
	animation:ping .5s cubic-bezier(0,0,.2,1) infinite;
	opacity:0.75;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	border-radius: 100%;
	height:8px;
	width:8px;
}
.dots-ab.dots-red .dots-ani{background:red;}
@keyframes ping{
	0% {
		opacity:0;
		border:0px solid red;
	}

	50% {
		opacity:0.6;
		border:5px solid red;
	}
	70% {
		opacity:0.4;
		border:6px solid red;
	}
	100% {
		opacity:0;
		border:8px solid red;
	}
}
.booking-bc__actions{
	padding: 15px 23px;
	background: #fff;
	position: relative;
}
.booking-bc__actions:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 40px;
	background: 0 0;
	border-bottom-left-radius: 10px;
	border-left: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	left: 15px;
	top: 0;
}
.booking-bc__actions .btn-booking-submit{
	display: block;
	height: 48px;
	line-height: 48px;
	background: #e8e8e8;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color:#000;
	position:relative;
}
.btn-booking-submit.has-disable{pointer-events:none;}
.btn-booking-submit.has-disable span{opacity: 0.5;}
.booking-bc__block.step-done{border-color:#fc3;}
.booking-bc__block:before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #e8e8e8;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: -11px;
}
.booking-bc__block.step-done:before{
	background:#fc3;
	z-index:2;
}
.booking-bc__block.step-current:before{
	position: absolute;
	content: '';
	background: #fc3;
	width: 12px;
	height: 12px;
	top: 7px;
	left: -7px;
	border-radius: 10px;
}
.booking-bc__block.step-current:after{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #fc3;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: -11px;
	animation: timeline-active .7s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes timeline-active {
	75%,to {
		transform: scale(1.2);
		opacity: 0
	}
}
-webkit-@keyframes timeline-active {
	75%,to {
		transform: scale(1.2);
		opacity: 0
	}
}
.booking-bc__block .first-item{
	background: #fff;
	width: 2px;
	height: 6px;
	position: absolute;
	top: 0;
	left: -2px;
}

.booking-bc__block .next-item {
	background: #e8e8e8;
	width: 2px;
	height: 6px;
	position: absolute;
	top: 0;
	left: -2px
}
.booking-bc__block.step-done .next-item{background:#fc3;}
.booking-bc__block.step-current .next-item{background:#fc3;}
.booking-bc-relative{position:relative;}
.booking-bc__site{
	background: #fff;
	min-height:60vh;
}
.booking-bc__site .booking-bc__header{background:#f7f7f7;}
.close-choose-bc{
	display: inline-block;
	position: absolute;
	left: 15px;
	line-height: 0;
	top: 50%;
	transform: translateY(-50%);
}
.booking-bc__site .booking-bc__search{
	background: #f7f7f7;
	padding: 16px;
}
.booking-bc__search .search-store-form{
	position: relative;
}
.booking-bc__search .search-store-form input{
	width: 100%;
	height: 48px;
	position: relative;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 18%);
	border: none;
	background: #fff;
	padding: 10px 15px 10px 40px;
	font-weight: bold;
}
.booking-bc__search .search-store-form button{
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
}
.booking-bc__site .store-regions{
	padding: 0 15px 30px;
}
.booking-bc__site .row-regions{
	padding:15px 0;
}
.booking-bc__site .row-regions:not(:last-child){
	border-bottom:1px solid #e8e8e8;
}
.booking-bc__site .regions-title{
	font-weight: bold;
	font-size: 16px;
}
.booking-bc__site .list-regions-show{margin:0;}
.booking-bc__site .list-regions-show .item-regions{
	display: inline-block;
	background: #889cbb;
	padding: 5px 12px;
	font-size: 14px;
	margin: 5px;
	border-radius: 4px;
	color: #fff;
	cursor:pointer;
}
.not-empty-bc{
	padding: 40px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.store-show{
	padding:15px 15px 30px
}
.store-filter{
	margin-bottom: 15px;
}
.store-filter .filter-district{
	border-radius: 4px;
	height: 35px;
	max-width: 225px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 16px;
	border: 1px solid #d1d1d1;
	outline: none;
	background:#fff;
}
.store-parking{
	display: -ms-flexbox;
	display: -webit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.store-parking h3{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.store-parking h3 span{
	font-weight: 400;
	font-size: 14px;
}
.checkbox-fk input{
	position:absolute;
	opacity:0;
}
.checkbox-fk label{
	height: 28px;
	width: 48px;
	background-color: #d1d1d1;
	border-radius: 20px;
	position:relative;
	cursor:pointer;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	margin:0;
}
.checkbox-fk label span{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}
.checkbox-fk input:checked + label span{
	left:calc(100% - 26px);
}
.checkbox-fk input:checked + label{
	background:#fc3
}
.store-list{margin:0;}
.store-list .store-item{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 15px 0;
	margin: 15px 0;
	cursor:pointer;
  align-items: center;
}
.store-list .store-item:not(:first-child){
	border-top: 1px solid #e8e8e8;
}
.store-item .{position:relative;
                        
  }
.store-item .store-image .have-parking{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fc3;
	line-height: 0;
	padding: 2px 3px;
}
.store-item .store-image{width:30%;}
.store-item .store-content{width:70%;padding-left:15px;}
.store-item .store-address{
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
}
.store-item .store-list-tag{margin-bottom:8px;}
.store-item .store-des{
	font-weight: 500;
}
.store-item .store-des a{
	text-decoration:underline;
	color:#1b65c1;
}
.booking-bc__nav{
	border-bottom: 1px solid #d1d1d1;
}
.booking-bc__nav .booking-nav__item{
	display: inline-block;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	cursor:pointer;
}
.booking-bc__nav .booking-nav__item.active{
	border-color:#fc3;
	font-weight:600;
}
.booking-bc__nav .booking-nav__item:hover{
	font-weight:600;
}
.booking-bc__service{
	background: #f7f7f7;
	position: relative;
}
.booking-service__row{
	background-color: #fff;
	padding: 0 8px 8px;
	margin-bottom: 8px;
}
.service-category{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 20px 8px 16px;
}
.service-category .service-category-name{
	font-weight: 600;
	font-size: 16px;
	color: #111;
	padding-right: 5px;
	text-transform: uppercase;
	margin: 0;
}
.service-category .service-category-number{
	font-weight: 500;
	font-size: 14px;
	color: #767676;
	white-space: nowrap;
}
.service-category-list{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.service-category-list .service-item{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 8px;
	margin: 5px 0;
}
.service-item .service-item-box{
	border: 1px solid #d1d1d1;
	padding: 0 8px 8px;
	border-radius: 6px;
}
.service-item .service-item-img img{width:100%;}
.service-item .service-item-content{margin-top:8px;}
.service-item h4{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	min-height: 37px;
}
.service-item .service-price{
	font-size:15px;
	font-weight: bold;
	margin:8px 0;
}
.service-item .service-actions a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 1px solid #000;
	border-radius: 4px;
	height: 35px;
	line-height: 35px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	font-weight: bold;
	color: #000;
}
.service-item .service-actions a .icon-tick{
	line-height: 0;
	margin-right: 5px;
}
.service-item .service-actions a:not(.has-choose) .icon-tick{
	display:none;
}
.service-item .service-actions a.has-choose{
	background:#fc3;
	border-color:#fc3;
}
.booking-service__actions{
	padding: 15px;
	background: #fff;
	position: sticky;
	position:-webkit-sticky;
	bottom: 0;
	left: 0;
	right: 0;
}
.booking-service__actions .btn-add-service{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #e8e8e8;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	color:#000;
}
.booking-bc__container{position:relative;}
.booking-bc__nav.scroll-fix{
	position: fixed;
	top: 0;
	width: 500px;
	background: #fff;
	z-index: 999;
}
.list-service-choose{
	margin-top: 15px;
}
.list-service-choose .service-text{
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-weight: 500;
}
.list-date-booking{
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 6%);
	left: 0;
	display:none;
}
.booking-bc__block-content.show-date .list-date-booking{display:block;}
.list-date-booking li{
	padding: 12px 24px 12px 24px;
	border-bottom: 1px solid #e8e8e8;
}
.list-date-render{margin-top:20px;position:relative;padding:0 2px;}
.list-date-render .swiper-button-next{
	right: -20px;
}
.list-date-render .swiper-button-prev{
	left: -26px;
}
.list-date-render:not(.render-time) .swiper-button-next,
.list-date-render:not(.render-time) .swiper-button-prev{
	opacity:0;
}
.list-date-render .swiper-button-next:after,.list-date-render .swiper-button-prev:after{
	font-size: 30px;
	color: #000;
}
.list-date-render .click-date{
	display:block;
	margin-bottom: 8px;
	margin-top:0 !important;
	position:relative;
}
.list-date-render .click-date .btn-popover{
	position:absolute;
	top:5px;
	right:5px;
}
.list-date-render .click-date .btn-popover img{width:20px;}
.list-date-render .click-date input{
	position:absolute;
	opacity:0;
}
.list-date-render .click-date label{
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.list-date-render .click-date.active-booking label{
    background: #ff3939;
  border-color:#ff3939;
    opacity: 0.8;
  pointer-events:none;
}
.list-date-render .click-date input:checked + label{
	background:#fc3;
	border-color:#fc3;
	color:#fff;
}
.list-date-render .click-date input:disabled + label{
	border: 1px solid #d1d1d1;
	background: #e8e8e8;
	color: #a3a3a3;
}
.list-note-row {margin-top: 20px;}

.list-note-head {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	justify-content: space-between;
}

.list-note-head h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.list-note-row textarea.note-textarea {
	width: 100%;
	height: 60px;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	padding: 5px 10px;
	color: #000;
	height: 65px;
	outline:none;
}
.booking-bc__block-content.error-valid{
	border-color: #f46969;
}
.booking-error{
	margin-top: 5px;
	color: #f46969;
}
.booking-error:not(.show-error){
	display:none;
}
.store-list-tag .store-tag{
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	padding: 2px 8px;
	margin-right: 5px;
}
.store-tag.tag-km{
	background: #f4933c;
}
.store-tag.tag-duration{
	background:#11b14b;
}
.store-list .store-item:first-child .store-tag.tag-km{
	background:#11b14b;
}
.bc-loading{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	visibility:hidden;
}
.bc-loading.show-loading{
	opacity:1;
	visibility:visible;
}
.bc-loading .spin-ring {
	animation: spin-load 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.spin-ring {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	padding: 5px;
	border: 2px dashed #4b9cdb;
	border-radius: 100%;
}
@keyframes spin-load {
	0 {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.booking-bc__block:not(.step-current) .bot-message{display:none;}
.bot-message{
	background: #ebf7ef;
	border: 1px solid #c1e4ca;
	box-sizing: border-box;
	border-radius: 8px;
	width: calc(100% + 40px);
	z-index: 1;
	margin-left: -30px;
	padding: 8px;
	margin-bottom: 15px;
}
.modal-booking{
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	overflow:hidden;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
	padding:15px;
}
.modal-booking.show-success{
	opacity:1;
	visibility:visible;
}
.modal-booking-container{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.modal-booking-inner{
	max-width: 500px;
	background: #fff;
	width: 100%;
	padding: 16px;
}
.modal-booking-head{
	padding: 24px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}
.modal-booking-head h3{
	margin: 0;
	color: #11b14b;
	font-weight: bold;
	font-size: 20px;
}
.booking-success-shop .shopname{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
.booking-success-shop .booking-success-actions{
	padding: 24px 0 12px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}
.booking-success-actions a{
	border: 1px solid #a3a3a3;
	border-radius: 4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 4px 12px;
	color:#000;
}
.booking-success-date{
	font-size: 16px;
	font-weight: 500;
	margin-bottom:20px;
}
.color-green{color:#11b14b;}
.border-scale{
	position:relative;
	padding-top: 20px;
}
.border-scale:before{
	position: absolute;
	content: '';
	width: calc(100% + 32px);
	background: #dfdfdf;
	height: 10px;
	top: 0;
	left: -16px;
}
.booking-success-order{
	margin-top: 24px;
}
.booking-success-order .success-order-title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.booking-success-order .booking-line{
	padding-bottom: 16px;

}
.booking-success-order .booking-line:not(:last-child){
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}
.booking-line .booking-line-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.booking-line .booking-line-content{
	font-size: 16px;
}
.booking-line .booking-line-content ul{margin:0;}
.booking-line .booking-line-content a{
	text-decoration: underline;
	color:#1890ff;
}
.booking-success-links{
	margin:0;
}
.booking-success-links li{
	padding: 16px 0;
	position: relative;
}
.booking-success-links li:before{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.booking-success-links li:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.booking-success-links li a{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	font-weight: 600;
	color:#000;
}
.booking-success-links li a .icon-actions{
	line-height: 1;
	display: inline-block;
	margin-right: 8px;
}
.booking-success-bottom{text-align:center;}
.booking-success-bottom a{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	background: #e8e8e8;
	padding: 8px 16px;
	font-weight: 600;
	color: #000;
	border-radius: 4px;
}
body.scroll-fix-success{overflow:hidden;}
.booking-note{margin-top:15px;}
#note{
	width: 100%;
	border: none;
	border-bottom: 1px solid #fabd05;
	padding: 5px;
	height: 35px;
	outline:none;
}
.booking-note textarea::-webkit-input-placeholder {
	font-weight:500;
	color:#999;
	font-size:16px;
}

.booking-note textarea:-moz-placeholder { /* Firefox 18- */
	font-weight:500;
	color:#999;
	font-size:16px;
}

.booking-note textarea::-moz-placeholder {  /* Firefox 19+ */
	font-weight:500;
	color:#999;
	font-size:16px;
}

.booking-note textarea:-ms-input-placeholder {
	font-weight:500;
	color:#999;
	font-size:16px;
}
.booking-bc__block-staff{margin-bottom:10px;}
.booking-bc__block.not-step .booking-bc__block-staff{pointer-events:none;}
.btn-all-staff{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-items: center;
	-webkit-align-items: center;
	color:#000 !important;
}
.btn-all-staff span{
	display: inline-block;
	margin: 0 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}
.btn-all-staff i{
	font-size: 18px;
	transition: all 0.3s;
}
.btn-all-staff.active i{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.list-booking-staff{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.staff-left{
	width: 20%;
	padding: 10px 0;
}
.staff-slide{
	width: 80%;
	position:relative;
}
.staff-item input{
	position:absolute;
	opacity:0;
	visibility:hidden;
}
.staff-item label{
	width: 70px;
	height: 70px;
	margin: 0;
	border-radius: 50px;
	border: 2px solid #fff;
	position: relative;
	cursor:pointer;
}
.staff-item:not(.staff-default) label img:not(.choose-icon){
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px;
}
.staff-item.staff-default label{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8e8e8;
}
.staff-item label .staff-image-2{display:none;}
.choose-icon{
	position:absolute;
	bottom:0;
	right:2px;
	display:none;
}
.staff-item input:checked + label{border-color:#f0b000;}
.staff-item.staff-default input:checked + label{background:#fff4b6;}
.staff-item input:checked + label .staff-image-1{display:none;}
.staff-item input:checked + label .staff-image-2{display:block;}
.staff-item input:checked + label .choose-icon{display:block;}
.staff-content *{color:#000;}
.booking-bc-content{
	background: #ebf7ef;
	border: 1px solid #c1e4ca;
	box-sizing: border-box;
	border-radius: 8px;
	z-index: 1;
	padding: 8px;
	margin-top: 15px;
}
.staff-content-top{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.staff-content-top .staff-name{
	font-weight: 600;
	margin: 0 15px 5px 0;
}
.staff-content-top .staff-skill{
	margin-bottom: 5px;
	font-weight: 600;
}
.staff-slide .swiper-button{
	width: 40px;
	height: 40px;
	background: #000;
	opacity: .5;
	border-radius: 50%;
	padding: 12px;
	display: flex;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.staff-slide .swiper-button.swiper-button-disabled{
	display:none;
}
.staff-slide .swiper-button.swiper-button-prev{
	left:0;
}
.staff-slide .swiper-button.swiper-button-next{
	right:0;
}
.staff-slide .swiper-button:after{display:none;}
.staff-slide:not(.render-time) .swiper-button-next, .staff-slide:not(.render-time) .swiper-button-prev{display:none}
.popover{
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
}
.popover .popover-content{padding:9px 5px;}
.popover .room-booking__info{
	margin: 0;
}
.room-booking__info li{
	font-size: 12px;
	padding: 2px 0;
}
.room-booking__info li span{
	color: #000;
	font-weight: 600;
	font-style: normal;
}
@media (max-width:767px){
	.list-date-render .swiper-button-next{
		right: 0px;
	}
	.list-date-render .swiper-button-prev{
		left: 0px;
	}
}
.store-image img{
  width: 100px
}
