@rovula/ui 0.0.21 → 0.0.22

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 (299) hide show
  1. package/dist/cjs/bundle.css +155 -495
  2. package/dist/cjs/bundle.js +3 -3
  3. package/dist/cjs/bundle.js.map +1 -1
  4. package/dist/cjs/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
  5. package/dist/cjs/types/components/Button/Button.d.ts +1 -1
  6. package/dist/cjs/types/components/Button/Button.styles.d.ts +1 -1
  7. package/dist/cjs/types/components/Button/Buttons.stories.d.ts +13 -13
  8. package/dist/cjs/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
  9. package/dist/cjs/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
  10. package/dist/cjs/types/components/Icon/Icon.d.ts +11 -0
  11. package/dist/cjs/types/components/Icon/Icon.stories.d.ts +508 -0
  12. package/dist/cjs/types/components/Icon/Icon.styles.d.ts +4 -0
  13. package/dist/cjs/types/components/Input/Input.stories.d.ts +115 -115
  14. package/dist/cjs/types/components/Label/Label.stories.d.ts +51 -51
  15. package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
  16. package/dist/cjs/types/components/Search/Search.stories.d.ts +64 -64
  17. package/dist/cjs/types/components/Slider/Slider.d.ts +5 -0
  18. package/dist/cjs/types/components/Slider/Slider.stories.d.ts +303 -0
  19. package/dist/cjs/types/components/Switch/Switch.d.ts +4 -0
  20. package/dist/cjs/types/components/Switch/Switch.stories.d.ts +305 -0
  21. package/dist/cjs/types/components/Table/Table.stories.d.ts +7 -7
  22. package/dist/cjs/types/components/Tabs/Tabs.d.ts +12 -3
  23. package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +18 -0
  24. package/dist/cjs/types/components/TextInput/TextInput.stories.d.ts +62 -62
  25. package/dist/cjs/types/components/TextInput/TextInput.styles.d.ts +1 -1
  26. package/dist/cjs/types/icons/heroIconConfig.d.ts +1 -0
  27. package/dist/cjs/types/icons/iconConfig.d.ts +2 -0
  28. package/dist/cjs/types/icons/iconRegistry.d.ts +19 -0
  29. package/dist/cjs/types/icons/index.d.ts +1 -0
  30. package/dist/cjs/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
  31. package/dist/cjs/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
  32. package/dist/cjs/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
  33. package/dist/cjs/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
  34. package/dist/cjs/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
  35. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
  36. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
  37. package/dist/cjs/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
  38. package/dist/cjs/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
  39. package/dist/cjs/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
  40. package/dist/cjs/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
  41. package/dist/cjs/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
  42. package/dist/cjs/types/icons/material-icon/outline/index.d.ts +12 -0
  43. package/dist/cjs/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
  44. package/dist/cjs/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
  45. package/dist/cjs/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
  46. package/dist/cjs/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
  47. package/dist/cjs/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
  48. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
  49. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
  50. package/dist/cjs/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
  51. package/dist/cjs/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
  52. package/dist/cjs/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
  53. package/dist/cjs/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
  54. package/dist/cjs/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
  55. package/dist/cjs/types/icons/material-icon/solid/index.d.ts +12 -0
  56. package/dist/cjs/types/icons/materialIconConfig.d.ts +1 -0
  57. package/dist/cjs/types/icons/type.d.ts +8 -0
  58. package/dist/cjs/types/icons/utils.d.ts +1 -0
  59. package/dist/cjs/types/index.d.ts +4 -0
  60. package/dist/components/ActionButton/ActionButton.js +8 -19
  61. package/dist/components/ActionButton/ActionButton.stories.js +12 -22
  62. package/dist/components/ActionButton/ActionButton.styles.js +33 -8
  63. package/dist/components/AlertDialog/Alert.stories.js +5 -16
  64. package/dist/components/AlertDialog/AlertDialog.js +27 -38
  65. package/dist/components/Avatar/Avatar.js +7 -8
  66. package/dist/components/Avatar/Avatar.stories.js +11 -22
  67. package/dist/components/Avatar/Avatar.styles.js +1 -1
  68. package/dist/components/Avatar/AvatarBase.js +9 -20
  69. package/dist/components/Avatar/AvatarGroup.js +9 -10
  70. package/dist/components/Avatar/AvatarGroup.stories.js +9 -20
  71. package/dist/components/Button/Button.js +4 -15
  72. package/dist/components/Button/Button.styles.js +1 -1
  73. package/dist/components/Button/Buttons.stories.js +18 -29
  74. package/dist/components/Calendar/Calendar.js +3 -14
  75. package/dist/components/Calendar/Calendar.stories.js +6 -17
  76. package/dist/components/Checkbox/Checkbox.js +3 -14
  77. package/dist/components/Checkbox/Checkbox.stories.js +12 -23
  78. package/dist/components/Collapsible/Collapsible.js +14 -17
  79. package/dist/components/Collapsible/Collapsible.stories.js +9 -20
  80. package/dist/components/Collapsible/Collapsible.styles.js +4 -4
  81. package/dist/components/Collapsible/CollapsibleContext.js +9 -10
  82. package/dist/components/DataTable/DataTable.js +25 -26
  83. package/dist/components/DataTable/DataTable.stories.js +10 -21
  84. package/dist/components/DatePicker/DatePicker.js +4 -20
  85. package/dist/components/DatePicker/DatePicker.stories.js +6 -17
  86. package/dist/components/Dialog/Dialog.js +22 -33
  87. package/dist/components/Dialog/Dialog.stories.js +8 -19
  88. package/dist/components/Dropdown/Dropdown.js +26 -37
  89. package/dist/components/Dropdown/Dropdown.stories.js +36 -55
  90. package/dist/components/Dropdown/Dropdown.styles.js +3 -3
  91. package/dist/components/Form/Form.js +26 -87
  92. package/dist/components/Form/Text.js +2 -3
  93. package/dist/components/Form/TextInput.js +2 -3
  94. package/dist/components/Icon/Icon.js +37 -0
  95. package/dist/components/Icon/Icon.stories.js +356 -0
  96. package/dist/components/Icon/Icon.styles.js +25 -0
  97. package/dist/components/Input/Input.js +9 -20
  98. package/dist/components/Input/Input.stories.js +6 -17
  99. package/dist/components/Input/Input.styles.js +1 -1
  100. package/dist/components/Label/Label.js +3 -14
  101. package/dist/components/Label/Label.stories.js +5 -16
  102. package/dist/components/Label/Label.styles.js +1 -1
  103. package/dist/components/Loading/Loading.js +5 -17
  104. package/dist/components/Loading/Loading.stories.js +6 -17
  105. package/dist/components/Navbar/Navbar.js +3 -4
  106. package/dist/components/Navbar/Navbar.stories.js +8 -19
  107. package/dist/components/Popover/Popover.js +5 -16
  108. package/dist/components/Popover/Popover.stories.js +5 -16
  109. package/dist/components/ProgressBar/ProgressBar.js +8 -9
  110. package/dist/components/ProgressBar/ProgressBar.stories.js +14 -27
  111. package/dist/components/RadioGroup/RadioGroup.js +6 -17
  112. package/dist/components/RadioGroup/RadioGroup.stories.js +9 -20
  113. package/dist/components/Search/Search.js +2 -13
  114. package/dist/components/Search/Search.stories.js +10 -21
  115. package/dist/components/Slider/Slider.js +22 -0
  116. package/dist/components/Slider/Slider.stories.js +33 -0
  117. package/dist/components/Switch/Switch.js +22 -0
  118. package/dist/components/Switch/Switch.stories.js +32 -0
  119. package/dist/components/Table/Datagrid.js +2 -3
  120. package/dist/components/Table/Table.js +24 -35
  121. package/dist/components/Table/Table.stories.js +5 -16
  122. package/dist/components/Tabs/Tabs.js +56 -9
  123. package/dist/components/Tabs/Tabs.stories.js +13 -24
  124. package/dist/components/Text/Text.js +3 -4
  125. package/dist/components/Text/Text.stories.js +12 -23
  126. package/dist/components/TextInput/TextInput.js +30 -41
  127. package/dist/components/TextInput/TextInput.stories.js +17 -28
  128. package/dist/components/TextInput/TextInput.styles.js +7 -7
  129. package/dist/components/ThemeToggle.js +3 -3
  130. package/dist/esm/bundle.css +155 -495
  131. package/dist/esm/bundle.js +3 -3
  132. package/dist/esm/bundle.js.map +1 -1
  133. package/dist/esm/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
  134. package/dist/esm/types/components/Button/Button.d.ts +1 -1
  135. package/dist/esm/types/components/Button/Button.styles.d.ts +1 -1
  136. package/dist/esm/types/components/Button/Buttons.stories.d.ts +13 -13
  137. package/dist/esm/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
  138. package/dist/esm/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
  139. package/dist/esm/types/components/Icon/Icon.d.ts +11 -0
  140. package/dist/esm/types/components/Icon/Icon.stories.d.ts +508 -0
  141. package/dist/esm/types/components/Icon/Icon.styles.d.ts +4 -0
  142. package/dist/esm/types/components/Input/Input.stories.d.ts +115 -115
  143. package/dist/esm/types/components/Label/Label.stories.d.ts +51 -51
  144. package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
  145. package/dist/esm/types/components/Search/Search.stories.d.ts +64 -64
  146. package/dist/esm/types/components/Slider/Slider.d.ts +5 -0
  147. package/dist/esm/types/components/Slider/Slider.stories.d.ts +303 -0
  148. package/dist/esm/types/components/Switch/Switch.d.ts +4 -0
  149. package/dist/esm/types/components/Switch/Switch.stories.d.ts +305 -0
  150. package/dist/esm/types/components/Table/Table.stories.d.ts +7 -7
  151. package/dist/esm/types/components/Tabs/Tabs.d.ts +12 -3
  152. package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +18 -0
  153. package/dist/esm/types/components/TextInput/TextInput.stories.d.ts +62 -62
  154. package/dist/esm/types/components/TextInput/TextInput.styles.d.ts +1 -1
  155. package/dist/esm/types/icons/heroIconConfig.d.ts +1 -0
  156. package/dist/esm/types/icons/iconConfig.d.ts +2 -0
  157. package/dist/esm/types/icons/iconRegistry.d.ts +19 -0
  158. package/dist/esm/types/icons/index.d.ts +1 -0
  159. package/dist/esm/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
  160. package/dist/esm/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
  161. package/dist/esm/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
  162. package/dist/esm/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
  163. package/dist/esm/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
  164. package/dist/esm/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
  165. package/dist/esm/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
  166. package/dist/esm/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
  167. package/dist/esm/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
  168. package/dist/esm/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
  169. package/dist/esm/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
  170. package/dist/esm/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
  171. package/dist/esm/types/icons/material-icon/outline/index.d.ts +12 -0
  172. package/dist/esm/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
  173. package/dist/esm/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
  174. package/dist/esm/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
  175. package/dist/esm/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
  176. package/dist/esm/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
  177. package/dist/esm/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
  178. package/dist/esm/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
  179. package/dist/esm/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
  180. package/dist/esm/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
  181. package/dist/esm/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
  182. package/dist/esm/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
  183. package/dist/esm/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
  184. package/dist/esm/types/icons/material-icon/solid/index.d.ts +12 -0
  185. package/dist/esm/types/icons/materialIconConfig.d.ts +1 -0
  186. package/dist/esm/types/icons/type.d.ts +8 -0
  187. package/dist/esm/types/icons/utils.d.ts +1 -0
  188. package/dist/esm/types/index.d.ts +4 -0
  189. package/dist/icons/heroIconConfig.js +13 -0
  190. package/dist/icons/iconConfig.js +2 -0
  191. package/dist/icons/iconRegistry.js +47 -0
  192. package/dist/icons/index.js +1 -0
  193. package/dist/icons/material-icon/outline/ChevronDownIcon.js +3 -0
  194. package/dist/icons/material-icon/outline/CollapseContentIcon.js +3 -0
  195. package/dist/icons/material-icon/outline/ContentCopyIcon.js +3 -0
  196. package/dist/icons/material-icon/outline/ContentPasteIcon.js +3 -0
  197. package/dist/icons/material-icon/outline/DataTableIcon.js +3 -0
  198. package/dist/icons/material-icon/outline/ExpandCircleDownIcon.js +3 -0
  199. package/dist/icons/material-icon/outline/ExpandCircleRightIcon.js +3 -0
  200. package/dist/icons/material-icon/outline/ExpandCircleUpIcon.js +3 -0
  201. package/dist/icons/material-icon/outline/ExpandContentIcon.js +3 -0
  202. package/dist/icons/material-icon/outline/InterestsIcon.js +3 -0
  203. package/dist/icons/material-icon/outline/SaveIcon.js +3 -0
  204. package/dist/icons/material-icon/outline/TableChartIcon.js +3 -0
  205. package/dist/icons/material-icon/outline/index.js +12 -0
  206. package/dist/icons/material-icon/solid/ChevronDownIcon.js +3 -0
  207. package/dist/icons/material-icon/solid/CollapseContentIcon.js +3 -0
  208. package/dist/icons/material-icon/solid/ContentCopyIcon.js +3 -0
  209. package/dist/icons/material-icon/solid/ContentPasteIcon.js +3 -0
  210. package/dist/icons/material-icon/solid/DataTableIcon.js +3 -0
  211. package/dist/icons/material-icon/solid/ExpandCircleDownIcon.js +3 -0
  212. package/dist/icons/material-icon/solid/ExpandCircleRightIcon.js +3 -0
  213. package/dist/icons/material-icon/solid/ExpandCircleUpIcon.js +3 -0
  214. package/dist/icons/material-icon/solid/ExpandContentIcon.js +3 -0
  215. package/dist/icons/material-icon/solid/InterestsIcon.js +3 -0
  216. package/dist/icons/material-icon/solid/SaveIcon.js +3 -0
  217. package/dist/icons/material-icon/solid/TableChartIcon.js +3 -0
  218. package/dist/icons/material-icon/solid/index.js +12 -0
  219. package/dist/icons/materialIconConfig.js +13 -0
  220. package/dist/icons/type.js +1 -0
  221. package/dist/icons/utils.js +6 -0
  222. package/dist/index.d.ts +30 -4
  223. package/dist/index.js +4 -0
  224. package/dist/src/theme/global.css +187 -619
  225. package/dist/stories/ColorGroupPreview.js +6 -9
  226. package/dist/stories/ColorPreview.js +1 -2
  227. package/dist/theme/presets/colors.js +2 -1
  228. package/dist/utils/cn.js +1 -5
  229. package/dist/utils/datetime.js +12 -12
  230. package/package.json +3 -1
  231. package/src/components/ActionButton/ActionButton.stories.tsx +32 -13
  232. package/src/components/ActionButton/ActionButton.styles.ts +33 -8
  233. package/src/components/DataTable/DataTable.tsx +2 -2
  234. package/src/components/Icon/Icon.stories.tsx +450 -0
  235. package/src/components/Icon/Icon.styles.ts +26 -0
  236. package/src/components/Icon/Icon.tsx +67 -0
  237. package/src/components/Slider/Slider.stories.tsx +47 -0
  238. package/src/components/Slider/Slider.tsx +32 -0
  239. package/src/components/Switch/Switch.stories.tsx +46 -0
  240. package/src/components/Switch/Switch.tsx +32 -0
  241. package/src/components/Table/Table.tsx +2 -2
  242. package/src/components/Tabs/Tabs.tsx +99 -12
  243. package/src/icons/heroIconConfig.ts +23 -0
  244. package/src/icons/iconConfig.ts +2 -0
  245. package/src/icons/iconRegistry.ts +76 -0
  246. package/src/icons/index.ts +1 -0
  247. package/src/icons/material-icon/outline/ChevronDownIcon.tsx +22 -0
  248. package/src/icons/material-icon/outline/CollapseContentIcon.tsx +20 -0
  249. package/src/icons/material-icon/outline/ContentCopyIcon.tsx +20 -0
  250. package/src/icons/material-icon/outline/ContentPasteIcon.tsx +20 -0
  251. package/src/icons/material-icon/outline/DataTableIcon.tsx +20 -0
  252. package/src/icons/material-icon/outline/ExpandCircleDownIcon.tsx +20 -0
  253. package/src/icons/material-icon/outline/ExpandCircleRightIcon.tsx +20 -0
  254. package/src/icons/material-icon/outline/ExpandCircleUpIcon.tsx +20 -0
  255. package/src/icons/material-icon/outline/ExpandContentIcon.tsx +20 -0
  256. package/src/icons/material-icon/outline/InterestsIcon.tsx +20 -0
  257. package/src/icons/material-icon/outline/SaveIcon.tsx +20 -0
  258. package/src/icons/material-icon/outline/TableChartIcon.tsx +20 -0
  259. package/src/icons/material-icon/outline/index.ts +12 -0
  260. package/src/icons/material-icon/solid/ChevronDownIcon.tsx +22 -0
  261. package/src/icons/material-icon/solid/CollapseContentIcon.tsx +20 -0
  262. package/src/icons/material-icon/solid/ContentCopyIcon.tsx +20 -0
  263. package/src/icons/material-icon/solid/ContentPasteIcon.tsx +20 -0
  264. package/src/icons/material-icon/solid/DataTableIcon.tsx +20 -0
  265. package/src/icons/material-icon/solid/ExpandCircleDownIcon.tsx +20 -0
  266. package/src/icons/material-icon/solid/ExpandCircleRightIcon.tsx +20 -0
  267. package/src/icons/material-icon/solid/ExpandCircleUpIcon.tsx +20 -0
  268. package/src/icons/material-icon/solid/ExpandContentIcon.tsx +20 -0
  269. package/src/icons/material-icon/solid/InterestsIcon.tsx +20 -0
  270. package/src/icons/material-icon/solid/SaveIcon.tsx +20 -0
  271. package/src/icons/material-icon/solid/TableChartIcon.tsx +20 -0
  272. package/src/icons/material-icon/solid/index.ts +12 -0
  273. package/src/icons/materialIconConfig.tsx +23 -0
  274. package/src/icons/type.ts +11 -0
  275. package/src/icons/utils.ts +6 -0
  276. package/src/index.ts +5 -0
  277. package/src/theme/presets/colors.js +2 -1
  278. package/dist/cjs/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
  279. package/dist/cjs/types/components/Button/Button.styles copy.d.ts +0 -7
  280. package/dist/components/ActionButton/ActionButton.styles copy.js +0 -90
  281. package/dist/components/Button/Button.styles copy.js +0 -210
  282. package/dist/esm/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
  283. package/dist/esm/types/components/Button/Button.styles copy.d.ts +0 -7
  284. package/src/_theme/global copy.css +0 -761
  285. package/src/_theme/global.css +0 -39
  286. package/src/_theme/main-preset.js +0 -239
  287. package/src/_theme/plugins/utilities/typography.js +0 -81
  288. package/src/_theme/presets/colors copy 2.js +0 -319
  289. package/src/_theme/presets/colors copy.js +0 -229
  290. package/src/_theme/presets/colors.js +0 -94
  291. package/src/_theme/theme.d.ts +0 -69
  292. package/src/_theme/variables/base/button.css +0 -334
  293. package/src/_theme/variables/base/components copy.css +0 -19
  294. package/src/_theme/variables/default/colors.css +0 -292
  295. package/src/_theme/variables/default/typography.css +0 -178
  296. package/src/_theme/variables/xspector/colors.css +0 -468
  297. package/src/_theme/variables/xspector/typography.css +0 -178
  298. package/src/components/ActionButton/ActionButton.styles copy.ts +0 -95
  299. package/src/components/Button/Button.styles copy.ts +0 -214
@@ -1,4 +1,4 @@
1
- import{jsxs as e,jsx as t,Fragment as n}from"react/jsx-runtime";import*as o from"react";import r,{forwardRef as a,useRef as i,useImperativeHandle as l,useState as s,useEffect as u,useCallback as d,useMemo as c,Fragment as f,createContext as g,createElement as p,useContext as m,useLayoutEffect as b,Children as h,cloneElement as v,useReducer as y,isValidElement as w}from"react";import{cva as x}from"class-variance-authority";import{twMerge as C}from"tailwind-merge";import*as S from"react-dom";import N,{flushSync as E}from"react-dom";var R=function(){return R=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},R.apply(this,arguments)};function M(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}function k(e,t,n){if(n||2===arguments.length)for(var o,r=0,a=t.length;r<a;r++)!o&&r in t||(o||(o=Array.prototype.slice.call(t,0,r)),o[r]=t[r]);return e.concat(o||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;var P=x(["gap-2 font-bold inline-flex items-center outline-none transition ease-in-out duration-45"],{variants:{color:{primary:["bg-button-primary-solid-default border-button-primary-solid-default text-button-primary-solid-default fill-button-primary-solid-default","hover:bg-button-primary-solid-hover hover:border-button-primary-solid-hover hover:text-button-primary-solid-hover hover:fill-button-primary-solid-hover","active:bg-button-primary-solid-active active:border-button-primary-solid-active active:text-button-primary-solid-active active:fill-button-primary-solid-active","data-[loading=true]:bg-button-primary-solid-active data-[loading=true]:border-button-primary-solid-active data-[loading=true]:text-button-primary-solid-active data-[loading=true]:fill-button-primary-solid-active","disabled:bg-button-primary-solid-disabled disabled:border-button-primary-solid-disabled disabled:text-button-primary-solid-disabled disabled:fill-button-primary-solid-disabled"],secondary:["bg-button-secondary-solid-default border-button-secondary-solid-default text-button-secondary-solid-default fill-button-secondary-solid-default","hover:bg-button-secondary-solid-hover hover:border-button-secondary-solid-hover hover:text-button-secondary-solid-hover hover:fill-button-secondary-solid-hover","active:bg-button-secondary-solid-active active:border-button-secondary-solid-active active:text-button-secondary-solid-active active:fill-button-secondary-solid-active","data-[loading=true]:bg-button-secondary-solid-active data-[loading=true]:border-button-secondary-solid-active data-[loading=true]:text-button-secondary-solid-active data-[loading=true]:fill-button-secondary-solid-active","disabled:bg-button-secondary-solid-disabled disabled:border-button-secondary-solid-disabled disabled:text-button-secondary-solid-disabled disabled:fill-button-secondary-solid-disabled"],tertiary:["bg-button-tertiary-solid-default border-button-tertiary-solid-default text-button-tertiary-solid-default fill-button-tertiary-solid-default","hover:bg-button-tertiary-solid-hover hover:border-button-tertiary-solid-hover hover:text-button-tertiary-solid-hover hover:fill-button-tertiary-solid-hover","active:bg-button-tertiary-solid-active active:border-button-tertiary-solid-active active:text-button-tertiary-solid-active active:fill-button-tertiary-solid-active","data-[loading=true]:bg-button-tertiary-solid-active data-[loading=true]:border-button-tertiary-solid-active data-[loading=true]:text-button-tertiary-solid-active data-[loading=true]:fill-button-tertiary-solid-active","disabled:bg-button-tertiary-solid-disabled disabled:border-button-tertiary-solid-disabled disabled:text-button-tertiary-solid-disabled disabled:fill-button-tertiary-solid-disabled"],success:["bg-button-success-solid-default border-button-success-solid-default text-button-success-solid-default fill-button-success-solid-default","hover:bg-button-success-solid-hover hover:border-button-success-solid-hover hover:text-button-success-solid-hover hover:fill-button-success-solid-hover","active:bg-button-success-solid-active active:border-button-success-solid-active active:text-button-success-solid-active active:fill-button-success-solid-active","data-[loading=true]:bg-button-success-solid-active data-[loading=true]:border-button-success-solid-active data-[loading=true]:text-button-success-solid-active data-[loading=true]:fill-button-success-solid-active","disabled:bg-button-success-solid-disabled disabled:border-button-success-solid-disabled disabled:text-button-success-solid-disabled disabled:fill-button-success-solid-disabled"],info:["bg-button-info-solid-default border-button-info-solid-default text-button-info-solid-default fill-button-info-solid-default","hover:bg-button-info-solid-hover hover:border-button-info-solid-hover hover:text-button-info-solid-hover hover:fill-button-info-solid-hover","active:bg-button-info-solid-active active:border-button-info-solid-active active:text-button-info-solid-active active:fill-button-info-solid-active","data-[loading=true]:bg-button-info-solid-active data-[loading=true]:border-button-info-solid-active data-[loading=true]:text-button-info-solid-active data-[loading=true]:fill-button-info-solid-active","disabled:bg-button-info-solid-disabled disabled:border-button-info-solid-disabled disabled:text-button-info-solid-disabled disabled:fill-button-info-solid-disabled"],warning:["bg-button-warning-solid-default border-button-warning-solid-default text-button-warning-solid-default fill-button-warning-solid-default","hover:bg-button-warning-solid-hover hover:border-button-warning-solid-hover hover:text-button-warning-solid-hover hover:fill-button-warning-solid-hover","active:bg-button-warning-solid-active active:border-button-warning-solid-active active:text-button-warning-solid-active active:fill-button-warning-solid-active","data-[loading=true]:bg-button-warning-solid-active data-[loading=true]:border-button-warning-solid-active data-[loading=true]:text-button-warning-solid-active data-[loading=true]:fill-button-warning-solid-active","disabled:bg-button-warning-solid-disabled disabled:border-button-warning-solid-disabled disabled:text-button-warning-solid-disabled disabled:fill-button-warning-solid-disabled"],error:["bg-button-error-solid-default border-button-error-solid-default text-button-error-solid-default fill-button-error-solid-default","hover:bg-button-error-solid-hover hover:border-button-error-solid-hover hover:text-button-error-solid-hover hover:fill-button-error-solid-hover","active:bg-button-error-solid-active active:border-button-error-solid-active active:text-button-error-solid-active active:fill-button-error-solid-active","data-[loading=true]:bg-button-error-solid-active data-[loading=true]:border-button-error-solid-active data-[loading=true]:text-button-error-solid-active data-[loading=true]:fill-button-error-solid-active","disabled:bg-button-error-solid-disabled disabled:border-button-error-solid-disabled disabled:text-button-error-solid-disabled disabled:fill-button-error-solid-disabled"]},size:{sm:"px-md py-1 [&_svg]:size-[18px] typography-buttonMS rounded-sm gap-1",md:"px-lg py-2 [&_svg]:size-5 typography-buttonL rounded-md",lg:"px-xl py-4 [&_svg]:size-6 typography-buttonL rounded-md"},variant:{solid:"border",outline:"border bg-transparent",flat:"bg-transparent",link:"bg-transparent underline underline-offset-4"},disabled:{true:"pointer-events-none border-transparent bg-disable-solid text-disable-outline fill-disable-outline"},fullwidth:{true:"w-full"},icon:{sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}},compoundVariants:[{variant:"outline",color:"primary",className:["bg-button-primary-outline-default border-button-primary-outline-default text-button-primary-outline-default fill-button-primary-outline-default","hover:bg-button-primary-outline-hover hover:border-button-primary-outline-hover hover:text-button-primary-outline-hover hover:fill-button-primary-outline-hover","active:bg-button-primary-outline-active active:border-button-primary-outline-active active:text-button-primary-outline-active active:fill-button-primary-outline-active","data-[loading=true]:bg-button-primary-outline-active data-[loading=true]:border-button-primary-outline-active data-[loading=true]:text-button-primary-outline-active data-[loading=true]:fill-button-primary-outline-active","disabled:bg-button-primary-outline-disabled disabled:border-button-primary-outline-disabled disabled:text-button-primary-outline-disabled disabled:fill-button-primary-outline-disabled"]},{variant:["flat","link"],color:"primary",className:["bg-button-primary-flat-default border-button-primary-flat-default text-button-primary-flat-default fill-button-primary-flat-default","hover:bg-button-primary-flat-hover hover:border-button-primary-flat-hover hover:text-button-primary-flat-hover hover:fill-button-primary-flat-hover","active:bg-button-primary-flat-active active:border-button-primary-flat-active active:text-button-primary-flat-active active:fill-button-primary-flat-active","data-[loading=true]:bg-button-primary-flat-active data-[loading=true]:border-button-primary-flat-active data-[loading=true]:text-button-primary-flat-active data-[loading=true]:fill-button-primary-flat-active","disabled:bg-button-primary-flat-disabled disabled:border-button-primary-flat-disabled disabled:text-button-primary-flat-disabled disabled:fill-button-primary-flat-disabled"]},{variant:"outline",color:"secondary",className:["bg-button-secondary-outline-default border-button-secondary-outline-default text-button-secondary-outline-default fill-button-secondary-outline-default","hover:bg-button-secondary-outline-hover hover:border-button-secondary-outline-hover hover:text-button-secondary-outline-hover hover:fill-button-secondary-outline-hover","active:bg-button-secondary-outline-active active:border-button-secondary-outline-active active:text-button-secondary-outline-active active:fill-button-secondary-outline-active","data-[loading=true]:bg-button-secondary-outline-active data-[loading=true]:border-button-secondary-outline-active data-[loading=true]:text-button-secondary-outline-active data-[loading=true]:fill-button-secondary-outline-active","disabled:bg-button-secondary-outline-disabled disabled:border-button-secondary-outline-disabled disabled:text-button-secondary-outline-disabled disabled:fill-button-secondary-outline-disabled"]},{variant:["flat","link"],color:"secondary",className:["bg-button-secondary-flat-default border-button-secondary-flat-default text-button-secondary-flat-default fill-button-secondary-flat-default","hover:bg-button-secondary-flat-hover hover:border-button-secondary-flat-hover hover:text-button-secondary-flat-hover hover:fill-button-secondary-flat-hover","active:bg-button-secondary-flat-active active:border-button-secondary-flat-active active:text-button-secondary-flat-active active:fill-button-secondary-flat-active","data-[loading=true]:bg-button-secondary-flat-active data-[loading=true]:border-button-secondary-flat-active data-[loading=true]:text-button-secondary-flat-active data-[loading=true]:fill-button-secondary-flat-active","disabled:bg-button-secondary-flat-disabled disabled:border-button-secondary-flat-disabled disabled:text-button-secondary-flat-disabled disabled:fill-button-secondary-flat-disabled"]},{variant:"outline",color:"tertiary",className:["bg-button-tertiary-outline-default border-button-tertiary-outline-default text-button-tertiary-outline-default fill-button-tertiary-outline-default","hover:bg-button-tertiary-outline-hover hover:border-button-tertiary-outline-hover hover:text-button-tertiary-outline-hover hover:fill-button-tertiary-outline-hover","active:bg-button-tertiary-outline-active active:border-button-tertiary-outline-active active:text-button-tertiary-outline-active active:fill-button-tertiary-outline-active","data-[loading=true]:bg-button-tertiary-outline-active data-[loading=true]:border-button-tertiary-outline-active data-[loading=true]:text-button-tertiary-outline-active data-[loading=true]:fill-button-tertiary-outline-active","disabled:bg-button-tertiary-outline-disabled disabled:border-button-tertiary-outline-disabled disabled:text-button-tertiary-outline-disabled disabled:fill-button-tertiary-outline-disabled"]},{variant:["flat","link"],color:"tertiary",className:["bg-button-tertiary-flat-default border-button-tertiary-flat-default text-button-tertiary-flat-default fill-button-tertiary-flat-default","hover:bg-button-tertiary-flat-hover hover:border-button-tertiary-flat-hover hover:text-button-tertiary-flat-hover hover:fill-button-tertiary-flat-hover","active:bg-button-tertiary-flat-active active:border-button-tertiary-flat-active active:text-button-tertiary-flat-active active:fill-button-tertiary-flat-active","data-[loading=true]:bg-button-tertiary-flat-active data-[loading=true]:border-button-tertiary-flat-active data-[loading=true]:text-button-tertiary-flat-active data-[loading=true]:fill-button-tertiary-flat-active","disabled:bg-button-tertiary-flat-disabled disabled:border-button-tertiary-flat-disabled disabled:text-button-tertiary-flat-disabled disabled:fill-button-tertiary-flat-disabled"]},{variant:"outline",color:"info",className:["bg-button-info-outline-default border-button-info-outline-default text-button-info-outline-default fill-button-info-outline-default","hover:bg-button-info-outline-hover hover:border-button-info-outline-hover hover:text-button-info-outline-hover hover:fill-button-info-outline-hover","active:bg-button-info-outline-active active:border-button-info-outline-active active:text-button-info-outline-active active:fill-button-info-outline-active","data-[loading=true]:bg-button-info-outline-active data-[loading=true]:border-button-info-outline-active data-[loading=true]:text-button-info-outline-active data-[loading=true]:fill-button-info-outline-active","disabled:bg-button-info-outline-disabled disabled:border-button-info-outline-disabled disabled:text-button-info-outline-disabled disabled:fill-button-info-outline-disabled"]},{variant:["flat","link"],color:"info",className:["bg-button-info-flat-default border-button-info-flat-default text-button-info-flat-default fill-button-info-flat-default","hover:bg-button-info-flat-hover hover:border-button-info-flat-hover hover:text-button-info-flat-hover hover:fill-button-info-flat-hover","active:bg-button-info-flat-active active:border-button-info-flat-active active:text-button-info-flat-active active:fill-button-info-flat-active","data-[loading=true]:bg-button-info-flat-active data-[loading=true]:border-button-info-flat-active data-[loading=true]:text-button-info-flat-active data-[loading=true]:fill-button-info-flat-active","disabled:bg-button-info-flat-disabled disabled:border-button-info-flat-disabled disabled:text-button-info-flat-disabled disabled:fill-button-info-flat-disabled"]},{variant:"outline",color:"success",className:["bg-button-success-outline-default border-button-success-outline-default text-button-success-outline-default fill-button-success-outline-default","hover:bg-button-success-outline-hover hover:border-button-success-outline-hover hover:text-button-success-outline-hover hover:fill-button-success-outline-hover","active:bg-button-success-outline-active active:border-button-success-outline-active active:text-button-success-outline-active active:fill-button-success-outline-active","data-[loading=true]:bg-button-success-outline-active data-[loading=true]:border-button-success-outline-active data-[loading=true]:text-button-success-outline-active data-[loading=true]:fill-button-success-outline-active","disabled:bg-button-success-outline-disabled disabled:border-button-success-outline-disabled disabled:text-button-success-outline-disabled disabled:fill-button-success-outline-disabled"]},{variant:["flat","link"],color:"success",className:["bg-button-success-flat-default border-button-success-flat-default text-button-success-flat-default fill-button-success-flat-default","hover:bg-button-success-flat-hover hover:border-button-success-flat-hover hover:text-button-success-flat-hover hover:fill-button-success-flat-hover","active:bg-button-success-flat-active active:border-button-success-flat-active active:text-button-success-flat-active active:fill-button-success-flat-active","data-[loading=true]:bg-button-success-flat-active data-[loading=true]:border-button-success-flat-active data-[loading=true]:text-button-success-flat-active data-[loading=true]:fill-button-success-flat-active","disabled:bg-button-success-flat-disabled disabled:border-button-success-flat-disabled disabled:text-button-success-flat-disabled disabled:fill-button-success-flat-disabled"]},{variant:"outline",color:"warning",className:["bg-button-warning-outline-default border-button-warning-outline-default text-button-warning-outline-default fill-button-warning-outline-default","hover:bg-button-warning-outline-hover hover:border-button-warning-outline-hover hover:text-button-warning-outline-hover hover:fill-button-warning-outline-hover","active:bg-button-warning-outline-active active:border-button-warning-outline-active active:text-button-warning-outline-active active:fill-button-warning-outline-active","data-[loading=true]:bg-button-warning-outline-active data-[loading=true]:border-button-warning-outline-active data-[loading=true]:text-button-warning-outline-active data-[loading=true]:fill-button-warning-outline-active","disabled:bg-button-warning-outline-disabled disabled:border-button-warning-outline-disabled disabled:text-button-warning-outline-disabled disabled:fill-button-warning-outline-disabled"]},{variant:["flat","link"],color:"warning",className:["bg-button-warning-flat-default border-button-warning-flat-default text-button-warning-flat-default fill-button-warning-flat-default","hover:bg-button-warning-flat-hover hover:border-button-warning-flat-hover hover:text-button-warning-flat-hover hover:fill-button-warning-flat-hover","active:bg-button-warning-flat-active active:border-button-warning-flat-active active:text-button-warning-flat-active active:fill-button-warning-flat-active","data-[loading=true]:bg-button-warning-flat-active data-[loading=true]:border-button-warning-flat-active data-[loading=true]:text-button-warning-flat-active data-[loading=true]:fill-button-warning-flat-active","disabled:bg-button-warning-flat-disabled disabled:border-button-warning-flat-disabled disabled:text-button-warning-flat-disabled disabled:fill-button-warning-flat-disabled"]},{variant:"outline",color:"error",className:["bg-button-error-outline-default border-button-error-outline-default text-button-error-outline-default fill-button-error-outline-default","hover:bg-button-error-outline-hover hover:border-button-error-outline-hover hover:text-button-error-outline-hover hover:fill-button-error-outline-hover","active:bg-button-error-outline-active active:border-button-error-outline-active active:text-button-error-outline-active active:fill-button-error-outline-active","data-[loading=true]:bg-button-error-outline-active data-[loading=true]:border-button-error-outline-active data-[loading=true]:text-button-error-outline-active data-[loading=true]:fill-button-error-outline-active","disabled:bg-button-error-outline-disabled disabled:border-button-error-outline-disabled disabled:text-button-error-outline-disabled disabled:fill-button-error-outline-disabled"]},{variant:["flat","link"],color:"error",className:["bg-button-error-flat-default border-button-error-flat-default text-button-error-flat-default fill-button-error-flat-default","hover:bg-button-error-flat-hover hover:border-button-error-flat-hover hover:text-button-error-flat-hover hover:fill-button-error-flat-hover","active:bg-button-error-flat-active active:border-button-error-flat-active active:text-button-error-flat-active active:fill-button-error-flat-active","data-[loading=true]:bg-button-error-flat-active data-[loading=true]:border-button-error-flat-active data-[loading=true]:text-button-error-flat-active data-[loading=true]:fill-button-error-flat-active","disabled:bg-button-error-flat-disabled disabled:border-button-error-flat-disabled disabled:text-button-error-flat-disabled disabled:fill-button-error-flat-disabled"]},{variant:["outline","flat","link"],disabled:!0,className:["bg-transparent border-disabled-outline text-disable-outline fill-disable-outline"]}],defaultVariants:{size:"md",color:"primary",variant:"solid",fullwidth:!0}});function D(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=D(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function F(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return C(function(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=D(e))&&(o&&(o+=" "),o+=t);return o}(e))}var O=function(n){var o=n.size,r=void 0===o?16:o,a=n.color,i=void 0===a?"":a,l=n.trackColor,s=void 0===l?"":l,u=n.strokeWidth,d=void 0===u?2:u,c=n.percentage,f=void 0===c?75:c,g=n.animate,p=void 0===g||g,m=n.className,b=n.progressClassName,h=n.trackClassName,v=(r-2*d)/2,y=2*Math.PI*v,w=y-f/100*y;return e("svg",{className:F({"animate-spin":p},m),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 ".concat(r," ").concat(r),width:r,height:r,role:"status","aria-live":"polite",children:[t("circle",{className:F("text-[var(--loading-track-color)]",h),style:R({},s?{color:s}:{}),cx:r/2,cy:r/2,r:v,stroke:"currentColor",strokeWidth:d}),t("circle",{className:F("text-[var(--loading-process-color)]",b),style:R({},i?{color:i}:{}),cx:r/2,cy:r/2,r:v,stroke:"currentColor",strokeWidth:d,strokeDasharray:y,strokeDashoffset:w,strokeLinecap:"round"})]})},I=a((function(o,r){var a=o.size,i=void 0===a?"md":a,l=o.color,s=void 0===l?"primary":l,u=o.variant,d=void 0===u?"solid":u,c=o.title,f=o.children,g=o.startIcon,p=o.endIcon,m=o.disabled,b=void 0!==m&&m,h=o.fullwidth,v=void 0!==h&&h,y=o.isLoading,w=void 0!==y&&y,x=o.className,C=M(o,["size","color","variant","title","children","startIcon","endIcon","disabled","fullwidth","isLoading","className"]),S=b||w;return t("button",R({type:"button"},C,{ref:r,"aria-disabled":S||void 0,"data-loading":w||void 0,tabIndex:S?-1:0,className:F(P({size:i,color:s,variant:d,disabled:b,fullwidth:v}),x),disabled:S,children:e(n,{children:[w&&t(O,{}),g,f||c,p]})}))})),_=x(["border-0 outline-none","p-1 flex w-auto box-border","peer text-input-filled-text placeholder:text-transparent bg-transparent caret-primary"],{variants:{size:{sm:"p-2 px-3 typography-small1",md:"py-2 px-3 typography-subtitile4",lg:"p-4 typography-subtitile1"},rounded:{none:"rounded-none",normal:"rounded-md",full:"rounded-full"},variant:{flat:"",outline:["ring-1 ring-inset ring-input-default-stroke","hover:ring-input-active-stroke","focus:ring-1 focus:ring-inset focus:ring-input-active-stroke"],underline:"border-b-2 border-input-default-stroke transition-colors hover:border-input-active-stroke focus:border-input-stroke"},fullwidth:{true:"w-full"},disabled:{true:["bg-input-disable-bg text-input-disable-text ring-input-disable-stroke placeholder:text-input-disable-text","hover:ring-input-disable-stroke"]},error:{true:"ring-input-error focus:ring-input-error"},hasClearIcon:{true:""},hasSearchIcon:{false:""},leftSectionIcon:{false:""},rightSectionIcon:{false:""}},compoundVariants:[{variant:"underline",className:"rounded-none"},{hasClearIcon:!0,size:"sm",class:"focus:pe-6"},{hasClearIcon:!0,size:"md",class:"focus:pe-8"},{hasClearIcon:!0,size:"lg",class:"focus:pe-10"},{hasSearchIcon:!0,size:"sm",class:"ps-6"},{hasSearchIcon:!0,size:"md",class:"ps-9"},{hasSearchIcon:!0,size:"lg",class:"ps-11"},{leftSectionIcon:!0,size:"sm",class:"ps-[38px]"},{leftSectionIcon:!0,size:"md",class:"ps-[46px]"},{leftSectionIcon:!0,size:"lg",class:"ps-[72px]"},{rightSectionIcon:!0,size:"sm",class:"pe-[38px]"},{rightSectionIcon:!0,size:"md",class:"pe-[46px]"},{rightSectionIcon:!0,size:"lg",class:"pe-[72px]"}],defaultVariants:{size:"md",variant:"outline",rounded:"normal",fullwidth:!1,disabled:!1,error:!1,hasClearIcon:!1,hasSearchIcon:!1,leftSectionIcon:!1,rightSectionIcon:!1}}),A=x(["absolute block duration-450 transition-all px-[2px] text-input-default-text","peer-focus:text-input-filled-text peer-focus:bg-input-label-bg"],{variants:{size:{sm:["left-3 -top-1.5 typography-label2 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"],md:["left-3 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"],lg:["left-4 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},disabled:{true:"text-input-default-text placeholder:text-input-default-text"},error:{true:"ring-error"},hasSearchIcon:{false:""}},compoundVariants:[{hasSearchIcon:!0,size:"sm",className:["left-6 -top-1.5 typography-label2 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"]},{hasSearchIcon:!0,size:"md",className:["left-9 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},{hasSearchIcon:!0,size:"lg",className:["left-11 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]}],defaultVariants:{size:"md",disabled:!1,error:!1,hasSearchIcon:!1}}),L=x(["text-small1 flex flex-row items-center gap-1"],{variants:{size:{sm:"mt-1",md:"mt-[6px]",lg:"mt-[6px]"},disabled:{true:"text-input-disable-text"},error:{true:"text-input-error",false:"text-input-filled-text"}},defaultVariants:{size:"md",disabled:!1,error:!1}}),T=x(["absolute inset-y-0 right-0 items-center justify-center hidden peer-focus:flex"],{variants:{size:{sm:"mr-2",md:"mr-3",lg:"mr-4"}},defaultVariants:{size:"md"}}),z=x(["absolute inset-y-0 left-0 items-center justify-center flex"],{variants:{size:{sm:"ml-2",md:"ml-3",lg:"ml-4"}},defaultVariants:{size:"md"}}),V=x(["cursor-pointer z-50 fill-input-active-stroke hover:fill-input-default-text"],{variants:{size:{sm:"size-3",md:"size-4",lg:"size-5"}},defaultVariants:{size:"md"}}),W=x(["absolute items-center justify-center flex","border-l border-l-input-default-stroke peer-hover:border-l-input-active-stroke peer-focus:border-l-input-active-stroke peer-disabled:border-l-input-disable-stroke","fill-input-default-text peer-hover:fill-input-filled-text peer-focus:fill-input-filled-text peer-disabled:fill-input-disable-stroke"],{variants:{size:{sm:"p-1 size-[30px]",md:"p-2 size-[38px]",lg:"p-3 size-14"},rounded:{none:"rounded-r-none",normal:"rounded-r-xl",full:"rounded-r-full"},error:{true:"border-l-input-error"},position:{start:"inset-y-0 left-0 ",end:"inset-y-0 right-0 "}},defaultVariants:{size:"md",rounded:"normal",error:!1,position:"end"}});const H=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 2a.75.75 0 0 1 .75.75v8.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.22 3.22V2.75A.75.75 0 0 1 8 2Z",clipRule:"evenodd"}))}));const B=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14Z",clipRule:"evenodd"}))}));const G=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M13.78 10.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V5.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0ZM2.22 5.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V4.56l-.97.97a.75.75 0 0 1-1.06 0Z",clipRule:"evenodd"}))}));const j=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M4 1.75a.75.75 0 0 1 1.5 0V3h5V1.75a.75.75 0 0 1 1.5 0V3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2V1.75ZM4.5 6a1 1 0 0 0-1 1v4.5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-7Z",clipRule:"evenodd"}))}));const Y=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z",clipRule:"evenodd"}))}));const q=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));const $=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z",clipRule:"evenodd"}),o.createElement("path",{fillRule:"evenodd",d:"M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm1.75 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM4 11.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));const U=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));const X=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",clipRule:"evenodd"}))}));const K=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm2.78-4.22a.75.75 0 0 1-1.06 0L8 9.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 0 1 1.06-1.06L8 6.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L9.06 8l1.72 1.72a.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"}))}));const Z=o.forwardRef((function({title:e,titleId:t,...n},r){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?o.createElement("title",{id:t},e):null,o.createElement("path",{d:"M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94 5.28 4.22Z"}))}));var Q=a((function(n,o){var r=n.id,a=n.label,s=n.size,u=void 0===s?"md":s,d=n.rounded,c=void 0===d?"normal":d,f=n.variant,g=void 0===f?"outline":f,p=n.type,m=void 0===p?"text":p,b=n.helperText,h=n.errorMessage,v=n.fullwidth,y=void 0===v||v,w=n.disabled,x=void 0!==w&&w,C=n.error,S=void 0!==C&&C,N=n.required,E=void 0===N||N,k=n.hasClearIcon,P=void 0===k||k,D=n.hasSearchIcon,O=void 0!==D&&D,I=n.startIcon,H=n.endIcon,B=n.labelClassName,G=M(n,["id","label","size","rounded","variant","type","helperText","errorMessage","fullwidth","disabled","error","required","hasClearIcon","hasSearchIcon","startIcon","endIcon","labelClassName"]),j=i(null),Y=r||"".concat(m,"-").concat(a,"-input"),q=!!H,$=_({size:u,rounded:c,variant:g,fullwidth:y,disabled:x,error:S,hasSearchIcon:O,hasClearIcon:!q&&P,leftSectionIcon:!!I,rightSectionIcon:q}),Z=A({size:u,disabled:x,error:S,hasSearchIcon:O}),Q=L({size:u,error:S,disabled:x}),J=T({size:u}),ee=z({size:u}),te=V({size:u}),ne=W({size:u,rounded:c,error:S});l(o,(function(){return null==j?void 0:j.current}));return e("div",{className:"inline-flex flex-col ".concat(y?"w-full":""),children:[e("div",{className:"relative",children:[O&&t("div",{className:ee,children:t(X,{className:te})}),t("input",R({},G,{placeholder:" ",ref:j,type:m,id:Y,disabled:x,className:F($,G.className)})),P&&!q&&t("div",{className:J,children:t(K,{type:"button",className:te,onMouseDown:function(){j.current&&(j.current.value="")}})}),q&&t("div",{className:ne,children:H}),e("label",{htmlFor:Y,className:F(Z,B),children:[a," ",E&&t("span",{className:F("text-error",{"text-input-disable-text":x}),children:"*"})]})]}),(h||b)&&e("span",{className:Q,children:[t(U,{width:16,height:16,className:S?"fill-error":""})," ",h||b]})]})})),J=x(["text-foreground"],{variants:{color:{primary:"text-primary",secondary:"text-secondary",success:"text-success",tertiary:"text-tertiary",info:"text-info",warning:"text-warning",error:"text-error"}}}),ee=a((function(e){var n=e.variant,o=void 0===n?"body1":n,r=e.tag,a=void 0===r?"p":r,i=e.children,l=e.className,s=void 0===l?"":l,u=e.color,d=e.style;return t(a,{className:F("typography-".concat(o),J({color:u}),s),style:d,children:i})})),te=function(n){var o,r=n.tabs,a=void 0===r?[]:r,i=n.initialTab,l=s(void 0===i?0:i),u=l[0],d=l[1];return e("div",{className:"w-full space-y-4",children:[t("div",{className:"flex border-b border-primary-10 gap-6 h-[54px] box-border",role:"tablist",children:a.map((function(t,n){return e("button",{role:"tab","aria-selected":n===u,"aria-controls":"tab-content-".concat(n),id:"tab-".concat(n),className:F("flex flex-row items-center py-4 px-1 cursor-pointer transition-colors duration-300 box-border gap-3",{"typography-body2 text-textcolor-dark border-b-[3px] border-textcolor-dark":n===u,"typography-body1 text-textcolor-grey-light border-b-[3px] border-transparent hover:text-textcolor-dark ":n!==u}),onClick:function(){return d(n)},children:[t.startTabContent,t.label,t.endTabContent]},n)}))}),t("div",{className:"",role:"tabpanel",id:"tab-content-".concat(u),"aria-labelledby":"tab-".concat(u),children:null===(o=a[u])||void 0===o?void 0:o.content})]})},ne=x(["absolute inset-y-0 right-0 flex items-center justify-center"],{variants:{size:{sm:"mr-2",md:"mr-3",lg:"mr-4"}},defaultVariants:{size:"md"}}),oe=x(["transition-all"],{variants:{size:{sm:"size-[14px]",md:"size-5",lg:"size-6"},disabled:{true:"fill-input-text-disabled",false:"fill-inherit"},isFocus:{true:"fill-input-text-active rotate-180",false:""}},defaultVariants:{size:"md",disabled:!1,isFocus:!1}}),re=x([],{variants:{size:{sm:"pe-[30px]",md:"pe-[40px]",lg:"pe-[48px]"}},defaultVariants:{size:"md"}}),ae=a((function(n,o){var r=n.id,a=n.options,l=void 0===a?[]:a,g=n.value,p=n.label,m=n.size,b=void 0===m?"md":m,h=n.rounded,v=void 0===h?"normal":h,y=n.variant,w=void 0===y?"outline":y,x=n.helperText,C=n.errorMessage,S=n.fullwidth,N=void 0===S||S,E=n.disabled,k=void 0!==E&&E,P=n.error,D=void 0!==P&&P,F=n.filterMode,O=void 0!==F&&F,I=n.required,_=void 0===I||I,A=n.onChangeText,L=n.onSelect,T=M(n,["id","options","value","label","size","rounded","variant","helperText","errorMessage","fullwidth","disabled","error","filterMode","required","onChangeText","onSelect"]),z=r||"".concat(p,"-select"),V=s(!1),W=V[0],H=V[1],B=s(null),G=B[0],j=B[1],Y=s(""),$=Y[0],U=Y[1],X=i("");u((function(){g&&!G&&j(g)}),[g,G]);var K=d((function(e){null==A||A(e),U(e.target.value)}),[A]),Z=d((function(e){j(e),U(e.label),null==L||L(e)}),[L]),J=c((function(){return l.filter((function(e){var t;return!O||(null===(t=e.label)||void 0===t?void 0:t.toLowerCase().includes(null==$?void 0:$.toLowerCase()))}))}),[l,O,$]),ee=d((function(e){var t;H(!0),null===(t=null==T?void 0:T.onFocus)||void 0===t||t.call(T,e)}),[null==T?void 0:T.onFocus]),te=d((function(e){var t=J.find((function(t){var n,o;return t.value===(null===(n=e.target)||void 0===n?void 0:n.value)||t.label===(null===(o=e.target)||void 0===o?void 0:o.value)})),n=t||{value:"",label:""};!!!t&&$&&(n={value:"",label:""}),"Enter"!==X.current&&(j(n),U(n.label),null==L||L(n))}),[J,$]),ae=d((function(e){var t;H(!1),te(e),null===(t=null==T?void 0:T.onBlur)||void 0===t||t.call(T,e)}),[null==T?void 0:T.onBlur]),ie=d((function(e){var t;X.current=e.code,null===(t=null==T?void 0:T.onKeyDown)||void 0===t||t.call(T,e)}),[null==T?void 0:T.onKeyDown]);return e("div",{className:"relative ".concat(N?"w-full":""),children:[t(Q,R({hasClearIcon:!1,endIcon:t("div",{className:ne({size:b}),children:t(q,{className:oe({size:b,isFocus:W})})})},T,{ref:o,readOnly:!O,value:$,onChange:K,label:p,placeholder:" ",type:"text",rounded:v,variant:w,helperText:x,errorMessage:C,fullwidth:N,error:D,required:_,id:z,disabled:k,size:b,className:re({size:b}),onFocus:ee,onBlur:ae,onKeyDown:ie})),W&&e("ul",{className:"absolute mt-1 w-full bg-base-popup border border-base-popup text-base-popup-foreground rounded-md shadow-md z-10 max-h-60 overflow-y-auto",children:[J.map((function(e){return e.renderLabel?t(f,{children:e.renderLabel({value:e.value,label:e.label,handleOnClick:function(){return Z(e)},className:"px-4 py-2 hover:bg-gray-100 cursor-pointer ".concat((null==G?void 0:G.value)===e.value?" bg-gray-200":"")})},e.value):t("li",{onMouseDown:function(){return Z(e)},className:"px-4 py-2 hover:bg-primary-hover-bg cursor-pointer ".concat((null==G?void 0:G.value)===e.value?"bg-base-popup-highligh":""),children:e.label},e.value)})),0===J.length&&t("li",{className:"px-4 py-14 text-center text-input-text",children:"Not found"})]})]})}));function ie(){return ie=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},ie.apply(null,arguments)}function le(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}function se(...e){return d(le(...e),e)}function ue(e,t=[]){let n=[];const o=()=>{const t=n.map((e=>g(e)));return function(n){const o=(null==n?void 0:n[e])||t;return c((()=>({[`__scope${e}`]:{...n,[e]:o}})),[n,o])}};return o.scopeName=e,[function(t,o){const r=g(o),a=n.length;function i(t){const{scope:n,children:o,...i}=t,l=(null==n?void 0:n[e][a])||r,s=c((()=>i),Object.values(i));return p(l.Provider,{value:s},o)}return n=[...n,o],i.displayName=t+"Provider",[i,function(n,i){const l=(null==i?void 0:i[e][a])||r,s=m(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},de(o,...t)]}function de(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(e){const o=n.reduce(((t,{useScope:n,scopeName:o})=>({...t,...n(e)[`__scope${o}`]})),{});return c((()=>({[`__scope${t.scopeName}`]:o})),[o])}};return n.scopeName=t.scopeName,n}function ce(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(null==e||e(o),!1===n||!o.defaultPrevented)return null==t?void 0:t(o)}}function fe(e){const t=i(e);return u((()=>{t.current=e})),c((()=>(...e)=>{var n;return null===(n=t.current)||void 0===n?void 0:n.call(t,...e)}),[])}function ge({prop:e,defaultProp:t,onChange:n=(()=>{})}){const[o,r]=function({defaultProp:e,onChange:t}){const n=s(e),[o]=n,r=i(o),a=fe(t);return u((()=>{r.current!==o&&(a(o),r.current=o)}),[o,r,a]),n}({defaultProp:t,onChange:n}),a=void 0!==e,l=a?e:o,c=fe(n);return[l,d((t=>{if(a){const n="function"==typeof t?t(e):t;n!==e&&c(n)}else r(t)}),[a,e,r,c])]}const pe=Boolean(null===globalThis||void 0===globalThis?void 0:globalThis.document)?b:()=>{};const me=e=>{const{present:t,children:n}=e,o=function(e){const[t,n]=s(),o=i({}),r=i(e),a=i("none"),l=e?"mounted":"unmounted",[c,f]=function(e,t){return y(((e,n)=>{const o=t[e][n];return null!=o?o:e}),e)}(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u((()=>{const e=be(o.current);a.current="mounted"===c?e:"none"}),[c]),pe((()=>{const t=o.current,n=r.current;if(n!==e){const o=a.current,i=be(t);if(e)f("MOUNT");else if("none"===i||"none"===(null==t?void 0:t.display))f("UNMOUNT");else{f(n&&o!==i?"ANIMATION_OUT":"UNMOUNT")}r.current=e}}),[e,f]),pe((()=>{if(t){const e=e=>{const n=be(o.current).includes(e.animationName);e.target===t&&n&&E((()=>f("ANIMATION_END")))},n=e=>{e.target===t&&(a.current=be(o.current))};return t.addEventListener("animationstart",n),t.addEventListener("animationcancel",e),t.addEventListener("animationend",e),()=>{t.removeEventListener("animationstart",n),t.removeEventListener("animationcancel",e),t.removeEventListener("animationend",e)}}f("ANIMATION_END")}),[t,f]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:d((e=>{e&&(o.current=getComputedStyle(e)),n(e)}),[])}}(t),r="function"==typeof n?n({present:o.isPresent}):h.only(n),a=se(o.ref,r.ref);return"function"==typeof n||o.isPresent?v(r,{ref:a}):null};function be(e){return(null==e?void 0:e.animationName)||"none"}me.displayName="Presence";const he=a(((e,t)=>{const{children:n,...o}=e,r=h.toArray(n),a=r.find(we);if(a){const e=a.props.children,n=r.map((t=>t===a?h.count(e)>1?h.only(null):w(e)?e.props.children:null:t));return p(ve,ie({},o,{ref:t}),w(e)?v(e,void 0,n):null)}return p(ve,ie({},o,{ref:t}),n)}));he.displayName="Slot";const ve=a(((e,t)=>{const{children:n,...o}=e;return w(n)?v(n,{...xe(o,n.props),ref:t?le(t,n.ref):n.ref}):h.count(n)>1?h.only(null):null}));ve.displayName="SlotClone";const ye=({children:e})=>p(f,null,e);function we(e){return w(e)&&e.type===ye}function xe(e,t){const n={...t};for(const o in t){const r=e[o],a=t[o];/^on[A-Z]/.test(o)?r&&a?n[o]=(...e)=>{a(...e),r(...e)}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}const Ce=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((e,t)=>{const n=a(((e,n)=>{const{asChild:o,...r}=e,a=o?he:t;return u((()=>{window[Symbol.for("radix-ui")]=!0}),[]),p(a,ie({},r,{ref:n}))}));return n.displayName=`Primitive.${t}`,{...e,[t]:n}}),{});const Se="Checkbox",[Ne,Ee]=ue(Se),[Re,Me]=Ne(Se),ke=a(((e,t)=>{const{__scopeCheckbox:n,name:o,checked:r,defaultChecked:a,required:l,disabled:d,value:c="on",onCheckedChange:f,...g}=e,[m,b]=s(null),h=se(t,(e=>b(e))),v=i(!1),y=!m||Boolean(m.closest("form")),[w=!1,x]=ge({prop:r,defaultProp:a,onChange:f}),C=i(w);return u((()=>{const e=null==m?void 0:m.form;if(e){const t=()=>x(C.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}}),[m,x]),p(Re,{scope:n,state:w,disabled:d},p(Ce.button,ie({type:"button",role:"checkbox","aria-checked":De(w)?"mixed":w,"aria-required":l,"data-state":Fe(w),"data-disabled":d?"":void 0,disabled:d,value:c},g,{ref:h,onKeyDown:ce(e.onKeyDown,(e=>{"Enter"===e.key&&e.preventDefault()})),onClick:ce(e.onClick,(e=>{x((e=>!!De(e)||!e)),y&&(v.current=e.isPropagationStopped(),v.current||e.stopPropagation())}))})),y&&p(Pe,{control:m,bubbles:!v.current,name:o,value:c,checked:w,required:l,disabled:d,style:{transform:"translateX(-100%)"}}))})),Pe=e=>{const{control:t,checked:n,bubbles:o=!0,...r}=e,a=i(null),l=function(e){const t=i({value:e,previous:e});return c((()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous)),[e])}(n),d=function(e){const[t,n]=s(void 0);return pe((()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const t=new ResizeObserver((t=>{if(!Array.isArray(t))return;if(!t.length)return;const o=t[0];let r,a;if("borderBoxSize"in o){const e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;r=t.inlineSize,a=t.blockSize}else r=e.offsetWidth,a=e.offsetHeight;n({width:r,height:a})}));return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)}),[e]),t}(t);return u((()=>{const e=a.current,t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(l!==n&&r){const t=new Event("click",{bubbles:o});e.indeterminate=De(n),r.call(e,!De(n)&&n),e.dispatchEvent(t)}}),[l,n,o]),p("input",ie({type:"checkbox","aria-hidden":!0,defaultChecked:!De(n)&&n},r,{tabIndex:-1,ref:a,style:{...e.style,...d,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function De(e){return"indeterminate"===e}function Fe(e){return De(e)?"indeterminate":e?"checked":"unchecked"}const Oe=ke,Ie=a(((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,a=Me("CheckboxIndicator",n);return p(me,{present:o||De(a.state)||!0===a.state},p(Ce.span,ie({"data-state":Fe(a.state),"data-disabled":a.disabled?"":void 0},r,{ref:t,style:{pointerEvents:"none",...e.style}})))}));var _e=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(Oe,R({ref:n,className:F("peer h-4 w-4 shrink-0 rounded-sm border border-primary-30 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:border-state-disable-solid",{"data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground":!r.disabled,"bg-grey2-300":r.checked&&r.disabled},o)},r,{children:t(Ie,{className:F("flex items-center justify-center text-current"),children:t(Y,{className:"h-4 w-4"})})}))}));_e.displayName=Oe.displayName;const Ae=a(((e,t)=>p(Ce.label,ie({},e,{ref:t,onMouseDown:t=>{var n;null===(n=e.onMouseDown)||void 0===n||n.call(e,t),!t.defaultPrevented&&t.detail>1&&t.preventDefault()}}))));var Le=x(["block duration-450 transition-all px-[2px] text-input-text peer-focus:text-input-text-active"],{variants:{size:{sm:"typography-small1",md:"typography-subtitile4",lg:"typography-subtitile1"},disabled:{true:"text-input-text-disabled ring-input-stroke-disabled placeholder:text-input-text-disabled peer-disabled:cursor-not-allowed"},error:{true:"ring-error"},isFloatable:{true:"absolute peer-focus:text-input-text-active peer-focus:bg-input-label-background",false:""}},compoundVariants:[{size:"sm",isFloatable:!0,className:["left-3 -top-1.5 typography-label2 bg-input-label-background","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"]},{size:"md",isFloatable:!0,className:["left-3 -top-1.5 typography-label1 bg-input-label-background","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},{size:"lg",isFloatable:!0,className:["left-4 -top-1.5 typography-label1 bg-input-label-background","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]}],defaultVariants:{size:"md",disabled:!1,error:!1,isFloatable:!1}}),Te=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(Ae,R({ref:n,className:F(Le({size:r.size,disabled:r.disabled,error:r.error,isFloatable:r.isFloatable}),o)},r))}));Te.displayName=Ae.displayName;var ze=x(["border-0 outline-none","p-1 flex w-auto h-fit box-border","peer text-input-filled-text placeholder:text-input-default-text bg-transparent caret-primary"],{variants:{size:{sm:"p-2 px-3 typography-small1",md:"py-2 px-3 typography-subtitile4",lg:"p-4 typography-subtitile1"},rounded:{none:"rounded-none",normal:"rounded-xl",full:"rounded-full"},variant:{flat:"",outline:["ring-1 ring-inset ring-input-default-stroke","hover:ring-input-active-stroke hover:text-input-filled-text","focus:ring-1 focus:ring-inset focus:ring-input-active-stroke focus:text-input-filled-text active:text-input-filled-text"],underline:"border-b-2 border-input-default-stroke transition-colors hover:border-input-active-stroke focus:border-input-default-stroke"},hiddenPlaceholder:{true:"placeholder:text-transparent"},fullwidth:{true:"w-full"},disabled:{true:["text-input-disable-text ring-input-disable-stroke bg-input-disable-bg placeholder:text-input-disable-text","hover:text-input-disable-text hover:ring-input-disable-stroke hover:bg-input-disable-bg hover:placeholder:text-input-disable-text","active:text-input-disable-text active:ring-input-disable-stroke active:bg-input-disable-bg active:placeholder:text-input-disable-text"]},error:{true:"ring-input-error focus:ring-input-error"}},defaultVariants:{size:"md",variant:"outline",rounded:"normal",fullwidth:!1,disabled:!1,error:!1,hiddenPlaceholder:!0}}),Ve=a((function(e,n){var o=e.className,r=e.type,a=void 0===r?"text":r,i=e.size,l=void 0===i?"md":i,s=e.variant,u=void 0===s?"outline":s,d=e.fullwidth,c=void 0!==d&&d,f=e.disabled,g=void 0!==f&&f,p=e.error,m=void 0!==p&&p;e.required;var b=e.hiddenPlaceholder,h=void 0!==b&&b,v=M(e,["className","type","size","variant","fullwidth","disabled","error","required","hiddenPlaceholder"]);return t("input",R({type:a,className:F(ze({size:l,variant:u,fullwidth:c,error:m,hiddenPlaceholder:h,disabled:g}),o),ref:n,disabled:g},v))}));Ve.displayName="Input";var We=function(o){var r=o.children,a=o.className,i=o.center,l=o.leftNav,s=o.rightNav,u=o.position,d=o.container,c=void 0!==d&&d;return t("header",{className:F("w-full px-4 py-6 h-[var(--navbar-height)] box-border overflow-hidden typography-subtitile2 border-solid border-b-2 bg-[rgb(var(--navbar-bg-color))] text-[rgb(var(--navbar-text-color))] border-b-[rgb(var(--navbar-border-color))]",{position:u},a),children:t("div",{className:F("mx-auto flex h-full justify-between items-center",{container:c}),children:r||e(n,{children:[t("nav",{className:"flex w-1/2 gap-x-[var(--navbar-gap)] text-xl",children:l}),t("div",{className:"flex flex-shrink-0 flex-wrap justify-center",children:i}),t("nav",{className:"flex w-1/2 justify-end gap-x-[var(--navbar-gap)] text-xl",children:s})]})})})},He=x(["rounded-md box-border flex items-center justify-center"],{variants:{variant:{solid:["bg-action-button-solid-default border-action-button-solid-default text-action-button-solid-default fill-action-button-solid-default","hover:bg-action-button-solid-hover hover:border-action-button-solid-hover hover:text-action-button-solid-hover hover:fill-action-button-solid-hover","active:bg-action-button-solid-pressed active:border-action-button-solid-pressed active:text-action-button-solid-pressed active:fill-action-button-solid-pressed"],outline:["border","bg-action-button-outline-default border-action-button-outline-default text-action-button-outline-default fill-action-button-outline-default","hover:bg-action-button-outline-hover hover:border-action-button-outline-hover hover:text-action-button-outline-hover hover:fill-action-button-outline-hover","active:bg-action-button-outline-pressed active:border-action-button-outline-pressed active:text-action-button-outline-pressed active:fill-action-button-outline-pressed"],icon:["rounded-full","bg-action-button-icon-default border-action-button-icon-default text-action-button-icon-default fill-action-button-icon-default","hover:bg-action-button-icon-hover hover:border-action-button-icon-hover hover:text-action-button-icon-hover hover:fill-action-button-icon-hover","active:bg-action-button-icon-pressed active:border-action-button-icon-pressed active:text-action-button-icon-pressed active:fill-action-button-icon-pressed"]},size:{xs:"p-[2px] w-[18px] h-[18px]",sm:"px-2 py-1 w-[38px] h-[30px]",md:"px-3 py-2 w-[46px] h-[38px]",lg:"px-4 py-3 w-[64px] h-[56px]"},disabled:{false:""},active:{false:""}},compoundVariants:[{variant:"solid",active:!0,className:["bg-action-button-solid-active border-action-button-solid-active text-action-button-solid-active fill-action-button-solid-active","hover:bg-action-button-solid-active-hover hover:border-action-button-solid-active-hover hover:text-action-button-solid-active-hover hover:fill-action-button-solid-active-hover","active:bg-action-button-solid-active-pressed active:border-action-button-solid-active-pressed active:text-action-button-solid-active-pressed active:fill-action-button-solid-active-pressed"]},{variant:"outline",active:!0,className:["bg-action-button-outline-active border-action-button-outline-active text-action-button-outline-active fill-action-button-outline-active","hover:bg-action-button-outline-active-hover hover:border-action-button-outline-active-hover hover:text-action-button-outline-active-hover hover:fill-action-button-outline-active-hover","active:bg-action-button-outline-active-pressed active:border-action-button-outline-active-pressed active:text-action-button-outline-active-pressed active:fill-action-button-outline-active-pressed"]},{variant:"icon",active:!0,className:["bg-action-button-icon-active border-action-button-icon-active text-action-button-icon-active fill-action-button-icon-active","hover:bg-action-button-icon-active-hover hover:border-action-button-icon-active-hover hover:text-action-button-icon-active-hover hover:fill-action-button-icon-active-hover","active:bg-action-button-icon-active-pressed active:border-action-button-icon-active-pressed active:text-action-button-icon-active-pressed active:fill-action-button-icon-active-pressed"]},{size:"lg",variant:"icon",className:"w-[56px] h-[56px]"},{size:"md",variant:"icon",className:"w-[38px] h-[38px]"},{size:"sm",variant:"icon",className:"w-[30px] h-[30px]"},{variant:"solid",disabled:!0,className:["pointer-events-none","bg-action-button-solid-disabled border-action-button-solid-disabled text-action-button-solid-disabled fill-action-button-solid-disabled"]},{variant:"outline",disabled:!0,className:["pointer-events-none","bg-action-button-outline-disabled border-action-button-outline-disabled text-action-button-outline-disabled fill-action-button-outline-disabled"]},{variant:"icon",disabled:!0,className:["pointer-events-none","bg-action-button-icon-disabled border-action-button-icon-disabled text-action-button-icon-disabled fill-action-button-icon-disabled"]}],defaultVariants:{size:"md",variant:"solid",disabled:!1,active:!1}}),Be=a((function(e,n){var o=e.children,r=e.disabled,a=e.active,i=e.className,l=e.size,s=e.variant,u=M(e,["children","disabled","active","className","size","variant"]),d=He({size:l,variant:s,active:a,disabled:r});return t("button",R({},u,{ref:n,type:"button","aria-disabled":r||void 0,disabled:r,tabIndex:r?-1:0,className:F(".action-button",d,i),children:o}))}));function Ge(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(e){const r=n.reduce(((t,{useScope:n,scopeName:o})=>({...t,...n(e)[`__scope${o}`]})),{});return o.useMemo((()=>({[`__scope${t.scopeName}`]:r})),[r])}};return n.scopeName=t.scopeName,n}var je=Boolean(globalThis?.document)?o.useLayoutEffect:()=>{};function Ye(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}var qe=o.forwardRef(((e,n)=>{const{children:r,...a}=e,i=o.Children.toArray(r),l=i.find(Xe);if(l){const e=l.props.children,r=i.map((t=>t===l?o.Children.count(e)>1?o.Children.only(null):o.isValidElement(e)?e.props.children:null:t));return t($e,{...a,ref:n,children:o.isValidElement(e)?o.cloneElement(e,void 0,r):null})}return t($e,{...a,ref:n,children:r})}));qe.displayName="Slot";var $e=o.forwardRef(((e,t)=>{const{children:n,...r}=e;if(o.isValidElement(n)){const e=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;if(n)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n)return e.props.ref;return e.props.ref||e.ref}(n);return o.cloneElement(n,{...Ke(r,n.props),ref:t?Ye(t,e):e})}return o.Children.count(n)>1?o.Children.only(null):null}));$e.displayName="SlotClone";var Ue=({children:e})=>t(n,{children:e});function Xe(e){return o.isValidElement(e)&&e.type===Ue}function Ke(e,t){const n={...t};for(const o in t){const r=e[o],a=t[o];/^on[A-Z]/.test(o)?r&&a?n[o]=(...e)=>{a(...e),r(...e)}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}var Ze=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((e,n)=>{const r=o.forwardRef(((e,o)=>{const{asChild:r,...a}=e,i=r?qe:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),t(i,{...a,ref:o})}));return r.displayName=`Primitive.${n}`,{...e,[n]:r}}),{}),Qe="Avatar",[Je,et]=function(e,n=[]){let r=[];const a=()=>{const t=r.map((e=>o.createContext(e)));return function(n){const r=n?.[e]||t;return o.useMemo((()=>({[`__scope${e}`]:{...n,[e]:r}})),[n,r])}};return a.scopeName=e,[function(n,a){const i=o.createContext(a),l=r.length;function s(n){const{scope:r,children:a,...s}=n,u=r?.[e][l]||i,d=o.useMemo((()=>s),Object.values(s));return t(u.Provider,{value:d,children:a})}return r=[...r,a],s.displayName=n+"Provider",[s,function(t,r){const s=r?.[e][l]||i,u=o.useContext(s);if(u)return u;if(void 0!==a)return a;throw new Error(`\`${t}\` must be used within \`${n}\``)}]},Ge(a,...n)]}(Qe),[tt,nt]=Je(Qe),ot=o.forwardRef(((e,n)=>{const{__scopeAvatar:r,...a}=e,[i,l]=o.useState("idle");return t(tt,{scope:r,imageLoadingStatus:i,onImageLoadingStatusChange:l,children:t(Ze.span,{...a,ref:n})})}));ot.displayName=Qe;var rt="AvatarImage",at=o.forwardRef(((e,n)=>{const{__scopeAvatar:r,src:a,onLoadingStatusChange:i=(()=>{}),...l}=e,s=nt(rt,r),u=function(e){const[t,n]=o.useState("idle");return je((()=>{if(!e)return void n("error");let t=!0;const o=new window.Image,r=e=>()=>{t&&n(e)};return n("loading"),o.onload=r("loaded"),o.onerror=r("error"),o.src=e,()=>{t=!1}}),[e]),t}(a),d=function(e){const t=o.useRef(e);return o.useEffect((()=>{t.current=e})),o.useMemo((()=>(...e)=>t.current?.(...e)),[])}((e=>{i(e),s.onImageLoadingStatusChange(e)}));return je((()=>{"idle"!==u&&d(u)}),[u,d]),"loaded"===u?t(Ze.img,{...l,ref:n,src:a}):null}));at.displayName=rt;var it="AvatarFallback",lt=o.forwardRef(((e,n)=>{const{__scopeAvatar:r,delayMs:a,...i}=e,l=nt(it,r),[s,u]=o.useState(void 0===a);return o.useEffect((()=>{if(void 0!==a){const e=window.setTimeout((()=>u(!0)),a);return()=>window.clearTimeout(e)}}),[a]),s&&"loaded"!==l.imageLoadingStatus?t(Ze.span,{...i,ref:n}):null}));lt.displayName=it;var st=ot,ut=at,dt=lt,ct=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(st,R({ref:n,className:F("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full",o)},r))}));ct.displayName=st.displayName;var ft=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(ut,R({ref:n,className:F("aspect-square h-full w-full",o)},r))}));ft.displayName=ut.displayName;var gt=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(dt,R({ref:n,className:F("flex h-full w-full items-center justify-center rounded-full bg-muted",o)},r))}));gt.displayName=dt.displayName;var pt=x(["flex items-center justify-center bg-grey2-700 text-foreground typography-subtitile2 truncate"],{variants:{size:{xxs:"w-[24px] h-[24px] typography-subtitile3",xs:"w-[32px] h-[32px]",sm:"w-[40px] h-[40px]",md:"w-[48px] h-[48px]",lg:"w-[64px] h-[64px]"},rounded:{normal:"rounded",full:"rounded-full",none:"rounded-none"}},defaultVariants:{size:"md",rounded:"normal"}}),mt=function(e){var t,n,o;if(!e.length)return"-";var r=e.split(" "),a=null==e?void 0:e.charAt(0),i=null!==(o=null!==(n=null===(t=null==r?void 0:r[1])||void 0===t?void 0:t.charAt(0))&&void 0!==n?n:null==e?void 0:e.charAt(1))&&void 0!==o?o:"";return"".concat(a).concat(i)},bt=function(o){var r=o.text,a=o.imageUrl,i=o.icon,l=o.fallback,s=o.size,u=o.rounded,d=o.className,c=o.imageClassName,f=o.fallbackClassName,g=o.type,p=void 0===g?"text":g,m=o.children,b=o.style,h=pt({size:s,rounded:u});return t(ct,{className:F(h,d),style:b,children:m||e(n,{children:["image"===p&&e(n,{children:[t(ft,{src:a,className:F(c)}),t(gt,{className:F(f),children:"string"==typeof l?mt(l):l})]}),"text"===p&&mt(null!=r?r:""),"icon"===p&&i]})})},ht=function(n){var o=n.borderWidth,r=void 0===o?2:o,a=n.borderColor,i=void 0===a?"white":a,l=n.maxDisplay,s=void 0===l?4:l,u=n.children,d=n.remainingText,c=n.remainingAvatar,f=h.toArray(u),g=f.slice(0,s),p=Math.max(0,f.length-s),m=c||v(g[0],{style:{borderWidth:r,borderColor:i},className:"relative z-0",children:d||"+".concat(p)});return e("div",{className:"flex items-center -space-x-2",children:[g.map((function(e,n){return t("div",{className:"relative",style:{zIndex:f.length-n},children:v(e,{style:{borderWidth:r,borderColor:i}})},n)})),p>0&&m]})},vt=g(void 0),yt=function(){var e=m(vt);if(!e)throw new Error("useCollapsible must be used within a CollapsibleProvider");return e},wt=function(e){var n=e.size,o=e.children,r=e.isExpandControlled,a=e.onToggle,i=s(!1),l=i[0],d=i[1];return u((function(){void 0!==r&&d(r)}),[r]),t(vt.Provider,{value:{size:n,isExpand:l,toggle:function(){d((function(e){return!e})),a&&a(!l)},setIsExpand:d},children:o})},xt=x(["flex flex-1 bg-secondary-default hover:bg-secondary-hover text-secondary-foreground","focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75"],{variants:{size:{sm:"py-2 px-3",md:"py-3 px-4",lg:"py-4 px-5"}},defaultVariants:{size:"md"}}),Ct=x(["transition-all flex content-center justify-center "],{variants:{size:{sm:"size-5",md:"size-6",lg:"size-7"},isExpand:{true:"rotate-180"}},defaultVariants:{size:"md",isExpand:!1}}),St=x(["flex flex-1 border-t border-t-secondary","transition ease-in-out delay-150 duration-300"],{variants:{size:{sm:"py-2 px-3",md:"py-3 px-4",lg:"py-4 px-5"}},defaultVariants:{size:"md"}}),Nt=x(["flex flex-col border border-secondary rounded overflow-hidden"]),Et=a((function(n,o){var r=n.children,a=n.className,i=n.hideExpandIcon,l=void 0!==i&&i,s=yt(),u=s.toggle,d=s.isExpand,c=s.size,f=xt({size:c}),g=Ct({isExpand:d,size:c});return e("button",{onClick:u,className:F(f,a),ref:o,children:[t("span",{className:"flex flex-1",children:r}),!l&&t("span",{className:F(g),children:t(q,{className:F("size-full")})})]})}));Et.displayName="CollapsibleButton";var Rt=a((function(e,n){var o=e.children,r=e.className,a=yt(),l=a.isExpand,d=a.size,c=St({size:d}),f=s("0px"),g=f[0],p=f[1],m=i(null);return u((function(){m.current&&p(l?"".concat(m.current.scrollHeight,"px"):"0px")}),[l,o]),t("div",{ref:n,className:F("overflow-hidden transition-all ease-in-out"),style:{height:g},children:t("div",{ref:m,className:F(c,r),children:o})})}));Rt.displayName="CollapsiblePanel";var Mt,kt,Pt,Dt=a((function(e,n){var o=e.children,r=e.isExpand,a=e.size,i=e.className,l=e.onToggle,s=Nt();return t(wt,{size:a,isExpandControlled:r,onToggle:l,children:t("div",{ref:n,className:F(s,i),children:o})})}));Dt.displayName="Collapsible",Dt.Button=Et,Dt.Panel=Rt,function(e){e.ButtonPrevious="button_previous",e.ButtonNext="button_next",e.Root="root",e.Chevron="chevron",e.Day="day",e.DayButton="day_button",e.CaptionLabel="caption_label",e.Dropdowns="dropdowns",e.Dropdown="dropdown",e.DropdownRoot="dropdown_root",e.Footer="footer",e.MonthGrid="month_grid",e.MonthCaption="month_caption",e.MonthsDropdown="months_dropdown",e.Month="month",e.Months="months",e.Nav="nav",e.Week="week",e.Weeks="weeks",e.Weekday="weekday",e.Weekdays="weekdays",e.WeekNumber="week_number",e.WeekNumberHeader="week_number_header",e.YearsDropdown="years_dropdown"}(Mt||(Mt={})),function(e){e.disabled="disabled",e.hidden="hidden",e.outside="outside",e.focused="focused",e.today="today"}(kt||(kt={})),function(e){e.range_end="range_end",e.range_middle="range_middle",e.range_start="range_start",e.selected="selected"}(Pt||(Pt={}));var Ft=Object.freeze({__proto__:null,Button:function(e){return r.createElement("button",{...e})},CaptionLabel:function(e){return r.createElement("span",{...e})},Chevron:function(e){const{size:t=24,orientation:n="left",className:o}=e;return r.createElement("svg",{className:o,width:t,height:t,viewBox:"0 0 24 24"},"up"===n&&r.createElement("polygon",{points:"6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28"}),"down"===n&&r.createElement("polygon",{points:"6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72"}),"left"===n&&r.createElement("polygon",{points:"16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20"}),"right"===n&&r.createElement("polygon",{points:"8 18.612 14.1888889 12.5 8 6.37733333 9.91111111 4.5 18 12.5 9.91111111 20.5"}))},Day:function(e){const{day:t,modifiers:n,...o}=e;return r.createElement("td",{...o})},DayButton:function(e){const{day:t,modifiers:n,...o}=e,a=r.useRef(null);return r.useEffect((()=>{n.focused&&a.current?.focus()}),[n.focused]),r.createElement("button",{ref:a,...o})},Dropdown:function(e){const{options:t,className:n,components:o,classNames:a,...i}=e,l=[a[Mt.Dropdown],n].join(" "),s=t?.find((({value:e})=>e===i.value));return r.createElement("span",{"data-disabled":i.disabled,className:a[Mt.DropdownRoot]},r.createElement(o.Select,{className:l,...i},t?.map((({value:e,label:t,disabled:n})=>r.createElement(o.Option,{key:e,value:e,disabled:n},t)))),r.createElement("span",{className:a[Mt.CaptionLabel],"aria-hidden":!0},s?.label,r.createElement(o.Chevron,{orientation:"down",size:18,className:a[Mt.Chevron]})))},DropdownNav:function(e){return r.createElement("div",{...e})},Footer:function(e){return r.createElement("div",{...e})},Month:function(e){const{calendarMonth:t,displayIndex:n,...o}=e;return r.createElement("div",{...o},e.children)},MonthCaption:function(e){const{calendarMonth:t,displayIndex:n,...o}=e;return r.createElement("div",{...o})},MonthGrid:function(e){return r.createElement("table",{...e})},Months:function(e){return r.createElement("div",{...e})},Nav:function(e){return r.createElement("nav",{...e})},Option:function(e){return r.createElement("option",{...e})},Root:function(e){return r.createElement("div",{...e})},Select:function(e){return r.createElement("select",{...e})},Week:function(e){const{week:t,...n}=e;return r.createElement("tr",{...n})},WeekNumber:function(e){const{week:t,...n}=e;return r.createElement("td",{...n})},WeekNumberHeader:function(e){return r.createElement("th",{...e})},Weekday:function(e){return r.createElement("th",{...e})},Weekdays:function(e){return r.createElement("thead",null,r.createElement("tr",{...e}))},Weeks:function(e){return r.createElement("tbody",{...e})}});function Ot(e){return{...Ft,...e}}function It(e){const t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new e.constructor(+e):"number"==typeof e||"[object Number]"===t||"string"==typeof e||"[object String]"===t?new Date(e):new Date(NaN)}function _t(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}function At(e,t){const n=It(e);return isNaN(t)?_t(e,NaN):t?(n.setDate(n.getDate()+t),n):n}function Lt(e,t){const n=It(e);if(isNaN(t))return _t(e,NaN);if(!t)return n;const o=n.getDate(),r=_t(e,n.getTime());r.setMonth(n.getMonth()+t+1,0);return o>=r.getDate()?r:(n.setFullYear(r.getFullYear(),r.getMonth(),o),n)}const Tt=6048e5,zt=864e5;function Vt(e){const t=It(e);return t.setHours(0,0,0,0),t}function Wt(e){const t=It(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function Ht(e,t){const n=Vt(e),o=Vt(t),r=+n-Wt(n),a=+o-Wt(o);return Math.round((r-a)/zt)}let Bt={};function Gt(){return Bt}function jt(e,t){const n=Gt(),o=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,r=It(e),a=r.getDay(),i=6+(a<o?-7:0)-(a-o);return r.setDate(r.getDate()+i),r.setHours(23,59,59,999),r}const Yt={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function qt(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const $t={date:qt({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:qt({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:qt({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},Ut={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function Xt(e){return(t,n)=>{let o;if("formatting"===(n?.context?String(n.context):"standalone")&&e.formattingValues){const t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;o=e.formattingValues[r]||e.formattingValues[t]}else{const t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;o=e.values[r]||e.values[t]}return o[e.argumentCallback?e.argumentCallback(t):t]}}const Kt={ordinalNumber:(e,t)=>{const n=Number(e),o=n%100;if(o>20||o<10)switch(o%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Xt({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:Xt({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:Xt({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:Xt({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:Xt({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function Zt(e){return(t,n={})=>{const o=n.width,r=o&&e.matchPatterns[o]||e.matchPatterns[e.defaultMatchWidth],a=t.match(r);if(!a)return null;const i=a[0],l=o&&e.parsePatterns[o]||e.parsePatterns[e.defaultParseWidth],s=Array.isArray(l)?function(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n;return}(l,(e=>e.test(i))):function(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n;return}(l,(e=>e.test(i)));let u;u=e.valueCallback?e.valueCallback(s):s,u=n.valueCallback?n.valueCallback(u):u;return{value:u,rest:t.slice(i.length)}}}const Qt={ordinalNumber:(Jt={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)},(e,t={})=>{const n=e.match(Jt.matchPattern);if(!n)return null;const o=n[0],r=e.match(Jt.parsePattern);if(!r)return null;let a=Jt.valueCallback?Jt.valueCallback(r[0]):r[0];return a=t.valueCallback?t.valueCallback(a):a,{value:a,rest:e.slice(o.length)}}),era:Zt({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:Zt({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:Zt({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:Zt({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:Zt({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};var Jt;const en={code:"en-US",formatDistance:(e,t,n)=>{let o;const r=Yt[e];return o="string"==typeof r?r:1===t?r.one:r.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+o:o+" ago":o},formatLong:$t,formatRelative:(e,t,n,o)=>Ut[e],localize:Kt,match:Qt,options:{weekStartsOn:0,firstWeekContainsDate:1}};function tn(e){const t=It(e),n=_t(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}function nn(e,t){const n=Gt(),o=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,r=It(e),a=r.getDay(),i=(a<o?7:0)+a-o;return r.setDate(r.getDate()-i),r.setHours(0,0,0,0),r}function on(e){return nn(e,{weekStartsOn:1})}function rn(e){const t=It(e),n=t.getFullYear(),o=_t(e,0);o.setFullYear(n+1,0,4),o.setHours(0,0,0,0);const r=on(o),a=_t(e,0);a.setFullYear(n,0,4),a.setHours(0,0,0,0);const i=on(a);return t.getTime()>=r.getTime()?n+1:t.getTime()>=i.getTime()?n:n-1}function an(e){const t=It(e),n=+on(t)-+function(e){const t=rn(e),n=_t(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),on(n)}(t);return Math.round(n/Tt)+1}function ln(e,t){const n=It(e),o=n.getFullYear(),r=Gt(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,i=_t(e,0);i.setFullYear(o+1,0,a),i.setHours(0,0,0,0);const l=nn(i,t),s=_t(e,0);s.setFullYear(o,0,a),s.setHours(0,0,0,0);const u=nn(s,t);return n.getTime()>=l.getTime()?o+1:n.getTime()>=u.getTime()?o:o-1}function sn(e,t){const n=It(e),o=+nn(n,t)-+function(e,t){const n=Gt(),o=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,r=ln(e,t),a=_t(e,0);return a.setFullYear(r,0,o),a.setHours(0,0,0,0),nn(a,t)}(n,t);return Math.round(o/Tt)+1}function un(e,t){return(e<0?"-":"")+Math.abs(e).toString().padStart(t,"0")}const dn={y(e,t){const n=e.getFullYear(),o=n>0?n:1-n;return un("yy"===t?o%100:o,t.length)},M(e,t){const n=e.getMonth();return"M"===t?String(n+1):un(n+1,2)},d:(e,t)=>un(e.getDate(),t.length),a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:(e,t)=>un(e.getHours()%12||12,t.length),H:(e,t)=>un(e.getHours(),t.length),m:(e,t)=>un(e.getMinutes(),t.length),s:(e,t)=>un(e.getSeconds(),t.length),S(e,t){const n=t.length,o=e.getMilliseconds();return un(Math.trunc(o*Math.pow(10,n-3)),t.length)}},cn="midnight",fn="noon",gn="morning",pn="afternoon",mn="evening",bn="night",hn={G:function(e,t,n){const o=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(o,{width:"abbreviated"});case"GGGGG":return n.era(o,{width:"narrow"});default:return n.era(o,{width:"wide"})}},y:function(e,t,n){if("yo"===t){const t=e.getFullYear(),o=t>0?t:1-t;return n.ordinalNumber(o,{unit:"year"})}return dn.y(e,t)},Y:function(e,t,n,o){const r=ln(e,o),a=r>0?r:1-r;if("YY"===t){return un(a%100,2)}return"Yo"===t?n.ordinalNumber(a,{unit:"year"}):un(a,t.length)},R:function(e,t){return un(rn(e),t.length)},u:function(e,t){return un(e.getFullYear(),t.length)},Q:function(e,t,n){const o=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(o);case"QQ":return un(o,2);case"Qo":return n.ordinalNumber(o,{unit:"quarter"});case"QQQ":return n.quarter(o,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(o,{width:"narrow",context:"formatting"});default:return n.quarter(o,{width:"wide",context:"formatting"})}},q:function(e,t,n){const o=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(o);case"qq":return un(o,2);case"qo":return n.ordinalNumber(o,{unit:"quarter"});case"qqq":return n.quarter(o,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(o,{width:"narrow",context:"standalone"});default:return n.quarter(o,{width:"wide",context:"standalone"})}},M:function(e,t,n){const o=e.getMonth();switch(t){case"M":case"MM":return dn.M(e,t);case"Mo":return n.ordinalNumber(o+1,{unit:"month"});case"MMM":return n.month(o,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(o,{width:"narrow",context:"formatting"});default:return n.month(o,{width:"wide",context:"formatting"})}},L:function(e,t,n){const o=e.getMonth();switch(t){case"L":return String(o+1);case"LL":return un(o+1,2);case"Lo":return n.ordinalNumber(o+1,{unit:"month"});case"LLL":return n.month(o,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(o,{width:"narrow",context:"standalone"});default:return n.month(o,{width:"wide",context:"standalone"})}},w:function(e,t,n,o){const r=sn(e,o);return"wo"===t?n.ordinalNumber(r,{unit:"week"}):un(r,t.length)},I:function(e,t,n){const o=an(e);return"Io"===t?n.ordinalNumber(o,{unit:"week"}):un(o,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getDate(),{unit:"date"}):dn.d(e,t)},D:function(e,t,n){const o=function(e){const t=It(e);return Ht(t,tn(t))+1}(e);return"Do"===t?n.ordinalNumber(o,{unit:"dayOfYear"}):un(o,t.length)},E:function(e,t,n){const o=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(o,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(o,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(o,{width:"short",context:"formatting"});default:return n.day(o,{width:"wide",context:"formatting"})}},e:function(e,t,n,o){const r=e.getDay(),a=(r-o.weekStartsOn+8)%7||7;switch(t){case"e":return String(a);case"ee":return un(a,2);case"eo":return n.ordinalNumber(a,{unit:"day"});case"eee":return n.day(r,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(r,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},c:function(e,t,n,o){const r=e.getDay(),a=(r-o.weekStartsOn+8)%7||7;switch(t){case"c":return String(a);case"cc":return un(a,t.length);case"co":return n.ordinalNumber(a,{unit:"day"});case"ccc":return n.day(r,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(r,{width:"narrow",context:"standalone"});case"cccccc":return n.day(r,{width:"short",context:"standalone"});default:return n.day(r,{width:"wide",context:"standalone"})}},i:function(e,t,n){const o=e.getDay(),r=0===o?7:o;switch(t){case"i":return String(r);case"ii":return un(r,t.length);case"io":return n.ordinalNumber(r,{unit:"day"});case"iii":return n.day(o,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(o,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(o,{width:"short",context:"formatting"});default:return n.day(o,{width:"wide",context:"formatting"})}},a:function(e,t,n){const o=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(o,{width:"narrow",context:"formatting"});default:return n.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(e,t,n){const o=e.getHours();let r;switch(r=12===o?fn:0===o?cn:o/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){const o=e.getHours();let r;switch(r=o>=17?mn:o>=12?pn:o>=4?gn:bn,t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),n.ordinalNumber(t,{unit:"hour"})}return dn.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getHours(),{unit:"hour"}):dn.H(e,t)},K:function(e,t,n){const o=e.getHours()%12;return"Ko"===t?n.ordinalNumber(o,{unit:"hour"}):un(o,t.length)},k:function(e,t,n){let o=e.getHours();return 0===o&&(o=24),"ko"===t?n.ordinalNumber(o,{unit:"hour"}):un(o,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):dn.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getSeconds(),{unit:"second"}):dn.s(e,t)},S:function(e,t){return dn.S(e,t)},X:function(e,t,n){const o=e.getTimezoneOffset();if(0===o)return"Z";switch(t){case"X":return yn(o);case"XXXX":case"XX":return wn(o);default:return wn(o,":")}},x:function(e,t,n){const o=e.getTimezoneOffset();switch(t){case"x":return yn(o);case"xxxx":case"xx":return wn(o);default:return wn(o,":")}},O:function(e,t,n){const o=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+vn(o,":");default:return"GMT"+wn(o,":")}},z:function(e,t,n){const o=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+vn(o,":");default:return"GMT"+wn(o,":")}},t:function(e,t,n){return un(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return un(e.getTime(),t.length)}};function vn(e,t=""){const n=e>0?"-":"+",o=Math.abs(e),r=Math.trunc(o/60),a=o%60;return 0===a?n+String(r):n+String(r)+t+un(a,2)}function yn(e,t){if(e%60==0){return(e>0?"-":"+")+un(Math.abs(e)/60,2)}return wn(e,t)}function wn(e,t=""){const n=e>0?"-":"+",o=Math.abs(e);return n+un(Math.trunc(o/60),2)+t+un(o%60,2)}const xn=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},Cn=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},Sn={p:Cn,P:(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],o=n[1],r=n[2];if(!r)return xn(e,t);let a;switch(o){case"P":a=t.dateTime({width:"short"});break;case"PP":a=t.dateTime({width:"medium"});break;case"PPP":a=t.dateTime({width:"long"});break;default:a=t.dateTime({width:"full"})}return a.replace("{{date}}",xn(o,t)).replace("{{time}}",Cn(r,t))}},Nn=/^D+$/,En=/^Y+$/,Rn=["D","DD","YY","YYYY"];function Mn(e){return e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}const kn=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Pn=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Dn=/^'([^]*?)'?$/,Fn=/''/g,On=/[a-zA-Z]/;function In(e,t,n){const o=Gt(),r=n?.locale??o.locale??en,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,i=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,l=It(e);if(!function(e){if(!Mn(e)&&"number"!=typeof e)return!1;const t=It(e);return!isNaN(Number(t))}(l))throw new RangeError("Invalid time value");let s=t.match(Pn).map((e=>{const t=e[0];if("p"===t||"P"===t){return(0,Sn[t])(e,r.formatLong)}return e})).join("").match(kn).map((e=>{if("''"===e)return{isToken:!1,value:"'"};const t=e[0];if("'"===t)return{isToken:!1,value:_n(e)};if(hn[t])return{isToken:!0,value:e};if(t.match(On))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}}));r.localize.preprocessor&&(s=r.localize.preprocessor(l,s));const u={firstWeekContainsDate:a,weekStartsOn:i,locale:r};return s.map((o=>{if(!o.isToken)return o.value;const a=o.value;(!n?.useAdditionalWeekYearTokens&&function(e){return En.test(e)}(a)||!n?.useAdditionalDayOfYearTokens&&function(e){return Nn.test(e)}(a))&&function(e,t,n){const o=function(e,t,n){const o="Y"===e[0]?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${o} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(e,t,n);if(console.warn(o),Rn.includes(e))throw new RangeError(o)}(a,t,String(e));return(0,hn[a[0]])(l,a,r.localize,u)})).join("")}function _n(e){const t=e.match(Dn);return t?t[1].replace(Fn,"'"):e}const An={Date:Date,addDays:At,addMonths:Lt,addWeeks:function(e,t){return At(e,7*t)},addYears:function(e,t){return Lt(e,12*t)},differenceInCalendarDays:Ht,differenceInCalendarMonths:function(e,t){const n=It(e),o=It(t);return 12*(n.getFullYear()-o.getFullYear())+(n.getMonth()-o.getMonth())},endOfISOWeek:function(e){return jt(e,{weekStartsOn:1})},endOfMonth:function(e){const t=It(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t},endOfWeek:jt,endOfYear:function(e){const t=It(e),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(23,59,59,999),t},format:In,getISOWeek:an,getWeek:sn,isAfter:function(e,t){const n=It(e),o=It(t);return n.getTime()>o.getTime()},isBefore:function(e,t){return+It(e)<+It(t)},isDate:Mn,isSameDay:function(e,t){return+Vt(e)==+Vt(t)},isSameMonth:function(e,t){const n=It(e),o=It(t);return n.getFullYear()===o.getFullYear()&&n.getMonth()===o.getMonth()},isSameYear:function(e,t){const n=It(e),o=It(t);return n.getFullYear()===o.getFullYear()},max:function(e){let t;return e.forEach((function(e){const n=It(e);(void 0===t||t<n||isNaN(Number(n)))&&(t=n)})),t||new Date(NaN)},min:function(e){let t;return e.forEach((e=>{const n=It(e);(!t||t>n||isNaN(+n))&&(t=n)})),t||new Date(NaN)},setMonth:function(e,t){const n=It(e),o=n.getFullYear(),r=n.getDate(),a=_t(e,0);a.setFullYear(o,t,15),a.setHours(0,0,0,0);const i=function(e){const t=It(e),n=t.getFullYear(),o=t.getMonth(),r=_t(e,0);return r.setFullYear(n,o+1,0),r.setHours(0,0,0,0),r.getDate()}(a);return n.setMonth(t,Math.min(r,i)),n},setYear:function(e,t){const n=It(e);return isNaN(+n)?_t(e,NaN):(n.setFullYear(t),n)},startOfDay:Vt,startOfISOWeek:on,startOfMonth:function(e){const t=It(e);return t.setDate(1),t.setHours(0,0,0,0),t},startOfWeek:nn,startOfYear:tn};function Ln(e){return{...An,...e}}function Tn(){const e={};for(const t in Mt)e[Mt[t]]=`rdp-${Mt[t]}`;for(const t in kt)e[kt[t]]=`rdp-${kt[t]}`;for(const t in Pt)e[Pt[t]]=`rdp-${Pt[t]}`;return e}function zn(e,t,n=An){return n.format(e,"LLLL y",t)}const Vn=zn;function Wn(e){return e.toString()}const Hn=Wn;var Bn=Object.freeze({__proto__:null,formatCaption:zn,formatDay:function(e,t,n=An){return n.format(e,"d",t)},formatMonthCaption:Vn,formatMonthDropdown:function(e,t=en){return t.localize?.month(e)},formatWeekNumber:function(e){return e<10?`0${e.toLocaleString()}`:`${e.toLocaleString()}`},formatWeekNumberHeader:function(){return""},formatWeekdayName:function(e,t,n=An){return n.format(e,"cccccc",t)},formatYearCaption:Hn,formatYearDropdown:Wn});function Gn(e,t,n,o=An){const r=n?o.startOfISOWeek(new o.Date):o.startOfWeek(new o.Date,{locale:e,weekStartsOn:t}),a=[];for(let e=0;e<7;e++){const t=o.addDays(r,e);a.push(t)}return a}function jn(e,t,n=An){return n.format(e,"LLLL y",t)}const Yn=jn;function qn(e,t,n,o=An){let r=o.format(e,"PPPP",n);return t.today&&(r=`Today, ${r}`),t.selected&&(r=`${r}, selected`),r}const $n=qn;var Un=Object.freeze({__proto__:null,labelCaption:Yn,labelDay:$n,labelDayButton:qn,labelGrid:jn,labelGridcell:function(e,t,n,o=An){let r=o.format(e,"PPPP",n);return t?.today&&(r=`Today, ${r}`),r},labelMonthDropdown:function(e){return"Choose the Month"},labelNav:function(){return""},labelNext:function(e,t){return"Go to the Next Month"},labelPrevious:function(e,t){return"Go to the Previous Month"},labelWeekNumber:function(e,t){return`Week ${e}`},labelWeekNumberHeader:function(e){return"Week Number"},labelWeekday:function(e,t,n=An){return n.format(e,"cccc",t)},labelYearDropdown:function(e){return"Choose the Year"}});const Xn=42;function Kn(e,t){const{month:n,defaultMonth:o,today:r=new t.Date,numberOfMonths:a=1,endMonth:i,startMonth:l}=e;let s=n||o||r;const{differenceInCalendarMonths:u,addMonths:d,startOfMonth:c}=t;if(i&&u(i,s)<0){s=d(i,-1*(a-1))}return l&&u(s,l)<0&&(s=l),c(s)}class Zn{constructor(e,t,n=An){this.date=e,this.displayMonth=t,this.outside=Boolean(t&&!n.isSameMonth(e,t)),this.dateLib=n}isEqualTo(e){return this.dateLib.isSameDay(e.date,this.date)&&this.dateLib.isSameMonth(e.displayMonth,this.displayMonth)}}class Qn{constructor(e,t){this.date=e,this.weeks=t}}class Jn{constructor(e,t){this.days=t,this.weekNumber=e}}function eo(e,t){const{fromYear:n,toYear:o,startMonth:r,endMonth:a,today:i,numberOfMonths:l,month:d,defaultMonth:c}=e,[f,g]=function(e,t){let{startMonth:n,endMonth:o}=e;const{startOfYear:r,startOfDay:a,startOfMonth:i,endOfMonth:l,addYears:s,endOfYear:u,Date:d}=t,{fromYear:c,toYear:f,fromMonth:g,toMonth:p}=e;!n&&g&&(n=g),!n&&c&&(n=new d(c,0,1)),!o&&p&&(o=p),!o&&f&&(o=new d(f,11,31));const m=e.captionLayout?.startsWith("dropdown");return n?n=i(n):c?n=new d(c,0,1):!n&&m&&(n=r(s(e.today??new d,-100))),o?o=l(o):f?o=new d(f,11,31):!o&&m&&(o=u(e.today??new d)),[n?a(n):n,o?a(o):o]}(e,t),{startOfMonth:p,endOfMonth:m}=t,b=Kn(e,t),[h,v]=s(b);u((()=>{const e=Kn({fromYear:n,toYear:o,startMonth:r,endMonth:a,month:d,defaultMonth:c,today:i,numberOfMonths:l},t);v(e)}),[t,c,a,n,d,l,r,o,i]);const y=function(e,t,n,o){const{numberOfMonths:r=1}=n,a=[];for(let n=0;n<r;n++){const r=o.addMonths(e,n);if(t&&r>t)break;a.push(r)}return a}(h,g,e,t),w=function(e,t,n,o){const r=e[0],a=e[e.length-1],{ISOWeek:i,fixedWeeks:l,locale:s,weekStartsOn:u}=n??{},{startOfWeek:d,endOfWeek:c,startOfISOWeek:f,endOfISOWeek:g,addDays:p,differenceInCalendarDays:m,differenceInCalendarMonths:b,isAfter:h,endOfMonth:v,Date:y}=o,w=i?f(r):d(r,{weekStartsOn:u,locale:s}),x=m(i?g(v(a)):c(v(a),{weekStartsOn:u,locale:s}),w),C=b(a,r)+1,S=[];for(let e=0;e<=x;e++){const n=p(w,e);if(t&&h(n,t))break;S.push(new y(n))}const N=Xn*C;if(l&&S.length<N)for(let e=0;e<7;e++){const e=p(S[S.length-1],1);S.push(new y(e))}return S}(y,e.endMonth?m(e.endMonth):void 0,e,t),x=function(e,t,n,o){const{startOfWeek:r,endOfWeek:a,startOfISOWeek:i,endOfISOWeek:l,endOfMonth:s,addDays:u,getWeek:d,getISOWeek:c}=o,f=e.reduce(((e,f)=>{const g=n.ISOWeek?i(f):r(f,{locale:n.locale,weekStartsOn:n.weekStartsOn}),p=n.ISOWeek?l(s(f)):a(s(f),{locale:n.locale,weekStartsOn:n.weekStartsOn}),m=t.filter((e=>e>=g&&e<=p));if(n.fixedWeeks&&m.length<42){const e=t.filter((e=>e>p&&e<=u(p,7)));m.push(...e)}const b=m.reduce(((e,t)=>{const r=n.ISOWeek?c(t):d(t,{locale:n.locale,weekStartsOn:n.weekStartsOn,firstWeekContainsDate:n.firstWeekContainsDate}),a=e.find((e=>e.weekNumber===r)),i=new Zn(t,f,o);return a?a.days.push(i):e.push(new Jn(r,[i])),e}),[]),h=new Qn(f,b);return e.push(h),e}),[]);return n.reverseMonths?f.reverse():f}(y,w,e,t),C=function(e){return e.reduce(((e,t)=>[...e,...t.weeks]),[])}(x),S=x.reduce(((e,t)=>[...e,...t.weeks.reduce(((e,t)=>[...e,...t.days]),[])]),[]);const N=function(e,t,n,o){if(n.disableNavigation)return;const{pagedNavigation:r,numberOfMonths:a}=n,{startOfMonth:i,addMonths:l,differenceInCalendarMonths:s}=o,u=r?a??1:1,d=i(e);return t&&s(d,t)<=0?void 0:l(d,-u)}(h,f,e,t),E=function(e,t,n,o){if(n.disableNavigation)return;const{pagedNavigation:r,numberOfMonths:a=1}=n,{startOfMonth:i,addMonths:l,differenceInCalendarMonths:s}=o,u=r?a:1,d=i(e);return t&&s(t,e)<a?void 0:l(d,u)}(h,g,e,t),{disableNavigation:R,onMonthChange:M}=e,k=e=>{if(R)return;let t=p(e);f&&t<p(f)&&(t=p(f)),g&&t>p(g)&&(t=p(g)),v(t),M?.(t)};return{months:x,weeks:C,days:S,navStart:f,navEnd:g,previousMonth:N,nextMonth:E,goToMonth:k,goToDay:e=>{(e=>C.some((t=>t.days.some((t=>t.isEqualTo(e))))))(e)||k(e.date)}}}const to=g(void 0);function no(e,t,n=!1,o=An){let{from:r,to:a}=e;const{differenceInCalendarDays:i,isSameDay:l}=o;if(r&&a){i(a,r)<0&&([r,a]=[a,r]);return i(t,r)>=(n?1:0)&&i(a,t)>=(n?1:0)}return!n&&a?l(a,t):!(n||!r)&&l(r,t)}function oo(e){return Boolean(e&&"object"==typeof e&&"from"in e)}function ro(e,t,n){const o=Array.isArray(t)?t:[t],{isSameDay:r,differenceInCalendarDays:a,isAfter:i}=n;return o.some((t=>{if("boolean"==typeof t)return t;if(n.isDate(t))return r(e,t);if(function(e,t){return Array.isArray(e)&&e.every(t.isDate)}(t,n))return t.includes(e);if(oo(t))return no(t,e,!1,n);if(o=t,Boolean(o&&"object"==typeof o&&"dayOfWeek"in o))return Array.isArray(t.dayOfWeek)?t.dayOfWeek.includes(e.getDay()):t.dayOfWeek===e.getDay();var o;if(function(e){return Boolean(e&&"object"==typeof e&&"before"in e&&"after"in e)}(t)){const n=a(t.before,e)>0,o=a(t.after,e)<0;return i(t.before,t.after)?o&&n:n||o}return function(e){return Boolean(e&&"object"==typeof e&&"after"in e)}(t)?a(e,t.after)>0:function(e){return Boolean(e&&"object"==typeof e&&"before"in e)}(t)?a(t.before,e)>0:"function"==typeof t&&t(e)}))}function ao(e,t,n,o,r,a,i,l=0){if(l>365)return;const s=function(e,t,n,o,r,a,i){const{weekStartsOn:l,locale:s,ISOWeek:u}=a,{addDays:d,addMonths:c,addYears:f,addWeeks:g,startOfISOWeek:p,endOfISOWeek:m,startOfWeek:b,endOfWeek:h,max:v,min:y}=i;let w={day:d,week:g,month:c,year:f,startOfWeek:e=>u?p(e):b(e,{locale:s,weekStartsOn:l}),endOfWeek:e=>u?m(e):h(e,{locale:s,weekStartsOn:l})}[e](n,"after"===t?1:-1);return"before"===t&&o?w=v([o,w]):"after"===t&&r&&(w=y([r,w])),w}(e,t,n.date,o,r,a,i),u=Boolean(a.disabled&&ro(s,a.disabled,i)),d=Boolean(a.hidden&&ro(s,a.hidden,i)),c=new Zn(s,s,i);return u||d?ao(e,t,c,o,r,a,i,l+1):c}function io(e,t,n,o,r){const{autoFocus:a}=e,[i,l]=s(),u=function(e,t,n,o){let r,a=0,i=!1;for(;a<e.length&&!i;){const l=e[a],s=t(l);s[kt.disabled]||s[kt.hidden]||s[kt.outside]||(s[kt.focused]||o?.isEqualTo(l)||n(l.date)||s[kt.today])&&(r=l,i=!0),a++}return r||(r=e.find((e=>{const n=t(e);return!n[kt.disabled]&&!n[kt.hidden]&&!n[kt.outside]}))),r}(t.days,n,o||(()=>!1),i),[d,c]=s(a?u:void 0);return{isFocusTarget:e=>Boolean(u?.isEqualTo(e)),setFocused:c,focused:d,blur:()=>{l(d),c(void 0)},moveFocus:(n,o)=>{if(!d)return;const a=ao(n,o,d,t.navStart,t.navEnd,e,r);a&&(t.goToDay(a),c(a))}}}function lo(e,t,n=0,o=0,r=!1,a=An){const{from:i,to:l}=t||{},{isSameDay:s,isAfter:u,isBefore:d}=a;let c;if(i||l){if(i&&!l)c=s(i,e)?r?{from:i,to:void 0}:void 0:d(e,i)?{from:e,to:i}:{from:i,to:e};else if(i&&l)if(s(i,e)&&s(l,e))c=r?{from:i,to:l}:void 0;else if(s(i,e))c={from:i,to:n>0?void 0:e};else if(s(l,e))c={from:e,to:n>0?void 0:e};else if(d(e,i))c={from:e,to:l};else if(u(e,i))c={from:i,to:e};else{if(!u(e,l))throw new Error("Invalid range");c={from:i,to:e}}}else c={from:e,to:n>0?void 0:e};if(c?.from&&c?.to){const t=a.differenceInCalendarDays(c.to,c.from);(o>0&&t>o||n>1&&t<n)&&(c={from:e,to:void 0})}return c}function so(e,t){const n=function(e,t){const{selected:n,required:o,onSelect:a}=e,[i,l]=r.useState(n),{isSameDay:s}=t;return r.useEffect((()=>{l(n)}),[n]),{selected:i,select:(e,t,n)=>{let r=e;return!o&&i&&i&&s(e,i)&&(r=void 0),l(r),a?.(r,e,t,n),r},isSelected:e=>!!i&&s(i,e)}}(e,t),o=function(e,t){const{selected:n,required:o,onSelect:a,mode:i}=e,[l,s]=r.useState(n),{isSameDay:u}=t;r.useEffect((()=>{s(n)}),[i,n]);const d=e=>l?.some((t=>u(t,e)))??!1,{min:c,max:f}=e;return{selected:l,select:(e,t,n)=>{let r=[...l??[]];if(d(e)){if(l?.length===c)return;if(o&&1===l?.length)return;r=l?.filter((t=>!u(t,e)))}else r=l?.length===f?[e]:[...r,e];return a?.(r,e,t,n),s(r),r},isSelected:d}}(e,t),a=function(e,t){const{disabled:n,excludeDisabled:o,selected:a,required:i,onSelect:l}=e,[s,u]=r.useState(a);return r.useEffect((()=>{u(a)}),[a]),{selected:s,select:(r,a,d)=>{const{min:c,max:f}=e,g=r?lo(r,s,c,f,i,t):void 0;if(g?.from&&g.to){let e=g.from;for(;t.differenceInCalendarDays(g.to,e)>0;)if(e=t.addDays(e,1),o&&n&&ro(e,n,t)){g.from=r,g.to=void 0;break}}return u(g),l?.(g,r,a,d),g},isSelected:e=>s&&no(s,e,!1,t)}}(e,t);switch(e.mode){case"single":return n;case"multiple":return o;case"range":return a;default:return}}function uo(e){const{components:t,formatters:n,labels:o,dateLib:a,locale:i,classNames:l}=c((()=>{return{dateLib:Ln(e.dateLib),components:Ot(e.components),formatters:(t=e.formatters,t?.formatMonthCaption&&!t.formatCaption&&(t.formatCaption=t.formatMonthCaption),t?.formatYearCaption&&!t.formatYearDropdown&&(t.formatYearDropdown=t.formatYearCaption),{...Bn,...t}),labels:{...Un,...e.labels},locale:{...en,...e.locale},classNames:{...Tn(),...e.classNames}};var t}),[e.classNames,e.components,e.dateLib,e.formatters,e.labels,e.locale]),{captionLayout:s,firstWeekContainsDate:u,mode:f,onDayBlur:g,onDayClick:p,onDayFocus:m,onDayKeyDown:b,onDayMouseEnter:h,onDayMouseLeave:v,onNextClick:y,onPrevClick:w,showWeekNumber:x,styles:C,useAdditionalDayOfYearTokens:S,useAdditionalWeekYearTokens:N,weekStartsOn:E}=e,R={locale:i,weekStartsOn:E,firstWeekContainsDate:u,useAdditionalWeekYearTokens:N,useAdditionalDayOfYearTokens:S},M=R,{formatCaption:k,formatDay:P,formatMonthDropdown:D,formatWeekNumber:F,formatWeekNumberHeader:O,formatWeekdayName:I,formatYearDropdown:_}=n,A=eo(e,a),{days:L,months:T,navStart:z,navEnd:V,previousMonth:W,nextMonth:H,goToMonth:B}=A,G=function(e,t,n){const{disabled:o,hidden:r,modifiers:a,showOutsideDays:i,today:l}=t,{isSameDay:s,isSameMonth:u,Date:d}=n,c={[kt.focused]:[],[kt.outside]:[],[kt.disabled]:[],[kt.hidden]:[],[kt.today]:[]},f={},g={[Pt.range_end]:[],[Pt.range_middle]:[],[Pt.range_start]:[],[Pt.selected]:[]};for(const t of e){const{date:e,displayMonth:g}=t,p=Boolean(g&&!u(e,g)),m=Boolean(o&&ro(e,o,n)),b=Boolean(r&&ro(e,r,n))||!i&&p,h=s(e,l??new d);p&&c.outside.push(t),m&&c.disabled.push(t),b&&c.hidden.push(t),h&&c.today.push(t),a&&Object.keys(a).forEach((o=>{const r=a?.[o];r&&ro(e,r,n)&&(f[o]?f[o].push(t):f[o]=[t])}))}return e=>{const t={[kt.focused]:!1,[kt.disabled]:!1,[kt.hidden]:!1,[kt.outside]:!1,[kt.today]:!1},n={[Pt.range_end]:!1,[Pt.range_middle]:!1,[Pt.range_start]:!1,[Pt.selected]:!1},o={};for(const n in c){const o=c[n];t[n]=o.some((t=>t===e))}for(const t in g){const o=g[t];n[t]=o.some((t=>t===e))}for(const t in f)o[t]=f[t].some((t=>t===e));return{...n,...t,...o}}}(L,e,a),{isSelected:j,select:Y,selected:q}=so(e,a)??{},{blur:$,focused:U,isFocusTarget:X,moveFocus:K,setFocused:Z}=io(e,A,G,j??(()=>!1),a),{labelDayButton:Q,labelGridcell:J,labelGrid:ee,labelMonthDropdown:te,labelNav:ne,labelNext:oe,labelPrevious:re,labelWeekday:ae,labelWeekNumber:ie,labelWeekNumberHeader:le,labelYearDropdown:se}=o,ue=c((()=>Gn(i,e.weekStartsOn,e.ISOWeek,a)),[a,i,e.ISOWeek,e.weekStartsOn]),de=void 0!==f||void 0!==p,ce=d((()=>{W&&(B(W),w?.(W))}),[W,B,w]),fe=d((()=>{H&&(B(H),y?.(H))}),[B,H,y]),ge=d(((e,t)=>n=>{n.preventDefault(),n.stopPropagation(),Z(e),Y?.(e.date,t,n),p?.(e.date,t,n)}),[Y,p,Z]),pe=d(((e,t)=>n=>{Z(e),m?.(e.date,t,n)}),[m,Z]),me=d(((e,t)=>n=>{$(),g?.(e.date,t,n)}),[$,g]),be=d(((t,n)=>o=>{const r={ArrowLeft:["day","rtl"===e.dir?"after":"before"],ArrowRight:["day","rtl"===e.dir?"before":"after"],ArrowDown:["week","after"],ArrowUp:["week","before"],PageUp:[o.shiftKey?"year":"month","before"],PageDown:[o.shiftKey?"year":"month","after"],Home:["startOfWeek","before"],End:["endOfWeek","after"]};if(r[o.key]){o.preventDefault(),o.stopPropagation();const[e,t]=r[o.key];K(e,t)}b?.(t.date,n,o)}),[K,b,e.dir]),he=d(((e,t)=>n=>{h?.(e.date,t,n)}),[h]),ve=d(((e,t)=>n=>{v?.(e.date,t,n)}),[v]),{className:ye,style:we}=c((()=>({className:[l[Mt.Root],e.className].filter(Boolean).join(" "),style:{...C?.[Mt.Root],...e.style}})),[l,e.className,e.style,C]),xe=function(e){const t={"data-mode":e.mode??void 0,"data-required":"required"in e?e.required:void 0,"data-multiple-months":e.numberOfMonths&&e.numberOfMonths>1||void 0,"data-week-numbers":e.showWeekNumber||void 0};return Object.entries(e).forEach((([e,n])=>{e.startsWith("data-")&&(t[e]=n)})),t}(e),Ce={selected:q,select:Y,isSelected:j,months:T,nextMonth:H,previousMonth:W,goToMonth:B,getModifiers:G};return r.createElement(to.Provider,{value:Ce},r.createElement(t.Root,{className:ye,style:we,dir:e.dir,id:e.id,lang:e.lang,nonce:e.nonce,title:e.title,...xe},r.createElement(t.Months,{className:l[Mt.Months],style:C?.[Mt.Months]},!e.hideNavigation&&r.createElement(t.Nav,{role:"navigation",className:l[Mt.Nav],style:C?.[Mt.Nav],"aria-label":ne()},r.createElement(t.Button,{type:"button",className:l[Mt.ButtonPrevious],tabIndex:W?void 0:-1,disabled:!W||void 0,"aria-label":re(W,M),onClick:ce},r.createElement(t.Chevron,{disabled:!W||void 0,className:l[Mt.Chevron],orientation:"left"})),r.createElement(t.Button,{type:"button",className:l[Mt.ButtonNext],tabIndex:H?void 0:-1,disabled:!H||void 0,"aria-label":oe(H,M),onClick:fe},r.createElement(t.Chevron,{disabled:!W||void 0,orientation:"right",className:l[Mt.Chevron]}))),T.map(((o,u)=>{const d=function(e,t,n,o,r,a){if(!t)return;if(!n)return;const{addMonths:i,startOfMonth:l,isBefore:s,Date:u}=a,d=e.getFullYear(),c=[];let f=t;for(;c.length<12&&s(f,i(n,1));)c.push(f.getMonth()),f=i(f,1);return c.sort(((e,t)=>e-t)).map((e=>({value:e,label:o.formatMonthDropdown(e,r),disabled:t&&new u(d,e)<l(t)||n&&new u(d,e)>l(n)||!1})))}(o.date,z,V,n,i,a),c=function(e,t,n,o,r){if(!t)return;if(!n)return;const{startOfMonth:a,startOfYear:i,endOfYear:l,addYears:s,isBefore:u,isSameYear:d,Date:c}=r,f=e.getMonth(),g=i(t),p=l(n),m=[];let b=g;for(;u(b,p)||d(b,p);)m.push(b.getFullYear()),b=s(b,1);return m.map((e=>{const r=t&&new c(e,f)<a(t)||f&&n&&new c(e,f)>a(n)||!1;return{value:e,label:o.formatYearDropdown(e),disabled:r}}))}(T[0].date,z,V,n,a);return r.createElement(t.Month,{className:l[Mt.Month],style:C?.[Mt.Month],key:u,displayIndex:u,calendarMonth:o},r.createElement(t.MonthCaption,{className:l[Mt.MonthCaption],style:C?.[Mt.MonthCaption],calendarMonth:o,displayIndex:u},s?.startsWith("dropdown")?r.createElement(t.DropdownNav,{className:l[Mt.Dropdowns],style:C?.[Mt.Dropdowns]},"dropdown"===s||"dropdown-months"===s?r.createElement(t.Dropdown,{"aria-label":te(),classNames:l,components:t,disabled:Boolean(e.disableNavigation),onChange:e=>{const t=Number(e.target.value),n=a.setMonth(a.startOfMonth(o.date),t);B(n)},options:d,style:C?.[Mt.Dropdown],value:o.date.getMonth()}):r.createElement("span",{role:"status","aria-live":"polite"},D(o.date.getMonth())),"dropdown"===s||"dropdown-years"===s?r.createElement(t.Dropdown,{"aria-label":se(M),classNames:l,components:t,disabled:Boolean(e.disableNavigation),onChange:e=>{const t=a.setYear(a.startOfMonth(o.date),Number(e.target.value));B(t)},options:c,style:C?.[Mt.Dropdown],value:o.date.getFullYear()}):r.createElement("span",{role:"status","aria-live":"polite"},_(o.date.getFullYear()))):r.createElement(t.CaptionLabel,{className:l[Mt.CaptionLabel],role:"status","aria-live":"polite"},k(o.date,R,a))),r.createElement(t.MonthGrid,{role:"grid","aria-multiselectable":"multiple"===f||"range"===f,"aria-label":ee(o.date,M,a)||void 0,className:l[Mt.MonthGrid],style:C?.[Mt.MonthGrid]},!e.hideWeekdays&&r.createElement(t.Weekdays,{className:l[Mt.Weekdays],role:"row",style:C?.[Mt.Weekdays]},x&&r.createElement(t.WeekNumberHeader,{"aria-label":le(M),className:l[Mt.WeekNumberHeader],role:"columnheader",style:C?.[Mt.WeekNumberHeader]},O()),ue.map(((e,n)=>r.createElement(t.Weekday,{"aria-label":ae(e,M,a),className:l[Mt.Weekday],key:n,role:"columnheader",style:C?.[Mt.Weekday]},I(e,R,a))))),r.createElement(t.Weeks,{className:l[Mt.Weeks],role:"rowgroup",style:C?.[Mt.Weeks]},o.weeks.map(((n,o)=>r.createElement(t.Week,{className:l[Mt.Week],key:n.weekNumber,role:"row",style:C?.[Mt.Week],week:n},x&&r.createElement(t.WeekNumber,{week:n,role:"rowheader",style:C?.[Mt.WeekNumber],"aria-label":ie(n.weekNumber,{locale:i}),className:l[Mt.WeekNumber]},F(n.weekNumber)),n.days.map((n=>{const{date:o}=n,i=G(n);if(i[kt.focused]=!i.hidden&&Boolean(U?.isEqualTo(n)),i[Pt.selected]=!i.disabled&&(j?.(o)||i.selected),oo(q)){const{from:e,to:t}=q;i[Pt.range_start]=Boolean(e&&t&&a.isSameDay(o,e)),i[Pt.range_end]=Boolean(e&&t&&a.isSameDay(o,t)),i[Pt.range_middle]=no(q,o,!0,a)}const s=function(e,t={},n={}){let o={...t?.[Mt.Day]};return Object.entries(e).filter((([,e])=>!0===e)).forEach((([e])=>{o={...o,...n?.[e]}})),o}(i,C,e.modifiersStyles),u=function(e,t,n={}){return Object.entries(e).filter((([,e])=>!0===e)).reduce(((e,[o])=>(n[o]?e.push(n[o]):t[kt[o]]?e.push(t[kt[o]]):t[Pt[o]]&&e.push(t[Pt[o]]),e)),[t[Mt.Day]])}(i,l,e.modifiersClassNames),d=de?void 0:J(o,i,M,a);return r.createElement(t.Day,{key:`${a.format(o,"yyyy-MM-dd")}_${a.format(n.displayMonth,"yyyy-MM")}`,day:n,modifiers:i,role:"gridcell",className:u.join(" "),style:s,"aria-hidden":i.hidden||void 0,"aria-selected":i.selected||void 0,"aria-label":d,"data-day":a.format(o,"yyyy-MM-dd"),"data-month":n.outside?a.format(o,"yyyy-MM"):void 0,"data-selected":i.selected||void 0,"data-disabled":i.disabled||void 0,"data-hidden":i.hidden||void 0,"data-outside":n.outside||void 0,"data-focused":i.focused||void 0,"data-today":i.today||void 0},de?r.createElement(t.DayButton,{className:l[Mt.DayButton],style:C?.[Mt.DayButton],day:n,modifiers:i,disabled:i.disabled||void 0,tabIndex:X(n)?0:-1,"aria-label":Q(o,i,M,a),onClick:ge(n,i),onBlur:me(n,i),onFocus:pe(n,i),onKeyDown:be(n,i),onMouseEnter:he(n,i),onMouseLeave:ve(n,i)},P(o,R,a)):P(n.date,R,a))}))))))))}))),e.footer&&r.createElement(t.Footer,{className:l[Mt.Footer],style:C?.[Mt.Footer],role:"status","aria-live":"polite"},e.footer)))}function co(e){var n=e.className,o=e.classNames,r=e.showOutsideDays,a=void 0===r||r,i=M(e,["className","classNames","showOutsideDays"]),l=Tn();return t(uo,R({showOutsideDays:a,captionLayout:"dropdown-years"},i,{className:F("bg-surface text-surface-foreground border-surface",n),classNames:R(R(R({},l),{day_button:F(l.day_button,"size-9 "),day:"typography-subtitile1 ",today:"text-bold text-surface-foreground [&_button]:rounded-full [&_button]:!border-primary [&_button]:!border [&_button]:!border-solid",selected:"bg-primary !text-primary-foreground rounded-full ",weekdays:"text-gray-400",month_caption:F(l.month_caption,"h-[54px]"),outside:"text-gray-400",nav:F(l.nav,"gap-6 absolute flex right-0"),chevron:"fill-primary",root:F(l.root,"px-6 py-4"),caption_label:F(l.caption_label,"gap-2 flex items-center"),months:"flex flex-col relative"}),o),styles:{caption_label:{zIndex:1,position:"relative",display:"inline-flex",alignItems:"center",whiteSpace:"nowrap",border:0},dropdown:{zIndex:2,opacity:0,WebkitAppearance:"none",MozAppearance:"none",appearance:"none",position:"absolute",insetBlockStart:0,insetBlockEnd:0,insetInlineStart:0,width:"100%",margin:0,padding:0,cursor:"inherit",border:"none",lineHeight:"inherit"},dropdowns:{position:"relative",display:"inline-flex",alignItems:"center",gap:4},dropdown_root:{position:"relative",display:"inline-flex",alignItems:"center"}}}))}function fo(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),!1===n||!o.defaultPrevented)return t?.(o)}}function go(...e){return o.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...e),e)}function po(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(e){const r=n.reduce(((t,{useScope:n,scopeName:o})=>({...t,...n(e)[`__scope${o}`]})),{});return o.useMemo((()=>({[`__scope${t.scopeName}`]:r})),[r])}};return n.scopeName=t.scopeName,n}co.displayName="Calendar";var mo=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((e,n)=>{const r=o.forwardRef(((e,o)=>{const{asChild:r,...a}=e,i=r?qe:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),t(i,{...a,ref:o})}));return r.displayName=`Primitive.${n}`,{...e,[n]:r}}),{});function bo(e){const t=o.useRef(e);return o.useEffect((()=>{t.current=e})),o.useMemo((()=>(...e)=>t.current?.(...e)),[])}var ho,vo="dismissableLayer.update",yo="dismissableLayer.pointerDownOutside",wo="dismissableLayer.focusOutside",xo=o.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Co=o.forwardRef(((e,n)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:l,onInteractOutside:s,onDismiss:u,...d}=e,c=o.useContext(xo),[f,g]=o.useState(null),p=f?.ownerDocument??globalThis?.document,[,m]=o.useState({}),b=go(n,(e=>g(e))),h=Array.from(c.layers),[v]=[...c.layersWithOutsidePointerEventsDisabled].slice(-1),y=h.indexOf(v),w=f?h.indexOf(f):-1,x=c.layersWithOutsidePointerEventsDisabled.size>0,C=w>=y,S=function(e,t=globalThis?.document){const n=bo(e),r=o.useRef(!1),a=o.useRef((()=>{}));return o.useEffect((()=>{const e=e=>{if(e.target&&!r.current){let o=function(){No(yo,n,r,{discrete:!0})};const r={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",a.current),a.current=o,t.addEventListener("click",a.current,{once:!0})):o()}else t.removeEventListener("click",a.current);r.current=!1},o=window.setTimeout((()=>{t.addEventListener("pointerdown",e)}),0);return()=>{window.clearTimeout(o),t.removeEventListener("pointerdown",e),t.removeEventListener("click",a.current)}}),[t,n]),{onPointerDownCapture:()=>r.current=!0}}((e=>{const t=e.target,n=[...c.branches].some((e=>e.contains(t)));C&&!n&&(i?.(e),s?.(e),e.defaultPrevented||u?.())}),p),N=function(e,t=globalThis?.document){const n=bo(e),r=o.useRef(!1);return o.useEffect((()=>{const e=e=>{if(e.target&&!r.current){No(wo,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)}),[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}((e=>{const t=e.target;[...c.branches].some((e=>e.contains(t)))||(l?.(e),s?.(e),e.defaultPrevented||u?.())}),p);return function(e,t=globalThis?.document){const n=bo(e);o.useEffect((()=>{const e=e=>{"Escape"===e.key&&n(e)};return t.addEventListener("keydown",e,{capture:!0}),()=>t.removeEventListener("keydown",e,{capture:!0})}),[n,t])}((e=>{w===c.layers.size-1&&(a?.(e),!e.defaultPrevented&&u&&(e.preventDefault(),u()))}),p),o.useEffect((()=>{if(f)return r&&(0===c.layersWithOutsidePointerEventsDisabled.size&&(ho=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),c.layersWithOutsidePointerEventsDisabled.add(f)),c.layers.add(f),So(),()=>{r&&1===c.layersWithOutsidePointerEventsDisabled.size&&(p.body.style.pointerEvents=ho)}}),[f,p,r,c]),o.useEffect((()=>()=>{f&&(c.layers.delete(f),c.layersWithOutsidePointerEventsDisabled.delete(f),So())}),[f,c]),o.useEffect((()=>{const e=()=>m({});return document.addEventListener(vo,e),()=>document.removeEventListener(vo,e)}),[]),t(mo.div,{...d,ref:b,style:{pointerEvents:x?C?"auto":"none":void 0,...e.style},onFocusCapture:fo(e.onFocusCapture,N.onFocusCapture),onBlurCapture:fo(e.onBlurCapture,N.onBlurCapture),onPointerDownCapture:fo(e.onPointerDownCapture,S.onPointerDownCapture)})}));Co.displayName="DismissableLayer";function So(){const e=new CustomEvent(vo);document.dispatchEvent(e)}function No(e,t,n,{discrete:o}){const r=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),o?function(e,t){e&&S.flushSync((()=>e.dispatchEvent(t)))}(r,a):r.dispatchEvent(a)}o.forwardRef(((e,n)=>{const r=o.useContext(xo),a=o.useRef(null),i=go(n,a);return o.useEffect((()=>{const e=a.current;if(e)return r.branches.add(e),()=>{r.branches.delete(e)}}),[r.branches]),t(mo.div,{...e,ref:i})})).displayName="DismissableLayerBranch";var Eo=0;function Ro(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Mo="focusScope.autoFocusOnMount",ko="focusScope.autoFocusOnUnmount",Po={bubbles:!1,cancelable:!0},Do=o.forwardRef(((e,n)=>{const{loop:r=!1,trapped:a=!1,onMountAutoFocus:i,onUnmountAutoFocus:l,...s}=e,[u,d]=o.useState(null),c=bo(i),f=bo(l),g=o.useRef(null),p=go(n,(e=>d(e))),m=o.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;o.useEffect((()=>{if(a){let e=function(e){if(m.paused||!u)return;const t=e.target;u.contains(t)?g.current=t:_o(g.current,{select:!0})},t=function(e){if(m.paused||!u)return;const t=e.relatedTarget;null!==t&&(u.contains(t)||_o(g.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&_o(u)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return u&&o.observe(u,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}}),[a,u,m.paused]),o.useEffect((()=>{if(u){Ao.add(m);const t=document.activeElement;if(!u.contains(t)){const n=new CustomEvent(Mo,Po);u.addEventListener(Mo,c),u.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(_o(o,{select:t}),document.activeElement!==n)return}((e=Fo(u),e.filter((e=>"A"!==e.tagName))),{select:!0}),document.activeElement===t&&_o(u))}return()=>{u.removeEventListener(Mo,c),setTimeout((()=>{const e=new CustomEvent(ko,Po);u.addEventListener(ko,f),u.dispatchEvent(e),e.defaultPrevented||_o(t??document.body,{select:!0}),u.removeEventListener(ko,f),Ao.remove(m)}),0)}}var e}),[u,c,f,m]);const b=o.useCallback((e=>{if(!r&&!a)return;if(m.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,n=document.activeElement;if(t&&n){const t=e.currentTarget,[o,a]=function(e){const t=Fo(e),n=Oo(t,e),o=Oo(t.reverse(),e);return[n,o]}(t);o&&a?e.shiftKey||n!==a?e.shiftKey&&n===o&&(e.preventDefault(),r&&_o(a,{select:!0})):(e.preventDefault(),r&&_o(o,{select:!0})):n===t&&e.preventDefault()}}),[r,a,m.paused]);return t(mo.div,{tabIndex:-1,...s,ref:p,onKeyDown:b})}));function Fo(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Oo(e,t){for(const n of e)if(!Io(n,{upTo:t}))return n}function Io(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function _o(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}Do.displayName="FocusScope";var Ao=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=Lo(e,t),e.unshift(t)},remove(t){e=Lo(e,t),e[0]?.resume()}}}();function Lo(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}var To=Boolean(globalThis?.document)?o.useLayoutEffect:()=>{},zo=o["useId".toString()]||(()=>{}),Vo=0;function Wo(e){const[t,n]=o.useState(zo());return To((()=>{e||n((e=>e??String(Vo++)))}),[e]),e||(t?`radix-${t}`:"")}const Ho=["top","right","bottom","left"],Bo=Math.min,Go=Math.max,jo=Math.round,Yo=Math.floor,qo=e=>({x:e,y:e}),$o={left:"right",right:"left",bottom:"top",top:"bottom"},Uo={start:"end",end:"start"};function Xo(e,t,n){return Go(e,Bo(t,n))}function Ko(e,t){return"function"==typeof e?e(t):e}function Zo(e){return e.split("-")[0]}function Qo(e){return e.split("-")[1]}function Jo(e){return"x"===e?"y":"x"}function er(e){return"y"===e?"height":"width"}function tr(e){return["top","bottom"].includes(Zo(e))?"y":"x"}function nr(e){return Jo(tr(e))}function or(e){return e.replace(/start|end/g,(e=>Uo[e]))}function rr(e){return e.replace(/left|right|bottom|top/g,(e=>$o[e]))}function ar(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function ir(e){const{x:t,y:n,width:o,height:r}=e;return{width:o,height:r,top:n,left:t,right:t+o,bottom:n+r,x:t,y:n}}function lr(e,t,n){let{reference:o,floating:r}=e;const a=tr(t),i=nr(t),l=er(i),s=Zo(t),u="y"===a,d=o.x+o.width/2-r.width/2,c=o.y+o.height/2-r.height/2,f=o[l]/2-r[l]/2;let g;switch(s){case"top":g={x:d,y:o.y-r.height};break;case"bottom":g={x:d,y:o.y+o.height};break;case"right":g={x:o.x+o.width,y:c};break;case"left":g={x:o.x-r.width,y:c};break;default:g={x:o.x,y:o.y}}switch(Qo(t)){case"start":g[i]-=f*(n&&u?-1:1);break;case"end":g[i]+=f*(n&&u?-1:1)}return g}async function sr(e,t){var n;void 0===t&&(t={});const{x:o,y:r,platform:a,rects:i,elements:l,strategy:s}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:c="floating",altBoundary:f=!1,padding:g=0}=Ko(t,e),p=ar(g),m=l[f?"floating"===c?"reference":"floating":c],b=ir(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(m)))||n?m:m.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:u,rootBoundary:d,strategy:s})),h="floating"===c?{x:o,y:r,width:i.floating.width,height:i.floating.height}:i.reference,v=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),y=await(null==a.isElement?void 0:a.isElement(v))&&await(null==a.getScale?void 0:a.getScale(v))||{x:1,y:1},w=ir(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:h,offsetParent:v,strategy:s}):h);return{top:(b.top-w.top+p.top)/y.y,bottom:(w.bottom-b.bottom+p.bottom)/y.y,left:(b.left-w.left+p.left)/y.x,right:(w.right-b.right+p.right)/y.x}}function ur(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function dr(e){return Ho.some((t=>e[t]>=0))}function cr(e){return pr(e)?(e.nodeName||"").toLowerCase():"#document"}function fr(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function gr(e){var t;return null==(t=(pr(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function pr(e){return e instanceof Node||e instanceof fr(e).Node}function mr(e){return e instanceof Element||e instanceof fr(e).Element}function br(e){return e instanceof HTMLElement||e instanceof fr(e).HTMLElement}function hr(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof fr(e).ShadowRoot)}function vr(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=Sr(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!["inline","contents"].includes(r)}function yr(e){return["table","td","th"].includes(cr(e))}function wr(e){const t=xr(),n=Sr(e);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function xr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Cr(e){return["html","body","#document"].includes(cr(e))}function Sr(e){return fr(e).getComputedStyle(e)}function Nr(e){return mr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Er(e){if("html"===cr(e))return e;const t=e.assignedSlot||e.parentNode||hr(e)&&e.host||gr(e);return hr(t)?t.host:t}function Rr(e){const t=Er(e);return Cr(t)?e.ownerDocument?e.ownerDocument.body:e.body:br(t)&&vr(t)?t:Rr(t)}function Mr(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const r=Rr(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),i=fr(r);return a?t.concat(i,i.visualViewport||[],vr(r)?r:[],i.frameElement&&n?Mr(i.frameElement):[]):t.concat(r,Mr(r,[],n))}function kr(e){const t=Sr(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=br(e),a=r?e.offsetWidth:n,i=r?e.offsetHeight:o,l=jo(n)!==a||jo(o)!==i;return l&&(n=a,o=i),{width:n,height:o,$:l}}function Pr(e){return mr(e)?e:e.contextElement}function Dr(e){const t=Pr(e);if(!br(t))return qo(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:a}=kr(t);let i=(a?jo(n.width):n.width)/o,l=(a?jo(n.height):n.height)/r;return i&&Number.isFinite(i)||(i=1),l&&Number.isFinite(l)||(l=1),{x:i,y:l}}const Fr=qo(0);function Or(e){const t=fr(e);return xr()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:Fr}function Ir(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=e.getBoundingClientRect(),a=Pr(e);let i=qo(1);t&&(o?mr(o)&&(i=Dr(o)):i=Dr(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==fr(e))&&t}(a,n,o)?Or(a):qo(0);let s=(r.left+l.x)/i.x,u=(r.top+l.y)/i.y,d=r.width/i.x,c=r.height/i.y;if(a){const e=fr(a),t=o&&mr(o)?fr(o):o;let n=e,r=n.frameElement;for(;r&&o&&t!==n;){const e=Dr(r),t=r.getBoundingClientRect(),o=Sr(r),a=t.left+(r.clientLeft+parseFloat(o.paddingLeft))*e.x,i=t.top+(r.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,u*=e.y,d*=e.x,c*=e.y,s+=a,u+=i,n=fr(r),r=n.frameElement}}return ir({width:d,height:c,x:s,y:u})}const _r=[":popover-open",":modal"];function Ar(e){return _r.some((t=>{try{return e.matches(t)}catch(e){return!1}}))}function Lr(e){return Ir(gr(e)).left+Nr(e).scrollLeft}function Tr(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=fr(e),o=gr(e),r=n.visualViewport;let a=o.clientWidth,i=o.clientHeight,l=0,s=0;if(r){a=r.width,i=r.height;const e=xr();(!e||e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}return{width:a,height:i,x:l,y:s}}(e,n);else if("document"===t)o=function(e){const t=gr(e),n=Nr(e),o=e.ownerDocument.body,r=Go(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=Go(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let i=-n.scrollLeft+Lr(e);const l=-n.scrollTop;return"rtl"===Sr(o).direction&&(i+=Go(t.clientWidth,o.clientWidth)-r),{width:r,height:a,x:i,y:l}}(gr(e));else if(mr(t))o=function(e,t){const n=Ir(e,!0,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft,a=br(e)?Dr(e):qo(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:r*a.x,y:o*a.y}}(t,n);else{const n=Or(e);o={...t,x:t.x-n.x,y:t.y-n.y}}return ir(o)}function zr(e,t){const n=Er(e);return!(n===t||!mr(n)||Cr(n))&&("fixed"===Sr(n).position||zr(n,t))}function Vr(e,t,n){const o=br(t),r=gr(t),a="fixed"===n,i=Ir(e,!0,a,t);let l={scrollLeft:0,scrollTop:0};const s=qo(0);if(o||!o&&!a)if(("body"!==cr(t)||vr(r))&&(l=Nr(t)),o){const e=Ir(t,!0,a,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else r&&(s.x=Lr(r));return{x:i.left+l.scrollLeft-s.x,y:i.top+l.scrollTop-s.y,width:i.width,height:i.height}}function Wr(e){return"static"===Sr(e).position}function Hr(e,t){return br(e)&&"fixed"!==Sr(e).position?t?t(e):e.offsetParent:null}function Br(e,t){const n=fr(e);if(Ar(e))return n;if(!br(e)){let t=Er(e);for(;t&&!Cr(t);){if(mr(t)&&!Wr(t))return t;t=Er(t)}return n}let o=Hr(e,t);for(;o&&yr(o)&&Wr(o);)o=Hr(o,t);return o&&Cr(o)&&Wr(o)&&!wr(o)?n:o||function(e){let t=Er(e);for(;br(t)&&!Cr(t);){if(wr(t))return t;t=Er(t)}return null}(e)||n}const Gr={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:r}=e;const a="fixed"===r,i=gr(o),l=!!t&&Ar(t.floating);if(o===i||l&&a)return n;let s={scrollLeft:0,scrollTop:0},u=qo(1);const d=qo(0),c=br(o);if((c||!c&&!a)&&(("body"!==cr(o)||vr(i))&&(s=Nr(o)),br(o))){const e=Ir(o);u=Dr(o),d.x=e.x+o.clientLeft,d.y=e.y+o.clientTop}return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-s.scrollLeft*u.x+d.x,y:n.y*u.y-s.scrollTop*u.y+d.y}},getDocumentElement:gr,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const a=[..."clippingAncestors"===n?Ar(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Mr(e,[],!1).filter((e=>mr(e)&&"body"!==cr(e))),r=null;const a="fixed"===Sr(e).position;let i=a?Er(e):e;for(;mr(i)&&!Cr(i);){const t=Sr(i),n=wr(i);n||"fixed"!==t.position||(r=null),(a?!n&&!r:!n&&"static"===t.position&&r&&["absolute","fixed"].includes(r.position)||vr(i)&&!n&&zr(e,i))?o=o.filter((e=>e!==i)):r=t,i=Er(i)}return t.set(e,o),o}(t,this._c):[].concat(n),o],i=a[0],l=a.reduce(((e,n)=>{const o=Tr(t,n,r);return e.top=Go(o.top,e.top),e.right=Bo(o.right,e.right),e.bottom=Bo(o.bottom,e.bottom),e.left=Go(o.left,e.left),e}),Tr(t,i,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Br,getElementRects:async function(e){const t=this.getOffsetParent||Br,n=this.getDimensions,o=await n(e.floating);return{reference:Vr(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=kr(e);return{width:t,height:n}},getScale:Dr,isElement:mr,isRTL:function(e){return"rtl"===Sr(e).direction}};function jr(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:r=!0,ancestorResize:a=!0,elementResize:i="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,u=Pr(e),d=r||a?[...u?Mr(u):[],...Mr(t)]:[];d.forEach((e=>{r&&e.addEventListener("scroll",n,{passive:!0}),a&&e.addEventListener("resize",n)}));const c=u&&l?function(e,t){let n,o=null;const r=gr(e);function a(){var e;clearTimeout(n),null==(e=o)||e.disconnect(),o=null}return function i(l,s){void 0===l&&(l=!1),void 0===s&&(s=1),a();const{left:u,top:d,width:c,height:f}=e.getBoundingClientRect();if(l||t(),!c||!f)return;const g={rootMargin:-Yo(d)+"px "+-Yo(r.clientWidth-(u+c))+"px "+-Yo(r.clientHeight-(d+f))+"px "+-Yo(u)+"px",threshold:Go(0,Bo(1,s))||1};let p=!0;function m(e){const t=e[0].intersectionRatio;if(t!==s){if(!p)return i();t?i(!1,t):n=setTimeout((()=>{i(!1,1e-7)}),1e3)}p=!1}try{o=new IntersectionObserver(m,{...g,root:r.ownerDocument})}catch(e){o=new IntersectionObserver(m,g)}o.observe(e)}(!0),a}(u,n):null;let f,g=-1,p=null;i&&(p=new ResizeObserver((e=>{let[o]=e;o&&o.target===u&&p&&(p.unobserve(t),cancelAnimationFrame(g),g=requestAnimationFrame((()=>{var e;null==(e=p)||e.observe(t)}))),n()})),u&&!s&&p.observe(u),p.observe(t));let m=s?Ir(e):null;return s&&function t(){const o=Ir(e);!m||o.x===m.x&&o.y===m.y&&o.width===m.width&&o.height===m.height||n();m=o,f=requestAnimationFrame(t)}(),n(),()=>{var e;d.forEach((e=>{r&&e.removeEventListener("scroll",n),a&&e.removeEventListener("resize",n)})),null==c||c(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(f)}}const Yr=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:r,y:a,placement:i,middlewareData:l}=t,s=await async function(e,t){const{placement:n,platform:o,elements:r}=e,a=await(null==o.isRTL?void 0:o.isRTL(r.floating)),i=Zo(n),l=Qo(n),s="y"===tr(n),u=["left","top"].includes(i)?-1:1,d=a&&s?-1:1,c=Ko(t,e);let{mainAxis:f,crossAxis:g,alignmentAxis:p}="number"==typeof c?{mainAxis:c,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...c};return l&&"number"==typeof p&&(g="end"===l?-1*p:p),s?{x:g*d,y:f*u}:{x:f*u,y:g*d}}(t,e);return i===(null==(n=l.offset)?void 0:n.placement)&&null!=(o=l.arrow)&&o.alignmentOffset?{}:{x:r+s.x,y:a+s.y,data:{...s,placement:i}}}}},qr=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:r}=t,{mainAxis:a=!0,crossAxis:i=!1,limiter:l={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=Ko(e,t),u={x:n,y:o},d=await sr(t,s),c=tr(Zo(r)),f=Jo(c);let g=u[f],p=u[c];if(a){const e="y"===f?"bottom":"right";g=Xo(g+d["y"===f?"top":"left"],g,g-d[e])}if(i){const e="y"===c?"bottom":"right";p=Xo(p+d["y"===c?"top":"left"],p,p-d[e])}const m=l.fn({...t,[f]:g,[c]:p});return{...m,data:{x:m.x-n,y:m.y-o}}}}},$r=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o;const{placement:r,middlewareData:a,rects:i,initialPlacement:l,platform:s,elements:u}=t,{mainAxis:d=!0,crossAxis:c=!0,fallbackPlacements:f,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:m=!0,...b}=Ko(e,t);if(null!=(n=a.arrow)&&n.alignmentOffset)return{};const h=Zo(r),v=Zo(l)===l,y=await(null==s.isRTL?void 0:s.isRTL(u.floating)),w=f||(v||!m?[rr(l)]:function(e){const t=rr(e);return[or(e),t,or(t)]}(l));f||"none"===p||w.push(...function(e,t,n,o){const r=Qo(e);let a=function(e,t,n){const o=["left","right"],r=["right","left"],a=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return n?t?r:o:t?o:r;case"left":case"right":return t?a:i;default:return[]}}(Zo(e),"start"===n,o);return r&&(a=a.map((e=>e+"-"+r)),t&&(a=a.concat(a.map(or)))),a}(l,m,p,y));const x=[l,...w],C=await sr(t,b),S=[];let N=(null==(o=a.flip)?void 0:o.overflows)||[];if(d&&S.push(C[h]),c){const e=function(e,t,n){void 0===n&&(n=!1);const o=Qo(e),r=nr(e),a=er(r);let i="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=rr(i)),[i,rr(i)]}(r,i,y);S.push(C[e[0]],C[e[1]])}if(N=[...N,{placement:r,overflows:S}],!S.every((e=>e<=0))){var E,R;const e=((null==(E=a.flip)?void 0:E.index)||0)+1,t=x[e];if(t)return{data:{index:e,overflows:N},reset:{placement:t}};let n=null==(R=N.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:R.placement;if(!n)switch(g){case"bestFit":{var M;const e=null==(M=N.map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:M[0];e&&(n=e);break}case"initialPlacement":n=l}if(r!==n)return{reset:{placement:n}}}return{}}}},Ur=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:o,platform:r,elements:a}=t,{apply:i=(()=>{}),...l}=Ko(e,t),s=await sr(t,l),u=Zo(n),d=Qo(n),c="y"===tr(n),{width:f,height:g}=o.floating;let p,m;"top"===u||"bottom"===u?(p=u,m=d===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(m=u,p="end"===d?"top":"bottom");const b=g-s.top-s.bottom,h=f-s.left-s.right,v=Bo(g-s[p],b),y=Bo(f-s[m],h),w=!t.middlewareData.shift;let x=v,C=y;if(c?C=d||w?Bo(y,h):h:x=d||w?Bo(v,b):b,w&&!d){const e=Go(s.left,0),t=Go(s.right,0),n=Go(s.top,0),o=Go(s.bottom,0);c?C=f-2*(0!==e||0!==t?e+t:Go(s.left,s.right)):x=g-2*(0!==n||0!==o?n+o:Go(s.top,s.bottom))}await i({...t,availableWidth:C,availableHeight:x});const S=await r.getDimensions(a.floating);return f!==S.width||g!==S.height?{reset:{rects:!0}}:{}}}},Xr=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:o="referenceHidden",...r}=Ko(e,t);switch(o){case"referenceHidden":{const e=ur(await sr(t,{...r,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:dr(e)}}}case"escaped":{const e=ur(await sr(t,{...r,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:dr(e)}}}default:return{}}}}},Kr=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:r,rects:a,platform:i,elements:l,middlewareData:s}=t,{element:u,padding:d=0}=Ko(e,t)||{};if(null==u)return{};const c=ar(d),f={x:n,y:o},g=nr(r),p=er(g),m=await i.getDimensions(u),b="y"===g,h=b?"top":"left",v=b?"bottom":"right",y=b?"clientHeight":"clientWidth",w=a.reference[p]+a.reference[g]-f[g]-a.floating[p],x=f[g]-a.reference[g],C=await(null==i.getOffsetParent?void 0:i.getOffsetParent(u));let S=C?C[y]:0;S&&await(null==i.isElement?void 0:i.isElement(C))||(S=l.floating[y]||a.floating[p]);const N=w/2-x/2,E=S/2-m[p]/2-1,R=Bo(c[h],E),M=Bo(c[v],E),k=R,P=S-m[p]-M,D=S/2-m[p]/2+N,F=Xo(k,D,P),O=!s.arrow&&null!=Qo(r)&&D!==F&&a.reference[p]/2-(D<k?R:M)-m[p]/2<0,I=O?D<k?D-k:D-P:0;return{[g]:f[g]+I,data:{[g]:F,centerOffset:D-F-I,...O&&{alignmentOffset:I}},reset:O}}}),Zr=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:n,y:o,placement:r,rects:a,middlewareData:i}=t,{offset:l=0,mainAxis:s=!0,crossAxis:u=!0}=Ko(e,t),d={x:n,y:o},c=tr(r),f=Jo(c);let g=d[f],p=d[c];const m=Ko(l,t),b="number"==typeof m?{mainAxis:m,crossAxis:0}:{mainAxis:0,crossAxis:0,...m};if(s){const e="y"===f?"height":"width",t=a.reference[f]-a.floating[e]+b.mainAxis,n=a.reference[f]+a.reference[e]-b.mainAxis;g<t?g=t:g>n&&(g=n)}if(u){var h,v;const e="y"===f?"width":"height",t=["top","left"].includes(Zo(r)),n=a.reference[c]-a.floating[e]+(t&&(null==(h=i.offset)?void 0:h[c])||0)+(t?0:b.crossAxis),o=a.reference[c]+a.reference[e]+(t?0:(null==(v=i.offset)?void 0:v[c])||0)-(t?b.crossAxis:0);p<n?p=n:p>o&&(p=o)}return{[f]:g,[c]:p}}}},Qr=(e,t,n)=>{const o=new Map,r={platform:Gr,...n},a={...r.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:r="absolute",middleware:a=[],platform:i}=n,l=a.filter(Boolean),s=await(null==i.isRTL?void 0:i.isRTL(t));let u=await i.getElementRects({reference:e,floating:t,strategy:r}),{x:d,y:c}=lr(u,o,s),f=o,g={},p=0;for(let n=0;n<l.length;n++){const{name:a,fn:m}=l[n],{x:b,y:h,data:v,reset:y}=await m({x:d,y:c,initialPlacement:o,placement:f,strategy:r,middlewareData:g,rects:u,platform:i,elements:{reference:e,floating:t}});d=null!=b?b:d,c=null!=h?h:c,g={...g,[a]:{...g[a],...v}},y&&p<=50&&(p++,"object"==typeof y&&(y.placement&&(f=y.placement),y.rects&&(u=!0===y.rects?await i.getElementRects({reference:e,floating:t,strategy:r}):y.rects),({x:d,y:c}=lr(u,f,s))),n=-1)}return{x:d,y:c,placement:f,strategy:r,middlewareData:g}})(e,t,{...r,platform:a})};var Jr="undefined"!=typeof document?b:u;function ea(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let n,o,r;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(o=n;0!=o--;)if(!ea(e[o],t[o]))return!1;return!0}if(r=Object.keys(e),n=r.length,n!==Object.keys(t).length)return!1;for(o=n;0!=o--;)if(!{}.hasOwnProperty.call(t,r[o]))return!1;for(o=n;0!=o--;){const n=r[o];if(("_owner"!==n||!e.$$typeof)&&!ea(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function ta(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function na(e,t){const n=ta(e);return Math.round(t*n)/n}function oa(e){const t=o.useRef(e);return Jr((()=>{t.current=e})),t}const ra=e=>({name:"arrow",options:e,fn(t){const{element:n,padding:o}="function"==typeof e?e(t):e;return n&&(r=n,{}.hasOwnProperty.call(r,"current"))?null!=n.current?Kr({element:n.current,padding:o}).fn(t):{}:n?Kr({element:n,padding:o}).fn(t):{};var r}}),aa=(e,t)=>({...Yr(e),options:[e,t]}),ia=(e,t)=>({...qr(e),options:[e,t]}),la=(e,t)=>({...Zr(e),options:[e,t]}),sa=(e,t)=>({...$r(e),options:[e,t]}),ua=(e,t)=>({...Ur(e),options:[e,t]}),da=(e,t)=>({...Xr(e),options:[e,t]}),ca=(e,t)=>({...ra(e),options:[e,t]});var fa=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((e,n)=>{const r=o.forwardRef(((e,o)=>{const{asChild:r,...a}=e,i=r?qe:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),t(i,{...a,ref:o})}));return r.displayName=`Primitive.${n}`,{...e,[n]:r}}),{}),ga=o.forwardRef(((e,n)=>{const{children:o,width:r=10,height:a=5,...i}=e;return t(fa.svg,{...i,ref:n,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?o:t("polygon",{points:"0,0 30,0 15,10"})})}));ga.displayName="Arrow";var pa=ga;function ma(...e){return o.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...e),e)}function ba(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(e){const r=n.reduce(((t,{useScope:n,scopeName:o})=>({...t,...n(e)[`__scope${o}`]})),{});return o.useMemo((()=>({[`__scope${t.scopeName}`]:r})),[r])}};return n.scopeName=t.scopeName,n}var ha=Boolean(globalThis?.document)?o.useLayoutEffect:()=>{};var va="Popper",[ya,wa]=function(e,n=[]){let r=[];const a=()=>{const t=r.map((e=>o.createContext(e)));return function(n){const r=n?.[e]||t;return o.useMemo((()=>({[`__scope${e}`]:{...n,[e]:r}})),[n,r])}};return a.scopeName=e,[function(n,a){const i=o.createContext(a),l=r.length;function s(n){const{scope:r,children:a,...s}=n,u=r?.[e][l]||i,d=o.useMemo((()=>s),Object.values(s));return t(u.Provider,{value:d,children:a})}return r=[...r,a],s.displayName=n+"Provider",[s,function(t,r){const s=r?.[e][l]||i,u=o.useContext(s);if(u)return u;if(void 0!==a)return a;throw new Error(`\`${t}\` must be used within \`${n}\``)}]},ba(a,...n)]}(va),[xa,Ca]=ya(va),Sa=e=>{const{__scopePopper:n,children:r}=e,[a,i]=o.useState(null);return t(xa,{scope:n,anchor:a,onAnchorChange:i,children:r})};Sa.displayName=va;var Na="PopperAnchor",Ea=o.forwardRef(((e,n)=>{const{__scopePopper:r,virtualRef:a,...i}=e,l=Ca(Na,r),s=o.useRef(null),u=ma(n,s);return o.useEffect((()=>{l.onAnchorChange(a?.current||s.current)})),a?null:t(fa.div,{...i,ref:u})}));Ea.displayName=Na;var Ra="PopperContent",[Ma,ka]=ya(Ra),Pa=o.forwardRef(((e,n)=>{const{__scopePopper:r,side:a="bottom",sideOffset:i=0,align:l="center",alignOffset:s=0,arrowPadding:u=0,avoidCollisions:d=!0,collisionBoundary:c=[],collisionPadding:f=0,sticky:g="partial",hideWhenDetached:p=!1,updatePositionStrategy:m="optimized",onPlaced:b,...h}=e,v=Ca(Ra,r),[y,w]=o.useState(null),x=ma(n,(e=>w(e))),[C,N]=o.useState(null),E=function(e){const[t,n]=o.useState(void 0);return ha((()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const t=new ResizeObserver((t=>{if(!Array.isArray(t))return;if(!t.length)return;const o=t[0];let r,a;if("borderBoxSize"in o){const e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;r=t.inlineSize,a=t.blockSize}else r=e.offsetWidth,a=e.offsetHeight;n({width:r,height:a})}));return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)}),[e]),t}(C),R=E?.width??0,M=E?.height??0,k=a+("center"!==l?"-"+l:""),P="number"==typeof f?f:{top:0,right:0,bottom:0,left:0,...f},D=Array.isArray(c)?c:[c],F=D.length>0,O={padding:P,boundary:D.filter(Ia),altBoundary:F},{refs:I,floatingStyles:_,placement:A,isPositioned:L,middlewareData:T}=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:l}={},transform:s=!0,whileElementsMounted:u,open:d}=e,[c,f]=o.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[g,p]=o.useState(r);ea(g,r)||p(r);const[m,b]=o.useState(null),[h,v]=o.useState(null),y=o.useCallback((e=>{e!==N.current&&(N.current=e,b(e))}),[]),w=o.useCallback((e=>{e!==E.current&&(E.current=e,v(e))}),[]),x=i||m,C=l||h,N=o.useRef(null),E=o.useRef(null),R=o.useRef(c),M=null!=u,k=oa(u),P=oa(a),D=o.useCallback((()=>{if(!N.current||!E.current)return;const e={placement:t,strategy:n,middleware:g};P.current&&(e.platform=P.current),Qr(N.current,E.current,e).then((e=>{const t={...e,isPositioned:!0};F.current&&!ea(R.current,t)&&(R.current=t,S.flushSync((()=>{f(t)})))}))}),[g,t,n,P]);Jr((()=>{!1===d&&R.current.isPositioned&&(R.current.isPositioned=!1,f((e=>({...e,isPositioned:!1}))))}),[d]);const F=o.useRef(!1);Jr((()=>(F.current=!0,()=>{F.current=!1})),[]),Jr((()=>{if(x&&(N.current=x),C&&(E.current=C),x&&C){if(k.current)return k.current(x,C,D);D()}}),[x,C,D,k,M]);const O=o.useMemo((()=>({reference:N,floating:E,setReference:y,setFloating:w})),[y,w]),I=o.useMemo((()=>({reference:x,floating:C})),[x,C]),_=o.useMemo((()=>{const e={position:n,left:0,top:0};if(!I.floating)return e;const t=na(I.floating,c.x),o=na(I.floating,c.y);return s?{...e,transform:"translate("+t+"px, "+o+"px)",...ta(I.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}}),[n,s,I.floating,c.x,c.y]);return o.useMemo((()=>({...c,update:D,refs:O,elements:I,floatingStyles:_})),[c,D,O,I,_])}({strategy:"fixed",placement:k,whileElementsMounted:(...e)=>jr(...e,{animationFrame:"always"===m}),elements:{reference:v.anchor},middleware:[aa({mainAxis:i+M,alignmentAxis:s}),d&&ia({mainAxis:!0,crossAxis:!1,limiter:"partial"===g?la():void 0,...O}),d&&sa({...O}),ua({...O,apply:({elements:e,rects:t,availableWidth:n,availableHeight:o})=>{const{width:r,height:a}=t.reference,i=e.floating.style;i.setProperty("--radix-popper-available-width",`${n}px`),i.setProperty("--radix-popper-available-height",`${o}px`),i.setProperty("--radix-popper-anchor-width",`${r}px`),i.setProperty("--radix-popper-anchor-height",`${a}px`)}}),C&&ca({element:C,padding:u}),_a({arrowWidth:R,arrowHeight:M}),p&&da({strategy:"referenceHidden",...O})]}),[z,V]=Aa(A),W=function(e){const t=o.useRef(e);return o.useEffect((()=>{t.current=e})),o.useMemo((()=>(...e)=>t.current?.(...e)),[])}(b);ha((()=>{L&&W?.()}),[L,W]);const H=T.arrow?.x,B=T.arrow?.y,G=0!==T.arrow?.centerOffset,[j,Y]=o.useState();return ha((()=>{y&&Y(window.getComputedStyle(y).zIndex)}),[y]),t("div",{ref:I.setFloating,"data-radix-popper-content-wrapper":"",style:{..._,transform:L?_.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:j,"--radix-popper-transform-origin":[T.transformOrigin?.x,T.transformOrigin?.y].join(" "),...T.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:t(Ma,{scope:r,placedSide:z,onArrowChange:N,arrowX:H,arrowY:B,shouldHideArrow:G,children:t(fa.div,{"data-side":z,"data-align":V,...h,ref:x,style:{...h.style,animation:L?void 0:"none"}})})})}));Pa.displayName=Ra;var Da="PopperArrow",Fa={top:"bottom",right:"left",bottom:"top",left:"right"},Oa=o.forwardRef((function(e,n){const{__scopePopper:o,...r}=e,a=ka(Da,o),i=Fa[a.placedSide];return t("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0},children:t(pa,{...r,ref:n,style:{...r.style,display:"block"}})})}));function Ia(e){return null!==e}Oa.displayName=Da;var _a=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:o,middlewareData:r}=t,a=0!==r.arrow?.centerOffset,i=a?0:e.arrowWidth,l=a?0:e.arrowHeight,[s,u]=Aa(n),d={start:"0%",center:"50%",end:"100%"}[u],c=(r.arrow?.x??0)+i/2,f=(r.arrow?.y??0)+l/2;let g="",p="";return"bottom"===s?(g=a?d:`${c}px`,p=-l+"px"):"top"===s?(g=a?d:`${c}px`,p=`${o.floating.height+l}px`):"right"===s?(g=-l+"px",p=a?d:`${f}px`):"left"===s&&(g=`${o.floating.width+l}px`,p=a?d:`${f}px`),{data:{x:g,y:p}}}});function Aa(e){const[t,n="center"]=e.split("-");return[t,n]}var La=Sa,Ta=Ea,za=Pa,Va=Oa,Wa=o.forwardRef(((e,n)=>{const{container:r,...a}=e,[i,l]=o.useState(!1);To((()=>l(!0)),[]);const s=r||i&&globalThis?.document?.body;return s?N.createPortal(t(mo.div,{...a,ref:n}),s):null}));Wa.displayName="Portal";var Ha=e=>{const{present:t,children:n}=e,r=function(e){const[t,n]=o.useState(),r=o.useRef({}),a=o.useRef(e),i=o.useRef("none"),l=e?"mounted":"unmounted",[s,u]=function(e,t){return o.useReducer(((e,n)=>t[e][n]??e),e)}(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return o.useEffect((()=>{const e=Ba(r.current);i.current="mounted"===s?e:"none"}),[s]),To((()=>{const t=r.current,n=a.current;if(n!==e){const o=i.current,r=Ba(t);if(e)u("MOUNT");else if("none"===r||"none"===t?.display)u("UNMOUNT");else{u(n&&o!==r?"ANIMATION_OUT":"UNMOUNT")}a.current=e}}),[e,u]),To((()=>{if(t){const e=e=>{const n=Ba(r.current).includes(e.animationName);e.target===t&&n&&S.flushSync((()=>u("ANIMATION_END")))},n=e=>{e.target===t&&(i.current=Ba(r.current))};return t.addEventListener("animationstart",n),t.addEventListener("animationcancel",e),t.addEventListener("animationend",e),()=>{t.removeEventListener("animationstart",n),t.removeEventListener("animationcancel",e),t.removeEventListener("animationend",e)}}u("ANIMATION_END")}),[t,u]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:o.useCallback((e=>{e&&(r.current=getComputedStyle(e)),n(e)}),[])}}(t),a="function"==typeof n?n({present:r.isPresent}):o.Children.only(n),i=go(r.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;if(n)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n)return e.props.ref;return e.props.ref||e.ref}(a));return"function"==typeof n||r.isPresent?o.cloneElement(a,{ref:i}):null};function Ba(e){return e?.animationName||"none"}function Ga({prop:e,defaultProp:t,onChange:n=(()=>{})}){const[r,a]=function({defaultProp:e,onChange:t}){const n=o.useState(e),[r]=n,a=o.useRef(r),i=bo(t);return o.useEffect((()=>{a.current!==r&&(i(r),a.current=r)}),[r,a,i]),n}({defaultProp:t,onChange:n}),i=void 0!==e,l=i?e:r,s=bo(n);return[l,o.useCallback((t=>{if(i){const n="function"==typeof t?t(e):t;n!==e&&s(n)}else a(t)}),[i,e,a,s])]}Ha.displayName="Presence";var ja=new WeakMap,Ya=new WeakMap,qa={},$a=0,Ua=function(e){return e&&(e.host||Ua(e.parentNode))},Xa=function(e,t,n,o){var r=function(e,t){return t.map((function(t){if(e.contains(t))return t;var n=Ua(t);return n&&e.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)})).filter((function(e){return Boolean(e)}))}(t,Array.isArray(e)?e:[e]);qa[n]||(qa[n]=new WeakMap);var a=qa[n],i=[],l=new Set,s=new Set(r),u=function(e){e&&!l.has(e)&&(l.add(e),u(e.parentNode))};r.forEach(u);var d=function(e){e&&!s.has(e)&&Array.prototype.forEach.call(e.children,(function(e){if(l.has(e))d(e);else try{var t=e.getAttribute(o),r=null!==t&&"false"!==t,s=(ja.get(e)||0)+1,u=(a.get(e)||0)+1;ja.set(e,s),a.set(e,u),i.push(e),1===s&&r&&Ya.set(e,!0),1===u&&e.setAttribute(n,"true"),r||e.setAttribute(o,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}}))};return d(t),l.clear(),$a++,function(){i.forEach((function(e){var t=ja.get(e)-1,r=a.get(e)-1;ja.set(e,t),a.set(e,r),t||(Ya.has(e)||e.removeAttribute(o),Ya.delete(e)),r||e.removeAttribute(n)})),--$a||(ja=new WeakMap,ja=new WeakMap,Ya=new WeakMap,qa={})}},Ka=function(e,t,n){void 0===n&&(n="data-aria-hidden");var o=Array.from(Array.isArray(e)?e:[e]),r=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return r?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live]"))),Xa(o,r,n,"aria-hidden")):function(){return null}},Za="right-scroll-bar-position",Qa="width-before-scroll-bar";function Ja(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var ei="undefined"!=typeof window?o.useLayoutEffect:o.useEffect,ti=new WeakMap;function ni(e,t){var n,o,r,a=(n=null,o=function(t){return e.forEach((function(e){return Ja(e,t)}))},(r=s((function(){return{value:n,callback:o,facade:{get current(){return r.value},set current(e){var t=r.value;t!==e&&(r.value=e,r.callback(e,t))}}}}))[0]).callback=o,r.facade);return ei((function(){var t=ti.get(a);if(t){var n=new Set(t),o=new Set(e),r=a.current;n.forEach((function(e){o.has(e)||Ja(e,null)})),o.forEach((function(e){n.has(e)||Ja(e,r)}))}ti.set(a,e)}),[e]),a}function oi(e){return e}function ri(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=oi);var n=[],o=!1;return{read:function(){if(o)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var r=t(e,o);return n.push(r),function(){n=n.filter((function(e){return e!==r}))}},assignSyncMedium:function(e){for(o=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){o=!0;var t=[];if(n.length){var r=n;n=[],r.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},i=function(){return Promise.resolve().then(a)};i(),n={push:function(e){t.push(e),i()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=R({async:!0,ssr:!1},e),t}var ai=function(e){var t=e.sideCar,n=M(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return o.createElement(r,R({},n))};function ii(e,t){return e.useMedium(t),ai}ai.isSideCarExport=!0;var li=ri(),si=function(){},ui=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useState({onScrollCapture:si,onWheelCapture:si,onTouchMoveCapture:si}),a=r[0],i=r[1],l=e.forwardProps,s=e.children,u=e.className,d=e.removeScrollBar,c=e.enabled,f=e.shards,g=e.sideCar,p=e.noIsolation,m=e.inert,b=e.allowPinchZoom,h=e.as,v=void 0===h?"div":h,y=e.gapMode,w=M(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),x=g,C=ni([n,t]),S=R(R({},w),a);return o.createElement(o.Fragment,null,c&&o.createElement(x,{sideCar:li,removeScrollBar:d,shards:f,noIsolation:p,inert:m,setCallbacks:i,allowPinchZoom:!!b,lockRef:n,gapMode:y}),l?o.cloneElement(o.Children.only(s),R(R({},S),{ref:C})):o.createElement(v,R({},S,{className:u,ref:C}),s))}));ui.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},ui.classNames={fullWidth:Qa,zeroRight:Za};function di(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var ci=function(){var e=0,t=null;return{add:function(n){var o,r;0==e&&(t=di())&&(r=n,(o=t).styleSheet?o.styleSheet.cssText=r:o.appendChild(document.createTextNode(r)),function(e){(document.head||document.getElementsByTagName("head")[0]).appendChild(e)}(t)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},fi=function(){var e,t=(e=ci(),function(t,n){o.useEffect((function(){return e.add(t),function(){e.remove()}}),[t&&n])});return function(e){var n=e.styles,o=e.dynamic;return t(n,o),null}},gi={left:0,top:0,right:0,gap:0},pi=function(e){return parseInt(e||"",10)||0},mi=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return gi;var t=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],o=t["padding"===e?"paddingTop":"marginTop"],r=t["padding"===e?"paddingRight":"marginRight"];return[pi(n),pi(o),pi(r)]}(e),n=document.documentElement.clientWidth,o=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,o-n+t[2]-t[0])}},bi=fi(),hi="data-scroll-locked",vi=function(e,t,n,o){var r=e.left,a=e.top,i=e.right,l=e.gap;return void 0===n&&(n="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(l,"px ").concat(o,";\n }\n body[").concat(hi,"] {\n overflow: hidden ").concat(o,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(o,";"),"margin"===n&&"\n padding-left: ".concat(r,"px;\n padding-top: ").concat(a,"px;\n padding-right: ").concat(i,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(l,"px ").concat(o,";\n "),"padding"===n&&"padding-right: ".concat(l,"px ").concat(o,";")].filter(Boolean).join(""),"\n }\n \n .").concat(Za," {\n right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Qa," {\n margin-right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Za," .").concat(Za," {\n right: 0 ").concat(o,";\n }\n \n .").concat(Qa," .").concat(Qa," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(hi,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(l,"px;\n }\n")},yi=function(){var e=parseInt(document.body.getAttribute(hi)||"0",10);return isFinite(e)?e:0},wi=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,a=void 0===r?"margin":r;o.useEffect((function(){return document.body.setAttribute(hi,(yi()+1).toString()),function(){var e=yi()-1;e<=0?document.body.removeAttribute(hi):document.body.setAttribute(hi,e.toString())}}),[]);var i=o.useMemo((function(){return mi(a)}),[a]);return o.createElement(bi,{styles:vi(i,!t,a,n?"":"!important")})},xi=!1;if("undefined"!=typeof window)try{var Ci=Object.defineProperty({},"passive",{get:function(){return xi=!0,!0}});window.addEventListener("test",Ci,Ci),window.removeEventListener("test",Ci,Ci)}catch(e){xi=!1}var Si=!!xi&&{passive:!1},Ni=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},Ei=function(e,t){var n=t.ownerDocument,o=t;do{if("undefined"!=typeof ShadowRoot&&o instanceof ShadowRoot&&(o=o.host),Ri(e,o)){var r=Mi(e,o);if(r[1]>r[2])return!0}o=o.parentNode}while(o&&o!==n.body);return!1},Ri=function(e,t){return"v"===e?function(e){return Ni(e,"overflowY")}(t):function(e){return Ni(e,"overflowX")}(t)},Mi=function(e,t){return"v"===e?[(n=t).scrollTop,n.scrollHeight,n.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var n},ki=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Pi=function(e){return[e.deltaX,e.deltaY]},Di=function(e){return e&&"current"in e?e.current:e},Fi=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Oi=0,Ii=[];function _i(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var Ai=ii(li,(function(e){var t=o.useRef([]),n=o.useRef([0,0]),r=o.useRef(),a=o.useState(Oi++)[0],i=o.useState(fi)[0],l=o.useRef(e);o.useEffect((function(){l.current=e}),[e]),o.useEffect((function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var t=k([e.lockRef.current],(e.shards||[]).map(Di),!0).filter(Boolean);return t.forEach((function(e){return e.classList.add("allow-interactivity-".concat(a))})),function(){document.body.classList.remove("block-interactivity-".concat(a)),t.forEach((function(e){return e.classList.remove("allow-interactivity-".concat(a))}))}}}),[e.inert,e.lockRef.current,e.shards]);var s=o.useCallback((function(e,t){if("touches"in e&&2===e.touches.length)return!l.current.allowPinchZoom;var o,a=ki(e),i=n.current,s="deltaX"in e?e.deltaX:i[0]-a[0],u="deltaY"in e?e.deltaY:i[1]-a[1],d=e.target,c=Math.abs(s)>Math.abs(u)?"h":"v";if("touches"in e&&"h"===c&&"range"===d.type)return!1;var f=Ei(c,d);if(!f)return!0;if(f?o=c:(o="v"===c?"h":"v",f=Ei(c,d)),!f)return!1;if(!r.current&&"changedTouches"in e&&(s||u)&&(r.current=o),!o)return!0;var g=r.current||o;return function(e,t,n,o,r){var a=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),i=a*o,l=n.target,s=t.contains(l),u=!1,d=i>0,c=0,f=0;do{var g=Mi(e,l),p=g[0],m=g[1]-g[2]-a*p;(p||m)&&Ri(e,l)&&(c+=m,f+=p),l=l instanceof ShadowRoot?l.host:l.parentNode}while(!s&&l!==document.body||s&&(t.contains(l)||t===l));return d&&(Math.abs(c)<1||!r)?u=!0:d||!(Math.abs(f)<1)&&r||(u=!0),u}(g,t,e,"h"===g?s:u,!0)}),[]),u=o.useCallback((function(e){var n=e;if(Ii.length&&Ii[Ii.length-1]===i){var o="deltaY"in n?Pi(n):ki(n),r=t.current.filter((function(e){return e.name===n.type&&(e.target===n.target||n.target===e.shadowParent)&&(t=e.delta,r=o,t[0]===r[0]&&t[1]===r[1]);var t,r}))[0];if(r&&r.should)n.cancelable&&n.preventDefault();else if(!r){var a=(l.current.shards||[]).map(Di).filter(Boolean).filter((function(e){return e.contains(n.target)}));(a.length>0?s(n,a[0]):!l.current.noIsolation)&&n.cancelable&&n.preventDefault()}}}),[]),d=o.useCallback((function(e,n,o,r){var a={name:e,delta:n,target:o,should:r,shadowParent:_i(o)};t.current.push(a),setTimeout((function(){t.current=t.current.filter((function(e){return e!==a}))}),1)}),[]),c=o.useCallback((function(e){n.current=ki(e),r.current=void 0}),[]),f=o.useCallback((function(t){d(t.type,Pi(t),t.target,s(t,e.lockRef.current))}),[]),g=o.useCallback((function(t){d(t.type,ki(t),t.target,s(t,e.lockRef.current))}),[]);o.useEffect((function(){return Ii.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:g}),document.addEventListener("wheel",u,Si),document.addEventListener("touchmove",u,Si),document.addEventListener("touchstart",c,Si),function(){Ii=Ii.filter((function(e){return e!==i})),document.removeEventListener("wheel",u,Si),document.removeEventListener("touchmove",u,Si),document.removeEventListener("touchstart",c,Si)}}),[]);var p=e.removeScrollBar,m=e.inert;return o.createElement(o.Fragment,null,m?o.createElement(i,{styles:Fi(a)}):null,p?o.createElement(wi,{gapMode:e.gapMode}):null)})),Li=o.forwardRef((function(e,t){return o.createElement(ui,R({},e,{ref:t,sideCar:Ai}))}));Li.classNames=ui.classNames;var Ti="Popover",[zi,Vi]=function(e,n=[]){let r=[];const a=()=>{const t=r.map((e=>o.createContext(e)));return function(n){const r=n?.[e]||t;return o.useMemo((()=>({[`__scope${e}`]:{...n,[e]:r}})),[n,r])}};return a.scopeName=e,[function(n,a){const i=o.createContext(a),l=r.length;function s(n){const{scope:r,children:a,...s}=n,u=r?.[e][l]||i,d=o.useMemo((()=>s),Object.values(s));return t(u.Provider,{value:d,children:a})}return r=[...r,a],s.displayName=n+"Provider",[s,function(t,r){const s=r?.[e][l]||i,u=o.useContext(s);if(u)return u;if(void 0!==a)return a;throw new Error(`\`${t}\` must be used within \`${n}\``)}]},po(a,...n)]}(Ti,[wa]),Wi=wa(),[Hi,Bi]=zi(Ti),Gi=e=>{const{__scopePopover:n,children:r,open:a,defaultOpen:i,onOpenChange:l,modal:s=!1}=e,u=Wi(n),d=o.useRef(null),[c,f]=o.useState(!1),[g=!1,p]=Ga({prop:a,defaultProp:i,onChange:l});return t(La,{...u,children:t(Hi,{scope:n,contentId:Wo(),triggerRef:d,open:g,onOpenChange:p,onOpenToggle:o.useCallback((()=>p((e=>!e))),[p]),hasCustomAnchor:c,onCustomAnchorAdd:o.useCallback((()=>f(!0)),[]),onCustomAnchorRemove:o.useCallback((()=>f(!1)),[]),modal:s,children:r})})};Gi.displayName=Ti;var ji="PopoverAnchor";o.forwardRef(((e,n)=>{const{__scopePopover:r,...a}=e,i=Bi(ji,r),l=Wi(r),{onCustomAnchorAdd:s,onCustomAnchorRemove:u}=i;return o.useEffect((()=>(s(),()=>u())),[s,u]),t(Ta,{...l,...a,ref:n})})).displayName=ji;var Yi="PopoverTrigger",qi=o.forwardRef(((e,n)=>{const{__scopePopover:o,...r}=e,a=Bi(Yi,o),i=Wi(o),l=go(n,a.triggerRef),s=t(mo.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":ol(a.open),...r,ref:l,onClick:fo(e.onClick,a.onOpenToggle)});return a.hasCustomAnchor?s:t(Ta,{asChild:!0,...i,children:s})}));qi.displayName=Yi;var $i="PopoverPortal",[Ui,Xi]=zi($i,{forceMount:void 0}),Ki=e=>{const{__scopePopover:n,forceMount:o,children:r,container:a}=e,i=Bi($i,n);return t(Ui,{scope:n,forceMount:o,children:t(Ha,{present:o||i.open,children:t(Wa,{asChild:!0,container:a,children:r})})})};Ki.displayName=$i;var Zi="PopoverContent",Qi=o.forwardRef(((e,n)=>{const o=Xi(Zi,e.__scopePopover),{forceMount:r=o.forceMount,...a}=e,i=Bi(Zi,e.__scopePopover);return t(Ha,{present:r||i.open,children:i.modal?t(Ji,{...a,ref:n}):t(el,{...a,ref:n})})}));Qi.displayName=Zi;var Ji=o.forwardRef(((e,n)=>{const r=Bi(Zi,e.__scopePopover),a=o.useRef(null),i=go(n,a),l=o.useRef(!1);return o.useEffect((()=>{const e=a.current;if(e)return Ka(e)}),[]),t(Li,{as:qe,allowPinchZoom:!0,children:t(tl,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:fo(e.onCloseAutoFocus,(e=>{e.preventDefault(),l.current||r.triggerRef.current?.focus()})),onPointerDownOutside:fo(e.onPointerDownOutside,(e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;l.current=o}),{checkForDefaultPrevented:!1}),onFocusOutside:fo(e.onFocusOutside,(e=>e.preventDefault()),{checkForDefaultPrevented:!1})})})})),el=o.forwardRef(((e,n)=>{const r=Bi(Zi,e.__scopePopover),a=o.useRef(!1),i=o.useRef(!1);return t(tl,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(a.current||r.triggerRef.current?.focus(),t.preventDefault()),a.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(a.current=!0,"pointerdown"===t.detail.originalEvent.type&&(i.current=!0));const n=t.target,o=r.triggerRef.current?.contains(n);o&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&i.current&&t.preventDefault()}})})),tl=o.forwardRef(((e,n)=>{const{__scopePopover:r,trapFocus:a,onOpenAutoFocus:i,onCloseAutoFocus:l,disableOutsidePointerEvents:s,onEscapeKeyDown:u,onPointerDownOutside:d,onFocusOutside:c,onInteractOutside:f,...g}=e,p=Bi(Zi,r),m=Wi(r);return o.useEffect((()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Ro()),document.body.insertAdjacentElement("beforeend",e[1]??Ro()),Eo++,()=>{1===Eo&&document.querySelectorAll("[data-radix-focus-guard]").forEach((e=>e.remove())),Eo--}}),[]),t(Do,{asChild:!0,loop:!0,trapped:a,onMountAutoFocus:i,onUnmountAutoFocus:l,children:t(Co,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:f,onEscapeKeyDown:u,onPointerDownOutside:d,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:t(za,{"data-state":ol(p.open),role:"dialog",id:p.contentId,...m,...g,ref:n,style:{...g.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})})),nl="PopoverClose";o.forwardRef(((e,n)=>{const{__scopePopover:o,...r}=e,a=Bi(nl,o);return t(mo.button,{type:"button",...r,ref:n,onClick:fo(e.onClick,(()=>a.onOpenChange(!1)))})})).displayName=nl;function ol(e){return e?"open":"closed"}o.forwardRef(((e,n)=>{const{__scopePopover:o,...r}=e,a=Wi(o);return t(Va,{...a,...r,ref:n})})).displayName="PopoverArrow";var rl=Ki,al=Qi,il=Gi,ll=qi,sl=o.forwardRef((function(e,n){var o=e.className,r=e.align,a=void 0===r?"center":r,i=e.sideOffset,l=void 0===i?4:i,s=M(e,["className","align","sideOffset"]);return t(rl,{children:t(al,R({ref:n,align:a,sideOffset:l,className:F("z-50 min-w-72 rounded-md border bg-base-popup-highlight border-none overflow-hidden p-0 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",o)},s))})}));sl.displayName=al.displayName;var ul=function(n){var o=n.date,r=n.onSelect,a=n.textInputProps,i=s(!1),l=i[0],u=i[1];return t("div",{children:e(il,{open:l,onOpenChange:u,children:[t(ll,{asChild:!0,children:t("div",{className:"flex",children:t(Q,R({fullwidth:!0,id:"2",readOnly:!0,label:"Date",size:"md",value:o?In(o,"dd MMM yyyy"):l?" ":"",hasClearIcon:!1,endIcon:t(j,{fill:"inherit"})},a))})}),t(sl,{className:"w-auto p-0",children:t(co,{mode:"single",selected:o,onSelect:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];null==r||r.apply(void 0,e),u(!1)}})})]})})},dl=function(e){var n=e.progress,o=void 0===n?0:n,r=e.color,a=e.gradientStart,i=e.gradientEnd,l=e.animationDuration,d=void 0===l?.5:l,c=e.height,f=void 0===c?8:c,g=e.trackClassName,p=e.progressClassName,m=s(0),b=m[0],h=m[1];u((function(){h(o)}),[o]);return t("div",{className:F("w-full bg-grey2-transparent-16 rounded-full overflow-hidden",g),style:{height:"".concat(f,"px")},children:t("div",{className:F("h-full rounded-full transition-all ease-out bg-primary",p),style:{width:"".concat(b,"%"),background:a&&i?"linear-gradient(to right, ".concat(a,", ").concat(i,")"):r,transition:"width ".concat(d,"s ease-out")}})})},cl=o.forwardRef((function(e,n){var o=e.className,r=e.rootRef,a=M(e,["className","rootRef"]);return t("div",{className:"relative h-full w-full overflow-auto",ref:r,children:t("table",R({ref:n,className:F("w-full caption-bottom text-sm border-collapse",o)},a))})}));cl.displayName="Table";var fl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("thead",R({ref:n,className:F("[&_tr]:border-b bg-secondary-80",o)},r))}));fl.displayName="TableHeader";var gl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("tbody",R({ref:n,className:F("[&_tr:last-child]:border-0",o)},r))}));gl.displayName="TableBody";var pl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("tfoot",R({ref:n,className:F("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",o)},r))}));pl.displayName="TableFooter";var ml=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("tr",R({ref:n,className:F("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-grey-20",o)},r))}));ml.displayName="TableRow";var bl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("th",R({ref:n,className:F(" h-12 py-3 px-6 text-left align-middle typography-body2 text-textcolor-grey-dark [&:has([role=checkbox])]:pr-4 [&:has([role=checkbox])]:w-4",o)},r))}));bl.displayName="TableHead";var hl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("td",R({ref:n,className:F(" py-3 px-6 text-left align-middle typography-body3 text-textcolor-grey-dark [&:has([role=checkbox])]:pr-4 [&:has([role=checkbox])]:w-4",o)},r))}));hl.displayName="TableCell";var vl=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t("caption",R({ref:n,className:F("mt-4 text-sm text-muted-foreground",o)},r))}));
1
+ import*as e from"react";import t,{forwardRef as n,useRef as r,useImperativeHandle as a,useState as l,useEffect as o,useCallback as i,useMemo as s,Fragment as d,createContext as c,createElement as u,useContext as f,useLayoutEffect as m,Children as v,cloneElement as h,useReducer as g,isValidElement as w}from"react";import{jsx as p,jsxs as b,Fragment as E}from"react/jsx-runtime";import{cva as x}from"class-variance-authority";import{twMerge as y}from"tailwind-merge";import*as M from"react-dom";import k,{flushSync as C}from"react-dom";var R=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.702 1.368a.75.75 0 0 1 .597 0c2.098.91 4.105 1.99 6.004 3.223a.75.75 0 0 1-.194 1.348A34.27 34.27 0 0 0 8.341 8.25a.75.75 0 0 1-.682 0c-.625-.32-1.262-.62-1.909-.901v-.542a36.878 36.878 0 0 1 2.568-1.33.75.75 0 0 0-.636-1.357 38.39 38.39 0 0 0-3.06 1.605.75.75 0 0 0-.372.648v.365c-.773-.294-1.56-.56-2.359-.8a.75.75 0 0 1-.194-1.347 40.901 40.901 0 0 1 6.005-3.223ZM4.25 8.348c-.53-.212-1.067-.411-1.611-.596a40.973 40.973 0 0 0-.418 2.97.75.75 0 0 0 .474.776c.175.068.35.138.524.21a5.544 5.544 0 0 1-.58.681.75.75 0 1 0 1.06 1.06c.35-.349.655-.726.915-1.124a29.282 29.282 0 0 0-1.395-.617A5.483 5.483 0 0 0 4.25 8.5v-.152Z"}),e.createElement("path",{d:"M7.603 13.96c-.96-.6-1.958-1.147-2.989-1.635a6.981 6.981 0 0 0 1.12-3.341c.419.192.834.393 1.244.602a2.25 2.25 0 0 0 2.045 0 32.787 32.787 0 0 1 4.338-1.834c.175.978.315 1.969.419 2.97a.75.75 0 0 1-.474.776 29.385 29.385 0 0 0-4.909 2.461.75.75 0 0 1-.794 0Z"}))}));var I=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6.5 2.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0V4.5h6.75a.75.75 0 0 0 0-1.5H6.5v-.75ZM11 6.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-.75h2.25a.75.75 0 0 0 0-1.5H11V6.5ZM5.75 10a.75.75 0 0 1 .75.75v.75h6.75a.75.75 0 0 1 0 1.5H6.5v.75a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75ZM2.75 7.25H8.5v1.5H2.75a.75.75 0 0 1 0-1.5ZM4 3H2.75a.75.75 0 0 0 0 1.5H4V3ZM2.75 11.5H4V13H2.75a.75.75 0 0 1 0-1.5Z"}))}));var L=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 13.25V7.5h1.5v5.75a.75.75 0 0 1-1.5 0ZM8.75 2.75V5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V2.75a.75.75 0 0 1 1.5 0ZM2.25 9.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5H4.5V2.75a.75.75 0 0 0-1.5 0V9.5h-.75ZM10 10.25a.75.75 0 0 1 .75-.75h.75V2.75a.75.75 0 0 1 1.5 0V9.5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75ZM3 12v1.25a.75.75 0 0 0 1.5 0V12H3ZM11.5 13.25V12H13v1.25a.75.75 0 0 1-1.5 0Z"}))}));var A=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"}),e.createElement("path",{fillRule:"evenodd",d:"M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM8.75 7.75a.75.75 0 0 0-1.5 0v2.69L6.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06l-1.22 1.22V7.75Z",clipRule:"evenodd"}))}));var Z=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"}),e.createElement("path",{fillRule:"evenodd",d:"M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var O=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Z"}),e.createElement("path",{fillRule:"evenodd",d:"M3 6h10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6Zm3 2.75A.75.75 0 0 1 6.75 8h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 8.75Z",clipRule:"evenodd"}))}));var j=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25a.75.75 0 0 0-1.5 0v4.69L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V4.75Z",clipRule:"evenodd"}))}));var S=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.78 4.22a.75.75 0 0 1 0 1.06L6.56 10.5h3.69a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75v-5.5a.75.75 0 0 1 1.5 0v3.69l5.22-5.22a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var B=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 7 1ZM6.25 6v2.94L5.03 7.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L7.75 8.94V6H10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25Z"}),e.createElement("path",{d:"M4.268 14A2 2 0 0 0 6 15h6a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H4.268Z"}))}));var V=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 1a.75.75 0 0 1 .75.75V5h-1.5V1.75A.75.75 0 0 1 8 1ZM7.25 5v4.44L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V5H11a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2.25Z"}))}));var H=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.22 4.22a.75.75 0 0 0 0 1.06l5.22 5.22H5.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-1.5 0v3.69L5.28 4.22a.75.75 0 0 0-1.06 0Z",clipRule:"evenodd"}))}));var N=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.75 2.75a.75.75 0 0 0-1.5 0v5.69L5.03 6.22a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-1.06-1.06L8.75 8.44V2.75Z"}),e.createElement("path",{d:"M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z"}))}));var D=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 2a.75.75 0 0 1 .75.75v8.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.22 3.22V2.75A.75.75 0 0 1 8 2Z",clipRule:"evenodd"}))}));var P=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm10.25.75a.75.75 0 0 0 0-1.5H6.56l1.22-1.22a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L6.56 8.75h4.69Z",clipRule:"evenodd"}))}));var W=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h3a2.75 2.75 0 0 0 2.75-2.75v-.5a.75.75 0 0 0-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25 1.25-1.25h3C8.44 3.5 9 4.06 9 4.75v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 0 7.75 2h-3Z"}),e.createElement("path",{d:"M8.03 6.28a.75.75 0 0 0-1.06-1.06L4.72 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H7.06l.97-.97Z"}))}));var F=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M14 4.75A2.75 2.75 0 0 0 11.25 2h-3A2.75 2.75 0 0 0 5.5 4.75v.5a.75.75 0 0 0 1.5 0v-.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v6.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5A2.75 2.75 0 0 0 8.25 14h3A2.75 2.75 0 0 0 14 11.25v-6.5Zm-9.47.47a.75.75 0 0 0-1.06 0L1.22 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H3.56l.97-.97a.75.75 0 0 0 0-1.06Z",clipRule:"evenodd"}))}));var _=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M14 8a.75.75 0 0 1-.75.75H4.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z",clipRule:"evenodd"}))}));var T=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 2a.75.75 0 0 1 .75.75v8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V2.75A.75.75 0 0 1 8 2Z",clipRule:"evenodd"}))}));var z=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M14 8a.75.75 0 0 1-.75.75H4.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z",clipRule:"evenodd"}))}));var G=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 8c0 .414.336.75.75.75h8.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H2.75A.75.75 0 0 0 2 8Z",clipRule:"evenodd"}))}));var $=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 14a.75.75 0 0 0 .75-.75V4.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v8.69c0 .414.336.75.75.75Z",clipRule:"evenodd"}))}));var q=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 3.5c-.771 0-1.537.022-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399 41.628 41.628 0 0 1 4.766 0 2.624 2.624 0 0 1 2.467 2.399c.056.662.097 1.329.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a39.89 39.89 0 0 0-.114-1.815 1.124 1.124 0 0 0-1.058-1.028A40.138 40.138 0 0 0 8 3.5ZM3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69c.025.61.062 1.214.114 1.816.048.56.496.996 1.058 1.028a40.112 40.112 0 0 0 4.594 0 1.124 1.124 0 0 0 1.058-1.028 39.2 39.2 0 0 0 .018-.219.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399 41.648 41.648 0 0 1-4.766 0 2.624 2.624 0 0 1-2.467-2.399 41.395 41.395 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22l2-2Z",clipRule:"evenodd"}))}));var U=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M13.836 2.477a.75.75 0 0 1 .75.75v3.182a.75.75 0 0 1-.75.75h-3.182a.75.75 0 0 1 0-1.5h1.37l-.84-.841a4.5 4.5 0 0 0-7.08.932.75.75 0 0 1-1.3-.75 6 6 0 0 1 9.44-1.242l.842.84V3.227a.75.75 0 0 1 .75-.75Zm-.911 7.5A.75.75 0 0 1 13.199 11a6 6 0 0 1-9.44 1.241l-.84-.84v1.371a.75.75 0 0 1-1.5 0V9.591a.75.75 0 0 1 .75-.75H5.35a.75.75 0 0 1 0 1.5H3.98l.841.841a4.5 4.5 0 0 0 7.08-.932.75.75 0 0 1 1.025-.273Z",clipRule:"evenodd"}))}));var Y=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0ZM4.75 7.25a.75.75 0 0 0 0 1.5h4.69L8.22 9.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06l1.22 1.22H4.75Z",clipRule:"evenodd"}))}));var X=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2h3Z"}),e.createElement("path",{d:"M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19l-.97-.97Z"}))}));var K=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4.75A2.75 2.75 0 0 1 4.75 2h3a2.75 2.75 0 0 1 2.75 2.75v.5a.75.75 0 0 1-1.5 0v-.5c0-.69-.56-1.25-1.25-1.25h-3c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 0 1 1.5 0v.5A2.75 2.75 0 0 1 7.75 14h-3A2.75 2.75 0 0 1 2 11.25v-6.5Zm9.47.47a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.25a.75.75 0 0 1 0-1.5h7.19l-.97-.97a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var Q=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 8a.75.75 0 0 1 .75-.75h8.69L8.22 4.03a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06-1.06l3.22-3.22H2.75A.75.75 0 0 1 2 8Z",clipRule:"evenodd"}))}));var J=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6.22 8.72a.75.75 0 0 0 1.06 1.06l5.22-5.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L6.22 8.72Z"}),e.createElement("path",{d:"M3.5 6.75c0-.69.56-1.25 1.25-1.25H7A.75.75 0 0 0 7 4H4.75A2.75 2.75 0 0 0 2 6.75v4.5A2.75 2.75 0 0 0 4.75 14h4.5A2.75 2.75 0 0 0 12 11.25V9a.75.75 0 0 0-1.5 0v2.25c0 .69-.56 1.25-1.25 1.25h-4.5c-.69 0-1.25-.56-1.25-1.25v-4.5Z"}))}));var ee=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1.22 4.22a.75.75 0 0 1 1.06 0L6 7.94l2.761-2.762a.75.75 0 0 1 1.158.12 24.9 24.9 0 0 1 2.718 5.556l.729-1.261a.75.75 0 0 1 1.299.75l-1.591 2.755a.75.75 0 0 1-1.025.275l-2.756-1.591a.75.75 0 1 1 .75-1.3l1.097.634a23.417 23.417 0 0 0-1.984-4.211L6.53 9.53a.75.75 0 0 1-1.06 0L1.22 5.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var te=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M9.808 4.057a.75.75 0 0 1 .92-.527l3.116.849a.75.75 0 0 1 .528.915l-.823 3.121a.75.75 0 0 1-1.45-.382l.337-1.281a23.484 23.484 0 0 0-3.609 3.056.75.75 0 0 1-1.07.01L6 8.06l-3.72 3.72a.75.75 0 1 1-1.06-1.061l4.25-4.25a.75.75 0 0 1 1.06 0l1.756 1.755a25.015 25.015 0 0 1 3.508-2.85l-1.46-.398a.75.75 0 0 1-.526-.92Z",clipRule:"evenodd"}))}));var ne=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm-.75 10.25a.75.75 0 0 0 1.5 0V6.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v4.69Z",clipRule:"evenodd"}))}));var re=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.78 11.78a.75.75 0 0 0 0-1.06L6.56 5.5h3.69a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V6.56l5.22 5.22a.75.75 0 0 0 1.06 0Z",clipRule:"evenodd"}))}));var ae=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.268 14A2 2 0 0 0 7 15h4a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H5.268ZM6.25 6h1.5V3.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22V6Z"}),e.createElement("path",{d:"M6.25 8.75a.75.75 0 0 0 1.5 0V6H9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1.25v2.75Z"}))}));var le=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.75 6h-1.5V3.56L6.03 4.78a.75.75 0 0 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L8.75 3.56V6H11a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25v5.25a.75.75 0 0 0 1.5 0V6Z"}))}));var oe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.22 11.78a.75.75 0 0 1 0-1.06L9.44 5.5H5.75a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0V6.56l-5.22 5.22a.75.75 0 0 1-1.06 0Z",clipRule:"evenodd"}))}));var ie=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22v5.69Z"}),e.createElement("path",{d:"M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z"}))}));var se=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14Z",clipRule:"evenodd"}))}));var de=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M9.75 3.5A2.75 2.75 0 0 0 7 6.25v5.19l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V6.25a4.25 4.25 0 0 1 8.5 0v1a.75.75 0 0 1-1.5 0v-1A2.75 2.75 0 0 0 9.75 3.5Z",clipRule:"evenodd"}))}));var ce=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12.5 9.75A2.75 2.75 0 0 0 9.75 7H4.56l2.22 2.22a.75.75 0 1 1-1.06 1.06l-3.5-3.5a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.06 1.06L4.56 5.5h5.19a4.25 4.25 0 0 1 0 8.5h-1a.75.75 0 0 1 0-1.5h1a2.75 2.75 0 0 0 2.75-2.75Z",clipRule:"evenodd"}))}));var ue=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.5 9.75A2.75 2.75 0 0 1 6.25 7h5.19L9.22 9.22a.75.75 0 1 0 1.06 1.06l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 1 0-1.06 1.06l2.22 2.22H6.25a4.25 4.25 0 0 0 0 8.5h1a.75.75 0 0 0 0-1.5h-1A2.75 2.75 0 0 1 3.5 9.75Z",clipRule:"evenodd"}))}));var fe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.25 12.5A2.75 2.75 0 0 0 9 9.75V4.56L6.78 6.78a.75.75 0 0 1-1.06-1.06l3.5-3.5a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-1.06 1.06L10.5 4.56v5.19a4.25 4.25 0 0 1-8.5 0v-1a.75.75 0 0 1 1.5 0v1a2.75 2.75 0 0 0 2.75 2.75Z",clipRule:"evenodd"}))}));var me=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2.22 2.22a.75.75 0 0 1 1.06 0L5.5 4.44V2.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5h1.69L2.22 3.28a.75.75 0 0 1 0-1.06Zm10.5 0a.75.75 0 1 1 1.06 1.06L11.56 5.5h1.69a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 9 6.25v-3.5a.75.75 0 0 1 1.5 0v1.69l2.22-2.22ZM2.75 9h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-1.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22H2.75a.75.75 0 0 1 0-1.5ZM9 9.75A.75.75 0 0 1 9.75 9h3.5a.75.75 0 0 1 0 1.5h-1.69l2.22 2.22a.75.75 0 1 1-1.06 1.06l-2.22-2.22v1.69a.75.75 0 0 1-1.5 0v-3.5Z",clipRule:"evenodd"}))}));var ve=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2.75 9a.75.75 0 0 1 .75.75v1.69l2.22-2.22a.75.75 0 0 1 1.06 1.06L4.56 12.5h1.69a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 2.75 9ZM2.75 7a.75.75 0 0 0 .75-.75V4.56l2.22 2.22a.75.75 0 0 0 1.06-1.06L4.56 3.5h1.69a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75ZM13.25 9a.75.75 0 0 0-.75.75v1.69l-2.22-2.22a.75.75 0 1 0-1.06 1.06l2.22 2.22H9.75a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75ZM13.25 7a.75.75 0 0 1-.75-.75V4.56l-2.22 2.22a.75.75 0 1 1-1.06-1.06l2.22-2.22H9.75a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75Z",clipRule:"evenodd"}))}));var he=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M10.47 2.22a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.75a.75.75 0 0 1 0-1.5h5.69l-.97-.97a.75.75 0 0 1 0-1.06Zm-4.94 6a.75.75 0 0 1 0 1.06l-.97.97h5.69a.75.75 0 0 1 0 1.5H4.56l.97.97a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var ge=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M13.78 10.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V5.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0ZM2.22 5.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V4.56l-.97.97a.75.75 0 0 1-1.06 0Z",clipRule:"evenodd"}))}));var we=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.89 4.111a5.5 5.5 0 1 0 0 7.778.75.75 0 1 1 1.06 1.061A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 0 0 2 0 5.48 5.48 0 0 0-1.61-3.889ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z",clipRule:"evenodd"}))}));var pe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.414 3c-.464 0-.909.184-1.237.513L1.22 7.47a.75.75 0 0 0 0 1.06l3.957 3.957A1.75 1.75 0 0 0 6.414 13h5.836A2.75 2.75 0 0 0 15 10.25v-4.5A2.75 2.75 0 0 0 12.25 3H6.414ZM8.28 5.72a.75.75 0 0 0-1.06 1.06L8.44 8 7.22 9.22a.75.75 0 1 0 1.06 1.06L9.5 9.06l1.22 1.22a.75.75 0 1 0 1.06-1.06L10.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L9.5 6.94 8.28 5.72Z",clipRule:"evenodd"}))}));var be=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.5 4.75a.75.75 0 0 0-1.107-.66l-6 3.25a.75.75 0 0 0 0 1.32l6 3.25a.75.75 0 0 0 1.107-.66V8.988l5.393 2.921A.75.75 0 0 0 15 11.25v-6.5a.75.75 0 0 0-1.107-.66L8.5 7.013V4.75Z"}))}));var Ee=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3Zm9 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-6.25-.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM11.5 6A.75.75 0 1 1 13 6a.75.75 0 0 1-1.5 0Z",clipRule:"evenodd"}),e.createElement("path",{d:"M13 11.75a.75.75 0 0 0-1.5 0v.179c0 .15-.138.28-.306.255A65.277 65.277 0 0 0 1.75 11.5a.75.75 0 0 0 0 1.5c3.135 0 6.215.228 9.227.668A1.764 1.764 0 0 0 13 11.928v-.178Z"}))}));var xe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 6.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var ye=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var Me=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm6 4.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var ke=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var Ce=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75ZM2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8Zm0 4.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var Re=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 2.75A.75.75 0 0 1 2.75 2h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 2.75Zm0 10.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM2 6.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.75Z",clipRule:"evenodd"}))}));var Ie=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM14.78 11.47a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V6.75a.75.75 0 0 1 1.5 0v5.69l.97-.97a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var Le=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 2.75A.75.75 0 0 1 2.75 2h9.5a.75.75 0 0 1 0 1.5h-9.5A.75.75 0 0 1 2 2.75ZM2 6.25a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 2 6.25Zm0 3.5A.75.75 0 0 1 2.75 9h3.5a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 2 9.75ZM9.22 9.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v5.69a.75.75 0 0 1-1.5 0V8.56l-.97.97a.75.75 0 0 1-1.06 0Z",clipRule:"evenodd"}))}));var Ae=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z",clipRule:"evenodd"}))}));var Ze=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4 7.75A.75.75 0 0 1 4.75 7h5.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 8.25v-.5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M3.25 4A2.25 2.25 0 0 0 1 6.25v3.5A2.25 2.25 0 0 0 3.25 12h8.5A2.25 2.25 0 0 0 14 9.75v-.085a1.5 1.5 0 0 0 1-1.415v-.5a1.5 1.5 0 0 0-1-1.415V6.25A2.25 2.25 0 0 0 11.75 4h-8.5ZM2.5 6.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-8.5a.75.75 0 0 1-.75-.75v-3.5Z",clipRule:"evenodd"}))}));var Oe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 6.25A2.25 2.25 0 0 1 3.25 4h8.5A2.25 2.25 0 0 1 14 6.25v.085a1.5 1.5 0 0 1 1 1.415v.5a1.5 1.5 0 0 1-1 1.415v.085A2.25 2.25 0 0 1 11.75 12h-8.5A2.25 2.25 0 0 1 1 9.75v-3.5Zm2.25-.75a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h8.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-8.5Z",clipRule:"evenodd"}),e.createElement("path",{d:"M4.75 7a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h2a.75.75 0 0 0 .75-.75v-.5A.75.75 0 0 0 6.75 7h-2Z"}))}));var je=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11 3.5v2.257c0 .597.237 1.17.659 1.591l2.733 2.733c.39.39.608.918.608 1.469a2.04 2.04 0 0 1-1.702 2.024C11.573 13.854 9.803 14 8 14s-3.573-.146-5.298-.426A2.04 2.04 0 0 1 1 11.55c0-.551.219-1.08.608-1.47l2.733-2.732A2.25 2.25 0 0 0 5 5.758V3.5h-.25a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5H11ZM6.5 5.757V3.5h3v2.257a3.75 3.75 0 0 0 1.098 2.652l.158.158a3.36 3.36 0 0 0-.075.034c-.424.2-.916.194-1.335-.016l-1.19-.595a4.943 4.943 0 0 0-2.07-.52A3.75 3.75 0 0 0 6.5 5.757Z",clipRule:"evenodd"}))}));var Se=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.6 1.7A.75.75 0 1 0 2.4.799a6.978 6.978 0 0 0-1.123 2.247.75.75 0 1 0 1.44.418c.187-.644.489-1.24.883-1.764ZM13.6.799a.75.75 0 1 0-1.2.9 5.48 5.48 0 0 1 .883 1.765.75.75 0 1 0 1.44-.418A6.978 6.978 0 0 0 13.6.799Z"}),e.createElement("path",{fillRule:"evenodd",d:"M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5Z",clipRule:"evenodd"}))}));var Be=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 7.379v-.904l6.743 6.742A3 3 0 0 1 5 12H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38ZM6.5 12a1.5 1.5 0 0 0 3 0h-3Z",clipRule:"evenodd"}),e.createElement("path",{d:"M14 11a.997.997 0 0 1-.096.429L4.92 2.446A4 4 0 0 1 12 5v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z"}))}));var Ve=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a4 4 0 0 1 4 4v2.379c0 .398.158.779.44 1.06l1.267 1.268a1 1 0 0 1 .293.707V11a1 1 0 0 1-1 1h-2a3 3 0 1 1-6 0H3a1 1 0 0 1-1-1v-.586a1 1 0 0 1 .293-.707L3.56 8.44A1.5 1.5 0 0 0 4 7.38V5a4 4 0 0 1 4-4Zm0 12.5A1.5 1.5 0 0 1 6.5 12h3A1.5 1.5 0 0 1 8 13.5ZM6.75 4a.75.75 0 0 0 0 1.5h1.043L6.14 7.814A.75.75 0 0 0 6.75 9h2.5a.75.75 0 1 0 0-1.5H8.207L9.86 5.186A.75.75 0 0 0 9.25 4h-2.5Z",clipRule:"evenodd"}))}));var He=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12 5a4 4 0 0 0-8 0v2.379a1.5 1.5 0 0 1-.44 1.06L2.294 9.707a1 1 0 0 0-.293.707V11a1 1 0 0 0 1 1h2a3 3 0 1 0 6 0h2a1 1 0 0 0 1-1v-.586a1 1 0 0 0-.293-.707L12.44 8.44A1.5 1.5 0 0 1 12 7.38V5Zm-5.5 7a1.5 1.5 0 0 0 3 0h-3Z",clipRule:"evenodd"}))}));var Ne=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-1.904 2.197L6.385 3.91 8.683 1.26a.75.75 0 0 1 .897-.182ZM4.087 6.562l5.528 5.528-2.298 2.651a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l1.904-2.197ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z"}))}));var De=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M9.58 1.077a.75.75 0 0 1 .405.82L9.165 6h4.085a.75.75 0 0 1 .567 1.241l-6.5 7.5a.75.75 0 0 1-1.302-.638L6.835 10H2.75a.75.75 0 0 1-.567-1.241l6.5-7.5a.75.75 0 0 1 .897-.182Z",clipRule:"evenodd"}))}));var Pe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 3.688a8.035 8.035 0 0 0-4.872-.523A.48.48 0 0 0 2 3.64v7.994c0 .345.342.588.679.512a6.02 6.02 0 0 1 4.571.81V3.688ZM8.75 12.956a6.02 6.02 0 0 1 4.571-.81c.337.075.679-.167.679-.512V3.64a.48.48 0 0 0-.378-.475 8.034 8.034 0 0 0-4.872.523v9.268Z"}))}));var We=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M13 2.75v7.775L4.475 2h7.775a.75.75 0 0 1 .75.75ZM3 13.25V5.475l4.793 4.793L4.28 13.78A.75.75 0 0 1 3 13.25ZM2.22 2.22a.75.75 0 0 1 1.06 0l10.5 10.5a.75.75 0 1 1-1.06 1.06L2.22 3.28a.75.75 0 0 1 0-1.06Z"}))}));var Fe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm1 2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.28.53L8 9.06l-1.72 1.72A.75.75 0 0 1 5 10.25v-6Z",clipRule:"evenodd"}))}));var _e=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.28.53L8 10.06l3.72 3.72a.75.75 0 0 0 1.28-.53V2.75a.75.75 0 0 0-.75-.75h-8.5Z"}))}));var Te=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11 4V3a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1ZM9 2.5H7a.5.5 0 0 0-.5.5v1h3V3a.5.5 0 0 0-.5-.5ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"}),e.createElement("path",{d:"M3 11.83V12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-.17c-.313.11-.65.17-1 .17H4c-.35 0-.687-.06-1-.17Z"}))}));var ze=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M11.983 1.364a.75.75 0 0 0-1.281.78c.096.158.184.321.264.489a5.48 5.48 0 0 1-.713.386A2.993 2.993 0 0 0 8 2c-.898 0-1.703.394-2.253 1.02a5.485 5.485 0 0 1-.713-.387c.08-.168.168-.33.264-.489a.75.75 0 1 0-1.28-.78c-.245.401-.45.83-.61 1.278a.75.75 0 0 0 .239.84 7 7 0 0 0 1.422.876A3.01 3.01 0 0 0 5 5c0 .126.072.24.183.3.386.205.796.37 1.227.487-.126.165-.227.35-.297.549A10.418 10.418 0 0 1 3.51 5.5a10.686 10.686 0 0 1-.008-.733.75.75 0 0 0-1.5-.033 12.222 12.222 0 0 0 .041 1.31.75.75 0 0 0 .4.6A11.922 11.922 0 0 0 6.199 7.87c.04.084.088.166.14.243l-.214.031-.027.005c-1.299.207-2.529.622-3.654 1.211a.75.75 0 0 0-.4.6 12.148 12.148 0 0 0 .197 3.443.75.75 0 0 0 1.47-.299 10.551 10.551 0 0 1-.2-2.6c.352-.167.714-.314 1.085-.441-.063.3-.096.614-.096.936 0 2.21 1.567 4 3.5 4s3.5-1.79 3.5-4c0-.322-.034-.636-.097-.937.372.128.734.275 1.085.442a10.703 10.703 0 0 1-.199 2.6.75.75 0 1 0 1.47.3 12.049 12.049 0 0 0 .197-3.443.75.75 0 0 0-.4-.6 11.921 11.921 0 0 0-3.671-1.215l-.011-.002a11.95 11.95 0 0 0-.213-.03c.052-.078.1-.16.14-.244 1.336-.202 2.6-.623 3.755-1.227a.75.75 0 0 0 .4-.6 12.178 12.178 0 0 0 .041-1.31.75.75 0 0 0-1.5.033 11.061 11.061 0 0 1-.008.733c-.815.386-1.688.67-2.602.836-.07-.2-.17-.384-.297-.55.43-.117.842-.282 1.228-.488A.34.34 0 0 0 11 5c0-.22-.024-.435-.069-.642a7 7 0 0 0 1.422-.876.75.75 0 0 0 .24-.84 6.97 6.97 0 0 0-.61-1.278Z"}))}));var Ge=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.605 2.112a.75.75 0 0 1 .79 0l5.25 3.25A.75.75 0 0 1 13 6.707V12.5h.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H3V6.707a.75.75 0 0 1-.645-1.345l5.25-3.25ZM4.5 8.75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 8a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 1.5 0v-3A.75.75 0 0 0 8 8Zm2 .75a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-1.5 0v-3ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var $e=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1.75 2a.75.75 0 0 0 0 1.5H2v9h-.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V3.5h.25a.75.75 0 0 0 0-1.5h-7.5ZM3.5 5.5A.5.5 0 0 1 4 5h.5a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-.5Zm.5 2a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 9h.5a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H4Zm2-2a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5h-.5A.5.5 0 0 1 6 6v-.5Zm.5 2A.5.5 0 0 0 6 8v.5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-.5ZM11.5 6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.75a.75.75 0 0 0 0-1.5H14v-5h.25a.75.75 0 0 0 0-1.5H11.5Zm.5 1.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5Zm0 2.5a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H12Z",clipRule:"evenodd"}))}));var qe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.75 2a.75.75 0 0 0 0 1.5H4v9h-.25a.75.75 0 0 0 0 1.5H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.25a.75.75 0 0 0 0-1.5H12v-9h.25a.75.75 0 0 0 0-1.5h-8.5ZM6.5 4a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5H7a.5.5 0 0 0 .5-.5v-.5A.5.5 0 0 0 7 4h-.5ZM6 7a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5v.5A.5.5 0 0 1 7 8h-.5a.5.5 0 0 1-.5-.5V7Zm3-3a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 .5.5h.5A.5.5 0 0 0 10 5v-.5a.5.5 0 0 0-.5-.5H9Zm-.5 3a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5V7Z",clipRule:"evenodd"}))}));var Ue=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4.5 7c.681 0 1.3-.273 1.75-.715C6.7 6.727 7.319 7 8 7s1.3-.273 1.75-.715A2.5 2.5 0 1 0 11.5 2h-7a2.5 2.5 0 0 0 0 5ZM6.25 8.097A3.986 3.986 0 0 1 4.5 8.5c-.53 0-1.037-.103-1.5-.29v4.29h-.25a.75.75 0 0 0 0 1.5h.5a.754.754 0 0 0 .138-.013A.5.5 0 0 0 3.5 14H6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 1 7 10h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h2.5a.5.5 0 0 0 .112-.013c.045.009.09.013.138.013h.5a.75.75 0 1 0 0-1.5H13V8.21c-.463.187-.97.29-1.5.29a3.986 3.986 0 0 1-1.75-.403A3.986 3.986 0 0 1 8 8.5a3.986 3.986 0 0 1-1.75-.403Z"}))}));var Ye=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"m4.75 1-.884.884a1.25 1.25 0 1 0 1.768 0L4.75 1ZM11.25 1l-.884.884a1.25 1.25 0 1 0 1.768 0L11.25 1ZM8.884 1.884 8 1l-.884.884a1.25 1.25 0 1 0 1.768 0ZM4 7a2 2 0 0 0-2 2v1.034c.347 0 .694-.056 1.028-.167l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157a3.25 3.25 0 0 0 2.056 0l.47-.157a4.75 4.75 0 0 1 3.004 0l.47.157c.334.111.681.167 1.028.167V9a2 2 0 0 0-2-2V5.75a.75.75 0 0 0-1.5 0V7H8.75V5.75a.75.75 0 0 0-1.5 0V7H5.5V5.75a.75.75 0 0 0-1.5 0V7ZM14 11.534a4.749 4.749 0 0 1-1.502-.244l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157a4.75 4.75 0 0 1-3.004 0l-.47-.157a3.25 3.25 0 0 0-2.056 0l-.47.157A4.748 4.748 0 0 1 2 11.534V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1.466Z"}))}));var Xe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H5Zm.75 6a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 3.75A.75.75 0 0 1 5.75 3h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 3.75Zm.75 7.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10a.75.75 0 1 1 1.5 0A.75.75 0 0 1 5 10Zm5.25-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-.75 3a.75.75 0 0 1 1.5 0v2.25a.75.75 0 0 1-1.5 0V10ZM8 7a.75.75 0 1 0 0 1.5A.75.75 0 0 0 8 7Zm-.75 5.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm.75-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z",clipRule:"evenodd"}))}));var Ke=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM5 10.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM10.25 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.25 8.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM8 9.5A.75.75 0 1 0 8 11a.75.75 0 0 0 0-1.5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1ZM3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V7Z",clipRule:"evenodd"}))}));var Qe=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 1.75a.75.75 0 0 1 1.5 0V3h5V1.75a.75.75 0 0 1 1.5 0V3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2V1.75ZM4.5 6a1 1 0 0 0-1 1v4.5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-7Z",clipRule:"evenodd"}))}));var Je=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M9.5 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}),e.createElement("path",{fillRule:"evenodd",d:"M2.5 5A1.5 1.5 0 0 0 1 6.5v5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 13.5 5h-.879a1.5 1.5 0 0 1-1.06-.44l-1.122-1.12A1.5 1.5 0 0 0 9.38 3H6.62a1.5 1.5 0 0 0-1.06.44L4.439 4.56A1.5 1.5 0 0 1 3.38 5H2.5ZM11 8.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",clipRule:"evenodd"}))}));var et=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm.75 7a.75.75 0 0 0-.75.75v1.5a.75.75 0 0 0 1.5 0v-1.5A.75.75 0 0 0 4.75 9Zm2.5-1.75a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0v-4Zm4-3.25a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-.75-.75Z",clipRule:"evenodd"}))}));var tt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M12 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-1ZM6.5 6a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V6ZM2 9a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9Z"}))}));var nt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M13.975 6.5c.028.276-.199.5-.475.5h-4a.5.5 0 0 1-.5-.5v-4c0-.276.225-.503.5-.475A5.002 5.002 0 0 1 13.974 6.5Z"}),e.createElement("path",{d:"M6.5 4.025c.276-.028.5.199.5.475v4a.5.5 0 0 0 .5.5h4c.276 0 .503.225.475.5a5 5 0 1 1-5.474-5.475Z"}))}));var rt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Zm3-3.49a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 4 5.25ZM4.75 7a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z",clipRule:"evenodd"}))}));var at=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 8.74c0 .983.713 1.825 1.69 1.943.904.108 1.817.19 2.737.243.363.02.688.231.85.556l1.052 2.103a.75.75 0 0 0 1.342 0l1.052-2.103c.162-.325.487-.535.85-.556.92-.053 1.833-.134 2.738-.243.976-.118 1.689-.96 1.689-1.942V4.259c0-.982-.713-1.824-1.69-1.942a44.45 44.45 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z"}))}));var lt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482ZM5.5 6.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.5 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var ot=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 8.849c0 1 .738 1.851 1.734 1.947L3 10.82v2.429a.75.75 0 0 0 1.28.53l1.82-1.82A3.484 3.484 0 0 1 5.5 10V9A3.5 3.5 0 0 1 9 5.5h4V4.151c0-1-.739-1.851-1.734-1.947a44.539 44.539 0 0 0-8.532 0C1.738 2.3 1 3.151 1 4.151V8.85Z"}),e.createElement("path",{d:"M7 9a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.25v1.25a.75.75 0 0 1-1.28.53L9.69 12H9a2 2 0 0 1-2-2V9Z"}))}));var it=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 8.74c0 .983.713 1.825 1.69 1.943.764.092 1.534.164 2.31.216v2.351a.75.75 0 0 0 1.28.53l2.51-2.51c.182-.181.427-.286.684-.294a44.298 44.298 0 0 0 3.837-.293C14.287 10.565 15 9.723 15 8.74V4.26c0-.983-.713-1.825-1.69-1.943a44.447 44.447 0 0 0-10.62 0C1.712 2.435 1 3.277 1 4.26v4.482Z"}))}));var st=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 2C4.262 2 1 4.57 1 8c0 1.86.98 3.486 2.455 4.566a3.472 3.472 0 0 1-.469 1.26.75.75 0 0 0 .713 1.14 6.961 6.961 0 0 0 3.06-1.06c.403.062.818.094 1.241.094 3.738 0 7-2.57 7-6s-3.262-6-7-6ZM5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var dt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8c0-3.43 3.262-6 7-6s7 2.57 7 6-3.262 6-7 6c-.423 0-.838-.032-1.241-.094-.9.574-1.941.948-3.06 1.06a.75.75 0 0 1-.713-1.14c.232-.378.395-.804.469-1.26C1.979 11.486 1 9.86 1 8Z",clipRule:"evenodd"}))}));var ct=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8c0 .982-.472 1.854-1.202 2.402a2.995 2.995 0 0 1-.848 2.547 2.995 2.995 0 0 1-2.548.849A2.996 2.996 0 0 1 8 15a2.996 2.996 0 0 1-2.402-1.202 2.995 2.995 0 0 1-2.547-.848 2.995 2.995 0 0 1-.849-2.548A2.996 2.996 0 0 1 1 8c0-.982.472-1.854 1.202-2.402a2.995 2.995 0 0 1 .848-2.547 2.995 2.995 0 0 1 2.548-.849A2.995 2.995 0 0 1 8 1c.982 0 1.854.472 2.402 1.202a2.995 2.995 0 0 1 2.547.848c.695.695.978 1.645.849 2.548A2.996 2.996 0 0 1 15 8Zm-3.291-2.843a.75.75 0 0 1 .135 1.052l-4.25 5.5a.75.75 0 0 1-1.151.043l-2.25-2.5a.75.75 0 1 1 1.114-1.004l1.65 1.832 3.7-4.789a.75.75 0 0 1 1.052-.134Z",clipRule:"evenodd"}))}));var ut=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm3.844-8.791a.75.75 0 0 0-1.188-.918l-3.7 4.79-1.649-1.833a.75.75 0 1 0-1.114 1.004l2.25 2.5a.75.75 0 0 0 1.15-.043l4.25-5.5Z",clipRule:"evenodd"}))}));var ft=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12.416 3.376a.75.75 0 0 1 .208 1.04l-5 7.5a.75.75 0 0 1-1.154.114l-3-3a.75.75 0 0 1 1.06-1.06l2.353 2.353 4.493-6.74a.75.75 0 0 1 1.04-.207Z",clipRule:"evenodd"}))}));var mt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.47 12.78a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 11.19 5.28 8.47a.75.75 0 0 0-1.06 1.06l3.25 3.25ZM4.22 4.53l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 0 0-1.06-1.06L8 6.19 5.28 3.47a.75.75 0 0 0-1.06 1.06Z",clipRule:"evenodd"}))}));var vt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.22 7.595a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06l-3.25 3.25Zm8.25-3.25-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 0 0-1.06-1.06Z",clipRule:"evenodd"}))}));var ht=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12.78 7.595a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06l3.25 3.25Zm-8.25-3.25 3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06l2.72-2.72-2.72-2.72a.75.75 0 0 1 1.06-1.06Z",clipRule:"evenodd"}))}));var gt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.47 3.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06L8 4.81 5.28 7.53a.75.75 0 0 1-1.06-1.06l3.25-3.25Zm-3.25 8.25 3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 1 1-1.06 1.06L8 9.81l-2.72 2.72a.75.75 0 0 1-1.06-1.06Z",clipRule:"evenodd"}))}));var wt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var pt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M9.78 4.22a.75.75 0 0 1 0 1.06L7.06 8l2.72 2.72a.75.75 0 1 1-1.06 1.06L5.47 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var bt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.22 4.22a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 0 1-1.06-1.06L8.94 8 6.22 5.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var Et=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5.22 10.22a.75.75 0 0 1 1.06 0L8 11.94l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 0 1 0-1.06ZM10.78 5.78a.75.75 0 0 1-1.06 0L8 4.06 6.28 5.78a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"}))}));var xt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.78 9.78a.75.75 0 0 1-1.06 0L8 7.06 5.28 9.78a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"}))}));var yt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 7c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3Z"}),e.createElement("path",{d:"M8 8.5c1.84 0 3.579-.37 4.914-1.037A6.33 6.33 0 0 0 14 6.78V8c0 1.657-2.686 3-6 3S2 9.657 2 8V6.78c.346.273.72.5 1.087.683C4.42 8.131 6.16 8.5 8 8.5Z"}),e.createElement("path",{d:"M8 12.5c1.84 0 3.579-.37 4.914-1.037.366-.183.74-.41 1.086-.684V12c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.22c.346.273.72.5 1.087.683C4.42 12.131 6.16 12.5 8 12.5Z"}))}));var Mt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z",clipRule:"evenodd"}),e.createElement("path",{fillRule:"evenodd",d:"M2 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7Zm6.585 1.08a.75.75 0 0 1 .336 1.005l-1.75 3.5a.75.75 0 0 1-1.16.234l-1.75-1.5a.75.75 0 0 1 .977-1.139l1.02.875 1.321-2.64a.75.75 0 0 1 1.006-.336Z",clipRule:"evenodd"}))}));var kt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937V7A2.5 2.5 0 0 0 10 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z",clipRule:"evenodd"}),e.createElement("path",{fillRule:"evenodd",d:"M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3Zm1.75 2.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM4 11.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var Ct=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.986 3H12a2 2 0 0 1 2 2v6a2 2 0 0 1-1.5 1.937v-2.523a2.5 2.5 0 0 0-.732-1.768L8.354 5.232A2.5 2.5 0 0 0 6.586 4.5H4.063A2 2 0 0 1 6 3h.014A2.25 2.25 0 0 1 8.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM10.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z",clipRule:"evenodd"}),e.createElement("path",{d:"M3 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-3.586a1 1 0 0 0-.293-.707L7.293 6.293A1 1 0 0 0 6.586 6H3Z"}))}));var Rt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M10.986 3H12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1.014A2.25 2.25 0 0 1 7.25 1h1.5a2.25 2.25 0 0 1 2.236 2ZM9.5 4v-.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75V4h3Z",clipRule:"evenodd"}))}));var It=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7.75-4.25a.75.75 0 0 0-1.5 0V8c0 .414.336.75.75.75h3.25a.75.75 0 0 0 0-1.5h-2.5v-3.5Z",clipRule:"evenodd"}))}));var Lt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm6.28-3.97a.75.75 0 1 0-1.06-1.06l-.97.97V6.25a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25Z",clipRule:"evenodd"}))}));var At=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.5 13a3.5 3.5 0 0 1-1.41-6.705A3.5 3.5 0 0 1 9.72 4.124a2.5 2.5 0 0 1 3.197 3.018A3.001 3.001 0 0 1 12 13H4.5Zm.72-5.03a.75.75 0 0 0 1.06 1.06l.97-.97v2.69a.75.75 0 0 0 1.5 0V8.06l.97.97a.75.75 0 1 0 1.06-1.06L8.53 5.72a.75.75 0 0 0-1.06 0L5.22 7.97Z",clipRule:"evenodd"}))}));var Zt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 9.5A3.5 3.5 0 0 0 4.5 13H12a3 3 0 0 0 .917-5.857 2.503 2.503 0 0 0-3.198-3.019 3.5 3.5 0 0 0-6.628 2.171A3.5 3.5 0 0 0 1 9.5Z"}))}));var Ot=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm4.78 1.97a.75.75 0 0 1 0 1.06L5.81 8l.97.97a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Zm2.44 1.06a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.97-.97-.97-.97Z",clipRule:"evenodd"}))}));var jt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.78 4.97a.75.75 0 0 1 0 1.06L2.81 8l1.97 1.97a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0ZM11.22 4.97a.75.75 0 0 0 0 1.06L13.19 8l-1.97 1.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0ZM8.856 2.008a.75.75 0 0 1 .636.848l-1.5 10.5a.75.75 0 0 1-1.484-.212l1.5-10.5a.75.75 0 0 1 .848-.636Z",clipRule:"evenodd"}))}));var St=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.455 1.45A.5.5 0 0 1 6.952 1h2.096a.5.5 0 0 1 .497.45l.186 1.858a4.996 4.996 0 0 1 1.466.848l1.703-.769a.5.5 0 0 1 .639.206l1.047 1.814a.5.5 0 0 1-.14.656l-1.517 1.09a5.026 5.026 0 0 1 0 1.694l1.516 1.09a.5.5 0 0 1 .141.656l-1.047 1.814a.5.5 0 0 1-.639.206l-1.703-.768c-.433.36-.928.649-1.466.847l-.186 1.858a.5.5 0 0 1-.497.45H6.952a.5.5 0 0 1-.497-.45l-.186-1.858a4.993 4.993 0 0 1-1.466-.848l-1.703.769a.5.5 0 0 1-.639-.206l-1.047-1.814a.5.5 0 0 1 .14-.656l1.517-1.09a5.033 5.033 0 0 1 0-1.694l-1.516-1.09a.5.5 0 0 1-.141-.656L2.46 3.593a.5.5 0 0 1 .639-.206l1.703.769c.433-.36.928-.65 1.466-.848l.186-1.858Zm-.177 7.567-.022-.037a2 2 0 0 1 3.466-1.997l.022.037a2 2 0 0 1-3.466 1.997Z",clipRule:"evenodd"}))}));var Bt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.955 1.45A.5.5 0 0 1 7.452 1h1.096a.5.5 0 0 1 .497.45l.17 1.699c.484.12.94.312 1.356.562l1.321-1.081a.5.5 0 0 1 .67.033l.774.775a.5.5 0 0 1 .034.67l-1.08 1.32c.25.417.44.873.561 1.357l1.699.17a.5.5 0 0 1 .45.497v1.096a.5.5 0 0 1-.45.497l-1.699.17c-.12.484-.312.94-.562 1.356l1.082 1.322a.5.5 0 0 1-.034.67l-.774.774a.5.5 0 0 1-.67.033l-1.322-1.08c-.416.25-.872.44-1.356.561l-.17 1.699a.5.5 0 0 1-.497.45H7.452a.5.5 0 0 1-.497-.45l-.17-1.699a4.973 4.973 0 0 1-1.356-.562L4.108 13.37a.5.5 0 0 1-.67-.033l-.774-.775a.5.5 0 0 1-.034-.67l1.08-1.32a4.971 4.971 0 0 1-.561-1.357l-1.699-.17A.5.5 0 0 1 1 8.548V7.452a.5.5 0 0 1 .45-.497l1.699-.17c.12-.484.312-.94.562-1.356L2.629 4.107a.5.5 0 0 1 .034-.67l.774-.774a.5.5 0 0 1 .67-.033L5.43 3.71a4.97 4.97 0 0 1 1.356-.561l.17-1.699ZM6 8c0 .538.212 1.026.558 1.385l.057.057a2 2 0 0 0 2.828-2.828l-.058-.056A2 2 0 0 0 6 8Z",clipRule:"evenodd"}))}));var Vt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.5 1.938a.75.75 0 0 1 1.025.274l.652 1.131c.351-.138.71-.233 1.073-.288V1.75a.75.75 0 0 1 1.5 0v1.306a5.03 5.03 0 0 1 1.072.288l.654-1.132a.75.75 0 1 1 1.298.75l-.652 1.13c.286.23.55.492.785.786l1.13-.653a.75.75 0 1 1 .75 1.3l-1.13.652c.137.351.233.71.288 1.073h1.305a.75.75 0 0 1 0 1.5h-1.306a5.032 5.032 0 0 1-.288 1.072l1.132.654a.75.75 0 0 1-.75 1.298l-1.13-.652c-.23.286-.492.55-.786.785l.652 1.13a.75.75 0 0 1-1.298.75l-.653-1.13c-.351.137-.71.233-1.073.288v1.305a.75.75 0 0 1-1.5 0v-1.306a5.032 5.032 0 0 1-1.072-.288l-.653 1.132a.75.75 0 0 1-1.3-.75l.653-1.13a4.966 4.966 0 0 1-.785-.786l-1.13.652a.75.75 0 0 1-.75-1.298l1.13-.653a4.965 4.965 0 0 1-.288-1.073H1.75a.75.75 0 0 1 0-1.5h1.306a5.03 5.03 0 0 1 .288-1.072l-1.132-.653a.75.75 0 0 1 .75-1.3l1.13.653c.23-.286.492-.55.786-.785l-.653-1.13A.75.75 0 0 1 4.5 1.937Zm1.14 3.476a3.501 3.501 0 0 0 0 5.172L7.135 8 5.641 5.414ZM8.434 8.75 6.94 11.336a3.491 3.491 0 0 0 2.81-.305 3.49 3.49 0 0 0 1.669-2.281H8.433Zm2.987-1.5H8.433L6.94 4.664a3.501 3.501 0 0 1 4.48 2.586Z",clipRule:"evenodd"}))}));var Ht=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm2.22 1.97a.75.75 0 0 0 0 1.06l.97.97-.97.97a.75.75 0 1 0 1.06 1.06l1.5-1.5a.75.75 0 0 0 0-1.06l-1.5-1.5a.75.75 0 0 0-1.06 0ZM8.75 8.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z",clipRule:"evenodd"}))}));var Nt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4.25A2.25 2.25 0 0 1 4.25 2h7.5A2.25 2.25 0 0 1 14 4.25v5.5A2.25 2.25 0 0 1 11.75 12h-1.312c.1.128.21.248.328.36a.75.75 0 0 1 .234.545v.345a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75v-.345a.75.75 0 0 1 .234-.545c.118-.111.228-.232.328-.36H4.25A2.25 2.25 0 0 1 2 9.75v-5.5Zm2.25-.75a.75.75 0 0 0-.75.75v4.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75v-4.5a.75.75 0 0 0-.75-.75h-7.5Z",clipRule:"evenodd"}))}));var Dt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6 6v4h4V6H6Z"}),e.createElement("path",{fillRule:"evenodd",d:"M5.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3v.75H1.75a.75.75 0 0 0 0 1.5H3a2 2 0 0 0 2 2v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13h.75v1.25a.75.75 0 0 0 1.5 0V13a2 2 0 0 0 2-2h1.25a.75.75 0 0 0 0-1.5H13v-.75h1.25a.75.75 0 0 0 0-1.5H13V6.5h1.25a.75.75 0 0 0 0-1.5H13a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-.75V1.75a.75.75 0 0 0-1.5 0V3H6.5V1.75A.75.75 0 0 0 5.75 1ZM11 4.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5h6Z",clipRule:"evenodd"}))}));var Pt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.5 3A1.5 1.5 0 0 0 1 4.5V5h14v-.5A1.5 1.5 0 0 0 13.5 3h-11Z"}),e.createElement("path",{fillRule:"evenodd",d:"M15 7H1v4.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V7ZM3 10.25a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Zm3.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z",clipRule:"evenodd"}))}));var Wt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.628 1.349a.75.75 0 0 1 .744 0l1.247.712a.75.75 0 1 1-.744 1.303L8 2.864l-.875.5a.75.75 0 0 1-.744-1.303l1.247-.712ZM4.65 3.914a.75.75 0 0 1-.279 1.023L4.262 5l.11.063a.75.75 0 0 1-.744 1.302l-.13-.073A.75.75 0 0 1 2 6.25V5a.75.75 0 0 1 .378-.651l1.25-.714a.75.75 0 0 1 1.023.279Zm6.698 0a.75.75 0 0 1 1.023-.28l1.25.715A.75.75 0 0 1 14 5v1.25a.75.75 0 0 1-1.499.042l-.129.073a.75.75 0 0 1-.744-1.302l.11-.063-.11-.063a.75.75 0 0 1-.28-1.023ZM6.102 6.915a.75.75 0 0 1 1.023-.279l.875.5.875-.5a.75.75 0 0 1 .744 1.303l-.869.496v.815a.75.75 0 0 1-1.5 0v-.815l-.869-.496a.75.75 0 0 1-.28-1.024ZM2.75 9a.75.75 0 0 1 .75.75v.815l.872.498a.75.75 0 0 1-.744 1.303l-1.25-.715A.75.75 0 0 1 2 11V9.75A.75.75 0 0 1 2.75 9Zm10.5 0a.75.75 0 0 1 .75.75V11a.75.75 0 0 1-.378.651l-1.25.715a.75.75 0 0 1-.744-1.303l.872-.498V9.75a.75.75 0 0 1 .75-.75Zm-4.501 3.708.126-.072a.75.75 0 0 1 .744 1.303l-1.247.712a.75.75 0 0 1-.744 0L6.38 13.94a.75.75 0 0 1 .744-1.303l.126.072a.75.75 0 0 1 1.498 0Z",clipRule:"evenodd"}))}));var Ft=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.372 1.349a.75.75 0 0 0-.744 0l-4.81 2.748L8 7.131l5.182-3.034-4.81-2.748ZM14 5.357 8.75 8.43v6.005l4.872-2.784A.75.75 0 0 0 14 11V5.357ZM7.25 14.435V8.43L2 5.357V11c0 .27.144.518.378.651l4.872 2.784Z"}))}));var _t=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.25 4.707a.75.75 0 0 1-.78-1.237c.841-.842 2.28-.246 2.28.944V6h5.5a.75.75 0 0 1 0 1.5h-5.5v3.098c0 .549.295.836.545.87a3.241 3.241 0 0 0 2.799-.966H9.75a.75.75 0 0 1 0-1.5h1.708a.75.75 0 0 1 .695 1.032 4.751 4.751 0 0 1-5.066 2.92c-1.266-.177-1.837-1.376-1.837-2.356V7.5h-1.5a.75.75 0 0 1 0-1.5h1.5V4.707Z",clipRule:"evenodd"}))}));var Tt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6.375 5.5h.875v1.75h-.875a.875.875 0 1 1 0-1.75ZM8.75 10.5V8.75h.875a.875.875 0 0 1 0 1.75H8.75Z"}),e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.25 3.75a.75.75 0 0 1 1.5 0V4h2.5a.75.75 0 0 1 0 1.5h-2.5v1.75h.875a2.375 2.375 0 1 1 0 4.75H8.75v.25a.75.75 0 0 1-1.5 0V12h-2.5a.75.75 0 0 1 0-1.5h2.5V8.75h-.875a2.375 2.375 0 1 1 0-4.75h.875v-.25Z",clipRule:"evenodd"}))}));var zt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.875 6c.09-.22.195-.42.31-.598.413-.638.895-.902 1.315-.902.264 0 .54.1.814.325a.75.75 0 1 0 .953-1.158C9.772 3.259 9.169 3 8.5 3c-1.099 0-1.992.687-2.574 1.587A5.518 5.518 0 0 0 5.285 6H4.75a.75.75 0 0 0 0 1.5h.267a7.372 7.372 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.535c.156.52.372.998.64 1.413C6.509 12.313 7.402 13 8.5 13c.669 0 1.272-.26 1.767-.667a.75.75 0 0 0-.953-1.158c-.275.226-.55.325-.814.325-.42 0-.902-.264-1.315-.902a3.722 3.722 0 0 1-.31-.598H8.25a.75.75 0 0 0 0-1.5H6.521a5.854 5.854 0 0 1 0-1H8.25a.75.75 0 0 0 0-1.5H6.875Z",clipRule:"evenodd"}))}));var Gt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.94 4.94c-.294.293-.44.675-.44 1.06v1.25h1.25a.75.75 0 1 1 0 1.5H7.5v1c0 .263-.045.516-.128.75h3.878a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h.5A.75.75 0 0 0 6 9.75v-1H4.75a.75.75 0 0 1 0-1.5H6V6a3 3 0 0 1 5.121-2.121.75.75 0 1 1-1.06 1.06 1.5 1.5 0 0 0-2.121 0Z",clipRule:"evenodd"}))}));var $t=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM4.75 4a.75.75 0 0 0 0 1.5H6.5c.698 0 1.3.409 1.582 1H4.75a.75.75 0 0 0 0 1.5h3.332C7.8 8.591 7.198 9 6.5 9H4.75a.75.75 0 0 0-.53 1.28l2.5 2.5a.75.75 0 0 0 1.06-1.06L6.56 10.5A3.251 3.251 0 0 0 9.663 8h1.587a.75.75 0 0 0 0-1.5H9.663a3.232 3.232 0 0 0-.424-1h2.011a.75.75 0 0 0 0-1.5h-6.5Z",clipRule:"evenodd"}))}));var qt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.6 3.55a.75.75 0 1 0-1.2.9L7.063 8H4.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v.5a.75.75 0 0 0 1.5 0V12h2.5a.75.75 0 0 0 0-1.5h-2.5v-1h2.5a.75.75 0 0 0 0-1.5H8.938L11.6 4.45a.75.75 0 1 0-1.2-.9L8 6.75l-2.4-3.2Z",clipRule:"evenodd"}))}));var Ut=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 1.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0v-1.5ZM11.536 2.904a.75.75 0 1 1 1.06 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061ZM14.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM4.464 9.975a.75.75 0 0 1 1.061 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061ZM4.5 7.5a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 .75-.75ZM5.525 3.964a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 1.06-1.061l1.061 1.06ZM8.779 7.438a.75.75 0 0 0-1.368.366l-.396 5.283a.75.75 0 0 0 1.212.646l.602-.474.288 1.074a.75.75 0 1 0 1.449-.388l-.288-1.075.759.11a.75.75 0 0 0 .726-1.165L8.78 7.438Z"}))}));var Yt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4.038 4.038a5.25 5.25 0 0 0 0 7.424.75.75 0 0 1-1.06 1.061A6.75 6.75 0 1 1 14.5 7.75a.75.75 0 1 1-1.5 0 5.25 5.25 0 0 0-8.962-3.712Z"}),e.createElement("path",{d:"M7.712 7.136a.75.75 0 0 1 .814.302l2.984 4.377a.75.75 0 0 1-.726 1.164l-.76-.109.289 1.075a.75.75 0 0 1-1.45.388l-.287-1.075-.602.474a.75.75 0 0 1-1.212-.645l.396-5.283a.75.75 0 0 1 .554-.668Z"}),e.createElement("path",{d:"M5.805 9.695A2.75 2.75 0 1 1 10.5 7.75a.75.75 0 0 0 1.5 0 4.25 4.25 0 1 0-7.255 3.005.75.75 0 1 0 1.06-1.06Z"}))}));var Xt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M6 1a2.5 2.5 0 0 0-2.5 2.5v9A2.5 2.5 0 0 0 6 15h4a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 10 1H6Zm4 1.5h-.5V3a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5v-.5H6a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Z",clipRule:"evenodd"}))}));var Kt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 11.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M2 3.5A2.5 2.5 0 0 1 4.5 1h7A2.5 2.5 0 0 1 14 3.5v9a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9Zm2.5-1h7a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1Z",clipRule:"evenodd"}))}));var Qt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 3.5a.75.75 0 0 1 .75.75v2.69l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V6.25A.75.75 0 0 1 8 5.5Z",clipRule:"evenodd"}))}));var Jt=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 9.5a.75.75 0 0 1-.75-.75V8.06l-.72.72a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v2.69a.75.75 0 0 1-.75.75Z",clipRule:"evenodd"}))}));var en=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6 5.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5Zm-2.75 1.5a.75.75 0 0 1 1.5 0v2a.75.75 0 0 1-1.5 0v-2Zm-2 .75a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5a.75.75 0 0 0-.75-.75Z",clipRule:"evenodd"}))}));var tn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm6.713 4.16a.75.75 0 0 1 .127 1.053l-2.75 3.5a.75.75 0 0 1-1.078.106l-1.75-1.5a.75.75 0 1 1 .976-1.138l1.156.99L9.66 6.287a.75.75 0 0 1 1.053-.127Z",clipRule:"evenodd"}))}));var nn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5H5.5Z"}),e.createElement("path",{d:"M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5H4Z"}))}));var rn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6 7.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z"}),e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm3.5 2.5a3 3 0 1 0 1.524 5.585l1.196 1.195a.75.75 0 1 0 1.06-1.06l-1.195-1.196A3 3 0 0 0 7.5 4.5Z",clipRule:"evenodd"}))}));var an=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm7 7a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5h4.5A.75.75 0 0 1 11 9Z",clipRule:"evenodd"}))}));var ln=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4.75 4.75a.75.75 0 0 0-1.5 0v1.5h-1.5a.75.75 0 0 0 0 1.5h1.5v1.5a.75.75 0 0 0 1.5 0v-1.5h1.5a.75.75 0 0 0 0-1.5h-1.5v-1.5Z",clipRule:"evenodd"}))}));var on=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm1 5.75A.75.75 0 0 1 5.75 7h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 7.75Zm0 3a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Z",clipRule:"evenodd"}))}));var sn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5v-9Z"}))}));var dn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5.5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm6 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var cn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM6.5 8a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM12.5 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"}))}));var un=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM8 6.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM9.5 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"}))}));var fn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1.756 4.568A1.5 1.5 0 0 0 1 5.871V12.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V5.87a1.5 1.5 0 0 0-.756-1.302l-5.5-3.143a1.5 1.5 0 0 0-1.488 0l-5.5 3.143Zm1.82 2.963a.75.75 0 0 0-.653 1.35l4.1 1.98a2.25 2.25 0 0 0 1.955 0l4.1-1.98a.75.75 0 1 0-.653-1.35L8.326 9.51a.75.75 0 0 1-.652 0L3.575 7.53Z",clipRule:"evenodd"}))}));var mn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.5 3A1.5 1.5 0 0 0 1 4.5v.793c.026.009.051.02.076.032L7.674 8.51c.206.1.446.1.652 0l6.598-3.185A.755.755 0 0 1 15 5.293V4.5A1.5 1.5 0 0 0 13.5 3h-11Z"}),e.createElement("path",{d:"M15 6.954 8.978 9.86a2.25 2.25 0 0 1-1.956 0L1 6.954V11.5A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5V6.954Z"}))}));var vn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var hn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.701 2.25c.577-1 2.02-1 2.598 0l5.196 9a1.5 1.5 0 0 1-1.299 2.25H2.804a1.5 1.5 0 0 1-1.3-2.25l5.197-9ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var gn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 4a3.001 3.001 0 0 1-2.25 2.905V8.5a.75.75 0 0 1-.22.53l-.5.5a.75.75 0 0 1-1.06 0l-.72-.72-4.677 4.678A1.75 1.75 0 0 1 4.336 14h-.672a.25.25 0 0 0-.177.073l-.707.707a.75.75 0 0 1-1.06 0l-.5-.5a.75.75 0 0 1 0-1.06l.707-.707A.25.25 0 0 0 2 12.336v-.672c0-.464.184-.909.513-1.237L7.189 5.75l-.72-.72a.75.75 0 0 1 0-1.06l.5-.5a.75.75 0 0 1 .531-.22h1.595A3.001 3.001 0 0 1 15 4ZM9.19 7.75l-.94-.94-4.677 4.678a.25.25 0 0 0-.073.176v.672c0 .058-.003.115-.009.173a1.74 1.74 0 0 1 .173-.009h.672a.25.25 0 0 0 .177-.073L9.189 7.75Z",clipRule:"evenodd"}))}));var wn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-1.322-1.323a7.012 7.012 0 0 0 2.16-3.11.87.87 0 0 0 0-.567A7.003 7.003 0 0 0 4.82 3.76l-1.54-1.54Zm3.196 3.195 1.135 1.136A1.502 1.502 0 0 1 9.45 8.389l1.136 1.135a3 3 0 0 0-4.109-4.109Z",clipRule:"evenodd"}),e.createElement("path",{d:"m7.812 10.994 1.816 1.816A7.003 7.003 0 0 1 1.38 8.28a.87.87 0 0 1 0-.566 6.985 6.985 0 0 1 1.113-2.039l2.513 2.513a3 3 0 0 0 2.806 2.806Z"}))}));var pn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"}),e.createElement("path",{fillRule:"evenodd",d:"M1.38 8.28a.87.87 0 0 1 0-.566 7.003 7.003 0 0 1 13.238.006.87.87 0 0 1 0 .566A7.003 7.003 0 0 1 1.379 8.28ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",clipRule:"evenodd"}))}));var bn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm-6.005 5.805a.75.75 0 0 0 1.06 0 2.75 2.75 0 0 1 3.89 0 .75.75 0 0 0 1.06-1.06 4.25 4.25 0 0 0-6.01 0 .75.75 0 0 0 0 1.06Z",clipRule:"evenodd"}))}));var En=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8Zm5-1.5c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5Zm.005 4.245a.75.75 0 0 0-1.06 0 2.75 2.75 0 0 1-3.89 0 .75.75 0 0 0-1.06 1.06 4.25 4.25 0 0 0 6.01 0 .75.75 0 0 0 0-1.06Z",clipRule:"evenodd"}))}));var xn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 3.5A1.5 1.5 0 0 1 2.5 2h11A1.5 1.5 0 0 1 15 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9Zm1.5.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm3.75-.25a.25.25 0 0 0-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 0 0 .25-.25v-3.5a.25.25 0 0 0-.25-.25h-3.5ZM6 8.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.5a.25.25 0 0 1-.25.25h-3.5a.25.25 0 0 1-.25-.25v-3.5Zm5.75-5.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 11.25a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 8.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1Zm9.25-.25a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5ZM2.5 6.25A.25.25 0 0 1 2.75 6h1.5a.25.25 0 0 1 .25.25v1a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1ZM11.75 6a.25.25 0 0 0-.25.25v1c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-1a.25.25 0 0 0-.25-.25h-1.5Z",clipRule:"evenodd"}))}));var yn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 3c-.988 0-1.908.286-2.682.78a.75.75 0 0 1-.806-1.266A6.5 6.5 0 0 1 14.5 8c0 1.665-.333 3.254-.936 4.704a.75.75 0 0 1-1.385-.577C12.708 10.857 13 9.464 13 8a5 5 0 0 0-5-5ZM3.55 4.282a.75.75 0 0 1 .23 1.036A4.973 4.973 0 0 0 3 8a.75.75 0 0 1-1.5 0c0-1.282.372-2.48 1.014-3.488a.75.75 0 0 1 1.036-.23ZM8 5.875A2.125 2.125 0 0 0 5.875 8a3.625 3.625 0 0 1-3.625 3.625H2.213a.75.75 0 1 1 .008-1.5h.03A2.125 2.125 0 0 0 4.376 8a3.625 3.625 0 1 1 7.25 0c0 .078-.001.156-.003.233a.75.75 0 1 1-1.5-.036c.002-.066.003-.131.003-.197A2.125 2.125 0 0 0 8 5.875ZM7.995 7.25a.75.75 0 0 1 .75.75 6.502 6.502 0 0 1-4.343 6.133.75.75 0 1 1-.498-1.415A5.002 5.002 0 0 0 7.245 8a.75.75 0 0 1 .75-.75Zm2.651 2.87a.75.75 0 0 1 .463.955 9.39 9.39 0 0 1-3.008 4.25.75.75 0 0 1-.936-1.171 7.892 7.892 0 0 0 2.527-3.57.75.75 0 0 1 .954-.463Z",clipRule:"evenodd"}))}));var Mn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8.074.945A4.993 4.993 0 0 0 6 5v.032c.004.6.114 1.176.311 1.709.16.428-.204.91-.61.7a5.023 5.023 0 0 1-1.868-1.677c-.202-.304-.648-.363-.848-.058a6 6 0 1 0 8.017-1.901l-.004-.007a4.98 4.98 0 0 1-2.18-2.574c-.116-.31-.477-.472-.744-.28Zm.78 6.178a3.001 3.001 0 1 1-3.473 4.341c-.205-.365.215-.694.62-.59a4.008 4.008 0 0 0 1.873.03c.288-.065.413-.386.321-.666A3.997 3.997 0 0 1 8 8.999c0-.585.126-1.14.351-1.641a.42.42 0 0 1 .503-.235Z",clipRule:"evenodd"}))}));var kn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0v-2.624l.33-.083A6.044 6.044 0 0 1 8 11c1.29.645 2.77.807 4.17.457l1.48-.37a.462.462 0 0 0 .35-.448V3.56a.438.438 0 0 0-.544-.425l-1.287.322C10.77 3.808 9.291 3.646 8 3a6.045 6.045 0 0 0-4.17-.457l-.34.085A.75.75 0 0 0 2.75 2Z"}))}));var Cn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm5.25 4.75a.75.75 0 0 0-1.5 0v2.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V6.75Z",clipRule:"evenodd"}))}));var Rn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5Zm6.75 7.75a.75.75 0 0 0 0-1.5h-4.5a.75.75 0 0 0 0 1.5h4.5Z",clipRule:"evenodd"}))}));var In=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3 3.5A1.5 1.5 0 0 1 4.5 2h1.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H11.5A1.5 1.5 0 0 1 13 5.5v1H3v-3ZM3.081 8a1.5 1.5 0 0 0-1.423 1.974l1 3A1.5 1.5 0 0 0 4.081 14h7.838a1.5 1.5 0 0 0 1.423-1.026l1-3A1.5 1.5 0 0 0 12.919 8H3.081Z"}))}));var Ln=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v9A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 12.5 4H9.621a1.5 1.5 0 0 1-1.06-.44L7.439 2.44A1.5 1.5 0 0 0 6.38 2H3.5ZM8 6a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 8 6Z",clipRule:"evenodd"}))}));var An=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 3.5A1.5 1.5 0 0 1 3.5 2h2.879a1.5 1.5 0 0 1 1.06.44l1.122 1.12A1.5 1.5 0 0 0 9.62 4H12.5A1.5 1.5 0 0 1 14 5.5v1.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8h-9A1.5 1.5 0 0 0 2 9.5Z"}))}));var Zn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.53 3.956A1 1 0 0 0 1 4.804v6.392a1 1 0 0 0 1.53.848l5.113-3.196c.16-.1.279-.233.357-.383v2.73a1 1 0 0 0 1.53.849l5.113-3.196a1 1 0 0 0 0-1.696L9.53 3.956A1 1 0 0 0 8 4.804v2.731a.992.992 0 0 0-.357-.383L2.53 3.956Z"}))}));var On=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M14 2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2.172a2 2 0 0 0 .586 1.414l2.828 2.828A2 2 0 0 1 6 9.828v4.363a.5.5 0 0 0 .724.447l2.17-1.085A2 2 0 0 0 10 11.763V9.829a2 2 0 0 1 .586-1.414l2.828-2.828A2 2 0 0 0 14 4.172V2Z"}))}));var jn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm.895 3.458C4.142 6.071 4.38 6 4.5 6s.358.07.605.458a.75.75 0 1 0 1.265-.805C5.933 4.966 5.274 4.5 4.5 4.5s-1.433.466-1.87 1.153C2.195 6.336 2 7.187 2 8s.195 1.664.63 2.347c.437.687 1.096 1.153 1.87 1.153s1.433-.466 1.87-1.153a.75.75 0 0 0 .117-.402V8a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.013 1.5v.955C4.785 9.95 4.602 10 4.5 10c-.121 0-.358-.07-.605-.458C3.647 9.15 3.5 8.595 3.5 8c0-.595.147-1.15.395-1.542ZM9 5.25a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-5.5Zm1 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11.5v1.25h.75a.75.75 0 0 1 0 1.5h-.75v2a.75.75 0 0 1-1.5 0v-5.5Z",clipRule:"evenodd"}))}));var Sn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.25 2H3.5A1.5 1.5 0 0 0 2 3.5v3.75h1.718A2.5 2.5 0 0 1 7.25 3.716V2ZM2 8.75v3.75A1.5 1.5 0 0 0 3.5 14h3.75v-3.085a4.743 4.743 0 0 1-3.455 1.826.75.75 0 1 1-.092-1.497 3.252 3.252 0 0 0 2.96-2.494H2ZM8.75 14h3.75a1.5 1.5 0 0 0 1.5-1.5V8.75H9.337a3.252 3.252 0 0 0 2.96 2.494.75.75 0 1 1-.093 1.497 4.743 4.743 0 0 1-3.454-1.826V14ZM14 7.25h-1.718A2.5 2.5 0 0 0 8.75 3.717V2h3.75A1.5 1.5 0 0 1 14 3.5v3.75Z"}),e.createElement("path",{d:"M6.352 6.787c.16.012.312.014.448.012.002-.136 0-.289-.012-.448-.043-.617-.203-1.181-.525-1.503a1 1 0 0 0-1.414 1.414c.322.322.886.482 1.503.525ZM9.649 6.787c-.16.012-.312.014-.448.012-.003-.136 0-.289.011-.448.044-.617.203-1.181.526-1.503a1 1 0 1 1 1.414 1.414c-.322.322-.887.482-1.503.525Z"}))}));var Bn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.75 3.5c0 .563.186 1.082.5 1.5H2a1 1 0 0 0 0 2h5.25V5h1.5v2H14a1 1 0 1 0 0-2h-2.25A2.5 2.5 0 0 0 8 1.714 2.5 2.5 0 0 0 3.75 3.5Zm3.499 0v-.038A1 1 0 1 0 6.25 4.5h1l-.001-1Zm2.5-1a1 1 0 0 0-1 .962l.001.038v1h.999a1 1 0 0 0 0-2Z",clipRule:"evenodd"}),e.createElement("path",{d:"M7.25 8.5H2V12a2 2 0 0 0 2 2h3.25V8.5ZM8.75 14V8.5H14V12a2 2 0 0 1-2 2H8.75Z"}))}));var Vn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.757 4.5c.18.217.376.42.586.608.153-.61.354-1.175.596-1.678A5.53 5.53 0 0 0 3.757 4.5ZM8 1a6.994 6.994 0 0 0-7 7 7 7 0 1 0 7-7Zm0 1.5c-.476 0-1.091.386-1.633 1.427-.293.564-.531 1.267-.683 2.063A5.48 5.48 0 0 0 8 6.5a5.48 5.48 0 0 0 2.316-.51c-.152-.796-.39-1.499-.683-2.063C9.09 2.886 8.476 2.5 8 2.5Zm3.657 2.608a8.823 8.823 0 0 0-.596-1.678c.444.298.842.659 1.182 1.07-.18.217-.376.42-.586.608Zm-1.166 2.436A6.983 6.983 0 0 1 8 8a6.983 6.983 0 0 1-2.49-.456 10.703 10.703 0 0 0 .202 2.6c.72.231 1.49.356 2.288.356.798 0 1.568-.125 2.29-.356a10.705 10.705 0 0 0 .2-2.6Zm1.433 1.85a12.652 12.652 0 0 0 .018-2.609c.405-.276.78-.594 1.117-.947a5.48 5.48 0 0 1 .44 2.262 7.536 7.536 0 0 1-1.575 1.293Zm-2.172 2.435a9.046 9.046 0 0 1-3.504 0c.039.084.078.166.12.244C6.907 13.114 7.523 13.5 8 13.5s1.091-.386 1.633-1.427c.04-.078.08-.16.12-.244Zm1.31.74a8.5 8.5 0 0 0 .492-1.298c.457-.197.893-.43 1.307-.696a5.526 5.526 0 0 1-1.8 1.995Zm-6.123 0a8.507 8.507 0 0 1-.493-1.298 8.985 8.985 0 0 1-1.307-.696 5.526 5.526 0 0 0 1.8 1.995ZM2.5 8.1c.463.5.993.935 1.575 1.293a12.652 12.652 0 0 1-.018-2.608 7.037 7.037 0 0 1-1.117-.947 5.48 5.48 0 0 0-.44 2.262Z",clipRule:"evenodd"}))}));var Hn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM4.5 3.757a5.5 5.5 0 1 0 6.857-.114l-.65.65a.707.707 0 0 0-.207.5c0 .39-.317.707-.707.707H8.427a.496.496 0 0 0-.413.771l.25.376a.481.481 0 0 0 .616.163.962.962 0 0 1 1.11.18l.573.573a1 1 0 0 1 .242 1.023l-1.012 3.035a1 1 0 0 1-1.191.654l-.345-.086a1 1 0 0 1-.757-.97v-.305a1 1 0 0 0-.293-.707L6.1 9.1a.849.849 0 0 1 0-1.2c.22-.22.22-.58 0-.8l-.721-.721A3 3 0 0 1 4.5 4.257v-.5Z",clipRule:"evenodd"}))}));var Nn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Zm7 5.5a5.485 5.485 0 0 1-4.007-1.732l.28-.702a.402.402 0 0 1 .658-.135.804.804 0 0 0 1.138 0l.012-.012a.822.822 0 0 0 .154-.949l-.055-.11a.497.497 0 0 1 .134-.611L8.14 7.788a.57.57 0 0 0 .154-.7.57.57 0 0 1 .33-.796l.028-.01a1.788 1.788 0 0 0 1.13-1.13l.072-.214a.747.747 0 0 0-.18-.764L8.293 2.793A1 1 0 0 1 8.09 2.5 5.5 5.5 0 0 1 12.9 10.5h-.486a1 1 0 0 1-.707-.293l-.353-.353a1.207 1.207 0 0 0-1.708 0l-.531.531a1 1 0 0 1-.26.188l-.343.17a.927.927 0 0 0-.512.83v.177c0 .414.336.75.75.75a.75.75 0 0 1 .751.793c-.477.135-.98.207-1.501.207Z",clipRule:"evenodd"}))}));var Dn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM5.657 3.023a5.5 5.5 0 1 0 7.584 3.304l-.947-.63a.431.431 0 0 0-.544.053.431.431 0 0 1-.544.054l-.467-.312a.475.475 0 0 0-.689.608l.226.453a2.119 2.119 0 0 1 0 1.894L10.1 8.8a.947.947 0 0 0-.1.424v.11a2 2 0 0 1-.4 1.2L8.8 11.6A1 1 0 0 1 7 11v-.382a1 1 0 0 0-.553-.894l-.422-.212A1.854 1.854 0 0 1 6.855 6h.707a.438.438 0 1 0-.107-.864l-.835.209a1.129 1.129 0 0 1-1.305-1.553l.342-.77Z",clipRule:"evenodd"}))}));var Pn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.5 1a.75.75 0 0 0-.75.75V6.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V7.5a.5.5 0 0 1-1 0V4.75a.75.75 0 0 0-1.5 0v4.5a5.75 5.75 0 0 0 11.5 0v-2.5a.75.75 0 0 0-1.5 0V9.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V6.5a.5.5 0 0 1-1 0V1.75A.75.75 0 0 0 8.5 1Z"}))}));var Wn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M10.325 3H12v5c-.663 0-1.219.466-1.557 1.037a4.02 4.02 0 0 1-1.357 1.377c-.478.292-.907.706-.989 1.26v.005a9.031 9.031 0 0 0 0 2.642c.028.194-.048.394-.224.479A2 2 0 0 1 5 13c0-.812.08-1.605.234-2.371a.521.521 0 0 0-.5-.629H3C1.896 10 .99 9.102 1.1 8.003A19.827 19.827 0 0 1 2.18 3.215C2.45 2.469 3.178 2 3.973 2h2.703a2 2 0 0 1 .632.103l2.384.794a2 2 0 0 0 .633.103ZM14 2a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1Z"}))}));var Fn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.09 15a1 1 0 0 0 1-1V8a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1ZM5.765 13H4.09V8c.663 0 1.218-.466 1.556-1.037a4.02 4.02 0 0 1 1.358-1.377c.478-.292.907-.706.989-1.26V4.32a9.03 9.03 0 0 0 0-2.642c-.028-.194.048-.394.224-.479A2 2 0 0 1 11.09 3c0 .812-.08 1.605-.235 2.371a.521.521 0 0 0 .502.629h1.733c1.104 0 2.01.898 1.901 1.997a19.831 19.831 0 0 1-1.081 4.788c-.27.747-.998 1.215-1.793 1.215H9.414c-.215 0-.428-.035-.632-.103l-2.384-.794A2.002 2.002 0 0 0 5.765 13Z"}))}));var _n=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.487 2.89a.75.75 0 1 0-1.474-.28l-.455 2.388H3.61a.75.75 0 0 0 0 1.5h1.663l-.571 2.998H2.75a.75.75 0 0 0 0 1.5h1.666l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h2.973l-.403 2.114a.75.75 0 0 0 1.474.28l.456-2.394h1.947a.75.75 0 0 0 0-1.5h-1.661l.57-2.998h1.95a.75.75 0 0 0 0-1.5h-1.664l.402-2.108a.75.75 0 0 0-1.474-.28l-.455 2.388H7.085l.402-2.108ZM6.8 6.498l-.571 2.998h2.973l.57-2.998H6.8Z",clipRule:"evenodd"}))}));var Tn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 6.342a3.375 3.375 0 0 1 6-2.088 3.375 3.375 0 0 1 5.997 2.26c-.063 2.134-1.618 3.76-2.955 4.784a14.437 14.437 0 0 1-2.676 1.61c-.02.01-.038.017-.05.022l-.014.006-.004.002h-.002a.75.75 0 0 1-.592.001h-.002l-.004-.003-.015-.006a5.528 5.528 0 0 1-.232-.107 14.395 14.395 0 0 1-2.535-1.557C3.564 10.22 1.999 8.558 1.999 6.38L2 6.342Z"}))}));var zn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M10.536 3.444a.75.75 0 0 0-.571-1.387L3.5 4.719V3.75a.75.75 0 0 0-1.5 0v1.586l-.535.22A.75.75 0 0 0 2 6.958V12.5h-.25a.75.75 0 0 0 0 1.5H4a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V3.664l.536-.22ZM11.829 5.802a.75.75 0 0 0-.333.623V8.5c0 .027.001.053.004.08V13a1 1 0 0 0 1 1h.5a1 1 0 0 0 1-1V7.957a.75.75 0 0 0 .535-1.4l-2.004-.826a.75.75 0 0 0-.703.07Z"}))}));var Gn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.543 2.232a.75.75 0 0 0-1.085 0l-5.25 5.5A.75.75 0 0 0 2.75 9H4v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 1 1 2 0v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V9h1.25a.75.75 0 0 0 .543-1.268l-5.25-5.5Z"}))}));var $n=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H3Zm2.5 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM10 5.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm.75 3.75a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 10 8Zm-2.378 3c.346 0 .583-.343.395-.633A2.998 2.998 0 0 0 5.5 9a2.998 2.998 0 0 0-2.517 1.367c-.188.29.05.633.395.633h4.244Z",clipRule:"evenodd"}))}));var qn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.75 2.75a.75.75 0 0 0-1.5 0v3.69l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V2.75Z"}),e.createElement("path",{d:"M4.784 4.5a.75.75 0 0 0-.701.483L2.553 9h2.412a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 9h2.412l-1.53-4.017a.75.75 0 0 0-.7-.483h-.467a.75.75 0 0 1 0-1.5h.466c.934 0 1.77.577 2.103 1.449l1.534 4.026c.097.256.147.527.147.801v1.474A2.25 2.25 0 0 1 12.75 13h-9.5A2.25 2.25 0 0 1 1 10.75V9.276c0-.274.05-.545.147-.801l1.534-4.026A2.25 2.25 0 0 1 4.784 3h.466a.75.75 0 0 1 0 1.5h-.466Z"}))}));var Un=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2.742 2.755A2.25 2.25 0 0 1 4.424 2h7.152a2.25 2.25 0 0 1 1.682.755l1.174 1.32c.366.412.568.944.568 1.495v.68a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 6.25v-.68c0-.55.202-1.083.568-1.495l1.174-1.32Zm1.682.745a.75.75 0 0 0-.561.252L2.753 5h2.212a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61A1 1 0 0 1 11.035 5h2.211l-1.109-1.248a.75.75 0 0 0-.56-.252H4.423Z",clipRule:"evenodd"}),e.createElement("path",{d:"M1 10.75a.75.75 0 0 1 .75-.75h3.215a1 1 0 0 1 .832.445l.406.61a1 1 0 0 0 .832.445h1.93a1 1 0 0 0 .832-.445l.406-.61a1 1 0 0 1 .832-.445h3.215a.75.75 0 0 1 .75.75v1A2.25 2.25 0 0 1 12.75 14h-9.5A2.25 2.25 0 0 1 1 11.75v-1Z"}))}));var Yn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.784 3A2.25 2.25 0 0 0 2.68 4.449L1.147 8.475A2.25 2.25 0 0 0 1 9.276v1.474A2.25 2.25 0 0 0 3.25 13h9.5A2.25 2.25 0 0 0 15 10.75V9.276c0-.274-.05-.545-.147-.801l-1.534-4.026A2.25 2.25 0 0 0 11.216 3H4.784Zm-.701 1.983a.75.75 0 0 1 .7-.483h6.433a.75.75 0 0 1 .701.483L13.447 9h-2.412a1 1 0 0 0-.832.445l-.406.61a1 1 0 0 1-.832.445h-1.93a1 1 0 0 1-.832-.445l-.406-.61A1 1 0 0 0 4.965 9H2.553l1.53-4.017Z",clipRule:"evenodd"}))}));var Xn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM9 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6.75 8a.75.75 0 0 0 0 1.5h.75v1.75a.75.75 0 0 0 1.5 0v-2.5A.75.75 0 0 0 8.25 8h-1.5Z",clipRule:"evenodd"}))}));var Kn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M14 6a4 4 0 0 1-4.899 3.899l-1.955 1.955a.5.5 0 0 1-.353.146H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2.293a.5.5 0 0 1 .146-.353l3.955-3.955A4 4 0 1 1 14 6Zm-4-2a.75.75 0 0 0 0 1.5.5.5 0 0 1 .5.5.75.75 0 0 0 1.5 0 2 2 0 0 0-2-2Z",clipRule:"evenodd"}))}));var Qn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11 5a.75.75 0 0 1 .688.452l3.25 7.5a.75.75 0 1 1-1.376.596L12.89 12H9.109l-.67 1.548a.75.75 0 1 1-1.377-.596l3.25-7.5A.75.75 0 0 1 11 5Zm-1.24 5.5h2.48L11 7.636 9.76 10.5ZM5 1a.75.75 0 0 1 .75.75v1.261a25.27 25.27 0 0 1 2.598.211.75.75 0 1 1-.2 1.487c-.22-.03-.44-.056-.662-.08A12.939 12.939 0 0 1 5.92 8.058c.237.304.488.595.752.873a.75.75 0 0 1-1.086 1.035A13.075 13.075 0 0 1 5 9.307a13.068 13.068 0 0 1-2.841 2.546.75.75 0 0 1-.827-1.252A11.566 11.566 0 0 0 4.08 8.057a12.991 12.991 0 0 1-.554-.938.75.75 0 1 1 1.323-.707c.049.09.099.181.15.271.388-.68.708-1.405.952-2.164a23.941 23.941 0 0 0-4.1.19.75.75 0 0 1-.2-1.487c.853-.114 1.72-.185 2.598-.211V1.75A.75.75 0 0 1 5 1Z",clipRule:"evenodd"}))}));var Jn=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12.95 3.05a7 7 0 1 0-9.9 9.9 7 7 0 0 0 9.9-9.9Zm-7.262-.042a5.516 5.516 0 0 1 4.624 0L8.698 5.082a3.016 3.016 0 0 0-1.396 0L5.688 3.008Zm-2.68 2.68a5.516 5.516 0 0 0 0 4.624l2.074-1.614a3.015 3.015 0 0 1 0-1.396L3.008 5.688Zm2.68 7.304 1.614-2.074c.458.11.938.11 1.396 0l1.614 2.074a5.516 5.516 0 0 1-4.624 0Zm7.304-2.68a5.516 5.516 0 0 0 0-4.624l-2.074 1.614c.11.458.11.938 0 1.396l2.074 1.614ZM6.94 6.939a1.5 1.5 0 1 1 2.122 2.122 1.5 1.5 0 0 1-2.122-2.122Z",clipRule:"evenodd"}))}));var er=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M10.618 10.26c-.361.223-.618.598-.618 1.022 0 .226-.142.43-.36.49A6.006 6.006 0 0 1 8 12c-.569 0-1.12-.08-1.64-.227a.504.504 0 0 1-.36-.491c0-.424-.257-.799-.618-1.021a5 5 0 1 1 5.235 0ZM6.867 13.415a.75.75 0 1 0-.225 1.483 9.065 9.065 0 0 0 2.716 0 .75.75 0 1 0-.225-1.483 7.563 7.563 0 0 1-2.266 0Z"}))}));var tr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8.914 6.025a.75.75 0 0 1 1.06 0 3.5 3.5 0 0 1 0 4.95l-2 2a3.5 3.5 0 0 1-5.396-4.402.75.75 0 0 1 1.251.827 2 2 0 0 0 3.085 2.514l2-2a2 2 0 0 0 0-2.828.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}),e.createElement("path",{fillRule:"evenodd",d:"M7.086 9.975a.75.75 0 0 1-1.06 0 3.5 3.5 0 0 1 0-4.95l2-2a3.5 3.5 0 0 1 5.396 4.402.75.75 0 0 1-1.251-.827 2 2 0 0 0-3.085-2.514l-2 2a2 2 0 0 0 0 2.828.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"}))}));var nr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3 4.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.25 3a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 7.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 11.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM4 12.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"}))}));var rr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a3.5 3.5 0 0 0-3.5 3.5V7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7V4.5A3.5 3.5 0 0 0 8 1Zm2 6V4.5a2 2 0 1 0-4 0V7h4Z",clipRule:"evenodd"}))}));var ar=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M11.5 1A3.5 3.5 0 0 0 8 4.5V7H2.5A1.5 1.5 0 0 0 1 8.5v5A1.5 1.5 0 0 0 2.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 9.5 7V4.5a2 2 0 1 1 4 0v1.75a.75.75 0 0 0 1.5 0V4.5A3.5 3.5 0 0 0 11.5 1Z"}))}));var lr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.94 8.06a1.5 1.5 0 1 1 2.12-2.12 1.5 1.5 0 0 1-2.12 2.12Z"}),e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM4.879 4.879a3 3 0 0 0 3.645 4.706L9.72 10.78a.75.75 0 0 0 1.061-1.06L9.585 8.524A3.001 3.001 0 0 0 4.879 4.88Z",clipRule:"evenodd"}))}));var or=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.75 6.25h-3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z",clipRule:"evenodd"}))}));var ir=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M6.25 8.75v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 1.5 0v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0Z"}),e.createElement("path",{fillRule:"evenodd",d:"M7 12c1.11 0 2.136-.362 2.965-.974l2.755 2.754a.75.75 0 1 0 1.06-1.06l-2.754-2.755A5 5 0 1 0 7 12Zm0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z",clipRule:"evenodd"}))}));var sr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",clipRule:"evenodd"}))}));var dr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"m7.539 14.841.003.003.002.002a.755.755 0 0 0 .912 0l.002-.002.003-.003.012-.009a5.57 5.57 0 0 0 .19-.153 15.588 15.588 0 0 0 2.046-2.082c1.101-1.362 2.291-3.342 2.291-5.597A5 5 0 0 0 3 7c0 2.255 1.19 4.235 2.292 5.597a15.591 15.591 0 0 0 2.046 2.082 8.916 8.916 0 0 0 .189.153l.012.01ZM8 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",clipRule:"evenodd"}))}));var cr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5.37 2.257a1.25 1.25 0 0 1 1.214-.054l3.378 1.69 2.133-1.313A1.25 1.25 0 0 1 14 3.644v7.326c0 .434-.225.837-.595 1.065l-2.775 1.708a1.25 1.25 0 0 1-1.214.053l-3.378-1.689-2.133 1.313A1.25 1.25 0 0 1 2 12.354V5.029c0-.434.225-.837.595-1.064L5.37 2.257ZM6 4a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 6 4Zm4.75 2.75a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0v-4.5Z",clipRule:"evenodd"}))}));var ur=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M13.407 2.59a.75.75 0 0 0-1.464.326c.365 1.636.557 3.337.557 5.084 0 1.747-.192 3.448-.557 5.084a.75.75 0 0 0 1.464.327c.264-1.185.444-2.402.531-3.644a2 2 0 0 0 0-3.534 24.736 24.736 0 0 0-.531-3.643ZM4.348 11H4a3 3 0 0 1 0-6h2c1.647 0 3.217-.332 4.646-.933C10.878 5.341 11 6.655 11 8c0 1.345-.122 2.659-.354 3.933a11.946 11.946 0 0 0-4.23-.925c.203.718.478 1.407.816 2.057.12.23.057.515-.155.663l-.828.58a.484.484 0 0 1-.707-.16A12.91 12.91 0 0 1 4.348 11Z"}))}));var fr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 1a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0V3a2 2 0 0 0-2-2Z"}),e.createElement("path",{d:"M4.5 7A.75.75 0 0 0 3 7a5.001 5.001 0 0 0 4.25 4.944V13.5h-1.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-1.5v-1.556A5.001 5.001 0 0 0 13 7a.75.75 0 0 0-1.5 0 3.5 3.5 0 1 1-7 0Z"}))}));var mr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm4-7a.75.75 0 0 0-.75-.75h-6.5a.75.75 0 0 0 0 1.5h6.5A.75.75 0 0 0 12 8Z",clipRule:"evenodd"}))}));var vr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.75 7.25a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z"}))}));var hr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M14.438 10.148c.19-.425-.321-.787-.748-.601A5.5 5.5 0 0 1 6.453 2.31c.186-.427-.176-.938-.6-.748a6.501 6.501 0 1 0 8.585 8.586Z"}))}));var gr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M14 1.75a.75.75 0 0 0-.89-.737l-7.502 1.43a.75.75 0 0 0-.61.736v2.5c0 .018 0 .036.002.054V9.73a1 1 0 0 1-.813.983l-.58.11a1.978 1.978 0 0 0 .741 3.886l.603-.115c.9-.171 1.55-.957 1.55-1.873v-1.543l-.001-.043V6.3l6-1.143v3.146a1 1 0 0 1-.813.982l-.584.111a1.978 1.978 0 0 0 .74 3.886l.326-.062A2.252 2.252 0 0 0 14 11.007V1.75Z"}))}));var wr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M10 3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v9a2 2 0 0 0 2 2h8a2 2 0 0 1-2-2V3ZM4 4h4v2H4V4Zm4 3.5H4V9h4V7.5Zm-4 3h4V12H4v-1.5Z",clipRule:"evenodd"}),e.createElement("path",{d:"M13 5h-1.5v6.25a1.25 1.25 0 1 0 2.5 0V6a1 1 0 0 0-1-1Z"}))}));var pr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M3.05 3.05a7 7 0 1 1 9.9 9.9 7 7 0 0 1-9.9-9.9Zm1.627.566 7.707 7.707a5.501 5.501 0 0 0-7.707-7.707Zm6.646 8.768L3.616 4.677a5.501 5.501 0 0 0 7.707 7.707Z",clipRule:"evenodd"}))}));var br=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M12.613 1.258a1.535 1.535 0 0 1 2.13 2.129l-1.905 2.856a8 8 0 0 1-3.56 2.939 4.011 4.011 0 0 0-2.46-2.46 8 8 0 0 1 2.94-3.56l2.855-1.904ZM5.5 8A2.5 2.5 0 0 0 3 10.5a.5.5 0 0 1-.7.459.75.75 0 0 0-.983 1A3.5 3.5 0 0 0 8 10.5 2.5 2.5 0 0 0 5.5 8Z"}))}));var Er=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.87 2.298a.75.75 0 0 0-.812 1.021L3.39 6.624a1 1 0 0 0 .928.626H8.25a.75.75 0 0 1 0 1.5H4.318a1 1 0 0 0-.927.626l-1.333 3.305a.75.75 0 0 0 .811 1.022 24.89 24.89 0 0 0 11.668-5.115.75.75 0 0 0 0-1.175A24.89 24.89 0 0 0 2.869 2.298Z"}))}));var xr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.914 4.086a2 2 0 0 0-2.828 0l-5 5a2 2 0 1 0 2.828 2.828l.556-.555a.75.75 0 0 1 1.06 1.06l-.555.556a3.5 3.5 0 0 1-4.95-4.95l5-5a3.5 3.5 0 0 1 4.95 4.95l-1.972 1.972a2.125 2.125 0 0 1-3.006-3.005L9.97 4.97a.75.75 0 1 1 1.06 1.06L9.058 8.003a.625.625 0 0 0 .884.883l1.972-1.972a2 2 0 0 0 0-2.828Z",clipRule:"evenodd"}))}));var yr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM5.5 5.5A.5.5 0 0 1 6 5h.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5v-5Zm4-.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 5h-.5Z",clipRule:"evenodd"}))}));var Mr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1ZM10.5 2a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5h-1Z"}))}));var kr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M13.488 2.513a1.75 1.75 0 0 0-2.475 0L6.75 6.774a2.75 2.75 0 0 0-.596.892l-.848 2.047a.75.75 0 0 0 .98.98l2.047-.848a2.75 2.75 0 0 0 .892-.596l4.261-4.262a1.75 1.75 0 0 0 0-2.474Z"}),e.createElement("path",{d:"M4.75 3.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h6.5c.69 0 1.25-.56 1.25-1.25V9A.75.75 0 0 1 14 9v2.25A2.75 2.75 0 0 1 11.25 14h-6.5A2.75 2.75 0 0 1 2 11.25v-6.5A2.75 2.75 0 0 1 4.75 2H7a.75.75 0 0 1 0 1.5H4.75Z"}))}));var Cr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.013 2.513a1.75 1.75 0 0 1 2.475 2.474L6.226 12.25a2.751 2.751 0 0 1-.892.596l-2.047.848a.75.75 0 0 1-.98-.98l.848-2.047a2.75 2.75 0 0 1 .596-.892l7.262-7.261Z",clipRule:"evenodd"}))}));var Rr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z"}),e.createElement("path",{d:"m11.56 5.5 2.22-2.22a.75.75 0 0 0-1.06-1.06L10.5 4.44V2.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-1.69Z"}))}));var Ir=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"m4.922 6.752-1.067.534a7.52 7.52 0 0 0 4.859 4.86l.534-1.068a1 1 0 0 1 1.046-.542l2.858.44a1 1 0 0 1 .848.988V13a1 1 0 0 1-1 1h-2c-.709 0-1.4-.082-2.062-.238a9.012 9.012 0 0 1-6.7-6.7A9.024 9.024 0 0 1 2 5V3a1 1 0 0 1 1-1h1.036a1 1 0 0 1 .988.848l.44 2.858a1 1 0 0 1-.542 1.046Z"}),e.createElement("path",{d:"M9.22 5.72a.75.75 0 0 0 1.06 1.06l2.22-2.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L9.22 5.72Z"}))}));var Lr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z"}),e.createElement("path",{d:"M13.78 2.22a.75.75 0 0 1 0 1.06L12.56 4.5l1.22 1.22a.75.75 0 0 1-1.06 1.06L11.5 5.56l-1.22 1.22a.75.75 0 1 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 1.06-1.06l1.22 1.22 1.22-1.22a.75.75 0 0 1 1.06 0Z"}))}));var Ar=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"m3.855 7.286 1.067-.534a1 1 0 0 0 .542-1.046l-.44-2.858A1 1 0 0 0 4.036 2H3a1 1 0 0 0-1 1v2c0 .709.082 1.4.238 2.062a9.012 9.012 0 0 0 6.7 6.7A9.024 9.024 0 0 0 11 14h2a1 1 0 0 0 1-1v-1.036a1 1 0 0 0-.848-.988l-2.858-.44a1 1 0 0 0-1.046.542l-.534 1.067a7.52 7.52 0 0 1-4.86-4.859Z",clipRule:"evenodd"}))}));var Zr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm10.5 5.707a.5.5 0 0 0-.146-.353l-1-1a.5.5 0 0 0-.708 0L9.354 9.646a.5.5 0 0 1-.708 0L6.354 7.354a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0-.146.353V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V9.707ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",clipRule:"evenodd"}))}));var Or=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.847-9.766A.75.75 0 0 0 6 5.866v4.268a.75.75 0 0 0 1.153.633l3.353-2.134a.75.75 0 0 0 0-1.266L7.153 5.234Z",clipRule:"evenodd"}))}));var jr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 4.804a1 1 0 0 1 1.53-.848l5.113 3.196a1 1 0 0 1 0 1.696L2.53 12.044A1 1 0 0 1 1 11.196V4.804ZM13.5 4.5A.5.5 0 0 1 14 4h.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5H14a.5.5 0 0 1-.5-.5v-7ZM10.5 4a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-7A.5.5 0 0 0 11 4h-.5Z"}))}));var Sr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3 3.732a1.5 1.5 0 0 1 2.305-1.265l6.706 4.267a1.5 1.5 0 0 1 0 2.531l-6.706 4.268A1.5 1.5 0 0 1 3 12.267V3.732Z"}))}));var Br=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}))}));var Vr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.75 3.75a.75.75 0 0 0-1.5 0v3.5h-3.5a.75.75 0 0 0 0 1.5h3.5v3.5a.75.75 0 0 0 1.5 0v-3.5h3.5a.75.75 0 0 0 0-1.5h-3.5v-3.5Z"}))}));var Hr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 8 1ZM4.11 3.05a.75.75 0 0 1 0 1.06 5.5 5.5 0 1 0 7.78 0 .75.75 0 0 1 1.06-1.06 7 7 0 1 1-9.9 0 .75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var Nr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.004 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 1 0 1.422-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752ZM5.25 7a.75.75 0 0 0-.75.75v.5a.75.75 0 0 0 1.5 0v-.5A.75.75 0 0 0 5.25 7ZM10 4.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-1.5 0v-3.5ZM8 5.5a.75.75 0 0 0-.75.75v2a.75.75 0 0 0 1.5 0v-2A.75.75 0 0 0 8 5.5Z",clipRule:"evenodd"}))}));var Dr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1.75 2a.75.75 0 0 0 0 1.5H2V9a2 2 0 0 0 2 2h.043l-1.005 3.013a.75.75 0 0 0 1.423.474L4.624 14h6.752l.163.487a.75.75 0 0 0 1.423-.474L11.957 11H12a2 2 0 0 0 2-2V3.5h.25a.75.75 0 0 0 0-1.5H1.75Zm8.626 9 .5 1.5H5.124l.5-1.5h4.752Zm1.317-5.833a.75.75 0 0 0-.892-1.206 8.789 8.789 0 0 0-2.465 2.814L7.28 5.72a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 0 0 1.06 1.06l1.47-1.47L8.028 8.59a.75.75 0 0 0 1.228-.255 7.275 7.275 0 0 1 2.437-3.167Z",clipRule:"evenodd"}))}));var Pr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4 5a2 2 0 0 0-2 2v3a2 2 0 0 0 1.51 1.94l-.315 1.896A1 1 0 0 0 4.18 15h7.639a1 1 0 0 0 .986-1.164l-.316-1.897A2 2 0 0 0 14 10V7a2 2 0 0 0-2-2V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3Zm1.5 0V2.5h5V5h-5Zm5.23 5.5H5.27l-.5 3h6.459l-.5-3Z",clipRule:"evenodd"}))}));var Wr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M9 3.889c0-.273.188-.502.417-.65.355-.229.583-.587.583-.989C10 1.56 9.328 1 8.5 1S7 1.56 7 2.25c0 .41.237.774.603 1.002.22.137.397.355.397.613 0 .331-.275.596-.605.579-.744-.04-1.482-.1-2.214-.18a.75.75 0 0 0-.83.81c.067.764.111 1.535.133 2.312A.6.6 0 0 1 3.882 8c-.268 0-.495-.185-.64-.412C3.015 7.231 2.655 7 2.25 7 1.56 7 1 7.672 1 8.5S1.56 10 2.25 10c.404 0 .764-.23.993-.588.144-.227.37-.412.64-.412a.6.6 0 0 1 .601.614 39.338 39.338 0 0 1-.231 3.3.75.75 0 0 0 .661.829c.826.093 1.66.161 2.5.204A.56.56 0 0 0 8 13.386c0-.271-.187-.499-.415-.645C7.23 12.512 7 12.153 7 11.75c0-.69.672-1.25 1.5-1.25s1.5.56 1.5 1.25c0 .403-.23.762-.585.99-.228.147-.415.375-.415.646v.11c0 .278.223.504.5.504 1.196 0 2.381-.052 3.552-.154a.75.75 0 0 0 .68-.661c.135-1.177.22-2.37.253-3.574a.597.597 0 0 0-.6-.611c-.27 0-.498.187-.644.415-.229.356-.588.585-.991.585-.69 0-1.25-.672-1.25-1.5S11.06 7 11.75 7c.403 0 .762.23.99.585.147.228.375.415.646.415a.597.597 0 0 0 .599-.61 40.914 40.914 0 0 0-.132-2.365.75.75 0 0 0-.815-.684A39.51 39.51 0 0 1 9.5 4.5a.501.501 0 0 1-.5-.503v-.108Z"}))}));var Fr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M4.75 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"}),e.createElement("path",{fillRule:"evenodd",d:"M2 3.5A1.5 1.5 0 0 1 3.5 2H6a1.5 1.5 0 0 1 1.5 1.5V6A1.5 1.5 0 0 1 6 7.5H3.5A1.5 1.5 0 0 1 2 6V3.5Zm1.5 0H6V6H3.5V3.5Z",clipRule:"evenodd"}),e.createElement("path",{d:"M4.25 11.25a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z"}),e.createElement("path",{fillRule:"evenodd",d:"M2 10a1.5 1.5 0 0 1 1.5-1.5H6A1.5 1.5 0 0 1 7.5 10v2.5A1.5 1.5 0 0 1 6 14H3.5A1.5 1.5 0 0 1 2 12.5V10Zm1.5 2.5V10H6v2.5H3.5Z",clipRule:"evenodd"}),e.createElement("path",{d:"M11.25 4.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"}),e.createElement("path",{fillRule:"evenodd",d:"M10 2a1.5 1.5 0 0 0-1.5 1.5V6A1.5 1.5 0 0 0 10 7.5h2.5A1.5 1.5 0 0 0 14 6V3.5A1.5 1.5 0 0 0 12.5 2H10Zm2.5 1.5H10V6h2.5V3.5Z",clipRule:"evenodd"}),e.createElement("path",{d:"M8.5 9.417a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM8.5 13.083a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM13.083 8.5a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833ZM12.166 13.084a.917.917 0 1 1 1.833 0 .917.917 0 0 1-1.833 0ZM11.25 10.333a.917.917 0 1 0 0 1.833.917.917 0 0 0 0-1.833Z"}))}));var _r=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-6 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7.293 5.293a1 1 0 1 1 .99 1.667c-.459.134-1.033.566-1.033 1.29v.25a.75.75 0 1 0 1.5 0v-.115a2.5 2.5 0 1 0-2.518-4.153.75.75 0 1 0 1.061 1.06Z",clipRule:"evenodd"}))}));var Tr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 4a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2ZM2 9.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 9.25ZM2.75 12.5a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5H2.75Z"}))}));var zr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.437 1.45a.75.75 0 0 1-.386.987L7.478 4H13a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h.736l6.713-2.937a.75.75 0 0 1 .988.386ZM12 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.75 6.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-.75 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.323-1.225a.75.75 0 1 1-.75-1.3.75.75 0 0 1 .75 1.3ZM7.3 9.75a.75.75 0 1 0 1.299.75.75.75 0 0 0-1.3-.75Zm-.549 1.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm-3.348-.75a.75.75 0 1 0 1.3-.75.75.75 0 0 0-1.3.75Zm.275-1.975a.75.75 0 1 1 .75-1.3.75.75 0 0 1-.75 1.3ZM12 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var Gr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm5.53 4.28a.75.75 0 1 0-1.06-1.06l-4.5 4.5a.75.75 0 1 0 1.06 1.06l4.5-4.5ZM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.75 4.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z",clipRule:"evenodd"}))}));var $r=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195 1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195 1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2h-5.5Zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311l.97-.97Z",clipRule:"evenodd"}))}));var qr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 4a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4ZM10 5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V5ZM4 10a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H4Z"}))}));var Ur=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5 3.5A1.5 1.5 0 0 1 6.5 2h3A1.5 1.5 0 0 1 11 3.5H5ZM4.5 5A1.5 1.5 0 0 0 3 6.5v.041a3.02 3.02 0 0 1 .5-.041h9c.17 0 .337.014.5.041V6.5A1.5 1.5 0 0 0 11.5 5h-7ZM12.5 8h-9A1.5 1.5 0 0 0 2 9.5v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 12.5 8Z"}))}));var Yr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M6.333 4.478A4 4 0 0 0 1 8.25c0 .414.336.75.75.75h3.322c.572.71 1.219 1.356 1.928 1.928v3.322c0 .414.336.75.75.75a4 4 0 0 0 3.772-5.333A10.721 10.721 0 0 0 15 1.75a.75.75 0 0 0-.75-.75c-3.133 0-5.953 1.34-7.917 3.478ZM12 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",clipRule:"evenodd"}),e.createElement("path",{d:"M3.902 10.682a.75.75 0 1 0-1.313-.725 4.764 4.764 0 0 0-.469 3.36.75.75 0 0 0 .564.563 4.76 4.76 0 0 0 3.359-.47.75.75 0 1 0-.725-1.312 3.231 3.231 0 0 1-1.81.393 3.232 3.232 0 0 1 .394-1.81Z"}))}));var Xr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 2.75A.75.75 0 0 1 2.75 2C8.963 2 14 7.037 14 13.25a.75.75 0 0 1-1.5 0c0-5.385-4.365-9.75-9.75-9.75A.75.75 0 0 1 2 2.75Zm0 4.5a.75.75 0 0 1 .75-.75 6.75 6.75 0 0 1 6.75 6.75.75.75 0 0 1-1.5 0C8 10.35 5.65 8 2.75 8A.75.75 0 0 1 2 7.25ZM3.5 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z",clipRule:"evenodd"}))}));var Kr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8.75 2.5a.75.75 0 0 0-1.5 0v.508a32.661 32.661 0 0 0-4.624.434.75.75 0 0 0 .246 1.48l.13-.021-1.188 4.75a.75.75 0 0 0 .33.817A3.487 3.487 0 0 0 4 11c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818l-1.25-5a31.31 31.31 0 0 1 2.314-.141V12.012c-.882.027-1.752.104-2.607.226a.75.75 0 0 0 .213 1.485 22.188 22.188 0 0 1 6.288 0 .75.75 0 1 0 .213-1.485 23.657 23.657 0 0 0-2.607-.226V4.509c.779.018 1.55.066 2.314.14L9.814 9.65a.75.75 0 0 0 .329.818 3.487 3.487 0 0 0 1.856.532c.68 0 1.318-.195 1.856-.532a.75.75 0 0 0 .33-.818L12.997 4.9l.13.022a.75.75 0 1 0 .247-1.48 32.66 32.66 0 0 0-4.624-.434V2.5ZM3.42 9.415a2 2 0 0 0 1.16 0L4 7.092l-.58 2.323ZM12 9.5a2 2 0 0 1-.582-.085L12 7.092l.58 2.323A2 2 0 0 1 12 9.5Z",clipRule:"evenodd"}))}));var Qr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2.25 6.665c.969.56 2.157.396 2.94-.323l.359.207c.34.196.777.02.97-.322.19-.337.115-.784-.22-.977l-.359-.207a2.501 2.501 0 1 0-3.69 1.622ZM4.364 5a1 1 0 1 1-1.732-1 1 1 0 0 1 1.732 1ZM8.903 5.465a2.75 2.75 0 0 0-1.775 1.893l-.375 1.398-1.563.902a2.501 2.501 0 1 0 .75 1.3L14.7 5.9a.75.75 0 0 0-.18-1.374l-.782-.21a2.75 2.75 0 0 0-1.593.052L8.903 5.465ZM4.365 11a1 1 0 1 1-1.732 1 1 1 0 0 1 1.732-1Z",clipRule:"evenodd"}),e.createElement("path",{d:"M8.892 10.408c-.052.03-.047.108.011.128l3.243 1.097a2.75 2.75 0 0 0 1.593.05l.781-.208a.75.75 0 0 0 .18-1.374l-2.137-1.235a1 1 0 0 0-1 0l-2.67 1.542Z"}))}));var Jr=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845C3.43 4.035 3.71 4 4 4h8c.29 0 .571.035.84.102l-.337-.845A2 2 0 0 0 10.646 2H5.354Z"}),e.createElement("path",{fillRule:"evenodd",d:"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Zm10.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 7.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}))}));var ea=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.665 3.588A2 2 0 0 1 5.622 2h4.754a2 2 0 0 1 1.958 1.588l1.098 5.218a3.487 3.487 0 0 0-1.433-.306H4c-.51 0-.995.11-1.433.306l1.099-5.218Z"}),e.createElement("path",{fillRule:"evenodd",d:"M4 10a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4H4Zm8 2.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM9.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}))}));var ta=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M12 6a2 2 0 1 0-1.994-1.842L5.323 6.5a2 2 0 1 0 0 3l4.683 2.342a2 2 0 1 0 .67-1.342L5.995 8.158a2.03 2.03 0 0 0 0-.316L10.677 5.5c.353.311.816.5 1.323.5Z"}))}));var na=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8.5 1.709a.75.75 0 0 0-1 0 8.963 8.963 0 0 1-4.84 2.217.75.75 0 0 0-.654.72 10.499 10.499 0 0 0 5.647 9.672.75.75 0 0 0 .694-.001 10.499 10.499 0 0 0 5.647-9.672.75.75 0 0 0-.654-.719A8.963 8.963 0 0 1 8.5 1.71Zm2.34 5.504a.75.75 0 0 0-1.18-.926L7.394 9.17l-1.156-.99a.75.75 0 1 0-.976 1.138l1.75 1.5a.75.75 0 0 0 1.078-.106l2.75-3.5Z",clipRule:"evenodd"}))}));var ra=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M7.5 1.709a.75.75 0 0 1 1 0 8.963 8.963 0 0 0 4.84 2.217.75.75 0 0 1 .654.72 10.499 10.499 0 0 1-5.647 9.672.75.75 0 0 1-.694-.001 10.499 10.499 0 0 1-5.647-9.672.75.75 0 0 1 .654-.719A8.963 8.963 0 0 0 7.5 1.71ZM8 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 8 5Zm0 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var aa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5 4a3 3 0 0 1 6 0v1h.643a1.5 1.5 0 0 1 1.492 1.35l.7 7A1.5 1.5 0 0 1 12.342 15H3.657a1.5 1.5 0 0 1-1.492-1.65l.7-7A1.5 1.5 0 0 1 4.357 5H5V4Zm4.5 0v1h-3V4a1.5 1.5 0 0 1 3 0Zm-3 3.75a.75.75 0 0 0-1.5 0v1a3 3 0 1 0 6 0v-1a.75.75 0 0 0-1.5 0v1a1.5 1.5 0 1 1-3 0v-1Z",clipRule:"evenodd"}))}));var la=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1.75 1.002a.75.75 0 1 0 0 1.5h1.835l1.24 5.113A3.752 3.752 0 0 0 2 11.25c0 .414.336.75.75.75h10.5a.75.75 0 0 0 0-1.5H3.628A2.25 2.25 0 0 1 5.75 9h6.5a.75.75 0 0 0 .73-.578l.846-3.595a.75.75 0 0 0-.578-.906 44.118 44.118 0 0 0-7.996-.91l-.348-1.436a.75.75 0 0 0-.73-.573H1.75ZM5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}))}));var oa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.28 2.22a.75.75 0 0 0-1.06 1.06l4.782 4.783a1 1 0 0 0 .935.935l4.783 4.782a.75.75 0 1 0 1.06-1.06L8.998 7.937a1 1 0 0 0-.935-.935L3.28 2.22ZM3.05 12.95a7.003 7.003 0 0 1-1.33-8.047L2.86 6.04a5.501 5.501 0 0 0 1.25 5.849.75.75 0 1 1-1.06 1.06ZM5.26 10.74a3.87 3.87 0 0 1-1.082-3.38L5.87 9.052c.112.226.262.439.45.627a.75.75 0 1 1-1.06 1.061ZM12.95 3.05a7.003 7.003 0 0 1 1.33 8.048l-1.14-1.139a5.501 5.501 0 0 0-1.25-5.848.75.75 0 0 1 1.06-1.06ZM10.74 5.26a3.87 3.87 0 0 1 1.082 3.38L10.13 6.948a2.372 2.372 0 0 0-.45-.627.75.75 0 0 1 1.06-1.061Z"}))}));var ia=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}),e.createElement("path",{fillRule:"evenodd",d:"M9.68 5.26a.75.75 0 0 1 1.06 0 3.875 3.875 0 0 1 0 5.48.75.75 0 1 1-1.06-1.06 2.375 2.375 0 0 0 0-3.36.75.75 0 0 1 0-1.06Zm-3.36 0a.75.75 0 0 1 0 1.06 2.375 2.375 0 0 0 0 3.36.75.75 0 1 1-1.06 1.06 3.875 3.875 0 0 1 0-5.48.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}),e.createElement("path",{fillRule:"evenodd",d:"M11.89 3.05a.75.75 0 0 1 1.06 0 7 7 0 0 1 0 9.9.75.75 0 1 1-1.06-1.06 5.5 5.5 0 0 0 0-7.78.75.75 0 0 1 0-1.06Zm-7.78 0a.75.75 0 0 1 0 1.06 5.5 5.5 0 0 0 0 7.78.75.75 0 1 1-1.06 1.06 7 7 0 0 1 0-9.9.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))}));var sa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5 4a.75.75 0 0 1 .738.616l.252 1.388A1.25 1.25 0 0 0 6.996 7.01l1.388.252a.75.75 0 0 1 0 1.476l-1.388.252A1.25 1.25 0 0 0 5.99 9.996l-.252 1.388a.75.75 0 0 1-1.476 0L4.01 9.996A1.25 1.25 0 0 0 3.004 8.99l-1.388-.252a.75.75 0 0 1 0-1.476l1.388-.252A1.25 1.25 0 0 0 4.01 6.004l.252-1.388A.75.75 0 0 1 5 4ZM12 1a.75.75 0 0 1 .721.544l.195.682c.118.415.443.74.858.858l.682.195a.75.75 0 0 1 0 1.442l-.682.195a1.25 1.25 0 0 0-.858.858l-.195.682a.75.75 0 0 1-1.442 0l-.195-.682a1.25 1.25 0 0 0-.858-.858l-.682-.195a.75.75 0 0 1 0-1.442l.682-.195a1.25 1.25 0 0 0 .858-.858l.195-.682A.75.75 0 0 1 12 1ZM10 11a.75.75 0 0 1 .728.568.968.968 0 0 0 .704.704.75.75 0 0 1 0 1.456.968.968 0 0 0-.704.704.75.75 0 0 1-1.456 0 .968.968 0 0 0-.704-.704.75.75 0 0 1 0-1.456.968.968 0 0 0 .704-.704A.75.75 0 0 1 10 11Z",clipRule:"evenodd"}))}));var da=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM12.95 3.05a.75.75 0 1 0-1.06 1.06 5.5 5.5 0 0 1 0 7.78.75.75 0 1 0 1.06 1.06 7 7 0 0 0 0-9.9Z"}),e.createElement("path",{d:"M10.828 5.172a.75.75 0 1 0-1.06 1.06 2.5 2.5 0 0 1 0 3.536.75.75 0 1 0 1.06 1.06 4 4 0 0 0 0-5.656Z"}))}));var ca=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.557 2.066A.75.75 0 0 1 8 2.75v10.5a.75.75 0 0 1-1.248.56L3.59 11H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.59l3.162-2.81a.75.75 0 0 1 .805-.124ZM11.28 5.72a.75.75 0 1 0-1.06 1.06L11.44 8l-1.22 1.22a.75.75 0 1 0 1.06 1.06l1.22-1.22 1.22 1.22a.75.75 0 1 0 1.06-1.06L13.56 8l1.22-1.22a.75.75 0 0 0-1.06-1.06L12.5 6.94l-1.22-1.22Z"}))}));var ua=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5 6.5A1.5 1.5 0 0 1 6.5 5h6A1.5 1.5 0 0 1 14 6.5v6a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 5 12.5v-6Z"}),e.createElement("path",{d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v6A1.5 1.5 0 0 0 3.5 11V6.5a3 3 0 0 1 3-3H11A1.5 1.5 0 0 0 9.5 2h-6Z"}))}));var fa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M7.628 1.099a.75.75 0 0 1 .744 0l5.25 3a.75.75 0 0 1 0 1.302l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.302l5.25-3Z"}),e.createElement("path",{d:"m2.57 7.24-.192.11a.75.75 0 0 0 0 1.302l5.25 3a.75.75 0 0 0 .744 0l5.25-3a.75.75 0 0 0 0-1.303l-.192-.11-4.314 2.465a2.25 2.25 0 0 1-2.232 0L2.57 7.239Z"}),e.createElement("path",{d:"m2.378 10.6.192-.11 4.314 2.464a2.25 2.25 0 0 0 2.232 0l4.314-2.465.192.11a.75.75 0 0 1 0 1.303l-5.25 3a.75.75 0 0 1-.744 0l-5.25-3a.75.75 0 0 1 0-1.303Z"}))}));var ma=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.5 2A1.5 1.5 0 0 0 2 3.5v2A1.5 1.5 0 0 0 3.5 7h2A1.5 1.5 0 0 0 7 5.5v-2A1.5 1.5 0 0 0 5.5 2h-2ZM3.5 9A1.5 1.5 0 0 0 2 10.5v2A1.5 1.5 0 0 0 3.5 14h2A1.5 1.5 0 0 0 7 12.5v-2A1.5 1.5 0 0 0 5.5 9h-2ZM9 3.5A1.5 1.5 0 0 1 10.5 2h2A1.5 1.5 0 0 1 14 3.5v2A1.5 1.5 0 0 1 12.5 7h-2A1.5 1.5 0 0 1 9 5.5v-2ZM10.5 9A1.5 1.5 0 0 0 9 10.5v2a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 12.5 9h-2Z"}))}));var va=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 3.5A1.5 1.5 0 0 1 3.5 2h2A1.5 1.5 0 0 1 7 3.5v2A1.5 1.5 0 0 1 5.5 7h-2A1.5 1.5 0 0 1 2 5.5v-2ZM2 10.5A1.5 1.5 0 0 1 3.5 9h2A1.5 1.5 0 0 1 7 10.5v2A1.5 1.5 0 0 1 5.5 14h-2A1.5 1.5 0 0 1 2 12.5v-2ZM10.5 2A1.5 1.5 0 0 0 9 3.5v2A1.5 1.5 0 0 0 10.5 7h2A1.5 1.5 0 0 0 14 5.5v-2A1.5 1.5 0 0 0 12.5 2h-2ZM11.5 9a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1A.75.75 0 0 1 11.5 9Z"}))}));var ha=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z",clipRule:"evenodd"}))}));var ga=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM6.5 5.5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z",clipRule:"evenodd"}))}));var wa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("rect",{width:10,height:10,x:3,y:3,rx:1.5}))}));var pa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 1a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 1ZM10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM12.95 4.11a.75.75 0 1 0-1.06-1.06l-1.062 1.06a.75.75 0 0 0 1.061 1.062l1.06-1.061ZM15 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 15 8ZM11.89 12.95a.75.75 0 0 0 1.06-1.06l-1.06-1.062a.75.75 0 0 0-1.062 1.061l1.061 1.06ZM8 12a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 12ZM5.172 11.89a.75.75 0 0 0-1.061-1.062L3.05 11.89a.75.75 0 1 0 1.06 1.06l1.06-1.06ZM4 8a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 4 8ZM4.11 5.172A.75.75 0 0 0 5.173 4.11L4.11 3.05a.75.75 0 1 0-1.06 1.06l1.06 1.06Z"}))}));var ba=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v8.5a2.5 2.5 0 0 1-5 0V3Zm3.25 8.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}),e.createElement("path",{d:"m8.5 11.035 3.778-3.778a1 1 0 0 0 0-1.414l-2.122-2.121a1 1 0 0 0-1.414 0l-.242.242v7.07ZM7.656 14H13a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-.344l-5 5Z"}))}));var Ea=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6ZM7.25 7.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h3.75a.5.5 0 0 0 .5-.5v-.5Zm1.5 3a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-.5.5H9.25a.5.5 0 0 1-.5-.5v-.5ZM13.5 8v-.5A.5.5 0 0 0 13 7H9.25a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5Zm-6.75 3.5a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h3.75Z",clipRule:"evenodd"}))}));var xa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M4.5 2A2.5 2.5 0 0 0 2 4.5v2.879a2.5 2.5 0 0 0 .732 1.767l4.5 4.5a2.5 2.5 0 0 0 3.536 0l2.878-2.878a2.5 2.5 0 0 0 0-3.536l-4.5-4.5A2.5 2.5 0 0 0 7.38 2H4.5ZM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}));var ya=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M1 4.5A1.5 1.5 0 0 1 2.5 3h11A1.5 1.5 0 0 1 15 4.5v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876c.268.068.495.286.495.562v1a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 11.5v-1c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C1.227 5.994 1 5.776 1 5.5v-1Zm9 1.25a.75.75 0 0 1 1.5 0v1a.75.75 0 0 1-1.5 0v-1Zm.75 2.75a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0v-1a.75.75 0 0 0-.75-.75Z",clipRule:"evenodd"}))}));var Ma=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M5 3.25V4H2.75a.75.75 0 0 0 0 1.5h.3l.815 8.15A1.5 1.5 0 0 0 5.357 15h5.285a1.5 1.5 0 0 0 1.493-1.35l.815-8.15h.3a.75.75 0 0 0 0-1.5H11v-.75A2.25 2.25 0 0 0 8.75 1h-1.5A2.25 2.25 0 0 0 5 3.25Zm2.25-.75a.75.75 0 0 0-.75.75V4h3v-.75a.75.75 0 0 0-.75-.75h-1.5ZM6.05 6a.75.75 0 0 1 .787.713l.275 5.5a.75.75 0 0 1-1.498.075l-.275-5.5A.75.75 0 0 1 6.05 6Zm3.9 0a.75.75 0 0 1 .712.787l-.275 5.5a.75.75 0 0 1-1.498-.075l.275-5.5a.75.75 0 0 1 .786-.711Z",clipRule:"evenodd"}))}));var ka=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M12 1.69a.494.494 0 0 0-.438-.494 32.352 32.352 0 0 0-7.124 0A.494.494 0 0 0 4 1.689v.567c-.811.104-1.612.24-2.403.406a.75.75 0 0 0-.595.714 4.5 4.5 0 0 0 4.35 4.622A3.99 3.99 0 0 0 7 8.874V10H6a1 1 0 0 0-1 1v2h-.667C3.597 13 3 13.597 3 14.333c0 .368.298.667.667.667h8.666a.667.667 0 0 0 .667-.667c0-.736-.597-1.333-1.333-1.333H11v-2a1 1 0 0 0-1-1H9V8.874a3.99 3.99 0 0 0 1.649-.876 4.5 4.5 0 0 0 4.35-4.622.75.75 0 0 0-.596-.714A30.897 30.897 0 0 0 12 2.256v-.567ZM4 3.768c-.49.066-.976.145-1.458.235a3.004 3.004 0 0 0 1.64 2.192A3.999 3.999 0 0 1 4 5V3.769Zm8 0c.49.066.976.145 1.458.235a3.004 3.004 0 0 1-1.64 2.192C11.936 5.818 12 5.416 12 5V3.769Z",clipRule:"evenodd"}))}));var Ca=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2.908 2.067A.978.978 0 0 0 2 3.05V8h6V3.05a.978.978 0 0 0-.908-.983 32.481 32.481 0 0 0-4.184 0ZM12.919 4.722A.98.98 0 0 0 11.968 4H10a1 1 0 0 0-1 1v6.268A2 2 0 0 1 12 13h1a.977.977 0 0 0 .985-1 31.99 31.99 0 0 0-1.066-7.278Z"}),e.createElement("path",{d:"M11 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM2 12V9h6v3a1 1 0 0 1-1 1 2 2 0 1 0-4 0 1 1 0 0 1-1-1Z"}),e.createElement("path",{d:"M6 13a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"}))}));var Ra=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M12 5H4v4h8V5Z"}),e.createElement("path",{fillRule:"evenodd",d:"M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-4v1.5h2.25a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5H6V12H2a1 1 0 0 1-1-1V3Zm1.5 7.5v-7h11v7h-11Z",clipRule:"evenodd"}))}));var Ia=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-5-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 9c-1.825 0-3.422.977-4.295 2.437A5.49 5.49 0 0 0 8 13.5a5.49 5.49 0 0 0 4.294-2.063A4.997 4.997 0 0 0 8 9Z",clipRule:"evenodd"}))}));var La=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM3.156 11.763c.16-.629.44-1.21.813-1.72a2.5 2.5 0 0 0-2.725 1.377c-.136.287.102.58.418.58h1.449c.01-.077.025-.156.045-.237ZM12.847 11.763c.02.08.036.16.046.237h1.446c.316 0 .554-.293.417-.579a2.5 2.5 0 0 0-2.722-1.378c.374.51.653 1.09.813 1.72ZM14 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM3.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 13c-.552 0-1.013-.455-.876-.99a4.002 4.002 0 0 1 7.753 0c.136.535-.324.99-.877.99H5Z"}))}));var Aa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM10.75 5.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5Z"}))}));var Za=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10 13c.552 0 1.01-.452.9-.994a5.002 5.002 0 0 0-9.802 0c-.109.542.35.994.902.994h8ZM12.5 3.5a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75Z"}))}));var Oa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM12.735 14c.618 0 1.093-.561.872-1.139a6.002 6.002 0 0 0-11.215 0c-.22.578.254 1.139.872 1.139h9.47Z"}))}));var ja=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M8.5 4.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0ZM10.9 12.006c.11.542-.348.994-.9.994H2c-.553 0-1.01-.452-.902-.994a5.002 5.002 0 0 1 9.803 0ZM14.002 12h-1.59a2.556 2.556 0 0 0-.04-.29 6.476 6.476 0 0 0-1.167-2.603 3.002 3.002 0 0 1 3.633 1.911c.18.522-.283.982-.836.982ZM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}))}));var Sa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.38 3.012a.75.75 0 1 0-1.408-.516A15.97 15.97 0 0 0 1 8c0 1.932.343 3.786.972 5.503a.75.75 0 0 0 1.408-.516A14.47 14.47 0 0 1 2.5 8c0-1.754.311-3.434.88-4.988ZM12.62 3.012a.75.75 0 1 1 1.408-.516A15.97 15.97 0 0 1 15 8a15.97 15.97 0 0 1-.972 5.503.75.75 0 0 1-1.408-.516c.569-1.554.88-3.233.88-4.987s-.311-3.434-.88-4.988ZM6.523 4.785a.75.75 0 0 1 .898.38l.758 1.515.812-.902a2.376 2.376 0 0 1 2.486-.674.75.75 0 1 1-.454 1.429.876.876 0 0 0-.918.249L8.9 8.122l.734 1.468.388-.124a.75.75 0 0 1 .457 1.428l-1 .32a.75.75 0 0 1-.899-.379L7.821 9.32l-.811.901a2.374 2.374 0 0 1-2.489.673.75.75 0 0 1 .458-1.428.874.874 0 0 0 .916-.248L7.1 7.878 6.366 6.41l-.389.124a.75.75 0 1 1-.454-1.43l1-.318Z"}))}));var Ba=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M1 10V6.682L6.318 12H3a2 2 0 0 1-2-2ZM10 6v3.318L4.682 4H8a2 2 0 0 1 2 2ZM14.537 4.057A.75.75 0 0 1 15 4.75v6.5a.75.75 0 0 1-1.28.53l-2-2a.75.75 0 0 1-.22-.53v-2.5a.75.75 0 0 1 .22-.53l2-2a.75.75 0 0 1 .817-.163ZM2.78 4.22a.75.75 0 0 0-1.06 1.06l6.5 6.5a.75.75 0 0 0 1.06-1.06l-6.5-6.5Z"}))}));var Va=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H3ZM15 4.75a.75.75 0 0 0-1.28-.53l-2 2a.75.75 0 0 0-.22.53v2.5c0 .199.079.39.22.53l2 2a.75.75 0 0 0 1.28-.53v-6.5Z"}))}));var Ha=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M9.836 3h-3.67v10h3.67V3ZM11.336 13H13.5a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3h-2.164v10ZM2.5 3h2.166v10H2.5A1.5 1.5 0 0 1 1 11.5v-7A1.5 1.5 0 0 1 2.5 3Z"}))}));var Na=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M3.75 2A1.75 1.75 0 0 0 2 3.75v1.5a.75.75 0 0 0 1.5 0v-1.5a.25.25 0 0 1 .25-.25h1.5a.75.75 0 0 0 0-1.5h-1.5ZM10.75 2a.75.75 0 0 0 0 1.5h1.5a.25.25 0 0 1 .25.25v1.5a.75.75 0 0 0 1.5 0v-1.5A1.75 1.75 0 0 0 12.25 2h-1.5ZM3.5 10.75a.75.75 0 0 0-1.5 0v1.5c0 .966.784 1.75 1.75 1.75h1.5a.75.75 0 0 0 0-1.5h-1.5a.25.25 0 0 1-.25-.25v-1.5ZM14 10.75a.75.75 0 0 0-1.5 0v1.5a.25.25 0 0 1-.25.25h-1.5a.75.75 0 0 0 0 1.5h1.5A1.75 1.75 0 0 0 14 12.25v-1.5ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"}))}));var Da=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M2 3.5A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5v.401a2.986 2.986 0 0 0-1.5-.401h-9c-.546 0-1.059.146-1.5.401V3.5ZM3.5 5A1.5 1.5 0 0 0 2 6.5v.401A2.986 2.986 0 0 1 3.5 6.5h9c.546 0 1.059.146 1.5.401V6.5A1.5 1.5 0 0 0 12.5 5h-9ZM8 10a2 2 0 0 0 1.938-1.505c.068-.268.286-.495.562-.495h2A1.5 1.5 0 0 1 14 9.5v3a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-3A1.5 1.5 0 0 1 3.5 8h2c.276 0 .494.227.562.495A2 2 0 0 0 8 10Z"}))}));var Pa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M14.188 7.063a8.75 8.75 0 0 0-12.374 0 .75.75 0 0 1-1.061-1.06c4.003-4.004 10.493-4.004 14.496 0a.75.75 0 1 1-1.061 1.06Zm-2.121 2.121a5.75 5.75 0 0 0-8.132 0 .75.75 0 0 1-1.06-1.06 7.25 7.25 0 0 1 10.252 0 .75.75 0 0 1-1.06 1.06Zm-2.122 2.122a2.75 2.75 0 0 0-3.889 0 .75.75 0 1 1-1.06-1.061 4.25 4.25 0 0 1 6.01 0 .75.75 0 0 1-1.06 1.06Zm-2.828 1.06a1.25 1.25 0 0 1 1.768 0 .75.75 0 0 1 0 1.06l-.355.355a.75.75 0 0 1-1.06 0l-.354-.354a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}));var Wa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Zm1.5-5.5V12a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.5A.5.5 0 0 0 12 6H4a.5.5 0 0 0-.5.5Zm.75-1.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM7 4a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 4Zm1.25.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z",clipRule:"evenodd"}))}));var Fa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M15 4.5A3.5 3.5 0 0 1 11.435 8c-.99-.019-2.093.132-2.7.913l-4.13 5.31a2.015 2.015 0 1 1-2.827-2.828l5.309-4.13c.78-.607.932-1.71.914-2.7L8 4.5a3.5 3.5 0 0 1 4.477-3.362c.325.094.39.497.15.736L10.6 3.902a.48.48 0 0 0-.033.653c.271.314.565.608.879.879a.48.48 0 0 0 .653-.033l2.027-2.027c.239-.24.642-.175.736.15.09.31.138.637.138.976ZM3.75 13a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z",clipRule:"evenodd"}),e.createElement("path",{d:"M11.5 9.5c.313 0 .62-.029.917-.084l1.962 1.962a2.121 2.121 0 0 1-3 3l-2.81-2.81 1.35-1.734c.05-.064.158-.158.426-.233.278-.078.639-.11 1.062-.102l.093.001ZM5 4l1.446 1.445a2.256 2.256 0 0 1-.047.21c-.075.268-.169.377-.233.427l-.61.474L4 5H2.655a.25.25 0 0 1-.224-.139l-1.35-2.7a.25.25 0 0 1 .047-.289l.745-.745a.25.25 0 0 1 .289-.047l2.7 1.35A.25.25 0 0 1 5 2.654V4Z"}))}));var _a=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M11.5 8a3.5 3.5 0 0 0 3.362-4.476c-.094-.325-.497-.39-.736-.15L12.099 5.4a.48.48 0 0 1-.653.033 8.554 8.554 0 0 1-.879-.879.48.48 0 0 1 .033-.653l2.027-2.028c.24-.239.175-.642-.15-.736a3.502 3.502 0 0 0-4.476 3.427c.018.99-.133 2.093-.914 2.7l-5.31 4.13a2.015 2.015 0 1 0 2.828 2.827l4.13-5.309c.607-.78 1.71-.932 2.7-.914L11.5 8ZM3 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z",clipRule:"evenodd"}))}));var Ta=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm2.78-4.22a.75.75 0 0 1-1.06 0L8 9.06l-1.72 1.72a.75.75 0 1 1-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 0 1 1.06-1.06L8 6.94l1.72-1.72a.75.75 0 1 1 1.06 1.06L9.06 8l1.72 1.72a.75.75 0 0 1 0 1.06Z",clipRule:"evenodd"}))}));var za=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{d:"M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94 5.28 4.22Z"}))})),Ga=Object.freeze({__proto__:null,AcademicCapIcon:R,AdjustmentsHorizontalIcon:I,AdjustmentsVerticalIcon:L,ArchiveBoxArrowDownIcon:A,ArchiveBoxIcon:O,ArchiveBoxXMarkIcon:Z,ArrowDownCircleIcon:j,ArrowDownIcon:D,ArrowDownLeftIcon:S,ArrowDownOnSquareIcon:V,ArrowDownOnSquareStackIcon:B,ArrowDownRightIcon:H,ArrowDownTrayIcon:N,ArrowLeftCircleIcon:P,ArrowLeftEndOnRectangleIcon:W,ArrowLeftIcon:_,ArrowLeftStartOnRectangleIcon:F,ArrowLongDownIcon:T,ArrowLongLeftIcon:z,ArrowLongRightIcon:G,ArrowLongUpIcon:$,ArrowPathIcon:U,ArrowPathRoundedSquareIcon:q,ArrowRightCircleIcon:Y,ArrowRightEndOnRectangleIcon:X,ArrowRightIcon:Q,ArrowRightStartOnRectangleIcon:K,ArrowTopRightOnSquareIcon:J,ArrowTrendingDownIcon:ee,ArrowTrendingUpIcon:te,ArrowUpCircleIcon:ne,ArrowUpIcon:se,ArrowUpLeftIcon:re,ArrowUpOnSquareIcon:le,ArrowUpOnSquareStackIcon:ae,ArrowUpRightIcon:oe,ArrowUpTrayIcon:ie,ArrowUturnDownIcon:de,ArrowUturnLeftIcon:ce,ArrowUturnRightIcon:ue,ArrowUturnUpIcon:fe,ArrowsPointingInIcon:me,ArrowsPointingOutIcon:ve,ArrowsRightLeftIcon:he,ArrowsUpDownIcon:ge,AtSymbolIcon:we,BackspaceIcon:pe,BackwardIcon:be,BanknotesIcon:Ee,Bars2Icon:xe,Bars3BottomLeftIcon:ye,Bars3BottomRightIcon:Me,Bars3CenterLeftIcon:ke,Bars3Icon:Ce,Bars4Icon:Re,BarsArrowDownIcon:Ie,BarsArrowUpIcon:Le,Battery0Icon:Ae,Battery100Icon:Ze,Battery50Icon:Oe,BeakerIcon:je,BellAlertIcon:Se,BellIcon:He,BellSlashIcon:Be,BellSnoozeIcon:Ve,BoltIcon:De,BoltSlashIcon:Ne,BookOpenIcon:Pe,BookmarkIcon:_e,BookmarkSlashIcon:We,BookmarkSquareIcon:Fe,BriefcaseIcon:Te,BugAntIcon:ze,BuildingLibraryIcon:Ge,BuildingOffice2Icon:$e,BuildingOfficeIcon:qe,BuildingStorefrontIcon:Ue,CakeIcon:Ye,CalculatorIcon:Xe,CalendarDaysIcon:Ke,CalendarIcon:Qe,CameraIcon:Je,ChartBarIcon:tt,ChartBarSquareIcon:et,ChartPieIcon:nt,ChatBubbleBottomCenterIcon:at,ChatBubbleBottomCenterTextIcon:rt,ChatBubbleLeftEllipsisIcon:lt,ChatBubbleLeftIcon:it,ChatBubbleLeftRightIcon:ot,ChatBubbleOvalLeftEllipsisIcon:st,ChatBubbleOvalLeftIcon:dt,CheckBadgeIcon:ct,CheckCircleIcon:ut,CheckIcon:ft,ChevronDoubleDownIcon:mt,ChevronDoubleLeftIcon:vt,ChevronDoubleRightIcon:ht,ChevronDoubleUpIcon:gt,ChevronDownIcon:wt,ChevronLeftIcon:pt,ChevronRightIcon:bt,ChevronUpDownIcon:Et,ChevronUpIcon:xt,CircleStackIcon:yt,ClipboardDocumentCheckIcon:Mt,ClipboardDocumentIcon:Ct,ClipboardDocumentListIcon:kt,ClipboardIcon:Rt,ClockIcon:It,CloudArrowDownIcon:Lt,CloudArrowUpIcon:At,CloudIcon:Zt,CodeBracketIcon:jt,CodeBracketSquareIcon:Ot,Cog6ToothIcon:St,Cog8ToothIcon:Bt,CogIcon:Vt,CommandLineIcon:Ht,ComputerDesktopIcon:Nt,CpuChipIcon:Dt,CreditCardIcon:Pt,CubeIcon:Ft,CubeTransparentIcon:Wt,CurrencyBangladeshiIcon:_t,CurrencyDollarIcon:Tt,CurrencyEuroIcon:zt,CurrencyPoundIcon:Gt,CurrencyRupeeIcon:$t,CurrencyYenIcon:qt,CursorArrowRaysIcon:Ut,CursorArrowRippleIcon:Yt,DevicePhoneMobileIcon:Xt,DeviceTabletIcon:Kt,DocumentArrowDownIcon:Qt,DocumentArrowUpIcon:Jt,DocumentChartBarIcon:en,DocumentCheckIcon:tn,DocumentDuplicateIcon:nn,DocumentIcon:sn,DocumentMagnifyingGlassIcon:rn,DocumentMinusIcon:an,DocumentPlusIcon:ln,DocumentTextIcon:on,EllipsisHorizontalCircleIcon:dn,EllipsisHorizontalIcon:cn,EllipsisVerticalIcon:un,EnvelopeIcon:mn,EnvelopeOpenIcon:fn,ExclamationCircleIcon:vn,ExclamationTriangleIcon:hn,EyeDropperIcon:gn,EyeIcon:pn,EyeSlashIcon:wn,FaceFrownIcon:bn,FaceSmileIcon:En,FilmIcon:xn,FingerPrintIcon:yn,FireIcon:Mn,FlagIcon:kn,FolderArrowDownIcon:Cn,FolderIcon:An,FolderMinusIcon:Rn,FolderOpenIcon:In,FolderPlusIcon:Ln,ForwardIcon:Zn,FunnelIcon:On,GifIcon:jn,GiftIcon:Bn,GiftTopIcon:Sn,GlobeAltIcon:Vn,GlobeAmericasIcon:Hn,GlobeAsiaAustraliaIcon:Nn,GlobeEuropeAfricaIcon:Dn,HandRaisedIcon:Pn,HandThumbDownIcon:Wn,HandThumbUpIcon:Fn,HashtagIcon:_n,HeartIcon:Tn,HomeIcon:Gn,HomeModernIcon:zn,IdentificationIcon:$n,InboxArrowDownIcon:qn,InboxIcon:Yn,InboxStackIcon:Un,InformationCircleIcon:Xn,KeyIcon:Kn,LanguageIcon:Qn,LifebuoyIcon:Jn,LightBulbIcon:er,LinkIcon:tr,ListBulletIcon:nr,LockClosedIcon:rr,LockOpenIcon:ar,MagnifyingGlassCircleIcon:lr,MagnifyingGlassIcon:sr,MagnifyingGlassMinusIcon:or,MagnifyingGlassPlusIcon:ir,MapIcon:cr,MapPinIcon:dr,MegaphoneIcon:ur,MicrophoneIcon:fr,MinusCircleIcon:mr,MinusIcon:vr,MoonIcon:hr,MusicalNoteIcon:gr,NewspaperIcon:wr,NoSymbolIcon:pr,PaintBrushIcon:br,PaperAirplaneIcon:Er,PaperClipIcon:xr,PauseCircleIcon:yr,PauseIcon:Mr,PencilIcon:Cr,PencilSquareIcon:kr,PhoneArrowDownLeftIcon:Rr,PhoneArrowUpRightIcon:Ir,PhoneIcon:Ar,PhoneXMarkIcon:Lr,PhotoIcon:Zr,PlayCircleIcon:Or,PlayIcon:Sr,PlayPauseIcon:jr,PlusCircleIcon:Br,PlusIcon:Vr,PowerIcon:Hr,PresentationChartBarIcon:Nr,PresentationChartLineIcon:Dr,PrinterIcon:Pr,PuzzlePieceIcon:Wr,QrCodeIcon:Fr,QuestionMarkCircleIcon:_r,QueueListIcon:Tr,RadioIcon:zr,ReceiptPercentIcon:Gr,ReceiptRefundIcon:$r,RectangleGroupIcon:qr,RectangleStackIcon:Ur,RocketLaunchIcon:Yr,RssIcon:Xr,ScaleIcon:Kr,ScissorsIcon:Qr,ServerIcon:ea,ServerStackIcon:Jr,ShareIcon:ta,ShieldCheckIcon:na,ShieldExclamationIcon:ra,ShoppingBagIcon:aa,ShoppingCartIcon:la,SignalIcon:ia,SignalSlashIcon:oa,SparklesIcon:sa,SpeakerWaveIcon:da,SpeakerXMarkIcon:ca,Square2StackIcon:ua,Square3Stack3DIcon:fa,Squares2X2Icon:ma,SquaresPlusIcon:va,StarIcon:ha,StopCircleIcon:ga,StopIcon:wa,SunIcon:pa,SwatchIcon:ba,TableCellsIcon:Ea,TagIcon:xa,TicketIcon:ya,TrashIcon:Ma,TrophyIcon:ka,TruckIcon:Ca,TvIcon:Ra,UserCircleIcon:Ia,UserGroupIcon:La,UserIcon:Oa,UserMinusIcon:Aa,UserPlusIcon:Za,UsersIcon:ja,VariableIcon:Sa,VideoCameraIcon:Va,VideoCameraSlashIcon:Ba,ViewColumnsIcon:Ha,ViewfinderCircleIcon:Na,WalletIcon:Da,WifiIcon:Pa,WindowIcon:Wa,WrenchIcon:_a,WrenchScrewdriverIcon:Fa,XCircleIcon:Ta,XMarkIcon:za});var $a=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"}))}));var qa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"}))}));var Ua=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}));var Ya=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}));var Xa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}));var Ka=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}));var Qa=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Ja=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}));var el=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}));var tl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"}))}));var nl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}));var rl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}));var al=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}));var ll=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var ol=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}));var il=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}));var sl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"}))}));var dl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}));var cl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}));var ul=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}));var fl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}));var ml=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}));var vl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"}))}));var hl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"}))}));var gl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var wl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))}));var pl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}));var bl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}));var El=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}));var xl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}));var yl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}));var Ml=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"}))}));var kl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"}))}));var Cl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"}))}));var Rl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"}))}));var Il=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"}))}));var Ll=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Al=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}));var Zl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}));var Ol=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"}))}));var jl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}));var Sl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"}))}));var Bl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}));var Vl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}));var Hl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"}))}));var Nl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3"}))}));var Dl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}));var Pl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"}))}));var Wl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"}))}));var Fl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}));var _l=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"}))}));var Tl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25"}))}));var zl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z"}))}));var Gl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z"}))}));var $l=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z"}))}));var ql=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}))}));var Ul=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"}))}));var Yl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}));var Xl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}));var Kl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}));var Ql=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}));var Jl=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}));var eo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}));var to=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}));var no=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}));var ro=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}));var ao=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"}))}));var lo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5"}))}));var oo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53"}))}));var io=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3"}))}));var so=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"}))}));var co=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21"}))}));var uo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}));var fo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"}))}));var mo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"}))}));var vo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9"}))}));var ho=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"}))}));var go=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"}))}));var wo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082"}))}));var po=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"}))}));var bo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"}))}));var Eo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"}))}));var xo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z"}))}));var yo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z"}))}));var Mo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z"}))}));var ko=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z"}))}));var Co=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}));var Ro=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z"}))}));var Io=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}));var Lo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}));var Ao=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}))}));var Zo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}));var Oo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}));var jo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}));var So=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}));var Bo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}));var Vo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z"}))}));var Ho=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z"}))}));var No=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"}))}));var Do=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Po=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))}));var Wo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}));var Fo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}));var _o=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}));var To=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 18.75 7.5-7.5 7.5 7.5"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 7.5-7.5 7.5 7.5"}))}));var zo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}));var Go=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5 8.25 12l7.5-7.5"}))}));var $o=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 4.5 7.5 7.5-7.5 7.5"}))}));var qo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))}));var Uo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 15.75 7.5-7.5 7.5 7.5"}))}));var Yo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"}))}));var Xo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75"}))}));var Ko=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z"}))}));var Qo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"}))}));var Jo=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184"}))}));var ei=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var ti=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}));var ni=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}));var ri=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z"}))}));var ai=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}));var li=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"}))}));var oi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}));var ii=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}));var si=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}));var di=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var ci=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"}))}));var ui=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"}))}));var fi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}));var mi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"}))}));var vi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))}));var hi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var gi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var wi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var pi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var bi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Ei=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var xi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59"}))}));var yi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5"}))}));var Mi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}))}));var ki=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var Ci=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Ri=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Ii=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Li=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"}))}));var Ai=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"}))}));var Zi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}));var Oi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var ji=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Si=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Bi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}));var Vi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Hi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}));var Ni=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}));var Di=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z"}))}));var Pi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"}))}));var Wi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}));var Fi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"}))}));var _i=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9"}))}));var Ti=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"}))}));var zi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}));var Gi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}));var $i=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}));var qi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5"}))}));var Ui=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33"}))}));var Yi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z"}))}));var Xi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5"}))}));var Ki=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}));var Qi=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}));var Ji=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776"}))}));var es=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}));var ts=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}));var ns=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"}))}));var rs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"}))}));var as=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}));var ls=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z"}))}));var os=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}));var is=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))}));var ss=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64"}))}));var ds=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25"}))}));var cs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"}))}));var us=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002"}))}));var fs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54"}))}));var ms=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z"}))}));var vs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5"}))}));var hs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"}))}));var gs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819"}))}));var ws=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}));var ps=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z"}))}));var bs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3"}))}));var Es=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var xs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))}));var ys=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"}))}));var Ms=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"}))}));var ks=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802"}))}));var Cs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288"}))}));var Rs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"}))}));var Is=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))}));var Ls=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}));var As=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var Zs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var Os=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var js=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6"}))}));var Ss=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"}))}));var Bs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"}))}));var Vs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}))}));var Hs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"}))}));var Ns=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46"}))}));var Ds=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"}))}));var Ps=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Ws=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 12H6"}))}));var Fs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14"}))}));var _s=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}));var Ts=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z"}))}));var zs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z"}))}));var Gs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"}))}));var $s=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42"}))}));var qs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5"}))}));var Us=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13"}))}));var Ys=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var Xs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25v13.5m-7.5-13.5v13.5"}))}));var Ks=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"}))}));var Qs=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"}))}));var Js=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}));var ed=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}));var td=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}));var nd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"}))}));var rd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}));var ad=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}))}));var ld=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z"}))}));var od=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z"}))}));var id=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var sd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m6-6H6"}))}));var dd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))}));var cd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}));var ud=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"}))}));var fd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605"}))}));var md=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z"}))}));var vd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z"}))}));var hd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z"}))}));var gd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"}))}));var wd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z"}))}));var pd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}));var bd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}));var Ed=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z"}))}));var xd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z"}))}));var yd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}));var Md=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}))}));var kd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}));var Cd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z"}))}));var Rd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664"}))}));var Id=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z"}))}));var Ld=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"}))}));var Ad=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"}))}));var Zd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"}))}));var Od=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z"}))}));var jd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}));var Sd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}));var Bd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"}))}));var Vd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}));var Hd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))}));var Nd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}));var Dd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}));var Pd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6"}))}));var Wd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"}))}));var Fd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"}))}));var _d=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var Td=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z"}))}));var zd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}))}));var Gd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z"}))}));var $d=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))}));var qd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"}))}));var Ud=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"}))}));var Yd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6h.008v.008H6V6Z"}))}));var Xd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"}))}));var Kd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"}))}));var Qd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0"}))}));var Jd=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"}))}));var ec=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z"}))}));var tc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}));var nc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}));var rc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}));var ac=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}));var lc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}));var oc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}));var ic=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09"}))}));var sc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"}))}));var dc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z"}))}));var cc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"}))}));var uc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}));var fc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"}))}));var mc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z"}))}));var vc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"}))}));var hc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z"}))}));var gc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}))}));var wc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}));var pc=e.forwardRef((function({title:t,titleId:n,...r},a){return e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":n},r),t?e.createElement("title",{id:n},t):null,e.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))})),bc=Object.freeze({__proto__:null,AcademicCapIcon:$a,AdjustmentsHorizontalIcon:qa,AdjustmentsVerticalIcon:Ua,ArchiveBoxArrowDownIcon:Ya,ArchiveBoxIcon:Ka,ArchiveBoxXMarkIcon:Xa,ArrowDownCircleIcon:Qa,ArrowDownIcon:al,ArrowDownLeftIcon:Ja,ArrowDownOnSquareIcon:tl,ArrowDownOnSquareStackIcon:el,ArrowDownRightIcon:nl,ArrowDownTrayIcon:rl,ArrowLeftCircleIcon:ll,ArrowLeftEndOnRectangleIcon:ol,ArrowLeftIcon:dl,ArrowLeftOnRectangleIcon:il,ArrowLeftStartOnRectangleIcon:sl,ArrowLongDownIcon:cl,ArrowLongLeftIcon:ul,ArrowLongRightIcon:fl,ArrowLongUpIcon:ml,ArrowPathIcon:hl,ArrowPathRoundedSquareIcon:vl,ArrowRightCircleIcon:gl,ArrowRightEndOnRectangleIcon:wl,ArrowRightIcon:El,ArrowRightOnRectangleIcon:pl,ArrowRightStartOnRectangleIcon:bl,ArrowSmallDownIcon:xl,ArrowSmallLeftIcon:yl,ArrowSmallRightIcon:Ml,ArrowSmallUpIcon:kl,ArrowTopRightOnSquareIcon:Cl,ArrowTrendingDownIcon:Rl,ArrowTrendingUpIcon:Il,ArrowUpCircleIcon:Ll,ArrowUpIcon:Bl,ArrowUpLeftIcon:Al,ArrowUpOnSquareIcon:Ol,ArrowUpOnSquareStackIcon:Zl,ArrowUpRightIcon:jl,ArrowUpTrayIcon:Sl,ArrowUturnDownIcon:Vl,ArrowUturnLeftIcon:Hl,ArrowUturnRightIcon:Nl,ArrowUturnUpIcon:Dl,ArrowsPointingInIcon:Pl,ArrowsPointingOutIcon:Wl,ArrowsRightLeftIcon:Fl,ArrowsUpDownIcon:_l,AtSymbolIcon:Tl,BackspaceIcon:zl,BackwardIcon:Gl,BanknotesIcon:$l,Bars2Icon:ql,Bars3BottomLeftIcon:Ul,Bars3BottomRightIcon:Yl,Bars3CenterLeftIcon:Xl,Bars3Icon:Kl,Bars4Icon:Ql,BarsArrowDownIcon:Jl,BarsArrowUpIcon:eo,Battery0Icon:to,Battery100Icon:no,Battery50Icon:ro,BeakerIcon:ao,BellAlertIcon:lo,BellIcon:so,BellSlashIcon:oo,BellSnoozeIcon:io,BoltIcon:uo,BoltSlashIcon:co,BookOpenIcon:fo,BookmarkIcon:ho,BookmarkSlashIcon:mo,BookmarkSquareIcon:vo,BriefcaseIcon:go,BugAntIcon:wo,BuildingLibraryIcon:po,BuildingOffice2Icon:bo,BuildingOfficeIcon:Eo,BuildingStorefrontIcon:xo,CakeIcon:yo,CalculatorIcon:Mo,CalendarDaysIcon:ko,CalendarIcon:Co,CameraIcon:Ro,ChartBarIcon:Lo,ChartBarSquareIcon:Io,ChartPieIcon:Ao,ChatBubbleBottomCenterIcon:Oo,ChatBubbleBottomCenterTextIcon:Zo,ChatBubbleLeftEllipsisIcon:jo,ChatBubbleLeftIcon:Bo,ChatBubbleLeftRightIcon:So,ChatBubbleOvalLeftEllipsisIcon:Vo,ChatBubbleOvalLeftIcon:Ho,CheckBadgeIcon:No,CheckCircleIcon:Do,CheckIcon:Po,ChevronDoubleDownIcon:Wo,ChevronDoubleLeftIcon:Fo,ChevronDoubleRightIcon:_o,ChevronDoubleUpIcon:To,ChevronDownIcon:zo,ChevronLeftIcon:Go,ChevronRightIcon:$o,ChevronUpDownIcon:qo,ChevronUpIcon:Uo,CircleStackIcon:Yo,ClipboardDocumentCheckIcon:Xo,ClipboardDocumentIcon:Qo,ClipboardDocumentListIcon:Ko,ClipboardIcon:Jo,ClockIcon:ei,CloudArrowDownIcon:ti,CloudArrowUpIcon:ni,CloudIcon:ri,CodeBracketIcon:li,CodeBracketSquareIcon:ai,Cog6ToothIcon:oi,Cog8ToothIcon:ii,CogIcon:si,CommandLineIcon:di,ComputerDesktopIcon:ci,CpuChipIcon:ui,CreditCardIcon:fi,CubeIcon:vi,CubeTransparentIcon:mi,CurrencyBangladeshiIcon:hi,CurrencyDollarIcon:gi,CurrencyEuroIcon:wi,CurrencyPoundIcon:pi,CurrencyRupeeIcon:bi,CurrencyYenIcon:Ei,CursorArrowRaysIcon:xi,CursorArrowRippleIcon:yi,DevicePhoneMobileIcon:Mi,DeviceTabletIcon:ki,DocumentArrowDownIcon:Ci,DocumentArrowUpIcon:Ri,DocumentChartBarIcon:Ii,DocumentCheckIcon:Li,DocumentDuplicateIcon:Ai,DocumentIcon:Bi,DocumentMagnifyingGlassIcon:Zi,DocumentMinusIcon:Oi,DocumentPlusIcon:ji,DocumentTextIcon:Si,EllipsisHorizontalCircleIcon:Vi,EllipsisHorizontalIcon:Hi,EllipsisVerticalIcon:Ni,EnvelopeIcon:Pi,EnvelopeOpenIcon:Di,ExclamationCircleIcon:Wi,ExclamationTriangleIcon:Fi,EyeDropperIcon:_i,EyeIcon:zi,EyeSlashIcon:Ti,FaceFrownIcon:Gi,FaceSmileIcon:$i,FilmIcon:qi,FingerPrintIcon:Ui,FireIcon:Yi,FlagIcon:Xi,FolderArrowDownIcon:Ki,FolderIcon:ts,FolderMinusIcon:Qi,FolderOpenIcon:Ji,FolderPlusIcon:es,ForwardIcon:ns,FunnelIcon:rs,GifIcon:as,GiftIcon:os,GiftTopIcon:ls,GlobeAltIcon:is,GlobeAmericasIcon:ss,GlobeAsiaAustraliaIcon:ds,GlobeEuropeAfricaIcon:cs,HandRaisedIcon:us,HandThumbDownIcon:fs,HandThumbUpIcon:ms,HashtagIcon:vs,HeartIcon:hs,HomeIcon:ws,HomeModernIcon:gs,IdentificationIcon:ps,InboxArrowDownIcon:bs,InboxIcon:xs,InboxStackIcon:Es,InformationCircleIcon:ys,KeyIcon:Ms,LanguageIcon:ks,LifebuoyIcon:Cs,LightBulbIcon:Rs,LinkIcon:Is,ListBulletIcon:Ls,LockClosedIcon:As,LockOpenIcon:Zs,MagnifyingGlassCircleIcon:Os,MagnifyingGlassIcon:Bs,MagnifyingGlassMinusIcon:js,MagnifyingGlassPlusIcon:Ss,MapIcon:Hs,MapPinIcon:Vs,MegaphoneIcon:Ns,MicrophoneIcon:Ds,MinusCircleIcon:Ps,MinusIcon:Fs,MinusSmallIcon:Ws,MoonIcon:_s,MusicalNoteIcon:Ts,NewspaperIcon:zs,NoSymbolIcon:Gs,PaintBrushIcon:$s,PaperAirplaneIcon:qs,PaperClipIcon:Us,PauseCircleIcon:Ys,PauseIcon:Xs,PencilIcon:Qs,PencilSquareIcon:Ks,PhoneArrowDownLeftIcon:Js,PhoneArrowUpRightIcon:ed,PhoneIcon:nd,PhoneXMarkIcon:td,PhotoIcon:rd,PlayCircleIcon:ad,PlayIcon:od,PlayPauseIcon:ld,PlusCircleIcon:id,PlusIcon:dd,PlusSmallIcon:sd,PowerIcon:cd,PresentationChartBarIcon:ud,PresentationChartLineIcon:fd,PrinterIcon:md,PuzzlePieceIcon:vd,QrCodeIcon:hd,QuestionMarkCircleIcon:gd,QueueListIcon:wd,RadioIcon:pd,ReceiptPercentIcon:bd,ReceiptRefundIcon:Ed,RectangleGroupIcon:xd,RectangleStackIcon:yd,RocketLaunchIcon:Md,RssIcon:kd,ScaleIcon:Cd,ScissorsIcon:Rd,ServerIcon:Ld,ServerStackIcon:Id,ShareIcon:Ad,ShieldCheckIcon:Zd,ShieldExclamationIcon:Od,ShoppingBagIcon:jd,ShoppingCartIcon:Sd,SignalIcon:Vd,SignalSlashIcon:Bd,SparklesIcon:Hd,SpeakerWaveIcon:Nd,SpeakerXMarkIcon:Dd,Square2StackIcon:Pd,Square3Stack3DIcon:Wd,Squares2X2Icon:Fd,SquaresPlusIcon:_d,StarIcon:Td,StopCircleIcon:zd,StopIcon:Gd,SunIcon:$d,SwatchIcon:qd,TableCellsIcon:Ud,TagIcon:Yd,TicketIcon:Xd,TrashIcon:Kd,TrophyIcon:Qd,TruckIcon:Jd,TvIcon:ec,UserCircleIcon:tc,UserGroupIcon:nc,UserIcon:lc,UserMinusIcon:rc,UserPlusIcon:ac,UsersIcon:oc,VariableIcon:ic,VideoCameraIcon:dc,VideoCameraSlashIcon:sc,ViewColumnsIcon:cc,ViewfinderCircleIcon:uc,WalletIcon:fc,WifiIcon:mc,WindowIcon:vc,WrenchIcon:gc,WrenchScrewdriverIcon:hc,XCircleIcon:wc,XMarkIcon:pc});const Ec={},xc=async(e,t)=>{const n={};for(const[r,a]of Object.entries(t)){const t={};for(const[n,l]of Object.entries(a))if(l)try{let e;e=l,t[n]=e}catch(t){console.warn(`Failed to load ${n} icon "${r}" in set "${e}":`,t)}n[r]=t}Ec[e]=Object.assign(Object.assign({},Ec[e]),n)};function yc(e){return e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase().replace("-icon","")}xc("heroicons",Object.keys(Ga).reduce(((e,t)=>{var n,r;const a=yc(t);return Object.assign(Object.assign({},e),{[a]:{solid:null!==(n=Ga[t])&&void 0!==n?n:null,outline:null!==(r=bc[t])&&void 0!==r?r:null}})}),{}));var Mc=Object.freeze({__proto__:null,ChevronDownIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 18 18",fill:"none"},e,{children:p("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.747 6.997a.844.844 0 0 1 1.193 0L9 10.057l3.06-3.06a.844.844 0 0 1 1.193 1.193l-3.656 3.657a.844.844 0 0 1-1.194 0L4.747 8.19a.844.844 0 0 1 0-1.193Z",clipRule:"evenodd"})})),CollapseContentIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M8.923 15.077h-4a.892.892 0 0 1-.657-.266.893.893 0 0 1-.266-.658c0-.261.089-.48.266-.657a.893.893 0 0 1 .657-.265h4.734c.315 0 .58.106.793.32.213.213.32.477.32.792v4.734c0 .261-.09.48-.266.657a.893.893 0 0 1-.658.266.892.892 0 0 1-.658-.265.893.893 0 0 1-.265-.658v-4Zm6.154-6.154h4c.261 0 .48.089.657.266a.893.893 0 0 1 .266.657c0 .262-.088.481-.265.658a.893.893 0 0 1-.658.265h-4.734c-.315 0-.58-.106-.793-.32a1.077 1.077 0 0 1-.32-.792V4.923c0-.261.09-.48.266-.657A.893.893 0 0 1 14.154 4c.262 0 .481.089.658.266a.893.893 0 0 1 .265.657v4Z"})})),ContentCopyIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M9.308 18c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V4.808c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h8.384c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v11.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H9.308Zm0-1.5h8.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V4.808a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H9.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212v11.384c0 .077.032.148.096.212a.294.294 0 0 0 .212.096Zm-3.5 5c-.505 0-.933-.175-1.283-.525A1.745 1.745 0 0 1 4 19.692V7.558c0-.213.072-.391.215-.535a.726.726 0 0 1 .535-.215c.213 0 .391.072.535.215a.727.727 0 0 1 .215.535v12.134c0 .077.032.148.096.212a.294.294 0 0 0 .212.096h9.134c.213 0 .391.072.535.215a.726.726 0 0 1 .215.535.726.726 0 0 1-.215.535.726.726 0 0 1-.535.215H5.808Z"})})),ContentPasteIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 21.492a1.74 1.74 0 0 1-1.277-.53 1.74 1.74 0 0 1-.531-1.277V6.3c0-.497.177-.923.531-1.277a1.74 1.74 0 0 1 1.277-.53h4.405c.139-.488.422-.892.85-1.212.427-.32.906-.481 1.437-.481.551 0 1.038.16 1.46.48.423.321.704.725.842 1.212h4.39c.497 0 .923.177 1.277.531.354.354.531.78.531 1.277v13.384c0 .498-.177.923-.531 1.277a1.74 1.74 0 0 1-1.277.531H5.308Zm0-1.5h13.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V6.3a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H16.5v1.712c0 .256-.086.47-.259.644a.87.87 0 0 1-.641.26H8.4a.868.868 0 0 1-.641-.26.876.876 0 0 1-.259-.644V5.992H5.308a.294.294 0 0 0-.212.096A.294.294 0 0 0 5 6.3v13.384c0 .078.032.148.096.212a.293.293 0 0 0 .212.096Zm6.694-13.884a.87.87 0 0 0 .643-.26.88.88 0 0 0 .259-.646.871.871 0 0 0-.26-.644.88.88 0 0 0-.646-.258.87.87 0 0 0-.643.26.88.88 0 0 0-.259.645.87.87 0 0 0 .26.644.879.879 0 0 0 .646.259Z"})})),DataTableIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 20.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V5.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h13.384c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v13.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H5.308ZM5 8.662h14V5.308a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H5.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212v3.354Zm0 5.176h14v-3.676H5v3.676ZM5.308 19h13.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212v-3.354H5v3.354c0 .077.032.148.096.212a.294.294 0 0 0 .212.096ZM7.287 7.727a.87.87 0 0 1-.644-.26.879.879 0 0 1-.258-.645.87.87 0 0 1 .26-.644.879.879 0 0 1 .645-.259.87.87 0 0 1 .644.26.88.88 0 0 1 .258.646.87.87 0 0 1-.26.643.879.879 0 0 1-.645.259Zm0 5.177a.871.871 0 0 1-.644-.26.88.88 0 0 1-.258-.646.87.87 0 0 1 .26-.643.88.88 0 0 1 .645-.259c.257 0 .471.087.644.26a.88.88 0 0 1 .258.646.871.871 0 0 1-.26.643.88.88 0 0 1-.645.259Zm0 5.177a.87.87 0 0 1-.644-.26.88.88 0 0 1-.258-.646.87.87 0 0 1 .26-.643.879.879 0 0 1 .645-.259.87.87 0 0 1 .644.26.879.879 0 0 1 .258.645.87.87 0 0 1-.26.644.879.879 0 0 1-.645.259Z"})})),ExpandCircleDownIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m12 13.03-2.558-2.557a.693.693 0 0 0-.513-.208.754.754 0 0 0-.531.208.7.7 0 0 0-.228.535c.003.207.08.386.228.534l2.97 2.97c.18.18.391.27.632.27s.452-.09.633-.27l2.984-2.985a.712.712 0 0 0 .22-.527.717.717 0 0 0-.235-.527.76.76 0 0 0-.527-.21.712.712 0 0 0-.527.22L12 13.03Zm.002 8.47a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandCircleRightIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m13.03 12-2.557 2.558a.693.693 0 0 0-.208.513c0 .205.07.382.208.531a.7.7 0 0 0 .535.228.746.746 0 0 0 .534-.228l2.97-2.97a.868.868 0 0 0 .27-.632.867.867 0 0 0-.27-.633l-2.985-2.984a.711.711 0 0 0-.527-.22.717.717 0 0 0-.527.235.76.76 0 0 0-.21.527.712.712 0 0 0 .22.527L13.03 12Zm-1.028 9.5a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandCircleUpIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m12 10.97 2.558 2.557a.693.693 0 0 0 .513.208c.205 0 .382-.07.531-.208a.7.7 0 0 0 .228-.535.746.746 0 0 0-.228-.534l-2.97-2.97a.867.867 0 0 0-.632-.27.867.867 0 0 0-.633.27l-2.984 2.985a.711.711 0 0 0-.22.527c.002.203.08.378.235.527a.76.76 0 0 0 .527.21.712.712 0 0 0 .527-.22L12 10.97Zm.002 10.53a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandContentIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.846 18.154h4c.262 0 .481.088.658.265a.894.894 0 0 1 .265.658.892.892 0 0 1-.265.658.894.894 0 0 1-.658.265H5.113c-.316 0-.58-.107-.793-.32a1.076 1.076 0 0 1-.32-.793v-4.733c0-.262.089-.481.266-.658a.894.894 0 0 1 .657-.265c.262 0 .481.088.658.265a.894.894 0 0 1 .265.658v4ZM18.154 5.846h-4a.893.893 0 0 1-.658-.265.894.894 0 0 1-.265-.658c0-.262.088-.481.265-.658A.894.894 0 0 1 14.154 4h4.733c.316 0 .58.107.793.32.213.213.32.477.32.793v4.733c0 .262-.088.481-.265.658a.894.894 0 0 1-.658.265.892.892 0 0 1-.658-.265.894.894 0 0 1-.265-.658v-4Z"})})),InterestsIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m3.142 9.371 3.089-5.479a.903.903 0 0 1 .341-.357.914.914 0 0 1 .448-.11.91.91 0 0 1 .446.11.903.903 0 0 1 .342.357l3.088 5.48a.84.84 0 0 1 .113.455.98.98 0 0 1-.128.432.878.878 0 0 1-.775.452H3.932a.862.862 0 0 1-.774-.452.981.981 0 0 1-.128-.432.84.84 0 0 1 .112-.456ZM7.03 20.76c-1.042 0-1.93-.366-2.662-1.098C3.635 18.93 3.27 18.043 3.27 17s.366-1.93 1.098-2.662c.733-.731 1.62-1.097 2.662-1.097 1.042 0 1.93.366 2.661 1.098.733.731 1.099 1.619 1.099 2.661s-.366 1.93-1.099 2.662c-.732.732-1.619 1.098-2.661 1.098Zm6.23-.903v-5.712c0-.256.088-.47.26-.644a.874.874 0 0 1 .645-.26h5.711c.256 0 .47.087.644.26.173.173.26.388.26.644v5.712c0 .256-.087.47-.26.644a.875.875 0 0 1-.644.26h-5.711a.875.875 0 0 1-.644-.26.875.875 0 0 1-.26-.644Zm3.178-9.627-1.095-.913c-1.008-.833-1.747-1.54-2.216-2.12-.468-.58-.703-1.216-.703-1.905 0-.674.23-1.237.687-1.689.458-.453 1.033-.679 1.727-.679.424 0 .82.101 1.19.303.37.202.7.493.992.872a3.26 3.26 0 0 1 1.002-.867 2.447 2.447 0 0 1 1.19-.308c.685 0 1.257.231 1.716.694.459.463.688 1.03.688 1.702 0 .684-.234 1.312-.702 1.887-.469.574-1.208 1.277-2.217 2.11l-1.094.913a.845.845 0 0 1-.583.221.843.843 0 0 1-.582-.221Z"})})),SaveIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 20.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V5.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525H16.04c.241 0 .473.047.695.14.223.094.416.223.58.387l2.658 2.658c.164.164.293.357.387.58.093.222.14.454.14.695v10.732c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H5.308ZM19 7.85 16.15 5H5.308a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22v13.385a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h13.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V7.85Zm-7 9.42a2.41 2.41 0 0 0 1.77-.732 2.41 2.41 0 0 0 .73-1.769A2.41 2.41 0 0 0 13.77 13a2.41 2.41 0 0 0-1.77-.73 2.41 2.41 0 0 0-1.77.73 2.41 2.41 0 0 0-.73 1.77c0 .692.244 1.281.73 1.768a2.41 2.41 0 0 0 1.77.731ZM7.288 9.883h6.404a.876.876 0 0 0 .646-.258.876.876 0 0 0 .258-.645V7.289a.876.876 0 0 0-.258-.646.876.876 0 0 0-.646-.258H7.288a.876.876 0 0 0-.645.258.876.876 0 0 0-.258.646V8.98c0 .257.086.473.258.645a.876.876 0 0 0 .646.258Z"})})),TableChartIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M3.5 8.25V5.308c0-.497.177-.923.531-1.277A1.74 1.74 0 0 1 5.308 3.5h13.384c.497 0 .923.177 1.277.531.354.354.531.78.531 1.277V8.25h-17ZM5.308 20.5a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277V9.75h4.192V20.5H5.308Zm11 0V9.75H20.5v8.942c0 .497-.177.923-.531 1.277a1.74 1.74 0 0 1-1.277.531h-2.384Zm-7.116 0V9.75h5.616V20.5H9.192Z"})}))});var kc=Object.freeze({__proto__:null,ChevronDownIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 18 18",fill:"none"},e,{children:p("path",{fill:"currentColor",fillRule:"evenodd",d:"M4.747 6.997a.844.844 0 0 1 1.193 0L9 10.057l3.06-3.06a.844.844 0 0 1 1.193 1.193l-3.656 3.657a.844.844 0 0 1-1.194 0L4.747 8.19a.844.844 0 0 1 0-1.193Z",clipRule:"evenodd"})})),CollapseContentIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M8.923 15.077h-4a.892.892 0 0 1-.657-.266.893.893 0 0 1-.266-.658c0-.261.089-.48.266-.657a.893.893 0 0 1 .657-.265h4.734c.315 0 .58.106.793.32.213.213.32.477.32.792v4.734c0 .261-.09.48-.266.657a.893.893 0 0 1-.658.266.892.892 0 0 1-.658-.265.893.893 0 0 1-.265-.658v-4Zm6.154-6.154h4c.261 0 .48.089.657.266a.893.893 0 0 1 .266.657c0 .262-.088.481-.265.658a.893.893 0 0 1-.658.265h-4.734c-.315 0-.58-.106-.793-.32a1.077 1.077 0 0 1-.32-.792V4.923c0-.261.09-.48.266-.657A.893.893 0 0 1 14.154 4c.262 0 .481.089.658.266a.893.893 0 0 1 .265.657v4Z"})})),ContentCopyIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M9.308 18c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V4.808c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h8.384c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v11.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H9.308Zm0-1.5h8.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V4.808a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H9.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212v11.384c0 .077.032.148.096.212a.294.294 0 0 0 .212.096Zm-3.5 5c-.505 0-.933-.175-1.283-.525A1.745 1.745 0 0 1 4 19.692V7.558c0-.213.072-.391.215-.535a.726.726 0 0 1 .535-.215c.213 0 .391.072.535.215a.727.727 0 0 1 .215.535v12.134c0 .077.032.148.096.212a.294.294 0 0 0 .212.096h9.134c.213 0 .391.072.535.215a.726.726 0 0 1 .215.535.726.726 0 0 1-.215.535.726.726 0 0 1-.535.215H5.808Z"})})),ContentPasteIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 21.492a1.74 1.74 0 0 1-1.277-.53 1.74 1.74 0 0 1-.531-1.277V6.3c0-.497.177-.923.531-1.277a1.74 1.74 0 0 1 1.277-.53h4.405c.139-.488.422-.892.85-1.212.427-.32.906-.481 1.437-.481.551 0 1.038.16 1.46.48.423.321.704.725.842 1.212h4.39c.497 0 .923.177 1.277.531.354.354.531.78.531 1.277v13.384c0 .498-.177.923-.531 1.277a1.74 1.74 0 0 1-1.277.531H5.308Zm0-1.5h13.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V6.3a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H16.5v1.712c0 .256-.086.47-.259.644a.87.87 0 0 1-.641.26H8.4a.868.868 0 0 1-.641-.26.876.876 0 0 1-.259-.644V5.992H5.308a.294.294 0 0 0-.212.096A.294.294 0 0 0 5 6.3v13.384c0 .078.032.148.096.212a.293.293 0 0 0 .212.096Zm6.694-13.884a.87.87 0 0 0 .643-.26.88.88 0 0 0 .259-.646.871.871 0 0 0-.26-.644.88.88 0 0 0-.646-.258.87.87 0 0 0-.643.26.88.88 0 0 0-.259.645.87.87 0 0 0 .26.644.879.879 0 0 0 .646.259Z"})})),DataTableIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 20.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V5.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h13.384c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v13.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H5.308ZM5 8.662h14V5.308a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H5.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212v3.354Zm0 5.176h14v-3.676H5v3.676ZM5.308 19h13.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212v-3.354H5v3.354c0 .077.032.148.096.212a.294.294 0 0 0 .212.096ZM7.287 7.727a.87.87 0 0 1-.644-.26.879.879 0 0 1-.258-.645.87.87 0 0 1 .26-.644.879.879 0 0 1 .645-.259.87.87 0 0 1 .644.26.88.88 0 0 1 .258.646.87.87 0 0 1-.26.643.879.879 0 0 1-.645.259Zm0 5.177a.871.871 0 0 1-.644-.26.88.88 0 0 1-.258-.646.87.87 0 0 1 .26-.643.88.88 0 0 1 .645-.259c.257 0 .471.087.644.26a.88.88 0 0 1 .258.646.871.871 0 0 1-.26.643.88.88 0 0 1-.645.259Zm0 5.177a.87.87 0 0 1-.644-.26.88.88 0 0 1-.258-.646.87.87 0 0 1 .26-.643.879.879 0 0 1 .645-.259.87.87 0 0 1 .644.26.879.879 0 0 1 .258.645.87.87 0 0 1-.26.644.879.879 0 0 1-.645.259Z"})})),ExpandCircleDownIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m12 13.03-2.558-2.557a.693.693 0 0 0-.513-.208.754.754 0 0 0-.531.208.7.7 0 0 0-.228.535c.003.207.08.386.228.534l2.97 2.97c.18.18.391.27.632.27s.452-.09.633-.27l2.984-2.985a.712.712 0 0 0 .22-.527.717.717 0 0 0-.235-.527.76.76 0 0 0-.527-.21.712.712 0 0 0-.527.22L12 13.03Zm.002 8.47a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandCircleRightIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m13.03 12-2.557 2.558a.693.693 0 0 0-.208.513c0 .205.07.382.208.531a.7.7 0 0 0 .535.228.746.746 0 0 0 .534-.228l2.97-2.97a.868.868 0 0 0 .27-.632.867.867 0 0 0-.27-.633l-2.985-2.984a.711.711 0 0 0-.527-.22.717.717 0 0 0-.527.235.76.76 0 0 0-.21.527.712.712 0 0 0 .22.527L13.03 12Zm-1.028 9.5a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandCircleUpIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m12 10.97 2.558 2.557a.693.693 0 0 0 .513.208c.205 0 .382-.07.531-.208a.7.7 0 0 0 .228-.535.746.746 0 0 0-.228-.534l-2.97-2.97a.867.867 0 0 0-.632-.27.867.867 0 0 0-.633.27l-2.984 2.985a.711.711 0 0 0-.22.527c.002.203.08.378.235.527a.76.76 0 0 0 .527.21.712.712 0 0 0 .527-.22L12 10.97Zm.002 10.53a9.254 9.254 0 0 1-3.706-.748 9.596 9.596 0 0 1-3.016-2.03 9.595 9.595 0 0 1-2.032-3.016 9.246 9.246 0 0 1-.748-3.704c0-1.314.25-2.55.748-3.706a9.596 9.596 0 0 1 2.03-3.016 9.594 9.594 0 0 1 3.016-2.032 9.246 9.246 0 0 1 3.704-.748c1.314 0 2.55.25 3.706.748a9.596 9.596 0 0 1 3.017 2.03 9.594 9.594 0 0 1 2.03 3.016 9.247 9.247 0 0 1 .749 3.704c0 1.314-.25 2.55-.748 3.706a9.596 9.596 0 0 1-2.03 3.017 9.595 9.595 0 0 1-3.016 2.03 9.247 9.247 0 0 1-3.704.749Z"})})),ExpandContentIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.846 18.154h4c.262 0 .481.088.658.265a.894.894 0 0 1 .265.658.892.892 0 0 1-.265.658.894.894 0 0 1-.658.265H5.113c-.316 0-.58-.107-.793-.32a1.076 1.076 0 0 1-.32-.793v-4.733c0-.262.089-.481.266-.658a.894.894 0 0 1 .657-.265c.262 0 .481.088.658.265a.894.894 0 0 1 .265.658v4ZM18.154 5.846h-4a.893.893 0 0 1-.658-.265.894.894 0 0 1-.265-.658c0-.262.088-.481.265-.658A.894.894 0 0 1 14.154 4h4.733c.316 0 .58.107.793.32.213.213.32.477.32.793v4.733c0 .262-.088.481-.265.658a.894.894 0 0 1-.658.265.892.892 0 0 1-.658-.265.894.894 0 0 1-.265-.658v-4Z"})})),InterestsIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"m3.142 9.371 3.089-5.479a.903.903 0 0 1 .341-.357.914.914 0 0 1 .448-.11.91.91 0 0 1 .446.11.903.903 0 0 1 .342.357l3.088 5.48a.84.84 0 0 1 .113.455.98.98 0 0 1-.128.432.878.878 0 0 1-.775.452H3.932a.862.862 0 0 1-.774-.452.981.981 0 0 1-.128-.432.84.84 0 0 1 .112-.456ZM7.03 20.76c-1.042 0-1.93-.366-2.662-1.098-.732-.732-1.098-1.617-1.098-2.657 0-1.055.366-1.946 1.098-2.673.733-.727 1.62-1.09 2.662-1.09 1.042 0 1.93.366 2.661 1.098.733.731 1.099 1.619 1.099 2.661s-.366 1.93-1.099 2.662c-.732.732-1.619 1.098-2.661 1.098Zm0-1.5c.627 0 1.16-.22 1.6-.659.44-.44.66-.973.66-1.6 0-.627-.22-1.16-.66-1.6-.44-.44-.973-.66-1.6-.66-.627 0-1.16.22-1.6.66-.44.44-.66.973-.66 1.6 0 .627.22 1.16.66 1.6.44.44.973.66 1.6.66ZM4.949 9.213H9.1L7.02 5.567 4.947 9.212Zm8.31 10.644v-5.712c0-.256.088-.47.26-.644a.874.874 0 0 1 .645-.26h5.711c.256 0 .47.087.644.26.173.173.26.388.26.644v5.712c0 .256-.087.47-.26.644a.875.875 0 0 1-.644.26h-5.711a.875.875 0 0 1-.644-.26.875.875 0 0 1-.26-.644Zm1.5-.596h4.52v-4.52h-4.52v4.52Zm1.678-9.031-1.095-.913c-1.008-.833-1.747-1.54-2.216-2.12-.468-.58-.703-1.216-.703-1.905 0-.674.23-1.237.687-1.689.458-.453 1.033-.679 1.727-.679.424 0 .82.101 1.19.303.37.202.7.493.992.872a3.26 3.26 0 0 1 1.002-.867 2.447 2.447 0 0 1 1.19-.308c.685 0 1.257.231 1.716.694.459.463.688 1.03.688 1.702 0 .684-.234 1.312-.702 1.887-.469.574-1.208 1.277-2.217 2.11l-1.094.913a.845.845 0 0 1-.583.221.843.843 0 0 1-.582-.221Zm.582-1.479c1.181-.949 1.993-1.667 2.434-2.154.442-.487.663-.905.663-1.256a.918.918 0 0 0-.246-.66.84.84 0 0 0-.637-.257c-.191 0-.377.056-.559.167-.181.11-.42.315-.718.612l-.937.906-.936-.906c-.304-.304-.545-.51-.722-.617a1.055 1.055 0 0 0-.555-.162c-.268 0-.482.081-.642.243-.16.162-.24.38-.24.655 0 .363.22.788.662 1.275.441.487 1.253 1.205 2.433 2.154Z"})})),SaveIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M5.308 20.5c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V5.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525H16.04c.241 0 .473.047.695.14.223.094.416.223.58.387l2.658 2.658c.164.164.293.357.387.58.093.222.14.454.14.695v10.732c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525H5.308ZM19 7.85 16.15 5H5.308a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22v13.385a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h13.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V7.85Zm-7 9.42a2.41 2.41 0 0 0 1.77-.732 2.41 2.41 0 0 0 .73-1.769A2.41 2.41 0 0 0 13.77 13a2.41 2.41 0 0 0-1.77-.73 2.41 2.41 0 0 0-1.77.73 2.41 2.41 0 0 0-.73 1.77c0 .692.244 1.281.73 1.768a2.41 2.41 0 0 0 1.77.731ZM7.288 9.883h6.404a.876.876 0 0 0 .646-.258.876.876 0 0 0 .258-.645V7.289a.876.876 0 0 0-.258-.646.876.876 0 0 0-.646-.258H7.288a.876.876 0 0 0-.645.258.876.876 0 0 0-.258.646V8.98c0 .257.086.473.258.645a.876.876 0 0 0 .646.258Z"})})),TableChartIcon:e=>p("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none"},e,{children:p("path",{fill:"currentColor",d:"M18.692 20.5H5.308c-.505 0-.933-.175-1.283-.525a1.745 1.745 0 0 1-.525-1.283V5.308c0-.505.175-.933.525-1.283.35-.35.778-.525 1.283-.525h13.384c.505 0 .933.175 1.283.525.35.35.525.778.525 1.283v13.384c0 .505-.175.933-.525 1.283-.35.35-.778.525-1.283.525ZM5 8.25h14V5.308a.294.294 0 0 0-.096-.212.294.294 0 0 0-.212-.096H5.308a.294.294 0 0 0-.212.096.294.294 0 0 0-.096.212V8.25Zm2.692 1.5H5v8.942c0 .077.032.148.096.212a.294.294 0 0 0 .212.096h2.384V9.75Zm8.616 0V19h2.384a.294.294 0 0 0 .212-.096.294.294 0 0 0 .096-.212V9.75h-2.692Zm-1.5 0H9.192V19h5.616V9.75Z"})}))});xc("material",Object.keys(Mc).reduce(((e,t)=>{var n,r;const a=yc(t);return Object.assign(Object.assign({},e),{[a]:{solid:null!==(n=Mc[t])&&void 0!==n?n:null,outline:null!==(r=kc[t])&&void 0!==r?r:null}})}),{}));var Cc=function(){return Cc=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},Cc.apply(this,arguments)};function Rc(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}function Ic(e,t,n){if(n||2===arguments.length)for(var r,a=0,l=t.length;a<l;a++)!r&&a in t||(r||(r=Array.prototype.slice.call(t,0,a)),r[a]=t[a]);return e.concat(r||Array.prototype.slice.call(t))}"function"==typeof SuppressedError&&SuppressedError;const Lc=x(["gap-2 font-bold inline-flex items-center outline-none transition ease-in-out duration-45"],{variants:{color:{primary:["bg-button-primary-solid-default border-button-primary-solid-default text-button-primary-solid-default fill-button-primary-solid-default","hover:bg-button-primary-solid-hover hover:border-button-primary-solid-hover hover:text-button-primary-solid-hover hover:fill-button-primary-solid-hover","active:bg-button-primary-solid-active active:border-button-primary-solid-active active:text-button-primary-solid-active active:fill-button-primary-solid-active","data-[loading=true]:bg-button-primary-solid-active data-[loading=true]:border-button-primary-solid-active data-[loading=true]:text-button-primary-solid-active data-[loading=true]:fill-button-primary-solid-active","disabled:bg-button-primary-solid-disabled disabled:border-button-primary-solid-disabled disabled:text-button-primary-solid-disabled disabled:fill-button-primary-solid-disabled"],secondary:["bg-button-secondary-solid-default border-button-secondary-solid-default text-button-secondary-solid-default fill-button-secondary-solid-default","hover:bg-button-secondary-solid-hover hover:border-button-secondary-solid-hover hover:text-button-secondary-solid-hover hover:fill-button-secondary-solid-hover","active:bg-button-secondary-solid-active active:border-button-secondary-solid-active active:text-button-secondary-solid-active active:fill-button-secondary-solid-active","data-[loading=true]:bg-button-secondary-solid-active data-[loading=true]:border-button-secondary-solid-active data-[loading=true]:text-button-secondary-solid-active data-[loading=true]:fill-button-secondary-solid-active","disabled:bg-button-secondary-solid-disabled disabled:border-button-secondary-solid-disabled disabled:text-button-secondary-solid-disabled disabled:fill-button-secondary-solid-disabled"],tertiary:["bg-button-tertiary-solid-default border-button-tertiary-solid-default text-button-tertiary-solid-default fill-button-tertiary-solid-default","hover:bg-button-tertiary-solid-hover hover:border-button-tertiary-solid-hover hover:text-button-tertiary-solid-hover hover:fill-button-tertiary-solid-hover","active:bg-button-tertiary-solid-active active:border-button-tertiary-solid-active active:text-button-tertiary-solid-active active:fill-button-tertiary-solid-active","data-[loading=true]:bg-button-tertiary-solid-active data-[loading=true]:border-button-tertiary-solid-active data-[loading=true]:text-button-tertiary-solid-active data-[loading=true]:fill-button-tertiary-solid-active","disabled:bg-button-tertiary-solid-disabled disabled:border-button-tertiary-solid-disabled disabled:text-button-tertiary-solid-disabled disabled:fill-button-tertiary-solid-disabled"],success:["bg-button-success-solid-default border-button-success-solid-default text-button-success-solid-default fill-button-success-solid-default","hover:bg-button-success-solid-hover hover:border-button-success-solid-hover hover:text-button-success-solid-hover hover:fill-button-success-solid-hover","active:bg-button-success-solid-active active:border-button-success-solid-active active:text-button-success-solid-active active:fill-button-success-solid-active","data-[loading=true]:bg-button-success-solid-active data-[loading=true]:border-button-success-solid-active data-[loading=true]:text-button-success-solid-active data-[loading=true]:fill-button-success-solid-active","disabled:bg-button-success-solid-disabled disabled:border-button-success-solid-disabled disabled:text-button-success-solid-disabled disabled:fill-button-success-solid-disabled"],info:["bg-button-info-solid-default border-button-info-solid-default text-button-info-solid-default fill-button-info-solid-default","hover:bg-button-info-solid-hover hover:border-button-info-solid-hover hover:text-button-info-solid-hover hover:fill-button-info-solid-hover","active:bg-button-info-solid-active active:border-button-info-solid-active active:text-button-info-solid-active active:fill-button-info-solid-active","data-[loading=true]:bg-button-info-solid-active data-[loading=true]:border-button-info-solid-active data-[loading=true]:text-button-info-solid-active data-[loading=true]:fill-button-info-solid-active","disabled:bg-button-info-solid-disabled disabled:border-button-info-solid-disabled disabled:text-button-info-solid-disabled disabled:fill-button-info-solid-disabled"],warning:["bg-button-warning-solid-default border-button-warning-solid-default text-button-warning-solid-default fill-button-warning-solid-default","hover:bg-button-warning-solid-hover hover:border-button-warning-solid-hover hover:text-button-warning-solid-hover hover:fill-button-warning-solid-hover","active:bg-button-warning-solid-active active:border-button-warning-solid-active active:text-button-warning-solid-active active:fill-button-warning-solid-active","data-[loading=true]:bg-button-warning-solid-active data-[loading=true]:border-button-warning-solid-active data-[loading=true]:text-button-warning-solid-active data-[loading=true]:fill-button-warning-solid-active","disabled:bg-button-warning-solid-disabled disabled:border-button-warning-solid-disabled disabled:text-button-warning-solid-disabled disabled:fill-button-warning-solid-disabled"],error:["bg-button-error-solid-default border-button-error-solid-default text-button-error-solid-default fill-button-error-solid-default","hover:bg-button-error-solid-hover hover:border-button-error-solid-hover hover:text-button-error-solid-hover hover:fill-button-error-solid-hover","active:bg-button-error-solid-active active:border-button-error-solid-active active:text-button-error-solid-active active:fill-button-error-solid-active","data-[loading=true]:bg-button-error-solid-active data-[loading=true]:border-button-error-solid-active data-[loading=true]:text-button-error-solid-active data-[loading=true]:fill-button-error-solid-active","disabled:bg-button-error-solid-disabled disabled:border-button-error-solid-disabled disabled:text-button-error-solid-disabled disabled:fill-button-error-solid-disabled"]},size:{sm:"px-md py-1 [&_svg]:size-[18px] typography-buttonMS rounded-sm gap-1",md:"px-lg py-2 [&_svg]:size-5 typography-buttonL rounded-md",lg:"px-xl py-4 [&_svg]:size-6 typography-buttonL rounded-md"},variant:{solid:"border",outline:"border bg-transparent",flat:"bg-transparent",link:"bg-transparent underline underline-offset-4"},disabled:{true:"pointer-events-none border-transparent bg-disable-solid text-disable-outline fill-disable-outline"},fullwidth:{true:"w-full"},icon:{sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}},compoundVariants:[{variant:"outline",color:"primary",className:["bg-button-primary-outline-default border-button-primary-outline-default text-button-primary-outline-default fill-button-primary-outline-default","hover:bg-button-primary-outline-hover hover:border-button-primary-outline-hover hover:text-button-primary-outline-hover hover:fill-button-primary-outline-hover","active:bg-button-primary-outline-active active:border-button-primary-outline-active active:text-button-primary-outline-active active:fill-button-primary-outline-active","data-[loading=true]:bg-button-primary-outline-active data-[loading=true]:border-button-primary-outline-active data-[loading=true]:text-button-primary-outline-active data-[loading=true]:fill-button-primary-outline-active","disabled:bg-button-primary-outline-disabled disabled:border-button-primary-outline-disabled disabled:text-button-primary-outline-disabled disabled:fill-button-primary-outline-disabled"]},{variant:["flat","link"],color:"primary",className:["bg-button-primary-flat-default border-button-primary-flat-default text-button-primary-flat-default fill-button-primary-flat-default","hover:bg-button-primary-flat-hover hover:border-button-primary-flat-hover hover:text-button-primary-flat-hover hover:fill-button-primary-flat-hover","active:bg-button-primary-flat-active active:border-button-primary-flat-active active:text-button-primary-flat-active active:fill-button-primary-flat-active","data-[loading=true]:bg-button-primary-flat-active data-[loading=true]:border-button-primary-flat-active data-[loading=true]:text-button-primary-flat-active data-[loading=true]:fill-button-primary-flat-active","disabled:bg-button-primary-flat-disabled disabled:border-button-primary-flat-disabled disabled:text-button-primary-flat-disabled disabled:fill-button-primary-flat-disabled"]},{variant:"outline",color:"secondary",className:["bg-button-secondary-outline-default border-button-secondary-outline-default text-button-secondary-outline-default fill-button-secondary-outline-default","hover:bg-button-secondary-outline-hover hover:border-button-secondary-outline-hover hover:text-button-secondary-outline-hover hover:fill-button-secondary-outline-hover","active:bg-button-secondary-outline-active active:border-button-secondary-outline-active active:text-button-secondary-outline-active active:fill-button-secondary-outline-active","data-[loading=true]:bg-button-secondary-outline-active data-[loading=true]:border-button-secondary-outline-active data-[loading=true]:text-button-secondary-outline-active data-[loading=true]:fill-button-secondary-outline-active","disabled:bg-button-secondary-outline-disabled disabled:border-button-secondary-outline-disabled disabled:text-button-secondary-outline-disabled disabled:fill-button-secondary-outline-disabled"]},{variant:["flat","link"],color:"secondary",className:["bg-button-secondary-flat-default border-button-secondary-flat-default text-button-secondary-flat-default fill-button-secondary-flat-default","hover:bg-button-secondary-flat-hover hover:border-button-secondary-flat-hover hover:text-button-secondary-flat-hover hover:fill-button-secondary-flat-hover","active:bg-button-secondary-flat-active active:border-button-secondary-flat-active active:text-button-secondary-flat-active active:fill-button-secondary-flat-active","data-[loading=true]:bg-button-secondary-flat-active data-[loading=true]:border-button-secondary-flat-active data-[loading=true]:text-button-secondary-flat-active data-[loading=true]:fill-button-secondary-flat-active","disabled:bg-button-secondary-flat-disabled disabled:border-button-secondary-flat-disabled disabled:text-button-secondary-flat-disabled disabled:fill-button-secondary-flat-disabled"]},{variant:"outline",color:"tertiary",className:["bg-button-tertiary-outline-default border-button-tertiary-outline-default text-button-tertiary-outline-default fill-button-tertiary-outline-default","hover:bg-button-tertiary-outline-hover hover:border-button-tertiary-outline-hover hover:text-button-tertiary-outline-hover hover:fill-button-tertiary-outline-hover","active:bg-button-tertiary-outline-active active:border-button-tertiary-outline-active active:text-button-tertiary-outline-active active:fill-button-tertiary-outline-active","data-[loading=true]:bg-button-tertiary-outline-active data-[loading=true]:border-button-tertiary-outline-active data-[loading=true]:text-button-tertiary-outline-active data-[loading=true]:fill-button-tertiary-outline-active","disabled:bg-button-tertiary-outline-disabled disabled:border-button-tertiary-outline-disabled disabled:text-button-tertiary-outline-disabled disabled:fill-button-tertiary-outline-disabled"]},{variant:["flat","link"],color:"tertiary",className:["bg-button-tertiary-flat-default border-button-tertiary-flat-default text-button-tertiary-flat-default fill-button-tertiary-flat-default","hover:bg-button-tertiary-flat-hover hover:border-button-tertiary-flat-hover hover:text-button-tertiary-flat-hover hover:fill-button-tertiary-flat-hover","active:bg-button-tertiary-flat-active active:border-button-tertiary-flat-active active:text-button-tertiary-flat-active active:fill-button-tertiary-flat-active","data-[loading=true]:bg-button-tertiary-flat-active data-[loading=true]:border-button-tertiary-flat-active data-[loading=true]:text-button-tertiary-flat-active data-[loading=true]:fill-button-tertiary-flat-active","disabled:bg-button-tertiary-flat-disabled disabled:border-button-tertiary-flat-disabled disabled:text-button-tertiary-flat-disabled disabled:fill-button-tertiary-flat-disabled"]},{variant:"outline",color:"info",className:["bg-button-info-outline-default border-button-info-outline-default text-button-info-outline-default fill-button-info-outline-default","hover:bg-button-info-outline-hover hover:border-button-info-outline-hover hover:text-button-info-outline-hover hover:fill-button-info-outline-hover","active:bg-button-info-outline-active active:border-button-info-outline-active active:text-button-info-outline-active active:fill-button-info-outline-active","data-[loading=true]:bg-button-info-outline-active data-[loading=true]:border-button-info-outline-active data-[loading=true]:text-button-info-outline-active data-[loading=true]:fill-button-info-outline-active","disabled:bg-button-info-outline-disabled disabled:border-button-info-outline-disabled disabled:text-button-info-outline-disabled disabled:fill-button-info-outline-disabled"]},{variant:["flat","link"],color:"info",className:["bg-button-info-flat-default border-button-info-flat-default text-button-info-flat-default fill-button-info-flat-default","hover:bg-button-info-flat-hover hover:border-button-info-flat-hover hover:text-button-info-flat-hover hover:fill-button-info-flat-hover","active:bg-button-info-flat-active active:border-button-info-flat-active active:text-button-info-flat-active active:fill-button-info-flat-active","data-[loading=true]:bg-button-info-flat-active data-[loading=true]:border-button-info-flat-active data-[loading=true]:text-button-info-flat-active data-[loading=true]:fill-button-info-flat-active","disabled:bg-button-info-flat-disabled disabled:border-button-info-flat-disabled disabled:text-button-info-flat-disabled disabled:fill-button-info-flat-disabled"]},{variant:"outline",color:"success",className:["bg-button-success-outline-default border-button-success-outline-default text-button-success-outline-default fill-button-success-outline-default","hover:bg-button-success-outline-hover hover:border-button-success-outline-hover hover:text-button-success-outline-hover hover:fill-button-success-outline-hover","active:bg-button-success-outline-active active:border-button-success-outline-active active:text-button-success-outline-active active:fill-button-success-outline-active","data-[loading=true]:bg-button-success-outline-active data-[loading=true]:border-button-success-outline-active data-[loading=true]:text-button-success-outline-active data-[loading=true]:fill-button-success-outline-active","disabled:bg-button-success-outline-disabled disabled:border-button-success-outline-disabled disabled:text-button-success-outline-disabled disabled:fill-button-success-outline-disabled"]},{variant:["flat","link"],color:"success",className:["bg-button-success-flat-default border-button-success-flat-default text-button-success-flat-default fill-button-success-flat-default","hover:bg-button-success-flat-hover hover:border-button-success-flat-hover hover:text-button-success-flat-hover hover:fill-button-success-flat-hover","active:bg-button-success-flat-active active:border-button-success-flat-active active:text-button-success-flat-active active:fill-button-success-flat-active","data-[loading=true]:bg-button-success-flat-active data-[loading=true]:border-button-success-flat-active data-[loading=true]:text-button-success-flat-active data-[loading=true]:fill-button-success-flat-active","disabled:bg-button-success-flat-disabled disabled:border-button-success-flat-disabled disabled:text-button-success-flat-disabled disabled:fill-button-success-flat-disabled"]},{variant:"outline",color:"warning",className:["bg-button-warning-outline-default border-button-warning-outline-default text-button-warning-outline-default fill-button-warning-outline-default","hover:bg-button-warning-outline-hover hover:border-button-warning-outline-hover hover:text-button-warning-outline-hover hover:fill-button-warning-outline-hover","active:bg-button-warning-outline-active active:border-button-warning-outline-active active:text-button-warning-outline-active active:fill-button-warning-outline-active","data-[loading=true]:bg-button-warning-outline-active data-[loading=true]:border-button-warning-outline-active data-[loading=true]:text-button-warning-outline-active data-[loading=true]:fill-button-warning-outline-active","disabled:bg-button-warning-outline-disabled disabled:border-button-warning-outline-disabled disabled:text-button-warning-outline-disabled disabled:fill-button-warning-outline-disabled"]},{variant:["flat","link"],color:"warning",className:["bg-button-warning-flat-default border-button-warning-flat-default text-button-warning-flat-default fill-button-warning-flat-default","hover:bg-button-warning-flat-hover hover:border-button-warning-flat-hover hover:text-button-warning-flat-hover hover:fill-button-warning-flat-hover","active:bg-button-warning-flat-active active:border-button-warning-flat-active active:text-button-warning-flat-active active:fill-button-warning-flat-active","data-[loading=true]:bg-button-warning-flat-active data-[loading=true]:border-button-warning-flat-active data-[loading=true]:text-button-warning-flat-active data-[loading=true]:fill-button-warning-flat-active","disabled:bg-button-warning-flat-disabled disabled:border-button-warning-flat-disabled disabled:text-button-warning-flat-disabled disabled:fill-button-warning-flat-disabled"]},{variant:"outline",color:"error",className:["bg-button-error-outline-default border-button-error-outline-default text-button-error-outline-default fill-button-error-outline-default","hover:bg-button-error-outline-hover hover:border-button-error-outline-hover hover:text-button-error-outline-hover hover:fill-button-error-outline-hover","active:bg-button-error-outline-active active:border-button-error-outline-active active:text-button-error-outline-active active:fill-button-error-outline-active","data-[loading=true]:bg-button-error-outline-active data-[loading=true]:border-button-error-outline-active data-[loading=true]:text-button-error-outline-active data-[loading=true]:fill-button-error-outline-active","disabled:bg-button-error-outline-disabled disabled:border-button-error-outline-disabled disabled:text-button-error-outline-disabled disabled:fill-button-error-outline-disabled"]},{variant:["flat","link"],color:"error",className:["bg-button-error-flat-default border-button-error-flat-default text-button-error-flat-default fill-button-error-flat-default","hover:bg-button-error-flat-hover hover:border-button-error-flat-hover hover:text-button-error-flat-hover hover:fill-button-error-flat-hover","active:bg-button-error-flat-active active:border-button-error-flat-active active:text-button-error-flat-active active:fill-button-error-flat-active","data-[loading=true]:bg-button-error-flat-active data-[loading=true]:border-button-error-flat-active data-[loading=true]:text-button-error-flat-active data-[loading=true]:fill-button-error-flat-active","disabled:bg-button-error-flat-disabled disabled:border-button-error-flat-disabled disabled:text-button-error-flat-disabled disabled:fill-button-error-flat-disabled"]},{variant:["outline","flat","link"],disabled:!0,className:["bg-transparent border-disabled-outline text-disable-outline fill-disable-outline"]}],defaultVariants:{size:"md",color:"primary",variant:"solid",fullwidth:!0}});function Ac(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(n=Ac(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function Zc(...e){return y(function(){for(var e,t,n=0,r="",a=arguments.length;n<a;n++)(e=arguments[n])&&(t=Ac(e))&&(r&&(r+=" "),r+=t);return r}(e))}const Oc=({size:e=16,color:t="",trackColor:n="",strokeWidth:r=2,percentage:a=75,animate:l=!0,className:o,progressClassName:i,trackClassName:s})=>{const d=(e-2*r)/2,c=2*Math.PI*d,u=c-a/100*c;return b("svg",{className:Zc({"animate-spin":l},o),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:`0 0 ${e} ${e}`,width:e,height:e,role:"status","aria-live":"polite",children:[p("circle",{className:Zc("text-[var(--loading-track-color)]",s),style:Object.assign({},n?{color:n}:{}),cx:e/2,cy:e/2,r:d,stroke:"currentColor",strokeWidth:r}),p("circle",{className:Zc("text-[var(--loading-process-color)]",i),style:Object.assign({},t?{color:t}:{}),cx:e/2,cy:e/2,r:d,stroke:"currentColor",strokeWidth:r,strokeDasharray:c,strokeDashoffset:u,strokeLinecap:"round"})]})},jc=n(((e,t)=>{var{size:n="md",color:r="primary",variant:a="solid",title:l,children:o,startIcon:i,endIcon:s,disabled:d=!1,fullwidth:c=!1,isLoading:u=!1,className:f}=e,m=Rc(e,["size","color","variant","title","children","startIcon","endIcon","disabled","fullwidth","isLoading","className"]);const v=d||u;return p("button",Object.assign({type:"button"},m,{ref:t,"aria-disabled":v||void 0,"data-loading":u||void 0,tabIndex:v?-1:0,className:Zc(Lc({size:n,color:r,variant:a,disabled:d,fullwidth:c}),f),disabled:v,children:b(E,{children:[u&&p(Oc,{}),i,o||l,s]})}))})),Sc=x(["border-0 outline-none","p-1 flex w-auto box-border","peer text-input-filled-text placeholder:text-transparent bg-transparent caret-primary"],{variants:{size:{sm:"p-2 px-3 typography-small1",md:"py-2 px-3 typography-subtitile4",lg:"p-4 typography-subtitile1"},rounded:{none:"rounded-none",normal:"rounded-md",full:"rounded-full"},variant:{flat:"",outline:["ring-1 ring-inset ring-input-default-stroke","hover:ring-input-active-stroke","focus:ring-1 focus:ring-inset focus:ring-input-active-stroke"],underline:"border-b-2 border-input-default-stroke transition-colors hover:border-input-active-stroke focus:border-input-stroke"},fullwidth:{true:"w-full"},disabled:{true:["bg-input-disable-bg text-input-disable-text ring-input-disable-stroke placeholder:text-input-disable-text","hover:ring-input-disable-stroke"]},error:{true:"ring-input-error focus:ring-input-error"},hasClearIcon:{true:""},hasSearchIcon:{false:""},leftSectionIcon:{false:""},rightSectionIcon:{false:""}},compoundVariants:[{variant:"underline",className:"rounded-none"},{hasClearIcon:!0,size:"sm",class:"focus:pe-6"},{hasClearIcon:!0,size:"md",class:"focus:pe-8"},{hasClearIcon:!0,size:"lg",class:"focus:pe-10"},{hasSearchIcon:!0,size:"sm",class:"ps-6"},{hasSearchIcon:!0,size:"md",class:"ps-9"},{hasSearchIcon:!0,size:"lg",class:"ps-11"},{leftSectionIcon:!0,size:"sm",class:"ps-[38px]"},{leftSectionIcon:!0,size:"md",class:"ps-[46px]"},{leftSectionIcon:!0,size:"lg",class:"ps-[72px]"},{rightSectionIcon:!0,size:"sm",class:"pe-[38px]"},{rightSectionIcon:!0,size:"md",class:"pe-[46px]"},{rightSectionIcon:!0,size:"lg",class:"pe-[72px]"}],defaultVariants:{size:"md",variant:"outline",rounded:"normal",fullwidth:!1,disabled:!1,error:!1,hasClearIcon:!1,hasSearchIcon:!1,leftSectionIcon:!1,rightSectionIcon:!1}}),Bc=x(["absolute block duration-450 transition-all px-[2px] text-input-default-text","peer-focus:text-input-filled-text peer-focus:bg-input-label-bg"],{variants:{size:{sm:["left-3 -top-1.5 typography-label2 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"],md:["left-3 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"],lg:["left-4 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},disabled:{true:"text-input-default-text placeholder:text-input-default-text"},error:{true:"ring-error"},hasSearchIcon:{false:""}},compoundVariants:[{hasSearchIcon:!0,size:"sm",className:["left-6 -top-1.5 typography-label2 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"]},{hasSearchIcon:!0,size:"md",className:["left-9 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},{hasSearchIcon:!0,size:"lg",className:["left-11 -top-1.5 typography-label1 bg-input-label-bg","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]}],defaultVariants:{size:"md",disabled:!1,error:!1,hasSearchIcon:!1}}),Vc=x(["text-small1 flex flex-row items-center gap-1"],{variants:{size:{sm:"mt-1",md:"mt-[6px]",lg:"mt-[6px]"},disabled:{true:"text-input-disable-text"},error:{true:"text-input-error",false:"text-input-filled-text"}},defaultVariants:{size:"md",disabled:!1,error:!1}}),Hc=x(["absolute inset-y-0 right-0 items-center justify-center hidden peer-focus:flex"],{variants:{size:{sm:"mr-2",md:"mr-3",lg:"mr-4"}},defaultVariants:{size:"md"}}),Nc=x(["absolute inset-y-0 left-0 items-center justify-center flex"],{variants:{size:{sm:"ml-2",md:"ml-3",lg:"ml-4"}},defaultVariants:{size:"md"}}),Dc=x(["cursor-pointer z-50 fill-input-active-stroke hover:fill-input-default-text"],{variants:{size:{sm:"size-3",md:"size-4",lg:"size-5"}},defaultVariants:{size:"md"}}),Pc=x(["absolute items-center justify-center flex","border-l border-l-input-default-stroke peer-hover:border-l-input-active-stroke peer-focus:border-l-input-active-stroke peer-disabled:border-l-input-disable-stroke","fill-input-default-text peer-hover:fill-input-filled-text peer-focus:fill-input-filled-text peer-disabled:fill-input-disable-stroke"],{variants:{size:{sm:"p-1 size-[30px]",md:"p-2 size-[38px]",lg:"p-3 size-14"},rounded:{none:"rounded-r-none",normal:"rounded-r-xl",full:"rounded-r-full"},error:{true:"border-l-input-error"},position:{start:"inset-y-0 left-0 ",end:"inset-y-0 right-0 "}},defaultVariants:{size:"md",rounded:"normal",error:!1,position:"end"}}),Wc=n(((e,t)=>{var{id:n,label:l,size:o="md",rounded:i="normal",variant:s="outline",type:d="text",helperText:c,errorMessage:u,fullwidth:f=!0,disabled:m=!1,error:v=!1,required:h=!0,hasClearIcon:g=!0,hasSearchIcon:w=!1,startIcon:E,endIcon:x,labelClassName:y}=e,M=Rc(e,["id","label","size","rounded","variant","type","helperText","errorMessage","fullwidth","disabled","error","required","hasClearIcon","hasSearchIcon","startIcon","endIcon","labelClassName"]);const k=r(null),C=n||`${d}-${l}-input`,R=!!x,I=Sc({size:o,rounded:i,variant:s,fullwidth:f,disabled:m,error:v,hasSearchIcon:w,hasClearIcon:!R&&g,leftSectionIcon:!!E,rightSectionIcon:R}),L=Bc({size:o,disabled:m,error:v,hasSearchIcon:w}),A=Vc({size:o,error:v,disabled:m}),Z=Hc({size:o}),O=Nc({size:o}),j=Dc({size:o}),S=Pc({size:o,rounded:i,error:v});a(t,(()=>null==k?void 0:k.current));return b("div",{className:"inline-flex flex-col "+(f?"w-full":""),children:[b("div",{className:"relative",children:[w&&p("div",{className:O,children:p(sr,{className:j})}),p("input",Object.assign({},M,{placeholder:" ",ref:k,type:d,id:C,disabled:m,className:Zc(I,M.className)})),g&&!R&&p("div",{className:Z,children:p(Ta,{type:"button",className:j,onMouseDown:()=>{k.current&&(k.current.value="")}})}),R&&p("div",{className:S,children:x}),b("label",{htmlFor:C,className:Zc(L,y),children:[l," ",h&&p("span",{className:Zc("text-error",{"text-input-disable-text":m}),children:"*"})]})]}),(u||c)&&b("span",{className:A,children:[p(vn,{width:16,height:16,className:v?"fill-error":""})," ",u||c]})]})})),Fc=x(["text-foreground"],{variants:{color:{primary:"text-primary",secondary:"text-secondary",success:"text-success",tertiary:"text-tertiary",info:"text-info",warning:"text-warning",error:"text-error"}}}),_c=n((({variant:e="body1",tag:t="p",children:n,className:r="",color:a,style:l})=>p(t,{className:Zc(`typography-${e}`,Fc({color:a}),r),style:l,children:n}))),Tc=({tabs:e=[],initialTab:t=0,tabBarSize:n=38,enableBorderLine:a=!0,tabMode:i="start",className:s,tabBarClassName:d,tabButtonClassName:c,tabButtonActiveClassName:u,tabContentClassName:f,borderSliderClassname:m})=>{var v;const[h,g]=l(t),[w,E]=l({width:"0px",transform:"translateX(0px)"}),x=r([]),y=r(!0),M=()=>{const e=x.current[h];e&&E({width:`${e.offsetWidth}px`,transform:`translateX(${e.offsetLeft}px)`})};return o((()=>{if(y.current){y.current=!1;const e=x.current[h];e&&(E({width:"0px",transform:`translateX(${e.offsetLeft+e.offsetWidth/2}px)`}),setTimeout((()=>{M()}),50))}else M()}),[h,e,i]),b("div",{className:Zc("w-full",s),children:[b("div",{className:Zc(`relative flex gap-6 h-[${n}px] box-border`,{"border-b-[1px] border-base-stroke":a,"gap-0":"justify"===i},d),style:{justifyContent:"justify"===i?"stretch":i},role:"tablist",children:[e.map(((e,t)=>b("button",{ref:e=>x.current[t]=e,role:"tab","aria-selected":t===h,"aria-controls":`tab-content-${t}`,id:`tab-${t}`,className:Zc("flex justify-center flex-row items-center py-4 px-1 cursor-pointer transition-colors duration-300 box-border gap-3",{"typography-small3 text-text-dark":t===h,"typography-small1 text-text-grey-light hover:text-text-grey-dark active:text-text-dark":t!==h,[null!=c?c:""]:!0,[null!=u?u:""]:t===h,"flex-1":"justify"===i}),onClick:()=>g(t),children:[e.startTabContent,e.label,e.endTabContent]},t))),p("div",{className:Zc("absolute -bottom-[1px] h-[1px] bg-primary transition-all duration-300 ease-in-out",m),style:w})]}),p("div",{className:Zc("mt-4",f),role:"tabpanel",id:`tab-content-${h}`,"aria-labelledby":`tab-${h}`,children:null===(v=e[h])||void 0===v?void 0:v.content})]})},zc=x(["absolute inset-y-0 right-0 flex items-center justify-center"],{variants:{size:{sm:"mr-2",md:"mr-3",lg:"mr-4"}},defaultVariants:{size:"md"}}),Gc=x(["transition-all"],{variants:{size:{sm:"size-[14px]",md:"size-5",lg:"size-6"},disabled:{true:"fill-input-text-disabled",false:"fill-inherit"},isFocus:{true:"fill-input-text-active rotate-180",false:""}},defaultVariants:{size:"md",disabled:!1,isFocus:!1}}),$c=x([],{variants:{size:{sm:"pe-[30px]",md:"pe-[40px]",lg:"pe-[48px]"}},defaultVariants:{size:"md"}}),qc=n(((e,t)=>{var{id:n,options:a=[],value:c,label:u,size:f="md",rounded:m="normal",variant:v="outline",helperText:h,errorMessage:g,fullwidth:w=!0,disabled:E=!1,error:x=!1,filterMode:y=!1,required:M=!0,onChangeText:k,onSelect:C}=e,R=Rc(e,["id","options","value","label","size","rounded","variant","helperText","errorMessage","fullwidth","disabled","error","filterMode","required","onChangeText","onSelect"]);const I=n||`${u}-select`,[L,A]=l(!1),[Z,O]=l(null),[j,S]=l(""),B=r("");o((()=>{c&&!Z&&O(c)}),[c,Z]);const V=i((e=>{null==k||k(e),S(e.target.value)}),[k]),H=i((e=>{O(e),S(e.label),null==C||C(e)}),[C]),N=s((()=>a.filter((e=>{var t;return!y||(null===(t=e.label)||void 0===t?void 0:t.toLowerCase().includes(null==j?void 0:j.toLowerCase()))}))),[a,y,j]),D=i((e=>{var t;A(!0),null===(t=null==R?void 0:R.onFocus)||void 0===t||t.call(R,e)}),[null==R?void 0:R.onFocus]),P=i((e=>{const t=N.find((t=>{var n,r;return t.value===(null===(n=e.target)||void 0===n?void 0:n.value)||t.label===(null===(r=e.target)||void 0===r?void 0:r.value)}));let n=t||{value:"",label:""};!!!t&&j&&(n={value:"",label:""}),"Enter"!==B.current&&(O(n),S(n.label),null==C||C(n))}),[N,j]),W=i((e=>{var t;A(!1),P(e),null===(t=null==R?void 0:R.onBlur)||void 0===t||t.call(R,e)}),[null==R?void 0:R.onBlur]),F=i((e=>{var t;B.current=e.code,null===(t=null==R?void 0:R.onKeyDown)||void 0===t||t.call(R,e)}),[null==R?void 0:R.onKeyDown]);return b("div",{className:"relative "+(w?"w-full":""),children:[p(Wc,Object.assign({hasClearIcon:!1,endIcon:p("div",{className:zc({size:f}),children:p(wt,{className:Gc({size:f,isFocus:L})})})},R,{ref:t,readOnly:!y,value:j,onChange:V,label:u,placeholder:" ",type:"text",rounded:m,variant:v,helperText:h,errorMessage:g,fullwidth:w,error:x,required:M,id:I,disabled:E,size:f,className:$c({size:f}),onFocus:D,onBlur:W,onKeyDown:F})),L&&b("ul",{className:"absolute mt-1 w-full bg-base-popup border border-base-popup text-base-popup-foreground rounded-md shadow-md z-10 max-h-60 overflow-y-auto",children:[N.map((e=>e.renderLabel?p(d,{children:e.renderLabel({value:e.value,label:e.label,handleOnClick:()=>H(e),className:"px-4 py-2 hover:bg-gray-100 cursor-pointer "+((null==Z?void 0:Z.value)===e.value?" bg-gray-200":"")})},e.value):p("li",{onMouseDown:()=>H(e),className:"px-4 py-2 hover:bg-primary-hover-bg cursor-pointer "+((null==Z?void 0:Z.value)===e.value?"bg-base-popup-highligh":""),children:e.label},e.value))),0===N.length&&p("li",{className:"px-4 py-14 text-center text-input-text",children:"Not found"})]})]})}));function Uc(){return Uc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Uc.apply(null,arguments)}function Yc(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}function Xc(...e){return i(Yc(...e),e)}function Kc(e,t=[]){let n=[];const r=()=>{const t=n.map((e=>c(e)));return function(n){const r=(null==n?void 0:n[e])||t;return s((()=>({[`__scope${e}`]:{...n,[e]:r}})),[n,r])}};return r.scopeName=e,[function(t,r){const a=c(r),l=n.length;function o(t){const{scope:n,children:r,...o}=t,i=(null==n?void 0:n[e][l])||a,d=s((()=>o),Object.values(o));return u(i.Provider,{value:d},r)}return n=[...n,r],o.displayName=t+"Provider",[o,function(n,o){const i=(null==o?void 0:o[e][l])||a,s=f(i);if(s)return s;if(void 0!==r)return r;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},Qc(r,...t)]}function Qc(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(e){const r=n.reduce(((t,{useScope:n,scopeName:r})=>({...t,...n(e)[`__scope${r}`]})),{});return s((()=>({[`__scope${t.scopeName}`]:r})),[r])}};return n.scopeName=t.scopeName,n}function Jc(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(null==e||e(r),!1===n||!r.defaultPrevented)return null==t?void 0:t(r)}}function eu(e){const t=r(e);return o((()=>{t.current=e})),s((()=>(...e)=>{var n;return null===(n=t.current)||void 0===n?void 0:n.call(t,...e)}),[])}function tu({prop:e,defaultProp:t,onChange:n=(()=>{})}){const[a,s]=function({defaultProp:e,onChange:t}){const n=l(e),[a]=n,i=r(a),s=eu(t);return o((()=>{i.current!==a&&(s(a),i.current=a)}),[a,i,s]),n}({defaultProp:t,onChange:n}),d=void 0!==e,c=d?e:a,u=eu(n);return[c,i((t=>{if(d){const n="function"==typeof t?t(e):t;n!==e&&u(n)}else s(t)}),[d,e,s,u])]}const nu=Boolean(null===globalThis||void 0===globalThis?void 0:globalThis.document)?m:()=>{};const ru=e=>{const{present:t,children:n}=e,a=function(e){const[t,n]=l(),a=r({}),s=r(e),d=r("none"),c=e?"mounted":"unmounted",[u,f]=function(e,t){return g(((e,n)=>{const r=t[e][n];return null!=r?r:e}),e)}(c,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return o((()=>{const e=au(a.current);d.current="mounted"===u?e:"none"}),[u]),nu((()=>{const t=a.current,n=s.current;if(n!==e){const r=d.current,a=au(t);if(e)f("MOUNT");else if("none"===a||"none"===(null==t?void 0:t.display))f("UNMOUNT");else{f(n&&r!==a?"ANIMATION_OUT":"UNMOUNT")}s.current=e}}),[e,f]),nu((()=>{if(t){const e=e=>{const n=au(a.current).includes(e.animationName);e.target===t&&n&&C((()=>f("ANIMATION_END")))},n=e=>{e.target===t&&(d.current=au(a.current))};return t.addEventListener("animationstart",n),t.addEventListener("animationcancel",e),t.addEventListener("animationend",e),()=>{t.removeEventListener("animationstart",n),t.removeEventListener("animationcancel",e),t.removeEventListener("animationend",e)}}f("ANIMATION_END")}),[t,f]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:i((e=>{e&&(a.current=getComputedStyle(e)),n(e)}),[])}}(t),s="function"==typeof n?n({present:a.isPresent}):v.only(n),d=Xc(a.ref,s.ref);return"function"==typeof n||a.isPresent?h(s,{ref:d}):null};function au(e){return(null==e?void 0:e.animationName)||"none"}ru.displayName="Presence";const lu=n(((e,t)=>{const{children:n,...r}=e,a=v.toArray(n),l=a.find(su);if(l){const e=l.props.children,n=a.map((t=>t===l?v.count(e)>1?v.only(null):w(e)?e.props.children:null:t));return u(ou,Uc({},r,{ref:t}),w(e)?h(e,void 0,n):null)}return u(ou,Uc({},r,{ref:t}),n)}));lu.displayName="Slot";const ou=n(((e,t)=>{const{children:n,...r}=e;return w(n)?h(n,{...du(r,n.props),ref:t?Yc(t,n.ref):n.ref}):v.count(n)>1?v.only(null):null}));ou.displayName="SlotClone";const iu=({children:e})=>u(d,null,e);function su(e){return w(e)&&e.type===iu}function du(e,t){const n={...t};for(const r in t){const a=e[r],l=t[r];/^on[A-Z]/.test(r)?a&&l?n[r]=(...e)=>{l(...e),a(...e)}:a&&(n[r]=a):"style"===r?n[r]={...a,...l}:"className"===r&&(n[r]=[a,l].filter(Boolean).join(" "))}return{...e,...n}}const cu=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((e,t)=>{const r=n(((e,n)=>{const{asChild:r,...a}=e,l=r?lu:t;return o((()=>{window[Symbol.for("radix-ui")]=!0}),[]),u(l,Uc({},a,{ref:n}))}));return r.displayName=`Primitive.${t}`,{...e,[t]:r}}),{});const uu="Checkbox",[fu,mu]=Kc(uu),[vu,hu]=fu(uu),gu=n(((e,t)=>{const{__scopeCheckbox:n,name:a,checked:i,defaultChecked:s,required:d,disabled:c,value:f="on",onCheckedChange:m,...v}=e,[h,g]=l(null),w=Xc(t,(e=>g(e))),p=r(!1),b=!h||Boolean(h.closest("form")),[E=!1,x]=tu({prop:i,defaultProp:s,onChange:m}),y=r(E);return o((()=>{const e=null==h?void 0:h.form;if(e){const t=()=>x(y.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}}),[h,x]),u(vu,{scope:n,state:E,disabled:c},u(cu.button,Uc({type:"button",role:"checkbox","aria-checked":pu(E)?"mixed":E,"aria-required":d,"data-state":bu(E),"data-disabled":c?"":void 0,disabled:c,value:f},v,{ref:w,onKeyDown:Jc(e.onKeyDown,(e=>{"Enter"===e.key&&e.preventDefault()})),onClick:Jc(e.onClick,(e=>{x((e=>!!pu(e)||!e)),b&&(p.current=e.isPropagationStopped(),p.current||e.stopPropagation())}))})),b&&u(wu,{control:h,bubbles:!p.current,name:a,value:f,checked:E,required:d,disabled:c,style:{transform:"translateX(-100%)"}}))})),wu=e=>{const{control:t,checked:n,bubbles:a=!0,...i}=e,d=r(null),c=function(e){const t=r({value:e,previous:e});return s((()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous)),[e])}(n),f=function(e){const[t,n]=l(void 0);return nu((()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const t=new ResizeObserver((t=>{if(!Array.isArray(t))return;if(!t.length)return;const r=t[0];let a,l;if("borderBoxSize"in r){const e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,l=t.blockSize}else a=e.offsetWidth,l=e.offsetHeight;n({width:a,height:l})}));return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)}),[e]),t}(t);return o((()=>{const e=d.current,t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:a});e.indeterminate=pu(n),r.call(e,!pu(n)&&n),e.dispatchEvent(t)}}),[c,n,a]),u("input",Uc({type:"checkbox","aria-hidden":!0,defaultChecked:!pu(n)&&n},i,{tabIndex:-1,ref:d,style:{...e.style,...f,position:"absolute",pointerEvents:"none",opacity:0,margin:0}}))};function pu(e){return"indeterminate"===e}function bu(e){return pu(e)?"indeterminate":e?"checked":"unchecked"}const Eu=gu,xu=n(((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...a}=e,l=hu("CheckboxIndicator",n);return u(ru,{present:r||pu(l.state)||!0===l.state},u(cu.span,Uc({"data-state":bu(l.state),"data-disabled":l.disabled?"":void 0},a,{ref:t,style:{pointerEvents:"none",...e.style}})))})),yu=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(Eu,Object.assign({ref:t,className:Zc("peer h-4 w-4 shrink-0 rounded-sm border border-primary-30 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:border-state-disable-solid",{"data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground":!r.disabled,"bg-grey2-300":r.checked&&r.disabled},n)},r,{children:p(xu,{className:Zc("flex items-center justify-center text-current"),children:p(ft,{className:"h-4 w-4"})})}))}));yu.displayName=Eu.displayName;const Mu=n(((e,t)=>u(cu.label,Uc({},e,{ref:t,onMouseDown:t=>{var n;null===(n=e.onMouseDown)||void 0===n||n.call(e,t),!t.defaultPrevented&&t.detail>1&&t.preventDefault()}})))),ku=x(["block duration-450 transition-all px-[2px] text-input-text peer-focus:text-input-text-active"],{variants:{size:{sm:"typography-small1",md:"typography-subtitile4",lg:"typography-subtitile1"},disabled:{true:"text-input-text-disabled ring-input-stroke-disabled placeholder:text-input-text-disabled peer-disabled:cursor-not-allowed"},error:{true:"ring-error"},isFloatable:{true:"absolute peer-focus:text-input-text-active peer-focus:bg-input-label-background",false:""}},compoundVariants:[{size:"sm",isFloatable:!0,className:["left-3 -top-1.5 typography-label2 bg-input-label-background","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-small1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label2"]},{size:"md",isFloatable:!0,className:["left-3 -top-1.5 typography-label1 bg-input-label-background","peer-placeholder-shown:top-2 peer-placeholder-shown:typography-subtitile4 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]},{size:"lg",isFloatable:!0,className:["left-4 -top-1.5 typography-label1 bg-input-label-background","peer-placeholder-shown:top-4 peer-placeholder-shown:typography-subtitile1 peer-placeholder-shown:bg-transparent","peer-focus:-top-1.5 peer-focus:typography-label1"]}],defaultVariants:{size:"md",disabled:!1,error:!1,isFloatable:!1}}),Cu=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(Mu,Object.assign({ref:t,className:Zc(ku({size:r.size,disabled:r.disabled,error:r.error,isFloatable:r.isFloatable}),n)},r))}));Cu.displayName=Mu.displayName;const Ru=x(["border-0 outline-none","p-1 flex w-auto h-fit box-border","peer text-input-filled-text placeholder:text-input-default-text bg-transparent caret-primary"],{variants:{size:{sm:"p-2 px-3 typography-small1",md:"py-2 px-3 typography-subtitile4",lg:"p-4 typography-subtitile1"},rounded:{none:"rounded-none",normal:"rounded-xl",full:"rounded-full"},variant:{flat:"",outline:["ring-1 ring-inset ring-input-default-stroke","hover:ring-input-active-stroke hover:text-input-filled-text","focus:ring-1 focus:ring-inset focus:ring-input-active-stroke focus:text-input-filled-text active:text-input-filled-text"],underline:"border-b-2 border-input-default-stroke transition-colors hover:border-input-active-stroke focus:border-input-default-stroke"},hiddenPlaceholder:{true:"placeholder:text-transparent"},fullwidth:{true:"w-full"},disabled:{true:["text-input-disable-text ring-input-disable-stroke bg-input-disable-bg placeholder:text-input-disable-text","hover:text-input-disable-text hover:ring-input-disable-stroke hover:bg-input-disable-bg hover:placeholder:text-input-disable-text","active:text-input-disable-text active:ring-input-disable-stroke active:bg-input-disable-bg active:placeholder:text-input-disable-text"]},error:{true:"ring-input-error focus:ring-input-error"}},defaultVariants:{size:"md",variant:"outline",rounded:"normal",fullwidth:!1,disabled:!1,error:!1,hiddenPlaceholder:!0}}),Iu=n(((e,t)=>{var{className:n,type:r="text",size:a="md",variant:l="outline",fullwidth:o=!1,disabled:i=!1,error:s=!1,required:d=!1,hiddenPlaceholder:c=!1}=e,u=Rc(e,["className","type","size","variant","fullwidth","disabled","error","required","hiddenPlaceholder"]);return p("input",Object.assign({type:r,className:Zc(Ru({size:a,variant:l,fullwidth:o,error:s,hiddenPlaceholder:c,disabled:i}),n),ref:t,disabled:i},u))}));Iu.displayName="Input";const Lu=({children:e,className:t,center:n,leftNav:r,rightNav:a,position:l,container:o=!1})=>p("header",{className:Zc("w-full px-4 py-6 h-[var(--navbar-height)] box-border overflow-hidden typography-subtitile2 border-solid border-b-2 bg-[rgb(var(--navbar-bg-color))] text-[rgb(var(--navbar-text-color))] border-b-[rgb(var(--navbar-border-color))]",{position:l},t),children:p("div",{className:Zc("mx-auto flex h-full justify-between items-center",{container:o}),children:e||b(E,{children:[p("nav",{className:"flex w-1/2 gap-x-[var(--navbar-gap)] text-xl",children:r}),p("div",{className:"flex flex-shrink-0 flex-wrap justify-center",children:n}),p("nav",{className:"flex w-1/2 justify-end gap-x-[var(--navbar-gap)] text-xl",children:a})]})})}),Au=x(["box-border flex items-center justify-center"],{variants:{variant:{solid:["bg-action-button-solid-default border-action-button-solid-default text-action-button-solid-default fill-action-button-solid-default","hover:bg-action-button-solid-hover hover:border-action-button-solid-hover hover:text-action-button-solid-hover hover:fill-action-button-solid-hover","active:bg-action-button-solid-pressed active:border-action-button-solid-pressed active:text-action-button-solid-pressed active:fill-action-button-solid-pressed"],outline:["border","bg-action-button-outline-default border-action-button-outline-default text-action-button-outline-default fill-action-button-outline-default","hover:bg-action-button-outline-hover hover:border-action-button-outline-hover hover:text-action-button-outline-hover hover:fill-action-button-outline-hover","active:bg-action-button-outline-pressed active:border-action-button-outline-pressed active:text-action-button-outline-pressed active:fill-action-button-outline-pressed"],icon:["rounded-full","bg-action-button-icon-default border-action-button-icon-default text-action-button-icon-default fill-action-button-icon-default","hover:bg-action-button-icon-hover hover:border-action-button-icon-hover hover:text-action-button-icon-hover hover:fill-action-button-icon-hover","active:bg-action-button-icon-pressed active:border-action-button-icon-pressed active:text-action-button-icon-pressed active:fill-action-button-icon-pressed"]},size:{xs:"",sm:"",md:"",lg:""},disabled:{false:""},active:{false:""}},compoundVariants:[{variant:"solid",active:!0,className:["bg-action-button-solid-active border-action-button-solid-active text-action-button-solid-active fill-action-button-solid-active","hover:bg-action-button-solid-active-hover hover:border-action-button-solid-active-hover hover:text-action-button-solid-active-hover hover:fill-action-button-solid-active-hover","active:bg-action-button-solid-active-pressed active:border-action-button-solid-active-pressed active:text-action-button-solid-active-pressed active:fill-action-button-solid-active-pressed"]},{variant:"outline",active:!0,className:["bg-action-button-outline-active border-action-button-outline-active text-action-button-outline-active fill-action-button-outline-active","hover:bg-action-button-outline-active-hover hover:border-action-button-outline-active-hover hover:text-action-button-outline-active-hover hover:fill-action-button-outline-active-hover","active:bg-action-button-outline-active-pressed active:border-action-button-outline-active-pressed active:text-action-button-outline-active-pressed active:fill-action-button-outline-active-pressed"]},{variant:"icon",active:!0,className:["bg-action-button-icon-active border-action-button-icon-active text-action-button-icon-active fill-action-button-icon-active","hover:bg-action-button-icon-active-hover hover:border-action-button-icon-active-hover hover:text-action-button-icon-active-hover hover:fill-action-button-icon-active-hover","active:bg-action-button-icon-active-pressed active:border-action-button-icon-active-pressed active:text-action-button-icon-active-pressed active:fill-action-button-icon-active-pressed"]},{size:"lg",variant:["solid","outline"],className:"px-lg py-md [&_svg]:size-[32px] rounded-md"},{size:"md",variant:["solid","outline"],className:"px-md py-sm [&_svg]:size-[22px] rounded-md"},{size:"sm",variant:["solid","outline"],className:"px-sm py-xs [&_svg]:size-[22px] rounded-sm"},{size:"xs",variant:["solid","outline"],className:"px-xs py-xxs [&_svg]:size-[14px] rounded-xs"},{size:"lg",variant:"icon",className:"px-lg py-lg [&_svg]:size-[32px] rounded-full"},{size:"md",variant:"icon",className:"px-md py-md [&_svg]:size-[22px] rounded-full"},{size:"sm",variant:"icon",className:"px-xs py-xs [&_svg]:size-[22px] rounded-full"},{size:"xs",variant:"icon",className:"px-xxs py-xxs [&_svg]:size-[14px] rounded-full"},{variant:"solid",disabled:!0,className:["pointer-events-none","bg-action-button-solid-disabled border-action-button-solid-disabled text-action-button-solid-disabled fill-action-button-solid-disabled"]},{variant:"outline",disabled:!0,className:["pointer-events-none","bg-action-button-outline-disabled border-action-button-outline-disabled text-action-button-outline-disabled fill-action-button-outline-disabled"]},{variant:"icon",disabled:!0,className:["pointer-events-none","bg-action-button-icon-disabled border-action-button-icon-disabled text-action-button-icon-disabled fill-action-button-icon-disabled"]}],defaultVariants:{size:"md",variant:"solid",disabled:!1,active:!1}}),Zu=n(((e,t)=>{var{children:n,disabled:r,active:a,className:l,size:o,variant:i}=e,s=Rc(e,["children","disabled","active","className","size","variant"]);const d=Au({size:o,variant:i,active:a,disabled:r});return p("button",Object.assign({},s,{ref:t,type:"button","aria-disabled":r||void 0,disabled:r,tabIndex:r?-1:0,className:Zc(".action-button",d,l),children:n}))}));function Ou(...t){const n=t[0];if(1===t.length)return n;const r=()=>{const r=t.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(t){const a=r.reduce(((e,{useScope:n,scopeName:r})=>({...e,...n(t)[`__scope${r}`]})),{});return e.useMemo((()=>({[`__scope${n.scopeName}`]:a})),[a])}};return r.scopeName=n.scopeName,r}var ju=Boolean(globalThis?.document)?e.useLayoutEffect:()=>{};function Su(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}var Bu=e.forwardRef(((t,n)=>{const{children:r,...a}=t,l=e.Children.toArray(r),o=l.find(Nu);if(o){const t=o.props.children,r=l.map((n=>n===o?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:n));return p(Vu,{...a,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,r):null})}return p(Vu,{...a,ref:n,children:r})}));Bu.displayName="Slot";var Vu=e.forwardRef(((t,n)=>{const{children:r,...a}=t;if(e.isValidElement(r)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;if(n)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n)return e.props.ref;return e.props.ref||e.ref}(r);return e.cloneElement(r,{...Du(a,r.props),ref:n?Su(n,t):t})}return e.Children.count(r)>1?e.Children.only(null):null}));Vu.displayName="SlotClone";var Hu=({children:e})=>p(E,{children:e});function Nu(t){return e.isValidElement(t)&&t.type===Hu}function Du(e,t){const n={...t};for(const r in t){const a=e[r],l=t[r];/^on[A-Z]/.test(r)?a&&l?n[r]=(...e)=>{l(...e),a(...e)}:a&&(n[r]=a):"style"===r?n[r]={...a,...l}:"className"===r&&(n[r]=[a,l].filter(Boolean).join(" "))}return{...e,...n}}var Pu=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,n)=>{const r=e.forwardRef(((e,t)=>{const{asChild:r,...a}=e,l=r?Bu:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),p(l,{...a,ref:t})}));return r.displayName=`Primitive.${n}`,{...t,[n]:r}}),{}),Wu="Avatar",[Fu,_u]=function(t,n=[]){let r=[];const a=()=>{const n=r.map((t=>e.createContext(t)));return function(r){const a=r?.[t]||n;return e.useMemo((()=>({[`__scope${t}`]:{...r,[t]:a}})),[r,a])}};return a.scopeName=t,[function(n,a){const l=e.createContext(a),o=r.length;function i(n){const{scope:r,children:a,...i}=n,s=r?.[t][o]||l,d=e.useMemo((()=>i),Object.values(i));return p(s.Provider,{value:d,children:a})}return r=[...r,a],i.displayName=n+"Provider",[i,function(r,i){const s=i?.[t][o]||l,d=e.useContext(s);if(d)return d;if(void 0!==a)return a;throw new Error(`\`${r}\` must be used within \`${n}\``)}]},Ou(a,...n)]}(Wu),[Tu,zu]=Fu(Wu),Gu=e.forwardRef(((t,n)=>{const{__scopeAvatar:r,...a}=t,[l,o]=e.useState("idle");return p(Tu,{scope:r,imageLoadingStatus:l,onImageLoadingStatusChange:o,children:p(Pu.span,{...a,ref:n})})}));Gu.displayName=Wu;var $u="AvatarImage",qu=e.forwardRef(((t,n)=>{const{__scopeAvatar:r,src:a,onLoadingStatusChange:l=(()=>{}),...o}=t,i=zu($u,r),s=function(t){const[n,r]=e.useState("idle");return ju((()=>{if(!t)return void r("error");let e=!0;const n=new window.Image,a=t=>()=>{e&&r(t)};return r("loading"),n.onload=a("loaded"),n.onerror=a("error"),n.src=t,()=>{e=!1}}),[t]),n}(a),d=function(t){const n=e.useRef(t);return e.useEffect((()=>{n.current=t})),e.useMemo((()=>(...e)=>n.current?.(...e)),[])}((e=>{l(e),i.onImageLoadingStatusChange(e)}));return ju((()=>{"idle"!==s&&d(s)}),[s,d]),"loaded"===s?p(Pu.img,{...o,ref:n,src:a}):null}));qu.displayName=$u;var Uu="AvatarFallback",Yu=e.forwardRef(((t,n)=>{const{__scopeAvatar:r,delayMs:a,...l}=t,o=zu(Uu,r),[i,s]=e.useState(void 0===a);return e.useEffect((()=>{if(void 0!==a){const e=window.setTimeout((()=>s(!0)),a);return()=>window.clearTimeout(e)}}),[a]),i&&"loaded"!==o.imageLoadingStatus?p(Pu.span,{...l,ref:n}):null}));Yu.displayName=Uu;var Xu=Gu,Ku=qu,Qu=Yu;const Ju=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(Xu,Object.assign({ref:t,className:Zc("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full",n)},r))}));Ju.displayName=Xu.displayName;const ef=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(Ku,Object.assign({ref:t,className:Zc("aspect-square h-full w-full",n)},r))}));ef.displayName=Ku.displayName;const tf=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(Qu,Object.assign({ref:t,className:Zc("flex h-full w-full items-center justify-center rounded-full bg-muted",n)},r))}));tf.displayName=Qu.displayName;const nf=x(["flex items-center justify-center bg-grey2-700 text-foreground typography-subtitile2 truncate"],{variants:{size:{xxs:"w-[24px] h-[24px] typography-subtitile3",xs:"w-[32px] h-[32px]",sm:"w-[40px] h-[40px]",md:"w-[48px] h-[48px]",lg:"w-[64px] h-[64px]"},rounded:{normal:"rounded",full:"rounded-full",none:"rounded-none"}},defaultVariants:{size:"md",rounded:"normal"}}),rf=e=>{var t,n,r;if(!e.length)return"-";const a=e.split(" ");return`${null==e?void 0:e.charAt(0)}${null!==(r=null!==(n=null===(t=null==a?void 0:a[1])||void 0===t?void 0:t.charAt(0))&&void 0!==n?n:null==e?void 0:e.charAt(1))&&void 0!==r?r:""}`},af=({text:e,imageUrl:t,icon:n,fallback:r,size:a,rounded:l,className:o,imageClassName:i,fallbackClassName:s,type:d="text",children:c,style:u})=>{const f=nf({size:a,rounded:l});return p(Ju,{className:Zc(f,o),style:u,children:c||b(E,{children:["image"===d&&b(E,{children:[p(ef,{src:t,className:Zc(i)}),p(tf,{className:Zc(s),children:"string"==typeof r?rf(r):r})]}),"text"===d&&rf(null!=e?e:""),"icon"===d&&n]})})},lf=({borderWidth:e=2,borderColor:t="white",maxDisplay:n=4,children:r,remainingText:a,remainingAvatar:l})=>{const o=v.toArray(r),i=o.slice(0,n),s=Math.max(0,o.length-n),d=l||h(i[0],{style:{borderWidth:e,borderColor:t},className:"relative z-0",children:a||`+${s}`});return b("div",{className:"flex items-center -space-x-2",children:[i.map(((n,r)=>p("div",{className:"relative",style:{zIndex:o.length-r},children:h(n,{style:{borderWidth:e,borderColor:t}})},r))),s>0&&d]})},of=c(void 0),sf=()=>{const e=f(of);if(!e)throw new Error("useCollapsible must be used within a CollapsibleProvider");return e},df=({size:e,children:t,isExpandControlled:n,onToggle:r})=>{const[a,i]=l(!1);return o((()=>{void 0!==n&&i(n)}),[n]),p(of.Provider,{value:{size:e,isExpand:a,toggle:()=>{i((e=>!e)),r&&r(!a)},setIsExpand:i},children:t})},cf=x(["flex flex-1 bg-secondary-default hover:bg-secondary-hover text-secondary-foreground","focus:outline-none focus-visible:ring focus-visible:ring-gray-500 focus-visible:ring-opacity-75"],{variants:{size:{sm:"py-2 px-3",md:"py-3 px-4",lg:"py-4 px-5"}},defaultVariants:{size:"md"}}),uf=x(["transition-all flex content-center justify-center "],{variants:{size:{sm:"size-5",md:"size-6",lg:"size-7"},isExpand:{true:"rotate-180"}},defaultVariants:{size:"md",isExpand:!1}}),ff=x(["flex flex-1 border-t border-t-secondary","transition ease-in-out delay-150 duration-300"],{variants:{size:{sm:"py-2 px-3",md:"py-3 px-4",lg:"py-4 px-5"}},defaultVariants:{size:"md"}}),mf=x(["flex flex-col border border-secondary rounded overflow-hidden"]),vf=n((({children:e,className:t,hideExpandIcon:n=!1},r)=>{const{toggle:a,isExpand:l,size:o}=sf(),i=cf({size:o}),s=uf({isExpand:l,size:o});return b("button",{onClick:a,className:Zc(i,t),ref:r,children:[p("span",{className:"flex flex-1",children:e}),!n&&p("span",{className:Zc(s),children:p(wt,{className:Zc("size-full")})})]})}));vf.displayName="CollapsibleButton";const hf=n((({children:e,className:t},n)=>{const{isExpand:a,size:i}=sf(),s=ff({size:i}),[d,c]=l("0px"),u=r(null);return o((()=>{u.current&&c(a?`${u.current.scrollHeight}px`:"0px")}),[a,e]),p("div",{ref:n,className:Zc("overflow-hidden transition-all ease-in-out"),style:{height:d},children:p("div",{ref:u,className:Zc(s,t),children:e})})}));hf.displayName="CollapsiblePanel";const gf=n((({children:e,isExpand:t,size:n,className:r,onToggle:a},l)=>{const o=mf();return p(df,{size:n,isExpandControlled:t,onToggle:a,children:p("div",{ref:l,className:Zc(o,r),children:e})})}));var wf,pf,bf;gf.displayName="Collapsible",gf.Button=vf,gf.Panel=hf,function(e){e.ButtonPrevious="button_previous",e.ButtonNext="button_next",e.Root="root",e.Chevron="chevron",e.Day="day",e.DayButton="day_button",e.CaptionLabel="caption_label",e.Dropdowns="dropdowns",e.Dropdown="dropdown",e.DropdownRoot="dropdown_root",e.Footer="footer",e.MonthGrid="month_grid",e.MonthCaption="month_caption",e.MonthsDropdown="months_dropdown",e.Month="month",e.Months="months",e.Nav="nav",e.Week="week",e.Weeks="weeks",e.Weekday="weekday",e.Weekdays="weekdays",e.WeekNumber="week_number",e.WeekNumberHeader="week_number_header",e.YearsDropdown="years_dropdown"}(wf||(wf={})),function(e){e.disabled="disabled",e.hidden="hidden",e.outside="outside",e.focused="focused",e.today="today"}(pf||(pf={})),function(e){e.range_end="range_end",e.range_middle="range_middle",e.range_start="range_start",e.selected="selected"}(bf||(bf={}));var Ef=Object.freeze({__proto__:null,Button:function(e){return t.createElement("button",{...e})},CaptionLabel:function(e){return t.createElement("span",{...e})},Chevron:function(e){const{size:n=24,orientation:r="left",className:a}=e;return t.createElement("svg",{className:a,width:n,height:n,viewBox:"0 0 24 24"},"up"===r&&t.createElement("polygon",{points:"6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28"}),"down"===r&&t.createElement("polygon",{points:"6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72"}),"left"===r&&t.createElement("polygon",{points:"16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20"}),"right"===r&&t.createElement("polygon",{points:"8 18.612 14.1888889 12.5 8 6.37733333 9.91111111 4.5 18 12.5 9.91111111 20.5"}))},Day:function(e){const{day:n,modifiers:r,...a}=e;return t.createElement("td",{...a})},DayButton:function(e){const{day:n,modifiers:r,...a}=e,l=t.useRef(null);return t.useEffect((()=>{r.focused&&l.current?.focus()}),[r.focused]),t.createElement("button",{ref:l,...a})},Dropdown:function(e){const{options:n,className:r,components:a,classNames:l,...o}=e,i=[l[wf.Dropdown],r].join(" "),s=n?.find((({value:e})=>e===o.value));return t.createElement("span",{"data-disabled":o.disabled,className:l[wf.DropdownRoot]},t.createElement(a.Select,{className:i,...o},n?.map((({value:e,label:n,disabled:r})=>t.createElement(a.Option,{key:e,value:e,disabled:r},n)))),t.createElement("span",{className:l[wf.CaptionLabel],"aria-hidden":!0},s?.label,t.createElement(a.Chevron,{orientation:"down",size:18,className:l[wf.Chevron]})))},DropdownNav:function(e){return t.createElement("div",{...e})},Footer:function(e){return t.createElement("div",{...e})},Month:function(e){const{calendarMonth:n,displayIndex:r,...a}=e;return t.createElement("div",{...a},e.children)},MonthCaption:function(e){const{calendarMonth:n,displayIndex:r,...a}=e;return t.createElement("div",{...a})},MonthGrid:function(e){return t.createElement("table",{...e})},Months:function(e){return t.createElement("div",{...e})},Nav:function(e){return t.createElement("nav",{...e})},Option:function(e){return t.createElement("option",{...e})},Root:function(e){return t.createElement("div",{...e})},Select:function(e){return t.createElement("select",{...e})},Week:function(e){const{week:n,...r}=e;return t.createElement("tr",{...r})},WeekNumber:function(e){const{week:n,...r}=e;return t.createElement("td",{...r})},WeekNumberHeader:function(e){return t.createElement("th",{...e})},Weekday:function(e){return t.createElement("th",{...e})},Weekdays:function(e){return t.createElement("thead",null,t.createElement("tr",{...e}))},Weeks:function(e){return t.createElement("tbody",{...e})}});function xf(e){return{...Ef,...e}}function yf(e){const t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new e.constructor(+e):"number"==typeof e||"[object Number]"===t||"string"==typeof e||"[object String]"===t?new Date(e):new Date(NaN)}function Mf(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}function kf(e,t){const n=yf(e);return isNaN(t)?Mf(e,NaN):t?(n.setDate(n.getDate()+t),n):n}function Cf(e,t){const n=yf(e);if(isNaN(t))return Mf(e,NaN);if(!t)return n;const r=n.getDate(),a=Mf(e,n.getTime());a.setMonth(n.getMonth()+t+1,0);return r>=a.getDate()?a:(n.setFullYear(a.getFullYear(),a.getMonth(),r),n)}const Rf=6048e5,If=864e5;function Lf(e){const t=yf(e);return t.setHours(0,0,0,0),t}function Af(e){const t=yf(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function Zf(e,t){const n=Lf(e),r=Lf(t),a=+n-Af(n),l=+r-Af(r);return Math.round((a-l)/If)}let Of={};function jf(){return Of}function Sf(e,t){const n=jf(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=yf(e),l=a.getDay(),o=6+(l<r?-7:0)-(l-r);return a.setDate(a.getDate()+o),a.setHours(23,59,59,999),a}const Bf={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function Vf(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const Hf={date:Vf({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:Vf({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:Vf({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},Nf={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function Df(e){return(t,n)=>{let r;if("formatting"===(n?.context?String(n.context):"standalone")&&e.formattingValues){const t=e.defaultFormattingWidth||e.defaultWidth,a=n?.width?String(n.width):t;r=e.formattingValues[a]||e.formattingValues[t]}else{const t=e.defaultWidth,a=n?.width?String(n.width):e.defaultWidth;r=e.values[a]||e.values[t]}return r[e.argumentCallback?e.argumentCallback(t):t]}}const Pf={ordinalNumber:(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:Df({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:Df({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:Df({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:Df({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:Df({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};function Wf(e){return(t,n={})=>{const r=n.width,a=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],l=t.match(a);if(!l)return null;const o=l[0],i=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],s=Array.isArray(i)?function(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n;return}(i,(e=>e.test(o))):function(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n;return}(i,(e=>e.test(o)));let d;d=e.valueCallback?e.valueCallback(s):s,d=n.valueCallback?n.valueCallback(d):d;return{value:d,rest:t.slice(o.length)}}}const Ff={ordinalNumber:(_f={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)},(e,t={})=>{const n=e.match(_f.matchPattern);if(!n)return null;const r=n[0],a=e.match(_f.parsePattern);if(!a)return null;let l=_f.valueCallback?_f.valueCallback(a[0]):a[0];return l=t.valueCallback?t.valueCallback(l):l,{value:l,rest:e.slice(r.length)}}),era:Wf({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:Wf({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:Wf({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:Wf({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:Wf({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};var _f;const Tf={code:"en-US",formatDistance:(e,t,n)=>{let r;const a=Bf[e];return r="string"==typeof a?a:1===t?a.one:a.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r},formatLong:Hf,formatRelative:(e,t,n,r)=>Nf[e],localize:Pf,match:Ff,options:{weekStartsOn:0,firstWeekContainsDate:1}};function zf(e){const t=yf(e),n=Mf(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}function Gf(e,t){const n=jf(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,a=yf(e),l=a.getDay(),o=(l<r?7:0)+l-r;return a.setDate(a.getDate()-o),a.setHours(0,0,0,0),a}function $f(e){return Gf(e,{weekStartsOn:1})}function qf(e){const t=yf(e),n=t.getFullYear(),r=Mf(e,0);r.setFullYear(n+1,0,4),r.setHours(0,0,0,0);const a=$f(r),l=Mf(e,0);l.setFullYear(n,0,4),l.setHours(0,0,0,0);const o=$f(l);return t.getTime()>=a.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function Uf(e){const t=yf(e),n=+$f(t)-+function(e){const t=qf(e),n=Mf(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),$f(n)}(t);return Math.round(n/Rf)+1}function Yf(e,t){const n=yf(e),r=n.getFullYear(),a=jf(),l=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??a.firstWeekContainsDate??a.locale?.options?.firstWeekContainsDate??1,o=Mf(e,0);o.setFullYear(r+1,0,l),o.setHours(0,0,0,0);const i=Gf(o,t),s=Mf(e,0);s.setFullYear(r,0,l),s.setHours(0,0,0,0);const d=Gf(s,t);return n.getTime()>=i.getTime()?r+1:n.getTime()>=d.getTime()?r:r-1}function Xf(e,t){const n=yf(e),r=+Gf(n,t)-+function(e,t){const n=jf(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,a=Yf(e,t),l=Mf(e,0);return l.setFullYear(a,0,r),l.setHours(0,0,0,0),Gf(l,t)}(n,t);return Math.round(r/Rf)+1}function Kf(e,t){return(e<0?"-":"")+Math.abs(e).toString().padStart(t,"0")}const Qf={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return Kf("yy"===t?r%100:r,t.length)},M(e,t){const n=e.getMonth();return"M"===t?String(n+1):Kf(n+1,2)},d:(e,t)=>Kf(e.getDate(),t.length),a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:(e,t)=>Kf(e.getHours()%12||12,t.length),H:(e,t)=>Kf(e.getHours(),t.length),m:(e,t)=>Kf(e.getMinutes(),t.length),s:(e,t)=>Kf(e.getSeconds(),t.length),S(e,t){const n=t.length,r=e.getMilliseconds();return Kf(Math.trunc(r*Math.pow(10,n-3)),t.length)}},Jf="midnight",em="noon",tm="morning",nm="afternoon",rm="evening",am="night",lm={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){const t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:"year"})}return Qf.y(e,t)},Y:function(e,t,n,r){const a=Yf(e,r),l=a>0?a:1-a;if("YY"===t){return Kf(l%100,2)}return"Yo"===t?n.ordinalNumber(l,{unit:"year"}):Kf(l,t.length)},R:function(e,t){return Kf(qf(e),t.length)},u:function(e,t){return Kf(e.getFullYear(),t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Kf(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Kf(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return Qf.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return Kf(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const a=Xf(e,r);return"wo"===t?n.ordinalNumber(a,{unit:"week"}):Kf(a,t.length)},I:function(e,t,n){const r=Uf(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):Kf(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getDate(),{unit:"date"}):Qf.d(e,t)},D:function(e,t,n){const r=function(e){const t=yf(e);return Zf(t,zf(t))+1}(e);return"Do"===t?n.ordinalNumber(r,{unit:"dayOfYear"}):Kf(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const a=e.getDay(),l=(a-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(l);case"ee":return Kf(l,2);case"eo":return n.ordinalNumber(l,{unit:"day"});case"eee":return n.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(a,{width:"short",context:"formatting"});default:return n.day(a,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const a=e.getDay(),l=(a-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(l);case"cc":return Kf(l,t.length);case"co":return n.ordinalNumber(l,{unit:"day"});case"ccc":return n.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(a,{width:"narrow",context:"standalone"});case"cccccc":return n.day(a,{width:"short",context:"standalone"});default:return n.day(a,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),a=0===r?7:r;switch(t){case"i":return String(a);case"ii":return Kf(a,t.length);case"io":return n.ordinalNumber(a,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let a;switch(a=12===r?em:0===r?Jf:r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(a,{width:"narrow",context:"formatting"});default:return n.dayPeriod(a,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let a;switch(a=r>=17?rm:r>=12?nm:r>=4?tm:am,t){case"B":case"BB":case"BBB":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(a,{width:"narrow",context:"formatting"});default:return n.dayPeriod(a,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),n.ordinalNumber(t,{unit:"hour"})}return Qf.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getHours(),{unit:"hour"}):Qf.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):Kf(r,t.length)},k:function(e,t,n){let r=e.getHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):Kf(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):Qf.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getSeconds(),{unit:"second"}):Qf.s(e,t)},S:function(e,t){return Qf.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(0===r)return"Z";switch(t){case"X":return im(r);case"XXXX":case"XX":return sm(r);default:return sm(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return im(r);case"xxxx":case"xx":return sm(r);default:return sm(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+om(r,":");default:return"GMT"+sm(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+om(r,":");default:return"GMT"+sm(r,":")}},t:function(e,t,n){return Kf(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return Kf(e.getTime(),t.length)}};function om(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),a=Math.trunc(r/60),l=r%60;return 0===l?n+String(a):n+String(a)+t+Kf(l,2)}function im(e,t){if(e%60==0){return(e>0?"-":"+")+Kf(Math.abs(e)/60,2)}return sm(e,t)}function sm(e,t=""){const n=e>0?"-":"+",r=Math.abs(e);return n+Kf(Math.trunc(r/60),2)+t+Kf(r%60,2)}const dm=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},cm=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},um={p:cm,P:(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],a=n[2];if(!a)return dm(e,t);let l;switch(r){case"P":l=t.dateTime({width:"short"});break;case"PP":l=t.dateTime({width:"medium"});break;case"PPP":l=t.dateTime({width:"long"});break;default:l=t.dateTime({width:"full"})}return l.replace("{{date}}",dm(r,t)).replace("{{time}}",cm(a,t))}},fm=/^D+$/,mm=/^Y+$/,vm=["D","DD","YY","YYYY"];function hm(e){return e instanceof Date||"object"==typeof e&&"[object Date]"===Object.prototype.toString.call(e)}const gm=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,wm=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,pm=/^'([^]*?)'?$/,bm=/''/g,Em=/[a-zA-Z]/;function xm(e,t,n){const r=jf(),a=n?.locale??r.locale??Tf,l=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,i=yf(e);if(!function(e){if(!hm(e)&&"number"!=typeof e)return!1;const t=yf(e);return!isNaN(Number(t))}(i))throw new RangeError("Invalid time value");let s=t.match(wm).map((e=>{const t=e[0];if("p"===t||"P"===t){return(0,um[t])(e,a.formatLong)}return e})).join("").match(gm).map((e=>{if("''"===e)return{isToken:!1,value:"'"};const t=e[0];if("'"===t)return{isToken:!1,value:ym(e)};if(lm[t])return{isToken:!0,value:e};if(t.match(Em))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}}));a.localize.preprocessor&&(s=a.localize.preprocessor(i,s));const d={firstWeekContainsDate:l,weekStartsOn:o,locale:a};return s.map((r=>{if(!r.isToken)return r.value;const l=r.value;(!n?.useAdditionalWeekYearTokens&&function(e){return mm.test(e)}(l)||!n?.useAdditionalDayOfYearTokens&&function(e){return fm.test(e)}(l))&&function(e,t,n){const r=function(e,t,n){const r="Y"===e[0]?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(e,t,n);if(console.warn(r),vm.includes(e))throw new RangeError(r)}(l,t,String(e));return(0,lm[l[0]])(i,l,a.localize,d)})).join("")}function ym(e){const t=e.match(pm);return t?t[1].replace(bm,"'"):e}const Mm={Date:Date,addDays:kf,addMonths:Cf,addWeeks:function(e,t){return kf(e,7*t)},addYears:function(e,t){return Cf(e,12*t)},differenceInCalendarDays:Zf,differenceInCalendarMonths:function(e,t){const n=yf(e),r=yf(t);return 12*(n.getFullYear()-r.getFullYear())+(n.getMonth()-r.getMonth())},endOfISOWeek:function(e){return Sf(e,{weekStartsOn:1})},endOfMonth:function(e){const t=yf(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t},endOfWeek:Sf,endOfYear:function(e){const t=yf(e),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(23,59,59,999),t},format:xm,getISOWeek:Uf,getWeek:Xf,isAfter:function(e,t){const n=yf(e),r=yf(t);return n.getTime()>r.getTime()},isBefore:function(e,t){return+yf(e)<+yf(t)},isDate:hm,isSameDay:function(e,t){return+Lf(e)==+Lf(t)},isSameMonth:function(e,t){const n=yf(e),r=yf(t);return n.getFullYear()===r.getFullYear()&&n.getMonth()===r.getMonth()},isSameYear:function(e,t){const n=yf(e),r=yf(t);return n.getFullYear()===r.getFullYear()},max:function(e){let t;return e.forEach((function(e){const n=yf(e);(void 0===t||t<n||isNaN(Number(n)))&&(t=n)})),t||new Date(NaN)},min:function(e){let t;return e.forEach((e=>{const n=yf(e);(!t||t>n||isNaN(+n))&&(t=n)})),t||new Date(NaN)},setMonth:function(e,t){const n=yf(e),r=n.getFullYear(),a=n.getDate(),l=Mf(e,0);l.setFullYear(r,t,15),l.setHours(0,0,0,0);const o=function(e){const t=yf(e),n=t.getFullYear(),r=t.getMonth(),a=Mf(e,0);return a.setFullYear(n,r+1,0),a.setHours(0,0,0,0),a.getDate()}(l);return n.setMonth(t,Math.min(a,o)),n},setYear:function(e,t){const n=yf(e);return isNaN(+n)?Mf(e,NaN):(n.setFullYear(t),n)},startOfDay:Lf,startOfISOWeek:$f,startOfMonth:function(e){const t=yf(e);return t.setDate(1),t.setHours(0,0,0,0),t},startOfWeek:Gf,startOfYear:zf};function km(e){return{...Mm,...e}}function Cm(){const e={};for(const t in wf)e[wf[t]]=`rdp-${wf[t]}`;for(const t in pf)e[pf[t]]=`rdp-${pf[t]}`;for(const t in bf)e[bf[t]]=`rdp-${bf[t]}`;return e}function Rm(e,t,n=Mm){return n.format(e,"LLLL y",t)}const Im=Rm;function Lm(e){return e.toString()}const Am=Lm;var Zm=Object.freeze({__proto__:null,formatCaption:Rm,formatDay:function(e,t,n=Mm){return n.format(e,"d",t)},formatMonthCaption:Im,formatMonthDropdown:function(e,t=Tf){return t.localize?.month(e)},formatWeekNumber:function(e){return e<10?`0${e.toLocaleString()}`:`${e.toLocaleString()}`},formatWeekNumberHeader:function(){return""},formatWeekdayName:function(e,t,n=Mm){return n.format(e,"cccccc",t)},formatYearCaption:Am,formatYearDropdown:Lm});function Om(e,t,n,r=Mm){const a=n?r.startOfISOWeek(new r.Date):r.startOfWeek(new r.Date,{locale:e,weekStartsOn:t}),l=[];for(let e=0;e<7;e++){const t=r.addDays(a,e);l.push(t)}return l}function jm(e,t,n=Mm){return n.format(e,"LLLL y",t)}const Sm=jm;function Bm(e,t,n,r=Mm){let a=r.format(e,"PPPP",n);return t.today&&(a=`Today, ${a}`),t.selected&&(a=`${a}, selected`),a}const Vm=Bm;var Hm=Object.freeze({__proto__:null,labelCaption:Sm,labelDay:Vm,labelDayButton:Bm,labelGrid:jm,labelGridcell:function(e,t,n,r=Mm){let a=r.format(e,"PPPP",n);return t?.today&&(a=`Today, ${a}`),a},labelMonthDropdown:function(e){return"Choose the Month"},labelNav:function(){return""},labelNext:function(e,t){return"Go to the Next Month"},labelPrevious:function(e,t){return"Go to the Previous Month"},labelWeekNumber:function(e,t){return`Week ${e}`},labelWeekNumberHeader:function(e){return"Week Number"},labelWeekday:function(e,t,n=Mm){return n.format(e,"cccc",t)},labelYearDropdown:function(e){return"Choose the Year"}});const Nm=42;function Dm(e,t){const{month:n,defaultMonth:r,today:a=new t.Date,numberOfMonths:l=1,endMonth:o,startMonth:i}=e;let s=n||r||a;const{differenceInCalendarMonths:d,addMonths:c,startOfMonth:u}=t;if(o&&d(o,s)<0){s=c(o,-1*(l-1))}return i&&d(s,i)<0&&(s=i),u(s)}class Pm{constructor(e,t,n=Mm){this.date=e,this.displayMonth=t,this.outside=Boolean(t&&!n.isSameMonth(e,t)),this.dateLib=n}isEqualTo(e){return this.dateLib.isSameDay(e.date,this.date)&&this.dateLib.isSameMonth(e.displayMonth,this.displayMonth)}}class Wm{constructor(e,t){this.date=e,this.weeks=t}}class Fm{constructor(e,t){this.days=t,this.weekNumber=e}}function _m(e,t){const{fromYear:n,toYear:r,startMonth:a,endMonth:i,today:s,numberOfMonths:d,month:c,defaultMonth:u}=e,[f,m]=function(e,t){let{startMonth:n,endMonth:r}=e;const{startOfYear:a,startOfDay:l,startOfMonth:o,endOfMonth:i,addYears:s,endOfYear:d,Date:c}=t,{fromYear:u,toYear:f,fromMonth:m,toMonth:v}=e;!n&&m&&(n=m),!n&&u&&(n=new c(u,0,1)),!r&&v&&(r=v),!r&&f&&(r=new c(f,11,31));const h=e.captionLayout?.startsWith("dropdown");return n?n=o(n):u?n=new c(u,0,1):!n&&h&&(n=a(s(e.today??new c,-100))),r?r=i(r):f?r=new c(f,11,31):!r&&h&&(r=d(e.today??new c)),[n?l(n):n,r?l(r):r]}(e,t),{startOfMonth:v,endOfMonth:h}=t,g=Dm(e,t),[w,p]=l(g);o((()=>{const e=Dm({fromYear:n,toYear:r,startMonth:a,endMonth:i,month:c,defaultMonth:u,today:s,numberOfMonths:d},t);p(e)}),[t,u,i,n,c,d,a,r,s]);const b=function(e,t,n,r){const{numberOfMonths:a=1}=n,l=[];for(let n=0;n<a;n++){const a=r.addMonths(e,n);if(t&&a>t)break;l.push(a)}return l}(w,m,e,t),E=function(e,t,n,r){const a=e[0],l=e[e.length-1],{ISOWeek:o,fixedWeeks:i,locale:s,weekStartsOn:d}=n??{},{startOfWeek:c,endOfWeek:u,startOfISOWeek:f,endOfISOWeek:m,addDays:v,differenceInCalendarDays:h,differenceInCalendarMonths:g,isAfter:w,endOfMonth:p,Date:b}=r,E=o?f(a):c(a,{weekStartsOn:d,locale:s}),x=h(o?m(p(l)):u(p(l),{weekStartsOn:d,locale:s}),E),y=g(l,a)+1,M=[];for(let e=0;e<=x;e++){const n=v(E,e);if(t&&w(n,t))break;M.push(new b(n))}const k=Nm*y;if(i&&M.length<k)for(let e=0;e<7;e++){const e=v(M[M.length-1],1);M.push(new b(e))}return M}(b,e.endMonth?h(e.endMonth):void 0,e,t),x=function(e,t,n,r){const{startOfWeek:a,endOfWeek:l,startOfISOWeek:o,endOfISOWeek:i,endOfMonth:s,addDays:d,getWeek:c,getISOWeek:u}=r,f=e.reduce(((e,f)=>{const m=n.ISOWeek?o(f):a(f,{locale:n.locale,weekStartsOn:n.weekStartsOn}),v=n.ISOWeek?i(s(f)):l(s(f),{locale:n.locale,weekStartsOn:n.weekStartsOn}),h=t.filter((e=>e>=m&&e<=v));if(n.fixedWeeks&&h.length<42){const e=t.filter((e=>e>v&&e<=d(v,7)));h.push(...e)}const g=h.reduce(((e,t)=>{const a=n.ISOWeek?u(t):c(t,{locale:n.locale,weekStartsOn:n.weekStartsOn,firstWeekContainsDate:n.firstWeekContainsDate}),l=e.find((e=>e.weekNumber===a)),o=new Pm(t,f,r);return l?l.days.push(o):e.push(new Fm(a,[o])),e}),[]),w=new Wm(f,g);return e.push(w),e}),[]);return n.reverseMonths?f.reverse():f}(b,E,e,t),y=function(e){return e.reduce(((e,t)=>[...e,...t.weeks]),[])}(x),M=x.reduce(((e,t)=>[...e,...t.weeks.reduce(((e,t)=>[...e,...t.days]),[])]),[]);const k=function(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:a,numberOfMonths:l}=n,{startOfMonth:o,addMonths:i,differenceInCalendarMonths:s}=r,d=a?l??1:1,c=o(e);return t&&s(c,t)<=0?void 0:i(c,-d)}(w,f,e,t),C=function(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:a,numberOfMonths:l=1}=n,{startOfMonth:o,addMonths:i,differenceInCalendarMonths:s}=r,d=a?l:1,c=o(e);return t&&s(t,e)<l?void 0:i(c,d)}(w,m,e,t),{disableNavigation:R,onMonthChange:I}=e,L=e=>{if(R)return;let t=v(e);f&&t<v(f)&&(t=v(f)),m&&t>v(m)&&(t=v(m)),p(t),I?.(t)};return{months:x,weeks:y,days:M,navStart:f,navEnd:m,previousMonth:k,nextMonth:C,goToMonth:L,goToDay:e=>{(e=>y.some((t=>t.days.some((t=>t.isEqualTo(e))))))(e)||L(e.date)}}}const Tm=c(void 0);function zm(e,t,n=!1,r=Mm){let{from:a,to:l}=e;const{differenceInCalendarDays:o,isSameDay:i}=r;if(a&&l){o(l,a)<0&&([a,l]=[l,a]);return o(t,a)>=(n?1:0)&&o(l,t)>=(n?1:0)}return!n&&l?i(l,t):!(n||!a)&&i(a,t)}function Gm(e){return Boolean(e&&"object"==typeof e&&"from"in e)}function $m(e,t,n){const r=Array.isArray(t)?t:[t],{isSameDay:a,differenceInCalendarDays:l,isAfter:o}=n;return r.some((t=>{if("boolean"==typeof t)return t;if(n.isDate(t))return a(e,t);if(function(e,t){return Array.isArray(e)&&e.every(t.isDate)}(t,n))return t.includes(e);if(Gm(t))return zm(t,e,!1,n);if(r=t,Boolean(r&&"object"==typeof r&&"dayOfWeek"in r))return Array.isArray(t.dayOfWeek)?t.dayOfWeek.includes(e.getDay()):t.dayOfWeek===e.getDay();var r;if(function(e){return Boolean(e&&"object"==typeof e&&"before"in e&&"after"in e)}(t)){const n=l(t.before,e)>0,r=l(t.after,e)<0;return o(t.before,t.after)?r&&n:n||r}return function(e){return Boolean(e&&"object"==typeof e&&"after"in e)}(t)?l(e,t.after)>0:function(e){return Boolean(e&&"object"==typeof e&&"before"in e)}(t)?l(t.before,e)>0:"function"==typeof t&&t(e)}))}function qm(e,t,n,r,a,l,o,i=0){if(i>365)return;const s=function(e,t,n,r,a,l,o){const{weekStartsOn:i,locale:s,ISOWeek:d}=l,{addDays:c,addMonths:u,addYears:f,addWeeks:m,startOfISOWeek:v,endOfISOWeek:h,startOfWeek:g,endOfWeek:w,max:p,min:b}=o;let E={day:c,week:m,month:u,year:f,startOfWeek:e=>d?v(e):g(e,{locale:s,weekStartsOn:i}),endOfWeek:e=>d?h(e):w(e,{locale:s,weekStartsOn:i})}[e](n,"after"===t?1:-1);return"before"===t&&r?E=p([r,E]):"after"===t&&a&&(E=b([a,E])),E}(e,t,n.date,r,a,l,o),d=Boolean(l.disabled&&$m(s,l.disabled,o)),c=Boolean(l.hidden&&$m(s,l.hidden,o)),u=new Pm(s,s,o);return d||c?qm(e,t,u,r,a,l,o,i+1):u}function Um(e,t,n,r,a){const{autoFocus:o}=e,[i,s]=l(),d=function(e,t,n,r){let a,l=0,o=!1;for(;l<e.length&&!o;){const i=e[l],s=t(i);s[pf.disabled]||s[pf.hidden]||s[pf.outside]||(s[pf.focused]||r?.isEqualTo(i)||n(i.date)||s[pf.today])&&(a=i,o=!0),l++}return a||(a=e.find((e=>{const n=t(e);return!n[pf.disabled]&&!n[pf.hidden]&&!n[pf.outside]}))),a}(t.days,n,r||(()=>!1),i),[c,u]=l(o?d:void 0);return{isFocusTarget:e=>Boolean(d?.isEqualTo(e)),setFocused:u,focused:c,blur:()=>{s(c),u(void 0)},moveFocus:(n,r)=>{if(!c)return;const l=qm(n,r,c,t.navStart,t.navEnd,e,a);l&&(t.goToDay(l),u(l))}}}function Ym(e,t,n=0,r=0,a=!1,l=Mm){const{from:o,to:i}=t||{},{isSameDay:s,isAfter:d,isBefore:c}=l;let u;if(o||i){if(o&&!i)u=s(o,e)?a?{from:o,to:void 0}:void 0:c(e,o)?{from:e,to:o}:{from:o,to:e};else if(o&&i)if(s(o,e)&&s(i,e))u=a?{from:o,to:i}:void 0;else if(s(o,e))u={from:o,to:n>0?void 0:e};else if(s(i,e))u={from:e,to:n>0?void 0:e};else if(c(e,o))u={from:e,to:i};else if(d(e,o))u={from:o,to:e};else{if(!d(e,i))throw new Error("Invalid range");u={from:o,to:e}}}else u={from:e,to:n>0?void 0:e};if(u?.from&&u?.to){const t=l.differenceInCalendarDays(u.to,u.from);(r>0&&t>r||n>1&&t<n)&&(u={from:e,to:void 0})}return u}function Xm(e,n){const r=function(e,n){const{selected:r,required:a,onSelect:l}=e,[o,i]=t.useState(r),{isSameDay:s}=n;return t.useEffect((()=>{i(r)}),[r]),{selected:o,select:(e,t,n)=>{let r=e;return!a&&o&&o&&s(e,o)&&(r=void 0),i(r),l?.(r,e,t,n),r},isSelected:e=>!!o&&s(o,e)}}(e,n),a=function(e,n){const{selected:r,required:a,onSelect:l,mode:o}=e,[i,s]=t.useState(r),{isSameDay:d}=n;t.useEffect((()=>{s(r)}),[o,r]);const c=e=>i?.some((t=>d(t,e)))??!1,{min:u,max:f}=e;return{selected:i,select:(e,t,n)=>{let r=[...i??[]];if(c(e)){if(i?.length===u)return;if(a&&1===i?.length)return;r=i?.filter((t=>!d(t,e)))}else r=i?.length===f?[e]:[...r,e];return l?.(r,e,t,n),s(r),r},isSelected:c}}(e,n),l=function(e,n){const{disabled:r,excludeDisabled:a,selected:l,required:o,onSelect:i}=e,[s,d]=t.useState(l);return t.useEffect((()=>{d(l)}),[l]),{selected:s,select:(t,l,c)=>{const{min:u,max:f}=e,m=t?Ym(t,s,u,f,o,n):void 0;if(m?.from&&m.to){let e=m.from;for(;n.differenceInCalendarDays(m.to,e)>0;)if(e=n.addDays(e,1),a&&r&&$m(e,r,n)){m.from=t,m.to=void 0;break}}return d(m),i?.(m,t,l,c),m},isSelected:e=>s&&zm(s,e,!1,n)}}(e,n);switch(e.mode){case"single":return r;case"multiple":return a;case"range":return l;default:return}}function Km(e){const{components:n,formatters:r,labels:a,dateLib:l,locale:o,classNames:d}=s((()=>{return{dateLib:km(e.dateLib),components:xf(e.components),formatters:(t=e.formatters,t?.formatMonthCaption&&!t.formatCaption&&(t.formatCaption=t.formatMonthCaption),t?.formatYearCaption&&!t.formatYearDropdown&&(t.formatYearDropdown=t.formatYearCaption),{...Zm,...t}),labels:{...Hm,...e.labels},locale:{...Tf,...e.locale},classNames:{...Cm(),...e.classNames}};var t}),[e.classNames,e.components,e.dateLib,e.formatters,e.labels,e.locale]),{captionLayout:c,firstWeekContainsDate:u,mode:f,onDayBlur:m,onDayClick:v,onDayFocus:h,onDayKeyDown:g,onDayMouseEnter:w,onDayMouseLeave:p,onNextClick:b,onPrevClick:E,showWeekNumber:x,styles:y,useAdditionalDayOfYearTokens:M,useAdditionalWeekYearTokens:k,weekStartsOn:C}=e,R={locale:o,weekStartsOn:C,firstWeekContainsDate:u,useAdditionalWeekYearTokens:k,useAdditionalDayOfYearTokens:M},I=R,{formatCaption:L,formatDay:A,formatMonthDropdown:Z,formatWeekNumber:O,formatWeekNumberHeader:j,formatWeekdayName:S,formatYearDropdown:B}=r,V=_m(e,l),{days:H,months:N,navStart:D,navEnd:P,previousMonth:W,nextMonth:F,goToMonth:_}=V,T=function(e,t,n){const{disabled:r,hidden:a,modifiers:l,showOutsideDays:o,today:i}=t,{isSameDay:s,isSameMonth:d,Date:c}=n,u={[pf.focused]:[],[pf.outside]:[],[pf.disabled]:[],[pf.hidden]:[],[pf.today]:[]},f={},m={[bf.range_end]:[],[bf.range_middle]:[],[bf.range_start]:[],[bf.selected]:[]};for(const t of e){const{date:e,displayMonth:m}=t,v=Boolean(m&&!d(e,m)),h=Boolean(r&&$m(e,r,n)),g=Boolean(a&&$m(e,a,n))||!o&&v,w=s(e,i??new c);v&&u.outside.push(t),h&&u.disabled.push(t),g&&u.hidden.push(t),w&&u.today.push(t),l&&Object.keys(l).forEach((r=>{const a=l?.[r];a&&$m(e,a,n)&&(f[r]?f[r].push(t):f[r]=[t])}))}return e=>{const t={[pf.focused]:!1,[pf.disabled]:!1,[pf.hidden]:!1,[pf.outside]:!1,[pf.today]:!1},n={[bf.range_end]:!1,[bf.range_middle]:!1,[bf.range_start]:!1,[bf.selected]:!1},r={};for(const n in u){const r=u[n];t[n]=r.some((t=>t===e))}for(const t in m){const r=m[t];n[t]=r.some((t=>t===e))}for(const t in f)r[t]=f[t].some((t=>t===e));return{...n,...t,...r}}}(H,e,l),{isSelected:z,select:G,selected:$}=Xm(e,l)??{},{blur:q,focused:U,isFocusTarget:Y,moveFocus:X,setFocused:K}=Um(e,V,T,z??(()=>!1),l),{labelDayButton:Q,labelGridcell:J,labelGrid:ee,labelMonthDropdown:te,labelNav:ne,labelNext:re,labelPrevious:ae,labelWeekday:le,labelWeekNumber:oe,labelWeekNumberHeader:ie,labelYearDropdown:se}=a,de=s((()=>Om(o,e.weekStartsOn,e.ISOWeek,l)),[l,o,e.ISOWeek,e.weekStartsOn]),ce=void 0!==f||void 0!==v,ue=i((()=>{W&&(_(W),E?.(W))}),[W,_,E]),fe=i((()=>{F&&(_(F),b?.(F))}),[_,F,b]),me=i(((e,t)=>n=>{n.preventDefault(),n.stopPropagation(),K(e),G?.(e.date,t,n),v?.(e.date,t,n)}),[G,v,K]),ve=i(((e,t)=>n=>{K(e),h?.(e.date,t,n)}),[h,K]),he=i(((e,t)=>n=>{q(),m?.(e.date,t,n)}),[q,m]),ge=i(((t,n)=>r=>{const a={ArrowLeft:["day","rtl"===e.dir?"after":"before"],ArrowRight:["day","rtl"===e.dir?"before":"after"],ArrowDown:["week","after"],ArrowUp:["week","before"],PageUp:[r.shiftKey?"year":"month","before"],PageDown:[r.shiftKey?"year":"month","after"],Home:["startOfWeek","before"],End:["endOfWeek","after"]};if(a[r.key]){r.preventDefault(),r.stopPropagation();const[e,t]=a[r.key];X(e,t)}g?.(t.date,n,r)}),[X,g,e.dir]),we=i(((e,t)=>n=>{w?.(e.date,t,n)}),[w]),pe=i(((e,t)=>n=>{p?.(e.date,t,n)}),[p]),{className:be,style:Ee}=s((()=>({className:[d[wf.Root],e.className].filter(Boolean).join(" "),style:{...y?.[wf.Root],...e.style}})),[d,e.className,e.style,y]),xe=function(e){const t={"data-mode":e.mode??void 0,"data-required":"required"in e?e.required:void 0,"data-multiple-months":e.numberOfMonths&&e.numberOfMonths>1||void 0,"data-week-numbers":e.showWeekNumber||void 0};return Object.entries(e).forEach((([e,n])=>{e.startsWith("data-")&&(t[e]=n)})),t}(e),ye={selected:$,select:G,isSelected:z,months:N,nextMonth:F,previousMonth:W,goToMonth:_,getModifiers:T};return t.createElement(Tm.Provider,{value:ye},t.createElement(n.Root,{className:be,style:Ee,dir:e.dir,id:e.id,lang:e.lang,nonce:e.nonce,title:e.title,...xe},t.createElement(n.Months,{className:d[wf.Months],style:y?.[wf.Months]},!e.hideNavigation&&t.createElement(n.Nav,{role:"navigation",className:d[wf.Nav],style:y?.[wf.Nav],"aria-label":ne()},t.createElement(n.Button,{type:"button",className:d[wf.ButtonPrevious],tabIndex:W?void 0:-1,disabled:!W||void 0,"aria-label":ae(W,I),onClick:ue},t.createElement(n.Chevron,{disabled:!W||void 0,className:d[wf.Chevron],orientation:"left"})),t.createElement(n.Button,{type:"button",className:d[wf.ButtonNext],tabIndex:F?void 0:-1,disabled:!F||void 0,"aria-label":re(F,I),onClick:fe},t.createElement(n.Chevron,{disabled:!W||void 0,orientation:"right",className:d[wf.Chevron]}))),N.map(((a,i)=>{const s=function(e,t,n,r,a,l){if(!t)return;if(!n)return;const{addMonths:o,startOfMonth:i,isBefore:s,Date:d}=l,c=e.getFullYear(),u=[];let f=t;for(;u.length<12&&s(f,o(n,1));)u.push(f.getMonth()),f=o(f,1);return u.sort(((e,t)=>e-t)).map((e=>({value:e,label:r.formatMonthDropdown(e,a),disabled:t&&new d(c,e)<i(t)||n&&new d(c,e)>i(n)||!1})))}(a.date,D,P,r,o,l),u=function(e,t,n,r,a){if(!t)return;if(!n)return;const{startOfMonth:l,startOfYear:o,endOfYear:i,addYears:s,isBefore:d,isSameYear:c,Date:u}=a,f=e.getMonth(),m=o(t),v=i(n),h=[];let g=m;for(;d(g,v)||c(g,v);)h.push(g.getFullYear()),g=s(g,1);return h.map((e=>{const a=t&&new u(e,f)<l(t)||f&&n&&new u(e,f)>l(n)||!1;return{value:e,label:r.formatYearDropdown(e),disabled:a}}))}(N[0].date,D,P,r,l);return t.createElement(n.Month,{className:d[wf.Month],style:y?.[wf.Month],key:i,displayIndex:i,calendarMonth:a},t.createElement(n.MonthCaption,{className:d[wf.MonthCaption],style:y?.[wf.MonthCaption],calendarMonth:a,displayIndex:i},c?.startsWith("dropdown")?t.createElement(n.DropdownNav,{className:d[wf.Dropdowns],style:y?.[wf.Dropdowns]},"dropdown"===c||"dropdown-months"===c?t.createElement(n.Dropdown,{"aria-label":te(),classNames:d,components:n,disabled:Boolean(e.disableNavigation),onChange:e=>{const t=Number(e.target.value),n=l.setMonth(l.startOfMonth(a.date),t);_(n)},options:s,style:y?.[wf.Dropdown],value:a.date.getMonth()}):t.createElement("span",{role:"status","aria-live":"polite"},Z(a.date.getMonth())),"dropdown"===c||"dropdown-years"===c?t.createElement(n.Dropdown,{"aria-label":se(I),classNames:d,components:n,disabled:Boolean(e.disableNavigation),onChange:e=>{const t=l.setYear(l.startOfMonth(a.date),Number(e.target.value));_(t)},options:u,style:y?.[wf.Dropdown],value:a.date.getFullYear()}):t.createElement("span",{role:"status","aria-live":"polite"},B(a.date.getFullYear()))):t.createElement(n.CaptionLabel,{className:d[wf.CaptionLabel],role:"status","aria-live":"polite"},L(a.date,R,l))),t.createElement(n.MonthGrid,{role:"grid","aria-multiselectable":"multiple"===f||"range"===f,"aria-label":ee(a.date,I,l)||void 0,className:d[wf.MonthGrid],style:y?.[wf.MonthGrid]},!e.hideWeekdays&&t.createElement(n.Weekdays,{className:d[wf.Weekdays],role:"row",style:y?.[wf.Weekdays]},x&&t.createElement(n.WeekNumberHeader,{"aria-label":ie(I),className:d[wf.WeekNumberHeader],role:"columnheader",style:y?.[wf.WeekNumberHeader]},j()),de.map(((e,r)=>t.createElement(n.Weekday,{"aria-label":le(e,I,l),className:d[wf.Weekday],key:r,role:"columnheader",style:y?.[wf.Weekday]},S(e,R,l))))),t.createElement(n.Weeks,{className:d[wf.Weeks],role:"rowgroup",style:y?.[wf.Weeks]},a.weeks.map(((r,a)=>t.createElement(n.Week,{className:d[wf.Week],key:r.weekNumber,role:"row",style:y?.[wf.Week],week:r},x&&t.createElement(n.WeekNumber,{week:r,role:"rowheader",style:y?.[wf.WeekNumber],"aria-label":oe(r.weekNumber,{locale:o}),className:d[wf.WeekNumber]},O(r.weekNumber)),r.days.map((r=>{const{date:a}=r,o=T(r);if(o[pf.focused]=!o.hidden&&Boolean(U?.isEqualTo(r)),o[bf.selected]=!o.disabled&&(z?.(a)||o.selected),Gm($)){const{from:e,to:t}=$;o[bf.range_start]=Boolean(e&&t&&l.isSameDay(a,e)),o[bf.range_end]=Boolean(e&&t&&l.isSameDay(a,t)),o[bf.range_middle]=zm($,a,!0,l)}const i=function(e,t={},n={}){let r={...t?.[wf.Day]};return Object.entries(e).filter((([,e])=>!0===e)).forEach((([e])=>{r={...r,...n?.[e]}})),r}(o,y,e.modifiersStyles),s=function(e,t,n={}){return Object.entries(e).filter((([,e])=>!0===e)).reduce(((e,[r])=>(n[r]?e.push(n[r]):t[pf[r]]?e.push(t[pf[r]]):t[bf[r]]&&e.push(t[bf[r]]),e)),[t[wf.Day]])}(o,d,e.modifiersClassNames),c=ce?void 0:J(a,o,I,l);return t.createElement(n.Day,{key:`${l.format(a,"yyyy-MM-dd")}_${l.format(r.displayMonth,"yyyy-MM")}`,day:r,modifiers:o,role:"gridcell",className:s.join(" "),style:i,"aria-hidden":o.hidden||void 0,"aria-selected":o.selected||void 0,"aria-label":c,"data-day":l.format(a,"yyyy-MM-dd"),"data-month":r.outside?l.format(a,"yyyy-MM"):void 0,"data-selected":o.selected||void 0,"data-disabled":o.disabled||void 0,"data-hidden":o.hidden||void 0,"data-outside":r.outside||void 0,"data-focused":o.focused||void 0,"data-today":o.today||void 0},ce?t.createElement(n.DayButton,{className:d[wf.DayButton],style:y?.[wf.DayButton],day:r,modifiers:o,disabled:o.disabled||void 0,tabIndex:Y(r)?0:-1,"aria-label":Q(a,o,I,l),onClick:me(r,o),onBlur:he(r,o),onFocus:ve(r,o),onKeyDown:ge(r,o),onMouseEnter:we(r,o),onMouseLeave:pe(r,o)},A(a,R,l)):A(r.date,R,l))}))))))))}))),e.footer&&t.createElement(n.Footer,{className:d[wf.Footer],style:y?.[wf.Footer],role:"status","aria-live":"polite"},e.footer)))}function Qm(e){var{className:t,classNames:n,showOutsideDays:r=!0}=e,a=Rc(e,["className","classNames","showOutsideDays"]);const l=Cm();return p(Km,Object.assign({showOutsideDays:r,captionLayout:"dropdown-years"},a,{className:Zc("bg-surface text-surface-foreground border-surface",t),classNames:Object.assign(Object.assign(Object.assign({},l),{day_button:Zc(l.day_button,"size-9 "),day:"typography-subtitile1 ",today:"text-bold text-surface-foreground [&_button]:rounded-full [&_button]:!border-primary [&_button]:!border [&_button]:!border-solid",selected:"bg-primary !text-primary-foreground rounded-full ",weekdays:"text-gray-400",month_caption:Zc(l.month_caption,"h-[54px]"),outside:"text-gray-400",nav:Zc(l.nav,"gap-6 absolute flex right-0"),chevron:"fill-primary",root:Zc(l.root,"px-6 py-4"),caption_label:Zc(l.caption_label,"gap-2 flex items-center"),months:"flex flex-col relative"}),n),styles:{caption_label:{zIndex:1,position:"relative",display:"inline-flex",alignItems:"center",whiteSpace:"nowrap",border:0},dropdown:{zIndex:2,opacity:0,WebkitAppearance:"none",MozAppearance:"none",appearance:"none",position:"absolute",insetBlockStart:0,insetBlockEnd:0,insetInlineStart:0,width:"100%",margin:0,padding:0,cursor:"inherit",border:"none",lineHeight:"inherit"},dropdowns:{position:"relative",display:"inline-flex",alignItems:"center",gap:4},dropdown_root:{position:"relative",display:"inline-flex",alignItems:"center"}}}))}function Jm(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),!1===n||!r.defaultPrevented)return t?.(r)}}function ev(...t){return e.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...t),t)}function tv(...t){const n=t[0];if(1===t.length)return n;const r=()=>{const r=t.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(t){const a=r.reduce(((e,{useScope:n,scopeName:r})=>({...e,...n(t)[`__scope${r}`]})),{});return e.useMemo((()=>({[`__scope${n.scopeName}`]:a})),[a])}};return r.scopeName=n.scopeName,r}Qm.displayName="Calendar";var nv=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,n)=>{const r=e.forwardRef(((e,t)=>{const{asChild:r,...a}=e,l=r?Bu:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),p(l,{...a,ref:t})}));return r.displayName=`Primitive.${n}`,{...t,[n]:r}}),{});function rv(t){const n=e.useRef(t);return e.useEffect((()=>{n.current=t})),e.useMemo((()=>(...e)=>n.current?.(...e)),[])}var av,lv="dismissableLayer.update",ov="dismissableLayer.pointerDownOutside",iv="dismissableLayer.focusOutside",sv=e.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),dv=e.forwardRef(((t,n)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:a,onPointerDownOutside:l,onFocusOutside:o,onInteractOutside:i,onDismiss:s,...d}=t,c=e.useContext(sv),[u,f]=e.useState(null),m=u?.ownerDocument??globalThis?.document,[,v]=e.useState({}),h=ev(n,(e=>f(e))),g=Array.from(c.layers),[w]=[...c.layersWithOutsidePointerEventsDisabled].slice(-1),b=g.indexOf(w),E=u?g.indexOf(u):-1,x=c.layersWithOutsidePointerEventsDisabled.size>0,y=E>=b,M=function(t,n=globalThis?.document){const r=rv(t),a=e.useRef(!1),l=e.useRef((()=>{}));return e.useEffect((()=>{const e=e=>{if(e.target&&!a.current){let t=function(){uv(ov,r,a,{discrete:!0})};const a={originalEvent:e};"touch"===e.pointerType?(n.removeEventListener("click",l.current),l.current=t,n.addEventListener("click",l.current,{once:!0})):t()}else n.removeEventListener("click",l.current);a.current=!1},t=window.setTimeout((()=>{n.addEventListener("pointerdown",e)}),0);return()=>{window.clearTimeout(t),n.removeEventListener("pointerdown",e),n.removeEventListener("click",l.current)}}),[n,r]),{onPointerDownCapture:()=>a.current=!0}}((e=>{const t=e.target,n=[...c.branches].some((e=>e.contains(t)));y&&!n&&(l?.(e),i?.(e),e.defaultPrevented||s?.())}),m),k=function(t,n=globalThis?.document){const r=rv(t),a=e.useRef(!1);return e.useEffect((()=>{const e=e=>{if(e.target&&!a.current){uv(iv,r,{originalEvent:e},{discrete:!1})}};return n.addEventListener("focusin",e),()=>n.removeEventListener("focusin",e)}),[n,r]),{onFocusCapture:()=>a.current=!0,onBlurCapture:()=>a.current=!1}}((e=>{const t=e.target;[...c.branches].some((e=>e.contains(t)))||(o?.(e),i?.(e),e.defaultPrevented||s?.())}),m);return function(t,n=globalThis?.document){const r=rv(t);e.useEffect((()=>{const e=e=>{"Escape"===e.key&&r(e)};return n.addEventListener("keydown",e,{capture:!0}),()=>n.removeEventListener("keydown",e,{capture:!0})}),[r,n])}((e=>{E===c.layers.size-1&&(a?.(e),!e.defaultPrevented&&s&&(e.preventDefault(),s()))}),m),e.useEffect((()=>{if(u)return r&&(0===c.layersWithOutsidePointerEventsDisabled.size&&(av=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),c.layersWithOutsidePointerEventsDisabled.add(u)),c.layers.add(u),cv(),()=>{r&&1===c.layersWithOutsidePointerEventsDisabled.size&&(m.body.style.pointerEvents=av)}}),[u,m,r,c]),e.useEffect((()=>()=>{u&&(c.layers.delete(u),c.layersWithOutsidePointerEventsDisabled.delete(u),cv())}),[u,c]),e.useEffect((()=>{const e=()=>v({});return document.addEventListener(lv,e),()=>document.removeEventListener(lv,e)}),[]),p(nv.div,{...d,ref:h,style:{pointerEvents:x?y?"auto":"none":void 0,...t.style},onFocusCapture:Jm(t.onFocusCapture,k.onFocusCapture),onBlurCapture:Jm(t.onBlurCapture,k.onBlurCapture),onPointerDownCapture:Jm(t.onPointerDownCapture,M.onPointerDownCapture)})}));dv.displayName="DismissableLayer";function cv(){const e=new CustomEvent(lv);document.dispatchEvent(e)}function uv(e,t,n,{discrete:r}){const a=n.originalEvent.target,l=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?function(e,t){e&&M.flushSync((()=>e.dispatchEvent(t)))}(a,l):a.dispatchEvent(l)}e.forwardRef(((t,n)=>{const r=e.useContext(sv),a=e.useRef(null),l=ev(n,a);return e.useEffect((()=>{const e=a.current;if(e)return r.branches.add(e),()=>{r.branches.delete(e)}}),[r.branches]),p(nv.div,{...t,ref:l})})).displayName="DismissableLayerBranch";var fv=0;function mv(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var vv="focusScope.autoFocusOnMount",hv="focusScope.autoFocusOnUnmount",gv={bubbles:!1,cancelable:!0},wv=e.forwardRef(((t,n)=>{const{loop:r=!1,trapped:a=!1,onMountAutoFocus:l,onUnmountAutoFocus:o,...i}=t,[s,d]=e.useState(null),c=rv(l),u=rv(o),f=e.useRef(null),m=ev(n,(e=>d(e))),v=e.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;e.useEffect((()=>{if(a){let e=function(e){if(v.paused||!s)return;const t=e.target;s.contains(t)?f.current=t:xv(f.current,{select:!0})},t=function(e){if(v.paused||!s)return;const t=e.relatedTarget;null!==t&&(s.contains(t)||xv(f.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&xv(s)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),r.disconnect()}}}),[a,s,v.paused]),e.useEffect((()=>{if(s){yv.add(v);const t=document.activeElement;if(!s.contains(t)){const n=new CustomEvent(vv,gv);s.addEventListener(vv,c),s.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(xv(r,{select:t}),document.activeElement!==n)return}((e=pv(s),e.filter((e=>"A"!==e.tagName))),{select:!0}),document.activeElement===t&&xv(s))}return()=>{s.removeEventListener(vv,c),setTimeout((()=>{const e=new CustomEvent(hv,gv);s.addEventListener(hv,u),s.dispatchEvent(e),e.defaultPrevented||xv(t??document.body,{select:!0}),s.removeEventListener(hv,u),yv.remove(v)}),0)}}var e}),[s,c,u,v]);const h=e.useCallback((e=>{if(!r&&!a)return;if(v.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,n=document.activeElement;if(t&&n){const t=e.currentTarget,[a,l]=function(e){const t=pv(e),n=bv(t,e),r=bv(t.reverse(),e);return[n,r]}(t);a&&l?e.shiftKey||n!==l?e.shiftKey&&n===a&&(e.preventDefault(),r&&xv(l,{select:!0})):(e.preventDefault(),r&&xv(a,{select:!0})):n===t&&e.preventDefault()}}),[r,a,v.paused]);return p(nv.div,{tabIndex:-1,...i,ref:m,onKeyDown:h})}));function pv(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function bv(e,t){for(const n of e)if(!Ev(n,{upTo:t}))return n}function Ev(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function xv(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}wv.displayName="FocusScope";var yv=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=Mv(e,t),e.unshift(t)},remove(t){e=Mv(e,t),e[0]?.resume()}}}();function Mv(e,t){const n=[...e],r=n.indexOf(t);return-1!==r&&n.splice(r,1),n}var kv=Boolean(globalThis?.document)?e.useLayoutEffect:()=>{},Cv=e["useId".toString()]||(()=>{}),Rv=0;function Iv(t){const[n,r]=e.useState(Cv());return kv((()=>{t||r((e=>e??String(Rv++)))}),[t]),t||(n?`radix-${n}`:"")}const Lv=["top","right","bottom","left"],Av=Math.min,Zv=Math.max,Ov=Math.round,jv=Math.floor,Sv=e=>({x:e,y:e}),Bv={left:"right",right:"left",bottom:"top",top:"bottom"},Vv={start:"end",end:"start"};function Hv(e,t,n){return Zv(e,Av(t,n))}function Nv(e,t){return"function"==typeof e?e(t):e}function Dv(e){return e.split("-")[0]}function Pv(e){return e.split("-")[1]}function Wv(e){return"x"===e?"y":"x"}function Fv(e){return"y"===e?"height":"width"}function _v(e){return["top","bottom"].includes(Dv(e))?"y":"x"}function Tv(e){return Wv(_v(e))}function zv(e){return e.replace(/start|end/g,(e=>Vv[e]))}function Gv(e){return e.replace(/left|right|bottom|top/g,(e=>Bv[e]))}function $v(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function qv(e){const{x:t,y:n,width:r,height:a}=e;return{width:r,height:a,top:n,left:t,right:t+r,bottom:n+a,x:t,y:n}}function Uv(e,t,n){let{reference:r,floating:a}=e;const l=_v(t),o=Tv(t),i=Fv(o),s=Dv(t),d="y"===l,c=r.x+r.width/2-a.width/2,u=r.y+r.height/2-a.height/2,f=r[i]/2-a[i]/2;let m;switch(s){case"top":m={x:c,y:r.y-a.height};break;case"bottom":m={x:c,y:r.y+r.height};break;case"right":m={x:r.x+r.width,y:u};break;case"left":m={x:r.x-a.width,y:u};break;default:m={x:r.x,y:r.y}}switch(Pv(t)){case"start":m[o]-=f*(n&&d?-1:1);break;case"end":m[o]+=f*(n&&d?-1:1)}return m}async function Yv(e,t){var n;void 0===t&&(t={});const{x:r,y:a,platform:l,rects:o,elements:i,strategy:s}=e,{boundary:d="clippingAncestors",rootBoundary:c="viewport",elementContext:u="floating",altBoundary:f=!1,padding:m=0}=Nv(t,e),v=$v(m),h=i[f?"floating"===u?"reference":"floating":u],g=qv(await l.getClippingRect({element:null==(n=await(null==l.isElement?void 0:l.isElement(h)))||n?h:h.contextElement||await(null==l.getDocumentElement?void 0:l.getDocumentElement(i.floating)),boundary:d,rootBoundary:c,strategy:s})),w="floating"===u?{x:r,y:a,width:o.floating.width,height:o.floating.height}:o.reference,p=await(null==l.getOffsetParent?void 0:l.getOffsetParent(i.floating)),b=await(null==l.isElement?void 0:l.isElement(p))&&await(null==l.getScale?void 0:l.getScale(p))||{x:1,y:1},E=qv(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:w,offsetParent:p,strategy:s}):w);return{top:(g.top-E.top+v.top)/b.y,bottom:(E.bottom-g.bottom+v.bottom)/b.y,left:(g.left-E.left+v.left)/b.x,right:(E.right-g.right+v.right)/b.x}}function Xv(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Kv(e){return Lv.some((t=>e[t]>=0))}function Qv(e){return th(e)?(e.nodeName||"").toLowerCase():"#document"}function Jv(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function eh(e){var t;return null==(t=(th(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function th(e){return e instanceof Node||e instanceof Jv(e).Node}function nh(e){return e instanceof Element||e instanceof Jv(e).Element}function rh(e){return e instanceof HTMLElement||e instanceof Jv(e).HTMLElement}function ah(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof Jv(e).ShadowRoot)}function lh(e){const{overflow:t,overflowX:n,overflowY:r,display:a}=ch(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(a)}function oh(e){return["table","td","th"].includes(Qv(e))}function ih(e){const t=sh(),n=ch(e);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function sh(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function dh(e){return["html","body","#document"].includes(Qv(e))}function ch(e){return Jv(e).getComputedStyle(e)}function uh(e){return nh(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function fh(e){if("html"===Qv(e))return e;const t=e.assignedSlot||e.parentNode||ah(e)&&e.host||eh(e);return ah(t)?t.host:t}function mh(e){const t=fh(e);return dh(t)?e.ownerDocument?e.ownerDocument.body:e.body:rh(t)&&lh(t)?t:mh(t)}function vh(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const a=mh(e),l=a===(null==(r=e.ownerDocument)?void 0:r.body),o=Jv(a);return l?t.concat(o,o.visualViewport||[],lh(a)?a:[],o.frameElement&&n?vh(o.frameElement):[]):t.concat(a,vh(a,[],n))}function hh(e){const t=ch(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const a=rh(e),l=a?e.offsetWidth:n,o=a?e.offsetHeight:r,i=Ov(n)!==l||Ov(r)!==o;return i&&(n=l,r=o),{width:n,height:r,$:i}}function gh(e){return nh(e)?e:e.contextElement}function wh(e){const t=gh(e);if(!rh(t))return Sv(1);const n=t.getBoundingClientRect(),{width:r,height:a,$:l}=hh(t);let o=(l?Ov(n.width):n.width)/r,i=(l?Ov(n.height):n.height)/a;return o&&Number.isFinite(o)||(o=1),i&&Number.isFinite(i)||(i=1),{x:o,y:i}}const ph=Sv(0);function bh(e){const t=Jv(e);return sh()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:ph}function Eh(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const a=e.getBoundingClientRect(),l=gh(e);let o=Sv(1);t&&(r?nh(r)&&(o=wh(r)):o=wh(e));const i=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==Jv(e))&&t}(l,n,r)?bh(l):Sv(0);let s=(a.left+i.x)/o.x,d=(a.top+i.y)/o.y,c=a.width/o.x,u=a.height/o.y;if(l){const e=Jv(l),t=r&&nh(r)?Jv(r):r;let n=e,a=n.frameElement;for(;a&&r&&t!==n;){const e=wh(a),t=a.getBoundingClientRect(),r=ch(a),l=t.left+(a.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(a.clientTop+parseFloat(r.paddingTop))*e.y;s*=e.x,d*=e.y,c*=e.x,u*=e.y,s+=l,d+=o,n=Jv(a),a=n.frameElement}}return qv({width:c,height:u,x:s,y:d})}const xh=[":popover-open",":modal"];function yh(e){return xh.some((t=>{try{return e.matches(t)}catch(e){return!1}}))}function Mh(e){return Eh(eh(e)).left+uh(e).scrollLeft}function kh(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=Jv(e),r=eh(e),a=n.visualViewport;let l=r.clientWidth,o=r.clientHeight,i=0,s=0;if(a){l=a.width,o=a.height;const e=sh();(!e||e&&"fixed"===t)&&(i=a.offsetLeft,s=a.offsetTop)}return{width:l,height:o,x:i,y:s}}(e,n);else if("document"===t)r=function(e){const t=eh(e),n=uh(e),r=e.ownerDocument.body,a=Zv(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),l=Zv(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+Mh(e);const i=-n.scrollTop;return"rtl"===ch(r).direction&&(o+=Zv(t.clientWidth,r.clientWidth)-a),{width:a,height:l,x:o,y:i}}(eh(e));else if(nh(t))r=function(e,t){const n=Eh(e,!0,"fixed"===t),r=n.top+e.clientTop,a=n.left+e.clientLeft,l=rh(e)?wh(e):Sv(1);return{width:e.clientWidth*l.x,height:e.clientHeight*l.y,x:a*l.x,y:r*l.y}}(t,n);else{const n=bh(e);r={...t,x:t.x-n.x,y:t.y-n.y}}return qv(r)}function Ch(e,t){const n=fh(e);return!(n===t||!nh(n)||dh(n))&&("fixed"===ch(n).position||Ch(n,t))}function Rh(e,t,n){const r=rh(t),a=eh(t),l="fixed"===n,o=Eh(e,!0,l,t);let i={scrollLeft:0,scrollTop:0};const s=Sv(0);if(r||!r&&!l)if(("body"!==Qv(t)||lh(a))&&(i=uh(t)),r){const e=Eh(t,!0,l,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else a&&(s.x=Mh(a));return{x:o.left+i.scrollLeft-s.x,y:o.top+i.scrollTop-s.y,width:o.width,height:o.height}}function Ih(e){return"static"===ch(e).position}function Lh(e,t){return rh(e)&&"fixed"!==ch(e).position?t?t(e):e.offsetParent:null}function Ah(e,t){const n=Jv(e);if(yh(e))return n;if(!rh(e)){let t=fh(e);for(;t&&!dh(t);){if(nh(t)&&!Ih(t))return t;t=fh(t)}return n}let r=Lh(e,t);for(;r&&oh(r)&&Ih(r);)r=Lh(r,t);return r&&dh(r)&&Ih(r)&&!ih(r)?n:r||function(e){let t=fh(e);for(;rh(t)&&!dh(t);){if(ih(t))return t;t=fh(t)}return null}(e)||n}const Zh={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:a}=e;const l="fixed"===a,o=eh(r),i=!!t&&yh(t.floating);if(r===o||i&&l)return n;let s={scrollLeft:0,scrollTop:0},d=Sv(1);const c=Sv(0),u=rh(r);if((u||!u&&!l)&&(("body"!==Qv(r)||lh(o))&&(s=uh(r)),rh(r))){const e=Eh(r);d=wh(r),c.x=e.x+r.clientLeft,c.y=e.y+r.clientTop}return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-s.scrollLeft*d.x+c.x,y:n.y*d.y-s.scrollTop*d.y+c.y}},getDocumentElement:eh,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:a}=e;const l=[..."clippingAncestors"===n?yh(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let r=vh(e,[],!1).filter((e=>nh(e)&&"body"!==Qv(e))),a=null;const l="fixed"===ch(e).position;let o=l?fh(e):e;for(;nh(o)&&!dh(o);){const t=ch(o),n=ih(o);n||"fixed"!==t.position||(a=null),(l?!n&&!a:!n&&"static"===t.position&&a&&["absolute","fixed"].includes(a.position)||lh(o)&&!n&&Ch(e,o))?r=r.filter((e=>e!==o)):a=t,o=fh(o)}return t.set(e,r),r}(t,this._c):[].concat(n),r],o=l[0],i=l.reduce(((e,n)=>{const r=kh(t,n,a);return e.top=Zv(r.top,e.top),e.right=Av(r.right,e.right),e.bottom=Av(r.bottom,e.bottom),e.left=Zv(r.left,e.left),e}),kh(t,o,a));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Ah,getElementRects:async function(e){const t=this.getOffsetParent||Ah,n=this.getDimensions,r=await n(e.floating);return{reference:Rh(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=hh(e);return{width:t,height:n}},getScale:wh,isElement:nh,isRTL:function(e){return"rtl"===ch(e).direction}};function Oh(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:a=!0,ancestorResize:l=!0,elementResize:o="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:s=!1}=r,d=gh(e),c=a||l?[...d?vh(d):[],...vh(t)]:[];c.forEach((e=>{a&&e.addEventListener("scroll",n,{passive:!0}),l&&e.addEventListener("resize",n)}));const u=d&&i?function(e,t){let n,r=null;const a=eh(e);function l(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function o(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),l();const{left:d,top:c,width:u,height:f}=e.getBoundingClientRect();if(i||t(),!u||!f)return;const m={rootMargin:-jv(c)+"px "+-jv(a.clientWidth-(d+u))+"px "+-jv(a.clientHeight-(c+f))+"px "+-jv(d)+"px",threshold:Zv(0,Av(1,s))||1};let v=!0;function h(e){const t=e[0].intersectionRatio;if(t!==s){if(!v)return o();t?o(!1,t):n=setTimeout((()=>{o(!1,1e-7)}),1e3)}v=!1}try{r=new IntersectionObserver(h,{...m,root:a.ownerDocument})}catch(e){r=new IntersectionObserver(h,m)}r.observe(e)}(!0),l}(d,n):null;let f,m=-1,v=null;o&&(v=new ResizeObserver((e=>{let[r]=e;r&&r.target===d&&v&&(v.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame((()=>{var e;null==(e=v)||e.observe(t)}))),n()})),d&&!s&&v.observe(d),v.observe(t));let h=s?Eh(e):null;return s&&function t(){const r=Eh(e);!h||r.x===h.x&&r.y===h.y&&r.width===h.width&&r.height===h.height||n();h=r,f=requestAnimationFrame(t)}(),n(),()=>{var e;c.forEach((e=>{a&&e.removeEventListener("scroll",n),l&&e.removeEventListener("resize",n)})),null==u||u(),null==(e=v)||e.disconnect(),v=null,s&&cancelAnimationFrame(f)}}const jh=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:a,y:l,placement:o,middlewareData:i}=t,s=await async function(e,t){const{placement:n,platform:r,elements:a}=e,l=await(null==r.isRTL?void 0:r.isRTL(a.floating)),o=Dv(n),i=Pv(n),s="y"===_v(n),d=["left","top"].includes(o)?-1:1,c=l&&s?-1:1,u=Nv(t,e);let{mainAxis:f,crossAxis:m,alignmentAxis:v}="number"==typeof u?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...u};return i&&"number"==typeof v&&(m="end"===i?-1*v:v),s?{x:m*c,y:f*d}:{x:f*d,y:m*c}}(t,e);return o===(null==(n=i.offset)?void 0:n.placement)&&null!=(r=i.arrow)&&r.alignmentOffset?{}:{x:a+s.x,y:l+s.y,data:{...s,placement:o}}}}},Sh=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:a}=t,{mainAxis:l=!0,crossAxis:o=!1,limiter:i={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=Nv(e,t),d={x:n,y:r},c=await Yv(t,s),u=_v(Dv(a)),f=Wv(u);let m=d[f],v=d[u];if(l){const e="y"===f?"bottom":"right";m=Hv(m+c["y"===f?"top":"left"],m,m-c[e])}if(o){const e="y"===u?"bottom":"right";v=Hv(v+c["y"===u?"top":"left"],v,v-c[e])}const h=i.fn({...t,[f]:m,[u]:v});return{...h,data:{x:h.x-n,y:h.y-r}}}}},Bh=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:a,middlewareData:l,rects:o,initialPlacement:i,platform:s,elements:d}=t,{mainAxis:c=!0,crossAxis:u=!0,fallbackPlacements:f,fallbackStrategy:m="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:h=!0,...g}=Nv(e,t);if(null!=(n=l.arrow)&&n.alignmentOffset)return{};const w=Dv(a),p=Dv(i)===i,b=await(null==s.isRTL?void 0:s.isRTL(d.floating)),E=f||(p||!h?[Gv(i)]:function(e){const t=Gv(e);return[zv(e),t,zv(t)]}(i));f||"none"===v||E.push(...function(e,t,n,r){const a=Pv(e);let l=function(e,t,n){const r=["left","right"],a=["right","left"],l=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return n?t?a:r:t?r:a;case"left":case"right":return t?l:o;default:return[]}}(Dv(e),"start"===n,r);return a&&(l=l.map((e=>e+"-"+a)),t&&(l=l.concat(l.map(zv)))),l}(i,h,v,b));const x=[i,...E],y=await Yv(t,g),M=[];let k=(null==(r=l.flip)?void 0:r.overflows)||[];if(c&&M.push(y[w]),u){const e=function(e,t,n){void 0===n&&(n=!1);const r=Pv(e),a=Tv(e),l=Fv(a);let o="x"===a?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[l]>t.floating[l]&&(o=Gv(o)),[o,Gv(o)]}(a,o,b);M.push(y[e[0]],y[e[1]])}if(k=[...k,{placement:a,overflows:M}],!M.every((e=>e<=0))){var C,R;const e=((null==(C=l.flip)?void 0:C.index)||0)+1,t=x[e];if(t)return{data:{index:e,overflows:k},reset:{placement:t}};let n=null==(R=k.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:R.placement;if(!n)switch(m){case"bestFit":{var I;const e=null==(I=k.map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:I[0];e&&(n=e);break}case"initialPlacement":n=i}if(a!==n)return{reset:{placement:n}}}return{}}}},Vh=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:a,elements:l}=t,{apply:o=(()=>{}),...i}=Nv(e,t),s=await Yv(t,i),d=Dv(n),c=Pv(n),u="y"===_v(n),{width:f,height:m}=r.floating;let v,h;"top"===d||"bottom"===d?(v=d,h=c===(await(null==a.isRTL?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(h=d,v="end"===c?"top":"bottom");const g=m-s.top-s.bottom,w=f-s.left-s.right,p=Av(m-s[v],g),b=Av(f-s[h],w),E=!t.middlewareData.shift;let x=p,y=b;if(u?y=c||E?Av(b,w):w:x=c||E?Av(p,g):g,E&&!c){const e=Zv(s.left,0),t=Zv(s.right,0),n=Zv(s.top,0),r=Zv(s.bottom,0);u?y=f-2*(0!==e||0!==t?e+t:Zv(s.left,s.right)):x=m-2*(0!==n||0!==r?n+r:Zv(s.top,s.bottom))}await o({...t,availableWidth:y,availableHeight:x});const M=await a.getDimensions(l.floating);return f!==M.width||m!==M.height?{reset:{rects:!0}}:{}}}},Hh=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...a}=Nv(e,t);switch(r){case"referenceHidden":{const e=Xv(await Yv(t,{...a,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Kv(e)}}}case"escaped":{const e=Xv(await Yv(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:Kv(e)}}}default:return{}}}}},Nh=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:a,rects:l,platform:o,elements:i,middlewareData:s}=t,{element:d,padding:c=0}=Nv(e,t)||{};if(null==d)return{};const u=$v(c),f={x:n,y:r},m=Tv(a),v=Fv(m),h=await o.getDimensions(d),g="y"===m,w=g?"top":"left",p=g?"bottom":"right",b=g?"clientHeight":"clientWidth",E=l.reference[v]+l.reference[m]-f[m]-l.floating[v],x=f[m]-l.reference[m],y=await(null==o.getOffsetParent?void 0:o.getOffsetParent(d));let M=y?y[b]:0;M&&await(null==o.isElement?void 0:o.isElement(y))||(M=i.floating[b]||l.floating[v]);const k=E/2-x/2,C=M/2-h[v]/2-1,R=Av(u[w],C),I=Av(u[p],C),L=R,A=M-h[v]-I,Z=M/2-h[v]/2+k,O=Hv(L,Z,A),j=!s.arrow&&null!=Pv(a)&&Z!==O&&l.reference[v]/2-(Z<L?R:I)-h[v]/2<0,S=j?Z<L?Z-L:Z-A:0;return{[m]:f[m]+S,data:{[m]:O,centerOffset:Z-O-S,...j&&{alignmentOffset:S}},reset:j}}}),Dh=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:a,rects:l,middlewareData:o}=t,{offset:i=0,mainAxis:s=!0,crossAxis:d=!0}=Nv(e,t),c={x:n,y:r},u=_v(a),f=Wv(u);let m=c[f],v=c[u];const h=Nv(i,t),g="number"==typeof h?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(s){const e="y"===f?"height":"width",t=l.reference[f]-l.floating[e]+g.mainAxis,n=l.reference[f]+l.reference[e]-g.mainAxis;m<t?m=t:m>n&&(m=n)}if(d){var w,p;const e="y"===f?"width":"height",t=["top","left"].includes(Dv(a)),n=l.reference[u]-l.floating[e]+(t&&(null==(w=o.offset)?void 0:w[u])||0)+(t?0:g.crossAxis),r=l.reference[u]+l.reference[e]+(t?0:(null==(p=o.offset)?void 0:p[u])||0)-(t?g.crossAxis:0);v<n?v=n:v>r&&(v=r)}return{[f]:m,[u]:v}}}},Ph=(e,t,n)=>{const r=new Map,a={platform:Zh,...n},l={...a.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:l=[],platform:o}=n,i=l.filter(Boolean),s=await(null==o.isRTL?void 0:o.isRTL(t));let d=await o.getElementRects({reference:e,floating:t,strategy:a}),{x:c,y:u}=Uv(d,r,s),f=r,m={},v=0;for(let n=0;n<i.length;n++){const{name:l,fn:h}=i[n],{x:g,y:w,data:p,reset:b}=await h({x:c,y:u,initialPlacement:r,placement:f,strategy:a,middlewareData:m,rects:d,platform:o,elements:{reference:e,floating:t}});c=null!=g?g:c,u=null!=w?w:u,m={...m,[l]:{...m[l],...p}},b&&v<=50&&(v++,"object"==typeof b&&(b.placement&&(f=b.placement),b.rects&&(d=!0===b.rects?await o.getElementRects({reference:e,floating:t,strategy:a}):b.rects),({x:c,y:u}=Uv(d,f,s))),n=-1)}return{x:c,y:u,placement:f,strategy:a,middlewareData:m}})(e,t,{...a,platform:l})};var Wh="undefined"!=typeof document?m:o;function Fh(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let n,r,a;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;0!=r--;)if(!Fh(e[r],t[r]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!{}.hasOwnProperty.call(t,a[r]))return!1;for(r=n;0!=r--;){const n=a[r];if(("_owner"!==n||!e.$$typeof)&&!Fh(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function _h(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Th(e,t){const n=_h(e);return Math.round(t*n)/n}function zh(t){const n=e.useRef(t);return Wh((()=>{n.current=t})),n}const Gh=e=>({name:"arrow",options:e,fn(t){const{element:n,padding:r}="function"==typeof e?e(t):e;return n&&(a=n,{}.hasOwnProperty.call(a,"current"))?null!=n.current?Nh({element:n.current,padding:r}).fn(t):{}:n?Nh({element:n,padding:r}).fn(t):{};var a}}),$h=(e,t)=>({...jh(e),options:[e,t]}),qh=(e,t)=>({...Sh(e),options:[e,t]}),Uh=(e,t)=>({...Dh(e),options:[e,t]}),Yh=(e,t)=>({...Bh(e),options:[e,t]}),Xh=(e,t)=>({...Vh(e),options:[e,t]}),Kh=(e,t)=>({...Hh(e),options:[e,t]}),Qh=(e,t)=>({...Gh(e),options:[e,t]});var Jh=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,n)=>{const r=e.forwardRef(((e,t)=>{const{asChild:r,...a}=e,l=r?Bu:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),p(l,{...a,ref:t})}));return r.displayName=`Primitive.${n}`,{...t,[n]:r}}),{}),eg=e.forwardRef(((e,t)=>{const{children:n,width:r=10,height:a=5,...l}=e;return p(Jh.svg,{...l,ref:t,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:p("polygon",{points:"0,0 30,0 15,10"})})}));eg.displayName="Arrow";var tg=eg;function ng(...t){return e.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...t),t)}function rg(...t){const n=t[0];if(1===t.length)return n;const r=()=>{const r=t.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(t){const a=r.reduce(((e,{useScope:n,scopeName:r})=>({...e,...n(t)[`__scope${r}`]})),{});return e.useMemo((()=>({[`__scope${n.scopeName}`]:a})),[a])}};return r.scopeName=n.scopeName,r}var ag=Boolean(globalThis?.document)?e.useLayoutEffect:()=>{};var lg="Popper",[og,ig]=function(t,n=[]){let r=[];const a=()=>{const n=r.map((t=>e.createContext(t)));return function(r){const a=r?.[t]||n;return e.useMemo((()=>({[`__scope${t}`]:{...r,[t]:a}})),[r,a])}};return a.scopeName=t,[function(n,a){const l=e.createContext(a),o=r.length;function i(n){const{scope:r,children:a,...i}=n,s=r?.[t][o]||l,d=e.useMemo((()=>i),Object.values(i));return p(s.Provider,{value:d,children:a})}return r=[...r,a],i.displayName=n+"Provider",[i,function(r,i){const s=i?.[t][o]||l,d=e.useContext(s);if(d)return d;if(void 0!==a)return a;throw new Error(`\`${r}\` must be used within \`${n}\``)}]},rg(a,...n)]}(lg),[sg,dg]=og(lg),cg=t=>{const{__scopePopper:n,children:r}=t,[a,l]=e.useState(null);return p(sg,{scope:n,anchor:a,onAnchorChange:l,children:r})};cg.displayName=lg;var ug="PopperAnchor",fg=e.forwardRef(((t,n)=>{const{__scopePopper:r,virtualRef:a,...l}=t,o=dg(ug,r),i=e.useRef(null),s=ng(n,i);return e.useEffect((()=>{o.onAnchorChange(a?.current||i.current)})),a?null:p(Jh.div,{...l,ref:s})}));fg.displayName=ug;var mg="PopperContent",[vg,hg]=og(mg),gg=e.forwardRef(((t,n)=>{const{__scopePopper:r,side:a="bottom",sideOffset:l=0,align:o="center",alignOffset:i=0,arrowPadding:s=0,avoidCollisions:d=!0,collisionBoundary:c=[],collisionPadding:u=0,sticky:f="partial",hideWhenDetached:m=!1,updatePositionStrategy:v="optimized",onPlaced:h,...g}=t,w=dg(mg,r),[b,E]=e.useState(null),x=ng(n,(e=>E(e))),[y,k]=e.useState(null),C=function(t){const[n,r]=e.useState(void 0);return ag((()=>{if(t){r({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver((e=>{if(!Array.isArray(e))return;if(!e.length)return;const n=e[0];let a,l;if("borderBoxSize"in n){const e=n.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,l=t.blockSize}else a=t.offsetWidth,l=t.offsetHeight;r({width:a,height:l})}));return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}r(void 0)}),[t]),n}(y),R=C?.width??0,I=C?.height??0,L=a+("center"!==o?"-"+o:""),A="number"==typeof u?u:{top:0,right:0,bottom:0,left:0,...u},Z=Array.isArray(c)?c:[c],O=Z.length>0,j={padding:A,boundary:Z.filter(Eg),altBoundary:O},{refs:S,floatingStyles:B,placement:V,isPositioned:H,middlewareData:N}=function(t){void 0===t&&(t={});const{placement:n="bottom",strategy:r="absolute",middleware:a=[],platform:l,elements:{reference:o,floating:i}={},transform:s=!0,whileElementsMounted:d,open:c}=t,[u,f]=e.useState({x:0,y:0,strategy:r,placement:n,middlewareData:{},isPositioned:!1}),[m,v]=e.useState(a);Fh(m,a)||v(a);const[h,g]=e.useState(null),[w,p]=e.useState(null),b=e.useCallback((e=>{e!==k.current&&(k.current=e,g(e))}),[]),E=e.useCallback((e=>{e!==C.current&&(C.current=e,p(e))}),[]),x=o||h,y=i||w,k=e.useRef(null),C=e.useRef(null),R=e.useRef(u),I=null!=d,L=zh(d),A=zh(l),Z=e.useCallback((()=>{if(!k.current||!C.current)return;const e={placement:n,strategy:r,middleware:m};A.current&&(e.platform=A.current),Ph(k.current,C.current,e).then((e=>{const t={...e,isPositioned:!0};O.current&&!Fh(R.current,t)&&(R.current=t,M.flushSync((()=>{f(t)})))}))}),[m,n,r,A]);Wh((()=>{!1===c&&R.current.isPositioned&&(R.current.isPositioned=!1,f((e=>({...e,isPositioned:!1}))))}),[c]);const O=e.useRef(!1);Wh((()=>(O.current=!0,()=>{O.current=!1})),[]),Wh((()=>{if(x&&(k.current=x),y&&(C.current=y),x&&y){if(L.current)return L.current(x,y,Z);Z()}}),[x,y,Z,L,I]);const j=e.useMemo((()=>({reference:k,floating:C,setReference:b,setFloating:E})),[b,E]),S=e.useMemo((()=>({reference:x,floating:y})),[x,y]),B=e.useMemo((()=>{const e={position:r,left:0,top:0};if(!S.floating)return e;const t=Th(S.floating,u.x),n=Th(S.floating,u.y);return s?{...e,transform:"translate("+t+"px, "+n+"px)",..._h(S.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:t,top:n}}),[r,s,S.floating,u.x,u.y]);return e.useMemo((()=>({...u,update:Z,refs:j,elements:S,floatingStyles:B})),[u,Z,j,S,B])}({strategy:"fixed",placement:L,whileElementsMounted:(...e)=>Oh(...e,{animationFrame:"always"===v}),elements:{reference:w.anchor},middleware:[$h({mainAxis:l+I,alignmentAxis:i}),d&&qh({mainAxis:!0,crossAxis:!1,limiter:"partial"===f?Uh():void 0,...j}),d&&Yh({...j}),Xh({...j,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{const{width:a,height:l}=t.reference,o=e.floating.style;o.setProperty("--radix-popper-available-width",`${n}px`),o.setProperty("--radix-popper-available-height",`${r}px`),o.setProperty("--radix-popper-anchor-width",`${a}px`),o.setProperty("--radix-popper-anchor-height",`${l}px`)}}),y&&Qh({element:y,padding:s}),xg({arrowWidth:R,arrowHeight:I}),m&&Kh({strategy:"referenceHidden",...j})]}),[D,P]=yg(V),W=function(t){const n=e.useRef(t);return e.useEffect((()=>{n.current=t})),e.useMemo((()=>(...e)=>n.current?.(...e)),[])}(h);ag((()=>{H&&W?.()}),[H,W]);const F=N.arrow?.x,_=N.arrow?.y,T=0!==N.arrow?.centerOffset,[z,G]=e.useState();return ag((()=>{b&&G(window.getComputedStyle(b).zIndex)}),[b]),p("div",{ref:S.setFloating,"data-radix-popper-content-wrapper":"",style:{...B,transform:H?B.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:z,"--radix-popper-transform-origin":[N.transformOrigin?.x,N.transformOrigin?.y].join(" "),...N.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:p(vg,{scope:r,placedSide:D,onArrowChange:k,arrowX:F,arrowY:_,shouldHideArrow:T,children:p(Jh.div,{"data-side":D,"data-align":P,...g,ref:x,style:{...g.style,animation:H?void 0:"none"}})})})}));gg.displayName=mg;var wg="PopperArrow",pg={top:"bottom",right:"left",bottom:"top",left:"right"},bg=e.forwardRef((function(e,t){const{__scopePopper:n,...r}=e,a=hg(wg,n),l=pg[a.placedSide];return p("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[l]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0},children:p(tg,{...r,ref:t,style:{...r.style,display:"block"}})})}));function Eg(e){return null!==e}bg.displayName=wg;var xg=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:r,middlewareData:a}=t,l=0!==a.arrow?.centerOffset,o=l?0:e.arrowWidth,i=l?0:e.arrowHeight,[s,d]=yg(n),c={start:"0%",center:"50%",end:"100%"}[d],u=(a.arrow?.x??0)+o/2,f=(a.arrow?.y??0)+i/2;let m="",v="";return"bottom"===s?(m=l?c:`${u}px`,v=-i+"px"):"top"===s?(m=l?c:`${u}px`,v=`${r.floating.height+i}px`):"right"===s?(m=-i+"px",v=l?c:`${f}px`):"left"===s&&(m=`${r.floating.width+i}px`,v=l?c:`${f}px`),{data:{x:m,y:v}}}});function yg(e){const[t,n="center"]=e.split("-");return[t,n]}var Mg=cg,kg=fg,Cg=gg,Rg=bg,Ig=e.forwardRef(((t,n)=>{const{container:r,...a}=t,[l,o]=e.useState(!1);kv((()=>o(!0)),[]);const i=r||l&&globalThis?.document?.body;return i?k.createPortal(p(nv.div,{...a,ref:n}),i):null}));Ig.displayName="Portal";var Lg=t=>{const{present:n,children:r}=t,a=function(t){const[n,r]=e.useState(),a=e.useRef({}),l=e.useRef(t),o=e.useRef("none"),i=t?"mounted":"unmounted",[s,d]=function(t,n){return e.useReducer(((e,t)=>n[e][t]??e),t)}(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect((()=>{const e=Ag(a.current);o.current="mounted"===s?e:"none"}),[s]),kv((()=>{const e=a.current,n=l.current;if(n!==t){const r=o.current,a=Ag(e);if(t)d("MOUNT");else if("none"===a||"none"===e?.display)d("UNMOUNT");else{d(n&&r!==a?"ANIMATION_OUT":"UNMOUNT")}l.current=t}}),[t,d]),kv((()=>{if(n){const e=e=>{const t=Ag(a.current).includes(e.animationName);e.target===n&&t&&M.flushSync((()=>d("ANIMATION_END")))},t=e=>{e.target===n&&(o.current=Ag(a.current))};return n.addEventListener("animationstart",t),n.addEventListener("animationcancel",e),n.addEventListener("animationend",e),()=>{n.removeEventListener("animationstart",t),n.removeEventListener("animationcancel",e),n.removeEventListener("animationend",e)}}d("ANIMATION_END")}),[n,d]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:e.useCallback((e=>{e&&(a.current=getComputedStyle(e)),r(e)}),[])}}(n),l="function"==typeof r?r({present:a.isPresent}):e.Children.only(r),o=ev(a.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;if(n)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n)return e.props.ref;return e.props.ref||e.ref}(l));return"function"==typeof r||a.isPresent?e.cloneElement(l,{ref:o}):null};function Ag(e){return e?.animationName||"none"}function Zg({prop:t,defaultProp:n,onChange:r=(()=>{})}){const[a,l]=function({defaultProp:t,onChange:n}){const r=e.useState(t),[a]=r,l=e.useRef(a),o=rv(n);return e.useEffect((()=>{l.current!==a&&(o(a),l.current=a)}),[a,l,o]),r}({defaultProp:n,onChange:r}),o=void 0!==t,i=o?t:a,s=rv(r);return[i,e.useCallback((e=>{if(o){const n="function"==typeof e?e(t):e;n!==t&&s(n)}else l(e)}),[o,t,l,s])]}Lg.displayName="Presence";var Og=new WeakMap,jg=new WeakMap,Sg={},Bg=0,Vg=function(e){return e&&(e.host||Vg(e.parentNode))},Hg=function(e,t,n,r){var a=function(e,t){return t.map((function(t){if(e.contains(t))return t;var n=Vg(t);return n&&e.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)})).filter((function(e){return Boolean(e)}))}(t,Array.isArray(e)?e:[e]);Sg[n]||(Sg[n]=new WeakMap);var l=Sg[n],o=[],i=new Set,s=new Set(a),d=function(e){e&&!i.has(e)&&(i.add(e),d(e.parentNode))};a.forEach(d);var c=function(e){e&&!s.has(e)&&Array.prototype.forEach.call(e.children,(function(e){if(i.has(e))c(e);else try{var t=e.getAttribute(r),a=null!==t&&"false"!==t,s=(Og.get(e)||0)+1,d=(l.get(e)||0)+1;Og.set(e,s),l.set(e,d),o.push(e),1===s&&a&&jg.set(e,!0),1===d&&e.setAttribute(n,"true"),a||e.setAttribute(r,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}}))};return c(t),i.clear(),Bg++,function(){o.forEach((function(e){var t=Og.get(e)-1,a=l.get(e)-1;Og.set(e,t),l.set(e,a),t||(jg.has(e)||e.removeAttribute(r),jg.delete(e)),a||e.removeAttribute(n)})),--Bg||(Og=new WeakMap,Og=new WeakMap,jg=new WeakMap,Sg={})}},Ng=function(e,t,n){void 0===n&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),a=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live]"))),Hg(r,a,n,"aria-hidden")):function(){return null}},Dg="right-scroll-bar-position",Pg="width-before-scroll-bar";function Wg(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var Fg="undefined"!=typeof window?e.useLayoutEffect:e.useEffect,_g=new WeakMap;function Tg(e,t){var n,r,a,o=(n=null,r=function(t){return e.forEach((function(e){return Wg(e,t)}))},(a=l((function(){return{value:n,callback:r,facade:{get current(){return a.value},set current(e){var t=a.value;t!==e&&(a.value=e,a.callback(e,t))}}}}))[0]).callback=r,a.facade);return Fg((function(){var t=_g.get(o);if(t){var n=new Set(t),r=new Set(e),a=o.current;n.forEach((function(e){r.has(e)||Wg(e,null)})),r.forEach((function(e){n.has(e)||Wg(e,a)}))}_g.set(o,e)}),[e]),o}function zg(e){return e}function Gg(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=zg);var n=[],r=!1;return{read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var a=t(e,r);return n.push(a),function(){n=n.filter((function(e){return e!==a}))}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var a=n;n=[],a.forEach(e),t=n}var l=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(l)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=Cc({async:!0,ssr:!1},e),t}var $g=function(t){var n=t.sideCar,r=Rc(t,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var a=n.read();if(!a)throw new Error("Sidecar medium not found");return e.createElement(a,Cc({},r))};function qg(e,t){return e.useMedium(t),$g}$g.isSideCarExport=!0;var Ug=Gg(),Yg=function(){},Xg=e.forwardRef((function(t,n){var r=e.useRef(null),a=e.useState({onScrollCapture:Yg,onWheelCapture:Yg,onTouchMoveCapture:Yg}),l=a[0],o=a[1],i=t.forwardProps,s=t.children,d=t.className,c=t.removeScrollBar,u=t.enabled,f=t.shards,m=t.sideCar,v=t.noIsolation,h=t.inert,g=t.allowPinchZoom,w=t.as,p=void 0===w?"div":w,b=t.gapMode,E=Rc(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),x=m,y=Tg([r,n]),M=Cc(Cc({},E),l);return e.createElement(e.Fragment,null,u&&e.createElement(x,{sideCar:Ug,removeScrollBar:c,shards:f,noIsolation:v,inert:h,setCallbacks:o,allowPinchZoom:!!g,lockRef:r,gapMode:b}),i?e.cloneElement(e.Children.only(s),Cc(Cc({},M),{ref:y})):e.createElement(p,Cc({},M,{className:d,ref:y}),s))}));Xg.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Xg.classNames={fullWidth:Pg,zeroRight:Dg};function Kg(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var Qg=function(){var e=0,t=null;return{add:function(n){var r,a;0==e&&(t=Kg())&&(a=n,(r=t).styleSheet?r.styleSheet.cssText=a:r.appendChild(document.createTextNode(a)),function(e){(document.head||document.getElementsByTagName("head")[0]).appendChild(e)}(t)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Jg=function(){var t,n=(t=Qg(),function(n,r){e.useEffect((function(){return t.add(n),function(){t.remove()}}),[n&&r])});return function(e){var t=e.styles,r=e.dynamic;return n(t,r),null}},ew={left:0,top:0,right:0,gap:0},tw=function(e){return parseInt(e||"",10)||0},nw=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return ew;var t=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],r=t["padding"===e?"paddingTop":"marginTop"],a=t["padding"===e?"paddingRight":"marginRight"];return[tw(n),tw(r),tw(a)]}(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},rw=Jg(),aw="data-scroll-locked",lw=function(e,t,n,r){var a=e.left,l=e.top,o=e.right,i=e.gap;return void 0===n&&(n="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(r,";\n padding-right: ").concat(i,"px ").concat(r,";\n }\n body[").concat(aw,"] {\n overflow: hidden ").concat(r,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(r,";"),"margin"===n&&"\n padding-left: ".concat(a,"px;\n padding-top: ").concat(l,"px;\n padding-right: ").concat(o,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(i,"px ").concat(r,";\n "),"padding"===n&&"padding-right: ".concat(i,"px ").concat(r,";")].filter(Boolean).join(""),"\n }\n \n .").concat(Dg," {\n right: ").concat(i,"px ").concat(r,";\n }\n \n .").concat(Pg," {\n margin-right: ").concat(i,"px ").concat(r,";\n }\n \n .").concat(Dg," .").concat(Dg," {\n right: 0 ").concat(r,";\n }\n \n .").concat(Pg," .").concat(Pg," {\n margin-right: 0 ").concat(r,";\n }\n \n body[").concat(aw,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(i,"px;\n }\n")},ow=function(){var e=parseInt(document.body.getAttribute(aw)||"0",10);return isFinite(e)?e:0},iw=function(t){var n=t.noRelative,r=t.noImportant,a=t.gapMode,l=void 0===a?"margin":a;e.useEffect((function(){return document.body.setAttribute(aw,(ow()+1).toString()),function(){var e=ow()-1;e<=0?document.body.removeAttribute(aw):document.body.setAttribute(aw,e.toString())}}),[]);var o=e.useMemo((function(){return nw(l)}),[l]);return e.createElement(rw,{styles:lw(o,!n,l,r?"":"!important")})},sw=!1;if("undefined"!=typeof window)try{var dw=Object.defineProperty({},"passive",{get:function(){return sw=!0,!0}});window.addEventListener("test",dw,dw),window.removeEventListener("test",dw,dw)}catch(e){sw=!1}var cw=!!sw&&{passive:!1},uw=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},fw=function(e,t){var n=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),mw(e,r)){var a=vw(e,r);if(a[1]>a[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},mw=function(e,t){return"v"===e?function(e){return uw(e,"overflowY")}(t):function(e){return uw(e,"overflowX")}(t)},vw=function(e,t){return"v"===e?[(n=t).scrollTop,n.scrollHeight,n.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var n},hw=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},gw=function(e){return[e.deltaX,e.deltaY]},ww=function(e){return e&&"current"in e?e.current:e},pw=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},bw=0,Ew=[];function xw(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var yw=qg(Ug,(function(t){var n=e.useRef([]),r=e.useRef([0,0]),a=e.useRef(),l=e.useState(bw++)[0],o=e.useState(Jg)[0],i=e.useRef(t);e.useEffect((function(){i.current=t}),[t]),e.useEffect((function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(l));var e=Ic([t.lockRef.current],(t.shards||[]).map(ww),!0).filter(Boolean);return e.forEach((function(e){return e.classList.add("allow-interactivity-".concat(l))})),function(){document.body.classList.remove("block-interactivity-".concat(l)),e.forEach((function(e){return e.classList.remove("allow-interactivity-".concat(l))}))}}}),[t.inert,t.lockRef.current,t.shards]);var s=e.useCallback((function(e,t){if("touches"in e&&2===e.touches.length)return!i.current.allowPinchZoom;var n,l=hw(e),o=r.current,s="deltaX"in e?e.deltaX:o[0]-l[0],d="deltaY"in e?e.deltaY:o[1]-l[1],c=e.target,u=Math.abs(s)>Math.abs(d)?"h":"v";if("touches"in e&&"h"===u&&"range"===c.type)return!1;var f=fw(u,c);if(!f)return!0;if(f?n=u:(n="v"===u?"h":"v",f=fw(u,c)),!f)return!1;if(!a.current&&"changedTouches"in e&&(s||d)&&(a.current=n),!n)return!0;var m=a.current||n;return function(e,t,n,r,a){var l=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),o=l*r,i=n.target,s=t.contains(i),d=!1,c=o>0,u=0,f=0;do{var m=vw(e,i),v=m[0],h=m[1]-m[2]-l*v;(v||h)&&mw(e,i)&&(u+=h,f+=v),i=i instanceof ShadowRoot?i.host:i.parentNode}while(!s&&i!==document.body||s&&(t.contains(i)||t===i));return c&&(Math.abs(u)<1||!a)?d=!0:c||!(Math.abs(f)<1)&&a||(d=!0),d}(m,t,e,"h"===m?s:d,!0)}),[]),d=e.useCallback((function(e){var t=e;if(Ew.length&&Ew[Ew.length-1]===o){var r="deltaY"in t?gw(t):hw(t),a=n.current.filter((function(e){return e.name===t.type&&(e.target===t.target||t.target===e.shadowParent)&&(n=e.delta,a=r,n[0]===a[0]&&n[1]===a[1]);var n,a}))[0];if(a&&a.should)t.cancelable&&t.preventDefault();else if(!a){var l=(i.current.shards||[]).map(ww).filter(Boolean).filter((function(e){return e.contains(t.target)}));(l.length>0?s(t,l[0]):!i.current.noIsolation)&&t.cancelable&&t.preventDefault()}}}),[]),c=e.useCallback((function(e,t,r,a){var l={name:e,delta:t,target:r,should:a,shadowParent:xw(r)};n.current.push(l),setTimeout((function(){n.current=n.current.filter((function(e){return e!==l}))}),1)}),[]),u=e.useCallback((function(e){r.current=hw(e),a.current=void 0}),[]),f=e.useCallback((function(e){c(e.type,gw(e),e.target,s(e,t.lockRef.current))}),[]),m=e.useCallback((function(e){c(e.type,hw(e),e.target,s(e,t.lockRef.current))}),[]);e.useEffect((function(){return Ew.push(o),t.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:m}),document.addEventListener("wheel",d,cw),document.addEventListener("touchmove",d,cw),document.addEventListener("touchstart",u,cw),function(){Ew=Ew.filter((function(e){return e!==o})),document.removeEventListener("wheel",d,cw),document.removeEventListener("touchmove",d,cw),document.removeEventListener("touchstart",u,cw)}}),[]);var v=t.removeScrollBar,h=t.inert;return e.createElement(e.Fragment,null,h?e.createElement(o,{styles:pw(l)}):null,v?e.createElement(iw,{gapMode:t.gapMode}):null)})),Mw=e.forwardRef((function(t,n){return e.createElement(Xg,Cc({},t,{ref:n,sideCar:yw}))}));Mw.classNames=Xg.classNames;var kw="Popover",[Cw,Rw]=function(t,n=[]){let r=[];const a=()=>{const n=r.map((t=>e.createContext(t)));return function(r){const a=r?.[t]||n;return e.useMemo((()=>({[`__scope${t}`]:{...r,[t]:a}})),[r,a])}};return a.scopeName=t,[function(n,a){const l=e.createContext(a),o=r.length;function i(n){const{scope:r,children:a,...i}=n,s=r?.[t][o]||l,d=e.useMemo((()=>i),Object.values(i));return p(s.Provider,{value:d,children:a})}return r=[...r,a],i.displayName=n+"Provider",[i,function(r,i){const s=i?.[t][o]||l,d=e.useContext(s);if(d)return d;if(void 0!==a)return a;throw new Error(`\`${r}\` must be used within \`${n}\``)}]},tv(a,...n)]}(kw,[ig]),Iw=ig(),[Lw,Aw]=Cw(kw),Zw=t=>{const{__scopePopover:n,children:r,open:a,defaultOpen:l,onOpenChange:o,modal:i=!1}=t,s=Iw(n),d=e.useRef(null),[c,u]=e.useState(!1),[f=!1,m]=Zg({prop:a,defaultProp:l,onChange:o});return p(Mg,{...s,children:p(Lw,{scope:n,contentId:Iv(),triggerRef:d,open:f,onOpenChange:m,onOpenToggle:e.useCallback((()=>m((e=>!e))),[m]),hasCustomAnchor:c,onCustomAnchorAdd:e.useCallback((()=>u(!0)),[]),onCustomAnchorRemove:e.useCallback((()=>u(!1)),[]),modal:i,children:r})})};Zw.displayName=kw;var Ow="PopoverAnchor";e.forwardRef(((t,n)=>{const{__scopePopover:r,...a}=t,l=Aw(Ow,r),o=Iw(r),{onCustomAnchorAdd:i,onCustomAnchorRemove:s}=l;return e.useEffect((()=>(i(),()=>s())),[i,s]),p(kg,{...o,...a,ref:n})})).displayName=Ow;var jw="PopoverTrigger",Sw=e.forwardRef(((e,t)=>{const{__scopePopover:n,...r}=e,a=Aw(jw,n),l=Iw(n),o=ev(t,a.triggerRef),i=p(nv.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":zw(a.open),...r,ref:o,onClick:Jm(e.onClick,a.onOpenToggle)});return a.hasCustomAnchor?i:p(kg,{asChild:!0,...l,children:i})}));Sw.displayName=jw;var Bw="PopoverPortal",[Vw,Hw]=Cw(Bw,{forceMount:void 0}),Nw=e=>{const{__scopePopover:t,forceMount:n,children:r,container:a}=e,l=Aw(Bw,t);return p(Vw,{scope:t,forceMount:n,children:p(Lg,{present:n||l.open,children:p(Ig,{asChild:!0,container:a,children:r})})})};Nw.displayName=Bw;var Dw="PopoverContent",Pw=e.forwardRef(((e,t)=>{const n=Hw(Dw,e.__scopePopover),{forceMount:r=n.forceMount,...a}=e,l=Aw(Dw,e.__scopePopover);return p(Lg,{present:r||l.open,children:l.modal?p(Ww,{...a,ref:t}):p(Fw,{...a,ref:t})})}));Pw.displayName=Dw;var Ww=e.forwardRef(((t,n)=>{const r=Aw(Dw,t.__scopePopover),a=e.useRef(null),l=ev(n,a),o=e.useRef(!1);return e.useEffect((()=>{const e=a.current;if(e)return Ng(e)}),[]),p(Mw,{as:Bu,allowPinchZoom:!0,children:p(_w,{...t,ref:l,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Jm(t.onCloseAutoFocus,(e=>{e.preventDefault(),o.current||r.triggerRef.current?.focus()})),onPointerDownOutside:Jm(t.onPointerDownOutside,(e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,r=2===t.button||n;o.current=r}),{checkForDefaultPrevented:!1}),onFocusOutside:Jm(t.onFocusOutside,(e=>e.preventDefault()),{checkForDefaultPrevented:!1})})})})),Fw=e.forwardRef(((t,n)=>{const r=Aw(Dw,t.__scopePopover),a=e.useRef(!1),l=e.useRef(!1);return p(_w,{...t,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:e=>{t.onCloseAutoFocus?.(e),e.defaultPrevented||(a.current||r.triggerRef.current?.focus(),e.preventDefault()),a.current=!1,l.current=!1},onInteractOutside:e=>{t.onInteractOutside?.(e),e.defaultPrevented||(a.current=!0,"pointerdown"===e.detail.originalEvent.type&&(l.current=!0));const n=e.target,o=r.triggerRef.current?.contains(n);o&&e.preventDefault(),"focusin"===e.detail.originalEvent.type&&l.current&&e.preventDefault()}})})),_w=e.forwardRef(((t,n)=>{const{__scopePopover:r,trapFocus:a,onOpenAutoFocus:l,onCloseAutoFocus:o,disableOutsidePointerEvents:i,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:c,onInteractOutside:u,...f}=t,m=Aw(Dw,r),v=Iw(r);return e.useEffect((()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??mv()),document.body.insertAdjacentElement("beforeend",e[1]??mv()),fv++,()=>{1===fv&&document.querySelectorAll("[data-radix-focus-guard]").forEach((e=>e.remove())),fv--}}),[]),p(wv,{asChild:!0,loop:!0,trapped:a,onMountAutoFocus:l,onUnmountAutoFocus:o,children:p(dv,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:s,onPointerDownOutside:d,onFocusOutside:c,onDismiss:()=>m.onOpenChange(!1),children:p(Cg,{"data-state":zw(m.open),role:"dialog",id:m.contentId,...v,...f,ref:n,style:{...f.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})})),Tw="PopoverClose";e.forwardRef(((e,t)=>{const{__scopePopover:n,...r}=e,a=Aw(Tw,n);return p(nv.button,{type:"button",...r,ref:t,onClick:Jm(e.onClick,(()=>a.onOpenChange(!1)))})})).displayName=Tw;function zw(e){return e?"open":"closed"}e.forwardRef(((e,t)=>{const{__scopePopover:n,...r}=e,a=Iw(n);return p(Rg,{...a,...r,ref:t})})).displayName="PopoverArrow";var Gw=Nw,$w=Pw;const qw=Zw,Uw=Sw,Yw=e.forwardRef(((e,t)=>{var{className:n,align:r="center",sideOffset:a=4}=e,l=Rc(e,["className","align","sideOffset"]);return p(Gw,{children:p($w,Object.assign({ref:t,align:r,sideOffset:a,className:Zc("z-50 min-w-72 rounded-md border bg-base-popup-highlight border-none overflow-hidden p-0 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",n)},l))})}));Yw.displayName=$w.displayName;const Xw=({date:e,onSelect:t,textInputProps:n})=>{const[r,a]=l(!1);return p("div",{children:b(qw,{open:r,onOpenChange:a,children:[p(Uw,{asChild:!0,children:p("div",{className:"flex",children:p(Wc,Object.assign({fullwidth:!0,id:"2",readOnly:!0,label:"Date",size:"md",value:e?xm(e,"dd MMM yyyy"):r?" ":"",hasClearIcon:!1,endIcon:p(Qe,{fill:"inherit"})},n))})}),p(Yw,{className:"w-auto p-0",children:p(Qm,{mode:"single",selected:e,onSelect:(...e)=>{null==t||t(...e),a(!1)}})})]})})},Kw=({progress:e=0,color:t,gradientStart:n,gradientEnd:r,animationDuration:a=.5,height:i=8,trackClassName:s,progressClassName:d})=>{const[c,u]=l(0);o((()=>{u(e)}),[e]);return p("div",{className:Zc("w-full bg-grey2-transparent-16 rounded-full overflow-hidden",s),style:{height:`${i}px`},children:p("div",{className:Zc("h-full rounded-full transition-all ease-out bg-primary",d),style:{width:`${c}%`,background:n&&r?`linear-gradient(to right, ${n}, ${r})`:t,transition:`width ${a}s ease-out`}})})},Qw=x(["text-inherit"],{variants:{color:{primary:"text-primary",secondary:"text-secondary",tertiary:"text-tertiary",success:"text-success",info:"text-info",warning:"text-warning",error:"text-error",inherit:"text-inherit"},size:{sm:"size-4",md:"size-6",lg:"size-8",inherit:""}},defaultVariants:{size:"inherit",color:"inherit"}}),Jw=e=>{var{name:n,type:r="heroicons",color:a="inherit",variant:l="solid",size:o="md",className:i}=e,s=Rc(e,["name","type","color","variant","size","className"]);const[d,c]=t.useState(null);return t.useEffect((()=>{(async()=>{const e=((e,t,n)=>{var r,a;return null===(a=null===(r=Ec[e])||void 0===r?void 0:r[t])||void 0===a?void 0:a[n]})(r,n,l);e?c((()=>e)):console.warn(`Icon "${n}" from "${r}" not found.`)})()}),[n,r,l]),p(d||"svg",Object.assign({className:Zc(Qw({color:a,size:o}),i)},s))},ep=e.forwardRef(((e,t)=>{var{className:n,rootRef:r}=e,a=Rc(e,["className","rootRef"]);return p("div",{className:"relative h-full w-full overflow-auto",ref:r,children:p("table",Object.assign({ref:t,className:Zc("w-full caption-bottom text-sm border-collapse",n)},a))})}));ep.displayName="Table";const tp=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("thead",Object.assign({ref:t,className:Zc("[&_tr]:border-b bg-secondary-80",n)},r))}));tp.displayName="TableHeader";const np=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("tbody",Object.assign({ref:t,className:Zc("[&_tr:last-child]:border-0",n)},r))}));np.displayName="TableBody";const rp=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("tfoot",Object.assign({ref:t,className:Zc("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",n)},r))}));rp.displayName="TableFooter";const ap=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("tr",Object.assign({ref:t,className:Zc("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-grey-20",n)},r))}));ap.displayName="TableRow";const lp=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("th",Object.assign({ref:t,className:Zc(" h-12 py-3 px-6 text-left align-middle typography-body2 text-text-grey-dark [&:has([role=checkbox])]:pr-4 [&:has([role=checkbox])]:w-4",n)},r))}));lp.displayName="TableHead";const op=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("td",Object.assign({ref:t,className:Zc(" py-3 px-6 text-left align-middle typography-body3 text-text-grey-dark [&:has([role=checkbox])]:pr-4 [&:has([role=checkbox])]:w-4",n)},r))}));op.displayName="TableCell";const ip=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p("caption",Object.assign({ref:t,className:Zc("mt-4 text-sm text-muted-foreground",n)},r))}));
2
2
  /**
3
3
  * table-core
4
4
  *
@@ -9,7 +9,7 @@ import{jsxs as e,jsx as t,Fragment as n}from"react/jsx-runtime";import*as o from
9
9
  *
10
10
  * @license MIT
11
11
  */
12
- function yl(e,t){return"function"==typeof e?e(t):e}function wl(e,t){return n=>{t.setState((t=>({...t,[e]:yl(n,t[e])})))}}function xl(e){return e instanceof Function}function Cl(e,t,n){let o,r=[];return a=>{let i;n.key&&n.debug&&(i=Date.now());const l=e(a),s=l.length!==r.length||l.some(((e,t)=>r[t]!==e));if(!s)return o;let u;if(r=l,n.key&&n.debug&&(u=Date.now()),o=t(...l),null==n||null==n.onChange||n.onChange(o),n.key&&n.debug&&null!=n&&n.debug()){const e=Math.round(100*(Date.now()-i))/100,t=Math.round(100*(Date.now()-u))/100,o=t/16,r=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e;return e};console.info(`%c⏱ ${r(t,5)} /${r(e,5)} ms`,`\n font-size: .6rem;\n font-weight: bold;\n color: hsl(${Math.max(0,Math.min(120-120*o,120))}deg 100% 31%);`,null==n?void 0:n.key)}return o}}function Sl(e,t,n,o){return{debug:()=>{var n;return null!=(n=null==e?void 0:e.debugAll)?n:e[t]},key:"development"===process.env.NODE_ENV&&n,onChange:o}}vl.displayName="TableCaption";const Nl="debugHeaders";function El(e,t,n){var o;let r={id:null!=(o=n.id)?o:t.id,column:t,index:n.index,isPlaceholder:!!n.isPlaceholder,placeholderId:n.placeholderId,depth:n.depth,subHeaders:[],colSpan:0,rowSpan:0,headerGroup:null,getLeafHeaders:()=>{const e=[],t=n=>{n.subHeaders&&n.subHeaders.length&&n.subHeaders.map(t),e.push(n)};return t(r),e},getContext:()=>({table:e,header:r,column:t})};return e._features.forEach((t=>{null==t.createHeader||t.createHeader(r,e)})),r}const Rl={createTable:e=>{e.getHeaderGroups=Cl((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,n,o,r)=>{var a,i;const l=null!=(a=null==o?void 0:o.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?a:[],s=null!=(i=null==r?void 0:r.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?i:[];return Ml(t,[...l,...n.filter((e=>!(null!=o&&o.includes(e.id)||null!=r&&r.includes(e.id)))),...s],e)}),Sl(e.options,Nl,"getHeaderGroups")),e.getCenterHeaderGroups=Cl((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,n,o,r)=>Ml(t,n=n.filter((e=>!(null!=o&&o.includes(e.id)||null!=r&&r.includes(e.id)))),e,"center")),Sl(e.options,Nl,"getCenterHeaderGroups")),e.getLeftHeaderGroups=Cl((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left]),((t,n,o)=>{var r;return Ml(t,null!=(r=null==o?void 0:o.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?r:[],e,"left")}),Sl(e.options,Nl,"getLeftHeaderGroups")),e.getRightHeaderGroups=Cl((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right]),((t,n,o)=>{var r;return Ml(t,null!=(r=null==o?void 0:o.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?r:[],e,"right")}),Sl(e.options,Nl,"getRightHeaderGroups")),e.getFooterGroups=Cl((()=>[e.getHeaderGroups()]),(e=>[...e].reverse()),Sl(e.options,Nl,"getFooterGroups")),e.getLeftFooterGroups=Cl((()=>[e.getLeftHeaderGroups()]),(e=>[...e].reverse()),Sl(e.options,Nl,"getLeftFooterGroups")),e.getCenterFooterGroups=Cl((()=>[e.getCenterHeaderGroups()]),(e=>[...e].reverse()),Sl(e.options,Nl,"getCenterFooterGroups")),e.getRightFooterGroups=Cl((()=>[e.getRightHeaderGroups()]),(e=>[...e].reverse()),Sl(e.options,Nl,"getRightFooterGroups")),e.getFlatHeaders=Cl((()=>[e.getHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),Sl(e.options,Nl,"getFlatHeaders")),e.getLeftFlatHeaders=Cl((()=>[e.getLeftHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),Sl(e.options,Nl,"getLeftFlatHeaders")),e.getCenterFlatHeaders=Cl((()=>[e.getCenterHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),Sl(e.options,Nl,"getCenterFlatHeaders")),e.getRightFlatHeaders=Cl((()=>[e.getRightHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),Sl(e.options,Nl,"getRightFlatHeaders")),e.getCenterLeafHeaders=Cl((()=>[e.getCenterFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),Sl(e.options,Nl,"getCenterLeafHeaders")),e.getLeftLeafHeaders=Cl((()=>[e.getLeftFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),Sl(e.options,Nl,"getLeftLeafHeaders")),e.getRightLeafHeaders=Cl((()=>[e.getRightFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),Sl(e.options,Nl,"getRightLeafHeaders")),e.getLeafHeaders=Cl((()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()]),((e,t,n)=>{var o,r,a,i,l,s;return[...null!=(o=null==(r=e[0])?void 0:r.headers)?o:[],...null!=(a=null==(i=t[0])?void 0:i.headers)?a:[],...null!=(l=null==(s=n[0])?void 0:s.headers)?l:[]].map((e=>e.getLeafHeaders())).flat()}),Sl(e.options,Nl,"getLeafHeaders"))}};function Ml(e,t,n,o){var r,a;let i=0;const l=function(e,t){void 0===t&&(t=1),i=Math.max(i,t),e.filter((e=>e.getIsVisible())).forEach((e=>{var n;null!=(n=e.columns)&&n.length&&l(e.columns,t+1)}),0)};l(e);let s=[];const u=(e,t)=>{const r={depth:t,id:[o,`${t}`].filter(Boolean).join("_"),headers:[]},a=[];e.forEach((e=>{const i=[...a].reverse()[0];let l,s=!1;if(e.column.depth===r.depth&&e.column.parent?l=e.column.parent:(l=e.column,s=!0),i&&(null==i?void 0:i.column)===l)i.subHeaders.push(e);else{const r=El(n,l,{id:[o,t,l.id,null==e?void 0:e.id].filter(Boolean).join("_"),isPlaceholder:s,placeholderId:s?`${a.filter((e=>e.column===l)).length}`:void 0,depth:t,index:a.length});r.subHeaders.push(e),a.push(r)}r.headers.push(e),e.headerGroup=r})),s.push(r),t>0&&u(a,t-1)},d=t.map(((e,t)=>El(n,e,{depth:i,index:t})));u(d,i-1),s.reverse();const c=e=>e.filter((e=>e.column.getIsVisible())).map((e=>{let t=0,n=0,o=[0];e.subHeaders&&e.subHeaders.length?(o=[],c(e.subHeaders).forEach((e=>{let{colSpan:n,rowSpan:r}=e;t+=n,o.push(r)}))):t=1;return n+=Math.min(...o),e.colSpan=t,e.rowSpan=n,{colSpan:t,rowSpan:n}}));return c(null!=(r=null==(a=s[0])?void 0:a.headers)?r:[]),s}const kl=(e,t,n,o,r,a,i)=>{let l={id:t,index:o,original:n,depth:r,parentId:i,_valuesCache:{},_uniqueValuesCache:{},getValue:t=>{if(l._valuesCache.hasOwnProperty(t))return l._valuesCache[t];const n=e.getColumn(t);return null!=n&&n.accessorFn?(l._valuesCache[t]=n.accessorFn(l.original,o),l._valuesCache[t]):void 0},getUniqueValues:t=>{if(l._uniqueValuesCache.hasOwnProperty(t))return l._uniqueValuesCache[t];const n=e.getColumn(t);return null!=n&&n.accessorFn?n.columnDef.getUniqueValues?(l._uniqueValuesCache[t]=n.columnDef.getUniqueValues(l.original,o),l._uniqueValuesCache[t]):(l._uniqueValuesCache[t]=[l.getValue(t)],l._uniqueValuesCache[t]):void 0},renderValue:t=>{var n;return null!=(n=l.getValue(t))?n:e.options.renderFallbackValue},subRows:[],getLeafRows:()=>function(e,t){const n=[],o=e=>{e.forEach((e=>{n.push(e);const r=t(e);null!=r&&r.length&&o(r)}))};return o(e),n}(l.subRows,(e=>e.subRows)),getParentRow:()=>l.parentId?e.getRow(l.parentId,!0):void 0,getParentRows:()=>{let e=[],t=l;for(;;){const n=t.getParentRow();if(!n)break;e.push(n),t=n}return e.reverse()},getAllCells:Cl((()=>[e.getAllLeafColumns()]),(t=>t.map((t=>function(e,t,n,o){const r={id:`${t.id}_${n.id}`,row:t,column:n,getValue:()=>t.getValue(o),renderValue:()=>{var t;return null!=(t=r.getValue())?t:e.options.renderFallbackValue},getContext:Cl((()=>[e,n,t,r]),((e,t,n,o)=>({table:e,column:t,row:n,cell:o,getValue:o.getValue,renderValue:o.renderValue})),Sl(e.options,"debugCells","cell.getContext"))};return e._features.forEach((o=>{null==o.createCell||o.createCell(r,n,t,e)}),{}),r}(e,l,t,t.id)))),Sl(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:Cl((()=>[l.getAllCells()]),(e=>e.reduce(((e,t)=>(e[t.column.id]=t,e)),{})),Sl(e.options,"debugRows","getAllCellsByColumnId"))};for(let t=0;t<e._features.length;t++){const n=e._features[t];null==n||null==n.createRow||n.createRow(l,e)}return l},Pl={createColumn:(e,t)=>{e._getFacetedRowModel=t.options.getFacetedRowModel&&t.options.getFacetedRowModel(t,e.id),e.getFacetedRowModel=()=>e._getFacetedRowModel?e._getFacetedRowModel():t.getPreFilteredRowModel(),e._getFacetedUniqueValues=t.options.getFacetedUniqueValues&&t.options.getFacetedUniqueValues(t,e.id),e.getFacetedUniqueValues=()=>e._getFacetedUniqueValues?e._getFacetedUniqueValues():new Map,e._getFacetedMinMaxValues=t.options.getFacetedMinMaxValues&&t.options.getFacetedMinMaxValues(t,e.id),e.getFacetedMinMaxValues=()=>{if(e._getFacetedMinMaxValues)return e._getFacetedMinMaxValues()}}},Dl=(e,t,n)=>{var o;const r=n.toLowerCase();return Boolean(null==(o=e.getValue(t))||null==(o=o.toString())||null==(o=o.toLowerCase())?void 0:o.includes(r))};Dl.autoRemove=e=>Wl(e);const Fl=(e,t,n)=>{var o;return Boolean(null==(o=e.getValue(t))||null==(o=o.toString())?void 0:o.includes(n))};Fl.autoRemove=e=>Wl(e);const Ol=(e,t,n)=>{var o;return(null==(o=e.getValue(t))||null==(o=o.toString())?void 0:o.toLowerCase())===(null==n?void 0:n.toLowerCase())};Ol.autoRemove=e=>Wl(e);const Il=(e,t,n)=>{var o;return null==(o=e.getValue(t))?void 0:o.includes(n)};Il.autoRemove=e=>Wl(e)||!(null!=e&&e.length);const _l=(e,t,n)=>!n.some((n=>{var o;return!(null!=(o=e.getValue(t))&&o.includes(n))}));_l.autoRemove=e=>Wl(e)||!(null!=e&&e.length);const Al=(e,t,n)=>n.some((n=>{var o;return null==(o=e.getValue(t))?void 0:o.includes(n)}));Al.autoRemove=e=>Wl(e)||!(null!=e&&e.length);const Ll=(e,t,n)=>e.getValue(t)===n;Ll.autoRemove=e=>Wl(e);const Tl=(e,t,n)=>e.getValue(t)==n;Tl.autoRemove=e=>Wl(e);const zl=(e,t,n)=>{let[o,r]=n;const a=e.getValue(t);return a>=o&&a<=r};zl.resolveFilterValue=e=>{let[t,n]=e,o="number"!=typeof t?parseFloat(t):t,r="number"!=typeof n?parseFloat(n):n,a=null===t||Number.isNaN(o)?-1/0:o,i=null===n||Number.isNaN(r)?1/0:r;if(a>i){const e=a;a=i,i=e}return[a,i]},zl.autoRemove=e=>Wl(e)||Wl(e[0])&&Wl(e[1]);const Vl={includesString:Dl,includesStringSensitive:Fl,equalsString:Ol,arrIncludes:Il,arrIncludesAll:_l,arrIncludesSome:Al,equals:Ll,weakEquals:Tl,inNumberRange:zl};function Wl(e){return null==e||""===e}const Hl={getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],...e}),getDefaultOptions:e=>({onColumnFiltersChange:wl("columnFilters",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100}),createColumn:(e,t)=>{e.getAutoFilterFn=()=>{const n=t.getCoreRowModel().flatRows[0],o=null==n?void 0:n.getValue(e.id);return"string"==typeof o?Vl.includesString:"number"==typeof o?Vl.inNumberRange:"boolean"==typeof o||null!==o&&"object"==typeof o?Vl.equals:Array.isArray(o)?Vl.arrIncludes:Vl.weakEquals},e.getFilterFn=()=>{var n,o;return xl(e.columnDef.filterFn)?e.columnDef.filterFn:"auto"===e.columnDef.filterFn?e.getAutoFilterFn():null!=(n=null==(o=t.options.filterFns)?void 0:o[e.columnDef.filterFn])?n:Vl[e.columnDef.filterFn]},e.getCanFilter=()=>{var n,o,r;return(null==(n=e.columnDef.enableColumnFilter)||n)&&(null==(o=t.options.enableColumnFilters)||o)&&(null==(r=t.options.enableFilters)||r)&&!!e.accessorFn},e.getIsFiltered=()=>e.getFilterIndex()>-1,e.getFilterValue=()=>{var n;return null==(n=t.getState().columnFilters)||null==(n=n.find((t=>t.id===e.id)))?void 0:n.value},e.getFilterIndex=()=>{var n,o;return null!=(n=null==(o=t.getState().columnFilters)?void 0:o.findIndex((t=>t.id===e.id)))?n:-1},e.setFilterValue=n=>{t.setColumnFilters((t=>{const o=e.getFilterFn(),r=null==t?void 0:t.find((t=>t.id===e.id)),a=yl(n,r?r.value:void 0);var i;if(Bl(o,a,e))return null!=(i=null==t?void 0:t.filter((t=>t.id!==e.id)))?i:[];const l={id:e.id,value:a};var s;return r?null!=(s=null==t?void 0:t.map((t=>t.id===e.id?l:t)))?s:[]:null!=t&&t.length?[...t,l]:[l]}))}},createRow:(e,t)=>{e.columnFilters={},e.columnFiltersMeta={}},createTable:e=>{e.setColumnFilters=t=>{const n=e.getAllLeafColumns();null==e.options.onColumnFiltersChange||e.options.onColumnFiltersChange((e=>{var o;return null==(o=yl(t,e))?void 0:o.filter((e=>{const t=n.find((t=>t.id===e.id));if(t){if(Bl(t.getFilterFn(),e.value,t))return!1}return!0}))}))},e.resetColumnFilters=t=>{var n,o;e.setColumnFilters(t?[]:null!=(n=null==(o=e.initialState)?void 0:o.columnFilters)?n:[])},e.getPreFilteredRowModel=()=>e.getCoreRowModel(),e.getFilteredRowModel=()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel?e.getPreFilteredRowModel():e._getFilteredRowModel())}};function Bl(e,t,n){return!(!e||!e.autoRemove)&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}const Gl={sum:(e,t,n)=>n.reduce(((t,n)=>{const o=n.getValue(e);return t+("number"==typeof o?o:0)}),0),min:(e,t,n)=>{let o;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(o>n||void 0===o&&n>=n)&&(o=n)})),o},max:(e,t,n)=>{let o;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(o<n||void 0===o&&n>=n)&&(o=n)})),o},extent:(e,t,n)=>{let o,r;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(void 0===o?n>=n&&(o=r=n):(o>n&&(o=n),r<n&&(r=n)))})),[o,r]},mean:(e,t)=>{let n=0,o=0;if(t.forEach((t=>{let r=t.getValue(e);null!=r&&(r=+r)>=r&&(++n,o+=r)})),n)return o/n},median:(e,t)=>{if(!t.length)return;const n=t.map((t=>t.getValue(e)));if(o=n,!Array.isArray(o)||!o.every((e=>"number"==typeof e)))return;var o;if(1===n.length)return n[0];const r=Math.floor(n.length/2),a=n.sort(((e,t)=>e-t));return n.length%2!=0?a[r]:(a[r-1]+a[r])/2},unique:(e,t)=>Array.from(new Set(t.map((t=>t.getValue(e)))).values()),uniqueCount:(e,t)=>new Set(t.map((t=>t.getValue(e)))).size,count:(e,t)=>t.length},jl={getDefaultColumnDef:()=>({aggregatedCell:e=>{var t,n;return null!=(t=null==(n=e.getValue())||null==n.toString?void 0:n.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:wl("grouping",e),groupedColumnMode:"reorder"}),createColumn:(e,t)=>{e.toggleGrouping=()=>{t.setGrouping((t=>null!=t&&t.includes(e.id)?t.filter((t=>t!==e.id)):[...null!=t?t:[],e.id]))},e.getCanGroup=()=>{var n,o;return(null==(n=e.columnDef.enableGrouping)||n)&&(null==(o=t.options.enableGrouping)||o)&&(!!e.accessorFn||!!e.columnDef.getGroupingValue)},e.getIsGrouped=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.includes(e.id)},e.getGroupedIndex=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.indexOf(e.id)},e.getToggleGroupingHandler=()=>{const t=e.getCanGroup();return()=>{t&&e.toggleGrouping()}},e.getAutoAggregationFn=()=>{const n=t.getCoreRowModel().flatRows[0],o=null==n?void 0:n.getValue(e.id);return"number"==typeof o?Gl.sum:"[object Date]"===Object.prototype.toString.call(o)?Gl.extent:void 0},e.getAggregationFn=()=>{var n,o;if(!e)throw new Error;return xl(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(n=null==(o=t.options.aggregationFns)?void 0:o[e.columnDef.aggregationFn])?n:Gl[e.columnDef.aggregationFn]}},createTable:e=>{e.setGrouping=t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),e.resetGrouping=t=>{var n,o;e.setGrouping(t?[]:null!=(n=null==(o=e.initialState)?void 0:o.grouping)?n:[])},e.getPreGroupedRowModel=()=>e.getFilteredRowModel(),e.getGroupedRowModel=()=>(!e._getGroupedRowModel&&e.options.getGroupedRowModel&&(e._getGroupedRowModel=e.options.getGroupedRowModel(e)),e.options.manualGrouping||!e._getGroupedRowModel?e.getPreGroupedRowModel():e._getGroupedRowModel())},createRow:(e,t)=>{e.getIsGrouped=()=>!!e.groupingColumnId,e.getGroupingValue=n=>{if(e._groupingValuesCache.hasOwnProperty(n))return e._groupingValuesCache[n];const o=t.getColumn(n);return null!=o&&o.columnDef.getGroupingValue?(e._groupingValuesCache[n]=o.columnDef.getGroupingValue(e.original),e._groupingValuesCache[n]):e.getValue(n)},e._groupingValuesCache={}},createCell:(e,t,n,o)=>{e.getIsGrouped=()=>t.getIsGrouped()&&t.id===n.groupingColumnId,e.getIsPlaceholder=()=>!e.getIsGrouped()&&t.getIsGrouped(),e.getIsAggregated=()=>{var t;return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!(null==(t=n.subRows)||!t.length)}}};const Yl={getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:wl("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=Cl((e=>[Zl(t,e)]),(t=>t.findIndex((t=>t.id===e.id))),Sl(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var o;return(null==(o=Zl(t,n)[0])?void 0:o.id)===e.id},e.getIsLastColumn=n=>{var o;const r=Zl(t,n);return(null==(o=r[r.length-1])?void 0:o.id)===e.id}},createTable:e=>{e.setColumnOrder=t=>null==e.options.onColumnOrderChange?void 0:e.options.onColumnOrderChange(t),e.resetColumnOrder=t=>{var n;e.setColumnOrder(t?[]:null!=(n=e.initialState.columnOrder)?n:[])},e._getOrderColumnsFn=Cl((()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode]),((e,t,n)=>o=>{let r=[];if(null!=e&&e.length){const t=[...e],n=[...o];for(;n.length&&t.length;){const e=t.shift(),o=n.findIndex((t=>t.id===e));o>-1&&r.push(n.splice(o,1)[0])}r=[...r,...n]}else r=o;return function(e,t,n){if(null==t||!t.length||!n)return e;const o=e.filter((e=>!t.includes(e.id)));return"remove"===n?o:[...t.map((t=>e.find((e=>e.id===t)))).filter(Boolean),...o]}(r,t,n)}),Sl(e.options,"debugTable","_getOrderColumnsFn"))}},ql={getInitialState:e=>({columnPinning:{left:[],right:[]},...e}),getDefaultOptions:e=>({onColumnPinningChange:wl("columnPinning",e)}),createColumn:(e,t)=>{e.pin=n=>{const o=e.getLeafColumns().map((e=>e.id)).filter(Boolean);t.setColumnPinning((e=>{var t,r,a,i,l,s;return"right"===n?{left:(null!=(a=null==e?void 0:e.left)?a:[]).filter((e=>!(null!=o&&o.includes(e)))),right:[...(null!=(i=null==e?void 0:e.right)?i:[]).filter((e=>!(null!=o&&o.includes(e)))),...o]}:"left"===n?{left:[...(null!=(l=null==e?void 0:e.left)?l:[]).filter((e=>!(null!=o&&o.includes(e)))),...o],right:(null!=(s=null==e?void 0:e.right)?s:[]).filter((e=>!(null!=o&&o.includes(e))))}:{left:(null!=(t=null==e?void 0:e.left)?t:[]).filter((e=>!(null!=o&&o.includes(e)))),right:(null!=(r=null==e?void 0:e.right)?r:[]).filter((e=>!(null!=o&&o.includes(e))))}}))},e.getCanPin=()=>e.getLeafColumns().some((e=>{var n,o,r;return(null==(n=e.columnDef.enablePinning)||n)&&(null==(o=null!=(r=t.options.enableColumnPinning)?r:t.options.enablePinning)||o)})),e.getIsPinned=()=>{const n=e.getLeafColumns().map((e=>e.id)),{left:o,right:r}=t.getState().columnPinning,a=n.some((e=>null==o?void 0:o.includes(e))),i=n.some((e=>null==r?void 0:r.includes(e)));return a?"left":!!i&&"right"},e.getPinnedIndex=()=>{var n,o;const r=e.getIsPinned();return r?null!=(n=null==(o=t.getState().columnPinning)||null==(o=o[r])?void 0:o.indexOf(e.id))?n:-1:0}},createRow:(e,t)=>{e.getCenterVisibleCells=Cl((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,t.getState().columnPinning.right]),((e,t,n)=>{const o=[...null!=t?t:[],...null!=n?n:[]];return e.filter((e=>!o.includes(e.column.id)))}),Sl(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=Cl((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"left"})))),Sl(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=Cl((()=>[e._getAllVisibleCells(),t.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"right"})))),Sl(t.options,"debugRows","getRightVisibleCells"))},createTable:e=>{e.setColumnPinning=t=>null==e.options.onColumnPinningChange?void 0:e.options.onColumnPinningChange(t),e.resetColumnPinning=t=>{var n,o;return e.setColumnPinning(t?{left:[],right:[]}:null!=(n=null==(o=e.initialState)?void 0:o.columnPinning)?n:{left:[],right:[]})},e.getIsSomeColumnsPinned=t=>{var n;const o=e.getState().columnPinning;var r,a;return t?Boolean(null==(n=o[t])?void 0:n.length):Boolean((null==(r=o.left)?void 0:r.length)||(null==(a=o.right)?void 0:a.length))},e.getLeftLeafColumns=Cl((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),Sl(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=Cl((()=>[e.getAllLeafColumns(),e.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),Sl(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=Cl((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((e,t,n)=>{const o=[...null!=t?t:[],...null!=n?n:[]];return e.filter((e=>!o.includes(e.id)))}),Sl(e.options,"debugColumns","getCenterLeafColumns"))}},$l={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},Ul={getDefaultColumnDef:()=>$l,getInitialState:e=>({columnSizing:{},columnSizingInfo:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]},...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:wl("columnSizing",e),onColumnSizingInfoChange:wl("columnSizingInfo",e)}),createColumn:(e,t)=>{e.getSize=()=>{var n,o,r;const a=t.getState().columnSizing[e.id];return Math.min(Math.max(null!=(n=e.columnDef.minSize)?n:$l.minSize,null!=(o=null!=a?a:e.columnDef.size)?o:$l.size),null!=(r=e.columnDef.maxSize)?r:$l.maxSize)},e.getStart=Cl((e=>[e,Zl(t,e),t.getState().columnSizing]),((t,n)=>n.slice(0,e.getIndex(t)).reduce(((e,t)=>e+t.getSize()),0)),Sl(t.options,"debugColumns","getStart")),e.getAfter=Cl((e=>[e,Zl(t,e),t.getState().columnSizing]),((t,n)=>n.slice(e.getIndex(t)+1).reduce(((e,t)=>e+t.getSize()),0)),Sl(t.options,"debugColumns","getAfter")),e.resetSize=()=>{t.setColumnSizing((t=>{let{[e.id]:n,...o}=t;return o}))},e.getCanResize=()=>{var n,o;return(null==(n=e.columnDef.enableResizing)||n)&&(null==(o=t.options.enableColumnResizing)||o)},e.getIsResizing=()=>t.getState().columnSizingInfo.isResizingColumn===e.id},createHeader:(e,t)=>{e.getSize=()=>{let t=0;const n=e=>{var o;e.subHeaders.length?e.subHeaders.forEach(n):t+=null!=(o=e.column.getSize())?o:0};return n(e),t},e.getStart=()=>{if(e.index>0){const t=e.headerGroup.headers[e.index-1];return t.getStart()+t.getSize()}return 0},e.getResizeHandler=n=>{const o=t.getColumn(e.column.id),r=null==o?void 0:o.getCanResize();return a=>{if(!o||!r)return;if(null==a.persist||a.persist(),Kl(a)&&a.touches&&a.touches.length>1)return;const i=e.getSize(),l=e?e.getLeafHeaders().map((e=>[e.column.id,e.column.getSize()])):[[o.id,o.getSize()]],s=Kl(a)?Math.round(a.touches[0].clientX):a.clientX,u={},d=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo((e=>{var o,r;const a="rtl"===t.options.columnResizeDirection?-1:1,i=(n-(null!=(o=null==e?void 0:e.startOffset)?o:0))*a,l=Math.max(i/(null!=(r=null==e?void 0:e.startSize)?r:0),-.999999);return e.columnSizingStart.forEach((e=>{let[t,n]=e;u[t]=Math.round(100*Math.max(n+n*l,0))/100})),{...e,deltaOffset:i,deltaPercentage:l}})),"onChange"!==t.options.columnResizeMode&&"end"!==e||t.setColumnSizing((e=>({...e,...u}))))},c=e=>d("move",e),f=e=>{d("end",e),t.setColumnSizingInfo((e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]})))},g=n||"undefined"!=typeof document?document:null,p={moveHandler:e=>c(e.clientX),upHandler:e=>{null==g||g.removeEventListener("mousemove",p.moveHandler),null==g||g.removeEventListener("mouseup",p.upHandler),f(e.clientX)}},m={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),c(e.touches[0].clientX),!1),upHandler:e=>{var t;null==g||g.removeEventListener("touchmove",m.moveHandler),null==g||g.removeEventListener("touchend",m.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),f(null==(t=e.touches[0])?void 0:t.clientX)}},b=!!function(){if("boolean"==typeof Xl)return Xl;let e=!1;try{const t={get passive(){return e=!0,!1}},n=()=>{};window.addEventListener("test",n,t),window.removeEventListener("test",n)}catch(t){e=!1}return Xl=e,Xl}()&&{passive:!1};Kl(a)?(null==g||g.addEventListener("touchmove",m.moveHandler,b),null==g||g.addEventListener("touchend",m.upHandler,b)):(null==g||g.addEventListener("mousemove",p.moveHandler,b),null==g||g.addEventListener("mouseup",p.upHandler,b)),t.setColumnSizingInfo((e=>({...e,startOffset:s,startSize:i,deltaOffset:0,deltaPercentage:0,columnSizingStart:l,isResizingColumn:o.id})))}}},createTable:e=>{e.setColumnSizing=t=>null==e.options.onColumnSizingChange?void 0:e.options.onColumnSizingChange(t),e.setColumnSizingInfo=t=>null==e.options.onColumnSizingInfoChange?void 0:e.options.onColumnSizingInfoChange(t),e.resetColumnSizing=t=>{var n;e.setColumnSizing(t?{}:null!=(n=e.initialState.columnSizing)?n:{})},e.resetHeaderSizeInfo=t=>{var n;e.setColumnSizingInfo(t?{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}:null!=(n=e.initialState.columnSizingInfo)?n:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]})},e.getTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getLeftTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getLeftHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getCenterTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getCenterHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getRightTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getRightHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0}}};let Xl=null;function Kl(e){return"touchstart"===e.type}function Zl(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}const Ql={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:wl("rowSelection",e),enableRowSelection:!0,enableMultiRowSelection:!0,enableSubRowSelection:!0}),createTable:e=>{e.setRowSelection=t=>null==e.options.onRowSelectionChange?void 0:e.options.onRowSelectionChange(t),e.resetRowSelection=t=>{var n;return e.setRowSelection(t?{}:null!=(n=e.initialState.rowSelection)?n:{})},e.toggleAllRowsSelected=t=>{e.setRowSelection((n=>{t=void 0!==t?t:!e.getIsAllRowsSelected();const o={...n},r=e.getPreGroupedRowModel().flatRows;return t?r.forEach((e=>{e.getCanSelect()&&(o[e.id]=!0)})):r.forEach((e=>{delete o[e.id]})),o}))},e.toggleAllPageRowsSelected=t=>e.setRowSelection((n=>{const o=void 0!==t?t:!e.getIsAllPageRowsSelected(),r={...n};return e.getRowModel().rows.forEach((t=>{Jl(r,t.id,o,!0,e)})),r})),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=Cl((()=>[e.getState().rowSelection,e.getCoreRowModel()]),((t,n)=>Object.keys(t).length?es(e,n):{rows:[],flatRows:[],rowsById:{}}),Sl(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=Cl((()=>[e.getState().rowSelection,e.getFilteredRowModel()]),((t,n)=>Object.keys(t).length?es(e,n):{rows:[],flatRows:[],rowsById:{}}),Sl(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=Cl((()=>[e.getState().rowSelection,e.getSortedRowModel()]),((t,n)=>Object.keys(t).length?es(e,n):{rows:[],flatRows:[],rowsById:{}}),Sl(e.options,"debugTable","getGroupedSelectedRowModel")),e.getIsAllRowsSelected=()=>{const t=e.getFilteredRowModel().flatRows,{rowSelection:n}=e.getState();let o=Boolean(t.length&&Object.keys(n).length);return o&&t.some((e=>e.getCanSelect()&&!n[e.id]))&&(o=!1),o},e.getIsAllPageRowsSelected=()=>{const t=e.getPaginationRowModel().flatRows.filter((e=>e.getCanSelect())),{rowSelection:n}=e.getState();let o=!!t.length;return o&&t.some((e=>!n[e.id]))&&(o=!1),o},e.getIsSomeRowsSelected=()=>{var t;const n=Object.keys(null!=(t=e.getState().rowSelection)?t:{}).length;return n>0&&n<e.getFilteredRowModel().flatRows.length},e.getIsSomePageRowsSelected=()=>{const t=e.getPaginationRowModel().flatRows;return!e.getIsAllPageRowsSelected()&&t.filter((e=>e.getCanSelect())).some((e=>e.getIsSelected()||e.getIsSomeSelected()))},e.getToggleAllRowsSelectedHandler=()=>t=>{e.toggleAllRowsSelected(t.target.checked)},e.getToggleAllPageRowsSelectedHandler=()=>t=>{e.toggleAllPageRowsSelected(t.target.checked)}},createRow:(e,t)=>{e.toggleSelected=(n,o)=>{const r=e.getIsSelected();t.setRowSelection((a=>{var i;if(n=void 0!==n?n:!r,e.getCanSelect()&&r===n)return a;const l={...a};return Jl(l,e.id,n,null==(i=null==o?void 0:o.selectChildren)||i,t),l}))},e.getIsSelected=()=>{const{rowSelection:n}=t.getState();return ts(e,n)},e.getIsSomeSelected=()=>{const{rowSelection:n}=t.getState();return"some"===ns(e,n)},e.getIsAllSubRowsSelected=()=>{const{rowSelection:n}=t.getState();return"all"===ns(e,n)},e.getCanSelect=()=>{var n;return"function"==typeof t.options.enableRowSelection?t.options.enableRowSelection(e):null==(n=t.options.enableRowSelection)||n},e.getCanSelectSubRows=()=>{var n;return"function"==typeof t.options.enableSubRowSelection?t.options.enableSubRowSelection(e):null==(n=t.options.enableSubRowSelection)||n},e.getCanMultiSelect=()=>{var n;return"function"==typeof t.options.enableMultiRowSelection?t.options.enableMultiRowSelection(e):null==(n=t.options.enableMultiRowSelection)||n},e.getToggleSelectedHandler=()=>{const t=e.getCanSelect();return n=>{var o;t&&e.toggleSelected(null==(o=n.target)?void 0:o.checked)}}}},Jl=(e,t,n,o,r)=>{var a;const i=r.getRow(t,!0);n?(i.getCanMultiSelect()||Object.keys(e).forEach((t=>delete e[t])),i.getCanSelect()&&(e[t]=!0)):delete e[t],o&&null!=(a=i.subRows)&&a.length&&i.getCanSelectSubRows()&&i.subRows.forEach((t=>Jl(e,t.id,n,o,r)))};function es(e,t){const n=e.getState().rowSelection,o=[],r={},a=function(e,t){return e.map((e=>{var t;const i=ts(e,n);if(i&&(o.push(e),r[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:a(e.subRows)}),i)return e})).filter(Boolean)};return{rows:a(t.rows),flatRows:o,rowsById:r}}function ts(e,t){var n;return null!=(n=t[e.id])&&n}function ns(e,t,n){var o;if(null==(o=e.subRows)||!o.length)return!1;let r=!0,a=!1;return e.subRows.forEach((e=>{if((!a||r)&&(e.getCanSelect()&&(ts(e,t)?a=!0:r=!1),e.subRows&&e.subRows.length)){const n=ns(e,t);"all"===n?a=!0:"some"===n?(a=!0,r=!1):r=!1}})),r?"all":!!a&&"some"}const os=/([0-9]+)/gm;function rs(e,t){return e===t?0:e>t?1:-1}function as(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function is(e,t){const n=e.split(os).filter(Boolean),o=t.split(os).filter(Boolean);for(;n.length&&o.length;){const e=n.shift(),t=o.shift(),r=parseInt(e,10),a=parseInt(t,10),i=[r,a].sort();if(isNaN(i[0])){if(e>t)return 1;if(t>e)return-1}else{if(isNaN(i[1]))return isNaN(r)?-1:1;if(r>a)return 1;if(a>r)return-1}}return n.length-o.length}const ls={alphanumeric:(e,t,n)=>is(as(e.getValue(n)).toLowerCase(),as(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>is(as(e.getValue(n)),as(t.getValue(n))),text:(e,t,n)=>rs(as(e.getValue(n)).toLowerCase(),as(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>rs(as(e.getValue(n)),as(t.getValue(n))),datetime:(e,t,n)=>{const o=e.getValue(n),r=t.getValue(n);return o>r?1:o<r?-1:0},basic:(e,t,n)=>rs(e.getValue(n),t.getValue(n))},ss=[Rl,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:wl("columnVisibility",e)}),createColumn:(e,t)=>{e.toggleVisibility=n=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=n?n:!e.getIsVisible()})))},e.getIsVisible=()=>{var n,o;const r=e.columns;return null==(n=r.length?r.some((e=>e.getIsVisible())):null==(o=t.getState().columnVisibility)?void 0:o[e.id])||n},e.getCanHide=()=>{var n,o;return(null==(n=e.columnDef.enableHiding)||n)&&(null==(o=t.options.enableHiding)||o)},e.getToggleVisibilityHandler=()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}},createRow:(e,t)=>{e._getAllVisibleCells=Cl((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),Sl(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=Cl((()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()]),((e,t,n)=>[...e,...t,...n]),Sl(t.options,"debugRows","getVisibleCells"))},createTable:e=>{const t=(t,n)=>Cl((()=>[n(),n().filter((e=>e.getIsVisible())).map((e=>e.id)).join("_")]),(e=>e.filter((e=>null==e.getIsVisible?void 0:e.getIsVisible()))),Sl(e.options,"debugColumns",t));e.getVisibleFlatColumns=t("getVisibleFlatColumns",(()=>e.getAllFlatColumns())),e.getVisibleLeafColumns=t("getVisibleLeafColumns",(()=>e.getAllLeafColumns())),e.getLeftVisibleLeafColumns=t("getLeftVisibleLeafColumns",(()=>e.getLeftLeafColumns())),e.getRightVisibleLeafColumns=t("getRightVisibleLeafColumns",(()=>e.getRightLeafColumns())),e.getCenterVisibleLeafColumns=t("getCenterVisibleLeafColumns",(()=>e.getCenterLeafColumns())),e.setColumnVisibility=t=>null==e.options.onColumnVisibilityChange?void 0:e.options.onColumnVisibilityChange(t),e.resetColumnVisibility=t=>{var n;e.setColumnVisibility(t?{}:null!=(n=e.initialState.columnVisibility)?n:{})},e.toggleAllColumnsVisible=t=>{var n;t=null!=(n=t)?n:!e.getIsAllColumnsVisible(),e.setColumnVisibility(e.getAllLeafColumns().reduce(((e,n)=>({...e,[n.id]:t||!(null!=n.getCanHide&&n.getCanHide())})),{}))},e.getIsAllColumnsVisible=()=>!e.getAllLeafColumns().some((e=>!(null!=e.getIsVisible&&e.getIsVisible()))),e.getIsSomeColumnsVisible=()=>e.getAllLeafColumns().some((e=>null==e.getIsVisible?void 0:e.getIsVisible())),e.getToggleAllColumnsVisibilityHandler=()=>t=>{var n;e.toggleAllColumnsVisible(null==(n=t.target)?void 0:n.checked)}}},Yl,ql,Pl,Hl,{createTable:e=>{e._getGlobalFacetedRowModel=e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),e.getGlobalFacetedRowModel=()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),e._getGlobalFacetedUniqueValues=e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),e.getGlobalFacetedUniqueValues=()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,e._getGlobalFacetedMinMaxValues=e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),e.getGlobalFacetedMinMaxValues=()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}}},{getInitialState:e=>({globalFilter:void 0,...e}),getDefaultOptions:e=>({onGlobalFilterChange:wl("globalFilter",e),globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var n;const o=null==(n=e.getCoreRowModel().flatRows[0])||null==(n=n._getAllCellsByColumnId()[t.id])?void 0:n.getValue();return"string"==typeof o||"number"==typeof o}}),createColumn:(e,t)=>{e.getCanGlobalFilter=()=>{var n,o,r,a;return(null==(n=e.columnDef.enableGlobalFilter)||n)&&(null==(o=t.options.enableGlobalFilter)||o)&&(null==(r=t.options.enableFilters)||r)&&(null==(a=null==t.options.getColumnCanGlobalFilter?void 0:t.options.getColumnCanGlobalFilter(e))||a)&&!!e.accessorFn}},createTable:e=>{e.getGlobalAutoFilterFn=()=>Vl.includesString,e.getGlobalFilterFn=()=>{var t,n;const{globalFilterFn:o}=e.options;return xl(o)?o:"auto"===o?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[o])?t:Vl[o]},e.setGlobalFilter=t=>{null==e.options.onGlobalFilterChange||e.options.onGlobalFilterChange(t)},e.resetGlobalFilter=t=>{e.setGlobalFilter(t?void 0:e.initialState.globalFilter)}}},{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto",sortUndefined:1}),getDefaultOptions:e=>({onSortingChange:wl("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>{e.getAutoSortingFn=()=>{const n=t.getFilteredRowModel().flatRows.slice(10);let o=!1;for(const t of n){const n=null==t?void 0:t.getValue(e.id);if("[object Date]"===Object.prototype.toString.call(n))return ls.datetime;if("string"==typeof n&&(o=!0,n.split(os).length>1))return ls.alphanumeric}return o?ls.text:ls.basic},e.getAutoSortDir=()=>{const n=t.getFilteredRowModel().flatRows[0];return"string"==typeof(null==n?void 0:n.getValue(e.id))?"asc":"desc"},e.getSortingFn=()=>{var n,o;if(!e)throw new Error;return xl(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(n=null==(o=t.options.sortingFns)?void 0:o[e.columnDef.sortingFn])?n:ls[e.columnDef.sortingFn]},e.toggleSorting=(n,o)=>{const r=e.getNextSortingOrder(),a=null!=n;t.setSorting((i=>{const l=null==i?void 0:i.find((t=>t.id===e.id)),s=null==i?void 0:i.findIndex((t=>t.id===e.id));let u,d=[],c=a?n:"desc"===r;var f;(u=null!=i&&i.length&&e.getCanMultiSort()&&o?l?"toggle":"add":null!=i&&i.length&&s!==i.length-1?"replace":l?"toggle":"replace","toggle"===u&&(a||r||(u="remove")),"add"===u)?(d=[...i,{id:e.id,desc:c}],d.splice(0,d.length-(null!=(f=t.options.maxMultiSortColCount)?f:Number.MAX_SAFE_INTEGER))):d="toggle"===u?i.map((t=>t.id===e.id?{...t,desc:c}:t)):"remove"===u?i.filter((t=>t.id!==e.id)):[{id:e.id,desc:c}];return d}))},e.getFirstSortDir=()=>{var n,o;return(null!=(n=null!=(o=e.columnDef.sortDescFirst)?o:t.options.sortDescFirst)?n:"desc"===e.getAutoSortDir())?"desc":"asc"},e.getNextSortingOrder=n=>{var o,r;const a=e.getFirstSortDir(),i=e.getIsSorted();return i?!!(i===a||null!=(o=t.options.enableSortingRemoval)&&!o||n&&null!=(r=t.options.enableMultiRemove)&&!r)&&("desc"===i?"asc":"desc"):a},e.getCanSort=()=>{var n,o;return(null==(n=e.columnDef.enableSorting)||n)&&(null==(o=t.options.enableSorting)||o)&&!!e.accessorFn},e.getCanMultiSort=()=>{var n,o;return null!=(n=null!=(o=e.columnDef.enableMultiSort)?o:t.options.enableMultiSort)?n:!!e.accessorFn},e.getIsSorted=()=>{var n;const o=null==(n=t.getState().sorting)?void 0:n.find((t=>t.id===e.id));return!!o&&(o.desc?"desc":"asc")},e.getSortIndex=()=>{var n,o;return null!=(n=null==(o=t.getState().sorting)?void 0:o.findIndex((t=>t.id===e.id)))?n:-1},e.clearSorting=()=>{t.setSorting((t=>null!=t&&t.length?t.filter((t=>t.id!==e.id)):[]))},e.getToggleSortingHandler=()=>{const n=e.getCanSort();return o=>{n&&(null==o.persist||o.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(o))))}}},createTable:e=>{e.setSorting=t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),e.resetSorting=t=>{var n,o;e.setSorting(t?[]:null!=(n=null==(o=e.initialState)?void 0:o.sorting)?n:[])},e.getPreSortedRowModel=()=>e.getGroupedRowModel(),e.getSortedRowModel=()=>(!e._getSortedRowModel&&e.options.getSortedRowModel&&(e._getSortedRowModel=e.options.getSortedRowModel(e)),e.options.manualSorting||!e._getSortedRowModel?e.getPreSortedRowModel():e._getSortedRowModel())}},jl,{getInitialState:e=>({expanded:{},...e}),getDefaultOptions:e=>({onExpandedChange:wl("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var o,r;if(t){if(null!=(o=null!=(r=e.options.autoResetAll)?r:e.options.autoResetExpanded)?o:!e.options.manualExpanding){if(n)return;n=!0,e._queue((()=>{e.resetExpanded(),n=!1}))}}else e._queue((()=>{t=!0}))},e.setExpanded=t=>null==e.options.onExpandedChange?void 0:e.options.onExpandedChange(t),e.toggleAllRowsExpanded=t=>{(null!=t?t:!e.getIsAllRowsExpanded())?e.setExpanded(!0):e.setExpanded({})},e.resetExpanded=t=>{var n,o;e.setExpanded(t?{}:null!=(n=null==(o=e.initialState)?void 0:o.expanded)?n:{})},e.getCanSomeRowsExpand=()=>e.getPrePaginationRowModel().flatRows.some((e=>e.getCanExpand())),e.getToggleAllRowsExpandedHandler=()=>t=>{null==t.persist||t.persist(),e.toggleAllRowsExpanded()},e.getIsSomeRowsExpanded=()=>{const t=e.getState().expanded;return!0===t||Object.values(t).some(Boolean)},e.getIsAllRowsExpanded=()=>{const t=e.getState().expanded;return"boolean"==typeof t?!0===t:!!Object.keys(t).length&&!e.getRowModel().flatRows.some((e=>!e.getIsExpanded()))},e.getExpandedDepth=()=>{let t=0;return(!0===e.getState().expanded?Object.keys(e.getRowModel().rowsById):Object.keys(e.getState().expanded)).forEach((e=>{const n=e.split(".");t=Math.max(t,n.length)})),t},e.getPreExpandedRowModel=()=>e.getSortedRowModel(),e.getExpandedRowModel=()=>(!e._getExpandedRowModel&&e.options.getExpandedRowModel&&(e._getExpandedRowModel=e.options.getExpandedRowModel(e)),e.options.manualExpanding||!e._getExpandedRowModel?e.getPreExpandedRowModel():e._getExpandedRowModel())},createRow:(e,t)=>{e.toggleExpanded=n=>{t.setExpanded((o=>{var r;const a=!0===o||!(null==o||!o[e.id]);let i={};if(!0===o?Object.keys(t.getRowModel().rowsById).forEach((e=>{i[e]=!0})):i=o,n=null!=(r=n)?r:!a,!a&&n)return{...i,[e.id]:!0};if(a&&!n){const{[e.id]:t,...n}=i;return n}return o}))},e.getIsExpanded=()=>{var n;const o=t.getState().expanded;return!!(null!=(n=null==t.options.getIsRowExpanded?void 0:t.options.getIsRowExpanded(e))?n:!0===o||(null==o?void 0:o[e.id]))},e.getCanExpand=()=>{var n,o,r;return null!=(n=null==t.options.getRowCanExpand?void 0:t.options.getRowCanExpand(e))?n:(null==(o=t.options.enableExpanding)||o)&&!(null==(r=e.subRows)||!r.length)},e.getIsAllParentsExpanded=()=>{let n=!0,o=e;for(;n&&o.parentId;)o=t.getRow(o.parentId,!0),n=o.getIsExpanded();return n},e.getToggleExpandedHandler=()=>{const t=e.getCanExpand();return()=>{t&&e.toggleExpanded()}}}},{getInitialState:e=>({...e,pagination:{pageIndex:0,pageSize:10,...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:wl("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var o,r;if(t){if(null!=(o=null!=(r=e.options.autoResetAll)?r:e.options.autoResetPageIndex)?o:!e.options.manualPagination){if(n)return;n=!0,e._queue((()=>{e.resetPageIndex(),n=!1}))}}else e._queue((()=>{t=!0}))},e.setPagination=t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange((e=>yl(t,e))),e.resetPagination=t=>{var n;e.setPagination(t?{pageIndex:0,pageSize:10}:null!=(n=e.initialState.pagination)?n:{pageIndex:0,pageSize:10})},e.setPageIndex=t=>{e.setPagination((n=>{let o=yl(t,n.pageIndex);const r=void 0===e.options.pageCount||-1===e.options.pageCount?Number.MAX_SAFE_INTEGER:e.options.pageCount-1;return o=Math.max(0,Math.min(o,r)),{...n,pageIndex:o}}))},e.resetPageIndex=t=>{var n,o;e.setPageIndex(t?0:null!=(n=null==(o=e.initialState)||null==(o=o.pagination)?void 0:o.pageIndex)?n:0)},e.resetPageSize=t=>{var n,o;e.setPageSize(t?10:null!=(n=null==(o=e.initialState)||null==(o=o.pagination)?void 0:o.pageSize)?n:10)},e.setPageSize=t=>{e.setPagination((e=>{const n=Math.max(1,yl(t,e.pageSize)),o=e.pageSize*e.pageIndex,r=Math.floor(o/n);return{...e,pageIndex:r,pageSize:n}}))},e.setPageCount=t=>e.setPagination((n=>{var o;let r=yl(t,null!=(o=e.options.pageCount)?o:-1);return"number"==typeof r&&(r=Math.max(-1,r)),{...n,pageCount:r}})),e.getPageOptions=Cl((()=>[e.getPageCount()]),(e=>{let t=[];return e&&e>0&&(t=[...new Array(e)].fill(null).map(((e,t)=>t))),t}),Sl(e.options,"debugTable","getPageOptions")),e.getCanPreviousPage=()=>e.getState().pagination.pageIndex>0,e.getCanNextPage=()=>{const{pageIndex:t}=e.getState().pagination,n=e.getPageCount();return-1===n||0!==n&&t<n-1},e.previousPage=()=>e.setPageIndex((e=>e-1)),e.nextPage=()=>e.setPageIndex((e=>e+1)),e.firstPage=()=>e.setPageIndex(0),e.lastPage=()=>e.setPageIndex(e.getPageCount()-1),e.getPrePaginationRowModel=()=>e.getExpandedRowModel(),e.getPaginationRowModel=()=>(!e._getPaginationRowModel&&e.options.getPaginationRowModel&&(e._getPaginationRowModel=e.options.getPaginationRowModel(e)),e.options.manualPagination||!e._getPaginationRowModel?e.getPrePaginationRowModel():e._getPaginationRowModel()),e.getPageCount=()=>{var t;return null!=(t=e.options.pageCount)?t:Math.ceil(e.getRowCount()/e.getState().pagination.pageSize)},e.getRowCount=()=>{var t;return null!=(t=e.options.rowCount)?t:e.getPrePaginationRowModel().rows.length}}},{getInitialState:e=>({rowPinning:{top:[],bottom:[]},...e}),getDefaultOptions:e=>({onRowPinningChange:wl("rowPinning",e)}),createRow:(e,t)=>{e.pin=(n,o,r)=>{const a=o?e.getLeafRows().map((e=>{let{id:t}=e;return t})):[],i=r?e.getParentRows().map((e=>{let{id:t}=e;return t})):[],l=new Set([...i,e.id,...a]);t.setRowPinning((e=>{var t,o,r,a,i,s;return"bottom"===n?{top:(null!=(r=null==e?void 0:e.top)?r:[]).filter((e=>!(null!=l&&l.has(e)))),bottom:[...(null!=(a=null==e?void 0:e.bottom)?a:[]).filter((e=>!(null!=l&&l.has(e)))),...Array.from(l)]}:"top"===n?{top:[...(null!=(i=null==e?void 0:e.top)?i:[]).filter((e=>!(null!=l&&l.has(e)))),...Array.from(l)],bottom:(null!=(s=null==e?void 0:e.bottom)?s:[]).filter((e=>!(null!=l&&l.has(e))))}:{top:(null!=(t=null==e?void 0:e.top)?t:[]).filter((e=>!(null!=l&&l.has(e)))),bottom:(null!=(o=null==e?void 0:e.bottom)?o:[]).filter((e=>!(null!=l&&l.has(e))))}}))},e.getCanPin=()=>{var n;const{enableRowPinning:o,enablePinning:r}=t.options;return"function"==typeof o?o(e):null==(n=null!=o?o:r)||n},e.getIsPinned=()=>{const n=[e.id],{top:o,bottom:r}=t.getState().rowPinning,a=n.some((e=>null==o?void 0:o.includes(e))),i=n.some((e=>null==r?void 0:r.includes(e)));return a?"top":!!i&&"bottom"},e.getPinnedIndex=()=>{var n,o;const r=e.getIsPinned();if(!r)return-1;const a=null==(n=t._getPinnedRows(r))?void 0:n.map((e=>{let{id:t}=e;return t}));return null!=(o=null==a?void 0:a.indexOf(e.id))?o:-1}},createTable:e=>{e.setRowPinning=t=>null==e.options.onRowPinningChange?void 0:e.options.onRowPinningChange(t),e.resetRowPinning=t=>{var n,o;return e.setRowPinning(t?{top:[],bottom:[]}:null!=(n=null==(o=e.initialState)?void 0:o.rowPinning)?n:{top:[],bottom:[]})},e.getIsSomeRowsPinned=t=>{var n;const o=e.getState().rowPinning;var r,a;return t?Boolean(null==(n=o[t])?void 0:n.length):Boolean((null==(r=o.top)?void 0:r.length)||(null==(a=o.bottom)?void 0:a.length))},e._getPinnedRows=Cl((t=>[e.getRowModel().rows,e.getState().rowPinning[t],t]),((t,n,o)=>{var r;return(null==(r=e.options.keepPinnedRows)||r?(null!=n?n:[]).map((t=>{const n=e.getRow(t,!0);return n.getIsAllParentsExpanded()?n:null})):(null!=n?n:[]).map((e=>t.find((t=>t.id===e))))).filter(Boolean).map((e=>({...e,position:o})))}),Sl(e.options,"debugRows","_getPinnedRows")),e.getTopRows=()=>e._getPinnedRows("top"),e.getBottomRows=()=>e._getPinnedRows("bottom"),e.getCenterRows=Cl((()=>[e.getRowModel().rows,e.getState().rowPinning.top,e.getState().rowPinning.bottom]),((e,t,n)=>{const o=new Set([...null!=t?t:[],...null!=n?n:[]]);return e.filter((e=>!o.has(e.id)))}),Sl(e.options,"debugRows","getCenterRows"))}},Ql,Ul];function us(e){var t,n;"production"!==process.env.NODE_ENV&&(e.debugAll||e.debugTable)&&console.info("Creating Table Instance...");const o=[...ss,...null!=(t=e._features)?t:[]];let r={_features:o};const a=r._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultOptions?void 0:t.getDefaultOptions(r))),{});let i={...null!=(n=e.initialState)?n:{}};r._features.forEach((e=>{var t;i=null!=(t=null==e.getInitialState?void 0:e.getInitialState(i))?t:i}));const l=[];let s=!1;const u={_features:o,options:{...a,...e},initialState:i,_queue:e=>{l.push(e),s||(s=!0,Promise.resolve().then((()=>{for(;l.length;)l.shift()();s=!1})).catch((e=>setTimeout((()=>{throw e})))))},reset:()=>{r.setState(r.initialState)},setOptions:e=>{const t=yl(e,r.options);r.options=(e=>r.options.mergeOptions?r.options.mergeOptions(a,e):{...a,...e})(t)},getState:()=>r.options.state,setState:e=>{null==r.options.onStateChange||r.options.onStateChange(e)},_getRowId:(e,t,n)=>{var o;return null!=(o=null==r.options.getRowId?void 0:r.options.getRowId(e,t,n))?o:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(r._getCoreRowModel||(r._getCoreRowModel=r.options.getCoreRowModel(r)),r._getCoreRowModel()),getRowModel:()=>r.getPaginationRowModel(),getRow:(e,t)=>{let n=(t?r.getPrePaginationRowModel():r.getRowModel()).rowsById[e];if(!n&&(n=r.getCoreRowModel().rowsById[e],!n)){if("production"!==process.env.NODE_ENV)throw new Error(`getRow could not find row with ID: ${e}`);throw new Error}return n},_getDefaultColumnDef:Cl((()=>[r.options.defaultColumn]),(e=>{var t;return e=null!=(t=e)?t:{},{header:e=>{const t=e.header.column.columnDef;return t.accessorKey?t.accessorKey:t.accessorFn?t.id:null},cell:e=>{var t,n;return null!=(t=null==(n=e.renderValue())||null==n.toString?void 0:n.toString())?t:null},...r._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultColumnDef?void 0:t.getDefaultColumnDef())),{}),...e}}),Sl(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>r.options.columns,getAllColumns:Cl((()=>[r._getColumnDefs()]),(e=>{const t=function(e,n,o){return void 0===o&&(o=0),e.map((e=>{const a=function(e,t,n,o){var r,a;const i={...e._getDefaultColumnDef(),...t},l=i.accessorKey;let s,u=null!=(r=null!=(a=i.id)?a:l?l.replace(".","_"):void 0)?r:"string"==typeof i.header?i.header:void 0;if(i.accessorFn?s=i.accessorFn:l&&(s=l.includes(".")?e=>{let t=e;for(const e of l.split(".")){var n;t=null==(n=t)?void 0:n[e],"production"!==process.env.NODE_ENV&&void 0===t&&console.warn(`"${e}" in deeply nested key "${l}" returned undefined.`)}return t}:e=>e[i.accessorKey]),!u){if("production"!==process.env.NODE_ENV)throw new Error(i.accessorFn?"Columns require an id when using an accessorFn":"Columns require an id when using a non-string header");throw new Error}let d={id:`${String(u)}`,accessorFn:s,parent:o,depth:n,columnDef:i,columns:[],getFlatColumns:Cl((()=>[!0]),(()=>{var e;return[d,...null==(e=d.columns)?void 0:e.flatMap((e=>e.getFlatColumns()))]}),Sl(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:Cl((()=>[e._getOrderColumnsFn()]),(e=>{var t;if(null!=(t=d.columns)&&t.length){let t=d.columns.flatMap((e=>e.getLeafColumns()));return e(t)}return[d]}),Sl(e.options,"debugColumns","column.getLeafColumns"))};for(const t of e._features)null==t.createColumn||t.createColumn(d,e);return d}(r,e,o,n),i=e;return a.columns=i.columns?t(i.columns,a,o+1):[],a}))};return t(e)}),Sl(e,"debugColumns","getAllColumns")),getAllFlatColumns:Cl((()=>[r.getAllColumns()]),(e=>e.flatMap((e=>e.getFlatColumns()))),Sl(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:Cl((()=>[r.getAllFlatColumns()]),(e=>e.reduce(((e,t)=>(e[t.id]=t,e)),{})),Sl(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:Cl((()=>[r.getAllColumns(),r._getOrderColumnsFn()]),((e,t)=>t(e.flatMap((e=>e.getLeafColumns())))),Sl(e,"debugColumns","getAllLeafColumns")),getColumn:e=>{const t=r._getAllFlatColumnsById()[e];return"production"===process.env.NODE_ENV||t||console.error(`[Table] Column with id '${e}' does not exist.`),t}};Object.assign(r,u);for(let e=0;e<r._features.length;e++){const t=r._features[e];null==t||null==t.createTable||t.createTable(r)}return r}function ds(e,t,n){return n.options.filterFromLeafRows?function(e,t,n){var o;const r=[],a={},i=null!=(o=n.options.maxLeafRowFilterDepth)?o:100,l=function(e,o){void 0===o&&(o=0);const s=[];for(let d=0;d<e.length;d++){var u;let c=e[d];const f=kl(n,c.id,c.original,c.index,c.depth,void 0,c.parentId);if(f.columnFilters=c.columnFilters,null!=(u=c.subRows)&&u.length&&o<i){if(f.subRows=l(c.subRows,o+1),c=f,t(c)&&!f.subRows.length){s.push(c),a[c.id]=c,r.push(c);continue}if(t(c)||f.subRows.length){s.push(c),a[c.id]=c,r.push(c);continue}}else c=f,t(c)&&(s.push(c),a[c.id]=c,r.push(c))}return s};return{rows:l(e),flatRows:r,rowsById:a}}(e,t,n):function(e,t,n){var o;const r=[],a={},i=null!=(o=n.options.maxLeafRowFilterDepth)?o:100,l=function(e,o){void 0===o&&(o=0);const s=[];for(let d=0;d<e.length;d++){let c=e[d];if(t(c)){var u;if(null!=(u=c.subRows)&&u.length&&o<i){const e=kl(n,c.id,c.original,c.index,c.depth,void 0,c.parentId);e.subRows=l(c.subRows,o+1),c=e}s.push(c),r.push(c),a[c.id]=c}}return s};return{rows:l(e),flatRows:r,rowsById:a}}(e,t,n)}
12
+ function sp(e,t){return"function"==typeof e?e(t):e}function dp(e,t){return n=>{t.setState((t=>({...t,[e]:sp(n,t[e])})))}}function cp(e){return e instanceof Function}function up(e,t,n){let r,a=[];return l=>{let o;n.key&&n.debug&&(o=Date.now());const i=e(l),s=i.length!==a.length||i.some(((e,t)=>a[t]!==e));if(!s)return r;let d;if(a=i,n.key&&n.debug&&(d=Date.now()),r=t(...i),null==n||null==n.onChange||n.onChange(r),n.key&&n.debug&&null!=n&&n.debug()){const e=Math.round(100*(Date.now()-o))/100,t=Math.round(100*(Date.now()-d))/100,r=t/16,a=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e;return e};console.info(`%c⏱ ${a(t,5)} /${a(e,5)} ms`,`\n font-size: .6rem;\n font-weight: bold;\n color: hsl(${Math.max(0,Math.min(120-120*r,120))}deg 100% 31%);`,null==n?void 0:n.key)}return r}}function fp(e,t,n,r){return{debug:()=>{var n;return null!=(n=null==e?void 0:e.debugAll)?n:e[t]},key:"development"===process.env.NODE_ENV&&n,onChange:r}}ip.displayName="TableCaption";const mp="debugHeaders";function vp(e,t,n){var r;let a={id:null!=(r=n.id)?r:t.id,column:t,index:n.index,isPlaceholder:!!n.isPlaceholder,placeholderId:n.placeholderId,depth:n.depth,subHeaders:[],colSpan:0,rowSpan:0,headerGroup:null,getLeafHeaders:()=>{const e=[],t=n=>{n.subHeaders&&n.subHeaders.length&&n.subHeaders.map(t),e.push(n)};return t(a),e},getContext:()=>({table:e,header:a,column:t})};return e._features.forEach((t=>{null==t.createHeader||t.createHeader(a,e)})),a}const hp={createTable:e=>{e.getHeaderGroups=up((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,n,r,a)=>{var l,o;const i=null!=(l=null==r?void 0:r.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?l:[],s=null!=(o=null==a?void 0:a.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?o:[];return gp(t,[...i,...n.filter((e=>!(null!=r&&r.includes(e.id)||null!=a&&a.includes(e.id)))),...s],e)}),fp(e.options,mp,"getHeaderGroups")),e.getCenterHeaderGroups=up((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,n,r,a)=>gp(t,n=n.filter((e=>!(null!=r&&r.includes(e.id)||null!=a&&a.includes(e.id)))),e,"center")),fp(e.options,mp,"getCenterHeaderGroups")),e.getLeftHeaderGroups=up((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left]),((t,n,r)=>{var a;return gp(t,null!=(a=null==r?void 0:r.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?a:[],e,"left")}),fp(e.options,mp,"getLeftHeaderGroups")),e.getRightHeaderGroups=up((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right]),((t,n,r)=>{var a;return gp(t,null!=(a=null==r?void 0:r.map((e=>n.find((t=>t.id===e)))).filter(Boolean))?a:[],e,"right")}),fp(e.options,mp,"getRightHeaderGroups")),e.getFooterGroups=up((()=>[e.getHeaderGroups()]),(e=>[...e].reverse()),fp(e.options,mp,"getFooterGroups")),e.getLeftFooterGroups=up((()=>[e.getLeftHeaderGroups()]),(e=>[...e].reverse()),fp(e.options,mp,"getLeftFooterGroups")),e.getCenterFooterGroups=up((()=>[e.getCenterHeaderGroups()]),(e=>[...e].reverse()),fp(e.options,mp,"getCenterFooterGroups")),e.getRightFooterGroups=up((()=>[e.getRightHeaderGroups()]),(e=>[...e].reverse()),fp(e.options,mp,"getRightFooterGroups")),e.getFlatHeaders=up((()=>[e.getHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),fp(e.options,mp,"getFlatHeaders")),e.getLeftFlatHeaders=up((()=>[e.getLeftHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),fp(e.options,mp,"getLeftFlatHeaders")),e.getCenterFlatHeaders=up((()=>[e.getCenterHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),fp(e.options,mp,"getCenterFlatHeaders")),e.getRightFlatHeaders=up((()=>[e.getRightHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),fp(e.options,mp,"getRightFlatHeaders")),e.getCenterLeafHeaders=up((()=>[e.getCenterFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),fp(e.options,mp,"getCenterLeafHeaders")),e.getLeftLeafHeaders=up((()=>[e.getLeftFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),fp(e.options,mp,"getLeftLeafHeaders")),e.getRightLeafHeaders=up((()=>[e.getRightFlatHeaders()]),(e=>e.filter((e=>{var t;return!(null!=(t=e.subHeaders)&&t.length)}))),fp(e.options,mp,"getRightLeafHeaders")),e.getLeafHeaders=up((()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()]),((e,t,n)=>{var r,a,l,o,i,s;return[...null!=(r=null==(a=e[0])?void 0:a.headers)?r:[],...null!=(l=null==(o=t[0])?void 0:o.headers)?l:[],...null!=(i=null==(s=n[0])?void 0:s.headers)?i:[]].map((e=>e.getLeafHeaders())).flat()}),fp(e.options,mp,"getLeafHeaders"))}};function gp(e,t,n,r){var a,l;let o=0;const i=function(e,t){void 0===t&&(t=1),o=Math.max(o,t),e.filter((e=>e.getIsVisible())).forEach((e=>{var n;null!=(n=e.columns)&&n.length&&i(e.columns,t+1)}),0)};i(e);let s=[];const d=(e,t)=>{const a={depth:t,id:[r,`${t}`].filter(Boolean).join("_"),headers:[]},l=[];e.forEach((e=>{const o=[...l].reverse()[0];let i,s=!1;if(e.column.depth===a.depth&&e.column.parent?i=e.column.parent:(i=e.column,s=!0),o&&(null==o?void 0:o.column)===i)o.subHeaders.push(e);else{const a=vp(n,i,{id:[r,t,i.id,null==e?void 0:e.id].filter(Boolean).join("_"),isPlaceholder:s,placeholderId:s?`${l.filter((e=>e.column===i)).length}`:void 0,depth:t,index:l.length});a.subHeaders.push(e),l.push(a)}a.headers.push(e),e.headerGroup=a})),s.push(a),t>0&&d(l,t-1)},c=t.map(((e,t)=>vp(n,e,{depth:o,index:t})));d(c,o-1),s.reverse();const u=e=>e.filter((e=>e.column.getIsVisible())).map((e=>{let t=0,n=0,r=[0];e.subHeaders&&e.subHeaders.length?(r=[],u(e.subHeaders).forEach((e=>{let{colSpan:n,rowSpan:a}=e;t+=n,r.push(a)}))):t=1;return n+=Math.min(...r),e.colSpan=t,e.rowSpan=n,{colSpan:t,rowSpan:n}}));return u(null!=(a=null==(l=s[0])?void 0:l.headers)?a:[]),s}const wp=(e,t,n,r,a,l,o)=>{let i={id:t,index:r,original:n,depth:a,parentId:o,_valuesCache:{},_uniqueValuesCache:{},getValue:t=>{if(i._valuesCache.hasOwnProperty(t))return i._valuesCache[t];const n=e.getColumn(t);return null!=n&&n.accessorFn?(i._valuesCache[t]=n.accessorFn(i.original,r),i._valuesCache[t]):void 0},getUniqueValues:t=>{if(i._uniqueValuesCache.hasOwnProperty(t))return i._uniqueValuesCache[t];const n=e.getColumn(t);return null!=n&&n.accessorFn?n.columnDef.getUniqueValues?(i._uniqueValuesCache[t]=n.columnDef.getUniqueValues(i.original,r),i._uniqueValuesCache[t]):(i._uniqueValuesCache[t]=[i.getValue(t)],i._uniqueValuesCache[t]):void 0},renderValue:t=>{var n;return null!=(n=i.getValue(t))?n:e.options.renderFallbackValue},subRows:[],getLeafRows:()=>function(e,t){const n=[],r=e=>{e.forEach((e=>{n.push(e);const a=t(e);null!=a&&a.length&&r(a)}))};return r(e),n}(i.subRows,(e=>e.subRows)),getParentRow:()=>i.parentId?e.getRow(i.parentId,!0):void 0,getParentRows:()=>{let e=[],t=i;for(;;){const n=t.getParentRow();if(!n)break;e.push(n),t=n}return e.reverse()},getAllCells:up((()=>[e.getAllLeafColumns()]),(t=>t.map((t=>function(e,t,n,r){const a={id:`${t.id}_${n.id}`,row:t,column:n,getValue:()=>t.getValue(r),renderValue:()=>{var t;return null!=(t=a.getValue())?t:e.options.renderFallbackValue},getContext:up((()=>[e,n,t,a]),((e,t,n,r)=>({table:e,column:t,row:n,cell:r,getValue:r.getValue,renderValue:r.renderValue})),fp(e.options,"debugCells","cell.getContext"))};return e._features.forEach((r=>{null==r.createCell||r.createCell(a,n,t,e)}),{}),a}(e,i,t,t.id)))),fp(e.options,"debugRows","getAllCells")),_getAllCellsByColumnId:up((()=>[i.getAllCells()]),(e=>e.reduce(((e,t)=>(e[t.column.id]=t,e)),{})),fp(e.options,"debugRows","getAllCellsByColumnId"))};for(let t=0;t<e._features.length;t++){const n=e._features[t];null==n||null==n.createRow||n.createRow(i,e)}return i},pp={createColumn:(e,t)=>{e._getFacetedRowModel=t.options.getFacetedRowModel&&t.options.getFacetedRowModel(t,e.id),e.getFacetedRowModel=()=>e._getFacetedRowModel?e._getFacetedRowModel():t.getPreFilteredRowModel(),e._getFacetedUniqueValues=t.options.getFacetedUniqueValues&&t.options.getFacetedUniqueValues(t,e.id),e.getFacetedUniqueValues=()=>e._getFacetedUniqueValues?e._getFacetedUniqueValues():new Map,e._getFacetedMinMaxValues=t.options.getFacetedMinMaxValues&&t.options.getFacetedMinMaxValues(t,e.id),e.getFacetedMinMaxValues=()=>{if(e._getFacetedMinMaxValues)return e._getFacetedMinMaxValues()}}},bp=(e,t,n)=>{var r;const a=n.toLowerCase();return Boolean(null==(r=e.getValue(t))||null==(r=r.toString())||null==(r=r.toLowerCase())?void 0:r.includes(a))};bp.autoRemove=e=>Ap(e);const Ep=(e,t,n)=>{var r;return Boolean(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.includes(n))};Ep.autoRemove=e=>Ap(e);const xp=(e,t,n)=>{var r;return(null==(r=e.getValue(t))||null==(r=r.toString())?void 0:r.toLowerCase())===(null==n?void 0:n.toLowerCase())};xp.autoRemove=e=>Ap(e);const yp=(e,t,n)=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)};yp.autoRemove=e=>Ap(e)||!(null!=e&&e.length);const Mp=(e,t,n)=>!n.some((n=>{var r;return!(null!=(r=e.getValue(t))&&r.includes(n))}));Mp.autoRemove=e=>Ap(e)||!(null!=e&&e.length);const kp=(e,t,n)=>n.some((n=>{var r;return null==(r=e.getValue(t))?void 0:r.includes(n)}));kp.autoRemove=e=>Ap(e)||!(null!=e&&e.length);const Cp=(e,t,n)=>e.getValue(t)===n;Cp.autoRemove=e=>Ap(e);const Rp=(e,t,n)=>e.getValue(t)==n;Rp.autoRemove=e=>Ap(e);const Ip=(e,t,n)=>{let[r,a]=n;const l=e.getValue(t);return l>=r&&l<=a};Ip.resolveFilterValue=e=>{let[t,n]=e,r="number"!=typeof t?parseFloat(t):t,a="number"!=typeof n?parseFloat(n):n,l=null===t||Number.isNaN(r)?-1/0:r,o=null===n||Number.isNaN(a)?1/0:a;if(l>o){const e=l;l=o,o=e}return[l,o]},Ip.autoRemove=e=>Ap(e)||Ap(e[0])&&Ap(e[1]);const Lp={includesString:bp,includesStringSensitive:Ep,equalsString:xp,arrIncludes:yp,arrIncludesAll:Mp,arrIncludesSome:kp,equals:Cp,weakEquals:Rp,inNumberRange:Ip};function Ap(e){return null==e||""===e}const Zp={getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],...e}),getDefaultOptions:e=>({onColumnFiltersChange:dp("columnFilters",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100}),createColumn:(e,t)=>{e.getAutoFilterFn=()=>{const n=t.getCoreRowModel().flatRows[0],r=null==n?void 0:n.getValue(e.id);return"string"==typeof r?Lp.includesString:"number"==typeof r?Lp.inNumberRange:"boolean"==typeof r||null!==r&&"object"==typeof r?Lp.equals:Array.isArray(r)?Lp.arrIncludes:Lp.weakEquals},e.getFilterFn=()=>{var n,r;return cp(e.columnDef.filterFn)?e.columnDef.filterFn:"auto"===e.columnDef.filterFn?e.getAutoFilterFn():null!=(n=null==(r=t.options.filterFns)?void 0:r[e.columnDef.filterFn])?n:Lp[e.columnDef.filterFn]},e.getCanFilter=()=>{var n,r,a;return(null==(n=e.columnDef.enableColumnFilter)||n)&&(null==(r=t.options.enableColumnFilters)||r)&&(null==(a=t.options.enableFilters)||a)&&!!e.accessorFn},e.getIsFiltered=()=>e.getFilterIndex()>-1,e.getFilterValue=()=>{var n;return null==(n=t.getState().columnFilters)||null==(n=n.find((t=>t.id===e.id)))?void 0:n.value},e.getFilterIndex=()=>{var n,r;return null!=(n=null==(r=t.getState().columnFilters)?void 0:r.findIndex((t=>t.id===e.id)))?n:-1},e.setFilterValue=n=>{t.setColumnFilters((t=>{const r=e.getFilterFn(),a=null==t?void 0:t.find((t=>t.id===e.id)),l=sp(n,a?a.value:void 0);var o;if(Op(r,l,e))return null!=(o=null==t?void 0:t.filter((t=>t.id!==e.id)))?o:[];const i={id:e.id,value:l};var s;return a?null!=(s=null==t?void 0:t.map((t=>t.id===e.id?i:t)))?s:[]:null!=t&&t.length?[...t,i]:[i]}))}},createRow:(e,t)=>{e.columnFilters={},e.columnFiltersMeta={}},createTable:e=>{e.setColumnFilters=t=>{const n=e.getAllLeafColumns();null==e.options.onColumnFiltersChange||e.options.onColumnFiltersChange((e=>{var r;return null==(r=sp(t,e))?void 0:r.filter((e=>{const t=n.find((t=>t.id===e.id));if(t){if(Op(t.getFilterFn(),e.value,t))return!1}return!0}))}))},e.resetColumnFilters=t=>{var n,r;e.setColumnFilters(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.columnFilters)?n:[])},e.getPreFilteredRowModel=()=>e.getCoreRowModel(),e.getFilteredRowModel=()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel?e.getPreFilteredRowModel():e._getFilteredRowModel())}};function Op(e,t,n){return!(!e||!e.autoRemove)&&e.autoRemove(t,n)||void 0===t||"string"==typeof t&&!t}const jp={sum:(e,t,n)=>n.reduce(((t,n)=>{const r=n.getValue(e);return t+("number"==typeof r?r:0)}),0),min:(e,t,n)=>{let r;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(r>n||void 0===r&&n>=n)&&(r=n)})),r},max:(e,t,n)=>{let r;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(r<n||void 0===r&&n>=n)&&(r=n)})),r},extent:(e,t,n)=>{let r,a;return n.forEach((t=>{const n=t.getValue(e);null!=n&&(void 0===r?n>=n&&(r=a=n):(r>n&&(r=n),a<n&&(a=n)))})),[r,a]},mean:(e,t)=>{let n=0,r=0;if(t.forEach((t=>{let a=t.getValue(e);null!=a&&(a=+a)>=a&&(++n,r+=a)})),n)return r/n},median:(e,t)=>{if(!t.length)return;const n=t.map((t=>t.getValue(e)));if(r=n,!Array.isArray(r)||!r.every((e=>"number"==typeof e)))return;var r;if(1===n.length)return n[0];const a=Math.floor(n.length/2),l=n.sort(((e,t)=>e-t));return n.length%2!=0?l[a]:(l[a-1]+l[a])/2},unique:(e,t)=>Array.from(new Set(t.map((t=>t.getValue(e)))).values()),uniqueCount:(e,t)=>new Set(t.map((t=>t.getValue(e)))).size,count:(e,t)=>t.length},Sp={getDefaultColumnDef:()=>({aggregatedCell:e=>{var t,n;return null!=(t=null==(n=e.getValue())||null==n.toString?void 0:n.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:dp("grouping",e),groupedColumnMode:"reorder"}),createColumn:(e,t)=>{e.toggleGrouping=()=>{t.setGrouping((t=>null!=t&&t.includes(e.id)?t.filter((t=>t!==e.id)):[...null!=t?t:[],e.id]))},e.getCanGroup=()=>{var n,r;return(null==(n=e.columnDef.enableGrouping)||n)&&(null==(r=t.options.enableGrouping)||r)&&(!!e.accessorFn||!!e.columnDef.getGroupingValue)},e.getIsGrouped=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.includes(e.id)},e.getGroupedIndex=()=>{var n;return null==(n=t.getState().grouping)?void 0:n.indexOf(e.id)},e.getToggleGroupingHandler=()=>{const t=e.getCanGroup();return()=>{t&&e.toggleGrouping()}},e.getAutoAggregationFn=()=>{const n=t.getCoreRowModel().flatRows[0],r=null==n?void 0:n.getValue(e.id);return"number"==typeof r?jp.sum:"[object Date]"===Object.prototype.toString.call(r)?jp.extent:void 0},e.getAggregationFn=()=>{var n,r;if(!e)throw new Error;return cp(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(n=null==(r=t.options.aggregationFns)?void 0:r[e.columnDef.aggregationFn])?n:jp[e.columnDef.aggregationFn]}},createTable:e=>{e.setGrouping=t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),e.resetGrouping=t=>{var n,r;e.setGrouping(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.grouping)?n:[])},e.getPreGroupedRowModel=()=>e.getFilteredRowModel(),e.getGroupedRowModel=()=>(!e._getGroupedRowModel&&e.options.getGroupedRowModel&&(e._getGroupedRowModel=e.options.getGroupedRowModel(e)),e.options.manualGrouping||!e._getGroupedRowModel?e.getPreGroupedRowModel():e._getGroupedRowModel())},createRow:(e,t)=>{e.getIsGrouped=()=>!!e.groupingColumnId,e.getGroupingValue=n=>{if(e._groupingValuesCache.hasOwnProperty(n))return e._groupingValuesCache[n];const r=t.getColumn(n);return null!=r&&r.columnDef.getGroupingValue?(e._groupingValuesCache[n]=r.columnDef.getGroupingValue(e.original),e._groupingValuesCache[n]):e.getValue(n)},e._groupingValuesCache={}},createCell:(e,t,n,r)=>{e.getIsGrouped=()=>t.getIsGrouped()&&t.id===n.groupingColumnId,e.getIsPlaceholder=()=>!e.getIsGrouped()&&t.getIsGrouped(),e.getIsAggregated=()=>{var t;return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!(null==(t=n.subRows)||!t.length)}}};const Bp={getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:dp("columnOrder",e)}),createColumn:(e,t)=>{e.getIndex=up((e=>[Wp(t,e)]),(t=>t.findIndex((t=>t.id===e.id))),fp(t.options,"debugColumns","getIndex")),e.getIsFirstColumn=n=>{var r;return(null==(r=Wp(t,n)[0])?void 0:r.id)===e.id},e.getIsLastColumn=n=>{var r;const a=Wp(t,n);return(null==(r=a[a.length-1])?void 0:r.id)===e.id}},createTable:e=>{e.setColumnOrder=t=>null==e.options.onColumnOrderChange?void 0:e.options.onColumnOrderChange(t),e.resetColumnOrder=t=>{var n;e.setColumnOrder(t?[]:null!=(n=e.initialState.columnOrder)?n:[])},e._getOrderColumnsFn=up((()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode]),((e,t,n)=>r=>{let a=[];if(null!=e&&e.length){const t=[...e],n=[...r];for(;n.length&&t.length;){const e=t.shift(),r=n.findIndex((t=>t.id===e));r>-1&&a.push(n.splice(r,1)[0])}a=[...a,...n]}else a=r;return function(e,t,n){if(null==t||!t.length||!n)return e;const r=e.filter((e=>!t.includes(e.id)));return"remove"===n?r:[...t.map((t=>e.find((e=>e.id===t)))).filter(Boolean),...r]}(a,t,n)}),fp(e.options,"debugTable","_getOrderColumnsFn"))}},Vp={getInitialState:e=>({columnPinning:{left:[],right:[]},...e}),getDefaultOptions:e=>({onColumnPinningChange:dp("columnPinning",e)}),createColumn:(e,t)=>{e.pin=n=>{const r=e.getLeafColumns().map((e=>e.id)).filter(Boolean);t.setColumnPinning((e=>{var t,a,l,o,i,s;return"right"===n?{left:(null!=(l=null==e?void 0:e.left)?l:[]).filter((e=>!(null!=r&&r.includes(e)))),right:[...(null!=(o=null==e?void 0:e.right)?o:[]).filter((e=>!(null!=r&&r.includes(e)))),...r]}:"left"===n?{left:[...(null!=(i=null==e?void 0:e.left)?i:[]).filter((e=>!(null!=r&&r.includes(e)))),...r],right:(null!=(s=null==e?void 0:e.right)?s:[]).filter((e=>!(null!=r&&r.includes(e))))}:{left:(null!=(t=null==e?void 0:e.left)?t:[]).filter((e=>!(null!=r&&r.includes(e)))),right:(null!=(a=null==e?void 0:e.right)?a:[]).filter((e=>!(null!=r&&r.includes(e))))}}))},e.getCanPin=()=>e.getLeafColumns().some((e=>{var n,r,a;return(null==(n=e.columnDef.enablePinning)||n)&&(null==(r=null!=(a=t.options.enableColumnPinning)?a:t.options.enablePinning)||r)})),e.getIsPinned=()=>{const n=e.getLeafColumns().map((e=>e.id)),{left:r,right:a}=t.getState().columnPinning,l=n.some((e=>null==r?void 0:r.includes(e))),o=n.some((e=>null==a?void 0:a.includes(e)));return l?"left":!!o&&"right"},e.getPinnedIndex=()=>{var n,r;const a=e.getIsPinned();return a?null!=(n=null==(r=t.getState().columnPinning)||null==(r=r[a])?void 0:r.indexOf(e.id))?n:-1:0}},createRow:(e,t)=>{e.getCenterVisibleCells=up((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,t.getState().columnPinning.right]),((e,t,n)=>{const r=[...null!=t?t:[],...null!=n?n:[]];return e.filter((e=>!r.includes(e.column.id)))}),fp(t.options,"debugRows","getCenterVisibleCells")),e.getLeftVisibleCells=up((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"left"})))),fp(t.options,"debugRows","getLeftVisibleCells")),e.getRightVisibleCells=up((()=>[e._getAllVisibleCells(),t.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"right"})))),fp(t.options,"debugRows","getRightVisibleCells"))},createTable:e=>{e.setColumnPinning=t=>null==e.options.onColumnPinningChange?void 0:e.options.onColumnPinningChange(t),e.resetColumnPinning=t=>{var n,r;return e.setColumnPinning(t?{left:[],right:[]}:null!=(n=null==(r=e.initialState)?void 0:r.columnPinning)?n:{left:[],right:[]})},e.getIsSomeColumnsPinned=t=>{var n;const r=e.getState().columnPinning;var a,l;return t?Boolean(null==(n=r[t])?void 0:n.length):Boolean((null==(a=r.left)?void 0:a.length)||(null==(l=r.right)?void 0:l.length))},e.getLeftLeafColumns=up((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),fp(e.options,"debugColumns","getLeftLeafColumns")),e.getRightLeafColumns=up((()=>[e.getAllLeafColumns(),e.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),fp(e.options,"debugColumns","getRightLeafColumns")),e.getCenterLeafColumns=up((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((e,t,n)=>{const r=[...null!=t?t:[],...null!=n?n:[]];return e.filter((e=>!r.includes(e.id)))}),fp(e.options,"debugColumns","getCenterLeafColumns"))}},Hp={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},Np={getDefaultColumnDef:()=>Hp,getInitialState:e=>({columnSizing:{},columnSizingInfo:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]},...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",columnResizeDirection:"ltr",onColumnSizingChange:dp("columnSizing",e),onColumnSizingInfoChange:dp("columnSizingInfo",e)}),createColumn:(e,t)=>{e.getSize=()=>{var n,r,a;const l=t.getState().columnSizing[e.id];return Math.min(Math.max(null!=(n=e.columnDef.minSize)?n:Hp.minSize,null!=(r=null!=l?l:e.columnDef.size)?r:Hp.size),null!=(a=e.columnDef.maxSize)?a:Hp.maxSize)},e.getStart=up((e=>[e,Wp(t,e),t.getState().columnSizing]),((t,n)=>n.slice(0,e.getIndex(t)).reduce(((e,t)=>e+t.getSize()),0)),fp(t.options,"debugColumns","getStart")),e.getAfter=up((e=>[e,Wp(t,e),t.getState().columnSizing]),((t,n)=>n.slice(e.getIndex(t)+1).reduce(((e,t)=>e+t.getSize()),0)),fp(t.options,"debugColumns","getAfter")),e.resetSize=()=>{t.setColumnSizing((t=>{let{[e.id]:n,...r}=t;return r}))},e.getCanResize=()=>{var n,r;return(null==(n=e.columnDef.enableResizing)||n)&&(null==(r=t.options.enableColumnResizing)||r)},e.getIsResizing=()=>t.getState().columnSizingInfo.isResizingColumn===e.id},createHeader:(e,t)=>{e.getSize=()=>{let t=0;const n=e=>{var r;e.subHeaders.length?e.subHeaders.forEach(n):t+=null!=(r=e.column.getSize())?r:0};return n(e),t},e.getStart=()=>{if(e.index>0){const t=e.headerGroup.headers[e.index-1];return t.getStart()+t.getSize()}return 0},e.getResizeHandler=n=>{const r=t.getColumn(e.column.id),a=null==r?void 0:r.getCanResize();return l=>{if(!r||!a)return;if(null==l.persist||l.persist(),Pp(l)&&l.touches&&l.touches.length>1)return;const o=e.getSize(),i=e?e.getLeafHeaders().map((e=>[e.column.id,e.column.getSize()])):[[r.id,r.getSize()]],s=Pp(l)?Math.round(l.touches[0].clientX):l.clientX,d={},c=(e,n)=>{"number"==typeof n&&(t.setColumnSizingInfo((e=>{var r,a;const l="rtl"===t.options.columnResizeDirection?-1:1,o=(n-(null!=(r=null==e?void 0:e.startOffset)?r:0))*l,i=Math.max(o/(null!=(a=null==e?void 0:e.startSize)?a:0),-.999999);return e.columnSizingStart.forEach((e=>{let[t,n]=e;d[t]=Math.round(100*Math.max(n+n*i,0))/100})),{...e,deltaOffset:o,deltaPercentage:i}})),"onChange"!==t.options.columnResizeMode&&"end"!==e||t.setColumnSizing((e=>({...e,...d}))))},u=e=>c("move",e),f=e=>{c("end",e),t.setColumnSizingInfo((e=>({...e,isResizingColumn:!1,startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,columnSizingStart:[]})))},m=n||"undefined"!=typeof document?document:null,v={moveHandler:e=>u(e.clientX),upHandler:e=>{null==m||m.removeEventListener("mousemove",v.moveHandler),null==m||m.removeEventListener("mouseup",v.upHandler),f(e.clientX)}},h={moveHandler:e=>(e.cancelable&&(e.preventDefault(),e.stopPropagation()),u(e.touches[0].clientX),!1),upHandler:e=>{var t;null==m||m.removeEventListener("touchmove",h.moveHandler),null==m||m.removeEventListener("touchend",h.upHandler),e.cancelable&&(e.preventDefault(),e.stopPropagation()),f(null==(t=e.touches[0])?void 0:t.clientX)}},g=!!function(){if("boolean"==typeof Dp)return Dp;let e=!1;try{const t={get passive(){return e=!0,!1}},n=()=>{};window.addEventListener("test",n,t),window.removeEventListener("test",n)}catch(t){e=!1}return Dp=e,Dp}()&&{passive:!1};Pp(l)?(null==m||m.addEventListener("touchmove",h.moveHandler,g),null==m||m.addEventListener("touchend",h.upHandler,g)):(null==m||m.addEventListener("mousemove",v.moveHandler,g),null==m||m.addEventListener("mouseup",v.upHandler,g)),t.setColumnSizingInfo((e=>({...e,startOffset:s,startSize:o,deltaOffset:0,deltaPercentage:0,columnSizingStart:i,isResizingColumn:r.id})))}}},createTable:e=>{e.setColumnSizing=t=>null==e.options.onColumnSizingChange?void 0:e.options.onColumnSizingChange(t),e.setColumnSizingInfo=t=>null==e.options.onColumnSizingInfoChange?void 0:e.options.onColumnSizingInfoChange(t),e.resetColumnSizing=t=>{var n;e.setColumnSizing(t?{}:null!=(n=e.initialState.columnSizing)?n:{})},e.resetHeaderSizeInfo=t=>{var n;e.setColumnSizingInfo(t?{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]}:null!=(n=e.initialState.columnSizingInfo)?n:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]})},e.getTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getLeftTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getLeftHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getCenterTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getCenterHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},e.getRightTotalSize=()=>{var t,n;return null!=(t=null==(n=e.getRightHeaderGroups()[0])?void 0:n.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0}}};let Dp=null;function Pp(e){return"touchstart"===e.type}function Wp(e,t){return t?"center"===t?e.getCenterVisibleLeafColumns():"left"===t?e.getLeftVisibleLeafColumns():e.getRightVisibleLeafColumns():e.getVisibleLeafColumns()}const Fp={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:dp("rowSelection",e),enableRowSelection:!0,enableMultiRowSelection:!0,enableSubRowSelection:!0}),createTable:e=>{e.setRowSelection=t=>null==e.options.onRowSelectionChange?void 0:e.options.onRowSelectionChange(t),e.resetRowSelection=t=>{var n;return e.setRowSelection(t?{}:null!=(n=e.initialState.rowSelection)?n:{})},e.toggleAllRowsSelected=t=>{e.setRowSelection((n=>{t=void 0!==t?t:!e.getIsAllRowsSelected();const r={...n},a=e.getPreGroupedRowModel().flatRows;return t?a.forEach((e=>{e.getCanSelect()&&(r[e.id]=!0)})):a.forEach((e=>{delete r[e.id]})),r}))},e.toggleAllPageRowsSelected=t=>e.setRowSelection((n=>{const r=void 0!==t?t:!e.getIsAllPageRowsSelected(),a={...n};return e.getRowModel().rows.forEach((t=>{_p(a,t.id,r,!0,e)})),a})),e.getPreSelectedRowModel=()=>e.getCoreRowModel(),e.getSelectedRowModel=up((()=>[e.getState().rowSelection,e.getCoreRowModel()]),((t,n)=>Object.keys(t).length?Tp(e,n):{rows:[],flatRows:[],rowsById:{}}),fp(e.options,"debugTable","getSelectedRowModel")),e.getFilteredSelectedRowModel=up((()=>[e.getState().rowSelection,e.getFilteredRowModel()]),((t,n)=>Object.keys(t).length?Tp(e,n):{rows:[],flatRows:[],rowsById:{}}),fp(e.options,"debugTable","getFilteredSelectedRowModel")),e.getGroupedSelectedRowModel=up((()=>[e.getState().rowSelection,e.getSortedRowModel()]),((t,n)=>Object.keys(t).length?Tp(e,n):{rows:[],flatRows:[],rowsById:{}}),fp(e.options,"debugTable","getGroupedSelectedRowModel")),e.getIsAllRowsSelected=()=>{const t=e.getFilteredRowModel().flatRows,{rowSelection:n}=e.getState();let r=Boolean(t.length&&Object.keys(n).length);return r&&t.some((e=>e.getCanSelect()&&!n[e.id]))&&(r=!1),r},e.getIsAllPageRowsSelected=()=>{const t=e.getPaginationRowModel().flatRows.filter((e=>e.getCanSelect())),{rowSelection:n}=e.getState();let r=!!t.length;return r&&t.some((e=>!n[e.id]))&&(r=!1),r},e.getIsSomeRowsSelected=()=>{var t;const n=Object.keys(null!=(t=e.getState().rowSelection)?t:{}).length;return n>0&&n<e.getFilteredRowModel().flatRows.length},e.getIsSomePageRowsSelected=()=>{const t=e.getPaginationRowModel().flatRows;return!e.getIsAllPageRowsSelected()&&t.filter((e=>e.getCanSelect())).some((e=>e.getIsSelected()||e.getIsSomeSelected()))},e.getToggleAllRowsSelectedHandler=()=>t=>{e.toggleAllRowsSelected(t.target.checked)},e.getToggleAllPageRowsSelectedHandler=()=>t=>{e.toggleAllPageRowsSelected(t.target.checked)}},createRow:(e,t)=>{e.toggleSelected=(n,r)=>{const a=e.getIsSelected();t.setRowSelection((l=>{var o;if(n=void 0!==n?n:!a,e.getCanSelect()&&a===n)return l;const i={...l};return _p(i,e.id,n,null==(o=null==r?void 0:r.selectChildren)||o,t),i}))},e.getIsSelected=()=>{const{rowSelection:n}=t.getState();return zp(e,n)},e.getIsSomeSelected=()=>{const{rowSelection:n}=t.getState();return"some"===Gp(e,n)},e.getIsAllSubRowsSelected=()=>{const{rowSelection:n}=t.getState();return"all"===Gp(e,n)},e.getCanSelect=()=>{var n;return"function"==typeof t.options.enableRowSelection?t.options.enableRowSelection(e):null==(n=t.options.enableRowSelection)||n},e.getCanSelectSubRows=()=>{var n;return"function"==typeof t.options.enableSubRowSelection?t.options.enableSubRowSelection(e):null==(n=t.options.enableSubRowSelection)||n},e.getCanMultiSelect=()=>{var n;return"function"==typeof t.options.enableMultiRowSelection?t.options.enableMultiRowSelection(e):null==(n=t.options.enableMultiRowSelection)||n},e.getToggleSelectedHandler=()=>{const t=e.getCanSelect();return n=>{var r;t&&e.toggleSelected(null==(r=n.target)?void 0:r.checked)}}}},_p=(e,t,n,r,a)=>{var l;const o=a.getRow(t,!0);n?(o.getCanMultiSelect()||Object.keys(e).forEach((t=>delete e[t])),o.getCanSelect()&&(e[t]=!0)):delete e[t],r&&null!=(l=o.subRows)&&l.length&&o.getCanSelectSubRows()&&o.subRows.forEach((t=>_p(e,t.id,n,r,a)))};function Tp(e,t){const n=e.getState().rowSelection,r=[],a={},l=function(e,t){return e.map((e=>{var t;const o=zp(e,n);if(o&&(r.push(e),a[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:l(e.subRows)}),o)return e})).filter(Boolean)};return{rows:l(t.rows),flatRows:r,rowsById:a}}function zp(e,t){var n;return null!=(n=t[e.id])&&n}function Gp(e,t,n){var r;if(null==(r=e.subRows)||!r.length)return!1;let a=!0,l=!1;return e.subRows.forEach((e=>{if((!l||a)&&(e.getCanSelect()&&(zp(e,t)?l=!0:a=!1),e.subRows&&e.subRows.length)){const n=Gp(e,t);"all"===n?l=!0:"some"===n?(l=!0,a=!1):a=!1}})),a?"all":!!l&&"some"}const $p=/([0-9]+)/gm;function qp(e,t){return e===t?0:e>t?1:-1}function Up(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function Yp(e,t){const n=e.split($p).filter(Boolean),r=t.split($p).filter(Boolean);for(;n.length&&r.length;){const e=n.shift(),t=r.shift(),a=parseInt(e,10),l=parseInt(t,10),o=[a,l].sort();if(isNaN(o[0])){if(e>t)return 1;if(t>e)return-1}else{if(isNaN(o[1]))return isNaN(a)?-1:1;if(a>l)return 1;if(l>a)return-1}}return n.length-r.length}const Xp={alphanumeric:(e,t,n)=>Yp(Up(e.getValue(n)).toLowerCase(),Up(t.getValue(n)).toLowerCase()),alphanumericCaseSensitive:(e,t,n)=>Yp(Up(e.getValue(n)),Up(t.getValue(n))),text:(e,t,n)=>qp(Up(e.getValue(n)).toLowerCase(),Up(t.getValue(n)).toLowerCase()),textCaseSensitive:(e,t,n)=>qp(Up(e.getValue(n)),Up(t.getValue(n))),datetime:(e,t,n)=>{const r=e.getValue(n),a=t.getValue(n);return r>a?1:r<a?-1:0},basic:(e,t,n)=>qp(e.getValue(n),t.getValue(n))},Kp=[hp,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:dp("columnVisibility",e)}),createColumn:(e,t)=>{e.toggleVisibility=n=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=n?n:!e.getIsVisible()})))},e.getIsVisible=()=>{var n,r;const a=e.columns;return null==(n=a.length?a.some((e=>e.getIsVisible())):null==(r=t.getState().columnVisibility)?void 0:r[e.id])||n},e.getCanHide=()=>{var n,r;return(null==(n=e.columnDef.enableHiding)||n)&&(null==(r=t.options.enableHiding)||r)},e.getToggleVisibilityHandler=()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}},createRow:(e,t)=>{e._getAllVisibleCells=up((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),fp(t.options,"debugRows","_getAllVisibleCells")),e.getVisibleCells=up((()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()]),((e,t,n)=>[...e,...t,...n]),fp(t.options,"debugRows","getVisibleCells"))},createTable:e=>{const t=(t,n)=>up((()=>[n(),n().filter((e=>e.getIsVisible())).map((e=>e.id)).join("_")]),(e=>e.filter((e=>null==e.getIsVisible?void 0:e.getIsVisible()))),fp(e.options,"debugColumns",t));e.getVisibleFlatColumns=t("getVisibleFlatColumns",(()=>e.getAllFlatColumns())),e.getVisibleLeafColumns=t("getVisibleLeafColumns",(()=>e.getAllLeafColumns())),e.getLeftVisibleLeafColumns=t("getLeftVisibleLeafColumns",(()=>e.getLeftLeafColumns())),e.getRightVisibleLeafColumns=t("getRightVisibleLeafColumns",(()=>e.getRightLeafColumns())),e.getCenterVisibleLeafColumns=t("getCenterVisibleLeafColumns",(()=>e.getCenterLeafColumns())),e.setColumnVisibility=t=>null==e.options.onColumnVisibilityChange?void 0:e.options.onColumnVisibilityChange(t),e.resetColumnVisibility=t=>{var n;e.setColumnVisibility(t?{}:null!=(n=e.initialState.columnVisibility)?n:{})},e.toggleAllColumnsVisible=t=>{var n;t=null!=(n=t)?n:!e.getIsAllColumnsVisible(),e.setColumnVisibility(e.getAllLeafColumns().reduce(((e,n)=>({...e,[n.id]:t||!(null!=n.getCanHide&&n.getCanHide())})),{}))},e.getIsAllColumnsVisible=()=>!e.getAllLeafColumns().some((e=>!(null!=e.getIsVisible&&e.getIsVisible()))),e.getIsSomeColumnsVisible=()=>e.getAllLeafColumns().some((e=>null==e.getIsVisible?void 0:e.getIsVisible())),e.getToggleAllColumnsVisibilityHandler=()=>t=>{var n;e.toggleAllColumnsVisible(null==(n=t.target)?void 0:n.checked)}}},Bp,Vp,pp,Zp,{createTable:e=>{e._getGlobalFacetedRowModel=e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),e.getGlobalFacetedRowModel=()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),e._getGlobalFacetedUniqueValues=e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),e.getGlobalFacetedUniqueValues=()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,e._getGlobalFacetedMinMaxValues=e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),e.getGlobalFacetedMinMaxValues=()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}}},{getInitialState:e=>({globalFilter:void 0,...e}),getDefaultOptions:e=>({onGlobalFilterChange:dp("globalFilter",e),globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var n;const r=null==(n=e.getCoreRowModel().flatRows[0])||null==(n=n._getAllCellsByColumnId()[t.id])?void 0:n.getValue();return"string"==typeof r||"number"==typeof r}}),createColumn:(e,t)=>{e.getCanGlobalFilter=()=>{var n,r,a,l;return(null==(n=e.columnDef.enableGlobalFilter)||n)&&(null==(r=t.options.enableGlobalFilter)||r)&&(null==(a=t.options.enableFilters)||a)&&(null==(l=null==t.options.getColumnCanGlobalFilter?void 0:t.options.getColumnCanGlobalFilter(e))||l)&&!!e.accessorFn}},createTable:e=>{e.getGlobalAutoFilterFn=()=>Lp.includesString,e.getGlobalFilterFn=()=>{var t,n;const{globalFilterFn:r}=e.options;return cp(r)?r:"auto"===r?e.getGlobalAutoFilterFn():null!=(t=null==(n=e.options.filterFns)?void 0:n[r])?t:Lp[r]},e.setGlobalFilter=t=>{null==e.options.onGlobalFilterChange||e.options.onGlobalFilterChange(t)},e.resetGlobalFilter=t=>{e.setGlobalFilter(t?void 0:e.initialState.globalFilter)}}},{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto",sortUndefined:1}),getDefaultOptions:e=>({onSortingChange:dp("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>{e.getAutoSortingFn=()=>{const n=t.getFilteredRowModel().flatRows.slice(10);let r=!1;for(const t of n){const n=null==t?void 0:t.getValue(e.id);if("[object Date]"===Object.prototype.toString.call(n))return Xp.datetime;if("string"==typeof n&&(r=!0,n.split($p).length>1))return Xp.alphanumeric}return r?Xp.text:Xp.basic},e.getAutoSortDir=()=>{const n=t.getFilteredRowModel().flatRows[0];return"string"==typeof(null==n?void 0:n.getValue(e.id))?"asc":"desc"},e.getSortingFn=()=>{var n,r;if(!e)throw new Error;return cp(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(n=null==(r=t.options.sortingFns)?void 0:r[e.columnDef.sortingFn])?n:Xp[e.columnDef.sortingFn]},e.toggleSorting=(n,r)=>{const a=e.getNextSortingOrder(),l=null!=n;t.setSorting((o=>{const i=null==o?void 0:o.find((t=>t.id===e.id)),s=null==o?void 0:o.findIndex((t=>t.id===e.id));let d,c=[],u=l?n:"desc"===a;var f;(d=null!=o&&o.length&&e.getCanMultiSort()&&r?i?"toggle":"add":null!=o&&o.length&&s!==o.length-1?"replace":i?"toggle":"replace","toggle"===d&&(l||a||(d="remove")),"add"===d)?(c=[...o,{id:e.id,desc:u}],c.splice(0,c.length-(null!=(f=t.options.maxMultiSortColCount)?f:Number.MAX_SAFE_INTEGER))):c="toggle"===d?o.map((t=>t.id===e.id?{...t,desc:u}:t)):"remove"===d?o.filter((t=>t.id!==e.id)):[{id:e.id,desc:u}];return c}))},e.getFirstSortDir=()=>{var n,r;return(null!=(n=null!=(r=e.columnDef.sortDescFirst)?r:t.options.sortDescFirst)?n:"desc"===e.getAutoSortDir())?"desc":"asc"},e.getNextSortingOrder=n=>{var r,a;const l=e.getFirstSortDir(),o=e.getIsSorted();return o?!!(o===l||null!=(r=t.options.enableSortingRemoval)&&!r||n&&null!=(a=t.options.enableMultiRemove)&&!a)&&("desc"===o?"asc":"desc"):l},e.getCanSort=()=>{var n,r;return(null==(n=e.columnDef.enableSorting)||n)&&(null==(r=t.options.enableSorting)||r)&&!!e.accessorFn},e.getCanMultiSort=()=>{var n,r;return null!=(n=null!=(r=e.columnDef.enableMultiSort)?r:t.options.enableMultiSort)?n:!!e.accessorFn},e.getIsSorted=()=>{var n;const r=null==(n=t.getState().sorting)?void 0:n.find((t=>t.id===e.id));return!!r&&(r.desc?"desc":"asc")},e.getSortIndex=()=>{var n,r;return null!=(n=null==(r=t.getState().sorting)?void 0:r.findIndex((t=>t.id===e.id)))?n:-1},e.clearSorting=()=>{t.setSorting((t=>null!=t&&t.length?t.filter((t=>t.id!==e.id)):[]))},e.getToggleSortingHandler=()=>{const n=e.getCanSort();return r=>{n&&(null==r.persist||r.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(r))))}}},createTable:e=>{e.setSorting=t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),e.resetSorting=t=>{var n,r;e.setSorting(t?[]:null!=(n=null==(r=e.initialState)?void 0:r.sorting)?n:[])},e.getPreSortedRowModel=()=>e.getGroupedRowModel(),e.getSortedRowModel=()=>(!e._getSortedRowModel&&e.options.getSortedRowModel&&(e._getSortedRowModel=e.options.getSortedRowModel(e)),e.options.manualSorting||!e._getSortedRowModel?e.getPreSortedRowModel():e._getSortedRowModel())}},Sp,{getInitialState:e=>({expanded:{},...e}),getDefaultOptions:e=>({onExpandedChange:dp("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,n=!1;e._autoResetExpanded=()=>{var r,a;if(t){if(null!=(r=null!=(a=e.options.autoResetAll)?a:e.options.autoResetExpanded)?r:!e.options.manualExpanding){if(n)return;n=!0,e._queue((()=>{e.resetExpanded(),n=!1}))}}else e._queue((()=>{t=!0}))},e.setExpanded=t=>null==e.options.onExpandedChange?void 0:e.options.onExpandedChange(t),e.toggleAllRowsExpanded=t=>{(null!=t?t:!e.getIsAllRowsExpanded())?e.setExpanded(!0):e.setExpanded({})},e.resetExpanded=t=>{var n,r;e.setExpanded(t?{}:null!=(n=null==(r=e.initialState)?void 0:r.expanded)?n:{})},e.getCanSomeRowsExpand=()=>e.getPrePaginationRowModel().flatRows.some((e=>e.getCanExpand())),e.getToggleAllRowsExpandedHandler=()=>t=>{null==t.persist||t.persist(),e.toggleAllRowsExpanded()},e.getIsSomeRowsExpanded=()=>{const t=e.getState().expanded;return!0===t||Object.values(t).some(Boolean)},e.getIsAllRowsExpanded=()=>{const t=e.getState().expanded;return"boolean"==typeof t?!0===t:!!Object.keys(t).length&&!e.getRowModel().flatRows.some((e=>!e.getIsExpanded()))},e.getExpandedDepth=()=>{let t=0;return(!0===e.getState().expanded?Object.keys(e.getRowModel().rowsById):Object.keys(e.getState().expanded)).forEach((e=>{const n=e.split(".");t=Math.max(t,n.length)})),t},e.getPreExpandedRowModel=()=>e.getSortedRowModel(),e.getExpandedRowModel=()=>(!e._getExpandedRowModel&&e.options.getExpandedRowModel&&(e._getExpandedRowModel=e.options.getExpandedRowModel(e)),e.options.manualExpanding||!e._getExpandedRowModel?e.getPreExpandedRowModel():e._getExpandedRowModel())},createRow:(e,t)=>{e.toggleExpanded=n=>{t.setExpanded((r=>{var a;const l=!0===r||!(null==r||!r[e.id]);let o={};if(!0===r?Object.keys(t.getRowModel().rowsById).forEach((e=>{o[e]=!0})):o=r,n=null!=(a=n)?a:!l,!l&&n)return{...o,[e.id]:!0};if(l&&!n){const{[e.id]:t,...n}=o;return n}return r}))},e.getIsExpanded=()=>{var n;const r=t.getState().expanded;return!!(null!=(n=null==t.options.getIsRowExpanded?void 0:t.options.getIsRowExpanded(e))?n:!0===r||(null==r?void 0:r[e.id]))},e.getCanExpand=()=>{var n,r,a;return null!=(n=null==t.options.getRowCanExpand?void 0:t.options.getRowCanExpand(e))?n:(null==(r=t.options.enableExpanding)||r)&&!(null==(a=e.subRows)||!a.length)},e.getIsAllParentsExpanded=()=>{let n=!0,r=e;for(;n&&r.parentId;)r=t.getRow(r.parentId,!0),n=r.getIsExpanded();return n},e.getToggleExpandedHandler=()=>{const t=e.getCanExpand();return()=>{t&&e.toggleExpanded()}}}},{getInitialState:e=>({...e,pagination:{pageIndex:0,pageSize:10,...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:dp("pagination",e)}),createTable:e=>{let t=!1,n=!1;e._autoResetPageIndex=()=>{var r,a;if(t){if(null!=(r=null!=(a=e.options.autoResetAll)?a:e.options.autoResetPageIndex)?r:!e.options.manualPagination){if(n)return;n=!0,e._queue((()=>{e.resetPageIndex(),n=!1}))}}else e._queue((()=>{t=!0}))},e.setPagination=t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange((e=>sp(t,e))),e.resetPagination=t=>{var n;e.setPagination(t?{pageIndex:0,pageSize:10}:null!=(n=e.initialState.pagination)?n:{pageIndex:0,pageSize:10})},e.setPageIndex=t=>{e.setPagination((n=>{let r=sp(t,n.pageIndex);const a=void 0===e.options.pageCount||-1===e.options.pageCount?Number.MAX_SAFE_INTEGER:e.options.pageCount-1;return r=Math.max(0,Math.min(r,a)),{...n,pageIndex:r}}))},e.resetPageIndex=t=>{var n,r;e.setPageIndex(t?0:null!=(n=null==(r=e.initialState)||null==(r=r.pagination)?void 0:r.pageIndex)?n:0)},e.resetPageSize=t=>{var n,r;e.setPageSize(t?10:null!=(n=null==(r=e.initialState)||null==(r=r.pagination)?void 0:r.pageSize)?n:10)},e.setPageSize=t=>{e.setPagination((e=>{const n=Math.max(1,sp(t,e.pageSize)),r=e.pageSize*e.pageIndex,a=Math.floor(r/n);return{...e,pageIndex:a,pageSize:n}}))},e.setPageCount=t=>e.setPagination((n=>{var r;let a=sp(t,null!=(r=e.options.pageCount)?r:-1);return"number"==typeof a&&(a=Math.max(-1,a)),{...n,pageCount:a}})),e.getPageOptions=up((()=>[e.getPageCount()]),(e=>{let t=[];return e&&e>0&&(t=[...new Array(e)].fill(null).map(((e,t)=>t))),t}),fp(e.options,"debugTable","getPageOptions")),e.getCanPreviousPage=()=>e.getState().pagination.pageIndex>0,e.getCanNextPage=()=>{const{pageIndex:t}=e.getState().pagination,n=e.getPageCount();return-1===n||0!==n&&t<n-1},e.previousPage=()=>e.setPageIndex((e=>e-1)),e.nextPage=()=>e.setPageIndex((e=>e+1)),e.firstPage=()=>e.setPageIndex(0),e.lastPage=()=>e.setPageIndex(e.getPageCount()-1),e.getPrePaginationRowModel=()=>e.getExpandedRowModel(),e.getPaginationRowModel=()=>(!e._getPaginationRowModel&&e.options.getPaginationRowModel&&(e._getPaginationRowModel=e.options.getPaginationRowModel(e)),e.options.manualPagination||!e._getPaginationRowModel?e.getPrePaginationRowModel():e._getPaginationRowModel()),e.getPageCount=()=>{var t;return null!=(t=e.options.pageCount)?t:Math.ceil(e.getRowCount()/e.getState().pagination.pageSize)},e.getRowCount=()=>{var t;return null!=(t=e.options.rowCount)?t:e.getPrePaginationRowModel().rows.length}}},{getInitialState:e=>({rowPinning:{top:[],bottom:[]},...e}),getDefaultOptions:e=>({onRowPinningChange:dp("rowPinning",e)}),createRow:(e,t)=>{e.pin=(n,r,a)=>{const l=r?e.getLeafRows().map((e=>{let{id:t}=e;return t})):[],o=a?e.getParentRows().map((e=>{let{id:t}=e;return t})):[],i=new Set([...o,e.id,...l]);t.setRowPinning((e=>{var t,r,a,l,o,s;return"bottom"===n?{top:(null!=(a=null==e?void 0:e.top)?a:[]).filter((e=>!(null!=i&&i.has(e)))),bottom:[...(null!=(l=null==e?void 0:e.bottom)?l:[]).filter((e=>!(null!=i&&i.has(e)))),...Array.from(i)]}:"top"===n?{top:[...(null!=(o=null==e?void 0:e.top)?o:[]).filter((e=>!(null!=i&&i.has(e)))),...Array.from(i)],bottom:(null!=(s=null==e?void 0:e.bottom)?s:[]).filter((e=>!(null!=i&&i.has(e))))}:{top:(null!=(t=null==e?void 0:e.top)?t:[]).filter((e=>!(null!=i&&i.has(e)))),bottom:(null!=(r=null==e?void 0:e.bottom)?r:[]).filter((e=>!(null!=i&&i.has(e))))}}))},e.getCanPin=()=>{var n;const{enableRowPinning:r,enablePinning:a}=t.options;return"function"==typeof r?r(e):null==(n=null!=r?r:a)||n},e.getIsPinned=()=>{const n=[e.id],{top:r,bottom:a}=t.getState().rowPinning,l=n.some((e=>null==r?void 0:r.includes(e))),o=n.some((e=>null==a?void 0:a.includes(e)));return l?"top":!!o&&"bottom"},e.getPinnedIndex=()=>{var n,r;const a=e.getIsPinned();if(!a)return-1;const l=null==(n=t._getPinnedRows(a))?void 0:n.map((e=>{let{id:t}=e;return t}));return null!=(r=null==l?void 0:l.indexOf(e.id))?r:-1}},createTable:e=>{e.setRowPinning=t=>null==e.options.onRowPinningChange?void 0:e.options.onRowPinningChange(t),e.resetRowPinning=t=>{var n,r;return e.setRowPinning(t?{top:[],bottom:[]}:null!=(n=null==(r=e.initialState)?void 0:r.rowPinning)?n:{top:[],bottom:[]})},e.getIsSomeRowsPinned=t=>{var n;const r=e.getState().rowPinning;var a,l;return t?Boolean(null==(n=r[t])?void 0:n.length):Boolean((null==(a=r.top)?void 0:a.length)||(null==(l=r.bottom)?void 0:l.length))},e._getPinnedRows=up((t=>[e.getRowModel().rows,e.getState().rowPinning[t],t]),((t,n,r)=>{var a;return(null==(a=e.options.keepPinnedRows)||a?(null!=n?n:[]).map((t=>{const n=e.getRow(t,!0);return n.getIsAllParentsExpanded()?n:null})):(null!=n?n:[]).map((e=>t.find((t=>t.id===e))))).filter(Boolean).map((e=>({...e,position:r})))}),fp(e.options,"debugRows","_getPinnedRows")),e.getTopRows=()=>e._getPinnedRows("top"),e.getBottomRows=()=>e._getPinnedRows("bottom"),e.getCenterRows=up((()=>[e.getRowModel().rows,e.getState().rowPinning.top,e.getState().rowPinning.bottom]),((e,t,n)=>{const r=new Set([...null!=t?t:[],...null!=n?n:[]]);return e.filter((e=>!r.has(e.id)))}),fp(e.options,"debugRows","getCenterRows"))}},Fp,Np];function Qp(e){var t,n;"production"!==process.env.NODE_ENV&&(e.debugAll||e.debugTable)&&console.info("Creating Table Instance...");const r=[...Kp,...null!=(t=e._features)?t:[]];let a={_features:r};const l=a._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultOptions?void 0:t.getDefaultOptions(a))),{});let o={...null!=(n=e.initialState)?n:{}};a._features.forEach((e=>{var t;o=null!=(t=null==e.getInitialState?void 0:e.getInitialState(o))?t:o}));const i=[];let s=!1;const d={_features:r,options:{...l,...e},initialState:o,_queue:e=>{i.push(e),s||(s=!0,Promise.resolve().then((()=>{for(;i.length;)i.shift()();s=!1})).catch((e=>setTimeout((()=>{throw e})))))},reset:()=>{a.setState(a.initialState)},setOptions:e=>{const t=sp(e,a.options);a.options=(e=>a.options.mergeOptions?a.options.mergeOptions(l,e):{...l,...e})(t)},getState:()=>a.options.state,setState:e=>{null==a.options.onStateChange||a.options.onStateChange(e)},_getRowId:(e,t,n)=>{var r;return null!=(r=null==a.options.getRowId?void 0:a.options.getRowId(e,t,n))?r:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(a._getCoreRowModel||(a._getCoreRowModel=a.options.getCoreRowModel(a)),a._getCoreRowModel()),getRowModel:()=>a.getPaginationRowModel(),getRow:(e,t)=>{let n=(t?a.getPrePaginationRowModel():a.getRowModel()).rowsById[e];if(!n&&(n=a.getCoreRowModel().rowsById[e],!n)){if("production"!==process.env.NODE_ENV)throw new Error(`getRow could not find row with ID: ${e}`);throw new Error}return n},_getDefaultColumnDef:up((()=>[a.options.defaultColumn]),(e=>{var t;return e=null!=(t=e)?t:{},{header:e=>{const t=e.header.column.columnDef;return t.accessorKey?t.accessorKey:t.accessorFn?t.id:null},cell:e=>{var t,n;return null!=(t=null==(n=e.renderValue())||null==n.toString?void 0:n.toString())?t:null},...a._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultColumnDef?void 0:t.getDefaultColumnDef())),{}),...e}}),fp(e,"debugColumns","_getDefaultColumnDef")),_getColumnDefs:()=>a.options.columns,getAllColumns:up((()=>[a._getColumnDefs()]),(e=>{const t=function(e,n,r){return void 0===r&&(r=0),e.map((e=>{const l=function(e,t,n,r){var a,l;const o={...e._getDefaultColumnDef(),...t},i=o.accessorKey;let s,d=null!=(a=null!=(l=o.id)?l:i?i.replace(".","_"):void 0)?a:"string"==typeof o.header?o.header:void 0;if(o.accessorFn?s=o.accessorFn:i&&(s=i.includes(".")?e=>{let t=e;for(const e of i.split(".")){var n;t=null==(n=t)?void 0:n[e],"production"!==process.env.NODE_ENV&&void 0===t&&console.warn(`"${e}" in deeply nested key "${i}" returned undefined.`)}return t}:e=>e[o.accessorKey]),!d){if("production"!==process.env.NODE_ENV)throw new Error(o.accessorFn?"Columns require an id when using an accessorFn":"Columns require an id when using a non-string header");throw new Error}let c={id:`${String(d)}`,accessorFn:s,parent:r,depth:n,columnDef:o,columns:[],getFlatColumns:up((()=>[!0]),(()=>{var e;return[c,...null==(e=c.columns)?void 0:e.flatMap((e=>e.getFlatColumns()))]}),fp(e.options,"debugColumns","column.getFlatColumns")),getLeafColumns:up((()=>[e._getOrderColumnsFn()]),(e=>{var t;if(null!=(t=c.columns)&&t.length){let t=c.columns.flatMap((e=>e.getLeafColumns()));return e(t)}return[c]}),fp(e.options,"debugColumns","column.getLeafColumns"))};for(const t of e._features)null==t.createColumn||t.createColumn(c,e);return c}(a,e,r,n),o=e;return l.columns=o.columns?t(o.columns,l,r+1):[],l}))};return t(e)}),fp(e,"debugColumns","getAllColumns")),getAllFlatColumns:up((()=>[a.getAllColumns()]),(e=>e.flatMap((e=>e.getFlatColumns()))),fp(e,"debugColumns","getAllFlatColumns")),_getAllFlatColumnsById:up((()=>[a.getAllFlatColumns()]),(e=>e.reduce(((e,t)=>(e[t.id]=t,e)),{})),fp(e,"debugColumns","getAllFlatColumnsById")),getAllLeafColumns:up((()=>[a.getAllColumns(),a._getOrderColumnsFn()]),((e,t)=>t(e.flatMap((e=>e.getLeafColumns())))),fp(e,"debugColumns","getAllLeafColumns")),getColumn:e=>{const t=a._getAllFlatColumnsById()[e];return"production"===process.env.NODE_ENV||t||console.error(`[Table] Column with id '${e}' does not exist.`),t}};Object.assign(a,d);for(let e=0;e<a._features.length;e++){const t=a._features[e];null==t||null==t.createTable||t.createTable(a)}return a}function Jp(e,t,n){return n.options.filterFromLeafRows?function(e,t,n){var r;const a=[],l={},o=null!=(r=n.options.maxLeafRowFilterDepth)?r:100,i=function(e,r){void 0===r&&(r=0);const s=[];for(let c=0;c<e.length;c++){var d;let u=e[c];const f=wp(n,u.id,u.original,u.index,u.depth,void 0,u.parentId);if(f.columnFilters=u.columnFilters,null!=(d=u.subRows)&&d.length&&r<o){if(f.subRows=i(u.subRows,r+1),u=f,t(u)&&!f.subRows.length){s.push(u),l[u.id]=u,a.push(u);continue}if(t(u)||f.subRows.length){s.push(u),l[u.id]=u,a.push(u);continue}}else u=f,t(u)&&(s.push(u),l[u.id]=u,a.push(u))}return s};return{rows:i(e),flatRows:a,rowsById:l}}(e,t,n):function(e,t,n){var r;const a=[],l={},o=null!=(r=n.options.maxLeafRowFilterDepth)?r:100,i=function(e,r){void 0===r&&(r=0);const s=[];for(let c=0;c<e.length;c++){let u=e[c];if(t(u)){var d;if(null!=(d=u.subRows)&&d.length&&r<o){const e=wp(n,u.id,u.original,u.index,u.depth,void 0,u.parentId);e.subRows=i(u.subRows,r+1),u=e}s.push(u),a.push(u),l[u.id]=u}}return s};return{rows:i(e),flatRows:a,rowsById:l}}(e,t,n)}
13
13
  /**
14
14
  * react-table
15
15
  *
@@ -20,5 +20,5 @@ function yl(e,t){return"function"==typeof e?e(t):e}function wl(e,t){return n=>{t
20
20
  *
21
21
  * @license MIT
22
22
  */
23
- function cs(e,t){return e?function(e){return"function"==typeof e&&(()=>{const t=Object.getPrototypeOf(e);return t.prototype&&t.prototype.isReactComponent})()}(n=e)||"function"==typeof n||function(e){return"object"==typeof e&&"symbol"==typeof e.$$typeof&&["react.memo","react.forward_ref"].includes(e.$$typeof.description)}(n)?o.createElement(e,t):e:null;var n}function fs(n){var r,a=n.data,l=n.columns,d=n.manualSorting,c=void 0!==d&&d,f=n.onSorting,g=n.fetchMoreData,p=i(null),m=s([]),b=m[0],h=m[1],v=s([]),y=v[0],w=v[1],x=s({}),C=x[0],S=x[1],N=s({}),E=N[0],R=function(e){const t={state:{},onStateChange:()=>{},renderFallbackValue:null,...e},[n]=o.useState((()=>({current:us(t)}))),[r,a]=o.useState((()=>n.current.initialState));return n.current.setOptions((t=>({...t,...e,state:{...r,...e.state},onStateChange:t=>{a(t),null==e.onStateChange||e.onStateChange(t)}}))),n.current}({data:a,columns:l,manualSorting:c,onSortingChange:h,onColumnFiltersChange:w,getCoreRowModel:e=>Cl((()=>[e.options.data]),(t=>{const n={rows:[],flatRows:[],rowsById:{}},o=function(t,r,a){void 0===r&&(r=0);const i=[];for(let s=0;s<t.length;s++){const u=kl(e,e._getRowId(t[s],s,a),t[s],s,r,void 0,null==a?void 0:a.id);var l;n.flatRows.push(u),n.rowsById[u.id]=u,i.push(u),e.options.getSubRows&&(u.originalSubRows=e.options.getSubRows(t[s],s),null!=(l=u.originalSubRows)&&l.length&&(u.subRows=o(u.originalSubRows,r+1,u)))}return i};return n.rows=o(t),n}),Sl(e.options,"debugTable","getRowModel",(()=>e._autoResetPageIndex()))),getSortedRowModel:e=>Cl((()=>[e.getState().sorting,e.getPreSortedRowModel()]),((t,n)=>{if(!n.rows.length||null==t||!t.length)return n;const o=e.getState().sorting,r=[],a=o.filter((t=>{var n;return null==(n=e.getColumn(t.id))?void 0:n.getCanSort()})),i={};a.forEach((t=>{const n=e.getColumn(t.id);n&&(i[t.id]={sortUndefined:n.columnDef.sortUndefined,invertSorting:n.columnDef.invertSorting,sortingFn:n.getSortingFn()})}));const l=e=>{const t=e.map((e=>({...e})));return t.sort(((e,t)=>{for(let o=0;o<a.length;o+=1){var n;const r=a[o],l=i[r.id],s=l.sortUndefined,u=null!=(n=null==r?void 0:r.desc)&&n;let d=0;if(s){const n=void 0===e.getValue(r.id),o=void 0===t.getValue(r.id);if(n||o){if("first"===s)return n?-1:1;if("last"===s)return n?1:-1;d=n&&o?0:n?s:-s}}if(0===d&&(d=l.sortingFn(e,t,r.id)),0!==d)return u&&(d*=-1),l.invertSorting&&(d*=-1),d}return e.index-t.index})),t.forEach((e=>{var t;r.push(e),null!=(t=e.subRows)&&t.length&&(e.subRows=l(e.subRows))})),t};return{rows:l(n.rows),flatRows:r,rowsById:n.rowsById}}),Sl(e.options,"debugTable","getSortedRowModel",(()=>e._autoResetPageIndex()))),getFilteredRowModel:e=>Cl((()=>[e.getPreFilteredRowModel(),e.getState().columnFilters,e.getState().globalFilter]),((t,n,o)=>{if(!t.rows.length||(null==n||!n.length)&&!o){for(let e=0;e<t.flatRows.length;e++)t.flatRows[e].columnFilters={},t.flatRows[e].columnFiltersMeta={};return t}const r=[],a=[];(null!=n?n:[]).forEach((t=>{var n;const o=e.getColumn(t.id);if(!o)return;const a=o.getFilterFn();a?r.push({id:t.id,filterFn:a,resolvedValue:null!=(n=null==a.resolveFilterValue?void 0:a.resolveFilterValue(t.value))?n:t.value}):"production"!==process.env.NODE_ENV&&console.warn(`Could not find a valid 'column.filterFn' for column with the ID: ${o.id}.`)}));const i=(null!=n?n:[]).map((e=>e.id)),l=e.getGlobalFilterFn(),s=e.getAllLeafColumns().filter((e=>e.getCanGlobalFilter()));let u,d;o&&l&&s.length&&(i.push("__global__"),s.forEach((e=>{var t;a.push({id:e.id,filterFn:l,resolvedValue:null!=(t=null==l.resolveFilterValue?void 0:l.resolveFilterValue(o))?t:o})})));for(let e=0;e<t.flatRows.length;e++){const n=t.flatRows[e];if(n.columnFilters={},r.length)for(let e=0;e<r.length;e++){u=r[e];const t=u.id;n.columnFilters[t]=u.filterFn(n,t,u.resolvedValue,(e=>{n.columnFiltersMeta[t]=e}))}if(a.length){for(let e=0;e<a.length;e++){d=a[e];const t=d.id;if(d.filterFn(n,t,d.resolvedValue,(e=>{n.columnFiltersMeta[t]=e}))){n.columnFilters.__global__=!0;break}}!0!==n.columnFilters.__global__&&(n.columnFilters.__global__=!1)}}return ds(t.rows,(e=>{for(let t=0;t<i.length;t++)if(!1===e.columnFilters[i[t]])return!1;return!0}),e)}),Sl(e.options,"debugTable","getFilteredRowModel",(()=>e._autoResetPageIndex()))),onColumnVisibilityChange:S,onRowSelectionChange:N[1],state:{sorting:b,columnFilters:y,columnVisibility:C,rowSelection:E}});u((function(){null==f||f(b)}),[b,f]),u((function(){var e=function(){if(p.current){var e=p.current,t=e.scrollTop,n=e.scrollHeight;t+e.clientHeight>=n-10&&(null==g||g())}},t=p.current;return t&&t.addEventListener("scroll",e),function(){t&&t.removeEventListener("scroll",e)}}),[g]);var M=0===(null===(r=R.getRowModel().rows)||void 0===r?void 0:r.length);return t("div",{className:"flex w-full h-full rounded-xl overflow-hidden border border-primary-10",children:e(cl,{className:M?"h-full":"",rootRef:p,children:[t(fl,{className:"sticky top-0",children:R.getHeaderGroups().map((function(n){return t(ml,{className:"",children:n.headers.map((function(n,o){var r;return t(bl,{children:e("div",{className:"flex flex-row items-center cursor-pointer",onClick:n.column.getToggleSortingHandler(),children:[n.isPlaceholder?null:cs(n.column.columnDef.header,n.getContext()),null!==(r={asc:t(B,{className:"ml-3 h-4 w-4"}),desc:t(H,{className:"ml-3 h-4 w-4"})}[n.column.getIsSorted()])&&void 0!==r?r:n.column.getCanSort()?t(G,{className:"ml-3 h-4 w-4 text-textcolor-grey-light"}):null]})},n.id)}))},n.id)}))}),t(gl,{className:"overflow-y-scroll",children:M?t(ml,{className:"h-full self-stretch",children:t(hl,{colSpan:l.length,className:"typography-body1 text-textcolor-grey-medium text-center h-full",children:e("div",{className:"flex flex-1 h-full flex-col items-center justify-center gap-3",children:[t($,{className:"w-8 text-secondary-120"}),"There is no information yet."]})})}):R.getRowModel().rows.map((function(e){return t(ml,{"data-state":e.getIsSelected()&&"selected",className:"",children:e.getVisibleCells().map((function(e){return t(hl,{children:cs(e.column.columnDef.cell,e.getContext())},e.id)}))},e.id)}))})]})})}const gs=o["useId".toString()]||(()=>{});let ps=0;function ms(e){const[t,n]=o.useState(gs());return pe((()=>{e||n((e=>null!=e?e:String(ps++)))}),[e]),e||(t?`radix-${t}`:"")}const bs="dismissableLayer.update",hs="dismissableLayer.pointerDownOutside",vs="dismissableLayer.focusOutside";let ys;const ws=g({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),xs=a(((e,t)=>{var n;const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:l,onInteractOutside:d,onDismiss:c,...f}=e,g=m(ws),[b,h]=s(null),v=null!==(n=null==b?void 0:b.ownerDocument)&&void 0!==n?n:null===globalThis||void 0===globalThis?void 0:globalThis.document,[,y]=s({}),w=se(t,(e=>h(e))),x=Array.from(g.layers),[C]=[...g.layersWithOutsidePointerEventsDisabled].slice(-1),S=x.indexOf(C),N=b?x.indexOf(b):-1,E=g.layersWithOutsidePointerEventsDisabled.size>0,R=N>=S,M=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=fe(e),o=i(!1),r=i((()=>{}));return u((()=>{const e=e=>{if(e.target&&!o.current){const a={originalEvent:e};function i(){Ss(hs,n,a,{discrete:!0})}"touch"===e.pointerType?(t.removeEventListener("click",r.current),r.current=i,t.addEventListener("click",r.current,{once:!0})):i()}else t.removeEventListener("click",r.current);o.current=!1},a=window.setTimeout((()=>{t.addEventListener("pointerdown",e)}),0);return()=>{window.clearTimeout(a),t.removeEventListener("pointerdown",e),t.removeEventListener("click",r.current)}}),[t,n]),{onPointerDownCapture:()=>o.current=!0}}((e=>{const t=e.target,n=[...g.branches].some((e=>e.contains(t)));R&&!n&&(null==a||a(e),null==d||d(e),e.defaultPrevented||null==c||c())}),v),k=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=fe(e),o=i(!1);return u((()=>{const e=e=>{if(e.target&&!o.current){Ss(vs,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)}),[t,n]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}((e=>{const t=e.target;[...g.branches].some((e=>e.contains(t)))||(null==l||l(e),null==d||d(e),e.defaultPrevented||null==c||c())}),v);return function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=fe(e);u((()=>{const e=e=>{"Escape"===e.key&&n(e)};return t.addEventListener("keydown",e),()=>t.removeEventListener("keydown",e)}),[n,t])}((e=>{N===g.layers.size-1&&(null==r||r(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))}),v),u((()=>{if(b)return o&&(0===g.layersWithOutsidePointerEventsDisabled.size&&(ys=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),g.layersWithOutsidePointerEventsDisabled.add(b)),g.layers.add(b),Cs(),()=>{o&&1===g.layersWithOutsidePointerEventsDisabled.size&&(v.body.style.pointerEvents=ys)}}),[b,v,o,g]),u((()=>()=>{b&&(g.layers.delete(b),g.layersWithOutsidePointerEventsDisabled.delete(b),Cs())}),[b,g]),u((()=>{const e=()=>y({});return document.addEventListener(bs,e),()=>document.removeEventListener(bs,e)}),[]),p(Ce.div,ie({},f,{ref:w,style:{pointerEvents:E?R?"auto":"none":void 0,...e.style},onFocusCapture:ce(e.onFocusCapture,k.onFocusCapture),onBlurCapture:ce(e.onBlurCapture,k.onBlurCapture),onPointerDownCapture:ce(e.onPointerDownCapture,M.onPointerDownCapture)}))}));function Cs(){const e=new CustomEvent(bs);document.dispatchEvent(e)}function Ss(e,t,n,{discrete:o}){const r=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),o?function(e,t){e&&E((()=>e.dispatchEvent(t)))}(r,a):r.dispatchEvent(a)}const Ns="focusScope.autoFocusOnMount",Es="focusScope.autoFocusOnUnmount",Rs={bubbles:!1,cancelable:!0},Ms=a(((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:a,...l}=e,[c,f]=s(null),g=fe(r),m=fe(a),b=i(null),h=se(t,(e=>f(e))),v=i({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u((()=>{if(o){function e(e){if(v.paused||!c)return;const t=e.target;c.contains(t)?b.current=t:Fs(b.current,{select:!0})}function t(e){if(v.paused||!c)return;const t=e.relatedTarget;null!==t&&(c.contains(t)||Fs(b.current,{select:!0}))}function n(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Fs(c)}document.addEventListener("focusin",e),document.addEventListener("focusout",t);const r=new MutationObserver(n);return c&&r.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),r.disconnect()}}}),[o,c,v.paused]),u((()=>{if(c){Os.add(v);const t=document.activeElement;if(!c.contains(t)){const n=new CustomEvent(Ns,Rs);c.addEventListener(Ns,g),c.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(Fs(o,{select:t}),document.activeElement!==n)return}((e=ks(c),e.filter((e=>"A"!==e.tagName))),{select:!0}),document.activeElement===t&&Fs(c))}return()=>{c.removeEventListener(Ns,g),setTimeout((()=>{const e=new CustomEvent(Es,Rs);c.addEventListener(Es,m),c.dispatchEvent(e),e.defaultPrevented||Fs(null!=t?t:document.body,{select:!0}),c.removeEventListener(Es,m),Os.remove(v)}),0)}}var e}),[c,g,m,v]);const y=d((e=>{if(!n&&!o)return;if(v.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,r=document.activeElement;if(t&&r){const t=e.currentTarget,[o,a]=function(e){const t=ks(e),n=Ps(t,e),o=Ps(t.reverse(),e);return[n,o]}(t);o&&a?e.shiftKey||r!==a?e.shiftKey&&r===o&&(e.preventDefault(),n&&Fs(a,{select:!0})):(e.preventDefault(),n&&Fs(o,{select:!0})):r===t&&e.preventDefault()}}),[n,o,v.paused]);return p(Ce.div,ie({tabIndex:-1},l,{ref:h,onKeyDown:y}))}));function ks(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Ps(e,t){for(const n of e)if(!Ds(n,{upTo:t}))return n}function Ds(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Fs(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}const Os=function(){let e=[];return{add(t){const n=e[0];t!==n&&(null==n||n.pause()),e=Is(e,t),e.unshift(t)},remove(t){var n;e=Is(e,t),null===(n=e[0])||void 0===n||n.resume()}}}();function Is(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}const _s=a(((e,t)=>{var n;const{container:o=(null===globalThis||void 0===globalThis||null===(n=globalThis.document)||void 0===n?void 0:n.body),...r}=e;return o?N.createPortal(p(Ce.div,ie({},r,{ref:t})),o):null}));let As=0;function Ls(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Ts=ri(),zs=function(){},Vs=o.forwardRef((function(e,t){var n=o.useRef(null),r=o.useState({onScrollCapture:zs,onWheelCapture:zs,onTouchMoveCapture:zs}),a=r[0],i=r[1],l=e.forwardProps,s=e.children,u=e.className,d=e.removeScrollBar,c=e.enabled,f=e.shards,g=e.sideCar,p=e.noIsolation,m=e.inert,b=e.allowPinchZoom,h=e.as,v=void 0===h?"div":h,y=M(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),w=g,x=ni([n,t]),C=R(R({},y),a);return o.createElement(o.Fragment,null,c&&o.createElement(w,{sideCar:Ts,removeScrollBar:d,shards:f,noIsolation:p,inert:m,setCallbacks:i,allowPinchZoom:!!b,lockRef:n}),l?o.cloneElement(o.Children.only(s),R(R({},C),{ref:x})):o.createElement(v,R({},C,{className:u,ref:x}),s))}));Vs.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Vs.classNames={fullWidth:Qa,zeroRight:Za};var Ws=!1;if("undefined"!=typeof window)try{var Hs=Object.defineProperty({},"passive",{get:function(){return Ws=!0,!0}});window.addEventListener("test",Hs,Hs),window.removeEventListener("test",Hs,Hs)}catch(e){Ws=!1}var Bs=!!Ws&&{passive:!1},Gs=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},js=function(e,t){var n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),Ys(e,n)){var o=qs(e,n);if(o[1]>o[2])return!0}n=n.parentNode}while(n&&n!==document.body);return!1},Ys=function(e,t){return"v"===e?function(e){return Gs(e,"overflowY")}(t):function(e){return Gs(e,"overflowX")}(t)},qs=function(e,t){return"v"===e?[(n=t).scrollTop,n.scrollHeight,n.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var n},$s=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Us=function(e){return[e.deltaX,e.deltaY]},Xs=function(e){return e&&"current"in e?e.current:e},Ks=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Zs=0,Qs=[];var Js=ii(Ts,(function(e){var t=o.useRef([]),n=o.useRef([0,0]),r=o.useRef(),a=o.useState(Zs++)[0],i=o.useState((function(){return fi()}))[0],l=o.useRef(e);o.useEffect((function(){l.current=e}),[e]),o.useEffect((function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var t=k([e.lockRef.current],(e.shards||[]).map(Xs),!0).filter(Boolean);return t.forEach((function(e){return e.classList.add("allow-interactivity-".concat(a))})),function(){document.body.classList.remove("block-interactivity-".concat(a)),t.forEach((function(e){return e.classList.remove("allow-interactivity-".concat(a))}))}}}),[e.inert,e.lockRef.current,e.shards]);var s=o.useCallback((function(e,t){if("touches"in e&&2===e.touches.length)return!l.current.allowPinchZoom;var o,a=$s(e),i=n.current,s="deltaX"in e?e.deltaX:i[0]-a[0],u="deltaY"in e?e.deltaY:i[1]-a[1],d=e.target,c=Math.abs(s)>Math.abs(u)?"h":"v";if("touches"in e&&"h"===c&&"range"===d.type)return!1;var f=js(c,d);if(!f)return!0;if(f?o=c:(o="v"===c?"h":"v",f=js(c,d)),!f)return!1;if(!r.current&&"changedTouches"in e&&(s||u)&&(r.current=o),!o)return!0;var g=r.current||o;return function(e,t,n,o,r){var a=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),i=a*o,l=n.target,s=t.contains(l),u=!1,d=i>0,c=0,f=0;do{var g=qs(e,l),p=g[0],m=g[1]-g[2]-a*p;(p||m)&&Ys(e,l)&&(c+=m,f+=p),l=l.parentNode}while(!s&&l!==document.body||s&&(t.contains(l)||t===l));return(!d||0!==c&&r)&&(d||0!==f&&r)||(u=!0),u}(g,t,e,"h"===g?s:u,!0)}),[]),u=o.useCallback((function(e){var n=e;if(Qs.length&&Qs[Qs.length-1]===i){var o="deltaY"in n?Us(n):$s(n),r=t.current.filter((function(e){return e.name===n.type&&e.target===n.target&&(t=e.delta,r=o,t[0]===r[0]&&t[1]===r[1]);var t,r}))[0];if(r&&r.should)n.cancelable&&n.preventDefault();else if(!r){var a=(l.current.shards||[]).map(Xs).filter(Boolean).filter((function(e){return e.contains(n.target)}));(a.length>0?s(n,a[0]):!l.current.noIsolation)&&n.cancelable&&n.preventDefault()}}}),[]),d=o.useCallback((function(e,n,o,r){var a={name:e,delta:n,target:o,should:r};t.current.push(a),setTimeout((function(){t.current=t.current.filter((function(e){return e!==a}))}),1)}),[]),c=o.useCallback((function(e){n.current=$s(e),r.current=void 0}),[]),f=o.useCallback((function(t){d(t.type,Us(t),t.target,s(t,e.lockRef.current))}),[]),g=o.useCallback((function(t){d(t.type,$s(t),t.target,s(t,e.lockRef.current))}),[]);o.useEffect((function(){return Qs.push(i),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:g}),document.addEventListener("wheel",u,Bs),document.addEventListener("touchmove",u,Bs),document.addEventListener("touchstart",c,Bs),function(){Qs=Qs.filter((function(e){return e!==i})),document.removeEventListener("wheel",u,Bs),document.removeEventListener("touchmove",u,Bs),document.removeEventListener("touchstart",c,Bs)}}),[]);var p=e.removeScrollBar,m=e.inert;return o.createElement(o.Fragment,null,m?o.createElement(i,{styles:Ks(a)}):null,p?o.createElement(wi,{gapMode:"margin"}):null)})),eu=o.forwardRef((function(e,t){return o.createElement(Vs,R({},e,{ref:t,sideCar:Js}))}));eu.classNames=Vs.classNames;const tu=a(((e,t)=>{const{children:n,...o}=e,r=h.toArray(n),a=r.find(ru);if(a){const e=a.props.children,n=r.map((t=>t===a?h.count(e)>1?h.only(null):w(e)?e.props.children:null:t));return p(nu,ie({},o,{ref:t}),w(e)?v(e,void 0,n):null)}return p(nu,ie({},o,{ref:t}),n)}));tu.displayName="Slot";const nu=a(((e,t)=>{const{children:n,...o}=e;return w(n)?v(n,{...au(o,n.props),ref:t?le(t,n.ref):n.ref}):h.count(n)>1?h.only(null):null}));nu.displayName="SlotClone";const ou=({children:e})=>p(f,null,e);function ru(e){return w(e)&&e.type===ou}function au(e,t){const n={...t};for(const o in t){const r=e[o],a=t[o];/^on[A-Z]/.test(o)?r&&a?n[o]=(...e)=>{a(...e),r(...e)}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}const iu="Dialog",[lu,su]=ue(iu),[uu,du]=lu(iu),cu=a(((e,t)=>{const{__scopeDialog:n,...o}=e,r=du("DialogTrigger",n),a=se(t,r.triggerRef);return p(Ce.button,ie({type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":Pu(r.open)},o,{ref:a,onClick:ce(e.onClick,r.onOpenToggle)}))})),fu="DialogPortal",[gu,pu]=lu(fu,{forceMount:void 0}),mu="DialogOverlay",bu=a(((e,t)=>{const n=pu(mu,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=du(mu,e.__scopeDialog);return a.modal?p(me,{present:o||a.open},p(hu,ie({},r,{ref:t}))):null})),hu=a(((e,t)=>{const{__scopeDialog:n,...o}=e,r=du(mu,n);return p(eu,{as:tu,allowPinchZoom:!0,shards:[r.contentRef]},p(Ce.div,ie({"data-state":Pu(r.open)},o,{ref:t,style:{pointerEvents:"auto",...o.style}})))})),vu="DialogContent",yu=a(((e,t)=>{const n=pu(vu,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=du(vu,e.__scopeDialog);return p(me,{present:o||a.open},a.modal?p(wu,ie({},r,{ref:t})):p(xu,ie({},r,{ref:t})))})),wu=a(((e,t)=>{const n=du(vu,e.__scopeDialog),o=i(null),r=se(t,n.contentRef,o);return u((()=>{const e=o.current;if(e)return Ka(e)}),[]),p(Cu,ie({},e,{ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ce(e.onCloseAutoFocus,(e=>{var t;e.preventDefault(),null===(t=n.triggerRef.current)||void 0===t||t.focus()})),onPointerDownOutside:ce(e.onPointerDownOutside,(e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()})),onFocusOutside:ce(e.onFocusOutside,(e=>e.preventDefault()))}))})),xu=a(((e,t)=>{const n=du(vu,e.__scopeDialog),o=i(!1),r=i(!1);return p(Cu,ie({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{var a,i;(null===(a=e.onCloseAutoFocus)||void 0===a||a.call(e,t),t.defaultPrevented)||(o.current||null===(i=n.triggerRef.current)||void 0===i||i.focus(),t.preventDefault());o.current=!1,r.current=!1},onInteractOutside:t=>{var a,i;null===(a=e.onInteractOutside)||void 0===a||a.call(e,t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(r.current=!0));const l=t.target;(null===(i=n.triggerRef.current)||void 0===i?void 0:i.contains(l))&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&r.current&&t.preventDefault()}}))})),Cu=a(((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:a,...l}=e,s=du(vu,n),d=se(t,i(null));return u((()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",null!==(e=n[0])&&void 0!==e?e:Ls()),document.body.insertAdjacentElement("beforeend",null!==(t=n[1])&&void 0!==t?t:Ls()),As++,()=>{1===As&&document.querySelectorAll("[data-radix-focus-guard]").forEach((e=>e.remove())),As--}}),[]),p(f,null,p(Ms,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a},p(xs,ie({role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":Pu(s.open)},l,{ref:d,onDismiss:()=>s.onOpenChange(!1)}))),!1)})),Su="DialogTitle",Nu=a(((e,t)=>{const{__scopeDialog:n,...o}=e,r=du(Su,n);return p(Ce.h2,ie({id:r.titleId},o,{ref:t}))})),Eu="DialogDescription",Ru=a(((e,t)=>{const{__scopeDialog:n,...o}=e,r=du(Eu,n);return p(Ce.p,ie({id:r.descriptionId},o,{ref:t}))})),Mu="DialogClose",ku=a(((e,t)=>{const{__scopeDialog:n,...o}=e,r=du(Mu,n);return p(Ce.button,ie({type:"button"},o,{ref:t,onClick:ce(e.onClick,(()=>r.onOpenChange(!1)))}))}));function Pu(e){return e?"open":"closed"}const[Du,Fu]=function(e,t){const n=g(t);function o(e){const{children:t,...o}=e,r=c((()=>o),Object.values(o));return p(n.Provider,{value:r},t)}return o.displayName=e+"Provider",[o,function(o){const r=m(n);if(r)return r;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}("DialogTitleWarning",{contentName:vu,titleName:Su,docsSlug:"dialog"}),Ou=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:l=!0}=e,s=i(null),u=i(null),[c=!1,f]=ge({prop:o,defaultProp:r,onChange:a});return p(uu,{scope:t,triggerRef:s,contentRef:u,contentId:ms(),titleId:ms(),descriptionId:ms(),open:c,onOpenChange:f,onOpenToggle:d((()=>f((e=>!e))),[f]),modal:l},n)},Iu=cu,_u=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,a=du(fu,t);return p(gu,{scope:t,forceMount:n},h.map(o,(e=>p(me,{present:n||a.open},p(_s,{asChild:!0,container:r},e)))))},Au=bu,Lu=yu,Tu=Nu,zu=Ru,Vu=ku;var Wu=Ou,Hu=Iu,Bu=_u,Gu=Vu,ju=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(Au,R({ref:n,className:F("fixed inset-0 z-50 bg-base-popup-curtain data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",o)},r))}));ju.displayName=Au.displayName;var Yu=o.forwardRef((function(n,o){var r=n.className,a=n.children,i=M(n,["className","children"]);return e(Bu,{children:[t(ju,{}),e(Lu,R({ref:o,className:F("fixed text-base-popup-foreground left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-base-popup bg-base-popup p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-md",r)},i,{children:[a,e(Vu,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-primary data-[state=open]:text-primary-foreground",children:[t(Z,{className:"h-4 w-4"}),t("span",{className:"sr-only",children:"Close"})]})]}))]})}));Yu.displayName=Lu.displayName;var qu=function(e){var n=e.className,o=M(e,["className"]);return t("div",R({className:F("flex flex-col space-y-2 text-center sm:text-left",n)},o))};qu.displayName="DialogHeader";var $u=function(e){var n=e.className,o=M(e,["className"]);return t("div",R({className:F("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 ",n)},o))};$u.displayName="DialogFooter";var Uu=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(Tu,R({ref:n,className:F("typography-h5 tracking-tight ",o)},r))}));Uu.displayName=Tu.displayName;var Xu=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(zu,R({ref:n,className:F("text-sm",o)},r))}));Xu.displayName=zu.displayName;a(((e,t)=>{const{children:n,...o}=e,r=h.toArray(n),a=r.find(Qu);if(a){const e=a.props.children,n=r.map((t=>t===a?h.count(e)>1?h.only(null):w(e)?e.props.children:null:t));return p(Ku,ie({},o,{ref:t}),w(e)?v(e,void 0,n):null)}return p(Ku,ie({},o,{ref:t}),n)})).displayName="Slot";const Ku=a(((e,t)=>{const{children:n,...o}=e;return w(n)?v(n,{...Ju(o,n.props),ref:t?le(t,n.ref):n.ref}):h.count(n)>1?h.only(null):null}));Ku.displayName="SlotClone";const Zu=({children:e})=>p(f,null,e);function Qu(e){return w(e)&&e.type===Zu}function Ju(e,t){const n={...t};for(const o in t){const r=e[o],a=t[o];/^on[A-Z]/.test(o)?r&&a?n[o]=(...e)=>{a(...e),r(...e)}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}const[ed,td]=ue("AlertDialog",[su]),nd=su(),od=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=nd(n);return p(Iu,ie({},r,o,{ref:t}))})),rd=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=nd(n);return p(Au,ie({},r,o,{ref:t}))})),ad="AlertDialogContent",[id,ld]=ed(ad),sd=a(((e,t)=>{const{__scopeAlertDialog:n,children:o,...r}=e,a=nd(n),l=se(t,i(null)),s=i(null);return p(Du,{contentName:ad,titleName:ud,docsSlug:"alert-dialog"},p(id,{scope:n,cancelRef:s},p(Lu,ie({role:"alertdialog"},a,r,{ref:l,onOpenAutoFocus:ce(r.onOpenAutoFocus,(e=>{var t;e.preventDefault(),null===(t=s.current)||void 0===t||t.focus({preventScroll:!0})})),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault()}),p(Zu,null,o),!1)))})),ud="AlertDialogTitle",dd=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=nd(n);return p(Tu,ie({},r,o,{ref:t}))})),cd=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=nd(n);return p(zu,ie({},r,o,{ref:t}))})),fd=rd,gd=sd,pd=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=nd(n);return p(Vu,ie({},r,o,{ref:t}))})),md=a(((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:r}=ld("AlertDialogCancel",n),a=nd(n),i=se(t,r);return p(Vu,ie({},a,o,{ref:i}))})),bd=dd,hd=cd;var vd=e=>{const{__scopeAlertDialog:t,...n}=e,o=nd(t);return p(Ou,ie({},o,n,{modal:!0}))},yd=od,wd=e=>{const{__scopeAlertDialog:t,...n}=e,o=nd(t);return p(_u,ie({},o,n))},xd=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(fd,R({className:F("fixed inset-0 bg-base-popup-curtain z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",o)},r,{ref:n}))}));xd.displayName=fd.displayName;var Cd=o.forwardRef((function(n,o){var r=n.className,a=M(n,["className"]);return e(wd,{children:[t(xd,{}),t(gd,R({ref:o,className:F("fixed text-base-popup-foreground left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-6 border border-base-popup bg-base-popup p-8 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-md",r)},a))]})}));Cd.displayName=gd.displayName;var Sd=function(e){var n=e.className,o=M(e,["className"]);return t("div",R({className:F("flex flex-col space-y-2 text-center sm:text-left",n)},o))};Sd.displayName="AlertDialogHeader";var Nd=function(e){var n=e.className,o=M(e,["className"]);return t("div",R({className:F("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",n)},o))};Nd.displayName="AlertDialogFooter";var Ed=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(bd,R({ref:n,className:F("typography-h5",o)},r))}));Ed.displayName=bd.displayName;var Rd=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(hd,R({ref:n,className:F("text-sm",o)},r))}));Rd.displayName=hd.displayName;var Md=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(pd,R({ref:n,className:F(P({fullwidth:!1}),o)},r))}));Md.displayName=pd.displayName;var kd=o.forwardRef((function(e,n){var o=e.className,r=M(e,["className"]);return t(md,R({ref:n,className:F(P({fullwidth:!1,variant:"outline"}),"mt-2 sm:mt-0",o)},r))}));kd.displayName=md.displayName;var Pd=a((function(e,n){return t(ae,R({},e,{ref:n,hasClearIcon:!0,hasSearchIcon:!0,label:"Search",endIcon:null,filterMode:!0}))})),Dd=function(e){return String(e).length>10?e/1e3:e},Fd=function(e){var t=new Date(e);return t.setHours(0,0,0,0),t},Od=function(e){var t=new Date(e);return t.setHours(23,59,59,999),t},Id=function(){var e=Fd(new Date);return{startTime:e,endTime:Od(e)}},_d=function(e){var t=Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds());return Dd(t)};export{Be as ActionButton,vd as AlertDialog,Md as AlertDialogAction,kd as AlertDialogCancel,Cd as AlertDialogContent,Rd as AlertDialogDescription,Nd as AlertDialogFooter,Sd as AlertDialogHeader,xd as AlertDialogOverlay,wd as AlertDialogPortal,Ed as AlertDialogTitle,yd as AlertDialogTrigger,bt as Avatar,ht as AvatarGroup,I as Button,co as Calendar,_e as Checkbox,Dt as Collapsible,fs as DataTable,ul as DatePicker,Wu as Dialog,Gu as DialogClose,Yu as DialogContent,Xu as DialogDescription,$u as DialogFooter,qu as DialogHeader,ju as DialogOverlay,Bu as DialogPortal,Uu as DialogTitle,Hu as DialogTrigger,ae as Dropdown,Ve as Input,Te as Label,O as Loading,We as Navbar,il as Popover,sl as PopoverContent,ll as PopoverTrigger,dl as ProgressBar,Pd as Search,cl as Table,gl as TableBody,vl as TableCaption,hl as TableCell,pl as TableFooter,bl as TableHead,fl as TableHeader,ml as TableRow,te as Tabs,ee as Text,Q as TextInput,F as cn,Od as getEndDateOfDay,Fd as getStartDateOfDay,Id as getStartEndTimestampOfDay,_d as getTimestampUTC,Dd as resloveTimestamp};
23
+ function eb(t,n){return t?function(e){return"function"==typeof e&&(()=>{const t=Object.getPrototypeOf(e);return t.prototype&&t.prototype.isReactComponent})()}(r=t)||"function"==typeof r||function(e){return"object"==typeof e&&"symbol"==typeof e.$$typeof&&["react.memo","react.forward_ref"].includes(e.$$typeof.description)}(r)?e.createElement(t,n):t:null;var r}function tb({data:t,columns:n,manualSorting:a=!1,onSorting:i,fetchMoreData:s}){var d;const c=r(null),[u,f]=l([]),[m,v]=l([]),[h,g]=l({}),[w,E]=l({}),x=function(t){const n={state:{},onStateChange:()=>{},renderFallbackValue:null,...t},[r]=e.useState((()=>({current:Qp(n)}))),[a,l]=e.useState((()=>r.current.initialState));return r.current.setOptions((e=>({...e,...t,state:{...a,...t.state},onStateChange:e=>{l(e),null==t.onStateChange||t.onStateChange(e)}}))),r.current}({data:t,columns:n,manualSorting:a,onSortingChange:f,onColumnFiltersChange:v,getCoreRowModel:e=>up((()=>[e.options.data]),(t=>{const n={rows:[],flatRows:[],rowsById:{}},r=function(t,a,l){void 0===a&&(a=0);const o=[];for(let s=0;s<t.length;s++){const d=wp(e,e._getRowId(t[s],s,l),t[s],s,a,void 0,null==l?void 0:l.id);var i;n.flatRows.push(d),n.rowsById[d.id]=d,o.push(d),e.options.getSubRows&&(d.originalSubRows=e.options.getSubRows(t[s],s),null!=(i=d.originalSubRows)&&i.length&&(d.subRows=r(d.originalSubRows,a+1,d)))}return o};return n.rows=r(t),n}),fp(e.options,"debugTable","getRowModel",(()=>e._autoResetPageIndex()))),getSortedRowModel:e=>up((()=>[e.getState().sorting,e.getPreSortedRowModel()]),((t,n)=>{if(!n.rows.length||null==t||!t.length)return n;const r=e.getState().sorting,a=[],l=r.filter((t=>{var n;return null==(n=e.getColumn(t.id))?void 0:n.getCanSort()})),o={};l.forEach((t=>{const n=e.getColumn(t.id);n&&(o[t.id]={sortUndefined:n.columnDef.sortUndefined,invertSorting:n.columnDef.invertSorting,sortingFn:n.getSortingFn()})}));const i=e=>{const t=e.map((e=>({...e})));return t.sort(((e,t)=>{for(let r=0;r<l.length;r+=1){var n;const a=l[r],i=o[a.id],s=i.sortUndefined,d=null!=(n=null==a?void 0:a.desc)&&n;let c=0;if(s){const n=void 0===e.getValue(a.id),r=void 0===t.getValue(a.id);if(n||r){if("first"===s)return n?-1:1;if("last"===s)return n?1:-1;c=n&&r?0:n?s:-s}}if(0===c&&(c=i.sortingFn(e,t,a.id)),0!==c)return d&&(c*=-1),i.invertSorting&&(c*=-1),c}return e.index-t.index})),t.forEach((e=>{var t;a.push(e),null!=(t=e.subRows)&&t.length&&(e.subRows=i(e.subRows))})),t};return{rows:i(n.rows),flatRows:a,rowsById:n.rowsById}}),fp(e.options,"debugTable","getSortedRowModel",(()=>e._autoResetPageIndex()))),getFilteredRowModel:e=>up((()=>[e.getPreFilteredRowModel(),e.getState().columnFilters,e.getState().globalFilter]),((t,n,r)=>{if(!t.rows.length||(null==n||!n.length)&&!r){for(let e=0;e<t.flatRows.length;e++)t.flatRows[e].columnFilters={},t.flatRows[e].columnFiltersMeta={};return t}const a=[],l=[];(null!=n?n:[]).forEach((t=>{var n;const r=e.getColumn(t.id);if(!r)return;const l=r.getFilterFn();l?a.push({id:t.id,filterFn:l,resolvedValue:null!=(n=null==l.resolveFilterValue?void 0:l.resolveFilterValue(t.value))?n:t.value}):"production"!==process.env.NODE_ENV&&console.warn(`Could not find a valid 'column.filterFn' for column with the ID: ${r.id}.`)}));const o=(null!=n?n:[]).map((e=>e.id)),i=e.getGlobalFilterFn(),s=e.getAllLeafColumns().filter((e=>e.getCanGlobalFilter()));let d,c;r&&i&&s.length&&(o.push("__global__"),s.forEach((e=>{var t;l.push({id:e.id,filterFn:i,resolvedValue:null!=(t=null==i.resolveFilterValue?void 0:i.resolveFilterValue(r))?t:r})})));for(let e=0;e<t.flatRows.length;e++){const n=t.flatRows[e];if(n.columnFilters={},a.length)for(let e=0;e<a.length;e++){d=a[e];const t=d.id;n.columnFilters[t]=d.filterFn(n,t,d.resolvedValue,(e=>{n.columnFiltersMeta[t]=e}))}if(l.length){for(let e=0;e<l.length;e++){c=l[e];const t=c.id;if(c.filterFn(n,t,c.resolvedValue,(e=>{n.columnFiltersMeta[t]=e}))){n.columnFilters.__global__=!0;break}}!0!==n.columnFilters.__global__&&(n.columnFilters.__global__=!1)}}return Jp(t.rows,(e=>{for(let t=0;t<o.length;t++)if(!1===e.columnFilters[o[t]])return!1;return!0}),e)}),fp(e.options,"debugTable","getFilteredRowModel",(()=>e._autoResetPageIndex()))),onColumnVisibilityChange:g,onRowSelectionChange:E,state:{sorting:u,columnFilters:m,columnVisibility:h,rowSelection:w}});o((()=>{null==i||i(u)}),[u,i]),o((()=>{const e=()=>{if(c.current){const{scrollTop:e,scrollHeight:t,clientHeight:n}=c.current;e+n>=t-10&&(null==s||s())}},t=c.current;return t&&t.addEventListener("scroll",e),()=>{t&&t.removeEventListener("scroll",e)}}),[s]);const y=0===(null===(d=x.getRowModel().rows)||void 0===d?void 0:d.length);return p("div",{className:"flex w-full h-full rounded-xl overflow-hidden border border-primary-10",children:b(ep,{className:y?"h-full":"",rootRef:c,children:[p(tp,{className:"sticky top-0",children:x.getHeaderGroups().map((e=>p(ap,{className:"",children:e.headers.map(((e,t)=>{var n;return p(lp,{children:b("div",{className:"flex flex-row items-center cursor-pointer",onClick:e.column.getToggleSortingHandler(),children:[e.isPlaceholder?null:eb(e.column.columnDef.header,e.getContext()),null!==(n={asc:p(se,{className:"ml-3 h-4 w-4"}),desc:p(D,{className:"ml-3 h-4 w-4"})}[e.column.getIsSorted()])&&void 0!==n?n:e.column.getCanSort()?p(ge,{className:"ml-3 h-4 w-4 text-text-grey-light"}):null]})},e.id)}))},e.id)))}),p(np,{className:"overflow-y-scroll",children:y?p(ap,{className:"h-full self-stretch",children:p(op,{colSpan:n.length,className:"typography-body1 text-text-grey-medium text-center h-full",children:b("div",{className:"flex flex-1 h-full flex-col items-center justify-center gap-3",children:[p(kt,{className:"w-8 text-secondary-120"}),"There is no information yet."]})})}):x.getRowModel().rows.map((e=>p(ap,{"data-state":e.getIsSelected()&&"selected",className:"",children:e.getVisibleCells().map((e=>p(op,{children:eb(e.column.columnDef.cell,e.getContext())},e.id)))},e.id)))})]})})}const nb=e["useId".toString()]||(()=>{});let rb=0;function ab(t){const[n,r]=e.useState(nb());return nu((()=>{t||r((e=>null!=e?e:String(rb++)))}),[t]),t||(n?`radix-${n}`:"")}const lb="dismissableLayer.update",ob="dismissableLayer.pointerDownOutside",ib="dismissableLayer.focusOutside";let sb;const db=c({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),cb=n(((e,t)=>{var n;const{disableOutsidePointerEvents:a=!1,onEscapeKeyDown:i,onPointerDownOutside:s,onFocusOutside:d,onInteractOutside:c,onDismiss:m,...v}=e,h=f(db),[g,w]=l(null),p=null!==(n=null==g?void 0:g.ownerDocument)&&void 0!==n?n:null===globalThis||void 0===globalThis?void 0:globalThis.document,[,b]=l({}),E=Xc(t,(e=>w(e))),x=Array.from(h.layers),[y]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),M=x.indexOf(y),k=g?x.indexOf(g):-1,C=h.layersWithOutsidePointerEventsDisabled.size>0,R=k>=M,I=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=eu(e),a=r(!1),l=r((()=>{}));return o((()=>{const e=e=>{if(e.target&&!a.current){const r={originalEvent:e};function o(){fb(ob,n,r,{discrete:!0})}"touch"===e.pointerType?(t.removeEventListener("click",l.current),l.current=o,t.addEventListener("click",l.current,{once:!0})):o()}else t.removeEventListener("click",l.current);a.current=!1},r=window.setTimeout((()=>{t.addEventListener("pointerdown",e)}),0);return()=>{window.clearTimeout(r),t.removeEventListener("pointerdown",e),t.removeEventListener("click",l.current)}}),[t,n]),{onPointerDownCapture:()=>a.current=!0}}((e=>{const t=e.target,n=[...h.branches].some((e=>e.contains(t)));R&&!n&&(null==s||s(e),null==c||c(e),e.defaultPrevented||null==m||m())}),p),L=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=eu(e),a=r(!1);return o((()=>{const e=e=>{if(e.target&&!a.current){fb(ib,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)}),[t,n]),{onFocusCapture:()=>a.current=!0,onBlurCapture:()=>a.current=!1}}((e=>{const t=e.target;[...h.branches].some((e=>e.contains(t)))||(null==d||d(e),null==c||c(e),e.defaultPrevented||null==m||m())}),p);return function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=eu(e);o((()=>{const e=e=>{"Escape"===e.key&&n(e)};return t.addEventListener("keydown",e),()=>t.removeEventListener("keydown",e)}),[n,t])}((e=>{k===h.layers.size-1&&(null==i||i(e),!e.defaultPrevented&&m&&(e.preventDefault(),m()))}),p),o((()=>{if(g)return a&&(0===h.layersWithOutsidePointerEventsDisabled.size&&(sb=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(g)),h.layers.add(g),ub(),()=>{a&&1===h.layersWithOutsidePointerEventsDisabled.size&&(p.body.style.pointerEvents=sb)}}),[g,p,a,h]),o((()=>()=>{g&&(h.layers.delete(g),h.layersWithOutsidePointerEventsDisabled.delete(g),ub())}),[g,h]),o((()=>{const e=()=>b({});return document.addEventListener(lb,e),()=>document.removeEventListener(lb,e)}),[]),u(cu.div,Uc({},v,{ref:E,style:{pointerEvents:C?R?"auto":"none":void 0,...e.style},onFocusCapture:Jc(e.onFocusCapture,L.onFocusCapture),onBlurCapture:Jc(e.onBlurCapture,L.onBlurCapture),onPointerDownCapture:Jc(e.onPointerDownCapture,I.onPointerDownCapture)}))}));function ub(){const e=new CustomEvent(lb);document.dispatchEvent(e)}function fb(e,t,n,{discrete:r}){const a=n.originalEvent.target,l=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),r?function(e,t){e&&C((()=>e.dispatchEvent(t)))}(a,l):a.dispatchEvent(l)}const mb="focusScope.autoFocusOnMount",vb="focusScope.autoFocusOnUnmount",hb={bubbles:!1,cancelable:!0},gb=n(((e,t)=>{const{loop:n=!1,trapped:a=!1,onMountAutoFocus:s,onUnmountAutoFocus:d,...c}=e,[f,m]=l(null),v=eu(s),h=eu(d),g=r(null),w=Xc(t,(e=>m(e))),p=r({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;o((()=>{if(a){function e(e){if(p.paused||!f)return;const t=e.target;f.contains(t)?g.current=t:Eb(g.current,{select:!0})}function t(e){if(p.paused||!f)return;const t=e.relatedTarget;null!==t&&(f.contains(t)||Eb(g.current,{select:!0}))}function n(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Eb(f)}document.addEventListener("focusin",e),document.addEventListener("focusout",t);const r=new MutationObserver(n);return f&&r.observe(f,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),r.disconnect()}}}),[a,f,p.paused]),o((()=>{if(f){xb.add(p);const t=document.activeElement;if(!f.contains(t)){const n=new CustomEvent(mb,hb);f.addEventListener(mb,v),f.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Eb(r,{select:t}),document.activeElement!==n)return}((e=wb(f),e.filter((e=>"A"!==e.tagName))),{select:!0}),document.activeElement===t&&Eb(f))}return()=>{f.removeEventListener(mb,v),setTimeout((()=>{const e=new CustomEvent(vb,hb);f.addEventListener(vb,h),f.dispatchEvent(e),e.defaultPrevented||Eb(null!=t?t:document.body,{select:!0}),f.removeEventListener(vb,h),xb.remove(p)}),0)}}var e}),[f,v,h,p]);const b=i((e=>{if(!n&&!a)return;if(p.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,r=document.activeElement;if(t&&r){const t=e.currentTarget,[a,l]=function(e){const t=wb(e),n=pb(t,e),r=pb(t.reverse(),e);return[n,r]}(t);a&&l?e.shiftKey||r!==l?e.shiftKey&&r===a&&(e.preventDefault(),n&&Eb(l,{select:!0})):(e.preventDefault(),n&&Eb(a,{select:!0})):r===t&&e.preventDefault()}}),[n,a,p.paused]);return u(cu.div,Uc({tabIndex:-1},c,{ref:w,onKeyDown:b}))}));function wb(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function pb(e,t){for(const n of e)if(!bb(n,{upTo:t}))return n}function bb(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Eb(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}const xb=function(){let e=[];return{add(t){const n=e[0];t!==n&&(null==n||n.pause()),e=yb(e,t),e.unshift(t)},remove(t){var n;e=yb(e,t),null===(n=e[0])||void 0===n||n.resume()}}}();function yb(e,t){const n=[...e],r=n.indexOf(t);return-1!==r&&n.splice(r,1),n}const Mb=n(((e,t)=>{var n;const{container:r=(null===globalThis||void 0===globalThis||null===(n=globalThis.document)||void 0===n?void 0:n.body),...a}=e;return r?k.createPortal(u(cu.div,Uc({},a,{ref:t})),r):null}));let kb=0;function Cb(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Rb=Gg(),Ib=function(){},Lb=e.forwardRef((function(t,n){var r=e.useRef(null),a=e.useState({onScrollCapture:Ib,onWheelCapture:Ib,onTouchMoveCapture:Ib}),l=a[0],o=a[1],i=t.forwardProps,s=t.children,d=t.className,c=t.removeScrollBar,u=t.enabled,f=t.shards,m=t.sideCar,v=t.noIsolation,h=t.inert,g=t.allowPinchZoom,w=t.as,p=void 0===w?"div":w,b=Rc(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),E=m,x=Tg([r,n]),y=Cc(Cc({},b),l);return e.createElement(e.Fragment,null,u&&e.createElement(E,{sideCar:Rb,removeScrollBar:c,shards:f,noIsolation:v,inert:h,setCallbacks:o,allowPinchZoom:!!g,lockRef:r}),i?e.cloneElement(e.Children.only(s),Cc(Cc({},y),{ref:x})):e.createElement(p,Cc({},y,{className:d,ref:x}),s))}));Lb.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Lb.classNames={fullWidth:Pg,zeroRight:Dg};var Ab=!1;if("undefined"!=typeof window)try{var Zb=Object.defineProperty({},"passive",{get:function(){return Ab=!0,!0}});window.addEventListener("test",Zb,Zb),window.removeEventListener("test",Zb,Zb)}catch(e){Ab=!1}var Ob=!!Ab&&{passive:!1},jb=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},Sb=function(e,t){var n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),Bb(e,n)){var r=Vb(e,n);if(r[1]>r[2])return!0}n=n.parentNode}while(n&&n!==document.body);return!1},Bb=function(e,t){return"v"===e?function(e){return jb(e,"overflowY")}(t):function(e){return jb(e,"overflowX")}(t)},Vb=function(e,t){return"v"===e?[(n=t).scrollTop,n.scrollHeight,n.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var n},Hb=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Nb=function(e){return[e.deltaX,e.deltaY]},Db=function(e){return e&&"current"in e?e.current:e},Pb=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Wb=0,Fb=[];var _b=qg(Rb,(function(t){var n=e.useRef([]),r=e.useRef([0,0]),a=e.useRef(),l=e.useState(Wb++)[0],o=e.useState((function(){return Jg()}))[0],i=e.useRef(t);e.useEffect((function(){i.current=t}),[t]),e.useEffect((function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(l));var e=Ic([t.lockRef.current],(t.shards||[]).map(Db),!0).filter(Boolean);return e.forEach((function(e){return e.classList.add("allow-interactivity-".concat(l))})),function(){document.body.classList.remove("block-interactivity-".concat(l)),e.forEach((function(e){return e.classList.remove("allow-interactivity-".concat(l))}))}}}),[t.inert,t.lockRef.current,t.shards]);var s=e.useCallback((function(e,t){if("touches"in e&&2===e.touches.length)return!i.current.allowPinchZoom;var n,l=Hb(e),o=r.current,s="deltaX"in e?e.deltaX:o[0]-l[0],d="deltaY"in e?e.deltaY:o[1]-l[1],c=e.target,u=Math.abs(s)>Math.abs(d)?"h":"v";if("touches"in e&&"h"===u&&"range"===c.type)return!1;var f=Sb(u,c);if(!f)return!0;if(f?n=u:(n="v"===u?"h":"v",f=Sb(u,c)),!f)return!1;if(!a.current&&"changedTouches"in e&&(s||d)&&(a.current=n),!n)return!0;var m=a.current||n;return function(e,t,n,r,a){var l=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),o=l*r,i=n.target,s=t.contains(i),d=!1,c=o>0,u=0,f=0;do{var m=Vb(e,i),v=m[0],h=m[1]-m[2]-l*v;(v||h)&&Bb(e,i)&&(u+=h,f+=v),i=i.parentNode}while(!s&&i!==document.body||s&&(t.contains(i)||t===i));return(!c||0!==u&&a)&&(c||0!==f&&a)||(d=!0),d}(m,t,e,"h"===m?s:d,!0)}),[]),d=e.useCallback((function(e){var t=e;if(Fb.length&&Fb[Fb.length-1]===o){var r="deltaY"in t?Nb(t):Hb(t),a=n.current.filter((function(e){return e.name===t.type&&e.target===t.target&&(n=e.delta,a=r,n[0]===a[0]&&n[1]===a[1]);var n,a}))[0];if(a&&a.should)t.cancelable&&t.preventDefault();else if(!a){var l=(i.current.shards||[]).map(Db).filter(Boolean).filter((function(e){return e.contains(t.target)}));(l.length>0?s(t,l[0]):!i.current.noIsolation)&&t.cancelable&&t.preventDefault()}}}),[]),c=e.useCallback((function(e,t,r,a){var l={name:e,delta:t,target:r,should:a};n.current.push(l),setTimeout((function(){n.current=n.current.filter((function(e){return e!==l}))}),1)}),[]),u=e.useCallback((function(e){r.current=Hb(e),a.current=void 0}),[]),f=e.useCallback((function(e){c(e.type,Nb(e),e.target,s(e,t.lockRef.current))}),[]),m=e.useCallback((function(e){c(e.type,Hb(e),e.target,s(e,t.lockRef.current))}),[]);e.useEffect((function(){return Fb.push(o),t.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:m}),document.addEventListener("wheel",d,Ob),document.addEventListener("touchmove",d,Ob),document.addEventListener("touchstart",u,Ob),function(){Fb=Fb.filter((function(e){return e!==o})),document.removeEventListener("wheel",d,Ob),document.removeEventListener("touchmove",d,Ob),document.removeEventListener("touchstart",u,Ob)}}),[]);var v=t.removeScrollBar,h=t.inert;return e.createElement(e.Fragment,null,h?e.createElement(o,{styles:Pb(l)}):null,v?e.createElement(iw,{gapMode:"margin"}):null)})),Tb=e.forwardRef((function(t,n){return e.createElement(Lb,Cc({},t,{ref:n,sideCar:_b}))}));Tb.classNames=Lb.classNames;const zb=n(((e,t)=>{const{children:n,...r}=e,a=v.toArray(n),l=a.find(qb);if(l){const e=l.props.children,n=a.map((t=>t===l?v.count(e)>1?v.only(null):w(e)?e.props.children:null:t));return u(Gb,Uc({},r,{ref:t}),w(e)?h(e,void 0,n):null)}return u(Gb,Uc({},r,{ref:t}),n)}));zb.displayName="Slot";const Gb=n(((e,t)=>{const{children:n,...r}=e;return w(n)?h(n,{...Ub(r,n.props),ref:t?Yc(t,n.ref):n.ref}):v.count(n)>1?v.only(null):null}));Gb.displayName="SlotClone";const $b=({children:e})=>u(d,null,e);function qb(e){return w(e)&&e.type===$b}function Ub(e,t){const n={...t};for(const r in t){const a=e[r],l=t[r];/^on[A-Z]/.test(r)?a&&l?n[r]=(...e)=>{l(...e),a(...e)}:a&&(n[r]=a):"style"===r?n[r]={...a,...l}:"className"===r&&(n[r]=[a,l].filter(Boolean).join(" "))}return{...e,...n}}const Yb="Dialog",[Xb,Kb]=Kc(Yb),[Qb,Jb]=Xb(Yb),eE=n(((e,t)=>{const{__scopeDialog:n,...r}=e,a=Jb("DialogTrigger",n),l=Xc(t,a.triggerRef);return u(cu.button,Uc({type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":pE(a.open)},r,{ref:l,onClick:Jc(e.onClick,a.onOpenToggle)}))})),tE="DialogPortal",[nE,rE]=Xb(tE,{forceMount:void 0}),aE="DialogOverlay",lE=n(((e,t)=>{const n=rE(aE,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,l=Jb(aE,e.__scopeDialog);return l.modal?u(ru,{present:r||l.open},u(oE,Uc({},a,{ref:t}))):null})),oE=n(((e,t)=>{const{__scopeDialog:n,...r}=e,a=Jb(aE,n);return u(Tb,{as:zb,allowPinchZoom:!0,shards:[a.contentRef]},u(cu.div,Uc({"data-state":pE(a.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))})),iE="DialogContent",sE=n(((e,t)=>{const n=rE(iE,e.__scopeDialog),{forceMount:r=n.forceMount,...a}=e,l=Jb(iE,e.__scopeDialog);return u(ru,{present:r||l.open},l.modal?u(dE,Uc({},a,{ref:t})):u(cE,Uc({},a,{ref:t})))})),dE=n(((e,t)=>{const n=Jb(iE,e.__scopeDialog),a=r(null),l=Xc(t,n.contentRef,a);return o((()=>{const e=a.current;if(e)return Ng(e)}),[]),u(uE,Uc({},e,{ref:l,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Jc(e.onCloseAutoFocus,(e=>{var t;e.preventDefault(),null===(t=n.triggerRef.current)||void 0===t||t.focus()})),onPointerDownOutside:Jc(e.onPointerDownOutside,(e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()})),onFocusOutside:Jc(e.onFocusOutside,(e=>e.preventDefault()))}))})),cE=n(((e,t)=>{const n=Jb(iE,e.__scopeDialog),a=r(!1),l=r(!1);return u(uE,Uc({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{var r,o;(null===(r=e.onCloseAutoFocus)||void 0===r||r.call(e,t),t.defaultPrevented)||(a.current||null===(o=n.triggerRef.current)||void 0===o||o.focus(),t.preventDefault());a.current=!1,l.current=!1},onInteractOutside:t=>{var r,o;null===(r=e.onInteractOutside)||void 0===r||r.call(e,t),t.defaultPrevented||(a.current=!0,"pointerdown"===t.detail.originalEvent.type&&(l.current=!0));const i=t.target;(null===(o=n.triggerRef.current)||void 0===o?void 0:o.contains(i))&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&l.current&&t.preventDefault()}}))})),uE=n(((e,t)=>{const{__scopeDialog:n,trapFocus:a,onOpenAutoFocus:l,onCloseAutoFocus:i,...s}=e,c=Jb(iE,n),f=Xc(t,r(null));return o((()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",null!==(e=n[0])&&void 0!==e?e:Cb()),document.body.insertAdjacentElement("beforeend",null!==(t=n[1])&&void 0!==t?t:Cb()),kb++,()=>{1===kb&&document.querySelectorAll("[data-radix-focus-guard]").forEach((e=>e.remove())),kb--}}),[]),u(d,null,u(gb,{asChild:!0,loop:!0,trapped:a,onMountAutoFocus:l,onUnmountAutoFocus:i},u(cb,Uc({role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":pE(c.open)},s,{ref:f,onDismiss:()=>c.onOpenChange(!1)}))),!1)})),fE="DialogTitle",mE=n(((e,t)=>{const{__scopeDialog:n,...r}=e,a=Jb(fE,n);return u(cu.h2,Uc({id:a.titleId},r,{ref:t}))})),vE="DialogDescription",hE=n(((e,t)=>{const{__scopeDialog:n,...r}=e,a=Jb(vE,n);return u(cu.p,Uc({id:a.descriptionId},r,{ref:t}))})),gE="DialogClose",wE=n(((e,t)=>{const{__scopeDialog:n,...r}=e,a=Jb(gE,n);return u(cu.button,Uc({type:"button"},r,{ref:t,onClick:Jc(e.onClick,(()=>a.onOpenChange(!1)))}))}));function pE(e){return e?"open":"closed"}const[bE,EE]=function(e,t){const n=c(t);function r(e){const{children:t,...r}=e,a=s((()=>r),Object.values(r));return u(n.Provider,{value:a},t)}return r.displayName=e+"Provider",[r,function(r){const a=f(n);if(a)return a;if(void 0!==t)return t;throw new Error(`\`${r}\` must be used within \`${e}\``)}]}("DialogTitleWarning",{contentName:iE,titleName:fE,docsSlug:"dialog"}),xE=e=>{const{__scopeDialog:t,children:n,open:a,defaultOpen:l,onOpenChange:o,modal:s=!0}=e,d=r(null),c=r(null),[f=!1,m]=tu({prop:a,defaultProp:l,onChange:o});return u(Qb,{scope:t,triggerRef:d,contentRef:c,contentId:ab(),titleId:ab(),descriptionId:ab(),open:f,onOpenChange:m,onOpenToggle:i((()=>m((e=>!e))),[m]),modal:s},n)},yE=eE,ME=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:a}=e,l=Jb(tE,t);return u(nE,{scope:t,forceMount:n},v.map(r,(e=>u(ru,{present:n||l.open},u(Mb,{asChild:!0,container:a},e)))))},kE=lE,CE=sE,RE=mE,IE=hE,LE=wE,AE=xE,ZE=yE,OE=ME,jE=LE,SE=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(kE,Object.assign({ref:t,className:Zc("fixed inset-0 z-50 bg-base-popup-curtain data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",n)},r))}));SE.displayName=kE.displayName;const BE=e.forwardRef(((e,t)=>{var{className:n,children:r}=e,a=Rc(e,["className","children"]);return b(OE,{children:[p(SE,{}),b(CE,Object.assign({ref:t,className:Zc("fixed text-base-popup-foreground left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-base-popup bg-base-popup p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-md",n)},a,{children:[r,b(LE,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-primary data-[state=open]:text-primary-foreground",children:[p(za,{className:"h-4 w-4"}),p("span",{className:"sr-only",children:"Close"})]})]}))]})}));BE.displayName=CE.displayName;const VE=e=>{var{className:t}=e,n=Rc(e,["className"]);return p("div",Object.assign({className:Zc("flex flex-col space-y-2 text-center sm:text-left",t)},n))};VE.displayName="DialogHeader";const HE=e=>{var{className:t}=e,n=Rc(e,["className"]);return p("div",Object.assign({className:Zc("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 ",t)},n))};HE.displayName="DialogFooter";const NE=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(RE,Object.assign({ref:t,className:Zc("typography-h5 tracking-tight ",n)},r))}));NE.displayName=RE.displayName;const DE=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(IE,Object.assign({ref:t,className:Zc("text-sm",n)},r))}));DE.displayName=IE.displayName;n(((e,t)=>{const{children:n,...r}=e,a=v.toArray(n),l=a.find(FE);if(l){const e=l.props.children,n=a.map((t=>t===l?v.count(e)>1?v.only(null):w(e)?e.props.children:null:t));return u(PE,Uc({},r,{ref:t}),w(e)?h(e,void 0,n):null)}return u(PE,Uc({},r,{ref:t}),n)})).displayName="Slot";const PE=n(((e,t)=>{const{children:n,...r}=e;return w(n)?h(n,{..._E(r,n.props),ref:t?Yc(t,n.ref):n.ref}):v.count(n)>1?v.only(null):null}));PE.displayName="SlotClone";const WE=({children:e})=>u(d,null,e);function FE(e){return w(e)&&e.type===WE}function _E(e,t){const n={...t};for(const r in t){const a=e[r],l=t[r];/^on[A-Z]/.test(r)?a&&l?n[r]=(...e)=>{l(...e),a(...e)}:a&&(n[r]=a):"style"===r?n[r]={...a,...l}:"className"===r&&(n[r]=[a,l].filter(Boolean).join(" "))}return{...e,...n}}const[TE,zE]=Kc("AlertDialog",[Kb]),GE=Kb(),$E=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,a=GE(n);return u(yE,Uc({},a,r,{ref:t}))})),qE=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,a=GE(n);return u(kE,Uc({},a,r,{ref:t}))})),UE="AlertDialogContent",[YE,XE]=TE(UE),KE=n(((e,t)=>{const{__scopeAlertDialog:n,children:a,...l}=e,o=GE(n),i=Xc(t,r(null)),s=r(null);return u(bE,{contentName:UE,titleName:QE,docsSlug:"alert-dialog"},u(YE,{scope:n,cancelRef:s},u(CE,Uc({role:"alertdialog"},o,l,{ref:i,onOpenAutoFocus:Jc(l.onOpenAutoFocus,(e=>{var t;e.preventDefault(),null===(t=s.current)||void 0===t||t.focus({preventScroll:!0})})),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault()}),u(WE,null,a),!1)))})),QE="AlertDialogTitle",JE=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,a=GE(n);return u(RE,Uc({},a,r,{ref:t}))})),ex=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,a=GE(n);return u(IE,Uc({},a,r,{ref:t}))})),tx=qE,nx=KE,rx=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,a=GE(n);return u(LE,Uc({},a,r,{ref:t}))})),ax=n(((e,t)=>{const{__scopeAlertDialog:n,...r}=e,{cancelRef:a}=XE("AlertDialogCancel",n),l=GE(n),o=Xc(t,a);return u(LE,Uc({},l,r,{ref:o}))})),lx=JE,ox=ex,ix=e=>{const{__scopeAlertDialog:t,...n}=e,r=GE(t);return u(xE,Uc({},r,n,{modal:!0}))},sx=$E,dx=e=>{const{__scopeAlertDialog:t,...n}=e,r=GE(t);return u(ME,Uc({},r,n))},cx=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(tx,Object.assign({className:Zc("fixed inset-0 bg-base-popup-curtain z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",n)},r,{ref:t}))}));cx.displayName=tx.displayName;const ux=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return b(dx,{children:[p(cx,{}),p(nx,Object.assign({ref:t,className:Zc("fixed text-base-popup-foreground left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-6 border border-base-popup bg-base-popup p-8 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-md",n)},r))]})}));ux.displayName=nx.displayName;const fx=e=>{var{className:t}=e,n=Rc(e,["className"]);return p("div",Object.assign({className:Zc("flex flex-col space-y-2 text-center sm:text-left",t)},n))};fx.displayName="AlertDialogHeader";const mx=e=>{var{className:t}=e,n=Rc(e,["className"]);return p("div",Object.assign({className:Zc("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",t)},n))};mx.displayName="AlertDialogFooter";const vx=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(lx,Object.assign({ref:t,className:Zc("typography-h5",n)},r))}));vx.displayName=lx.displayName;const hx=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(ox,Object.assign({ref:t,className:Zc("text-sm",n)},r))}));hx.displayName=ox.displayName;const gx=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(rx,Object.assign({ref:t,className:Zc(Lc({fullwidth:!1}),n)},r))}));gx.displayName=rx.displayName;const wx=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(ax,Object.assign({ref:t,className:Zc(Lc({fullwidth:!1,variant:"outline"}),"mt-2 sm:mt-0",n)},r))}));wx.displayName=ax.displayName;const px=n(((e,t)=>p(qc,Object.assign({},e,{ref:t,hasClearIcon:!0,hasSearchIcon:!0,label:"Search",endIcon:null,filterMode:!0}))));function bx(e,[t,n]){return Math.min(n,Math.max(t,e))}function Ex(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),!1===n||!r.defaultPrevented)return t?.(r)}}function xx(...t){return e.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...t),t)}function yx(t,n=[]){let r=[];const a=()=>{const n=r.map((t=>e.createContext(t)));return function(r){const a=r?.[t]||n;return e.useMemo((()=>({[`__scope${t}`]:{...r,[t]:a}})),[r,a])}};return a.scopeName=t,[function(n,a){const l=e.createContext(a),o=r.length;function i(n){const{scope:r,children:a,...i}=n,s=r?.[t][o]||l,d=e.useMemo((()=>i),Object.values(i));return p(s.Provider,{value:d,children:a})}return r=[...r,a],i.displayName=n+"Provider",[i,function(r,i){const s=i?.[t][o]||l,d=e.useContext(s);if(d)return d;if(void 0!==a)return a;throw new Error(`\`${r}\` must be used within \`${n}\``)}]},Mx(a,...n)]}function Mx(...t){const n=t[0];if(1===t.length)return n;const r=()=>{const r=t.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(t){const a=r.reduce(((e,{useScope:n,scopeName:r})=>({...e,...n(t)[`__scope${r}`]})),{});return e.useMemo((()=>({[`__scope${n.scopeName}`]:a})),[a])}};return r.scopeName=n.scopeName,r}function kx(t){const n=e.useRef(t);return e.useEffect((()=>{n.current=t})),e.useMemo((()=>(...e)=>n.current?.(...e)),[])}function Cx({prop:t,defaultProp:n,onChange:r=(()=>{})}){const[a,l]=function({defaultProp:t,onChange:n}){const r=e.useState(t),[a]=r,l=e.useRef(a),o=kx(n);return e.useEffect((()=>{l.current!==a&&(o(a),l.current=a)}),[a,l,o]),r}({defaultProp:n,onChange:r}),o=void 0!==t,i=o?t:a,s=kx(r);return[i,e.useCallback((e=>{if(o){const n="function"==typeof e?e(t):e;n!==t&&s(n)}else l(e)}),[o,t,l,s])]}var Rx=e.createContext(void 0);var Ix=Boolean(globalThis?.document)?e.useLayoutEffect:()=>{};var Lx=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,n)=>{const r=e.forwardRef(((e,t)=>{const{asChild:r,...a}=e,l=r?Bu:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),p(l,{...a,ref:t})}));return r.displayName=`Primitive.${n}`,{...t,[n]:r}}),{});var Ax=["PageUp","PageDown"],Zx=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Ox={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},jx="Slider",[Sx,Bx,Vx]=function(e){const n=e+"CollectionProvider",[r,a]=yx(n),[l,o]=r(n,{collectionRef:{current:null},itemMap:new Map}),i=e=>{const{scope:n,children:r}=e,a=t.useRef(null),o=t.useRef(new Map).current;return p(l,{scope:n,itemMap:o,collectionRef:a,children:r})};i.displayName=n;const s=e+"CollectionSlot",d=t.forwardRef(((e,t)=>{const{scope:n,children:r}=e,a=xx(t,o(s,n).collectionRef);return p(Bu,{ref:a,children:r})}));d.displayName=s;const c=e+"CollectionItemSlot",u="data-radix-collection-item",f=t.forwardRef(((e,n)=>{const{scope:r,children:a,...l}=e,i=t.useRef(null),s=xx(n,i),d=o(c,r);return t.useEffect((()=>(d.itemMap.set(i,{ref:i,...l}),()=>{d.itemMap.delete(i)}))),p(Bu,{[u]:"",ref:s,children:a})}));return f.displayName=c,[{Provider:i,Slot:d,ItemSlot:f},function(n){const r=o(e+"CollectionConsumer",n);return t.useCallback((()=>{const e=r.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${u}]`));return Array.from(r.itemMap.values()).sort(((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current)))}),[r.collectionRef,r.itemMap])},a]}(jx),[Hx,Nx]=yx(jx,[Vx]),[Dx,Px]=Hx(jx),Wx=e.forwardRef(((t,n)=>{const{name:r,min:a=0,max:l=100,step:o=1,orientation:i="horizontal",disabled:s=!1,minStepsBetweenThumbs:d=0,defaultValue:c=[a],value:u,onValueChange:f=(()=>{}),onValueCommit:m=(()=>{}),inverted:v=!1,...h}=t,g=e.useRef(new Set),w=e.useRef(0),b="horizontal"===i?Tx:zx,[E=[],x]=Cx({prop:u,defaultProp:c,onChange:e=>{const t=[...g.current];t[w.current]?.focus(),f(e)}}),y=e.useRef(E);function M(e,t,{commit:n}={commit:!1}){const r=function(e){return(String(e).split(".")[1]||"").length}(o),i=function(e,t){const n=Math.pow(10,t);return Math.round(e*n)/n}(Math.round((e-a)/o)*o+a,r),s=bx(i,[a,l]);x(((e=[])=>{const r=function(e=[],t,n){const r=[...e];return r[n]=t,r.sort(((e,t)=>e-t))}(e,s,t);if(function(e,t){if(t>0){const n=function(e){return e.slice(0,-1).map(((t,n)=>e[n+1]-t))}(e);return Math.min(...n)>=t}return!0}(r,d*o)){w.current=r.indexOf(s);const t=String(r)!==String(e);return t&&n&&m(r),t?r:e}return e}))}return p(Dx,{scope:t.__scopeSlider,name:r,disabled:s,min:a,max:l,valueIndexToChangeRef:w,thumbs:g.current,values:E,orientation:i,children:p(Sx.Provider,{scope:t.__scopeSlider,children:p(Sx.Slot,{scope:t.__scopeSlider,children:p(b,{"aria-disabled":s,"data-disabled":s?"":void 0,...h,ref:n,onPointerDown:Ex(h.onPointerDown,(()=>{s||(y.current=E)})),min:a,max:l,inverted:v,onSlideStart:s?void 0:function(e){const t=function(e,t){if(1===e.length)return 0;const n=e.map((e=>Math.abs(e-t))),r=Math.min(...n);return n.indexOf(r)}(E,e);M(e,t)},onSlideMove:s?void 0:function(e){M(e,w.current)},onSlideEnd:s?void 0:function(){const e=y.current[w.current];E[w.current]!==e&&m(E)},onHomeKeyDown:()=>!s&&M(a,0,{commit:!0}),onEndKeyDown:()=>!s&&M(l,E.length-1,{commit:!0}),onStepKeyDown:({event:e,direction:t})=>{if(!s){const n=Ax.includes(e.key)||e.shiftKey&&Zx.includes(e.key)?10:1,r=w.current;M(E[r]+o*n*t,r,{commit:!0})}}})})})})}));Wx.displayName=jx;var[Fx,_x]=Hx(jx,{startEdge:"left",endEdge:"right",size:"width",direction:1}),Tx=e.forwardRef(((t,n)=>{const{min:r,max:a,dir:l,inverted:o,onSlideStart:i,onSlideMove:s,onSlideEnd:d,onStepKeyDown:c,...u}=t,[f,m]=e.useState(null),v=xx(n,(e=>m(e))),h=e.useRef(),g=function(t){const n=e.useContext(Rx);return t||n||"ltr"}(l),w="ltr"===g,b=w&&!o||!w&&o;function E(e){const t=h.current||f.getBoundingClientRect(),n=ty([0,t.width],b?[r,a]:[a,r]);return h.current=t,n(e-t.left)}return p(Fx,{scope:t.__scopeSlider,startEdge:b?"left":"right",endEdge:b?"right":"left",direction:b?1:-1,size:"width",children:p(Gx,{dir:g,"data-orientation":"horizontal",...u,ref:v,style:{...u.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:e=>{const t=E(e.clientX);i?.(t)},onSlideMove:e=>{const t=E(e.clientX);s?.(t)},onSlideEnd:()=>{h.current=void 0,d?.()},onStepKeyDown:e=>{const t=Ox[b?"from-left":"from-right"].includes(e.key);c?.({event:e,direction:t?-1:1})}})})})),zx=e.forwardRef(((t,n)=>{const{min:r,max:a,inverted:l,onSlideStart:o,onSlideMove:i,onSlideEnd:s,onStepKeyDown:d,...c}=t,u=e.useRef(null),f=xx(n,u),m=e.useRef(),v=!l;function h(e){const t=m.current||u.current.getBoundingClientRect(),n=ty([0,t.height],v?[a,r]:[r,a]);return m.current=t,n(e-t.top)}return p(Fx,{scope:t.__scopeSlider,startEdge:v?"bottom":"top",endEdge:v?"top":"bottom",size:"height",direction:v?1:-1,children:p(Gx,{"data-orientation":"vertical",...c,ref:f,style:{...c.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:e=>{const t=h(e.clientY);o?.(t)},onSlideMove:e=>{const t=h(e.clientY);i?.(t)},onSlideEnd:()=>{m.current=void 0,s?.()},onStepKeyDown:e=>{const t=Ox[v?"from-bottom":"from-top"].includes(e.key);d?.({event:e,direction:t?-1:1})}})})})),Gx=e.forwardRef(((e,t)=>{const{__scopeSlider:n,onSlideStart:r,onSlideMove:a,onSlideEnd:l,onHomeKeyDown:o,onEndKeyDown:i,onStepKeyDown:s,...d}=e,c=Px(jx,n);return p(Lx.span,{...d,ref:t,onKeyDown:Ex(e.onKeyDown,(e=>{"Home"===e.key?(o(e),e.preventDefault()):"End"===e.key?(i(e),e.preventDefault()):Ax.concat(Zx).includes(e.key)&&(s(e),e.preventDefault())})),onPointerDown:Ex(e.onPointerDown,(e=>{const t=e.target;t.setPointerCapture(e.pointerId),e.preventDefault(),c.thumbs.has(t)?t.focus():r(e)})),onPointerMove:Ex(e.onPointerMove,(e=>{e.target.hasPointerCapture(e.pointerId)&&a(e)})),onPointerUp:Ex(e.onPointerUp,(e=>{const t=e.target;t.hasPointerCapture(e.pointerId)&&(t.releasePointerCapture(e.pointerId),l(e))}))})})),$x="SliderTrack",qx=e.forwardRef(((e,t)=>{const{__scopeSlider:n,...r}=e,a=Px($x,n);return p(Lx.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...r,ref:t})}));qx.displayName=$x;var Ux="SliderRange",Yx=e.forwardRef(((t,n)=>{const{__scopeSlider:r,...a}=t,l=Px(Ux,r),o=_x(Ux,r),i=xx(n,e.useRef(null)),s=l.values.length,d=l.values.map((e=>ey(e,l.min,l.max))),c=s>1?Math.min(...d):0,u=100-Math.max(...d);return p(Lx.span,{"data-orientation":l.orientation,"data-disabled":l.disabled?"":void 0,...a,ref:i,style:{...t.style,[o.startEdge]:c+"%",[o.endEdge]:u+"%"}})}));Yx.displayName=Ux;var Xx="SliderThumb",Kx=e.forwardRef(((t,n)=>{const r=Bx(t.__scopeSlider),[a,l]=e.useState(null),o=xx(n,(e=>l(e))),i=e.useMemo((()=>a?r().findIndex((e=>e.ref.current===a)):-1),[r,a]);return p(Qx,{...t,ref:o,index:i})})),Qx=e.forwardRef(((t,n)=>{const{__scopeSlider:r,index:a,name:l,...o}=t,i=Px(Xx,r),s=_x(Xx,r),[d,c]=e.useState(null),u=xx(n,(e=>c(e))),f=!d||Boolean(d.closest("form")),m=function(t){const[n,r]=e.useState(void 0);return Ix((()=>{if(t){r({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver((e=>{if(!Array.isArray(e))return;if(!e.length)return;const n=e[0];let a,l;if("borderBoxSize"in n){const e=n.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,l=t.blockSize}else a=t.offsetWidth,l=t.offsetHeight;r({width:a,height:l})}));return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}r(void 0)}),[t]),n}(d),v=i.values[a],h=void 0===v?0:ey(v,i.min,i.max),g=function(e,t){return t>2?`Value ${e+1} of ${t}`:2===t?["Minimum","Maximum"][e]:void 0}(a,i.values.length),w=m?.[s.size],E=w?function(e,t,n){const r=e/2,a=ty([0,50],[0,r]);return(r-a(t)*n)*n}(w,h,s.direction):0;return e.useEffect((()=>{if(d)return i.thumbs.add(d),()=>{i.thumbs.delete(d)}}),[d,i.thumbs]),b("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[s.startEdge]:`calc(${h}% + ${E}px)`},children:[p(Sx.ItemSlot,{scope:t.__scopeSlider,children:p(Lx.span,{role:"slider","aria-label":t["aria-label"]||g,"aria-valuemin":i.min,"aria-valuenow":v,"aria-valuemax":i.max,"aria-orientation":i.orientation,"data-orientation":i.orientation,"data-disabled":i.disabled?"":void 0,tabIndex:i.disabled?void 0:0,...o,ref:u,style:void 0===v?{display:"none"}:t.style,onFocus:Ex(t.onFocus,(()=>{i.valueIndexToChangeRef.current=a}))})}),f&&p(Jx,{name:l??(i.name?i.name+(i.values.length>1?"[]":""):void 0),value:v},a)]})}));Kx.displayName=Xx;var Jx=t=>{const{value:n,...r}=t,a=e.useRef(null),l=function(t){const n=e.useRef({value:t,previous:t});return e.useMemo((()=>(n.current.value!==t&&(n.current.previous=n.current.value,n.current.value=t),n.current.previous)),[t])}(n);return e.useEffect((()=>{const e=a.current,t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"value").set;if(l!==n&&r){const t=new Event("input",{bubbles:!0});r.call(e,n),e.dispatchEvent(t)}}),[l,n]),p("input",{style:{display:"none"},...r,ref:a,defaultValue:n})};function ey(e,t,n){return bx(100/(n-t)*(e-t),[0,100])}function ty(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}var ny=Wx,ry=qx,ay=Yx,ly=Kx;const oy=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return b(ny,Object.assign({ref:t,className:Zc("relative flex w-full touch-none select-none items-center",n)},r,{children:[p(ry,{className:"relative h-2 w-full grow overflow-hidden rounded-full bg-grey-50",children:p(ay,{className:"absolute h-full bg-primary"})}),p(ly,{className:"block cursor-pointer h-5 w-5 rounded-full border-[3px] border-primary bg-background ring-0 outline-none disabled:pointer-events-none disabled:opacity-50"})]}))}));function iy(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),!1===n||!r.defaultPrevented)return t?.(r)}}function sy(...t){const n=t[0];if(1===t.length)return n;const r=()=>{const r=t.map((e=>({useScope:e(),scopeName:e.scopeName})));return function(t){const a=r.reduce(((e,{useScope:n,scopeName:r})=>({...e,...n(t)[`__scope${r}`]})),{});return e.useMemo((()=>({[`__scope${n.scopeName}`]:a})),[a])}};return r.scopeName=n.scopeName,r}function dy(t){const n=e.useRef(t);return e.useEffect((()=>{n.current=t})),e.useMemo((()=>(...e)=>n.current?.(...e)),[])}function cy({prop:t,defaultProp:n,onChange:r=(()=>{})}){const[a,l]=function({defaultProp:t,onChange:n}){const r=e.useState(t),[a]=r,l=e.useRef(a),o=dy(n);return e.useEffect((()=>{l.current!==a&&(o(a),l.current=a)}),[a,l,o]),r}({defaultProp:n,onChange:r}),o=void 0!==t,i=o?t:a,s=dy(r);return[i,e.useCallback((e=>{if(o){const n="function"==typeof e?e(t):e;n!==t&&s(n)}else l(e)}),[o,t,l,s])]}oy.displayName=ny.displayName;var uy=Boolean(globalThis?.document)?e.useLayoutEffect:()=>{};var fy=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce(((t,n)=>{const r=e.forwardRef(((e,t)=>{const{asChild:r,...a}=e,l=r?Bu:n;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),p(l,{...a,ref:t})}));return r.displayName=`Primitive.${n}`,{...t,[n]:r}}),{}),my="Switch",[vy,hy]=function(t,n=[]){let r=[];const a=()=>{const n=r.map((t=>e.createContext(t)));return function(r){const a=r?.[t]||n;return e.useMemo((()=>({[`__scope${t}`]:{...r,[t]:a}})),[r,a])}};return a.scopeName=t,[function(n,a){const l=e.createContext(a),o=r.length;function i(n){const{scope:r,children:a,...i}=n,s=r?.[t][o]||l,d=e.useMemo((()=>i),Object.values(i));return p(s.Provider,{value:d,children:a})}return r=[...r,a],i.displayName=n+"Provider",[i,function(r,i){const s=i?.[t][o]||l,d=e.useContext(s);if(d)return d;if(void 0!==a)return a;throw new Error(`\`${r}\` must be used within \`${n}\``)}]},sy(a,...n)]}(my),[gy,wy]=vy(my),py=e.forwardRef(((t,n)=>{const{__scopeSwitch:r,name:a,checked:l,defaultChecked:o,required:i,disabled:s,value:d="on",onCheckedChange:c,...u}=t,[f,m]=e.useState(null),v=function(...t){return e.useCallback(function(...e){return t=>e.forEach((e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t)))}(...t),t)}(n,(e=>m(e))),h=e.useRef(!1),g=!f||Boolean(f.closest("form")),[w=!1,E]=cy({prop:l,defaultProp:o,onChange:c});return b(gy,{scope:r,checked:w,disabled:s,children:[p(fy.button,{type:"button",role:"switch","aria-checked":w,"aria-required":i,"data-state":yy(w),"data-disabled":s?"":void 0,disabled:s,value:d,...u,ref:v,onClick:iy(t.onClick,(e=>{E((e=>!e)),g&&(h.current=e.isPropagationStopped(),h.current||e.stopPropagation())}))}),g&&p(xy,{control:f,bubbles:!h.current,name:a,value:d,checked:w,required:i,disabled:s,style:{transform:"translateX(-100%)"}})]})}));py.displayName=my;var by="SwitchThumb",Ey=e.forwardRef(((e,t)=>{const{__scopeSwitch:n,...r}=e,a=wy(by,n);return p(fy.span,{"data-state":yy(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t})}));Ey.displayName=by;var xy=t=>{const{control:n,checked:r,bubbles:a=!0,...l}=t,o=e.useRef(null),i=function(t){const n=e.useRef({value:t,previous:t});return e.useMemo((()=>(n.current.value!==t&&(n.current.previous=n.current.value,n.current.value=t),n.current.previous)),[t])}(r),s=function(t){const[n,r]=e.useState(void 0);return uy((()=>{if(t){r({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver((e=>{if(!Array.isArray(e))return;if(!e.length)return;const n=e[0];let a,l;if("borderBoxSize"in n){const e=n.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,l=t.blockSize}else a=t.offsetWidth,l=t.offsetHeight;r({width:a,height:l})}));return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}r(void 0)}),[t]),n}(n);return e.useEffect((()=>{const e=o.current,t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,"checked").set;if(i!==r&&n){const t=new Event("click",{bubbles:a});n.call(e,r),e.dispatchEvent(t)}}),[i,r,a]),p("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...l,tabIndex:-1,ref:o,style:{...t.style,...s,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function yy(e){return e?"checked":"unchecked"}var My=py,ky=Ey;const Cy=e.forwardRef(((e,t)=>{var{className:n}=e,r=Rc(e,["className"]);return p(My,Object.assign({className:Zc("peer inline-flex h-3 w-[32px] shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-secondary-active/[0.32] data-[state=unchecked]:bg-tertiary-active/[0.32]",n)},r,{ref:t,children:p(ky,{className:Zc("pointer-events-none block size-4 rounded-full bg-secondary-active shadow-lg ring-0","transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:-translate-x-[2px] data-[state=unchecked]:bg-tertiary-active")})}))}));Cy.displayName=My.displayName;const Ry=e=>String(e).length>10?e/1e3:e,Iy=e=>{const t=new Date(e);return t.setHours(0,0,0,0),t},Ly=e=>{const t=new Date(e);return t.setHours(23,59,59,999),t},Ay=()=>{const e=Iy(new Date);return{startTime:e,endTime:Ly(e)}},Zy=e=>{const t=Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds());return Ry(t)};export{Zu as ActionButton,ix as AlertDialog,gx as AlertDialogAction,wx as AlertDialogCancel,ux as AlertDialogContent,hx as AlertDialogDescription,mx as AlertDialogFooter,fx as AlertDialogHeader,cx as AlertDialogOverlay,dx as AlertDialogPortal,vx as AlertDialogTitle,sx as AlertDialogTrigger,af as Avatar,lf as AvatarGroup,jc as Button,Qm as Calendar,yu as Checkbox,gf as Collapsible,tb as DataTable,Xw as DatePicker,AE as Dialog,jE as DialogClose,BE as DialogContent,DE as DialogDescription,HE as DialogFooter,VE as DialogHeader,SE as DialogOverlay,OE as DialogPortal,NE as DialogTitle,ZE as DialogTrigger,qc as Dropdown,Jw as Icon,Iu as Input,Cu as Label,Oc as Loading,Lu as Navbar,qw as Popover,Yw as PopoverContent,Uw as PopoverTrigger,Kw as ProgressBar,px as Search,oy as Slider,Cy as Switch,ep as Table,np as TableBody,ip as TableCaption,op as TableCell,rp as TableFooter,lp as TableHead,tp as TableHeader,ap as TableRow,Tc as Tabs,_c as Text,Wc as TextInput,Zc as cn,Ly as getEndDateOfDay,Iy as getStartDateOfDay,Ay as getStartEndTimestampOfDay,Zy as getTimestampUTC,Ry as resloveTimestamp};
24
24
  //# sourceMappingURL=bundle.js.map