.no-template-otino {
    position: relative;
    overflow: hidden;
}
.no-template-otino input[type=date]:focus,
.no-template-otino input[type=email]:focus,
.no-template-otino input[type=number]:focus,
.no-template-otino input[type=password]:focus,
.no-template-otino input[type=search]:focus,
.no-template-otino input[type=tel]:focus,
.no-template-otino input[type=text]:focus,
.no-template-otino input[type=url]:focus,
.no-template-otino select:focus,
.no-template-otino textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.no-template-otino.loading .otino-loading-box {
    display: flex !important;
}
.otino-response-box {
    position: absolute;
    background: #ebffe2;
    color: #277504;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.otino_otp_container {
    display: flex;
    justify-content: center;
    gap: 2.5%;
    direction: ltr;
    width: 100%;
}
.otino_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;
}
.otino_otp_item:focus {
    border-color: var(--var-otino-main-color);
}
#otino-form-otp, #otino-login-register-form-mobile.otino-login-form.otp-active {
    display: none !important;
}
#otino-login-register-form-mobile.otino-login-form.otp-active + #otino-form-otp {
    display: inherit !important;
}
.otino-loading-box {
    display: none;
    background: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}
.otino-loading-box svg {
    width: 45px;
    height: auto;
}
.response-otino {
    padding: 10px 22px 14px;
}
.otp-change-phone-otino {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
}
.change-phone-now-otino {
    display: flex;
    color: var(--var-otino-main-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.otp-time-reset-otino {
    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 * {
    display: none !important;
}
.otp-time-reset-otino + p.form-row {
    margin: 0;
}