@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.OtherForm,
.otherLeftBox,
.formRestpass {
    display: none;
}
.resend_code_wpyar_z{
    cursor:pointer;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.centerAuth{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body {
    font-family: 'Roboto';
    position: relative;
}
body.Sty3 {
    background-color: #f9f9f9;
}
a {
    text-decoration: none;
    outline: 0;
}
::-webkit-scrollbar {
    width: 3pt;
}
.centerBoxPanelNirweb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
}
.otp_title_wpyar{
    margin-bottom:25px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 3pt;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--wud-login-text-color);
    opacity: 0.8;
    border-radius: 3pt;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--wud-login-text-color);
    border-radius: 3pt;
}
.mainFormLoginRegisterWpyarPanel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
}
.BasicFormWpyarPanelInAuth {
    min-height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
}
.leftBoxWpyarPanelInAuth {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
}
.leftBoxWpyarPanelInAuth::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.leftBoxWpyarPanelInAuth h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.leftBoxWpyarPanelInAuth p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.registerBtnFormWpyarPanel {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    background-color: transparent;
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.leftBoxWpyarPanelInAuth img {
    width: 300px;
    height: auto;
    margin: 0 auto 25px auto;
}
.RightBoxWpyarPanelInAuth {
    position: relative;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: var(--wud-bak-login);
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 30px;
}
.contentBoxFormWpyarPanel {
    max-width: 450px;
    width: 100%;    height: 100%;
    overflow-y: auto;
    text-align: center;
}
.RightBoxWpyarPanelInAuth form p,.RightBoxWpyarPanelInAuth form >div {
    position: relative;
    margin-bottom: 20px;
}
.TitleFormWpyarPanel {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    color: var(--wud-login-text-color);
}
h2{
    color: var(--wud-login-text-color);
}
.rememberme {
    position: relative;
    margin-right: 35px;
}
.RightBoxWpyarPanelInAuth input {
    width: 100%;
    min-height: 40px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid var(--wud-login-text-color);
    padding: 10px 30px 10px 0;
    outline: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--wud-login-text-color);
    background-color: transparent;
    background-clip: padding-box;
    font-family: inherit;
}
.RightBoxWpyarPanelInAuth input::placeholder{
    color: var(--wud-login-text-color);
    opacity: 0.9;
}
.RightBoxWpyarPanelInAuth form p .toggle-password {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 50%;
    color: var(--wud-login-text-color);
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.inlineInputWpyarPanelForm {
    color: var(--wud-login-text-color);
    display: flex;
    justify-content: space-between;
    margin: 20px 0 35px 0;
}
.rememberme input[type="checkbox"] {
    display: none;
}
.rememberme label {
    margin-left: 22px;
}
.rememberme label:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
    margin-right: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.rememberme label:after {
    position: absolute;
    margin-right: -20px;
    padding-right: 3px;
    font-size: 10px;
    color: var(--wud-login-text-color);
}
.rememberme input[type="checkbox"]:checked+label::before {
    background-color: var(--wud-main-color);
    border-color: var(--wud-main-color);
}
.rememberme input[type="checkbox"]:checked+label::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 3px;
    top: 6px;
}
.inlineInputWpyarPanelForm a,
.ForgetPasswordInWpyarPanel {
    color: var(--wud-login-text-color);
}
.btnSubmitFormWpyarpanel {
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: var(--wud-main-color);
    padding: 10px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    margin-top: 15px;
    height: 45px;
}
.BasicLeftBox.Sty3::before,
.BasicLeftBox.Sty2::before {
    display: none;
}
.styleTwoForm {
    display: flex;
    flex-direction: column;
}
.Sty2HeadForm {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}
.Sty2HeadForm img {
    width: 150px;
}
.Sty2HeadForm a {
    border-left: 1px solid #9f9f9f;
    color: #111111;
    font-size: 18px;
    padding: 0 8px;
    margin-bottom: 10px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.Sty2HeadForm a.active {
    color: #ce2d56;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.Sty2HeadForm a:first-child {
    border-left: 0;
}
.TitleFormWpyarPanel.Sty2 {
    margin-bottom: 10px;
}
.BasicFormWpyarPanelInAuth.Sty3 {
    min-height: 0;
    height: calc(100vh - 10%);
    width: 90%;
    max-width: 1140px;
    margin: auto;
    flex-direction: row-reverse;
    background-color: #fff;
    flex: 1;
}
.BasicLeftBox.Sty3,
.RightBoxWpyarPanelInAuth.Sty3 {
    min-height: 100%;
}
.Sty3Swither,
.Sty4Swither {
    color: #666;
    margin-top: 35px;
}
.Sty3Swither a,
.Sty4Swither a,
.disloginform {
    color: #63bbff;
    margin-left: 5px;
}
.BasicFormWpyarPanelInAuth.Sty4 {
    display: flex;
    justify-content: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.error_form_auth {
    background: #ce2d56;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
.suc_form_auth {
    background: #36C95F;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
.suc_form_auth {
    background: #36C95F;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.resend_email.error_form_auth {
    border: 0;
    cursor: pointer;
    padding: 10px 15px;
}
.RightBoxWpyarPanelInAuth.Sty4 {
    min-height: 0;
    height: calc(100vh - 10%);
    max-width: 570px;
    width: 80%;
    margin: auto;
    flex-direction: row-reverse;
    background-color: var(--wud-bak-login);
    backdrop-filter: blur(var(--wud-bak-login-blur));
    height: auto;
    max-height: 100%;
    overflow: auto;
}
.RightBoxWpyarPanelInAuth.Sty4 {
    transform: rotateY(0);
    transition: transform 1.3s ease-in-out;
    box-shadow: 3px 0 79px 0 rgb(0 0 0 / 10%);
}
.loginLostpass {
    margin-top: 20px;
}
#g_recaptcha {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.custom-select {
    width: 100%;
    height: 30px;
    min-height: 40px;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 30px 10px 0;
    outline: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    font-family: inherit;
}
.check_code_reg {
    margin-top: 15px;
}
.swal2-timer-progress-bar {
    background: #ffbd3f !important;
}
.swal2-icon.swal2-error {
    font-size: 13px !important;
}
.wpyarPanelBackToSite{
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 500;
    font-family: inherit;
    outline: 0;
    color: var(--wud-login-text-color);
    display: block;
    margin: 20px auto 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.lost_pass_mob{
    margin-top: 25px;
}
.wpyar_textarea_form {
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 10px;
    font-family: inherit;
    border-radius: 3px;
}

/* Styles for verification */
#pswd_info {
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: 0.875em;
    border-radius: 5px;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.invalid {
    list-style:none;
    background: url('../../img/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}
.valid {
    list-style:none;
    background: url('../../img/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.mt_20{
    margin-top: 20px;
}
.wpyar_timer_auth{display: flex;justify-content: center;margin-top: 15px;}

.base-timer {
    position: relative;
    width: 90px;
    height: 90px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.send_code_panel{
    width: fit-content;
    padding: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    min-width: 170px;
    direction: ltr;
    font-size: 15px;
}
.send_code_panel.dis{opacity:0.5 !important}
.Sty4HeadForm {
    margin-bottom: 10%;
}

.loading_reg {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center
}
.loading_reg div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loading_reg 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading_reg div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes loading_reg {
    0% {

        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {

        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {

        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {

        width: 40px;
        height: 40px;
        opacity: 0;
    }
}



form .field .showBtn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: none;
    user-select: none;
}
form .indicator{
    height: 10px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    flex-wrap: wrap;
}
form .indicator span{
    position: relative;
    height: 10px;
    width: 30%;
    background: lightgrey;
    border-radius: 3px;
}
form .indicator span:nth-child(2){
    margin: 0 3px;
}
form .indicator span.active:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
.indicator span.weak:before{
    background-color: #ff4757;
}
.indicator span.medium:before{
    background-color: orange;
}
.indicator span.strong:before{
    background-color: #23ad5c;
}
form .text{
    font-size: 16px;
    font-weight: 500;
    display: none;
    margin-bottom: -10px;
}
form .text.weak{
    color: #ff4757;
    margin-bottom: 0 !important;
}
form .text.medium{
    color: orange;
}
form .text.strong{
    color: #23ad5c;
}
#wpyar_req_auth{
    margin: 10px auto;
}
.btn_register{
    margin-bottom: 15px
}
#swal2-title {
    margin: 0 15px !important;
    font-weight: 400 !important;
}
#disposable{cursor: pointer}
.rules_text {
    margin: 15px 0;
}
.rules_text a{
    color: #ffbd3f;
    font-weight: bold;
}
.auth_gmail_nirweb{
    display: flex;
    align-content: center;
    justify-content: center;
    width: fit-content;
    border: solid 2px var(--wud-main-color);
    padding: 5px 15px;
    margin: 15px auto;
    border-radius: 3px;
}
.auth_gmail_nirweb span{
    margin: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    color: var(--wud-main-color);
}
@media screen and (max-width:991px) {
    .leftBoxWpyarPanelInAuth {
        display: none;
    }
    .RightBoxWpyarPanelInAuth,
    .contentBoxFormWpyarPanel {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}
@media screen and (max-width:450px) {
    .BasicFormWpyarPanelInAuth{width: 100% !important;}
    .inlineInputWpyarPanelForm{flex-direction:column !important;align-items: center;}
    .rememberme {  margin-bottom: 20px; margin-right: 0;}
}