@charset "UTF-8";
@import "fonts.css";


.auth-background{
    background-image: linear-gradient(217.21deg, rgba(50, 132, 255, 0), rgba(32, 64, 233, 0.9)), url(../images/backgrounds/background.svg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;

}


/*.ss02 {*/
/*    -moz-font-feature-settings: "ss02";*/
/*    -webkit-font-feature-settings: "ss02";*/
/*    font-feature-settings: "ss02";*/
/*}*/


@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

a, div, form, i, label, li, ul {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body, h4, html {
    font: inherit;
    padding: 0;
    vertical-align: baseline
}

h4, html {
    margin: 0
}

body, h4, html {
    border: 0
}

li, ul {
    list-style: none
}

a, body {
    color: #7f8187
}

a {
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}


html {
    font-size: 16px
}

body {
    background: #f0f0f1;
    direction: rtl;
    font-family: var(--wpn-body-font-family);
    /*font-family: "IRANSans";*/
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 2
}

:focus {
    outline: 0
}

::-moz-selection {
    background: #f58;
    color: #fff
}

::selection {
    background: #f58;
    color: #fff
}

::-moz-selection {
    background: #f58;
    color: #fff
}

input {
    padding: 13px 15px
}

input {
    background: #fff;
    border: 1px solid #ededed !important;
    border-radius: 3px !important;
    color: #7f8187;
    font-family: inherit;
    font-size: 13px;
    width: 100%;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    transition: color .15s ease-in-out, background .15s ease-in-out, border .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: ""
}

input::-webkit-input-placeholder {
    color: #7f8187
}

input::-moz-placeholder {
    color: #7f8187
}

input:-ms-input-placeholder {
    color: #7f8187
}

a:hover {
    color: #f58
}

input[type=checkbox] {
    display: none
}

input[type=checkbox] + label {
    padding-right: 36px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: block;
    font-size: 13px
}

input[type=checkbox] + label:after, input[type=checkbox] + label:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 24px
}

input[type=checkbox] + label:before {
    content: '';
    border-width: 1px;
    border-style: solid;
    border-color: #ededed;
    background: #fff;
    -webkit-transition: background .25s cubic-bezier(.69, 0, .19, 1), border .25s cubic-bezier(.69, 0, .19, 1);
    transition: background .25s cubic-bezier(.69, 0, .19, 1), border .25s cubic-bezier(.69, 0, .19, 1)
}

input[type=checkbox] + label:after {
    content: "\4e";
    /*font-family: 'ElegantIcons';*/
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.69, 0, .19, 1);
    transition: opacity .25s cubic-bezier(.69, 0, .19, 1)
}

input[type=checkbox]:checked + label:before {
    background: #f58;
    border-color: #f58;
    opacity: 1
}

input[type=checkbox]:checked + label:after {
    opacity: 1
}

input[type=checkbox] + label:before {
    border-radius: 3px
}

h4 {
    font-size: 18px
}

h4 {
    font-weight: 500
}

h4 {
    color: #46484d;
    line-height: 1.5
}

*, :after, :before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.align-right {
    text-align: right
}

.page-inner-holder {
    padding: 100px 0
}

.button, button {
    display: inline-block;
    vertical-align: middle
}

.button, button {
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6em;
    /*padding: 13px 25px 11px;*/
    padding: .375rem .75rem;
    font-weight: 400;
    width: auto;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out
}

.button.button-default, button.button-default {
    background: #f58
}

.button.button-default:hover, button.button-default:hover {
    color: #fff;
    background: #ff316f
}

.button.button-green, button.button-green {
    background: #7ccc77
}

.button.button-green:hover, button.button-green:hover {
    color: #fff;
    background: #63c25d
}

.button.button-blue, button.button-blue {
    background: #5facfa
}

.button.button-blue:hover, button.button-blue:hover {
    color: #fff;
    background: #3c9af9
}

.tabs-content-inner {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .5s cubic-bezier(.68, .01, .31, .93);
    transition: height .5s cubic-bezier(.68, .01, .31, .93);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.tab-content {
    position: absolute;
    right: -10000px;
    top: 0;
    visibility: hidden;
    width: 100%
}

.tab-content .tab-content-inner {
    opacity: 0
}

.tab-content.active {
    position: static;
    right: auto;
    visibility: visible
}

.tab-content.active .tab-content-inner {
    opacity: 1
}

.tab-title, .tab-title-inner {
    display: inline-block;
    vertical-align: middle
}

.tab-title {
    cursor: pointer
}

.tab-title .tab-title-inner {
    color: #7f8187;
    font-weight: 400;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.tabs-title-holder {
    font-size: 0;
    margin-bottom: 30px
}

.tabs-style2 > .tabs-title-holder > .tab-title {
    border-bottom: 2px solid #ededed;
    padding: 12px 25px;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.tabs-style2 > .tabs-title-holder > .tab-title .tab-title-inner {
    font-size: 14px
}

@media (max-width: 768px) {
    .tabs-style2 > .tabs-title-holder > .tab-title .tab-title-inner {
        font-size: 12px
    }
}

.kt-ajax-button {
    position: relative
}


.kt-ajax-button svg {
    animation: ajaxLoading .8s linear infinite;
    -webkit-animation: ajaxLoading .8s linear infinite;
    bottom: 0;
    content: '';
    display: block;
    /*height: 1em;*/
    left: 0;
    line-height: 1em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    /*width: 1em;*/
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    color: #fff;
    fill:#fff;
}

.kt-login-form-errors, .kt-register-form-errors, .kt-verify-form-errors {
    overflow: hidden
}

.kt-modal-tabs.tabs-style2 > .tabs-title-holder > .tab-title {
    text-align: center;
    width: 50%
}

.tabs-style2 > .tabs-title-holder > .tab-title.active .tab-title-inner, .tabs-style2 > .tabs-title-holder > .tab-title.active i {
    color: #f58;
}

.tabs-style2 > .tabs-title-holder > .tab-title.active {
    border-bottom-color: #f58;
}

.kt-verify-form {
    display: none
}

/*.kt-change-password-form input[type=email], .kt-change-password-form input[type=password], .kt-change-password-form input[type=text], .kt-login-form input[type=email], .kt-login-form input[type=password], .kt-login-form input[type=text], .kt-register-form input[type=email], .kt-register-form input[type=password], .kt-register-form input[type=text], .kt-reset-password-form input[type=email], .kt-reset-password-form input[type=password], .kt-reset-password-form input[type=text] {*/
/*    margin-bottom: 15px*/
/*}*/

.kt-login-password-holder {
    position: relative
}

.kt-login-password-holder a {
    position: absolute;
    font-size: 12px;
    color: #f58;
    top: 10px;
    left: 0;
    line-height: 30px;
    padding-left: 15px
}

/* User Status Section*/

/* User Menu - Details */

/* Avatar */

.kt-verify-send-again, .kt-verify-otp-code {
    margin-top: 12px
}

.kt-verify-send-again, .kt-verify-otp-code {
    width: calc(50% - 6px);
    text-align: center
}

.kt-wc-login-holder .kt-verify-send-again {
    margin-left: 2px
}

.kt-login-remember-label {
    float: right;
    margin-top: 12px
}

.kt-login-submit {
    float: left
}

.kt-wc-login-holder {
    max-width: 550px;
    margin: 0 auto;
    background-color: #fff;
    padding: 29px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

@media (max-width: 1023px) {
    body {
        -webkit-text-size-adjust: none
    }
}


@media (max-width: 767px) {

    /*.panel-menu-button, .shop_table.shop_table_responsive.woocommerce-table--order-details tbody tr td.product-name {*/
    /*    display: block*/
    /*}*/

    /*.blog-header-social-icons, .blog-single-social-links a span, .button-blog-newsletter, .button.header-search-button span, .panel-header-inner {*/
    /*    display: none*/
    /*}*/
}

@media (max-width: 550px) {

    .tabs-title-holder {
        white-space: nowrap;
        /*overflow-x: scroll;*/
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
}

/*li .badge-error-orders {*/
/*    display: inline-block !important;*/
/*}*/

/*
iOS Switch Button
 */


/*
wpn form wizard
 */

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #afafaf
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

@-moz-document url-prefix() {
}

/*rtl*/

/*.dashboard-posts-box{*/
/*    background-image: url(assets/images/indexbg3.png);*/
/*    background-position: left bottom -100px;*/
/*    background-repeat: no-repeat;*/
/*}*/

input:disabled {
    background-color: #f2f2f2 !important;
    opacity: 1;
}


/* Popup container - can be anything you want */

/* The actual popup */

/* Popup arrow */


/* Toggle this class - hide and show the popup */

/* Add animation (fade in the popup) */


/* alerts */

/* packages */


.w-100 {
    width: 100% !important;
}

/* کد تایید جدید */


.grid-row {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}


.jcc {
    -ms-flex-pack: center;
    justify-content: center
}

.aic {
    -ms-flex-align: center;
    align-items: center
}

.ltr {
    direction: ltr
}

.top-nav > ul > li:not(:hover) > a:before {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.verify-code-group {
    margin-bottom: 20px
}

.verify-code-group label {
    padding: 0 10px;
    position: relative;
    z-index: 0
}

.verify-code-group label:after {
    content: '';
    position: absolute;
    border: 1px solid #eee;
    width: 22px;
    height: 1px;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.verify-code-group input {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    border: 2px solid #eee;
    background: 0 0;
    font-size: 27px;
    text-align: center;
    color: #5e5e5e;
    padding: 0 5px 8px;
    font-weight: 400
}

@media (max-width: 480px) {
    .verify-code-group {
        margin: 0 -20px 55px
    }

    .verify-code-group label {
        padding: 0 2px
    }

    .verify-code-group label:after {
        content: none !important
    }

    .verify-code-group input {
        width: 47px;
        height: 47px;
        border-radius: 4px;
        padding: 0 !important
    }
}

/* پایان کد تایید جدید */

.action-link {
    color: #8e939b;
    margin: 15px 0;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    clear: both;
}

#wpn_user_process, #wpn_user_process_for_register {
    margin-top: 10px;
}

.kt-login-submit {
    margin-top: 12px;
}

.kt-verify-otp-code {
    margin-left: 2px;
}

.auth-alert {
    font-size: 14px;
    padding-bottom: 12px;
}


/*اصلاح گالری در وبلاگ*/

/**************************
استایل وضعیت پرداخت
 */

/*breadcrumb-holder*/

/** Mobile Menu **/

.single-page-links > :focus, .single-page-links > :hover {
    background-color: #f1f1f1
}

.mweb-main-menu ul > li.level-0:first-child-child {
    padding-right: 0
}

@keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ajaxLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.is-loading .kt-ajax-button, .kt-ajax-button.is-loading {
    color: transparent !important;
    fill: #fff;
}

/*.kt-ajax-button.is-loading svg{*/
/*    display: inline-block !important;*/
/*}*/

.is-loading .kt-ajax-button svg, .kt-ajax-button.is-loading svg{
    opacity: 1
}

.button.clicked {
    opacity: .6;
    cursor: not-allowed
}

.field-error {
    font-size: 13px;
    margin-top: 5px;
    display: block;
    color: #ec5252;
    line-height: 1.7;
}

.is-invalid {
    border-color: #ffb5b5 !important;
}

.display-inline {
    display: inline-block !important;
}
/* version 13*/

/*.brand-company{ background:#fff; webkit-box-shadow:4px 16px 32px 0 rgba(0,0,0,0.3); box-shadow:4px 16px 32px 0 rgba(0,0,0,0.3); padding:24px; max-height:340px; border-radius:10px; margin-bottom:24px;}*/

/*dashboard alerts*/

.login-logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.action-link svg{
    fill:#8e939b;
}