@sisense/sdk-ui 1.30.0 → 1.32.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 (157) hide show
  1. package/dist/ai.cjs +22 -421
  2. package/dist/ai.js +1825 -1769
  3. package/dist/analytics-composer.cjs +58 -58
  4. package/dist/analytics-composer.js +312 -290
  5. package/dist/derive-chart-family-7Fxxf6Sy.cjs +758 -0
  6. package/dist/derive-chart-family-CVwj-7u5.js +100883 -0
  7. package/dist/index.cjs +27 -833
  8. package/dist/index.js +11550 -9945
  9. package/dist/packages/sdk-ui/src/ai/api/chat-rest-api.d.ts +1 -3
  10. package/dist/packages/sdk-ui/src/ai/api/types.d.ts +6 -0
  11. package/dist/packages/sdk-ui/src/ai/chatbot.d.ts +2 -2
  12. package/dist/packages/sdk-ui/src/ai/custom-ai-context-provider.d.ts +13 -0
  13. package/dist/packages/sdk-ui/src/ai/index.d.ts +7 -4
  14. package/dist/packages/sdk-ui/src/ai/use-get-nlg-insights.d.ts +2 -0
  15. package/dist/packages/sdk-ui/src/ai/use-get-nlq-result.d.ts +12 -5
  16. package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +9 -5
  17. package/dist/packages/sdk-ui/src/analytics-composer/common/constants.d.ts +1 -0
  18. package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +13 -6
  19. package/dist/packages/sdk-ui/src/api/rest-api.d.ts +11 -1
  20. package/dist/packages/sdk-ui/src/app/client-application.d.ts +15 -0
  21. package/dist/packages/sdk-ui/src/chart/helpers/get-load-data-function.d.ts +16 -0
  22. package/dist/packages/sdk-ui/src/chart/helpers/use-chart-data-preparation.d.ts +17 -0
  23. package/dist/packages/sdk-ui/src/chart/helpers/use-synced-data.d.ts +3 -1
  24. package/dist/packages/sdk-ui/src/chart/index.d.ts +1 -0
  25. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/areamap-chart-builder.d.ts +2 -0
  26. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/areamap-data.d.ts +4 -0
  27. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/geo-data-coloring-function.d.ts +2 -0
  28. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data/index.d.ts +2 -0
  29. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data-options/data-options.d.ts +2 -0
  30. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/data-options/index.d.ts +1 -0
  31. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/design-options/design-options.d.ts +2 -0
  32. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/design-options/index.d.ts +1 -0
  33. package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/areamap-map.d.ts +2 -2
  34. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/renderer/areamap-utils.d.ts +12 -0
  35. package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/areamap.d.ts +5 -5
  36. package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/feature-styles-dictionary.d.ts +2 -2
  37. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/renderer/index.d.ts +1 -0
  38. package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/use-geo-json.d.ts +1 -1
  39. package/dist/packages/sdk-ui/src/chart/restructured-charts/areamap-chart/types.d.ts +35 -0
  40. package/dist/packages/sdk-ui/src/chart/restructured-charts/bar-chart/bar-chart-builder.d.ts +2 -0
  41. package/dist/packages/sdk-ui/src/chart/restructured-charts/chart-builder-factory.d.ts +3 -0
  42. package/dist/packages/sdk-ui/src/chart/restructured-charts/column-chart/column-chart-builder.d.ts +2 -0
  43. package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data-options.d.ts +27 -0
  44. package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data.d.ts +4 -0
  45. package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/stackable/design-options.d.ts +5 -0
  46. package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/data-loading.d.ts +12 -0
  47. package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +100 -0
  48. package/dist/packages/sdk-ui/src/chart/restructured-charts/utils.d.ts +3 -0
  49. package/dist/packages/sdk-ui/src/chart-data/chart-data-service.d.ts +1 -13
  50. package/dist/packages/sdk-ui/src/chart-data/types.d.ts +3 -29
  51. package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/prepare-design-options.d.ts +6 -3
  52. package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-highcharts-options.d.ts +9 -8
  53. package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +1 -7
  54. package/dist/packages/sdk-ui/src/chart-options-processor/translations/tooltip-utils.d.ts +2 -3
  55. package/dist/packages/sdk-ui/src/chart-options-processor/translations/types.d.ts +2 -1
  56. package/dist/packages/sdk-ui/src/common/components/popper.d.ts +9 -0
  57. package/dist/packages/sdk-ui/src/common/hooks/fusion-endpoints/use-get-data-source-fields.d.ts +14 -0
  58. package/dist/packages/sdk-ui/src/common/hooks/use-was-modified.d.ts +5 -0
  59. package/dist/packages/sdk-ui/src/const.d.ts +1 -0
  60. package/dist/packages/sdk-ui/src/dashboard/hooks/use-tabber.d.ts +18 -0
  61. package/dist/packages/sdk-ui/src/dashboard/hooks/use-widgets-layout.d.ts +14 -0
  62. package/dist/packages/sdk-ui/src/dashboard/types.d.ts +7 -2
  63. package/dist/packages/sdk-ui/src/dashboard/use-composed-dashboard.d.ts +7 -2
  64. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-operations.d.ts +19 -19
  65. package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +1 -1
  66. package/dist/packages/sdk-ui/src/filters/components/date-filter/date-filter/calendar-date-selector.d.ts +8 -7
  67. package/dist/packages/sdk-ui/src/filters/components/date-filter/date-filter/date-range-calculator.d.ts +1 -1
  68. package/dist/packages/sdk-ui/src/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +3 -0
  69. package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +1 -1
  70. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/input.d.ts +11 -3
  71. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/scroll-wrapper.d.ts +13 -0
  72. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/search-input.d.ts +4 -0
  73. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/base.d.ts +5 -1
  74. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/calendar-select.d.ts +27 -0
  75. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/index.d.ts +2 -0
  76. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/types.d.ts +14 -0
  77. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/utils.d.ts +5 -0
  78. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/members-list-select.d.ts +11 -0
  79. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-multi-select.d.ts +5 -0
  80. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-single-select.d.ts +21 -1
  81. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/single-select.d.ts +3 -2
  82. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/types.d.ts +2 -0
  83. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/small-loader.d.ts +1 -0
  84. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/constants.d.ts +2 -0
  85. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-container.d.ts +5 -0
  86. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-datetime.d.ts +8 -0
  87. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-numerical.d.ts +8 -0
  88. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-textual.d.ts +8 -0
  89. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-datetime-formatter.d.ts +2 -0
  90. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-get-attribute-stats.d.ts +28 -0
  91. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/common/granularities.d.ts +8 -0
  92. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/condition-forms/datetime-exclude-condition-form.d.ts +11 -0
  93. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/condition-forms/datetime-is-within-condition-form.d.ts +10 -0
  94. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/datetime-condition-section.d.ts +12 -0
  95. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-condition-section/index.d.ts +1 -0
  96. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-members-section.d.ts +12 -0
  97. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-range-section.d.ts +11 -0
  98. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/datetime-relative-section.d.ts +9 -0
  99. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/members-section.d.ts +0 -1
  100. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-condition-section/index.d.ts +1 -0
  101. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-condition-section/numeric-condition-section.d.ts +10 -0
  102. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-condition-section/types.d.ts +16 -0
  103. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-condition-section/utils.d.ts +7 -0
  104. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/numeric-range-section.d.ts +11 -0
  105. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/text-condition-section.d.ts +4 -2
  106. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/types.d.ts +4 -0
  107. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/utils.d.ts +4 -0
  108. package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/utils.d.ts +13 -1
  109. package/dist/packages/sdk-ui/src/filters/components/icons/date-icon.d.ts +1 -1
  110. package/dist/packages/sdk-ui/src/filters/components/icons/equal-icon.d.ts +2 -0
  111. package/dist/packages/sdk-ui/src/filters/components/icons/greater-than-icon.d.ts +2 -0
  112. package/dist/packages/sdk-ui/src/filters/components/icons/greater-than-or-equal-icon.d.ts +2 -0
  113. package/dist/packages/sdk-ui/src/filters/components/icons/index.d.ts +6 -0
  114. package/dist/packages/sdk-ui/src/filters/components/icons/not-equal-icon.d.ts +2 -0
  115. package/dist/packages/sdk-ui/src/filters/components/icons/smaller-than-icon.d.ts +2 -0
  116. package/dist/packages/sdk-ui/src/filters/components/icons/smaller-than-or-equal-icon.d.ts +2 -0
  117. package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-filter-tile.d.ts +1 -1
  118. package/dist/packages/sdk-ui/src/filters/hooks/use-get-filter-members.d.ts +23 -2
  119. package/dist/packages/sdk-ui/src/index-typedoc.d.ts +28 -0
  120. package/dist/packages/sdk-ui/src/index.d.ts +1 -0
  121. package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model.d.ts +7 -1
  122. package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +2 -1
  123. package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +9 -1
  124. package/dist/packages/sdk-ui/src/pivot-table/formatters/header-cell-formatters/header-cell-value-formatter.d.ts +1 -1
  125. package/dist/packages/sdk-ui/src/plugins-provider/custom-plugins-provider.d.ts +8 -8
  126. package/dist/packages/sdk-ui/src/plugins-provider/plugins-context.d.ts +6 -6
  127. package/dist/packages/sdk-ui/src/plugins-provider/plugins-provider.d.ts +3 -3
  128. package/dist/packages/sdk-ui/src/plugins-provider/types.d.ts +2 -1
  129. package/dist/packages/sdk-ui/src/props.d.ts +35 -15
  130. package/dist/packages/sdk-ui/src/query-execution/types.d.ts +10 -1
  131. package/dist/packages/sdk-ui/src/sisense-chart/sisense-chart.d.ts +1 -16
  132. package/dist/packages/sdk-ui/src/sisense-chart/types.d.ts +16 -1
  133. package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +51 -0
  134. package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +102 -0
  135. package/dist/packages/sdk-ui/src/types.d.ts +52 -1
  136. package/dist/packages/sdk-ui/src/utils/generate-attribute-name.d.ts +2 -0
  137. package/dist/packages/sdk-ui/src/utils/is-numeric-string.d.ts +10 -0
  138. package/dist/packages/sdk-ui/src/utils/utility-types.d.ts +34 -0
  139. package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +1 -0
  140. package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-style-options.d.ts +16 -5
  141. package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +35 -0
  142. package/dist/use-common-filters-BanIIIUW.js +28409 -0
  143. package/dist/use-common-filters-BeKQ1bKU.cjs +271 -0
  144. package/dist/{widget-composer-Ch2kYMok.js → widget-composer-4bEKHitq.js} +275 -259
  145. package/dist/widget-composer-NDI4zssI.cjs +316 -0
  146. package/package.json +11 -9
  147. package/dist/derive-chart-family-B2J2kMs6.js +0 -44404
  148. package/dist/derive-chart-family-Bmg9hQGc.cjs +0 -271
  149. package/dist/packages/sdk-ui/src/ai/use-get-data-source-fields.d.ts +0 -12
  150. package/dist/packages/sdk-ui/src/chart-data/areamap-data.d.ts +0 -4
  151. package/dist/packages/sdk-ui/src/chart-data/data-coloring/geo-data-coloring-function.d.ts +0 -2
  152. package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-areamap-options.d.ts +0 -3
  153. package/dist/packages/sdk-ui/src/charts/map-charts/areamap/areamap-utils.d.ts +0 -11
  154. package/dist/useQuery-1ixYW8qO.js +0 -83434
  155. package/dist/useQuery-Ctzmd-JM.cjs +0 -916
  156. package/dist/widget-composer-CdxKUwZf.cjs +0 -308
  157. /package/dist/packages/sdk-ui/src/{charts/map-charts/areamap → chart/restructured-charts/areamap-chart/renderer}/alternative-country-names-dictionary.d.ts +0 -0
package/dist/ai.js CHANGED
@@ -1,25 +1,24 @@
1
- var ht = Object.defineProperty, pt = Object.defineProperties;
2
- var gt = Object.getOwnPropertyDescriptors;
1
+ var Ct = Object.defineProperty, ft = Object.defineProperties;
2
+ var bt = Object.getOwnPropertyDescriptors;
3
3
  var ce = Object.getOwnPropertySymbols;
4
- var We = Object.prototype.hasOwnProperty, Oe = Object.prototype.propertyIsEnumerable;
5
- var ve = (e, t, o) => t in e ? ht(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, S = (e, t) => {
4
+ var We = Object.prototype.hasOwnProperty, Ae = Object.prototype.propertyIsEnumerable;
5
+ var Oe = (e, t, o) => t in e ? Ct(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, k = (e, t) => {
6
6
  for (var o in t || (t = {}))
7
- We.call(t, o) && ve(e, o, t[o]);
7
+ We.call(t, o) && Oe(e, o, t[o]);
8
8
  if (ce)
9
9
  for (var o of ce(t))
10
- Oe.call(t, o) && ve(e, o, t[o]);
10
+ Ae.call(t, o) && Oe(e, o, t[o]);
11
11
  return e;
12
- }, $ = (e, t) => pt(e, gt(t));
13
- var qe = (e, t) => {
12
+ }, T = (e, t) => ft(e, bt(t));
13
+ var ze = (e, t) => {
14
14
  var o = {};
15
15
  for (var r in e)
16
16
  We.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
17
17
  if (e != null && ce)
18
18
  for (var r of ce(e))
19
- t.indexOf(r) < 0 && Oe.call(e, r) && (o[r] = e[r]);
19
+ t.indexOf(r) < 0 && Ae.call(e, r) && (o[r] = e[r]);
20
20
  return o;
21
21
  };
22
- var T = (e, t, o) => (ve(e, typeof t != "symbol" ? t + "" : t, o), o);
23
22
  var A = (e, t, o) => new Promise((r, i) => {
24
23
  var s = (l) => {
25
24
  try {
@@ -36,13 +35,14 @@ var A = (e, t, o) => new Promise((r, i) => {
36
35
  }, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
37
36
  c((o = o.apply(e, t)).next());
38
37
  });
39
- import { bO as Ct, bP as ft, bQ as Ge, bR as mt, bS as oe, bT as bt, bU as xt, bV as yt, bp as vt, R as wt, bq as kt, b as St, bC as Q, Y as pe, az as h, a$ as E, S as b, aZ as Ve, aD as Mt, bW as $t, aG as Lt, aF as Rt, aH as ge, bX as Tt, bY as Et, aM as K, p as j, bZ as je, aR as It, b_ as Nt, _ as Ht, b$ as Ft, F as we, P as f, aN as Bt, c0 as Dt, b0 as Qe, c1 as Pt, aX as Wt, aC as te, a1 as Ot, c2 as qt, c3 as At, a3 as Re, c4 as Zt, bj as zt, c5 as Gt } from "./useQuery-1ixYW8qO.js";
40
- import { jsx as n, jsxs as p, Fragment as N } from "react/jsx-runtime";
41
- import * as Z from "react";
42
- import { createContext as Te, useMemo as H, useContext as Ee, useState as L, useCallback as M, useEffect as ne, useRef as Y, useLayoutEffect as ue, memo as Vt, forwardRef as jt, createElement as Qt } from "react";
43
- import { r as Ut, b7 as _t, u as w, T as Se, z as Ue, Z as Me, a1 as Kt, b8 as Yt, x as Jt, y as Xt, m as e1 } from "./derive-chart-family-B2J2kMs6.js";
44
- import { t as Ce } from "./widget-composer-Ch2kYMok.js";
45
- class t1 extends Ct {
38
+ import { be as mt, bf as xt, bg as Ge, bh as yt, bi as oe, bj as vt, bk as wt, bl as kt, aU as Ve, aV as Qe, b3 as K, D as pe, ay as _e, ab as St, bm as Mt, ae as Tt, ad as Lt, af as ge, bn as Rt, bo as It, ak as _, bp as Ue, ap as Et, bq as Nt, _ as Ht, br as Bt, x as ve, P as f, al as Ft, bs as Dt, az as Ke, av as Pt, bt as qt, a9 as te, G as Ot, bu as Wt, bv as At, I as Le, bw as zt, aP as $t, bx as Zt } from "./use-common-filters-BanIIIUW.js";
39
+ import { H as jt, a0 as n, R as Gt, f as Vt, bV as Qt, I as S, T as ke, aK as u, aT as I, a1 as p, J as b, a2 as N, _ as G, Z as Je, aq as Se, au as _t, bW as Ut, bX as Kt, X as Jt, Y as Yt, m as Xt } from "./derive-chart-family-CVwj-7u5.js";
40
+ import * as z from "react";
41
+ import { createContext as Re, useContext as Ie, useMemo as H, useState as L, useCallback as M, useEffect as ne, useRef as U, useLayoutEffect as ue, memo as e1, forwardRef as t1 } from "react";
42
+ import { t as Ce } from "./widget-composer-4bEKHitq.js";
43
+ import { w as Vn } from "./widget-composer-4bEKHitq.js";
44
+ import { jsx as ee } from "react/jsx-runtime";
45
+ class o1 extends mt {
46
46
  constructor(t, o) {
47
47
  super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
48
48
  }
@@ -52,7 +52,7 @@ class t1 extends Ct {
52
52
  setOptions(t) {
53
53
  var o;
54
54
  const r = this.options;
55
- this.options = this.client.defaultMutationOptions(t), ft(r, this.options) || this.client.getMutationCache().notify({
55
+ this.options = this.client.defaultMutationOptions(t), xt(r, this.options) || this.client.getMutationCache().notify({
56
56
  type: "observerOptionsUpdated",
57
57
  mutation: this.currentMutation,
58
58
  observer: this
@@ -80,12 +80,12 @@ class t1 extends Ct {
80
80
  });
81
81
  }
82
82
  mutate(t, o) {
83
- return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, $(S({}, this.options), {
83
+ return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(k({}, this.options), {
84
84
  variables: typeof t != "undefined" ? t : this.options.variables
85
85
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
86
86
  }
87
87
  updateResult() {
88
- const t = this.currentMutation ? this.currentMutation.state : mt(), o = $(S({}, t), {
88
+ const t = this.currentMutation ? this.currentMutation.state : yt(), o = T(k({}, t), {
89
89
  isLoading: t.status === "loading",
90
90
  isSuccess: t.status === "success",
91
91
  isError: t.status === "error",
@@ -114,68 +114,43 @@ class t1 extends Ct {
114
114
  });
115
115
  }
116
116
  }
117
- function Ie(e, t, o) {
118
- const r = yt(e, t), i = oe({
117
+ function Ee(e, t, o) {
118
+ const r = kt(e, t), i = oe({
119
119
  context: r.context
120
- }), [s] = Z.useState(() => new t1(i, r));
121
- Z.useEffect(() => {
120
+ }), [s] = z.useState(() => new o1(i, r));
121
+ z.useEffect(() => {
122
122
  s.setOptions(r);
123
123
  }, [s, r]);
124
- const a = bt(Z.useCallback((l) => s.subscribe(Ge.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = Z.useCallback((l, d) => {
125
- s.mutate(l, d).catch(o1);
124
+ const a = vt(z.useCallback((l) => s.subscribe(Ge.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = z.useCallback((l, d) => {
125
+ s.mutate(l, d).catch(n1);
126
126
  }, [s]);
127
- if (a.error && xt(s.options.useErrorBoundary, [a.error]))
127
+ if (a.error && wt(s.options.useErrorBoundary, [a.error]))
128
128
  throw a.error;
129
- return $(S({}, a), {
129
+ return T(k({}, a), {
130
130
  mutate: c,
131
131
  mutateAsync: a.mutate
132
132
  });
133
133
  }
134
- function o1() {
134
+ function n1() {
135
135
  }
136
- class n1 {
136
+ class r1 {
137
137
  constructor(t, o = !1) {
138
- T(this, "httpClient");
139
- T(this, "getChatContexts", () => A(this, null, function* () {
138
+ this.volatile = o, this.getChatContexts = () => A(this, null, function* () {
140
139
  return (yield this.httpClient.get("api/datasources//")) || [];
141
- }));
142
- // ==== /v2/ai endpoints ====
143
- T(this, "getNlgInsights", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
144
- T(this, "getQueryRecommendations", (t, o) => this.httpClient.get(
145
- `api/v2/ai/recommendations/query/${t}/${o.numOfRecommendations}`
146
- ));
147
- T(this, "getNlqResult", (t, o) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, o));
148
- T(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((o) => {
149
- console.error("Unable to set llm config", o);
150
- }));
151
- // ==== /v2/ai/chats endpoints ====
152
- T(this, "getAllChats", () => A(this, null, function* () {
140
+ }), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${i.numOfRecommendations}`), this.getNlqResult = (r, i) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, i), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((i) => {
141
+ console.error("Unable to set llm config", i);
142
+ }), this.getAllChats = () => A(this, null, function* () {
153
143
  return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
154
- }));
155
- T(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
156
- T(this, "createChat", (t, o) => this.httpClient.post("api/v2/ai/chats", {
157
- sourceId: t,
144
+ }), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, i) => this.httpClient.post("api/v2/ai/chats", {
145
+ sourceId: r,
158
146
  volatile: this.volatile,
159
- contextDetails: o
160
- }));
161
- T(this, "postChat", (t, o) => this.httpClient.post(`api/v2/ai/chats/${t}`, o));
162
- T(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
163
- T(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
164
- // ==== misc endpoints ====
165
- T(this, "getDataSourceFields", (t) => this.httpClient.post(
166
- `api/datasources/${encodeURIComponent(t)}/fields/search`,
167
- {
168
- offset: 0,
169
- count: 9999
170
- }
171
- ));
172
- T(this, "ai", {
147
+ contextDetails: i
148
+ }), this.postChat = (r, i) => this.httpClient.post(`api/v2/ai/chats/${r}`, i), this.deleteChatHistory = (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`), this.sendFeedback = (r) => this.httpClient.post("api/v2/ai/feedback", r), this.ai = {
173
149
  getNlgInsights: this.getNlgInsights,
174
150
  getNlqResult: this.getNlqResult,
175
151
  getQueryRecommendations: this.getQueryRecommendations,
176
152
  setLlmConfig: this.setLlmConfig,
177
153
  sendFeedback: this.sendFeedback,
178
- getDataSourceFields: this.getDataSourceFields,
179
154
  chat: {
180
155
  getAll: this.getAllChats,
181
156
  getById: this.getChatById,
@@ -183,80 +158,93 @@ class n1 {
183
158
  post: this.postChat,
184
159
  clearHistory: this.deleteChatHistory
185
160
  }
186
- });
187
- this.volatile = o, this.httpClient = t;
161
+ }, this.httpClient = t;
188
162
  }
189
163
  }
190
- const r1 = new vt({
164
+ const i1 = new Ve({
191
165
  defaultOptions: {
192
166
  queries: {
193
167
  refetchOnWindowFocus: !1,
194
168
  refetchOnMount: !1
195
169
  }
196
170
  }
197
- }), _e = Te(void 0), B = () => Ee(_e), i1 = ({
198
- children: e,
199
- volatile: t
200
- }) => {
201
- const { app: o } = wt(), r = H(
202
- () => o ? new n1(o.httpClient, t) : void 0,
203
- [o, t]
204
- );
205
- return /* @__PURE__ */ n(_e.Provider, { value: r, children: /* @__PURE__ */ n(kt, { client: r1, children: e }) });
206
- }, Ke = Te({}), s1 = () => Ee(Ke), a1 = ({ children: e }) => {
207
- const [t, o] = L({}), r = M(
208
- (a, c) => {
209
- var l;
210
- return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
211
- },
212
- []
213
- ), i = M(
214
- (a, c, l) => {
215
- o((d) => $(S({}, d), {
216
- [r(c, l)]: a
217
- }));
171
+ }), Ne = /* @__PURE__ */ Re(void 0), B = () => Ie(Ne), a1 = ({ children: e, volatile: t }) => {
172
+ const { app: o } = jt(), r = H(() => o ? new r1(o.httpClient, t) : void 0, [
173
+ o,
174
+ t
175
+ ]);
176
+ return /* @__PURE__ */ n(Ne.Provider, {
177
+ value: r,
178
+ children: /* @__PURE__ */ n(Qe, {
179
+ client: i1,
180
+ children: e
181
+ })
182
+ });
183
+ }, Ye = /* @__PURE__ */ Re({}), s1 = () => Ie(Ye), Xe = ({ children: e }) => {
184
+ const [t, o] = L({}), r = M((a, c) => {
185
+ var l;
186
+ return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
187
+ }, []), i = M((a, c, l) => {
188
+ o((d) => T(k({}, d), {
189
+ [r(c, l)]: a
190
+ }));
191
+ }, [
192
+ r
193
+ ]), s = M((a, c) => t[r(a, c)], [
194
+ t,
195
+ r
196
+ ]);
197
+ return /* @__PURE__ */ n(Ye.Provider, {
198
+ value: {
199
+ saveChatId: i,
200
+ getChatId: s
218
201
  },
219
- [r]
220
- ), s = M(
221
- (a, c) => t[r(a, c)],
222
- [t, r]
223
- );
224
- return /* @__PURE__ */ n(Ke.Provider, { value: { saveChatId: i, getChatId: s }, children: e });
202
+ children: e
203
+ });
225
204
  };
226
- function Tn({ children: e, volatile: t }) {
227
- return /* @__PURE__ */ n(a1, { children: /* @__PURE__ */ n(i1, { volatile: t, children: e }) });
205
+ function Bn({ children: e, volatile: t }) {
206
+ return /* @__PURE__ */ n(Xe, {
207
+ children: /* @__PURE__ */ n(a1, {
208
+ volatile: t,
209
+ children: e
210
+ })
211
+ });
212
+ }
213
+ function l1(e) {
214
+ var t, o;
215
+ if ("jaql" in e)
216
+ return e;
217
+ {
218
+ const r = Qt(e.dataSource), { filters: i = [], relations: s } = Gt(e.filters), { metadata: a, filterRelations: c } = Vt({
219
+ dataSource: e.dataSource,
220
+ attributes: (t = e.dimensions) != null ? t : [],
221
+ measures: (o = e.measures) != null ? o : [],
222
+ filters: i,
223
+ filterRelations: s,
224
+ highlights: []
225
+ }, !0), l = {
226
+ jaql: {
227
+ datasource: r,
228
+ metadata: a,
229
+ filterRelations: c
230
+ }
231
+ };
232
+ return e.verbosity && (l.verbosity = e.verbosity), l;
233
+ }
228
234
  }
229
235
  const re = (e, t = !0) => {
230
- const o = H(() => {
231
- var g, u;
232
- if ("jaql" in e)
233
- return e;
234
- {
235
- const C = _t(e.dataSource), { filters: m = [], relations: x } = Ut(e.filters), { metadata: k, filterRelations: y } = St(
236
- {
237
- dataSource: e.dataSource,
238
- attributes: (g = e.dimensions) != null ? g : [],
239
- measures: (u = e.measures) != null ? u : [],
240
- filters: m,
241
- filterRelations: x,
242
- highlights: []
243
- },
244
- !0
245
- ), F = {
246
- jaql: {
247
- datasource: C,
248
- metadata: k,
249
- filterRelations: y
250
- }
251
- };
252
- return e.verbosity && (F.verbosity = e.verbosity), F;
253
- }
254
- }, [e]), r = B(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = Q({
255
- queryKey: ["getNlgInsights", o, r],
236
+ const o = H(() => l1(e), [
237
+ e
238
+ ]), r = B(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
239
+ queryKey: [
240
+ "getNlgInsights",
241
+ o,
242
+ r
243
+ ],
256
244
  queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(o),
257
245
  select: (g) => {
258
- var u;
259
- return (u = g == null ? void 0 : g.data) == null ? void 0 : u.answer;
246
+ var h;
247
+ return (h = g == null ? void 0 : g.data) == null ? void 0 : h.answer;
260
248
  },
261
249
  enabled: !!r && t
262
250
  });
@@ -268,89 +256,116 @@ const re = (e, t = !0) => {
268
256
  error: s,
269
257
  refetch: M(() => {
270
258
  d();
271
- }, [d])
259
+ }, [
260
+ d
261
+ ])
272
262
  };
273
- }, Ye = (e) => {
274
- const r = e, { enabled: t } = r, o = qe(r, ["enabled"]);
263
+ }, et = (e) => {
264
+ const r = e, { enabled: t } = r, o = ze(r, ["enabled"]);
275
265
  return re(o, t);
276
- }, En = pe("useGetNlgInsights")(
277
- Ye
278
- ), In = pe("useGetNlgQueryResult")(
279
- Ye
280
- ), l1 = [
266
+ }, Fn = pe("useGetNlgInsights")(et), Dn = pe("useGetNlgQueryResult")(et), c1 = [
281
267
  "indicator",
282
268
  "column",
283
269
  "line",
284
270
  "table",
285
271
  "pie",
286
272
  "bar"
287
- ], c1 = (e) => {
288
- const { dataSource: t, query: o, chartTypes: r } = e, i = typeof t == "string" ? t : t.title, s = B(), { isLoading: a, isError: c, isSuccess: l, data: d, error: g, refetch: u } = Q({
289
- queryKey: ["getNlqResult", t, o, r, s],
290
- queryFn: () => s == null ? void 0 : s.ai.getNlqResult(i, {
273
+ ];
274
+ function d1(e) {
275
+ const { dataSource: t, query: o, chartTypes: r } = e;
276
+ return {
277
+ contextTitle: typeof t == "string" ? t : t.title,
278
+ request: {
291
279
  text: o,
292
- // Per @Einat Shusterman: Timezone is not used by AI API, but it is currently required by the endpoint
280
+ // Timezone is not used by AI API, but it is currently required by the endpoint
293
281
  timezone: "UTC",
294
- chartTypes: r != null ? r : [...l1]
295
- }),
296
- enabled: !!s && e.enabled
297
- }), C = d ? Ce(d, {
282
+ chartTypes: r != null ? r : [
283
+ ...c1
284
+ ]
285
+ }
286
+ };
287
+ }
288
+ const u1 = (e) => {
289
+ const { contextTitle: t, request: o } = d1(e), r = B(), { isLoading: i, isError: s, isSuccess: a, data: c, error: l, refetch: d } = K({
290
+ queryKey: [
291
+ "getNlqResult",
292
+ t,
293
+ o,
294
+ r
295
+ ],
296
+ queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, o),
297
+ enabled: !!r && e.enabled
298
+ }), g = c ? Ce(c, {
298
299
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
299
300
  }) : void 0;
300
301
  return {
301
- isLoading: a,
302
- isError: c,
303
- isSuccess: l,
304
- data: C,
305
- error: g,
302
+ isLoading: i,
303
+ isError: s,
304
+ isSuccess: a,
305
+ data: g,
306
+ error: l,
306
307
  refetch: M(() => {
307
- u();
308
- }, [u])
308
+ d();
309
+ }, [
310
+ d
311
+ ])
309
312
  };
310
- }, Nn = pe("useGetNlqResult")(c1), Je = (e) => {
311
- const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = B(), a = o != null ? o : 4, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: u, error: C, refetch: m } = Q({
312
- queryKey: ["getQueryRecommendations", t, a, s],
313
+ }, Pn = pe("useGetNlqResult")(u1), h1 = 4, tt = (e) => {
314
+ const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = B(), a = o != null ? o : h1, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: h, error: C, refetch: m } = K({
315
+ queryKey: [
316
+ "getQueryRecommendations",
317
+ t,
318
+ a,
319
+ s
320
+ ],
313
321
  queryFn: () => s == null ? void 0 : s.ai.getQueryRecommendations(t, {
314
322
  numOfRecommendations: a
315
323
  }),
316
324
  enabled: !!s && c
317
- });
318
- return u == null || u.map((x) => {
319
- x.widgetProps = x.jaql ? Ce(x, {
325
+ }), y = H(() => h == null ? void 0 : h.map((v) => T(k({}, v), {
326
+ widgetProps: v.jaql ? Ce(v, {
320
327
  useCustomizedStyleOptions: r
321
- }) : void 0;
322
- }), {
328
+ }) : void 0
329
+ })), [
330
+ h,
331
+ r
332
+ ]);
333
+ return {
323
334
  isLoading: c ? l : !1,
324
335
  isError: d,
325
336
  isSuccess: g,
326
- data: u != null ? u : void 0,
337
+ data: y != null ? y : void 0,
327
338
  error: C,
328
339
  refetch: M(() => {
329
340
  m();
330
- }, [m])
341
+ }, [
342
+ m
343
+ ])
331
344
  };
332
- }, Hn = pe("useGetQueryRecommendations")(
333
- Je
334
- ), Xe = Object.freeze({
345
+ }, qn = pe("useGetQueryRecommendations")(tt), ot = Object.freeze({
335
346
  enableFollowupQuestions: !1,
336
347
  enableHeader: !0,
337
348
  enableInsights: !0,
338
349
  numOfRecommendations: 4,
339
350
  numOfRecentPrompts: 5
340
- }), et = Te(S({}, Xe)), P = () => Ee(et), d1 = ({ children: e, value: t }) => {
341
- const { t: o } = w(), r = Object.entries(t).reduce(
342
- (i, [s, a]) => (a !== void 0 && (i[s] = a), i),
343
- $(S({}, Xe), {
344
- inputPromptText: o("ai.config.inputPromptText"),
345
- welcomeText: o("ai.config.welcomeText"),
346
- suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
347
- })
348
- );
349
- return /* @__PURE__ */ n(et.Provider, { value: r, children: e });
350
- }, Ne = "chatHistory", u1 = (e) => {
351
- const t = B(), { hideHistory: o } = P();
352
- return Q({
353
- queryKey: [Ne, e, t],
351
+ }), nt = /* @__PURE__ */ Re(k({}, ot)), D = () => Ie(nt), p1 = ({ children: e, value: t }) => {
352
+ const { t: o } = S(), r = Object.entries(t).reduce((i, [s, a]) => (a !== void 0 && (i[s] = a), i), T(k({}, ot), {
353
+ inputPromptText: o("ai.config.inputPromptText"),
354
+ welcomeText: o("ai.config.welcomeText"),
355
+ suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
356
+ }));
357
+ return /* @__PURE__ */ n(nt.Provider, {
358
+ value: r,
359
+ children: e
360
+ });
361
+ }, He = "chatHistory", g1 = (e) => {
362
+ const t = B(), { hideHistory: o } = D();
363
+ return K({
364
+ queryKey: [
365
+ He,
366
+ e,
367
+ t
368
+ ],
354
369
  queryFn: () => A(void 0, null, function* () {
355
370
  if (!t || !e)
356
371
  return;
@@ -361,9 +376,9 @@ const re = (e, t = !0) => {
361
376
  }),
362
377
  enabled: !!t && !!e
363
378
  });
364
- }, tt = (e) => {
379
+ }, rt = (e) => {
365
380
  const t = B(), o = oe();
366
- return Ie({
381
+ return Ee({
367
382
  mutationFn: () => A(void 0, null, function* () {
368
383
  if (!(!t || !e))
369
384
  return t.ai.chat.clearHistory(e);
@@ -372,31 +387,47 @@ const re = (e, t = !0) => {
372
387
  console.error("Error when clearing history:", r);
373
388
  },
374
389
  onSettled: () => {
375
- e && o.setQueriesData([Ne, e], []);
390
+ e && o.setQueriesData([
391
+ He,
392
+ e
393
+ ], []);
376
394
  }
377
395
  });
378
- }, ot = (e) => {
379
- const { data: t, isLoading: o, isError: r } = u1(e), { mutate: i } = tt(e);
396
+ }, it = (e) => {
397
+ const { data: t, isLoading: o, isError: r } = g1(e), { mutate: i } = rt(e);
380
398
  return ne(() => {
381
399
  r && i();
382
- }, [r, i]), {
400
+ }, [
401
+ r,
402
+ i
403
+ ]), {
383
404
  history: t,
384
405
  isLoading: o,
385
406
  isError: r
386
407
  };
387
- }, h1 = () => {
388
- const e = B(), { data: t, isLoading: o, fetchStatus: r } = Q({
389
- queryKey: ["getDataTopics", e],
408
+ }, C1 = () => {
409
+ const e = B(), { data: t, isLoading: o, fetchStatus: r } = K({
410
+ queryKey: [
411
+ "getDataTopics",
412
+ e
413
+ ],
390
414
  queryFn: () => A(void 0, null, function* () {
391
415
  if (e)
392
416
  return e.getChatContexts();
393
417
  }),
394
418
  enabled: !!e
395
419
  });
396
- return { data: t, isLoading: o, fetchStatus: r };
397
- }, p1 = () => {
398
- const e = B(), { data: t, isLoading: o } = Q({
399
- queryKey: ["getAllChats", e],
420
+ return {
421
+ data: t,
422
+ isLoading: o,
423
+ fetchStatus: r
424
+ };
425
+ }, f1 = () => {
426
+ const e = B(), { data: t, isLoading: o } = K({
427
+ queryKey: [
428
+ "getAllChats",
429
+ e
430
+ ],
400
431
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
401
432
  enabled: !!e
402
433
  });
@@ -404,18 +435,23 @@ const re = (e, t = !0) => {
404
435
  data: t != null ? t : [],
405
436
  isLoading: o
406
437
  };
407
- }, g1 = (e, t, o) => {
408
- const r = oe(), i = B(), s = Ie({
438
+ }, b1 = (e, t, o) => {
439
+ const r = oe(), i = B(), s = Ee({
409
440
  mutationFn: () => A(void 0, null, function* () {
410
441
  if (!(!i || !e))
411
442
  return i.ai.chat.create(e, o);
412
443
  }),
413
- onSuccess: () => r.invalidateQueries(["getAllChats"])
444
+ onSuccess: () => r.invalidateQueries([
445
+ "getAllChats"
446
+ ])
414
447
  });
415
448
  return ne(() => {
416
449
  t && s.isIdle && s.mutate();
417
- }, [t, s]), s;
418
- }, C1 = (e, t) => {
450
+ }, [
451
+ t,
452
+ s
453
+ ]), s;
454
+ }, m1 = (e, t) => {
419
455
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
420
456
  case "nlq":
421
457
  return {
@@ -432,18 +468,26 @@ const re = (e, t = !0) => {
432
468
  default:
433
469
  throw Error(`${t}${JSON.stringify(e)}`);
434
470
  }
435
- }, f1 = (e, t) => {
436
- const o = oe(), r = M(
437
- (l) => {
438
- e && o.setQueriesData([Ne, e], (d) => d && [...d, l]);
439
- },
440
- [o, e]
441
- ), { t: i } = w(), s = B(), { mutate: a, isLoading: c } = Ie({
471
+ }, x1 = (e, t) => {
472
+ const o = oe(), r = M((l) => {
473
+ e && o.setQueriesData([
474
+ He,
475
+ e
476
+ ], (d) => d && [
477
+ ...d,
478
+ l
479
+ ]);
480
+ }, [
481
+ o,
482
+ e
483
+ ]), { t: i } = S(), s = B(), { mutate: a, isLoading: c } = Ee({
442
484
  mutationFn: (l) => A(void 0, null, function* () {
443
485
  if (!(!s || !e))
444
486
  return s.ai.chat.post(e, {
445
487
  text: l,
446
- options: { enableFollowup: t }
488
+ options: {
489
+ enableFollowup: t
490
+ }
447
491
  });
448
492
  }),
449
493
  onMutate: (l) => {
@@ -464,233 +508,189 @@ const re = (e, t = !0) => {
464
508
  if (!l)
465
509
  return;
466
510
  const d = i("ai.errors.unknownResponse");
467
- r(C1(l, d));
511
+ r(m1(l, d));
468
512
  }
469
513
  });
470
- return { mutate: a, isLoading: c };
471
- }, nt = (e, t, o = !1) => {
514
+ return {
515
+ mutate: a,
516
+ isLoading: c
517
+ };
518
+ }, at = (e, t, o = !1) => {
472
519
  var g;
473
- const { data: r, isLoading: i } = p1(), s = s1(), a = s.getChatId(e, t) || ((g = r.find(
474
- (u) => {
475
- var C;
476
- return u.contextTitle === e && ((C = u.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
477
- }
478
- )) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = g1(
479
- e,
480
- o && !i && !a,
481
- t
482
- );
520
+ const { data: r, isLoading: i } = f1(), s = s1(), a = s.getChatId(e, t) || ((g = r.find((h) => {
521
+ var C;
522
+ return h.contextTitle === e && ((C = h.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
523
+ })) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = b1(e, o && !i && !a, t);
483
524
  return ne(() => {
484
525
  d && l && !a && s.saveChatId(l.chatId, e, t);
485
- }, [l, d, e, t, a, s]), { chatId: a, isLoading: i, isError: c };
486
- }, He = (e) => !!e && "type" in e && e.type === "nlq", m1 = (e) => !!e && "type" in e && e.type === "text", b1 = (e, t) => {
487
- const { t: o } = w(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = nt(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = ot(i);
526
+ }, [
527
+ l,
528
+ d,
529
+ e,
530
+ t,
531
+ a,
532
+ s
533
+ ]), {
534
+ chatId: a,
535
+ isLoading: i,
536
+ isError: c
537
+ };
538
+ }, Be = (e) => !!e && "type" in e && e.type === "nlq", y1 = (e) => !!e && "type" in e && e.type === "text", v1 = (e, t) => {
539
+ const { t: o } = S(), { enableFollowupQuestions: r } = D(), { chatId: i, isError: s } = at(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = it(i);
488
540
  ne(() => {
489
- s ? c(new Se("ai.errors.chatUnavailable")) : g && c(new Se("ai.errors.fetchHistory"));
490
- }, [s, g, o]);
491
- const { mutate: u, isLoading: C } = f1(
492
- i,
493
- r
494
- ), m = H(() => {
541
+ s ? c(new ke("ai.errors.chatUnavailable")) : g && c(new ke("ai.errors.fetchHistory"));
542
+ }, [
543
+ s,
544
+ g,
545
+ o
546
+ ]);
547
+ const { mutate: h, isLoading: C } = x1(i, r), m = H(() => {
495
548
  if (l != null && l.length) {
496
- const x = l[l.length - 1];
497
- if (He(x))
498
- return JSON.parse(x.content);
549
+ const y = l[l.length - 1];
550
+ if (Be(y))
551
+ return JSON.parse(y.content);
499
552
  }
500
553
  return null;
501
- }, [l]);
554
+ }, [
555
+ l
556
+ ]);
502
557
  return {
503
558
  chatId: i,
504
559
  history: l != null ? l : [],
505
560
  lastNlqResponse: m,
506
- sendMessage: u,
561
+ sendMessage: h,
507
562
  isAwaitingResponse: C,
508
563
  isLoading: d,
509
564
  lastError: a
510
565
  };
511
- }, Fn = ({
512
- contextTitle: e,
513
- contextDetails: t
514
- }) => {
515
- const { chatId: o } = nt(e, t), { history: r } = ot(o);
566
+ }, On = ({ contextTitle: e, contextDetails: t }) => {
567
+ const { chatId: o } = at(e, t), { history: r } = it(o);
516
568
  return H(() => {
517
569
  if (r != null && r.length) {
518
570
  const i = r[r.length - 1];
519
- if (He(i))
571
+ if (Be(i))
520
572
  return JSON.parse(i.content);
521
573
  }
522
574
  return null;
523
- }, [r]);
524
- }, Bn = (e) => {
525
- const t = B(), { data: o, isLoading: r } = Q({
526
- queryKey: ["getDataSourceFields", e, t],
527
- queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
528
- select: (i) => i,
529
- enabled: !!t && !!e
530
- });
531
- return {
532
- data: o,
533
- isLoading: r
534
- };
535
- }, x1 = 500, y1 = 500, v1 = 500, w1 = 900, k1 = h.div`
536
- box-sizing: border-box;
537
- position: relative;
538
- display: flex;
539
- flex-direction: column;
540
- border: 1px solid #c6c9ce;
541
- border-radius: ${({ theme: e }) => e.aiChat.borderRadius};
542
- background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
543
- overflow: hidden;
544
-
545
- min-width: ${x1}px;
546
- min-height: ${y1}px;
547
- width: ${({ width: e }) => e ? Ae(e) : `${v1}px`};
548
- height: ${({ height: e }) => e ? Ae(e) : `${w1}px`};
549
-
550
- ${({ theme: e }) => E`
575
+ }, [
576
+ r
577
+ ]);
578
+ }, w1 = 500, k1 = 500, S1 = 500, M1 = 900, T1 = /* @__PURE__ */ u("div", {
579
+ target: "e1ldv6710",
580
+ label: "ChatFrame"
581
+ })("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", w1, "px;min-height:", k1, "px;width:", ({ width: e }) => e ? $e(e) : `${S1}px`, ";height:", ({ height: e }) => e ? $e(e) : `${M1}px`, ";", ({ theme: e }) => I`
551
582
  font-size: ${e.aiChat.primaryFontSize[0]};
552
583
  line-height: ${e.aiChat.primaryFontSize[1]};
553
- `}
554
- border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
555
- `;
556
- function Ae(e) {
584
+ `, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
585
+ function $e(e) {
557
586
  return typeof e == "number" ? `${e}px` : e;
558
587
  }
559
- function S1({ spin: e }) {
560
- return /* @__PURE__ */ p(
561
- "svg",
562
- {
563
- xmlns: "http://www.w3.org/2000/svg",
564
- width: "24",
565
- height: "24",
566
- viewBox: "0 0 24 24",
567
- fill: "none",
568
- className: `${e ? "csdk-animate-spin" : ""}`,
569
- children: [
570
- /* @__PURE__ */ n(
571
- "path",
572
- {
573
- fillRule: "evenodd",
574
- clipRule: "evenodd",
575
- d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
576
- fill: "#262E3D",
577
- fillOpacity: "0.3"
578
- }
579
- ),
580
- /* @__PURE__ */ n(
581
- "path",
582
- {
583
- fillRule: "evenodd",
584
- clipRule: "evenodd",
585
- d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
586
- fill: "#22C3C3"
587
- }
588
- )
589
- ]
590
- }
591
- );
588
+ function L1({ spin: e }) {
589
+ return /* @__PURE__ */ p("svg", {
590
+ xmlns: "http://www.w3.org/2000/svg",
591
+ width: "24",
592
+ height: "24",
593
+ viewBox: "0 0 24 24",
594
+ fill: "none",
595
+ className: `${e ? "csdk-animate-spin" : ""}`,
596
+ children: [
597
+ /* @__PURE__ */ n("path", {
598
+ fillRule: "evenodd",
599
+ clipRule: "evenodd",
600
+ d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
601
+ fill: "#262E3D",
602
+ fillOpacity: "0.3"
603
+ }),
604
+ /* @__PURE__ */ n("path", {
605
+ fillRule: "evenodd",
606
+ clipRule: "evenodd",
607
+ d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
608
+ fill: "#22C3C3"
609
+ })
610
+ ]
611
+ });
592
612
  }
593
613
  function fe() {
594
- return /* @__PURE__ */ n("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ n(S1, { spin: !0 }) });
614
+ return /* @__PURE__ */ n("div", {
615
+ className: "csdk-m-auto",
616
+ "aria-label": "loading spinner",
617
+ children: /* @__PURE__ */ n(L1, {
618
+ spin: !0
619
+ })
620
+ });
595
621
  }
596
- function M1({ theme: e }) {
597
- return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
598
- "path",
599
- {
622
+ function R1({ theme: e }) {
623
+ return /* @__PURE__ */ n("svg", {
624
+ width: "24",
625
+ height: "24",
626
+ viewBox: "0 0 24 24",
627
+ fill: "none",
628
+ xmlns: "http://www.w3.org/2000/svg",
629
+ children: /* @__PURE__ */ n("path", {
600
630
  d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
601
631
  fill: e.aiChat.icons.color
602
- }
603
- ) });
632
+ })
633
+ });
604
634
  }
605
- function $1({ theme: e }) {
635
+ function I1({ theme: e }) {
606
636
  const t = e.aiChat.icons.color;
607
- return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
608
- /* @__PURE__ */ n(
609
- "path",
610
- {
637
+ return /* @__PURE__ */ p("svg", {
638
+ xmlns: "http://www.w3.org/2000/svg",
639
+ width: "25",
640
+ height: "25",
641
+ viewBox: "0 0 25 25",
642
+ fill: "none",
643
+ children: [
644
+ /* @__PURE__ */ n("path", {
611
645
  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",
612
646
  fill: t
613
- }
614
- ),
615
- /* @__PURE__ */ n(
616
- "path",
617
- {
647
+ }),
648
+ /* @__PURE__ */ n("path", {
618
649
  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",
619
650
  fill: t
620
- }
621
- ),
622
- /* @__PURE__ */ n(
623
- "path",
624
- {
651
+ }),
652
+ /* @__PURE__ */ n("path", {
625
653
  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",
626
654
  fill: t
627
- }
628
- )
629
- ] });
655
+ })
656
+ ]
657
+ });
630
658
  }
631
- const L1 = h.div`
632
- display: flex;
633
- flex-direction: column;
634
- row-gap: 4px;
635
- `, R1 = h.div`
636
- font-size: 11px;
637
- line-height: 18px;
638
- font-weight: 300;
639
- color: ${({ theme: e }) => e.aiChat.dropup.headers.textColor};
640
- cursor: pointer;
641
- padding: 4px 12px;
642
- &:hover {
643
- background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
644
- }
645
- `, T1 = h.div`
646
- font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
647
- line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
648
- color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
649
- cursor: pointer;
650
- padding: 4px 12px;
651
- &:hover {
652
- background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
653
- }
654
- `;
655
- function E1({
656
- title: e,
657
- items: t,
658
- onSelect: o,
659
- alwaysExpanded: r = !1
660
- }) {
659
+ const E1 = /* @__PURE__ */ u("div", {
660
+ target: "e1q6h1ze0",
661
+ label: "Section"
662
+ })("display:flex;flex-direction:column;row-gap:4px;"), N1 = /* @__PURE__ */ u("div", {
663
+ target: "e1q6h1ze1",
664
+ label: "SectionHeader"
665
+ })("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), H1 = /* @__PURE__ */ u("div", {
666
+ target: "e1q6h1ze2",
667
+ label: "DropupItem"
668
+ })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
669
+ function B1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
661
670
  const [i, s] = L(!1), { themeSettings: a } = b();
662
- return /* @__PURE__ */ p(L1, { children: [
663
- /* @__PURE__ */ n(R1, { onClick: () => s((c) => !c), theme: a, children: e.toUpperCase() }),
664
- (i || r) && t.map((c, l) => /* @__PURE__ */ n(T1, { onClick: () => o(c), theme: a, children: c }, l))
665
- ] });
671
+ return /* @__PURE__ */ p(E1, {
672
+ children: [
673
+ /* @__PURE__ */ n(N1, {
674
+ onClick: () => s((c) => !c),
675
+ theme: a,
676
+ children: e.toUpperCase()
677
+ }),
678
+ (i || r) && t.map((c, l) => /* @__PURE__ */ n(H1, {
679
+ onClick: () => o(c),
680
+ theme: a,
681
+ children: c
682
+ }, l))
683
+ ]
684
+ });
666
685
  }
667
- const I1 = h.div`
668
- font-family: ${({ theme: e }) => e.typography.fontFamily};
669
- font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
670
- line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
671
- background-color: ${({ theme: e }) => e.aiChat.dropup.backgroundColor};
672
- border-radius: ${({ theme: e }) => e.aiChat.dropup.borderRadius};
673
- box-shadow: ${({ theme: e }) => e.aiChat.dropup.boxShadow};
674
- padding-top: 8px;
675
- padding-bottom: 8px;
676
- display: flex;
677
- flex-direction: column;
678
- row-gap: 4px;
679
- `, N1 = h.div`
680
- font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
681
- line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
682
- color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
683
- padding: 4px 12px;
684
- `, $e = (e) => e.startsWith("/");
685
- function H1({
686
- recentPrompts: e,
687
- suggestions: t,
688
- isLoading: o,
689
- onSelection: r,
690
- anchorEl: i,
691
- text: s,
692
- recommendationsError: a
693
- }) {
686
+ const F1 = /* @__PURE__ */ u("div", {
687
+ target: "e10x5x4a0",
688
+ label: "PopupContent"
689
+ })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), D1 = /* @__PURE__ */ u("div", {
690
+ target: "e10x5x4a1",
691
+ label: "ErrorMessage"
692
+ })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Me = (e) => e.startsWith("/");
693
+ function P1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
694
694
  const l = [
695
695
  {
696
696
  title: "/recent searches",
@@ -702,363 +702,301 @@ function H1({
702
702
  items: t,
703
703
  onSelect: r
704
704
  }
705
- ].filter(
706
- (C) => C.title.slice(0, s.length) === s
707
- ), { themeSettings: d } = b(), { t: g } = w(), u = l.length === 1;
708
- return /* @__PURE__ */ n(
709
- Ve,
710
- {
711
- open: $e(s) && l.length > 0,
712
- anchorEl: i,
713
- placement: "top-start",
714
- modifiers: [
715
- {
716
- name: "offset",
717
- options: {
718
- offset: [0, 4]
719
- }
705
+ ].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } = b(), { t: g } = S(), h = l.length === 1;
706
+ return /* @__PURE__ */ n(_e, {
707
+ open: Me(s) && l.length > 0,
708
+ anchorEl: i,
709
+ placement: "top-start",
710
+ modifiers: [
711
+ {
712
+ name: "offset",
713
+ options: {
714
+ offset: [
715
+ 0,
716
+ 4
717
+ ]
720
718
  }
721
- ],
722
- sx: { zIndex: 3 },
723
- children: /* @__PURE__ */ p(I1, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
719
+ }
720
+ ],
721
+ sx: {
722
+ zIndex: 3
723
+ },
724
+ children: /* @__PURE__ */ p(F1, {
725
+ style: {
726
+ width: i == null ? void 0 : i.offsetWidth
727
+ },
728
+ theme: d,
729
+ children: [
724
730
  o && /* @__PURE__ */ n(fe, {}),
725
- !o && !a && l.map((C) => /* @__PURE__ */ n(E1, $(S({}, C), { alwaysExpanded: u }), C.title)),
726
- a && /* @__PURE__ */ n(N1, { theme: d, children: g("ai.errors.recommendationsNotAvailable") })
727
- ] })
728
- }
729
- );
731
+ !o && !a && l.map((C) => /* @__PURE__ */ n(B1, T(k({}, C), {
732
+ alwaysExpanded: h
733
+ }), C.title)),
734
+ a && /* @__PURE__ */ n(D1, {
735
+ theme: d,
736
+ children: g("ai.errors.recommendationsNotAvailable")
737
+ })
738
+ ]
739
+ })
740
+ });
730
741
  }
731
742
  function ie({ title: e, placement: t = "top", children: o }) {
732
743
  const { themeSettings: r } = b();
733
- return /* @__PURE__ */ n(
734
- Mt,
735
- {
736
- title: e,
737
- placement: t,
738
- disableInteractive: !0,
739
- componentsProps: {
740
- tooltip: {
741
- sx: {
742
- bgcolor: r.aiChat.tooltips.backgroundColor,
743
- color: r.aiChat.tooltips.textColor,
744
- paddingX: "16px",
745
- paddingY: "12px",
746
- fontSize: "13px",
747
- fontFamily: r.typography.fontFamily,
748
- fontWeight: 400,
749
- borderRadius: "4px",
750
- boxShadow: r.aiChat.tooltips.boxShadow
751
- }
752
- },
753
- arrow: {
754
- sx: {
755
- color: r.aiChat.tooltips.backgroundColor
756
- }
744
+ return /* @__PURE__ */ n(St, {
745
+ title: e,
746
+ placement: t,
747
+ disableInteractive: !0,
748
+ componentsProps: {
749
+ tooltip: {
750
+ sx: {
751
+ bgcolor: r.aiChat.tooltips.backgroundColor,
752
+ color: r.aiChat.tooltips.textColor,
753
+ paddingX: "16px",
754
+ paddingY: "12px",
755
+ fontSize: "13px",
756
+ fontFamily: r.typography.fontFamily,
757
+ fontWeight: 400,
758
+ borderRadius: "4px",
759
+ boxShadow: r.aiChat.tooltips.boxShadow
757
760
  }
758
761
  },
759
- arrow: !0,
760
- children: o
761
- }
762
- );
762
+ arrow: {
763
+ sx: {
764
+ color: r.aiChat.tooltips.backgroundColor
765
+ }
766
+ }
767
+ },
768
+ arrow: !0,
769
+ children: o
770
+ });
763
771
  }
764
- const F1 = 500, B1 = h.div`
765
- display: flex;
766
- flex-direction: row;
767
- align-items: flex-end;
768
- justify-content: space-between;
769
-
770
- background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
771
- `, D1 = h.button`
772
- height: 34px;
773
- background-color: inherit;
774
- cursor: pointer;
775
- border: none;
776
- `, P1 = h.textarea`
777
- font-size: inherit;
778
- line-height: inherit;
779
- resize: none;
780
- overflow-y: auto;
781
- box-sizing: border-box;
782
- // size style
783
- max-height: 88px;
784
- width: 100%;
785
- // spacing style
786
- padding-top: 7px;
787
- padding-bottom: 7px;
788
- padding-left: 16px;
789
- padding-right: 16px;
790
- margin-left: 10px;
791
- margin-right: 10px;
792
- // border style
793
- border-width: 1px;
794
- border-color: rgb(38 46 61 / 0.15);
795
- border-radius: 0.5rem;
796
- &:focus {
797
- outline: 1px solid ${({ theme: e }) => e.aiChat.input.focus.outlineColor};
798
- }
799
- font-family: inherit;
800
-
801
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
802
-
803
- background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
804
- `, W1 = h.button`
805
- height: 34px;
806
- background-color: inherit;
807
- border-style: none;
808
-
809
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
810
-
811
- ${({ disabled: e }) => e ? E`
772
+ const q1 = 500, O1 = /* @__PURE__ */ u("div", {
773
+ target: "e6iwkw10",
774
+ label: "ChatInputContainer"
775
+ })("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), W1 = /* @__PURE__ */ u("button", {
776
+ target: "e6iwkw11",
777
+ label: "ClearHistoryButton"
778
+ })("height:34px;background-color:inherit;cursor:pointer;border:none;"), A1 = /* @__PURE__ */ u("textarea", {
779
+ target: "e6iwkw12",
780
+ label: "TextInput"
781
+ })("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), z1 = /* @__PURE__ */ u("button", {
782
+ target: "e6iwkw13",
783
+ label: "SendMessageButton"
784
+ })("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
812
785
  opacity: 0.3;
813
786
  cursor: not-allowed;
814
- ` : E`
787
+ ` : I`
815
788
  opacity: 1;
816
789
  cursor: pointer;
817
- `}
818
- `, O1 = 34;
819
- function q1({
820
- onSendMessage: e,
821
- onClearHistoryClick: t,
822
- disabled: o,
823
- recentPrompts: r,
824
- suggestions: i,
825
- isLoading: s,
826
- recommendationsError: a,
827
- onChange: c
828
- }) {
829
- const [l, d] = L(""), { inputPromptText: g } = P(), u = M(() => {
790
+ `), $1 = 34;
791
+ function Z1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPrompts: r, suggestions: i, isLoading: s, recommendationsError: a, onChange: c }) {
792
+ const [l, d] = L(""), { inputPromptText: g } = D(), h = M(() => {
830
793
  if (o)
831
794
  return;
832
- if ($e(l)) {
795
+ if (Me(l)) {
833
796
  d("");
834
797
  return;
835
798
  }
836
- const v = l.trim();
837
- v.length !== 0 && (e(v), d(""));
838
- }, [o, e, l]), C = M(
839
- (v) => {
840
- e(v), d("");
841
- },
842
- [e]
843
- ), m = M(
844
- (v) => {
845
- v.key === "Enter" ? (v.preventDefault(), u()) : v.key === "Escape" && $e(l) && d("");
846
- },
847
- [u, l]
848
- ), x = M(
849
- (v) => {
850
- c == null || c(v.target.value), d(v.target.value);
851
- },
852
- [c]
853
- ), k = Y(null);
799
+ const x = l.trim();
800
+ x.length !== 0 && (e(x), d(""));
801
+ }, [
802
+ o,
803
+ e,
804
+ l
805
+ ]), C = M((x) => {
806
+ e(x), d("");
807
+ }, [
808
+ e
809
+ ]), m = M((x) => {
810
+ x.key === "Enter" ? (x.preventDefault(), h()) : x.key === "Escape" && Me(l) && d("");
811
+ }, [
812
+ h,
813
+ l
814
+ ]), y = M((x) => {
815
+ c == null || c(x.target.value), d(x.target.value);
816
+ }, [
817
+ c
818
+ ]), v = U(null);
854
819
  ue(() => {
855
- k.current && (k.current.style.height = "inherit", k.current.style.height = `${Math.max(
856
- k.current.scrollHeight + 2,
857
- // account for 1px top/bottom border
858
- O1
859
- )}px`);
860
- }, [l]), ue(() => {
861
- k.current && k.current.focus({ preventScroll: !0 });
820
+ v.current && (v.current.style.height = "inherit", v.current.style.height = `${Math.max(v.current.scrollHeight + 2, $1)}px`);
821
+ }, [
822
+ l
823
+ ]), ue(() => {
824
+ v.current && v.current.focus({
825
+ preventScroll: !0
826
+ });
862
827
  }, []);
863
- const { themeSettings: y } = b(), { t: F } = w(), G = M((v) => {
864
- var U;
865
- if ((U = document.getElementById("csdk-chatbot-frame")) != null && U.contains(v.relatedTarget)) {
866
- const D = (_) => {
867
- var V;
868
- document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), _.type === "mouseup" && ((V = document.getSelection()) == null ? void 0 : V.type) !== "Range" && v.target.focus({ preventScroll: !0 });
828
+ const { themeSettings: w } = b(), { t: P } = S(), Z = M((x) => {
829
+ var V;
830
+ if ((V = document.getElementById("csdk-chatbot-frame")) != null && V.contains(x.relatedTarget)) {
831
+ const F = (Q) => {
832
+ var j;
833
+ document.removeEventListener("mouseup", F), document.removeEventListener("keyup", F), Q.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && x.target.focus({
834
+ preventScroll: !0
835
+ });
869
836
  };
870
- document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
837
+ document.addEventListener("mouseup", F), document.addEventListener("keyup", F);
871
838
  }
872
839
  }, []);
873
- return /* @__PURE__ */ p(B1, { theme: y, children: [
874
- /* @__PURE__ */ n(
875
- H1,
876
- {
840
+ return /* @__PURE__ */ p(O1, {
841
+ theme: w,
842
+ children: [
843
+ /* @__PURE__ */ n(P1, {
877
844
  recentPrompts: r,
878
845
  suggestions: i,
879
846
  isLoading: s,
880
847
  onSelection: C,
881
- anchorEl: k.current,
848
+ anchorEl: v.current,
882
849
  text: l,
883
850
  recommendationsError: a
884
- }
885
- ),
886
- t && /* @__PURE__ */ n(ie, { title: F("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ n(D1, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ n($1, { theme: y }) }) }),
887
- /* @__PURE__ */ n(
888
- P1,
889
- {
851
+ }),
852
+ t && /* @__PURE__ */ n(ie, {
853
+ title: P("ai.buttons.clearChat"),
854
+ placement: "bottom-start",
855
+ children: /* @__PURE__ */ n(W1, {
856
+ "aria-label": "clear history",
857
+ onClick: t,
858
+ children: /* @__PURE__ */ n(I1, {
859
+ theme: w
860
+ })
861
+ })
862
+ }),
863
+ /* @__PURE__ */ n(A1, {
890
864
  "aria-label": "chat input",
891
- onBlur: G,
892
- maxLength: F1,
893
- ref: k,
865
+ onBlur: Z,
866
+ maxLength: q1,
867
+ ref: v,
894
868
  rows: 1,
895
- onChange: x,
869
+ onChange: y,
896
870
  spellCheck: "true",
897
871
  placeholder: g,
898
872
  value: l,
899
873
  onKeyDown: m,
900
- theme: y
901
- }
902
- ),
903
- /* @__PURE__ */ n(
904
- W1,
905
- {
874
+ theme: w
875
+ }),
876
+ /* @__PURE__ */ n(z1, {
906
877
  "aria-label": "send chat message",
907
878
  disabled: o || l.length === 0,
908
- onClick: u,
909
- theme: y,
910
- children: /* @__PURE__ */ n("span", { "data-state": "closed", children: /* @__PURE__ */ n(M1, { theme: y }) })
911
- }
912
- )
913
- ] });
879
+ onClick: h,
880
+ theme: w,
881
+ children: /* @__PURE__ */ n("span", {
882
+ "data-state": "closed",
883
+ children: /* @__PURE__ */ n(R1, {
884
+ theme: w
885
+ })
886
+ })
887
+ })
888
+ ]
889
+ });
914
890
  }
915
- const A1 = h.div`
916
- display: flex;
917
-
918
- ${({ align: e }) => e === "right" ? E`
891
+ const j1 = /* @__PURE__ */ u("div", {
892
+ target: "er3yjg60",
893
+ label: "FlexContainer"
894
+ })("display:flex;", ({ align: e }) => e === "right" ? I`
919
895
  justify-content: flex-end;
920
- ` : E`
896
+ ` : I`
921
897
  justify-content: flex-start;
922
- `}
923
- `, rt = h.div`
924
- font-size: inherit;
925
- line-height: inherit;
926
- padding-top: 8.5px;
927
- padding-bottom: 8.5px;
928
- padding-left: 0.5rem;
929
- padding-right: 0.5rem;
930
- white-space: pre-wrap;
931
- overflow-wrap: break-word;
932
- box-sizing: border-box;
933
-
934
- ${({ align: e }) => e === "right" ? E`
898
+ `), st = /* @__PURE__ */ u("div", {
899
+ target: "er3yjg61",
900
+ label: "MessageContainer"
901
+ })("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? I`
935
902
  text-align: right;
936
903
  border-radius: 10px 10px 0px 10px;
937
- ` : E`
904
+ ` : I`
938
905
  text-align: left;
939
906
  border-radius: 10px 10px 10px 0px;
940
- `}
941
-
942
- ${({ align: e }) => e !== "full" ? E`
907
+ `, " ", ({ align: e }) => e !== "full" ? I`
943
908
  max-width: 85%;
944
- ` : ""}
945
-
946
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
947
- background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
948
- `, z = ({ align: e, children: t }) => {
909
+ ` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), $ = ({ align: e, children: t }) => {
949
910
  const { themeSettings: o } = b();
950
- return /* @__PURE__ */ n(A1, { theme: o, align: e, children: /* @__PURE__ */ n(rt, { theme: o, align: e, children: t }) });
911
+ return /* @__PURE__ */ n(j1, {
912
+ theme: o,
913
+ align: e,
914
+ children: /* @__PURE__ */ n(st, {
915
+ theme: o,
916
+ align: e,
917
+ children: t
918
+ })
919
+ });
951
920
  };
952
- function Z1() {
953
- const { welcomeText: e } = P();
954
- return e === !1 ? null : /* @__PURE__ */ n(z, { align: "left", children: e });
921
+ function G1() {
922
+ const { welcomeText: e } = D();
923
+ return e === !1 ? null : /* @__PURE__ */ n($, {
924
+ align: "left",
925
+ children: e
926
+ });
955
927
  }
956
- const z1 = h.div`
957
- margin: auto;
958
- display: flex;
959
- flex-direction: column;
960
- align-items: center;
961
- row-gap: 21px;
962
- `, G1 = h.div`
963
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
964
- text-align: center;
965
- font-weight: 600;
966
- `, V1 = h.div`
967
- color: rgba(54, 163, 217, 1);
968
- cursor: pointer;
969
- `;
970
- function it({ text: e, action: t }) {
928
+ const V1 = /* @__PURE__ */ u("div", {
929
+ target: "e1r5p4wy0",
930
+ label: "Container"
931
+ })("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), Q1 = /* @__PURE__ */ u("div", {
932
+ target: "e1r5p4wy1",
933
+ label: "Title"
934
+ })("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), _1 = /* @__PURE__ */ u("div", {
935
+ target: "e1r5p4wy2",
936
+ label: "ActionButton"
937
+ })("color:rgba(54,163,217,1);cursor:pointer;");
938
+ function lt({ text: e, action: t }) {
971
939
  const { themeSettings: o } = b();
972
- return /* @__PURE__ */ p(z1, { children: [
973
- /* @__PURE__ */ n(G1, { theme: o, children: e }),
974
- /* @__PURE__ */ n($t, {}),
975
- t && /* @__PURE__ */ n(V1, { onClick: t.onClick, children: t.text })
976
- ] });
940
+ return /* @__PURE__ */ p(V1, {
941
+ children: [
942
+ /* @__PURE__ */ n(Q1, {
943
+ theme: o,
944
+ children: e
945
+ }),
946
+ /* @__PURE__ */ n(Mt, {}),
947
+ t && /* @__PURE__ */ n(_1, {
948
+ onClick: t.onClick,
949
+ children: t.text
950
+ })
951
+ ]
952
+ });
977
953
  }
978
- const de = h.div`
979
- width: 5px;
980
- height: 5px;
981
- border-radius: 50%;
982
- background-color: ${(e) => e.color};
983
- animation: hop 0.9s ease-out infinite;
984
-
985
- &:nth-of-type(2) {
986
- animation-delay: 0.1s;
987
- }
988
-
989
- &:nth-of-type(3) {
990
- animation-delay: 0.2s;
991
- }
992
-
993
- &:nth-of-type(4) {
994
- animation-delay: 0.3s;
995
- }
996
-
997
- @keyframes hop {
998
- 0%,
999
- 40% {
1000
- transform: translateY(0);
1001
- }
1002
- 20% {
1003
- transform: translateY(-100%);
1004
- }
1005
- }
1006
- `;
954
+ const de = /* @__PURE__ */ u("div", {
955
+ target: "e3ryei50",
956
+ label: "Dot"
957
+ })("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
1007
958
  function Fe() {
1008
959
  const { themeSettings: e } = b(), t = e.aiChat.icons.color;
1009
- return /* @__PURE__ */ p(
1010
- "div",
1011
- {
1012
- className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1013
- "aria-label": "loading dots",
1014
- children: [
1015
- /* @__PURE__ */ n(de, { color: t }),
1016
- /* @__PURE__ */ n(de, { color: t }),
1017
- /* @__PURE__ */ n(de, { color: t }),
1018
- /* @__PURE__ */ n(de, { color: t })
1019
- ]
1020
- }
1021
- );
960
+ return /* @__PURE__ */ p("div", {
961
+ className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
962
+ "aria-label": "loading dots",
963
+ children: [
964
+ /* @__PURE__ */ n(de, {
965
+ color: t
966
+ }),
967
+ /* @__PURE__ */ n(de, {
968
+ color: t
969
+ }),
970
+ /* @__PURE__ */ n(de, {
971
+ color: t
972
+ }),
973
+ /* @__PURE__ */ n(de, {
974
+ color: t
975
+ })
976
+ ]
977
+ });
1022
978
  }
1023
- const j1 = h.div`
1024
- display: flex;
1025
-
1026
- ${({ align: e }) => e === "right" ? E`
979
+ const U1 = /* @__PURE__ */ u("div", {
980
+ target: "ed5z2fc0",
981
+ label: "FlexContainer"
982
+ })("display:flex;", ({ align: e }) => e === "right" ? I`
1027
983
  justify-content: flex-end;
1028
- ` : E`
984
+ ` : I`
1029
985
  justify-content: flex-start;
1030
- `}
1031
- `, Q1 = h.button`
1032
- font-family: inherit;
1033
- font-size: inherit;
1034
- line-height: inherit;
1035
- border: ${({ theme: e }) => e.aiChat.clickableMessages.border};
1036
- padding: 0;
1037
- cursor: pointer;
1038
-
1039
- color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
1040
- background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
1041
- &:hover {
1042
- color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
1043
- background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
1044
- }
1045
- border-radius: 20px;
1046
-
1047
- ${({ align: e }) => e === "right" ? E`
986
+ `), K1 = /* @__PURE__ */ u("button", {
987
+ target: "ed5z2fc1",
988
+ label: "MessageButton"
989
+ })("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? I`
1048
990
  text-align: right;
1049
- ` : E`
991
+ ` : I`
1050
992
  text-align: left;
1051
- `}
1052
-
1053
- ${({ align: e }) => e !== "full" ? E`
993
+ `, " ", ({ align: e }) => e !== "full" ? I`
1054
994
  max-width: 382px;
1055
- ` : ""}
1056
-
1057
- ${({ theme: e }) => {
995
+ ` : "", " ", ({ theme: e }) => {
1058
996
  const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
1059
997
  if (t) {
1060
998
  const [r, i] = t;
1061
- return E`
999
+ return I`
1062
1000
  border: none;
1063
1001
  position: relative;
1064
1002
  border-radius: ${o};
@@ -1079,20 +1017,12 @@ const j1 = h.div`
1079
1017
  `;
1080
1018
  }
1081
1019
  return "";
1082
- }}
1083
- `;
1084
- function he({
1085
- children: e,
1086
- align: t,
1087
- onClick: o,
1088
- onMouseEnter: r,
1089
- onMouseLeave: i,
1090
- accessibleName: s
1091
- }) {
1020
+ });
1021
+ function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave: i, accessibleName: s }) {
1092
1022
  const { themeSettings: a } = b();
1093
- return /* @__PURE__ */ n(j1, { align: t, children: /* @__PURE__ */ n(
1094
- Q1,
1095
- {
1023
+ return /* @__PURE__ */ n(U1, {
1024
+ align: t,
1025
+ children: /* @__PURE__ */ n(K1, {
1096
1026
  "aria-label": s,
1097
1027
  theme: a,
1098
1028
  onClick: o,
@@ -1100,32 +1030,56 @@ function he({
1100
1030
  onMouseEnter: r,
1101
1031
  onMouseLeave: i,
1102
1032
  children: e
1103
- }
1104
- ) });
1033
+ })
1034
+ });
1105
1035
  }
1106
- function U1({ onCancel: e, onConfirm: t }) {
1107
- const { t: o } = w();
1108
- return /* @__PURE__ */ p(N, { children: [
1109
- /* @__PURE__ */ n(z, { align: "left", children: o("ai.clearHistoryPrompt") }),
1110
- /* @__PURE__ */ p("div", { className: "csdk-flex csdk-gap-x-2", children: [
1111
- /* @__PURE__ */ n(he, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.yes") }) }),
1112
- /* @__PURE__ */ n(he, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.no") }) })
1113
- ] })
1114
- ] });
1036
+ function J1({ onCancel: e, onConfirm: t }) {
1037
+ const { t: o } = S();
1038
+ return /* @__PURE__ */ p(N, {
1039
+ children: [
1040
+ /* @__PURE__ */ n($, {
1041
+ align: "left",
1042
+ children: o("ai.clearHistoryPrompt")
1043
+ }),
1044
+ /* @__PURE__ */ p("div", {
1045
+ className: "csdk-flex csdk-gap-x-2",
1046
+ children: [
1047
+ /* @__PURE__ */ n(he, {
1048
+ align: "right",
1049
+ onClick: t,
1050
+ accessibleName: "confirm clear chat",
1051
+ children: /* @__PURE__ */ n("div", {
1052
+ className: "csdk-py-[6px] csdk-px-[20px]",
1053
+ children: o("ai.buttons.yes")
1054
+ })
1055
+ }),
1056
+ /* @__PURE__ */ n(he, {
1057
+ align: "right",
1058
+ onClick: e,
1059
+ accessibleName: "cancel clear chat",
1060
+ children: /* @__PURE__ */ n("div", {
1061
+ className: "csdk-py-[6px] csdk-px-[20px]",
1062
+ children: o("ai.buttons.no")
1063
+ })
1064
+ })
1065
+ ]
1066
+ })
1067
+ ]
1068
+ });
1115
1069
  }
1116
- function _1(e) {
1117
- return Rt("MuiDialog", e);
1070
+ function Y1(e) {
1071
+ return Lt("MuiDialog", e);
1118
1072
  }
1119
- const ke = Lt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), st = /* @__PURE__ */ Z.createContext({});
1120
- process.env.NODE_ENV !== "production" && (st.displayName = "DialogContext");
1121
- const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Y1 = ge(Tt, {
1073
+ const we = Tt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), ct = /* @__PURE__ */ z.createContext({});
1074
+ process.env.NODE_ENV !== "production" && (ct.displayName = "DialogContext");
1075
+ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], eo = ge(Rt, {
1122
1076
  name: "MuiDialog",
1123
1077
  slot: "Backdrop",
1124
1078
  overrides: (e, t) => t.backdrop
1125
1079
  })({
1126
1080
  // Improve scrollable dialog support.
1127
1081
  zIndex: -1
1128
- }), J1 = (e) => {
1082
+ }), to = (e) => {
1129
1083
  const {
1130
1084
  classes: t,
1131
1085
  scroll: o,
@@ -1134,11 +1088,11 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1134
1088
  fullScreen: s
1135
1089
  } = e, a = {
1136
1090
  root: ["root"],
1137
- container: ["container", `scroll${K(o)}`],
1138
- paper: ["paper", `paperScroll${K(o)}`, `paperWidth${K(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
1091
+ container: ["container", `scroll${_(o)}`],
1092
+ paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
1139
1093
  };
1140
- return Bt(a, _1, t);
1141
- }, X1 = ge(Et, {
1094
+ return Ft(a, Y1, t);
1095
+ }, oo = ge(It, {
1142
1096
  name: "MuiDialog",
1143
1097
  slot: "Root",
1144
1098
  overridesResolver: (e, t) => t.root
@@ -1147,18 +1101,18 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1147
1101
  // Use !important to override the Modal inline-style.
1148
1102
  position: "absolute !important"
1149
1103
  }
1150
- }), eo = ge("div", {
1104
+ }), no = ge("div", {
1151
1105
  name: "MuiDialog",
1152
1106
  slot: "Container",
1153
1107
  overridesResolver: (e, t) => {
1154
1108
  const {
1155
1109
  ownerState: o
1156
1110
  } = e;
1157
- return [t.container, t[`scroll${K(o.scroll)}`]];
1111
+ return [t.container, t[`scroll${_(o.scroll)}`]];
1158
1112
  }
1159
1113
  })(({
1160
1114
  ownerState: e
1161
- }) => j({
1115
+ }) => G({
1162
1116
  height: "100%",
1163
1117
  "@media print": {
1164
1118
  height: "auto"
@@ -1180,19 +1134,19 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1180
1134
  height: "100%",
1181
1135
  width: "0"
1182
1136
  }
1183
- })), to = ge(je, {
1137
+ })), ro = ge(Ue, {
1184
1138
  name: "MuiDialog",
1185
1139
  slot: "Paper",
1186
1140
  overridesResolver: (e, t) => {
1187
1141
  const {
1188
1142
  ownerState: o
1189
1143
  } = e;
1190
- return [t.paper, t[`scrollPaper${K(o.scroll)}`], t[`paperWidth${K(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
1144
+ return [t.paper, t[`scrollPaper${_(o.scroll)}`], t[`paperWidth${_(String(o.maxWidth))}`], o.fullWidth && t.paperFullWidth, o.fullScreen && t.paperFullScreen];
1191
1145
  }
1192
1146
  })(({
1193
1147
  theme: e,
1194
1148
  ownerState: t
1195
- }) => j({
1149
+ }) => G({
1196
1150
  margin: 32,
1197
1151
  position: "relative",
1198
1152
  overflowY: "auto",
@@ -1214,14 +1168,14 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1214
1168
  maxWidth: "calc(100% - 64px)"
1215
1169
  }, t.maxWidth === "xs" && {
1216
1170
  maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1217
- [`&.${ke.paperScrollBody}`]: {
1171
+ [`&.${we.paperScrollBody}`]: {
1218
1172
  [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1219
1173
  maxWidth: "calc(100% - 64px)"
1220
1174
  }
1221
1175
  }
1222
1176
  }, t.maxWidth && t.maxWidth !== "xs" && {
1223
1177
  maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
1224
- [`&.${ke.paperScrollBody}`]: {
1178
+ [`&.${we.paperScrollBody}`]: {
1225
1179
  [e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
1226
1180
  maxWidth: "calc(100% - 64px)"
1227
1181
  }
@@ -1235,12 +1189,12 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1235
1189
  height: "100%",
1236
1190
  maxHeight: "none",
1237
1191
  borderRadius: 0,
1238
- [`&.${ke.paperScrollBody}`]: {
1192
+ [`&.${we.paperScrollBody}`]: {
1239
1193
  margin: 0,
1240
1194
  maxWidth: "100%"
1241
1195
  }
1242
- })), at = /* @__PURE__ */ Z.forwardRef(function(t, o) {
1243
- const r = It({
1196
+ })), dt = /* @__PURE__ */ z.forwardRef(function(t, o) {
1197
+ const r = Et({
1244
1198
  props: t,
1245
1199
  name: "MuiDialog"
1246
1200
  }), i = Nt(), s = {
@@ -1252,73 +1206,73 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1252
1206
  BackdropComponent: l,
1253
1207
  BackdropProps: d,
1254
1208
  children: g,
1255
- className: u,
1209
+ className: h,
1256
1210
  disableEscapeKeyDown: C = !1,
1257
1211
  fullScreen: m = !1,
1258
- fullWidth: x = !1,
1259
- maxWidth: k = "sm",
1260
- onBackdropClick: y,
1261
- onClick: F,
1262
- onClose: G,
1263
- open: v,
1264
- PaperComponent: U = je,
1265
- PaperProps: D = {},
1266
- scroll: _ = "paper",
1267
- TransitionComponent: V = Dt,
1212
+ fullWidth: y = !1,
1213
+ maxWidth: v = "sm",
1214
+ onBackdropClick: w,
1215
+ onClick: P,
1216
+ onClose: Z,
1217
+ open: x,
1218
+ PaperComponent: V = Ue,
1219
+ PaperProps: F = {},
1220
+ scroll: Q = "paper",
1221
+ TransitionComponent: j = Dt,
1268
1222
  transitionDuration: J = s,
1269
- TransitionProps: be
1270
- } = r, xe = Ht(r, K1), W = j({}, r, {
1223
+ TransitionProps: me
1224
+ } = r, xe = Ht(r, X1), q = G({}, r, {
1271
1225
  disableEscapeKeyDown: C,
1272
1226
  fullScreen: m,
1273
- fullWidth: x,
1274
- maxWidth: k,
1275
- scroll: _
1276
- }), X = J1(W), I = Z.useRef(), ae = (O) => {
1277
- I.current = O.target === O.currentTarget;
1227
+ fullWidth: y,
1228
+ maxWidth: v,
1229
+ scroll: Q
1230
+ }), Y = to(q), E = z.useRef(), se = (O) => {
1231
+ E.current = O.target === O.currentTarget;
1278
1232
  }, ye = (O) => {
1279
- F && F(O), I.current && (I.current = null, y && y(O), G && G(O, "backdropClick"));
1280
- }, ee = Ft(c), le = Z.useMemo(() => ({
1281
- titleId: ee
1282
- }), [ee]);
1283
- return /* @__PURE__ */ n(X1, j({
1284
- className: we(X.root, u),
1233
+ P && P(O), E.current && (E.current = null, w && w(O), Z && Z(O, "backdropClick"));
1234
+ }, X = Bt(c), le = z.useMemo(() => ({
1235
+ titleId: X
1236
+ }), [X]);
1237
+ return /* @__PURE__ */ ee(oo, G({
1238
+ className: ve(Y.root, h),
1285
1239
  closeAfterTransition: !0,
1286
1240
  components: {
1287
- Backdrop: Y1
1241
+ Backdrop: eo
1288
1242
  },
1289
1243
  componentsProps: {
1290
- backdrop: j({
1244
+ backdrop: G({
1291
1245
  transitionDuration: J,
1292
1246
  as: l
1293
1247
  }, d)
1294
1248
  },
1295
1249
  disableEscapeKeyDown: C,
1296
- onClose: G,
1297
- open: v,
1250
+ onClose: Z,
1251
+ open: x,
1298
1252
  ref: o,
1299
1253
  onClick: ye,
1300
- ownerState: W
1254
+ ownerState: q
1301
1255
  }, xe, {
1302
- children: /* @__PURE__ */ n(V, j({
1256
+ children: /* @__PURE__ */ ee(j, G({
1303
1257
  appear: !0,
1304
- in: v,
1258
+ in: x,
1305
1259
  timeout: J,
1306
1260
  role: "presentation"
1307
- }, be, {
1308
- children: /* @__PURE__ */ n(eo, {
1309
- className: we(X.container),
1310
- onMouseDown: ae,
1311
- ownerState: W,
1312
- children: /* @__PURE__ */ n(to, j({
1313
- as: U,
1261
+ }, me, {
1262
+ children: /* @__PURE__ */ ee(no, {
1263
+ className: ve(Y.container),
1264
+ onMouseDown: se,
1265
+ ownerState: q,
1266
+ children: /* @__PURE__ */ ee(ro, G({
1267
+ as: V,
1314
1268
  elevation: 24,
1315
1269
  role: "dialog",
1316
1270
  "aria-describedby": a,
1317
- "aria-labelledby": ee
1318
- }, D, {
1319
- className: we(X.paper, D.className),
1320
- ownerState: W,
1321
- children: /* @__PURE__ */ n(st.Provider, {
1271
+ "aria-labelledby": X
1272
+ }, F, {
1273
+ className: ve(Y.paper, F.className),
1274
+ ownerState: q,
1275
+ children: /* @__PURE__ */ ee(ct.Provider, {
1322
1276
  value: le,
1323
1277
  children: g
1324
1278
  })
@@ -1327,7 +1281,7 @@ const K1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
1327
1281
  }))
1328
1282
  }));
1329
1283
  });
1330
- process.env.NODE_ENV !== "production" && (at.propTypes = {
1284
+ process.env.NODE_ENV !== "production" && (dt.propTypes = {
1331
1285
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1332
1286
  // │ These PropTypes are generated from the TypeScript type definitions. │
1333
1287
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -1459,21 +1413,32 @@ process.env.NODE_ENV !== "production" && (at.propTypes = {
1459
1413
  */
1460
1414
  TransitionProps: f.object
1461
1415
  });
1462
- function oo({ fillColor: e = "#262E3D" }) {
1463
- return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
1464
- /* @__PURE__ */ n("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
1465
- /* @__PURE__ */ n(
1466
- "path",
1467
- {
1416
+ function io({ fillColor: e = "#262E3D" }) {
1417
+ return /* @__PURE__ */ p("svg", {
1418
+ xmlns: "http://www.w3.org/2000/svg",
1419
+ width: "30",
1420
+ height: "30",
1421
+ viewBox: "0 0 30 30",
1422
+ fill: "none",
1423
+ children: [
1424
+ /* @__PURE__ */ n("rect", {
1425
+ x: "1",
1426
+ y: "1",
1427
+ width: "28",
1428
+ height: "28",
1429
+ rx: "14",
1430
+ stroke: "#9EA2AB"
1431
+ }),
1432
+ /* @__PURE__ */ n("path", {
1468
1433
  fillRule: "evenodd",
1469
1434
  clipRule: "evenodd",
1470
1435
  d: "M14.2929 15L9.14645 9.85355C8.95118 9.65829 8.95118 9.34171 9.14645 9.14645C9.34171 8.95118 9.65829 8.95118 9.85355 9.14645L15 14.2929L20.1464 9.14645C20.3417 8.95118 20.6583 8.95118 20.8536 9.14645C21.0488 9.34171 21.0488 9.65829 20.8536 9.85355L15.7071 15L20.8536 20.1464C21.0488 20.3417 21.0488 20.6583 20.8536 20.8536C20.6583 21.0488 20.3417 21.0488 20.1464 20.8536L15 15.7071L9.85355 20.8536C9.65829 21.0488 9.34171 21.0488 9.14645 20.8536C8.95118 20.6583 8.95118 20.3417 9.14645 20.1464L14.2929 15Z",
1471
1436
  fill: e
1472
- }
1473
- )
1474
- ] });
1437
+ })
1438
+ ]
1439
+ });
1475
1440
  }
1476
- const lt = {
1441
+ const ut = {
1477
1442
  row: {
1478
1443
  hover: "rgba(224, 224, 224, 0.3)"
1479
1444
  },
@@ -1558,84 +1523,107 @@ const lt = {
1558
1523
  errorBG: "rgba(231, 71, 39, 0.1)"
1559
1524
  }
1560
1525
  }
1561
- }, no = {
1526
+ }, ao = {
1562
1527
  shouldForwardProp: (e) => !e.startsWith("$")
1563
- }, se = h(
1564
- Qe,
1565
- no
1566
- )(({ $hoverColor: e }) => ({
1528
+ }, ae = /* @__PURE__ */ u(Ke, ao, {
1529
+ target: "e869yoj0",
1530
+ label: "IconButton"
1531
+ })(({ $hoverColor: e }) => ({
1567
1532
  padding: 2,
1568
1533
  "&.MuiIconButton-root:hover": {
1569
- backgroundColor: e != null ? e : lt.interaction.defaultHover
1534
+ backgroundColor: e != null ? e : ut.interaction.defaultHover
1570
1535
  }
1571
1536
  }));
1572
- function ro({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1573
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1574
- "path",
1575
- {
1537
+ function so({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1538
+ return /* @__PURE__ */ n("svg", {
1539
+ xmlns: "http://www.w3.org/2000/svg",
1540
+ width: "24",
1541
+ height: "24",
1542
+ viewBox: "0 0 24 24",
1543
+ fill: "none",
1544
+ children: /* @__PURE__ */ n("path", {
1576
1545
  fillRule: "evenodd",
1577
1546
  clipRule: "evenodd",
1578
1547
  d: "M13.0503 10.2426L17.2929 6H14.5C14.2239 6 14 5.77614 14 5.5C14 5.22386 14.2239 5 14.5 5H18.5C18.7761 5 19 5.22386 19 5.5V9.5C19 9.77614 18.7761 10 18.5 10C18.2239 10 18 9.77614 18 9.5V6.70711L13.7574 10.9497C13.5621 11.145 13.2455 11.145 13.0503 10.9497C12.855 10.7545 12.855 10.4379 13.0503 10.2426ZM10.1464 13.1464L6 17.2929V14.5C6 14.2239 5.77614 14 5.5 14C5.22386 14 5 14.2239 5 14.5V18.5C5 18.7761 5.22386 19 5.5 19H9.5C9.77614 19 10 18.7761 10 18.5C10 18.2239 9.77614 18 9.5 18H6.70711L10.8536 13.8536C11.0488 13.6583 11.0488 13.3417 10.8536 13.1464C10.6583 12.9512 10.3417 12.9512 10.1464 13.1464Z",
1579
1548
  fill: e
1580
- }
1581
- ) });
1549
+ })
1550
+ });
1582
1551
  }
1583
- function io({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1584
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1585
- "path",
1586
- {
1552
+ function lo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1553
+ return /* @__PURE__ */ n("svg", {
1554
+ xmlns: "http://www.w3.org/2000/svg",
1555
+ width: "24",
1556
+ height: "24",
1557
+ viewBox: "0 0 24 24",
1558
+ fill: "none",
1559
+ children: /* @__PURE__ */ n("path", {
1587
1560
  fillRule: "evenodd",
1588
1561
  clipRule: "evenodd",
1589
1562
  d: "M17.25 12C17.25 14.8995 14.8995 17.25 12 17.25C9.10051 17.25 6.75 14.8995 6.75 12C6.75 9.10051 9.10051 6.75 12 6.75C14.8995 6.75 17.25 9.10051 17.25 12ZM18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM11.625 9.375V10.1239H12.375V9.375H11.625ZM12.375 14.6239V10.8739H11.625V14.6239H12.375Z",
1590
1563
  fill: e
1591
- }
1592
- ) });
1564
+ })
1565
+ });
1593
1566
  }
1594
- function so() {
1595
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1596
- "path",
1597
- {
1567
+ function co() {
1568
+ return /* @__PURE__ */ n("svg", {
1569
+ xmlns: "http://www.w3.org/2000/svg",
1570
+ width: "24",
1571
+ height: "24",
1572
+ viewBox: "0 0 24 24",
1573
+ fill: "none",
1574
+ children: /* @__PURE__ */ n("path", {
1598
1575
  fillRule: "evenodd",
1599
1576
  clipRule: "evenodd",
1600
1577
  d: "M4.64372 12C4.64372 15.3137 7.33002 18 10.6437 18C12.6857 18 14.4894 16.9799 15.5731 15.4216C15.7307 15.195 16.0347 15.1118 16.2737 15.2498C16.5131 15.3879 16.5964 15.6953 16.4413 15.924C15.1825 17.7803 13.0555 19 10.6437 19C6.77773 19 3.64372 15.866 3.64372 12C3.64372 8.13401 6.77773 5 10.6437 5C13.8766 5 16.5977 7.19162 17.4021 10.1702L18.0347 8.56524C18.1359 8.30833 18.4263 8.18215 18.6832 8.2834C18.9401 8.38466 19.0663 8.67501 18.965 8.93192L17.865 11.723C17.7638 11.9799 17.4734 12.1061 17.2165 12.0048L14.4255 10.9048C14.1685 10.8035 14.0424 10.5132 14.1436 10.2563C14.2449 9.99935 14.5352 9.87317 14.7921 9.97442L16.4897 10.6435C15.8749 7.98316 13.4909 6 10.6437 6C7.33002 6 4.64372 8.68629 4.64372 12Z",
1601
1578
  fill: "#262E3D",
1602
1579
  fillOpacity: "0.67"
1603
- }
1604
- ) });
1580
+ })
1581
+ });
1605
1582
  }
1606
- function ao({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1607
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1608
- "path",
1609
- {
1583
+ function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
1584
+ return /* @__PURE__ */ n("svg", {
1585
+ xmlns: "http://www.w3.org/2000/svg",
1586
+ width: "24",
1587
+ height: "24",
1588
+ viewBox: "0 0 24 24",
1589
+ fill: "none",
1590
+ children: /* @__PURE__ */ n("path", {
1610
1591
  fillRule: "evenodd",
1611
1592
  clipRule: "evenodd",
1612
1593
  d: "M11 7C11 6.44772 11.4477 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7ZM11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z",
1613
1594
  fill: e
1614
- }
1615
- ) });
1595
+ })
1596
+ });
1616
1597
  }
1617
- const Be = (e) => Ue(e.chart.backgroundColor), lo = ({ title: e }) => {
1598
+ const De = (e) => Je(e.chart.backgroundColor), ho = ({ title: e }) => {
1618
1599
  const { themeSettings: t } = b();
1619
- return /* @__PURE__ */ n(ie, { title: e, children: /* @__PURE__ */ n(se, { disableTouchRipple: !0, $hoverColor: Be(t), children: /* @__PURE__ */ n(io, { fill: t.chart.textColor }) }) });
1620
- }, co = ({ items: e }) => {
1600
+ return /* @__PURE__ */ n(ie, {
1601
+ title: e,
1602
+ children: /* @__PURE__ */ n(ae, {
1603
+ disableTouchRipple: !0,
1604
+ $hoverColor: De(t),
1605
+ children: /* @__PURE__ */ n(lo, {
1606
+ fill: t.chart.textColor
1607
+ })
1608
+ })
1609
+ });
1610
+ }, po = ({ items: e }) => {
1621
1611
  const [t, o] = L(null), r = (a) => {
1622
1612
  o(a.currentTarget);
1623
1613
  }, i = () => {
1624
1614
  o(null);
1625
1615
  }, { themeSettings: s } = b();
1626
- return /* @__PURE__ */ p(N, { children: [
1627
- /* @__PURE__ */ n(
1628
- se,
1629
- {
1616
+ return /* @__PURE__ */ p(N, {
1617
+ children: [
1618
+ /* @__PURE__ */ n(ae, {
1630
1619
  onClick: r,
1631
- $hoverColor: Be(s),
1620
+ $hoverColor: De(s),
1632
1621
  "aria-label": "three dots button",
1633
- children: /* @__PURE__ */ n(ao, { fill: s.chart.textColor })
1634
- }
1635
- ),
1636
- /* @__PURE__ */ n(
1637
- Pt,
1638
- {
1622
+ children: /* @__PURE__ */ n(uo, {
1623
+ fill: s.chart.textColor
1624
+ })
1625
+ }),
1626
+ /* @__PURE__ */ n(qt, {
1639
1627
  anchorEl: t,
1640
1628
  anchorOrigin: {
1641
1629
  vertical: "bottom",
@@ -1647,100 +1635,130 @@ const Be = (e) => Ue(e.chart.backgroundColor), lo = ({ title: e }) => {
1647
1635
  },
1648
1636
  open: !!t,
1649
1637
  onClose: i,
1650
- children: e.map((a) => /* @__PURE__ */ p(
1651
- Wt,
1652
- {
1653
- onClick: () => {
1654
- a.onClick(), i();
1655
- },
1656
- sx: {
1657
- fontSize: "13px",
1658
- fontFamily: s.typography.fontFamily,
1659
- color: lt.text.content
1660
- },
1661
- disableRipple: !0,
1662
- children: [
1663
- a.icon,
1664
- /* @__PURE__ */ n("div", { className: "csdk-ml-1", children: a.title })
1665
- ]
1638
+ children: e.map((a) => /* @__PURE__ */ p(Pt, {
1639
+ onClick: () => {
1640
+ a.onClick(), i();
1666
1641
  },
1667
- a.title
1668
- ))
1669
- }
1670
- )
1671
- ] });
1672
- }, uo = ({ onClick: e }) => {
1673
- const { themeSettings: t } = b(), { t: o } = w();
1674
- return /* @__PURE__ */ n(ie, { title: o("ai.preview"), children: /* @__PURE__ */ n(se, { onClick: e, $hoverColor: Be(t), children: /* @__PURE__ */ n(ro, { fill: t.chart.textColor }) }) });
1675
- }, ho = h.div`
1676
- display: flex;
1677
- padding-top: 6px;
1678
- padding-bottom: 6px;
1679
- `;
1680
- function po({
1681
- infoTooltipText: e,
1682
- onRefresh: t,
1683
- onExpand: o
1684
- }) {
1685
- const r = H(
1686
- () => [
1687
- {
1688
- title: "Refresh",
1689
- onClick: t,
1690
- icon: /* @__PURE__ */ n(so, {})
1691
- }
1692
- ],
1693
- [t]
1694
- );
1695
- return /* @__PURE__ */ p(ho, { "aria-label": "chatbot chart toolbar", children: [
1696
- /* @__PURE__ */ n(lo, { title: e != null ? e : "" }),
1697
- /* @__PURE__ */ n(co, { items: r }),
1698
- /* @__PURE__ */ n(uo, { onClick: o })
1699
- ] });
1642
+ sx: {
1643
+ fontSize: "13px",
1644
+ fontFamily: s.typography.fontFamily,
1645
+ color: ut.text.content
1646
+ },
1647
+ disableRipple: !0,
1648
+ children: [
1649
+ a.icon,
1650
+ /* @__PURE__ */ n("div", {
1651
+ className: "csdk-ml-1",
1652
+ children: a.title
1653
+ })
1654
+ ]
1655
+ }, a.title))
1656
+ })
1657
+ ]
1658
+ });
1659
+ }, go = ({ onClick: e }) => {
1660
+ const { themeSettings: t } = b(), { t: o } = S();
1661
+ return /* @__PURE__ */ n(ie, {
1662
+ title: o("ai.preview"),
1663
+ children: /* @__PURE__ */ n(ae, {
1664
+ onClick: e,
1665
+ $hoverColor: De(t),
1666
+ children: /* @__PURE__ */ n(so, {
1667
+ fill: t.chart.textColor
1668
+ })
1669
+ })
1670
+ });
1671
+ }, Co = /* @__PURE__ */ u("div", {
1672
+ target: "e1cseu7j0",
1673
+ label: "ToolbarContainer"
1674
+ })("display:flex;padding-top:6px;padding-bottom:6px;");
1675
+ function fo({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
1676
+ const r = H(() => [
1677
+ {
1678
+ title: "Refresh",
1679
+ onClick: t,
1680
+ icon: /* @__PURE__ */ n(co, {})
1681
+ }
1682
+ ], [
1683
+ t
1684
+ ]);
1685
+ return /* @__PURE__ */ p(Co, {
1686
+ "aria-label": "chatbot chart toolbar",
1687
+ children: [
1688
+ /* @__PURE__ */ n(ho, {
1689
+ title: e != null ? e : ""
1690
+ }),
1691
+ /* @__PURE__ */ n(po, {
1692
+ items: r
1693
+ }),
1694
+ /* @__PURE__ */ n(go, {
1695
+ onClick: o
1696
+ })
1697
+ ]
1698
+ });
1700
1699
  }
1701
- function go({ content: e }) {
1700
+ function bo({ content: e }) {
1702
1701
  const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } = H(() => {
1703
- const a = Ce(e, { useCustomizedStyleOptions: !0 });
1704
- if (a === void 0 || !Me(a))
1705
- throw new Se("errors.otherWidgetTypesNotSupported");
1702
+ const a = Ce(e, {
1703
+ useCustomizedStyleOptions: !0
1704
+ });
1705
+ if (a === void 0 || !Se(a))
1706
+ throw new ke("errors.otherWidgetTypesNotSupported");
1706
1707
  const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
1707
1708
  cornerRadius: "Small",
1708
1709
  header: {
1709
- renderToolbar: (C) => /* @__PURE__ */ n(
1710
- po,
1711
- {
1712
- infoTooltipText: c,
1713
- onRefresh: C,
1714
- onExpand: () => o(!0)
1715
- }
1716
- )
1710
+ renderToolbar: (C) => /* @__PURE__ */ n(fo, {
1711
+ infoTooltipText: c,
1712
+ onRefresh: C,
1713
+ onExpand: () => o(!0)
1714
+ })
1717
1715
  }
1718
1716
  };
1719
- let g, u;
1720
- if (Kt(a.chartType))
1721
- g = /* @__PURE__ */ n("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: d })) }), u = /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: { header: { hidden: !0 } } }));
1717
+ let g, h;
1718
+ if (_t(a.chartType))
1719
+ g = /* @__PURE__ */ n("div", {
1720
+ className: "csdk-h-[245px]",
1721
+ children: /* @__PURE__ */ n(te, T(k({}, a), {
1722
+ styleOptions: d
1723
+ }))
1724
+ }), h = /* @__PURE__ */ n(te, T(k({}, a), {
1725
+ styleOptions: {
1726
+ header: {
1727
+ hidden: !0
1728
+ }
1729
+ }
1730
+ }));
1722
1731
  else {
1723
- const C = $(S({}, l), {
1724
- header: { hidden: !0 }
1725
- }), m = S($(S({}, l), {
1732
+ const C = T(k({}, l), {
1733
+ header: {
1734
+ hidden: !0
1735
+ }
1736
+ }), m = k(T(k({}, l), {
1726
1737
  legend: void 0,
1727
1738
  xAxis: void 0,
1728
1739
  yAxis: void 0
1729
1740
  }), d);
1730
- delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(te, $(S({}, a), { styleOptions: m })) }), u = /* @__PURE__ */ n(
1731
- te,
1732
- $(S({}, a), {
1733
- styleOptions: S({ cornerRadius: "None" }, C)
1734
- })
1735
- );
1741
+ delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", {
1742
+ children: /* @__PURE__ */ n(te, T(k({}, a), {
1743
+ styleOptions: m
1744
+ }))
1745
+ }), h = /* @__PURE__ */ n(te, T(k({}, a), {
1746
+ styleOptions: k({
1747
+ cornerRadius: "None"
1748
+ }, C)
1749
+ }));
1736
1750
  }
1737
- return { inlineElement: g, expandedElement: u };
1738
- }, [e]);
1739
- return /* @__PURE__ */ p(N, { children: [
1740
- i,
1741
- /* @__PURE__ */ p(
1742
- at,
1743
- {
1751
+ return {
1752
+ inlineElement: g,
1753
+ expandedElement: h
1754
+ };
1755
+ }, [
1756
+ e
1757
+ ]);
1758
+ return /* @__PURE__ */ p(N, {
1759
+ children: [
1760
+ i,
1761
+ /* @__PURE__ */ p(dt, {
1744
1762
  open: t,
1745
1763
  onClose: () => o(!1),
1746
1764
  maxWidth: "xl",
@@ -1752,301 +1770,355 @@ function go({ content: e }) {
1752
1770
  }
1753
1771
  },
1754
1772
  children: [
1755
- /* @__PURE__ */ p("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
1756
- /* @__PURE__ */ n("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
1757
- /* @__PURE__ */ n(Qe, { onClick: () => o(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ n(oo, { fillColor: r.aiChat.primaryTextColor }) })
1758
- ] }),
1759
- /* @__PURE__ */ n("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: s })
1773
+ /* @__PURE__ */ p("div", {
1774
+ className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]",
1775
+ children: [
1776
+ /* @__PURE__ */ n("div", {
1777
+ className: "csdk-text-ai-lg csdk-semibold",
1778
+ children: e.queryTitle
1779
+ }),
1780
+ /* @__PURE__ */ n(Ke, {
1781
+ onClick: () => o(!1),
1782
+ "aria-label": "close expanded chart",
1783
+ children: /* @__PURE__ */ n(io, {
1784
+ fillColor: r.aiChat.primaryTextColor
1785
+ })
1786
+ })
1787
+ ]
1788
+ }),
1789
+ /* @__PURE__ */ n("div", {
1790
+ className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]",
1791
+ children: s
1792
+ })
1760
1793
  ]
1761
- }
1762
- )
1763
- ] });
1794
+ })
1795
+ ]
1796
+ });
1764
1797
  }
1765
- function Co({ theme: e }) {
1766
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1767
- "path",
1768
- {
1798
+ function mo({ theme: e }) {
1799
+ return /* @__PURE__ */ n("svg", {
1800
+ xmlns: "http://www.w3.org/2000/svg",
1801
+ width: "24",
1802
+ height: "24",
1803
+ viewBox: "0 0 24 24",
1804
+ fill: "none",
1805
+ children: /* @__PURE__ */ n("path", {
1769
1806
  fillRule: "evenodd",
1770
1807
  clipRule: "evenodd",
1771
1808
  d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
1772
1809
  fill: e.aiChat.icons.color
1773
- }
1774
- ) });
1810
+ })
1811
+ });
1775
1812
  }
1776
- function fo({ onClick: e, disabled: t }) {
1777
- const { themeSettings: o } = b(), { t: r } = w();
1778
- return /* @__PURE__ */ n(ie, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ n(
1779
- se,
1780
- {
1813
+ function xo({ onClick: e, disabled: t }) {
1814
+ const { themeSettings: o } = b(), { t: r } = S();
1815
+ return /* @__PURE__ */ n(ie, {
1816
+ title: r("ai.buttons.incorrectResponse"),
1817
+ children: /* @__PURE__ */ n(ae, {
1781
1818
  "aria-label": "thumbs-down",
1782
1819
  onClick: e,
1783
1820
  $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
1784
1821
  disabled: t,
1785
- children: /* @__PURE__ */ n(Co, { theme: o })
1786
- }
1787
- ) });
1822
+ children: /* @__PURE__ */ n(mo, {
1823
+ theme: o
1824
+ })
1825
+ })
1826
+ });
1788
1827
  }
1789
- function mo({ theme: e }) {
1790
- return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
1791
- "path",
1792
- {
1828
+ function yo({ theme: e }) {
1829
+ return /* @__PURE__ */ n("svg", {
1830
+ xmlns: "http://www.w3.org/2000/svg",
1831
+ width: "24",
1832
+ height: "24",
1833
+ viewBox: "0 0 24 24",
1834
+ fill: "none",
1835
+ children: /* @__PURE__ */ n("path", {
1793
1836
  fillRule: "evenodd",
1794
1837
  clipRule: "evenodd",
1795
1838
  d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
1796
1839
  fill: e.aiChat.icons.color
1797
- }
1798
- ) });
1840
+ })
1841
+ });
1799
1842
  }
1800
- function bo({ onClick: e, disabled: t }) {
1801
- const { themeSettings: o } = b(), { t: r } = w();
1802
- return /* @__PURE__ */ n(ie, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ n(
1803
- se,
1804
- {
1843
+ function vo({ onClick: e, disabled: t }) {
1844
+ const { themeSettings: o } = b(), { t: r } = S();
1845
+ return /* @__PURE__ */ n(ie, {
1846
+ title: r("ai.buttons.correctResponse"),
1847
+ children: /* @__PURE__ */ n(ae, {
1805
1848
  "aria-label": "thumbs-up",
1806
1849
  onClick: e,
1807
1850
  $hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
1808
1851
  disabled: t,
1809
- children: /* @__PURE__ */ n(mo, { theme: o })
1810
- }
1811
- ) });
1852
+ children: /* @__PURE__ */ n(yo, {
1853
+ theme: o
1854
+ })
1855
+ })
1856
+ });
1812
1857
  }
1813
- const xo = () => {
1814
- const [e, t] = L(!1), o = Y(null), r = M(() => {
1858
+ const wo = () => {
1859
+ const [e, t] = L(!1), o = U(null), r = M(() => {
1815
1860
  t(!0);
1816
1861
  }, []), i = M(() => {
1817
1862
  t(!1);
1818
1863
  }, []);
1819
- return [M(
1820
- (a) => {
1864
+ return [
1865
+ M((a) => {
1821
1866
  var c;
1822
1867
  ((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), o.current = a;
1823
- },
1824
- [r, i]
1825
- ), e];
1826
- }, yo = h.div`
1827
- display: flex;
1828
- flex-direction: column;
1829
- row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
1830
- `;
1831
- function vo({ visible: e, onSend: t }) {
1832
- const [o, r] = L(!1), i = M(
1833
- (a) => {
1834
- r(!0), t(a === "up" ? 1 : -1);
1835
- },
1836
- [t]
1837
- ), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1838
- return e ? /* @__PURE__ */ p("div", { className: `csdk-flex csdk-items-center ${s}`, children: [
1839
- /* @__PURE__ */ n(bo, { onClick: () => i("up"), disabled: o }),
1840
- /* @__PURE__ */ n(fo, { onClick: () => i("down"), disabled: o })
1841
- ] }) : null;
1868
+ }, [
1869
+ r,
1870
+ i
1871
+ ]),
1872
+ e
1873
+ ];
1874
+ }, ko = /* @__PURE__ */ u("div", {
1875
+ target: "e2xyvaw0",
1876
+ label: "Container"
1877
+ })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
1878
+ function So({ visible: e, onSend: t }) {
1879
+ const [o, r] = L(!1), i = M((a) => {
1880
+ r(!0), t(a === "up" ? 1 : -1);
1881
+ }, [
1882
+ t
1883
+ ]), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
1884
+ return e ? /* @__PURE__ */ p("div", {
1885
+ className: `csdk-flex csdk-items-center ${s}`,
1886
+ children: [
1887
+ /* @__PURE__ */ n(vo, {
1888
+ onClick: () => i("up"),
1889
+ disabled: o
1890
+ }),
1891
+ /* @__PURE__ */ n(xo, {
1892
+ onClick: () => i("down"),
1893
+ disabled: o
1894
+ })
1895
+ ]
1896
+ }) : null;
1842
1897
  }
1843
- function Le({
1844
- sourceId: e,
1845
- data: t,
1846
- type: o,
1847
- buttonVisibility: r = "onHover",
1848
- renderContent: i
1849
- }) {
1850
- const s = B(), a = Ot(
1851
- M(
1852
- (u) => {
1853
- s && s.ai.sendFeedback({
1854
- sourceId: e,
1855
- type: o,
1856
- data: t,
1857
- rating: u
1858
- });
1859
- },
1860
- [s, e, t, o]
1861
- ),
1862
- 200
1863
- ), [c, l] = xo(), d = H(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: g } = b();
1864
- return /* @__PURE__ */ n(yo, { ref: c, theme: g, children: i(/* @__PURE__ */ n(vo, { onSend: a, visible: d })) });
1898
+ function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
1899
+ const s = B(), a = Ot(M((h) => {
1900
+ s && s.ai.sendFeedback({
1901
+ sourceId: e,
1902
+ type: o,
1903
+ data: t,
1904
+ rating: h
1905
+ });
1906
+ }, [
1907
+ s,
1908
+ e,
1909
+ t,
1910
+ o
1911
+ ]), 200), [c, l] = wo(), d = H(() => r === "onHover" ? l : r !== "never", [
1912
+ l,
1913
+ r
1914
+ ]), { themeSettings: g } = b();
1915
+ return /* @__PURE__ */ n(ko, {
1916
+ ref: c,
1917
+ theme: g,
1918
+ children: i(/* @__PURE__ */ n(So, {
1919
+ onSend: a,
1920
+ visible: d
1921
+ }))
1922
+ });
1865
1923
  }
1866
- const wo = 18 * 5;
1867
- function me({ text: e }) {
1868
- const [t, o] = L(!0), [r, i] = L(!1), { t: s } = w(), a = Y(null);
1924
+ const Mo = 18 * 5;
1925
+ function be({ text: e }) {
1926
+ const [t, o] = L(!0), [r, i] = L(!1), { t: s } = S(), a = U(null);
1869
1927
  return ue(() => {
1870
- a.current && a.current.scrollHeight > wo && i(!0);
1871
- }, [e]), /* @__PURE__ */ p("div", { children: [
1872
- /* @__PURE__ */ n("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
1873
- r && /* @__PURE__ */ n("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ n(
1874
- "div",
1875
- {
1876
- className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
1877
- onClick: () => o((c) => !c),
1878
- children: s(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
1879
- }
1880
- ) })
1881
- ] });
1928
+ a.current && a.current.scrollHeight > Mo && i(!0);
1929
+ }, [
1930
+ e
1931
+ ]), /* @__PURE__ */ p("div", {
1932
+ children: [
1933
+ /* @__PURE__ */ n("div", {
1934
+ ref: a,
1935
+ className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`,
1936
+ children: e
1937
+ }),
1938
+ r && /* @__PURE__ */ n("div", {
1939
+ className: "csdk-mt-3 csdk-flex csdk-justify-end",
1940
+ children: /* @__PURE__ */ n("div", {
1941
+ className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
1942
+ onClick: () => o((c) => !c),
1943
+ children: s(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
1944
+ })
1945
+ })
1946
+ ]
1947
+ });
1882
1948
  }
1883
- function ko({ nlgRequest: e }) {
1884
- const { data: t, isLoading: o, isError: r } = re(e), { t: i } = w();
1885
- return o ? /* @__PURE__ */ n(Fe, {}) : r ? /* @__PURE__ */ n(z, { align: "left", children: i("ai.errors.unexpected") }) : /* @__PURE__ */ n(z, { align: "full", children: /* @__PURE__ */ n(me, { text: t != null ? t : i("ai.errors.insightsNotAvailable") }) });
1949
+ function To({ nlgRequest: e }) {
1950
+ const { data: t, isLoading: o, isError: r } = re(e), { t: i } = S();
1951
+ return o ? /* @__PURE__ */ n(Fe, {}) : r ? /* @__PURE__ */ n($, {
1952
+ align: "left",
1953
+ children: i("ai.errors.unexpected")
1954
+ }) : /* @__PURE__ */ n($, {
1955
+ align: "full",
1956
+ children: /* @__PURE__ */ n(be, {
1957
+ text: t != null ? t : i("ai.errors.insightsNotAvailable")
1958
+ })
1959
+ });
1886
1960
  }
1887
- function So() {
1961
+ function Lo() {
1888
1962
  const { themeSettings: e } = b();
1889
- return /* @__PURE__ */ n("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
1890
- "path",
1891
- {
1963
+ return /* @__PURE__ */ n("svg", {
1964
+ width: "24",
1965
+ height: "25",
1966
+ viewBox: "0 0 24 25",
1967
+ fill: "none",
1968
+ xmlns: "http://www.w3.org/2000/svg",
1969
+ children: /* @__PURE__ */ n("path", {
1892
1970
  fillRule: "evenodd",
1893
1971
  clipRule: "evenodd",
1894
1972
  d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
1895
1973
  fill: e.aiChat.icons.color
1896
- }
1897
- ) });
1974
+ })
1975
+ });
1898
1976
  }
1899
- function Mo({ onClick: e }) {
1900
- const { t } = w();
1901
- return /* @__PURE__ */ n(he, { align: "left", onClick: e, children: /* @__PURE__ */ p(
1902
- "div",
1903
- {
1977
+ function Ro({ onClick: e }) {
1978
+ const { t } = S();
1979
+ return /* @__PURE__ */ n(he, {
1980
+ align: "left",
1981
+ onClick: e,
1982
+ children: /* @__PURE__ */ p("div", {
1904
1983
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1905
1984
  children: [
1906
- /* @__PURE__ */ n(So, {}),
1985
+ /* @__PURE__ */ n(Lo, {}),
1907
1986
  t("ai.buttons.insights")
1908
1987
  ]
1909
- }
1910
- ) });
1988
+ })
1989
+ });
1911
1990
  }
1912
- var $o = qt("toLowerCase");
1913
- const Ze = h.div`
1914
- display: flex;
1915
- align-items: center;
1916
- column-gap: 10px;
1917
- `, Lo = (e) => !!e && "aeiou".includes(e[0]);
1918
- function Ro({ data: e, alwaysShowFeedback: t }) {
1919
- const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
1991
+ var Io = Wt("toLowerCase");
1992
+ const Ze = /* @__PURE__ */ u("div", {
1993
+ target: "e7eaxqk0",
1994
+ label: "FlexRow"
1995
+ })("display:flex;align-items:center;column-gap:10px;"), Eo = (e) => !!e && "aeiou".includes(e[0]);
1996
+ function No({ data: e, alwaysShowFeedback: t }) {
1997
+ const { chatMode: o = "analyze", enableInsights: r } = D(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
1920
1998
  console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
1921
1999
  const l = "chartType" in a ? a.chartType : "table";
1922
2000
  let d;
1923
- Lo(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
1924
- const g = c.datasource.title, [u, C] = L(!1), m = M(() => {
1925
- C((y) => !y);
1926
- }, []), x = {
2001
+ Eo(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
2002
+ const g = c.datasource.title, [h, C] = L(!1), m = M(() => {
2003
+ C((w) => !w);
2004
+ }, []), y = {
1927
2005
  jaql: {
1928
2006
  datasource: c.datasource,
1929
2007
  metadata: c.metadata
1930
2008
  }
1931
- }, k = o === "analyze";
1932
- return /* @__PURE__ */ p(N, { children: [
1933
- /* @__PURE__ */ n(
1934
- Le,
1935
- {
2009
+ }, v = o === "analyze";
2010
+ return /* @__PURE__ */ p(N, {
2011
+ children: [
2012
+ /* @__PURE__ */ n(Te, {
1936
2013
  sourceId: g,
1937
2014
  data: e,
1938
2015
  type: "chats/nlq",
1939
2016
  buttonVisibility: t ? "always" : "onHover",
1940
- renderContent: (y) => /* @__PURE__ */ p(N, { children: [
1941
- /* @__PURE__ */ p(Ze, { children: [
1942
- /* @__PURE__ */ n(rt, { align: "left", theme: i, children: `Here's ${d} showing ${$o(s)}.` }),
1943
- y
1944
- ] }),
1945
- k && /* @__PURE__ */ n(go, { content: e })
1946
- ] })
1947
- }
1948
- ),
1949
- r && /* @__PURE__ */ n(
1950
- Le,
1951
- {
2017
+ renderContent: (w) => /* @__PURE__ */ p(N, {
2018
+ children: [
2019
+ /* @__PURE__ */ p(Ze, {
2020
+ children: [
2021
+ /* @__PURE__ */ n(st, {
2022
+ align: "left",
2023
+ theme: i,
2024
+ children: `Here's ${d} showing ${Io(s)}.`
2025
+ }),
2026
+ w
2027
+ ]
2028
+ }),
2029
+ v && /* @__PURE__ */ n(bo, {
2030
+ content: e
2031
+ })
2032
+ ]
2033
+ })
2034
+ }),
2035
+ r && /* @__PURE__ */ n(Te, {
1952
2036
  sourceId: g,
1953
- data: x,
2037
+ data: y,
1954
2038
  type: "nlg/queryResult",
1955
- buttonVisibility: u ? "onHover" : "never",
1956
- renderContent: (y) => /* @__PURE__ */ p(N, { children: [
1957
- /* @__PURE__ */ p(Ze, { children: [
1958
- /* @__PURE__ */ n(Mo, { onClick: m }),
1959
- y
1960
- ] }),
1961
- u && /* @__PURE__ */ n(ko, { nlgRequest: x })
1962
- ] })
1963
- }
1964
- )
1965
- ] });
2039
+ buttonVisibility: h ? "onHover" : "never",
2040
+ renderContent: (w) => /* @__PURE__ */ p(N, {
2041
+ children: [
2042
+ /* @__PURE__ */ p(Ze, {
2043
+ children: [
2044
+ /* @__PURE__ */ n(Ro, {
2045
+ onClick: m
2046
+ }),
2047
+ w
2048
+ ]
2049
+ }),
2050
+ h && /* @__PURE__ */ n(To, {
2051
+ nlgRequest: y
2052
+ })
2053
+ ]
2054
+ })
2055
+ })
2056
+ ]
2057
+ });
1966
2058
  }
1967
- function To({ message: e, isLastMessage: t }) {
1968
- if (He(e)) {
2059
+ function Ho({ message: e, isLastMessage: t }) {
2060
+ if (Be(e)) {
1969
2061
  const r = JSON.parse(e.content);
1970
- return /* @__PURE__ */ n(Ro, { data: r, alwaysShowFeedback: t });
2062
+ return /* @__PURE__ */ n(No, {
2063
+ data: r,
2064
+ alwaysShowFeedback: t
2065
+ });
1971
2066
  }
1972
- const o = m1(e) ? JSON.parse(e.content).answer : e.content;
1973
- return /* @__PURE__ */ n(z, { align: e.role === "user" ? "right" : "left", children: o });
2067
+ const o = y1(e) ? JSON.parse(e.content).answer : e.content;
2068
+ return /* @__PURE__ */ n($, {
2069
+ align: e.role === "user" ? "right" : "left",
2070
+ children: o
2071
+ });
1974
2072
  }
1975
- const Eo = Vt(To), Io = ({
1976
- error: e,
1977
- displayMessage: t
1978
- }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(z, { align: "left", children: t }));
1979
- function No({ messages: e }) {
1980
- const { t } = w();
1981
- return /* @__PURE__ */ n(N, { children: e.map((o, r) => /* @__PURE__ */ n(
1982
- At,
1983
- {
1984
- fallbackRender: (i) => Io($(S({}, i), {
2073
+ const Bo = /* @__PURE__ */ e1(Ho), Fo = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n($, {
2074
+ align: "left",
2075
+ children: t
2076
+ }));
2077
+ function Do({ messages: e }) {
2078
+ const { t } = S();
2079
+ return /* @__PURE__ */ n(N, {
2080
+ children: e.map((o, r) => /* @__PURE__ */ n(At, {
2081
+ fallbackRender: (i) => Fo(T(k({}, i), {
1985
2082
  displayMessage: t("ai.errors.unexpected")
1986
2083
  })),
1987
- children: /* @__PURE__ */ n(Eo, { message: o, isLastMessage: r === e.length - 1 }, r)
1988
- },
1989
- r
1990
- )) });
2084
+ children: /* @__PURE__ */ n(Bo, {
2085
+ message: o,
2086
+ isLastMessage: r === e.length - 1
2087
+ }, r)
2088
+ }, r))
2089
+ });
1991
2090
  }
1992
- function ct({ color: e }) {
1993
- return /* @__PURE__ */ n(
1994
- "svg",
1995
- {
1996
- width: "100%",
1997
- height: "100%",
1998
- viewBox: "0 0 4 8",
1999
- fill: "none",
2000
- xmlns: "http://www.w3.org/2000/svg",
2001
- children: /* @__PURE__ */ n(
2002
- "path",
2003
- {
2004
- 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",
2005
- fill: e
2006
- }
2007
- )
2008
- }
2009
- );
2091
+ function ht({ color: e }) {
2092
+ return /* @__PURE__ */ n("svg", {
2093
+ width: "100%",
2094
+ height: "100%",
2095
+ viewBox: "0 0 4 8",
2096
+ fill: "none",
2097
+ xmlns: "http://www.w3.org/2000/svg",
2098
+ children: /* @__PURE__ */ n("path", {
2099
+ 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",
2100
+ fill: e
2101
+ })
2102
+ });
2010
2103
  }
2011
- function Ho({ onClick: e, color: t }) {
2012
- return /* @__PURE__ */ n(
2013
- "div",
2014
- {
2015
- "aria-label": "go back",
2016
- className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2017
- onClick: e,
2018
- children: /* @__PURE__ */ n(ct, { color: t })
2019
- }
2020
- );
2104
+ function Po({ onClick: e, color: t }) {
2105
+ return /* @__PURE__ */ n("div", {
2106
+ "aria-label": "go back",
2107
+ className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2108
+ onClick: e,
2109
+ children: /* @__PURE__ */ n(ht, {
2110
+ color: t
2111
+ })
2112
+ });
2021
2113
  }
2022
- const Fo = h.button`
2023
- font-size: inherit;
2024
- line-height: inherit;
2025
- box-sizing: border-box;
2026
- border-width: 1px;
2027
- padding-left: 1rem;
2028
- padding-right: 1rem;
2029
- padding-top: 0.5rem;
2030
- padding-bottom: 0.5rem;
2031
- cursor: pointer;
2032
- text-align: left;
2033
- max-width: 85%;
2034
-
2035
- font-family: ${({ theme: e }) => e.typography.fontFamily};
2036
- color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
2037
- background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
2038
- border: ${({ theme: e }) => e.aiChat.suggestions.border};
2039
- border-radius: ${({ theme: e }) => e.aiChat.suggestions.borderRadius};
2040
- &:hover {
2041
- background-color: ${({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor};
2042
- color: ${({ theme: e }) => e.aiChat.suggestions.hover.textColor};
2043
- }
2044
-
2045
- ${({ theme: e }) => {
2114
+ const qo = /* @__PURE__ */ u("button", {
2115
+ target: "e1p0q0z20",
2116
+ label: "Button"
2117
+ })("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
2046
2118
  const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
2047
2119
  if (t) {
2048
2120
  const [r, i] = t;
2049
- return E`
2121
+ return I`
2050
2122
  border: none;
2051
2123
  position: relative;
2052
2124
  border-radius: ${o};
@@ -2067,30 +2139,43 @@ const Fo = h.button`
2067
2139
  `;
2068
2140
  }
2069
2141
  return "";
2070
- }}
2071
- `;
2072
- function ze({ question: e, onClick: t }) {
2142
+ });
2143
+ function je({ question: e, onClick: t }) {
2073
2144
  const { themeSettings: o } = b();
2074
- return /* @__PURE__ */ n(Fo, { onClick: t, theme: o, children: e });
2145
+ return /* @__PURE__ */ n(qo, {
2146
+ onClick: t,
2147
+ theme: o,
2148
+ children: e
2149
+ });
2075
2150
  }
2076
- const Bo = h.div`
2077
- display: flex;
2078
- flex-direction: column;
2079
- align-items: flex-start;
2080
- row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2081
- `;
2082
- function Do({ questions: e, onSelection: t }) {
2083
- const { t: o } = w(), [r, i] = L(!0), s = H(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = b();
2084
- return /* @__PURE__ */ p(Bo, { "aria-label": "list of suggested questions", theme: a, children: [
2085
- s.map((c) => /* @__PURE__ */ n(ze, { question: c, onClick: () => t(c) }, c)),
2086
- s.length < e.length && /* @__PURE__ */ n(ze, { question: o("ai.buttons.seeMore"), onClick: () => i(!1) })
2087
- ] });
2151
+ const Oo = /* @__PURE__ */ u("div", {
2152
+ target: "eu11cc50",
2153
+ label: "ListContainer"
2154
+ })("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
2155
+ function Wo({ questions: e, onSelection: t }) {
2156
+ const { t: o } = S(), [r, i] = L(!0), s = H(() => r && e.length > 5 ? e.slice(0, 4) : e, [
2157
+ e,
2158
+ r
2159
+ ]), { themeSettings: a } = b();
2160
+ return /* @__PURE__ */ p(Oo, {
2161
+ "aria-label": "list of suggested questions",
2162
+ theme: a,
2163
+ children: [
2164
+ s.map((c) => /* @__PURE__ */ n(je, {
2165
+ question: c,
2166
+ onClick: () => t(c)
2167
+ }, c)),
2168
+ s.length < e.length && /* @__PURE__ */ n(je, {
2169
+ question: o("ai.buttons.seeMore"),
2170
+ onClick: () => i(!1)
2171
+ })
2172
+ ]
2173
+ });
2088
2174
  }
2089
- const Po = h.div`
2090
- width: 283px;
2091
- height: 32px;
2092
- border-radius: 10px;
2093
- background: ${({ theme: e }) => {
2175
+ const Ao = /* @__PURE__ */ u("div", {
2176
+ target: "ebwb3nc0",
2177
+ label: "Row"
2178
+ })("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
2094
2179
  const [t, o] = e.aiChat.suggestions.loadingGradient;
2095
2180
  return `linear-gradient(
2096
2181
  to right,
@@ -2098,692 +2183,663 @@ const Po = h.div`
2098
2183
  ${o} 50%,
2099
2184
  ${t} 100%
2100
2185
  )`;
2101
- }};
2102
- background-size: 200% auto;
2103
- animation: gradient 2s linear infinite;
2104
-
2105
- @keyframes gradient {
2106
- 0% {
2107
- background-position: 0 0;
2108
- }
2109
- 100% {
2110
- background-position: -200% 0;
2111
- }
2112
- }
2113
- `, Wo = h.div`
2114
- display: flex;
2115
- flex-direction: column;
2116
- row-gap: 1rem;
2117
- `;
2118
- function Oo() {
2186
+ }, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), zo = /* @__PURE__ */ u("div", {
2187
+ target: "ebwb3nc1",
2188
+ label: "SkeletonContainer"
2189
+ })("display:flex;flex-direction:column;row-gap:1rem;");
2190
+ function $o() {
2119
2191
  const { themeSettings: e } = b();
2120
- return /* @__PURE__ */ n(Wo, { children: Array.from({ length: 3 }, (t, o) => /* @__PURE__ */ n(Po, { theme: e }, o)) });
2192
+ return /* @__PURE__ */ n(zo, {
2193
+ children: Array.from({
2194
+ length: 3
2195
+ }, (t, o) => /* @__PURE__ */ n(Ao, {
2196
+ theme: e
2197
+ }, o))
2198
+ });
2121
2199
  }
2122
- function qo({ questions: e, isLoading: t, onSelection: o }) {
2123
- const r = e.length > 0, { suggestionsWelcomeText: i } = P();
2124
- return t ? /* @__PURE__ */ n(Oo, {}) : r ? /* @__PURE__ */ p(N, { children: [
2125
- i && /* @__PURE__ */ n(z, { align: "left", children: i }),
2126
- /* @__PURE__ */ n(Do, { onSelection: o, questions: e })
2127
- ] }) : null;
2200
+ function Zo({ questions: e, isLoading: t, onSelection: o }) {
2201
+ const r = e.length > 0, { suggestionsWelcomeText: i } = D();
2202
+ return t ? /* @__PURE__ */ n($o, {}) : r ? /* @__PURE__ */ p(N, {
2203
+ children: [
2204
+ i && /* @__PURE__ */ n($, {
2205
+ align: "left",
2206
+ children: i
2207
+ }),
2208
+ /* @__PURE__ */ n(Wo, {
2209
+ onSelection: o,
2210
+ questions: e
2211
+ })
2212
+ ]
2213
+ }) : null;
2128
2214
  }
2129
- const Ao = h.div`
2130
- flex: 0 0 80px;
2131
- padding-left: 14px;
2132
- padding-right: 14px;
2133
- display: flex;
2134
- align-items: center;
2135
- position: relative;
2136
-
2137
- background-color: ${({ style: e }) => e.backgroundColor};
2138
- `, Zo = h.div`
2139
- font-size: 18px;
2140
- line-height: 22px;
2141
- font-weight: 600;
2142
- margin-left: 20px;
2143
-
2144
- color: ${({ style: e }) => e.textColor};
2145
- `, dt = jt(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
2146
- return /* @__PURE__ */ p(Ao, { ref: s, style: i, children: [
2147
- o,
2148
- /* @__PURE__ */ n(Zo, { style: i, children: t }),
2149
- r && /* @__PURE__ */ n("div", { className: "csdk-ml-auto", children: r })
2150
- ] });
2151
- }), zo = h.div`
2152
- text-align: center;
2153
- font-size: 11px;
2154
- line-height: 18px;
2155
- white-space: pre-wrap;
2156
-
2157
- display: flex;
2158
- flex-wrap: wrap;
2159
- align-items: center;
2160
- justify-content: center;
2161
- box-sizing: border-box;
2162
-
2163
- color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
2164
- `;
2165
- function Go({ theme: e }) {
2166
- const { t } = w();
2167
- return /* @__PURE__ */ p(zo, { theme: e, children: [
2168
- /* @__PURE__ */ n("div", { children: t("ai.disclaimer.poweredByAi") }),
2169
- /* @__PURE__ */ p("div", { children: [
2170
- " ",
2171
- t("ai.disclaimer.rateRequest")
2172
- ] })
2173
- ] });
2215
+ const jo = /* @__PURE__ */ u("div", {
2216
+ target: "ew7avl30",
2217
+ label: "ToolbarContainer"
2218
+ })("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), Go = /* @__PURE__ */ u("div", {
2219
+ target: "ew7avl31",
2220
+ label: "ToolbarTitle"
2221
+ })("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), pt = /* @__PURE__ */ t1(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
2222
+ return /* @__PURE__ */ p(jo, {
2223
+ ref: s,
2224
+ style: i,
2225
+ children: [
2226
+ o,
2227
+ /* @__PURE__ */ n(Go, {
2228
+ style: i,
2229
+ children: t
2230
+ }),
2231
+ r && /* @__PURE__ */ n("div", {
2232
+ className: "csdk-ml-auto",
2233
+ children: r
2234
+ })
2235
+ ]
2236
+ });
2237
+ }), Vo = /* @__PURE__ */ u("div", {
2238
+ target: "e14yc7id0",
2239
+ label: "AiDisclaimerContainer"
2240
+ })("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
2241
+ function Qo({ theme: e }) {
2242
+ const { t } = S();
2243
+ return /* @__PURE__ */ p(Vo, {
2244
+ theme: e,
2245
+ children: [
2246
+ /* @__PURE__ */ n("div", {
2247
+ children: t("ai.disclaimer.poweredByAi")
2248
+ }),
2249
+ /* @__PURE__ */ p("div", {
2250
+ children: [
2251
+ " ",
2252
+ t("ai.disclaimer.rateRequest")
2253
+ ]
2254
+ })
2255
+ ]
2256
+ });
2174
2257
  }
2175
- const Vo = h.div`
2176
- font-size: inherit;
2177
- line-height: inherit;
2178
- padding-left: 16px;
2179
- padding-right: 16px;
2180
- padding-top: 4px;
2181
- padding-bottom: 4px;
2182
- border-radius: 16px;
2183
-
2184
- color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
2185
- background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
2186
- `, ut = () => {
2187
- const { t: e } = w(), { themeSettings: t } = b();
2188
- return /* @__PURE__ */ n(Vo, { theme: t, children: e("ai.betaLabel") });
2258
+ const _o = /* @__PURE__ */ u("div", {
2259
+ target: "e103xz8p0",
2260
+ label: "Container"
2261
+ })("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";"), gt = () => {
2262
+ const { t: e } = S(), { themeSettings: t } = b();
2263
+ return /* @__PURE__ */ n(_o, {
2264
+ theme: t,
2265
+ children: e("ai.betaLabel")
2266
+ });
2189
2267
  };
2190
- function jo() {
2268
+ function Uo() {
2191
2269
  const { themeSettings: e } = b();
2192
- return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
2193
- "path",
2194
- {
2270
+ return /* @__PURE__ */ n("svg", {
2271
+ width: "24",
2272
+ height: "24",
2273
+ viewBox: "0 0 24 24",
2274
+ fill: "none",
2275
+ xmlns: "http://www.w3.org/2000/svg",
2276
+ children: /* @__PURE__ */ n("path", {
2195
2277
  fillRule: "evenodd",
2196
2278
  clipRule: "evenodd",
2197
2279
  d: "M15.1747 9.1203L12 11.8401L8.82529 9.1203C8.61558 8.94064 8.29994 8.965 8.12028 9.17471C7.94062 9.38442 7.96498 9.70006 8.17469 9.87972L11.6747 12.8782C11.8619 13.0385 12.1381 13.0385 12.3253 12.8782L15.8253 9.87972C16.035 9.70006 16.0594 9.38442 15.8797 9.17471C15.7 8.965 15.3844 8.94064 15.1747 9.1203ZM15.8797 12.1731C15.7 11.9634 15.3844 11.9391 15.1747 12.1187L12 14.8385L8.82529 12.1187C8.61558 11.9391 8.29994 11.9634 8.12028 12.1731C7.94062 12.3829 7.96498 12.6985 8.17469 12.8782L11.6747 15.8766C11.8619 16.037 12.1381 16.037 12.3253 15.8766L15.8253 12.8782C16.035 12.6985 16.0594 12.3829 15.8797 12.1731Z",
2198
2280
  fill: e.aiChat.primaryTextColor
2199
- }
2200
- ) });
2281
+ })
2282
+ });
2201
2283
  }
2202
- const Qo = (e, t) => {
2203
- const o = new Yt(e);
2284
+ const Ko = (e, t) => {
2285
+ const o = new Ut(e);
2204
2286
  return o.alpha = t, o;
2205
- }, Uo = h.div`
2206
- font-size: inherit;
2207
- line-height: inherit;
2208
- padding-left: 8px;
2209
- padding-right: 8px;
2210
- padding-top: 4px;
2211
- border-radius: 16px;
2212
- margin-bottom: 4px;
2213
- box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${Qo(e.aiChat.primaryTextColor, 0.2)}`};
2214
- cursor: pointer;
2215
- color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2216
- background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
2217
-
2218
- &:hover {
2219
- color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2220
- background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2221
- box-shadow: none;
2222
- `, _o = ({ onClick: e }) => {
2287
+ }, Jo = /* @__PURE__ */ u("div", {
2288
+ target: "e1rxvpki0",
2289
+ label: "Container"
2290
+ })("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${Ko(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), Yo = ({ onClick: e }) => {
2223
2291
  const { themeSettings: t } = b();
2224
- return /* @__PURE__ */ n(Uo, { theme: t, onClick: e, children: /* @__PURE__ */ n(jo, {}) });
2225
- }, Ko = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Ve, { anchorEl: o, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ n(_o, { onClick: t }) }), Yo = h.div`
2226
- display: flex;
2227
- flex-direction: column;
2228
- row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
2229
- overflow-y: scroll;
2230
- padding-left: ${({ theme: e }) => e.aiChat.body.paddingLeft};
2231
- padding-right: ${({ theme: e }) => e.aiChat.body.paddingRight};
2232
- padding-top: ${({ theme: e }) => e.aiChat.body.paddingTop};
2233
- padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2234
- flex: initial;
2235
- height: 100%;
2236
- `, Jo = h.div`
2237
- padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2238
- padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2239
- padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
2240
- padding-bottom: ${({ theme: e }) => e.aiChat.footer.paddingBottom};
2241
- display: flex;
2242
- flex-direction: column;
2243
- row-gap: 6px;
2244
- `, Xo = h.div`
2245
- display: flex;
2246
- flex-direction: column;
2247
- row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2248
- `;
2249
- function en({ contextTitle: e, onGoBack: t, contextDetails: o }) {
2250
- const { t: r } = w(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = b(), {
2251
- data: d,
2252
- isLoading: g,
2253
- isError: u
2254
- } = Je({
2292
+ return /* @__PURE__ */ n(Jo, {
2293
+ theme: t,
2294
+ onClick: e,
2295
+ children: /* @__PURE__ */ n(Uo, {})
2296
+ });
2297
+ }, Xo = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(_e, {
2298
+ anchorEl: o,
2299
+ open: e,
2300
+ placement: "top",
2301
+ sx: {
2302
+ zIndex: 2
2303
+ },
2304
+ children: /* @__PURE__ */ n(Yo, {
2305
+ onClick: t
2306
+ })
2307
+ }), en = /* @__PURE__ */ u("div", {
2308
+ target: "erpj3e0",
2309
+ label: "ChatBody"
2310
+ })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), tn = /* @__PURE__ */ u("div", {
2311
+ target: "erpj3e1",
2312
+ label: "ChatFooter"
2313
+ })("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), on = /* @__PURE__ */ u("div", {
2314
+ target: "erpj3e2",
2315
+ label: "FollowupQuestionsContainer"
2316
+ })("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
2317
+ function nn({ contextTitle: e, onGoBack: t, contextDetails: o }) {
2318
+ const { t: r } = S(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = D(), { themeSettings: l } = b(), { data: d, isLoading: g, isError: h } = tt({
2255
2319
  contextTitle: e,
2256
2320
  count: c
2257
- }), C = H(
2258
- () => d == null ? void 0 : d.map((R) => R.nlqPrompt),
2259
- [d]
2260
- ), {
2261
- history: m,
2262
- lastNlqResponse: x,
2263
- isAwaitingResponse: k,
2264
- sendMessage: y,
2265
- isLoading: F,
2266
- chatId: G,
2267
- lastError: v
2268
- } = b1(e, o), { mutate: U, isLoading: D } = tt(G), [_, V] = L(!1), [J, be] = L(!1), xe = () => V(!0), W = () => V(!1), X = () => {
2269
- U(), W();
2270
- }, I = Y(null), ae = Y(null), ye = () => {
2271
- if (!(I != null && I.current))
2321
+ }), C = H(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
2322
+ d
2323
+ ]), { history: m, lastNlqResponse: y, isAwaitingResponse: v, sendMessage: w, isLoading: P, chatId: Z, lastError: x } = v1(e, o), { mutate: V, isLoading: F } = rt(Z), [Q, j] = L(!1), [J, me] = L(!1), xe = () => j(!0), q = () => j(!1), Y = () => {
2324
+ V(), q();
2325
+ }, E = U(null), se = U(null), ye = () => {
2326
+ if (!(E != null && E.current))
2272
2327
  return;
2273
- const { scrollTop: R, clientHeight: q, scrollHeight: De } = I.current;
2274
- if (R === void 0 || q === void 0 || De === void 0)
2328
+ const { scrollTop: R, clientHeight: W, scrollHeight: Pe } = E.current;
2329
+ if (R === void 0 || W === void 0 || Pe === void 0)
2275
2330
  return;
2276
- const Pe = De - R - q > q / 2;
2277
- J !== Pe && be(Pe);
2331
+ const qe = Pe - R - W > W / 2;
2332
+ J !== qe && me(qe);
2278
2333
  };
2279
2334
  ue(() => {
2280
- I.current && (I.current.scrollTop = I.current.scrollHeight);
2281
- }, [m, _, k]);
2282
- const ee = Y(null), le = s ? /* @__PURE__ */ n(
2283
- dt,
2284
- {
2285
- ref: ee,
2286
- title: e,
2287
- leftNav: t && /* @__PURE__ */ n(Ho, { onClick: t, color: l.aiChat.header.textColor }),
2288
- rightNav: /* @__PURE__ */ n(ut, {}),
2289
- style: l.aiChat.header
2290
- }
2291
- ) : null, O = H(
2292
- () => [
2293
- ...new Set(
2294
- m.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse()
2295
- )
2296
- ].slice(0, a),
2297
- [m, a, C]
2298
- );
2299
- return (v == null ? void 0 : v.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(N, { children: [
2300
- s && le,
2301
- /* @__PURE__ */ n(it, { text: v.message })
2302
- ] }) : /* @__PURE__ */ p(N, { children: [
2303
- le,
2304
- /* @__PURE__ */ p(Yo, { ref: I, theme: l, onScroll: ye, children: [
2305
- /* @__PURE__ */ n(
2306
- Ko,
2307
- {
2308
- isVisible: J,
2309
- anchorElement: ae.current,
2310
- onClick: () => {
2311
- var R, q;
2312
- (q = I.current) == null || q.scroll({
2313
- top: (R = I.current) == null ? void 0 : R.scrollHeight,
2314
- behavior: "smooth"
2315
- });
2316
- }
2317
- }
2318
- ),
2319
- /* @__PURE__ */ n(Z1, {}),
2320
- /* @__PURE__ */ n(
2321
- qo,
2322
- {
2323
- questions: C || [],
2324
- isLoading: g,
2325
- onSelection: y
2326
- }
2327
- ),
2328
- v && /* @__PURE__ */ n(z, { align: "left", children: v.message }),
2329
- F ? /* @__PURE__ */ n(fe, {}) : /* @__PURE__ */ n(No, { messages: m }),
2330
- i && x && /* @__PURE__ */ n(Xo, { theme: l, children: x.followupQuestions.slice(0, 2).map((R, q) => /* @__PURE__ */ n(
2331
- he,
2332
- {
2333
- align: "left",
2334
- onClick: () => {
2335
- y(R);
2336
- },
2337
- children: /* @__PURE__ */ n("div", { className: "csdk-py-[7px] csdk-px-4", children: R })
2338
- },
2339
- q
2340
- )) }),
2341
- (k || D) && /* @__PURE__ */ n(Fe, {}),
2342
- _ && /* @__PURE__ */ n(
2343
- U1,
2344
- {
2345
- onCancel: W,
2346
- onConfirm: X
2347
- }
2348
- )
2349
- ] }),
2350
- /* @__PURE__ */ p(Jo, { ref: ae, theme: l, children: [
2351
- /* @__PURE__ */ n(
2352
- q1,
2353
- {
2354
- onSendMessage: y,
2355
- disabled: k || F,
2356
- onClearHistoryClick: xe,
2357
- suggestions: C || [],
2358
- recentPrompts: O,
2359
- isLoading: g || F,
2360
- recommendationsError: u,
2361
- onChange: W
2362
- }
2363
- ),
2364
- /* @__PURE__ */ n(Go, { theme: l })
2365
- ] })
2366
- ] });
2335
+ E.current && (E.current.scrollTop = E.current.scrollHeight);
2336
+ }, [
2337
+ m,
2338
+ Q,
2339
+ v
2340
+ ]);
2341
+ const X = U(null), le = s ? /* @__PURE__ */ n(pt, {
2342
+ ref: X,
2343
+ title: e,
2344
+ leftNav: t && /* @__PURE__ */ n(Po, {
2345
+ onClick: t,
2346
+ color: l.aiChat.header.textColor
2347
+ }),
2348
+ rightNav: /* @__PURE__ */ n(gt, {}),
2349
+ style: l.aiChat.header
2350
+ }) : null, O = H(() => [
2351
+ ...new Set(m.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse())
2352
+ ].slice(0, a), [
2353
+ m,
2354
+ a,
2355
+ C
2356
+ ]);
2357
+ return (x == null ? void 0 : x.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(N, {
2358
+ children: [
2359
+ s && le,
2360
+ /* @__PURE__ */ n(lt, {
2361
+ text: x.message
2362
+ })
2363
+ ]
2364
+ }) : /* @__PURE__ */ p(N, {
2365
+ children: [
2366
+ le,
2367
+ /* @__PURE__ */ p(en, {
2368
+ ref: E,
2369
+ theme: l,
2370
+ onScroll: ye,
2371
+ children: [
2372
+ /* @__PURE__ */ n(Xo, {
2373
+ isVisible: J,
2374
+ anchorElement: se.current,
2375
+ onClick: () => {
2376
+ var R, W;
2377
+ (W = E.current) == null || W.scroll({
2378
+ top: (R = E.current) == null ? void 0 : R.scrollHeight,
2379
+ behavior: "smooth"
2380
+ });
2381
+ }
2382
+ }),
2383
+ /* @__PURE__ */ n(G1, {}),
2384
+ /* @__PURE__ */ n(Zo, {
2385
+ questions: C || [],
2386
+ isLoading: g,
2387
+ onSelection: w
2388
+ }),
2389
+ x && /* @__PURE__ */ n($, {
2390
+ align: "left",
2391
+ children: x.message
2392
+ }),
2393
+ P ? /* @__PURE__ */ n(fe, {}) : /* @__PURE__ */ n(Do, {
2394
+ messages: m
2395
+ }),
2396
+ i && y && /* @__PURE__ */ n(on, {
2397
+ theme: l,
2398
+ children: y.followupQuestions.slice(0, 2).map((R, W) => /* @__PURE__ */ n(he, {
2399
+ align: "left",
2400
+ onClick: () => {
2401
+ w(R);
2402
+ },
2403
+ children: /* @__PURE__ */ n("div", {
2404
+ className: "csdk-py-[7px] csdk-px-4",
2405
+ children: R
2406
+ })
2407
+ }, W))
2408
+ }),
2409
+ (v || F) && /* @__PURE__ */ n(Fe, {}),
2410
+ Q && /* @__PURE__ */ n(J1, {
2411
+ onCancel: q,
2412
+ onConfirm: Y
2413
+ })
2414
+ ]
2415
+ }),
2416
+ /* @__PURE__ */ p(tn, {
2417
+ ref: se,
2418
+ theme: l,
2419
+ children: [
2420
+ /* @__PURE__ */ n(Z1, {
2421
+ onSendMessage: w,
2422
+ disabled: v || P,
2423
+ onClearHistoryClick: xe,
2424
+ suggestions: C || [],
2425
+ recentPrompts: O,
2426
+ isLoading: g || P,
2427
+ recommendationsError: h,
2428
+ onChange: q
2429
+ }),
2430
+ /* @__PURE__ */ n(Qo, {
2431
+ theme: l
2432
+ })
2433
+ ]
2434
+ })
2435
+ ]
2436
+ });
2367
2437
  }
2368
- const tn = h.button`
2369
- font-family: ${({ theme: e }) => e.typography.fontFamily};
2370
- padding: 20px;
2371
- border: none;
2372
- display: flex;
2373
- align-items: center;
2374
- justify-content: space-between;
2375
- text-align: left;
2376
- border-radius: 15px;
2377
- box-shadow: 0px 1px 2px rgba(9, 9, 10, 0.1), 0px 2px 4px rgba(9, 9, 10, 0.1);
2378
- cursor: pointer;
2379
-
2380
- background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2381
- `, on = h.div`
2382
- font-size: 1.05rem;
2383
- line-height: 28px;
2384
-
2385
- color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2386
- `, nn = h.div`
2387
- font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2388
- line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2389
-
2390
- color: ${({ theme: e }) => Ue(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2391
- `, rn = h.div`
2392
- width: 16px;
2393
- height: 16px;
2394
- transform: rotate(180deg);
2395
- `;
2396
- function sn(e) {
2438
+ const rn = /* @__PURE__ */ u("button", {
2439
+ target: "e5a38pw0",
2440
+ label: "Container"
2441
+ })("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), an = /* @__PURE__ */ u("div", {
2442
+ target: "e5a38pw1",
2443
+ label: "Title"
2444
+ })("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), sn = /* @__PURE__ */ u("div", {
2445
+ target: "e5a38pw2",
2446
+ label: "Description"
2447
+ })("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => Je(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), ln = /* @__PURE__ */ u("div", {
2448
+ target: "e5a38pw3",
2449
+ label: "IconContainer"
2450
+ })("width:16px;height:16px;transform:rotate(180deg);");
2451
+ function cn(e) {
2397
2452
  const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
2398
- return /* @__PURE__ */ p(tn, { onClick: r, theme: i, children: [
2399
- /* @__PURE__ */ p("div", { children: [
2400
- /* @__PURE__ */ n(on, { theme: i, children: t }),
2401
- /* @__PURE__ */ n(nn, { theme: i, children: o })
2402
- ] }),
2403
- /* @__PURE__ */ n(rn, { children: /* @__PURE__ */ n(ct, { color: i.aiChat.icons.color }) })
2404
- ] });
2453
+ return /* @__PURE__ */ p(rn, {
2454
+ onClick: r,
2455
+ theme: i,
2456
+ children: [
2457
+ /* @__PURE__ */ p("div", {
2458
+ children: [
2459
+ /* @__PURE__ */ n(an, {
2460
+ theme: i,
2461
+ children: t
2462
+ }),
2463
+ /* @__PURE__ */ n(sn, {
2464
+ theme: i,
2465
+ children: o
2466
+ })
2467
+ ]
2468
+ }),
2469
+ /* @__PURE__ */ n(ln, {
2470
+ children: /* @__PURE__ */ n(ht, {
2471
+ color: i.aiChat.icons.color
2472
+ })
2473
+ })
2474
+ ]
2475
+ });
2405
2476
  }
2406
- const an = h.div`
2407
- padding: 20px;
2408
- display: flex;
2409
- flex-direction: column;
2410
- gap: 20px;
2411
- overflow: auto;
2412
- `, ln = h.div`
2413
- font-size: 24px;
2414
- line-height: 32px;
2415
- font-weight: 600;
2416
- text-align: center;
2417
- padding-bottom: 4px;
2418
-
2419
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2420
- `, cn = h.div`
2421
- font-size: 15px;
2422
- line-height: 22px;
2423
-
2424
- color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2425
- `;
2426
- function dn(e) {
2427
- const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = w();
2428
- return /* @__PURE__ */ p(an, { children: [
2429
- /* @__PURE__ */ n(ln, { theme: o, children: r("ai.dataTopics") }),
2430
- /* @__PURE__ */ p(cn, { theme: o, children: [
2431
- r("ai.chatbotDescription"),
2432
- /* @__PURE__ */ n("br", {}),
2433
- /* @__PURE__ */ n("br", {}),
2434
- r("ai.topicSelectPrompt")
2435
- ] }),
2436
- t.map((i) => /* @__PURE__ */ Qt(sn, $(S({}, i), { key: i.title })))
2437
- ] });
2477
+ const dn = /* @__PURE__ */ u("div", {
2478
+ target: "emrh5y30",
2479
+ label: "FlexContainer"
2480
+ })("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), un = /* @__PURE__ */ u("div", {
2481
+ target: "emrh5y31",
2482
+ label: "Title"
2483
+ })("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), hn = /* @__PURE__ */ u("div", {
2484
+ target: "emrh5y32",
2485
+ label: "Subtitle"
2486
+ })("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
2487
+ function pn(e) {
2488
+ const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = S();
2489
+ return /* @__PURE__ */ p(dn, {
2490
+ children: [
2491
+ /* @__PURE__ */ n(un, {
2492
+ theme: o,
2493
+ children: r("ai.dataTopics")
2494
+ }),
2495
+ /* @__PURE__ */ p(hn, {
2496
+ theme: o,
2497
+ children: [
2498
+ r("ai.chatbotDescription"),
2499
+ /* @__PURE__ */ n("br", {}),
2500
+ /* @__PURE__ */ n("br", {}),
2501
+ r("ai.topicSelectPrompt")
2502
+ ]
2503
+ }),
2504
+ t.map((i) => /* @__PURE__ */ Kt(cn, T(k({}, i), {
2505
+ key: i.title
2506
+ })))
2507
+ ]
2508
+ });
2438
2509
  }
2439
- const un = "#000000", hn = "#FFFFFF";
2440
- function pn({ isDarkBackground: e = !1 }) {
2441
- const t = e ? hn : un;
2442
- return /* @__PURE__ */ p(
2443
- "svg",
2444
- {
2445
- width: "32",
2446
- height: "32",
2447
- viewBox: "0 0 500 504",
2448
- fill: "none",
2449
- xmlns: "http://www.w3.org/2000/svg",
2450
- children: [
2451
- /* @__PURE__ */ n(
2452
- "path",
2453
- {
2454
- 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",
2455
- fill: t
2456
- }
2457
- ),
2458
- /* @__PURE__ */ n(
2459
- "path",
2460
- {
2461
- 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",
2462
- fill: t
2463
- }
2464
- ),
2465
- /* @__PURE__ */ n(
2466
- "path",
2467
- {
2468
- 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",
2469
- fill: t
2470
- }
2471
- ),
2472
- /* @__PURE__ */ n(
2473
- "path",
2474
- {
2475
- 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",
2476
- fill: t
2477
- }
2478
- ),
2479
- /* @__PURE__ */ n(
2480
- "path",
2481
- {
2482
- 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",
2483
- fill: t
2484
- }
2485
- ),
2486
- /* @__PURE__ */ n(
2487
- "path",
2488
- {
2489
- 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",
2490
- fill: t
2491
- }
2492
- ),
2493
- /* @__PURE__ */ n(
2494
- "path",
2495
- {
2496
- 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",
2497
- fill: t
2498
- }
2499
- ),
2500
- /* @__PURE__ */ n(
2501
- "path",
2502
- {
2503
- 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",
2504
- fill: t
2505
- }
2506
- ),
2507
- /* @__PURE__ */ n(
2508
- "path",
2509
- {
2510
- 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",
2511
- fill: t
2512
- }
2513
- ),
2514
- /* @__PURE__ */ n(
2515
- "path",
2516
- {
2517
- 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",
2518
- fill: t
2519
- }
2520
- ),
2521
- /* @__PURE__ */ n(
2522
- "path",
2523
- {
2524
- 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",
2525
- fill: t
2526
- }
2527
- ),
2528
- /* @__PURE__ */ n(
2529
- "path",
2530
- {
2531
- 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",
2532
- fill: t
2533
- }
2534
- ),
2535
- /* @__PURE__ */ n(
2536
- "path",
2537
- {
2538
- 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",
2539
- fill: t
2540
- }
2541
- ),
2542
- /* @__PURE__ */ n(
2543
- "path",
2544
- {
2545
- 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",
2546
- fill: t
2547
- }
2548
- ),
2549
- /* @__PURE__ */ n(
2550
- "path",
2551
- {
2552
- 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",
2553
- fill: t
2554
- }
2555
- ),
2556
- /* @__PURE__ */ n(
2557
- "path",
2558
- {
2559
- 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",
2560
- fill: t
2561
- }
2562
- )
2563
- ]
2564
- }
2565
- );
2510
+ const gn = "#000000", Cn = "#FFFFFF";
2511
+ function fn({ isDarkBackground: e = !1 }) {
2512
+ const t = e ? Cn : gn;
2513
+ return /* @__PURE__ */ p("svg", {
2514
+ width: "32",
2515
+ height: "32",
2516
+ viewBox: "0 0 500 504",
2517
+ fill: "none",
2518
+ xmlns: "http://www.w3.org/2000/svg",
2519
+ children: [
2520
+ /* @__PURE__ */ n("path", {
2521
+ 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",
2522
+ fill: t
2523
+ }),
2524
+ /* @__PURE__ */ n("path", {
2525
+ 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",
2526
+ fill: t
2527
+ }),
2528
+ /* @__PURE__ */ n("path", {
2529
+ 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",
2530
+ fill: t
2531
+ }),
2532
+ /* @__PURE__ */ n("path", {
2533
+ 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",
2534
+ fill: t
2535
+ }),
2536
+ /* @__PURE__ */ n("path", {
2537
+ 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",
2538
+ fill: t
2539
+ }),
2540
+ /* @__PURE__ */ n("path", {
2541
+ 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",
2542
+ fill: t
2543
+ }),
2544
+ /* @__PURE__ */ n("path", {
2545
+ 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",
2546
+ fill: t
2547
+ }),
2548
+ /* @__PURE__ */ n("path", {
2549
+ 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",
2550
+ fill: t
2551
+ }),
2552
+ /* @__PURE__ */ n("path", {
2553
+ 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",
2554
+ fill: t
2555
+ }),
2556
+ /* @__PURE__ */ n("path", {
2557
+ 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",
2558
+ fill: t
2559
+ }),
2560
+ /* @__PURE__ */ n("path", {
2561
+ 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",
2562
+ fill: t
2563
+ }),
2564
+ /* @__PURE__ */ n("path", {
2565
+ 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",
2566
+ fill: t
2567
+ }),
2568
+ /* @__PURE__ */ n("path", {
2569
+ 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",
2570
+ fill: t
2571
+ }),
2572
+ /* @__PURE__ */ n("path", {
2573
+ 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",
2574
+ fill: t
2575
+ }),
2576
+ /* @__PURE__ */ n("path", {
2577
+ 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",
2578
+ fill: t
2579
+ }),
2580
+ /* @__PURE__ */ n("path", {
2581
+ 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",
2582
+ fill: t
2583
+ })
2584
+ ]
2585
+ });
2566
2586
  }
2567
- const gn = h.div`
2568
- margin-left: 14px;
2569
- margin-top: 3px;
2570
- `, Cn = h.div`
2571
- display: flex;
2572
- flex-direction: column;
2573
- justify-content: top;
2574
- overflow: hidden;
2575
- height: 100%;
2576
-
2577
- background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
2578
- `;
2579
- function fn({ dataTopicsList: e, onDataTopicClick: t }) {
2580
- const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = w(), s = H(() => e == null ? void 0 : e.map((c) => ({
2587
+ const bn = /* @__PURE__ */ u("div", {
2588
+ target: "ecj9gfs0",
2589
+ label: "LogoContainer"
2590
+ })("margin-left:14px;margin-top:3px;"), mn = /* @__PURE__ */ u("div", {
2591
+ target: "ecj9gfs1",
2592
+ label: "DataTopicsContainer"
2593
+ })("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
2594
+ function xn({ dataTopicsList: e, onDataTopicClick: t }) {
2595
+ const { enableHeader: o } = D(), { themeSettings: r } = b(), { t: i } = S(), s = H(() => e == null ? void 0 : e.map((c) => ({
2581
2596
  title: c,
2582
2597
  onClick: () => t(c)
2583
- })), [e, t]), a = Jt(Xt(r.aiChat.header.backgroundColor)) > 0.5;
2584
- return /* @__PURE__ */ p(N, { children: [
2585
- o ? /* @__PURE__ */ n(
2586
- dt,
2587
- {
2598
+ })), [
2599
+ e,
2600
+ t
2601
+ ]), a = Jt(Yt(r.aiChat.header.backgroundColor)) > 0.5;
2602
+ return /* @__PURE__ */ p(N, {
2603
+ children: [
2604
+ o ? /* @__PURE__ */ n(pt, {
2588
2605
  title: i("ai.analyticsChatbot"),
2589
- leftNav: /* @__PURE__ */ n(gn, { children: /* @__PURE__ */ n(pn, { isDarkBackground: a }) }),
2590
- rightNav: /* @__PURE__ */ n(ut, {}),
2606
+ leftNav: /* @__PURE__ */ n(bn, {
2607
+ children: /* @__PURE__ */ n(fn, {
2608
+ isDarkBackground: a
2609
+ })
2610
+ }),
2611
+ rightNav: /* @__PURE__ */ n(gt, {}),
2591
2612
  style: r.aiChat.header
2592
- }
2593
- ) : null,
2594
- /* @__PURE__ */ p(Cn, { theme: r, children: [
2595
- !s && /* @__PURE__ */ n(fe, {}),
2596
- s && /* @__PURE__ */ n(dn, { dataTopics: s })
2597
- ] })
2598
- ] });
2613
+ }) : null,
2614
+ /* @__PURE__ */ p(mn, {
2615
+ theme: r,
2616
+ children: [
2617
+ !s && /* @__PURE__ */ n(fe, {}),
2618
+ s && /* @__PURE__ */ n(pn, {
2619
+ dataTopics: s
2620
+ })
2621
+ ]
2622
+ })
2623
+ ]
2624
+ });
2599
2625
  }
2600
- function mn() {
2601
- const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = h1(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = w(), d = l("ai.errors.noAvailableDataTopics"), g = M(
2602
- (x) => {
2603
- x.length ? x.length === 1 && (r(void 0), t(x[0])) : r(d);
2604
- },
2605
- [d]
2606
- ), u = H(() => {
2626
+ function yn() {
2627
+ const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = C1(), { dataTopicsList: a, contextDetails: c } = D(), { t: l } = S(), d = l("ai.errors.noAvailableDataTopics"), g = M((y) => {
2628
+ y.length ? y.length === 1 && (r(void 0), t(y[0])) : r(d);
2629
+ }, [
2630
+ d
2631
+ ]), h = H(() => {
2607
2632
  if (i && s === "idle") {
2608
- const k = (a != null && a.length ? i == null ? void 0 : i.filter((y) => a == null ? void 0 : a.includes(y.title)) : i).map((y) => y.title);
2609
- return g(k), k;
2633
+ const v = (a != null && a.length ? i == null ? void 0 : i.filter((w) => a == null ? void 0 : a.includes(w.title)) : i).map((w) => w.title);
2634
+ return g(v), v;
2610
2635
  }
2611
2636
  return [];
2612
- }, [i, s, a, g]), C = oe(), m = M(() => {
2613
- r(void 0), C.invalidateQueries(["getDataTopics"]);
2614
- }, [C]);
2615
- return o ? /* @__PURE__ */ n(
2616
- it,
2617
- {
2618
- text: o,
2619
- action: { text: l("ai.buttons.refresh"), onClick: m }
2620
- }
2621
- ) : u.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(
2622
- en,
2623
- {
2624
- contextTitle: e,
2625
- contextDetails: c,
2626
- onGoBack: u.length === 1 ? void 0 : () => t(void 0)
2627
- }
2628
- ) : /* @__PURE__ */ n(
2629
- fn,
2630
- {
2631
- dataTopicsList: u,
2632
- onDataTopicClick: (x) => t(x)
2637
+ }, [
2638
+ i,
2639
+ s,
2640
+ a,
2641
+ g
2642
+ ]), C = oe(), m = M(() => {
2643
+ r(void 0), C.invalidateQueries([
2644
+ "getDataTopics"
2645
+ ]);
2646
+ }, [
2647
+ C
2648
+ ]);
2649
+ return o ? /* @__PURE__ */ n(lt, {
2650
+ text: o,
2651
+ action: {
2652
+ text: l("ai.buttons.refresh"),
2653
+ onClick: m
2633
2654
  }
2634
- );
2655
+ }) : h.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(nn, {
2656
+ contextTitle: e,
2657
+ contextDetails: c,
2658
+ onGoBack: h.length === 1 ? void 0 : () => t(void 0)
2659
+ }) : /* @__PURE__ */ n(xn, {
2660
+ dataTopicsList: h,
2661
+ onDataTopicClick: (y) => t(y)
2662
+ });
2635
2663
  }
2636
- const Dn = Re({
2664
+ const Wn = Le({
2637
2665
  componentName: "Chatbot"
2638
2666
  })((e) => {
2639
2667
  const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
2640
- return /* @__PURE__ */ n(d1, { value: r != null ? r : {}, children: /* @__PURE__ */ n(
2641
- k1,
2642
- {
2668
+ return /* @__PURE__ */ n(p1, {
2669
+ value: r != null ? r : {},
2670
+ children: /* @__PURE__ */ n(T1, {
2643
2671
  id: "csdk-chatbot-frame",
2644
2672
  width: t,
2645
2673
  height: o,
2646
2674
  theme: i,
2647
2675
  tabIndex: 0,
2648
- children: /* @__PURE__ */ n(mn, {})
2649
- }
2650
- ) });
2651
- }), Pn = Re({
2676
+ children: /* @__PURE__ */ n(yn, {})
2677
+ })
2678
+ });
2679
+ }), An = Le({
2652
2680
  componentName: "GetNlgInsights"
2653
2681
  })(function(t) {
2654
- const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
2682
+ const { data: o, isLoading: r, isError: i } = re(t), { t: s } = S();
2655
2683
  if (i)
2656
- return /* @__PURE__ */ n(N, { children: s("ai.errors.unexpected") });
2684
+ return /* @__PURE__ */ n(N, {
2685
+ children: s("ai.errors.unexpected")
2686
+ });
2657
2687
  const a = o != null ? o : "Oops, no data came back for that.";
2658
- return /* @__PURE__ */ n(me, { text: r ? "Loading..." : a });
2659
- }), Wn = Re({
2688
+ return /* @__PURE__ */ n(be, {
2689
+ text: r ? "Loading..." : a
2690
+ });
2691
+ }), zn = Le({
2660
2692
  componentName: "GetNlgQueryResult"
2661
2693
  })(function(t) {
2662
- const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
2694
+ const { data: o, isLoading: r, isError: i } = re(t), { t: s } = S();
2663
2695
  if (i)
2664
- return /* @__PURE__ */ n(N, { children: s("ai.errors.unexpected") });
2696
+ return /* @__PURE__ */ n(N, {
2697
+ children: s("ai.errors.unexpected")
2698
+ });
2665
2699
  const a = o != null ? o : "Oops, no data came back for that.";
2666
- return /* @__PURE__ */ n(me, { text: r ? "Loading..." : a });
2700
+ return /* @__PURE__ */ n(be, {
2701
+ text: r ? "Loading..." : a
2702
+ });
2667
2703
  });
2668
- function bn({ theme: e }) {
2704
+ function vn({ theme: e }) {
2669
2705
  const t = e.general.brandColor;
2670
- return /* @__PURE__ */ p(
2671
- "svg",
2672
- {
2673
- xmlns: "http://www.w3.org/2000/svg",
2674
- width: "24",
2675
- height: "24",
2676
- viewBox: "-2 -3 24 24",
2677
- fill: "none",
2678
- children: [
2679
- /* @__PURE__ */ n(
2680
- "path",
2681
- {
2682
- "fill-rule": "evenodd",
2683
- "clip-rule": "evenodd",
2684
- d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
2685
- fill: t
2686
- }
2687
- ),
2688
- /* @__PURE__ */ n(
2689
- "path",
2690
- {
2691
- "fill-rule": "evenodd",
2692
- "clip-rule": "evenodd",
2693
- d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
2694
- fill: t
2695
- }
2696
- ),
2697
- /* @__PURE__ */ n(
2698
- "path",
2699
- {
2700
- "fill-rule": "evenodd",
2701
- "clip-rule": "evenodd",
2702
- d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
2703
- fill: t
2704
- }
2705
- )
2706
- ]
2707
- }
2708
- );
2706
+ return /* @__PURE__ */ p("svg", {
2707
+ xmlns: "http://www.w3.org/2000/svg",
2708
+ width: "24",
2709
+ height: "24",
2710
+ viewBox: "-2 -3 24 24",
2711
+ fill: "none",
2712
+ children: [
2713
+ /* @__PURE__ */ n("path", {
2714
+ "fill-rule": "evenodd",
2715
+ "clip-rule": "evenodd",
2716
+ d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
2717
+ fill: t
2718
+ }),
2719
+ /* @__PURE__ */ n("path", {
2720
+ "fill-rule": "evenodd",
2721
+ "clip-rule": "evenodd",
2722
+ d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
2723
+ fill: t
2724
+ }),
2725
+ /* @__PURE__ */ n("path", {
2726
+ "fill-rule": "evenodd",
2727
+ "clip-rule": "evenodd",
2728
+ d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
2729
+ fill: t
2730
+ })
2731
+ ]
2732
+ });
2709
2733
  }
2710
- const xn = h.div`
2711
- display: flex;
2712
- flex-direction: row;
2713
- align-items: center;
2714
- gap: 10px;
2715
- margin: 24px 0;
2716
- max-width: 640px;
2717
- `, yn = h.div`
2718
- align-self: flex-start;
2719
- `, vn = ({ summary: e, nlgRequest: t }) => {
2734
+ const wn = /* @__PURE__ */ u("div", {
2735
+ target: "eit37yz0",
2736
+ label: "FlexDiv"
2737
+ })("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), kn = /* @__PURE__ */ u("div", {
2738
+ target: "eit37yz1",
2739
+ label: "IconDiv"
2740
+ })("align-self:flex-start;"), Sn = ({ summary: e, nlgRequest: t }) => {
2720
2741
  const { themeSettings: o } = b();
2721
- return /* @__PURE__ */ n(
2722
- Le,
2723
- {
2724
- sourceId: t.jaql.datasource.title,
2725
- data: t,
2726
- type: "chart/insights",
2727
- buttonVisibility: "always",
2728
- renderContent: (r) => /* @__PURE__ */ p(xn, { theme: o, children: [
2729
- /* @__PURE__ */ n(yn, { theme: o, children: /* @__PURE__ */ n(bn, { theme: o }) }),
2730
- /* @__PURE__ */ n(me, { text: e }),
2742
+ return /* @__PURE__ */ n(Te, {
2743
+ sourceId: t.jaql.datasource.title,
2744
+ data: t,
2745
+ type: "chart/insights",
2746
+ buttonVisibility: "always",
2747
+ renderContent: (r) => /* @__PURE__ */ p(wn, {
2748
+ theme: o,
2749
+ children: [
2750
+ /* @__PURE__ */ n(kn, {
2751
+ theme: o,
2752
+ children: /* @__PURE__ */ n(vn, {
2753
+ theme: o
2754
+ })
2755
+ }),
2756
+ /* @__PURE__ */ n(be, {
2757
+ text: e
2758
+ }),
2731
2759
  r
2732
- ] })
2733
- }
2734
- );
2735
- }, On = ({
2736
- nlqResponse: e,
2737
- onDataReady: t,
2738
- styleOptions: o,
2739
- filters: r = []
2740
- }) => {
2741
- e.queryTitle = Zt(e.queryTitle);
2742
- const { connectToWidgetProps: i } = zt({
2760
+ ]
2761
+ })
2762
+ });
2763
+ }, $n = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
2764
+ e.queryTitle = zt(e.queryTitle);
2765
+ const { connectToWidgetProps: i } = $t({
2743
2766
  initialFilters: r
2744
2767
  }), [s, a] = L(null);
2745
2768
  ne(() => {
2746
- const u = Ce(e, {
2769
+ const h = Ce(e, {
2747
2770
  useCustomizedStyleOptions: !0
2748
2771
  });
2749
- if (!u)
2772
+ if (!h)
2750
2773
  a(null);
2751
2774
  else {
2752
- o && u.styleOptions && (u.styleOptions = e1(u.styleOptions, o));
2753
- const C = i(u, {
2775
+ o && h.styleOptions && (h.styleOptions = Xt(h.styleOptions, o));
2776
+ const C = i(h, {
2754
2777
  shouldAffectFilters: !1,
2755
2778
  applyMode: "filter"
2756
2779
  });
2757
2780
  a(C);
2758
2781
  }
2759
- }, [e, i, o]);
2782
+ }, [
2783
+ e,
2784
+ i,
2785
+ o
2786
+ ]);
2760
2787
  const c = H(() => {
2761
- const u = s && Me(s) ? Gt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(
2762
- u.filter((m) => !m.config.disabled).map((m) => m.jaql())
2763
- );
2764
- return $(S({}, e), { jaql: $(S({}, e.jaql), { metadata: C }), verbosity: "Low" });
2765
- }, [e, s]), { data: l, isLoading: d, isError: g } = re(c);
2766
- return d || !s ? /* @__PURE__ */ n(Fe, {}) : Me(s) ? /* @__PURE__ */ n(
2767
- te,
2768
- $(S({}, s), {
2769
- highlightSelectionDisabled: !0,
2770
- onDataReady: t,
2771
- topSlot: l && !g && /* @__PURE__ */ n(vn, { nlgRequest: c, summary: l })
2788
+ const h = s && Se(s) ? Zt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(h.filter((m) => !m.config.disabled).map((m) => m.jaql()));
2789
+ return T(k({}, e), {
2790
+ jaql: T(k({}, e.jaql), {
2791
+ metadata: C
2792
+ }),
2793
+ verbosity: "Low"
2794
+ });
2795
+ }, [
2796
+ e,
2797
+ s
2798
+ ]), { data: l, isLoading: d, isError: g } = re(c);
2799
+ return d || !s ? /* @__PURE__ */ n(Fe, {}) : Se(s) ? /* @__PURE__ */ n(te, T(k({}, s), {
2800
+ highlightSelectionDisabled: !0,
2801
+ onDataReady: t,
2802
+ topSlot: l && !g && /* @__PURE__ */ n(Sn, {
2803
+ nlgRequest: c,
2804
+ summary: l
2772
2805
  })
2773
- ) : /* @__PURE__ */ n(N, {});
2774
- };
2806
+ })) : /* @__PURE__ */ n(N, {});
2807
+ }, Mn = new Ve({
2808
+ defaultOptions: {
2809
+ queries: {
2810
+ refetchOnWindowFocus: !1,
2811
+ refetchOnMount: !1
2812
+ }
2813
+ }
2814
+ });
2815
+ function Zn({ children: e, context: t }) {
2816
+ return /* @__PURE__ */ n(Xe, {
2817
+ children: /* @__PURE__ */ n(Ne.Provider, {
2818
+ value: t == null ? void 0 : t.api,
2819
+ children: /* @__PURE__ */ n(Qe, {
2820
+ client: Mn,
2821
+ children: e
2822
+ })
2823
+ })
2824
+ });
2825
+ }
2775
2826
  export {
2776
- Tn as AiContextProvider,
2777
- Dn as Chatbot,
2778
- Pn as GetNlgInsights,
2779
- Wn as GetNlgQueryResult,
2780
- On as NlqChartWidget,
2781
- b1 as useChatSession,
2782
- Bn as useGetDataSourceFields,
2783
- En as useGetNlgInsights,
2784
- In as useGetNlgQueryResult,
2785
- Nn as useGetNlqResult,
2786
- Hn as useGetQueryRecommendations,
2787
- Fn as useLastNlqResponse
2827
+ Bn as AiContextProvider,
2828
+ r1 as ChatRestApi,
2829
+ Wn as Chatbot,
2830
+ Zn as CustomAiContextProvider,
2831
+ h1 as DEFAULT_RECOMMENDATIONS_COUNT,
2832
+ An as GetNlgInsights,
2833
+ zn as GetNlgQueryResult,
2834
+ $n as NlqChartWidget,
2835
+ l1 as prepareGetNlgInsightsPayload,
2836
+ d1 as prepareGetNlqResultPayload,
2837
+ v1 as useChatSession,
2838
+ Fn as useGetNlgInsights,
2839
+ Dn as useGetNlgQueryResult,
2840
+ Pn as useGetNlqResult,
2841
+ qn as useGetQueryRecommendations,
2842
+ On as useLastNlqResponse,
2843
+ Vn as widgetComposer
2788
2844
  };
2789
- (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2845
+ (function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();