/* ---------  CARDS ------------ */
.cof_container_dashboard_linha_card_totais {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.cof_container_dashboard_linha_card_sublinha {
    width: 50%;

    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.cof_container_dasboard_card_total {
    width: 50%;
    height: 150px;

    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;

    padding: 0.5em;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cof_container_card_total_linha_vertical {
    height: 80%;
    width: 0.25em;

    border-radius: 0.3em 0 0 0.3em;
}

.cof_container_card_total {
    width: 100%;
    height: 80%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.cof_container_card_total_conteudo {
    width: 80%;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;

    color: var(--cor_font_principal);
}

.cof_container_card_total_conteudo_ {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;

    color: var(--cor_font_principal);
}


.card_total_numero {
    height: 50px;

    font-size: 50px;
    font-weight: 600;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.card_total_icone {
    width: 50px;
    height: 50px;
}

.card_total_titulo_ {
    font-size: 15px;
    font-weight: 500;

    color: var(--cor_font_secundario);
}

.card_total_titulo_span {
    font-weight: 600;
    color: var(--cor_font_principal);
}

.cof_container_card_icone_life {
    width: 100px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cof_container_card_life {
    width: 100%;
    height: 90%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.cof_life_container {
    width: 15px;
    height: 100%;
    border: 1px solid var(--cor_font_secundario);
    border-radius: 0.3em;
    background-color: var(--branco);
    position: relative;
}

.cof_life_bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--verde_claro_fosco0);
    height: 0%;
    transition: height 0.3s;
}

.card_total_icone_ {
    width: 60px;
    height: 60px;
}
/* ----------------------------------------- */

/* ------------- GRÁFICOS ----------------- */
.cof_container_dashboard_linha_card {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0.5rem;
}

.cof_container_card_reponsive {
    width: 65%;

    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.cof_container_card_reponsive2 {
    width: 35%;
}

.cof_container_dasboard_card {
    width: 100%;
    height: 320px;

    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    padding: 0.5em;
}

.cof_container_dasboard_card_grafico {
    width: 100%;
    height: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cof_card_grafico {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

._cof_grafico_titulo {
    font-weight: 600;
    color: var(--cor_font_secundario);
}

._cof_grafico_titulo_span {
    padding: 0.1em 0.3em;

    font-weight: 500;

    border-radius: 0.3em;
    color: var(--branco);
    background-color: var(--abobura2);
}

.cof_container_dasboard_card_grafico_perce {
    width: 100%;
    height: 100%;

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

.cof_card_grafico_perce {
    width: 100%;
    height: 290px;
}

.cof_container_card_legenda {
    width: 100%;
    height: 10%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

._cof_grafico_legenda {
    width: 100%;
    height: 30px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

._cof_grafico_legenda_cor {
    width: 14px;
    height: 14px;

    border-radius: 0.2em;
}

._cof_grafico_legenda_total {
    font-size: 14px;
    font-weight: 500;
    color: var(--cor_font_secundario);
}

._cof_grafico_legenda_total>span {
    font-size: 13px;
    font-weight: 600;
    color: var(--cor_font_principal);
}
/* ---------------------------------------- */

/* ---------- FINANCEIRO ------------- */
.cof_container_dashboard_linha_card_financeiro {
    width: 100%;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cof_container_dasboard_card_financeiro {
    width: 50%;
    height: 160px;

    background-color: var(--branco);
    border: 1px solid var(--cinza_claro2);
    border-radius: 0.3em;

    padding: 0.5em;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card_total_numero_finaceiro {
    font-size: 40px;
    font-weight: 600;

    color: var(--cor_font_secundario);
}

.card_total_icone_financeiro {
    width: 70px;
    height: 70px;
}
/* ----------------------------------- */

/* ----------- BOTÕES FILTRO -----------*/
.cof_container_filtro_area_botoes {
    width: 100%;
    padding: 0 0.5em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.cof_container_filtro_area_botao {
    width: 100%;
    height: 40px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cof_container_filtro_botao {
    min-width: 22%;
    padding: 0.3em 0.3em;

    border-radius: 0.3em;
    border: 1px solid var(--cinza_claro2);

    background-color: var(--cinza_claro3);
    color: var(--cor_font_secundario);
    font-weight: 600;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.cof_container_filtro_botao:hover {
    font-weight: 500;

    border: 1px solid var(--cinza_claro3);
}

.selecionado {
    background-color: var(--mostarda1);
    color: var(--branco);

    border: 1px solid var(--mostarda3);
}

.cof_botao_icone {
    width: 20px;
    height: 20px;
}
/* ------------------------------------ */

@media only screen and (max-width: 1600px) {
    ._cof_grafico_legenda_total {
        font-size: 12px;
    }

    ._cof_grafico_legenda_total>span {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1200px) {
    .cof_container_dashboard_linha_card_totais {
        flex-direction: column;
    }

    .cof_container_dashboard_linha_card_sublinha {
        width: 100%;
    }

    .cof_container_dashboard_linha_card {
        flex-direction: column;
    }

    .cof_container_card_reponsive {
        width: 100%;
    }

    .cof_container_card_reponsive2 {
        width: 100%;
    }

    .card_total_numero_finaceiro {
        font-size: 30px;
    }

    .card_total_icone_financeiro {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 920px) {
    .card_total_numero_finaceiro {
        font-size: 20px;
    }

    .card_total_icone_financeiro {
        width: 30px;
        height: 30px;
    }

}

@media only screen and (max-width: 720px) {
    .cof_container_card_reponsive {
        flex-direction: column;
    }

    .cof_container_dashboard_linha_card_financeiro {
        flex-direction: column;
    }

    .cof_container_dasboard_card_financeiro {
        width: 100%;
    }

    .card_total_numero_finaceiro {
        font-size: 40px;
    }

    .card_total_icone_financeiro {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .cof_container_dashboard_linha_card_sublinha {
        flex-direction: column;
    }

    .cof_container_dasboard_card_total {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .cof_container_filtro_botao {
        font-size: 12px;
    }
}