/*Dashboard*/
/*Area principal*/
.main-content-rel-cad {
    margin-top: 8px;
    width: 100%;
}

.main_area_relatorio_cad{
    width: 100%;
    height: auto; 
}

.area_relatorio_cad {
    width: 95%;
    height: auto;
}

.rel_cad_dashboard_box_1 {
    width: 100%;
    height: auto;
}

.rel_cad_dashboard_box_2 {
    width: 100%;
    height: auto;
}

/*area principal Total População*/
.cad_card_total_first {
    width: 100%;
    height: 150px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.card_total_cad_first {
    width: 60%;
    height: 100%;
}

.card_cad_total_titulo {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5em;
    letter-spacing: 1.5px;
    padding-left: 10px;
    align-content: flex-start;
}

.card_cad_total_valor {
    align-self: center;
    align-content: baseline;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: var(--a);
}

#fa_solid_card_cad {
    align-self: center;
}

.card_total_cad_secund {
    width: 35%;
    height: 100%;
}

#smile_cad_total {
    margin-top: 16px;
    font-size: 35px;
}

/*Card Total Cadastros*/
.cad_card_total_second {
    width: 100%;
    height: 150px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.card_total_cad_first_alcancadas {
    width: 60%;
    height: 100%;
}

.card_cad_total_titulo_alcancadas {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5em;
    letter-spacing: 1.5px;
    padding-left: 10px;
    align-content: flex-start;
}

.card_cad_total_valor_alcancadas {
    align-self: center;
    align-content: baseline;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: var(--cor-alcancadas);
}

#fa_solid_card_cad_alcancadas {
    align-self: center;
    font-size: 20px;
}

.card_total_cad_secund_alcancadas {
    width: 35%;
    height: 100%;
}

#smile_cad_total_alcancadas {
    margin-top: 16px;
    font-size: 35px;
}

/*Card Gestante Total Cadastros a Alcançar*/
.cad_card_total_third {
    width: 100%;
    height: 150px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.card_total_cad_first_alcancar {
    width: 60%;
    height: 100%;
}

.card_cad_total_titulo_alcancar {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.5em;
    letter-spacing: 1.5px;
    padding-left: 10px;
    align-content: flex-start;
}

.card_cad_total_valor_alcancar {
    align-self: center;
    align-content: baseline;
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 1.5px;
    margin-top: 10px;
    color: var(--cor-alcancar);
}

#fa_solid_card_cad_alcancar {
    align-self: center;
    font-size: 20px;
    color: var(--cor-alcancar);
}

.card_total_cad_secund_alcancar {
    width: 35%;
    height: 100%;
}

#smile_cad_total_alcancar {
    margin-top: 16px;
    font-size: 35px;
    color: var(--cor-alcancar);
}

/*area principal charts*/
.rel_cad_dashboard_box_2_charts {
    width: 100%;
    height: auto;
}

.rel_cad_dashboard_box_2_chart_1 {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.rel_cad_dashboard_box_2_chart_2 {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.rel_cad_dashboard_box_2_table {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.header-smile-cad {
    height: 10%;
}

.chart-cad {
    height: 90%;
}

#dashboard_doughnut_total_cad {
    width: 95%;
    height: 95%;
}

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

    .area_relatorio_cad {
        margin-bottom: 0.5%;
    }
    
    .rel_cad_dashboard_box_2_chart_1 { 
        height: 350px;
    }

    .rel_cad_dashboard_box_2_chart_2 { 
        height: 350px;
    }
}