:root {
    --box-shadow: 2px 3px 3px 3px rgb(218, 209, 209);
    --box-shadow-filtro:  5px 5px rgb(218, 209, 209);
    --cor-fundo-input-date: #FF6400;
    --cor-fundo-hover: #ffc107;
    --cor-font: #FFF;
    --cor-borda-card: #ced4da;
    --cor-primaria: #fd7e14;
    --cor-secundaria: #ffc107;
}

.area_individuo_relatorio {
    font-family: 'Roboto Mono', monospace, sans-serif;
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-sizing: border-box;
    margin-left: 0;
}

.inputs{
    width: 100%;
}

.buscar_cidadao input {
    text-align: center;
    padding: 5px;
}