    .is-invalid {
        border: 1px solid #dc3545;
        background-color: #fff0f0;
    }

    .text-secondary.m-0.fw-light {
        font-size: 16px;
    }

    .osahan-page-header {
        display: none !important;
    }

    .osahan-page-footer {
        display: none !important;
    }
        .hide {
        display: none !important;
    }

    #step-2 {
        display: block;
        /* Exibe apenas o passo 1 inicialmente */
    }

    #step-3 {
        display: none !important;
        /* Exibe apenas o passo 1 inicialmente */
    }

    #step-4 {
        display: none !important;
        /* Exibe apenas o passo 1 inicialmente */
    }
    
    #step-5 {
        display: none !important;
        /* Exibe apenas o passo 1 inicialmente */
    }


    .swal2-modal {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .swal2-content {
        text-align: center !important;
    }