/*------------------------------------------------------------------
Project: Dolma PWA
Author: Mohammad Ali Nazari
-------------------------------------------------------------------*/

/*----------------Table of contents Start---------------------------

1.Default CSS /NziCode
2.Top Navbar CSS /NziCode
3.Tried Bar CSS /NziCode
4.Search Section CSS/NziCode
5.Category Section CSS/NziCode
6.Hottest Section CSS/NziCode
8.Events Section CSS/NziCode

11.Login Page CSS/Zohreh Mahdavi

2.Animation CSS
3.Splash Screen CSS
4.Onboarding-Screen CSS
5.Let You Screen CSS
6.Sign In Screen CSS
7.Forget Password Screen CSS
8.Verify Number Screen CSS
9.Check Mail Screen CSS
10.Notification Allow Screen CSS
11.Account Created Screen CSS
12.No result Found Screen CSS
13.Order Successfull Screen CSS
14.Preferred Language Screen CSS
15.Choose Interest Screen CSS
16.Homescreen1 CSS
17.Tabbar CSS
18.Language Screen CSS
19.Currency Screen CSS
20.Faq Screen
21.Friend Invite Screen CSS
22.Category Screen CSS
23.Choose Brand Screen CSS
24.Offer Page Screen CSS
25.Empty Cart Screen CSS
26.Cart Without Promocode Screen CSS
27.Log-out Screen CSS
28.Checkout screen
29.Account Screen CSS
30.Address Screen CSS
31.Filter Screen CSS
32.Best Seller CSS
33.Contact Us CSS
34.Privacy Page CSS
35.Finger print CSS
36.Review Screen CSS
37.About-Us CSS
38.Single Clothes Screen CSS
39.Shoes Screen CSS
40.Setting Screen CSS
41.Payment Screen CSS
42.Notification Option Screen CSS
43.Notification
44.Track Order Screen
45.My Order Screen 2
46.Homescreen2
47.Profile Edit
48.Add New Address
49.Leave Review Screen CSS
50.Wallet Screen
51.Preloader
52.Tabbar CSS /NziCode
53.Datepiker CSS
54.Feedback Screen CSS
55.Finger Print Loader Screen CSS

---------Table of contents End-----------------------------------*/

/************************ 1.Default CSS ***************************/
@font-face {
    font-family: 'AvenirLTStd';
    src: url('/pwa-assets/webfonts/Avenir/AvenirLTStd-Book.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd';
    src: url('/pwa-assets/webfonts/Avenir/AvenirLTStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd';
    src: url('/pwa-assets/webfonts/Avenir/AvenirLTStd-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
:root {
    --primary: #CB6828;
    --primary700:#6941C6;
    --primary-rgb: 203,104, 40;
    --Lprimary:#FE914B;
    --secondary:#484A94;
    --secondary-rgb: 72, 74, 148;
    --secondary-dark:#1F215D;
    --Lsecondary:#A1A3C6;
    --gray:#B1B1B1;
    --black:#000000;
    --yellow:#FFCC00;
    --red-color:#F04438;
    --cardBG:#F9FAFB;
    --H4:#737373;
    --success:#12B76A;
    --text:#666666;
    --gray200:#EAECF0;
    --gray300:#D0D5DD;
    --gray500:#667085;
    --gray600:#475467;
    --gray700:#344054;
    --gray900:#101828;
    --wizard:#14A38B;
    --label4:#F1F1F3;
    --border:#E7E8EB;
    --Card-Affiliate: #F9F9F9;
    --diamond:#1F97FD;
    --background-l2:#262626;
    --N400:#42526E;
}
/* Example usage */
body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'AvenirLTStd-Book', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
* {
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}
.container {
    max-width: 100%;
}
img {
    max-width: 100%; /* Make images responsive */
}
.mt-4{
    margin-top: 4px !important;
}
.mt-8{
    margin-top: 8px;
}
.mt-12{
    margin-top: 12px;
}
.mt-16{
    margin-top: 16px;
}
.mt-20{
    margin-top: 20px;
}
.mt-24{
    margin-top: 24px;
}
.mt-32{
    margin-top: 32px;
}
.mt-60{
    margin-top: 60px;
}
.mb-8{
    margin-bottom: 8px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-16{
    margin-bottom: 16px;
}
.mb-24{
    margin-bottom:24px
}
.mb-70{
    margin-bottom:70px
}
.mb-60{
    margin-bottom: 60px;
}
.mb-120{
    margin-bottom: 120px;
}
.pt-12{
    padding-top: 12px;
}
.pt-16{
    padding-top: 16px;
}
.ml-16-{
    margin-left: -16px !important;
}
.pr-24{
    padding-right: 24px !important;
}
.ml-16{
    margin-left: 16px;
}
.pb-16{
    padding-bottom: 16px;
}
.px-16{
    padding-left: 16px;
    padding-right: 16px;
}
.py-16{
    padding-top: 16px;
    padding-bottom: 16px;
}
.px-8{
    padding-left: 8px;
    padding-right: 8px;
}
.px-32{
    padding-left: 32px;
    padding-right: 32px;
}
.pb-60{
    padding-bottom: 60px;
}
.p-0{
    padding: 0 !important;
}

svg{
    vertical-align: middle;
}
input{
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
textarea{
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
.container{
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}
.fixed {
    position: fixed;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0%;
    -webkit-box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    -webkit-animation: fixedheader 600ms ease 0ms 1 forwards;
    animation: fixedheader 600ms ease 0ms 1 forwards;
}
body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar {
    width: 0px;
}
/************************ 11.Login Page CSS ***************************/
#loginActive,#signup{
    height: 36px;
    display: inline-grid;
    font-size:14px;
    color:white;
    width:50%;
}
#login,#signupActive{
    height: 36px;
    display: inline-grid;
    font-size:14px;
    color:white;
    width:50%;
}
#loginActive span,#signupActive span{
    border-radius:6px;
    background:white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--secondary-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1);
    padding: 8px 8px 8px 8px;
}
#signup a,#login a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--gray500);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.login-container{
    margin-top: 12px;
    padding: 8px;
    border-radius: 8px;
    background: var(--cardBG);
    margin-left: 16px;
    margin-right: 16px;
}
.login-buttons{
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: var(--cardBG);
    height: 10.15vh;
    max-height: 65px;
}
.social-icons {
    display: flex;
    gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
}
.container-top{
    background-color: #F9FAFB;
    width: 100%;
    height: 65px;
    position: relative;
}
.items-top{
    display: flex;
    position: relative;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    position: absolute;
    padding-left: 32px;
    padding-right: 32;
}
.login-btn{
    border: none;
    outline: none;
    border-radius: 0.25rem;
    font-family: 'AvenirNext', sans-serif;
    width: 164px;
    margin-left: 1rem;
    height: 36px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #ffffff;
    color: #1F215D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.login-btn:hover{
    outline: none !important;
}
.account-btn{
    border: none;
    outline: none;
    background-color:#F9FAFB;
    color: var(--H4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'AvenirNext', sans-serif;
}
.container-icons{
    background-color: #F9FAFB;
    height: 334px;
    margin-left: 1rem;
    border-radius: 0.5rem;
    position: relative;
    margin-top: 0.3rem;
}
.social-btn {
    height: 56px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #D0D5DD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-top: 1rem;
}
.social-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.social-btn img {
    width: 24px;
    height: 24px;
}
.lines-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-1,.line-2 {
    flex: 1;
    height: 1px;
    background-color: #EAECF0;
}
.or-section-2 {
    margin: 0 1rem;
    color: var(--H4);
    white-space: nowrap;
    font-family: 'AvenirNext', sans-serif;
}
.inputs-login{
    display: flex;
    flex-direction: column;
}
.text-email{
    font-size:14px;
    color: var(--H4);
    line-height: 20px;
    font-weight: 500;
    font-family: 'AvenirNext', sans-serif;
}
#input-email{
    height: 44px;
    border-radius: 0.5rem;
    border: 1px solid #EAECF0 ;
    margin-top: 0.4rem;
    padding: 10px 14px 10px 14px;
}
.sub-text-email{
    color: #475467;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0.5rem;
    font-family: 'AvenirNext', sans-serif;
}
.text-password{
    color:var(--H4) ;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 1rem;
    font-family: 'AvenirNext', sans-serif;
}
#input-password{
    height: 44px;
    border-radius: 0.5rem;
    border: 1px solid #EAECF0 ;
    color: var(--secondary);
    position: absolute;
    border: none;
    outline: none;
    padding-left: 14px;
    width: 85%;
    background: transparent;
}
.btn-login:disabled{
    border: none;
    outline: none;
    width:100%;
    height: 44px;
    border-radius:0.5rem ;
    background-color: #D0D0D0;
    color: #FFFFFF;
}
.btn-login-disabled{
    border: none;
    outline: none;
    width:100%;
    height: 44px;
    border-radius:0.5rem ;
    background-color: #D0D0D0;
    color: #FFFFFF;
}
.btn-login-active{
    border: none;
    outline: none;
    width:100%;
    height: 44px;
    border-radius:0.5rem ;
    background-color: #1F215D;
    color:var(--Lprimary);
}
.submit-login-container{
    margin-top: 16px;
}
#input-password::placeholder{
    color: #667085;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'AvenirNext', sans-serif;
}
#input-email::placeholder{
    color: #667085;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'AvenirNext', sans-serif;
}
.box-password{
    height: 44px;
    border-radius: 0.5rem;
    border: 1px solid #EAECF0 ;
    position: relative;
    background-color: #ffffff;
}
.eyeicon{
    position: absolute;
    right:16px;
    width: 16px;
    height: 16px;
    margin-top: 0.8rem;
    color: #1F215D;
}
.user-icon{
    color: var(--primary) !important;
}
.modal-1{
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}
.modal-title-1{
    display: flex;
    justify-content: space-between;
    height: 30px;
}
.modal-close{
    position: fixed;
    right: 20px;
    top: 20px;
}
.line-modal{
    border-bottom: 1.5px solid #EAECF0;
    margin-left: -2rem;
    margin-right: -2rem;
}
.successfully{
    color: #12B76A;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: -1.2rem;
    margin-left: -1rem;
    margin-bottom: 0.5rem;
}
.close-modal{
    width: 24px;
    height: 24px;
    margin-top: -1.2rem;
    right: 16px;
    position: absolute;
}
.happy-modal{
    width: 87.5;
    height: 110.53;
    margin-left: 2rem;
    margin-top: 2.5rem;
}
.message-title-1{
    width: 159px;
    height: 54px;
    background-color: rgba(var(--primary-rgb), 0.14);
    border-radius: 0.5rem;
    margin-left:7.3rem;
    margin-top: -7rem;
}
.message-body-1{
    display: flex;
    flex-direction: column;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 9px;
    position: relative;
}
.success-btn{
    height: 44px;
    border-radius: 0.5rem;
    background-color: #1F215D;
    color: var(--Lprimary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
    margin-left: -1rem;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(31, 33, 93, 0.5); /* کمی تیرگی برای تأکید */
    z-index: 99999;
}
.textin-modal{
    padding: 10px;
}
.subtextin-modal{
    padding: 10px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: white;
    background-color: var(--primary);
    border:none;
}
.btn-outline-secondary {
    border:none;
    color: var(--primary);
    background-color: white;
}
.btn-outline-login{
    background: transparent !important;
    color:var(--H4);
    font-size: 14px;
    font-weight: 600;
}
.btn-outline-login-active{
    background: white !important;
    color:var(--gray700);
    font-size: 14px;
    font-weight: 600;
}
.btn{
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    font-weight: 600;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.form-check-input{
    border:solid 1px var(--primary);
}
.form-check-input:checked {
    background-color: var(--primary) !important;
    border:none !important;
}
.form-control:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb),0.25);
}
.form-select:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb),0.25);
}
.color-dark-sec{
    color: var(--secondary-dark);
}
.color-h4{
    color:var(--H4);
}
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-500w{
    font-weight: 500 !important;
}
.font-600w{
    font-weight: 600 !important;
}
.font-700w{
    font-weight: 700 !important;
}
.height-44{
    height: 44px !important;
}
.inputs-login-input{
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    padding: 10px 14px 10px 14px;
}
.inputs-login-input{
    color:var(--secondary);
}
.inputs-login-text-area{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px 10px 14px;
}
.inputs-login-select{
    font-size: 16px;
    font-weight: 500;
    padding-left: 14px;
    color: var(--secondary-dark);
    width: 100px;
    height: 44px;
}
/************************ Register Page ***************************/
.input-group-text {
    background-color: white;
}
.btn-login {
    border: none;
    outline: none;
    width: 100%;
    height: 44px;
    border-radius: 0.5rem;
    background: var(--secondary-dark);
    color: var(--Lprimary);
}
.incorrect-number-link{
    text-decoration: underline;
    color: #7275EC;
    font-size: 12px;
}
.send-otp-header{
    font-weight: 500;
    font-size: 12px;
    color:var(--H4);
}
.send-again-timer-link{
    font-weight: 600;
    font-size: 12px;
    color:var(--H4);
    text-decoration: underline;
}
.send-again-link{
    font-weight: 600;
    font-size: 12px;
    color:var(--primary);
    text-decoration: underline;
}
.dash-otp{
    color: var(--gray);
    font-size: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 100;
}
#password-requirements{
    display: grid;
    padding: 8px;
}
#password-requirements span{
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}
.btn-login-cancel{
    border: none;
    outline: none;
    width: 100%;
    height: 44px;
    border-radius: 0.5rem;
    background-color: #D0D0D0;
    color: #000000;
}
.terms-btns {
    display: flex !important;
    flex-direction: column;
}
.terms-title{
    color:var(--black);
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}
#terms-section{
    max-height: 300px;
    overflow-y: auto;
    color: var(--H4);
}
#page-section{
    color: var(--H4);
}
.custom-select-wrapper {
    position: relative;
}
.custom-options {
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}
.custom-option {
    cursor: pointer;
    transition: background-color 0.2s;
    color:var(--secondary);
}
.custom-option:hover {
    background-color: #f0f0f0;
}
.d-none {
    display: none;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.slick-list{
    direction: ltr !important;
}
#countryOptions {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
}
.token-container .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    background-image: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
    padding: unset !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 18px !important;
    color: var(--success) !important;
    height: 60px;
    border-bottom-color: var(--gray200) !important;
    border-bottom: 1px solid;
    padding-top: 20px !important;
}
.swal2-container button:where(.swal2-styled):where(.swal2-confirm) {
    height: 44px;
    border-radius: 0.5rem;
    background-color: #1F215D;
    color: var(--Lprimary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}
.swal2-container .swal2-actions {
    padding: 18px;
    margin: 0 !important;
    width: 100%;
}
.swal2-container button:where(.swal2-styled):where(.swal2-confirm) {
    margin-left: 0;
    width: 100%;
}
.swal2-container .swal2-popup{
    border-radius: 12px !important;
    padding: 0 !important
}
.dolma-alert-popup {
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.dolma-alert-title {
    color: #22B573; /* سبز Dolma */
    font-size: 18px;
    font-weight: bold;
}
.dolma-confirm-btn {
    background-color: #1E1E84;
    color: white;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 15px;
}
/* کانتینر کلی */
.add-business-progress-container {
    height: 38px;
    position: relative;
    user-select:none;
}
/* نوار خاکستری پس‌زمینه */
.add-business-progress-bg {
    position: absolute;
    top: 12px;
    width: 100%;
    height: 14px;
    background-color: #F1F1F3;
    border-radius: 5px;
}
/* نوار پیشرفت سبز */
.add-business-progress-bar {
    position: absolute;
    top: 12px;
    height: 14px;
    background-color: #14A38B;
    border-radius: 5px;
    transition: width 0.3s ease;
}
/* دایره مرحله */
.add-business-progress-step {
    position: absolute;
    top: 12px;
    cursor: pointer;
    transform: translateX(-50%);
    user-select: none;
    outline: none;
}
.add-business-progress-step:focus {
    outline: 2px solid #14A38B;
    outline-offset: 2px;
}
/* دایره بزرگ */
.add-business-circle-large {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
    filter: none;
}
/* دایره کوچک سفید بالای دایره بزرگ */
.add-business-circle-small {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    margin-top: -10px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
/* حالت فعال */
.add-business-progress-step.active .add-business-circle-large {
    background-color: #14A38B;
}
.add-business-progress-step.active .add-business-circle-small {
    opacity: 1;
}
.add-business-p-dark-sec{
    font-size: 16px;
    line-height: 20px;
    color:var(--secondary-dark);
    font-weight: 600;
}
.add-business-p-grey{
    font-size: 14px;
    line-height: 20px;
    color:var(--text);
    font-weight: 500;
}
.add-business-label-grey{
    font-size: 14px;
    line-height: 20px;
    color:var(--H4);
    font-weight: 600;
}
#add-business{
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden;
}
#login-register{
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden;
}
#add-business select {
    height: 46px;
    font-weight: 600;
    font-size: 14px;
    color:var(--secondary);
    background: white;
}
#add-business option[value=""] {
    height: 46px;
    font-weight: 500;
    font-size: 14px;
    color:var(--H4);
    background: white;
}
#add-business select:invalid {
    color: var(--H4);
}
.add-business-forms{
    background: var(--cardBG);
    border-radius: 8px;
}
.add-business-header{
    color:var(--secondary-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.add-business-text{
    color:var(--text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.add-business-btn-bottom{
    bottom: 80px;
    position: fixed;
    width: 100%;
    padding-right: 32px;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 44px !important;
    padding: 6px 8px; /* دلخواه برای متن */
    font-size: 14px;  /* سایز دلخواه متن */
}
.select2-container .select2-selection__rendered {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    color: var(--H4) !important;
}
.select2-container .select2-selection__arrow {
    min-height: 44px !important;
}
.select2-container .select2-results__option {
    padding: 2px 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    color: var(--secondary) !important;
}
/* منوی باز شده دقیقا هم‌عرض سلکت */
.select2-container .select2-dropdown {
    box-sizing: border-box !important;
}
.select2-container .select2-results > .select2-results__options {
    max-height: 200px; /* یا هر ارتفاع دلخواه */
    overflow-y: auto !important;
    scrollbar-width: thin; /* برای فایرفاکس */
    scrollbar-color: #c1c1c1 transparent; /* برای فایرفاکس */
}
/* برای Chrome و Webkit */
.select2-container .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px; /* باریک */
}
.select2-container .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}
.select2-container .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}
.select2-container .select2-selection--multiple .select2-selection__arrow {
    display: none !important;
}
.select2-container .select2-selection--multiple {
    position: relative;
}
.select2-container .select2-selection--multiple::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 8px; /* فاصله از سمت راست */
    transform: translateY(-50%);
    background-color: #484A94;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--gray700) !important;
    border: 1px solid var(--gray300) !important;
    border-radius: 4px; /* دلخواه، اگر گوشه‌ها گرد خواستی */
    padding: 2px 6px !important;
    margin: 2px 4px 2px 0; /* برای فاصله بین تگ‌ها */
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: unset !important;
    right:0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 3px 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
}
.select2-container{
    width: 100% !important;
}
.wizard-progress {
    position: relative;
    height: 10px;
    background: var(--label4);
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 16px;
}
.wizard-progress-bar {
    position: absolute;
    height: 10px;
    background: var(--wizard);
    border-radius: 4px;
    width: 0%;
    transition: width 0.3s ease;
}
.wizard-step-dot {
    position: absolute;
    top: -2px;
    width: 14px;
    height: 14px;
    background: var(--gray);
    border-radius: 50%;
    border: 1px solid var(--gray);
    cursor: pointer;
    transition: background 0.3s ease;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard-step-dot.active {
    background: var(--wizard); /* سبز برای نقاط فعال */
    border-color: var(--wizard);
}
.wizard-step-dot.active::after {
    content: '★'; /* ستاره */
    color: white;
    font-size: 14px;
}
.add-business-forms select {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.add-business-forms select option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixed-next-btn {
    position: fixed;
    bottom: 70px;
    width: calc(100% - 32px) !important;
    z-index: 9999;
}
#shift-tools{
    width: 120px;
    border-radius: 8px;
    border:solid 1px var(--border);
    position: sticky;
}
#shift-tools .btn:hover {
    background-color: unset;
}
#shift-tools button,#shift-tools input{
    height: 40px;
    width: 40px;
    border:none;
}
#shift-tools button{
    color:var(--primary)
}
#shift-tools input{
    color:var(--secondary-dark)
}
#shift-tools #inc-btn{
    background: var(--secondary-dark);
}
#shift-tools input{
    font-size: 16px;
    font-weight: 600;
}
.shift-inputs input{
    height: 44px;
    color:var(--secondary-dark);
    font-size:12px;
    font-weight:600;
}
.orange-checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--primary); /* نارنجی */
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: relative;
}
.orange-checkbox:checked {
    background-color: var(--primary); /* پس‌زمینه نارنجی وقتی تیک خورده */
    border-color: var(--primary);
}
.orange-checkbox:checked::after {
    content: '✔';
    color: white;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 2px;
}
#copyMondayToAll{
    color:var(--primary700);
    font-size:14px;
    font-weight: 600;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
.other-social{
    outline: none;
    height: 44px;
    border:solid 1px #E7E8EB;
    border-radius:0.5rem ;
    background-color: white;
    color: var(--secondary-dark);
    font-size: 16px;
    font-weight: 600;
}
.modal-title-nzi{
    font-size:18px;
    font-weight: 600;
    line-height: 28px;
    color:var(--success);
}

.setting-page-wrapper #user-name{
}

.affiliate-ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-align: justify;
    font-size:14px;
    font-weight: 500;
    color:var(--H4);
    line-height: 20px;
}

.affiliate-ol{
    padding-left: 16px;
    text-align: justify;
    font-size:14px;
    font-weight: 500;
    color:var(--H4);
    line-height: 20px;
}

.text-justify{
    text-align: justify !important;
}

.verification-affiliate{
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    top: 0;
    position: absolute;
}

.color-success{
    color:var(--success) !important;
}

.color-red{
    color:var(--red-color) !important;
}

.width-90{
    width: 90% !important;
}

.nzi-select-single-placeholder{
    font-weight: 500;
    font-size: 14px;
    color: var(--H4);
    background: white;
    border-radius: 8px;
    padding: 10px 14px 10px 14px;
    border:solid 1px var(--border);
    display: flex;
    justify-content: space-between;
    max-height: 44px;
}

.nzi-select-single-list{
    max-height: 160px;
    overflow-x: auto;
    border-radius: 8px;
    border:solid 1px var(--border);
}

.nzi-select-single-items{
    height: 42px;
    padding: 9px 10px 9px 10px;
    color: var(--secondary);
    background: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.nzi-select-component .container-input-2 {
    display: flex;
    flex-wrap: wrap;
}
.nzi-select-component .tag-select {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    height: 2rem;
    background-color: white;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    font-size: 0.9rem;
}
.nzi-select-component .remove-tag-btn {
    border: none;
    outline: none;
}
.nzi-select-component .input-box-nzi {
    display: flex;
    position: relative;
    background-color: white;
    border: 1px solid #D0D5DD;
    width: 100%;
    height: 44px;
    font-weight: 500;
    font-size: 14px;
    color: var(--H4);
    border-radius: 8px;
    padding: 10px 14px 10px 14px;;
    justify-content: space-between;
}
.nzi-select-component .input-box-nzi.border-danger {
    border-color: var(--bs-danger) !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.nzi-select-component .input-box-nzi:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb),0.25);
}
.nzi-select-component .input-box-nzi input,
.nzi-select-component .input-box-nzi input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    box-sizing: border-box !important;
}
.nzi-select-component .icon-button-svg {
    border: none;
    outline: none;
    background: unset;
}
.nzi-select-component .cover-select {
    max-height: 15rem;
    overflow-y: scroll;
    background-color: white !important;
    border: 1px solid #D0D5DD;
    border-top: none;
    display: none;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
}
.nzi-select-component .cover-select::-webkit-scrollbar {
    width: 11px;
}
.nzi-select-component .cover-select::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}
.nzi-select-component .cover-select::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.nzi-select-component .items-facility ul:hover,
.nzi-select-component .items-facility li:hover {
    background-color: #d3cdcd;
    cursor: pointer;
}
.nzi-select-component .ul-list-faci {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    list-style: none;
}
.nzi-select-component #checkbox {
    margin-left: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.nzi-select-component #checkbox:checked {
    background-color: #CB6828;
    border: 1px solid #D0D5DD;
}
.nzi-select-component #checkbox:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.border-right-none{
    border-right:none;
}

.border-left-none{
    border-left:none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.text-danger {
    --bs-text-opacity: 1;
    color: var(--red-color) !important;
    font-size: 12px !important;
}

.border-radius-8{
    border-radius: 8px !important;
}

.border-radius-16{
    border-radius: 16px !important;
}

.border-radius-32{
    border-radius: 32px !important;
}

.terms-condition-header{
    color:var(--gray900);
    font-size: 18px;
}

.input-comment{
    font-size: 12px;
    color: var(--gray600);
}

.img-full-width {
    display: block;
    width: calc(100% + 32px); /* چون px-16 یعنی padding 16px از هر طرف */
    margin-left: -16px;
    margin-right: -16px;
    max-width: unset; /* در صورت وجود محدودیت */
}

.affiliate-btn-on-bg{
    position: relative;
    top:-50px;
}
#affiliate-dashboard .card {
    background: var(--Card-Affiliate);
    padding: 16px 12px 16px 12px;
    border-radius: 8px;
    border:none;
}
#affiliate-dashboard #affiliate-link{
    border-radius: 8px;
    border:none;
}
#affiliate-dashboard #affiliate-link #link {
    color:var(--secondary);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
    margin-right: 10px;
}
#affiliate-dashboard #business-count{
    color:var(--secondary);
    font-weight: 600;
    font-size: 24px;
}
#affiliate-dashboard #business-text{
    color:var(--secondary);
    font-weight: 600;
    font-size: 14px;
}
#affiliate-dashboard #show-detail{
    color:var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
#affiliate-dashboard #profit-value{
    color:var(--success);
    font-weight: 600;
    font-size: 24px;
}
#affiliate-dashboard #diamond{
    color:var(--diamond);
    font-size: 16px;
    font-weight: 600;
}
#affiliate-dashboard #gold{
    color:var(--Lprimary);
    font-size: 16px;
    font-weight: 600;
}
#affiliate-dashboard #silver{
    color:var(--Lsecondary);
    font-size: 16px;
    font-weight: 600;
}
#affiliate-dashboard #more-about-plan{
    color:var(--primary);
    font-weight: 600;
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
}
#affiliate-dashboard .business{
    background: var(--Card-Affiliate);
    padding: 16px 12px 16px 12px;
    border-radius: 8px;
    border:1px solid var(--border);
}
#affiliate-dashboard .business-name{
    color:var(--secondary-dark);
    font-size: 14px;
    font-weight: 600;
}
#affiliate-dashboard .business-sub-category{
    color:var(--H4);
    font-size: 12px;
    font-weight: 400;
}

#affiliate-dashboard .business-address{
    color:var(--H4);
    font-size: 12px;
    font-weight: 500;
}

#affiliate-dashboard .business-owner-label {
    color:var(--gray500);
    font-size: 12px;
    font-weight: 600;
}

#affiliate-dashboard .business-call {
    color:var(--H4);
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
}

#affiliate-dashboard .business-search{
    height: 48px;
    color:var(--H4);
    padding: 4px 36px 4px 36px;
    font-size: 12px;
    font-weight: 400;
    border:solid 1px var(--border);
    border-radius: 8px;
}

#affiliate-dashboard .business-search-btn{
    height: 48px;
    width: 48px;
}
#voiceOverlay #voiceTimer{
    font-weight: 600;
    font-size: 12px;
    color:var(--H4);
}
.selected-tags-wrapper .tag-select {
    display: inline-flex;
    align-items: center;
    background-color: #e2e8f0;
    color: #333;
    padding: 2px 5px;
    border-radius: 8px;
    font-size: 12px;
}
.selected-tags-wrapper .tag-select p {
    margin: 0 8px 0 0;
}
.selected-tags-wrapper .remove-tag-btn {
    background: transparent;
    border: none;
    color: #c53030;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
.selected-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.selected-tags-wrapper .checkbox-facility{
    accent-color: var(--primary) !important;
}

.breadcrumbs{
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary-dark);
    display: flex;
    justify-content: start;
    gap: 1px;
    flex-wrap: wrap;
}
.breadcrumbs a{
    font-size: 14px;
    font-weight: 600;
    color:var(--secondary-dark);
}
.sub-categories-list{
    background-color: rgba(var(--primary-rgb), 0.07);
}
.filter-card{
    background: var(--Card-Affiliate);
    border-radius: 8px;
}
.z-999{
    z-index: 999 !important;
}
.filter-group-title{
    color:var(--background-l2);
    font-size: 14px;
    font-weight: 600;
}
.filter-group-label{
    color:var(--H4);
    font-size: 14px;
    font-weight: 400;
}
.range-slider-wrapper {
    position: relative;
    height: 68px !important;
    width: 100%;
}
.range-slider-wrapper .bidirectional-range-slider-filters {
    position: relative;
    width: 100%;
    height: 100%;
}
/* مشترک برای هر دو اسلایدر */
.range-slider-wrapper .range-min,
.range-slider-wrapper .range-max {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #ccc;
    outline: none;
    position: absolute;
    top: 10px;
    z-index: 1000;
    pointer-events: auto;
    border: none;
}
/* جهت جلوگیری از تداخل کلیک */
.range-slider-wrapper .range-min {
    z-index: 3;
}
.range-slider-wrapper .range-max {
    z-index: 2;
}
/* Track شفاف برای هر مرورگر */
.range-slider-wrapper .range-min::-webkit-slider-runnable-track,
.range-slider-wrapper .range-max::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
}
.range-slider-wrapper .range-min::-moz-range-track,
.range-slider-wrapper .range-max::-moz-range-track {
    height: 8px;
    background: transparent;
}
/* Thumb ها */
.range-slider-wrapper .range-min::-webkit-slider-thumb,
.range-slider-wrapper .range-max::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin-top: -6px;
}
.range-slider-wrapper .range-min::-moz-range-thumb,
.range-slider-wrapper .range-max::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
/* برچسب‌های عدد زیر thumb ها */
.range-slider-wrapper .range-label-min,
.range-slider-wrapper .range-label-max {
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    font-size: 12px;
    color: var(--primary);
    white-space: nowrap;
    z-index: 10;
}
.accordion-item {
    border: none;
    margin-bottom: 8px;
}
.filter-group-inputs{
    display: flex;
    position: relative;
    background-color: white;
    width: 100%;
    height: 44px;
    font-weight: 500;
    font-size: 14px;
    color: var(--H4);
    border-radius: 8px;
    justify-content: space-between;
}
.form-check-label{
    color: var(--primary);
}
.switcher-component{
    border: 1px solid gray !important;
}
.filter-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background:var(--secondary-dark);
    color:var(--Lprimary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width:50%;
    border:solid 1px var(--secondary-dark);
    height: 44px;
}
.filter-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background:white;
    color:var(--red-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width:50%;
    border:solid 1px var(--border);
    height: 44px;
}
.subscription-plan-title{
    color:var(--secondary-dark);
    font-size: 14px;
    font-weight: 600;
}
.subscription-plan-currency{
    color:var(--secondary-dark);
    font-size: 20px;
    font-weight: 600;
}
.subscription-plan-price{
    color:var(--secondary-dark);
    font-size: 36px;
    font-weight: 600;
}
.subscription-plan-list{
    list-style:none;
    padding-left: 0;
    font-size:12px;
    font-weight:500;
    color:var(--gray500);
}
.no-box-shadow{
    box-shadow: none !important;
}
.breadcrumb-title{
    font-weight: 700;
    font-size:16px
}
.padding-0{
    padding: 0 !important;
}
.footer-subscription-payment {
    position: fixed;
    bottom: -1px;
    width: 100%;
    margin: auto;
    z-index: 99;
    background: white;
    height: 84px;
}
.subscription-payment-footer-currency{
    color:var(--secondary-dark);
    font-size: 12px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.subscription-payment-footer-price{
    color:var(--secondary-dark);
    font-size: 16px;
    font-weight: 600;
}
.subscription-payment-footer-title{
    color:var(--gray500);
    font-size: 12px;
    font-weight: 500;
}
.card-bg{
    background: var(--cardBG);
}
.a-link{
    color:var(--secondary);
    font-size: 16px;
    font-weight: 800;
}
.business-dashboard #review{
    color:var(--yellow);
    font-size: 14px;
    font-weight: 600;
}
.business-dashboard #comment{
    color:var(--primary);
    font-size: 14px;
    font-weight: 600;
}
.business-dashboard #share{
    color:var(--diamond);
    font-size: 14px;
    font-weight: 600;
}
.business-score{
    font-size: 14px;
    font-weight: 600;
    color:var(--H4);
}
.business-name{
    color: var(--background-l2);
    font-size: 16px;
    font-weight: 600;
}
.business-attribute-value{
    border: var(--primary) solid 1px;
    border-radius: 32px;
    font-size: 12px;
    font-weight: 400;
    background: white;
    padding:6px 8px 6px 8px;
    color: var(--primary);
}
.business-description{
    font-size: 12px;
    font-weight: 400;
    color: var(--H4) !important;
    text-align: justify;
}
.business-filter-title{
    font-size: 14px;
    color:var(--secondary);
    font-weight: 600;
}
.border-0{
    border:none;
}
.business-work-time{
    font-size: 12px;
    font-weight: 400;
    color:var(--N400)
}
.text-white{
    color:white;
}
.login-whatsapp-sms{
    color:var(--secondary);
    font-size: 14px;
    font-weight: 500;
}
.height-auto{
    height: auto !important;
}
.search-result-location{
    color:var(--H4);
    font-size: 12px;
    font-weight: 500;
}
.full-height-add-affiliate {
    /* برای مرورگرهای جدید */
    height: 70dvh;
    /* برای مرورگرهای قدیمی که dvh ندارند */
    height: calc(var(--vh, 1vh) * 70);
}
.old-price-diagonal{
    position: relative;
    display: inline-block;      /* اندازه دقیقِ متن */
    text-decoration: none;      /* خط افقی پیش‌فرض رو بردار */
    padding: 0 .125rem;         /* کمی فضا */
}
.old-price-diagonal::after{
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    top: 50%;
    height: 2px;                /* ضخامت خط */
    background: var(--red-color);   /* همرنگ متن محو */
    transform: rotate(-18deg);  /* زاویه مورّب */
    transform-origin: center;
    pointer-events: none;
}
.border-gradient {
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, red, orange, yellow, green, cyan) border-box;
    font-size: 14px;
    font-weight: 500;
    color:var(--background-l2)
}
.old-price-currency{
    font-size:14px;
    font-weight: 600;
    color:var(--H4)
}
.old-price{
    font-size:16px;
    font-weight: 700;
    color:rgba(var(--secondary-rgb), 0.2) !important;
}
.new-price{
    font-size:18px;
    font-weight: 600;
    color:var(--red-color)
}
.price-info{
    font-size:16px;
    font-weight: 700;
    color:var(--H4)
}
.icon-dummy{
    margin-left: 1.5rem;
    width: 40px !important;
    height: 35px !important;
    background: transparent !important;
    border-radius: unset !important;
    top: 6px;
    position: relative;
}
.top-20{
    top:20px !important
}
.dashboard-subscription-text{
    font-weight: 600;
    font-size: 14px;
    color:var(--secondary);
}
.dashboard-subscription-plan-name{
    font-weight: 600;
    font-size: 12px;
    color:var(--secondary-dark);
}
.dashboard-subscription-icon{
    top: -2px;
    position: relative;
}
.dashboard-subscription-desc{
    font-weight: 500;
    font-size: 12px;
    color:var(--H4);
}
.dashboard-subscription-amount-day{
    font-weight: 600;
    font-size: 16px;
    color:var(--secondary);
}
.dashboard-subscription-subscribe-btn{
    border-radius: 8px;
    padding: 10px 18px 10px 18px;
    border:1px solid var(--border);
    font-size:16px;
    font-weight: 600;
    color:var(--secondary-dark);
    background: white;
    height: 44px;
    width: 100%;
    display: block;
    text-align: center;
}
.btn-nzi-first {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 0.5rem;
    color: white;
    background: var(--primary);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px 10px 16px;
}
.btn-nzi-second{
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 0.5rem;
    color: var(--Lprimary);
    background: var(--secondary-dark);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px 10px 16px ;
}
.search-text-shadow{
    text-shadow: 0px 0px 8px #000000;
}
.tabbar-span{
    font-size: 10px;
    font-weight: 500;
    color:var(--H4)
}
.business-attribute-value-span{
    border: var(--border) solid 1px;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 500;
    background: white;
    padding:6px 8px 6px 8px;
    color: var(--H4);
}
.business-attribute-value-span.active{
    border: var(--primary) solid 1px;
    background: rgba(var(--primary-rgb), 0.10);
    color: var(--primary);
    white-space: nowrap;
}
.btn-language{
    padding: 4px 6px 4px 6px;
}
