@sisense/sdk-ui 1.28.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist/ai.cjs +51 -51
  2. package/dist/ai.js +1177 -1122
  3. package/dist/analytics-composer.cjs +20 -20
  4. package/dist/analytics-composer.js +180 -182
  5. package/dist/{derive-chart-family-BYdyoe8O.js → derive-chart-family-B2J2kMs6.js} +15299 -15416
  6. package/dist/{derive-chart-family-BNu7PP-p.cjs → derive-chart-family-Bmg9hQGc.cjs} +102 -102
  7. package/dist/index.cjs +252 -121
  8. package/dist/index.js +12548 -10364
  9. package/dist/packages/sdk-ui/src/ai/ai-context-provider.d.ts +2 -1
  10. package/dist/packages/sdk-ui/src/ai/api/chat-api-provider.d.ts +2 -1
  11. package/dist/packages/sdk-ui/src/ai/api/chat-rest-api.d.ts +5 -3
  12. package/dist/packages/sdk-ui/src/ai/api/hooks.d.ts +4 -3
  13. package/dist/packages/sdk-ui/src/ai/api/types.d.ts +6 -1
  14. package/dist/packages/sdk-ui/src/ai/chart/nlq-chart-widget.d.ts +10 -1
  15. package/dist/packages/sdk-ui/src/ai/chat-box.d.ts +3 -1
  16. package/dist/packages/sdk-ui/src/ai/chat-config.d.ts +7 -1
  17. package/dist/packages/sdk-ui/src/ai/chat-id-storage-provider.d.ts +12 -0
  18. package/dist/packages/sdk-ui/src/ai/use-chat-session.d.ts +4 -3
  19. package/dist/packages/sdk-ui/src/ai/use-get-chat.d.ts +6 -0
  20. package/dist/packages/sdk-ui/src/ai/use-get-nlg-insights.d.ts +2 -0
  21. package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +3 -2
  22. package/dist/packages/sdk-ui/src/ai/use-last-nlq-response.d.ts +4 -2
  23. package/dist/packages/sdk-ui/src/analytics-composer/common/utils.d.ts +0 -1
  24. package/dist/packages/sdk-ui/src/area-chart.d.ts +1 -1
  25. package/dist/packages/sdk-ui/src/areamap-chart.d.ts +1 -1
  26. package/dist/packages/sdk-ui/src/boxplot-utils.d.ts +3 -2
  27. package/dist/packages/sdk-ui/src/chart-data-options/coloring/range-coloring.d.ts +12 -0
  28. package/dist/packages/sdk-ui/src/chart-data-options/types.d.ts +6 -2
  29. package/dist/packages/sdk-ui/src/chart-options-processor/advanced-chart-options.d.ts +3 -4
  30. package/dist/packages/sdk-ui/src/chart-options-processor/subtype-to-design-options.d.ts +1 -1
  31. package/dist/packages/sdk-ui/src/chart-options-processor/translations/axis-section.d.ts +5 -2
  32. package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +1 -0
  33. package/dist/packages/sdk-ui/src/chart-options-processor/translations/value-label-section.d.ts +3 -1
  34. package/dist/packages/sdk-ui/src/common/components/button.d.ts +10 -0
  35. package/dist/packages/sdk-ui/src/common/components/popover.d.ts +23 -0
  36. package/dist/packages/sdk-ui/src/common/components/radio.d.ts +8 -0
  37. package/dist/packages/sdk-ui/src/common/hooks/use-combined-menu.d.ts +3 -4
  38. package/dist/packages/sdk-ui/src/common/hooks/use-debounced-value.d.ts +5 -0
  39. package/dist/packages/sdk-ui/src/const.d.ts +3 -0
  40. package/dist/packages/sdk-ui/src/dashboard/components/dashboard-container.d.ts +1 -1
  41. package/dist/packages/sdk-ui/src/dashboard/types.d.ts +6 -0
  42. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-operations.d.ts +4 -4
  43. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +4 -5
  44. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/index.d.ts +2 -1
  45. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/types.d.ts +7 -0
  46. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/index.d.ts +4 -0
  47. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/input.d.ts +5 -0
  48. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/search-input.d.ts +8 -0
  49. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/base.d.ts +17 -0
  50. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/index.d.ts +3 -0
  51. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/multi-select-item.d.ts +9 -0
  52. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-multi-select.d.ts +14 -0
  53. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-single-select.d.ts +14 -0
  54. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/single-select-item.d.ts +9 -0
  55. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/single-select.d.ts +14 -0
  56. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/types.d.ts +7 -0
  57. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/utils.d.ts +4 -0
  58. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/selectable-section.d.ts +10 -0
  59. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-popover.d.ts +12 -0
  60. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor.d.ts +8 -0
  61. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/multi-select-control.d.ts +7 -0
  62. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/include-all-section.d.ts +9 -0
  63. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/members-section.d.ts +11 -0
  64. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/text-condition-section.d.ts +11 -0
  65. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/utils.d.ts +5 -0
  66. package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel.d.ts +2 -0
  67. package/dist/packages/sdk-ui/src/filters/components/icons/arrow-down-icon.d.ts +1 -1
  68. package/dist/packages/sdk-ui/src/filters/components/icons/check-icon.d.ts +2 -0
  69. package/dist/packages/sdk-ui/src/filters/components/icons/index.d.ts +1 -0
  70. package/dist/packages/sdk-ui/src/filters/components/icons/pencil-icon.d.ts +3 -1
  71. package/dist/packages/sdk-ui/src/filters/components/icons/search-icon.d.ts +1 -1
  72. package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-filter-tile.d.ts +1 -1
  73. package/dist/packages/sdk-ui/src/filters/helpers.d.ts +1 -122
  74. package/dist/packages/sdk-ui/src/filters/index.d.ts +0 -1
  75. package/dist/packages/sdk-ui/src/pivot-table/formatters/data-cell-formatters/data-cell-color-formatter.d.ts +4 -0
  76. package/dist/packages/sdk-ui/src/pivot-table/formatters/header-cell-formatters/header-cell-totals-formatter.d.ts +4 -0
  77. package/dist/packages/sdk-ui/src/pivot-table/hooks/use-pivot-builder.d.ts +7 -0
  78. package/dist/packages/sdk-ui/src/props.d.ts +15 -15
  79. package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +33 -0
  80. package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +66 -0
  81. package/dist/packages/sdk-ui/src/types.d.ts +37 -2
  82. package/dist/packages/sdk-ui/src/utils/filter-relations.d.ts +30 -72
  83. package/dist/packages/sdk-ui/src/widget-by-id/dashboard-widget.d.ts +1 -1
  84. package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-data-options.d.ts +1 -2
  85. package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +15 -0
  86. package/dist/packages/sdk-ui/src/widget-by-id/utils.d.ts +2 -57
  87. package/dist/{useQuery-CwqhrvKr.js → useQuery-1ixYW8qO.js} +27765 -27713
  88. package/dist/useQuery-Ctzmd-JM.cjs +916 -0
  89. package/dist/{widget-composer-BvJFwTM1.cjs → widget-composer-CdxKUwZf.cjs} +18 -10
  90. package/dist/{widget-composer-CAmaQCTo.js → widget-composer-Ch2kYMok.js} +115 -105
  91. package/package.json +7 -7
  92. package/dist/useQuery-7UcSPq8U.cjs +0 -915
package/dist/ai.js CHANGED
@@ -1,394 +1,48 @@
1
- var ut = Object.defineProperty, ht = Object.defineProperties;
2
- var pt = Object.getOwnPropertyDescriptors;
3
- var ae = Object.getOwnPropertySymbols;
4
- var Be = Object.prototype.hasOwnProperty, De = Object.prototype.propertyIsEnumerable;
5
- var ye = (e, t, o) => t in e ? ut(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, M = (e, t) => {
1
+ var ht = Object.defineProperty, pt = Object.defineProperties;
2
+ var gt = Object.getOwnPropertyDescriptors;
3
+ var ce = Object.getOwnPropertySymbols;
4
+ var We = Object.prototype.hasOwnProperty, Oe = Object.prototype.propertyIsEnumerable;
5
+ var ve = (e, t, o) => t in e ? ht(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, S = (e, t) => {
6
6
  for (var o in t || (t = {}))
7
- Be.call(t, o) && ye(e, o, t[o]);
8
- if (ae)
9
- for (var o of ae(t))
10
- De.call(t, o) && ye(e, o, t[o]);
7
+ We.call(t, o) && ve(e, o, t[o]);
8
+ if (ce)
9
+ for (var o of ce(t))
10
+ Oe.call(t, o) && ve(e, o, t[o]);
11
11
  return e;
12
- }, L = (e, t) => ht(e, pt(t));
13
- var Pe = (e, t) => {
12
+ }, $ = (e, t) => pt(e, gt(t));
13
+ var qe = (e, t) => {
14
14
  var o = {};
15
15
  for (var r in e)
16
- Be.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
17
- if (e != null && ae)
18
- for (var r of ae(e))
19
- t.indexOf(r) < 0 && De.call(e, r) && (o[r] = e[r]);
16
+ We.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
17
+ if (e != null && ce)
18
+ for (var r of ce(e))
19
+ t.indexOf(r) < 0 && Oe.call(e, r) && (o[r] = e[r]);
20
20
  return o;
21
21
  };
22
- var R = (e, t, o) => (ye(e, typeof t != "symbol" ? t + "" : t, o), o);
23
- var V = (e, t, o) => new Promise((r, i) => {
24
- var a = (l) => {
22
+ var T = (e, t, o) => (ve(e, typeof t != "symbol" ? t + "" : t, o), o);
23
+ var A = (e, t, o) => new Promise((r, i) => {
24
+ var s = (l) => {
25
25
  try {
26
26
  c(o.next(l));
27
27
  } catch (d) {
28
28
  i(d);
29
29
  }
30
- }, s = (l) => {
30
+ }, a = (l) => {
31
31
  try {
32
32
  c(o.throw(l));
33
33
  } catch (d) {
34
34
  i(d);
35
35
  }
36
- }, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(a, s);
36
+ }, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
37
37
  c((o = o.apply(e, t)).next());
38
38
  });
39
- import { k as gt, j as Ct, s as ue, be as ft, bf as mt, o as Y, _ as j, bg as Ae, D as bt, bh as xt, l as yt, bi as vt, m as ve, P as f, p as wt, bj as kt, bk as St, bl as Mt, bm as Ze, bn as Lt, bo as te, bp as $t, bq as Tt, br as Rt, aQ as Et, M as Nt, aR as Ht, g as It, b2 as Q, T as he, an as u, ax as E, Z as m, av as ze, ar as Ft, bs as Bt, ay as Ge, bt as Dt, at as Pt, aq as ee, aA as qt, bu as Wt, bv as Ot, Y as $e, bw as At, aM as Zt } from "./useQuery-CwqhrvKr.js";
40
- import { jsx as n, jsxs as g, Fragment as I } from "react/jsx-runtime";
39
+ import { bO as Ct, bP as ft, bQ as Ge, bR as mt, bS as oe, bT as bt, bU as xt, bV as yt, bp as vt, R as wt, bq as kt, b as St, bC as Q, Y as pe, az as h, a$ as E, S as b, aZ as Ve, aD as Mt, bW as $t, aG as Lt, aF as Rt, aH as ge, bX as Tt, bY as Et, aM as K, p as j, bZ as je, aR as It, b_ as Nt, _ as Ht, b$ as Ft, F as we, P as f, aN as Bt, c0 as Dt, b0 as Qe, c1 as Pt, aX as Wt, aC as te, a1 as Ot, c2 as qt, c3 as At, a3 as Re, c4 as Zt, bj as zt, c5 as Gt } from "./useQuery-1ixYW8qO.js";
40
+ import { jsx as n, jsxs as p, Fragment as N } from "react/jsx-runtime";
41
41
  import * as Z from "react";
42
- import { createContext as Ve, useMemo as D, useContext as je, useCallback as T, useEffect as oe, useState as $, useRef as J, useLayoutEffect as ce, memo as zt, forwardRef as Gt, createElement as Vt } from "react";
43
- import { n as jt, bc as Qt, ad as w, T as ke, u as Qe, V as Se, Z as Ut, bd as _t, q as Kt, r as Yt, b1 as Jt } from "./derive-chart-family-BYdyoe8O.js";
44
- import { t as pe } from "./widget-composer-CAmaQCTo.js";
45
- function Xt(e) {
46
- return Ct("MuiDialog", e);
47
- }
48
- const we = gt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), Ue = /* @__PURE__ */ Z.createContext({});
49
- process.env.NODE_ENV !== "production" && (Ue.displayName = "DialogContext");
50
- const e1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], t1 = ue(ft, {
51
- name: "MuiDialog",
52
- slot: "Backdrop",
53
- overrides: (e, t) => t.backdrop
54
- })({
55
- // Improve scrollable dialog support.
56
- zIndex: -1
57
- }), o1 = (e) => {
58
- const {
59
- classes: t,
60
- scroll: o,
61
- maxWidth: r,
62
- fullWidth: i,
63
- fullScreen: a
64
- } = e, s = {
65
- root: ["root"],
66
- container: ["container", `scroll${Y(o)}`],
67
- paper: ["paper", `paperScroll${Y(o)}`, `paperWidth${Y(String(r))}`, i && "paperFullWidth", a && "paperFullScreen"]
68
- };
69
- return wt(s, Xt, t);
70
- }, n1 = ue(mt, {
71
- name: "MuiDialog",
72
- slot: "Root",
73
- overridesResolver: (e, t) => t.root
74
- })({
75
- "@media print": {
76
- // Use !important to override the Modal inline-style.
77
- position: "absolute !important"
78
- }
79
- }), r1 = ue("div", {
80
- name: "MuiDialog",
81
- slot: "Container",
82
- overridesResolver: (e, t) => {
83
- const {
84
- ownerState: o
85
- } = e;
86
- return [t.container, t[`scroll${Y(o.scroll)}`]];
87
- }
88
- })(({
89
- ownerState: e
90
- }) => j({
91
- height: "100%",
92
- "@media print": {
93
- height: "auto"
94
- },
95
- // We disable the focus ring for mouse, touch and keyboard users.
96
- outline: 0
97
- }, e.scroll === "paper" && {
98
- display: "flex",
99
- justifyContent: "center",
100
- alignItems: "center"
101
- }, e.scroll === "body" && {
102
- overflowY: "auto",
103
- overflowX: "hidden",
104
- textAlign: "center",
105
- "&::after": {
106
- content: '""',
107
- display: "inline-block",
108
- verticalAlign: "middle",
109
- height: "100%",
110
- width: "0"
111
- }
112
- })), i1 = ue(Ae, {
113
- name: "MuiDialog",
114
- slot: "Paper",
115
- overridesResolver: (e, t) => {
116
- const {
117
- ownerState: o
118
- } = e;
119
- return [t.paper, t[`scrollPaper${Y(o.scroll)}`], t[`paperWidth${Y(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
120
- }
121
- })(({
122
- theme: e,
123
- ownerState: t
124
- }) => j({
125
- margin: 32,
126
- position: "relative",
127
- overflowY: "auto",
128
- // Fix IE11 issue, to remove at some point.
129
- "@media print": {
130
- overflowY: "visible",
131
- boxShadow: "none"
132
- }
133
- }, t.scroll === "paper" && {
134
- display: "flex",
135
- flexDirection: "column",
136
- maxHeight: "calc(100% - 64px)"
137
- }, t.scroll === "body" && {
138
- display: "inline-block",
139
- verticalAlign: "middle",
140
- textAlign: "left"
141
- // 'initial' doesn't work on IE11
142
- }, !t.maxWidth && {
143
- maxWidth: "calc(100% - 64px)"
144
- }, t.maxWidth === "xs" && {
145
- maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
146
- [`&.${we.paperScrollBody}`]: {
147
- [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
148
- maxWidth: "calc(100% - 64px)"
149
- }
150
- }
151
- }, t.maxWidth && t.maxWidth !== "xs" && {
152
- maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
153
- [`&.${we.paperScrollBody}`]: {
154
- [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
155
- maxWidth: "calc(100% - 64px)"
156
- }
157
- }
158
- }, t.fullWidth && {
159
- width: "calc(100% - 64px)"
160
- }, t.fullScreen && {
161
- margin: 0,
162
- width: "100%",
163
- maxWidth: "100%",
164
- height: "100%",
165
- maxHeight: "none",
166
- borderRadius: 0,
167
- [`&.${we.paperScrollBody}`]: {
168
- margin: 0,
169
- maxWidth: "100%"
170
- }
171
- })), _e = /* @__PURE__ */ Z.forwardRef(function(t, o) {
172
- const r = bt({
173
- props: t,
174
- name: "MuiDialog"
175
- }), i = xt(), a = {
176
- enter: i.transitions.duration.enteringScreen,
177
- exit: i.transitions.duration.leavingScreen
178
- }, {
179
- "aria-describedby": s,
180
- "aria-labelledby": c,
181
- BackdropComponent: l,
182
- BackdropProps: d,
183
- children: p,
184
- className: C,
185
- disableEscapeKeyDown: h = !1,
186
- fullScreen: b = !1,
187
- fullWidth: v = !1,
188
- maxWidth: S = "sm",
189
- onBackdropClick: x,
190
- onClick: O,
191
- onClose: N,
192
- open: k,
193
- PaperComponent: q = Ae,
194
- PaperProps: F = {},
195
- scroll: B = "paper",
196
- TransitionComponent: G = kt,
197
- transitionDuration: se = a,
198
- TransitionProps: fe
199
- } = r, X = yt(r, e1), U = j({}, r, {
200
- disableEscapeKeyDown: h,
201
- fullScreen: b,
202
- fullWidth: v,
203
- maxWidth: S,
204
- scroll: B
205
- }), H = o1(U), _ = Z.useRef(), me = (y) => {
206
- _.current = y.target === y.currentTarget;
207
- }, be = (y) => {
208
- O && O(y), _.current && (_.current = null, x && x(y), N && N(y, "backdropClick"));
209
- }, K = vt(c), xe = Z.useMemo(() => ({
210
- titleId: K
211
- }), [K]);
212
- return /* @__PURE__ */ n(n1, j({
213
- className: ve(H.root, C),
214
- closeAfterTransition: !0,
215
- components: {
216
- Backdrop: t1
217
- },
218
- componentsProps: {
219
- backdrop: j({
220
- transitionDuration: se,
221
- as: l
222
- }, d)
223
- },
224
- disableEscapeKeyDown: h,
225
- onClose: N,
226
- open: k,
227
- ref: o,
228
- onClick: be,
229
- ownerState: U
230
- }, X, {
231
- children: /* @__PURE__ */ n(G, j({
232
- appear: !0,
233
- in: k,
234
- timeout: se,
235
- role: "presentation"
236
- }, fe, {
237
- children: /* @__PURE__ */ n(r1, {
238
- className: ve(H.container),
239
- onMouseDown: me,
240
- ownerState: U,
241
- children: /* @__PURE__ */ n(i1, j({
242
- as: q,
243
- elevation: 24,
244
- role: "dialog",
245
- "aria-describedby": s,
246
- "aria-labelledby": K
247
- }, F, {
248
- className: ve(H.paper, F.className),
249
- ownerState: U,
250
- children: /* @__PURE__ */ n(Ue.Provider, {
251
- value: xe,
252
- children: p
253
- })
254
- }))
255
- })
256
- }))
257
- }));
258
- });
259
- process.env.NODE_ENV !== "production" && (_e.propTypes = {
260
- // ┌────────────────────────────── Warning ──────────────────────────────┐
261
- // │ These PropTypes are generated from the TypeScript type definitions. │
262
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
263
- // └─────────────────────────────────────────────────────────────────────┘
264
- /**
265
- * The id(s) of the element(s) that describe the dialog.
266
- */
267
- "aria-describedby": f.string,
268
- /**
269
- * The id(s) of the element(s) that label the dialog.
270
- */
271
- "aria-labelledby": f.string,
272
- /**
273
- * A backdrop component. This prop enables custom backdrop rendering.
274
- * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
275
- * Use the `slots.backdrop` prop to make your application ready for the next version of Material UI.
276
- * @default styled(Backdrop, {
277
- * name: 'MuiModal',
278
- * slot: 'Backdrop',
279
- * overridesResolver: (props, styles) => {
280
- * return styles.backdrop;
281
- * },
282
- * })({
283
- * zIndex: -1,
284
- * })
285
- */
286
- BackdropComponent: f.elementType,
287
- /**
288
- * @ignore
289
- */
290
- BackdropProps: f.object,
291
- /**
292
- * Dialog children, usually the included sub-components.
293
- */
294
- children: f.node,
295
- /**
296
- * Override or extend the styles applied to the component.
297
- */
298
- classes: f.object,
299
- /**
300
- * @ignore
301
- */
302
- className: f.string,
303
- /**
304
- * If `true`, hitting escape will not fire the `onClose` callback.
305
- * @default false
306
- */
307
- disableEscapeKeyDown: f.bool,
308
- /**
309
- * If `true`, the dialog is full-screen.
310
- * @default false
311
- */
312
- fullScreen: f.bool,
313
- /**
314
- * If `true`, the dialog stretches to `maxWidth`.
315
- *
316
- * Notice that the dialog width grow is limited by the default margin.
317
- * @default false
318
- */
319
- fullWidth: f.bool,
320
- /**
321
- * Determine the max-width of the dialog.
322
- * The dialog width grows with the size of the screen.
323
- * Set to `false` to disable `maxWidth`.
324
- * @default 'sm'
325
- */
326
- maxWidth: f.oneOfType([f.oneOf(["xs", "sm", "md", "lg", "xl", !1]), f.string]),
327
- /**
328
- * Callback fired when the backdrop is clicked.
329
- * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
330
- */
331
- onBackdropClick: f.func,
332
- /**
333
- * @ignore
334
- */
335
- onClick: f.func,
336
- /**
337
- * Callback fired when the component requests to be closed.
338
- *
339
- * @param {object} event The event source of the callback.
340
- * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
341
- */
342
- onClose: f.func,
343
- /**
344
- * If `true`, the component is shown.
345
- */
346
- open: f.bool.isRequired,
347
- /**
348
- * The component used to render the body of the dialog.
349
- * @default Paper
350
- */
351
- PaperComponent: f.elementType,
352
- /**
353
- * Props applied to the [`Paper`](/material-ui/api/paper/) element.
354
- * @default {}
355
- */
356
- PaperProps: f.object,
357
- /**
358
- * Determine the container for scrolling the dialog.
359
- * @default 'paper'
360
- */
361
- scroll: f.oneOf(["body", "paper"]),
362
- /**
363
- * The system prop that allows defining system overrides as well as additional CSS styles.
364
- */
365
- sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
366
- /**
367
- * The component used for the transition.
368
- * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
369
- * @default Fade
370
- */
371
- TransitionComponent: f.elementType,
372
- /**
373
- * The duration for the transition, in milliseconds.
374
- * You may specify a single timeout for all transitions, or individually with an object.
375
- * @default {
376
- * enter: theme.transitions.duration.enteringScreen,
377
- * exit: theme.transitions.duration.leavingScreen,
378
- * }
379
- */
380
- transitionDuration: f.oneOfType([f.number, f.shape({
381
- appear: f.number,
382
- enter: f.number,
383
- exit: f.number
384
- })]),
385
- /**
386
- * Props applied to the transition element.
387
- * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
388
- */
389
- TransitionProps: f.object
390
- });
391
- class s1 extends St {
42
+ import { createContext as Te, useMemo as H, useContext as Ee, useState as L, useCallback as M, useEffect as ne, useRef as Y, useLayoutEffect as ue, memo as Vt, forwardRef as jt, createElement as Qt } from "react";
43
+ import { r as Ut, b7 as _t, u as w, T as Se, z as Ue, Z as Me, a1 as Kt, b8 as Yt, x as Jt, y as Xt, m as e1 } from "./derive-chart-family-B2J2kMs6.js";
44
+ import { t as Ce } from "./widget-composer-Ch2kYMok.js";
45
+ class t1 extends Ct {
392
46
  constructor(t, o) {
393
47
  super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
394
48
  }
@@ -398,7 +52,7 @@ class s1 extends St {
398
52
  setOptions(t) {
399
53
  var o;
400
54
  const r = this.options;
401
- this.options = this.client.defaultMutationOptions(t), Mt(r, this.options) || this.client.getMutationCache().notify({
55
+ this.options = this.client.defaultMutationOptions(t), ft(r, this.options) || this.client.getMutationCache().notify({
402
56
  type: "observerOptionsUpdated",
403
57
  mutation: this.currentMutation,
404
58
  observer: this
@@ -426,12 +80,12 @@ class s1 extends St {
426
80
  });
427
81
  }
428
82
  mutate(t, o) {
429
- return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L(M({}, this.options), {
83
+ return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, $(S({}, this.options), {
430
84
  variables: typeof t != "undefined" ? t : this.options.variables
431
85
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
432
86
  }
433
87
  updateResult() {
434
- const t = this.currentMutation ? this.currentMutation.state : Lt(), o = L(M({}, t), {
88
+ const t = this.currentMutation ? this.currentMutation.state : mt(), o = $(S({}, t), {
435
89
  isLoading: t.status === "loading",
436
90
  isSuccess: t.status === "success",
437
91
  isError: t.status === "error",
@@ -442,74 +96,80 @@ class s1 extends St {
442
96
  this.currentResult = o;
443
97
  }
444
98
  notify(t) {
445
- Ze.batch(() => {
99
+ Ge.batch(() => {
446
100
  if (this.mutateOptions && this.hasListeners()) {
447
101
  if (t.onSuccess) {
448
- var o, r, i, a;
449
- (o = (r = this.mutateOptions).onSuccess) == null || o.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (a = this.mutateOptions).onSettled) == null || i.call(a, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
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);
450
104
  } else if (t.onError) {
451
- var s, c, l, d;
452
- (s = (c = this.mutateOptions).onError) == null || s.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, 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);
453
107
  }
454
108
  }
455
109
  t.listeners && this.listeners.forEach(({
456
- listener: p
110
+ listener: g
457
111
  }) => {
458
- p(this.currentResult);
112
+ g(this.currentResult);
459
113
  });
460
114
  });
461
115
  }
462
116
  }
463
- function Te(e, t, o) {
464
- const r = Rt(e, t), i = te({
117
+ function Ie(e, t, o) {
118
+ const r = yt(e, t), i = oe({
465
119
  context: r.context
466
- }), [a] = Z.useState(() => new s1(i, r));
120
+ }), [s] = Z.useState(() => new t1(i, r));
467
121
  Z.useEffect(() => {
468
- a.setOptions(r);
469
- }, [a, r]);
470
- const s = $t(Z.useCallback((l) => a.subscribe(Ze.batchCalls(l)), [a]), () => a.getCurrentResult(), () => a.getCurrentResult()), c = Z.useCallback((l, d) => {
471
- a.mutate(l, d).catch(a1);
472
- }, [a]);
473
- if (s.error && Tt(a.options.useErrorBoundary, [s.error]))
474
- throw s.error;
475
- return L(M({}, s), {
122
+ s.setOptions(r);
123
+ }, [s, r]);
124
+ const a = bt(Z.useCallback((l) => s.subscribe(Ge.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = Z.useCallback((l, d) => {
125
+ s.mutate(l, d).catch(o1);
126
+ }, [s]);
127
+ if (a.error && xt(s.options.useErrorBoundary, [a.error]))
128
+ throw a.error;
129
+ return $(S({}, a), {
476
130
  mutate: c,
477
- mutateAsync: s.mutate
131
+ mutateAsync: a.mutate
478
132
  });
479
133
  }
480
- function a1() {
134
+ function o1() {
481
135
  }
482
- class l1 {
483
- constructor(t) {
484
- R(this, "httpClient");
485
- R(this, "getChatContexts", () => V(this, null, function* () {
136
+ class n1 {
137
+ constructor(t, o = !1) {
138
+ T(this, "httpClient");
139
+ T(this, "getChatContexts", () => A(this, null, function* () {
486
140
  return (yield this.httpClient.get("api/datasources//")) || [];
487
141
  }));
488
142
  // ==== /v2/ai endpoints ====
489
- R(this, "getNlgInsights", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
490
- R(this, "getQueryRecommendations", (t, o) => this.httpClient.get(
143
+ T(this, "getNlgInsights", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
144
+ T(this, "getQueryRecommendations", (t, o) => this.httpClient.get(
491
145
  `api/v2/ai/recommendations/query/${t}/${o.numOfRecommendations}`
492
146
  ));
493
- R(this, "getNlqResult", (t, o) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, o));
494
- R(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((o) => {
147
+ T(this, "getNlqResult", (t, o) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, o));
148
+ T(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((o) => {
495
149
  console.error("Unable to set llm config", o);
496
150
  }));
497
151
  // ==== /v2/ai/chats endpoints ====
498
- R(this, "getAllChats", () => this.httpClient.get("api/v2/ai/chats"));
499
- R(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
500
- R(this, "createChat", (t) => this.httpClient.post("api/v2/ai/chats", { sourceId: t }));
501
- R(this, "postChat", (t, o) => this.httpClient.post(`api/v2/ai/chats/${t}`, o));
502
- R(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
503
- R(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
152
+ T(this, "getAllChats", () => A(this, null, function* () {
153
+ return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
154
+ }));
155
+ T(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
156
+ T(this, "createChat", (t, o) => this.httpClient.post("api/v2/ai/chats", {
157
+ sourceId: t,
158
+ volatile: this.volatile,
159
+ contextDetails: o
160
+ }));
161
+ T(this, "postChat", (t, o) => this.httpClient.post(`api/v2/ai/chats/${t}`, o));
162
+ T(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
163
+ T(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
504
164
  // ==== misc endpoints ====
505
- R(this, "getDataSourceFields", (t) => this.httpClient.post(
165
+ T(this, "getDataSourceFields", (t) => this.httpClient.post(
506
166
  `api/datasources/${encodeURIComponent(t)}/fields/search`,
507
167
  {
508
168
  offset: 0,
509
169
  count: 9999
510
170
  }
511
171
  ));
512
- R(this, "ai", {
172
+ T(this, "ai", {
513
173
  getNlgInsights: this.getNlgInsights,
514
174
  getNlqResult: this.getNlqResult,
515
175
  getQueryRecommendations: this.getQueryRecommendations,
@@ -524,127 +184,152 @@ class l1 {
524
184
  clearHistory: this.deleteChatHistory
525
185
  }
526
186
  });
527
- this.httpClient = t;
187
+ this.volatile = o, this.httpClient = t;
528
188
  }
529
189
  }
530
- const c1 = new Et({
190
+ const r1 = new vt({
531
191
  defaultOptions: {
532
192
  queries: {
533
193
  refetchOnWindowFocus: !1,
534
194
  refetchOnMount: !1
535
195
  }
536
196
  }
537
- }), Ke = Ve(void 0), P = () => je(Ke), d1 = ({ children: e }) => {
538
- const { app: t } = Nt(), o = D(() => t ? new l1(t.httpClient) : void 0, [t]);
539
- return /* @__PURE__ */ n(Ke.Provider, { value: o, children: /* @__PURE__ */ n(Ht, { client: c1, children: e }) });
197
+ }), _e = Te(void 0), B = () => Ee(_e), i1 = ({
198
+ children: e,
199
+ volatile: t
200
+ }) => {
201
+ const { app: o } = wt(), r = H(
202
+ () => o ? new n1(o.httpClient, t) : void 0,
203
+ [o, t]
204
+ );
205
+ return /* @__PURE__ */ n(_e.Provider, { value: r, children: /* @__PURE__ */ n(kt, { client: r1, children: e }) });
206
+ }, Ke = Te({}), s1 = () => Ee(Ke), a1 = ({ children: e }) => {
207
+ const [t, o] = L({}), r = M(
208
+ (a, c) => {
209
+ var l;
210
+ return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
211
+ },
212
+ []
213
+ ), i = M(
214
+ (a, c, l) => {
215
+ o((d) => $(S({}, d), {
216
+ [r(c, l)]: a
217
+ }));
218
+ },
219
+ [r]
220
+ ), s = M(
221
+ (a, c) => t[r(a, c)],
222
+ [t, r]
223
+ );
224
+ return /* @__PURE__ */ n(Ke.Provider, { value: { saveChatId: i, getChatId: s }, children: e });
540
225
  };
541
- function kn({ children: e }) {
542
- return /* @__PURE__ */ n(d1, { children: e });
226
+ function Tn({ children: e, volatile: t }) {
227
+ return /* @__PURE__ */ n(a1, { children: /* @__PURE__ */ n(i1, { volatile: t, children: e }) });
543
228
  }
544
- const ne = (e, t = !0) => {
545
- const o = D(() => {
546
- var p, C;
229
+ const re = (e, t = !0) => {
230
+ const o = H(() => {
231
+ var g, u;
547
232
  if ("jaql" in e)
548
233
  return e;
549
234
  {
550
- const h = Qt(e.dataSource), { filters: b = [], relations: v } = jt(e.filters), { metadata: S, filterRelations: x } = It(
235
+ const C = _t(e.dataSource), { filters: m = [], relations: x } = Ut(e.filters), { metadata: k, filterRelations: y } = St(
551
236
  {
552
237
  dataSource: e.dataSource,
553
- attributes: (p = e.dimensions) != null ? p : [],
554
- measures: (C = e.measures) != null ? C : [],
555
- filters: b,
556
- filterRelations: v,
238
+ attributes: (g = e.dimensions) != null ? g : [],
239
+ measures: (u = e.measures) != null ? u : [],
240
+ filters: m,
241
+ filterRelations: x,
557
242
  highlights: []
558
243
  },
559
244
  !0
560
- );
561
- return {
245
+ ), F = {
562
246
  jaql: {
563
- datasource: h,
564
- metadata: S,
565
- filterRelations: x
247
+ datasource: C,
248
+ metadata: k,
249
+ filterRelations: y
566
250
  }
567
251
  };
252
+ return e.verbosity && (F.verbosity = e.verbosity), F;
568
253
  }
569
- }, [e]), r = P(), { data: i, error: a, isError: s, isLoading: c, isSuccess: l, refetch: d } = Q({
254
+ }, [e]), r = B(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = Q({
570
255
  queryKey: ["getNlgInsights", o, r],
571
256
  queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(o),
572
- select: (p) => {
573
- var C;
574
- return (C = p == null ? void 0 : p.data) == null ? void 0 : C.answer;
257
+ select: (g) => {
258
+ var u;
259
+ return (u = g == null ? void 0 : g.data) == null ? void 0 : u.answer;
575
260
  },
576
261
  enabled: !!r && t
577
262
  });
578
263
  return {
579
264
  isLoading: c,
580
- isError: s,
265
+ isError: a,
581
266
  isSuccess: l,
582
267
  data: i,
583
- error: a,
584
- refetch: T(() => {
268
+ error: s,
269
+ refetch: M(() => {
585
270
  d();
586
271
  }, [d])
587
272
  };
588
273
  }, Ye = (e) => {
589
- const r = e, { enabled: t } = r, o = Pe(r, ["enabled"]);
590
- return ne(o, t);
591
- }, Sn = he("useGetNlgInsights")(
274
+ const r = e, { enabled: t } = r, o = qe(r, ["enabled"]);
275
+ return re(o, t);
276
+ }, En = pe("useGetNlgInsights")(
592
277
  Ye
593
- ), Mn = he("useGetNlgQueryResult")(
278
+ ), In = pe("useGetNlgQueryResult")(
594
279
  Ye
595
- ), u1 = [
280
+ ), l1 = [
596
281
  "indicator",
597
282
  "column",
598
283
  "line",
599
284
  "table",
600
285
  "pie",
601
286
  "bar"
602
- ], h1 = (e) => {
603
- const { dataSource: t, query: o, chartTypes: r } = e, i = typeof t == "string" ? t : t.title, a = P(), { isLoading: s, isError: c, isSuccess: l, data: d, error: p, refetch: C } = Q({
604
- queryKey: ["getNlqResult", t, o, r, a],
605
- queryFn: () => a == null ? void 0 : a.ai.getNlqResult(i, {
287
+ ], c1 = (e) => {
288
+ const { dataSource: t, query: o, chartTypes: r } = e, i = typeof t == "string" ? t : t.title, s = B(), { isLoading: a, isError: c, isSuccess: l, data: d, error: g, refetch: u } = Q({
289
+ queryKey: ["getNlqResult", t, o, r, s],
290
+ queryFn: () => s == null ? void 0 : s.ai.getNlqResult(i, {
606
291
  text: o,
607
292
  // Per @Einat Shusterman: Timezone is not used by AI API, but it is currently required by the endpoint
608
293
  timezone: "UTC",
609
- chartTypes: r != null ? r : [...u1]
294
+ chartTypes: r != null ? r : [...l1]
610
295
  }),
611
- enabled: !!a && e.enabled
612
- }), h = d ? pe(d, {
296
+ enabled: !!s && e.enabled
297
+ }), C = d ? Ce(d, {
613
298
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
614
299
  }) : void 0;
615
300
  return {
616
- isLoading: s,
301
+ isLoading: a,
617
302
  isError: c,
618
303
  isSuccess: l,
619
- data: h,
620
- error: p,
621
- refetch: T(() => {
622
- C();
623
- }, [C])
304
+ data: C,
305
+ error: g,
306
+ refetch: M(() => {
307
+ u();
308
+ }, [u])
624
309
  };
625
- }, Ln = he("useGetNlqResult")(h1), Je = (e) => {
626
- const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r } = e, i = P(), a = o != null ? o : 4, s = a > 0, { isLoading: c, isError: l, isSuccess: d, data: p, error: C, refetch: h } = Q({
627
- queryKey: ["getQueryRecommendations", t, a, i],
628
- queryFn: () => i == null ? void 0 : i.ai.getQueryRecommendations(t, {
310
+ }, Nn = pe("useGetNlqResult")(c1), Je = (e) => {
311
+ const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = B(), a = o != null ? o : 4, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: u, error: C, refetch: m } = Q({
312
+ queryKey: ["getQueryRecommendations", t, a, s],
313
+ queryFn: () => s == null ? void 0 : s.ai.getQueryRecommendations(t, {
629
314
  numOfRecommendations: a
630
315
  }),
631
- enabled: !!i && s
316
+ enabled: !!s && c
632
317
  });
633
- return p == null || p.map((b) => {
634
- b.widgetProps = b.jaql ? pe(b, {
318
+ return u == null || u.map((x) => {
319
+ x.widgetProps = x.jaql ? Ce(x, {
635
320
  useCustomizedStyleOptions: r
636
321
  }) : void 0;
637
322
  }), {
638
- isLoading: s ? c : !1,
639
- isError: s ? l : !1,
640
- isSuccess: s ? d : !1,
641
- data: s && p ? p : [],
642
- error: s ? C : null,
643
- refetch: T(() => {
644
- s && h();
645
- }, [h, s])
323
+ isLoading: c ? l : !1,
324
+ isError: d,
325
+ isSuccess: g,
326
+ data: u != null ? u : void 0,
327
+ error: C,
328
+ refetch: M(() => {
329
+ m();
330
+ }, [m])
646
331
  };
647
- }, $n = he("useGetQueryRecommendations")(
332
+ }, Hn = pe("useGetQueryRecommendations")(
648
333
  Je
649
334
  ), Xe = Object.freeze({
650
335
  enableFollowupQuestions: !1,
@@ -652,21 +337,21 @@ const ne = (e, t = !0) => {
652
337
  enableInsights: !0,
653
338
  numOfRecommendations: 4,
654
339
  numOfRecentPrompts: 5
655
- }), et = Ve(M({}, Xe)), W = () => je(et), p1 = ({ children: e, value: t }) => {
340
+ }), et = Te(S({}, Xe)), P = () => Ee(et), d1 = ({ children: e, value: t }) => {
656
341
  const { t: o } = w(), r = Object.entries(t).reduce(
657
- (i, [a, s]) => (s !== void 0 && (i[a] = s), i),
658
- L(M({}, Xe), {
342
+ (i, [s, a]) => (a !== void 0 && (i[s] = a), i),
343
+ $(S({}, Xe), {
659
344
  inputPromptText: o("ai.config.inputPromptText"),
660
345
  welcomeText: o("ai.config.welcomeText"),
661
346
  suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
662
347
  })
663
348
  );
664
349
  return /* @__PURE__ */ n(et.Provider, { value: r, children: e });
665
- }, Re = "chatHistory", g1 = (e) => {
666
- const t = P(), { hideHistory: o } = W();
350
+ }, Ne = "chatHistory", u1 = (e) => {
351
+ const t = B(), { hideHistory: o } = P();
667
352
  return Q({
668
- queryKey: [Re, e, t],
669
- queryFn: () => V(void 0, null, function* () {
353
+ queryKey: [Ne, e, t],
354
+ queryFn: () => A(void 0, null, function* () {
670
355
  if (!t || !e)
671
356
  return;
672
357
  if (o)
@@ -677,9 +362,9 @@ const ne = (e, t = !0) => {
677
362
  enabled: !!t && !!e
678
363
  });
679
364
  }, tt = (e) => {
680
- const t = P(), o = te();
681
- return Te({
682
- mutationFn: () => V(void 0, null, function* () {
365
+ const t = B(), o = oe();
366
+ return Ie({
367
+ mutationFn: () => A(void 0, null, function* () {
683
368
  if (!(!t || !e))
684
369
  return t.ai.chat.clearHistory(e);
685
370
  }),
@@ -687,30 +372,30 @@ const ne = (e, t = !0) => {
687
372
  console.error("Error when clearing history:", r);
688
373
  },
689
374
  onSettled: () => {
690
- e && o.setQueriesData([Re, e], []);
375
+ e && o.setQueriesData([Ne, e], []);
691
376
  }
692
377
  });
693
378
  }, ot = (e) => {
694
- const { data: t, isLoading: o, isError: r } = g1(e), { mutate: i } = tt(e);
695
- return oe(() => {
379
+ const { data: t, isLoading: o, isError: r } = u1(e), { mutate: i } = tt(e);
380
+ return ne(() => {
696
381
  r && i();
697
382
  }, [r, i]), {
698
383
  history: t,
699
384
  isLoading: o,
700
385
  isError: r
701
386
  };
702
- }, nt = () => {
703
- const e = P(), { data: t, isLoading: o, fetchStatus: r } = Q({
387
+ }, h1 = () => {
388
+ const e = B(), { data: t, isLoading: o, fetchStatus: r } = Q({
704
389
  queryKey: ["getDataTopics", e],
705
- queryFn: () => V(void 0, null, function* () {
390
+ queryFn: () => A(void 0, null, function* () {
706
391
  if (e)
707
392
  return e.getChatContexts();
708
393
  }),
709
394
  enabled: !!e
710
395
  });
711
396
  return { data: t, isLoading: o, fetchStatus: r };
712
- }, rt = () => {
713
- const e = P(), { data: t, isLoading: o } = Q({
397
+ }, p1 = () => {
398
+ const e = B(), { data: t, isLoading: o } = Q({
714
399
  queryKey: ["getAllChats", e],
715
400
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
716
401
  enabled: !!e
@@ -719,18 +404,18 @@ const ne = (e, t = !0) => {
719
404
  data: t != null ? t : [],
720
405
  isLoading: o
721
406
  };
722
- }, C1 = (e, t) => {
723
- const o = te(), r = P(), i = Te({
724
- mutationFn: () => V(void 0, null, function* () {
725
- if (!(!r || !e))
726
- return r.ai.chat.create(e);
407
+ }, g1 = (e, t, o) => {
408
+ const r = oe(), i = B(), s = Ie({
409
+ mutationFn: () => A(void 0, null, function* () {
410
+ if (!(!i || !e))
411
+ return i.ai.chat.create(e, o);
727
412
  }),
728
- onSuccess: () => o.invalidateQueries(["getAllChats"])
413
+ onSuccess: () => r.invalidateQueries(["getAllChats"])
729
414
  });
730
- return oe(() => {
731
- t && i.isIdle && i.mutate();
732
- }, [t, i]), i;
733
- }, f1 = (e, t) => {
415
+ return ne(() => {
416
+ t && s.isIdle && s.mutate();
417
+ }, [t, s]), s;
418
+ }, C1 = (e, t) => {
734
419
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
735
420
  case "nlq":
736
421
  return {
@@ -747,16 +432,16 @@ const ne = (e, t = !0) => {
747
432
  default:
748
433
  throw Error(`${t}${JSON.stringify(e)}`);
749
434
  }
750
- }, m1 = (e, t) => {
751
- const o = te(), r = T(
435
+ }, f1 = (e, t) => {
436
+ const o = oe(), r = M(
752
437
  (l) => {
753
- e && o.setQueriesData([Re, e], (d) => d && [...d, l]);
438
+ e && o.setQueriesData([Ne, e], (d) => d && [...d, l]);
754
439
  },
755
440
  [o, e]
756
- ), { t: i } = w(), a = P(), { mutate: s, isLoading: c } = Te({
757
- mutationFn: (l) => V(void 0, null, function* () {
758
- if (!(!a || !e))
759
- return a.ai.chat.post(e, {
441
+ ), { t: i } = w(), s = B(), { mutate: a, isLoading: c } = Ie({
442
+ mutationFn: (l) => A(void 0, null, function* () {
443
+ if (!(!s || !e))
444
+ return s.ai.chat.post(e, {
760
445
  text: l,
761
446
  options: { enableFollowup: t }
762
447
  });
@@ -769,7 +454,9 @@ const ne = (e, t = !0) => {
769
454
  },
770
455
  onError: (l) => {
771
456
  l instanceof Error && (console.error("Error when sending message:", l.message), r({
772
- content: i("errors.unexpectedChatResponse"),
457
+ content: i(`ai.errors.${l.interpolationOptions.errorCode}`, {
458
+ defaultValue: i("ai.errors.unexpectedChatResponse")
459
+ }),
773
460
  role: "assistant"
774
461
  }));
775
462
  },
@@ -777,54 +464,65 @@ const ne = (e, t = !0) => {
777
464
  if (!l)
778
465
  return;
779
466
  const d = i("ai.errors.unknownResponse");
780
- r(f1(l, d));
467
+ r(C1(l, d));
781
468
  }
782
469
  });
783
- return { mutate: s, isLoading: c };
784
- }, Ee = (e) => !!e && "type" in e && e.type === "nlq", b1 = (e) => !!e && "type" in e && e.type === "text", x1 = (e) => {
785
- var q, F;
786
- const { t } = w(), { enableFollowupQuestions: o } = W(), { data: r, isLoading: i } = nt(), { data: a, isLoading: s } = rt(), c = (q = r == null ? void 0 : r.find((B) => B.title === e)) == null ? void 0 : q.title, l = (F = a.find((B) => B.contextTitle === c)) == null ? void 0 : F.chatId, d = i || !!c, p = s || !!l, [C, h] = $(null), { isError: b } = C1(
787
- c,
788
- d && !p
789
- ), { history: v, isLoading: S, isError: x } = ot(l);
790
- oe(() => {
791
- b ? h(new ke("ai.errors.chatUnavailable")) : x && h(new ke("ai.errors.fetchHistory"));
792
- }, [b, x, t]);
793
- const { mutate: O, isLoading: N } = m1(
794
- l,
795
- o
796
- ), k = D(() => {
797
- if (v != null && v.length) {
798
- const B = v[v.length - 1];
799
- if (Ee(B))
800
- return JSON.parse(B.content);
470
+ return { mutate: a, isLoading: c };
471
+ }, nt = (e, t, o = !1) => {
472
+ var g;
473
+ const { data: r, isLoading: i } = p1(), s = s1(), a = s.getChatId(e, t) || ((g = r.find(
474
+ (u) => {
475
+ var C;
476
+ return u.contextTitle === e && ((C = u.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
477
+ }
478
+ )) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = g1(
479
+ e,
480
+ o && !i && !a,
481
+ t
482
+ );
483
+ return ne(() => {
484
+ d && l && !a && s.saveChatId(l.chatId, e, t);
485
+ }, [l, d, e, t, a, s]), { chatId: a, isLoading: i, isError: c };
486
+ }, He = (e) => !!e && "type" in e && e.type === "nlq", m1 = (e) => !!e && "type" in e && e.type === "text", b1 = (e, t) => {
487
+ const { t: o } = w(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = nt(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = ot(i);
488
+ ne(() => {
489
+ s ? c(new Se("ai.errors.chatUnavailable")) : g && c(new Se("ai.errors.fetchHistory"));
490
+ }, [s, g, o]);
491
+ const { mutate: u, isLoading: C } = f1(
492
+ i,
493
+ r
494
+ ), m = H(() => {
495
+ if (l != null && l.length) {
496
+ const x = l[l.length - 1];
497
+ if (He(x))
498
+ return JSON.parse(x.content);
801
499
  }
802
500
  return null;
803
- }, [v]);
501
+ }, [l]);
804
502
  return {
805
- chatId: l,
806
- history: v != null ? v : [],
807
- lastNlqResponse: k,
808
- sendMessage: O,
809
- isAwaitingResponse: N,
810
- isLoading: S,
811
- lastError: C
503
+ chatId: i,
504
+ history: l != null ? l : [],
505
+ lastNlqResponse: m,
506
+ sendMessage: u,
507
+ isAwaitingResponse: C,
508
+ isLoading: d,
509
+ lastError: a
812
510
  };
813
- }, Tn = ({
814
- contextTitle: e
511
+ }, Fn = ({
512
+ contextTitle: e,
513
+ contextDetails: t
815
514
  }) => {
816
- var i;
817
- const { data: t } = rt(), o = (i = t.find((a) => a.contextTitle === e)) == null ? void 0 : i.chatId, { history: r } = ot(o);
818
- return D(() => {
515
+ const { chatId: o } = nt(e, t), { history: r } = ot(o);
516
+ return H(() => {
819
517
  if (r != null && r.length) {
820
- const a = r[r.length - 1];
821
- if (Ee(a))
822
- return JSON.parse(a.content);
518
+ const i = r[r.length - 1];
519
+ if (He(i))
520
+ return JSON.parse(i.content);
823
521
  }
824
522
  return null;
825
523
  }, [r]);
826
- }, Rn = (e) => {
827
- const t = P(), { data: o, isLoading: r } = Q({
524
+ }, Bn = (e) => {
525
+ const t = B(), { data: o, isLoading: r } = Q({
828
526
  queryKey: ["getDataSourceFields", e, t],
829
527
  queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
830
528
  select: (i) => i,
@@ -834,7 +532,7 @@ const ne = (e, t = !0) => {
834
532
  data: o,
835
533
  isLoading: r
836
534
  };
837
- }, y1 = 500, v1 = 500, w1 = 500, k1 = 900, S1 = u.div`
535
+ }, x1 = 500, y1 = 500, v1 = 500, w1 = 900, k1 = h.div`
838
536
  box-sizing: border-box;
839
537
  position: relative;
840
538
  display: flex;
@@ -844,10 +542,10 @@ const ne = (e, t = !0) => {
844
542
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
845
543
  overflow: hidden;
846
544
 
847
- min-width: ${y1}px;
848
- min-height: ${v1}px;
849
- width: ${({ width: e }) => e ? qe(e) : `${w1}px`};
850
- height: ${({ height: e }) => e ? qe(e) : `${k1}px`};
545
+ min-width: ${x1}px;
546
+ min-height: ${y1}px;
547
+ width: ${({ width: e }) => e ? Ae(e) : `${v1}px`};
548
+ height: ${({ height: e }) => e ? Ae(e) : `${w1}px`};
851
549
 
852
550
  ${({ theme: e }) => E`
853
551
  font-size: ${e.aiChat.primaryFontSize[0]};
@@ -855,11 +553,11 @@ const ne = (e, t = !0) => {
855
553
  `}
856
554
  border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
857
555
  `;
858
- function qe(e) {
556
+ function Ae(e) {
859
557
  return typeof e == "number" ? `${e}px` : e;
860
558
  }
861
- function M1({ spin: e }) {
862
- return /* @__PURE__ */ g(
559
+ function S1({ spin: e }) {
560
+ return /* @__PURE__ */ p(
863
561
  "svg",
864
562
  {
865
563
  xmlns: "http://www.w3.org/2000/svg",
@@ -892,10 +590,10 @@ function M1({ spin: e }) {
892
590
  }
893
591
  );
894
592
  }
895
- function ge() {
896
- return /* @__PURE__ */ n("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ n(M1, { spin: !0 }) });
593
+ function fe() {
594
+ return /* @__PURE__ */ n("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ n(S1, { spin: !0 }) });
897
595
  }
898
- function L1({ theme: e }) {
596
+ function M1({ theme: e }) {
899
597
  return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
900
598
  "path",
901
599
  {
@@ -906,7 +604,7 @@ function L1({ theme: e }) {
906
604
  }
907
605
  function $1({ theme: e }) {
908
606
  const t = e.aiChat.icons.color;
909
- return /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
607
+ return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
910
608
  /* @__PURE__ */ n(
911
609
  "path",
912
610
  {
@@ -930,11 +628,11 @@ function $1({ theme: e }) {
930
628
  )
931
629
  ] });
932
630
  }
933
- const T1 = u.div`
631
+ const L1 = h.div`
934
632
  display: flex;
935
633
  flex-direction: column;
936
634
  row-gap: 4px;
937
- `, R1 = u.div`
635
+ `, R1 = h.div`
938
636
  font-size: 11px;
939
637
  line-height: 18px;
940
638
  font-weight: 300;
@@ -944,7 +642,7 @@ const T1 = u.div`
944
642
  &:hover {
945
643
  background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
946
644
  }
947
- `, E1 = u.div`
645
+ `, T1 = h.div`
948
646
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
949
647
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
950
648
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
@@ -954,19 +652,19 @@ const T1 = u.div`
954
652
  background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
955
653
  }
956
654
  `;
957
- function N1({
655
+ function E1({
958
656
  title: e,
959
657
  items: t,
960
658
  onSelect: o,
961
659
  alwaysExpanded: r = !1
962
660
  }) {
963
- const [i, a] = $(!1), { themeSettings: s } = m();
964
- return /* @__PURE__ */ g(T1, { children: [
965
- /* @__PURE__ */ n(R1, { onClick: () => a((c) => !c), theme: s, children: e.toUpperCase() }),
966
- (i || r) && t.map((c, l) => /* @__PURE__ */ n(E1, { onClick: () => o(c), theme: s, children: c }, l))
661
+ const [i, s] = L(!1), { themeSettings: a } = b();
662
+ return /* @__PURE__ */ p(L1, { children: [
663
+ /* @__PURE__ */ n(R1, { onClick: () => s((c) => !c), theme: a, children: e.toUpperCase() }),
664
+ (i || r) && t.map((c, l) => /* @__PURE__ */ n(T1, { onClick: () => o(c), theme: a, children: c }, l))
967
665
  ] });
968
666
  }
969
- const H1 = u.div`
667
+ const I1 = h.div`
970
668
  font-family: ${({ theme: e }) => e.typography.fontFamily};
971
669
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
972
670
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
@@ -978,20 +676,20 @@ const H1 = u.div`
978
676
  display: flex;
979
677
  flex-direction: column;
980
678
  row-gap: 4px;
981
- `, I1 = u.div`
679
+ `, N1 = h.div`
982
680
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
983
681
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
984
682
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
985
683
  padding: 4px 12px;
986
- `, Me = (e) => e.startsWith("/");
987
- function F1({
684
+ `, $e = (e) => e.startsWith("/");
685
+ function H1({
988
686
  recentPrompts: e,
989
687
  suggestions: t,
990
688
  isLoading: o,
991
689
  onSelection: r,
992
690
  anchorEl: i,
993
- text: a,
994
- recommendationsError: s
691
+ text: s,
692
+ recommendationsError: a
995
693
  }) {
996
694
  const l = [
997
695
  {
@@ -1005,12 +703,12 @@ function F1({
1005
703
  onSelect: r
1006
704
  }
1007
705
  ].filter(
1008
- (h) => h.title.slice(0, a.length) === a
1009
- ), { themeSettings: d } = m(), { t: p } = w(), C = l.length === 1;
706
+ (C) => C.title.slice(0, s.length) === s
707
+ ), { themeSettings: d } = b(), { t: g } = w(), u = l.length === 1;
1010
708
  return /* @__PURE__ */ n(
1011
- ze,
709
+ Ve,
1012
710
  {
1013
- open: Me(a) && l.length > 0,
711
+ open: $e(s) && l.length > 0,
1014
712
  anchorEl: i,
1015
713
  placement: "top-start",
1016
714
  modifiers: [
@@ -1022,18 +720,18 @@ function F1({
1022
720
  }
1023
721
  ],
1024
722
  sx: { zIndex: 3 },
1025
- children: /* @__PURE__ */ g(H1, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
1026
- o && /* @__PURE__ */ n(ge, {}),
1027
- !o && !s && l.map((h) => /* @__PURE__ */ n(N1, L(M({}, h), { alwaysExpanded: C }), h.title)),
1028
- s && /* @__PURE__ */ n(I1, { theme: d, children: p("ai.errors.recommendationsNotAvailable") })
723
+ children: /* @__PURE__ */ p(I1, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
724
+ o && /* @__PURE__ */ n(fe, {}),
725
+ !o && !a && l.map((C) => /* @__PURE__ */ n(E1, $(S({}, C), { alwaysExpanded: u }), C.title)),
726
+ a && /* @__PURE__ */ n(N1, { theme: d, children: g("ai.errors.recommendationsNotAvailable") })
1029
727
  ] })
1030
728
  }
1031
729
  );
1032
730
  }
1033
- function re({ title: e, placement: t = "top", children: o }) {
1034
- const { themeSettings: r } = m();
731
+ function ie({ title: e, placement: t = "top", children: o }) {
732
+ const { themeSettings: r } = b();
1035
733
  return /* @__PURE__ */ n(
1036
- Ft,
734
+ Mt,
1037
735
  {
1038
736
  title: e,
1039
737
  placement: t,
@@ -1063,19 +761,19 @@ function re({ title: e, placement: t = "top", children: o }) {
1063
761
  }
1064
762
  );
1065
763
  }
1066
- const B1 = 500, D1 = u.div`
764
+ const F1 = 500, B1 = h.div`
1067
765
  display: flex;
1068
766
  flex-direction: row;
1069
767
  align-items: flex-end;
1070
768
  justify-content: space-between;
1071
769
 
1072
770
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
1073
- `, P1 = u.button`
771
+ `, D1 = h.button`
1074
772
  height: 34px;
1075
773
  background-color: inherit;
1076
774
  cursor: pointer;
1077
775
  border: none;
1078
- `, q1 = u.textarea`
776
+ `, P1 = h.textarea`
1079
777
  font-size: inherit;
1080
778
  line-height: inherit;
1081
779
  resize: none;
@@ -1103,7 +801,7 @@ const B1 = 500, D1 = u.div`
1103
801
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1104
802
 
1105
803
  background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
1106
- `, W1 = u.button`
804
+ `, W1 = h.button`
1107
805
  height: 34px;
1108
806
  background-color: inherit;
1109
807
  border-style: none;
@@ -1118,88 +816,88 @@ const B1 = 500, D1 = u.div`
1118
816
  cursor: pointer;
1119
817
  `}
1120
818
  `, O1 = 34;
1121
- function A1({
819
+ function q1({
1122
820
  onSendMessage: e,
1123
821
  onClearHistoryClick: t,
1124
822
  disabled: o,
1125
823
  recentPrompts: r,
1126
824
  suggestions: i,
1127
- isLoading: a,
1128
- recommendationsError: s,
825
+ isLoading: s,
826
+ recommendationsError: a,
1129
827
  onChange: c
1130
828
  }) {
1131
- const [l, d] = $(""), { inputPromptText: p } = W(), C = T(() => {
829
+ const [l, d] = L(""), { inputPromptText: g } = P(), u = M(() => {
1132
830
  if (o)
1133
831
  return;
1134
- if (Me(l)) {
832
+ if ($e(l)) {
1135
833
  d("");
1136
834
  return;
1137
835
  }
1138
- const k = l.trim();
1139
- k.length !== 0 && (e(k), d(""));
1140
- }, [o, e, l]), h = T(
1141
- (k) => {
1142
- e(k), d("");
836
+ const v = l.trim();
837
+ v.length !== 0 && (e(v), d(""));
838
+ }, [o, e, l]), C = M(
839
+ (v) => {
840
+ e(v), d("");
1143
841
  },
1144
842
  [e]
1145
- ), b = T(
1146
- (k) => {
1147
- k.key === "Enter" ? (k.preventDefault(), C()) : k.key === "Escape" && Me(l) && d("");
843
+ ), m = M(
844
+ (v) => {
845
+ v.key === "Enter" ? (v.preventDefault(), u()) : v.key === "Escape" && $e(l) && d("");
1148
846
  },
1149
- [C, l]
1150
- ), v = T(
1151
- (k) => {
1152
- c == null || c(k.target.value), d(k.target.value);
847
+ [u, l]
848
+ ), x = M(
849
+ (v) => {
850
+ c == null || c(v.target.value), d(v.target.value);
1153
851
  },
1154
852
  [c]
1155
- ), S = J(null);
1156
- ce(() => {
1157
- S.current && (S.current.style.height = "inherit", S.current.style.height = `${Math.max(
1158
- S.current.scrollHeight + 2,
853
+ ), k = Y(null);
854
+ ue(() => {
855
+ k.current && (k.current.style.height = "inherit", k.current.style.height = `${Math.max(
856
+ k.current.scrollHeight + 2,
1159
857
  // account for 1px top/bottom border
1160
858
  O1
1161
859
  )}px`);
1162
- }, [l]), ce(() => {
1163
- S.current && S.current.focus({ preventScroll: !0 });
860
+ }, [l]), ue(() => {
861
+ k.current && k.current.focus({ preventScroll: !0 });
1164
862
  }, []);
1165
- const { themeSettings: x } = m(), { t: O } = w(), N = T((k) => {
1166
- var q;
1167
- if ((q = document.getElementById("csdk-chatbot-frame")) != null && q.contains(k.relatedTarget)) {
1168
- const F = (B) => {
1169
- var G;
1170
- document.removeEventListener("mouseup", F), document.removeEventListener("keyup", F), B.type === "mouseup" && ((G = document.getSelection()) == null ? void 0 : G.type) !== "Range" && k.target.focus({ preventScroll: !0 });
863
+ const { themeSettings: y } = b(), { t: F } = w(), G = M((v) => {
864
+ var U;
865
+ if ((U = document.getElementById("csdk-chatbot-frame")) != null && U.contains(v.relatedTarget)) {
866
+ const D = (_) => {
867
+ var V;
868
+ document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), _.type === "mouseup" && ((V = document.getSelection()) == null ? void 0 : V.type) !== "Range" && v.target.focus({ preventScroll: !0 });
1171
869
  };
1172
- document.addEventListener("mouseup", F), document.addEventListener("keyup", F);
870
+ document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
1173
871
  }
1174
872
  }, []);
1175
- return /* @__PURE__ */ g(D1, { theme: x, children: [
873
+ return /* @__PURE__ */ p(B1, { theme: y, children: [
1176
874
  /* @__PURE__ */ n(
1177
- F1,
875
+ H1,
1178
876
  {
1179
877
  recentPrompts: r,
1180
878
  suggestions: i,
1181
- isLoading: a,
1182
- onSelection: h,
1183
- anchorEl: S.current,
879
+ isLoading: s,
880
+ onSelection: C,
881
+ anchorEl: k.current,
1184
882
  text: l,
1185
- recommendationsError: s
883
+ recommendationsError: a
1186
884
  }
1187
885
  ),
1188
- t && /* @__PURE__ */ n(re, { title: O("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ n(P1, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ n($1, { theme: x }) }) }),
886
+ t && /* @__PURE__ */ n(ie, { title: F("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ n(D1, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ n($1, { theme: y }) }) }),
1189
887
  /* @__PURE__ */ n(
1190
- q1,
888
+ P1,
1191
889
  {
1192
890
  "aria-label": "chat input",
1193
- onBlur: N,
1194
- maxLength: B1,
1195
- ref: S,
891
+ onBlur: G,
892
+ maxLength: F1,
893
+ ref: k,
1196
894
  rows: 1,
1197
- onChange: v,
895
+ onChange: x,
1198
896
  spellCheck: "true",
1199
- placeholder: p,
897
+ placeholder: g,
1200
898
  value: l,
1201
- onKeyDown: b,
1202
- theme: x
899
+ onKeyDown: m,
900
+ theme: y
1203
901
  }
1204
902
  ),
1205
903
  /* @__PURE__ */ n(
@@ -1207,14 +905,14 @@ function A1({
1207
905
  {
1208
906
  "aria-label": "send chat message",
1209
907
  disabled: o || l.length === 0,
1210
- onClick: C,
1211
- theme: x,
1212
- children: /* @__PURE__ */ n("span", { "data-state": "closed", children: /* @__PURE__ */ n(L1, { theme: x }) })
908
+ onClick: u,
909
+ theme: y,
910
+ children: /* @__PURE__ */ n("span", { "data-state": "closed", children: /* @__PURE__ */ n(M1, { theme: y }) })
1213
911
  }
1214
912
  )
1215
913
  ] });
1216
914
  }
1217
- const Z1 = u.div`
915
+ const A1 = h.div`
1218
916
  display: flex;
1219
917
 
1220
918
  ${({ align: e }) => e === "right" ? E`
@@ -1222,7 +920,7 @@ const Z1 = u.div`
1222
920
  ` : E`
1223
921
  justify-content: flex-start;
1224
922
  `}
1225
- `, it = u.div`
923
+ `, rt = h.div`
1226
924
  font-size: inherit;
1227
925
  line-height: inherit;
1228
926
  padding-top: 8.5px;
@@ -1248,36 +946,36 @@ const Z1 = u.div`
1248
946
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1249
947
  background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
1250
948
  `, z = ({ align: e, children: t }) => {
1251
- const { themeSettings: o } = m();
1252
- return /* @__PURE__ */ n(Z1, { theme: o, align: e, children: /* @__PURE__ */ n(it, { theme: o, align: e, children: t }) });
949
+ const { themeSettings: o } = b();
950
+ return /* @__PURE__ */ n(A1, { theme: o, align: e, children: /* @__PURE__ */ n(rt, { theme: o, align: e, children: t }) });
1253
951
  };
1254
- function z1() {
1255
- const { welcomeText: e } = W();
952
+ function Z1() {
953
+ const { welcomeText: e } = P();
1256
954
  return e === !1 ? null : /* @__PURE__ */ n(z, { align: "left", children: e });
1257
955
  }
1258
- const G1 = u.div`
956
+ const z1 = h.div`
1259
957
  margin: auto;
1260
958
  display: flex;
1261
959
  flex-direction: column;
1262
960
  align-items: center;
1263
961
  row-gap: 21px;
1264
- `, V1 = u.div`
962
+ `, G1 = h.div`
1265
963
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1266
964
  text-align: center;
1267
965
  font-weight: 600;
1268
- `, j1 = u.div`
966
+ `, V1 = h.div`
1269
967
  color: rgba(54, 163, 217, 1);
1270
968
  cursor: pointer;
1271
969
  `;
1272
- function st({ text: e, action: t }) {
1273
- const { themeSettings: o } = m();
1274
- return /* @__PURE__ */ g(G1, { children: [
1275
- /* @__PURE__ */ n(V1, { theme: o, children: e }),
1276
- /* @__PURE__ */ n(Bt, {}),
1277
- t && /* @__PURE__ */ n(j1, { onClick: t.onClick, children: t.text })
970
+ function it({ text: e, action: t }) {
971
+ const { themeSettings: o } = b();
972
+ return /* @__PURE__ */ p(z1, { children: [
973
+ /* @__PURE__ */ n(G1, { theme: o, children: e }),
974
+ /* @__PURE__ */ n($t, {}),
975
+ t && /* @__PURE__ */ n(V1, { onClick: t.onClick, children: t.text })
1278
976
  ] });
1279
977
  }
1280
- const le = u.div`
978
+ const de = h.div`
1281
979
  width: 5px;
1282
980
  height: 5px;
1283
981
  border-radius: 50%;
@@ -1306,23 +1004,23 @@ const le = u.div`
1306
1004
  }
1307
1005
  }
1308
1006
  `;
1309
- function Ne() {
1310
- const { themeSettings: e } = m(), t = e.aiChat.icons.color;
1311
- return /* @__PURE__ */ g(
1007
+ function Fe() {
1008
+ const { themeSettings: e } = b(), t = e.aiChat.icons.color;
1009
+ return /* @__PURE__ */ p(
1312
1010
  "div",
1313
1011
  {
1314
1012
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1315
1013
  "aria-label": "loading dots",
1316
1014
  children: [
1317
- /* @__PURE__ */ n(le, { color: t }),
1318
- /* @__PURE__ */ n(le, { color: t }),
1319
- /* @__PURE__ */ n(le, { color: t }),
1320
- /* @__PURE__ */ n(le, { color: t })
1015
+ /* @__PURE__ */ n(de, { color: t }),
1016
+ /* @__PURE__ */ n(de, { color: t }),
1017
+ /* @__PURE__ */ n(de, { color: t }),
1018
+ /* @__PURE__ */ n(de, { color: t })
1321
1019
  ]
1322
1020
  }
1323
1021
  );
1324
1022
  }
1325
- const Q1 = u.div`
1023
+ const j1 = h.div`
1326
1024
  display: flex;
1327
1025
 
1328
1026
  ${({ align: e }) => e === "right" ? E`
@@ -1330,7 +1028,7 @@ const Q1 = u.div`
1330
1028
  ` : E`
1331
1029
  justify-content: flex-start;
1332
1030
  `}
1333
- `, U1 = u.button`
1031
+ `, Q1 = h.button`
1334
1032
  font-family: inherit;
1335
1033
  font-size: inherit;
1336
1034
  line-height: inherit;
@@ -1344,79 +1042,425 @@ const Q1 = u.div`
1344
1042
  color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
1345
1043
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
1346
1044
  }
1347
- border-radius: 20px;
1348
-
1349
- ${({ align: e }) => e === "right" ? E`
1350
- text-align: right;
1351
- ` : E`
1352
- text-align: left;
1353
- `}
1354
-
1355
- ${({ align: e }) => e !== "full" ? E`
1356
- max-width: 382px;
1357
- ` : ""}
1358
-
1359
- ${({ theme: e }) => {
1360
- const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
1361
- if (t) {
1362
- const [r, i] = t;
1363
- return E`
1364
- border: none;
1365
- position: relative;
1366
- border-radius: ${o};
1367
- &:before {
1368
- content: '';
1369
- position: absolute;
1370
- top: 0;
1371
- left: 0;
1372
- right: 0;
1373
- bottom: 0;
1374
- border-radius: ${o};
1375
- border: 1px solid transparent;
1376
- background: linear-gradient(30deg, ${r}, ${i}) border-box;
1377
- -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
1378
- -webkit-mask-composite: destination-out;
1379
- mask-composite: exclude;
1380
- }
1381
- `;
1045
+ border-radius: 20px;
1046
+
1047
+ ${({ align: e }) => e === "right" ? E`
1048
+ text-align: right;
1049
+ ` : E`
1050
+ text-align: left;
1051
+ `}
1052
+
1053
+ ${({ align: e }) => e !== "full" ? E`
1054
+ max-width: 382px;
1055
+ ` : ""}
1056
+
1057
+ ${({ theme: e }) => {
1058
+ const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
1059
+ if (t) {
1060
+ const [r, i] = t;
1061
+ return E`
1062
+ border: none;
1063
+ position: relative;
1064
+ border-radius: ${o};
1065
+ &:before {
1066
+ content: '';
1067
+ position: absolute;
1068
+ top: 0;
1069
+ left: 0;
1070
+ right: 0;
1071
+ bottom: 0;
1072
+ border-radius: ${o};
1073
+ border: 1px solid transparent;
1074
+ background: linear-gradient(30deg, ${r}, ${i}) border-box;
1075
+ -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
1076
+ -webkit-mask-composite: destination-out;
1077
+ mask-composite: exclude;
1078
+ }
1079
+ `;
1080
+ }
1081
+ return "";
1082
+ }}
1083
+ `;
1084
+ function he({
1085
+ children: e,
1086
+ align: t,
1087
+ onClick: o,
1088
+ onMouseEnter: r,
1089
+ onMouseLeave: i,
1090
+ accessibleName: s
1091
+ }) {
1092
+ const { themeSettings: a } = b();
1093
+ return /* @__PURE__ */ n(j1, { align: t, children: /* @__PURE__ */ n(
1094
+ Q1,
1095
+ {
1096
+ "aria-label": s,
1097
+ theme: a,
1098
+ onClick: o,
1099
+ align: t,
1100
+ onMouseEnter: r,
1101
+ onMouseLeave: i,
1102
+ children: e
1103
+ }
1104
+ ) });
1105
+ }
1106
+ function U1({ onCancel: e, onConfirm: t }) {
1107
+ const { t: o } = w();
1108
+ return /* @__PURE__ */ p(N, { children: [
1109
+ /* @__PURE__ */ n(z, { align: "left", children: o("ai.clearHistoryPrompt") }),
1110
+ /* @__PURE__ */ p("div", { className: "csdk-flex csdk-gap-x-2", children: [
1111
+ /* @__PURE__ */ n(he, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.yes") }) }),
1112
+ /* @__PURE__ */ n(he, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.no") }) })
1113
+ ] })
1114
+ ] });
1115
+ }
1116
+ function _1(e) {
1117
+ return Rt("MuiDialog", e);
1118
+ }
1119
+ const ke = Lt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), st = /* @__PURE__ */ Z.createContext({});
1120
+ process.env.NODE_ENV !== "production" && (st.displayName = "DialogContext");
1121
+ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Y1 = ge(Tt, {
1122
+ name: "MuiDialog",
1123
+ slot: "Backdrop",
1124
+ overrides: (e, t) => t.backdrop
1125
+ })({
1126
+ // Improve scrollable dialog support.
1127
+ zIndex: -1
1128
+ }), J1 = (e) => {
1129
+ const {
1130
+ classes: t,
1131
+ scroll: o,
1132
+ maxWidth: r,
1133
+ fullWidth: i,
1134
+ fullScreen: s
1135
+ } = e, a = {
1136
+ root: ["root"],
1137
+ container: ["container", `scroll${K(o)}`],
1138
+ paper: ["paper", `paperScroll${K(o)}`, `paperWidth${K(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
1139
+ };
1140
+ return Bt(a, _1, t);
1141
+ }, X1 = ge(Et, {
1142
+ name: "MuiDialog",
1143
+ slot: "Root",
1144
+ overridesResolver: (e, t) => t.root
1145
+ })({
1146
+ "@media print": {
1147
+ // Use !important to override the Modal inline-style.
1148
+ position: "absolute !important"
1149
+ }
1150
+ }), eo = ge("div", {
1151
+ name: "MuiDialog",
1152
+ slot: "Container",
1153
+ overridesResolver: (e, t) => {
1154
+ const {
1155
+ ownerState: o
1156
+ } = e;
1157
+ return [t.container, t[`scroll${K(o.scroll)}`]];
1158
+ }
1159
+ })(({
1160
+ ownerState: e
1161
+ }) => j({
1162
+ height: "100%",
1163
+ "@media print": {
1164
+ height: "auto"
1165
+ },
1166
+ // We disable the focus ring for mouse, touch and keyboard users.
1167
+ outline: 0
1168
+ }, e.scroll === "paper" && {
1169
+ display: "flex",
1170
+ justifyContent: "center",
1171
+ alignItems: "center"
1172
+ }, e.scroll === "body" && {
1173
+ overflowY: "auto",
1174
+ overflowX: "hidden",
1175
+ textAlign: "center",
1176
+ "&::after": {
1177
+ content: '""',
1178
+ display: "inline-block",
1179
+ verticalAlign: "middle",
1180
+ height: "100%",
1181
+ width: "0"
1182
+ }
1183
+ })), to = ge(je, {
1184
+ name: "MuiDialog",
1185
+ slot: "Paper",
1186
+ overridesResolver: (e, t) => {
1187
+ const {
1188
+ ownerState: o
1189
+ } = e;
1190
+ return [t.paper, t[`scrollPaper${K(o.scroll)}`], t[`paperWidth${K(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
1191
+ }
1192
+ })(({
1193
+ theme: e,
1194
+ ownerState: t
1195
+ }) => j({
1196
+ margin: 32,
1197
+ position: "relative",
1198
+ overflowY: "auto",
1199
+ // Fix IE11 issue, to remove at some point.
1200
+ "@media print": {
1201
+ overflowY: "visible",
1202
+ boxShadow: "none"
1203
+ }
1204
+ }, t.scroll === "paper" && {
1205
+ display: "flex",
1206
+ flexDirection: "column",
1207
+ maxHeight: "calc(100% - 64px)"
1208
+ }, t.scroll === "body" && {
1209
+ display: "inline-block",
1210
+ verticalAlign: "middle",
1211
+ textAlign: "left"
1212
+ // 'initial' doesn't work on IE11
1213
+ }, !t.maxWidth && {
1214
+ maxWidth: "calc(100% - 64px)"
1215
+ }, t.maxWidth === "xs" && {
1216
+ maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1217
+ [`&.${ke.paperScrollBody}`]: {
1218
+ [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1219
+ maxWidth: "calc(100% - 64px)"
1220
+ }
1382
1221
  }
1383
- return "";
1384
- }}
1385
- `;
1386
- function de({
1387
- children: e,
1388
- align: t,
1389
- onClick: o,
1390
- onMouseEnter: r,
1391
- onMouseLeave: i,
1392
- accessibleName: a
1393
- }) {
1394
- const { themeSettings: s } = m();
1395
- return /* @__PURE__ */ n(Q1, { align: t, children: /* @__PURE__ */ n(
1396
- U1,
1397
- {
1398
- "aria-label": a,
1399
- theme: s,
1400
- onClick: o,
1401
- align: t,
1402
- onMouseEnter: r,
1403
- onMouseLeave: i,
1404
- children: e
1222
+ }, t.maxWidth && t.maxWidth !== "xs" && {
1223
+ maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
1224
+ [`&.${ke.paperScrollBody}`]: {
1225
+ [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
1226
+ maxWidth: "calc(100% - 64px)"
1405
1227
  }
1406
- ) });
1407
- }
1408
- function _1({ onCancel: e, onConfirm: t }) {
1409
- const { t: o } = w();
1410
- return /* @__PURE__ */ g(I, { children: [
1411
- /* @__PURE__ */ n(z, { align: "left", children: o("ai.clearHistoryPrompt") }),
1412
- /* @__PURE__ */ g("div", { className: "csdk-flex csdk-gap-x-2", children: [
1413
- /* @__PURE__ */ n(de, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.yes") }) }),
1414
- /* @__PURE__ */ n(de, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.no") }) })
1415
- ] })
1416
- ] });
1417
- }
1418
- function K1({ fillColor: e = "#262E3D" }) {
1419
- return /* @__PURE__ */ g("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
1228
+ }
1229
+ }, t.fullWidth && {
1230
+ width: "calc(100% - 64px)"
1231
+ }, t.fullScreen && {
1232
+ margin: 0,
1233
+ width: "100%",
1234
+ maxWidth: "100%",
1235
+ height: "100%",
1236
+ maxHeight: "none",
1237
+ borderRadius: 0,
1238
+ [`&.${ke.paperScrollBody}`]: {
1239
+ margin: 0,
1240
+ maxWidth: "100%"
1241
+ }
1242
+ })), at = /* @__PURE__ */ Z.forwardRef(function(t, o) {
1243
+ const r = It({
1244
+ props: t,
1245
+ name: "MuiDialog"
1246
+ }), i = Nt(), s = {
1247
+ enter: i.transitions.duration.enteringScreen,
1248
+ exit: i.transitions.duration.leavingScreen
1249
+ }, {
1250
+ "aria-describedby": a,
1251
+ "aria-labelledby": c,
1252
+ BackdropComponent: l,
1253
+ BackdropProps: d,
1254
+ children: g,
1255
+ className: u,
1256
+ disableEscapeKeyDown: C = !1,
1257
+ fullScreen: m = !1,
1258
+ fullWidth: x = !1,
1259
+ maxWidth: k = "sm",
1260
+ onBackdropClick: y,
1261
+ onClick: F,
1262
+ onClose: G,
1263
+ open: v,
1264
+ PaperComponent: U = je,
1265
+ PaperProps: D = {},
1266
+ scroll: _ = "paper",
1267
+ TransitionComponent: V = Dt,
1268
+ transitionDuration: J = s,
1269
+ TransitionProps: be
1270
+ } = r, xe = Ht(r, K1), W = j({}, r, {
1271
+ disableEscapeKeyDown: C,
1272
+ fullScreen: m,
1273
+ fullWidth: x,
1274
+ maxWidth: k,
1275
+ scroll: _
1276
+ }), X = J1(W), I = Z.useRef(), ae = (O) => {
1277
+ I.current = O.target === O.currentTarget;
1278
+ }, ye = (O) => {
1279
+ F && F(O), I.current && (I.current = null, y && y(O), G && G(O, "backdropClick"));
1280
+ }, ee = Ft(c), le = Z.useMemo(() => ({
1281
+ titleId: ee
1282
+ }), [ee]);
1283
+ return /* @__PURE__ */ n(X1, j({
1284
+ className: we(X.root, u),
1285
+ closeAfterTransition: !0,
1286
+ components: {
1287
+ Backdrop: Y1
1288
+ },
1289
+ componentsProps: {
1290
+ backdrop: j({
1291
+ transitionDuration: J,
1292
+ as: l
1293
+ }, d)
1294
+ },
1295
+ disableEscapeKeyDown: C,
1296
+ onClose: G,
1297
+ open: v,
1298
+ ref: o,
1299
+ onClick: ye,
1300
+ ownerState: W
1301
+ }, xe, {
1302
+ children: /* @__PURE__ */ n(V, j({
1303
+ appear: !0,
1304
+ in: v,
1305
+ timeout: J,
1306
+ role: "presentation"
1307
+ }, be, {
1308
+ children: /* @__PURE__ */ n(eo, {
1309
+ className: we(X.container),
1310
+ onMouseDown: ae,
1311
+ ownerState: W,
1312
+ children: /* @__PURE__ */ n(to, j({
1313
+ as: U,
1314
+ elevation: 24,
1315
+ role: "dialog",
1316
+ "aria-describedby": a,
1317
+ "aria-labelledby": ee
1318
+ }, D, {
1319
+ className: we(X.paper, D.className),
1320
+ ownerState: W,
1321
+ children: /* @__PURE__ */ n(st.Provider, {
1322
+ value: le,
1323
+ children: g
1324
+ })
1325
+ }))
1326
+ })
1327
+ }))
1328
+ }));
1329
+ });
1330
+ process.env.NODE_ENV !== "production" && (at.propTypes = {
1331
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
1332
+ // │ These PropTypes are generated from the TypeScript type definitions. │
1333
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
1334
+ // └─────────────────────────────────────────────────────────────────────┘
1335
+ /**
1336
+ * The id(s) of the element(s) that describe the dialog.
1337
+ */
1338
+ "aria-describedby": f.string,
1339
+ /**
1340
+ * The id(s) of the element(s) that label the dialog.
1341
+ */
1342
+ "aria-labelledby": f.string,
1343
+ /**
1344
+ * A backdrop component. This prop enables custom backdrop rendering.
1345
+ * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
1346
+ * Use the `slots.backdrop` prop to make your application ready for the next version of Material UI.
1347
+ * @default styled(Backdrop, {
1348
+ * name: 'MuiModal',
1349
+ * slot: 'Backdrop',
1350
+ * overridesResolver: (props, styles) => {
1351
+ * return styles.backdrop;
1352
+ * },
1353
+ * })({
1354
+ * zIndex: -1,
1355
+ * })
1356
+ */
1357
+ BackdropComponent: f.elementType,
1358
+ /**
1359
+ * @ignore
1360
+ */
1361
+ BackdropProps: f.object,
1362
+ /**
1363
+ * Dialog children, usually the included sub-components.
1364
+ */
1365
+ children: f.node,
1366
+ /**
1367
+ * Override or extend the styles applied to the component.
1368
+ */
1369
+ classes: f.object,
1370
+ /**
1371
+ * @ignore
1372
+ */
1373
+ className: f.string,
1374
+ /**
1375
+ * If `true`, hitting escape will not fire the `onClose` callback.
1376
+ * @default false
1377
+ */
1378
+ disableEscapeKeyDown: f.bool,
1379
+ /**
1380
+ * If `true`, the dialog is full-screen.
1381
+ * @default false
1382
+ */
1383
+ fullScreen: f.bool,
1384
+ /**
1385
+ * If `true`, the dialog stretches to `maxWidth`.
1386
+ *
1387
+ * Notice that the dialog width grow is limited by the default margin.
1388
+ * @default false
1389
+ */
1390
+ fullWidth: f.bool,
1391
+ /**
1392
+ * Determine the max-width of the dialog.
1393
+ * The dialog width grows with the size of the screen.
1394
+ * Set to `false` to disable `maxWidth`.
1395
+ * @default 'sm'
1396
+ */
1397
+ maxWidth: f.oneOfType([f.oneOf(["xs", "sm", "md", "lg", "xl", !1]), f.string]),
1398
+ /**
1399
+ * Callback fired when the backdrop is clicked.
1400
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
1401
+ */
1402
+ onBackdropClick: f.func,
1403
+ /**
1404
+ * @ignore
1405
+ */
1406
+ onClick: f.func,
1407
+ /**
1408
+ * Callback fired when the component requests to be closed.
1409
+ *
1410
+ * @param {object} event The event source of the callback.
1411
+ * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
1412
+ */
1413
+ onClose: f.func,
1414
+ /**
1415
+ * If `true`, the component is shown.
1416
+ */
1417
+ open: f.bool.isRequired,
1418
+ /**
1419
+ * The component used to render the body of the dialog.
1420
+ * @default Paper
1421
+ */
1422
+ PaperComponent: f.elementType,
1423
+ /**
1424
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
1425
+ * @default {}
1426
+ */
1427
+ PaperProps: f.object,
1428
+ /**
1429
+ * Determine the container for scrolling the dialog.
1430
+ * @default 'paper'
1431
+ */
1432
+ scroll: f.oneOf(["body", "paper"]),
1433
+ /**
1434
+ * The system prop that allows defining system overrides as well as additional CSS styles.
1435
+ */
1436
+ sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
1437
+ /**
1438
+ * The component used for the transition.
1439
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
1440
+ * @default Fade
1441
+ */
1442
+ TransitionComponent: f.elementType,
1443
+ /**
1444
+ * The duration for the transition, in milliseconds.
1445
+ * You may specify a single timeout for all transitions, or individually with an object.
1446
+ * @default {
1447
+ * enter: theme.transitions.duration.enteringScreen,
1448
+ * exit: theme.transitions.duration.leavingScreen,
1449
+ * }
1450
+ */
1451
+ transitionDuration: f.oneOfType([f.number, f.shape({
1452
+ appear: f.number,
1453
+ enter: f.number,
1454
+ exit: f.number
1455
+ })]),
1456
+ /**
1457
+ * Props applied to the transition element.
1458
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
1459
+ */
1460
+ TransitionProps: f.object
1461
+ });
1462
+ function oo({ fillColor: e = "#262E3D" }) {
1463
+ return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
1420
1464
  /* @__PURE__ */ n("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
1421
1465
  /* @__PURE__ */ n(
1422
1466
  "path",
@@ -1429,7 +1473,7 @@ function K1({ fillColor: e = "#262E3D" }) {
1429
1473
  )
1430
1474
  ] });
1431
1475
  }
1432
- const at = {
1476
+ const lt = {
1433
1477
  row: {
1434
1478
  hover: "rgba(224, 224, 224, 0.3)"
1435
1479
  },
@@ -1514,18 +1558,18 @@ const at = {
1514
1558
  errorBG: "rgba(231, 71, 39, 0.1)"
1515
1559
  }
1516
1560
  }
1517
- }, Y1 = {
1561
+ }, no = {
1518
1562
  shouldForwardProp: (e) => !e.startsWith("$")
1519
- }, ie = u(
1520
- Ge,
1521
- Y1
1563
+ }, se = h(
1564
+ Qe,
1565
+ no
1522
1566
  )(({ $hoverColor: e }) => ({
1523
1567
  padding: 2,
1524
1568
  "&.MuiIconButton-root:hover": {
1525
- backgroundColor: e != null ? e : at.interaction.defaultHover
1569
+ backgroundColor: e != null ? e : lt.interaction.defaultHover
1526
1570
  }
1527
1571
  }));
1528
- function J1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1572
+ function ro({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1529
1573
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1530
1574
  "path",
1531
1575
  {
@@ -1536,7 +1580,7 @@ function J1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1536
1580
  }
1537
1581
  ) });
1538
1582
  }
1539
- function X1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1583
+ function io({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1540
1584
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1541
1585
  "path",
1542
1586
  {
@@ -1547,7 +1591,7 @@ function X1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1547
1591
  }
1548
1592
  ) });
1549
1593
  }
1550
- function eo() {
1594
+ function so() {
1551
1595
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1552
1596
  "path",
1553
1597
  {
@@ -1559,7 +1603,7 @@ function eo() {
1559
1603
  }
1560
1604
  ) });
1561
1605
  }
1562
- function to({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1606
+ function ao({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1563
1607
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1564
1608
  "path",
1565
1609
  {
@@ -1570,27 +1614,27 @@ function to({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1570
1614
  }
1571
1615
  ) });
1572
1616
  }
1573
- const He = (e) => Qe(e.chart.backgroundColor), oo = ({ title: e }) => {
1574
- const { themeSettings: t } = m();
1575
- return /* @__PURE__ */ n(re, { title: e, children: /* @__PURE__ */ n(ie, { disableTouchRipple: !0, $hoverColor: He(t), children: /* @__PURE__ */ n(X1, { fill: t.chart.textColor }) }) });
1576
- }, no = ({ items: e }) => {
1577
- const [t, o] = $(null), r = (s) => {
1578
- o(s.currentTarget);
1617
+ const Be = (e) => Ue(e.chart.backgroundColor), lo = ({ title: e }) => {
1618
+ const { themeSettings: t } = b();
1619
+ return /* @__PURE__ */ n(ie, { title: e, children: /* @__PURE__ */ n(se, { disableTouchRipple: !0, $hoverColor: Be(t), children: /* @__PURE__ */ n(io, { fill: t.chart.textColor }) }) });
1620
+ }, co = ({ items: e }) => {
1621
+ const [t, o] = L(null), r = (a) => {
1622
+ o(a.currentTarget);
1579
1623
  }, i = () => {
1580
1624
  o(null);
1581
- }, { themeSettings: a } = m();
1582
- return /* @__PURE__ */ g(I, { children: [
1625
+ }, { themeSettings: s } = b();
1626
+ return /* @__PURE__ */ p(N, { children: [
1583
1627
  /* @__PURE__ */ n(
1584
- ie,
1628
+ se,
1585
1629
  {
1586
1630
  onClick: r,
1587
- $hoverColor: He(a),
1631
+ $hoverColor: Be(s),
1588
1632
  "aria-label": "three dots button",
1589
- children: /* @__PURE__ */ n(to, { fill: a.chart.textColor })
1633
+ children: /* @__PURE__ */ n(ao, { fill: s.chart.textColor })
1590
1634
  }
1591
1635
  ),
1592
1636
  /* @__PURE__ */ n(
1593
- Dt,
1637
+ Pt,
1594
1638
  {
1595
1639
  anchorEl: t,
1596
1640
  anchorOrigin: {
@@ -1603,99 +1647,99 @@ const He = (e) => Qe(e.chart.backgroundColor), oo = ({ title: e }) => {
1603
1647
  },
1604
1648
  open: !!t,
1605
1649
  onClose: i,
1606
- children: e.map((s) => /* @__PURE__ */ g(
1607
- Pt,
1650
+ children: e.map((a) => /* @__PURE__ */ p(
1651
+ Wt,
1608
1652
  {
1609
1653
  onClick: () => {
1610
- s.onClick(), i();
1654
+ a.onClick(), i();
1611
1655
  },
1612
1656
  sx: {
1613
1657
  fontSize: "13px",
1614
- fontFamily: a.typography.fontFamily,
1615
- color: at.text.content
1658
+ fontFamily: s.typography.fontFamily,
1659
+ color: lt.text.content
1616
1660
  },
1617
1661
  disableRipple: !0,
1618
1662
  children: [
1619
- s.icon,
1620
- /* @__PURE__ */ n("div", { className: "csdk-ml-1", children: s.title })
1663
+ a.icon,
1664
+ /* @__PURE__ */ n("div", { className: "csdk-ml-1", children: a.title })
1621
1665
  ]
1622
1666
  },
1623
- s.title
1667
+ a.title
1624
1668
  ))
1625
1669
  }
1626
1670
  )
1627
1671
  ] });
1628
- }, ro = ({ onClick: e }) => {
1629
- const { themeSettings: t } = m(), { t: o } = w();
1630
- return /* @__PURE__ */ n(re, { title: o("ai.preview"), children: /* @__PURE__ */ n(ie, { onClick: e, $hoverColor: He(t), children: /* @__PURE__ */ n(J1, { fill: t.chart.textColor }) }) });
1631
- }, io = u.div`
1672
+ }, uo = ({ onClick: e }) => {
1673
+ const { themeSettings: t } = b(), { t: o } = w();
1674
+ return /* @__PURE__ */ n(ie, { title: o("ai.preview"), children: /* @__PURE__ */ n(se, { onClick: e, $hoverColor: Be(t), children: /* @__PURE__ */ n(ro, { fill: t.chart.textColor }) }) });
1675
+ }, ho = h.div`
1632
1676
  display: flex;
1633
1677
  padding-top: 6px;
1634
1678
  padding-bottom: 6px;
1635
1679
  `;
1636
- function so({
1680
+ function po({
1637
1681
  infoTooltipText: e,
1638
1682
  onRefresh: t,
1639
1683
  onExpand: o
1640
1684
  }) {
1641
- const r = D(
1685
+ const r = H(
1642
1686
  () => [
1643
1687
  {
1644
1688
  title: "Refresh",
1645
1689
  onClick: t,
1646
- icon: /* @__PURE__ */ n(eo, {})
1690
+ icon: /* @__PURE__ */ n(so, {})
1647
1691
  }
1648
1692
  ],
1649
1693
  [t]
1650
1694
  );
1651
- return /* @__PURE__ */ g(io, { "aria-label": "chatbot chart toolbar", children: [
1652
- /* @__PURE__ */ n(oo, { title: e != null ? e : "" }),
1653
- /* @__PURE__ */ n(no, { items: r }),
1654
- /* @__PURE__ */ n(ro, { onClick: o })
1695
+ return /* @__PURE__ */ p(ho, { "aria-label": "chatbot chart toolbar", children: [
1696
+ /* @__PURE__ */ n(lo, { title: e != null ? e : "" }),
1697
+ /* @__PURE__ */ n(co, { items: r }),
1698
+ /* @__PURE__ */ n(uo, { onClick: o })
1655
1699
  ] });
1656
1700
  }
1657
- function ao({ content: e }) {
1658
- const [t, o] = $(!1), { themeSettings: r } = m(), { inlineElement: i, expandedElement: a } = D(() => {
1659
- const s = pe(e, { useCustomizedStyleOptions: !0 });
1660
- if (s === void 0 || !Se(s))
1661
- throw new ke("errors.otherWidgetTypesNotSupported");
1662
- const { detailedDescription: c } = e, { styleOptions: l } = s, d = {
1701
+ function go({ content: e }) {
1702
+ const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } = H(() => {
1703
+ const a = Ce(e, { useCustomizedStyleOptions: !0 });
1704
+ if (a === void 0 || !Me(a))
1705
+ throw new Se("errors.otherWidgetTypesNotSupported");
1706
+ const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
1663
1707
  cornerRadius: "Small",
1664
1708
  header: {
1665
- renderToolbar: (h) => /* @__PURE__ */ n(
1666
- so,
1709
+ renderToolbar: (C) => /* @__PURE__ */ n(
1710
+ po,
1667
1711
  {
1668
1712
  infoTooltipText: c,
1669
- onRefresh: h,
1713
+ onRefresh: C,
1670
1714
  onExpand: () => o(!0)
1671
1715
  }
1672
1716
  )
1673
1717
  }
1674
1718
  };
1675
- let p, C;
1676
- if (Ut(s.chartType))
1677
- p = /* @__PURE__ */ n("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ n(ee, L(M({}, s), { styleOptions: d })) }), C = /* @__PURE__ */ n(ee, L(M({}, s), { styleOptions: { header: { hidden: !0 } } }));
1719
+ let g, u;
1720
+ if (Kt(a.chartType))
1721
+ g = /* @__PURE__ */ n("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: d })) }), u = /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: { header: { hidden: !0 } } }));
1678
1722
  else {
1679
- const h = L(M({}, l), {
1723
+ const C = $(S({}, l), {
1680
1724
  header: { hidden: !0 }
1681
- }), b = M(L(M({}, l), {
1725
+ }), m = S($(S({}, l), {
1682
1726
  legend: void 0,
1683
1727
  xAxis: void 0,
1684
1728
  yAxis: void 0
1685
1729
  }), d);
1686
- delete b.legend, delete b.xAxis, delete b.yAxis, p = /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(ee, L(M({}, s), { styleOptions: b })) }), C = /* @__PURE__ */ n(
1687
- ee,
1688
- L(M({}, s), {
1689
- styleOptions: M({ cornerRadius: "None" }, h)
1730
+ delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: m })) }), u = /* @__PURE__ */ n(
1731
+ te,
1732
+ $(S({}, a), {
1733
+ styleOptions: S({ cornerRadius: "None" }, C)
1690
1734
  })
1691
1735
  );
1692
1736
  }
1693
- return { inlineElement: p, expandedElement: C };
1737
+ return { inlineElement: g, expandedElement: u };
1694
1738
  }, [e]);
1695
- return /* @__PURE__ */ g(I, { children: [
1739
+ return /* @__PURE__ */ p(N, { children: [
1696
1740
  i,
1697
- /* @__PURE__ */ g(
1698
- _e,
1741
+ /* @__PURE__ */ p(
1742
+ at,
1699
1743
  {
1700
1744
  open: t,
1701
1745
  onClose: () => o(!1),
@@ -1708,17 +1752,17 @@ function ao({ content: e }) {
1708
1752
  }
1709
1753
  },
1710
1754
  children: [
1711
- /* @__PURE__ */ g("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
1755
+ /* @__PURE__ */ p("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
1712
1756
  /* @__PURE__ */ n("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
1713
- /* @__PURE__ */ n(Ge, { onClick: () => o(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ n(K1, { fillColor: r.aiChat.primaryTextColor }) })
1757
+ /* @__PURE__ */ n(Qe, { onClick: () => o(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ n(oo, { fillColor: r.aiChat.primaryTextColor }) })
1714
1758
  ] }),
1715
- /* @__PURE__ */ n("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: a })
1759
+ /* @__PURE__ */ n("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: s })
1716
1760
  ]
1717
1761
  }
1718
1762
  )
1719
1763
  ] });
1720
1764
  }
1721
- function lo({ theme: e }) {
1765
+ function Co({ theme: e }) {
1722
1766
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1723
1767
  "path",
1724
1768
  {
@@ -1729,20 +1773,20 @@ function lo({ theme: e }) {
1729
1773
  }
1730
1774
  ) });
1731
1775
  }
1732
- function co({ onClick: e, disabled: t }) {
1733
- const { themeSettings: o } = m(), { t: r } = w();
1734
- return /* @__PURE__ */ n(re, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ n(
1735
- ie,
1776
+ function fo({ onClick: e, disabled: t }) {
1777
+ const { themeSettings: o } = b(), { t: r } = w();
1778
+ return /* @__PURE__ */ n(ie, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ n(
1779
+ se,
1736
1780
  {
1737
1781
  "aria-label": "thumbs-down",
1738
1782
  onClick: e,
1739
1783
  $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
1740
1784
  disabled: t,
1741
- children: /* @__PURE__ */ n(lo, { theme: o })
1785
+ children: /* @__PURE__ */ n(Co, { theme: o })
1742
1786
  }
1743
1787
  ) });
1744
1788
  }
1745
- function uo({ theme: e }) {
1789
+ function mo({ theme: e }) {
1746
1790
  return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1747
1791
  "path",
1748
1792
  {
@@ -1753,47 +1797,47 @@ function uo({ theme: e }) {
1753
1797
  }
1754
1798
  ) });
1755
1799
  }
1756
- function ho({ onClick: e, disabled: t }) {
1757
- const { themeSettings: o } = m(), { t: r } = w();
1758
- return /* @__PURE__ */ n(re, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ n(
1759
- ie,
1800
+ function bo({ onClick: e, disabled: t }) {
1801
+ const { themeSettings: o } = b(), { t: r } = w();
1802
+ return /* @__PURE__ */ n(ie, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ n(
1803
+ se,
1760
1804
  {
1761
1805
  "aria-label": "thumbs-up",
1762
1806
  onClick: e,
1763
1807
  $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
1764
1808
  disabled: t,
1765
- children: /* @__PURE__ */ n(uo, { theme: o })
1809
+ children: /* @__PURE__ */ n(mo, { theme: o })
1766
1810
  }
1767
1811
  ) });
1768
1812
  }
1769
- const po = () => {
1770
- const [e, t] = $(!1), o = J(null), r = T(() => {
1813
+ const xo = () => {
1814
+ const [e, t] = L(!1), o = Y(null), r = M(() => {
1771
1815
  t(!0);
1772
- }, []), i = T(() => {
1816
+ }, []), i = M(() => {
1773
1817
  t(!1);
1774
1818
  }, []);
1775
- return [T(
1776
- (s) => {
1819
+ return [M(
1820
+ (a) => {
1777
1821
  var c;
1778
- ((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (s == null ? void 0 : s.nodeType) === Node.ELEMENT_NODE && (s.addEventListener("mouseenter", r), s.addEventListener("mouseleave", i)), o.current = s;
1822
+ ((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;
1779
1823
  },
1780
1824
  [r, i]
1781
1825
  ), e];
1782
- }, go = u.div`
1826
+ }, yo = h.div`
1783
1827
  display: flex;
1784
1828
  flex-direction: column;
1785
1829
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
1786
1830
  `;
1787
- function Co({ visible: e, onSend: t }) {
1788
- const [o, r] = $(!1), i = T(
1789
- (s) => {
1790
- r(!0), t(s === "up" ? 1 : -1);
1831
+ function vo({ visible: e, onSend: t }) {
1832
+ const [o, r] = L(!1), i = M(
1833
+ (a) => {
1834
+ r(!0), t(a === "up" ? 1 : -1);
1791
1835
  },
1792
1836
  [t]
1793
- ), a = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1794
- return e ? /* @__PURE__ */ g("div", { className: `csdk-flex csdk-items-center ${a}`, children: [
1795
- /* @__PURE__ */ n(ho, { onClick: () => i("up"), disabled: o }),
1796
- /* @__PURE__ */ n(co, { onClick: () => i("down"), disabled: o })
1837
+ ), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1838
+ return e ? /* @__PURE__ */ p("div", { className: `csdk-flex csdk-items-center ${s}`, children: [
1839
+ /* @__PURE__ */ n(bo, { onClick: () => i("up"), disabled: o }),
1840
+ /* @__PURE__ */ n(fo, { onClick: () => i("down"), disabled: o })
1797
1841
  ] }) : null;
1798
1842
  }
1799
1843
  function Le({
@@ -1803,45 +1847,45 @@ function Le({
1803
1847
  buttonVisibility: r = "onHover",
1804
1848
  renderContent: i
1805
1849
  }) {
1806
- const a = P(), s = qt(
1807
- T(
1808
- (C) => {
1809
- a && a.ai.sendFeedback({
1850
+ const s = B(), a = Ot(
1851
+ M(
1852
+ (u) => {
1853
+ s && s.ai.sendFeedback({
1810
1854
  sourceId: e,
1811
1855
  type: o,
1812
1856
  data: t,
1813
- rating: C
1857
+ rating: u
1814
1858
  });
1815
1859
  },
1816
- [a, e, t, o]
1860
+ [s, e, t, o]
1817
1861
  ),
1818
1862
  200
1819
- ), [c, l] = po(), d = D(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: p } = m();
1820
- return /* @__PURE__ */ n(go, { ref: c, theme: p, children: i(/* @__PURE__ */ n(Co, { onSend: s, visible: d })) });
1863
+ ), [c, l] = xo(), d = H(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: g } = b();
1864
+ return /* @__PURE__ */ n(yo, { ref: c, theme: g, children: i(/* @__PURE__ */ n(vo, { onSend: a, visible: d })) });
1821
1865
  }
1822
- const fo = 18 * 5;
1823
- function Ce({ text: e }) {
1824
- const [t, o] = $(!0), [r, i] = $(!1), { t: a } = w(), s = J(null);
1825
- return ce(() => {
1826
- s.current && s.current.scrollHeight > fo && i(!0);
1827
- }, [e]), /* @__PURE__ */ g("div", { children: [
1828
- /* @__PURE__ */ n("div", { ref: s, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
1866
+ const wo = 18 * 5;
1867
+ function me({ text: e }) {
1868
+ const [t, o] = L(!0), [r, i] = L(!1), { t: s } = w(), a = Y(null);
1869
+ return ue(() => {
1870
+ a.current && a.current.scrollHeight > wo && i(!0);
1871
+ }, [e]), /* @__PURE__ */ p("div", { children: [
1872
+ /* @__PURE__ */ n("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
1829
1873
  r && /* @__PURE__ */ n("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ n(
1830
1874
  "div",
1831
1875
  {
1832
1876
  className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
1833
1877
  onClick: () => o((c) => !c),
1834
- children: a(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
1878
+ children: s(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
1835
1879
  }
1836
1880
  ) })
1837
1881
  ] });
1838
1882
  }
1839
- function mo({ nlgRequest: e }) {
1840
- const { data: t, isLoading: o, isError: r } = ne(e), { t: i } = w();
1841
- return o ? /* @__PURE__ */ n(Ne, {}) : r ? /* @__PURE__ */ n(z, { align: "left", children: i("ai.errors.unexpected") }) : /* @__PURE__ */ n(z, { align: "full", children: /* @__PURE__ */ n(Ce, { text: t != null ? t : i("ai.errors.insightsNotAvailable") }) });
1883
+ function ko({ nlgRequest: e }) {
1884
+ const { data: t, isLoading: o, isError: r } = re(e), { t: i } = w();
1885
+ return o ? /* @__PURE__ */ n(Fe, {}) : r ? /* @__PURE__ */ n(z, { align: "left", children: i("ai.errors.unexpected") }) : /* @__PURE__ */ n(z, { align: "full", children: /* @__PURE__ */ n(me, { text: t != null ? t : i("ai.errors.insightsNotAvailable") }) });
1842
1886
  }
1843
- function bo() {
1844
- const { themeSettings: e } = m();
1887
+ function So() {
1888
+ const { themeSettings: e } = b();
1845
1889
  return /* @__PURE__ */ n("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
1846
1890
  "path",
1847
1891
  {
@@ -1852,100 +1896,100 @@ function bo() {
1852
1896
  }
1853
1897
  ) });
1854
1898
  }
1855
- function xo({ onClick: e }) {
1899
+ function Mo({ onClick: e }) {
1856
1900
  const { t } = w();
1857
- return /* @__PURE__ */ n(de, { align: "left", onClick: e, children: /* @__PURE__ */ g(
1901
+ return /* @__PURE__ */ n(he, { align: "left", onClick: e, children: /* @__PURE__ */ p(
1858
1902
  "div",
1859
1903
  {
1860
1904
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1861
1905
  children: [
1862
- /* @__PURE__ */ n(bo, {}),
1906
+ /* @__PURE__ */ n(So, {}),
1863
1907
  t("ai.buttons.insights")
1864
1908
  ]
1865
1909
  }
1866
1910
  ) });
1867
1911
  }
1868
- var yo = Wt("toLowerCase");
1869
- const We = u.div`
1912
+ var $o = qt("toLowerCase");
1913
+ const Ze = h.div`
1870
1914
  display: flex;
1871
1915
  align-items: center;
1872
1916
  column-gap: 10px;
1873
- `, vo = (e) => !!e && "aeiou".includes(e[0]);
1874
- function wo({ data: e, alwaysShowFeedback: t }) {
1875
- const { chatMode: o = "analyze", enableInsights: r } = W(), { themeSettings: i } = m(), { queryTitle: a, chartRecommendations: s, jaql: c } = e;
1876
- console.debug(`JAQL for ${a}`, c), console.debug(`chart recommendations for ${a}`, s);
1877
- const l = "chartType" in s ? s.chartType : "table";
1917
+ `, Lo = (e) => !!e && "aeiou".includes(e[0]);
1918
+ function Ro({ data: e, alwaysShowFeedback: t }) {
1919
+ const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
1920
+ console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
1921
+ const l = "chartType" in a ? a.chartType : "table";
1878
1922
  let d;
1879
- vo(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
1880
- const p = c.datasource.title, [C, h] = $(!1), b = T(() => {
1881
- h((x) => !x);
1882
- }, []), v = {
1923
+ Lo(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
1924
+ const g = c.datasource.title, [u, C] = L(!1), m = M(() => {
1925
+ C((y) => !y);
1926
+ }, []), x = {
1883
1927
  jaql: {
1884
1928
  datasource: c.datasource,
1885
1929
  metadata: c.metadata
1886
1930
  }
1887
- }, S = o === "analyze";
1888
- return /* @__PURE__ */ g(I, { children: [
1931
+ }, k = o === "analyze";
1932
+ return /* @__PURE__ */ p(N, { children: [
1889
1933
  /* @__PURE__ */ n(
1890
1934
  Le,
1891
1935
  {
1892
- sourceId: p,
1936
+ sourceId: g,
1893
1937
  data: e,
1894
1938
  type: "chats/nlq",
1895
1939
  buttonVisibility: t ? "always" : "onHover",
1896
- renderContent: (x) => /* @__PURE__ */ g(I, { children: [
1897
- /* @__PURE__ */ g(We, { children: [
1898
- /* @__PURE__ */ n(it, { align: "left", theme: i, children: `Here's ${d} showing ${yo(a)}.` }),
1899
- x
1940
+ renderContent: (y) => /* @__PURE__ */ p(N, { children: [
1941
+ /* @__PURE__ */ p(Ze, { children: [
1942
+ /* @__PURE__ */ n(rt, { align: "left", theme: i, children: `Here's ${d} showing ${$o(s)}.` }),
1943
+ y
1900
1944
  ] }),
1901
- S && /* @__PURE__ */ n(ao, { content: e })
1945
+ k && /* @__PURE__ */ n(go, { content: e })
1902
1946
  ] })
1903
1947
  }
1904
1948
  ),
1905
1949
  r && /* @__PURE__ */ n(
1906
1950
  Le,
1907
1951
  {
1908
- sourceId: p,
1909
- data: v,
1952
+ sourceId: g,
1953
+ data: x,
1910
1954
  type: "nlg/queryResult",
1911
- buttonVisibility: C ? "onHover" : "never",
1912
- renderContent: (x) => /* @__PURE__ */ g(I, { children: [
1913
- /* @__PURE__ */ g(We, { children: [
1914
- /* @__PURE__ */ n(xo, { onClick: b }),
1915
- x
1955
+ buttonVisibility: u ? "onHover" : "never",
1956
+ renderContent: (y) => /* @__PURE__ */ p(N, { children: [
1957
+ /* @__PURE__ */ p(Ze, { children: [
1958
+ /* @__PURE__ */ n(Mo, { onClick: m }),
1959
+ y
1916
1960
  ] }),
1917
- C && /* @__PURE__ */ n(mo, { nlgRequest: v })
1961
+ u && /* @__PURE__ */ n(ko, { nlgRequest: x })
1918
1962
  ] })
1919
1963
  }
1920
1964
  )
1921
1965
  ] });
1922
1966
  }
1923
- function ko({ message: e, isLastMessage: t }) {
1924
- if (Ee(e)) {
1967
+ function To({ message: e, isLastMessage: t }) {
1968
+ if (He(e)) {
1925
1969
  const r = JSON.parse(e.content);
1926
- return /* @__PURE__ */ n(wo, { data: r, alwaysShowFeedback: t });
1970
+ return /* @__PURE__ */ n(Ro, { data: r, alwaysShowFeedback: t });
1927
1971
  }
1928
- const o = b1(e) ? JSON.parse(e.content).answer : e.content;
1972
+ const o = m1(e) ? JSON.parse(e.content).answer : e.content;
1929
1973
  return /* @__PURE__ */ n(z, { align: e.role === "user" ? "right" : "left", children: o });
1930
1974
  }
1931
- const So = zt(ko), Mo = ({
1975
+ const Eo = Vt(To), Io = ({
1932
1976
  error: e,
1933
1977
  displayMessage: t
1934
1978
  }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(z, { align: "left", children: t }));
1935
- function Lo({ messages: e }) {
1979
+ function No({ messages: e }) {
1936
1980
  const { t } = w();
1937
- return /* @__PURE__ */ n(I, { children: e.map((o, r) => /* @__PURE__ */ n(
1938
- Ot,
1981
+ return /* @__PURE__ */ n(N, { children: e.map((o, r) => /* @__PURE__ */ n(
1982
+ At,
1939
1983
  {
1940
- fallbackRender: (i) => Mo(L(M({}, i), {
1984
+ fallbackRender: (i) => Io($(S({}, i), {
1941
1985
  displayMessage: t("ai.errors.unexpected")
1942
1986
  })),
1943
- children: /* @__PURE__ */ n(So, { message: o, isLastMessage: r === e.length - 1 }, r)
1987
+ children: /* @__PURE__ */ n(Eo, { message: o, isLastMessage: r === e.length - 1 }, r)
1944
1988
  },
1945
1989
  r
1946
1990
  )) });
1947
1991
  }
1948
- function lt({ color: e }) {
1992
+ function ct({ color: e }) {
1949
1993
  return /* @__PURE__ */ n(
1950
1994
  "svg",
1951
1995
  {
@@ -1964,18 +2008,18 @@ function lt({ color: e }) {
1964
2008
  }
1965
2009
  );
1966
2010
  }
1967
- function $o({ onClick: e, color: t }) {
2011
+ function Ho({ onClick: e, color: t }) {
1968
2012
  return /* @__PURE__ */ n(
1969
2013
  "div",
1970
2014
  {
1971
2015
  "aria-label": "go back",
1972
2016
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
1973
2017
  onClick: e,
1974
- children: /* @__PURE__ */ n(lt, { color: t })
2018
+ children: /* @__PURE__ */ n(ct, { color: t })
1975
2019
  }
1976
2020
  );
1977
2021
  }
1978
- const To = u.button`
2022
+ const Fo = h.button`
1979
2023
  font-size: inherit;
1980
2024
  line-height: inherit;
1981
2025
  box-sizing: border-box;
@@ -2025,24 +2069,24 @@ const To = u.button`
2025
2069
  return "";
2026
2070
  }}
2027
2071
  `;
2028
- function Oe({ question: e, onClick: t }) {
2029
- const { themeSettings: o } = m();
2030
- return /* @__PURE__ */ n(To, { onClick: t, theme: o, children: e });
2072
+ function ze({ question: e, onClick: t }) {
2073
+ const { themeSettings: o } = b();
2074
+ return /* @__PURE__ */ n(Fo, { onClick: t, theme: o, children: e });
2031
2075
  }
2032
- const Ro = u.div`
2076
+ const Bo = h.div`
2033
2077
  display: flex;
2034
2078
  flex-direction: column;
2035
2079
  align-items: flex-start;
2036
2080
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2037
2081
  `;
2038
- function Eo({ questions: e, onSelection: t }) {
2039
- const { t: o } = w(), [r, i] = $(!0), a = D(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: s } = m();
2040
- return /* @__PURE__ */ g(Ro, { "aria-label": "list of suggested questions", theme: s, children: [
2041
- a.map((c) => /* @__PURE__ */ n(Oe, { question: c, onClick: () => t(c) }, c)),
2042
- a.length < e.length && /* @__PURE__ */ n(Oe, { question: o("ai.buttons.seeMore"), onClick: () => i(!1) })
2082
+ function Do({ questions: e, onSelection: t }) {
2083
+ const { t: o } = w(), [r, i] = L(!0), s = H(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = b();
2084
+ return /* @__PURE__ */ p(Bo, { "aria-label": "list of suggested questions", theme: a, children: [
2085
+ s.map((c) => /* @__PURE__ */ n(ze, { question: c, onClick: () => t(c) }, c)),
2086
+ s.length < e.length && /* @__PURE__ */ n(ze, { question: o("ai.buttons.seeMore"), onClick: () => i(!1) })
2043
2087
  ] });
2044
2088
  }
2045
- const No = u.div`
2089
+ const Po = h.div`
2046
2090
  width: 283px;
2047
2091
  height: 32px;
2048
2092
  border-radius: 10px;
@@ -2066,23 +2110,23 @@ const No = u.div`
2066
2110
  background-position: -200% 0;
2067
2111
  }
2068
2112
  }
2069
- `, Ho = u.div`
2113
+ `, Wo = h.div`
2070
2114
  display: flex;
2071
2115
  flex-direction: column;
2072
2116
  row-gap: 1rem;
2073
2117
  `;
2074
- function Io() {
2075
- const { themeSettings: e } = m();
2076
- return /* @__PURE__ */ n(Ho, { children: Array.from({ length: 3 }, (t, o) => /* @__PURE__ */ n(No, { theme: e }, o)) });
2118
+ function Oo() {
2119
+ const { themeSettings: e } = b();
2120
+ return /* @__PURE__ */ n(Wo, { children: Array.from({ length: 3 }, (t, o) => /* @__PURE__ */ n(Po, { theme: e }, o)) });
2077
2121
  }
2078
- function Fo({ questions: e, isLoading: t, onSelection: o }) {
2079
- const r = e.length > 0, { suggestionsWelcomeText: i } = W();
2080
- return t ? /* @__PURE__ */ n(Io, {}) : r ? /* @__PURE__ */ g(I, { children: [
2122
+ function qo({ questions: e, isLoading: t, onSelection: o }) {
2123
+ const r = e.length > 0, { suggestionsWelcomeText: i } = P();
2124
+ return t ? /* @__PURE__ */ n(Oo, {}) : r ? /* @__PURE__ */ p(N, { children: [
2081
2125
  i && /* @__PURE__ */ n(z, { align: "left", children: i }),
2082
- /* @__PURE__ */ n(Eo, { onSelection: o, questions: e })
2126
+ /* @__PURE__ */ n(Do, { onSelection: o, questions: e })
2083
2127
  ] }) : null;
2084
2128
  }
2085
- const Bo = u.div`
2129
+ const Ao = h.div`
2086
2130
  flex: 0 0 80px;
2087
2131
  padding-left: 14px;
2088
2132
  padding-right: 14px;
@@ -2091,20 +2135,20 @@ const Bo = u.div`
2091
2135
  position: relative;
2092
2136
 
2093
2137
  background-color: ${({ style: e }) => e.backgroundColor};
2094
- `, Do = u.div`
2138
+ `, Zo = h.div`
2095
2139
  font-size: 18px;
2096
2140
  line-height: 22px;
2097
2141
  font-weight: 600;
2098
2142
  margin-left: 20px;
2099
2143
 
2100
2144
  color: ${({ style: e }) => e.textColor};
2101
- `, ct = Gt(function({ title: t, leftNav: o, rightNav: r, style: i }, a) {
2102
- return /* @__PURE__ */ g(Bo, { ref: a, style: i, children: [
2145
+ `, dt = jt(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
2146
+ return /* @__PURE__ */ p(Ao, { ref: s, style: i, children: [
2103
2147
  o,
2104
- /* @__PURE__ */ n(Do, { style: i, children: t }),
2148
+ /* @__PURE__ */ n(Zo, { style: i, children: t }),
2105
2149
  r && /* @__PURE__ */ n("div", { className: "csdk-ml-auto", children: r })
2106
2150
  ] });
2107
- }), Po = u.div`
2151
+ }), zo = h.div`
2108
2152
  text-align: center;
2109
2153
  font-size: 11px;
2110
2154
  line-height: 18px;
@@ -2118,17 +2162,17 @@ const Bo = u.div`
2118
2162
 
2119
2163
  color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
2120
2164
  `;
2121
- function qo({ theme: e }) {
2165
+ function Go({ theme: e }) {
2122
2166
  const { t } = w();
2123
- return /* @__PURE__ */ g(Po, { theme: e, children: [
2167
+ return /* @__PURE__ */ p(zo, { theme: e, children: [
2124
2168
  /* @__PURE__ */ n("div", { children: t("ai.disclaimer.poweredByAi") }),
2125
- /* @__PURE__ */ g("div", { children: [
2169
+ /* @__PURE__ */ p("div", { children: [
2126
2170
  " ",
2127
2171
  t("ai.disclaimer.rateRequest")
2128
2172
  ] })
2129
2173
  ] });
2130
2174
  }
2131
- const Wo = u.div`
2175
+ const Vo = h.div`
2132
2176
  font-size: inherit;
2133
2177
  line-height: inherit;
2134
2178
  padding-left: 16px;
@@ -2139,12 +2183,12 @@ const Wo = u.div`
2139
2183
 
2140
2184
  color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
2141
2185
  background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
2142
- `, dt = () => {
2143
- const { t: e } = w(), { themeSettings: t } = m();
2144
- return /* @__PURE__ */ n(Wo, { theme: t, children: e("ai.betaLabel") });
2186
+ `, ut = () => {
2187
+ const { t: e } = w(), { themeSettings: t } = b();
2188
+ return /* @__PURE__ */ n(Vo, { theme: t, children: e("ai.betaLabel") });
2145
2189
  };
2146
- function Oo() {
2147
- const { themeSettings: e } = m();
2190
+ function jo() {
2191
+ const { themeSettings: e } = b();
2148
2192
  return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
2149
2193
  "path",
2150
2194
  {
@@ -2155,10 +2199,10 @@ function Oo() {
2155
2199
  }
2156
2200
  ) });
2157
2201
  }
2158
- const Ao = (e, t) => {
2159
- const o = new _t(e);
2202
+ const Qo = (e, t) => {
2203
+ const o = new Yt(e);
2160
2204
  return o.alpha = t, o;
2161
- }, Zo = u.div`
2205
+ }, Uo = h.div`
2162
2206
  font-size: inherit;
2163
2207
  line-height: inherit;
2164
2208
  padding-left: 8px;
@@ -2166,7 +2210,7 @@ const Ao = (e, t) => {
2166
2210
  padding-top: 4px;
2167
2211
  border-radius: 16px;
2168
2212
  margin-bottom: 4px;
2169
- box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${Ao(e.aiChat.primaryTextColor, 0.2)}`};
2213
+ box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${Qo(e.aiChat.primaryTextColor, 0.2)}`};
2170
2214
  cursor: pointer;
2171
2215
  color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2172
2216
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
@@ -2175,10 +2219,10 @@ const Ao = (e, t) => {
2175
2219
  color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2176
2220
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2177
2221
  box-shadow: none;
2178
- `, zo = ({ onClick: e }) => {
2179
- const { themeSettings: t } = m();
2180
- return /* @__PURE__ */ n(Zo, { theme: t, onClick: e, children: /* @__PURE__ */ n(Oo, {}) });
2181
- }, Go = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(ze, { anchorEl: o, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ n(zo, { onClick: t }) }), Vo = u.div`
2222
+ `, _o = ({ onClick: e }) => {
2223
+ const { themeSettings: t } = b();
2224
+ return /* @__PURE__ */ n(Uo, { theme: t, onClick: e, children: /* @__PURE__ */ n(jo, {}) });
2225
+ }, Ko = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ve, { anchorEl: o, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ n(_o, { onClick: t }) }), Yo = h.div`
2182
2226
  display: flex;
2183
2227
  flex-direction: column;
2184
2228
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
@@ -2189,7 +2233,7 @@ const Ao = (e, t) => {
2189
2233
  padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2190
2234
  flex: initial;
2191
2235
  height: 100%;
2192
- `, jo = u.div`
2236
+ `, Jo = h.div`
2193
2237
  padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2194
2238
  padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2195
2239
  padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
@@ -2197,131 +2241,131 @@ const Ao = (e, t) => {
2197
2241
  display: flex;
2198
2242
  flex-direction: column;
2199
2243
  row-gap: 6px;
2200
- `, Qo = u.div`
2244
+ `, Xo = h.div`
2201
2245
  display: flex;
2202
2246
  flex-direction: column;
2203
2247
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2204
2248
  `;
2205
- function Uo({ contextTitle: e, onGoBack: t }) {
2206
- const { t: o } = w(), { enableFollowupQuestions: r, enableHeader: i, numOfRecentPrompts: a, numOfRecommendations: s } = W(), { themeSettings: c } = m(), {
2207
- data: l,
2208
- isLoading: d,
2209
- isError: p
2249
+ function en({ contextTitle: e, onGoBack: t, contextDetails: o }) {
2250
+ const { t: r } = w(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = b(), {
2251
+ data: d,
2252
+ isLoading: g,
2253
+ isError: u
2210
2254
  } = Je({
2211
2255
  contextTitle: e,
2212
- count: s
2213
- }), C = D(
2214
- () => l.map((y) => y.nlqPrompt),
2215
- [l]
2256
+ count: c
2257
+ }), C = H(
2258
+ () => d == null ? void 0 : d.map((R) => R.nlqPrompt),
2259
+ [d]
2216
2260
  ), {
2217
- history: h,
2218
- lastNlqResponse: b,
2219
- isAwaitingResponse: v,
2220
- sendMessage: S,
2221
- isLoading: x,
2222
- chatId: O,
2223
- lastError: N
2224
- } = x1(e), { mutate: k, isLoading: q } = tt(O), [F, B] = $(!1), [G, se] = $(!1), fe = () => B(!0), X = () => B(!1), U = () => {
2225
- k(), X();
2226
- }, H = J(null), _ = J(null), me = () => {
2227
- if (!(H != null && H.current))
2261
+ history: m,
2262
+ lastNlqResponse: x,
2263
+ isAwaitingResponse: k,
2264
+ sendMessage: y,
2265
+ isLoading: F,
2266
+ chatId: G,
2267
+ lastError: v
2268
+ } = b1(e, o), { mutate: U, isLoading: D } = tt(G), [_, V] = L(!1), [J, be] = L(!1), xe = () => V(!0), W = () => V(!1), X = () => {
2269
+ U(), W();
2270
+ }, I = Y(null), ae = Y(null), ye = () => {
2271
+ if (!(I != null && I.current))
2228
2272
  return;
2229
- const { scrollTop: y, clientHeight: A, scrollHeight: Ie } = H.current;
2230
- if (y === void 0 || A === void 0 || Ie === void 0)
2273
+ const { scrollTop: R, clientHeight: q, scrollHeight: De } = I.current;
2274
+ if (R === void 0 || q === void 0 || De === void 0)
2231
2275
  return;
2232
- const Fe = Ie - y - A > A / 2;
2233
- G !== Fe && se(Fe);
2276
+ const Pe = De - R - q > q / 2;
2277
+ J !== Pe && be(Pe);
2234
2278
  };
2235
- ce(() => {
2236
- H.current && (H.current.scrollTop = H.current.scrollHeight);
2237
- }, [h, F, v]);
2238
- const be = J(null), K = i ? /* @__PURE__ */ n(
2239
- ct,
2279
+ ue(() => {
2280
+ I.current && (I.current.scrollTop = I.current.scrollHeight);
2281
+ }, [m, _, k]);
2282
+ const ee = Y(null), le = s ? /* @__PURE__ */ n(
2283
+ dt,
2240
2284
  {
2241
- ref: be,
2285
+ ref: ee,
2242
2286
  title: e,
2243
- leftNav: t && /* @__PURE__ */ n($o, { onClick: t, color: c.aiChat.header.textColor }),
2244
- rightNav: /* @__PURE__ */ n(dt, {}),
2245
- style: c.aiChat.header
2287
+ leftNav: t && /* @__PURE__ */ n(Ho, { onClick: t, color: l.aiChat.header.textColor }),
2288
+ rightNav: /* @__PURE__ */ n(ut, {}),
2289
+ style: l.aiChat.header
2246
2290
  }
2247
- ) : null, xe = D(
2291
+ ) : null, O = H(
2248
2292
  () => [
2249
2293
  ...new Set(
2250
- h.filter((y) => y.role === "user").filter((y) => !C.includes(y.content)).map((y) => y.content).reverse()
2294
+ m.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse()
2251
2295
  )
2252
2296
  ].slice(0, a),
2253
- [h, a, C]
2297
+ [m, a, C]
2254
2298
  );
2255
- return (N == null ? void 0 : N.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ g(I, { children: [
2256
- i && K,
2257
- /* @__PURE__ */ n(st, { text: N.message })
2258
- ] }) : /* @__PURE__ */ g(I, { children: [
2259
- K,
2260
- /* @__PURE__ */ g(Vo, { ref: H, theme: c, onScroll: me, children: [
2299
+ return (v == null ? void 0 : v.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(N, { children: [
2300
+ s && le,
2301
+ /* @__PURE__ */ n(it, { text: v.message })
2302
+ ] }) : /* @__PURE__ */ p(N, { children: [
2303
+ le,
2304
+ /* @__PURE__ */ p(Yo, { ref: I, theme: l, onScroll: ye, children: [
2261
2305
  /* @__PURE__ */ n(
2262
- Go,
2306
+ Ko,
2263
2307
  {
2264
- isVisible: G,
2265
- anchorElement: _.current,
2308
+ isVisible: J,
2309
+ anchorElement: ae.current,
2266
2310
  onClick: () => {
2267
- var y, A;
2268
- (A = H.current) == null || A.scroll({
2269
- top: (y = H.current) == null ? void 0 : y.scrollHeight,
2311
+ var R, q;
2312
+ (q = I.current) == null || q.scroll({
2313
+ top: (R = I.current) == null ? void 0 : R.scrollHeight,
2270
2314
  behavior: "smooth"
2271
2315
  });
2272
2316
  }
2273
2317
  }
2274
2318
  ),
2275
- /* @__PURE__ */ n(z1, {}),
2319
+ /* @__PURE__ */ n(Z1, {}),
2276
2320
  /* @__PURE__ */ n(
2277
- Fo,
2321
+ qo,
2278
2322
  {
2279
- questions: C,
2280
- isLoading: d,
2281
- onSelection: S
2323
+ questions: C || [],
2324
+ isLoading: g,
2325
+ onSelection: y
2282
2326
  }
2283
2327
  ),
2284
- N && /* @__PURE__ */ n(z, { align: "left", children: N.message }),
2285
- x ? /* @__PURE__ */ n(ge, {}) : /* @__PURE__ */ n(Lo, { messages: h }),
2286
- r && b && /* @__PURE__ */ n(Qo, { theme: c, children: b.followupQuestions.slice(0, 2).map((y, A) => /* @__PURE__ */ n(
2287
- de,
2328
+ v && /* @__PURE__ */ n(z, { align: "left", children: v.message }),
2329
+ F ? /* @__PURE__ */ n(fe, {}) : /* @__PURE__ */ n(No, { messages: m }),
2330
+ i && x && /* @__PURE__ */ n(Xo, { theme: l, children: x.followupQuestions.slice(0, 2).map((R, q) => /* @__PURE__ */ n(
2331
+ he,
2288
2332
  {
2289
2333
  align: "left",
2290
2334
  onClick: () => {
2291
- S(y);
2335
+ y(R);
2292
2336
  },
2293
- children: /* @__PURE__ */ n("div", { className: "csdk-py-[7px] csdk-px-4", children: y })
2337
+ children: /* @__PURE__ */ n("div", { className: "csdk-py-[7px] csdk-px-4", children: R })
2294
2338
  },
2295
- A
2339
+ q
2296
2340
  )) }),
2297
- (v || q) && /* @__PURE__ */ n(Ne, {}),
2298
- F && /* @__PURE__ */ n(
2299
- _1,
2341
+ (k || D) && /* @__PURE__ */ n(Fe, {}),
2342
+ _ && /* @__PURE__ */ n(
2343
+ U1,
2300
2344
  {
2301
- onCancel: X,
2302
- onConfirm: U
2345
+ onCancel: W,
2346
+ onConfirm: X
2303
2347
  }
2304
2348
  )
2305
2349
  ] }),
2306
- /* @__PURE__ */ g(jo, { ref: _, theme: c, children: [
2350
+ /* @__PURE__ */ p(Jo, { ref: ae, theme: l, children: [
2307
2351
  /* @__PURE__ */ n(
2308
- A1,
2352
+ q1,
2309
2353
  {
2310
- onSendMessage: S,
2311
- disabled: v || x,
2312
- onClearHistoryClick: fe,
2313
- suggestions: C,
2314
- recentPrompts: xe,
2315
- isLoading: d || x,
2316
- recommendationsError: p,
2317
- onChange: X
2354
+ onSendMessage: y,
2355
+ disabled: k || F,
2356
+ onClearHistoryClick: xe,
2357
+ suggestions: C || [],
2358
+ recentPrompts: O,
2359
+ isLoading: g || F,
2360
+ recommendationsError: u,
2361
+ onChange: W
2318
2362
  }
2319
2363
  ),
2320
- /* @__PURE__ */ n(qo, { theme: c })
2364
+ /* @__PURE__ */ n(Go, { theme: l })
2321
2365
  ] })
2322
2366
  ] });
2323
2367
  }
2324
- const _o = u.button`
2368
+ const tn = h.button`
2325
2369
  font-family: ${({ theme: e }) => e.typography.fontFamily};
2326
2370
  padding: 20px;
2327
2371
  border: none;
@@ -2334,38 +2378,38 @@ const _o = u.button`
2334
2378
  cursor: pointer;
2335
2379
 
2336
2380
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2337
- `, Ko = u.div`
2381
+ `, on = h.div`
2338
2382
  font-size: 1.05rem;
2339
2383
  line-height: 28px;
2340
2384
 
2341
2385
  color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2342
- `, Yo = u.div`
2386
+ `, nn = h.div`
2343
2387
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2344
2388
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2345
2389
 
2346
- color: ${({ theme: e }) => Qe(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2347
- `, Jo = u.div`
2390
+ color: ${({ theme: e }) => Ue(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2391
+ `, rn = h.div`
2348
2392
  width: 16px;
2349
2393
  height: 16px;
2350
2394
  transform: rotate(180deg);
2351
2395
  `;
2352
- function Xo(e) {
2353
- const { title: t, description: o, onClick: r } = e, { themeSettings: i } = m();
2354
- return /* @__PURE__ */ g(_o, { onClick: r, theme: i, children: [
2355
- /* @__PURE__ */ g("div", { children: [
2356
- /* @__PURE__ */ n(Ko, { theme: i, children: t }),
2357
- /* @__PURE__ */ n(Yo, { theme: i, children: o })
2396
+ function sn(e) {
2397
+ const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
2398
+ return /* @__PURE__ */ p(tn, { onClick: r, theme: i, children: [
2399
+ /* @__PURE__ */ p("div", { children: [
2400
+ /* @__PURE__ */ n(on, { theme: i, children: t }),
2401
+ /* @__PURE__ */ n(nn, { theme: i, children: o })
2358
2402
  ] }),
2359
- /* @__PURE__ */ n(Jo, { children: /* @__PURE__ */ n(lt, { color: i.aiChat.icons.color }) })
2403
+ /* @__PURE__ */ n(rn, { children: /* @__PURE__ */ n(ct, { color: i.aiChat.icons.color }) })
2360
2404
  ] });
2361
2405
  }
2362
- const en = u.div`
2406
+ const an = h.div`
2363
2407
  padding: 20px;
2364
2408
  display: flex;
2365
2409
  flex-direction: column;
2366
2410
  gap: 20px;
2367
2411
  overflow: auto;
2368
- `, tn = u.div`
2412
+ `, ln = h.div`
2369
2413
  font-size: 24px;
2370
2414
  line-height: 32px;
2371
2415
  font-weight: 600;
@@ -2373,29 +2417,29 @@ const en = u.div`
2373
2417
  padding-bottom: 4px;
2374
2418
 
2375
2419
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2376
- `, on = u.div`
2420
+ `, cn = h.div`
2377
2421
  font-size: 15px;
2378
2422
  line-height: 22px;
2379
2423
 
2380
2424
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2381
2425
  `;
2382
- function nn(e) {
2383
- const { dataTopics: t } = e, { themeSettings: o } = m(), { t: r } = w();
2384
- return /* @__PURE__ */ g(en, { children: [
2385
- /* @__PURE__ */ n(tn, { theme: o, children: r("ai.dataTopics") }),
2386
- /* @__PURE__ */ g(on, { theme: o, children: [
2426
+ function dn(e) {
2427
+ const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = w();
2428
+ return /* @__PURE__ */ p(an, { children: [
2429
+ /* @__PURE__ */ n(ln, { theme: o, children: r("ai.dataTopics") }),
2430
+ /* @__PURE__ */ p(cn, { theme: o, children: [
2387
2431
  r("ai.chatbotDescription"),
2388
2432
  /* @__PURE__ */ n("br", {}),
2389
2433
  /* @__PURE__ */ n("br", {}),
2390
2434
  r("ai.topicSelectPrompt")
2391
2435
  ] }),
2392
- t.map((i) => /* @__PURE__ */ Vt(Xo, L(M({}, i), { key: i.title })))
2436
+ t.map((i) => /* @__PURE__ */ Qt(sn, $(S({}, i), { key: i.title })))
2393
2437
  ] });
2394
2438
  }
2395
- const rn = "#000000", sn = "#FFFFFF";
2396
- function an({ isDarkBackground: e = !1 }) {
2397
- const t = e ? sn : rn;
2398
- return /* @__PURE__ */ g(
2439
+ const un = "#000000", hn = "#FFFFFF";
2440
+ function pn({ isDarkBackground: e = !1 }) {
2441
+ const t = e ? hn : un;
2442
+ return /* @__PURE__ */ p(
2399
2443
  "svg",
2400
2444
  {
2401
2445
  width: "32",
@@ -2520,10 +2564,10 @@ function an({ isDarkBackground: e = !1 }) {
2520
2564
  }
2521
2565
  );
2522
2566
  }
2523
- const ln = u.div`
2567
+ const gn = h.div`
2524
2568
  margin-left: 14px;
2525
2569
  margin-top: 3px;
2526
- `, cn = u.div`
2570
+ `, Cn = h.div`
2527
2571
  display: flex;
2528
2572
  flex-direction: column;
2529
2573
  justify-content: top;
@@ -2532,93 +2576,98 @@ const ln = u.div`
2532
2576
 
2533
2577
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
2534
2578
  `;
2535
- function dn({ dataTopicsList: e, onDataTopicClick: t }) {
2536
- const { enableHeader: o } = W(), { themeSettings: r } = m(), { t: i } = w(), a = D(() => e == null ? void 0 : e.map((c) => ({
2579
+ function fn({ dataTopicsList: e, onDataTopicClick: t }) {
2580
+ const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = w(), s = H(() => e == null ? void 0 : e.map((c) => ({
2537
2581
  title: c,
2538
2582
  onClick: () => t(c)
2539
- })), [e, t]), s = Kt(Yt(r.aiChat.header.backgroundColor)) > 0.5;
2540
- return /* @__PURE__ */ g(I, { children: [
2583
+ })), [e, t]), a = Jt(Xt(r.aiChat.header.backgroundColor)) > 0.5;
2584
+ return /* @__PURE__ */ p(N, { children: [
2541
2585
  o ? /* @__PURE__ */ n(
2542
- ct,
2586
+ dt,
2543
2587
  {
2544
2588
  title: i("ai.analyticsChatbot"),
2545
- leftNav: /* @__PURE__ */ n(ln, { children: /* @__PURE__ */ n(an, { isDarkBackground: s }) }),
2546
- rightNav: /* @__PURE__ */ n(dt, {}),
2589
+ leftNav: /* @__PURE__ */ n(gn, { children: /* @__PURE__ */ n(pn, { isDarkBackground: a }) }),
2590
+ rightNav: /* @__PURE__ */ n(ut, {}),
2547
2591
  style: r.aiChat.header
2548
2592
  }
2549
2593
  ) : null,
2550
- /* @__PURE__ */ g(cn, { theme: r, children: [
2551
- !a && /* @__PURE__ */ n(ge, {}),
2552
- a && /* @__PURE__ */ n(nn, { dataTopics: a })
2594
+ /* @__PURE__ */ p(Cn, { theme: r, children: [
2595
+ !s && /* @__PURE__ */ n(fe, {}),
2596
+ s && /* @__PURE__ */ n(dn, { dataTopics: s })
2553
2597
  ] })
2554
2598
  ] });
2555
2599
  }
2556
- function un() {
2557
- const [e, t] = $([]), [o, r] = $(), [i, a] = $(), { data: s, fetchStatus: c } = nt(), { dataTopicsList: l } = W(), { t: d } = w();
2558
- oe(() => {
2559
- if (s && c === "idle") {
2560
- let h = s;
2561
- l && l.length && (h = s == null ? void 0 : s.filter((b) => l == null ? void 0 : l.includes(b.title))), t(h.map((b) => b.title)), h.length ? h.length === 1 && (a(void 0), r(h[0].title)) : a(d("ai.errors.noAvailableDataTopics"));
2600
+ function mn() {
2601
+ const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = h1(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = w(), d = l("ai.errors.noAvailableDataTopics"), g = M(
2602
+ (x) => {
2603
+ x.length ? x.length === 1 && (r(void 0), t(x[0])) : r(d);
2604
+ },
2605
+ [d]
2606
+ ), u = H(() => {
2607
+ if (i && s === "idle") {
2608
+ const k = (a != null && a.length ? i == null ? void 0 : i.filter((y) => a == null ? void 0 : a.includes(y.title)) : i).map((y) => y.title);
2609
+ return g(k), k;
2562
2610
  }
2563
- }, [s, l, c, d]);
2564
- const p = te(), C = T(() => {
2565
- a(void 0), p.invalidateQueries(["getDataTopics"]);
2566
- }, [p]);
2567
- return i ? /* @__PURE__ */ n(
2568
- st,
2611
+ return [];
2612
+ }, [i, s, a, g]), C = oe(), m = M(() => {
2613
+ r(void 0), C.invalidateQueries(["getDataTopics"]);
2614
+ }, [C]);
2615
+ return o ? /* @__PURE__ */ n(
2616
+ it,
2569
2617
  {
2570
- text: i,
2571
- action: { text: d("ai.buttons.refresh"), onClick: C }
2618
+ text: o,
2619
+ action: { text: l("ai.buttons.refresh"), onClick: m }
2572
2620
  }
2573
- ) : e.length === 1 && !o ? /* @__PURE__ */ n(ge, {}) : o ? /* @__PURE__ */ n(
2574
- Uo,
2621
+ ) : u.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(
2622
+ en,
2575
2623
  {
2576
- contextTitle: o,
2577
- onGoBack: e.length === 1 ? void 0 : () => r(void 0)
2624
+ contextTitle: e,
2625
+ contextDetails: c,
2626
+ onGoBack: u.length === 1 ? void 0 : () => t(void 0)
2578
2627
  }
2579
2628
  ) : /* @__PURE__ */ n(
2580
- dn,
2629
+ fn,
2581
2630
  {
2582
- dataTopicsList: e,
2583
- onDataTopicClick: (h) => r(h)
2631
+ dataTopicsList: u,
2632
+ onDataTopicClick: (x) => t(x)
2584
2633
  }
2585
2634
  );
2586
2635
  }
2587
- const En = $e({
2636
+ const Dn = Re({
2588
2637
  componentName: "Chatbot"
2589
2638
  })((e) => {
2590
- const { width: t, height: o, config: r } = e, { themeSettings: i } = m();
2591
- return /* @__PURE__ */ n(p1, { value: r != null ? r : {}, children: /* @__PURE__ */ n(
2592
- S1,
2639
+ const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
2640
+ return /* @__PURE__ */ n(d1, { value: r != null ? r : {}, children: /* @__PURE__ */ n(
2641
+ k1,
2593
2642
  {
2594
2643
  id: "csdk-chatbot-frame",
2595
2644
  width: t,
2596
2645
  height: o,
2597
2646
  theme: i,
2598
2647
  tabIndex: 0,
2599
- children: /* @__PURE__ */ n(un, {})
2648
+ children: /* @__PURE__ */ n(mn, {})
2600
2649
  }
2601
2650
  ) });
2602
- }), Nn = $e({
2651
+ }), Pn = Re({
2603
2652
  componentName: "GetNlgInsights"
2604
2653
  })(function(t) {
2605
- const { data: o, isLoading: r, isError: i } = ne(t), { t: a } = w();
2654
+ const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
2606
2655
  if (i)
2607
- return /* @__PURE__ */ n(I, { children: a("ai.errors.unexpected") });
2608
- const s = o != null ? o : "Oops, no data came back for that.";
2609
- return /* @__PURE__ */ n(Ce, { text: r ? "Loading..." : s });
2610
- }), Hn = $e({
2656
+ return /* @__PURE__ */ n(N, { children: s("ai.errors.unexpected") });
2657
+ const a = o != null ? o : "Oops, no data came back for that.";
2658
+ return /* @__PURE__ */ n(me, { text: r ? "Loading..." : a });
2659
+ }), Wn = Re({
2611
2660
  componentName: "GetNlgQueryResult"
2612
2661
  })(function(t) {
2613
- const { data: o, isLoading: r, isError: i } = ne(t), { t: a } = w();
2662
+ const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
2614
2663
  if (i)
2615
- return /* @__PURE__ */ n(I, { children: a("ai.errors.unexpected") });
2616
- const s = o != null ? o : "Oops, no data came back for that.";
2617
- return /* @__PURE__ */ n(Ce, { text: r ? "Loading..." : s });
2664
+ return /* @__PURE__ */ n(N, { children: s("ai.errors.unexpected") });
2665
+ const a = o != null ? o : "Oops, no data came back for that.";
2666
+ return /* @__PURE__ */ n(me, { text: r ? "Loading..." : a });
2618
2667
  });
2619
- function hn({ theme: e }) {
2668
+ function bn({ theme: e }) {
2620
2669
  const t = e.general.brandColor;
2621
- return /* @__PURE__ */ g(
2670
+ return /* @__PURE__ */ p(
2622
2671
  "svg",
2623
2672
  {
2624
2673
  xmlns: "http://www.w3.org/2000/svg",
@@ -2658,17 +2707,17 @@ function hn({ theme: e }) {
2658
2707
  }
2659
2708
  );
2660
2709
  }
2661
- const pn = u.div`
2710
+ const xn = h.div`
2662
2711
  display: flex;
2663
2712
  flex-direction: row;
2664
2713
  align-items: center;
2665
2714
  gap: 10px;
2666
2715
  margin: 24px 0;
2667
2716
  max-width: 640px;
2668
- `, gn = u.div`
2717
+ `, yn = h.div`
2669
2718
  align-self: flex-start;
2670
- `, Cn = ({ summary: e, nlgRequest: t }) => {
2671
- const { themeSettings: o } = m();
2719
+ `, vn = ({ summary: e, nlgRequest: t }) => {
2720
+ const { themeSettings: o } = b();
2672
2721
  return /* @__PURE__ */ n(
2673
2722
  Le,
2674
2723
  {
@@ -2676,59 +2725,65 @@ const pn = u.div`
2676
2725
  data: t,
2677
2726
  type: "chart/insights",
2678
2727
  buttonVisibility: "always",
2679
- renderContent: (r) => /* @__PURE__ */ g(pn, { theme: o, children: [
2680
- /* @__PURE__ */ n(gn, { theme: o, children: /* @__PURE__ */ n(hn, { theme: o }) }),
2681
- /* @__PURE__ */ n(Ce, { text: e }),
2728
+ renderContent: (r) => /* @__PURE__ */ p(xn, { theme: o, children: [
2729
+ /* @__PURE__ */ n(yn, { theme: o, children: /* @__PURE__ */ n(bn, { theme: o }) }),
2730
+ /* @__PURE__ */ n(me, { text: e }),
2682
2731
  r
2683
2732
  ] })
2684
2733
  }
2685
2734
  );
2686
- }, In = ({ nlqResponse: e, onDataReady: t, filters: o = [] }) => {
2687
- e.queryTitle = At(e.queryTitle);
2688
- const { connectToWidgetProps: r } = Zt({
2689
- initialFilters: o
2690
- }), [i, a] = $(null);
2691
- oe(() => {
2692
- const p = pe(e, {
2735
+ }, On = ({
2736
+ nlqResponse: e,
2737
+ onDataReady: t,
2738
+ styleOptions: o,
2739
+ filters: r = []
2740
+ }) => {
2741
+ e.queryTitle = Zt(e.queryTitle);
2742
+ const { connectToWidgetProps: i } = zt({
2743
+ initialFilters: r
2744
+ }), [s, a] = L(null);
2745
+ ne(() => {
2746
+ const u = Ce(e, {
2693
2747
  useCustomizedStyleOptions: !0
2694
2748
  });
2695
- if (!p)
2749
+ if (!u)
2696
2750
  a(null);
2697
2751
  else {
2698
- const C = r(p, {
2752
+ o && u.styleOptions && (u.styleOptions = e1(u.styleOptions, o));
2753
+ const C = i(u, {
2699
2754
  shouldAffectFilters: !1,
2700
2755
  applyMode: "filter"
2701
2756
  });
2702
2757
  a(C);
2703
2758
  }
2704
- }, [e, r]);
2705
- const s = D(() => {
2706
- const p = i && Se(i) ? Jt(i == null ? void 0 : i.filters) : [], C = e.jaql.metadata.filter((h) => !h.jaql.filter).concat(
2707
- p.filter((h) => !h.config.disabled).map((h) => h.jaql())
2759
+ }, [e, i, o]);
2760
+ const c = H(() => {
2761
+ const u = s && Me(s) ? Gt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(
2762
+ u.filter((m) => !m.config.disabled).map((m) => m.jaql())
2708
2763
  );
2709
- return L(M({}, e), { jaql: L(M({}, e.jaql), { metadata: C }) });
2710
- }, [e, i]), { data: c, isLoading: l, isError: d } = ne(s);
2711
- return l || !i ? /* @__PURE__ */ n(Ne, {}) : Se(i) ? /* @__PURE__ */ n(
2712
- ee,
2713
- L(M({}, i), {
2764
+ return $(S({}, e), { jaql: $(S({}, e.jaql), { metadata: C }), verbosity: "Low" });
2765
+ }, [e, s]), { data: l, isLoading: d, isError: g } = re(c);
2766
+ return d || !s ? /* @__PURE__ */ n(Fe, {}) : Me(s) ? /* @__PURE__ */ n(
2767
+ te,
2768
+ $(S({}, s), {
2714
2769
  highlightSelectionDisabled: !0,
2715
2770
  onDataReady: t,
2716
- topSlot: c && !d && /* @__PURE__ */ n(Cn, { nlgRequest: s, summary: c })
2771
+ topSlot: l && !g && /* @__PURE__ */ n(vn, { nlgRequest: c, summary: l })
2717
2772
  })
2718
- ) : /* @__PURE__ */ n(I, {});
2773
+ ) : /* @__PURE__ */ n(N, {});
2719
2774
  };
2720
2775
  export {
2721
- kn as AiContextProvider,
2722
- En as Chatbot,
2723
- Nn as GetNlgInsights,
2724
- Hn as GetNlgQueryResult,
2725
- In as NlqChartWidget,
2726
- x1 as useChatSession,
2727
- Rn as useGetDataSourceFields,
2728
- Sn as useGetNlgInsights,
2729
- Mn as useGetNlgQueryResult,
2730
- Ln as useGetNlqResult,
2731
- $n as useGetQueryRecommendations,
2732
- Tn as useLastNlqResponse
2776
+ Tn as AiContextProvider,
2777
+ Dn as Chatbot,
2778
+ Pn as GetNlgInsights,
2779
+ Wn as GetNlgQueryResult,
2780
+ On as NlqChartWidget,
2781
+ b1 as useChatSession,
2782
+ Bn as useGetDataSourceFields,
2783
+ En as useGetNlgInsights,
2784
+ In as useGetNlgQueryResult,
2785
+ Nn as useGetNlqResult,
2786
+ Hn as useGetQueryRecommendations,
2787
+ Fn as useLastNlqResponse
2733
2788
  };
2734
- (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.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}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--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{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--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{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--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-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--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{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--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{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--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{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--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{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--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}.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-scattermap-tooltip-row{display:flex;justify-content:space-between}._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}._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(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2789
+ (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.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}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--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{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--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{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--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{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--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{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--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{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--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{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--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{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--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}.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-scattermap-tooltip-row{display:flex;justify-content:space-between}._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}._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(t){console.error("vite-plugin-css-injected-by-js",t)}})();