.table td, .table th {
    
}

.table> :not(:last-child) > :last-child > * {
    border-bottom-color: #FFFFFF !important; 
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.5rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0.0625rem !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table td,.table th {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.dt-layout-row{
    margin: 0 !important;
}


