@font-face {
    font-family: "IRANYekan";
    src: url(../../fonts/iranyekan/IRANYekan.eot?#iefix) format("embedded-opentype"), url(../../fonts/iranyekan/IRANYekan.ttf) format("truetype"),
    url(../../fonts/iranyekan/IRANYekan.woff) format("woff"), url(../../fonts/iranyekan/IRANYekan.woff2) format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "IRANYekan";
    src: url(../../fonts/iranyekan400/IRANYekan.eot?#iefix) format("embedded-opentype"), url(../../fonts/iranyekan400/IRANYekan.ttf) format("truetype"),
    url(../../fonts/iranyekan400/IRANYekan.woff) format("woff"), url(../../fonts/iranyekan400/IRANYekan.woff2) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "IRANYekan";
    src: url(../../fonts/iranyekan700/IRANYekan.eot?#iefix) format("embedded-opentype"), url(../../fonts/iranyekan700/IRANYekan.ttf) format("truetype"),
    url(../../fonts/iranyekan700/IRANYekan.woff) format("woff"), url(../../fonts/iranyekan700/IRANYekan.woff2) format("woff2");
    font-weight: 700;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #4a5f73;
}

body, html {
    direction: rtl;
}

html {
    min-width: 1009px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #f5f5f5;
    position: relative;
    margin: 0;
    font-family: IRANYekan;
    font-size: 14px;
    color: #515151;
    text-align: right;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.c-account_page {
    position: relative;
}

.c-account_page-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-account_box {
    background-color: #fff;
    width: 389px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    margin: 110px 0 10px;
    position: relative;
}

.c-header_logo-shop {
    max-width: 155px;
    max-height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    margin-bottom: 18px;
}

.c-header_logo-img {
    color: #fff;
    height: 75px;
    display: flex;
    justify-content: center;
    text-indent: -1000em;
    background-size: contain;
    -webkit-transition: background-position .3s cubic-bezier(.17, .67, .49, .93);
    transition: background-position .3s cubic-bezier(.17, .67, .49, .93);
}

.c-header_logo-img img{
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.c-account_box-content {
    padding: 0 20px;
}

.c-form_account {
    margin-top: 9px;
    margin-bottom: 9px
}

.c-form_account-title {
    font-size: 15px;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    line-height: 1.467;
    color: #656565
}

.c-form_account-row {
    margin: 0 -10px 9px;
}

.c-form_account-col {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

#login_box .feedback-hint {
    display: block !important;
}

.c-form_account-label {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-form_account-label::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 26px;
    right: 17px;
    top: 9px;
    color: #929292;
    line-height: 1;
}

.c-form_account-label_username::before {
    content: "\f10b";
}

.c-form_account-label_user::before {
    content: "\F007";
}

.c-form_account-label_password::before {
    content: "\f023";
    font-size: 27px;
}

.c-form_account-input {
    font-family: inherit;
    padding: 11px 52px 11px 15px;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    font-size: 18px;
    text-align: left;
    letter-spacing: -.8px;
    line-height: 21px;
}

.c-form_account-input::placeholder {
    font-size: 14px;
    text-align: right;
    color: #c6c6c6;
    line-height: 1.571;
}

.c-form_account-input:focus {
    border-color: #777;
}

.c-form_account-title_password {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.c-form_account-link {
    color: #0452ab;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 2;
}

.c-form_account-link::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #0452ab;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 11px;
}

.c-form_account-btn {
    padding: 13px 100px 13px 13px;
    width: 100%;
    font-family: inherit;
    background-color: #0452ab;
    color: #fff;
    border: 1px solid #2f81e2;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: -.7px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    display: block;
}

.c-form_account-btn::before {
    font-family: FontAwesome;
    position: absolute;
    line-height: 1;
}

.c-form_account-btn::after {
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    background-color: rgba(255, 255, 255, .2);
    right: -15px;
    top: -23px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.c-form_account-btn:hover::after {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
}

#forget_password::before, #update_password_btn::before {
    content: "\f13e";
    font-size: 25px;
    right: 23px;
    top: 10px;
}

.c-form_account-btn_login::before {
    content: "\f090";
    font-size: 28px;
    right: 23px;
    top: 10px;
}

.c-form_account-remember {
    position: relative;
    margin: -3px 0 7px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 2.5;
}

.c-form_account-label_remember {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 8px;
}

.c-form_account-label_remember input[type="checkbox"] {
    visibility: hidden;
}

.c-checkbox_check {
    border: 1px solid #d8d88d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    cursor: pointer
}

.c-checkbox_check::before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 3px;
    line-height: 1;
    color: #fff;
    left: 3px;
    font-size: 12px;
}

.c-form_account-label_remember input[type="checkbox"]:checked + .c-checkbox_check {
    background-color: #0452ab;
    border-color: #2f81e2;
}

.c-account_box-footer {
    background-color: rgba(0, 190, 214, .04);
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 23px 40px;
    text-align: center;
    font-size: 15px;
}

.c-account_box-footer a {
    font-size: 15px;
}

.container {
    min-width: 1009px;
    max-width: 1676px;
    padding: 20px 15px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #e7e7e7;
    text-align: center;
    width: 100%;
}

.c-account_footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.c-account_page-footer_links {
    margin-bottom: 28px;
}

.c-account_page-footer_links > li {
    display: inline-block;
    margin: 0 17px;
}

.c-account_page-footer_links > li a {
    color: #7f7f7f;
    letter-spacing: -.5px;
    font-size: 13px;
    line-height: 1.692;
}

.c-account_page-footer_text {
    font-size: 12px;
    line-height: 21px;
    color: #b0b0b0;
    margin: 5px 0 0;
}

.c-account_page-footer_copyright {
    font-size: 13px;
    line-height: 30px;
    color: #b0b0b0;
    letter-spacing: -.5px;
    margin: 15px 0 0;
}

.c-form_account-message {
    background-color: #fffde4;
    line-height: 22px;
    border: 1px solid #f6e8a1;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #a37731;
}

.c-form_account-btn_register {
    letter-spacing: -.6px;
}

.c-form_account-btn_register::before {
    content: "\f234";
    font-size: 30px;
    right: 20px;
    top: 8px;
}

.c-form_account-btn_forget {
    letter-spacing: -.6px;
    margin-bottom: 10px;
}

.c-form_account-btn_forget::before {
    content: "\e06a";
    right: 24px;
    font-size: 30px;
    top: 8px;
}

.feedback-hint {
    background: #ef5662;
    font-size: 13px;
    color: #fff;
    z-index: 10000;
    padding: 9px 15px;
    position: absolute;
    right: 83%;
    bottom: 100%;
    margin-right: -175px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: none;
}

.feedback-hint::before {
    border-color: #ef5662 transparent transparent transparent;
    border-style: solid;
    content: "";
    border-width: 10px 12px 0px;
    position: absolute;
    top: 100%;
    right: 35px;
}

.validate_error_border {
    border: 1px solid #ef5662 !important;
}

/*-------------------------------*/

.page-signinup .wrapper-1 {
    padding-top: 30px;
    margin-bottom: 60px;
}

.page-signinup .panel {
    margin-bottom: 10px;
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-signinup .panel .panel-body {
    padding: 0;
}

.panel-body::before, .panel-body::after, .row::before, .row::after {
    content: " ";
    display: table;
}

.panel-body::after, .row::after {
    clear: both;
}

.nb-signinup-wrapper.nb-verify-mobile {
    background: #ffffff;
    padding: 30px 50px;
    position: relative;
}

.page-signinup .nb-verify-mobile .text-body {
    color: #808080;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2;
}

.page-signinup .nb-signinup-wrapper .number_input {
    width: 100%;
    float: right;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-signinup .nb-signinup-wrapper .single-input {
    border: none !important;
    height: 35px;
    width: 330px;
    margin-right: -26px;
    text-align: left;
    letter-spacing: 44px;
    font-size: 20px;
    background: transparent;
    z-index: 2;
    position: relative;
}

.page-signinup .nb-signinup-wrapper .line_box {
    width: 370px;
    margin: auto;
    padding: 10px;
    display: block;
    height: 70px;
}

.c-form_account-input:focus-visible, .single-input:focus-visible {
    outline: none !important;
}

.page-signinup .nb-signinup-wrapper .line {
    width: 45px;
    height: 45px;
    background: transparent;
    float: right;
    margin-left: 10px;
    border: 1px solid #c5c5c5;
    position: relative;
    top: -40px;
    border-radius: 10px;
}

.countdown-timer {
    color: #808080;
    min-height: 46px;
    margin-bottom: 30px;
}

.countdown-timer span {
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.countdown-timer .resend {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.countdown-timer .resend a {
    margin-bottom: 0;
}

.countdown {
    display: block;
    margin-bottom: 15px;
}

.countdown-timer p {
    font-size: 14px;
    margin-bottom: 20px;
}

#resend_active_code span {
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid #337ab7;
    cursor: pointer;
}

.btn-confirm {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.btn-confirm span {
    padding: 13px 15px;
    width: 100%;
    font-family: inherit;
    background-color: #0452ab;
    color: #fff;
    border: 1px solid #2180ef;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: -.7px;
    line-height: 22px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.spinner-nyn05 {
    color: #5b5b5b;
    border-top: 1px solid #cecece;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.spinner-nyn05 span {
    display: inline-block;
    background-color: #fff;
    min-width: 30px;
    position: relative;
    top: -15px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
}

/*------------------------------------*/

.c-account_login {
    min-height: 98vh;
    position: relative;
}

.c-account_login-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-account_box-headline {
    padding: 13px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #656565;
    line-height: 1.222;
    text-align: right;
}

.c-form_account-title {
    text-align: right;
    font-size: 15px;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    line-height: 1.467;
    color: #656565
}

.c-account_login .c-form_account-label {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-account_login .c-form_account-btn {
    display: block;
}

.c-account_login .c-form_account-remember {
    position: relative;
    padding-right: 35px;
    margin: 10px 0;
    font-size: 12px;
    color: #5c5c5c;
    text-align: right;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: unset;
}

.c-account_box-footer {
    background-color: rgba(0, 190, 214, .04);
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 23px 40px;
    text-align: center;
    font-size: 15px;
}

.c-account_box-footer a {
    font-size: 15px;
}
/*-----------------------*/
.c-account_forget {
    position: relative;
    min-height: 770px;
}

.c-account_forget .c-account_page-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-account_forget .c-form_account-label {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-account_forget .c-form_account-btn_forget {
    letter-spacing: -.6px;
    margin-bottom: 10px;
}

.c-account_forget .c-form_account-btn {
    padding: 13px 100px 13px 13px;
    width: 100%;
    font-family: inherit;
    background-color: #800000;
    color: #fff;
    border: 1px solid #a51c30;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: -.7px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}

.c-form_account-btn_forget::before {
    content: "\EE49";
    right: 24px;
    font-size: 27px;
    top: 8px;
}

/*-------------------------------*/

