﻿tbody .rz-data-row td {
    background-color: var(--primary-white) !important;
}

.rz-datatable {
    border: none;
}

.rz-grid-table td:not(:last-child) {
    border-right: none;
}

.rz-grid-table thead th {
    border-bottom: none;
}
    .rz-datatable-thead th:not(:last-child), .rz-grid-table thead th:not(:last-child) {
        border-right: none;
    }

    .rz-grid-table thead th .rz-column-title-content {
        text-transform: uppercase;
        color: var(--primary-black);
        font-family: 'Plus Jakarta Sans Regular', sans-serif;
        word-break: break-word;
    }


.table-control-icon {
    width: 20px;
    height: 20px;
    fill: var(--primary-black);
}

    .table-control-icon:hover {
        cursor: pointer;
    }