﻿.dx-widget {
    font-family: 'Poppins', sans-serif !important;
    font-size: var(--font-size) !important;
}

.dx-toast-wrapper {
    z-index: 10000 !important;
}

.dx-column-indicators {
    display: none !important;
}

/*.dx-row.dx-data-row.dx-row-lines.dx-selection {
    background-color: red !important;
    color: #fff !important;
}*/

.dx-header-row {
    color: var(--bs-dark) !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort, .dx-datagrid-headers .dx-datagrid-table .dx-row > td .dx-sort-indicator, .dx-datagrid-headers .dx-datagrid-table .dx-row > td:hover .dx-datagrid-text-content {
    color: inherit;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td, .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: #ff572229 !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    color: #ff5722 !important;
}