/* 
table.sticky {
    border-collapse: separate;
    border-spacing: 0;
}

table.sticky thead tr th:last-child {
    background-color: white;
}

table.sticky tbody tr:nth-child(even) td:last-child {
    background-color: var(--bs-body-bg);
}
table.sticky tbody tr:nth-child(odd) td:last-child {
    background-color: var(--bs-table-striped-bg);
}

table.sticky tbody tr td:last-child,
table.sticky thead tr th:last-child {
    z-index: 2;
    position: sticky;
    right: 0;
    border-left-width: 2px;
} */
