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