.dx-pivotgrid-container .dx-bottom-row .dx-area-row-cell.dx-area-tree-view {
    min-width: 300px;
}

.dx-pivotgrid-container .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-horizontal.dx-scrollbar-hoverable{
    height: 11px;
}

.dx-pivotgrid-container .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover > dx-scrollable-scroll{
    padding-bottom: 0;
}

.dx-pivotgrid-container .dx-pivotgrid-vertical-headers td:has(> .dx-expand-icon-container) {
    background-color: #eff5ff;
}
.dx-pivotgrid-container .dx-pivotgrid-vertical-headers td:has(> .dx-expand-icon-container) > span {
    color: black;
    font-weight: 600;
}
.dx-pivotgrid-container .dx-pivotgrid-area .dx-total.dx-row-total {
    font-weight: 600;
    background-color: #eff5ff;
}

.main-content:has(.xaf-dashboard-container) .dxbl-fl-ctrl-nc {
    height: 100%;
}