.dw-grid-light {
    --dxbl-grid-font-size: 13px;
    --dxbl-grid-font-family: var(--font-roboto);
    --dxbl-grid-color: var(--text-text_tertiary);
}

.dw-grid-light {
    border-collapse: collapse;
    border: none;
    background: var(--surface-surface-light-2, #ECEBEB);
}

.dw-grid-light .dxbl-grid-empty-data-area {
    padding: 0 !important;
}

.dw-grid-light > .dxbl-scroll-viewer {
    background-color: var(--surface-surface-light-2, #ECEBEB);
}

.dw-grid-light > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > .dxbl-grid-table > thead > tr > th:first-child {
    background: white;
    border: none;
    background: var(--surface-surface-light-2, #ECEBEB);
    border-top: 1px solid var(--border-border_light);
}

.dw-grid-light .dxbl-grid-table > thead > tr:last-child > th {
    background: white;
    border: none;
    border-top: 1px solid var(--border-border_light);
}

.dw-grid-light .dxbl-grid-table > tbody > tr > td {
    background: white;
    border: none;
    border-top: 1px solid var(--border-border_light);
    background: var(--surface-surface-light-2, #ECEBEB);
}