@import '_content/AtOnce.Web.Shared/AtOnce.Web.Shared.qr8p9ns6uf.bundle.scp.css';

/* /Components/Features/Automation/AutomationPage.razor.rz.scp.css */
.selected-row[b-rigwuqizly] {
    background-color: var(--mud-palette-primary-lighten) !important;
}

.font-monospace[b-rigwuqizly] {
    font-family: monospace;
    font-size: 0.82rem;
}
/* /Components/Features/Macros/MacroListItem.razor.rz.scp.css */
.macro-item[b-rz4uc1rcuu] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    transition: background-color 0.1s;
}

.macro-item--active[b-rz4uc1rcuu] {
    background-color: var(--mud-palette-primary-lighten) !important;
}
/* /Components/Features/Macros/MacroManagementDialog.razor.rz.scp.css */
.macro-grid[b-jse01ee5rv]  .mud-table-head th {
    background-color: var(--mud-palette-appbar-background);
    color: var(--mud-palette-appbar-text);
}

.macro-grid[b-jse01ee5rv]  .mud-table-cell,
.macro-grid[b-jse01ee5rv]  .mud-table-head th {
    border: 1px solid var(--mud-palette-lines-default);
    white-space: nowrap;
}

.macro-grid[b-jse01ee5rv]  .mud-icon-button {
    padding: 4px;
}

.macro-grid[b-jse01ee5rv]  table {
    table-layout: fixed;
    width: 100%;
}

.macro-grid[b-jse01ee5rv]  .macro-name-truncate {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.macro-steps-preview[b-jse01ee5rv]  table {
    table-layout: fixed;
    width: 100%;
}

.macro-steps-preview[b-jse01ee5rv]  .macro-step-truncate {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Features/Macros/MacrosPage.razor.rz.scp.css */
.macro-steps-table[b-vvd0cfwlp0] {
    font-size: 0.82rem;
}

.macros-empty-detail[b-vvd0cfwlp0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 0.5rem;
}
/* /Components/Features/Settings/ColumnTypesPanel.razor.rz.scp.css */
.settings-table[b-3jipac8vjk]  table {
    table-layout: fixed;
    width: 100%;
}

.settings-table[b-3jipac8vjk]  table thead th:first-child {
    width: 40px;
}

.settings-table[b-3jipac8vjk]  .coltype-cell-truncate {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings-table[b-3jipac8vjk]  .mud-table-head th {
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #1a70b8;
    color: #c6d9f1;
    border-color: #c6d9f1;
}

.settings-table[b-3jipac8vjk]  .mud-table-cell {
    padding: 3px 10px;
    font-size: 0.8rem;
    line-height: 1.25rem;
    background-color: #ffffff;
    color: #000000;
}

html.dark .settings-table[b-3jipac8vjk]  .mud-table-cell {
    background-color: #595959;
    color: #ffffff;
}

.settings-table[b-3jipac8vjk]  .coltype-group-header.mud-table-cell {
    background-color: #dbe9f7;
    color: #1a3a5c;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 4px 10px;
}

html.dark .settings-table[b-3jipac8vjk]  .coltype-group-header.mud-table-cell {
    background-color: #3a4a5c;
    color: #d9e8f7;
}

/* MudBlazor applies Striped/Hover to the row (.mud-table-row), but our opaque
   per-cell background above paints over it. Re-apply both at the cell level so
   the effects are visible; gated on MudBlazor's own classes so the Striped/Hover
   props still control them. Group-header cells keep their own styling. */
.settings-table[b-3jipac8vjk]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell:not(.coltype-group-header) {
    background-color: #eef4fb;
}

.settings-table[b-3jipac8vjk]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell:not(.coltype-group-header) {
    background-color: #d9e8f6;
}

html.dark .settings-table[b-3jipac8vjk]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell:not(.coltype-group-header) {
    background-color: #636363;
}

html.dark .settings-table[b-3jipac8vjk]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell:not(.coltype-group-header) {
    background-color: #6e7f8f;
}

/* Java parity: first/selected record is always the active row. Applied at the
   cell level (opaque cell background hides row-level highlights) and after the
   stripe/hover rules so an odd selected row still shows the selection colour.
   Group-header cells keep their own styling. */
.settings-table[b-3jipac8vjk]  .mud-table-striped .mud-table-body .mud-table-row.settings-row-selected .mud-table-cell:not(.coltype-group-header) {
    background-color: #cfe3f7;
}

html.dark .settings-table[b-3jipac8vjk]  .mud-table-striped .mud-table-body .mud-table-row.settings-row-selected .mud-table-cell:not(.coltype-group-header) {
    background-color: #4a6b8a;
}

.settings-table[b-3jipac8vjk]  .mud-icon-button {
    padding: 3px;
}

.settings-table[b-3jipac8vjk]  .mud-icon-button .mud-icon-root {
    font-size: 1.125rem;
}

/* Java parity: every row is a uniform, compact height (jqxGrid rowsheight:25).
   The small MudChip (Matcher Type) carries a 24px height + 4px margin that
   inflated data rows well above the plain-text group-header height. Strip the
   margin and shrink it to the text line, and tighten the in-cell action icons,
   so data rows match the group header. Scoped to .mud-table-cell so the footer
   Add/Refresh buttons keep their normal size. */
.settings-table[b-3jipac8vjk]  .mud-table-cell .mud-chip {
    margin: 0;
    height: 18px;
    font-size: 0.72rem;
}

.settings-table[b-3jipac8vjk]  .mud-table-cell .mud-icon-button {
    padding: 2px;
}

.settings-table[b-3jipac8vjk]  .mud-table-cell .mud-icon-button .mud-icon-root {
    font-size: 1rem;
}
/* /Components/Features/Settings/DictionaryPanel.razor.rz.scp.css */
/* NOTE: the dictionary dropdown's folder group headers are styled globally in wwwroot/app.css
   (.mud-list-item.folder-group-header) because MudSelect renders its popover at the
   document root, out of reach of this component-scoped stylesheet. */

/* ── Shared settings-grid scheme (ported from ColumnTypesPanel.razor.css) ──────── */
.settings-table[b-sxfkhf5ewr]  table {
    table-layout: fixed;
    width: 100%;
}

.settings-table[b-sxfkhf5ewr]  .settings-cell-truncate {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings-table[b-sxfkhf5ewr]  .mud-table-head th {
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #1a70b8;
    color: #c6d9f1;
    border-color: #c6d9f1;
}

.settings-table[b-sxfkhf5ewr]  .mud-table-cell {
    padding: 3px 10px;
    font-size: 0.8rem;
    line-height: 1.25rem;
    background-color: #ffffff;
    color: #000000;
}

html.dark .settings-table[b-sxfkhf5ewr]  .mud-table-cell {
    background-color: #595959;
    color: #ffffff;
}

/* MudBlazor applies Striped/Hover to the row, but our opaque per-cell background paints over it.
   Re-apply both at the cell level, gated on MudBlazor's own classes. */
.settings-table[b-sxfkhf5ewr]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell {
    background-color: #eef4fb;
}

.settings-table[b-sxfkhf5ewr]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
    background-color: #d9e8f6;
}

html.dark .settings-table[b-sxfkhf5ewr]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell {
    background-color: #636363;
}

html.dark .settings-table[b-sxfkhf5ewr]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
    background-color: #6e7f8f;
}

/* Compact, uniform row height + tightened in-cell action icons (Java jqxGrid rowsheight:25). */
.settings-table[b-sxfkhf5ewr]  .mud-table-cell .mud-icon-button {
    padding: 2px;
}

.settings-table[b-sxfkhf5ewr]  .mud-table-cell .mud-icon-button .mud-icon-root {
    font-size: 1rem;
}

.dict-empty-detail[b-sxfkhf5ewr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 0.5rem;
}
/* /Components/Features/Settings/ListsPanel.razor.rz.scp.css */
/* NOTE: the list dropdown's folder group headers are styled globally in wwwroot/app.css
   (.mud-list-item.folder-group-header) because MudSelect renders its popover at the
   document root, out of reach of this component-scoped stylesheet. */

/* ── Shared settings-grid scheme (ported from ColumnTypesPanel.razor.css) ──────── */
.settings-table[b-nyz4kyrcap]  table {
    table-layout: fixed;
    width: 100%;
}

.settings-table[b-nyz4kyrcap]  .settings-cell-truncate {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings-table[b-nyz4kyrcap]  .mud-table-head th {
    padding: 4px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #1a70b8;
    color: #c6d9f1;
    border-color: #c6d9f1;
}

.settings-table[b-nyz4kyrcap]  .mud-table-cell {
    padding: 3px 10px;
    font-size: 0.8rem;
    line-height: 1.25rem;
    background-color: #ffffff;
    color: #000000;
}

html.dark .settings-table[b-nyz4kyrcap]  .mud-table-cell {
    background-color: #595959;
    color: #ffffff;
}

/* MudBlazor applies Striped/Hover to the row, but our opaque per-cell background paints over it.
   Re-apply both at the cell level, gated on MudBlazor's own classes. */
.settings-table[b-nyz4kyrcap]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell {
    background-color: #eef4fb;
}

.settings-table[b-nyz4kyrcap]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
    background-color: #d9e8f6;
}

html.dark .settings-table[b-nyz4kyrcap]  .mud-table-striped .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell {
    background-color: #636363;
}

html.dark .settings-table[b-nyz4kyrcap]  .mud-table-hover .mud-table-body .mud-table-row:hover .mud-table-cell {
    background-color: #6e7f8f;
}

/* Compact, uniform row height + tightened in-cell action icons (Java jqxGrid rowsheight:25). */
.settings-table[b-nyz4kyrcap]  .mud-table-cell .mud-icon-button {
    padding: 2px;
}

.settings-table[b-nyz4kyrcap]  .mud-table-cell .mud-icon-button .mud-icon-root {
    font-size: 1rem;
}

.lists-empty-detail[b-nyz4kyrcap] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 0.5rem;
}
/* /Components/Features/Shape/ShapePage.razor.rz.scp.css */
.shape-progress[b-vljfwq1vbb] {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* ── Workflow bar ───────────────────────────────────────────────────────────── */

.workflow-bar[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    margin-bottom: 10px;
    color: var(--mud-palette-text-secondary);
}

.workflow-step[b-vljfwq1vbb] {
    padding: 4px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.workflow-step:hover:not(:disabled)[b-vljfwq1vbb] {
    color: var(--mud-palette-primary);
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
}

.workflow-step:disabled[b-vljfwq1vbb] {
    color: var(--mud-palette-text-disabled);
    cursor: default;
}

.workflow-step--active[b-vljfwq1vbb] {
    color: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
    font-weight: 600;
}

.workflow-step--clear[b-vljfwq1vbb] {
    color: var(--mud-palette-error);
    border-color: transparent;
}

.workflow-step--clear:hover:not(:disabled)[b-vljfwq1vbb] {
    color: var(--mud-palette-error-darken);
    background: rgba(var(--mud-palette-error-rgb), 0.08);
}

.workflow-sep[b-vljfwq1vbb] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
    user-select: none;
    padding: 0 2px;
}

.workflow-summary[b-vljfwq1vbb] {
    font-size: 0.8rem;
    margin-left: auto;
}

/* ── Import section ─────────────────────────────────────────────────────────── */

.import-section[b-vljfwq1vbb] {
    margin-bottom: 12px;
}

.import-dropzone-label[b-vljfwq1vbb] {
    display: block;
    cursor: pointer;
}

.import-controls[b-vljfwq1vbb] {
    padding: 4px 0;
}

/* ── File queue ─────────────────────────────────────────────────────────────── */

.file-queue[b-vljfwq1vbb] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    overflow: hidden;
}

.file-queue-item[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    font-size: 0.83rem;
    gap: 4px;
}

.file-queue-item:last-child[b-vljfwq1vbb] {
    border-bottom: none;
}

.file-queue-name[b-vljfwq1vbb] {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-queue-size[b-vljfwq1vbb] {
    flex: 0 0 auto;
    font-size: 0.75rem;
}

.file-queue-progress[b-vljfwq1vbb] {
    flex: 0 0 120px;
}

/* ── Data Grid ─────────────────────────────────────────────────────────────── */

.shape-grid-wrapper[b-vljfwq1vbb] {
    overflow-x: auto;
    border: 1px solid var(--mud-palette-table-lines);
    border-radius: 4px;
    max-height: calc(100vh - 360px);
    min-height: 200px;
    overflow-y: auto;
}

.shape-grid[b-vljfwq1vbb] {
    font-size: 0.82rem;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
}

.shape-grid-head th[b-vljfwq1vbb] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    font-weight: 600;
    padding: 4px 8px;
    border-color: var(--mud-palette-primary-lighten);
}

.shape-rownum[b-vljfwq1vbb] {
    min-width: 44px;
    max-width: 44px;
    text-align: right;
    padding: 2px 6px !important;
    font-size: 0.72rem;
    user-select: none;
    background: var(--mud-palette-background-grey);
    border-color: var(--mud-palette-table-lines) !important;
}

.shape-agg-row th[b-vljfwq1vbb] {
    background: #1a3a5c;
    font-size: 0.75rem;
    padding: 2px 8px;
}

/* Column header drag-to-reorder (moveColumn) drop indicator */
.shape-col-dragover[b-vljfwq1vbb] {
    box-shadow: inset 3px 0 0 var(--mud-palette-warning);
}

.shape-grid tbody td[b-vljfwq1vbb] {
    padding: 2px 8px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: var(--mud-palette-table-lines);
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
}

.shape-row-invalid[b-vljfwq1vbb] {
    background-color: rgba(255, 152, 0, 0.08) !important;
}

.shape-cell-invalid[b-vljfwq1vbb] {
    background-color: rgba(255, 87, 34, 0.18) !important;
    font-style: italic;
}

/* ── Empty state / drop zone ────────────────────────────────────────────────── */

.shape-empty-state[b-vljfwq1vbb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    border: 2px dashed var(--mud-palette-lines-default);
    border-radius: 8px;
    transition: border-color 0.15s, background-color 0.15s;
}

.shape-empty-state.shape-drag-over[b-vljfwq1vbb] {
    border-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

.shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-icon {
    font-size: 4rem;
    opacity: 0.25;
}

.shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-title {
    opacity: 0.5;
}

.shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-sub {
    opacity: 0.4;
}

/* Dark mode: the dimmed placeholder look reads as "disabled" against a dark
   background — match the full-brightness text color used by the Select Files button. */
html.dark .shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-icon,
html.dark .shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-title,
html.dark .shape-empty-state[b-vljfwq1vbb]  .shape-dropzone-sub {
    opacity: 1;
    color: var(--mud-palette-text-primary);
}

/* The "Function:" placeholder inherits MudBlazor's default ::placeholder
   opacity (0.42), which reads as disabled/inactive — bring it to full
   brightness like other active elements, in both light and dark mode.
   ::deep must lead the selector: "function-group-select" is a class forwarded
   via Class="" into the child MudSelect's own render tree, not a literal
   element in this file's markup, so it never carries this file's scope
   attribute — anchoring the scope requirement on it makes the rule dead on
   arrival. !important + the -webkit-prefixed pseudo are additionally needed
   since MudBlazor declares both forms at the same specificity. */
[b-vljfwq1vbb] .function-group-select input.mud-input-root::placeholder,
[b-vljfwq1vbb] .function-group-select input.mud-input-root::-webkit-input-placeholder {
    opacity: 1 !important;
    color: var(--mud-palette-text-primary) !important;
}

.shape-hidden-file-input[b-vljfwq1vbb] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ── Macro steps table ──────────────────────────────────────────────────────── */

.macro-steps-table[b-vljfwq1vbb] {
    font-size: 0.82rem;
    width: 100%;
}

.macro-steps-table td[b-vljfwq1vbb],
.macro-steps-table th[b-vljfwq1vbb] {
    vertical-align: middle;
    padding: 1px 6px;
}

.macro-steps-table[b-vljfwq1vbb]  .mud-icon-button {
    padding: 2px;
}

.macro-steps-table[b-vljfwq1vbb]  .mud-icon-button .mud-icon-root {
    font-size: 1rem;
}

/* ── Fixed bottom macro panel ───────────────────────────────────────────────── */

.macro-bottom-panel[b-vljfwq1vbb] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: var(--mud-palette-surface);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.18);
    border-top: 2px solid var(--mud-palette-primary);
}

.macro-bottom-panel__header[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    user-select: none;
}

.macro-bottom-panel__header:hover[b-vljfwq1vbb] {
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
}

.macro-bottom-panel__body[b-vljfwq1vbb] {
    padding: 12px 16px 4px;
    max-height: 55vh;
    overflow-y: auto;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.macro-step-badge[b-vljfwq1vbb] {
    display: inline-block;
    padding: 1px 8px;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 10px;
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    line-height: 1.6;
}

/* ── Pagination bar ─────────────────────────────────────────────────────────── */

.shape-pager[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.shape-pager__goto[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.shape-pager__input[b-vljfwq1vbb] {
    width: 52px;
    text-align: center;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    padding: 3px 4px;
    font-size: 0.85rem;
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    -moz-appearance: textfield;
}

.shape-pager__input[b-vljfwq1vbb]::-webkit-inner-spin-button,
.shape-pager__input[b-vljfwq1vbb]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.shape-pager__input:focus[b-vljfwq1vbb] {
    outline: none;
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.18);
}

.shape-pager__sep[b-vljfwq1vbb] {
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.shape-pager__label[b-vljfwq1vbb] {
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
    margin-left: 4px;
}

.shape-pager__info[b-vljfwq1vbb] {
    font-size: 0.82rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
    margin-left: 4px;
}

/* ── WHERE conditions strip ─────────────────────────────────────────────────── */

.where-strip[b-vljfwq1vbb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 5px 10px;
    background: var(--mud-palette-background-grey);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 4px;
    align-self: flex-start;
}

.where-strip__label[b-vljfwq1vbb] {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    user-select: none;
}

.where-strip__row[b-vljfwq1vbb] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.where-sel[b-vljfwq1vbb],
.where-input[b-vljfwq1vbb] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 0.82rem;
    height: 26px;
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    line-height: 1.2;
}

.where-sel:focus[b-vljfwq1vbb],
.where-input:focus[b-vljfwq1vbb] {
    outline: none;
    border-color: var(--mud-palette-primary);
}

.where-sel--andor[b-vljfwq1vbb] { width: 62px; }
.where-sel--col[b-vljfwq1vbb]   { min-width: 110px; max-width: 180px; }
.where-sel--op[b-vljfwq1vbb]    { min-width: 165px; }
.where-input[b-vljfwq1vbb]      { min-width: 90px; }

.where-remove[b-vljfwq1vbb] {
    background: none;
    border: none;
    color: var(--mud-palette-error);
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 3px;
    opacity: 0.65;
    transition: opacity 0.1s;
}

.where-remove:hover[b-vljfwq1vbb] { opacity: 1; }

.where-add[b-vljfwq1vbb] {
    background: none;
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 3px;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    font-size: 0.78rem;
    padding: 2px 8px;
    height: 26px;
    white-space: nowrap;
    transition: border-color 0.15s, color 0.15s;
}

.where-add:hover[b-vljfwq1vbb] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary);
}

.shape-pager__divider[b-vljfwq1vbb] {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: var(--mud-palette-lines-default);
    margin: 0 4px;
    align-self: center;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-wrapper[b-hnesb7x2tm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0F3F7A 0%, #1A70B8 100%);
    padding: 1.5rem;
}

.login-card[b-hnesb7x2tm] {
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 1rem;
}

.login-brand-logo[b-hnesb7x2tm] {
    display: inline-block;
    max-width: 220px;
    width: 60%;
    height: auto;
}

@media (max-width: 480px) {
    .login-card .card-body[b-hnesb7x2tm] {
        padding: 2rem !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0kql6bpf29] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0kql6bpf29] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Tab bar styles are in wwwroot/app.css (global) so SettingsButton island inherits them */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-crkruyo9iq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-crkruyo9iq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-crkruyo9iq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-crkruyo9iq] {
    font-size: 1.1rem;
}

.bi[b-crkruyo9iq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-crkruyo9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-crkruyo9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-crkruyo9iq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-crkruyo9iq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-crkruyo9iq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-crkruyo9iq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-crkruyo9iq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-crkruyo9iq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-crkruyo9iq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-crkruyo9iq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-crkruyo9iq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-crkruyo9iq] {
        display: none;
    }

    .nav-scrollable[b-crkruyo9iq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tzeqyy85hh],
.components-reconnect-repeated-attempt-visible[b-tzeqyy85hh],
.components-reconnect-failed-visible[b-tzeqyy85hh],
.components-pause-visible[b-tzeqyy85hh],
.components-resume-failed-visible[b-tzeqyy85hh],
.components-rejoining-animation[b-tzeqyy85hh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-retrying[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-failed[b-tzeqyy85hh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tzeqyy85hh] {
    display: block;
}


#components-reconnect-modal[b-tzeqyy85hh] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tzeqyy85hh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tzeqyy85hh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tzeqyy85hh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tzeqyy85hh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tzeqyy85hh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tzeqyy85hh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tzeqyy85hh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tzeqyy85hh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tzeqyy85hh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tzeqyy85hh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tzeqyy85hh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tzeqyy85hh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tzeqyy85hh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tzeqyy85hh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tzeqyy85hh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tzeqyy85hh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tzeqyy85hh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tzeqyy85hh {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
