@sisense/sdk-ui 2.2.0 → 2.3.1

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 (83) hide show
  1. package/dist/ai.cjs +39 -27
  2. package/dist/ai.js +1650 -1155
  3. package/dist/analytics-composer.cjs +24 -24
  4. package/dist/analytics-composer.js +131 -127
  5. package/dist/derive-chart-family-5O0nGmIH.cjs +669 -0
  6. package/dist/derive-chart-family-H5uuw6lv.js +90468 -0
  7. package/dist/{dimensions-mYUylB-h.cjs → dimensions-R6yuR7CB.cjs} +1 -1
  8. package/dist/{dimensions-HgrcPa-Q.js → dimensions-aqixuZxM.js} +13 -13
  9. package/dist/index.cjs +27 -27
  10. package/dist/index.js +12531 -12644
  11. package/dist/index.umd.js +1578 -0
  12. package/dist/packages/sdk-ui/src/ai/api/types.d.ts +2 -0
  13. package/dist/packages/sdk-ui/src/ai/common/icon-button.d.ts +1 -1
  14. package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +1 -0
  15. package/dist/packages/sdk-ui/src/analytics-composer/widget/chart-options/get-widget-options.d.ts +23 -7
  16. package/dist/packages/sdk-ui/src/app/client-application.d.ts +16 -0
  17. package/dist/packages/sdk-ui/src/chart/restructured-charts/chart-builder-factory.d.ts +3 -1
  18. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/alerts.d.ts +3 -0
  19. package/dist/packages/sdk-ui/src/chart/restructured-charts/{helpers/cartesians → highchart-based-charts/cartesians/helpers}/data-options.d.ts +2 -2
  20. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/data.d.ts +4 -0
  21. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/get-legacy-cartesian-chart-options.d.ts +3 -0
  22. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/bar-chart-builder.d.ts +2 -0
  23. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/highcharts-options-builder.d.ts +2 -0
  24. package/dist/packages/sdk-ui/src/chart/restructured-charts/{column-chart → highchart-based-charts/cartesians/stackable/column-chart}/column-chart-builder.d.ts +1 -1
  25. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/column-chart/highcharts-options-builder.d.ts +2 -0
  26. package/dist/packages/sdk-ui/src/chart/restructured-charts/{helpers/cartesians/stackable → highchart-based-charts/cartesians/stackable/helpers}/design-options.d.ts +3 -3
  27. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/types.d.ts +1 -0
  28. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/build-highchart-options.d.ts +20 -0
  29. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/highcharts-based-chart-renderer.d.ts +39 -0
  30. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/utils.d.ts +2 -0
  31. package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/types.d.ts +28 -0
  32. package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +2 -2
  33. package/dist/packages/sdk-ui/src/chart/types.d.ts +0 -1
  34. package/dist/packages/sdk-ui/src/chart-options-processor/apply-event-handlers.d.ts +15 -0
  35. package/dist/packages/sdk-ui/src/chart-options-processor/common-highcharts-option-service.d.ts +9 -0
  36. package/dist/packages/sdk-ui/src/chart-options-processor/subtype-to-design-options.d.ts +2 -1
  37. package/dist/packages/sdk-ui/src/chart-options-processor/theme-option-service.d.ts +8 -0
  38. package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +4 -1
  39. package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group.d.ts +1 -0
  40. package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/types.d.ts +3 -0
  41. package/dist/packages/sdk-ui/src/common/components/loading-overlay.d.ts +1 -3
  42. package/dist/packages/sdk-ui/src/common/components/menu/menu-ids.d.ts +10 -1
  43. package/dist/packages/sdk-ui/src/common/components/menu/types.d.ts +2 -0
  44. package/dist/packages/sdk-ui/src/common/components/modal/index.d.ts +2 -0
  45. package/dist/packages/sdk-ui/src/common/components/modal/modal-context.d.ts +39 -0
  46. package/dist/packages/sdk-ui/src/common/components/modal/modal-provider.d.ts +19 -0
  47. package/dist/packages/sdk-ui/src/common/components/popover.d.ts +10 -0
  48. package/dist/packages/sdk-ui/src/common/hooks/use-combined-menu.d.ts +4 -8
  49. package/dist/packages/sdk-ui/src/dashboard/components/jtd-dashboard.d.ts +15 -0
  50. package/dist/packages/sdk-ui/src/dashboard/hooks/use-jtd.d.ts +113 -0
  51. package/dist/packages/sdk-ui/src/dashboard/types.d.ts +9 -2
  52. package/dist/packages/sdk-ui/src/data-browser/data-schema-browser/data-schema-browser.d.ts +14 -0
  53. package/dist/packages/sdk-ui/src/data-browser/data-schema-browser/data-schema-browser.styles.d.ts +6 -0
  54. package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/types.d.ts +5 -0
  55. package/dist/packages/sdk-ui/src/decorators/component-decorators/as-sisense-component.d.ts +2 -0
  56. package/dist/packages/sdk-ui/src/decorators/component-decorators/with-modal.d.ts +6 -0
  57. package/dist/packages/sdk-ui/src/index.d.ts +2 -1
  58. package/dist/packages/sdk-ui/src/models/dashboard/index.d.ts +1 -0
  59. package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +6 -0
  60. package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model.d.ts +18 -17
  61. package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-persistence.d.ts +34 -0
  62. package/dist/packages/sdk-ui/src/pivot-table/hooks/use-render-pivot.d.ts +4 -4
  63. package/dist/packages/sdk-ui/src/plugins-provider/types.d.ts +2 -2
  64. package/dist/packages/sdk-ui/src/props.d.ts +3 -3
  65. package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +7 -0
  66. package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +14 -0
  67. package/dist/packages/sdk-ui/src/types.d.ts +26 -3
  68. package/dist/packages/sdk-ui/src/utils/filter-relations.d.ts +4 -4
  69. package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +72 -0
  70. package/dist/packages/sdk-ui/src/widgets/common/drilldown-breadcrumbs/styled-buttons.d.ts +2 -2
  71. package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +2 -1
  72. package/dist/use-common-filters-CN2YnxBs.cjs +350 -0
  73. package/dist/use-common-filters-CSwVz8Hy.js +32068 -0
  74. package/dist/{widget-composer-JVl8mNCt.cjs → widget-composer-BB1-bv-q.cjs} +7 -7
  75. package/dist/{widget-composer-CACtfvw6.js → widget-composer-BpeW0NNz.js} +83 -73
  76. package/package.json +23 -19
  77. package/dist/derive-chart-family-BsbFdcgd.cjs +0 -758
  78. package/dist/derive-chart-family-C9IDI6UV.js +0 -102051
  79. package/dist/packages/sdk-ui/src/chart/restructured-charts/bar-chart/bar-chart-builder.d.ts +0 -2
  80. package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data.d.ts +0 -4
  81. package/dist/packages/sdk-ui/src/widget-by-id/use-get-dashboard-model-and-widget-model.d.ts +0 -14
  82. package/dist/use-common-filters-BKYG6WGA.cjs +0 -271
  83. package/dist/use-common-filters-DkwU7HJ3.js +0 -28928
package/dist/ai.js CHANGED
@@ -1,62 +1,62 @@
1
- var gt = Object.defineProperty, ft = Object.defineProperties;
2
- var mt = Object.getOwnPropertyDescriptors;
3
- var le = Object.getOwnPropertySymbols;
4
- var Ze = Object.prototype.hasOwnProperty, je = Object.prototype.propertyIsEnumerable;
5
- var ze = (e, t, o) => t in e ? gt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, v = (e, t) => {
6
- for (var o in t || (t = {}))
7
- Ze.call(t, o) && ze(e, o, t[o]);
8
- if (le)
9
- for (var o of le(t))
10
- je.call(t, o) && ze(e, o, t[o]);
1
+ var mn = Object.defineProperty, bn = Object.defineProperties;
2
+ var xn = Object.getOwnPropertyDescriptors;
3
+ var Te = Object.getOwnPropertySymbols;
4
+ var pt = Object.prototype.hasOwnProperty, ht = Object.prototype.propertyIsEnumerable;
5
+ var ut = (e, t, n) => t in e ? mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, T = (e, t) => {
6
+ for (var n in t || (t = {}))
7
+ pt.call(t, n) && ut(e, n, t[n]);
8
+ if (Te)
9
+ for (var n of Te(t))
10
+ ht.call(t, n) && ut(e, n, t[n]);
11
11
  return e;
12
- }, M = (e, t) => ft(e, mt(t));
13
- var Ve = (e, t) => {
14
- var o = {};
12
+ }, N = (e, t) => bn(e, xn(t));
13
+ var $e = (e, t) => {
14
+ var n = {};
15
15
  for (var r in e)
16
- Ze.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
17
- if (e != null && le)
18
- for (var r of le(e))
19
- t.indexOf(r) < 0 && je.call(e, r) && (o[r] = e[r]);
20
- return o;
16
+ pt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
17
+ if (e != null && Te)
18
+ for (var r of Te(e))
19
+ t.indexOf(r) < 0 && ht.call(e, r) && (n[r] = e[r]);
20
+ return n;
21
21
  };
22
- var W = (e, t, o) => new Promise((r, i) => {
23
- var s = (l) => {
22
+ var ne = (e, t, n) => new Promise((r, s) => {
23
+ var c = (d) => {
24
24
  try {
25
- c(o.next(l));
26
- } catch (d) {
27
- i(d);
25
+ p(n.next(d));
26
+ } catch (h) {
27
+ s(h);
28
28
  }
29
- }, a = (l) => {
29
+ }, a = (d) => {
30
30
  try {
31
- c(o.throw(l));
32
- } catch (d) {
33
- i(d);
31
+ p(n.throw(d));
32
+ } catch (h) {
33
+ s(h);
34
34
  }
35
- }, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
36
- c((o = o.apply(e, t)).next());
35
+ }, p = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, a);
36
+ p((n = n.apply(e, t)).next());
37
37
  });
38
- import { by as bt, bz as xt, bA as Ue, bB as yt, bC as oe, bD as vt, bE as wt, bF as kt, bd as Ke, be as Je, aQ as K, J as Me, aD as Ye, aj as St, bG as Mt, am as Tt, al as Lt, A as he, bH as Rt, bI as It, ar as _, bJ as Xe, C as Et, aW as Nt, _ as Ft, bK as Ht, y as xe, P as f, D as Bt, bL as Dt, b6 as ne, b5 as Pt, aA as qt, bM as At, b7 as Ot, aE as Wt, ah as te, N as $t, bN as zt, bO as Zt, Q as et, bP as jt, b9 as Vt, bQ as Qt } from "./use-common-filters-DkwU7HJ3.js";
39
- import { ah as Gt, $ as n, ap as _t, k as Ut, cr as Kt, ai as S, T as ve, bg as h, bq as I, ax as p, aj as b, a0 as H, a2 as V, av as tt, aY as we, b1 as Jt, cs as Yt, ct as Xt, at as eo, au as to, m as oo } from "./derive-chart-family-C9IDI6UV.js";
40
- import * as $ from "react";
41
- import { createContext as Te, useContext as Le, useMemo as F, useState as L, useCallback as k, useEffect as re, useRef as U, useLayoutEffect as de, memo as no, forwardRef as ro } from "react";
42
- import { t as pe } from "./widget-composer-CACtfvw6.js";
43
- import { w as Qn } from "./widget-composer-CACtfvw6.js";
44
- import { jsx as ee } from "react/jsx-runtime";
45
- class io extends bt {
46
- constructor(t, o) {
47
- super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
38
+ import { by as yn, bz as vn, bA as Tt, bB as kn, bC as ye, bD as wn, bE as Sn, bF as Mn, bd as Lt, be as Rt, aP as he, G as _e, aC as Et, ag as Tn, bG as Ln, ai as Rn, v as En, x as Ne, bH as In, bI as Nn, an as de, bJ as It, ao as Fn, A as Bn, aS as On, bK as Hn, B as ge, q as Pe, bL as gt, P as f, t as $n, b3 as ve, b2 as Pn, az as Dn, bM as An, b4 as zn, aD as qn, ae as be, J as Wn, bN as Zn, bO as jn, M as Nt, bP as Vn, b7 as Gn, bb as Un } from "./use-common-filters-CSwVz8Hy.js";
39
+ import { P as Qn, t as o, _ as _n, k as Kn, c3 as Jn, R as H, T as Ze, aT as k, b1 as D, a7 as w, U as L, F as V, a4 as Ft, ay as je, aD as Xn, c4 as Yn, c5 as er, a2 as tr, a3 as nr, n as rr } from "./derive-chart-family-H5uuw6lv.js";
40
+ import * as K from "react";
41
+ import { createContext as Ke, useContext as Je, useMemo as Z, useState as P, useCallback as O, useEffect as ke, useRef as ue, useLayoutEffect as Ee, memo as or, forwardRef as ir } from "react";
42
+ import { t as Fe } from "./widget-composer-BpeW0NNz.js";
43
+ import { w as J1 } from "./widget-composer-BpeW0NNz.js";
44
+ import { jsx as Ce } from "react/jsx-runtime";
45
+ class sr extends yn {
46
+ constructor(t, n) {
47
+ super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
48
48
  }
49
49
  bindMethods() {
50
50
  this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
51
51
  }
52
52
  setOptions(t) {
53
- var o;
53
+ var n;
54
54
  const r = this.options;
55
- this.options = this.client.defaultMutationOptions(t), xt(r, this.options) || this.client.getMutationCache().notify({
55
+ this.options = this.client.defaultMutationOptions(t), vn(r, this.options) || this.client.getMutationCache().notify({
56
56
  type: "observerOptionsUpdated",
57
57
  mutation: this.currentMutation,
58
58
  observer: this
59
- }), (o = this.currentMutation) == null || o.setOptions(this.options);
59
+ }), (n = this.currentMutation) == null || n.setOptions(this.options);
60
60
  }
61
61
  onUnsubscribe() {
62
62
  if (!this.hasListeners()) {
@@ -66,10 +66,10 @@ class io extends bt {
66
66
  }
67
67
  onMutationUpdate(t) {
68
68
  this.updateResult();
69
- const o = {
69
+ const n = {
70
70
  listeners: !0
71
71
  };
72
- t.type === "success" ? o.onSuccess = !0 : t.type === "error" && (o.onError = !0), this.notify(o);
72
+ t.type === "success" ? n.onSuccess = !0 : t.type === "error" && (n.onError = !0), this.notify(n);
73
73
  }
74
74
  getCurrentResult() {
75
75
  return this.currentResult;
@@ -79,13 +79,13 @@ class io extends bt {
79
79
  listeners: !0
80
80
  });
81
81
  }
82
- mutate(t, o) {
83
- return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, M(v({}, this.options), {
82
+ mutate(t, n) {
83
+ return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, N(T({}, this.options), {
84
84
  variables: typeof t != "undefined" ? t : this.options.variables
85
85
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
86
86
  }
87
87
  updateResult() {
88
- const t = this.currentMutation ? this.currentMutation.state : yt(), o = M(v({}, t), {
88
+ const t = this.currentMutation ? this.currentMutation.state : kn(), n = N(T({}, t), {
89
89
  isLoading: t.status === "loading",
90
90
  isSuccess: t.status === "success",
91
91
  isError: t.status === "error",
@@ -93,59 +93,59 @@ class io extends bt {
93
93
  mutate: this.mutate,
94
94
  reset: this.reset
95
95
  });
96
- this.currentResult = o;
96
+ this.currentResult = n;
97
97
  }
98
98
  notify(t) {
99
- Ue.batch(() => {
99
+ Tt.batch(() => {
100
100
  if (this.mutateOptions && this.hasListeners()) {
101
101
  if (t.onSuccess) {
102
- var o, r, i, s;
103
- (o = (r = this.mutateOptions).onSuccess) == null || o.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (s = this.mutateOptions).onSettled) == null || i.call(s, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
102
+ var n, r, s, c;
103
+ (n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
104
104
  } else if (t.onError) {
105
- var a, c, l, d;
106
- (a = (c = this.mutateOptions).onError) == null || a.call(c, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (l = (d = this.mutateOptions).onSettled) == null || l.call(d, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
105
+ var a, p, d, h;
106
+ (a = (p = this.mutateOptions).onError) == null || a.call(p, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (h = this.mutateOptions).onSettled) == null || d.call(h, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
107
107
  }
108
108
  }
109
109
  t.listeners && this.listeners.forEach(({
110
- listener: C
110
+ listener: b
111
111
  }) => {
112
- C(this.currentResult);
112
+ b(this.currentResult);
113
113
  });
114
114
  });
115
115
  }
116
116
  }
117
- function Re(e, t, o) {
118
- const r = kt(e, t), i = oe({
117
+ function Xe(e, t, n) {
118
+ const r = Mn(e, t), s = ye({
119
119
  context: r.context
120
- }), [s] = $.useState(() => new io(i, r));
121
- $.useEffect(() => {
122
- s.setOptions(r);
123
- }, [s, r]);
124
- const a = vt($.useCallback((l) => s.subscribe(Ue.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = $.useCallback((l, d) => {
125
- s.mutate(l, d).catch(so);
126
- }, [s]);
127
- if (a.error && wt(s.options.useErrorBoundary, [a.error]))
120
+ }), [c] = K.useState(() => new sr(s, r));
121
+ K.useEffect(() => {
122
+ c.setOptions(r);
123
+ }, [c, r]);
124
+ const a = wn(K.useCallback((d) => c.subscribe(Tt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = K.useCallback((d, h) => {
125
+ c.mutate(d, h).catch(ar);
126
+ }, [c]);
127
+ if (a.error && Sn(c.options.useErrorBoundary, [a.error]))
128
128
  throw a.error;
129
- return M(v({}, a), {
130
- mutate: c,
129
+ return N(T({}, a), {
130
+ mutate: p,
131
131
  mutateAsync: a.mutate
132
132
  });
133
133
  }
134
- function so() {
134
+ function ar() {
135
135
  }
136
- class ao {
137
- constructor(t, o = !1) {
138
- this.volatile = o, this.getChatContexts = () => W(this, null, function* () {
136
+ class lr {
137
+ constructor(t, n = !1) {
138
+ this.volatile = n, this.getChatContexts = () => ne(this, null, function* () {
139
139
  return (yield this.httpClient.get("api/datasources//")) || [];
140
- }), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${i.numOfRecommendations}`), this.getNlqResult = (r, i) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, i), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((i) => {
141
- console.error("Unable to set llm config", i);
142
- }), this.getAllChats = () => W(this, null, function* () {
140
+ }), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, s) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${s.numOfRecommendations}`), this.getNlqResult = (r, s) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, s), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((s) => {
141
+ console.error("Unable to set llm config", s);
142
+ }), this.getAllChats = () => ne(this, null, function* () {
143
143
  return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
144
- }), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, i) => this.httpClient.post("api/v2/ai/chats", {
144
+ }), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, s) => this.httpClient.post("api/v2/ai/chats", {
145
145
  sourceId: r,
146
146
  volatile: this.volatile,
147
- contextDetails: i
148
- }), this.postChat = (r, i) => this.httpClient.post(`api/v2/ai/chats/${r}`, i), this.deleteChatHistory = (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`), this.sendFeedback = (r) => this.httpClient.post("api/v2/ai/feedback", r), this.ai = {
147
+ contextDetails: s
148
+ }), this.postChat = (r, s) => this.httpClient.post(`api/v2/ai/chats/${r}`, s), this.deleteChatHistory = (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`), this.sendFeedback = (r) => this.httpClient.post("api/v2/ai/feedback", r), this.ai = {
149
149
  getNlgInsights: this.getNlgInsights,
150
150
  getNlqResult: this.getNlqResult,
151
151
  getQueryRecommendations: this.getQueryRecommendations,
@@ -161,109 +161,109 @@ class ao {
161
161
  }, this.httpClient = t;
162
162
  }
163
163
  }
164
- const lo = new Ke({
164
+ const cr = new Lt({
165
165
  defaultOptions: {
166
166
  queries: {
167
167
  refetchOnWindowFocus: !1,
168
168
  refetchOnMount: !1
169
169
  }
170
170
  }
171
- }), Ie = /* @__PURE__ */ Te(void 0), B = () => Le(Ie), co = ({ children: e, volatile: t }) => {
172
- const { app: o } = Gt(), r = F(() => o ? new ao(o.httpClient, t) : void 0, [
173
- o,
171
+ }), Ye = /* @__PURE__ */ Ke(void 0), J = () => Je(Ye), dr = ({ children: e, volatile: t }) => {
172
+ const { app: n } = Qn(), r = Z(() => n ? new lr(n.httpClient, t) : void 0, [
173
+ n,
174
174
  t
175
175
  ]);
176
- return /* @__PURE__ */ n(Ie.Provider, {
176
+ return /* @__PURE__ */ o(Ye.Provider, {
177
177
  value: r,
178
- children: /* @__PURE__ */ n(Je, {
179
- client: lo,
178
+ children: /* @__PURE__ */ o(Rt, {
179
+ client: cr,
180
180
  children: e
181
181
  })
182
182
  });
183
- }, ot = /* @__PURE__ */ Te({}), uo = () => Le(ot), nt = ({ children: e }) => {
184
- const [t, o] = L({}), r = k((a, c) => {
185
- var l;
186
- return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
187
- }, []), i = k((a, c, l) => {
188
- o((d) => M(v({}, d), {
189
- [r(c, l)]: a
183
+ }, Bt = /* @__PURE__ */ Ke({}), ur = () => Je(Bt), Ot = ({ children: e }) => {
184
+ const [t, n] = P({}), r = O((a, p) => {
185
+ var d;
186
+ return `${a}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
187
+ }, []), s = O((a, p, d) => {
188
+ n((h) => N(T({}, h), {
189
+ [r(p, d)]: a
190
190
  }));
191
191
  }, [
192
192
  r
193
- ]), s = k((a, c) => t[r(a, c)], [
193
+ ]), c = O((a, p) => t[r(a, p)], [
194
194
  t,
195
195
  r
196
196
  ]);
197
- return /* @__PURE__ */ n(ot.Provider, {
197
+ return /* @__PURE__ */ o(Bt.Provider, {
198
198
  value: {
199
- saveChatId: i,
200
- getChatId: s
199
+ saveChatId: s,
200
+ getChatId: c
201
201
  },
202
202
  children: e
203
203
  });
204
204
  };
205
- function Bn({ children: e, volatile: t }) {
206
- return /* @__PURE__ */ n(nt, {
207
- children: /* @__PURE__ */ n(co, {
205
+ function A1({ children: e, volatile: t }) {
206
+ return /* @__PURE__ */ o(Ot, {
207
+ children: /* @__PURE__ */ o(dr, {
208
208
  volatile: t,
209
209
  children: e
210
210
  })
211
211
  });
212
212
  }
213
- function ho(e) {
214
- var t, o;
213
+ function pr(e) {
214
+ var t, n;
215
215
  if ("jaql" in e)
216
216
  return e;
217
217
  {
218
- const r = Kt(e.dataSource), { filters: i = [], relations: s } = _t(e.filters), { metadata: a, filterRelations: c } = Ut({
218
+ const r = Jn(e.dataSource), { filters: s = [], relations: c } = _n(e.filters), { metadata: a, filterRelations: p } = Kn({
219
219
  dataSource: e.dataSource,
220
220
  attributes: (t = e.dimensions) != null ? t : [],
221
- measures: (o = e.measures) != null ? o : [],
222
- filters: i,
223
- filterRelations: s,
221
+ measures: (n = e.measures) != null ? n : [],
222
+ filters: s,
223
+ filterRelations: c,
224
224
  highlights: []
225
- }, !0), l = {
225
+ }, !0), d = {
226
226
  jaql: {
227
227
  datasource: r,
228
228
  metadata: a,
229
- filterRelations: c
229
+ filterRelations: p
230
230
  }
231
231
  };
232
- return e.verbosity && (l.verbosity = e.verbosity), l;
232
+ return e.verbosity && (d.verbosity = e.verbosity), d;
233
233
  }
234
234
  }
235
- const Ce = (e, t = !0) => {
236
- const o = F(() => ho(e), [
235
+ const Be = (e, t = !0) => {
236
+ const n = Z(() => pr(e), [
237
237
  e
238
- ]), r = B(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
238
+ ]), r = J(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = he({
239
239
  queryKey: [
240
240
  "getNlgInsights",
241
- o,
241
+ n,
242
242
  r
243
243
  ],
244
- queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(o),
245
- select: (C) => {
246
- var u;
247
- return (u = C == null ? void 0 : C.data) == null ? void 0 : u.answer;
244
+ queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
245
+ select: (b) => {
246
+ var m;
247
+ return (m = b == null ? void 0 : b.data) == null ? void 0 : m.answer;
248
248
  },
249
249
  enabled: !!r && t
250
250
  });
251
251
  return {
252
- isLoading: c,
252
+ isLoading: p,
253
253
  isError: a,
254
- isSuccess: l,
255
- data: i,
256
- error: s,
257
- refetch: k(() => {
258
- d();
254
+ isSuccess: d,
255
+ data: s,
256
+ error: c,
257
+ refetch: O(() => {
258
+ h();
259
259
  }, [
260
- d
260
+ h
261
261
  ])
262
262
  };
263
- }, po = (e) => {
264
- const r = e, { enabled: t } = r, o = Ve(r, ["enabled"]);
265
- return Ce(o, t);
266
- }, Dn = Me("useGetNlgInsights")(po), Co = [
263
+ }, hr = (e) => {
264
+ const r = e, { enabled: t } = r, n = $e(r, ["enabled"]);
265
+ return Be(n, t);
266
+ }, z1 = _e("useGetNlgInsights")(hr), gr = [
267
267
  "indicator",
268
268
  "column",
269
269
  "line",
@@ -271,115 +271,115 @@ const Ce = (e, t = !0) => {
271
271
  "pie",
272
272
  "bar"
273
273
  ];
274
- function go(e) {
275
- const { dataSource: t, query: o, chartTypes: r } = e;
274
+ function Cr(e) {
275
+ const { dataSource: t, query: n, chartTypes: r } = e;
276
276
  return {
277
277
  contextTitle: typeof t == "string" ? t : t.title,
278
278
  request: {
279
- text: o,
279
+ text: n,
280
280
  // Timezone is not used by AI API, but it is currently required by the endpoint
281
281
  timezone: "UTC",
282
282
  chartTypes: r != null ? r : [
283
- ...Co
283
+ ...gr
284
284
  ]
285
285
  }
286
286
  };
287
287
  }
288
- const fo = (e) => {
289
- const { contextTitle: t, request: o } = go(e), r = B(), { isLoading: i, isError: s, isSuccess: a, data: c, error: l, refetch: d } = K({
288
+ const fr = (e) => {
289
+ const { contextTitle: t, request: n } = Cr(e), r = J(), { isLoading: s, isError: c, isSuccess: a, data: p, error: d, refetch: h } = he({
290
290
  queryKey: [
291
291
  "getNlqResult",
292
292
  t,
293
- o,
293
+ n,
294
294
  r
295
295
  ],
296
- queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, o),
296
+ queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, n),
297
297
  enabled: !!r && e.enabled
298
- }), C = c ? pe(c, {
298
+ }), b = p ? Fe(p, {
299
299
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
300
300
  }) : void 0;
301
301
  return {
302
- isLoading: i,
303
- isError: s,
302
+ isLoading: s,
303
+ isError: c,
304
304
  isSuccess: a,
305
- data: C,
306
- error: l,
307
- refetch: k(() => {
308
- d();
305
+ data: b,
306
+ error: d,
307
+ refetch: O(() => {
308
+ h();
309
309
  }, [
310
- d
310
+ h
311
311
  ])
312
312
  };
313
- }, Pn = Me("useGetNlqResult")(fo), mo = 4, rt = (e) => {
314
- const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = B(), a = o != null ? o : mo, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: C, data: u, error: g, refetch: m } = K({
313
+ }, q1 = _e("useGetNlqResult")(fr), mr = 4, Ht = (e) => {
314
+ const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s } = e, c = J(), a = n != null ? n : mr, p = (s === void 0 || s === !0) && a > 0, { isLoading: d, isError: h, isSuccess: b, data: m, error: i, refetch: u } = he({
315
315
  queryKey: [
316
316
  "getQueryRecommendations",
317
317
  t,
318
318
  a,
319
- s
319
+ c
320
320
  ],
321
- queryFn: () => s == null ? void 0 : s.ai.getQueryRecommendations(t, {
321
+ queryFn: () => c == null ? void 0 : c.ai.getQueryRecommendations(t, {
322
322
  numOfRecommendations: a
323
323
  }),
324
- enabled: !!s && c
325
- }), w = F(() => u == null ? void 0 : u.map((x) => M(v({}, x), {
326
- widgetProps: x.jaql ? pe(x, {
324
+ enabled: !!c && p
325
+ }), l = Z(() => m == null ? void 0 : m.map((C) => N(T({}, C), {
326
+ widgetProps: C.jaql ? Fe(C, {
327
327
  useCustomizedStyleOptions: r
328
328
  }) : void 0
329
329
  })), [
330
- u,
330
+ m,
331
331
  r
332
332
  ]);
333
333
  return {
334
- isLoading: c ? l : !1,
335
- isError: d,
336
- isSuccess: C,
337
- data: w != null ? w : void 0,
338
- error: g,
339
- refetch: k(() => {
340
- m();
334
+ isLoading: p ? d : !1,
335
+ isError: h,
336
+ isSuccess: b,
337
+ data: l != null ? l : void 0,
338
+ error: i,
339
+ refetch: O(() => {
340
+ u();
341
341
  }, [
342
- m
342
+ u
343
343
  ])
344
344
  };
345
- }, qn = Me("useGetQueryRecommendations")(rt), it = Object.freeze({
345
+ }, W1 = _e("useGetQueryRecommendations")(Ht), $t = Object.freeze({
346
346
  enableFollowupQuestions: !1,
347
347
  enableHeader: !0,
348
348
  enableInsights: !0,
349
349
  numOfRecommendations: 4,
350
350
  numOfRecentPrompts: 5
351
- }), st = /* @__PURE__ */ Te(v({}, it)), P = () => Le(st), bo = ({ children: e, value: t }) => {
352
- const { t: o } = S(), r = Object.entries(t).reduce((i, [s, a]) => (a !== void 0 && (i[s] = a), i), M(v({}, it), {
353
- inputPromptText: o("ai.config.inputPromptText"),
354
- welcomeText: o("ai.config.welcomeText"),
355
- suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
351
+ }), Pt = /* @__PURE__ */ Ke(T({}, $t)), ee = () => Je(Pt), br = ({ children: e, value: t }) => {
352
+ const { t: n } = H(), r = Object.entries(t).reduce((s, [c, a]) => (a !== void 0 && (s[c] = a), s), N(T({}, $t), {
353
+ inputPromptText: n("ai.config.inputPromptText"),
354
+ welcomeText: n("ai.config.welcomeText"),
355
+ suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
356
356
  }));
357
- return /* @__PURE__ */ n(st.Provider, {
357
+ return /* @__PURE__ */ o(Pt.Provider, {
358
358
  value: r,
359
359
  children: e
360
360
  });
361
- }, Ee = "chatHistory", xo = (e) => {
362
- const t = B(), { hideHistory: o } = P();
363
- return K({
361
+ }, et = "chatHistory", xr = (e) => {
362
+ const t = J(), { hideHistory: n } = ee();
363
+ return he({
364
364
  queryKey: [
365
- Ee,
365
+ et,
366
366
  e,
367
367
  t
368
368
  ],
369
- queryFn: () => W(void 0, null, function* () {
369
+ queryFn: () => ne(void 0, null, function* () {
370
370
  if (!t || !e)
371
371
  return;
372
- if (o)
372
+ if (n)
373
373
  return [];
374
374
  const r = yield t.ai.chat.getById(e);
375
375
  return r == null ? void 0 : r.chatHistory;
376
376
  }),
377
377
  enabled: !!t && !!e
378
378
  });
379
- }, at = (e) => {
380
- const t = B(), o = oe();
381
- return Re({
382
- mutationFn: () => W(void 0, null, function* () {
379
+ }, Dt = (e) => {
380
+ const t = J(), n = ye();
381
+ return Xe({
382
+ mutationFn: () => ne(void 0, null, function* () {
383
383
  if (!(!t || !e))
384
384
  return t.ai.chat.clearHistory(e);
385
385
  }),
@@ -387,31 +387,31 @@ const fo = (e) => {
387
387
  console.error("Error when clearing history:", r);
388
388
  },
389
389
  onSettled: () => {
390
- e && o.setQueriesData([
391
- Ee,
390
+ e && n.setQueriesData([
391
+ et,
392
392
  e
393
393
  ], []);
394
394
  }
395
395
  });
396
- }, Ne = (e) => {
397
- const { data: t, isLoading: o, isError: r } = xo(e), { mutate: i } = at(e);
398
- return re(() => {
399
- r && i();
396
+ }, tt = (e) => {
397
+ const { data: t, isLoading: n, isError: r } = xr(e), { mutate: s } = Dt(e);
398
+ return ke(() => {
399
+ r && s();
400
400
  }, [
401
401
  r,
402
- i
402
+ s
403
403
  ]), {
404
404
  history: t,
405
- isLoading: o,
405
+ isLoading: n,
406
406
  isError: r
407
407
  };
408
- }, yo = () => {
409
- const e = B(), { data: t, isLoading: o, fetchStatus: r } = K({
408
+ }, yr = () => {
409
+ const e = J(), { data: t, isLoading: n, fetchStatus: r } = he({
410
410
  queryKey: [
411
411
  "getDataTopics",
412
412
  e
413
413
  ],
414
- queryFn: () => W(void 0, null, function* () {
414
+ queryFn: () => ne(void 0, null, function* () {
415
415
  if (e)
416
416
  return e.getChatContexts();
417
417
  }),
@@ -419,11 +419,11 @@ const fo = (e) => {
419
419
  });
420
420
  return {
421
421
  data: t,
422
- isLoading: o,
422
+ isLoading: n,
423
423
  fetchStatus: r
424
424
  };
425
- }, vo = () => {
426
- const e = B(), { data: t, isLoading: o } = K({
425
+ }, vr = () => {
426
+ const e = J(), { data: t, isLoading: n } = he({
427
427
  queryKey: [
428
428
  "getAllChats",
429
429
  e
@@ -433,25 +433,25 @@ const fo = (e) => {
433
433
  });
434
434
  return {
435
435
  data: t != null ? t : [],
436
- isLoading: o
436
+ isLoading: n
437
437
  };
438
- }, wo = (e, t, o) => {
439
- const r = oe(), i = B(), s = Re({
440
- mutationFn: () => W(void 0, null, function* () {
441
- if (!(!i || !e))
442
- return i.ai.chat.create(e, o);
438
+ }, kr = (e, t, n) => {
439
+ const r = ye(), s = J(), c = Xe({
440
+ mutationFn: () => ne(void 0, null, function* () {
441
+ if (!(!s || !e))
442
+ return s.ai.chat.create(e, n);
443
443
  }),
444
444
  onSuccess: () => r.invalidateQueries([
445
445
  "getAllChats"
446
446
  ])
447
447
  });
448
- return re(() => {
449
- t && s.isIdle && s.mutate();
448
+ return ke(() => {
449
+ t && c.isIdle && c.mutate();
450
450
  }, [
451
451
  t,
452
- s
453
- ]), s;
454
- }, ko = (e, t) => {
452
+ c
453
+ ]), c;
454
+ }, wr = (e, t) => {
455
455
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
456
456
  case "nlq":
457
457
  return {
@@ -468,128 +468,128 @@ const fo = (e) => {
468
468
  default:
469
469
  throw Error(`${t}${JSON.stringify(e)}`);
470
470
  }
471
- }, So = (e, t) => {
472
- const o = oe(), r = k((l) => {
473
- e && o.setQueriesData([
474
- Ee,
471
+ }, Sr = (e, t) => {
472
+ const n = ye(), r = O((d) => {
473
+ e && n.setQueriesData([
474
+ et,
475
475
  e
476
- ], (d) => d && [
477
- ...d,
478
- l
476
+ ], (h) => h && [
477
+ ...h,
478
+ d
479
479
  ]);
480
480
  }, [
481
- o,
481
+ n,
482
482
  e
483
- ]), { t: i } = S(), s = B(), { mutate: a, isLoading: c } = Re({
484
- mutationFn: (l) => W(void 0, null, function* () {
485
- if (!(!s || !e))
486
- return s.ai.chat.post(e, {
487
- text: l,
483
+ ]), { t: s } = H(), c = J(), { mutate: a, isLoading: p } = Xe({
484
+ mutationFn: (d) => ne(void 0, null, function* () {
485
+ if (!(!c || !e))
486
+ return c.ai.chat.post(e, {
487
+ text: d,
488
488
  options: {
489
489
  enableFollowup: t
490
490
  }
491
491
  });
492
492
  }),
493
- onMutate: (l) => {
493
+ onMutate: (d) => {
494
494
  r({
495
- content: l,
495
+ content: d,
496
496
  role: "user"
497
497
  });
498
498
  },
499
- onError: (l) => {
500
- l instanceof Error && (console.error("Error when sending message:", l.message), r({
501
- content: i(`ai.errors.${l.interpolationOptions.errorCode}`, {
502
- defaultValue: i("ai.errors.unexpectedChatResponse")
499
+ onError: (d) => {
500
+ d instanceof Error && (console.error("Error when sending message:", d.message), r({
501
+ content: s(`ai.errors.${d.interpolationOptions.errorCode}`, {
502
+ defaultValue: s("ai.errors.unexpectedChatResponse")
503
503
  }),
504
504
  role: "assistant"
505
505
  }));
506
506
  },
507
- onSuccess: (l) => {
508
- if (!l)
507
+ onSuccess: (d) => {
508
+ if (!d)
509
509
  return;
510
- const d = i("ai.errors.unknownResponse");
511
- r(ko(l, d));
510
+ const h = s("ai.errors.unknownResponse");
511
+ r(wr(d, h));
512
512
  }
513
513
  });
514
514
  return {
515
515
  mutate: a,
516
- isLoading: c
516
+ isLoading: p
517
517
  };
518
- }, Fe = (e, t, o = !1) => {
519
- var C;
520
- const { data: r, isLoading: i } = vo(), s = uo(), a = s.getChatId(e, t) || ((C = r.find((u) => {
521
- var g;
522
- return u.contextTitle === e && ((g = u.contextDetails) == null ? void 0 : g.dashboardId) === (t == null ? void 0 : t.dashboardId);
523
- })) == null ? void 0 : C.chatId), { isError: c, data: l, isSuccess: d } = wo(e, o && !i && !a, t);
524
- return re(() => {
525
- d && l && !a && s.saveChatId(l.chatId, e, t);
518
+ }, nt = (e, t, n = !1) => {
519
+ var b;
520
+ const { data: r, isLoading: s } = vr(), c = ur(), a = c.getChatId(e, t) || ((b = r.find((m) => {
521
+ var i;
522
+ return m.contextTitle === e && ((i = m.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
523
+ })) == null ? void 0 : b.chatId), { isError: p, data: d, isSuccess: h } = kr(e, n && !s && !a, t);
524
+ return ke(() => {
525
+ h && d && !a && c.saveChatId(d.chatId, e, t);
526
526
  }, [
527
- l,
528
527
  d,
528
+ h,
529
529
  e,
530
530
  t,
531
531
  a,
532
- s
532
+ c
533
533
  ]), {
534
534
  chatId: a,
535
- isLoading: i,
536
- isError: c
535
+ isLoading: s,
536
+ isError: p
537
537
  };
538
- }, lt = (e) => F(() => {
538
+ }, At = (e) => Z(() => {
539
539
  if (e != null && e.length) {
540
540
  const t = e[e.length - 1];
541
- if (He(t))
541
+ if (rt(t))
542
542
  return JSON.parse(t.content);
543
543
  }
544
544
  return null;
545
545
  }, [
546
546
  e
547
- ]), He = (e) => !!e && "type" in e && e.type === "nlq", Mo = (e) => !!e && "type" in e && e.type === "text", To = (e, t) => {
548
- const { t: o } = S(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = Fe(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: C } = Ne(i);
549
- re(() => {
550
- s ? c(new ve("ai.errors.chatUnavailable")) : C && c(new ve("ai.errors.fetchHistory"));
547
+ ]), rt = (e) => !!e && "type" in e && e.type === "nlq", Mr = (e) => !!e && "type" in e && e.type === "text", Tr = (e, t) => {
548
+ const { t: n } = H(), { enableFollowupQuestions: r } = ee(), { chatId: s, isError: c } = nt(e, t, !0), [a, p] = P(null), { history: d, isLoading: h, isError: b } = tt(s);
549
+ ke(() => {
550
+ c ? p(new Ze("ai.errors.chatUnavailable")) : b && p(new Ze("ai.errors.fetchHistory"));
551
551
  }, [
552
- s,
553
- C,
554
- o
552
+ c,
553
+ b,
554
+ n
555
555
  ]);
556
- const { mutate: u, isLoading: g } = So(i, r), m = lt(l);
556
+ const { mutate: m, isLoading: i } = Sr(s, r), u = At(d);
557
557
  return {
558
- chatId: i,
559
- history: l != null ? l : [],
560
- lastNlqResponse: m,
561
- sendMessage: u,
562
- isAwaitingResponse: g,
563
- isLoading: d,
558
+ chatId: s,
559
+ history: d != null ? d : [],
560
+ lastNlqResponse: u,
561
+ sendMessage: m,
562
+ isAwaitingResponse: i,
563
+ isLoading: h,
564
564
  lastError: a
565
565
  };
566
- }, An = ({ contextTitle: e, contextDetails: t }) => {
567
- const { chatId: o } = Fe(e, t), { history: r } = Ne(o);
568
- return lt(r);
569
- }, On = ({ contextTitle: e, contextDetails: t }) => {
570
- const { chatId: o } = Fe(e, t), { history: r } = Ne(o);
571
- return F(() => {
566
+ }, Z1 = ({ contextTitle: e, contextDetails: t }) => {
567
+ const { chatId: n } = nt(e, t), { history: r } = tt(n);
568
+ return At(r);
569
+ }, j1 = ({ contextTitle: e, contextDetails: t }) => {
570
+ const { chatId: n } = nt(e, t), { history: r } = tt(n);
571
+ return Z(() => {
572
572
  if (r != null && r.length) {
573
- const i = r.slice().reverse().find(He);
574
- if (i)
575
- return JSON.parse(i.content);
573
+ const s = r.slice().reverse().find(rt);
574
+ if (s)
575
+ return JSON.parse(s.content);
576
576
  }
577
577
  return null;
578
578
  }, [
579
579
  r
580
580
  ]);
581
- }, Lo = 500, Ro = 500, Io = 500, Eo = 900, No = /* @__PURE__ */ h("div", {
581
+ }, Lr = 500, Rr = 500, Er = 500, Ir = 900, Nr = /* @__PURE__ */ k("div", {
582
582
  target: "e1ldv6710",
583
583
  label: "ChatFrame"
584
- })("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Lo, "px;min-height:", Ro, "px;width:", ({ width: e }) => e ? Qe(e) : `${Io}px`, ";height:", ({ height: e }) => e ? Qe(e) : `${Eo}px`, ";", ({ theme: e }) => I`
584
+ })("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Lr, "px;min-height:", Rr, "px;width:", ({ width: e }) => e ? Ct(e) : `${Er}px`, ";height:", ({ height: e }) => e ? Ct(e) : `${Ir}px`, ";", ({ theme: e }) => D`
585
585
  font-size: ${e.aiChat.primaryFontSize[0]};
586
586
  line-height: ${e.aiChat.primaryFontSize[1]};
587
587
  `, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
588
- function Qe(e) {
588
+ function Ct(e) {
589
589
  return typeof e == "number" ? `${e}px` : e;
590
590
  }
591
- function Fo({ spin: e }) {
592
- return /* @__PURE__ */ p("svg", {
591
+ function Fr({ spin: e }) {
592
+ return /* @__PURE__ */ w("svg", {
593
593
  xmlns: "http://www.w3.org/2000/svg",
594
594
  width: "24",
595
595
  height: "24",
@@ -597,14 +597,14 @@ function Fo({ spin: e }) {
597
597
  fill: "none",
598
598
  className: `${e ? "csdk-animate-spin" : ""}`,
599
599
  children: [
600
- /* @__PURE__ */ n("path", {
600
+ /* @__PURE__ */ o("path", {
601
601
  fillRule: "evenodd",
602
602
  clipRule: "evenodd",
603
603
  d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
604
604
  fill: "#262E3D",
605
605
  fillOpacity: "0.3"
606
606
  }),
607
- /* @__PURE__ */ n("path", {
607
+ /* @__PURE__ */ o("path", {
608
608
  fillRule: "evenodd",
609
609
  clipRule: "evenodd",
610
610
  d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
@@ -613,88 +613,88 @@ function Fo({ spin: e }) {
613
613
  ]
614
614
  });
615
615
  }
616
- function ge() {
617
- return /* @__PURE__ */ n("div", {
616
+ function Oe() {
617
+ return /* @__PURE__ */ o("div", {
618
618
  className: "csdk-m-auto",
619
619
  "aria-label": "loading spinner",
620
- children: /* @__PURE__ */ n(Fo, {
620
+ children: /* @__PURE__ */ o(Fr, {
621
621
  spin: !0
622
622
  })
623
623
  });
624
624
  }
625
- function Ho({ theme: e }) {
626
- return /* @__PURE__ */ n("svg", {
625
+ function Br({ theme: e }) {
626
+ return /* @__PURE__ */ o("svg", {
627
627
  width: "24",
628
628
  height: "24",
629
629
  viewBox: "0 0 24 24",
630
630
  fill: "none",
631
631
  xmlns: "http://www.w3.org/2000/svg",
632
- children: /* @__PURE__ */ n("path", {
632
+ children: /* @__PURE__ */ o("path", {
633
633
  d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
634
634
  fill: e.aiChat.icons.color
635
635
  })
636
636
  });
637
637
  }
638
- function Bo({ theme: e }) {
638
+ function Or({ theme: e }) {
639
639
  const t = e.aiChat.icons.color;
640
- return /* @__PURE__ */ p("svg", {
640
+ return /* @__PURE__ */ w("svg", {
641
641
  xmlns: "http://www.w3.org/2000/svg",
642
642
  width: "25",
643
643
  height: "25",
644
644
  viewBox: "0 0 25 25",
645
645
  fill: "none",
646
646
  children: [
647
- /* @__PURE__ */ n("path", {
647
+ /* @__PURE__ */ o("path", {
648
648
  d: "M21.4095 11.1195L12.5644 6.0459C12.3247 5.90841 12.0189 5.99143 11.8816 6.23128L10.764 8.18434C10.6275 8.42284 10.709 8.72678 10.9466 8.86491L19.7108 13.9614C19.9464 14.0984 20.2483 14.0215 20.3897 13.7884L21.5883 11.8125C21.734 11.5723 21.6532 11.2592 21.4095 11.1195Z",
649
649
  fill: t
650
650
  }),
651
- /* @__PURE__ */ n("path", {
651
+ /* @__PURE__ */ o("path", {
652
652
  d: "M18.7329 8.60735L16.1048 7.07819L19.6668 0.928042C19.8041 0.6909 20.1068 0.608502 20.3454 0.743288L22.156 1.7661C22.3992 1.90347 22.4827 2.21344 22.3414 2.45438L18.7329 8.60735Z",
653
653
  fill: t
654
654
  }),
655
- /* @__PURE__ */ n("path", {
655
+ /* @__PURE__ */ o("path", {
656
656
  d: "M19.8544 14.9048L10.3563 9.43067C10.2184 9.35116 10.0413 9.39515 9.95275 9.52746C7.03423 13.8862 4.07448 15.2337 3.18167 16.0938C3.09276 16.1794 3.08414 16.3141 3.1538 16.416C3.74961 17.2879 5.10497 18.4425 6.05628 19.2048C6.17328 19.2985 6.34145 19.2903 6.44961 19.1865L9.97994 15.7973L7.69329 20.1066C7.61954 20.2456 7.66674 20.4186 7.80041 20.5017C11.6152 22.8708 14.2978 24.0437 16.9604 24.4472C17.1542 24.4766 17.3191 24.3106 17.3033 24.1152C17.007 20.469 19.0807 16.6112 19.8544 14.9048Z",
657
657
  fill: t
658
658
  })
659
659
  ]
660
660
  });
661
661
  }
662
- const Do = /* @__PURE__ */ h("div", {
662
+ const Hr = /* @__PURE__ */ k("div", {
663
663
  target: "e1q6h1ze0",
664
664
  label: "Section"
665
- })("display:flex;flex-direction:column;row-gap:4px;"), Po = /* @__PURE__ */ h("div", {
665
+ })("display:flex;flex-direction:column;row-gap:4px;"), $r = /* @__PURE__ */ k("div", {
666
666
  target: "e1q6h1ze1",
667
667
  label: "SectionHeader"
668
- })("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), qo = /* @__PURE__ */ h("div", {
668
+ })("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), Pr = /* @__PURE__ */ k("div", {
669
669
  target: "e1q6h1ze2",
670
670
  label: "DropupItem"
671
671
  })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
672
- function Ao({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
673
- const [i, s] = L(!1), { themeSettings: a } = b();
674
- return /* @__PURE__ */ p(Do, {
672
+ function Dr({ title: e, items: t, onSelect: n, alwaysExpanded: r = !1 }) {
673
+ const [s, c] = P(!1), { themeSettings: a } = L();
674
+ return /* @__PURE__ */ w(Hr, {
675
675
  children: [
676
- /* @__PURE__ */ n(Po, {
677
- onClick: () => s((c) => !c),
676
+ /* @__PURE__ */ o($r, {
677
+ onClick: () => c((p) => !p),
678
678
  theme: a,
679
679
  children: e.toUpperCase()
680
680
  }),
681
- (i || r) && t.map((c, l) => /* @__PURE__ */ n(qo, {
682
- onClick: () => o(c),
681
+ (s || r) && t.map((p, d) => /* @__PURE__ */ o(Pr, {
682
+ onClick: () => n(p),
683
683
  theme: a,
684
- children: c
685
- }, l))
684
+ children: p
685
+ }, d))
686
686
  ]
687
687
  });
688
688
  }
689
- const Oo = /* @__PURE__ */ h("div", {
689
+ const Ar = /* @__PURE__ */ k("div", {
690
690
  target: "e10x5x4a0",
691
691
  label: "PopupContent"
692
- })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), Wo = /* @__PURE__ */ h("div", {
692
+ })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), zr = /* @__PURE__ */ k("div", {
693
693
  target: "e10x5x4a1",
694
694
  label: "ErrorMessage"
695
- })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), ke = (e) => e.startsWith("/");
696
- function $o({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
697
- const l = [
695
+ })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Ve = (e) => e.startsWith("/");
696
+ function qr({ recentPrompts: e, suggestions: t, isLoading: n, onSelection: r, anchorEl: s, text: c, recommendationsError: a }) {
697
+ const d = [
698
698
  {
699
699
  title: "/recent searches",
700
700
  items: e,
@@ -705,10 +705,10 @@ function $o({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
705
705
  items: t,
706
706
  onSelect: r
707
707
  }
708
- ].filter((g) => g.title.slice(0, s.length) === s), { themeSettings: d } = b(), { t: C } = S(), u = l.length === 1;
709
- return /* @__PURE__ */ n(Ye, {
710
- open: ke(s) && l.length > 0,
711
- anchorEl: i,
708
+ ].filter((i) => i.title.slice(0, c.length) === c), { themeSettings: h } = L(), { t: b } = H(), m = d.length === 1;
709
+ return /* @__PURE__ */ o(Et, {
710
+ open: Ve(c) && d.length > 0,
711
+ anchorEl: s,
712
712
  placement: "top-start",
713
713
  modifiers: [
714
714
  {
@@ -724,27 +724,27 @@ function $o({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
724
724
  sx: {
725
725
  zIndex: 3
726
726
  },
727
- children: /* @__PURE__ */ p(Oo, {
727
+ children: /* @__PURE__ */ w(Ar, {
728
728
  style: {
729
- width: i == null ? void 0 : i.offsetWidth
729
+ width: s == null ? void 0 : s.offsetWidth
730
730
  },
731
- theme: d,
731
+ theme: h,
732
732
  children: [
733
- o && /* @__PURE__ */ n(ge, {}),
734
- !o && !a && l.map((g) => /* @__PURE__ */ n(Ao, M(v({}, g), {
735
- alwaysExpanded: u
736
- }), g.title)),
737
- a && /* @__PURE__ */ n(Wo, {
738
- theme: d,
739
- children: C("ai.errors.recommendationsNotAvailable")
733
+ n && /* @__PURE__ */ o(Oe, {}),
734
+ !n && !a && d.map((i) => /* @__PURE__ */ o(Dr, N(T({}, i), {
735
+ alwaysExpanded: m
736
+ }), i.title)),
737
+ a && /* @__PURE__ */ o(zr, {
738
+ theme: h,
739
+ children: b("ai.errors.recommendationsNotAvailable")
740
740
  })
741
741
  ]
742
742
  })
743
743
  });
744
744
  }
745
- function ie({ title: e, placement: t = "top", children: o }) {
746
- const { themeSettings: r } = b();
747
- return /* @__PURE__ */ n(St, {
745
+ function we({ title: e, placement: t = "top", children: n }) {
746
+ const { themeSettings: r } = L();
747
+ return /* @__PURE__ */ o(Tn, {
748
748
  title: e,
749
749
  placement: t,
750
750
  disableInteractive: !0,
@@ -769,240 +769,603 @@ function ie({ title: e, placement: t = "top", children: o }) {
769
769
  }
770
770
  },
771
771
  arrow: !0,
772
- children: o
772
+ children: n
773
773
  });
774
774
  }
775
- const zo = 500, Zo = /* @__PURE__ */ h("div", {
775
+ const Wr = 500, Zr = /* @__PURE__ */ k("div", {
776
776
  target: "e6iwkw10",
777
777
  label: "ChatInputContainer"
778
- })("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), jo = /* @__PURE__ */ h("button", {
778
+ })("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), jr = /* @__PURE__ */ k("button", {
779
779
  target: "e6iwkw11",
780
780
  label: "ClearHistoryButton"
781
- })("height:34px;background-color:inherit;cursor:pointer;border:none;"), Vo = /* @__PURE__ */ h("textarea", {
781
+ })("height:34px;background-color:inherit;cursor:pointer;border:none;"), Vr = /* @__PURE__ */ k("textarea", {
782
782
  target: "e6iwkw12",
783
783
  label: "TextInput"
784
- })("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), Qo = /* @__PURE__ */ h("button", {
784
+ })("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), Gr = /* @__PURE__ */ k("button", {
785
785
  target: "e6iwkw13",
786
786
  label: "SendMessageButton"
787
- })("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
787
+ })("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? D`
788
788
  opacity: 0.3;
789
789
  cursor: not-allowed;
790
- ` : I`
790
+ ` : D`
791
791
  opacity: 1;
792
792
  cursor: pointer;
793
- `), Go = 34;
794
- function _o({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPrompts: r, suggestions: i, isLoading: s, recommendationsError: a, onChange: c }) {
795
- const [l, d] = L(""), { inputPromptText: C } = P(), u = k(() => {
796
- if (o)
793
+ `), Ur = 34;
794
+ function Qr({ onSendMessage: e, onClearHistoryClick: t, disabled: n, recentPrompts: r, suggestions: s, isLoading: c, recommendationsError: a, onChange: p }) {
795
+ const [d, h] = P(""), { inputPromptText: b } = ee(), m = O(() => {
796
+ if (n)
797
797
  return;
798
- if (ke(l)) {
799
- d("");
798
+ if (Ve(d)) {
799
+ h("");
800
800
  return;
801
801
  }
802
- const y = l.trim();
803
- y.length !== 0 && (e(y), d(""));
802
+ const x = d.trim();
803
+ x.length !== 0 && (e(x), h(""));
804
804
  }, [
805
- o,
805
+ n,
806
806
  e,
807
- l
808
- ]), g = k((y) => {
809
- e(y), d("");
807
+ d
808
+ ]), i = O((x) => {
809
+ e(x), h("");
810
810
  }, [
811
811
  e
812
- ]), m = k((y) => {
813
- y.key === "Enter" ? (y.preventDefault(), u()) : y.key === "Escape" && ke(l) && d("");
812
+ ]), u = O((x) => {
813
+ x.key === "Enter" ? (x.preventDefault(), m()) : x.key === "Escape" && Ve(d) && h("");
814
814
  }, [
815
- u,
816
- l
817
- ]), w = k((y) => {
818
- c == null || c(y.target.value), d(y.target.value);
815
+ m,
816
+ d
817
+ ]), l = O((x) => {
818
+ p == null || p(x.target.value), h(x.target.value);
819
819
  }, [
820
- c
821
- ]), x = U(null);
822
- de(() => {
823
- x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, Go)}px`);
820
+ p
821
+ ]), C = ue(null);
822
+ Ee(() => {
823
+ C.current && (C.current.style.height = "inherit", C.current.style.height = `${Math.max(C.current.scrollHeight + 2, Ur)}px`);
824
824
  }, [
825
- l
826
- ]), de(() => {
827
- x.current && x.current.focus({
825
+ d
826
+ ]), Ee(() => {
827
+ C.current && C.current.focus({
828
828
  preventScroll: !0
829
829
  });
830
830
  }, []);
831
- const { themeSettings: T } = b(), { t: E } = S(), Z = k((y) => {
832
- var Q;
833
- if ((Q = document.getElementById("csdk-chatbot-frame")) != null && Q.contains(y.relatedTarget)) {
834
- const D = (G) => {
835
- var j;
836
- document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), G.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && y.target.focus({
831
+ const { themeSettings: g } = L(), { t: v } = H(), S = O((x) => {
832
+ var E;
833
+ if ((E = document.getElementById("csdk-chatbot-frame")) != null && E.contains(x.relatedTarget)) {
834
+ const R = (M) => {
835
+ var I;
836
+ document.removeEventListener("mouseup", R), document.removeEventListener("keyup", R), M.type === "mouseup" && ((I = document.getSelection()) == null ? void 0 : I.type) !== "Range" && x.target.focus({
837
837
  preventScroll: !0
838
838
  });
839
839
  };
840
- document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
840
+ document.addEventListener("mouseup", R), document.addEventListener("keyup", R);
841
841
  }
842
842
  }, []);
843
- return /* @__PURE__ */ p(Zo, {
844
- theme: T,
843
+ return /* @__PURE__ */ w(Zr, {
844
+ theme: g,
845
845
  children: [
846
- /* @__PURE__ */ n($o, {
846
+ /* @__PURE__ */ o(qr, {
847
847
  recentPrompts: r,
848
- suggestions: i,
849
- isLoading: s,
850
- onSelection: g,
851
- anchorEl: x.current,
852
- text: l,
848
+ suggestions: s,
849
+ isLoading: c,
850
+ onSelection: i,
851
+ anchorEl: C.current,
852
+ text: d,
853
853
  recommendationsError: a
854
854
  }),
855
- t && /* @__PURE__ */ n(ie, {
856
- title: E("ai.buttons.clearChat"),
855
+ t && /* @__PURE__ */ o(we, {
856
+ title: v("ai.buttons.clearChat"),
857
857
  placement: "bottom-start",
858
- children: /* @__PURE__ */ n(jo, {
858
+ children: /* @__PURE__ */ o(jr, {
859
859
  "aria-label": "clear history",
860
860
  onClick: t,
861
- children: /* @__PURE__ */ n(Bo, {
862
- theme: T
861
+ children: /* @__PURE__ */ o(Or, {
862
+ theme: g
863
863
  })
864
864
  })
865
865
  }),
866
- /* @__PURE__ */ n(Vo, {
866
+ /* @__PURE__ */ o(Vr, {
867
867
  "aria-label": "chat input",
868
- onBlur: Z,
869
- maxLength: zo,
870
- ref: x,
868
+ onBlur: S,
869
+ maxLength: Wr,
870
+ ref: C,
871
871
  rows: 1,
872
- onChange: w,
872
+ onChange: l,
873
873
  spellCheck: "true",
874
- placeholder: C,
875
- value: l,
876
- onKeyDown: m,
877
- theme: T
874
+ placeholder: b,
875
+ value: d,
876
+ onKeyDown: u,
877
+ theme: g
878
878
  }),
879
- /* @__PURE__ */ n(Qo, {
879
+ /* @__PURE__ */ o(Gr, {
880
880
  "aria-label": "send chat message",
881
- disabled: o || l.length === 0,
882
- onClick: u,
883
- theme: T,
884
- children: /* @__PURE__ */ n("span", {
881
+ disabled: n || d.length === 0,
882
+ onClick: m,
883
+ theme: g,
884
+ children: /* @__PURE__ */ o("span", {
885
885
  "data-state": "closed",
886
- children: /* @__PURE__ */ n(Ho, {
887
- theme: T
886
+ children: /* @__PURE__ */ o(Br, {
887
+ theme: g
888
888
  })
889
889
  })
890
890
  })
891
891
  ]
892
892
  });
893
893
  }
894
- const Uo = /* @__PURE__ */ h("div", {
895
- target: "er3yjg60",
894
+ function se() {
895
+ return se = Object.assign ? Object.assign.bind() : function(e) {
896
+ for (var t = 1; t < arguments.length; t++) {
897
+ var n = arguments[t];
898
+ for (var r in n)
899
+ Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
900
+ }
901
+ return e;
902
+ }, se.apply(this, arguments);
903
+ }
904
+ const _r = ["children", "options"], y = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
905
+ var ft;
906
+ (function(e) {
907
+ e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
908
+ })(ft || (ft = {}));
909
+ const mt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), bt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, Kr = ["style", "script"], Jr = ["src", "href", "data", "formAction", "srcDoc", "action"], Xr = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, Yr = /mailto:/i, eo = /\n{2,}$/, zt = /^(\s*>[\s\S]*?)(?=\n\n|$)/, to = /^ *> ?/gm, no = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, ro = /^ {2,}\n/, oo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, qt = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Wt = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, io = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, so = /^(?:\n *)*\n/, ao = /\r\n?/g, lo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, co = /^\[\^([^\]]+)]/, uo = /\f/g, po = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, ho = /^\s*?\[(x|\s)\]/, Zt = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, jt = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Vt = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ge = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, go = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Gt = /^<!--[\s\S]*?(?:-->)/, Co = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Ue = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, fo = /^\{.*\}$/, mo = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, bo = /^<([^ >]+@[^ >]+)>/, xo = /^<([^ >]+:\/[^ >]+)>/, yo = /-([a-z])?/gi, Ut = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, vo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, ko = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, wo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, So = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Mo = /\t/g, To = /(^ *\||\| *$)/g, Lo = /^ *:-+: *$/, Ro = /^ *:-+ *$/, Eo = /^ *-+: *$/, He = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Io = new RegExp(`^([*_])\\1${He}\\1\\1(?!\\1)`), No = new RegExp(`^([*_])${He}\\1(?!\\1)`), Fo = new RegExp(`^(==)${He}\\1`), Bo = new RegExp(`^(~~)${He}\\1`), Oo = /^\\([^0-9A-Za-z\s])/, xt = /\\([^0-9A-Za-z\s])/g, Ho = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, $o = /^\n+/, Po = /^([ \t]*)/, Do = /\\([^\\])/g, Ao = /(?:^|\n)( *)$/, ot = "(?:\\d+\\.)", it = "(?:[*+-])";
910
+ function Qt(e) {
911
+ return "( *)(" + (e === 1 ? ot : it) + ") +";
912
+ }
913
+ const _t = Qt(1), Kt = Qt(2);
914
+ function Jt(e) {
915
+ return new RegExp("^" + (e === 1 ? _t : Kt));
916
+ }
917
+ const zo = Jt(1), qo = Jt(2);
918
+ function Xt(e) {
919
+ return new RegExp("^" + (e === 1 ? _t : Kt) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ot : it) + " )[^\\n]*)*(\\n|$)", "gm");
920
+ }
921
+ const Wo = Xt(1), Zo = Xt(2);
922
+ function Yt(e) {
923
+ const t = e === 1 ? ot : it;
924
+ return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
925
+ }
926
+ const en = Yt(1), tn = Yt(2);
927
+ function yt(e, t) {
928
+ const n = t === 1, r = n ? en : tn, s = n ? Wo : Zo, c = n ? zo : qo;
929
+ return { match: pe(function(a, p) {
930
+ const d = Ao.exec(p.prevCapture);
931
+ return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
932
+ }), order: 1, parse(a, p, d) {
933
+ const h = n ? +a[2] : void 0, b = a[0].replace(eo, `
934
+ `).match(s);
935
+ let m = !1;
936
+ return { items: b.map(function(i, u) {
937
+ const l = c.exec(i)[0].length, C = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(C, "").replace(c, ""), v = u === b.length - 1, S = g.indexOf(`
938
+
939
+ `) !== -1 || v && m;
940
+ m = S;
941
+ const x = d.inline, E = d.list;
942
+ let R;
943
+ d.list = !0, S ? (d.inline = !1, R = xe(g) + `
944
+
945
+ `) : (d.inline = !0, R = xe(g));
946
+ const M = p(R, d);
947
+ return d.inline = x, d.list = E, M;
948
+ }), ordered: n, start: h };
949
+ }, render: (a, p, d) => e(a.ordered ? "ol" : "ul", { key: d.key, start: a.type === y.orderedList ? a.start : void 0 }, a.items.map(function(h, b) {
950
+ return e("li", { key: b }, p(h, d));
951
+ })) };
952
+ }
953
+ const jo = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), Vo = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, nn = [zt, qt, Wt, Zt, Vt, jt, Ut, en, tn], Go = [...nn, /^[^\n]+(?: \n|\n{2,})/, Ge, Gt, Ue];
954
+ function xe(e) {
955
+ let t = e.length;
956
+ for (; t > 0 && e[t - 1] <= " "; )
957
+ t--;
958
+ return e.slice(0, t);
959
+ }
960
+ function fe(e) {
961
+ return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
962
+ }
963
+ function Uo(e) {
964
+ return Eo.test(e) ? "right" : Lo.test(e) ? "center" : Ro.test(e) ? "left" : null;
965
+ }
966
+ function vt(e, t, n, r) {
967
+ const s = n.inTable;
968
+ n.inTable = !0;
969
+ let c = [[]], a = "";
970
+ function p() {
971
+ if (!a)
972
+ return;
973
+ const d = c[c.length - 1];
974
+ d.push.apply(d, t(a, n)), a = "";
975
+ }
976
+ return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, h, b) => {
977
+ d.trim() === "|" && (p(), r) ? h !== 0 && h !== b.length - 1 && c.push([]) : a += d;
978
+ }), p(), n.inTable = s, c;
979
+ }
980
+ function Qo(e, t, n) {
981
+ n.inline = !0;
982
+ const r = e[2] ? e[2].replace(To, "").split("|").map(Uo) : [], s = e[3] ? function(a, p, d) {
983
+ return a.trim().split(`
984
+ `).map(function(h) {
985
+ return vt(h, p, d, !0);
986
+ });
987
+ }(e[3], t, n) : [], c = vt(e[1], t, n, !!s.length);
988
+ return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: y.table } : { children: c, type: y.paragraph };
989
+ }
990
+ function kt(e, t) {
991
+ return e.align[t] == null ? {} : { textAlign: e.align[t] };
992
+ }
993
+ function pe(e) {
994
+ return e.inline = 1, e;
995
+ }
996
+ function re(e) {
997
+ return pe(function(t, n) {
998
+ return n.inline ? e.exec(t) : null;
999
+ });
1000
+ }
1001
+ function oe(e) {
1002
+ return pe(function(t, n) {
1003
+ return n.inline || n.simple ? e.exec(t) : null;
1004
+ });
1005
+ }
1006
+ function Y(e) {
1007
+ return function(t, n) {
1008
+ return n.inline || n.simple ? null : e.exec(t);
1009
+ };
1010
+ }
1011
+ function me(e) {
1012
+ return pe(function(t) {
1013
+ return e.exec(t);
1014
+ });
1015
+ }
1016
+ function _o(e, t) {
1017
+ if (t.inline || t.simple)
1018
+ return null;
1019
+ let n = "";
1020
+ e.split(`
1021
+ `).every((s) => (s += `
1022
+ `, !nn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1023
+ const r = xe(n);
1024
+ return r == "" ? null : [n, , r];
1025
+ }
1026
+ const Ko = /(javascript|vbscript|data(?!:image)):/i;
1027
+ function Jo(e) {
1028
+ try {
1029
+ const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
1030
+ if (Ko.test(t))
1031
+ return null;
1032
+ } catch (t) {
1033
+ return null;
1034
+ }
1035
+ return e;
1036
+ }
1037
+ function wt(e) {
1038
+ return e.replace(Do, "$1");
1039
+ }
1040
+ function Re(e, t, n) {
1041
+ const r = n.inline || !1, s = n.simple || !1;
1042
+ n.inline = !0, n.simple = !0;
1043
+ const c = e(t, n);
1044
+ return n.inline = r, n.simple = s, c;
1045
+ }
1046
+ function Xo(e, t, n) {
1047
+ const r = n.inline || !1, s = n.simple || !1;
1048
+ n.inline = !1, n.simple = !0;
1049
+ const c = e(t, n);
1050
+ return n.inline = r, n.simple = s, c;
1051
+ }
1052
+ function Yo(e, t, n) {
1053
+ const r = n.inline || !1;
1054
+ n.inline = !1;
1055
+ const s = e(t, n);
1056
+ return n.inline = r, s;
1057
+ }
1058
+ const De = (e, t, n) => ({ children: Re(t, e[2], n) });
1059
+ function Ae() {
1060
+ return {};
1061
+ }
1062
+ function ze() {
1063
+ return null;
1064
+ }
1065
+ function ei(...e) {
1066
+ return e.filter(Boolean).join(" ");
1067
+ }
1068
+ function qe(e, t, n) {
1069
+ let r = e;
1070
+ const s = t.split(".");
1071
+ for (; s.length && (r = r[s[0]], r !== void 0); )
1072
+ s.shift();
1073
+ return r || n;
1074
+ }
1075
+ function ti(e = "", t = {}) {
1076
+ function n(i, u, ...l) {
1077
+ const C = qe(t.overrides, `${i}.props`, {});
1078
+ return t.createElement(function(g, v) {
1079
+ const S = qe(v, g);
1080
+ return S ? typeof S == "function" || typeof S == "object" && "render" in S ? S : qe(v, `${g}.component`, g) : g;
1081
+ }(i, t.overrides), se({}, u, C, { className: ei(u == null ? void 0 : u.className, C.className) || void 0 }), ...l);
1082
+ }
1083
+ function r(i) {
1084
+ i = i.replace(po, "");
1085
+ let u = !1;
1086
+ t.forceInline ? u = !0 : t.forceBlock || (u = So.test(i) === !1);
1087
+ const l = h(d(u ? i : `${xe(i).replace($o, "")}
1088
+
1089
+ `, { inline: u }));
1090
+ for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); )
1091
+ l.pop();
1092
+ if (t.wrapper === null)
1093
+ return l;
1094
+ const C = t.wrapper || (u ? "span" : "div");
1095
+ let g;
1096
+ if (l.length > 1 || t.forceWrapper)
1097
+ g = l;
1098
+ else {
1099
+ if (l.length === 1)
1100
+ return g = l[0], typeof g == "string" ? n("span", { key: "outer" }, g) : g;
1101
+ g = null;
1102
+ }
1103
+ return t.createElement(C, { key: "outer" }, g);
1104
+ }
1105
+ function s(i, u) {
1106
+ const l = u.match(Xr);
1107
+ return l ? l.reduce(function(C, g) {
1108
+ const v = g.indexOf("=");
1109
+ if (v !== -1) {
1110
+ const S = function(M) {
1111
+ return M.indexOf("-") !== -1 && M.match(Co) === null && (M = M.replace(yo, function(I, $) {
1112
+ return $.toUpperCase();
1113
+ })), M;
1114
+ }(g.slice(0, v)).trim(), x = function(M) {
1115
+ const I = M[0];
1116
+ return (I === '"' || I === "'") && M.length >= 2 && M[M.length - 1] === I ? M.slice(1, -1) : M;
1117
+ }(g.slice(v + 1).trim()), E = mt[S] || S;
1118
+ if (E === "ref")
1119
+ return C;
1120
+ const R = C[E] = function(M, I, $, ae) {
1121
+ return I === "style" ? function(Q) {
1122
+ const A = [];
1123
+ let U = "", F = !1, z = !1, X = "";
1124
+ if (!Q)
1125
+ return A;
1126
+ for (let G = 0; G < Q.length; G++) {
1127
+ const q = Q[G];
1128
+ if (q !== '"' && q !== "'" || F || (z ? q === X && (z = !1, X = "") : (z = !0, X = q)), q === "(" && U.endsWith("url") ? F = !0 : q === ")" && F && (F = !1), q !== ";" || z || F)
1129
+ U += q;
1130
+ else {
1131
+ const j = U.trim();
1132
+ if (j) {
1133
+ const te = j.indexOf(":");
1134
+ if (te > 0) {
1135
+ const le = j.slice(0, te).trim(), B = j.slice(te + 1).trim();
1136
+ A.push([le, B]);
1137
+ }
1138
+ }
1139
+ U = "";
1140
+ }
1141
+ }
1142
+ const _ = U.trim();
1143
+ if (_) {
1144
+ const G = _.indexOf(":");
1145
+ if (G > 0) {
1146
+ const q = _.slice(0, G).trim(), j = _.slice(G + 1).trim();
1147
+ A.push([q, j]);
1148
+ }
1149
+ }
1150
+ return A;
1151
+ }($).reduce(function(Q, [A, U]) {
1152
+ return Q[A.replace(/(-[a-z])/g, (F) => F[1].toUpperCase())] = ae(U, M, A), Q;
1153
+ }, {}) : Jr.indexOf(I) !== -1 ? ae($, M, I) : ($.match(fo) && ($ = $.slice(1, $.length - 1)), $ === "true" || $ !== "false" && $);
1154
+ }(i, S, x, t.sanitizer);
1155
+ typeof R == "string" && (Ge.test(R) || Ue.test(R)) && (C[E] = r(R.trim()));
1156
+ } else
1157
+ g !== "style" && (C[mt[g] || g] = !0);
1158
+ return C;
1159
+ }, {}) : null;
1160
+ }
1161
+ t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || Jo, t.slugify = t.slugify || fe, t.namedCodesToUnicode = t.namedCodesToUnicode ? se({}, bt, t.namedCodesToUnicode) : bt, t.createElement = t.createElement || K.createElement;
1162
+ const c = [], a = {}, p = { [y.blockQuote]: { match: Y(zt), order: 1, parse(i, u, l) {
1163
+ const [, C, g] = i[0].replace(to, "").match(no);
1164
+ return { alert: C, children: u(g, l) };
1165
+ }, render(i, u, l) {
1166
+ const C = { key: l.key };
1167
+ return i.alert && (C.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), fe), i.children.unshift({ attrs: {}, children: [{ type: y.text, text: i.alert }], noInnerParse: !0, type: y.htmlBlock, tag: "header" })), n("blockquote", C, u(i.children, l));
1168
+ } }, [y.breakLine]: { match: me(ro), order: 1, parse: Ae, render: (i, u, l) => n("br", { key: l.key }) }, [y.breakThematic]: { match: Y(oo), order: 1, parse: Ae, render: (i, u, l) => n("hr", { key: l.key }) }, [y.codeBlock]: { match: Y(Wt), order: 0, parse: (i) => ({ lang: void 0, text: xe(i[0].replace(/^ {4}/gm, "")).replace(xt, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", se({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [y.codeFenced]: { match: Y(qt), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: y.codeBlock }) }, [y.codeInline]: { match: oe(io), order: 3, parse: (i) => ({ text: i[2].replace(xt, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [y.footnote]: { match: Y(lo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: ze }, [y.footnoteReference]: { match: re(co), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], fe)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [y.gfmTask]: { match: re(ho), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [y.heading]: { match: Y(t.enforceAtxHeadings ? jt : Zt), order: 1, parse: (i, u, l) => ({ children: Re(u, i[2], l), id: t.slugify(i[2], fe), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [y.headingSetext]: { match: Y(Vt), order: 0, parse: (i, u, l) => ({ children: Re(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: y.heading }) }, [y.htmlBlock]: { match: me(Ge), order: 1, parse(i, u, l) {
1169
+ const [, C] = i[3].match(Po), g = new RegExp(`^${C}`, "gm"), v = i[3].replace(g, ""), S = (x = v, Go.some(($) => $.test(x)) ? Yo : Re);
1170
+ var x;
1171
+ const E = i[1].toLowerCase(), R = Kr.indexOf(E) !== -1, M = (R ? E : i[1]).trim(), I = { attrs: s(M, i[2]), noInnerParse: R, tag: M };
1172
+ return l.inAnchor = l.inAnchor || E === "a", R ? I.text = i[3] : I.children = S(u, v, l), l.inAnchor = !1, I;
1173
+ }, render: (i, u, l) => n(i.tag, se({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [y.htmlSelfClosing]: { match: me(Ue), order: 1, parse(i) {
1174
+ const u = i[1].trim();
1175
+ return { attrs: s(u, i[2] || ""), tag: u };
1176
+ }, render: (i, u, l) => n(i.tag, se({}, i.attrs, { key: l.key })) }, [y.htmlComment]: { match: me(Gt), order: 1, parse: () => ({}), render: ze }, [y.image]: { match: oe(Vo), order: 1, parse: (i) => ({ alt: i[1], target: wt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [y.link]: { match: re(jo), order: 3, parse: (i, u, l) => ({ children: Xo(u, i[1], l), target: wt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [y.linkAngleBraceStyleDetector]: { match: re(xo), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], type: y.link }) }, [y.linkBareUrlDetector]: { match: pe((i, u) => u.inAnchor || t.disableAutoLink ? null : re(mo)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], title: void 0, type: y.link }) }, [y.linkMailtoDetector]: { match: re(bo), order: 0, parse(i) {
1177
+ let u = i[1], l = i[1];
1178
+ return Yr.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: y.text }], target: l, type: y.link };
1179
+ } }, [y.orderedList]: yt(n, 1), [y.unorderedList]: yt(n, 2), [y.newlineCoalescer]: { match: Y(so), order: 3, parse: Ae, render: () => `
1180
+ ` }, [y.paragraph]: { match: pe(_o), order: 3, parse: De, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [y.ref]: { match: re(vo), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: ze }, [y.refImage]: { match: oe(ko), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [y.refLink]: { match: re(wo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [y.table]: { match: Y(Ut), order: 1, parse: Qo, render(i, u, l) {
1181
+ const C = i;
1182
+ return n("table", { key: l.key }, n("thead", null, n("tr", null, C.header.map(function(g, v) {
1183
+ return n("th", { key: v, style: kt(C, v) }, u(g, l));
1184
+ }))), n("tbody", null, C.cells.map(function(g, v) {
1185
+ return n("tr", { key: v }, g.map(function(S, x) {
1186
+ return n("td", { key: x, style: kt(C, x) }, u(S, l));
1187
+ }));
1188
+ })));
1189
+ } }, [y.text]: { match: me(Ho), order: 4, parse: (i) => ({ text: i[0].replace(go, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [y.textBolded]: { match: oe(Io), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [y.textEmphasized]: { match: oe(No), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [y.textEscaped]: { match: oe(Oo), order: 1, parse: (i) => ({ text: i[1], type: y.text }) }, [y.textMarked]: { match: oe(Fo), order: 3, parse: De, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [y.textStrikethroughed]: { match: oe(Bo), order: 3, parse: De, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
1190
+ t.disableParsingRawHTML === !0 && (delete p[y.htmlBlock], delete p[y.htmlSelfClosing]);
1191
+ const d = function(i) {
1192
+ let u = Object.keys(i);
1193
+ function l(C, g) {
1194
+ let v, S, x = [], E = "", R = "";
1195
+ for (g.prevCapture = g.prevCapture || ""; C; ) {
1196
+ let M = 0;
1197
+ for (; M < u.length; ) {
1198
+ if (E = u[M], v = i[E], g.inline && !v.match.inline) {
1199
+ M++;
1200
+ continue;
1201
+ }
1202
+ const I = v.match(C, g);
1203
+ if (I) {
1204
+ R = I[0], g.prevCapture += R, C = C.substring(R.length), S = v.parse(I, l, g), S.type == null && (S.type = E), x.push(S);
1205
+ break;
1206
+ }
1207
+ M++;
1208
+ }
1209
+ }
1210
+ return g.prevCapture = "", x;
1211
+ }
1212
+ return u.sort(function(C, g) {
1213
+ let v = i[C].order, S = i[g].order;
1214
+ return v !== S ? v - S : C < g ? -1 : 1;
1215
+ }), function(C, g) {
1216
+ return l(function(v) {
1217
+ return v.replace(ao, `
1218
+ `).replace(uo, "").replace(Mo, " ");
1219
+ }(C), g);
1220
+ };
1221
+ }(p), h = (b = /* @__PURE__ */ function(i, u) {
1222
+ return function(l, C, g) {
1223
+ const v = i[l.type].render;
1224
+ return u ? u(() => v(l, C, g), l, C, g) : v(l, C, g);
1225
+ };
1226
+ }(p, t.renderRule), function i(u, l = {}) {
1227
+ if (Array.isArray(u)) {
1228
+ const C = l.key, g = [];
1229
+ let v = !1;
1230
+ for (let S = 0; S < u.length; S++) {
1231
+ l.key = S;
1232
+ const x = i(u[S], l), E = typeof x == "string";
1233
+ E && v ? g[g.length - 1] += x : x !== null && g.push(x), v = E;
1234
+ }
1235
+ return l.key = C, g;
1236
+ }
1237
+ return b(u, i, l);
1238
+ });
1239
+ var b;
1240
+ const m = r(e);
1241
+ return c.length ? n("div", null, m, n("footer", { key: "footer" }, c.map(function(i) {
1242
+ return n("div", { id: t.slugify(i.identifier, fe), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
1243
+ }))) : m;
1244
+ }
1245
+ const ni = (e) => {
1246
+ let { children: t = "", options: n } = e, r = function(s, c) {
1247
+ if (s == null)
1248
+ return {};
1249
+ var a, p, d = {}, h = Object.keys(s);
1250
+ for (p = 0; p < h.length; p++)
1251
+ c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
1252
+ return d;
1253
+ }(e, _r);
1254
+ return K.cloneElement(ti(t, n), r);
1255
+ }, ri = /* @__PURE__ */ k("div", {
1256
+ target: "e1vkf9b40",
896
1257
  label: "FlexContainer"
897
- })("display:flex;", ({ align: e }) => e === "right" ? I`
1258
+ })("display:flex;", ({ align: e }) => e === "right" ? D`
898
1259
  justify-content: flex-end;
899
- ` : I`
1260
+ ` : D`
900
1261
  justify-content: flex-start;
901
- `), ct = /* @__PURE__ */ h("div", {
902
- target: "er3yjg61",
1262
+ `), rn = /* @__PURE__ */ k("div", {
1263
+ target: "e1vkf9b41",
903
1264
  label: "MessageContainer"
904
- })("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? I`
1265
+ })("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? D`
905
1266
  text-align: right;
906
1267
  border-radius: 10px 10px 0px 10px;
907
- ` : I`
1268
+ ` : D`
908
1269
  text-align: left;
909
1270
  border-radius: 10px 10px 10px 0px;
910
- `, " ", ({ align: e }) => e !== "full" ? I`
1271
+ `, " ", ({ align: e }) => e !== "full" ? D`
911
1272
  max-width: 85%;
912
- ` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), z = ({ align: e, children: t }) => {
913
- const { themeSettings: o } = b();
914
- return /* @__PURE__ */ n(Uo, {
915
- theme: o,
1273
+ ` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), ie = ({ align: e, children: t }) => {
1274
+ const { themeSettings: n } = L();
1275
+ return /* @__PURE__ */ o(ri, {
1276
+ theme: n,
916
1277
  align: e,
917
- children: /* @__PURE__ */ n(ct, {
918
- theme: o,
1278
+ children: /* @__PURE__ */ o(rn, {
1279
+ theme: n,
919
1280
  align: e,
920
- children: t
1281
+ children: typeof t == "string" ? /* @__PURE__ */ o(ni, {
1282
+ children: t
1283
+ }) : t
921
1284
  })
922
1285
  });
923
1286
  };
924
- function Ko() {
925
- const { welcomeText: e } = P();
926
- return e === !1 ? null : /* @__PURE__ */ n(z, {
1287
+ function oi() {
1288
+ const { welcomeText: e } = ee();
1289
+ return e === !1 ? null : /* @__PURE__ */ o(ie, {
927
1290
  align: "left",
928
1291
  children: e
929
1292
  });
930
1293
  }
931
- const Jo = /* @__PURE__ */ h("div", {
1294
+ const ii = /* @__PURE__ */ k("div", {
932
1295
  target: "e1r5p4wy0",
933
1296
  label: "Container"
934
- })("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), Yo = /* @__PURE__ */ h("div", {
1297
+ })("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), si = /* @__PURE__ */ k("div", {
935
1298
  target: "e1r5p4wy1",
936
1299
  label: "Title"
937
- })("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), Xo = /* @__PURE__ */ h("div", {
1300
+ })("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), ai = /* @__PURE__ */ k("div", {
938
1301
  target: "e1r5p4wy2",
939
1302
  label: "ActionButton"
940
1303
  })("color:rgba(54,163,217,1);cursor:pointer;");
941
- function dt({ text: e, action: t }) {
942
- const { themeSettings: o } = b();
943
- return /* @__PURE__ */ p(Jo, {
1304
+ function on({ text: e, action: t }) {
1305
+ const { themeSettings: n } = L();
1306
+ return /* @__PURE__ */ w(ii, {
944
1307
  children: [
945
- /* @__PURE__ */ n(Yo, {
946
- theme: o,
1308
+ /* @__PURE__ */ o(si, {
1309
+ theme: n,
947
1310
  children: e
948
1311
  }),
949
- /* @__PURE__ */ n(Mt, {}),
950
- t && /* @__PURE__ */ n(Xo, {
1312
+ /* @__PURE__ */ o(Ln, {}),
1313
+ t && /* @__PURE__ */ o(ai, {
951
1314
  onClick: t.onClick,
952
1315
  children: t.text
953
1316
  })
954
1317
  ]
955
1318
  });
956
1319
  }
957
- const ce = /* @__PURE__ */ h("div", {
1320
+ const Le = /* @__PURE__ */ k("div", {
958
1321
  target: "e3ryei50",
959
1322
  label: "Dot"
960
1323
  })("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
961
- function Be() {
962
- const { themeSettings: e } = b(), t = e.aiChat.icons.color;
963
- return /* @__PURE__ */ p("div", {
1324
+ function st() {
1325
+ const { themeSettings: e } = L(), t = e.aiChat.icons.color;
1326
+ return /* @__PURE__ */ w("div", {
964
1327
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
965
1328
  "aria-label": "loading dots",
966
1329
  children: [
967
- /* @__PURE__ */ n(ce, {
1330
+ /* @__PURE__ */ o(Le, {
968
1331
  color: t
969
1332
  }),
970
- /* @__PURE__ */ n(ce, {
1333
+ /* @__PURE__ */ o(Le, {
971
1334
  color: t
972
1335
  }),
973
- /* @__PURE__ */ n(ce, {
1336
+ /* @__PURE__ */ o(Le, {
974
1337
  color: t
975
1338
  }),
976
- /* @__PURE__ */ n(ce, {
1339
+ /* @__PURE__ */ o(Le, {
977
1340
  color: t
978
1341
  })
979
1342
  ]
980
1343
  });
981
1344
  }
982
- const e1 = /* @__PURE__ */ h("div", {
1345
+ const li = /* @__PURE__ */ k("div", {
983
1346
  target: "ed5z2fc0",
984
1347
  label: "FlexContainer"
985
- })("display:flex;", ({ align: e }) => e === "right" ? I`
1348
+ })("display:flex;", ({ align: e }) => e === "right" ? D`
986
1349
  justify-content: flex-end;
987
- ` : I`
1350
+ ` : D`
988
1351
  justify-content: flex-start;
989
- `), t1 = /* @__PURE__ */ h("button", {
1352
+ `), ci = /* @__PURE__ */ k("button", {
990
1353
  target: "ed5z2fc1",
991
1354
  label: "MessageButton"
992
- })("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? I`
1355
+ })("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? D`
993
1356
  text-align: right;
994
- ` : I`
1357
+ ` : D`
995
1358
  text-align: left;
996
- `, " ", ({ align: e }) => e !== "full" ? I`
1359
+ `, " ", ({ align: e }) => e !== "full" ? D`
997
1360
  max-width: 382px;
998
1361
  ` : "", " ", ({ theme: e }) => {
999
- const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
1362
+ const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
1000
1363
  if (t) {
1001
- const [r, i] = t;
1002
- return I`
1364
+ const [r, s] = t;
1365
+ return D`
1003
1366
  border: none;
1004
1367
  position: relative;
1005
- border-radius: ${o};
1368
+ border-radius: ${n};
1006
1369
  &:before {
1007
1370
  content: '';
1008
1371
  position: absolute;
@@ -1010,9 +1373,9 @@ const e1 = /* @__PURE__ */ h("div", {
1010
1373
  left: 0;
1011
1374
  right: 0;
1012
1375
  bottom: 0;
1013
- border-radius: ${o};
1376
+ border-radius: ${n};
1014
1377
  border: 1px solid transparent;
1015
- background: linear-gradient(30deg, ${r}, ${i}) border-box;
1378
+ background: linear-gradient(30deg, ${r}, ${s}) border-box;
1016
1379
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
1017
1380
  -webkit-mask-composite: destination-out;
1018
1381
  mask-composite: exclude;
@@ -1021,48 +1384,48 @@ const e1 = /* @__PURE__ */ h("div", {
1021
1384
  }
1022
1385
  return "";
1023
1386
  });
1024
- function ue({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave: i, accessibleName: s }) {
1025
- const { themeSettings: a } = b();
1026
- return /* @__PURE__ */ n(e1, {
1387
+ function Ie({ children: e, align: t, onClick: n, onMouseEnter: r, onMouseLeave: s, accessibleName: c }) {
1388
+ const { themeSettings: a } = L();
1389
+ return /* @__PURE__ */ o(li, {
1027
1390
  align: t,
1028
- children: /* @__PURE__ */ n(t1, {
1029
- "aria-label": s,
1391
+ children: /* @__PURE__ */ o(ci, {
1392
+ "aria-label": c,
1030
1393
  theme: a,
1031
- onClick: o,
1394
+ onClick: n,
1032
1395
  align: t,
1033
1396
  onMouseEnter: r,
1034
- onMouseLeave: i,
1397
+ onMouseLeave: s,
1035
1398
  children: e
1036
1399
  })
1037
1400
  });
1038
1401
  }
1039
- function o1({ onCancel: e, onConfirm: t }) {
1040
- const { t: o } = S();
1041
- return /* @__PURE__ */ p(H, {
1402
+ function di({ onCancel: e, onConfirm: t }) {
1403
+ const { t: n } = H();
1404
+ return /* @__PURE__ */ w(V, {
1042
1405
  children: [
1043
- /* @__PURE__ */ n(z, {
1406
+ /* @__PURE__ */ o(ie, {
1044
1407
  align: "left",
1045
- children: o("ai.clearHistoryPrompt")
1408
+ children: n("ai.clearHistoryPrompt")
1046
1409
  }),
1047
- /* @__PURE__ */ p("div", {
1410
+ /* @__PURE__ */ w("div", {
1048
1411
  className: "csdk-flex csdk-gap-x-2",
1049
1412
  children: [
1050
- /* @__PURE__ */ n(ue, {
1413
+ /* @__PURE__ */ o(Ie, {
1051
1414
  align: "right",
1052
1415
  onClick: t,
1053
1416
  accessibleName: "confirm clear chat",
1054
- children: /* @__PURE__ */ n("div", {
1417
+ children: /* @__PURE__ */ o("div", {
1055
1418
  className: "csdk-py-[6px] csdk-px-[20px]",
1056
- children: o("ai.buttons.yes")
1419
+ children: n("ai.buttons.yes")
1057
1420
  })
1058
1421
  }),
1059
- /* @__PURE__ */ n(ue, {
1422
+ /* @__PURE__ */ o(Ie, {
1060
1423
  align: "right",
1061
1424
  onClick: e,
1062
1425
  accessibleName: "cancel clear chat",
1063
- children: /* @__PURE__ */ n("div", {
1426
+ children: /* @__PURE__ */ o("div", {
1064
1427
  className: "csdk-py-[6px] csdk-px-[20px]",
1065
- children: o("ai.buttons.no")
1428
+ children: n("ai.buttons.no")
1066
1429
  })
1067
1430
  })
1068
1431
  ]
@@ -1070,32 +1433,32 @@ function o1({ onCancel: e, onConfirm: t }) {
1070
1433
  ]
1071
1434
  });
1072
1435
  }
1073
- function n1(e) {
1074
- return Lt("MuiDialog", e);
1436
+ function ui(e) {
1437
+ return En("MuiDialog", e);
1075
1438
  }
1076
- const ye = Tt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), ut = /* @__PURE__ */ $.createContext({});
1077
- process.env.NODE_ENV !== "production" && (ut.displayName = "DialogContext");
1078
- const r1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], i1 = he(Rt, {
1439
+ const We = Rn("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), sn = /* @__PURE__ */ K.createContext({});
1440
+ process.env.NODE_ENV !== "production" && (sn.displayName = "DialogContext");
1441
+ const pi = Ne(In, {
1079
1442
  name: "MuiDialog",
1080
1443
  slot: "Backdrop",
1081
1444
  overrides: (e, t) => t.backdrop
1082
1445
  })({
1083
1446
  // Improve scrollable dialog support.
1084
1447
  zIndex: -1
1085
- }), s1 = (e) => {
1448
+ }), hi = (e) => {
1086
1449
  const {
1087
1450
  classes: t,
1088
- scroll: o,
1451
+ scroll: n,
1089
1452
  maxWidth: r,
1090
- fullWidth: i,
1091
- fullScreen: s
1453
+ fullWidth: s,
1454
+ fullScreen: c
1092
1455
  } = e, a = {
1093
1456
  root: ["root"],
1094
- container: ["container", `scroll${_(o)}`],
1095
- paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
1457
+ container: ["container", `scroll${de(n)}`],
1458
+ paper: ["paper", `paperScroll${de(n)}`, `paperWidth${de(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
1096
1459
  };
1097
- return Bt(a, n1, t);
1098
- }, a1 = he(It, {
1460
+ return $n(a, ui, t);
1461
+ }, gi = Ne(Nn, {
1099
1462
  name: "MuiDialog",
1100
1463
  slot: "Root",
1101
1464
  overridesResolver: (e, t) => t.root
@@ -1104,187 +1467,288 @@ const r1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1104
1467
  // Use !important to override the Modal inline-style.
1105
1468
  position: "absolute !important"
1106
1469
  }
1107
- }), l1 = he("div", {
1470
+ }), Ci = Ne("div", {
1108
1471
  name: "MuiDialog",
1109
1472
  slot: "Container",
1110
1473
  overridesResolver: (e, t) => {
1111
1474
  const {
1112
- ownerState: o
1475
+ ownerState: n
1113
1476
  } = e;
1114
- return [t.container, t[`scroll${_(o.scroll)}`]];
1477
+ return [t.container, t[`scroll${de(n.scroll)}`]];
1115
1478
  }
1116
- })(({
1117
- ownerState: e
1118
- }) => V({
1479
+ })({
1119
1480
  height: "100%",
1120
1481
  "@media print": {
1121
1482
  height: "auto"
1122
1483
  },
1123
1484
  // We disable the focus ring for mouse, touch and keyboard users.
1124
- outline: 0
1125
- }, e.scroll === "paper" && {
1126
- display: "flex",
1127
- justifyContent: "center",
1128
- alignItems: "center"
1129
- }, e.scroll === "body" && {
1130
- overflowY: "auto",
1131
- overflowX: "hidden",
1132
- textAlign: "center",
1133
- "&::after": {
1134
- content: '""',
1135
- display: "inline-block",
1136
- verticalAlign: "middle",
1137
- height: "100%",
1138
- width: "0"
1139
- }
1140
- })), c1 = he(Xe, {
1485
+ outline: 0,
1486
+ variants: [{
1487
+ props: {
1488
+ scroll: "paper"
1489
+ },
1490
+ style: {
1491
+ display: "flex",
1492
+ justifyContent: "center",
1493
+ alignItems: "center"
1494
+ }
1495
+ }, {
1496
+ props: {
1497
+ scroll: "body"
1498
+ },
1499
+ style: {
1500
+ overflowY: "auto",
1501
+ overflowX: "hidden",
1502
+ textAlign: "center",
1503
+ "&::after": {
1504
+ content: '""',
1505
+ display: "inline-block",
1506
+ verticalAlign: "middle",
1507
+ height: "100%",
1508
+ width: "0"
1509
+ }
1510
+ }
1511
+ }]
1512
+ }), fi = Ne(It, {
1141
1513
  name: "MuiDialog",
1142
1514
  slot: "Paper",
1143
1515
  overridesResolver: (e, t) => {
1144
1516
  const {
1145
- ownerState: o
1517
+ ownerState: n
1146
1518
  } = e;
1147
- return [t.paper, t[`scrollPaper${_(o.scroll)}`], t[`paperWidth${_(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
1519
+ return [t.paper, t[`scrollPaper${de(n.scroll)}`], t[`paperWidth${de(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1148
1520
  }
1149
- })(({
1150
- theme: e,
1151
- ownerState: t
1152
- }) => V({
1521
+ })(Fn(({
1522
+ theme: e
1523
+ }) => ({
1153
1524
  margin: 32,
1154
1525
  position: "relative",
1155
1526
  overflowY: "auto",
1156
- // Fix IE11 issue, to remove at some point.
1157
1527
  "@media print": {
1158
1528
  overflowY: "visible",
1159
1529
  boxShadow: "none"
1160
- }
1161
- }, t.scroll === "paper" && {
1162
- display: "flex",
1163
- flexDirection: "column",
1164
- maxHeight: "calc(100% - 64px)"
1165
- }, t.scroll === "body" && {
1166
- display: "inline-block",
1167
- verticalAlign: "middle",
1168
- textAlign: "left"
1169
- // 'initial' doesn't work on IE11
1170
- }, !t.maxWidth && {
1171
- maxWidth: "calc(100% - 64px)"
1172
- }, t.maxWidth === "xs" && {
1173
- maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1174
- [`&.${ye.paperScrollBody}`]: {
1175
- [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1176
- maxWidth: "calc(100% - 64px)"
1530
+ },
1531
+ variants: [{
1532
+ props: {
1533
+ scroll: "paper"
1534
+ },
1535
+ style: {
1536
+ display: "flex",
1537
+ flexDirection: "column",
1538
+ maxHeight: "calc(100% - 64px)"
1177
1539
  }
1178
- }
1179
- }, t.maxWidth && t.maxWidth !== "xs" && {
1180
- maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
1181
- [`&.${ye.paperScrollBody}`]: {
1182
- [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
1540
+ }, {
1541
+ props: {
1542
+ scroll: "body"
1543
+ },
1544
+ style: {
1545
+ display: "inline-block",
1546
+ verticalAlign: "middle",
1547
+ textAlign: "initial"
1548
+ }
1549
+ }, {
1550
+ props: ({
1551
+ ownerState: t
1552
+ }) => !t.maxWidth,
1553
+ style: {
1183
1554
  maxWidth: "calc(100% - 64px)"
1184
1555
  }
1185
- }
1186
- }, t.fullWidth && {
1187
- width: "calc(100% - 64px)"
1188
- }, t.fullScreen && {
1189
- margin: 0,
1190
- width: "100%",
1191
- maxWidth: "100%",
1192
- height: "100%",
1193
- maxHeight: "none",
1194
- borderRadius: 0,
1195
- [`&.${ye.paperScrollBody}`]: {
1196
- margin: 0,
1197
- maxWidth: "100%"
1198
- }
1199
- })), ht = /* @__PURE__ */ $.forwardRef(function(t, o) {
1200
- const r = Et({
1556
+ }, {
1557
+ props: {
1558
+ maxWidth: "xs"
1559
+ },
1560
+ style: {
1561
+ maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1562
+ [`&.${We.paperScrollBody}`]: {
1563
+ [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1564
+ maxWidth: "calc(100% - 64px)"
1565
+ }
1566
+ }
1567
+ }
1568
+ }, ...Object.keys(e.breakpoints.values).filter((t) => t !== "xs").map((t) => ({
1569
+ props: {
1570
+ maxWidth: t
1571
+ },
1572
+ style: {
1573
+ maxWidth: `${e.breakpoints.values[t]}${e.breakpoints.unit}`,
1574
+ [`&.${We.paperScrollBody}`]: {
1575
+ [e.breakpoints.down(e.breakpoints.values[t] + 32 * 2)]: {
1576
+ maxWidth: "calc(100% - 64px)"
1577
+ }
1578
+ }
1579
+ }
1580
+ })), {
1581
+ props: ({
1582
+ ownerState: t
1583
+ }) => t.fullWidth,
1584
+ style: {
1585
+ width: "calc(100% - 64px)"
1586
+ }
1587
+ }, {
1588
+ props: ({
1589
+ ownerState: t
1590
+ }) => t.fullScreen,
1591
+ style: {
1592
+ margin: 0,
1593
+ width: "100%",
1594
+ maxWidth: "100%",
1595
+ height: "100%",
1596
+ maxHeight: "none",
1597
+ borderRadius: 0,
1598
+ [`&.${We.paperScrollBody}`]: {
1599
+ margin: 0,
1600
+ maxWidth: "100%"
1601
+ }
1602
+ }
1603
+ }]
1604
+ }))), an = /* @__PURE__ */ K.forwardRef(function(t, n) {
1605
+ const r = Bn({
1201
1606
  props: t,
1202
1607
  name: "MuiDialog"
1203
- }), i = Nt(), s = {
1204
- enter: i.transitions.duration.enteringScreen,
1205
- exit: i.transitions.duration.leavingScreen
1206
- }, {
1608
+ }), s = On(), c = {
1609
+ enter: s.transitions.duration.enteringScreen,
1610
+ exit: s.transitions.duration.leavingScreen
1611
+ }, dt = r, {
1207
1612
  "aria-describedby": a,
1208
- "aria-labelledby": c,
1209
- BackdropComponent: l,
1210
- BackdropProps: d,
1211
- children: C,
1212
- className: u,
1213
- disableEscapeKeyDown: g = !1,
1214
- fullScreen: m = !1,
1215
- fullWidth: w = !1,
1216
- maxWidth: x = "sm",
1217
- onBackdropClick: T,
1218
- onClick: E,
1219
- onClose: Z,
1220
- open: y,
1221
- PaperComponent: Q = Xe,
1222
- PaperProps: D = {},
1223
- scroll: G = "paper",
1224
- TransitionComponent: j = Dt,
1225
- transitionDuration: J = s,
1226
- TransitionProps: fe
1227
- } = r, me = Ft(r, r1), q = V({}, r, {
1228
- disableEscapeKeyDown: g,
1229
- fullScreen: m,
1230
- fullWidth: w,
1231
- maxWidth: x,
1232
- scroll: G
1233
- }), Y = s1(q), N = $.useRef(), se = (A) => {
1234
- N.current = A.target === A.currentTarget;
1235
- }, be = (A) => {
1236
- E && E(A), N.current && (N.current = null, T && T(A), Z && Z(A, "backdropClick"));
1237
- }, X = Ht(c), ae = $.useMemo(() => ({
1238
- titleId: X
1239
- }), [X]);
1240
- return /* @__PURE__ */ ee(a1, V({
1241
- className: xe(Y.root, u),
1613
+ "aria-labelledby": p,
1614
+ "aria-modal": d = !0,
1615
+ BackdropComponent: h,
1616
+ BackdropProps: b,
1617
+ children: m,
1618
+ className: i,
1619
+ disableEscapeKeyDown: u = !1,
1620
+ fullScreen: l = !1,
1621
+ fullWidth: C = !1,
1622
+ maxWidth: g = "sm",
1623
+ onBackdropClick: v,
1624
+ onClick: S,
1625
+ onClose: x,
1626
+ open: E,
1627
+ PaperComponent: R = It,
1628
+ PaperProps: M = {},
1629
+ scroll: I = "paper",
1630
+ slots: $ = {},
1631
+ slotProps: ae = {},
1632
+ TransitionComponent: Q = gt,
1633
+ transitionDuration: A = c,
1634
+ TransitionProps: U
1635
+ } = dt, F = $e(dt, [
1636
+ "aria-describedby",
1637
+ "aria-labelledby",
1638
+ "aria-modal",
1639
+ "BackdropComponent",
1640
+ "BackdropProps",
1641
+ "children",
1642
+ "className",
1643
+ "disableEscapeKeyDown",
1644
+ "fullScreen",
1645
+ "fullWidth",
1646
+ "maxWidth",
1647
+ "onBackdropClick",
1648
+ "onClick",
1649
+ "onClose",
1650
+ "open",
1651
+ "PaperComponent",
1652
+ "PaperProps",
1653
+ "scroll",
1654
+ "slots",
1655
+ "slotProps",
1656
+ "TransitionComponent",
1657
+ "transitionDuration",
1658
+ "TransitionProps"
1659
+ ]), z = N(T({}, r), {
1660
+ disableEscapeKeyDown: u,
1661
+ fullScreen: l,
1662
+ fullWidth: C,
1663
+ maxWidth: g,
1664
+ scroll: I
1665
+ }), X = hi(z), _ = K.useRef(), G = (ce) => {
1666
+ _.current = ce.target === ce.currentTarget;
1667
+ }, q = (ce) => {
1668
+ S && S(ce), _.current && (_.current = null, v && v(ce), x && x(ce, "backdropClick"));
1669
+ }, j = Hn(p), te = K.useMemo(() => ({
1670
+ titleId: j
1671
+ }), [j]), le = T({
1672
+ transition: Q
1673
+ }, $), B = T({
1674
+ transition: U,
1675
+ paper: M,
1676
+ backdrop: b
1677
+ }, ae), W = {
1678
+ slots: le,
1679
+ slotProps: B
1680
+ }, [Se, ct] = ge("root", {
1681
+ elementType: gi,
1682
+ shouldForwardComponentProp: !0,
1683
+ externalForwardedProps: W,
1684
+ ownerState: z,
1685
+ className: Pe(X.root, i),
1686
+ ref: n
1687
+ }), [Me, dn] = ge("backdrop", {
1688
+ elementType: pi,
1689
+ shouldForwardComponentProp: !0,
1690
+ externalForwardedProps: W,
1691
+ ownerState: z
1692
+ }), [un, pn] = ge("paper", {
1693
+ elementType: fi,
1694
+ shouldForwardComponentProp: !0,
1695
+ externalForwardedProps: W,
1696
+ ownerState: z,
1697
+ className: Pe(X.paper, M.className)
1698
+ }), [hn, gn] = ge("container", {
1699
+ elementType: Ci,
1700
+ externalForwardedProps: W,
1701
+ ownerState: z,
1702
+ className: Pe(X.container)
1703
+ }), [Cn, fn] = ge("transition", {
1704
+ elementType: gt,
1705
+ externalForwardedProps: W,
1706
+ ownerState: z,
1707
+ additionalProps: {
1708
+ appear: !0,
1709
+ in: E,
1710
+ timeout: A,
1711
+ role: "presentation"
1712
+ }
1713
+ });
1714
+ return /* @__PURE__ */ Ce(Se, N(T(T({
1242
1715
  closeAfterTransition: !0,
1243
- components: {
1244
- Backdrop: i1
1716
+ slots: {
1717
+ backdrop: Me
1245
1718
  },
1246
- componentsProps: {
1247
- backdrop: V({
1248
- transitionDuration: J,
1249
- as: l
1250
- }, d)
1719
+ slotProps: {
1720
+ backdrop: T({
1721
+ transitionDuration: A,
1722
+ as: h
1723
+ }, dn)
1251
1724
  },
1252
- disableEscapeKeyDown: g,
1253
- onClose: Z,
1254
- open: y,
1255
- ref: o,
1256
- onClick: be,
1257
- ownerState: q
1258
- }, me, {
1259
- children: /* @__PURE__ */ ee(j, V({
1260
- appear: !0,
1261
- in: y,
1262
- timeout: J,
1263
- role: "presentation"
1264
- }, fe, {
1265
- children: /* @__PURE__ */ ee(l1, {
1266
- className: xe(Y.container),
1267
- onMouseDown: se,
1268
- ownerState: q,
1269
- children: /* @__PURE__ */ ee(c1, V({
1270
- as: Q,
1725
+ disableEscapeKeyDown: u,
1726
+ onClose: x,
1727
+ open: E,
1728
+ onClick: q
1729
+ }, ct), F), {
1730
+ children: /* @__PURE__ */ Ce(Cn, N(T({}, fn), {
1731
+ children: /* @__PURE__ */ Ce(hn, N(T({
1732
+ onMouseDown: G
1733
+ }, gn), {
1734
+ children: /* @__PURE__ */ Ce(un, N(T({
1735
+ as: R,
1271
1736
  elevation: 24,
1272
1737
  role: "dialog",
1273
1738
  "aria-describedby": a,
1274
- "aria-labelledby": X
1275
- }, D, {
1276
- className: xe(Y.paper, D.className),
1277
- ownerState: q,
1278
- children: /* @__PURE__ */ ee(ut.Provider, {
1279
- value: ae,
1280
- children: C
1739
+ "aria-labelledby": j,
1740
+ "aria-modal": d
1741
+ }, pn), {
1742
+ children: /* @__PURE__ */ Ce(sn.Provider, {
1743
+ value: te,
1744
+ children: m
1281
1745
  })
1282
1746
  }))
1283
- })
1747
+ }))
1284
1748
  }))
1285
1749
  }));
1286
1750
  });
1287
- process.env.NODE_ENV !== "production" && (ht.propTypes = {
1751
+ process.env.NODE_ENV !== "production" && (an.propTypes = {
1288
1752
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1289
1753
  // │ These PropTypes are generated from the TypeScript type definitions. │
1290
1754
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -1297,6 +1761,12 @@ process.env.NODE_ENV !== "production" && (ht.propTypes = {
1297
1761
  * The id(s) of the element(s) that label the dialog.
1298
1762
  */
1299
1763
  "aria-labelledby": f.string,
1764
+ /**
1765
+ * Informs assistive technologies that the element is modal.
1766
+ * It's added on the element with role="dialog".
1767
+ * @default true
1768
+ */
1769
+ "aria-modal": f.oneOfType([f.oneOf(["false", "true"]), f.bool]),
1300
1770
  /**
1301
1771
  * A backdrop component. This prop enables custom backdrop rendering.
1302
1772
  * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
@@ -1378,8 +1848,9 @@ process.env.NODE_ENV !== "production" && (ht.propTypes = {
1378
1848
  */
1379
1849
  PaperComponent: f.elementType,
1380
1850
  /**
1381
- * Props applied to the [`Paper`](/material-ui/api/paper/) element.
1851
+ * Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
1382
1852
  * @default {}
1853
+ * @deprecated Use `slotProps.paper` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
1383
1854
  */
1384
1855
  PaperProps: f.object,
1385
1856
  /**
@@ -1387,14 +1858,37 @@ process.env.NODE_ENV !== "production" && (ht.propTypes = {
1387
1858
  * @default 'paper'
1388
1859
  */
1389
1860
  scroll: f.oneOf(["body", "paper"]),
1861
+ /**
1862
+ * The props used for each slot inside.
1863
+ * @default {}
1864
+ */
1865
+ slotProps: f.shape({
1866
+ backdrop: f.oneOfType([f.func, f.object]),
1867
+ container: f.oneOfType([f.func, f.object]),
1868
+ paper: f.oneOfType([f.func, f.object]),
1869
+ root: f.oneOfType([f.func, f.object]),
1870
+ transition: f.oneOfType([f.func, f.object])
1871
+ }),
1872
+ /**
1873
+ * The components used for each slot inside.
1874
+ * @default {}
1875
+ */
1876
+ slots: f.shape({
1877
+ backdrop: f.elementType,
1878
+ container: f.elementType,
1879
+ paper: f.elementType,
1880
+ root: f.elementType,
1881
+ transition: f.elementType
1882
+ }),
1390
1883
  /**
1391
1884
  * The system prop that allows defining system overrides as well as additional CSS styles.
1392
1885
  */
1393
1886
  sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
1394
1887
  /**
1395
1888
  * The component used for the transition.
1396
- * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
1889
+ * [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
1397
1890
  * @default Fade
1891
+ * @deprecated Use `slots.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
1398
1892
  */
1399
1893
  TransitionComponent: f.elementType,
1400
1894
  /**
@@ -1413,18 +1907,19 @@ process.env.NODE_ENV !== "production" && (ht.propTypes = {
1413
1907
  /**
1414
1908
  * Props applied to the transition element.
1415
1909
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
1910
+ * @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
1416
1911
  */
1417
1912
  TransitionProps: f.object
1418
1913
  });
1419
- function d1({ fillColor: e = "#262E3D" }) {
1420
- return /* @__PURE__ */ p("svg", {
1914
+ function mi({ fillColor: e = "#262E3D" }) {
1915
+ return /* @__PURE__ */ w("svg", {
1421
1916
  xmlns: "http://www.w3.org/2000/svg",
1422
1917
  width: "30",
1423
1918
  height: "30",
1424
1919
  viewBox: "0 0 30 30",
1425
1920
  fill: "none",
1426
1921
  children: [
1427
- /* @__PURE__ */ n("rect", {
1922
+ /* @__PURE__ */ o("rect", {
1428
1923
  x: "1",
1429
1924
  y: "1",
1430
1925
  width: "28",
@@ -1432,7 +1927,7 @@ function d1({ fillColor: e = "#262E3D" }) {
1432
1927
  rx: "14",
1433
1928
  stroke: "#9EA2AB"
1434
1929
  }),
1435
- /* @__PURE__ */ n("path", {
1930
+ /* @__PURE__ */ o("path", {
1436
1931
  fillRule: "evenodd",
1437
1932
  clipRule: "evenodd",
1438
1933
  d: "M14.2929 15L9.14645 9.85355C8.95118 9.65829 8.95118 9.34171 9.14645 9.14645C9.34171 8.95118 9.65829 8.95118 9.85355 9.14645L15 14.2929L20.1464 9.14645C20.3417 8.95118 20.6583 8.95118 20.8536 9.14645C21.0488 9.34171 21.0488 9.65829 20.8536 9.85355L15.7071 15L20.8536 20.1464C21.0488 20.3417 21.0488 20.6583 20.8536 20.8536C20.6583 21.0488 20.3417 21.0488 20.1464 20.8536L15 15.7071L9.85355 20.8536C9.65829 21.0488 9.34171 21.0488 9.14645 20.8536C8.95118 20.6583 8.95118 20.3417 9.14645 20.1464L14.2929 15Z",
@@ -1441,14 +1936,14 @@ function d1({ fillColor: e = "#262E3D" }) {
1441
1936
  ]
1442
1937
  });
1443
1938
  }
1444
- function u1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1445
- return /* @__PURE__ */ n("svg", {
1939
+ function bi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1940
+ return /* @__PURE__ */ o("svg", {
1446
1941
  xmlns: "http://www.w3.org/2000/svg",
1447
1942
  width: "24",
1448
1943
  height: "24",
1449
1944
  viewBox: "0 0 24 24",
1450
1945
  fill: "none",
1451
- children: /* @__PURE__ */ n("path", {
1946
+ children: /* @__PURE__ */ o("path", {
1452
1947
  fillRule: "evenodd",
1453
1948
  clipRule: "evenodd",
1454
1949
  d: "M13.0503 10.2426L17.2929 6H14.5C14.2239 6 14 5.77614 14 5.5C14 5.22386 14.2239 5 14.5 5H18.5C18.7761 5 19 5.22386 19 5.5V9.5C19 9.77614 18.7761 10 18.5 10C18.2239 10 18 9.77614 18 9.5V6.70711L13.7574 10.9497C13.5621 11.145 13.2455 11.145 13.0503 10.9497C12.855 10.7545 12.855 10.4379 13.0503 10.2426ZM10.1464 13.1464L6 17.2929V14.5C6 14.2239 5.77614 14 5.5 14C5.22386 14 5 14.2239 5 14.5V18.5C5 18.7761 5.22386 19 5.5 19H9.5C9.77614 19 10 18.7761 10 18.5C10 18.2239 9.77614 18 9.5 18H6.70711L10.8536 13.8536C11.0488 13.6583 11.0488 13.3417 10.8536 13.1464C10.6583 12.9512 10.3417 12.9512 10.1464 13.1464Z",
@@ -1456,14 +1951,14 @@ function u1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1456
1951
  })
1457
1952
  });
1458
1953
  }
1459
- function h1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1460
- return /* @__PURE__ */ n("svg", {
1954
+ function xi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1955
+ return /* @__PURE__ */ o("svg", {
1461
1956
  xmlns: "http://www.w3.org/2000/svg",
1462
1957
  width: "24",
1463
1958
  height: "24",
1464
1959
  viewBox: "0 0 24 24",
1465
1960
  fill: "none",
1466
- children: /* @__PURE__ */ n("path", {
1961
+ children: /* @__PURE__ */ o("path", {
1467
1962
  fillRule: "evenodd",
1468
1963
  clipRule: "evenodd",
1469
1964
  d: "M17.25 12C17.25 14.8995 14.8995 17.25 12 17.25C9.10051 17.25 6.75 14.8995 6.75 12C6.75 9.10051 9.10051 6.75 12 6.75C14.8995 6.75 17.25 9.10051 17.25 12ZM18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM11.625 9.375V10.1239H12.375V9.375H11.625ZM12.375 14.6239V10.8739H11.625V14.6239H12.375Z",
@@ -1471,14 +1966,14 @@ function h1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1471
1966
  })
1472
1967
  });
1473
1968
  }
1474
- function p1() {
1475
- return /* @__PURE__ */ n("svg", {
1969
+ function yi() {
1970
+ return /* @__PURE__ */ o("svg", {
1476
1971
  xmlns: "http://www.w3.org/2000/svg",
1477
1972
  width: "24",
1478
1973
  height: "24",
1479
1974
  viewBox: "0 0 24 24",
1480
1975
  fill: "none",
1481
- children: /* @__PURE__ */ n("path", {
1976
+ children: /* @__PURE__ */ o("path", {
1482
1977
  fillRule: "evenodd",
1483
1978
  clipRule: "evenodd",
1484
1979
  d: "M4.64372 12C4.64372 15.3137 7.33002 18 10.6437 18C12.6857 18 14.4894 16.9799 15.5731 15.4216C15.7307 15.195 16.0347 15.1118 16.2737 15.2498C16.5131 15.3879 16.5964 15.6953 16.4413 15.924C15.1825 17.7803 13.0555 19 10.6437 19C6.77773 19 3.64372 15.866 3.64372 12C3.64372 8.13401 6.77773 5 10.6437 5C13.8766 5 16.5977 7.19162 17.4021 10.1702L18.0347 8.56524C18.1359 8.30833 18.4263 8.18215 18.6832 8.2834C18.9401 8.38466 19.0663 8.67501 18.965 8.93192L17.865 11.723C17.7638 11.9799 17.4734 12.1061 17.2165 12.0048L14.4255 10.9048C14.1685 10.8035 14.0424 10.5132 14.1436 10.2563C14.2449 9.99935 14.5352 9.87317 14.7921 9.97442L16.4897 10.6435C15.8749 7.98316 13.4909 6 10.6437 6C7.33002 6 4.64372 8.68629 4.64372 12Z",
@@ -1487,35 +1982,35 @@ function p1() {
1487
1982
  })
1488
1983
  });
1489
1984
  }
1490
- const De = (e) => tt(e.chart.backgroundColor), C1 = ({ title: e }) => {
1491
- const { themeSettings: t } = b();
1492
- return /* @__PURE__ */ n(ie, {
1985
+ const at = (e) => Ft(e.chart.backgroundColor), vi = ({ title: e }) => {
1986
+ const { themeSettings: t } = L();
1987
+ return /* @__PURE__ */ o(we, {
1493
1988
  title: e,
1494
- children: /* @__PURE__ */ n(ne, {
1989
+ children: /* @__PURE__ */ o(ve, {
1495
1990
  disableTouchRipple: !0,
1496
- $hoverColor: De(t),
1497
- children: /* @__PURE__ */ n(h1, {
1991
+ $hoverColor: at(t),
1992
+ children: /* @__PURE__ */ o(xi, {
1498
1993
  fill: t.chart.textColor
1499
1994
  })
1500
1995
  })
1501
1996
  });
1502
- }, g1 = ({ items: e }) => {
1503
- const [t, o] = L(null), r = (a) => {
1504
- o(a.currentTarget);
1505
- }, i = () => {
1506
- o(null);
1507
- }, { themeSettings: s } = b();
1508
- return /* @__PURE__ */ p(H, {
1997
+ }, ki = ({ items: e }) => {
1998
+ const [t, n] = P(null), r = (a) => {
1999
+ n(a.currentTarget);
2000
+ }, s = () => {
2001
+ n(null);
2002
+ }, { themeSettings: c } = L();
2003
+ return /* @__PURE__ */ w(V, {
1509
2004
  children: [
1510
- /* @__PURE__ */ n(ne, {
2005
+ /* @__PURE__ */ o(ve, {
1511
2006
  onClick: r,
1512
- $hoverColor: De(s),
2007
+ $hoverColor: at(c),
1513
2008
  "aria-label": "three dots button",
1514
- children: /* @__PURE__ */ n(Pt, {
1515
- fill: s.chart.textColor
2009
+ children: /* @__PURE__ */ o(Pn, {
2010
+ fill: c.chart.textColor
1516
2011
  })
1517
2012
  }),
1518
- /* @__PURE__ */ n(Ot, {
2013
+ /* @__PURE__ */ o(zn, {
1519
2014
  anchorEl: t,
1520
2015
  anchorOrigin: {
1521
2016
  vertical: "bottom",
@@ -1526,20 +2021,20 @@ const De = (e) => tt(e.chart.backgroundColor), C1 = ({ title: e }) => {
1526
2021
  horizontal: "right"
1527
2022
  },
1528
2023
  open: !!t,
1529
- onClose: i,
1530
- children: e.map((a) => /* @__PURE__ */ p(qt, {
2024
+ onClose: s,
2025
+ children: e.map((a) => /* @__PURE__ */ w(Dn, {
1531
2026
  onClick: () => {
1532
- a.onClick(), i();
2027
+ a.onClick(), s();
1533
2028
  },
1534
2029
  sx: {
1535
2030
  fontSize: "13px",
1536
- fontFamily: s.typography.fontFamily,
1537
- color: At.text.content
2031
+ fontFamily: c.typography.fontFamily,
2032
+ color: An.text.content
1538
2033
  },
1539
2034
  disableRipple: !0,
1540
2035
  children: [
1541
2036
  a.icon,
1542
- /* @__PURE__ */ n("div", {
2037
+ /* @__PURE__ */ o("div", {
1543
2038
  className: "csdk-ml-1",
1544
2039
  children: a.title
1545
2040
  })
@@ -1548,72 +2043,72 @@ const De = (e) => tt(e.chart.backgroundColor), C1 = ({ title: e }) => {
1548
2043
  })
1549
2044
  ]
1550
2045
  });
1551
- }, f1 = ({ onClick: e }) => {
1552
- const { themeSettings: t } = b(), { t: o } = S();
1553
- return /* @__PURE__ */ n(ie, {
1554
- title: o("ai.preview"),
1555
- children: /* @__PURE__ */ n(ne, {
2046
+ }, wi = ({ onClick: e }) => {
2047
+ const { themeSettings: t } = L(), { t: n } = H();
2048
+ return /* @__PURE__ */ o(we, {
2049
+ title: n("ai.preview"),
2050
+ children: /* @__PURE__ */ o(ve, {
1556
2051
  onClick: e,
1557
- $hoverColor: De(t),
1558
- children: /* @__PURE__ */ n(u1, {
2052
+ $hoverColor: at(t),
2053
+ children: /* @__PURE__ */ o(bi, {
1559
2054
  fill: t.chart.textColor
1560
2055
  })
1561
2056
  })
1562
2057
  });
1563
- }, m1 = /* @__PURE__ */ h("div", {
2058
+ }, Si = /* @__PURE__ */ k("div", {
1564
2059
  target: "e1cseu7j0",
1565
2060
  label: "ToolbarContainer"
1566
2061
  })("display:flex;padding-top:6px;padding-bottom:6px;");
1567
- function b1({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
1568
- const r = F(() => [
2062
+ function Mi({ infoTooltipText: e, onRefresh: t, onExpand: n }) {
2063
+ const r = Z(() => [
1569
2064
  {
1570
2065
  title: "Refresh",
1571
2066
  onClick: t,
1572
- icon: /* @__PURE__ */ n(p1, {})
2067
+ icon: /* @__PURE__ */ o(yi, {})
1573
2068
  }
1574
2069
  ], [
1575
2070
  t
1576
2071
  ]);
1577
- return /* @__PURE__ */ p(m1, {
2072
+ return /* @__PURE__ */ w(Si, {
1578
2073
  "aria-label": "chatbot chart toolbar",
1579
2074
  children: [
1580
- /* @__PURE__ */ n(C1, {
2075
+ /* @__PURE__ */ o(vi, {
1581
2076
  title: e != null ? e : ""
1582
2077
  }),
1583
- /* @__PURE__ */ n(g1, {
2078
+ /* @__PURE__ */ o(ki, {
1584
2079
  items: r
1585
2080
  }),
1586
- /* @__PURE__ */ n(f1, {
1587
- onClick: o
2081
+ /* @__PURE__ */ o(wi, {
2082
+ onClick: n
1588
2083
  })
1589
2084
  ]
1590
2085
  });
1591
2086
  }
1592
- function x1({ content: e }) {
1593
- const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } = F(() => {
1594
- const a = pe(e, {
2087
+ function Ti({ content: e }) {
2088
+ const [t, n] = P(!1), { themeSettings: r } = L(), { inlineElement: s, expandedElement: c } = Z(() => {
2089
+ const a = Fe(e, {
1595
2090
  useCustomizedStyleOptions: !0
1596
2091
  });
1597
- if (a === void 0 || !we(a))
1598
- throw new ve("errors.otherWidgetTypesNotSupported");
1599
- const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
2092
+ if (a === void 0 || !je(a))
2093
+ throw new Ze("errors.otherWidgetTypesNotSupported");
2094
+ const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
1600
2095
  cornerRadius: "Small",
1601
2096
  header: {
1602
- renderToolbar: (g) => /* @__PURE__ */ n(b1, {
1603
- infoTooltipText: c,
1604
- onRefresh: g,
1605
- onExpand: () => o(!0)
2097
+ renderToolbar: (i) => /* @__PURE__ */ o(Mi, {
2098
+ infoTooltipText: p,
2099
+ onRefresh: i,
2100
+ onExpand: () => n(!0)
1606
2101
  })
1607
2102
  }
1608
2103
  };
1609
- let C, u;
1610
- if (Jt(a.chartType))
1611
- C = /* @__PURE__ */ n("div", {
2104
+ let b, m;
2105
+ if (Xn(a.chartType))
2106
+ b = /* @__PURE__ */ o("div", {
1612
2107
  className: "csdk-h-[245px]",
1613
- children: /* @__PURE__ */ n(te, M(v({}, a), {
1614
- styleOptions: d
2108
+ children: /* @__PURE__ */ o(be, N(T({}, a), {
2109
+ styleOptions: h
1615
2110
  }))
1616
- }), u = /* @__PURE__ */ n(te, M(v({}, a), {
2111
+ }), m = /* @__PURE__ */ o(be, N(T({}, a), {
1617
2112
  styleOptions: {
1618
2113
  header: {
1619
2114
  hidden: !0
@@ -1621,38 +2116,38 @@ function x1({ content: e }) {
1621
2116
  }
1622
2117
  }));
1623
2118
  else {
1624
- const g = M(v({}, l), {
2119
+ const i = N(T({}, d), {
1625
2120
  header: {
1626
2121
  hidden: !0
1627
2122
  }
1628
- }), m = v(M(v({}, l), {
2123
+ }), u = T(N(T({}, d), {
1629
2124
  legend: void 0,
1630
2125
  xAxis: void 0,
1631
2126
  yAxis: void 0
1632
- }), d);
1633
- delete m.legend, delete m.xAxis, delete m.yAxis, C = /* @__PURE__ */ n("div", {
1634
- children: /* @__PURE__ */ n(te, M(v({}, a), {
1635
- styleOptions: m
2127
+ }), h);
2128
+ delete u.legend, delete u.xAxis, delete u.yAxis, b = /* @__PURE__ */ o("div", {
2129
+ children: /* @__PURE__ */ o(be, N(T({}, a), {
2130
+ styleOptions: u
1636
2131
  }))
1637
- }), u = /* @__PURE__ */ n(te, M(v({}, a), {
1638
- styleOptions: v({
2132
+ }), m = /* @__PURE__ */ o(be, N(T({}, a), {
2133
+ styleOptions: T({
1639
2134
  cornerRadius: "None"
1640
- }, g)
2135
+ }, i)
1641
2136
  }));
1642
2137
  }
1643
2138
  return {
1644
- inlineElement: C,
1645
- expandedElement: u
2139
+ inlineElement: b,
2140
+ expandedElement: m
1646
2141
  };
1647
2142
  }, [
1648
2143
  e
1649
2144
  ]);
1650
- return /* @__PURE__ */ p(H, {
2145
+ return /* @__PURE__ */ w(V, {
1651
2146
  children: [
1652
- i,
1653
- /* @__PURE__ */ p(ht, {
2147
+ s,
2148
+ /* @__PURE__ */ w(an, {
1654
2149
  open: t,
1655
- onClose: () => o(!1),
2150
+ onClose: () => n(!1),
1656
2151
  maxWidth: "xl",
1657
2152
  fullWidth: !0,
1658
2153
  PaperProps: {
@@ -1662,39 +2157,39 @@ function x1({ content: e }) {
1662
2157
  }
1663
2158
  },
1664
2159
  children: [
1665
- /* @__PURE__ */ p("div", {
2160
+ /* @__PURE__ */ w("div", {
1666
2161
  className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]",
1667
2162
  children: [
1668
- /* @__PURE__ */ n("div", {
2163
+ /* @__PURE__ */ o("div", {
1669
2164
  className: "csdk-text-ai-lg csdk-semibold",
1670
2165
  children: e.queryTitle
1671
2166
  }),
1672
- /* @__PURE__ */ n(Wt, {
1673
- onClick: () => o(!1),
2167
+ /* @__PURE__ */ o(qn, {
2168
+ onClick: () => n(!1),
1674
2169
  "aria-label": "close expanded chart",
1675
- children: /* @__PURE__ */ n(d1, {
2170
+ children: /* @__PURE__ */ o(mi, {
1676
2171
  fillColor: r.aiChat.primaryTextColor
1677
2172
  })
1678
2173
  })
1679
2174
  ]
1680
2175
  }),
1681
- /* @__PURE__ */ n("div", {
2176
+ /* @__PURE__ */ o("div", {
1682
2177
  className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]",
1683
- children: s
2178
+ children: c
1684
2179
  })
1685
2180
  ]
1686
2181
  })
1687
2182
  ]
1688
2183
  });
1689
2184
  }
1690
- function y1({ theme: e }) {
1691
- return /* @__PURE__ */ n("svg", {
2185
+ function Li({ theme: e }) {
2186
+ return /* @__PURE__ */ o("svg", {
1692
2187
  xmlns: "http://www.w3.org/2000/svg",
1693
2188
  width: "24",
1694
2189
  height: "24",
1695
2190
  viewBox: "0 0 24 24",
1696
2191
  fill: "none",
1697
- children: /* @__PURE__ */ n("path", {
2192
+ children: /* @__PURE__ */ o("path", {
1698
2193
  fillRule: "evenodd",
1699
2194
  clipRule: "evenodd",
1700
2195
  d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
@@ -1702,29 +2197,29 @@ function y1({ theme: e }) {
1702
2197
  })
1703
2198
  });
1704
2199
  }
1705
- function v1({ onClick: e, disabled: t }) {
1706
- const { themeSettings: o } = b(), { t: r } = S();
1707
- return /* @__PURE__ */ n(ie, {
2200
+ function Ri({ onClick: e, disabled: t }) {
2201
+ const { themeSettings: n } = L(), { t: r } = H();
2202
+ return /* @__PURE__ */ o(we, {
1708
2203
  title: r("ai.buttons.incorrectResponse"),
1709
- children: /* @__PURE__ */ n(ne, {
2204
+ children: /* @__PURE__ */ o(ve, {
1710
2205
  "aria-label": "thumbs-down",
1711
2206
  onClick: e,
1712
- $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
2207
+ $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
1713
2208
  disabled: t,
1714
- children: /* @__PURE__ */ n(y1, {
1715
- theme: o
2209
+ children: /* @__PURE__ */ o(Li, {
2210
+ theme: n
1716
2211
  })
1717
2212
  })
1718
2213
  });
1719
2214
  }
1720
- function w1({ theme: e }) {
1721
- return /* @__PURE__ */ n("svg", {
2215
+ function Ei({ theme: e }) {
2216
+ return /* @__PURE__ */ o("svg", {
1722
2217
  xmlns: "http://www.w3.org/2000/svg",
1723
2218
  width: "24",
1724
2219
  height: "24",
1725
2220
  viewBox: "0 0 24 24",
1726
2221
  fill: "none",
1727
- children: /* @__PURE__ */ n("path", {
2222
+ children: /* @__PURE__ */ o("path", {
1728
2223
  fillRule: "evenodd",
1729
2224
  clipRule: "evenodd",
1730
2225
  d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
@@ -1732,133 +2227,133 @@ function w1({ theme: e }) {
1732
2227
  })
1733
2228
  });
1734
2229
  }
1735
- function k1({ onClick: e, disabled: t }) {
1736
- const { themeSettings: o } = b(), { t: r } = S();
1737
- return /* @__PURE__ */ n(ie, {
2230
+ function Ii({ onClick: e, disabled: t }) {
2231
+ const { themeSettings: n } = L(), { t: r } = H();
2232
+ return /* @__PURE__ */ o(we, {
1738
2233
  title: r("ai.buttons.correctResponse"),
1739
- children: /* @__PURE__ */ n(ne, {
2234
+ children: /* @__PURE__ */ o(ve, {
1740
2235
  "aria-label": "thumbs-up",
1741
2236
  onClick: e,
1742
- $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
2237
+ $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
1743
2238
  disabled: t,
1744
- children: /* @__PURE__ */ n(w1, {
1745
- theme: o
2239
+ children: /* @__PURE__ */ o(Ei, {
2240
+ theme: n
1746
2241
  })
1747
2242
  })
1748
2243
  });
1749
2244
  }
1750
- const S1 = () => {
1751
- const [e, t] = L(!1), o = U(null), r = k(() => {
2245
+ const Ni = () => {
2246
+ const [e, t] = P(!1), n = ue(null), r = O(() => {
1752
2247
  t(!0);
1753
- }, []), i = k(() => {
2248
+ }, []), s = O(() => {
1754
2249
  t(!1);
1755
2250
  }, []);
1756
2251
  return [
1757
- k((a) => {
1758
- var c;
1759
- ((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), o.current = a;
2252
+ O((a) => {
2253
+ var p;
2254
+ ((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
1760
2255
  }, [
1761
2256
  r,
1762
- i
2257
+ s
1763
2258
  ]),
1764
2259
  e
1765
2260
  ];
1766
- }, M1 = /* @__PURE__ */ h("div", {
2261
+ }, Fi = /* @__PURE__ */ k("div", {
1767
2262
  target: "e2xyvaw0",
1768
2263
  label: "Container"
1769
2264
  })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
1770
- function T1({ visible: e, onSend: t }) {
1771
- const [o, r] = L(!1), i = k((a) => {
2265
+ function Bi({ visible: e, onSend: t }) {
2266
+ const [n, r] = P(!1), s = O((a) => {
1772
2267
  r(!0), t(a === "up" ? 1 : -1);
1773
2268
  }, [
1774
2269
  t
1775
- ]), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1776
- return e ? /* @__PURE__ */ p("div", {
1777
- className: `csdk-flex csdk-items-center ${s}`,
2270
+ ]), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
2271
+ return e ? /* @__PURE__ */ w("div", {
2272
+ className: `csdk-flex csdk-items-center ${c}`,
1778
2273
  children: [
1779
- /* @__PURE__ */ n(k1, {
1780
- onClick: () => i("up"),
1781
- disabled: o
2274
+ /* @__PURE__ */ o(Ii, {
2275
+ onClick: () => s("up"),
2276
+ disabled: n
1782
2277
  }),
1783
- /* @__PURE__ */ n(v1, {
1784
- onClick: () => i("down"),
1785
- disabled: o
2278
+ /* @__PURE__ */ o(Ri, {
2279
+ onClick: () => s("down"),
2280
+ disabled: n
1786
2281
  })
1787
2282
  ]
1788
2283
  }) : null;
1789
2284
  }
1790
- function Se({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
1791
- const s = B(), a = $t(k((u) => {
1792
- s && s.ai.sendFeedback({
2285
+ function Qe({ sourceId: e, data: t, type: n, buttonVisibility: r = "onHover", renderContent: s }) {
2286
+ const c = J(), a = Wn(O((m) => {
2287
+ c && c.ai.sendFeedback({
1793
2288
  sourceId: e,
1794
- type: o,
2289
+ type: n,
1795
2290
  data: t,
1796
- rating: u
2291
+ rating: m
1797
2292
  });
1798
2293
  }, [
1799
- s,
2294
+ c,
1800
2295
  e,
1801
2296
  t,
1802
- o
1803
- ]), 200), [c, l] = S1(), d = F(() => r === "onHover" ? l : r !== "never", [
1804
- l,
2297
+ n
2298
+ ]), 200), [p, d] = Ni(), h = Z(() => r === "onHover" ? d : r !== "never", [
2299
+ d,
1805
2300
  r
1806
- ]), { themeSettings: C } = b();
1807
- return /* @__PURE__ */ n(M1, {
1808
- ref: c,
1809
- theme: C,
1810
- children: i(/* @__PURE__ */ n(T1, {
2301
+ ]), { themeSettings: b } = L();
2302
+ return /* @__PURE__ */ o(Fi, {
2303
+ ref: p,
2304
+ theme: b,
2305
+ children: s(/* @__PURE__ */ o(Bi, {
1811
2306
  onSend: a,
1812
- visible: d
2307
+ visible: h
1813
2308
  }))
1814
2309
  });
1815
2310
  }
1816
- const L1 = 18 * 5;
1817
- function Pe({ text: e }) {
1818
- const [t, o] = L(!0), [r, i] = L(!1), { t: s } = S(), a = U(null);
1819
- return de(() => {
1820
- a.current && a.current.scrollHeight > L1 && i(!0);
2311
+ const Oi = 18 * 5;
2312
+ function lt({ text: e }) {
2313
+ const [t, n] = P(!0), [r, s] = P(!1), { t: c } = H(), a = ue(null);
2314
+ return Ee(() => {
2315
+ a.current && a.current.scrollHeight > Oi && s(!0);
1821
2316
  }, [
1822
2317
  e
1823
- ]), /* @__PURE__ */ p("div", {
2318
+ ]), /* @__PURE__ */ w("div", {
1824
2319
  children: [
1825
- /* @__PURE__ */ n("div", {
2320
+ /* @__PURE__ */ o("div", {
1826
2321
  ref: a,
1827
2322
  className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`,
1828
2323
  children: e
1829
2324
  }),
1830
- r && /* @__PURE__ */ n("div", {
2325
+ r && /* @__PURE__ */ o("div", {
1831
2326
  className: "csdk-mt-3 csdk-flex csdk-justify-end",
1832
- children: /* @__PURE__ */ n("div", {
2327
+ children: /* @__PURE__ */ o("div", {
1833
2328
  className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
1834
- onClick: () => o((c) => !c),
1835
- children: s(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
2329
+ onClick: () => n((p) => !p),
2330
+ children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
1836
2331
  })
1837
2332
  })
1838
2333
  ]
1839
2334
  });
1840
2335
  }
1841
- function R1({ nlgRequest: e }) {
1842
- const { data: t, isLoading: o, isError: r } = Ce(e), { t: i } = S();
1843
- return o ? /* @__PURE__ */ n(Be, {}) : r ? /* @__PURE__ */ n(z, {
2336
+ function Hi({ nlgRequest: e }) {
2337
+ const { data: t, isLoading: n, isError: r } = Be(e), { t: s } = H();
2338
+ return n ? /* @__PURE__ */ o(st, {}) : r ? /* @__PURE__ */ o(ie, {
1844
2339
  align: "left",
1845
- children: i("ai.errors.unexpected")
1846
- }) : /* @__PURE__ */ n(z, {
2340
+ children: s("ai.errors.unexpected")
2341
+ }) : /* @__PURE__ */ o(ie, {
1847
2342
  align: "full",
1848
- children: /* @__PURE__ */ n(Pe, {
1849
- text: t != null ? t : i("ai.errors.insightsNotAvailable")
2343
+ children: /* @__PURE__ */ o(lt, {
2344
+ text: t != null ? t : s("ai.errors.insightsNotAvailable")
1850
2345
  })
1851
2346
  });
1852
2347
  }
1853
- function I1() {
1854
- const { themeSettings: e } = b();
1855
- return /* @__PURE__ */ n("svg", {
2348
+ function $i() {
2349
+ const { themeSettings: e } = L();
2350
+ return /* @__PURE__ */ o("svg", {
1856
2351
  width: "24",
1857
2352
  height: "25",
1858
2353
  viewBox: "0 0 24 25",
1859
2354
  fill: "none",
1860
2355
  xmlns: "http://www.w3.org/2000/svg",
1861
- children: /* @__PURE__ */ n("path", {
2356
+ children: /* @__PURE__ */ o("path", {
1862
2357
  fillRule: "evenodd",
1863
2358
  clipRule: "evenodd",
1864
2359
  d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
@@ -1866,81 +2361,81 @@ function I1() {
1866
2361
  })
1867
2362
  });
1868
2363
  }
1869
- function E1({ onClick: e }) {
1870
- const { t } = S();
1871
- return /* @__PURE__ */ n(ue, {
2364
+ function Pi({ onClick: e }) {
2365
+ const { t } = H();
2366
+ return /* @__PURE__ */ o(Ie, {
1872
2367
  align: "left",
1873
2368
  onClick: e,
1874
- children: /* @__PURE__ */ p("div", {
2369
+ children: /* @__PURE__ */ w("div", {
1875
2370
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1876
2371
  children: [
1877
- /* @__PURE__ */ n(I1, {}),
2372
+ /* @__PURE__ */ o($i, {}),
1878
2373
  t("ai.buttons.insights")
1879
2374
  ]
1880
2375
  })
1881
2376
  });
1882
2377
  }
1883
- var N1 = zt("toLowerCase");
1884
- const Ge = /* @__PURE__ */ h("div", {
1885
- target: "es26a860",
2378
+ var Di = Zn("toLowerCase");
2379
+ const St = /* @__PURE__ */ k("div", {
2380
+ target: "e17a6vpw0",
1886
2381
  label: "FlexRow"
1887
- })("display:flex;align-items:center;column-gap:10px;"), F1 = (e) => !!e && "aeiou".includes(e[0]);
1888
- function H1({ data: e, alwaysShowFeedback: t }) {
1889
- const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c, userMsg: l } = e;
1890
- console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
1891
- const d = "chartType" in a ? a.chartType : "table";
1892
- let C;
1893
- F1(d) ? C = `an ${d}` : C = `a ${d}`, d !== "table" && (C += " chart");
1894
- const u = c.datasource.title, [g, m] = L(!1), w = k(() => {
1895
- m((E) => !E);
1896
- }, []), x = {
2382
+ })("display:flex;align-items:center;column-gap:10px;"), Ai = (e) => !!e && "aeiou".includes(e[0]);
2383
+ function zi({ data: e, alwaysShowFeedback: t }) {
2384
+ const { chatMode: n = "analyze", enableInsights: r } = ee(), { themeSettings: s } = L(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h } = e;
2385
+ console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
2386
+ const b = "chartType" in a ? a.chartType : "table";
2387
+ let m;
2388
+ Ai(b) ? m = `an ${b}` : m = `a ${b}`, b !== "table" && (m += " chart");
2389
+ const i = p.datasource.title, [u, l] = P(!1), C = O(() => {
2390
+ l((x) => !x);
2391
+ }, []), g = {
1897
2392
  jaql: {
1898
- datasource: c.datasource,
1899
- metadata: c.metadata
2393
+ datasource: p.datasource,
2394
+ metadata: p.metadata
1900
2395
  }
1901
- }, T = o === "analyze";
1902
- return /* @__PURE__ */ p(H, {
2396
+ }, v = n === "analyze", S = `${d}${d && h ? " " : ""}${h}`;
2397
+ return /* @__PURE__ */ w(V, {
1903
2398
  children: [
1904
- /* @__PURE__ */ n(Se, {
1905
- sourceId: u,
2399
+ /* @__PURE__ */ o(Qe, {
2400
+ sourceId: i,
1906
2401
  data: e,
1907
2402
  type: "chats/nlq",
1908
2403
  buttonVisibility: t ? "always" : "onHover",
1909
- renderContent: (E) => /* @__PURE__ */ p(H, {
2404
+ renderContent: (x) => /* @__PURE__ */ w(V, {
1910
2405
  children: [
1911
- /* @__PURE__ */ p(Ge, {
2406
+ /* @__PURE__ */ w(St, {
1912
2407
  children: [
1913
- /* @__PURE__ */ n(ct, {
2408
+ /* @__PURE__ */ o(rn, {
1914
2409
  align: "left",
1915
- theme: i,
1916
- children: l || `Here's ${C} showing ${N1(s)}.`
2410
+ theme: s,
2411
+ children: S || `Here's ${m} showing ${Di(c)}.`
1917
2412
  }),
1918
- E
2413
+ x
1919
2414
  ]
1920
2415
  }),
1921
- T && /* @__PURE__ */ n(x1, {
2416
+ v && /* @__PURE__ */ o(Ti, {
1922
2417
  content: e
1923
2418
  })
1924
2419
  ]
1925
2420
  })
1926
2421
  }),
1927
- r && /* @__PURE__ */ n(Se, {
1928
- sourceId: u,
1929
- data: x,
2422
+ r && /* @__PURE__ */ o(Qe, {
2423
+ sourceId: i,
2424
+ data: g,
1930
2425
  type: "nlg/queryResult",
1931
- buttonVisibility: g ? "onHover" : "never",
1932
- renderContent: (E) => /* @__PURE__ */ p(H, {
2426
+ buttonVisibility: u ? "onHover" : "never",
2427
+ renderContent: (x) => /* @__PURE__ */ w(V, {
1933
2428
  children: [
1934
- /* @__PURE__ */ p(Ge, {
2429
+ /* @__PURE__ */ w(St, {
1935
2430
  children: [
1936
- /* @__PURE__ */ n(E1, {
1937
- onClick: w
2431
+ /* @__PURE__ */ o(Pi, {
2432
+ onClick: C
1938
2433
  }),
1939
- E
2434
+ x
1940
2435
  ]
1941
2436
  }),
1942
- g && /* @__PURE__ */ n(R1, {
1943
- nlgRequest: x
2437
+ u && /* @__PURE__ */ o(Hi, {
2438
+ nlgRequest: g
1944
2439
  })
1945
2440
  ]
1946
2441
  })
@@ -1948,72 +2443,72 @@ function H1({ data: e, alwaysShowFeedback: t }) {
1948
2443
  ]
1949
2444
  });
1950
2445
  }
1951
- function B1({ message: e, isLastMessage: t }) {
1952
- if (He(e)) {
2446
+ function qi({ message: e, isLastMessage: t }) {
2447
+ if (rt(e)) {
1953
2448
  const r = JSON.parse(e.content);
1954
- return /* @__PURE__ */ n(H1, {
2449
+ return /* @__PURE__ */ o(zi, {
1955
2450
  data: r,
1956
2451
  alwaysShowFeedback: t
1957
2452
  });
1958
2453
  }
1959
- const o = Mo(e) ? JSON.parse(e.content).answer : e.content;
1960
- return /* @__PURE__ */ n(z, {
2454
+ const n = Mr(e) ? JSON.parse(e.content).answer : e.content;
2455
+ return /* @__PURE__ */ o(ie, {
1961
2456
  align: e.role === "user" ? "right" : "left",
1962
- children: o
2457
+ children: n
1963
2458
  });
1964
2459
  }
1965
- const D1 = /* @__PURE__ */ no(B1), P1 = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(z, {
2460
+ const Wi = /* @__PURE__ */ or(qi), Zi = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ie, {
1966
2461
  align: "left",
1967
2462
  children: t
1968
2463
  }));
1969
- function q1({ messages: e }) {
1970
- const { t } = S();
1971
- return /* @__PURE__ */ n(H, {
1972
- children: e.map((o, r) => /* @__PURE__ */ n(Zt, {
1973
- fallbackRender: (i) => P1(M(v({}, i), {
2464
+ function ji({ messages: e }) {
2465
+ const { t } = H();
2466
+ return /* @__PURE__ */ o(V, {
2467
+ children: e.map((n, r) => /* @__PURE__ */ o(jn, {
2468
+ fallbackRender: (s) => Zi(N(T({}, s), {
1974
2469
  displayMessage: t("ai.errors.unexpected")
1975
2470
  })),
1976
- children: /* @__PURE__ */ n(D1, {
1977
- message: o,
2471
+ children: /* @__PURE__ */ o(Wi, {
2472
+ message: n,
1978
2473
  isLastMessage: r === e.length - 1
1979
2474
  }, r)
1980
2475
  }, r))
1981
2476
  });
1982
2477
  }
1983
- function pt({ color: e }) {
1984
- return /* @__PURE__ */ n("svg", {
2478
+ function ln({ color: e }) {
2479
+ return /* @__PURE__ */ o("svg", {
1985
2480
  width: "100%",
1986
2481
  height: "100%",
1987
2482
  viewBox: "0 0 4 8",
1988
2483
  fill: "none",
1989
2484
  xmlns: "http://www.w3.org/2000/svg",
1990
- children: /* @__PURE__ */ n("path", {
2485
+ children: /* @__PURE__ */ o("path", {
1991
2486
  d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
1992
2487
  fill: e
1993
2488
  })
1994
2489
  });
1995
2490
  }
1996
- function A1({ onClick: e, color: t }) {
1997
- return /* @__PURE__ */ n("div", {
2491
+ function Vi({ onClick: e, color: t }) {
2492
+ return /* @__PURE__ */ o("div", {
1998
2493
  "aria-label": "go back",
1999
2494
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2000
2495
  onClick: e,
2001
- children: /* @__PURE__ */ n(pt, {
2496
+ children: /* @__PURE__ */ o(ln, {
2002
2497
  color: t
2003
2498
  })
2004
2499
  });
2005
2500
  }
2006
- const O1 = /* @__PURE__ */ h("button", {
2501
+ const Gi = /* @__PURE__ */ k("button", {
2007
2502
  target: "e1p0q0z20",
2008
2503
  label: "Button"
2009
2504
  })("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
2010
- const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
2505
+ const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
2011
2506
  if (t) {
2012
- const [r, i] = t;
2013
- return I`
2507
+ const [r, s] = t;
2508
+ return D`
2014
2509
  border: none;
2015
2510
  position: relative;
2016
- border-radius: ${o};
2511
+ border-radius: ${n};
2017
2512
  &:before {
2018
2513
  content: '';
2019
2514
  position: absolute;
@@ -2021,9 +2516,9 @@ const O1 = /* @__PURE__ */ h("button", {
2021
2516
  left: 0;
2022
2517
  right: 0;
2023
2518
  bottom: 0;
2024
- border-radius: ${o};
2519
+ border-radius: ${n};
2025
2520
  border: 1px solid transparent;
2026
- background: linear-gradient(30deg, ${r}, ${i}) border-box;
2521
+ background: linear-gradient(30deg, ${r}, ${s}) border-box;
2027
2522
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2028
2523
  -webkit-mask-composite: destination-out;
2029
2524
  mask-composite: exclude;
@@ -2032,113 +2527,113 @@ const O1 = /* @__PURE__ */ h("button", {
2032
2527
  }
2033
2528
  return "";
2034
2529
  });
2035
- function _e({ question: e, onClick: t }) {
2036
- const { themeSettings: o } = b();
2037
- return /* @__PURE__ */ n(O1, {
2530
+ function Mt({ question: e, onClick: t }) {
2531
+ const { themeSettings: n } = L();
2532
+ return /* @__PURE__ */ o(Gi, {
2038
2533
  onClick: t,
2039
- theme: o,
2534
+ theme: n,
2040
2535
  children: e
2041
2536
  });
2042
2537
  }
2043
- const W1 = /* @__PURE__ */ h("div", {
2538
+ const Ui = /* @__PURE__ */ k("div", {
2044
2539
  target: "eu11cc50",
2045
2540
  label: "ListContainer"
2046
2541
  })("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
2047
- function $1({ questions: e, onSelection: t }) {
2048
- const { t: o } = S(), [r, i] = L(!0), s = F(() => r && e.length > 5 ? e.slice(0, 4) : e, [
2542
+ function Qi({ questions: e, onSelection: t }) {
2543
+ const { t: n } = H(), [r, s] = P(!0), c = Z(() => r && e.length > 5 ? e.slice(0, 4) : e, [
2049
2544
  e,
2050
2545
  r
2051
- ]), { themeSettings: a } = b();
2052
- return /* @__PURE__ */ p(W1, {
2546
+ ]), { themeSettings: a } = L();
2547
+ return /* @__PURE__ */ w(Ui, {
2053
2548
  "aria-label": "list of suggested questions",
2054
2549
  theme: a,
2055
2550
  children: [
2056
- s.map((c) => /* @__PURE__ */ n(_e, {
2057
- question: c,
2058
- onClick: () => t(c)
2059
- }, c)),
2060
- s.length < e.length && /* @__PURE__ */ n(_e, {
2061
- question: o("ai.buttons.seeMore"),
2062
- onClick: () => i(!1)
2551
+ c.map((p) => /* @__PURE__ */ o(Mt, {
2552
+ question: p,
2553
+ onClick: () => t(p)
2554
+ }, p)),
2555
+ c.length < e.length && /* @__PURE__ */ o(Mt, {
2556
+ question: n("ai.buttons.seeMore"),
2557
+ onClick: () => s(!1)
2063
2558
  })
2064
2559
  ]
2065
2560
  });
2066
2561
  }
2067
- const z1 = /* @__PURE__ */ h("div", {
2562
+ const _i = /* @__PURE__ */ k("div", {
2068
2563
  target: "ebwb3nc0",
2069
2564
  label: "Row"
2070
2565
  })("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
2071
- const [t, o] = e.aiChat.suggestions.loadingGradient;
2566
+ const [t, n] = e.aiChat.suggestions.loadingGradient;
2072
2567
  return `linear-gradient(
2073
2568
  to right,
2074
2569
  ${t} 0%,
2075
- ${o} 50%,
2570
+ ${n} 50%,
2076
2571
  ${t} 100%
2077
2572
  )`;
2078
- }, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Z1 = /* @__PURE__ */ h("div", {
2573
+ }, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Ki = /* @__PURE__ */ k("div", {
2079
2574
  target: "ebwb3nc1",
2080
2575
  label: "SkeletonContainer"
2081
2576
  })("display:flex;flex-direction:column;row-gap:1rem;");
2082
- function j1() {
2083
- const { themeSettings: e } = b();
2084
- return /* @__PURE__ */ n(Z1, {
2577
+ function Ji() {
2578
+ const { themeSettings: e } = L();
2579
+ return /* @__PURE__ */ o(Ki, {
2085
2580
  children: Array.from({
2086
2581
  length: 3
2087
- }, (t, o) => /* @__PURE__ */ n(z1, {
2582
+ }, (t, n) => /* @__PURE__ */ o(_i, {
2088
2583
  theme: e
2089
- }, o))
2584
+ }, n))
2090
2585
  });
2091
2586
  }
2092
- function V1({ questions: e, isLoading: t, onSelection: o }) {
2093
- const r = e.length > 0, { suggestionsWelcomeText: i } = P();
2094
- return t ? /* @__PURE__ */ n(j1, {}) : r ? /* @__PURE__ */ p(H, {
2587
+ function Xi({ questions: e, isLoading: t, onSelection: n }) {
2588
+ const r = e.length > 0, { suggestionsWelcomeText: s } = ee();
2589
+ return t ? /* @__PURE__ */ o(Ji, {}) : r ? /* @__PURE__ */ w(V, {
2095
2590
  children: [
2096
- i && /* @__PURE__ */ n(z, {
2591
+ s && /* @__PURE__ */ o(ie, {
2097
2592
  align: "left",
2098
- children: i
2593
+ children: s
2099
2594
  }),
2100
- /* @__PURE__ */ n($1, {
2101
- onSelection: o,
2595
+ /* @__PURE__ */ o(Qi, {
2596
+ onSelection: n,
2102
2597
  questions: e
2103
2598
  })
2104
2599
  ]
2105
2600
  }) : null;
2106
2601
  }
2107
- const Q1 = /* @__PURE__ */ h("div", {
2602
+ const Yi = /* @__PURE__ */ k("div", {
2108
2603
  target: "ew7avl30",
2109
2604
  label: "ToolbarContainer"
2110
- })("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), G1 = /* @__PURE__ */ h("div", {
2605
+ })("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), e1 = /* @__PURE__ */ k("div", {
2111
2606
  target: "ew7avl31",
2112
2607
  label: "ToolbarTitle"
2113
- })("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), Ct = /* @__PURE__ */ ro(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
2114
- return /* @__PURE__ */ p(Q1, {
2115
- ref: s,
2116
- style: i,
2608
+ })("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), cn = /* @__PURE__ */ ir(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
2609
+ return /* @__PURE__ */ w(Yi, {
2610
+ ref: c,
2611
+ style: s,
2117
2612
  children: [
2118
- o,
2119
- /* @__PURE__ */ n(G1, {
2120
- style: i,
2613
+ n,
2614
+ /* @__PURE__ */ o(e1, {
2615
+ style: s,
2121
2616
  children: t
2122
2617
  }),
2123
- r && /* @__PURE__ */ n("div", {
2618
+ r && /* @__PURE__ */ o("div", {
2124
2619
  className: "csdk-ml-auto",
2125
2620
  children: r
2126
2621
  })
2127
2622
  ]
2128
2623
  });
2129
- }), _1 = /* @__PURE__ */ h("div", {
2624
+ }), t1 = /* @__PURE__ */ k("div", {
2130
2625
  target: "e14yc7id0",
2131
2626
  label: "AiDisclaimerContainer"
2132
2627
  })("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
2133
- function U1({ theme: e }) {
2134
- const { t } = S();
2135
- return /* @__PURE__ */ p(_1, {
2628
+ function n1({ theme: e }) {
2629
+ const { t } = H();
2630
+ return /* @__PURE__ */ w(t1, {
2136
2631
  theme: e,
2137
2632
  children: [
2138
- /* @__PURE__ */ n("div", {
2633
+ /* @__PURE__ */ o("div", {
2139
2634
  children: t("ai.disclaimer.poweredByAi")
2140
2635
  }),
2141
- /* @__PURE__ */ p("div", {
2636
+ /* @__PURE__ */ w("div", {
2142
2637
  children: [
2143
2638
  " ",
2144
2639
  t("ai.disclaimer.rateRequest")
@@ -2147,15 +2642,15 @@ function U1({ theme: e }) {
2147
2642
  ]
2148
2643
  });
2149
2644
  }
2150
- function K1() {
2151
- const { themeSettings: e } = b();
2152
- return /* @__PURE__ */ n("svg", {
2645
+ function r1() {
2646
+ const { themeSettings: e } = L();
2647
+ return /* @__PURE__ */ o("svg", {
2153
2648
  width: "24",
2154
2649
  height: "24",
2155
2650
  viewBox: "0 0 24 24",
2156
2651
  fill: "none",
2157
2652
  xmlns: "http://www.w3.org/2000/svg",
2158
- children: /* @__PURE__ */ n("path", {
2653
+ children: /* @__PURE__ */ o("path", {
2159
2654
  fillRule: "evenodd",
2160
2655
  clipRule: "evenodd",
2161
2656
  d: "M15.1747 9.1203L12 11.8401L8.82529 9.1203C8.61558 8.94064 8.29994 8.965 8.12028 9.17471C7.94062 9.38442 7.96498 9.70006 8.17469 9.87972L11.6747 12.8782C11.8619 13.0385 12.1381 13.0385 12.3253 12.8782L15.8253 9.87972C16.035 9.70006 16.0594 9.38442 15.8797 9.17471C15.7 8.965 15.3844 8.94064 15.1747 9.1203ZM15.8797 12.1731C15.7 11.9634 15.3844 11.9391 15.1747 12.1187L12 14.8385L8.82529 12.1187C8.61558 11.9391 8.29994 11.9634 8.12028 12.1731C7.94062 12.3829 7.96498 12.6985 8.17469 12.8782L11.6747 15.8766C11.8619 16.037 12.1381 16.037 12.3253 15.8766L15.8253 12.8782C16.035 12.6985 16.0594 12.3829 15.8797 12.1731Z",
@@ -2163,435 +2658,435 @@ function K1() {
2163
2658
  })
2164
2659
  });
2165
2660
  }
2166
- const J1 = (e, t) => {
2167
- const o = new Yt(e);
2168
- return o.alpha = t, o;
2169
- }, Y1 = /* @__PURE__ */ h("div", {
2661
+ const o1 = (e, t) => {
2662
+ const n = new Yn(e);
2663
+ return n.alpha = t, n;
2664
+ }, i1 = /* @__PURE__ */ k("div", {
2170
2665
  target: "e1rxvpki0",
2171
2666
  label: "Container"
2172
- })("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${J1(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), X1 = ({ onClick: e }) => {
2173
- const { themeSettings: t } = b();
2174
- return /* @__PURE__ */ n(Y1, {
2667
+ })("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${o1(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), s1 = ({ onClick: e }) => {
2668
+ const { themeSettings: t } = L();
2669
+ return /* @__PURE__ */ o(i1, {
2175
2670
  theme: t,
2176
2671
  onClick: e,
2177
- children: /* @__PURE__ */ n(K1, {})
2672
+ children: /* @__PURE__ */ o(r1, {})
2178
2673
  });
2179
- }, en = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ye, {
2180
- anchorEl: o,
2674
+ }, a1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Et, {
2675
+ anchorEl: n,
2181
2676
  open: e,
2182
2677
  placement: "top",
2183
2678
  sx: {
2184
2679
  zIndex: 2
2185
2680
  },
2186
- children: /* @__PURE__ */ n(X1, {
2681
+ children: /* @__PURE__ */ o(s1, {
2187
2682
  onClick: t
2188
2683
  })
2189
- }), tn = /* @__PURE__ */ h("div", {
2684
+ }), l1 = /* @__PURE__ */ k("div", {
2190
2685
  target: "ednrf320",
2191
2686
  label: "ChatBody"
2192
- })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), on = /* @__PURE__ */ h("div", {
2687
+ })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), c1 = /* @__PURE__ */ k("div", {
2193
2688
  target: "ednrf321",
2194
2689
  label: "ChatFooter"
2195
- })("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), nn = /* @__PURE__ */ h("div", {
2690
+ })("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), d1 = /* @__PURE__ */ k("div", {
2196
2691
  target: "ednrf322",
2197
2692
  label: "FollowupQuestionsContainer"
2198
2693
  })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
2199
- function rn({ contextTitle: e, onGoBack: t, contextDetails: o }) {
2200
- var qe, Ae, Oe;
2201
- const { t: r } = S(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = b(), { data: d, isLoading: C, isError: u } = rt({
2694
+ function u1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2695
+ var j, te, le;
2696
+ const { t: r } = H(), { enableFollowupQuestions: s, enableHeader: c, numOfRecentPrompts: a, numOfRecommendations: p } = ee(), { themeSettings: d } = L(), { data: h, isLoading: b, isError: m } = Ht({
2202
2697
  contextTitle: e,
2203
- count: c
2204
- }), g = F(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
2205
- d
2206
- ]), { history: m, lastNlqResponse: w, isAwaitingResponse: x, sendMessage: T, isLoading: E, chatId: Z, lastError: y } = To(e, o), { mutate: Q, isLoading: D } = at(Z), [G, j] = L(!1), [J, fe] = L(!1), me = () => j(!0), q = () => j(!1), Y = () => {
2207
- Q(), q();
2208
- }, N = U(null), se = U(null), be = () => {
2209
- if (!(N != null && N.current))
2698
+ count: p
2699
+ }), i = Z(() => h == null ? void 0 : h.map((B) => B.nlqPrompt), [
2700
+ h
2701
+ ]), { history: u, lastNlqResponse: l, isAwaitingResponse: C, sendMessage: g, isLoading: v, chatId: S, lastError: x } = Tr(e, n), { mutate: E, isLoading: R } = Dt(S), [M, I] = P(!1), [$, ae] = P(!1), Q = () => I(!0), A = () => I(!1), U = () => {
2702
+ E(), A();
2703
+ }, F = ue(null), z = ue(null), X = () => {
2704
+ if (!(F != null && F.current))
2210
2705
  return;
2211
- const { scrollTop: R, clientHeight: O, scrollHeight: We } = N.current;
2212
- if (R === void 0 || O === void 0 || We === void 0)
2706
+ const { scrollTop: B, clientHeight: W, scrollHeight: Se } = F.current;
2707
+ if (B === void 0 || W === void 0 || Se === void 0)
2213
2708
  return;
2214
- const $e = We - R - O > O / 2;
2215
- J !== $e && fe($e);
2709
+ const Me = Se - B - W > W / 2;
2710
+ $ !== Me && ae(Me);
2216
2711
  };
2217
- de(() => {
2218
- N.current && (N.current.scrollTop = N.current.scrollHeight);
2712
+ Ee(() => {
2713
+ F.current && (F.current.scrollTop = F.current.scrollHeight);
2219
2714
  }, [
2220
- m,
2221
- G,
2222
- x
2715
+ u,
2716
+ M,
2717
+ C
2223
2718
  ]);
2224
- const X = U(null), ae = s ? /* @__PURE__ */ n(Ct, {
2225
- ref: X,
2719
+ const _ = ue(null), G = c ? /* @__PURE__ */ o(cn, {
2720
+ ref: _,
2226
2721
  title: e,
2227
- leftNav: t && /* @__PURE__ */ n(A1, {
2722
+ leftNav: t && /* @__PURE__ */ o(Vi, {
2228
2723
  onClick: t,
2229
- color: l.aiChat.header.textColor
2724
+ color: d.aiChat.header.textColor
2230
2725
  }),
2231
- style: l.aiChat.header
2232
- }) : null, A = F(() => [
2233
- ...new Set(m.filter((R) => R.role === "user").filter((R) => !(g != null && g.includes(R.content))).map((R) => R.content).reverse())
2726
+ style: d.aiChat.header
2727
+ }) : null, q = Z(() => [
2728
+ ...new Set(u.filter((B) => B.role === "user").filter((B) => !(i != null && i.includes(B.content))).map((B) => B.content).reverse())
2234
2729
  ].slice(0, a), [
2235
- m,
2730
+ u,
2236
2731
  a,
2237
- g
2732
+ i
2238
2733
  ]);
2239
- return (y == null ? void 0 : y.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(H, {
2734
+ return (x == null ? void 0 : x.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ w(V, {
2240
2735
  children: [
2241
- s && ae,
2242
- /* @__PURE__ */ n(dt, {
2243
- text: y.message
2736
+ c && G,
2737
+ /* @__PURE__ */ o(on, {
2738
+ text: x.message
2244
2739
  })
2245
2740
  ]
2246
- }) : /* @__PURE__ */ p(H, {
2741
+ }) : /* @__PURE__ */ w(V, {
2247
2742
  children: [
2248
- ae,
2249
- /* @__PURE__ */ p(tn, {
2250
- ref: N,
2251
- theme: l,
2252
- onScroll: be,
2743
+ G,
2744
+ /* @__PURE__ */ w(l1, {
2745
+ ref: F,
2746
+ theme: d,
2747
+ onScroll: X,
2253
2748
  children: [
2254
- /* @__PURE__ */ n(en, {
2255
- isVisible: J,
2256
- anchorElement: se.current,
2749
+ /* @__PURE__ */ o(a1, {
2750
+ isVisible: $,
2751
+ anchorElement: z.current,
2257
2752
  onClick: () => {
2258
- var R, O;
2259
- (O = N.current) == null || O.scroll({
2260
- top: (R = N.current) == null ? void 0 : R.scrollHeight,
2753
+ var B, W;
2754
+ (W = F.current) == null || W.scroll({
2755
+ top: (B = F.current) == null ? void 0 : B.scrollHeight,
2261
2756
  behavior: "smooth"
2262
2757
  });
2263
2758
  }
2264
2759
  }),
2265
- /* @__PURE__ */ n(Ko, {}),
2266
- /* @__PURE__ */ n(V1, {
2267
- questions: g || [],
2268
- isLoading: C,
2269
- onSelection: T
2760
+ /* @__PURE__ */ o(oi, {}),
2761
+ /* @__PURE__ */ o(Xi, {
2762
+ questions: i || [],
2763
+ isLoading: b,
2764
+ onSelection: g
2270
2765
  }),
2271
- y && /* @__PURE__ */ n(z, {
2766
+ x && /* @__PURE__ */ o(ie, {
2272
2767
  align: "left",
2273
- children: y.message
2768
+ children: x.message
2274
2769
  }),
2275
- E ? /* @__PURE__ */ n(ge, {}) : /* @__PURE__ */ n(q1, {
2276
- messages: m
2770
+ v ? /* @__PURE__ */ o(Oe, {}) : /* @__PURE__ */ o(ji, {
2771
+ messages: u
2277
2772
  }),
2278
- i && w && ((Ae = (qe = w.followupQuestions) == null ? void 0 : qe.length) != null ? Ae : 0) > 0 && /* @__PURE__ */ n(nn, {
2279
- theme: l,
2280
- children: (Oe = w.followupQuestions) == null ? void 0 : Oe.slice(0, 2).map((R, O) => /* @__PURE__ */ n(ue, {
2773
+ s && l && ((te = (j = l.followupQuestions) == null ? void 0 : j.length) != null ? te : 0) > 0 && /* @__PURE__ */ o(d1, {
2774
+ theme: d,
2775
+ children: (le = l.followupQuestions) == null ? void 0 : le.slice(0, 2).map((B, W) => /* @__PURE__ */ o(Ie, {
2281
2776
  align: "left",
2282
2777
  onClick: () => {
2283
- T(R);
2778
+ g(B);
2284
2779
  },
2285
- children: /* @__PURE__ */ n("div", {
2780
+ children: /* @__PURE__ */ o("div", {
2286
2781
  className: "csdk-py-[7px] csdk-px-4",
2287
- children: R
2782
+ children: B
2288
2783
  })
2289
- }, O))
2784
+ }, W))
2290
2785
  }),
2291
- (x || D) && /* @__PURE__ */ n(Be, {}),
2292
- G && /* @__PURE__ */ n(o1, {
2293
- onCancel: q,
2294
- onConfirm: Y
2786
+ (C || R) && /* @__PURE__ */ o(st, {}),
2787
+ M && /* @__PURE__ */ o(di, {
2788
+ onCancel: A,
2789
+ onConfirm: U
2295
2790
  })
2296
2791
  ]
2297
2792
  }),
2298
- /* @__PURE__ */ p(on, {
2299
- ref: se,
2300
- theme: l,
2793
+ /* @__PURE__ */ w(c1, {
2794
+ ref: z,
2795
+ theme: d,
2301
2796
  children: [
2302
- /* @__PURE__ */ n(_o, {
2303
- onSendMessage: T,
2304
- disabled: x || E,
2305
- onClearHistoryClick: me,
2306
- suggestions: g || [],
2307
- recentPrompts: A,
2308
- isLoading: C || E,
2309
- recommendationsError: u,
2310
- onChange: q
2797
+ /* @__PURE__ */ o(Qr, {
2798
+ onSendMessage: g,
2799
+ disabled: C || v,
2800
+ onClearHistoryClick: Q,
2801
+ suggestions: i || [],
2802
+ recentPrompts: q,
2803
+ isLoading: b || v,
2804
+ recommendationsError: m,
2805
+ onChange: A
2311
2806
  }),
2312
- /* @__PURE__ */ n(U1, {
2313
- theme: l
2807
+ /* @__PURE__ */ o(n1, {
2808
+ theme: d
2314
2809
  })
2315
2810
  ]
2316
2811
  })
2317
2812
  ]
2318
2813
  });
2319
2814
  }
2320
- const sn = /* @__PURE__ */ h("button", {
2815
+ const p1 = /* @__PURE__ */ k("button", {
2321
2816
  target: "e5a38pw0",
2322
2817
  label: "Container"
2323
- })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), an = /* @__PURE__ */ h("div", {
2818
+ })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), h1 = /* @__PURE__ */ k("div", {
2324
2819
  target: "e5a38pw1",
2325
2820
  label: "Title"
2326
- })("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), ln = /* @__PURE__ */ h("div", {
2821
+ })("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), g1 = /* @__PURE__ */ k("div", {
2327
2822
  target: "e5a38pw2",
2328
2823
  label: "Description"
2329
- })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => tt(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), cn = /* @__PURE__ */ h("div", {
2824
+ })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => Ft(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), C1 = /* @__PURE__ */ k("div", {
2330
2825
  target: "e5a38pw3",
2331
2826
  label: "IconContainer"
2332
2827
  })("width:16px;height:16px;transform:rotate(180deg);");
2333
- function dn(e) {
2334
- const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
2335
- return /* @__PURE__ */ p(sn, {
2828
+ function f1(e) {
2829
+ const { title: t, description: n, onClick: r } = e, { themeSettings: s } = L();
2830
+ return /* @__PURE__ */ w(p1, {
2336
2831
  onClick: r,
2337
- theme: i,
2832
+ theme: s,
2338
2833
  children: [
2339
- /* @__PURE__ */ p("div", {
2834
+ /* @__PURE__ */ w("div", {
2340
2835
  children: [
2341
- /* @__PURE__ */ n(an, {
2342
- theme: i,
2836
+ /* @__PURE__ */ o(h1, {
2837
+ theme: s,
2343
2838
  children: t
2344
2839
  }),
2345
- /* @__PURE__ */ n(ln, {
2346
- theme: i,
2347
- children: o
2840
+ /* @__PURE__ */ o(g1, {
2841
+ theme: s,
2842
+ children: n
2348
2843
  })
2349
2844
  ]
2350
2845
  }),
2351
- /* @__PURE__ */ n(cn, {
2352
- children: /* @__PURE__ */ n(pt, {
2353
- color: i.aiChat.icons.color
2846
+ /* @__PURE__ */ o(C1, {
2847
+ children: /* @__PURE__ */ o(ln, {
2848
+ color: s.aiChat.icons.color
2354
2849
  })
2355
2850
  })
2356
2851
  ]
2357
2852
  });
2358
2853
  }
2359
- const un = /* @__PURE__ */ h("div", {
2854
+ const m1 = /* @__PURE__ */ k("div", {
2360
2855
  target: "emrh5y30",
2361
2856
  label: "FlexContainer"
2362
- })("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), hn = /* @__PURE__ */ h("div", {
2857
+ })("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), b1 = /* @__PURE__ */ k("div", {
2363
2858
  target: "emrh5y31",
2364
2859
  label: "Title"
2365
- })("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), pn = /* @__PURE__ */ h("div", {
2860
+ })("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), x1 = /* @__PURE__ */ k("div", {
2366
2861
  target: "emrh5y32",
2367
2862
  label: "Subtitle"
2368
2863
  })("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
2369
- function Cn(e) {
2370
- const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = S();
2371
- return /* @__PURE__ */ p(un, {
2864
+ function y1(e) {
2865
+ const { dataTopics: t } = e, { themeSettings: n } = L(), { t: r } = H();
2866
+ return /* @__PURE__ */ w(m1, {
2372
2867
  children: [
2373
- /* @__PURE__ */ n(hn, {
2374
- theme: o,
2868
+ /* @__PURE__ */ o(b1, {
2869
+ theme: n,
2375
2870
  children: r("ai.dataTopics")
2376
2871
  }),
2377
- /* @__PURE__ */ p(pn, {
2378
- theme: o,
2872
+ /* @__PURE__ */ w(x1, {
2873
+ theme: n,
2379
2874
  children: [
2380
2875
  r("ai.chatbotDescription"),
2381
- /* @__PURE__ */ n("br", {}),
2382
- /* @__PURE__ */ n("br", {}),
2876
+ /* @__PURE__ */ o("br", {}),
2877
+ /* @__PURE__ */ o("br", {}),
2383
2878
  r("ai.topicSelectPrompt")
2384
2879
  ]
2385
2880
  }),
2386
- t.map((i) => /* @__PURE__ */ Xt(dn, M(v({}, i), {
2387
- key: i.title
2881
+ t.map((s) => /* @__PURE__ */ er(f1, N(T({}, s), {
2882
+ key: s.title
2388
2883
  })))
2389
2884
  ]
2390
2885
  });
2391
2886
  }
2392
- const gn = "#000000", fn = "#FFFFFF";
2393
- function mn({ isDarkBackground: e = !1 }) {
2394
- const t = e ? fn : gn;
2395
- return /* @__PURE__ */ p("svg", {
2887
+ const v1 = "#000000", k1 = "#FFFFFF";
2888
+ function w1({ isDarkBackground: e = !1 }) {
2889
+ const t = e ? k1 : v1;
2890
+ return /* @__PURE__ */ w("svg", {
2396
2891
  width: "32",
2397
2892
  height: "32",
2398
2893
  viewBox: "0 0 500 504",
2399
2894
  fill: "none",
2400
2895
  xmlns: "http://www.w3.org/2000/svg",
2401
2896
  children: [
2402
- /* @__PURE__ */ n("path", {
2897
+ /* @__PURE__ */ o("path", {
2403
2898
  d: "M365.111 69.5654C350.571 69.5654 338.747 81.3237 338.747 95.7826C338.747 110.241 350.571 122 365.111 122C379.651 122 391.476 110.241 391.476 95.7826C391.476 81.3237 379.651 69.5654 365.111 69.5654Z",
2404
2899
  fill: t
2405
2900
  }),
2406
- /* @__PURE__ */ n("path", {
2901
+ /* @__PURE__ */ o("path", {
2407
2902
  d: "M135.365 147.679C120.824 147.679 109 159.437 109 173.896C109 188.355 120.824 200.113 135.365 200.113C149.905 200.113 161.715 188.355 161.715 173.896C161.715 159.437 149.891 147.679 135.365 147.679Z",
2408
2903
  fill: t
2409
2904
  }),
2410
- /* @__PURE__ */ n("path", {
2905
+ /* @__PURE__ */ o("path", {
2411
2906
  d: "M135.365 225.789C120.824 225.789 109 237.547 109 252.006C109 266.465 120.824 278.21 135.365 278.21C149.905 278.21 161.715 266.451 161.715 252.006C161.715 237.561 149.891 225.789 135.365 225.789Z",
2412
2907
  fill: t
2413
2908
  }),
2414
- /* @__PURE__ */ n("path", {
2909
+ /* @__PURE__ */ o("path", {
2415
2910
  d: "M364.401 225.789C349.861 225.789 338.037 237.547 338.037 252.006C338.037 266.465 349.861 278.21 364.401 278.21C378.941 278.21 390.766 266.451 390.766 252.006C390.766 237.561 378.941 225.789 364.401 225.789Z",
2416
2911
  fill: t
2417
2912
  }),
2418
- /* @__PURE__ */ n("path", {
2913
+ /* @__PURE__ */ o("path", {
2419
2914
  d: "M365.111 303.899C350.571 303.899 338.747 315.658 338.747 330.117C338.747 344.575 350.571 356.334 365.111 356.334C379.651 356.334 391.476 344.575 391.476 330.117C391.476 315.658 379.651 303.899 365.111 303.899Z",
2420
2915
  fill: t
2421
2916
  }),
2422
- /* @__PURE__ */ n("path", {
2917
+ /* @__PURE__ */ o("path", {
2423
2918
  d: "M135.365 382.013C120.824 382.013 109 393.771 109 408.23C109 422.689 120.824 434.447 135.365 434.447C149.905 434.447 161.715 422.689 161.715 408.23C161.715 393.771 149.891 382.013 135.365 382.013Z",
2424
2919
  fill: t
2425
2920
  }),
2426
- /* @__PURE__ */ n("path", {
2921
+ /* @__PURE__ */ o("path", {
2427
2922
  d: "M289.516 142.11C271.898 142.11 257.567 156.362 257.567 173.895C257.567 191.429 271.898 205.666 289.516 205.666C307.135 205.666 321.466 191.415 321.466 173.895C321.466 156.375 307.135 142.11 289.516 142.11Z",
2428
2923
  fill: t
2429
2924
  }),
2430
- /* @__PURE__ */ n("path", {
2925
+ /* @__PURE__ */ o("path", {
2431
2926
  d: "M210.96 142.11C193.342 142.11 179.01 156.362 179.01 173.895C179.01 191.429 193.342 205.666 210.96 205.666C228.578 205.666 242.909 191.415 242.909 173.895C242.909 156.375 228.578 142.11 210.96 142.11Z",
2432
2927
  fill: t
2433
2928
  }),
2434
- /* @__PURE__ */ n("path", {
2929
+ /* @__PURE__ */ o("path", {
2435
2930
  d: "M289.516 220.224C271.898 220.224 257.567 234.475 257.567 252.008C257.567 269.542 271.898 283.779 289.516 283.779C307.135 283.779 321.466 269.528 321.466 252.008C321.466 234.489 307.135 220.224 289.516 220.224Z",
2436
2931
  fill: t
2437
2932
  }),
2438
- /* @__PURE__ */ n("path", {
2933
+ /* @__PURE__ */ o("path", {
2439
2934
  d: "M210.96 220.224C193.342 220.224 179.01 234.475 179.01 252.008C179.01 269.542 193.342 283.779 210.96 283.779C228.578 283.779 242.909 269.528 242.909 252.008C242.909 234.489 228.578 220.224 210.96 220.224Z",
2440
2935
  fill: t
2441
2936
  }),
2442
- /* @__PURE__ */ n("path", {
2937
+ /* @__PURE__ */ o("path", {
2443
2938
  d: "M289.516 298.334C271.898 298.334 257.567 312.585 257.567 330.105C257.567 347.624 271.898 361.889 289.516 361.889C307.135 361.889 321.466 347.638 321.466 330.105C321.466 312.571 307.135 298.334 289.516 298.334Z",
2444
2939
  fill: t
2445
2940
  }),
2446
- /* @__PURE__ */ n("path", {
2941
+ /* @__PURE__ */ o("path", {
2447
2942
  d: "M210.96 298.334C193.342 298.334 179.01 312.585 179.01 330.105C179.01 347.624 193.342 361.889 210.96 361.889C228.578 361.889 242.909 347.638 242.909 330.105C242.909 312.571 228.578 298.334 210.96 298.334Z",
2448
2943
  fill: t
2449
2944
  }),
2450
- /* @__PURE__ */ n("path", {
2945
+ /* @__PURE__ */ o("path", {
2451
2946
  d: "M289.516 64C271.898 64 257.567 78.2512 257.567 95.7847C257.567 113.318 271.898 127.555 289.516 127.555C307.135 127.555 321.466 113.304 321.466 95.7847C321.466 78.265 307.135 64 289.516 64Z",
2452
2947
  fill: t
2453
2948
  }),
2454
- /* @__PURE__ */ n("path", {
2949
+ /* @__PURE__ */ o("path", {
2455
2950
  d: "M210.96 64C193.342 64 179.01 78.2512 179.01 95.7847C179.01 113.318 193.342 127.555 210.96 127.555C228.578 127.555 242.909 113.304 242.909 95.7847C242.909 78.265 228.578 64 210.96 64Z",
2456
2951
  fill: t
2457
2952
  }),
2458
- /* @__PURE__ */ n("path", {
2953
+ /* @__PURE__ */ o("path", {
2459
2954
  d: "M289.516 376.442C271.898 376.442 257.567 390.694 257.567 408.213C257.567 425.733 271.898 439.998 289.516 439.998C307.135 439.998 321.466 425.747 321.466 408.213C321.466 390.68 307.135 376.442 289.516 376.442Z",
2460
2955
  fill: t
2461
2956
  }),
2462
- /* @__PURE__ */ n("path", {
2957
+ /* @__PURE__ */ o("path", {
2463
2958
  d: "M210.96 376.442C193.342 376.442 179.01 390.694 179.01 408.213C179.01 425.733 193.342 439.998 210.96 439.998C228.578 439.998 242.909 425.747 242.909 408.213C242.909 390.68 228.578 376.442 210.96 376.442Z",
2464
2959
  fill: t
2465
2960
  })
2466
2961
  ]
2467
2962
  });
2468
2963
  }
2469
- const bn = /* @__PURE__ */ h("div", {
2964
+ const S1 = /* @__PURE__ */ k("div", {
2470
2965
  target: "ealudtn0",
2471
2966
  label: "LogoContainer"
2472
- })("margin-left:14px;margin-top:3px;"), xn = /* @__PURE__ */ h("div", {
2967
+ })("margin-left:14px;margin-top:3px;"), M1 = /* @__PURE__ */ k("div", {
2473
2968
  target: "ealudtn1",
2474
2969
  label: "DataTopicsContainer"
2475
2970
  })("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
2476
- function yn({ dataTopicsList: e, onDataTopicClick: t }) {
2477
- const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = S(), s = F(() => e == null ? void 0 : e.map((c) => ({
2478
- title: c,
2479
- onClick: () => t(c)
2971
+ function T1({ dataTopicsList: e, onDataTopicClick: t }) {
2972
+ const { enableHeader: n } = ee(), { themeSettings: r } = L(), { t: s } = H(), c = Z(() => e == null ? void 0 : e.map((p) => ({
2973
+ title: p,
2974
+ onClick: () => t(p)
2480
2975
  })), [
2481
2976
  e,
2482
2977
  t
2483
- ]), a = eo(to(r.aiChat.header.backgroundColor)) > 0.5;
2484
- return /* @__PURE__ */ p(H, {
2978
+ ]), a = tr(nr(r.aiChat.header.backgroundColor)) > 0.5;
2979
+ return /* @__PURE__ */ w(V, {
2485
2980
  children: [
2486
- o ? /* @__PURE__ */ n(Ct, {
2487
- title: i("ai.analyticsChatbot"),
2488
- leftNav: /* @__PURE__ */ n(bn, {
2489
- children: /* @__PURE__ */ n(mn, {
2981
+ n ? /* @__PURE__ */ o(cn, {
2982
+ title: s("ai.analyticsChatbot"),
2983
+ leftNav: /* @__PURE__ */ o(S1, {
2984
+ children: /* @__PURE__ */ o(w1, {
2490
2985
  isDarkBackground: a
2491
2986
  })
2492
2987
  }),
2493
2988
  style: r.aiChat.header
2494
2989
  }) : null,
2495
- /* @__PURE__ */ p(xn, {
2990
+ /* @__PURE__ */ w(M1, {
2496
2991
  theme: r,
2497
2992
  children: [
2498
- !s && /* @__PURE__ */ n(ge, {}),
2499
- s && /* @__PURE__ */ n(Cn, {
2500
- dataTopics: s
2993
+ !c && /* @__PURE__ */ o(Oe, {}),
2994
+ c && /* @__PURE__ */ o(y1, {
2995
+ dataTopics: c
2501
2996
  })
2502
2997
  ]
2503
2998
  })
2504
2999
  ]
2505
3000
  });
2506
3001
  }
2507
- function vn() {
2508
- const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = yo(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = S(), d = l("ai.errors.noAvailableDataTopics"), C = k((w) => {
2509
- w.length ? w.length === 1 && (r(void 0), t(w[0])) : r(d);
3002
+ function L1() {
3003
+ const [e, t] = P(), [n, r] = P(), { data: s, fetchStatus: c } = yr(), { dataTopicsList: a, contextDetails: p } = ee(), { t: d } = H(), h = d("ai.errors.noAvailableDataTopics"), b = O((l) => {
3004
+ l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
2510
3005
  }, [
2511
- d
2512
- ]), u = F(() => {
2513
- if (i && s === "idle") {
2514
- const x = (a != null && a.length ? i == null ? void 0 : i.filter((T) => a == null ? void 0 : a.includes(T.title)) : i).map((T) => T.title);
2515
- return C(x), x;
3006
+ h
3007
+ ]), m = Z(() => {
3008
+ if (s && c === "idle") {
3009
+ const C = (a != null && a.length ? s == null ? void 0 : s.filter((g) => a == null ? void 0 : a.includes(g.title)) : s).map((g) => g.title);
3010
+ return b(C), C;
2516
3011
  }
2517
3012
  return [];
2518
3013
  }, [
2519
- i,
2520
3014
  s,
3015
+ c,
2521
3016
  a,
2522
- C
2523
- ]), g = oe(), m = k(() => {
2524
- r(void 0), g.invalidateQueries([
3017
+ b
3018
+ ]), i = ye(), u = O(() => {
3019
+ r(void 0), i.invalidateQueries([
2525
3020
  "getDataTopics"
2526
3021
  ]);
2527
3022
  }, [
2528
- g
3023
+ i
2529
3024
  ]);
2530
- return o ? /* @__PURE__ */ n(dt, {
2531
- text: o,
3025
+ return n ? /* @__PURE__ */ o(on, {
3026
+ text: n,
2532
3027
  action: {
2533
- text: l("ai.buttons.refresh"),
2534
- onClick: m
3028
+ text: d("ai.buttons.refresh"),
3029
+ onClick: u
2535
3030
  }
2536
- }) : u.length === 1 && !e ? /* @__PURE__ */ n(ge, {}) : e ? /* @__PURE__ */ n(rn, {
3031
+ }) : m.length === 1 && !e ? /* @__PURE__ */ o(Oe, {}) : e ? /* @__PURE__ */ o(u1, {
2537
3032
  contextTitle: e,
2538
- contextDetails: c,
2539
- onGoBack: u.length === 1 ? void 0 : () => t(void 0)
2540
- }) : /* @__PURE__ */ n(yn, {
2541
- dataTopicsList: u,
2542
- onDataTopicClick: (w) => t(w)
3033
+ contextDetails: p,
3034
+ onGoBack: m.length === 1 ? void 0 : () => t(void 0)
3035
+ }) : /* @__PURE__ */ o(T1, {
3036
+ dataTopicsList: m,
3037
+ onDataTopicClick: (l) => t(l)
2543
3038
  });
2544
3039
  }
2545
- const Wn = et({
3040
+ const V1 = Nt({
2546
3041
  componentName: "Chatbot"
2547
3042
  })((e) => {
2548
- const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
2549
- return /* @__PURE__ */ n(bo, {
3043
+ const { width: t, height: n, config: r } = e, { themeSettings: s } = L();
3044
+ return /* @__PURE__ */ o(br, {
2550
3045
  value: r != null ? r : {},
2551
- children: /* @__PURE__ */ n(No, {
3046
+ children: /* @__PURE__ */ o(Nr, {
2552
3047
  id: "csdk-chatbot-frame",
2553
3048
  width: t,
2554
- height: o,
2555
- theme: i,
3049
+ height: n,
3050
+ theme: s,
2556
3051
  tabIndex: 0,
2557
- children: /* @__PURE__ */ n(vn, {})
3052
+ children: /* @__PURE__ */ o(L1, {})
2558
3053
  })
2559
3054
  });
2560
- }), $n = et({
3055
+ }), G1 = Nt({
2561
3056
  componentName: "GetNlgInsights"
2562
3057
  })(function(t) {
2563
- const { data: o, isLoading: r, isError: i } = Ce(t), { t: s } = S();
2564
- if (i)
2565
- return /* @__PURE__ */ n(H, {
2566
- children: s("ai.errors.unexpected")
3058
+ const { data: n, isLoading: r, isError: s } = Be(t), { t: c } = H();
3059
+ if (s)
3060
+ return /* @__PURE__ */ o(V, {
3061
+ children: c("ai.errors.unexpected")
2567
3062
  });
2568
- const a = o != null ? o : s("ai.errors.insightsNotAvailable");
2569
- return /* @__PURE__ */ n(Pe, {
3063
+ const a = n != null ? n : c("ai.errors.insightsNotAvailable");
3064
+ return /* @__PURE__ */ o(lt, {
2570
3065
  text: r ? "Loading..." : a
2571
3066
  });
2572
3067
  });
2573
- function wn({ theme: e }) {
3068
+ function R1({ theme: e }) {
2574
3069
  const t = e.general.brandColor;
2575
- return /* @__PURE__ */ p("svg", {
3070
+ return /* @__PURE__ */ w("svg", {
2576
3071
  xmlns: "http://www.w3.org/2000/svg",
2577
3072
  width: "24",
2578
3073
  height: "24",
2579
3074
  viewBox: "-2 -3 24 24",
2580
3075
  fill: "none",
2581
3076
  children: [
2582
- /* @__PURE__ */ n("path", {
3077
+ /* @__PURE__ */ o("path", {
2583
3078
  fillRule: "evenodd",
2584
3079
  clipRule: "evenodd",
2585
3080
  d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
2586
3081
  fill: t
2587
3082
  }),
2588
- /* @__PURE__ */ n("path", {
3083
+ /* @__PURE__ */ o("path", {
2589
3084
  fillRule: "evenodd",
2590
3085
  clipRule: "evenodd",
2591
3086
  d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
2592
3087
  fill: t
2593
3088
  }),
2594
- /* @__PURE__ */ n("path", {
3089
+ /* @__PURE__ */ o("path", {
2595
3090
  fillRule: "evenodd",
2596
3091
  clipRule: "evenodd",
2597
3092
  d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
@@ -2600,80 +3095,80 @@ function wn({ theme: e }) {
2600
3095
  ]
2601
3096
  });
2602
3097
  }
2603
- const kn = /* @__PURE__ */ h("div", {
3098
+ const E1 = /* @__PURE__ */ k("div", {
2604
3099
  target: "eit37yz0",
2605
3100
  label: "FlexDiv"
2606
- })("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), Sn = /* @__PURE__ */ h("div", {
3101
+ })("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), I1 = /* @__PURE__ */ k("div", {
2607
3102
  target: "eit37yz1",
2608
3103
  label: "IconDiv"
2609
- })("align-self:flex-start;"), Mn = ({ summary: e, nlgRequest: t }) => {
2610
- const { themeSettings: o } = b();
2611
- return /* @__PURE__ */ n(Se, {
3104
+ })("align-self:flex-start;"), N1 = ({ summary: e, nlgRequest: t }) => {
3105
+ const { themeSettings: n } = L();
3106
+ return /* @__PURE__ */ o(Qe, {
2612
3107
  sourceId: t.jaql.datasource.title,
2613
3108
  data: t,
2614
3109
  type: "chart/insights",
2615
3110
  buttonVisibility: "always",
2616
- renderContent: (r) => /* @__PURE__ */ p(kn, {
2617
- theme: o,
3111
+ renderContent: (r) => /* @__PURE__ */ w(E1, {
3112
+ theme: n,
2618
3113
  children: [
2619
- /* @__PURE__ */ n(Sn, {
2620
- theme: o,
2621
- children: /* @__PURE__ */ n(wn, {
2622
- theme: o
3114
+ /* @__PURE__ */ o(I1, {
3115
+ theme: n,
3116
+ children: /* @__PURE__ */ o(R1, {
3117
+ theme: n
2623
3118
  })
2624
3119
  }),
2625
- /* @__PURE__ */ n(Pe, {
3120
+ /* @__PURE__ */ o(lt, {
2626
3121
  text: e
2627
3122
  }),
2628
3123
  r
2629
3124
  ]
2630
3125
  })
2631
3126
  });
2632
- }, zn = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
2633
- e.queryTitle = jt(e.queryTitle);
2634
- const { connectToWidgetProps: i } = Vt({
3127
+ }, U1 = ({ nlqResponse: e, onDataReady: t, styleOptions: n, filters: r = [] }) => {
3128
+ e.queryTitle = Vn(e.queryTitle);
3129
+ const { connectToWidgetProps: s } = Gn({
2635
3130
  initialFilters: r
2636
- }), [s, a] = L(null);
2637
- re(() => {
2638
- const u = pe(e, {
3131
+ }), [c, a] = P(null);
3132
+ ke(() => {
3133
+ const m = Fe(e, {
2639
3134
  useCustomizedStyleOptions: !0
2640
3135
  });
2641
- if (!u)
3136
+ if (!m)
2642
3137
  a(null);
2643
3138
  else {
2644
- o && u.styleOptions && (u.styleOptions = oo(u.styleOptions, o));
2645
- const g = i(u, {
3139
+ n && m.styleOptions && (m.styleOptions = rr(m.styleOptions, n));
3140
+ const i = s(m, {
2646
3141
  shouldAffectFilters: !1,
2647
3142
  applyMode: "filter"
2648
3143
  });
2649
- a(g);
3144
+ a(i);
2650
3145
  }
2651
3146
  }, [
2652
3147
  e,
2653
- i,
2654
- o
3148
+ s,
3149
+ n
2655
3150
  ]);
2656
- const c = F(() => {
2657
- const u = s && we(s) ? Qt(s == null ? void 0 : s.filters) : [], g = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(u.filter((m) => !m.config.disabled).map((m) => m.jaql()));
2658
- return M(v({}, e), {
2659
- jaql: M(v({}, e.jaql), {
2660
- metadata: g
3151
+ const p = Z(() => {
3152
+ const m = c && je(c) ? Un(c == null ? void 0 : c.filters) : [], i = e.jaql.metadata.filter((u) => !u.jaql.filter).concat(m.filter((u) => !u.config.disabled).map((u) => u.jaql()));
3153
+ return N(T({}, e), {
3154
+ jaql: N(T({}, e.jaql), {
3155
+ metadata: i
2661
3156
  }),
2662
3157
  verbosity: "Low"
2663
3158
  });
2664
3159
  }, [
2665
3160
  e,
2666
- s
2667
- ]), { data: l, isLoading: d, isError: C } = Ce(c);
2668
- return d || !s ? /* @__PURE__ */ n(Be, {}) : we(s) ? /* @__PURE__ */ n(te, M(v({}, s), {
3161
+ c
3162
+ ]), { data: d, isLoading: h, isError: b } = Be(p);
3163
+ return h || !c ? /* @__PURE__ */ o(st, {}) : je(c) ? /* @__PURE__ */ o(be, N(T({}, c), {
2669
3164
  highlightSelectionDisabled: !0,
2670
3165
  onDataReady: t,
2671
- topSlot: l && !C && /* @__PURE__ */ n(Mn, {
2672
- nlgRequest: c,
2673
- summary: l
3166
+ topSlot: d && !b && /* @__PURE__ */ o(N1, {
3167
+ nlgRequest: p,
3168
+ summary: d
2674
3169
  })
2675
- })) : /* @__PURE__ */ n(H, {});
2676
- }, Tn = new Ke({
3170
+ })) : /* @__PURE__ */ o(V, {});
3171
+ }, F1 = new Lt({
2677
3172
  defaultOptions: {
2678
3173
  queries: {
2679
3174
  refetchOnWindowFocus: !1,
@@ -2681,34 +3176,34 @@ const kn = /* @__PURE__ */ h("div", {
2681
3176
  }
2682
3177
  }
2683
3178
  });
2684
- function Zn({ children: e, context: t }) {
2685
- return /* @__PURE__ */ n(nt, {
2686
- children: /* @__PURE__ */ n(Ie.Provider, {
3179
+ function Q1({ children: e, context: t }) {
3180
+ return /* @__PURE__ */ o(Ot, {
3181
+ children: /* @__PURE__ */ o(Ye.Provider, {
2687
3182
  value: t == null ? void 0 : t.api,
2688
- children: /* @__PURE__ */ n(Je, {
2689
- client: Tn,
3183
+ children: /* @__PURE__ */ o(Rt, {
3184
+ client: F1,
2690
3185
  children: e
2691
3186
  })
2692
3187
  })
2693
3188
  });
2694
3189
  }
2695
3190
  export {
2696
- Bn as AiContextProvider,
2697
- ao as ChatRestApi,
2698
- Wn as Chatbot,
2699
- Zn as CustomAiContextProvider,
2700
- mo as DEFAULT_RECOMMENDATIONS_COUNT,
2701
- $n as GetNlgInsights,
2702
- Co as NLQ_RESULT_CHART_TYPES,
2703
- zn as NlqChartWidget,
2704
- ho as prepareGetNlgInsightsPayload,
2705
- go as prepareGetNlqResultPayload,
2706
- To as useChatSession,
2707
- On as useFinalNlqResponse,
2708
- Dn as useGetNlgInsights,
2709
- Pn as useGetNlqResult,
2710
- qn as useGetQueryRecommendations,
2711
- An as useLastNlqResponse,
2712
- Qn as widgetComposer
3191
+ A1 as AiContextProvider,
3192
+ lr as ChatRestApi,
3193
+ V1 as Chatbot,
3194
+ Q1 as CustomAiContextProvider,
3195
+ mr as DEFAULT_RECOMMENDATIONS_COUNT,
3196
+ G1 as GetNlgInsights,
3197
+ gr as NLQ_RESULT_CHART_TYPES,
3198
+ U1 as NlqChartWidget,
3199
+ pr as prepareGetNlgInsightsPayload,
3200
+ Cr as prepareGetNlqResultPayload,
3201
+ Tr as useChatSession,
3202
+ j1 as useFinalNlqResponse,
3203
+ z1 as useGetNlgInsights,
3204
+ q1 as useGetNlqResult,
3205
+ W1 as useGetQueryRecommendations,
3206
+ Z1 as useLastNlqResponse,
3207
+ J1 as widgetComposer
2713
3208
  };
2714
- (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
3209
+ (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();