* {
    font-family: 'Nunito', sans-serif;
}

body{
    font-size: 15px;
}

.form-group{
    margin-bottom: 1rem!important;
}



/*** datatables ***/
.dataTables_length{
    display: none;
}

.dataTables_filter{
    margin-bottom: 0.5rem;
}

.dataTables_filter .row div:first-child{
    display: none;
}

.dataTables_wrapper .pagination{
    justify-content: end;
}
