@font-face {
    font-family: IRsans;
    src: url('../fonts/IRANSansWebFaNum.woff2');
    font-weight: bold;
}
.boxll{
    font-family: IRsans !important;
}
.boxll p,.boxll a,.boxll label{
    direction: rtl;
}
.site-form .register-plugin p label {
    font-family: 'iransans', sans-serif;
    color: #999;
    float: none;
    font-size: 13px;
    padding: 0 6px 5px 0;
    text-align: right;

}
.site-form .txt_register {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 7px;
    width: 94%;
    border-radius: 6px;
}

.site-form .header-form{
    text-align: right;
    border-bottom: 1px solid orange;
    padding: 11px;
    font-weight: 800;
    font-size: 20px;
}
.site-form .header-form img{
    width: 10%;
}
.site-form #success {
    display: block;
    background: #40cc2f;
    color: white;
    text-align: center;
    padding: 5px;
    display: none;
}
.site-form #error-complete{
    display: block;
    color: red;
    text-align: right;
    display: none;
    margin: 0;
}

.site-form .btn-register{
    background-color: #042e49 !important;
    color: yellowgreen;
    width: 100%;
    font-family: 'iransans', sans-serif;
    padding: 5px;
    border: 0;
    border-radius: 5px;
}

.site-form .error-form{
    display:none;
    color:red;
}
.login .error-input{
    border: 1px solid red !important;
}
.site-form .necessary-feild{
    color:red;
    display:inline;
}
.site-form .first_name,.last_name,.password{
    display:inline;
}
.site-form .captcha{
    text-align: center;
}
.site-form .matn{
    padding: 5px 24px;
    background: orange;
    color: white;
    font-size: 15px;
    border-radius: 5px;
}
.site-form #answer{
    width: 50%;
    padding: 5px;
    border-radius: 5px;
}
.header-login-register{
    margin: 11px 0;
    color: #ff3100;
}
.site-form .uk-margin-bottom{
    text-align:center;
}
.site-form .wait-code{
    color: #000000;
    padding:0;
    margin: 0 auto;
    text-align: center;
    width: 10%;
    font-size: 15px;
    font-weight: 400;

}
.site-form .resend-button{
    background:rgb(0, 155, 255);
    border: 0px;
    border-radius: 5px;
    padding: 6px;
    color: white;
    font-size:11px;
}

@media(max-width:768px){
    .login .btn {
        width: 98% !important;
    }
    .linkr{
        width: 95% !important;
    }
    .login .logo img{
        width:30%
    }
    .login .step-1,.login .step-2 ,.login .step-2-register,.login .step-3{
        max-width: 95%;
        margin: 0 auto;
    }
    .site-form    .register-plugin {
        font-family: 'iransans', sans-serif;
        border: 1px solid #eee;
        margin: 8rem auto;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        padding:20px 2px;
        text-align:right;
        background:white;
        max-width:35rem
    }
    .login .box-segment {
        padding: 10px 10px !important;
        font-size: 11px;
    }

}
@media(min-width:768px){
    .login .logo img{
        width:20%
    }
    .login .step-1,.login .step-2 ,.login .step-2-register,.login .step-3{
        max-width: 40rem;
        margin: 0 auto;
    }
    .site-form  .register-plugin {
        font-family: 'iransans', sans-serif;
        border: 1px solid #eee;
        margin: 8rem auto;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        padding:20px;
        text-align:right;
        background:white;
        max-width:45rem
    }
}
.btn_form button,.btn_form input[type='submit']{
    margin: 0px !important;
    font-size: 10px !important;
    padding: 10px !important;
}
* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
.login .btn-prev{
    POSITION: RELATIVE;
    background: #5275b4;
}
.login .step-1 .content,.login .step-2 .content,.login .step-2-register .content,.login .step-3 .content{
    min-height: 220px;
}
.login .legend {
    position: relative;
    width: 100%;
    display: block;
    background: #ff7052;
    padding: 15px;
    color: #fff;
    font-size: 20px;
}
.login .legend:after {
    content: "";
    background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 152px -16px;
    opacity: 0.06;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.login .input {
    position: relative;
    width: 100%;
    margin: 15px auto;
    float:right;
}
.login .input span {
    position: absolute;
    display: block;
    color: #000000;
    right: 10px;
    top: 5px;
    font-size: 17px;
}
.login .input input {
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    height: 57px !important;
}
.login .input input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border-color: #ff7052;
}
.login .submit {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto -15px auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ff7052;
    color: #ff7052;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.2s ease-out;
}
.login .submit:hover,
.login .submit:focus {
    background: #ff7052;
    color: #fff;
    outline: 0;
}
.login .feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 12px;
    display: none;
    opacity: 0;
}
.login .feedback:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(46, 204, 113, 0);
    border-bottom-color: #2ecc71;
    border-width: 10px;
    margin-left: -10px;
}
.login .box-segment {
    padding: 10px 15px;
    font-size: 12px;
    border-top: 1px solid #ececec;
    padding: 20px 15px;
    font-size: 12px;
    margin-top: 20px;
}
.login .box-segment:not(:last-child) {
    border-bottom: 1px solid rgb(240, 240, 240);
}
.login .btn {
    background: blue;
    bottom: 30px;
    right: 1%;
    border-radius: 10PX;
    width: 31%;
    POSITION: FIXED;
    FLOAT: RIGHT;
    border: 0px none;
    text-decoration: none;
    padding: 8px 10px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    height: 57px;
}
.login .btn-red{
    background: red;
}
.login .box-segment .text {
    line-height: 2;
    color: rgb(41, 42, 51);
    font-size: 12px;
}
.float-left{
    float:left;
}
.login .btn-border-red{
    color: red;
    border: 1px dashed;
}
.box-segment svg{
    width: 20px;
    height: 20px;
    margin-left:3px;
    fill: rgb(68, 68, 68);
    display: inline-block;
    vertical-align: middle;
}
.login .error{
    font-size: 13px !important;
    color: rgb(255 0 0);
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.login span.password-input{
    position: relative;
    display: contents;
}
.box-segment .user-pass{
    color: rgb(68, 68, 68);
    position: relative;
    appearance: none;
    border: 0px;
    font-size: 12px;
    background-color: transparent;
    transition: color 200ms ease 0s;
    margin: 0px auto;
    cursor: pointer;
    line-height: 2;
    padding: 20px 25px;
    width: 100%;
    text-align: right;
}
.auth-wrapper{
    display: none;
}
.login #countdown{
    font-size: 14px;
    border: 1px dashed;
    color: red;
    padding: 2px 10px;
}
.login .btn-resend{
    margin: 0;
    padding: 7px;
    border-radius: 5px;
    height: 30px;
}
.login .signin-segment-footer img{
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-right: -3px;
    margin-bottom: 0;
}
.login .btn-otp{
    border: 0;
    border-bottom: 1px dashed;
    width: 100%;
    padding-bottom: 8px !important;
    text-align: right;
    font-size: 10px !important;
    padding:4px;
    color:black;
}
.login .email-otp{
    border: 0;
    width: 100%;
    text-align: right;
    font-size: 10px !important;
    padding:7px;
    color:black;
}
.login .step-2,.login .step-3{
    display: none;
}
.text-ab{
    position: absolute;
    top: 11px;
}
.login .text i{
    background: #e4e4e4;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 100px;
}
.login .logo img{
    margin: 0 auto;
    top: 0px;
    position: relative;
}
.login .btn-check-code{
    margin: -15px 0 !important;
}
.login .request-email img{
    width: 35px;
    height: 35px;
}
.login .loader-main {
    display: none;
    background: none repeat scroll 0 0 #ffffffad;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.login .loader-logo {
    position: absolute;
    left: calc(70% - 100px);
    top: calc(62.3% - 79px);
}

.login .loader-spiner {
    height: 90px;
    width: 90px;
    position: absolute;
    left: calc(70.8% - 120px);
    top: calc(69.5% - 120px);
    text-indent: -9999em;
    border-radius: 50%;
    background: linear-gradient(to right,#ff4439 0%,rgba(255,169,110,0) 52%);
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.login .loader-spiner:before {
    width: 50%;
    height: 50%;
    background: rgba(255, 169, 110, 0);
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader-spiner:after {
    background: #fff;
    width: 96%;
    height: 96%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.login .step-2-register{
    display: none;
}
.login .input span.requierd{
    display: none;
    left: 22%;
    right: unset;
    font-size: 11px;
    color: red;
    top: 9px;
}
.login .register-success{
    font-size: 15px !important;
    margin: 0;
    color: #5677b1;
    background: whitesmoke;
    text-align: center;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    width: 5px;
    position: absolute;
    right: .2em;
    top: 0.2em;
    cursor: pointer;
}
.login .logo{
    text-align: center;
    margin: 30px 0;
}
.login .soal-code{
    width: 20% !important;
    padding: 3px 6px;
    float: left;
    border-color: #d4d4d4;
    border-right: 0;
    text-align: left;
    direction: rtl;
    height: 57px !important;
    background-position: 3.7em center, 1.6em center;
    border-radius: 5px;
    background: #e9e9e9;
}
input.form-control{
    float: right;
    text-align: right;
    font-size: 18px !important;
    margin: 0;
    line-height: 15px;
    height: 57px !important;
    border-radius: 5px !important;
}
.btnregister{
    display: none;
    float: right;
    width: 100%;
    justify-content: space-between;
}
.btnregister .regosternow{
    background: #438700;
    color: white;
    cursor: pointer;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 0 10px;
}
.btnregister .login-again{
    border: 1px solid #505250;
    color: #464746;
    cursor: pointer;
    line-height: 1;
    height: 30px;
    padding: 5px;
}
.btnregister p{
    line-height: 2;
}
.txt-info{
    display: block;
    font-size: 11px;
    color: #00adff;
}
.login .step-1{
    position:relative;
}
.login-help{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.form-item{
    position: relative;
    margin: 15px 0;
    float: right;
    width: 100%;
}
.form-item input:focus{
    border-color: blue
}
.form-item label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 15px;
    right: 10px;
    font-size: 13px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease;
}
.form-item input:focus + label,
.form-item input:valid + label
{
    font-size: 11px;
    top: -10px
}
.form-item input:focus + label{
    color: blue;
}
.linkr{
    position: fixed;
    bottom: 7rem;
    text-align: center;
    right: 4%;
    width: 25%;
}

/* OTP input styles */
.otp-container, .email-otp-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.otp-input, .email-otp-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 18px !important;
    margin: 0 5px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    outline: none;
    transition: border-color 0.3s !important;
}

.otp-input:focus, .email-otp-input:focus {
    border-color: #007bff;
}
.editusername{
    color: blue;
    font-size: 14px;
    display: none;
    position: relative;
    top: 25px;
}
.editusername i{
    margin-right: 5px;
    font-size: 10px;
    background: blue;
    padding: 3px;
    color: white;
    border-radius: 3px;
}
.my-account .row{
    max-width: 100% !important;
}
.verification-code{
    display: flex;
    justify-content: space-around;
    margin: 30px;
}
.boxll .object-cover{
    height: auto;
    width: 100%;
    object-fit: contain;
}
#ns-checkout-contact h3{
    display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.loader {
    width: 48px;
    height: 48px;
    border-width: 3px;
    border-style: dashed solid  solid dotted;
    border-color: #FF3D00 #FF3D00 transparent #FF3D00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 31px;
    border: 10px solid transparent;
    border-right-color: #FF3D00;
    transform: rotate(-40deg);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
