.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #efefef;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #efefef;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #efefef;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    color: #efefef !important;
}