/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
}
:root {
  --color-sf-primary-bg-color: #2D78D3;
  --color-sf-primary-border-color: #2D78D3;
  --color-sf-primary: #2D78D3;
  --color-blue-logo: #36c2df;
  --color-blue-website: #008CBA;
  --color-sf-primary-bg-color-pressed: #2E5A9D;
  --color-sf-primary-bg-color-hover: #2E5A9D;
  --color-sf-primary-border-color-hover: #2E5A9D;
  --color-sf-primary-bg-color-focus: #2E5A9D;
  --color-sf-primary-border-color-focus: #2E5A9D;
  --tw-default-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);
  --tw-light-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --tw-secondary-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  --tw-primary-box-shadow: 0px 4px 12px 0px rgba(40, 132, 239, 0.35);
  --tw-success-box-shadow: 0px 4px 12px 0px rgba(53, 189, 100, 0.35);
  --tw-danger-box-shadow: 0px 4px 12px 0px rgba(241, 65, 108, 0.35);
  --tw-info-box-shadow: 0px 4px 12px 0px rgba(14, 116, 144, 0.35);
  --tw-warning-box-shadow: 0px 4px 12px 0px rgba(246, 192, 0, 0.35);
  --tw-dark-box-shadow: 0px 4px 12px 0px rgba(37, 47, 74, 0.35);
}
small {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-500);
}
code {
  border-radius: 0.25rem;
  background-color: var(--color-gray-100);
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 0.5);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-800);
}
figcaption {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-500);
}
ul {
  margin-block: calc(var(--spacing) * 3);
  list-style-position: inside;
  list-style-type: disc;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
ol {
  margin-block: calc(var(--spacing) * 3);
  list-style-position: inside;
  list-style-type: decimal;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
li {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
hr {
  margin-block: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
  border-color: var(--color-gray-200);
}
blockquote {
  margin-block: calc(var(--spacing) * 3);
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: var(--color-gray-300);
  padding-left: calc(var(--spacing) * 4);
  color: var(--color-gray-700);
  font-style: italic;
}
blockquote p {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-gray-700);
}
a.link {
  text-decoration: none;
  color: #1379f0;
  font-weight: 500;
  text-underline-offset: 4px;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
a.link:hover {
  color: #1379f0;
  text-underline-offset: 4px;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.borderred {
  border: 1px solid red !important;
}
.cellRight {
  text-align: right;
}
.e-menu-item .e-menu-url {
  font-size: 14px !important;
}
.e-menu-item {
  font-size: 14px !important;
}
.e-menu-container {
  margin-top: 8px !important;
}
.e-menu-container .e-ul .e-menu-item.e-selected {
  background-color: #b32121 !important;
}
.e-menu-container ul .e-menu-item.e-custom-selected .e-menu-url .e-anchor-wrap {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.e-menu-container .e-menu .e-menu-item.e-selected {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.e-menu-container ul .e-menu-item.e-custom-selected {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.button-link {
  background: var(--color-sf-transparent);
  border-color: var(--color-sf-transparent);
  box-shadow: none;
  color: var(--color-sf-secondary-text-color);
  display: inline-block;
  padding: 0.5rem 0.5rem;
  margin-right: 0.375rem;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
}
.button-link:hover, .button-link:focus {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
}
.button-link:active, .active {
  background-color: #2D78D3;
  color: #fff;
}
.bold {
  font-weight: bold;
}
.cellRight {
  text-align: right !important;
}
.cellNoWrap {
  white-space: nowrap !important;
}
.text-badge {
  font-size: 10px !important;
}
.margin-top-high {
  margin-top: 60px !important;
}
.print-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.print-table th, .print-table td {
  border: 1px solid #333;
  padding: 6px;
  text-align: left;
  font-size: 12px;
}
.print-table th {
  background-color: #f2f2f2;
}
.menu-item[data-menu-item-toggle="dropdown"]:has(a.active) .menu-link span, .menu-item[data-menu-item-toggle="dropdown"]:has(a.active) .menu-link span i, .menu-item[data-menu-item-toggle="dropdown"].show .menu-link span {
  color: var(--tw-primary);
}
a.active, .menu-dropdown .menu-item a.active {
  border-bottom-color: var(--tw-primary);
  color: var(--tw-primary);
}
a.active:hover, .menu-dropdown .menu-item a.active:hover {
  color: var(--tw-primary);
}
.e-menu-container .e-ul .e-menu-item.e-selected {
  background-color: #0056b3;
  color: #fff;
}
.e-filterdiv :has(input:disabled) {
  display: none;
}
.e-dlg-content .e-gridform .e-table .e-rowcell:has(.e-disabled) {
  display: none;
}
.e-altrow {
  background-color: #f2f2f2;
}
.e-btn.e-primary:hover {
  background-color: #2E5A9D !important;
}
.e-btn:hover {
  box-shadow: var(--tw-secondary-box-shadow);
}
.e-btn.e-primary:hover {
  box-shadow: var(--tw-primary-box-shadow);
}
.e-btn.e-secondary:hover {
  box-shadow: var(--tw-secondary-box-shadow);
}
.e-btn.e-danger:hover {
  box-shadow: var(--tw-danger-box-shadow);
}
.e-btn.e-warning:hover {
  box-shadow: var(--tw-warning-box-shadow);
}
.e-btn.e-info:hover {
  box-shadow: var(--tw-info-box-shadow);
}
.e-btn.e-light:hover {
  box-shadow: var(--tw-light-box-shadow);
}
.e-menu-item .e-menu-url {
  font-size: 14px !important;
}
.e-menu-item {
  font-size: 14px !important;
}
.e-menu-container {
  margin-top: 8px !important;
}
.e-menu-container ul .e-menu-item.e-custom-selected .e-menu-url .e-anchor-wrap {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.e-menu-container .e-menu .e-menu-item.e-selected {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.e-menu-container ul .e-menu-item.e-custom-selected {
  border-bottom-color: var(--color-sf-primary);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
@media print {
  .no-print {
    display: none !important;
  }
  .print-page-break {
    page-break-before: always;
    break-before: page;
  }
  .margin-top-high {
    margin-top: 0;
    width: 100%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
