.simple-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
    --bs-table-accent-bg: white;
}

.simple-table.table td {
    vertical-align: middle;
    max-width: 100px;
}

.simple-table.table thead th,
.simple-table.table tbody td {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
}

.simple-table.table thead tr.editable-table-row td {
    border-right: none;
}

.simple-table.table tbody tr td {
    color: var(--slate);
}

.simple-table.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid var(--light-grey-3) !important;
    border-top: none;
    font-size: 12px;
    font-weight: 900;
    color: var(--slate);
    padding: 0.7rem 0.675rem 0.675rem;
    background-color: var(--light-grey-3);
}

.simple-table.table thead th:last-child,
.simple-table.table tbody tr td:last-child {
    border-right: none;
}

.table-sm thead th {
    border: none;
    font-size: 12px;
}

.table-sm.table thead tr {
    border-bottom: 1px solid var(--light-grey-3);
}

.table-sm tbody tr td {
    font-size: 14px;
}

.table-sm tbody tr td,
.table-sm thead tr th {
    border-left: 1px solid var(--light-grey-3);
    padding-left: 20px;
    line-height: 27px;
}

.table-sm tbody tr td:first-child,
.table-sm thead tr th:first-child {
    border-left: none;
    padding-left: 10px;
}

@media (max-width: 561px) {
    .simple-table {
        overflow-x: auto;
        display: block;
        max-width: 90vw;
    }
}
