@charset "UTF-8";
/**
 * DevExtreme (dx.fluent.binas.css)
 * BINAS theme overlay aligned to canonical design tokens.
 */

@import url("dx.fluent.blue.light.css");

.dx-theme-fluent-typography .dx-swatch-binas,
.dx-theme-fluent-typography.dx-swatch-binas {
    background-color: var(--outlook-bg-primary);
    color: var(--outlook-text-primary);
    font-family: var(--app-font-primary);
    font-size: var(--font-size-sm);
    line-height: 1.428571;
}

.dx-theme-fluent-typography .dx-swatch-binas input,
.dx-theme-fluent-typography .dx-swatch-binas textarea,
.dx-theme-fluent-typography.dx-swatch-binas input,
.dx-theme-fluent-typography.dx-swatch-binas textarea {
    color: var(--outlook-text-primary);
    font-family: var(--app-font-primary);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-widget,
.dx-theme-fluent-typography.dx-swatch-binas .dx-widget {
    color: inherit;
    font-family: inherit;
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-button,
.dx-theme-fluent-typography.dx-swatch-binas .dx-button {
    border-radius: var(--radius-md);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-button.dx-button-mode-contained.dx-button-default,
.dx-theme-fluent-typography.dx-swatch-binas .dx-button.dx-button-mode-contained.dx-button-default {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--text-light);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-button.dx-button-mode-contained.dx-button-default.dx-state-hover,
.dx-theme-fluent-typography.dx-swatch-binas .dx-button.dx-button-mode-contained.dx-button-default.dx-state-hover {
    background-color: var(--color-primary-light);
    border-color: var(--color-primary-light);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-datagrid,
.dx-theme-fluent-typography .dx-swatch-binas .dx-treelist,
.dx-theme-fluent-typography.dx-swatch-binas .dx-datagrid,
.dx-theme-fluent-typography.dx-swatch-binas .dx-treelist {
    background-color: var(--outlook-bg-primary);
    color: var(--outlook-text-primary);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-datagrid-headers .dx-datagrid-table .dx-row > td,
.dx-theme-fluent-typography .dx-swatch-binas .dx-treelist-headers .dx-treelist-table .dx-row > td,
.dx-theme-fluent-typography.dx-swatch-binas .dx-datagrid-headers .dx-datagrid-table .dx-row > td,
.dx-theme-fluent-typography.dx-swatch-binas .dx-treelist-headers .dx-treelist-table .dx-row > td {
    background-color: var(--outlook-bg-secondary);
    border-bottom-color: var(--outlook-border);
    color: var(--outlook-text-primary);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-datagrid-rowsview .dx-row > td,
.dx-theme-fluent-typography .dx-swatch-binas .dx-treelist-rowsview .dx-row > td,
.dx-theme-fluent-typography.dx-swatch-binas .dx-datagrid-rowsview .dx-row > td,
.dx-theme-fluent-typography.dx-swatch-binas .dx-treelist-rowsview .dx-row > td {
    border-top-color: var(--outlook-border-light);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-header-row > td,
.dx-theme-fluent-typography.dx-swatch-binas .dx-header-row > td {
    color: var(--outlook-text-secondary);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-toolbar,
.dx-theme-fluent-typography.dx-swatch-binas .dx-toolbar {
    background-color: transparent;
    color: var(--outlook-text-primary);
}

.dx-theme-fluent-typography .dx-swatch-binas .dx-popup-content,
.dx-theme-fluent-typography .dx-swatch-binas .dx-overlay-content,
.dx-theme-fluent-typography.dx-swatch-binas .dx-popup-content,
.dx-theme-fluent-typography.dx-swatch-binas .dx-overlay-content {
    background-color: var(--outlook-bg-primary);
    color: var(--outlook-text-primary);
}
