.nc-pagination-icon[data-v-756de491]{width:1rem;height:1rem}[data-v-756de491] .ant-dropdown-menu-title-content{justify-content:center}[data-v-756de491] .nc-button:not(:disabled) .nc-pagination-icon{--un-text-opacity:1!important;color:rgba(var(--rgb-color-gray-500), var(--un-text-opacity))!important}.nc-pagition-btns-wrapper[data-v-756de491]{align-items:center;column-gap:.0625rem;display:flex}.nc-pagination.nc-variant-v2[data-v-756de491]{justify-content:space-between;gap:.5rem;width:100%;max-width:308px}.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper[data-v-756de491]{--un-border-opacity:1;border-width:1px;border-color:rgba(var(--rgb-color-gray-200), var(--un-border-opacity));border-radius:.5rem;align-items:stretch;column-gap:0}.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper .nc-pagition-v2-border[data-v-756de491]{--un-border-opacity:1;border-right-width:1px;border-color:rgba(var(--rgb-color-gray-200), var(--un-border-opacity));align-self:stretch}.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper .first-page[data-v-756de491],.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper .next-page[data-v-756de491]{border-top-right-radius:0;border-bottom-right-radius:0;padding-left:.5rem;padding-right:.5rem}.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper .last-page[data-v-756de491],.nc-pagination.nc-variant-v2 .nc-pagition-btns-wrapper .prev-page[data-v-756de491]{border-top-left-radius:0;border-bottom-left-radius:0;padding-left:.5rem;padding-right:.5rem}.nc-pagination.nc-variant-v2 .nc-pagination-selector-wrapper[data-v-756de491]{flex:1;justify-content:center;align-items:center;display:flex}.nc-pagination.nc-variant-v2 .nc-pagination-selector-wrapper[data-v-756de491]>*{flex:none}

/* ---------------------------------------------------------------------------
 * 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; }
