.removed[data-v-bd6707ec]{position:relative}.removed[data-v-bd6707ec]:after{background:var(--color-gray-300);content:"";width:calc(100% + 5px);height:1px;display:block;position:absolute;top:50%;left:0}[data-v-bd6707ec] .nc-select-col-option-select-option{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}[data-v-bd6707ec] .nc-select-col-option-select-option:not(.nc-kanban-stack-input):not(:focus):hover,[data-v-bd6707ec] .nc-select-col-option-select-option:not(.nc-kanban-stack-input):not(:focus){border-color:#0000!important}[data-v-bd6707ec] .nc-select-col-option-select-option:focus,[data-v-bd6707ec] .nc-select-col-option-select-option:focus-visible{border-color:var(--ant-primary-color-hover)!important}.nc-add-select-option-btn-wrapper{--un-border-opacity:1;border-width:1px;border-color:rgba(var(--rgb-color-gray-200), var(--un-border-opacity));border-radius:.5rem;overflow:hidden}.nc-add-select-option-btn-wrapper .nc-add-select-option-btn[data-v-bd6707ec]{border-radius:0}.nc-add-select-option-btn-wrapper .nc-add-select-option-auto-suggest[data-v-bd6707ec]{border-radius:0;height:34px;margin-top:-1px;margin-bottom:-1px;--un-border-opacity:1!important;--un-border-left-opacity:var(--un-border-opacity)!important;border-left-width:1px!important;border-left-color:rgba(var(--rgb-color-gray-200), var(--un-border-left-opacity))!important}

/* ---------------------------------------------------------------------------
 * Vazirmatn overlay for NocoDB (nbtx eval lab).
 *
 * Appended to every built CSS chunk so it survives per-route code-splitting and
 * needs no proxy. One variable font file covers weights 100-900.
 *
 * NocoDB's grid is CANVAS, so this reaches only the DOM; the JS font literals
 * the grid feeds to ctx.font are patched separately in the Dockerfile.
 *
 * The * rule is blunt because NocoDB (Tailwind + Vuetify) sets font-family on
 * countless elements. Icon fonts, monospace and KaTeX are restored afterwards
 * and win on specificity, not order.
 * ------------------------------------------------------------------------- */

@font-face {
  font-family: 'Vazirmatn';
  src: url('/_nuxt/vazirmatn.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root { --nc-font: 'Vazirmatn', Inter, sans-serif; }

* {
  font-family: 'Vazirmatn', Inter, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, sans-serif !important;
}

/* Icon fonts must never be re-fonted (higher specificity than *). */
.codicon, [class*="codicon"] { font-family: codicon !important; }
.material-symbols-outlined, .material-symbols, [class*="material-symbols"],
.material-icons {
  font-family: 'Material Symbols', 'Material Symbols Outlined', 'Material Icons' !important;
}
[class*="mdi"], .mdi { font-family: 'Material Design Icons' !important; }

/* Code stays monospace. */
code, pre, kbd, samp, tt,
[class*="mono"], [class*="monospace"],
.cm-editor, .cm-editor *, .cm-content, .cm-content *,
.monaco-editor, .monaco-editor * {
  font-family: 'JetBrainsMono', 'DM Mono', ui-monospace, SFMono-Regular,
               Menlo, Consolas, 'Liberation Mono', monospace !important;
}

/* KaTeX ships metrics-critical faces; overriding them breaks math layout. */
.katex, .katex * { font-family: KaTeX_Main, 'Times New Roman', serif !important; }
.katex .mathdefault, .katex .mathit { font-family: KaTeX_Math, serif !important; }

/* Preserve NocoDB's user-selectable serif/mono doc typography options. */
.nc-doc-font-serif .nc-doc-editor-content.ProseMirror,
.nc-doc-font-serif .nc-doc-editor-content.ProseMirror * {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.nc-doc-font-mono .nc-doc-editor-content.ProseMirror,
.nc-doc-font-mono .nc-doc-editor-content.ProseMirror * {
  font-family: 'JetBrainsMono', ui-monospace, monospace !important;
}

/* Persian reads better with slightly looser leading than Inter's Latin default. */
body { line-height: 1.6; }
