:root {
    --table-header-bg: var(--white);
    --table-header-color: var(--text-color);

    --table-row-odd-bg: var(--light);
    --table-row-even-bg: var(--white);

    --table-row-odd-bg-2: var(--light);
    --table-row-even-bg-2: var(--white);

    --table-bg: var(--white);
    --table-border-color: rgba(0, 0, 0, 0.16);
    --table-border-color-2: rgba(0, 0, 0, 0.04);
    --table-muted-color: rgba(0, 0, 0, 0.6);
    --table-border-highlight-color: #1745e8;
    --table-highlight-bg-1: #f2f6fc;
    --table-highlight-bg-2: #dde8f8;
    --table-icon-color: black;
}
