
.theme-table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: #f8f9fa;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #e9ecef;
    caption-side: bottom;
    border-collapse: collapse;
}

.theme-table tbody, .theme-table td, .theme-table tfoot, .theme-table th, .theme-table thead, .theme-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}


.theme-table th, .theme-table tr, .theme-table td {
    padding: 3px 3px;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.theme-table tr {
    border-bottom: 1px solid #e9ecef;
    border-bottom-width: 1px;
}

.theme-table tr:last-of-type {
    border-bottom: none;
}

.theme-table-vertical th, .theme-table-vertical td {
    text-align: center;
    width: 50%;
}

.theme-table th {
    color: #9D833E;
}

