asma-core-ui 2.5.2 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54467,16 +54467,13 @@ var dw = dp.default = void 0, v9 = b9(h9()), y9 = y, x9 = (0, v9.default)(/* @__
54467
54467
  }), "ExpandMore");
54468
54468
  dw = dp.default = x9;
54469
54469
  const P7 = (e) => /* @__PURE__ */ y.jsx(Dw, { ...e, IconComponent: dw }), O7 = (e) => /* @__PURE__ */ y.jsx($w, { ...e, children: e.children }), T7 = (e) => {
54470
- var o, r, l, a, i;
54471
- const t = e.value ? "" : "custom-disabled";
54470
+ var t, o, r;
54472
54471
  return /* @__PURE__ */ y.jsx(
54473
54472
  Fw,
54474
54473
  {
54475
54474
  ...e,
54476
- className: ue(t, e.className),
54477
54475
  classes: {
54478
- ...e.classes,
54479
- markActive: ue("bg-gama-600 border-gama-600 opacity-100", (o = e.classes) == null ? void 0 : o.markActive)
54476
+ ...e.classes
54480
54477
  },
54481
54478
  slotProps: {
54482
54479
  ...e.slotProps,
@@ -54485,24 +54482,36 @@ const P7 = (e) => /* @__PURE__ */ y.jsx(Dw, { ...e, IconComponent: dw }), O7 = (
54485
54482
  "w-4 h-4",
54486
54483
  "before:shadow-none",
54487
54484
  e.orientation === "vertical" ? "ml-0 mb-1" : "ml-1",
54488
- e.disabled || t ? "bg-delta-200" : "bg-gama-600"
54485
+ e.disabled || !e.value ? "bg-delta-200" : "bg-gama-600"
54489
54486
  ),
54490
- ...(r = e.slotProps) == null ? void 0 : r.thumb
54487
+ ...(t = e.slotProps) == null ? void 0 : t.thumb
54491
54488
  },
54492
54489
  rail: {
54493
54490
  className: "bg-delta-200",
54494
- ...(l = e.slotProps) == null ? void 0 : l.rail
54495
- },
54496
- mark: {
54497
- className: "bg-white border border-delta-200 rounded-full h-2 w-2",
54498
- ...(a = e.slotProps) == null ? void 0 : a.mark
54491
+ ...(o = e.slotProps) == null ? void 0 : o.rail
54499
54492
  },
54500
54493
  markLabel: {
54501
54494
  className: ue(
54502
54495
  "text-delta-600 text-base font-semibold ml-1",
54503
54496
  e.orientation === "vertical" && "mb-1"
54504
54497
  ),
54505
- ...(i = e.slotProps) == null ? void 0 : i.markLabel
54498
+ ...(r = e.slotProps) == null ? void 0 : r.markLabel
54499
+ }
54500
+ },
54501
+ sx: {
54502
+ ...e.sx,
54503
+ "& .MuiSlider-mark": {
54504
+ backgroundColor: "white",
54505
+ border: "1px solid var(--colors-gray-200)",
54506
+ borderRadius: "50%",
54507
+ height: "8px",
54508
+ width: "8px",
54509
+ "&.MuiSlider-markActive": {
54510
+ backgroundColor: e.disabled ? "var(--colors-gray-200)" : "var(--colors-gama-600)",
54511
+ border: "1px solid",
54512
+ borderColor: e.disabled ? "var(--colors-gray-200)" : "var(--colors-gama-600)",
54513
+ opacity: 1
54514
+ }
54506
54515
  }
54507
54516
  }
54508
54517
  }
@@ -54694,8 +54703,8 @@ export {
54694
54703
  iK as PersonIcon,
54695
54704
  sK as PersonOutlineIcon,
54696
54705
  _9 as QnrIcon,
54697
- tK as ReportboxIcon,
54698
- oK as ReportboxOutlineIcon,
54706
+ tK as ReportBoxIcon,
54707
+ oK as ReportBoxOutlineIcon,
54699
54708
  aV as SUBMIT_FILTER_DATE_STROKE_TIME,
54700
54709
  rV as SUBMIT_FILTER_STROKE_TIME,
54701
54710
  uK as SearchIcon,
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import type { IIcon } from '../Icons.types';
3
- export declare const ReportboxIcon: React.FC<IIcon>;
3
+ export declare const ReportBoxIcon: React.FC<IIcon>;
@@ -1 +1 @@
1
- export * from './ReportboxIcon';
1
+ export * from './ReportBoxIcon';
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import type { IIcon } from '../Icons.types';
3
- export declare const ReportboxOutlineIcon: React.FC<IIcon>;
3
+ export declare const ReportBoxOutlineIcon: React.FC<IIcon>;
@@ -1 +1 @@
1
- export * from './ReportboxOutlineIcon';
1
+ export * from './ReportBoxOutlineIcon';
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- :root{--colors-teal-50: #e8f6f6;--colors-teal-100: #c5e7e7;--colors-teal-200: #8ed0d0;--colors-teal-300: #60bdbd;--colors-teal-400: #1ca1a1;--colors-teal-500: #168181;--colors-teal-600: #116161;--colors-teal-700: #0b4040;--colors-teal-800: #083030;--colors-teal-900: #062020;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #4da6cf;--colors-blue-500: #007cb5;--colors-blue-600: #006696;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #002638;--colors-xanadu-50: #eff4f2;--colors-xanadu-100: #dee8e4;--colors-xanadu-200: #ceddd7;--colors-xanadu-300: #bdd1c9;--colors-xanadu-400: #adc6bc;--colors-xanadu-500: #9cb2a9;--colors-xanadu-600: #8a9e96;--colors-xanadu-700: #798b84;--colors-xanadu-800: #4e5955;--colors-xanadu-900: #2f3533;--colors-text: #4c4c4c;--colors-red-100: #fdeae9;--colors-red-500: #df0101;--colors-red-600: #a7241b;--colors-red-700: #871e17;--colors-salmon-500: #d24545;--colors-salmon-700: #b14848;--colors-gray-10: #f9fafb;--colors-gray-50: #f0f2f4;--colors-gray-100: #e7eaee;--colors-gray-200: #d3d8df;--colors-gray-300: #b5bec9;--colors-gray-400: #98a3b4;--colors-gray-500: #606671;--colors-gray-600: #363e4a;--colors-gray-900: #0b0c0f;--colors-gray-9000: #1a1d23;--colors-gray-10000: black;--colors-zinc-100: #f5f5f5;--colors-zinc-200: #bcbcbc;--colors-zinc-300: #898989;--colors-zinc-400: #686868;--colors-zinc-500: #575757;--colors-zinc-600: #4c4c4c;--colors-zinc-900: #0b0c0f;--colors-cardea--grey-01: 210deg 16% 95%;--colors-cardea--grey-02: 215deg 16% 85%;--colors-cardea--grey-03: 213deg 16% 75%;--colors-cardea--grey-04: 216deg 16% 65%;--colors-cardea--grey-05: 215deg 16% 56%;--colors-cardea--grey-06: 216deg 16% 25%;--colors-green-50: #eff4f2;--colors-green-100: #deebe5;--colors-green-200: #ceddd7;--colors-green-300: #adc6bc;--colors-green-400: #9cb2a9;--colors-green-500: #687771;--colors-green-600: #59635e;--colors-green-700: #474f4b;--colors-green-800: #353b38;--colors-slate-100: #d0dee5;--colors-slate-200: #abc8d42f;--colors-slate-300: #abc8d4;--colors-slate-500: #9fbcca;--colors-slate-600: #6198ae;--colors-slate-700: #6e9aaf;--colors-slate-800: #4c7f93;--colors-magic-blue-700: #247ba3;--colors-jade-50: #e8f6f6;--colors-jade-100: #c5e7e7;--colors-jade-200: #8ed0d0;--colors-jade-300: #60bdbd;--colors-jade-400: #1ca1a1;--colors-jade-500: #168181;--colors-jade-600: #116161;--colors-jade-700: #0b4040;--colors-jade-800: #083030;--colors-yellow-400: #efcc1d;--colors-lime-500: #beda2f;--colors-primary-50: #e6f2f8;--colors-primary-100: #cce6f1;--colors-primary-200: #99cce4;--colors-primary-300: #66b3d6;--colors-primary-400: #4da6cf;--colors-primary-500: #007cb5;--colors-primary-600: #006696;--colors-primary-700: #005a83;--colors-primary-800: #00405e;--colors-primary-900: #002638;--colors-text-component: #ffffff;--colors-active-component: var(--colors-blue-500);--colors-alpha-100: var(--colors-blue-100);--colors-alpha-500: var(--colors-blue-500);--colors-alpha-600: var(--colors-blue-600);--colors-alpha-700: var(--colors-blue-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-blue-50);--colors-gama-100: var(--colors-blue-100);--colors-gama-200: var(--colors-blue-200);--colors-gama-300: var(--colors-blue-300);--colors-gama-400: var(--colors-blue-400);--colors-gama-500: var(--colors-blue-500);--colors-gama-600: var(--colors-blue-600);--colors-gama-700: var(--colors-blue-700);--colors-gama-800: var(--colors-blue-800);--colors-gama-900: var(--colors-blue-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-magic-blue-700);--colors-zeta-700: var(--colors-blue-700);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-slate-200);--colors-theta-300: var(--colors-slate-500);--colors-theta-400: #ffffff;--colors-theta-500: var(--colors-blue-300);--colors-theta-600: var(--colors-blue-700);--colors-theta-700: var(--colors-blue-600);--colors-theta-800: #ffffff;--colors-theta-hover: var(--colors-blue-700);--colors-btn-bg-hover: var(--colors-slate-300);--colors-btn-bg-standart: var(--colors-slate-600);--colors-btn-bg-active: var(--colors-slate-800);--colors-btn-bg-disabled: var(--colors-green-800);--colors-btn-bg-danger: var(--colors-salmon-700);--colors-btn-bg-danger-active: var(--colors-salmon-500);--colors-button-primary-text-color: var(--colors-delta-900);--colors-button-primary-bg-color: var(--colors-gama-400);--colors-button-primary-border-color: var(--colors-gama-400);--colors-button-primary-focused-text-color: var(--colors-delta-900);--colors-button-primary-focused-bg-color: var(--colors-gama-400);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: var(--colors-delta-900);--colors-button-primary-hover-bg-color: var(--colors-gama-500);--colors-button-primary-hover-border-color: var(--colors-gama-500);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: transparent;--colors-button-secondary-text-color: var(--colors-delta-900);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-400);--colors-button-secondary-focused-text-color: var(--colors-delta-900);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: var(--colors-delta-900);--colors-button-secondary-hover-bg-color: var(--colors-gama-500);--colors-button-secondary-hover-border-color: var(--colors-gama-500);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: transparent;--colors-button-flat-text-color: var(--colors-delta-900);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: transparent;--colors-button-flat-focused-text-color: var(--colors-delta-900);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: var(--colors-delta-900);--colors-button-flat-hover-bg-color: var(--colors-gama-500);--colors-button-flat-hover-border-color: var(--colors-gama-500);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: transparent;--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-btn-bg-mini-action: var(--colors-slate-600);--colors-btn-bg-mini-action-hover: var(--colors-slate-300);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: var(--colors-blue-800);--colors-link-text-disabled: var(--colors-green-800);--colors-badge-bg: var(--colors-slate-600);--colors-badge-text: #ffffff;--colors-app-directory-button-select-recipient-bg: var(--colors-blue-200);--colors-btn-task-status-bg: var(--colors-slate-600);--colors-chat-ticket-message-bg: var(--colors-blue-200);--colors-topbar-text: var(--colors-zinc-500);--colors-menu-text-active: var(--colors-slate-700)}[data-theme=fretex]{--colors-primary-50: #eff4f2;--colors-primary-100: #dee8e4;--colors-primary-200: #ceddd7;--colors-primary-300: #bdd1c9;--colors-primary-400: #adc6bc;--colors-primary-500: #9cb2a9;--colors-primary-600: #8a9e96;--colors-primary-700: #798b84;--colors-primary-800: #4e5955;--colors-primary-900: #2f3533;--colors-text-component: var(--colors-gray-9000);--colors-active-component: var(--colors-gama-700);--colors-alpha-100: var(--colors-slate-100);--colors-alpha-500: var(--colors-slate-500);--colors-alpha-600: var(--colors-slate-600);--colors-alpha-700: var(--colors-slate-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-green-50);--colors-gama-100: var(--colors-green-100);--colors-gama-200: var(--colors-green-200);--colors-gama-300: var(--colors-green-300);--colors-gama-400: var(--colors-green-400);--colors-gama-500: var(--colors-green-500);--colors-gama-600: var(--colors-green-600);--colors-gama-700: var(--colors-green-700);--colors-gama-800: var(--colors-green-700);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-zinc-100);--colors-delta-200: var(--colors-zinc-200);--colors-delta-300: var(--colors-zinc-300);--colors-delta-400: var(--colors-zinc-400);--colors-delta-500: var(--colors-zinc-500);--colors-delta-600: var(--colors-zinc-600);--colors-delta-700: var(--colors-zinc-600);--colors-delta-800: var(--colors-zinc-600);--colors-delta-900: var(--colors-zinc-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-zinc-500);--colors-zeta-700: var(--colors-zinc-500);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-green-200);--colors-theta-300: var(--colors-green-500);--colors-theta-400: #ffffff;--colors-theta-500: #ffffff;--colors-theta-600: #ffffff;--colors-theta-700: #ffffff;--colors-theta-800: #ffffff;--colors-theta-hover: #ffffff;--colors-btn-bg-hover: var(--colors-gama-600);--colors-btn-bg-standart: var(--colors-gama-500);--colors-btn-bg-active: var(--colors-gama-600);--colors-btn-bg-disabled: var(--colors-gray-200);--colors-btn-bg-danger: var(--colors-red-700);--colors-btn-bg-danger-active: var(--colors-red-500);--colors-button-primary-text-color: var(--colors-delta-900);--colors-button-primary-bg-color: var(--colors-gama-400);--colors-button-primary-border-color: transparent;--colors-button-primary-focused-text-color: var(--colors-delta-900);--colors-button-primary-focused-bg-color: var(--colors-gama-400);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: var(--colors-delta-900);--colors-button-primary-hover-bg-color: var(--colors-gama-600);--colors-button-primary-hover-border-color: transparent;--colors-button-primary-disabled-text-color: var(--colors-delta-400);--colors-button-primary-disabled-bg-color: var(--colors-zinc-200);--colors-button-primary-disabled-border-color: transparent;--colors-button-secondary-text-color: var(--colors-delta-900);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-400);--colors-button-secondary-focused-text-color: var(--colors-delta-900);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: var(--colors-delta-900);--colors-button-secondary-hover-bg-color: var(--colors-gama-600);--colors-button-secondary-hover-border-color: var(--colors-gama-600);--colors-button-secondary-disabled-text-color: var(--colors-delta-400);--colors-button-secondary-disabled-bg-color: var(--colors-zinc-200);--colors-button-secondary-disabled-border-color: transparent;--colors-button-flat-text-color: var(--colors-delta-900);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: transparent;--colors-button-flat-focused-text-color: var(--colors-delta-900);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: var(--colors-delta-900);--colors-button-flat-hover-bg-color: var(--colors-gama-600);--colors-button-flat-hover-border-color: var(--colors-gama-600);--colors-button-flat-disabled-text-color: var(--colors-delta-400);--colors-button-flat-disabled-bg-color: transparent;--colors-button-flat-disabled-border-color: transparent;--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-colors-btn-bg-mini-action: var(--colors-zinc-100);--colors-colors-btn-bg-mini-action-hover: var(--colors-gama-700);--colors-link-text-hover: var(--colors-red-700);--colors-link-text-standart: var(--colors-gray-500);--colors-link-text-active: var(--colors-red-700);--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-red-700);--colors-badge-text: #ffffff;--colors-app-directory-button-select-recipient-bg: var(--colors-slate-500);--colors-btn-task-status-bg: var(--colors-green-100);--colors-chat-ticket-message-bg: var(--colors-alpha-500);--colors-colors-topbar-text: #ffffff;--colors-menu-text-active: var(--colors-beta-700)}[data-theme=greenish]{--colors-primary-50: #e8f6f6;--colors-primary-100: #c5e7e7;--colors-primary-200: #8ed0d0;--colors-primary-300: #60bdbd;--colors-primary-400: #1ca1a1;--colors-primary-500: #168181;--colors-primary-600: #116161;--colors-primary-700: #0b4040;--colors-primary-800: #083030;--colors-primary-900: #062020;--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-jade-50);--colors-gama-100: var(--colors-jade-100);--colors-gama-200: var(--colors-jade-200);--colors-gama-300: var(--colors-jade-300);--colors-gama-400: var(--colors-jade-400);--colors-gama-500: var(--colors-jade-500);--colors-gama-600: var(--colors-jade-600);--colors-gama-700: var(--colors-jade-700);--colors-gama-800: var(--colors-jade-800);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-theta-100: var(--colors-jade-100);--colors-theta-200: var(--colors-jade-200);--colors-theta-300: var(--colors-jade-300);--colors-theta-400: var(--colors-jade-400);--colors-theta-500: var(--colors-jade-500);--colors-theta-600: var(--colors-jade-600);--colors-theta-700: var(--colors-jade-700);--colors-theta-800: var(--colors-jade-800);--colors-theta-hover: var(--colors-jade-500);--colors-sigma-700: var(--colors-jade-600);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: #ffffff;--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-lime-500);--colors-badge-text: var(--colors-jade-600);--colors-button-primary-text-color: #ffffff;--colors-button-primary-bg-color: var(--colors-gama-600);--colors-button-primary-border-color: var(--colors-gama-600);--colors-button-primary-focused-text-color: #ffffff;--colors-button-primary-focused-bg-color: var(--colors-gama-600);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: #ffffff;--colors-button-primary-hover-bg-color: var(--colors-gama-700);--colors-button-primary-hover-border-color: var(--colors-gama-700);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: var(--colors-delta-400);--colors-button-secondary-text-color: var(--colors-gama-600);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-600);--colors-button-secondary-focused-text-color: var(--colors-gama-600);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: #ffffff;--colors-button-secondary-hover-bg-color: var(--colors-gama-700);--colors-button-secondary-hover-border-color: var(--colors-gama-700);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: var(--colors-delta-400);--colors-button-flat-text-color: var(--colors-gama-600);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: var(--colors-gama-600);--colors-button-flat-focused-text-color: var(--colors-gama-600);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: #ffffff;--colors-button-flat-hover-bg-color: var(--colors-gama-700);--colors-button-flat-hover-border-color: var(--colors-gama-700);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: var(--colors-delta-400);--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-menu-text-active: var(--colors-jade-700)}:root{--text-h1: 1.5rem;--text-h2: 1.125rem;--text-pageTitle: 1.5rem;--text-sectionTitle: 1.125rem;--text-medium: 1rem;--text-base: .875rem;--text-small: .75rem;--text-xSmall: .625rem}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-\[7px\]{margin:7px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mb-1{margin-bottom:.25rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.mr-2{margin-right:.5rem!important}.mt-0{margin-top:0!important}.mt-2{margin-top:.5rem!important}.flex{display:flex!important}.contents{display:contents!important}.h-2{height:.5rem!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-\[400px\]{height:400px!important}.max-h-\[328px\]{max-height:328px!important}.max-h-\[376px\]{max-height:376px!important}.w-2{width:.5rem!important}.w-28{width:7rem!important}.w-4{width:1rem!important}.w-40{width:10rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-8{width:2rem!important}.w-\[100px\]{width:100px!important}.w-\[700px\]{width:700px!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.cursor-pointer{cursor:pointer!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:9999px!important}.rounded-sm{border-radius:.125rem!important}.border{border-width:1px!important}.border-none{border-style:none!important}.border-delta-200{border-color:var(--colors-delta-200)!important}.border-gama-600{border-color:var(--colors-gama-600)!important}.border-primary-main{border-color:var(--colors-primary-600)!important}.\!bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-\[\#eff4f2\]{--tw-bg-opacity: 1 !important;background-color:rgb(239 244 242 / var(--tw-bg-opacity))!important}.bg-delta-200{background-color:var(--colors-delta-200)!important}.bg-gama-500{background-color:var(--colors-gama-500)!important}.bg-gama-600{background-color:var(--colors-gama-600)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-primary-700{background-color:var(--colors-primary-700)!important}.bg-primary-main{background-color:var(--colors-primary-600)!important}.bg-transparent{background-color:transparent!important}.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.p-0{padding:0!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.text-center{text-align:center!important}.\!text-\[14px\]{font-size:14px!important}.text-2xl{font-size:1.563rem!important}.text-base{font-size:var(--text-base)!important}.text-h1{font-size:var(--text-h1)!important}.text-h2{font-size:var(--text-h2)!important}.text-small{font-size:var(--text-small)!important}.text-xSmall{font-size:var(--text-xSmall)!important}.text-xl{font-size:1.25rem!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.normal-case{text-transform:none!important}.italic{font-style:italic!important}.leading-tight{line-height:1.25!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#b5bec9\]{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}.text-delta-600{color:var(--colors-delta-600)!important}.text-delta-900{color:var(--colors-delta-900)!important}.text-gama-700{color:var(--colors-gama-700)!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity))!important}.text-primary-700{color:var(--colors-primary-700)!important}.text-primary-dark{color:var(--colors-primary-900)!important}.underline{text-decoration-line:underline!important}.overline{text-decoration-line:overline!important}.opacity-100{opacity:1!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_0_0_3px\]{--tw-shadow: 0 0 0 3px !important;--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-primary-400{--tw-shadow-color: var(--colors-primary-400) !important;--tw-shadow: var(--tw-shadow-colored) !important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.before\:shadow-none:before{content:var(--tw-content)!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.hover\:border-primary-500:hover{border-color:var(--colors-primary-500)!important}.hover\:bg-primary-500:hover{background-color:var(--colors-primary-500)!important}.hover\:bg-primary-700:hover{background-color:var(--colors-primary-700)!important}.hover\:text-gray-50:hover{--tw-text-opacity: 1 !important;color:rgb(249 250 251 / var(--tw-text-opacity))!important}.hover\:text-primary-600:hover{color:var(--colors-primary-600)!important}.hover\:text-primary-700:hover{color:var(--colors-primary-700)!important}.active\:bg-primary-dark:active{background-color:var(--colors-primary-900)!important}.\[\&\>input\]\:h-full>input{height:100%!important}.\[\&\>input\]\:w-full>input{width:100%!important}.\[\&\>svg\]\:h-5>svg{height:1.25rem!important}.\[\&\>svg\]\:w-5>svg{width:1.25rem!important}.\[\&_fieldset\]\:\!border-\[\#626e7e\] fieldset{--tw-border-opacity: 1 !important;border-color:rgb(98 110 126 / var(--tw-border-opacity))!important}._all-icons-container_z9w7e_1{display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;gap:1.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}@keyframes _opacity-appear_z9w7e_1{0%{opacity:0}to{opacity:1}}._icon_z9w7e_5{animation:_opacity-appear_z9w7e_1 .3s linear;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._styled-data-grid_1kvr5_1{border-radius:0!important;border-width:0px!important;border-top-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}._cell_1kvr5_5{min-height:50px!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._cell_1kvr5_5:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._cell_1kvr5_5:focus{outline:2px solid transparent!important;outline-offset:2px!important}._cellContent_1kvr5_9{font-size:var(--text-base)!important;--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._columnHeader_1kvr5_13{height:30px!important;border-right-width:0px!important}._columnHeader_1kvr5_13:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeader_1kvr5_13:focus{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeaderTitle_1kvr5_17{font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;--tw-text-opacity: 1 !important;color:rgb(122 137 158 / var(--tw-text-opacity))!important}._columnHeaders_1kvr5_21{min-height:30px!important;border-radius:0!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(252 252 253 / var(--tw-bg-opacity))!important}._footerContainer_1kvr5_25{--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._iconSeparator_1kvr5_29{display:none!important}._row_1kvr5_33{min-height:50px!important}._row_1kvr5_33:hover{cursor:pointer!important;background-color:var(--colors-primary-50)!important}._virtualScrollerContent_1kvr5_37{border-bottom-width:0px!important}._menuIconButton_1kvr5_41{visibility:visible!important;position:absolute!important;right:1.25rem!important;display:flex!important}.StyledDatePicker-popper .MuiDateCalendar-root{width:260px;max-height:320px}.StyledDatePicker-popper .MuiPickersCalendarHeader-root{margin-top:15px;margin-bottom:15px;padding-left:18px;padding-right:10px}.StyledDatePicker-popper .MuiDayCalendar-weekDayLabel{color:#0b0c0f;width:28px;height:24px;margin:4px}.StyledDatePickerMobile-dialog .MuiPickersCalendarHeader-root{margin-top:5px;margin-bottom:15px;padding-left:35px;padding-right:25px}.StyledDatePickerMobile-dialog .MuiDayCalendar-weekDayLabel{color:#0b0c0f}._root_1jf25_1{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}._root_1jf25_1:hover{color:var(--colors-primary-600)!important}._root_1jf25_1 input{height:100%!important;width:100%!important}._root_1jf25_1 svg{height:1.5rem!important;width:1.5rem!important}._checked_1jf25_11,._checked_1jf25_11:hover{color:var(--colors-primary-600)!important}._disabled_1jf25_15{opacity:.5!important}
1
+ @import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--colors-teal-50: #e8f6f6;--colors-teal-100: #c5e7e7;--colors-teal-200: #8ed0d0;--colors-teal-300: #60bdbd;--colors-teal-400: #1ca1a1;--colors-teal-500: #168181;--colors-teal-600: #116161;--colors-teal-700: #0b4040;--colors-teal-800: #083030;--colors-teal-900: #062020;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #4da6cf;--colors-blue-500: #007cb5;--colors-blue-600: #006696;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #002638;--colors-xanadu-50: #eff4f2;--colors-xanadu-100: #dee8e4;--colors-xanadu-200: #ceddd7;--colors-xanadu-300: #bdd1c9;--colors-xanadu-400: #adc6bc;--colors-xanadu-500: #9cb2a9;--colors-xanadu-600: #8a9e96;--colors-xanadu-700: #798b84;--colors-xanadu-800: #4e5955;--colors-xanadu-900: #2f3533;--colors-text: #4c4c4c;--colors-red-100: #fdeae9;--colors-red-500: #df0101;--colors-red-600: #a7241b;--colors-red-700: #871e17;--colors-salmon-500: #d24545;--colors-salmon-700: #b14848;--colors-gray-10: #f9fafb;--colors-gray-50: #f0f2f4;--colors-gray-100: #e7eaee;--colors-gray-200: #d3d8df;--colors-gray-300: #b5bec9;--colors-gray-400: #98a3b4;--colors-gray-500: #606671;--colors-gray-600: #363e4a;--colors-gray-900: #0b0c0f;--colors-gray-9000: #1a1d23;--colors-gray-10000: black;--colors-zinc-100: #f5f5f5;--colors-zinc-200: #bcbcbc;--colors-zinc-300: #898989;--colors-zinc-400: #686868;--colors-zinc-500: #575757;--colors-zinc-600: #4c4c4c;--colors-zinc-900: #0b0c0f;--colors-cardea--grey-01: 210deg 16% 95%;--colors-cardea--grey-02: 215deg 16% 85%;--colors-cardea--grey-03: 213deg 16% 75%;--colors-cardea--grey-04: 216deg 16% 65%;--colors-cardea--grey-05: 215deg 16% 56%;--colors-cardea--grey-06: 216deg 16% 25%;--colors-green-50: #eff4f2;--colors-green-100: #deebe5;--colors-green-200: #ceddd7;--colors-green-300: #adc6bc;--colors-green-400: #9cb2a9;--colors-green-500: #687771;--colors-green-600: #59635e;--colors-green-700: #474f4b;--colors-green-800: #353b38;--colors-slate-100: #d0dee5;--colors-slate-200: #abc8d42f;--colors-slate-300: #abc8d4;--colors-slate-500: #9fbcca;--colors-slate-600: #6198ae;--colors-slate-700: #6e9aaf;--colors-slate-800: #4c7f93;--colors-magic-blue-700: #247ba3;--colors-jade-50: #e8f6f6;--colors-jade-100: #c5e7e7;--colors-jade-200: #8ed0d0;--colors-jade-300: #60bdbd;--colors-jade-400: #1ca1a1;--colors-jade-500: #168181;--colors-jade-600: #116161;--colors-jade-700: #0b4040;--colors-jade-800: #083030;--colors-yellow-400: #efcc1d;--colors-lime-500: #beda2f;--colors-primary-50: #e6f2f8;--colors-primary-100: #cce6f1;--colors-primary-200: #99cce4;--colors-primary-300: #66b3d6;--colors-primary-400: #4da6cf;--colors-primary-500: #007cb5;--colors-primary-600: #006696;--colors-primary-700: #005a83;--colors-primary-800: #00405e;--colors-primary-900: #002638;--colors-text-component: #ffffff;--colors-active-component: var(--colors-blue-500);--colors-alpha-100: var(--colors-blue-100);--colors-alpha-500: var(--colors-blue-500);--colors-alpha-600: var(--colors-blue-600);--colors-alpha-700: var(--colors-blue-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-blue-50);--colors-gama-100: var(--colors-blue-100);--colors-gama-200: var(--colors-blue-200);--colors-gama-300: var(--colors-blue-300);--colors-gama-400: var(--colors-blue-400);--colors-gama-500: var(--colors-blue-500);--colors-gama-600: var(--colors-blue-600);--colors-gama-700: var(--colors-blue-700);--colors-gama-800: var(--colors-blue-800);--colors-gama-900: var(--colors-blue-900);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-magic-blue-700);--colors-zeta-700: var(--colors-blue-700);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-slate-200);--colors-theta-300: var(--colors-slate-500);--colors-theta-400: #ffffff;--colors-theta-500: var(--colors-blue-300);--colors-theta-600: var(--colors-blue-700);--colors-theta-700: var(--colors-blue-600);--colors-theta-800: #ffffff;--colors-theta-hover: var(--colors-blue-700);--colors-btn-bg-hover: var(--colors-slate-300);--colors-btn-bg-standart: var(--colors-slate-600);--colors-btn-bg-active: var(--colors-slate-800);--colors-btn-bg-disabled: var(--colors-green-800);--colors-btn-bg-danger: var(--colors-salmon-700);--colors-btn-bg-danger-active: var(--colors-salmon-500);--colors-button-primary-text-color: var(--colors-delta-900);--colors-button-primary-bg-color: var(--colors-gama-400);--colors-button-primary-border-color: var(--colors-gama-400);--colors-button-primary-focused-text-color: var(--colors-delta-900);--colors-button-primary-focused-bg-color: var(--colors-gama-400);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: var(--colors-delta-900);--colors-button-primary-hover-bg-color: var(--colors-gama-500);--colors-button-primary-hover-border-color: var(--colors-gama-500);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: transparent;--colors-button-secondary-text-color: var(--colors-delta-900);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-400);--colors-button-secondary-focused-text-color: var(--colors-delta-900);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: var(--colors-delta-900);--colors-button-secondary-hover-bg-color: var(--colors-gama-500);--colors-button-secondary-hover-border-color: var(--colors-gama-500);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: transparent;--colors-button-flat-text-color: var(--colors-delta-900);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: transparent;--colors-button-flat-focused-text-color: var(--colors-delta-900);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: var(--colors-delta-900);--colors-button-flat-hover-bg-color: var(--colors-gama-500);--colors-button-flat-hover-border-color: var(--colors-gama-500);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: transparent;--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-btn-bg-mini-action: var(--colors-slate-600);--colors-btn-bg-mini-action-hover: var(--colors-slate-300);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: var(--colors-blue-800);--colors-link-text-disabled: var(--colors-green-800);--colors-badge-bg: var(--colors-slate-600);--colors-badge-text: #ffffff;--colors-app-directory-button-select-recipient-bg: var(--colors-blue-200);--colors-btn-task-status-bg: var(--colors-slate-600);--colors-chat-ticket-message-bg: var(--colors-blue-200);--colors-topbar-text: var(--colors-zinc-500);--colors-menu-text-active: var(--colors-slate-700)}[data-theme=fretex]{--colors-primary-50: #eff4f2;--colors-primary-100: #dee8e4;--colors-primary-200: #ceddd7;--colors-primary-300: #bdd1c9;--colors-primary-400: #adc6bc;--colors-primary-500: #9cb2a9;--colors-primary-600: #8a9e96;--colors-primary-700: #798b84;--colors-primary-800: #4e5955;--colors-primary-900: #2f3533;--colors-text-component: var(--colors-gray-9000);--colors-active-component: var(--colors-gama-700);--colors-alpha-100: var(--colors-slate-100);--colors-alpha-500: var(--colors-slate-500);--colors-alpha-600: var(--colors-slate-600);--colors-alpha-700: var(--colors-slate-700);--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-green-50);--colors-gama-100: var(--colors-green-100);--colors-gama-200: var(--colors-green-200);--colors-gama-300: var(--colors-green-300);--colors-gama-400: var(--colors-green-400);--colors-gama-500: var(--colors-green-500);--colors-gama-600: var(--colors-green-600);--colors-gama-700: var(--colors-green-700);--colors-gama-800: var(--colors-green-700);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-zinc-100);--colors-delta-200: var(--colors-zinc-200);--colors-delta-300: var(--colors-zinc-300);--colors-delta-400: var(--colors-zinc-400);--colors-delta-500: var(--colors-zinc-500);--colors-delta-600: var(--colors-zinc-600);--colors-delta-700: var(--colors-zinc-600);--colors-delta-800: var(--colors-zinc-600);--colors-delta-900: var(--colors-zinc-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-sigma-700: var(--colors-zinc-500);--colors-zeta-700: var(--colors-zinc-500);--colors-theta-100: #ffffff;--colors-theta-200: var(--colors-green-200);--colors-theta-300: var(--colors-green-500);--colors-theta-400: #ffffff;--colors-theta-500: #ffffff;--colors-theta-600: #ffffff;--colors-theta-700: #ffffff;--colors-theta-800: #ffffff;--colors-theta-hover: #ffffff;--colors-btn-bg-hover: var(--colors-gama-600);--colors-btn-bg-standart: var(--colors-gama-500);--colors-btn-bg-active: var(--colors-gama-600);--colors-btn-bg-disabled: var(--colors-gray-200);--colors-btn-bg-danger: var(--colors-red-700);--colors-btn-bg-danger-active: var(--colors-red-500);--colors-button-primary-text-color: var(--colors-delta-900);--colors-button-primary-bg-color: var(--colors-gama-400);--colors-button-primary-border-color: transparent;--colors-button-primary-focused-text-color: var(--colors-delta-900);--colors-button-primary-focused-bg-color: var(--colors-gama-400);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: var(--colors-delta-900);--colors-button-primary-hover-bg-color: var(--colors-gama-600);--colors-button-primary-hover-border-color: transparent;--colors-button-primary-disabled-text-color: var(--colors-delta-400);--colors-button-primary-disabled-bg-color: var(--colors-zinc-200);--colors-button-primary-disabled-border-color: transparent;--colors-button-secondary-text-color: var(--colors-delta-900);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-400);--colors-button-secondary-focused-text-color: var(--colors-delta-900);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: var(--colors-delta-900);--colors-button-secondary-hover-bg-color: var(--colors-gama-600);--colors-button-secondary-hover-border-color: var(--colors-gama-600);--colors-button-secondary-disabled-text-color: var(--colors-delta-400);--colors-button-secondary-disabled-bg-color: var(--colors-zinc-200);--colors-button-secondary-disabled-border-color: transparent;--colors-button-flat-text-color: var(--colors-delta-900);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: transparent;--colors-button-flat-focused-text-color: var(--colors-delta-900);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: var(--colors-delta-900);--colors-button-flat-hover-bg-color: var(--colors-gama-600);--colors-button-flat-hover-border-color: var(--colors-gama-600);--colors-button-flat-disabled-text-color: var(--colors-delta-400);--colors-button-flat-disabled-bg-color: transparent;--colors-button-flat-disabled-border-color: transparent;--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-colors-btn-bg-mini-action: var(--colors-zinc-100);--colors-colors-btn-bg-mini-action-hover: var(--colors-gama-700);--colors-link-text-hover: var(--colors-red-700);--colors-link-text-standart: var(--colors-gray-500);--colors-link-text-active: var(--colors-red-700);--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-red-700);--colors-badge-text: #ffffff;--colors-app-directory-button-select-recipient-bg: var(--colors-slate-500);--colors-btn-task-status-bg: var(--colors-green-100);--colors-chat-ticket-message-bg: var(--colors-alpha-500);--colors-colors-topbar-text: #ffffff;--colors-menu-text-active: var(--colors-beta-700)}[data-theme=greenish]{--colors-primary-50: #e8f6f6;--colors-primary-100: #c5e7e7;--colors-primary-200: #8ed0d0;--colors-primary-300: #60bdbd;--colors-primary-400: #1ca1a1;--colors-primary-500: #168181;--colors-primary-600: #116161;--colors-primary-700: #0b4040;--colors-primary-800: #083030;--colors-primary-900: #062020;--colors-beta-100: var(--colors-red-100);--colors-beta-500: var(--colors-red-500);--colors-beta-600: var(--colors-red-600);--colors-beta-700: var(--colors-red-700);--colors-gama-50: var(--colors-jade-50);--colors-gama-100: var(--colors-jade-100);--colors-gama-200: var(--colors-jade-200);--colors-gama-300: var(--colors-jade-300);--colors-gama-400: var(--colors-jade-400);--colors-gama-500: var(--colors-jade-500);--colors-gama-600: var(--colors-jade-600);--colors-gama-700: var(--colors-jade-700);--colors-gama-800: var(--colors-jade-800);--colors-delta-10: var(--colors-gray-10);--colors-delta-50: var(--colors-gray-50);--colors-delta-100: var(--colors-gray-100);--colors-delta-200: var(--colors-gray-200);--colors-delta-300: var(--colors-gray-300);--colors-delta-400: var(--colors-gray-400);--colors-delta-500: var(--colors-gray-500);--colors-delta-600: var(--colors-gray-600);--colors-delta-700: var(--colors-gray-600);--colors-delta-800: var(--colors-gray-600);--colors-delta-900: var(--colors-gray-900);--colors-delta-9000: var(--colors-gray-9000);--colors-delta-10000: var(--colors-gray-10000);--colors-theta-100: var(--colors-jade-100);--colors-theta-200: var(--colors-jade-200);--colors-theta-300: var(--colors-jade-300);--colors-theta-400: var(--colors-jade-400);--colors-theta-500: var(--colors-jade-500);--colors-theta-600: var(--colors-jade-600);--colors-theta-700: var(--colors-jade-700);--colors-theta-800: var(--colors-jade-800);--colors-theta-hover: var(--colors-jade-500);--colors-sigma-700: var(--colors-jade-600);--colors-link-text-hover: #ffffff;--colors-link-text-standart: #ffffff;--colors-link-text-active: #ffffff;--colors-link-text-disabled: var(--colors-gray-200);--colors-badge-bg: var(--colors-lime-500);--colors-badge-text: var(--colors-jade-600);--colors-button-primary-text-color: #ffffff;--colors-button-primary-bg-color: var(--colors-gama-600);--colors-button-primary-border-color: var(--colors-gama-600);--colors-button-primary-focused-text-color: #ffffff;--colors-button-primary-focused-bg-color: var(--colors-gama-600);--colors-button-primary-focused-border-color: var(--colors-yellow-400);--colors-button-primary-active-text-color: #ffffff;--colors-button-primary-active-bg-color: var(--colors-gama-800);--colors-button-primary-active-border-color: var(--colors-gama-800);--colors-button-primary-hover-text-color: #ffffff;--colors-button-primary-hover-bg-color: var(--colors-gama-700);--colors-button-primary-hover-border-color: var(--colors-gama-700);--colors-button-primary-disabled-text-color: #ffffff;--colors-button-primary-disabled-bg-color: var(--colors-delta-400);--colors-button-primary-disabled-border-color: var(--colors-delta-400);--colors-button-secondary-text-color: var(--colors-gama-600);--colors-button-secondary-bg-color: transparent;--colors-button-secondary-border-color: var(--colors-gama-600);--colors-button-secondary-focused-text-color: var(--colors-gama-600);--colors-button-secondary-focused-bg-color: transparent;--colors-button-secondary-focused-border-color: var(--colors-yellow-400);--colors-button-secondary-active-text-color: #ffffff;--colors-button-secondary-active-bg-color: var(--colors-gama-800);--colors-button-secondary-active-border-color: var(--colors-gama-800);--colors-button-secondary-hover-text-color: #ffffff;--colors-button-secondary-hover-bg-color: var(--colors-gama-700);--colors-button-secondary-hover-border-color: var(--colors-gama-700);--colors-button-secondary-disabled-text-color: #ffffff;--colors-button-secondary-disabled-bg-color: var(--colors-delta-400);--colors-button-secondary-disabled-border-color: var(--colors-delta-400);--colors-button-flat-text-color: var(--colors-gama-600);--colors-button-flat-bg-color: transparent;--colors-button-flat-border-color: var(--colors-gama-600);--colors-button-flat-focused-text-color: var(--colors-gama-600);--colors-button-flat-focused-bg-color: transparent;--colors-button-flat-focused-border-color: var(--colors-yellow-400);--colors-button-flat-active-text-color: #ffffff;--colors-button-flat-active-bg-color: var(--colors-gama-800);--colors-button-flat-active-border-color: var(--colors-gama-800);--colors-button-flat-hover-text-color: #ffffff;--colors-button-flat-hover-bg-color: var(--colors-gama-700);--colors-button-flat-hover-border-color: var(--colors-gama-700);--colors-button-flat-disabled-text-color: #ffffff;--colors-button-flat-disabled-bg-color: var(--colors-delta-400);--colors-button-flat-disabled-border-color: var(--colors-delta-400);--colors-button-danger-text-color: #ffffff;--colors-button-danger-bg-color: var(--colors-beta-500);--colors-button-danger-border-color: var(--colors-beta-500);--colors-button-danger-focused-text-color: #ffffff;--colors-button-danger-focused-bg-color: var(--colors-beta-600);--colors-button-danger-focused-border-color: var(--colors-beta-600);--colors-button-danger-active-text-color: #ffffff;--colors-button-danger-active-bg-color: var(--colors-beta-700);--colors-button-danger-active-border-color: var(--colors-beta-700);--colors-button-danger-hover-text-color: #ffffff;--colors-button-danger-hover-bg-color: var(--colors-beta-600);--colors-button-danger-hover-border-color: var(--colors-beta-600);--colors-button-danger-disabled-text-color: #ffffff;--colors-button-danger-disabled-bg-color: var(--colors-beta-100);--colors-button-danger-disabled-border-color: var(--colors-beta-100);--colors-menu-text-active: var(--colors-jade-700)}:root{--text-h1: 1.5rem;--text-h2: 1.125rem;--text-pageTitle: 1.5rem;--text-sectionTitle: 1.125rem;--text-medium: 1rem;--text-base: .875rem;--text-small: .75rem;--text-xSmall: .625rem}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-\[7px\]{margin:7px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mb-1{margin-bottom:.25rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.mr-2{margin-right:.5rem!important}.mt-0{margin-top:0!important}.mt-2{margin-top:.5rem!important}.flex{display:flex!important}.contents{display:contents!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-\[400px\]{height:400px!important}.max-h-\[328px\]{max-height:328px!important}.max-h-\[376px\]{max-height:376px!important}.w-28{width:7rem!important}.w-4{width:1rem!important}.w-40{width:10rem!important}.w-6{width:1.5rem!important}.w-7{width:1.75rem!important}.w-8{width:2rem!important}.w-\[100px\]{width:100px!important}.w-\[700px\]{width:700px!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.cursor-pointer{cursor:pointer!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.75rem * var(--tw-space-x-reverse))!important;margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.rounded{border-radius:.25rem!important}.rounded-sm{border-radius:.125rem!important}.border{border-width:1px!important}.border-none{border-style:none!important}.border-primary-main{border-color:var(--colors-primary-600)!important}.\!bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-\[\#eff4f2\]{--tw-bg-opacity: 1 !important;background-color:rgb(239 244 242 / var(--tw-bg-opacity))!important}.bg-delta-200{background-color:var(--colors-delta-200)!important}.bg-gama-500{background-color:var(--colors-gama-500)!important}.bg-gama-600{background-color:var(--colors-gama-600)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-primary-100{background-color:var(--colors-primary-100)!important}.bg-primary-700{background-color:var(--colors-primary-700)!important}.bg-primary-main{background-color:var(--colors-primary-600)!important}.bg-transparent{background-color:transparent!important}.p-0{padding:0!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.text-center{text-align:center!important}.\!text-\[14px\]{font-size:14px!important}.text-2xl{font-size:1.563rem!important}.text-base{font-size:var(--text-base)!important}.text-h1{font-size:var(--text-h1)!important}.text-h2{font-size:var(--text-h2)!important}.text-small{font-size:var(--text-small)!important}.text-xSmall{font-size:var(--text-xSmall)!important}.text-xl{font-size:1.25rem!important}.font-semibold{font-weight:600!important}.capitalize{text-transform:capitalize!important}.normal-case{text-transform:none!important}.italic{font-style:italic!important}.leading-tight{line-height:1.25!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#b5bec9\]{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}.text-delta-600{color:var(--colors-delta-600)!important}.text-delta-900{color:var(--colors-delta-900)!important}.text-gama-700{color:var(--colors-gama-700)!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity))!important}.text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity))!important}.text-primary-700{color:var(--colors-primary-700)!important}.text-primary-dark{color:var(--colors-primary-900)!important}.underline{text-decoration-line:underline!important}.overline{text-decoration-line:overline!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_0_0_3px\]{--tw-shadow: 0 0 0 3px !important;--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-primary-400{--tw-shadow-color: var(--colors-primary-400) !important;--tw-shadow: var(--tw-shadow-colored) !important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.before\:shadow-none:before{content:var(--tw-content)!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.hover\:border-primary-500:hover{border-color:var(--colors-primary-500)!important}.hover\:bg-primary-500:hover{background-color:var(--colors-primary-500)!important}.hover\:bg-primary-700:hover{background-color:var(--colors-primary-700)!important}.hover\:text-gray-50:hover{--tw-text-opacity: 1 !important;color:rgb(249 250 251 / var(--tw-text-opacity))!important}.hover\:text-primary-600:hover{color:var(--colors-primary-600)!important}.hover\:text-primary-700:hover{color:var(--colors-primary-700)!important}.active\:bg-primary-dark:active{background-color:var(--colors-primary-900)!important}.\[\&\>input\]\:h-full>input{height:100%!important}.\[\&\>input\]\:w-full>input{width:100%!important}.\[\&\>svg\]\:h-5>svg{height:1.25rem!important}.\[\&\>svg\]\:w-5>svg{width:1.25rem!important}.\[\&_fieldset\]\:\!border-\[\#626e7e\] fieldset{--tw-border-opacity: 1 !important;border-color:rgb(98 110 126 / var(--tw-border-opacity))!important}._all-icons-container_z9w7e_1{display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;gap:1.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}@keyframes _opacity-appear_z9w7e_1{0%{opacity:0}to{opacity:1}}._icon_z9w7e_5{animation:_opacity-appear_z9w7e_1 .3s linear;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}._styled-data-grid_1kvr5_1{border-radius:0!important;border-width:0px!important;border-top-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}._cell_1kvr5_5{min-height:50px!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._cell_1kvr5_5:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._cell_1kvr5_5:focus{outline:2px solid transparent!important;outline-offset:2px!important}._cellContent_1kvr5_9{font-size:var(--text-base)!important;--tw-text-opacity: 1 !important;color:rgb(11 12 15 / var(--tw-text-opacity))!important}._columnHeader_1kvr5_13{height:30px!important;border-right-width:0px!important}._columnHeader_1kvr5_13:focus-within{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeader_1kvr5_13:focus{outline:2px solid transparent!important;outline-offset:2px!important}._columnHeaderTitle_1kvr5_17{font-size:10px!important;font-weight:600!important;text-transform:uppercase!important;--tw-text-opacity: 1 !important;color:rgb(122 137 158 / var(--tw-text-opacity))!important}._columnHeaders_1kvr5_21{min-height:30px!important;border-radius:0!important;border-bottom-width:1px!important;--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(252 252 253 / var(--tw-bg-opacity))!important}._footerContainer_1kvr5_25{--tw-border-opacity: 1 !important;border-color:rgb(189 196 207 / var(--tw-border-opacity))!important}._iconSeparator_1kvr5_29{display:none!important}._row_1kvr5_33{min-height:50px!important}._row_1kvr5_33:hover{cursor:pointer!important;background-color:var(--colors-primary-50)!important}._virtualScrollerContent_1kvr5_37{border-bottom-width:0px!important}._menuIconButton_1kvr5_41{visibility:visible!important;position:absolute!important;right:1.25rem!important;display:flex!important}.StyledDatePicker-popper .MuiDateCalendar-root{width:260px;max-height:320px}.StyledDatePicker-popper .MuiPickersCalendarHeader-root{margin-top:15px;margin-bottom:15px;padding-left:18px;padding-right:10px}.StyledDatePicker-popper .MuiDayCalendar-weekDayLabel{color:#0b0c0f;width:28px;height:24px;margin:4px}.StyledDatePickerMobile-dialog .MuiPickersCalendarHeader-root{margin-top:5px;margin-bottom:15px;padding-left:35px;padding-right:25px}.StyledDatePickerMobile-dialog .MuiDayCalendar-weekDayLabel{color:#0b0c0f}._root_1jf25_1{--tw-text-opacity: 1 !important;color:rgb(181 190 201 / var(--tw-text-opacity))!important}._root_1jf25_1:hover{color:var(--colors-primary-600)!important}._root_1jf25_1 input{height:100%!important;width:100%!important}._root_1jf25_1 svg{height:1.5rem!important;width:1.5rem!important}._checked_1jf25_11,._checked_1jf25_11:hover{color:var(--colors-primary-600)!important}._disabled_1jf25_15{opacity:.5!important}
@@ -4,8 +4,8 @@ declare const _default: {
4
4
  content: string[];
5
5
  theme: {
6
6
  fontFamily: {
7
- roboto: [string];
8
- sans: [string];
7
+ sans: string[];
8
+ roboto: string[];
9
9
  };
10
10
  fontSize: {
11
11
  sm: string;
@@ -170,6 +170,9 @@ declare const _default: {
170
170
  };
171
171
  };
172
172
  darkMode: "media";
173
+ corePlugins: {
174
+ preflight: false;
175
+ };
173
176
  plugins: never[];
174
177
  };
175
178
  export default _default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.5.2",
6
+ "version": "2.5.4",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",
@@ -102,7 +102,6 @@
102
102
  "storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
103
103
  "storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
104
104
  "build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build",
105
- "create-index": "ctix create -p ./tsconfig.json -w -a ./src",
106
105
  "changeset:version": "changeset version",
107
106
  "changeset:publish": "changeset publish",
108
107
  "changeset:status": "changeset status"
@@ -1,4 +1,8 @@
1
1
  {
2
+ "fontFamily": {
3
+ "sans": ["Roboto"],
4
+ "roboto": ["Roboto"]
5
+ },
2
6
  "colors": {
3
7
  "inherit": "inherit",
4
8
  "textcolor-component": "var(--colors-text-component)",