@sisense/sdk-ui 2.20.0 → 2.22.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 (212) hide show
  1. package/dist/ai.cjs +68 -68
  2. package/dist/ai.js +891 -845
  3. package/dist/analytics-composer/node.cjs +1 -1
  4. package/dist/analytics-composer/node.js +1002 -858
  5. package/dist/analytics-composer.cjs +23 -23
  6. package/dist/analytics-composer.js +8 -8
  7. package/dist/{dimensions-Blw0p98x.js → dimensions-BiLyFpCg.js} +1 -1
  8. package/dist/{dimensions-CgMckRe2.cjs → dimensions-X4_igtmO.cjs} +1 -1
  9. package/dist/{execute-query-VxgY3tbz.js → execute-query-BEeqqDl6.js} +1499 -1491
  10. package/dist/execute-query-DJDE0zRU.cjs +1 -0
  11. package/dist/{index-0brX9D6q.cjs → index-NyouhE_A.cjs} +1 -1
  12. package/dist/{index-Ck90GjPy.js → index-kxX21arA.js} +15 -1
  13. package/dist/index.cjs +451 -436
  14. package/dist/index.js +24710 -23005
  15. package/dist/index.umd.js +689 -624
  16. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/common-filters-connector.d.ts +1 -1
  17. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/selection-utils.d.ts +4 -3
  18. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/types.d.ts +10 -0
  19. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/use-common-filters.d.ts +1 -1
  20. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/utils.d.ts +2 -1
  21. package/dist/packages/sdk-ui/src/domains/dashboarding/components/content-panel.d.ts +1 -1
  22. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/components/editable-layout-row.d.ts +1 -1
  23. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/editable-layout.d.ts +1 -1
  24. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/helpers.d.ts +1 -1
  25. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/index.d.ts +1 -1
  26. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +8 -1
  27. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -2
  28. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/index.d.ts +4 -0
  29. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +13 -0
  30. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dashboard-model-reducer.d.ts → dashboard-model-reducer/types.d.ts} +19 -36
  31. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/use-dashboard-model-reducer.d.ts +9 -0
  32. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +28 -0
  33. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +4 -4
  34. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/duplicate-widget-utils.d.ts +34 -0
  35. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/index.d.ts +2 -0
  36. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +57 -0
  37. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-config-transformers.d.ts +1 -1
  38. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-filters.d.ts +1 -1
  39. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-handlers.d.ts +1 -1
  40. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-types.d.ts +1 -1
  41. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-widget-transforms.d.ts +1 -1
  42. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd-widget.d.ts +1 -1
  43. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd.d.ts +1 -1
  44. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-tabber.d.ts +2 -1
  45. package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +44 -3
  46. package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +15 -3
  47. package/dist/packages/sdk-ui/src/domains/dashboarding/utils.d.ts +1 -1
  48. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +13 -0
  49. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +11 -1
  50. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-lock-menu-item.d.ts +13 -0
  51. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-menu-items.d.ts +14 -0
  52. package/dist/packages/sdk-ui/src/domains/filters/components/common/reorderable-list.d.ts +32 -0
  53. package/dist/packages/sdk-ui/src/domains/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +13 -0
  54. package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +13 -0
  55. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +13 -0
  56. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +13 -0
  57. package/dist/packages/sdk-ui/src/domains/filters/components/{filter-tile.d.ts → filter-tile/filter-tile.d.ts} +13 -0
  58. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/index.d.ts +1 -0
  59. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/types.d.ts +36 -0
  60. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile-container.d.ts +12 -0
  61. package/dist/packages/sdk-ui/src/domains/filters/components/filters-panel/types.d.ts +27 -1
  62. package/dist/packages/sdk-ui/src/domains/filters/components/index.d.ts +1 -1
  63. package/dist/packages/sdk-ui/src/domains/filters/components/member-filter-tile/member-filter-tile.d.ts +13 -0
  64. package/dist/packages/sdk-ui/src/domains/filters/components/unsupported-filter-tile.d.ts +17 -1
  65. package/dist/packages/sdk-ui/src/domains/filters/shared/clone-filter-and-toggle-locked.d.ts +7 -0
  66. package/dist/packages/sdk-ui/src/domains/filters/shared/filter-tile-menu-button.d.ts +10 -0
  67. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-lock-menu-item.d.ts +15 -0
  68. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-menu-items.d.ts +14 -0
  69. package/dist/packages/sdk-ui/src/domains/formulas/index.d.ts +0 -1
  70. package/dist/packages/sdk-ui/src/domains/formulas/use-get-shared-formula.d.ts +20 -7
  71. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-boxplot-data-options.d.ts +2 -2
  72. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/chart-widget.d.ts +1 -1
  73. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/index.d.ts +1 -0
  74. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +100 -0
  75. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-with-chart-widget-drilldown.d.ts +1 -1
  76. package/dist/packages/sdk-ui/src/domains/widgets/components/{common-widget.d.ts → common-widget/common-widget.d.ts} +1 -1
  77. package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/index.d.ts +2 -0
  78. package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/types.d.ts +8 -0
  79. package/dist/packages/sdk-ui/src/domains/widgets/components/{custom-widget.d.ts → custom-widget/custom-widget.d.ts} +1 -1
  80. package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/index.d.ts +2 -0
  81. package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/types.d.ts +71 -0
  82. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/index.d.ts +1 -0
  83. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/pivot-table-widget.d.ts +1 -1
  84. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +141 -0
  85. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-with-pivot-table-widget-drilldown.d.ts +1 -1
  86. package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +1 -1
  87. package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/index.d.ts +2 -0
  88. package/dist/packages/sdk-ui/src/domains/widgets/components/{table-widget.d.ts → table-widget/table-widget.d.ts} +1 -1
  89. package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/types.d.ts +61 -0
  90. package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/index.d.ts +2 -0
  91. package/dist/packages/sdk-ui/src/domains/widgets/components/{text-widget.d.ts → text-widget/text-widget.d.ts} +1 -1
  92. package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/types.d.ts +29 -0
  93. package/dist/packages/sdk-ui/src/domains/widgets/components/widget/index.d.ts +2 -0
  94. package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +45 -0
  95. package/dist/packages/sdk-ui/src/domains/widgets/components/{widget.d.ts → widget/widget.d.ts} +1 -1
  96. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +425 -425
  97. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-filters.d.ts +34 -34
  98. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +1 -0
  99. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +63 -0
  100. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +11 -5
  101. package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +9 -0
  102. package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +7 -0
  103. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/index.d.ts +2 -0
  104. package/dist/packages/sdk-ui/src/domains/widgets/shared/{widget-container.d.ts → widget-container/widget-container.d.ts} +7 -3
  105. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +42 -0
  106. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-info-button.d.ts +13 -0
  107. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-toolbar.d.ts +23 -0
  108. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +14 -0
  109. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +5 -0
  110. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +8 -1
  111. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model.d.ts +1 -1
  112. package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +2 -1
  113. package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +2 -1
  114. package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +17 -0
  115. package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +4 -0
  116. package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +2 -1
  117. package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +18 -1
  118. package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/types.d.ts +41 -12
  119. package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-execute-custom-widget-query.d.ts +12 -3
  120. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +5 -0
  121. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +15 -0
  122. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-provider.d.ts +21 -0
  123. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/types.d.ts +50 -0
  124. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/validate-plugins.d.ts +9 -0
  125. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +14 -0
  126. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +14 -0
  127. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +14 -0
  128. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +14 -0
  129. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +14 -0
  130. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +14 -0
  131. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +14 -0
  132. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +14 -0
  133. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +14 -0
  134. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +14 -0
  135. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +14 -0
  136. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +14 -0
  137. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +14 -0
  138. package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +14 -0
  139. package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +28 -0
  140. package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +5 -3
  141. package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +25 -0
  142. package/dist/packages/sdk-ui/src/modules/ai/api/types.d.ts +1 -1
  143. package/dist/packages/sdk-ui/src/modules/ai/chart/nlq-chart-widget.d.ts +2 -2
  144. package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +4 -1
  145. package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -1
  146. package/dist/packages/sdk-ui/src/modules/analytics-composer/common/utils.d.ts +2 -1
  147. package/dist/packages/sdk-ui/src/modules/analytics-composer/dashboard/stringify-widgets.d.ts +1 -1
  148. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +3 -2
  149. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +6 -6
  150. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-filters-to-json.d.ts +3 -4
  151. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-from-json.d.ts +13 -28
  152. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +6 -7
  153. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +45 -0
  154. package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +3 -1
  155. package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-code.d.ts +1 -1
  156. package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-props.d.ts +1 -1
  157. package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/widget-composer.d.ts +1 -1
  158. package/dist/packages/sdk-ui/src/props.d.ts +19 -427
  159. package/dist/packages/sdk-ui/src/public-api/internal.d.ts +4 -0
  160. package/dist/packages/sdk-ui/src/public-api/public.d.ts +7 -7
  161. package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +6 -0
  162. package/dist/packages/sdk-ui/src/shared/components/alert/alert.d.ts +91 -0
  163. package/dist/packages/sdk-ui/src/shared/components/alert/index.d.ts +2 -0
  164. package/dist/packages/sdk-ui/src/shared/components/dynamic-size-container/default-size.d.ts +6 -6
  165. package/dist/packages/sdk-ui/src/shared/components/menu/menu-button.d.ts +2 -1
  166. package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +32 -0
  167. package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +11 -0
  168. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +54 -0
  169. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-warning-dismissed.d.ts +8 -0
  170. package/dist/packages/sdk-ui/src/shared/icons/warning-icon.d.ts +6 -0
  171. package/dist/packages/sdk-ui/src/shared/icons/x-circle-icon.d.ts +6 -0
  172. package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +17 -0
  173. package/dist/packages/sdk-ui/src/types.d.ts +113 -6
  174. package/dist/{use-common-filters-B2wOzse2.js → quota-notification-D6oMJal8.js} +11177 -10827
  175. package/dist/{use-common-filters-BCebg2_K.cjs → quota-notification-z3dv2KoH.cjs} +164 -114
  176. package/dist/translations/de-de.cjs +1 -1
  177. package/dist/translations/de-de.js +16 -2
  178. package/dist/translations/en-us.cjs +1 -1
  179. package/dist/translations/en-us.js +1 -1
  180. package/dist/translations/es-ar.cjs +1 -1
  181. package/dist/translations/es-ar.js +16 -2
  182. package/dist/translations/es-es.cjs +1 -1
  183. package/dist/translations/es-es.js +16 -2
  184. package/dist/translations/fr-fr.cjs +1 -1
  185. package/dist/translations/fr-fr.js +16 -2
  186. package/dist/translations/it-it.cjs +1 -1
  187. package/dist/translations/it-it.js +16 -2
  188. package/dist/translations/ja-jp.cjs +1 -1
  189. package/dist/translations/ja-jp.js +16 -2
  190. package/dist/translations/ko-kr.cjs +1 -1
  191. package/dist/translations/ko-kr.js +16 -2
  192. package/dist/translations/nl-nl.cjs +1 -1
  193. package/dist/translations/nl-nl.js +16 -2
  194. package/dist/translations/pt-br.cjs +1 -1
  195. package/dist/translations/pt-br.js +16 -2
  196. package/dist/translations/ru-ru.cjs +1 -1
  197. package/dist/translations/ru-ru.js +16 -2
  198. package/dist/translations/tr-tr.cjs +1 -1
  199. package/dist/translations/tr-tr.js +16 -2
  200. package/dist/translations/zh-cn.cjs +1 -1
  201. package/dist/translations/zh-cn.js +16 -2
  202. package/dist/{types-YU936hyL.cjs → types-CoY6F8Ma.cjs} +1 -1
  203. package/dist/{types-tDJE6TNR.js → types-ixSwJkxM.js} +1 -1
  204. package/dist/{utils-BRCTwjTN.js → utils-BP-BglHE.js} +5797 -5781
  205. package/dist/{utils-pvzOGByh.cjs → utils-C8YMrOdw.cjs} +36 -36
  206. package/dist/{widget-composer-T6nvM6Xc.js → widget-composer-CUUFoCb9.js} +3 -3
  207. package/dist/{widget-composer-ChJ9V_fN.cjs → widget-composer-DI4sHaNe.cjs} +3 -3
  208. package/package.json +13 -10
  209. package/dist/execute-query-CgkFRn7s.cjs +0 -1
  210. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header-info-button.d.ts +0 -9
  211. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header.d.ts +0 -13
  212. /package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dasboard-model-utils.d.ts → use-dashboard-model-utils.d.ts} +0 -0
package/dist/ai.js CHANGED
@@ -1,26 +1,26 @@
1
- var Sn = Object.defineProperty, Mn = Object.defineProperties;
2
- var Tn = Object.getOwnPropertyDescriptors;
3
- var Re = Object.getOwnPropertySymbols;
4
- var gt = Object.prototype.hasOwnProperty, ft = Object.prototype.propertyIsEnumerable;
5
- var Ae = (e, t, n) => t in e ? Sn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
1
+ var Tn = Object.defineProperty, $n = Object.defineProperties;
2
+ var Rn = Object.getOwnPropertyDescriptors;
3
+ var Ne = Object.getOwnPropertySymbols;
4
+ var mt = Object.prototype.hasOwnProperty, bt = Object.prototype.propertyIsEnumerable;
5
+ var We = (e, t, n) => t in e ? Tn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- gt.call(t, n) && Ae(e, n, t[n]);
8
- if (Re)
9
- for (var n of Re(t))
10
- ft.call(t, n) && Ae(e, n, t[n]);
7
+ mt.call(t, n) && We(e, n, t[n]);
8
+ if (Ne)
9
+ for (var n of Ne(t))
10
+ bt.call(t, n) && We(e, n, t[n]);
11
11
  return e;
12
- }, L = (e, t) => Mn(e, Tn(t));
13
- var qe = (e, t) => {
12
+ }, E = (e, t) => $n(e, Rn(t));
13
+ var Ze = (e, t) => {
14
14
  var n = {};
15
15
  for (var r in e)
16
- gt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
17
- if (e != null && Re)
18
- for (var r of Re(e))
19
- t.indexOf(r) < 0 && ft.call(e, r) && (n[r] = e[r]);
16
+ mt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
17
+ if (e != null && Ne)
18
+ for (var r of Ne(e))
19
+ t.indexOf(r) < 0 && bt.call(e, r) && (n[r] = e[r]);
20
20
  return n;
21
21
  };
22
- var z = (e, t, n) => Ae(e, typeof t != "symbol" ? t + "" : t, n);
23
- var J = (e, t, n) => new Promise((r, s) => {
22
+ var H = (e, t, n) => We(e, typeof t != "symbol" ? t + "" : t, n);
23
+ var V = (e, t, n) => new Promise((r, s) => {
24
24
  var c = (d) => {
25
25
  try {
26
26
  p(n.next(d));
@@ -36,15 +36,15 @@ var J = (e, t, n) => new Promise((r, s) => {
36
36
  }, p = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, a);
37
37
  p((n = n.apply(e, t)).next());
38
38
  });
39
- import { S as $n, s as Rn, n as Rt, g as Ln, u as ke, a as En, b as In, p as Nn, Q as Lt, c as Pn, d as Et, e as fe, w as Je, f as w, h as A, i as R, P as It, T as Bn, E as Fn, j as Hn, k as On, l as Dn, m as Be, B as An, M as qn, o as pe, q as Nt, r as zn, t as Wn, v as Zn, x as jn, y as Ce, z as ze, F as Ct, A as C, C as Gn, I as Pt, D as Vn, G as Un, H as Qn, J as xe, K as _n, L as Kn, N as Xn, O as Bt, R as Jn, U as Yn, V as er, W as tr, X as nr } from "./use-common-filters-B2wOzse2.js";
40
- import { j as o, u as F, c as S, F as Z, e as Ft, i as Ie, f as Ht, h as rr, k as or, t as ir } from "./utils-BRCTwjTN.js";
39
+ import { S as En, s as Ln, n as Nt, g as Nn, u as we, a as In, b as Pn, p as On, Q as It, c as Fn, d as Pt, e as fe, w as tt, f as w, h as q, i as R, P as Ot, T as Bn, E as An, j as Hn, k as Dn, l as qn, m as Ae, B as zn, M as Wn, o as pe, q as Ft, r as Zn, t as jn, v as Un, x as Gn, y as me, z as je, F as yt, A as C, C as Vn, I as Bt, D as Qn, G as _n, H as Kn, J as ve, K as Xn, L as Yn, N as Jn, O as er, R as tr, U as At, V as nr, W as rr, X as or, Y as ir, Z as sr } from "./quota-notification-D6oMJal8.js";
40
+ import { j as o, u as P, c as S, F as j, e as Ht, i as Oe, f as Dt, h as ar, k as lr, t as cr, m as dr } from "./utils-BP-BglHE.js";
41
41
  import * as Y from "react";
42
- import { createContext as Ye, useState as O, useCallback as B, useContext as et, useMemo as q, useEffect as we, useRef as he, useLayoutEffect as Ne, forwardRef as sr, memo as Ot } from "react";
43
- import { x as ar, y as lr, z as cr, T as Ue, t as dr, B as ur } from "./execute-query-VxgY3tbz.js";
44
- import { t as Fe } from "./widget-composer-T6nvM6Xc.js";
45
- import { w as ls } from "./widget-composer-T6nvM6Xc.js";
46
- import { jsx as me } from "react/jsx-runtime";
47
- class pr extends $n {
42
+ import { createContext as nt, useState as A, useCallback as I, useContext as rt, useMemo as z, useEffect as Se, useRef as he, useLayoutEffect as Fe, forwardRef as ur, memo as qt } from "react";
43
+ import { v as pr, x as hr, y as gr, T as Ke, z as fr } from "./execute-query-BEeqqDl6.js";
44
+ import { t as He } from "./widget-composer-CUUFoCb9.js";
45
+ import { w as Cs } from "./widget-composer-CUUFoCb9.js";
46
+ import { jsx as be } from "react/jsx-runtime";
47
+ class Cr extends En {
48
48
  constructor(t, n) {
49
49
  super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
50
50
  }
@@ -54,7 +54,7 @@ class pr extends $n {
54
54
  setOptions(t) {
55
55
  var n;
56
56
  const r = this.options;
57
- this.options = this.client.defaultMutationOptions(t), Rn(r, this.options) || this.client.getMutationCache().notify({
57
+ this.options = this.client.defaultMutationOptions(t), Ln(r, this.options) || this.client.getMutationCache().notify({
58
58
  type: "observerOptionsUpdated",
59
59
  mutation: this.currentMutation,
60
60
  observer: this
@@ -82,12 +82,12 @@ class pr extends $n {
82
82
  });
83
83
  }
84
84
  mutate(t, n) {
85
- return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L(M({}, this.options), {
85
+ return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, E(M({}, this.options), {
86
86
  variables: typeof t != "undefined" ? t : this.options.variables
87
87
  })), this.currentMutation.addObserver(this), this.currentMutation.execute();
88
88
  }
89
89
  updateResult() {
90
- const t = this.currentMutation ? this.currentMutation.state : Ln(), n = t.status === "loading", r = L(M({}, t), {
90
+ const t = this.currentMutation ? this.currentMutation.state : Nn(), n = t.status === "loading", r = E(M({}, t), {
91
91
  isLoading: n,
92
92
  isPending: n,
93
93
  isSuccess: t.status === "success",
@@ -99,7 +99,7 @@ class pr extends $n {
99
99
  this.currentResult = r;
100
100
  }
101
101
  notify(t) {
102
- Rt.batch(() => {
102
+ Nt.batch(() => {
103
103
  if (this.mutateOptions && this.hasListeners()) {
104
104
  if (t.onSuccess) {
105
105
  var n, r, s, c;
@@ -117,74 +117,110 @@ class pr extends $n {
117
117
  });
118
118
  }
119
119
  }
120
- function tt(e, t, n) {
121
- const r = Nn(e, t), s = ke({
120
+ function ot(e, t, n) {
121
+ const r = On(e, t), s = we({
122
122
  context: r.context
123
- }), [c] = Y.useState(() => new pr(s, r));
123
+ }), [c] = Y.useState(() => new Cr(s, r));
124
124
  Y.useEffect(() => {
125
125
  c.setOptions(r);
126
126
  }, [c, r]);
127
- const a = En(Y.useCallback((d) => c.subscribe(Rt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, h) => {
128
- c.mutate(d, h).catch(hr);
127
+ const a = In(Y.useCallback((d) => c.subscribe(Nt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, h) => {
128
+ c.mutate(d, h).catch(mr);
129
129
  }, [c]);
130
- if (a.error && In(c.options.useErrorBoundary, [a.error]))
130
+ if (a.error && Pn(c.options.useErrorBoundary, [a.error]))
131
131
  throw a.error;
132
- return L(M({}, a), {
132
+ return E(M({}, a), {
133
133
  mutate: p,
134
134
  mutateAsync: a.mutate
135
135
  });
136
136
  }
137
- function hr() {
137
+ function mr() {
138
138
  }
139
- const Dt = Ye({}), gr = () => et(Dt), At = ({ children: e }) => {
140
- const [t, n] = O({}), r = B(
139
+ const zt = nt({}), br = () => rt(zt), Wt = ({ children: e }) => {
140
+ const [t, n] = A({}), r = I(
141
141
  (a, p) => {
142
142
  var d;
143
143
  return `${a}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
144
144
  },
145
145
  []
146
- ), s = B(
146
+ ), s = I(
147
147
  (a, p, d) => {
148
- n((h) => L(M({}, h), {
148
+ n((h) => E(M({}, h), {
149
149
  [r(p, d)]: a
150
150
  }));
151
151
  },
152
152
  [r]
153
- ), c = B(
153
+ ), c = I(
154
154
  (a, p) => t[r(a, p)],
155
155
  [t, r]
156
156
  );
157
- return /* @__PURE__ */ o(Dt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
158
- };
159
- class fr {
160
- constructor(t, n = !1) {
161
- z(this, "httpClient");
162
- z(this, "getChatContexts", () => J(this, null, function* () {
157
+ return /* @__PURE__ */ o(zt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
158
+ }, yr = "api/v2/ai/narrative", Zt = "api/v2/ai/nlg/queryResult";
159
+ function xr(e) {
160
+ return "status" in e;
161
+ }
162
+ function vr(e) {
163
+ return typeof e != "object" || e === null ? !1 : xr(e) && e.status === "404";
164
+ }
165
+ function kr(e, t) {
166
+ return V(this, null, function* () {
167
+ try {
168
+ return yield e.post(
169
+ yr,
170
+ t
171
+ );
172
+ } catch (n) {
173
+ if (!vr(n)) throw n;
174
+ return yield e.post(
175
+ Zt,
176
+ t
177
+ );
178
+ }
179
+ });
180
+ }
181
+ function jt(e, t, n) {
182
+ return V(this, null, function* () {
183
+ const { isUnifiedNarrationEnabled: r = !1, isSisenseAiEnabled: s = !1 } = n != null ? n : {};
184
+ return r && s ? kr(e, t) : yield e.post(
185
+ Zt,
186
+ t
187
+ );
188
+ });
189
+ }
190
+ class wr {
191
+ constructor(t, n = !1, r, s) {
192
+ H(this, "httpClient");
193
+ H(this, "isUnifiedNarrationEnabled");
194
+ H(this, "isSisenseAiEnabled");
195
+ H(this, "getChatContexts", () => V(this, null, function* () {
163
196
  return (yield this.httpClient.get("api/datasources//")) || [];
164
197
  }));
165
198
  // ==== /v2/ai endpoints ====
166
- z(this, "getNlgInsights", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
167
- z(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
199
+ H(this, "getNlgInsights", (t) => jt(this.httpClient, t, {
200
+ isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled,
201
+ isSisenseAiEnabled: this.isSisenseAiEnabled
202
+ }));
203
+ H(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
168
204
  `api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
169
205
  ));
170
- z(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
171
- z(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
206
+ H(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
207
+ H(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
172
208
  console.error("Unable to set llm config", n);
173
209
  }));
174
210
  // ==== /v2/ai/chats endpoints ====
175
- z(this, "getAllChats", () => J(this, null, function* () {
211
+ H(this, "getAllChats", () => V(this, null, function* () {
176
212
  return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
177
213
  }));
178
- z(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
179
- z(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
214
+ H(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
215
+ H(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
180
216
  sourceId: t,
181
217
  volatile: this.volatile,
182
218
  contextDetails: n
183
219
  }));
184
- z(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
185
- z(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
186
- z(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
187
- z(this, "ai", {
220
+ H(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
221
+ H(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
222
+ H(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
223
+ H(this, "ai", {
188
224
  getNlgInsights: this.getNlgInsights,
189
225
  getNlqResult: this.getNlqResult,
190
226
  getQueryRecommendations: this.getQueryRecommendations,
@@ -198,35 +234,43 @@ class fr {
198
234
  clearHistory: this.deleteChatHistory
199
235
  }
200
236
  });
201
- this.volatile = n, this.httpClient = t;
237
+ this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r, this.isSisenseAiEnabled = s;
202
238
  }
203
239
  }
204
- const Cr = new Lt({
240
+ const Sr = new It({
205
241
  defaultOptions: {
206
242
  queries: {
207
243
  refetchOnWindowFocus: !1,
208
244
  refetchOnMount: !1
209
245
  }
210
246
  }
211
- }), nt = Ye(void 0), ee = () => et(nt), mr = ({
247
+ }), it = nt(void 0), J = () => rt(it), Mr = ({
212
248
  children: e,
213
249
  volatile: t
214
250
  }) => {
215
- const { app: n } = Pn(), r = q(
216
- () => n ? new fr(n.httpClient, t) : void 0,
251
+ const { app: n } = Fn(), r = z(
252
+ () => {
253
+ var s, c;
254
+ return n ? new wr(
255
+ n.httpClient,
256
+ t,
257
+ (s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled,
258
+ (c = n.settings) == null ? void 0 : c.isSisenseAiEnabled
259
+ ) : void 0;
260
+ },
217
261
  [n, t]
218
262
  );
219
- return /* @__PURE__ */ o(nt.Provider, { value: r, children: /* @__PURE__ */ o(Et, { client: Cr, children: e }) });
263
+ return /* @__PURE__ */ o(it.Provider, { value: r, children: /* @__PURE__ */ o(Pt, { client: Sr, children: e }) });
220
264
  };
221
- function _1({ children: e, volatile: t }) {
222
- return /* @__PURE__ */ o(At, { children: /* @__PURE__ */ o(mr, { volatile: t, children: e }) });
265
+ function rs({ children: e, volatile: t }) {
266
+ return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(Mr, { volatile: t, children: e }) });
223
267
  }
224
- function qt(e) {
268
+ function Ut(e) {
225
269
  var t, n;
226
270
  if ("jaql" in e)
227
271
  return e;
228
272
  {
229
- const r = cr(e.dataSource), { filters: s = [], relations: c } = ar(e.filters), { metadata: a, filterRelations: p } = lr(
273
+ const r = gr(e.dataSource), { filters: s = [], relations: c } = pr(e.filters), { metadata: a, filterRelations: p } = hr(
230
274
  {
231
275
  dataSource: e.dataSource,
232
276
  attributes: (t = e.dimensions) != null ? t : [],
@@ -246,13 +290,13 @@ function qt(e) {
246
290
  return e.verbosity && (d.verbosity = e.verbosity), d;
247
291
  }
248
292
  }
249
- const He = (e, t = !0) => {
250
- const n = q(() => qt(e), [e]), r = ee(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = fe({
293
+ const De = (e, t = !0) => {
294
+ const n = z(() => Ut(e), [e]), r = J(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = fe({
251
295
  queryKey: ["getNlgInsights", n, r],
252
296
  queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
253
297
  select: (m) => {
254
- var x;
255
- return (x = m == null ? void 0 : m.data) == null ? void 0 : x.answer;
298
+ var y;
299
+ return (y = m == null ? void 0 : m.data) == null ? void 0 : y.answer;
256
300
  },
257
301
  enabled: !!r && t
258
302
  });
@@ -262,16 +306,16 @@ const He = (e, t = !0) => {
262
306
  isSuccess: d,
263
307
  data: s,
264
308
  error: c,
265
- refetch: B(() => {
309
+ refetch: I(() => {
266
310
  h();
267
311
  }, [h])
268
312
  };
269
- }, br = (e) => {
270
- const r = e, { enabled: t } = r, n = qe(r, ["enabled"]);
271
- return He(n, t);
272
- }, K1 = Je("useGetNlgInsights")(
273
- br
274
- ), yr = [
313
+ }, Tr = (e) => {
314
+ const r = e, { enabled: t } = r, n = Ze(r, ["enabled"]);
315
+ return De(n, t);
316
+ }, os = tt("useGetNlgInsights")(
317
+ Tr
318
+ ), $r = [
275
319
  "indicator",
276
320
  "column",
277
321
  "line",
@@ -279,7 +323,7 @@ const He = (e, t = !0) => {
279
323
  "pie",
280
324
  "bar"
281
325
  ];
282
- function zt(e) {
326
+ function Gt(e) {
283
327
  const { dataSource: t, query: n, chartTypes: r } = e;
284
328
  return {
285
329
  contextTitle: typeof t == "string" ? t : t.title,
@@ -287,25 +331,25 @@ function zt(e) {
287
331
  text: n,
288
332
  // Timezone is not used by AI API, but it is currently required by the endpoint
289
333
  timezone: "UTC",
290
- chartTypes: r != null ? r : [...yr]
334
+ chartTypes: r != null ? r : [...$r]
291
335
  }
292
336
  };
293
337
  }
294
- function xr(e, t) {
295
- return J(this, null, function* () {
296
- const { contextTitle: n, request: r } = zt(e), s = yield t.ai.getNlqResult(n, r);
338
+ function Rr(e, t) {
339
+ return V(this, null, function* () {
340
+ const { contextTitle: n, request: r } = Gt(e), s = yield t.ai.getNlqResult(n, r);
297
341
  return {
298
- widgetProps: s ? Fe(s, {
342
+ widgetProps: s ? He(s, {
299
343
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
300
344
  }) : void 0,
301
345
  nlqResult: s
302
346
  };
303
347
  });
304
348
  }
305
- const vr = (e) => {
306
- const { contextTitle: t, request: n } = zt(e), r = ee(), s = ["getNlqResult", t, n, r], { isLoading: c, isError: a, isSuccess: p, data: d, error: h, refetch: m } = fe({
349
+ const Er = (e) => {
350
+ const { contextTitle: t, request: n } = Gt(e), r = J(), s = ["getNlqResult", t, n, r], { isLoading: c, isError: a, isSuccess: p, data: d, error: h, refetch: m } = fe({
307
351
  queryKey: s,
308
- queryFn: () => r ? xr(e, r).then((x) => x.widgetProps) : Promise.reject("No API available"),
352
+ queryFn: () => r ? Rr(e, r).then((y) => y.widgetProps) : Promise.reject("No API available"),
309
353
  enabled: !!r && e.enabled
310
354
  });
311
355
  return {
@@ -314,15 +358,15 @@ const vr = (e) => {
314
358
  isSuccess: p,
315
359
  data: d,
316
360
  error: h,
317
- refetch: B(() => {
361
+ refetch: I(() => {
318
362
  m();
319
363
  }, [m])
320
364
  };
321
- }, X1 = Je("useGetNlqResult")(vr), kr = 4, Wt = (e) => {
322
- const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a = ee(), p = n != null ? n : kr, d = (s === void 0 || s === !0) && p > 0, {
365
+ }, is = tt("useGetNlqResult")(Er), Lr = 4, Vt = (e) => {
366
+ const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a = J(), p = n != null ? n : Lr, d = (s === void 0 || s === !0) && p > 0, {
323
367
  isLoading: h,
324
368
  isError: m,
325
- isSuccess: x,
369
+ isSuccess: y,
326
370
  data: i,
327
371
  error: u,
328
372
  refetch: l
@@ -332,44 +376,44 @@ const vr = (e) => {
332
376
  numOfRecommendations: p
333
377
  }, c ? { userPrompt: c } : null)),
334
378
  enabled: !!a && d
335
- }), f = q(() => i == null ? void 0 : i.map((g) => L(M({}, g), {
336
- widgetProps: g.jaql ? Fe(g, {
379
+ }), f = z(() => i == null ? void 0 : i.map((g) => E(M({}, g), {
380
+ widgetProps: g.jaql ? He(g, {
337
381
  useCustomizedStyleOptions: r
338
382
  }) : void 0
339
383
  })), [i, r]);
340
384
  return {
341
385
  isLoading: d ? h : !1,
342
386
  isError: m,
343
- isSuccess: x,
387
+ isSuccess: y,
344
388
  data: f != null ? f : void 0,
345
389
  error: u,
346
- refetch: B(() => {
390
+ refetch: I(() => {
347
391
  l();
348
392
  }, [l])
349
393
  };
350
- }, J1 = Je("useGetQueryRecommendations")(
351
- Wt
352
- ), Zt = Object.freeze({
394
+ }, ss = tt("useGetQueryRecommendations")(
395
+ Vt
396
+ ), Qt = Object.freeze({
353
397
  enableFollowupQuestions: !1,
354
398
  enableHeader: !0,
355
399
  enableInsights: !0,
356
400
  numOfRecommendations: 4,
357
401
  numOfRecentPrompts: 5
358
- }), jt = Ye(M({}, Zt)), ne = () => et(jt), wr = ({ children: e, value: t }) => {
359
- const { t: n } = F(), r = Object.entries(t).reduce(
402
+ }), _t = nt(M({}, Qt)), ne = () => rt(_t), Nr = ({ children: e, value: t }) => {
403
+ const { t: n } = P(), r = Object.entries(t).reduce(
360
404
  (s, [c, a]) => (a !== void 0 && (s[c] = a), s),
361
- L(M({}, Zt), {
405
+ E(M({}, Qt), {
362
406
  inputPromptText: n("ai.config.inputPromptText"),
363
407
  welcomeText: n("ai.config.welcomeText"),
364
408
  suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
365
409
  })
366
410
  );
367
- return /* @__PURE__ */ o(jt.Provider, { value: r, children: e });
368
- }, rt = "chatHistory", Sr = (e) => {
369
- const t = ee(), { hideHistory: n } = ne();
411
+ return /* @__PURE__ */ o(_t.Provider, { value: r, children: e });
412
+ }, st = "chatHistory", Ir = (e) => {
413
+ const t = J(), { hideHistory: n } = ne();
370
414
  return fe({
371
- queryKey: [rt, e, t],
372
- queryFn: () => J(void 0, null, function* () {
415
+ queryKey: [st, e, t],
416
+ queryFn: () => V(void 0, null, function* () {
373
417
  if (!t || !e)
374
418
  return;
375
419
  if (n)
@@ -379,10 +423,10 @@ const vr = (e) => {
379
423
  }),
380
424
  enabled: !!t && !!e
381
425
  });
382
- }, Gt = (e) => {
383
- const t = ee(), n = ke();
384
- return tt({
385
- mutationFn: () => J(void 0, null, function* () {
426
+ }, Kt = (e) => {
427
+ const t = J(), n = we();
428
+ return ot({
429
+ mutationFn: () => V(void 0, null, function* () {
386
430
  if (!(!t || !e))
387
431
  return t.ai.chat.clearHistory(e);
388
432
  }),
@@ -390,30 +434,30 @@ const vr = (e) => {
390
434
  console.error("Error when clearing history:", r);
391
435
  },
392
436
  onSettled: () => {
393
- e && n.setQueriesData([rt, e], []);
437
+ e && n.setQueriesData([st, e], []);
394
438
  }
395
439
  });
396
- }, ot = (e) => {
397
- const { data: t, isLoading: n, isError: r } = Sr(e), { mutate: s } = Gt(e);
398
- return we(() => {
440
+ }, at = (e) => {
441
+ const { data: t, isLoading: n, isError: r } = Ir(e), { mutate: s } = Kt(e);
442
+ return Se(() => {
399
443
  r && s();
400
444
  }, [r, s]), {
401
445
  history: t,
402
446
  isLoading: n,
403
447
  isError: r
404
448
  };
405
- }, Mr = () => {
406
- const e = ee(), { data: t, isLoading: n, fetchStatus: r } = fe({
449
+ }, Pr = () => {
450
+ const e = J(), { data: t, isLoading: n, fetchStatus: r } = fe({
407
451
  queryKey: ["getDataTopics", e],
408
- queryFn: () => J(void 0, null, function* () {
452
+ queryFn: () => V(void 0, null, function* () {
409
453
  if (e)
410
454
  return e.getChatContexts();
411
455
  }),
412
456
  enabled: !!e
413
457
  });
414
458
  return { data: t, isLoading: n, fetchStatus: r };
415
- }, Tr = () => {
416
- const e = ee(), { data: t, isLoading: n } = fe({
459
+ }, Or = () => {
460
+ const e = J(), { data: t, isLoading: n } = fe({
417
461
  queryKey: ["getAllChats", e],
418
462
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
419
463
  enabled: !!e
@@ -422,18 +466,18 @@ const vr = (e) => {
422
466
  data: t != null ? t : [],
423
467
  isLoading: n
424
468
  };
425
- }, $r = (e, t, n) => {
426
- const r = ke(), s = ee(), c = tt({
427
- mutationFn: () => J(void 0, null, function* () {
469
+ }, Fr = (e, t, n) => {
470
+ const r = we(), s = J(), c = ot({
471
+ mutationFn: () => V(void 0, null, function* () {
428
472
  if (!(!s || !e))
429
473
  return s.ai.chat.create(e, n);
430
474
  }),
431
475
  onSuccess: () => r.invalidateQueries(["getAllChats"])
432
476
  });
433
- return we(() => {
477
+ return Se(() => {
434
478
  t && c.isIdle && c.mutate();
435
479
  }, [t, c]), c;
436
- }, Rr = (e, t) => {
480
+ }, Br = (e, t) => {
437
481
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
438
482
  case "nlq":
439
483
  return {
@@ -450,14 +494,14 @@ const vr = (e) => {
450
494
  default:
451
495
  throw Error(`${t}${JSON.stringify(e)}`);
452
496
  }
453
- }, Lr = (e, t) => {
454
- const n = ke(), r = B(
497
+ }, Ar = (e, t) => {
498
+ const n = we(), r = I(
455
499
  (d) => {
456
- e && n.setQueriesData([rt, e], (h) => h && [...h, d]);
500
+ e && n.setQueriesData([st, e], (h) => h && [...h, d]);
457
501
  },
458
502
  [n, e]
459
- ), { t: s } = F(), c = ee(), { mutate: a, isLoading: p } = tt({
460
- mutationFn: (d) => J(void 0, null, function* () {
503
+ ), { t: s } = P(), c = J(), { mutate: a, isLoading: p } = ot({
504
+ mutationFn: (d) => V(void 0, null, function* () {
461
505
  if (!(!c || !e))
462
506
  return c.ai.chat.post(e, {
463
507
  text: d,
@@ -482,70 +526,70 @@ const vr = (e) => {
482
526
  if (!d)
483
527
  return;
484
528
  const h = s("ai.errors.unknownResponse");
485
- r(Rr(d, h));
529
+ r(Br(d, h));
486
530
  }
487
531
  });
488
532
  return { mutate: a, isLoading: p };
489
- }, it = (e, t, n = !1) => {
533
+ }, lt = (e, t, n = !1) => {
490
534
  var m;
491
- const { data: r, isLoading: s } = Tr(), c = gr(), a = c.getChatId(e, t) || ((m = r.find(
492
- (x) => {
535
+ const { data: r, isLoading: s } = Or(), c = br(), a = c.getChatId(e, t) || ((m = r.find(
536
+ (y) => {
493
537
  var i;
494
- return x.contextTitle === e && ((i = x.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
538
+ return y.contextTitle === e && ((i = y.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
495
539
  }
496
- )) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = $r(
540
+ )) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = Fr(
497
541
  e,
498
542
  n && !s && !a,
499
543
  t
500
544
  );
501
- return we(() => {
545
+ return Se(() => {
502
546
  h && d && !a && c.saveChatId(d.chatId, e, t);
503
547
  }, [d, h, e, t, a, c]), { chatId: a, isLoading: s, isError: p };
504
- }, Vt = (e) => q(() => {
548
+ }, Xt = (e) => z(() => {
505
549
  if (e != null && e.length) {
506
550
  const t = e[e.length - 1];
507
- if (st(t))
551
+ if (ct(t))
508
552
  return JSON.parse(t.content);
509
553
  }
510
554
  return null;
511
- }, [e]), st = (e) => !!e && "type" in e && e.type === "nlq", Er = (e) => !!e && "type" in e && e.type === "text", Ir = (e, t) => {
512
- const { t: n } = F(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = it(e, t, !0), [a, p] = O(null), { history: d, isLoading: h, isError: m } = ot(s);
513
- we(() => {
514
- c ? p(new Ue("ai.errors.chatUnavailable")) : m && p(new Ue("ai.errors.fetchHistory"));
555
+ }, [e]), ct = (e) => !!e && "type" in e && e.type === "nlq", Hr = (e) => !!e && "type" in e && e.type === "text", Dr = (e, t) => {
556
+ const { t: n } = P(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = lt(e, t, !0), [a, p] = A(null), { history: d, isLoading: h, isError: m } = at(s);
557
+ Se(() => {
558
+ c ? p(new Ke("ai.errors.chatUnavailable")) : m && p(new Ke("ai.errors.fetchHistory"));
515
559
  }, [c, m, n]);
516
- const { mutate: x, isLoading: i } = Lr(
560
+ const { mutate: y, isLoading: i } = Ar(
517
561
  s,
518
562
  r
519
- ), u = Vt(d);
563
+ ), u = Xt(d);
520
564
  return {
521
565
  chatId: s,
522
566
  history: d != null ? d : [],
523
567
  lastNlqResponse: u,
524
- sendMessage: x,
568
+ sendMessage: y,
525
569
  isAwaitingResponse: i,
526
570
  isLoading: h,
527
571
  lastError: a
528
572
  };
529
- }, Y1 = ({
573
+ }, as = ({
530
574
  contextTitle: e,
531
575
  contextDetails: t
532
576
  }) => {
533
- const { chatId: n } = it(e, t), { history: r } = ot(n);
534
- return Vt(r);
535
- }, es = ({
577
+ const { chatId: n } = lt(e, t), { history: r } = at(n);
578
+ return Xt(r);
579
+ }, ls = ({
536
580
  contextTitle: e,
537
581
  contextDetails: t
538
582
  }) => {
539
- const { chatId: n } = it(e, t), { history: r } = ot(n);
540
- return q(() => {
583
+ const { chatId: n } = lt(e, t), { history: r } = at(n);
584
+ return z(() => {
541
585
  if (r != null && r.length) {
542
- const s = r.slice().reverse().find(st);
586
+ const s = r.slice().reverse().find(ct);
543
587
  if (s)
544
588
  return JSON.parse(s.content);
545
589
  }
546
590
  return null;
547
591
  }, [r]);
548
- }, Nr = 500, Pr = 500, Br = 500, Fr = 900, Hr = w.div`
592
+ }, qr = 500, zr = 500, Wr = 500, Zr = 900, jr = w.div`
549
593
  box-sizing: border-box;
550
594
  position: relative;
551
595
  display: flex;
@@ -555,21 +599,21 @@ const vr = (e) => {
555
599
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
556
600
  overflow: hidden;
557
601
 
558
- min-width: ${Nr}px;
559
- min-height: ${Pr}px;
560
- width: ${({ width: e }) => e ? mt(e) : `${Br}px`};
561
- height: ${({ height: e }) => e ? mt(e) : `${Fr}px`};
602
+ min-width: ${qr}px;
603
+ min-height: ${zr}px;
604
+ width: ${({ width: e }) => e ? xt(e) : `${Wr}px`};
605
+ height: ${({ height: e }) => e ? xt(e) : `${Zr}px`};
562
606
 
563
- ${({ theme: e }) => A`
607
+ ${({ theme: e }) => q`
564
608
  font-size: ${e.aiChat.primaryFontSize[0]};
565
609
  line-height: ${e.aiChat.primaryFontSize[1]};
566
610
  `}
567
611
  border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
568
612
  `;
569
- function mt(e) {
613
+ function xt(e) {
570
614
  return typeof e == "number" ? `${e}px` : e;
571
615
  }
572
- function Or({ spin: e }) {
616
+ function Ur({ spin: e }) {
573
617
  return /* @__PURE__ */ S(
574
618
  "svg",
575
619
  {
@@ -603,10 +647,10 @@ function Or({ spin: e }) {
603
647
  }
604
648
  );
605
649
  }
606
- function Oe() {
607
- return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Or, { spin: !0 }) });
650
+ function qe() {
651
+ return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Ur, { spin: !0 }) });
608
652
  }
609
- const Dr = w.div`
653
+ const Gr = w.div`
610
654
  text-align: center;
611
655
  font-size: 11px;
612
656
  line-height: 18px;
@@ -620,9 +664,9 @@ const Dr = w.div`
620
664
 
621
665
  color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
622
666
  `;
623
- function Ar({ theme: e }) {
624
- const { t } = F();
625
- return /* @__PURE__ */ S(Dr, { theme: e, children: [
667
+ function Vr({ theme: e }) {
668
+ const { t } = P();
669
+ return /* @__PURE__ */ S(Gr, { theme: e, children: [
626
670
  /* @__PURE__ */ o("div", { children: t("ai.disclaimer.poweredByAi") }),
627
671
  /* @__PURE__ */ S("div", { children: [
628
672
  " ",
@@ -630,11 +674,11 @@ function Ar({ theme: e }) {
630
674
  ] })
631
675
  ] });
632
676
  }
633
- const qr = w.div`
677
+ const Qr = w.div`
634
678
  display: flex;
635
679
  flex-direction: column;
636
680
  row-gap: 4px;
637
- `, zr = w.div`
681
+ `, _r = w.div`
638
682
  font-size: 11px;
639
683
  line-height: 18px;
640
684
  font-weight: 300;
@@ -644,7 +688,7 @@ const qr = w.div`
644
688
  &:hover {
645
689
  background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
646
690
  }
647
- `, Wr = w.div`
691
+ `, Kr = w.div`
648
692
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
649
693
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
650
694
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
@@ -654,19 +698,19 @@ const qr = w.div`
654
698
  background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
655
699
  }
656
700
  `;
657
- function Zr({
701
+ function Xr({
658
702
  title: e,
659
703
  items: t,
660
704
  onSelect: n,
661
705
  alwaysExpanded: r = !1
662
706
  }) {
663
- const [s, c] = O(!1), { themeSettings: a } = R();
664
- return /* @__PURE__ */ S(qr, { children: [
665
- /* @__PURE__ */ o(zr, { onClick: () => c((p) => !p), theme: a, children: e.toUpperCase() }),
666
- (s || r) && t.map((p, d) => /* @__PURE__ */ o(Wr, { onClick: () => n(p), theme: a, children: p }, d))
707
+ const [s, c] = A(!1), { themeSettings: a } = R();
708
+ return /* @__PURE__ */ S(Qr, { children: [
709
+ /* @__PURE__ */ o(_r, { onClick: () => c((p) => !p), theme: a, children: e.toUpperCase() }),
710
+ (s || r) && t.map((p, d) => /* @__PURE__ */ o(Kr, { onClick: () => n(p), theme: a, children: p }, d))
667
711
  ] });
668
712
  }
669
- const jr = w.div`
713
+ const Yr = w.div`
670
714
  font-family: ${({ theme: e }) => e.typography.fontFamily};
671
715
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
672
716
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
@@ -678,13 +722,13 @@ const jr = w.div`
678
722
  display: flex;
679
723
  flex-direction: column;
680
724
  row-gap: 4px;
681
- `, Gr = w.div`
725
+ `, Jr = w.div`
682
726
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
683
727
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
684
728
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
685
729
  padding: 4px 12px;
686
- `, Qe = (e) => e.startsWith("/");
687
- function Vr({
730
+ `, Xe = (e) => e.startsWith("/");
731
+ function eo({
688
732
  recentPrompts: e,
689
733
  suggestions: t,
690
734
  isLoading: n,
@@ -706,11 +750,11 @@ function Vr({
706
750
  }
707
751
  ].filter(
708
752
  (i) => i.title.slice(0, c.length) === c
709
- ), { themeSettings: h } = R(), { t: m } = F(), x = d.length === 1;
753
+ ), { themeSettings: h } = R(), { t: m } = P(), y = d.length === 1;
710
754
  return /* @__PURE__ */ o(
711
- It,
755
+ Ot,
712
756
  {
713
- open: Qe(c) && d.length > 0,
757
+ open: Xe(c) && d.length > 0,
714
758
  anchorEl: s,
715
759
  placement: "top-start",
716
760
  modifiers: [
@@ -722,16 +766,16 @@ function Vr({
722
766
  }
723
767
  ],
724
768
  sx: { zIndex: 3 },
725
- children: /* @__PURE__ */ S(jr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: h, children: [
726
- n && /* @__PURE__ */ o(Oe, {}),
727
- !n && !a && d.map((i) => /* @__PURE__ */ o(Zr, L(M({}, i), { alwaysExpanded: x }), i.title)),
728
- a && /* @__PURE__ */ o(Gr, { theme: h, children: m("ai.errors.recommendationsNotAvailable") })
769
+ children: /* @__PURE__ */ S(Yr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: h, children: [
770
+ n && /* @__PURE__ */ o(qe, {}),
771
+ !n && !a && d.map((i) => /* @__PURE__ */ o(Xr, E(M({}, i), { alwaysExpanded: y }), i.title)),
772
+ a && /* @__PURE__ */ o(Jr, { theme: h, children: m("ai.errors.recommendationsNotAvailable") })
729
773
  ] })
730
774
  }
731
775
  );
732
776
  }
733
- const Ur = 500;
734
- function Se({ title: e, placement: t = "top", children: n }) {
777
+ const to = 500;
778
+ function Me({ title: e, placement: t = "top", children: n }) {
735
779
  const { themeSettings: r } = R();
736
780
  return /* @__PURE__ */ o(
737
781
  Bn,
@@ -764,7 +808,7 @@ function Se({ title: e, placement: t = "top", children: n }) {
764
808
  }
765
809
  );
766
810
  }
767
- function Qr({ theme: e }) {
811
+ function no({ theme: e }) {
768
812
  const t = e.aiChat.icons.color;
769
813
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
770
814
  /* @__PURE__ */ o(
@@ -790,7 +834,7 @@ function Qr({ theme: e }) {
790
834
  )
791
835
  ] });
792
836
  }
793
- function _r({ theme: e }) {
837
+ function ro({ theme: e }) {
794
838
  return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
795
839
  "path",
796
840
  {
@@ -799,19 +843,19 @@ function _r({ theme: e }) {
799
843
  }
800
844
  ) });
801
845
  }
802
- const Kr = w.div`
846
+ const oo = w.div`
803
847
  display: flex;
804
848
  flex-direction: row;
805
849
  align-items: flex-end;
806
850
  justify-content: space-between;
807
851
 
808
852
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
809
- `, Xr = w.button`
853
+ `, io = w.button`
810
854
  height: 34px;
811
855
  background-color: inherit;
812
856
  cursor: pointer;
813
857
  border: none;
814
- `, Jr = w.textarea`
858
+ `, so = w.textarea`
815
859
  font-size: inherit;
816
860
  line-height: inherit;
817
861
  resize: none;
@@ -839,22 +883,22 @@ const Kr = w.div`
839
883
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
840
884
 
841
885
  background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
842
- `, Yr = w.button`
886
+ `, ao = w.button`
843
887
  height: 34px;
844
888
  background-color: inherit;
845
889
  border-style: none;
846
890
 
847
891
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
848
892
 
849
- ${({ disabled: e }) => e ? A`
893
+ ${({ disabled: e }) => e ? q`
850
894
  opacity: 0.3;
851
895
  cursor: not-allowed;
852
- ` : A`
896
+ ` : q`
853
897
  opacity: 1;
854
898
  cursor: pointer;
855
899
  `}
856
- `, eo = 34;
857
- function to({
900
+ `, lo = 34;
901
+ function co({
858
902
  onSendMessage: e,
859
903
  onClearHistoryClick: t,
860
904
  disabled: n,
@@ -864,52 +908,52 @@ function to({
864
908
  recommendationsError: a,
865
909
  onChange: p
866
910
  }) {
867
- const [d, h] = O(""), { inputPromptText: m } = ne(), x = B(() => {
911
+ const [d, h] = A(""), { inputPromptText: m } = ne(), y = I(() => {
868
912
  if (n) return;
869
- if (Qe(d)) {
913
+ if (Xe(d)) {
870
914
  h("");
871
915
  return;
872
916
  }
873
917
  const k = d.trim();
874
918
  k.length !== 0 && (e(k), h(""));
875
- }, [n, e, d]), i = B(
919
+ }, [n, e, d]), i = I(
876
920
  (k) => {
877
921
  e(k), h("");
878
922
  },
879
923
  [e]
880
- ), u = B(
924
+ ), u = I(
881
925
  (k) => {
882
- k.key === "Enter" ? (k.preventDefault(), x()) : k.key === "Escape" && Qe(d) && h("");
926
+ k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && h("");
883
927
  },
884
- [x, d]
885
- ), l = B(
928
+ [y, d]
929
+ ), l = I(
886
930
  (k) => {
887
931
  p == null || p(k.target.value), h(k.target.value);
888
932
  },
889
933
  [p]
890
934
  ), f = he(null);
891
- Ne(() => {
935
+ Fe(() => {
892
936
  f.current && (f.current.style.height = "inherit", f.current.style.height = `${Math.max(
893
937
  f.current.scrollHeight + 2,
894
938
  // account for 1px top/bottom border
895
- eo
939
+ lo
896
940
  )}px`);
897
- }, [d]), Ne(() => {
941
+ }, [d]), Fe(() => {
898
942
  f.current && f.current.focus({ preventScroll: !0 });
899
943
  }, []);
900
- const { themeSettings: g } = R(), { t: y } = F(), v = B((k) => {
901
- var $;
902
- if (($ = document.getElementById("csdk-chatbot-frame")) != null && $.contains(k.relatedTarget)) {
903
- const E = (T) => {
904
- var I;
905
- document.removeEventListener("mouseup", E), document.removeEventListener("keyup", E), T.type === "mouseup" && ((I = document.getSelection()) == null ? void 0 : I.type) !== "Range" && k.target.focus({ preventScroll: !0 });
944
+ const { themeSettings: g } = R(), { t: x } = P(), v = I((k) => {
945
+ var L;
946
+ if ((L = document.getElementById("csdk-chatbot-frame")) != null && L.contains(k.relatedTarget)) {
947
+ const $ = (T) => {
948
+ var N;
949
+ document.removeEventListener("mouseup", $), document.removeEventListener("keyup", $), T.type === "mouseup" && ((N = document.getSelection()) == null ? void 0 : N.type) !== "Range" && k.target.focus({ preventScroll: !0 });
906
950
  };
907
- document.addEventListener("mouseup", E), document.addEventListener("keyup", E);
951
+ document.addEventListener("mouseup", $), document.addEventListener("keyup", $);
908
952
  }
909
953
  }, []);
910
- return /* @__PURE__ */ S(Kr, { theme: g, children: [
954
+ return /* @__PURE__ */ S(oo, { theme: g, children: [
911
955
  /* @__PURE__ */ o(
912
- Vr,
956
+ eo,
913
957
  {
914
958
  recentPrompts: r,
915
959
  suggestions: s,
@@ -920,13 +964,13 @@ function to({
920
964
  recommendationsError: a
921
965
  }
922
966
  ),
923
- t && /* @__PURE__ */ o(Se, { title: y("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(Xr, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(Qr, { theme: g }) }) }),
967
+ t && /* @__PURE__ */ o(Me, { title: x("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(io, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(no, { theme: g }) }) }),
924
968
  /* @__PURE__ */ o(
925
- Jr,
969
+ so,
926
970
  {
927
971
  "aria-label": "chat input",
928
972
  onBlur: v,
929
- maxLength: Ur,
973
+ maxLength: to,
930
974
  ref: f,
931
975
  rows: 1,
932
976
  onChange: l,
@@ -934,44 +978,45 @@ function to({
934
978
  placeholder: m,
935
979
  value: d,
936
980
  onKeyDown: u,
937
- theme: g
981
+ theme: g,
982
+ disabled: n
938
983
  }
939
984
  ),
940
985
  /* @__PURE__ */ o(
941
- Yr,
986
+ ao,
942
987
  {
943
988
  "aria-label": "send chat message",
944
989
  disabled: n || d.length === 0,
945
- onClick: x,
990
+ onClick: y,
946
991
  theme: g,
947
- children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(_r, { theme: g }) })
992
+ children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(ro, { theme: g }) })
948
993
  }
949
994
  )
950
995
  ] });
951
996
  }
952
- const no = w.div`
997
+ const uo = w.div`
953
998
  margin: auto;
954
999
  display: flex;
955
1000
  flex-direction: column;
956
1001
  align-items: center;
957
1002
  row-gap: 21px;
958
- `, ro = w.div`
1003
+ `, po = w.div`
959
1004
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
960
1005
  text-align: center;
961
1006
  font-weight: 600;
962
- `, oo = w.div`
1007
+ `, ho = w.div`
963
1008
  color: rgba(54, 163, 217, 1);
964
1009
  cursor: pointer;
965
1010
  `;
966
- function Ut({ text: e, action: t }) {
1011
+ function Yt({ text: e, action: t }) {
967
1012
  const { themeSettings: n } = R();
968
- return /* @__PURE__ */ S(no, { children: [
969
- /* @__PURE__ */ o(ro, { theme: n, children: e }),
970
- /* @__PURE__ */ o(Fn, {}),
971
- t && /* @__PURE__ */ o(oo, { onClick: t.onClick, children: t.text })
1013
+ return /* @__PURE__ */ S(uo, { children: [
1014
+ /* @__PURE__ */ o(po, { theme: n, children: e }),
1015
+ /* @__PURE__ */ o(An, {}),
1016
+ t && /* @__PURE__ */ o(ho, { onClick: t.onClick, children: t.text })
972
1017
  ] });
973
1018
  }
974
- const io = w.div`
1019
+ const go = w.div`
975
1020
  flex: 0 0 80px;
976
1021
  padding-left: 14px;
977
1022
  padding-right: 14px;
@@ -980,20 +1025,20 @@ const io = w.div`
980
1025
  position: relative;
981
1026
 
982
1027
  background-color: ${({ style: e }) => e.backgroundColor};
983
- `, so = w.div`
1028
+ `, fo = w.div`
984
1029
  font-size: 18px;
985
1030
  line-height: 22px;
986
1031
  font-weight: 600;
987
1032
  margin-left: 20px;
988
1033
 
989
1034
  color: ${({ style: e }) => e.textColor};
990
- `, Qt = sr(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
991
- return /* @__PURE__ */ S(io, { ref: c, style: s, children: [
1035
+ `, Jt = ur(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
1036
+ return /* @__PURE__ */ S(go, { ref: c, style: s, children: [
992
1037
  n,
993
- /* @__PURE__ */ o(so, { style: s, children: t }),
1038
+ /* @__PURE__ */ o(fo, { style: s, children: t }),
994
1039
  r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
995
1040
  ] });
996
- }), Le = w.div`
1041
+ }), Ie = w.div`
997
1042
  width: 5px;
998
1043
  height: 5px;
999
1044
  border-radius: 50%;
@@ -1022,7 +1067,7 @@ const io = w.div`
1022
1067
  }
1023
1068
  }
1024
1069
  `;
1025
- function at() {
1070
+ function dt() {
1026
1071
  const { themeSettings: e } = R(), t = e.aiChat.icons.color;
1027
1072
  return /* @__PURE__ */ S(
1028
1073
  "div",
@@ -1030,85 +1075,85 @@ function at() {
1030
1075
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1031
1076
  "aria-label": "loading dots",
1032
1077
  children: [
1033
- /* @__PURE__ */ o(Le, { color: t }),
1034
- /* @__PURE__ */ o(Le, { color: t }),
1035
- /* @__PURE__ */ o(Le, { color: t }),
1036
- /* @__PURE__ */ o(Le, { color: t })
1078
+ /* @__PURE__ */ o(Ie, { color: t }),
1079
+ /* @__PURE__ */ o(Ie, { color: t }),
1080
+ /* @__PURE__ */ o(Ie, { color: t }),
1081
+ /* @__PURE__ */ o(Ie, { color: t })
1037
1082
  ]
1038
1083
  }
1039
1084
  );
1040
1085
  }
1041
- function le() {
1042
- return le = Object.assign ? Object.assign.bind() : function(e) {
1086
+ function ce() {
1087
+ return ce = Object.assign ? Object.assign.bind() : function(e) {
1043
1088
  for (var t = 1; t < arguments.length; t++) {
1044
1089
  var n = arguments[t];
1045
1090
  for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
1046
1091
  }
1047
1092
  return e;
1048
- }, le.apply(this, arguments);
1093
+ }, ce.apply(this, arguments);
1049
1094
  }
1050
- const ao = ["children", "options"], b = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
1051
- var bt;
1095
+ const Co = ["children", "options"], b = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
1096
+ var vt;
1052
1097
  (function(e) {
1053
1098
  e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
1054
- })(bt || (bt = {}));
1055
- const yt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), xt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, lo = ["style", "script"], co = ["src", "href", "data", "formAction", "srcDoc", "action"], uo = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, po = /mailto:/i, ho = /\n{2,}$/, _t = /^(\s*>[\s\S]*?)(?=\n\n|$)/, go = /^ *> ?/gm, fo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, Co = /^ {2,}\n/, mo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Kt = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Xt = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, bo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, yo = /^(?:\n *)*\n/, xo = /\r\n?/g, vo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, ko = /^\[\^([^\]]+)]/, wo = /\f/g, So = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Mo = /^\s*?\[(x|\s)\]/, Jt = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Yt = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, en = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, _e = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, To = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, tn = /^<!--[\s\S]*?(?:-->)/, $o = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Ke = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Ro = /^\{.*\}$/, Lo = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Eo = /^<([^ >]+@[^ >]+)>/, Io = /^<([^ >]+:\/[^ >]+)>/, No = /-([a-z])?/gi, nn = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Po = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Bo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Fo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Ho = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Oo = /\t/g, Do = /(^ *\||\| *$)/g, Ao = /^ *:-+: *$/, qo = /^ *:-+ *$/, zo = /^ *-+: *$/, De = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Wo = new RegExp(`^([*_])\\1${De}\\1\\1(?!\\1)`), Zo = new RegExp(`^([*_])${De}\\1(?!\\1)`), jo = new RegExp(`^(==)${De}\\1`), Go = new RegExp(`^(~~)${De}\\1`), Vo = /^\\([^0-9A-Za-z\s])/, vt = /\\([^0-9A-Za-z\s])/g, Uo = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Qo = /^\n+/, _o = /^([ \t]*)/, Ko = /\\([^\\])/g, Xo = /(?:^|\n)( *)$/, lt = "(?:\\d+\\.)", ct = "(?:[*+-])";
1056
- function rn(e) {
1057
- return "( *)(" + (e === 1 ? lt : ct) + ") +";
1099
+ })(vt || (vt = {}));
1100
+ const kt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), wt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, mo = ["style", "script"], bo = ["src", "href", "data", "formAction", "srcDoc", "action"], yo = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, xo = /mailto:/i, vo = /\n{2,}$/, en = /^(\s*>[\s\S]*?)(?=\n\n|$)/, ko = /^ *> ?/gm, wo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, So = /^ {2,}\n/, Mo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, tn = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, nn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, To = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, $o = /^(?:\n *)*\n/, Ro = /\r\n?/g, Eo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Lo = /^\[\^([^\]]+)]/, No = /\f/g, Io = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Po = /^\s*?\[(x|\s)\]/, rn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, sn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Oo = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, an = /^<!--[\s\S]*?(?:-->)/, Fo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Bo = /^\{.*\}$/, Ao = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Ho = /^<([^ >]+@[^ >]+)>/, Do = /^<([^ >]+:\/[^ >]+)>/, qo = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, zo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Wo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Zo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, jo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Uo = /\t/g, Go = /(^ *\||\| *$)/g, Vo = /^ *:-+: *$/, Qo = /^ *:-+ *$/, _o = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Ko = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Xo = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Yo = new RegExp(`^(==)${ze}\\1`), Jo = new RegExp(`^(~~)${ze}\\1`), ei = /^\\([^0-9A-Za-z\s])/, St = /\\([^0-9A-Za-z\s])/g, ti = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, ni = /^\n+/, ri = /^([ \t]*)/, oi = /\\([^\\])/g, ii = /(?:^|\n)( *)$/, ut = "(?:\\d+\\.)", pt = "(?:[*+-])";
1101
+ function cn(e) {
1102
+ return "( *)(" + (e === 1 ? ut : pt) + ") +";
1058
1103
  }
1059
- const on = rn(1), sn = rn(2);
1060
- function an(e) {
1061
- return new RegExp("^" + (e === 1 ? on : sn));
1104
+ const dn = cn(1), un = cn(2);
1105
+ function pn(e) {
1106
+ return new RegExp("^" + (e === 1 ? dn : un));
1062
1107
  }
1063
- const Jo = an(1), Yo = an(2);
1064
- function ln(e) {
1065
- return new RegExp("^" + (e === 1 ? on : sn) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? lt : ct) + " )[^\\n]*)*(\\n|$)", "gm");
1108
+ const si = pn(1), ai = pn(2);
1109
+ function hn(e) {
1110
+ return new RegExp("^" + (e === 1 ? dn : un) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ut : pt) + " )[^\\n]*)*(\\n|$)", "gm");
1066
1111
  }
1067
- const ei = ln(1), ti = ln(2);
1068
- function cn(e) {
1069
- const t = e === 1 ? lt : ct;
1112
+ const li = hn(1), ci = hn(2);
1113
+ function gn(e) {
1114
+ const t = e === 1 ? ut : pt;
1070
1115
  return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
1071
1116
  }
1072
- const dn = cn(1), un = cn(2);
1073
- function kt(e, t) {
1074
- const n = t === 1, r = n ? dn : un, s = n ? ei : ti, c = n ? Jo : Yo;
1117
+ const fn = gn(1), Cn = gn(2);
1118
+ function Mt(e, t) {
1119
+ const n = t === 1, r = n ? fn : Cn, s = n ? li : ci, c = n ? si : ai;
1075
1120
  return { match: ge(function(a, p) {
1076
- const d = Xo.exec(p.prevCapture);
1121
+ const d = ii.exec(p.prevCapture);
1077
1122
  return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
1078
1123
  }), order: 1, parse(a, p, d) {
1079
- const h = n ? +a[2] : void 0, m = a[0].replace(ho, `
1124
+ const h = n ? +a[2] : void 0, m = a[0].replace(vo, `
1080
1125
  `).match(s);
1081
- let x = !1;
1126
+ let y = !1;
1082
1127
  return { items: m.map(function(i, u) {
1083
- const l = c.exec(i)[0].length, f = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(f, "").replace(c, ""), y = u === m.length - 1, v = g.indexOf(`
1128
+ const l = c.exec(i)[0].length, f = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(f, "").replace(c, ""), x = u === m.length - 1, v = g.indexOf(`
1084
1129
 
1085
- `) !== -1 || y && x;
1086
- x = v;
1087
- const k = d.inline, $ = d.list;
1088
- let E;
1089
- d.list = !0, v ? (d.inline = !1, E = ve(g) + `
1130
+ `) !== -1 || x && y;
1131
+ y = v;
1132
+ const k = d.inline, L = d.list;
1133
+ let $;
1134
+ d.list = !0, v ? (d.inline = !1, $ = ke(g) + `
1090
1135
 
1091
- `) : (d.inline = !0, E = ve(g));
1092
- const T = p(E, d);
1093
- return d.inline = k, d.list = $, T;
1136
+ `) : (d.inline = !0, $ = ke(g));
1137
+ const T = p($, d);
1138
+ return d.inline = k, d.list = L, T;
1094
1139
  }), ordered: n, start: h };
1095
1140
  }, render: (a, p, d) => e(a.ordered ? "ol" : "ul", { key: d.key, start: a.type === b.orderedList ? a.start : void 0 }, a.items.map(function(h, m) {
1096
1141
  return e("li", { key: m }, p(h, d));
1097
1142
  })) };
1098
1143
  }
1099
- const ni = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ri = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, pn = [_t, Kt, Xt, Jt, en, Yt, nn, dn, un], oi = [...pn, /^[^\n]+(?: \n|\n{2,})/, _e, tn, Ke];
1100
- function ve(e) {
1144
+ const di = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), ui = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, mn = [en, tn, nn, rn, sn, on, ln, fn, Cn], pi = [...mn, /^[^\n]+(?: \n|\n{2,})/, Ye, an, Je];
1145
+ function ke(e) {
1101
1146
  let t = e.length;
1102
1147
  for (; t > 0 && e[t - 1] <= " "; ) t--;
1103
1148
  return e.slice(0, t);
1104
1149
  }
1105
- function be(e) {
1150
+ function ye(e) {
1106
1151
  return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
1107
1152
  }
1108
- function ii(e) {
1109
- return zo.test(e) ? "right" : Ao.test(e) ? "center" : qo.test(e) ? "left" : null;
1153
+ function hi(e) {
1154
+ return _o.test(e) ? "right" : Vo.test(e) ? "center" : Qo.test(e) ? "left" : null;
1110
1155
  }
1111
- function wt(e, t, n, r) {
1156
+ function Tt(e, t, n, r) {
1112
1157
  const s = n.inTable;
1113
1158
  n.inTable = !0;
1114
1159
  let c = [[]], a = "";
@@ -1121,28 +1166,28 @@ function wt(e, t, n, r) {
1121
1166
  d.trim() === "|" && (p(), r) ? h !== 0 && h !== m.length - 1 && c.push([]) : a += d;
1122
1167
  }), p(), n.inTable = s, c;
1123
1168
  }
1124
- function si(e, t, n) {
1169
+ function gi(e, t, n) {
1125
1170
  n.inline = !0;
1126
- const r = e[2] ? e[2].replace(Do, "").split("|").map(ii) : [], s = e[3] ? function(a, p, d) {
1171
+ const r = e[2] ? e[2].replace(Go, "").split("|").map(hi) : [], s = e[3] ? function(a, p, d) {
1127
1172
  return a.trim().split(`
1128
1173
  `).map(function(h) {
1129
- return wt(h, p, d, !0);
1174
+ return Tt(h, p, d, !0);
1130
1175
  });
1131
- }(e[3], t, n) : [], c = wt(e[1], t, n, !!s.length);
1176
+ }(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
1132
1177
  return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
1133
1178
  }
1134
- function St(e, t) {
1179
+ function $t(e, t) {
1135
1180
  return e.align[t] == null ? {} : { textAlign: e.align[t] };
1136
1181
  }
1137
1182
  function ge(e) {
1138
1183
  return e.inline = 1, e;
1139
1184
  }
1140
- function oe(e) {
1185
+ function ie(e) {
1141
1186
  return ge(function(t, n) {
1142
1187
  return n.inline ? e.exec(t) : null;
1143
1188
  });
1144
1189
  }
1145
- function ie(e) {
1190
+ function se(e) {
1146
1191
  return ge(function(t, n) {
1147
1192
  return n.inline || n.simple ? e.exec(t) : null;
1148
1193
  });
@@ -1152,80 +1197,80 @@ function te(e) {
1152
1197
  return n.inline || n.simple ? null : e.exec(t);
1153
1198
  };
1154
1199
  }
1155
- function ye(e) {
1200
+ function xe(e) {
1156
1201
  return ge(function(t) {
1157
1202
  return e.exec(t);
1158
1203
  });
1159
1204
  }
1160
- function ai(e, t) {
1205
+ function fi(e, t) {
1161
1206
  if (t.inline || t.simple) return null;
1162
1207
  let n = "";
1163
1208
  e.split(`
1164
1209
  `).every((s) => (s += `
1165
- `, !pn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1166
- const r = ve(n);
1210
+ `, !mn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1211
+ const r = ke(n);
1167
1212
  return r == "" ? null : [n, , r];
1168
1213
  }
1169
- const li = /(javascript|vbscript|data(?!:image)):/i;
1170
- function ci(e) {
1214
+ const Ci = /(javascript|vbscript|data(?!:image)):/i;
1215
+ function mi(e) {
1171
1216
  try {
1172
1217
  const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
1173
- if (li.test(t)) return null;
1218
+ if (Ci.test(t)) return null;
1174
1219
  } catch (t) {
1175
1220
  return null;
1176
1221
  }
1177
1222
  return e;
1178
1223
  }
1179
- function Mt(e) {
1180
- return e.replace(Ko, "$1");
1224
+ function Rt(e) {
1225
+ return e.replace(oi, "$1");
1181
1226
  }
1182
- function Ee(e, t, n) {
1227
+ function Pe(e, t, n) {
1183
1228
  const r = n.inline || !1, s = n.simple || !1;
1184
1229
  n.inline = !0, n.simple = !0;
1185
1230
  const c = e(t, n);
1186
1231
  return n.inline = r, n.simple = s, c;
1187
1232
  }
1188
- function di(e, t, n) {
1233
+ function bi(e, t, n) {
1189
1234
  const r = n.inline || !1, s = n.simple || !1;
1190
1235
  n.inline = !1, n.simple = !0;
1191
1236
  const c = e(t, n);
1192
1237
  return n.inline = r, n.simple = s, c;
1193
1238
  }
1194
- function ui(e, t, n) {
1239
+ function yi(e, t, n) {
1195
1240
  const r = n.inline || !1;
1196
1241
  n.inline = !1;
1197
1242
  const s = e(t, n);
1198
1243
  return n.inline = r, s;
1199
1244
  }
1200
- const We = (e, t, n) => ({ children: Ee(t, e[2], n) });
1201
- function Ze() {
1245
+ const Ue = (e, t, n) => ({ children: Pe(t, e[2], n) });
1246
+ function Ge() {
1202
1247
  return {};
1203
1248
  }
1204
- function je() {
1249
+ function Ve() {
1205
1250
  return null;
1206
1251
  }
1207
- function pi(...e) {
1252
+ function xi(...e) {
1208
1253
  return e.filter(Boolean).join(" ");
1209
1254
  }
1210
- function Ge(e, t, n) {
1255
+ function Qe(e, t, n) {
1211
1256
  let r = e;
1212
1257
  const s = t.split(".");
1213
1258
  for (; s.length && (r = r[s[0]], r !== void 0); ) s.shift();
1214
1259
  return r || n;
1215
1260
  }
1216
- function hi(e = "", t = {}) {
1261
+ function vi(e = "", t = {}) {
1217
1262
  function n(i, u, ...l) {
1218
- const f = Ge(t.overrides, `${i}.props`, {});
1219
- return t.createElement(function(g, y) {
1220
- const v = Ge(y, g);
1221
- return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Ge(y, `${g}.component`, g) : g;
1222
- }(i, t.overrides), le({}, u, f, { className: pi(u == null ? void 0 : u.className, f.className) || void 0 }), ...l);
1263
+ const f = Qe(t.overrides, `${i}.props`, {});
1264
+ return t.createElement(function(g, x) {
1265
+ const v = Qe(x, g);
1266
+ return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Qe(x, `${g}.component`, g) : g;
1267
+ }(i, t.overrides), ce({}, u, f, { className: xi(u == null ? void 0 : u.className, f.className) || void 0 }), ...l);
1223
1268
  }
1224
1269
  function r(i) {
1225
- i = i.replace(So, "");
1270
+ i = i.replace(Io, "");
1226
1271
  let u = !1;
1227
- t.forceInline ? u = !0 : t.forceBlock || (u = Ho.test(i) === !1);
1228
- const l = h(d(u ? i : `${ve(i).replace(Qo, "")}
1272
+ t.forceInline ? u = !0 : t.forceBlock || (u = jo.test(i) === !1);
1273
+ const l = h(d(u ? i : `${ke(i).replace(ni, "")}
1229
1274
 
1230
1275
  `, { inline: u }));
1231
1276
  for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); ) l.pop();
@@ -1240,101 +1285,101 @@ function hi(e = "", t = {}) {
1240
1285
  return t.createElement(f, { key: "outer" }, g);
1241
1286
  }
1242
1287
  function s(i, u) {
1243
- const l = u.match(uo);
1288
+ const l = u.match(yo);
1244
1289
  return l ? l.reduce(function(f, g) {
1245
- const y = g.indexOf("=");
1246
- if (y !== -1) {
1290
+ const x = g.indexOf("=");
1291
+ if (x !== -1) {
1247
1292
  const v = function(T) {
1248
- return T.indexOf("-") !== -1 && T.match($o) === null && (T = T.replace(No, function(I, H) {
1249
- return H.toUpperCase();
1293
+ return T.indexOf("-") !== -1 && T.match(Fo) === null && (T = T.replace(qo, function(N, B) {
1294
+ return B.toUpperCase();
1250
1295
  })), T;
1251
- }(g.slice(0, y)).trim(), k = function(T) {
1252
- const I = T[0];
1253
- return (I === '"' || I === "'") && T.length >= 2 && T[T.length - 1] === I ? T.slice(1, -1) : T;
1254
- }(g.slice(y + 1).trim()), $ = yt[v] || v;
1255
- if ($ === "ref") return f;
1256
- const E = f[$] = function(T, I, H, ae) {
1257
- return I === "style" ? function(Q) {
1258
- const j = [];
1259
- let W = "", V = !1, N = !1, _ = "";
1260
- if (!Q) return j;
1296
+ }(g.slice(0, x)).trim(), k = function(T) {
1297
+ const N = T[0];
1298
+ return (N === '"' || N === "'") && T.length >= 2 && T[T.length - 1] === N ? T.slice(1, -1) : T;
1299
+ }(g.slice(x + 1).trim()), L = kt[v] || v;
1300
+ if (L === "ref") return f;
1301
+ const $ = f[L] = function(T, N, B, le) {
1302
+ return N === "style" ? function(Q) {
1303
+ const Z = [];
1304
+ let _ = "", K = !1, D = !1, ee = "";
1305
+ if (!Q) return Z;
1261
1306
  for (let U = 0; U < Q.length; U++) {
1262
- const D = Q[U];
1263
- if (D !== '"' && D !== "'" || V || (N ? D === _ && (N = !1, _ = "") : (N = !0, _ = D)), D === "(" && W.endsWith("url") ? V = !0 : D === ")" && V && (V = !1), D !== ";" || N || V) W += D;
1307
+ const W = Q[U];
1308
+ if (W !== '"' && W !== "'" || K || (D ? W === ee && (D = !1, ee = "") : (D = !0, ee = W)), W === "(" && _.endsWith("url") ? K = !0 : W === ")" && K && (K = !1), W !== ";" || D || K) _ += W;
1264
1309
  else {
1265
- const G = W.trim();
1310
+ const G = _.trim();
1266
1311
  if (G) {
1267
1312
  const re = G.indexOf(":");
1268
1313
  if (re > 0) {
1269
- const ce = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
1270
- j.push([ce, de]);
1314
+ const Ce = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
1315
+ Z.push([Ce, de]);
1271
1316
  }
1272
1317
  }
1273
- W = "";
1318
+ _ = "";
1274
1319
  }
1275
1320
  }
1276
- const K = W.trim();
1277
- if (K) {
1278
- const U = K.indexOf(":");
1321
+ const O = _.trim();
1322
+ if (O) {
1323
+ const U = O.indexOf(":");
1279
1324
  if (U > 0) {
1280
- const D = K.slice(0, U).trim(), G = K.slice(U + 1).trim();
1281
- j.push([D, G]);
1325
+ const W = O.slice(0, U).trim(), G = O.slice(U + 1).trim();
1326
+ Z.push([W, G]);
1282
1327
  }
1283
1328
  }
1284
- return j;
1285
- }(H).reduce(function(Q, [j, W]) {
1286
- return Q[j.replace(/(-[a-z])/g, (V) => V[1].toUpperCase())] = ae(W, T, j), Q;
1287
- }, {}) : co.indexOf(I) !== -1 ? ae(H, T, I) : (H.match(Ro) && (H = H.slice(1, H.length - 1)), H === "true" || H !== "false" && H);
1329
+ return Z;
1330
+ }(B).reduce(function(Q, [Z, _]) {
1331
+ return Q[Z.replace(/(-[a-z])/g, (K) => K[1].toUpperCase())] = le(_, T, Z), Q;
1332
+ }, {}) : bo.indexOf(N) !== -1 ? le(B, T, N) : (B.match(Bo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
1288
1333
  }(i, v, k, t.sanitizer);
1289
- typeof E == "string" && (_e.test(E) || Ke.test(E)) && (f[$] = r(E.trim()));
1290
- } else g !== "style" && (f[yt[g] || g] = !0);
1334
+ typeof $ == "string" && (Ye.test($) || Je.test($)) && (f[L] = r($.trim()));
1335
+ } else g !== "style" && (f[kt[g] || g] = !0);
1291
1336
  return f;
1292
1337
  }, {}) : null;
1293
1338
  }
1294
- t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || ci, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? le({}, xt, t.namedCodesToUnicode) : xt, t.createElement = t.createElement || Y.createElement;
1295
- const c = [], a = {}, p = { [b.blockQuote]: { match: te(_t), order: 1, parse(i, u, l) {
1296
- const [, f, g] = i[0].replace(go, "").match(fo);
1339
+ t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || mi, t.slugify = t.slugify || ye, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, wt, t.namedCodesToUnicode) : wt, t.createElement = t.createElement || Y.createElement;
1340
+ const c = [], a = {}, p = { [b.blockQuote]: { match: te(en), order: 1, parse(i, u, l) {
1341
+ const [, f, g] = i[0].replace(ko, "").match(wo);
1297
1342
  return { alert: f, children: u(g, l) };
1298
1343
  }, render(i, u, l) {
1299
1344
  const f = { key: l.key };
1300
- return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), be), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, l));
1301
- } }, [b.breakLine]: { match: ye(Co), order: 1, parse: Ze, render: (i, u, l) => n("br", { key: l.key }) }, [b.breakThematic]: { match: te(mo), order: 1, parse: Ze, render: (i, u, l) => n("hr", { key: l.key }) }, [b.codeBlock]: { match: te(Xt), order: 0, parse: (i) => ({ lang: void 0, text: ve(i[0].replace(/^ {4}/gm, "")).replace(vt, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", le({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: te(Kt), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: ie(bo), order: 3, parse: (i) => ({ text: i[2].replace(vt, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [b.footnote]: { match: te(vo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: je }, [b.footnoteReference]: { match: oe(ko), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], be)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [b.gfmTask]: { match: oe(Mo), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: te(t.enforceAtxHeadings ? Yt : Jt), order: 1, parse: (i, u, l) => ({ children: Ee(u, i[2], l), id: t.slugify(i[2], be), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [b.headingSetext]: { match: te(en), order: 0, parse: (i, u, l) => ({ children: Ee(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: ye(_e), order: 1, parse(i, u, l) {
1302
- const [, f] = i[3].match(_o), g = new RegExp(`^${f}`, "gm"), y = i[3].replace(g, ""), v = (k = y, oi.some((H) => H.test(k)) ? ui : Ee);
1345
+ return i.alert && (f.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), ye), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", f, u(i.children, l));
1346
+ } }, [b.breakLine]: { match: xe(So), order: 1, parse: Ge, render: (i, u, l) => n("br", { key: l.key }) }, [b.breakThematic]: { match: te(Mo), order: 1, parse: Ge, render: (i, u, l) => n("hr", { key: l.key }) }, [b.codeBlock]: { match: te(nn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace(St, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: te(tn), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: se(To), order: 3, parse: (i) => ({ text: i[2].replace(St, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [b.footnote]: { match: te(Eo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [b.footnoteReference]: { match: ie(Lo), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], ye)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [b.gfmTask]: { match: ie(Po), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: te(t.enforceAtxHeadings ? on : rn), order: 1, parse: (i, u, l) => ({ children: Pe(u, i[2], l), id: t.slugify(i[2], ye), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [b.headingSetext]: { match: te(sn), order: 0, parse: (i, u, l) => ({ children: Pe(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: xe(Ye), order: 1, parse(i, u, l) {
1347
+ const [, f] = i[3].match(ri), g = new RegExp(`^${f}`, "gm"), x = i[3].replace(g, ""), v = (k = x, pi.some((B) => B.test(k)) ? yi : Pe);
1303
1348
  var k;
1304
- const $ = i[1].toLowerCase(), E = lo.indexOf($) !== -1, T = (E ? $ : i[1]).trim(), I = { attrs: s(T, i[2]), noInnerParse: E, tag: T };
1305
- return l.inAnchor = l.inAnchor || $ === "a", E ? I.text = i[3] : I.children = v(u, y, l), l.inAnchor = !1, I;
1306
- }, render: (i, u, l) => n(i.tag, le({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [b.htmlSelfClosing]: { match: ye(Ke), order: 1, parse(i) {
1349
+ const L = i[1].toLowerCase(), $ = mo.indexOf(L) !== -1, T = ($ ? L : i[1]).trim(), N = { attrs: s(T, i[2]), noInnerParse: $, tag: T };
1350
+ return l.inAnchor = l.inAnchor || L === "a", $ ? N.text = i[3] : N.children = v(u, x, l), l.inAnchor = !1, N;
1351
+ }, render: (i, u, l) => n(i.tag, ce({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [b.htmlSelfClosing]: { match: xe(Je), order: 1, parse(i) {
1307
1352
  const u = i[1].trim();
1308
1353
  return { attrs: s(u, i[2] || ""), tag: u };
1309
- }, render: (i, u, l) => n(i.tag, le({}, i.attrs, { key: l.key })) }, [b.htmlComment]: { match: ye(tn), order: 1, parse: () => ({}), render: je }, [b.image]: { match: ie(ri), order: 1, parse: (i) => ({ alt: i[1], target: Mt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: oe(ni), order: 3, parse: (i, u, l) => ({ children: di(u, i[1], l), target: Mt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [b.linkAngleBraceStyleDetector]: { match: oe(Io), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: ge((i, u) => u.inAnchor || t.disableAutoLink ? null : oe(Lo)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: oe(Eo), order: 0, parse(i) {
1354
+ }, render: (i, u, l) => n(i.tag, ce({}, i.attrs, { key: l.key })) }, [b.htmlComment]: { match: xe(an), order: 1, parse: () => ({}), render: Ve }, [b.image]: { match: se(ui), order: 1, parse: (i) => ({ alt: i[1], target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: ie(di), order: 3, parse: (i, u, l) => ({ children: bi(u, i[1], l), target: Rt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [b.linkAngleBraceStyleDetector]: { match: ie(Do), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: ge((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Ao)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: ie(Ho), order: 0, parse(i) {
1310
1355
  let u = i[1], l = i[1];
1311
- return po.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: l, type: b.link };
1312
- } }, [b.orderedList]: kt(n, 1), [b.unorderedList]: kt(n, 2), [b.newlineCoalescer]: { match: te(yo), order: 3, parse: Ze, render: () => `
1313
- ` }, [b.paragraph]: { match: ge(ai), order: 3, parse: We, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [b.ref]: { match: oe(Po), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: je }, [b.refImage]: { match: ie(Bo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [b.refLink]: { match: oe(Fo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [b.table]: { match: te(nn), order: 1, parse: si, render(i, u, l) {
1356
+ return xo.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: l, type: b.link };
1357
+ } }, [b.orderedList]: Mt(n, 1), [b.unorderedList]: Mt(n, 2), [b.newlineCoalescer]: { match: te($o), order: 3, parse: Ge, render: () => `
1358
+ ` }, [b.paragraph]: { match: ge(fi), order: 3, parse: Ue, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [b.ref]: { match: ie(zo), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [b.refImage]: { match: se(Wo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [b.refLink]: { match: ie(Zo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [b.table]: { match: te(ln), order: 1, parse: gi, render(i, u, l) {
1314
1359
  const f = i;
1315
- return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g, y) {
1316
- return n("th", { key: y, style: St(f, y) }, u(g, l));
1317
- }))), n("tbody", null, f.cells.map(function(g, y) {
1318
- return n("tr", { key: y }, g.map(function(v, k) {
1319
- return n("td", { key: k, style: St(f, k) }, u(v, l));
1360
+ return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g, x) {
1361
+ return n("th", { key: x, style: $t(f, x) }, u(g, l));
1362
+ }))), n("tbody", null, f.cells.map(function(g, x) {
1363
+ return n("tr", { key: x }, g.map(function(v, k) {
1364
+ return n("td", { key: k, style: $t(f, k) }, u(v, l));
1320
1365
  }));
1321
1366
  })));
1322
- } }, [b.text]: { match: ye(Uo), order: 4, parse: (i) => ({ text: i[0].replace(To, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [b.textBolded]: { match: ie(Wo), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [b.textEmphasized]: { match: ie(Zo), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [b.textEscaped]: { match: ie(Vo), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: ie(jo), order: 3, parse: We, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [b.textStrikethroughed]: { match: ie(Go), order: 3, parse: We, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
1367
+ } }, [b.text]: { match: xe(ti), order: 4, parse: (i) => ({ text: i[0].replace(Oo, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [b.textBolded]: { match: se(Ko), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [b.textEmphasized]: { match: se(Xo), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [b.textEscaped]: { match: se(ei), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: se(Yo), order: 3, parse: Ue, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [b.textStrikethroughed]: { match: se(Jo), order: 3, parse: Ue, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
1323
1368
  t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
1324
1369
  const d = function(i) {
1325
1370
  let u = Object.keys(i);
1326
1371
  function l(f, g) {
1327
- let y, v, k = [], $ = "", E = "";
1372
+ let x, v, k = [], L = "", $ = "";
1328
1373
  for (g.prevCapture = g.prevCapture || ""; f; ) {
1329
1374
  let T = 0;
1330
1375
  for (; T < u.length; ) {
1331
- if ($ = u[T], y = i[$], g.inline && !y.match.inline) {
1376
+ if (L = u[T], x = i[L], g.inline && !x.match.inline) {
1332
1377
  T++;
1333
1378
  continue;
1334
1379
  }
1335
- const I = y.match(f, g);
1336
- if (I) {
1337
- E = I[0], g.prevCapture += E, f = f.substring(E.length), v = y.parse(I, l, g), v.type == null && (v.type = $), k.push(v);
1380
+ const N = x.match(f, g);
1381
+ if (N) {
1382
+ $ = N[0], g.prevCapture += $, f = f.substring($.length), v = x.parse(N, l, g), v.type == null && (v.type = L), k.push(v);
1338
1383
  break;
1339
1384
  }
1340
1385
  T++;
@@ -1343,55 +1388,55 @@ function hi(e = "", t = {}) {
1343
1388
  return g.prevCapture = "", k;
1344
1389
  }
1345
1390
  return u.sort(function(f, g) {
1346
- let y = i[f].order, v = i[g].order;
1347
- return y !== v ? y - v : f < g ? -1 : 1;
1391
+ let x = i[f].order, v = i[g].order;
1392
+ return x !== v ? x - v : f < g ? -1 : 1;
1348
1393
  }), function(f, g) {
1349
- return l(function(y) {
1350
- return y.replace(xo, `
1351
- `).replace(wo, "").replace(Oo, " ");
1394
+ return l(function(x) {
1395
+ return x.replace(Ro, `
1396
+ `).replace(No, "").replace(Uo, " ");
1352
1397
  }(f), g);
1353
1398
  };
1354
1399
  }(p), h = (m = /* @__PURE__ */ function(i, u) {
1355
1400
  return function(l, f, g) {
1356
- const y = i[l.type].render;
1357
- return u ? u(() => y(l, f, g), l, f, g) : y(l, f, g);
1401
+ const x = i[l.type].render;
1402
+ return u ? u(() => x(l, f, g), l, f, g) : x(l, f, g);
1358
1403
  };
1359
1404
  }(p, t.renderRule), function i(u, l = {}) {
1360
1405
  if (Array.isArray(u)) {
1361
1406
  const f = l.key, g = [];
1362
- let y = !1;
1407
+ let x = !1;
1363
1408
  for (let v = 0; v < u.length; v++) {
1364
1409
  l.key = v;
1365
- const k = i(u[v], l), $ = typeof k == "string";
1366
- $ && y ? g[g.length - 1] += k : k !== null && g.push(k), y = $;
1410
+ const k = i(u[v], l), L = typeof k == "string";
1411
+ L && x ? g[g.length - 1] += k : k !== null && g.push(k), x = L;
1367
1412
  }
1368
1413
  return l.key = f, g;
1369
1414
  }
1370
1415
  return m(u, i, l);
1371
1416
  });
1372
1417
  var m;
1373
- const x = r(e);
1374
- return c.length ? n("div", null, x, n("footer", { key: "footer" }, c.map(function(i) {
1375
- return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
1376
- }))) : x;
1418
+ const y = r(e);
1419
+ return c.length ? n("div", null, y, n("footer", { key: "footer" }, c.map(function(i) {
1420
+ return n("div", { id: t.slugify(i.identifier, ye), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
1421
+ }))) : y;
1377
1422
  }
1378
- const gi = (e) => {
1423
+ const ki = (e) => {
1379
1424
  let { children: t = "", options: n } = e, r = function(s, c) {
1380
1425
  if (s == null) return {};
1381
1426
  var a, p, d = {}, h = Object.keys(s);
1382
1427
  for (p = 0; p < h.length; p++) c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
1383
1428
  return d;
1384
- }(e, ao);
1385
- return Y.cloneElement(hi(t, n), r);
1386
- }, fi = w.div`
1429
+ }(e, Co);
1430
+ return Y.cloneElement(vi(t, n), r);
1431
+ }, wi = w.div`
1387
1432
  display: flex;
1388
1433
 
1389
- ${({ align: e }) => e === "right" ? A`
1434
+ ${({ align: e }) => e === "right" ? q`
1390
1435
  justify-content: flex-end;
1391
- ` : A`
1436
+ ` : q`
1392
1437
  justify-content: flex-start;
1393
1438
  `}
1394
- `, hn = w.div`
1439
+ `, bn = w.div`
1395
1440
  font-size: inherit;
1396
1441
  line-height: inherit;
1397
1442
  padding-top: 8.5px;
@@ -1402,37 +1447,37 @@ const gi = (e) => {
1402
1447
  overflow-wrap: break-word;
1403
1448
  box-sizing: border-box;
1404
1449
 
1405
- ${({ align: e }) => e === "right" ? A`
1450
+ ${({ align: e }) => e === "right" ? q`
1406
1451
  text-align: right;
1407
1452
  border-radius: 10px 10px 0px 10px;
1408
- ` : A`
1453
+ ` : q`
1409
1454
  text-align: left;
1410
1455
  border-radius: 10px 10px 10px 0px;
1411
1456
  `}
1412
1457
 
1413
- ${({ align: e }) => e !== "full" ? A`
1458
+ ${({ align: e }) => e !== "full" ? q`
1414
1459
  max-width: 85%;
1415
1460
  ` : ""}
1416
1461
 
1417
1462
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1418
1463
  background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
1419
- `, se = ({ align: e, children: t }) => {
1464
+ `, ae = ({ align: e, children: t }) => {
1420
1465
  const { themeSettings: n } = R();
1421
- return /* @__PURE__ */ o(fi, { theme: n, align: e, children: /* @__PURE__ */ o(hn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(gi, { children: t }) : t }) });
1466
+ return /* @__PURE__ */ o(wi, { theme: n, align: e, children: /* @__PURE__ */ o(bn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(ki, { children: t }) : t }) });
1422
1467
  };
1423
- function Ci() {
1468
+ function Si() {
1424
1469
  const { welcomeText: e } = ne();
1425
- return e === !1 ? null : /* @__PURE__ */ o(se, { align: "left", children: e });
1470
+ return e === !1 ? null : /* @__PURE__ */ o(ae, { align: "left", children: e });
1426
1471
  }
1427
- const mi = w.div`
1472
+ const Mi = w.div`
1428
1473
  display: flex;
1429
1474
 
1430
- ${({ align: e }) => e === "right" ? A`
1475
+ ${({ align: e }) => e === "right" ? q`
1431
1476
  justify-content: flex-end;
1432
- ` : A`
1477
+ ` : q`
1433
1478
  justify-content: flex-start;
1434
1479
  `}
1435
- `, bi = w.button`
1480
+ `, Ti = w.button`
1436
1481
  font-family: inherit;
1437
1482
  font-size: inherit;
1438
1483
  line-height: inherit;
@@ -1448,13 +1493,13 @@ const mi = w.div`
1448
1493
  }
1449
1494
  border-radius: 20px;
1450
1495
 
1451
- ${({ align: e }) => e === "right" ? A`
1496
+ ${({ align: e }) => e === "right" ? q`
1452
1497
  text-align: right;
1453
- ` : A`
1498
+ ` : q`
1454
1499
  text-align: left;
1455
1500
  `}
1456
1501
 
1457
- ${({ align: e }) => e !== "full" ? A`
1502
+ ${({ align: e }) => e !== "full" ? q`
1458
1503
  max-width: 382px;
1459
1504
  ` : ""}
1460
1505
 
@@ -1462,7 +1507,7 @@ const mi = w.div`
1462
1507
  const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
1463
1508
  if (t) {
1464
1509
  const [r, s] = t;
1465
- return A`
1510
+ return q`
1466
1511
  border: none;
1467
1512
  position: relative;
1468
1513
  border-radius: ${n};
@@ -1485,7 +1530,7 @@ const mi = w.div`
1485
1530
  return "";
1486
1531
  }}
1487
1532
  `;
1488
- function Pe({
1533
+ function Be({
1489
1534
  children: e,
1490
1535
  align: t,
1491
1536
  onClick: n,
@@ -1494,8 +1539,8 @@ function Pe({
1494
1539
  accessibleName: c
1495
1540
  }) {
1496
1541
  const { themeSettings: a } = R();
1497
- return /* @__PURE__ */ o(mi, { align: t, children: /* @__PURE__ */ o(
1498
- bi,
1542
+ return /* @__PURE__ */ o(Mi, { align: t, children: /* @__PURE__ */ o(
1543
+ Ti,
1499
1544
  {
1500
1545
  "aria-label": c,
1501
1546
  theme: a,
@@ -1507,18 +1552,18 @@ function Pe({
1507
1552
  }
1508
1553
  ) });
1509
1554
  }
1510
- function yi({ onCancel: e, onConfirm: t }) {
1511
- const { t: n } = F();
1512
- return /* @__PURE__ */ S(Z, { children: [
1513
- /* @__PURE__ */ o(se, { align: "left", children: n("ai.clearHistoryPrompt") }),
1555
+ function $i({ onCancel: e, onConfirm: t }) {
1556
+ const { t: n } = P();
1557
+ return /* @__PURE__ */ S(j, { children: [
1558
+ /* @__PURE__ */ o(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
1514
1559
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
1515
- /* @__PURE__ */ o(Pe, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
1516
- /* @__PURE__ */ o(Pe, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
1560
+ /* @__PURE__ */ o(Be, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
1561
+ /* @__PURE__ */ o(Be, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
1517
1562
  ] })
1518
1563
  ] });
1519
1564
  }
1520
- var xi = Hn("toLowerCase");
1521
- function vi() {
1565
+ var Ri = Hn("toLowerCase");
1566
+ function Ei() {
1522
1567
  const { themeSettings: e } = R();
1523
1568
  return /* @__PURE__ */ o("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
1524
1569
  "path",
@@ -1530,32 +1575,32 @@ function vi() {
1530
1575
  }
1531
1576
  ) });
1532
1577
  }
1533
- function ki({ onClick: e }) {
1534
- const { t } = F();
1535
- return /* @__PURE__ */ o(Pe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1578
+ function Li({ onClick: e }) {
1579
+ const { t } = P();
1580
+ return /* @__PURE__ */ o(Be, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1536
1581
  "div",
1537
1582
  {
1538
1583
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1539
1584
  children: [
1540
- /* @__PURE__ */ o(vi, {}),
1585
+ /* @__PURE__ */ o(Ei, {}),
1541
1586
  t("ai.buttons.insights")
1542
1587
  ]
1543
1588
  }
1544
1589
  ) });
1545
1590
  }
1546
- function wi(e) {
1547
- return Dn("MuiDialog", e);
1591
+ function Ni(e) {
1592
+ return qn("MuiDialog", e);
1548
1593
  }
1549
- const Ve = On("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), gn = /* @__PURE__ */ Y.createContext({});
1550
- process.env.NODE_ENV !== "production" && (gn.displayName = "DialogContext");
1551
- const Si = Be(An, {
1594
+ const _e = Dn("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), yn = /* @__PURE__ */ Y.createContext({});
1595
+ process.env.NODE_ENV !== "production" && (yn.displayName = "DialogContext");
1596
+ const Ii = Ae(zn, {
1552
1597
  name: "MuiDialog",
1553
1598
  slot: "Backdrop",
1554
1599
  overrides: (e, t) => t.backdrop
1555
1600
  })({
1556
1601
  // Improve scrollable dialog support.
1557
1602
  zIndex: -1
1558
- }), Mi = (e) => {
1603
+ }), Pi = (e) => {
1559
1604
  const {
1560
1605
  classes: t,
1561
1606
  scroll: n,
@@ -1567,8 +1612,8 @@ const Si = Be(An, {
1567
1612
  container: ["container", `scroll${pe(n)}`],
1568
1613
  paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
1569
1614
  };
1570
- return Gn(a, wi, t);
1571
- }, Ti = Be(qn, {
1615
+ return Vn(a, Ni, t);
1616
+ }, Oi = Ae(Wn, {
1572
1617
  name: "MuiDialog",
1573
1618
  slot: "Root",
1574
1619
  overridesResolver: (e, t) => t.root
@@ -1577,7 +1622,7 @@ const Si = Be(An, {
1577
1622
  // Use !important to override the Modal inline-style.
1578
1623
  position: "absolute !important"
1579
1624
  }
1580
- }), $i = Be("div", {
1625
+ }), Fi = Ae("div", {
1581
1626
  name: "MuiDialog",
1582
1627
  slot: "Container",
1583
1628
  overridesResolver: (e, t) => {
@@ -1619,7 +1664,7 @@ const Si = Be(An, {
1619
1664
  }
1620
1665
  }
1621
1666
  }]
1622
- }), Ri = Be(Nt, {
1667
+ }), Bi = Ae(Ft, {
1623
1668
  name: "MuiDialog",
1624
1669
  slot: "Paper",
1625
1670
  overridesResolver: (e, t) => {
@@ -1628,7 +1673,7 @@ const Si = Be(An, {
1628
1673
  } = e;
1629
1674
  return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1630
1675
  }
1631
- })(zn(({
1676
+ })(Zn(({
1632
1677
  theme: e
1633
1678
  }) => ({
1634
1679
  margin: 32,
@@ -1669,7 +1714,7 @@ const Si = Be(An, {
1669
1714
  },
1670
1715
  style: {
1671
1716
  maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1672
- [`&.${Ve.paperScrollBody}`]: {
1717
+ [`&.${_e.paperScrollBody}`]: {
1673
1718
  [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1674
1719
  maxWidth: "calc(100% - 64px)"
1675
1720
  }
@@ -1681,7 +1726,7 @@ const Si = Be(An, {
1681
1726
  },
1682
1727
  style: {
1683
1728
  maxWidth: `${e.breakpoints.values[t]}${e.breakpoints.unit}`,
1684
- [`&.${Ve.paperScrollBody}`]: {
1729
+ [`&.${_e.paperScrollBody}`]: {
1685
1730
  [e.breakpoints.down(e.breakpoints.values[t] + 32 * 2)]: {
1686
1731
  maxWidth: "calc(100% - 64px)"
1687
1732
  }
@@ -1705,44 +1750,44 @@ const Si = Be(An, {
1705
1750
  height: "100%",
1706
1751
  maxHeight: "none",
1707
1752
  borderRadius: 0,
1708
- [`&.${Ve.paperScrollBody}`]: {
1753
+ [`&.${_e.paperScrollBody}`]: {
1709
1754
  margin: 0,
1710
1755
  maxWidth: "100%"
1711
1756
  }
1712
1757
  }
1713
1758
  }]
1714
- }))), fn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
1715
- const r = Wn({
1759
+ }))), xn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
1760
+ const r = jn({
1716
1761
  props: t,
1717
1762
  name: "MuiDialog"
1718
- }), s = Zn(), c = {
1763
+ }), s = Un(), c = {
1719
1764
  enter: s.transitions.duration.enteringScreen,
1720
1765
  exit: s.transitions.duration.leavingScreen
1721
- }, ht = r, {
1766
+ }, Ct = r, {
1722
1767
  "aria-describedby": a,
1723
1768
  "aria-labelledby": p,
1724
1769
  "aria-modal": d = !0,
1725
1770
  BackdropComponent: h,
1726
1771
  BackdropProps: m,
1727
- children: x,
1772
+ children: y,
1728
1773
  className: i,
1729
1774
  disableEscapeKeyDown: u = !1,
1730
1775
  fullScreen: l = !1,
1731
1776
  fullWidth: f = !1,
1732
1777
  maxWidth: g = "sm",
1733
- onBackdropClick: y,
1778
+ onBackdropClick: x,
1734
1779
  onClick: v,
1735
1780
  onClose: k,
1736
- open: $,
1737
- PaperComponent: E = Nt,
1781
+ open: L,
1782
+ PaperComponent: $ = Ft,
1738
1783
  PaperProps: T = {},
1739
- scroll: I = "paper",
1740
- slots: H = {},
1741
- slotProps: ae = {},
1742
- TransitionComponent: Q = Ct,
1743
- transitionDuration: j = c,
1744
- TransitionProps: W
1745
- } = ht, V = qe(ht, [
1784
+ scroll: N = "paper",
1785
+ slots: B = {},
1786
+ slotProps: le = {},
1787
+ TransitionComponent: Q = yt,
1788
+ transitionDuration: Z = c,
1789
+ TransitionProps: _
1790
+ } = Ct, K = Ze(Ct, [
1746
1791
  "aria-describedby",
1747
1792
  "aria-labelledby",
1748
1793
  "aria-modal",
@@ -1766,99 +1811,99 @@ const Si = Be(An, {
1766
1811
  "TransitionComponent",
1767
1812
  "transitionDuration",
1768
1813
  "TransitionProps"
1769
- ]), N = L(M({}, r), {
1814
+ ]), D = E(M({}, r), {
1770
1815
  disableEscapeKeyDown: u,
1771
1816
  fullScreen: l,
1772
1817
  fullWidth: f,
1773
1818
  maxWidth: g,
1774
- scroll: I
1775
- }), _ = Mi(N), K = Y.useRef(), U = (ue) => {
1776
- K.current = ue.target === ue.currentTarget;
1777
- }, D = (ue) => {
1778
- v && v(ue), K.current && (K.current = null, y && y(ue), k && k(ue, "backdropClick"));
1779
- }, G = jn(p), re = Y.useMemo(() => ({
1819
+ scroll: N
1820
+ }), ee = Pi(D), O = Y.useRef(), U = (ue) => {
1821
+ O.current = ue.target === ue.currentTarget;
1822
+ }, W = (ue) => {
1823
+ v && v(ue), O.current && (O.current = null, x && x(ue), k && k(ue, "backdropClick"));
1824
+ }, G = Gn(p), re = Y.useMemo(() => ({
1780
1825
  titleId: G
1781
- }), [G]), ce = M({
1826
+ }), [G]), Ce = M({
1782
1827
  transition: Q
1783
- }, H), de = M({
1784
- transition: W,
1828
+ }, B), de = M({
1829
+ transition: _,
1785
1830
  paper: T,
1786
1831
  backdrop: m
1787
- }, ae), P = {
1788
- slots: ce,
1832
+ }, le), oe = {
1833
+ slots: Ce,
1789
1834
  slotProps: de
1790
- }, [X, Te] = Ce("root", {
1791
- elementType: Ti,
1835
+ }, [$e, Re] = me("root", {
1836
+ elementType: Oi,
1792
1837
  shouldForwardComponentProp: !0,
1793
- externalForwardedProps: P,
1794
- ownerState: N,
1795
- className: ze(_.root, i),
1838
+ externalForwardedProps: oe,
1839
+ ownerState: D,
1840
+ className: je(ee.root, i),
1796
1841
  ref: n
1797
- }), [pt, $e] = Ce("backdrop", {
1798
- elementType: Si,
1842
+ }), [F, X] = me("backdrop", {
1843
+ elementType: Ii,
1799
1844
  shouldForwardComponentProp: !0,
1800
- externalForwardedProps: P,
1801
- ownerState: N
1802
- }), [bn, yn] = Ce("paper", {
1803
- elementType: Ri,
1845
+ externalForwardedProps: oe,
1846
+ ownerState: D
1847
+ }), [Ee, ft] = me("paper", {
1848
+ elementType: Bi,
1804
1849
  shouldForwardComponentProp: !0,
1805
- externalForwardedProps: P,
1806
- ownerState: N,
1807
- className: ze(_.paper, T.className)
1808
- }), [xn, vn] = Ce("container", {
1809
- elementType: $i,
1810
- externalForwardedProps: P,
1811
- ownerState: N,
1812
- className: ze(_.container)
1813
- }), [kn, wn] = Ce("transition", {
1814
- elementType: Ct,
1815
- externalForwardedProps: P,
1816
- ownerState: N,
1850
+ externalForwardedProps: oe,
1851
+ ownerState: D,
1852
+ className: je(ee.paper, T.className)
1853
+ }), [Le, wn] = me("container", {
1854
+ elementType: Fi,
1855
+ externalForwardedProps: oe,
1856
+ ownerState: D,
1857
+ className: je(ee.container)
1858
+ }), [Sn, Mn] = me("transition", {
1859
+ elementType: yt,
1860
+ externalForwardedProps: oe,
1861
+ ownerState: D,
1817
1862
  additionalProps: {
1818
1863
  appear: !0,
1819
- in: $,
1820
- timeout: j,
1864
+ in: L,
1865
+ timeout: Z,
1821
1866
  role: "presentation"
1822
1867
  }
1823
1868
  });
1824
- return /* @__PURE__ */ me(X, L(M(M({
1869
+ return /* @__PURE__ */ be($e, E(M(M({
1825
1870
  closeAfterTransition: !0,
1826
1871
  slots: {
1827
- backdrop: pt
1872
+ backdrop: F
1828
1873
  },
1829
1874
  slotProps: {
1830
1875
  backdrop: M({
1831
- transitionDuration: j,
1876
+ transitionDuration: Z,
1832
1877
  as: h
1833
- }, $e)
1878
+ }, X)
1834
1879
  },
1835
1880
  disableEscapeKeyDown: u,
1836
1881
  onClose: k,
1837
- open: $,
1838
- onClick: D
1839
- }, Te), V), {
1840
- children: /* @__PURE__ */ me(kn, L(M({}, wn), {
1841
- children: /* @__PURE__ */ me(xn, L(M({
1882
+ open: L,
1883
+ onClick: W
1884
+ }, Re), K), {
1885
+ children: /* @__PURE__ */ be(Sn, E(M({}, Mn), {
1886
+ children: /* @__PURE__ */ be(Le, E(M({
1842
1887
  onMouseDown: U
1843
- }, vn), {
1844
- children: /* @__PURE__ */ me(bn, L(M({
1845
- as: E,
1888
+ }, wn), {
1889
+ children: /* @__PURE__ */ be(Ee, E(M({
1890
+ as: $,
1846
1891
  elevation: 24,
1847
1892
  role: "dialog",
1848
1893
  "aria-describedby": a,
1849
1894
  "aria-labelledby": G,
1850
1895
  "aria-modal": d
1851
- }, yn), {
1852
- children: /* @__PURE__ */ me(gn.Provider, {
1896
+ }, ft), {
1897
+ children: /* @__PURE__ */ be(yn.Provider, {
1853
1898
  value: re,
1854
- children: x
1899
+ children: y
1855
1900
  })
1856
1901
  }))
1857
1902
  }))
1858
1903
  }))
1859
1904
  }));
1860
1905
  });
1861
- process.env.NODE_ENV !== "production" && (fn.propTypes = {
1906
+ process.env.NODE_ENV !== "production" && (xn.propTypes = {
1862
1907
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1863
1908
  // │ These PropTypes are generated from the TypeScript type definitions. │
1864
1909
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -2021,7 +2066,7 @@ process.env.NODE_ENV !== "production" && (fn.propTypes = {
2021
2066
  */
2022
2067
  TransitionProps: C.object
2023
2068
  });
2024
- function Li({ fillColor: e = "#262E3D" }) {
2069
+ function Ai({ fillColor: e = "#262E3D" }) {
2025
2070
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
2026
2071
  /* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
2027
2072
  /* @__PURE__ */ o(
@@ -2035,7 +2080,7 @@ function Li({ fillColor: e = "#262E3D" }) {
2035
2080
  )
2036
2081
  ] });
2037
2082
  }
2038
- const Cn = {
2083
+ const vn = {
2039
2084
  row: {
2040
2085
  hover: "rgba(224, 224, 224, 0.3)"
2041
2086
  },
@@ -2120,18 +2165,18 @@ const Cn = {
2120
2165
  errorBG: "rgba(231, 71, 39, 0.1)"
2121
2166
  }
2122
2167
  }
2123
- }, Ei = {
2168
+ }, Hi = {
2124
2169
  shouldForwardProp: (e) => !e.startsWith("$")
2125
- }, Me = w(
2126
- Pt,
2127
- Ei
2170
+ }, Te = w(
2171
+ Bt,
2172
+ Hi
2128
2173
  )(({ $hoverColor: e }) => ({
2129
2174
  padding: 2,
2130
2175
  "&.MuiIconButton-root:hover": {
2131
- backgroundColor: e != null ? e : Cn.interaction.defaultHover
2176
+ backgroundColor: e != null ? e : vn.interaction.defaultHover
2132
2177
  }
2133
2178
  }));
2134
- function Ii({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2179
+ function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2135
2180
  return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
2136
2181
  "path",
2137
2182
  {
@@ -2142,7 +2187,7 @@ function Ii({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2142
2187
  }
2143
2188
  ) });
2144
2189
  }
2145
- function Ni({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2190
+ function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2146
2191
  return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
2147
2192
  "path",
2148
2193
  {
@@ -2153,7 +2198,7 @@ function Ni({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2153
2198
  }
2154
2199
  ) });
2155
2200
  }
2156
- function Pi() {
2201
+ function zi() {
2157
2202
  return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
2158
2203
  "path",
2159
2204
  {
@@ -2165,27 +2210,27 @@ function Pi() {
2165
2210
  }
2166
2211
  ) });
2167
2212
  }
2168
- const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
2213
+ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
2169
2214
  const { themeSettings: t } = R();
2170
- return /* @__PURE__ */ o(Se, { title: e, children: /* @__PURE__ */ o(Me, { disableTouchRipple: !0, $hoverColor: dt(t), children: /* @__PURE__ */ o(Ni, { fill: t.chart.textColor }) }) });
2171
- }, Fi = ({ items: e }) => {
2172
- const [t, n] = O(null), r = (a) => {
2215
+ return /* @__PURE__ */ o(Me, { title: e, children: /* @__PURE__ */ o(Te, { disableTouchRipple: !0, $hoverColor: ht(t), children: /* @__PURE__ */ o(qi, { fill: t.chart.textColor }) }) });
2216
+ }, Zi = ({ items: e }) => {
2217
+ const [t, n] = A(null), r = (a) => {
2173
2218
  n(a.currentTarget);
2174
2219
  }, s = () => {
2175
2220
  n(null);
2176
2221
  }, { themeSettings: c } = R();
2177
- return /* @__PURE__ */ S(Z, { children: [
2222
+ return /* @__PURE__ */ S(j, { children: [
2178
2223
  /* @__PURE__ */ o(
2179
- Me,
2224
+ Te,
2180
2225
  {
2181
2226
  onClick: r,
2182
- $hoverColor: dt(c),
2227
+ $hoverColor: ht(c),
2183
2228
  "aria-label": "three dots button",
2184
- children: /* @__PURE__ */ o(Vn, { fill: c.chart.textColor })
2229
+ children: /* @__PURE__ */ o(Qn, { fill: c.chart.textColor })
2185
2230
  }
2186
2231
  ),
2187
2232
  /* @__PURE__ */ o(
2188
- Qn,
2233
+ Kn,
2189
2234
  {
2190
2235
  anchorEl: t,
2191
2236
  anchorOrigin: {
@@ -2199,7 +2244,7 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
2199
2244
  open: !!t,
2200
2245
  onClose: s,
2201
2246
  children: e.map((a) => /* @__PURE__ */ S(
2202
- Un,
2247
+ _n,
2203
2248
  {
2204
2249
  onClick: () => {
2205
2250
  a.onClick(), s();
@@ -2207,7 +2252,7 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
2207
2252
  sx: {
2208
2253
  fontSize: "13px",
2209
2254
  fontFamily: c.typography.fontFamily,
2210
- color: Cn.text.content
2255
+ color: vn.text.content
2211
2256
  },
2212
2257
  disableRipple: !0,
2213
2258
  children: [
@@ -2220,45 +2265,45 @@ const dt = (e) => Ft(e.chart.backgroundColor), Bi = ({ title: e }) => {
2220
2265
  }
2221
2266
  )
2222
2267
  ] });
2223
- }, Hi = ({ onClick: e }) => {
2224
- const { themeSettings: t } = R(), { t: n } = F();
2225
- return /* @__PURE__ */ o(Se, { title: n("ai.preview"), children: /* @__PURE__ */ o(Me, { onClick: e, $hoverColor: dt(t), children: /* @__PURE__ */ o(Ii, { fill: t.chart.textColor }) }) });
2226
- }, Oi = w.div`
2268
+ }, ji = ({ onClick: e }) => {
2269
+ const { themeSettings: t } = R(), { t: n } = P();
2270
+ return /* @__PURE__ */ o(Me, { title: n("ai.preview"), children: /* @__PURE__ */ o(Te, { onClick: e, $hoverColor: ht(t), children: /* @__PURE__ */ o(Di, { fill: t.chart.textColor }) }) });
2271
+ }, Ui = w.div`
2227
2272
  display: flex;
2228
2273
  padding-top: 6px;
2229
2274
  padding-bottom: 6px;
2230
2275
  `;
2231
- function Di({
2276
+ function Gi({
2232
2277
  infoTooltipText: e,
2233
2278
  onRefresh: t,
2234
2279
  onExpand: n
2235
2280
  }) {
2236
- const r = q(
2281
+ const r = z(
2237
2282
  () => [
2238
2283
  {
2239
2284
  title: "Refresh",
2240
2285
  onClick: t,
2241
- icon: /* @__PURE__ */ o(Pi, {})
2286
+ icon: /* @__PURE__ */ o(zi, {})
2242
2287
  }
2243
2288
  ],
2244
2289
  [t]
2245
2290
  );
2246
- return /* @__PURE__ */ S(Oi, { "aria-label": "chatbot chart toolbar", children: [
2247
- /* @__PURE__ */ o(Bi, { title: e != null ? e : "" }),
2248
- /* @__PURE__ */ o(Fi, { items: r }),
2249
- /* @__PURE__ */ o(Hi, { onClick: n })
2291
+ return /* @__PURE__ */ S(Ui, { "aria-label": "chatbot chart toolbar", children: [
2292
+ /* @__PURE__ */ o(Wi, { title: e != null ? e : "" }),
2293
+ /* @__PURE__ */ o(Zi, { items: r }),
2294
+ /* @__PURE__ */ o(ji, { onClick: n })
2250
2295
  ] });
2251
2296
  }
2252
- function Ai({ content: e }) {
2253
- const [t, n] = O(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = q(() => {
2254
- const a = Fe(e, { useCustomizedStyleOptions: !0 });
2255
- if (a === void 0 || !Ie(a))
2256
- throw new Ue("errors.otherWidgetTypesNotSupported");
2297
+ function Vi({ content: e }) {
2298
+ const [t, n] = A(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = z(() => {
2299
+ const a = He(e, { useCustomizedStyleOptions: !0 });
2300
+ if (a === void 0 || !Oe(a))
2301
+ throw new Ke("errors.otherWidgetTypesNotSupported");
2257
2302
  const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
2258
2303
  cornerRadius: "Small",
2259
2304
  header: {
2260
2305
  renderToolbar: (i) => /* @__PURE__ */ o(
2261
- Di,
2306
+ Gi,
2262
2307
  {
2263
2308
  infoTooltipText: p,
2264
2309
  onRefresh: i,
@@ -2267,30 +2312,30 @@ function Ai({ content: e }) {
2267
2312
  )
2268
2313
  }
2269
2314
  };
2270
- let m, x;
2271
- if (Ht(a.chartType))
2272
- m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(xe, L(M({}, a), { styleOptions: h })) }), x = /* @__PURE__ */ o(xe, L(M({}, a), { styleOptions: { header: { hidden: !0 } } }));
2315
+ let m, y;
2316
+ if (Dt(a.chartType))
2317
+ m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: h })) }), y = /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: { header: { hidden: !0 } } }));
2273
2318
  else {
2274
- const i = L(M({}, d), {
2319
+ const i = E(M({}, d), {
2275
2320
  header: { hidden: !0 }
2276
- }), u = M(L(M({}, d), {
2321
+ }), u = M(E(M({}, d), {
2277
2322
  legend: void 0,
2278
2323
  xAxis: void 0,
2279
2324
  yAxis: void 0
2280
2325
  }), h);
2281
- delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(xe, L(M({}, a), { styleOptions: u })) }), x = /* @__PURE__ */ o(
2282
- xe,
2283
- L(M({}, a), {
2326
+ delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: u })) }), y = /* @__PURE__ */ o(
2327
+ ve,
2328
+ E(M({}, a), {
2284
2329
  styleOptions: M({ cornerRadius: "None" }, i)
2285
2330
  })
2286
2331
  );
2287
2332
  }
2288
- return { inlineElement: m, expandedElement: x };
2333
+ return { inlineElement: m, expandedElement: y };
2289
2334
  }, [e]);
2290
- return /* @__PURE__ */ S(Z, { children: [
2335
+ return /* @__PURE__ */ S(j, { children: [
2291
2336
  s,
2292
2337
  /* @__PURE__ */ S(
2293
- fn,
2338
+ xn,
2294
2339
  {
2295
2340
  open: t,
2296
2341
  onClose: () => n(!1),
@@ -2305,7 +2350,7 @@ function Ai({ content: e }) {
2305
2350
  children: [
2306
2351
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
2307
2352
  /* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
2308
- /* @__PURE__ */ o(Pt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Li, { fillColor: r.aiChat.primaryTextColor }) })
2353
+ /* @__PURE__ */ o(Bt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Ai, { fillColor: r.aiChat.primaryTextColor }) })
2309
2354
  ] }),
2310
2355
  /* @__PURE__ */ o("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
2311
2356
  ]
@@ -2313,7 +2358,7 @@ function Ai({ content: e }) {
2313
2358
  )
2314
2359
  ] });
2315
2360
  }
2316
- function qi({ theme: e }) {
2361
+ function Qi({ theme: e }) {
2317
2362
  return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
2318
2363
  "path",
2319
2364
  {
@@ -2324,20 +2369,20 @@ function qi({ theme: e }) {
2324
2369
  }
2325
2370
  ) });
2326
2371
  }
2327
- function zi({ onClick: e, disabled: t }) {
2328
- const { themeSettings: n } = R(), { t: r } = F();
2329
- return /* @__PURE__ */ o(Se, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
2330
- Me,
2372
+ function _i({ onClick: e, disabled: t }) {
2373
+ const { themeSettings: n } = R(), { t: r } = P();
2374
+ return /* @__PURE__ */ o(Me, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
2375
+ Te,
2331
2376
  {
2332
2377
  "aria-label": "thumbs-down",
2333
2378
  onClick: e,
2334
2379
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2335
2380
  disabled: t,
2336
- children: /* @__PURE__ */ o(qi, { theme: n })
2381
+ children: /* @__PURE__ */ o(Qi, { theme: n })
2337
2382
  }
2338
2383
  ) });
2339
2384
  }
2340
- function Wi({ theme: e }) {
2385
+ function Ki({ theme: e }) {
2341
2386
  return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
2342
2387
  "path",
2343
2388
  {
@@ -2348,77 +2393,77 @@ function Wi({ theme: e }) {
2348
2393
  }
2349
2394
  ) });
2350
2395
  }
2351
- function Zi({ onClick: e, disabled: t }) {
2352
- const { themeSettings: n } = R(), { t: r } = F();
2353
- return /* @__PURE__ */ o(Se, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
2354
- Me,
2396
+ function Xi({ onClick: e, disabled: t }) {
2397
+ const { themeSettings: n } = R(), { t: r } = P();
2398
+ return /* @__PURE__ */ o(Me, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
2399
+ Te,
2355
2400
  {
2356
2401
  "aria-label": "thumbs-up",
2357
2402
  onClick: e,
2358
2403
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2359
2404
  disabled: t,
2360
- children: /* @__PURE__ */ o(Wi, { theme: n })
2405
+ children: /* @__PURE__ */ o(Ki, { theme: n })
2361
2406
  }
2362
2407
  ) });
2363
2408
  }
2364
- const ji = () => {
2365
- const [e, t] = O(!1), n = he(null), r = B(() => {
2409
+ const Yi = () => {
2410
+ const [e, t] = A(!1), n = he(null), r = I(() => {
2366
2411
  t(!0);
2367
- }, []), s = B(() => {
2412
+ }, []), s = I(() => {
2368
2413
  t(!1);
2369
2414
  }, []);
2370
- return [B(
2415
+ return [I(
2371
2416
  (a) => {
2372
2417
  var p;
2373
2418
  ((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
2374
2419
  },
2375
2420
  [r, s]
2376
2421
  ), e];
2377
- }, Gi = w.div`
2422
+ }, Ji = w.div`
2378
2423
  display: flex;
2379
2424
  flex-direction: column;
2380
2425
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
2381
2426
  `;
2382
- function Vi({ visible: e, onSend: t }) {
2383
- const [n, r] = O(!1), s = B(
2427
+ function e1({ visible: e, onSend: t }) {
2428
+ const [n, r] = A(!1), s = I(
2384
2429
  (a) => {
2385
2430
  r(!0), t(a === "up" ? 1 : -1);
2386
2431
  },
2387
2432
  [t]
2388
2433
  ), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
2389
2434
  return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
2390
- /* @__PURE__ */ o(Zi, { onClick: () => s("up"), disabled: n }),
2391
- /* @__PURE__ */ o(zi, { onClick: () => s("down"), disabled: n })
2435
+ /* @__PURE__ */ o(Xi, { onClick: () => s("up"), disabled: n }),
2436
+ /* @__PURE__ */ o(_i, { onClick: () => s("down"), disabled: n })
2392
2437
  ] }) : null;
2393
2438
  }
2394
- function Xe({
2439
+ function et({
2395
2440
  sourceId: e,
2396
2441
  data: t,
2397
2442
  type: n,
2398
2443
  buttonVisibility: r = "onHover",
2399
2444
  renderContent: s
2400
2445
  }) {
2401
- const c = ee(), a = _n(
2402
- B(
2403
- (x) => {
2446
+ const c = J(), a = Xn(
2447
+ I(
2448
+ (y) => {
2404
2449
  c && c.ai.sendFeedback({
2405
2450
  sourceId: e,
2406
2451
  type: n,
2407
2452
  data: t,
2408
- rating: x
2453
+ rating: y
2409
2454
  });
2410
2455
  },
2411
2456
  [c, e, t, n]
2412
2457
  ),
2413
2458
  200
2414
- ), [p, d] = ji(), h = q(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
2415
- return /* @__PURE__ */ o(Gi, { ref: p, theme: m, children: s(/* @__PURE__ */ o(Vi, { onSend: a, visible: h })) });
2416
- }
2417
- const Ui = 18 * 5;
2418
- function ut({ text: e }) {
2419
- const [t, n] = O(!0), [r, s] = O(!1), { t: c } = F(), a = he(null);
2420
- return Ne(() => {
2421
- a.current && a.current.scrollHeight > Ui && s(!0);
2459
+ ), [p, d] = Yi(), h = z(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
2460
+ return /* @__PURE__ */ o(Ji, { ref: p, theme: m, children: s(/* @__PURE__ */ o(e1, { onSend: a, visible: h })) });
2461
+ }
2462
+ const t1 = 18 * 5;
2463
+ function gt({ text: e }) {
2464
+ const [t, n] = A(!0), [r, s] = A(!1), { t: c } = P(), a = he(null);
2465
+ return Fe(() => {
2466
+ a.current && a.current.scrollHeight > t1 && s(!0);
2422
2467
  }, [e]), /* @__PURE__ */ S("div", { children: [
2423
2468
  /* @__PURE__ */ o("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
2424
2469
  r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
@@ -2431,91 +2476,91 @@ function ut({ text: e }) {
2431
2476
  ) })
2432
2477
  ] });
2433
2478
  }
2434
- function Qi({ nlgRequest: e }) {
2435
- const { data: t, isLoading: n, isError: r } = He(e), { t: s } = F();
2436
- return n ? /* @__PURE__ */ o(at, {}) : r ? /* @__PURE__ */ o(se, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ o(se, { align: "full", children: /* @__PURE__ */ o(ut, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
2479
+ function n1({ nlgRequest: e }) {
2480
+ const { data: t, isLoading: n, isError: r } = De(e), { t: s } = P();
2481
+ return n ? /* @__PURE__ */ o(dt, {}) : r ? /* @__PURE__ */ o(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ o(ae, { align: "full", children: /* @__PURE__ */ o(gt, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
2437
2482
  }
2438
- const Tt = w.div`
2483
+ const Et = w.div`
2439
2484
  display: flex;
2440
2485
  align-items: center;
2441
2486
  column-gap: 10px;
2442
- `, _i = (e) => !!e && "aeiou".includes(e[0]);
2443
- function Ki({ data: e, alwaysShowFeedback: t }) {
2487
+ `, r1 = (e) => !!e && "aeiou".includes(e[0]);
2488
+ function o1({ data: e, alwaysShowFeedback: t }) {
2444
2489
  const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h = "" } = e;
2445
2490
  console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
2446
2491
  const m = "chartType" in a ? a.chartType : "table";
2447
- let x;
2448
- _i(m) ? x = `an ${m}` : x = `a ${m}`, m !== "table" && (x += " chart");
2449
- const i = p.datasource.title, [u, l] = O(!1), f = B(() => {
2492
+ let y;
2493
+ r1(m) ? y = `an ${m}` : y = `a ${m}`, m !== "table" && (y += " chart");
2494
+ const i = p.datasource.title, [u, l] = A(!1), f = I(() => {
2450
2495
  l((k) => !k);
2451
2496
  }, []), g = {
2452
2497
  jaql: {
2453
2498
  datasource: p.datasource,
2454
2499
  metadata: p.metadata
2455
2500
  }
2456
- }, y = n === "analyze", v = `${d}${d && h ? `
2501
+ }, x = n === "analyze", v = `${d}${d && h ? `
2457
2502
  ` : ""}${h}`;
2458
- return /* @__PURE__ */ S(Z, { children: [
2503
+ return /* @__PURE__ */ S(j, { children: [
2459
2504
  /* @__PURE__ */ o(
2460
- Xe,
2505
+ et,
2461
2506
  {
2462
2507
  sourceId: i,
2463
2508
  data: e,
2464
2509
  type: "chats/nlq",
2465
2510
  buttonVisibility: t ? "always" : "onHover",
2466
- renderContent: (k) => /* @__PURE__ */ S(Z, { children: [
2467
- /* @__PURE__ */ S(Tt, { children: [
2468
- /* @__PURE__ */ o(hn, { align: "left", theme: s, children: v || `Here's ${x} showing ${xi(c)}.` }),
2511
+ renderContent: (k) => /* @__PURE__ */ S(j, { children: [
2512
+ /* @__PURE__ */ S(Et, { children: [
2513
+ /* @__PURE__ */ o(bn, { align: "left", theme: s, children: v || `Here's ${y} showing ${Ri(c)}.` }),
2469
2514
  k
2470
2515
  ] }),
2471
- y && /* @__PURE__ */ o(Ai, { content: e })
2516
+ x && /* @__PURE__ */ o(Vi, { content: e })
2472
2517
  ] })
2473
2518
  }
2474
2519
  ),
2475
2520
  r && /* @__PURE__ */ o(
2476
- Xe,
2521
+ et,
2477
2522
  {
2478
2523
  sourceId: i,
2479
2524
  data: g,
2480
2525
  type: "nlg/queryResult",
2481
2526
  buttonVisibility: u ? "onHover" : "never",
2482
- renderContent: (k) => /* @__PURE__ */ S(Z, { children: [
2483
- /* @__PURE__ */ S(Tt, { children: [
2484
- /* @__PURE__ */ o(ki, { onClick: f }),
2527
+ renderContent: (k) => /* @__PURE__ */ S(j, { children: [
2528
+ /* @__PURE__ */ S(Et, { children: [
2529
+ /* @__PURE__ */ o(Li, { onClick: f }),
2485
2530
  k
2486
2531
  ] }),
2487
- u && /* @__PURE__ */ o(Qi, { nlgRequest: g })
2532
+ u && /* @__PURE__ */ o(n1, { nlgRequest: g })
2488
2533
  ] })
2489
2534
  }
2490
2535
  )
2491
2536
  ] });
2492
2537
  }
2493
- function Xi({ message: e, isLastMessage: t }) {
2494
- if (st(e)) {
2538
+ function i1({ message: e, isLastMessage: t }) {
2539
+ if (ct(e)) {
2495
2540
  const r = JSON.parse(e.content);
2496
- return /* @__PURE__ */ o(Ki, { data: r, alwaysShowFeedback: t });
2541
+ return /* @__PURE__ */ o(o1, { data: r, alwaysShowFeedback: t });
2497
2542
  }
2498
- const n = Er(e) ? JSON.parse(e.content).answer : e.content;
2499
- return /* @__PURE__ */ o(se, { align: e.role === "user" ? "right" : "left", children: n });
2543
+ const n = Hr(e) ? JSON.parse(e.content).answer : e.content;
2544
+ return /* @__PURE__ */ o(ae, { align: e.role === "user" ? "right" : "left", children: n });
2500
2545
  }
2501
- const Ji = Ot(Xi), Yi = ({
2546
+ const s1 = qt(i1), a1 = ({
2502
2547
  error: e,
2503
2548
  displayMessage: t
2504
- }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(se, { align: "left", children: t }));
2505
- function e1({ messages: e }) {
2506
- const { t } = F();
2507
- return /* @__PURE__ */ o(Z, { children: e.map((n, r) => /* @__PURE__ */ o(
2508
- Kn,
2549
+ }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ae, { align: "left", children: t }));
2550
+ function l1({ messages: e }) {
2551
+ const { t } = P();
2552
+ return /* @__PURE__ */ o(j, { children: e.map((n, r) => /* @__PURE__ */ o(
2553
+ Yn,
2509
2554
  {
2510
- fallbackRender: (s) => Yi(L(M({}, s), {
2555
+ fallbackRender: (s) => a1(E(M({}, s), {
2511
2556
  displayMessage: t("ai.errors.unexpected")
2512
2557
  })),
2513
- children: /* @__PURE__ */ o(Ji, { message: n, isLastMessage: r === e.length - 1 }, r)
2558
+ children: /* @__PURE__ */ o(s1, { message: n, isLastMessage: r === e.length - 1 }, r)
2514
2559
  },
2515
2560
  r
2516
2561
  )) });
2517
2562
  }
2518
- function mn({ color: e }) {
2563
+ function kn({ color: e }) {
2519
2564
  return /* @__PURE__ */ o(
2520
2565
  "svg",
2521
2566
  {
@@ -2534,18 +2579,18 @@ function mn({ color: e }) {
2534
2579
  }
2535
2580
  );
2536
2581
  }
2537
- function t1({ onClick: e, color: t }) {
2582
+ function c1({ onClick: e, color: t }) {
2538
2583
  return /* @__PURE__ */ o(
2539
2584
  "div",
2540
2585
  {
2541
2586
  "aria-label": "go back",
2542
2587
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2543
2588
  onClick: e,
2544
- children: /* @__PURE__ */ o(mn, { color: t })
2589
+ children: /* @__PURE__ */ o(kn, { color: t })
2545
2590
  }
2546
2591
  );
2547
2592
  }
2548
- function n1() {
2593
+ function d1() {
2549
2594
  const { themeSettings: e } = R();
2550
2595
  return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
2551
2596
  "path",
@@ -2557,10 +2602,10 @@ function n1() {
2557
2602
  }
2558
2603
  ) });
2559
2604
  }
2560
- const r1 = (e, t) => {
2561
- const n = new rr(e);
2605
+ const u1 = (e, t) => {
2606
+ const n = new ar(e);
2562
2607
  return n.alpha = t, n;
2563
- }, o1 = w.div`
2608
+ }, p1 = w.div`
2564
2609
  font-size: inherit;
2565
2610
  line-height: inherit;
2566
2611
  padding-left: 8px;
@@ -2568,7 +2613,7 @@ const r1 = (e, t) => {
2568
2613
  padding-top: 4px;
2569
2614
  border-radius: 16px;
2570
2615
  margin-bottom: 4px;
2571
- box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${r1(e.aiChat.primaryTextColor, 0.2)}`};
2616
+ box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${u1(e.aiChat.primaryTextColor, 0.2)}`};
2572
2617
  cursor: pointer;
2573
2618
  color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2574
2619
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
@@ -2577,10 +2622,10 @@ const r1 = (e, t) => {
2577
2622
  color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2578
2623
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2579
2624
  box-shadow: none;
2580
- `, i1 = ({ onClick: e }) => {
2625
+ `, h1 = ({ onClick: e }) => {
2581
2626
  const { themeSettings: t } = R();
2582
- return /* @__PURE__ */ o(o1, { theme: t, onClick: e, children: /* @__PURE__ */ o(n1, {}) });
2583
- }, s1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(It, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(i1, { onClick: t }) }), a1 = w.button`
2627
+ return /* @__PURE__ */ o(p1, { theme: t, onClick: e, children: /* @__PURE__ */ o(d1, {}) });
2628
+ }, g1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(h1, { onClick: t }) }), f1 = w.button`
2584
2629
  font-size: inherit;
2585
2630
  line-height: inherit;
2586
2631
  box-sizing: border-box;
@@ -2607,7 +2652,7 @@ const r1 = (e, t) => {
2607
2652
  const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
2608
2653
  if (t) {
2609
2654
  const [r, s] = t;
2610
- return A`
2655
+ return q`
2611
2656
  border: none;
2612
2657
  position: relative;
2613
2658
  border-radius: ${n};
@@ -2630,24 +2675,24 @@ const r1 = (e, t) => {
2630
2675
  return "";
2631
2676
  }}
2632
2677
  `;
2633
- function $t({ question: e, onClick: t }) {
2678
+ function Lt({ question: e, onClick: t }) {
2634
2679
  const { themeSettings: n } = R();
2635
- return /* @__PURE__ */ o(a1, { onClick: t, theme: n, children: e });
2680
+ return /* @__PURE__ */ o(f1, { onClick: t, theme: n, children: e });
2636
2681
  }
2637
- const l1 = w.div`
2682
+ const C1 = w.div`
2638
2683
  display: flex;
2639
2684
  flex-direction: column;
2640
2685
  align-items: flex-start;
2641
2686
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2642
2687
  `;
2643
- function c1({ questions: e, onSelection: t }) {
2644
- const { t: n } = F(), [r, s] = O(!0), c = q(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = R();
2645
- return /* @__PURE__ */ S(l1, { "aria-label": "list of suggested questions", theme: a, children: [
2646
- c.map((p) => /* @__PURE__ */ o($t, { question: p, onClick: () => t(p) }, p)),
2647
- c.length < e.length && /* @__PURE__ */ o($t, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
2688
+ function m1({ questions: e, onSelection: t }) {
2689
+ const { t: n } = P(), [r, s] = A(!0), c = z(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = R();
2690
+ return /* @__PURE__ */ S(C1, { "aria-label": "list of suggested questions", theme: a, children: [
2691
+ c.map((p) => /* @__PURE__ */ o(Lt, { question: p, onClick: () => t(p) }, p)),
2692
+ c.length < e.length && /* @__PURE__ */ o(Lt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
2648
2693
  ] });
2649
2694
  }
2650
- const d1 = w.div`
2695
+ const b1 = w.div`
2651
2696
  width: 283px;
2652
2697
  height: 32px;
2653
2698
  border-radius: 10px;
@@ -2671,23 +2716,23 @@ const d1 = w.div`
2671
2716
  background-position: -200% 0;
2672
2717
  }
2673
2718
  }
2674
- `, u1 = w.div`
2719
+ `, y1 = w.div`
2675
2720
  display: flex;
2676
2721
  flex-direction: column;
2677
2722
  row-gap: 1rem;
2678
2723
  `;
2679
- function p1() {
2724
+ function x1() {
2680
2725
  const { themeSettings: e } = R();
2681
- return /* @__PURE__ */ o(u1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(d1, { theme: e }, n)) });
2726
+ return /* @__PURE__ */ o(y1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(b1, { theme: e }, n)) });
2682
2727
  }
2683
- function h1({ questions: e, isLoading: t, onSelection: n }) {
2728
+ function v1({ questions: e, isLoading: t, onSelection: n }) {
2684
2729
  const r = e.length > 0, { suggestionsWelcomeText: s } = ne();
2685
- return t ? /* @__PURE__ */ o(p1, {}) : r ? /* @__PURE__ */ S(Z, { children: [
2686
- s && /* @__PURE__ */ o(se, { align: "left", children: s }),
2687
- /* @__PURE__ */ o(c1, { onSelection: n, questions: e })
2730
+ return t ? /* @__PURE__ */ o(x1, {}) : r ? /* @__PURE__ */ S(j, { children: [
2731
+ s && /* @__PURE__ */ o(ae, { align: "left", children: s }),
2732
+ /* @__PURE__ */ o(m1, { onSelection: n, questions: e })
2688
2733
  ] }) : null;
2689
2734
  }
2690
- const g1 = w.div`
2735
+ const k1 = w.div`
2691
2736
  display: flex;
2692
2737
  flex-direction: column;
2693
2738
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
@@ -2698,7 +2743,7 @@ const g1 = w.div`
2698
2743
  padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2699
2744
  flex: initial;
2700
2745
  height: 100%;
2701
- `, f1 = w.div`
2746
+ `, w1 = w.div`
2702
2747
  padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2703
2748
  padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2704
2749
  padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
@@ -2706,136 +2751,137 @@ const g1 = w.div`
2706
2751
  display: flex;
2707
2752
  flex-direction: column;
2708
2753
  row-gap: 6px;
2709
- `, C1 = w.div`
2754
+ `, S1 = w.div`
2710
2755
  display: flex;
2711
2756
  flex-direction: column;
2712
2757
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2713
2758
  `;
2714
- function m1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2715
- var re, ce, de;
2716
- const { t: r } = F(), {
2759
+ function M1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2760
+ var de, oe, $e, Re;
2761
+ const { t: r } = P(), {
2717
2762
  enableFollowupQuestions: s,
2718
2763
  enableHeader: c,
2719
2764
  numOfRecentPrompts: a,
2720
2765
  numOfRecommendations: p,
2721
2766
  customPrompt: d
2722
- } = ne(), { themeSettings: h } = R(), {
2723
- data: m,
2724
- isLoading: x,
2725
- isError: i
2726
- } = Wt({
2767
+ } = ne(), { themeSettings: h } = R(), { quotaState: m } = Jn(), {
2768
+ data: y,
2769
+ isLoading: i,
2770
+ isError: u
2771
+ } = Vt({
2727
2772
  contextTitle: e,
2728
2773
  count: p,
2729
2774
  customPrompt: d
2730
- }), u = q(
2731
- () => m == null ? void 0 : m.map((P) => P.nlqPrompt),
2732
- [m]
2775
+ }), l = z(
2776
+ () => y == null ? void 0 : y.map((F) => F.nlqPrompt),
2777
+ [y]
2733
2778
  ), {
2734
- history: l,
2735
- lastNlqResponse: f,
2736
- isAwaitingResponse: g,
2737
- sendMessage: y,
2738
- isLoading: v,
2739
- chatId: k,
2779
+ history: f,
2780
+ lastNlqResponse: g,
2781
+ isAwaitingResponse: x,
2782
+ sendMessage: v,
2783
+ isLoading: k,
2784
+ chatId: L,
2740
2785
  lastError: $
2741
- } = Ir(e, n), { mutate: E, isLoading: T } = Gt(k), [I, H] = O(!1), [ae, Q] = O(!1), j = () => H(!0), W = () => H(!1), V = () => {
2742
- E(), W();
2743
- }, N = he(null), _ = he(null), K = () => {
2744
- if (!(N != null && N.current)) return;
2745
- const { scrollTop: P, clientHeight: X, scrollHeight: Te } = N.current;
2746
- if (P === void 0 || X === void 0 || Te === void 0) return;
2747
- const $e = Te - P - X > X / 2;
2748
- ae !== $e && Q($e);
2786
+ } = Dr(e, n), T = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: N, isLoading: B } = Kt(L), [le, Q] = A(!1), [Z, _] = A(!1), K = () => Q(!0), D = () => Q(!1), ee = () => {
2787
+ N(), D();
2788
+ }, O = he(null), U = he(null), W = () => {
2789
+ if (!(O != null && O.current)) return;
2790
+ const { scrollTop: F, clientHeight: X, scrollHeight: Ee } = O.current;
2791
+ if (F === void 0 || X === void 0 || Ee === void 0) return;
2792
+ const Le = Ee - F - X > X / 2;
2793
+ Z !== Le && _(Le);
2749
2794
  };
2750
- Ne(() => {
2751
- N.current && (N.current.scrollTop = N.current.scrollHeight);
2752
- }, [l, I, g]);
2753
- const U = he(null), D = c ? /* @__PURE__ */ o(
2754
- Qt,
2795
+ Fe(() => {
2796
+ O.current && (O.current.scrollTop = O.current.scrollHeight);
2797
+ }, [f, le, x]);
2798
+ const G = he(null), re = c ? /* @__PURE__ */ o(
2799
+ Jt,
2755
2800
  {
2756
- ref: U,
2801
+ ref: G,
2757
2802
  title: e,
2758
- leftNav: t && /* @__PURE__ */ o(t1, { onClick: t, color: h.aiChat.header.textColor }),
2803
+ leftNav: t && /* @__PURE__ */ o(c1, { onClick: t, color: h.aiChat.header.textColor }),
2759
2804
  style: h.aiChat.header
2760
2805
  }
2761
- ) : null, G = q(
2806
+ ) : null, Ce = z(
2762
2807
  () => [
2763
2808
  ...new Set(
2764
- l.filter((P) => P.role === "user").filter((P) => !(u != null && u.includes(P.content))).map((P) => P.content).reverse()
2809
+ f.filter((F) => F.role === "user").filter((F) => !(l != null && l.includes(F.content))).map((F) => F.content).reverse()
2765
2810
  )
2766
2811
  ].slice(0, a),
2767
- [l, a, u]
2812
+ [f, a, l]
2768
2813
  );
2769
- return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(Z, { children: [
2770
- c && D,
2771
- /* @__PURE__ */ o(Ut, { text: $.message })
2772
- ] }) : /* @__PURE__ */ S(Z, { children: [
2773
- D,
2774
- /* @__PURE__ */ S(g1, { ref: N, theme: h, onScroll: K, children: [
2814
+ return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
2815
+ c && re,
2816
+ /* @__PURE__ */ o(Yt, { text: $.message })
2817
+ ] }) : /* @__PURE__ */ S(j, { children: [
2818
+ re,
2819
+ /* @__PURE__ */ o(er, {}),
2820
+ /* @__PURE__ */ S(k1, { ref: O, theme: h, onScroll: W, children: [
2775
2821
  /* @__PURE__ */ o(
2776
- s1,
2822
+ g1,
2777
2823
  {
2778
- isVisible: ae,
2779
- anchorElement: _.current,
2824
+ isVisible: Z,
2825
+ anchorElement: U.current,
2780
2826
  onClick: () => {
2781
- var P, X;
2782
- (X = N.current) == null || X.scroll({
2783
- top: (P = N.current) == null ? void 0 : P.scrollHeight,
2827
+ var F, X;
2828
+ (X = O.current) == null || X.scroll({
2829
+ top: (F = O.current) == null ? void 0 : F.scrollHeight,
2784
2830
  behavior: "smooth"
2785
2831
  });
2786
2832
  }
2787
2833
  }
2788
2834
  ),
2789
- /* @__PURE__ */ o(Ci, {}),
2835
+ /* @__PURE__ */ o(Si, {}),
2790
2836
  /* @__PURE__ */ o(
2791
- h1,
2837
+ v1,
2792
2838
  {
2793
- questions: u || [],
2794
- isLoading: x,
2795
- onSelection: y
2839
+ questions: l || [],
2840
+ isLoading: i,
2841
+ onSelection: v
2796
2842
  }
2797
2843
  ),
2798
- $ && /* @__PURE__ */ o(se, { align: "left", children: $.message }),
2799
- v ? /* @__PURE__ */ o(Oe, {}) : /* @__PURE__ */ o(e1, { messages: l }),
2800
- s && f && ((ce = (re = f.followupQuestions) == null ? void 0 : re.length) != null ? ce : 0) > 0 && /* @__PURE__ */ o(C1, { theme: h, children: (de = f.followupQuestions) == null ? void 0 : de.slice(0, 2).map((P, X) => /* @__PURE__ */ o(
2801
- Pe,
2844
+ $ && /* @__PURE__ */ o(ae, { align: "left", children: $.message }),
2845
+ k ? /* @__PURE__ */ o(qe, {}) : /* @__PURE__ */ o(l1, { messages: f }),
2846
+ s && g && (($e = (oe = g.followupQuestions) == null ? void 0 : oe.length) != null ? $e : 0) > 0 && /* @__PURE__ */ o(S1, { theme: h, children: (Re = g.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((F, X) => /* @__PURE__ */ o(
2847
+ Be,
2802
2848
  {
2803
2849
  align: "left",
2804
2850
  onClick: () => {
2805
- y(P);
2851
+ v(F);
2806
2852
  },
2807
- children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: P })
2853
+ children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: F })
2808
2854
  },
2809
2855
  X
2810
2856
  )) }),
2811
- (g || T) && /* @__PURE__ */ o(at, {}),
2812
- I && /* @__PURE__ */ o(
2813
- yi,
2857
+ (x || B) && /* @__PURE__ */ o(dt, {}),
2858
+ le && /* @__PURE__ */ o(
2859
+ $i,
2814
2860
  {
2815
- onCancel: W,
2816
- onConfirm: V
2861
+ onCancel: D,
2862
+ onConfirm: ee
2817
2863
  }
2818
2864
  )
2819
2865
  ] }),
2820
- /* @__PURE__ */ S(f1, { ref: _, theme: h, children: [
2866
+ /* @__PURE__ */ S(w1, { ref: U, theme: h, children: [
2821
2867
  /* @__PURE__ */ o(
2822
- to,
2868
+ co,
2823
2869
  {
2824
- onSendMessage: y,
2825
- disabled: g || v,
2826
- onClearHistoryClick: j,
2827
- suggestions: u || [],
2828
- recentPrompts: G,
2829
- isLoading: x || v,
2830
- recommendationsError: i,
2831
- onChange: W
2870
+ onSendMessage: v,
2871
+ disabled: T,
2872
+ onClearHistoryClick: K,
2873
+ suggestions: l || [],
2874
+ recentPrompts: Ce,
2875
+ isLoading: i || k,
2876
+ recommendationsError: u,
2877
+ onChange: D
2832
2878
  }
2833
2879
  ),
2834
- /* @__PURE__ */ o(Ar, { theme: h })
2880
+ /* @__PURE__ */ o(Vr, { theme: h })
2835
2881
  ] })
2836
2882
  ] });
2837
2883
  }
2838
- const b1 = w.button`
2884
+ const T1 = w.button`
2839
2885
  font-family: ${({ theme: e }) => e.typography.fontFamily};
2840
2886
  padding: 20px;
2841
2887
  border: none;
@@ -2848,38 +2894,38 @@ const b1 = w.button`
2848
2894
  cursor: pointer;
2849
2895
 
2850
2896
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2851
- `, y1 = w.div`
2897
+ `, $1 = w.div`
2852
2898
  font-size: 1.05rem;
2853
2899
  line-height: 28px;
2854
2900
 
2855
2901
  color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2856
- `, x1 = w.div`
2902
+ `, R1 = w.div`
2857
2903
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2858
2904
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2859
2905
 
2860
- color: ${({ theme: e }) => Ft(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2861
- `, v1 = w.div`
2906
+ color: ${({ theme: e }) => Ht(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2907
+ `, E1 = w.div`
2862
2908
  width: 16px;
2863
2909
  height: 16px;
2864
2910
  transform: rotate(180deg);
2865
2911
  `;
2866
- function k1(e) {
2912
+ function L1(e) {
2867
2913
  const { title: t, description: n, onClick: r } = e, { themeSettings: s } = R();
2868
- return /* @__PURE__ */ S(b1, { onClick: r, theme: s, children: [
2914
+ return /* @__PURE__ */ S(T1, { onClick: r, theme: s, children: [
2869
2915
  /* @__PURE__ */ S("div", { children: [
2870
- /* @__PURE__ */ o(y1, { theme: s, children: t }),
2871
- /* @__PURE__ */ o(x1, { theme: s, children: n })
2916
+ /* @__PURE__ */ o($1, { theme: s, children: t }),
2917
+ /* @__PURE__ */ o(R1, { theme: s, children: n })
2872
2918
  ] }),
2873
- /* @__PURE__ */ o(v1, { children: /* @__PURE__ */ o(mn, { color: s.aiChat.icons.color }) })
2919
+ /* @__PURE__ */ o(E1, { children: /* @__PURE__ */ o(kn, { color: s.aiChat.icons.color }) })
2874
2920
  ] });
2875
2921
  }
2876
- const w1 = w.div`
2922
+ const N1 = w.div`
2877
2923
  padding: 20px;
2878
2924
  display: flex;
2879
2925
  flex-direction: column;
2880
2926
  gap: 20px;
2881
2927
  overflow: auto;
2882
- `, S1 = w.div`
2928
+ `, I1 = w.div`
2883
2929
  font-size: 24px;
2884
2930
  line-height: 32px;
2885
2931
  font-weight: 600;
@@ -2887,28 +2933,28 @@ const w1 = w.div`
2887
2933
  padding-bottom: 4px;
2888
2934
 
2889
2935
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2890
- `, M1 = w.div`
2936
+ `, P1 = w.div`
2891
2937
  font-size: 15px;
2892
2938
  line-height: 22px;
2893
2939
 
2894
2940
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2895
2941
  `;
2896
- function T1(e) {
2897
- const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = F();
2898
- return /* @__PURE__ */ S(w1, { children: [
2899
- /* @__PURE__ */ o(S1, { theme: n, children: r("ai.dataTopics") }),
2900
- /* @__PURE__ */ S(M1, { theme: n, children: [
2942
+ function O1(e) {
2943
+ const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = P();
2944
+ return /* @__PURE__ */ S(N1, { children: [
2945
+ /* @__PURE__ */ o(I1, { theme: n, children: r("ai.dataTopics") }),
2946
+ /* @__PURE__ */ S(P1, { theme: n, children: [
2901
2947
  r("ai.chatbotDescription"),
2902
2948
  /* @__PURE__ */ o("br", {}),
2903
2949
  /* @__PURE__ */ o("br", {}),
2904
2950
  r("ai.topicSelectPrompt")
2905
2951
  ] }),
2906
- t.map((s) => /* @__PURE__ */ Xn(k1, L(M({}, s), { key: s.title })))
2952
+ t.map((s) => /* @__PURE__ */ tr(L1, E(M({}, s), { key: s.title })))
2907
2953
  ] });
2908
2954
  }
2909
- const $1 = "#000000", R1 = "#FFFFFF";
2910
- function L1({ isDarkBackground: e = !1 }) {
2911
- const t = e ? R1 : $1;
2955
+ const F1 = "#000000", B1 = "#FFFFFF";
2956
+ function A1({ isDarkBackground: e = !1 }) {
2957
+ const t = e ? B1 : F1;
2912
2958
  return /* @__PURE__ */ S(
2913
2959
  "svg",
2914
2960
  {
@@ -3034,10 +3080,10 @@ function L1({ isDarkBackground: e = !1 }) {
3034
3080
  }
3035
3081
  );
3036
3082
  }
3037
- const E1 = w.div`
3083
+ const H1 = w.div`
3038
3084
  margin-left: 14px;
3039
3085
  margin-top: 3px;
3040
- `, I1 = w.div`
3086
+ `, D1 = w.div`
3041
3087
  display: flex;
3042
3088
  flex-direction: column;
3043
3089
  justify-content: top;
@@ -3046,87 +3092,87 @@ const E1 = w.div`
3046
3092
 
3047
3093
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
3048
3094
  `;
3049
- function N1({ dataTopicsList: e, onDataTopicClick: t }) {
3050
- const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = F(), c = q(() => e == null ? void 0 : e.map((p) => ({
3095
+ function q1({ dataTopicsList: e, onDataTopicClick: t }) {
3096
+ const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = P(), c = z(() => e == null ? void 0 : e.map((p) => ({
3051
3097
  title: p,
3052
3098
  onClick: () => t(p)
3053
- })), [e, t]), a = or(ir(r.aiChat.header.backgroundColor)) > 0.5;
3054
- return /* @__PURE__ */ S(Z, { children: [
3099
+ })), [e, t]), a = lr(cr(r.aiChat.header.backgroundColor)) > 0.5;
3100
+ return /* @__PURE__ */ S(j, { children: [
3055
3101
  n ? /* @__PURE__ */ o(
3056
- Qt,
3102
+ Jt,
3057
3103
  {
3058
3104
  title: s("ai.analyticsChatbot"),
3059
- leftNav: /* @__PURE__ */ o(E1, { children: /* @__PURE__ */ o(L1, { isDarkBackground: a }) }),
3105
+ leftNav: /* @__PURE__ */ o(H1, { children: /* @__PURE__ */ o(A1, { isDarkBackground: a }) }),
3060
3106
  style: r.aiChat.header
3061
3107
  }
3062
3108
  ) : null,
3063
- /* @__PURE__ */ S(I1, { theme: r, children: [
3064
- !c && /* @__PURE__ */ o(Oe, {}),
3065
- c && /* @__PURE__ */ o(T1, { dataTopics: c })
3109
+ /* @__PURE__ */ S(D1, { theme: r, children: [
3110
+ !c && /* @__PURE__ */ o(qe, {}),
3111
+ c && /* @__PURE__ */ o(O1, { dataTopics: c })
3066
3112
  ] })
3067
3113
  ] });
3068
3114
  }
3069
- function P1() {
3070
- const [e, t] = O(), [n, r] = O(), { data: s, fetchStatus: c } = Mr(), { dataTopicsList: a, contextDetails: p } = ne(), { t: d } = F(), h = d("ai.errors.noAvailableDataTopics"), m = B(
3115
+ function z1() {
3116
+ const [e, t] = A(), [n, r] = A(), { data: s, fetchStatus: c } = Pr(), { dataTopicsList: a, contextDetails: p } = ne(), { t: d } = P(), h = d("ai.errors.noAvailableDataTopics"), m = I(
3071
3117
  (l) => {
3072
3118
  l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
3073
3119
  },
3074
3120
  [h]
3075
- ), x = q(() => {
3121
+ ), y = z(() => {
3076
3122
  if (s && c === "idle") {
3077
3123
  const f = (a != null && a.length ? s == null ? void 0 : s.filter((g) => a == null ? void 0 : a.includes(g.title)) : s).map((g) => g.title);
3078
3124
  return m(f), f;
3079
3125
  }
3080
3126
  return [];
3081
- }, [s, c, a, m]), i = ke(), u = B(() => {
3127
+ }, [s, c, a, m]), i = we(), u = I(() => {
3082
3128
  r(void 0), i.invalidateQueries(["getDataTopics"]);
3083
3129
  }, [i]);
3084
3130
  return n ? /* @__PURE__ */ o(
3085
- Ut,
3131
+ Yt,
3086
3132
  {
3087
3133
  text: n,
3088
3134
  action: { text: d("ai.buttons.refresh"), onClick: u }
3089
3135
  }
3090
- ) : x.length === 1 && !e ? /* @__PURE__ */ o(Oe, {}) : e ? /* @__PURE__ */ o(
3091
- m1,
3136
+ ) : y.length === 1 && !e ? /* @__PURE__ */ o(qe, {}) : e ? /* @__PURE__ */ o(
3137
+ M1,
3092
3138
  {
3093
3139
  contextTitle: e,
3094
3140
  contextDetails: p,
3095
- onGoBack: x.length === 1 ? void 0 : () => t(void 0)
3141
+ onGoBack: y.length === 1 ? void 0 : () => t(void 0)
3096
3142
  }
3097
3143
  ) : /* @__PURE__ */ o(
3098
- N1,
3144
+ q1,
3099
3145
  {
3100
- dataTopicsList: x,
3146
+ dataTopicsList: y,
3101
3147
  onDataTopicClick: (l) => t(l)
3102
3148
  }
3103
3149
  );
3104
3150
  }
3105
- const ts = Bt({
3151
+ const cs = At({
3106
3152
  componentName: "Chatbot"
3107
3153
  })((e) => {
3108
3154
  const { width: t, height: n, config: r } = e, { themeSettings: s } = R();
3109
- return /* @__PURE__ */ o(wr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
3110
- Hr,
3155
+ return /* @__PURE__ */ o(Nr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
3156
+ jr,
3111
3157
  {
3112
3158
  id: "csdk-chatbot-frame",
3113
3159
  width: t,
3114
3160
  height: n,
3115
3161
  theme: s,
3116
3162
  tabIndex: 0,
3117
- children: /* @__PURE__ */ o(P1, {})
3163
+ children: /* @__PURE__ */ o(z1, {})
3118
3164
  }
3119
3165
  ) });
3120
- }), ns = Bt({
3166
+ }), ds = At({
3121
3167
  componentName: "GetNlgInsights"
3122
3168
  })(function(t) {
3123
- const { data: n, isLoading: r, isError: s } = He(t), { t: c } = F();
3169
+ const { data: n, isLoading: r, isError: s } = De(t), { t: c } = P();
3124
3170
  if (s)
3125
- return /* @__PURE__ */ o(Z, { children: c("ai.errors.unexpected") });
3171
+ return /* @__PURE__ */ o(j, { children: c("ai.errors.unexpected") });
3126
3172
  const a = n != null ? n : c("ai.errors.insightsNotAvailable");
3127
- return /* @__PURE__ */ o(ut, { text: r ? "Loading..." : a });
3173
+ return /* @__PURE__ */ o(gt, { text: r ? "Loading..." : a });
3128
3174
  });
3129
- function B1({ theme: e }) {
3175
+ function W1({ theme: e }) {
3130
3176
  const t = e.general.brandColor;
3131
3177
  return /* @__PURE__ */ S(
3132
3178
  "svg",
@@ -3168,7 +3214,7 @@ function B1({ theme: e }) {
3168
3214
  }
3169
3215
  );
3170
3216
  }
3171
- const F1 = w.div`
3217
+ const Z1 = w.div`
3172
3218
  display: flex;
3173
3219
  flex-direction: row;
3174
3220
  align-items: center;
@@ -3177,25 +3223,25 @@ const F1 = w.div`
3177
3223
  max-width: 640px;
3178
3224
  color: ${({ theme: e }) => e.chart.textColor};
3179
3225
  background-color: ${({ theme: e }) => e.chart.backgroundColor};
3180
- `, H1 = w.div`
3226
+ `, j1 = w.div`
3181
3227
  align-self: flex-start;
3182
- `, O1 = ({ summary: e, nlgRequest: t }) => {
3228
+ `, U1 = ({ summary: e, nlgRequest: t }) => {
3183
3229
  const { themeSettings: n } = R();
3184
3230
  return /* @__PURE__ */ o(
3185
- Xe,
3231
+ et,
3186
3232
  {
3187
3233
  sourceId: t.jaql.datasource.title,
3188
3234
  data: t,
3189
3235
  type: "chart/insights",
3190
3236
  buttonVisibility: "always",
3191
- renderContent: (r) => /* @__PURE__ */ S(F1, { theme: n, children: [
3192
- /* @__PURE__ */ o(H1, { theme: n, children: /* @__PURE__ */ o(B1, { theme: n }) }),
3193
- /* @__PURE__ */ o(ut, { text: e }),
3237
+ renderContent: (r) => /* @__PURE__ */ S(Z1, { theme: n, children: [
3238
+ /* @__PURE__ */ o(j1, { theme: n, children: /* @__PURE__ */ o(W1, { theme: n }) }),
3239
+ /* @__PURE__ */ o(gt, { text: e }),
3194
3240
  r
3195
3241
  ] })
3196
3242
  }
3197
3243
  );
3198
- }, D1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, rs = Ot(
3244
+ }, G1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, us = qt(
3199
3245
  function({
3200
3246
  nlqResponse: t,
3201
3247
  onDataReady: n,
@@ -3203,18 +3249,18 @@ const F1 = w.div`
3203
3249
  widgetProps: s,
3204
3250
  filters: c = []
3205
3251
  }) {
3206
- const a = t.timestamp, p = q(
3207
- () => L(M({}, t), {
3208
- queryTitle: Jn(t.queryTitle)
3252
+ const a = t.timestamp, p = z(
3253
+ () => E(M({}, t), {
3254
+ queryTitle: nr(t.queryTitle)
3209
3255
  }),
3210
3256
  // Memoize based on timestamp to prevent unnecessary recomputations
3211
3257
  // eslint-disable-next-line react-hooks/exhaustive-deps
3212
3258
  [a]
3213
- ), { connectToWidgetProps: d } = Yn({
3259
+ ), { connectToWidgetProps: d } = rr({
3214
3260
  initialFilters: c
3215
- }), [h, m] = O(null);
3216
- we(() => {
3217
- const g = Fe(p, {
3261
+ }), [h, m] = A(null);
3262
+ Se(() => {
3263
+ const g = He(p, {
3218
3264
  useCustomizedStyleOptions: !0
3219
3265
  });
3220
3266
  if (!g) m(null);
@@ -3223,40 +3269,40 @@ const F1 = w.div`
3223
3269
  g.styleOptions,
3224
3270
  r
3225
3271
  ));
3226
- const y = d(g, {
3272
+ const x = d(g, {
3227
3273
  shouldAffectFilters: !1,
3228
3274
  applyMode: "filter"
3229
3275
  });
3230
- m(y);
3276
+ m(x);
3231
3277
  }
3232
3278
  }, [p, d, r]);
3233
- const x = q(() => {
3234
- const g = h && Ie(h) ? ur(h == null ? void 0 : h.filters) : [], y = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
3279
+ const y = z(() => {
3280
+ const g = h && Oe(h) ? fr(h == null ? void 0 : h.filters) : [], x = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
3235
3281
  g.filter((v) => !v.config.disabled).map((v) => v.jaql())
3236
3282
  );
3237
- return L(M({}, p), {
3238
- jaql: L(M({}, p.jaql), { metadata: y }),
3283
+ return E(M({}, p), {
3284
+ jaql: E(M({}, p.jaql), { metadata: x }),
3239
3285
  verbosity: "Low"
3240
3286
  });
3241
- }, [p, h]), { data: i, isLoading: u, isError: l } = He(x);
3287
+ }, [p, h]), { data: i, isLoading: u, isError: l } = De(y);
3242
3288
  if (u || !h)
3243
- return /* @__PURE__ */ o(at, {});
3244
- if (!Ie(h))
3245
- return /* @__PURE__ */ o(Z, {});
3246
- const f = s || L(M({}, h), {
3289
+ return /* @__PURE__ */ o(dt, {});
3290
+ if (!Oe(h))
3291
+ return /* @__PURE__ */ o(j, {});
3292
+ const f = s || E(M({}, h), {
3247
3293
  styleOptions: r,
3248
3294
  onDataReady: n
3249
3295
  });
3250
3296
  return /* @__PURE__ */ o(
3251
- xe,
3252
- L(M({}, f), {
3297
+ ve,
3298
+ E(M({}, f), {
3253
3299
  highlightSelectionDisabled: !0,
3254
- topSlot: i && !l && /* @__PURE__ */ o(O1, { nlgRequest: x, summary: i })
3300
+ topSlot: i && !l && /* @__PURE__ */ o(U1, { nlgRequest: y, summary: i })
3255
3301
  })
3256
3302
  );
3257
3303
  },
3258
- D1
3259
- ), A1 = new Lt({
3304
+ G1
3305
+ ), V1 = new It({
3260
3306
  defaultOptions: {
3261
3307
  queries: {
3262
3308
  refetchOnWindowFocus: !1,
@@ -3264,23 +3310,23 @@ const F1 = w.div`
3264
3310
  }
3265
3311
  }
3266
3312
  });
3267
- function os({
3313
+ function ps({
3268
3314
  children: e,
3269
3315
  context: t
3270
3316
  }) {
3271
- return /* @__PURE__ */ o(At, { children: /* @__PURE__ */ o(nt.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Et, { client: A1, children: e }) }) });
3317
+ return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(it.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Pt, { client: V1, children: e }) }) });
3272
3318
  }
3273
- function q1(e) {
3274
- const t = tr(e), { attributes: n, measures: r } = nr(t);
3319
+ function Q1(e) {
3320
+ const t = ir(e), { attributes: n, measures: r } = sr(t);
3275
3321
  return { attributes: n, measures: r };
3276
3322
  }
3277
- function z1(e, t, n) {
3323
+ function _1(e, t, n) {
3278
3324
  const { dataSource: r, dataOptions: s, chartType: c, filters: a } = e, p = r != null ? r : t;
3279
3325
  if (!p)
3280
3326
  throw new Error(
3281
3327
  "dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter."
3282
3328
  );
3283
- const { attributes: d, measures: h } = Ht(c) ? q1(s) : er(s, c);
3329
+ const { attributes: d, measures: h } = Dt(c) ? Q1(s) : or(s, c);
3284
3330
  return {
3285
3331
  dataSource: p,
3286
3332
  dimensions: d,
@@ -3289,43 +3335,43 @@ function z1(e, t, n) {
3289
3335
  verbosity: n
3290
3336
  };
3291
3337
  }
3292
- function is(e, t, n) {
3293
- return J(this, null, function* () {
3338
+ function hs(e, t, n) {
3339
+ return V(this, null, function* () {
3294
3340
  var a;
3295
- if (!Ie(e))
3341
+ if (!Oe(e))
3296
3342
  throw new Error("Only ChartWidgetProps are supported for now");
3297
- const r = z1(
3343
+ const r = _1(
3298
3344
  e,
3299
3345
  n == null ? void 0 : n.defaultDataSource,
3300
3346
  n == null ? void 0 : n.verbosity
3301
- ), s = qt(r), c = yield t.post(
3302
- "api/v2/ai/nlg/queryResult",
3303
- s
3304
- );
3347
+ ), s = Ut(r), c = yield jt(t, s, {
3348
+ isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled,
3349
+ isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
3350
+ });
3305
3351
  if (!((a = c == null ? void 0 : c.data) != null && a.answer))
3306
3352
  throw new Error("Invalid response from NLG insights API");
3307
3353
  return c.data.answer;
3308
3354
  });
3309
3355
  }
3310
3356
  export {
3311
- _1 as AiContextProvider,
3312
- fr as ChatRestApi,
3313
- ts as Chatbot,
3314
- os as CustomAiContextProvider,
3315
- kr as DEFAULT_RECOMMENDATIONS_COUNT,
3316
- ns as GetNlgInsights,
3317
- yr as NLQ_RESULT_CHART_TYPES,
3318
- rs as NlqChartWidget,
3319
- xr as executeGetNlqResult,
3320
- is as getNlgInsightsFromWidget,
3321
- qt as prepareGetNlgInsightsPayload,
3322
- zt as prepareGetNlqResultPayload,
3323
- Ir as useChatSession,
3324
- es as useFinalNlqResponse,
3325
- K1 as useGetNlgInsights,
3326
- X1 as useGetNlqResult,
3327
- J1 as useGetQueryRecommendations,
3328
- Y1 as useLastNlqResponse,
3329
- ls as widgetComposer
3357
+ rs as AiContextProvider,
3358
+ wr as ChatRestApi,
3359
+ cs as Chatbot,
3360
+ ps as CustomAiContextProvider,
3361
+ Lr as DEFAULT_RECOMMENDATIONS_COUNT,
3362
+ ds as GetNlgInsights,
3363
+ $r as NLQ_RESULT_CHART_TYPES,
3364
+ us as NlqChartWidget,
3365
+ Rr as executeGetNlqResult,
3366
+ hs as getNlgInsightsFromWidget,
3367
+ Ut as prepareGetNlgInsightsPayload,
3368
+ Gt as prepareGetNlqResultPayload,
3369
+ Dr as useChatSession,
3370
+ ls as useFinalNlqResponse,
3371
+ os as useGetNlgInsights,
3372
+ is as useGetNlqResult,
3373
+ ss as useGetQueryRecommendations,
3374
+ as as useLastNlqResponse,
3375
+ Cs as widgetComposer
3330
3376
  };
3331
- (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_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}.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}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}.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}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.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;width:1px}.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,.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)}.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}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.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{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.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;background-color:#0284ff}.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:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.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}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.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):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__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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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 .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
3377
+ (function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_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}.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}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}.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}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.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;width:1px}.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,.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)}.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}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.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{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.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;background-color:#0284ff}.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:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.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}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.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):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__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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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 .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();