@sisense/sdk-ui 1.33.0 → 2.0.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 +566 -578
- package/dist/analytics-composer.cjs +120 -119
- package/dist/analytics-composer.js +3235 -2506
- package/dist/{derive-chart-family-nTKwlMms.js → derive-chart-family-BLaI9-3r.js} +27266 -27205
- package/dist/derive-chart-family-CxqjTyNt.cjs +758 -0
- package/dist/dimensions-C-VKss5V.cjs +1 -0
- package/dist/dimensions-Cfq9FexH.js +200 -0
- package/dist/index.cjs +31 -18
- package/dist/index.js +6117 -6185
- 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/custom-ai-context-provider.d.ts +4 -6
- package/dist/packages/sdk-ui/src/ai/get-nlg-insights.d.ts +0 -20
- package/dist/packages/sdk-ui/src/ai/index.d.ts +6 -4
- package/dist/packages/sdk-ui/src/ai/use-final-nlq-response.d.ts +20 -0
- 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 +1 -4
- package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +1 -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 +4 -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 +95 -5
- 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/api/rest-api.d.ts +3 -0
- package/dist/packages/sdk-ui/src/app/client-application.d.ts +3 -55
- package/dist/packages/sdk-ui/src/area-range-chart.d.ts +0 -1
- package/dist/packages/sdk-ui/src/chart-data/table-data.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/types.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/components/menu/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-data-accumulation.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/{utils/get-hook-state-result.d.ts → hooks/use-get-hook-state-result.d.ts} +3 -2
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/common/hooks/use-defaults.d.ts +1 -0
- package/dist/packages/sdk-ui/src/dashboard/components/content-panel.d.ts +1 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-helpers.d.ts +0 -12
- package/dist/packages/sdk-ui/src/dashboard/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +9 -3
- package/dist/packages/sdk-ui/src/dashboard/use-composed-dashboard.d.ts +1 -4
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-data-browser.d.ts +8 -1
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-popover.d.ts +6 -1
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/types.d.ts +8 -0
- package/dist/packages/sdk-ui/src/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +5 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-context.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-popover.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-get-attribute-stats.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/common/granularities.d.ts +36 -6
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/types.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-tile-container.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-tile.d.ts +5 -4
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-existing-filter-editing.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-new-filter-adding.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/hooks/use-get-filter-members.d.ts +3 -3
- 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/translate-dashboard-dto-utils.d.ts +0 -1
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +1 -0
- package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +1 -0
- 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/hierarchy/types.d.ts +0 -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/plugins-provider/custom-plugins-provider.d.ts +4 -9
- package/dist/packages/sdk-ui/src/props.d.ts +27 -45
- package/dist/packages/sdk-ui/src/query-execution/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/query-execution/types.d.ts +2 -4
- package/dist/packages/sdk-ui/src/sisense-context/custom-sisense-context-provider.d.ts +2 -4
- package/dist/packages/sdk-ui/src/theme-provider/custom-theme-provider.d.ts +5 -8
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +5 -1
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +10 -2
- package/dist/packages/sdk-ui/src/types.d.ts +60 -40
- 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-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/use-get-dashboard-model-and-widget-model.d.ts +1 -0
- package/dist/packages/sdk-ui/src/widget-by-id/utils.d.ts +23 -16
- package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +5 -0
- package/dist/packages/sdk-ui/src/widgets/widget.d.ts +0 -1
- package/dist/{use-common-filters-BNKt9a0z.cjs → use-common-filters-BGGGgJJ5.cjs} +48 -48
- package/dist/{use-common-filters--WPkVexd.js → use-common-filters-Cmyb86sc.js} +5339 -5351
- package/dist/widget-composer-BJURHrVD.cjs +428 -0
- package/dist/widget-composer-C4rwNt4P.js +959 -0
- package/package.json +14 -10
- package/dist/derive-chart-family-B4sA-ao-.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 -7
- 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/widget-composer-CobNNZ1e.js +0 -742
- package/dist/widget-composer-DPqi_qzU.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) =>
|
|
13
|
-
var
|
|
12
|
+
}, M = (e, t) => mt(e, xt(t));
|
|
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 {
|
|
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, aP as K, I as Me, aC as Ye, ai as Tt, bD as Lt, al as Rt, ak as It, z as he, bE as Et, bF as Nt, aq as _, bG as Xe, B as Bt, aW as Ft, _ as Ht, bH as Dt, x as xe, P as f, C as Pt, bI as qt, aD as et, az as Ot, bJ as At, ag as te, M as Wt, bK as zt, bL as $t, O as tt, bM as Zt, b6 as jt, bN as Vt } from "./use-common-filters-Cmyb86sc.js";
|
|
39
|
+
import { I as Gt, a2 as n, V as Qt, k as _t, b_ as Ut, K as S, T as ve, aP as u, aZ as I, a3 as p, L as m, a4 as F, _ as V, a0 as ot, av as we, aA as Kt, b$ as Jt, c0 as Yt, Z as Xt, $ as e1, m as t1 } from "./derive-chart-family-BLaI9-3r.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-C4rwNt4P.js";
|
|
43
|
+
import { w as Qn } from "./widget-composer-C4rwNt4P.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,40 +161,40 @@ 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
|
-
},
|
|
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
|
]);
|
|
197
|
-
return /* @__PURE__ */ n(
|
|
197
|
+
return /* @__PURE__ */ n(nt.Provider, {
|
|
198
198
|
value: {
|
|
199
199
|
saveChatId: i,
|
|
200
200
|
getChatId: s
|
|
@@ -202,20 +202,20 @@ const c1 = new _e({
|
|
|
202
202
|
children: e
|
|
203
203
|
});
|
|
204
204
|
};
|
|
205
|
-
function
|
|
206
|
-
return /* @__PURE__ */ n(
|
|
207
|
-
children: /* @__PURE__ */ n(
|
|
205
|
+
function Dn({ children: e, volatile: t }) {
|
|
206
|
+
return /* @__PURE__ */ n(rt, {
|
|
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,10 +232,10 @@ 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
|
-
]), r =
|
|
238
|
+
]), r = H(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
|
|
239
239
|
queryKey: [
|
|
240
240
|
"getNlgInsights",
|
|
241
241
|
o,
|
|
@@ -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
|
-
},
|
|
264
|
-
const r = e, { enabled: t } = r, o =
|
|
265
|
-
return
|
|
266
|
-
},
|
|
263
|
+
}, u1 = (e) => {
|
|
264
|
+
const r = e, { enabled: t } = r, o = Ve(r, ["enabled"]);
|
|
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 =
|
|
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
|
+
}, On = 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
|
-
},
|
|
362
|
-
const t =
|
|
361
|
+
}, Ee = "chatHistory", b1 = (e) => {
|
|
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
|
-
},
|
|
380
|
-
const t =
|
|
381
|
-
return
|
|
379
|
+
}, lt = (e) => {
|
|
380
|
+
const t = H(), o = oe();
|
|
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,8 +405,8 @@ const C1 = (e) => {
|
|
|
405
405
|
isLoading: o,
|
|
406
406
|
isError: r
|
|
407
407
|
};
|
|
408
|
-
},
|
|
409
|
-
const e =
|
|
408
|
+
}, m1 = () => {
|
|
409
|
+
const e = H(), { data: t, isLoading: o, fetchStatus: r } = K({
|
|
410
410
|
queryKey: [
|
|
411
411
|
"getDataTopics",
|
|
412
412
|
e
|
|
@@ -422,8 +422,8 @@ const C1 = (e) => {
|
|
|
422
422
|
isLoading: o,
|
|
423
423
|
fetchStatus: r
|
|
424
424
|
};
|
|
425
|
-
},
|
|
426
|
-
const e =
|
|
425
|
+
}, x1 = () => {
|
|
426
|
+
const e = H(), { data: t, isLoading: o } = K({
|
|
427
427
|
queryKey: [
|
|
428
428
|
"getAllChats",
|
|
429
429
|
e
|
|
@@ -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 =
|
|
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,48 +535,60 @@ const C1 = (e) => {
|
|
|
535
535
|
isLoading: i,
|
|
536
536
|
isError: c
|
|
537
537
|
};
|
|
538
|
-
}, ct = (e) =>
|
|
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 } =
|
|
566
|
+
}, An = ({ contextTitle: e, contextDetails: t }) => {
|
|
567
|
+
const { chatId: o } = Be(e, t), { history: r } = Ne(o);
|
|
568
568
|
return ct(r);
|
|
569
|
-
},
|
|
569
|
+
}, Wn = ({ contextTitle: e, contextDetails: t }) => {
|
|
570
|
+
const { chatId: o } = Be(e, t), { history: r } = Ne(o);
|
|
571
|
+
return B(() => {
|
|
572
|
+
if (r != null && r.length) {
|
|
573
|
+
const i = r.slice().reverse().find(Fe);
|
|
574
|
+
if (i)
|
|
575
|
+
return JSON.parse(i.content);
|
|
576
|
+
}
|
|
577
|
+
return null;
|
|
578
|
+
}, [
|
|
579
|
+
r
|
|
580
|
+
]);
|
|
581
|
+
}, M1 = 500, T1 = 500, L1 = 500, R1 = 900, I1 = /* @__PURE__ */ u("div", {
|
|
570
582
|
target: "e1ldv6710",
|
|
571
583
|
label: "ChatFrame"
|
|
572
|
-
})("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`
|
|
573
585
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
574
586
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
575
587
|
`, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
576
|
-
function
|
|
588
|
+
function Ge(e) {
|
|
577
589
|
return typeof e == "number" ? `${e}px` : e;
|
|
578
590
|
}
|
|
579
|
-
function
|
|
591
|
+
function E1({ spin: e }) {
|
|
580
592
|
return /* @__PURE__ */ p("svg", {
|
|
581
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
582
594
|
width: "24",
|
|
@@ -601,16 +613,16 @@ function N1({ spin: e }) {
|
|
|
601
613
|
]
|
|
602
614
|
});
|
|
603
615
|
}
|
|
604
|
-
function
|
|
616
|
+
function Ce() {
|
|
605
617
|
return /* @__PURE__ */ n("div", {
|
|
606
618
|
className: "csdk-m-auto",
|
|
607
619
|
"aria-label": "loading spinner",
|
|
608
|
-
children: /* @__PURE__ */ n(
|
|
620
|
+
children: /* @__PURE__ */ n(E1, {
|
|
609
621
|
spin: !0
|
|
610
622
|
})
|
|
611
623
|
});
|
|
612
624
|
}
|
|
613
|
-
function
|
|
625
|
+
function N1({ theme: e }) {
|
|
614
626
|
return /* @__PURE__ */ n("svg", {
|
|
615
627
|
width: "24",
|
|
616
628
|
height: "24",
|
|
@@ -623,7 +635,7 @@ function B1({ theme: e }) {
|
|
|
623
635
|
})
|
|
624
636
|
});
|
|
625
637
|
}
|
|
626
|
-
function
|
|
638
|
+
function B1({ theme: e }) {
|
|
627
639
|
const t = e.aiChat.icons.color;
|
|
628
640
|
return /* @__PURE__ */ p("svg", {
|
|
629
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -650,23 +662,23 @@ function H1({ theme: e }) {
|
|
|
650
662
|
const F1 = /* @__PURE__ */ u("div", {
|
|
651
663
|
target: "e1q6h1ze0",
|
|
652
664
|
label: "Section"
|
|
653
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
665
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), H1 = /* @__PURE__ */ u("div", {
|
|
654
666
|
target: "e1q6h1ze1",
|
|
655
667
|
label: "SectionHeader"
|
|
656
|
-
})("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", {
|
|
657
669
|
target: "e1q6h1ze2",
|
|
658
670
|
label: "DropupItem"
|
|
659
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, ";}");
|
|
660
|
-
function
|
|
661
|
-
const [i, s] = L(!1), { themeSettings: a } =
|
|
672
|
+
function P1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
673
|
+
const [i, s] = L(!1), { themeSettings: a } = m();
|
|
662
674
|
return /* @__PURE__ */ p(F1, {
|
|
663
675
|
children: [
|
|
664
|
-
/* @__PURE__ */ n(
|
|
676
|
+
/* @__PURE__ */ n(H1, {
|
|
665
677
|
onClick: () => s((c) => !c),
|
|
666
678
|
theme: a,
|
|
667
679
|
children: e.toUpperCase()
|
|
668
680
|
}),
|
|
669
|
-
(i || r) && t.map((c, l) => /* @__PURE__ */ n(
|
|
681
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ n(D1, {
|
|
670
682
|
onClick: () => o(c),
|
|
671
683
|
theme: a,
|
|
672
684
|
children: c
|
|
@@ -674,14 +686,14 @@ function q1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
|
674
686
|
]
|
|
675
687
|
});
|
|
676
688
|
}
|
|
677
|
-
const
|
|
689
|
+
const q1 = /* @__PURE__ */ u("div", {
|
|
678
690
|
target: "e10x5x4a0",
|
|
679
691
|
label: "PopupContent"
|
|
680
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;"), O1 = /* @__PURE__ */ u("div", {
|
|
681
693
|
target: "e10x5x4a1",
|
|
682
694
|
label: "ErrorMessage"
|
|
683
|
-
})("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;"),
|
|
684
|
-
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 A1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
|
|
685
697
|
const l = [
|
|
686
698
|
{
|
|
687
699
|
title: "/recent searches",
|
|
@@ -693,9 +705,9 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
693
705
|
items: t,
|
|
694
706
|
onSelect: r
|
|
695
707
|
}
|
|
696
|
-
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } =
|
|
697
|
-
return /* @__PURE__ */ n(
|
|
698
|
-
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,
|
|
699
711
|
anchorEl: i,
|
|
700
712
|
placement: "top-start",
|
|
701
713
|
modifiers: [
|
|
@@ -712,14 +724,14 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
712
724
|
sx: {
|
|
713
725
|
zIndex: 3
|
|
714
726
|
},
|
|
715
|
-
children: /* @__PURE__ */ p(
|
|
727
|
+
children: /* @__PURE__ */ p(q1, {
|
|
716
728
|
style: {
|
|
717
729
|
width: i == null ? void 0 : i.offsetWidth
|
|
718
730
|
},
|
|
719
731
|
theme: d,
|
|
720
732
|
children: [
|
|
721
|
-
o && /* @__PURE__ */ n(
|
|
722
|
-
!o && !a && l.map((C) => /* @__PURE__ */ n(
|
|
733
|
+
o && /* @__PURE__ */ n(Ce, {}),
|
|
734
|
+
!o && !a && l.map((C) => /* @__PURE__ */ n(P1, M(v({}, C), {
|
|
723
735
|
alwaysExpanded: h
|
|
724
736
|
}), C.title)),
|
|
725
737
|
a && /* @__PURE__ */ n(O1, {
|
|
@@ -730,9 +742,9 @@ function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
730
742
|
})
|
|
731
743
|
});
|
|
732
744
|
}
|
|
733
|
-
function
|
|
734
|
-
const { themeSettings: r } =
|
|
735
|
-
return /* @__PURE__ */ n(
|
|
745
|
+
function re({ title: e, placement: t = "top", children: o }) {
|
|
746
|
+
const { themeSettings: r } = m();
|
|
747
|
+
return /* @__PURE__ */ n(Tt, {
|
|
736
748
|
title: e,
|
|
737
749
|
placement: t,
|
|
738
750
|
disableInteractive: !0,
|
|
@@ -760,16 +772,16 @@ function ie({ title: e, placement: t = "top", children: o }) {
|
|
|
760
772
|
children: o
|
|
761
773
|
});
|
|
762
774
|
}
|
|
763
|
-
const
|
|
775
|
+
const W1 = 500, z1 = /* @__PURE__ */ u("div", {
|
|
764
776
|
target: "e6iwkw10",
|
|
765
777
|
label: "ChatInputContainer"
|
|
766
|
-
})("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", {
|
|
767
779
|
target: "e6iwkw11",
|
|
768
780
|
label: "ClearHistoryButton"
|
|
769
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
781
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), Z1 = /* @__PURE__ */ u("textarea", {
|
|
770
782
|
target: "e6iwkw12",
|
|
771
783
|
label: "TextInput"
|
|
772
|
-
})("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", {
|
|
773
785
|
target: "e6iwkw13",
|
|
774
786
|
label: "SendMessageButton"
|
|
775
787
|
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
|
|
@@ -779,11 +791,11 @@ const z1 = 500, $1 = /* @__PURE__ */ u("div", {
|
|
|
779
791
|
opacity: 1;
|
|
780
792
|
cursor: pointer;
|
|
781
793
|
`), V1 = 34;
|
|
782
|
-
function
|
|
783
|
-
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(() => {
|
|
784
796
|
if (o)
|
|
785
797
|
return;
|
|
786
|
-
if (
|
|
798
|
+
if (ke(l)) {
|
|
787
799
|
d("");
|
|
788
800
|
return;
|
|
789
801
|
}
|
|
@@ -793,32 +805,32 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
793
805
|
o,
|
|
794
806
|
e,
|
|
795
807
|
l
|
|
796
|
-
]), C =
|
|
808
|
+
]), C = k((y) => {
|
|
797
809
|
e(y), d("");
|
|
798
810
|
}, [
|
|
799
811
|
e
|
|
800
|
-
]),
|
|
801
|
-
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("");
|
|
802
814
|
}, [
|
|
803
815
|
h,
|
|
804
816
|
l
|
|
805
|
-
]),
|
|
817
|
+
]), w = k((y) => {
|
|
806
818
|
c == null || c(y.target.value), d(y.target.value);
|
|
807
819
|
}, [
|
|
808
820
|
c
|
|
809
821
|
]), x = U(null);
|
|
810
|
-
|
|
822
|
+
de(() => {
|
|
811
823
|
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, V1)}px`);
|
|
812
824
|
}, [
|
|
813
825
|
l
|
|
814
|
-
]),
|
|
826
|
+
]), de(() => {
|
|
815
827
|
x.current && x.current.focus({
|
|
816
828
|
preventScroll: !0
|
|
817
829
|
});
|
|
818
830
|
}, []);
|
|
819
|
-
const { themeSettings: T } =
|
|
820
|
-
var
|
|
821
|
-
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)) {
|
|
822
834
|
const D = (Q) => {
|
|
823
835
|
var j;
|
|
824
836
|
document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), Q.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && y.target.focus({
|
|
@@ -828,10 +840,10 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
828
840
|
document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
|
|
829
841
|
}
|
|
830
842
|
}, []);
|
|
831
|
-
return /* @__PURE__ */ p(
|
|
843
|
+
return /* @__PURE__ */ p(z1, {
|
|
832
844
|
theme: T,
|
|
833
845
|
children: [
|
|
834
|
-
/* @__PURE__ */ n(
|
|
846
|
+
/* @__PURE__ */ n(A1, {
|
|
835
847
|
recentPrompts: r,
|
|
836
848
|
suggestions: i,
|
|
837
849
|
isLoading: s,
|
|
@@ -840,38 +852,38 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
840
852
|
text: l,
|
|
841
853
|
recommendationsError: a
|
|
842
854
|
}),
|
|
843
|
-
t && /* @__PURE__ */ n(
|
|
855
|
+
t && /* @__PURE__ */ n(re, {
|
|
844
856
|
title: E("ai.buttons.clearChat"),
|
|
845
857
|
placement: "bottom-start",
|
|
846
|
-
children: /* @__PURE__ */ n(
|
|
858
|
+
children: /* @__PURE__ */ n($1, {
|
|
847
859
|
"aria-label": "clear history",
|
|
848
860
|
onClick: t,
|
|
849
|
-
children: /* @__PURE__ */ n(
|
|
861
|
+
children: /* @__PURE__ */ n(B1, {
|
|
850
862
|
theme: T
|
|
851
863
|
})
|
|
852
864
|
})
|
|
853
865
|
}),
|
|
854
|
-
/* @__PURE__ */ n(
|
|
866
|
+
/* @__PURE__ */ n(Z1, {
|
|
855
867
|
"aria-label": "chat input",
|
|
856
868
|
onBlur: Z,
|
|
857
|
-
maxLength:
|
|
869
|
+
maxLength: W1,
|
|
858
870
|
ref: x,
|
|
859
871
|
rows: 1,
|
|
860
|
-
onChange:
|
|
872
|
+
onChange: w,
|
|
861
873
|
spellCheck: "true",
|
|
862
874
|
placeholder: g,
|
|
863
875
|
value: l,
|
|
864
|
-
onKeyDown:
|
|
876
|
+
onKeyDown: b,
|
|
865
877
|
theme: T
|
|
866
878
|
}),
|
|
867
|
-
/* @__PURE__ */ n(
|
|
879
|
+
/* @__PURE__ */ n(j1, {
|
|
868
880
|
"aria-label": "send chat message",
|
|
869
881
|
disabled: o || l.length === 0,
|
|
870
882
|
onClick: h,
|
|
871
883
|
theme: T,
|
|
872
884
|
children: /* @__PURE__ */ n("span", {
|
|
873
885
|
"data-state": "closed",
|
|
874
|
-
children: /* @__PURE__ */ n(
|
|
886
|
+
children: /* @__PURE__ */ n(N1, {
|
|
875
887
|
theme: T
|
|
876
888
|
})
|
|
877
889
|
})
|
|
@@ -879,14 +891,14 @@ function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPromp
|
|
|
879
891
|
]
|
|
880
892
|
});
|
|
881
893
|
}
|
|
882
|
-
const
|
|
894
|
+
const Q1 = /* @__PURE__ */ u("div", {
|
|
883
895
|
target: "er3yjg60",
|
|
884
896
|
label: "FlexContainer"
|
|
885
897
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
886
898
|
justify-content: flex-end;
|
|
887
899
|
` : I`
|
|
888
900
|
justify-content: flex-start;
|
|
889
|
-
`),
|
|
901
|
+
`), dt = /* @__PURE__ */ u("div", {
|
|
890
902
|
target: "er3yjg61",
|
|
891
903
|
label: "MessageContainer"
|
|
892
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`
|
|
@@ -898,83 +910,83 @@ const _1 = /* @__PURE__ */ u("div", {
|
|
|
898
910
|
`, " ", ({ align: e }) => e !== "full" ? I`
|
|
899
911
|
max-width: 85%;
|
|
900
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 }) => {
|
|
901
|
-
const { themeSettings: o } =
|
|
902
|
-
return /* @__PURE__ */ n(
|
|
913
|
+
const { themeSettings: o } = m();
|
|
914
|
+
return /* @__PURE__ */ n(Q1, {
|
|
903
915
|
theme: o,
|
|
904
916
|
align: e,
|
|
905
|
-
children: /* @__PURE__ */ n(
|
|
917
|
+
children: /* @__PURE__ */ n(dt, {
|
|
906
918
|
theme: o,
|
|
907
919
|
align: e,
|
|
908
920
|
children: t
|
|
909
921
|
})
|
|
910
922
|
});
|
|
911
923
|
};
|
|
912
|
-
function
|
|
924
|
+
function _1() {
|
|
913
925
|
const { welcomeText: e } = P();
|
|
914
926
|
return e === !1 ? null : /* @__PURE__ */ n($, {
|
|
915
927
|
align: "left",
|
|
916
928
|
children: e
|
|
917
929
|
});
|
|
918
930
|
}
|
|
919
|
-
const
|
|
931
|
+
const U1 = /* @__PURE__ */ u("div", {
|
|
920
932
|
target: "e1r5p4wy0",
|
|
921
933
|
label: "Container"
|
|
922
|
-
})("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", {
|
|
923
935
|
target: "e1r5p4wy1",
|
|
924
936
|
label: "Title"
|
|
925
|
-
})("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", {
|
|
926
938
|
target: "e1r5p4wy2",
|
|
927
939
|
label: "ActionButton"
|
|
928
940
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
929
|
-
function
|
|
930
|
-
const { themeSettings: o } =
|
|
931
|
-
return /* @__PURE__ */ p(
|
|
941
|
+
function ut({ text: e, action: t }) {
|
|
942
|
+
const { themeSettings: o } = m();
|
|
943
|
+
return /* @__PURE__ */ p(U1, {
|
|
932
944
|
children: [
|
|
933
|
-
/* @__PURE__ */ n(
|
|
945
|
+
/* @__PURE__ */ n(K1, {
|
|
934
946
|
theme: o,
|
|
935
947
|
children: e
|
|
936
948
|
}),
|
|
937
|
-
/* @__PURE__ */ n(
|
|
938
|
-
t && /* @__PURE__ */ n(
|
|
949
|
+
/* @__PURE__ */ n(Lt, {}),
|
|
950
|
+
t && /* @__PURE__ */ n(J1, {
|
|
939
951
|
onClick: t.onClick,
|
|
940
952
|
children: t.text
|
|
941
953
|
})
|
|
942
954
|
]
|
|
943
955
|
});
|
|
944
956
|
}
|
|
945
|
-
const
|
|
957
|
+
const ce = /* @__PURE__ */ u("div", {
|
|
946
958
|
target: "e3ryei50",
|
|
947
959
|
label: "Dot"
|
|
948
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%);}}");
|
|
949
961
|
function He() {
|
|
950
|
-
const { themeSettings: e } =
|
|
962
|
+
const { themeSettings: e } = m(), t = e.aiChat.icons.color;
|
|
951
963
|
return /* @__PURE__ */ p("div", {
|
|
952
964
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
953
965
|
"aria-label": "loading dots",
|
|
954
966
|
children: [
|
|
955
|
-
/* @__PURE__ */ n(
|
|
967
|
+
/* @__PURE__ */ n(ce, {
|
|
956
968
|
color: t
|
|
957
969
|
}),
|
|
958
|
-
/* @__PURE__ */ n(
|
|
970
|
+
/* @__PURE__ */ n(ce, {
|
|
959
971
|
color: t
|
|
960
972
|
}),
|
|
961
|
-
/* @__PURE__ */ n(
|
|
973
|
+
/* @__PURE__ */ n(ce, {
|
|
962
974
|
color: t
|
|
963
975
|
}),
|
|
964
|
-
/* @__PURE__ */ n(
|
|
976
|
+
/* @__PURE__ */ n(ce, {
|
|
965
977
|
color: t
|
|
966
978
|
})
|
|
967
979
|
]
|
|
968
980
|
});
|
|
969
981
|
}
|
|
970
|
-
const
|
|
982
|
+
const Y1 = /* @__PURE__ */ u("div", {
|
|
971
983
|
target: "ed5z2fc0",
|
|
972
984
|
label: "FlexContainer"
|
|
973
985
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
974
986
|
justify-content: flex-end;
|
|
975
987
|
` : I`
|
|
976
988
|
justify-content: flex-start;
|
|
977
|
-
`),
|
|
989
|
+
`), X1 = /* @__PURE__ */ u("button", {
|
|
978
990
|
target: "ed5z2fc1",
|
|
979
991
|
label: "MessageButton"
|
|
980
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`
|
|
@@ -1009,11 +1021,11 @@ const X1 = /* @__PURE__ */ u("div", {
|
|
|
1009
1021
|
}
|
|
1010
1022
|
return "";
|
|
1011
1023
|
});
|
|
1012
|
-
function
|
|
1013
|
-
const { themeSettings: a } =
|
|
1014
|
-
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, {
|
|
1015
1027
|
align: t,
|
|
1016
|
-
children: /* @__PURE__ */ n(
|
|
1028
|
+
children: /* @__PURE__ */ n(X1, {
|
|
1017
1029
|
"aria-label": s,
|
|
1018
1030
|
theme: a,
|
|
1019
1031
|
onClick: o,
|
|
@@ -1024,9 +1036,9 @@ function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave:
|
|
|
1024
1036
|
})
|
|
1025
1037
|
});
|
|
1026
1038
|
}
|
|
1027
|
-
function
|
|
1028
|
-
const { t: o } =
|
|
1029
|
-
return /* @__PURE__ */ p(
|
|
1039
|
+
function eo({ onCancel: e, onConfirm: t }) {
|
|
1040
|
+
const { t: o } = S();
|
|
1041
|
+
return /* @__PURE__ */ p(F, {
|
|
1030
1042
|
children: [
|
|
1031
1043
|
/* @__PURE__ */ n($, {
|
|
1032
1044
|
align: "left",
|
|
@@ -1035,7 +1047,7 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1035
1047
|
/* @__PURE__ */ p("div", {
|
|
1036
1048
|
className: "csdk-flex csdk-gap-x-2",
|
|
1037
1049
|
children: [
|
|
1038
|
-
/* @__PURE__ */ n(
|
|
1050
|
+
/* @__PURE__ */ n(ue, {
|
|
1039
1051
|
align: "right",
|
|
1040
1052
|
onClick: t,
|
|
1041
1053
|
accessibleName: "confirm clear chat",
|
|
@@ -1044,7 +1056,7 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1044
1056
|
children: o("ai.buttons.yes")
|
|
1045
1057
|
})
|
|
1046
1058
|
}),
|
|
1047
|
-
/* @__PURE__ */ n(
|
|
1059
|
+
/* @__PURE__ */ n(ue, {
|
|
1048
1060
|
align: "right",
|
|
1049
1061
|
onClick: e,
|
|
1050
1062
|
accessibleName: "cancel clear chat",
|
|
@@ -1058,19 +1070,19 @@ function to({ onCancel: e, onConfirm: t }) {
|
|
|
1058
1070
|
]
|
|
1059
1071
|
});
|
|
1060
1072
|
}
|
|
1061
|
-
function
|
|
1062
|
-
return
|
|
1073
|
+
function to(e) {
|
|
1074
|
+
return It("MuiDialog", e);
|
|
1063
1075
|
}
|
|
1064
|
-
const
|
|
1065
|
-
process.env.NODE_ENV !== "production" && (
|
|
1066
|
-
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, {
|
|
1067
1079
|
name: "MuiDialog",
|
|
1068
1080
|
slot: "Backdrop",
|
|
1069
1081
|
overrides: (e, t) => t.backdrop
|
|
1070
1082
|
})({
|
|
1071
1083
|
// Improve scrollable dialog support.
|
|
1072
1084
|
zIndex: -1
|
|
1073
|
-
}),
|
|
1085
|
+
}), ro = (e) => {
|
|
1074
1086
|
const {
|
|
1075
1087
|
classes: t,
|
|
1076
1088
|
scroll: o,
|
|
@@ -1082,8 +1094,8 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1082
1094
|
container: ["container", `scroll${_(o)}`],
|
|
1083
1095
|
paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
1084
1096
|
};
|
|
1085
|
-
return
|
|
1086
|
-
},
|
|
1097
|
+
return Pt(a, to, t);
|
|
1098
|
+
}, io = he(Nt, {
|
|
1087
1099
|
name: "MuiDialog",
|
|
1088
1100
|
slot: "Root",
|
|
1089
1101
|
overridesResolver: (e, t) => t.root
|
|
@@ -1092,7 +1104,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1092
1104
|
// Use !important to override the Modal inline-style.
|
|
1093
1105
|
position: "absolute !important"
|
|
1094
1106
|
}
|
|
1095
|
-
}),
|
|
1107
|
+
}), so = he("div", {
|
|
1096
1108
|
name: "MuiDialog",
|
|
1097
1109
|
slot: "Container",
|
|
1098
1110
|
overridesResolver: (e, t) => {
|
|
@@ -1103,7 +1115,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1103
1115
|
}
|
|
1104
1116
|
})(({
|
|
1105
1117
|
ownerState: e
|
|
1106
|
-
}) =>
|
|
1118
|
+
}) => V({
|
|
1107
1119
|
height: "100%",
|
|
1108
1120
|
"@media print": {
|
|
1109
1121
|
height: "auto"
|
|
@@ -1125,7 +1137,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1125
1137
|
height: "100%",
|
|
1126
1138
|
width: "0"
|
|
1127
1139
|
}
|
|
1128
|
-
})),
|
|
1140
|
+
})), ao = he(Xe, {
|
|
1129
1141
|
name: "MuiDialog",
|
|
1130
1142
|
slot: "Paper",
|
|
1131
1143
|
overridesResolver: (e, t) => {
|
|
@@ -1137,7 +1149,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1137
1149
|
})(({
|
|
1138
1150
|
theme: e,
|
|
1139
1151
|
ownerState: t
|
|
1140
|
-
}) =>
|
|
1152
|
+
}) => V({
|
|
1141
1153
|
margin: 32,
|
|
1142
1154
|
position: "relative",
|
|
1143
1155
|
overflowY: "auto",
|
|
@@ -1159,14 +1171,14 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1159
1171
|
maxWidth: "calc(100% - 64px)"
|
|
1160
1172
|
}, t.maxWidth === "xs" && {
|
|
1161
1173
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1162
|
-
[`&.${
|
|
1174
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1163
1175
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1164
1176
|
maxWidth: "calc(100% - 64px)"
|
|
1165
1177
|
}
|
|
1166
1178
|
}
|
|
1167
1179
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
1168
1180
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
1169
|
-
[`&.${
|
|
1181
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1170
1182
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
1171
1183
|
maxWidth: "calc(100% - 64px)"
|
|
1172
1184
|
}
|
|
@@ -1180,15 +1192,15 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1180
1192
|
height: "100%",
|
|
1181
1193
|
maxHeight: "none",
|
|
1182
1194
|
borderRadius: 0,
|
|
1183
|
-
[`&.${
|
|
1195
|
+
[`&.${ye.paperScrollBody}`]: {
|
|
1184
1196
|
margin: 0,
|
|
1185
1197
|
maxWidth: "100%"
|
|
1186
1198
|
}
|
|
1187
|
-
})),
|
|
1188
|
-
const r =
|
|
1199
|
+
})), pt = /* @__PURE__ */ z.forwardRef(function(t, o) {
|
|
1200
|
+
const r = Bt({
|
|
1189
1201
|
props: t,
|
|
1190
1202
|
name: "MuiDialog"
|
|
1191
|
-
}), i =
|
|
1203
|
+
}), i = Ft(), s = {
|
|
1192
1204
|
enter: i.transitions.duration.enteringScreen,
|
|
1193
1205
|
exit: i.transitions.duration.leavingScreen
|
|
1194
1206
|
}, {
|
|
@@ -1199,40 +1211,40 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1199
1211
|
children: g,
|
|
1200
1212
|
className: h,
|
|
1201
1213
|
disableEscapeKeyDown: C = !1,
|
|
1202
|
-
fullScreen:
|
|
1203
|
-
fullWidth:
|
|
1214
|
+
fullScreen: b = !1,
|
|
1215
|
+
fullWidth: w = !1,
|
|
1204
1216
|
maxWidth: x = "sm",
|
|
1205
1217
|
onBackdropClick: T,
|
|
1206
1218
|
onClick: E,
|
|
1207
1219
|
onClose: Z,
|
|
1208
1220
|
open: y,
|
|
1209
|
-
PaperComponent:
|
|
1221
|
+
PaperComponent: G = Xe,
|
|
1210
1222
|
PaperProps: D = {},
|
|
1211
1223
|
scroll: Q = "paper",
|
|
1212
|
-
TransitionComponent: j =
|
|
1224
|
+
TransitionComponent: j = qt,
|
|
1213
1225
|
transitionDuration: J = s,
|
|
1214
|
-
TransitionProps:
|
|
1215
|
-
} = r,
|
|
1226
|
+
TransitionProps: fe
|
|
1227
|
+
} = r, be = Ht(r, oo), q = V({}, r, {
|
|
1216
1228
|
disableEscapeKeyDown: C,
|
|
1217
|
-
fullScreen:
|
|
1218
|
-
fullWidth:
|
|
1229
|
+
fullScreen: b,
|
|
1230
|
+
fullWidth: w,
|
|
1219
1231
|
maxWidth: x,
|
|
1220
1232
|
scroll: Q
|
|
1221
|
-
}), Y =
|
|
1222
|
-
N.current =
|
|
1223
|
-
},
|
|
1224
|
-
E && E(
|
|
1225
|
-
}, X =
|
|
1233
|
+
}), Y = ro(q), N = z.useRef(), se = (O) => {
|
|
1234
|
+
N.current = O.target === O.currentTarget;
|
|
1235
|
+
}, me = (O) => {
|
|
1236
|
+
E && E(O), N.current && (N.current = null, T && T(O), Z && Z(O, "backdropClick"));
|
|
1237
|
+
}, X = Dt(c), ae = z.useMemo(() => ({
|
|
1226
1238
|
titleId: X
|
|
1227
1239
|
}), [X]);
|
|
1228
|
-
return /* @__PURE__ */ ee(
|
|
1229
|
-
className:
|
|
1240
|
+
return /* @__PURE__ */ ee(io, V({
|
|
1241
|
+
className: xe(Y.root, h),
|
|
1230
1242
|
closeAfterTransition: !0,
|
|
1231
1243
|
components: {
|
|
1232
|
-
Backdrop:
|
|
1244
|
+
Backdrop: no
|
|
1233
1245
|
},
|
|
1234
1246
|
componentsProps: {
|
|
1235
|
-
backdrop:
|
|
1247
|
+
backdrop: V({
|
|
1236
1248
|
transitionDuration: J,
|
|
1237
1249
|
as: l
|
|
1238
1250
|
}, d)
|
|
@@ -1241,30 +1253,30 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1241
1253
|
onClose: Z,
|
|
1242
1254
|
open: y,
|
|
1243
1255
|
ref: o,
|
|
1244
|
-
onClick:
|
|
1256
|
+
onClick: me,
|
|
1245
1257
|
ownerState: q
|
|
1246
|
-
},
|
|
1247
|
-
children: /* @__PURE__ */ ee(j,
|
|
1258
|
+
}, be, {
|
|
1259
|
+
children: /* @__PURE__ */ ee(j, V({
|
|
1248
1260
|
appear: !0,
|
|
1249
1261
|
in: y,
|
|
1250
1262
|
timeout: J,
|
|
1251
1263
|
role: "presentation"
|
|
1252
|
-
},
|
|
1253
|
-
children: /* @__PURE__ */ ee(
|
|
1254
|
-
className:
|
|
1255
|
-
onMouseDown:
|
|
1264
|
+
}, fe, {
|
|
1265
|
+
children: /* @__PURE__ */ ee(so, {
|
|
1266
|
+
className: xe(Y.container),
|
|
1267
|
+
onMouseDown: se,
|
|
1256
1268
|
ownerState: q,
|
|
1257
|
-
children: /* @__PURE__ */ ee(
|
|
1258
|
-
as:
|
|
1269
|
+
children: /* @__PURE__ */ ee(ao, V({
|
|
1270
|
+
as: G,
|
|
1259
1271
|
elevation: 24,
|
|
1260
1272
|
role: "dialog",
|
|
1261
1273
|
"aria-describedby": a,
|
|
1262
1274
|
"aria-labelledby": X
|
|
1263
1275
|
}, D, {
|
|
1264
|
-
className:
|
|
1276
|
+
className: xe(Y.paper, D.className),
|
|
1265
1277
|
ownerState: q,
|
|
1266
|
-
children: /* @__PURE__ */ ee(
|
|
1267
|
-
value:
|
|
1278
|
+
children: /* @__PURE__ */ ee(ht.Provider, {
|
|
1279
|
+
value: ae,
|
|
1268
1280
|
children: g
|
|
1269
1281
|
})
|
|
1270
1282
|
}))
|
|
@@ -1272,7 +1284,7 @@ const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1272
1284
|
}))
|
|
1273
1285
|
}));
|
|
1274
1286
|
});
|
|
1275
|
-
process.env.NODE_ENV !== "production" && (
|
|
1287
|
+
process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
1276
1288
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1277
1289
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1278
1290
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1404,7 +1416,7 @@ process.env.NODE_ENV !== "production" && (gt.propTypes = {
|
|
|
1404
1416
|
*/
|
|
1405
1417
|
TransitionProps: f.object
|
|
1406
1418
|
});
|
|
1407
|
-
function
|
|
1419
|
+
function lo({ fillColor: e = "#262E3D" }) {
|
|
1408
1420
|
return /* @__PURE__ */ p("svg", {
|
|
1409
1421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
1422
|
width: "30",
|
|
@@ -1429,7 +1441,7 @@ function co({ fillColor: e = "#262E3D" }) {
|
|
|
1429
1441
|
]
|
|
1430
1442
|
});
|
|
1431
1443
|
}
|
|
1432
|
-
const
|
|
1444
|
+
const gt = {
|
|
1433
1445
|
row: {
|
|
1434
1446
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1435
1447
|
},
|
|
@@ -1514,18 +1526,18 @@ const Ct = {
|
|
|
1514
1526
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1515
1527
|
}
|
|
1516
1528
|
}
|
|
1517
|
-
},
|
|
1529
|
+
}, co = {
|
|
1518
1530
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1519
|
-
},
|
|
1531
|
+
}, ie = /* @__PURE__ */ u(et, co, {
|
|
1520
1532
|
target: "e869yoj0",
|
|
1521
1533
|
label: "IconButton"
|
|
1522
1534
|
})(({ $hoverColor: e }) => ({
|
|
1523
1535
|
padding: 2,
|
|
1524
1536
|
"&.MuiIconButton-root:hover": {
|
|
1525
|
-
backgroundColor: e != null ? e :
|
|
1537
|
+
backgroundColor: e != null ? e : gt.interaction.defaultHover
|
|
1526
1538
|
}
|
|
1527
1539
|
}));
|
|
1528
|
-
function
|
|
1540
|
+
function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1529
1541
|
return /* @__PURE__ */ n("svg", {
|
|
1530
1542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1531
1543
|
width: "24",
|
|
@@ -1540,7 +1552,7 @@ function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1540
1552
|
})
|
|
1541
1553
|
});
|
|
1542
1554
|
}
|
|
1543
|
-
function
|
|
1555
|
+
function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1544
1556
|
return /* @__PURE__ */ n("svg", {
|
|
1545
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1546
1558
|
width: "24",
|
|
@@ -1555,7 +1567,7 @@ function po({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1555
1567
|
})
|
|
1556
1568
|
});
|
|
1557
1569
|
}
|
|
1558
|
-
function
|
|
1570
|
+
function po() {
|
|
1559
1571
|
return /* @__PURE__ */ n("svg", {
|
|
1560
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
1573
|
width: "24",
|
|
@@ -1571,7 +1583,7 @@ function go() {
|
|
|
1571
1583
|
})
|
|
1572
1584
|
});
|
|
1573
1585
|
}
|
|
1574
|
-
function
|
|
1586
|
+
function go({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1575
1587
|
return /* @__PURE__ */ n("svg", {
|
|
1576
1588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1577
1589
|
width: "24",
|
|
@@ -1586,35 +1598,35 @@ function Co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1586
1598
|
})
|
|
1587
1599
|
});
|
|
1588
1600
|
}
|
|
1589
|
-
const
|
|
1590
|
-
const { themeSettings: t } =
|
|
1591
|
-
return /* @__PURE__ */ n(
|
|
1601
|
+
const De = (e) => ot(e.chart.backgroundColor), Co = ({ title: e }) => {
|
|
1602
|
+
const { themeSettings: t } = m();
|
|
1603
|
+
return /* @__PURE__ */ n(re, {
|
|
1592
1604
|
title: e,
|
|
1593
|
-
children: /* @__PURE__ */ n(
|
|
1605
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1594
1606
|
disableTouchRipple: !0,
|
|
1595
|
-
$hoverColor:
|
|
1596
|
-
children: /* @__PURE__ */ n(
|
|
1607
|
+
$hoverColor: De(t),
|
|
1608
|
+
children: /* @__PURE__ */ n(ho, {
|
|
1597
1609
|
fill: t.chart.textColor
|
|
1598
1610
|
})
|
|
1599
1611
|
})
|
|
1600
1612
|
});
|
|
1601
|
-
},
|
|
1613
|
+
}, fo = ({ items: e }) => {
|
|
1602
1614
|
const [t, o] = L(null), r = (a) => {
|
|
1603
1615
|
o(a.currentTarget);
|
|
1604
1616
|
}, i = () => {
|
|
1605
1617
|
o(null);
|
|
1606
|
-
}, { themeSettings: s } =
|
|
1607
|
-
return /* @__PURE__ */ p(
|
|
1618
|
+
}, { themeSettings: s } = m();
|
|
1619
|
+
return /* @__PURE__ */ p(F, {
|
|
1608
1620
|
children: [
|
|
1609
|
-
/* @__PURE__ */ n(
|
|
1621
|
+
/* @__PURE__ */ n(ie, {
|
|
1610
1622
|
onClick: r,
|
|
1611
|
-
$hoverColor:
|
|
1623
|
+
$hoverColor: De(s),
|
|
1612
1624
|
"aria-label": "three dots button",
|
|
1613
|
-
children: /* @__PURE__ */ n(
|
|
1625
|
+
children: /* @__PURE__ */ n(go, {
|
|
1614
1626
|
fill: s.chart.textColor
|
|
1615
1627
|
})
|
|
1616
1628
|
}),
|
|
1617
|
-
/* @__PURE__ */ n(
|
|
1629
|
+
/* @__PURE__ */ n(At, {
|
|
1618
1630
|
anchorEl: t,
|
|
1619
1631
|
anchorOrigin: {
|
|
1620
1632
|
vertical: "bottom",
|
|
@@ -1626,14 +1638,14 @@ const Fe = (e) => Xe(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
|
1626
1638
|
},
|
|
1627
1639
|
open: !!t,
|
|
1628
1640
|
onClose: i,
|
|
1629
|
-
children: e.map((a) => /* @__PURE__ */ p(
|
|
1641
|
+
children: e.map((a) => /* @__PURE__ */ p(Ot, {
|
|
1630
1642
|
onClick: () => {
|
|
1631
1643
|
a.onClick(), i();
|
|
1632
1644
|
},
|
|
1633
1645
|
sx: {
|
|
1634
1646
|
fontSize: "13px",
|
|
1635
1647
|
fontFamily: s.typography.fontFamily,
|
|
1636
|
-
color:
|
|
1648
|
+
color: gt.text.content
|
|
1637
1649
|
},
|
|
1638
1650
|
disableRipple: !0,
|
|
1639
1651
|
children: [
|
|
@@ -1647,58 +1659,58 @@ const Fe = (e) => Xe(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
|
1647
1659
|
})
|
|
1648
1660
|
]
|
|
1649
1661
|
});
|
|
1650
|
-
},
|
|
1651
|
-
const { themeSettings: t } =
|
|
1652
|
-
return /* @__PURE__ */ n(
|
|
1662
|
+
}, bo = ({ onClick: e }) => {
|
|
1663
|
+
const { themeSettings: t } = m(), { t: o } = S();
|
|
1664
|
+
return /* @__PURE__ */ n(re, {
|
|
1653
1665
|
title: o("ai.preview"),
|
|
1654
|
-
children: /* @__PURE__ */ n(
|
|
1666
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1655
1667
|
onClick: e,
|
|
1656
|
-
$hoverColor:
|
|
1657
|
-
children: /* @__PURE__ */ n(
|
|
1668
|
+
$hoverColor: De(t),
|
|
1669
|
+
children: /* @__PURE__ */ n(uo, {
|
|
1658
1670
|
fill: t.chart.textColor
|
|
1659
1671
|
})
|
|
1660
1672
|
})
|
|
1661
1673
|
});
|
|
1662
|
-
},
|
|
1674
|
+
}, mo = /* @__PURE__ */ u("div", {
|
|
1663
1675
|
target: "e1cseu7j0",
|
|
1664
1676
|
label: "ToolbarContainer"
|
|
1665
1677
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
1666
|
-
function
|
|
1667
|
-
const r =
|
|
1678
|
+
function xo({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
|
|
1679
|
+
const r = B(() => [
|
|
1668
1680
|
{
|
|
1669
1681
|
title: "Refresh",
|
|
1670
1682
|
onClick: t,
|
|
1671
|
-
icon: /* @__PURE__ */ n(
|
|
1683
|
+
icon: /* @__PURE__ */ n(po, {})
|
|
1672
1684
|
}
|
|
1673
1685
|
], [
|
|
1674
1686
|
t
|
|
1675
1687
|
]);
|
|
1676
|
-
return /* @__PURE__ */ p(
|
|
1688
|
+
return /* @__PURE__ */ p(mo, {
|
|
1677
1689
|
"aria-label": "chatbot chart toolbar",
|
|
1678
1690
|
children: [
|
|
1679
|
-
/* @__PURE__ */ n(
|
|
1691
|
+
/* @__PURE__ */ n(Co, {
|
|
1680
1692
|
title: e != null ? e : ""
|
|
1681
1693
|
}),
|
|
1682
|
-
/* @__PURE__ */ n(
|
|
1694
|
+
/* @__PURE__ */ n(fo, {
|
|
1683
1695
|
items: r
|
|
1684
1696
|
}),
|
|
1685
|
-
/* @__PURE__ */ n(
|
|
1697
|
+
/* @__PURE__ */ n(bo, {
|
|
1686
1698
|
onClick: o
|
|
1687
1699
|
})
|
|
1688
1700
|
]
|
|
1689
1701
|
});
|
|
1690
1702
|
}
|
|
1691
|
-
function
|
|
1692
|
-
const [t, o] = L(!1), { themeSettings: r } =
|
|
1693
|
-
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, {
|
|
1694
1706
|
useCustomizedStyleOptions: !0
|
|
1695
1707
|
});
|
|
1696
|
-
if (a === void 0 || !
|
|
1697
|
-
throw new
|
|
1708
|
+
if (a === void 0 || !we(a))
|
|
1709
|
+
throw new ve("errors.otherWidgetTypesNotSupported");
|
|
1698
1710
|
const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
|
|
1699
1711
|
cornerRadius: "Small",
|
|
1700
1712
|
header: {
|
|
1701
|
-
renderToolbar: (C) => /* @__PURE__ */ n(
|
|
1713
|
+
renderToolbar: (C) => /* @__PURE__ */ n(xo, {
|
|
1702
1714
|
infoTooltipText: c,
|
|
1703
1715
|
onRefresh: C,
|
|
1704
1716
|
onExpand: () => o(!0)
|
|
@@ -1706,7 +1718,7 @@ function vo({ content: e }) {
|
|
|
1706
1718
|
}
|
|
1707
1719
|
};
|
|
1708
1720
|
let g, h;
|
|
1709
|
-
if (
|
|
1721
|
+
if (Kt(a.chartType))
|
|
1710
1722
|
g = /* @__PURE__ */ n("div", {
|
|
1711
1723
|
className: "csdk-h-[245px]",
|
|
1712
1724
|
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
@@ -1724,14 +1736,14 @@ function vo({ content: e }) {
|
|
|
1724
1736
|
header: {
|
|
1725
1737
|
hidden: !0
|
|
1726
1738
|
}
|
|
1727
|
-
}),
|
|
1739
|
+
}), b = v(M(v({}, l), {
|
|
1728
1740
|
legend: void 0,
|
|
1729
1741
|
xAxis: void 0,
|
|
1730
1742
|
yAxis: void 0
|
|
1731
1743
|
}), d);
|
|
1732
|
-
delete
|
|
1744
|
+
delete b.legend, delete b.xAxis, delete b.yAxis, g = /* @__PURE__ */ n("div", {
|
|
1733
1745
|
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1734
|
-
styleOptions:
|
|
1746
|
+
styleOptions: b
|
|
1735
1747
|
}))
|
|
1736
1748
|
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1737
1749
|
styleOptions: v({
|
|
@@ -1746,10 +1758,10 @@ function vo({ content: e }) {
|
|
|
1746
1758
|
}, [
|
|
1747
1759
|
e
|
|
1748
1760
|
]);
|
|
1749
|
-
return /* @__PURE__ */ p(
|
|
1761
|
+
return /* @__PURE__ */ p(F, {
|
|
1750
1762
|
children: [
|
|
1751
1763
|
i,
|
|
1752
|
-
/* @__PURE__ */ p(
|
|
1764
|
+
/* @__PURE__ */ p(pt, {
|
|
1753
1765
|
open: t,
|
|
1754
1766
|
onClose: () => o(!1),
|
|
1755
1767
|
maxWidth: "xl",
|
|
@@ -1768,10 +1780,10 @@ function vo({ content: e }) {
|
|
|
1768
1780
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
1769
1781
|
children: e.queryTitle
|
|
1770
1782
|
}),
|
|
1771
|
-
/* @__PURE__ */ n(
|
|
1783
|
+
/* @__PURE__ */ n(et, {
|
|
1772
1784
|
onClick: () => o(!1),
|
|
1773
1785
|
"aria-label": "close expanded chart",
|
|
1774
|
-
children: /* @__PURE__ */ n(
|
|
1786
|
+
children: /* @__PURE__ */ n(lo, {
|
|
1775
1787
|
fillColor: r.aiChat.primaryTextColor
|
|
1776
1788
|
})
|
|
1777
1789
|
})
|
|
@@ -1786,7 +1798,7 @@ function vo({ content: e }) {
|
|
|
1786
1798
|
]
|
|
1787
1799
|
});
|
|
1788
1800
|
}
|
|
1789
|
-
function
|
|
1801
|
+
function vo({ theme: e }) {
|
|
1790
1802
|
return /* @__PURE__ */ n("svg", {
|
|
1791
1803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1792
1804
|
width: "24",
|
|
@@ -1801,22 +1813,22 @@ function wo({ theme: e }) {
|
|
|
1801
1813
|
})
|
|
1802
1814
|
});
|
|
1803
1815
|
}
|
|
1804
|
-
function
|
|
1805
|
-
const { themeSettings: o } =
|
|
1806
|
-
return /* @__PURE__ */ n(
|
|
1816
|
+
function wo({ onClick: e, disabled: t }) {
|
|
1817
|
+
const { themeSettings: o } = m(), { t: r } = S();
|
|
1818
|
+
return /* @__PURE__ */ n(re, {
|
|
1807
1819
|
title: r("ai.buttons.incorrectResponse"),
|
|
1808
|
-
children: /* @__PURE__ */ n(
|
|
1820
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1809
1821
|
"aria-label": "thumbs-down",
|
|
1810
1822
|
onClick: e,
|
|
1811
1823
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1812
1824
|
disabled: t,
|
|
1813
|
-
children: /* @__PURE__ */ n(
|
|
1825
|
+
children: /* @__PURE__ */ n(vo, {
|
|
1814
1826
|
theme: o
|
|
1815
1827
|
})
|
|
1816
1828
|
})
|
|
1817
1829
|
});
|
|
1818
1830
|
}
|
|
1819
|
-
function
|
|
1831
|
+
function ko({ theme: e }) {
|
|
1820
1832
|
return /* @__PURE__ */ n("svg", {
|
|
1821
1833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1822
1834
|
width: "24",
|
|
@@ -1831,29 +1843,29 @@ function So({ theme: e }) {
|
|
|
1831
1843
|
})
|
|
1832
1844
|
});
|
|
1833
1845
|
}
|
|
1834
|
-
function
|
|
1835
|
-
const { themeSettings: o } =
|
|
1836
|
-
return /* @__PURE__ */ n(
|
|
1846
|
+
function So({ onClick: e, disabled: t }) {
|
|
1847
|
+
const { themeSettings: o } = m(), { t: r } = S();
|
|
1848
|
+
return /* @__PURE__ */ n(re, {
|
|
1837
1849
|
title: r("ai.buttons.correctResponse"),
|
|
1838
|
-
children: /* @__PURE__ */ n(
|
|
1850
|
+
children: /* @__PURE__ */ n(ie, {
|
|
1839
1851
|
"aria-label": "thumbs-up",
|
|
1840
1852
|
onClick: e,
|
|
1841
1853
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1842
1854
|
disabled: t,
|
|
1843
|
-
children: /* @__PURE__ */ n(
|
|
1855
|
+
children: /* @__PURE__ */ n(ko, {
|
|
1844
1856
|
theme: o
|
|
1845
1857
|
})
|
|
1846
1858
|
})
|
|
1847
1859
|
});
|
|
1848
1860
|
}
|
|
1849
|
-
const
|
|
1850
|
-
const [e, t] = L(!1), o = U(null), r =
|
|
1861
|
+
const Mo = () => {
|
|
1862
|
+
const [e, t] = L(!1), o = U(null), r = k(() => {
|
|
1851
1863
|
t(!0);
|
|
1852
|
-
}, []), i =
|
|
1864
|
+
}, []), i = k(() => {
|
|
1853
1865
|
t(!1);
|
|
1854
1866
|
}, []);
|
|
1855
1867
|
return [
|
|
1856
|
-
|
|
1868
|
+
k((a) => {
|
|
1857
1869
|
var c;
|
|
1858
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;
|
|
1859
1871
|
}, [
|
|
@@ -1862,12 +1874,12 @@ const To = () => {
|
|
|
1862
1874
|
]),
|
|
1863
1875
|
e
|
|
1864
1876
|
];
|
|
1865
|
-
},
|
|
1877
|
+
}, To = /* @__PURE__ */ u("div", {
|
|
1866
1878
|
target: "e2xyvaw0",
|
|
1867
1879
|
label: "Container"
|
|
1868
1880
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
|
|
1869
|
-
function
|
|
1870
|
-
const [o, r] = L(!1), i =
|
|
1881
|
+
function Lo({ visible: e, onSend: t }) {
|
|
1882
|
+
const [o, r] = L(!1), i = k((a) => {
|
|
1871
1883
|
r(!0), t(a === "up" ? 1 : -1);
|
|
1872
1884
|
}, [
|
|
1873
1885
|
t
|
|
@@ -1875,19 +1887,19 @@ function Ro({ visible: e, onSend: t }) {
|
|
|
1875
1887
|
return e ? /* @__PURE__ */ p("div", {
|
|
1876
1888
|
className: `csdk-flex csdk-items-center ${s}`,
|
|
1877
1889
|
children: [
|
|
1878
|
-
/* @__PURE__ */ n(
|
|
1890
|
+
/* @__PURE__ */ n(So, {
|
|
1879
1891
|
onClick: () => i("up"),
|
|
1880
1892
|
disabled: o
|
|
1881
1893
|
}),
|
|
1882
|
-
/* @__PURE__ */ n(
|
|
1894
|
+
/* @__PURE__ */ n(wo, {
|
|
1883
1895
|
onClick: () => i("down"),
|
|
1884
1896
|
disabled: o
|
|
1885
1897
|
})
|
|
1886
1898
|
]
|
|
1887
1899
|
}) : null;
|
|
1888
1900
|
}
|
|
1889
|
-
function
|
|
1890
|
-
const s =
|
|
1901
|
+
function Se({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
|
|
1902
|
+
const s = H(), a = Wt(k((h) => {
|
|
1891
1903
|
s && s.ai.sendFeedback({
|
|
1892
1904
|
sourceId: e,
|
|
1893
1905
|
type: o,
|
|
@@ -1899,24 +1911,24 @@ function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", re
|
|
|
1899
1911
|
e,
|
|
1900
1912
|
t,
|
|
1901
1913
|
o
|
|
1902
|
-
]), 200), [c, l] =
|
|
1914
|
+
]), 200), [c, l] = Mo(), d = B(() => r === "onHover" ? l : r !== "never", [
|
|
1903
1915
|
l,
|
|
1904
1916
|
r
|
|
1905
|
-
]), { themeSettings: g } =
|
|
1906
|
-
return /* @__PURE__ */ n(
|
|
1917
|
+
]), { themeSettings: g } = m();
|
|
1918
|
+
return /* @__PURE__ */ n(To, {
|
|
1907
1919
|
ref: c,
|
|
1908
1920
|
theme: g,
|
|
1909
|
-
children: i(/* @__PURE__ */ n(
|
|
1921
|
+
children: i(/* @__PURE__ */ n(Lo, {
|
|
1910
1922
|
onSend: a,
|
|
1911
1923
|
visible: d
|
|
1912
1924
|
}))
|
|
1913
1925
|
});
|
|
1914
1926
|
}
|
|
1915
|
-
const
|
|
1916
|
-
function
|
|
1917
|
-
const [t, o] = L(!0), [r, i] = L(!1), { t: s } =
|
|
1918
|
-
return
|
|
1919
|
-
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);
|
|
1920
1932
|
}, [
|
|
1921
1933
|
e
|
|
1922
1934
|
]), /* @__PURE__ */ p("div", {
|
|
@@ -1937,20 +1949,20 @@ function be({ text: e }) {
|
|
|
1937
1949
|
]
|
|
1938
1950
|
});
|
|
1939
1951
|
}
|
|
1940
|
-
function
|
|
1941
|
-
const { data: t, isLoading: o, isError: r } =
|
|
1952
|
+
function Io({ nlgRequest: e }) {
|
|
1953
|
+
const { data: t, isLoading: o, isError: r } = ge(e), { t: i } = S();
|
|
1942
1954
|
return o ? /* @__PURE__ */ n(He, {}) : r ? /* @__PURE__ */ n($, {
|
|
1943
1955
|
align: "left",
|
|
1944
1956
|
children: i("ai.errors.unexpected")
|
|
1945
1957
|
}) : /* @__PURE__ */ n($, {
|
|
1946
1958
|
align: "full",
|
|
1947
|
-
children: /* @__PURE__ */ n(
|
|
1959
|
+
children: /* @__PURE__ */ n(Pe, {
|
|
1948
1960
|
text: t != null ? t : i("ai.errors.insightsNotAvailable")
|
|
1949
1961
|
})
|
|
1950
1962
|
});
|
|
1951
1963
|
}
|
|
1952
|
-
function
|
|
1953
|
-
const { themeSettings: e } =
|
|
1964
|
+
function Eo() {
|
|
1965
|
+
const { themeSettings: e } = m();
|
|
1954
1966
|
return /* @__PURE__ */ n("svg", {
|
|
1955
1967
|
width: "24",
|
|
1956
1968
|
height: "25",
|
|
@@ -1965,80 +1977,80 @@ function No() {
|
|
|
1965
1977
|
})
|
|
1966
1978
|
});
|
|
1967
1979
|
}
|
|
1968
|
-
function
|
|
1969
|
-
const { t } =
|
|
1970
|
-
return /* @__PURE__ */ n(
|
|
1980
|
+
function No({ onClick: e }) {
|
|
1981
|
+
const { t } = S();
|
|
1982
|
+
return /* @__PURE__ */ n(ue, {
|
|
1971
1983
|
align: "left",
|
|
1972
1984
|
onClick: e,
|
|
1973
1985
|
children: /* @__PURE__ */ p("div", {
|
|
1974
1986
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1975
1987
|
children: [
|
|
1976
|
-
/* @__PURE__ */ n(
|
|
1988
|
+
/* @__PURE__ */ n(Eo, {}),
|
|
1977
1989
|
t("ai.buttons.insights")
|
|
1978
1990
|
]
|
|
1979
1991
|
})
|
|
1980
1992
|
});
|
|
1981
1993
|
}
|
|
1982
|
-
var
|
|
1983
|
-
const
|
|
1994
|
+
var Bo = zt("toLowerCase");
|
|
1995
|
+
const Qe = /* @__PURE__ */ u("div", {
|
|
1984
1996
|
target: "es26a860",
|
|
1985
1997
|
label: "FlexRow"
|
|
1986
1998
|
})("display:flex;align-items:center;column-gap:10px;"), Fo = (e) => !!e && "aeiou".includes(e[0]);
|
|
1987
|
-
function
|
|
1988
|
-
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } =
|
|
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;
|
|
1989
2001
|
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
1990
2002
|
const d = "chartType" in a ? a.chartType : "table";
|
|
1991
2003
|
let g;
|
|
1992
2004
|
Fo(d) ? g = `an ${d}` : g = `a ${d}`, d !== "table" && (g += " chart");
|
|
1993
|
-
const h = c.datasource.title, [C,
|
|
1994
|
-
|
|
2005
|
+
const h = c.datasource.title, [C, b] = L(!1), w = k(() => {
|
|
2006
|
+
b((E) => !E);
|
|
1995
2007
|
}, []), x = {
|
|
1996
2008
|
jaql: {
|
|
1997
2009
|
datasource: c.datasource,
|
|
1998
2010
|
metadata: c.metadata
|
|
1999
2011
|
}
|
|
2000
2012
|
}, T = o === "analyze";
|
|
2001
|
-
return /* @__PURE__ */ p(
|
|
2013
|
+
return /* @__PURE__ */ p(F, {
|
|
2002
2014
|
children: [
|
|
2003
|
-
/* @__PURE__ */ n(
|
|
2015
|
+
/* @__PURE__ */ n(Se, {
|
|
2004
2016
|
sourceId: h,
|
|
2005
2017
|
data: e,
|
|
2006
2018
|
type: "chats/nlq",
|
|
2007
2019
|
buttonVisibility: t ? "always" : "onHover",
|
|
2008
|
-
renderContent: (E) => /* @__PURE__ */ p(
|
|
2020
|
+
renderContent: (E) => /* @__PURE__ */ p(F, {
|
|
2009
2021
|
children: [
|
|
2010
|
-
/* @__PURE__ */ p(
|
|
2022
|
+
/* @__PURE__ */ p(Qe, {
|
|
2011
2023
|
children: [
|
|
2012
|
-
/* @__PURE__ */ n(
|
|
2024
|
+
/* @__PURE__ */ n(dt, {
|
|
2013
2025
|
align: "left",
|
|
2014
2026
|
theme: i,
|
|
2015
|
-
children: l || `Here's ${g} showing ${
|
|
2027
|
+
children: l || `Here's ${g} showing ${Bo(s)}.`
|
|
2016
2028
|
}),
|
|
2017
2029
|
E
|
|
2018
2030
|
]
|
|
2019
2031
|
}),
|
|
2020
|
-
T && /* @__PURE__ */ n(
|
|
2032
|
+
T && /* @__PURE__ */ n(yo, {
|
|
2021
2033
|
content: e
|
|
2022
2034
|
})
|
|
2023
2035
|
]
|
|
2024
2036
|
})
|
|
2025
2037
|
}),
|
|
2026
|
-
r && /* @__PURE__ */ n(
|
|
2038
|
+
r && /* @__PURE__ */ n(Se, {
|
|
2027
2039
|
sourceId: h,
|
|
2028
2040
|
data: x,
|
|
2029
2041
|
type: "nlg/queryResult",
|
|
2030
2042
|
buttonVisibility: C ? "onHover" : "never",
|
|
2031
|
-
renderContent: (E) => /* @__PURE__ */ p(
|
|
2043
|
+
renderContent: (E) => /* @__PURE__ */ p(F, {
|
|
2032
2044
|
children: [
|
|
2033
|
-
/* @__PURE__ */ p(
|
|
2045
|
+
/* @__PURE__ */ p(Qe, {
|
|
2034
2046
|
children: [
|
|
2035
|
-
/* @__PURE__ */ n(
|
|
2036
|
-
onClick:
|
|
2047
|
+
/* @__PURE__ */ n(No, {
|
|
2048
|
+
onClick: w
|
|
2037
2049
|
}),
|
|
2038
2050
|
E
|
|
2039
2051
|
]
|
|
2040
2052
|
}),
|
|
2041
|
-
C && /* @__PURE__ */ n(
|
|
2053
|
+
C && /* @__PURE__ */ n(Io, {
|
|
2042
2054
|
nlgRequest: x
|
|
2043
2055
|
})
|
|
2044
2056
|
]
|
|
@@ -2047,39 +2059,39 @@ function Do({ data: e, alwaysShowFeedback: t }) {
|
|
|
2047
2059
|
]
|
|
2048
2060
|
});
|
|
2049
2061
|
}
|
|
2050
|
-
function
|
|
2051
|
-
if (
|
|
2062
|
+
function Do({ message: e, isLastMessage: t }) {
|
|
2063
|
+
if (Fe(e)) {
|
|
2052
2064
|
const r = JSON.parse(e.content);
|
|
2053
|
-
return /* @__PURE__ */ n(
|
|
2065
|
+
return /* @__PURE__ */ n(Ho, {
|
|
2054
2066
|
data: r,
|
|
2055
2067
|
alwaysShowFeedback: t
|
|
2056
2068
|
});
|
|
2057
2069
|
}
|
|
2058
|
-
const o =
|
|
2070
|
+
const o = k1(e) ? JSON.parse(e.content).answer : e.content;
|
|
2059
2071
|
return /* @__PURE__ */ n($, {
|
|
2060
2072
|
align: e.role === "user" ? "right" : "left",
|
|
2061
2073
|
children: o
|
|
2062
2074
|
});
|
|
2063
2075
|
}
|
|
2064
|
-
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($, {
|
|
2065
2077
|
align: "left",
|
|
2066
2078
|
children: t
|
|
2067
2079
|
}));
|
|
2068
2080
|
function Oo({ messages: e }) {
|
|
2069
|
-
const { t } =
|
|
2070
|
-
return /* @__PURE__ */ n(
|
|
2071
|
-
children: e.map((o, r) => /* @__PURE__ */ n(
|
|
2072
|
-
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), {
|
|
2073
2085
|
displayMessage: t("ai.errors.unexpected")
|
|
2074
2086
|
})),
|
|
2075
|
-
children: /* @__PURE__ */ n(
|
|
2087
|
+
children: /* @__PURE__ */ n(Po, {
|
|
2076
2088
|
message: o,
|
|
2077
2089
|
isLastMessage: r === e.length - 1
|
|
2078
2090
|
}, r)
|
|
2079
2091
|
}, r))
|
|
2080
2092
|
});
|
|
2081
2093
|
}
|
|
2082
|
-
function
|
|
2094
|
+
function Ct({ color: e }) {
|
|
2083
2095
|
return /* @__PURE__ */ n("svg", {
|
|
2084
2096
|
width: "100%",
|
|
2085
2097
|
height: "100%",
|
|
@@ -2092,17 +2104,17 @@ function ft({ color: e }) {
|
|
|
2092
2104
|
})
|
|
2093
2105
|
});
|
|
2094
2106
|
}
|
|
2095
|
-
function
|
|
2107
|
+
function Ao({ onClick: e, color: t }) {
|
|
2096
2108
|
return /* @__PURE__ */ n("div", {
|
|
2097
2109
|
"aria-label": "go back",
|
|
2098
2110
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2099
2111
|
onClick: e,
|
|
2100
|
-
children: /* @__PURE__ */ n(
|
|
2112
|
+
children: /* @__PURE__ */ n(Ct, {
|
|
2101
2113
|
color: t
|
|
2102
2114
|
})
|
|
2103
2115
|
});
|
|
2104
2116
|
}
|
|
2105
|
-
const
|
|
2117
|
+
const Wo = /* @__PURE__ */ u("button", {
|
|
2106
2118
|
target: "e1p0q0z20",
|
|
2107
2119
|
label: "Button"
|
|
2108
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 }) => {
|
|
@@ -2131,39 +2143,39 @@ const zo = /* @__PURE__ */ u("button", {
|
|
|
2131
2143
|
}
|
|
2132
2144
|
return "";
|
|
2133
2145
|
});
|
|
2134
|
-
function
|
|
2135
|
-
const { themeSettings: o } =
|
|
2136
|
-
return /* @__PURE__ */ n(
|
|
2146
|
+
function _e({ question: e, onClick: t }) {
|
|
2147
|
+
const { themeSettings: o } = m();
|
|
2148
|
+
return /* @__PURE__ */ n(Wo, {
|
|
2137
2149
|
onClick: t,
|
|
2138
2150
|
theme: o,
|
|
2139
2151
|
children: e
|
|
2140
2152
|
});
|
|
2141
2153
|
}
|
|
2142
|
-
const
|
|
2154
|
+
const zo = /* @__PURE__ */ u("div", {
|
|
2143
2155
|
target: "eu11cc50",
|
|
2144
2156
|
label: "ListContainer"
|
|
2145
2157
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2146
|
-
function
|
|
2147
|
-
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, [
|
|
2148
2160
|
e,
|
|
2149
2161
|
r
|
|
2150
|
-
]), { themeSettings: a } =
|
|
2151
|
-
return /* @__PURE__ */ p(
|
|
2162
|
+
]), { themeSettings: a } = m();
|
|
2163
|
+
return /* @__PURE__ */ p(zo, {
|
|
2152
2164
|
"aria-label": "list of suggested questions",
|
|
2153
2165
|
theme: a,
|
|
2154
2166
|
children: [
|
|
2155
|
-
s.map((c) => /* @__PURE__ */ n(
|
|
2167
|
+
s.map((c) => /* @__PURE__ */ n(_e, {
|
|
2156
2168
|
question: c,
|
|
2157
2169
|
onClick: () => t(c)
|
|
2158
2170
|
}, c)),
|
|
2159
|
-
s.length < e.length && /* @__PURE__ */ n(
|
|
2171
|
+
s.length < e.length && /* @__PURE__ */ n(_e, {
|
|
2160
2172
|
question: o("ai.buttons.seeMore"),
|
|
2161
2173
|
onClick: () => i(!1)
|
|
2162
2174
|
})
|
|
2163
2175
|
]
|
|
2164
2176
|
});
|
|
2165
2177
|
}
|
|
2166
|
-
const
|
|
2178
|
+
const Zo = /* @__PURE__ */ u("div", {
|
|
2167
2179
|
target: "ebwb3nc0",
|
|
2168
2180
|
label: "Row"
|
|
2169
2181
|
})("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
|
|
@@ -2174,48 +2186,48 @@ const jo = /* @__PURE__ */ u("div", {
|
|
|
2174
2186
|
${o} 50%,
|
|
2175
2187
|
${t} 100%
|
|
2176
2188
|
)`;
|
|
2177
|
-
}, ";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", {
|
|
2178
2190
|
target: "ebwb3nc1",
|
|
2179
2191
|
label: "SkeletonContainer"
|
|
2180
2192
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
2181
2193
|
function Vo() {
|
|
2182
|
-
const { themeSettings: e } =
|
|
2183
|
-
return /* @__PURE__ */ n(
|
|
2194
|
+
const { themeSettings: e } = m();
|
|
2195
|
+
return /* @__PURE__ */ n(jo, {
|
|
2184
2196
|
children: Array.from({
|
|
2185
2197
|
length: 3
|
|
2186
|
-
}, (t, o) => /* @__PURE__ */ n(
|
|
2198
|
+
}, (t, o) => /* @__PURE__ */ n(Zo, {
|
|
2187
2199
|
theme: e
|
|
2188
2200
|
}, o))
|
|
2189
2201
|
});
|
|
2190
2202
|
}
|
|
2191
|
-
function
|
|
2203
|
+
function Go({ questions: e, isLoading: t, onSelection: o }) {
|
|
2192
2204
|
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2193
|
-
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(
|
|
2205
|
+
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(F, {
|
|
2194
2206
|
children: [
|
|
2195
2207
|
i && /* @__PURE__ */ n($, {
|
|
2196
2208
|
align: "left",
|
|
2197
2209
|
children: i
|
|
2198
2210
|
}),
|
|
2199
|
-
/* @__PURE__ */ n(
|
|
2211
|
+
/* @__PURE__ */ n($o, {
|
|
2200
2212
|
onSelection: o,
|
|
2201
2213
|
questions: e
|
|
2202
2214
|
})
|
|
2203
2215
|
]
|
|
2204
2216
|
}) : null;
|
|
2205
2217
|
}
|
|
2206
|
-
const
|
|
2218
|
+
const Qo = /* @__PURE__ */ u("div", {
|
|
2207
2219
|
target: "ew7avl30",
|
|
2208
2220
|
label: "ToolbarContainer"
|
|
2209
|
-
})("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", {
|
|
2210
2222
|
target: "ew7avl31",
|
|
2211
2223
|
label: "ToolbarTitle"
|
|
2212
|
-
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"),
|
|
2213
|
-
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, {
|
|
2214
2226
|
ref: s,
|
|
2215
2227
|
style: i,
|
|
2216
2228
|
children: [
|
|
2217
2229
|
o,
|
|
2218
|
-
/* @__PURE__ */ n(
|
|
2230
|
+
/* @__PURE__ */ n(_o, {
|
|
2219
2231
|
style: i,
|
|
2220
2232
|
children: t
|
|
2221
2233
|
}),
|
|
@@ -2225,13 +2237,13 @@ const _o = /* @__PURE__ */ u("div", {
|
|
|
2225
2237
|
})
|
|
2226
2238
|
]
|
|
2227
2239
|
});
|
|
2228
|
-
}),
|
|
2240
|
+
}), Uo = /* @__PURE__ */ u("div", {
|
|
2229
2241
|
target: "e14yc7id0",
|
|
2230
2242
|
label: "AiDisclaimerContainer"
|
|
2231
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, ";");
|
|
2232
|
-
function
|
|
2233
|
-
const { t } =
|
|
2234
|
-
return /* @__PURE__ */ p(
|
|
2244
|
+
function Ko({ theme: e }) {
|
|
2245
|
+
const { t } = S();
|
|
2246
|
+
return /* @__PURE__ */ p(Uo, {
|
|
2235
2247
|
theme: e,
|
|
2236
2248
|
children: [
|
|
2237
2249
|
/* @__PURE__ */ n("div", {
|
|
@@ -2246,18 +2258,8 @@ function Jo({ theme: e }) {
|
|
|
2246
2258
|
]
|
|
2247
2259
|
});
|
|
2248
2260
|
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
label: "Container"
|
|
2252
|
-
})("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 = () => {
|
|
2253
|
-
const { t: e } = w(), { themeSettings: t } = b();
|
|
2254
|
-
return /* @__PURE__ */ n(Yo, {
|
|
2255
|
-
theme: t,
|
|
2256
|
-
children: e("ai.betaLabel")
|
|
2257
|
-
});
|
|
2258
|
-
};
|
|
2259
|
-
function Xo() {
|
|
2260
|
-
const { themeSettings: e } = b();
|
|
2261
|
+
function Jo() {
|
|
2262
|
+
const { themeSettings: e } = m();
|
|
2261
2263
|
return /* @__PURE__ */ n("svg", {
|
|
2262
2264
|
width: "24",
|
|
2263
2265
|
height: "24",
|
|
@@ -2272,108 +2274,107 @@ function Xo() {
|
|
|
2272
2274
|
})
|
|
2273
2275
|
});
|
|
2274
2276
|
}
|
|
2275
|
-
const
|
|
2276
|
-
const o = new
|
|
2277
|
+
const Yo = (e, t) => {
|
|
2278
|
+
const o = new Jt(e);
|
|
2277
2279
|
return o.alpha = t, o;
|
|
2278
|
-
},
|
|
2280
|
+
}, Xo = /* @__PURE__ */ u("div", {
|
|
2279
2281
|
target: "e1rxvpki0",
|
|
2280
2282
|
label: "Container"
|
|
2281
|
-
})("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 ${
|
|
2282
|
-
const { themeSettings: t } =
|
|
2283
|
-
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, {
|
|
2284
2286
|
theme: t,
|
|
2285
2287
|
onClick: e,
|
|
2286
|
-
children: /* @__PURE__ */ n(
|
|
2288
|
+
children: /* @__PURE__ */ n(Jo, {})
|
|
2287
2289
|
});
|
|
2288
|
-
},
|
|
2290
|
+
}, tn = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ye, {
|
|
2289
2291
|
anchorEl: o,
|
|
2290
2292
|
open: e,
|
|
2291
2293
|
placement: "top",
|
|
2292
2294
|
sx: {
|
|
2293
2295
|
zIndex: 2
|
|
2294
2296
|
},
|
|
2295
|
-
children: /* @__PURE__ */ n(
|
|
2297
|
+
children: /* @__PURE__ */ n(en, {
|
|
2296
2298
|
onClick: t
|
|
2297
2299
|
})
|
|
2298
|
-
}),
|
|
2299
|
-
target: "
|
|
2300
|
+
}), on = /* @__PURE__ */ u("div", {
|
|
2301
|
+
target: "ednrf320",
|
|
2300
2302
|
label: "ChatBody"
|
|
2301
|
-
})("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%;"),
|
|
2302
|
-
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",
|
|
2303
2305
|
label: "ChatFooter"
|
|
2304
|
-
})("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;"),
|
|
2305
|
-
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",
|
|
2306
2308
|
label: "FollowupQuestionsContainer"
|
|
2307
2309
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2308
|
-
function
|
|
2309
|
-
var
|
|
2310
|
-
const { t: r } =
|
|
2310
|
+
function sn({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
2311
|
+
var qe, Oe, Ae;
|
|
2312
|
+
const { t: r } = S(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = m(), { data: d, isLoading: g, isError: h } = it({
|
|
2311
2313
|
contextTitle: e,
|
|
2312
2314
|
count: c
|
|
2313
|
-
}), C =
|
|
2315
|
+
}), C = B(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
|
|
2314
2316
|
d
|
|
2315
|
-
]), { history:
|
|
2316
|
-
|
|
2317
|
-
}, 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 = () => {
|
|
2318
2320
|
if (!(N != null && N.current))
|
|
2319
2321
|
return;
|
|
2320
|
-
const { scrollTop: R, clientHeight:
|
|
2321
|
-
if (R === void 0 ||
|
|
2322
|
+
const { scrollTop: R, clientHeight: A, scrollHeight: We } = N.current;
|
|
2323
|
+
if (R === void 0 || A === void 0 || We === void 0)
|
|
2322
2324
|
return;
|
|
2323
|
-
const
|
|
2324
|
-
J !==
|
|
2325
|
+
const ze = We - R - A > A / 2;
|
|
2326
|
+
J !== ze && fe(ze);
|
|
2325
2327
|
};
|
|
2326
|
-
|
|
2328
|
+
de(() => {
|
|
2327
2329
|
N.current && (N.current.scrollTop = N.current.scrollHeight);
|
|
2328
2330
|
}, [
|
|
2329
|
-
|
|
2331
|
+
b,
|
|
2330
2332
|
Q,
|
|
2331
2333
|
x
|
|
2332
2334
|
]);
|
|
2333
|
-
const X = U(null),
|
|
2335
|
+
const X = U(null), ae = s ? /* @__PURE__ */ n(ft, {
|
|
2334
2336
|
ref: X,
|
|
2335
2337
|
title: e,
|
|
2336
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
2338
|
+
leftNav: t && /* @__PURE__ */ n(Ao, {
|
|
2337
2339
|
onClick: t,
|
|
2338
2340
|
color: l.aiChat.header.textColor
|
|
2339
2341
|
}),
|
|
2340
|
-
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2341
2342
|
style: l.aiChat.header
|
|
2342
|
-
}) : null,
|
|
2343
|
-
...new Set(
|
|
2343
|
+
}) : null, O = B(() => [
|
|
2344
|
+
...new Set(b.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse())
|
|
2344
2345
|
].slice(0, a), [
|
|
2345
|
-
|
|
2346
|
+
b,
|
|
2346
2347
|
a,
|
|
2347
2348
|
C
|
|
2348
2349
|
]);
|
|
2349
|
-
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, {
|
|
2350
2351
|
children: [
|
|
2351
|
-
s &&
|
|
2352
|
-
/* @__PURE__ */ n(
|
|
2352
|
+
s && ae,
|
|
2353
|
+
/* @__PURE__ */ n(ut, {
|
|
2353
2354
|
text: y.message
|
|
2354
2355
|
})
|
|
2355
2356
|
]
|
|
2356
|
-
}) : /* @__PURE__ */ p(
|
|
2357
|
+
}) : /* @__PURE__ */ p(F, {
|
|
2357
2358
|
children: [
|
|
2358
|
-
|
|
2359
|
-
/* @__PURE__ */ p(
|
|
2359
|
+
ae,
|
|
2360
|
+
/* @__PURE__ */ p(on, {
|
|
2360
2361
|
ref: N,
|
|
2361
2362
|
theme: l,
|
|
2362
|
-
onScroll:
|
|
2363
|
+
onScroll: me,
|
|
2363
2364
|
children: [
|
|
2364
|
-
/* @__PURE__ */ n(
|
|
2365
|
+
/* @__PURE__ */ n(tn, {
|
|
2365
2366
|
isVisible: J,
|
|
2366
|
-
anchorElement:
|
|
2367
|
+
anchorElement: se.current,
|
|
2367
2368
|
onClick: () => {
|
|
2368
|
-
var R,
|
|
2369
|
-
(
|
|
2369
|
+
var R, A;
|
|
2370
|
+
(A = N.current) == null || A.scroll({
|
|
2370
2371
|
top: (R = N.current) == null ? void 0 : R.scrollHeight,
|
|
2371
2372
|
behavior: "smooth"
|
|
2372
2373
|
});
|
|
2373
2374
|
}
|
|
2374
2375
|
}),
|
|
2375
|
-
/* @__PURE__ */ n(
|
|
2376
|
-
/* @__PURE__ */ n(
|
|
2376
|
+
/* @__PURE__ */ n(_1, {}),
|
|
2377
|
+
/* @__PURE__ */ n(Go, {
|
|
2377
2378
|
questions: C || [],
|
|
2378
2379
|
isLoading: g,
|
|
2379
2380
|
onSelection: T
|
|
@@ -2382,12 +2383,12 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2382
2383
|
align: "left",
|
|
2383
2384
|
children: y.message
|
|
2384
2385
|
}),
|
|
2385
|
-
E ? /* @__PURE__ */ n(
|
|
2386
|
-
messages:
|
|
2386
|
+
E ? /* @__PURE__ */ n(Ce, {}) : /* @__PURE__ */ n(Oo, {
|
|
2387
|
+
messages: b
|
|
2387
2388
|
}),
|
|
2388
|
-
i &&
|
|
2389
|
+
i && w && ((Oe = (qe = w.followupQuestions) == null ? void 0 : qe.length) != null ? Oe : 0) > 0 && /* @__PURE__ */ n(rn, {
|
|
2389
2390
|
theme: l,
|
|
2390
|
-
children: (
|
|
2391
|
+
children: (Ae = w.followupQuestions) == null ? void 0 : Ae.slice(0, 2).map((R, A) => /* @__PURE__ */ n(ue, {
|
|
2391
2392
|
align: "left",
|
|
2392
2393
|
onClick: () => {
|
|
2393
2394
|
T(R);
|
|
@@ -2396,30 +2397,30 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2396
2397
|
className: "csdk-py-[7px] csdk-px-4",
|
|
2397
2398
|
children: R
|
|
2398
2399
|
})
|
|
2399
|
-
},
|
|
2400
|
+
}, A))
|
|
2400
2401
|
}),
|
|
2401
2402
|
(x || D) && /* @__PURE__ */ n(He, {}),
|
|
2402
|
-
Q && /* @__PURE__ */ n(
|
|
2403
|
+
Q && /* @__PURE__ */ n(eo, {
|
|
2403
2404
|
onCancel: q,
|
|
2404
2405
|
onConfirm: Y
|
|
2405
2406
|
})
|
|
2406
2407
|
]
|
|
2407
2408
|
}),
|
|
2408
|
-
/* @__PURE__ */ p(
|
|
2409
|
-
ref:
|
|
2409
|
+
/* @__PURE__ */ p(nn, {
|
|
2410
|
+
ref: se,
|
|
2410
2411
|
theme: l,
|
|
2411
2412
|
children: [
|
|
2412
|
-
/* @__PURE__ */ n(
|
|
2413
|
+
/* @__PURE__ */ n(G1, {
|
|
2413
2414
|
onSendMessage: T,
|
|
2414
2415
|
disabled: x || E,
|
|
2415
|
-
onClearHistoryClick:
|
|
2416
|
+
onClearHistoryClick: be,
|
|
2416
2417
|
suggestions: C || [],
|
|
2417
|
-
recentPrompts:
|
|
2418
|
+
recentPrompts: O,
|
|
2418
2419
|
isLoading: g || E,
|
|
2419
2420
|
recommendationsError: h,
|
|
2420
2421
|
onChange: q
|
|
2421
2422
|
}),
|
|
2422
|
-
/* @__PURE__ */ n(
|
|
2423
|
+
/* @__PURE__ */ n(Ko, {
|
|
2423
2424
|
theme: l
|
|
2424
2425
|
})
|
|
2425
2426
|
]
|
|
@@ -2427,64 +2428,64 @@ function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2427
2428
|
]
|
|
2428
2429
|
});
|
|
2429
2430
|
}
|
|
2430
|
-
const
|
|
2431
|
+
const an = /* @__PURE__ */ u("button", {
|
|
2431
2432
|
target: "e5a38pw0",
|
|
2432
2433
|
label: "Container"
|
|
2433
|
-
})("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", {
|
|
2434
2435
|
target: "e5a38pw1",
|
|
2435
2436
|
label: "Title"
|
|
2436
|
-
})("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", {
|
|
2437
2438
|
target: "e5a38pw2",
|
|
2438
2439
|
label: "Description"
|
|
2439
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) =>
|
|
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", {
|
|
2440
2441
|
target: "e5a38pw3",
|
|
2441
2442
|
label: "IconContainer"
|
|
2442
2443
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
2443
|
-
function
|
|
2444
|
-
const { title: t, description: o, onClick: r } = e, { themeSettings: i } =
|
|
2445
|
-
return /* @__PURE__ */ p(
|
|
2444
|
+
function un(e) {
|
|
2445
|
+
const { title: t, description: o, onClick: r } = e, { themeSettings: i } = m();
|
|
2446
|
+
return /* @__PURE__ */ p(an, {
|
|
2446
2447
|
onClick: r,
|
|
2447
2448
|
theme: i,
|
|
2448
2449
|
children: [
|
|
2449
2450
|
/* @__PURE__ */ p("div", {
|
|
2450
2451
|
children: [
|
|
2451
|
-
/* @__PURE__ */ n(
|
|
2452
|
+
/* @__PURE__ */ n(ln, {
|
|
2452
2453
|
theme: i,
|
|
2453
2454
|
children: t
|
|
2454
2455
|
}),
|
|
2455
|
-
/* @__PURE__ */ n(
|
|
2456
|
+
/* @__PURE__ */ n(cn, {
|
|
2456
2457
|
theme: i,
|
|
2457
2458
|
children: o
|
|
2458
2459
|
})
|
|
2459
2460
|
]
|
|
2460
2461
|
}),
|
|
2461
|
-
/* @__PURE__ */ n(
|
|
2462
|
-
children: /* @__PURE__ */ n(
|
|
2462
|
+
/* @__PURE__ */ n(dn, {
|
|
2463
|
+
children: /* @__PURE__ */ n(Ct, {
|
|
2463
2464
|
color: i.aiChat.icons.color
|
|
2464
2465
|
})
|
|
2465
2466
|
})
|
|
2466
2467
|
]
|
|
2467
2468
|
});
|
|
2468
2469
|
}
|
|
2469
|
-
const
|
|
2470
|
+
const hn = /* @__PURE__ */ u("div", {
|
|
2470
2471
|
target: "emrh5y30",
|
|
2471
2472
|
label: "FlexContainer"
|
|
2472
|
-
})("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", {
|
|
2473
2474
|
target: "emrh5y31",
|
|
2474
2475
|
label: "Title"
|
|
2475
|
-
})("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", {
|
|
2476
2477
|
target: "emrh5y32",
|
|
2477
2478
|
label: "Subtitle"
|
|
2478
2479
|
})("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
|
|
2479
|
-
function
|
|
2480
|
-
const { dataTopics: t } = e, { themeSettings: o } =
|
|
2481
|
-
return /* @__PURE__ */ p(
|
|
2480
|
+
function Cn(e) {
|
|
2481
|
+
const { dataTopics: t } = e, { themeSettings: o } = m(), { t: r } = S();
|
|
2482
|
+
return /* @__PURE__ */ p(hn, {
|
|
2482
2483
|
children: [
|
|
2483
|
-
/* @__PURE__ */ n(
|
|
2484
|
+
/* @__PURE__ */ n(pn, {
|
|
2484
2485
|
theme: o,
|
|
2485
2486
|
children: r("ai.dataTopics")
|
|
2486
2487
|
}),
|
|
2487
|
-
/* @__PURE__ */ p(
|
|
2488
|
+
/* @__PURE__ */ p(gn, {
|
|
2488
2489
|
theme: o,
|
|
2489
2490
|
children: [
|
|
2490
2491
|
r("ai.chatbotDescription"),
|
|
@@ -2493,15 +2494,15 @@ function bn(e) {
|
|
|
2493
2494
|
r("ai.topicSelectPrompt")
|
|
2494
2495
|
]
|
|
2495
2496
|
}),
|
|
2496
|
-
t.map((i) => /* @__PURE__ */
|
|
2497
|
+
t.map((i) => /* @__PURE__ */ Yt(un, M(v({}, i), {
|
|
2497
2498
|
key: i.title
|
|
2498
2499
|
})))
|
|
2499
2500
|
]
|
|
2500
2501
|
});
|
|
2501
2502
|
}
|
|
2502
|
-
const
|
|
2503
|
-
function
|
|
2504
|
-
const t = e ?
|
|
2503
|
+
const fn = "#000000", bn = "#FFFFFF";
|
|
2504
|
+
function mn({ isDarkBackground: e = !1 }) {
|
|
2505
|
+
const t = e ? bn : fn;
|
|
2505
2506
|
return /* @__PURE__ */ p("svg", {
|
|
2506
2507
|
width: "32",
|
|
2507
2508
|
height: "32",
|
|
@@ -2576,38 +2577,37 @@ function yn({ isDarkBackground: e = !1 }) {
|
|
|
2576
2577
|
]
|
|
2577
2578
|
});
|
|
2578
2579
|
}
|
|
2579
|
-
const
|
|
2580
|
-
target: "
|
|
2580
|
+
const xn = /* @__PURE__ */ u("div", {
|
|
2581
|
+
target: "ealudtn0",
|
|
2581
2582
|
label: "LogoContainer"
|
|
2582
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
2583
|
-
target: "
|
|
2583
|
+
})("margin-left:14px;margin-top:3px;"), yn = /* @__PURE__ */ u("div", {
|
|
2584
|
+
target: "ealudtn1",
|
|
2584
2585
|
label: "DataTopicsContainer"
|
|
2585
2586
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
2586
|
-
function
|
|
2587
|
-
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) => ({
|
|
2588
2589
|
title: c,
|
|
2589
2590
|
onClick: () => t(c)
|
|
2590
2591
|
})), [
|
|
2591
2592
|
e,
|
|
2592
2593
|
t
|
|
2593
|
-
]), a =
|
|
2594
|
-
return /* @__PURE__ */ p(
|
|
2594
|
+
]), a = Xt(e1(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2595
|
+
return /* @__PURE__ */ p(F, {
|
|
2595
2596
|
children: [
|
|
2596
|
-
o ? /* @__PURE__ */ n(
|
|
2597
|
+
o ? /* @__PURE__ */ n(ft, {
|
|
2597
2598
|
title: i("ai.analyticsChatbot"),
|
|
2598
|
-
leftNav: /* @__PURE__ */ n(
|
|
2599
|
-
children: /* @__PURE__ */ n(
|
|
2599
|
+
leftNav: /* @__PURE__ */ n(xn, {
|
|
2600
|
+
children: /* @__PURE__ */ n(mn, {
|
|
2600
2601
|
isDarkBackground: a
|
|
2601
2602
|
})
|
|
2602
2603
|
}),
|
|
2603
|
-
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2604
2604
|
style: r.aiChat.header
|
|
2605
2605
|
}) : null,
|
|
2606
|
-
/* @__PURE__ */ p(
|
|
2606
|
+
/* @__PURE__ */ p(yn, {
|
|
2607
2607
|
theme: r,
|
|
2608
2608
|
children: [
|
|
2609
|
-
!s && /* @__PURE__ */ n(
|
|
2610
|
-
s && /* @__PURE__ */ n(
|
|
2609
|
+
!s && /* @__PURE__ */ n(Ce, {}),
|
|
2610
|
+
s && /* @__PURE__ */ n(Cn, {
|
|
2611
2611
|
dataTopics: s
|
|
2612
2612
|
})
|
|
2613
2613
|
]
|
|
@@ -2615,12 +2615,12 @@ function kn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
|
2615
2615
|
]
|
|
2616
2616
|
});
|
|
2617
2617
|
}
|
|
2618
|
-
function
|
|
2619
|
-
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } =
|
|
2620
|
-
|
|
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);
|
|
2621
2621
|
}, [
|
|
2622
2622
|
d
|
|
2623
|
-
]), h =
|
|
2623
|
+
]), h = B(() => {
|
|
2624
2624
|
if (i && s === "idle") {
|
|
2625
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);
|
|
2626
2626
|
return g(x), x;
|
|
@@ -2631,69 +2631,57 @@ function Sn() {
|
|
|
2631
2631
|
s,
|
|
2632
2632
|
a,
|
|
2633
2633
|
g
|
|
2634
|
-
]), C = oe(),
|
|
2634
|
+
]), C = oe(), b = k(() => {
|
|
2635
2635
|
r(void 0), C.invalidateQueries([
|
|
2636
2636
|
"getDataTopics"
|
|
2637
2637
|
]);
|
|
2638
2638
|
}, [
|
|
2639
2639
|
C
|
|
2640
2640
|
]);
|
|
2641
|
-
return o ? /* @__PURE__ */ n(
|
|
2641
|
+
return o ? /* @__PURE__ */ n(ut, {
|
|
2642
2642
|
text: o,
|
|
2643
2643
|
action: {
|
|
2644
2644
|
text: l("ai.buttons.refresh"),
|
|
2645
|
-
onClick:
|
|
2645
|
+
onClick: b
|
|
2646
2646
|
}
|
|
2647
|
-
}) : h.length === 1 && !e ? /* @__PURE__ */ n(
|
|
2647
|
+
}) : h.length === 1 && !e ? /* @__PURE__ */ n(Ce, {}) : e ? /* @__PURE__ */ n(sn, {
|
|
2648
2648
|
contextTitle: e,
|
|
2649
2649
|
contextDetails: c,
|
|
2650
2650
|
onGoBack: h.length === 1 ? void 0 : () => t(void 0)
|
|
2651
|
-
}) : /* @__PURE__ */ n(
|
|
2651
|
+
}) : /* @__PURE__ */ n(vn, {
|
|
2652
2652
|
dataTopicsList: h,
|
|
2653
|
-
onDataTopicClick: (
|
|
2653
|
+
onDataTopicClick: (w) => t(w)
|
|
2654
2654
|
});
|
|
2655
2655
|
}
|
|
2656
|
-
const
|
|
2656
|
+
const zn = tt({
|
|
2657
2657
|
componentName: "Chatbot"
|
|
2658
2658
|
})((e) => {
|
|
2659
|
-
const { width: t, height: o, config: r } = e, { themeSettings: i } =
|
|
2660
|
-
return /* @__PURE__ */ n(
|
|
2659
|
+
const { width: t, height: o, config: r } = e, { themeSettings: i } = m();
|
|
2660
|
+
return /* @__PURE__ */ n(f1, {
|
|
2661
2661
|
value: r != null ? r : {},
|
|
2662
|
-
children: /* @__PURE__ */ n(
|
|
2662
|
+
children: /* @__PURE__ */ n(I1, {
|
|
2663
2663
|
id: "csdk-chatbot-frame",
|
|
2664
2664
|
width: t,
|
|
2665
2665
|
height: o,
|
|
2666
2666
|
theme: i,
|
|
2667
2667
|
tabIndex: 0,
|
|
2668
|
-
children: /* @__PURE__ */ n(
|
|
2668
|
+
children: /* @__PURE__ */ n(wn, {})
|
|
2669
2669
|
})
|
|
2670
2670
|
});
|
|
2671
|
-
}),
|
|
2671
|
+
}), $n = tt({
|
|
2672
2672
|
componentName: "GetNlgInsights"
|
|
2673
2673
|
})(function(t) {
|
|
2674
|
-
const { data: o, isLoading: r, isError: i } =
|
|
2675
|
-
if (i)
|
|
2676
|
-
return /* @__PURE__ */ n(B, {
|
|
2677
|
-
children: s("ai.errors.unexpected")
|
|
2678
|
-
});
|
|
2679
|
-
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2680
|
-
return /* @__PURE__ */ n(be, {
|
|
2681
|
-
text: r ? "Loading..." : a
|
|
2682
|
-
});
|
|
2683
|
-
}), Gn = Le({
|
|
2684
|
-
componentName: "GetNlgQueryResult"
|
|
2685
|
-
})(function(t) {
|
|
2686
|
-
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();
|
|
2687
2675
|
if (i)
|
|
2688
|
-
return /* @__PURE__ */ n(
|
|
2676
|
+
return /* @__PURE__ */ n(F, {
|
|
2689
2677
|
children: s("ai.errors.unexpected")
|
|
2690
2678
|
});
|
|
2691
2679
|
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2692
|
-
return /* @__PURE__ */ n(
|
|
2680
|
+
return /* @__PURE__ */ n(Pe, {
|
|
2693
2681
|
text: r ? "Loading..." : a
|
|
2694
2682
|
});
|
|
2695
2683
|
});
|
|
2696
|
-
function
|
|
2684
|
+
function kn({ theme: e }) {
|
|
2697
2685
|
const t = e.general.brandColor;
|
|
2698
2686
|
return /* @__PURE__ */ p("svg", {
|
|
2699
2687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2723,48 +2711,48 @@ function Mn({ theme: e }) {
|
|
|
2723
2711
|
]
|
|
2724
2712
|
});
|
|
2725
2713
|
}
|
|
2726
|
-
const
|
|
2714
|
+
const Sn = /* @__PURE__ */ u("div", {
|
|
2727
2715
|
target: "eit37yz0",
|
|
2728
2716
|
label: "FlexDiv"
|
|
2729
|
-
})("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", {
|
|
2730
2718
|
target: "eit37yz1",
|
|
2731
2719
|
label: "IconDiv"
|
|
2732
|
-
})("align-self:flex-start;"),
|
|
2733
|
-
const { themeSettings: o } =
|
|
2734
|
-
return /* @__PURE__ */ n(
|
|
2720
|
+
})("align-self:flex-start;"), Tn = ({ summary: e, nlgRequest: t }) => {
|
|
2721
|
+
const { themeSettings: o } = m();
|
|
2722
|
+
return /* @__PURE__ */ n(Se, {
|
|
2735
2723
|
sourceId: t.jaql.datasource.title,
|
|
2736
2724
|
data: t,
|
|
2737
2725
|
type: "chart/insights",
|
|
2738
2726
|
buttonVisibility: "always",
|
|
2739
|
-
renderContent: (r) => /* @__PURE__ */ p(
|
|
2727
|
+
renderContent: (r) => /* @__PURE__ */ p(Sn, {
|
|
2740
2728
|
theme: o,
|
|
2741
2729
|
children: [
|
|
2742
|
-
/* @__PURE__ */ n(
|
|
2730
|
+
/* @__PURE__ */ n(Mn, {
|
|
2743
2731
|
theme: o,
|
|
2744
|
-
children: /* @__PURE__ */ n(
|
|
2732
|
+
children: /* @__PURE__ */ n(kn, {
|
|
2745
2733
|
theme: o
|
|
2746
2734
|
})
|
|
2747
2735
|
}),
|
|
2748
|
-
/* @__PURE__ */ n(
|
|
2736
|
+
/* @__PURE__ */ n(Pe, {
|
|
2749
2737
|
text: e
|
|
2750
2738
|
}),
|
|
2751
2739
|
r
|
|
2752
2740
|
]
|
|
2753
2741
|
})
|
|
2754
2742
|
});
|
|
2755
|
-
},
|
|
2756
|
-
e.queryTitle =
|
|
2757
|
-
const { connectToWidgetProps: i } =
|
|
2743
|
+
}, Zn = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
|
|
2744
|
+
e.queryTitle = Zt(e.queryTitle);
|
|
2745
|
+
const { connectToWidgetProps: i } = jt({
|
|
2758
2746
|
initialFilters: r
|
|
2759
2747
|
}), [s, a] = L(null);
|
|
2760
2748
|
ne(() => {
|
|
2761
|
-
const h =
|
|
2749
|
+
const h = pe(e, {
|
|
2762
2750
|
useCustomizedStyleOptions: !0
|
|
2763
2751
|
});
|
|
2764
2752
|
if (!h)
|
|
2765
2753
|
a(null);
|
|
2766
2754
|
else {
|
|
2767
|
-
o && h.styleOptions && (h.styleOptions =
|
|
2755
|
+
o && h.styleOptions && (h.styleOptions = t1(h.styleOptions, o));
|
|
2768
2756
|
const C = i(h, {
|
|
2769
2757
|
shouldAffectFilters: !1,
|
|
2770
2758
|
applyMode: "filter"
|
|
@@ -2776,8 +2764,8 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2776
2764
|
i,
|
|
2777
2765
|
o
|
|
2778
2766
|
]);
|
|
2779
|
-
const c =
|
|
2780
|
-
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()));
|
|
2781
2769
|
return M(v({}, e), {
|
|
2782
2770
|
jaql: M(v({}, e.jaql), {
|
|
2783
2771
|
metadata: C
|
|
@@ -2787,16 +2775,16 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2787
2775
|
}, [
|
|
2788
2776
|
e,
|
|
2789
2777
|
s
|
|
2790
|
-
]), { data: l, isLoading: d, isError: g } =
|
|
2791
|
-
return d || !s ? /* @__PURE__ */ n(He, {}) :
|
|
2778
|
+
]), { data: l, isLoading: d, isError: g } = ge(c);
|
|
2779
|
+
return d || !s ? /* @__PURE__ */ n(He, {}) : we(s) ? /* @__PURE__ */ n(te, M(v({}, s), {
|
|
2792
2780
|
highlightSelectionDisabled: !0,
|
|
2793
2781
|
onDataReady: t,
|
|
2794
|
-
topSlot: l && !g && /* @__PURE__ */ n(
|
|
2782
|
+
topSlot: l && !g && /* @__PURE__ */ n(Tn, {
|
|
2795
2783
|
nlgRequest: c,
|
|
2796
2784
|
summary: l
|
|
2797
2785
|
})
|
|
2798
|
-
})) : /* @__PURE__ */ n(
|
|
2799
|
-
},
|
|
2786
|
+
})) : /* @__PURE__ */ n(F, {});
|
|
2787
|
+
}, Ln = new Ke({
|
|
2800
2788
|
defaultOptions: {
|
|
2801
2789
|
queries: {
|
|
2802
2790
|
refetchOnWindowFocus: !1,
|
|
@@ -2804,34 +2792,34 @@ const Tn = /* @__PURE__ */ u("div", {
|
|
|
2804
2792
|
}
|
|
2805
2793
|
}
|
|
2806
2794
|
});
|
|
2807
|
-
function
|
|
2808
|
-
return /* @__PURE__ */ n(
|
|
2809
|
-
children: /* @__PURE__ */ n(
|
|
2795
|
+
function jn({ children: e, context: t }) {
|
|
2796
|
+
return /* @__PURE__ */ n(rt, {
|
|
2797
|
+
children: /* @__PURE__ */ n(Ie.Provider, {
|
|
2810
2798
|
value: t == null ? void 0 : t.api,
|
|
2811
|
-
children: /* @__PURE__ */ n(
|
|
2812
|
-
client:
|
|
2799
|
+
children: /* @__PURE__ */ n(Je, {
|
|
2800
|
+
client: Ln,
|
|
2813
2801
|
children: e
|
|
2814
2802
|
})
|
|
2815
2803
|
})
|
|
2816
2804
|
});
|
|
2817
2805
|
}
|
|
2818
2806
|
export {
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
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
|
+
On as useGetQueryRecommendations,
|
|
2822
|
+
An as useLastNlqResponse,
|
|
2823
|
+
Qn as widgetComposer
|
|
2836
2824
|
};
|
|
2837
|
-
(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";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,.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)}})();
|