@sisense/sdk-ui 2.24.0 → 2.26.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 (173) hide show
  1. package/dist/ai.cjs +59 -59
  2. package/dist/ai.js +1097 -1171
  3. package/dist/analytics-composer/node.cjs +1 -1
  4. package/dist/analytics-composer/node.js +587 -616
  5. package/dist/analytics-composer.cjs +1 -1
  6. package/dist/analytics-composer.js +6 -6
  7. package/dist/{execute-query-b9oy2Egy.js → apply-styled-options-to-query-Bzt2GrgO.js} +1635 -1530
  8. package/dist/apply-styled-options-to-query-COD9fRYD.cjs +1 -0
  9. package/dist/{dimensions-C1R5YRt-.js → dimensions-Ce2zWFrs.js} +1 -1
  10. package/dist/dimensions-u3w5qNF0.cjs +1 -0
  11. package/dist/{index-Ck-0gJC9.cjs → index-BX9p-XrU.cjs} +1 -1
  12. package/dist/{index-r66Tjiqj.js → index-D7mHzfx0.js} +9 -0
  13. package/dist/index.cjs +467 -452
  14. package/dist/index.js +27214 -34168
  15. package/dist/index.umd.js +718 -706
  16. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +2 -0
  17. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +12 -1
  18. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +17 -5
  19. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/types.d.ts +16 -1
  20. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +5 -2
  21. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +1 -1
  22. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/rename-widget/use-widget-renaming.d.ts +1 -1
  23. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-widget-scroll-persistence.d.ts +16 -0
  24. package/dist/packages/sdk-ui/src/domains/dashboarding/index.d.ts +2 -0
  25. package/dist/packages/sdk-ui/src/domains/dashboarding/persistence/persistence-manager.d.ts +11 -0
  26. package/dist/packages/sdk-ui/src/domains/dashboarding/persistence/types.d.ts +52 -0
  27. package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +5 -28
  28. package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +6 -5
  29. package/dist/packages/sdk-ui/src/domains/data-browser/data-source-dimensional-model/hooks/use-get-data-source-dimensions.d.ts +10 -0
  30. package/dist/packages/sdk-ui/src/domains/data-browser/data-source-dimensional-model/hooks/use-get-data-source-fields.d.ts +2 -0
  31. package/dist/packages/sdk-ui/src/domains/drilldown/components/drilldown-widget/drilldown-widget.d.ts +2 -2
  32. package/dist/packages/sdk-ui/src/domains/narrative/components/narrative-collapsible.d.ts +13 -0
  33. package/dist/packages/sdk-ui/src/domains/narrative/components/narrative-top-slot-shell.d.ts +21 -0
  34. package/dist/packages/sdk-ui/src/domains/narrative/components/widget-narrative-interactive.d.ts +11 -0
  35. package/dist/packages/sdk-ui/src/domains/narrative/components/widget-narrative.d.ts +40 -0
  36. package/dist/packages/sdk-ui/src/domains/narrative/core/build-narrative-request.d.ts +36 -0
  37. package/dist/packages/sdk-ui/src/domains/narrative/core/get-narrative-dimensions-and-measures.d.ts +22 -0
  38. package/dist/packages/sdk-ui/src/domains/narrative/core/widget-narrative-options.d.ts +29 -0
  39. package/dist/packages/sdk-ui/src/domains/narrative/core/widget-props-to-narrative-params.d.ts +36 -0
  40. package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-get-widget-narrative.d.ts +62 -0
  41. package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-widget-narrative-state.d.ts +39 -0
  42. package/dist/packages/sdk-ui/src/domains/query-execution/core/date-formats/simple-date-format-replacers.d.ts +13 -0
  43. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-pivot-query/use-execute-pivot-query.d.ts +2 -2
  44. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-query/use-execute-query.d.ts +2 -2
  45. package/dist/packages/sdk-ui/src/domains/visualizations/components/area-chart.d.ts +2 -2
  46. package/dist/packages/sdk-ui/src/domains/visualizations/components/areamap-chart.d.ts +2 -2
  47. package/dist/packages/sdk-ui/src/domains/visualizations/components/bar-chart.d.ts +2 -2
  48. package/dist/packages/sdk-ui/src/domains/visualizations/components/boxplot-chart/boxplot-chart.d.ts +2 -2
  49. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/chart.d.ts +2 -2
  50. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/axis.d.ts +1 -1
  51. package/dist/packages/sdk-ui/src/domains/visualizations/components/column-chart.d.ts +2 -2
  52. package/dist/packages/sdk-ui/src/domains/visualizations/components/funnel-chart.d.ts +2 -2
  53. package/dist/packages/sdk-ui/src/domains/visualizations/components/line-chart.d.ts +2 -2
  54. package/dist/packages/sdk-ui/src/domains/visualizations/components/pie-chart/pie-chart.d.ts +2 -2
  55. package/dist/packages/sdk-ui/src/domains/visualizations/components/polar-chart.d.ts +2 -2
  56. package/dist/packages/sdk-ui/src/domains/visualizations/components/scatter-chart.d.ts +2 -2
  57. package/dist/packages/sdk-ui/src/domains/visualizations/components/scattermap-chart.d.ts +2 -2
  58. package/dist/packages/sdk-ui/src/domains/visualizations/components/sunburst-chart/sunburst-chart.d.ts +2 -2
  59. package/dist/packages/sdk-ui/src/domains/visualizations/components/table/table.d.ts +2 -2
  60. package/dist/packages/sdk-ui/src/domains/visualizations/components/treemap-chart/treemap-chart.d.ts +2 -2
  61. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/apply-styled-options-to-query.d.ts +87 -0
  62. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-data-options.d.ts +13 -1
  63. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/types.d.ts +6 -6
  64. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/cartesian/utils/axis/axis-builders.d.ts +6 -1
  65. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/plot-bands.d.ts +2 -1
  66. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/axis-section.d.ts +29 -1
  67. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/design-options.d.ts +1 -0
  68. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/tooltip-utils.d.ts +1 -1
  69. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/compose-code-to-readable.d.ts +32 -0
  70. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/index.d.ts +9 -0
  71. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition.d.ts +26 -0
  72. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-params-to-view-model.d.ts +16 -0
  73. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-pill-bubble-tooltip.d.ts +12 -0
  74. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-pill.d.ts +18 -0
  75. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/types.d.ts +51 -0
  76. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +166 -2
  77. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +18 -0
  78. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/use-scroller-location-save.d.ts +8 -0
  79. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +9 -0
  80. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/widget-by-id.d.ts +2 -2
  81. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/with-navigator-scroll-save.d.ts +10 -0
  82. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/use-get-widget-model.d.ts +2 -2
  83. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/to-widget-dto-panels.d.ts +170 -0
  84. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/utils.d.ts +9 -0
  85. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +13 -16
  86. package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-api-types.d.ts +32 -0
  87. package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-constants.d.ts +6 -0
  88. package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-endpoints.d.ts +26 -0
  89. package/dist/packages/sdk-ui/src/infra/api/narrative/send-ai-feedback.d.ts +8 -0
  90. package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +12 -1
  91. package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +10 -2
  92. package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-custom-widgets.d.ts +10 -3
  93. package/dist/packages/sdk-ui/src/infra/contexts/emotion-cache-provider/emotion-cache-provider.d.ts +31 -3
  94. package/dist/packages/sdk-ui/src/infra/contexts/emotion-cache-provider/stylis-plugins/css-selector-prefix-plugin.d.ts +18 -0
  95. package/dist/packages/sdk-ui/src/infra/plugins/plugin-context.d.ts +2 -2
  96. package/dist/packages/sdk-ui/src/infra/plugins/types.d.ts +2 -2
  97. package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +9 -0
  98. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +9 -0
  99. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +9 -0
  100. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +9 -0
  101. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +9 -0
  102. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +9 -0
  103. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +9 -0
  104. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +9 -0
  105. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +9 -0
  106. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +9 -0
  107. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +9 -0
  108. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +9 -0
  109. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +9 -0
  110. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +9 -0
  111. package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +9 -0
  112. package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +18 -0
  113. package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +3 -4
  114. package/dist/packages/sdk-ui/src/modules/ai/api/types.d.ts +5 -18
  115. package/dist/packages/sdk-ui/src/modules/ai/chart/nlq-chart-widget.d.ts +2 -0
  116. package/dist/packages/sdk-ui/src/modules/ai/common/collapsible.d.ts +3 -0
  117. package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +5 -13
  118. package/dist/packages/sdk-ui/src/modules/ai/index.d.ts +2 -1
  119. package/dist/packages/sdk-ui/src/modules/ai/use-get-nlg-insights.d.ts +4 -26
  120. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +3 -7
  121. package/dist/packages/sdk-ui/src/props.d.ts +1 -1
  122. package/dist/packages/sdk-ui/src/public-api/internal.d.ts +1 -1
  123. package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +7 -1
  124. package/dist/packages/sdk-ui/src/shared/utils/filter-relations.d.ts +2 -0
  125. package/dist/packages/sdk-ui/src/types.d.ts +8 -8
  126. package/dist/translations/de-de.cjs +1 -1
  127. package/dist/translations/de-de.js +10 -1
  128. package/dist/translations/en-us.cjs +1 -1
  129. package/dist/translations/en-us.js +1 -1
  130. package/dist/translations/es-ar.cjs +1 -1
  131. package/dist/translations/es-ar.js +10 -1
  132. package/dist/translations/es-es.cjs +1 -1
  133. package/dist/translations/es-es.js +10 -1
  134. package/dist/translations/fr-fr.cjs +1 -1
  135. package/dist/translations/fr-fr.js +10 -1
  136. package/dist/translations/it-it.cjs +1 -1
  137. package/dist/translations/it-it.js +12 -3
  138. package/dist/translations/ja-jp.cjs +1 -1
  139. package/dist/translations/ja-jp.js +12 -3
  140. package/dist/translations/ko-kr.cjs +1 -1
  141. package/dist/translations/ko-kr.js +12 -3
  142. package/dist/translations/nl-nl.cjs +1 -1
  143. package/dist/translations/nl-nl.js +12 -3
  144. package/dist/translations/pt-br.cjs +1 -1
  145. package/dist/translations/pt-br.js +10 -1
  146. package/dist/translations/ru-ru.cjs +1 -1
  147. package/dist/translations/ru-ru.js +12 -3
  148. package/dist/translations/tr-tr.cjs +1 -1
  149. package/dist/translations/tr-tr.js +10 -1
  150. package/dist/translations/zh-cn.cjs +1 -1
  151. package/dist/translations/zh-cn.js +12 -3
  152. package/dist/types-COBvZZm_.cjs +1 -0
  153. package/dist/{types-DJtC8_5_.js → types-D6jCGncV.js} +1 -1
  154. package/dist/{quota-notification-CeKnEyQG.js → use-hover-B1HPf4hF.js} +27827 -19390
  155. package/dist/use-hover-CaQrW_gv.cjs +721 -0
  156. package/dist/{utils-BCp2ISWh.js → utils-BQtueE3Z.js} +13632 -13251
  157. package/dist/utils-CAubp1g1.cjs +179 -0
  158. package/dist/{widget-composer-CDNL9_XF.js → widget-composer-BAJFWk3t.js} +3 -3
  159. package/dist/{widget-composer-BkHZISs7.cjs → widget-composer-C75b-E6W.cjs} +1 -1
  160. package/package.json +11 -10
  161. package/dist/dimensions-C7yXAoZs.cjs +0 -1
  162. package/dist/execute-query-0Y9Fn9Pf.cjs +0 -1
  163. package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/index.d.ts +0 -2
  164. package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/table-widget.d.ts +0 -22
  165. package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/types.d.ts +0 -61
  166. package/dist/packages/sdk-ui/src/infra/styled/index.d.ts +0 -4
  167. package/dist/packages/sdk-ui/src/infra/styled/with-css-selector-prefix.d.ts +0 -2
  168. package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +0 -25
  169. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/constants.d.ts +0 -8
  170. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/parse-compose-code.d.ts +0 -34
  171. package/dist/quota-notification-BqRYSJ7r.cjs +0 -713
  172. package/dist/types-C0QU2tsE.cjs +0 -1
  173. package/dist/utils-D8O1_kl3.cjs +0 -190
package/dist/ai.js CHANGED
@@ -1,50 +1,50 @@
1
- var Tn = Object.defineProperty, $n = Object.defineProperties;
1
+ var Mn = Object.defineProperty, Tn = Object.defineProperties;
2
2
  var Rn = Object.getOwnPropertyDescriptors;
3
- var Ne = Object.getOwnPropertySymbols;
4
- var mt = Object.prototype.hasOwnProperty, bt = Object.prototype.propertyIsEnumerable;
5
- var We = (e, t, n) => t in e ? Tn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
3
+ var Ie = Object.getOwnPropertySymbols;
4
+ var bt = Object.prototype.hasOwnProperty, yt = Object.prototype.propertyIsEnumerable;
5
+ var We = (e, t, n) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, $ = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- mt.call(t, n) && We(e, n, t[n]);
8
- if (Ne)
9
- for (var n of Ne(t))
10
- bt.call(t, n) && We(e, n, t[n]);
7
+ bt.call(t, n) && We(e, n, t[n]);
8
+ if (Ie)
9
+ for (var n of Ie(t))
10
+ yt.call(t, n) && We(e, n, t[n]);
11
11
  return e;
12
- }, E = (e, t) => $n(e, Rn(t));
12
+ }, E = (e, t) => Tn(e, Rn(t));
13
13
  var Ze = (e, t) => {
14
14
  var n = {};
15
- for (var r in e)
16
- mt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
17
- if (e != null && Ne)
18
- for (var r of Ne(e))
19
- t.indexOf(r) < 0 && bt.call(e, r) && (n[r] = e[r]);
15
+ for (var o in e)
16
+ bt.call(e, o) && t.indexOf(o) < 0 && (n[o] = e[o]);
17
+ if (e != null && Ie)
18
+ for (var o of Ie(e))
19
+ t.indexOf(o) < 0 && yt.call(e, o) && (n[o] = e[o]);
20
20
  return n;
21
21
  };
22
- var H = (e, t, n) => We(e, typeof t != "symbol" ? t + "" : t, n);
23
- var V = (e, t, n) => new Promise((r, s) => {
22
+ var W = (e, t, n) => We(e, typeof t != "symbol" ? t + "" : t, n);
23
+ var X = (e, t, n) => new Promise((o, s) => {
24
24
  var c = (d) => {
25
25
  try {
26
- p(n.next(d));
27
- } catch (h) {
28
- s(h);
26
+ h(n.next(d));
27
+ } catch (g) {
28
+ s(g);
29
29
  }
30
- }, a = (d) => {
30
+ }, l = (d) => {
31
31
  try {
32
- p(n.throw(d));
33
- } catch (h) {
34
- s(h);
32
+ h(n.throw(d));
33
+ } catch (g) {
34
+ s(g);
35
35
  }
36
- }, p = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, a);
37
- p((n = n.apply(e, t)).next());
36
+ }, h = (d) => d.done ? o(d.value) : Promise.resolve(d.value).then(c, l);
37
+ h((n = n.apply(e, t)).next());
38
38
  });
39
- import { S as En, s as Ln, n as Nt, g as Nn, u as we, a as In, b as Pn, p as On, Q as It, c as Bn, d as Pt, e as fe, w as tt, f as w, h as q, i as R, P as Ot, T as Fn, E as An, j as Hn, k as Dn, l as qn, m as Ae, B as zn, M as Wn, o as pe, q as Bt, r as Zn, t as jn, v as Un, x as Gn, y as me, z as je, F as yt, A as C, C as Vn, I as Ft, D as Qn, G as _n, H as Kn, J as ve, K as Xn, L as Yn, N as Jn, O as er, R as tr, U as At, V as nr, W as rr, X as or, Y as ir, Z as sr } from "./quota-notification-CeKnEyQG.js";
40
- import { j as o, u as P, c as S, F as j, e as Ht, i as Oe, f as ar, h as lr, t as cr, m as dr } from "./utils-BCp2ISWh.js";
39
+ import { S as Ln, s as En, n as Pt, g as In, u as we, a as Nn, b as Pn, p as Hn, c as tt, Q as Ht, d as Bt, e as Ft, f as Ot, h as ge, w as nt, i as w, j as q, k as R, P as At, T as Bn, E as Fn, l as On, m as An, o as Dn, q as Oe, B as qn, M as zn, r as he, t as Dt, v as Wn, x as Zn, y as jn, z as Gn, A as Ce, C as je, F as xt, D as C, G as Un, I as qt, H as Vn, J as Qn, K as _n, L as xe, N as Kn, O as Xn, R as Yn, U as Jn, V as er, W as tr, X as zt, Y as nr, Z as rr, _ as or, $ as ir } from "./use-hover-B1HPf4hF.js";
40
+ import { j as r, u as N, c as S, F as j, e as Wt, i as He, f as sr, h as ar, t as lr, m as cr, a as dr } from "./utils-BQtueE3Z.js";
41
41
  import * as Y from "react";
42
- import { createContext as nt, useState as A, useCallback as I, useContext as rt, useMemo as z, useEffect as Se, useRef as he, useLayoutEffect as Be, forwardRef as ur, memo as Dt } from "react";
43
- import { x as pr, y as hr, z as gr, T as Ke, B as qt, C as fr } from "./execute-query-b9oy2Egy.js";
44
- import { t as He } from "./widget-composer-CDNL9_XF.js";
45
- import { w as Cs } from "./widget-composer-CDNL9_XF.js";
46
- import { jsx as be } from "react/jsx-runtime";
47
- class Cr extends En {
42
+ import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as A, useEffect as Se, useRef as ve, useLayoutEffect as Be, forwardRef as ur, memo as Zt } from "react";
43
+ import { t as Ae } from "./widget-composer-BAJFWk3t.js";
44
+ import { w as ls } from "./widget-composer-BAJFWk3t.js";
45
+ import { T as Ke, x as hr, y as pr } from "./apply-styled-options-to-query-Bzt2GrgO.js";
46
+ import { jsx as me } from "react/jsx-runtime";
47
+ class gr extends Ln {
48
48
  constructor(t, n) {
49
49
  super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
50
50
  }
@@ -53,8 +53,8 @@ class Cr extends En {
53
53
  }
54
54
  setOptions(t) {
55
55
  var n;
56
- const r = this.options;
57
- this.options = this.client.defaultMutationOptions(t), Ln(r, this.options) || this.client.getMutationCache().notify({
56
+ const o = this.options;
57
+ this.options = this.client.defaultMutationOptions(t), En(o, this.options) || this.client.getMutationCache().notify({
58
58
  type: "observerOptionsUpdated",
59
59
  mutation: this.currentMutation,
60
60
  observer: this
@@ -82,12 +82,12 @@ class Cr extends En {
82
82
  });
83
83
  }
84
84
  mutate(t, n) {
85
- return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, E(M({}, this.options), {
85
+ return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, E($({}, this.options), {
86
86
  variables: typeof t != "undefined" ? t : this.options.variables
87
87
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
88
88
  }
89
89
  updateResult() {
90
- const t = this.currentMutation ? this.currentMutation.state : Nn(), n = t.status === "loading", r = E(M({}, t), {
90
+ const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading", o = E($({}, t), {
91
91
  isLoading: n,
92
92
  isPending: n,
93
93
  isSuccess: t.status === "success",
@@ -96,131 +96,95 @@ class Cr extends En {
96
96
  mutate: this.mutate,
97
97
  reset: this.reset
98
98
  });
99
- this.currentResult = r;
99
+ this.currentResult = o;
100
100
  }
101
101
  notify(t) {
102
- Nt.batch(() => {
102
+ Pt.batch(() => {
103
103
  if (this.mutateOptions && this.hasListeners()) {
104
104
  if (t.onSuccess) {
105
- var n, r, s, c;
106
- (n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
105
+ var n, o, s, c;
106
+ (n = (o = this.mutateOptions).onSuccess) == null || n.call(o, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
107
107
  } else if (t.onError) {
108
- var a, p, d, h;
109
- (a = (p = this.mutateOptions).onError) == null || a.call(p, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (h = this.mutateOptions).onSettled) == null || d.call(h, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
108
+ var l, h, d, g;
109
+ (l = (h = this.mutateOptions).onError) == null || l.call(h, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (g = this.mutateOptions).onSettled) == null || d.call(g, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
110
110
  }
111
111
  }
112
112
  t.listeners && this.listeners.forEach(({
113
- listener: m
113
+ listener: b
114
114
  }) => {
115
- m(this.currentResult);
115
+ b(this.currentResult);
116
116
  });
117
117
  });
118
118
  }
119
119
  }
120
- function ot(e, t, n) {
121
- const r = On(e, t), s = we({
122
- context: r.context
123
- }), [c] = Y.useState(() => new Cr(s, r));
120
+ function it(e, t, n) {
121
+ const o = Hn(e, t), s = we({
122
+ context: o.context
123
+ }), [c] = Y.useState(() => new gr(s, o));
124
124
  Y.useEffect(() => {
125
- c.setOptions(r);
126
- }, [c, r]);
127
- const a = In(Y.useCallback((d) => c.subscribe(Nt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, h) => {
128
- c.mutate(d, h).catch(mr);
125
+ c.setOptions(o);
126
+ }, [c, o]);
127
+ const l = Nn(Y.useCallback((d) => c.subscribe(Pt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), h = Y.useCallback((d, g) => {
128
+ c.mutate(d, g).catch(fr);
129
129
  }, [c]);
130
- if (a.error && Pn(c.options.useErrorBoundary, [a.error]))
131
- throw a.error;
132
- return E(M({}, a), {
133
- mutate: p,
134
- mutateAsync: a.mutate
130
+ if (l.error && Pn(c.options.useErrorBoundary, [l.error]))
131
+ throw l.error;
132
+ return E($({}, l), {
133
+ mutate: h,
134
+ mutateAsync: l.mutate
135
135
  });
136
136
  }
137
- function mr() {
137
+ function fr() {
138
138
  }
139
- const zt = nt({}), br = () => rt(zt), Wt = ({ children: e }) => {
140
- const [t, n] = A({}), r = I(
141
- (a, p) => {
139
+ const jt = rt({}), Cr = () => ot(jt), Gt = ({ children: e }) => {
140
+ const [t, n] = O({}), o = F(
141
+ (l, h) => {
142
142
  var d;
143
- return `${a}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
143
+ return `${l}_${(d = h == null ? void 0 : h.dashboardId) != null ? d : ""}`;
144
144
  },
145
145
  []
146
- ), s = I(
147
- (a, p, d) => {
148
- n((h) => E(M({}, h), {
149
- [r(p, d)]: a
146
+ ), s = F(
147
+ (l, h, d) => {
148
+ n((g) => E($({}, g), {
149
+ [o(h, d)]: l
150
150
  }));
151
151
  },
152
- [r]
153
- ), c = I(
154
- (a, p) => t[r(a, p)],
155
- [t, r]
152
+ [o]
153
+ ), c = F(
154
+ (l, h) => t[o(l, h)],
155
+ [t, o]
156
156
  );
157
- return /* @__PURE__ */ o(zt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
158
- }, yr = "api/v2/ai/narrative", Zt = "api/v2/ai/nlg/queryResult";
159
- function xr(e) {
160
- return "status" in e;
161
- }
162
- function vr(e) {
163
- return typeof e != "object" || e === null ? !1 : xr(e) && e.status === "404";
164
- }
165
- function kr(e, t) {
166
- return V(this, null, function* () {
167
- try {
168
- return yield e.post(
169
- yr,
170
- t
171
- );
172
- } catch (n) {
173
- if (!vr(n)) throw n;
174
- return yield e.post(
175
- Zt,
176
- t
177
- );
178
- }
179
- });
180
- }
181
- function jt(e, t, n) {
182
- return V(this, null, function* () {
183
- const { isUnifiedNarrationEnabled: r = !1, isSisenseAiEnabled: s = !1 } = n != null ? n : {};
184
- return r && s ? kr(e, t) : yield e.post(
185
- Zt,
186
- t
187
- );
188
- });
189
- }
190
- class wr {
191
- constructor(t, n = !1, r, s) {
192
- H(this, "httpClient");
193
- H(this, "isUnifiedNarrationEnabled");
194
- H(this, "isSisenseAiEnabled");
195
- H(this, "getChatContexts", () => V(this, null, function* () {
157
+ return /* @__PURE__ */ r(jt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
158
+ };
159
+ class mr {
160
+ constructor(t, n = !1) {
161
+ W(this, "httpClient");
162
+ W(this, "getChatContexts", () => X(this, null, function* () {
196
163
  return (yield this.httpClient.get("api/datasources//")) || [];
197
164
  }));
198
165
  // ==== /v2/ai endpoints ====
199
- H(this, "getNlgInsights", (t) => jt(this.httpClient, t, {
200
- isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled,
201
- isSisenseAiEnabled: this.isSisenseAiEnabled
202
- }));
203
- H(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
166
+ W(this, "getNlgInsights", (t, n) => tt(this.httpClient, t, n));
167
+ W(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
204
168
  `api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
205
169
  ));
206
- H(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
207
- H(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
170
+ W(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
171
+ W(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
208
172
  console.error("Unable to set llm config", n);
209
173
  }));
210
174
  // ==== /v2/ai/chats endpoints ====
211
- H(this, "getAllChats", () => V(this, null, function* () {
175
+ W(this, "getAllChats", () => X(this, null, function* () {
212
176
  return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
213
177
  }));
214
- H(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
215
- H(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
178
+ W(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
179
+ W(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
216
180
  sourceId: t,
217
181
  volatile: this.volatile,
218
182
  contextDetails: n
219
183
  }));
220
- H(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
221
- H(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
222
- H(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
223
- H(this, "ai", {
184
+ W(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
185
+ W(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
186
+ W(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
187
+ W(this, "ai", {
224
188
  getNlgInsights: this.getNlgInsights,
225
189
  getNlqResult: this.getNlqResult,
226
190
  getQueryRecommendations: this.getQueryRecommendations,
@@ -234,88 +198,65 @@ class wr {
234
198
  clearHistory: this.deleteChatHistory
235
199
  }
236
200
  });
237
- this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r, this.isSisenseAiEnabled = s;
201
+ this.volatile = n, this.httpClient = t;
238
202
  }
239
203
  }
240
- const Sr = new It({
204
+ const br = new Ht({
241
205
  defaultOptions: {
242
206
  queries: {
243
207
  refetchOnWindowFocus: !1,
244
208
  refetchOnMount: !1
245
209
  }
246
210
  }
247
- }), it = nt(void 0), J = () => rt(it), Mr = ({
211
+ }), st = rt(void 0), te = () => ot(st), yr = ({
248
212
  children: e,
249
213
  volatile: t
250
214
  }) => {
251
- const { app: n } = Bn(), r = z(
252
- () => {
253
- var s, c;
254
- return n ? new wr(
255
- n.httpClient,
256
- t,
257
- (s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled,
258
- (c = n.settings) == null ? void 0 : c.isSisenseAiEnabled
259
- ) : void 0;
260
- },
215
+ const { app: n } = Bt(), o = A(
216
+ () => n ? new mr(n.httpClient, t) : void 0,
261
217
  [n, t]
262
218
  );
263
- return /* @__PURE__ */ o(it.Provider, { value: r, children: /* @__PURE__ */ o(Pt, { client: Sr, children: e }) });
219
+ return /* @__PURE__ */ r(st.Provider, { value: o, children: /* @__PURE__ */ r(Ft, { client: br, children: e }) });
264
220
  };
265
- function rs({ children: e, volatile: t }) {
266
- return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(Mr, { volatile: t, children: e }) });
267
- }
268
- function Ut(e) {
269
- var t, n;
270
- if ("jaql" in e)
271
- return e;
272
- {
273
- const r = gr(e.dataSource), { filters: s = [], relations: c } = pr(e.filters), { metadata: a, filterRelations: p } = hr(
274
- {
275
- dataSource: e.dataSource,
276
- attributes: (t = e.dimensions) != null ? t : [],
277
- measures: (n = e.measures) != null ? n : [],
278
- filters: s,
279
- filterRelations: c,
280
- highlights: []
281
- },
282
- !0
283
- ), d = {
284
- jaql: {
285
- datasource: r,
286
- metadata: a,
287
- filterRelations: p
288
- }
289
- };
290
- return e.verbosity && (d.verbosity = e.verbosity), d;
291
- }
221
+ function _1({ children: e, volatile: t }) {
222
+ return /* @__PURE__ */ r(Gt, { children: /* @__PURE__ */ r(yr, { volatile: t, children: e }) });
292
223
  }
293
224
  const De = (e, t = !0) => {
294
- const n = z(() => Ut(e), [e]), r = J(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = fe({
295
- queryKey: ["getNlgInsights", n, r],
296
- queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
297
- select: (m) => {
298
- var y;
299
- return (y = m == null ? void 0 : m.data) == null ? void 0 : y.answer;
225
+ var i, u, a, f;
226
+ const { app: n } = Bt(), o = n == null ? void 0 : n.httpClient, s = A(
227
+ () => {
228
+ var p, m, y, x, L, M;
229
+ return {
230
+ isUnified: (y = (m = (p = n == null ? void 0 : n.settings) == null ? void 0 : p.narrative) == null ? void 0 : m.isUnified) != null ? y : !1,
231
+ isSisenseAiEnabled: (M = (L = (x = n == null ? void 0 : n.settings) == null ? void 0 : x.narrative) == null ? void 0 : L.isSisenseAiEnabled) != null ? M : !1
232
+ };
233
+ },
234
+ [(u = (i = n == null ? void 0 : n.settings) == null ? void 0 : i.narrative) == null ? void 0 : u.isUnified, (f = (a = n == null ? void 0 : n.settings) == null ? void 0 : a.narrative) == null ? void 0 : f.isSisenseAiEnabled]
235
+ ), c = A(() => Ot(e), [e]), { data: l, error: h, isError: d, isLoading: g, isSuccess: b, refetch: k } = ge({
236
+ queryKey: ["narrative", c, s],
237
+ queryFn: () => o ? tt(o, c, s) : Promise.reject(new Error("HttpClient is required for narrative requests")),
238
+ select: (p) => {
239
+ var m;
240
+ return (m = p == null ? void 0 : p.data) == null ? void 0 : m.answer;
300
241
  },
301
- enabled: !!r && t
242
+ enabled: t
302
243
  });
303
244
  return {
304
- isLoading: p,
305
- isError: a,
306
- isSuccess: d,
307
- data: s,
308
- error: c,
309
- refetch: I(() => {
310
- h();
311
- }, [h])
245
+ isLoading: g,
246
+ isError: d,
247
+ isSuccess: b,
248
+ data: l,
249
+ error: h,
250
+ refetch: F(() => {
251
+ k();
252
+ }, [k])
312
253
  };
313
- }, Tr = (e) => {
314
- const r = e, { enabled: t } = r, n = Ze(r, ["enabled"]);
254
+ }, xr = (e) => {
255
+ const o = e, { enabled: t } = o, n = Ze(o, ["enabled"]);
315
256
  return De(n, t);
316
- }, os = tt("useGetNlgInsights")(
317
- Tr
318
- ), $r = [
257
+ }, K1 = nt("useGetNlgInsights")(
258
+ xr
259
+ ), vr = [
319
260
  "indicator",
320
261
  "column",
321
262
  "line",
@@ -323,75 +264,75 @@ const De = (e, t = !0) => {
323
264
  "pie",
324
265
  "bar"
325
266
  ];
326
- function Gt(e) {
327
- const { dataSource: t, query: n, chartTypes: r } = e;
267
+ function Ut(e) {
268
+ const { dataSource: t, query: n, chartTypes: o } = e;
328
269
  return {
329
270
  contextTitle: typeof t == "string" ? t : t.title,
330
271
  request: {
331
272
  text: n,
332
273
  // Timezone is not used by AI API, but it is currently required by the endpoint
333
274
  timezone: "UTC",
334
- chartTypes: r != null ? r : [...$r]
275
+ chartTypes: o != null ? o : [...vr]
335
276
  }
336
277
  };
337
278
  }
338
- function Rr(e, t) {
339
- return V(this, null, function* () {
340
- const { contextTitle: n, request: r } = Gt(e), s = yield t.ai.getNlqResult(n, r);
279
+ function kr(e, t) {
280
+ return X(this, null, function* () {
281
+ const { contextTitle: n, request: o } = Ut(e), s = yield t.ai.getNlqResult(n, o);
341
282
  return {
342
- widgetProps: s ? He(s, {
283
+ widgetProps: s ? Ae(s, {
343
284
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
344
285
  }) : void 0,
345
286
  nlqResult: s
346
287
  };
347
288
  });
348
289
  }
349
- const Er = (e) => {
350
- const { contextTitle: t, request: n } = Gt(e), r = J(), s = ["getNlqResult", t, n, r], { isLoading: c, isError: a, isSuccess: p, data: d, error: h, refetch: m } = fe({
290
+ const wr = (e) => {
291
+ const { contextTitle: t, request: n } = Ut(e), o = te(), s = ["getNlqResult", t, n, o], { isLoading: c, isError: l, isSuccess: h, data: d, error: g, refetch: b } = ge({
351
292
  queryKey: s,
352
- queryFn: () => r ? Rr(e, r).then((y) => y.widgetProps) : Promise.reject("No API available"),
353
- enabled: !!r && e.enabled
293
+ queryFn: () => o ? kr(e, o).then((k) => k.widgetProps) : Promise.reject("No API available"),
294
+ enabled: !!o && e.enabled
354
295
  });
355
296
  return {
356
297
  isLoading: c,
357
- isError: a,
358
- isSuccess: p,
298
+ isError: l,
299
+ isSuccess: h,
359
300
  data: d,
360
- error: h,
361
- refetch: I(() => {
362
- m();
363
- }, [m])
301
+ error: g,
302
+ refetch: F(() => {
303
+ b();
304
+ }, [b])
364
305
  };
365
- }, is = tt("useGetNlqResult")(Er), Lr = 4, Vt = (e) => {
366
- const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a = J(), p = n != null ? n : Lr, d = (s === void 0 || s === !0) && p > 0, {
367
- isLoading: h,
368
- isError: m,
369
- isSuccess: y,
306
+ }, X1 = nt("useGetNlqResult")(wr), Sr = 4, Vt = (e) => {
307
+ const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: o, enabled: s, customPrompt: c } = e, l = te(), h = n != null ? n : Sr, d = (s === void 0 || s === !0) && h > 0, {
308
+ isLoading: g,
309
+ isError: b,
310
+ isSuccess: k,
370
311
  data: i,
371
312
  error: u,
372
- refetch: l
373
- } = fe({
374
- queryKey: ["getQueryRecommendations", t, p, a],
375
- queryFn: () => a == null ? void 0 : a.ai.getQueryRecommendations(t, M({
376
- numOfRecommendations: p
313
+ refetch: a
314
+ } = ge({
315
+ queryKey: ["getQueryRecommendations", t, h, l],
316
+ queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t, $({
317
+ numOfRecommendations: h
377
318
  }, c ? { userPrompt: c } : null)),
378
- enabled: !!a && d
379
- }), f = z(() => i == null ? void 0 : i.map((g) => E(M({}, g), {
380
- widgetProps: g.jaql ? He(g, {
381
- useCustomizedStyleOptions: r
319
+ enabled: !!l && d
320
+ }), f = A(() => i == null ? void 0 : i.map((p) => E($({}, p), {
321
+ widgetProps: p.jaql ? Ae(p, {
322
+ useCustomizedStyleOptions: o
382
323
  }) : void 0
383
- })), [i, r]);
324
+ })), [i, o]);
384
325
  return {
385
- isLoading: d ? h : !1,
386
- isError: m,
387
- isSuccess: y,
326
+ isLoading: d ? g : !1,
327
+ isError: b,
328
+ isSuccess: k,
388
329
  data: f != null ? f : void 0,
389
330
  error: u,
390
- refetch: I(() => {
391
- l();
392
- }, [l])
331
+ refetch: F(() => {
332
+ a();
333
+ }, [a])
393
334
  };
394
- }, ss = tt("useGetQueryRecommendations")(
335
+ }, Y1 = nt("useGetQueryRecommendations")(
395
336
  Vt
396
337
  ), Qt = Object.freeze({
397
338
  enableFollowupQuestions: !1,
@@ -399,65 +340,65 @@ const Er = (e) => {
399
340
  enableInsights: !0,
400
341
  numOfRecommendations: 4,
401
342
  numOfRecentPrompts: 5
402
- }), _t = nt(M({}, Qt)), ne = () => rt(_t), Nr = ({ children: e, value: t }) => {
403
- const { t: n } = P(), r = Object.entries(t).reduce(
404
- (s, [c, a]) => (a !== void 0 && (s[c] = a), s),
405
- E(M({}, Qt), {
343
+ }), _t = rt($({}, Qt)), ne = () => ot(_t), $r = ({ children: e, value: t }) => {
344
+ const { t: n } = N(), o = Object.entries(t).reduce(
345
+ (s, [c, l]) => (l !== void 0 && (s[c] = l), s),
346
+ E($({}, Qt), {
406
347
  inputPromptText: n("ai.config.inputPromptText"),
407
348
  welcomeText: n("ai.config.welcomeText"),
408
349
  suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
409
350
  })
410
351
  );
411
- return /* @__PURE__ */ o(_t.Provider, { value: r, children: e });
412
- }, st = "chatHistory", Ir = (e) => {
413
- const t = J(), { hideHistory: n } = ne();
414
- return fe({
415
- queryKey: [st, e, t],
416
- queryFn: () => V(void 0, null, function* () {
352
+ return /* @__PURE__ */ r(_t.Provider, { value: o, children: e });
353
+ }, at = "chatHistory", Mr = (e) => {
354
+ const t = te(), { hideHistory: n } = ne();
355
+ return ge({
356
+ queryKey: [at, e, t],
357
+ queryFn: () => X(void 0, null, function* () {
417
358
  if (!t || !e)
418
359
  return;
419
360
  if (n)
420
361
  return [];
421
- const r = yield t.ai.chat.getById(e);
422
- return r == null ? void 0 : r.chatHistory;
362
+ const o = yield t.ai.chat.getById(e);
363
+ return o == null ? void 0 : o.chatHistory;
423
364
  }),
424
365
  enabled: !!t && !!e
425
366
  });
426
367
  }, Kt = (e) => {
427
- const t = J(), n = we();
428
- return ot({
429
- mutationFn: () => V(void 0, null, function* () {
368
+ const t = te(), n = we();
369
+ return it({
370
+ mutationFn: () => X(void 0, null, function* () {
430
371
  if (!(!t || !e))
431
372
  return t.ai.chat.clearHistory(e);
432
373
  }),
433
- onError: (r) => {
434
- console.error("Error when clearing history:", r);
374
+ onError: (o) => {
375
+ console.error("Error when clearing history:", o);
435
376
  },
436
377
  onSettled: () => {
437
- e && n.setQueriesData([st, e], []);
378
+ e && n.setQueriesData([at, e], []);
438
379
  }
439
380
  });
440
- }, at = (e) => {
441
- const { data: t, isLoading: n, isError: r } = Ir(e), { mutate: s } = Kt(e);
381
+ }, lt = (e) => {
382
+ const { data: t, isLoading: n, isError: o } = Mr(e), { mutate: s } = Kt(e);
442
383
  return Se(() => {
443
- r && s();
444
- }, [r, s]), {
384
+ o && s();
385
+ }, [o, s]), {
445
386
  history: t,
446
387
  isLoading: n,
447
- isError: r
388
+ isError: o
448
389
  };
449
- }, Pr = () => {
450
- const e = J(), { data: t, isLoading: n, fetchStatus: r } = fe({
390
+ }, Tr = () => {
391
+ const e = te(), { data: t, isLoading: n, fetchStatus: o } = ge({
451
392
  queryKey: ["getDataTopics", e],
452
- queryFn: () => V(void 0, null, function* () {
393
+ queryFn: () => X(void 0, null, function* () {
453
394
  if (e)
454
395
  return e.getChatContexts();
455
396
  }),
456
397
  enabled: !!e
457
398
  });
458
- return { data: t, isLoading: n, fetchStatus: r };
459
- }, Or = () => {
460
- const e = J(), { data: t, isLoading: n } = fe({
399
+ return { data: t, isLoading: n, fetchStatus: o };
400
+ }, Rr = () => {
401
+ const e = te(), { data: t, isLoading: n } = ge({
461
402
  queryKey: ["getAllChats", e],
462
403
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
463
404
  enabled: !!e
@@ -466,18 +407,18 @@ const Er = (e) => {
466
407
  data: t != null ? t : [],
467
408
  isLoading: n
468
409
  };
469
- }, Br = (e, t, n) => {
470
- const r = we(), s = J(), c = ot({
471
- mutationFn: () => V(void 0, null, function* () {
410
+ }, Lr = (e, t, n) => {
411
+ const o = we(), s = te(), c = it({
412
+ mutationFn: () => X(void 0, null, function* () {
472
413
  if (!(!s || !e))
473
414
  return s.ai.chat.create(e, n);
474
415
  }),
475
- onSuccess: () => r.invalidateQueries(["getAllChats"])
416
+ onSuccess: () => o.invalidateQueries(["getAllChats"])
476
417
  });
477
418
  return Se(() => {
478
419
  t && c.isIdle && c.mutate();
479
420
  }, [t, c]), c;
480
- }, Fr = (e, t) => {
421
+ }, Er = (e, t) => {
481
422
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
482
423
  case "nlq":
483
424
  return {
@@ -494,14 +435,14 @@ const Er = (e) => {
494
435
  default:
495
436
  throw Error(`${t}${JSON.stringify(e)}`);
496
437
  }
497
- }, Ar = (e, t) => {
498
- const n = we(), r = I(
438
+ }, Ir = (e, t) => {
439
+ const n = we(), o = F(
499
440
  (d) => {
500
- e && n.setQueriesData([st, e], (h) => h && [...h, d]);
441
+ e && n.setQueriesData([at, e], (g) => g && [...g, d]);
501
442
  },
502
443
  [n, e]
503
- ), { t: s } = P(), c = J(), { mutate: a, isLoading: p } = ot({
504
- mutationFn: (d) => V(void 0, null, function* () {
444
+ ), { t: s } = N(), c = te(), { mutate: l, isLoading: h } = it({
445
+ mutationFn: (d) => X(void 0, null, function* () {
505
446
  if (!(!c || !e))
506
447
  return c.ai.chat.post(e, {
507
448
  text: d,
@@ -509,13 +450,13 @@ const Er = (e) => {
509
450
  });
510
451
  }),
511
452
  onMutate: (d) => {
512
- r({
453
+ o({
513
454
  content: d,
514
455
  role: "user"
515
456
  });
516
457
  },
517
458
  onError: (d) => {
518
- d instanceof Error && (console.error("Error when sending message:", d.message), r({
459
+ d instanceof Error && (console.error("Error when sending message:", d.message), o({
519
460
  content: s(`ai.errors.${d.interpolationOptions.errorCode}`, {
520
461
  defaultValue: s("ai.errors.unexpectedChatResponse")
521
462
  }),
@@ -525,71 +466,71 @@ const Er = (e) => {
525
466
  onSuccess: (d) => {
526
467
  if (!d)
527
468
  return;
528
- const h = s("ai.errors.unknownResponse");
529
- r(Fr(d, h));
469
+ const g = s("ai.errors.unknownResponse");
470
+ o(Er(d, g));
530
471
  }
531
472
  });
532
- return { mutate: a, isLoading: p };
533
- }, lt = (e, t, n = !1) => {
534
- var m;
535
- const { data: r, isLoading: s } = Or(), c = br(), a = c.getChatId(e, t) || ((m = r.find(
536
- (y) => {
473
+ return { mutate: l, isLoading: h };
474
+ }, ct = (e, t, n = !1) => {
475
+ var b;
476
+ const { data: o, isLoading: s } = Rr(), c = Cr(), l = c.getChatId(e, t) || ((b = o.find(
477
+ (k) => {
537
478
  var i;
538
- return y.contextTitle === e && ((i = y.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
479
+ return k.contextTitle === e && ((i = k.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
539
480
  }
540
- )) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = Br(
481
+ )) == null ? void 0 : b.chatId), { isError: h, data: d, isSuccess: g } = Lr(
541
482
  e,
542
- n && !s && !a,
483
+ n && !s && !l,
543
484
  t
544
485
  );
545
486
  return Se(() => {
546
- h && d && !a && c.saveChatId(d.chatId, e, t);
547
- }, [d, h, e, t, a, c]), { chatId: a, isLoading: s, isError: p };
548
- }, Xt = (e) => z(() => {
487
+ g && d && !l && c.saveChatId(d.chatId, e, t);
488
+ }, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError: h };
489
+ }, Xt = (e) => A(() => {
549
490
  if (e != null && e.length) {
550
491
  const t = e[e.length - 1];
551
- if (ct(t))
492
+ if (dt(t))
552
493
  return JSON.parse(t.content);
553
494
  }
554
495
  return null;
555
- }, [e]), ct = (e) => !!e && "type" in e && e.type === "nlq", Hr = (e) => !!e && "type" in e && e.type === "text", Dr = (e, t) => {
556
- const { t: n } = P(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = lt(e, t, !0), [a, p] = A(null), { history: d, isLoading: h, isError: m } = at(s);
496
+ }, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq", Nr = (e) => !!e && "type" in e && e.type === "text", Pr = (e, t) => {
497
+ const { t: n } = N(), { enableFollowupQuestions: o } = ne(), { chatId: s, isError: c } = ct(e, t, !0), [l, h] = O(null), { history: d, isLoading: g, isError: b } = lt(s);
557
498
  Se(() => {
558
- c ? p(new Ke("ai.errors.chatUnavailable")) : m && p(new Ke("ai.errors.fetchHistory"));
559
- }, [c, m, n]);
560
- const { mutate: y, isLoading: i } = Ar(
499
+ c ? h(new Ke("ai.errors.chatUnavailable")) : b && h(new Ke("ai.errors.fetchHistory"));
500
+ }, [c, b, n]);
501
+ const { mutate: k, isLoading: i } = Ir(
561
502
  s,
562
- r
503
+ o
563
504
  ), u = Xt(d);
564
505
  return {
565
506
  chatId: s,
566
507
  history: d != null ? d : [],
567
508
  lastNlqResponse: u,
568
- sendMessage: y,
509
+ sendMessage: k,
569
510
  isAwaitingResponse: i,
570
- isLoading: h,
571
- lastError: a
511
+ isLoading: g,
512
+ lastError: l
572
513
  };
573
- }, as = ({
514
+ }, J1 = ({
574
515
  contextTitle: e,
575
516
  contextDetails: t
576
517
  }) => {
577
- const { chatId: n } = lt(e, t), { history: r } = at(n);
578
- return Xt(r);
579
- }, ls = ({
518
+ const { chatId: n } = ct(e, t), { history: o } = lt(n);
519
+ return Xt(o);
520
+ }, es = ({
580
521
  contextTitle: e,
581
522
  contextDetails: t
582
523
  }) => {
583
- const { chatId: n } = lt(e, t), { history: r } = at(n);
584
- return z(() => {
585
- if (r != null && r.length) {
586
- const s = r.slice().reverse().find(ct);
524
+ const { chatId: n } = ct(e, t), { history: o } = lt(n);
525
+ return A(() => {
526
+ if (o != null && o.length) {
527
+ const s = o.slice().reverse().find(dt);
587
528
  if (s)
588
529
  return JSON.parse(s.content);
589
530
  }
590
531
  return null;
591
- }, [r]);
592
- }, qr = 500, zr = 500, Wr = 500, Zr = 900, jr = w.div`
532
+ }, [o]);
533
+ }, Hr = 500, Br = 500, Fr = 500, Or = 900, Ar = w.div`
593
534
  box-sizing: border-box;
594
535
  position: relative;
595
536
  display: flex;
@@ -599,10 +540,10 @@ const Er = (e) => {
599
540
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
600
541
  overflow: hidden;
601
542
 
602
- min-width: ${qr}px;
603
- min-height: ${zr}px;
604
- width: ${({ width: e }) => e ? xt(e) : `${Wr}px`};
605
- height: ${({ height: e }) => e ? xt(e) : `${Zr}px`};
543
+ min-width: ${Hr}px;
544
+ min-height: ${Br}px;
545
+ width: ${({ width: e }) => e ? vt(e) : `${Fr}px`};
546
+ height: ${({ height: e }) => e ? vt(e) : `${Or}px`};
606
547
 
607
548
  ${({ theme: e }) => q`
608
549
  font-size: ${e.aiChat.primaryFontSize[0]};
@@ -610,10 +551,10 @@ const Er = (e) => {
610
551
  `}
611
552
  border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
612
553
  `;
613
- function xt(e) {
554
+ function vt(e) {
614
555
  return typeof e == "number" ? `${e}px` : e;
615
556
  }
616
- function Ur({ spin: e }) {
557
+ function Dr({ spin: e }) {
617
558
  return /* @__PURE__ */ S(
618
559
  "svg",
619
560
  {
@@ -624,7 +565,7 @@ function Ur({ spin: e }) {
624
565
  fill: "none",
625
566
  className: `${e ? "csdk-animate-spin" : ""}`,
626
567
  children: [
627
- /* @__PURE__ */ o(
568
+ /* @__PURE__ */ r(
628
569
  "path",
629
570
  {
630
571
  fillRule: "evenodd",
@@ -634,7 +575,7 @@ function Ur({ spin: e }) {
634
575
  fillOpacity: "0.3"
635
576
  }
636
577
  ),
637
- /* @__PURE__ */ o(
578
+ /* @__PURE__ */ r(
638
579
  "path",
639
580
  {
640
581
  fillRule: "evenodd",
@@ -648,9 +589,9 @@ function Ur({ spin: e }) {
648
589
  );
649
590
  }
650
591
  function qe() {
651
- return /* @__PURE__ */ o("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Ur, { spin: !0 }) });
592
+ return /* @__PURE__ */ r("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ r(Dr, { spin: !0 }) });
652
593
  }
653
- const Gr = w.div`
594
+ const qr = w.div`
654
595
  text-align: center;
655
596
  font-size: 11px;
656
597
  line-height: 18px;
@@ -664,21 +605,21 @@ const Gr = w.div`
664
605
 
665
606
  color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
666
607
  `;
667
- function Vr({ theme: e }) {
668
- const { t } = P();
669
- return /* @__PURE__ */ S(Gr, { theme: e, children: [
670
- /* @__PURE__ */ o("div", { children: t("ai.disclaimer.poweredByAi") }),
608
+ function zr({ theme: e }) {
609
+ const { t } = N();
610
+ return /* @__PURE__ */ S(qr, { theme: e, children: [
611
+ /* @__PURE__ */ r("div", { children: t("ai.disclaimer.poweredByAi") }),
671
612
  /* @__PURE__ */ S("div", { children: [
672
613
  " ",
673
614
  t("ai.disclaimer.rateRequest")
674
615
  ] })
675
616
  ] });
676
617
  }
677
- const Qr = w.div`
618
+ const Wr = w.div`
678
619
  display: flex;
679
620
  flex-direction: column;
680
621
  row-gap: 4px;
681
- `, _r = w.div`
622
+ `, Zr = w.div`
682
623
  font-size: 11px;
683
624
  line-height: 18px;
684
625
  font-weight: 300;
@@ -688,7 +629,7 @@ const Qr = w.div`
688
629
  &:hover {
689
630
  background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
690
631
  }
691
- `, Kr = w.div`
632
+ `, jr = w.div`
692
633
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
693
634
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
694
635
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
@@ -698,19 +639,19 @@ const Qr = w.div`
698
639
  background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
699
640
  }
700
641
  `;
701
- function Xr({
642
+ function Gr({
702
643
  title: e,
703
644
  items: t,
704
645
  onSelect: n,
705
- alwaysExpanded: r = !1
646
+ alwaysExpanded: o = !1
706
647
  }) {
707
- const [s, c] = A(!1), { themeSettings: a } = R();
708
- return /* @__PURE__ */ S(Qr, { children: [
709
- /* @__PURE__ */ o(_r, { onClick: () => c((p) => !p), theme: a, children: e.toUpperCase() }),
710
- (s || r) && t.map((p, d) => /* @__PURE__ */ o(Kr, { onClick: () => n(p), theme: a, children: p }, d))
648
+ const [s, c] = O(!1), { themeSettings: l } = R();
649
+ return /* @__PURE__ */ S(Wr, { children: [
650
+ /* @__PURE__ */ r(Zr, { onClick: () => c((h) => !h), theme: l, children: e.toUpperCase() }),
651
+ (s || o) && t.map((h, d) => /* @__PURE__ */ r(jr, { onClick: () => n(h), theme: l, children: h }, d))
711
652
  ] });
712
653
  }
713
- const Yr = w.div`
654
+ const Ur = w.div`
714
655
  font-family: ${({ theme: e }) => e.typography.fontFamily};
715
656
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
716
657
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
@@ -722,37 +663,37 @@ const Yr = w.div`
722
663
  display: flex;
723
664
  flex-direction: column;
724
665
  row-gap: 4px;
725
- `, Jr = w.div`
666
+ `, Vr = w.div`
726
667
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
727
668
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
728
669
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
729
670
  padding: 4px 12px;
730
671
  `, Xe = (e) => e.startsWith("/");
731
- function eo({
672
+ function Qr({
732
673
  recentPrompts: e,
733
674
  suggestions: t,
734
675
  isLoading: n,
735
- onSelection: r,
676
+ onSelection: o,
736
677
  anchorEl: s,
737
678
  text: c,
738
- recommendationsError: a
679
+ recommendationsError: l
739
680
  }) {
740
681
  const d = [
741
682
  {
742
683
  title: "/recent searches",
743
684
  items: e,
744
- onSelect: r
685
+ onSelect: o
745
686
  },
746
687
  {
747
688
  title: "/ai recommendations",
748
689
  items: t,
749
- onSelect: r
690
+ onSelect: o
750
691
  }
751
692
  ].filter(
752
693
  (i) => i.title.slice(0, c.length) === c
753
- ), { themeSettings: h } = R(), { t: m } = P(), y = d.length === 1;
754
- return /* @__PURE__ */ o(
755
- Ot,
694
+ ), { themeSettings: g } = R(), { t: b } = N(), k = d.length === 1;
695
+ return /* @__PURE__ */ r(
696
+ At,
756
697
  {
757
698
  open: Xe(c) && d.length > 0,
758
699
  anchorEl: s,
@@ -766,19 +707,19 @@ function eo({
766
707
  }
767
708
  ],
768
709
  sx: { zIndex: 3 },
769
- children: /* @__PURE__ */ S(Yr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: h, children: [
770
- n && /* @__PURE__ */ o(qe, {}),
771
- !n && !a && d.map((i) => /* @__PURE__ */ o(Xr, E(M({}, i), { alwaysExpanded: y }), i.title)),
772
- a && /* @__PURE__ */ o(Jr, { theme: h, children: m("ai.errors.recommendationsNotAvailable") })
710
+ children: /* @__PURE__ */ S(Ur, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: g, children: [
711
+ n && /* @__PURE__ */ r(qe, {}),
712
+ !n && !l && d.map((i) => /* @__PURE__ */ r(Gr, E($({}, i), { alwaysExpanded: k }), i.title)),
713
+ l && /* @__PURE__ */ r(Vr, { theme: g, children: b("ai.errors.recommendationsNotAvailable") })
773
714
  ] })
774
715
  }
775
716
  );
776
717
  }
777
- const to = 500;
778
- function Me({ title: e, placement: t = "top", children: n }) {
779
- const { themeSettings: r } = R();
780
- return /* @__PURE__ */ o(
781
- Fn,
718
+ const _r = 500;
719
+ function $e({ title: e, placement: t = "top", children: n }) {
720
+ const { themeSettings: o } = R();
721
+ return /* @__PURE__ */ r(
722
+ Bn,
782
723
  {
783
724
  title: e,
784
725
  placement: t,
@@ -786,20 +727,20 @@ function Me({ title: e, placement: t = "top", children: n }) {
786
727
  componentsProps: {
787
728
  tooltip: {
788
729
  sx: {
789
- bgcolor: r.aiChat.tooltips.backgroundColor,
790
- color: r.aiChat.tooltips.textColor,
730
+ bgcolor: o.aiChat.tooltips.backgroundColor,
731
+ color: o.aiChat.tooltips.textColor,
791
732
  paddingX: "16px",
792
733
  paddingY: "12px",
793
734
  fontSize: "13px",
794
- fontFamily: r.typography.fontFamily,
735
+ fontFamily: o.typography.fontFamily,
795
736
  fontWeight: 400,
796
737
  borderRadius: "4px",
797
- boxShadow: r.aiChat.tooltips.boxShadow
738
+ boxShadow: o.aiChat.tooltips.boxShadow
798
739
  }
799
740
  },
800
741
  arrow: {
801
742
  sx: {
802
- color: r.aiChat.tooltips.backgroundColor
743
+ color: o.aiChat.tooltips.backgroundColor
803
744
  }
804
745
  }
805
746
  },
@@ -808,24 +749,24 @@ function Me({ title: e, placement: t = "top", children: n }) {
808
749
  }
809
750
  );
810
751
  }
811
- function no({ theme: e }) {
752
+ function Kr({ theme: e }) {
812
753
  const t = e.aiChat.icons.color;
813
754
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
814
- /* @__PURE__ */ o(
755
+ /* @__PURE__ */ r(
815
756
  "path",
816
757
  {
817
758
  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",
818
759
  fill: t
819
760
  }
820
761
  ),
821
- /* @__PURE__ */ o(
762
+ /* @__PURE__ */ r(
822
763
  "path",
823
764
  {
824
765
  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",
825
766
  fill: t
826
767
  }
827
768
  ),
828
- /* @__PURE__ */ o(
769
+ /* @__PURE__ */ r(
829
770
  "path",
830
771
  {
831
772
  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",
@@ -834,8 +775,8 @@ function no({ theme: e }) {
834
775
  )
835
776
  ] });
836
777
  }
837
- function ro({ theme: e }) {
838
- 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(
778
+ function Xr({ theme: e }) {
779
+ 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(
839
780
  "path",
840
781
  {
841
782
  d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
@@ -843,19 +784,19 @@ function ro({ theme: e }) {
843
784
  }
844
785
  ) });
845
786
  }
846
- const oo = w.div`
787
+ const Yr = w.div`
847
788
  display: flex;
848
789
  flex-direction: row;
849
790
  align-items: flex-end;
850
791
  justify-content: space-between;
851
792
 
852
793
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
853
- `, io = w.button`
794
+ `, Jr = w.button`
854
795
  height: 34px;
855
796
  background-color: inherit;
856
797
  cursor: pointer;
857
798
  border: none;
858
- `, so = w.textarea`
799
+ `, eo = w.textarea`
859
800
  font-size: inherit;
860
801
  line-height: inherit;
861
802
  resize: none;
@@ -883,7 +824,7 @@ const oo = w.div`
883
824
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
884
825
 
885
826
  background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
886
- `, ao = w.button`
827
+ `, to = w.button`
887
828
  height: 34px;
888
829
  background-color: inherit;
889
830
  border-style: none;
@@ -897,126 +838,126 @@ const oo = w.div`
897
838
  opacity: 1;
898
839
  cursor: pointer;
899
840
  `}
900
- `, lo = 34;
901
- function co({
841
+ `, no = 34;
842
+ function ro({
902
843
  onSendMessage: e,
903
844
  onClearHistoryClick: t,
904
845
  disabled: n,
905
- recentPrompts: r,
846
+ recentPrompts: o,
906
847
  suggestions: s,
907
848
  isLoading: c,
908
- recommendationsError: a,
909
- onChange: p
849
+ recommendationsError: l,
850
+ onChange: h
910
851
  }) {
911
- const [d, h] = A(""), { inputPromptText: m } = ne(), y = I(() => {
852
+ const [d, g] = O(""), { inputPromptText: b } = ne(), k = F(() => {
912
853
  if (n) return;
913
854
  if (Xe(d)) {
914
- h("");
855
+ g("");
915
856
  return;
916
857
  }
917
- const k = d.trim();
918
- k.length !== 0 && (e(k), h(""));
919
- }, [n, e, d]), i = I(
920
- (k) => {
921
- e(k), h("");
858
+ const x = d.trim();
859
+ x.length !== 0 && (e(x), g(""));
860
+ }, [n, e, d]), i = F(
861
+ (x) => {
862
+ e(x), g("");
922
863
  },
923
864
  [e]
924
- ), u = I(
925
- (k) => {
926
- k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && h("");
865
+ ), u = F(
866
+ (x) => {
867
+ x.key === "Enter" ? (x.preventDefault(), k()) : x.key === "Escape" && Xe(d) && g("");
927
868
  },
928
- [y, d]
929
- ), l = I(
930
- (k) => {
931
- p == null || p(k.target.value), h(k.target.value);
869
+ [k, d]
870
+ ), a = F(
871
+ (x) => {
872
+ h == null || h(x.target.value), g(x.target.value);
932
873
  },
933
- [p]
934
- ), f = he(null);
874
+ [h]
875
+ ), f = ve(null);
935
876
  Be(() => {
936
877
  f.current && (f.current.style.height = "inherit", f.current.style.height = `${Math.max(
937
878
  f.current.scrollHeight + 2,
938
879
  // account for 1px top/bottom border
939
- lo
880
+ no
940
881
  )}px`);
941
882
  }, [d]), Be(() => {
942
883
  f.current && f.current.focus({ preventScroll: !0 });
943
884
  }, []);
944
- const { themeSettings: g } = R(), { t: x } = P(), v = I((k) => {
885
+ const { themeSettings: p } = R(), { t: m } = N(), y = F((x) => {
945
886
  var L;
946
- if ((L = document.getElementById("csdk-chatbot-frame")) != null && L.contains(k.relatedTarget)) {
947
- const $ = (T) => {
948
- var N;
949
- document.removeEventListener("mouseup", $), document.removeEventListener("keyup", $), T.type === "mouseup" && ((N = document.getSelection()) == null ? void 0 : N.type) !== "Range" && k.target.focus({ preventScroll: !0 });
887
+ if ((L = document.getElementById("csdk-chatbot-frame")) != null && L.contains(x.relatedTarget)) {
888
+ const M = (T) => {
889
+ var I;
890
+ document.removeEventListener("mouseup", M), document.removeEventListener("keyup", M), T.type === "mouseup" && ((I = document.getSelection()) == null ? void 0 : I.type) !== "Range" && x.target.focus({ preventScroll: !0 });
950
891
  };
951
- document.addEventListener("mouseup", $), document.addEventListener("keyup", $);
892
+ document.addEventListener("mouseup", M), document.addEventListener("keyup", M);
952
893
  }
953
894
  }, []);
954
- return /* @__PURE__ */ S(oo, { theme: g, children: [
955
- /* @__PURE__ */ o(
956
- eo,
895
+ return /* @__PURE__ */ S(Yr, { theme: p, children: [
896
+ /* @__PURE__ */ r(
897
+ Qr,
957
898
  {
958
- recentPrompts: r,
899
+ recentPrompts: o,
959
900
  suggestions: s,
960
901
  isLoading: c,
961
902
  onSelection: i,
962
903
  anchorEl: f.current,
963
904
  text: d,
964
- recommendationsError: a
905
+ recommendationsError: l
965
906
  }
966
907
  ),
967
- t && /* @__PURE__ */ o(Me, { title: x("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(io, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(no, { theme: g }) }) }),
968
- /* @__PURE__ */ o(
969
- so,
908
+ t && /* @__PURE__ */ r($e, { title: m("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ r(Jr, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ r(Kr, { theme: p }) }) }),
909
+ /* @__PURE__ */ r(
910
+ eo,
970
911
  {
971
912
  "aria-label": "chat input",
972
- onBlur: v,
973
- maxLength: to,
913
+ onBlur: y,
914
+ maxLength: _r,
974
915
  ref: f,
975
916
  rows: 1,
976
- onChange: l,
917
+ onChange: a,
977
918
  spellCheck: "true",
978
- placeholder: m,
919
+ placeholder: b,
979
920
  value: d,
980
921
  onKeyDown: u,
981
- theme: g,
922
+ theme: p,
982
923
  disabled: n
983
924
  }
984
925
  ),
985
- /* @__PURE__ */ o(
986
- ao,
926
+ /* @__PURE__ */ r(
927
+ to,
987
928
  {
988
929
  "aria-label": "send chat message",
989
930
  disabled: n || d.length === 0,
990
- onClick: y,
991
- theme: g,
992
- children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(ro, { theme: g }) })
931
+ onClick: k,
932
+ theme: p,
933
+ children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(Xr, { theme: p }) })
993
934
  }
994
935
  )
995
936
  ] });
996
937
  }
997
- const uo = w.div`
938
+ const oo = w.div`
998
939
  margin: auto;
999
940
  display: flex;
1000
941
  flex-direction: column;
1001
942
  align-items: center;
1002
943
  row-gap: 21px;
1003
- `, po = w.div`
944
+ `, io = w.div`
1004
945
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1005
946
  text-align: center;
1006
947
  font-weight: 600;
1007
- `, ho = w.div`
948
+ `, so = w.div`
1008
949
  color: rgba(54, 163, 217, 1);
1009
950
  cursor: pointer;
1010
951
  `;
1011
952
  function Yt({ text: e, action: t }) {
1012
953
  const { themeSettings: n } = R();
1013
- return /* @__PURE__ */ S(uo, { children: [
1014
- /* @__PURE__ */ o(po, { theme: n, children: e }),
1015
- /* @__PURE__ */ o(An, {}),
1016
- t && /* @__PURE__ */ o(ho, { onClick: t.onClick, children: t.text })
954
+ return /* @__PURE__ */ S(oo, { children: [
955
+ /* @__PURE__ */ r(io, { theme: n, children: e }),
956
+ /* @__PURE__ */ r(Fn, {}),
957
+ t && /* @__PURE__ */ r(so, { onClick: t.onClick, children: t.text })
1017
958
  ] });
1018
959
  }
1019
- const go = w.div`
960
+ const ao = w.div`
1020
961
  flex: 0 0 80px;
1021
962
  padding-left: 14px;
1022
963
  padding-right: 14px;
@@ -1025,20 +966,20 @@ const go = w.div`
1025
966
  position: relative;
1026
967
 
1027
968
  background-color: ${({ style: e }) => e.backgroundColor};
1028
- `, fo = w.div`
969
+ `, lo = w.div`
1029
970
  font-size: 18px;
1030
971
  line-height: 22px;
1031
972
  font-weight: 600;
1032
973
  margin-left: 20px;
1033
974
 
1034
975
  color: ${({ style: e }) => e.textColor};
1035
- `, Jt = ur(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
1036
- return /* @__PURE__ */ S(go, { ref: c, style: s, children: [
976
+ `, Jt = ur(function({ title: t, leftNav: n, rightNav: o, style: s }, c) {
977
+ return /* @__PURE__ */ S(ao, { ref: c, style: s, children: [
1037
978
  n,
1038
- /* @__PURE__ */ o(fo, { style: s, children: t }),
1039
- r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
979
+ /* @__PURE__ */ r(lo, { style: s, children: t }),
980
+ o && /* @__PURE__ */ r("div", { className: "csdk-ml-auto", children: o })
1040
981
  ] });
1041
- }), Ie = w.div`
982
+ }), Ne = w.div`
1042
983
  width: 5px;
1043
984
  height: 5px;
1044
985
  border-radius: 50%;
@@ -1067,7 +1008,7 @@ const go = w.div`
1067
1008
  }
1068
1009
  }
1069
1010
  `;
1070
- function dt() {
1011
+ function ut() {
1071
1012
  const { themeSettings: e } = R(), t = e.aiChat.icons.color;
1072
1013
  return /* @__PURE__ */ S(
1073
1014
  "div",
@@ -1075,10 +1016,10 @@ function dt() {
1075
1016
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1076
1017
  "aria-label": "loading dots",
1077
1018
  children: [
1078
- /* @__PURE__ */ o(Ie, { color: t }),
1079
- /* @__PURE__ */ o(Ie, { color: t }),
1080
- /* @__PURE__ */ o(Ie, { color: t }),
1081
- /* @__PURE__ */ o(Ie, { color: t })
1019
+ /* @__PURE__ */ r(Ne, { color: t }),
1020
+ /* @__PURE__ */ r(Ne, { color: t }),
1021
+ /* @__PURE__ */ r(Ne, { color: t }),
1022
+ /* @__PURE__ */ r(Ne, { color: t })
1082
1023
  ]
1083
1024
  }
1084
1025
  );
@@ -1087,348 +1028,348 @@ function ce() {
1087
1028
  return ce = Object.assign ? Object.assign.bind() : function(e) {
1088
1029
  for (var t = 1; t < arguments.length; t++) {
1089
1030
  var n = arguments[t];
1090
- for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
1031
+ for (var o in n) Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o]);
1091
1032
  }
1092
1033
  return e;
1093
1034
  }, ce.apply(this, arguments);
1094
1035
  }
1095
- const Co = ["children", "options"], b = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
1096
- var vt;
1036
+ const co = ["children", "options"], v = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
1037
+ var kt;
1097
1038
  (function(e) {
1098
1039
  e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
1099
- })(vt || (vt = {}));
1100
- const kt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), wt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, mo = ["style", "script"], bo = ["src", "href", "data", "formAction", "srcDoc", "action"], yo = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, xo = /mailto:/i, vo = /\n{2,}$/, en = /^(\s*>[\s\S]*?)(?=\n\n|$)/, ko = /^ *> ?/gm, wo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, So = /^ {2,}\n/, Mo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, tn = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, nn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, To = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, $o = /^(?:\n *)*\n/, Ro = /\r\n?/g, Eo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Lo = /^\[\^([^\]]+)]/, No = /\f/g, Io = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Po = /^\s*?\[(x|\s)\]/, rn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, sn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Oo = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, an = /^<!--[\s\S]*?(?:-->)/, Bo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Fo = /^\{.*\}$/, Ao = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Ho = /^<([^ >]+@[^ >]+)>/, Do = /^<([^ >]+:\/[^ >]+)>/, qo = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, zo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Wo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Zo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, jo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Uo = /\t/g, Go = /(^ *\||\| *$)/g, Vo = /^ *:-+: *$/, Qo = /^ *:-+ *$/, _o = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Ko = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Xo = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Yo = new RegExp(`^(==)${ze}\\1`), Jo = new RegExp(`^(~~)${ze}\\1`), ei = /^\\([^0-9A-Za-z\s])/, St = /\\([^0-9A-Za-z\s])/g, ti = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, ni = /^\n+/, ri = /^([ \t]*)/, oi = /\\([^\\])/g, ii = /(?:^|\n)( *)$/, ut = "(?:\\d+\\.)", pt = "(?:[*+-])";
1040
+ })(kt || (kt = {}));
1041
+ const wt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), St = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, uo = ["style", "script"], ho = ["src", "href", "data", "formAction", "srcDoc", "action"], po = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, go = /mailto:/i, fo = /\n{2,}$/, en = /^(\s*>[\s\S]*?)(?=\n\n|$)/, Co = /^ *> ?/gm, mo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, bo = /^ {2,}\n/, yo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, tn = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, nn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, xo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, vo = /^(?:\n *)*\n/, ko = /\r\n?/g, wo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, So = /^\[\^([^\]]+)]/, $o = /\f/g, Mo = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, To = /^\s*?\[(x|\s)\]/, rn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, sn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Ro = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, an = /^<!--[\s\S]*?(?:-->)/, Lo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Eo = /^\{.*\}$/, Io = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, No = /^<([^ >]+@[^ >]+)>/, Po = /^<([^ >]+:\/[^ >]+)>/, Ho = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Bo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Fo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Oo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Ao = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Do = /\t/g, qo = /(^ *\||\| *$)/g, zo = /^ *:-+: *$/, Wo = /^ *:-+ *$/, Zo = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", jo = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Go = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Uo = new RegExp(`^(==)${ze}\\1`), Vo = new RegExp(`^(~~)${ze}\\1`), Qo = /^\\([^0-9A-Za-z\s])/, $t = /\\([^0-9A-Za-z\s])/g, _o = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Ko = /^\n+/, Xo = /^([ \t]*)/, Yo = /\\([^\\])/g, Jo = /(?:^|\n)( *)$/, ht = "(?:\\d+\\.)", pt = "(?:[*+-])";
1101
1042
  function cn(e) {
1102
- return "( *)(" + (e === 1 ? ut : pt) + ") +";
1043
+ return "( *)(" + (e === 1 ? ht : pt) + ") +";
1103
1044
  }
1104
1045
  const dn = cn(1), un = cn(2);
1105
- function pn(e) {
1046
+ function hn(e) {
1106
1047
  return new RegExp("^" + (e === 1 ? dn : un));
1107
1048
  }
1108
- const si = pn(1), ai = pn(2);
1109
- function hn(e) {
1110
- return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ut : pt) + " )[^\\n]*)*(\\n|$)", "gm");
1049
+ const ei = hn(1), ti = hn(2);
1050
+ function pn(e) {
1051
+ return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ht : pt) + " )[^\\n]*)*(\\n|$)", "gm");
1111
1052
  }
1112
- const li = hn(1), ci = hn(2);
1053
+ const ni = pn(1), ri = pn(2);
1113
1054
  function gn(e) {
1114
- const t = e === 1 ? ut : pt;
1055
+ const t = e === 1 ? ht : pt;
1115
1056
  return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
1116
1057
  }
1117
1058
  const fn = gn(1), Cn = gn(2);
1118
1059
  function Mt(e, t) {
1119
- const n = t === 1, r = n ? fn : Cn, s = n ? li : ci, c = n ? si : ai;
1120
- return { match: ge(function(a, p) {
1121
- const d = ii.exec(p.prevCapture);
1122
- return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
1123
- }), order: 1, parse(a, p, d) {
1124
- const h = n ? +a[2] : void 0, m = a[0].replace(vo, `
1060
+ const n = t === 1, o = n ? fn : Cn, s = n ? ni : ri, c = n ? ei : ti;
1061
+ return { match: pe(function(l, h) {
1062
+ const d = Jo.exec(h.prevCapture);
1063
+ return d && (h.list || !h.inline && !h.simple) ? o.exec(l = d[1] + l) : null;
1064
+ }), order: 1, parse(l, h, d) {
1065
+ const g = n ? +l[2] : void 0, b = l[0].replace(fo, `
1125
1066
  `).match(s);
1126
- let y = !1;
1127
- return { items: m.map(function(i, u) {
1128
- const l = c.exec(i)[0].length, f = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(f, "").replace(c, ""), x = u === m.length - 1, v = g.indexOf(`
1067
+ let k = !1;
1068
+ return { items: b.map(function(i, u) {
1069
+ const a = c.exec(i)[0].length, f = new RegExp("^ {1," + a + "}", "gm"), p = i.replace(f, "").replace(c, ""), m = u === b.length - 1, y = p.indexOf(`
1129
1070
 
1130
- `) !== -1 || x && y;
1131
- y = v;
1132
- const k = d.inline, L = d.list;
1133
- let $;
1134
- d.list = !0, v ? (d.inline = !1, $ = ke(g) + `
1071
+ `) !== -1 || m && k;
1072
+ k = y;
1073
+ const x = d.inline, L = d.list;
1074
+ let M;
1075
+ d.list = !0, y ? (d.inline = !1, M = ke(p) + `
1135
1076
 
1136
- `) : (d.inline = !0, $ = ke(g));
1137
- const T = p($, d);
1138
- return d.inline = k, d.list = L, T;
1139
- }), ordered: n, start: h };
1140
- }, render: (a, p, d) => e(a.ordered ? "ol" : "ul", { key: d.key, start: a.type === b.orderedList ? a.start : void 0 }, a.items.map(function(h, m) {
1141
- return e("li", { key: m }, p(h, d));
1077
+ `) : (d.inline = !0, M = ke(p));
1078
+ const T = h(M, d);
1079
+ return d.inline = x, d.list = L, T;
1080
+ }), ordered: n, start: g };
1081
+ }, render: (l, h, d) => e(l.ordered ? "ol" : "ul", { key: d.key, start: l.type === v.orderedList ? l.start : void 0 }, l.items.map(function(g, b) {
1082
+ return e("li", { key: b }, h(g, d));
1142
1083
  })) };
1143
1084
  }
1144
- const di = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ui = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, mn = [en, tn, nn, rn, sn, on, ln, fn, Cn], pi = [...mn, /^[^\n]+(?: \n|\n{2,})/, Ye, an, Je];
1085
+ const oi = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ii = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, mn = [en, tn, nn, rn, sn, on, ln, fn, Cn], si = [...mn, /^[^\n]+(?: \n|\n{2,})/, Ye, an, Je];
1145
1086
  function ke(e) {
1146
1087
  let t = e.length;
1147
1088
  for (; t > 0 && e[t - 1] <= " "; ) t--;
1148
1089
  return e.slice(0, t);
1149
1090
  }
1150
- function ye(e) {
1091
+ function be(e) {
1151
1092
  return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
1152
1093
  }
1153
- function hi(e) {
1154
- return _o.test(e) ? "right" : Vo.test(e) ? "center" : Qo.test(e) ? "left" : null;
1094
+ function ai(e) {
1095
+ return Zo.test(e) ? "right" : zo.test(e) ? "center" : Wo.test(e) ? "left" : null;
1155
1096
  }
1156
- function Tt(e, t, n, r) {
1097
+ function Tt(e, t, n, o) {
1157
1098
  const s = n.inTable;
1158
1099
  n.inTable = !0;
1159
- let c = [[]], a = "";
1160
- function p() {
1161
- if (!a) return;
1100
+ let c = [[]], l = "";
1101
+ function h() {
1102
+ if (!l) return;
1162
1103
  const d = c[c.length - 1];
1163
- d.push.apply(d, t(a, n)), a = "";
1104
+ d.push.apply(d, t(l, n)), l = "";
1164
1105
  }
1165
- return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, h, m) => {
1166
- d.trim() === "|" && (p(), r) ? h !== 0 && h !== m.length - 1 && c.push([]) : a += d;
1167
- }), p(), n.inTable = s, c;
1106
+ return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, g, b) => {
1107
+ d.trim() === "|" && (h(), o) ? g !== 0 && g !== b.length - 1 && c.push([]) : l += d;
1108
+ }), h(), n.inTable = s, c;
1168
1109
  }
1169
- function gi(e, t, n) {
1110
+ function li(e, t, n) {
1170
1111
  n.inline = !0;
1171
- const r = e[2] ? e[2].replace(Go, "").split("|").map(hi) : [], s = e[3] ? function(a, p, d) {
1172
- return a.trim().split(`
1173
- `).map(function(h) {
1174
- return Tt(h, p, d, !0);
1112
+ const o = e[2] ? e[2].replace(qo, "").split("|").map(ai) : [], s = e[3] ? function(l, h, d) {
1113
+ return l.trim().split(`
1114
+ `).map(function(g) {
1115
+ return Tt(g, h, d, !0);
1175
1116
  });
1176
1117
  }(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
1177
- return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
1118
+ return n.inline = !1, s.length ? { align: o, cells: s, header: c, type: v.table } : { children: c, type: v.paragraph };
1178
1119
  }
1179
- function $t(e, t) {
1120
+ function Rt(e, t) {
1180
1121
  return e.align[t] == null ? {} : { textAlign: e.align[t] };
1181
1122
  }
1182
- function ge(e) {
1123
+ function pe(e) {
1183
1124
  return e.inline = 1, e;
1184
1125
  }
1185
1126
  function ie(e) {
1186
- return ge(function(t, n) {
1127
+ return pe(function(t, n) {
1187
1128
  return n.inline ? e.exec(t) : null;
1188
1129
  });
1189
1130
  }
1190
1131
  function se(e) {
1191
- return ge(function(t, n) {
1132
+ return pe(function(t, n) {
1192
1133
  return n.inline || n.simple ? e.exec(t) : null;
1193
1134
  });
1194
1135
  }
1195
- function te(e) {
1136
+ function ee(e) {
1196
1137
  return function(t, n) {
1197
1138
  return n.inline || n.simple ? null : e.exec(t);
1198
1139
  };
1199
1140
  }
1200
- function xe(e) {
1201
- return ge(function(t) {
1141
+ function ye(e) {
1142
+ return pe(function(t) {
1202
1143
  return e.exec(t);
1203
1144
  });
1204
1145
  }
1205
- function fi(e, t) {
1146
+ function ci(e, t) {
1206
1147
  if (t.inline || t.simple) return null;
1207
1148
  let n = "";
1208
1149
  e.split(`
1209
1150
  `).every((s) => (s += `
1210
1151
  `, !mn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1211
- const r = ke(n);
1212
- return r == "" ? null : [n, , r];
1152
+ const o = ke(n);
1153
+ return o == "" ? null : [n, , o];
1213
1154
  }
1214
- const Ci = /(javascript|vbscript|data(?!:image)):/i;
1215
- function mi(e) {
1155
+ const di = /(javascript|vbscript|data(?!:image)):/i;
1156
+ function ui(e) {
1216
1157
  try {
1217
1158
  const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
1218
- if (Ci.test(t)) return null;
1159
+ if (di.test(t)) return null;
1219
1160
  } catch (t) {
1220
1161
  return null;
1221
1162
  }
1222
1163
  return e;
1223
1164
  }
1224
- function Rt(e) {
1225
- return e.replace(oi, "$1");
1165
+ function Lt(e) {
1166
+ return e.replace(Yo, "$1");
1226
1167
  }
1227
1168
  function Pe(e, t, n) {
1228
- const r = n.inline || !1, s = n.simple || !1;
1169
+ const o = n.inline || !1, s = n.simple || !1;
1229
1170
  n.inline = !0, n.simple = !0;
1230
1171
  const c = e(t, n);
1231
- return n.inline = r, n.simple = s, c;
1172
+ return n.inline = o, n.simple = s, c;
1232
1173
  }
1233
- function bi(e, t, n) {
1234
- const r = n.inline || !1, s = n.simple || !1;
1174
+ function hi(e, t, n) {
1175
+ const o = n.inline || !1, s = n.simple || !1;
1235
1176
  n.inline = !1, n.simple = !0;
1236
1177
  const c = e(t, n);
1237
- return n.inline = r, n.simple = s, c;
1178
+ return n.inline = o, n.simple = s, c;
1238
1179
  }
1239
- function yi(e, t, n) {
1240
- const r = n.inline || !1;
1180
+ function pi(e, t, n) {
1181
+ const o = n.inline || !1;
1241
1182
  n.inline = !1;
1242
1183
  const s = e(t, n);
1243
- return n.inline = r, s;
1184
+ return n.inline = o, s;
1244
1185
  }
1245
- const Ue = (e, t, n) => ({ children: Pe(t, e[2], n) });
1246
- function Ge() {
1186
+ const Ge = (e, t, n) => ({ children: Pe(t, e[2], n) });
1187
+ function Ue() {
1247
1188
  return {};
1248
1189
  }
1249
1190
  function Ve() {
1250
1191
  return null;
1251
1192
  }
1252
- function xi(...e) {
1193
+ function gi(...e) {
1253
1194
  return e.filter(Boolean).join(" ");
1254
1195
  }
1255
1196
  function Qe(e, t, n) {
1256
- let r = e;
1197
+ let o = e;
1257
1198
  const s = t.split(".");
1258
- for (; s.length && (r = r[s[0]], r !== void 0); ) s.shift();
1259
- return r || n;
1199
+ for (; s.length && (o = o[s[0]], o !== void 0); ) s.shift();
1200
+ return o || n;
1260
1201
  }
1261
- function vi(e = "", t = {}) {
1262
- function n(i, u, ...l) {
1202
+ function fi(e = "", t = {}) {
1203
+ function n(i, u, ...a) {
1263
1204
  const f = Qe(t.overrides, `${i}.props`, {});
1264
- return t.createElement(function(g, x) {
1265
- const v = Qe(x, g);
1266
- return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Qe(x, `${g}.component`, g) : g;
1267
- }(i, t.overrides), ce({}, u, f, { className: xi(u == null ? void 0 : u.className, f.className) || void 0 }), ...l);
1205
+ return t.createElement(function(p, m) {
1206
+ const y = Qe(m, p);
1207
+ return y ? typeof y == "function" || typeof y == "object" && "render" in y ? y : Qe(m, `${p}.component`, p) : p;
1208
+ }(i, t.overrides), ce({}, u, f, { className: gi(u == null ? void 0 : u.className, f.className) || void 0 }), ...a);
1268
1209
  }
1269
- function r(i) {
1270
- i = i.replace(Io, "");
1210
+ function o(i) {
1211
+ i = i.replace(Mo, "");
1271
1212
  let u = !1;
1272
- t.forceInline ? u = !0 : t.forceBlock || (u = jo.test(i) === !1);
1273
- const l = h(d(u ? i : `${ke(i).replace(ni, "")}
1213
+ t.forceInline ? u = !0 : t.forceBlock || (u = Ao.test(i) === !1);
1214
+ const a = g(d(u ? i : `${ke(i).replace(Ko, "")}
1274
1215
 
1275
1216
  `, { inline: u }));
1276
- for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); ) l.pop();
1277
- if (t.wrapper === null) return l;
1217
+ for (; typeof a[a.length - 1] == "string" && !a[a.length - 1].trim(); ) a.pop();
1218
+ if (t.wrapper === null) return a;
1278
1219
  const f = t.wrapper || (u ? "span" : "div");
1279
- let g;
1280
- if (l.length > 1 || t.forceWrapper) g = l;
1220
+ let p;
1221
+ if (a.length > 1 || t.forceWrapper) p = a;
1281
1222
  else {
1282
- if (l.length === 1) return g = l[0], typeof g == "string" ? n("span", { key: "outer" }, g) : g;
1283
- g = null;
1223
+ if (a.length === 1) return p = a[0], typeof p == "string" ? n("span", { key: "outer" }, p) : p;
1224
+ p = null;
1284
1225
  }
1285
- return t.createElement(f, { key: "outer" }, g);
1226
+ return t.createElement(f, { key: "outer" }, p);
1286
1227
  }
1287
1228
  function s(i, u) {
1288
- const l = u.match(yo);
1289
- return l ? l.reduce(function(f, g) {
1290
- const x = g.indexOf("=");
1291
- if (x !== -1) {
1292
- const v = function(T) {
1293
- return T.indexOf("-") !== -1 && T.match(Bo) === null && (T = T.replace(qo, function(N, F) {
1294
- return F.toUpperCase();
1229
+ const a = u.match(po);
1230
+ return a ? a.reduce(function(f, p) {
1231
+ const m = p.indexOf("=");
1232
+ if (m !== -1) {
1233
+ const y = function(T) {
1234
+ return T.indexOf("-") !== -1 && T.match(Lo) === null && (T = T.replace(Ho, function(I, B) {
1235
+ return B.toUpperCase();
1295
1236
  })), T;
1296
- }(g.slice(0, x)).trim(), k = function(T) {
1297
- const N = T[0];
1298
- return (N === '"' || N === "'") && T.length >= 2 && T[T.length - 1] === N ? T.slice(1, -1) : T;
1299
- }(g.slice(x + 1).trim()), L = kt[v] || v;
1237
+ }(p.slice(0, m)).trim(), x = function(T) {
1238
+ const I = T[0];
1239
+ return (I === '"' || I === "'") && T.length >= 2 && T[T.length - 1] === I ? T.slice(1, -1) : T;
1240
+ }(p.slice(m + 1).trim()), L = wt[y] || y;
1300
1241
  if (L === "ref") return f;
1301
- const $ = f[L] = function(T, N, F, le) {
1302
- return N === "style" ? function(Q) {
1242
+ const M = f[L] = function(T, I, B, le) {
1243
+ return I === "style" ? function(V) {
1303
1244
  const Z = [];
1304
- let _ = "", K = !1, D = !1, ee = "";
1305
- if (!Q) return Z;
1306
- for (let U = 0; U < Q.length; U++) {
1307
- const W = Q[U];
1308
- if (W !== '"' && W !== "'" || K || (D ? W === ee && (D = !1, ee = "") : (D = !0, ee = W)), W === "(" && _.endsWith("url") ? K = !0 : W === ")" && K && (K = !1), W !== ";" || D || K) _ += W;
1245
+ let Q = "", _ = !1, D = !1, J = "";
1246
+ if (!V) return Z;
1247
+ for (let G = 0; G < V.length; G++) {
1248
+ const z = V[G];
1249
+ if (z !== '"' && z !== "'" || _ || (D ? z === J && (D = !1, J = "") : (D = !0, J = z)), z === "(" && Q.endsWith("url") ? _ = !0 : z === ")" && _ && (_ = !1), z !== ";" || D || _) Q += z;
1309
1250
  else {
1310
- const G = _.trim();
1311
- if (G) {
1312
- const re = G.indexOf(":");
1251
+ const U = Q.trim();
1252
+ if (U) {
1253
+ const re = U.indexOf(":");
1313
1254
  if (re > 0) {
1314
- const Ce = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
1315
- Z.push([Ce, de]);
1255
+ const fe = U.slice(0, re).trim(), de = U.slice(re + 1).trim();
1256
+ Z.push([fe, de]);
1316
1257
  }
1317
1258
  }
1318
- _ = "";
1259
+ Q = "";
1319
1260
  }
1320
1261
  }
1321
- const O = _.trim();
1322
- if (O) {
1323
- const U = O.indexOf(":");
1324
- if (U > 0) {
1325
- const W = O.slice(0, U).trim(), G = O.slice(U + 1).trim();
1326
- Z.push([W, G]);
1262
+ const P = Q.trim();
1263
+ if (P) {
1264
+ const G = P.indexOf(":");
1265
+ if (G > 0) {
1266
+ const z = P.slice(0, G).trim(), U = P.slice(G + 1).trim();
1267
+ Z.push([z, U]);
1327
1268
  }
1328
1269
  }
1329
1270
  return Z;
1330
- }(F).reduce(function(Q, [Z, _]) {
1331
- return Q[Z.replace(/(-[a-z])/g, (K) => K[1].toUpperCase())] = le(_, T, Z), Q;
1332
- }, {}) : bo.indexOf(N) !== -1 ? le(F, T, N) : (F.match(Fo) && (F = F.slice(1, F.length - 1)), F === "true" || F !== "false" && F);
1333
- }(i, v, k, t.sanitizer);
1334
- typeof $ == "string" && (Ye.test($) || Je.test($)) && (f[L] = r($.trim()));
1335
- } else g !== "style" && (f[kt[g] || g] = !0);
1271
+ }(B).reduce(function(V, [Z, Q]) {
1272
+ return V[Z.replace(/(-[a-z])/g, (_) => _[1].toUpperCase())] = le(Q, T, Z), V;
1273
+ }, {}) : ho.indexOf(I) !== -1 ? le(B, T, I) : (B.match(Eo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
1274
+ }(i, y, x, t.sanitizer);
1275
+ typeof M == "string" && (Ye.test(M) || Je.test(M)) && (f[L] = o(M.trim()));
1276
+ } else p !== "style" && (f[wt[p] || p] = !0);
1336
1277
  return f;
1337
1278
  }, {}) : null;
1338
1279
  }
1339
- t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || mi, t.slugify = t.slugify || ye, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, wt, t.namedCodesToUnicode) : wt, t.createElement = t.createElement || Y.createElement;
1340
- const c = [], a = {}, p = { [b.blockQuote]: { match: te(en), order: 1, parse(i, u, l) {
1341
- const [, f, g] = i[0].replace(ko, "").match(wo);
1342
- return { alert: f, children: u(g, l) };
1343
- }, render(i, u, l) {
1344
- const f = { key: l.key };
1345
- return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), ye), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, l));
1346
- } }, [b.breakLine]: { match: xe(So), order: 1, parse: Ge, render: (i, u, l) => n("br", { key: l.key }) }, [b.breakThematic]: { match: te(Mo), order: 1, parse: Ge, render: (i, u, l) => n("hr", { key: l.key }) }, [b.codeBlock]: { match: te(nn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace(St, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: te(tn), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: se(To), order: 3, parse: (i) => ({ text: i[2].replace(St, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [b.footnote]: { match: te(Eo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [b.footnoteReference]: { match: ie(Lo), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], ye)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [b.gfmTask]: { match: ie(Po), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: te(t.enforceAtxHeadings ? on : rn), order: 1, parse: (i, u, l) => ({ children: Pe(u, i[2], l), id: t.slugify(i[2], ye), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [b.headingSetext]: { match: te(sn), order: 0, parse: (i, u, l) => ({ children: Pe(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: xe(Ye), order: 1, parse(i, u, l) {
1347
- const [, f] = i[3].match(ri), g = new RegExp(`^${f}`, "gm"), x = i[3].replace(g, ""), v = (k = x, pi.some((F) => F.test(k)) ? yi : Pe);
1348
- var k;
1349
- const L = i[1].toLowerCase(), $ = mo.indexOf(L) !== -1, T = ($ ? L : i[1]).trim(), N = { attrs: s(T, i[2]), noInnerParse: $, tag: T };
1350
- return l.inAnchor = l.inAnchor || L === "a", $ ? N.text = i[3] : N.children = v(u, x, l), l.inAnchor = !1, N;
1351
- }, render: (i, u, l) => n(i.tag, ce({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [b.htmlSelfClosing]: { match: xe(Je), order: 1, parse(i) {
1280
+ t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || ui, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, St, t.namedCodesToUnicode) : St, t.createElement = t.createElement || Y.createElement;
1281
+ const c = [], l = {}, h = { [v.blockQuote]: { match: ee(en), order: 1, parse(i, u, a) {
1282
+ const [, f, p] = i[0].replace(Co, "").match(mo);
1283
+ return { alert: f, children: u(p, a) };
1284
+ }, render(i, u, a) {
1285
+ const f = { key: a.key };
1286
+ return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), be), i.children.unshift({ attrs: {}, children: [{ type: v.text, text: i.alert }], noInnerParse: !0, type: v.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, a));
1287
+ } }, [v.breakLine]: { match: ye(bo), order: 1, parse: Ue, render: (i, u, a) => n("br", { key: a.key }) }, [v.breakThematic]: { match: ee(yo), order: 1, parse: Ue, render: (i, u, a) => n("hr", { key: a.key }) }, [v.codeBlock]: { match: ee(nn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace($t, "$1") }), render: (i, u, a) => n("pre", { key: a.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [v.codeFenced]: { match: ee(tn), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: v.codeBlock }) }, [v.codeInline]: { match: se(xo), order: 3, parse: (i) => ({ text: i[2].replace($t, "$1") }), render: (i, u, a) => n("code", { key: a.key }, i.text) }, [v.footnote]: { match: ee(wo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [v.footnoteReference]: { match: ie(So), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], be)}`, text: i[1] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: a.key }, i.text)) }, [v.gfmTask]: { match: ie(To), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, a) => n("input", { checked: i.completed, key: a.key, readOnly: !0, type: "checkbox" }) }, [v.heading]: { match: ee(t.enforceAtxHeadings ? on : rn), order: 1, parse: (i, u, a) => ({ children: Pe(u, i[2], a), id: t.slugify(i[2], be), level: i[1].length }), render: (i, u, a) => n(`h${i.level}`, { id: i.id, key: a.key }, u(i.children, a)) }, [v.headingSetext]: { match: ee(sn), order: 0, parse: (i, u, a) => ({ children: Pe(u, i[1], a), level: i[2] === "=" ? 1 : 2, type: v.heading }) }, [v.htmlBlock]: { match: ye(Ye), order: 1, parse(i, u, a) {
1288
+ const [, f] = i[3].match(Xo), p = new RegExp(`^${f}`, "gm"), m = i[3].replace(p, ""), y = (x = m, si.some((B) => B.test(x)) ? pi : Pe);
1289
+ var x;
1290
+ const L = i[1].toLowerCase(), M = uo.indexOf(L) !== -1, T = (M ? L : i[1]).trim(), I = { attrs: s(T, i[2]), noInnerParse: M, tag: T };
1291
+ return a.inAnchor = a.inAnchor || L === "a", M ? I.text = i[3] : I.children = y(u, m, a), a.inAnchor = !1, I;
1292
+ }, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [v.htmlSelfClosing]: { match: ye(Je), order: 1, parse(i) {
1352
1293
  const u = i[1].trim();
1353
1294
  return { attrs: s(u, i[2] || ""), tag: u };
1354
- }, render: (i, u, l) => n(i.tag, ce({}, i.attrs, { key: l.key })) }, [b.htmlComment]: { match: xe(an), order: 1, parse: () => ({}), render: Ve }, [b.image]: { match: se(ui), order: 1, parse: (i) => ({ alt: i[1], target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: ie(di), order: 3, parse: (i, u, l) => ({ children: bi(u, i[1], l), target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [b.linkAngleBraceStyleDetector]: { match: ie(Do), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: ge((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Ao)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: ie(Ho), order: 0, parse(i) {
1355
- let u = i[1], l = i[1];
1356
- return xo.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: l, type: b.link };
1357
- } }, [b.orderedList]: Mt(n, 1), [b.unorderedList]: Mt(n, 2), [b.newlineCoalescer]: { match: te($o), order: 3, parse: Ge, render: () => `
1358
- ` }, [b.paragraph]: { match: ge(fi), order: 3, parse: Ue, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [b.ref]: { match: ie(zo), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [b.refImage]: { match: se(Wo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [b.refLink]: { match: ie(Zo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [b.table]: { match: te(ln), order: 1, parse: gi, render(i, u, l) {
1295
+ }, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [v.htmlComment]: { match: ye(an), order: 1, parse: () => ({}), render: Ve }, [v.image]: { match: se(ii), order: 1, parse: (i) => ({ alt: i[1], target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("img", { key: a.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [v.link]: { match: ie(oi), order: 3, parse: (i, u, a) => ({ children: hi(u, i[1], a), target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, a)) }, [v.linkAngleBraceStyleDetector]: { match: ie(Po), order: 0, parse: (i) => ({ children: [{ text: i[1], type: v.text }], target: i[1], type: v.link }) }, [v.linkBareUrlDetector]: { match: pe((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Io)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: v.text }], target: i[1], title: void 0, type: v.link }) }, [v.linkMailtoDetector]: { match: ie(No), order: 0, parse(i) {
1296
+ let u = i[1], a = i[1];
1297
+ return go.test(a) || (a = "mailto:" + a), { children: [{ text: u.replace("mailto:", ""), type: v.text }], target: a, type: v.link };
1298
+ } }, [v.orderedList]: Mt(n, 1), [v.unorderedList]: Mt(n, 2), [v.newlineCoalescer]: { match: ee(vo), order: 3, parse: Ue, render: () => `
1299
+ ` }, [v.paragraph]: { match: pe(ci), order: 3, parse: Ge, render: (i, u, a) => n("p", { key: a.key }, u(i.children, a)) }, [v.ref]: { match: ie(Bo), order: 0, parse: (i) => (l[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [v.refImage]: { match: se(Fo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("img", { key: a.key, alt: i.alt, src: t.sanitizer(l[i.ref].target, "img", "src"), title: l[i.ref].title }) : null }, [v.refLink]: { match: ie(Oo), order: 0, parse: (i, u, a) => ({ children: u(i[1], a), fallbackChildren: i[0], ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("a", { key: a.key, href: t.sanitizer(l[i.ref].target, "a", "href"), title: l[i.ref].title }, u(i.children, a)) : n("span", { key: a.key }, i.fallbackChildren) }, [v.table]: { match: ee(ln), order: 1, parse: li, render(i, u, a) {
1359
1300
  const f = i;
1360
- return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g, x) {
1361
- return n("th", { key: x, style: $t(f, x) }, u(g, l));
1362
- }))), n("tbody", null, f.cells.map(function(g, x) {
1363
- return n("tr", { key: x }, g.map(function(v, k) {
1364
- return n("td", { key: k, style: $t(f, k) }, u(v, l));
1301
+ return n("table", { key: a.key }, n("thead", null, n("tr", null, f.header.map(function(p, m) {
1302
+ return n("th", { key: m, style: Rt(f, m) }, u(p, a));
1303
+ }))), n("tbody", null, f.cells.map(function(p, m) {
1304
+ return n("tr", { key: m }, p.map(function(y, x) {
1305
+ return n("td", { key: x, style: Rt(f, x) }, u(y, a));
1365
1306
  }));
1366
1307
  })));
1367
- } }, [b.text]: { match: xe(ti), order: 4, parse: (i) => ({ text: i[0].replace(Oo, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [b.textBolded]: { match: se(Ko), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [b.textEmphasized]: { match: se(Xo), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [b.textEscaped]: { match: se(ei), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: se(Yo), order: 3, parse: Ue, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [b.textStrikethroughed]: { match: se(Jo), order: 3, parse: Ue, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
1368
- t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
1308
+ } }, [v.text]: { match: ye(_o), order: 4, parse: (i) => ({ text: i[0].replace(Ro, (u, a) => t.namedCodesToUnicode[a] ? t.namedCodesToUnicode[a] : u) }), render: (i) => i.text }, [v.textBolded]: { match: se(jo), order: 2, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("strong", { key: a.key }, u(i.children, a)) }, [v.textEmphasized]: { match: se(Go), order: 3, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("em", { key: a.key }, u(i.children, a)) }, [v.textEscaped]: { match: se(Qo), order: 1, parse: (i) => ({ text: i[1], type: v.text }) }, [v.textMarked]: { match: se(Uo), order: 3, parse: Ge, render: (i, u, a) => n("mark", { key: a.key }, u(i.children, a)) }, [v.textStrikethroughed]: { match: se(Vo), order: 3, parse: Ge, render: (i, u, a) => n("del", { key: a.key }, u(i.children, a)) } };
1309
+ t.disableParsingRawHTML === !0 && (delete h[v.htmlBlock], delete h[v.htmlSelfClosing]);
1369
1310
  const d = function(i) {
1370
1311
  let u = Object.keys(i);
1371
- function l(f, g) {
1372
- let x, v, k = [], L = "", $ = "";
1373
- for (g.prevCapture = g.prevCapture || ""; f; ) {
1312
+ function a(f, p) {
1313
+ let m, y, x = [], L = "", M = "";
1314
+ for (p.prevCapture = p.prevCapture || ""; f; ) {
1374
1315
  let T = 0;
1375
1316
  for (; T < u.length; ) {
1376
- if (L = u[T], x = i[L], g.inline && !x.match.inline) {
1317
+ if (L = u[T], m = i[L], p.inline && !m.match.inline) {
1377
1318
  T++;
1378
1319
  continue;
1379
1320
  }
1380
- const N = x.match(f, g);
1381
- if (N) {
1382
- $ = N[0], g.prevCapture += $, f = f.substring($.length), v = x.parse(N, l, g), v.type == null && (v.type = L), k.push(v);
1321
+ const I = m.match(f, p);
1322
+ if (I) {
1323
+ M = I[0], p.prevCapture += M, f = f.substring(M.length), y = m.parse(I, a, p), y.type == null && (y.type = L), x.push(y);
1383
1324
  break;
1384
1325
  }
1385
1326
  T++;
1386
1327
  }
1387
1328
  }
1388
- return g.prevCapture = "", k;
1329
+ return p.prevCapture = "", x;
1389
1330
  }
1390
- return u.sort(function(f, g) {
1391
- let x = i[f].order, v = i[g].order;
1392
- return x !== v ? x - v : f < g ? -1 : 1;
1393
- }), function(f, g) {
1394
- return l(function(x) {
1395
- return x.replace(Ro, `
1396
- `).replace(No, "").replace(Uo, " ");
1397
- }(f), g);
1331
+ return u.sort(function(f, p) {
1332
+ let m = i[f].order, y = i[p].order;
1333
+ return m !== y ? m - y : f < p ? -1 : 1;
1334
+ }), function(f, p) {
1335
+ return a(function(m) {
1336
+ return m.replace(ko, `
1337
+ `).replace($o, "").replace(Do, " ");
1338
+ }(f), p);
1398
1339
  };
1399
- }(p), h = (m = /* @__PURE__ */ function(i, u) {
1400
- return function(l, f, g) {
1401
- const x = i[l.type].render;
1402
- return u ? u(() => x(l, f, g), l, f, g) : x(l, f, g);
1340
+ }(h), g = (b = /* @__PURE__ */ function(i, u) {
1341
+ return function(a, f, p) {
1342
+ const m = i[a.type].render;
1343
+ return u ? u(() => m(a, f, p), a, f, p) : m(a, f, p);
1403
1344
  };
1404
- }(p, t.renderRule), function i(u, l = {}) {
1345
+ }(h, t.renderRule), function i(u, a = {}) {
1405
1346
  if (Array.isArray(u)) {
1406
- const f = l.key, g = [];
1407
- let x = !1;
1408
- for (let v = 0; v < u.length; v++) {
1409
- l.key = v;
1410
- const k = i(u[v], l), L = typeof k == "string";
1411
- L && x ? g[g.length - 1] += k : k !== null && g.push(k), x = L;
1347
+ const f = a.key, p = [];
1348
+ let m = !1;
1349
+ for (let y = 0; y < u.length; y++) {
1350
+ a.key = y;
1351
+ const x = i(u[y], a), L = typeof x == "string";
1352
+ L && m ? p[p.length - 1] += x : x !== null && p.push(x), m = L;
1412
1353
  }
1413
- return l.key = f, g;
1354
+ return a.key = f, p;
1414
1355
  }
1415
- return m(u, i, l);
1356
+ return b(u, i, a);
1416
1357
  });
1417
- var m;
1418
- const y = r(e);
1419
- return c.length ? n("div", null, y, n("footer", { key: "footer" }, c.map(function(i) {
1420
- return n("div", { id: t.slugify(i.identifier, ye), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
1421
- }))) : y;
1422
- }
1423
- const ki = (e) => {
1424
- let { children: t = "", options: n } = e, r = function(s, c) {
1358
+ var b;
1359
+ const k = o(e);
1360
+ return c.length ? n("div", null, k, n("footer", { key: "footer" }, c.map(function(i) {
1361
+ return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, g(d(i.footnote, { inline: !0 })));
1362
+ }))) : k;
1363
+ }
1364
+ const Ci = (e) => {
1365
+ let { children: t = "", options: n } = e, o = function(s, c) {
1425
1366
  if (s == null) return {};
1426
- var a, p, d = {}, h = Object.keys(s);
1427
- for (p = 0; p < h.length; p++) c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
1367
+ var l, h, d = {}, g = Object.keys(s);
1368
+ for (h = 0; h < g.length; h++) c.indexOf(l = g[h]) >= 0 || (d[l] = s[l]);
1428
1369
  return d;
1429
- }(e, Co);
1430
- return Y.cloneElement(vi(t, n), r);
1431
- }, wi = w.div`
1370
+ }(e, co);
1371
+ return Y.cloneElement(fi(t, n), o);
1372
+ }, mi = w.div`
1432
1373
  display: flex;
1433
1374
 
1434
1375
  ${({ align: e }) => e === "right" ? q`
@@ -1463,13 +1404,13 @@ const ki = (e) => {
1463
1404
  background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
1464
1405
  `, ae = ({ align: e, children: t }) => {
1465
1406
  const { themeSettings: n } = R();
1466
- return /* @__PURE__ */ o(wi, { theme: n, align: e, children: /* @__PURE__ */ o(bn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(ki, { children: t }) : t }) });
1407
+ return /* @__PURE__ */ r(mi, { theme: n, align: e, children: /* @__PURE__ */ r(bn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ r(Ci, { children: t }) : t }) });
1467
1408
  };
1468
- function Si() {
1409
+ function bi() {
1469
1410
  const { welcomeText: e } = ne();
1470
- return e === !1 ? null : /* @__PURE__ */ o(ae, { align: "left", children: e });
1411
+ return e === !1 ? null : /* @__PURE__ */ r(ae, { align: "left", children: e });
1471
1412
  }
1472
- const Mi = w.div`
1413
+ const yi = w.div`
1473
1414
  display: flex;
1474
1415
 
1475
1416
  ${({ align: e }) => e === "right" ? q`
@@ -1477,7 +1418,7 @@ const Mi = w.div`
1477
1418
  ` : q`
1478
1419
  justify-content: flex-start;
1479
1420
  `}
1480
- `, Ti = w.button`
1421
+ `, xi = w.button`
1481
1422
  font-family: inherit;
1482
1423
  font-size: inherit;
1483
1424
  line-height: inherit;
@@ -1506,7 +1447,7 @@ const Mi = w.div`
1506
1447
  ${({ theme: e }) => {
1507
1448
  const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
1508
1449
  if (t) {
1509
- const [r, s] = t;
1450
+ const [o, s] = t;
1510
1451
  return q`
1511
1452
  border: none;
1512
1453
  position: relative;
@@ -1520,7 +1461,7 @@ const Mi = w.div`
1520
1461
  bottom: 0;
1521
1462
  border-radius: ${n};
1522
1463
  border: 1px solid transparent;
1523
- background: linear-gradient(30deg, ${r}, ${s}) border-box;
1464
+ background: linear-gradient(30deg, ${o}, ${s}) border-box;
1524
1465
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
1525
1466
  -webkit-mask-composite: destination-out;
1526
1467
  mask-composite: exclude;
@@ -1534,38 +1475,38 @@ function Fe({
1534
1475
  children: e,
1535
1476
  align: t,
1536
1477
  onClick: n,
1537
- onMouseEnter: r,
1478
+ onMouseEnter: o,
1538
1479
  onMouseLeave: s,
1539
1480
  accessibleName: c
1540
1481
  }) {
1541
- const { themeSettings: a } = R();
1542
- return /* @__PURE__ */ o(Mi, { align: t, children: /* @__PURE__ */ o(
1543
- Ti,
1482
+ const { themeSettings: l } = R();
1483
+ return /* @__PURE__ */ r(yi, { align: t, children: /* @__PURE__ */ r(
1484
+ xi,
1544
1485
  {
1545
1486
  "aria-label": c,
1546
- theme: a,
1487
+ theme: l,
1547
1488
  onClick: n,
1548
1489
  align: t,
1549
- onMouseEnter: r,
1490
+ onMouseEnter: o,
1550
1491
  onMouseLeave: s,
1551
1492
  children: e
1552
1493
  }
1553
1494
  ) });
1554
1495
  }
1555
- function $i({ onCancel: e, onConfirm: t }) {
1556
- const { t: n } = P();
1496
+ function vi({ onCancel: e, onConfirm: t }) {
1497
+ const { t: n } = N();
1557
1498
  return /* @__PURE__ */ S(j, { children: [
1558
- /* @__PURE__ */ o(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
1499
+ /* @__PURE__ */ r(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
1559
1500
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
1560
- /* @__PURE__ */ o(Fe, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
1561
- /* @__PURE__ */ o(Fe, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
1501
+ /* @__PURE__ */ r(Fe, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
1502
+ /* @__PURE__ */ r(Fe, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
1562
1503
  ] })
1563
1504
  ] });
1564
1505
  }
1565
- var Ri = Hn("toLowerCase");
1566
- function Ei() {
1506
+ var ki = On("toLowerCase");
1507
+ function wi() {
1567
1508
  const { themeSettings: e } = R();
1568
- 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(
1509
+ 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(
1569
1510
  "path",
1570
1511
  {
1571
1512
  fillRule: "evenodd",
@@ -1575,45 +1516,45 @@ function Ei() {
1575
1516
  }
1576
1517
  ) });
1577
1518
  }
1578
- function Li({ onClick: e }) {
1579
- const { t } = P();
1580
- return /* @__PURE__ */ o(Fe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1519
+ function Si({ onClick: e }) {
1520
+ const { t } = N();
1521
+ return /* @__PURE__ */ r(Fe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1581
1522
  "div",
1582
1523
  {
1583
1524
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1584
1525
  children: [
1585
- /* @__PURE__ */ o(Ei, {}),
1526
+ /* @__PURE__ */ r(wi, {}),
1586
1527
  t("ai.buttons.insights")
1587
1528
  ]
1588
1529
  }
1589
1530
  ) });
1590
1531
  }
1591
- function Ni(e) {
1592
- return qn("MuiDialog", e);
1532
+ function $i(e) {
1533
+ return Dn("MuiDialog", e);
1593
1534
  }
1594
- const _e = Dn("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), yn = /* @__PURE__ */ Y.createContext({});
1535
+ const _e = An("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), yn = /* @__PURE__ */ Y.createContext({});
1595
1536
  process.env.NODE_ENV !== "production" && (yn.displayName = "DialogContext");
1596
- const Ii = Ae(zn, {
1537
+ const Mi = Oe(qn, {
1597
1538
  name: "MuiDialog",
1598
1539
  slot: "Backdrop",
1599
1540
  overrides: (e, t) => t.backdrop
1600
1541
  })({
1601
1542
  // Improve scrollable dialog support.
1602
1543
  zIndex: -1
1603
- }), Pi = (e) => {
1544
+ }), Ti = (e) => {
1604
1545
  const {
1605
1546
  classes: t,
1606
1547
  scroll: n,
1607
- maxWidth: r,
1548
+ maxWidth: o,
1608
1549
  fullWidth: s,
1609
1550
  fullScreen: c
1610
- } = e, a = {
1551
+ } = e, l = {
1611
1552
  root: ["root"],
1612
- container: ["container", `scroll${pe(n)}`],
1613
- paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
1553
+ container: ["container", `scroll${he(n)}`],
1554
+ paper: ["paper", `paperScroll${he(n)}`, `paperWidth${he(String(o))}`, s && "paperFullWidth", c && "paperFullScreen"]
1614
1555
  };
1615
- return Vn(a, Ni, t);
1616
- }, Oi = Ae(Wn, {
1556
+ return Un(l, $i, t);
1557
+ }, Ri = Oe(zn, {
1617
1558
  name: "MuiDialog",
1618
1559
  slot: "Root",
1619
1560
  overridesResolver: (e, t) => t.root
@@ -1622,14 +1563,14 @@ const Ii = Ae(zn, {
1622
1563
  // Use !important to override the Modal inline-style.
1623
1564
  position: "absolute !important"
1624
1565
  }
1625
- }), Bi = Ae("div", {
1566
+ }), Li = Oe("div", {
1626
1567
  name: "MuiDialog",
1627
1568
  slot: "Container",
1628
1569
  overridesResolver: (e, t) => {
1629
1570
  const {
1630
1571
  ownerState: n
1631
1572
  } = e;
1632
- return [t.container, t[`scroll${pe(n.scroll)}`]];
1573
+ return [t.container, t[`scroll${he(n.scroll)}`]];
1633
1574
  }
1634
1575
  })({
1635
1576
  height: "100%",
@@ -1664,16 +1605,16 @@ const Ii = Ae(zn, {
1664
1605
  }
1665
1606
  }
1666
1607
  }]
1667
- }), Fi = Ae(Bt, {
1608
+ }), Ei = Oe(Dt, {
1668
1609
  name: "MuiDialog",
1669
1610
  slot: "Paper",
1670
1611
  overridesResolver: (e, t) => {
1671
1612
  const {
1672
1613
  ownerState: n
1673
1614
  } = e;
1674
- return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1615
+ return [t.paper, t[`scrollPaper${he(n.scroll)}`], t[`paperWidth${he(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1675
1616
  }
1676
- })(Zn(({
1617
+ })(Wn(({
1677
1618
  theme: e
1678
1619
  }) => ({
1679
1620
  margin: 32,
@@ -1757,37 +1698,37 @@ const Ii = Ae(zn, {
1757
1698
  }
1758
1699
  }]
1759
1700
  }))), xn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
1760
- const r = jn({
1701
+ const o = Zn({
1761
1702
  props: t,
1762
1703
  name: "MuiDialog"
1763
- }), s = Un(), c = {
1704
+ }), s = jn(), c = {
1764
1705
  enter: s.transitions.duration.enteringScreen,
1765
1706
  exit: s.transitions.duration.leavingScreen
1766
- }, Ct = r, {
1767
- "aria-describedby": a,
1768
- "aria-labelledby": p,
1707
+ }, mt = o, {
1708
+ "aria-describedby": l,
1709
+ "aria-labelledby": h,
1769
1710
  "aria-modal": d = !0,
1770
- BackdropComponent: h,
1771
- BackdropProps: m,
1772
- children: y,
1711
+ BackdropComponent: g,
1712
+ BackdropProps: b,
1713
+ children: k,
1773
1714
  className: i,
1774
1715
  disableEscapeKeyDown: u = !1,
1775
- fullScreen: l = !1,
1716
+ fullScreen: a = !1,
1776
1717
  fullWidth: f = !1,
1777
- maxWidth: g = "sm",
1778
- onBackdropClick: x,
1779
- onClick: v,
1780
- onClose: k,
1718
+ maxWidth: p = "sm",
1719
+ onBackdropClick: m,
1720
+ onClick: y,
1721
+ onClose: x,
1781
1722
  open: L,
1782
- PaperComponent: $ = Bt,
1723
+ PaperComponent: M = Dt,
1783
1724
  PaperProps: T = {},
1784
- scroll: N = "paper",
1785
- slots: F = {},
1725
+ scroll: I = "paper",
1726
+ slots: B = {},
1786
1727
  slotProps: le = {},
1787
- TransitionComponent: Q = yt,
1728
+ TransitionComponent: V = xt,
1788
1729
  transitionDuration: Z = c,
1789
- TransitionProps: _
1790
- } = Ct, K = Ze(Ct, [
1730
+ TransitionProps: Q
1731
+ } = mt, _ = Ze(mt, [
1791
1732
  "aria-describedby",
1792
1733
  "aria-labelledby",
1793
1734
  "aria-modal",
@@ -1811,52 +1752,52 @@ const Ii = Ae(zn, {
1811
1752
  "TransitionComponent",
1812
1753
  "transitionDuration",
1813
1754
  "TransitionProps"
1814
- ]), D = E(M({}, r), {
1755
+ ]), D = E($({}, o), {
1815
1756
  disableEscapeKeyDown: u,
1816
- fullScreen: l,
1757
+ fullScreen: a,
1817
1758
  fullWidth: f,
1818
- maxWidth: g,
1819
- scroll: N
1820
- }), ee = Pi(D), O = Y.useRef(), U = (ue) => {
1821
- O.current = ue.target === ue.currentTarget;
1822
- }, W = (ue) => {
1823
- v && v(ue), O.current && (O.current = null, x && x(ue), k && k(ue, "backdropClick"));
1824
- }, G = Gn(p), re = Y.useMemo(() => ({
1825
- titleId: G
1826
- }), [G]), Ce = M({
1827
- transition: Q
1828
- }, F), de = M({
1829
- transition: _,
1759
+ maxWidth: p,
1760
+ scroll: I
1761
+ }), J = Ti(D), P = Y.useRef(), G = (ue) => {
1762
+ P.current = ue.target === ue.currentTarget;
1763
+ }, z = (ue) => {
1764
+ y && y(ue), P.current && (P.current = null, m && m(ue), x && x(ue, "backdropClick"));
1765
+ }, U = Gn(h), re = Y.useMemo(() => ({
1766
+ titleId: U
1767
+ }), [U]), fe = $({
1768
+ transition: V
1769
+ }, B), de = $({
1770
+ transition: Q,
1830
1771
  paper: T,
1831
- backdrop: m
1772
+ backdrop: b
1832
1773
  }, le), oe = {
1833
- slots: Ce,
1774
+ slots: fe,
1834
1775
  slotProps: de
1835
- }, [$e, Re] = me("root", {
1836
- elementType: Oi,
1776
+ }, [Te, Re] = Ce("root", {
1777
+ elementType: Ri,
1837
1778
  shouldForwardComponentProp: !0,
1838
1779
  externalForwardedProps: oe,
1839
1780
  ownerState: D,
1840
- className: je(ee.root, i),
1781
+ className: je(J.root, i),
1841
1782
  ref: n
1842
- }), [B, X] = me("backdrop", {
1843
- elementType: Ii,
1783
+ }), [H, K] = Ce("backdrop", {
1784
+ elementType: Mi,
1844
1785
  shouldForwardComponentProp: !0,
1845
1786
  externalForwardedProps: oe,
1846
1787
  ownerState: D
1847
- }), [Ee, ft] = me("paper", {
1848
- elementType: Fi,
1788
+ }), [Le, Ct] = Ce("paper", {
1789
+ elementType: Ei,
1849
1790
  shouldForwardComponentProp: !0,
1850
1791
  externalForwardedProps: oe,
1851
1792
  ownerState: D,
1852
- className: je(ee.paper, T.className)
1853
- }), [Le, wn] = me("container", {
1854
- elementType: Bi,
1793
+ className: je(J.paper, T.className)
1794
+ }), [Ee, wn] = Ce("container", {
1795
+ elementType: Li,
1855
1796
  externalForwardedProps: oe,
1856
1797
  ownerState: D,
1857
- className: je(ee.container)
1858
- }), [Sn, Mn] = me("transition", {
1859
- elementType: yt,
1798
+ className: je(J.container)
1799
+ }), [Sn, $n] = Ce("transition", {
1800
+ elementType: xt,
1860
1801
  externalForwardedProps: oe,
1861
1802
  ownerState: D,
1862
1803
  additionalProps: {
@@ -1866,37 +1807,37 @@ const Ii = Ae(zn, {
1866
1807
  role: "presentation"
1867
1808
  }
1868
1809
  });
1869
- return /* @__PURE__ */ be($e, E(M(M({
1810
+ return /* @__PURE__ */ me(Te, E($($({
1870
1811
  closeAfterTransition: !0,
1871
1812
  slots: {
1872
- backdrop: B
1813
+ backdrop: H
1873
1814
  },
1874
1815
  slotProps: {
1875
- backdrop: M({
1816
+ backdrop: $({
1876
1817
  transitionDuration: Z,
1877
- as: h
1878
- }, X)
1818
+ as: g
1819
+ }, K)
1879
1820
  },
1880
1821
  disableEscapeKeyDown: u,
1881
- onClose: k,
1822
+ onClose: x,
1882
1823
  open: L,
1883
- onClick: W
1884
- }, Re), K), {
1885
- children: /* @__PURE__ */ be(Sn, E(M({}, Mn), {
1886
- children: /* @__PURE__ */ be(Le, E(M({
1887
- onMouseDown: U
1824
+ onClick: z
1825
+ }, Re), _), {
1826
+ children: /* @__PURE__ */ me(Sn, E($({}, $n), {
1827
+ children: /* @__PURE__ */ me(Ee, E($({
1828
+ onMouseDown: G
1888
1829
  }, wn), {
1889
- children: /* @__PURE__ */ be(Ee, E(M({
1890
- as: $,
1830
+ children: /* @__PURE__ */ me(Le, E($({
1831
+ as: M,
1891
1832
  elevation: 24,
1892
1833
  role: "dialog",
1893
- "aria-describedby": a,
1894
- "aria-labelledby": G,
1834
+ "aria-describedby": l,
1835
+ "aria-labelledby": U,
1895
1836
  "aria-modal": d
1896
- }, ft), {
1897
- children: /* @__PURE__ */ be(yn.Provider, {
1837
+ }, Ct), {
1838
+ children: /* @__PURE__ */ me(yn.Provider, {
1898
1839
  value: re,
1899
- children: y
1840
+ children: k
1900
1841
  })
1901
1842
  }))
1902
1843
  }))
@@ -2066,10 +2007,10 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
2066
2007
  */
2067
2008
  TransitionProps: C.object
2068
2009
  });
2069
- function Ai({ fillColor: e = "#262E3D" }) {
2010
+ function Ii({ fillColor: e = "#262E3D" }) {
2070
2011
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
2071
- /* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
2072
- /* @__PURE__ */ o(
2012
+ /* @__PURE__ */ r("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
2013
+ /* @__PURE__ */ r(
2073
2014
  "path",
2074
2015
  {
2075
2016
  fillRule: "evenodd",
@@ -2165,19 +2106,19 @@ const vn = {
2165
2106
  errorBG: "rgba(231, 71, 39, 0.1)"
2166
2107
  }
2167
2108
  }
2168
- }, Hi = {
2109
+ }, Ni = {
2169
2110
  shouldForwardProp: (e) => !e.startsWith("$")
2170
- }, Te = w(
2171
- Ft,
2172
- Hi
2111
+ }, Me = w(
2112
+ qt,
2113
+ Ni
2173
2114
  )(({ $hoverColor: e }) => ({
2174
2115
  padding: 2,
2175
2116
  "&.MuiIconButton-root:hover": {
2176
2117
  backgroundColor: e != null ? e : vn.interaction.defaultHover
2177
2118
  }
2178
2119
  }));
2179
- function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2180
- 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(
2120
+ function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2121
+ 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(
2181
2122
  "path",
2182
2123
  {
2183
2124
  fillRule: "evenodd",
@@ -2187,8 +2128,8 @@ function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2187
2128
  }
2188
2129
  ) });
2189
2130
  }
2190
- function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2191
- 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(
2131
+ function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2132
+ 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(
2192
2133
  "path",
2193
2134
  {
2194
2135
  fillRule: "evenodd",
@@ -2198,8 +2139,8 @@ function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2198
2139
  }
2199
2140
  ) });
2200
2141
  }
2201
- function zi() {
2202
- 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(
2142
+ function Bi() {
2143
+ 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(
2203
2144
  "path",
2204
2145
  {
2205
2146
  fillRule: "evenodd",
@@ -2210,27 +2151,27 @@ function zi() {
2210
2151
  }
2211
2152
  ) });
2212
2153
  }
2213
- const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
2154
+ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
2214
2155
  const { themeSettings: t } = R();
2215
- return /* @__PURE__ */ o(Me, { title: e, children: /* @__PURE__ */ o(Te, { disableTouchRipple: !0, $hoverColor: ht(t), children: /* @__PURE__ */ o(qi, { fill: t.chart.textColor }) }) });
2216
- }, Zi = ({ items: e }) => {
2217
- const [t, n] = A(null), r = (a) => {
2218
- n(a.currentTarget);
2156
+ return /* @__PURE__ */ r($e, { title: e, children: /* @__PURE__ */ r(Me, { disableTouchRipple: !0, $hoverColor: gt(t), children: /* @__PURE__ */ r(Hi, { fill: t.chart.textColor }) }) });
2157
+ }, Oi = ({ items: e }) => {
2158
+ const [t, n] = O(null), o = (l) => {
2159
+ n(l.currentTarget);
2219
2160
  }, s = () => {
2220
2161
  n(null);
2221
2162
  }, { themeSettings: c } = R();
2222
2163
  return /* @__PURE__ */ S(j, { children: [
2223
- /* @__PURE__ */ o(
2224
- Te,
2164
+ /* @__PURE__ */ r(
2165
+ Me,
2225
2166
  {
2226
- onClick: r,
2227
- $hoverColor: ht(c),
2167
+ onClick: o,
2168
+ $hoverColor: gt(c),
2228
2169
  "aria-label": "three dots button",
2229
- children: /* @__PURE__ */ o(Qn, { fill: c.chart.textColor })
2170
+ children: /* @__PURE__ */ r(Vn, { fill: c.chart.textColor })
2230
2171
  }
2231
2172
  ),
2232
- /* @__PURE__ */ o(
2233
- Kn,
2173
+ /* @__PURE__ */ r(
2174
+ _n,
2234
2175
  {
2235
2176
  anchorEl: t,
2236
2177
  anchorOrigin: {
@@ -2243,11 +2184,11 @@ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
2243
2184
  },
2244
2185
  open: !!t,
2245
2186
  onClose: s,
2246
- children: e.map((a) => /* @__PURE__ */ S(
2247
- _n,
2187
+ children: e.map((l) => /* @__PURE__ */ S(
2188
+ Qn,
2248
2189
  {
2249
2190
  onClick: () => {
2250
- a.onClick(), s();
2191
+ l.onClick(), s();
2251
2192
  },
2252
2193
  sx: {
2253
2194
  fontSize: "13px",
@@ -2256,81 +2197,81 @@ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
2256
2197
  },
2257
2198
  disableRipple: !0,
2258
2199
  children: [
2259
- a.icon,
2260
- /* @__PURE__ */ o("div", { className: "csdk-ml-1", children: a.title })
2200
+ l.icon,
2201
+ /* @__PURE__ */ r("div", { className: "csdk-ml-1", children: l.title })
2261
2202
  ]
2262
2203
  },
2263
- a.title
2204
+ l.title
2264
2205
  ))
2265
2206
  }
2266
2207
  )
2267
2208
  ] });
2268
- }, ji = ({ onClick: e }) => {
2269
- const { themeSettings: t } = R(), { t: n } = P();
2270
- return /* @__PURE__ */ o(Me, { title: n("ai.preview"), children: /* @__PURE__ */ o(Te, { onClick: e, $hoverColor: ht(t), children: /* @__PURE__ */ o(Di, { fill: t.chart.textColor }) }) });
2271
- }, Ui = w.div`
2209
+ }, Ai = ({ onClick: e }) => {
2210
+ const { themeSettings: t } = R(), { t: n } = N();
2211
+ return /* @__PURE__ */ r($e, { title: n("ai.preview"), children: /* @__PURE__ */ r(Me, { onClick: e, $hoverColor: gt(t), children: /* @__PURE__ */ r(Pi, { fill: t.chart.textColor }) }) });
2212
+ }, Di = w.div`
2272
2213
  display: flex;
2273
2214
  padding-top: 6px;
2274
2215
  padding-bottom: 6px;
2275
2216
  `;
2276
- function Gi({
2217
+ function qi({
2277
2218
  infoTooltipText: e,
2278
2219
  onRefresh: t,
2279
2220
  onExpand: n
2280
2221
  }) {
2281
- const r = z(
2222
+ const o = A(
2282
2223
  () => [
2283
2224
  {
2284
2225
  title: "Refresh",
2285
2226
  onClick: t,
2286
- icon: /* @__PURE__ */ o(zi, {})
2227
+ icon: /* @__PURE__ */ r(Bi, {})
2287
2228
  }
2288
2229
  ],
2289
2230
  [t]
2290
2231
  );
2291
- return /* @__PURE__ */ S(Ui, { "aria-label": "chatbot chart toolbar", children: [
2292
- /* @__PURE__ */ o(Wi, { title: e != null ? e : "" }),
2293
- /* @__PURE__ */ o(Zi, { items: r }),
2294
- /* @__PURE__ */ o(ji, { onClick: n })
2232
+ return /* @__PURE__ */ S(Di, { "aria-label": "chatbot chart toolbar", children: [
2233
+ /* @__PURE__ */ r(Fi, { title: e != null ? e : "" }),
2234
+ /* @__PURE__ */ r(Oi, { items: o }),
2235
+ /* @__PURE__ */ r(Ai, { onClick: n })
2295
2236
  ] });
2296
2237
  }
2297
- function Vi({ content: e }) {
2298
- const [t, n] = A(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = z(() => {
2299
- const a = He(e, { useCustomizedStyleOptions: !0 });
2300
- if (a === void 0 || !Oe(a))
2238
+ function zi({ content: e }) {
2239
+ const [t, n] = O(!1), { themeSettings: o } = R(), { inlineElement: s, expandedElement: c } = A(() => {
2240
+ const l = Ae(e, { useCustomizedStyleOptions: !0 });
2241
+ if (l === void 0 || !He(l))
2301
2242
  throw new Ke("errors.otherWidgetTypesNotSupported");
2302
- const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
2243
+ const { detailedDescription: h } = e, { styleOptions: d } = l, g = {
2303
2244
  cornerRadius: "Small",
2304
2245
  header: {
2305
- renderToolbar: (i) => /* @__PURE__ */ o(
2306
- Gi,
2246
+ renderToolbar: (i) => /* @__PURE__ */ r(
2247
+ qi,
2307
2248
  {
2308
- infoTooltipText: p,
2249
+ infoTooltipText: h,
2309
2250
  onRefresh: i,
2310
2251
  onExpand: () => n(!0)
2311
2252
  }
2312
2253
  )
2313
2254
  }
2314
2255
  };
2315
- let m, y;
2316
- if (qt(a.chartType))
2317
- m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: h })) }), y = /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: { header: { hidden: !0 } } }));
2256
+ let b, k;
2257
+ if (hr(l.chartType))
2258
+ b = /* @__PURE__ */ r("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ r(xe, E($({}, l), { styleOptions: g })) }), k = /* @__PURE__ */ r(xe, E($({}, l), { styleOptions: { header: { hidden: !0 } } }));
2318
2259
  else {
2319
- const i = E(M({}, d), {
2260
+ const i = E($({}, d), {
2320
2261
  header: { hidden: !0 }
2321
- }), u = M(E(M({}, d), {
2262
+ }), u = $(E($({}, d), {
2322
2263
  legend: void 0,
2323
2264
  xAxis: void 0,
2324
2265
  yAxis: void 0
2325
- }), h);
2326
- delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: u })) }), y = /* @__PURE__ */ o(
2327
- ve,
2328
- E(M({}, a), {
2329
- styleOptions: M({ cornerRadius: "None" }, i)
2266
+ }), g);
2267
+ delete u.legend, delete u.xAxis, delete u.yAxis, b = /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(xe, E($({}, l), { styleOptions: u })) }), k = /* @__PURE__ */ r(
2268
+ xe,
2269
+ E($({}, l), {
2270
+ styleOptions: $({ cornerRadius: "None" }, i)
2330
2271
  })
2331
2272
  );
2332
2273
  }
2333
- return { inlineElement: m, expandedElement: y };
2274
+ return { inlineElement: b, expandedElement: k };
2334
2275
  }, [e]);
2335
2276
  return /* @__PURE__ */ S(j, { children: [
2336
2277
  s,
@@ -2343,23 +2284,23 @@ function Vi({ content: e }) {
2343
2284
  fullWidth: !0,
2344
2285
  PaperProps: {
2345
2286
  sx: {
2346
- backgroundColor: r.chart.backgroundColor,
2347
- color: r.aiChat.primaryTextColor
2287
+ backgroundColor: o.chart.backgroundColor,
2288
+ color: o.aiChat.primaryTextColor
2348
2289
  }
2349
2290
  },
2350
2291
  children: [
2351
2292
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
2352
- /* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
2353
- /* @__PURE__ */ o(Ft, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Ai, { fillColor: r.aiChat.primaryTextColor }) })
2293
+ /* @__PURE__ */ r("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
2294
+ /* @__PURE__ */ r(qt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ r(Ii, { fillColor: o.aiChat.primaryTextColor }) })
2354
2295
  ] }),
2355
- /* @__PURE__ */ o("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
2296
+ /* @__PURE__ */ r("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
2356
2297
  ]
2357
2298
  }
2358
2299
  )
2359
2300
  ] });
2360
2301
  }
2361
- function Qi({ theme: e }) {
2362
- 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(
2302
+ function Wi({ theme: e }) {
2303
+ 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(
2363
2304
  "path",
2364
2305
  {
2365
2306
  fillRule: "evenodd",
@@ -2369,21 +2310,21 @@ function Qi({ theme: e }) {
2369
2310
  }
2370
2311
  ) });
2371
2312
  }
2372
- function _i({ onClick: e, disabled: t }) {
2373
- const { themeSettings: n } = R(), { t: r } = P();
2374
- return /* @__PURE__ */ o(Me, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
2375
- Te,
2313
+ function Zi({ onClick: e, disabled: t }) {
2314
+ const { themeSettings: n } = R(), { t: o } = N();
2315
+ return /* @__PURE__ */ r($e, { title: o("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ r(
2316
+ Me,
2376
2317
  {
2377
2318
  "aria-label": "thumbs-down",
2378
2319
  onClick: e,
2379
2320
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2380
2321
  disabled: t,
2381
- children: /* @__PURE__ */ o(Qi, { theme: n })
2322
+ children: /* @__PURE__ */ r(Wi, { theme: n })
2382
2323
  }
2383
2324
  ) });
2384
2325
  }
2385
- function Ki({ theme: e }) {
2386
- 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(
2326
+ function ji({ theme: e }) {
2327
+ 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(
2387
2328
  "path",
2388
2329
  {
2389
2330
  fillRule: "evenodd",
@@ -2393,175 +2334,170 @@ function Ki({ theme: e }) {
2393
2334
  }
2394
2335
  ) });
2395
2336
  }
2396
- function Xi({ onClick: e, disabled: t }) {
2397
- const { themeSettings: n } = R(), { t: r } = P();
2398
- return /* @__PURE__ */ o(Me, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
2399
- Te,
2337
+ function Gi({ onClick: e, disabled: t }) {
2338
+ const { themeSettings: n } = R(), { t: o } = N();
2339
+ return /* @__PURE__ */ r($e, { title: o("ai.buttons.correctResponse"), children: /* @__PURE__ */ r(
2340
+ Me,
2400
2341
  {
2401
2342
  "aria-label": "thumbs-up",
2402
2343
  onClick: e,
2403
2344
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2404
2345
  disabled: t,
2405
- children: /* @__PURE__ */ o(Ki, { theme: n })
2346
+ children: /* @__PURE__ */ r(ji, { theme: n })
2406
2347
  }
2407
2348
  ) });
2408
2349
  }
2409
- const Yi = () => {
2410
- const [e, t] = A(!1), n = he(null), r = I(() => {
2411
- t(!0);
2412
- }, []), s = I(() => {
2413
- t(!1);
2414
- }, []);
2415
- return [I(
2416
- (a) => {
2417
- var p;
2418
- ((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
2419
- },
2420
- [r, s]
2421
- ), e];
2422
- }, Ji = w.div`
2350
+ const Ui = w.div`
2423
2351
  display: flex;
2424
2352
  flex-direction: column;
2425
2353
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
2426
2354
  `;
2427
- function e1({ visible: e, onSend: t }) {
2428
- const [n, r] = A(!1), s = I(
2429
- (a) => {
2430
- r(!0), t(a === "up" ? 1 : -1);
2355
+ function Vi({ visible: e, onSend: t }) {
2356
+ const [n, o] = O(!1), s = F(
2357
+ (l) => {
2358
+ o(!0), t(l === "up" ? 1 : -1);
2431
2359
  },
2432
2360
  [t]
2433
2361
  ), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
2434
2362
  return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
2435
- /* @__PURE__ */ o(Xi, { onClick: () => s("up"), disabled: n }),
2436
- /* @__PURE__ */ o(_i, { onClick: () => s("down"), disabled: n })
2363
+ /* @__PURE__ */ r(Gi, { onClick: () => s("up"), disabled: n }),
2364
+ /* @__PURE__ */ r(Zi, { onClick: () => s("down"), disabled: n })
2437
2365
  ] }) : null;
2438
2366
  }
2439
2367
  function et({
2440
2368
  sourceId: e,
2441
2369
  data: t,
2442
2370
  type: n,
2443
- buttonVisibility: r = "onHover",
2371
+ buttonVisibility: o = "onHover",
2444
2372
  renderContent: s
2445
2373
  }) {
2446
- const c = J(), a = Xn(
2447
- I(
2448
- (y) => {
2374
+ const c = te(), l = Kn(
2375
+ F(
2376
+ (k) => {
2449
2377
  c && c.ai.sendFeedback({
2450
2378
  sourceId: e,
2451
2379
  type: n,
2452
2380
  data: t,
2453
- rating: y
2381
+ rating: k
2454
2382
  });
2455
2383
  },
2456
2384
  [c, e, t, n]
2457
2385
  ),
2458
2386
  200
2459
- ), [p, d] = Yi(), h = z(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
2460
- return /* @__PURE__ */ o(Ji, { ref: p, theme: m, children: s(/* @__PURE__ */ o(e1, { onSend: a, visible: h })) });
2387
+ ), [h, d] = Xn(), g = A(() => o === "onHover" ? d : o !== "never", [d, o]), { themeSettings: b } = R();
2388
+ return /* @__PURE__ */ r(Ui, { ref: h, theme: b, children: s(/* @__PURE__ */ r(Vi, { onSend: l, visible: g })) });
2461
2389
  }
2462
- const t1 = 18 * 5;
2463
- function gt({ text: e }) {
2464
- const [t, n] = A(!0), [r, s] = A(!1), { t: c } = P(), a = he(null);
2390
+ const Qi = 18, _i = 5, Et = Qi * _i;
2391
+ function ft({ text: e }) {
2392
+ const [t, n] = O(!0), [o, s] = O(!1), { t: c } = N(), l = ve(null);
2465
2393
  return Be(() => {
2466
- a.current && a.current.scrollHeight > t1 && s(!0);
2467
- }, [e]), /* @__PURE__ */ S("div", { children: [
2468
- /* @__PURE__ */ o("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
2469
- r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
2394
+ l.current && s(l.current.scrollHeight > Et);
2395
+ }, [e]), /* @__PURE__ */ S("div", { className: "csdk-min-w-0 csdk-flex-1", children: [
2396
+ /* @__PURE__ */ r(
2397
+ "div",
2398
+ {
2399
+ ref: l,
2400
+ className: `csdk-whitespace-pre-wrap ${t ? "csdk-overflow-hidden" : ""}`,
2401
+ style: t ? { maxHeight: Et } : void 0,
2402
+ children: e
2403
+ }
2404
+ ),
2405
+ o && /* @__PURE__ */ r("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ r(
2470
2406
  "div",
2471
2407
  {
2472
2408
  className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
2473
- onClick: () => n((p) => !p),
2409
+ onClick: () => n((h) => !h),
2474
2410
  children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
2475
2411
  }
2476
2412
  ) })
2477
2413
  ] });
2478
2414
  }
2479
- function n1({ nlgRequest: e }) {
2480
- const { data: t, isLoading: n, isError: r } = De(e), { t: s } = P();
2481
- return n ? /* @__PURE__ */ o(dt, {}) : r ? /* @__PURE__ */ o(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ o(ae, { align: "full", children: /* @__PURE__ */ o(gt, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
2415
+ function Ki({ nlgRequest: e }) {
2416
+ const { data: t, isLoading: n, isError: o } = De(e), { t: s } = N();
2417
+ return n ? /* @__PURE__ */ r(ut, {}) : o ? /* @__PURE__ */ r(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ r(ae, { align: "full", children: /* @__PURE__ */ r(ft, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
2482
2418
  }
2483
- const Et = w.div`
2419
+ const It = w.div`
2484
2420
  display: flex;
2485
2421
  align-items: center;
2486
2422
  column-gap: 10px;
2487
- `, r1 = (e) => !!e && "aeiou".includes(e[0]);
2488
- function o1({ data: e, alwaysShowFeedback: t }) {
2489
- const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h = "" } = e;
2490
- console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
2491
- const m = "chartType" in a ? a.chartType : "table";
2492
- let y;
2493
- r1(m) ? y = `an ${m}` : y = `a ${m}`, m !== "table" && (y += " chart");
2494
- const i = p.datasource.title, [u, l] = A(!1), f = I(() => {
2495
- l((k) => !k);
2496
- }, []), g = {
2423
+ `, Xi = (e) => !!e && "aeiou".includes(e[0]);
2424
+ function Yi({ data: e, alwaysShowFeedback: t }) {
2425
+ const { chatMode: n = "analyze", enableInsights: o } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: l, jaql: h, userMsg: d, clarification: g = "" } = e;
2426
+ console.debug(`JAQL for ${c}`, h), console.debug(`chart recommendations for ${c}`, l);
2427
+ const b = "chartType" in l ? l.chartType : "table";
2428
+ let k;
2429
+ Xi(b) ? k = `an ${b}` : k = `a ${b}`, b !== "table" && (k += " chart");
2430
+ const i = h.datasource.title, [u, a] = O(!1), f = F(() => {
2431
+ a((x) => !x);
2432
+ }, []), p = {
2497
2433
  jaql: {
2498
- datasource: p.datasource,
2499
- metadata: p.metadata
2434
+ datasource: h.datasource,
2435
+ metadata: h.metadata
2500
2436
  }
2501
- }, x = n === "analyze", v = `${d}${d && h ? `
2502
- ` : ""}${h}`;
2437
+ }, m = n === "analyze", y = `${d}${d && g ? `
2438
+ ` : ""}${g}`;
2503
2439
  return /* @__PURE__ */ S(j, { children: [
2504
- /* @__PURE__ */ o(
2440
+ /* @__PURE__ */ r(
2505
2441
  et,
2506
2442
  {
2507
2443
  sourceId: i,
2508
2444
  data: e,
2509
2445
  type: "chats/nlq",
2510
2446
  buttonVisibility: t ? "always" : "onHover",
2511
- renderContent: (k) => /* @__PURE__ */ S(j, { children: [
2512
- /* @__PURE__ */ S(Et, { children: [
2513
- /* @__PURE__ */ o(bn, { align: "left", theme: s, children: v || `Here's ${y} showing ${Ri(c)}.` }),
2514
- k
2447
+ renderContent: (x) => /* @__PURE__ */ S(j, { children: [
2448
+ /* @__PURE__ */ S(It, { children: [
2449
+ /* @__PURE__ */ r(bn, { align: "left", theme: s, children: y || `Here's ${k} showing ${ki(c)}.` }),
2450
+ x
2515
2451
  ] }),
2516
- x && /* @__PURE__ */ o(Vi, { content: e })
2452
+ m && /* @__PURE__ */ r(zi, { content: e })
2517
2453
  ] })
2518
2454
  }
2519
2455
  ),
2520
- r && /* @__PURE__ */ o(
2456
+ o && /* @__PURE__ */ r(
2521
2457
  et,
2522
2458
  {
2523
2459
  sourceId: i,
2524
- data: g,
2460
+ data: p,
2525
2461
  type: "nlg/queryResult",
2526
2462
  buttonVisibility: u ? "onHover" : "never",
2527
- renderContent: (k) => /* @__PURE__ */ S(j, { children: [
2528
- /* @__PURE__ */ S(Et, { children: [
2529
- /* @__PURE__ */ o(Li, { onClick: f }),
2530
- k
2463
+ renderContent: (x) => /* @__PURE__ */ S(j, { children: [
2464
+ /* @__PURE__ */ S(It, { children: [
2465
+ /* @__PURE__ */ r(Si, { onClick: f }),
2466
+ x
2531
2467
  ] }),
2532
- u && /* @__PURE__ */ o(n1, { nlgRequest: g })
2468
+ u && /* @__PURE__ */ r(Ki, { nlgRequest: p })
2533
2469
  ] })
2534
2470
  }
2535
2471
  )
2536
2472
  ] });
2537
2473
  }
2538
- function i1({ message: e, isLastMessage: t }) {
2539
- if (ct(e)) {
2540
- const r = JSON.parse(e.content);
2541
- return /* @__PURE__ */ o(o1, { data: r, alwaysShowFeedback: t });
2474
+ function Ji({ message: e, isLastMessage: t }) {
2475
+ if (dt(e)) {
2476
+ const o = JSON.parse(e.content);
2477
+ return /* @__PURE__ */ r(Yi, { data: o, alwaysShowFeedback: t });
2542
2478
  }
2543
- const n = Hr(e) ? JSON.parse(e.content).answer : e.content;
2544
- return /* @__PURE__ */ o(ae, { align: e.role === "user" ? "right" : "left", children: n });
2479
+ const n = Nr(e) ? JSON.parse(e.content).answer : e.content;
2480
+ return /* @__PURE__ */ r(ae, { align: e.role === "user" ? "right" : "left", children: n });
2545
2481
  }
2546
- const s1 = Dt(i1), a1 = ({
2482
+ const e1 = Zt(Ji), t1 = ({
2547
2483
  error: e,
2548
2484
  displayMessage: t
2549
- }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ae, { align: "left", children: t }));
2550
- function l1({ messages: e }) {
2551
- const { t } = P();
2552
- return /* @__PURE__ */ o(j, { children: e.map((n, r) => /* @__PURE__ */ o(
2485
+ }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ r(ae, { align: "left", children: t }));
2486
+ function n1({ messages: e }) {
2487
+ const { t } = N();
2488
+ return /* @__PURE__ */ r(j, { children: e.map((n, o) => /* @__PURE__ */ r(
2553
2489
  Yn,
2554
2490
  {
2555
- fallbackRender: (s) => a1(E(M({}, s), {
2491
+ fallbackRender: (s) => t1(E($({}, s), {
2556
2492
  displayMessage: t("ai.errors.unexpected")
2557
2493
  })),
2558
- children: /* @__PURE__ */ o(s1, { message: n, isLastMessage: r === e.length - 1 }, r)
2494
+ children: /* @__PURE__ */ r(e1, { message: n, isLastMessage: o === e.length - 1 }, o)
2559
2495
  },
2560
- r
2496
+ o
2561
2497
  )) });
2562
2498
  }
2563
2499
  function kn({ color: e }) {
2564
- return /* @__PURE__ */ o(
2500
+ return /* @__PURE__ */ r(
2565
2501
  "svg",
2566
2502
  {
2567
2503
  width: "100%",
@@ -2569,7 +2505,7 @@ function kn({ color: e }) {
2569
2505
  viewBox: "0 0 4 8",
2570
2506
  fill: "none",
2571
2507
  xmlns: "http://www.w3.org/2000/svg",
2572
- children: /* @__PURE__ */ o(
2508
+ children: /* @__PURE__ */ r(
2573
2509
  "path",
2574
2510
  {
2575
2511
  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",
@@ -2579,20 +2515,20 @@ function kn({ color: e }) {
2579
2515
  }
2580
2516
  );
2581
2517
  }
2582
- function c1({ onClick: e, color: t }) {
2583
- return /* @__PURE__ */ o(
2518
+ function r1({ onClick: e, color: t }) {
2519
+ return /* @__PURE__ */ r(
2584
2520
  "div",
2585
2521
  {
2586
2522
  "aria-label": "go back",
2587
2523
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2588
2524
  onClick: e,
2589
- children: /* @__PURE__ */ o(kn, { color: t })
2525
+ children: /* @__PURE__ */ r(kn, { color: t })
2590
2526
  }
2591
2527
  );
2592
2528
  }
2593
- function d1() {
2529
+ function o1() {
2594
2530
  const { themeSettings: e } = R();
2595
- 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(
2531
+ 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(
2596
2532
  "path",
2597
2533
  {
2598
2534
  fillRule: "evenodd",
@@ -2602,10 +2538,10 @@ function d1() {
2602
2538
  }
2603
2539
  ) });
2604
2540
  }
2605
- const u1 = (e, t) => {
2606
- const n = new ar(e);
2541
+ const i1 = (e, t) => {
2542
+ const n = new sr(e);
2607
2543
  return n.alpha = t, n;
2608
- }, p1 = w.div`
2544
+ }, s1 = w.div`
2609
2545
  font-size: inherit;
2610
2546
  line-height: inherit;
2611
2547
  padding-left: 8px;
@@ -2613,7 +2549,7 @@ const u1 = (e, t) => {
2613
2549
  padding-top: 4px;
2614
2550
  border-radius: 16px;
2615
2551
  margin-bottom: 4px;
2616
- box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${u1(e.aiChat.primaryTextColor, 0.2)}`};
2552
+ box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${i1(e.aiChat.primaryTextColor, 0.2)}`};
2617
2553
  cursor: pointer;
2618
2554
  color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2619
2555
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
@@ -2622,10 +2558,10 @@ const u1 = (e, t) => {
2622
2558
  color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2623
2559
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2624
2560
  box-shadow: none;
2625
- `, h1 = ({ onClick: e }) => {
2561
+ `, a1 = ({ onClick: e }) => {
2626
2562
  const { themeSettings: t } = R();
2627
- return /* @__PURE__ */ o(p1, { theme: t, onClick: e, children: /* @__PURE__ */ o(d1, {}) });
2628
- }, g1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(h1, { onClick: t }) }), f1 = w.button`
2563
+ return /* @__PURE__ */ r(s1, { theme: t, onClick: e, children: /* @__PURE__ */ r(o1, {}) });
2564
+ }, l1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ r(At, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ r(a1, { onClick: t }) }), c1 = w.button`
2629
2565
  font-size: inherit;
2630
2566
  line-height: inherit;
2631
2567
  box-sizing: border-box;
@@ -2651,7 +2587,7 @@ const u1 = (e, t) => {
2651
2587
  ${({ theme: e }) => {
2652
2588
  const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
2653
2589
  if (t) {
2654
- const [r, s] = t;
2590
+ const [o, s] = t;
2655
2591
  return q`
2656
2592
  border: none;
2657
2593
  position: relative;
@@ -2665,7 +2601,7 @@ const u1 = (e, t) => {
2665
2601
  bottom: 0;
2666
2602
  border-radius: ${n};
2667
2603
  border: 1px solid transparent;
2668
- background: linear-gradient(30deg, ${r}, ${s}) border-box;
2604
+ background: linear-gradient(30deg, ${o}, ${s}) border-box;
2669
2605
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
2670
2606
  -webkit-mask-composite: destination-out;
2671
2607
  mask-composite: exclude;
@@ -2675,24 +2611,24 @@ const u1 = (e, t) => {
2675
2611
  return "";
2676
2612
  }}
2677
2613
  `;
2678
- function Lt({ question: e, onClick: t }) {
2614
+ function Nt({ question: e, onClick: t }) {
2679
2615
  const { themeSettings: n } = R();
2680
- return /* @__PURE__ */ o(f1, { onClick: t, theme: n, children: e });
2616
+ return /* @__PURE__ */ r(c1, { onClick: t, theme: n, children: e });
2681
2617
  }
2682
- const C1 = w.div`
2618
+ const d1 = w.div`
2683
2619
  display: flex;
2684
2620
  flex-direction: column;
2685
2621
  align-items: flex-start;
2686
2622
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2687
2623
  `;
2688
- function m1({ questions: e, onSelection: t }) {
2689
- const { t: n } = P(), [r, s] = A(!0), c = z(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = R();
2690
- return /* @__PURE__ */ S(C1, { "aria-label": "list of suggested questions", theme: a, children: [
2691
- c.map((p) => /* @__PURE__ */ o(Lt, { question: p, onClick: () => t(p) }, p)),
2692
- c.length < e.length && /* @__PURE__ */ o(Lt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
2624
+ function u1({ questions: e, onSelection: t }) {
2625
+ const { t: n } = N(), [o, s] = O(!0), c = A(() => o && e.length > 5 ? e.slice(0, 4) : e, [e, o]), { themeSettings: l } = R();
2626
+ return /* @__PURE__ */ S(d1, { "aria-label": "list of suggested questions", theme: l, children: [
2627
+ c.map((h) => /* @__PURE__ */ r(Nt, { question: h, onClick: () => t(h) }, h)),
2628
+ c.length < e.length && /* @__PURE__ */ r(Nt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
2693
2629
  ] });
2694
2630
  }
2695
- const b1 = w.div`
2631
+ const h1 = w.div`
2696
2632
  width: 283px;
2697
2633
  height: 32px;
2698
2634
  border-radius: 10px;
@@ -2716,23 +2652,23 @@ const b1 = w.div`
2716
2652
  background-position: -200% 0;
2717
2653
  }
2718
2654
  }
2719
- `, y1 = w.div`
2655
+ `, p1 = w.div`
2720
2656
  display: flex;
2721
2657
  flex-direction: column;
2722
2658
  row-gap: 1rem;
2723
2659
  `;
2724
- function x1() {
2660
+ function g1() {
2725
2661
  const { themeSettings: e } = R();
2726
- return /* @__PURE__ */ o(y1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(b1, { theme: e }, n)) });
2662
+ return /* @__PURE__ */ r(p1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ r(h1, { theme: e }, n)) });
2727
2663
  }
2728
- function v1({ questions: e, isLoading: t, onSelection: n }) {
2729
- const r = e.length > 0, { suggestionsWelcomeText: s } = ne();
2730
- return t ? /* @__PURE__ */ o(x1, {}) : r ? /* @__PURE__ */ S(j, { children: [
2731
- s && /* @__PURE__ */ o(ae, { align: "left", children: s }),
2732
- /* @__PURE__ */ o(m1, { onSelection: n, questions: e })
2664
+ function f1({ questions: e, isLoading: t, onSelection: n }) {
2665
+ const o = e.length > 0, { suggestionsWelcomeText: s } = ne();
2666
+ return t ? /* @__PURE__ */ r(g1, {}) : o ? /* @__PURE__ */ S(j, { children: [
2667
+ s && /* @__PURE__ */ r(ae, { align: "left", children: s }),
2668
+ /* @__PURE__ */ r(u1, { onSelection: n, questions: e })
2733
2669
  ] }) : null;
2734
2670
  }
2735
- const k1 = w.div`
2671
+ const C1 = w.div`
2736
2672
  display: flex;
2737
2673
  flex-direction: column;
2738
2674
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
@@ -2743,7 +2679,7 @@ const k1 = w.div`
2743
2679
  padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2744
2680
  flex: initial;
2745
2681
  height: 100%;
2746
- `, w1 = w.div`
2682
+ `, m1 = w.div`
2747
2683
  padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2748
2684
  padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2749
2685
  padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
@@ -2751,137 +2687,137 @@ const k1 = w.div`
2751
2687
  display: flex;
2752
2688
  flex-direction: column;
2753
2689
  row-gap: 6px;
2754
- `, S1 = w.div`
2690
+ `, b1 = w.div`
2755
2691
  display: flex;
2756
2692
  flex-direction: column;
2757
2693
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2758
2694
  `;
2759
- function M1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2760
- var de, oe, $e, Re;
2761
- const { t: r } = P(), {
2695
+ function y1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2696
+ var de, oe, Te, Re;
2697
+ const { t: o } = N(), {
2762
2698
  enableFollowupQuestions: s,
2763
2699
  enableHeader: c,
2764
- numOfRecentPrompts: a,
2765
- numOfRecommendations: p,
2700
+ numOfRecentPrompts: l,
2701
+ numOfRecommendations: h,
2766
2702
  customPrompt: d
2767
- } = ne(), { themeSettings: h } = R(), { quotaState: m } = Jn(), {
2768
- data: y,
2703
+ } = ne(), { themeSettings: g } = R(), { quotaState: b } = Jn(), {
2704
+ data: k,
2769
2705
  isLoading: i,
2770
2706
  isError: u
2771
2707
  } = Vt({
2772
2708
  contextTitle: e,
2773
- count: p,
2709
+ count: h,
2774
2710
  customPrompt: d
2775
- }), l = z(
2776
- () => y == null ? void 0 : y.map((B) => B.nlqPrompt),
2777
- [y]
2711
+ }), a = A(
2712
+ () => k == null ? void 0 : k.map((H) => H.nlqPrompt),
2713
+ [k]
2778
2714
  ), {
2779
2715
  history: f,
2780
- lastNlqResponse: g,
2781
- isAwaitingResponse: x,
2782
- sendMessage: v,
2783
- isLoading: k,
2716
+ lastNlqResponse: p,
2717
+ isAwaitingResponse: m,
2718
+ sendMessage: y,
2719
+ isLoading: x,
2784
2720
  chatId: L,
2785
- lastError: $
2786
- } = Dr(e, n), T = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: N, isLoading: F } = Kt(L), [le, Q] = A(!1), [Z, _] = A(!1), K = () => Q(!0), D = () => Q(!1), ee = () => {
2787
- N(), D();
2788
- }, O = he(null), U = he(null), W = () => {
2789
- if (!(O != null && O.current)) return;
2790
- const { scrollTop: B, clientHeight: X, scrollHeight: Ee } = O.current;
2791
- if (B === void 0 || X === void 0 || Ee === void 0) return;
2792
- const Le = Ee - B - X > X / 2;
2793
- Z !== Le && _(Le);
2721
+ lastError: M
2722
+ } = Pr(e, n), T = m || x || ((de = b == null ? void 0 : b.isExceeded) != null ? de : !1), { mutate: I, isLoading: B } = Kt(L), [le, V] = O(!1), [Z, Q] = O(!1), _ = () => V(!0), D = () => V(!1), J = () => {
2723
+ I(), D();
2724
+ }, P = ve(null), G = ve(null), z = () => {
2725
+ if (!(P != null && P.current)) return;
2726
+ const { scrollTop: H, clientHeight: K, scrollHeight: Le } = P.current;
2727
+ if (H === void 0 || K === void 0 || Le === void 0) return;
2728
+ const Ee = Le - H - K > K / 2;
2729
+ Z !== Ee && Q(Ee);
2794
2730
  };
2795
2731
  Be(() => {
2796
- O.current && (O.current.scrollTop = O.current.scrollHeight);
2797
- }, [f, le, x]);
2798
- const G = he(null), re = c ? /* @__PURE__ */ o(
2732
+ P.current && (P.current.scrollTop = P.current.scrollHeight);
2733
+ }, [f, le, m]);
2734
+ const U = ve(null), re = c ? /* @__PURE__ */ r(
2799
2735
  Jt,
2800
2736
  {
2801
- ref: G,
2737
+ ref: U,
2802
2738
  title: e,
2803
- leftNav: t && /* @__PURE__ */ o(c1, { onClick: t, color: h.aiChat.header.textColor }),
2804
- style: h.aiChat.header
2739
+ leftNav: t && /* @__PURE__ */ r(r1, { onClick: t, color: g.aiChat.header.textColor }),
2740
+ style: g.aiChat.header
2805
2741
  }
2806
- ) : null, Ce = z(
2742
+ ) : null, fe = A(
2807
2743
  () => [
2808
2744
  ...new Set(
2809
- f.filter((B) => B.role === "user").filter((B) => !(l != null && l.includes(B.content))).map((B) => B.content).reverse()
2745
+ f.filter((H) => H.role === "user").filter((H) => !(a != null && a.includes(H.content))).map((H) => H.content).reverse()
2810
2746
  )
2811
- ].slice(0, a),
2812
- [f, a, l]
2747
+ ].slice(0, l),
2748
+ [f, l, a]
2813
2749
  );
2814
- return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
2750
+ return (M == null ? void 0 : M.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
2815
2751
  c && re,
2816
- /* @__PURE__ */ o(Yt, { text: $.message })
2752
+ /* @__PURE__ */ r(Yt, { text: M.message })
2817
2753
  ] }) : /* @__PURE__ */ S(j, { children: [
2818
2754
  re,
2819
- /* @__PURE__ */ o(er, {}),
2820
- /* @__PURE__ */ S(k1, { ref: O, theme: h, onScroll: W, children: [
2821
- /* @__PURE__ */ o(
2822
- g1,
2755
+ /* @__PURE__ */ r(er, {}),
2756
+ /* @__PURE__ */ S(C1, { ref: P, theme: g, onScroll: z, children: [
2757
+ /* @__PURE__ */ r(
2758
+ l1,
2823
2759
  {
2824
2760
  isVisible: Z,
2825
- anchorElement: U.current,
2761
+ anchorElement: G.current,
2826
2762
  onClick: () => {
2827
- var B, X;
2828
- (X = O.current) == null || X.scroll({
2829
- top: (B = O.current) == null ? void 0 : B.scrollHeight,
2763
+ var H, K;
2764
+ (K = P.current) == null || K.scroll({
2765
+ top: (H = P.current) == null ? void 0 : H.scrollHeight,
2830
2766
  behavior: "smooth"
2831
2767
  });
2832
2768
  }
2833
2769
  }
2834
2770
  ),
2835
- /* @__PURE__ */ o(Si, {}),
2836
- /* @__PURE__ */ o(
2837
- v1,
2771
+ /* @__PURE__ */ r(bi, {}),
2772
+ /* @__PURE__ */ r(
2773
+ f1,
2838
2774
  {
2839
- questions: l || [],
2775
+ questions: a || [],
2840
2776
  isLoading: i,
2841
- onSelection: v
2777
+ onSelection: y
2842
2778
  }
2843
2779
  ),
2844
- $ && /* @__PURE__ */ o(ae, { align: "left", children: $.message }),
2845
- k ? /* @__PURE__ */ o(qe, {}) : /* @__PURE__ */ o(l1, { messages: f }),
2846
- s && g && (($e = (oe = g.followupQuestions) == null ? void 0 : oe.length) != null ? $e : 0) > 0 && /* @__PURE__ */ o(S1, { theme: h, children: (Re = g.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((B, X) => /* @__PURE__ */ o(
2780
+ M && /* @__PURE__ */ r(ae, { align: "left", children: M.message }),
2781
+ x ? /* @__PURE__ */ r(qe, {}) : /* @__PURE__ */ r(n1, { messages: f }),
2782
+ s && p && ((Te = (oe = p.followupQuestions) == null ? void 0 : oe.length) != null ? Te : 0) > 0 && /* @__PURE__ */ r(b1, { theme: g, children: (Re = p.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((H, K) => /* @__PURE__ */ r(
2847
2783
  Fe,
2848
2784
  {
2849
2785
  align: "left",
2850
2786
  onClick: () => {
2851
- v(B);
2787
+ y(H);
2852
2788
  },
2853
- children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: B })
2789
+ children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-4", children: H })
2854
2790
  },
2855
- X
2791
+ K
2856
2792
  )) }),
2857
- (x || F) && /* @__PURE__ */ o(dt, {}),
2858
- le && /* @__PURE__ */ o(
2859
- $i,
2793
+ (m || B) && /* @__PURE__ */ r(ut, {}),
2794
+ le && /* @__PURE__ */ r(
2795
+ vi,
2860
2796
  {
2861
2797
  onCancel: D,
2862
- onConfirm: ee
2798
+ onConfirm: J
2863
2799
  }
2864
2800
  )
2865
2801
  ] }),
2866
- /* @__PURE__ */ S(w1, { ref: U, theme: h, children: [
2867
- /* @__PURE__ */ o(
2868
- co,
2802
+ /* @__PURE__ */ S(m1, { ref: G, theme: g, children: [
2803
+ /* @__PURE__ */ r(
2804
+ ro,
2869
2805
  {
2870
- onSendMessage: v,
2806
+ onSendMessage: y,
2871
2807
  disabled: T,
2872
- onClearHistoryClick: K,
2873
- suggestions: l || [],
2874
- recentPrompts: Ce,
2875
- isLoading: i || k,
2808
+ onClearHistoryClick: _,
2809
+ suggestions: a || [],
2810
+ recentPrompts: fe,
2811
+ isLoading: i || x,
2876
2812
  recommendationsError: u,
2877
2813
  onChange: D
2878
2814
  }
2879
2815
  ),
2880
- /* @__PURE__ */ o(Vr, { theme: h })
2816
+ /* @__PURE__ */ r(zr, { theme: g })
2881
2817
  ] })
2882
2818
  ] });
2883
2819
  }
2884
- const T1 = w.button`
2820
+ const x1 = w.button`
2885
2821
  font-family: ${({ theme: e }) => e.typography.fontFamily};
2886
2822
  padding: 20px;
2887
2823
  border: none;
@@ -2894,38 +2830,38 @@ const T1 = w.button`
2894
2830
  cursor: pointer;
2895
2831
 
2896
2832
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2897
- `, $1 = w.div`
2833
+ `, v1 = w.div`
2898
2834
  font-size: 1.05rem;
2899
2835
  line-height: 28px;
2900
2836
 
2901
2837
  color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2902
- `, R1 = w.div`
2838
+ `, k1 = w.div`
2903
2839
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2904
2840
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2905
2841
 
2906
- color: ${({ theme: e }) => Ht(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2907
- `, E1 = w.div`
2842
+ color: ${({ theme: e }) => Wt(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2843
+ `, w1 = w.div`
2908
2844
  width: 16px;
2909
2845
  height: 16px;
2910
2846
  transform: rotate(180deg);
2911
2847
  `;
2912
- function L1(e) {
2913
- const { title: t, description: n, onClick: r } = e, { themeSettings: s } = R();
2914
- return /* @__PURE__ */ S(T1, { onClick: r, theme: s, children: [
2848
+ function S1(e) {
2849
+ const { title: t, description: n, onClick: o } = e, { themeSettings: s } = R();
2850
+ return /* @__PURE__ */ S(x1, { onClick: o, theme: s, children: [
2915
2851
  /* @__PURE__ */ S("div", { children: [
2916
- /* @__PURE__ */ o($1, { theme: s, children: t }),
2917
- /* @__PURE__ */ o(R1, { theme: s, children: n })
2852
+ /* @__PURE__ */ r(v1, { theme: s, children: t }),
2853
+ /* @__PURE__ */ r(k1, { theme: s, children: n })
2918
2854
  ] }),
2919
- /* @__PURE__ */ o(E1, { children: /* @__PURE__ */ o(kn, { color: s.aiChat.icons.color }) })
2855
+ /* @__PURE__ */ r(w1, { children: /* @__PURE__ */ r(kn, { color: s.aiChat.icons.color }) })
2920
2856
  ] });
2921
2857
  }
2922
- const N1 = w.div`
2858
+ const $1 = w.div`
2923
2859
  padding: 20px;
2924
2860
  display: flex;
2925
2861
  flex-direction: column;
2926
2862
  gap: 20px;
2927
2863
  overflow: auto;
2928
- `, I1 = w.div`
2864
+ `, M1 = w.div`
2929
2865
  font-size: 24px;
2930
2866
  line-height: 32px;
2931
2867
  font-weight: 600;
@@ -2933,28 +2869,28 @@ const N1 = w.div`
2933
2869
  padding-bottom: 4px;
2934
2870
 
2935
2871
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2936
- `, P1 = w.div`
2872
+ `, T1 = w.div`
2937
2873
  font-size: 15px;
2938
2874
  line-height: 22px;
2939
2875
 
2940
2876
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2941
2877
  `;
2942
- function O1(e) {
2943
- const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = P();
2944
- return /* @__PURE__ */ S(N1, { children: [
2945
- /* @__PURE__ */ o(I1, { theme: n, children: r("ai.dataTopics") }),
2946
- /* @__PURE__ */ S(P1, { theme: n, children: [
2947
- r("ai.chatbotDescription"),
2948
- /* @__PURE__ */ o("br", {}),
2949
- /* @__PURE__ */ o("br", {}),
2950
- r("ai.topicSelectPrompt")
2878
+ function R1(e) {
2879
+ const { dataTopics: t } = e, { themeSettings: n } = R(), { t: o } = N();
2880
+ return /* @__PURE__ */ S($1, { children: [
2881
+ /* @__PURE__ */ r(M1, { theme: n, children: o("ai.dataTopics") }),
2882
+ /* @__PURE__ */ S(T1, { theme: n, children: [
2883
+ o("ai.chatbotDescription"),
2884
+ /* @__PURE__ */ r("br", {}),
2885
+ /* @__PURE__ */ r("br", {}),
2886
+ o("ai.topicSelectPrompt")
2951
2887
  ] }),
2952
- t.map((s) => /* @__PURE__ */ tr(L1, E(M({}, s), { key: s.title })))
2888
+ t.map((s) => /* @__PURE__ */ tr(S1, E($({}, s), { key: s.title })))
2953
2889
  ] });
2954
2890
  }
2955
- const B1 = "#000000", F1 = "#FFFFFF";
2956
- function A1({ isDarkBackground: e = !1 }) {
2957
- const t = e ? F1 : B1;
2891
+ const L1 = "#000000", E1 = "#FFFFFF";
2892
+ function I1({ isDarkBackground: e = !1 }) {
2893
+ const t = e ? E1 : L1;
2958
2894
  return /* @__PURE__ */ S(
2959
2895
  "svg",
2960
2896
  {
@@ -2964,112 +2900,112 @@ function A1({ isDarkBackground: e = !1 }) {
2964
2900
  fill: "none",
2965
2901
  xmlns: "http://www.w3.org/2000/svg",
2966
2902
  children: [
2967
- /* @__PURE__ */ o(
2903
+ /* @__PURE__ */ r(
2968
2904
  "path",
2969
2905
  {
2970
2906
  d: "M365.111 69.5654C350.571 69.5654 338.747 81.3237 338.747 95.7826C338.747 110.241 350.571 122 365.111 122C379.651 122 391.476 110.241 391.476 95.7826C391.476 81.3237 379.651 69.5654 365.111 69.5654Z",
2971
2907
  fill: t
2972
2908
  }
2973
2909
  ),
2974
- /* @__PURE__ */ o(
2910
+ /* @__PURE__ */ r(
2975
2911
  "path",
2976
2912
  {
2977
2913
  d: "M135.365 147.679C120.824 147.679 109 159.437 109 173.896C109 188.355 120.824 200.113 135.365 200.113C149.905 200.113 161.715 188.355 161.715 173.896C161.715 159.437 149.891 147.679 135.365 147.679Z",
2978
2914
  fill: t
2979
2915
  }
2980
2916
  ),
2981
- /* @__PURE__ */ o(
2917
+ /* @__PURE__ */ r(
2982
2918
  "path",
2983
2919
  {
2984
2920
  d: "M135.365 225.789C120.824 225.789 109 237.547 109 252.006C109 266.465 120.824 278.21 135.365 278.21C149.905 278.21 161.715 266.451 161.715 252.006C161.715 237.561 149.891 225.789 135.365 225.789Z",
2985
2921
  fill: t
2986
2922
  }
2987
2923
  ),
2988
- /* @__PURE__ */ o(
2924
+ /* @__PURE__ */ r(
2989
2925
  "path",
2990
2926
  {
2991
2927
  d: "M364.401 225.789C349.861 225.789 338.037 237.547 338.037 252.006C338.037 266.465 349.861 278.21 364.401 278.21C378.941 278.21 390.766 266.451 390.766 252.006C390.766 237.561 378.941 225.789 364.401 225.789Z",
2992
2928
  fill: t
2993
2929
  }
2994
2930
  ),
2995
- /* @__PURE__ */ o(
2931
+ /* @__PURE__ */ r(
2996
2932
  "path",
2997
2933
  {
2998
2934
  d: "M365.111 303.899C350.571 303.899 338.747 315.658 338.747 330.117C338.747 344.575 350.571 356.334 365.111 356.334C379.651 356.334 391.476 344.575 391.476 330.117C391.476 315.658 379.651 303.899 365.111 303.899Z",
2999
2935
  fill: t
3000
2936
  }
3001
2937
  ),
3002
- /* @__PURE__ */ o(
2938
+ /* @__PURE__ */ r(
3003
2939
  "path",
3004
2940
  {
3005
2941
  d: "M135.365 382.013C120.824 382.013 109 393.771 109 408.23C109 422.689 120.824 434.447 135.365 434.447C149.905 434.447 161.715 422.689 161.715 408.23C161.715 393.771 149.891 382.013 135.365 382.013Z",
3006
2942
  fill: t
3007
2943
  }
3008
2944
  ),
3009
- /* @__PURE__ */ o(
2945
+ /* @__PURE__ */ r(
3010
2946
  "path",
3011
2947
  {
3012
2948
  d: "M289.516 142.11C271.898 142.11 257.567 156.362 257.567 173.895C257.567 191.429 271.898 205.666 289.516 205.666C307.135 205.666 321.466 191.415 321.466 173.895C321.466 156.375 307.135 142.11 289.516 142.11Z",
3013
2949
  fill: t
3014
2950
  }
3015
2951
  ),
3016
- /* @__PURE__ */ o(
2952
+ /* @__PURE__ */ r(
3017
2953
  "path",
3018
2954
  {
3019
2955
  d: "M210.96 142.11C193.342 142.11 179.01 156.362 179.01 173.895C179.01 191.429 193.342 205.666 210.96 205.666C228.578 205.666 242.909 191.415 242.909 173.895C242.909 156.375 228.578 142.11 210.96 142.11Z",
3020
2956
  fill: t
3021
2957
  }
3022
2958
  ),
3023
- /* @__PURE__ */ o(
2959
+ /* @__PURE__ */ r(
3024
2960
  "path",
3025
2961
  {
3026
2962
  d: "M289.516 220.224C271.898 220.224 257.567 234.475 257.567 252.008C257.567 269.542 271.898 283.779 289.516 283.779C307.135 283.779 321.466 269.528 321.466 252.008C321.466 234.489 307.135 220.224 289.516 220.224Z",
3027
2963
  fill: t
3028
2964
  }
3029
2965
  ),
3030
- /* @__PURE__ */ o(
2966
+ /* @__PURE__ */ r(
3031
2967
  "path",
3032
2968
  {
3033
2969
  d: "M210.96 220.224C193.342 220.224 179.01 234.475 179.01 252.008C179.01 269.542 193.342 283.779 210.96 283.779C228.578 283.779 242.909 269.528 242.909 252.008C242.909 234.489 228.578 220.224 210.96 220.224Z",
3034
2970
  fill: t
3035
2971
  }
3036
2972
  ),
3037
- /* @__PURE__ */ o(
2973
+ /* @__PURE__ */ r(
3038
2974
  "path",
3039
2975
  {
3040
2976
  d: "M289.516 298.334C271.898 298.334 257.567 312.585 257.567 330.105C257.567 347.624 271.898 361.889 289.516 361.889C307.135 361.889 321.466 347.638 321.466 330.105C321.466 312.571 307.135 298.334 289.516 298.334Z",
3041
2977
  fill: t
3042
2978
  }
3043
2979
  ),
3044
- /* @__PURE__ */ o(
2980
+ /* @__PURE__ */ r(
3045
2981
  "path",
3046
2982
  {
3047
2983
  d: "M210.96 298.334C193.342 298.334 179.01 312.585 179.01 330.105C179.01 347.624 193.342 361.889 210.96 361.889C228.578 361.889 242.909 347.638 242.909 330.105C242.909 312.571 228.578 298.334 210.96 298.334Z",
3048
2984
  fill: t
3049
2985
  }
3050
2986
  ),
3051
- /* @__PURE__ */ o(
2987
+ /* @__PURE__ */ r(
3052
2988
  "path",
3053
2989
  {
3054
2990
  d: "M289.516 64C271.898 64 257.567 78.2512 257.567 95.7847C257.567 113.318 271.898 127.555 289.516 127.555C307.135 127.555 321.466 113.304 321.466 95.7847C321.466 78.265 307.135 64 289.516 64Z",
3055
2991
  fill: t
3056
2992
  }
3057
2993
  ),
3058
- /* @__PURE__ */ o(
2994
+ /* @__PURE__ */ r(
3059
2995
  "path",
3060
2996
  {
3061
2997
  d: "M210.96 64C193.342 64 179.01 78.2512 179.01 95.7847C179.01 113.318 193.342 127.555 210.96 127.555C228.578 127.555 242.909 113.304 242.909 95.7847C242.909 78.265 228.578 64 210.96 64Z",
3062
2998
  fill: t
3063
2999
  }
3064
3000
  ),
3065
- /* @__PURE__ */ o(
3001
+ /* @__PURE__ */ r(
3066
3002
  "path",
3067
3003
  {
3068
3004
  d: "M289.516 376.442C271.898 376.442 257.567 390.694 257.567 408.213C257.567 425.733 271.898 439.998 289.516 439.998C307.135 439.998 321.466 425.747 321.466 408.213C321.466 390.68 307.135 376.442 289.516 376.442Z",
3069
3005
  fill: t
3070
3006
  }
3071
3007
  ),
3072
- /* @__PURE__ */ o(
3008
+ /* @__PURE__ */ r(
3073
3009
  "path",
3074
3010
  {
3075
3011
  d: "M210.96 376.442C193.342 376.442 179.01 390.694 179.01 408.213C179.01 425.733 193.342 439.998 210.96 439.998C228.578 439.998 242.909 425.747 242.909 408.213C242.909 390.68 228.578 376.442 210.96 376.442Z",
@@ -3080,10 +3016,10 @@ function A1({ isDarkBackground: e = !1 }) {
3080
3016
  }
3081
3017
  );
3082
3018
  }
3083
- const H1 = w.div`
3019
+ const N1 = w.div`
3084
3020
  margin-left: 14px;
3085
3021
  margin-top: 3px;
3086
- `, D1 = w.div`
3022
+ `, P1 = w.div`
3087
3023
  display: flex;
3088
3024
  flex-direction: column;
3089
3025
  justify-content: top;
@@ -3092,87 +3028,87 @@ const H1 = w.div`
3092
3028
 
3093
3029
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
3094
3030
  `;
3095
- function q1({ dataTopicsList: e, onDataTopicClick: t }) {
3096
- const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = P(), c = z(() => e == null ? void 0 : e.map((p) => ({
3097
- title: p,
3098
- onClick: () => t(p)
3099
- })), [e, t]), a = lr(cr(r.aiChat.header.backgroundColor)) > 0.5;
3031
+ function H1({ dataTopicsList: e, onDataTopicClick: t }) {
3032
+ const { enableHeader: n } = ne(), { themeSettings: o } = R(), { t: s } = N(), c = A(() => e == null ? void 0 : e.map((h) => ({
3033
+ title: h,
3034
+ onClick: () => t(h)
3035
+ })), [e, t]), l = ar(lr(o.aiChat.header.backgroundColor)) > 0.5;
3100
3036
  return /* @__PURE__ */ S(j, { children: [
3101
- n ? /* @__PURE__ */ o(
3037
+ n ? /* @__PURE__ */ r(
3102
3038
  Jt,
3103
3039
  {
3104
3040
  title: s("ai.analyticsChatbot"),
3105
- leftNav: /* @__PURE__ */ o(H1, { children: /* @__PURE__ */ o(A1, { isDarkBackground: a }) }),
3106
- style: r.aiChat.header
3041
+ leftNav: /* @__PURE__ */ r(N1, { children: /* @__PURE__ */ r(I1, { isDarkBackground: l }) }),
3042
+ style: o.aiChat.header
3107
3043
  }
3108
3044
  ) : null,
3109
- /* @__PURE__ */ S(D1, { theme: r, children: [
3110
- !c && /* @__PURE__ */ o(qe, {}),
3111
- c && /* @__PURE__ */ o(O1, { dataTopics: c })
3045
+ /* @__PURE__ */ S(P1, { theme: o, children: [
3046
+ !c && /* @__PURE__ */ r(qe, {}),
3047
+ c && /* @__PURE__ */ r(R1, { dataTopics: c })
3112
3048
  ] })
3113
3049
  ] });
3114
3050
  }
3115
- function z1() {
3116
- const [e, t] = A(), [n, r] = A(), { data: s, fetchStatus: c } = Pr(), { dataTopicsList: a, contextDetails: p } = ne(), { t: d } = P(), h = d("ai.errors.noAvailableDataTopics"), m = I(
3117
- (l) => {
3118
- l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
3051
+ function B1() {
3052
+ const [e, t] = O(), [n, o] = O(), { data: s, fetchStatus: c } = Tr(), { dataTopicsList: l, contextDetails: h } = ne(), { t: d } = N(), g = d("ai.errors.noAvailableDataTopics"), b = F(
3053
+ (a) => {
3054
+ a.length ? a.length === 1 && (o(void 0), t(a[0])) : o(g);
3119
3055
  },
3120
- [h]
3121
- ), y = z(() => {
3056
+ [g]
3057
+ ), k = A(() => {
3122
3058
  if (s && c === "idle") {
3123
- const f = (a != null && a.length ? s == null ? void 0 : s.filter((g) => a == null ? void 0 : a.includes(g.title)) : s).map((g) => g.title);
3124
- return m(f), f;
3059
+ const f = (l != null && l.length ? s == null ? void 0 : s.filter((p) => l == null ? void 0 : l.includes(p.title)) : s).map((p) => p.title);
3060
+ return b(f), f;
3125
3061
  }
3126
3062
  return [];
3127
- }, [s, c, a, m]), i = we(), u = I(() => {
3128
- r(void 0), i.invalidateQueries(["getDataTopics"]);
3063
+ }, [s, c, l, b]), i = we(), u = F(() => {
3064
+ o(void 0), i.invalidateQueries(["getDataTopics"]);
3129
3065
  }, [i]);
3130
- return n ? /* @__PURE__ */ o(
3066
+ return n ? /* @__PURE__ */ r(
3131
3067
  Yt,
3132
3068
  {
3133
3069
  text: n,
3134
3070
  action: { text: d("ai.buttons.refresh"), onClick: u }
3135
3071
  }
3136
- ) : y.length === 1 && !e ? /* @__PURE__ */ o(qe, {}) : e ? /* @__PURE__ */ o(
3137
- M1,
3072
+ ) : k.length === 1 && !e ? /* @__PURE__ */ r(qe, {}) : e ? /* @__PURE__ */ r(
3073
+ y1,
3138
3074
  {
3139
3075
  contextTitle: e,
3140
- contextDetails: p,
3141
- onGoBack: y.length === 1 ? void 0 : () => t(void 0)
3076
+ contextDetails: h,
3077
+ onGoBack: k.length === 1 ? void 0 : () => t(void 0)
3142
3078
  }
3143
- ) : /* @__PURE__ */ o(
3144
- q1,
3079
+ ) : /* @__PURE__ */ r(
3080
+ H1,
3145
3081
  {
3146
- dataTopicsList: y,
3147
- onDataTopicClick: (l) => t(l)
3082
+ dataTopicsList: k,
3083
+ onDataTopicClick: (a) => t(a)
3148
3084
  }
3149
3085
  );
3150
3086
  }
3151
- const cs = At({
3087
+ const ts = zt({
3152
3088
  componentName: "Chatbot"
3153
3089
  })((e) => {
3154
- const { width: t, height: n, config: r } = e, { themeSettings: s } = R();
3155
- return /* @__PURE__ */ o(Nr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
3156
- jr,
3090
+ const { width: t, height: n, config: o } = e, { themeSettings: s } = R();
3091
+ return /* @__PURE__ */ r($r, { value: o != null ? o : {}, children: /* @__PURE__ */ r(
3092
+ Ar,
3157
3093
  {
3158
3094
  id: "csdk-chatbot-frame",
3159
3095
  width: t,
3160
3096
  height: n,
3161
3097
  theme: s,
3162
3098
  tabIndex: 0,
3163
- children: /* @__PURE__ */ o(z1, {})
3099
+ children: /* @__PURE__ */ r(B1, {})
3164
3100
  }
3165
3101
  ) });
3166
- }), ds = At({
3102
+ }), ns = zt({
3167
3103
  componentName: "GetNlgInsights"
3168
3104
  })(function(t) {
3169
- const { data: n, isLoading: r, isError: s } = De(t), { t: c } = P();
3105
+ const { data: n, isLoading: o, isError: s } = De(t), { t: c } = N();
3170
3106
  if (s)
3171
- return /* @__PURE__ */ o(j, { children: c("ai.errors.unexpected") });
3172
- const a = n != null ? n : c("ai.errors.insightsNotAvailable");
3173
- return /* @__PURE__ */ o(gt, { text: r ? "Loading..." : a });
3107
+ return /* @__PURE__ */ r(j, { children: c("ai.errors.unexpected") });
3108
+ const l = n != null ? n : c("ai.errors.insightsNotAvailable");
3109
+ return /* @__PURE__ */ r(ft, { text: o ? "Loading..." : l });
3174
3110
  });
3175
- function W1({ theme: e }) {
3111
+ function F1({ theme: e }) {
3176
3112
  const t = e.general.brandColor;
3177
3113
  return /* @__PURE__ */ S(
3178
3114
  "svg",
@@ -3183,7 +3119,7 @@ function W1({ theme: e }) {
3183
3119
  viewBox: "-2 -3 24 24",
3184
3120
  fill: "none",
3185
3121
  children: [
3186
- /* @__PURE__ */ o(
3122
+ /* @__PURE__ */ r(
3187
3123
  "path",
3188
3124
  {
3189
3125
  fillRule: "evenodd",
@@ -3192,7 +3128,7 @@ function W1({ theme: e }) {
3192
3128
  fill: t
3193
3129
  }
3194
3130
  ),
3195
- /* @__PURE__ */ o(
3131
+ /* @__PURE__ */ r(
3196
3132
  "path",
3197
3133
  {
3198
3134
  fillRule: "evenodd",
@@ -3201,7 +3137,7 @@ function W1({ theme: e }) {
3201
3137
  fill: t
3202
3138
  }
3203
3139
  ),
3204
- /* @__PURE__ */ o(
3140
+ /* @__PURE__ */ r(
3205
3141
  "path",
3206
3142
  {
3207
3143
  fillRule: "evenodd",
@@ -3214,7 +3150,7 @@ function W1({ theme: e }) {
3214
3150
  }
3215
3151
  );
3216
3152
  }
3217
- const Z1 = w.div`
3153
+ const O1 = w.div`
3218
3154
  display: flex;
3219
3155
  flex-direction: row;
3220
3156
  align-items: center;
@@ -3223,86 +3159,86 @@ const Z1 = w.div`
3223
3159
  max-width: 640px;
3224
3160
  color: ${({ theme: e }) => e.chart.textColor};
3225
3161
  background-color: ${({ theme: e }) => e.chart.backgroundColor};
3226
- `, j1 = w.div`
3162
+ `, A1 = w.div`
3227
3163
  align-self: flex-start;
3228
- `, U1 = ({ summary: e, nlgRequest: t }) => {
3164
+ `, D1 = ({ summary: e, nlgRequest: t }) => {
3229
3165
  const { themeSettings: n } = R();
3230
- return /* @__PURE__ */ o(
3166
+ return /* @__PURE__ */ r(
3231
3167
  et,
3232
3168
  {
3233
3169
  sourceId: t.jaql.datasource.title,
3234
3170
  data: t,
3235
3171
  type: "chart/insights",
3236
3172
  buttonVisibility: "always",
3237
- renderContent: (r) => /* @__PURE__ */ S(Z1, { theme: n, children: [
3238
- /* @__PURE__ */ o(j1, { theme: n, children: /* @__PURE__ */ o(W1, { theme: n }) }),
3239
- /* @__PURE__ */ o(gt, { text: e }),
3240
- r
3173
+ renderContent: (o) => /* @__PURE__ */ S(O1, { theme: n, children: [
3174
+ /* @__PURE__ */ r(A1, { theme: n, children: /* @__PURE__ */ r(F1, { theme: n }) }),
3175
+ /* @__PURE__ */ r(ft, { text: e }),
3176
+ o
3241
3177
  ] })
3242
3178
  }
3243
3179
  );
3244
- }, G1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, us = Dt(
3180
+ }, q1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, rs = Zt(
3245
3181
  function({
3246
3182
  nlqResponse: t,
3247
3183
  onDataReady: n,
3248
- styleOptions: r,
3184
+ styleOptions: o,
3249
3185
  widgetProps: s,
3250
3186
  filters: c = []
3251
3187
  }) {
3252
- const a = t.timestamp, p = z(
3253
- () => E(M({}, t), {
3188
+ const l = t.timestamp, h = A(
3189
+ () => E($({}, t), {
3254
3190
  queryTitle: nr(t.queryTitle)
3255
3191
  }),
3256
3192
  // Memoize based on timestamp to prevent unnecessary recomputations
3257
3193
  // eslint-disable-next-line react-hooks/exhaustive-deps
3258
- [a]
3194
+ [l]
3259
3195
  ), { connectToWidgetProps: d } = rr({
3260
3196
  initialFilters: c
3261
- }), [h, m] = A(null);
3197
+ }), [g, b] = O(null);
3262
3198
  Se(() => {
3263
- const g = He(p, {
3199
+ const p = Ae(h, {
3264
3200
  useCustomizedStyleOptions: !0
3265
3201
  });
3266
- if (!g) m(null);
3202
+ if (!p) b(null);
3267
3203
  else {
3268
- r && g.styleOptions && (g.styleOptions = dr(
3269
- g.styleOptions,
3270
- r
3204
+ o && p.styleOptions && (p.styleOptions = cr(
3205
+ p.styleOptions,
3206
+ o
3271
3207
  ));
3272
- const x = d(g, {
3208
+ const m = d(p, {
3273
3209
  shouldAffectFilters: !1,
3274
3210
  applyMode: "filter"
3275
3211
  });
3276
- m(x);
3212
+ b(m);
3277
3213
  }
3278
- }, [p, d, r]);
3279
- const y = z(() => {
3280
- const g = h && Oe(h) ? fr(h == null ? void 0 : h.filters) : [], x = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
3281
- g.filter((v) => !v.config.disabled).map((v) => v.jaql())
3214
+ }, [h, d, o]);
3215
+ const k = A(() => {
3216
+ const p = g && He(g) ? pr(g == null ? void 0 : g.filters) : [], m = h.jaql.metadata.filter((y) => !y.jaql.filter).concat(
3217
+ p.filter((y) => !y.config.disabled).map((y) => y.jaql())
3282
3218
  );
3283
- return E(M({}, p), {
3284
- jaql: E(M({}, p.jaql), { metadata: x }),
3219
+ return E($({}, h), {
3220
+ jaql: E($({}, h.jaql), { metadata: m }),
3285
3221
  verbosity: "Low"
3286
3222
  });
3287
- }, [p, h]), { data: i, isLoading: u, isError: l } = De(y);
3288
- if (u || !h)
3289
- return /* @__PURE__ */ o(dt, {});
3290
- if (!Oe(h))
3291
- return /* @__PURE__ */ o(j, {});
3292
- const f = s || E(M({}, h), {
3293
- styleOptions: r,
3223
+ }, [h, g]), { data: i, isLoading: u, isError: a } = De(k);
3224
+ if (u || !g)
3225
+ return /* @__PURE__ */ r(ut, {});
3226
+ if (!He(g))
3227
+ return /* @__PURE__ */ r(j, {});
3228
+ const f = s || E($({}, g), {
3229
+ styleOptions: o,
3294
3230
  onDataReady: n
3295
3231
  });
3296
- return /* @__PURE__ */ o(
3297
- ve,
3298
- E(M({}, f), {
3232
+ return /* @__PURE__ */ r(
3233
+ xe,
3234
+ E($({}, f), {
3299
3235
  highlightSelectionDisabled: !0,
3300
- topSlot: i && !l && /* @__PURE__ */ o(U1, { nlgRequest: y, summary: i })
3236
+ topSlot: i && !a && /* @__PURE__ */ r(D1, { nlgRequest: k, summary: i })
3301
3237
  })
3302
3238
  );
3303
3239
  },
3304
- G1
3305
- ), V1 = new It({
3240
+ q1
3241
+ ), z1 = new Ht({
3306
3242
  defaultOptions: {
3307
3243
  queries: {
3308
3244
  refetchOnWindowFocus: !1,
@@ -3310,68 +3246,58 @@ const Z1 = w.div`
3310
3246
  }
3311
3247
  }
3312
3248
  });
3313
- function ps({
3249
+ function os({
3314
3250
  children: e,
3315
3251
  context: t
3316
3252
  }) {
3317
- return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(it.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Pt, { client: V1, children: e }) }) });
3253
+ return /* @__PURE__ */ r(Gt, { children: /* @__PURE__ */ r(st.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ r(Ft, { client: z1, children: e }) }) });
3318
3254
  }
3319
- function Q1(e) {
3320
- const t = ir(e), { attributes: n, measures: r } = sr(t);
3321
- return { attributes: n, measures: r };
3322
- }
3323
- function _1(e, t, n) {
3324
- const { dataSource: r, dataOptions: s, chartType: c, filters: a } = e, p = r != null ? r : t;
3325
- if (!p)
3326
- throw new Error(
3327
- "dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter."
3328
- );
3329
- const { attributes: d, measures: h } = qt(c) ? Q1(s) : or(s, c);
3330
- return {
3331
- dataSource: p,
3332
- dimensions: d,
3333
- measures: h,
3334
- filters: a,
3335
- verbosity: n
3336
- };
3337
- }
3338
- function hs(e, t, n) {
3339
- return V(this, null, function* () {
3340
- var a;
3341
- if (!Oe(e))
3342
- throw new Error("Only ChartWidgetProps are supported for now");
3343
- const r = _1(
3255
+ function is(e, t, n) {
3256
+ return X(this, null, function* () {
3257
+ var c;
3258
+ const o = dr(e) ? or(
3344
3259
  e,
3345
3260
  n == null ? void 0 : n.defaultDataSource,
3346
- n == null ? void 0 : n.verbosity
3347
- ), s = Ut(r), c = yield jt(t, s, {
3348
- isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled,
3261
+ n == null ? void 0 : n.verbosity,
3262
+ n == null ? void 0 : n.ignoreTrendAndForecast
3263
+ ) : He(e) ? Ot(
3264
+ ir(
3265
+ e,
3266
+ n == null ? void 0 : n.defaultDataSource,
3267
+ n == null ? void 0 : n.verbosity,
3268
+ n == null ? void 0 : n.ignoreTrendAndForecast
3269
+ )
3270
+ ) : null;
3271
+ if (!o)
3272
+ throw new Error("Only chart or pivot widget props are supported");
3273
+ const s = yield tt(t, o, {
3274
+ isUnified: n == null ? void 0 : n.isUnified,
3349
3275
  isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
3350
3276
  });
3351
- if (!((a = c == null ? void 0 : c.data) != null && a.answer))
3277
+ if (!((c = s == null ? void 0 : s.data) != null && c.answer))
3352
3278
  throw new Error("Invalid response from NLG insights API");
3353
- return c.data.answer;
3279
+ return s.data.answer;
3354
3280
  });
3355
3281
  }
3356
3282
  export {
3357
- rs as AiContextProvider,
3358
- wr as ChatRestApi,
3359
- cs as Chatbot,
3360
- ps as CustomAiContextProvider,
3361
- Lr as DEFAULT_RECOMMENDATIONS_COUNT,
3362
- ds as GetNlgInsights,
3363
- $r as NLQ_RESULT_CHART_TYPES,
3364
- us as NlqChartWidget,
3365
- Rr as executeGetNlqResult,
3366
- hs as getNlgInsightsFromWidget,
3367
- Ut as prepareGetNlgInsightsPayload,
3368
- Gt as prepareGetNlqResultPayload,
3369
- Dr as useChatSession,
3370
- ls as useFinalNlqResponse,
3371
- os as useGetNlgInsights,
3372
- is as useGetNlqResult,
3373
- ss as useGetQueryRecommendations,
3374
- as as useLastNlqResponse,
3375
- Cs as widgetComposer
3283
+ _1 as AiContextProvider,
3284
+ mr as ChatRestApi,
3285
+ ts as Chatbot,
3286
+ os as CustomAiContextProvider,
3287
+ Sr as DEFAULT_RECOMMENDATIONS_COUNT,
3288
+ ns as GetNlgInsights,
3289
+ vr as NLQ_RESULT_CHART_TYPES,
3290
+ rs as NlqChartWidget,
3291
+ kr as executeGetNlqResult,
3292
+ is as getNlgInsightsFromWidget,
3293
+ Ot as prepareGetNlgInsightsPayload,
3294
+ Ut as prepareGetNlqResultPayload,
3295
+ Pr as useChatSession,
3296
+ es as useFinalNlqResponse,
3297
+ K1 as useGetNlgInsights,
3298
+ X1 as useGetNlqResult,
3299
+ Y1 as useGetQueryRecommendations,
3300
+ J1 as useLastNlqResponse,
3301
+ ls as widgetComposer
3376
3302
  };
3377
- (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.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}.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}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .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}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .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=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .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}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .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}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .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)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .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}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .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}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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=)}._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}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .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}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .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}[class*=csdk] .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:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .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}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .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}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
3303
+ (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.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}.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}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-0{margin:0}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-flex{display:flex}.csdk-inline-flex{display:inline-flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-default{cursor:default}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-1{row-gap:.25rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-sm{font-size:.875rem;line-height:1.25rem}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-\\[\\#262e3d\\]{--csdk-tw-text-opacity: 1;color:rgb(38 46 61 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.hover\\:csdk-underline:hover{text-decoration-line:underline}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .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}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .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=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .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}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .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}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .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)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .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}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .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}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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=)}._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}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .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}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .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}[class*=csdk] .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:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .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}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .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}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();