/**
* Generated by the DevExpress Reporting Demo
* https://demos.devexpress.com/xtrareportsdemos/WebSpecificFeatures/ColorSchemeCustomization.aspx
*/

.dx-designer-viewport .dxd-border-accented {
    border-color: var(--bs-primary) !important;
}
.dx-designer-viewport .dxd-text-accented,
.dx-blazor-reporting .dx-checkbox-checked .dx-checkbox-icon
{
    color: var(--bs-primary) !important;
}
.dx-designer-viewport .dxd-back-accented,
.dx-blazor-reporting .dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted:hover {
    background-color: var(--bs-primary) !important;
}
.dx-designer-viewport .dxdd-connector.dxd-state-selected .dxd-qb-relationship-line-color {
    stroke: var(--bs-primary) !important;
}
.dx-designer-viewport .dxd-icon-accented .dxd-icon-fill,
.dx-designer-viewport .dxd-icon-highlighted:hover .dxd-icon-fill {
    fill: var(--bs-primary) !important;
}

.dx-blazor-reporting .dx-button-mode-contained.dx-button-default,
.dx-blazor-reporting .dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background-color: var(--bs-primary) !important;
}
.dx-blazor-reporting .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused
{
    background-color: rgba(var(--bs-primary-rgb), 0.7) !important;
}
    .dx-blazor-reporting .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected
    {
        background-color: rgba(var(--bs-primary-rgb), 0.7) !important;
    }
.dx-blazor-reporting .dx-texteditor.dx.state-focused.dx-editor-outlined,
.dx-blazor-reporting .dx-checkbox-checked .dx-checkbox-icon,
.dx-blazor-reporting .dx-checkbox.dx-state-hover .dx-checkbox-icon,
.dx-blazor-reporting .dx-checkbox.dx-state-focused .dx-checkbox-icon {
    border-color: var(--bs-primary) !important;
}
.dx-blazor-reporting .dx-texteditor.dx-state-hover {
    border-color: rgba(var(--bs-primary-rgb), 0.7) !important;
}

.dx-blazor-reporting .dx-texteditor.dx-state-active.dx-editor-filled,
.dx-blazor-reporting .dx-texteditor.dx-state-active.dx-editor-outlined,
.dx-blazor-reporting .dx-texteditor.dx-state-active.dx-editor-underlined,
.dx-blazor-reporting .dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-blazor-reporting .dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-blazor-reporting .dx-texteditor.dx-state-focused.dx-editor-underlined {
    border-color: rgba(var(--bs-primary-rgb), 0.7) !important;
}