/**
 * Custom WooCommerce & OTP Login Stylesheet v1.0.7
 * Author: BySiddhant
 * Primary Color: #14287B
 * Secondary Color: #287ff9
 * Text Color: #1f2937
 */

:root {
    --ml-primary: #14287B;
    --ml-primary-hover: #0f1e5c;
    --ml-secondary: #287ff9;
    --ml-secondary-hover: #1868d9;
    --ml-text: #1f2937;
    --ml-text-muted: #6b7280;
    --ml-bg-card: #ffffff;
    --ml-bg-body: #f8fafc;
    --ml-border: #e2e8f0;
    --ml-border-focus: #287ff9;
    --ml-radius: 12px;
    --ml-radius-lg: 16px;
    --ml-shadow: 0 10px 25px -5px rgba(20, 40, 123, 0.08), 0 8px 10px -6px rgba(20, 40, 123, 0.03);
    --ml-shadow-hover: 0 20px 30px -10px rgba(20, 40, 123, 0.12), 0 10px 15px -5px rgba(40, 127, 249, 0.15);
}

/* Global Reset & Box Sizing */
.woocommerce-account #customer_login,
.woocommerce-account #customer_login *,
.woocommerce-account #customer_login *::before,
.woocommerce-account #customer_login *::after {
    box-sizing: border-box !important;
}

/* ==========================================
   1. STRICT HIDDEN FORM SAFEGUARD
   ========================================== */
/* Force hidden forms, placeholders, or their children to remain completely hidden */
.woocommerce-account #customer_login form[style*="display: none"],
.woocommerce-account #customer_login form[style*="display:none"],
form.xoo-lwo-form[style*="display: none"],
form.xoo-lwo-form[style*="display:none"],
.xoo-ml-lwo-form-placeholder[style*="display: none"],
.xoo-ml-lwo-form-placeholder[style*="display:none"],
div[style*="display: none"],
div[style*="display:none"] {
    display: none !important;
}

[style*="display: none"] *,
[style*="display:none"] * {
    display: none !important;
}

/* Page and Container Header Clearance */
.woocommerce-account .woocommerce,
.woocommerce-account #customer_login {
    margin-top: 45px !important;
    margin-bottom: 40px !important;
    padding-top: 0 !important;
    clear: both !important;
}

/* Prevent theme clipping and negative top offsets */
.woocommerce-account,
.woocommerce-account #customer_login,
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2,
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2,
.woocommerce-account #customer_login .u-column1 > div,
.woocommerce-account #customer_login .u-column2 > div {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}

/* Reset inner borders and extra padding on active forms only */
.woocommerce-account #customer_login form:not([style*="display: none"]):not([style*="display:none"]) {
    border: none !important;
    border-width: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block;
    visibility: visible !important;
    transform: none !important;
    top: auto !important;
}

/* ==========================================
   2. MAIN DUAL-CARD CONTAINERS
   ========================================== */
.woocommerce-account #customer_login {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    max-width: 1100px !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: stretch !important;
    padding: 0 16px !important;
}

.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2,
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
    flex: 1 1 420px !important;
    max-width: 520px !important;
    min-width: 280px !important;
    width: 100% !important;
    background: var(--ml-bg-card) !important;
    border-radius: var(--ml-radius-lg) !important;
    border: 1px solid var(--ml-border) !important;
    box-shadow: var(--ml-shadow) !important;
    padding: 36px 28px 44px 28px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    position: relative !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    transform: none !important;
    top: auto !important;
}

/* Top Accent Bar on Cards */
.woocommerce-account #customer_login .col-1::before,
.woocommerce-account #customer_login .col-2::before,
.woocommerce-account #customer_login .u-column1::before,
.woocommerce-account #customer_login .u-column2::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, var(--ml-primary) 0%, var(--ml-secondary) 100%) !important;
    border-top-left-radius: var(--ml-radius-lg) !important;
    border-top-right-radius: var(--ml-radius-lg) !important;
}

.woocommerce-account #customer_login .col-1:hover,
.woocommerce-account #customer_login .col-2:hover,
.woocommerce-account #customer_login .u-column1:hover,
.woocommerce-account #customer_login .u-column2:hover {
    box-shadow: var(--ml-shadow-hover) !important;
    border-color: #cbd5e1 !important;
}

/* ==========================================
   3. HEADINGS & FORM ROWS
   ========================================== */
.woocommerce-account #customer_login h2,
.woocommerce-account form.login h2,
.woocommerce-account form.register h2 {
    color: var(--ml-primary) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    position: relative !important;
    letter-spacing: -0.3px !important;
    display: block !important;
    visibility: visible !important;
    transform: none !important;
    top: auto !important;
}

.woocommerce-account #customer_login h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 36px !important;
    height: 3px !important;
    background: var(--ml-secondary) !important;
    border-radius: 2px !important;
}

/* Form Row Margins & Display */
.woocommerce-account form .form-row,
.woocommerce-account form .woocommerce-form-row,
.xoo-ml-phinput-cont {
    margin-bottom: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clear: both !important;
}

/* Labels */
.woocommerce-account form .form-row label,
.xoo-ml-phinput-cont label {
    color: var(--ml-text) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
    display: block !important;
    visibility: visible !important;
}

.woocommerce-account form .form-row label .required,
.xoo-ml-phinput-cont label .required {
    color: #dc2626 !important;
    text-decoration: none !important;
}

/* ==========================================
   4. INPUT FIELDS & SINGLE BORDER COUNTRY CODE
   ========================================== */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"]:not(.xoo-ml-otp-input),
.xoo-ml-phone-input,
.woocommerce form .form-row input.input-text {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;
    padding: 10px 14px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: var(--ml-radius) !important;
    background-color: #ffffff !important;
    color: var(--ml-text) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
    box-sizing: border-box !important;
    display: block !important;
    visibility: visible !important;
}

.woocommerce-account input:focus,
.xoo-ml-phone-input:focus,
.woocommerce form .form-row input.input-text:focus {
    border-color: var(--ml-secondary) !important;
    box-shadow: 0 0 0 4px rgba(40, 127, 249, 0.18) !important;
    outline: none !important;
    background-color: #ffffff !important;
}

/* Country Code + Phone Container Grid (Row 1 Layout) */
.xoo-ml-has-cc {
    display: grid !important;
    grid-template-columns: 95px 1fr !important;
    gap: 10px 10px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Clear outer Select2 wrapper borders to prevent double-border box-in-a-box */
.xoo-ml-has-cc .select2,
.xoo-ml-has-cc .select2-container,
.xoo-ml-has-cc .selection {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

/* Single Clean Border on Country Code Field (+91) */
select.xoo-ml-phone-cc,
.xoo-ml-has-cc select.xoo-ml-phone-cc {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 95px !important;
    max-width: 95px !important;
    min-width: 82px !important;
    height: 48px !important;
    background-color: #f8fafc !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: var(--ml-radius) !important;
    color: var(--ml-text) !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 6px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: auto !important;
}

select.xoo-ml-phone-cc:focus,
.xoo-ml-has-cc select.xoo-ml-phone-cc:focus {
    border-color: var(--ml-secondary) !important;
    box-shadow: 0 0 0 4px rgba(40, 127, 249, 0.18) !important;
}

/* Select2 Container Overrides - Single Clean Border */
.xoo-ml-phone-cc + .select2-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 95px !important;
    max-width: 95px !important;
    border: none !important;
    background: transparent !important;
}

.xoo-ml-phone-cc + .select2-container .select2-selection--single {
    height: 48px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: var(--ml-radius) !important;
    display: flex !important;
    align-items: center !important;
    background-color: #f8fafc !important;
    padding-left: 6px !important;
    box-shadow: none !important;
    outline: none !important;
}

.xoo-ml-phone-cc + .select2-container--open .select2-selection--single {
    border-color: var(--ml-secondary) !important;
    box-shadow: 0 0 0 3px rgba(40, 127, 249, 0.18) !important;
}

/* Hide raw select border when Select2 container is active */
select.xoo-ml-phone-cc.select2-hidden-accessible {
    border: none !important;
    background: transparent !important;
}

/* Phone Input Container - Row 1 Right */
.xoo-ml-regphin {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
}

.xoo-ml-regphin input.xoo-ml-phone-input {
    padding-right: 76px !important;
    height: 48px !important;
}

/* Prevent overlapping CH (Change?) text behind VERIFY badge */
span.xoo-ml-reg-phone-change {
    display: none !important;
}

/* ==========================================
   5. INLINE OTP BOX (HIDDEN UNTIL VERIFY CLICKED)
   ========================================== */
/* Inline OTP Input Container - Spans Row 2 Full Width (100%) */
.xoo-ml-inline-otp-cont,
.xoo-ml-regphin .xoo-ml-inline-otp-cont,
.xoo-ml-has-cc .xoo-ml-inline-otp-cont {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    clear: both !important;
}

/* Hide Inline OTP Field by default until user clicks Verify / OTP is requested */
.xoo-ml-inline-otp-cont:not([style*="display: block"]):not([style*="display:block"]):not([style*="display: inline"]):not([style*="display:flex"]) {
    display: none !important;
}

.xoo-ml-ioc-input {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Inline OTP Text Input Box (Full Width 100%) */
.xoo-ml-ioc-input input.xoo-ml-otp-input,
.xoo-ml-inline-otp-cont input.xoo-ml-otp-input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 50px !important;
    padding: 10px 100px 10px 16px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: var(--ml-radius) !important;
    background-color: #ffffff !important;
    color: var(--ml-text) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03) !important;
    box-sizing: border-box !important;
    display: block !important;
}

.xoo-ml-ioc-input input.xoo-ml-otp-input:focus,
.xoo-ml-inline-otp-cont input.xoo-ml-otp-input:focus {
    border-color: var(--ml-secondary) !important;
    box-shadow: 0 0 0 4px rgba(40, 127, 249, 0.2) !important;
    outline: none !important;
}

/* SUBMIT Pill Badge inside Inline OTP Input */
span.xoo-ml-otp-submit-btn,
.xoo-ml-ioc-input span.xoo-ml-otp-submit-btn {
    position: absolute !important;
    right: 8px !important;
    top: 25px !important;
    transform: translateY(-50%) !important;
    background: linear-gradient(135deg, var(--ml-secondary) 0%, var(--ml-primary) 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(40, 127, 249, 0.35) !important;
    cursor: pointer !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    z-index: 25 !important;
    display: inline-flex !important;
    visibility: visible !important;
    margin: 0 !important;
}

span.xoo-ml-otp-submit-btn:hover,
.xoo-ml-ioc-input span.xoo-ml-otp-submit-btn:hover {
    background: linear-gradient(135deg, var(--ml-primary) 0%, var(--ml-secondary) 100%) !important;
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 4px 14px rgba(20, 40, 123, 0.4) !important;
}

/* 6-Digit Modal OTP Input Boxes (external_form) */
form.xoo-ml-otp-form input.xoo-ml-otp-input {
    flex: 1 1 0 !important;
    width: 100% !important;
    max-width: 48px !important;
    min-width: 32px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    color: var(--ml-primary) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.2s ease !important;
}

/* Resend Link & Sent Text */
.xoo-ml-otp-resend {
    margin-top: 10px !important;
    font-size: 13px !important;
    color: var(--ml-text-muted) !important;
    display: block !important;
}

span.xoo-ml-otp-no-txt {
    color: #15803d !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: block !important;
    margin-top: 8px !important;
}

/* ==========================================
   6. SUBMIT BUTTONS & TOGGLES
   ========================================== */
.woocommerce-account form .form-row:has(button),
.woocommerce-account form .woocommerce-form-row:has(button),
.woocommerce-account form p.woocommerce-form-register__submit,
.woocommerce-account form p.woocommerce-form-login__submit,
.woocommerce-account form.register p:last-child,
.woocommerce-account form.login p:last-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 10px !important;
    clear: both !important;
}

/* Primary Action Buttons */
.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account button[type="submit"],
.woocommerce-account button[name="register"],
.woocommerce-account button[name="login"],
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form-login__submit,
.xoo-ml-open-lwo-btn,
.xoo-ml-login-otp-btn,
button.xoo-ml-otp-submit-btn,
button.woocommerce-Button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, var(--ml-primary) 0%, #1e3a9e 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    border: none !important;
    border-radius: var(--ml-radius) !important;
    box-shadow: 0 4px 14px rgba(20, 40, 123, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
    text-transform: none !important;
    margin-top: 14px !important;
    margin-bottom: 10px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 20 !important;
}

.woocommerce-account button.button:hover,
.woocommerce-account button[type="submit"]:hover,
.woocommerce-account button[name="register"]:hover,
.woocommerce-account button[name="login"]:hover,
.xoo-ml-open-lwo-btn:hover,
.xoo-ml-login-otp-btn:hover,
button.xoo-ml-otp-submit-btn:hover {
    background: linear-gradient(135deg, var(--ml-secondary) 0%, var(--ml-primary) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(40, 127, 249, 0.35) !important;
    color: #ffffff !important;
}

/* Secondary Toggle Button ("Login with Email & Password") */
button.xoo-ml-low-back,
.xoo-ml-low-back {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    padding: 10px 16px !important;
    background: #f1f5f9 !important;
    color: var(--ml-primary) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: var(--ml-radius) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin-top: 8px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 20 !important;
}

button.xoo-ml-low-back:hover,
.xoo-ml-low-back:hover {
    background: #e2e8f0 !important;
    border-color: var(--ml-secondary) !important;
    color: var(--ml-secondary) !important;
}

/* Inline "VERIFY" Button */
span.xoo-ml-inline-verify {
    position: absolute !important;
    right: 8px !important;
    top: 24px !important;
    transform: translateY(-50%) !important;
    background: var(--ml-secondary) !important;
    color: #ffffff !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(40, 127, 249, 0.3) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    z-index: 25 !important;
    display: inline-flex !important;
    visibility: visible !important;
}

span.xoo-ml-inline-verify:hover {
    background: var(--ml-primary) !important;
    transform: translateY(-50%) scale(1.04) !important;
    box-shadow: 0 4px 12px rgba(20, 40, 123, 0.4) !important;
}

/* OR Badge / Divider */
span.xoo-ml-or {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    margin: 16px auto !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: var(--ml-text-muted) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

/* Notices & Alerts */
.xoo-ml-notice-error {
    background-color: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #991b1b !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.xoo-ml-notice-success {
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-PrivacyPolicy-text {
    color: var(--ml-text-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-top: 14px !important;
    margin-bottom: 16px !important;
    display: block !important;
    visibility: visible !important;
}

.woocommerce-PrivacyPolicy-text a {
    color: var(--ml-secondary) !important;
    text-decoration: underline !important;
}

/* Remember me & Lost password */
.woocommerce-form-login__remember-me {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--ml-text) !important;
    font-size: 14px !important;
    visibility: visible !important;
}

.woocommerce-LostPassword {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    display: block !important;
    visibility: visible !important;
}

.woocommerce-LostPassword a {
    color: var(--ml-secondary) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-LostPassword a:hover {
    color: var(--ml-primary) !important;
    text-decoration: underline !important;
}

/* ==========================================
   7. 100% RESPONSIVE BREAKPOINTS
   ========================================== */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce,
    .woocommerce-account #customer_login {
        margin-top: 25px !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 0 10px !important;
    }

    .woocommerce-account #customer_login .col-1,
    .woocommerce-account #customer_login .col-2,
    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        max-width: 100% !important;
        width: 100% !important;
        padding: 28px 18px 44px 18px !important;
        border-radius: 14px !important;
        margin-bottom: 24px !important;
    }

    .woocommerce-account #customer_login h2 {
        font-size: 22px !important;
        margin-bottom: 16px !important;
    }

    .xoo-ml-has-cc {
        grid-template-columns: 88px 1fr !important;
        gap: 8px 8px !important;
    }

    select.xoo-ml-phone-cc,
    .xoo-ml-has-cc select.xoo-ml-phone-cc,
    .xoo-ml-phone-cc + .select2-container {
        width: 88px !important;
        max-width: 88px !important;
        min-width: 78px !important;
    }
}

@media (max-width: 480px) {
    .woocommerce-account #customer_login {
        padding: 0 6px !important;
    }

    .woocommerce-account #customer_login .col-1,
    .woocommerce-account #customer_login .col-2,
    .woocommerce-account #customer_login .u-column1,
    .woocommerce-account #customer_login .u-column2 {
        padding: 24px 14px 48px 14px !important;
        border-radius: 12px !important;
    }

    form.xoo-ml-otp-form input.xoo-ml-otp-input {
        max-width: 40px !important;
        min-width: 28px !important;
        height: 44px !important;
        font-size: 17px !important;
        border-radius: 8px !important;
    }

    span.xoo-ml-inline-verify {
        padding: 5px 9px !important;
        font-size: 10px !important;
        right: 6px !important;
    }

    .xoo-ml-regphin input.xoo-ml-phone-input {
        padding-right: 68px !important;
    }
}
