/* GERAL */
.container_dash_fed_card3 {
    width: 35%;
    height: 640px;

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

.container_fed_car3_classificacao {
    width: 100%;
    height: 32.5%;

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

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

    padding: 0.5em;
}

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

    font-size: 25px;
    font-weight: 600;
    color: var(--cor_font_principal);
    text-align: center;
}

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

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

.container_fed_car3_classificacao_content {
    width: 90%;
    height: 40px;

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

    font-size: 24px;
    color: var(--cor_font_secundario);
}

.container_fed_car3_classificacao_icone {
    width: 30px;
    height: 30px;

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

.container_fed_car3_desen {
    width: 100%;
    height: 66.2%;

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

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

    padding: 0.5em;
}

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

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

    color: var(--cor_font_secundario);
    font-size: 20px;
    font-weight: 600;
}

.container_fed_car3_desen_content_icone {
    width: 24px;
    height: 24px;

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

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

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

.container_dash_fed_subtotal_grafico_legendas {
    width: 100%;
    height: 15%;

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

.container_dash_fed_subtotal_grafico_legenda {
    height: 100%;

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

    color: var(--cor_font_secundario);
    font-size: 20px;
    font-weight: 500;
}

.container_dash_fed_subtotal_grafico_legenda_icone {
    width: 20px;
    height: 20px;

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

/* DIABETES */
.container_dash_fed_card3_diabete {
    width: 35%;
    height: 640px;

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

/* GESTANTES */
.container_dash_fed_card3_ind_2 {
    width: 30%;
    height: 640px;

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


