@sisense/sdk-ui-preact 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.
package/dist/ai.js CHANGED
@@ -1,46 +1,46 @@
1
- import { a$ as ke, aG as Ze, d_ as ft, bg as kt, b8 as Oe, aM as wt, d$ as _t, bK as Ct, g as yt, d as pe, e0 as vt, e1 as Mt, C as F, u as B, e2 as Be, P as m, a7 as It, G as De, z as g, I as S, aH as $e, e3 as Dt, B as Pe, E as Fe, j as Ae, Y as f, k as a, V as _, n as N, a as At, e4 as St, aj as Lt, F as $, e5 as Nt, q as z, M as we, e6 as Tt, ax as jt, ah as zt, br as P, x as M, au as ge, p as I, _ as V, W as Ce, e7 as Et, e8 as Zt, a1 as Ot, a4 as ye, e9 as Rt, a5 as K, bG as Wt, ea as Gt, aF as Ve, X as qt, cN as Yt, eb as ee, co as le, ec as Ht, ed as Ut, ee as Qe, ef as Bt, eg as $t, bS as Pt, bT as Ft, eh as Vt, dA as Qt, ei as Jt, ej as Xt, ek as Kt, c7 as ea, ck as ta, el as aa, ci as Je, N as ra, Z as ia, em as oa, cg as na } from "./useQuery-CdtycPOg-6bf8b29e.js";
2
- var la = Object.defineProperty, Re = Object.getOwnPropertySymbols, ca = Object.prototype.hasOwnProperty, da = Object.prototype.propertyIsEnumerable, We = (e, t, r) => t in e ? la(e, t, {
1
+ import { a$ as _e, aF as de, eb as _t, bl as Ct, b8 as Ge, cd as Me, aL as yt, ec as vt, bI as Mt, aa as It, f as ue, e as u, v as A, h as Dt, i as he, ed as At, ee as St, l as J, j as U, ef as Fe, P as m, aG as Ve, eg as Lt, k as Qe, r as Je, F as Ne, Y as f, u as a, O as y, m as N, q as j, eh as Nt, au as jt, ai as Tt, bw as F, x as C, ar as be, p as M, b as X, W as Ie, U as zt, ei as Et, aD as Zt, a as B, ej as Ot, B as Ce, ek as Rt, el as Wt, a4 as Gt, a7 as De, em as qt, a8 as te, aC as je, X as Yt, cV as Ht, en as ae, cj as Ut, eo as Pt, ct as se, ep as Bt, eq as $t, er as Xe, es as Ft, et as Vt, bV as Qt, bW as Jt, eu as Xt, ev as Kt, ew as ea, dR as ta, ca as aa, bU as ra, ex as ia, ey as oa, cp as Ke, I as na, Q as la, ez as ca, cn as da } from "./use-common-filters-CHBXz5rL-4616d63c.js";
2
+ var sa = Object.defineProperty, pa = Object.defineProperties, ga = Object.getOwnPropertyDescriptors, qe = Object.getOwnPropertySymbols, ua = Object.prototype.hasOwnProperty, ha = Object.prototype.propertyIsEnumerable, Ye = (e, t, r) => t in e ? sa(e, t, {
3
3
  enumerable: !0,
4
4
  configurable: !0,
5
5
  writable: !0,
6
6
  value: r
7
- }) : e[t] = r, ce = (e, t) => {
7
+ }) : e[t] = r, P = (e, t) => {
8
8
  for (var r in t || (t = {}))
9
- ca.call(t, r) && We(e, r, t[r]);
10
- if (Re)
11
- for (var r of Re(t))
12
- da.call(t, r) && We(e, r, t[r]);
9
+ ua.call(t, r) && Ye(e, r, t[r]);
10
+ if (qe)
11
+ for (var r of qe(t))
12
+ ha.call(t, r) && Ye(e, r, t[r]);
13
13
  return e;
14
- };
15
- class sa extends _t {
14
+ }, ye = (e, t) => pa(e, ga(t));
15
+ class ba extends vt {
16
16
  constructor(t, r) {
17
17
  var i;
18
- super((i = t.jaql.title) !== null && i !== void 0 ? i : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType = Ct(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
18
+ super((i = t.jaql.title) !== null && i !== void 0 ? i : "", r), this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType = Mt(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
19
19
  }
20
20
  get id() {
21
21
  return this.expression;
22
22
  }
23
- jaql() {
24
- return this.metadataItem;
23
+ jaql(t) {
24
+ return t === !0 ? this.metadataItem.jaql : this.metadataItem;
25
25
  }
26
26
  }
27
- const pa = {
28
- text: ke.TextAttribute,
29
- numeric: ke.NumericAttribute,
30
- datetime: ke.DateLevel
27
+ const ma = {
28
+ text: _e.TextAttribute,
29
+ numeric: _e.NumericAttribute,
30
+ datetime: _e.DateLevel
31
31
  };
32
- function Xe(e) {
32
+ function et(e) {
33
33
  var t;
34
- return new sa(e, (t = pa[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
34
+ return new ba(e, (t = ma[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
35
35
  }
36
- function ga(e) {
36
+ function xa(e) {
37
37
  return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
38
38
  }
39
- const ua = (e) => ({
39
+ const fa = (e) => ({
40
40
  dataOptions: {
41
- columns: e.map(Xe)
41
+ columns: e.map(et)
42
42
  }
43
- }), ha = Object.freeze({
43
+ }), ka = Object.freeze({
44
44
  convolution: {
45
45
  enabled: !0,
46
46
  selectedConvolutionType: "bySlicesCount",
@@ -61,80 +61,84 @@ const ua = (e) => ({
61
61
  xAxis: {
62
62
  gridLines: !1
63
63
  }
64
- }), Ge = Object.freeze({
64
+ }), He = Object.freeze({
65
65
  line: "line/spline",
66
66
  pie: "pie/donut",
67
67
  bar: "bar/stacked",
68
68
  column: "column/stackedcolumn"
69
- }), ba = (e, t) => {
70
- const {
71
- axesMapping: r = {},
72
- chartFamily: i
73
- } = t, o = e.reduce((l, d) => (l[d.jaql.title] = d, l), {}), n = Object.entries(r).reduce((l, d) => {
74
- const [c, s] = d;
75
- return l[`${c}`] = Array.isArray(s) ? s.map((u) => {
76
- var p, h;
77
- const b = o[u.name];
69
+ }), wa = (e, t, r) => {
70
+ const i = e.reduce((n, l) => (n[l.jaql.title] = l, n), {}), o = Object.entries(r).reduce((n, l) => {
71
+ const [d, c] = l;
72
+ return n[`${d}`] = Array.isArray(c) ? c.map((s) => {
73
+ var g, p;
74
+ const h = Me(s);
75
+ delete h.enabled;
76
+ const b = i[h.column.name];
78
77
  if (!b)
79
78
  return {
80
79
  column: {
81
80
  type: "",
82
- name: u.name
81
+ name: h.column.name
83
82
  }
84
83
  };
85
- const w = Xe(b);
84
+ const x = et(b);
86
85
  if (b.panel === "measures")
87
- return {
88
- column: w,
89
- sortType: "sortNone"
90
- };
91
- if (wt(w.type)) {
92
- const k = (h = (p = b.format) == null ? void 0 : p.mask) == null ? void 0 : h[b.jaql.level];
86
+ return ye(P({}, h), {
87
+ column: x
88
+ });
89
+ if (yt(x.type)) {
90
+ const k = (p = (g = b.format) == null ? void 0 : g.mask) == null ? void 0 : p[b.jaql.level];
93
91
  if (k)
94
- return {
95
- column: w,
92
+ return ye(P({}, h), {
93
+ column: x,
96
94
  dateFormat: k
97
- };
95
+ });
98
96
  }
99
- return w;
100
- }) : s, l;
97
+ return ye(P({}, h), {
98
+ column: x
99
+ });
100
+ }) : c, n;
101
101
  }, {});
102
- switch (i) {
102
+ switch (t) {
103
103
  case "cartesian":
104
- return ce({
104
+ return P({
105
105
  category: [],
106
106
  value: [],
107
107
  breakBy: []
108
- }, n);
108
+ }, o);
109
109
  case "categorical":
110
- return ce({
110
+ return P({
111
111
  category: [],
112
112
  value: []
113
- }, n);
113
+ }, o);
114
114
  case "scatter":
115
- return Object.keys(n).forEach((l) => {
116
- n[`${l}`] = n[`${l}`][0];
117
- }), n;
115
+ return Object.keys(o).forEach((n) => {
116
+ o[`${n}`] = o[`${n}`][0];
117
+ }), o;
118
118
  case "scattermap":
119
- return Object.keys(n).forEach((l) => {
120
- l !== "geo" && (n[`${l}`] = n[`${l}`][0]);
121
- }), n;
119
+ return Object.keys(o).forEach((n) => {
120
+ n !== "geo" && (o[`${n}`] = o[`${n}`][0]);
121
+ }), o;
122
122
  case "table":
123
- return Object.keys(n).length === 0 ? ua(e).dataOptions : n;
123
+ return Object.keys(o).length === 0 ? fa(e).dataOptions : o;
124
124
  case "boxplot":
125
125
  case "areamap":
126
126
  case "indicator":
127
127
  default:
128
- return n;
128
+ return o;
129
129
  }
130
- }, qe = (e, t) => {
130
+ }, Ue = (e, t) => {
131
131
  var r, i, o, n;
132
- return t === "x" ? (i = (r = e.axesMapping.category) != null ? r : e.axesMapping.x) == null ? void 0 : i.map((l) => l.name).join(", ") : (n = (o = e.axesMapping.value) != null ? o : e.axesMapping.y) == null ? void 0 : n.map((l) => l.name).join(", ");
133
- }, ma = (e, t, r = !0) => {
134
- const i = ba(e, t);
135
- let o;
136
- return r && t.chartType in Ge ? o = Ze(Ze(ha, {
137
- subtype: Ge[t.chartType]
132
+ return t === "x" ? (i = (r = e.axesMapping.category) != null ? r : e.axesMapping.x) == null ? void 0 : i.map((l) => Me(l).column.name).join(", ") : (n = (o = e.axesMapping.value) != null ? o : e.axesMapping.y) == null ? void 0 : n.map((l) => Me(l).column.name).join(", ");
133
+ }, _a = (e, t, r = !0) => {
134
+ const {
135
+ chartFamily: i,
136
+ axesMapping: o = {},
137
+ styleOptions: n = {}
138
+ } = t, l = wa(e, i, o);
139
+ let d;
140
+ return r && t.chartType in He ? d = de(de(ka, {
141
+ subtype: He[t.chartType]
138
142
  }), {
139
143
  legend: {
140
144
  enabled: !0,
@@ -143,34 +147,34 @@ const ua = (e) => ({
143
147
  yAxis: {
144
148
  title: {
145
149
  enabled: !0,
146
- text: qe(t, "y")
150
+ text: Ue(t, "y")
147
151
  }
148
152
  },
149
153
  xAxis: {
150
154
  title: {
151
155
  enabled: !0,
152
- text: qe(t, "x")
156
+ text: Ue(t, "x")
153
157
  }
154
158
  }
155
- }) : o = ft(), {
156
- dataOptions: i,
157
- chartStyleOptions: o
159
+ }, n) : d = de(_t(), n), {
160
+ dataOptions: l,
161
+ chartStyleOptions: d
158
162
  };
159
- }, xa = (e) => "chartType" in e ? e : {
163
+ }, Ca = (e) => "chartType" in e ? e : {
160
164
  chartType: "table",
161
165
  chartFamily: "table",
162
166
  axesMapping: {}
163
- }, fa = (e) => e.map((t) => kt(t.jaql)), ka = (e) => e.reduce((t, r) => {
164
- if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(Oe(r)), r.panel !== "scope") {
165
- const i = Oe(r);
167
+ }, ya = (e) => e.map((t) => Ct(t.jaql)), va = (e) => e.reduce((t, r) => {
168
+ if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(Ge(r)), r.panel !== "scope") {
169
+ const i = Ge(r);
166
170
  delete i.jaql.filter, t.metadataColumns.push(i);
167
171
  }
168
172
  return t;
169
173
  }, {
170
174
  metadataColumns: [],
171
175
  metadataFilters: []
172
- }), wa = (e, t) => {
173
- if (!ga(e))
176
+ }), Ma = (e, t) => {
177
+ if (!xa(e))
174
178
  try {
175
179
  const {
176
180
  useCustomizedStyleOptions: r = !1
@@ -185,7 +189,7 @@ const ua = (e) => ({
185
189
  id: c,
186
190
  type: s = "elasticube"
187
191
  }
188
- } = i, u = xa(o), p = u.chartType.toLowerCase(), h = {
192
+ } = i, g = Ca(o), p = g.chartType.toLowerCase(), h = {
189
193
  cornerRadius: "Small",
190
194
  header: {
191
195
  // remove info button and render empty toolbar instead
@@ -193,11 +197,11 @@ const ua = (e) => ({
193
197
  }
194
198
  }, {
195
199
  metadataColumns: b,
196
- metadataFilters: w
197
- } = ka(l), k = fa(w), {
198
- dataOptions: x,
199
- chartStyleOptions: E
200
- } = ma(b, u, r), A = ce(ce({}, E), h);
200
+ metadataFilters: x
201
+ } = va(l), k = ya(x), {
202
+ dataOptions: w,
203
+ chartStyleOptions: S
204
+ } = _a(b, g, r), O = P(P({}, S), h);
201
205
  return {
202
206
  widgetType: "chart",
203
207
  id: n,
@@ -208,36 +212,36 @@ const ua = (e) => ({
208
212
  id: c,
209
213
  type: s
210
214
  },
211
- dataOptions: x,
215
+ dataOptions: w,
212
216
  filters: k,
213
- styleOptions: A
217
+ styleOptions: O
214
218
  };
215
219
  } catch (r) {
216
220
  console.error(r);
217
221
  return;
218
222
  }
219
- }, ue = (e, t) => wa(e, t);
220
- var _a = Object.defineProperty, Ca = Object.defineProperties, ya = Object.getOwnPropertyDescriptors, de = Object.getOwnPropertySymbols, Ke = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable, ve = (e, t, r) => t in e ? _a(e, t, {
223
+ }, me = (e, t) => Ma(e, t);
224
+ var Ia = Object.defineProperty, Da = Object.defineProperties, Aa = Object.getOwnPropertyDescriptors, pe = Object.getOwnPropertySymbols, tt = Object.prototype.hasOwnProperty, at = Object.prototype.propertyIsEnumerable, Ae = (e, t, r) => t in e ? Ia(e, t, {
221
225
  enumerable: !0,
222
226
  configurable: !0,
223
227
  writable: !0,
224
228
  value: r
225
- }) : e[t] = r, C = (e, t) => {
229
+ }) : e[t] = r, v = (e, t) => {
226
230
  for (var r in t || (t = {}))
227
- Ke.call(t, r) && ve(e, r, t[r]);
228
- if (de)
229
- for (var r of de(t))
230
- et.call(t, r) && ve(e, r, t[r]);
231
+ tt.call(t, r) && Ae(e, r, t[r]);
232
+ if (pe)
233
+ for (var r of pe(t))
234
+ at.call(t, r) && Ae(e, r, t[r]);
231
235
  return e;
232
- }, v = (e, t) => Ca(e, ya(t)), va = (e, t) => {
236
+ }, I = (e, t) => Da(e, Aa(t)), Sa = (e, t) => {
233
237
  var r = {};
234
238
  for (var i in e)
235
- Ke.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
236
- if (e != null && de)
237
- for (var i of de(e))
238
- t.indexOf(i) < 0 && et.call(e, i) && (r[i] = e[i]);
239
+ tt.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
240
+ if (e != null && pe)
241
+ for (var i of pe(e))
242
+ t.indexOf(i) < 0 && at.call(e, i) && (r[i] = e[i]);
239
243
  return r;
240
- }, L = (e, t, r) => (ve(e, typeof t != "symbol" ? t + "" : t, r), r), Q = (e, t, r) => new Promise((i, o) => {
244
+ }, L = (e, t, r) => (Ae(e, typeof t != "symbol" ? t + "" : t, r), r), $ = (e, t, r) => new Promise((i, o) => {
241
245
  var n = (c) => {
242
246
  try {
243
247
  d(r.next(c));
@@ -252,354 +256,8 @@ var _a = Object.defineProperty, Ca = Object.defineProperties, ya = Object.getOwn
252
256
  }
253
257
  }, d = (c) => c.done ? i(c.value) : Promise.resolve(c.value).then(n, l);
254
258
  d((r = r.apply(e, t)).next());
255
- }), Ma = Vt("toLowerCase");
256
- function Ia(e) {
257
- return Qt("MuiDialog", e);
258
- }
259
- const _e = yt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), tt = /* @__PURE__ */ De({});
260
- process.env.NODE_ENV !== "production" && (tt.displayName = "DialogContext");
261
- const Da = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Aa = pe(vt, {
262
- name: "MuiDialog",
263
- slot: "Backdrop",
264
- overrides: (e, t) => t.backdrop
265
- })({
266
- // Improve scrollable dialog support.
267
- zIndex: -1
268
- }), Sa = (e) => {
269
- const {
270
- classes: t,
271
- scroll: r,
272
- maxWidth: i,
273
- fullWidth: o,
274
- fullScreen: n
275
- } = e, l = {
276
- root: ["root"],
277
- container: ["container", `scroll${F(r)}`],
278
- paper: ["paper", `paperScroll${F(r)}`, `paperWidth${F(String(i))}`, o && "paperFullWidth", n && "paperFullScreen"]
279
- };
280
- return Wt(l, Ia, t);
281
- }, La = pe(Mt, {
282
- name: "MuiDialog",
283
- slot: "Root",
284
- overridesResolver: (e, t) => t.root
285
- })({
286
- "@media print": {
287
- // Use !important to override the Modal inline-style.
288
- position: "absolute !important"
289
- }
290
- }), Na = pe("div", {
291
- name: "MuiDialog",
292
- slot: "Container",
293
- overridesResolver: (e, t) => {
294
- const {
295
- ownerState: r
296
- } = e;
297
- return [t.container, t[`scroll${F(r.scroll)}`]];
298
- }
299
- })(({
300
- ownerState: e
301
- }) => B({
302
- height: "100%",
303
- "@media print": {
304
- height: "auto"
305
- },
306
- // We disable the focus ring for mouse, touch and keyboard users.
307
- outline: 0
308
- }, e.scroll === "paper" && {
309
- display: "flex",
310
- justifyContent: "center",
311
- alignItems: "center"
312
- }, e.scroll === "body" && {
313
- overflowY: "auto",
314
- overflowX: "hidden",
315
- textAlign: "center",
316
- "&::after": {
317
- content: '""',
318
- display: "inline-block",
319
- verticalAlign: "middle",
320
- height: "100%",
321
- width: "0"
322
- }
323
- })), Ta = pe(Be, {
324
- name: "MuiDialog",
325
- slot: "Paper",
326
- overridesResolver: (e, t) => {
327
- const {
328
- ownerState: r
329
- } = e;
330
- return [t.paper, t[`scrollPaper${F(r.scroll)}`], t[`paperWidth${F(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
331
- }
332
- })(({
333
- theme: e,
334
- ownerState: t
335
- }) => B({
336
- margin: 32,
337
- position: "relative",
338
- overflowY: "auto",
339
- // Fix IE11 issue, to remove at some point.
340
- "@media print": {
341
- overflowY: "visible",
342
- boxShadow: "none"
343
- }
344
- }, t.scroll === "paper" && {
345
- display: "flex",
346
- flexDirection: "column",
347
- maxHeight: "calc(100% - 64px)"
348
- }, t.scroll === "body" && {
349
- display: "inline-block",
350
- verticalAlign: "middle",
351
- textAlign: "left"
352
- // 'initial' doesn't work on IE11
353
- }, !t.maxWidth && {
354
- maxWidth: "calc(100% - 64px)"
355
- }, t.maxWidth === "xs" && {
356
- maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
357
- [`&.${_e.paperScrollBody}`]: {
358
- [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
359
- maxWidth: "calc(100% - 64px)"
360
- }
361
- }
362
- }, t.maxWidth && t.maxWidth !== "xs" && {
363
- maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
364
- [`&.${_e.paperScrollBody}`]: {
365
- [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
366
- maxWidth: "calc(100% - 64px)"
367
- }
368
- }
369
- }, t.fullWidth && {
370
- width: "calc(100% - 64px)"
371
- }, t.fullScreen && {
372
- margin: 0,
373
- width: "100%",
374
- maxWidth: "100%",
375
- height: "100%",
376
- maxHeight: "none",
377
- borderRadius: 0,
378
- [`&.${_e.paperScrollBody}`]: {
379
- margin: 0,
380
- maxWidth: "100%"
381
- }
382
- })), at = /* @__PURE__ */ Pe(function(e, t) {
383
- const r = At({
384
- props: e,
385
- name: "MuiDialog"
386
- }), i = St(), o = {
387
- enter: i.transitions.duration.enteringScreen,
388
- exit: i.transitions.duration.leavingScreen
389
- }, {
390
- "aria-describedby": n,
391
- "aria-labelledby": l,
392
- BackdropComponent: d,
393
- BackdropProps: c,
394
- children: s,
395
- className: u,
396
- disableEscapeKeyDown: p = !1,
397
- fullScreen: h = !1,
398
- fullWidth: b = !1,
399
- maxWidth: w = "sm",
400
- onBackdropClick: k,
401
- onClick: x,
402
- onClose: E,
403
- open: A,
404
- PaperComponent: y = Be,
405
- PaperProps: R = {},
406
- scroll: Z = "paper",
407
- TransitionComponent: T = Gt,
408
- transitionDuration: G = o,
409
- TransitionProps: me
410
- } = r, xe = Lt(r, Da), q = B({}, r, {
411
- disableEscapeKeyDown: p,
412
- fullScreen: h,
413
- fullWidth: b,
414
- maxWidth: w,
415
- scroll: Z
416
- }), J = Sa(q), j = $(), ie = (Y) => {
417
- j.current = Y.target === Y.currentTarget;
418
- }, fe = (Y) => {
419
- x && x(Y), j.current && (j.current = null, k && k(Y), E && E(Y, "backdropClick"));
420
- }, X = Nt(l), oe = z(() => ({
421
- titleId: X
422
- }), [X]);
423
- return /* @__PURE__ */ a(La, B({
424
- className: we(J.root, u),
425
- closeAfterTransition: !0,
426
- components: {
427
- Backdrop: Aa
428
- },
429
- componentsProps: {
430
- backdrop: B({
431
- transitionDuration: G,
432
- as: d
433
- }, c)
434
- },
435
- disableEscapeKeyDown: p,
436
- onClose: E,
437
- open: A,
438
- ref: t,
439
- onClick: fe,
440
- ownerState: q
441
- }, xe, {
442
- children: /* @__PURE__ */ a(T, B({
443
- appear: !0,
444
- in: A,
445
- timeout: G,
446
- role: "presentation"
447
- }, me, {
448
- children: /* @__PURE__ */ a(Na, {
449
- className: we(J.container),
450
- onMouseDown: ie,
451
- ownerState: q,
452
- children: /* @__PURE__ */ a(Ta, B({
453
- as: y,
454
- elevation: 24,
455
- role: "dialog",
456
- "aria-describedby": n,
457
- "aria-labelledby": X
458
- }, R, {
459
- className: we(J.paper, R.className),
460
- ownerState: q,
461
- children: /* @__PURE__ */ a(tt.Provider, {
462
- value: oe,
463
- children: s
464
- })
465
- }))
466
- })
467
- }))
468
- }));
469
259
  });
470
- process.env.NODE_ENV !== "production" && (at.propTypes = {
471
- // ┌────────────────────────────── Warning ──────────────────────────────┐
472
- // │ These PropTypes are generated from the TypeScript type definitions. │
473
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
474
- // └─────────────────────────────────────────────────────────────────────┘
475
- /**
476
- * The id(s) of the element(s) that describe the dialog.
477
- */
478
- "aria-describedby": m.string,
479
- /**
480
- * The id(s) of the element(s) that label the dialog.
481
- */
482
- "aria-labelledby": m.string,
483
- /**
484
- * A backdrop component. This prop enables custom backdrop rendering.
485
- * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
486
- * Use the `slots.backdrop` prop to make your application ready for the next version of Material UI.
487
- * @default styled(Backdrop, {
488
- * name: 'MuiModal',
489
- * slot: 'Backdrop',
490
- * overridesResolver: (props, styles) => {
491
- * return styles.backdrop;
492
- * },
493
- * })({
494
- * zIndex: -1,
495
- * })
496
- */
497
- BackdropComponent: m.elementType,
498
- /**
499
- * @ignore
500
- */
501
- BackdropProps: m.object,
502
- /**
503
- * Dialog children, usually the included sub-components.
504
- */
505
- children: m.node,
506
- /**
507
- * Override or extend the styles applied to the component.
508
- */
509
- classes: m.object,
510
- /**
511
- * @ignore
512
- */
513
- className: m.string,
514
- /**
515
- * If `true`, hitting escape will not fire the `onClose` callback.
516
- * @default false
517
- */
518
- disableEscapeKeyDown: m.bool,
519
- /**
520
- * If `true`, the dialog is full-screen.
521
- * @default false
522
- */
523
- fullScreen: m.bool,
524
- /**
525
- * If `true`, the dialog stretches to `maxWidth`.
526
- *
527
- * Notice that the dialog width grow is limited by the default margin.
528
- * @default false
529
- */
530
- fullWidth: m.bool,
531
- /**
532
- * Determine the max-width of the dialog.
533
- * The dialog width grows with the size of the screen.
534
- * Set to `false` to disable `maxWidth`.
535
- * @default 'sm'
536
- */
537
- maxWidth: m.oneOfType([m.oneOf(["xs", "sm", "md", "lg", "xl", !1]), m.string]),
538
- /**
539
- * Callback fired when the backdrop is clicked.
540
- * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
541
- */
542
- onBackdropClick: m.func,
543
- /**
544
- * @ignore
545
- */
546
- onClick: m.func,
547
- /**
548
- * Callback fired when the component requests to be closed.
549
- *
550
- * @param {object} event The event source of the callback.
551
- * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
552
- */
553
- onClose: m.func,
554
- /**
555
- * If `true`, the component is shown.
556
- */
557
- open: m.bool.isRequired,
558
- /**
559
- * The component used to render the body of the dialog.
560
- * @default Paper
561
- */
562
- PaperComponent: m.elementType,
563
- /**
564
- * Props applied to the [`Paper`](/material-ui/api/paper/) element.
565
- * @default {}
566
- */
567
- PaperProps: m.object,
568
- /**
569
- * Determine the container for scrolling the dialog.
570
- * @default 'paper'
571
- */
572
- scroll: m.oneOf(["body", "paper"]),
573
- /**
574
- * The system prop that allows defining system overrides as well as additional CSS styles.
575
- */
576
- sx: m.oneOfType([m.arrayOf(m.oneOfType([m.func, m.object, m.bool])), m.func, m.object]),
577
- /**
578
- * The component used for the transition.
579
- * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
580
- * @default Fade
581
- */
582
- TransitionComponent: m.elementType,
583
- /**
584
- * The duration for the transition, in milliseconds.
585
- * You may specify a single timeout for all transitions, or individually with an object.
586
- * @default {
587
- * enter: theme.transitions.duration.enteringScreen,
588
- * exit: theme.transitions.duration.leavingScreen,
589
- * }
590
- */
591
- transitionDuration: m.oneOfType([m.number, m.shape({
592
- appear: m.number,
593
- enter: m.number,
594
- exit: m.number
595
- })]),
596
- /**
597
- * Props applied to the transition element.
598
- * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
599
- */
600
- TransitionProps: m.object
601
- });
602
- class ja extends Jt {
260
+ class La extends Xt {
603
261
  constructor(t, r) {
604
262
  super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
605
263
  }
@@ -609,7 +267,7 @@ class ja extends Jt {
609
267
  setOptions(t) {
610
268
  var r;
611
269
  const i = this.options;
612
- this.options = this.client.defaultMutationOptions(t), Xt(i, this.options) || this.client.getMutationCache().notify({
270
+ this.options = this.client.defaultMutationOptions(t), Kt(i, this.options) || this.client.getMutationCache().notify({
613
271
  type: "observerOptionsUpdated",
614
272
  mutation: this.currentMutation,
615
273
  observer: this
@@ -637,12 +295,12 @@ class ja extends Jt {
637
295
  });
638
296
  }
639
297
  mutate(t, r) {
640
- return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, v(C({}, this.options), {
298
+ return this.mutateOptions = r, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, I(v({}, this.options), {
641
299
  variables: typeof t < "u" ? t : this.options.variables
642
300
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
643
301
  }
644
302
  updateResult() {
645
- const t = this.currentMutation ? this.currentMutation.state : Kt(), r = v(C({}, t), {
303
+ const t = this.currentMutation ? this.currentMutation.state : ea(), r = I(v({}, t), {
646
304
  isLoading: t.status === "loading",
647
305
  isSuccess: t.status === "success",
648
306
  isError: t.status === "error",
@@ -653,7 +311,7 @@ class ja extends Jt {
653
311
  this.currentResult = r;
654
312
  }
655
313
  notify(t) {
656
- Qe.batch(() => {
314
+ Xe.batch(() => {
657
315
  if (this.mutateOptions && this.hasListeners()) {
658
316
  if (t.onSuccess) {
659
317
  var r, i, o, n;
@@ -664,41 +322,45 @@ class ja extends Jt {
664
322
  }
665
323
  }
666
324
  t.listeners && this.listeners.forEach(({
667
- listener: u
325
+ listener: g
668
326
  }) => {
669
- u(this.currentResult);
327
+ g(this.currentResult);
670
328
  });
671
329
  });
672
330
  }
673
331
  }
674
- function Se(e, t, r) {
675
- const i = Ht(e, t), o = ee({
332
+ function Te(e, t, r) {
333
+ const i = Bt(e, t), o = ae({
676
334
  context: i.context
677
- }), [n] = I(() => new ja(o, i));
678
- V(() => {
335
+ }), [n] = M(() => new La(o, i));
336
+ X(() => {
679
337
  n.setOptions(i);
680
338
  }, [n, i]);
681
- const l = Ut(M((c) => n.subscribe(Qe.batchCalls(c)), [n]), () => n.getCurrentResult(), () => n.getCurrentResult()), d = M((c, s) => {
682
- n.mutate(c, s).catch(za);
339
+ const l = $t(C((c) => n.subscribe(Xe.batchCalls(c)), [n]), () => n.getCurrentResult(), () => n.getCurrentResult()), d = C((c, s) => {
340
+ n.mutate(c, s).catch(Na);
683
341
  }, [n]);
684
- if (l.error && Bt(n.options.useErrorBoundary, [l.error]))
342
+ if (l.error && Ft(n.options.useErrorBoundary, [l.error]))
685
343
  throw l.error;
686
- return v(C({}, l), {
344
+ return I(v({}, l), {
687
345
  mutate: d,
688
346
  mutateAsync: l.mutate
689
347
  });
690
348
  }
691
- function za() {
349
+ function Na() {
692
350
  }
693
- class Ea {
694
- constructor(t) {
695
- L(this, "httpClient"), L(this, "getChatContexts", () => Q(this, null, function* () {
351
+ class ja {
352
+ constructor(t, r = !1) {
353
+ L(this, "httpClient"), L(this, "getChatContexts", () => $(this, null, function* () {
696
354
  return (yield this.httpClient.get("api/datasources//")) || [];
697
- })), L(this, "getNlgInsights", (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r)), L(this, "getQueryRecommendations", (r, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${i.numOfRecommendations}`)), L(this, "getNlqResult", (r, i) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, i)), L(this, "setLlmConfig", (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((i) => {
698
- console.error("Unable to set llm config", i);
699
- })), L(this, "getAllChats", () => this.httpClient.get("api/v2/ai/chats")), L(this, "getChatById", (r) => this.httpClient.get(`api/v2/ai/chats/${r}`)), L(this, "createChat", (r) => this.httpClient.post("api/v2/ai/chats", {
700
- sourceId: r
701
- })), L(this, "postChat", (r, i) => this.httpClient.post(`api/v2/ai/chats/${r}`, i)), L(this, "deleteChatHistory", (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`)), L(this, "sendFeedback", (r) => this.httpClient.post("api/v2/ai/feedback", r)), L(this, "getDataSourceFields", (r) => this.httpClient.post(`api/datasources/${encodeURIComponent(r)}/fields/search`, {
355
+ })), L(this, "getNlgInsights", (i) => this.httpClient.post("api/v2/ai/nlg/queryResult", i)), L(this, "getQueryRecommendations", (i, o) => this.httpClient.get(`api/v2/ai/recommendations/query/${i}/${o.numOfRecommendations}`)), L(this, "getNlqResult", (i, o) => this.httpClient.post(`api/v2/ai/nlq/query/${i}`, o)), L(this, "setLlmConfig", (i) => this.httpClient.post("api/v2/settings/ai/llmProvider", i).catch((o) => {
356
+ console.error("Unable to set llm config", o);
357
+ })), L(this, "getAllChats", () => $(this, null, function* () {
358
+ return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
359
+ })), L(this, "getChatById", (i) => this.httpClient.get(`api/v2/ai/chats/${i}`)), L(this, "createChat", (i, o) => this.httpClient.post("api/v2/ai/chats", {
360
+ sourceId: i,
361
+ volatile: this.volatile,
362
+ contextDetails: o
363
+ })), L(this, "postChat", (i, o) => this.httpClient.post(`api/v2/ai/chats/${i}`, o)), L(this, "deleteChatHistory", (i) => this.httpClient.delete(`api/v2/ai/chats/${i}/history`)), L(this, "sendFeedback", (i) => this.httpClient.post("api/v2/ai/feedback", i)), L(this, "getDataSourceFields", (i) => this.httpClient.post(`api/datasources/${encodeURIComponent(i)}/fields/search`, {
702
364
  offset: 0,
703
365
  count: 9999
704
366
  })), L(this, "ai", {
@@ -715,78 +377,101 @@ class Ea {
715
377
  post: this.postChat,
716
378
  clearHistory: this.deleteChatHistory
717
379
  }
718
- }), this.httpClient = t;
380
+ }), this.volatile = r, this.httpClient = t;
719
381
  }
720
382
  }
721
- const Za = new It({
383
+ const Ta = new It({
722
384
  defaultOptions: {
723
385
  queries: {
724
386
  refetchOnWindowFocus: !1,
725
387
  refetchOnMount: !1
726
388
  }
727
389
  }
728
- }), rt = De(void 0), O = () => Ve(rt), Oa = ({
729
- children: e
390
+ }), rt = ue(void 0), z = () => je(rt), za = ({
391
+ children: e,
392
+ volatile: t
730
393
  }) => {
731
394
  const {
732
- app: t
733
- } = qt(), r = z(() => t ? new Ea(t.httpClient) : void 0, [t]);
395
+ app: r
396
+ } = Yt(), i = j(() => r ? new ja(r.httpClient, t) : void 0, [r, t]);
734
397
  return /* @__PURE__ */ a(rt.Provider, {
735
- value: r,
736
- children: /* @__PURE__ */ a(Yt, {
737
- client: Za,
398
+ value: i,
399
+ children: /* @__PURE__ */ a(Ht, {
400
+ client: Ta,
738
401
  children: e
739
402
  })
740
403
  });
741
- };
742
- function qi({
404
+ }, it = ue({}), Ea = () => je(it), Za = ({
743
405
  children: e
744
- }) {
745
- return /* @__PURE__ */ a(Oa, {
406
+ }) => {
407
+ const [t, r] = M({}), i = C((l, d) => {
408
+ var c;
409
+ return `${l}_${(c = d == null ? void 0 : d.dashboardId) != null ? c : ""}`;
410
+ }, []), o = C((l, d, c) => {
411
+ r((s) => I(v({}, s), {
412
+ [i(d, c)]: l
413
+ }));
414
+ }, [i]), n = C((l, d) => t[i(l, d)], [t, i]);
415
+ return /* @__PURE__ */ a(it.Provider, {
416
+ value: {
417
+ saveChatId: o,
418
+ getChatId: n
419
+ },
746
420
  children: e
747
421
  });
422
+ };
423
+ function Qi({
424
+ children: e,
425
+ volatile: t
426
+ }) {
427
+ return /* @__PURE__ */ a(Za, {
428
+ children: /* @__PURE__ */ a(za, {
429
+ volatile: t,
430
+ children: e
431
+ })
432
+ });
748
433
  }
749
- const te = (e, t = !0) => {
750
- const r = z(() => {
751
- var u, p;
434
+ const re = (e, t = !0) => {
435
+ const r = j(() => {
436
+ var g, p;
752
437
  if ("jaql" in e)
753
438
  return e;
754
439
  {
755
- const h = Tt(e.dataSource), {
440
+ const h = Nt(e.dataSource), {
756
441
  filters: b = [],
757
- relations: w
442
+ relations: x
758
443
  } = jt(e.filters), {
759
444
  metadata: k,
760
- filterRelations: x
761
- } = zt({
445
+ filterRelations: w
446
+ } = Tt({
762
447
  dataSource: e.dataSource,
763
- attributes: (u = e.dimensions) != null ? u : [],
448
+ attributes: (g = e.dimensions) != null ? g : [],
764
449
  measures: (p = e.measures) != null ? p : [],
765
450
  filters: b,
766
- filterRelations: w,
451
+ filterRelations: x,
767
452
  highlights: []
768
- }, !0);
769
- return {
453
+ }, !0), S = {
770
454
  jaql: {
771
455
  datasource: h,
772
456
  metadata: k,
773
- filterRelations: x
457
+ filterRelations: w
774
458
  }
775
459
  };
460
+ return e.verbosity && (S.verbosity = e.verbosity), S;
776
461
  }
777
- }, [e]), i = O(), {
462
+ }, [e]), i = z(), {
778
463
  data: o,
779
464
  error: n,
780
465
  isError: l,
781
466
  isLoading: d,
782
467
  isSuccess: c,
783
468
  refetch: s
784
- } = P({
469
+ } = F({
785
470
  queryKey: ["getNlgInsights", r, i],
786
471
  queryFn: () => i == null ? void 0 : i.ai.getNlgInsights(r),
787
- select: (u) => {
472
+ select: (g) => {
788
473
  var p;
789
- return (p = u == null ? void 0 : u.data) == null ? void 0 : p.answer;
474
+ return (p = g == null ? void 0 : g.data) == null ? void 0 : p.answer;
790
475
  },
791
476
  enabled: !!i && t
792
477
  });
@@ -796,37 +481,37 @@ const te = (e, t = !0) => {
796
481
  isSuccess: c,
797
482
  data: o,
798
483
  error: n,
799
- refetch: M(() => {
484
+ refetch: C(() => {
800
485
  s();
801
486
  }, [s])
802
487
  };
803
- }, it = (e) => {
488
+ }, ot = (e) => {
804
489
  const t = e, {
805
490
  enabled: r
806
- } = t, i = va(t, ["enabled"]);
807
- return te(i, r);
808
- }, Yi = ge("useGetNlgInsights")(it), Hi = ge("useGetNlgQueryResult")(it), Ra = ["indicator", "column", "line", "table", "pie", "bar"], Wa = (e) => {
491
+ } = t, i = Sa(t, ["enabled"]);
492
+ return re(i, r);
493
+ }, Ji = be("useGetNlgInsights")(ot), Xi = be("useGetNlgQueryResult")(ot), Oa = ["indicator", "column", "line", "table", "pie", "bar"], Ra = (e) => {
809
494
  const {
810
495
  dataSource: t,
811
496
  query: r,
812
497
  chartTypes: i
813
- } = e, o = typeof t == "string" ? t : t.title, n = O(), {
498
+ } = e, o = typeof t == "string" ? t : t.title, n = z(), {
814
499
  isLoading: l,
815
500
  isError: d,
816
501
  isSuccess: c,
817
502
  data: s,
818
- error: u,
503
+ error: g,
819
504
  refetch: p
820
- } = P({
505
+ } = F({
821
506
  queryKey: ["getNlqResult", t, r, i, n],
822
507
  queryFn: () => n == null ? void 0 : n.ai.getNlqResult(o, {
823
508
  text: r,
824
509
  // Per @Einat Shusterman: Timezone is not used by AI API, but it is currently required by the endpoint
825
510
  timezone: "UTC",
826
- chartTypes: i ?? [...Ra]
511
+ chartTypes: i ?? [...Oa]
827
512
  }),
828
513
  enabled: !!n && e.enabled
829
- }), h = s ? ue(s, {
514
+ }), h = s ? me(s, {
830
515
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
831
516
  }) : void 0;
832
517
  return {
@@ -834,73 +519,73 @@ const te = (e, t = !0) => {
834
519
  isError: d,
835
520
  isSuccess: c,
836
521
  data: h,
837
- error: u,
838
- refetch: M(() => {
522
+ error: g,
523
+ refetch: C(() => {
839
524
  p();
840
525
  }, [p])
841
526
  };
842
- }, Ui = ge("useGetNlqResult")(Wa), ot = (e) => {
527
+ }, Ki = be("useGetNlqResult")(Ra), nt = (e) => {
843
528
  const {
844
529
  contextTitle: t,
845
530
  count: r,
846
531
  enableAxisTitlesInWidgetProps: i,
847
532
  enabled: o
848
- } = e, n = O(), l = r ?? 4, d = (o === void 0 || o === !0) && l > 0, {
533
+ } = e, n = z(), l = r ?? 4, d = (o === void 0 || o === !0) && l > 0, {
849
534
  isLoading: c,
850
535
  isError: s,
851
- isSuccess: u,
536
+ isSuccess: g,
852
537
  data: p,
853
538
  error: h,
854
539
  refetch: b
855
- } = P({
540
+ } = F({
856
541
  queryKey: ["getQueryRecommendations", t, l, n],
857
542
  queryFn: () => n == null ? void 0 : n.ai.getQueryRecommendations(t, {
858
543
  numOfRecommendations: l
859
544
  }),
860
545
  enabled: !!n && d
861
546
  });
862
- return p == null || p.map((w) => {
863
- w.widgetProps = w.jaql ? ue(w, {
547
+ return p == null || p.map((x) => {
548
+ x.widgetProps = x.jaql ? me(x, {
864
549
  useCustomizedStyleOptions: i
865
550
  }) : void 0;
866
551
  }), {
867
552
  isLoading: d ? c : !1,
868
553
  isError: s,
869
- isSuccess: u,
554
+ isSuccess: g,
870
555
  data: p ?? void 0,
871
556
  error: h,
872
- refetch: M(() => {
557
+ refetch: C(() => {
873
558
  b();
874
559
  }, [b])
875
560
  };
876
- }, Bi = ge("useGetQueryRecommendations")(ot), nt = Object.freeze({
561
+ }, eo = be("useGetQueryRecommendations")(nt), lt = Object.freeze({
877
562
  enableFollowupQuestions: !1,
878
563
  enableHeader: !0,
879
564
  enableInsights: !0,
880
565
  numOfRecommendations: 4,
881
566
  numOfRecentPrompts: 5
882
- }), lt = De(C({}, nt)), W = () => Ve(lt), Ga = ({
567
+ }), ct = ue(v({}, lt)), Z = () => je(ct), Wa = ({
883
568
  children: e,
884
569
  value: t
885
570
  }) => {
886
571
  const {
887
572
  t: r
888
- } = _(), i = Object.entries(t).reduce((o, [n, l]) => (l !== void 0 && (o[n] = l), o), v(C({}, nt), {
573
+ } = y(), i = Object.entries(t).reduce((o, [n, l]) => (l !== void 0 && (o[n] = l), o), I(v({}, lt), {
889
574
  inputPromptText: r("ai.config.inputPromptText"),
890
575
  welcomeText: r("ai.config.welcomeText"),
891
576
  suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
892
577
  }));
893
- return /* @__PURE__ */ a(lt.Provider, {
578
+ return /* @__PURE__ */ a(ct.Provider, {
894
579
  value: i,
895
580
  children: e
896
581
  });
897
- }, Le = "chatHistory", qa = (e) => {
898
- const t = O(), {
582
+ }, ze = "chatHistory", Ga = (e) => {
583
+ const t = z(), {
899
584
  hideHistory: r
900
- } = W();
901
- return P({
902
- queryKey: [Le, e, t],
903
- queryFn: () => Q(void 0, null, function* () {
585
+ } = Z();
586
+ return F({
587
+ queryKey: [ze, e, t],
588
+ queryFn: () => $(void 0, null, function* () {
904
589
  if (!t || !e)
905
590
  return;
906
591
  if (r)
@@ -910,10 +595,10 @@ const te = (e, t = !0) => {
910
595
  }),
911
596
  enabled: !!t && !!e
912
597
  });
913
- }, ct = (e) => {
914
- const t = O(), r = ee();
915
- return Se({
916
- mutationFn: () => Q(void 0, null, function* () {
598
+ }, dt = (e) => {
599
+ const t = z(), r = ae();
600
+ return Te({
601
+ mutationFn: () => $(void 0, null, function* () {
917
602
  if (!(!t || !e))
918
603
  return t.ai.chat.clearHistory(e);
919
604
  }),
@@ -921,32 +606,32 @@ const te = (e, t = !0) => {
921
606
  console.error("Error when clearing history:", i);
922
607
  },
923
608
  onSettled: () => {
924
- e && r.setQueriesData([Le, e], []);
609
+ e && r.setQueriesData([ze, e], []);
925
610
  }
926
611
  });
927
- }, dt = (e) => {
612
+ }, st = (e) => {
928
613
  const {
929
614
  data: t,
930
615
  isLoading: r,
931
616
  isError: i
932
- } = qa(e), {
617
+ } = Ga(e), {
933
618
  mutate: o
934
- } = ct(e);
935
- return V(() => {
619
+ } = dt(e);
620
+ return X(() => {
936
621
  i && o();
937
622
  }, [i, o]), {
938
623
  history: t,
939
624
  isLoading: r,
940
625
  isError: i
941
626
  };
942
- }, st = () => {
943
- const e = O(), {
627
+ }, qa = () => {
628
+ const e = z(), {
944
629
  data: t,
945
630
  isLoading: r,
946
631
  fetchStatus: i
947
- } = P({
632
+ } = F({
948
633
  queryKey: ["getDataTopics", e],
949
- queryFn: () => Q(void 0, null, function* () {
634
+ queryFn: () => $(void 0, null, function* () {
950
635
  if (e)
951
636
  return e.getChatContexts();
952
637
  }),
@@ -957,11 +642,11 @@ const te = (e, t = !0) => {
957
642
  isLoading: r,
958
643
  fetchStatus: i
959
644
  };
960
- }, pt = () => {
961
- const e = O(), {
645
+ }, Ya = () => {
646
+ const e = z(), {
962
647
  data: t,
963
648
  isLoading: r
964
- } = P({
649
+ } = F({
965
650
  queryKey: ["getAllChats", e],
966
651
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
967
652
  enabled: !!e
@@ -970,18 +655,18 @@ const te = (e, t = !0) => {
970
655
  data: t ?? [],
971
656
  isLoading: r
972
657
  };
973
- }, Ya = (e, t) => {
974
- const r = ee(), i = O(), o = Se({
975
- mutationFn: () => Q(void 0, null, function* () {
976
- if (!(!i || !e))
977
- return i.ai.chat.create(e);
658
+ }, Ha = (e, t, r) => {
659
+ const i = ae(), o = z(), n = Te({
660
+ mutationFn: () => $(void 0, null, function* () {
661
+ if (!(!o || !e))
662
+ return o.ai.chat.create(e, r);
978
663
  }),
979
- onSuccess: () => r.invalidateQueries(["getAllChats"])
664
+ onSuccess: () => i.invalidateQueries(["getAllChats"])
980
665
  });
981
- return V(() => {
982
- t && o.isIdle && o.mutate();
983
- }, [t, o]), o;
984
- }, Ha = (e, t) => {
666
+ return X(() => {
667
+ t && n.isIdle && n.mutate();
668
+ }, [t, n]), n;
669
+ }, Ua = (e, t) => {
985
670
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
986
671
  case "nlq":
987
672
  return {
@@ -998,16 +683,16 @@ const te = (e, t = !0) => {
998
683
  default:
999
684
  throw Error(`${t}${JSON.stringify(e)}`);
1000
685
  }
1001
- }, Ua = (e, t) => {
1002
- const r = ee(), i = M((c) => {
1003
- e && r.setQueriesData([Le, e], (s) => s && [...s, c]);
686
+ }, Pa = (e, t) => {
687
+ const r = ae(), i = C((c) => {
688
+ e && r.setQueriesData([ze, e], (s) => s && [...s, c]);
1004
689
  }, [r, e]), {
1005
690
  t: o
1006
- } = _(), n = O(), {
691
+ } = y(), n = z(), {
1007
692
  mutate: l,
1008
693
  isLoading: d
1009
- } = Se({
1010
- mutationFn: (c) => Q(void 0, null, function* () {
694
+ } = Te({
695
+ mutationFn: (c) => $(void 0, null, function* () {
1011
696
  if (!(!n || !e))
1012
697
  return n.ai.chat.post(e, {
1013
698
  text: c,
@@ -1034,77 +719,91 @@ const te = (e, t = !0) => {
1034
719
  if (!c)
1035
720
  return;
1036
721
  const s = o("ai.errors.unknownResponse");
1037
- i(Ha(c, s));
722
+ i(Ua(c, s));
1038
723
  }
1039
724
  });
1040
725
  return {
1041
726
  mutate: l,
1042
727
  isLoading: d
1043
728
  };
1044
- }, Ne = (e) => !!e && "type" in e && e.type === "nlq", Ba = (e) => !!e && "type" in e && e.type === "text", $a = (e) => {
1045
- var t, r;
729
+ }, pt = (e, t, r = !1) => {
730
+ var i;
1046
731
  const {
1047
- t: i
1048
- } = _(), {
1049
- enableFollowupQuestions: o
1050
- } = W(), {
1051
- data: n,
1052
- isLoading: l
1053
- } = st(), {
1054
- data: d,
1055
- isLoading: c
1056
- } = pt(), s = (t = n == null ? void 0 : n.find((T) => T.title === e)) == null ? void 0 : t.title, u = (r = d.find((T) => T.contextTitle === s)) == null ? void 0 : r.chatId, p = l || !!s, h = c || !!u, [b, w] = I(null), {
1057
- isError: k
1058
- } = Ya(s, p && !h), {
1059
- history: x,
1060
- isLoading: E,
1061
- isError: A
1062
- } = dt(u);
1063
- V(() => {
1064
- k ? w(new Ce("ai.errors.chatUnavailable")) : A && w(new Ce("ai.errors.fetchHistory"));
1065
- }, [k, A, i]);
732
+ data: o,
733
+ isLoading: n
734
+ } = Ya(), l = Ea(), d = l.getChatId(e, t) || ((i = o.find((p) => {
735
+ var h;
736
+ return p.contextTitle === e && ((h = p.contextDetails) == null ? void 0 : h.dashboardId) === (t == null ? void 0 : t.dashboardId);
737
+ })) == null ? void 0 : i.chatId), {
738
+ isError: c,
739
+ data: s,
740
+ isSuccess: g
741
+ } = Ha(e, r && !n && !d, t);
742
+ return X(() => {
743
+ g && s && !d && l.saveChatId(s.chatId, e, t);
744
+ }, [s, g, e, t, d, l]), {
745
+ chatId: d,
746
+ isLoading: n,
747
+ isError: c
748
+ };
749
+ }, Ee = (e) => !!e && "type" in e && e.type === "nlq", Ba = (e) => !!e && "type" in e && e.type === "text", $a = (e, t) => {
1066
750
  const {
1067
- mutate: y,
1068
- isLoading: R
1069
- } = Ua(u, o), Z = z(() => {
1070
- if (x != null && x.length) {
1071
- const T = x[x.length - 1];
1072
- if (Ne(T))
1073
- return JSON.parse(T.content);
751
+ t: r
752
+ } = y(), {
753
+ enableFollowupQuestions: i
754
+ } = Z(), {
755
+ chatId: o,
756
+ isError: n
757
+ } = pt(e, t, !0), [l, d] = M(null), {
758
+ history: c,
759
+ isLoading: s,
760
+ isError: g
761
+ } = st(o);
762
+ X(() => {
763
+ n ? d(new Ie("ai.errors.chatUnavailable")) : g && d(new Ie("ai.errors.fetchHistory"));
764
+ }, [n, g, r]);
765
+ const {
766
+ mutate: p,
767
+ isLoading: h
768
+ } = Pa(o, i), b = j(() => {
769
+ if (c != null && c.length) {
770
+ const x = c[c.length - 1];
771
+ if (Ee(x))
772
+ return JSON.parse(x.content);
1074
773
  }
1075
774
  return null;
1076
- }, [x]);
775
+ }, [c]);
1077
776
  return {
1078
- chatId: u,
1079
- history: x ?? [],
1080
- lastNlqResponse: Z,
1081
- sendMessage: y,
1082
- isAwaitingResponse: R,
1083
- isLoading: E,
1084
- lastError: b
777
+ chatId: o,
778
+ history: c ?? [],
779
+ lastNlqResponse: b,
780
+ sendMessage: p,
781
+ isAwaitingResponse: h,
782
+ isLoading: s,
783
+ lastError: l
1085
784
  };
1086
- }, $i = ({
1087
- contextTitle: e
785
+ }, to = ({
786
+ contextTitle: e,
787
+ contextDetails: t
1088
788
  }) => {
1089
- var t;
1090
789
  const {
1091
- data: r
1092
- } = pt(), i = (t = r.find((n) => n.contextTitle === e)) == null ? void 0 : t.chatId, {
1093
- history: o
1094
- } = dt(i);
1095
- return z(() => {
1096
- if (o != null && o.length) {
1097
- const n = o[o.length - 1];
1098
- if (Ne(n))
1099
- return JSON.parse(n.content);
790
+ chatId: r
791
+ } = pt(e, t), {
792
+ history: i
793
+ } = st(r);
794
+ return j(() => {
795
+ if (i != null && i.length) {
796
+ const o = i[i.length - 1];
797
+ if (Ee(o))
798
+ return JSON.parse(o.content);
1100
799
  }
1101
800
  return null;
1102
- }, [o]);
1103
- }, Pi = (e) => {
1104
- const t = O(), {
801
+ }, [i]);
802
+ }, ao = (e) => {
803
+ const t = z(), {
1105
804
  data: r,
1106
805
  isLoading: i
1107
- } = P({
806
+ } = F({
1108
807
  queryKey: ["getDataSourceFields", e, t],
1109
808
  queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
1110
809
  select: (o) => o,
@@ -1114,7 +813,7 @@ const te = (e, t = !0) => {
1114
813
  data: r,
1115
814
  isLoading: i
1116
815
  };
1117
- }, Pa = 500, Fa = 500, Va = 500, Qa = 900, Ja = g.div`
816
+ }, Fa = 500, Va = 500, Qa = 500, Ja = 900, Xa = u.div`
1118
817
  box-sizing: border-box;
1119
818
  position: relative;
1120
819
  display: flex;
@@ -1128,18 +827,18 @@ const te = (e, t = !0) => {
1128
827
  }) => e.aiChat.backgroundColor};
1129
828
  overflow: hidden;
1130
829
 
1131
- min-width: ${Pa}px;
1132
- min-height: ${Fa}px;
830
+ min-width: ${Fa}px;
831
+ min-height: ${Va}px;
1133
832
  width: ${({
1134
833
  width: e
1135
- }) => e ? Ye(e) : `${Va}px`};
834
+ }) => e ? Pe(e) : `${Qa}px`};
1136
835
  height: ${({
1137
836
  height: e
1138
- }) => e ? Ye(e) : `${Qa}px`};
837
+ }) => e ? Pe(e) : `${Ja}px`};
1139
838
 
1140
839
  ${({
1141
840
  theme: e
1142
- }) => S`
841
+ }) => A`
1143
842
  font-size: ${e.aiChat.primaryFontSize[0]};
1144
843
  line-height: ${e.aiChat.primaryFontSize[1]};
1145
844
  `}
@@ -1147,10 +846,10 @@ const te = (e, t = !0) => {
1147
846
  theme: e
1148
847
  }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
1149
848
  `;
1150
- function Ye(e) {
849
+ function Pe(e) {
1151
850
  return typeof e == "number" ? `${e}px` : e;
1152
851
  }
1153
- function Xa({
852
+ function Ka({
1154
853
  spin: e
1155
854
  }) {
1156
855
  return /* @__PURE__ */ a("svg", {
@@ -1174,16 +873,16 @@ function Xa({
1174
873
  })]
1175
874
  });
1176
875
  }
1177
- function he() {
876
+ function xe() {
1178
877
  return /* @__PURE__ */ a("div", {
1179
878
  className: "csdk-m-auto",
1180
879
  "aria-label": "loading spinner",
1181
- children: /* @__PURE__ */ a(Xa, {
880
+ children: /* @__PURE__ */ a(Ka, {
1182
881
  spin: !0
1183
882
  })
1184
883
  });
1185
884
  }
1186
- function Ka({
885
+ function er({
1187
886
  theme: e
1188
887
  }) {
1189
888
  return /* @__PURE__ */ a("svg", {
@@ -1198,7 +897,7 @@ function Ka({
1198
897
  })
1199
898
  });
1200
899
  }
1201
- function er({
900
+ function tr({
1202
901
  theme: e
1203
902
  }) {
1204
903
  const t = e.aiChat.icons.color;
@@ -1220,11 +919,11 @@ function er({
1220
919
  })]
1221
920
  });
1222
921
  }
1223
- const tr = g.div`
922
+ const ar = u.div`
1224
923
  display: flex;
1225
924
  flex-direction: column;
1226
925
  row-gap: 4px;
1227
- `, ar = g.div`
926
+ `, rr = u.div`
1228
927
  font-size: 11px;
1229
928
  line-height: 18px;
1230
929
  font-weight: 300;
@@ -1238,7 +937,7 @@ const tr = g.div`
1238
937
  theme: e
1239
938
  }) => e.aiChat.dropup.headers.hover.backgroundColor};
1240
939
  }
1241
- `, rr = g.div`
940
+ `, ir = u.div`
1242
941
  font-size: ${({
1243
942
  theme: e
1244
943
  }) => e.aiChat.primaryFontSize[0]};
@@ -1256,28 +955,28 @@ const tr = g.div`
1256
955
  }) => e.aiChat.dropup.items.hover.backgroundColor};
1257
956
  }
1258
957
  `;
1259
- function ir({
958
+ function or({
1260
959
  title: e,
1261
960
  items: t,
1262
961
  onSelect: r,
1263
962
  alwaysExpanded: i = !1
1264
963
  }) {
1265
- const [o, n] = I(!1), {
964
+ const [o, n] = M(!1), {
1266
965
  themeSettings: l
1267
966
  } = f();
1268
- return /* @__PURE__ */ a(tr, {
1269
- children: [/* @__PURE__ */ a(ar, {
967
+ return /* @__PURE__ */ a(ar, {
968
+ children: [/* @__PURE__ */ a(rr, {
1270
969
  onClick: () => n((d) => !d),
1271
970
  theme: l,
1272
971
  children: e.toUpperCase()
1273
- }), (o || i) && t.map((d, c) => /* @__PURE__ */ a(rr, {
972
+ }), (o || i) && t.map((d, c) => /* @__PURE__ */ a(ir, {
1274
973
  onClick: () => r(d),
1275
974
  theme: l,
1276
975
  children: d
1277
976
  }, c))]
1278
977
  });
1279
978
  }
1280
- const or = g.div`
979
+ const nr = u.div`
1281
980
  font-family: ${({
1282
981
  theme: e
1283
982
  }) => e.typography.fontFamily};
@@ -1301,7 +1000,7 @@ const or = g.div`
1301
1000
  display: flex;
1302
1001
  flex-direction: column;
1303
1002
  row-gap: 4px;
1304
- `, nr = g.div`
1003
+ `, lr = u.div`
1305
1004
  font-size: ${({
1306
1005
  theme: e
1307
1006
  }) => e.aiChat.primaryFontSize[0]};
@@ -1312,8 +1011,8 @@ const or = g.div`
1312
1011
  theme: e
1313
1012
  }) => e.aiChat.dropup.items.textColor};
1314
1013
  padding: 4px 12px;
1315
- `, Me = (e) => e.startsWith("/");
1316
- function lr({
1014
+ `, Se = (e) => e.startsWith("/");
1015
+ function cr({
1317
1016
  recentPrompts: e,
1318
1017
  suggestions: t,
1319
1018
  isLoading: r,
@@ -1334,9 +1033,9 @@ function lr({
1334
1033
  themeSettings: c
1335
1034
  } = f(), {
1336
1035
  t: s
1337
- } = _(), u = d.length === 1;
1338
- return /* @__PURE__ */ a(Je, {
1339
- open: Me(n) && d.length > 0,
1036
+ } = y(), g = d.length === 1;
1037
+ return /* @__PURE__ */ a(Ke, {
1038
+ open: Se(n) && d.length > 0,
1340
1039
  anchorEl: o,
1341
1040
  placement: "top-start",
1342
1041
  modifiers: [{
@@ -1348,21 +1047,21 @@ function lr({
1348
1047
  sx: {
1349
1048
  zIndex: 3
1350
1049
  },
1351
- children: /* @__PURE__ */ a(or, {
1050
+ children: /* @__PURE__ */ a(nr, {
1352
1051
  style: {
1353
1052
  width: o == null ? void 0 : o.offsetWidth
1354
1053
  },
1355
1054
  theme: c,
1356
- children: [r && /* @__PURE__ */ a(he, {}), !r && !l && d.map((p) => /* @__PURE__ */ a(ir, v(C({}, p), {
1357
- alwaysExpanded: u
1358
- }), p.title)), l && /* @__PURE__ */ a(nr, {
1055
+ children: [r && /* @__PURE__ */ a(xe, {}), !r && !l && d.map((p) => /* @__PURE__ */ a(or, I(v({}, p), {
1056
+ alwaysExpanded: g
1057
+ }), p.title)), l && /* @__PURE__ */ a(lr, {
1359
1058
  theme: c,
1360
1059
  children: s("ai.errors.recommendationsNotAvailable")
1361
1060
  })]
1362
1061
  })
1363
1062
  });
1364
1063
  }
1365
- function ae({
1064
+ function ie({
1366
1065
  title: e,
1367
1066
  placement: t = "top",
1368
1067
  children: r
@@ -1370,7 +1069,7 @@ function ae({
1370
1069
  const {
1371
1070
  themeSettings: i
1372
1071
  } = f();
1373
- return /* @__PURE__ */ a(ia, {
1072
+ return /* @__PURE__ */ a(la, {
1374
1073
  title: e,
1375
1074
  placement: t,
1376
1075
  disableInteractive: !0,
@@ -1398,7 +1097,7 @@ function ae({
1398
1097
  children: r
1399
1098
  });
1400
1099
  }
1401
- const cr = 500, dr = g.div`
1100
+ const dr = 500, sr = u.div`
1402
1101
  display: flex;
1403
1102
  flex-direction: row;
1404
1103
  align-items: flex-end;
@@ -1407,12 +1106,12 @@ const cr = 500, dr = g.div`
1407
1106
  background-color: ${({
1408
1107
  theme: e
1409
1108
  }) => e.aiChat.backgroundColor};
1410
- `, sr = g.button`
1109
+ `, pr = u.button`
1411
1110
  height: 34px;
1412
1111
  background-color: inherit;
1413
1112
  cursor: pointer;
1414
1113
  border: none;
1415
- `, pr = g.textarea`
1114
+ `, gr = u.textarea`
1416
1115
  font-size: inherit;
1417
1116
  line-height: inherit;
1418
1117
  resize: none;
@@ -1446,7 +1145,7 @@ const cr = 500, dr = g.div`
1446
1145
  background-color: ${({
1447
1146
  theme: e
1448
1147
  }) => e.aiChat.input.backgroundColor};
1449
- `, gr = g.button`
1148
+ `, ur = u.button`
1450
1149
  height: 34px;
1451
1150
  background-color: inherit;
1452
1151
  border-style: none;
@@ -1457,15 +1156,15 @@ const cr = 500, dr = g.div`
1457
1156
 
1458
1157
  ${({
1459
1158
  disabled: e
1460
- }) => e ? S`
1159
+ }) => e ? A`
1461
1160
  opacity: 0.3;
1462
1161
  cursor: not-allowed;
1463
- ` : S`
1162
+ ` : A`
1464
1163
  opacity: 1;
1465
1164
  cursor: pointer;
1466
1165
  `}
1467
- `, ur = 34;
1468
- function hr({
1166
+ `, hr = 34;
1167
+ function br({
1469
1168
  onSendMessage: e,
1470
1169
  onClearHistoryClick: t,
1471
1170
  disabled: r,
@@ -1475,54 +1174,54 @@ function hr({
1475
1174
  recommendationsError: l,
1476
1175
  onChange: d
1477
1176
  }) {
1478
- const [c, s] = I(""), {
1479
- inputPromptText: u
1480
- } = W(), p = M(() => {
1177
+ const [c, s] = M(""), {
1178
+ inputPromptText: g
1179
+ } = Z(), p = C(() => {
1481
1180
  if (r)
1482
1181
  return;
1483
- if (Me(c)) {
1182
+ if (Se(c)) {
1484
1183
  s("");
1485
1184
  return;
1486
1185
  }
1487
- const y = c.trim();
1488
- y.length !== 0 && (e(y), s(""));
1489
- }, [r, e, c]), h = M((y) => {
1490
- e(y), s("");
1491
- }, [e]), b = M((y) => {
1492
- y.key === "Enter" ? (y.preventDefault(), p()) : y.key === "Escape" && Me(c) && s("");
1493
- }, [p, c]), w = M((y) => {
1494
- d == null || d(y.target.value), s(y.target.value);
1495
- }, [d]), k = $(null);
1496
- le(() => {
1186
+ const _ = c.trim();
1187
+ _.length !== 0 && (e(_), s(""));
1188
+ }, [r, e, c]), h = C((_) => {
1189
+ e(_), s("");
1190
+ }, [e]), b = C((_) => {
1191
+ _.key === "Enter" ? (_.preventDefault(), p()) : _.key === "Escape" && Se(c) && s("");
1192
+ }, [p, c]), x = C((_) => {
1193
+ d == null || d(_.target.value), s(_.target.value);
1194
+ }, [d]), k = B(null);
1195
+ se(() => {
1497
1196
  k.current && (k.current.style.height = "inherit", k.current.style.height = `${Math.max(
1498
1197
  k.current.scrollHeight + 2,
1499
1198
  // account for 1px top/bottom border
1500
- ur
1199
+ hr
1501
1200
  )}px`);
1502
- }, [c]), le(() => {
1201
+ }, [c]), se(() => {
1503
1202
  k.current && k.current.focus({
1504
1203
  preventScroll: !0
1505
1204
  });
1506
1205
  }, []);
1507
1206
  const {
1508
- themeSettings: x
1207
+ themeSettings: w
1509
1208
  } = f(), {
1510
- t: E
1511
- } = _(), A = M((y) => {
1512
- var R;
1513
- if ((R = document.getElementById("csdk-chatbot-frame")) != null && R.contains(y.relatedTarget)) {
1514
- const Z = (T) => {
1515
- var G;
1516
- document.removeEventListener("mouseup", Z), document.removeEventListener("keyup", Z), T.type === "mouseup" && ((G = document.getSelection()) == null ? void 0 : G.type) !== "Range" && y.target.focus({
1209
+ t: S
1210
+ } = y(), O = C((_) => {
1211
+ var Y;
1212
+ if ((Y = document.getElementById("csdk-chatbot-frame")) != null && Y.contains(_.relatedTarget)) {
1213
+ const R = (V) => {
1214
+ var W;
1215
+ document.removeEventListener("mouseup", R), document.removeEventListener("keyup", R), V.type === "mouseup" && ((W = document.getSelection()) == null ? void 0 : W.type) !== "Range" && _.target.focus({
1517
1216
  preventScroll: !0
1518
1217
  });
1519
1218
  };
1520
- document.addEventListener("mouseup", Z), document.addEventListener("keyup", Z);
1219
+ document.addEventListener("mouseup", R), document.addEventListener("keyup", R);
1521
1220
  }
1522
1221
  }, []);
1523
- return /* @__PURE__ */ a(dr, {
1524
- theme: x,
1525
- children: [/* @__PURE__ */ a(lr, {
1222
+ return /* @__PURE__ */ a(sr, {
1223
+ theme: w,
1224
+ children: [/* @__PURE__ */ a(cr, {
1526
1225
  recentPrompts: i,
1527
1226
  suggestions: o,
1528
1227
  isLoading: n,
@@ -1530,53 +1229,53 @@ function hr({
1530
1229
  anchorEl: k.current,
1531
1230
  text: c,
1532
1231
  recommendationsError: l
1533
- }), t && /* @__PURE__ */ a(ae, {
1534
- title: E("ai.buttons.clearChat"),
1232
+ }), t && /* @__PURE__ */ a(ie, {
1233
+ title: S("ai.buttons.clearChat"),
1535
1234
  placement: "bottom-start",
1536
- children: /* @__PURE__ */ a(sr, {
1235
+ children: /* @__PURE__ */ a(pr, {
1537
1236
  "aria-label": "clear history",
1538
1237
  onClick: t,
1539
- children: /* @__PURE__ */ a(er, {
1540
- theme: x
1238
+ children: /* @__PURE__ */ a(tr, {
1239
+ theme: w
1541
1240
  })
1542
1241
  })
1543
- }), /* @__PURE__ */ a(pr, {
1242
+ }), /* @__PURE__ */ a(gr, {
1544
1243
  "aria-label": "chat input",
1545
- onBlur: A,
1546
- maxLength: cr,
1244
+ onBlur: O,
1245
+ maxLength: dr,
1547
1246
  ref: k,
1548
1247
  rows: 1,
1549
- onChange: w,
1248
+ onChange: x,
1550
1249
  spellCheck: "true",
1551
- placeholder: u,
1250
+ placeholder: g,
1552
1251
  value: c,
1553
1252
  onKeyDown: b,
1554
- theme: x
1555
- }), /* @__PURE__ */ a(gr, {
1253
+ theme: w
1254
+ }), /* @__PURE__ */ a(ur, {
1556
1255
  "aria-label": "send chat message",
1557
1256
  disabled: r || c.length === 0,
1558
1257
  onClick: p,
1559
- theme: x,
1258
+ theme: w,
1560
1259
  children: /* @__PURE__ */ a("span", {
1561
1260
  "data-state": "closed",
1562
- children: /* @__PURE__ */ a(Ka, {
1563
- theme: x
1261
+ children: /* @__PURE__ */ a(er, {
1262
+ theme: w
1564
1263
  })
1565
1264
  })
1566
1265
  })]
1567
1266
  });
1568
1267
  }
1569
- const br = g.div`
1268
+ const mr = u.div`
1570
1269
  display: flex;
1571
1270
 
1572
1271
  ${({
1573
1272
  align: e
1574
- }) => e === "right" ? S`
1273
+ }) => e === "right" ? A`
1575
1274
  justify-content: flex-end;
1576
- ` : S`
1275
+ ` : A`
1577
1276
  justify-content: flex-start;
1578
1277
  `}
1579
- `, gt = g.div`
1278
+ `, gt = u.div`
1580
1279
  font-size: inherit;
1581
1280
  line-height: inherit;
1582
1281
  padding-top: 8.5px;
@@ -1589,17 +1288,17 @@ const br = g.div`
1589
1288
 
1590
1289
  ${({
1591
1290
  align: e
1592
- }) => e === "right" ? S`
1291
+ }) => e === "right" ? A`
1593
1292
  text-align: right;
1594
1293
  border-radius: 10px 10px 0px 10px;
1595
- ` : S`
1294
+ ` : A`
1596
1295
  text-align: left;
1597
1296
  border-radius: 10px 10px 10px 0px;
1598
1297
  `}
1599
1298
 
1600
1299
  ${({
1601
1300
  align: e
1602
- }) => e !== "full" ? S`
1301
+ }) => e !== "full" ? A`
1603
1302
  max-width: 85%;
1604
1303
  ` : ""}
1605
1304
 
@@ -1610,14 +1309,14 @@ const br = g.div`
1610
1309
  theme: e,
1611
1310
  align: t
1612
1311
  }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
1613
- `, U = ({
1312
+ `, q = ({
1614
1313
  align: e,
1615
1314
  children: t
1616
1315
  }) => {
1617
1316
  const {
1618
1317
  themeSettings: r
1619
1318
  } = f();
1620
- return /* @__PURE__ */ a(br, {
1319
+ return /* @__PURE__ */ a(mr, {
1621
1320
  theme: r,
1622
1321
  align: e,
1623
1322
  children: /* @__PURE__ */ a(gt, {
@@ -1627,28 +1326,28 @@ const br = g.div`
1627
1326
  })
1628
1327
  });
1629
1328
  };
1630
- function mr() {
1329
+ function xr() {
1631
1330
  const {
1632
1331
  welcomeText: e
1633
- } = W();
1634
- return e === !1 ? null : /* @__PURE__ */ a(U, {
1332
+ } = Z();
1333
+ return e === !1 ? null : /* @__PURE__ */ a(q, {
1635
1334
  align: "left",
1636
1335
  children: e
1637
1336
  });
1638
1337
  }
1639
- const xr = g.div`
1338
+ const fr = u.div`
1640
1339
  margin: auto;
1641
1340
  display: flex;
1642
1341
  flex-direction: column;
1643
1342
  align-items: center;
1644
1343
  row-gap: 21px;
1645
- `, fr = g.div`
1344
+ `, kr = u.div`
1646
1345
  color: ${({
1647
1346
  theme: e
1648
1347
  }) => e.aiChat.primaryTextColor};
1649
1348
  text-align: center;
1650
1349
  font-weight: 600;
1651
- `, kr = g.div`
1350
+ `, wr = u.div`
1652
1351
  color: rgba(54, 163, 217, 1);
1653
1352
  cursor: pointer;
1654
1353
  `;
@@ -1659,17 +1358,17 @@ function ut({
1659
1358
  const {
1660
1359
  themeSettings: r
1661
1360
  } = f();
1662
- return /* @__PURE__ */ a(xr, {
1663
- children: [/* @__PURE__ */ a(fr, {
1361
+ return /* @__PURE__ */ a(fr, {
1362
+ children: [/* @__PURE__ */ a(kr, {
1664
1363
  theme: r,
1665
1364
  children: e
1666
- }), /* @__PURE__ */ a($t, {}), t && /* @__PURE__ */ a(kr, {
1365
+ }), /* @__PURE__ */ a(Vt, {}), t && /* @__PURE__ */ a(wr, {
1667
1366
  onClick: t.onClick,
1668
1367
  children: t.text
1669
1368
  })]
1670
1369
  });
1671
1370
  }
1672
- const ne = g.div`
1371
+ const ce = u.div`
1673
1372
  width: 5px;
1674
1373
  height: 5px;
1675
1374
  border-radius: 50%;
@@ -1698,35 +1397,35 @@ const ne = g.div`
1698
1397
  }
1699
1398
  }
1700
1399
  `;
1701
- function Te() {
1400
+ function Ze() {
1702
1401
  const {
1703
1402
  themeSettings: e
1704
1403
  } = f(), t = e.aiChat.icons.color;
1705
1404
  return /* @__PURE__ */ a("div", {
1706
1405
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1707
1406
  "aria-label": "loading dots",
1708
- children: [/* @__PURE__ */ a(ne, {
1407
+ children: [/* @__PURE__ */ a(ce, {
1709
1408
  color: t
1710
- }), /* @__PURE__ */ a(ne, {
1409
+ }), /* @__PURE__ */ a(ce, {
1711
1410
  color: t
1712
- }), /* @__PURE__ */ a(ne, {
1411
+ }), /* @__PURE__ */ a(ce, {
1713
1412
  color: t
1714
- }), /* @__PURE__ */ a(ne, {
1413
+ }), /* @__PURE__ */ a(ce, {
1715
1414
  color: t
1716
1415
  })]
1717
1416
  });
1718
1417
  }
1719
- const wr = g.div`
1418
+ const _r = u.div`
1720
1419
  display: flex;
1721
1420
 
1722
1421
  ${({
1723
1422
  align: e
1724
- }) => e === "right" ? S`
1423
+ }) => e === "right" ? A`
1725
1424
  justify-content: flex-end;
1726
- ` : S`
1425
+ ` : A`
1727
1426
  justify-content: flex-start;
1728
1427
  `}
1729
- `, _r = g.button`
1428
+ `, Cr = u.button`
1730
1429
  font-family: inherit;
1731
1430
  font-size: inherit;
1732
1431
  line-height: inherit;
@@ -1754,15 +1453,15 @@ const wr = g.div`
1754
1453
 
1755
1454
  ${({
1756
1455
  align: e
1757
- }) => e === "right" ? S`
1456
+ }) => e === "right" ? A`
1758
1457
  text-align: right;
1759
- ` : S`
1458
+ ` : A`
1760
1459
  text-align: left;
1761
1460
  `}
1762
1461
 
1763
1462
  ${({
1764
1463
  align: e
1765
- }) => e !== "full" ? S`
1464
+ }) => e !== "full" ? A`
1766
1465
  max-width: 382px;
1767
1466
  ` : ""}
1768
1467
 
@@ -1775,7 +1474,7 @@ const wr = g.div`
1775
1474
  } = e.aiChat.suggestions;
1776
1475
  if (t) {
1777
1476
  const [i, o] = t;
1778
- return S`
1477
+ return A`
1779
1478
  border: none;
1780
1479
  position: relative;
1781
1480
  border-radius: ${r};
@@ -1798,7 +1497,7 @@ const wr = g.div`
1798
1497
  return "";
1799
1498
  }}
1800
1499
  `;
1801
- function se({
1500
+ function ge({
1802
1501
  children: e,
1803
1502
  align: t,
1804
1503
  onClick: r,
@@ -1809,9 +1508,9 @@ function se({
1809
1508
  const {
1810
1509
  themeSettings: l
1811
1510
  } = f();
1812
- return /* @__PURE__ */ a(wr, {
1511
+ return /* @__PURE__ */ a(_r, {
1813
1512
  align: t,
1814
- children: /* @__PURE__ */ a(_r, {
1513
+ children: /* @__PURE__ */ a(Cr, {
1815
1514
  "aria-label": n,
1816
1515
  theme: l,
1817
1516
  onClick: r,
@@ -1822,20 +1521,20 @@ function se({
1822
1521
  })
1823
1522
  });
1824
1523
  }
1825
- function Cr({
1524
+ function yr({
1826
1525
  onCancel: e,
1827
1526
  onConfirm: t
1828
1527
  }) {
1829
1528
  const {
1830
1529
  t: r
1831
- } = _();
1530
+ } = y();
1832
1531
  return /* @__PURE__ */ a(N, {
1833
- children: [/* @__PURE__ */ a(U, {
1532
+ children: [/* @__PURE__ */ a(q, {
1834
1533
  align: "left",
1835
1534
  children: r("ai.clearHistoryPrompt")
1836
1535
  }), /* @__PURE__ */ a("div", {
1837
1536
  className: "csdk-flex csdk-gap-x-2",
1838
- children: [/* @__PURE__ */ a(se, {
1537
+ children: [/* @__PURE__ */ a(ge, {
1839
1538
  align: "right",
1840
1539
  onClick: t,
1841
1540
  accessibleName: "confirm clear chat",
@@ -1843,7 +1542,7 @@ function Cr({
1843
1542
  className: "csdk-py-[6px] csdk-px-[20px]",
1844
1543
  children: r("ai.buttons.yes")
1845
1544
  })
1846
- }), /* @__PURE__ */ a(se, {
1545
+ }), /* @__PURE__ */ a(ge, {
1847
1546
  align: "right",
1848
1547
  onClick: e,
1849
1548
  accessibleName: "cancel clear chat",
@@ -1855,7 +1554,353 @@ function Cr({
1855
1554
  })]
1856
1555
  });
1857
1556
  }
1858
- function yr({
1557
+ function vr(e) {
1558
+ return ta("MuiDialog", e);
1559
+ }
1560
+ const ve = Dt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), ht = /* @__PURE__ */ ue({});
1561
+ process.env.NODE_ENV !== "production" && (ht.displayName = "DialogContext");
1562
+ const Mr = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Ir = he(At, {
1563
+ name: "MuiDialog",
1564
+ slot: "Backdrop",
1565
+ overrides: (e, t) => t.backdrop
1566
+ })({
1567
+ // Improve scrollable dialog support.
1568
+ zIndex: -1
1569
+ }), Dr = (e) => {
1570
+ const {
1571
+ classes: t,
1572
+ scroll: r,
1573
+ maxWidth: i,
1574
+ fullWidth: o,
1575
+ fullScreen: n
1576
+ } = e, l = {
1577
+ root: ["root"],
1578
+ container: ["container", `scroll${J(r)}`],
1579
+ paper: ["paper", `paperScroll${J(r)}`, `paperWidth${J(String(i))}`, o && "paperFullWidth", n && "paperFullScreen"]
1580
+ };
1581
+ return Ut(l, vr, t);
1582
+ }, Ar = he(St, {
1583
+ name: "MuiDialog",
1584
+ slot: "Root",
1585
+ overridesResolver: (e, t) => t.root
1586
+ })({
1587
+ "@media print": {
1588
+ // Use !important to override the Modal inline-style.
1589
+ position: "absolute !important"
1590
+ }
1591
+ }), Sr = he("div", {
1592
+ name: "MuiDialog",
1593
+ slot: "Container",
1594
+ overridesResolver: (e, t) => {
1595
+ const {
1596
+ ownerState: r
1597
+ } = e;
1598
+ return [t.container, t[`scroll${J(r.scroll)}`]];
1599
+ }
1600
+ })(({
1601
+ ownerState: e
1602
+ }) => U({
1603
+ height: "100%",
1604
+ "@media print": {
1605
+ height: "auto"
1606
+ },
1607
+ // We disable the focus ring for mouse, touch and keyboard users.
1608
+ outline: 0
1609
+ }, e.scroll === "paper" && {
1610
+ display: "flex",
1611
+ justifyContent: "center",
1612
+ alignItems: "center"
1613
+ }, e.scroll === "body" && {
1614
+ overflowY: "auto",
1615
+ overflowX: "hidden",
1616
+ textAlign: "center",
1617
+ "&::after": {
1618
+ content: '""',
1619
+ display: "inline-block",
1620
+ verticalAlign: "middle",
1621
+ height: "100%",
1622
+ width: "0"
1623
+ }
1624
+ })), Lr = he(Fe, {
1625
+ name: "MuiDialog",
1626
+ slot: "Paper",
1627
+ overridesResolver: (e, t) => {
1628
+ const {
1629
+ ownerState: r
1630
+ } = e;
1631
+ return [t.paper, t[`scrollPaper${J(r.scroll)}`], t[`paperWidth${J(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
1632
+ }
1633
+ })(({
1634
+ theme: e,
1635
+ ownerState: t
1636
+ }) => U({
1637
+ margin: 32,
1638
+ position: "relative",
1639
+ overflowY: "auto",
1640
+ // Fix IE11 issue, to remove at some point.
1641
+ "@media print": {
1642
+ overflowY: "visible",
1643
+ boxShadow: "none"
1644
+ }
1645
+ }, t.scroll === "paper" && {
1646
+ display: "flex",
1647
+ flexDirection: "column",
1648
+ maxHeight: "calc(100% - 64px)"
1649
+ }, t.scroll === "body" && {
1650
+ display: "inline-block",
1651
+ verticalAlign: "middle",
1652
+ textAlign: "left"
1653
+ // 'initial' doesn't work on IE11
1654
+ }, !t.maxWidth && {
1655
+ maxWidth: "calc(100% - 64px)"
1656
+ }, t.maxWidth === "xs" && {
1657
+ maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1658
+ [`&.${ve.paperScrollBody}`]: {
1659
+ [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1660
+ maxWidth: "calc(100% - 64px)"
1661
+ }
1662
+ }
1663
+ }, t.maxWidth && t.maxWidth !== "xs" && {
1664
+ maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
1665
+ [`&.${ve.paperScrollBody}`]: {
1666
+ [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
1667
+ maxWidth: "calc(100% - 64px)"
1668
+ }
1669
+ }
1670
+ }, t.fullWidth && {
1671
+ width: "calc(100% - 64px)"
1672
+ }, t.fullScreen && {
1673
+ margin: 0,
1674
+ width: "100%",
1675
+ maxWidth: "100%",
1676
+ height: "100%",
1677
+ maxHeight: "none",
1678
+ borderRadius: 0,
1679
+ [`&.${ve.paperScrollBody}`]: {
1680
+ margin: 0,
1681
+ maxWidth: "100%"
1682
+ }
1683
+ })), bt = /* @__PURE__ */ Qe(function(e, t) {
1684
+ const r = zt({
1685
+ props: e,
1686
+ name: "MuiDialog"
1687
+ }), i = Et(), o = {
1688
+ enter: i.transitions.duration.enteringScreen,
1689
+ exit: i.transitions.duration.leavingScreen
1690
+ }, {
1691
+ "aria-describedby": n,
1692
+ "aria-labelledby": l,
1693
+ BackdropComponent: d,
1694
+ BackdropProps: c,
1695
+ children: s,
1696
+ className: g,
1697
+ disableEscapeKeyDown: p = !1,
1698
+ fullScreen: h = !1,
1699
+ fullWidth: b = !1,
1700
+ maxWidth: x = "sm",
1701
+ onBackdropClick: k,
1702
+ onClick: w,
1703
+ onClose: S,
1704
+ open: O,
1705
+ PaperComponent: _ = Fe,
1706
+ PaperProps: Y = {},
1707
+ scroll: R = "paper",
1708
+ TransitionComponent: V = Pt,
1709
+ transitionDuration: W = o,
1710
+ TransitionProps: ne
1711
+ } = r, ke = Zt(r, Mr), Q = U({}, r, {
1712
+ disableEscapeKeyDown: p,
1713
+ fullScreen: h,
1714
+ fullWidth: b,
1715
+ maxWidth: x,
1716
+ scroll: R
1717
+ }), H = Dr(Q), K = B(), T = (E) => {
1718
+ K.current = E.target === E.currentTarget;
1719
+ }, le = (E) => {
1720
+ w && w(E), K.current && (K.current = null, k && k(E), S && S(E, "backdropClick"));
1721
+ }, ee = Ot(l), we = j(() => ({
1722
+ titleId: ee
1723
+ }), [ee]);
1724
+ return /* @__PURE__ */ a(Ar, U({
1725
+ className: Ce(H.root, g),
1726
+ closeAfterTransition: !0,
1727
+ components: {
1728
+ Backdrop: Ir
1729
+ },
1730
+ componentsProps: {
1731
+ backdrop: U({
1732
+ transitionDuration: W,
1733
+ as: d
1734
+ }, c)
1735
+ },
1736
+ disableEscapeKeyDown: p,
1737
+ onClose: S,
1738
+ open: O,
1739
+ ref: t,
1740
+ onClick: le,
1741
+ ownerState: Q
1742
+ }, ke, {
1743
+ children: /* @__PURE__ */ a(V, U({
1744
+ appear: !0,
1745
+ in: O,
1746
+ timeout: W,
1747
+ role: "presentation"
1748
+ }, ne, {
1749
+ children: /* @__PURE__ */ a(Sr, {
1750
+ className: Ce(H.container),
1751
+ onMouseDown: T,
1752
+ ownerState: Q,
1753
+ children: /* @__PURE__ */ a(Lr, U({
1754
+ as: _,
1755
+ elevation: 24,
1756
+ role: "dialog",
1757
+ "aria-describedby": n,
1758
+ "aria-labelledby": ee
1759
+ }, Y, {
1760
+ className: Ce(H.paper, Y.className),
1761
+ ownerState: Q,
1762
+ children: /* @__PURE__ */ a(ht.Provider, {
1763
+ value: we,
1764
+ children: s
1765
+ })
1766
+ }))
1767
+ })
1768
+ }))
1769
+ }));
1770
+ });
1771
+ process.env.NODE_ENV !== "production" && (bt.propTypes = {
1772
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
1773
+ // │ These PropTypes are generated from the TypeScript type definitions. │
1774
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
1775
+ // └─────────────────────────────────────────────────────────────────────┘
1776
+ /**
1777
+ * The id(s) of the element(s) that describe the dialog.
1778
+ */
1779
+ "aria-describedby": m.string,
1780
+ /**
1781
+ * The id(s) of the element(s) that label the dialog.
1782
+ */
1783
+ "aria-labelledby": m.string,
1784
+ /**
1785
+ * A backdrop component. This prop enables custom backdrop rendering.
1786
+ * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
1787
+ * Use the `slots.backdrop` prop to make your application ready for the next version of Material UI.
1788
+ * @default styled(Backdrop, {
1789
+ * name: 'MuiModal',
1790
+ * slot: 'Backdrop',
1791
+ * overridesResolver: (props, styles) => {
1792
+ * return styles.backdrop;
1793
+ * },
1794
+ * })({
1795
+ * zIndex: -1,
1796
+ * })
1797
+ */
1798
+ BackdropComponent: m.elementType,
1799
+ /**
1800
+ * @ignore
1801
+ */
1802
+ BackdropProps: m.object,
1803
+ /**
1804
+ * Dialog children, usually the included sub-components.
1805
+ */
1806
+ children: m.node,
1807
+ /**
1808
+ * Override or extend the styles applied to the component.
1809
+ */
1810
+ classes: m.object,
1811
+ /**
1812
+ * @ignore
1813
+ */
1814
+ className: m.string,
1815
+ /**
1816
+ * If `true`, hitting escape will not fire the `onClose` callback.
1817
+ * @default false
1818
+ */
1819
+ disableEscapeKeyDown: m.bool,
1820
+ /**
1821
+ * If `true`, the dialog is full-screen.
1822
+ * @default false
1823
+ */
1824
+ fullScreen: m.bool,
1825
+ /**
1826
+ * If `true`, the dialog stretches to `maxWidth`.
1827
+ *
1828
+ * Notice that the dialog width grow is limited by the default margin.
1829
+ * @default false
1830
+ */
1831
+ fullWidth: m.bool,
1832
+ /**
1833
+ * Determine the max-width of the dialog.
1834
+ * The dialog width grows with the size of the screen.
1835
+ * Set to `false` to disable `maxWidth`.
1836
+ * @default 'sm'
1837
+ */
1838
+ maxWidth: m.oneOfType([m.oneOf(["xs", "sm", "md", "lg", "xl", !1]), m.string]),
1839
+ /**
1840
+ * Callback fired when the backdrop is clicked.
1841
+ * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
1842
+ */
1843
+ onBackdropClick: m.func,
1844
+ /**
1845
+ * @ignore
1846
+ */
1847
+ onClick: m.func,
1848
+ /**
1849
+ * Callback fired when the component requests to be closed.
1850
+ *
1851
+ * @param {object} event The event source of the callback.
1852
+ * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
1853
+ */
1854
+ onClose: m.func,
1855
+ /**
1856
+ * If `true`, the component is shown.
1857
+ */
1858
+ open: m.bool.isRequired,
1859
+ /**
1860
+ * The component used to render the body of the dialog.
1861
+ * @default Paper
1862
+ */
1863
+ PaperComponent: m.elementType,
1864
+ /**
1865
+ * Props applied to the [`Paper`](/material-ui/api/paper/) element.
1866
+ * @default {}
1867
+ */
1868
+ PaperProps: m.object,
1869
+ /**
1870
+ * Determine the container for scrolling the dialog.
1871
+ * @default 'paper'
1872
+ */
1873
+ scroll: m.oneOf(["body", "paper"]),
1874
+ /**
1875
+ * The system prop that allows defining system overrides as well as additional CSS styles.
1876
+ */
1877
+ sx: m.oneOfType([m.arrayOf(m.oneOfType([m.func, m.object, m.bool])), m.func, m.object]),
1878
+ /**
1879
+ * The component used for the transition.
1880
+ * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
1881
+ * @default Fade
1882
+ */
1883
+ TransitionComponent: m.elementType,
1884
+ /**
1885
+ * The duration for the transition, in milliseconds.
1886
+ * You may specify a single timeout for all transitions, or individually with an object.
1887
+ * @default {
1888
+ * enter: theme.transitions.duration.enteringScreen,
1889
+ * exit: theme.transitions.duration.leavingScreen,
1890
+ * }
1891
+ */
1892
+ transitionDuration: m.oneOfType([m.number, m.shape({
1893
+ appear: m.number,
1894
+ enter: m.number,
1895
+ exit: m.number
1896
+ })]),
1897
+ /**
1898
+ * Props applied to the transition element.
1899
+ * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
1900
+ */
1901
+ TransitionProps: m.object
1902
+ });
1903
+ function Nr({
1859
1904
  fillColor: e = "#262E3D"
1860
1905
  }) {
1861
1906
  return /* @__PURE__ */ a("svg", {
@@ -1879,7 +1924,7 @@ function yr({
1879
1924
  })]
1880
1925
  });
1881
1926
  }
1882
- const ht = {
1927
+ const mt = {
1883
1928
  row: {
1884
1929
  hover: "rgba(224, 224, 224, 0.3)"
1885
1930
  },
@@ -1964,17 +2009,17 @@ const ht = {
1964
2009
  errorBG: "rgba(231, 71, 39, 0.1)"
1965
2010
  }
1966
2011
  }
1967
- }, vr = {
2012
+ }, jr = {
1968
2013
  shouldForwardProp: (e) => !e.startsWith("$")
1969
- }, re = g($e, vr)(({
2014
+ }, oe = u(Ve, jr)(({
1970
2015
  $hoverColor: e
1971
2016
  }) => ({
1972
2017
  padding: 2,
1973
2018
  "&.MuiIconButton-root:hover": {
1974
- backgroundColor: e ?? ht.interaction.defaultHover
2019
+ backgroundColor: e ?? mt.interaction.defaultHover
1975
2020
  }
1976
2021
  }));
1977
- function Mr({
2022
+ function Tr({
1978
2023
  fill: e = "rgba(38, 46, 61, 0.67)"
1979
2024
  }) {
1980
2025
  return /* @__PURE__ */ a("svg", {
@@ -1991,7 +2036,7 @@ function Mr({
1991
2036
  })
1992
2037
  });
1993
2038
  }
1994
- function Ir({
2039
+ function zr({
1995
2040
  fill: e = "rgba(38, 46, 61, 0.67)"
1996
2041
  }) {
1997
2042
  return /* @__PURE__ */ a("svg", {
@@ -2008,7 +2053,7 @@ function Ir({
2008
2053
  })
2009
2054
  });
2010
2055
  }
2011
- function Dr() {
2056
+ function Er() {
2012
2057
  return /* @__PURE__ */ a("svg", {
2013
2058
  xmlns: "http://www.w3.org/2000/svg",
2014
2059
  width: "24",
@@ -2024,7 +2069,7 @@ function Dr() {
2024
2069
  })
2025
2070
  });
2026
2071
  }
2027
- function Ar({
2072
+ function Zr({
2028
2073
  fill: e = "rgba(38, 46, 61, 0.67)"
2029
2074
  }) {
2030
2075
  return /* @__PURE__ */ a("svg", {
@@ -2041,26 +2086,26 @@ function Ar({
2041
2086
  })
2042
2087
  });
2043
2088
  }
2044
- const je = (e) => Fe(e.chart.backgroundColor), Sr = ({
2089
+ const Oe = (e) => Je(e.chart.backgroundColor), Or = ({
2045
2090
  title: e
2046
2091
  }) => {
2047
2092
  const {
2048
2093
  themeSettings: t
2049
2094
  } = f();
2050
- return /* @__PURE__ */ a(ae, {
2095
+ return /* @__PURE__ */ a(ie, {
2051
2096
  title: e,
2052
- children: /* @__PURE__ */ a(re, {
2097
+ children: /* @__PURE__ */ a(oe, {
2053
2098
  disableTouchRipple: !0,
2054
- $hoverColor: je(t),
2055
- children: /* @__PURE__ */ a(Ir, {
2099
+ $hoverColor: Oe(t),
2100
+ children: /* @__PURE__ */ a(zr, {
2056
2101
  fill: t.chart.textColor
2057
2102
  })
2058
2103
  })
2059
2104
  });
2060
- }, Lr = ({
2105
+ }, Rr = ({
2061
2106
  items: e
2062
2107
  }) => {
2063
- const [t, r] = I(null), i = (l) => {
2108
+ const [t, r] = M(null), i = (l) => {
2064
2109
  r(l.currentTarget);
2065
2110
  }, o = () => {
2066
2111
  r(null);
@@ -2068,14 +2113,14 @@ const je = (e) => Fe(e.chart.backgroundColor), Sr = ({
2068
2113
  themeSettings: n
2069
2114
  } = f();
2070
2115
  return /* @__PURE__ */ a(N, {
2071
- children: [/* @__PURE__ */ a(re, {
2116
+ children: [/* @__PURE__ */ a(oe, {
2072
2117
  onClick: i,
2073
- $hoverColor: je(n),
2118
+ $hoverColor: Oe(n),
2074
2119
  "aria-label": "three dots button",
2075
- children: /* @__PURE__ */ a(Ar, {
2120
+ children: /* @__PURE__ */ a(Zr, {
2076
2121
  fill: n.chart.textColor
2077
2122
  })
2078
- }), /* @__PURE__ */ a(oa, {
2123
+ }), /* @__PURE__ */ a(ca, {
2079
2124
  anchorEl: t,
2080
2125
  anchorOrigin: {
2081
2126
  vertical: "bottom",
@@ -2087,14 +2132,14 @@ const je = (e) => Fe(e.chart.backgroundColor), Sr = ({
2087
2132
  },
2088
2133
  open: !!t,
2089
2134
  onClose: o,
2090
- children: e.map((l) => /* @__PURE__ */ a(na, {
2135
+ children: e.map((l) => /* @__PURE__ */ a(da, {
2091
2136
  onClick: () => {
2092
2137
  l.onClick(), o();
2093
2138
  },
2094
2139
  sx: {
2095
2140
  fontSize: "13px",
2096
2141
  fontFamily: n.typography.fontFamily,
2097
- color: ht.text.content
2142
+ color: mt.text.content
2098
2143
  },
2099
2144
  disableRipple: !0,
2100
2145
  children: [l.icon, /* @__PURE__ */ a("div", {
@@ -2104,64 +2149,64 @@ const je = (e) => Fe(e.chart.backgroundColor), Sr = ({
2104
2149
  }, l.title))
2105
2150
  })]
2106
2151
  });
2107
- }, Nr = ({
2152
+ }, Wr = ({
2108
2153
  onClick: e
2109
2154
  }) => {
2110
2155
  const {
2111
2156
  themeSettings: t
2112
2157
  } = f(), {
2113
2158
  t: r
2114
- } = _();
2115
- return /* @__PURE__ */ a(ae, {
2159
+ } = y();
2160
+ return /* @__PURE__ */ a(ie, {
2116
2161
  title: r("ai.preview"),
2117
- children: /* @__PURE__ */ a(re, {
2162
+ children: /* @__PURE__ */ a(oe, {
2118
2163
  onClick: e,
2119
- $hoverColor: je(t),
2120
- children: /* @__PURE__ */ a(Mr, {
2164
+ $hoverColor: Oe(t),
2165
+ children: /* @__PURE__ */ a(Tr, {
2121
2166
  fill: t.chart.textColor
2122
2167
  })
2123
2168
  })
2124
2169
  });
2125
- }, Tr = g.div`
2170
+ }, Gr = u.div`
2126
2171
  display: flex;
2127
2172
  padding-top: 6px;
2128
2173
  padding-bottom: 6px;
2129
2174
  `;
2130
- function jr({
2175
+ function qr({
2131
2176
  infoTooltipText: e,
2132
2177
  onRefresh: t,
2133
2178
  onExpand: r
2134
2179
  }) {
2135
- const i = z(() => [{
2180
+ const i = j(() => [{
2136
2181
  title: "Refresh",
2137
2182
  onClick: t,
2138
- icon: /* @__PURE__ */ a(Dr, {})
2183
+ icon: /* @__PURE__ */ a(Er, {})
2139
2184
  }], [t]);
2140
- return /* @__PURE__ */ a(Tr, {
2185
+ return /* @__PURE__ */ a(Gr, {
2141
2186
  "aria-label": "chatbot chart toolbar",
2142
- children: [/* @__PURE__ */ a(Sr, {
2187
+ children: [/* @__PURE__ */ a(Or, {
2143
2188
  title: e ?? ""
2144
- }), /* @__PURE__ */ a(Lr, {
2189
+ }), /* @__PURE__ */ a(Rr, {
2145
2190
  items: i
2146
- }), /* @__PURE__ */ a(Nr, {
2191
+ }), /* @__PURE__ */ a(Wr, {
2147
2192
  onClick: r
2148
2193
  })]
2149
2194
  });
2150
2195
  }
2151
- function zr({
2196
+ function Yr({
2152
2197
  content: e
2153
2198
  }) {
2154
- const [t, r] = I(!1), {
2199
+ const [t, r] = M(!1), {
2155
2200
  themeSettings: i
2156
2201
  } = f(), {
2157
2202
  inlineElement: o,
2158
2203
  expandedElement: n
2159
- } = z(() => {
2160
- const l = ue(e, {
2204
+ } = j(() => {
2205
+ const l = me(e, {
2161
2206
  useCustomizedStyleOptions: !0
2162
2207
  });
2163
- if (l === void 0 || !ye(l))
2164
- throw new Ce("errors.otherWidgetTypesNotSupported");
2208
+ if (l === void 0 || !De(l))
2209
+ throw new Ie("errors.otherWidgetTypesNotSupported");
2165
2210
  const {
2166
2211
  detailedDescription: d
2167
2212
  } = e, {
@@ -2169,21 +2214,21 @@ function zr({
2169
2214
  } = l, s = {
2170
2215
  cornerRadius: "Small",
2171
2216
  header: {
2172
- renderToolbar: (h) => /* @__PURE__ */ a(jr, {
2217
+ renderToolbar: (h) => /* @__PURE__ */ a(qr, {
2173
2218
  infoTooltipText: d,
2174
2219
  onRefresh: h,
2175
2220
  onExpand: () => r(!0)
2176
2221
  })
2177
2222
  }
2178
2223
  };
2179
- let u, p;
2180
- if (ea(l.chartType))
2181
- u = /* @__PURE__ */ a("div", {
2224
+ let g, p;
2225
+ if (aa(l.chartType))
2226
+ g = /* @__PURE__ */ a("div", {
2182
2227
  className: "csdk-h-[245px]",
2183
- children: /* @__PURE__ */ a(K, v(C({}, l), {
2228
+ children: /* @__PURE__ */ a(te, I(v({}, l), {
2184
2229
  styleOptions: s
2185
2230
  }))
2186
- }), p = /* @__PURE__ */ a(K, v(C({}, l), {
2231
+ }), p = /* @__PURE__ */ a(te, I(v({}, l), {
2187
2232
  styleOptions: {
2188
2233
  header: {
2189
2234
  hidden: !0
@@ -2191,32 +2236,32 @@ function zr({
2191
2236
  }
2192
2237
  }));
2193
2238
  else {
2194
- const h = v(C({}, c), {
2239
+ const h = I(v({}, c), {
2195
2240
  header: {
2196
2241
  hidden: !0
2197
2242
  }
2198
- }), b = C(v(C({}, c), {
2243
+ }), b = v(I(v({}, c), {
2199
2244
  legend: void 0,
2200
2245
  xAxis: void 0,
2201
2246
  yAxis: void 0
2202
2247
  }), s);
2203
- delete b.legend, delete b.xAxis, delete b.yAxis, u = /* @__PURE__ */ a("div", {
2204
- children: /* @__PURE__ */ a(K, v(C({}, l), {
2248
+ delete b.legend, delete b.xAxis, delete b.yAxis, g = /* @__PURE__ */ a("div", {
2249
+ children: /* @__PURE__ */ a(te, I(v({}, l), {
2205
2250
  styleOptions: b
2206
2251
  }))
2207
- }), p = /* @__PURE__ */ a(K, v(C({}, l), {
2208
- styleOptions: C({
2252
+ }), p = /* @__PURE__ */ a(te, I(v({}, l), {
2253
+ styleOptions: v({
2209
2254
  cornerRadius: "None"
2210
2255
  }, h)
2211
2256
  }));
2212
2257
  }
2213
2258
  return {
2214
- inlineElement: u,
2259
+ inlineElement: g,
2215
2260
  expandedElement: p
2216
2261
  };
2217
2262
  }, [e]);
2218
2263
  return /* @__PURE__ */ a(N, {
2219
- children: [o, /* @__PURE__ */ a(at, {
2264
+ children: [o, /* @__PURE__ */ a(bt, {
2220
2265
  open: t,
2221
2266
  onClose: () => r(!1),
2222
2267
  maxWidth: "xl",
@@ -2232,10 +2277,10 @@ function zr({
2232
2277
  children: [/* @__PURE__ */ a("div", {
2233
2278
  className: "csdk-text-ai-lg csdk-semibold",
2234
2279
  children: e.queryTitle
2235
- }), /* @__PURE__ */ a($e, {
2280
+ }), /* @__PURE__ */ a(Ve, {
2236
2281
  onClick: () => r(!1),
2237
2282
  "aria-label": "close expanded chart",
2238
- children: /* @__PURE__ */ a(yr, {
2283
+ children: /* @__PURE__ */ a(Nr, {
2239
2284
  fillColor: i.aiChat.primaryTextColor
2240
2285
  })
2241
2286
  })]
@@ -2246,7 +2291,7 @@ function zr({
2246
2291
  })]
2247
2292
  });
2248
2293
  }
2249
- function Er({
2294
+ function Hr({
2250
2295
  theme: e
2251
2296
  }) {
2252
2297
  return /* @__PURE__ */ a("svg", {
@@ -2263,7 +2308,7 @@ function Er({
2263
2308
  })
2264
2309
  });
2265
2310
  }
2266
- function Zr({
2311
+ function Ur({
2267
2312
  onClick: e,
2268
2313
  disabled: t
2269
2314
  }) {
@@ -2271,21 +2316,21 @@ function Zr({
2271
2316
  themeSettings: r
2272
2317
  } = f(), {
2273
2318
  t: i
2274
- } = _();
2275
- return /* @__PURE__ */ a(ae, {
2319
+ } = y();
2320
+ return /* @__PURE__ */ a(ie, {
2276
2321
  title: i("ai.buttons.incorrectResponse"),
2277
- children: /* @__PURE__ */ a(re, {
2322
+ children: /* @__PURE__ */ a(oe, {
2278
2323
  "aria-label": "thumbs-down",
2279
2324
  onClick: e,
2280
2325
  $hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
2281
2326
  disabled: t,
2282
- children: /* @__PURE__ */ a(Er, {
2327
+ children: /* @__PURE__ */ a(Hr, {
2283
2328
  theme: r
2284
2329
  })
2285
2330
  })
2286
2331
  });
2287
2332
  }
2288
- function Or({
2333
+ function Pr({
2289
2334
  theme: e
2290
2335
  }) {
2291
2336
  return /* @__PURE__ */ a("svg", {
@@ -2302,7 +2347,7 @@ function Or({
2302
2347
  })
2303
2348
  });
2304
2349
  }
2305
- function Rr({
2350
+ function Br({
2306
2351
  onClick: e,
2307
2352
  disabled: t
2308
2353
  }) {
@@ -2310,90 +2355,90 @@ function Rr({
2310
2355
  themeSettings: r
2311
2356
  } = f(), {
2312
2357
  t: i
2313
- } = _();
2314
- return /* @__PURE__ */ a(ae, {
2358
+ } = y();
2359
+ return /* @__PURE__ */ a(ie, {
2315
2360
  title: i("ai.buttons.correctResponse"),
2316
- children: /* @__PURE__ */ a(re, {
2361
+ children: /* @__PURE__ */ a(oe, {
2317
2362
  "aria-label": "thumbs-up",
2318
2363
  onClick: e,
2319
2364
  $hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
2320
2365
  disabled: t,
2321
- children: /* @__PURE__ */ a(Or, {
2366
+ children: /* @__PURE__ */ a(Pr, {
2322
2367
  theme: r
2323
2368
  })
2324
2369
  })
2325
2370
  });
2326
2371
  }
2327
- const Wr = () => {
2328
- const [e, t] = I(!1), r = $(null), i = M(() => {
2372
+ const $r = () => {
2373
+ const [e, t] = M(!1), r = B(null), i = C(() => {
2329
2374
  t(!0);
2330
- }, []), o = M(() => {
2375
+ }, []), o = C(() => {
2331
2376
  t(!1);
2332
2377
  }, []);
2333
- return [M((n) => {
2378
+ return [C((n) => {
2334
2379
  var l;
2335
2380
  ((l = r.current) == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (r.current.removeEventListener("mouseenter", i), r.current.removeEventListener("mouseleave", o)), (n == null ? void 0 : n.nodeType) === Node.ELEMENT_NODE && (n.addEventListener("mouseenter", i), n.addEventListener("mouseleave", o)), r.current = n;
2336
2381
  }, [i, o]), e];
2337
- }, Gr = g.div`
2382
+ }, Fr = u.div`
2338
2383
  display: flex;
2339
2384
  flex-direction: column;
2340
2385
  row-gap: ${({
2341
2386
  theme: e
2342
2387
  }) => e.aiChat.body.gapBetweenMessages};
2343
2388
  `;
2344
- function qr({
2389
+ function Vr({
2345
2390
  visible: e,
2346
2391
  onSend: t
2347
2392
  }) {
2348
- const [r, i] = I(!1), o = M((l) => {
2393
+ const [r, i] = M(!1), o = C((l) => {
2349
2394
  i(!0), t(l === "up" ? 1 : -1);
2350
2395
  }, [t]);
2351
2396
  return e ? /* @__PURE__ */ a("div", {
2352
2397
  className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
2353
- children: [/* @__PURE__ */ a(Rr, {
2398
+ children: [/* @__PURE__ */ a(Br, {
2354
2399
  onClick: () => o("up"),
2355
2400
  disabled: r
2356
- }), /* @__PURE__ */ a(Zr, {
2401
+ }), /* @__PURE__ */ a(Ur, {
2357
2402
  onClick: () => o("down"),
2358
2403
  disabled: r
2359
2404
  })]
2360
2405
  }) : null;
2361
2406
  }
2362
- function Ie({
2407
+ function Le({
2363
2408
  sourceId: e,
2364
2409
  data: t,
2365
2410
  type: r,
2366
2411
  buttonVisibility: i = "onHover",
2367
2412
  renderContent: o
2368
2413
  }) {
2369
- const n = O(), l = ta(M((p) => {
2414
+ const n = z(), l = ra(C((p) => {
2370
2415
  n && n.ai.sendFeedback({
2371
2416
  sourceId: e,
2372
2417
  type: r,
2373
2418
  data: t,
2374
2419
  rating: p
2375
2420
  });
2376
- }, [n, e, t, r]), 200), [d, c] = Wr(), s = z(() => i === "onHover" ? c : i !== "never", [c, i]), {
2377
- themeSettings: u
2421
+ }, [n, e, t, r]), 200), [d, c] = $r(), s = j(() => i === "onHover" ? c : i !== "never", [c, i]), {
2422
+ themeSettings: g
2378
2423
  } = f();
2379
- return /* @__PURE__ */ a(Gr, {
2424
+ return /* @__PURE__ */ a(Fr, {
2380
2425
  ref: d,
2381
- theme: u,
2382
- children: o(/* @__PURE__ */ a(qr, {
2426
+ theme: g,
2427
+ children: o(/* @__PURE__ */ a(Vr, {
2383
2428
  onSend: l,
2384
2429
  visible: s
2385
2430
  }))
2386
2431
  });
2387
2432
  }
2388
- const Yr = 18 * 5;
2389
- function be({
2433
+ const Qr = 18 * 5;
2434
+ function fe({
2390
2435
  text: e
2391
2436
  }) {
2392
- const [t, r] = I(!0), [i, o] = I(!1), {
2437
+ const [t, r] = M(!0), [i, o] = M(!1), {
2393
2438
  t: n
2394
- } = _(), l = $(null);
2395
- return le(() => {
2396
- l.current && l.current.scrollHeight > Yr && o(!0);
2439
+ } = y(), l = B(null);
2440
+ return se(() => {
2441
+ l.current && l.current.scrollHeight > Qr && o(!0);
2397
2442
  }, [e]), /* @__PURE__ */ a("div", {
2398
2443
  children: [/* @__PURE__ */ a("div", {
2399
2444
  ref: l,
@@ -2409,27 +2454,27 @@ function be({
2409
2454
  })]
2410
2455
  });
2411
2456
  }
2412
- function Hr({
2457
+ function Jr({
2413
2458
  nlgRequest: e
2414
2459
  }) {
2415
2460
  const {
2416
2461
  data: t,
2417
2462
  isLoading: r,
2418
2463
  isError: i
2419
- } = te(e), {
2464
+ } = re(e), {
2420
2465
  t: o
2421
- } = _();
2422
- return r ? /* @__PURE__ */ a(Te, {}) : i ? /* @__PURE__ */ a(U, {
2466
+ } = y();
2467
+ return r ? /* @__PURE__ */ a(Ze, {}) : i ? /* @__PURE__ */ a(q, {
2423
2468
  align: "left",
2424
2469
  children: o("ai.errors.unexpected")
2425
- }) : /* @__PURE__ */ a(U, {
2470
+ }) : /* @__PURE__ */ a(q, {
2426
2471
  align: "full",
2427
- children: /* @__PURE__ */ a(be, {
2472
+ children: /* @__PURE__ */ a(fe, {
2428
2473
  text: t ?? o("ai.errors.insightsNotAvailable")
2429
2474
  })
2430
2475
  });
2431
2476
  }
2432
- function Ur() {
2477
+ function Xr() {
2433
2478
  const {
2434
2479
  themeSettings: e
2435
2480
  } = f();
@@ -2447,34 +2492,35 @@ function Ur() {
2447
2492
  })
2448
2493
  });
2449
2494
  }
2450
- function Br({
2495
+ function Kr({
2451
2496
  onClick: e
2452
2497
  }) {
2453
2498
  const {
2454
2499
  t
2455
- } = _();
2456
- return /* @__PURE__ */ a(se, {
2500
+ } = y();
2501
+ return /* @__PURE__ */ a(ge, {
2457
2502
  align: "left",
2458
2503
  onClick: e,
2459
2504
  children: /* @__PURE__ */ a("div", {
2460
2505
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
2461
- children: [/* @__PURE__ */ a(Ur, {}), t("ai.buttons.insights")]
2506
+ children: [/* @__PURE__ */ a(Xr, {}), t("ai.buttons.insights")]
2462
2507
  })
2463
2508
  });
2464
2509
  }
2465
- const He = g.div`
2510
+ var ei = ia("toLowerCase");
2511
+ const Be = u.div`
2466
2512
  display: flex;
2467
2513
  align-items: center;
2468
2514
  column-gap: 10px;
2469
- `, $r = (e) => !!e && "aeiou".includes(e[0]);
2470
- function Pr({
2515
+ `, ti = (e) => !!e && "aeiou".includes(e[0]);
2516
+ function ai({
2471
2517
  data: e,
2472
2518
  alwaysShowFeedback: t
2473
2519
  }) {
2474
2520
  const {
2475
2521
  chatMode: r = "analyze",
2476
2522
  enableInsights: i
2477
- } = W(), {
2523
+ } = Z(), {
2478
2524
  themeSettings: o
2479
2525
  } = f(), {
2480
2526
  queryTitle: n,
@@ -2484,92 +2530,92 @@ function Pr({
2484
2530
  console.debug(`JAQL for ${n}`, d), console.debug(`chart recommendations for ${n}`, l);
2485
2531
  const c = "chartType" in l ? l.chartType : "table";
2486
2532
  let s;
2487
- $r(c) ? s = `an ${c}` : s = `a ${c}`, c !== "table" && (s += " chart");
2488
- const u = d.datasource.title, [p, h] = I(!1), b = M(() => {
2489
- h((x) => !x);
2490
- }, []), w = {
2533
+ ti(c) ? s = `an ${c}` : s = `a ${c}`, c !== "table" && (s += " chart");
2534
+ const g = d.datasource.title, [p, h] = M(!1), b = C(() => {
2535
+ h((w) => !w);
2536
+ }, []), x = {
2491
2537
  jaql: {
2492
2538
  datasource: d.datasource,
2493
2539
  metadata: d.metadata
2494
2540
  }
2495
2541
  }, k = r === "analyze";
2496
2542
  return /* @__PURE__ */ a(N, {
2497
- children: [/* @__PURE__ */ a(Ie, {
2498
- sourceId: u,
2543
+ children: [/* @__PURE__ */ a(Le, {
2544
+ sourceId: g,
2499
2545
  data: e,
2500
2546
  type: "chats/nlq",
2501
2547
  buttonVisibility: t ? "always" : "onHover",
2502
- renderContent: (x) => /* @__PURE__ */ a(N, {
2503
- children: [/* @__PURE__ */ a(He, {
2548
+ renderContent: (w) => /* @__PURE__ */ a(N, {
2549
+ children: [/* @__PURE__ */ a(Be, {
2504
2550
  children: [/* @__PURE__ */ a(gt, {
2505
2551
  align: "left",
2506
2552
  theme: o,
2507
- children: `Here's ${s} showing ${Ma(n)}.`
2508
- }), x]
2509
- }), k && /* @__PURE__ */ a(zr, {
2553
+ children: `Here's ${s} showing ${ei(n)}.`
2554
+ }), w]
2555
+ }), k && /* @__PURE__ */ a(Yr, {
2510
2556
  content: e
2511
2557
  })]
2512
2558
  })
2513
- }), i && /* @__PURE__ */ a(Ie, {
2514
- sourceId: u,
2515
- data: w,
2559
+ }), i && /* @__PURE__ */ a(Le, {
2560
+ sourceId: g,
2561
+ data: x,
2516
2562
  type: "nlg/queryResult",
2517
2563
  buttonVisibility: p ? "onHover" : "never",
2518
- renderContent: (x) => /* @__PURE__ */ a(N, {
2519
- children: [/* @__PURE__ */ a(He, {
2520
- children: [/* @__PURE__ */ a(Br, {
2564
+ renderContent: (w) => /* @__PURE__ */ a(N, {
2565
+ children: [/* @__PURE__ */ a(Be, {
2566
+ children: [/* @__PURE__ */ a(Kr, {
2521
2567
  onClick: b
2522
- }), x]
2523
- }), p && /* @__PURE__ */ a(Hr, {
2524
- nlgRequest: w
2568
+ }), w]
2569
+ }), p && /* @__PURE__ */ a(Jr, {
2570
+ nlgRequest: x
2525
2571
  })]
2526
2572
  })
2527
2573
  })]
2528
2574
  });
2529
2575
  }
2530
- function Fr({
2576
+ function ri({
2531
2577
  message: e,
2532
2578
  isLastMessage: t
2533
2579
  }) {
2534
- if (Ne(e)) {
2580
+ if (Ee(e)) {
2535
2581
  const i = JSON.parse(e.content);
2536
- return /* @__PURE__ */ a(Pr, {
2582
+ return /* @__PURE__ */ a(ai, {
2537
2583
  data: i,
2538
2584
  alwaysShowFeedback: t
2539
2585
  });
2540
2586
  }
2541
2587
  const r = Ba(e) ? JSON.parse(e.content).answer : e.content;
2542
- return /* @__PURE__ */ a(U, {
2588
+ return /* @__PURE__ */ a(q, {
2543
2589
  align: e.role === "user" ? "right" : "left",
2544
2590
  children: r
2545
2591
  });
2546
2592
  }
2547
- const Vr = Dt(Fr), Qr = ({
2593
+ const ii = Lt(ri), oi = ({
2548
2594
  error: e,
2549
2595
  displayMessage: t
2550
- }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ a(U, {
2596
+ }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ a(q, {
2551
2597
  align: "left",
2552
2598
  children: t
2553
2599
  }));
2554
- function Jr({
2600
+ function ni({
2555
2601
  messages: e
2556
2602
  }) {
2557
2603
  const {
2558
2604
  t
2559
- } = _();
2605
+ } = y();
2560
2606
  return /* @__PURE__ */ a(N, {
2561
- children: e.map((r, i) => /* @__PURE__ */ a(aa, {
2562
- fallbackRender: (o) => Qr(v(C({}, o), {
2607
+ children: e.map((r, i) => /* @__PURE__ */ a(oa, {
2608
+ fallbackRender: (o) => oi(I(v({}, o), {
2563
2609
  displayMessage: t("ai.errors.unexpected")
2564
2610
  })),
2565
- children: /* @__PURE__ */ a(Vr, {
2611
+ children: /* @__PURE__ */ a(ii, {
2566
2612
  message: r,
2567
2613
  isLastMessage: i === e.length - 1
2568
2614
  }, i)
2569
2615
  }, i))
2570
2616
  });
2571
2617
  }
2572
- function bt({
2618
+ function xt({
2573
2619
  color: e
2574
2620
  }) {
2575
2621
  return /* @__PURE__ */ a("svg", {
@@ -2584,7 +2630,7 @@ function bt({
2584
2630
  })
2585
2631
  });
2586
2632
  }
2587
- function Xr({
2633
+ function li({
2588
2634
  onClick: e,
2589
2635
  color: t
2590
2636
  }) {
@@ -2592,12 +2638,12 @@ function Xr({
2592
2638
  "aria-label": "go back",
2593
2639
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2594
2640
  onClick: e,
2595
- children: /* @__PURE__ */ a(bt, {
2641
+ children: /* @__PURE__ */ a(xt, {
2596
2642
  color: t
2597
2643
  })
2598
2644
  });
2599
2645
  }
2600
- const Kr = g.button`
2646
+ const ci = u.button`
2601
2647
  font-size: inherit;
2602
2648
  line-height: inherit;
2603
2649
  box-sizing: border-box;
@@ -2643,7 +2689,7 @@ const Kr = g.button`
2643
2689
  } = e.aiChat.suggestions;
2644
2690
  if (t) {
2645
2691
  const [i, o] = t;
2646
- return S`
2692
+ return A`
2647
2693
  border: none;
2648
2694
  position: relative;
2649
2695
  border-radius: ${r};
@@ -2666,20 +2712,20 @@ const Kr = g.button`
2666
2712
  return "";
2667
2713
  }}
2668
2714
  `;
2669
- function Ue({
2715
+ function $e({
2670
2716
  question: e,
2671
2717
  onClick: t
2672
2718
  }) {
2673
2719
  const {
2674
2720
  themeSettings: r
2675
2721
  } = f();
2676
- return /* @__PURE__ */ a(Kr, {
2722
+ return /* @__PURE__ */ a(ci, {
2677
2723
  onClick: t,
2678
2724
  theme: r,
2679
2725
  children: e
2680
2726
  });
2681
2727
  }
2682
- const ei = g.div`
2728
+ const di = u.div`
2683
2729
  display: flex;
2684
2730
  flex-direction: column;
2685
2731
  align-items: flex-start;
@@ -2687,28 +2733,28 @@ const ei = g.div`
2687
2733
  theme: e
2688
2734
  }) => e.aiChat.suggestions.gap};
2689
2735
  `;
2690
- function ti({
2736
+ function si({
2691
2737
  questions: e,
2692
2738
  onSelection: t
2693
2739
  }) {
2694
2740
  const {
2695
2741
  t: r
2696
- } = _(), [i, o] = I(!0), n = z(() => i && e.length > 5 ? e.slice(0, 4) : e, [e, i]), {
2742
+ } = y(), [i, o] = M(!0), n = j(() => i && e.length > 5 ? e.slice(0, 4) : e, [e, i]), {
2697
2743
  themeSettings: l
2698
2744
  } = f();
2699
- return /* @__PURE__ */ a(ei, {
2745
+ return /* @__PURE__ */ a(di, {
2700
2746
  "aria-label": "list of suggested questions",
2701
2747
  theme: l,
2702
- children: [n.map((d) => /* @__PURE__ */ a(Ue, {
2748
+ children: [n.map((d) => /* @__PURE__ */ a($e, {
2703
2749
  question: d,
2704
2750
  onClick: () => t(d)
2705
- }, d)), n.length < e.length && /* @__PURE__ */ a(Ue, {
2751
+ }, d)), n.length < e.length && /* @__PURE__ */ a($e, {
2706
2752
  question: r("ai.buttons.seeMore"),
2707
2753
  onClick: () => o(!1)
2708
2754
  })]
2709
2755
  });
2710
2756
  }
2711
- const ai = g.div`
2757
+ const pi = u.div`
2712
2758
  width: 283px;
2713
2759
  height: 32px;
2714
2760
  border-radius: 10px;
@@ -2734,42 +2780,42 @@ const ai = g.div`
2734
2780
  background-position: -200% 0;
2735
2781
  }
2736
2782
  }
2737
- `, ri = g.div`
2783
+ `, gi = u.div`
2738
2784
  display: flex;
2739
2785
  flex-direction: column;
2740
2786
  row-gap: 1rem;
2741
2787
  `;
2742
- function ii() {
2788
+ function ui() {
2743
2789
  const {
2744
2790
  themeSettings: e
2745
2791
  } = f();
2746
- return /* @__PURE__ */ a(ri, {
2792
+ return /* @__PURE__ */ a(gi, {
2747
2793
  children: Array.from({
2748
2794
  length: 3
2749
- }, (t, r) => /* @__PURE__ */ a(ai, {
2795
+ }, (t, r) => /* @__PURE__ */ a(pi, {
2750
2796
  theme: e
2751
2797
  }, r))
2752
2798
  });
2753
2799
  }
2754
- function oi({
2800
+ function hi({
2755
2801
  questions: e,
2756
2802
  isLoading: t,
2757
2803
  onSelection: r
2758
2804
  }) {
2759
2805
  const i = e.length > 0, {
2760
2806
  suggestionsWelcomeText: o
2761
- } = W();
2762
- return t ? /* @__PURE__ */ a(ii, {}) : i ? /* @__PURE__ */ a(N, {
2763
- children: [o && /* @__PURE__ */ a(U, {
2807
+ } = Z();
2808
+ return t ? /* @__PURE__ */ a(ui, {}) : i ? /* @__PURE__ */ a(N, {
2809
+ children: [o && /* @__PURE__ */ a(q, {
2764
2810
  align: "left",
2765
2811
  children: o
2766
- }), /* @__PURE__ */ a(ti, {
2812
+ }), /* @__PURE__ */ a(si, {
2767
2813
  onSelection: r,
2768
2814
  questions: e
2769
2815
  })]
2770
2816
  }) : null;
2771
2817
  }
2772
- const ni = g.div`
2818
+ const bi = u.div`
2773
2819
  flex: 0 0 80px;
2774
2820
  padding-left: 14px;
2775
2821
  padding-right: 14px;
@@ -2780,7 +2826,7 @@ const ni = g.div`
2780
2826
  background-color: ${({
2781
2827
  style: e
2782
2828
  }) => e.backgroundColor};
2783
- `, li = g.div`
2829
+ `, mi = u.div`
2784
2830
  font-size: 18px;
2785
2831
  line-height: 22px;
2786
2832
  font-weight: 600;
@@ -2789,16 +2835,16 @@ const ni = g.div`
2789
2835
  color: ${({
2790
2836
  style: e
2791
2837
  }) => e.textColor};
2792
- `, mt = Pe(function({
2838
+ `, ft = Qe(function({
2793
2839
  title: e,
2794
2840
  leftNav: t,
2795
2841
  rightNav: r,
2796
2842
  style: i
2797
2843
  }, o) {
2798
- return /* @__PURE__ */ a(ni, {
2844
+ return /* @__PURE__ */ a(bi, {
2799
2845
  ref: o,
2800
2846
  style: i,
2801
- children: [t, /* @__PURE__ */ a(li, {
2847
+ children: [t, /* @__PURE__ */ a(mi, {
2802
2848
  style: i,
2803
2849
  children: e
2804
2850
  }), r && /* @__PURE__ */ a("div", {
@@ -2806,7 +2852,7 @@ const ni = g.div`
2806
2852
  children: r
2807
2853
  })]
2808
2854
  });
2809
- }), ci = g.div`
2855
+ }), xi = u.div`
2810
2856
  text-align: center;
2811
2857
  font-size: 11px;
2812
2858
  line-height: 18px;
@@ -2822,13 +2868,13 @@ const ni = g.div`
2822
2868
  theme: e
2823
2869
  }) => e.aiChat.secondaryTextColor};
2824
2870
  `;
2825
- function di({
2871
+ function fi({
2826
2872
  theme: e
2827
2873
  }) {
2828
2874
  const {
2829
2875
  t
2830
- } = _();
2831
- return /* @__PURE__ */ a(ci, {
2876
+ } = y();
2877
+ return /* @__PURE__ */ a(xi, {
2832
2878
  theme: e,
2833
2879
  children: [/* @__PURE__ */ a("div", {
2834
2880
  children: t("ai.disclaimer.poweredByAi")
@@ -2837,7 +2883,7 @@ function di({
2837
2883
  })]
2838
2884
  });
2839
2885
  }
2840
- const si = g.div`
2886
+ const ki = u.div`
2841
2887
  font-size: inherit;
2842
2888
  line-height: inherit;
2843
2889
  padding-left: 16px;
@@ -2852,18 +2898,18 @@ const si = g.div`
2852
2898
  background-color: ${({
2853
2899
  theme: e
2854
2900
  }) => e.aiChat.suggestions.backgroundColor};
2855
- `, xt = () => {
2901
+ `, kt = () => {
2856
2902
  const {
2857
2903
  t: e
2858
- } = _(), {
2904
+ } = y(), {
2859
2905
  themeSettings: t
2860
2906
  } = f();
2861
- return /* @__PURE__ */ a(si, {
2907
+ return /* @__PURE__ */ a(ki, {
2862
2908
  theme: t,
2863
2909
  children: e("ai.betaLabel")
2864
2910
  });
2865
2911
  };
2866
- function pi() {
2912
+ function wi() {
2867
2913
  const {
2868
2914
  themeSettings: e
2869
2915
  } = f();
@@ -2881,10 +2927,10 @@ function pi() {
2881
2927
  })
2882
2928
  });
2883
2929
  }
2884
- const gi = (e, t) => {
2885
- const r = new Et(e);
2930
+ const _i = (e, t) => {
2931
+ const r = new Rt(e);
2886
2932
  return r.alpha = t, r;
2887
- }, ui = g.div`
2933
+ }, Ci = u.div`
2888
2934
  font-size: inherit;
2889
2935
  line-height: inherit;
2890
2936
  padding-left: 8px;
@@ -2894,7 +2940,7 @@ const gi = (e, t) => {
2894
2940
  margin-bottom: 4px;
2895
2941
  box-shadow: ${({
2896
2942
  theme: e
2897
- }) => `0 4px 8px 0 ${gi(e.aiChat.primaryTextColor, 0.2)}`};
2943
+ }) => `0 4px 8px 0 ${_i(e.aiChat.primaryTextColor, 0.2)}`};
2898
2944
  cursor: pointer;
2899
2945
  color: ${({
2900
2946
  theme: e
@@ -2911,32 +2957,32 @@ const gi = (e, t) => {
2911
2957
  theme: e
2912
2958
  }) => e.aiChat.clickableMessages.hover.backgroundColor};
2913
2959
  box-shadow: none;
2914
- `, hi = ({
2960
+ `, yi = ({
2915
2961
  onClick: e
2916
2962
  }) => {
2917
2963
  const {
2918
2964
  themeSettings: t
2919
2965
  } = f();
2920
- return /* @__PURE__ */ a(ui, {
2966
+ return /* @__PURE__ */ a(Ci, {
2921
2967
  theme: t,
2922
2968
  onClick: e,
2923
- children: /* @__PURE__ */ a(pi, {})
2969
+ children: /* @__PURE__ */ a(wi, {})
2924
2970
  });
2925
- }, bi = ({
2971
+ }, vi = ({
2926
2972
  isVisible: e,
2927
2973
  onClick: t,
2928
2974
  anchorElement: r
2929
- }) => /* @__PURE__ */ a(Je, {
2975
+ }) => /* @__PURE__ */ a(Ke, {
2930
2976
  anchorEl: r,
2931
2977
  open: e,
2932
2978
  placement: "top",
2933
2979
  sx: {
2934
2980
  zIndex: 2
2935
2981
  },
2936
- children: /* @__PURE__ */ a(hi, {
2982
+ children: /* @__PURE__ */ a(yi, {
2937
2983
  onClick: t
2938
2984
  })
2939
- }), mi = g.div`
2985
+ }), Mi = u.div`
2940
2986
  display: flex;
2941
2987
  flex-direction: column;
2942
2988
  row-gap: ${({
@@ -2957,7 +3003,7 @@ const gi = (e, t) => {
2957
3003
  }) => e.aiChat.body.paddingBottom};
2958
3004
  flex: initial;
2959
3005
  height: 100%;
2960
- `, xi = g.div`
3006
+ `, Ii = u.div`
2961
3007
  padding-left: ${({
2962
3008
  theme: e
2963
3009
  }) => e.aiChat.footer.paddingLeft};
@@ -2973,135 +3019,136 @@ const gi = (e, t) => {
2973
3019
  display: flex;
2974
3020
  flex-direction: column;
2975
3021
  row-gap: 6px;
2976
- `, fi = g.div`
3022
+ `, Di = u.div`
2977
3023
  display: flex;
2978
3024
  flex-direction: column;
2979
3025
  row-gap: ${({
2980
3026
  theme: e
2981
3027
  }) => e.aiChat.suggestions.gap};
2982
3028
  `;
2983
- function ki({
3029
+ function Ai({
2984
3030
  contextTitle: e,
2985
- onGoBack: t
3031
+ onGoBack: t,
3032
+ contextDetails: r
2986
3033
  }) {
2987
3034
  const {
2988
- t: r
2989
- } = _(), {
2990
- enableFollowupQuestions: i,
2991
- enableHeader: o,
2992
- numOfRecentPrompts: n,
2993
- numOfRecommendations: l
2994
- } = W(), {
2995
- themeSettings: d
3035
+ t: i
3036
+ } = y(), {
3037
+ enableFollowupQuestions: o,
3038
+ enableHeader: n,
3039
+ numOfRecentPrompts: l,
3040
+ numOfRecommendations: d
3041
+ } = Z(), {
3042
+ themeSettings: c
2996
3043
  } = f(), {
2997
- data: c,
2998
- isLoading: s,
2999
- isError: u
3000
- } = ot({
3044
+ data: s,
3045
+ isLoading: g,
3046
+ isError: p
3047
+ } = nt({
3001
3048
  contextTitle: e,
3002
- count: l
3003
- }), p = z(() => c == null ? void 0 : c.map((D) => D.nlqPrompt), [c]), {
3004
- history: h,
3005
- lastNlqResponse: b,
3006
- isAwaitingResponse: w,
3007
- sendMessage: k,
3008
- isLoading: x,
3009
- chatId: E,
3010
- lastError: A
3011
- } = $a(e), {
3012
- mutate: y,
3049
+ count: d
3050
+ }), h = j(() => s == null ? void 0 : s.map((D) => D.nlqPrompt), [s]), {
3051
+ history: b,
3052
+ lastNlqResponse: x,
3053
+ isAwaitingResponse: k,
3054
+ sendMessage: w,
3055
+ isLoading: S,
3056
+ chatId: O,
3057
+ lastError: _
3058
+ } = $a(e, r), {
3059
+ mutate: Y,
3013
3060
  isLoading: R
3014
- } = ct(E), [Z, T] = I(!1), [G, me] = I(!1), xe = () => T(!0), q = () => T(!1), J = () => {
3015
- y(), q();
3016
- }, j = $(null), ie = $(null), fe = () => {
3017
- if (!(j != null && j.current))
3061
+ } = dt(O), [V, W] = M(!1), [ne, ke] = M(!1), Q = () => W(!0), H = () => W(!1), K = () => {
3062
+ Y(), H();
3063
+ }, T = B(null), le = B(null), ee = () => {
3064
+ if (!(T != null && T.current))
3018
3065
  return;
3019
3066
  const {
3020
3067
  scrollTop: D,
3021
- clientHeight: H,
3022
- scrollHeight: ze
3023
- } = j.current;
3024
- if (D === void 0 || H === void 0 || ze === void 0)
3068
+ clientHeight: G,
3069
+ scrollHeight: Re
3070
+ } = T.current;
3071
+ if (D === void 0 || G === void 0 || Re === void 0)
3025
3072
  return;
3026
- const Ee = ze - D - H > H / 2;
3027
- G !== Ee && me(Ee);
3073
+ const We = Re - D - G > G / 2;
3074
+ ne !== We && ke(We);
3028
3075
  };
3029
- le(() => {
3030
- j.current && (j.current.scrollTop = j.current.scrollHeight);
3031
- }, [h, Z, w]);
3032
- const X = $(null), oe = o ? /* @__PURE__ */ a(mt, {
3033
- ref: X,
3076
+ se(() => {
3077
+ T.current && (T.current.scrollTop = T.current.scrollHeight);
3078
+ }, [b, V, k]);
3079
+ const we = B(null), E = n ? /* @__PURE__ */ a(ft, {
3080
+ ref: we,
3034
3081
  title: e,
3035
- leftNav: t && /* @__PURE__ */ a(Xr, {
3082
+ leftNav: t && /* @__PURE__ */ a(li, {
3036
3083
  onClick: t,
3037
- color: d.aiChat.header.textColor
3084
+ color: c.aiChat.header.textColor
3038
3085
  }),
3039
- rightNav: /* @__PURE__ */ a(xt, {}),
3040
- style: d.aiChat.header
3041
- }) : null, Y = z(() => [...new Set(h.filter((D) => D.role === "user").filter((D) => !(p != null && p.includes(D.content))).map((D) => D.content).reverse())].slice(0, n), [h, n, p]);
3042
- return (A == null ? void 0 : A.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ a(N, {
3043
- children: [o && oe, /* @__PURE__ */ a(ut, {
3044
- text: A.message
3086
+ rightNav: /* @__PURE__ */ a(kt, {}),
3087
+ style: c.aiChat.header
3088
+ }) : null, wt = j(() => [...new Set(b.filter((D) => D.role === "user").filter((D) => !(h != null && h.includes(D.content))).map((D) => D.content).reverse())].slice(0, l), [b, l, h]);
3089
+ return (_ == null ? void 0 : _.message) === i("ai.errors.chatUnavailable") ? /* @__PURE__ */ a(N, {
3090
+ children: [n && E, /* @__PURE__ */ a(ut, {
3091
+ text: _.message
3045
3092
  })]
3046
3093
  }) : /* @__PURE__ */ a(N, {
3047
- children: [oe, /* @__PURE__ */ a(mi, {
3048
- ref: j,
3049
- theme: d,
3050
- onScroll: fe,
3051
- children: [/* @__PURE__ */ a(bi, {
3052
- isVisible: G,
3053
- anchorElement: ie.current,
3094
+ children: [E, /* @__PURE__ */ a(Mi, {
3095
+ ref: T,
3096
+ theme: c,
3097
+ onScroll: ee,
3098
+ children: [/* @__PURE__ */ a(vi, {
3099
+ isVisible: ne,
3100
+ anchorElement: le.current,
3054
3101
  onClick: () => {
3055
- var D, H;
3056
- (H = j.current) == null || H.scroll({
3057
- top: (D = j.current) == null ? void 0 : D.scrollHeight,
3102
+ var D, G;
3103
+ (G = T.current) == null || G.scroll({
3104
+ top: (D = T.current) == null ? void 0 : D.scrollHeight,
3058
3105
  behavior: "smooth"
3059
3106
  });
3060
3107
  }
3061
- }), /* @__PURE__ */ a(mr, {}), /* @__PURE__ */ a(oi, {
3062
- questions: p || [],
3063
- isLoading: s,
3064
- onSelection: k
3065
- }), A && /* @__PURE__ */ a(U, {
3108
+ }), /* @__PURE__ */ a(xr, {}), /* @__PURE__ */ a(hi, {
3109
+ questions: h || [],
3110
+ isLoading: g,
3111
+ onSelection: w
3112
+ }), _ && /* @__PURE__ */ a(q, {
3066
3113
  align: "left",
3067
- children: A.message
3068
- }), x ? /* @__PURE__ */ a(he, {}) : /* @__PURE__ */ a(Jr, {
3069
- messages: h
3070
- }), i && b && /* @__PURE__ */ a(fi, {
3071
- theme: d,
3072
- children: b.followupQuestions.slice(0, 2).map((D, H) => /* @__PURE__ */ a(se, {
3114
+ children: _.message
3115
+ }), S ? /* @__PURE__ */ a(xe, {}) : /* @__PURE__ */ a(ni, {
3116
+ messages: b
3117
+ }), o && x && /* @__PURE__ */ a(Di, {
3118
+ theme: c,
3119
+ children: x.followupQuestions.slice(0, 2).map((D, G) => /* @__PURE__ */ a(ge, {
3073
3120
  align: "left",
3074
3121
  onClick: () => {
3075
- k(D);
3122
+ w(D);
3076
3123
  },
3077
3124
  children: /* @__PURE__ */ a("div", {
3078
3125
  className: "csdk-py-[7px] csdk-px-4",
3079
3126
  children: D
3080
3127
  })
3081
- }, H))
3082
- }), (w || R) && /* @__PURE__ */ a(Te, {}), Z && /* @__PURE__ */ a(Cr, {
3083
- onCancel: q,
3084
- onConfirm: J
3128
+ }, G))
3129
+ }), (k || R) && /* @__PURE__ */ a(Ze, {}), V && /* @__PURE__ */ a(yr, {
3130
+ onCancel: H,
3131
+ onConfirm: K
3085
3132
  })]
3086
- }), /* @__PURE__ */ a(xi, {
3087
- ref: ie,
3088
- theme: d,
3089
- children: [/* @__PURE__ */ a(hr, {
3090
- onSendMessage: k,
3091
- disabled: w || x,
3092
- onClearHistoryClick: xe,
3093
- suggestions: p || [],
3094
- recentPrompts: Y,
3095
- isLoading: s || x,
3096
- recommendationsError: u,
3097
- onChange: q
3098
- }), /* @__PURE__ */ a(di, {
3099
- theme: d
3133
+ }), /* @__PURE__ */ a(Ii, {
3134
+ ref: le,
3135
+ theme: c,
3136
+ children: [/* @__PURE__ */ a(br, {
3137
+ onSendMessage: w,
3138
+ disabled: k || S,
3139
+ onClearHistoryClick: Q,
3140
+ suggestions: h || [],
3141
+ recentPrompts: wt,
3142
+ isLoading: g || S,
3143
+ recommendationsError: p,
3144
+ onChange: H
3145
+ }), /* @__PURE__ */ a(fi, {
3146
+ theme: c
3100
3147
  })]
3101
3148
  })]
3102
3149
  });
3103
3150
  }
3104
- const wi = g.button`
3151
+ const Si = u.button`
3105
3152
  font-family: ${({
3106
3153
  theme: e
3107
3154
  }) => e.typography.fontFamily};
@@ -3118,14 +3165,14 @@ const wi = g.button`
3118
3165
  background-color: ${({
3119
3166
  theme: e
3120
3167
  }) => e.aiChat.dataTopics.items.backgroundColor};
3121
- `, _i = g.div`
3168
+ `, Li = u.div`
3122
3169
  font-size: 1.05rem;
3123
3170
  line-height: 28px;
3124
3171
 
3125
3172
  color: ${({
3126
3173
  theme: e
3127
3174
  }) => e.aiChat.dataTopics.items.textColor};
3128
- `, Ci = g.div`
3175
+ `, Ni = u.div`
3129
3176
  font-size: ${({
3130
3177
  theme: e
3131
3178
  }) => e.aiChat.primaryFontSize[0]};
@@ -3135,13 +3182,13 @@ const wi = g.button`
3135
3182
 
3136
3183
  color: ${({
3137
3184
  theme: e
3138
- }) => Fe(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
3139
- `, yi = g.div`
3185
+ }) => Je(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
3186
+ `, ji = u.div`
3140
3187
  width: 16px;
3141
3188
  height: 16px;
3142
3189
  transform: rotate(180deg);
3143
3190
  `;
3144
- function vi(e) {
3191
+ function Ti(e) {
3145
3192
  const {
3146
3193
  title: t,
3147
3194
  description: r,
@@ -3149,31 +3196,31 @@ function vi(e) {
3149
3196
  } = e, {
3150
3197
  themeSettings: o
3151
3198
  } = f();
3152
- return /* @__PURE__ */ a(wi, {
3199
+ return /* @__PURE__ */ a(Si, {
3153
3200
  onClick: i,
3154
3201
  theme: o,
3155
3202
  children: [/* @__PURE__ */ a("div", {
3156
- children: [/* @__PURE__ */ a(_i, {
3203
+ children: [/* @__PURE__ */ a(Li, {
3157
3204
  theme: o,
3158
3205
  children: t
3159
- }), /* @__PURE__ */ a(Ci, {
3206
+ }), /* @__PURE__ */ a(Ni, {
3160
3207
  theme: o,
3161
3208
  children: r
3162
3209
  })]
3163
- }), /* @__PURE__ */ a(yi, {
3164
- children: /* @__PURE__ */ a(bt, {
3210
+ }), /* @__PURE__ */ a(ji, {
3211
+ children: /* @__PURE__ */ a(xt, {
3165
3212
  color: o.aiChat.icons.color
3166
3213
  })
3167
3214
  })]
3168
3215
  });
3169
3216
  }
3170
- const Mi = g.div`
3217
+ const zi = u.div`
3171
3218
  padding: 20px;
3172
3219
  display: flex;
3173
3220
  flex-direction: column;
3174
3221
  gap: 20px;
3175
3222
  overflow: auto;
3176
- `, Ii = g.div`
3223
+ `, Ei = u.div`
3177
3224
  font-size: 24px;
3178
3225
  line-height: 32px;
3179
3226
  font-weight: 600;
@@ -3183,7 +3230,7 @@ const Mi = g.div`
3183
3230
  color: ${({
3184
3231
  theme: e
3185
3232
  }) => e.aiChat.primaryTextColor};
3186
- `, Di = g.div`
3233
+ `, Zi = u.div`
3187
3234
  font-size: 15px;
3188
3235
  line-height: 22px;
3189
3236
 
@@ -3191,31 +3238,31 @@ const Mi = g.div`
3191
3238
  theme: e
3192
3239
  }) => e.aiChat.primaryTextColor};
3193
3240
  `;
3194
- function Ai(e) {
3241
+ function Oi(e) {
3195
3242
  const {
3196
3243
  dataTopics: t
3197
3244
  } = e, {
3198
3245
  themeSettings: r
3199
3246
  } = f(), {
3200
3247
  t: i
3201
- } = _();
3202
- return /* @__PURE__ */ a(Mi, {
3203
- children: [/* @__PURE__ */ a(Ii, {
3248
+ } = y();
3249
+ return /* @__PURE__ */ a(zi, {
3250
+ children: [/* @__PURE__ */ a(Ei, {
3204
3251
  theme: r,
3205
3252
  children: i("ai.dataTopics")
3206
- }), /* @__PURE__ */ a(Di, {
3253
+ }), /* @__PURE__ */ a(Zi, {
3207
3254
  theme: r,
3208
3255
  children: [i("ai.chatbotDescription"), /* @__PURE__ */ a("br", {}), /* @__PURE__ */ a("br", {}), i("ai.topicSelectPrompt")]
3209
- }), t.map((o) => /* @__PURE__ */ ra(vi, v(C({}, o), {
3256
+ }), t.map((o) => /* @__PURE__ */ na(Ti, I(v({}, o), {
3210
3257
  key: o.title
3211
3258
  })))]
3212
3259
  });
3213
3260
  }
3214
- const Si = "#000000", Li = "#FFFFFF";
3215
- function Ni({
3261
+ const Ri = "#000000", Wi = "#FFFFFF";
3262
+ function Gi({
3216
3263
  isDarkBackground: e = !1
3217
3264
  }) {
3218
- const t = e ? Li : Si;
3265
+ const t = e ? Wi : Ri;
3219
3266
  return /* @__PURE__ */ a("svg", {
3220
3267
  width: "32",
3221
3268
  height: "32",
@@ -3273,10 +3320,10 @@ function Ni({
3273
3320
  })]
3274
3321
  });
3275
3322
  }
3276
- const Ti = g.div`
3323
+ const qi = u.div`
3277
3324
  margin-left: 14px;
3278
3325
  margin-top: 3px;
3279
- `, ji = g.div`
3326
+ `, Yi = u.div`
3280
3327
  display: flex;
3281
3328
  flex-direction: column;
3282
3329
  justify-content: top;
@@ -3287,71 +3334,74 @@ const Ti = g.div`
3287
3334
  theme: e
3288
3335
  }) => e.aiChat.dataTopics.backgroundColor};
3289
3336
  `;
3290
- function zi({
3337
+ function Hi({
3291
3338
  dataTopicsList: e,
3292
3339
  onDataTopicClick: t
3293
3340
  }) {
3294
3341
  const {
3295
3342
  enableHeader: r
3296
- } = W(), {
3343
+ } = Z(), {
3297
3344
  themeSettings: i
3298
3345
  } = f(), {
3299
3346
  t: o
3300
- } = _(), n = z(() => e == null ? void 0 : e.map((d) => ({
3347
+ } = y(), n = j(() => e == null ? void 0 : e.map((d) => ({
3301
3348
  title: d,
3302
3349
  onClick: () => t(d)
3303
- })), [e, t]), l = Pt(Ft(i.aiChat.header.backgroundColor)) > 0.5;
3350
+ })), [e, t]), l = Qt(Jt(i.aiChat.header.backgroundColor)) > 0.5;
3304
3351
  return /* @__PURE__ */ a(N, {
3305
- children: [r ? /* @__PURE__ */ a(mt, {
3352
+ children: [r ? /* @__PURE__ */ a(ft, {
3306
3353
  title: o("ai.analyticsChatbot"),
3307
- leftNav: /* @__PURE__ */ a(Ti, {
3308
- children: /* @__PURE__ */ a(Ni, {
3354
+ leftNav: /* @__PURE__ */ a(qi, {
3355
+ children: /* @__PURE__ */ a(Gi, {
3309
3356
  isDarkBackground: l
3310
3357
  })
3311
3358
  }),
3312
- rightNav: /* @__PURE__ */ a(xt, {}),
3359
+ rightNav: /* @__PURE__ */ a(kt, {}),
3313
3360
  style: i.aiChat.header
3314
- }) : null, /* @__PURE__ */ a(ji, {
3361
+ }) : null, /* @__PURE__ */ a(Yi, {
3315
3362
  theme: i,
3316
- children: [!n && /* @__PURE__ */ a(he, {}), n && /* @__PURE__ */ a(Ai, {
3363
+ children: [!n && /* @__PURE__ */ a(xe, {}), n && /* @__PURE__ */ a(Oi, {
3317
3364
  dataTopics: n
3318
3365
  })]
3319
3366
  })]
3320
3367
  });
3321
3368
  }
3322
- function Ei() {
3323
- const [e, t] = I([]), [r, i] = I(), [o, n] = I(), {
3324
- data: l,
3325
- fetchStatus: d
3326
- } = st(), {
3327
- dataTopicsList: c
3328
- } = W(), {
3329
- t: s
3330
- } = _();
3331
- V(() => {
3332
- if (l && d === "idle") {
3333
- let h = l;
3334
- c && c.length && (h = l == null ? void 0 : l.filter((b) => c == null ? void 0 : c.includes(b.title))), t(h.map((b) => b.title)), h.length ? h.length === 1 && (n(void 0), i(h[0].title)) : n(s("ai.errors.noAvailableDataTopics"));
3369
+ function Ui() {
3370
+ const [e, t] = M(), [r, i] = M(), {
3371
+ data: o,
3372
+ fetchStatus: n
3373
+ } = qa(), {
3374
+ dataTopicsList: l,
3375
+ contextDetails: d
3376
+ } = Z(), {
3377
+ t: c
3378
+ } = y(), s = c("ai.errors.noAvailableDataTopics"), g = C((x) => {
3379
+ x.length ? x.length === 1 && (i(void 0), t(x[0])) : i(s);
3380
+ }, [s]), p = j(() => {
3381
+ if (o && n === "idle") {
3382
+ const x = (l != null && l.length ? o == null ? void 0 : o.filter((k) => l == null ? void 0 : l.includes(k.title)) : o).map((k) => k.title);
3383
+ return g(x), x;
3335
3384
  }
3336
- }, [l, c, d, s]);
3337
- const u = ee(), p = M(() => {
3338
- n(void 0), u.invalidateQueries(["getDataTopics"]);
3339
- }, [u]);
3340
- return o ? /* @__PURE__ */ a(ut, {
3341
- text: o,
3385
+ return [];
3386
+ }, [o, n, l, g]), h = ae(), b = C(() => {
3387
+ i(void 0), h.invalidateQueries(["getDataTopics"]);
3388
+ }, [h]);
3389
+ return r ? /* @__PURE__ */ a(ut, {
3390
+ text: r,
3342
3391
  action: {
3343
- text: s("ai.buttons.refresh"),
3344
- onClick: p
3392
+ text: c("ai.buttons.refresh"),
3393
+ onClick: b
3345
3394
  }
3346
- }) : e.length === 1 && !r ? /* @__PURE__ */ a(he, {}) : r ? /* @__PURE__ */ a(ki, {
3347
- contextTitle: r,
3348
- onGoBack: e.length === 1 ? void 0 : () => i(void 0)
3349
- }) : /* @__PURE__ */ a(zi, {
3350
- dataTopicsList: e,
3351
- onDataTopicClick: (h) => i(h)
3395
+ }) : p.length === 1 && !e ? /* @__PURE__ */ a(xe, {}) : e ? /* @__PURE__ */ a(Ai, {
3396
+ contextTitle: e,
3397
+ contextDetails: d,
3398
+ onGoBack: p.length === 1 ? void 0 : () => t(void 0)
3399
+ }) : /* @__PURE__ */ a(Hi, {
3400
+ dataTopicsList: p,
3401
+ onDataTopicClick: (x) => t(x)
3352
3402
  });
3353
3403
  }
3354
- const Fi = Ae({
3404
+ const ro = Ne({
3355
3405
  componentName: "Chatbot"
3356
3406
  })((e) => {
3357
3407
  const {
@@ -3361,49 +3411,49 @@ const Fi = Ae({
3361
3411
  } = e, {
3362
3412
  themeSettings: o
3363
3413
  } = f();
3364
- return /* @__PURE__ */ a(Ga, {
3414
+ return /* @__PURE__ */ a(Wa, {
3365
3415
  value: i ?? {},
3366
- children: /* @__PURE__ */ a(Ja, {
3416
+ children: /* @__PURE__ */ a(Xa, {
3367
3417
  id: "csdk-chatbot-frame",
3368
3418
  width: t,
3369
3419
  height: r,
3370
3420
  theme: o,
3371
3421
  tabIndex: 0,
3372
- children: /* @__PURE__ */ a(Ei, {})
3422
+ children: /* @__PURE__ */ a(Ui, {})
3373
3423
  })
3374
3424
  });
3375
- }), Vi = Ae({
3425
+ }), io = Ne({
3376
3426
  componentName: "GetNlgInsights"
3377
3427
  })(function(e) {
3378
3428
  const {
3379
3429
  data: t,
3380
3430
  isLoading: r,
3381
3431
  isError: i
3382
- } = te(e), {
3432
+ } = re(e), {
3383
3433
  t: o
3384
- } = _();
3434
+ } = y();
3385
3435
  return i ? /* @__PURE__ */ a(N, {
3386
3436
  children: o("ai.errors.unexpected")
3387
- }) : /* @__PURE__ */ a(be, {
3437
+ }) : /* @__PURE__ */ a(fe, {
3388
3438
  text: r ? "Loading..." : t ?? "Oops, no data came back for that."
3389
3439
  });
3390
- }), Qi = Ae({
3440
+ }), oo = Ne({
3391
3441
  componentName: "GetNlgQueryResult"
3392
3442
  })(function(e) {
3393
3443
  const {
3394
3444
  data: t,
3395
3445
  isLoading: r,
3396
3446
  isError: i
3397
- } = te(e), {
3447
+ } = re(e), {
3398
3448
  t: o
3399
- } = _();
3449
+ } = y();
3400
3450
  return i ? /* @__PURE__ */ a(N, {
3401
3451
  children: o("ai.errors.unexpected")
3402
- }) : /* @__PURE__ */ a(be, {
3452
+ }) : /* @__PURE__ */ a(fe, {
3403
3453
  text: r ? "Loading..." : t ?? "Oops, no data came back for that."
3404
3454
  });
3405
3455
  });
3406
- function Zi({
3456
+ function Pi({
3407
3457
  theme: e
3408
3458
  }) {
3409
3459
  const t = e.general.brandColor;
@@ -3431,87 +3481,89 @@ function Zi({
3431
3481
  })]
3432
3482
  });
3433
3483
  }
3434
- const Oi = g.div`
3484
+ const Bi = u.div`
3435
3485
  display: flex;
3436
3486
  flex-direction: row;
3437
3487
  align-items: center;
3438
3488
  gap: 10px;
3439
3489
  margin: 24px 0;
3440
3490
  max-width: 640px;
3441
- `, Ri = g.div`
3491
+ color: ${({
3492
+ theme: e
3493
+ }) => e.chart.textColor};
3494
+ background-color: ${({
3495
+ theme: e
3496
+ }) => e.chart.backgroundColor};
3497
+ `, $i = u.div`
3442
3498
  align-self: flex-start;
3443
- `, Wi = ({
3499
+ `, Fi = ({
3444
3500
  summary: e,
3445
3501
  nlgRequest: t
3446
3502
  }) => {
3447
3503
  const {
3448
3504
  themeSettings: r
3449
3505
  } = f();
3450
- return /* @__PURE__ */ a(Ie, {
3506
+ return /* @__PURE__ */ a(Le, {
3451
3507
  sourceId: t.jaql.datasource.title,
3452
3508
  data: t,
3453
3509
  type: "chart/insights",
3454
3510
  buttonVisibility: "always",
3455
- renderContent: (i) => /* @__PURE__ */ a(Oi, {
3511
+ renderContent: (i) => /* @__PURE__ */ a(Bi, {
3456
3512
  theme: r,
3457
- children: [/* @__PURE__ */ a(Ri, {
3513
+ children: [/* @__PURE__ */ a($i, {
3458
3514
  theme: r,
3459
- children: /* @__PURE__ */ a(Zi, {
3515
+ children: /* @__PURE__ */ a(Pi, {
3460
3516
  theme: r
3461
3517
  })
3462
- }), /* @__PURE__ */ a(be, {
3518
+ }), /* @__PURE__ */ a(fe, {
3463
3519
  text: e
3464
3520
  }), i]
3465
3521
  })
3466
3522
  });
3467
- }, Ji = ({
3523
+ }, no = ({
3468
3524
  nlqResponse: e,
3469
3525
  onDataReady: t,
3470
- filters: r = [],
3471
- enableHeader: i = !0
3526
+ styleOptions: r,
3527
+ filters: i = []
3472
3528
  }) => {
3473
- e.queryTitle = Zt(e.queryTitle);
3529
+ e.queryTitle = Wt(e.queryTitle);
3474
3530
  const {
3475
3531
  connectToWidgetProps: o
3476
- } = Ot({
3477
- initialFilters: r
3478
- }), [n, l] = I(null);
3479
- V(() => {
3480
- var p;
3481
- const h = ue(e, {
3532
+ } = Gt({
3533
+ initialFilters: i
3534
+ }), [n, l] = M(null);
3535
+ X(() => {
3536
+ const p = me(e, {
3482
3537
  useCustomizedStyleOptions: !0
3483
3538
  });
3484
- if (!h)
3539
+ if (!p)
3485
3540
  l(null);
3486
3541
  else {
3487
- i || (h.styleOptions = v(C({}, h.styleOptions), {
3488
- header: v(C({}, (p = h.styleOptions) == null ? void 0 : p.header), {
3489
- hidden: !0
3490
- })
3491
- }));
3492
- const b = o(h, {
3542
+ r && p.styleOptions && (p.styleOptions = de(p.styleOptions, r));
3543
+ const h = o(p, {
3493
3544
  shouldAffectFilters: !1,
3494
3545
  applyMode: "filter"
3495
3546
  });
3496
- l(b);
3547
+ l(h);
3497
3548
  }
3498
- }, [e, o, i]);
3499
- const d = z(() => {
3500
- const p = n && ye(n) ? Rt(n == null ? void 0 : n.filters) : [], h = e.jaql.metadata.filter((b) => !b.jaql.filter).concat(p.filter((b) => !b.config.disabled).map((b) => b.jaql()));
3501
- return v(C({}, e), {
3502
- jaql: v(C({}, e.jaql), {
3549
+ }, [e, o, r]);
3550
+ const d = j(() => {
3551
+ const p = n && De(n) ? qt(n == null ? void 0 : n.filters) : [], h = e.jaql.metadata.filter((b) => !b.jaql.filter).concat(p.filter((b) => !b.config.disabled).map((b) => b.jaql()));
3552
+ return I(v({}, e), {
3553
+ jaql: I(v({}, e.jaql), {
3503
3554
  metadata: h
3504
- })
3555
+ }),
3556
+ verbosity: "Low"
3505
3557
  });
3506
3558
  }, [e, n]), {
3507
3559
  data: c,
3508
3560
  isLoading: s,
3509
- isError: u
3510
- } = te(d);
3511
- return s || !n ? /* @__PURE__ */ a(Te, {}) : ye(n) ? /* @__PURE__ */ a(K, v(C({}, n), {
3561
+ isError: g
3562
+ } = re(d);
3563
+ return s || !n ? /* @__PURE__ */ a(Ze, {}) : De(n) ? /* @__PURE__ */ a(te, I(v({}, n), {
3512
3564
  highlightSelectionDisabled: !0,
3513
3565
  onDataReady: t,
3514
- topSlot: c && !u && /* @__PURE__ */ a(Wi, {
3566
+ topSlot: c && !g && /* @__PURE__ */ a(Fi, {
3515
3567
  nlgRequest: d,
3516
3568
  summary: c
3517
3569
  })
@@ -3521,23 +3573,23 @@ const Oi = g.div`
3521
3573
  try {
3522
3574
  if (typeof document < "u") {
3523
3575
  var e = document.createElement("style");
3524
- 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);
3576
+ 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);
3525
3577
  }
3526
3578
  } catch (t) {
3527
3579
  console.error("vite-plugin-css-injected-by-js", t);
3528
3580
  }
3529
3581
  })();
3530
3582
  export {
3531
- qi as AiContextProvider,
3532
- Fi as Chatbot,
3533
- Vi as GetNlgInsights,
3534
- Qi as GetNlgQueryResult,
3535
- Ji as NlqChartWidget,
3583
+ Qi as AiContextProvider,
3584
+ ro as Chatbot,
3585
+ io as GetNlgInsights,
3586
+ oo as GetNlgQueryResult,
3587
+ no as NlqChartWidget,
3536
3588
  $a as useChatSession,
3537
- Pi as useGetDataSourceFields,
3538
- Yi as useGetNlgInsights,
3539
- Hi as useGetNlgQueryResult,
3540
- Ui as useGetNlqResult,
3541
- Bi as useGetQueryRecommendations,
3542
- $i as useLastNlqResponse
3589
+ ao as useGetDataSourceFields,
3590
+ Ji as useGetNlgInsights,
3591
+ Xi as useGetNlgQueryResult,
3592
+ Ki as useGetNlqResult,
3593
+ eo as useGetQueryRecommendations,
3594
+ to as useLastNlqResponse
3543
3595
  };