:root {
    --primary-bg: #f8f9fa;
    --second-bg: #e3e8eb;
    --primary-color: #000;
    --second-color: #FFF;
    --secondary-bg-color: #114268;
    --third-bg-color: #68a7d8;
    --fourth-bg-color: #6c757d;
}


/********************************AREA ACS RELATORIOS*******************************/
/* .filtro-secundario-visita-area-acs {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    background-color: blue;
}

.tipo-relatorio-tipo-area-acs {
    width: 428px;
    background-color: red;
}

.area-unidade {
    flex: 1;
}

.area-bolsa {
    flex: 1;
}

.area-visita {
    flex: 1;
} */

/*filtros*/
/* .filtro-profissional-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-desfecho-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-bolsa-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-condicao-saude-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-condicao-individual-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-equipe-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
}

.filtro-unidade-visita-area-acs {
    padding: 5px;
    box-sizing: border-box;
} */

/*CUSTOMIZE CHECKS*/
.choices__item--selectable[data-item] {
    background-color: var(--secondary-bg-color);
    color: white;
}

.bolsa-familia {
    padding: 13.5px;
}

.bolsa-familia option {
    font-size: 10px;
}

.total_geral_relatorio {
    float: right;
    font-size: 18px;
    font-weight: 900;
}

@media only screen and (max-width: 600px) {
    .filtro-bolsa-visita-area-acs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .tipo-relatorio-tipo-area-acs {
        width: 100%;
    }    
}

@media only screen and (max-width: 912px) {
    .tipo-relatorio-tipo-area-acs {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
    @media only screen and (min-width: 1360px) and (max-width: 1366px) {
        .tipo-relatorio-tipo-area-acs {
            min-width: 340px;
        }

        .area-equipe {
            flex: 1;
        }
    }
    .tipo-relatorio-tipo-area-acs {
        min-width: 350px;
    }

    .area-unidade {
        flex: 1;
    }

    .area-profissional {
        flex: 1;
    }

    .area-saude {
        flex: 1;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1440px) {
    .tipo-relatorio-tipo-area-acs {
        min-width: 380px;
    }

    .area-cbo {
        flex: 1;
    }

    .area-profissional {
        flex: 1;
    }

    .area-equipe {
        flex: 1;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1680px) {
    .tipo-relatorio-tipo-area-acs {
        min-width: 400px;
    }

    .area-profissional {
        flex: 1;
    }

    .area-equipe {
        flex: 1;
    }
}
/**********************************************************************************/