table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    position: relative !important;
    background-color: var(--bs-body-bg);
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dtfh-floatingparent-foot table {
    border-top-color: var(--bs-border-color);
    border-top-width: var(--bs-border-width);
    border-top-style: solid
}

table.dataTable.fixedHeader-floating .dt-column-title, table.dataTable.fixedHeader-floating thead th::after, table.dataTable.fixedHeader-locked .dt-column-title, table.dataTable.fixedHeader-locked thead th::after {
    color: var(--ct-table-color-state,var(--ct-table-color-type,var(--ct-table-color)));
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}
