/* Botones del wizard en formatos (inscripcion / reinscripcion) */

#m_wizard .m-form__actions .row > [class*="col-"]:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    #m_wizard .m-form__actions .row > [class*="col-"]:last-child {
        align-items: flex-end;
    }
}

@media (max-width: 991.98px) {
    #m_wizard .m-portlet__foot {
        padding: 1rem 0.75rem 1.5rem;
    }

    #m_wizard .m-form__actions .row {
        margin-left: 0;
        margin-right: 0;
    }

    #m_wizard .m-form__actions .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0.75rem;
        text-align: center !important;
    }

    #m_wizard .m-form__actions .row > [class*="col-"]:last-child {
        margin-bottom: 0;
        align-items: stretch;
    }

    #m_wizard .m-form__actions .m--align-left,
    #m_wizard .m-form__actions .m--align-middle {
        text-align: center !important;
    }

    #m_wizard .m-form__actions .btn {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        min-height: 44px;
    }
}
