.txtFiltro{
    width: 150px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: inherit!important;
    margin-left: 10px!important;
}

.floating-div {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000; /* Um valor alto para garantir que esteja à frente do conteúdo */
}

.campo-invalido {
    border: 1px solid red !important; /* Use !important para garantir que essa regra prevaleça */
}