react-ecosistema-unp 2.0.1 → 2.2.0

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.
Files changed (69) hide show
  1. package/dist/{AppList-BshxZhoN.js → AppList-DORGpC4I.js} +84 -84
  2. package/dist/assets/DocumentoVisorEstado.css +1 -0
  3. package/dist/assets/EcoDataTable.css +1 -1
  4. package/dist/assets/EcoDataTableBandejaFooter.css +1 -1
  5. package/dist/assets/EcoModalStyles.css +1 -1
  6. package/dist/assets/SileoNotifications.css +1 -1
  7. package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
  8. package/dist/cards/tarjeta-info/TarjetaInfo.js +1 -1
  9. package/dist/data/tarjeta-datos/TarjetaDatos.js +1 -1
  10. package/dist/{index-C4MBu_wk.js → index-B96iRUpt.js} +38 -34
  11. package/dist/{index-h-TtOxhs.js → index-BqaJxgOF.js} +182 -170
  12. package/dist/{SileoNotifications-BESOBARG.js → index-C1R4rkuA.js} +1 -1
  13. package/dist/lib/tables/custom-data-table/CustomDataTable.d.ts +2 -0
  14. package/dist/lib/tables/custom-data-table-split/CustomDataTableSplit.d.ts +7 -3
  15. package/dist/lib/tables/eco-data-table/components/EcoDataTable/EcoDataTable.d.ts +1 -1
  16. package/dist/lib/tables/eco-data-table/components/EcoDataTableBandejaFooter.d.ts +8 -1
  17. package/dist/lib/tables/eco-data-table/hooks/useEcoTableSelection.d.ts +1 -0
  18. package/dist/lib/tables/eco-data-table/types.d.ts +7 -0
  19. package/dist/lib/ui/animacion/Animacion.d.ts +1 -0
  20. package/dist/lib/ui.d.ts +1 -0
  21. package/dist/lib/utils/eco-provider/EcoContext.d.ts +4 -2
  22. package/dist/lib/utils/modal-radicados/DocumentoVisorEstado.d.ts +18 -0
  23. package/dist/lib/utils/modal-radicados/ModalDocumento.d.ts +26 -0
  24. package/dist/lib/utils/modal-radicados/VisorDocumento.d.ts +8 -0
  25. package/dist/lib/utils/notifications/EcoToaster.d.ts +18 -0
  26. package/dist/lib/utils/notifications/SileoNotifications.d.ts +23 -7
  27. package/dist/lib/utils.d.ts +2 -1
  28. package/dist/shared/app-list/AppList.js +2 -2
  29. package/dist/shared/iconos-sistema/IconosSistema.js +1 -1
  30. package/dist/shared/iconos-sistema/logout-button/LogoutButton.js +1 -1
  31. package/dist/shared/menu-lateral/MenuLateral.js +6 -4
  32. package/dist/shared/notificacion-usuario/NotificacionUsuario.js +61 -59
  33. package/dist/shared/ventana-tabs/VentanaTabs.js +1 -1
  34. package/dist/tables/custom-data-table/CustomDataTable.js +551 -548
  35. package/dist/tables/custom-data-table-split/CustomDataTableSplit.js +186 -173
  36. package/dist/tables/custom-table-toolbar/CustomTableToolbar.js +1 -1
  37. package/dist/tables/eco-data-table/components/EcoDataTable/EcoDataTable.js +190 -149
  38. package/dist/tables/eco-data-table/components/EcoDataTableBandejaFooter.js +36 -26
  39. package/dist/tables/eco-data-table/hooks/useEcoTableSelection.js +9 -8
  40. package/dist/tables/tabla-registros/buscador/Buscador.js +1 -1
  41. package/dist/tables/tabla-registros/modal-v2/EcoModal.js +11 -11
  42. package/dist/tables/tabla-registros/tabla/Tabla.js +22 -22
  43. package/dist/ui/alertas/AlertaFormulario.js +1 -1
  44. package/dist/ui/card-gestion-lateral/CardGestionLateral.js +1 -1
  45. package/dist/ui/contenido-modal/ContenidoModal.js +1 -1
  46. package/dist/ui/contenido-modal/ContenidoModalv0.1.js +1 -1
  47. package/dist/ui/contenido-modal-v2/ContenidoModalV2.js +1 -1
  48. package/dist/ui/contenido-modal-v2/ModalV2Menu.js +1 -1
  49. package/dist/ui/datos-basicos-card/DatosBasicosCard.js +1 -1
  50. package/dist/ui/icono-tooltip/IconoTooltip.js +10 -10
  51. package/dist/ui/items-modal/ItemsModal.js +1 -1
  52. package/dist/ui/nav-formularios-lateral/NavFormulariosLateral.js +1 -1
  53. package/dist/ui/notificacion-popover-v2/NotificacionPopoverV2.js +50 -50
  54. package/dist/ui/resumen-evaluacion/ResumenEvaluacion.js +5 -5
  55. package/dist/ui/status-filter-bar/StatusFilterBar.js +8 -8
  56. package/dist/ui/status-semaphore/StatusSemaphore.js +1 -1
  57. package/dist/ui/stepper-v2/StepperV2.js +1 -1
  58. package/dist/utils/eco-provider/EcoContext.js +11 -8
  59. package/dist/utils/modal-radicados/AuxRadicadosComponents/TarjetaRadicado.js +12 -12
  60. package/dist/utils/modal-radicados/DocumentoVisorEstado.js +125 -0
  61. package/dist/utils/modal-radicados/ModalDocumento.js +155 -170
  62. package/dist/utils/modal-radicados/ModalRadicado.js +34 -34
  63. package/dist/utils/modal-radicados/VisorDocumento.js +61 -61
  64. package/dist/utils/notifications/EcoToaster.js +48 -0
  65. package/dist/utils/notifications/SileoNotifications.js +62 -55
  66. package/dist/utils/unp-historico/UnpHistorico.js +1 -1
  67. package/dist/utils/websocket-manager/websocket.js +22 -18
  68. package/dist/utils.js +29 -24
  69. package/package.json +1 -1
@@ -1,20 +1,20 @@
1
- import { jsx as e, Fragment as He, jsxs as ee } from "react/jsx-runtime";
1
+ import { jsx as e, Fragment as _e, jsxs as ee } from "react/jsx-runtime";
2
2
  import * as C from "react";
3
3
  import { useEffect as W, useRef as V, useReducer as Ns, useContext as R, useCallback as J, useMemo as We, useState as gs } from "react";
4
- import { E as Ae, a7 as zs, a8 as hs, a9 as vs, g as ws, aa as q, i as re, T as Cs, ab as Se, ac as xe, ad as bs, ae as ie, af as Ie, ag as $e, ah as ce, ai as le, aj as As, ak as de, al as ys, am as X, an as ke, ao as Fs, D as ue, ap as x, k as Ge, W as Te, aq as Oe, ar as me, z as Rs, as as Ds, at as Y, au as Me, $ as pe, av as Es, s as Ps, aw as Z, ax as fe, a4 as Ne, ay as Ss, az as ge, aA as Q, aB as xs, aC as k, aD as Is, a5 as ze, B as $s, aE as he, aF as ks, M as Ue, aG as ve, aH as Gs, aI as we, aJ as Ce, aK as L, aL as be, R as Ts } from "./index-h-TtOxhs.js";
4
+ import { I as Ae, aa as zs, ab as hs, ac as vs, g as ws, ad as q, m as re, W as Cs, ae as Se, af as Ie, ag as bs, ah as ie, ai as xe, aj as $e, ak as ce, al as le, am as As, an as de, ao as ys, ap as X, aq as ke, ar as Fs, H as ue, as as I, o as Ge, Z as Te, at as Oe, au as me, D as Rs, av as Ds, aw as Z, ax as Me, a2 as pe, ay as Es, w as Ps, az as Y, aA as fe, a7 as Ne, aB as Ss, aC as ge, aD as Q, aE as Is, aF as k, aG as xs, a8 as ze, E as $s, aH as he, aI as ks, P as Ue, aJ as ve, aK as Gs, aL as we, aM as Ce, aN as B, aO as be, U as Ts } from "./index-BqaJxgOF.js";
5
5
  import { G as Os } from "./iconBase-DSKTHwal.js";
6
6
  import { c as G } from "./index-ZphT3dr_.js";
7
7
  import { u as T, a as Ms } from "./ThemeProvider-Cv61y4Uy.js";
8
8
  import { a as Us, u as ye } from "./useMergedRefs-YI9EGKd_.js";
9
- import { $ as Bs, S as se, m as ae, u as Ls, T as js } from "./TabContext-Du6X9q-A.js";
10
- import { u as H } from "./useEventCallback-Bfo0-hwZ.js";
11
- import { c as _s, d as Hs, m as Ws, b as Vs, a as Js, j as Be, f as Ks, u as qs, e as Xs } from "./useIsomorphicEffect-DH-agvLb.js";
9
+ import { $ as Ls, S as se, m as ae, u as Bs, T as js } from "./TabContext-Du6X9q-A.js";
10
+ import { u as _ } from "./useEventCallback-Bfo0-hwZ.js";
11
+ import { c as Hs, d as _s, m as Ws, b as Vs, a as Js, j as Le, f as Ks, u as qs, e as Xs } from "./useIsomorphicEffect-DH-agvLb.js";
12
12
  import { B as Ve } from "./Button-ChyKCwSh.js";
13
13
  import { A as Je } from "./Anchor-BfRjyGjE.js";
14
- import { w as Ys } from "./warning-DfuoVnCC.js";
15
- import { B as Zs } from "./Button-eLVX04GZ.js";
14
+ import { w as Zs } from "./warning-DfuoVnCC.js";
15
+ import { B as Ys } from "./Button-eLVX04GZ.js";
16
16
  import './assets/AppList.css';function Qs(o, t, n, r = !1) {
17
- const c = H(n);
17
+ const c = _(n);
18
18
  W(() => {
19
19
  const i = typeof o == "function" ? o() : o;
20
20
  return i.addEventListener(t, c, r), () => i.removeEventListener(t, c, r);
@@ -27,7 +27,7 @@ function ea(o) {
27
27
  }), t.current;
28
28
  }
29
29
  var sa = Function.prototype.bind.call(Function.prototype.call, [].slice);
30
- function Le(o, t) {
30
+ function Be(o, t) {
31
31
  return sa(o.querySelectorAll(t));
32
32
  }
33
33
  function aa() {
@@ -47,7 +47,7 @@ function ta(o, t) {
47
47
  const na = () => {
48
48
  };
49
49
  function Ke(o = {}) {
50
- const t = R(oe), [n, r] = _s(), c = V(!1), {
50
+ const t = R(oe), [n, r] = Hs(), c = V(!1), {
51
51
  flip: i,
52
52
  offset: l,
53
53
  rootCloseEvent: d,
@@ -65,7 +65,7 @@ function Ke(o = {}) {
65
65
  setMenu: y,
66
66
  menuElement: O,
67
67
  toggleElement: P
68
- } = t || {}, v = Hs(P, O, Ws({
68
+ } = t || {}, v = _s(P, O, Ws({
69
69
  placement: u || E || "bottom-start",
70
70
  enabled: z,
71
71
  enableEvents: m ?? h,
@@ -104,7 +104,7 @@ function qe(o) {
104
104
  const [c, i] = Ke(Object.assign({}, r, {
105
105
  usePopper: n
106
106
  }));
107
- return /* @__PURE__ */ e(He, {
107
+ return /* @__PURE__ */ e(_e, {
108
108
  children: t(c, i)
109
109
  });
110
110
  }
@@ -114,8 +114,8 @@ const Xe = (o) => {
114
114
  return ((t = o.getAttribute("role")) == null ? void 0 : t.toLowerCase()) === "menu";
115
115
  }, je = () => {
116
116
  };
117
- function Ye() {
118
- const o = Bs(), {
117
+ function Ze() {
118
+ const o = Ls(), {
119
119
  show: t = !1,
120
120
  toggle: n = je,
121
121
  setToggle: r,
@@ -133,22 +133,22 @@ function Ye() {
133
133
  toggle: n
134
134
  }];
135
135
  }
136
- function Ze({
136
+ function Ye({
137
137
  children: o
138
138
  }) {
139
- const [t, n] = Ye();
140
- return /* @__PURE__ */ e(He, {
139
+ const [t, n] = Ze();
140
+ return /* @__PURE__ */ e(_e, {
141
141
  children: o(t, n)
142
142
  });
143
143
  }
144
- Ze.displayName = "DropdownToggle";
144
+ Ye.displayName = "DropdownToggle";
145
145
  const Fe = /* @__PURE__ */ C.createContext(null);
146
146
  Fe.displayName = "NavContext";
147
147
  const ra = "data-rr-ui-", ia = "rrUi";
148
148
  function te(o) {
149
149
  return `${ra}${o}`;
150
150
  }
151
- function xa(o) {
151
+ function Ia(o) {
152
152
  return `${ia}${o}`;
153
153
  }
154
154
  const ca = ["eventKey", "disabled", "onClick", "active", "as"];
@@ -172,7 +172,7 @@ function Qe({
172
172
  activeKey: d
173
173
  } = l || {}, f = ae(o, t), u = n == null && o != null ? ae(d) === f : n;
174
174
  return [{
175
- onClick: H((m) => {
175
+ onClick: _((m) => {
176
176
  r || (c == null || c(m), i && !m.isPropagationStopped() && i(f, m));
177
177
  }),
178
178
  "aria-disabled": r || void 0,
@@ -202,7 +202,7 @@ const es = /* @__PURE__ */ C.forwardRef((o, t) => {
202
202
  }, f));
203
203
  });
204
204
  es.displayName = "DropdownItem";
205
- function _e() {
205
+ function He() {
206
206
  const o = aa(), t = V(null), n = J((r) => {
207
207
  t.current = r, o();
208
208
  }, [o]);
@@ -218,12 +218,12 @@ function K({
218
218
  placement: l = "bottom-start",
219
219
  children: d
220
220
  }) {
221
- const f = Js(), [u, p] = Ls(t, o, r), [m, z] = _e(), h = m.current, [D, E] = _e(), y = D.current, O = ea(u), P = V(null), v = V(!1), M = R(se), b = J((N, g, A = g == null ? void 0 : g.type) => {
221
+ const f = Js(), [u, p] = Bs(t, o, r), [m, z] = He(), h = m.current, [D, E] = He(), y = D.current, O = ea(u), P = V(null), v = V(!1), M = R(se), b = J((N, g, A = g == null ? void 0 : g.type) => {
222
222
  p(N, {
223
223
  originalEvent: g,
224
224
  source: A
225
225
  });
226
- }, [p]), U = H((N, g) => {
226
+ }, [p]), U = _((N, g) => {
227
227
  n == null || n(N, g), b(!1, g, "select"), g.isPropagationStopped() || M == null || M(N, g);
228
228
  }), F = We(() => ({
229
229
  toggle: b,
@@ -235,24 +235,24 @@ function K({
235
235
  setToggle: E
236
236
  }), [b, l, u, h, y, z, E]);
237
237
  h && O && !u && (v.current = h.contains(h.ownerDocument.activeElement));
238
- const w = H(() => {
238
+ const w = _(() => {
239
239
  y && y.focus && y.focus();
240
- }), I = H(() => {
240
+ }), x = _(() => {
241
241
  const N = P.current;
242
242
  let g = i;
243
243
  if (g == null && (g = m.current && Xe(m.current) ? "keyboard" : !1), g === !1 || g === "keyboard" && !/^key.+$/.test(N))
244
244
  return;
245
- const A = Le(m.current, c)[0];
245
+ const A = Be(m.current, c)[0];
246
246
  A && A.focus && A.focus();
247
247
  });
248
248
  W(() => {
249
- u ? I() : v.current && (v.current = !1, w());
250
- }, [u, v, w, I]), W(() => {
249
+ u ? x() : v.current && (v.current = !1, w());
250
+ }, [u, v, w, x]), W(() => {
251
251
  P.current = null;
252
252
  });
253
- const _ = (N, g) => {
253
+ const H = (N, g) => {
254
254
  if (!m.current) return null;
255
- const A = Le(m.current, c);
255
+ const A = Be(m.current, c);
256
256
  let $ = A.indexOf(N) + g;
257
257
  return $ = Math.max(0, Math.min($, A.length)), A[$];
258
258
  };
@@ -260,8 +260,8 @@ function K({
260
260
  var g, A;
261
261
  const {
262
262
  key: $
263
- } = N, B = N.target, Ee = (g = m.current) == null ? void 0 : g.contains(B), fs = (A = D.current) == null ? void 0 : A.contains(B);
264
- if (/input|textarea/i.test(B.tagName) && ($ === " " || $ !== "Escape" && Ee || $ === "Escape" && B.type === "search") || !Ee && !fs || $ === "Tab" && (!m.current || !u))
263
+ } = N, L = N.target, Ee = (g = m.current) == null ? void 0 : g.contains(L), fs = (A = D.current) == null ? void 0 : A.contains(L);
264
+ if (/input|textarea/i.test(L.tagName) && ($ === " " || $ !== "Escape" && Ee || $ === "Escape" && L.type === "search") || !Ee && !fs || $ === "Tab" && (!m.current || !u))
265
265
  return;
266
266
  P.current = N.type;
267
267
  const ne = {
@@ -270,7 +270,7 @@ function K({
270
270
  };
271
271
  switch ($) {
272
272
  case "ArrowUp": {
273
- const S = _(B, -1);
273
+ const S = H(L, -1);
274
274
  S && S.focus && S.focus(), N.preventDefault();
275
275
  return;
276
276
  }
@@ -278,12 +278,12 @@ function K({
278
278
  if (N.preventDefault(), !u)
279
279
  p(!0, ne);
280
280
  else {
281
- const S = _(B, 1);
281
+ const S = H(L, 1);
282
282
  S && S.focus && S.focus();
283
283
  }
284
284
  return;
285
285
  case "Tab":
286
- Us(B.ownerDocument, "keyup", (S) => {
286
+ Us(L.ownerDocument, "keyup", (S) => {
287
287
  var Pe;
288
288
  (S.key === "Tab" && !S.target || !((Pe = m.current) != null && Pe.contains(S.target))) && p(!1, ne);
289
289
  }, {
@@ -304,7 +304,7 @@ function K({
304
304
  }
305
305
  K.displayName = "Dropdown";
306
306
  K.Menu = qe;
307
- K.Toggle = Ze;
307
+ K.Toggle = Ye;
308
308
  K.Item = es;
309
309
  const Re = /* @__PURE__ */ C.createContext({});
310
310
  Re.displayName = "DropdownContext";
@@ -377,7 +377,7 @@ ns.displayName = "NavbarContext";
377
377
  function rs(o, t) {
378
378
  if (process.env.NODE_ENV === "production") return o;
379
379
  const n = J((r) => {
380
- r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ? Be(!1, `${t} injected a ref to a provided \`as\` component that resolved to a component instance instead of a DOM element. Use \`React.forwardRef\` to provide the injected ref to the class component as a prop in order to pass it directly to a DOM element`) : Be(!1));
380
+ r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ? Le(!1, `${t} injected a ref to a provided \`as\` component that resolved to a component instance instead of a DOM element. Use \`React.forwardRef\` to provide the injected ref to the class component as a prop in order to pass it directly to a DOM element`) : Le(!1));
381
381
  }, [t]);
382
382
  return ye(n, o);
383
383
  }
@@ -411,7 +411,7 @@ const cs = /* @__PURE__ */ C.forwardRef(({
411
411
  if (n)
412
412
  if (typeof n == "object") {
413
413
  const N = Object.keys(n);
414
- if (process.env.NODE_ENV !== "production" && Ys(N.length === 1, "There should only be 1 breakpoint when passing an object to `align`"), N.length) {
414
+ if (process.env.NODE_ENV !== "production" && Zs(N.length === 1, "There should only be 1 breakpoint when passing an object to `align`"), N.length) {
415
415
  const g = N[0], A = n[g];
416
416
  z = A === "start", v.push(`${D}-${g}-${A}`);
417
417
  }
@@ -420,7 +420,7 @@ const cs = /* @__PURE__ */ C.forwardRef(({
420
420
  hasShown: U,
421
421
  popper: F,
422
422
  show: w,
423
- toggle: I
423
+ toggle: x
424
424
  }] = Ke({
425
425
  flip: c,
426
426
  rootCloseEvent: r,
@@ -433,15 +433,15 @@ const cs = /* @__PURE__ */ C.forwardRef(({
433
433
  if (b.ref = ye(rs(m, "DropdownMenu"), b.ref), Ks(() => {
434
434
  w && (F == null || F.update());
435
435
  }, [w]), !U && !l && !P) return null;
436
- typeof d != "string" && (b.show = w, b.close = () => I == null ? void 0 : I(!1), b.align = n);
437
- let _ = p.style;
438
- return F != null && F.placement && (_ = {
436
+ typeof d != "string" && (b.show = w, b.close = () => x == null ? void 0 : x(!1), b.align = n);
437
+ let H = p.style;
438
+ return F != null && F.placement && (H = {
439
439
  ...p.style,
440
440
  ...b.style
441
441
  }, p["x-placement"] = F.placement), /* @__PURE__ */ e(d, {
442
442
  ...p,
443
443
  ...b,
444
- style: _,
444
+ style: H,
445
445
  ...(v.length || h) && {
446
446
  "data-bs-popper": "static"
447
447
  },
@@ -455,12 +455,12 @@ const ls = /* @__PURE__ */ C.forwardRef(({
455
455
  className: n,
456
456
  childBsPrefix: r,
457
457
  // Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
458
- as: c = Zs,
458
+ as: c = Ys,
459
459
  ...i
460
460
  }, l) => {
461
461
  const d = T(o, "dropdown-toggle"), f = R(oe);
462
462
  r !== void 0 && (i.bsPrefix = r);
463
- const [u] = Ye();
463
+ const [u] = Ze();
464
464
  return u.ref = ye(u.ref, rs(l, "DropdownToggle")), /* @__PURE__ */ e(c, {
465
465
  className: G(n, d, t && `${d}-split`, (f == null ? void 0 : f.show) && "show"),
466
466
  ...u,
@@ -486,8 +486,8 @@ const ds = /* @__PURE__ */ C.forwardRef((o, t) => {
486
486
  } = qs(o, {
487
487
  show: "onToggle"
488
488
  }), D = R(De), E = T(n, "dropdown"), y = Ms(), O = (F) => z === !1 ? F === "click" : z === "inside" ? F !== "rootClose" : z === "outside" ? F !== "select" : !0, P = Xs((F, w) => {
489
- var I;
490
- !((I = w.originalEvent) == null || (I = I.target) == null) && I.classList.contains("dropdown-toggle") && w.source === "mousedown" || (w.originalEvent.currentTarget === document && (w.source !== "keydown" || w.originalEvent.key === "Escape") && (w.source = "rootClose"), O(w.source) && (f == null || f(F, w)));
489
+ var x;
490
+ !((x = w.originalEvent) == null || (x = x.target) == null) && x.classList.contains("dropdown-toggle") && w.source === "mousedown" || (w.originalEvent.currentTarget === document && (w.source !== "keydown" || w.originalEvent.key === "Escape") && (w.source = "rootClose"), O(w.source) && (f == null || f(F, w)));
491
491
  }), M = is(l === "end", r, y), b = We(() => ({
492
492
  align: l,
493
493
  drop: r,
@@ -553,7 +553,7 @@ function us({
553
553
  const m = d.getControllerId(o ?? null), z = d.getControlledId(o ?? null);
554
554
  p[te("event-key")] = o, p.id = m || r, u = n == null && o != null ? d.activeKey === o : n, (u || !(f != null && f.unmountOnExit) && !(f != null && f.mountOnEnter)) && (p["aria-controls"] = z);
555
555
  }
556
- return p.role === "tab" && (p["aria-selected"] = u, u || (p.tabIndex = -1), i && (p.tabIndex = -1, p["aria-disabled"] = !0)), p.onClick = H((m) => {
556
+ return p.role === "tab" && (p["aria-selected"] = u, u || (p.tabIndex = -1), i && (p.tabIndex = -1, p["aria-disabled"] = !0)), p.onClick = _((m) => {
557
557
  i || (t == null || t(m), o != null && l && !m.isPropagationStopped() && l(o, m));
558
558
  }), [p, {
559
559
  isActive: u
@@ -657,13 +657,13 @@ const s = 24, a = "icon-app-2", Na = {
657
657
  "Asesor de Información": /* @__PURE__ */ e(Ts, { size: s, className: a }),
658
658
  "Asesor poblacional DG": /* @__PURE__ */ e(be, { size: s, className: a }),
659
659
  // Digitadores
660
- Digitador: /* @__PURE__ */ e(L, { size: s, className: a }),
661
- "Digitador (SESP)": /* @__PURE__ */ e(L, { size: s, className: a }),
662
- "Digitador (SER)": /* @__PURE__ */ e(L, { size: s, className: a }),
663
- "Digitador (GSC)": /* @__PURE__ */ e(L, { size: s, className: a }),
664
- "Digitador Cerrem": /* @__PURE__ */ e(L, { size: s, className: a }),
665
- "Digitador Resoluciones": /* @__PURE__ */ e(L, { size: s, className: a }),
666
- "Digitador Correspondencia": /* @__PURE__ */ e(L, { size: s, className: a }),
660
+ Digitador: /* @__PURE__ */ e(B, { size: s, className: a }),
661
+ "Digitador (SESP)": /* @__PURE__ */ e(B, { size: s, className: a }),
662
+ "Digitador (SER)": /* @__PURE__ */ e(B, { size: s, className: a }),
663
+ "Digitador (GSC)": /* @__PURE__ */ e(B, { size: s, className: a }),
664
+ "Digitador Cerrem": /* @__PURE__ */ e(B, { size: s, className: a }),
665
+ "Digitador Resoluciones": /* @__PURE__ */ e(B, { size: s, className: a }),
666
+ "Digitador Correspondencia": /* @__PURE__ */ e(B, { size: s, className: a }),
667
667
  // Radicación / Recepción
668
668
  Radicador: /* @__PURE__ */ e(Ce, { size: s, className: a }),
669
669
  "Receptor Recursos Reposición": /* @__PURE__ */ e(Ce, { size: s, className: a }),
@@ -675,7 +675,7 @@ const s = 24, a = "icon-app-2", Na = {
675
675
  "Reparto Juridico Cerrem": /* @__PURE__ */ e(k, { size: s, className: a }),
676
676
  "Reparto Inactivaciones": /* @__PURE__ */ e(we, { size: s, className: a }),
677
677
  // Gestión de personas / población
678
- "Gestor Poblacional": /* @__PURE__ */ e(Z, { size: s, className: a }),
678
+ "Gestor Poblacional": /* @__PURE__ */ e(Y, { size: s, className: a }),
679
679
  "Persona de Protección": /* @__PURE__ */ e(Gs, { size: s, className: a }),
680
680
  // Analistas
681
681
  "Analista de Asignaciones": /* @__PURE__ */ e(X, { size: s, className: a }),
@@ -691,24 +691,24 @@ const s = 24, a = "icon-app-2", Na = {
691
691
  "Gestor de Asignaciones Col": /* @__PURE__ */ e(Ue, { size: s, className: a }),
692
692
  "Asignaciones Gscp": /* @__PURE__ */ e(X, { size: s, className: a }),
693
693
  // Abogados / Jurídicos
694
- "Abogado Sustanciador": /* @__PURE__ */ e(x, { size: s, className: a }),
695
- "Abogado Despacho": /* @__PURE__ */ e(x, { size: s, className: a }),
696
- "Abogado Notificación": /* @__PURE__ */ e(x, { size: s, className: a }),
697
- "Abogado (GRAERR)": /* @__PURE__ */ e(x, { size: s, className: a }),
698
- "Abogado Inactivaciones": /* @__PURE__ */ e(x, { size: s, className: a }),
699
- "Abogado Cerrem": /* @__PURE__ */ e(x, { size: s, className: a }),
694
+ "Abogado Sustanciador": /* @__PURE__ */ e(I, { size: s, className: a }),
695
+ "Abogado Despacho": /* @__PURE__ */ e(I, { size: s, className: a }),
696
+ "Abogado Notificación": /* @__PURE__ */ e(I, { size: s, className: a }),
697
+ "Abogado (GRAERR)": /* @__PURE__ */ e(I, { size: s, className: a }),
698
+ "Abogado Inactivaciones": /* @__PURE__ */ e(I, { size: s, className: a }),
699
+ "Abogado Cerrem": /* @__PURE__ */ e(I, { size: s, className: a }),
700
700
  "Abogado contratos": /* @__PURE__ */ e(ks, { size: s, className: a }),
701
- "Abog. Comisionado Sust.": /* @__PURE__ */ e(x, { size: s, className: a }),
701
+ "Abog. Comisionado Sust.": /* @__PURE__ */ e(I, { size: s, className: a }),
702
702
  "Abog. Revisor": /* @__PURE__ */ e(he, { size: s, className: a }),
703
703
  "Lider Jurídico": /* @__PURE__ */ e($s, { size: s, className: a }),
704
704
  "Líder Inactivaciones": /* @__PURE__ */ e(Ne, { size: s, className: a }),
705
- "Apoyo jurídico": /* @__PURE__ */ e(x, { size: s, className: a }),
706
- "Jurídico OAJ": /* @__PURE__ */ e(x, { size: s, className: a }),
705
+ "Apoyo jurídico": /* @__PURE__ */ e(I, { size: s, className: a }),
706
+ "Jurídico OAJ": /* @__PURE__ */ e(I, { size: s, className: a }),
707
707
  // Notificaciones
708
708
  "Notificación Resolución": /* @__PURE__ */ e(ze, { size: s, className: a }),
709
709
  Notificador: /* @__PURE__ */ e(ze, { size: s, className: a }),
710
710
  "Gestor Notificador": /* @__PURE__ */ e(ze, { size: s, className: a }),
711
- "Notificaciones Masivas": /* @__PURE__ */ e(Is, { size: s, className: a }),
711
+ "Notificaciones Masivas": /* @__PURE__ */ e(xs, { size: s, className: a }),
712
712
  // Coordinaciones
713
713
  "Coordinación GRAERR": /* @__PURE__ */ e(k, { size: s, className: a }),
714
714
  "Coordinación CTAR": /* @__PURE__ */ e(k, { size: s, className: a }),
@@ -725,7 +725,7 @@ const s = 24, a = "icon-app-2", Na = {
725
725
  "Subdirección SESP": /* @__PURE__ */ e(pe, { size: s, className: a }),
726
726
  "Subdirección SER": /* @__PURE__ */ e(pe, { size: s, className: a }),
727
727
  // Dirección
728
- "Director General de la UNP": /* @__PURE__ */ e(xs, { size: s, className: a }),
728
+ "Director General de la UNP": /* @__PURE__ */ e(Is, { size: s, className: a }),
729
729
  // Jefes
730
730
  "Jefe OCDI": /* @__PURE__ */ e(Q, { size: s, className: a }),
731
731
  "Jefe OAJ": /* @__PURE__ */ e(Q, { size: s, className: a }),
@@ -734,7 +734,7 @@ const s = 24, a = "icon-app-2", Na = {
734
734
  Administrador: /* @__PURE__ */ e(ge, { size: s, className: a }),
735
735
  "Administrador ASP": /* @__PURE__ */ e(ge, { size: s, className: a }),
736
736
  "Administrador contratación": /* @__PURE__ */ e(ge, { size: s, className: a }),
737
- "Administrador mant. vehículos": /* @__PURE__ */ e(xe, { size: s, className: a }),
737
+ "Administrador mant. vehículos": /* @__PURE__ */ e(Ie, { size: s, className: a }),
738
738
  "Administrador Transferencias": /* @__PURE__ */ e(Ss, { size: s, className: a }),
739
739
  "Administrador Base de Datos": /* @__PURE__ */ e(me, { size: s, className: a }),
740
740
  // Líderes / APP
@@ -743,13 +743,13 @@ const s = 24, a = "icon-app-2", Na = {
743
743
  "Líder ASP": /* @__PURE__ */ e(Ne, { size: s, className: a }),
744
744
  // Gestores varios
745
745
  "Gestor Viáticos": /* @__PURE__ */ e(fe, { size: s, className: a }),
746
- "Gestores ASP": /* @__PURE__ */ e(Z, { size: s, className: a }),
747
- "Gestores UT": /* @__PURE__ */ e(Z, { size: s, className: a }),
746
+ "Gestores ASP": /* @__PURE__ */ e(Y, { size: s, className: a }),
747
+ "Gestores UT": /* @__PURE__ */ e(Y, { size: s, className: a }),
748
748
  "Gestor de mantenimiento": /* @__PURE__ */ e(le, { size: s, className: a }),
749
749
  "Gestor mant. vehículos": /* @__PURE__ */ e(le, { size: s, className: a }),
750
750
  "Gestor Trámite": /* @__PURE__ */ e(X, { size: s, className: a }),
751
751
  "Gestor Registros CTAR": /* @__PURE__ */ e(me, { size: s, className: a }),
752
- "Gestor de roles": /* @__PURE__ */ e(Z, { size: s, className: a }),
752
+ "Gestor de roles": /* @__PURE__ */ e(Y, { size: s, className: a }),
753
753
  "Gestor de archivos": /* @__PURE__ */ e(Ps, { size: s, className: a }),
754
754
  "Gestión de Inventario": /* @__PURE__ */ e(Es, { size: s, className: a }),
755
755
  "Gestión UNP": /* @__PURE__ */ e(pe, { size: s, className: a }),
@@ -757,10 +757,10 @@ const s = 24, a = "icon-app-2", Na = {
757
757
  "Operador SICP": /* @__PURE__ */ e(Me, { size: s, className: a }),
758
758
  "Operador NOA": /* @__PURE__ */ e(Me, { size: s, className: a }),
759
759
  // Datos / Visualización
760
- "Visor de datos DER": /* @__PURE__ */ e(Y, { size: s, className: a }),
761
- "Visor de datos CTAR": /* @__PURE__ */ e(Y, { size: s, className: a }),
762
- "Visor de datos (GT)": /* @__PURE__ */ e(Y, { size: s, className: a }),
763
- "Visor de datos (GSC)": /* @__PURE__ */ e(Y, { size: s, className: a }),
760
+ "Visor de datos DER": /* @__PURE__ */ e(Z, { size: s, className: a }),
761
+ "Visor de datos CTAR": /* @__PURE__ */ e(Z, { size: s, className: a }),
762
+ "Visor de datos (GT)": /* @__PURE__ */ e(Z, { size: s, className: a }),
763
+ "Visor de datos (GSC)": /* @__PURE__ */ e(Z, { size: s, className: a }),
764
764
  "Visualización de datos (SESP)": /* @__PURE__ */ e(Ds, { size: s, className: a }),
765
765
  "Actualización de datos (SESP)": /* @__PURE__ */ e(Rs, { size: s, className: a }),
766
766
  "Apoyo Gestión Datos": /* @__PURE__ */ e(me, { size: s, className: a }),
@@ -772,8 +772,8 @@ const s = 24, a = "icon-app-2", Na = {
772
772
  "Consulta histórico (SIGOB)": /* @__PURE__ */ e(Ge, { size: s, className: a }),
773
773
  "Consulta histórico (SER)": /* @__PURE__ */ e(Ge, { size: s, className: a }),
774
774
  // Mesas / Comités
775
- "Moderador Premesa": /* @__PURE__ */ e(x, { size: s, className: a }),
776
- "Moderador Cerrem": /* @__PURE__ */ e(x, { size: s, className: a }),
775
+ "Moderador Premesa": /* @__PURE__ */ e(I, { size: s, className: a }),
776
+ "Moderador Cerrem": /* @__PURE__ */ e(I, { size: s, className: a }),
777
777
  "Invitados Premesa": /* @__PURE__ */ e(ue, { size: s, className: a }),
778
778
  Invitados: /* @__PURE__ */ e(ue, { size: s, className: a }),
779
779
  "Invitados Cerrem": /* @__PURE__ */ e(ue, { size: s, className: a }),
@@ -799,12 +799,12 @@ const s = 24, a = "icon-app-2", Na = {
799
799
  // Financiero / Contratación
800
800
  "Enlace Viáticos": /* @__PURE__ */ e($e, { size: s, className: a }),
801
801
  "Enlace contratación": /* @__PURE__ */ e($e, { size: s, className: a }),
802
- SIIF: /* @__PURE__ */ e(Ie, { size: s, className: a }),
803
- "Contabilidad contratación": /* @__PURE__ */ e(Ie, { size: s, className: a }),
802
+ SIIF: /* @__PURE__ */ e(xe, { size: s, className: a }),
803
+ "Contabilidad contratación": /* @__PURE__ */ e(xe, { size: s, className: a }),
804
804
  "Tesorería contratación": /* @__PURE__ */ e(ie, { size: s, className: a }),
805
805
  "Ordenador del gasto": /* @__PURE__ */ e(bs, { size: s, className: a }),
806
806
  // Vehículos / Mantenimiento
807
- "Solicitante mant. vehículos": /* @__PURE__ */ e(xe, { size: s, className: a }),
807
+ "Solicitante mant. vehículos": /* @__PURE__ */ e(Ie, { size: s, className: a }),
808
808
  "Supervisor mant. vehículos": /* @__PURE__ */ e(Se, { size: s, className: a }),
809
809
  // Supervisores / Verificadores
810
810
  Supervisor: /* @__PURE__ */ e(Se, { size: s, className: a }),
@@ -816,7 +816,7 @@ const s = 24, a = "icon-app-2", Na = {
816
816
  Certificados: /* @__PURE__ */ e(vs, { size: s, className: a }),
817
817
  // Noticias
818
818
  "Redactor Noticias": /* @__PURE__ */ e(hs, { size: s, className: a })
819
- }, Ia = () => {
819
+ }, xa = () => {
820
820
  const [o, t] = gs([]), n = location.pathname, r = n.startsWith("/") ? n : `/${n}`;
821
821
  W(() => {
822
822
  const i = localStorage.getItem("auth_state");
@@ -873,13 +873,13 @@ const s = 24, a = "icon-app-2", Na = {
873
873
  );
874
874
  };
875
875
  export {
876
- Ia as A,
876
+ xa as A,
877
877
  ma as N,
878
878
  Fe as a,
879
- xa as b,
879
+ Ia as b,
880
880
  ms as c,
881
881
  te as d,
882
882
  ns as e,
883
- Le as q,
883
+ Be as q,
884
884
  aa as u
885
885
  };
@@ -0,0 +1 @@
1
+ .eco-doc-visor-estado{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:280px;padding:1.25rem 1.5rem;margin:0;text-align:center;background:transparent;color:#334155}.eco-doc-visor-estado-host{box-sizing:border-box;display:flex;flex:1 1 auto;align-items:stretch;justify-content:center;width:100%;height:100%;min-height:280px;background:transparent}.eco-doc-visor-estado__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;width:100%;max-width:22rem}.eco-doc-visor-estado__visual{display:flex;align-items:center;justify-content:center;margin-bottom:.35rem;line-height:0}.eco-doc-visor-estado__animacion,.eco-doc-visor-estado__animacion .contenedor-animacion-ecosistema{display:flex;align-items:center;justify-content:center;background:transparent}.eco-doc-visor-estado__file-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:1.25rem;font-size:2.35rem}.eco-doc-visor-estado__file-icon.is-excel{background:#2173461a;color:#217346}.eco-doc-visor-estado__file-icon.is-word{background:#2b579a1a;color:#2b579a}.eco-doc-visor-estado__file-icon.is-powerpoint{background:#b7472a1a;color:#b7472a}.eco-doc-visor-estado__file-icon.is-pdf{background:#b423181a;color:#b42318}.eco-doc-visor-estado__file-icon.is-zip{background:#7c3aed1a;color:#7c3aed}.eco-doc-visor-estado__file-icon.is-correo{background:#0e74901a;color:#0e7490}.eco-doc-visor-estado__file-icon.is-image{background:#0369a11a;color:#0369a1}.eco-doc-visor-estado__file-icon.is-audio{background:#be185d1a;color:#be185d}.eco-doc-visor-estado__file-icon.is-video{background:#c2410c1a;color:#c2410c}.eco-doc-visor-estado__file-icon.is-text{background:#4755691a;color:#475569}.eco-doc-visor-estado__file-icon.is-generic{background:#1e3a5f14;color:#1e3a5f}.eco-doc-visor-estado__file-icon.is-error{background:#b91c1c14;color:#b91c1c;font-size:2rem}.eco-doc-visor-estado__title{margin:.2rem 0 0;font-size:1.05rem;font-weight:650;color:#0f172a;letter-spacing:-.015em;line-height:1.3}.eco-doc-visor-estado__filename{margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:#1e40af}.eco-doc-visor-estado__desc{margin:.2rem 0 0;max-width:100%;font-size:.84rem;line-height:1.45;color:#64748b}.eco-doc-visor-estado__detail{margin:.1rem 0 0;max-width:100%;font-size:.74rem;line-height:1.4;color:#94a3b8}.eco-doc-visor-estado__actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center;margin-top:.75rem}.eco-doc-visor-estado__btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.15rem;border:none;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .1s ease}.eco-doc-visor-estado__btn:active{transform:translateY(1px)}.eco-doc-visor-estado__btn--primary{background:#1e3a5f;color:#fff;box-shadow:0 1px 2px #0f172a1f}.eco-doc-visor-estado__btn--primary:hover{background:#16304f;box-shadow:0 4px 14px #1e3a5f38}.eco-doc-visor-estado__btn--primary:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}
@@ -1 +1 @@
1
- .eco-data-table{--eco-table-bg: #f9fafa;--eco-table-surface: #ffffff;--eco-table-text: #303d50;--eco-table-text-muted: #5a6c7d;--eco-table-border: rgba(48, 61, 80, .12);--eco-table-header-bg: #ffffff;--eco-table-header-border: #c9daf0;--eco-table-accent: #0a4b93;--eco-table-accent-deep: #003066;--eco-table-accent-soft: #e8f2fc;--eco-table-accent-selected: #dceaf8;--eco-table-cell-interactive-hover: #c5dcf5;--eco-table-row-hover: #f2f7fd;--eco-table-row-border: #edf2f7;--eco-table-scrollbar: #003066;--eco-table-scrollbar-hover: #0a4b93;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:var(--eco-table-surface);border:1px solid var(--eco-table-border);border-radius:0;overflow:hidden}.eco-data-table--sticky{height:100%}.eco-data-table-selection-toolbar{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;padding:.65rem 1rem;background:var(--eco-table-surface);border-bottom:1px solid var(--eco-table-border)}.eco-data-table-selection-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.eco-data-table-body-wrap{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--eco-table-scrollbar) transparent}.eco-data-table-body-content{position:relative;min-height:100%}.eco-data-table-body-wrap .table-responsive{overflow-x:visible;-webkit-overflow-scrolling:auto}.eco-data-table-body-wrap--sticky thead th{position:sticky;top:0;z-index:2}.eco-data-table-fetching-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#f9fafac7;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:auto}.eco-data-table-fetching-overlay__message{position:absolute;left:0;right:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;z-index:4;pointer-events:none}.eco-data-table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:220px;padding:2rem;color:var(--eco-table-text-muted);font-size:.9rem;font-weight:500;background:var(--eco-table-surface);border:1px solid var(--eco-table-border)}.eco-data-table-loading--compact{min-height:120px;padding:1rem}.eco-data-table-loading--overlay{min-height:0;padding:0;background:transparent;border:none;gap:.5rem;font-size:.875rem}.eco-data-table-loading__spinner{color:var(--eco-table-accent)!important}.eco-data-table-grid{width:100%;margin-bottom:0;border-collapse:separate;border-spacing:0}.eco-data-table-grid thead th{background:var(--eco-table-header-bg);color:var(--eco-table-text);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;padding:12px 16px;border-bottom:1px solid var(--eco-table-header-border);white-space:nowrap;text-align:center;box-shadow:0 1px 0 var(--eco-table-row-border)}.eco-data-table-grid tbody td{padding:10px 16px;color:var(--eco-table-text);font-size:.92rem;border-bottom:1px solid var(--eco-table-row-border);vertical-align:middle;white-space:nowrap;text-align:center}.eco-data-table-grid tbody tr{transition:background-color .18s ease,box-shadow .18s ease}.eco-data-table-grid tbody tr:hover>td{background:var(--eco-table-row-hover)!important;--bs-table-bg-state: var(--eco-table-row-hover);--bs-table-hover-bg: var(--eco-table-row-hover)}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td{background:var(--eco-table-accent-soft)!important;--bs-table-bg-state: var(--eco-table-accent-soft);--bs-table-hover-bg: var(--eco-table-accent-selected);box-shadow:none}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td:first-child{box-shadow:inset 4px 0 0 0 var(--eco-table-accent-deep)}.eco-data-table-grid tbody tr.eco-data-table-row--selected:hover>td{background:var(--eco-table-accent-selected)!important;--bs-table-bg-state: var(--eco-table-accent-selected);--bs-table-hover-bg: var(--eco-table-accent-selected)}.eco-data-table-grid tbody tr.eco-data-table-row--clickable{cursor:pointer}.eco-data-table-cell--no-padding{padding:0!important}.eco-data-table-cell--interactive,.eco-data-table-cell--link{cursor:pointer;transition:background-color .15s ease}.eco-data-table-cell--interactive .eco-data-table-cell__link-text,.eco-data-table-cell--link .eco-data-table-cell__link-text,.eco-data-table-cell--link{color:var(--eco-table-accent);font-weight:600;text-decoration:none}.eco-data-table-grid tbody tr:hover>td.eco-data-table-cell--interactive:hover,.eco-data-table-grid tbody tr:hover>td.eco-data-table-cell--link:hover,.eco-data-table-cell--interactive:hover,.eco-data-table-cell--link:hover{background:var(--eco-table-cell-interactive-hover)!important;--bs-table-bg-state: var(--eco-table-cell-interactive-hover);--bs-table-hover-bg: var(--eco-table-cell-interactive-hover)}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-cell--interactive:hover,.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-cell--link:hover{background:#a8c8eb!important;--bs-table-bg-state: #a8c8eb;--bs-table-hover-bg: #a8c8eb}.eco-data-table-cell--bold{font-weight:600}.eco-data-table-select-cell{width:3.5rem;min-width:3.5rem;max-width:3.5rem;padding-left:14px!important;padding-right:14px!important;text-align:center;vertical-align:middle;cursor:pointer}.eco-data-table-select-cell:hover{background:var(--eco-table-accent-soft)!important}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-select-cell:hover{background:var(--eco-table-accent-selected)!important}.eco-data-table-select-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:1.5rem;padding:0;border:none;background:transparent;color:var(--eco-table-text-muted);cursor:pointer;font-size:1.1rem;line-height:1}.eco-data-table-select-btn:hover,.eco-data-table-select-btn.is-selected{color:var(--eco-table-accent)}.eco-data-table-priority-cell{width:5.5rem;white-space:nowrap}.eco-data-table-priority-actions{display:inline-flex;align-items:center;gap:.35rem}.eco-data-table-priority-btn{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;padding:0;border:1px solid var(--eco-table-border);border-radius:6px;background:#fff;color:var(--eco-table-text);cursor:pointer}.eco-data-table-priority-btn:hover:not(:disabled){background:var(--eco-table-accent-soft);border-color:#7aa3d4}.eco-data-table-priority-btn:disabled{opacity:.4;cursor:not-allowed}.eco-data-table-empty{padding:2.5rem 1rem!important;color:var(--eco-table-text-muted);text-align:center}.eco-data-table-end-row:hover{background:transparent!important}.eco-data-table-end-row__cell{padding:.85rem 1rem!important;font-size:.8rem;font-weight:500;color:var(--eco-table-text-muted);text-align:center;background:var(--eco-table-bg);border-bottom:none!important}.eco-data-table-bandeja-footer{margin-top:auto}.eco-data-table-body-wrap::-webkit-scrollbar{width:4px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.eco-data-table-body-wrap::-webkit-scrollbar-track{background:transparent}.eco-data-table-body-wrap::-webkit-scrollbar-thumb{background-color:var(--eco-table-scrollbar);border-radius:999px;border:none;min-height:24px}.eco-data-table-body-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--eco-table-scrollbar-hover)}.eco-data-table-body-wrap::-webkit-scrollbar-corner{background:transparent}.eco-data-table-body-wrap::-webkit-scrollbar-button,.eco-data-table-body-wrap::-webkit-scrollbar-button:single-button,.eco-data-table-body-wrap::-webkit-scrollbar-button:vertical:start:decrement,.eco-data-table-body-wrap::-webkit-scrollbar-button:vertical:end:increment,.eco-data-table-body-wrap::-webkit-scrollbar-button:horizontal:start:decrement,.eco-data-table-body-wrap::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;width:0!important;height:0!important;background:transparent!important;border:none!important}
1
+ .eco-data-table{--eco-table-bg: #f9fafa;--eco-table-surface: #ffffff;--eco-table-text: #303d50;--eco-table-text-muted: #5a6c7d;--eco-table-border: rgba(48, 61, 80, .12);--eco-table-header-bg: #ffffff;--eco-table-header-border: #c9daf0;--eco-table-accent: #0a4b93;--eco-table-accent-deep: #003066;--eco-table-accent-soft: #e8f2fc;--eco-table-accent-selected: #dceaf8;--eco-table-cell-interactive-hover: #c5dcf5;--eco-table-row-hover: #f2f7fd;--eco-table-row-border: #edf2f7;--eco-table-scrollbar: #003066;--eco-table-scrollbar-hover: #0a4b93;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:var(--eco-table-surface);border:1px solid var(--eco-table-border);border-radius:0;overflow:hidden}.eco-data-table--sticky{height:100%}.eco-data-table-selection-toolbar{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;padding:.65rem 1rem;background:var(--eco-table-surface);border-bottom:1px solid var(--eco-table-border)}.eco-data-table-selection-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.eco-data-table-body-wrap{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--eco-table-scrollbar) transparent}.eco-data-table-body-content{position:relative;min-height:100%}.eco-data-table-body-wrap .table-responsive{overflow-x:visible;-webkit-overflow-scrolling:auto}.eco-data-table-body-wrap--sticky thead th{position:sticky;top:0;z-index:2}.eco-data-table-fetching-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#f9fafac7;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:auto}.eco-data-table-fetching-overlay__message{position:absolute;left:0;right:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;z-index:4;pointer-events:none}.eco-data-table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:220px;padding:2rem;color:var(--eco-table-text-muted);font-size:.9rem;font-weight:500;background:var(--eco-table-surface);border:1px solid var(--eco-table-border)}.eco-data-table-loading--compact{min-height:120px;padding:1rem}.eco-data-table-loading--overlay{min-height:0;padding:0;background:transparent;border:none;gap:.5rem;font-size:.875rem}.eco-data-table-loading__spinner{color:var(--eco-table-accent)!important}.eco-data-table-grid{width:100%;margin-bottom:0;border-collapse:separate;border-spacing:0}.eco-data-table-grid thead th{background:var(--eco-table-header-bg);color:var(--eco-table-text);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;padding:12px 16px;border-bottom:1px solid var(--eco-table-header-border);white-space:nowrap;text-align:center;box-shadow:0 1px 0 var(--eco-table-row-border)}.eco-data-table-grid tbody td{padding:10px 16px;color:var(--eco-table-text);font-size:.92rem;border-bottom:1px solid var(--eco-table-row-border);vertical-align:middle;white-space:nowrap;text-align:center}.eco-data-table-grid tbody tr{transition:background-color .18s ease,box-shadow .18s ease}.eco-data-table-grid tbody tr:hover>td{background:var(--eco-table-row-hover)!important;--bs-table-bg-state: var(--eco-table-row-hover);--bs-table-hover-bg: var(--eco-table-row-hover)}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td{background:var(--eco-table-accent-soft)!important;--bs-table-bg-state: var(--eco-table-accent-soft);--bs-table-hover-bg: var(--eco-table-accent-selected);box-shadow:none}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td:first-child{box-shadow:inset 4px 0 0 0 var(--eco-table-accent-deep)}.eco-data-table-grid tbody tr.eco-data-table-row--selected:hover>td{background:var(--eco-table-accent-selected)!important;--bs-table-bg-state: var(--eco-table-accent-selected);--bs-table-hover-bg: var(--eco-table-accent-selected)}.eco-data-table-grid tbody tr.eco-data-table-row--clickable{cursor:pointer}.eco-data-table-cell--no-padding{padding:0!important}.eco-data-table-cell--interactive,.eco-data-table-cell--link{cursor:pointer;transition:background-color .15s ease}.eco-data-table-cell--interactive .eco-data-table-cell__link-text,.eco-data-table-cell--link .eco-data-table-cell__link-text,.eco-data-table-cell--link{color:var(--eco-table-accent);font-weight:600;text-decoration:none}.eco-data-table-grid tbody tr:hover>td.eco-data-table-cell--interactive:hover,.eco-data-table-grid tbody tr:hover>td.eco-data-table-cell--link:hover,.eco-data-table-cell--interactive:hover,.eco-data-table-cell--link:hover{background:var(--eco-table-cell-interactive-hover)!important;--bs-table-bg-state: var(--eco-table-cell-interactive-hover);--bs-table-hover-bg: var(--eco-table-cell-interactive-hover)}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-cell--interactive:hover,.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-cell--link:hover{background:#a8c8eb!important;--bs-table-bg-state: #a8c8eb;--bs-table-hover-bg: #a8c8eb}.eco-data-table-cell--bold{font-weight:600}.eco-data-table-select-cell{width:3.5rem;min-width:3.5rem;max-width:3.5rem;padding-left:14px!important;padding-right:14px!important;text-align:center;vertical-align:middle;cursor:pointer}.eco-data-table-select-cell:hover{background:var(--eco-table-accent-soft)!important}.eco-data-table-grid tbody tr.eco-data-table-row--selected>td.eco-data-table-select-cell:hover{background:var(--eco-table-accent-selected)!important}.eco-data-table-select-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:1.5rem;padding:0;border:none;background:transparent;color:var(--eco-table-text-muted);cursor:pointer;font-size:1.1rem;line-height:1}.eco-data-table-select-btn:hover,.eco-data-table-select-btn.is-selected,.eco-data-table-select-btn.is-partial{color:var(--eco-table-accent)}.eco-data-table-select-all-btn:disabled{opacity:.45;cursor:not-allowed}.eco-data-table-priority-cell{width:5.5rem;white-space:nowrap}.eco-data-table-priority-actions{display:inline-flex;align-items:center;gap:.35rem}.eco-data-table-priority-btn{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;padding:0;border:1px solid var(--eco-table-border);border-radius:6px;background:#fff;color:var(--eco-table-text);cursor:pointer}.eco-data-table-priority-btn:hover:not(:disabled){background:var(--eco-table-accent-soft);border-color:#7aa3d4}.eco-data-table-priority-btn:disabled{opacity:.4;cursor:not-allowed}.eco-data-table-empty{padding:2.5rem 1rem!important;color:var(--eco-table-text-muted);text-align:center}.eco-data-table-end-row:hover{background:transparent!important}.eco-data-table-end-row__cell{padding:.85rem 1rem!important;font-size:.8rem;font-weight:500;color:var(--eco-table-text-muted);text-align:center;background:var(--eco-table-bg);border-bottom:none!important}.eco-data-table-bandeja-footer{margin-top:auto}.eco-data-table-body-wrap::-webkit-scrollbar{width:4px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.eco-data-table-body-wrap::-webkit-scrollbar-track{background:transparent}.eco-data-table-body-wrap::-webkit-scrollbar-thumb{background-color:var(--eco-table-scrollbar);border-radius:999px;border:none;min-height:24px}.eco-data-table-body-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--eco-table-scrollbar-hover)}.eco-data-table-body-wrap::-webkit-scrollbar-corner{background:transparent}.eco-data-table-body-wrap::-webkit-scrollbar-button,.eco-data-table-body-wrap::-webkit-scrollbar-button:single-button,.eco-data-table-body-wrap::-webkit-scrollbar-button:vertical:start:decrement,.eco-data-table-body-wrap::-webkit-scrollbar-button:vertical:end:increment,.eco-data-table-body-wrap::-webkit-scrollbar-button:horizontal:start:decrement,.eco-data-table-body-wrap::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;width:0!important;height:0!important;background:transparent!important;border:none!important}
@@ -1 +1 @@
1
- .eco-data-table-bandeja-footer{flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-top:1px solid rgba(48,61,80,.1)}.eco-data-table-bandeja-footer__pagination{border-bottom:1px solid rgba(48,61,80,.08);background:#fff}.eco-data-table-bandeja-footer__pagination .eco-data-table-paginator{border-top:none;margin:0}.eco-data-table-bandeja-footer__branding{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.25rem .75rem;padding:.35rem 1rem;font-size:.62rem;line-height:1.35;color:#5a6c7d;background:linear-gradient(180deg,#fafbfc,#f9fafa)}.eco-data-table-bandeja-footer__orgs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .55rem;min-width:0}.eco-data-table-bandeja-footer__org-line{white-space:nowrap}.eco-data-table-bandeja-footer__org-line:not(:last-child):after{content:"|";margin-left:.55rem;color:#303d5038;font-weight:400}.eco-data-table-bandeja-footer__meta{flex-shrink:0;font-weight:500;color:#64748b;white-space:nowrap}@media(max-width:768px){.eco-data-table-bandeja-footer__branding{flex-direction:column;align-items:flex-start;padding:.4rem .75rem}.eco-data-table-bandeja-footer__org-line{white-space:normal}.eco-data-table-bandeja-footer__org-line:not(:last-child):after{display:none}.eco-data-table-bandeja-footer__orgs{flex-direction:column;align-items:flex-start;gap:.1rem}}
1
+ .eco-data-table-bandeja-footer{flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-top:1px solid rgba(48,61,80,.1)}.eco-data-table-bandeja-footer__pagination{border-bottom:1px solid rgba(48,61,80,.08);background:#fff}.eco-data-table-bandeja-footer__pagination .eco-data-table-paginator{border-top:none;margin:0}.eco-data-table-bandeja-footer__branding{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.25rem .75rem;padding:.35rem 1rem;font-size:.62rem;line-height:1.35;color:#5a6c7d;background:linear-gradient(180deg,#fafbfc,#f9fafa)}.eco-data-table-bandeja-footer__orgs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .55rem;min-width:0}.eco-data-table-bandeja-footer__org-line{white-space:nowrap}.eco-data-table-bandeja-footer__org-line:not(:last-child):after{content:"|";margin-left:.55rem;color:#303d5038;font-weight:400}.eco-data-table-bandeja-footer__org-short,.eco-data-table-bandeja-footer__meta-short{display:none}.eco-data-table-bandeja-footer__meta{flex-shrink:0;font-weight:500;color:#64748b;white-space:nowrap}@media(max-width:768px){.eco-data-table-bandeja-footer__branding{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:.2rem .5rem;font-size:.55rem;gap:.35rem}.eco-data-table-bandeja-footer__orgs{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0;min-width:0}.eco-data-table-bandeja-footer__org-line{white-space:nowrap;line-height:1.2}.eco-data-table-bandeja-footer__org-full,.eco-data-table-bandeja-footer__meta-full{display:none}.eco-data-table-bandeja-footer__org-short,.eco-data-table-bandeja-footer__meta-short{display:inline}.eco-data-table-bandeja-footer__org-line:not(:last-child):after{display:inline;content:"|";margin-left:.35rem;margin-right:.35rem;color:#303d5038;font-size:.55rem}.eco-data-table-bandeja-footer__meta{margin-left:auto;font-weight:600}}
@@ -1 +1 @@
1
- :root{--modal-gap: 10px;--modal-padding: 1.25rem;--modal-primary-width: 42%;--half-available: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) / 2);--primary-30: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .4);--secondary-70: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .6)}body.eco_modal_open{overflow:hidden}.eco_modal_overlay_bg{background:#00000080}.eco_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;transition:opacity .4s ease,visibility .4s ease;opacity:0;visibility:hidden;z-index:1050;gap:var(--modal-gap);box-sizing:border-box;padding:0}.eco_modal_overlay.eco_modal_primary_left{justify-content:flex-start}.eco_modal_overlay.eco_modal_primary_right{justify-content:flex-end}.eco_modal_overlay.eco_modal_primary_center{justify-content:center}.eco_modal_overlay.eco_modal_secondary_overlay{background:transparent!important;pointer-events:none}.eco_modal_overlay.eco_modal_show{opacity:1;visibility:visible}.eco_modal_overlay.eco_modal_hide{opacity:0;visibility:hidden}.eco_modal_container{height:95vh;background:#fff;box-shadow:0 4px 8px #0003;position:relative;transition:left .4s ease,right .4s ease,width .4s ease,height .4s ease,border-radius .3s ease,transform .4s ease,opacity .4s ease;pointer-events:auto;display:flex;flex-direction:column;margin:var(--modal-padding);border-radius:.9rem}.eco_modal_container.primary{z-index:1051}.eco_modal_container.secondary{z-index:1052;flex:1 1 auto;min-width:0}.eco_modal_container.primary:not(.eco_modal_centered):not(.eco_modal_maximized){width:var(--modal-primary-width, 42%)!important;flex-shrink:0}.eco_modal_container.primary.eco_modal_centered:not(.eco_modal_maximized){width:var(--modal-primary-width, 50%)!important;flex-shrink:0}.eco_modal_container.eco_modal_primary_left.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_right{transform:translate(100%)}.eco_modal_container.eco_modal_primary_right.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_center{transform:scale(.8);opacity:0}.eco_modal_container.eco_modal_primary_center.eco_modal_show{transform:scale(1);opacity:1}.eco_modal_container.secondary-left{transform:translateY(-100%)}.eco_modal_container.secondary-left.eco_modal_show{transform:translateY(0)}.eco_modal_container.secondary-right{transform:translateY(100%)}.eco_modal_container.secondary-right.eco_modal_show{transform:translateY(0)}.eco_modal_header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;color:#fff;font-weight:500;font-size:16px;border-radius:12px 12px 0 0;flex-shrink:0}.eco_modal_body{flex-grow:1;overflow-y:auto;border-radius:0 0 12px 12px}.eco_modal_close_button,.eco_modal_max_button{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff}.eco_modal_close_button:disabled,.eco_modal_max_button:disabled{opacity:.5;cursor:not-allowed}.eco_modal_close_button:hover:not(:disabled),.eco_modal_max_button:hover:not(:disabled),.eco_modal_icon_header:hover{color:#d36269}.eco_modal_max_button{margin-bottom:1px}.eco_modal_body::-webkit-scrollbar{width:10px}.eco_modal_body::-webkit-scrollbar-track{background:transparent}.eco_modal_body::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:3px solid transparent;background-clip:padding-box}.eco_modal_container.eco_modal_maximized{position:fixed!important;z-index:1053!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_left,.eco_modal_container.eco_modal_maximized.eco_modal_primary_right{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_center{left:50%!important;right:auto!important;width:calc(100vw - 2 * var(--modal-padding))!important;transform:translate(-50%)!important}.eco_modal_container.eco_modal_maximized.secondary{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50 .eco_modal_overlay{gap:var(--modal-gap)}.eco_modal_two_modals_large .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large .eco_modal_overlay{gap:var(--modal-gap)}@media(max-width:992px){.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:static!important;width:100%!important}}@media(max-width:1920px){:root{--modal-primary-width: 40% !important}}@media(max-width:1800px){:root{--modal-primary-width: 42.5% !important}}@media(max-width:1650px){:root{--modal-primary-width: 45% !important}}@media(max-width:1500px){:root{--modal-primary-width: 50% !important}}@media(max-width:1425px){:root{--modal-primary-width: 55% !important}}@media(max-width:1275px){:root{--modal-primary-width: 57.5% !important}}@media(max-width:1150px){:root{--modal-primary-width: 60% !important}}@media(max-width:992px){:root{--modal-primary-width: 70% !important}}@media(max-width:768px){:root{--modal-primary-width: 85% !important}}
1
+ :root{--modal-gap: 10px;--modal-padding: 1.25rem;--modal-primary-width: 42%;--half-available: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) / 2);--primary-30: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .4);--secondary-70: calc((99vw - 2 * var(--modal-padding) - var(--modal-gap)) * .6)}body.eco_modal_open{overflow:hidden}.eco_modal_overlay_bg{background:#00000080}.eco_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;transition:opacity .4s ease,visibility .4s ease;opacity:0;visibility:hidden;z-index:3000;gap:var(--modal-gap);box-sizing:border-box;padding:0}.eco_modal_overlay.eco_modal_primary_left{justify-content:flex-start}.eco_modal_overlay.eco_modal_primary_right{justify-content:flex-end}.eco_modal_overlay.eco_modal_primary_center{justify-content:center}.eco_modal_overlay.eco_modal_secondary_overlay{background:transparent!important;pointer-events:none}.eco_modal_overlay.eco_modal_show{opacity:1;visibility:visible}.eco_modal_overlay.eco_modal_hide{opacity:0;visibility:hidden}.eco_modal_container{height:95vh;background:#fff;box-shadow:0 4px 8px #0003;position:relative;transition:left .4s ease,right .4s ease,width .4s ease,height .4s ease,border-radius .3s ease,transform .4s ease,opacity .4s ease;pointer-events:auto;display:flex;flex-direction:column;margin:var(--modal-padding);border-radius:.9rem}.eco_modal_container.primary{z-index:3001}.eco_modal_container.secondary{z-index:3002;flex:1 1 auto;min-width:0}.eco_modal_container.primary:not(.eco_modal_centered):not(.eco_modal_maximized){width:var(--modal-primary-width, 42%)!important;flex-shrink:0}.eco_modal_container.primary.eco_modal_centered:not(.eco_modal_maximized){width:var(--modal-primary-width, 50%)!important;flex-shrink:0}.eco_modal_container.eco_modal_primary_left.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_right{transform:translate(100%)}.eco_modal_container.eco_modal_primary_right.eco_modal_show{transform:translate(0)}.eco_modal_container.eco_modal_primary_center{transform:scale(.8);opacity:0}.eco_modal_container.eco_modal_primary_center.eco_modal_show{transform:scale(1);opacity:1}.eco_modal_container.secondary-left{transform:translateY(-100%)}.eco_modal_container.secondary-left.eco_modal_show{transform:translateY(0)}.eco_modal_container.secondary-right{transform:translateY(100%)}.eco_modal_container.secondary-right.eco_modal_show{transform:translateY(0)}.eco_modal_header{display:flex;justify-content:space-between;align-items:center;padding:10px 30px;color:#fff;font-weight:500;font-size:16px;border-radius:12px 12px 0 0;flex-shrink:0}.eco_modal_body{flex-grow:1;overflow-y:auto;border-radius:0 0 12px 12px}.eco_modal_close_button,.eco_modal_max_button{background:none;border:none;font-size:1.5em;cursor:pointer;color:#fff}.eco_modal_close_button:disabled,.eco_modal_max_button:disabled{opacity:.5;cursor:not-allowed}.eco_modal_close_button:hover:not(:disabled),.eco_modal_max_button:hover:not(:disabled),.eco_modal_icon_header:hover{color:#d36269}.eco_modal_max_button{margin-bottom:1px}.eco_modal_body::-webkit-scrollbar{width:10px}.eco_modal_body::-webkit-scrollbar-track{background:transparent}.eco_modal_body::-webkit-scrollbar-thumb{background-color:#303d50;border-radius:10px;border:3px solid transparent;background-clip:padding-box}.eco_modal_container.eco_modal_maximized{position:fixed!important;z-index:3003!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_left,.eco_modal_container.eco_modal_maximized.eco_modal_primary_right{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_container.eco_modal_maximized.eco_modal_primary_center{left:50%!important;right:auto!important;width:calc(100vw - 2 * var(--modal-padding))!important;transform:translate(-50%)!important}.eco_modal_container.eco_modal_maximized.secondary{width:calc(100vw - 2 * var(--modal-padding))!important;transform:none!important}.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--half-available)!important}.eco_modal_two_modals_50 .eco_modal_overlay{gap:var(--modal-gap)}.eco_modal_two_modals_large .eco_modal_container:not(.eco_modal_maximized){position:fixed!important;height:95vh;transform:none!important;opacity:1!important;border-radius:12px}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_right{right:0!important;left:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_right .eco_modal_container:not(.eco_modal_maximized).secondary{left:0!important;right:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).eco_modal_primary_left{left:0!important;right:auto!important;width:var(--primary-30)!important}.eco_modal_two_modals_large.eco_modal_primary_left .eco_modal_container:not(.eco_modal_maximized).secondary{right:0!important;left:auto!important;width:var(--secondary-70)!important}.eco_modal_two_modals_large .eco_modal_overlay{gap:var(--modal-gap)}@media(max-width:992px){.eco_modal_two_modals_50 .eco_modal_container:not(.eco_modal_maximized){position:static!important;width:100%!important}}@media(max-width:1920px){:root{--modal-primary-width: 40% !important}}@media(max-width:1800px){:root{--modal-primary-width: 42.5% !important}}@media(max-width:1650px){:root{--modal-primary-width: 45% !important}}@media(max-width:1500px){:root{--modal-primary-width: 50% !important}}@media(max-width:1425px){:root{--modal-primary-width: 55% !important}}@media(max-width:1275px){:root{--modal-primary-width: 57.5% !important}}@media(max-width:1150px){:root{--modal-primary-width: 60% !important}}@media(max-width:992px){:root{--modal-primary-width: 70% !important}}@media(max-width:768px){:root{--modal-primary-width: 85% !important}}
@@ -1 +1 @@
1
- :root{--sileo-spring-easing: linear( 0, .002 .6%, .007 1.2%, .015 1.8%, .026 2.4%, .041 3.1%, .06 3.8%, .108 5.3%, .157 6.6%, .214 8%, .467 13.7%, .577 16.3%, .631 17.7%, .682 19.1%, .73 20.5%, .771 21.8%, .808 23.1%, .844 24.5%, .874 25.8%, .903 27.2%, .928 28.6%, .952 30.1%, .972 31.6%, .988 33.1%, 1.01 35.7%, 1.025 38.5%, 1.034 41.6%, 1.038 45%, 1.035 50.1%, 1.012 64.2%, 1.003 73%, .999 83.7%, 1 );--sileo-duration: .6s;--sileo-height: 40px;--sileo-width: 350px;--sileo-state-success: oklch(.723 .219 142.136);--sileo-state-loading: oklch(.556 0 0);--sileo-state-error: oklch(.637 .237 25.331);--sileo-state-warning: oklch(.795 .184 86.047);--sileo-state-info: oklch(.685 .169 237.323);--sileo-state-action: oklch(.623 .214 259.815)}[data-sileo-toast]{position:relative;cursor:pointer;pointer-events:auto;touch-action:none;border:0;background:transparent;padding:0;width:var(--sileo-width);height:var(--_h, var(--sileo-height));opacity:0;transform:translateZ(0) scale(.95);transform-origin:center;contain:layout style;overflow:visible}[data-sileo-toast][data-state=loading]{cursor:default}[data-sileo-toast][data-ready=true]{opacity:1;transform:translateZ(0) scale(1);transition:transform calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),opacity calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),margin-bottom calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),margin-top calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),height var(--sileo-duration) var(--sileo-spring-easing)}[data-sileo-viewport][data-position^=top] [data-sileo-toast]:not([data-ready=true]){transform:translateY(-6px) scale(.95)}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast]:not([data-ready=true]){transform:translateY(6px) scale(.95)}[data-sileo-toast][data-ready=true][data-exiting=true]{opacity:0;pointer-events:none}[data-sileo-viewport][data-position^=top] [data-sileo-toast][data-ready=true][data-exiting=true]{transform:translateY(-6px) scale(.95)}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast][data-ready=true][data-exiting=true]{transform:translateY(6px) scale(.95)}[data-sileo-canvas]{position:absolute;left:0;right:0;pointer-events:none;transform:translateZ(0);contain:layout style;overflow:visible}[data-sileo-canvas][data-edge=top]{bottom:0;transform:scaleY(-1) translateZ(0)}[data-sileo-canvas][data-edge=bottom]{top:0}[data-sileo-svg]{overflow:visible}[data-sileo-header]{position:absolute;z-index:20;display:flex;align-items:center;padding:.5rem;height:var(--sileo-height);overflow:hidden;left:var(--_px, 0px);transform:var(--_ht);max-width:var(--_pw)}[data-sileo-toast][data-ready=true] [data-sileo-header]{transition:transform var(--sileo-duration) var(--sileo-spring-easing),left var(--sileo-duration) var(--sileo-spring-easing),max-width var(--sileo-duration) var(--sileo-spring-easing)}[data-sileo-header][data-edge=top]{bottom:0}[data-sileo-header][data-edge=bottom]{top:0}[data-sileo-header-stack]{position:relative;display:inline-flex;align-items:center;height:100%}[data-sileo-header-inner]{display:flex;align-items:center;gap:.5rem;white-space:nowrap;opacity:1;filter:blur(0px);transform:translateZ(0)}[data-sileo-header-inner][data-layer=current]{position:relative;z-index:1;animation:sileo-header-enter var(--sileo-duration) var(--sileo-spring-easing) both}[data-sileo-header-inner][data-layer=current]:not(:only-child),[data-sileo-header-inner][data-exiting=true]{will-change:opacity,filter}[data-sileo-header-inner][data-layer=prev]{position:absolute;left:0;top:0;z-index:0;pointer-events:none}[data-sileo-header-inner][data-exiting=true]{animation:sileo-header-exit calc(var(--sileo-duration) * .7) ease forwards}[data-sileo-badge]{display:flex;height:24px;width:24px;flex-shrink:0;align-items:center;justify-content:center;padding:2px;box-sizing:border-box;border-radius:9999px;color:var(--sileo-tone, currentColor);background-color:var(--sileo-tone-bg, transparent)}[data-sileo-title]{font-size:.825rem;line-height:1rem;font-weight:500;text-transform:capitalize;color:var(--sileo-tone, currentColor)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state]{--_c: var(--sileo-state-success)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=loading]{--_c: var(--sileo-state-loading)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=error]{--_c: var(--sileo-state-error)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=warning]{--_c: var(--sileo-state-warning)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=info]{--_c: var(--sileo-state-info)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=action]{--_c: var(--sileo-state-action)}:is([data-sileo-badge],[data-sileo-title])[data-state]{--sileo-tone: var(--_c);--sileo-tone-bg: color-mix(in oklch, var(--_c) 20%, transparent)}[data-sileo-content]{position:absolute;left:0;z-index:10;width:100%;pointer-events:none;opacity:var(--_co, 0)}[data-sileo-content]:not([data-visible=true]){content-visibility:hidden}[data-sileo-toast][data-ready=true] [data-sileo-content]{transition:opacity calc(var(--sileo-duration) * .08) ease calc(var(--sileo-duration) * .04)}[data-sileo-content][data-edge=top]{top:0}[data-sileo-content][data-edge=bottom]{top:var(--sileo-height)}[data-sileo-content][data-visible=true]{pointer-events:auto}[data-sileo-toast][data-ready=true] [data-sileo-content][data-visible=true]{transition:opacity calc(var(--sileo-duration) * .6) ease calc(var(--sileo-duration) * .3)}[data-sileo-description]{width:100%;text-align:left;padding:1rem;font-size:.875rem;line-height:1.25rem;contain:layout style paint;content-visibility:auto}[data-sileo-button]{display:flex;align-items:center;justify-content:center;height:1.75rem;padding:0 .625rem;margin-top:.75rem;border-radius:9999px;border:0;font-size:.75rem;font-weight:500;cursor:pointer;color:var(--sileo-btn-color, currentColor);background-color:var(--sileo-btn-bg, transparent);transition:background-color .15s ease}[data-sileo-button]:hover{background-color:var(--sileo-btn-bg-hover, transparent)}[data-sileo-button][data-state]{--sileo-btn-color: var(--_c);--sileo-btn-bg: color-mix(in oklch, var(--_c) 15%, transparent);--sileo-btn-bg-hover: color-mix(in oklch, var(--_c) 25%, transparent)}[data-sileo-icon=spin]{animation:sileo-spin 1s linear infinite}@keyframes sileo-spin{to{transform:rotate(360deg)}}@keyframes sileo-header-enter{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0px)}}@keyframes sileo-header-exit{0%{opacity:1;filter:blur(0px)}to{opacity:0;filter:blur(6px)}}[data-sileo-viewport]{position:fixed;z-index:50;display:flex;gap:.75rem;padding:.75rem;pointer-events:none;max-width:calc(100vw - 1.5rem);contain:layout style}[data-sileo-viewport][data-position^=top] [data-sileo-toast]:not([data-ready=true]){margin-bottom:calc(-1 * (var(--sileo-height) + .75rem))}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast]:not([data-ready=true]){margin-top:calc(-1 * (var(--sileo-height) + .75rem))}[data-sileo-viewport][data-position^=top]{top:0;flex-direction:column-reverse}[data-sileo-viewport][data-position^=bottom]{bottom:0;flex-direction:column}[data-sileo-viewport][data-position$=left]{left:0;align-items:flex-start}[data-sileo-viewport][data-position$=right]{right:0;align-items:flex-end}[data-sileo-viewport][data-position$=center]{left:50%;transform:translate(-50%);align-items:center}@media(prefers-reduced-motion:no-preference){[data-sileo-toast][data-ready=true]:hover,[data-sileo-toast][data-ready=true][data-exiting=true]{will-change:transform,opacity,height}}@media(prefers-reduced-motion:reduce){[data-sileo-viewport],[data-sileo-viewport] *,[data-sileo-viewport] *:before,[data-sileo-viewport] *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}[data-sileo-viewport][data-theme=dark] [data-sileo-description]{color:#00000080}[data-sileo-viewport][data-theme=light] [data-sileo-description]{color:#ffffff80}.eco-sileo-action-stack{display:flex;flex-direction:column;gap:8px;padding:4px 0}.eco-sileo-action-text{margin:0;font-size:.88rem;color:#475569;line-height:1.5}.eco-sileo-btn-ajustar{width:100%;height:34px;padding:0 16px;background-color:#fffbeb;color:#d97706;border:1px solid #fde68a;border-radius:9999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;margin-top:4px}.eco-sileo-btn-ajustar:hover{background-color:#fef3c7;color:#b45309}.eco-sileo-action-stack~button,.eco-sileo-action-stack+button,[data-sileo] .sileo-action-button{background-color:#10b981!important;color:#fff!important;text-decoration:none!important;border-radius:9999px!important;font-weight:600!important;font-size:13px!important;border:none!important;height:34px!important;width:100%!important;margin-top:4px!important;display:flex!important;justify-content:center!important;align-items:center!important}.eco-sileo-loading-spinner{width:18px;height:18px;border:2px solid rgba(16,185,129,.1);border-left-color:#10b981;border-radius:50%;animation:eco-sileo-spin .8s linear infinite}@keyframes eco-sileo-spin{to{transform:rotate(360deg)}}:root{--sileo-z-index: 2147483647}[data-sileo-toast],[data-sileo-toaster]{z-index:var(--sileo-z-index)!important}[data-sileo-toaster][data-theme=dark] .eco-sileo-action-text{color:#9ca3af!important}[data-sileo-toaster][data-theme=dark] .eco-sileo-btn-ajustar{background-color:#451a03!important;color:#fbbf24!important;border-color:#78350f!important}[class*=sileo],.sileo-toaster,[data-sileo-toast],[data-sileo-toaster],[data-sileo-viewport],[data-sonner-toaster],.sileo-container,#sileo-container{z-index:2147483647!important}
1
+ :root{--sileo-spring-easing: linear( 0, .002 .6%, .007 1.2%, .015 1.8%, .026 2.4%, .041 3.1%, .06 3.8%, .108 5.3%, .157 6.6%, .214 8%, .467 13.7%, .577 16.3%, .631 17.7%, .682 19.1%, .73 20.5%, .771 21.8%, .808 23.1%, .844 24.5%, .874 25.8%, .903 27.2%, .928 28.6%, .952 30.1%, .972 31.6%, .988 33.1%, 1.01 35.7%, 1.025 38.5%, 1.034 41.6%, 1.038 45%, 1.035 50.1%, 1.012 64.2%, 1.003 73%, .999 83.7%, 1 );--sileo-duration: .6s;--sileo-height: 40px;--sileo-width: 350px;--sileo-state-success: oklch(.723 .219 142.136);--sileo-state-loading: oklch(.556 0 0);--sileo-state-error: oklch(.637 .237 25.331);--sileo-state-warning: oklch(.795 .184 86.047);--sileo-state-info: oklch(.685 .169 237.323);--sileo-state-action: oklch(.623 .214 259.815)}[data-sileo-toast]{position:relative;cursor:pointer;pointer-events:auto;touch-action:none;border:0;background:transparent;padding:0;width:var(--sileo-width);height:var(--_h, var(--sileo-height));opacity:0;transform:translateZ(0) scale(.95);transform-origin:center;contain:layout style;overflow:visible}[data-sileo-toast][data-state=loading]{cursor:default}[data-sileo-toast][data-ready=true]{opacity:1;transform:translateZ(0) scale(1);transition:transform calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),opacity calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),margin-bottom calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),margin-top calc(var(--sileo-duration) * .66) var(--sileo-spring-easing),height var(--sileo-duration) var(--sileo-spring-easing)}[data-sileo-viewport][data-position^=top] [data-sileo-toast]:not([data-ready=true]){transform:translateY(-6px) scale(.95)}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast]:not([data-ready=true]){transform:translateY(6px) scale(.95)}[data-sileo-toast][data-ready=true][data-exiting=true]{opacity:0;pointer-events:none}[data-sileo-viewport][data-position^=top] [data-sileo-toast][data-ready=true][data-exiting=true]{transform:translateY(-6px) scale(.95)}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast][data-ready=true][data-exiting=true]{transform:translateY(6px) scale(.95)}[data-sileo-canvas]{position:absolute;left:0;right:0;pointer-events:none;transform:translateZ(0);contain:layout style;overflow:visible}[data-sileo-canvas][data-edge=top]{bottom:0;transform:scaleY(-1) translateZ(0)}[data-sileo-canvas][data-edge=bottom]{top:0}[data-sileo-svg]{overflow:visible}[data-sileo-header]{position:absolute;z-index:20;display:flex;align-items:center;padding:.5rem;height:var(--sileo-height);overflow:hidden;left:var(--_px, 0px);transform:var(--_ht);max-width:var(--_pw)}[data-sileo-toast][data-ready=true] [data-sileo-header]{transition:transform var(--sileo-duration) var(--sileo-spring-easing),left var(--sileo-duration) var(--sileo-spring-easing),max-width var(--sileo-duration) var(--sileo-spring-easing)}[data-sileo-header][data-edge=top]{bottom:0}[data-sileo-header][data-edge=bottom]{top:0}[data-sileo-header-stack]{position:relative;display:inline-flex;align-items:center;height:100%}[data-sileo-header-inner]{display:flex;align-items:center;gap:.5rem;white-space:nowrap;opacity:1;filter:blur(0px);transform:translateZ(0)}[data-sileo-header-inner][data-layer=current]{position:relative;z-index:1;animation:sileo-header-enter var(--sileo-duration) var(--sileo-spring-easing) both}[data-sileo-header-inner][data-layer=current]:not(:only-child),[data-sileo-header-inner][data-exiting=true]{will-change:opacity,filter}[data-sileo-header-inner][data-layer=prev]{position:absolute;left:0;top:0;z-index:0;pointer-events:none}[data-sileo-header-inner][data-exiting=true]{animation:sileo-header-exit calc(var(--sileo-duration) * .7) ease forwards}[data-sileo-badge]{display:flex;height:24px;width:24px;flex-shrink:0;align-items:center;justify-content:center;padding:2px;box-sizing:border-box;border-radius:9999px;color:var(--sileo-tone, currentColor);background-color:var(--sileo-tone-bg, transparent)}[data-sileo-title]{font-size:.825rem;line-height:1rem;font-weight:500;text-transform:capitalize;color:var(--sileo-tone, currentColor)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state]{--_c: var(--sileo-state-success)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=loading]{--_c: var(--sileo-state-loading)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=error]{--_c: var(--sileo-state-error)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=warning]{--_c: var(--sileo-state-warning)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=info]{--_c: var(--sileo-state-info)}:is([data-sileo-badge],[data-sileo-title],[data-sileo-button])[data-state=action]{--_c: var(--sileo-state-action)}:is([data-sileo-badge],[data-sileo-title])[data-state]{--sileo-tone: var(--_c);--sileo-tone-bg: color-mix(in oklch, var(--_c) 20%, transparent)}[data-sileo-content]{position:absolute;left:0;z-index:10;width:100%;pointer-events:none;opacity:var(--_co, 0)}[data-sileo-content]:not([data-visible=true]){content-visibility:hidden}[data-sileo-toast][data-ready=true] [data-sileo-content]{transition:opacity calc(var(--sileo-duration) * .08) ease calc(var(--sileo-duration) * .04)}[data-sileo-content][data-edge=top]{top:0}[data-sileo-content][data-edge=bottom]{top:var(--sileo-height)}[data-sileo-content][data-visible=true]{pointer-events:auto}[data-sileo-toast][data-ready=true] [data-sileo-content][data-visible=true]{transition:opacity calc(var(--sileo-duration) * .6) ease calc(var(--sileo-duration) * .3)}[data-sileo-description]{width:100%;text-align:left;padding:1rem;font-size:.875rem;line-height:1.25rem;contain:layout style paint;content-visibility:auto}[data-sileo-button]{display:flex;align-items:center;justify-content:center;height:1.75rem;padding:0 .625rem;margin-top:.75rem;border-radius:9999px;border:0;font-size:.75rem;font-weight:500;cursor:pointer;color:var(--sileo-btn-color, currentColor);background-color:var(--sileo-btn-bg, transparent);transition:background-color .15s ease}[data-sileo-button]:hover{background-color:var(--sileo-btn-bg-hover, transparent)}[data-sileo-button][data-state]{--sileo-btn-color: var(--_c);--sileo-btn-bg: color-mix(in oklch, var(--_c) 15%, transparent);--sileo-btn-bg-hover: color-mix(in oklch, var(--_c) 25%, transparent)}[data-sileo-icon=spin]{animation:sileo-spin 1s linear infinite}@keyframes sileo-header-enter{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0px)}}@keyframes sileo-header-exit{0%{opacity:1;filter:blur(0px)}to{opacity:0;filter:blur(6px)}}[data-sileo-viewport]{position:fixed;z-index:50;display:flex;gap:.75rem;padding:.75rem;pointer-events:none;max-width:calc(100vw - 1.5rem);contain:layout style}[data-sileo-viewport][data-position^=top] [data-sileo-toast]:not([data-ready=true]){margin-bottom:calc(-1 * (var(--sileo-height) + .75rem))}[data-sileo-viewport][data-position^=bottom] [data-sileo-toast]:not([data-ready=true]){margin-top:calc(-1 * (var(--sileo-height) + .75rem))}[data-sileo-viewport][data-position^=top]{top:0;flex-direction:column-reverse}[data-sileo-viewport][data-position^=bottom]{bottom:0;flex-direction:column}[data-sileo-viewport][data-position$=left]{left:0;align-items:flex-start}[data-sileo-viewport][data-position$=right]{right:0;align-items:flex-end}[data-sileo-viewport][data-position$=center]{left:50%;transform:translate(-50%);align-items:center}@media(prefers-reduced-motion:no-preference){[data-sileo-toast][data-ready=true]:hover,[data-sileo-toast][data-ready=true][data-exiting=true]{will-change:transform,opacity,height}}@media(prefers-reduced-motion:reduce){[data-sileo-viewport],[data-sileo-viewport] *,[data-sileo-viewport] *:before,[data-sileo-viewport] *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}[data-sileo-viewport][data-theme=dark] [data-sileo-description]{color:#00000080}[data-sileo-viewport][data-theme=light] [data-sileo-description]{color:#ffffff80}[data-sileo-canvas] path,[data-sileo-canvas] [data-sileo-pill],[data-sileo-canvas] [data-sileo-body]{stroke:none!important;stroke-width:0!important}[data-sileo-badge] svg,[data-sileo-badge] path,[data-sileo-badge] line,[data-sileo-badge] polyline,[data-sileo-badge] circle{stroke:currentColor!important;stroke-width:2.2px!important;stroke-linecap:round!important;stroke-linejoin:round!important;display:block!important;opacity:1!important}[data-sileo-title]{text-transform:none!important}[data-sileo-toast][data-state=success] [data-sileo-pill],[data-sileo-toast][data-state=success] [data-sileo-body]{fill:#f0fdf4!important}[data-sileo-toast][data-state=success] [data-sileo-title]{color:#16a34a!important;font-weight:700!important}[data-sileo-toast][data-state=success] [data-sileo-description],[data-sileo-toast][data-state=success] [data-sileo-description] *{color:#334155!important}[data-sileo-toast][data-state=success] [data-sileo-badge]{background-color:#dcfce7!important;color:#16a34a!important;font-weight:700!important}[data-sileo-toast][data-state=success] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #BBF7D0) drop-shadow(0 10px 24px rgba(22,163,74,.16)) drop-shadow(0 2px 6px rgba(0,0,0,.04))!important}[data-sileo-toast][data-state=error] [data-sileo-pill],[data-sileo-toast][data-state=error] [data-sileo-body]{fill:#fef2f2!important}[data-sileo-toast][data-state=error] [data-sileo-title]{color:#dc2626!important;font-weight:700!important}[data-sileo-toast][data-state=error] [data-sileo-description],[data-sileo-toast][data-state=error] [data-sileo-description] *{color:#334155!important}[data-sileo-toast][data-state=error] [data-sileo-badge]{background-color:#fee2e2!important;color:#dc2626!important;font-weight:700!important}[data-sileo-toast][data-state=error] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #FECACA) drop-shadow(0 10px 24px rgba(220,38,38,.16)) drop-shadow(0 2px 6px rgba(0,0,0,.04))!important}[data-sileo-toast][data-state=warning] [data-sileo-pill],[data-sileo-toast][data-state=warning] [data-sileo-body]{fill:#fffbeb!important}[data-sileo-toast][data-state=warning] [data-sileo-title]{color:#d97706!important;font-weight:700!important}[data-sileo-toast][data-state=warning] [data-sileo-description],[data-sileo-toast][data-state=warning] [data-sileo-description] *{color:#334155!important}[data-sileo-toast][data-state=warning] [data-sileo-badge]{background-color:#fef3c7!important;color:#d97706!important;font-weight:700!important}[data-sileo-toast][data-state=warning] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #FDE68A) drop-shadow(0 10px 24px rgba(217,119,6,.16)) drop-shadow(0 2px 6px rgba(0,0,0,.04))!important}[data-sileo-toast][data-state=info] [data-sileo-pill],[data-sileo-toast][data-state=info] [data-sileo-body]{fill:#eff6ff!important}[data-sileo-toast][data-state=info] [data-sileo-title]{color:#2563eb!important;font-weight:700!important}[data-sileo-toast][data-state=info] [data-sileo-description],[data-sileo-toast][data-state=info] [data-sileo-description] *{color:#334155!important}[data-sileo-toast][data-state=info] [data-sileo-badge]{background-color:#dbeafe!important;color:#2563eb!important;font-weight:700!important}[data-sileo-toast][data-state=info] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #BFDBFE) drop-shadow(0 10px 24px rgba(37,99,235,.16)) drop-shadow(0 2px 6px rgba(0,0,0,.04))!important}[data-sileo-toast][data-state=loading] [data-sileo-pill],[data-sileo-toast][data-state=loading] [data-sileo-body]{fill:#f9fafb!important}[data-sileo-toast][data-state=loading] [data-sileo-title]{color:#4b5563!important;font-weight:700!important}[data-sileo-toast][data-state=loading] [data-sileo-description],[data-sileo-toast][data-state=loading] [data-sileo-description] *{color:#475569!important}[data-sileo-toast][data-state=loading] [data-sileo-badge]{background-color:#e5e7eb!important;color:#4b5563!important}[data-sileo-toast][data-state=loading] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #E5E7EB) drop-shadow(0 10px 24px rgba(75,85,99,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.04))!important}[data-sileo-toast][data-state=action] [data-sileo-pill],[data-sileo-toast][data-state=action] [data-sileo-body]{fill:#f5f3ff!important}[data-sileo-toast][data-state=action] [data-sileo-title]{color:#7c3aed!important;font-weight:700!important}[data-sileo-toast][data-state=action] [data-sileo-badge]{background-color:#ddd6fe!important;color:#7c3aed!important;font-weight:700!important}[data-sileo-toast][data-state=action] [data-sileo-description]{color:#334155!important}[data-sileo-toast][data-state=action] [data-sileo-canvas]{filter:drop-shadow(0 0 1px #DDD6FE) drop-shadow(0 14px 30px rgba(124,58,237,.18)) drop-shadow(0 4px 10px rgba(0,0,0,.06))!important}.sileo-action-stack{display:flex;flex-direction:column;gap:8px;padding:4px 0}.sileo-action-text{margin:0;font-size:.88rem;color:#334155!important;line-height:1.5;font-weight:500}.sileo-btn-ajustar{width:100%;height:36px;padding:0 16px;background-color:#fff!important;color:#4b5563!important;border:1px solid #DDD6FE!important;border-radius:9999px!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;justify-content:center!important;align-items:center!important;box-shadow:0 1px 2px #0000000a!important}.sileo-btn-ajustar:hover{background-color:#f5f3ff!important;color:#7c3aed!important;border-color:#c4b5fd!important}[data-sileo-button],[data-sileo-toast] [data-sileo-button],a[data-sileo-button],button[data-sileo-button],.sileo-action-stack~a,.sileo-action-stack+a,div:has(>.sileo-action-stack)>a,.sileo-action-stack~button,.sileo-action-stack+button,div:has(>.sileo-action-stack)>button:not(.sileo-btn-ajustar):not(.sileo-btn-danger),[data-sileo] .sileo-action-button{background-color:#7c3aed!important;color:#fff!important;text-decoration:none!important;border-radius:9999px!important;font-weight:700!important;font-size:13px!important;border:none!important;height:36px!important;padding:0 16px!important;width:100%!important;margin-top:6px!important;display:flex!important;justify-content:center!important;align-items:center!important;box-shadow:0 2px 6px #7c3aed40!important;cursor:pointer!important;transition:all .2s ease!important}[data-sileo-button] *,a[data-sileo-button] *,button[data-sileo-button] *,.sileo-action-stack~a *,.sileo-action-stack+a *,div:has(>.sileo-action-stack)>a *,.sileo-action-stack~button *,div:has(>.sileo-action-stack)>button:not(.sileo-btn-ajustar):not(.sileo-btn-danger) *,[data-sileo] .sileo-action-button *{text-decoration:none!important;color:#fff!important}[data-sileo-button]:hover,a[data-sileo-button]:hover,button[data-sileo-button]:hover,.sileo-action-stack~a:hover,div:has(>.sileo-action-stack)>a:hover,.sileo-action-stack~button:hover,div:has(>.sileo-action-stack)>button:not(.sileo-btn-ajustar):not(.sileo-btn-danger):hover{background-color:#6d28d9!important;color:#fff!important}[data-sileo-button]:hover *,a[data-sileo-button]:hover *,button[data-sileo-button]:hover *,.sileo-action-stack~a:hover *,div:has(>.sileo-action-stack)>a:hover *,.sileo-action-stack~button:hover *,div:has(>.sileo-action-stack)>button:not(.sileo-btn-ajustar):not(.sileo-btn-danger):hover *{color:#fff!important}.sileo-btn-danger{width:100%;height:36px;padding:0 16px;background-color:#fef2f2!important;color:#dc2626!important;border:1px solid #FECACA!important;border-radius:9999px!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;justify-content:center!important;align-items:center!important}.sileo-btn-danger:hover{background-color:#fee2e2!important;color:#b91c1c!important;border-color:#f87171!important}.sileo-loading-spinner{width:18px;height:18px;border:2px solid rgba(16,185,129,.1);border-left-color:#10b981;border-radius:50%;animation:sileo-spin .8s linear infinite}@keyframes sileo-spin{to{transform:rotate(360deg)}}[data-sileo-toast],[data-sileo-toaster],[data-sileo-viewport],.sileo-container,#sileo-container,.Toastify,.sileo-toast,div[class*=sileo],div[id*=sileo],section[data-sileo],ol[data-sileo-toaster]{z-index:var(--sileo-z-index, 2147483647)!important}body>div[data-sileo-toaster],body>[data-sileo-viewport],body>section[data-sileo],body>div:not(#root):has([data-sileo-viewport]),body>div:not(#root):has([data-sileo-toast]),body>section:not(#root):has([data-sileo-viewport]),body>section:not(#root):has([data-sileo-toast]),body>ol:has([data-sileo-viewport]),body>ol:has([data-sileo-toast]),[data-sileo-toaster],[data-sileo-viewport],.sileo-container,#sileo-container{z-index:2147483647!important;position:fixed!important;pointer-events:none!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}[data-sileo-toast],[data-sileo-toast] *,.sileo-btn-ajustar,.sileo-action-button{pointer-events:auto!important}[data-sileo-toast]{box-shadow:none!important}[data-sileo-canvas]{filter:drop-shadow(0 10px 15px rgb(0 0 0 / .1)) drop-shadow(0 4px 6px rgb(0 0 0 / .1))}.sileo-btn-danger{width:100%;height:34px;padding:0 16px;background-color:#fef2f2;color:#dc2626;border:1px solid #fee2e2;border-radius:9999px;font-size:13px;font-weight:600;text-decoration:none!important;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center}.sileo-btn-danger:hover{background-color:#fee2e2;color:#b91c1c;border-color:#fca5a5}.sileo-btn-danger,.sileo-btn-ajustar{pointer-events:auto!important}
@@ -1,5 +1,5 @@
1
1
  import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- import { G as s } from "../../../index-h-TtOxhs.js";
2
+ import { J as s } from "../../../index-BqaJxgOF.js";
3
3
  import '../../../assets/Bootstrap.css';/* empty css */
4
4
  import { B as a } from "../../../Button-eLVX04GZ.js";
5
5
  const d = {