:root{--public-sans:"Public Sans";--merriweather:"Merriweather";--icon-font:"tawlity";--primary-color:#06402B;--secondary-color:#031B12;--black:#000000;--white:#FFFFFF;--border-color:#E6E7E7}body{font-family:var(--public-sans);font-size:16px;line-height:22px;color:var(--secondary-color);font-feature-settings:"pnum" on,"lnum" on}body,html{scroll-behavior:smooth}html{scroll-padding-top:100px}.loader-overlay{background:#FEF7E5;position:fixed;height:100dvh;width:100dvw;top:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.loader-overlay svg .svg-elem-1{stroke-dashoffset:202.40036010742188px;stroke-dasharray:202.40036010742188px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out 0s,fill .7s cubic-bezier(.47,0,.745,.715) .8s}.loader-overlay svg.active .svg-elem-1{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-2{stroke-dashoffset:191.9366912841797px;stroke-dasharray:191.9366912841797px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .12s,fill .7s cubic-bezier(.47,0,.745,.715) .9s}.loader-overlay svg.active .svg-elem-2{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-3{stroke-dashoffset:120.46018981933594px;stroke-dasharray:120.46018981933594px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .24s,fill .7s cubic-bezier(.47,0,.745,.715) 1s}.loader-overlay svg.active .svg-elem-3{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-4{stroke-dashoffset:163.49693298339844px;stroke-dasharray:163.49693298339844px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .36s,fill .7s cubic-bezier(.47,0,.745,.715) 1.1s}.loader-overlay svg.active .svg-elem-4{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-5{stroke-dashoffset:354.4158020019531px;stroke-dasharray:354.4158020019531px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .48s,fill .7s cubic-bezier(.47,0,.745,.715) 1.2000000000000002s}.loader-overlay svg.active .svg-elem-5{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-6{stroke-dashoffset:227.16883850097656px;stroke-dasharray:227.16883850097656px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .6s,fill .7s cubic-bezier(.47,0,.745,.715) 1.3s}.loader-overlay svg.active .svg-elem-6{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-7{stroke-dashoffset:192.17823791503906px;stroke-dasharray:192.17823791503906px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .72s,fill .7s cubic-bezier(.47,0,.745,.715) 1.4000000000000001s}.loader-overlay svg.active .svg-elem-7{stroke-dashoffset:0;fill:rgb(6,64,43)}.loader-overlay svg .svg-elem-8{stroke-dashoffset:509.8559875488281px;stroke-dasharray:509.8559875488281px;fill:transparent;transition:stroke-dashoffset 1s ease-in-out .84s,fill .7s cubic-bezier(.47,0,.745,.715) 1.5s}.loader-overlay svg.active .svg-elem-8{stroke-dashoffset:0;fill:rgb(255,255,255)}h1,h2,h3,h4,h5,h6{font-family:var(--merriweather)}a{color:var(--secondary-color);text-decoration:unset}ul{list-style:none;margin:0;padding:0}.container{max-width:1328px;width:100%;padding:0 16px}.form-group{margin-bottom:24px}.form-label{display:block;font-size:16px;color:var(--secondary-color);margin-bottom:8px}.form-input,.form-label{font-weight:500;line-height:20px}.form-input{height:48px;border:1px solid var(--border-color);border-radius:12px;background:var(--white);padding-inline:16px;font-size:14px;width:100%}.form-input:focus{outline:none;box-shadow:unset;border:1px solid var(--primary-color)}textarea.form-input{padding:14px 16px;min-height:88px}.form-group .icon-btn{position:relative}.form-group .icon-btn .form-input{-webkit-padding-end:45px;padding-inline-end:45px}.form-group .icon-btn .eye-btn{background:transparent;border:0;padding:0;position:absolute;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;color:var(--secondary-color);top:14px;inset-inline-end:16px}.form-group .icon-btn .eye-btn i{display:flex}.form-checkbox{position:relative}.form-checkbox input{position:absolute;top:0;left:0;width:0;opacity:0}.form-checkbox span{font-weight:500;font-size:16px;line-height:20px;display:block;-webkit-padding-start:32px;padding-inline-start:32px;color:var(--secondary-color);cursor:pointer}.form-checkbox span:before{content:"\e911";font-family:icomoon!important;width:22px;height:22px;border:1px solid var(--border-color);border-radius:5px;position:absolute;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:12px;top:0;inset-inline-start:0;color:transparent;transition:all .3s ease-in-out}.form-checkbox input:checked~span:before{border:1px solid var(--secondary-color);color:var(--white);background:var(--secondary-color)}.btns,.btns-border{background:var(--primary-color);color:#F4EEBA;font-weight:600;font-size:16px;line-height:22px;padding:12px 23px;border:1px solid var(--primary-color);width:100%;border-radius:12px;display:block;text-transform:capitalize;text-align:center;transition:all .3s ease-in-out}.btns:hover{background:#F4EEBA;border:1px solid #f4eeba;color:var(--primary-color)}.btns-border{border:1px solid var(--primary-color);background:transparent;color:var(--secondary-color)}.btns-border:hover{background:#F4EEBA;border:1px solid #f4eeba}.form-select{padding:0;border:0;background-color:transparent}.form-select .select__control,.form-select .select__control:hover{min-height:48px;border:1px solid var(--border-color);border-radius:12px;box-shadow:unset}.form-select .select__control.select__control--is-focused{border:1px solid var(--primary-color)}.form-select .select__value-container{-webkit-padding-start:16px;padding-inline-start:16px}.form-select .select__input-container,.form-select .select__input-container input,.form-select .select__single-value{font-family:var(--public-sans);font-size:14px;line-height:20px;font-weight:500;color:#B1B5B3}.form-select .select__single-value{color:var(--secondary-color)}.form-select .select__option{font-size:14px;line-height:20px;color:var(--secondary-color);cursor:pointer}.form-select .select__option--is-focused{background:#FEF7E5!important;color:var(--secondary-color)}.form-select .select__option--is-selected{color:var(--white);background:var(--primary-color)!important}.form-select .select__indicator svg,.form-select .select__indicator-separator,.form-select .select__indicator.select__clear-indicator{display:none}.form-select .select__indicator:before{content:"\e90a";font-family:icomoon!important;font-size:12px;line-height:12px;color:var(--secondary-color)}.form-select .select__menu-list::-webkit-scrollbar{width:3px}.form-select .select__menu-list::-webkit-scrollbar-track{background:var(--border-color);border-radius:10px}.scrollbar .select__menu-list::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:10px}.scrollbar::-webkit-scrollbar{width:10px}.scrollbar::-webkit-scrollbar-track{background:transparent;padding:2px}.scrollbar::-webkit-scrollbar-thumb{border-radius:10px;width:8px;background:var(--border-color)}.common-model{background:#031B12B2}.common-model .modal-dialog{max-width:636px}.common-model .modal-content{border-radius:16px}.model-close{width:32px;height:32px;background:var(--secondary-color);border-radius:50%;border:0;font-size:14px;line-height:14px;-webkit-margin-start:auto;margin-inline-start:auto;color:var(--white);padding:0}.model-close,.model-close span{display:flex;align-items:center;justify-content:center;font-weight:400;transition:all .3s ease-in-out}.model-close:focus,.model-close:hover{background:var(--primary-color);border:0;outline:unset}body.modal-open{overflow:hidden}.modal.fade{opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease-in-out}.modal.fade.show{opacity:1;visibility:visible;pointer-events:unset}.modal-header .header-title{margin-bottom:0;font-weight:400;font-size:24px;line-height:32px;font-family:var(--merriweather);color:var(--secondary-color)}.model-close:hover span,.remove-btn:hover i{transform:rotate(180deg)}.admin-headre{padding:20px 32px 19px 16px;border-bottom:1px solid var(--border-color);background:var(--white)}.admin-headre .logo{height:32px;display:flex}.admin-headre .logo img{width:100%;height:100%;object-fit:contain}.admin-headre .user-profile{display:flex;align-items:center;justify-content:center;gap:8px}.admin-headre .user-profile .img{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.admin-headre .user-profile .img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.admin-headre .user-profile p{font-weight:600;font-size:16px;line-height:22px;text-transform:capitalize;margin-bottom:0}.section-title{margin-bottom:48px}.section-title .title{font-weight:400;font-size:32px;line-height:40px;text-align:center;color:var(--secondary-color);margin-bottom:9px}.section-title p{font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#555E5B}.registration-page{background:#FEF7E5}.auth-page{min-height:100dvh;-webkit-padding-end:40px;padding-inline-end:40px;padding-block:40px}.account-info-wrapper{max-width:664px;width:100%;padding:0 15px}.registration-info{width:100%}.auth-images-box{max-width:558px;width:100%;background:#F4EEBA url(/_next/static/media/auth-img.d16bd10e.svg) no-repeat;border-radius:16px}.auth-images-box .top-img{padding-top:61.5%;position:relative}.auth-images-box .top-img img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}.auth-images-body{margin:40px 0 89px}.auth-images-body h5{font-weight:400;font-size:32px;line-height:56px;text-align:center;color:var(--primary-color);max-width:349px;width:100%;margin:0 auto 32px}.auth-images-body ul{flex-direction:column;gap:32px}.auth-images-body ul,.auth-images-body ul li{display:flex;align-items:center;justify-content:center}.auth-images-body ul li{background:#FEF7E5;border-radius:100px;padding:8px 24px;font-weight:500;font-size:18px;line-height:21px;text-align:center;width:-moz-fit-content;width:fit-content;color:var(--secondary-color);gap:8px}.auth-images-body ul li span{display:flex;align-items:center;justify-content:center;min-width:24px;max-width:24px;height:24px;font-size:19px;line-height:19px}.auth-images-body ul li span i{font-weight:700;display:flex}.account-info-wrapper .logo{max-width:206px;width:100%;display:flex;margin-bottom:64px}.account-info-wrapper .logo img{width:100%}.auth-title{margin-bottom:48px}.auth-title h4{font-weight:400;font-size:32px;line-height:40px;color:var(--secondary-color);margin-bottom:8px}.auth-title p{font-weight:500;font-size:16px;line-height:22px;color:#555E5B;margin-bottom:0}.account-info-wrapper .btns{margin-top:48px}.already-account-box{text-align:center;font-weight:500;font-size:16px;line-height:22px;color:#555E5B;margin:42px 0 0}.already-account-box a,.already-account-box button{font-weight:700;color:var(--secondary-color);padding:0;background:transparent;border:0;transition:all .3s ease-in-out}.already-account-box a:hover,.already-account-box button:hover{color:var(--primary-color)}.verifyemail-page .auth-title{margin-bottom:24px}.verifyemail-page .email-edit{display:flex;align-items:center;gap:8px;margin-bottom:24px}.verifyemail-page .email-edit p{margin-bottom:0;font-weight:500;font-size:16px;line-height:20px;color:var(--secondary-color)}.verifyemail-page .email-edit button{width:24px;height:24px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:18px;transition:all .3s ease-in-out}.verifyemail-page .email-edit button:hover{color:var(--primary-color)}.otp-box-list{display:flex;align-items:center;gap:12px}.otp-box-list .otp-box{width:64px}.otp-box-list .otp-box .form-input{height:64px;text-align:center;font-size:18px;padding:0}.auth-images-box.login-images-box{background:#FEEBA7 url(/_next/static/media/login-bg.efbdb436.svg) no-repeat;-webkit-padding-before:22px;padding-block-start:22px}.login-images-box .auth-images-body h5{max-width:355px}.auth-images-box.login-images-box .top-img{padding-top:60%}.login-images-box .auth-images-body{margin:114px 0 57px}.forgot-link{font-weight:700;font-size:16px;line-height:22px;text-align:center;width:-moz-fit-content;width:fit-content;margin:48px auto 0;display:block;transition:all .3s ease-in-out}.forgot-link:hover{color:var(--primary-color)}.login-page .btns{margin-top:24px}.complete-profile{position:relative}.complete-profile:after,.complete-profile:before{content:"";width:-moz-fit-content;width:fit-content;-webkit-padding-start:26.5%;padding-inline-start:26.5%;height:100dvh;background:url(/_next/static/media/complete-profile-left.a8e7509a.svg) no-repeat 0/contain;display:flex;position:absolute;top:0;inset-inline-start:0}.complete-profile:after{content:"";width:-moz-fit-content;width:fit-content;-webkit-padding-start:unset;padding-inline-start:unset;-webkit-padding-end:26.5%;padding-inline-end:26.5%;inset-inline-start:unset;inset-inline-end:0}.complete-profile:after,html[dir=rtl] .complete-profile:before{background:url(/_next/static/media/complete-profile-right.82608e6d.svg) no-repeat 100%/contain}html[dir=rtl] .complete-profile:after{background:url(/_next/static/media/complete-profile-left.a8e7509a.svg) no-repeat 0/contain}.account-info-wrapper .back-btn,.complete-profile .back-btn{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:24px auto 0;font-weight:600;font-size:16px;line-height:22px;gap:8px;color:var(--secondary-color);transition:all .3s ease-in-out}.account-info-wrapper .back-btn span,.complete-profile .back-btn span{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:18px;line-height:18px}.account-info-wrapper .back-btn span i,.complete-profile .back-btn span i{display:flex}.account-info-wrapper .back-btn:hover,.complete-profile .back-btn:hover{color:var(--primary-color)}.complete-profile{height:100dvh;overflow:hidden;padding:32px 16px 48px;background:#F4EEBA}.complete-profile .logo{max-width:206px;width:100%;display:flex;margin-bottom:24px}.complete-profile .logo img{width:100%}.complete-profile .step-number{font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#555E5B;margin-bottom:24px}.complete-profile .complete-profile-form{height:calc(100% - 120px);max-width:566px;width:100%;display:flex;border-radius:16px;flex-direction:column}.complete-profile.complete-table-layout .complete-profile-form{height:calc(100% - 72px)}.complete-profile .complete-profile-about{height:100%;background:var(--white);padding:32px;overflow:hidden;overflow-y:auto;border-radius:16px;box-shadow:0 0 32px 0 #031B1229}.complete-profile .box-title{margin-bottom:24px}.complete-profile .box-title h5{font-weight:400;font-size:32px;line-height:40px;text-align:center;color:var(--secondary-color);margin-bottom:8px}.complete-profile .box-title p{margin-bottom:0;font-family:Public Sans;font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#555E5B}.complete-profile .form-radio{margin-bottom:24px}.complete-profile .radio-list{display:flex;align-items:center;gap:16px}.complete-profile .radio-item{display:block;flex:1 1}.complete-profile .radio-item input{position:absolute;top:0;opacity:0;width:0}.complete-profile .radio-info{padding:11px 15px;-webkit-padding-end:40px;padding-inline-end:40px;background:var(--white);border:1px solid var(--border-color);border-radius:12px;position:relative;cursor:pointer;transition:all .3s ease-in-out}.complete-profile .radio-info .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.complete-profile .radio-info .icon i{font-size:36px;line-height:36px;color:#555E5B;display:flex}.complete-profile .radio-info p{font-weight:500;font-size:14px;line-height:20px;color:var(--secondary-color);margin-bottom:0}.complete-profile input:checked~.radio-info{background:#FEEBA7}.complete-profile .radio-info:before{width:20px;height:20px;border:1px solid var(--border-color);top:13px;inset-inline-end:17px}.complete-profile .radio-info:after,.complete-profile .radio-info:before{content:"";border-radius:50%;position:absolute;pointer-events:none;transition:all .3s ease-in-out}.complete-profile .radio-info:after{width:12px;height:12px;background:transparent;top:17px;inset-inline-end:21px}.complete-profile input:checked~.radio-info:before{border:1px solid var(--primary-color)}.complete-profile input:checked~.radio-info:after{background:var(--primary-color)}.dollar-icon{position:relative}.dollar-icon .form-input{-webkit-padding-start:59px;padding-inline-start:59px}.dollar-icon span{width:47px;height:46px;background:var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:500;font-size:28px;line-height:100%;color:#555E5B;position:absolute;top:1px;inset-inline-start:1px;border-start-start-radius:12px;border-end-start-radius:12px}.complete-profile .add-branch-btn{border:0;background:0;padding:0;display:flex;align-items:center;color:var(--secondary-color);font-weight:600;font-size:14px;line-height:20px;text-decoration:unset;gap:4px;margin-top:8px;transition:all .3s ease-in-out}.complete-profile .add-branch-btn i{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:12px;line-height:12px}.complete-profile .add-branch-btn:hover{color:var(--primary-color)}.border-gradient{width:100%;height:2px;background:linear-gradient(90deg,rgba(230,231,231,0) 0,var(--border-color) 50%,rgba(230,231,231,0) 100%);margin-bottom:24px}.upload-media .upload-box{padding:16px;border-radius:12px;border:2px dashed var(--border-color);display:flex;align-items:center;position:relative;justify-content:center;background:var(--white)}.upload-media .upload-box-inner{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;font-weight:500;font-size:16px;line-height:20px;color:var(--secondary-color)}.upload-media .upload-list{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.upload-media .upload-item{min-width:80px;max-width:80px}.upload-media .upload-item .images{width:80px;height:80px;border-radius:16px;position:relative;overflow:hidden}.upload-media .upload-item .images img{height:100%;width:100%;object-fit:cover;border-radius:16px}.upload-media .upload-item .images:before{content:"";width:100%;height:100%;background:#00000033;position:absolute;top:0;left:0;pointer-events:none}.upload-media .upload-item .remove-btn{position:absolute;top:4px;inset-inline-end:4px;width:20px;height:20px;background:var(--white);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:9px;padding:0;color:var(--secondary-color);line-height:9px;border:0;transition:all .3s ease-in-out}.upload-media .upload-item .remove-btn:hover{background:var(--primary-color);color:var(--white)}.upload-media .upload-item .remove-btn i{display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.upload-media .upload-item .images-name{width:100%;margin-bottom:0;font-weight:500;font-size:14px;line-height:20px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.complete-profile .button-group{margin-top:24px}.complete-profile .button-group .btns{max-width:196px;width:100%}.complete-profile .button-group .btns:hover{border:1px solid var(--primary-color)}.complete-profile .back-btn{margin:0;padding:0;border:0;background:transparent}.hours-operation .week-day-item{justify-content:space-between;margin-bottom:16px}.hours-operation .week-day-item,.hours-operation .week-day-item .time-box{display:flex;align-items:center;gap:16px}.hours-operation .form-select{min-width:132px;width:100%}.hours-operation .form-select .select__control,.hours-operation .form-select .select__control:hover{min-height:32px;width:100%;border-radius:8px}.hours-operation p{margin-bottom:0}.add-branch-profile{padding:16px;background:#FEF7E5;border-radius:12px}.tabs-buttons{margin-bottom:8px}.nav-tabs-list{display:flex;align-items:center;gap:10px;padding:5px 7px;border:1px solid var(--border-color);border-radius:16px;overflow:auto}.nav-tabs-list .tab-btns{background:transparent;border:0;padding:8px 16px;border-radius:12px;font-family:Public Sans;font-weight:600;font-size:16px;line-height:20px;color:var(--secondary-color);white-space:nowrap;transition:all .3s ease-in-out}.nav-tabs-list .tab-btns.active{background:var(--secondary-color);color:var(--white)}.under-review-model .modal-header{border:0;padding:24px 24px 0}.under-review-model .modal-body{padding:0 24px 40px}.under-review-wrapper .icon{width:104px;height:104px;background:#FEEBA7;border-radius:16px;font-size:64px;line-height:64px;color:var(--primary-color);margin-bottom:32px}.under-review-wrapper h5{font-weight:400;font-size:24px;line-height:32px;text-align:center;margin-bottom:8px}.under-review-wrapper p{font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#555E5B;margin-bottom:32px}.under-review-wrapper .btns{max-width:172px;width:100%;margin:0 auto;display:block}.rejection-model .modal-header{border:0;padding:24px 24px 0}.rejection-model .modal-body{padding:0 24px 40px}.rejection-wrapper .icon{width:104px;height:104px;background:#FFEBEE;border-radius:16px;font-size:64px;line-height:64px;color:#dc3545;margin-bottom:32px}.rejection-wrapper h5{font-weight:400;font-size:24px;line-height:32px;text-align:center;margin-bottom:8px;color:#dc3545}.rejection-wrapper p{font-weight:500;font-size:16px;line-height:22px;text-align:center;color:#555E5B;margin-bottom:24px}.rejection-wrapper .rejection-reason{background:#FFF5F5;border:1px solid #fed7d7;border-radius:8px;padding:16px;margin-bottom:32px;text-align:left}.rejection-wrapper .rejection-reason strong{color:#dc3545;font-weight:600;font-size:14px;display:block;margin-bottom:8px}.rejection-wrapper .rejection-reason .reason-text{color:#2D3748;font-size:14px;line-height:20px;margin:0}.rejection-wrapper .btns{width:100%;margin:0 auto;display:block;background-color:#dc3545;border-color:#dc3545}.rejection-wrapper .btns:hover{background-color:#c82333;border-color:#bd2130}.complete-profile-wrapper .tables-select{display:flex;gap:16px}.complete-profile-wrapper .tables-select .form-group{flex:1 1}.example-image-box{margin-top:48px}.example-image-box .img-box{max-width:240px;width:100%;display:flex}.example-image-box .img-box img{width:100%;height:100%;object-fit:contain}.pricing-page{background:#FEF7E5;min-height:100dvh}.pricing-wrapper{padding:72px 0}.plans-owner-price{border:1px solid var(--border-color);border-radius:16px;background:var(--white);height:100%;box-shadow:0 4px 16px 0 #00000014;overflow:hidden;display:flex;flex-direction:column}.plans-owner-price h5{padding:11px 15px;background:#FEF7E5;font-family:var(--public-sans);font-weight:600;font-size:20px;line-height:24px;text-transform:uppercase;color:var(--secondary-color);margin-bottom:0}.plans-owner-price.pro h5{background:#F4EEBA}.plans-owner-price.premium h5{background:var(--primary-color);color:var(--white)}.plans-owner-price .price-content{padding:32px 15px 15px;display:flex;flex-direction:column;height:100%}.plans-owner-price .price{font-family:var(--merriweather);font-weight:400;font-size:40px;line-height:40px;padding-bottom:33px;margin-bottom:32px;position:relative;display:flex;align-items:center;gap:11px}.plans-owner-price .price span{font-family:var(--public-sans)!important;font-weight:500;font-size:16px;line-height:22px;color:#555E5B}.plans-owner-price .price:before{content:"";width:100%;height:2px;background-image:linear-gradient(90deg,var(--border-color),var(--border-color) 70%,transparent 70%,transparent 100%);background-size:15px 5px;position:absolute;bottom:0;left:0}.plans-owner-price .included{margin-bottom:16px}.plans-owner-price .included h6,.subscription-paln .included h6{font-family:var(--public-sans);font-weight:600;font-size:18px;line-height:21px;margin-bottom:16px}.plans-owner-price .included li,.subscription-paln .included li{font-weight:500;font-size:16px;line-height:24px;color:#555E5B;position:relative;-webkit-padding-start:32px;padding-inline-start:32px;margin-bottom:16px}.plans-owner-price .included li:before,.subscription-paln .included li:before{content:"\e907";font-family:icomoon!important;position:absolute;top:0;inset-inline-start:0;width:24px;height:24px;font-size:23px;line-height:23px;display:flex;align-items:center;justify-content:center;color:var(--secondary-color)}.plans-owner-price .btns-border{margin-top:auto}.plans-owner-box .row{--bs-gutter-y:24px}.subscribe-section{background:#FEF7E5;min-height:100dvh;padding:72px 0;display:flex}.subscribe-section .container{min-height:100%}.subscribe-section .container .row{height:100%}.payment-infomation{max-width:540px;height:100%;display:flex;flex-direction:column}.payment-infomation .back-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:0;width:-moz-fit-content;width:fit-content;font-weight:700;font-size:16px;line-height:20px;color:var(--secondary-color);margin-bottom:64px;gap:8px}.payment-infomation .back-btn span{width:20px;height:20px;font-size:20px;line-height:20px}.payment-infomation .logo a{max-width:206px;display:flex;margin-bottom:64px}.payment-infomation .logo a img{width:100%;object-fit:contain}.amount-pay-box{margin-bottom:48px}.amount-pay-box p{font-weight:600;font-size:20px;line-height:24px;color:var(--secondary-color);margin-bottom:16px}.amount-pay-box .plan{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px;border-radius:16px;background:var(--primary-color);color:var(--white);font-weight:500;font-size:18px;line-height:22px;text-transform:uppercase}.amount-pay-box .plan h6{font-family:var(--merriweather);font-weight:400;font-size:32px;line-height:40px;margin-bottom:0}.payment-infomation .info{font-weight:500;font-size:16px;line-height:22px;display:flex;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;margin-bottom:16px;color:#555E5B}.payment-infomation .info i{font-size:18px;line-height:18px;display:flex}.payment-infomation .powere-by{margin-top:auto}.payment-infomation .powere-by .inner-img{display:flex;font-weight:500;font-size:16px;line-height:20px;color:#8F9CA2;gap:16px}.payment-infomation .powere-by .link-div a{font-weight:500;font-size:16px;line-height:20px;color:#8F9CA2;text-decoration:unset}.payment-infomation .powere-by .link-div a:hover{color:var(--primary-color)}.payment-form{height:100%;padding:24px 16px;background:var(--white);box-shadow:0 1px 12px 0 #0B273529;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-direction:column}.payment-form form{max-width:520px;width:100%;margin:0 auto}.pay-inner-box{box-shadow:0 1px 2px 0 #00000012;border:1px solid #e5e5e5;border-radius:12px}.pay-inner-box input{flex:1 1;border:0;height:48px;padding:0 16px;font-size:14px;line-height:20px;font-weight:500;border-radius:12px;width:100%}.pay-inner-box input:focus{outline:none}.pay-inner-box .inner-box input{width:100%;height:48px;border:0;border-bottom:1px solid var(--border-color);border-radius:12px 12px 0 0}.pay-inner-box .cvc-input{-webkit-border-start:1px solid var(--border-color);border-inline-start:1px solid var(--border-color);border-radius:0 0 12px 0}.pay-inner-box .form-select{border:0;min-height:48px}.pay-inner-box .form-select input{height:auto}.pay-inner-box .form-select{border-radius:12px 12px 0 0}.pay-inner-box .form-select .select__control,.pay-inner-box .form-select .select__control:hover{border-radius:12px 12px 0 0;border:0;border-bottom:1px solid var(--border-color)}.pay-inner-box .zip-input input{border-radius:0 0 12px 12px}.clicking-text{text-align:center;font-size:14px;line-height:20px;color:#525252;font-weight:500;margin:50px 0 0}.clicking-text a{font-weight:700;color:#525252;text-decoration:unset}.clicking-text a:hover{color:var(--primary-color)}.card-number{-webkit-padding-end:132px!important;padding-inline-end:132px!important;background-image:url(/_next/static/media/cards.c541fd95.svg)}.card-number,.cvc-input{background-position:center right 20px;background-repeat:no-repeat}.cvc-input{-webkit-padding-end:52px!important;padding-inline-end:52px!important;background-image:url(/_next/static/media/cvc.bd85743a.svg)}.pay-successful-wrapper{max-width:540px;margin:0 auto;padding:24px 0}.pay-successful-wrapper .icon{width:116px;height:116px;border-radius:50%;margin-bottom:24px}.pay-successful-wrapper .icon img{width:100%;height:100%;border-radius:50%;object-fit:contain}.pay-successful-wrapper p{color:#555E5B;margin-bottom:0}.pay-successful-wrapper .tran-id,.pay-successful-wrapper p{font-weight:500;font-size:16px;line-height:20px;text-align:center}.pay-successful-wrapper .tran-id{background:var(--border-color);width:-moz-fit-content;width:fit-content;margin:0 auto 8px;padding:4px 8px;border-radius:8px;font-family:Public Sans;color:var(--secondary-color)}.pay-successful-wrapper h5{font-weight:400;font-size:24px;line-height:32px;text-align:center;color:var(--secondary-color);margin-bottom:8px}.pay-successful-wrapper .btns{margin:36px auto 0;max-width:198px;width:100%}.common-table{border:1px solid var(--border-color);border-radius:16px;overflow:auto}.common-table table{margin-bottom:0}.common-table tr th{background:#F7F8F8;font-weight:600;font-size:14px;line-height:18px;color:#555E5B;white-space:nowrap;padding:8px 16px}.common-table tr td,.common-table tr th{font-family:var(--public-sans);border-bottom:1px solid var(--border-color)}.common-table tr td{font-weight:500;font-size:16px;line-height:24px;vertical-align:middle;padding:16px;color:var(--secondary-color)}.common-table tr:last-child td{border:0}.common-table .status{min-width:80px;display:flex;align-items:center;justify-content:center;padding:2px;font-weight:500;font-size:16px;line-height:20px;width:-moz-fit-content;width:fit-content;border-radius:8px;color:#388E3C;background:#E8F5E9}.common-table .status.text-danger{background:#FEEEEE;color:#EF5350}.common-table .status.text-warning{background:#FEEBA7;color:var(--secondary-color)!important}.common-table .action-btn{display:flex;align-items:center;justify-content:center;font-size:16px;line-height:22px}.admin-dashboard{height:100dvh;width:100%;overflow:hidden;display:flex;flex-direction:column}.main-dashboard{height:calc(100% - 72px);padding:16px;-webkit-padding-end:0;padding-inline-end:0}.admin-sidebar{background:#F7F8F8;display:flex;flex-direction:column;min-width:256px;max-width:256px;width:256px;border-radius:16px;padding:16px 0;height:100%;overflow:auto}.sidebar-item{margin-bottom:48px}.sidebar-item h6{font-family:var(--public-sans);font-weight:600;font-size:18px;line-height:21px;margin-bottom:16px;color:#555E5B}.sidebar-item .menu-item .manu-link,.sidebar-item .menu-item .submenu-item{padding:8px;border-radius:8px;margin-bottom:16px;font-weight:500;font-size:16px;line-height:20px;gap:8px;border:0;background:transparent;color:var(--secondary-color);transition:all .3s ease-in-out}.sidebar-item .menu-item span{min-width:24px;max-width:24px;height:24px;font-size:20px;line-height:20px}.sidebar-item .menu-item .manu-link:hover,.sidebar-item .menu-item .submenu-item:hover,.sidebar-item .menu-item.active .manu-link,.sidebar-item .submenu li.active .submenu-item{background:var(--primary-color);color:#F4EEBA}.sidebar-item .submenu-item.manu-link{margin-bottom:6px}.sidebar-item .submenu li:last-child .submenu-item.manu-link{margin-bottom:16px}.sidebar-item .submenu{padding-left:12px}.sidebar-wrapper{height:100%;overflow:auto;padding:0 16px}.sidebar-wrapper::-webkit-scrollbar{width:3px}.sidebar-wrapper::-webkit-scrollbar-track{background:transparent;border-radius:10px}.sidebar-wrapper::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:10px}.admin-sidebar .logout-box{padding:0 16px}.admin-sidebar .logout-box .logout-btn{border:0;background:transparent;color:#EF5350;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;line-height:20px;padding:0 8px;gap:8px;transition:all .3s ease-in-out}.admin-sidebar .logout-box .logout-btn span{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:20px}.admin-sidebar .logout-box .logout-btn:hover{color:var(--secondary-color)}.main-dashboard .admin-content{width:100%;padding:16px 32px;height:100%;overflow:auto;scroll-behavior:smooth}.admin-title{margin-bottom:32px}.admin-title .title{font-weight:400;font-size:40px;line-height:48px;color:var(--secondary-color);margin-bottom:8px}.admin-title p{font-weight:500;font-size:16px;line-height:22px;color:#555E5B;margin-bottom:0}.profile-page{max-width:728px;width:100%}.profile-page .profile-info{border:1px solid var(--border-color);border-radius:16px;overflow:hidden;position:relative}.profile-page .profile-info:before{content:"";width:100%;height:77px;background:#F4EEBA;position:absolute;top:0;left:0;pointer-events:none}.profile-page .profile-info{padding:24px}.profile-info .profile-img{align-items:flex-end;gap:12px;position:relative;z-index:1;margin-bottom:24px}.profile-info .profile-img .img{width:112px;height:112px;border-radius:50%;border:4px solid var(--white)}.profile-info .profile-img img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-info .changes-text{font-weight:600;font-size:16px;line-height:22px;color:var(--secondary-color);gap:4px;margin-bottom:15px}.profile-info .changes-text i{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.profile-info .info{display:flex;font-weight:500;font-size:14px;line-height:20px;color:#555E5B;gap:2px;margin:-16px 0 24px}.profile-info .info i{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:16px;line-height:20px}.profile-info .btns{max-width:205px;width:100%;-webkit-margin-start:auto;margin-inline-start:auto}.admin-sidebar .close-btn{width:32px;height:32px;display:none;background:var(--secondary-color);border-radius:50%;border:0;font-size:14px;line-height:14px;-webkit-margin-start:auto;margin-inline-start:auto;color:var(--white);padding:0;position:absolute;top:16px;inset-inline-end:16px}.admin-sidebar .close-btn,.admin-sidebar .close-btn span{align-items:center;justify-content:center;font-weight:400;transition:all .3s ease-in-out}.admin-sidebar .close-btn span{display:flex}.admin-sidebar .close-btn:hover span{transform:rotate(180deg)}.bar-icon{width:32px;height:32px;display:none;align-items:center;justify-content:center;font-size:18px;line-height:18px;font-weight:400;border:0;background:var(--primary-color);color:#F4EEBA;border-radius:5px}.bar-icon i{display:flex}.subscription-card{background:url(/_next/static/media/card-bg.fee20dca.svg) no-repeat 50%/cover;max-width:352px;padding:16px;border-radius:16px;margin-bottom:16px}.subscription-card .card-header{margin-bottom:40px;gap:12px}.subscription-card .card-header .icon{height:24px;width:75px;display:flex;align-items:center}.subscription-card .card-header .icon img{width:100%;height:100%;object-fit:contain}.subscription-card .card-header .detele-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary-color);border:0;padding:0;font-size:16px;line-height:16px;color:var(--white)}.subscription-card .card-header .detele-btn i{display:flex}.subscription-card .card-body .card-number{padding:0!important;background:transparent;font-weight:600;font-size:18px;line-height:21px;color:var(--white);margin-bottom:2px}.subscription-card .card-body .expire-date{font-size:16px;line-height:22px;margin-bottom:0;font-weight:500;color:var(--white)}.subscription-paln{background:#F4EEBA;padding:16px;border-radius:16px;margin-bottom:56px}.subscription-paln .paln-info{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--white)}.subscription-paln .name-price p{font-weight:600;font-size:20px;line-height:100%;text-transform:uppercase;margin-bottom:16px;color:var(--secondary-color)}.subscription-paln .name-price .price{font-family:var(--merriweather);font-weight:400;font-size:40px;line-height:40px;position:relative;display:flex;align-items:center;gap:11px;color:var(--secondary-color)}.subscription-paln .name-price .price span{font-family:var(--public-sans)!important;font-weight:500;font-size:16px;line-height:22px;color:#555E5B}.subscription-paln .current-info{gap:32px}.subscription-paln .date-box p{font-weight:500;font-size:16px;line-height:22px;text-align:end;color:#555E5B;white-space:nowrap;margin-bottom:11px}.subscription-paln .btns{max-width:151px;width:100%;white-space:nowrap}.subscription-paln .btns:hover{border:1px solid var(--primary-color)}.subscription-paln .btns-link{padding:0;border:0;white-space:nowrap;font-weight:600;font-size:16px;line-height:22px;text-transform:capitalize;text-decoration:underline;text-underline-offset:3px;background:transparent;color:var(--primary-color)}.subscription-paln .included{margin-bottom:32px}.subscription-paln .included ul{display:flex;flex-wrap:wrap;gap:16px}.subscription-paln .included ul li{margin-bottom:0}.subscription-paln .purchased-date{font-weight:500;font-size:14px;line-height:18px;color:#555E5B;gap:4px}.subscription-paln .purchased-date i{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:18px}.admin-section-title{font-family:var(--merriweather);font-weight:400;font-size:24px;line-height:32px;margin-bottom:24px;color:var(--secondary-color)}.profile-page .change-password{border:1px solid var(--border-color);border-radius:16px;overflow:hidden;position:relative;padding:24px}.change-password .info{display:flex;font-weight:500;font-size:14px;line-height:20px;color:#555E5B;gap:2px;margin:-16px 0 24px}.change-password .info i{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:16px;line-height:20px}.change-password .btns{max-width:205px;width:100%;-webkit-margin-start:auto;margin-inline-start:auto}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:45px}.password-toggle{position:absolute;right:12px;background:none;border:none;color:#6c757d;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:var(--secondary-color)}.password-toggle i{font-size:14px}.restaurants-page-title{margin-bottom:32px;gap:16px}.restaurants-page-title .btns i{font-size:14px;line-height:14px}.restaurants-list .row{--bs-gutter-y:24px}.restaurants-list{position:relative}.restaurants-list:before{content:"";width:100%;height:100%;background:var(--white);position:absolute;top:0;inset-inline-start:-100%;z-index:2;pointer-events:none}.restaurant-card{background:#FEF7E5;border-radius:16px;overflow:hidden}.restaurant-card .image-wrapper{padding-top:57.5%;position:relative}.restaurant-card .image-wrapper img{width:100%;height:100%;object-fit:cover;top:0;left:0;position:absolute}.restaurant-card .restaurant-info{padding:16px}.restaurant-card .restaurant-details{margin-bottom:4px}.restaurant-card .restaurant-name{font-family:var(--public-sans);font-weight:600;font-size:18px;line-height:24px;color:var(--secondary-color);margin-bottom:0}.restaurant-card .restaurant-review{padding:2px 4px;background:var(--primary-color);width:-moz-fit-content;width:fit-content;border-radius:6px;font-size:12px;line-height:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px;color:#F4EEBA}.restaurant-card .restaurant-review span{display:flex;font-size:12px;line-height:12px}.restaurant-card .restaurant-location{font-size:14px;line-height:16px;color:#555E5B;display:flex;align-items:center;gap:4px;margin-bottom:8px}.restaurant-card .restaurant-location i{width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:14px}.restaurant-card ul,.restaurant-cards ul{display:flex;gap:4px;list-style:none}.restaurant-card ul li,.restaurant-cards ul li{font-weight:500;font-size:14px;line-height:16px;position:relative;-webkit-padding-start:8px;padding-inline-start:8px}.restaurant-card ul li:first-child,.restaurant-cards ul li:first-child{padding:0}.restaurant-card ul li:before,.restaurant-cards ul li:before{content:"•";font-size:14px;line-height:16px;width:-moz-fit-content;width:fit-content;position:absolute;inset-inline:0;top:50%;transform:translateY(-50%)}.restaurant-card ul li:first-child:before,.restaurant-cards ul li:first-child:before{display:none}.restaurant-card .button-group{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:32px}.restaurant-card .button-group .icon-btns{min-width:32px;max-width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;font-size:20px;line-height:20px;color:#EF5350;transition:all .3s ease-in-out}.restaurant-card .button-group .icon-btns:hover{color:var(--secondary-color)}.restaurant-card .button-group .btns{padding:4px 16.5px;font-size:14px;line-height:22px;width:100%}.restaurants-page-title .btns{white-space:nowrap}.admin-title .back-btn{min-width:40px;max-width:40px;height:40px;background:#F7F8F8;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:20px;color:var(--secondary-color);border:0;transition:all .3s ease-in-out}html[dir=rtl] .admin-title .back-btn{transform:rotate(180deg)}.admin-title .back-btn:hover{background:var(--primary-color);color:#F4EEBA}.restaurants-details .btns-border{width:-moz-fit-content;width:fit-content;padding:12px 15px;background:transparent;color:var(--primary-color)}.restaurants-details .btns-border .icon{min-width:20px;max-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px}.restaurants-details .btns-border:hover{background:var(--primary-color);border:1px solid var(--primary-color);color:#F4EEBA}.restaurants-details .restaurant-name{font-family:var(--public-sans);font-weight:600;font-size:24px;line-height:32px;margin-bottom:4px;color:var(--secondary-color)}.restaurants-details .restaurant-info .restaurant-location{font-size:16px;line-height:16px;color:#555E5B;display:flex;align-items:center;gap:4px;margin-bottom:8px}.restaurants-details .restaurant-info .restaurant-location i{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px}.restaurants-details .restaurant-info .starting{display:flex;gap:4px;list-style:none;flex-wrap:wrap;margin-bottom:0}.restaurants-details .restaurant-info .starting li{font-weight:500;font-size:16px;line-height:18px;position:relative;padding-left:8px}.restaurants-details .restaurant-info .starting li:first-child{padding:0}.restaurants-details .restaurant-info .starting li:before{content:"•";font-size:16px;line-height:18px;position:absolute;inset-inline:0;width:-moz-fit-content;width:fit-content;top:50%;transform:translateY(-50%)}.restaurants-details .restaurant-info ul li:first-child:before{display:none}.reviews-information .reserve-tag{padding:4px 6px;background:#FEEBA7;border-radius:6px;font-weight:600;font-size:14px;line-height:16px;color:var(--primary-color)}.reviews-information .restaurant-review{padding:4px 8px;background:var(--primary-color);border-radius:6px;font-weight:600;font-size:14px;line-height:16px;color:#F4EEBA;display:flex;align-items:center;gap:4px}.reviews-information .restaurant-review span{width:14px;height:14px;font-size:12px;line-height:12px;display:flex;align-items:center;justify-content:center}.reviews-information .total-reviews{font-weight:500;font-size:14px;line-height:16px;color:#555E5B}.restaurants-details .restaurant-info{margin-bottom:32px}.restaurant-galler-slider{margin-bottom:24px}.restaurant-galler-slider .swiper-slide{padding-top:24.5%;position:relative}.restaurant-galler-slider .swiper-slide img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:12px}.restaurants-details-tab{margin-bottom:24px;padding-bottom:11px;border-bottom:1px solid var(--border-color);gap:24px}.restaurants-details-tab .tab-btn{font-size:16px;line-height:24px;color:#555E5B;font-weight:600;transition:all .3s ease-in-out;position:relative}.custom-tabs .nav-tabs .nav-link:before,.restaurants-details-tab .tab-btn:before{content:"";position:absolute;width:100%;height:4px;border-radius:4px 4px 0 0;bottom:-12px;inset-inline-start:0;opacity:0;visibility:hidden;background:var(--primary-color);transition:all .3s ease-in-out}.custom-tabs .nav-tabs .nav-link.active:before,.custom-tabs .nav-tabs .nav-link:hover:before,.restaurants-details-tab .tab-btn.active:before,.restaurants-details-tab .tab-btn:hover:before{transform:scaleX(1);opacity:1;visibility:visible}.restaurants-details-tab .tab-btn.active,.restaurants-details-tab .tab-btn:hover{color:var(--secondary-color)}.res-details-content{max-width:728px;width:100%}.restaurants-details .res-details-titles{font-size:16px;line-height:19px;font-weight:600;color:var(--secondary-color);margin-bottom:12px;font-family:var(--public-sans)!important}.restaurants-details-front{margin-top:150px}.restaurants-details-front .restaurants-page-title .btns{width:-moz-fit-content;width:fit-content}.res-details-menu .menu-img{max-width:90px;width:100%;height:100%;margin-bottom:12px}.res-details-menu .menu-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.restaurants-details .additional-link,.restaurants-details .menu-link{display:flex;gap:4px}.restaurants-details .additional-link .icon-box,.restaurants-details .menu-link .icon-box{min-width:18px;max-width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-top:2px}.restaurants-details .additional-link .icon-box img,.restaurants-details .menu-link .icon-box img{width:100%;height:100%;object-fit:cover}.restaurants-details .additional-link a,.restaurants-details .menu-link a{font-size:14px;line-height:20px;color:var(--primary-color);text-decoration:underline;text-underline-offset:3px;font-weight:500}.restaurants-details .additional-link p{font-size:14px;line-height:20px;color:#555E5B;font-weight:500;margin-bottom:0}.res-details-menu{margin-bottom:32px}.additional-title{display:flex;align-items:center;position:relative;margin-bottom:16px}.additional-title:before{content:"";width:calc(50% - 57px);height:2px;background:linear-gradient(90deg,rgba(230,231,231,0),#E6E7E7);border-radius:5px;display:block}[dir=rtl] .additional-title:before{background:linear-gradient(260deg,rgba(230,231,231,0),#E6E7E7)}.additional-title:after{content:"";width:calc(50% - 57px);height:2px;background:linear-gradient(90deg,#E6E7E7,rgba(230,231,231,0));border-radius:5px;display:block}[dir=rtl] .additional-title:after{background:linear-gradient(260deg,#E6E7E7,rgba(230,231,231,0))}.additional-title .res-details-titles{font-size:14px;line-height:18px;color:#555E5B;padding:0 8.5px;white-space:nowrap}.res-details-content .additional-box{margin-bottom:32px}.res-details-overview{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--border-color)}.res-details-overview p{font-size:14px;line-height:18px;font-weight:500;color:#555E5B;margin-bottom:0}.res-details-additional .row div:last-child .additional-box{margin-bottom:0}.res-details-additional{margin-bottom:32px}.res-details-reviews .reviews-title{gap:6px;margin-bottom:16px}.res-details-reviews .reviews-title .icon{width:32px;height:32px;border-radius:50%;background:var(--secondary-color);display:flex;align-items:center;justify-content:center;color:#F4EEBA;font-size:18px;line-height:18px}.res-details-reviews .reviews-title .icon i{display:flex}.res-details-reviews .reviews-title h6{margin-bottom:0;font-family:var(--public-sans)!important;font-size:20px;line-height:22px;color:var(--secondary-color);font-weight:600}.reviews-item{padding:15px;border-radius:16px;border:1px solid var(--border-color);margin-bottom:16px}.reviews-item:last-child{margin-bottom:0}.reviews-item .author-info .img-box{width:40px;height:40px;border-radius:50%;overflow:hidden;-webkit-margin-end:16px;margin-inline-end:16px}.reviews-item .reviews-wrapper{margin-bottom:12px}.reviews-item .author-info .img-box img{width:100%;height:100%;object-fit:cover}.reviews-item .author-details .review-author{margin-bottom:2px;color:var(--secondary-color);font-size:14px;line-height:16px;font-weight:600}.reviews-item .author-details .review-date{margin-bottom:0;color:#555E5B;font-size:12px;line-height:16px;font-weight:500}.reviews-item .review-rating{background:var(--border-color);padding:2px 4px;border-radius:6px;gap:4px;font-size:12px;line-height:16px;font-weight:600;color:var(--secondary-color)}.reviews-item .review-rating i{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:12px}.reviews-item .review-content p{font-size:14px;line-height:18px;color:#555E5B;margin-bottom:12px}.reviews-item .review-content p:last-child{margin-bottom:0}.custom-tabs .nav-tabs{border-bottom:1px solid var(--border-color);gap:30px;padding-bottom:12px;margin-bottom:32px}.custom-tabs .nav-tabs .nav-link{margin:0;border:0;padding:0;font-size:16px;line-height:24px;color:#555E5B;font-weight:600;position:relative}.custom-tabs .nav-tabs .nav-link.active,.custom-tabs .nav-tabs .nav-link:hover{color:var(--secondary-color)}.restaurant-edit-tabs .tab-content{max-width:728px;width:100%}.restaurants-edit .save-changes-btns{min-width:187px;width:-moz-fit-content;width:fit-content;margin-top:48px}.table-row .row{--bs-gutter-x:8px;--bs-gutter-y:8px}header{position:absolute;top:16px;width:100%;left:0;z-index:99}.header-main{background:var(--primary-color);border-radius:16px;padding:20px;-webkit-padding-start:23px;padding-inline-start:23px}.header-sticky{position:fixed;top:16px;width:100%;left:0;animation:slideDown .4s ease forwards}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.header-sticky .header-main{padding:14px 19px}#booking-section,#fordinners-section,#pricing-section{scroll-margin-top:100px}.header-main .navbar-nav{padding:0!important;gap:50px}.header-main .navbar-collapse{flex-grow:unset}.header-main .button-group .btns{font-size:14px;line-height:22px;font-weight:600;padding:8px 11px;color:var(--white);text-transform:capitalize;min-width:130px;background:#F4EEBA;border:1px solid #f4eeba;color:var(--primary-color)}.header-main .button-group .btns:hover{color:#F4EEBA;background:transparent}.header-main .button-group .btns.btns-border{min-width:120px;color:#FEF7E5;background:transparent;border:1px solid #fef7e5}.header-main .button-group .btns.btns-border:hover{color:var(--primary-color);background:#F4EEBA}.header-main .navbar-brand{padding:0;max-width:260px;width:100%;margin:0}.header-main .nav-link{padding:0!important;font-size:16px;line-height:22px;color:#d0d0d0;font-weight:600;transition:all .3s ease-in-out}.header-main .nav-link.active,.header-main .nav-link:hover{color:#F4EEBA}.header-main .navbar-toggler{color:#F4EEBA;border:0;font-weight:500;padding:0;box-shadow:unset}.header-main .navbar-toggler span{display:flex}.header-main .navbar-toggler span:before{font-size:24px;line-height:24px}.header-main .navbar-toggler[aria-expanded=true] span:before{content:"\e90b";font-family:icomoon!important;font-size:18px;line-height:18px}.header-main .header-logo{max-width:138px;width:100%;display:flex}.header-main .header-logo img{width:100%;height:auto}.banner-img{padding-top:55.56%;position:relative}.home-banner{position:relative;margin-bottom:88px}.home-banner:before{content:"";width:54%;height:100%;position:absolute;top:0;inset-inline-start:0;background:linear-gradient(90deg,rgba(0,0,0,.6) -146.92%,rgba(0,0,0,.52) 56.03%,rgba(0,0,0,0));z-index:1;pointer-events:none}[dir=rtl] .home-banner:before{background:linear-gradient(270deg,rgba(0,0,0,.6) -146.92%,rgba(0,0,0,.52) 56.03%,rgba(0,0,0,0))}.banner-img .banner-video,.banner-img img,.banner-img video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.banner-img .banner-video,.banner-img video{display:block}.home-banner .banner-content{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:center;padding-top:96px;z-index:1}.home-banner .content-wrapper{max-width:547px;width:100%}.cms-page-heading .title,.home-banner .content-wrapper .title{color:var(--white);font-size:48px;line-height:64px;margin-bottom:16px}.home-banner .content-wrapper p{font-size:20px;line-height:22px;color:var(--white);margin-bottom:40px}.home-banner .content-wrapper .btns{color:var(--secondary-color);border:1px solid var(--white);background:var(--white);min-width:204px;width:-moz-fit-content;width:fit-content;text-transform:capitalize}.home-banner .content-wrapper .btns.btns-border,.home-banner .content-wrapper .btns:hover{color:var(--white);background:transparent}.home-banner .content-wrapper .btns.btns-border:hover{background:var(--white);color:var(--secondary-color)}.booking-section .section-title{max-width:852px;width:100%;margin:0 auto 51px}.booking-section .section-title .title{color:#FBEEC8}.booking-section .section-title p{color:#9e9d9a}.booking-wrapper{padding:40px 24px;background:var(--primary-color);border-radius:24px}.platform-card{padding:16px;box-shadow:0 0 32px 0 #031B1229;background:var(--white);border-radius:12px;height:100%}.platform-card .img-box{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.platform-card .img-box img{width:100%;height:100%;object-fit:contain}.platform-card .platform-title{font-size:20px;line-height:24px;margin-bottom:8px;font-weight:600;color:var(--secondary-color);font-family:var(--public-sans)!important}.platform-card .platform-info p{font-size:16px;line-height:22px;font-weight:500;color:#555E5B;margin-bottom:0}.booking-section .row{--bs-gutter-y:24px}.booking-section,.grow-section{margin-bottom:88px}.grow-section{background:#FBEEC8;border-radius:24px}.grow-section .img-box{width:100%;display:flex}.grow-section .img-box img{width:100%;height:auto}.grow-section .content-box{max-width:441px;width:100%;margin:0 auto;padding:16px;-webkit-margin-start:17.8%;margin-inline-start:17.8%}.grow-section .section-title{margin-bottom:40px}.grow-section .section-title .title,.grow-section .section-title p{text-align:start}.grow-section .btns{width:-moz-fit-content;width:fit-content;min-width:204px}.grow-section .btns:hover{border:1px solid var(--primary-color)}.restaurants-section .section-wrapper .btns{width:-moz-fit-content;width:fit-content;min-width:198px}.restaurants-section .section-title .title,.restaurants-section .section-title p{text-align:start}.restaurants-section .section-wrapper{margin-bottom:50px}.restaurant-cards{position:relative;border-radius:16px;overflow:hidden}.restaurant-cards .img-box{position:relative;padding-top:121.57%}.restaurant-cards .img-box img{width:100%;height:100%;object-fit:cover;border-radius:16px;position:absolute;top:0;left:0}.restaurant-cards .restaurant-inner{width:100%;position:absolute;bottom:0;inset-inline-start:0;color:var(--white);font-family:var(--public-sans)!important;display:flex;flex-direction:column;justify-content:space-between;gap:16px;height:100%}.restaurant-cards .title{font-size:18px;line-height:24px;font-weight:500;margin-bottom:4px;color:var(--white);display:block;position:relative}.restaurant-cards .location{-webkit-padding-start:22px;padding-inline-start:22px;position:relative;font-size:14px;line-height:16px;color:var(--white);font-weight:400;margin-bottom:8px}.restaurant-cards .location i{width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;color:var(--white);position:absolute;top:-1px;inset-inline-start:0}.restaurant-cards .review-box{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:2px 4px;border-radius:6px;font-size:12px;line-height:16px;font-weight:600;gap:4px;background:#FEEBA7;color:var(--primary-color);-webkit-margin-start:17px;margin-inline-start:17px;margin-top:14px}.restaurant-cards .review-box span{width:12px;height:12px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:12px}.restaurant-cards .content{padding:30px 16px 16px;position:relative}.restaurant-cards .content:before{content:"";width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0),#000000);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);position:absolute;top:0;inset-inline-start:0}.restaurants-section{overflow:hidden;margin-bottom:88px}.restaurants-list .swiper{overflow:inherit}.restaurant-cards ul li{font-weight:400}.restaurants-list .swiper-button-next,.restaurants-list .swiper-button-prev{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 16px 0 #00000014;color:var(--primary-color);background:var(--white);transition:all .3s ease-in-out;z-index:3}.restaurants-list .swiper-button-next:hover,.restaurants-list .swiper-button-prev:hover{background:var(--primary-color);color:var(--white);border:1px solid var(--primary-color)}.restaurants-list .swiper-button-next:after,.restaurants-list .swiper-button-prev:after{content:"\e917";font-family:icomoon!important;font-size:22px;line-height:18px;display:flex}.restaurants-list .swiper-button-prev:after{rotate:-180deg}.cta-section,.download-section,.fordinners-section,.pricing_section,.seehow_section{margin-bottom:88px}.fordinners-wrapper{background:#FEF7E5;padding:56px;border-radius:24px}.fordinners-title{margin-bottom:48px}.fordinners-title .section-title{width:100%}.fordinners-title .section-title .title{text-align:start;margin-bottom:0}.fordinners-wrapper .btns-link{border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:18px;padding:0;font-size:16px;line-height:22px;color:var(--secondary-color);font-weight:600;white-space:nowrap;transition:all .3s ease-in-out}.fordinners-wrapper .btns-link span{text-decoration:underline}.fordinners-wrapper .btns-link span.icon{text-decoration:unset;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:18px;background:var(--white);box-shadow:0 4px 16px 0 #00000014;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease-in-out}[dir=rtl] .fordinners-wrapper .btns-link span.icon{rotate:180deg}.fordinners-wrapper .btns-link:hover{color:var(--primary-color)}.fordinners-wrapper .btns-link:hover span.icon{border:1px solid var(--primary-color);color:var(--white);background:var(--primary-color)}.fordinners-info{height:100%}.fordinners-info h6{color:#555E5B;font-size:18px;line-height:24px;margin-bottom:28px;font-family:var(--public-sans);text-transform:uppercase}.fordinners-info .row{--bs-gutter-y:24px;height:100%}.fordinners-box{height:100%;padding:16px;box-shadow:0 0 32px 0 #031B1229;background:var(--white);display:flex;flex-direction:column;justify-content:center;border-radius:16px}.fordinners-box .box-title{gap:8px;font-size:16px;line-height:20px;color:var(--secondary-color);font-weight:500;margin-bottom:16px}.fordinners-box .box-title span{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:20px;color:var(--primary-color)}.fordinners-box h6{font-size:20px;line-height:24px;color:var(--secondary-color);margin-bottom:4px;font-family:var(--public-sans);font-weight:600;text-transform:capitalize}.fordinners-box p{font-size:16px;line-height:19px;color:#555E5B;font-weight:500;margin-bottom:0}.fordinners-wrapper .images-box img{width:100%;height:auto}.pricing_section .section-title .title,.pricing_section .section-title p{text-align:start}.seehow_wrapper{position:relative;padding-top:49.4%;border-radius:24px}.seehow_wrapper:before{content:"";max-width:751px;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.6) -146.92%,rgba(0,0,0,.52) 56.03%,rgba(0,0,0,0));position:absolute;top:0;inset-inline-start:0;z-index:1;border-radius:24px}[dir=rtl] .seehow_wrapper:before{background:linear-gradient(-90deg,rgba(0,0,0,.6) -146.92%,rgba(0,0,0,.52) 56.03%,rgba(0,0,0,0))}.seehow_wrapper video{position:absolute;top:0;inset-inline-start:0;object-fit:cover;width:100%;height:100%;border-radius:24px}.seehow_wrapper .seehow_content{position:absolute;top:50%;transform:translateY(-50%);inset-inline-start:0;padding:16px;-webkit-padding-start:56px;padding-inline-start:56px;max-width:540px;width:100%;z-index:2}.seehow_wrapper .seehow_content .section-title{margin-bottom:40px}.seehow_wrapper .seehow_content .title{color:var(--white);text-align:start;margin-bottom:8px}.seehow_wrapper .seehow_content p{margin-bottom:0;text-align:start;font-size:16px;line-height:22px;color:var(--white);font-weight:500}.seehow_wrapper .btns-border{border:1px solid var(--white);color:var(--white);min-width:233px;width:-moz-fit-content;width:fit-content}.seehow_wrapper .btns-border:hover{background:var(--white);color:var(--secondary-color)}.download-content .section-title{margin-bottom:40px}.download-content .section-title .title{text-align:start;margin-bottom:16px}.download-content .section-title p{text-align:start}.download-content .group-img{gap:24px}.download-content .group-img .img{display:flex}.download-content .group-img .img img{width:100%}.download-wrapper .download-content{padding:24px;border-radius:24px;background:#d4e0de;height:100%;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--primary-color)}.download-section .images-box{display:flex;padding-top:85.6%;position:relative}.download-section .images-box img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;object-fit:cover;object-position:bottom center}footer{padding:72px 0 40px;background:#F7F8F8}.footer-logo{display:flex;max-width:308px;width:100%;margin-bottom:32px}.footer-logo img{width:100%;height:auto}.logo-details{max-width:526px;width:100%}.logo-details p{font-size:20px;line-height:24px;color:#555E5B;font-weight:500;margin-bottom:0}.footer-info .footer-title{font-family:var(--public-sans)!important;font-size:16px;line-height:19px;margin-bottom:16px;color:#555E5B;font-weight:600}.footer-menu{display:flex;flex-direction:column;gap:16px}.footer-menu .menu-link{color:var(--secondary-color);font-size:16px;line-height:19px;font-weight:500;white-space:nowrap;transition:all .3s ease-in-out}.footer-menu .menu-link:hover{color:var(--primary-color)}.footer-info .get-touch-info{max-width:306px;width:100%}.touch-list .touch-item{display:flex;align-items:center;gap:8px;margin-bottom:16px}.touch-list .touch-item .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:18px;color:#555E5B}.touch-list .touch-item a{font-size:16px;line-height:19px;color:var(--secondary-color);font-weight:500;transition:all .3s ease-in-out}.touch-list .touch-item a.mail-link{text-decoration:underline;text-underline-offset:4px}.touch-list .touch-item a:hover{color:var(--primary-color)}footer .follow-link{gap:20px;margin-top:30px}.follow-link p{font-size:16px;line-height:19px;font-weight:500;color:var(--secondary-color);white-space:nowrap;margin-bottom:0}.follow-link .follow-list{display:flex;align-items:center;gap:8px}.follow-link .follow-link-item{min-width:32px;max-width:32px;height:32px;background:var(--white);border:1px solid var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;color:var(--secondary-color);transition:all .3s ease-in-out}.follow-link .follow-link-item:hover{color:var(--white);background:var(--primary-color);border:1px solid var(--primary-color)}.copyright-box{padding-top:40px;margin-top:49px;border-top:1px solid var(--border-color)}.copyright-box .copyright-text{color:var(--secondary-color);font-size:16px;line-height:19px;font-weight:500}.copyright-link{display:flex;align-items:center;gap:7px}.copyright-link a{display:flex;align-items:center;gap:7px}.copyright-link a,.copyright-link a:not(:first-child):before{font-size:16px;line-height:19px;color:var(--secondary-color);font-weight:500}.copyright-link a:not(:first-child):before{content:"|";display:block}.copyright-link a:hover{color:var(--primary-color)}footer .footer-info{gap:16px}.das-card-item{background:#F4EEBA;padding:24px;border-radius:16px}.das-card-item:not(:last-child){margin-bottom:24px}.das-card-item .card-wrapper{display:flex;align-items:center}.das-card-item .card-wrapper .icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;-webkit-margin-end:24px;margin-inline-end:24px}.das-card-item .card-wrapper .content h6{font-family:var(--public-sans)!important;font-size:18px;line-height:24px;color:var(--secondary-color);margin-bottom:0}.das-card-item .card-wrapper .content p{margin-bottom:0;color:var(--secondary-color);font-size:40px;line-height:48px;font-weight:600}.das-chart-box{background:var(--white);padding:16px 16px 0;border:1px solid var(--border-color);border-radius:16px}.das-chart-box .chart-title{margin-bottom:24px}.das-chart-box .chart-title h2{font-size:20px;line-height:22px;color:var(--secondary-color);font-family:var(--public-sans)!important;font-weight:600}.das-chart-box .chart-title p{align-items:center;gap:4px;font-size:16px;font-weight:500;line-height:20px;color:var(--secondary-color)}.das-chart-box .chart-title p i{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:18px;color:#555E5B}.dashboard-infomation{margin-bottom:56px}.action-btn-table .action-btn{padding:4px 11px;border:1px solid #2b8d49;background:#2B8D49;color:var(--white);font-size:16px;line-height:22px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:12px;transition:all .3s ease-in-out}.action-btn-table .action-btn .icon{width:20px;height:20px;font-size:14px;line-height:14px;display:flex;align-items:center;justify-content:center}.action-btn-table .action-btn.reject{background:#EF5350;border:1px solid #ef5350}.action-btn-table .action-btn.reject .icon{font-size:12px;line-height:12px}.action-btn-table .action-btn:hover{background:var(--white);color:#2B8D49}.action-btn-table .action-btn.reject:hover{color:#EF5350;background:var(--white)}.action-btn-table .action-link{background:transparent;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:22px;color:var(--primary-color);transition:all .3s ease-in-out}[dir=rtl] .action-btn-table .action-link{rotate:180deg}.action-btn-table .action-link:hover{color:#F4EEBA}[dir=rtl] .today-booking-table .action-btn-table .action-link{rotate:180deg}.admin-table-title{margin-bottom:24px}.branch-table-select .form-select .select__control,.branch-table-select .form-select .select__control:hover{min-height:32px;border-radius:8px}.action-btn-table .assign-btn,.bookedby-assign-title .assign-btn{padding:5px 16px;background:var(--primary-color);font-size:16px;line-height:22px;color:#FEEBA7;font-weight:600;border-radius:12px;border:0;transition:all .3s ease-in-out}.action-btn-table .assign-btn:hover,.bookedby-assign-title .assign-btn:hover{background:#FEEBA7;color:var(--primary-color)}.booked-by-wrapper .token-no-box,.today-booking-table .token-no-box{width:-moz-fit-content;width:fit-content;padding:8px 12px;background:var(--secondary-color);border-radius:6px;font-size:14px;line-height:16px;color:var(--white)}.view-details-link{font-size:16px;line-height:24px;color:var(--primary-color);font-weight:500;display:flex;align-items:center;justify-content:center;white-space:nowrap}.view-details-link i{display:flex;font-size:22px;line-height:22px}[dir=rtl] .view-details-link i{rotate:180deg}.pagination .page-item .page-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1.5px solid var(--border-color);font-size:16px;line-height:22px;color:var(--secondary-color);font-weight:600;transition:all .3s ease-in-out}.pagination .page-item .page-link.active,.pagination .page-item .page-link:focus,.pagination .page-item .page-link:hover{background:var(--black);color:var(--white);box-shadow:unset}.booking-page-title{gap:16px}.booking-page-title .action-btn{background:#2B8D49;color:var(--white);font-size:16px;line-height:22px;font-weight:600;border:1px solid #2b8d49;padding:12px 24px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;min-width:160px;transition:all .3s ease-in-out}.booking-page-title .action-btn:hover{background:transparent;color:#2B8D49}.booking-page-title .action-btn i{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:14px}.booking-page-title .action-btn.reject-btn{background:#EF5350;border:1px solid #ef5350}.booking-page-title .action-btn.reject-btn:hover{color:#EF5350;background:transparent}.res-bookig-wrapper{max-width:728px;width:100%}.booking-details-info .res-details-card{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px;border:1px solid var(--border-color);border-radius:16px;margin-bottom:24px}.booking-details-info .res-details-card .img{min-width:104px;max-width:104px;height:104px;display:flex;align-items:center;justify-content:center;-webkit-margin-end:12px;margin-inline-end:12px;border-radius:12px}.booking-details-info .res-details-card .img img{width:100%;height:100%;object-fit:cover;border-radius:12px}.res-details-card .content h5{font-size:16px;line-height:24px;margin-bottom:4px;color:var(--secondary-color);font-weight:600;font-family:var(--public-sans)!important}.res-details-card .content .location{margin-bottom:0;font-size:14px;line-height:16px;color:#555E5B;display:flex;align-items:center;gap:4px}.res-details-card .content .location span{display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:14px;line-height:14px}.res-details-card .view-btn{background:#F7F8F8;color:var(--secondary-color);padding:5px 28px;border-radius:12px;white-space:nowrap;font-size:14px;line-height:22px;font-weight:600;transition:all .3s ease-in-out}.res-details-card .view-btn:hover{color:var(--white);background:var(--primary-color)}.booking-date{overflow:hidden;border:1px solid var(--border-color);border-radius:16px;margin-bottom:56px}.booking-date .title-box{padding:16px;background:#F7F8F8;display:flex;align-items:center;gap:4px}.booking-date .title-box .icon{width:21px;height:21px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;color:var(--secondary-color)}.booking-date .title-box .info{display:flex;margin-bottom:0;font-size:16px;line-height:22px;color:var(--secondary-color);gap:5px;font-weight:500;flex-wrap:wrap}.booking-date .title-box .info span{display:flex;-webkit-padding-start:8px;padding-inline-start:8px;position:relative;font-weight:500}.booking-date .title-box .info span:first-child:before{display:none}.booking-date .title-box .info span:before{content:"•";font-size:16px;line-height:22px;color:var(--secondary-color);font-weight:500;position:absolute;top:0;inset-inline-start:0}.booking-date .booking-table-content{padding:16px;gap:16px;display:flex;justify-content:space-between;align-items:center}.booking-date .booking-table-content .booking-id label{font-size:14px;line-height:18px;font-weight:500;color:#555E5B;display:block;margin-bottom:3px}.booking-date .booking-table-content .booking-id p{margin-bottom:0;font-size:24px;line-height:32px;font-weight:500;color:var(--secondary-color)}.booking-date .booking-table-content .status{background:#AAE4CF;padding:2px 8px;border-radius:8px;color:var(--secondary-color);font-size:16px;line-height:20px;font-weight:500;margin-bottom:0}.booking-date .booking-table-content .status.pending{background:#FEEBA7}.booked-by-wrapper{margin-bottom:56px}.booked-by-wrapper .booked-title{color:var(--secondary-color);font-size:24px;line-height:32px;margin-bottom:24px}.booked-by-wrapper .bookedby-box{padding:16px;border:1px solid var(--border-color);border-radius:16px}.booked-by-wrapper .bookedby-box .user-info{gap:8px;align-items:center;margin-bottom:12px}.booked-by-wrapper .bookedby-box .user-info .img{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%}.booked-by-wrapper .bookedby-box .user-info .img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.booked-by-wrapper .bookedby-box .user-info p{font-size:20px;line-height:22px;color:var(--secondary-color);font-weight:600}.pros-user-list{padding-bottom:16px;margin-bottom:12px;border-bottom:1px dashed var(--border-color)}.pros-user-item{display:flex;align-items:center;gap:8px;margin-bottom:12px}.pros-user-item:last-child{margin-bottom:0}.pros-user-item .icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;line-height:14px;color:#555E5B}.pros-user-item a,.pros-user-item p{font-size:16px;line-height:19px;color:var(--secondary-color);font-weight:500;text-decoration:underline;text-underline-offset:4px;margin-bottom:0}.pros-user-item p{text-decoration:unset}.bookedby-box .requests-box label{color:#555E5B;font-size:14px;line-height:20px;display:block;margin-bottom:8px}.bookedby-box .requests-box p{margin-bottom:0;font-size:16px;line-height:19px;color:var(--secondary-color);font-weight:500}.bookreview-item:not(:last-child){margin-bottom:16px}.bookreview-item .count{margin-bottom:12px;background:#E6E7E7;padding:2px 4px;border-radius:6px;gap:4px;width:-moz-fit-content;width:fit-content;line-height:16px;font-weight:600}.bookreview-item .count,.bookreview-item .count .icon{display:flex;align-items:center;justify-content:center;font-size:12px}.bookreview-item .count .icon{width:12px;height:12px;line-height:12px}.bookreview-item p{margin-bottom:0;font-size:14px;line-height:18px;color:#555E5B;font-weight:500}.mybookings-tabs .nav-tabs{width:-moz-fit-content;width:fit-content;border:1px solid var(--border-color);padding:5px 7px;border-radius:16px;gap:10px;margin-bottom:32px}.mybookings-tabs .nav-tabs .nav-item .nav-link{margin:0;border:0;padding:8px 14px;font-size:16px;line-height:20px;font-weight:600;color:var(--secondary-color);border-radius:12px}.mybookings-tabs .nav-tabs .nav-item.show .nav-link,.mybookings-tabs .nav-tabs .nav-link.active{margin:0;background:var(--secondary-color);color:var(--border-color)}.waiting-booking-date{border:0;background:#F7F8F8;display:flex;align-items:center;justify-content:space-between;padding:16px;gap:16px}.booking-date.waiting-booking-date .title-box{padding:0}.waiting-booking-date .waiting-tag{padding:2px 8px;border-radius:8px;background:#E6ECEA;font-size:16px;line-height:20px;font-weight:500}.edit-pref-list{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.edit-pref-item{display:block;flex:1 1;position:relative}.edit-pref-item input{position:absolute;top:0;opacity:0;width:0}.edit-pref-info{padding:11px 15px;-webkit-padding-end:40px;padding-inline-end:40px;background:var(--white);border:1px solid var(--border-color);border-radius:12px;position:relative;cursor:pointer;transition:all .3s ease-in-out}.edit-pref-item input:checked~.edit-pref-info{background:#FEEBA7}.edit-pref-info:before{width:20px;height:20px;border:1px solid var(--border-color);top:13px;inset-inline-end:17px}.edit-pref-info:after,.edit-pref-info:before{content:"";border-radius:50%;position:absolute;pointer-events:none;transition:all .3s ease-in-out}.edit-pref-info:after{width:12px;height:12px;background:transparent;top:17px;inset-inline-end:21px}.edit-pref-item input:checked~.edit-pref-info:before{border:1px solid var(--primary-color)}.edit-pref-item input:checked~.edit-pref-info:after{background:var(--primary-color)}.edit-pref-title{font-weight:500;font-size:14px;line-height:20px;color:var(--secondary-color);margin:0}.cms-page-heading{background:var(--primary-color);border-radius:0 0 24px 24px;padding:180px 0 70px;margin-bottom:60px}.cms-page-heading .title{text-align:center}.terms-privacy-content{margin-bottom:60px}.terms-privacy-content h4,.terms-privacy-content h5,.terms-privacy-content h6{font-weight:400;font-size:28px;line-height:34px;color:var(--secondary-color);margin:24px 0 9px}.terms-privacy-content h4 strong,.terms-privacy-content h5 strong,.terms-privacy-content h6 strong{font-weight:400}.restaurant-info-section{background:var(--white);border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 0 32px 0 #031B1229}.booking-page{margin:150px 0 50px}.restaurant-info-section .restaurant-name{font-family:var(--public-sans);font-weight:600;font-size:32px;line-height:40px;color:var(--secondary-color);margin-bottom:6px}.restaurant-info-section .location{display:flex;align-items:center;gap:4px;font-size:16px;color:#555E5B;margin-bottom:6px}.restaurant-info-section .location i{display:flex}.restaurant-info-section .rating-cuisines{font-size:16px;color:#555E5B;font-weight:500;margin-bottom:6px}.restaurant-info-section .rating-cuisines span{font-size:14px;margin-left:8px}.restaurant-info-section .startingfrom{font-size:14px;color:#555E5B}.restaurant-info-section .btns{width:-moz-fit-content;width:fit-content}.booking-form-section{background:#F4EEBA;border-radius:16px;padding:32px;margin-bottom:32px}.book-time-slot{display:flex;flex-wrap:wrap;gap:8px}.book-time-slot .slot-button{padding:8px 18px;border:1px solid var(--border-color);border-radius:12px;background:var(--white);color:var(--secondary-color);font-weight:600;font-size:14px;line-height:20px;cursor:pointer;transition:.3s ease-in-out}.book-time-slot .slot-button.active{background:var(--primary-color);color:var(--white);border:1px solid var(--primary-color)}.table-selection-section{background:#FEF7E5;border-radius:16px;padding:32px;margin-bottom:32px}.table-selection-section h3{font-weight:400;font-size:32px;line-height:40px;color:var(--secondary-color);margin-bottom:9px}.table-selection-section p{font-weight:500;font-size:16px;line-height:22px;color:#555E5B;margin-bottom:0}.book-slot-table{margin-bottom:24px}.book-slot-table .book-slot-title{font-size:18px;font-weight:600;color:var(--secondary-color);margin-bottom:16px}.footer-language .form-select .select__control,.footer-language .form-select .select__control:hover{min-height:auto!important;background:#F7F8F8;border:0}.footer-language .form-select .select__value-container{padding:0}.footer-language .form-select .select__input-container,.footer-language .form-select .select__input-container input,.footer-language .form-select .select__single-value{color:var(--secondary-color);font-size:16px;line-height:19px;font-weight:500;white-space:nowrap}.cta-wrapper{border:1px solid var(--primary-color);border-radius:24px;overflow:hidden;background:#d4e0de}.cta-wrapper .section-title{background:var(--primary-color);padding:16px}.cta-wrapper .section-title .title{color:var(--white)}.cta-body{padding:34px 16px}.cta-body p{max-width:650px;width:100%;margin:0 auto 40px;font-weight:500;font-size:18px;line-height:24px;text-align:center;color:#555E5B}.cta-body .btns{width:-moz-fit-content;width:fit-content;margin:0 auto}