@sisense/sdk-ui 1.34.0 → 2.1.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.cjs +9 -9
- package/dist/ai.js +556 -581
- package/dist/analytics-composer.cjs +120 -119
- package/dist/analytics-composer.js +3235 -2506
- package/dist/{derive-chart-family-5CbFzbpu.js → derive-chart-family-BNMFblR9.js} +33391 -32356
- package/dist/derive-chart-family-DjbiaKLQ.cjs +758 -0
- package/dist/dimensions-DcsEnPSY.cjs +1 -0
- package/dist/dimensions-DeTiL-EZ.js +200 -0
- package/dist/index.cjs +20 -16
- package/dist/index.js +7114 -6994
- package/dist/packages/sdk-ui/src/ai/ai-context-provider.d.ts +13 -6
- package/dist/packages/sdk-ui/src/ai/chat-config.d.ts +4 -2
- package/dist/packages/sdk-ui/src/ai/chatbot.d.ts +17 -7
- package/dist/packages/sdk-ui/src/ai/get-nlg-insights.d.ts +0 -21
- package/dist/packages/sdk-ui/src/ai/index.d.ts +4 -3
- package/dist/packages/sdk-ui/src/ai/use-get-nlg-insights.d.ts +0 -12
- package/dist/packages/sdk-ui/src/ai/use-get-nlq-result.d.ts +0 -4
- package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +0 -4
- package/dist/packages/sdk-ui/src/analytics-composer/{common → code}/stringify-props.d.ts +10 -2
- package/dist/packages/sdk-ui/src/analytics-composer/common/custom-superjson.d.ts +16 -0
- package/dist/packages/sdk-ui/src/analytics-composer/dashboard/dashboard-composer.d.ts +8 -0
- package/dist/packages/sdk-ui/src/analytics-composer/dashboard/stringify-widgets.d.ts +3 -0
- package/dist/packages/sdk-ui/src/analytics-composer/dashboard/to-dashboard-code.d.ts +3 -0
- package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/analytics-composer/query/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/analytics-composer/query/query-translator.d.ts +1 -0
- package/dist/packages/sdk-ui/src/analytics-composer/query/simplify-metadata-item.d.ts +9 -0
- package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +78 -4
- package/dist/packages/sdk-ui/src/analytics-composer/widget/chart-options/get-widget-options.d.ts +1 -1
- package/dist/packages/sdk-ui/src/analytics-composer/widget/to-widget-code.d.ts +3 -1
- package/dist/packages/sdk-ui/src/app/client-application.d.ts +11 -62
- package/dist/packages/sdk-ui/src/area-range-chart.d.ts +0 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/legend-section.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/components/menu/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-helpers.d.ts +0 -11
- package/dist/packages/sdk-ui/src/dashboard/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +7 -3
- package/dist/packages/sdk-ui/src/dashboard/use-composed-dashboard.d.ts +1 -4
- package/dist/packages/sdk-ui/src/emotion-cache-provider/emotion-cache-provider.d.ts +10 -0
- package/dist/packages/sdk-ui/src/emotion-cache-provider/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/emotion-cache-provider/utils.d.ts +4 -0
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-tile.d.ts +0 -1
- package/dist/packages/sdk-ui/src/index-typedoc.d.ts +4 -1
- package/dist/packages/sdk-ui/src/index.d.ts +4 -3
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model-reducer.d.ts +15 -1
- package/dist/packages/sdk-ui/src/models/widget/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/models/widget/widget-model-translator.d.ts +2 -12
- package/dist/packages/sdk-ui/src/models/widget/widget-model.d.ts +1 -125
- package/dist/packages/sdk-ui/src/props.d.ts +31 -45
- package/dist/packages/sdk-ui/src/query-execution/types.d.ts +1 -3
- package/dist/packages/sdk-ui/src/query-execution/use-query-cache.d.ts +4 -2
- package/dist/packages/sdk-ui/src/theme-provider/default-theme-settings.d.ts +1 -0
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +2 -1
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +4 -2
- package/dist/packages/sdk-ui/src/types.d.ts +50 -41
- package/dist/packages/sdk-ui/src/utils/get-scrollbar-width.d.ts +1 -0
- package/dist/packages/sdk-ui/src/utils/{utility-types.d.ts → utility-types/basic-utility-types.d.ts} +0 -34
- package/dist/packages/sdk-ui/src/utils/utility-types/distributive-omit.d.ts +24 -0
- package/dist/packages/sdk-ui/src/utils/utility-types/index.d.ts +4 -0
- package/dist/packages/sdk-ui/src/utils/utility-types/rest-api-hook-state.d.ts +35 -0
- package/dist/packages/sdk-ui/src/utils/utility-types/soft-union.d.ts +35 -0
- package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +0 -7
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-data-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-drilldown-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-style-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widget-by-id/utils.d.ts +23 -16
- package/dist/packages/sdk-ui/src/widgets/constants.d.ts +1 -0
- package/dist/packages/sdk-ui/src/widgets/widget.d.ts +0 -1
- package/dist/{use-common-filters-Bw15BNGn.js → use-common-filters-CJNwlbbh.js} +5944 -5617
- package/dist/use-common-filters-DcFu4qRs.cjs +271 -0
- package/dist/widget-composer-BEVCXjFv.js +959 -0
- package/dist/widget-composer-fYnr8SDo.cjs +428 -0
- package/package.json +13 -9
- package/dist/derive-chart-family-C3FH49ux.cjs +0 -758
- package/dist/packages/sdk-ui/src/ai/common/beta-label.d.ts +0 -1
- package/dist/packages/sdk-ui/src/analytics-composer/widget/stringify-props.d.ts +0 -8
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/types.d.ts +0 -8
- package/dist/packages/sdk-ui/src/utils/check-and-notify-about-deprecated-prop.d.ts +0 -1
- package/dist/packages/sdk-ui/src/widget-by-id/dashboard-widget.d.ts +0 -27
- package/dist/use-common-filters-CqGo6jp3.cjs +0 -271
- package/dist/widget-composer-C5_iIuZN.js +0 -742
- package/dist/widget-composer-D5_iKTui.cjs +0 -316
- /package/dist/packages/sdk-ui/src/analytics-composer/{widget → code}/stringify-filters.d.ts +0 -0
package/dist/ai.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var bt = Object.defineProperty, mt = Object.defineProperties;
|
|
2
|
+
var xt = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var le = Object.getOwnPropertySymbols;
|
|
4
|
+
var Ze = Object.prototype.hasOwnProperty, je = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var $e = (e, t, o) => t in e ? bt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, v = (e, t) => {
|
|
6
6
|
for (var o in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var o of
|
|
10
|
-
|
|
7
|
+
Ze.call(t, o) && $e(e, o, t[o]);
|
|
8
|
+
if (le)
|
|
9
|
+
for (var o of le(t))
|
|
10
|
+
je.call(t, o) && $e(e, o, t[o]);
|
|
11
11
|
return e;
|
|
12
|
-
}, M = (e, t) =>
|
|
12
|
+
}, M = (e, t) => mt(e, xt(t));
|
|
13
13
|
var Ve = (e, t) => {
|
|
14
14
|
var o = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var r of
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
16
|
+
Ze.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
|
|
17
|
+
if (e != null && le)
|
|
18
|
+
for (var r of le(e))
|
|
19
|
+
t.indexOf(r) < 0 && je.call(e, r) && (o[r] = e[r]);
|
|
20
20
|
return o;
|
|
21
21
|
};
|
|
22
22
|
var W = (e, t, o) => new Promise((r, i) => {
|
|
@@ -35,14 +35,14 @@ var W = (e, t, o) => new Promise((r, i) => {
|
|
|
35
35
|
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
36
36
|
c((o = o.apply(e, t)).next());
|
|
37
37
|
});
|
|
38
|
-
import { bv as
|
|
39
|
-
import {
|
|
38
|
+
import { bv as yt, bw as vt, bx as Ue, by as wt, bz as oe, bA as kt, bB as St, bC as Mt, ba as Ke, bb as Je, aQ as K, J as Me, aD as Ye, aj as Tt, bD as Lt, am as Rt, al as It, A as he, bE as Et, bF as Nt, ar as _, bG as Xe, C as Bt, aW as Ft, _ as Ht, bH as Dt, y as xe, P as f, D as Pt, bI as qt, aE as et, aA as At, bJ as Ot, ah as te, N as Wt, bK as zt, bL as $t, Q as tt, bM as Zt, b6 as jt, bN as Vt } from "./use-common-filters-CJNwlbbh.js";
|
|
39
|
+
import { ah as Gt, $ as n, ap as Qt, k as _t, cr as Ut, ai as S, T as ve, bg as u, bq as I, ax as p, aj as m, a0 as F, a2 as V, av as ot, aY as we, b1 as Kt, cs as Jt, ct as Yt, at as Xt, au as e1, m as t1 } from "./derive-chart-family-BNMFblR9.js";
|
|
40
40
|
import * as z from "react";
|
|
41
|
-
import { createContext as
|
|
42
|
-
import { t as
|
|
43
|
-
import { w as
|
|
41
|
+
import { createContext as Te, useContext as Le, useMemo as B, useState as L, useCallback as k, useEffect as ne, useRef as U, useLayoutEffect as de, memo as o1, forwardRef as n1 } from "react";
|
|
42
|
+
import { t as pe } from "./widget-composer-BEVCXjFv.js";
|
|
43
|
+
import { w as Qn } from "./widget-composer-BEVCXjFv.js";
|
|
44
44
|
import { jsx as ee } from "react/jsx-runtime";
|
|
45
|
-
class
|
|
45
|
+
class r1 extends yt {
|
|
46
46
|
constructor(t, o) {
|
|
47
47
|
super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
|
|
48
48
|
}
|
|
@@ -52,7 +52,7 @@ class s1 extends wt {
|
|
|
52
52
|
setOptions(t) {
|
|
53
53
|
var o;
|
|
54
54
|
const r = this.options;
|
|
55
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
55
|
+
this.options = this.client.defaultMutationOptions(t), vt(r, this.options) || this.client.getMutationCache().notify({
|
|
56
56
|
type: "observerOptionsUpdated",
|
|
57
57
|
mutation: this.currentMutation,
|
|
58
58
|
observer: this
|
|
@@ -85,7 +85,7 @@ class s1 extends wt {
|
|
|
85
85
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
86
86
|
}
|
|
87
87
|
updateResult() {
|
|
88
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
88
|
+
const t = this.currentMutation ? this.currentMutation.state : wt(), o = M(v({}, t), {
|
|
89
89
|
isLoading: t.status === "loading",
|
|
90
90
|
isSuccess: t.status === "success",
|
|
91
91
|
isError: t.status === "error",
|
|
@@ -96,7 +96,7 @@ class s1 extends wt {
|
|
|
96
96
|
this.currentResult = o;
|
|
97
97
|
}
|
|
98
98
|
notify(t) {
|
|
99
|
-
|
|
99
|
+
Ue.batch(() => {
|
|
100
100
|
if (this.mutateOptions && this.hasListeners()) {
|
|
101
101
|
if (t.onSuccess) {
|
|
102
102
|
var o, r, i, s;
|
|
@@ -114,26 +114,26 @@ class s1 extends wt {
|
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
function
|
|
118
|
-
const r =
|
|
117
|
+
function Re(e, t, o) {
|
|
118
|
+
const r = Mt(e, t), i = oe({
|
|
119
119
|
context: r.context
|
|
120
|
-
}), [s] = z.useState(() => new
|
|
120
|
+
}), [s] = z.useState(() => new r1(i, r));
|
|
121
121
|
z.useEffect(() => {
|
|
122
122
|
s.setOptions(r);
|
|
123
123
|
}, [s, r]);
|
|
124
|
-
const a =
|
|
125
|
-
s.mutate(l, d).catch(
|
|
124
|
+
const a = kt(z.useCallback((l) => s.subscribe(Ue.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = z.useCallback((l, d) => {
|
|
125
|
+
s.mutate(l, d).catch(i1);
|
|
126
126
|
}, [s]);
|
|
127
|
-
if (a.error &&
|
|
127
|
+
if (a.error && St(s.options.useErrorBoundary, [a.error]))
|
|
128
128
|
throw a.error;
|
|
129
129
|
return M(v({}, a), {
|
|
130
130
|
mutate: c,
|
|
131
131
|
mutateAsync: a.mutate
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function i1() {
|
|
135
135
|
}
|
|
136
|
-
class
|
|
136
|
+
class s1 {
|
|
137
137
|
constructor(t, o = !1) {
|
|
138
138
|
this.volatile = o, this.getChatContexts = () => W(this, null, function* () {
|
|
139
139
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
@@ -161,36 +161,36 @@ class l1 {
|
|
|
161
161
|
}, this.httpClient = t;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
const
|
|
164
|
+
const a1 = new Ke({
|
|
165
165
|
defaultOptions: {
|
|
166
166
|
queries: {
|
|
167
167
|
refetchOnWindowFocus: !1,
|
|
168
168
|
refetchOnMount: !1
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
}),
|
|
172
|
-
const { app: o } =
|
|
171
|
+
}), Ie = /* @__PURE__ */ Te(void 0), H = () => Le(Ie), l1 = ({ children: e, volatile: t }) => {
|
|
172
|
+
const { app: o } = Gt(), r = B(() => o ? new s1(o.httpClient, t) : void 0, [
|
|
173
173
|
o,
|
|
174
174
|
t
|
|
175
175
|
]);
|
|
176
|
-
return /* @__PURE__ */ n(
|
|
176
|
+
return /* @__PURE__ */ n(Ie.Provider, {
|
|
177
177
|
value: r,
|
|
178
|
-
children: /* @__PURE__ */ n(
|
|
179
|
-
client:
|
|
178
|
+
children: /* @__PURE__ */ n(Je, {
|
|
179
|
+
client: a1,
|
|
180
180
|
children: e
|
|
181
181
|
})
|
|
182
182
|
});
|
|
183
|
-
}, nt = /* @__PURE__ */
|
|
184
|
-
const [t, o] = L({}), r =
|
|
183
|
+
}, nt = /* @__PURE__ */ Te({}), c1 = () => Le(nt), rt = ({ children: e }) => {
|
|
184
|
+
const [t, o] = L({}), r = k((a, c) => {
|
|
185
185
|
var l;
|
|
186
186
|
return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
|
|
187
|
-
}, []), i =
|
|
187
|
+
}, []), i = k((a, c, l) => {
|
|
188
188
|
o((d) => M(v({}, d), {
|
|
189
189
|
[r(c, l)]: a
|
|
190
190
|
}));
|
|
191
191
|
}, [
|
|
192
192
|
r
|
|
193
|
-
]), s =
|
|
193
|
+
]), s = k((a, c) => t[r(a, c)], [
|
|
194
194
|
t,
|
|
195
195
|
r
|
|
196
196
|
]);
|
|
@@ -202,20 +202,20 @@ const c1 = new Je({
|
|
|
202
202
|
children: e
|
|
203
203
|
});
|
|
204
204
|
};
|
|
205
|
-
function
|
|
205
|
+
function Dn({ children: e, volatile: t }) {
|
|
206
206
|
return /* @__PURE__ */ n(rt, {
|
|
207
|
-
children: /* @__PURE__ */ n(
|
|
207
|
+
children: /* @__PURE__ */ n(l1, {
|
|
208
208
|
volatile: t,
|
|
209
209
|
children: e
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
function
|
|
213
|
+
function d1(e) {
|
|
214
214
|
var t, o;
|
|
215
215
|
if ("jaql" in e)
|
|
216
216
|
return e;
|
|
217
217
|
{
|
|
218
|
-
const r =
|
|
218
|
+
const r = Ut(e.dataSource), { filters: i = [], relations: s } = Qt(e.filters), { metadata: a, filterRelations: c } = _t({
|
|
219
219
|
dataSource: e.dataSource,
|
|
220
220
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
221
221
|
measures: (o = e.measures) != null ? o : [],
|
|
@@ -232,8 +232,8 @@ function h1(e) {
|
|
|
232
232
|
return e.verbosity && (l.verbosity = e.verbosity), l;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
const
|
|
236
|
-
const o =
|
|
235
|
+
const ge = (e, t = !0) => {
|
|
236
|
+
const o = B(() => d1(e), [
|
|
237
237
|
e
|
|
238
238
|
]), r = H(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
|
|
239
239
|
queryKey: [
|
|
@@ -254,16 +254,16 @@ const re = (e, t = !0) => {
|
|
|
254
254
|
isSuccess: l,
|
|
255
255
|
data: i,
|
|
256
256
|
error: s,
|
|
257
|
-
refetch:
|
|
257
|
+
refetch: k(() => {
|
|
258
258
|
d();
|
|
259
259
|
}, [
|
|
260
260
|
d
|
|
261
261
|
])
|
|
262
262
|
};
|
|
263
|
-
},
|
|
263
|
+
}, u1 = (e) => {
|
|
264
264
|
const r = e, { enabled: t } = r, o = Ve(r, ["enabled"]);
|
|
265
|
-
return
|
|
266
|
-
},
|
|
265
|
+
return ge(o, t);
|
|
266
|
+
}, Pn = Me("useGetNlgInsights")(u1), h1 = [
|
|
267
267
|
"indicator",
|
|
268
268
|
"column",
|
|
269
269
|
"line",
|
|
@@ -271,7 +271,7 @@ const re = (e, t = !0) => {
|
|
|
271
271
|
"pie",
|
|
272
272
|
"bar"
|
|
273
273
|
];
|
|
274
|
-
function
|
|
274
|
+
function p1(e) {
|
|
275
275
|
const { dataSource: t, query: o, chartTypes: r } = e;
|
|
276
276
|
return {
|
|
277
277
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
@@ -280,13 +280,13 @@ function g1(e) {
|
|
|
280
280
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
281
281
|
timezone: "UTC",
|
|
282
282
|
chartTypes: r != null ? r : [
|
|
283
|
-
...
|
|
283
|
+
...h1
|
|
284
284
|
]
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
287
|
}
|
|
288
|
-
const
|
|
289
|
-
const { contextTitle: t, request: o } =
|
|
288
|
+
const g1 = (e) => {
|
|
289
|
+
const { contextTitle: t, request: o } = p1(e), r = H(), { isLoading: i, isError: s, isSuccess: a, data: c, error: l, refetch: d } = K({
|
|
290
290
|
queryKey: [
|
|
291
291
|
"getNlqResult",
|
|
292
292
|
t,
|
|
@@ -295,7 +295,7 @@ const C1 = (e) => {
|
|
|
295
295
|
],
|
|
296
296
|
queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, o),
|
|
297
297
|
enabled: !!r && e.enabled
|
|
298
|
-
}), g = c ?
|
|
298
|
+
}), g = c ? pe(c, {
|
|
299
299
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
300
300
|
}) : void 0;
|
|
301
301
|
return {
|
|
@@ -304,14 +304,14 @@ const C1 = (e) => {
|
|
|
304
304
|
isSuccess: a,
|
|
305
305
|
data: g,
|
|
306
306
|
error: l,
|
|
307
|
-
refetch:
|
|
307
|
+
refetch: k(() => {
|
|
308
308
|
d();
|
|
309
309
|
}, [
|
|
310
310
|
d
|
|
311
311
|
])
|
|
312
312
|
};
|
|
313
|
-
},
|
|
314
|
-
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = H(), a = o != null ? o :
|
|
313
|
+
}, qn = Me("useGetNlqResult")(g1), C1 = 4, it = (e) => {
|
|
314
|
+
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = H(), a = o != null ? o : C1, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: h, error: C, refetch: b } = K({
|
|
315
315
|
queryKey: [
|
|
316
316
|
"getQueryRecommendations",
|
|
317
317
|
t,
|
|
@@ -322,8 +322,8 @@ const C1 = (e) => {
|
|
|
322
322
|
numOfRecommendations: a
|
|
323
323
|
}),
|
|
324
324
|
enabled: !!s && c
|
|
325
|
-
}),
|
|
326
|
-
widgetProps: x.jaql ?
|
|
325
|
+
}), w = B(() => h == null ? void 0 : h.map((x) => M(v({}, x), {
|
|
326
|
+
widgetProps: x.jaql ? pe(x, {
|
|
327
327
|
useCustomizedStyleOptions: r
|
|
328
328
|
}) : void 0
|
|
329
329
|
})), [
|
|
@@ -334,35 +334,35 @@ const C1 = (e) => {
|
|
|
334
334
|
isLoading: c ? l : !1,
|
|
335
335
|
isError: d,
|
|
336
336
|
isSuccess: g,
|
|
337
|
-
data:
|
|
337
|
+
data: w != null ? w : void 0,
|
|
338
338
|
error: C,
|
|
339
|
-
refetch:
|
|
340
|
-
|
|
339
|
+
refetch: k(() => {
|
|
340
|
+
b();
|
|
341
341
|
}, [
|
|
342
|
-
|
|
342
|
+
b
|
|
343
343
|
])
|
|
344
344
|
};
|
|
345
|
-
},
|
|
345
|
+
}, An = Me("useGetQueryRecommendations")(it), st = Object.freeze({
|
|
346
346
|
enableFollowupQuestions: !1,
|
|
347
347
|
enableHeader: !0,
|
|
348
348
|
enableInsights: !0,
|
|
349
349
|
numOfRecommendations: 4,
|
|
350
350
|
numOfRecentPrompts: 5
|
|
351
|
-
}),
|
|
352
|
-
const { t: o } =
|
|
351
|
+
}), at = /* @__PURE__ */ Te(v({}, st)), P = () => Le(at), f1 = ({ children: e, value: t }) => {
|
|
352
|
+
const { t: o } = S(), r = Object.entries(t).reduce((i, [s, a]) => (a !== void 0 && (i[s] = a), i), M(v({}, st), {
|
|
353
353
|
inputPromptText: o("ai.config.inputPromptText"),
|
|
354
354
|
welcomeText: o("ai.config.welcomeText"),
|
|
355
355
|
suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
|
|
356
356
|
}));
|
|
357
|
-
return /* @__PURE__ */ n(
|
|
357
|
+
return /* @__PURE__ */ n(at.Provider, {
|
|
358
358
|
value: r,
|
|
359
359
|
children: e
|
|
360
360
|
});
|
|
361
|
-
},
|
|
361
|
+
}, Ee = "chatHistory", b1 = (e) => {
|
|
362
362
|
const t = H(), { hideHistory: o } = P();
|
|
363
363
|
return K({
|
|
364
364
|
queryKey: [
|
|
365
|
-
|
|
365
|
+
Ee,
|
|
366
366
|
e,
|
|
367
367
|
t
|
|
368
368
|
],
|
|
@@ -376,9 +376,9 @@ const C1 = (e) => {
|
|
|
376
376
|
}),
|
|
377
377
|
enabled: !!t && !!e
|
|
378
378
|
});
|
|
379
|
-
},
|
|
379
|
+
}, lt = (e) => {
|
|
380
380
|
const t = H(), o = oe();
|
|
381
|
-
return
|
|
381
|
+
return Re({
|
|
382
382
|
mutationFn: () => W(void 0, null, function* () {
|
|
383
383
|
if (!(!t || !e))
|
|
384
384
|
return t.ai.chat.clearHistory(e);
|
|
@@ -388,13 +388,13 @@ const C1 = (e) => {
|
|
|
388
388
|
},
|
|
389
389
|
onSettled: () => {
|
|
390
390
|
e && o.setQueriesData([
|
|
391
|
-
|
|
391
|
+
Ee,
|
|
392
392
|
e
|
|
393
393
|
], []);
|
|
394
394
|
}
|
|
395
395
|
});
|
|
396
|
-
},
|
|
397
|
-
const { data: t, isLoading: o, isError: r } =
|
|
396
|
+
}, Ne = (e) => {
|
|
397
|
+
const { data: t, isLoading: o, isError: r } = b1(e), { mutate: i } = lt(e);
|
|
398
398
|
return ne(() => {
|
|
399
399
|
r && i();
|
|
400
400
|
}, [
|
|
@@ -405,7 +405,7 @@ const C1 = (e) => {
|
|
|
405
405
|
isLoading: o,
|
|
406
406
|
isError: r
|
|
407
407
|
};
|
|
408
|
-
},
|
|
408
|
+
}, m1 = () => {
|
|
409
409
|
const e = H(), { data: t, isLoading: o, fetchStatus: r } = K({
|
|
410
410
|
queryKey: [
|
|
411
411
|
"getDataTopics",
|
|
@@ -422,7 +422,7 @@ const C1 = (e) => {
|
|
|
422
422
|
isLoading: o,
|
|
423
423
|
fetchStatus: r
|
|
424
424
|
};
|
|
425
|
-
},
|
|
425
|
+
}, x1 = () => {
|
|
426
426
|
const e = H(), { data: t, isLoading: o } = K({
|
|
427
427
|
queryKey: [
|
|
428
428
|
"getAllChats",
|
|
@@ -435,8 +435,8 @@ const C1 = (e) => {
|
|
|
435
435
|
data: t != null ? t : [],
|
|
436
436
|
isLoading: o
|
|
437
437
|
};
|
|
438
|
-
},
|
|
439
|
-
const r = oe(), i = H(), s =
|
|
438
|
+
}, y1 = (e, t, o) => {
|
|
439
|
+
const r = oe(), i = H(), s = Re({
|
|
440
440
|
mutationFn: () => W(void 0, null, function* () {
|
|
441
441
|
if (!(!i || !e))
|
|
442
442
|
return i.ai.chat.create(e, o);
|
|
@@ -451,7 +451,7 @@ const C1 = (e) => {
|
|
|
451
451
|
t,
|
|
452
452
|
s
|
|
453
453
|
]), s;
|
|
454
|
-
},
|
|
454
|
+
}, v1 = (e, t) => {
|
|
455
455
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
456
456
|
case "nlq":
|
|
457
457
|
return {
|
|
@@ -468,10 +468,10 @@ const C1 = (e) => {
|
|
|
468
468
|
default:
|
|
469
469
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
470
470
|
}
|
|
471
|
-
},
|
|
472
|
-
const o = oe(), r =
|
|
471
|
+
}, w1 = (e, t) => {
|
|
472
|
+
const o = oe(), r = k((l) => {
|
|
473
473
|
e && o.setQueriesData([
|
|
474
|
-
|
|
474
|
+
Ee,
|
|
475
475
|
e
|
|
476
476
|
], (d) => d && [
|
|
477
477
|
...d,
|
|
@@ -480,7 +480,7 @@ const C1 = (e) => {
|
|
|
480
480
|
}, [
|
|
481
481
|
o,
|
|
482
482
|
e
|
|
483
|
-
]), { t: i } =
|
|
483
|
+
]), { t: i } = S(), s = H(), { mutate: a, isLoading: c } = Re({
|
|
484
484
|
mutationFn: (l) => W(void 0, null, function* () {
|
|
485
485
|
if (!(!s || !e))
|
|
486
486
|
return s.ai.chat.post(e, {
|
|
@@ -508,19 +508,19 @@ const C1 = (e) => {
|
|
|
508
508
|
if (!l)
|
|
509
509
|
return;
|
|
510
510
|
const d = i("ai.errors.unknownResponse");
|
|
511
|
-
r(
|
|
511
|
+
r(v1(l, d));
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
514
|
return {
|
|
515
515
|
mutate: a,
|
|
516
516
|
isLoading: c
|
|
517
517
|
};
|
|
518
|
-
},
|
|
518
|
+
}, Be = (e, t, o = !1) => {
|
|
519
519
|
var g;
|
|
520
|
-
const { data: r, isLoading: i } =
|
|
520
|
+
const { data: r, isLoading: i } = x1(), s = c1(), a = s.getChatId(e, t) || ((g = r.find((h) => {
|
|
521
521
|
var C;
|
|
522
522
|
return h.contextTitle === e && ((C = h.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
523
|
-
})) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } =
|
|
523
|
+
})) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = y1(e, o && !i && !a, t);
|
|
524
524
|
return ne(() => {
|
|
525
525
|
d && l && !a && s.saveChatId(l.chatId, e, t);
|
|
526
526
|
}, [
|
|
@@ -535,42 +535,42 @@ const C1 = (e) => {
|
|
|
535
535
|
isLoading: i,
|
|
536
536
|
isError: c
|
|
537
537
|
};
|
|
538
|
-
},
|
|
538
|
+
}, ct = (e) => B(() => {
|
|
539
539
|
if (e != null && e.length) {
|
|
540
540
|
const t = e[e.length - 1];
|
|
541
|
-
if (
|
|
541
|
+
if (Fe(t))
|
|
542
542
|
return JSON.parse(t.content);
|
|
543
543
|
}
|
|
544
544
|
return null;
|
|
545
545
|
}, [
|
|
546
546
|
e
|
|
547
|
-
]),
|
|
548
|
-
const { t: o } =
|
|
547
|
+
]), Fe = (e) => !!e && "type" in e && e.type === "nlq", k1 = (e) => !!e && "type" in e && e.type === "text", S1 = (e, t) => {
|
|
548
|
+
const { t: o } = S(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = Be(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = Ne(i);
|
|
549
549
|
ne(() => {
|
|
550
|
-
s ? c(new
|
|
550
|
+
s ? c(new ve("ai.errors.chatUnavailable")) : g && c(new ve("ai.errors.fetchHistory"));
|
|
551
551
|
}, [
|
|
552
552
|
s,
|
|
553
553
|
g,
|
|
554
554
|
o
|
|
555
555
|
]);
|
|
556
|
-
const { mutate: h, isLoading: C } =
|
|
556
|
+
const { mutate: h, isLoading: C } = w1(i, r), b = ct(l);
|
|
557
557
|
return {
|
|
558
558
|
chatId: i,
|
|
559
559
|
history: l != null ? l : [],
|
|
560
|
-
lastNlqResponse:
|
|
560
|
+
lastNlqResponse: b,
|
|
561
561
|
sendMessage: h,
|
|
562
562
|
isAwaitingResponse: C,
|
|
563
563
|
isLoading: d,
|
|
564
564
|
lastError: a
|
|
565
565
|
};
|
|
566
|
-
},
|
|
567
|
-
const { chatId: o } =
|
|
568
|
-
return
|
|
569
|
-
},
|
|
570
|
-
const { chatId: o } =
|
|
571
|
-
return
|
|
566
|
+
}, On = ({ contextTitle: e, contextDetails: t }) => {
|
|
567
|
+
const { chatId: o } = Be(e, t), { history: r } = Ne(o);
|
|
568
|
+
return ct(r);
|
|
569
|
+
}, Wn = ({ contextTitle: e, contextDetails: t }) => {
|
|
570
|
+
const { chatId: o } = Be(e, t), { history: r } = Ne(o);
|
|
571
|
+
return B(() => {
|
|
572
572
|
if (r != null && r.length) {
|
|
573
|
-
const i = r.slice().reverse().find(
|
|
573
|
+
const i = r.slice().reverse().find(Fe);
|
|
574
574
|
if (i)
|
|
575
575
|
return JSON.parse(i.content);
|
|
576
576
|
}
|
|
@@ -578,17 +578,17 @@ const C1 = (e) => {
|
|
|
578
578
|
}, [
|
|
579
579
|
r
|
|
580
580
|
]);
|
|
581
|
-
},
|
|
581
|
+
}, M1 = 500, T1 = 500, L1 = 500, R1 = 900, I1 = /* @__PURE__ */ u("div", {
|
|
582
582
|
target: "e1ldv6710",
|
|
583
583
|
label: "ChatFrame"
|
|
584
|
-
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
584
|
+
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", M1, "px;min-height:", T1, "px;width:", ({ width: e }) => e ? Ge(e) : `${L1}px`, ";height:", ({ height: e }) => e ? Ge(e) : `${R1}px`, ";", ({ theme: e }) => I`
|
|
585
585
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
586
586
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
587
587
|
`, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
588
|
-
function
|
|
588
|
+
function Ge(e) {
|
|
589
589
|
return typeof e == "number" ? `${e}px` : e;
|
|
590
590
|
}
|
|
591
|
-
function
|
|
591
|
+
function E1({ spin: e }) {
|
|
592
592
|
return /* @__PURE__ */ p("svg", {
|
|
593
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
594
594
|
width: "24",
|
|
@@ -613,16 +613,16 @@ function N1({ spin: e }) {
|
|
|
613
613
|
]
|
|
614
614
|
});
|
|
615
615
|
}
|
|
616
|
-
function
|
|
616
|
+
function Ce() {
|
|
617
617
|
return /* @__PURE__ */ n("div", {
|
|
618
618
|
className: "csdk-m-auto",
|
|
619
619
|
"aria-label": "loading spinner",
|
|
620
|
-
children: /* @__PURE__ */ n(
|
|
620
|
+
children: /* @__PURE__ */ n(E1, {
|
|
621
621
|
spin: !0
|
|
622
622
|
})
|
|
623
623
|
});
|
|
624
624
|
}
|
|
625
|
-
function
|
|
625
|
+
function N1({ theme: e }) {
|
|
626
626
|
return /* @__PURE__ */ n("svg", {
|
|
627
627
|
width: "24",
|
|
628
628
|
height: "24",
|
|
@@ -635,7 +635,7 @@ function B1({ theme: e }) {
|
|
|
635
635
|
})
|
|
636
636
|
});
|
|
637
637
|
}
|
|
638
|
-
function
|
|
638
|
+
function B1({ theme: e }) {
|
|
639
639
|
const t = e.aiChat.icons.color;
|
|
640
640
|
return /* @__PURE__ */ p("svg", {
|
|
641
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -659,26 +659,26 @@ function F1({ theme: e }) {
|
|
|
659
659
|
]
|
|
660
660
|
});
|
|
661
661
|
}
|
|
662
|
-
const
|
|
662
|
+
const F1 = /* @__PURE__ */ u("div", {
|
|
663
663
|
target: "e1q6h1ze0",
|
|
664
664
|
label: "Section"
|
|
665
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
665
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), H1 = /* @__PURE__ */ u("div", {
|
|
666
666
|
target: "e1q6h1ze1",
|
|
667
667
|
label: "SectionHeader"
|
|
668
|
-
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
668
|
+
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), D1 = /* @__PURE__ */ u("div", {
|
|
669
669
|
target: "e1q6h1ze2",
|
|
670
670
|
label: "DropupItem"
|
|
671
671
|
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
672
|
-
function
|
|
673
|
-
const [i, s] = L(!1), { themeSettings: a } =
|
|
674
|
-
return /* @__PURE__ */ p(
|
|
672
|
+
function P1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
673
|
+
const [i, s] = L(!1), { themeSettings: a } = m();
|
|
674
|
+
return /* @__PURE__ */ p(F1, {
|
|
675
675
|
children: [
|
|
676
|
-
/* @__PURE__ */ n(
|
|
676
|
+
/* @__PURE__ */ n(H1, {
|
|
677
677
|
onClick: () => s((c) => !c),
|
|
678
678
|
theme: a,
|
|
679
679
|
children: e.toUpperCase()
|
|
680
680
|
}),
|
|
681
|
-
(i || r) && t.map((c, l) => /* @__PURE__ */ n(
|
|
681
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ n(D1, {
|
|
682
682
|
onClick: () => o(c),
|
|
683
683
|
theme: a,
|
|
684
684
|
children: c
|
|
@@ -686,14 +686,14 @@ function q1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
|
686
686
|
]
|
|
687
687
|
});
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const q1 = /* @__PURE__ */ u("div", {
|
|
690
690
|
target: "e10x5x4a0",
|
|
691
691
|
label: "PopupContent"
|
|
692
692
|
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), A1 = /* @__PURE__ */ u("div", {
|
|
693
693
|
target: "e10x5x4a1",
|
|
694
694
|
label: "ErrorMessage"
|
|
695
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"),
|
|
696
|
-
function
|
|
695
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), ke = (e) => e.startsWith("/");
|
|
696
|
+
function O1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
|
|
697
697
|
const l = [
|
|
698
698
|
{
|
|
699
699
|
title: "/recent searches",
|
|
@@ -705,9 +705,9 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
705
705
|
items: t,
|
|
706
706
|
onSelect: r
|
|
707
707
|
}
|
|
708
|
-
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } =
|
|
709
|
-
return /* @__PURE__ */ n(
|
|
710
|
-
open:
|
|
708
|
+
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } = m(), { t: g } = S(), h = l.length === 1;
|
|
709
|
+
return /* @__PURE__ */ n(Ye, {
|
|
710
|
+
open: ke(s) && l.length > 0,
|
|
711
711
|
anchorEl: i,
|
|
712
712
|
placement: "top-start",
|
|
713
713
|
modifiers: [
|
|
@@ -724,14 +724,14 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
724
724
|
sx: {
|
|
725
725
|
zIndex: 3
|
|
726
726
|
},
|
|
727
|
-
children: /* @__PURE__ */ p(
|
|
727
|
+
children: /* @__PURE__ */ p(q1, {
|
|
728
728
|
style: {
|
|
729
729
|
width: i == null ? void 0 : i.offsetWidth
|
|
730
730
|
},
|
|
731
731
|
theme: d,
|
|
732
732
|
children: [
|
|
733
|
-
o && /* @__PURE__ */ n(
|
|
734
|
-
!o && !a && l.map((C) => /* @__PURE__ */ n(
|
|
733
|
+
o && /* @__PURE__ */ n(Ce, {}),
|
|
734
|
+
!o && !a && l.map((C) => /* @__PURE__ */ n(P1, M(v({}, C), {
|
|
735
735
|
alwaysExpanded: h
|
|
736
736
|
}), C.title)),
|
|
737
737
|
a && /* @__PURE__ */ n(A1, {
|
|
@@ -742,9 +742,9 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
742
742
|
})
|
|
743
743
|
});
|
|
744
744
|
}
|
|
745
|
-
function
|
|
746
|
-
const { themeSettings: r } =
|
|
747
|
-
return /* @__PURE__ */ n(
|
|
745
|
+
function re({ title: e, placement: t = "top", children: o }) {
|
|
746
|
+
const { themeSettings: r } = m();
|
|
747
|
+
return /* @__PURE__ */ n(Tt, {
|
|
748
748
|
title: e,
|
|
749
749
|
placement: t,
|
|
750
750
|
disableInteractive: !0,
|
|
@@ -772,16 +772,16 @@ function ie({ title: e, placement: t = "top", children: o }) {
|
|
|
772
772
|
children: o
|
|
773
773
|
});
|
|
774
774
|
}
|
|
775
|
-
const
|
|
775
|
+
const W1 = 500, z1 = /* @__PURE__ */ u("div", {
|
|
776
776
|
target: "e6iwkw10",
|
|
777
777
|
label: "ChatInputContainer"
|
|
778
|
-
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"),
|
|
778
|
+
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), $1 = /* @__PURE__ */ u("button", {
|
|
779
779
|
target: "e6iwkw11",
|
|
780
780
|
label: "ClearHistoryButton"
|
|
781
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
781
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), Z1 = /* @__PURE__ */ u("textarea", {
|
|
782
782
|
target: "e6iwkw12",
|
|
783
783
|
label: "TextInput"
|
|
784
|
-
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"),
|
|
784
|
+
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), j1 = /* @__PURE__ */ u("button", {
|
|
785
785
|
target: "e6iwkw13",
|
|
786
786
|
label: "SendMessageButton"
|
|
787
787
|
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
|
|
@@ -791,11 +791,11 @@ const z1 = 500, $1 = /* @__PURE__ */ u("div", {
|
|
|
791
791
|
opacity: 1;
|
|
792
792
|
cursor: pointer;
|
|
793
793
|
`), V1 = 34;
|
|
794
|
-
function
|
|
795
|
-
const [l, d] = L(""), { inputPromptText: g } = P(), h =
|
|
794
|
+
function G1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPrompts: r, suggestions: i, isLoading: s, recommendationsError: a, onChange: c }) {
|
|
795
|
+
const [l, d] = L(""), { inputPromptText: g } = P(), h = k(() => {
|
|
796
796
|
if (o)
|
|
797
797
|
return;
|
|
798
|
-
if (
|
|
798
|
+
if (ke(l)) {
|
|
799
799
|
d("");
|
|
800
800
|
return;
|
|
801
801
|
}
|
|
@@ -805,32 +805,32 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
805
805
|
o,
|
|
806
806
|
e,
|
|
807
807
|
l
|
|
808
|
-
]), C =
|
|
808
|
+
]), C = k((y) => {
|
|
809
809
|
e(y), d("");
|
|
810
810
|
}, [
|
|
811
811
|
e
|
|
812
|
-
]),
|
|
813
|
-
y.key === "Enter" ? (y.preventDefault(), h()) : y.key === "Escape" &&
|
|
812
|
+
]), b = k((y) => {
|
|
813
|
+
y.key === "Enter" ? (y.preventDefault(), h()) : y.key === "Escape" && ke(l) && d("");
|
|
814
814
|
}, [
|
|
815
815
|
h,
|
|
816
816
|
l
|
|
817
|
-
]),
|
|
817
|
+
]), w = k((y) => {
|
|
818
818
|
c == null || c(y.target.value), d(y.target.value);
|
|
819
819
|
}, [
|
|
820
820
|
c
|
|
821
821
|
]), x = U(null);
|
|
822
|
-
|
|
822
|
+
de(() => {
|
|
823
823
|
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, V1)}px`);
|
|
824
824
|
}, [
|
|
825
825
|
l
|
|
826
|
-
]),
|
|
826
|
+
]), de(() => {
|
|
827
827
|
x.current && x.current.focus({
|
|
828
828
|
preventScroll: !0
|
|
829
829
|
});
|
|
830
830
|
}, []);
|
|
831
|
-
const { themeSettings: T } =
|
|
832
|
-
var
|
|
833
|
-
if ((
|
|
831
|
+
const { themeSettings: T } = m(), { t: E } = S(), Z = k((y) => {
|
|
832
|
+
var G;
|
|
833
|
+
if ((G = document.getElementById("csdk-chatbot-frame")) != null && G.contains(y.relatedTarget)) {
|
|
834
834
|
const D = (Q) => {
|
|
835
835
|
var j;
|
|
836
836
|
document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), Q.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && y.target.focus({
|
|
@@ -840,10 +840,10 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
840
840
|
document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
|
|
841
841
|
}
|
|
842
842
|
}, []);
|
|
843
|
-
return /* @__PURE__ */ p(
|
|
843
|
+
return /* @__PURE__ */ p(z1, {
|
|
844
844
|
theme: T,
|
|
845
845
|
children: [
|
|
846
|
-
/* @__PURE__ */ n(
|
|
846
|
+
/* @__PURE__ */ n(O1, {
|
|
847
847
|
recentPrompts: r,
|
|
848
848
|
suggestions: i,
|
|
849
849
|
isLoading: s,
|
|
@@ -852,38 +852,38 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
852
852
|
text: l,
|
|
853
853
|
recommendationsError: a
|
|
854
854
|
}),
|
|
855
|
-
t && /* @__PURE__ */ n(
|
|
855
|
+
t && /* @__PURE__ */ n(re, {
|
|
856
856
|
title: E("ai.buttons.clearChat"),
|
|
857
857
|
placement: "bottom-start",
|
|
858
|
-
children: /* @__PURE__ */ n(
|
|
858
|
+
children: /* @__PURE__ */ n($1, {
|
|
859
859
|
"aria-label": "clear history",
|
|
860
860
|
onClick: t,
|
|
861
|
-
children: /* @__PURE__ */ n(
|
|
861
|
+
children: /* @__PURE__ */ n(B1, {
|
|
862
862
|
theme: T
|
|
863
863
|
})
|
|
864
864
|
})
|
|
865
865
|
}),
|
|
866
|
-
/* @__PURE__ */ n(
|
|
866
|
+
/* @__PURE__ */ n(Z1, {
|
|
867
867
|
"aria-label": "chat input",
|
|
868
868
|
onBlur: Z,
|
|
869
|
-
maxLength:
|
|
869
|
+
maxLength: W1,
|
|
870
870
|
ref: x,
|
|
871
871
|
rows: 1,
|
|
872
|
-
onChange:
|
|
872
|
+
onChange: w,
|
|
873
873
|
spellCheck: "true",
|
|
874
874
|
placeholder: g,
|
|
875
875
|
value: l,
|
|
876
|
-
onKeyDown:
|
|
876
|
+
onKeyDown: b,
|
|
877
877
|
theme: T
|
|
878
878
|
}),
|
|
879
|
-
/* @__PURE__ */ n(
|
|
879
|
+
/* @__PURE__ */ n(j1, {
|
|
880
880
|
"aria-label": "send chat message",
|
|
881
881
|
disabled: o || l.length === 0,
|
|
882
882
|
onClick: h,
|
|
883
883
|
theme: T,
|
|
884
884
|
children: /* @__PURE__ */ n("span", {
|
|
885
885
|
"data-state": "closed",
|
|
886
|
-
children: /* @__PURE__ */ n(
|
|
886
|
+
children: /* @__PURE__ */ n(N1, {
|
|
887
887
|
theme: T
|
|
888
888
|
})
|
|
889
889
|
})
|
|
@@ -891,14 +891,14 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
891
891
|
]
|
|
892
892
|
});
|
|
893
893
|
}
|
|
894
|
-
const
|
|
894
|
+
const Q1 = /* @__PURE__ */ u("div", {
|
|
895
895
|
target: "er3yjg60",
|
|
896
896
|
label: "FlexContainer"
|
|
897
897
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
898
898
|
justify-content: flex-end;
|
|
899
899
|
` : I`
|
|
900
900
|
justify-content: flex-start;
|
|
901
|
-
`),
|
|
901
|
+
`), dt = /* @__PURE__ */ u("div", {
|
|
902
902
|
target: "er3yjg61",
|
|
903
903
|
label: "MessageContainer"
|
|
904
904
|
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? I`
|
|
@@ -910,83 +910,83 @@ const _1 = /* @__PURE__ */ u("div", {
|
|
|
910
910
|
`, " ", ({ align: e }) => e !== "full" ? I`
|
|
911
911
|
max-width: 85%;
|
|
912
912
|
` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), $ = ({ align: e, children: t }) => {
|
|
913
|
-
const { themeSettings: o } =
|
|
914
|
-
return /* @__PURE__ */ n(
|
|
913
|
+
const { themeSettings: o } = m();
|
|
914
|
+
return /* @__PURE__ */ n(Q1, {
|
|
915
915
|
theme: o,
|
|
916
916
|
align: e,
|
|
917
|
-
children: /* @__PURE__ */ n(
|
|
917
|
+
children: /* @__PURE__ */ n(dt, {
|
|
918
918
|
theme: o,
|
|
919
919
|
align: e,
|
|
920
920
|
children: t
|
|
921
921
|
})
|
|
922
922
|
});
|
|
923
923
|
};
|
|
924
|
-
function
|
|
924
|
+
function _1() {
|
|
925
925
|
const { welcomeText: e } = P();
|
|
926
926
|
return e === !1 ? null : /* @__PURE__ */ n($, {
|
|
927
927
|
align: "left",
|
|
928
928
|
children: e
|
|
929
929
|
});
|
|
930
930
|
}
|
|
931
|
-
const
|
|
931
|
+
const U1 = /* @__PURE__ */ u("div", {
|
|
932
932
|
target: "e1r5p4wy0",
|
|
933
933
|
label: "Container"
|
|
934
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
934
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), K1 = /* @__PURE__ */ u("div", {
|
|
935
935
|
target: "e1r5p4wy1",
|
|
936
936
|
label: "Title"
|
|
937
|
-
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
937
|
+
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), J1 = /* @__PURE__ */ u("div", {
|
|
938
938
|
target: "e1r5p4wy2",
|
|
939
939
|
label: "ActionButton"
|
|
940
940
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
941
|
-
function
|
|
942
|
-
const { themeSettings: o } =
|
|
943
|
-
return /* @__PURE__ */ p(
|
|
941
|
+
function ut({ text: e, action: t }) {
|
|
942
|
+
const { themeSettings: o } = m();
|
|
943
|
+
return /* @__PURE__ */ p(U1, {
|
|
944
944
|
children: [
|
|
945
|
-
/* @__PURE__ */ n(
|
|
945
|
+
/* @__PURE__ */ n(K1, {
|
|
946
946
|
theme: o,
|
|
947
947
|
children: e
|
|
948
948
|
}),
|
|
949
|
-
/* @__PURE__ */ n(
|
|
950
|
-
t && /* @__PURE__ */ n(
|
|
949
|
+
/* @__PURE__ */ n(Lt, {}),
|
|
950
|
+
t && /* @__PURE__ */ n(J1, {
|
|
951
951
|
onClick: t.onClick,
|
|
952
952
|
children: t.text
|
|
953
953
|
})
|
|
954
954
|
]
|
|
955
955
|
});
|
|
956
956
|
}
|
|
957
|
-
const
|
|
957
|
+
const ce = /* @__PURE__ */ u("div", {
|
|
958
958
|
target: "e3ryei50",
|
|
959
959
|
label: "Dot"
|
|
960
960
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
|
961
|
-
function
|
|
962
|
-
const { themeSettings: e } =
|
|
961
|
+
function He() {
|
|
962
|
+
const { themeSettings: e } = m(), t = e.aiChat.icons.color;
|
|
963
963
|
return /* @__PURE__ */ p("div", {
|
|
964
964
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
965
965
|
"aria-label": "loading dots",
|
|
966
966
|
children: [
|
|
967
|
-
/* @__PURE__ */ n(
|
|
967
|
+
/* @__PURE__ */ n(ce, {
|
|
968
968
|
color: t
|
|
969
969
|
}),
|
|
970
|
-
/* @__PURE__ */ n(
|
|
970
|
+
/* @__PURE__ */ n(ce, {
|
|
971
971
|
color: t
|
|
972
972
|
}),
|
|
973
|
-
/* @__PURE__ */ n(
|
|
973
|
+
/* @__PURE__ */ n(ce, {
|
|
974
974
|
color: t
|
|
975
975
|
}),
|
|
976
|
-
/* @__PURE__ */ n(
|
|
976
|
+
/* @__PURE__ */ n(ce, {
|
|
977
977
|
color: t
|
|
978
978
|
})
|
|
979
979
|
]
|
|
980
980
|
});
|
|
981
981
|
}
|
|
982
|
-
const
|
|
982
|
+
const Y1 = /* @__PURE__ */ u("div", {
|
|
983
983
|
target: "ed5z2fc0",
|
|
984
984
|
label: "FlexContainer"
|
|
985
985
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
986
986
|
justify-content: flex-end;
|
|
987
987
|
` : I`
|
|
988
988
|
justify-content: flex-start;
|
|
989
|
-
`),
|
|
989
|
+
`), X1 = /* @__PURE__ */ u("button", {
|
|
990
990
|
target: "ed5z2fc1",
|
|
991
991
|
label: "MessageButton"
|
|
992
992
|
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? I`
|
|
@@ -1021,11 +1021,11 @@ const X1 = /* @__PURE__ */ u("div", {
|
|
|
1021
1021
|
}
|
|
1022
1022
|
return "";
|
|
1023
1023
|
});
|
|
1024
|
-
function
|
|
1025
|
-
const { themeSettings: a } =
|
|
1026
|
-
return /* @__PURE__ */ n(
|
|
1024
|
+
function ue({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave: i, accessibleName: s }) {
|
|
1025
|
+
const { themeSettings: a } = m();
|
|
1026
|
+
return /* @__PURE__ */ n(Y1, {
|
|
1027
1027
|
align: t,
|
|
1028
|
-
children: /* @__PURE__ */ n(
|
|
1028
|
+
children: /* @__PURE__ */ n(X1, {
|
|
1029
1029
|
"aria-label": s,
|
|
1030
1030
|
theme: a,
|
|
1031
1031
|
onClick: o,
|
|
@@ -1036,9 +1036,9 @@ function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave:
|
|
|
1036
1036
|
})
|
|
1037
1037
|
});
|
|
1038
1038
|
}
|
|
1039
|
-
function
|
|
1040
|
-
const { t: o } =
|
|
1041
|
-
return /* @__PURE__ */ p(
|
|
1039
|
+
function eo({ onCancel: e, onConfirm: t }) {
|
|
1040
|
+
const { t: o } = S();
|
|
1041
|
+
return /* @__PURE__ */ p(F, {
|
|
1042
1042
|
children: [
|
|
1043
1043
|
/* @__PURE__ */ n($, {
|
|
1044
1044
|
align: "left",
|
|
@@ -1047,7 +1047,7 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1047
1047
|
/* @__PURE__ */ p("div", {
|
|
1048
1048
|
className: "csdk-flex csdk-gap-x-2",
|
|
1049
1049
|
children: [
|
|
1050
|
-
/* @__PURE__ */ n(
|
|
1050
|
+
/* @__PURE__ */ n(ue, {
|
|
1051
1051
|
align: "right",
|
|
1052
1052
|
onClick: t,
|
|
1053
1053
|
accessibleName: "confirm clear chat",
|
|
@@ -1056,7 +1056,7 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1056
1056
|
children: o("ai.buttons.yes")
|
|
1057
1057
|
})
|
|
1058
1058
|
}),
|
|
1059
|
-
/* @__PURE__ */ n(
|
|
1059
|
+
/* @__PURE__ */ n(ue, {
|
|
1060
1060
|
align: "right",
|
|
1061
1061
|
onClick: e,
|
|
1062
1062
|
accessibleName: "cancel clear chat",
|
|
@@ -1070,19 +1070,19 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1070
1070
|
]
|
|
1071
1071
|
});
|
|
1072
1072
|
}
|
|
1073
|
-
function
|
|
1074
|
-
return
|
|
1073
|
+
function to(e) {
|
|
1074
|
+
return It("MuiDialog", e);
|
|
1075
1075
|
}
|
|
1076
|
-
const
|
|
1077
|
-
process.env.NODE_ENV !== "production" && (
|
|
1078
|
-
const
|
|
1076
|
+
const ye = Rt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), ht = /* @__PURE__ */ z.createContext({});
|
|
1077
|
+
process.env.NODE_ENV !== "production" && (ht.displayName = "DialogContext");
|
|
1078
|
+
const oo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], no = he(Et, {
|
|
1079
1079
|
name: "MuiDialog",
|
|
1080
1080
|
slot: "Backdrop",
|
|
1081
1081
|
overrides: (e, t) => t.backdrop
|
|
1082
1082
|
})({
|
|
1083
1083
|
// Improve scrollable dialog support.
|
|
1084
1084
|
zIndex: -1
|
|
1085
|
-
}),
|
|
1085
|
+
}), ro = (e) => {
|
|
1086
1086
|
const {
|
|
1087
1087
|
classes: t,
|
|
1088
1088
|
scroll: o,
|
|
@@ -1094,8 +1094,8 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1094
1094
|
container: ["container", `scroll${_(o)}`],
|
|
1095
1095
|
paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
1096
1096
|
};
|
|
1097
|
-
return
|
|
1098
|
-
},
|
|
1097
|
+
return Pt(a, to, t);
|
|
1098
|
+
}, io = he(Nt, {
|
|
1099
1099
|
name: "MuiDialog",
|
|
1100
1100
|
slot: "Root",
|
|
1101
1101
|
overridesResolver: (e, t) => t.root
|
|
@@ -1104,7 +1104,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1104
1104
|
// Use !important to override the Modal inline-style.
|
|
1105
1105
|
position: "absolute !important"
|
|
1106
1106
|
}
|
|
1107
|
-
}),
|
|
1107
|
+
}), so = he("div", {
|
|
1108
1108
|
name: "MuiDialog",
|
|
1109
1109
|
slot: "Container",
|
|
1110
1110
|
overridesResolver: (e, t) => {
|
|
@@ -1115,7 +1115,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1115
1115
|
}
|
|
1116
1116
|
})(({
|
|
1117
1117
|
ownerState: e
|
|
1118
|
-
}) =>
|
|
1118
|
+
}) => V({
|
|
1119
1119
|
height: "100%",
|
|
1120
1120
|
"@media print": {
|
|
1121
1121
|
height: "auto"
|
|
@@ -1137,7 +1137,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1137
1137
|
height: "100%",
|
|
1138
1138
|
width: "0"
|
|
1139
1139
|
}
|
|
1140
|
-
})),
|
|
1140
|
+
})), ao = he(Xe, {
|
|
1141
1141
|
name: "MuiDialog",
|
|
1142
1142
|
slot: "Paper",
|
|
1143
1143
|
overridesResolver: (e, t) => {
|
|
@@ -1149,7 +1149,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1149
1149
|
})(({
|
|
1150
1150
|
theme: e,
|
|
1151
1151
|
ownerState: t
|
|
1152
|
-
}) =>
|
|
1152
|
+
}) => V({
|
|
1153
1153
|
margin: 32,
|
|
1154
1154
|
position: "relative",
|
|
1155
1155
|
overflowY: "auto",
|
|
@@ -1171,14 +1171,14 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1171
1171
|
maxWidth: "calc(100% - 64px)"
|
|
1172
1172
|
}, t.maxWidth === "xs" && {
|
|
1173
1173
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1174
|
-
[`&.${
|
|
1174
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1175
1175
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1176
1176
|
maxWidth: "calc(100% - 64px)"
|
|
1177
1177
|
}
|
|
1178
1178
|
}
|
|
1179
1179
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
1180
1180
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
1181
|
-
[`&.${
|
|
1181
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1182
1182
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
1183
1183
|
maxWidth: "calc(100% - 64px)"
|
|
1184
1184
|
}
|
|
@@ -1192,15 +1192,15 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1192
1192
|
height: "100%",
|
|
1193
1193
|
maxHeight: "none",
|
|
1194
1194
|
borderRadius: 0,
|
|
1195
|
-
[`&.${
|
|
1195
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1196
1196
|
margin: 0,
|
|
1197
1197
|
maxWidth: "100%"
|
|
1198
1198
|
}
|
|
1199
|
-
})),
|
|
1200
|
-
const r =
|
|
1199
|
+
})), pt = /* @__PURE__ */ z.forwardRef(function(t, o) {
|
|
1200
|
+
const r = Bt({
|
|
1201
1201
|
props: t,
|
|
1202
1202
|
name: "MuiDialog"
|
|
1203
|
-
}), i =
|
|
1203
|
+
}), i = Ft(), s = {
|
|
1204
1204
|
enter: i.transitions.duration.enteringScreen,
|
|
1205
1205
|
exit: i.transitions.duration.leavingScreen
|
|
1206
1206
|
}, {
|
|
@@ -1211,40 +1211,40 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1211
1211
|
children: g,
|
|
1212
1212
|
className: h,
|
|
1213
1213
|
disableEscapeKeyDown: C = !1,
|
|
1214
|
-
fullScreen:
|
|
1215
|
-
fullWidth:
|
|
1214
|
+
fullScreen: b = !1,
|
|
1215
|
+
fullWidth: w = !1,
|
|
1216
1216
|
maxWidth: x = "sm",
|
|
1217
1217
|
onBackdropClick: T,
|
|
1218
1218
|
onClick: E,
|
|
1219
1219
|
onClose: Z,
|
|
1220
1220
|
open: y,
|
|
1221
|
-
PaperComponent:
|
|
1221
|
+
PaperComponent: G = Xe,
|
|
1222
1222
|
PaperProps: D = {},
|
|
1223
1223
|
scroll: Q = "paper",
|
|
1224
|
-
TransitionComponent: j =
|
|
1224
|
+
TransitionComponent: j = qt,
|
|
1225
1225
|
transitionDuration: J = s,
|
|
1226
|
-
TransitionProps:
|
|
1227
|
-
} = r,
|
|
1226
|
+
TransitionProps: fe
|
|
1227
|
+
} = r, be = Ht(r, oo), q = V({}, r, {
|
|
1228
1228
|
disableEscapeKeyDown: C,
|
|
1229
|
-
fullScreen:
|
|
1230
|
-
fullWidth:
|
|
1229
|
+
fullScreen: b,
|
|
1230
|
+
fullWidth: w,
|
|
1231
1231
|
maxWidth: x,
|
|
1232
1232
|
scroll: Q
|
|
1233
|
-
}), Y =
|
|
1234
|
-
N.current =
|
|
1235
|
-
},
|
|
1236
|
-
E && E(
|
|
1237
|
-
}, X =
|
|
1233
|
+
}), Y = ro(q), N = z.useRef(), se = (A) => {
|
|
1234
|
+
N.current = A.target === A.currentTarget;
|
|
1235
|
+
}, me = (A) => {
|
|
1236
|
+
E && E(A), N.current && (N.current = null, T && T(A), Z && Z(A, "backdropClick"));
|
|
1237
|
+
}, X = Dt(c), ae = z.useMemo(() => ({
|
|
1238
1238
|
titleId: X
|
|
1239
1239
|
}), [X]);
|
|
1240
|
-
return /* @__PURE__ */ ee(
|
|
1241
|
-
className:
|
|
1240
|
+
return /* @__PURE__ */ ee(io, V({
|
|
1241
|
+
className: xe(Y.root, h),
|
|
1242
1242
|
closeAfterTransition: !0,
|
|
1243
1243
|
components: {
|
|
1244
|
-
Backdrop:
|
|
1244
|
+
Backdrop: no
|
|
1245
1245
|
},
|
|
1246
1246
|
componentsProps: {
|
|
1247
|
-
backdrop:
|
|
1247
|
+
backdrop: V({
|
|
1248
1248
|
transitionDuration: J,
|
|
1249
1249
|
as: l
|
|
1250
1250
|
}, d)
|
|
@@ -1253,30 +1253,30 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1253
1253
|
onClose: Z,
|
|
1254
1254
|
open: y,
|
|
1255
1255
|
ref: o,
|
|
1256
|
-
onClick:
|
|
1256
|
+
onClick: me,
|
|
1257
1257
|
ownerState: q
|
|
1258
|
-
},
|
|
1259
|
-
children: /* @__PURE__ */ ee(j,
|
|
1258
|
+
}, be, {
|
|
1259
|
+
children: /* @__PURE__ */ ee(j, V({
|
|
1260
1260
|
appear: !0,
|
|
1261
1261
|
in: y,
|
|
1262
1262
|
timeout: J,
|
|
1263
1263
|
role: "presentation"
|
|
1264
|
-
},
|
|
1265
|
-
children: /* @__PURE__ */ ee(
|
|
1266
|
-
className:
|
|
1267
|
-
onMouseDown:
|
|
1264
|
+
}, fe, {
|
|
1265
|
+
children: /* @__PURE__ */ ee(so, {
|
|
1266
|
+
className: xe(Y.container),
|
|
1267
|
+
onMouseDown: se,
|
|
1268
1268
|
ownerState: q,
|
|
1269
|
-
children: /* @__PURE__ */ ee(
|
|
1270
|
-
as:
|
|
1269
|
+
children: /* @__PURE__ */ ee(ao, V({
|
|
1270
|
+
as: G,
|
|
1271
1271
|
elevation: 24,
|
|
1272
1272
|
role: "dialog",
|
|
1273
1273
|
"aria-describedby": a,
|
|
1274
1274
|
"aria-labelledby": X
|
|
1275
1275
|
}, D, {
|
|
1276
|
-
className:
|
|
1276
|
+
className: xe(Y.paper, D.className),
|
|
1277
1277
|
ownerState: q,
|
|
1278
|
-
children: /* @__PURE__ */ ee(
|
|
1279
|
-
value:
|
|
1278
|
+
children: /* @__PURE__ */ ee(ht.Provider, {
|
|
1279
|
+
value: ae,
|
|
1280
1280
|
children: g
|
|
1281
1281
|
})
|
|
1282
1282
|
}))
|
|
@@ -1284,7 +1284,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1284
1284
|
}))
|
|
1285
1285
|
}));
|
|
1286
1286
|
});
|
|
1287
|
-
process.env.NODE_ENV !== "production" && (
|
|
1287
|
+
process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
1288
1288
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1289
1289
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1290
1290
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1416,7 +1416,7 @@ process.env.NODE_ENV !== "production" && (gt.propTypes = {
|
|
|
1416
1416
|
*/
|
|
1417
1417
|
TransitionProps: f.object
|
|
1418
1418
|
});
|
|
1419
|
-
function
|
|
1419
|
+
function lo({ fillColor: e = "#262E3D" }) {
|
|
1420
1420
|
return /* @__PURE__ */ p("svg", {
|
|
1421
1421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1422
1422
|
width: "30",
|
|
@@ -1441,7 +1441,7 @@ function co({ fillColor: e = "#262E3D" }) {
|
|
|
1441
1441
|
]
|
|
1442
1442
|
});
|
|
1443
1443
|
}
|
|
1444
|
-
const
|
|
1444
|
+
const gt = {
|
|
1445
1445
|
row: {
|
|
1446
1446
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1447
1447
|
},
|
|
@@ -1526,18 +1526,18 @@ const Ct = {
|
|
|
1526
1526
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1527
1527
|
}
|
|
1528
1528
|
}
|
|
1529
|
-
},
|
|
1529
|
+
}, co = {
|
|
1530
1530
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1531
|
-
},
|
|
1531
|
+
}, ie = /* @__PURE__ */ u(et, co, {
|
|
1532
1532
|
target: "e869yoj0",
|
|
1533
1533
|
label: "IconButton"
|
|
1534
1534
|
})(({ $hoverColor: e }) => ({
|
|
1535
1535
|
padding: 2,
|
|
1536
1536
|
"&.MuiIconButton-root:hover": {
|
|
1537
|
-
backgroundColor: e != null ? e :
|
|
1537
|
+
backgroundColor: e != null ? e : gt.interaction.defaultHover
|
|
1538
1538
|
}
|
|
1539
1539
|
}));
|
|
1540
|
-
function
|
|
1540
|
+
function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1541
1541
|
return /* @__PURE__ */ n("svg", {
|
|
1542
1542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1543
1543
|
width: "24",
|
|
@@ -1552,7 +1552,7 @@ function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1552
1552
|
})
|
|
1553
1553
|
});
|
|
1554
1554
|
}
|
|
1555
|
-
function
|
|
1555
|
+
function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1556
1556
|
return /* @__PURE__ */ n("svg", {
|
|
1557
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1558
1558
|
width: "24",
|
|
@@ -1567,7 +1567,7 @@ function po({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1567
1567
|
})
|
|
1568
1568
|
});
|
|
1569
1569
|
}
|
|
1570
|
-
function
|
|
1570
|
+
function po() {
|
|
1571
1571
|
return /* @__PURE__ */ n("svg", {
|
|
1572
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1573
1573
|
width: "24",
|
|
@@ -1583,7 +1583,7 @@ function go() {
|
|
|
1583
1583
|
})
|
|
1584
1584
|
});
|
|
1585
1585
|
}
|
|
1586
|
-
function
|
|
1586
|
+
function go({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1587
1587
|
return /* @__PURE__ */ n("svg", {
|
|
1588
1588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1589
1589
|
width: "24",
|
|
@@ -1598,35 +1598,35 @@ function Co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1598
1598
|
})
|
|
1599
1599
|
});
|
|
1600
1600
|
}
|
|
1601
|
-
const
|
|
1602
|
-
const { themeSettings: t } =
|
|
1603
|
-
return /* @__PURE__ */ n(
|
|
1601
|
+
const De = (e) => ot(e.chart.backgroundColor), Co = ({ title: e }) => {
|
|
1602
|
+
const { themeSettings: t } = m();
|
|
1603
|
+
return /* @__PURE__ */ n(re, {
|
|
1604
1604
|
title: e,
|
|
1605
|
-
children: /* @__PURE__ */ n(
|
|
1605
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1606
1606
|
disableTouchRipple: !0,
|
|
1607
|
-
$hoverColor:
|
|
1608
|
-
children: /* @__PURE__ */ n(
|
|
1607
|
+
$hoverColor: De(t),
|
|
1608
|
+
children: /* @__PURE__ */ n(ho, {
|
|
1609
1609
|
fill: t.chart.textColor
|
|
1610
1610
|
})
|
|
1611
1611
|
})
|
|
1612
1612
|
});
|
|
1613
|
-
},
|
|
1613
|
+
}, fo = ({ items: e }) => {
|
|
1614
1614
|
const [t, o] = L(null), r = (a) => {
|
|
1615
1615
|
o(a.currentTarget);
|
|
1616
1616
|
}, i = () => {
|
|
1617
1617
|
o(null);
|
|
1618
|
-
}, { themeSettings: s } =
|
|
1619
|
-
return /* @__PURE__ */ p(
|
|
1618
|
+
}, { themeSettings: s } = m();
|
|
1619
|
+
return /* @__PURE__ */ p(F, {
|
|
1620
1620
|
children: [
|
|
1621
|
-
/* @__PURE__ */ n(
|
|
1621
|
+
/* @__PURE__ */ n(ie, {
|
|
1622
1622
|
onClick: r,
|
|
1623
|
-
$hoverColor:
|
|
1623
|
+
$hoverColor: De(s),
|
|
1624
1624
|
"aria-label": "three dots button",
|
|
1625
|
-
children: /* @__PURE__ */ n(
|
|
1625
|
+
children: /* @__PURE__ */ n(go, {
|
|
1626
1626
|
fill: s.chart.textColor
|
|
1627
1627
|
})
|
|
1628
1628
|
}),
|
|
1629
|
-
/* @__PURE__ */ n(
|
|
1629
|
+
/* @__PURE__ */ n(Ot, {
|
|
1630
1630
|
anchorEl: t,
|
|
1631
1631
|
anchorOrigin: {
|
|
1632
1632
|
vertical: "bottom",
|
|
@@ -1638,14 +1638,14 @@ const qe = (e) => ot(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
|
1638
1638
|
},
|
|
1639
1639
|
open: !!t,
|
|
1640
1640
|
onClose: i,
|
|
1641
|
-
children: e.map((a) => /* @__PURE__ */ p(
|
|
1641
|
+
children: e.map((a) => /* @__PURE__ */ p(At, {
|
|
1642
1642
|
onClick: () => {
|
|
1643
1643
|
a.onClick(), i();
|
|
1644
1644
|
},
|
|
1645
1645
|
sx: {
|
|
1646
1646
|
fontSize: "13px",
|
|
1647
1647
|
fontFamily: s.typography.fontFamily,
|
|
1648
|
-
color:
|
|
1648
|
+
color: gt.text.content
|
|
1649
1649
|
},
|
|
1650
1650
|
disableRipple: !0,
|
|
1651
1651
|
children: [
|
|
@@ -1659,58 +1659,58 @@ const qe = (e) => ot(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
|
1659
1659
|
})
|
|
1660
1660
|
]
|
|
1661
1661
|
});
|
|
1662
|
-
},
|
|
1663
|
-
const { themeSettings: t } =
|
|
1664
|
-
return /* @__PURE__ */ n(
|
|
1662
|
+
}, bo = ({ onClick: e }) => {
|
|
1663
|
+
const { themeSettings: t } = m(), { t: o } = S();
|
|
1664
|
+
return /* @__PURE__ */ n(re, {
|
|
1665
1665
|
title: o("ai.preview"),
|
|
1666
|
-
children: /* @__PURE__ */ n(
|
|
1666
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1667
1667
|
onClick: e,
|
|
1668
|
-
$hoverColor:
|
|
1669
|
-
children: /* @__PURE__ */ n(
|
|
1668
|
+
$hoverColor: De(t),
|
|
1669
|
+
children: /* @__PURE__ */ n(uo, {
|
|
1670
1670
|
fill: t.chart.textColor
|
|
1671
1671
|
})
|
|
1672
1672
|
})
|
|
1673
1673
|
});
|
|
1674
|
-
},
|
|
1674
|
+
}, mo = /* @__PURE__ */ u("div", {
|
|
1675
1675
|
target: "e1cseu7j0",
|
|
1676
1676
|
label: "ToolbarContainer"
|
|
1677
1677
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
1678
|
-
function
|
|
1679
|
-
const r =
|
|
1678
|
+
function xo({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
|
|
1679
|
+
const r = B(() => [
|
|
1680
1680
|
{
|
|
1681
1681
|
title: "Refresh",
|
|
1682
1682
|
onClick: t,
|
|
1683
|
-
icon: /* @__PURE__ */ n(
|
|
1683
|
+
icon: /* @__PURE__ */ n(po, {})
|
|
1684
1684
|
}
|
|
1685
1685
|
], [
|
|
1686
1686
|
t
|
|
1687
1687
|
]);
|
|
1688
|
-
return /* @__PURE__ */ p(
|
|
1688
|
+
return /* @__PURE__ */ p(mo, {
|
|
1689
1689
|
"aria-label": "chatbot chart toolbar",
|
|
1690
1690
|
children: [
|
|
1691
|
-
/* @__PURE__ */ n(
|
|
1691
|
+
/* @__PURE__ */ n(Co, {
|
|
1692
1692
|
title: e != null ? e : ""
|
|
1693
1693
|
}),
|
|
1694
|
-
/* @__PURE__ */ n(
|
|
1694
|
+
/* @__PURE__ */ n(fo, {
|
|
1695
1695
|
items: r
|
|
1696
1696
|
}),
|
|
1697
|
-
/* @__PURE__ */ n(
|
|
1697
|
+
/* @__PURE__ */ n(bo, {
|
|
1698
1698
|
onClick: o
|
|
1699
1699
|
})
|
|
1700
1700
|
]
|
|
1701
1701
|
});
|
|
1702
1702
|
}
|
|
1703
|
-
function
|
|
1704
|
-
const [t, o] = L(!1), { themeSettings: r } =
|
|
1705
|
-
const a =
|
|
1703
|
+
function yo({ content: e }) {
|
|
1704
|
+
const [t, o] = L(!1), { themeSettings: r } = m(), { inlineElement: i, expandedElement: s } = B(() => {
|
|
1705
|
+
const a = pe(e, {
|
|
1706
1706
|
useCustomizedStyleOptions: !0
|
|
1707
1707
|
});
|
|
1708
|
-
if (a === void 0 || !
|
|
1709
|
-
throw new
|
|
1708
|
+
if (a === void 0 || !we(a))
|
|
1709
|
+
throw new ve("errors.otherWidgetTypesNotSupported");
|
|
1710
1710
|
const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
|
|
1711
1711
|
cornerRadius: "Small",
|
|
1712
1712
|
header: {
|
|
1713
|
-
renderToolbar: (C) => /* @__PURE__ */ n(
|
|
1713
|
+
renderToolbar: (C) => /* @__PURE__ */ n(xo, {
|
|
1714
1714
|
infoTooltipText: c,
|
|
1715
1715
|
onRefresh: C,
|
|
1716
1716
|
onExpand: () => o(!0)
|
|
@@ -1718,7 +1718,7 @@ function vo({ content: e }) {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
};
|
|
1720
1720
|
let g, h;
|
|
1721
|
-
if (
|
|
1721
|
+
if (Kt(a.chartType))
|
|
1722
1722
|
g = /* @__PURE__ */ n("div", {
|
|
1723
1723
|
className: "csdk-h-[245px]",
|
|
1724
1724
|
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
@@ -1736,14 +1736,14 @@ function vo({ content: e }) {
|
|
|
1736
1736
|
header: {
|
|
1737
1737
|
hidden: !0
|
|
1738
1738
|
}
|
|
1739
|
-
}),
|
|
1739
|
+
}), b = v(M(v({}, l), {
|
|
1740
1740
|
legend: void 0,
|
|
1741
1741
|
xAxis: void 0,
|
|
1742
1742
|
yAxis: void 0
|
|
1743
1743
|
}), d);
|
|
1744
|
-
delete
|
|
1744
|
+
delete b.legend, delete b.xAxis, delete b.yAxis, g = /* @__PURE__ */ n("div", {
|
|
1745
1745
|
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1746
|
-
styleOptions:
|
|
1746
|
+
styleOptions: b
|
|
1747
1747
|
}))
|
|
1748
1748
|
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1749
1749
|
styleOptions: v({
|
|
@@ -1758,10 +1758,10 @@ function vo({ content: e }) {
|
|
|
1758
1758
|
}, [
|
|
1759
1759
|
e
|
|
1760
1760
|
]);
|
|
1761
|
-
return /* @__PURE__ */ p(
|
|
1761
|
+
return /* @__PURE__ */ p(F, {
|
|
1762
1762
|
children: [
|
|
1763
1763
|
i,
|
|
1764
|
-
/* @__PURE__ */ p(
|
|
1764
|
+
/* @__PURE__ */ p(pt, {
|
|
1765
1765
|
open: t,
|
|
1766
1766
|
onClose: () => o(!1),
|
|
1767
1767
|
maxWidth: "xl",
|
|
@@ -1780,10 +1780,10 @@ function vo({ content: e }) {
|
|
|
1780
1780
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
1781
1781
|
children: e.queryTitle
|
|
1782
1782
|
}),
|
|
1783
|
-
/* @__PURE__ */ n(
|
|
1783
|
+
/* @__PURE__ */ n(et, {
|
|
1784
1784
|
onClick: () => o(!1),
|
|
1785
1785
|
"aria-label": "close expanded chart",
|
|
1786
|
-
children: /* @__PURE__ */ n(
|
|
1786
|
+
children: /* @__PURE__ */ n(lo, {
|
|
1787
1787
|
fillColor: r.aiChat.primaryTextColor
|
|
1788
1788
|
})
|
|
1789
1789
|
})
|
|
@@ -1798,7 +1798,7 @@ function vo({ content: e }) {
|
|
|
1798
1798
|
]
|
|
1799
1799
|
});
|
|
1800
1800
|
}
|
|
1801
|
-
function
|
|
1801
|
+
function vo({ theme: e }) {
|
|
1802
1802
|
return /* @__PURE__ */ n("svg", {
|
|
1803
1803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1804
1804
|
width: "24",
|
|
@@ -1813,22 +1813,22 @@ function wo({ theme: e }) {
|
|
|
1813
1813
|
})
|
|
1814
1814
|
});
|
|
1815
1815
|
}
|
|
1816
|
-
function
|
|
1817
|
-
const { themeSettings: o } =
|
|
1818
|
-
return /* @__PURE__ */ n(
|
|
1816
|
+
function wo({ onClick: e, disabled: t }) {
|
|
1817
|
+
const { themeSettings: o } = m(), { t: r } = S();
|
|
1818
|
+
return /* @__PURE__ */ n(re, {
|
|
1819
1819
|
title: r("ai.buttons.incorrectResponse"),
|
|
1820
|
-
children: /* @__PURE__ */ n(
|
|
1820
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1821
1821
|
"aria-label": "thumbs-down",
|
|
1822
1822
|
onClick: e,
|
|
1823
1823
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1824
1824
|
disabled: t,
|
|
1825
|
-
children: /* @__PURE__ */ n(
|
|
1825
|
+
children: /* @__PURE__ */ n(vo, {
|
|
1826
1826
|
theme: o
|
|
1827
1827
|
})
|
|
1828
1828
|
})
|
|
1829
1829
|
});
|
|
1830
1830
|
}
|
|
1831
|
-
function
|
|
1831
|
+
function ko({ theme: e }) {
|
|
1832
1832
|
return /* @__PURE__ */ n("svg", {
|
|
1833
1833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
1834
|
width: "24",
|
|
@@ -1843,29 +1843,29 @@ function So({ theme: e }) {
|
|
|
1843
1843
|
})
|
|
1844
1844
|
});
|
|
1845
1845
|
}
|
|
1846
|
-
function
|
|
1847
|
-
const { themeSettings: o } =
|
|
1848
|
-
return /* @__PURE__ */ n(
|
|
1846
|
+
function So({ onClick: e, disabled: t }) {
|
|
1847
|
+
const { themeSettings: o } = m(), { t: r } = S();
|
|
1848
|
+
return /* @__PURE__ */ n(re, {
|
|
1849
1849
|
title: r("ai.buttons.correctResponse"),
|
|
1850
|
-
children: /* @__PURE__ */ n(
|
|
1850
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1851
1851
|
"aria-label": "thumbs-up",
|
|
1852
1852
|
onClick: e,
|
|
1853
1853
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1854
1854
|
disabled: t,
|
|
1855
|
-
children: /* @__PURE__ */ n(
|
|
1855
|
+
children: /* @__PURE__ */ n(ko, {
|
|
1856
1856
|
theme: o
|
|
1857
1857
|
})
|
|
1858
1858
|
})
|
|
1859
1859
|
});
|
|
1860
1860
|
}
|
|
1861
|
-
const
|
|
1862
|
-
const [e, t] = L(!1), o = U(null), r =
|
|
1861
|
+
const Mo = () => {
|
|
1862
|
+
const [e, t] = L(!1), o = U(null), r = k(() => {
|
|
1863
1863
|
t(!0);
|
|
1864
|
-
}, []), i =
|
|
1864
|
+
}, []), i = k(() => {
|
|
1865
1865
|
t(!1);
|
|
1866
1866
|
}, []);
|
|
1867
1867
|
return [
|
|
1868
|
-
|
|
1868
|
+
k((a) => {
|
|
1869
1869
|
var c;
|
|
1870
1870
|
((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), o.current = a;
|
|
1871
1871
|
}, [
|
|
@@ -1874,12 +1874,12 @@ const To = () => {
|
|
|
1874
1874
|
]),
|
|
1875
1875
|
e
|
|
1876
1876
|
];
|
|
1877
|
-
},
|
|
1877
|
+
}, To = /* @__PURE__ */ u("div", {
|
|
1878
1878
|
target: "e2xyvaw0",
|
|
1879
1879
|
label: "Container"
|
|
1880
1880
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
|
|
1881
|
-
function
|
|
1882
|
-
const [o, r] = L(!1), i =
|
|
1881
|
+
function Lo({ visible: e, onSend: t }) {
|
|
1882
|
+
const [o, r] = L(!1), i = k((a) => {
|
|
1883
1883
|
r(!0), t(a === "up" ? 1 : -1);
|
|
1884
1884
|
}, [
|
|
1885
1885
|
t
|
|
@@ -1887,19 +1887,19 @@ function Ro({ visible: e, onSend: t }) {
|
|
|
1887
1887
|
return e ? /* @__PURE__ */ p("div", {
|
|
1888
1888
|
className: `csdk-flex csdk-items-center ${s}`,
|
|
1889
1889
|
children: [
|
|
1890
|
-
/* @__PURE__ */ n(
|
|
1890
|
+
/* @__PURE__ */ n(So, {
|
|
1891
1891
|
onClick: () => i("up"),
|
|
1892
1892
|
disabled: o
|
|
1893
1893
|
}),
|
|
1894
|
-
/* @__PURE__ */ n(
|
|
1894
|
+
/* @__PURE__ */ n(wo, {
|
|
1895
1895
|
onClick: () => i("down"),
|
|
1896
1896
|
disabled: o
|
|
1897
1897
|
})
|
|
1898
1898
|
]
|
|
1899
1899
|
}) : null;
|
|
1900
1900
|
}
|
|
1901
|
-
function
|
|
1902
|
-
const s = H(), a =
|
|
1901
|
+
function Se({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
|
|
1902
|
+
const s = H(), a = Wt(k((h) => {
|
|
1903
1903
|
s && s.ai.sendFeedback({
|
|
1904
1904
|
sourceId: e,
|
|
1905
1905
|
type: o,
|
|
@@ -1911,24 +1911,24 @@ function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", re
|
|
|
1911
1911
|
e,
|
|
1912
1912
|
t,
|
|
1913
1913
|
o
|
|
1914
|
-
]), 200), [c, l] =
|
|
1914
|
+
]), 200), [c, l] = Mo(), d = B(() => r === "onHover" ? l : r !== "never", [
|
|
1915
1915
|
l,
|
|
1916
1916
|
r
|
|
1917
|
-
]), { themeSettings: g } =
|
|
1918
|
-
return /* @__PURE__ */ n(
|
|
1917
|
+
]), { themeSettings: g } = m();
|
|
1918
|
+
return /* @__PURE__ */ n(To, {
|
|
1919
1919
|
ref: c,
|
|
1920
1920
|
theme: g,
|
|
1921
|
-
children: i(/* @__PURE__ */ n(
|
|
1921
|
+
children: i(/* @__PURE__ */ n(Lo, {
|
|
1922
1922
|
onSend: a,
|
|
1923
1923
|
visible: d
|
|
1924
1924
|
}))
|
|
1925
1925
|
});
|
|
1926
1926
|
}
|
|
1927
|
-
const
|
|
1928
|
-
function
|
|
1929
|
-
const [t, o] = L(!0), [r, i] = L(!1), { t: s } =
|
|
1930
|
-
return
|
|
1931
|
-
a.current && a.current.scrollHeight >
|
|
1927
|
+
const Ro = 18 * 5;
|
|
1928
|
+
function Pe({ text: e }) {
|
|
1929
|
+
const [t, o] = L(!0), [r, i] = L(!1), { t: s } = S(), a = U(null);
|
|
1930
|
+
return de(() => {
|
|
1931
|
+
a.current && a.current.scrollHeight > Ro && i(!0);
|
|
1932
1932
|
}, [
|
|
1933
1933
|
e
|
|
1934
1934
|
]), /* @__PURE__ */ p("div", {
|
|
@@ -1949,20 +1949,20 @@ function be({ text: e }) {
|
|
|
1949
1949
|
]
|
|
1950
1950
|
});
|
|
1951
1951
|
}
|
|
1952
|
-
function
|
|
1953
|
-
const { data: t, isLoading: o, isError: r } =
|
|
1954
|
-
return o ? /* @__PURE__ */ n(
|
|
1952
|
+
function Io({ nlgRequest: e }) {
|
|
1953
|
+
const { data: t, isLoading: o, isError: r } = ge(e), { t: i } = S();
|
|
1954
|
+
return o ? /* @__PURE__ */ n(He, {}) : r ? /* @__PURE__ */ n($, {
|
|
1955
1955
|
align: "left",
|
|
1956
1956
|
children: i("ai.errors.unexpected")
|
|
1957
1957
|
}) : /* @__PURE__ */ n($, {
|
|
1958
1958
|
align: "full",
|
|
1959
|
-
children: /* @__PURE__ */ n(
|
|
1959
|
+
children: /* @__PURE__ */ n(Pe, {
|
|
1960
1960
|
text: t != null ? t : i("ai.errors.insightsNotAvailable")
|
|
1961
1961
|
})
|
|
1962
1962
|
});
|
|
1963
1963
|
}
|
|
1964
|
-
function
|
|
1965
|
-
const { themeSettings: e } =
|
|
1964
|
+
function Eo() {
|
|
1965
|
+
const { themeSettings: e } = m();
|
|
1966
1966
|
return /* @__PURE__ */ n("svg", {
|
|
1967
1967
|
width: "24",
|
|
1968
1968
|
height: "25",
|
|
@@ -1977,80 +1977,80 @@ function No() {
|
|
|
1977
1977
|
})
|
|
1978
1978
|
});
|
|
1979
1979
|
}
|
|
1980
|
-
function
|
|
1981
|
-
const { t } =
|
|
1982
|
-
return /* @__PURE__ */ n(
|
|
1980
|
+
function No({ onClick: e }) {
|
|
1981
|
+
const { t } = S();
|
|
1982
|
+
return /* @__PURE__ */ n(ue, {
|
|
1983
1983
|
align: "left",
|
|
1984
1984
|
onClick: e,
|
|
1985
1985
|
children: /* @__PURE__ */ p("div", {
|
|
1986
1986
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1987
1987
|
children: [
|
|
1988
|
-
/* @__PURE__ */ n(
|
|
1988
|
+
/* @__PURE__ */ n(Eo, {}),
|
|
1989
1989
|
t("ai.buttons.insights")
|
|
1990
1990
|
]
|
|
1991
1991
|
})
|
|
1992
1992
|
});
|
|
1993
1993
|
}
|
|
1994
|
-
var
|
|
1995
|
-
const
|
|
1994
|
+
var Bo = zt("toLowerCase");
|
|
1995
|
+
const Qe = /* @__PURE__ */ u("div", {
|
|
1996
1996
|
target: "es26a860",
|
|
1997
1997
|
label: "FlexRow"
|
|
1998
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
1999
|
-
function
|
|
2000
|
-
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } =
|
|
1998
|
+
})("display:flex;align-items:center;column-gap:10px;"), Fo = (e) => !!e && "aeiou".includes(e[0]);
|
|
1999
|
+
function Ho({ data: e, alwaysShowFeedback: t }) {
|
|
2000
|
+
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = m(), { queryTitle: s, chartRecommendations: a, jaql: c, userMsg: l } = e;
|
|
2001
2001
|
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
2002
2002
|
const d = "chartType" in a ? a.chartType : "table";
|
|
2003
2003
|
let g;
|
|
2004
|
-
|
|
2005
|
-
const h = c.datasource.title, [C,
|
|
2006
|
-
|
|
2004
|
+
Fo(d) ? g = `an ${d}` : g = `a ${d}`, d !== "table" && (g += " chart");
|
|
2005
|
+
const h = c.datasource.title, [C, b] = L(!1), w = k(() => {
|
|
2006
|
+
b((E) => !E);
|
|
2007
2007
|
}, []), x = {
|
|
2008
2008
|
jaql: {
|
|
2009
2009
|
datasource: c.datasource,
|
|
2010
2010
|
metadata: c.metadata
|
|
2011
2011
|
}
|
|
2012
2012
|
}, T = o === "analyze";
|
|
2013
|
-
return /* @__PURE__ */ p(
|
|
2013
|
+
return /* @__PURE__ */ p(F, {
|
|
2014
2014
|
children: [
|
|
2015
|
-
/* @__PURE__ */ n(
|
|
2015
|
+
/* @__PURE__ */ n(Se, {
|
|
2016
2016
|
sourceId: h,
|
|
2017
2017
|
data: e,
|
|
2018
2018
|
type: "chats/nlq",
|
|
2019
2019
|
buttonVisibility: t ? "always" : "onHover",
|
|
2020
|
-
renderContent: (E) => /* @__PURE__ */ p(
|
|
2020
|
+
renderContent: (E) => /* @__PURE__ */ p(F, {
|
|
2021
2021
|
children: [
|
|
2022
|
-
/* @__PURE__ */ p(
|
|
2022
|
+
/* @__PURE__ */ p(Qe, {
|
|
2023
2023
|
children: [
|
|
2024
|
-
/* @__PURE__ */ n(
|
|
2024
|
+
/* @__PURE__ */ n(dt, {
|
|
2025
2025
|
align: "left",
|
|
2026
2026
|
theme: i,
|
|
2027
|
-
children: l || `Here's ${g} showing ${
|
|
2027
|
+
children: l || `Here's ${g} showing ${Bo(s)}.`
|
|
2028
2028
|
}),
|
|
2029
2029
|
E
|
|
2030
2030
|
]
|
|
2031
2031
|
}),
|
|
2032
|
-
T && /* @__PURE__ */ n(
|
|
2032
|
+
T && /* @__PURE__ */ n(yo, {
|
|
2033
2033
|
content: e
|
|
2034
2034
|
})
|
|
2035
2035
|
]
|
|
2036
2036
|
})
|
|
2037
2037
|
}),
|
|
2038
|
-
r && /* @__PURE__ */ n(
|
|
2038
|
+
r && /* @__PURE__ */ n(Se, {
|
|
2039
2039
|
sourceId: h,
|
|
2040
2040
|
data: x,
|
|
2041
2041
|
type: "nlg/queryResult",
|
|
2042
2042
|
buttonVisibility: C ? "onHover" : "never",
|
|
2043
|
-
renderContent: (E) => /* @__PURE__ */ p(
|
|
2043
|
+
renderContent: (E) => /* @__PURE__ */ p(F, {
|
|
2044
2044
|
children: [
|
|
2045
|
-
/* @__PURE__ */ p(
|
|
2045
|
+
/* @__PURE__ */ p(Qe, {
|
|
2046
2046
|
children: [
|
|
2047
|
-
/* @__PURE__ */ n(
|
|
2048
|
-
onClick:
|
|
2047
|
+
/* @__PURE__ */ n(No, {
|
|
2048
|
+
onClick: w
|
|
2049
2049
|
}),
|
|
2050
2050
|
E
|
|
2051
2051
|
]
|
|
2052
2052
|
}),
|
|
2053
|
-
C && /* @__PURE__ */ n(
|
|
2053
|
+
C && /* @__PURE__ */ n(Io, {
|
|
2054
2054
|
nlgRequest: x
|
|
2055
2055
|
})
|
|
2056
2056
|
]
|
|
@@ -2059,39 +2059,39 @@ function Do({ data: e, alwaysShowFeedback: t }) {
|
|
|
2059
2059
|
]
|
|
2060
2060
|
});
|
|
2061
2061
|
}
|
|
2062
|
-
function
|
|
2063
|
-
if (
|
|
2062
|
+
function Do({ message: e, isLastMessage: t }) {
|
|
2063
|
+
if (Fe(e)) {
|
|
2064
2064
|
const r = JSON.parse(e.content);
|
|
2065
|
-
return /* @__PURE__ */ n(
|
|
2065
|
+
return /* @__PURE__ */ n(Ho, {
|
|
2066
2066
|
data: r,
|
|
2067
2067
|
alwaysShowFeedback: t
|
|
2068
2068
|
});
|
|
2069
2069
|
}
|
|
2070
|
-
const o =
|
|
2070
|
+
const o = k1(e) ? JSON.parse(e.content).answer : e.content;
|
|
2071
2071
|
return /* @__PURE__ */ n($, {
|
|
2072
2072
|
align: e.role === "user" ? "right" : "left",
|
|
2073
2073
|
children: o
|
|
2074
2074
|
});
|
|
2075
2075
|
}
|
|
2076
|
-
const
|
|
2076
|
+
const Po = /* @__PURE__ */ o1(Do), qo = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n($, {
|
|
2077
2077
|
align: "left",
|
|
2078
2078
|
children: t
|
|
2079
2079
|
}));
|
|
2080
2080
|
function Ao({ messages: e }) {
|
|
2081
|
-
const { t } =
|
|
2082
|
-
return /* @__PURE__ */ n(
|
|
2083
|
-
children: e.map((o, r) => /* @__PURE__ */ n(
|
|
2084
|
-
fallbackRender: (i) =>
|
|
2081
|
+
const { t } = S();
|
|
2082
|
+
return /* @__PURE__ */ n(F, {
|
|
2083
|
+
children: e.map((o, r) => /* @__PURE__ */ n($t, {
|
|
2084
|
+
fallbackRender: (i) => qo(M(v({}, i), {
|
|
2085
2085
|
displayMessage: t("ai.errors.unexpected")
|
|
2086
2086
|
})),
|
|
2087
|
-
children: /* @__PURE__ */ n(
|
|
2087
|
+
children: /* @__PURE__ */ n(Po, {
|
|
2088
2088
|
message: o,
|
|
2089
2089
|
isLastMessage: r === e.length - 1
|
|
2090
2090
|
}, r)
|
|
2091
2091
|
}, r))
|
|
2092
2092
|
});
|
|
2093
2093
|
}
|
|
2094
|
-
function
|
|
2094
|
+
function Ct({ color: e }) {
|
|
2095
2095
|
return /* @__PURE__ */ n("svg", {
|
|
2096
2096
|
width: "100%",
|
|
2097
2097
|
height: "100%",
|
|
@@ -2104,17 +2104,17 @@ function ft({ color: e }) {
|
|
|
2104
2104
|
})
|
|
2105
2105
|
});
|
|
2106
2106
|
}
|
|
2107
|
-
function
|
|
2107
|
+
function Oo({ onClick: e, color: t }) {
|
|
2108
2108
|
return /* @__PURE__ */ n("div", {
|
|
2109
2109
|
"aria-label": "go back",
|
|
2110
2110
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2111
2111
|
onClick: e,
|
|
2112
|
-
children: /* @__PURE__ */ n(
|
|
2112
|
+
children: /* @__PURE__ */ n(Ct, {
|
|
2113
2113
|
color: t
|
|
2114
2114
|
})
|
|
2115
2115
|
});
|
|
2116
2116
|
}
|
|
2117
|
-
const
|
|
2117
|
+
const Wo = /* @__PURE__ */ u("button", {
|
|
2118
2118
|
target: "e1p0q0z20",
|
|
2119
2119
|
label: "Button"
|
|
2120
2120
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
|
|
@@ -2143,39 +2143,39 @@ const zo = /* @__PURE__ */ u("button", {
|
|
|
2143
2143
|
}
|
|
2144
2144
|
return "";
|
|
2145
2145
|
});
|
|
2146
|
-
function
|
|
2147
|
-
const { themeSettings: o } =
|
|
2148
|
-
return /* @__PURE__ */ n(
|
|
2146
|
+
function _e({ question: e, onClick: t }) {
|
|
2147
|
+
const { themeSettings: o } = m();
|
|
2148
|
+
return /* @__PURE__ */ n(Wo, {
|
|
2149
2149
|
onClick: t,
|
|
2150
2150
|
theme: o,
|
|
2151
2151
|
children: e
|
|
2152
2152
|
});
|
|
2153
2153
|
}
|
|
2154
|
-
const
|
|
2154
|
+
const zo = /* @__PURE__ */ u("div", {
|
|
2155
2155
|
target: "eu11cc50",
|
|
2156
2156
|
label: "ListContainer"
|
|
2157
2157
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2158
|
-
function
|
|
2159
|
-
const { t: o } =
|
|
2158
|
+
function $o({ questions: e, onSelection: t }) {
|
|
2159
|
+
const { t: o } = S(), [r, i] = L(!0), s = B(() => r && e.length > 5 ? e.slice(0, 4) : e, [
|
|
2160
2160
|
e,
|
|
2161
2161
|
r
|
|
2162
|
-
]), { themeSettings: a } =
|
|
2163
|
-
return /* @__PURE__ */ p(
|
|
2162
|
+
]), { themeSettings: a } = m();
|
|
2163
|
+
return /* @__PURE__ */ p(zo, {
|
|
2164
2164
|
"aria-label": "list of suggested questions",
|
|
2165
2165
|
theme: a,
|
|
2166
2166
|
children: [
|
|
2167
|
-
s.map((c) => /* @__PURE__ */ n(
|
|
2167
|
+
s.map((c) => /* @__PURE__ */ n(_e, {
|
|
2168
2168
|
question: c,
|
|
2169
2169
|
onClick: () => t(c)
|
|
2170
2170
|
}, c)),
|
|
2171
|
-
s.length < e.length && /* @__PURE__ */ n(
|
|
2171
|
+
s.length < e.length && /* @__PURE__ */ n(_e, {
|
|
2172
2172
|
question: o("ai.buttons.seeMore"),
|
|
2173
2173
|
onClick: () => i(!1)
|
|
2174
2174
|
})
|
|
2175
2175
|
]
|
|
2176
2176
|
});
|
|
2177
2177
|
}
|
|
2178
|
-
const
|
|
2178
|
+
const Zo = /* @__PURE__ */ u("div", {
|
|
2179
2179
|
target: "ebwb3nc0",
|
|
2180
2180
|
label: "Row"
|
|
2181
2181
|
})("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
|
|
@@ -2186,48 +2186,48 @@ const jo = /* @__PURE__ */ u("div", {
|
|
|
2186
2186
|
${o} 50%,
|
|
2187
2187
|
${t} 100%
|
|
2188
2188
|
)`;
|
|
2189
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
2189
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), jo = /* @__PURE__ */ u("div", {
|
|
2190
2190
|
target: "ebwb3nc1",
|
|
2191
2191
|
label: "SkeletonContainer"
|
|
2192
2192
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
2193
2193
|
function Vo() {
|
|
2194
|
-
const { themeSettings: e } =
|
|
2195
|
-
return /* @__PURE__ */ n(
|
|
2194
|
+
const { themeSettings: e } = m();
|
|
2195
|
+
return /* @__PURE__ */ n(jo, {
|
|
2196
2196
|
children: Array.from({
|
|
2197
2197
|
length: 3
|
|
2198
|
-
}, (t, o) => /* @__PURE__ */ n(
|
|
2198
|
+
}, (t, o) => /* @__PURE__ */ n(Zo, {
|
|
2199
2199
|
theme: e
|
|
2200
2200
|
}, o))
|
|
2201
2201
|
});
|
|
2202
2202
|
}
|
|
2203
|
-
function
|
|
2203
|
+
function Go({ questions: e, isLoading: t, onSelection: o }) {
|
|
2204
2204
|
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2205
|
-
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(
|
|
2205
|
+
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(F, {
|
|
2206
2206
|
children: [
|
|
2207
2207
|
i && /* @__PURE__ */ n($, {
|
|
2208
2208
|
align: "left",
|
|
2209
2209
|
children: i
|
|
2210
2210
|
}),
|
|
2211
|
-
/* @__PURE__ */ n(
|
|
2211
|
+
/* @__PURE__ */ n($o, {
|
|
2212
2212
|
onSelection: o,
|
|
2213
2213
|
questions: e
|
|
2214
2214
|
})
|
|
2215
2215
|
]
|
|
2216
2216
|
}) : null;
|
|
2217
2217
|
}
|
|
2218
|
-
const
|
|
2218
|
+
const Qo = /* @__PURE__ */ u("div", {
|
|
2219
2219
|
target: "ew7avl30",
|
|
2220
2220
|
label: "ToolbarContainer"
|
|
2221
|
-
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"),
|
|
2221
|
+
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), _o = /* @__PURE__ */ u("div", {
|
|
2222
2222
|
target: "ew7avl31",
|
|
2223
2223
|
label: "ToolbarTitle"
|
|
2224
|
-
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"),
|
|
2225
|
-
return /* @__PURE__ */ p(
|
|
2224
|
+
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), ft = /* @__PURE__ */ n1(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
|
|
2225
|
+
return /* @__PURE__ */ p(Qo, {
|
|
2226
2226
|
ref: s,
|
|
2227
2227
|
style: i,
|
|
2228
2228
|
children: [
|
|
2229
2229
|
o,
|
|
2230
|
-
/* @__PURE__ */ n(
|
|
2230
|
+
/* @__PURE__ */ n(_o, {
|
|
2231
2231
|
style: i,
|
|
2232
2232
|
children: t
|
|
2233
2233
|
}),
|
|
@@ -2237,13 +2237,13 @@ const _o = /* @__PURE__ */ u("div", {
|
|
|
2237
2237
|
})
|
|
2238
2238
|
]
|
|
2239
2239
|
});
|
|
2240
|
-
}),
|
|
2240
|
+
}), Uo = /* @__PURE__ */ u("div", {
|
|
2241
2241
|
target: "e14yc7id0",
|
|
2242
2242
|
label: "AiDisclaimerContainer"
|
|
2243
2243
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
|
|
2244
|
-
function
|
|
2245
|
-
const { t } =
|
|
2246
|
-
return /* @__PURE__ */ p(
|
|
2244
|
+
function Ko({ theme: e }) {
|
|
2245
|
+
const { t } = S();
|
|
2246
|
+
return /* @__PURE__ */ p(Uo, {
|
|
2247
2247
|
theme: e,
|
|
2248
2248
|
children: [
|
|
2249
2249
|
/* @__PURE__ */ n("div", {
|
|
@@ -2258,18 +2258,8 @@ function Jo({ theme: e }) {
|
|
|
2258
2258
|
]
|
|
2259
2259
|
});
|
|
2260
2260
|
}
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
label: "Container"
|
|
2264
|
-
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";"), mt = () => {
|
|
2265
|
-
const { t: e } = w(), { themeSettings: t } = b();
|
|
2266
|
-
return /* @__PURE__ */ n(Yo, {
|
|
2267
|
-
theme: t,
|
|
2268
|
-
children: e("ai.betaLabel")
|
|
2269
|
-
});
|
|
2270
|
-
};
|
|
2271
|
-
function Xo() {
|
|
2272
|
-
const { themeSettings: e } = b();
|
|
2261
|
+
function Jo() {
|
|
2262
|
+
const { themeSettings: e } = m();
|
|
2273
2263
|
return /* @__PURE__ */ n("svg", {
|
|
2274
2264
|
width: "24",
|
|
2275
2265
|
height: "24",
|
|
@@ -2284,108 +2274,107 @@ function Xo() {
|
|
|
2284
2274
|
})
|
|
2285
2275
|
});
|
|
2286
2276
|
}
|
|
2287
|
-
const
|
|
2288
|
-
const o = new
|
|
2277
|
+
const Yo = (e, t) => {
|
|
2278
|
+
const o = new Jt(e);
|
|
2289
2279
|
return o.alpha = t, o;
|
|
2290
|
-
},
|
|
2280
|
+
}, Xo = /* @__PURE__ */ u("div", {
|
|
2291
2281
|
target: "e1rxvpki0",
|
|
2292
2282
|
label: "Container"
|
|
2293
|
-
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${
|
|
2294
|
-
const { themeSettings: t } =
|
|
2295
|
-
return /* @__PURE__ */ n(
|
|
2283
|
+
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${Yo(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), en = ({ onClick: e }) => {
|
|
2284
|
+
const { themeSettings: t } = m();
|
|
2285
|
+
return /* @__PURE__ */ n(Xo, {
|
|
2296
2286
|
theme: t,
|
|
2297
2287
|
onClick: e,
|
|
2298
|
-
children: /* @__PURE__ */ n(
|
|
2288
|
+
children: /* @__PURE__ */ n(Jo, {})
|
|
2299
2289
|
});
|
|
2300
|
-
},
|
|
2290
|
+
}, tn = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ye, {
|
|
2301
2291
|
anchorEl: o,
|
|
2302
2292
|
open: e,
|
|
2303
2293
|
placement: "top",
|
|
2304
2294
|
sx: {
|
|
2305
2295
|
zIndex: 2
|
|
2306
2296
|
},
|
|
2307
|
-
children: /* @__PURE__ */ n(
|
|
2297
|
+
children: /* @__PURE__ */ n(en, {
|
|
2308
2298
|
onClick: t
|
|
2309
2299
|
})
|
|
2310
|
-
}),
|
|
2311
|
-
target: "
|
|
2300
|
+
}), on = /* @__PURE__ */ u("div", {
|
|
2301
|
+
target: "ednrf320",
|
|
2312
2302
|
label: "ChatBody"
|
|
2313
|
-
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
2314
|
-
target: "
|
|
2303
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), nn = /* @__PURE__ */ u("div", {
|
|
2304
|
+
target: "ednrf321",
|
|
2315
2305
|
label: "ChatFooter"
|
|
2316
|
-
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
2317
|
-
target: "
|
|
2306
|
+
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), rn = /* @__PURE__ */ u("div", {
|
|
2307
|
+
target: "ednrf322",
|
|
2318
2308
|
label: "FollowupQuestionsContainer"
|
|
2319
2309
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2320
|
-
function
|
|
2321
|
-
var
|
|
2322
|
-
const { t: r } =
|
|
2310
|
+
function sn({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
2311
|
+
var qe, Ae, Oe;
|
|
2312
|
+
const { t: r } = S(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = m(), { data: d, isLoading: g, isError: h } = it({
|
|
2323
2313
|
contextTitle: e,
|
|
2324
2314
|
count: c
|
|
2325
|
-
}), C =
|
|
2315
|
+
}), C = B(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
|
|
2326
2316
|
d
|
|
2327
|
-
]), { history:
|
|
2328
|
-
|
|
2329
|
-
}, N = U(null),
|
|
2317
|
+
]), { history: b, lastNlqResponse: w, isAwaitingResponse: x, sendMessage: T, isLoading: E, chatId: Z, lastError: y } = S1(e, o), { mutate: G, isLoading: D } = lt(Z), [Q, j] = L(!1), [J, fe] = L(!1), be = () => j(!0), q = () => j(!1), Y = () => {
|
|
2318
|
+
G(), q();
|
|
2319
|
+
}, N = U(null), se = U(null), me = () => {
|
|
2330
2320
|
if (!(N != null && N.current))
|
|
2331
2321
|
return;
|
|
2332
|
-
const { scrollTop: R, clientHeight:
|
|
2333
|
-
if (R === void 0 ||
|
|
2322
|
+
const { scrollTop: R, clientHeight: O, scrollHeight: We } = N.current;
|
|
2323
|
+
if (R === void 0 || O === void 0 || We === void 0)
|
|
2334
2324
|
return;
|
|
2335
|
-
const
|
|
2336
|
-
J !==
|
|
2325
|
+
const ze = We - R - O > O / 2;
|
|
2326
|
+
J !== ze && fe(ze);
|
|
2337
2327
|
};
|
|
2338
|
-
|
|
2328
|
+
de(() => {
|
|
2339
2329
|
N.current && (N.current.scrollTop = N.current.scrollHeight);
|
|
2340
2330
|
}, [
|
|
2341
|
-
|
|
2331
|
+
b,
|
|
2342
2332
|
Q,
|
|
2343
2333
|
x
|
|
2344
2334
|
]);
|
|
2345
|
-
const X = U(null),
|
|
2335
|
+
const X = U(null), ae = s ? /* @__PURE__ */ n(ft, {
|
|
2346
2336
|
ref: X,
|
|
2347
2337
|
title: e,
|
|
2348
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
2338
|
+
leftNav: t && /* @__PURE__ */ n(Oo, {
|
|
2349
2339
|
onClick: t,
|
|
2350
2340
|
color: l.aiChat.header.textColor
|
|
2351
2341
|
}),
|
|
2352
|
-
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2353
2342
|
style: l.aiChat.header
|
|
2354
|
-
}) : null,
|
|
2355
|
-
...new Set(
|
|
2343
|
+
}) : null, A = B(() => [
|
|
2344
|
+
...new Set(b.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse())
|
|
2356
2345
|
].slice(0, a), [
|
|
2357
|
-
|
|
2346
|
+
b,
|
|
2358
2347
|
a,
|
|
2359
2348
|
C
|
|
2360
2349
|
]);
|
|
2361
|
-
return (y == null ? void 0 : y.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(
|
|
2350
|
+
return (y == null ? void 0 : y.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(F, {
|
|
2362
2351
|
children: [
|
|
2363
|
-
s &&
|
|
2364
|
-
/* @__PURE__ */ n(
|
|
2352
|
+
s && ae,
|
|
2353
|
+
/* @__PURE__ */ n(ut, {
|
|
2365
2354
|
text: y.message
|
|
2366
2355
|
})
|
|
2367
2356
|
]
|
|
2368
|
-
}) : /* @__PURE__ */ p(
|
|
2357
|
+
}) : /* @__PURE__ */ p(F, {
|
|
2369
2358
|
children: [
|
|
2370
|
-
|
|
2371
|
-
/* @__PURE__ */ p(
|
|
2359
|
+
ae,
|
|
2360
|
+
/* @__PURE__ */ p(on, {
|
|
2372
2361
|
ref: N,
|
|
2373
2362
|
theme: l,
|
|
2374
|
-
onScroll:
|
|
2363
|
+
onScroll: me,
|
|
2375
2364
|
children: [
|
|
2376
|
-
/* @__PURE__ */ n(
|
|
2365
|
+
/* @__PURE__ */ n(tn, {
|
|
2377
2366
|
isVisible: J,
|
|
2378
|
-
anchorElement:
|
|
2367
|
+
anchorElement: se.current,
|
|
2379
2368
|
onClick: () => {
|
|
2380
|
-
var R,
|
|
2381
|
-
(
|
|
2369
|
+
var R, O;
|
|
2370
|
+
(O = N.current) == null || O.scroll({
|
|
2382
2371
|
top: (R = N.current) == null ? void 0 : R.scrollHeight,
|
|
2383
2372
|
behavior: "smooth"
|
|
2384
2373
|
});
|
|
2385
2374
|
}
|
|
2386
2375
|
}),
|
|
2387
|
-
/* @__PURE__ */ n(
|
|
2388
|
-
/* @__PURE__ */ n(
|
|
2376
|
+
/* @__PURE__ */ n(_1, {}),
|
|
2377
|
+
/* @__PURE__ */ n(Go, {
|
|
2389
2378
|
questions: C || [],
|
|
2390
2379
|
isLoading: g,
|
|
2391
2380
|
onSelection: T
|
|
@@ -2394,12 +2383,12 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2394
2383
|
align: "left",
|
|
2395
2384
|
children: y.message
|
|
2396
2385
|
}),
|
|
2397
|
-
E ? /* @__PURE__ */ n(
|
|
2398
|
-
messages:
|
|
2386
|
+
E ? /* @__PURE__ */ n(Ce, {}) : /* @__PURE__ */ n(Ao, {
|
|
2387
|
+
messages: b
|
|
2399
2388
|
}),
|
|
2400
|
-
i &&
|
|
2389
|
+
i && w && ((Ae = (qe = w.followupQuestions) == null ? void 0 : qe.length) != null ? Ae : 0) > 0 && /* @__PURE__ */ n(rn, {
|
|
2401
2390
|
theme: l,
|
|
2402
|
-
children: (
|
|
2391
|
+
children: (Oe = w.followupQuestions) == null ? void 0 : Oe.slice(0, 2).map((R, O) => /* @__PURE__ */ n(ue, {
|
|
2403
2392
|
align: "left",
|
|
2404
2393
|
onClick: () => {
|
|
2405
2394
|
T(R);
|
|
@@ -2408,30 +2397,30 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2408
2397
|
className: "csdk-py-[7px] csdk-px-4",
|
|
2409
2398
|
children: R
|
|
2410
2399
|
})
|
|
2411
|
-
},
|
|
2400
|
+
}, O))
|
|
2412
2401
|
}),
|
|
2413
|
-
(x || D) && /* @__PURE__ */ n(
|
|
2414
|
-
Q && /* @__PURE__ */ n(
|
|
2402
|
+
(x || D) && /* @__PURE__ */ n(He, {}),
|
|
2403
|
+
Q && /* @__PURE__ */ n(eo, {
|
|
2415
2404
|
onCancel: q,
|
|
2416
2405
|
onConfirm: Y
|
|
2417
2406
|
})
|
|
2418
2407
|
]
|
|
2419
2408
|
}),
|
|
2420
|
-
/* @__PURE__ */ p(
|
|
2421
|
-
ref:
|
|
2409
|
+
/* @__PURE__ */ p(nn, {
|
|
2410
|
+
ref: se,
|
|
2422
2411
|
theme: l,
|
|
2423
2412
|
children: [
|
|
2424
|
-
/* @__PURE__ */ n(
|
|
2413
|
+
/* @__PURE__ */ n(G1, {
|
|
2425
2414
|
onSendMessage: T,
|
|
2426
2415
|
disabled: x || E,
|
|
2427
|
-
onClearHistoryClick:
|
|
2416
|
+
onClearHistoryClick: be,
|
|
2428
2417
|
suggestions: C || [],
|
|
2429
|
-
recentPrompts:
|
|
2418
|
+
recentPrompts: A,
|
|
2430
2419
|
isLoading: g || E,
|
|
2431
2420
|
recommendationsError: h,
|
|
2432
2421
|
onChange: q
|
|
2433
2422
|
}),
|
|
2434
|
-
/* @__PURE__ */ n(
|
|
2423
|
+
/* @__PURE__ */ n(Ko, {
|
|
2435
2424
|
theme: l
|
|
2436
2425
|
})
|
|
2437
2426
|
]
|
|
@@ -2439,64 +2428,64 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2439
2428
|
]
|
|
2440
2429
|
});
|
|
2441
2430
|
}
|
|
2442
|
-
const
|
|
2431
|
+
const an = /* @__PURE__ */ u("button", {
|
|
2443
2432
|
target: "e5a38pw0",
|
|
2444
2433
|
label: "Container"
|
|
2445
|
-
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
2434
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), ln = /* @__PURE__ */ u("div", {
|
|
2446
2435
|
target: "e5a38pw1",
|
|
2447
2436
|
label: "Title"
|
|
2448
|
-
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
2437
|
+
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), cn = /* @__PURE__ */ u("div", {
|
|
2449
2438
|
target: "e5a38pw2",
|
|
2450
2439
|
label: "Description"
|
|
2451
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => ot(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"),
|
|
2440
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => ot(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), dn = /* @__PURE__ */ u("div", {
|
|
2452
2441
|
target: "e5a38pw3",
|
|
2453
2442
|
label: "IconContainer"
|
|
2454
2443
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
2455
|
-
function
|
|
2456
|
-
const { title: t, description: o, onClick: r } = e, { themeSettings: i } =
|
|
2457
|
-
return /* @__PURE__ */ p(
|
|
2444
|
+
function un(e) {
|
|
2445
|
+
const { title: t, description: o, onClick: r } = e, { themeSettings: i } = m();
|
|
2446
|
+
return /* @__PURE__ */ p(an, {
|
|
2458
2447
|
onClick: r,
|
|
2459
2448
|
theme: i,
|
|
2460
2449
|
children: [
|
|
2461
2450
|
/* @__PURE__ */ p("div", {
|
|
2462
2451
|
children: [
|
|
2463
|
-
/* @__PURE__ */ n(
|
|
2452
|
+
/* @__PURE__ */ n(ln, {
|
|
2464
2453
|
theme: i,
|
|
2465
2454
|
children: t
|
|
2466
2455
|
}),
|
|
2467
|
-
/* @__PURE__ */ n(
|
|
2456
|
+
/* @__PURE__ */ n(cn, {
|
|
2468
2457
|
theme: i,
|
|
2469
2458
|
children: o
|
|
2470
2459
|
})
|
|
2471
2460
|
]
|
|
2472
2461
|
}),
|
|
2473
|
-
/* @__PURE__ */ n(
|
|
2474
|
-
children: /* @__PURE__ */ n(
|
|
2462
|
+
/* @__PURE__ */ n(dn, {
|
|
2463
|
+
children: /* @__PURE__ */ n(Ct, {
|
|
2475
2464
|
color: i.aiChat.icons.color
|
|
2476
2465
|
})
|
|
2477
2466
|
})
|
|
2478
2467
|
]
|
|
2479
2468
|
});
|
|
2480
2469
|
}
|
|
2481
|
-
const
|
|
2470
|
+
const hn = /* @__PURE__ */ u("div", {
|
|
2482
2471
|
target: "emrh5y30",
|
|
2483
2472
|
label: "FlexContainer"
|
|
2484
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
2473
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), pn = /* @__PURE__ */ u("div", {
|
|
2485
2474
|
target: "emrh5y31",
|
|
2486
2475
|
label: "Title"
|
|
2487
|
-
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"),
|
|
2476
|
+
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), gn = /* @__PURE__ */ u("div", {
|
|
2488
2477
|
target: "emrh5y32",
|
|
2489
2478
|
label: "Subtitle"
|
|
2490
2479
|
})("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
|
|
2491
|
-
function
|
|
2492
|
-
const { dataTopics: t } = e, { themeSettings: o } =
|
|
2493
|
-
return /* @__PURE__ */ p(
|
|
2480
|
+
function Cn(e) {
|
|
2481
|
+
const { dataTopics: t } = e, { themeSettings: o } = m(), { t: r } = S();
|
|
2482
|
+
return /* @__PURE__ */ p(hn, {
|
|
2494
2483
|
children: [
|
|
2495
|
-
/* @__PURE__ */ n(
|
|
2484
|
+
/* @__PURE__ */ n(pn, {
|
|
2496
2485
|
theme: o,
|
|
2497
2486
|
children: r("ai.dataTopics")
|
|
2498
2487
|
}),
|
|
2499
|
-
/* @__PURE__ */ p(
|
|
2488
|
+
/* @__PURE__ */ p(gn, {
|
|
2500
2489
|
theme: o,
|
|
2501
2490
|
children: [
|
|
2502
2491
|
r("ai.chatbotDescription"),
|
|
@@ -2505,15 +2494,15 @@ function bn(e) {
|
|
|
2505
2494
|
r("ai.topicSelectPrompt")
|
|
2506
2495
|
]
|
|
2507
2496
|
}),
|
|
2508
|
-
t.map((i) => /* @__PURE__ */
|
|
2497
|
+
t.map((i) => /* @__PURE__ */ Yt(un, M(v({}, i), {
|
|
2509
2498
|
key: i.title
|
|
2510
2499
|
})))
|
|
2511
2500
|
]
|
|
2512
2501
|
});
|
|
2513
2502
|
}
|
|
2514
|
-
const
|
|
2515
|
-
function
|
|
2516
|
-
const t = e ?
|
|
2503
|
+
const fn = "#000000", bn = "#FFFFFF";
|
|
2504
|
+
function mn({ isDarkBackground: e = !1 }) {
|
|
2505
|
+
const t = e ? bn : fn;
|
|
2517
2506
|
return /* @__PURE__ */ p("svg", {
|
|
2518
2507
|
width: "32",
|
|
2519
2508
|
height: "32",
|
|
@@ -2588,38 +2577,37 @@ function yn({ isDarkBackground: e = !1 }) {
|
|
|
2588
2577
|
]
|
|
2589
2578
|
});
|
|
2590
2579
|
}
|
|
2591
|
-
const
|
|
2592
|
-
target: "
|
|
2580
|
+
const xn = /* @__PURE__ */ u("div", {
|
|
2581
|
+
target: "ealudtn0",
|
|
2593
2582
|
label: "LogoContainer"
|
|
2594
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
2595
|
-
target: "
|
|
2583
|
+
})("margin-left:14px;margin-top:3px;"), yn = /* @__PURE__ */ u("div", {
|
|
2584
|
+
target: "ealudtn1",
|
|
2596
2585
|
label: "DataTopicsContainer"
|
|
2597
2586
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
2598
|
-
function
|
|
2599
|
-
const { enableHeader: o } = P(), { themeSettings: r } =
|
|
2587
|
+
function vn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2588
|
+
const { enableHeader: o } = P(), { themeSettings: r } = m(), { t: i } = S(), s = B(() => e == null ? void 0 : e.map((c) => ({
|
|
2600
2589
|
title: c,
|
|
2601
2590
|
onClick: () => t(c)
|
|
2602
2591
|
})), [
|
|
2603
2592
|
e,
|
|
2604
2593
|
t
|
|
2605
|
-
]), a =
|
|
2606
|
-
return /* @__PURE__ */ p(
|
|
2594
|
+
]), a = Xt(e1(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2595
|
+
return /* @__PURE__ */ p(F, {
|
|
2607
2596
|
children: [
|
|
2608
|
-
o ? /* @__PURE__ */ n(
|
|
2597
|
+
o ? /* @__PURE__ */ n(ft, {
|
|
2609
2598
|
title: i("ai.analyticsChatbot"),
|
|
2610
|
-
leftNav: /* @__PURE__ */ n(
|
|
2611
|
-
children: /* @__PURE__ */ n(
|
|
2599
|
+
leftNav: /* @__PURE__ */ n(xn, {
|
|
2600
|
+
children: /* @__PURE__ */ n(mn, {
|
|
2612
2601
|
isDarkBackground: a
|
|
2613
2602
|
})
|
|
2614
2603
|
}),
|
|
2615
|
-
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2616
2604
|
style: r.aiChat.header
|
|
2617
2605
|
}) : null,
|
|
2618
|
-
/* @__PURE__ */ p(
|
|
2606
|
+
/* @__PURE__ */ p(yn, {
|
|
2619
2607
|
theme: r,
|
|
2620
2608
|
children: [
|
|
2621
|
-
!s && /* @__PURE__ */ n(
|
|
2622
|
-
s && /* @__PURE__ */ n(
|
|
2609
|
+
!s && /* @__PURE__ */ n(Ce, {}),
|
|
2610
|
+
s && /* @__PURE__ */ n(Cn, {
|
|
2623
2611
|
dataTopics: s
|
|
2624
2612
|
})
|
|
2625
2613
|
]
|
|
@@ -2627,12 +2615,12 @@ function kn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
|
2627
2615
|
]
|
|
2628
2616
|
});
|
|
2629
2617
|
}
|
|
2630
|
-
function
|
|
2631
|
-
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } =
|
|
2632
|
-
|
|
2618
|
+
function wn() {
|
|
2619
|
+
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = m1(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = S(), d = l("ai.errors.noAvailableDataTopics"), g = k((w) => {
|
|
2620
|
+
w.length ? w.length === 1 && (r(void 0), t(w[0])) : r(d);
|
|
2633
2621
|
}, [
|
|
2634
2622
|
d
|
|
2635
|
-
]), h =
|
|
2623
|
+
]), h = B(() => {
|
|
2636
2624
|
if (i && s === "idle") {
|
|
2637
2625
|
const x = (a != null && a.length ? i == null ? void 0 : i.filter((T) => a == null ? void 0 : a.includes(T.title)) : i).map((T) => T.title);
|
|
2638
2626
|
return g(x), x;
|
|
@@ -2643,69 +2631,57 @@ function Sn() {
|
|
|
2643
2631
|
s,
|
|
2644
2632
|
a,
|
|
2645
2633
|
g
|
|
2646
|
-
]), C = oe(),
|
|
2634
|
+
]), C = oe(), b = k(() => {
|
|
2647
2635
|
r(void 0), C.invalidateQueries([
|
|
2648
2636
|
"getDataTopics"
|
|
2649
2637
|
]);
|
|
2650
2638
|
}, [
|
|
2651
2639
|
C
|
|
2652
2640
|
]);
|
|
2653
|
-
return o ? /* @__PURE__ */ n(
|
|
2641
|
+
return o ? /* @__PURE__ */ n(ut, {
|
|
2654
2642
|
text: o,
|
|
2655
2643
|
action: {
|
|
2656
2644
|
text: l("ai.buttons.refresh"),
|
|
2657
|
-
onClick:
|
|
2645
|
+
onClick: b
|
|
2658
2646
|
}
|
|
2659
|
-
}) : h.length === 1 && !e ? /* @__PURE__ */ n(
|
|
2647
|
+
}) : h.length === 1 && !e ? /* @__PURE__ */ n(Ce, {}) : e ? /* @__PURE__ */ n(sn, {
|
|
2660
2648
|
contextTitle: e,
|
|
2661
2649
|
contextDetails: c,
|
|
2662
2650
|
onGoBack: h.length === 1 ? void 0 : () => t(void 0)
|
|
2663
|
-
}) : /* @__PURE__ */ n(
|
|
2651
|
+
}) : /* @__PURE__ */ n(vn, {
|
|
2664
2652
|
dataTopicsList: h,
|
|
2665
|
-
onDataTopicClick: (
|
|
2653
|
+
onDataTopicClick: (w) => t(w)
|
|
2666
2654
|
});
|
|
2667
2655
|
}
|
|
2668
|
-
const
|
|
2656
|
+
const zn = tt({
|
|
2669
2657
|
componentName: "Chatbot"
|
|
2670
2658
|
})((e) => {
|
|
2671
|
-
const { width: t, height: o, config: r } = e, { themeSettings: i } =
|
|
2672
|
-
return /* @__PURE__ */ n(
|
|
2659
|
+
const { width: t, height: o, config: r } = e, { themeSettings: i } = m();
|
|
2660
|
+
return /* @__PURE__ */ n(f1, {
|
|
2673
2661
|
value: r != null ? r : {},
|
|
2674
|
-
children: /* @__PURE__ */ n(
|
|
2662
|
+
children: /* @__PURE__ */ n(I1, {
|
|
2675
2663
|
id: "csdk-chatbot-frame",
|
|
2676
2664
|
width: t,
|
|
2677
2665
|
height: o,
|
|
2678
2666
|
theme: i,
|
|
2679
2667
|
tabIndex: 0,
|
|
2680
|
-
children: /* @__PURE__ */ n(
|
|
2668
|
+
children: /* @__PURE__ */ n(wn, {})
|
|
2681
2669
|
})
|
|
2682
2670
|
});
|
|
2683
|
-
}),
|
|
2671
|
+
}), $n = tt({
|
|
2684
2672
|
componentName: "GetNlgInsights"
|
|
2685
2673
|
})(function(t) {
|
|
2686
|
-
const { data: o, isLoading: r, isError: i } =
|
|
2687
|
-
if (i)
|
|
2688
|
-
return /* @__PURE__ */ n(B, {
|
|
2689
|
-
children: s("ai.errors.unexpected")
|
|
2690
|
-
});
|
|
2691
|
-
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2692
|
-
return /* @__PURE__ */ n(be, {
|
|
2693
|
-
text: r ? "Loading..." : a
|
|
2694
|
-
});
|
|
2695
|
-
}), Vn = Le({
|
|
2696
|
-
componentName: "GetNlgQueryResult"
|
|
2697
|
-
})(function(t) {
|
|
2698
|
-
const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
|
|
2674
|
+
const { data: o, isLoading: r, isError: i } = ge(t), { t: s } = S();
|
|
2699
2675
|
if (i)
|
|
2700
|
-
return /* @__PURE__ */ n(
|
|
2676
|
+
return /* @__PURE__ */ n(F, {
|
|
2701
2677
|
children: s("ai.errors.unexpected")
|
|
2702
2678
|
});
|
|
2703
2679
|
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2704
|
-
return /* @__PURE__ */ n(
|
|
2680
|
+
return /* @__PURE__ */ n(Pe, {
|
|
2705
2681
|
text: r ? "Loading..." : a
|
|
2706
2682
|
});
|
|
2707
2683
|
});
|
|
2708
|
-
function
|
|
2684
|
+
function kn({ theme: e }) {
|
|
2709
2685
|
const t = e.general.brandColor;
|
|
2710
2686
|
return /* @__PURE__ */ p("svg", {
|
|
2711
2687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2735,48 +2711,48 @@ function Mn({ theme: e }) {
|
|
|
2735
2711
|
]
|
|
2736
2712
|
});
|
|
2737
2713
|
}
|
|
2738
|
-
const
|
|
2714
|
+
const Sn = /* @__PURE__ */ u("div", {
|
|
2739
2715
|
target: "eit37yz0",
|
|
2740
2716
|
label: "FlexDiv"
|
|
2741
|
-
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"),
|
|
2717
|
+
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), Mn = /* @__PURE__ */ u("div", {
|
|
2742
2718
|
target: "eit37yz1",
|
|
2743
2719
|
label: "IconDiv"
|
|
2744
|
-
})("align-self:flex-start;"),
|
|
2745
|
-
const { themeSettings: o } =
|
|
2746
|
-
return /* @__PURE__ */ n(
|
|
2720
|
+
})("align-self:flex-start;"), Tn = ({ summary: e, nlgRequest: t }) => {
|
|
2721
|
+
const { themeSettings: o } = m();
|
|
2722
|
+
return /* @__PURE__ */ n(Se, {
|
|
2747
2723
|
sourceId: t.jaql.datasource.title,
|
|
2748
2724
|
data: t,
|
|
2749
2725
|
type: "chart/insights",
|
|
2750
2726
|
buttonVisibility: "always",
|
|
2751
|
-
renderContent: (r) => /* @__PURE__ */ p(
|
|
2727
|
+
renderContent: (r) => /* @__PURE__ */ p(Sn, {
|
|
2752
2728
|
theme: o,
|
|
2753
2729
|
children: [
|
|
2754
|
-
/* @__PURE__ */ n(
|
|
2730
|
+
/* @__PURE__ */ n(Mn, {
|
|
2755
2731
|
theme: o,
|
|
2756
|
-
children: /* @__PURE__ */ n(
|
|
2732
|
+
children: /* @__PURE__ */ n(kn, {
|
|
2757
2733
|
theme: o
|
|
2758
2734
|
})
|
|
2759
2735
|
}),
|
|
2760
|
-
/* @__PURE__ */ n(
|
|
2736
|
+
/* @__PURE__ */ n(Pe, {
|
|
2761
2737
|
text: e
|
|
2762
2738
|
}),
|
|
2763
2739
|
r
|
|
2764
2740
|
]
|
|
2765
2741
|
})
|
|
2766
2742
|
});
|
|
2767
|
-
},
|
|
2768
|
-
e.queryTitle =
|
|
2769
|
-
const { connectToWidgetProps: i } =
|
|
2743
|
+
}, Zn = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
|
|
2744
|
+
e.queryTitle = Zt(e.queryTitle);
|
|
2745
|
+
const { connectToWidgetProps: i } = jt({
|
|
2770
2746
|
initialFilters: r
|
|
2771
2747
|
}), [s, a] = L(null);
|
|
2772
2748
|
ne(() => {
|
|
2773
|
-
const h =
|
|
2749
|
+
const h = pe(e, {
|
|
2774
2750
|
useCustomizedStyleOptions: !0
|
|
2775
2751
|
});
|
|
2776
2752
|
if (!h)
|
|
2777
2753
|
a(null);
|
|
2778
2754
|
else {
|
|
2779
|
-
o && h.styleOptions && (h.styleOptions =
|
|
2755
|
+
o && h.styleOptions && (h.styleOptions = t1(h.styleOptions, o));
|
|
2780
2756
|
const C = i(h, {
|
|
2781
2757
|
shouldAffectFilters: !1,
|
|
2782
2758
|
applyMode: "filter"
|
|
@@ -2788,8 +2764,8 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2788
2764
|
i,
|
|
2789
2765
|
o
|
|
2790
2766
|
]);
|
|
2791
|
-
const c =
|
|
2792
|
-
const h = s &&
|
|
2767
|
+
const c = B(() => {
|
|
2768
|
+
const h = s && we(s) ? Vt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((b) => !b.jaql.filter).concat(h.filter((b) => !b.config.disabled).map((b) => b.jaql()));
|
|
2793
2769
|
return M(v({}, e), {
|
|
2794
2770
|
jaql: M(v({}, e.jaql), {
|
|
2795
2771
|
metadata: C
|
|
@@ -2799,16 +2775,16 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2799
2775
|
}, [
|
|
2800
2776
|
e,
|
|
2801
2777
|
s
|
|
2802
|
-
]), { data: l, isLoading: d, isError: g } =
|
|
2803
|
-
return d || !s ? /* @__PURE__ */ n(
|
|
2778
|
+
]), { data: l, isLoading: d, isError: g } = ge(c);
|
|
2779
|
+
return d || !s ? /* @__PURE__ */ n(He, {}) : we(s) ? /* @__PURE__ */ n(te, M(v({}, s), {
|
|
2804
2780
|
highlightSelectionDisabled: !0,
|
|
2805
2781
|
onDataReady: t,
|
|
2806
|
-
topSlot: l && !g && /* @__PURE__ */ n(
|
|
2782
|
+
topSlot: l && !g && /* @__PURE__ */ n(Tn, {
|
|
2807
2783
|
nlgRequest: c,
|
|
2808
2784
|
summary: l
|
|
2809
2785
|
})
|
|
2810
|
-
})) : /* @__PURE__ */ n(
|
|
2811
|
-
},
|
|
2786
|
+
})) : /* @__PURE__ */ n(F, {});
|
|
2787
|
+
}, Ln = new Ke({
|
|
2812
2788
|
defaultOptions: {
|
|
2813
2789
|
queries: {
|
|
2814
2790
|
refetchOnWindowFocus: !1,
|
|
@@ -2816,35 +2792,34 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2816
2792
|
}
|
|
2817
2793
|
}
|
|
2818
2794
|
});
|
|
2819
|
-
function
|
|
2795
|
+
function jn({ children: e, context: t }) {
|
|
2820
2796
|
return /* @__PURE__ */ n(rt, {
|
|
2821
|
-
children: /* @__PURE__ */ n(
|
|
2797
|
+
children: /* @__PURE__ */ n(Ie.Provider, {
|
|
2822
2798
|
value: t == null ? void 0 : t.api,
|
|
2823
|
-
children: /* @__PURE__ */ n(
|
|
2824
|
-
client:
|
|
2799
|
+
children: /* @__PURE__ */ n(Je, {
|
|
2800
|
+
client: Ln,
|
|
2825
2801
|
children: e
|
|
2826
2802
|
})
|
|
2827
2803
|
})
|
|
2828
2804
|
});
|
|
2829
2805
|
}
|
|
2830
2806
|
export {
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
Jn as widgetComposer
|
|
2807
|
+
Dn as AiContextProvider,
|
|
2808
|
+
s1 as ChatRestApi,
|
|
2809
|
+
zn as Chatbot,
|
|
2810
|
+
jn as CustomAiContextProvider,
|
|
2811
|
+
C1 as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
2812
|
+
$n as GetNlgInsights,
|
|
2813
|
+
h1 as NLQ_RESULT_CHART_TYPES,
|
|
2814
|
+
Zn as NlqChartWidget,
|
|
2815
|
+
d1 as prepareGetNlgInsightsPayload,
|
|
2816
|
+
p1 as prepareGetNlqResultPayload,
|
|
2817
|
+
S1 as useChatSession,
|
|
2818
|
+
Wn as useFinalNlqResponse,
|
|
2819
|
+
Pn as useGetNlgInsights,
|
|
2820
|
+
qn as useGetNlqResult,
|
|
2821
|
+
An as useGetQueryRecommendations,
|
|
2822
|
+
On as useLastNlqResponse,
|
|
2823
|
+
Qn as widgetComposer
|
|
2849
2824
|
};
|
|
2850
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible:not(.PrivateSwitchBase-input),.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2825
|
+
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|