@sisense/sdk-ui 2.21.0 → 2.23.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 (234) hide show
  1. package/dist/ai.cjs +58 -58
  2. package/dist/ai.js +861 -844
  3. package/dist/analytics-composer/node.cjs +1 -1
  4. package/dist/analytics-composer/node.js +2240 -1230
  5. package/dist/analytics-composer.cjs +47 -47
  6. package/dist/analytics-composer.js +135 -131
  7. package/dist/dimensions-2t18RSZC.cjs +1 -0
  8. package/dist/dimensions-C0BmtTH2.js +204 -0
  9. package/dist/execute-query-CHYTupEo.js +5866 -0
  10. package/dist/execute-query-DmAyVFF5.cjs +1 -0
  11. package/dist/{index-Ck90GjPy.js → index-DCAC0mJe.js} +33 -2
  12. package/dist/{index-0brX9D6q.cjs → index-Dx6wvLd3.cjs} +1 -1
  13. package/dist/index.cjs +423 -410
  14. package/dist/index.js +24905 -23677
  15. package/dist/index.umd.js +728 -675
  16. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/const.d.ts +1 -0
  17. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/smart-pointer-sensor.d.ts +17 -0
  18. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-model.d.ts +2 -1
  19. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/index.d.ts +1 -1
  20. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +8 -1
  21. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -2
  22. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/index.d.ts +4 -0
  23. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +13 -0
  24. 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} +43 -38
  25. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/use-dashboard-model-reducer.d.ts +9 -0
  26. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +29 -0
  27. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +6 -5
  28. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/duplicate-widget-utils.d.ts +34 -0
  29. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/index.d.ts +2 -0
  30. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +57 -0
  31. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-types.d.ts +1 -1
  32. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/rename-widget/use-widget-renaming.d.ts +34 -0
  33. package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +65 -2
  34. package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +15 -3
  35. package/dist/packages/sdk-ui/src/domains/dashboarding/use-dashboard-theme.d.ts +1 -1
  36. package/dist/packages/sdk-ui/src/domains/data-browser/add-filter-popover/add-filter-data-browser.d.ts +2 -1
  37. package/dist/packages/sdk-ui/src/domains/data-browser/data-schema-browser/data-schema-browser.d.ts +2 -1
  38. package/dist/packages/sdk-ui/src/domains/data-browser/dimensions-browser/types.d.ts +9 -1
  39. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +7 -0
  40. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +4 -1
  41. 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
  42. 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
  43. package/dist/packages/sdk-ui/src/domains/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +7 -0
  44. package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +7 -0
  45. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +7 -0
  46. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +7 -0
  47. package/dist/packages/sdk-ui/src/domains/filters/components/{filter-tile.d.ts → filter-tile/filter-tile.d.ts} +7 -0
  48. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/index.d.ts +1 -0
  49. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/types.d.ts +36 -0
  50. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile-container.d.ts +6 -0
  51. package/dist/packages/sdk-ui/src/domains/filters/components/filters-panel/types.d.ts +13 -0
  52. package/dist/packages/sdk-ui/src/domains/filters/components/index.d.ts +1 -1
  53. package/dist/packages/sdk-ui/src/domains/filters/components/member-filter-tile/member-filter-tile.d.ts +7 -0
  54. package/dist/packages/sdk-ui/src/domains/filters/components/unsupported-filter-tile.d.ts +10 -1
  55. package/dist/packages/sdk-ui/src/domains/filters/shared/clone-filter-and-toggle-locked.d.ts +7 -0
  56. package/dist/packages/sdk-ui/src/domains/filters/shared/filter-tile-menu-button.d.ts +10 -0
  57. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-lock-menu-item.d.ts +15 -0
  58. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-menu-items.d.ts +14 -0
  59. package/dist/packages/sdk-ui/src/domains/formulas/fetch-formula.d.ts +1 -1
  60. package/dist/packages/sdk-ui/src/domains/formulas/index.d.ts +0 -1
  61. package/dist/packages/sdk-ui/src/domains/formulas/use-get-shared-formula.d.ts +20 -7
  62. package/dist/packages/sdk-ui/src/domains/query-execution/core/execute-query.d.ts +1 -1
  63. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-query-by-widget-id/use-execute-query-by-widget-id.d.ts +1 -1
  64. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-query-cache/use-query-cache.d.ts +2 -1
  65. package/dist/packages/sdk-ui/src/domains/visualizations/components/boxplot-chart/boxplot-utils.d.ts +1 -1
  66. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/get-load-data-function.d.ts +1 -1
  67. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/helpers/data-loading.d.ts +1 -1
  68. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/types.d.ts +1 -1
  69. package/dist/packages/sdk-ui/src/domains/widgets/change-events.d.ts +73 -0
  70. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +12 -2
  71. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +12 -2
  72. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +3 -1
  73. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-data-options.d.ts +1 -1
  74. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +1 -0
  75. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +63 -0
  76. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +1 -1
  77. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +3 -2
  78. package/dist/packages/sdk-ui/src/domains/widgets/event-to-delta.d.ts +17 -0
  79. package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +14 -4
  80. package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +2 -1
  81. package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-title-renaming.d.ts +27 -0
  82. package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-widget-header-management.d.ts +28 -0
  83. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/widget-container.d.ts +3 -1
  84. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +32 -17
  85. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +3 -1
  86. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +1 -1
  87. package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +4 -0
  88. package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +3 -2
  89. package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +6 -215
  90. package/dist/packages/sdk-ui/src/infra/app/helpers.d.ts +16 -0
  91. package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +3 -0
  92. package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +4 -1
  93. package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +19 -1
  94. package/dist/packages/sdk-ui/src/infra/app/types.d.ts +236 -0
  95. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +5 -0
  96. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +15 -0
  97. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-provider.d.ts +21 -0
  98. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/types.d.ts +50 -0
  99. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/validate-plugins.d.ts +9 -0
  100. package/dist/packages/sdk-ui/src/infra/contexts/sisense-context/sisense-context.d.ts +1 -1
  101. package/dist/packages/sdk-ui/src/infra/contexts/theme-provider/theme-context.d.ts +2 -1
  102. package/dist/packages/sdk-ui/src/infra/decorators/component-decorators/with-tracking/with-tracking.d.ts +1 -1
  103. package/dist/packages/sdk-ui/src/infra/decorators/hook-decorators/with-tracking.d.ts +1 -1
  104. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +31 -0
  105. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +31 -0
  106. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +31 -0
  107. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +31 -0
  108. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +31 -0
  109. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +31 -0
  110. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +31 -0
  111. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +31 -0
  112. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +31 -0
  113. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +31 -0
  114. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +31 -0
  115. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +31 -0
  116. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +31 -0
  117. package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +31 -0
  118. package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +62 -0
  119. package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +2 -1
  120. package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +2 -1
  121. package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +1 -0
  122. package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -0
  123. package/dist/packages/sdk-ui/src/modules/ai/use-get-query-recommendations.d.ts +1 -0
  124. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/axis-type-detection.d.ts +17 -0
  125. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/chart-type-schemas.d.ts +37 -0
  126. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/index.d.ts +9 -0
  127. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/translate-data-options.d.ts +9 -0
  128. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/validate-chart-json.d.ts +19 -0
  129. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-from-json.d.ts +42 -0
  130. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-to-json.d.ts +41 -0
  131. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-from-json.d.ts +11 -0
  132. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-to-json.d.ts +22 -0
  133. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-from-json.d.ts → constructs/filters/translate-filters-from-json.d.ts} +2 -2
  134. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-to-json.d.ts → constructs/filters/translate-filters-to-json.d.ts} +1 -1
  135. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-measures-from-json.d.ts → constructs/measures/translate-measures-from-json.d.ts} +4 -4
  136. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/measures/translate-measures-to-json.d.ts +22 -0
  137. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/index.d.ts +8 -3
  138. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/index.d.ts +7 -0
  139. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/translate-data-options.d.ts +14 -0
  140. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/validate-pivot-table-json.d.ts +19 -0
  141. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-from-json.d.ts +12 -0
  142. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-to-json.d.ts +12 -0
  143. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/constants.d.ts +8 -0
  144. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-from-json.d.ts → query/translate-query-from-json.d.ts} +3 -3
  145. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-jaql.d.ts → query/translate-query-to-jaql.d.ts} +1 -1
  146. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-json.d.ts → query/translate-query-to-json.d.ts} +2 -2
  147. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/adapters.d.ts +19 -0
  148. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/index.d.ts +9 -0
  149. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-from-json.d.ts +24 -0
  150. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-to-json.d.ts +18 -0
  151. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/process-custom-formula.d.ts +1 -1
  152. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/validate-custom-formula.d.ts +13 -0
  153. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/execute-function.d.ts +1 -1
  154. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-processors.d.ts +1 -1
  155. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-schemas.d.ts +1 -1
  156. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/filter-processors.d.ts +1 -1
  157. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/formula-function-schemas.d.ts +25 -0
  158. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-arg.d.ts +1 -1
  159. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-node.d.ts +1 -1
  160. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/attribute-helpers.d.ts +50 -0
  161. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/fuzzy-match.d.ts +16 -0
  162. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{parse-compose-code.d.ts → shared/utils/parse-compose-code.d.ts} +1 -1
  163. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/schema-index.d.ts +49 -0
  164. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/translation-helpers.d.ts +31 -0
  165. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +115 -4
  166. package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +6 -6
  167. package/dist/packages/sdk-ui/src/props.d.ts +14 -21
  168. package/dist/packages/sdk-ui/src/public-api/alpha.d.ts +1 -1
  169. package/dist/packages/sdk-ui/src/public-api/beta.d.ts +1 -1
  170. package/dist/packages/sdk-ui/src/public-api/internal.d.ts +9 -6
  171. package/dist/packages/sdk-ui/src/public-api/public.d.ts +2 -2
  172. package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +18 -5
  173. package/dist/packages/sdk-ui/src/shared/components/alert/alert.d.ts +91 -0
  174. package/dist/packages/sdk-ui/src/shared/components/alert/index.d.ts +2 -0
  175. package/dist/packages/sdk-ui/src/shared/components/grouped-items-browser/types.d.ts +7 -1
  176. package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/inline-text-editor.d.ts +26 -0
  177. package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/use-blur-on-pointer-down-outside.d.ts +11 -0
  178. package/dist/packages/sdk-ui/src/shared/components/loading-indicator.d.ts +2 -1
  179. package/dist/packages/sdk-ui/src/shared/components/menu/menu-button.d.ts +2 -1
  180. package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +32 -0
  181. package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +12 -0
  182. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +54 -0
  183. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-warning-dismissed.d.ts +8 -0
  184. package/dist/packages/sdk-ui/src/shared/hooks/use-should-load.d.ts +1 -1
  185. package/dist/packages/sdk-ui/src/shared/hooks/use-with-change-detection.d.ts +5 -5
  186. package/dist/packages/sdk-ui/src/shared/icons/warning-icon.d.ts +6 -0
  187. package/dist/packages/sdk-ui/src/shared/icons/x-circle-icon.d.ts +6 -0
  188. package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +17 -0
  189. package/dist/packages/sdk-ui/src/types.d.ts +3 -3
  190. package/dist/{use-common-filters-DBqRT0et.js → quota-notification-CVl0isIV.js} +18254 -16897
  191. package/dist/quota-notification-RAaHp-eO.cjs +713 -0
  192. package/dist/translations/de-de.cjs +1 -1
  193. package/dist/translations/de-de.js +34 -3
  194. package/dist/translations/en-us.cjs +1 -1
  195. package/dist/translations/en-us.js +1 -1
  196. package/dist/translations/es-ar.cjs +1 -1
  197. package/dist/translations/es-ar.js +34 -3
  198. package/dist/translations/es-es.cjs +1 -1
  199. package/dist/translations/es-es.js +34 -3
  200. package/dist/translations/fr-fr.cjs +1 -1
  201. package/dist/translations/fr-fr.js +34 -3
  202. package/dist/translations/it-it.cjs +1 -1
  203. package/dist/translations/it-it.js +34 -3
  204. package/dist/translations/ja-jp.cjs +1 -1
  205. package/dist/translations/ja-jp.js +34 -3
  206. package/dist/translations/ko-kr.cjs +1 -1
  207. package/dist/translations/ko-kr.js +34 -3
  208. package/dist/translations/nl-nl.cjs +1 -1
  209. package/dist/translations/nl-nl.js +34 -3
  210. package/dist/translations/pt-br.cjs +1 -1
  211. package/dist/translations/pt-br.js +34 -3
  212. package/dist/translations/ru-ru.cjs +1 -1
  213. package/dist/translations/ru-ru.js +34 -3
  214. package/dist/translations/tr-tr.cjs +1 -1
  215. package/dist/translations/tr-tr.js +34 -3
  216. package/dist/translations/zh-cn.cjs +1 -1
  217. package/dist/translations/zh-cn.js +34 -3
  218. package/dist/{types-Ockb-LJ0.js → types-B96nVbgX.js} +1 -1
  219. package/dist/{types-Ch9J6ycn.cjs → types-DZ4vWh8j.cjs} +1 -1
  220. package/dist/{utils-DH69_bUK.cjs → utils-CgV-jWWQ.cjs} +44 -44
  221. package/dist/{utils-BXDqo_yg.js → utils-ChqSLRbz.js} +2073 -2081
  222. package/dist/{widget-composer-DgCWcMJ1.cjs → widget-composer-Blul90Zb.cjs} +3 -3
  223. package/dist/{widget-composer-DfVCQL2G.js → widget-composer-Cf_CN3Ux.js} +8 -8
  224. package/package.json +12 -9
  225. package/dist/dimensions-DVGn8ORR.cjs +0 -1
  226. package/dist/dimensions-DuUqQgpi.js +0 -202
  227. package/dist/execute-query-B21bnb05.js +0 -5802
  228. package/dist/execute-query-BIkhszY1.cjs +0 -1
  229. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/common.d.ts +0 -84
  230. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +0 -12
  231. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +0 -13
  232. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +0 -13
  233. package/dist/use-common-filters-CXJN3RSs.cjs +0 -672
  234. /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 Mn = Object.defineProperty, Tn = Object.defineProperties;
2
- var $n = Object.getOwnPropertyDescriptors;
3
- var Re = Object.getOwnPropertySymbols;
4
- var gt = Object.prototype.hasOwnProperty, ft = Object.prototype.propertyIsEnumerable;
5
- var De = (e, t, n) => t in e ? Mn(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) && De(e, n, t[n]);
8
- if (Re)
9
- for (var n of Re(t))
10
- ft.call(t, n) && De(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) => Tn(e, $n(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 D = (e, t, n) => De(e, typeof t != "symbol" ? t + "" : t, n);
23
- var _ = (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 _ = (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 Rn, s as Ln, n as Rt, g as En, u as ke, a as Nn, b as In, p as Pn, Q as Lt, c as On, d as Et, e as fe, w as Je, f as w, h as q, i as R, P as Nt, T as Bn, E as Fn, j as Hn, k as An, l as Dn, m as Oe, B as qn, M as zn, o as pe, q as It, r as Wn, t as Zn, v as jn, x as Un, y as Ce, z as ze, F as Ct, A as C, C as Gn, I as Pt, D as Vn, G as _n, H as Qn, J as xe, K as Kn, L as Xn, N as Jn, O as Ot, R as Yn, U as er, V as tr, W as nr, X as rr } from "./use-common-filters-DBqRT0et.js";
40
- import { j as o, u as B, c as S, F as Z, e as Bt, i as Ne, f as Ft, h as or, k as ir, t as sr } from "./utils-BXDqo_yg.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 Bn, d as Pt, e as fe, w as tt, f as w, h as q, i as R, P as Ot, T as Fn, E as An, j as Hn, k as Dn, l as qn, m as Ae, B as zn, M as Wn, o as pe, q as Bt, r as Zn, t as jn, v as Un, x as Gn, y as me, z as je, F as yt, A as C, C as Vn, I as Ft, D as Qn, G as _n, H as Kn, J as ve, K as Xn, L as Yn, N as Jn, O as er, R as tr, U as At, V as nr, W as rr, X as or, Y as ir, Z as sr } from "./quota-notification-CVl0isIV.js";
40
+ import { j as o, u as P, c as S, F as j, e as Ht, i as Oe, f as ar, h as lr, t as cr, m as dr } from "./utils-ChqSLRbz.js";
41
41
  import * as Y from "react";
42
- import { createContext as Ye, useState as H, useCallback as O, useContext as et, useMemo as z, useEffect as we, useRef as he, useLayoutEffect as Ie, forwardRef as ar, memo as Ht } from "react";
43
- import { x as lr, y as cr, z as dr, T as Ve, t as ur, B as pr } from "./execute-query-B21bnb05.js";
44
- import { t as Be } from "./widget-composer-DfVCQL2G.js";
45
- import { w as hs } from "./widget-composer-DfVCQL2G.js";
46
- import { jsx as me } from "react/jsx-runtime";
47
- class hr extends Rn {
42
+ import { createContext as nt, useState as A, useCallback as I, useContext as rt, useMemo as z, useEffect as Se, useRef as he, useLayoutEffect as Be, forwardRef as ur, memo as Dt } from "react";
43
+ import { x as pr, y as hr, z as gr, T as Ke, B as qt, C as fr } from "./execute-query-CHYTupEo.js";
44
+ import { t as He } from "./widget-composer-Cf_CN3Ux.js";
45
+ import { w as Cs } from "./widget-composer-Cf_CN3Ux.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
  }
@@ -82,12 +82,12 @@ class hr extends Rn {
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 : En(), 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 hr extends Rn {
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,101 +117,110 @@ class hr extends Rn {
117
117
  });
118
118
  }
119
119
  }
120
- function tt(e, t, n) {
121
- const r = Pn(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 hr(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 = Nn(Y.useCallback((d) => c.subscribe(Rt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, h) => {
128
- c.mutate(d, h).catch(gr);
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 gr() {
137
+ function mr() {
138
138
  }
139
- const At = Ye({}), fr = () => et(At), Dt = ({ children: e }) => {
140
- const [t, n] = H({}), r = O(
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 = O(
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 = O(
153
+ ), c = I(
154
154
  (a, p) => t[r(a, p)],
155
155
  [t, r]
156
156
  );
157
- return /* @__PURE__ */ o(At.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
158
- }, Cr = "api/v2/ai/widget/narrative", mr = "api/v2/ai/nlg/queryResult";
159
- function br(e) {
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
160
  return "status" in e;
161
161
  }
162
- function yr(e) {
163
- return typeof e != "object" || e === null ? !1 : br(e) && e.status === "404";
164
- }
165
- function qt(e, t, n) {
166
- return _(this, null, function* () {
167
- if ((n == null ? void 0 : n.isUnifiedNarrationEnabled) !== !1)
168
- try {
169
- return yield e.post(
170
- Cr,
171
- t
172
- );
173
- } catch (c) {
174
- if (!yr(c))
175
- throw c;
176
- }
177
- return yield e.post(
178
- mr,
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,
179
186
  t
180
187
  );
181
188
  });
182
189
  }
183
- class xr {
184
- constructor(t, n = !1, r) {
185
- D(this, "httpClient");
186
- D(this, "isUnifiedNarrationEnabled");
187
- D(this, "getChatContexts", () => _(this, null, function* () {
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* () {
188
196
  return (yield this.httpClient.get("api/datasources//")) || [];
189
197
  }));
190
198
  // ==== /v2/ai endpoints ====
191
- D(this, "getNlgInsights", (t) => qt(this.httpClient, t, {
192
- isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled
199
+ H(this, "getNlgInsights", (t) => jt(this.httpClient, t, {
200
+ isUnifiedNarrationEnabled: this.isUnifiedNarrationEnabled,
201
+ isSisenseAiEnabled: this.isSisenseAiEnabled
193
202
  }));
194
- D(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
203
+ H(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
195
204
  `api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
196
205
  ));
197
- D(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
198
- D(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) => {
199
208
  console.error("Unable to set llm config", n);
200
209
  }));
201
210
  // ==== /v2/ai/chats endpoints ====
202
- D(this, "getAllChats", () => _(this, null, function* () {
211
+ H(this, "getAllChats", () => V(this, null, function* () {
203
212
  return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
204
213
  }));
205
- D(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
206
- D(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", {
207
216
  sourceId: t,
208
217
  volatile: this.volatile,
209
218
  contextDetails: n
210
219
  }));
211
- D(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
212
- D(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
213
- D(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
214
- D(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", {
215
224
  getNlgInsights: this.getNlgInsights,
216
225
  getNlqResult: this.getNlqResult,
217
226
  getQueryRecommendations: this.getQueryRecommendations,
@@ -225,38 +234,43 @@ class xr {
225
234
  clearHistory: this.deleteChatHistory
226
235
  }
227
236
  });
228
- this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r;
237
+ this.volatile = n, this.httpClient = t, this.isUnifiedNarrationEnabled = r, this.isSisenseAiEnabled = s;
229
238
  }
230
239
  }
231
- const vr = new Lt({
240
+ const Sr = new It({
232
241
  defaultOptions: {
233
242
  queries: {
234
243
  refetchOnWindowFocus: !1,
235
244
  refetchOnMount: !1
236
245
  }
237
246
  }
238
- }), nt = Ye(void 0), ee = () => et(nt), kr = ({
247
+ }), it = nt(void 0), J = () => rt(it), Mr = ({
239
248
  children: e,
240
249
  volatile: t
241
250
  }) => {
242
- const { app: n } = On(), r = z(
251
+ const { app: n } = Bn(), r = z(
243
252
  () => {
244
- var s;
245
- return n ? new xr(n.httpClient, t, (s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled) : void 0;
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;
246
260
  },
247
261
  [n, t]
248
262
  );
249
- return /* @__PURE__ */ o(nt.Provider, { value: r, children: /* @__PURE__ */ o(Et, { client: vr, children: e }) });
263
+ return /* @__PURE__ */ o(it.Provider, { value: r, children: /* @__PURE__ */ o(Pt, { client: Sr, children: e }) });
250
264
  };
251
- function es({ children: e, volatile: t }) {
252
- return /* @__PURE__ */ o(Dt, { children: /* @__PURE__ */ o(kr, { volatile: t, children: e }) });
265
+ function rs({ children: e, volatile: t }) {
266
+ return /* @__PURE__ */ o(Wt, { children: /* @__PURE__ */ o(Mr, { volatile: t, children: e }) });
253
267
  }
254
- function zt(e) {
268
+ function Ut(e) {
255
269
  var t, n;
256
270
  if ("jaql" in e)
257
271
  return e;
258
272
  {
259
- const r = dr(e.dataSource), { filters: s = [], relations: c } = lr(e.filters), { metadata: a, filterRelations: p } = cr(
273
+ const r = gr(e.dataSource), { filters: s = [], relations: c } = pr(e.filters), { metadata: a, filterRelations: p } = hr(
260
274
  {
261
275
  dataSource: e.dataSource,
262
276
  attributes: (t = e.dimensions) != null ? t : [],
@@ -276,13 +290,13 @@ function zt(e) {
276
290
  return e.verbosity && (d.verbosity = e.verbosity), d;
277
291
  }
278
292
  }
279
- const Fe = (e, t = !0) => {
280
- const n = z(() => zt(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({
281
295
  queryKey: ["getNlgInsights", n, r],
282
296
  queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
283
297
  select: (m) => {
284
- var x;
285
- 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;
286
300
  },
287
301
  enabled: !!r && t
288
302
  });
@@ -292,16 +306,16 @@ const Fe = (e, t = !0) => {
292
306
  isSuccess: d,
293
307
  data: s,
294
308
  error: c,
295
- refetch: O(() => {
309
+ refetch: I(() => {
296
310
  h();
297
311
  }, [h])
298
312
  };
299
- }, wr = (e) => {
300
- const r = e, { enabled: t } = r, n = qe(r, ["enabled"]);
301
- return Fe(n, t);
302
- }, ts = Je("useGetNlgInsights")(
303
- wr
304
- ), Sr = [
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 = [
305
319
  "indicator",
306
320
  "column",
307
321
  "line",
@@ -309,7 +323,7 @@ const Fe = (e, t = !0) => {
309
323
  "pie",
310
324
  "bar"
311
325
  ];
312
- function Wt(e) {
326
+ function Gt(e) {
313
327
  const { dataSource: t, query: n, chartTypes: r } = e;
314
328
  return {
315
329
  contextTitle: typeof t == "string" ? t : t.title,
@@ -317,25 +331,25 @@ function Wt(e) {
317
331
  text: n,
318
332
  // Timezone is not used by AI API, but it is currently required by the endpoint
319
333
  timezone: "UTC",
320
- chartTypes: r != null ? r : [...Sr]
334
+ chartTypes: r != null ? r : [...$r]
321
335
  }
322
336
  };
323
337
  }
324
- function Mr(e, t) {
325
- return _(this, null, function* () {
326
- const { contextTitle: n, request: r } = Wt(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);
327
341
  return {
328
- widgetProps: s ? Be(s, {
342
+ widgetProps: s ? He(s, {
329
343
  useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
330
344
  }) : void 0,
331
345
  nlqResult: s
332
346
  };
333
347
  });
334
348
  }
335
- const Tr = (e) => {
336
- const { contextTitle: t, request: n } = Wt(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({
337
351
  queryKey: s,
338
- queryFn: () => r ? Mr(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"),
339
353
  enabled: !!r && e.enabled
340
354
  });
341
355
  return {
@@ -344,15 +358,15 @@ const Tr = (e) => {
344
358
  isSuccess: p,
345
359
  data: d,
346
360
  error: h,
347
- refetch: O(() => {
361
+ refetch: I(() => {
348
362
  m();
349
363
  }, [m])
350
364
  };
351
- }, ns = Je("useGetNlqResult")(Tr), $r = 4, Zt = (e) => {
352
- const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s, customPrompt: c } = e, a = ee(), p = n != null ? n : $r, 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, {
353
367
  isLoading: h,
354
368
  isError: m,
355
- isSuccess: x,
369
+ isSuccess: y,
356
370
  data: i,
357
371
  error: u,
358
372
  refetch: l
@@ -362,44 +376,44 @@ const Tr = (e) => {
362
376
  numOfRecommendations: p
363
377
  }, c ? { userPrompt: c } : null)),
364
378
  enabled: !!a && d
365
- }), f = z(() => i == null ? void 0 : i.map((g) => L(M({}, g), {
366
- widgetProps: g.jaql ? Be(g, {
379
+ }), f = z(() => i == null ? void 0 : i.map((g) => E(M({}, g), {
380
+ widgetProps: g.jaql ? He(g, {
367
381
  useCustomizedStyleOptions: r
368
382
  }) : void 0
369
383
  })), [i, r]);
370
384
  return {
371
385
  isLoading: d ? h : !1,
372
386
  isError: m,
373
- isSuccess: x,
387
+ isSuccess: y,
374
388
  data: f != null ? f : void 0,
375
389
  error: u,
376
- refetch: O(() => {
390
+ refetch: I(() => {
377
391
  l();
378
392
  }, [l])
379
393
  };
380
- }, rs = Je("useGetQueryRecommendations")(
381
- Zt
382
- ), jt = Object.freeze({
394
+ }, ss = tt("useGetQueryRecommendations")(
395
+ Vt
396
+ ), Qt = Object.freeze({
383
397
  enableFollowupQuestions: !1,
384
398
  enableHeader: !0,
385
399
  enableInsights: !0,
386
400
  numOfRecommendations: 4,
387
401
  numOfRecentPrompts: 5
388
- }), Ut = Ye(M({}, jt)), ne = () => et(Ut), Rr = ({ children: e, value: t }) => {
389
- const { t: n } = B(), 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(
390
404
  (s, [c, a]) => (a !== void 0 && (s[c] = a), s),
391
- L(M({}, jt), {
405
+ E(M({}, Qt), {
392
406
  inputPromptText: n("ai.config.inputPromptText"),
393
407
  welcomeText: n("ai.config.welcomeText"),
394
408
  suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
395
409
  })
396
410
  );
397
- return /* @__PURE__ */ o(Ut.Provider, { value: r, children: e });
398
- }, rt = "chatHistory", Lr = (e) => {
399
- 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();
400
414
  return fe({
401
- queryKey: [rt, e, t],
402
- queryFn: () => _(void 0, null, function* () {
415
+ queryKey: [st, e, t],
416
+ queryFn: () => V(void 0, null, function* () {
403
417
  if (!t || !e)
404
418
  return;
405
419
  if (n)
@@ -409,10 +423,10 @@ const Tr = (e) => {
409
423
  }),
410
424
  enabled: !!t && !!e
411
425
  });
412
- }, Gt = (e) => {
413
- const t = ee(), n = ke();
414
- return tt({
415
- mutationFn: () => _(void 0, null, function* () {
426
+ }, Kt = (e) => {
427
+ const t = J(), n = we();
428
+ return ot({
429
+ mutationFn: () => V(void 0, null, function* () {
416
430
  if (!(!t || !e))
417
431
  return t.ai.chat.clearHistory(e);
418
432
  }),
@@ -420,30 +434,30 @@ const Tr = (e) => {
420
434
  console.error("Error when clearing history:", r);
421
435
  },
422
436
  onSettled: () => {
423
- e && n.setQueriesData([rt, e], []);
437
+ e && n.setQueriesData([st, e], []);
424
438
  }
425
439
  });
426
- }, ot = (e) => {
427
- const { data: t, isLoading: n, isError: r } = Lr(e), { mutate: s } = Gt(e);
428
- return we(() => {
440
+ }, at = (e) => {
441
+ const { data: t, isLoading: n, isError: r } = Ir(e), { mutate: s } = Kt(e);
442
+ return Se(() => {
429
443
  r && s();
430
444
  }, [r, s]), {
431
445
  history: t,
432
446
  isLoading: n,
433
447
  isError: r
434
448
  };
435
- }, Er = () => {
436
- const e = ee(), { data: t, isLoading: n, fetchStatus: r } = fe({
449
+ }, Pr = () => {
450
+ const e = J(), { data: t, isLoading: n, fetchStatus: r } = fe({
437
451
  queryKey: ["getDataTopics", e],
438
- queryFn: () => _(void 0, null, function* () {
452
+ queryFn: () => V(void 0, null, function* () {
439
453
  if (e)
440
454
  return e.getChatContexts();
441
455
  }),
442
456
  enabled: !!e
443
457
  });
444
458
  return { data: t, isLoading: n, fetchStatus: r };
445
- }, Nr = () => {
446
- const e = ee(), { data: t, isLoading: n } = fe({
459
+ }, Or = () => {
460
+ const e = J(), { data: t, isLoading: n } = fe({
447
461
  queryKey: ["getAllChats", e],
448
462
  queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
449
463
  enabled: !!e
@@ -452,18 +466,18 @@ const Tr = (e) => {
452
466
  data: t != null ? t : [],
453
467
  isLoading: n
454
468
  };
455
- }, Ir = (e, t, n) => {
456
- const r = ke(), s = ee(), c = tt({
457
- mutationFn: () => _(void 0, null, function* () {
469
+ }, Br = (e, t, n) => {
470
+ const r = we(), s = J(), c = ot({
471
+ mutationFn: () => V(void 0, null, function* () {
458
472
  if (!(!s || !e))
459
473
  return s.ai.chat.create(e, n);
460
474
  }),
461
475
  onSuccess: () => r.invalidateQueries(["getAllChats"])
462
476
  });
463
- return we(() => {
477
+ return Se(() => {
464
478
  t && c.isIdle && c.mutate();
465
479
  }, [t, c]), c;
466
- }, Pr = (e, t) => {
480
+ }, Fr = (e, t) => {
467
481
  switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
468
482
  case "nlq":
469
483
  return {
@@ -480,14 +494,14 @@ const Tr = (e) => {
480
494
  default:
481
495
  throw Error(`${t}${JSON.stringify(e)}`);
482
496
  }
483
- }, Or = (e, t) => {
484
- const n = ke(), r = O(
497
+ }, Ar = (e, t) => {
498
+ const n = we(), r = I(
485
499
  (d) => {
486
- e && n.setQueriesData([rt, e], (h) => h && [...h, d]);
500
+ e && n.setQueriesData([st, e], (h) => h && [...h, d]);
487
501
  },
488
502
  [n, e]
489
- ), { t: s } = B(), c = ee(), { mutate: a, isLoading: p } = tt({
490
- mutationFn: (d) => _(void 0, null, function* () {
503
+ ), { t: s } = P(), c = J(), { mutate: a, isLoading: p } = ot({
504
+ mutationFn: (d) => V(void 0, null, function* () {
491
505
  if (!(!c || !e))
492
506
  return c.ai.chat.post(e, {
493
507
  text: d,
@@ -512,70 +526,70 @@ const Tr = (e) => {
512
526
  if (!d)
513
527
  return;
514
528
  const h = s("ai.errors.unknownResponse");
515
- r(Pr(d, h));
529
+ r(Fr(d, h));
516
530
  }
517
531
  });
518
532
  return { mutate: a, isLoading: p };
519
- }, it = (e, t, n = !1) => {
533
+ }, lt = (e, t, n = !1) => {
520
534
  var m;
521
- const { data: r, isLoading: s } = Nr(), c = fr(), a = c.getChatId(e, t) || ((m = r.find(
522
- (x) => {
535
+ const { data: r, isLoading: s } = Or(), c = br(), a = c.getChatId(e, t) || ((m = r.find(
536
+ (y) => {
523
537
  var i;
524
- 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);
525
539
  }
526
- )) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = Ir(
540
+ )) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: h } = Br(
527
541
  e,
528
542
  n && !s && !a,
529
543
  t
530
544
  );
531
- return we(() => {
545
+ return Se(() => {
532
546
  h && d && !a && c.saveChatId(d.chatId, e, t);
533
547
  }, [d, h, e, t, a, c]), { chatId: a, isLoading: s, isError: p };
534
- }, Vt = (e) => z(() => {
548
+ }, Xt = (e) => z(() => {
535
549
  if (e != null && e.length) {
536
550
  const t = e[e.length - 1];
537
- if (st(t))
551
+ if (ct(t))
538
552
  return JSON.parse(t.content);
539
553
  }
540
554
  return null;
541
- }, [e]), st = (e) => !!e && "type" in e && e.type === "nlq", Br = (e) => !!e && "type" in e && e.type === "text", Fr = (e, t) => {
542
- const { t: n } = B(), { enableFollowupQuestions: r } = ne(), { chatId: s, isError: c } = it(e, t, !0), [a, p] = H(null), { history: d, isLoading: h, isError: m } = ot(s);
543
- we(() => {
544
- c ? p(new Ve("ai.errors.chatUnavailable")) : m && p(new Ve("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"));
545
559
  }, [c, m, n]);
546
- const { mutate: x, isLoading: i } = Or(
560
+ const { mutate: y, isLoading: i } = Ar(
547
561
  s,
548
562
  r
549
- ), u = Vt(d);
563
+ ), u = Xt(d);
550
564
  return {
551
565
  chatId: s,
552
566
  history: d != null ? d : [],
553
567
  lastNlqResponse: u,
554
- sendMessage: x,
568
+ sendMessage: y,
555
569
  isAwaitingResponse: i,
556
570
  isLoading: h,
557
571
  lastError: a
558
572
  };
559
- }, os = ({
573
+ }, as = ({
560
574
  contextTitle: e,
561
575
  contextDetails: t
562
576
  }) => {
563
- const { chatId: n } = it(e, t), { history: r } = ot(n);
564
- return Vt(r);
565
- }, is = ({
577
+ const { chatId: n } = lt(e, t), { history: r } = at(n);
578
+ return Xt(r);
579
+ }, ls = ({
566
580
  contextTitle: e,
567
581
  contextDetails: t
568
582
  }) => {
569
- const { chatId: n } = it(e, t), { history: r } = ot(n);
583
+ const { chatId: n } = lt(e, t), { history: r } = at(n);
570
584
  return z(() => {
571
585
  if (r != null && r.length) {
572
- const s = r.slice().reverse().find(st);
586
+ const s = r.slice().reverse().find(ct);
573
587
  if (s)
574
588
  return JSON.parse(s.content);
575
589
  }
576
590
  return null;
577
591
  }, [r]);
578
- }, Hr = 500, Ar = 500, Dr = 500, qr = 900, zr = w.div`
592
+ }, qr = 500, zr = 500, Wr = 500, Zr = 900, jr = w.div`
579
593
  box-sizing: border-box;
580
594
  position: relative;
581
595
  display: flex;
@@ -585,10 +599,10 @@ const Tr = (e) => {
585
599
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
586
600
  overflow: hidden;
587
601
 
588
- min-width: ${Hr}px;
589
- min-height: ${Ar}px;
590
- width: ${({ width: e }) => e ? mt(e) : `${Dr}px`};
591
- height: ${({ height: e }) => e ? mt(e) : `${qr}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`};
592
606
 
593
607
  ${({ theme: e }) => q`
594
608
  font-size: ${e.aiChat.primaryFontSize[0]};
@@ -596,10 +610,10 @@ const Tr = (e) => {
596
610
  `}
597
611
  border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
598
612
  `;
599
- function mt(e) {
613
+ function xt(e) {
600
614
  return typeof e == "number" ? `${e}px` : e;
601
615
  }
602
- function Wr({ spin: e }) {
616
+ function Ur({ spin: e }) {
603
617
  return /* @__PURE__ */ S(
604
618
  "svg",
605
619
  {
@@ -633,10 +647,10 @@ function Wr({ spin: e }) {
633
647
  }
634
648
  );
635
649
  }
636
- function He() {
637
- return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Wr, { spin: !0 }) });
650
+ function qe() {
651
+ return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Ur, { spin: !0 }) });
638
652
  }
639
- const Zr = w.div`
653
+ const Gr = w.div`
640
654
  text-align: center;
641
655
  font-size: 11px;
642
656
  line-height: 18px;
@@ -650,9 +664,9 @@ const Zr = w.div`
650
664
 
651
665
  color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
652
666
  `;
653
- function jr({ theme: e }) {
654
- const { t } = B();
655
- return /* @__PURE__ */ S(Zr, { theme: e, children: [
667
+ function Vr({ theme: e }) {
668
+ const { t } = P();
669
+ return /* @__PURE__ */ S(Gr, { theme: e, children: [
656
670
  /* @__PURE__ */ o("div", { children: t("ai.disclaimer.poweredByAi") }),
657
671
  /* @__PURE__ */ S("div", { children: [
658
672
  " ",
@@ -660,11 +674,11 @@ function jr({ theme: e }) {
660
674
  ] })
661
675
  ] });
662
676
  }
663
- const Ur = w.div`
677
+ const Qr = w.div`
664
678
  display: flex;
665
679
  flex-direction: column;
666
680
  row-gap: 4px;
667
- `, Gr = w.div`
681
+ `, _r = w.div`
668
682
  font-size: 11px;
669
683
  line-height: 18px;
670
684
  font-weight: 300;
@@ -674,7 +688,7 @@ const Ur = w.div`
674
688
  &:hover {
675
689
  background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
676
690
  }
677
- `, Vr = w.div`
691
+ `, Kr = w.div`
678
692
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
679
693
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
680
694
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
@@ -684,19 +698,19 @@ const Ur = w.div`
684
698
  background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
685
699
  }
686
700
  `;
687
- function _r({
701
+ function Xr({
688
702
  title: e,
689
703
  items: t,
690
704
  onSelect: n,
691
705
  alwaysExpanded: r = !1
692
706
  }) {
693
- const [s, c] = H(!1), { themeSettings: a } = R();
694
- return /* @__PURE__ */ S(Ur, { children: [
695
- /* @__PURE__ */ o(Gr, { onClick: () => c((p) => !p), theme: a, children: e.toUpperCase() }),
696
- (s || r) && t.map((p, d) => /* @__PURE__ */ o(Vr, { 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))
697
711
  ] });
698
712
  }
699
- const Qr = w.div`
713
+ const Yr = w.div`
700
714
  font-family: ${({ theme: e }) => e.typography.fontFamily};
701
715
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
702
716
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
@@ -708,13 +722,13 @@ const Qr = w.div`
708
722
  display: flex;
709
723
  flex-direction: column;
710
724
  row-gap: 4px;
711
- `, Kr = w.div`
725
+ `, Jr = w.div`
712
726
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
713
727
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
714
728
  color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
715
729
  padding: 4px 12px;
716
- `, _e = (e) => e.startsWith("/");
717
- function Xr({
730
+ `, Xe = (e) => e.startsWith("/");
731
+ function eo({
718
732
  recentPrompts: e,
719
733
  suggestions: t,
720
734
  isLoading: n,
@@ -736,11 +750,11 @@ function Xr({
736
750
  }
737
751
  ].filter(
738
752
  (i) => i.title.slice(0, c.length) === c
739
- ), { themeSettings: h } = R(), { t: m } = B(), x = d.length === 1;
753
+ ), { themeSettings: h } = R(), { t: m } = P(), y = d.length === 1;
740
754
  return /* @__PURE__ */ o(
741
- Nt,
755
+ Ot,
742
756
  {
743
- open: _e(c) && d.length > 0,
757
+ open: Xe(c) && d.length > 0,
744
758
  anchorEl: s,
745
759
  placement: "top-start",
746
760
  modifiers: [
@@ -752,19 +766,19 @@ function Xr({
752
766
  }
753
767
  ],
754
768
  sx: { zIndex: 3 },
755
- children: /* @__PURE__ */ S(Qr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: h, children: [
756
- n && /* @__PURE__ */ o(He, {}),
757
- !n && !a && d.map((i) => /* @__PURE__ */ o(_r, L(M({}, i), { alwaysExpanded: x }), i.title)),
758
- a && /* @__PURE__ */ o(Kr, { 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") })
759
773
  ] })
760
774
  }
761
775
  );
762
776
  }
763
- const Jr = 500;
764
- function Se({ title: e, placement: t = "top", children: n }) {
777
+ const to = 500;
778
+ function Me({ title: e, placement: t = "top", children: n }) {
765
779
  const { themeSettings: r } = R();
766
780
  return /* @__PURE__ */ o(
767
- Bn,
781
+ Fn,
768
782
  {
769
783
  title: e,
770
784
  placement: t,
@@ -794,7 +808,7 @@ function Se({ title: e, placement: t = "top", children: n }) {
794
808
  }
795
809
  );
796
810
  }
797
- function Yr({ theme: e }) {
811
+ function no({ theme: e }) {
798
812
  const t = e.aiChat.icons.color;
799
813
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
800
814
  /* @__PURE__ */ o(
@@ -820,7 +834,7 @@ function Yr({ theme: e }) {
820
834
  )
821
835
  ] });
822
836
  }
823
- function eo({ theme: e }) {
837
+ function ro({ theme: e }) {
824
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(
825
839
  "path",
826
840
  {
@@ -829,19 +843,19 @@ function eo({ theme: e }) {
829
843
  }
830
844
  ) });
831
845
  }
832
- const to = w.div`
846
+ const oo = w.div`
833
847
  display: flex;
834
848
  flex-direction: row;
835
849
  align-items: flex-end;
836
850
  justify-content: space-between;
837
851
 
838
852
  background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
839
- `, no = w.button`
853
+ `, io = w.button`
840
854
  height: 34px;
841
855
  background-color: inherit;
842
856
  cursor: pointer;
843
857
  border: none;
844
- `, ro = w.textarea`
858
+ `, so = w.textarea`
845
859
  font-size: inherit;
846
860
  line-height: inherit;
847
861
  resize: none;
@@ -869,7 +883,7 @@ const to = w.div`
869
883
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
870
884
 
871
885
  background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
872
- `, oo = w.button`
886
+ `, ao = w.button`
873
887
  height: 34px;
874
888
  background-color: inherit;
875
889
  border-style: none;
@@ -883,8 +897,8 @@ const to = w.div`
883
897
  opacity: 1;
884
898
  cursor: pointer;
885
899
  `}
886
- `, io = 34;
887
- function so({
900
+ `, lo = 34;
901
+ function co({
888
902
  onSendMessage: e,
889
903
  onClearHistoryClick: t,
890
904
  disabled: n,
@@ -894,52 +908,52 @@ function so({
894
908
  recommendationsError: a,
895
909
  onChange: p
896
910
  }) {
897
- const [d, h] = H(""), { inputPromptText: m } = ne(), x = O(() => {
911
+ const [d, h] = A(""), { inputPromptText: m } = ne(), y = I(() => {
898
912
  if (n) return;
899
- if (_e(d)) {
913
+ if (Xe(d)) {
900
914
  h("");
901
915
  return;
902
916
  }
903
917
  const k = d.trim();
904
918
  k.length !== 0 && (e(k), h(""));
905
- }, [n, e, d]), i = O(
919
+ }, [n, e, d]), i = I(
906
920
  (k) => {
907
921
  e(k), h("");
908
922
  },
909
923
  [e]
910
- ), u = O(
924
+ ), u = I(
911
925
  (k) => {
912
- k.key === "Enter" ? (k.preventDefault(), x()) : k.key === "Escape" && _e(d) && h("");
926
+ k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && h("");
913
927
  },
914
- [x, d]
915
- ), l = O(
928
+ [y, d]
929
+ ), l = I(
916
930
  (k) => {
917
931
  p == null || p(k.target.value), h(k.target.value);
918
932
  },
919
933
  [p]
920
934
  ), f = he(null);
921
- Ie(() => {
935
+ Be(() => {
922
936
  f.current && (f.current.style.height = "inherit", f.current.style.height = `${Math.max(
923
937
  f.current.scrollHeight + 2,
924
938
  // account for 1px top/bottom border
925
- io
939
+ lo
926
940
  )}px`);
927
- }, [d]), Ie(() => {
941
+ }, [d]), Be(() => {
928
942
  f.current && f.current.focus({ preventScroll: !0 });
929
943
  }, []);
930
- const { themeSettings: g } = R(), { t: y } = B(), v = O((k) => {
931
- var $;
932
- if (($ = document.getElementById("csdk-chatbot-frame")) != null && $.contains(k.relatedTarget)) {
933
- const E = (T) => {
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) => {
934
948
  var N;
935
- document.removeEventListener("mouseup", E), document.removeEventListener("keyup", E), T.type === "mouseup" && ((N = document.getSelection()) == null ? void 0 : N.type) !== "Range" && k.target.focus({ preventScroll: !0 });
949
+ document.removeEventListener("mouseup", $), document.removeEventListener("keyup", $), T.type === "mouseup" && ((N = document.getSelection()) == null ? void 0 : N.type) !== "Range" && k.target.focus({ preventScroll: !0 });
936
950
  };
937
- document.addEventListener("mouseup", E), document.addEventListener("keyup", E);
951
+ document.addEventListener("mouseup", $), document.addEventListener("keyup", $);
938
952
  }
939
953
  }, []);
940
- return /* @__PURE__ */ S(to, { theme: g, children: [
954
+ return /* @__PURE__ */ S(oo, { theme: g, children: [
941
955
  /* @__PURE__ */ o(
942
- Xr,
956
+ eo,
943
957
  {
944
958
  recentPrompts: r,
945
959
  suggestions: s,
@@ -950,13 +964,13 @@ function so({
950
964
  recommendationsError: a
951
965
  }
952
966
  ),
953
- t && /* @__PURE__ */ o(Se, { title: y("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ o(no, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(Yr, { 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 }) }) }),
954
968
  /* @__PURE__ */ o(
955
- ro,
969
+ so,
956
970
  {
957
971
  "aria-label": "chat input",
958
972
  onBlur: v,
959
- maxLength: Jr,
973
+ maxLength: to,
960
974
  ref: f,
961
975
  rows: 1,
962
976
  onChange: l,
@@ -964,44 +978,45 @@ function so({
964
978
  placeholder: m,
965
979
  value: d,
966
980
  onKeyDown: u,
967
- theme: g
981
+ theme: g,
982
+ disabled: n
968
983
  }
969
984
  ),
970
985
  /* @__PURE__ */ o(
971
- oo,
986
+ ao,
972
987
  {
973
988
  "aria-label": "send chat message",
974
989
  disabled: n || d.length === 0,
975
- onClick: x,
990
+ onClick: y,
976
991
  theme: g,
977
- children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(eo, { theme: g }) })
992
+ children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(ro, { theme: g }) })
978
993
  }
979
994
  )
980
995
  ] });
981
996
  }
982
- const ao = w.div`
997
+ const uo = w.div`
983
998
  margin: auto;
984
999
  display: flex;
985
1000
  flex-direction: column;
986
1001
  align-items: center;
987
1002
  row-gap: 21px;
988
- `, lo = w.div`
1003
+ `, po = w.div`
989
1004
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
990
1005
  text-align: center;
991
1006
  font-weight: 600;
992
- `, co = w.div`
1007
+ `, ho = w.div`
993
1008
  color: rgba(54, 163, 217, 1);
994
1009
  cursor: pointer;
995
1010
  `;
996
- function _t({ text: e, action: t }) {
1011
+ function Yt({ text: e, action: t }) {
997
1012
  const { themeSettings: n } = R();
998
- return /* @__PURE__ */ S(ao, { children: [
999
- /* @__PURE__ */ o(lo, { theme: n, children: e }),
1000
- /* @__PURE__ */ o(Fn, {}),
1001
- t && /* @__PURE__ */ o(co, { 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 })
1002
1017
  ] });
1003
1018
  }
1004
- const uo = w.div`
1019
+ const go = w.div`
1005
1020
  flex: 0 0 80px;
1006
1021
  padding-left: 14px;
1007
1022
  padding-right: 14px;
@@ -1010,20 +1025,20 @@ const uo = w.div`
1010
1025
  position: relative;
1011
1026
 
1012
1027
  background-color: ${({ style: e }) => e.backgroundColor};
1013
- `, po = w.div`
1028
+ `, fo = w.div`
1014
1029
  font-size: 18px;
1015
1030
  line-height: 22px;
1016
1031
  font-weight: 600;
1017
1032
  margin-left: 20px;
1018
1033
 
1019
1034
  color: ${({ style: e }) => e.textColor};
1020
- `, Qt = ar(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
1021
- return /* @__PURE__ */ S(uo, { 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: [
1022
1037
  n,
1023
- /* @__PURE__ */ o(po, { style: s, children: t }),
1038
+ /* @__PURE__ */ o(fo, { style: s, children: t }),
1024
1039
  r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
1025
1040
  ] });
1026
- }), Le = w.div`
1041
+ }), Ie = w.div`
1027
1042
  width: 5px;
1028
1043
  height: 5px;
1029
1044
  border-radius: 50%;
@@ -1052,7 +1067,7 @@ const uo = w.div`
1052
1067
  }
1053
1068
  }
1054
1069
  `;
1055
- function at() {
1070
+ function dt() {
1056
1071
  const { themeSettings: e } = R(), t = e.aiChat.icons.color;
1057
1072
  return /* @__PURE__ */ S(
1058
1073
  "div",
@@ -1060,85 +1075,85 @@ function at() {
1060
1075
  className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
1061
1076
  "aria-label": "loading dots",
1062
1077
  children: [
1063
- /* @__PURE__ */ o(Le, { color: t }),
1064
- /* @__PURE__ */ o(Le, { color: t }),
1065
- /* @__PURE__ */ o(Le, { color: t }),
1066
- /* @__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 })
1067
1082
  ]
1068
1083
  }
1069
1084
  );
1070
1085
  }
1071
- function le() {
1072
- return le = Object.assign ? Object.assign.bind() : function(e) {
1086
+ function ce() {
1087
+ return ce = Object.assign ? Object.assign.bind() : function(e) {
1073
1088
  for (var t = 1; t < arguments.length; t++) {
1074
1089
  var n = arguments[t];
1075
1090
  for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
1076
1091
  }
1077
1092
  return e;
1078
- }, le.apply(this, arguments);
1093
+ }, ce.apply(this, arguments);
1079
1094
  }
1080
- const ho = ["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" };
1081
- 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;
1082
1097
  (function(e) {
1083
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";
1084
- })(bt || (bt = {}));
1085
- 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: "“" }, go = ["style", "script"], fo = ["src", "href", "data", "formAction", "srcDoc", "action"], Co = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, mo = /mailto:/i, bo = /\n{2,}$/, Kt = /^(\s*>[\s\S]*?)(?=\n\n|$)/, yo = /^ *> ?/gm, xo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, vo = /^ {2,}\n/, ko = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Xt = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Jt = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, wo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, So = /^(?:\n *)*\n/, Mo = /\r\n?/g, To = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, $o = /^\[\^([^\]]+)]/, Ro = /\f/g, Lo = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Eo = /^\s*?\[(x|\s)\]/, Yt = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, en = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, tn = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Qe = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, No = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, nn = /^<!--[\s\S]*?(?:-->)/, Io = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Ke = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Po = /^\{.*\}$/, Oo = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Bo = /^<([^ >]+@[^ >]+)>/, Fo = /^<([^ >]+:\/[^ >]+)>/, Ho = /-([a-z])?/gi, rn = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Ao = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Do = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, qo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, zo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Wo = /\t/g, Zo = /(^ *\||\| *$)/g, jo = /^ *:-+: *$/, Uo = /^ *:-+ *$/, Go = /^ *-+: *$/, Ae = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Vo = new RegExp(`^([*_])\\1${Ae}\\1\\1(?!\\1)`), _o = new RegExp(`^([*_])${Ae}\\1(?!\\1)`), Qo = new RegExp(`^(==)${Ae}\\1`), Ko = new RegExp(`^(~~)${Ae}\\1`), Xo = /^\\([^0-9A-Za-z\s])/, vt = /\\([^0-9A-Za-z\s])/g, Jo = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Yo = /^\n+/, ei = /^([ \t]*)/, ti = /\\([^\\])/g, ni = /(?:^|\n)( *)$/, lt = "(?:\\d+\\.)", ct = "(?:[*+-])";
1086
- function on(e) {
1087
- 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]*?(?:-->)/, Bo = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Fo = /^\{.*\}$/, Ao = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Ho = /^<([^ >]+@[^ >]+)>/, Do = /^<([^ >]+:\/[^ >]+)>/, qo = /-([a-z])?/gi, ln = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, zo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Wo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Zo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, jo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Uo = /\t/g, Go = /(^ *\||\| *$)/g, Vo = /^ *:-+: *$/, Qo = /^ *:-+ *$/, _o = /^ *-+: *$/, ze = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Ko = new RegExp(`^([*_])\\1${ze}\\1\\1(?!\\1)`), Xo = new RegExp(`^([*_])${ze}\\1(?!\\1)`), Yo = new RegExp(`^(==)${ze}\\1`), Jo = new RegExp(`^(~~)${ze}\\1`), ei = /^\\([^0-9A-Za-z\s])/, St = /\\([^0-9A-Za-z\s])/g, ti = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, ni = /^\n+/, ri = /^([ \t]*)/, oi = /\\([^\\])/g, ii = /(?:^|\n)( *)$/, ut = "(?:\\d+\\.)", pt = "(?:[*+-])";
1101
+ function cn(e) {
1102
+ return "( *)(" + (e === 1 ? ut : pt) + ") +";
1088
1103
  }
1089
- const sn = on(1), an = on(2);
1090
- function ln(e) {
1091
- return new RegExp("^" + (e === 1 ? sn : an));
1104
+ const dn = cn(1), un = cn(2);
1105
+ function pn(e) {
1106
+ return new RegExp("^" + (e === 1 ? dn : un));
1092
1107
  }
1093
- const ri = ln(1), oi = ln(2);
1094
- function cn(e) {
1095
- return new RegExp("^" + (e === 1 ? sn : an) + "[^\\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");
1096
1111
  }
1097
- const ii = cn(1), si = cn(2);
1098
- function dn(e) {
1099
- 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;
1100
1115
  return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
1101
1116
  }
1102
- const un = dn(1), pn = dn(2);
1103
- function kt(e, t) {
1104
- const n = t === 1, r = n ? un : pn, s = n ? ii : si, c = n ? ri : oi;
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;
1105
1120
  return { match: ge(function(a, p) {
1106
- const d = ni.exec(p.prevCapture);
1121
+ const d = ii.exec(p.prevCapture);
1107
1122
  return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
1108
1123
  }), order: 1, parse(a, p, d) {
1109
- const h = n ? +a[2] : void 0, m = a[0].replace(bo, `
1124
+ const h = n ? +a[2] : void 0, m = a[0].replace(vo, `
1110
1125
  `).match(s);
1111
- let x = !1;
1126
+ let y = !1;
1112
1127
  return { items: m.map(function(i, u) {
1113
- 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(`
1114
1129
 
1115
- `) !== -1 || y && x;
1116
- x = v;
1117
- const k = d.inline, $ = d.list;
1118
- let E;
1119
- 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) + `
1120
1135
 
1121
- `) : (d.inline = !0, E = ve(g));
1122
- const T = p(E, d);
1123
- 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;
1124
1139
  }), ordered: n, start: h };
1125
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) {
1126
1141
  return e("li", { key: m }, p(h, d));
1127
1142
  })) };
1128
1143
  }
1129
- const ai = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), li = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, hn = [Kt, Xt, Jt, Yt, tn, en, rn, un, pn], ci = [...hn, /^[^\n]+(?: \n|\n{2,})/, Qe, nn, Ke];
1130
- 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) {
1131
1146
  let t = e.length;
1132
1147
  for (; t > 0 && e[t - 1] <= " "; ) t--;
1133
1148
  return e.slice(0, t);
1134
1149
  }
1135
- function be(e) {
1150
+ function ye(e) {
1136
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();
1137
1152
  }
1138
- function di(e) {
1139
- return Go.test(e) ? "right" : jo.test(e) ? "center" : Uo.test(e) ? "left" : null;
1153
+ function hi(e) {
1154
+ return _o.test(e) ? "right" : Vo.test(e) ? "center" : Qo.test(e) ? "left" : null;
1140
1155
  }
1141
- function wt(e, t, n, r) {
1156
+ function Tt(e, t, n, r) {
1142
1157
  const s = n.inTable;
1143
1158
  n.inTable = !0;
1144
1159
  let c = [[]], a = "";
@@ -1151,28 +1166,28 @@ function wt(e, t, n, r) {
1151
1166
  d.trim() === "|" && (p(), r) ? h !== 0 && h !== m.length - 1 && c.push([]) : a += d;
1152
1167
  }), p(), n.inTable = s, c;
1153
1168
  }
1154
- function ui(e, t, n) {
1169
+ function gi(e, t, n) {
1155
1170
  n.inline = !0;
1156
- const r = e[2] ? e[2].replace(Zo, "").split("|").map(di) : [], 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) {
1157
1172
  return a.trim().split(`
1158
1173
  `).map(function(h) {
1159
- return wt(h, p, d, !0);
1174
+ return Tt(h, p, d, !0);
1160
1175
  });
1161
- }(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);
1162
1177
  return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
1163
1178
  }
1164
- function St(e, t) {
1179
+ function $t(e, t) {
1165
1180
  return e.align[t] == null ? {} : { textAlign: e.align[t] };
1166
1181
  }
1167
1182
  function ge(e) {
1168
1183
  return e.inline = 1, e;
1169
1184
  }
1170
- function oe(e) {
1185
+ function ie(e) {
1171
1186
  return ge(function(t, n) {
1172
1187
  return n.inline ? e.exec(t) : null;
1173
1188
  });
1174
1189
  }
1175
- function ie(e) {
1190
+ function se(e) {
1176
1191
  return ge(function(t, n) {
1177
1192
  return n.inline || n.simple ? e.exec(t) : null;
1178
1193
  });
@@ -1182,80 +1197,80 @@ function te(e) {
1182
1197
  return n.inline || n.simple ? null : e.exec(t);
1183
1198
  };
1184
1199
  }
1185
- function ye(e) {
1200
+ function xe(e) {
1186
1201
  return ge(function(t) {
1187
1202
  return e.exec(t);
1188
1203
  });
1189
1204
  }
1190
- function pi(e, t) {
1205
+ function fi(e, t) {
1191
1206
  if (t.inline || t.simple) return null;
1192
1207
  let n = "";
1193
1208
  e.split(`
1194
1209
  `).every((s) => (s += `
1195
- `, !hn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1196
- const r = ve(n);
1210
+ `, !mn.some((c) => c.test(s)) && (n += s, !!s.trim())));
1211
+ const r = ke(n);
1197
1212
  return r == "" ? null : [n, , r];
1198
1213
  }
1199
- const hi = /(javascript|vbscript|data(?!:image)):/i;
1200
- function gi(e) {
1214
+ const Ci = /(javascript|vbscript|data(?!:image)):/i;
1215
+ function mi(e) {
1201
1216
  try {
1202
1217
  const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
1203
- if (hi.test(t)) return null;
1218
+ if (Ci.test(t)) return null;
1204
1219
  } catch (t) {
1205
1220
  return null;
1206
1221
  }
1207
1222
  return e;
1208
1223
  }
1209
- function Mt(e) {
1210
- return e.replace(ti, "$1");
1224
+ function Rt(e) {
1225
+ return e.replace(oi, "$1");
1211
1226
  }
1212
- function Ee(e, t, n) {
1227
+ function Pe(e, t, n) {
1213
1228
  const r = n.inline || !1, s = n.simple || !1;
1214
1229
  n.inline = !0, n.simple = !0;
1215
1230
  const c = e(t, n);
1216
1231
  return n.inline = r, n.simple = s, c;
1217
1232
  }
1218
- function fi(e, t, n) {
1233
+ function bi(e, t, n) {
1219
1234
  const r = n.inline || !1, s = n.simple || !1;
1220
1235
  n.inline = !1, n.simple = !0;
1221
1236
  const c = e(t, n);
1222
1237
  return n.inline = r, n.simple = s, c;
1223
1238
  }
1224
- function Ci(e, t, n) {
1239
+ function yi(e, t, n) {
1225
1240
  const r = n.inline || !1;
1226
1241
  n.inline = !1;
1227
1242
  const s = e(t, n);
1228
1243
  return n.inline = r, s;
1229
1244
  }
1230
- const We = (e, t, n) => ({ children: Ee(t, e[2], n) });
1231
- function Ze() {
1245
+ const Ue = (e, t, n) => ({ children: Pe(t, e[2], n) });
1246
+ function Ge() {
1232
1247
  return {};
1233
1248
  }
1234
- function je() {
1249
+ function Ve() {
1235
1250
  return null;
1236
1251
  }
1237
- function mi(...e) {
1252
+ function xi(...e) {
1238
1253
  return e.filter(Boolean).join(" ");
1239
1254
  }
1240
- function Ue(e, t, n) {
1255
+ function Qe(e, t, n) {
1241
1256
  let r = e;
1242
1257
  const s = t.split(".");
1243
1258
  for (; s.length && (r = r[s[0]], r !== void 0); ) s.shift();
1244
1259
  return r || n;
1245
1260
  }
1246
- function bi(e = "", t = {}) {
1261
+ function vi(e = "", t = {}) {
1247
1262
  function n(i, u, ...l) {
1248
- const f = Ue(t.overrides, `${i}.props`, {});
1249
- return t.createElement(function(g, y) {
1250
- const v = Ue(y, g);
1251
- return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Ue(y, `${g}.component`, g) : g;
1252
- }(i, t.overrides), le({}, u, f, { className: mi(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);
1253
1268
  }
1254
1269
  function r(i) {
1255
- i = i.replace(Lo, "");
1270
+ i = i.replace(Io, "");
1256
1271
  let u = !1;
1257
- t.forceInline ? u = !0 : t.forceBlock || (u = zo.test(i) === !1);
1258
- const l = h(d(u ? i : `${ve(i).replace(Yo, "")}
1272
+ t.forceInline ? u = !0 : t.forceBlock || (u = jo.test(i) === !1);
1273
+ const l = h(d(u ? i : `${ke(i).replace(ni, "")}
1259
1274
 
1260
1275
  `, { inline: u }));
1261
1276
  for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); ) l.pop();
@@ -1270,101 +1285,101 @@ function bi(e = "", t = {}) {
1270
1285
  return t.createElement(f, { key: "outer" }, g);
1271
1286
  }
1272
1287
  function s(i, u) {
1273
- const l = u.match(Co);
1288
+ const l = u.match(yo);
1274
1289
  return l ? l.reduce(function(f, g) {
1275
- const y = g.indexOf("=");
1276
- if (y !== -1) {
1290
+ const x = g.indexOf("=");
1291
+ if (x !== -1) {
1277
1292
  const v = function(T) {
1278
- return T.indexOf("-") !== -1 && T.match(Io) === null && (T = T.replace(Ho, function(N, F) {
1293
+ return T.indexOf("-") !== -1 && T.match(Bo) === null && (T = T.replace(qo, function(N, F) {
1279
1294
  return F.toUpperCase();
1280
1295
  })), T;
1281
- }(g.slice(0, y)).trim(), k = function(T) {
1296
+ }(g.slice(0, x)).trim(), k = function(T) {
1282
1297
  const N = T[0];
1283
1298
  return (N === '"' || N === "'") && T.length >= 2 && T[T.length - 1] === N ? T.slice(1, -1) : T;
1284
- }(g.slice(y + 1).trim()), $ = yt[v] || v;
1285
- if ($ === "ref") return f;
1286
- const E = f[$] = function(T, N, F, ae) {
1299
+ }(g.slice(x + 1).trim()), L = kt[v] || v;
1300
+ if (L === "ref") return f;
1301
+ const $ = f[L] = function(T, N, F, le) {
1287
1302
  return N === "style" ? function(Q) {
1288
- const j = [];
1289
- let W = "", G = !1, I = !1, K = "";
1290
- if (!Q) return j;
1291
- for (let V = 0; V < Q.length; V++) {
1292
- const A = Q[V];
1293
- if (A !== '"' && A !== "'" || G || (I ? A === K && (I = !1, K = "") : (I = !0, K = A)), A === "(" && W.endsWith("url") ? G = !0 : A === ")" && G && (G = !1), A !== ";" || I || G) W += A;
1303
+ const Z = [];
1304
+ let _ = "", K = !1, D = !1, ee = "";
1305
+ if (!Q) return Z;
1306
+ for (let U = 0; U < Q.length; U++) {
1307
+ const W = Q[U];
1308
+ if (W !== '"' && W !== "'" || K || (D ? W === ee && (D = !1, ee = "") : (D = !0, ee = W)), W === "(" && _.endsWith("url") ? K = !0 : W === ")" && K && (K = !1), W !== ";" || D || K) _ += W;
1294
1309
  else {
1295
- const U = W.trim();
1296
- if (U) {
1297
- const re = U.indexOf(":");
1310
+ const G = _.trim();
1311
+ if (G) {
1312
+ const re = G.indexOf(":");
1298
1313
  if (re > 0) {
1299
- const ce = U.slice(0, re).trim(), de = U.slice(re + 1).trim();
1300
- j.push([ce, de]);
1314
+ const Ce = G.slice(0, re).trim(), de = G.slice(re + 1).trim();
1315
+ Z.push([Ce, de]);
1301
1316
  }
1302
1317
  }
1303
- W = "";
1318
+ _ = "";
1304
1319
  }
1305
1320
  }
1306
- const X = W.trim();
1307
- if (X) {
1308
- const V = X.indexOf(":");
1309
- if (V > 0) {
1310
- const A = X.slice(0, V).trim(), U = X.slice(V + 1).trim();
1311
- j.push([A, U]);
1321
+ const O = _.trim();
1322
+ if (O) {
1323
+ const U = O.indexOf(":");
1324
+ if (U > 0) {
1325
+ const W = O.slice(0, U).trim(), G = O.slice(U + 1).trim();
1326
+ Z.push([W, G]);
1312
1327
  }
1313
1328
  }
1314
- return j;
1315
- }(F).reduce(function(Q, [j, W]) {
1316
- return Q[j.replace(/(-[a-z])/g, (G) => G[1].toUpperCase())] = ae(W, T, j), Q;
1317
- }, {}) : fo.indexOf(N) !== -1 ? ae(F, T, N) : (F.match(Po) && (F = F.slice(1, F.length - 1)), F === "true" || F !== "false" && F);
1329
+ return Z;
1330
+ }(F).reduce(function(Q, [Z, _]) {
1331
+ return Q[Z.replace(/(-[a-z])/g, (K) => K[1].toUpperCase())] = le(_, T, Z), Q;
1332
+ }, {}) : bo.indexOf(N) !== -1 ? le(F, T, N) : (F.match(Fo) && (F = F.slice(1, F.length - 1)), F === "true" || F !== "false" && F);
1318
1333
  }(i, v, k, t.sanitizer);
1319
- typeof E == "string" && (Qe.test(E) || Ke.test(E)) && (f[$] = r(E.trim()));
1320
- } 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);
1321
1336
  return f;
1322
1337
  }, {}) : null;
1323
1338
  }
1324
- t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || gi, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? le({}, xt, t.namedCodesToUnicode) : xt, t.createElement = t.createElement || Y.createElement;
1325
- const c = [], a = {}, p = { [b.blockQuote]: { match: te(Kt), order: 1, parse(i, u, l) {
1326
- const [, f, g] = i[0].replace(yo, "").match(xo);
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);
1327
1342
  return { alert: f, children: u(g, l) };
1328
1343
  }, render(i, u, l) {
1329
1344
  const f = { key: l.key };
1330
- 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));
1331
- } }, [b.breakLine]: { match: ye(vo), order: 1, parse: Ze, render: (i, u, l) => n("br", { key: l.key }) }, [b.breakThematic]: { match: te(ko), order: 1, parse: Ze, render: (i, u, l) => n("hr", { key: l.key }) }, [b.codeBlock]: { match: te(Jt), 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(Xt), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: ie(wo), 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(To), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: je }, [b.footnoteReference]: { match: oe($o), 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(Eo), 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 ? en : Yt), 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(tn), order: 0, parse: (i, u, l) => ({ children: Ee(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: ye(Qe), order: 1, parse(i, u, l) {
1332
- const [, f] = i[3].match(ei), g = new RegExp(`^${f}`, "gm"), y = i[3].replace(g, ""), v = (k = y, ci.some((F) => F.test(k)) ? Ci : 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((F) => F.test(k)) ? yi : Pe);
1333
1348
  var k;
1334
- const $ = i[1].toLowerCase(), E = go.indexOf($) !== -1, T = (E ? $ : i[1]).trim(), N = { attrs: s(T, i[2]), noInnerParse: E, tag: T };
1335
- return l.inAnchor = l.inAnchor || $ === "a", E ? N.text = i[3] : N.children = v(u, y, l), l.inAnchor = !1, N;
1336
- }, 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) {
1337
1352
  const u = i[1].trim();
1338
1353
  return { attrs: s(u, i[2] || ""), tag: u };
1339
- }, render: (i, u, l) => n(i.tag, le({}, i.attrs, { key: l.key })) }, [b.htmlComment]: { match: ye(nn), order: 1, parse: () => ({}), render: je }, [b.image]: { match: ie(li), 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(ai), order: 3, parse: (i, u, l) => ({ children: fi(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(Fo), 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(Oo)(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(Bo), 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) {
1340
1355
  let u = i[1], l = i[1];
1341
- return mo.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: l, type: b.link };
1342
- } }, [b.orderedList]: kt(n, 1), [b.unorderedList]: kt(n, 2), [b.newlineCoalescer]: { match: te(So), order: 3, parse: Ze, render: () => `
1343
- ` }, [b.paragraph]: { match: ge(pi), order: 3, parse: We, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [b.ref]: { match: oe(Ao), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: je }, [b.refImage]: { match: ie(Do), 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(qo), 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(rn), order: 1, parse: ui, 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) {
1344
1359
  const f = i;
1345
- return n("table", { key: l.key }, n("thead", null, n("tr", null, f.header.map(function(g, y) {
1346
- return n("th", { key: y, style: St(f, y) }, u(g, l));
1347
- }))), n("tbody", null, f.cells.map(function(g, y) {
1348
- return n("tr", { key: y }, g.map(function(v, k) {
1349
- 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));
1350
1365
  }));
1351
1366
  })));
1352
- } }, [b.text]: { match: ye(Jo), order: 4, parse: (i) => ({ text: i[0].replace(No, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [b.textBolded]: { match: ie(Vo), 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(_o), 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(Xo), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: ie(Qo), order: 3, parse: We, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [b.textStrikethroughed]: { match: ie(Ko), 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)) } };
1353
1368
  t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
1354
1369
  const d = function(i) {
1355
1370
  let u = Object.keys(i);
1356
1371
  function l(f, g) {
1357
- let y, v, k = [], $ = "", E = "";
1372
+ let x, v, k = [], L = "", $ = "";
1358
1373
  for (g.prevCapture = g.prevCapture || ""; f; ) {
1359
1374
  let T = 0;
1360
1375
  for (; T < u.length; ) {
1361
- if ($ = u[T], y = i[$], g.inline && !y.match.inline) {
1376
+ if (L = u[T], x = i[L], g.inline && !x.match.inline) {
1362
1377
  T++;
1363
1378
  continue;
1364
1379
  }
1365
- const N = y.match(f, g);
1380
+ const N = x.match(f, g);
1366
1381
  if (N) {
1367
- E = N[0], g.prevCapture += E, f = f.substring(E.length), v = y.parse(N, l, g), v.type == null && (v.type = $), k.push(v);
1382
+ $ = N[0], g.prevCapture += $, f = f.substring($.length), v = x.parse(N, l, g), v.type == null && (v.type = L), k.push(v);
1368
1383
  break;
1369
1384
  }
1370
1385
  T++;
@@ -1373,47 +1388,47 @@ function bi(e = "", t = {}) {
1373
1388
  return g.prevCapture = "", k;
1374
1389
  }
1375
1390
  return u.sort(function(f, g) {
1376
- let y = i[f].order, v = i[g].order;
1377
- 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;
1378
1393
  }), function(f, g) {
1379
- return l(function(y) {
1380
- return y.replace(Mo, `
1381
- `).replace(Ro, "").replace(Wo, " ");
1394
+ return l(function(x) {
1395
+ return x.replace(Ro, `
1396
+ `).replace(No, "").replace(Uo, " ");
1382
1397
  }(f), g);
1383
1398
  };
1384
1399
  }(p), h = (m = /* @__PURE__ */ function(i, u) {
1385
1400
  return function(l, f, g) {
1386
- const y = i[l.type].render;
1387
- 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);
1388
1403
  };
1389
1404
  }(p, t.renderRule), function i(u, l = {}) {
1390
1405
  if (Array.isArray(u)) {
1391
1406
  const f = l.key, g = [];
1392
- let y = !1;
1407
+ let x = !1;
1393
1408
  for (let v = 0; v < u.length; v++) {
1394
1409
  l.key = v;
1395
- const k = i(u[v], l), $ = typeof k == "string";
1396
- $ && 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;
1397
1412
  }
1398
1413
  return l.key = f, g;
1399
1414
  }
1400
1415
  return m(u, i, l);
1401
1416
  });
1402
1417
  var m;
1403
- const x = r(e);
1404
- return c.length ? n("div", null, x, n("footer", { key: "footer" }, c.map(function(i) {
1405
- return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
1406
- }))) : 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;
1407
1422
  }
1408
- const yi = (e) => {
1423
+ const ki = (e) => {
1409
1424
  let { children: t = "", options: n } = e, r = function(s, c) {
1410
1425
  if (s == null) return {};
1411
1426
  var a, p, d = {}, h = Object.keys(s);
1412
1427
  for (p = 0; p < h.length; p++) c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
1413
1428
  return d;
1414
- }(e, ho);
1415
- return Y.cloneElement(bi(t, n), r);
1416
- }, xi = w.div`
1429
+ }(e, Co);
1430
+ return Y.cloneElement(vi(t, n), r);
1431
+ }, wi = w.div`
1417
1432
  display: flex;
1418
1433
 
1419
1434
  ${({ align: e }) => e === "right" ? q`
@@ -1421,7 +1436,7 @@ const yi = (e) => {
1421
1436
  ` : q`
1422
1437
  justify-content: flex-start;
1423
1438
  `}
1424
- `, gn = w.div`
1439
+ `, bn = w.div`
1425
1440
  font-size: inherit;
1426
1441
  line-height: inherit;
1427
1442
  padding-top: 8.5px;
@@ -1446,15 +1461,15 @@ const yi = (e) => {
1446
1461
 
1447
1462
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
1448
1463
  background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
1449
- `, se = ({ align: e, children: t }) => {
1464
+ `, ae = ({ align: e, children: t }) => {
1450
1465
  const { themeSettings: n } = R();
1451
- return /* @__PURE__ */ o(xi, { theme: n, align: e, children: /* @__PURE__ */ o(gn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ o(yi, { 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 }) });
1452
1467
  };
1453
- function vi() {
1468
+ function Si() {
1454
1469
  const { welcomeText: e } = ne();
1455
- return e === !1 ? null : /* @__PURE__ */ o(se, { align: "left", children: e });
1470
+ return e === !1 ? null : /* @__PURE__ */ o(ae, { align: "left", children: e });
1456
1471
  }
1457
- const ki = w.div`
1472
+ const Mi = w.div`
1458
1473
  display: flex;
1459
1474
 
1460
1475
  ${({ align: e }) => e === "right" ? q`
@@ -1462,7 +1477,7 @@ const ki = w.div`
1462
1477
  ` : q`
1463
1478
  justify-content: flex-start;
1464
1479
  `}
1465
- `, wi = w.button`
1480
+ `, Ti = w.button`
1466
1481
  font-family: inherit;
1467
1482
  font-size: inherit;
1468
1483
  line-height: inherit;
@@ -1515,7 +1530,7 @@ const ki = w.div`
1515
1530
  return "";
1516
1531
  }}
1517
1532
  `;
1518
- function Pe({
1533
+ function Fe({
1519
1534
  children: e,
1520
1535
  align: t,
1521
1536
  onClick: n,
@@ -1524,8 +1539,8 @@ function Pe({
1524
1539
  accessibleName: c
1525
1540
  }) {
1526
1541
  const { themeSettings: a } = R();
1527
- return /* @__PURE__ */ o(ki, { align: t, children: /* @__PURE__ */ o(
1528
- wi,
1542
+ return /* @__PURE__ */ o(Mi, { align: t, children: /* @__PURE__ */ o(
1543
+ Ti,
1529
1544
  {
1530
1545
  "aria-label": c,
1531
1546
  theme: a,
@@ -1537,18 +1552,18 @@ function Pe({
1537
1552
  }
1538
1553
  ) });
1539
1554
  }
1540
- function Si({ onCancel: e, onConfirm: t }) {
1541
- const { t: n } = B();
1542
- return /* @__PURE__ */ S(Z, { children: [
1543
- /* @__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") }),
1544
1559
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
1545
- /* @__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") }) }),
1546
- /* @__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(Fe, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
1561
+ /* @__PURE__ */ o(Fe, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
1547
1562
  ] })
1548
1563
  ] });
1549
1564
  }
1550
- var Mi = Hn("toLowerCase");
1551
- function Ti() {
1565
+ var Ri = Hn("toLowerCase");
1566
+ function Ei() {
1552
1567
  const { themeSettings: e } = R();
1553
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(
1554
1569
  "path",
@@ -1560,32 +1575,32 @@ function Ti() {
1560
1575
  }
1561
1576
  ) });
1562
1577
  }
1563
- function $i({ onClick: e }) {
1564
- const { t } = B();
1565
- return /* @__PURE__ */ o(Pe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1578
+ function Li({ onClick: e }) {
1579
+ const { t } = P();
1580
+ return /* @__PURE__ */ o(Fe, { align: "left", onClick: e, children: /* @__PURE__ */ S(
1566
1581
  "div",
1567
1582
  {
1568
1583
  className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
1569
1584
  children: [
1570
- /* @__PURE__ */ o(Ti, {}),
1585
+ /* @__PURE__ */ o(Ei, {}),
1571
1586
  t("ai.buttons.insights")
1572
1587
  ]
1573
1588
  }
1574
1589
  ) });
1575
1590
  }
1576
- function Ri(e) {
1577
- return Dn("MuiDialog", e);
1591
+ function Ni(e) {
1592
+ return qn("MuiDialog", e);
1578
1593
  }
1579
- const Ge = An("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), fn = /* @__PURE__ */ Y.createContext({});
1580
- process.env.NODE_ENV !== "production" && (fn.displayName = "DialogContext");
1581
- const Li = Oe(qn, {
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, {
1582
1597
  name: "MuiDialog",
1583
1598
  slot: "Backdrop",
1584
1599
  overrides: (e, t) => t.backdrop
1585
1600
  })({
1586
1601
  // Improve scrollable dialog support.
1587
1602
  zIndex: -1
1588
- }), Ei = (e) => {
1603
+ }), Pi = (e) => {
1589
1604
  const {
1590
1605
  classes: t,
1591
1606
  scroll: n,
@@ -1597,8 +1612,8 @@ const Li = Oe(qn, {
1597
1612
  container: ["container", `scroll${pe(n)}`],
1598
1613
  paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
1599
1614
  };
1600
- return Gn(a, Ri, t);
1601
- }, Ni = Oe(zn, {
1615
+ return Vn(a, Ni, t);
1616
+ }, Oi = Ae(Wn, {
1602
1617
  name: "MuiDialog",
1603
1618
  slot: "Root",
1604
1619
  overridesResolver: (e, t) => t.root
@@ -1607,7 +1622,7 @@ const Li = Oe(qn, {
1607
1622
  // Use !important to override the Modal inline-style.
1608
1623
  position: "absolute !important"
1609
1624
  }
1610
- }), Ii = Oe("div", {
1625
+ }), Bi = Ae("div", {
1611
1626
  name: "MuiDialog",
1612
1627
  slot: "Container",
1613
1628
  overridesResolver: (e, t) => {
@@ -1649,7 +1664,7 @@ const Li = Oe(qn, {
1649
1664
  }
1650
1665
  }
1651
1666
  }]
1652
- }), Pi = Oe(It, {
1667
+ }), Fi = Ae(Bt, {
1653
1668
  name: "MuiDialog",
1654
1669
  slot: "Paper",
1655
1670
  overridesResolver: (e, t) => {
@@ -1658,7 +1673,7 @@ const Li = Oe(qn, {
1658
1673
  } = e;
1659
1674
  return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
1660
1675
  }
1661
- })(Wn(({
1676
+ })(Zn(({
1662
1677
  theme: e
1663
1678
  }) => ({
1664
1679
  margin: 32,
@@ -1699,7 +1714,7 @@ const Li = Oe(qn, {
1699
1714
  },
1700
1715
  style: {
1701
1716
  maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
1702
- [`&.${Ge.paperScrollBody}`]: {
1717
+ [`&.${_e.paperScrollBody}`]: {
1703
1718
  [e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
1704
1719
  maxWidth: "calc(100% - 64px)"
1705
1720
  }
@@ -1711,7 +1726,7 @@ const Li = Oe(qn, {
1711
1726
  },
1712
1727
  style: {
1713
1728
  maxWidth: `${e.breakpoints.values[t]}${e.breakpoints.unit}`,
1714
- [`&.${Ge.paperScrollBody}`]: {
1729
+ [`&.${_e.paperScrollBody}`]: {
1715
1730
  [e.breakpoints.down(e.breakpoints.values[t] + 32 * 2)]: {
1716
1731
  maxWidth: "calc(100% - 64px)"
1717
1732
  }
@@ -1735,44 +1750,44 @@ const Li = Oe(qn, {
1735
1750
  height: "100%",
1736
1751
  maxHeight: "none",
1737
1752
  borderRadius: 0,
1738
- [`&.${Ge.paperScrollBody}`]: {
1753
+ [`&.${_e.paperScrollBody}`]: {
1739
1754
  margin: 0,
1740
1755
  maxWidth: "100%"
1741
1756
  }
1742
1757
  }
1743
1758
  }]
1744
- }))), Cn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
1745
- const r = Zn({
1759
+ }))), xn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
1760
+ const r = jn({
1746
1761
  props: t,
1747
1762
  name: "MuiDialog"
1748
- }), s = jn(), c = {
1763
+ }), s = Un(), c = {
1749
1764
  enter: s.transitions.duration.enteringScreen,
1750
1765
  exit: s.transitions.duration.leavingScreen
1751
- }, ht = r, {
1766
+ }, Ct = r, {
1752
1767
  "aria-describedby": a,
1753
1768
  "aria-labelledby": p,
1754
1769
  "aria-modal": d = !0,
1755
1770
  BackdropComponent: h,
1756
1771
  BackdropProps: m,
1757
- children: x,
1772
+ children: y,
1758
1773
  className: i,
1759
1774
  disableEscapeKeyDown: u = !1,
1760
1775
  fullScreen: l = !1,
1761
1776
  fullWidth: f = !1,
1762
1777
  maxWidth: g = "sm",
1763
- onBackdropClick: y,
1778
+ onBackdropClick: x,
1764
1779
  onClick: v,
1765
1780
  onClose: k,
1766
- open: $,
1767
- PaperComponent: E = It,
1781
+ open: L,
1782
+ PaperComponent: $ = Bt,
1768
1783
  PaperProps: T = {},
1769
1784
  scroll: N = "paper",
1770
1785
  slots: F = {},
1771
- slotProps: ae = {},
1772
- TransitionComponent: Q = Ct,
1773
- transitionDuration: j = c,
1774
- TransitionProps: W
1775
- } = ht, G = qe(ht, [
1786
+ slotProps: le = {},
1787
+ TransitionComponent: Q = yt,
1788
+ transitionDuration: Z = c,
1789
+ TransitionProps: _
1790
+ } = Ct, K = Ze(Ct, [
1776
1791
  "aria-describedby",
1777
1792
  "aria-labelledby",
1778
1793
  "aria-modal",
@@ -1796,99 +1811,99 @@ const Li = Oe(qn, {
1796
1811
  "TransitionComponent",
1797
1812
  "transitionDuration",
1798
1813
  "TransitionProps"
1799
- ]), I = L(M({}, r), {
1814
+ ]), D = E(M({}, r), {
1800
1815
  disableEscapeKeyDown: u,
1801
1816
  fullScreen: l,
1802
1817
  fullWidth: f,
1803
1818
  maxWidth: g,
1804
1819
  scroll: N
1805
- }), K = Ei(I), X = Y.useRef(), V = (ue) => {
1806
- X.current = ue.target === ue.currentTarget;
1807
- }, A = (ue) => {
1808
- v && v(ue), X.current && (X.current = null, y && y(ue), k && k(ue, "backdropClick"));
1809
- }, U = Un(p), re = Y.useMemo(() => ({
1810
- titleId: U
1811
- }), [U]), ce = M({
1820
+ }), ee = Pi(D), O = Y.useRef(), U = (ue) => {
1821
+ O.current = ue.target === ue.currentTarget;
1822
+ }, W = (ue) => {
1823
+ v && v(ue), O.current && (O.current = null, x && x(ue), k && k(ue, "backdropClick"));
1824
+ }, G = Gn(p), re = Y.useMemo(() => ({
1825
+ titleId: G
1826
+ }), [G]), Ce = M({
1812
1827
  transition: Q
1813
1828
  }, F), de = M({
1814
- transition: W,
1829
+ transition: _,
1815
1830
  paper: T,
1816
1831
  backdrop: m
1817
- }, ae), P = {
1818
- slots: ce,
1832
+ }, le), oe = {
1833
+ slots: Ce,
1819
1834
  slotProps: de
1820
- }, [J, Te] = Ce("root", {
1821
- elementType: Ni,
1835
+ }, [$e, Re] = me("root", {
1836
+ elementType: Oi,
1822
1837
  shouldForwardComponentProp: !0,
1823
- externalForwardedProps: P,
1824
- ownerState: I,
1825
- className: ze(K.root, i),
1838
+ externalForwardedProps: oe,
1839
+ ownerState: D,
1840
+ className: je(ee.root, i),
1826
1841
  ref: n
1827
- }), [pt, $e] = Ce("backdrop", {
1828
- elementType: Li,
1842
+ }), [B, X] = me("backdrop", {
1843
+ elementType: Ii,
1829
1844
  shouldForwardComponentProp: !0,
1830
- externalForwardedProps: P,
1831
- ownerState: I
1832
- }), [yn, xn] = Ce("paper", {
1833
- elementType: Pi,
1845
+ externalForwardedProps: oe,
1846
+ ownerState: D
1847
+ }), [Ee, ft] = me("paper", {
1848
+ elementType: Fi,
1834
1849
  shouldForwardComponentProp: !0,
1835
- externalForwardedProps: P,
1836
- ownerState: I,
1837
- className: ze(K.paper, T.className)
1838
- }), [vn, kn] = Ce("container", {
1839
- elementType: Ii,
1840
- externalForwardedProps: P,
1841
- ownerState: I,
1842
- className: ze(K.container)
1843
- }), [wn, Sn] = Ce("transition", {
1844
- elementType: Ct,
1845
- externalForwardedProps: P,
1846
- ownerState: I,
1850
+ externalForwardedProps: oe,
1851
+ ownerState: D,
1852
+ className: je(ee.paper, T.className)
1853
+ }), [Le, wn] = me("container", {
1854
+ elementType: Bi,
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,
1847
1862
  additionalProps: {
1848
1863
  appear: !0,
1849
- in: $,
1850
- timeout: j,
1864
+ in: L,
1865
+ timeout: Z,
1851
1866
  role: "presentation"
1852
1867
  }
1853
1868
  });
1854
- return /* @__PURE__ */ me(J, L(M(M({
1869
+ return /* @__PURE__ */ be($e, E(M(M({
1855
1870
  closeAfterTransition: !0,
1856
1871
  slots: {
1857
- backdrop: pt
1872
+ backdrop: B
1858
1873
  },
1859
1874
  slotProps: {
1860
1875
  backdrop: M({
1861
- transitionDuration: j,
1876
+ transitionDuration: Z,
1862
1877
  as: h
1863
- }, $e)
1878
+ }, X)
1864
1879
  },
1865
1880
  disableEscapeKeyDown: u,
1866
1881
  onClose: k,
1867
- open: $,
1868
- onClick: A
1869
- }, Te), G), {
1870
- children: /* @__PURE__ */ me(wn, L(M({}, Sn), {
1871
- children: /* @__PURE__ */ me(vn, L(M({
1872
- onMouseDown: V
1873
- }, kn), {
1874
- children: /* @__PURE__ */ me(yn, L(M({
1875
- as: E,
1882
+ open: L,
1883
+ onClick: W
1884
+ }, Re), K), {
1885
+ children: /* @__PURE__ */ be(Sn, E(M({}, Mn), {
1886
+ children: /* @__PURE__ */ be(Le, E(M({
1887
+ onMouseDown: U
1888
+ }, wn), {
1889
+ children: /* @__PURE__ */ be(Ee, E(M({
1890
+ as: $,
1876
1891
  elevation: 24,
1877
1892
  role: "dialog",
1878
1893
  "aria-describedby": a,
1879
- "aria-labelledby": U,
1894
+ "aria-labelledby": G,
1880
1895
  "aria-modal": d
1881
- }, xn), {
1882
- children: /* @__PURE__ */ me(fn.Provider, {
1896
+ }, ft), {
1897
+ children: /* @__PURE__ */ be(yn.Provider, {
1883
1898
  value: re,
1884
- children: x
1899
+ children: y
1885
1900
  })
1886
1901
  }))
1887
1902
  }))
1888
1903
  }))
1889
1904
  }));
1890
1905
  });
1891
- process.env.NODE_ENV !== "production" && (Cn.propTypes = {
1906
+ process.env.NODE_ENV !== "production" && (xn.propTypes = {
1892
1907
  // ┌────────────────────────────── Warning ──────────────────────────────┐
1893
1908
  // │ These PropTypes are generated from the TypeScript type definitions. │
1894
1909
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -2051,7 +2066,7 @@ process.env.NODE_ENV !== "production" && (Cn.propTypes = {
2051
2066
  */
2052
2067
  TransitionProps: C.object
2053
2068
  });
2054
- function Oi({ fillColor: e = "#262E3D" }) {
2069
+ function Ai({ fillColor: e = "#262E3D" }) {
2055
2070
  return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
2056
2071
  /* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
2057
2072
  /* @__PURE__ */ o(
@@ -2065,7 +2080,7 @@ function Oi({ fillColor: e = "#262E3D" }) {
2065
2080
  )
2066
2081
  ] });
2067
2082
  }
2068
- const mn = {
2083
+ const vn = {
2069
2084
  row: {
2070
2085
  hover: "rgba(224, 224, 224, 0.3)"
2071
2086
  },
@@ -2150,18 +2165,18 @@ const mn = {
2150
2165
  errorBG: "rgba(231, 71, 39, 0.1)"
2151
2166
  }
2152
2167
  }
2153
- }, Bi = {
2168
+ }, Hi = {
2154
2169
  shouldForwardProp: (e) => !e.startsWith("$")
2155
- }, Me = w(
2156
- Pt,
2157
- Bi
2170
+ }, Te = w(
2171
+ Ft,
2172
+ Hi
2158
2173
  )(({ $hoverColor: e }) => ({
2159
2174
  padding: 2,
2160
2175
  "&.MuiIconButton-root:hover": {
2161
- backgroundColor: e != null ? e : mn.interaction.defaultHover
2176
+ backgroundColor: e != null ? e : vn.interaction.defaultHover
2162
2177
  }
2163
2178
  }));
2164
- function Fi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2179
+ function Di({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2165
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(
2166
2181
  "path",
2167
2182
  {
@@ -2172,7 +2187,7 @@ function Fi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2172
2187
  }
2173
2188
  ) });
2174
2189
  }
2175
- function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2190
+ function qi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2176
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(
2177
2192
  "path",
2178
2193
  {
@@ -2183,7 +2198,7 @@ function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
2183
2198
  }
2184
2199
  ) });
2185
2200
  }
2186
- function Ai() {
2201
+ function zi() {
2187
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(
2188
2203
  "path",
2189
2204
  {
@@ -2195,27 +2210,27 @@ function Ai() {
2195
2210
  }
2196
2211
  ) });
2197
2212
  }
2198
- const dt = (e) => Bt(e.chart.backgroundColor), Di = ({ title: e }) => {
2213
+ const ht = (e) => Ht(e.chart.backgroundColor), Wi = ({ title: e }) => {
2199
2214
  const { themeSettings: t } = R();
2200
- return /* @__PURE__ */ o(Se, { title: e, children: /* @__PURE__ */ o(Me, { disableTouchRipple: !0, $hoverColor: dt(t), children: /* @__PURE__ */ o(Hi, { fill: t.chart.textColor }) }) });
2201
- }, qi = ({ items: e }) => {
2202
- const [t, n] = H(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) => {
2203
2218
  n(a.currentTarget);
2204
2219
  }, s = () => {
2205
2220
  n(null);
2206
2221
  }, { themeSettings: c } = R();
2207
- return /* @__PURE__ */ S(Z, { children: [
2222
+ return /* @__PURE__ */ S(j, { children: [
2208
2223
  /* @__PURE__ */ o(
2209
- Me,
2224
+ Te,
2210
2225
  {
2211
2226
  onClick: r,
2212
- $hoverColor: dt(c),
2227
+ $hoverColor: ht(c),
2213
2228
  "aria-label": "three dots button",
2214
- children: /* @__PURE__ */ o(Vn, { fill: c.chart.textColor })
2229
+ children: /* @__PURE__ */ o(Qn, { fill: c.chart.textColor })
2215
2230
  }
2216
2231
  ),
2217
2232
  /* @__PURE__ */ o(
2218
- Qn,
2233
+ Kn,
2219
2234
  {
2220
2235
  anchorEl: t,
2221
2236
  anchorOrigin: {
@@ -2237,7 +2252,7 @@ const dt = (e) => Bt(e.chart.backgroundColor), Di = ({ title: e }) => {
2237
2252
  sx: {
2238
2253
  fontSize: "13px",
2239
2254
  fontFamily: c.typography.fontFamily,
2240
- color: mn.text.content
2255
+ color: vn.text.content
2241
2256
  },
2242
2257
  disableRipple: !0,
2243
2258
  children: [
@@ -2250,15 +2265,15 @@ const dt = (e) => Bt(e.chart.backgroundColor), Di = ({ title: e }) => {
2250
2265
  }
2251
2266
  )
2252
2267
  ] });
2253
- }, zi = ({ onClick: e }) => {
2254
- const { themeSettings: t } = R(), { t: n } = B();
2255
- return /* @__PURE__ */ o(Se, { title: n("ai.preview"), children: /* @__PURE__ */ o(Me, { onClick: e, $hoverColor: dt(t), children: /* @__PURE__ */ o(Fi, { fill: t.chart.textColor }) }) });
2256
- }, Wi = 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`
2257
2272
  display: flex;
2258
2273
  padding-top: 6px;
2259
2274
  padding-bottom: 6px;
2260
2275
  `;
2261
- function Zi({
2276
+ function Gi({
2262
2277
  infoTooltipText: e,
2263
2278
  onRefresh: t,
2264
2279
  onExpand: n
@@ -2268,27 +2283,27 @@ function Zi({
2268
2283
  {
2269
2284
  title: "Refresh",
2270
2285
  onClick: t,
2271
- icon: /* @__PURE__ */ o(Ai, {})
2286
+ icon: /* @__PURE__ */ o(zi, {})
2272
2287
  }
2273
2288
  ],
2274
2289
  [t]
2275
2290
  );
2276
- return /* @__PURE__ */ S(Wi, { "aria-label": "chatbot chart toolbar", children: [
2277
- /* @__PURE__ */ o(Di, { title: e != null ? e : "" }),
2278
- /* @__PURE__ */ o(qi, { items: r }),
2279
- /* @__PURE__ */ o(zi, { 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 })
2280
2295
  ] });
2281
2296
  }
2282
- function ji({ content: e }) {
2283
- const [t, n] = H(!1), { themeSettings: r } = R(), { inlineElement: s, expandedElement: c } = z(() => {
2284
- const a = Be(e, { useCustomizedStyleOptions: !0 });
2285
- if (a === void 0 || !Ne(a))
2286
- throw new Ve("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");
2287
2302
  const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
2288
2303
  cornerRadius: "Small",
2289
2304
  header: {
2290
2305
  renderToolbar: (i) => /* @__PURE__ */ o(
2291
- Zi,
2306
+ Gi,
2292
2307
  {
2293
2308
  infoTooltipText: p,
2294
2309
  onRefresh: i,
@@ -2297,30 +2312,30 @@ function ji({ content: e }) {
2297
2312
  )
2298
2313
  }
2299
2314
  };
2300
- let m, x;
2301
- if (Ft(a.chartType))
2302
- 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 (qt(a.chartType))
2317
+ m = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: h })) }), y = /* @__PURE__ */ o(ve, E(M({}, a), { styleOptions: { header: { hidden: !0 } } }));
2303
2318
  else {
2304
- const i = L(M({}, d), {
2319
+ const i = E(M({}, d), {
2305
2320
  header: { hidden: !0 }
2306
- }), u = M(L(M({}, d), {
2321
+ }), u = M(E(M({}, d), {
2307
2322
  legend: void 0,
2308
2323
  xAxis: void 0,
2309
2324
  yAxis: void 0
2310
2325
  }), h);
2311
- 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(
2312
- xe,
2313
- 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), {
2314
2329
  styleOptions: M({ cornerRadius: "None" }, i)
2315
2330
  })
2316
2331
  );
2317
2332
  }
2318
- return { inlineElement: m, expandedElement: x };
2333
+ return { inlineElement: m, expandedElement: y };
2319
2334
  }, [e]);
2320
- return /* @__PURE__ */ S(Z, { children: [
2335
+ return /* @__PURE__ */ S(j, { children: [
2321
2336
  s,
2322
2337
  /* @__PURE__ */ S(
2323
- Cn,
2338
+ xn,
2324
2339
  {
2325
2340
  open: t,
2326
2341
  onClose: () => n(!1),
@@ -2335,7 +2350,7 @@ function ji({ content: e }) {
2335
2350
  children: [
2336
2351
  /* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
2337
2352
  /* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
2338
- /* @__PURE__ */ o(Pt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Oi, { fillColor: r.aiChat.primaryTextColor }) })
2353
+ /* @__PURE__ */ o(Ft, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Ai, { fillColor: r.aiChat.primaryTextColor }) })
2339
2354
  ] }),
2340
2355
  /* @__PURE__ */ o("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
2341
2356
  ]
@@ -2343,7 +2358,7 @@ function ji({ content: e }) {
2343
2358
  )
2344
2359
  ] });
2345
2360
  }
2346
- function Ui({ theme: e }) {
2361
+ function Qi({ theme: e }) {
2347
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(
2348
2363
  "path",
2349
2364
  {
@@ -2354,20 +2369,20 @@ function Ui({ theme: e }) {
2354
2369
  }
2355
2370
  ) });
2356
2371
  }
2357
- function Gi({ onClick: e, disabled: t }) {
2358
- const { themeSettings: n } = R(), { t: r } = B();
2359
- return /* @__PURE__ */ o(Se, { title: r("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ o(
2360
- 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,
2361
2376
  {
2362
2377
  "aria-label": "thumbs-down",
2363
2378
  onClick: e,
2364
2379
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2365
2380
  disabled: t,
2366
- children: /* @__PURE__ */ o(Ui, { theme: n })
2381
+ children: /* @__PURE__ */ o(Qi, { theme: n })
2367
2382
  }
2368
2383
  ) });
2369
2384
  }
2370
- function Vi({ theme: e }) {
2385
+ function Ki({ theme: e }) {
2371
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(
2372
2387
  "path",
2373
2388
  {
@@ -2378,77 +2393,77 @@ function Vi({ theme: e }) {
2378
2393
  }
2379
2394
  ) });
2380
2395
  }
2381
- function _i({ onClick: e, disabled: t }) {
2382
- const { themeSettings: n } = R(), { t: r } = B();
2383
- return /* @__PURE__ */ o(Se, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ o(
2384
- 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,
2385
2400
  {
2386
2401
  "aria-label": "thumbs-up",
2387
2402
  onClick: e,
2388
2403
  $hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
2389
2404
  disabled: t,
2390
- children: /* @__PURE__ */ o(Vi, { theme: n })
2405
+ children: /* @__PURE__ */ o(Ki, { theme: n })
2391
2406
  }
2392
2407
  ) });
2393
2408
  }
2394
- const Qi = () => {
2395
- const [e, t] = H(!1), n = he(null), r = O(() => {
2409
+ const Yi = () => {
2410
+ const [e, t] = A(!1), n = he(null), r = I(() => {
2396
2411
  t(!0);
2397
- }, []), s = O(() => {
2412
+ }, []), s = I(() => {
2398
2413
  t(!1);
2399
2414
  }, []);
2400
- return [O(
2415
+ return [I(
2401
2416
  (a) => {
2402
2417
  var p;
2403
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;
2404
2419
  },
2405
2420
  [r, s]
2406
2421
  ), e];
2407
- }, Ki = w.div`
2422
+ }, Ji = w.div`
2408
2423
  display: flex;
2409
2424
  flex-direction: column;
2410
2425
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
2411
2426
  `;
2412
- function Xi({ visible: e, onSend: t }) {
2413
- const [n, r] = H(!1), s = O(
2427
+ function e1({ visible: e, onSend: t }) {
2428
+ const [n, r] = A(!1), s = I(
2414
2429
  (a) => {
2415
2430
  r(!0), t(a === "up" ? 1 : -1);
2416
2431
  },
2417
2432
  [t]
2418
2433
  ), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
2419
2434
  return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
2420
- /* @__PURE__ */ o(_i, { onClick: () => s("up"), disabled: n }),
2421
- /* @__PURE__ */ o(Gi, { onClick: () => s("down"), disabled: n })
2435
+ /* @__PURE__ */ o(Xi, { onClick: () => s("up"), disabled: n }),
2436
+ /* @__PURE__ */ o(_i, { onClick: () => s("down"), disabled: n })
2422
2437
  ] }) : null;
2423
2438
  }
2424
- function Xe({
2439
+ function et({
2425
2440
  sourceId: e,
2426
2441
  data: t,
2427
2442
  type: n,
2428
2443
  buttonVisibility: r = "onHover",
2429
2444
  renderContent: s
2430
2445
  }) {
2431
- const c = ee(), a = Kn(
2432
- O(
2433
- (x) => {
2446
+ const c = J(), a = Xn(
2447
+ I(
2448
+ (y) => {
2434
2449
  c && c.ai.sendFeedback({
2435
2450
  sourceId: e,
2436
2451
  type: n,
2437
2452
  data: t,
2438
- rating: x
2453
+ rating: y
2439
2454
  });
2440
2455
  },
2441
2456
  [c, e, t, n]
2442
2457
  ),
2443
2458
  200
2444
- ), [p, d] = Qi(), h = z(() => r === "onHover" ? d : r !== "never", [d, r]), { themeSettings: m } = R();
2445
- return /* @__PURE__ */ o(Ki, { ref: p, theme: m, children: s(/* @__PURE__ */ o(Xi, { onSend: a, visible: h })) });
2446
- }
2447
- const Ji = 18 * 5;
2448
- function ut({ text: e }) {
2449
- const [t, n] = H(!0), [r, s] = H(!1), { t: c } = B(), a = he(null);
2450
- return Ie(() => {
2451
- a.current && a.current.scrollHeight > Ji && 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 Be(() => {
2466
+ a.current && a.current.scrollHeight > t1 && s(!0);
2452
2467
  }, [e]), /* @__PURE__ */ S("div", { children: [
2453
2468
  /* @__PURE__ */ o("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
2454
2469
  r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
@@ -2461,91 +2476,91 @@ function ut({ text: e }) {
2461
2476
  ) })
2462
2477
  ] });
2463
2478
  }
2464
- function Yi({ nlgRequest: e }) {
2465
- const { data: t, isLoading: n, isError: r } = Fe(e), { t: s } = B();
2466
- 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") }) });
2467
2482
  }
2468
- const Tt = w.div`
2483
+ const Et = w.div`
2469
2484
  display: flex;
2470
2485
  align-items: center;
2471
2486
  column-gap: 10px;
2472
- `, e1 = (e) => !!e && "aeiou".includes(e[0]);
2473
- function t1({ data: e, alwaysShowFeedback: t }) {
2487
+ `, r1 = (e) => !!e && "aeiou".includes(e[0]);
2488
+ function o1({ data: e, alwaysShowFeedback: t }) {
2474
2489
  const { chatMode: n = "analyze", enableInsights: r } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h = "" } = e;
2475
2490
  console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
2476
2491
  const m = "chartType" in a ? a.chartType : "table";
2477
- let x;
2478
- e1(m) ? x = `an ${m}` : x = `a ${m}`, m !== "table" && (x += " chart");
2479
- const i = p.datasource.title, [u, l] = H(!1), f = O(() => {
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(() => {
2480
2495
  l((k) => !k);
2481
2496
  }, []), g = {
2482
2497
  jaql: {
2483
2498
  datasource: p.datasource,
2484
2499
  metadata: p.metadata
2485
2500
  }
2486
- }, y = n === "analyze", v = `${d}${d && h ? `
2501
+ }, x = n === "analyze", v = `${d}${d && h ? `
2487
2502
  ` : ""}${h}`;
2488
- return /* @__PURE__ */ S(Z, { children: [
2503
+ return /* @__PURE__ */ S(j, { children: [
2489
2504
  /* @__PURE__ */ o(
2490
- Xe,
2505
+ et,
2491
2506
  {
2492
2507
  sourceId: i,
2493
2508
  data: e,
2494
2509
  type: "chats/nlq",
2495
2510
  buttonVisibility: t ? "always" : "onHover",
2496
- renderContent: (k) => /* @__PURE__ */ S(Z, { children: [
2497
- /* @__PURE__ */ S(Tt, { children: [
2498
- /* @__PURE__ */ o(gn, { align: "left", theme: s, children: v || `Here's ${x} showing ${Mi(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)}.` }),
2499
2514
  k
2500
2515
  ] }),
2501
- y && /* @__PURE__ */ o(ji, { content: e })
2516
+ x && /* @__PURE__ */ o(Vi, { content: e })
2502
2517
  ] })
2503
2518
  }
2504
2519
  ),
2505
2520
  r && /* @__PURE__ */ o(
2506
- Xe,
2521
+ et,
2507
2522
  {
2508
2523
  sourceId: i,
2509
2524
  data: g,
2510
2525
  type: "nlg/queryResult",
2511
2526
  buttonVisibility: u ? "onHover" : "never",
2512
- renderContent: (k) => /* @__PURE__ */ S(Z, { children: [
2513
- /* @__PURE__ */ S(Tt, { children: [
2514
- /* @__PURE__ */ o($i, { onClick: f }),
2527
+ renderContent: (k) => /* @__PURE__ */ S(j, { children: [
2528
+ /* @__PURE__ */ S(Et, { children: [
2529
+ /* @__PURE__ */ o(Li, { onClick: f }),
2515
2530
  k
2516
2531
  ] }),
2517
- u && /* @__PURE__ */ o(Yi, { nlgRequest: g })
2532
+ u && /* @__PURE__ */ o(n1, { nlgRequest: g })
2518
2533
  ] })
2519
2534
  }
2520
2535
  )
2521
2536
  ] });
2522
2537
  }
2523
- function n1({ message: e, isLastMessage: t }) {
2524
- if (st(e)) {
2538
+ function i1({ message: e, isLastMessage: t }) {
2539
+ if (ct(e)) {
2525
2540
  const r = JSON.parse(e.content);
2526
- return /* @__PURE__ */ o(t1, { data: r, alwaysShowFeedback: t });
2541
+ return /* @__PURE__ */ o(o1, { data: r, alwaysShowFeedback: t });
2527
2542
  }
2528
- const n = Br(e) ? JSON.parse(e.content).answer : e.content;
2529
- 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 });
2530
2545
  }
2531
- const r1 = Ht(n1), o1 = ({
2546
+ const s1 = Dt(i1), a1 = ({
2532
2547
  error: e,
2533
2548
  displayMessage: t
2534
- }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(se, { align: "left", children: t }));
2535
- function i1({ messages: e }) {
2536
- const { t } = B();
2537
- return /* @__PURE__ */ o(Z, { children: e.map((n, r) => /* @__PURE__ */ o(
2538
- Xn,
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,
2539
2554
  {
2540
- fallbackRender: (s) => o1(L(M({}, s), {
2555
+ fallbackRender: (s) => a1(E(M({}, s), {
2541
2556
  displayMessage: t("ai.errors.unexpected")
2542
2557
  })),
2543
- children: /* @__PURE__ */ o(r1, { message: n, isLastMessage: r === e.length - 1 }, r)
2558
+ children: /* @__PURE__ */ o(s1, { message: n, isLastMessage: r === e.length - 1 }, r)
2544
2559
  },
2545
2560
  r
2546
2561
  )) });
2547
2562
  }
2548
- function bn({ color: e }) {
2563
+ function kn({ color: e }) {
2549
2564
  return /* @__PURE__ */ o(
2550
2565
  "svg",
2551
2566
  {
@@ -2564,18 +2579,18 @@ function bn({ color: e }) {
2564
2579
  }
2565
2580
  );
2566
2581
  }
2567
- function s1({ onClick: e, color: t }) {
2582
+ function c1({ onClick: e, color: t }) {
2568
2583
  return /* @__PURE__ */ o(
2569
2584
  "div",
2570
2585
  {
2571
2586
  "aria-label": "go back",
2572
2587
  className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
2573
2588
  onClick: e,
2574
- children: /* @__PURE__ */ o(bn, { color: t })
2589
+ children: /* @__PURE__ */ o(kn, { color: t })
2575
2590
  }
2576
2591
  );
2577
2592
  }
2578
- function a1() {
2593
+ function d1() {
2579
2594
  const { themeSettings: e } = R();
2580
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(
2581
2596
  "path",
@@ -2587,10 +2602,10 @@ function a1() {
2587
2602
  }
2588
2603
  ) });
2589
2604
  }
2590
- const l1 = (e, t) => {
2591
- const n = new or(e);
2605
+ const u1 = (e, t) => {
2606
+ const n = new ar(e);
2592
2607
  return n.alpha = t, n;
2593
- }, c1 = w.div`
2608
+ }, p1 = w.div`
2594
2609
  font-size: inherit;
2595
2610
  line-height: inherit;
2596
2611
  padding-left: 8px;
@@ -2598,7 +2613,7 @@ const l1 = (e, t) => {
2598
2613
  padding-top: 4px;
2599
2614
  border-radius: 16px;
2600
2615
  margin-bottom: 4px;
2601
- box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${l1(e.aiChat.primaryTextColor, 0.2)}`};
2616
+ box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${u1(e.aiChat.primaryTextColor, 0.2)}`};
2602
2617
  cursor: pointer;
2603
2618
  color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
2604
2619
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
@@ -2607,10 +2622,10 @@ const l1 = (e, t) => {
2607
2622
  color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
2608
2623
  background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
2609
2624
  box-shadow: none;
2610
- `, d1 = ({ onClick: e }) => {
2625
+ `, h1 = ({ onClick: e }) => {
2611
2626
  const { themeSettings: t } = R();
2612
- return /* @__PURE__ */ o(c1, { theme: t, onClick: e, children: /* @__PURE__ */ o(a1, {}) });
2613
- }, u1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Nt, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(d1, { onClick: t }) }), p1 = 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`
2614
2629
  font-size: inherit;
2615
2630
  line-height: inherit;
2616
2631
  box-sizing: border-box;
@@ -2660,24 +2675,24 @@ const l1 = (e, t) => {
2660
2675
  return "";
2661
2676
  }}
2662
2677
  `;
2663
- function $t({ question: e, onClick: t }) {
2678
+ function Lt({ question: e, onClick: t }) {
2664
2679
  const { themeSettings: n } = R();
2665
- return /* @__PURE__ */ o(p1, { onClick: t, theme: n, children: e });
2680
+ return /* @__PURE__ */ o(f1, { onClick: t, theme: n, children: e });
2666
2681
  }
2667
- const h1 = w.div`
2682
+ const C1 = w.div`
2668
2683
  display: flex;
2669
2684
  flex-direction: column;
2670
2685
  align-items: flex-start;
2671
2686
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2672
2687
  `;
2673
- function g1({ questions: e, onSelection: t }) {
2674
- const { t: n } = B(), [r, s] = H(!0), c = z(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = R();
2675
- return /* @__PURE__ */ S(h1, { "aria-label": "list of suggested questions", theme: a, children: [
2676
- c.map((p) => /* @__PURE__ */ o($t, { question: p, onClick: () => t(p) }, p)),
2677
- 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) })
2678
2693
  ] });
2679
2694
  }
2680
- const f1 = w.div`
2695
+ const b1 = w.div`
2681
2696
  width: 283px;
2682
2697
  height: 32px;
2683
2698
  border-radius: 10px;
@@ -2701,23 +2716,23 @@ const f1 = w.div`
2701
2716
  background-position: -200% 0;
2702
2717
  }
2703
2718
  }
2704
- `, C1 = w.div`
2719
+ `, y1 = w.div`
2705
2720
  display: flex;
2706
2721
  flex-direction: column;
2707
2722
  row-gap: 1rem;
2708
2723
  `;
2709
- function m1() {
2724
+ function x1() {
2710
2725
  const { themeSettings: e } = R();
2711
- return /* @__PURE__ */ o(C1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(f1, { theme: e }, n)) });
2726
+ return /* @__PURE__ */ o(y1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(b1, { theme: e }, n)) });
2712
2727
  }
2713
- function b1({ questions: e, isLoading: t, onSelection: n }) {
2728
+ function v1({ questions: e, isLoading: t, onSelection: n }) {
2714
2729
  const r = e.length > 0, { suggestionsWelcomeText: s } = ne();
2715
- return t ? /* @__PURE__ */ o(m1, {}) : r ? /* @__PURE__ */ S(Z, { children: [
2716
- s && /* @__PURE__ */ o(se, { align: "left", children: s }),
2717
- /* @__PURE__ */ o(g1, { 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 })
2718
2733
  ] }) : null;
2719
2734
  }
2720
- const y1 = w.div`
2735
+ const k1 = w.div`
2721
2736
  display: flex;
2722
2737
  flex-direction: column;
2723
2738
  row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
@@ -2728,7 +2743,7 @@ const y1 = w.div`
2728
2743
  padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
2729
2744
  flex: initial;
2730
2745
  height: 100%;
2731
- `, x1 = w.div`
2746
+ `, w1 = w.div`
2732
2747
  padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
2733
2748
  padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
2734
2749
  padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
@@ -2736,136 +2751,137 @@ const y1 = w.div`
2736
2751
  display: flex;
2737
2752
  flex-direction: column;
2738
2753
  row-gap: 6px;
2739
- `, v1 = w.div`
2754
+ `, S1 = w.div`
2740
2755
  display: flex;
2741
2756
  flex-direction: column;
2742
2757
  row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
2743
2758
  `;
2744
- function k1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2745
- var re, ce, de;
2746
- const { t: r } = B(), {
2759
+ function M1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
2760
+ var de, oe, $e, Re;
2761
+ const { t: r } = P(), {
2747
2762
  enableFollowupQuestions: s,
2748
2763
  enableHeader: c,
2749
2764
  numOfRecentPrompts: a,
2750
2765
  numOfRecommendations: p,
2751
2766
  customPrompt: d
2752
- } = ne(), { themeSettings: h } = R(), {
2753
- data: m,
2754
- isLoading: x,
2755
- isError: i
2756
- } = Zt({
2767
+ } = ne(), { themeSettings: h } = R(), { quotaState: m } = Jn(), {
2768
+ data: y,
2769
+ isLoading: i,
2770
+ isError: u
2771
+ } = Vt({
2757
2772
  contextTitle: e,
2758
2773
  count: p,
2759
2774
  customPrompt: d
2760
- }), u = z(
2761
- () => m == null ? void 0 : m.map((P) => P.nlqPrompt),
2762
- [m]
2775
+ }), l = z(
2776
+ () => y == null ? void 0 : y.map((B) => B.nlqPrompt),
2777
+ [y]
2763
2778
  ), {
2764
- history: l,
2765
- lastNlqResponse: f,
2766
- isAwaitingResponse: g,
2767
- sendMessage: y,
2768
- isLoading: v,
2769
- chatId: k,
2779
+ history: f,
2780
+ lastNlqResponse: g,
2781
+ isAwaitingResponse: x,
2782
+ sendMessage: v,
2783
+ isLoading: k,
2784
+ chatId: L,
2770
2785
  lastError: $
2771
- } = Fr(e, n), { mutate: E, isLoading: T } = Gt(k), [N, F] = H(!1), [ae, Q] = H(!1), j = () => F(!0), W = () => F(!1), G = () => {
2772
- E(), W();
2773
- }, I = he(null), K = he(null), X = () => {
2774
- if (!(I != null && I.current)) return;
2775
- const { scrollTop: P, clientHeight: J, scrollHeight: Te } = I.current;
2776
- if (P === void 0 || J === void 0 || Te === void 0) return;
2777
- const $e = Te - P - J > J / 2;
2778
- ae !== $e && Q($e);
2786
+ } = Dr(e, n), T = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: N, isLoading: F } = Kt(L), [le, Q] = A(!1), [Z, _] = A(!1), K = () => Q(!0), D = () => Q(!1), ee = () => {
2787
+ N(), D();
2788
+ }, O = he(null), U = he(null), W = () => {
2789
+ if (!(O != null && O.current)) return;
2790
+ const { scrollTop: B, clientHeight: X, scrollHeight: Ee } = O.current;
2791
+ if (B === void 0 || X === void 0 || Ee === void 0) return;
2792
+ const Le = Ee - B - X > X / 2;
2793
+ Z !== Le && _(Le);
2779
2794
  };
2780
- Ie(() => {
2781
- I.current && (I.current.scrollTop = I.current.scrollHeight);
2782
- }, [l, N, g]);
2783
- const V = he(null), A = c ? /* @__PURE__ */ o(
2784
- Qt,
2795
+ Be(() => {
2796
+ O.current && (O.current.scrollTop = O.current.scrollHeight);
2797
+ }, [f, le, x]);
2798
+ const G = he(null), re = c ? /* @__PURE__ */ o(
2799
+ Jt,
2785
2800
  {
2786
- ref: V,
2801
+ ref: G,
2787
2802
  title: e,
2788
- leftNav: t && /* @__PURE__ */ o(s1, { onClick: t, color: h.aiChat.header.textColor }),
2803
+ leftNav: t && /* @__PURE__ */ o(c1, { onClick: t, color: h.aiChat.header.textColor }),
2789
2804
  style: h.aiChat.header
2790
2805
  }
2791
- ) : null, U = z(
2806
+ ) : null, Ce = z(
2792
2807
  () => [
2793
2808
  ...new Set(
2794
- l.filter((P) => P.role === "user").filter((P) => !(u != null && u.includes(P.content))).map((P) => P.content).reverse()
2809
+ f.filter((B) => B.role === "user").filter((B) => !(l != null && l.includes(B.content))).map((B) => B.content).reverse()
2795
2810
  )
2796
2811
  ].slice(0, a),
2797
- [l, a, u]
2812
+ [f, a, l]
2798
2813
  );
2799
- return ($ == null ? void 0 : $.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(Z, { children: [
2800
- c && A,
2801
- /* @__PURE__ */ o(_t, { text: $.message })
2802
- ] }) : /* @__PURE__ */ S(Z, { children: [
2803
- A,
2804
- /* @__PURE__ */ S(y1, { ref: I, theme: h, onScroll: X, 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: [
2805
2821
  /* @__PURE__ */ o(
2806
- u1,
2822
+ g1,
2807
2823
  {
2808
- isVisible: ae,
2809
- anchorElement: K.current,
2824
+ isVisible: Z,
2825
+ anchorElement: U.current,
2810
2826
  onClick: () => {
2811
- var P, J;
2812
- (J = I.current) == null || J.scroll({
2813
- top: (P = I.current) == null ? void 0 : P.scrollHeight,
2827
+ var B, X;
2828
+ (X = O.current) == null || X.scroll({
2829
+ top: (B = O.current) == null ? void 0 : B.scrollHeight,
2814
2830
  behavior: "smooth"
2815
2831
  });
2816
2832
  }
2817
2833
  }
2818
2834
  ),
2819
- /* @__PURE__ */ o(vi, {}),
2835
+ /* @__PURE__ */ o(Si, {}),
2820
2836
  /* @__PURE__ */ o(
2821
- b1,
2837
+ v1,
2822
2838
  {
2823
- questions: u || [],
2824
- isLoading: x,
2825
- onSelection: y
2839
+ questions: l || [],
2840
+ isLoading: i,
2841
+ onSelection: v
2826
2842
  }
2827
2843
  ),
2828
- $ && /* @__PURE__ */ o(se, { align: "left", children: $.message }),
2829
- v ? /* @__PURE__ */ o(He, {}) : /* @__PURE__ */ o(i1, { messages: l }),
2830
- s && f && ((ce = (re = f.followupQuestions) == null ? void 0 : re.length) != null ? ce : 0) > 0 && /* @__PURE__ */ o(v1, { theme: h, children: (de = f.followupQuestions) == null ? void 0 : de.slice(0, 2).map((P, J) => /* @__PURE__ */ o(
2831
- 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((B, X) => /* @__PURE__ */ o(
2847
+ Fe,
2832
2848
  {
2833
2849
  align: "left",
2834
2850
  onClick: () => {
2835
- y(P);
2851
+ v(B);
2836
2852
  },
2837
- 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: B })
2838
2854
  },
2839
- J
2855
+ X
2840
2856
  )) }),
2841
- (g || T) && /* @__PURE__ */ o(at, {}),
2842
- N && /* @__PURE__ */ o(
2843
- Si,
2857
+ (x || F) && /* @__PURE__ */ o(dt, {}),
2858
+ le && /* @__PURE__ */ o(
2859
+ $i,
2844
2860
  {
2845
- onCancel: W,
2846
- onConfirm: G
2861
+ onCancel: D,
2862
+ onConfirm: ee
2847
2863
  }
2848
2864
  )
2849
2865
  ] }),
2850
- /* @__PURE__ */ S(x1, { ref: K, theme: h, children: [
2866
+ /* @__PURE__ */ S(w1, { ref: U, theme: h, children: [
2851
2867
  /* @__PURE__ */ o(
2852
- so,
2868
+ co,
2853
2869
  {
2854
- onSendMessage: y,
2855
- disabled: g || v,
2856
- onClearHistoryClick: j,
2857
- suggestions: u || [],
2858
- recentPrompts: U,
2859
- isLoading: x || v,
2860
- recommendationsError: i,
2861
- 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
2862
2878
  }
2863
2879
  ),
2864
- /* @__PURE__ */ o(jr, { theme: h })
2880
+ /* @__PURE__ */ o(Vr, { theme: h })
2865
2881
  ] })
2866
2882
  ] });
2867
2883
  }
2868
- const w1 = w.button`
2884
+ const T1 = w.button`
2869
2885
  font-family: ${({ theme: e }) => e.typography.fontFamily};
2870
2886
  padding: 20px;
2871
2887
  border: none;
@@ -2878,38 +2894,38 @@ const w1 = w.button`
2878
2894
  cursor: pointer;
2879
2895
 
2880
2896
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
2881
- `, S1 = w.div`
2897
+ `, $1 = w.div`
2882
2898
  font-size: 1.05rem;
2883
2899
  line-height: 28px;
2884
2900
 
2885
2901
  color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
2886
- `, M1 = w.div`
2902
+ `, R1 = w.div`
2887
2903
  font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
2888
2904
  line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
2889
2905
 
2890
- color: ${({ theme: e }) => Bt(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2891
- `, T1 = w.div`
2906
+ color: ${({ theme: e }) => Ht(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
2907
+ `, E1 = w.div`
2892
2908
  width: 16px;
2893
2909
  height: 16px;
2894
2910
  transform: rotate(180deg);
2895
2911
  `;
2896
- function $1(e) {
2912
+ function L1(e) {
2897
2913
  const { title: t, description: n, onClick: r } = e, { themeSettings: s } = R();
2898
- return /* @__PURE__ */ S(w1, { onClick: r, theme: s, children: [
2914
+ return /* @__PURE__ */ S(T1, { onClick: r, theme: s, children: [
2899
2915
  /* @__PURE__ */ S("div", { children: [
2900
- /* @__PURE__ */ o(S1, { theme: s, children: t }),
2901
- /* @__PURE__ */ o(M1, { theme: s, children: n })
2916
+ /* @__PURE__ */ o($1, { theme: s, children: t }),
2917
+ /* @__PURE__ */ o(R1, { theme: s, children: n })
2902
2918
  ] }),
2903
- /* @__PURE__ */ o(T1, { children: /* @__PURE__ */ o(bn, { color: s.aiChat.icons.color }) })
2919
+ /* @__PURE__ */ o(E1, { children: /* @__PURE__ */ o(kn, { color: s.aiChat.icons.color }) })
2904
2920
  ] });
2905
2921
  }
2906
- const R1 = w.div`
2922
+ const N1 = w.div`
2907
2923
  padding: 20px;
2908
2924
  display: flex;
2909
2925
  flex-direction: column;
2910
2926
  gap: 20px;
2911
2927
  overflow: auto;
2912
- `, L1 = w.div`
2928
+ `, I1 = w.div`
2913
2929
  font-size: 24px;
2914
2930
  line-height: 32px;
2915
2931
  font-weight: 600;
@@ -2917,28 +2933,28 @@ const R1 = w.div`
2917
2933
  padding-bottom: 4px;
2918
2934
 
2919
2935
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2920
- `, E1 = w.div`
2936
+ `, P1 = w.div`
2921
2937
  font-size: 15px;
2922
2938
  line-height: 22px;
2923
2939
 
2924
2940
  color: ${({ theme: e }) => e.aiChat.primaryTextColor};
2925
2941
  `;
2926
- function N1(e) {
2927
- const { dataTopics: t } = e, { themeSettings: n } = R(), { t: r } = B();
2928
- return /* @__PURE__ */ S(R1, { children: [
2929
- /* @__PURE__ */ o(L1, { theme: n, children: r("ai.dataTopics") }),
2930
- /* @__PURE__ */ S(E1, { 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: [
2931
2947
  r("ai.chatbotDescription"),
2932
2948
  /* @__PURE__ */ o("br", {}),
2933
2949
  /* @__PURE__ */ o("br", {}),
2934
2950
  r("ai.topicSelectPrompt")
2935
2951
  ] }),
2936
- t.map((s) => /* @__PURE__ */ Jn($1, L(M({}, s), { key: s.title })))
2952
+ t.map((s) => /* @__PURE__ */ tr(L1, E(M({}, s), { key: s.title })))
2937
2953
  ] });
2938
2954
  }
2939
- const I1 = "#000000", P1 = "#FFFFFF";
2940
- function O1({ isDarkBackground: e = !1 }) {
2941
- const t = e ? P1 : I1;
2955
+ const B1 = "#000000", F1 = "#FFFFFF";
2956
+ function A1({ isDarkBackground: e = !1 }) {
2957
+ const t = e ? F1 : B1;
2942
2958
  return /* @__PURE__ */ S(
2943
2959
  "svg",
2944
2960
  {
@@ -3064,10 +3080,10 @@ function O1({ isDarkBackground: e = !1 }) {
3064
3080
  }
3065
3081
  );
3066
3082
  }
3067
- const B1 = w.div`
3083
+ const H1 = w.div`
3068
3084
  margin-left: 14px;
3069
3085
  margin-top: 3px;
3070
- `, F1 = w.div`
3086
+ `, D1 = w.div`
3071
3087
  display: flex;
3072
3088
  flex-direction: column;
3073
3089
  justify-content: top;
@@ -3076,87 +3092,87 @@ const B1 = w.div`
3076
3092
 
3077
3093
  background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
3078
3094
  `;
3079
- function H1({ dataTopicsList: e, onDataTopicClick: t }) {
3080
- const { enableHeader: n } = ne(), { themeSettings: r } = R(), { t: s } = B(), c = z(() => 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) => ({
3081
3097
  title: p,
3082
3098
  onClick: () => t(p)
3083
- })), [e, t]), a = ir(sr(r.aiChat.header.backgroundColor)) > 0.5;
3084
- return /* @__PURE__ */ S(Z, { children: [
3099
+ })), [e, t]), a = lr(cr(r.aiChat.header.backgroundColor)) > 0.5;
3100
+ return /* @__PURE__ */ S(j, { children: [
3085
3101
  n ? /* @__PURE__ */ o(
3086
- Qt,
3102
+ Jt,
3087
3103
  {
3088
3104
  title: s("ai.analyticsChatbot"),
3089
- leftNav: /* @__PURE__ */ o(B1, { children: /* @__PURE__ */ o(O1, { isDarkBackground: a }) }),
3105
+ leftNav: /* @__PURE__ */ o(H1, { children: /* @__PURE__ */ o(A1, { isDarkBackground: a }) }),
3090
3106
  style: r.aiChat.header
3091
3107
  }
3092
3108
  ) : null,
3093
- /* @__PURE__ */ S(F1, { theme: r, children: [
3094
- !c && /* @__PURE__ */ o(He, {}),
3095
- c && /* @__PURE__ */ o(N1, { dataTopics: c })
3109
+ /* @__PURE__ */ S(D1, { theme: r, children: [
3110
+ !c && /* @__PURE__ */ o(qe, {}),
3111
+ c && /* @__PURE__ */ o(O1, { dataTopics: c })
3096
3112
  ] })
3097
3113
  ] });
3098
3114
  }
3099
- function A1() {
3100
- const [e, t] = H(), [n, r] = H(), { data: s, fetchStatus: c } = Er(), { dataTopicsList: a, contextDetails: p } = ne(), { t: d } = B(), h = d("ai.errors.noAvailableDataTopics"), m = O(
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(
3101
3117
  (l) => {
3102
3118
  l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
3103
3119
  },
3104
3120
  [h]
3105
- ), x = z(() => {
3121
+ ), y = z(() => {
3106
3122
  if (s && c === "idle") {
3107
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);
3108
3124
  return m(f), f;
3109
3125
  }
3110
3126
  return [];
3111
- }, [s, c, a, m]), i = ke(), u = O(() => {
3127
+ }, [s, c, a, m]), i = we(), u = I(() => {
3112
3128
  r(void 0), i.invalidateQueries(["getDataTopics"]);
3113
3129
  }, [i]);
3114
3130
  return n ? /* @__PURE__ */ o(
3115
- _t,
3131
+ Yt,
3116
3132
  {
3117
3133
  text: n,
3118
3134
  action: { text: d("ai.buttons.refresh"), onClick: u }
3119
3135
  }
3120
- ) : x.length === 1 && !e ? /* @__PURE__ */ o(He, {}) : e ? /* @__PURE__ */ o(
3121
- k1,
3136
+ ) : y.length === 1 && !e ? /* @__PURE__ */ o(qe, {}) : e ? /* @__PURE__ */ o(
3137
+ M1,
3122
3138
  {
3123
3139
  contextTitle: e,
3124
3140
  contextDetails: p,
3125
- onGoBack: x.length === 1 ? void 0 : () => t(void 0)
3141
+ onGoBack: y.length === 1 ? void 0 : () => t(void 0)
3126
3142
  }
3127
3143
  ) : /* @__PURE__ */ o(
3128
- H1,
3144
+ q1,
3129
3145
  {
3130
- dataTopicsList: x,
3146
+ dataTopicsList: y,
3131
3147
  onDataTopicClick: (l) => t(l)
3132
3148
  }
3133
3149
  );
3134
3150
  }
3135
- const ss = Ot({
3151
+ const cs = At({
3136
3152
  componentName: "Chatbot"
3137
3153
  })((e) => {
3138
3154
  const { width: t, height: n, config: r } = e, { themeSettings: s } = R();
3139
- return /* @__PURE__ */ o(Rr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
3140
- zr,
3155
+ return /* @__PURE__ */ o(Nr, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
3156
+ jr,
3141
3157
  {
3142
3158
  id: "csdk-chatbot-frame",
3143
3159
  width: t,
3144
3160
  height: n,
3145
3161
  theme: s,
3146
3162
  tabIndex: 0,
3147
- children: /* @__PURE__ */ o(A1, {})
3163
+ children: /* @__PURE__ */ o(z1, {})
3148
3164
  }
3149
3165
  ) });
3150
- }), as = Ot({
3166
+ }), ds = At({
3151
3167
  componentName: "GetNlgInsights"
3152
3168
  })(function(t) {
3153
- const { data: n, isLoading: r, isError: s } = Fe(t), { t: c } = B();
3169
+ const { data: n, isLoading: r, isError: s } = De(t), { t: c } = P();
3154
3170
  if (s)
3155
- return /* @__PURE__ */ o(Z, { children: c("ai.errors.unexpected") });
3171
+ return /* @__PURE__ */ o(j, { children: c("ai.errors.unexpected") });
3156
3172
  const a = n != null ? n : c("ai.errors.insightsNotAvailable");
3157
- return /* @__PURE__ */ o(ut, { text: r ? "Loading..." : a });
3173
+ return /* @__PURE__ */ o(gt, { text: r ? "Loading..." : a });
3158
3174
  });
3159
- function D1({ theme: e }) {
3175
+ function W1({ theme: e }) {
3160
3176
  const t = e.general.brandColor;
3161
3177
  return /* @__PURE__ */ S(
3162
3178
  "svg",
@@ -3198,7 +3214,7 @@ function D1({ theme: e }) {
3198
3214
  }
3199
3215
  );
3200
3216
  }
3201
- const q1 = w.div`
3217
+ const Z1 = w.div`
3202
3218
  display: flex;
3203
3219
  flex-direction: row;
3204
3220
  align-items: center;
@@ -3207,25 +3223,25 @@ const q1 = w.div`
3207
3223
  max-width: 640px;
3208
3224
  color: ${({ theme: e }) => e.chart.textColor};
3209
3225
  background-color: ${({ theme: e }) => e.chart.backgroundColor};
3210
- `, z1 = w.div`
3226
+ `, j1 = w.div`
3211
3227
  align-self: flex-start;
3212
- `, W1 = ({ summary: e, nlgRequest: t }) => {
3228
+ `, U1 = ({ summary: e, nlgRequest: t }) => {
3213
3229
  const { themeSettings: n } = R();
3214
3230
  return /* @__PURE__ */ o(
3215
- Xe,
3231
+ et,
3216
3232
  {
3217
3233
  sourceId: t.jaql.datasource.title,
3218
3234
  data: t,
3219
3235
  type: "chart/insights",
3220
3236
  buttonVisibility: "always",
3221
- renderContent: (r) => /* @__PURE__ */ S(q1, { theme: n, children: [
3222
- /* @__PURE__ */ o(z1, { theme: n, children: /* @__PURE__ */ o(D1, { theme: n }) }),
3223
- /* @__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 }),
3224
3240
  r
3225
3241
  ] })
3226
3242
  }
3227
3243
  );
3228
- }, Z1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, ls = Ht(
3244
+ }, G1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, us = Dt(
3229
3245
  function({
3230
3246
  nlqResponse: t,
3231
3247
  onDataReady: n,
@@ -3234,59 +3250,59 @@ const q1 = w.div`
3234
3250
  filters: c = []
3235
3251
  }) {
3236
3252
  const a = t.timestamp, p = z(
3237
- () => L(M({}, t), {
3238
- queryTitle: Yn(t.queryTitle)
3253
+ () => E(M({}, t), {
3254
+ queryTitle: nr(t.queryTitle)
3239
3255
  }),
3240
3256
  // Memoize based on timestamp to prevent unnecessary recomputations
3241
3257
  // eslint-disable-next-line react-hooks/exhaustive-deps
3242
3258
  [a]
3243
- ), { connectToWidgetProps: d } = er({
3259
+ ), { connectToWidgetProps: d } = rr({
3244
3260
  initialFilters: c
3245
- }), [h, m] = H(null);
3246
- we(() => {
3247
- const g = Be(p, {
3261
+ }), [h, m] = A(null);
3262
+ Se(() => {
3263
+ const g = He(p, {
3248
3264
  useCustomizedStyleOptions: !0
3249
3265
  });
3250
3266
  if (!g) m(null);
3251
3267
  else {
3252
- r && g.styleOptions && (g.styleOptions = ur(
3268
+ r && g.styleOptions && (g.styleOptions = dr(
3253
3269
  g.styleOptions,
3254
3270
  r
3255
3271
  ));
3256
- const y = d(g, {
3272
+ const x = d(g, {
3257
3273
  shouldAffectFilters: !1,
3258
3274
  applyMode: "filter"
3259
3275
  });
3260
- m(y);
3276
+ m(x);
3261
3277
  }
3262
3278
  }, [p, d, r]);
3263
- const x = z(() => {
3264
- const g = h && Ne(h) ? pr(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(
3265
3281
  g.filter((v) => !v.config.disabled).map((v) => v.jaql())
3266
3282
  );
3267
- return L(M({}, p), {
3268
- jaql: L(M({}, p.jaql), { metadata: y }),
3283
+ return E(M({}, p), {
3284
+ jaql: E(M({}, p.jaql), { metadata: x }),
3269
3285
  verbosity: "Low"
3270
3286
  });
3271
- }, [p, h]), { data: i, isLoading: u, isError: l } = Fe(x);
3287
+ }, [p, h]), { data: i, isLoading: u, isError: l } = De(y);
3272
3288
  if (u || !h)
3273
- return /* @__PURE__ */ o(at, {});
3274
- if (!Ne(h))
3275
- return /* @__PURE__ */ o(Z, {});
3276
- 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), {
3277
3293
  styleOptions: r,
3278
3294
  onDataReady: n
3279
3295
  });
3280
3296
  return /* @__PURE__ */ o(
3281
- xe,
3282
- L(M({}, f), {
3297
+ ve,
3298
+ E(M({}, f), {
3283
3299
  highlightSelectionDisabled: !0,
3284
- topSlot: i && !l && /* @__PURE__ */ o(W1, { nlgRequest: x, summary: i })
3300
+ topSlot: i && !l && /* @__PURE__ */ o(U1, { nlgRequest: y, summary: i })
3285
3301
  })
3286
3302
  );
3287
3303
  },
3288
- Z1
3289
- ), j1 = new Lt({
3304
+ G1
3305
+ ), V1 = new It({
3290
3306
  defaultOptions: {
3291
3307
  queries: {
3292
3308
  refetchOnWindowFocus: !1,
@@ -3294,23 +3310,23 @@ const q1 = w.div`
3294
3310
  }
3295
3311
  }
3296
3312
  });
3297
- function cs({
3313
+ function ps({
3298
3314
  children: e,
3299
3315
  context: t
3300
3316
  }) {
3301
- return /* @__PURE__ */ o(Dt, { children: /* @__PURE__ */ o(nt.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ o(Et, { client: j1, 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 }) }) });
3302
3318
  }
3303
- function U1(e) {
3304
- const t = nr(e), { attributes: n, measures: r } = rr(t);
3319
+ function Q1(e) {
3320
+ const t = ir(e), { attributes: n, measures: r } = sr(t);
3305
3321
  return { attributes: n, measures: r };
3306
3322
  }
3307
- function G1(e, t, n) {
3323
+ function _1(e, t, n) {
3308
3324
  const { dataSource: r, dataOptions: s, chartType: c, filters: a } = e, p = r != null ? r : t;
3309
3325
  if (!p)
3310
3326
  throw new Error(
3311
3327
  "dataSource is required. Provide it in ChartWidgetProps or as defaultDataSource parameter."
3312
3328
  );
3313
- const { attributes: d, measures: h } = Ft(c) ? U1(s) : tr(s, c);
3329
+ const { attributes: d, measures: h } = qt(c) ? Q1(s) : or(s, c);
3314
3330
  return {
3315
3331
  dataSource: p,
3316
3332
  dimensions: d,
@@ -3319,17 +3335,18 @@ function G1(e, t, n) {
3319
3335
  verbosity: n
3320
3336
  };
3321
3337
  }
3322
- function ds(e, t, n) {
3323
- return _(this, null, function* () {
3338
+ function hs(e, t, n) {
3339
+ return V(this, null, function* () {
3324
3340
  var a;
3325
- if (!Ne(e))
3341
+ if (!Oe(e))
3326
3342
  throw new Error("Only ChartWidgetProps are supported for now");
3327
- const r = G1(
3343
+ const r = _1(
3328
3344
  e,
3329
3345
  n == null ? void 0 : n.defaultDataSource,
3330
3346
  n == null ? void 0 : n.verbosity
3331
- ), s = zt(r), c = yield qt(t, s, {
3332
- isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled
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
3333
3350
  });
3334
3351
  if (!((a = c == null ? void 0 : c.data) != null && a.answer))
3335
3352
  throw new Error("Invalid response from NLG insights API");
@@ -3337,24 +3354,24 @@ function ds(e, t, n) {
3337
3354
  });
3338
3355
  }
3339
3356
  export {
3340
- es as AiContextProvider,
3341
- xr as ChatRestApi,
3342
- ss as Chatbot,
3343
- cs as CustomAiContextProvider,
3344
- $r as DEFAULT_RECOMMENDATIONS_COUNT,
3345
- as as GetNlgInsights,
3346
- Sr as NLQ_RESULT_CHART_TYPES,
3347
- ls as NlqChartWidget,
3348
- Mr as executeGetNlqResult,
3349
- ds as getNlgInsightsFromWidget,
3350
- zt as prepareGetNlgInsightsPayload,
3351
- Wt as prepareGetNlqResultPayload,
3352
- Fr as useChatSession,
3353
- is as useFinalNlqResponse,
3354
- ts as useGetNlgInsights,
3355
- ns as useGetNlqResult,
3356
- rs as useGetQueryRecommendations,
3357
- os as useLastNlqResponse,
3358
- hs 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
3359
3376
  };
3360
- (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)}})();