/**
 * PowerEn commerce modernization — Phase 11.13 register busy-state pilot.
 *
 * Presentation only. MihanPanel remains the sole owner of disabled state,
 * spinner visibility, submission, validation and account creation.
 */

html[data-poweren-modern-login="true"] body.mwpl-login-body.mwpl-rtl form.mwpl-form-wrapper.mwpl-register-form-wrapper > .mwpl-form-fields > .mwpl-input-item.mwpl-spinner-field > input[type="submit"][name="register"]:disabled {
    color: #eaf4f7;
    cursor: wait;
    opacity: 1;
    background: #55727d;
    border-color: #55727d;
    box-shadow: none;
    filter: none;
    transform: none;
}

html[data-poweren-modern-login="true"] body.mwpl-login-body.mwpl-rtl form.mwpl-form-wrapper.mwpl-register-form-wrapper > .mwpl-form-fields > .mwpl-input-item.mwpl-spinner-field > .mwpl-spinner-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 12px;
    background: #55727d;
    border: 1px solid #55727d;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(8, 43, 60, 0.16);
}

html[data-poweren-modern-login="true"] body.mwpl-login-body.mwpl-rtl form.mwpl-form-wrapper.mwpl-register-form-wrapper > .mwpl-form-fields > .mwpl-input-item.mwpl-spinner-field > .mwpl-spinner-wrapper > .mwpl-spinner {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 3px solid #b9cbd1;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation-duration: 900ms;
    animation-timing-function: linear;
}

@media (prefers-reduced-motion: reduce) {
    html[data-poweren-modern-login="true"] body.mwpl-login-body.mwpl-rtl form.mwpl-form-wrapper.mwpl-register-form-wrapper > .mwpl-form-fields > .mwpl-input-item.mwpl-spinner-field > .mwpl-spinner-wrapper > .mwpl-spinner {
        animation: none;
    }
}
