:root {
	--dark-color: #0F172A;
	--white: #FFFFFF;
	--light-color: #64748B;
	--gray-light:#D1D5DB;
	--gray-light-50:#F5F5F5;
	--theme-color: #161716;
	--light-border:rgba(22, 23, 22, 0.08);
	--gray-color:#8C908C;
	--gray-light-2: #DFDFDF;
	--bg-head: linear-gradient(180deg,#fbfbfc 0%,#f5f6f8 100%);
	--head-text: #9aa1b0;
	--bg-page: #f4f5f7;
  	--border: #edeef1;
	--row-hover: #f4f5f7;
    --btn-bg: #1A1A1A;
    --bg: #FAF8F5;
    --surface: #FFFFFF;
    --border: #E8E3DC;
    --text-primary: #1A1A1A;
    --text-secondary: #7A7570;
    --accent: #8A9E8C;
    --accent-light: #EDF2EE;
    --selected-bar: #5C7A5E;
    --pill-bg: #1A1A1A;
    --pill-text: #FAF8F5;
    --btn-text: #FAF8F5;
    --gray-light-50: #F5F5F5;
    --light-border:rgba(22, 23, 22, 0.08);
    --light-gray-bg: #F5F5F5;
}
.payment-methods{
    padding-top:15px;
}
.payment-methods h4 {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
    padding-bottom: 10px;
}
.payment-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
    gap:12px;
    width: 100%;
    margin-bottom:15px;
    margin-top:10px
}
.payment-card{
    height:60px;
    border:1px solid #e5e7eb;
    border-radius:14px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.3s ease;
    padding:12px;
	min-width:inherit
}
.payment-card:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.1);
    border-color:#d1d5db;
}
.payment-card img{
    max-width:100%;
    max-height:42px;
    object-fit:contain;
}
.payment-btn{
    background:#111827;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
.payment-btn:hover{
    background:#000;
}
#authorize_payment,
#authorize_payment:hover {
    background:#08537d url(../images/authorized-login-hover.png) center no-repeat !important;
    background-size: 130px !important;
	font-size:0
}
#btnPaypalPay {
	background: #ffc439 url(../images/paypal-login-hover.png) center no-repeat; 
	background-size: 80px !important;
	padding: 0;
	position: relative;
	overflow: hidden; 
}
#btnStripePay,
#btnStripePay:hover {
    background:#635bff url(../images/strip-login-hover.png) center no-repeat !important;
    font-size:0;
    background-size: 80px !important;
}
#rzp-button1,
#rzp-button1:hover {
    background: #f9f9f9 url(../images/razorpaybtn.png) center no-repeat !important;
    background-size: 80px !important;
    font-size:0
}
#clover_payment,
#clover_payment:hover {
    background: #f9f9f9 url(../images/icons/clover-logo.svg) center no-repeat !important;
    background-size: 80px !important;
    font-size:0
}
#tabby_payment,
#tabby_payment:hover {
    background: #3affa0 url(../images/icons/tabby.png) center no-repeat !important;
    background-size: 80px !important;
    font-size:0
}
#tap_payment,
#tap_payment:hover {
    background: #fff url(../images/icons/tap-image.png) center no-repeat !important;
    background-size: 80px !important;
    font-size:0
}
#tamara_payment,
#tamara_payment:hover {
    background: #fff url(../images/icons/tamara-image.png) center no-repeat !important;
    background-size: 80px !important;
    font-size:0
}
#btnPaypalPay>div>iframe{/*visibility:hidden !important;*/}

.gap-2 {
	gap: 10px;
}
.align-items-start{align-items: start;}

/*time*/
.time-section{ width:100%;}
.time-availaible,.time-section {
  margin-top: 15px;
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(90px,1fr));
  gap: 6px;
  scrollbar-width: thin;
}
.time-availaible label,.time-section label {
    padding: 9px 6px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-primary);
    background: var(--bg);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s, color 0.12s;
    user-select: none;
    margin-bottom:0
}

.time-availaible label.active,.time-section label.active {
    background: var(--btn-bg);
    border-color: var(--btn-bg);
    color: #FFF;
}

.time-availaible label input[type="radio"],.time-section label input {
    position: absolute;
    opacity: 0
}
.no-appointment{
	background: #ff00001f;
	border-radius: 12px;
	padding: 12px;
	color: red;
	border: 1px solid #ff7070;
	display: flex;
}
.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
	min-width: 40px;
	flex: 0 0 46px;
	margin-bottom: 0;
}
.switch input {
	display: none;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	margin: auto;
	height: 100%;
	border-radius: 34px;
}
.switch input:checked + .slider {
	background-color: var(--btn-bg);
}
.switch .slider::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
.switch input:checked + .slider::before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}
.align-items-center {
  align-items: center;
}
.gap-10 {
  gap: 10px;
}
.flex {
  display: flex;
}
a#getAddress{
	border: none !important;
  	padding: 5px 15px;
  	font-size: 15px;
	width:auto;
	height:auto;
    background: var(--btn-bg);
    border-radius: 6px;
    display:inline-block;
    color:var(--white)
}
a#getAddress:hover{
    background: rgb(76, 76, 76);
    color: var(--white);
    text-decoration: none;
}
.section-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: var(--text-secondary);
	margin-bottom: 8px;
}
.info-cart,.show-deposit-amount{
    padding-top:12px
}
.booking-details textarea.form-control{
    height:100px;
    resize:none;
    overflow-y: auto;
    scrollbar-width: thin;
}


input#servicesKeyword,input#staffkeyword{
     background-image:url(../images/booknow-search.png);
     background-position:2% center;
     background-repeat: no-repeat;
     padding-left: 40px !important;
}