﻿@font-face {
    font-family: nobatan;
    src: url(../fonts/biaad8e8.eot);
    src: url(../fonts/biaad8e8.eot?#iefix) format("eot"),url(../fonts/bia4247f.woff2) format("woff2"),url(../fonts/bia0c2dd.woff) format("woff"),url(../fonts/bia8af74.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/iransans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/iransans/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/iransans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/iransans/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'), url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}

* {
    outline: none !important;
}

a {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
body.is-access-page {
    padding-top: 0;
    background: #f1f5ff;
    direction: rtl;
    font-family: IRANSans,nobatan;
}

main {
    display: block;
}

.letter-Spc1 {
    letter-spacing: 1px !important;
}

.account-pages {
    height: 100vh;
    position: relative;
}

.semi-modal-layout {
    height: 100vh;
}

.semi-modal-layout {
    height: calc(100vh - 120px);
    min-height: 770px;
    position: relative;
}

#main-content .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.o-page {
    margin-top: 17px;
}

.o-page--account-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}
.o-page--account-box .header {
    margin: 80px auto auto !important;
    display: flex;
    justify-content: center;
}
.c-account-box {


}
.box-container {
    padding: 1.5rem;
    border-radius: 14px;
    box-shadow: 0 16px 45px #d9dfed;
    background-color: #f7fafb;
    width: 550px;
    margin: 10px 0 10px !important;
    position: relative;
    min-width: 320px;
}
@media only screen and (max-width: 575px) {
    .box-container {
        width: calc(100%);
        min-width: auto;
        max-width: 100%;
    }
}
.c-account-box__logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 18px;
    transform: translate(-50%);
    background: url('https://www.nobatan.com/images/nobatan-logo-desktop2.png') no-repeat 50% 50%;
    background-size: auto auto;
    background-size: contain;
    text-indent: -1000em;
}

.c-account-box__headline {
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    line-height: 1.222;
    font-weight: 700;
    text-align: center;
}

.c-account-box__content {
    padding: 0 30px;
}

    .c-account-box__content .c-form-account {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.c-form-account {
    margin: 29px 0;
    margin-top: 29px;
    margin-bottom: 29px;
}

.c-account-box__content .c-form-account .c-message-light {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.c-message-light--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.c-message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
}

.txt-code {
    text-align: center;
    padding: 11px 0;
    font-size: 20px;
}

.c-form-account__link {
    margin-bottom: 10px;
}

.c-account-box__content .c-form-account .c-message-light {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.c-form-account .c-message-light {
    margin-bottom: 20px;
}

.c-message-light--success, .c-message-light.success {
    background-color: #eeffdf;
    border: 1px solid #b7ecb8;
    color: #518541;
}

.c-form-account__title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 14px;
    line-height: 1.467;
    direction: ltr;
    text-align: center;
}

.c-form-account__title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-form-account__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 23px;
    margin-bottom: 9px;
}

.c-form-account__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex !important;
    justify-content: center !important;
}

.c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    direction: rtl;
}

.c-ui-input--account-login::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E002";
}

.c-ui-input--Mobile::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E05E";
}

.c-ui-input--Title::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E017";
}

.c-ui-input--Address::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E0A7";
}

.c-ui-input--Phone::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E073";
}
.c-ui-input--Price::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E01c";
}
.c-ui-input--Code::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E028";
}
.c-ui-input--Date::before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
    content: "\E09e";
}

.c-account-box__content .c-ui-input__field,
.c-account-box__content .c-ui-label {
    background: #d9dfed;
    border: 2px solid #d9dfed;
    width: 100%;
    border-radius: 14px;
    padding: .5rem 1rem;
    font-weight: 300;
    position: relative;
    z-index: 5;
    color: #374b76;
    height: 40px;
    direction: ltr;
}
.c-account-box__content .c-ui-input__field__err {
    border: 1px solid #f47070!important;
}
.txt-verify-code, .txt-verify-code-discount, .txt-verify-code-advisor, .txt-verify-code-advisor-nobatan {
    letter-spacing: 10px; /* فاصله بین کاراکترها */
    text-align: center; /* قرارگیری وسط */
    font-size: 20px; /* کمی بزرگتر برای دید بهتر */
    font-weight: bold;
}
.txt-mobile, .txt-mobile-discount, .txt-mobile-advisor, .txt-mobile-advisor-nobatan {
    letter-spacing: 2px;
    text-align: center;
    font-size: 20px !important;
}
.c-account-box__content .c-ui-label {
    border:none;
    border-bottom: 1px dashed #c8c8c8;
}

.c-account-box__content .c-ui-input__code {
    letter-spacing: 5px;
    text-align: center;
    padding: 11px !important;
}
.success-btn:disabled {
    background-color: #eeefef !important;
    border-color: #eeefef !important;
    color: #969696 !important;
    pointer-events: none;
}
.success-btn {
    background-color: #19c964 !important;
    border-color: #19c964 !important;
    color: #fff !important;
}

    .success-btn:hover {
        background-color: rgb(0, 65, 255) !important;
        border-color: rgb(0, 65, 255) !important;
        color: #fff !important;
    }

.primary-btn {
    background-color: #fff !important;
    border-color: rgb(0, 65, 255);
    color: #000 !important;
}

    .primary-btn:hover {
        border-color: rgb(43, 97, 255) !important;
    }

.c-account-box__content .c-ui-input::before {
    top: 20px;
}

.c-ui-input--account-password::before {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #929292;
    font-size: 27px;
    content: "\E06D";
}

.c-ui-input--des::before {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #929292;
    font-size: 27px;
    content: "\E05f";
}

.view_register_password {
    position: absolute;
    right: 50px;
    top: 17px;
    font-size: 18px;
    color: #929292;
    cursor: pointer;
}

    .view_register_password:hover {
        color: #a556a7;
    }

.view_package_register_password {
    right: 10px;
    top: 3px;
    font-size: 15px;
    color: #929292;
    cursor: pointer;
    position: absolute;
}

    .view_package_register_password:hover {
        color: #00bfd6;
    }

.c-account-box__content .c-form-account__agree {
    margin: -3px 0 7px;
    font-size: 12px;
    line-height: 2.5;
    color: #5c5c5c;
    padding-right: 30px;
    position: relative;
}

.has-error .c-ui-input__field {
    border-color: #fb3449;
    color: #ef5662 !important;
}

.has-error .c-ui-feedback-hint {
    position: absolute;
    display: block;
    right: 100%;
    bottom: 100%;
    margin-right: -150px;
    margin-bottom: 10px;
    background: #ef5662;
    white-space: nowrap;
    padding: 9px 25px;
    color: #fff;
    z-index: 2;
}

    .has-error .c-ui-feedback-hint::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 12px 0;
        border-color: #ef5662 transparent transparent;
        top: 100%;
        right: 35px;
        content: "";
        position: absolute;
    }

.has-error.c-ui-input::before {
    color: #fb3449;
}

.c-form-account__agree.has-error .c-ui-feedback-hint {
    right: 0;
    margin-right: -37px;
    margin-bottom: 10px;
    z-index: 2;
}

.c-account-box__message {
    margin: 40px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.c-account-box__message-icon--register-success {
    background-image: url(../files/0085e4ce.svg);
    background-size: 78px 73px;
    background-position: 38px 35px;
}

.c-account-box__message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 30px;
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-image: none;
    background-size: auto auto;
}

.c-account-box__message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    line-height: 1.158;
}

.c-account-box__message p {
    font-size: 15px;
    line-height: 2;
    color: #727272;
    margin-bottom: 15px;
}

.c-account-box__message-links {
    list-style: none;
    padding: 0;
    position: relative;
}

    .c-account-box__message-links li {
        margin: 15px 0;
    }

.c-form-account__agree .c-ui-checkbox {
    position: absolute;
    right: 0;
    top: 8px;
    width: 22px;
    height: 21px;
    display: inline-block;
}

.c-ui-checkbox__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.c-ui-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
}

    .c-ui-checkbox input[type="checkbox"]:checked + .c-ui-checkbox__check {
        background-color: #a556a7;
        border: 1px solid #8b308d;
        border-radius: 5px;
    }

.c-ui-checkbox--primary input[type="checkbox"]:checked + .c-ui-checkbox__check::before {
    left: 3px;
    top: -3px;
    font-size: 12px;
    content: "\E021";
    position: absolute;
    color: #fff;
    font-family: nobatan;
}



.btn-couple-add, .btn-customer-add {
    font-size: 18px;
    line-height: 1.222;
    padding: 20px 80px 20px 55px;
    border-radius: 8px;
    background-color: #a556a7;
    border: 1px solid #8b308d;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.6px;
    cursor: pointer;
}


    .btn-couple-add:not(.disabled):not(.is-inactive):not([disabled])::before, .btn-customer-add:not(.disabled):not(.is-inactive):not([disabled])::before {
        transition: all .3s ease-in-out;
    }

    .btn-couple-add:hover::before, .btn-customer-add:hover::before {
        width: 100%;
        right: 0;
        border-radius: 0;
    }

.c-account-box__content .c-form-account__col button::before {
    top: -23px;
}

.btn-couple-add::before, .btn-customer-add::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.btn-couple-add::after {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 30px;
    content: "\E0AD";
}

.btn-customer-add::after {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 30px;
    content: "\E0AD";
}

.btn-user-profile::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -30px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.btn-user-profile:not(.disabled):not(.is-inactive):not([disabled])::before {
    transition: all .3s ease-in-out;
}

.btn-user-profile:hover::before {
    width: 100%;
    right: 0;
    border-radius: 0;
}

.btn-user-profile:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-user-profile::after {
    position: absolute;
    right: 30px;
    top: 3px;
    font-size: 30px;
}

.btn-user-profile::after {
    content: "\E059";
}

.btn-user-add::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -30px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.btn-user-add:not(.disabled):not(.is-inactive):not([disabled])::before {
    transition: all .3s ease-in-out;
}

.btn-user-add:hover::before {
    width: 100%;
    right: 0;
    border-radius: 0;
}

.btn-user-add:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-user-add::after {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 30px;
}

.btn-user-add::after {
    content: "\E059";
}

.btn-user-add {
    padding: 16px !important;
    cursor: pointer;
}

.c-account-box__message-links .btn-user-profile {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-form-account__row c-form-account__row--submit .btn-user-add {
    width: 100%;
    text-align: center;
}

.btn-user-profile, .btn-user-add {
    font-size: 18px;
    line-height: 1.222;
    padding: 20px 120px 20px 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    background-color: #a556a7;
    border: 1px solid;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.6px;
}

.btn-pay {
    background-color: #5fc245;
}

.btn-pay::after {
    content: "\E021";
}

.c-account-box__content .c-form-account .c-message-light {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.c-account-box__content .c-form-account .c-message-light--error {
    min-height: 50px;
}

.c-message-light.has-oneline {
    min-height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.467;
}

.c-form-account .c-message-light {
    margin-bottom: 20px;
}

.c-message-light--error, .c-message-light.error {
    background-color: #fff9fa;
    border: 1px solid #ffc1c5;
    color: #ef5662;
}

.c-message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
}

.c-account-box__footer {
    border-top: 1px solid rgb(238, 238, 238);
    padding: 25px 25px 10px 25px;
    text-align: center;
    font-size: 15px;
}

.c-footer-light {
    bottom: 0;
    left: 0;
    right: 0;
}

    .c-footer-light .container {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 1.692;
        color: #b1b1b1;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

.c-footer-light__links li a {
    color: #7f7f7f;
    letter-spacing: -.5px;
    font-size: 13px;
    line-height: 1.692;
}

.c-footer-light__links {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

    .c-footer-light__links li {
        display: inline-block;
        margin: 0 17px;
    }

.c-footer-light__text {
    font-size: 12px;
    line-height: 21px;
    color: #b0b0b0;
    text-align: center;
    direction: rtl;
    letter-spacing: -.5;
}

.c-footer-light .container p {
    margin-top: 15px;
}

.o-page__content {
    position: relative;
    min-height: 1px;
}

.c-profile-navbar {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    display: flex;
}

    .c-profile-navbar h4 {
        font-size: 21px;
        font-size: 1.5rem;
        line-height: 1.048;
        color: #858585;
    }

    .c-profile-navbar span {
        line-height: 1.833;
        letter-spacing: -.4px;
        color: #767676;
        margin-right: auto;
        position: relative;
    }

.c-profile-navbar__btn-back {
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    background: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 10px;
    letter-spacing: -.2px;
    color: #767676;
    padding: 0px 0 0 16px;
    cursor: pointer;
    position: relative;
    margin-top: -15px;
}


    .c-profile-navbar__btn-back::before {
        content: "\E010";
        position: absolute;
        right: 2px;
        top: 9px;
        font-size: 27px;
        font-family: nobatan;
    }

.c-profile-empty {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    padding: 15px 15px 20px;
    min-height: 337px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048;
    color: #c8c8c8;
    letter-spacing: .4px;
}

    .c-profile-empty::before {
        font-family: nobatan;
        content: "\E052";
        font-size: 154px;
        margin-bottom: 30px;
        display: block;
        color: #dadada;
    }

.o-grid .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.o-grid .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.c-profile-stats {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding-bottom: 43px;
    height: calc(100% - 68px);
}

.c-profile-stats__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
}

.c-profile-stats__col:first-child {
    border-right: none;
}

.c-profile-stats__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #f1f1f1;
    padding: 10px 30px;
}

    .c-profile-stats__col p {
        font-size: 19px;
        font-size: 1.357rem;
        line-height: 1.158;
        letter-spacing: -.5px;
        color: #939393;
    }

        .c-profile-stats__col p span {
            display: block;
            line-height: 1.692;
            letter-spacing: -.3px;
            margin-bottom: 7px;
            color: #bababa;
        }

            .c-profile-stats__col p span.alert {
                color: #c62d31;
            }

        .c-profile-stats__col p .c-profile-stats__value {
            font-size: 19px;
            line-height: 1.158;
            direction: ltr;
            text-align: right;
            letter-spacing: -.5px;
            color: #939393;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.c-profile-stats__action {
    padding: 14px 30px 17px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: absolute;
    bottom: 14px;
    height: 54px;
    left: 0;
    right: 0;
    margin-top: -1px;
    position: unset;
}


.o-page__aside {
    position: relative;
    min-height: 1px;
}

.c-profile-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.c-profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
}

.c-profile-box__header {
    position: relative;
    background-color: #7c517d;
    height: 47px;
}

.c-profile-box__header {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff;
    font-size: 12px;
    line-height: 1.692;
    text-align: right;
}

.c-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto auto;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0,0%,100%,.61);
    position: absolute;
    left: 20%;
    top: 12px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

.c-profile-box__btn-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 8%;
    background: #fff;
}

    .c-profile-box__btn-edit::before {
        content: "\E071";
        font-size: 9px;
        color: #909090;
        position: absolute;
        left: 3px;
        top: 3px;
        font-family: nobatan;
    }

.c-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    font-weight: 500;
    letter-spacing: -.5px;
}

.c-profile-box__tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    display: -ms-flexbox;
    display: flex;
    min-height: 47px;
    text-align: center;
}

.c-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb;
}

.c-profile-box__tab {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 23px 10px 0;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    line-height: 2;
    color: #7b7b7b;
    position: relative;
}

.c-profile-box__tab--access::before {
    content: "\E001";
    font-size: 17px;
    top: 8px;
    font-family: nobatan;
}

.c-profile-box__tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.c-profile-box__tab--sign-out::before {
    content: "\E09A";
    font-size: 13px;
    top: 3px;
    font-family: nobatan;
}

.c-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
}

.c-profile-menu__header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    line-height: 1.692;
}

.c-profile-menu__items {
    list-style: none;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
    padding: 0;
}

.c-profile-menu__url.is-active, .c-profile-menu__url:hover {
    background-color: #fff2ff;
    color: #891b8c;
}

.c-profile-menu__url {
    position: relative;
    padding: 12px 50px 12px 0;
    color: #5b5b5b;
    display: block;
}

    .c-profile-menu__url.is-active::before, .c-profile-menu__url:hover::before {
        color: inherit;
    }

    .c-profile-menu__url::before {
        position: absolute;
        color: #c7c7c7;
    }

.c-profile-menu__url--dashboard::before {
    content: "\E002";
    font-size: 16px;
    top: 14px;
    right: 25px;
    font-family: nobatan;
}

.c-profile-menu__url--orders::before {
    content: "\E082";
    font-size: 18px;
    top: 13px;
    right: 23px;
    font-family: nobatan;
}

.c-profile-menu__url--personal::before {
    content: "\E083";
    font-size: 18px;
    top: 13px;
    right: 23px;
    font-family: nobatan;
}

.c-profile-legal {
    padding-top: 20px;
}

.c-form-legal__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.c-form-legal__col:first-child {
    border-right: none;
}

.c-form-legal__col {
    padding: 0 55px;
}

.c-form-legal__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
}

@media(max-width:767px) {
    .c-form-legal__col {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.c-form-legal__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 28px;
}

.c-form-legal__label {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 14px;
    line-height: 1.571;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.c-form-legal__field, .c-form-legal__label {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

    .c-form-legal__label > label {
        padding-right: 5px;
        margin-bottom: 0;
    }

.c-form-legal__field {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.c-form-legal__field, .c-form-legal__label {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.c-ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.c-ui-input__field, .dk-selectric-input {
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
}

.c-form-legal__row--submit .c-form-legal__col:first-child {
    -ms-flex-pack: end;
    justify-content: flex-end;
    direction: ltr;
}

.btn-default--success:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden;
}

.btn-default--success {
    padding-right: 88px;
}

.btn-default {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    padding-right: 31px;
    color: #fff;
}

.btn-default--gray {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.c-account-box__message-icon--email-success {
    background-image: url(../svg/68c33207.svg);
    background-size: 92px 44px;
    background-position: 14px 51px;
}

.c-account-box__message-icon--register-success {
    background-image: url(../svg/0085e4ce.svg);
    background-size: 78px 73px;
    background-position: 38px 35px;
}


.mb-25 {
    margin-bottom: 25px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}
.btn {
    min-width: 160px;
    height: 48px;
    background: #0000;
    background-color: rgba(0, 0, 0, 0);
    outline: none !important;
    border-radius: 14px !important;
    border: 1px solid #0000;
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    padding: .5rem 1rem;
    font-size: 1em;
    line-height: calc(48px - 1rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}
@media (min-width: 1200px) {
    .container {
        width: 1260px !important;
    }
}
.container2 {
    display: grid;
    grid-template-columns: 840px calc(100% - 850px);
    column-gap: 20px; /* فاصله بین ستون‌ها */
    row-gap: 10px; /* فاصله ردیف‌ها */
    padding: 10px;
}
    .container2 .button-primary2-outstanding {
        background-color: #16a34a;
        width: 100% !important;
        text-align: right;
    }
/* دایوها */
.div1 {
    grid-column: 1;
    grid-row: 1;
    height: 200px;
    background: #fff;
    border-radius: 16px;
    margin: 10px 0 0 0;
    padding: 10px;
}
    .div1 .divparent {
        display: flex;
        width: 100%;
        height: 135px;
        background: rgb(248, 250, 252);
        border-radius: 22px;
        padding: 10px 20px;
    }

    .div1 .divright {
        width: 85px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .div1 .divright img {
            width: 85px;
            height: 85px;
            border-radius: 50%; /* گرد کردن تصویر */
            object-fit: cover; /* حفظ تناسب */
            border: 2px solid #f0f1f2
        }

    .div1 .divleft {
        flex: 1; /* پر کردن فضای باقیمانده */
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        padding: 10px 20px;
        position: relative
    }

.div1 .divleft h1 {
    font-size: 22px;
    margin: 0 0 10px 0;
}
    .div1 .divleft .regiondiv {
        position: absolute;
        left: 0;
        top: 20px;
    }

    .div1 .divbottom {
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .div1 .divbottom2, .div1 .divbottom3 {
        display: none;
    }
        .div1 .divbottom .rezaiat {
            background: #16a34a;
            border-radius: 19px;
            font-size: 14px;
            padding: 5px 20px;
            color: #fff;
        }
    .div1 .divbottom .divcenter {
        padding: 20px 5px;
        font-size: 15px;
        font-weight: 500;
    }
.div2 {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height:400px;

}
    .div2 .row-title {
        background: #f5f7fa;
        width: 100%;
        padding: 10px;
        border-radius: 16px;
        margin:0
    }
.inderdiv2-1, .inderdiv2-2, .inderdiv2-3 {
    grid-column: 2;
    grid-row: 1 / span 2;
    background: #fff;
    border-radius: 22px;
    margin: 10px 0;
    padding: 10px;
}
    .inderdiv2-3 button,
    .inderdiv2-3 a,
    .div1 .divbottom3 a {
        border: 1px solid #ff802e;
        border-radius: 22px;
        padding: 5px 10px;
        width: 100%;
        background: #fff;
        margin: 5px auto;
        color: #ff802e;
        font-size: 14px;
        font-weight: 700;
        display: flex; /* فعال کردن فلکس‌باکس */
        justify-content: center; /* وسط‌چین افقی */
        align-items: center;
        gap:10px;
    }
.inderdiv2-3 i {
    order: 1;
    font-size: 22px;
}
        .inderdiv2-3 button:hover {
            background: #ffa0631c
        }
        .inderdiv2-3 a:hover {
            background: #ffa0631c
        }
.div1 .divbottom3 a:hover {
    background: #ffa0631c
}

        .div3 {
    grid-column: 1;
    grid-row: 2;
    border-radius: 16px;
}


            .div3 section .container-section {
                background: #fff;
                border-radius: 22px;
                padding: 30px;
                font-size: 14px;
                line-height: 25px;
                text-align: justify;
            }
                .div3 section .container-section .gallery .gallery-item {
                    width: 122px;
                    height: 100px;
                    background-size: auto;
                    border-radius: 22px;
                }
                .div3 section .container-section .field-group-line {
                    border: #0342ff solid 1px;
                    height: 50px;
                    border-radius: 22px;
                    padding: 5px;
                    display: flex;
                    gap: 10px;
                }
                .div3 section .container-section .comments input {
                    border: none;
                    margin-right: 20px;
                    margin-top: 6px;
                }
                .div3 section .container-section .field-group-line:focus-within {
                    border: #ff802e solid 1px;
                }
                .div3 section .container-section .comments button {
                    width: 120px;
                }
          
                .div3 section .container-section .comments .comment-item {
                    border-radius: 22px;
                }
                .div3 section .container-section .comments .comment-item.reply {
                    margin-right: 60px;
                    background: #f8fafc;
                    border-radius:22px;                }
                    .div3 section .container-section .comments .comment-item.reply::after {
                        border-left-color: #f8fafc;
                    }
                .div3 section  .page-main-heading {
                    margin:unset!important
                }
            .div3 .button-primary-outline {
                border: 1px solid #ff802e;
                color: #ff802e;
                background-color: white;
                border-radius: 22px;
                width: 300px !important;
            }
#fixedDiv {
    position: fixed;
    bottom: -100px; /* اولش مخفی */
    left: 0;
    width: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 15px;
    transition: bottom 0.4s ease;
    display: none; /* پیشفرض مخفی */
    gap: 10px;
    justify-content: center;
    border: 1px solid #ddd;
    z-index: 9999;
    margin-bottom: 30px;
}

    #fixedDiv.showed {
        bottom: 40px;
    }
.mobile-fixed-div {
    display: none; /* پیش‌فرض مخفیه */
    gap: 10px;
    justify-content: center;
}
/* حالت موبایل */
@media (max-width: 768px) {
    .container2 {
        display: block; /* همه زیر هم */
    }

    .div1, .div2, .div3 {
        width: 100%;
        margin: 0 0 10px 0; /* فاصله بین‌شون */
    }

    .div1 {
        height: 370px;
    }

        .div1 .divleft .regiondiv {
            position: unset;
            margin-top: 70px;
        }

        .div1 .divparent {
            height: 200px;
        }
        .div1 element {
            padding: 10px 0;
        }
        .div1 .divbottom2 {
            display: flex;
            border-top: 1px solid #eaeaea;
            padding: 10px;
            gap: 50px;
            justify-content: center;
        }
        .div1 .divbottom2 a{
        color:#000;
        }
            .div1 .divbottom2 a:hover {
                color: #ff802e;
            }
        .div1 .divbottom3 {
            display: flex;
            border-top: 1px solid #eaeaea;
            padding: 10px;
            gap: 50px;
            justify-content: center;
        }
        .div1 .divbottom3 a:hover {
            color: #ff802e;
        }
        .inderdiv2-1 {
            grid-column: 2;
            grid-row: 1 / span 2;
            height: 200px;
            background: #fff;
            border-radius: 22px;
            margin: 0 !important;
            padding: 10px;
        }
    .div3 section .container-section .gallery .gallery-item {
        width: 32%;
        height: 80px;
    }
    .mobile-fixed-div {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ddd;
        text-align: center;
        padding: 10px;
        z-index: 9999;

    }
        .mobile-fixed-div div {
            display: flex;
            width: 80px;
            flex-direction: column;
            align-items: center;
            font-weight: 500;
            color: rgb(0, 65, 255);
            border-radius: 22px;
        }
        .mobile-fixed-div div span{
            display: block;
        }
        .mobile-fixed-div a:hover {
            color: #ff802e
        }
        
    
}
@media screen and (max-width: 768px) {
    #fixedDiv {
        display: flex;
       
    }
}


.success-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

    .success-btn.loading::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.advice-success {
    max-width: 560px;
    margin: 24px auto;
    background: linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
    border: 1px solid #e9eef5;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(16,24,40,.06);
    padding: 20px 18px;
}

@media (min-width:480px) {
    .advice-success {
        padding: 28px 26px;
    }
}

.advice-success__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: radial-gradient(120% 120% at 10% 10%, #ecfdf3 0%, #e6fffa 60%, #f0fbff 100%);
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    box-shadow: inset 0 0 0 1px #dcfce7;
}

    .advice-success__icon svg {
        width: 30px;
        height: 30px;
    }

    .advice-success__icon circle {
        fill: #22c55e1a;
        stroke: #22c55e;
        stroke-width: 2;
    }

    .advice-success__icon path {
        fill: none;
        stroke: #16a34a;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.advice-success__title {
    text-align: center;
    margin: 8px 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.advice-success__subtitle {
    text-align: center;
    margin: 0 0 16px;
    color: #475569;
    line-height: 1.9;
    font-size: 14px;
}

.advice-success__info {
    background: #ffffff;
    border: 1px dashed #d7e2ee;
    border-radius: 14px;
    padding: 10px 12px;
    margin-bottom: 16px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #eef2f7;
}

    .info-row:last-child {
        border-bottom: none;
    }

.info-label {
    color: #64748b;
    min-width: 90px;
    font-size: 13px;
}

.info-value {
    color: #0f172a;
    font-weight: 600;
    font-size: 13.5px;
}

.advice-success__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}


.btn-ghost {
    background: transparent;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}
.sort-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.sort-icon {
    display: none;
    margin-right: 6px;
    font-size: 16px;
    color: #444;
}


.dropdown-sort {
    position: relative;
}

.sort-toggle {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    min-width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sort-toggle:hover {
        border-color: #aaa;
    }

.sort-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 100;
}

    .sort-menu li {
        padding: 8px 12px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .sort-menu li:hover {
            background: #f2f2f2;
        }

/* ریسپانسیو موبایل */
@media (max-width: 576px) {
    .sort-box {
        flex-direction: column;
        align-items: stretch;
    }

    .sort-toggle {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .sort-box {
        order: 0; /* سمت چپ/اول بمونه */
    }

    .sort-label {
        display: inline;
    }

    .sort-icon {
        display: none;
    }
}

/* برای حالت موبایل */
@media (max-width: 767px) {
    .page-main-heading {
        align-items: flex-start; /* متن چپ‌چین */
    }

    .sort-box {
        align-self: flex-start;
        margin-top: 20px;
    }
    .sort-label {
        display: none; /* متن مرتب‌سازی مخفی بشه */
    }

    .sort-icon {
        display: inline-block; /* آیکن کنار دراپ‌دان نمایش داده بشه */
    }
}

.alert-warning-nobatan {
    position: relative;
    background: #fff4ec; /* پس‌زمینه روشن متناسب با نارنجی */
    border: 1px solid #ff802e;
    border-right: 6px solid #ff802e; /* نوار رنگی سمت راست */
    color: #333;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .alert-warning-nobatan:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

    .alert-warning-nobatan .icon {
        flex-shrink: 0;
        font-size: 20px;
        color: rgb(0, 65, 255); /* آبی برند */
    }

    .alert-warning-nobatan strong {
        color: #ff802e; /* تاکید روی متن نارنجی */
    }

@media (max-width: 768px) {
    .div-filter-section {
        display: none; /* فرم موبایل مخفی */
    }
    .mobile-search-preview {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 8px 12px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .mobile-search-preview input {
            border: none;
            outline: none;
            flex: 1;
            background: transparent;
        }

        .mobile-search-preview i {
            color: #ff802e;
            margin-left: 8px;
        }
}

.ads-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ad-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
}

    .ad-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }

    .ad-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }