.otino-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgb(0 0 0 / 15%);
backdrop-filter: blur(5px);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
font-family: inherit;
overflow-y: auto;
}
.otino-popup-container {
max-width: 450px;
width: 90%;
max-height: 90vh;
overflow: hidden;
background: #fff;
padding: 30px;
justify-content: center;
align-items: center;
border-radius: 15px;
position: relative;
}
.otino-popup-container .no-template-otino {
position: static;
}
.head-popup-login-otino {
display: flex;
width: 100%;
font-size: 20px;
font-weight: 600;
text-align: center;
justify-content: center;
align-items: center;
margin-bottom: 15px;
}
.response-otino {
border-radius: 10px;
margin-bottom: 12px;
}
.otino-popup-container span#otino-response-box, .otino-popup-container form {
width: 100%;
}
.otino-popup-container .otino-mobile-label-form {
display: flex;
width: 100%;
flex-direction: column;
flex: 1;
gap: 5px;
margin: auto;
}
.close-login-popup-otino {
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
padding: 8px;
position: absolute;
left: 18px;
top: 18px;
}
.otino-popup-container .otino-mobile-label-form input {
text-align: center;
letter-spacing: 10px;
font-size: 16px !important;
direction: ltr;
box-sizing: border-box;
line-height: 1.5em;
}
.otino-popup-container .otino-login-form {
display: flex;
flex-direction: column;
width: 100%;
gap: 15px;
}
.otino-popup-container input[type="email"], .otino-popup-container input[type="tel"], .otino-popup-container input[type="password"], .otino-popup-container input[type="text"] {
outline: 0;
padding: 11px 10px !important;
border: 1px solid #dcdcdc !important;
border-radius: 14px !important;
-webkit-appearance: none;
-webkit-transition: all .2s;
transition: all .2s !important;
font-family: initial, sans-serif !important;
width: 100%;
margin: 0 !important;
}
.otino-popup-container input[type="email"]:focus, .otino-popup-container input[type="tel"]:focus, .otino-popup-container input[type="password"]:focus, .otino-popup-container input[type="text"]:focus {
border: 1px solid var(--var-otino-main-color);
}
.otino-popup-container textarea:focus, .otino-popup-container input[type="text"]:focus, .otino-popup-container input[type="email"]:focus, .otino-popup-container select:focus, .otino-popup-container input[type="password"]:focus {
border-color: var(--var-otino-main-color) !important;
}
.otino-popup-container button {
width: 100%;
border-radius: 15px !important;
background-color: var(--var-otino-main-color) !important;
color: #fff !important;
font-weight: 600;
padding: 12px !important;
cursor: pointer;
font-size: 18px;
border: none;
font-family: inherit;
}
@keyframes otino-popup-slide-in {
from {
opacity: 0;
transform: translateY(-30px) scale(0.95);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
@media (max-width: 480px) {
.otino-popup-container {
width: 95%;
margin: 0 10px;
}
.otino-popup-content {
padding: 20px;
}
.otino-popup-buttons {
flex-direction: column;
}
.otino-btn {
width: 100%;
}
}.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;
}