/* Importar a fonte Roboto do Google Fonts (substitua o link pelo mais recente, se necessário) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Aplicar a fonte aos elementos desejados */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
}

table{
    font-size: 11px!important;
    font-size: 0.8rem!important;
}
.table{
    font-size: 11px!important;
}
.dataTables_info .dataTables_filter{
    font-size: 14px!important;
}

input select textarea button{
    font-size: 0.8rem!important;
}

.choices .choices__inner {
    font-size: 0.8rem!important;
}

.choices__list{
    font-size: 0.8rem!important;
}
.choices{
    font-size: 0.8rem!important;
}
.form-select{
    font-size: 0.8rem!important;
}
.obrigatorio{
    color: red;
}