.table-warning {
    --bs-table-color: initial!important;
    --bs-table-bg: #f7eeaf;
    --bs-table-border-color: #fffad7; 
    --bs-table-striped-bg: #e8e6d7;
    --bs-table-striped-color: inherit!important;
    --bs-table-active-bg: #e4ddaa;
    --bs-table-active-color: inherit!important;
    --bs-table-hover-bg: #e4ddaa;
    --bs-table-hover-color: inherit!important;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);

}