@sisense/sdk-ui 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/ai/api/chat-rest-api.d.ts +3 -4
  2. package/dist/ai/api/hooks.d.ts +2 -2
  3. package/dist/ai/api/types.d.ts +2 -16
  4. package/dist/ai/buttons/scroll-to-bottom-button.d.ts +3 -0
  5. package/dist/ai/buttons/thumbs-down-button.d.ts +2 -1
  6. package/dist/ai/buttons/thumbs-up-button.d.ts +2 -1
  7. package/dist/ai/chat-config.d.ts +18 -0
  8. package/dist/ai/chat-dropup.d.ts +2 -1
  9. package/dist/ai/chat-input.d.ts +3 -1
  10. package/dist/ai/common/constants.d.ts +1 -0
  11. package/dist/ai/common/icon-button.d.ts +2 -3
  12. package/dist/ai/common/tooltip.d.ts +2 -2
  13. package/dist/ai/data-topics/data-topic-list.d.ts +0 -1
  14. package/dist/ai/icons/light-bulb-icon.d.ts +1 -3
  15. package/dist/ai/icons/scroll-to-bottom-icon.d.ts +1 -0
  16. package/dist/ai/index.d.ts +1 -0
  17. package/dist/ai/messages/clickable-message.d.ts +2 -1
  18. package/dist/ai/messages/feedback-wrapper.d.ts +2 -2
  19. package/dist/ai/messages/text-message.d.ts +5 -0
  20. package/dist/ai/scroll-to-bottom.d.ts +7 -0
  21. package/dist/ai/use-last-nlq-response.d.ts +19 -0
  22. package/dist/ai.cjs +471 -0
  23. package/dist/ai.js +1143 -1228
  24. package/dist/api/types/dashboard-dto.d.ts +2 -1
  25. package/dist/app/client-application.d.ts +1 -0
  26. package/dist/chart/helpers/use-chart-renderer-props.d.ts +1 -0
  27. package/dist/chart/helpers/use-synced-data.d.ts +1 -1
  28. package/dist/chart-options-processor/chart-options-service.d.ts +4 -0
  29. package/dist/chart-options-processor/subtype-to-design-options.d.ts +13 -1
  30. package/dist/chart-options-processor/translations/funnel-plot-options.d.ts +2 -1
  31. package/dist/chart-options-processor/translations/pie-plot-options.d.ts +2 -1
  32. package/dist/chart-options-processor/translations/tooltip-utils.d.ts +2 -0
  33. package/dist/common/components/loading-indicator.d.ts +17 -4
  34. package/dist/common/components/loading-overlay.d.ts +1 -0
  35. package/dist/common/hooks/use-fetch.d.ts +1 -1
  36. package/dist/common/hooks/use-has-changed.d.ts +9 -0
  37. package/dist/common/hooks/use-should-load.d.ts +12 -0
  38. package/dist/common-filters/common-filters-connector.d.ts +9 -0
  39. package/dist/common-filters/selection-utils.d.ts +11 -0
  40. package/dist/common-filters/types.d.ts +14 -0
  41. package/dist/common-filters/use-common-filters.d.ts +13 -0
  42. package/dist/common-filters/utils.d.ts +9 -0
  43. package/dist/common-filters/widget-header-clear-selection-button.d.ts +3 -0
  44. package/dist/dashboard/components/content-panel.d.ts +41 -0
  45. package/dist/dashboard/components/dashboard-container.d.ts +2 -0
  46. package/dist/dashboard/components/dashboard-header.d.ts +2 -0
  47. package/dist/dashboard/components/plugin-service.d.ts +21 -0
  48. package/dist/dashboard/constants.d.ts +2 -0
  49. package/dist/dashboard/dashboard-by-id.d.ts +7 -0
  50. package/dist/dashboard/dashboard.d.ts +8 -0
  51. package/dist/dashboard/types.d.ts +44 -0
  52. package/dist/dashboard/utils.d.ts +2 -0
  53. package/dist/dashboard-widget/translate-dashboard-filters.d.ts +4772 -2
  54. package/dist/dashboard-widget/translate-widget-data-options.d.ts +1 -1
  55. package/dist/dashboard-widget/translate-widget-filters.d.ts +200 -37
  56. package/dist/dashboard-widget/types.d.ts +1 -0
  57. package/dist/dashboard-widget/utils.d.ts +3 -1
  58. package/dist/dynamic-size-container/dynamic-size-container.d.ts +8 -0
  59. package/dist/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +25 -0
  60. package/dist/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +21 -0
  61. package/dist/filters/components/cascading-filter-tile/index.d.ts +1 -0
  62. package/dist/filters/components/common/date-range-field-button.d.ts +3 -6
  63. package/dist/filters/components/criteria-filter-tile/criteria-filter-operations.d.ts +2 -2
  64. package/dist/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +6 -0
  65. package/dist/filters/components/custom-filter-tile.d.ts +43 -0
  66. package/dist/filters/components/date-filter/date-filter/date-filter.d.ts +15 -0
  67. package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-display.d.ts +6 -0
  68. package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +12 -0
  69. package/dist/filters/components/date-filter/date-range-filter-tile/editable-date-range-filter.d.ts +14 -0
  70. package/dist/filters/components/date-filter/date-range-filter-tile/use-date-limits.d.ts +1 -2
  71. package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +8 -2
  72. package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +4 -4
  73. package/dist/filters/components/filter-tile.d.ts +21 -1
  74. package/dist/filters/components/filters-panel/filters-panel-tile.d.ts +4 -2
  75. package/dist/filters/components/filters-panel/filters-panel.d.ts +4 -2
  76. package/dist/filters/components/icons/arrow-icon.d.ts +6 -0
  77. package/dist/filters/components/icons/double-arrow-icon.d.ts +6 -0
  78. package/dist/filters/components/member-filter-tile/member-filter-tile.d.ts +4 -1
  79. package/dist/filters/components/member-filter-tile/member-list.d.ts +1 -1
  80. package/dist/filters/hooks/use-synchronized-filter.d.ts +12 -0
  81. package/dist/filters/index.d.ts +2 -0
  82. package/dist/filters/utils.d.ts +7 -0
  83. package/dist/highcharts-memorized.d.ts +1 -1
  84. package/dist/index.cjs +830 -0
  85. package/dist/index.d.ts +2 -0
  86. package/dist/index.js +25012 -20426
  87. package/dist/models/dashboard/dashboard-model.d.ts +66 -0
  88. package/dist/models/dashboard/get-dashboard-model.d.ts +3 -1
  89. package/dist/models/dashboard/get-dashboard-models.d.ts +2 -1
  90. package/dist/models/dashboard/index.d.ts +1 -1
  91. package/dist/models/dashboard/translate-dashboard-utils.d.ts +7 -0
  92. package/dist/models/dashboard/types.d.ts +5 -14
  93. package/dist/models/dashboard/use-get-dashboard-model.d.ts +1 -1
  94. package/dist/models/dashboard/use-get-dashboard-models.d.ts +1 -1
  95. package/dist/models/widget/get-widget-model.d.ts +2 -1
  96. package/dist/models/widget/translate-widget.d.ts +5 -2
  97. package/dist/models/widget/types.d.ts +9 -0
  98. package/dist/models/widget/widget-model.d.ts +31 -1
  99. package/dist/query/query-result-date-formatting.d.ts +1 -0
  100. package/dist/query-execution/query-params-comparator.d.ts +1 -7
  101. package/dist/query-execution/use-execute-pivot-query.d.ts +2 -5
  102. package/dist/query-execution/use-execute-query-by-widget-id.d.ts +3 -4
  103. package/dist/translation/resources/en.d.ts +5 -0
  104. package/dist/translation/resources/index.d.ts +10 -0
  105. package/dist/types.d.ts +40 -13
  106. package/dist/useQuery-C8plkncQ.cjs +603 -0
  107. package/dist/{debounce-BbwkW3DX.js → useQuery-D5W0RM1R.js} +21443 -21103
  108. package/dist/utils/create-cache.d.ts +0 -1
  109. package/dist/utils/utility-types.d.ts +1 -0
  110. package/dist/widgets/common/drilldown-breadcrumbs/styled-buttons.d.ts +2 -2
  111. package/package.json +12 -8
  112. package/dist/ai/icons/thumbs-down-hovered-icon.d.ts +0 -2
  113. package/dist/ai/icons/thumbs-up-hovered-icon.d.ts +0 -2
  114. package/dist/ai/messages/clear-history-success-message.d.ts +0 -1
  115. package/dist/filters/components/icons/arrow-right-icon.d.ts +0 -2
  116. package/dist/filters/components/icons/double-arrow-right-icon.d.ts +0 -2
  117. package/dist/models/dashboard/translate-dashboard.d.ts +0 -4
package/dist/ai.js CHANGED
@@ -1,46 +1,47 @@
1
- var ae = Object.defineProperty, le = Object.defineProperties;
2
- var ce = Object.getOwnPropertyDescriptors;
3
- var t1 = Object.getOwnPropertySymbols;
4
- var M1 = Object.prototype.hasOwnProperty, S1 = Object.prototype.propertyIsEnumerable;
5
- var c1 = (e, t, n) => t in e ? ae(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, w = (e, t) => {
1
+ var ct = Object.defineProperty, dt = Object.defineProperties;
2
+ var ut = Object.getOwnPropertyDescriptors;
3
+ var re = Object.getOwnPropertySymbols;
4
+ var Ee = Object.prototype.hasOwnProperty, Te = Object.prototype.propertyIsEnumerable;
5
+ var pe = (e, t, n) => t in e ? ct(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, R = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- M1.call(t, n) && c1(e, n, t[n]);
8
- if (t1)
9
- for (var n of t1(t))
10
- S1.call(t, n) && c1(e, n, t[n]);
7
+ Ee.call(t, n) && pe(e, n, t[n]);
8
+ if (re)
9
+ for (var n of re(t))
10
+ Te.call(t, n) && pe(e, n, t[n]);
11
11
  return e;
12
- }, N = (e, t) => le(e, ce(t));
13
- var R1 = (e, t) => {
12
+ }, N = (e, t) => dt(e, ut(t));
13
+ var $e = (e, t) => {
14
14
  var n = {};
15
- for (var o in e)
16
- M1.call(e, o) && t.indexOf(o) < 0 && (n[o] = e[o]);
17
- if (e != null && t1)
18
- for (var o of t1(e))
19
- t.indexOf(o) < 0 && S1.call(e, o) && (n[o] = e[o]);
15
+ for (var r in e)
16
+ Ee.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
17
+ if (e != null && re)
18
+ for (var r of re(e))
19
+ t.indexOf(r) < 0 && Te.call(e, r) && (n[r] = e[r]);
20
20
  return n;
21
21
  };
22
- var y = (e, t, n) => (c1(e, typeof t != "symbol" ? t + "" : t, n), n);
23
- var k = (e, t, n) => new Promise((o, i) => {
24
- var a = (c) => {
22
+ var T = (e, t, n) => (pe(e, typeof t != "symbol" ? t + "" : t, n), n);
23
+ var k = (e, t, n) => new Promise((r, i) => {
24
+ var s = (c) => {
25
25
  try {
26
26
  l(n.next(c));
27
27
  } catch (d) {
28
28
  i(d);
29
29
  }
30
- }, s = (c) => {
30
+ }, a = (c) => {
31
31
  try {
32
32
  l(n.throw(c));
33
33
  } catch (d) {
34
34
  i(d);
35
35
  }
36
- }, l = (c) => c.done ? o(c.value) : Promise.resolve(c.value).then(a, s);
36
+ }, l = (c) => c.done ? r(c.value) : Promise.resolve(c.value).then(s, a);
37
37
  l((n = n.apply(e, t)).next());
38
38
  });
39
- import { cz as de, cA as ue, cB as O1, cC as he, cD as K, cE as pe, cF as Ce, cG as ge, b0 as fe, $ as me, b1 as be, a0 as xe, f as ye, co as Q, Y as I1, cH as ve, n as m, l as S, aN as v, bE as ke, cI as we, bh as Le, bg as Me, bi as o1, cJ as Se, cK as Re, br as Z, bk as q, cL as F1, bt as Ee, cM as He, bm as Te, cN as $e, bo as d1, bp as C, bs as Ne, cO as De, cP as P1, aK as Be, be as Oe, cQ as Ie, bC as Fe, cR as Pe, a5 as Ae, M as u1, H as E1, cS as We, cT as qe, cU as je, cV as Ve, cW as Ze, cX as Qe, cY as ze, cZ as Ge, cp as H1, aX as T1, bG as Ue, aI as _e, aJ as Ke, aM as A1 } from "./debounce-BbwkW3DX.js";
40
- import { jsx as r, jsxs as u, Fragment as T } from "react/jsx-runtime";
41
- import * as A from "react";
42
- import { createContext as f1, useMemo as B, useContext as W1, useEffect as Y, useCallback as H, useState as L, useRef as _, useLayoutEffect as m1, Component as Ye, createElement as C1, isValidElement as Xe, Children as Je, memo as et, forwardRef as tt } from "react";
43
- class nt extends de {
39
+ import { cM as ht, cN as pt, cO as Oe, cP as gt, cQ as K, cR as Ct, cS as ft, cT as mt, cq as bt, Y as xt, cr as yt, a0 as vt, f as wt, cD as _, X as We, cU as kt, n as u, l as L, Z as b, bn as Pe, aZ as St, cV as Rt, b0 as Lt, a$ as Mt, b1 as le, cW as Et, cX as Tt, ba as G, b3 as Q, cY as Ae, bc as $t, cZ as Ht, b5 as Bt, c_ as Dt, b7 as ge, b8 as p, bb as Nt, c$ as Ft, d0 as qe, d1 as It, bl as Ot, aM as ze, d2 as Wt, d3 as Pt, d4 as At, d5 as qt, aU as He, aV as Be, bp as zt, d6 as Vt, aK as Zt, aL as Qt, aO as Ve } from "./useQuery-D5W0RM1R.js";
40
+ import { d8 as Mr, d7 as Er } from "./useQuery-D5W0RM1R.js";
41
+ import { jsx as o, jsxs as h, Fragment as D } from "react/jsx-runtime";
42
+ import * as z from "react";
43
+ import { createContext as xe, useMemo as F, useContext as Ze, useEffect as Y, useCallback as $, useState as M, useRef as U, useLayoutEffect as se, Component as jt, createElement as me, isValidElement as Gt, memo as Ut, forwardRef as _t } from "react";
44
+ class Kt extends ht {
44
45
  constructor(t, n) {
45
46
  super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
46
47
  }
@@ -49,8 +50,8 @@ class nt extends de {
49
50
  }
50
51
  setOptions(t) {
51
52
  var n;
52
- const o = this.options;
53
- this.options = this.client.defaultMutationOptions(t), ue(o, this.options) || this.client.getMutationCache().notify({
53
+ const r = this.options;
54
+ this.options = this.client.defaultMutationOptions(t), pt(r, this.options) || this.client.getMutationCache().notify({
54
55
  type: "observerOptionsUpdated",
55
56
  mutation: this.currentMutation,
56
57
  observer: this
@@ -78,12 +79,12 @@ class nt extends de {
78
79
  });
79
80
  }
80
81
  mutate(t, n) {
81
- return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, N(w({}, this.options), {
82
+ return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, N(R({}, this.options), {
82
83
  variables: typeof t != "undefined" ? t : this.options.variables
83
84
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
84
85
  }
85
86
  updateResult() {
86
- const t = this.currentMutation ? this.currentMutation.state : he(), n = N(w({}, t), {
87
+ const t = this.currentMutation ? this.currentMutation.state : gt(), n = N(R({}, t), {
87
88
  isLoading: t.status === "loading",
88
89
  isSuccess: t.status === "success",
89
90
  isError: t.status === "error",
@@ -94,93 +95,88 @@ class nt extends de {
94
95
  this.currentResult = n;
95
96
  }
96
97
  notify(t) {
97
- O1.batch(() => {
98
+ Oe.batch(() => {
98
99
  if (this.mutateOptions && this.hasListeners()) {
99
100
  if (t.onSuccess) {
100
- var n, o, i, a;
101
- (n = (o = this.mutateOptions).onSuccess) == null || n.call(o, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (a = this.mutateOptions).onSettled) == null || i.call(a, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
101
+ var n, r, i, s;
102
+ (n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (s = this.mutateOptions).onSettled) == null || i.call(s, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
102
103
  } else if (t.onError) {
103
- var s, l, c, d;
104
- (s = (l = this.mutateOptions).onError) == null || s.call(l, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (c = (d = this.mutateOptions).onSettled) == null || c.call(d, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
104
+ var a, l, c, d;
105
+ (a = (l = this.mutateOptions).onError) == null || a.call(l, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (c = (d = this.mutateOptions).onSettled) == null || c.call(d, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
105
106
  }
106
107
  }
107
108
  t.listeners && this.listeners.forEach(({
108
- listener: h
109
+ listener: g
109
110
  }) => {
110
- h(this.currentResult);
111
+ g(this.currentResult);
111
112
  });
112
113
  });
113
114
  }
114
115
  }
115
- function b1(e, t, n) {
116
- const o = ge(e, t), i = K({
117
- context: o.context
118
- }), [a] = A.useState(() => new nt(i, o));
119
- A.useEffect(() => {
120
- a.setOptions(o);
121
- }, [a, o]);
122
- const s = pe(A.useCallback((c) => a.subscribe(O1.batchCalls(c)), [a]), () => a.getCurrentResult(), () => a.getCurrentResult()), l = A.useCallback((c, d) => {
123
- a.mutate(c, d).catch(rt);
124
- }, [a]);
125
- if (s.error && Ce(a.options.useErrorBoundary, [s.error]))
126
- throw s.error;
127
- return N(w({}, s), {
116
+ function ye(e, t, n) {
117
+ const r = mt(e, t), i = K({
118
+ context: r.context
119
+ }), [s] = z.useState(() => new Kt(i, r));
120
+ z.useEffect(() => {
121
+ s.setOptions(r);
122
+ }, [s, r]);
123
+ const a = Ct(z.useCallback((c) => s.subscribe(Oe.batchCalls(c)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), l = z.useCallback((c, d) => {
124
+ s.mutate(c, d).catch(Yt);
125
+ }, [s]);
126
+ if (a.error && ft(s.options.useErrorBoundary, [a.error]))
127
+ throw a.error;
128
+ return N(R({}, a), {
128
129
  mutate: l,
129
- mutateAsync: s.mutate
130
+ mutateAsync: a.mutate
130
131
  });
131
132
  }
132
- function rt() {
133
+ function Yt() {
133
134
  }
134
- class ot {
135
+ class Xt {
135
136
  constructor(t) {
136
- y(this, "httpClient");
137
- y(this, "getDataModels", () => k(this, null, function* () {
138
- return (yield this.httpClient.get("api/v2/datamodels/schema")).filter((n) => n);
139
- }));
140
- y(this, "getPerspectives", () => k(this, null, function* () {
141
- return this.httpClient.get("api/v2/perspectives");
142
- }));
137
+ T(this, "httpClient");
138
+ T(this, "getChatContexts", () => this.httpClient.get("api/datasources?sharedWith=r,w"));
143
139
  // ==== /v2/ai endpoints ====
144
- y(this, "getNlgQueryResult", (t) => k(this, null, function* () {
140
+ T(this, "getNlgQueryResult", (t) => k(this, null, function* () {
145
141
  return this.httpClient.post("api/v2/ai/nlg/queryResult", t);
146
142
  }));
147
- y(this, "getQueryRecommendations", (t, n) => k(this, null, function* () {
143
+ T(this, "getQueryRecommendations", (t, n) => k(this, null, function* () {
148
144
  return this.httpClient.get(
149
145
  `api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}`
150
146
  );
151
147
  }));
152
- y(this, "setLlmConfig", (t) => k(this, null, function* () {
148
+ T(this, "setLlmConfig", (t) => k(this, null, function* () {
153
149
  return this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
154
150
  console.error("Unable to set llm config", n);
155
151
  });
156
152
  }));
157
153
  // ==== /v2/ai/chats endpoints ====
158
- y(this, "getAllChats", () => k(this, null, function* () {
154
+ T(this, "getAllChats", () => k(this, null, function* () {
159
155
  return this.httpClient.get("api/v2/ai/chats");
160
156
  }));
161
- y(this, "getChatById", (t) => k(this, null, function* () {
157
+ T(this, "getChatById", (t) => k(this, null, function* () {
162
158
  return this.httpClient.get(`api/v2/ai/chats/${t}`);
163
159
  }));
164
- y(this, "createChat", (t) => k(this, null, function* () {
165
- return this.httpClient.post("api/v2/ai/chats", { contextId: t });
160
+ T(this, "createChat", (t) => k(this, null, function* () {
161
+ return this.httpClient.post("api/v2/ai/chats", { sourceId: t });
166
162
  }));
167
- y(this, "postChat", (t, n) => k(this, null, function* () {
163
+ T(this, "postChat", (t, n) => k(this, null, function* () {
168
164
  return this.httpClient.post(`api/v2/ai/chats/${t}`, n);
169
165
  }));
170
- y(this, "deleteChatHistory", (t) => k(this, null, function* () {
166
+ T(this, "deleteChatHistory", (t) => k(this, null, function* () {
171
167
  return this.httpClient.delete(`api/v2/ai/chats/${t}/history`);
172
168
  }));
173
- y(this, "sendFeedback", (t) => k(this, null, function* () {
169
+ T(this, "sendFeedback", (t) => k(this, null, function* () {
174
170
  return this.httpClient.post("api/v2/ai/feedback", t);
175
171
  }));
176
172
  // ==== misc endpoints ====
177
- y(this, "getDataSourceFields", (t) => k(this, null, function* () {
173
+ T(this, "getDataSourceFields", (t) => k(this, null, function* () {
178
174
  return this.httpClient.post(`api/datasources/${encodeURIComponent(t)}/fields/search`, {
179
175
  offset: 0,
180
176
  count: 9999
181
177
  });
182
178
  }));
183
- y(this, "ai", {
179
+ T(this, "ai", {
184
180
  getNlgQueryResult: this.getNlgQueryResult,
185
181
  getQueryRecommendations: this.getQueryRecommendations,
186
182
  setLlmConfig: this.setLlmConfig,
@@ -199,17 +195,17 @@ class ot {
199
195
  this.httpClient = t;
200
196
  }
201
197
  }
202
- const it = new fe({
198
+ const Jt = new bt({
203
199
  defaultOptions: {
204
200
  queries: {
205
201
  refetchOnWindowFocus: !1,
206
202
  refetchOnMount: !1
207
203
  }
208
204
  }
209
- }), q1 = f1(void 0), O = () => W1(q1), st = ({ children: e }) => {
210
- const { app: t } = me(), n = B(() => t ? new ot(t.httpClient) : void 0, [t]);
211
- return /* @__PURE__ */ r(q1.Provider, { value: n, children: /* @__PURE__ */ r(be, { client: it, children: e }) });
212
- }, at = `
205
+ }), Qe = xe(void 0), P = () => Ze(Qe), en = ({ children: e }) => {
206
+ const { app: t } = xt(), n = F(() => t ? new Xt(t.httpClient) : void 0, [t]);
207
+ return /* @__PURE__ */ o(Qe.Provider, { value: n, children: /* @__PURE__ */ o(yt, { client: Jt, children: e }) });
208
+ }, tn = `
213
209
  =================================================================
214
210
  WARNING: You are importing a component from @sisense/sdk-ui/ai.
215
211
  This component is currently in PRIVATE PREVIEW and is exclusively
@@ -218,26 +214,26 @@ available to a select group of pre-approved customers.
218
214
  As a preview feature, this component may have limited support
219
215
  and is subject to potential changes.
220
216
  =================================================================`;
221
- function mn({ children: e }) {
217
+ function br({ children: e }) {
222
218
  return Y(() => {
223
- console.warn(at);
224
- }, []), /* @__PURE__ */ r(st, { children: e });
219
+ console.warn(tn);
220
+ }, []), /* @__PURE__ */ o(en, { children: e });
225
221
  }
226
- const x1 = (e, t = !0) => {
227
- const n = B(() => {
228
- var h, p;
222
+ const ve = (e, t = !0) => {
223
+ const n = F(() => {
224
+ var g, C;
229
225
  if ("jaql" in e)
230
226
  return e;
231
227
  {
232
228
  let f;
233
- ve(e.dataSource) ? f = { title: e.dataSource.title, live: e.dataSource.type === "live" } : f = e.dataSource;
234
- const { filters: b = [], relations: x } = xe(e.filters), { metadata: g, filterRelations: R } = ye(
229
+ kt(e.dataSource) ? f = { title: e.dataSource.title, live: e.dataSource.type === "live" } : f = e.dataSource;
230
+ const { filters: S = [], relations: w } = vt(e.filters), { metadata: m, filterRelations: x } = wt(
235
231
  {
236
232
  dataSource: e.dataSource,
237
- attributes: (h = e.dimensions) != null ? h : [],
238
- measures: (p = e.measures) != null ? p : [],
239
- filters: b,
240
- filterRelations: x,
233
+ attributes: (g = e.dimensions) != null ? g : [],
234
+ measures: (C = e.measures) != null ? C : [],
235
+ filters: S,
236
+ filterRelations: w,
241
237
  highlights: []
242
238
  },
243
239
  !0
@@ -245,130 +241,114 @@ const x1 = (e, t = !0) => {
245
241
  return {
246
242
  jaql: {
247
243
  datasource: f,
248
- metadata: g,
249
- filterRelations: R
244
+ metadata: m,
245
+ filterRelations: x
250
246
  }
251
247
  };
252
248
  }
253
- }, [e]), o = O(), { data: i, error: a, isError: s, isLoading: l, isSuccess: c, refetch: d } = Q({
254
- queryKey: ["getNlgQueryResult", n, o],
255
- queryFn: () => o == null ? void 0 : o.ai.getNlgQueryResult(n),
256
- select: (h) => {
257
- var p;
258
- return (p = h == null ? void 0 : h.data) == null ? void 0 : p.answer;
249
+ }, [e]), r = P(), { data: i, error: s, isError: a, isLoading: l, isSuccess: c, refetch: d } = _({
250
+ queryKey: ["getNlgQueryResult", n, r],
251
+ queryFn: () => r == null ? void 0 : r.ai.getNlgQueryResult(n),
252
+ select: (g) => {
253
+ var C;
254
+ return (C = g == null ? void 0 : g.data) == null ? void 0 : C.answer;
259
255
  },
260
- enabled: !!o && t
256
+ enabled: !!r && t
261
257
  });
262
258
  return {
263
259
  isLoading: l,
264
- isError: s,
260
+ isError: a,
265
261
  isSuccess: c,
266
262
  data: i,
267
- error: a,
268
- refetch: H(() => {
263
+ error: s,
264
+ refetch: $(() => {
269
265
  d();
270
266
  }, [d])
271
267
  };
272
- }, lt = (e) => {
273
- const o = e, { enabled: t } = o, n = R1(o, ["enabled"]);
274
- return x1(n, t);
275
- }, bn = I1("useGetNlgQueryResult")(
276
- lt
277
- ), j1 = Object.freeze({
268
+ }, nn = (e) => {
269
+ const r = e, { enabled: t } = r, n = $e(r, ["enabled"]);
270
+ return ve(n, t);
271
+ }, xr = We("useGetNlgQueryResult")(
272
+ nn
273
+ ), je = Object.freeze({
278
274
  enableFollowupQuestions: !1,
279
275
  enableHeader: !0,
280
276
  enableInsights: !0,
281
277
  numOfRecommendations: 4,
282
278
  numOfRecentPrompts: 5,
283
- inputPromptText: "Ask a question"
284
- }), V1 = f1(w({}, j1)), W = () => W1(V1), ct = ({ children: e, value: t }) => {
279
+ inputPromptText: 'Ask a question or type "/" for ideas',
280
+ welcomeText: "Welcome to the Analytics Assistant! I can help you explore and gain insights from your data.",
281
+ suggestionsWelcomeText: "Some questions you may have:"
282
+ }), Ge = xe(R({}, je)), A = () => Ze(Ge), on = ({ children: e, value: t }) => {
285
283
  const n = Object.entries(t).reduce(
286
- (o, [i, a]) => (a !== void 0 && (o[i] = a), o),
287
- w({}, j1)
284
+ (r, [i, s]) => (s !== void 0 && (r[i] = s), r),
285
+ R({}, je)
288
286
  );
289
- return /* @__PURE__ */ r(V1.Provider, { value: n, children: e });
290
- }, Z1 = (e) => {
291
- const { contextTitle: t, count: n } = e, o = O(), { numOfRecommendations: i } = W(), a = n != null ? n : i, { isLoading: s, isError: l, isSuccess: c, data: d, error: h, refetch: p } = Q({
292
- queryKey: ["getQueryRecommendations", t, a, o],
293
- queryFn: () => o == null ? void 0 : o.ai.getQueryRecommendations(t, {
294
- numOfRecommendations: a
287
+ return /* @__PURE__ */ o(Ge.Provider, { value: n, children: e });
288
+ }, Ue = (e) => {
289
+ const { contextTitle: t, count: n } = e, r = P(), { numOfRecommendations: i } = A(), s = n != null ? n : i, { isLoading: a, isError: l, isSuccess: c, data: d, error: g, refetch: C } = _({
290
+ queryKey: ["getQueryRecommendations", t, s, r],
291
+ queryFn: () => r == null ? void 0 : r.ai.getQueryRecommendations(t, {
292
+ numOfRecommendations: s
295
293
  }),
296
- enabled: !!o
294
+ enabled: !!r
297
295
  });
298
296
  return {
299
- isLoading: s,
297
+ isLoading: a,
300
298
  isError: l,
301
299
  isSuccess: c,
302
300
  data: d != null ? d : [],
303
- error: h,
304
- refetch: H(() => {
305
- p();
306
- }, [p])
301
+ error: g,
302
+ refetch: $(() => {
303
+ C();
304
+ }, [C])
307
305
  };
308
- }, xn = I1("useGetQueryRecommendations")(
309
- Z1
310
- ), y1 = "Oh snap, something went wrong. Please try again later.", dt = "Oh snap, something went wrong. Please try again later or try asking a different question.", ut = "Something went wrong and we were unable to retrieve the chat thread. Let's start over!", Q1 = "Chat unavailable. Please try again later.", v1 = "chatHistory", ht = (e) => {
311
- const t = O();
312
- return Q({
313
- queryKey: [v1, e, t],
306
+ }, yr = We("useGetQueryRecommendations")(
307
+ Ue
308
+ ), we = "Oh snap, something went wrong. Please try again later.", rn = "Oh snap, something went wrong. Please try again later or try asking a different question.", sn = "Something went wrong and we were unable to retrieve the chat thread. Let's start over!", _e = "Chat unavailable. Please try again later.", ke = "chatHistory", an = (e) => {
309
+ const t = P(), { hideHistory: n } = A();
310
+ return _({
311
+ queryKey: [ke, e, t],
314
312
  queryFn: () => k(void 0, null, function* () {
315
- return !t || !e ? void 0 : (yield t.ai.chat.getById(e)).chatHistory;
313
+ return !t || !e ? void 0 : n ? [] : (yield t.ai.chat.getById(e)).chatHistory;
316
314
  }),
317
315
  enabled: !!t && !!e
318
316
  });
319
- }, z1 = (e) => {
320
- const t = O(), n = K();
321
- return b1({
317
+ }, Ke = (e) => {
318
+ const t = P(), n = K();
319
+ return ye({
322
320
  mutationFn: () => k(void 0, null, function* () {
323
321
  if (!(!t || !e))
324
322
  return t.ai.chat.clearHistory(e);
325
323
  }),
326
- onError: (o) => {
327
- console.error("Error when clearing history:", o);
324
+ onError: (r) => {
325
+ console.error("Error when clearing history:", r);
328
326
  },
329
327
  onSettled: () => {
330
- e && n.setQueriesData([v1, e], []);
328
+ e && n.setQueriesData([ke, e], []);
331
329
  }
332
330
  });
333
- }, pt = (e) => {
334
- const { data: t, isLoading: n, isError: o } = ht(e), { mutate: i } = z1(e);
331
+ }, Ye = (e) => {
332
+ const { data: t, isLoading: n, isError: r } = an(e), { mutate: i } = Ke(e);
335
333
  return Y(() => {
336
- o && i();
337
- }, [o, i]), {
334
+ r && i();
335
+ }, [r, i]), {
338
336
  history: t,
339
337
  isLoading: n,
340
- isError: o
338
+ isError: r
341
339
  };
342
- }, k1 = () => {
343
- const e = O(), { data: t, isLoading: n, fetchStatus: o } = Q({
340
+ }, Se = () => {
341
+ const e = P(), { data: t, isLoading: n, fetchStatus: r } = _({
344
342
  queryKey: ["getDataTopics", e],
345
343
  queryFn: () => k(void 0, null, function* () {
346
- if (!e)
347
- return;
348
- const i = (yield e.getDataModels()).map(
349
- (c) => ({
350
- id: c.oid,
351
- name: c.title,
352
- type: "datamodel",
353
- description: ""
354
- })
355
- ), l = (yield e.getPerspectives()).filter(
356
- (c) => !c.isDefault
357
- ).map(
358
- (c) => ({
359
- id: c.oid,
360
- name: c.name,
361
- type: "perspective",
362
- description: c.description
363
- })
364
- );
365
- return [...i, ...l];
344
+ if (e)
345
+ return e.getChatContexts();
366
346
  }),
367
347
  enabled: !!e
368
348
  });
369
- return { data: t, isLoading: n, fetchStatus: o };
370
- }, Ct = () => {
371
- const e = O(), { data: t, isLoading: n } = Q({
349
+ return { data: t, isLoading: n, fetchStatus: r };
350
+ }, Xe = () => {
351
+ const e = P(), { data: t, isLoading: n } = _({
372
352
  queryKey: ["getAllChats", e],
373
353
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
374
354
  enabled: !!e
@@ -377,18 +357,18 @@ const x1 = (e, t = !0) => {
377
357
  data: t != null ? t : [],
378
358
  isLoading: n
379
359
  };
380
- }, gt = (e, t) => {
381
- const n = K(), o = O(), i = b1({
360
+ }, ln = (e, t) => {
361
+ const n = K(), r = P(), i = ye({
382
362
  mutationFn: () => k(void 0, null, function* () {
383
- if (!(!o || !e))
384
- return o.ai.chat.create(e);
363
+ if (!(!r || !e))
364
+ return r.ai.chat.create(e);
385
365
  }),
386
366
  onSuccess: () => n.invalidateQueries(["getAllChats"])
387
367
  });
388
368
  return Y(() => {
389
369
  t && i.isIdle && i.mutate();
390
370
  }, [t, i]), i;
391
- }, ft = (e) => {
371
+ }, cn = (e) => {
392
372
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
393
373
  case "nlq":
394
374
  return {
@@ -405,18 +385,18 @@ const x1 = (e, t = !0) => {
405
385
  default:
406
386
  throw Error(`Received unknown responseType, raw response=${JSON.stringify(e)}`);
407
387
  }
408
- }, mt = (e) => {
409
- const t = K(), n = H(
388
+ }, dn = (e) => {
389
+ const t = K(), n = $(
410
390
  (l) => {
411
- e && t.setQueriesData([v1, e], (c) => c && [...c, l]);
391
+ e && t.setQueriesData([ke, e], (c) => c && [...c, l]);
412
392
  },
413
393
  [t, e]
414
- ), { enableFollowupQuestions: o } = W(), i = O(), { mutate: a, isLoading: s } = b1({
394
+ ), { enableFollowupQuestions: r } = A(), i = P(), { mutate: s, isLoading: a } = ye({
415
395
  mutationFn: (l) => k(void 0, null, function* () {
416
396
  if (!(!i || !e))
417
397
  return i.ai.chat.post(e, {
418
398
  text: l,
419
- options: { enableFollowup: o }
399
+ options: { enableFollowup: r }
420
400
  });
421
401
  }),
422
402
  onMutate: (l) => {
@@ -427,43 +407,56 @@ const x1 = (e, t = !0) => {
427
407
  },
428
408
  onError: (l) => {
429
409
  l instanceof Error && (console.error("Error when sending message:", l.message), n({
430
- content: dt,
410
+ content: rn,
431
411
  role: "assistant"
432
412
  }));
433
413
  },
434
414
  onSuccess: (l) => {
435
- l && n(ft(l));
415
+ l && n(cn(l));
436
416
  }
437
417
  });
438
- return { mutate: a, isLoading: s };
439
- }, G1 = (e) => !!e && "type" in e && e.type === "nlq", bt = (e) => {
440
- var $, D;
441
- const { data: t, isLoading: n } = k1(), { data: o, isLoading: i } = Ct(), a = ($ = t == null ? void 0 : t.find((M) => M.name === e)) == null ? void 0 : $.id, s = (D = o.find((M) => M.contextId === a)) == null ? void 0 : D.chatId, l = n || !!a, c = i || !!s, [d, h] = L(null), { isError: p } = gt(
442
- a,
418
+ return { mutate: s, isLoading: a };
419
+ }, Re = (e) => !!e && "type" in e && e.type === "nlq", un = (e) => {
420
+ var H, I;
421
+ const { data: t, isLoading: n } = Se(), { data: r, isLoading: i } = Xe(), s = (H = t == null ? void 0 : t.find((E) => E.title === e)) == null ? void 0 : H.title, a = (I = r.find((E) => E.contextTitle === s)) == null ? void 0 : I.chatId, l = n || !!s, c = i || !!a, [d, g] = M(null), { isError: C } = ln(
422
+ s,
443
423
  l && !c
444
- ), { history: f, isLoading: b, isError: x } = pt(s);
424
+ ), { history: f, isLoading: S, isError: w } = Ye(a);
445
425
  Y(() => {
446
- p ? h(new Error(Q1)) : x && h(new Error(ut));
447
- }, [p, x]);
448
- const { mutate: g, isLoading: R } = mt(s), P = B(() => {
426
+ C ? g(new Error(_e)) : w && g(new Error(sn));
427
+ }, [C, w]);
428
+ const { mutate: m, isLoading: x } = dn(a), y = F(() => {
449
429
  if (f != null && f.length) {
450
- const M = f[f.length - 1];
451
- if (G1(M))
452
- return JSON.parse(M.content);
430
+ const E = f[f.length - 1];
431
+ if (Re(E))
432
+ return JSON.parse(E.content);
453
433
  }
454
434
  return null;
455
435
  }, [f]);
456
436
  return {
457
- chatId: s,
437
+ chatId: a,
458
438
  history: f != null ? f : [],
459
- lastNlqResponse: P,
460
- sendMessage: g,
461
- isAwaitingResponse: R,
462
- isLoading: b,
439
+ lastNlqResponse: y,
440
+ sendMessage: m,
441
+ isAwaitingResponse: x,
442
+ isLoading: S,
463
443
  lastError: d
464
444
  };
465
- }, yn = (e) => {
466
- const t = O(), { data: n, isLoading: o } = Q({
445
+ }, vr = ({
446
+ contextTitle: e
447
+ }) => {
448
+ var i;
449
+ const { data: t } = Xe(), n = (i = t.find((s) => s.contextTitle === e)) == null ? void 0 : i.chatId, { history: r } = Ye(n);
450
+ return F(() => {
451
+ if (r != null && r.length) {
452
+ const s = r[r.length - 1];
453
+ if (Re(s))
454
+ return JSON.parse(s.content);
455
+ }
456
+ return null;
457
+ }, [r]);
458
+ }, wr = (e) => {
459
+ const t = P(), { data: n, isLoading: r } = _({
467
460
  queryKey: ["getDataSourceFields", e, t],
468
461
  queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
469
462
  select: (i) => i,
@@ -471,34 +464,34 @@ const x1 = (e, t = !0) => {
471
464
  });
472
465
  return {
473
466
  data: n,
474
- isLoading: o
467
+ isLoading: r
475
468
  };
476
- }, xt = 500, yt = 500, vt = 500, kt = 900, wt = m.div`
469
+ }, hn = 500, pn = 500, gn = 500, Cn = 900, fn = u.div`
477
470
  box-sizing: border-box;
478
471
  position: relative;
479
472
  display: flex;
480
473
  flex-direction: column;
481
474
  border: 1px solid #c6c9ce;
482
475
  border-radius: ${({ theme: e }) => e.aiChat.borderRadius};
483
- background-color: rgba(255, 255, 255, 1);
476
+ background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
484
477
  overflow: hidden;
485
478
 
486
- min-width: ${xt}px;
487
- min-height: ${yt}px;
488
- width: ${({ width: e }) => e ? $1(e) : `${vt}px`};
489
- height: ${({ height: e }) => e ? $1(e) : `${kt}px`};
479
+ min-width: ${hn}px;
480
+ min-height: ${pn}px;
481
+ width: ${({ width: e }) => e ? De(e) : `${gn}px`};
482
+ height: ${({ height: e }) => e ? De(e) : `${Cn}px`};
490
483
 
491
- ${({ theme: e }) => S`
484
+ ${({ theme: e }) => L`
492
485
  font-size: ${e.aiChat.primaryFontSize[0]};
493
486
  line-height: ${e.aiChat.primaryFontSize[1]};
494
487
  `}
495
488
  border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
496
489
  `;
497
- function $1(e) {
490
+ function De(e) {
498
491
  return typeof e == "number" ? `${e}px` : e;
499
492
  }
500
- function Lt({ spin: e }) {
501
- return /* @__PURE__ */ u(
493
+ function mn({ spin: e }) {
494
+ return /* @__PURE__ */ h(
502
495
  "svg",
503
496
  {
504
497
  xmlns: "http://www.w3.org/2000/svg",
@@ -508,7 +501,7 @@ function Lt({ spin: e }) {
508
501
  fill: "none",
509
502
  className: `${e ? "csdk-animate-spin" : ""}`,
510
503
  children: [
511
- /* @__PURE__ */ r(
504
+ /* @__PURE__ */ o(
512
505
  "path",
513
506
  {
514
507
  fillRule: "evenodd",
@@ -518,7 +511,7 @@ function Lt({ spin: e }) {
518
511
  fillOpacity: "0.3"
519
512
  }
520
513
  ),
521
- /* @__PURE__ */ r(
514
+ /* @__PURE__ */ o(
522
515
  "path",
523
516
  {
524
517
  fillRule: "evenodd",
@@ -531,11 +524,11 @@ function Lt({ spin: e }) {
531
524
  }
532
525
  );
533
526
  }
534
- function i1() {
535
- return /* @__PURE__ */ r("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ r(Lt, { spin: !0 }) });
527
+ function ce() {
528
+ return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(mn, { spin: !0 }) });
536
529
  }
537
- function Mt({ theme: e }) {
538
- return /* @__PURE__ */ r("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
530
+ function bn({ theme: e }) {
531
+ return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
539
532
  "path",
540
533
  {
541
534
  d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
@@ -543,24 +536,24 @@ function Mt({ theme: e }) {
543
536
  }
544
537
  ) });
545
538
  }
546
- function St({ theme: e }) {
539
+ function xn({ theme: e }) {
547
540
  const t = e.aiChat.icons.color;
548
- return /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
549
- /* @__PURE__ */ r(
541
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
542
+ /* @__PURE__ */ o(
550
543
  "path",
551
544
  {
552
545
  d: "M21.4095 11.1195L12.5644 6.0459C12.3247 5.90841 12.0189 5.99143 11.8816 6.23128L10.764 8.18434C10.6275 8.42284 10.709 8.72678 10.9466 8.86491L19.7108 13.9614C19.9464 14.0984 20.2483 14.0215 20.3897 13.7884L21.5883 11.8125C21.734 11.5723 21.6532 11.2592 21.4095 11.1195Z",
553
546
  fill: t
554
547
  }
555
548
  ),
556
- /* @__PURE__ */ r(
549
+ /* @__PURE__ */ o(
557
550
  "path",
558
551
  {
559
552
  d: "M18.7329 8.60735L16.1048 7.07819L19.6668 0.928042C19.8041 0.6909 20.1068 0.608502 20.3454 0.743288L22.156 1.7661C22.3992 1.90347 22.4827 2.21344 22.3414 2.45438L18.7329 8.60735Z",
560
553
  fill: t
561
554
  }
562
555
  ),
563
- /* @__PURE__ */ r(
556
+ /* @__PURE__ */ o(
564
557
  "path",
565
558
  {
566
559
  d: "M19.8544 14.9048L10.3563 9.43067C10.2184 9.35116 10.0413 9.39515 9.95275 9.52746C7.03423 13.8862 4.07448 15.2337 3.18167 16.0938C3.09276 16.1794 3.08414 16.3141 3.1538 16.416C3.74961 17.2879 5.10497 18.4425 6.05628 19.2048C6.17328 19.2985 6.34145 19.2903 6.44961 19.1865L9.97994 15.7973L7.69329 20.1066C7.61954 20.2456 7.66674 20.4186 7.80041 20.5017C11.6152 22.8708 14.2978 24.0437 16.9604 24.4472C17.1542 24.4766 17.3191 24.3106 17.3033 24.1152C17.007 20.469 19.0807 16.6112 19.8544 14.9048Z",
@@ -569,11 +562,11 @@ function St({ theme: e }) {
569
562
  )
570
563
  ] });
571
564
  }
572
- const Rt = m.div`
565
+ const yn = u.div`
573
566
  display: flex;
574
567
  flex-direction: column;
575
568
  row-gap: 4px;
576
- `, Et = m.div`
569
+ `, vn = u.div`
577
570
  font-size: 11px;
578
571
  line-height: 18px;
579
572
  font-weight: 300;
@@ -583,9 +576,9 @@ const Rt = m.div`
583
576
  &:hover {
584
577
  background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
585
578
  }
586
- `, Ht = m.div`
587
- font-size: inherit;
588
- line-height: inherit;
579
+ `, wn = u.div`
580
+ font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
581
+ line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
589
582
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
590
583
  cursor: pointer;
591
584
  padding: 4px 12px;
@@ -593,19 +586,22 @@ const Rt = m.div`
593
586
  background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
594
587
  }
595
588
  `;
596
- function Tt({
589
+ function kn({
597
590
  title: e,
598
591
  items: t,
599
592
  onSelect: n,
600
- alwaysExpanded: o = !1
593
+ alwaysExpanded: r = !1
601
594
  }) {
602
- const [i, a] = L(!1), { themeSettings: s } = v();
603
- return /* @__PURE__ */ u(Rt, { children: [
604
- /* @__PURE__ */ r(Et, { onClick: () => a((l) => !l), theme: s, children: e.toUpperCase() }),
605
- (i || o) && t.map((l, c) => /* @__PURE__ */ r(Ht, { onClick: () => n(l), theme: s, children: l }, c))
595
+ const [i, s] = M(!1), { themeSettings: a } = b();
596
+ return /* @__PURE__ */ h(yn, { children: [
597
+ /* @__PURE__ */ o(vn, { onClick: () => s((l) => !l), theme: a, children: e.toUpperCase() }),
598
+ (i || r) && t.map((l, c) => /* @__PURE__ */ o(wn, { onClick: () => n(l), theme: a, children: l }, c))
606
599
  ] });
607
600
  }
608
- const $t = m.div`
601
+ const Sn = u.div`
602
+ font-family: ${({ theme: e }) => e.typography.fontFamily};
603
+ font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
604
+ line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
609
605
  background-color: ${({ theme: e }) => e.aiChat.dropup.backgroundColor};
610
606
  border-radius: ${({ theme: e }) => e.aiChat.dropup.borderRadius};
611
607
  box-shadow: ${({ theme: e }) => e.aiChat.dropup.boxShadow};
@@ -614,33 +610,39 @@ const $t = m.div`
614
610
  display: flex;
615
611
  flex-direction: column;
616
612
  row-gap: 4px;
617
- `, g1 = (e) => e.startsWith("/");
618
- function Nt({
613
+ `, Rn = u.div`
614
+ font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
615
+ line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
616
+ color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
617
+ padding: 4px 12px;
618
+ `, be = (e) => e.startsWith("/");
619
+ function Ln({
619
620
  recentPrompts: e,
620
621
  suggestions: t,
621
622
  isLoading: n,
622
- onSelection: o,
623
+ onSelection: r,
623
624
  anchorEl: i,
624
- text: a
625
+ text: s,
626
+ recommendationsError: a
625
627
  }) {
626
- const l = [
628
+ const c = [
627
629
  {
628
- title: "/recent",
630
+ title: "/recent searches",
629
631
  items: e,
630
- onSelect: o
632
+ onSelect: r
631
633
  },
632
634
  {
633
- title: "/ai suggestions",
635
+ title: "/ai recommendations",
634
636
  items: t,
635
- onSelect: o
637
+ onSelect: r
636
638
  }
637
639
  ].filter(
638
- (h) => h.title.slice(0, a.length) === a
639
- ), { themeSettings: c } = v(), d = l.length === 1;
640
- return /* @__PURE__ */ r(
641
- ke,
640
+ (C) => C.title.slice(0, s.length) === s
641
+ ), { themeSettings: d } = b(), g = c.length === 1;
642
+ return /* @__PURE__ */ o(
643
+ Pe,
642
644
  {
643
- open: g1(a) && l.length > 0,
645
+ open: be(s) && c.length > 0,
644
646
  anchorEl: i,
645
647
  placement: "top-start",
646
648
  modifiers: [
@@ -651,103 +653,61 @@ function Nt({
651
653
  }
652
654
  }
653
655
  ],
654
- children: /* @__PURE__ */ u($t, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: c, children: [
655
- n && /* @__PURE__ */ r(i1, {}),
656
- !n && l.map((h) => /* @__PURE__ */ r(Tt, N(w({}, h), { alwaysExpanded: d }), h.title))
656
+ sx: { zIndex: 3 },
657
+ children: /* @__PURE__ */ h(Sn, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
658
+ n && /* @__PURE__ */ o(ce, {}),
659
+ !n && !a && c.map((C) => /* @__PURE__ */ o(kn, N(R({}, C), { alwaysExpanded: g }), C.title)),
660
+ a && /* @__PURE__ */ o(Rn, { theme: d, children: "Recommendations aren't available right now. Try again in a few minutes." })
657
661
  ] })
658
662
  }
659
663
  );
660
664
  }
661
- const Dt = 34;
662
- function Bt({
663
- onSendMessage: e,
664
- onClearHistoryClick: t,
665
- disabled: n,
666
- recentPrompts: o,
667
- suggestions: i,
668
- isLoading: a
669
- }) {
670
- const [s, l] = L(""), { inputPromptText: c } = W(), d = H(() => {
671
- if (n)
672
- return;
673
- if (g1(s)) {
674
- l("");
675
- return;
665
+ function X({ title: e, placement: t = "top", children: n }) {
666
+ const { themeSettings: r } = b();
667
+ return /* @__PURE__ */ o(
668
+ St,
669
+ {
670
+ title: e,
671
+ placement: t,
672
+ disableInteractive: !0,
673
+ componentsProps: {
674
+ tooltip: {
675
+ sx: {
676
+ bgcolor: r.aiChat.tooltips.backgroundColor,
677
+ color: r.aiChat.tooltips.textColor,
678
+ paddingX: "16px",
679
+ paddingY: "12px",
680
+ fontSize: "13px",
681
+ fontFamily: r.typography.fontFamily,
682
+ fontWeight: 400,
683
+ borderRadius: "4px",
684
+ boxShadow: r.aiChat.tooltips.boxShadow
685
+ }
686
+ },
687
+ arrow: {
688
+ sx: {
689
+ color: r.aiChat.tooltips.backgroundColor
690
+ }
691
+ }
692
+ },
693
+ arrow: !0,
694
+ children: n
676
695
  }
677
- const g = s.trim();
678
- g.length !== 0 && (e(g), l(""));
679
- }, [n, e, s]), h = H(
680
- (g) => {
681
- e(g), l("");
682
- },
683
- [e]
684
- ), p = H(
685
- (g) => {
686
- g.key === "Enter" ? (g.preventDefault(), d()) : g.key === "Escape" && g1(s) && l("");
687
- },
688
- [d, s]
689
- ), f = H((g) => {
690
- l(g.target.value);
691
- }, []), b = _(null);
692
- m1(() => {
693
- b.current && (b.current.style.height = "inherit", b.current.style.height = `${Math.max(
694
- b.current.scrollHeight + 2,
695
- // account for 1px top/bottom border
696
- Dt
697
- )}px`);
698
- }, [s]);
699
- const { themeSettings: x } = v();
700
- return /* @__PURE__ */ u(Ot, { theme: x, children: [
701
- /* @__PURE__ */ r(
702
- Nt,
703
- {
704
- recentPrompts: o,
705
- suggestions: i,
706
- isLoading: a,
707
- onSelection: h,
708
- anchorEl: b.current,
709
- text: s
710
- }
711
- ),
712
- t && /* @__PURE__ */ r(It, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ r(St, { theme: x }) }),
713
- /* @__PURE__ */ r(
714
- Ft,
715
- {
716
- ref: b,
717
- rows: 1,
718
- onChange: f,
719
- spellCheck: "true",
720
- placeholder: c,
721
- value: s,
722
- onKeyDown: p,
723
- theme: x
724
- }
725
- ),
726
- /* @__PURE__ */ r(
727
- Pt,
728
- {
729
- "aria-label": "send chat message",
730
- disabled: n || s.length === 0,
731
- onClick: d,
732
- theme: x,
733
- children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(Mt, { theme: x }) })
734
- }
735
- )
736
- ] });
696
+ );
737
697
  }
738
- const Ot = m.div`
698
+ const Mn = 500, En = u.div`
739
699
  display: flex;
740
700
  flex-direction: row;
741
701
  align-items: flex-end;
742
702
  justify-content: space-between;
743
703
 
744
704
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
745
- `, It = m.button`
705
+ `, Tn = u.button`
746
706
  height: 34px;
747
707
  background-color: inherit;
748
708
  cursor: pointer;
749
709
  border: none;
750
- `, Ft = m.textarea`
710
+ `, $n = u.textarea`
751
711
  font-size: inherit;
752
712
  line-height: inherit;
753
713
  resize: none;
@@ -775,29 +735,120 @@ const Ot = m.div`
775
735
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
776
736
 
777
737
  background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
778
- `, Pt = m.button`
738
+ `, Hn = u.button`
779
739
  height: 34px;
780
740
  background-color: inherit;
781
741
  border-style: none;
782
742
 
783
743
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
784
744
 
785
- ${({ disabled: e }) => e ? S`
745
+ ${({ disabled: e }) => e ? L`
786
746
  opacity: 0.3;
787
747
  cursor: not-allowed;
788
- ` : S`
748
+ ` : L`
789
749
  opacity: 1;
790
750
  cursor: pointer;
791
751
  `}
792
- `, At = m.div`
752
+ `, Bn = 34;
753
+ function Dn({
754
+ onSendMessage: e,
755
+ onClearHistoryClick: t,
756
+ disabled: n,
757
+ recentPrompts: r,
758
+ suggestions: i,
759
+ isLoading: s,
760
+ recommendationsError: a,
761
+ onChange: l
762
+ }) {
763
+ const [c, d] = M(""), { inputPromptText: g } = A(), C = $(() => {
764
+ if (n)
765
+ return;
766
+ if (be(c)) {
767
+ d("");
768
+ return;
769
+ }
770
+ const y = c.trim();
771
+ y.length !== 0 && (e(y), d(""));
772
+ }, [n, e, c]), f = $(
773
+ (y) => {
774
+ e(y), d("");
775
+ },
776
+ [e]
777
+ ), S = $(
778
+ (y) => {
779
+ y.key === "Enter" ? (y.preventDefault(), C()) : y.key === "Escape" && be(c) && d("");
780
+ },
781
+ [C, c]
782
+ ), w = $(
783
+ (y) => {
784
+ l == null || l(y.target.value), d(y.target.value);
785
+ },
786
+ [l]
787
+ ), m = U(null);
788
+ se(() => {
789
+ m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(
790
+ m.current.scrollHeight + 2,
791
+ // account for 1px top/bottom border
792
+ Bn
793
+ )}px`);
794
+ }, [c]), se(() => {
795
+ m.current && m.current.focus({ preventScroll: !0 });
796
+ }, []);
797
+ const { themeSettings: x } = b();
798
+ return /* @__PURE__ */ h(En, { theme: x, children: [
799
+ /* @__PURE__ */ o(
800
+ Ln,
801
+ {
802
+ recentPrompts: r,
803
+ suggestions: i,
804
+ isLoading: s,
805
+ onSelection: f,
806
+ anchorEl: m.current,
807
+ text: c,
808
+ recommendationsError: a
809
+ }
810
+ ),
811
+ t && /* @__PURE__ */ o(X, { title: "Clear chat", placement: "bottom-start", children: /* @__PURE__ */ o(Tn, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(xn, { theme: x }) }) }),
812
+ /* @__PURE__ */ o(
813
+ $n,
814
+ {
815
+ "aria-label": "chat input",
816
+ onBlur: (y) => {
817
+ var H;
818
+ (H = document.getElementById("csdk-chatbot-frame")) != null && H.contains(y.relatedTarget) && y.target.focus({ preventScroll: !0 });
819
+ },
820
+ maxLength: Mn,
821
+ ref: m,
822
+ rows: 1,
823
+ onChange: w,
824
+ spellCheck: "true",
825
+ placeholder: g,
826
+ value: c,
827
+ onKeyDown: S,
828
+ theme: x
829
+ }
830
+ ),
831
+ /* @__PURE__ */ o(
832
+ Hn,
833
+ {
834
+ "aria-label": "send chat message",
835
+ disabled: n || c.length === 0,
836
+ onClick: C,
837
+ theme: x,
838
+ children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(bn, { theme: x }) })
839
+ }
840
+ )
841
+ ] });
842
+ }
843
+ const Nn = u.div`
793
844
  display: flex;
794
845
 
795
- ${({ align: e }) => e === "right" ? S`
846
+ ${({ align: e }) => e === "right" ? L`
796
847
  justify-content: flex-end;
797
- ` : S`
848
+ ` : L`
798
849
  justify-content: flex-start;
799
850
  `}
800
- `, Wt = m.div`
851
+ `, Je = u.div`
801
852
  font-size: inherit;
802
853
  line-height: inherit;
803
854
  padding-top: 8.5px;
@@ -808,47 +859,51 @@ const Ot = m.div`
808
859
  overflow-wrap: break-word;
809
860
  box-sizing: border-box;
810
861
 
811
- ${({ align: e }) => e === "right" ? S`
862
+ ${({ align: e }) => e === "right" ? L`
812
863
  text-align: right;
813
864
  border-radius: 10px 10px 0px 10px;
814
- ` : S`
865
+ ` : L`
815
866
  text-align: left;
816
867
  border-radius: 10px 10px 10px 0px;
817
868
  `}
818
869
 
819
- ${({ align: e }) => e !== "full" ? S`
820
- max-width: 382px;
870
+ ${({ align: e }) => e !== "full" ? L`
871
+ max-width: 85%;
821
872
  ` : ""}
822
873
 
823
874
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
824
875
  background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
825
- `, F = ({ align: e, children: t }) => {
826
- const { themeSettings: n } = v();
827
- return /* @__PURE__ */ r(At, { theme: n, align: e, children: /* @__PURE__ */ r(Wt, { theme: n, align: e, children: t }) });
876
+ `, V = ({ align: e, children: t }) => {
877
+ const { themeSettings: n } = b();
878
+ return /* @__PURE__ */ o(Nn, { theme: n, align: e, children: /* @__PURE__ */ o(Je, { theme: n, align: e, children: t }) });
828
879
  };
829
- function qt() {
830
- const { welcomeText: e } = W();
831
- return e === !1 ? null : /* @__PURE__ */ r(F, { align: "left", children: e != null ? e : /* @__PURE__ */ u(T, { children: [
832
- /* @__PURE__ */ r("div", { className: "csdk-font-semibold", children: "Welcome to the Query Assistant!" }),
833
- /* @__PURE__ */ r("br", {}),
834
- /* @__PURE__ */ r("div", { children: "You can ask questions about your data, and I'll provide insights based on the data model you're working with." })
835
- ] }) });
880
+ function Fn() {
881
+ const { welcomeText: e } = A();
882
+ return e === !1 ? null : /* @__PURE__ */ o(V, { align: "left", children: e });
836
883
  }
837
- function U1({ text: e, action: t }) {
838
- return /* @__PURE__ */ u("div", { className: "csdk-m-auto csdk-flex csdk-flex-col csdk-items-center csdk-gap-[21px]", children: [
839
- /* @__PURE__ */ r("div", { className: "csdk-text-ai-sm csdk-text-center csdk-font-semibold", children: e }),
840
- /* @__PURE__ */ r(we, {}),
841
- t && /* @__PURE__ */ r(
842
- "div",
843
- {
844
- className: "csdk-text-ai-sm csdk-text-text-link csdk-cursor-pointer",
845
- onClick: t.onClick,
846
- children: t.text
847
- }
848
- )
884
+ const In = u.div`
885
+ margin: auto;
886
+ display: flex;
887
+ flex-direction: column;
888
+ align-items: center;
889
+ row-gap: 21px;
890
+ `, On = u.div`
891
+ color: ${({ theme: e }) => e.aiChat.primaryTextColor};
892
+ text-align: center;
893
+ font-weight: 600;
894
+ `, Wn = u.div`
895
+ color: rgba(54, 163, 217, 1);
896
+ cursor: pointer;
897
+ `;
898
+ function et({ text: e, action: t }) {
899
+ const { themeSettings: n } = b();
900
+ return /* @__PURE__ */ h(In, { children: [
901
+ /* @__PURE__ */ o(On, { theme: n, children: e }),
902
+ /* @__PURE__ */ o(Rt, {}),
903
+ t && /* @__PURE__ */ o(Wn, { onClick: t.onClick, children: t.text })
849
904
  ] });
850
905
  }
851
- const n1 = m.div`
906
+ const ie = u.div`
852
907
  width: 5px;
853
908
  height: 5px;
854
909
  border-radius: 50%;
@@ -877,36 +932,36 @@ const n1 = m.div`
877
932
  }
878
933
  }
879
934
  `;
880
- function _1() {
881
- const { themeSettings: e } = v(), t = e.aiChat.icons.color;
882
- return /* @__PURE__ */ u(
935
+ function tt() {
936
+ const { themeSettings: e } = b(), t = e.aiChat.icons.color;
937
+ return /* @__PURE__ */ h(
883
938
  "div",
884
939
  {
885
940
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
886
941
  "aria-label": "loading dots",
887
942
  children: [
888
- /* @__PURE__ */ r(n1, { color: t }),
889
- /* @__PURE__ */ r(n1, { color: t }),
890
- /* @__PURE__ */ r(n1, { color: t }),
891
- /* @__PURE__ */ r(n1, { color: t })
943
+ /* @__PURE__ */ o(ie, { color: t }),
944
+ /* @__PURE__ */ o(ie, { color: t }),
945
+ /* @__PURE__ */ o(ie, { color: t }),
946
+ /* @__PURE__ */ o(ie, { color: t })
892
947
  ]
893
948
  }
894
949
  );
895
950
  }
896
- const jt = m.div`
951
+ const Pn = u.div`
897
952
  display: flex;
898
953
 
899
- ${({ align: e }) => e === "right" ? S`
954
+ ${({ align: e }) => e === "right" ? L`
900
955
  justify-content: flex-end;
901
- ` : S`
956
+ ` : L`
902
957
  justify-content: flex-start;
903
958
  `}
904
- `, Vt = m.div`
959
+ `, An = u.button`
960
+ font-family: inherit;
905
961
  font-size: inherit;
906
962
  line-height: inherit;
907
963
  border: ${({ theme: e }) => e.aiChat.clickableMessages.border};
908
- padding: 0px;
909
- user-select: none;
964
+ padding: 0;
910
965
  cursor: pointer;
911
966
 
912
967
  color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
@@ -917,52 +972,81 @@ const jt = m.div`
917
972
  }
918
973
  border-radius: 20px;
919
974
 
920
- ${({ align: e }) => e === "right" ? S`
975
+ ${({ align: e }) => e === "right" ? L`
921
976
  text-align: right;
922
- ` : S`
977
+ ` : L`
923
978
  text-align: left;
924
979
  `}
925
980
 
926
- ${({ align: e }) => e !== "full" ? S`
981
+ ${({ align: e }) => e !== "full" ? L`
927
982
  max-width: 382px;
928
983
  ` : ""}
984
+
985
+ ${({ theme: e }) => {
986
+ const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
987
+ if (t) {
988
+ const [r, i] = t;
989
+ return L`
990
+ border: none;
991
+ position: relative;
992
+ border-radius: ${n};
993
+ &:before {
994
+ content: '';
995
+ position: absolute;
996
+ top: 0;
997
+ left: 0;
998
+ right: 0;
999
+ bottom: 0;
1000
+ border-radius: ${n};
1001
+ border: 1px solid transparent;
1002
+ background: linear-gradient(30deg, ${r}, ${i}) border-box;
1003
+ -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
1004
+ -webkit-mask-composite: destination-out;
1005
+ mask-composite: exclude;
1006
+ }
1007
+ `;
1008
+ }
1009
+ return "";
1010
+ }}
929
1011
  `;
930
- function r1({
1012
+ function ae({
931
1013
  children: e,
932
1014
  align: t,
933
1015
  onClick: n,
934
- onMouseEnter: o,
935
- onMouseLeave: i
1016
+ onMouseEnter: r,
1017
+ onMouseLeave: i,
1018
+ accessibleName: s
936
1019
  }) {
937
- const { themeSettings: a } = v();
938
- return /* @__PURE__ */ r(jt, { align: t, children: /* @__PURE__ */ r(
939
- Vt,
1020
+ const { themeSettings: a } = b();
1021
+ return /* @__PURE__ */ o(Pn, { align: t, children: /* @__PURE__ */ o(
1022
+ An,
940
1023
  {
1024
+ "aria-label": s,
941
1025
  theme: a,
942
1026
  onClick: n,
943
1027
  align: t,
944
- onMouseEnter: o,
1028
+ onMouseEnter: r,
945
1029
  onMouseLeave: i,
946
1030
  children: e
947
1031
  }
948
1032
  ) });
949
1033
  }
950
- function Zt({ onCancel: e, onConfirm: t }) {
951
- return /* @__PURE__ */ u("div", { className: "csdk-flex csdk-flex-col csdk-gap-y-2", children: [
952
- /* @__PURE__ */ r(r1, { align: "right", onClick: t, children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-2", children: "Yes, clear chat" }) }),
953
- /* @__PURE__ */ r(r1, { align: "right", onClick: e, children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-2", children: "No, continue analysis" }) })
1034
+ function qn({ onCancel: e, onConfirm: t }) {
1035
+ return /* @__PURE__ */ h(D, { children: [
1036
+ /* @__PURE__ */ o(V, { align: "left", children: "Do you want to clear this chat?" }),
1037
+ /* @__PURE__ */ h("div", { className: "csdk-flex csdk-gap-x-2", children: [
1038
+ /* @__PURE__ */ o(ae, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "Yes" }) }),
1039
+ /* @__PURE__ */ o(ae, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "No" }) })
1040
+ ] })
954
1041
  ] });
955
1042
  }
956
- function Qt() {
957
- return /* @__PURE__ */ r(F, { align: "left", children: "Let's start over. Try asking questions about your dataset." });
958
- }
959
- const zt = f1(null), h1 = {
1043
+ const zn = xe(null), Ce = {
960
1044
  didCatch: !1,
961
1045
  error: null
962
1046
  };
963
- class Gt extends Ye {
1047
+ class Vn extends jt {
964
1048
  constructor(t) {
965
- super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = h1;
1049
+ super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Ce;
966
1050
  }
967
1051
  static getDerivedStateFromError(t) {
968
1052
  return {
@@ -975,97 +1059,97 @@ class Gt extends Ye {
975
1059
  error: t
976
1060
  } = this.state;
977
1061
  if (t !== null) {
978
- for (var n, o, i = arguments.length, a = new Array(i), s = 0; s < i; s++)
979
- a[s] = arguments[s];
980
- (n = (o = this.props).onReset) === null || n === void 0 || n.call(o, {
981
- args: a,
1062
+ for (var n, r, i = arguments.length, s = new Array(i), a = 0; a < i; a++)
1063
+ s[a] = arguments[a];
1064
+ (n = (r = this.props).onReset) === null || n === void 0 || n.call(r, {
1065
+ args: s,
982
1066
  reason: "imperative-api"
983
- }), this.setState(h1);
1067
+ }), this.setState(Ce);
984
1068
  }
985
1069
  }
986
1070
  componentDidCatch(t, n) {
987
- var o, i;
988
- (o = (i = this.props).onError) === null || o === void 0 || o.call(i, t, n);
1071
+ var r, i;
1072
+ (r = (i = this.props).onError) === null || r === void 0 || r.call(i, t, n);
989
1073
  }
990
1074
  componentDidUpdate(t, n) {
991
1075
  const {
992
- didCatch: o
1076
+ didCatch: r
993
1077
  } = this.state, {
994
1078
  resetKeys: i
995
1079
  } = this.props;
996
- if (o && n.error !== null && Ut(t.resetKeys, i)) {
997
- var a, s;
998
- (a = (s = this.props).onReset) === null || a === void 0 || a.call(s, {
1080
+ if (r && n.error !== null && Zn(t.resetKeys, i)) {
1081
+ var s, a;
1082
+ (s = (a = this.props).onReset) === null || s === void 0 || s.call(a, {
999
1083
  next: i,
1000
1084
  prev: t.resetKeys,
1001
1085
  reason: "keys"
1002
- }), this.setState(h1);
1086
+ }), this.setState(Ce);
1003
1087
  }
1004
1088
  }
1005
1089
  render() {
1006
1090
  const {
1007
1091
  children: t,
1008
1092
  fallbackRender: n,
1009
- FallbackComponent: o,
1093
+ FallbackComponent: r,
1010
1094
  fallback: i
1011
1095
  } = this.props, {
1012
- didCatch: a,
1013
- error: s
1096
+ didCatch: s,
1097
+ error: a
1014
1098
  } = this.state;
1015
1099
  let l = t;
1016
- if (a) {
1100
+ if (s) {
1017
1101
  const c = {
1018
- error: s,
1102
+ error: a,
1019
1103
  resetErrorBoundary: this.resetErrorBoundary
1020
1104
  };
1021
1105
  if (typeof n == "function")
1022
1106
  l = n(c);
1023
- else if (o)
1024
- l = C1(o, c);
1025
- else if (i === null || Xe(i))
1107
+ else if (r)
1108
+ l = me(r, c);
1109
+ else if (i === null || Gt(i))
1026
1110
  l = i;
1027
1111
  else
1028
- throw s;
1112
+ throw a;
1029
1113
  }
1030
- return C1(zt.Provider, {
1114
+ return me(zn.Provider, {
1031
1115
  value: {
1032
- didCatch: a,
1033
- error: s,
1116
+ didCatch: s,
1117
+ error: a,
1034
1118
  resetErrorBoundary: this.resetErrorBoundary
1035
1119
  }
1036
1120
  }, l);
1037
1121
  }
1038
1122
  }
1039
- function Ut() {
1123
+ function Zn() {
1040
1124
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
1041
- return e.length !== t.length || e.some((n, o) => !Object.is(n, t[o]));
1125
+ return e.length !== t.length || e.some((n, r) => !Object.is(n, t[r]));
1042
1126
  }
1043
- function _t(e) {
1044
- return Me("MuiDialog", e);
1127
+ function Qn(e) {
1128
+ return Mt("MuiDialog", e);
1045
1129
  }
1046
- const p1 = Le("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), K1 = /* @__PURE__ */ A.createContext({});
1047
- process.env.NODE_ENV !== "production" && (K1.displayName = "DialogContext");
1048
- const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Yt = o1(Se, {
1130
+ const fe = Lt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), nt = /* @__PURE__ */ z.createContext({});
1131
+ process.env.NODE_ENV !== "production" && (nt.displayName = "DialogContext");
1132
+ const jn = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Gn = le(Et, {
1049
1133
  name: "MuiDialog",
1050
1134
  slot: "Backdrop",
1051
1135
  overrides: (e, t) => t.backdrop
1052
1136
  })({
1053
1137
  // Improve scrollable dialog support.
1054
1138
  zIndex: -1
1055
- }), Xt = (e) => {
1139
+ }), Un = (e) => {
1056
1140
  const {
1057
1141
  classes: t,
1058
1142
  scroll: n,
1059
- maxWidth: o,
1143
+ maxWidth: r,
1060
1144
  fullWidth: i,
1061
- fullScreen: a
1062
- } = e, s = {
1145
+ fullScreen: s
1146
+ } = e, a = {
1063
1147
  root: ["root"],
1064
- container: ["container", `scroll${Z(n)}`],
1065
- paper: ["paper", `paperScroll${Z(n)}`, `paperWidth${Z(String(o))}`, i && "paperFullWidth", a && "paperFullScreen"]
1148
+ container: ["container", `scroll${G(n)}`],
1149
+ paper: ["paper", `paperScroll${G(n)}`, `paperWidth${G(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
1066
1150
  };
1067
- return Ne(s, _t, t);
1068
- }, Jt = o1(Re, {
1151
+ return Nt(a, Qn, t);
1152
+ }, _n = le(Tt, {
1069
1153
  name: "MuiDialog",
1070
1154
  slot: "Root",
1071
1155
  overridesResolver: (e, t) => t.root
@@ -1074,18 +1158,18 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1074
1158
  // Use !important to override the Modal inline-style.
1075
1159
  position: "absolute !important"
1076
1160
  }
1077
- }), e2 = o1("div", {
1161
+ }), Kn = le("div", {
1078
1162
  name: "MuiDialog",
1079
1163
  slot: "Container",
1080
1164
  overridesResolver: (e, t) => {
1081
1165
  const {
1082
1166
  ownerState: n
1083
1167
  } = e;
1084
- return [t.container, t[`scroll${Z(n.scroll)}`]];
1168
+ return [t.container, t[`scroll${G(n.scroll)}`]];
1085
1169
  }
1086
1170
  })(({
1087
1171
  ownerState: e
1088
- }) => q({
1172
+ }) => Q({
1089
1173
  height: "100%",
1090
1174
  "@media print": {
1091
1175
  height: "auto"
@@ -1107,19 +1191,19 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1107
1191
  height: "100%",
1108
1192
  width: "0"
1109
1193
  }
1110
- })), t2 = o1(F1, {
1194
+ })), Yn = le(Ae, {
1111
1195
  name: "MuiDialog",
1112
1196
  slot: "Paper",
1113
1197
  overridesResolver: (e, t) => {
1114
1198
  const {
1115
1199
  ownerState: n
1116
1200
  } = e;
1117
- return [t.paper, t[`scrollPaper${Z(n.scroll)}`], t[`paperWidth${Z(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1201
+ return [t.paper, t[`scrollPaper${G(n.scroll)}`], t[`paperWidth${G(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1118
1202
  }
1119
1203
  })(({
1120
1204
  theme: e,
1121
1205
  ownerState: t
1122
- }) => q({
1206
+ }) => Q({
1123
1207
  margin: 32,
1124
1208
  position: "relative",
1125
1209
  overflowY: "auto",
@@ -1141,14 +1225,14 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1141
1225
  maxWidth: "calc(100% - 64px)"
1142
1226
  }, t.maxWidth === "xs" && {
1143
1227
  maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1144
- [`&.${p1.paperScrollBody}`]: {
1228
+ [`&.${fe.paperScrollBody}`]: {
1145
1229
  [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1146
1230
  maxWidth: "calc(100% - 64px)"
1147
1231
  }
1148
1232
  }
1149
1233
  }, t.maxWidth && t.maxWidth !== "xs" && {
1150
1234
  maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
1151
- [`&.${p1.paperScrollBody}`]: {
1235
+ [`&.${fe.paperScrollBody}`]: {
1152
1236
  [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
1153
1237
  maxWidth: "calc(100% - 64px)"
1154
1238
  }
@@ -1162,99 +1246,99 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1162
1246
  height: "100%",
1163
1247
  maxHeight: "none",
1164
1248
  borderRadius: 0,
1165
- [`&.${p1.paperScrollBody}`]: {
1249
+ [`&.${fe.paperScrollBody}`]: {
1166
1250
  margin: 0,
1167
1251
  maxWidth: "100%"
1168
1252
  }
1169
- })), Y1 = /* @__PURE__ */ A.forwardRef(function(t, n) {
1170
- const o = Ee({
1253
+ })), ot = /* @__PURE__ */ z.forwardRef(function(t, n) {
1254
+ const r = $t({
1171
1255
  props: t,
1172
1256
  name: "MuiDialog"
1173
- }), i = He(), a = {
1257
+ }), i = Ht(), s = {
1174
1258
  enter: i.transitions.duration.enteringScreen,
1175
1259
  exit: i.transitions.duration.leavingScreen
1176
1260
  }, {
1177
- "aria-describedby": s,
1261
+ "aria-describedby": a,
1178
1262
  "aria-labelledby": l,
1179
1263
  BackdropComponent: c,
1180
1264
  BackdropProps: d,
1181
- children: h,
1182
- className: p,
1265
+ children: g,
1266
+ className: C,
1183
1267
  disableEscapeKeyDown: f = !1,
1184
- fullScreen: b = !1,
1185
- fullWidth: x = !1,
1186
- maxWidth: g = "sm",
1187
- onBackdropClick: R,
1188
- onClick: P,
1189
- onClose: $,
1190
- open: D,
1191
- PaperComponent: M = F1,
1192
- PaperProps: X = {},
1193
- scroll: a1 = "paper",
1194
- TransitionComponent: J = De,
1195
- transitionDuration: z = a,
1196
- TransitionProps: I
1197
- } = o, e1 = Te(o, Kt), j = q({}, o, {
1268
+ fullScreen: S = !1,
1269
+ fullWidth: w = !1,
1270
+ maxWidth: m = "sm",
1271
+ onBackdropClick: x,
1272
+ onClick: y,
1273
+ onClose: H,
1274
+ open: I,
1275
+ PaperComponent: E = Ae,
1276
+ PaperProps: ee = {},
1277
+ scroll: B = "paper",
1278
+ TransitionComponent: te = Ft,
1279
+ transitionDuration: ne = s,
1280
+ TransitionProps: de
1281
+ } = r, ue = Bt(r, jn), Z = Q({}, r, {
1198
1282
  disableEscapeKeyDown: f,
1199
- fullScreen: b,
1200
- fullWidth: x,
1201
- maxWidth: g,
1202
- scroll: a1
1203
- }), E = Xt(j), G = A.useRef(), oe = (V) => {
1204
- G.current = V.target === V.currentTarget;
1205
- }, ie = (V) => {
1206
- P && P(V), G.current && (G.current = null, R && R(V), $ && $(V, "backdropClick"));
1207
- }, l1 = $e(l), se = A.useMemo(() => ({
1208
- titleId: l1
1209
- }), [l1]);
1210
- return /* @__PURE__ */ r(Jt, q({
1211
- className: d1(E.root, p),
1283
+ fullScreen: S,
1284
+ fullWidth: w,
1285
+ maxWidth: m,
1286
+ scroll: B
1287
+ }), j = Un(Z), O = z.useRef(), oe = (q) => {
1288
+ O.current = q.target === q.currentTarget;
1289
+ }, he = (q) => {
1290
+ y && y(q), O.current && (O.current = null, x && x(q), H && H(q, "backdropClick"));
1291
+ }, v = Dt(l), W = z.useMemo(() => ({
1292
+ titleId: v
1293
+ }), [v]);
1294
+ return /* @__PURE__ */ o(_n, Q({
1295
+ className: ge(j.root, C),
1212
1296
  closeAfterTransition: !0,
1213
1297
  components: {
1214
- Backdrop: Yt
1298
+ Backdrop: Gn
1215
1299
  },
1216
1300
  componentsProps: {
1217
- backdrop: q({
1218
- transitionDuration: z,
1301
+ backdrop: Q({
1302
+ transitionDuration: ne,
1219
1303
  as: c
1220
1304
  }, d)
1221
1305
  },
1222
1306
  disableEscapeKeyDown: f,
1223
- onClose: $,
1224
- open: D,
1307
+ onClose: H,
1308
+ open: I,
1225
1309
  ref: n,
1226
- onClick: ie,
1227
- ownerState: j
1228
- }, e1, {
1229
- children: /* @__PURE__ */ r(J, q({
1310
+ onClick: he,
1311
+ ownerState: Z
1312
+ }, ue, {
1313
+ children: /* @__PURE__ */ o(te, Q({
1230
1314
  appear: !0,
1231
- in: D,
1232
- timeout: z,
1315
+ in: I,
1316
+ timeout: ne,
1233
1317
  role: "presentation"
1234
- }, I, {
1235
- children: /* @__PURE__ */ r(e2, {
1236
- className: d1(E.container),
1318
+ }, de, {
1319
+ children: /* @__PURE__ */ o(Kn, {
1320
+ className: ge(j.container),
1237
1321
  onMouseDown: oe,
1238
- ownerState: j,
1239
- children: /* @__PURE__ */ r(t2, q({
1240
- as: M,
1322
+ ownerState: Z,
1323
+ children: /* @__PURE__ */ o(Yn, Q({
1324
+ as: E,
1241
1325
  elevation: 24,
1242
1326
  role: "dialog",
1243
- "aria-describedby": s,
1244
- "aria-labelledby": l1
1245
- }, X, {
1246
- className: d1(E.paper, X.className),
1247
- ownerState: j,
1248
- children: /* @__PURE__ */ r(K1.Provider, {
1249
- value: se,
1250
- children: h
1327
+ "aria-describedby": a,
1328
+ "aria-labelledby": v
1329
+ }, ee, {
1330
+ className: ge(j.paper, ee.className),
1331
+ ownerState: Z,
1332
+ children: /* @__PURE__ */ o(nt.Provider, {
1333
+ value: W,
1334
+ children: g
1251
1335
  })
1252
1336
  }))
1253
1337
  })
1254
1338
  }))
1255
1339
  }));
1256
1340
  });
1257
- process.env.NODE_ENV !== "production" && (Y1.propTypes = {
1341
+ process.env.NODE_ENV !== "production" && (ot.propTypes = {
1258
1342
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1259
1343
  // │ These PropTypes are generated from the TypeScript type definitions. │
1260
1344
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -1262,11 +1346,11 @@ process.env.NODE_ENV !== "production" && (Y1.propTypes = {
1262
1346
  /**
1263
1347
  * The id(s) of the element(s) that describe the dialog.
1264
1348
  */
1265
- "aria-describedby": C.string,
1349
+ "aria-describedby": p.string,
1266
1350
  /**
1267
1351
  * The id(s) of the element(s) that label the dialog.
1268
1352
  */
1269
- "aria-labelledby": C.string,
1353
+ "aria-labelledby": p.string,
1270
1354
  /**
1271
1355
  * A backdrop component. This prop enables custom backdrop rendering.
1272
1356
  * @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
@@ -1281,92 +1365,92 @@ process.env.NODE_ENV !== "production" && (Y1.propTypes = {
1281
1365
  * zIndex: -1,
1282
1366
  * })
1283
1367
  */
1284
- BackdropComponent: C.elementType,
1368
+ BackdropComponent: p.elementType,
1285
1369
  /**
1286
1370
  * @ignore
1287
1371
  */
1288
- BackdropProps: C.object,
1372
+ BackdropProps: p.object,
1289
1373
  /**
1290
1374
  * Dialog children, usually the included sub-components.
1291
1375
  */
1292
- children: C.node,
1376
+ children: p.node,
1293
1377
  /**
1294
1378
  * Override or extend the styles applied to the component.
1295
1379
  */
1296
- classes: C.object,
1380
+ classes: p.object,
1297
1381
  /**
1298
1382
  * @ignore
1299
1383
  */
1300
- className: C.string,
1384
+ className: p.string,
1301
1385
  /**
1302
1386
  * If `true`, hitting escape will not fire the `onClose` callback.
1303
1387
  * @default false
1304
1388
  */
1305
- disableEscapeKeyDown: C.bool,
1389
+ disableEscapeKeyDown: p.bool,
1306
1390
  /**
1307
1391
  * If `true`, the dialog is full-screen.
1308
1392
  * @default false
1309
1393
  */
1310
- fullScreen: C.bool,
1394
+ fullScreen: p.bool,
1311
1395
  /**
1312
1396
  * If `true`, the dialog stretches to `maxWidth`.
1313
1397
  *
1314
1398
  * Notice that the dialog width grow is limited by the default margin.
1315
1399
  * @default false
1316
1400
  */
1317
- fullWidth: C.bool,
1401
+ fullWidth: p.bool,
1318
1402
  /**
1319
1403
  * Determine the max-width of the dialog.
1320
1404
  * The dialog width grows with the size of the screen.
1321
1405
  * Set to `false` to disable `maxWidth`.
1322
1406
  * @default 'sm'
1323
1407
  */
1324
- maxWidth: C.oneOfType([C.oneOf(["xs", "sm", "md", "lg", "xl", !1]), C.string]),
1408
+ maxWidth: p.oneOfType([p.oneOf(["xs", "sm", "md", "lg", "xl", !1]), p.string]),
1325
1409
  /**
1326
1410
  * Callback fired when the backdrop is clicked.
1327
1411
  * @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
1328
1412
  */
1329
- onBackdropClick: C.func,
1413
+ onBackdropClick: p.func,
1330
1414
  /**
1331
1415
  * @ignore
1332
1416
  */
1333
- onClick: C.func,
1417
+ onClick: p.func,
1334
1418
  /**
1335
1419
  * Callback fired when the component requests to be closed.
1336
1420
  *
1337
1421
  * @param {object} event The event source of the callback.
1338
1422
  * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
1339
1423
  */
1340
- onClose: C.func,
1424
+ onClose: p.func,
1341
1425
  /**
1342
1426
  * If `true`, the component is shown.
1343
1427
  */
1344
- open: C.bool.isRequired,
1428
+ open: p.bool.isRequired,
1345
1429
  /**
1346
1430
  * The component used to render the body of the dialog.
1347
1431
  * @default Paper
1348
1432
  */
1349
- PaperComponent: C.elementType,
1433
+ PaperComponent: p.elementType,
1350
1434
  /**
1351
1435
  * Props applied to the [`Paper`](/material-ui/api/paper/) element.
1352
1436
  * @default {}
1353
1437
  */
1354
- PaperProps: C.object,
1438
+ PaperProps: p.object,
1355
1439
  /**
1356
1440
  * Determine the container for scrolling the dialog.
1357
1441
  * @default 'paper'
1358
1442
  */
1359
- scroll: C.oneOf(["body", "paper"]),
1443
+ scroll: p.oneOf(["body", "paper"]),
1360
1444
  /**
1361
1445
  * The system prop that allows defining system overrides as well as additional CSS styles.
1362
1446
  */
1363
- sx: C.oneOfType([C.arrayOf(C.oneOfType([C.func, C.object, C.bool])), C.func, C.object]),
1447
+ sx: p.oneOfType([p.arrayOf(p.oneOfType([p.func, p.object, p.bool])), p.func, p.object]),
1364
1448
  /**
1365
1449
  * The component used for the transition.
1366
1450
  * [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
1367
1451
  * @default Fade
1368
1452
  */
1369
- TransitionComponent: C.elementType,
1453
+ TransitionComponent: p.elementType,
1370
1454
  /**
1371
1455
  * The duration for the transition, in milliseconds.
1372
1456
  * You may specify a single timeout for all transitions, or individually with an object.
@@ -1375,21 +1459,21 @@ process.env.NODE_ENV !== "production" && (Y1.propTypes = {
1375
1459
  * exit: theme.transitions.duration.leavingScreen,
1376
1460
  * }
1377
1461
  */
1378
- transitionDuration: C.oneOfType([C.number, C.shape({
1379
- appear: C.number,
1380
- enter: C.number,
1381
- exit: C.number
1462
+ transitionDuration: p.oneOfType([p.number, p.shape({
1463
+ appear: p.number,
1464
+ enter: p.number,
1465
+ exit: p.number
1382
1466
  })]),
1383
1467
  /**
1384
1468
  * Props applied to the transition element.
1385
1469
  * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
1386
1470
  */
1387
- TransitionProps: C.object
1471
+ TransitionProps: p.object
1388
1472
  });
1389
- function n2() {
1390
- return /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
1391
- /* @__PURE__ */ r("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
1392
- /* @__PURE__ */ r(
1473
+ function Xn() {
1474
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
1475
+ /* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
1476
+ /* @__PURE__ */ o(
1393
1477
  "path",
1394
1478
  {
1395
1479
  fillRule: "evenodd",
@@ -1400,7 +1484,7 @@ function n2() {
1400
1484
  )
1401
1485
  ] });
1402
1486
  }
1403
- const U = {
1487
+ const rt = {
1404
1488
  row: {
1405
1489
  hover: "rgba(224, 224, 224, 0.3)"
1406
1490
  },
@@ -1485,50 +1569,19 @@ const U = {
1485
1569
  errorBG: "rgba(231, 71, 39, 0.1)"
1486
1570
  }
1487
1571
  }
1488
- }, r2 = {
1572
+ }, Jn = {
1489
1573
  shouldForwardProp: (e) => !e.startsWith("$")
1490
- }, w1 = m(
1491
- P1,
1492
- r2
1493
- )(({ $themeSettings: e }) => ({
1574
+ }, J = u(
1575
+ qe,
1576
+ Jn
1577
+ )(({ $hoverColor: e }) => ({
1494
1578
  padding: 2,
1495
1579
  "&.MuiIconButton-root:hover": {
1496
- backgroundColor: e ? Be(e.chart.backgroundColor) : U.interaction.defaultHover
1580
+ backgroundColor: e != null ? e : rt.interaction.defaultHover
1497
1581
  }
1498
1582
  }));
1499
- function s1({ title: e, children: t }) {
1500
- return /* @__PURE__ */ r(
1501
- Oe,
1502
- {
1503
- title: e,
1504
- placement: "top",
1505
- componentsProps: {
1506
- tooltip: {
1507
- sx: {
1508
- bgcolor: U.background.workspace,
1509
- color: U.text.content,
1510
- paddingX: "16px",
1511
- paddingY: "12px",
1512
- fontSize: "13px",
1513
- fontFamily: "Open Sans",
1514
- fontWeight: 400,
1515
- borderRadius: "4px",
1516
- boxShadow: "0px 4px 12px 0px rgba(9, 9, 10, 0.20), 0px 1px 4px 0px rgba(9, 9, 10, 0.10);"
1517
- }
1518
- },
1519
- arrow: {
1520
- sx: {
1521
- color: U.background.workspace
1522
- }
1523
- }
1524
- },
1525
- arrow: !0,
1526
- children: t
1527
- }
1528
- );
1529
- }
1530
- function o2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1531
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
1583
+ function eo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1584
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1532
1585
  "path",
1533
1586
  {
1534
1587
  fillRule: "evenodd",
@@ -1538,8 +1591,8 @@ function o2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1538
1591
  }
1539
1592
  ) });
1540
1593
  }
1541
- function i2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1542
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
1594
+ function to({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1595
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1543
1596
  "path",
1544
1597
  {
1545
1598
  fillRule: "evenodd",
@@ -1549,8 +1602,8 @@ function i2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1549
1602
  }
1550
1603
  ) });
1551
1604
  }
1552
- function s2() {
1553
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
1605
+ function no() {
1606
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1554
1607
  "path",
1555
1608
  {
1556
1609
  fillRule: "evenodd",
@@ -1561,8 +1614,8 @@ function s2() {
1561
1614
  }
1562
1615
  ) });
1563
1616
  }
1564
- function a2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1565
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
1617
+ function oo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1618
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1566
1619
  "path",
1567
1620
  {
1568
1621
  fillRule: "evenodd",
@@ -1572,27 +1625,27 @@ function a2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1572
1625
  }
1573
1626
  ) });
1574
1627
  }
1575
- const l2 = ({ title: e }) => {
1576
- const { themeSettings: t } = v();
1577
- return /* @__PURE__ */ r(s1, { title: e, children: /* @__PURE__ */ r(w1, { disableTouchRipple: !0, $themeSettings: t, children: /* @__PURE__ */ r(i2, { fill: t.chart.textColor }) }) });
1578
- }, c2 = ({ items: e }) => {
1579
- const [t, n] = L(null), o = (s) => {
1580
- n(s.currentTarget);
1628
+ const Le = (e) => ze(e.chart.backgroundColor), ro = ({ title: e }) => {
1629
+ const { themeSettings: t } = b();
1630
+ return /* @__PURE__ */ o(X, { title: e, children: /* @__PURE__ */ o(J, { disableTouchRipple: !0, $hoverColor: Le(t), children: /* @__PURE__ */ o(to, { fill: t.chart.textColor }) }) });
1631
+ }, io = ({ items: e }) => {
1632
+ const [t, n] = M(null), r = (a) => {
1633
+ n(a.currentTarget);
1581
1634
  }, i = () => {
1582
1635
  n(null);
1583
- }, { themeSettings: a } = v();
1584
- return /* @__PURE__ */ u(T, { children: [
1585
- /* @__PURE__ */ r(
1586
- w1,
1636
+ }, { themeSettings: s } = b();
1637
+ return /* @__PURE__ */ h(D, { children: [
1638
+ /* @__PURE__ */ o(
1639
+ J,
1587
1640
  {
1588
- onClick: o,
1589
- $themeSettings: a,
1641
+ onClick: r,
1642
+ $hoverColor: Le(s),
1590
1643
  "aria-label": "three dots button",
1591
- children: /* @__PURE__ */ r(a2, { fill: a.chart.textColor })
1644
+ children: /* @__PURE__ */ o(oo, { fill: s.chart.textColor })
1592
1645
  }
1593
1646
  ),
1594
- /* @__PURE__ */ r(
1595
- Ie,
1647
+ /* @__PURE__ */ o(
1648
+ It,
1596
1649
  {
1597
1650
  anchorEl: t,
1598
1651
  anchorOrigin: {
@@ -1605,538 +1658,322 @@ const l2 = ({ title: e }) => {
1605
1658
  },
1606
1659
  open: !!t,
1607
1660
  onClose: i,
1608
- children: e.map((s) => /* @__PURE__ */ u(
1609
- Fe,
1661
+ children: e.map((a) => /* @__PURE__ */ h(
1662
+ Ot,
1610
1663
  {
1611
1664
  onClick: () => {
1612
- s.onClick(), i();
1665
+ a.onClick(), i();
1613
1666
  },
1614
1667
  sx: {
1615
1668
  fontSize: "13px",
1616
- fontFamily: a.typography.fontFamily,
1617
- color: U.text.content
1669
+ fontFamily: s.typography.fontFamily,
1670
+ color: rt.text.content
1618
1671
  },
1619
1672
  disableRipple: !0,
1620
1673
  children: [
1621
- s.icon,
1622
- /* @__PURE__ */ r("div", { className: "csdk-ml-1", children: s.title })
1674
+ a.icon,
1675
+ /* @__PURE__ */ o("div", { className: "csdk-ml-1", children: a.title })
1623
1676
  ]
1624
1677
  },
1625
- s.title
1678
+ a.title
1626
1679
  ))
1627
1680
  }
1628
1681
  )
1629
1682
  ] });
1630
- }, d2 = ({ onClick: e }) => {
1631
- const { themeSettings: t } = v();
1632
- return /* @__PURE__ */ r(s1, { title: "Preview", children: /* @__PURE__ */ r(w1, { onClick: e, $themeSettings: t, children: /* @__PURE__ */ r(o2, { fill: t.chart.textColor }) }) });
1633
- }, u2 = m.div`
1683
+ }, so = ({ onClick: e }) => {
1684
+ const { themeSettings: t } = b();
1685
+ return /* @__PURE__ */ o(X, { title: "Preview", children: /* @__PURE__ */ o(J, { onClick: e, $hoverColor: Le(t), children: /* @__PURE__ */ o(eo, { fill: t.chart.textColor }) }) });
1686
+ }, ao = u.div`
1634
1687
  display: flex;
1635
1688
  padding-top: 6px;
1636
1689
  padding-bottom: 6px;
1637
1690
  `;
1638
- function h2({
1691
+ function lo({
1639
1692
  infoTooltipText: e,
1640
1693
  onRefresh: t,
1641
1694
  onExpand: n
1642
1695
  }) {
1643
- const o = B(
1696
+ const r = F(
1644
1697
  () => [
1645
1698
  {
1646
1699
  title: "Refresh",
1647
1700
  onClick: t,
1648
- icon: /* @__PURE__ */ r(s2, {})
1701
+ icon: /* @__PURE__ */ o(no, {})
1649
1702
  }
1650
1703
  ],
1651
1704
  [t]
1652
1705
  );
1653
- return /* @__PURE__ */ u(u2, { "aria-label": "chatbot chart toolbar", children: [
1654
- /* @__PURE__ */ r(l2, { title: e != null ? e : "" }),
1655
- /* @__PURE__ */ r(c2, { items: o }),
1656
- /* @__PURE__ */ r(d2, { onClick: n })
1706
+ return /* @__PURE__ */ h(ao, { "aria-label": "chatbot chart toolbar", children: [
1707
+ /* @__PURE__ */ o(ro, { title: e != null ? e : "" }),
1708
+ /* @__PURE__ */ o(io, { items: r }),
1709
+ /* @__PURE__ */ o(so, { onClick: n })
1657
1710
  ] });
1658
1711
  }
1659
- class p2 extends Pe {
1660
- constructor(n, o) {
1661
- var i;
1662
- super((i = n.jaql.title) != null ? i : "", o);
1663
- y(this, "metadataItem");
1664
- y(this, "expression");
1665
- y(this, "skipValidation");
1666
- // aggregation or formula is needed to differentiate between internal Category and Value
1667
- // see isCategory() and isValue()
1668
- // TODO refactor to create Attribute or Measure from MetadataItem
1669
- y(this, "aggregation");
1670
- y(this, "formula");
1671
- y(this, "sortType");
1672
- this.expression = n.jaql.dim || n.jaql.formula, this.metadataItem = n, n.jaql.agg ? this.aggregation = n.jaql.agg : delete this.aggregation, n.jaql.formula ? this.formula = n.jaql.formula : delete this.formula, n.jaql.sort ? this.sortType = Ae(n.jaql.sort) : delete this.sortType, this.skipValidation = !0;
1673
- }
1674
- get id() {
1675
- return this.expression;
1676
- }
1677
- jaql() {
1678
- return this.metadataItem;
1679
- }
1680
- }
1681
- const C2 = {
1682
- text: u1.TextAttribute,
1683
- numeric: u1.NumericAttribute,
1684
- datetime: u1.DateDimension
1685
- };
1686
- function L1(e) {
1687
- var t;
1688
- return "format" in e.jaql && (e.format = e.jaql.format, delete e.jaql.format), new p2(e, (t = C2[e.jaql.datatype]) != null ? t : "numeric");
1689
- }
1690
- const g2 = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations : {
1691
- chartType: "table",
1692
- chartFamily: "table",
1693
- axesMapping: {}
1694
- }, f2 = (e) => ({
1695
- dataOptions: { columns: e.map(L1) }
1696
- }), m2 = Object.freeze({
1697
- convolution: {
1698
- enabled: !0,
1699
- selectedConvolutionType: "bySlicesCount",
1700
- independentSlicesCount: 7
1701
- },
1702
- lineWidth: { width: "bold" },
1703
- markers: {
1704
- enabled: !1
1705
- },
1706
- legend: {
1707
- enabled: !1
1708
- },
1709
- yAxis: {
1710
- gridLines: !1
1711
- },
1712
- xAxis: {
1713
- gridLines: !1
1714
- }
1715
- }), b2 = Object.freeze({
1716
- line: "line/spline",
1717
- pie: "pie/donut",
1718
- bar: "bar/stacked",
1719
- column: "column/stackedcolumn"
1720
- }), x2 = (e, t) => {
1721
- const { axesMapping: n, chartFamily: o } = t, i = e.reduce((s, l) => (s[l.jaql.title] = l, s), {}), a = Object.entries(n).reduce((s, l) => {
1722
- const [c, d] = l;
1723
- return s[`${c}`] = Array.isArray(d) ? d.map((h) => {
1724
- const p = i[h.name];
1725
- if (!p)
1726
- return { column: { type: "", name: h.name } };
1727
- const f = L1(p);
1728
- return p.panel === "measures" ? {
1729
- column: f,
1730
- sortType: "sortNone"
1731
- } : f;
1732
- }) : d, s;
1733
- }, {});
1734
- switch (o) {
1735
- case "cartesian":
1736
- return w({
1737
- category: [],
1738
- value: [],
1739
- breakBy: []
1740
- }, a);
1741
- case "categorical":
1742
- return w({
1743
- category: [],
1744
- value: []
1745
- }, a);
1746
- case "scatter":
1747
- return Object.keys(a).forEach((s) => {
1748
- a[`${s}`] = a[`${s}`][0];
1749
- }), a;
1750
- case "scattermap":
1751
- return Object.keys(a).forEach((s) => {
1752
- s !== "geo" && (a[`${s}`] = a[`${s}`][0]);
1753
- }), a;
1754
- case "boxplot":
1755
- case "areamap":
1756
- case "indicator":
1757
- case "table":
1758
- default:
1759
- return a;
1760
- }
1761
- }, N1 = (e, t) => {
1762
- var n, o, i, a;
1763
- return t === "x" ? (o = (n = e.axesMapping.category) != null ? n : e.axesMapping.x) == null ? void 0 : o.map((s) => s.name).join(", ") : (a = (i = e.axesMapping.value) != null ? i : e.axesMapping.y) == null ? void 0 : a.map((s) => s.name).join(", ");
1764
- }, y2 = (e, t, n = !0) => {
1765
- const o = x2(e, t);
1766
- let i, a;
1767
- return n ? (i = E1(m2, {
1768
- subtype: b2[t.chartType]
1769
- }), a = E1(i, {
1770
- legend: {
1771
- enabled: !0,
1772
- position: "right"
1773
- },
1774
- yAxis: {
1775
- title: {
1776
- enabled: !0,
1777
- text: N1(t, "y")
1778
- }
1779
- },
1780
- xAxis: {
1781
- title: {
1782
- enabled: !0,
1783
- text: N1(t, "x")
1784
- }
1785
- }
1786
- })) : (i = We(), a = i), {
1787
- dataOptions: o,
1788
- chartStyleOptions: i,
1789
- expandedChartStyleOptions: a
1790
- };
1791
- }, vn = (e) => qe(e) ? "cartesian" : je(e) ? "categorical" : Ve(e) ? "scatter" : Ze(e) ? "scattermap" : Qe(e) ? "indicator" : ze(e) ? "areamap" : Ge(e) ? "boxplot" : "table";
1792
- function v2({ content: e, dataSource: t }) {
1793
- const [n, o] = L(!1), { chartElement: i, expandedElement: a } = B(() => {
1794
- const { detailedDescription: s, jaql: l } = e, c = g2(e), d = c.chartType.toLowerCase(), h = {
1712
+ function co({ content: e, dataSource: t }) {
1713
+ const [n, r] = M(!1), { chartElement: i, expandedElement: s } = F(() => {
1714
+ const { detailedDescription: a, jaql: l } = e, c = qt(e), d = c.chartType.toLowerCase(), g = {
1795
1715
  cornerRadius: "Small",
1796
1716
  header: {
1797
- renderToolbar: (g) => /* @__PURE__ */ r(
1798
- h2,
1717
+ renderToolbar: (m) => /* @__PURE__ */ o(
1718
+ lo,
1799
1719
  {
1800
- infoTooltipText: s,
1801
- onRefresh: g,
1802
- onExpand: () => o(!0)
1720
+ infoTooltipText: a,
1721
+ onRefresh: m,
1722
+ onExpand: () => r(!0)
1803
1723
  }
1804
1724
  )
1805
1725
  }
1806
- }, p = l.metadata.filter((g) => g.panel === "scope").map(L1), f = l.metadata.filter((g) => g.panel !== "scope");
1807
- let b, x;
1726
+ }, C = l.metadata.filter((m) => m.panel === "scope").map(Wt), f = l.metadata.filter((m) => m.panel !== "scope");
1727
+ let S, w;
1808
1728
  if (d === "table") {
1809
- const { dataOptions: g } = f2(f), R = {
1810
- dataOptions: g,
1729
+ const { dataOptions: m } = Pt(f), x = {
1730
+ dataOptions: m,
1811
1731
  dataSource: t,
1812
- filters: p
1732
+ filters: C
1813
1733
  };
1814
- b = /* @__PURE__ */ r("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ r(H1, N(w({}, R), { styleOptions: h })) }), x = /* @__PURE__ */ r(H1, N(w({}, R), { styleOptions: { header: { hidden: !0 } } }));
1734
+ S = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(He, N(R({}, x), { styleOptions: g })) }), w = /* @__PURE__ */ o(He, N(R({}, x), { styleOptions: { header: { hidden: !0 } } }));
1815
1735
  } else {
1816
- const { dataOptions: g, chartStyleOptions: R, expandedChartStyleOptions: P } = y2(
1736
+ const { dataOptions: m, chartStyleOptions: x, expandedChartStyleOptions: y } = At(
1817
1737
  f,
1818
1738
  c
1819
- ), $ = w(w({}, R), h), D = {
1739
+ ), H = R(R({}, x), g), I = {
1820
1740
  chartType: d,
1821
- dataOptions: g,
1741
+ dataOptions: m,
1822
1742
  dataSource: t,
1823
- filters: p
1743
+ filters: C
1824
1744
  };
1825
- b = /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(T1, N(w({}, D), { styleOptions: $ })) });
1826
- const M = N(w({}, P), {
1745
+ S = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(Be, N(R({}, I), { styleOptions: H })) });
1746
+ const E = N(R({}, y), {
1827
1747
  header: { hidden: !0 }
1828
1748
  });
1829
- x = /* @__PURE__ */ r(T1, N(w({}, D), { styleOptions: M }));
1749
+ w = /* @__PURE__ */ o(Be, N(R({}, I), { styleOptions: E }));
1830
1750
  }
1831
- return { chartElement: b, expandedElement: x };
1751
+ return { chartElement: S, expandedElement: w };
1832
1752
  }, [e, t]);
1833
- return /* @__PURE__ */ u(T, { children: [
1753
+ return /* @__PURE__ */ h(D, { children: [
1834
1754
  i,
1835
- /* @__PURE__ */ u(Y1, { open: n, onClose: () => o(!1), maxWidth: "xl", fullWidth: !0, children: [
1836
- /* @__PURE__ */ u("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-py-[30px] csdk-px-[40px]", children: [
1837
- /* @__PURE__ */ r("div", { className: "csdk-text-ai-lg csdk-semibold csdk-text-text-active", children: e.queryTitle }),
1838
- /* @__PURE__ */ r(P1, { onClick: () => o(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ r(n2, {}) })
1755
+ /* @__PURE__ */ h(ot, { open: n, onClose: () => r(!1), maxWidth: "xl", fullWidth: !0, children: [
1756
+ /* @__PURE__ */ h("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-py-[30px] csdk-px-[40px]", children: [
1757
+ /* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold csdk-text-text-active", children: e.queryTitle }),
1758
+ /* @__PURE__ */ o(qe, { onClick: () => r(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Xn, {}) })
1839
1759
  ] }),
1840
- /* @__PURE__ */ r("div", { className: "csdk-h-screen", children: a })
1760
+ /* @__PURE__ */ o("div", { className: "csdk-h-screen", children: s })
1841
1761
  ] })
1842
1762
  ] });
1843
1763
  }
1844
- function k2({ theme: e }) {
1845
- return /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: [
1846
- /* @__PURE__ */ r(
1847
- "path",
1848
- {
1849
- d: "M13.4036 18.3667L13.9173 18.0581L14.5326 19.1265L15.3333 19.886L15.9697 21.241L16.6062 22.4317L17.14 23.9709L17.448 25.2031L18.3718 25.1001L18.9672 23.9709L18.9672 22.4317L18.5361 21.241L18.3718 19.886L18.8646 19.7833L20.2196 20.1317L21.7184 20.1317L23.1761 19.2902L23.0118 18.0581L23.4635 17.0319L23.0118 15.9643L23.1761 14.794L22.5807 13.788L22.478 12.7614L21.8621 12.125L20.6713 11.776L13.814 12.125L13.4036 11.776L11.0013 11.776L10.5088 12.125C10.5088 14.1027 10.5458 18.1198 10.6936 18.3667L13.4036 18.3667Z",
1850
- fill: e.aiChat.icons.color,
1851
- fillOpacity: "0.67"
1852
- }
1853
- ),
1854
- /* @__PURE__ */ r(
1855
- "path",
1856
- {
1857
- fillRule: "evenodd",
1858
- clipRule: "evenodd",
1859
- d: "M23.5798 15.9102C23.8749 16.2866 24.0165 16.6901 23.9985 17.1057C23.9804 17.5635 23.7757 17.9219 23.607 18.1417C23.8027 18.6297 23.878 19.3976 23.2245 19.9939C22.7456 20.4307 21.9325 20.6264 20.806 20.5723C20.014 20.5361 19.3513 20.3885 19.3243 20.3824L19.3213 20.3824C19.1708 20.3554 19.011 20.3223 18.8484 20.2861C18.8363 20.4789 18.8696 20.9577 19.2249 22.0359C19.6465 23.3189 19.6225 24.3008 19.1466 24.9572C18.6466 25.6469 17.8485 25.7012 17.6135 25.7012C17.3877 25.7012 17.1799 25.6078 17.0324 25.4362C16.6981 25.0477 16.7373 24.3309 16.7793 23.9996C16.3818 22.9334 15.2676 20.3192 14.3248 19.5935C14.3067 19.5814 14.2917 19.5663 14.2767 19.5513C13.9995 19.2591 13.8129 18.9429 13.6864 18.6658C13.5086 18.7622 13.3069 18.8164 13.0899 18.8164L11.2529 18.8164C10.5601 18.8164 10 18.2532 10 17.5635L10 12.6695C10 11.9768 10.5632 11.4166 11.2529 11.4166L13.0899 11.4166C13.358 11.4166 13.608 11.501 13.8129 11.6455L14.5205 11.5611C14.629 11.5461 16.5565 11.3021 18.5352 11.3413C18.8935 11.3142 19.2309 11.2992 19.5441 11.2992C20.0832 11.2992 20.5531 11.3413 20.9445 11.4257C21.8661 11.6214 22.4957 12.0128 22.8148 12.5882C23.0588 13.0278 23.0588 13.4646 23.0197 13.7416C23.6191 14.2837 23.7244 14.8831 23.7033 15.3047C23.6913 15.5487 23.637 15.7565 23.5798 15.9102ZM11.2529 12.2298C11.009 12.2298 10.8132 12.4286 10.8132 12.6695L10.8132 17.5666C10.8132 17.8104 11.0119 18.0063 11.2529 18.0063L13.0899 18.0063C13.3339 18.0063 13.5298 17.8075 13.5298 17.5666L13.5298 12.6726C13.5298 12.4286 13.331 12.2327 13.0899 12.2327L11.2529 12.2327L11.2529 12.2298ZM22.8088 16.2625C22.6823 16.13 22.6582 15.9281 22.7547 15.7715C22.7547 15.7685 22.878 15.5577 22.8932 15.2685C22.9142 14.874 22.7245 14.5247 22.327 14.2265C22.1854 14.1181 22.1282 13.9313 22.1885 13.7627C22.1885 13.7597 22.3179 13.3621 22.1072 12.9856C21.9052 12.6243 21.4566 12.3654 20.7759 12.2208C20.2309 12.1033 19.4898 12.0821 18.5805 12.1545L18.5383 12.1545C16.6016 12.1123 14.644 12.3654 14.623 12.3683L14.6199 12.3683L14.3158 12.4045C14.3339 12.4887 14.3429 12.5792 14.3429 12.6695L14.3429 17.5666C14.3429 17.696 14.3219 17.8225 14.2857 17.94C14.3399 18.1417 14.4905 18.5905 14.8458 18.973C16.1982 20.0452 17.5203 23.6622 17.5775 23.8188C17.6017 23.8821 17.6075 23.9514 17.5956 24.0206C17.5443 24.3579 17.5624 24.7706 17.6347 24.894C17.7943 24.891 18.225 24.8459 18.484 24.4875C18.7912 24.0628 18.7791 23.3038 18.4478 22.298C17.9419 20.7649 17.8997 19.9579 18.3003 19.6024C18.4991 19.4248 18.7641 19.4157 18.9569 19.4849C19.1406 19.5271 19.3153 19.5633 19.4809 19.5904C19.4929 19.5935 19.508 19.5964 19.52 19.5995C20.4447 19.8013 22.1011 19.9247 22.6763 19.4007C23.1642 18.955 22.8179 18.3647 22.7788 18.3014C22.6673 18.1328 22.7004 17.9129 22.851 17.7773C22.854 17.7744 23.1702 17.4762 23.1852 17.0756C23.1973 16.8076 23.0708 16.5335 22.8088 16.2625Z",
1860
- fill: "white"
1861
- }
1862
- ),
1863
- /* @__PURE__ */ r(
1864
- "path",
1865
- {
1866
- fillRule: "evenodd",
1867
- clipRule: "evenodd",
1868
- d: "M23.5798 15.9102C23.8749 16.2866 24.0165 16.6901 23.9985 17.1057C23.9804 17.5635 23.7757 17.9219 23.607 18.1417C23.8027 18.6297 23.878 19.3976 23.2245 19.9939C22.7456 20.4307 21.9325 20.6264 20.806 20.5723C20.014 20.5361 19.3513 20.3885 19.3243 20.3824L19.3213 20.3824C19.1708 20.3554 19.011 20.3223 18.8484 20.2861C18.8363 20.4789 18.8696 20.9577 19.2249 22.0359C19.6465 23.3189 19.6225 24.3008 19.1466 24.9572C18.6466 25.6469 17.8485 25.7012 17.6135 25.7012C17.3877 25.7012 17.1799 25.6078 17.0324 25.4362C16.6981 25.0477 16.7373 24.3309 16.7793 23.9996C16.3818 22.9334 15.2676 20.3192 14.3248 19.5935C14.3067 19.5814 14.2917 19.5663 14.2767 19.5513C13.9995 19.2591 13.8129 18.9429 13.6864 18.6658C13.5086 18.7622 13.3069 18.8164 13.0899 18.8164L11.2529 18.8164C10.5601 18.8164 10 18.2532 10 17.5635L10 12.6695C10 11.9768 10.5632 11.4166 11.2529 11.4166L13.0899 11.4166C13.358 11.4166 13.608 11.501 13.8129 11.6455L14.5205 11.5611C14.629 11.5461 16.5565 11.3021 18.5352 11.3413C18.8935 11.3142 19.2309 11.2992 19.5441 11.2992C20.0832 11.2992 20.5531 11.3413 20.9445 11.4257C21.8661 11.6214 22.4957 12.0128 22.8148 12.5882C23.0588 13.0278 23.0588 13.4646 23.0197 13.7416C23.6191 14.2837 23.7244 14.8831 23.7033 15.3047C23.6913 15.5487 23.637 15.7565 23.5798 15.9102ZM11.2529 12.2298C11.009 12.2298 10.8132 12.4286 10.8132 12.6695L10.8132 17.5666C10.8132 17.8104 11.0119 18.0063 11.2529 18.0063L13.0899 18.0063C13.3339 18.0063 13.5298 17.8075 13.5298 17.5666L13.5298 12.6726C13.5298 12.4286 13.331 12.2327 13.0899 12.2327L11.2529 12.2327L11.2529 12.2298ZM22.8088 16.2625C22.6823 16.13 22.6582 15.9281 22.7547 15.7715C22.7547 15.7685 22.878 15.5577 22.8932 15.2685C22.9142 14.874 22.7245 14.5247 22.327 14.2265C22.1854 14.1181 22.1282 13.9313 22.1885 13.7627C22.1885 13.7597 22.3179 13.3621 22.1072 12.9856C21.9052 12.6243 21.4566 12.3654 20.7759 12.2208C20.2309 12.1033 19.4898 12.0821 18.5805 12.1545L18.5383 12.1545C16.6016 12.1123 14.644 12.3654 14.623 12.3683L14.6199 12.3683L14.3158 12.4045C14.3339 12.4887 14.3429 12.5792 14.3429 12.6695L14.3429 17.5666C14.3429 17.696 14.3219 17.8225 14.2857 17.94C14.3399 18.1417 14.4905 18.5905 14.8458 18.973C16.1982 20.0452 17.5203 23.6622 17.5775 23.8188C17.6017 23.8821 17.6075 23.9514 17.5956 24.0206C17.5443 24.3579 17.5624 24.7706 17.6347 24.894C17.7943 24.891 18.225 24.8459 18.484 24.4875C18.7912 24.0628 18.7791 23.3038 18.4478 22.298C17.9419 20.7649 17.8997 19.9579 18.3003 19.6024C18.4991 19.4248 18.7641 19.4157 18.9569 19.4849C19.1406 19.5271 19.3153 19.5633 19.4809 19.5904C19.4929 19.5935 19.508 19.5964 19.52 19.5995C20.4447 19.8013 22.1011 19.9247 22.6763 19.4007C23.1642 18.955 22.8179 18.3647 22.7788 18.3014C22.6673 18.1328 22.7004 17.9129 22.851 17.7773C22.854 17.7744 23.1702 17.4762 23.1852 17.0756C23.1973 16.8076 23.0708 16.5335 22.8088 16.2625Z",
1869
- fill: e.aiChat.icons.color,
1870
- fillOpacity: "0.67"
1871
- }
1872
- )
1873
- ] });
1874
- }
1875
- function X1({ theme: e }) {
1876
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: /* @__PURE__ */ r(
1764
+ function uo({ theme: e }) {
1765
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1877
1766
  "path",
1878
1767
  {
1879
1768
  fillRule: "evenodd",
1880
1769
  clipRule: "evenodd",
1881
- d: "M23.5798 15.9102C23.8749 16.2866 24.0165 16.6901 23.9985 17.1057C23.9804 17.5635 23.7757 17.9219 23.607 18.1417C23.8027 18.6297 23.878 19.3976 23.2245 19.9939C22.7456 20.4307 21.9325 20.6264 20.806 20.5723C20.014 20.5361 19.3513 20.3885 19.3243 20.3824H19.3213C19.1708 20.3554 19.011 20.3223 18.8484 20.2861C18.8363 20.4789 18.8696 20.9577 19.2249 22.0359C19.6465 23.3189 19.6225 24.3008 19.1466 24.9572C18.6466 25.6469 17.8485 25.7012 17.6135 25.7012C17.3877 25.7012 17.1799 25.6078 17.0324 25.4362C16.6981 25.0477 16.7373 24.3309 16.7793 23.9996C16.3818 22.9334 15.2676 20.3192 14.3248 19.5935C14.3067 19.5814 14.2917 19.5663 14.2767 19.5513C13.9995 19.2591 13.8129 18.9429 13.6864 18.6658C13.5086 18.7622 13.3069 18.8164 13.0899 18.8164H11.2529C10.5601 18.8164 10 18.2532 10 17.5635V12.6695C10 11.9768 10.5632 11.4166 11.2529 11.4166H13.0899C13.358 11.4166 13.608 11.501 13.8129 11.6455L14.5205 11.5611C14.629 11.5461 16.5565 11.3021 18.5352 11.3413C18.8935 11.3142 19.2309 11.2992 19.5441 11.2992C20.0832 11.2992 20.5531 11.3413 20.9445 11.4257C21.8661 11.6214 22.4957 12.0128 22.8148 12.5882C23.0588 13.0278 23.0588 13.4646 23.0197 13.7416C23.6191 14.2837 23.7244 14.8831 23.7033 15.3047C23.6913 15.5487 23.637 15.7565 23.5798 15.9102ZM11.2529 12.2298C11.009 12.2298 10.8132 12.4286 10.8132 12.6695V17.5666C10.8132 17.8104 11.0119 18.0063 11.2529 18.0063H13.0899C13.3339 18.0063 13.5298 17.8075 13.5298 17.5666V12.6726C13.5298 12.4286 13.331 12.2327 13.0899 12.2327H11.2529V12.2298ZM22.8088 16.2625C22.6823 16.13 22.6582 15.9281 22.7547 15.7715C22.7547 15.7685 22.878 15.5577 22.8932 15.2685C22.9142 14.874 22.7245 14.5247 22.327 14.2265C22.1854 14.1181 22.1282 13.9313 22.1885 13.7627C22.1885 13.7597 22.3179 13.3621 22.1072 12.9856C21.9052 12.6243 21.4566 12.3654 20.7759 12.2208C20.2309 12.1033 19.4898 12.0821 18.5805 12.1545H18.5383C16.6016 12.1123 14.644 12.3654 14.623 12.3683H14.6199L14.3158 12.4045C14.3339 12.4887 14.3429 12.5792 14.3429 12.6695V17.5666C14.3429 17.696 14.3219 17.8225 14.2857 17.94C14.3399 18.1417 14.4905 18.5905 14.8458 18.973C16.1982 20.0452 17.5203 23.6622 17.5775 23.8188C17.6017 23.8821 17.6075 23.9514 17.5956 24.0206C17.5443 24.3579 17.5624 24.7706 17.6347 24.894C17.7943 24.891 18.225 24.8459 18.484 24.4875C18.7912 24.0628 18.7791 23.3038 18.4478 22.298C17.9419 20.7649 17.8997 19.9579 18.3003 19.6024C18.4991 19.4248 18.7641 19.4157 18.9569 19.4849C19.1406 19.5272 19.3153 19.5633 19.4809 19.5904C19.4929 19.5935 19.508 19.5964 19.52 19.5995C20.4447 19.8013 22.1011 19.9247 22.6763 19.4007C23.1642 18.955 22.8179 18.3647 22.7788 18.3014C22.6673 18.1328 22.7004 17.9129 22.851 17.7773C22.854 17.7744 23.1702 17.4762 23.1852 17.0756C23.1973 16.8076 23.0708 16.5335 22.8088 16.2625Z",
1770
+ d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
1882
1771
  fill: e.aiChat.icons.color
1883
1772
  }
1884
1773
  ) });
1885
1774
  }
1886
- function w2({ onClick: e }) {
1887
- const [t, n] = L(!1), { themeSettings: o } = v();
1888
- return /* @__PURE__ */ r(s1, { title: "Incorrect response", children: /* @__PURE__ */ u(
1889
- "span",
1775
+ function ho({ onClick: e, disabled: t }) {
1776
+ const { themeSettings: n } = b();
1777
+ return /* @__PURE__ */ o(X, { title: "Incorrect response", children: /* @__PURE__ */ o(
1778
+ J,
1890
1779
  {
1891
1780
  "aria-label": "thumbs-down",
1892
- className: "csdk-w-[34px] csdk-h-[35px] csdk-cursor-pointer",
1893
- onMouseEnter: () => n(!0),
1894
- onMouseLeave: () => n(!1),
1895
1781
  onClick: e,
1896
- children: [
1897
- !t && /* @__PURE__ */ r(X1, { theme: o }),
1898
- t && /* @__PURE__ */ r(k2, { theme: o })
1899
- ]
1782
+ $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
1783
+ disabled: t,
1784
+ children: /* @__PURE__ */ o(uo, { theme: n })
1900
1785
  }
1901
1786
  ) });
1902
1787
  }
1903
- function L2({ theme: e }) {
1904
- return /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: [
1905
- /* @__PURE__ */ r(
1906
- "path",
1907
- {
1908
- d: "M13.4036 17.6333L13.9173 17.9419L14.5326 16.8735L15.3333 16.114L15.9697 14.759L16.6062 13.5683L17.14 12.0291L17.448 10.7969L18.3718 10.8999L18.9672 12.0291V13.5683L18.5361 14.759L18.3718 16.114L18.8646 16.2167L20.2196 15.8683H21.7184L23.1761 16.7098L23.0118 17.9419L23.4635 18.9681L23.0118 20.0357L23.1761 21.206L22.5807 22.212L22.478 23.2386L21.8621 23.875L20.6713 24.224L13.814 23.875L13.4036 24.224H11.0013L10.5088 23.875C10.5088 21.8973 10.5458 17.8802 10.6936 17.6333H13.4036Z",
1909
- fill: e.aiChat.icons.color,
1910
- fillOpacity: "0.67"
1911
- }
1912
- ),
1913
- /* @__PURE__ */ r(
1914
- "path",
1915
- {
1916
- fillRule: "evenodd",
1917
- clipRule: "evenodd",
1918
- d: "M23.5798 20.0898C23.8749 19.7134 24.0165 19.3099 23.9985 18.8943C23.9804 18.4365 23.7757 18.0781 23.607 17.8583C23.8027 17.3703 23.878 16.6024 23.2245 16.0061C22.7456 15.5693 21.9325 15.3736 20.806 15.4277C20.014 15.4639 19.3513 15.6115 19.3243 15.6176H19.3213C19.1708 15.6446 19.011 15.6777 18.8484 15.7139C18.8363 15.5211 18.8696 15.0423 19.2249 13.9641C19.6465 12.6811 19.6225 11.6992 19.1466 11.0428C18.6466 10.3531 17.8485 10.2988 17.6135 10.2988C17.3877 10.2988 17.1799 10.3922 17.0324 10.5638C16.6981 10.9523 16.7373 11.6691 16.7793 12.0004C16.3818 13.0666 15.2676 15.6808 14.3248 16.4065C14.3067 16.4186 14.2917 16.4337 14.2767 16.4487C13.9995 16.7409 13.8129 17.0571 13.6864 17.3342C13.5086 17.2378 13.3069 17.1836 13.0899 17.1836H11.2529C10.5601 17.1836 10 17.7468 10 18.4365V23.3305C10 24.0232 10.5632 24.5834 11.2529 24.5834H13.0899C13.358 24.5834 13.608 24.499 13.8129 24.3545L14.5205 24.4389C14.629 24.4539 16.5565 24.6979 18.5352 24.6587C18.8935 24.6858 19.2309 24.7008 19.5441 24.7008C20.0832 24.7008 20.5531 24.6587 20.9445 24.5743C21.8661 24.3786 22.4957 23.9872 22.8148 23.4118C23.0588 22.9722 23.0588 22.5354 23.0197 22.2584C23.6191 21.7163 23.7244 21.1169 23.7033 20.6953C23.6913 20.4513 23.637 20.2435 23.5798 20.0898ZM11.2529 23.7702C11.009 23.7702 10.8132 23.5714 10.8132 23.3305V18.4334C10.8132 18.1896 11.0119 17.9937 11.2529 17.9937H13.0899C13.3339 17.9937 13.5298 18.1925 13.5298 18.4334V23.3274C13.5298 23.5714 13.331 23.7673 13.0899 23.7673H11.2529V23.7702ZM22.8088 19.7375C22.6823 19.87 22.6582 20.0719 22.7547 20.2285C22.7547 20.2315 22.878 20.4423 22.8932 20.7315C22.9142 21.126 22.7245 21.4753 22.327 21.7735C22.1854 21.8819 22.1282 22.0687 22.1885 22.2373C22.1885 22.2403 22.3179 22.6379 22.1072 23.0144C21.9052 23.3757 21.4566 23.6346 20.7759 23.7792C20.2309 23.8967 19.4898 23.9179 18.5805 23.8455H18.5383C16.6016 23.8877 14.644 23.6346 14.623 23.6317H14.6199L14.3158 23.5955C14.3339 23.5113 14.3429 23.4208 14.3429 23.3305V18.4334C14.3429 18.304 14.3219 18.1775 14.2857 18.06C14.3399 17.8583 14.4905 17.4095 14.8458 17.027C16.1982 15.9548 17.5203 12.3378 17.5775 12.1812C17.6017 12.1179 17.6075 12.0486 17.5956 11.9794C17.5443 11.6421 17.5624 11.2294 17.6347 11.106C17.7943 11.109 18.225 11.1541 18.484 11.5125C18.7912 11.9372 18.7791 12.6962 18.4478 13.702C17.9419 15.2351 17.8997 16.0421 18.3003 16.3976C18.4991 16.5752 18.7641 16.5843 18.9569 16.5151C19.1406 16.4728 19.3153 16.4367 19.4809 16.4096C19.4929 16.4065 19.508 16.4036 19.52 16.4005C20.4447 16.1987 22.1011 16.0753 22.6763 16.5993C23.1642 17.045 22.8179 17.6353 22.7788 17.6986C22.6673 17.8672 22.7004 18.0871 22.851 18.2227C22.854 18.2256 23.1702 18.5238 23.1852 18.9244C23.1973 19.1924 23.0708 19.4665 22.8088 19.7375Z",
1919
- fill: "white"
1920
- }
1921
- ),
1922
- /* @__PURE__ */ r(
1923
- "path",
1924
- {
1925
- fillRule: "evenodd",
1926
- clipRule: "evenodd",
1927
- d: "M23.5798 20.0898C23.8749 19.7134 24.0165 19.3099 23.9985 18.8943C23.9804 18.4365 23.7757 18.0781 23.607 17.8583C23.8027 17.3703 23.878 16.6024 23.2245 16.0061C22.7456 15.5693 21.9325 15.3736 20.806 15.4277C20.014 15.4639 19.3513 15.6115 19.3243 15.6176H19.3213C19.1708 15.6446 19.011 15.6777 18.8484 15.7139C18.8363 15.5211 18.8696 15.0423 19.2249 13.9641C19.6465 12.6811 19.6225 11.6992 19.1466 11.0428C18.6466 10.3531 17.8485 10.2988 17.6135 10.2988C17.3877 10.2988 17.1799 10.3922 17.0324 10.5638C16.6981 10.9523 16.7373 11.6691 16.7793 12.0004C16.3818 13.0666 15.2676 15.6808 14.3248 16.4065C14.3067 16.4186 14.2917 16.4337 14.2767 16.4487C13.9995 16.7409 13.8129 17.0571 13.6864 17.3342C13.5086 17.2378 13.3069 17.1836 13.0899 17.1836H11.2529C10.5601 17.1836 10 17.7468 10 18.4365V23.3305C10 24.0232 10.5632 24.5834 11.2529 24.5834H13.0899C13.358 24.5834 13.608 24.499 13.8129 24.3545L14.5205 24.4389C14.629 24.4539 16.5565 24.6979 18.5352 24.6587C18.8935 24.6858 19.2309 24.7008 19.5441 24.7008C20.0832 24.7008 20.5531 24.6587 20.9445 24.5743C21.8661 24.3786 22.4957 23.9872 22.8148 23.4118C23.0588 22.9722 23.0588 22.5354 23.0197 22.2584C23.6191 21.7163 23.7244 21.1169 23.7033 20.6953C23.6913 20.4513 23.637 20.2435 23.5798 20.0898ZM11.2529 23.7702C11.009 23.7702 10.8132 23.5714 10.8132 23.3305V18.4334C10.8132 18.1896 11.0119 17.9937 11.2529 17.9937H13.0899C13.3339 17.9937 13.5298 18.1925 13.5298 18.4334V23.3274C13.5298 23.5714 13.331 23.7673 13.0899 23.7673H11.2529V23.7702ZM22.8088 19.7375C22.6823 19.87 22.6582 20.0719 22.7547 20.2285C22.7547 20.2315 22.878 20.4423 22.8932 20.7315C22.9142 21.126 22.7245 21.4753 22.327 21.7735C22.1854 21.8819 22.1282 22.0687 22.1885 22.2373C22.1885 22.2403 22.3179 22.6379 22.1072 23.0144C21.9052 23.3757 21.4566 23.6346 20.7759 23.7792C20.2309 23.8967 19.4898 23.9179 18.5805 23.8455H18.5383C16.6016 23.8877 14.644 23.6346 14.623 23.6317H14.6199L14.3158 23.5955C14.3339 23.5113 14.3429 23.4208 14.3429 23.3305V18.4334C14.3429 18.304 14.3219 18.1775 14.2857 18.06C14.3399 17.8583 14.4905 17.4095 14.8458 17.027C16.1982 15.9548 17.5203 12.3378 17.5775 12.1812C17.6017 12.1179 17.6075 12.0486 17.5956 11.9794C17.5443 11.6421 17.5624 11.2294 17.6347 11.106C17.7943 11.109 18.225 11.1541 18.484 11.5125C18.7912 11.9372 18.7791 12.6962 18.4478 13.702C17.9419 15.2351 17.8997 16.0421 18.3003 16.3976C18.4991 16.5752 18.7641 16.5843 18.9569 16.5151C19.1406 16.4728 19.3153 16.4367 19.4809 16.4096C19.4929 16.4065 19.508 16.4036 19.52 16.4005C20.4447 16.1987 22.1011 16.0753 22.6763 16.5993C23.1642 17.045 22.8179 17.6353 22.7788 17.6986C22.6673 17.8672 22.7004 18.0871 22.851 18.2227C22.854 18.2256 23.1702 18.5238 23.1852 18.9244C23.1973 19.1924 23.0708 19.4665 22.8088 19.7375Z",
1928
- fill: e.aiChat.icons.color,
1929
- fillOpacity: "0.67"
1930
- }
1931
- )
1932
- ] });
1933
- }
1934
- function J1({ theme: e }) {
1935
- return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: /* @__PURE__ */ r(
1788
+ function po({ theme: e }) {
1789
+ return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
1936
1790
  "path",
1937
1791
  {
1938
1792
  fillRule: "evenodd",
1939
1793
  clipRule: "evenodd",
1940
- d: "M23.5798 20.0898C23.8749 19.7134 24.0165 19.3099 23.9985 18.8943C23.9804 18.4365 23.7757 18.0781 23.607 17.8583C23.8027 17.3703 23.878 16.6024 23.2245 16.0061C22.7456 15.5693 21.9325 15.3736 20.806 15.4277C20.014 15.4639 19.3513 15.6115 19.3243 15.6176H19.3213C19.1708 15.6446 19.011 15.6777 18.8484 15.7139C18.8363 15.5211 18.8696 15.0423 19.2249 13.9641C19.6465 12.6811 19.6225 11.6992 19.1466 11.0428C18.6466 10.3531 17.8485 10.2988 17.6135 10.2988C17.3877 10.2988 17.1799 10.3922 17.0324 10.5638C16.6981 10.9523 16.7373 11.6691 16.7793 12.0004C16.3818 13.0666 15.2676 15.6808 14.3248 16.4065C14.3067 16.4186 14.2917 16.4337 14.2767 16.4487C13.9995 16.7409 13.8129 17.0571 13.6864 17.3342C13.5086 17.2378 13.3069 17.1836 13.0899 17.1836H11.2529C10.5601 17.1836 10 17.7468 10 18.4365V23.3305C10 24.0232 10.5632 24.5834 11.2529 24.5834H13.0899C13.358 24.5834 13.608 24.499 13.8129 24.3545L14.5205 24.4389C14.629 24.4539 16.5565 24.6979 18.5352 24.6587C18.8935 24.6858 19.2309 24.7008 19.5441 24.7008C20.0832 24.7008 20.5531 24.6587 20.9445 24.5743C21.8661 24.3786 22.4957 23.9872 22.8148 23.4118C23.0588 22.9722 23.0588 22.5354 23.0197 22.2584C23.6191 21.7163 23.7244 21.1169 23.7033 20.6953C23.6913 20.4513 23.637 20.2435 23.5798 20.0898ZM11.2529 23.7702C11.009 23.7702 10.8132 23.5714 10.8132 23.3305V18.4334C10.8132 18.1896 11.0119 17.9937 11.2529 17.9937H13.0899C13.3339 17.9937 13.5298 18.1925 13.5298 18.4334V23.3274C13.5298 23.5714 13.331 23.7673 13.0899 23.7673H11.2529V23.7702ZM22.8088 19.7375C22.6823 19.87 22.6582 20.0719 22.7547 20.2285C22.7547 20.2315 22.878 20.4423 22.8932 20.7315C22.9142 21.126 22.7245 21.4753 22.327 21.7735C22.1854 21.8819 22.1282 22.0687 22.1885 22.2373C22.1885 22.2403 22.3179 22.6379 22.1072 23.0144C21.9052 23.3757 21.4566 23.6346 20.7759 23.7792C20.2309 23.8967 19.4898 23.9179 18.5805 23.8455H18.5383C16.6016 23.8877 14.644 23.6346 14.623 23.6317H14.6199L14.3158 23.5955C14.3339 23.5113 14.3429 23.4208 14.3429 23.3305V18.4334C14.3429 18.304 14.3219 18.1775 14.2857 18.06C14.3399 17.8583 14.4905 17.4095 14.8458 17.027C16.1982 15.9548 17.5203 12.3378 17.5775 12.1812C17.6017 12.1179 17.6075 12.0486 17.5956 11.9794C17.5443 11.6421 17.5624 11.2294 17.6347 11.106C17.7943 11.109 18.225 11.1541 18.484 11.5125C18.7912 11.9372 18.7791 12.6962 18.4478 13.702C17.9419 15.2351 17.8997 16.0421 18.3003 16.3976C18.4991 16.5752 18.7641 16.5843 18.9569 16.5151C19.1406 16.4728 19.3153 16.4367 19.4809 16.4096C19.4929 16.4065 19.508 16.4036 19.52 16.4005C20.4447 16.1987 22.1011 16.0753 22.6763 16.5993C23.1642 17.045 22.8179 17.6353 22.7788 17.6986C22.6673 17.8672 22.7004 18.0871 22.851 18.2227C22.854 18.2256 23.1702 18.5238 23.1852 18.9244C23.1973 19.1924 23.0708 19.4665 22.8088 19.7375Z",
1794
+ d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
1941
1795
  fill: e.aiChat.icons.color
1942
1796
  }
1943
1797
  ) });
1944
1798
  }
1945
- function M2({ onClick: e }) {
1946
- const [t, n] = L(!1), { themeSettings: o } = v();
1947
- return /* @__PURE__ */ r(s1, { title: "Correct response", children: /* @__PURE__ */ u(
1948
- "span",
1799
+ function go({ onClick: e, disabled: t }) {
1800
+ const { themeSettings: n } = b();
1801
+ return /* @__PURE__ */ o(X, { title: "Correct response", children: /* @__PURE__ */ o(
1802
+ J,
1949
1803
  {
1950
1804
  "aria-label": "thumbs-up",
1951
- className: "csdk-w-[34px] csdk-h-[35px] csdk-cursor-pointer",
1952
- onMouseEnter: () => n(!0),
1953
- onMouseLeave: () => n(!1),
1954
1805
  onClick: e,
1955
- children: [
1956
- !t && /* @__PURE__ */ r(J1, { theme: o }),
1957
- t && /* @__PURE__ */ r(L2, { theme: o })
1958
- ]
1806
+ $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
1807
+ disabled: t,
1808
+ children: /* @__PURE__ */ o(po, { theme: n })
1959
1809
  }
1960
1810
  ) });
1961
1811
  }
1962
- const S2 = () => {
1963
- const [e, t] = L(!1), n = _(null), o = H(() => {
1812
+ const Co = () => {
1813
+ const [e, t] = M(!1), n = U(null), r = $(() => {
1964
1814
  t(!0);
1965
- }, []), i = H(() => {
1815
+ }, []), i = $(() => {
1966
1816
  t(!1);
1967
1817
  }, []);
1968
- return [H(
1969
- (s) => {
1818
+ return [$(
1819
+ (a) => {
1970
1820
  var l;
1971
- ((l = n.current) == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", o), n.current.removeEventListener("mouseleave", i)), (s == null ? void 0 : s.nodeType) === Node.ELEMENT_NODE && (s.addEventListener("mouseenter", o), s.addEventListener("mouseleave", i)), n.current = s;
1821
+ ((l = n.current) == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), n.current = a;
1972
1822
  },
1973
- [o, i]
1823
+ [r, i]
1974
1824
  ), e];
1975
- }, R2 = m.div`
1825
+ }, fo = u.div`
1976
1826
  display: flex;
1977
1827
  flex-direction: column;
1978
1828
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
1979
1829
  `;
1980
- function E2({ visible: e, onSend: t }) {
1981
- const [n, o] = L(!1), { themeSettings: i } = v(), a = H(
1982
- (l) => {
1983
- o(!0), t(l === "up" ? 1 : -1);
1830
+ function mo({ visible: e, onSend: t }) {
1831
+ const [n, r] = M(!1), i = $(
1832
+ (a) => {
1833
+ r(!0), t(a === "up" ? 1 : -1);
1984
1834
  },
1985
1835
  [t]
1986
1836
  ), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1987
- return e ? /* @__PURE__ */ u("div", { className: `csdk-flex ${s}`, children: [
1988
- n && /* @__PURE__ */ u(T, { children: [
1989
- /* @__PURE__ */ r(J1, { theme: i }),
1990
- /* @__PURE__ */ r(X1, { theme: i })
1991
- ] }),
1992
- !n && /* @__PURE__ */ u(T, { children: [
1993
- /* @__PURE__ */ r(M2, { onClick: () => a("up") }),
1994
- /* @__PURE__ */ r(w2, { onClick: () => a("down") })
1995
- ] })
1837
+ return e ? /* @__PURE__ */ h("div", { className: `csdk-flex csdk-items-center ${s}`, children: [
1838
+ /* @__PURE__ */ o(go, { onClick: () => i("up"), disabled: n }),
1839
+ /* @__PURE__ */ o(ho, { onClick: () => i("down"), disabled: n })
1996
1840
  ] }) : null;
1997
1841
  }
1998
- function D1({
1842
+ function Ne({
1999
1843
  sourceId: e,
2000
1844
  data: t,
2001
1845
  type: n,
2002
- buttonVisibility: o = "onHover",
2003
- children: i
1846
+ buttonVisibility: r = "onHover",
1847
+ renderContent: i
2004
1848
  }) {
2005
- const a = O(), s = Ue(
2006
- H(
2007
- (p) => {
2008
- a && a.ai.sendFeedback({
1849
+ const s = P(), a = zt(
1850
+ $(
1851
+ (C) => {
1852
+ s && s.ai.sendFeedback({
2009
1853
  sourceId: e,
2010
1854
  type: n,
2011
1855
  data: t,
2012
- rating: p
1856
+ rating: C
2013
1857
  });
2014
1858
  },
2015
- [a, e, t, n]
1859
+ [s, e, t, n]
2016
1860
  ),
2017
1861
  200
2018
- ), [l, c] = S2(), d = B(() => o === "onHover" ? c : o !== "never", [c, o]), { themeSettings: h } = v();
2019
- return /* @__PURE__ */ r(R2, { ref: l, theme: h, children: Je.map(i, (p, f) => f === 0 ? /* @__PURE__ */ u("div", { className: "csdk-flex csdk-items-center csdk-gap-x-2.5", children: [
2020
- p,
2021
- /* @__PURE__ */ r(E2, { onSend: s, visible: d })
2022
- ] }) : p) });
1862
+ ), [l, c] = Co(), d = F(() => r === "onHover" ? c : r !== "never", [c, r]), { themeSettings: g } = b();
1863
+ return /* @__PURE__ */ o(fo, { ref: l, theme: g, children: i(/* @__PURE__ */ o(mo, { onSend: a, visible: d })) });
2023
1864
  }
2024
- const H2 = 18 * 5;
2025
- function ee({ text: e }) {
2026
- const [t, n] = L(!0), [o, i] = L(!1), a = _(null);
2027
- return m1(() => {
2028
- a.current && a.current.scrollHeight > H2 && i(!0);
2029
- }, [e]), /* @__PURE__ */ u("div", { children: [
2030
- /* @__PURE__ */ r("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
2031
- o && /* @__PURE__ */ r("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ r(
1865
+ const bo = 18 * 5;
1866
+ function it({ text: e }) {
1867
+ const [t, n] = M(!0), [r, i] = M(!1), s = U(null);
1868
+ return se(() => {
1869
+ s.current && s.current.scrollHeight > bo && i(!0);
1870
+ }, [e]), /* @__PURE__ */ h("div", { children: [
1871
+ /* @__PURE__ */ o("div", { ref: s, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
1872
+ r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
2032
1873
  "div",
2033
1874
  {
2034
1875
  className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
2035
- onClick: () => n((s) => !s),
1876
+ onClick: () => n((a) => !a),
2036
1877
  children: t ? "Read more" : "Collapse"
2037
1878
  }
2038
1879
  ) })
2039
1880
  ] });
2040
1881
  }
2041
- function T2({ nlgRequest: e }) {
2042
- const { data: t, isLoading: n, isError: o } = x1(e);
2043
- return n ? /* @__PURE__ */ r(_1, {}) : o ? /* @__PURE__ */ r(F, { align: "left", children: y1 }) : /* @__PURE__ */ r(F, { align: "full", children: /* @__PURE__ */ r(ee, { text: t != null ? t : "No insights available." }) });
1882
+ function xo({ nlgRequest: e }) {
1883
+ const { data: t, isLoading: n, isError: r } = ve(e);
1884
+ return n ? /* @__PURE__ */ o(tt, {}) : r ? /* @__PURE__ */ o(V, { align: "left", children: we }) : /* @__PURE__ */ o(V, { align: "full", children: /* @__PURE__ */ o(it, { text: t != null ? t : "No insights available." }) });
2044
1885
  }
2045
- const $2 = m.path`
2046
- fill: ${({ theme: e, hover: t }) => t ? e.aiChat.icons.hover.color : e.aiChat.icons.color};
2047
- `;
2048
- function N2({ hover: e }) {
2049
- const { themeSettings: t } = v();
2050
- return /* @__PURE__ */ r("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
2051
- $2,
1886
+ function yo() {
1887
+ const { themeSettings: e } = b();
1888
+ return /* @__PURE__ */ o("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
1889
+ "path",
2052
1890
  {
2053
- theme: t,
2054
- hover: e,
2055
1891
  fillRule: "evenodd",
2056
1892
  clipRule: "evenodd",
2057
- d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z"
1893
+ d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
1894
+ fill: e.aiChat.icons.color
2058
1895
  }
2059
1896
  ) });
2060
1897
  }
2061
- function D2({ onClick: e }) {
2062
- const [t, n] = L(!1);
2063
- return /* @__PURE__ */ r(
2064
- r1,
1898
+ function vo({ onClick: e }) {
1899
+ return /* @__PURE__ */ o(ae, { align: "left", onClick: e, children: /* @__PURE__ */ h(
1900
+ "div",
2065
1901
  {
2066
- align: "left",
2067
- onClick: e,
2068
- onMouseEnter: () => n(!0),
2069
- onMouseLeave: () => n(!1),
2070
- children: /* @__PURE__ */ u(
2071
- "div",
2072
- {
2073
- className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-2 csdk-select-none",
2074
- children: [
2075
- /* @__PURE__ */ r(N2, { hover: t }),
2076
- "Insights"
2077
- ]
2078
- }
2079
- )
1902
+ className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1903
+ children: [
1904
+ /* @__PURE__ */ o(yo, {}),
1905
+ "Insights"
1906
+ ]
2080
1907
  }
2081
- );
1908
+ ) });
2082
1909
  }
2083
- const B2 = (e) => !!e && "aeiou".includes(e[0]);
2084
- function O2({ data: e, alwaysShowFeedback: t }) {
2085
- const { chatMode: n = "analyze", enableInsights: o } = W(), { queryTitle: i, chartRecommendations: a, jaql: s } = e;
2086
- console.debug(`JAQL for ${i}`, s), console.debug(`chart recommendations for ${i}`, a);
2087
- const l = "chartType" in a ? a.chartType : "table";
2088
- let c;
2089
- B2(l) ? c = `an ${l}` : c = `a ${l}`, l !== "table" && (c += " chart");
2090
- const d = s.datasource.title, [h, p] = L(!1), f = H(() => {
2091
- p((g) => !g);
2092
- }, []), b = {
1910
+ const Fe = u.div`
1911
+ display: flex;
1912
+ align-items: center;
1913
+ column-gap: 10px;
1914
+ `, wo = (e) => !!e && "aeiou".includes(e[0]);
1915
+ function ko({ data: e, alwaysShowFeedback: t }) {
1916
+ const { chatMode: n = "analyze", enableInsights: r } = A(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: l } = e;
1917
+ console.debug(`JAQL for ${s}`, l), console.debug(`chart recommendations for ${s}`, a);
1918
+ const c = "chartType" in a ? a.chartType : "table";
1919
+ let d;
1920
+ wo(c) ? d = `an ${c}` : d = `a ${c}`, c !== "table" && (d += " chart");
1921
+ const g = l.datasource.title, [C, f] = M(!1), S = $(() => {
1922
+ f((x) => !x);
1923
+ }, []), w = {
2093
1924
  jaql: {
2094
- datasource: d,
2095
- metadata: s.metadata
1925
+ datasource: g,
1926
+ metadata: l.metadata
2096
1927
  }
2097
- }, x = n === "analyze";
2098
- return /* @__PURE__ */ u(T, { children: [
2099
- /* @__PURE__ */ u(
2100
- D1,
1928
+ }, m = n === "analyze";
1929
+ return /* @__PURE__ */ h(D, { children: [
1930
+ /* @__PURE__ */ o(
1931
+ Ne,
2101
1932
  {
2102
- sourceId: d,
1933
+ sourceId: g,
2103
1934
  data: e,
2104
1935
  type: "chats/nlq",
2105
1936
  buttonVisibility: t ? "always" : "onHover",
2106
- children: [
2107
- /* @__PURE__ */ r(F, { align: "left", children: x ? `Here is ${c} showing ${e.queryTitle.toLowerCase()}.` : `Returned ${c} showing ${e.queryTitle.toLowerCase()}.` }),
2108
- x && /* @__PURE__ */ r(v2, { content: e, dataSource: d })
2109
- ]
1937
+ renderContent: (x) => /* @__PURE__ */ h(D, { children: [
1938
+ /* @__PURE__ */ h(Fe, { children: [
1939
+ /* @__PURE__ */ o(Je, { align: "left", theme: i, children: `Here's ${d} showing ${e.queryTitle.toLowerCase()}.` }),
1940
+ x
1941
+ ] }),
1942
+ m && /* @__PURE__ */ o(co, { content: e, dataSource: g })
1943
+ ] })
2110
1944
  }
2111
1945
  ),
2112
- o && /* @__PURE__ */ u(
2113
- D1,
1946
+ r && /* @__PURE__ */ o(
1947
+ Ne,
2114
1948
  {
2115
- sourceId: d,
2116
- data: b,
1949
+ sourceId: g,
1950
+ data: w,
2117
1951
  type: "nlg/queryResult",
2118
- buttonVisibility: h ? "onHover" : "never",
2119
- children: [
2120
- /* @__PURE__ */ r(D2, { onClick: f }),
2121
- h && /* @__PURE__ */ r(T2, { nlgRequest: b })
2122
- ]
1952
+ buttonVisibility: C ? "onHover" : "never",
1953
+ renderContent: (x) => /* @__PURE__ */ h(D, { children: [
1954
+ /* @__PURE__ */ h(Fe, { children: [
1955
+ /* @__PURE__ */ o(vo, { onClick: S }),
1956
+ x
1957
+ ] }),
1958
+ C && /* @__PURE__ */ o(xo, { nlgRequest: w })
1959
+ ] })
2123
1960
  }
2124
1961
  )
2125
1962
  ] });
2126
1963
  }
2127
- function I2({ message: e, isLastMessage: t }) {
2128
- if (G1(e)) {
1964
+ function So({ message: e, isLastMessage: t }) {
1965
+ if (Re(e)) {
2129
1966
  const n = JSON.parse(e.content);
2130
- return /* @__PURE__ */ r(O2, { data: n, alwaysShowFeedback: t });
1967
+ return /* @__PURE__ */ o(ko, { data: n, alwaysShowFeedback: t });
2131
1968
  }
2132
- return /* @__PURE__ */ r(F, { align: e.role === "user" ? "right" : "left", children: e.content });
1969
+ return /* @__PURE__ */ o(V, { align: e.role === "user" ? "right" : "left", children: e.content });
2133
1970
  }
2134
- const F2 = et(I2), P2 = ({ error: e }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ r(F, { align: "left", children: y1 }));
2135
- function A2({ messages: e }) {
2136
- return /* @__PURE__ */ r(T, { children: e.map((t, n) => /* @__PURE__ */ r(Gt, { fallbackRender: P2, children: /* @__PURE__ */ r(F2, { message: t, isLastMessage: n === e.length - 1 }, n) }, n)) });
1971
+ const Ro = Ut(So), Lo = ({ error: e }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(V, { align: "left", children: we }));
1972
+ function Mo({ messages: e }) {
1973
+ return /* @__PURE__ */ o(D, { children: e.map((t, n) => /* @__PURE__ */ o(Vn, { fallbackRender: Lo, children: /* @__PURE__ */ o(Ro, { message: t, isLastMessage: n === e.length - 1 }, n) }, n)) });
2137
1974
  }
2138
- function te({ color: e }) {
2139
- return /* @__PURE__ */ r(
1975
+ function st({ color: e }) {
1976
+ return /* @__PURE__ */ o(
2140
1977
  "svg",
2141
1978
  {
2142
1979
  width: "100%",
@@ -2144,7 +1981,7 @@ function te({ color: e }) {
2144
1981
  viewBox: "0 0 4 8",
2145
1982
  fill: "none",
2146
1983
  xmlns: "http://www.w3.org/2000/svg",
2147
- children: /* @__PURE__ */ r(
1984
+ children: /* @__PURE__ */ o(
2148
1985
  "path",
2149
1986
  {
2150
1987
  d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
@@ -2154,18 +1991,18 @@ function te({ color: e }) {
2154
1991
  }
2155
1992
  );
2156
1993
  }
2157
- function W2({ onClick: e, color: t }) {
2158
- return /* @__PURE__ */ r(
1994
+ function Eo({ onClick: e, color: t }) {
1995
+ return /* @__PURE__ */ o(
2159
1996
  "div",
2160
1997
  {
2161
1998
  "aria-label": "go back",
2162
1999
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2163
2000
  onClick: e,
2164
- children: /* @__PURE__ */ r(te, { color: t })
2001
+ children: /* @__PURE__ */ o(st, { color: t })
2165
2002
  }
2166
2003
  );
2167
2004
  }
2168
- const q2 = m.button`
2005
+ const To = u.button`
2169
2006
  font-size: inherit;
2170
2007
  line-height: inherit;
2171
2008
  box-sizing: border-box;
@@ -2175,6 +2012,8 @@ const q2 = m.button`
2175
2012
  padding-top: 0.5rem;
2176
2013
  padding-bottom: 0.5rem;
2177
2014
  cursor: pointer;
2015
+ text-align: left;
2016
+ max-width: 85%;
2178
2017
 
2179
2018
  font-family: ${({ theme: e }) => e.typography.fontFamily};
2180
2019
  color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
@@ -2189,8 +2028,8 @@ const q2 = m.button`
2189
2028
  ${({ theme: e }) => {
2190
2029
  const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
2191
2030
  if (t) {
2192
- const [o, i] = t;
2193
- return S`
2031
+ const [r, i] = t;
2032
+ return L`
2194
2033
  border: none;
2195
2034
  position: relative;
2196
2035
  border-radius: ${n};
@@ -2203,7 +2042,7 @@ const q2 = m.button`
2203
2042
  bottom: 0;
2204
2043
  border-radius: ${n};
2205
2044
  border: 1px solid transparent;
2206
- background: linear-gradient(30deg, ${o}, ${i}) border-box;
2045
+ background: linear-gradient(30deg, ${r}, ${i}) border-box;
2207
2046
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2208
2047
  -webkit-mask-composite: destination-out;
2209
2048
  mask-composite: exclude;
@@ -2213,24 +2052,24 @@ const q2 = m.button`
2213
2052
  return "";
2214
2053
  }}
2215
2054
  `;
2216
- function B1({ question: e, onClick: t }) {
2217
- const { themeSettings: n } = v();
2218
- return /* @__PURE__ */ r(q2, { onClick: t, theme: n, children: e });
2055
+ function Ie({ question: e, onClick: t }) {
2056
+ const { themeSettings: n } = b();
2057
+ return /* @__PURE__ */ o(To, { onClick: t, theme: n, children: e });
2219
2058
  }
2220
- const j2 = m.div`
2059
+ const $o = u.div`
2221
2060
  display: flex;
2222
2061
  flex-direction: column;
2223
2062
  align-items: flex-start;
2224
2063
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2225
2064
  `;
2226
- function V2({ questions: e, onSelection: t }) {
2227
- const [n, o] = L(!0), i = B(() => n && e.length > 5 ? e.slice(0, 4) : e, [e, n]), { themeSettings: a } = v();
2228
- return /* @__PURE__ */ u(j2, { "aria-label": "list of suggested questions", theme: a, children: [
2229
- i.map((s) => /* @__PURE__ */ r(B1, { question: s, onClick: () => t(s) }, s)),
2230
- i.length < e.length && /* @__PURE__ */ r(B1, { question: "See more", onClick: () => o(!1) })
2065
+ function Ho({ questions: e, onSelection: t }) {
2066
+ const [n, r] = M(!0), i = F(() => n && e.length > 5 ? e.slice(0, 4) : e, [e, n]), { themeSettings: s } = b();
2067
+ return /* @__PURE__ */ h($o, { "aria-label": "list of suggested questions", theme: s, children: [
2068
+ i.map((a) => /* @__PURE__ */ o(Ie, { question: a, onClick: () => t(a) }, a)),
2069
+ i.length < e.length && /* @__PURE__ */ o(Ie, { question: "See more", onClick: () => r(!1) })
2231
2070
  ] });
2232
2071
  }
2233
- const Z2 = m.div`
2072
+ const Bo = u.div`
2234
2073
  width: 283px;
2235
2074
  height: 32px;
2236
2075
  border-radius: 10px;
@@ -2254,46 +2093,45 @@ const Z2 = m.div`
2254
2093
  background-position: -200% 0;
2255
2094
  }
2256
2095
  }
2257
- `, Q2 = m.div`
2096
+ `, Do = u.div`
2258
2097
  display: flex;
2259
2098
  flex-direction: column;
2260
2099
  row-gap: 1rem;
2261
2100
  `;
2262
- function z2() {
2263
- const { themeSettings: e } = v();
2264
- return /* @__PURE__ */ r(Q2, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ r(Z2, { theme: e }, n)) });
2101
+ function No() {
2102
+ const { themeSettings: e } = b();
2103
+ return /* @__PURE__ */ o(Do, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(Bo, { theme: e }, n)) });
2265
2104
  }
2266
- function G2({ questions: e, isLoading: t, onSelection: n }) {
2267
- const o = e.length > 0;
2268
- return t ? /* @__PURE__ */ r(z2, {}) : o ? /* @__PURE__ */ u(T, { children: [
2269
- /* @__PURE__ */ r(F, { align: "left", children: "Some things to ask about this dataset:" }),
2270
- /* @__PURE__ */ r(V2, { onSelection: n, questions: e })
2105
+ function Fo({ questions: e, isLoading: t, onSelection: n }) {
2106
+ const r = e.length > 0, { suggestionsWelcomeText: i } = A();
2107
+ return t ? /* @__PURE__ */ o(No, {}) : r ? /* @__PURE__ */ h(D, { children: [
2108
+ i && /* @__PURE__ */ o(V, { align: "left", children: i }),
2109
+ /* @__PURE__ */ o(Ho, { onSelection: n, questions: e })
2271
2110
  ] }) : null;
2272
2111
  }
2273
- const U2 = m.div`
2112
+ const Io = u.div`
2113
+ flex: 0 0 80px;
2274
2114
  padding-left: 14px;
2275
2115
  padding-right: 14px;
2276
- padding-top: 29px;
2277
- padding-bottom: 29px;
2278
2116
  display: flex;
2279
2117
  align-items: center;
2280
2118
  position: relative;
2281
2119
 
2282
2120
  background-color: ${({ style: e }) => e.backgroundColor};
2283
- `, _2 = m.div`
2121
+ `, Oo = u.div`
2284
2122
  font-size: 18px;
2285
2123
  line-height: 22px;
2286
2124
  font-weight: 600;
2287
2125
  margin-left: 20px;
2288
2126
 
2289
2127
  color: ${({ style: e }) => e.textColor};
2290
- `, ne = tt(function({ title: t, leftNav: n, rightNav: o, style: i }, a) {
2291
- return /* @__PURE__ */ u(U2, { ref: a, style: i, children: [
2128
+ `, at = _t(function({ title: t, leftNav: n, rightNav: r, style: i }, s) {
2129
+ return /* @__PURE__ */ h(Io, { ref: s, style: i, children: [
2292
2130
  n,
2293
- /* @__PURE__ */ r(_2, { style: i, children: t }),
2294
- o && /* @__PURE__ */ r("div", { className: "csdk-ml-auto", children: o })
2131
+ /* @__PURE__ */ o(Oo, { style: i, children: t }),
2132
+ r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
2295
2133
  ] });
2296
- }), K2 = m.div`
2134
+ }), Wo = u.div`
2297
2135
  text-align: center;
2298
2136
  font-size: 11px;
2299
2137
  line-height: 18px;
@@ -2307,68 +2145,63 @@ const U2 = m.div`
2307
2145
 
2308
2146
  color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
2309
2147
  `;
2310
- function Y2({ theme: e }) {
2311
- return /* @__PURE__ */ u(K2, { theme: e, children: [
2312
- /* @__PURE__ */ r("div", { children: "Content is powered by AI, so surprises and mistakes are possible." }),
2313
- /* @__PURE__ */ r("div", { children: " Please rate responses so we can improve!" })
2148
+ function Po({ theme: e }) {
2149
+ return /* @__PURE__ */ h(Wo, { theme: e, children: [
2150
+ /* @__PURE__ */ o("div", { children: "Content is powered by AI, so surprises and mistakes are possible." }),
2151
+ /* @__PURE__ */ o("div", { children: " Please rate responses so we can improve!" })
2314
2152
  ] });
2315
2153
  }
2316
- const X2 = m.button`
2154
+ const Ao = u.div`
2317
2155
  font-size: inherit;
2318
2156
  line-height: inherit;
2319
- box-sizing: border-box;
2320
- border-width: 1px;
2321
- padding-left: 1rem;
2322
- padding-right: 1rem;
2323
- padding-top: 0.5rem;
2324
- padding-bottom: 0.5rem;
2157
+ padding-left: 16px;
2158
+ padding-right: 16px;
2159
+ padding-top: 4px;
2160
+ padding-bottom: 4px;
2161
+ border-radius: 16px;
2325
2162
 
2326
- font-family: ${({ theme: e }) => e.typography.fontFamily};
2327
2163
  color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
2328
2164
  background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
2329
- border: ${({ theme: e }) => e.aiChat.suggestions.border};
2330
- border-radius: ${({ theme: e }) => e.aiChat.suggestions.borderRadius};
2331
-
2332
- ${({ theme: e }) => {
2333
- const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
2334
- if (t) {
2335
- const [o, i] = t;
2336
- return S`
2337
- border: none;
2338
- position: relative;
2339
- border-radius: ${n};
2340
- &:before {
2341
- content: '';
2342
- position: absolute;
2343
- top: 0;
2344
- left: 0;
2345
- right: 0;
2346
- bottom: 0;
2347
- border-radius: ${n};
2348
- border: 1px solid transparent;
2349
- background: linear-gradient(30deg, ${o}, ${i}) border-box;
2350
- -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2351
- -webkit-mask-composite: destination-out;
2352
- mask-composite: exclude;
2353
- }
2354
- `;
2355
- }
2356
- return "";
2357
- }}
2358
- `, re = () => {
2359
- const { themeSettings: e } = v();
2360
- return /* @__PURE__ */ r(X2, { disabled: !0, theme: e, children: "Beta" });
2361
- }, J2 = m.div`
2362
- height: 100%;
2363
- border-bottom-left-radius: ${({ theme: e }) => e.aiChat.borderRadius};
2364
- border-bottom-right-radius: ${({ theme: e }) => e.aiChat.borderRadius};
2365
- display: flex;
2366
- flex-direction: column;
2367
- justify-content: space-between;
2368
- overflow: hidden;
2165
+ `, lt = () => {
2166
+ const { themeSettings: e } = b();
2167
+ return /* @__PURE__ */ o(Ao, { theme: e, children: "Beta" });
2168
+ };
2169
+ function qo() {
2170
+ const { themeSettings: e } = b();
2171
+ return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
2172
+ "path",
2173
+ {
2174
+ fillRule: "evenodd",
2175
+ clipRule: "evenodd",
2176
+ d: "M15.1747 9.1203L12 11.8401L8.82529 9.1203C8.61558 8.94064 8.29994 8.965 8.12028 9.17471C7.94062 9.38442 7.96498 9.70006 8.17469 9.87972L11.6747 12.8782C11.8619 13.0385 12.1381 13.0385 12.3253 12.8782L15.8253 9.87972C16.035 9.70006 16.0594 9.38442 15.8797 9.17471C15.7 8.965 15.3844 8.94064 15.1747 9.1203ZM15.8797 12.1731C15.7 11.9634 15.3844 11.9391 15.1747 12.1187L12 14.8385L8.82529 12.1187C8.61558 11.9391 8.29994 11.9634 8.12028 12.1731C7.94062 12.3829 7.96498 12.6985 8.17469 12.8782L11.6747 15.8766C11.8619 16.037 12.1381 16.037 12.3253 15.8766L15.8253 12.8782C16.035 12.6985 16.0594 12.3829 15.8797 12.1731Z",
2177
+ fill: e.aiChat.primaryTextColor
2178
+ }
2179
+ ) });
2180
+ }
2181
+ const zo = (e, t) => {
2182
+ const n = new Vt(e);
2183
+ return n.alpha = t, n;
2184
+ }, Vo = u.div`
2185
+ font-size: inherit;
2186
+ line-height: inherit;
2187
+ padding-left: 8px;
2188
+ padding-right: 8px;
2189
+ padding-top: 4px;
2190
+ border-radius: 16px;
2191
+ margin-bottom: 4px;
2192
+ box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${zo(e.aiChat.primaryTextColor, 0.2)}`};
2193
+ cursor: pointer;
2194
+ color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2195
+ background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
2369
2196
 
2370
- background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
2371
- `, en = m.div`
2197
+ &:hover {
2198
+ color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2199
+ background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2200
+ box-shadow: none;
2201
+ `, Zo = ({ onClick: e }) => {
2202
+ const { themeSettings: t } = b();
2203
+ return /* @__PURE__ */ o(Vo, { theme: t, onClick: e, children: /* @__PURE__ */ o(qo, {}) });
2204
+ }, Qo = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Pe, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(Zo, { onClick: t }) }), jo = u.div`
2372
2205
  display: flex;
2373
2206
  flex-direction: column;
2374
2207
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
@@ -2379,7 +2212,7 @@ const X2 = m.button`
2379
2212
  padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2380
2213
  flex: initial;
2381
2214
  height: 100%;
2382
- `, tn = m.div`
2215
+ `, Go = u.div`
2383
2216
  padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2384
2217
  padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2385
2218
  padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
@@ -2387,229 +2220,311 @@ const X2 = m.button`
2387
2220
  display: flex;
2388
2221
  flex-direction: column;
2389
2222
  row-gap: 6px;
2390
- `, nn = m.div`
2223
+ `, Uo = u.div`
2391
2224
  display: flex;
2392
2225
  flex-direction: column;
2393
2226
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2394
2227
  `;
2395
- function rn({ contextTitle: e, onGoBack: t }) {
2396
- const { data: n, isLoading: o } = Z1({
2228
+ function _o({ contextTitle: e, onGoBack: t }) {
2229
+ const {
2230
+ data: n,
2231
+ isLoading: r,
2232
+ isError: i
2233
+ } = Ue({
2397
2234
  contextTitle: e
2398
- }), i = B(
2399
- () => n.map((E) => E.nlqPrompt),
2235
+ }), s = F(
2236
+ () => n.map((v) => v.nlqPrompt),
2400
2237
  [n]
2401
2238
  ), {
2402
2239
  history: a,
2403
- lastNlqResponse: s,
2404
- isAwaitingResponse: l,
2405
- sendMessage: c,
2406
- isLoading: d,
2407
- chatId: h,
2408
- lastError: p
2409
- } = bt(e), {
2410
- mutate: f,
2411
- isLoading: b,
2412
- isSuccess: x
2413
- } = z1(h), [g, R] = L(!1), P = () => R(!0), $ = () => R(!1), D = () => {
2414
- f(), $();
2415
- }, M = _(null);
2416
- m1(() => {
2417
- M.current && (M.current.scrollTop = M.current.scrollHeight);
2418
- }, [a, g, l]);
2419
- const X = _(null), { enableFollowupQuestions: a1, enableHeader: J, numOfRecentPrompts: z } = W(), { themeSettings: I } = v(), e1 = J ? /* @__PURE__ */ r(
2420
- ne,
2240
+ lastNlqResponse: l,
2241
+ isAwaitingResponse: c,
2242
+ sendMessage: d,
2243
+ isLoading: g,
2244
+ chatId: C,
2245
+ lastError: f
2246
+ } = un(e), { mutate: S, isLoading: w } = Ke(C), [m, x] = M(!1), [y, H] = M(!1), I = () => x(!0), E = () => x(!1), ee = () => {
2247
+ S(), E();
2248
+ }, B = U(null), te = U(null), ne = () => {
2249
+ if (!(B != null && B.current))
2250
+ return;
2251
+ const { scrollTop: v, clientHeight: W, scrollHeight: q } = B.current;
2252
+ if (v === void 0 || W === void 0 || q === void 0)
2253
+ return;
2254
+ const Me = q - v - W > W / 2;
2255
+ y !== Me && H(Me);
2256
+ };
2257
+ se(() => {
2258
+ B.current && (B.current.scrollTop = B.current.scrollHeight);
2259
+ }, [a, m, c]);
2260
+ const de = U(null), { enableFollowupQuestions: ue, enableHeader: Z, numOfRecentPrompts: j } = A(), { themeSettings: O } = b(), oe = Z ? /* @__PURE__ */ o(
2261
+ at,
2421
2262
  {
2422
- ref: X,
2263
+ ref: de,
2423
2264
  title: e,
2424
- leftNav: t && /* @__PURE__ */ r(W2, { onClick: t, color: I.aiChat.header.textColor }),
2425
- rightNav: /* @__PURE__ */ r(re, {}),
2426
- style: I.aiChat.header
2265
+ leftNav: t && /* @__PURE__ */ o(Eo, { onClick: t, color: O.aiChat.header.textColor }),
2266
+ rightNav: /* @__PURE__ */ o(lt, {}),
2267
+ style: O.aiChat.header
2427
2268
  }
2428
- ) : null, j = B(
2269
+ ) : null, he = F(
2429
2270
  () => [
2430
2271
  ...new Set(
2431
- a.filter((E) => E.role === "user").filter((E) => !i.includes(E.content)).map((E) => E.content).reverse()
2272
+ a.filter((v) => v.role === "user").filter((v) => !s.includes(v.content)).map((v) => v.content).reverse()
2432
2273
  )
2433
- ].slice(0, z),
2434
- [a, z, i]
2274
+ ].slice(0, j),
2275
+ [a, j, s]
2435
2276
  );
2436
- return (p == null ? void 0 : p.message) === Q1 ? /* @__PURE__ */ u(T, { children: [
2437
- J && e1,
2438
- /* @__PURE__ */ r(U1, { text: p.message })
2439
- ] }) : /* @__PURE__ */ u(T, { children: [
2440
- e1,
2441
- /* @__PURE__ */ u(J2, { theme: I, children: [
2442
- /* @__PURE__ */ u(en, { ref: M, theme: I, children: [
2443
- /* @__PURE__ */ r(qt, {}),
2444
- /* @__PURE__ */ r(
2445
- G2,
2446
- {
2447
- questions: i,
2448
- isLoading: o,
2449
- onSelection: c
2277
+ return (f == null ? void 0 : f.message) === _e ? /* @__PURE__ */ h(D, { children: [
2278
+ Z && oe,
2279
+ /* @__PURE__ */ o(et, { text: f.message })
2280
+ ] }) : /* @__PURE__ */ h(D, { children: [
2281
+ oe,
2282
+ /* @__PURE__ */ h(jo, { ref: B, theme: O, onScroll: ne, children: [
2283
+ /* @__PURE__ */ o(
2284
+ Qo,
2285
+ {
2286
+ isVisible: y,
2287
+ anchorElement: te.current,
2288
+ onClick: () => {
2289
+ var v, W;
2290
+ (W = B.current) == null || W.scroll({
2291
+ top: (v = B.current) == null ? void 0 : v.scrollHeight,
2292
+ behavior: "smooth"
2293
+ });
2450
2294
  }
2451
- ),
2452
- p && /* @__PURE__ */ r(F, { align: "left", children: p.message }),
2453
- x && /* @__PURE__ */ r(Qt, {}),
2454
- d && /* @__PURE__ */ r(i1, {}),
2455
- !d && /* @__PURE__ */ r(A2, { messages: a }),
2456
- a1 && s && /* @__PURE__ */ r(nn, { theme: I, children: s.followupQuestions.slice(0, 2).map((E, G) => /* @__PURE__ */ r(
2457
- r1,
2458
- {
2459
- align: "left",
2460
- onClick: () => {
2461
- c(E);
2462
- },
2463
- children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-2", children: E })
2295
+ }
2296
+ ),
2297
+ /* @__PURE__ */ o(Fn, {}),
2298
+ /* @__PURE__ */ o(
2299
+ Fo,
2300
+ {
2301
+ questions: s,
2302
+ isLoading: r,
2303
+ onSelection: d
2304
+ }
2305
+ ),
2306
+ f && /* @__PURE__ */ o(V, { align: "left", children: f.message }),
2307
+ g ? /* @__PURE__ */ o(ce, {}) : /* @__PURE__ */ o(Mo, { messages: a }),
2308
+ ue && l && /* @__PURE__ */ o(Uo, { theme: O, children: l.followupQuestions.slice(0, 2).map((v, W) => /* @__PURE__ */ o(
2309
+ ae,
2310
+ {
2311
+ align: "left",
2312
+ onClick: () => {
2313
+ d(v);
2464
2314
  },
2465
- G
2466
- )) }),
2467
- (l || b) && /* @__PURE__ */ r(_1, {}),
2468
- g && /* @__PURE__ */ r(
2469
- Zt,
2470
- {
2471
- onCancel: $,
2472
- onConfirm: D
2473
- }
2474
- )
2475
- ] }),
2476
- /* @__PURE__ */ u(tn, { theme: I, children: [
2477
- /* @__PURE__ */ r(
2478
- Bt,
2479
- {
2480
- onSendMessage: c,
2481
- disabled: l || d,
2482
- onClearHistoryClick: P,
2483
- suggestions: i,
2484
- recentPrompts: j,
2485
- isLoading: o || d
2486
- }
2487
- ),
2488
- /* @__PURE__ */ r(Y2, { theme: I })
2489
- ] })
2315
+ children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: v })
2316
+ },
2317
+ W
2318
+ )) }),
2319
+ (c || w) && /* @__PURE__ */ o(tt, {}),
2320
+ m && /* @__PURE__ */ o(
2321
+ qn,
2322
+ {
2323
+ onCancel: E,
2324
+ onConfirm: ee
2325
+ }
2326
+ )
2327
+ ] }),
2328
+ /* @__PURE__ */ h(Go, { ref: te, theme: O, children: [
2329
+ /* @__PURE__ */ o(
2330
+ Dn,
2331
+ {
2332
+ onSendMessage: d,
2333
+ disabled: c || g,
2334
+ onClearHistoryClick: I,
2335
+ suggestions: s,
2336
+ recentPrompts: he,
2337
+ isLoading: r || g,
2338
+ recommendationsError: i,
2339
+ onChange: E
2340
+ }
2341
+ ),
2342
+ /* @__PURE__ */ o(Po, { theme: O })
2490
2343
  ] })
2491
2344
  ] });
2492
2345
  }
2493
- function on(e) {
2494
- const { title: t, description: n, onClick: o } = e;
2495
- return /* @__PURE__ */ u(
2496
- "div",
2497
- {
2498
- onClick: o,
2499
- className: "csdk-max-w-full csdk-shadow-ai-shadow-sm csdk-cursor-pointer csdk-rounded-[30px] csdk-h-[100px] csdk-flex csdk-items-center csdk-flex-row csdk-justify-between csdk-bg-[#F4F4F8] csdk-p-[30px]",
2500
- children: [
2501
- /* @__PURE__ */ u("div", { children: [
2502
- /* @__PURE__ */ r("div", { className: "csdk-text-xl csdk-text-text-active", children: t }),
2503
- /* @__PURE__ */ r("div", { className: "csdk-text-ai-sm csdk-text-[#8E8E8E]", children: n })
2504
- ] }),
2505
- /* @__PURE__ */ r("div", { className: "csdk-flex csdk-items-center csdk-h-[16px] csdk-w-[16px] csdk-rotate-180", children: /* @__PURE__ */ r(te, { color: "#262E3D" }) })
2506
- ]
2507
- }
2508
- );
2346
+ const Ko = u.button`
2347
+ font-family: ${({ theme: e }) => e.typography.fontFamily};
2348
+ padding: 30px;
2349
+ border: none;
2350
+ display: flex;
2351
+ align-items: center;
2352
+ justify-content: space-between;
2353
+ text-align: left;
2354
+ border-radius: 30px;
2355
+ box-shadow: 0px 1px 2px rgba(9, 9, 10, 0.1), 0px 2px 4px rgba(9, 9, 10, 0.1);
2356
+ cursor: pointer;
2357
+
2358
+ background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2359
+ `, Yo = u.div`
2360
+ font-size: 20px;
2361
+ line-height: 28px;
2362
+
2363
+ color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2364
+ `, Xo = u.div`
2365
+ font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2366
+ line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2367
+
2368
+ color: ${({ theme: e }) => ze(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2369
+ `, Jo = u.div`
2370
+ width: 16px;
2371
+ height: 16px;
2372
+ transform: rotate(180deg);
2373
+ `;
2374
+ function er(e) {
2375
+ const { title: t, description: n, onClick: r } = e, { themeSettings: i } = b();
2376
+ return /* @__PURE__ */ h(Ko, { onClick: r, theme: i, children: [
2377
+ /* @__PURE__ */ h("div", { children: [
2378
+ /* @__PURE__ */ o(Yo, { theme: i, children: t }),
2379
+ /* @__PURE__ */ o(Xo, { theme: i, children: n })
2380
+ ] }),
2381
+ /* @__PURE__ */ o(Jo, { children: /* @__PURE__ */ o(st, { color: i.aiChat.icons.color }) })
2382
+ ] });
2509
2383
  }
2510
- function sn(e) {
2511
- const { dataTopics: t } = e;
2512
- return /* @__PURE__ */ u("div", { className: "csdk-p-[20px] csdk-flex csdk-flex-col csdk-gap-5 csdk-overflow-auto", children: [
2513
- /* @__PURE__ */ r("div", { className: "csdk-text-2xl csdk-text-text-active csdk-font-semibold csdk-text-center csdk-pb-[4px]", children: "Data Topics" }),
2514
- /* @__PURE__ */ u("div", { className: "csdk-text-ai-base csdk-text-text-active", children: [
2384
+ const tr = u.div`
2385
+ padding: 20px;
2386
+ display: flex;
2387
+ flex-direction: column;
2388
+ gap: 20px;
2389
+ overflow: auto;
2390
+ `, nr = u.div`
2391
+ font-size: 24px;
2392
+ line-height: 32px;
2393
+ font-weight: 600;
2394
+ text-align: center;
2395
+ padding-bottom: 4px;
2396
+
2397
+ color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2398
+ `, or = u.div`
2399
+ font-size: 15px;
2400
+ line-height: 22px;
2401
+
2402
+ color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2403
+ `;
2404
+ function rr(e) {
2405
+ const { dataTopics: t } = e, { themeSettings: n } = b();
2406
+ return /* @__PURE__ */ h(tr, { children: [
2407
+ /* @__PURE__ */ o(nr, { theme: n, children: "Data Topics" }),
2408
+ /* @__PURE__ */ h(or, { theme: n, children: [
2515
2409
  "Analytics Chatbot is designed to help you interact with your data using natural language.",
2516
- /* @__PURE__ */ r("br", {}),
2517
- /* @__PURE__ */ r("br", {}),
2410
+ /* @__PURE__ */ o("br", {}),
2411
+ /* @__PURE__ */ o("br", {}),
2518
2412
  "Pick a topic you would like to explore:"
2519
2413
  ] }),
2520
- t.map((n) => /* @__PURE__ */ C1(on, N(w({}, n), { key: n.title })))
2414
+ t.map((r) => /* @__PURE__ */ me(er, N(R({}, r), { key: r.title })))
2521
2415
  ] });
2522
2416
  }
2523
- const an = "#FFCB05", ln = "#000000", cn = "#FFFFFF";
2524
- function dn({ colorSchema: e }) {
2525
- return /* @__PURE__ */ u("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", children: [
2526
- /* @__PURE__ */ r(
2417
+ const ir = "#FFCB05", sr = "#000000", ar = "#FFFFFF";
2418
+ function lr({ colorSchema: e }) {
2419
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", children: [
2420
+ /* @__PURE__ */ o(
2527
2421
  "path",
2528
2422
  {
2529
2423
  d: "M15.6151 8.47656H15.5936V15.0679H15.6151C16.9896 15.0679 18.3078 15.6128 19.2797 16.5827C20.2517 17.5526 20.7977 18.8681 20.7977 20.2398C20.7977 21.6115 20.2517 22.927 19.2797 23.8969C18.3078 24.8668 16.9896 25.4117 15.6151 25.4117H15.5936V32.0006H15.6151C17.1627 32.0006 18.6952 31.6964 20.1251 31.1054C21.5549 30.5144 22.8541 29.6481 23.9484 28.556C25.0428 27.4639 25.9109 26.1674 26.5031 24.7405C27.0954 23.3136 27.4002 21.7843 27.4002 20.2398C27.4002 18.6953 27.0954 17.166 26.5031 15.7391C25.9109 14.3122 25.0428 13.0157 23.9484 11.9236C22.8541 10.8315 21.5549 9.96523 20.1251 9.37419C18.6952 8.78315 17.1627 8.47895 15.6151 8.47895V8.47656Z",
2530
- fill: e === "yellow-black" ? ln : cn
2424
+ fill: e === "yellow-black" ? sr : ar
2531
2425
  }
2532
2426
  ),
2533
- /* @__PURE__ */ r(
2427
+ /* @__PURE__ */ o(
2534
2428
  "path",
2535
2429
  {
2536
2430
  d: "M12.7349 23.5217H12.7564V16.9375H12.7349C11.3603 16.9375 10.0421 16.3926 9.07021 15.4227C8.09828 14.4528 7.55226 13.1373 7.55226 11.7656C7.55226 10.3939 8.09828 9.07845 9.07021 8.10853C10.0421 7.13861 11.3603 6.59371 12.7349 6.59371H12.7564V0H12.7349C9.60924 4.64793e-08 6.61164 1.23909 4.4015 3.44467C2.19135 5.65026 0.949707 8.64168 0.949707 11.7608C0.949707 14.88 2.19135 17.8714 4.4015 20.077C6.61164 22.2826 9.60924 23.5217 12.7349 23.5217Z",
2537
- fill: an
2431
+ fill: ir
2538
2432
  }
2539
2433
  )
2540
2434
  ] });
2541
2435
  }
2542
- function un({ onDataTopicClick: e }) {
2543
- const { data: t } = k1(), n = W(), { themeSettings: o } = v(), i = B(
2436
+ const cr = u.div`
2437
+ margin-left: 14px;
2438
+ `, dr = u.div`
2439
+ display: flex;
2440
+ flex-direction: column;
2441
+ justify-content: center;
2442
+ overflow: hidden;
2443
+ height: 100%;
2444
+
2445
+ background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
2446
+ `;
2447
+ function ur({ onDataTopicClick: e }) {
2448
+ const { data: t } = Se(), n = A(), { themeSettings: r } = b(), i = F(
2544
2449
  () => t == null ? void 0 : t.map(
2545
- (s) => ({
2546
- title: s.name,
2547
- description: s.description,
2548
- onClick: () => e(s.name)
2450
+ (a) => ({
2451
+ title: a.title,
2452
+ onClick: () => e(a.title)
2549
2453
  })
2550
2454
  ),
2551
2455
  [t, e]
2552
- ), a = _e(Ke(o.aiChat.header.backgroundColor)) > 0.5;
2553
- return /* @__PURE__ */ u(T, { children: [
2554
- n.enableHeader ? /* @__PURE__ */ r(
2555
- ne,
2456
+ ), s = Zt(Qt(r.aiChat.header.backgroundColor)) > 0.5;
2457
+ return /* @__PURE__ */ h(D, { children: [
2458
+ n.enableHeader ? /* @__PURE__ */ o(
2459
+ at,
2556
2460
  {
2557
2461
  title: "Analytics Chatbot",
2558
- leftNav: /* @__PURE__ */ r("div", { className: "csdk-ml-[14px]", children: /* @__PURE__ */ r(dn, { colorSchema: a ? "yellow-white" : "yellow-black" }) }),
2559
- rightNav: /* @__PURE__ */ r(re, {}),
2560
- style: o.aiChat.header
2462
+ leftNav: /* @__PURE__ */ o(cr, { children: /* @__PURE__ */ o(lr, { colorSchema: s ? "yellow-white" : "yellow-black" }) }),
2463
+ rightNav: /* @__PURE__ */ o(lt, {}),
2464
+ style: r.aiChat.header
2561
2465
  }
2562
2466
  ) : null,
2563
- /* @__PURE__ */ u("div", { className: "csdk-flex csdk-flex-col csdk-justify-center csdk-overflow-hidden csdk-h-full ", children: [
2564
- !i && /* @__PURE__ */ r(i1, {}),
2565
- i && /* @__PURE__ */ r(sn, { dataTopics: i })
2467
+ /* @__PURE__ */ h(dr, { theme: r, children: [
2468
+ !i && /* @__PURE__ */ o(ce, {}),
2469
+ i && /* @__PURE__ */ o(rr, { dataTopics: i })
2566
2470
  ] })
2567
2471
  ] });
2568
2472
  }
2569
- function hn() {
2570
- const [e, t] = L(), [n, o] = L(), { data: i, fetchStatus: a } = k1(), { defaultContextTitle: s } = W();
2473
+ function hr() {
2474
+ const [e, t] = M(), [n, r] = M(), { data: i, fetchStatus: s } = Se(), { defaultContextTitle: a } = A();
2571
2475
  Y(() => {
2572
- if (s && i && a === "idle") {
2573
- const d = i.find((h) => h.name === s);
2574
- d ? t(d.name) : o(`Data model or perspective "${s}" not found`);
2476
+ if (a && i && s === "idle") {
2477
+ const d = i.find((g) => g.title === a);
2478
+ d ? (r(void 0), t(d.title)) : r(`Data model or perspective "${a}" not found`);
2575
2479
  }
2576
- }, [i, s, a]);
2577
- const l = K(), c = H(() => {
2578
- o(void 0), l.invalidateQueries(["getDataTopics"]);
2480
+ }, [i, a, s]);
2481
+ const l = K(), c = $(() => {
2482
+ r(void 0), l.invalidateQueries(["getDataTopics"]);
2579
2483
  }, [l]);
2580
- return n ? /* @__PURE__ */ r(U1, { text: n, action: { text: "Refresh", onClick: c } }) : s && !e ? /* @__PURE__ */ r(i1, {}) : e ? /* @__PURE__ */ r(
2581
- rn,
2484
+ return n ? /* @__PURE__ */ o(et, { text: n, action: { text: "Refresh", onClick: c } }) : a && !e ? /* @__PURE__ */ o(ce, {}) : e ? /* @__PURE__ */ o(
2485
+ _o,
2582
2486
  {
2583
2487
  contextTitle: e,
2584
- onGoBack: s ? void 0 : () => t(void 0)
2488
+ onGoBack: a ? void 0 : () => t(void 0)
2585
2489
  }
2586
- ) : /* @__PURE__ */ r(un, { onDataTopicClick: (d) => t(d) });
2490
+ ) : /* @__PURE__ */ o(ur, { onDataTopicClick: (d) => t(d) });
2587
2491
  }
2588
- const kn = A1({
2492
+ const kr = Ve({
2589
2493
  componentName: "Chatbot"
2590
2494
  })((e) => {
2591
- const { width: t, height: n, config: o } = e, { themeSettings: i } = v();
2592
- return /* @__PURE__ */ r(ct, { value: o != null ? o : {}, children: /* @__PURE__ */ r(wt, { width: t, height: n, theme: i, children: /* @__PURE__ */ r(hn, {}) }) });
2593
- }), wn = A1({
2495
+ const { width: t, height: n, config: r } = e, { themeSettings: i } = b();
2496
+ return /* @__PURE__ */ o(on, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
2497
+ fn,
2498
+ {
2499
+ id: "csdk-chatbot-frame",
2500
+ width: t,
2501
+ height: n,
2502
+ theme: i,
2503
+ tabIndex: 0,
2504
+ children: /* @__PURE__ */ o(hr, {})
2505
+ }
2506
+ ) });
2507
+ }), Sr = Ve({
2594
2508
  componentName: "GetNlgQueryResult"
2595
2509
  })(function(t) {
2596
- const { data: n, isLoading: o, isError: i } = x1(t);
2510
+ const { data: n, isLoading: r, isError: i } = ve(t);
2597
2511
  if (i)
2598
- return /* @__PURE__ */ r(T, { children: y1 });
2599
- const a = n != null ? n : "Oops, no data came back for that.";
2600
- return /* @__PURE__ */ r(ee, { text: o ? "Loading..." : a });
2512
+ return /* @__PURE__ */ o(D, { children: we });
2513
+ const s = n != null ? n : "Oops, no data came back for that.";
2514
+ return /* @__PURE__ */ o(it, { text: r ? "Loading..." : s });
2601
2515
  });
2602
2516
  export {
2603
- mn as AiContextProvider,
2604
- kn as Chatbot,
2605
- wn as GetNlgQueryResult,
2606
- p2 as JaqlElement,
2607
- vn as deriveChartFamily,
2608
- y2 as getChartOptions,
2609
- f2 as getTableOptions,
2610
- bt as useChatSession,
2611
- yn as useGetDataSourceFields,
2612
- bn as useGetNlgQueryResult,
2613
- xn as useGetQueryRecommendations
2517
+ br as AiContextProvider,
2518
+ kr as Chatbot,
2519
+ Sr as GetNlgQueryResult,
2520
+ Mr as JaqlElement,
2521
+ Er as deriveChartFamily,
2522
+ At as getChartOptions,
2523
+ Pt as getTableOptions,
2524
+ un as useChatSession,
2525
+ wr as useGetDataSourceFields,
2526
+ xr as useGetNlgQueryResult,
2527
+ yr as useGetQueryRecommendations,
2528
+ vr as useLastNlqResponse
2614
2529
  };
2615
- (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-\\[10px\\]{margin-bottom:10px}.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-\\[14px\\]{margin-left:14px}.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-3{margin-top:.75rem}.csdk-mt-\\[6px\\]{margin-top:6px}.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-\\[100px\\]{height:100px}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[16px\\]{height:16px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-\\[35px\\]{height:35px}.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-\\[26px\\]{min-height:26px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[16px\\]{width:16px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[34px\\]{width:34px}.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-max{width:-moz-max-content;width:max-content}.csdk-w-min{width:-moz-min-content;width:min-content}.csdk-w-radio{width:12px}.csdk-min-w-\\[216px\\]{min-width:216px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-5{gap:1.25rem}.csdk-gap-\\[21px\\]{gap:21px}.csdk-gap-\\[5px\\]{gap:5px}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-x-2\\.5{-moz-column-gap:.625rem;column-gap:.625rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-2{row-gap:.5rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-start{align-self:flex-start}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-text-ellipsis{text-overflow:ellipsis}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[30px\\]{border-radius:30px}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-rounded-pill{border-radius:4px}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#dadada\\]{--tw-border-opacity: 1;border-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-b-\\[\\#dadada\\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-border-t-\\[\\#dadada\\]{--tw-border-opacity: 1;border-top-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-bg-\\[\\#F4F4F8\\],.csdk-bg-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[30px\\]{padding:30px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-1{padding-left:.25rem;padding-right:.25rem}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.csdk-py-\\[3px\\]{padding-top:3px;padding-bottom:3px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pb-\\[4px\\]{padding-bottom:4px}.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-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.csdk-text-2xl{font-size:1.5rem;line-height:2rem}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-base{font-size:15px;line-height:22px}.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-pill{font-size:13px}.csdk-text-xl{font-size:1.25rem;line-height:1.75rem}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-font-semibold{font-weight:600}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-tracking-\\[0\\.3px\\]{letter-spacing:.3px}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--tw-text-opacity))}.csdk-text-\\[\\#8E8E8E\\]{--tw-text-opacity: 1;color:rgb(142 142 142 / var(--tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-ai-shadow-sm{--tw-shadow: 0px 1px 2px rgba(9, 9, 10, .1), 0px 2px 4px rgba(9, 9, 10, .1);--tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_16u5e_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_16u5e_1 ._card_16u5e_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_16u5e_1 ._text_16u5e_19{font-size:13px;text-align:center;font-weight:700}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}._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}.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-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.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}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.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__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.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}.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 .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-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 .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-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__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)}})();
2530
+ (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-3{margin:.75rem}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.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-\\[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-\\[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-\\[6px\\]{margin-top:6px}.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-\\[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-\\[26px\\]{min-height:26px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.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-max{width:-moz-max-content;width:max-content}.csdk-w-min{width:-moz-min-content;width:min-content}.csdk-w-radio{width:12px}.csdk-min-w-\\[216px\\]{min-width:216px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-\\[5px\\]{gap:5px}.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-start{align-self:flex-start}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-text-ellipsis{text-overflow:ellipsis}.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-rounded-pill{border-radius:4px}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#dadada\\]{--tw-border-opacity: 1;border-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-b-\\[\\#dadada\\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-border-t-\\[\\#dadada\\]{--tw-border-opacity: 1;border-top-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-bg-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-1{padding-left:.25rem;padding-right:.25rem}.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-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.csdk-py-\\[3px\\]{padding-top:3px;padding-bottom:3px}.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-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.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-pill{font-size:13px}.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-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-tracking-\\[0\\.3px\\]{letter-spacing:.3px}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}._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}.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-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.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}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.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__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.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}.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 .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-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 .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-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__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)}})();