.no-template-otino {
    position: relative;
    overflow: hidden;
}
.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-legacy-login-panel,
#otino-login-register-form-mobile.otino-login-form.otp-active,
#otino-login-register-form-mobile.otino-login-form.otino-legacy-active {
    display: none !important;
}
#otino-login-register-form-mobile.otino-login-form.otp-active + #otino-form-otp {
    display: inherit !important;
}
#otino-login-register-form-mobile.otino-login-form.otp-active ~ .otino-legacy-login-entry,
#otino-login-register-form-mobile.otino-login-form.otino-legacy-active ~ #otino-form-otp,
#otino-login-register-form-mobile.otino-login-form.otino-legacy-active ~ .otino-legacy-login-entry {
    display: none !important;
}
#otino-login-register-form-mobile.otino-login-form.otino-legacy-active ~ .otino-legacy-login-panel {
    display: block !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: 5px;
    margin-bottom: 5px;
    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-otino + p.form-row {
    margin: 0;
}

button.otino-send-channel-alt {
    background-color: #fff !important;
    color: var(--var-otino-main-color) !important;
    border: 2px solid var(--var-otino-main-color) !important;
    padding: 10px !important;
}

.otino-legacy-login-entry,
.otino-legacy-login-panel,
.otino-legacy-login-form,
.otino-legacy-login-form .form-row,
.otino-legacy-login-form .form-row-wide {
    width: 100%;
}

.otino-legacy-login-entry {
    margin-top: 12px;
}

.otino-legacy-login-panel {
    position: relative;
    animation: otinoFormFadeIn 0.2s ease-in-out;
}

.otino-legacy-login-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.otino-legacy-login-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.otino-legacy-login-form input[type="text"],
.otino-legacy-login-form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    border-radius: 14px;
    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;
}

.otino-legacy-login-form input[type="text"]:focus,
.otino-legacy-login-form input[type="password"]:focus {
    border-color: var(--var-otino-main-color);
}

.otino-legacy-password-field {
    position: relative;
    display: flex;
    width: 100%;
}

.otino-legacy-password-field input[type="password"],
.otino-legacy-password-field input[type="text"] {
    padding-left: 52px;
}

.otino-password-toggle {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px !important;
    height: 38px;
    min-height: 38px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: var(--var-otino-main-color) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none !important;
}

.otino-password-toggle:hover,
.otino-password-toggle:focus {
    background: rgba(12, 192, 223, 0.1) !important;
    outline: none !important;
}

.otino-password-toggle .otino-password-eye-off {
    display: none;
}

.otino-password-toggle.is-visible .otino-password-eye {
    display: none;
}

.otino-password-toggle.is-visible .otino-password-eye-off {
    display: block;
}

.otino-legacy-login-open,
.otino-legacy-login-form button {
    width: 100%;
}

.otino-legacy-login-form .woocommerce-form-login__rememberme {
    width: 100%;
}

.otino-legacy-login-back {
    margin-top: 10px !important;
}

@keyframes otinoFormFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#otino-form-otp.otino-auth-mode-inbound .otino_otp_item,
#otino-form-otp.otino-auth-mode-inbound label[for="otino_otp"],
#otino-form-otp.otino-auth-mode-inbound button[name="otino_otp_submit"] {
    display: none !important;
}

#otino-form-otp.otino-auth-mode-inbound .otino-inbound-sms-box {
    display: block !important;
}

#otino-form-otp.otino-auth-mode-inbound .otino-inbound-fallback-row {
    display: none !important;
}

#otino-form-otp.otino-auth-mode-inbound .otp-message-end-otino {
    display: none !important;
}

.otino-inbound-sms-box {
    border: 1px solid #dce8f2;
    background: #f7fbff;
    border-radius: 12px;
    padding: 14px;
    margin-top: 10px;
    text-align: center;
    direction: rtl;
}

.otino-inbound-sms-title {
    margin-bottom: 8px;
}

.otino-inbound-sms-code {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 15px;
    direction: rtl;
    margin-bottom: 12px;
    color: #0e4d77;
    background: #fff;
    border-radius: 15px;
}

.otino-inbound-sms-target, .otino-inbound-sms-status {
    color: #334155;
    font-size: 14px;
}

.otino-inbound-sms-number {
    font-size: 18px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 10px;
    color: var(--var-otino-main-color);
}

.otino-inbound-fallback-row {
    text-align: center;
    margin-top: 8px;
}

.otino-inbound-fallback-btn {
    background: #fff !important;
    color: var(--var-otino-main-color) !important;
    border: 1px solid var(--var-otino-main-color) !important;
}
