.no-template-pltpin {
    position: relative;
    overflow: hidden;
}
.no-template-pltpin input[type=email]:focus,
.no-template-pltpin input[type=number]:focus,
.no-template-pltpin input[type=password]:focus,
.no-template-pltpin input[type=search]:focus,
.no-template-pltpin input[type=tel]:focus,
.no-template-pltpin input[type=text]:focus,
.no-template-pltpin input[type=url]:focus,
.no-template-pltpin select:focus,
.no-template-pltpin textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.no-template-pltpin.loading .pltpin-loading-box {
    display: flex !important;
}
.pltpin-response-box {
    position: absolute;
    background: #ebffe2;
    color: #277504;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.pltpin_otp_container {
    display: flex;
    justify-content: center;
    gap: 2.5%;
    direction: ltr;
    width: 100%;
}
.pltpin_otp_item {
    width: 100%;
    padding: 16px;
    text-align: center;
    display: flex;
    font-size: 20px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    outline: none !important;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
    transition: 0.3s all ease-in-out;
    aspect-ratio: 1 / 1;
}
.pltpin_otp_item:focus {
    border-color: var(--var-pltpin-main-color);
}
#pltpin-form-otp, #pltpin-login-register-form-mobile.pltpin-login-form.otp-active {
    display: none !important;
}
#pltpin-login-register-form-mobile.pltpin-login-form.otp-active + #pltpin-form-otp {
    display: inherit !important;
}
.pltpin-loading-box {
    display: none;
    background: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}
.pltpin-loading-box svg {
    width: 45px;
    height: auto;
}
.response-pltpin {
    padding: 10px 15px;
}
.otp-change-phone-pltpin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}
.change-phone-now-pltpin {
    display: flex;
    color: var(--var-pltpin-main-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.otp-time-reset-pltpin {
    color: #52667B;
    font-size: 13px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 4px;
    flex-wrap: wrap;
}
.login-form-side.wd-side-hidden.woocommerce.wd-left.wd-opened .create-account-question {
    display: none !important;
}
.otp-time-reset-pltpin + p.form-row {
    margin: 0;
}