.main_area_relatorio_financeiro {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.area_relatorio_financeiro {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
}

.rel_financeiro_dashboard_box_1_card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rel_financeiro_card_total_first_valores {
    display: flex;
    flex-direction: column;
}

/*Card Valor de RepasseValor de Repasse*/
.rel_financeiro_card_total_first_valores { 
    display: flex;
    flex-direction: column;
}

.card_total_rel_financeiro_first_valores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:safe;
    align-items: flex-start;
}

.card_total_rel_financeiro_secund_valores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Card Valor de RepasseValor a Receber*/
.rel_financeiro_card_total_second_valores { 
    display: flex;
    flex-direction: column;
}

.card_total_rel_financeiro_first_receber {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:safe;
    align-items: flex-start;
}

.card_total_rel_financeiro_secund_receber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Card Valor de Glosa*/
.rel_financeiro_card_total_third_valores { 
    display: flex;
    flex-direction: column;
}

.card_total_rel_financeiro_first_glosa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content:safe;
    align-items: flex-start;
}

.card_total_rel_financeiro_secund_glosa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*area principal charts*/
.rel_financeiro_dashboard_box_2_charts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rel_financeiro_dashboard_box_2_chart_1 {
    display: flex;
    flex-direction: column;
}

.rel_financeiro_dashboard_box_2_chart_2  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dashboard_doughnut_total_financeiro > div > a {
    display: none;
}

/*area unidades*/
.row_relatorios_unidade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area_relatorios_unidade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.relatorios_unidade_dashboard_box_1 {
    display: flex;
    flex-direction: column;
}


.relatorios_unidade_dashboard_box_2 {
    display: flex;
    flex-direction: column;
}

/*area equipes*/
.row_relatorios_equipe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.area_relatorios_equipe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.relatorios_equipe_dashboard_box_1 {
    display: flex;
    flex-direction: column;
}


.relatorios_equipe_dashboard_box_2 {
    display: flex;
    flex-direction: column;
}


@media only screen and (min-width: 1024px) { 

    .rel_financeiro_dashboard_box_1_card {
        display: flex;
        flex-direction: row;
    }

    .rel_financeiro_dashboard_box_2_charts{
        display: flex;
        flex-direction: row;
    }
}