﻿@charset "UTF-8";

.popupauth {
    display: flex !important;
    align-items: center;
    justify-content: center;



    * {
        color: var(--dark);
    }

    .login-txt,
    .userName>div *,
    .userName>div svg {
        color: white !important;
        fill: white;
        stroke: white;
    }

    /* برای Firefox */
    /* .username:after {
         content: "+98";
         position: absolute;
         font-size: 1rem;
         color: var(--text-dark-1);
         background: var(--dark);
         padding: 0 0.571em;
         border-radius: 0.87rem;
         top: 50%;
         left: 0.571em;
         transform: translate(0, -50%);
     }
  */

}

.popupauth .toggle-password {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.popupauth .sms-authentication {
    width: 35rem;
    max-width: 100%;
    justify-content: center;
    border-radius: 0.87rem;
    -webkit-border-radius: 0.87rem;
    -moz-border-radius: 0.87rem;
    -ms-border-radius: 0.87rem;
    -o-border-radius: 0.87rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
    outline: none;
    margin: 0 auto;
    position: relative;
    background: var(--White);
    text-align: right;
}

.popupauth .sms-authentication .login-head {
    width: 100%;
    padding: 1rem 0.92rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.57rem;
    border-bottom: solid 1px var(--dark);
    color: var(--dark);

}

.popupauth .sms-authentication .login-head .title {
    font-size: 1rem;
    font-weight: 700;
}

.popupauth .sms-authentication .logo-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.57rem;
    padding: 1rem 0.87rem 0.87rem;
    /* border-bottom: solid 1px var(--Black); */
    /* background: var(--accent-color); */
    color: white;
}

.popupauth .sms-authentication .logo-row img {
    width: 11rem;
}

.popupauth .sms-authentication .logo-row .slogan {
    display: block;
    text-align: center;
    font-size: 1rem;
    /* color: white; */
}

.popupauth .sms-authentication .login-body {
    width: 100%;
    padding: 0.87rem;
}

.popupauth .sms-authentication .login-footer {
    width: 100%;
    padding: 1.14rem;
    border-top: solid 1px var(--dsilver);
}

.popupauth .sms-authentication h1 {
    box-sizing: border-box;
    color: #0c0c0c;
    font-size: 1.17rem;
    font-weight: 700;
    line-height: 40.2833px;
    outline: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 1rem;
    text-align: center;
}

.popupauth .sms-authentication label {
    box-sizing: border-box;
    color: #3f444d;
    font-size: 12px;
    font-weight: 400;
    line-height: 26.0333px;
    margin: 1rem 0 0.5rem;
    outline: none;
    padding: 0;
    text-align: right;
    max-width: 100%;
    width: 100%;
}

.popupauth .sms-authentication input[type=text],
.popupauth .sms-authentication input[type=password] {
    background-color: #fff;
    /* border: 1px solid var(--dark); */
    box-sizing: border-box;
    caret-color: #19bfd3;
    color: #3f444d;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    margin: 0 0 1rem;
    outline: none;
    padding: 8px;
    max-width: 100%;
    width: 100%;
    direction: rtl;
    text-align: right;
    margin: 0;
}

.popupauth .sms-authentication input[type=text]::placeholder,
.popupauth .sms-authentication input[type=password]::placeholder {
    color: var(--text-light-0) !important;
}

.popupauth input[type=number]::-webkit-inner-spin-button,
.popupauth input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.popupauth input[type=number] {
    -moz-appearance: textfield;
}

.popupauth .dir-rtl {
    direction: rtl !important;
    text-align: right !important;
}

.popupauth .dir-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.popupauth .val-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.popupauth .val-ltr::placeholder {
    direction: rtl !important;
    text-align: right !important;
}

.popupauth .sms-authentication .button,
.popupauth .sms-authentication .button:link,
.popupauth .sms-authentication .button:active,
.popupauth .sms-authentication .button:visited,
.popupauth .sms-authentication .button:hover {
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: var(--accent-color);
    background-image: none;
    border: 1px solid var(--accent-color);
    text-decoration: none;
    border-radius: 0.57rem;
    -webkit-border-radius: 0.57rem;
    -moz-border-radius: 0.57rem;
    -ms-border-radius: 0.57rem;
    -o-border-radius: 0.57rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 2.85rem;
    line-height: 30.1px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 2.285rem;
    position: relative;
    transition-delay: 0;
    transition-duration: 0.3s;
    transition-property: top;
    transition-timing-function: ease-in-out;
    user-select: none;
    width: 100%;
}

.popupauth .sms-authentication .button.outline,
.popupauth .sms-authentication .button.outline *,
.popupauth .sms-authentication .button:link.outline,
.popupauth .sms-authentication .button:active.outline,
.popupauth .sms-authentication .button:visited.outline,
.popupauth .sms-authentication .button:hover.outline {
    background: transparent;
    color: var(--accent-color);
}

.popupauth #check-cell:disabled {
    background: var(--dsilver);
    border-color: var(--dsilver);
    cursor: default;
}

.popupauth .sms-authentication .button:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.popupauth .sms-authentication .link,
.popupauth .sms-authentication .link:link,
.popupauth .sms-authentication .link:active,
.popupauth .sms-authentication .link:visited,
.popupauth .sms-authentication .link:hover {
    border: none;
    background-color: transparent;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    /* flex-grow: 1; */
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    /* line-height: 26.0333px; */
    /* margin: 0.57rem 0 0px; */
    outline: none;
    padding: 0;
    position: relative;
    transition-delay: 0;
    transition-duration: 0.3s;
    transition-property: top;
    transition-timing-function: ease-in-out;
}

.popupauth .sms-authentication .link svg,
.popupauth .sms-authentication .link:link svg,
.popupauth .sms-authentication .link:active svg,
.popupauth .sms-authentication .link:visited svg,
.popupauth .sms-authentication .link:hover svg {
    max-width: 0.8rem;
    max-height: 0.8rem;
}

.popupauth .sms-authentication .link .d-flex {
    box-sizing: border-box;
    color: #18bdd0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 26.0333px;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: text-top;
}

.popupauth .sms-authentication .link.d-none {
    display: none;
}

.popupauth .sms-authentication .back {
    cursor: pointer;
    background: transparent;
    width: 1.2rem;
    height: 1.2rem;
    stroke: currentColor;
    fill: currentColor;
}

.popupauth .sms-authentication.d-none {
    display: none;
}

.popupauth .sms-authentication .msg {
    color: var(--accent-color);
    width: 100%;
    font-size: 1rem;
    text-align: justify;
    margin-top: 0.5rem;
}

.popupauth .sms-authentication .msg.success {
    color: #2b9b0b;
}

.popupauth .sms-authentication #resend-verify {
    display: none;
}

.popupauth .timer-verify {
    display: none;
    direction: ltr;
    text-align: center;
    font-size: 1rem;
}

.popupauth .jst-hours {
    float: left;
}

.popupauth .jst-minutes {
    float: left;
}

.popupauth .jst-seconds {
    float: left;
}

.popupauth .jst-clearDiv {
    clear: both;
}

.popupauth .jst-timeout {
    color: red;
}

.popupauth :root {
    --first-color: hsl(352.6, 91.4%, 63.3%);
    --first-color-alt: hsl(352.3, 77.8%, 66.5%);
    --text-color: hsl(231, 12%, 98%);
    --body-color: hsl(231, 100%, 94%);
}

.popupauth .proccessing {
    position: relative;
    color: var(--text-color);
    overflow: hidden;
    cursor: wait;
}

.popupauth .proccessing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: repeating-linear-gradient(60deg, transparent, transparent 0.75rem, var(--first-color-alt) 0.75rem, var(--first-color-alt) 1.5rem);
    animation: load 1s infinite linear;
}

.popupauth .button_text {
    position: relative;
    color: white;
}

@keyframes load {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1.75rem);
    }
}

.popupauth #socialControls {
    margin: 15px 0px;
}

.popupauth #socialControls ul.buttonList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popupauth ul.buttonList li {
    float: none;
    list-style: none;
    margin-bottom: 7px;
}

.popupauth ul.buttonList li[id$=_registerItem] {
    display: none !important;
}

.popupauth ul.buttonList li a {
    clear: both;
    overflow: auto;
    position: relative;
    display: block;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #e7e7e7 url(images/socialLoginbuttons-repeatingbg.png) repeat-x 0 -601px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
}

.popupauth ul.buttonList li a img {
    float: right;
}

.popupauth ul.buttonList li a span {
    float: none;
    display: block;
    padding: 10px 15px;
    text-align: left;
}

.popupauth ul.buttonList li a:hover {
    border-color: #a8a8a8;
    text-shadow: 0 1px 0 #e1e1e1;
    background-position: 0 -650px;
    background-color: #cacbcd;
}

.popupauth ul.buttonList li a:active {
    color: #fff;
    text-shadow: 0 -1px 0 #666;
    border-color: #a3a3a3;
    background-position: 0 -700px;
    background-color: #b7b9bb;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.popupauth ul.buttonList .facebook a span,
.popupauth ul.buttonList .twitter a span,
.popupauth ul.buttonList .googleplus a span,
.popupauth ul.buttonList .windowslive a span {
    padding-left: 45px;
    background: url(images/socialLoginbuttons-icons.png) no-repeat 12px 7px;
}

.popupauth ul.buttonList .facebook a:after,
.popupauth ul.buttonList .twitter a:after,
.popupauth ul.buttonList .googleplus a:after,
.popupauth ul.buttonList .windowslive a:after {
    position: absolute;
    right: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.popupauth ul.buttonList .facebook a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #286c93;
    background-position: 0 0;
    background-color: #5581bb;
}

.popupauth ul.buttonList .facebook a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #286c93;
    background-position: 0 -50px;
    background-color: #729dcd;
}

.popupauth ul.buttonList .facebook a:active {
    background-position: 0 -100px;
    border-color: #286c93;
    background-color: #537fba;
}

.popupauth ul.buttonList .twitter a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #3d82a0;
    background-position: 0 -150px;
    background-color: #11a2d6;
}

.popupauth ul.buttonList .twitter a:hover {
    color: #fff;
    border-color: #3d82a0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    background-position: 0 -200px;
    background-color: #43c1e3;
}

.popupauth ul.buttonList .twitter a:active {
    background-position: 0 -250px;
    border-color: #3d82a0;
    background-color: #0597cc;
}

.popupauth ul.buttonList .twitter a span {
    background-position: 9px -40px;
}

.popupauth ul.buttonList .googleplus a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #821e16;
    background-position: 0 -300px;
    background-color: #b12e1e;
}

.popupauth ul.buttonList .googleplus a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #821e16;
    background-position: 0 -350px;
    background-color: #cc3633;
}

.popupauth ul.buttonList .googleplus a:active {
    background-position: 0 -400px;
    border-color: #821e16;
    background-color: #a5281a;
}

.popupauth ul.buttonList .googleplus a span {
    background-position: 10px -90px;
}

.popupauth ul.buttonList .windowslive a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #7a7a7a;
    background-position: 0 -450px;
    background-color: #8f8f8f;
}

.popupauth ul.buttonList .windowslive a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: #7a7a7a;
    background-position: 0 -500px;
    background-color: #b3b3b3;
}

.popupauth ul.buttonList .windowslive a:active {
    background-position: 0 -550px;
    border-color: #7a7a7a;
    background-color: #808080;
}

.popupauth ul.buttonList .windowslive a span {
    background-position: 9px -141px;
}

.popupauth .frmcaptcha {
    margin-top: 15px;
}

.popupauth .frmcaptcha .captcha-refresh {
    cursor: pointer;
}

.popupauth .frmcaptcha .captcha-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-top: 15px;
}

.popupauth .frmcaptcha .captcha-group .captcha-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.popupauth .frmcaptcha .captcha-group input[type=text] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popupauth .frmcaptcha .captcha-group>input[type=text] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.popupauth .frmcaptcha .captcha-group> :not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.popupauth .frmcaptcha .captcha-group:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.popupauth .frmcaptcha img {
    margin: auto;
    display: block;
}

.popupauth .rtl .frmcaptcha .captcha-group> :not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.popupauth .rtl .frmcaptcha .captcha-group> :not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.popupauth .authentication-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    direction: ltr;
    background-color: #fff;
    /* border: 1px solid #ced4da; */
    border-radius: 0.375rem;
}

.popupauth .authentication-group-text {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.popupauth #countryDialCode.authentication-group-text {
    padding: 0px 5px;
}

.popupauth .authentication-group input {
    outline: none !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    outline: none !important;
    height: 3.2rem;
    border-radius: 0.57rem;
    -webkit-border-radius: 0.57rem;
    -moz-border-radius: 0.57rem;
    -ms-border-radius: 0.57rem;
    -o-border-radius: 0.57rem;
    border: 1px solid var(--dsilver);
}

.popupauth .clear-field {
    display: none;
    position: absolute;
    right: 0.57rem;
    top: 0.57rem;
    bottom: 0.57rem;
    width: 1.5rem;
    z-index: 1;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8284 14.8284L9.17158 9.17158M9.17157 14.8284L14.8284 9.17158M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%236F6F6F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.popupauth .authentication-group input.ps-0 {
    padding-left: 0;
}

.popupauth .select2.select2-container {
    width: auto !important;
}

.popupauth .select2-dropdown.country-dropdown.select2-dropdown--below,
.popupauth .select2-dropdown.country-dropdown.select2-dropdown--above {
    width: auto !important;
}

.popupauth .select2-container--default .select2-selection--single {
    border: 0 !important;
}

.popupauth .text-nowrap {
    white-space: nowrap !important;
}

.popupauth .d-inline-block {
    display: inline-block !important;
}

.popupauth .fst-normal {
    font-style: normal !important;
}

.popupauth .me-2 {
    margin-right: 5px;
}

.popupauth .flag-ico {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.popupauth .popupauth {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.36s ease-in-out, visibility 0.36s;
    transition-duration: 0.24s;
    visibility: hidden;
    width: 100vw;
    padding: 2rem;
    z-index: 1060;
}

.popupauth .popupauth.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.popupauth .border-bottom {
    border-bottom: 1px solid var(--dark);
}

.popupauth .userName>div,
.popupauth .userLogin>div {
    background: none !important;
}

.popupauth .userName svg,
.popupauth .userLogin svg {
    width: 1.7rem;
    stroke: currentColor;
    fill: currentColor;
}

.popupauth .userName:hover>div,
.popupauth .userLogin:hover>div {
    background: none !important;
}

.popupauth .userName:hover>div .user-fullname,
.popupauth .userLogin:hover>div .user-fullname {
    color: var(--system-red-0);
}

.popupauth .userName:hover>div>svg,
.popupauth .userLogin:hover>div>svg {
    stroke: var(--system-red-0);
}

.popupauth .userMenu {
    list-style: none;
    flex-wrap: wrap;
    width: 15rem;
    background-color: var(--White);
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    opacity: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.36s ease-in-out, visibility 0.36s;
    transition-duration: 0.24s;
    visibility: hidden;
    text-align: right;
    top: calc(100% + 1rem);
    left: 0;
    z-index: 100;
}

.popupauth .userMenu li {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--dsilver);
}

.popupauth .userMenu li .menu-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: currentColor;
    font-size: 1rem;
}

.popupauth .userMenu li .menu-item svg {
    width: 1.3rem;
    stroke: currentColor !important;
    fill: none;
}

.popupauth .userMenu li .menu-item:hover {
    color: var(--system-red-0);
}

.popupauth .userMenu li .menu-item:hover svg {
    stroke: var(--system-red-0);
}

.popupauth .userMenu.open {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.popupauth .kt-new-modal__title {
    font-size: 1.142rem;
}

.popupauth .LoginTip {
    margin: 0.5rem 0 1.72rem;
    font-size: 0.92rem;
    color: var(--dark);
}

.popupauth .PrivacyPolicy {
    margin-top: 1rem;
    font-size: 0.92rem;
    color: var(--dark);
}

.popupauth .close-btn {
    cursor: pointer;
    cursor: pointer;
    background: transparent;
    width: 1.7rem;
    height: 1.7rem;
    stroke: currentColor;
    fill: currentColor;
}

.popupauth input:focus,
.popupauth textarea:focus {
    border-color: var(--accent-color) !important;
    box-shadow: none !important;
    outline: none !important;
}

.jst-hours {
    display: none !important;
}