demio-ui 5.4.7 → 5.4.9

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 (211) hide show
  1. package/dist/bundle-analysis.html +1 -1
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/jest.config.d.ts +11 -0
  5. package/dist/cjs/types/src/components/Alert/Alert.d.ts +20 -0
  6. package/dist/cjs/types/src/components/Alert/index.d.ts +1 -0
  7. package/dist/cjs/types/src/components/Avatar/Avatar.d.ts +13 -0
  8. package/dist/cjs/types/src/components/Avatar/index.d.ts +1 -0
  9. package/dist/cjs/types/src/components/Badge/Badge.d.ts +10 -0
  10. package/dist/cjs/types/src/components/Badge/index.d.ts +1 -0
  11. package/dist/cjs/types/src/components/Button/Button.d.ts +20 -0
  12. package/dist/cjs/types/src/components/Button/index.d.ts +1 -0
  13. package/dist/cjs/types/src/components/ButtonNew/Button.d.ts +17 -0
  14. package/dist/cjs/types/src/components/ButtonNew/index.d.ts +1 -0
  15. package/dist/cjs/types/src/components/Card/Card.d.ts +12 -0
  16. package/dist/cjs/types/src/components/Card/index.d.ts +1 -0
  17. package/dist/cjs/types/src/components/Checkbox/Checkbox.d.ts +14 -0
  18. package/dist/cjs/types/src/components/Checkbox/index.d.ts +1 -0
  19. package/dist/cjs/types/src/components/CopyLinkInput/CopyLinkInput.d.ts +4 -0
  20. package/dist/cjs/types/src/components/CopyLinkInput/index.d.ts +1 -0
  21. package/dist/cjs/types/src/components/Crop/Crop.d.ts +16 -0
  22. package/dist/cjs/types/src/components/Crop/index.d.ts +1 -0
  23. package/dist/cjs/types/src/components/DnDArea/DnDArea.d.ts +22 -0
  24. package/dist/cjs/types/src/components/DnDArea/index.d.ts +1 -0
  25. package/dist/cjs/types/src/components/Drawer/Drawer.d.ts +13 -0
  26. package/dist/cjs/types/src/components/Drawer/index.d.ts +1 -0
  27. package/dist/cjs/types/src/components/Dropdown/Dropdown.d.ts +12 -0
  28. package/dist/cjs/types/src/components/Dropdown/DropdownItem.d.ts +11 -0
  29. package/dist/cjs/types/src/components/Dropdown/index.d.ts +3 -0
  30. package/dist/cjs/types/src/components/FormGroup/FormGroup.d.ts +10 -0
  31. package/dist/cjs/types/src/components/FormGroup/index.d.ts +1 -0
  32. package/dist/cjs/types/src/components/InfoBanner/InfoBanner.d.ts +11 -0
  33. package/dist/cjs/types/src/components/InfoBanner/index.d.ts +1 -0
  34. package/dist/cjs/types/src/components/Input/Input.d.ts +31 -0
  35. package/dist/cjs/types/src/components/Input/index.d.ts +1 -0
  36. package/dist/cjs/types/src/components/InputHint/InputHint.d.ts +8 -0
  37. package/dist/cjs/types/src/components/InputHint/index.d.ts +1 -0
  38. package/dist/cjs/types/src/components/Label/Label.d.ts +9 -0
  39. package/dist/cjs/types/src/components/Label/index.d.ts +1 -0
  40. package/dist/cjs/types/src/components/Loader/Loader.d.ts +8 -0
  41. package/dist/cjs/types/src/components/Loader/index.d.ts +1 -0
  42. package/dist/cjs/types/src/components/Modal/Modal.d.ts +24 -0
  43. package/dist/cjs/types/src/components/Modal/index.d.ts +1 -0
  44. package/dist/cjs/types/src/components/ModalScrollable/ModalScrollable.d.ts +30 -0
  45. package/dist/cjs/types/src/components/ModalScrollable/index.d.ts +1 -0
  46. package/dist/cjs/types/src/components/ModalWindow/ModalWindow.d.ts +20 -0
  47. package/dist/cjs/types/src/components/ModalWindow/index.d.ts +1 -0
  48. package/dist/cjs/types/src/components/MultiSelect/MultiSelect.d.ts +28 -0
  49. package/dist/cjs/types/src/components/MultiSelect/MultiSelect.helper.d.ts +9 -0
  50. package/dist/cjs/types/src/components/MultiSelect/index.d.ts +1 -0
  51. package/dist/cjs/types/src/components/Note/Note.d.ts +9 -0
  52. package/dist/cjs/types/src/components/Note/index.d.ts +1 -0
  53. package/dist/cjs/types/src/components/Pagination/Pagination.d.ts +11 -0
  54. package/dist/cjs/types/src/components/Pagination/index.d.ts +1 -0
  55. package/dist/cjs/types/src/components/Popover/Popover.d.ts +16 -0
  56. package/dist/cjs/types/src/components/Popover/index.d.ts +1 -0
  57. package/dist/cjs/types/src/components/Progress/Progress.d.ts +12 -0
  58. package/dist/cjs/types/src/components/Progress/index.d.ts +1 -0
  59. package/dist/cjs/types/src/components/RadioGroup/RadioGroup.d.ts +19 -0
  60. package/dist/cjs/types/src/components/RadioGroup/index.d.ts +1 -0
  61. package/dist/cjs/types/src/components/Select/Select.d.ts +28 -0
  62. package/dist/cjs/types/src/components/Select/index.d.ts +1 -0
  63. package/dist/cjs/types/src/components/Slider/Slider.d.ts +14 -0
  64. package/dist/cjs/types/src/components/Slider/index.d.ts +1 -0
  65. package/dist/cjs/types/src/components/Switch/Switch.d.ts +16 -0
  66. package/dist/cjs/types/src/components/Switch/index.d.ts +1 -0
  67. package/dist/cjs/types/src/components/Tabs/Tabs.d.ts +31 -0
  68. package/dist/cjs/types/src/components/Tabs/index.d.ts +1 -0
  69. package/dist/cjs/types/src/components/Tag/Tag.d.ts +7 -0
  70. package/dist/cjs/types/src/components/Tag/index.d.ts +1 -0
  71. package/dist/cjs/types/src/components/Toast/Toast.d.ts +15 -0
  72. package/dist/cjs/types/src/components/Toast/index.d.ts +1 -0
  73. package/dist/cjs/types/src/components/ToastList/ToastList.d.ts +3 -0
  74. package/dist/cjs/types/src/components/ToastList/index.d.ts +1 -0
  75. package/dist/cjs/types/src/components/Tooltip/Tooltip.d.ts +29 -0
  76. package/dist/cjs/types/src/components/Tooltip/index.d.ts +1 -0
  77. package/dist/cjs/types/src/components/Typography/Typography.d.ts +12 -0
  78. package/dist/cjs/types/src/components/Typography/index.d.ts +1 -0
  79. package/dist/cjs/types/src/components/Upload/Upload.d.ts +48 -0
  80. package/dist/cjs/types/src/components/Upload/index.d.ts +1 -0
  81. package/dist/cjs/types/src/components/UploadError/UploadError.d.ts +8 -0
  82. package/dist/cjs/types/src/components/UploadError/index.d.ts +1 -0
  83. package/dist/cjs/types/src/components/UploadMenu/UploadMenu.d.ts +30 -0
  84. package/dist/cjs/types/src/components/UploadMenu/index.d.ts +1 -0
  85. package/dist/cjs/types/src/components/UploadPreview/UploadPreview.d.ts +12 -0
  86. package/dist/cjs/types/src/components/UploadPreview/index.d.ts +1 -0
  87. package/dist/cjs/types/src/components/UploadProgressPreview/UploadProgressPreview.d.ts +14 -0
  88. package/dist/cjs/types/src/components/UploadProgressPreview/index.d.ts +1 -0
  89. package/dist/cjs/types/src/components/index.d.ts +38 -0
  90. package/dist/cjs/types/src/hooks/index.d.ts +2 -0
  91. package/dist/cjs/types/src/hooks/useCroppedImage/index.d.ts +1 -0
  92. package/dist/cjs/types/src/hooks/useCroppedImage/useCroppedImage.d.ts +4 -0
  93. package/dist/cjs/types/src/hooks/useCroppedImage/useCroppedImage.test.d.ts +1 -0
  94. package/dist/cjs/types/src/hooks/useFileValidation/index.d.ts +1 -0
  95. package/dist/cjs/types/src/hooks/useFileValidation/useFileValidation.d.ts +35 -0
  96. package/dist/cjs/types/src/hooks/useFileValidation/useFileValidation.test.d.ts +1 -0
  97. package/dist/cjs/types/src/icons/index.d.ts +105 -0
  98. package/dist/cjs/types/src/index.d.ts +5 -0
  99. package/dist/cjs/types/src/utils/file/file-utils.d.ts +9 -0
  100. package/dist/cjs/types/src/utils/file/index.d.ts +1 -0
  101. package/dist/cjs/types/src/utils/image/image-utils.d.ts +11 -0
  102. package/dist/cjs/types/src/utils/image/index.d.ts +1 -0
  103. package/dist/cjs/types/src/utils/index.d.ts +3 -0
  104. package/dist/cjs/types/src/utils/toast/index.d.ts +1 -0
  105. package/dist/cjs/types/src/utils/toast/toast.d.ts +23 -0
  106. package/dist/esm/index.js +1 -1
  107. package/dist/esm/index.js.map +1 -1
  108. package/dist/esm/types/jest.config.d.ts +11 -0
  109. package/dist/esm/types/src/components/Alert/Alert.d.ts +20 -0
  110. package/dist/esm/types/src/components/Alert/index.d.ts +1 -0
  111. package/dist/esm/types/src/components/Avatar/Avatar.d.ts +13 -0
  112. package/dist/esm/types/src/components/Avatar/index.d.ts +1 -0
  113. package/dist/esm/types/src/components/Badge/Badge.d.ts +10 -0
  114. package/dist/esm/types/src/components/Badge/index.d.ts +1 -0
  115. package/dist/esm/types/src/components/Button/Button.d.ts +20 -0
  116. package/dist/esm/types/src/components/Button/index.d.ts +1 -0
  117. package/dist/esm/types/src/components/ButtonNew/Button.d.ts +17 -0
  118. package/dist/esm/types/src/components/ButtonNew/index.d.ts +1 -0
  119. package/dist/esm/types/src/components/Card/Card.d.ts +12 -0
  120. package/dist/esm/types/src/components/Card/index.d.ts +1 -0
  121. package/dist/esm/types/src/components/Checkbox/Checkbox.d.ts +14 -0
  122. package/dist/esm/types/src/components/Checkbox/index.d.ts +1 -0
  123. package/dist/esm/types/src/components/CopyLinkInput/CopyLinkInput.d.ts +4 -0
  124. package/dist/esm/types/src/components/CopyLinkInput/index.d.ts +1 -0
  125. package/dist/esm/types/src/components/Crop/Crop.d.ts +16 -0
  126. package/dist/esm/types/src/components/Crop/index.d.ts +1 -0
  127. package/dist/esm/types/src/components/DnDArea/DnDArea.d.ts +22 -0
  128. package/dist/esm/types/src/components/DnDArea/index.d.ts +1 -0
  129. package/dist/esm/types/src/components/Drawer/Drawer.d.ts +13 -0
  130. package/dist/esm/types/src/components/Drawer/index.d.ts +1 -0
  131. package/dist/esm/types/src/components/Dropdown/Dropdown.d.ts +12 -0
  132. package/dist/esm/types/src/components/Dropdown/DropdownItem.d.ts +11 -0
  133. package/dist/esm/types/src/components/Dropdown/index.d.ts +3 -0
  134. package/dist/esm/types/src/components/FormGroup/FormGroup.d.ts +10 -0
  135. package/dist/esm/types/src/components/FormGroup/index.d.ts +1 -0
  136. package/dist/esm/types/src/components/InfoBanner/InfoBanner.d.ts +11 -0
  137. package/dist/esm/types/src/components/InfoBanner/index.d.ts +1 -0
  138. package/dist/esm/types/src/components/Input/Input.d.ts +31 -0
  139. package/dist/esm/types/src/components/Input/index.d.ts +1 -0
  140. package/dist/esm/types/src/components/InputHint/InputHint.d.ts +8 -0
  141. package/dist/esm/types/src/components/InputHint/index.d.ts +1 -0
  142. package/dist/esm/types/src/components/Label/Label.d.ts +9 -0
  143. package/dist/esm/types/src/components/Label/index.d.ts +1 -0
  144. package/dist/esm/types/src/components/Loader/Loader.d.ts +8 -0
  145. package/dist/esm/types/src/components/Loader/index.d.ts +1 -0
  146. package/dist/esm/types/src/components/Modal/Modal.d.ts +24 -0
  147. package/dist/esm/types/src/components/Modal/index.d.ts +1 -0
  148. package/dist/esm/types/src/components/ModalScrollable/ModalScrollable.d.ts +30 -0
  149. package/dist/esm/types/src/components/ModalScrollable/index.d.ts +1 -0
  150. package/dist/esm/types/src/components/ModalWindow/ModalWindow.d.ts +20 -0
  151. package/dist/esm/types/src/components/ModalWindow/index.d.ts +1 -0
  152. package/dist/esm/types/src/components/MultiSelect/MultiSelect.d.ts +28 -0
  153. package/dist/esm/types/src/components/MultiSelect/MultiSelect.helper.d.ts +9 -0
  154. package/dist/esm/types/src/components/MultiSelect/index.d.ts +1 -0
  155. package/dist/esm/types/src/components/Note/Note.d.ts +9 -0
  156. package/dist/esm/types/src/components/Note/index.d.ts +1 -0
  157. package/dist/esm/types/src/components/Pagination/Pagination.d.ts +11 -0
  158. package/dist/esm/types/src/components/Pagination/index.d.ts +1 -0
  159. package/dist/esm/types/src/components/Popover/Popover.d.ts +16 -0
  160. package/dist/esm/types/src/components/Popover/index.d.ts +1 -0
  161. package/dist/esm/types/src/components/Progress/Progress.d.ts +12 -0
  162. package/dist/esm/types/src/components/Progress/index.d.ts +1 -0
  163. package/dist/esm/types/src/components/RadioGroup/RadioGroup.d.ts +19 -0
  164. package/dist/esm/types/src/components/RadioGroup/index.d.ts +1 -0
  165. package/dist/esm/types/src/components/Select/Select.d.ts +28 -0
  166. package/dist/esm/types/src/components/Select/index.d.ts +1 -0
  167. package/dist/esm/types/src/components/Slider/Slider.d.ts +14 -0
  168. package/dist/esm/types/src/components/Slider/index.d.ts +1 -0
  169. package/dist/esm/types/src/components/Switch/Switch.d.ts +16 -0
  170. package/dist/esm/types/src/components/Switch/index.d.ts +1 -0
  171. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +31 -0
  172. package/dist/esm/types/src/components/Tabs/index.d.ts +1 -0
  173. package/dist/esm/types/src/components/Tag/Tag.d.ts +7 -0
  174. package/dist/esm/types/src/components/Tag/index.d.ts +1 -0
  175. package/dist/esm/types/src/components/Toast/Toast.d.ts +15 -0
  176. package/dist/esm/types/src/components/Toast/index.d.ts +1 -0
  177. package/dist/esm/types/src/components/ToastList/ToastList.d.ts +3 -0
  178. package/dist/esm/types/src/components/ToastList/index.d.ts +1 -0
  179. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +29 -0
  180. package/dist/esm/types/src/components/Tooltip/index.d.ts +1 -0
  181. package/dist/esm/types/src/components/Typography/Typography.d.ts +12 -0
  182. package/dist/esm/types/src/components/Typography/index.d.ts +1 -0
  183. package/dist/esm/types/src/components/Upload/Upload.d.ts +48 -0
  184. package/dist/esm/types/src/components/Upload/index.d.ts +1 -0
  185. package/dist/esm/types/src/components/UploadError/UploadError.d.ts +8 -0
  186. package/dist/esm/types/src/components/UploadError/index.d.ts +1 -0
  187. package/dist/esm/types/src/components/UploadMenu/UploadMenu.d.ts +30 -0
  188. package/dist/esm/types/src/components/UploadMenu/index.d.ts +1 -0
  189. package/dist/esm/types/src/components/UploadPreview/UploadPreview.d.ts +12 -0
  190. package/dist/esm/types/src/components/UploadPreview/index.d.ts +1 -0
  191. package/dist/esm/types/src/components/UploadProgressPreview/UploadProgressPreview.d.ts +14 -0
  192. package/dist/esm/types/src/components/UploadProgressPreview/index.d.ts +1 -0
  193. package/dist/esm/types/src/components/index.d.ts +38 -0
  194. package/dist/esm/types/src/hooks/index.d.ts +2 -0
  195. package/dist/esm/types/src/hooks/useCroppedImage/index.d.ts +1 -0
  196. package/dist/esm/types/src/hooks/useCroppedImage/useCroppedImage.d.ts +4 -0
  197. package/dist/esm/types/src/hooks/useCroppedImage/useCroppedImage.test.d.ts +1 -0
  198. package/dist/esm/types/src/hooks/useFileValidation/index.d.ts +1 -0
  199. package/dist/esm/types/src/hooks/useFileValidation/useFileValidation.d.ts +35 -0
  200. package/dist/esm/types/src/hooks/useFileValidation/useFileValidation.test.d.ts +1 -0
  201. package/dist/esm/types/src/icons/index.d.ts +105 -0
  202. package/dist/esm/types/src/index.d.ts +5 -0
  203. package/dist/esm/types/src/utils/file/file-utils.d.ts +9 -0
  204. package/dist/esm/types/src/utils/file/index.d.ts +1 -0
  205. package/dist/esm/types/src/utils/image/image-utils.d.ts +11 -0
  206. package/dist/esm/types/src/utils/image/index.d.ts +1 -0
  207. package/dist/esm/types/src/utils/index.d.ts +3 -0
  208. package/dist/esm/types/src/utils/toast/index.d.ts +1 -0
  209. package/dist/esm/types/src/utils/toast/toast.d.ts +23 -0
  210. package/dist/types.d.ts +410 -383
  211. package/package.json +1 -1
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function t(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(){return Ki||(Ki=1,e=Qi,function(){function t(){var e,t,r="";for(e=0;e<arguments.length;e++)(t=arguments[e])&&(r=o(r,n(t)));return r}function n(e){var n,i;if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return t.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();for(i in n="",e)r.call(e,i)&&e[i]&&(n=o(n,i));return n}function o(e,t){return t?e?e+" "+t:e+t:e}var r={}.hasOwnProperty;e.exports?(t.default=t,e.exports=t):window.classNames=t}()),Qi.exports;var e}function o(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>QE.createContext(e));return function(n){const o=n?.[e]||t;return QE.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=QE.createContext(o),i=n.length;n=[...n,o];const a=t=>{const{scope:n,children:o,...a}=t,l=n?.[e]?.[i]||r,s=QE.useMemo(()=>a,Object.values(a));return pO(l.Provider,{value:s,children:o})};return a.displayName=t+"Provider",[a,function(n,a){const l=a?.[e]?.[i]||r,s=QE.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},r(o,...t)]}function r(...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 QE.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function a(...e){return t=>{let n=!1;const o=e.map(e=>{const o=i(e,t);return n||"function"!=typeof o||(n=!0),o});if(n)return()=>{for(let t=0;t<o.length;t++){const n=o[t];"function"==typeof n?n():i(e[t],null)}}}}function l(...e){return QE.useCallback(a(...e),e)}function s(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),!1===n||!o.defaultPrevented)return t?.(o)}}function c(e){const[t,n]=QE.useState(ta());return ea(()=>{n(e=>e??String(na++))},[e]),e||(t?`radix-${t}`:"")}function u({prop:e,defaultProp:t,onChange:n=()=>{},caller:o}){const[r,i,a]=function({defaultProp:e,onChange:t}){const[n,o]=QE.useState(e),r=QE.useRef(n),i=QE.useRef(t);return oa(()=>{i.current=t},[t]),QE.useEffect(()=>{r.current!==n&&(i.current?.(n),r.current=n)},[n,r]),[n,o,i]}({defaultProp:t,onChange:n}),l=void 0!==e,s=l?e:r;{const t=QE.useRef(void 0!==e);QE.useEffect(()=>{const e=t.current;if(e!==l){const t=e?"controlled":"uncontrolled",n=l?"controlled":"uncontrolled";console.warn(`${o} is changing from ${t} to ${n}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`)}t.current=l},[l,o])}const c=QE.useCallback(t=>{if(l){const n=function(e){return"function"==typeof e}(t)?t(e):t;n!==e&&a.current?.(n)}else i(t)},[l,e,i,a]);return[s,c]}function d(e){const t=p(e),n=QE.forwardRef((e,n)=>{const{children:o,...r}=e,i=QE.Children.toArray(o),a=i.find(f);if(a){const e=a.props.children,o=i.map(t=>t===a?QE.Children.count(e)>1?QE.Children.only(null):QE.isValidElement(e)?e.props.children:null:t);return pO(t,{...r,ref:n,children:QE.isValidElement(e)?QE.cloneElement(e,void 0,o):null})}return pO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function p(e){const t=QE.forwardRef((e,t)=>{const{children:n,...o}=e;if(QE.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),r=function(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?r&&i?n[o]=(...e)=>{const t=i(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...i}:"className"===o&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==QE.Fragment&&(r.ref=t?a(t,e):e),QE.cloneElement(n,r)}return QE.Children.count(n)>1?QE.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function m(e){const t=({children:e})=>pO(mO,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=ra,t}function f(e){return QE.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===ra}function g(e,t){e&&gO.flushSync(()=>e.dispatchEvent(t))}function h(e){const t=QE.useRef(e);return QE.useEffect(()=>{t.current=e}),QE.useMemo(()=>(...e)=>t.current?.(...e),[])}function v(){const e=new CustomEvent(la);document.dispatchEvent(e)}function b(e,t,n,{discrete:o}){const r=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&r.addEventListener(e,t,{once:!0}),o?g(r,i):r.dispatchEvent(i)}function w(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 y(e,t){for(const n of e)if(!I(n,{upTo:t}))return n}function I(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 C(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()}}function x(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}function A(e){const[t,n]=QE.useState(),o=QE.useRef(null),r=QE.useRef(e),i=QE.useRef("none"),a=e?"mounted":"unmounted",[l,s]=function(e,t){return QE.useReducer((e,n)=>t[e][n]??e,e)}(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return QE.useEffect(()=>{const e=_(o.current);i.current="mounted"===l?e:"none"},[l]),ea(()=>{const t=o.current,n=r.current;if(n!==e){const o=i.current,a=_(t);if(e)s("MOUNT");else if("none"===a||"none"===t?.display)s("UNMOUNT");else{s(n&&o!==a?"ANIMATION_OUT":"UNMOUNT")}r.current=e}},[e,s]),ea(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,a=i=>{const a=_(o.current).includes(CSS.escape(i.animationName));if(i.target===t&&a&&(s("ANIMATION_END"),!r.current)){const o=t.style.animationFillMode;t.style.animationFillMode="forwards",e=n.setTimeout(()=>{"forwards"===t.style.animationFillMode&&(t.style.animationFillMode=o)})}},l=e=>{e.target===t&&(i.current=_(o.current))};return t.addEventListener("animationstart",l),t.addEventListener("animationcancel",a),t.addEventListener("animationend",a),()=>{n.clearTimeout(e),t.removeEventListener("animationstart",l),t.removeEventListener("animationcancel",a),t.removeEventListener("animationend",a)}}s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:QE.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function _(e){return e?.animationName||"none"}function E(){QE.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??O()),document.body.insertAdjacentElement("beforeend",e[1]??O()),Aa++,()=>{1===Aa&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Aa--}},[])}function O(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}function S(e,t){var n,o,r={};for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function R(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}function M(e,t){var n,o,r,i=(n=null,o=function(t){return e.forEach(function(e){return R(e,t)})},(r=$E(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 Pa(function(){var t,n,o,r=Na.get(i);r&&(t=new Set(r),n=new Set(e),o=i.current,t.forEach(function(e){n.has(e)||R(e,null)}),n.forEach(function(e){t.has(e)||R(e,o)})),Na.set(i,e)},[e]),i}function P(e){return e}function N(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}function B(e){return e?"open":"closed"}function G(){return G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},G.apply(null,arguments)}function T({size:e="medium",className:t="",inheritColor:n=!1}){return KE.createElement("span",{className:$i("demio-ui-loader",Ds.loader,{[Ds[e]]:e,[Ds.inheritColor]:n,[t]:t})})}function V({className:e="",open:t,actionText:n="OK",onActionClick:o,cancelText:r="Cancel",onCancelClick:i,title:a,description:l="",showLoader:s=!1,isOkDisabled:c=!1,actionButtonType:u="danger",maxWidth:d="540px",onClose:p,isCloseButtonVisible:m=!0,...f}){return KE.createElement(Os,{open:t,...f},KE.createElement(Ss,null,KE.createElement(Rs,{className:$i("demio-ui-alert__overlay",Ls)}),KE.createElement(Ms,{className:$i("demio-ui-alert",Fs,e),style:{maxWidth:d}},m&&KE.createElement("button",{className:$i("demio-ui-alert__close-button",zs),onClick:p||i,"data-testid":"close-button"},KE.createElement(Vs,null)),KE.createElement(Bs,{className:$i("demio-ui-alert__title",Hs)},a),l&&KE.createElement(Gs,{className:$i("demio-ui-alert__description",Ws)},l),KE.createElement("div",{className:$i("demio-ui-alert__action-buttons",Xs)},KE.createElement(Ns,{asChild:!0},KE.createElement(MO,{onClick:i,variant:"outline"},r)),KE.createElement(Ps,{asChild:!0},KE.createElement(MO,{onClick:o,disabled:c,variant:u,showLoader:s},n))))))}function D(...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 QE.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function k(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===js&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function L(e){const t=QE.forwardRef((e,t)=>{let{children:n,...o}=e;if(k(n)&&"function"==typeof Zs&&(n=Zs(n._payload)),QE.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),r=function(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?r&&i?n[o]=(...e)=>{const t=i(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...i}:"className"===o&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==QE.Fragment&&(r.ref=t?a(t,e):e),QE.cloneElement(n,r)}return QE.Children.count(n)>1?QE.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function z(e){return QE.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===qs}function F(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(r){return!0}}var t,n,o,r,i,a,l;return Ks||(Ks=1,t=Qs,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,r=t.useEffect,i=t.useLayoutEffect,a=t.useDebugValue,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,n){var l=n(),s=o({inst:{value:l,getSnapshot:n}}),c=s[0].inst,u=s[1];return i(function(){c.value=l,c.getSnapshot=n,e(c)&&u({inst:c})},[t,l,n]),r(function(){return e(c)&&u({inst:c}),t(function(){e(c)&&u({inst:c})})},[t]),a(l),l},Us.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l),Us}function H(){return ec||(ec=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(r){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=Qs,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,r=t.useEffect,i=t.useLayoutEffect,a=t.useDebugValue,l=!1,s=!1,c="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(c,u){var d,p,m,f;return l||void 0===t.startTransition||(l=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release.")),d=u(),s||(p=u(),n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),s=!0)),p=o({inst:{value:d,getSnapshot:u}}),m=p[0].inst,f=p[1],i(function(){m.value=d,m.getSnapshot=u,e(m)&&f({inst:m})},[c,d,u]),r(function(){return e(m)&&f({inst:m}),c(function(){e(m)&&f({inst:m})})},[c]),a(d),d};$s.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:c,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),$s}function W(){return tc||(tc=1,"production"===process.env.NODE_ENV?Js.exports=F():Js.exports=H()),Js.exports}function X(){return()=>{}}function j(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function Z(e,{referrerPolicy:t,crossOrigin:n}){const o=nc.useSyncExternalStore(X,()=>!0,()=>!1),r=QE.useRef(null),i=o?(r.current||(r.current=new window.Image),r.current):null,[a,l]=QE.useState(()=>j(i,e));return ea(()=>{l(j(i,e))},[i,e]),ea(()=>{const e=e=>()=>{l(e)};if(!i)return;const o=e("loaded"),r=e("error");return i.addEventListener("load",o),i.addEventListener("error",r),t&&(i.referrerPolicy=t),"string"==typeof n&&(i.crossOrigin=n),()=>{i.removeEventListener("load",o),i.removeEventListener("error",r)}},[i,n,t]),a}function q(){return q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},q.apply(null,arguments)}function Y(){return Y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Y.apply(null,arguments)}function J(){return J=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},J.apply(null,arguments)}function U(){return U=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},U.apply(null,arguments)}function Q(){return Q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Q.apply(null,arguments)}function K(){return K=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},K.apply(null,arguments)}function $(){return $=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$.apply(null,arguments)}function ee(){return ee=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ee.apply(null,arguments)}function te(){return te=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},te.apply(null,arguments)}function ne(){return ne=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ne.apply(null,arguments)}function oe(){return oe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},oe.apply(null,arguments)}function re(){return re=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},re.apply(null,arguments)}function ie(){return ie=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ie.apply(null,arguments)}function ae(){return ae=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ae.apply(null,arguments)}function le(){return le=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},le.apply(null,arguments)}function se(){return se=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},se.apply(null,arguments)}function ce(){return ce=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ce.apply(null,arguments)}function ue(){return ue=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ue.apply(null,arguments)}function de(){return de=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},de.apply(null,arguments)}function pe(){return pe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},pe.apply(null,arguments)}function me(){return me=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},me.apply(null,arguments)}function fe(){return fe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},fe.apply(null,arguments)}function ge(){return ge=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ge.apply(null,arguments)}function he(){return he=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},he.apply(null,arguments)}function ve(){return ve=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ve.apply(null,arguments)}function be(){return be=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},be.apply(null,arguments)}function we(){return we=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},we.apply(null,arguments)}function ye(){return ye=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ye.apply(null,arguments)}function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ie.apply(null,arguments)}function Ce(){return Ce=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ce.apply(null,arguments)}function xe(){return xe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},xe.apply(null,arguments)}function Ae(){return Ae=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ae.apply(null,arguments)}function _e(){return _e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_e.apply(null,arguments)}function Ee(){return Ee=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ee.apply(null,arguments)}function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Oe.apply(null,arguments)}function Se(){return Se=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Se.apply(null,arguments)}function Re(){return Re=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Re.apply(null,arguments)}function Me(){return Me=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Me.apply(null,arguments)}function Pe(){return Pe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Pe.apply(null,arguments)}function Ne(){return Ne=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ne.apply(null,arguments)}function Be(){return Be=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Be.apply(null,arguments)}function Ge(){return Ge=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ge.apply(null,arguments)}function Te(){return Te=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Te.apply(null,arguments)}function Ve(){return Ve=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ve.apply(null,arguments)}function De(){return De=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},De.apply(null,arguments)}function ke(){return ke=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ke.apply(null,arguments)}function Le(){return Le=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Le.apply(null,arguments)}function ze(){return ze=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ze.apply(null,arguments)}function Fe(){return Fe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Fe.apply(null,arguments)}function He(){return He=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},He.apply(null,arguments)}function We(){return We=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},We.apply(null,arguments)}function Xe(){return Xe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Xe.apply(null,arguments)}function je(){return je=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},je.apply(null,arguments)}function Ze(){return Ze=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ze.apply(null,arguments)}function qe(){return qe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},qe.apply(null,arguments)}function Ye(){return Ye=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ye.apply(null,arguments)}function Je(){return Je=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Je.apply(null,arguments)}function Ue(){return Ue=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ue.apply(null,arguments)}function Qe(){return Qe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Qe.apply(null,arguments)}function Ke(){return Ke=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ke.apply(null,arguments)}function $e(){return $e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$e.apply(null,arguments)}function et(){return et=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},et.apply(null,arguments)}function tt(){return tt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},tt.apply(null,arguments)}function nt(){return nt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},nt.apply(null,arguments)}function ot(){return ot=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ot.apply(null,arguments)}function rt(){return rt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},rt.apply(null,arguments)}function it(){return it=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},it.apply(null,arguments)}function at(){return at=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},at.apply(null,arguments)}function lt(){return lt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},lt.apply(null,arguments)}function st(){return st=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},st.apply(null,arguments)}function ct(){return ct=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ct.apply(null,arguments)}function ut(){return ut=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ut.apply(null,arguments)}function dt(){return dt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},dt.apply(null,arguments)}function pt(){return pt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},pt.apply(null,arguments)}function mt(){return mt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},mt.apply(null,arguments)}function ft(){return ft=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ft.apply(null,arguments)}function gt(){return gt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},gt.apply(null,arguments)}function ht(){return ht=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ht.apply(null,arguments)}function vt(){return vt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},vt.apply(null,arguments)}function bt(){return bt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},bt.apply(null,arguments)}function wt(){return wt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},wt.apply(null,arguments)}function yt(){return yt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},yt.apply(null,arguments)}function It(){return It=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},It.apply(null,arguments)}function Ct(){return Ct=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ct.apply(null,arguments)}function xt(){return xt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},xt.apply(null,arguments)}function At(){return At=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},At.apply(null,arguments)}function _t(){return _t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_t.apply(null,arguments)}function Et(){return Et=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Et.apply(null,arguments)}function Ot(){return Ot=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ot.apply(null,arguments)}function St(){return St=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},St.apply(null,arguments)}function Rt(){return Rt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Rt.apply(null,arguments)}function Mt(){return Mt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Mt.apply(null,arguments)}function Pt(){return Pt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Pt.apply(null,arguments)}function Nt(){return Nt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Nt.apply(null,arguments)}function Bt(){return Bt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Bt.apply(null,arguments)}function Gt(){return Gt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Gt.apply(null,arguments)}function Tt(){return Tt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Tt.apply(null,arguments)}function Vt(){return Vt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Vt.apply(null,arguments)}function Dt(){return Dt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Dt.apply(null,arguments)}function kt(){return kt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},kt.apply(null,arguments)}function Lt(){return Lt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Lt.apply(null,arguments)}function zt(){return zt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},zt.apply(null,arguments)}function Ft(){return Ft=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ft.apply(null,arguments)}function Ht(){return Ht=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ht.apply(null,arguments)}function Wt(){return Wt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Wt.apply(null,arguments)}function Xt(){return Xt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Xt.apply(null,arguments)}function jt(){return jt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},jt.apply(null,arguments)}function Zt(){return Zt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Zt.apply(null,arguments)}function qt(){return qt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},qt.apply(null,arguments)}function Yt(){return Yt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Yt.apply(null,arguments)}function Jt(){return Jt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Jt.apply(null,arguments)}function Ut(){return Ut=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ut.apply(null,arguments)}function Qt(){return Qt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Qt.apply(null,arguments)}function Kt(){return Kt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Kt.apply(null,arguments)}function $t(){return $t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$t.apply(null,arguments)}function en(){return en=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},en.apply(null,arguments)}function tn(){return tn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},tn.apply(null,arguments)}function nn(){return nn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},nn.apply(null,arguments)}function on(){return on=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},on.apply(null,arguments)}function rn(){return rn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},rn.apply(null,arguments)}function an(e){const t=QE.useRef({value:e,previous:e});return QE.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function ln(e){const[t,n]=QE.useState(void 0);return ea(()=>{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,i;if("borderBoxSize"in o){const e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;r=t.inlineSize,i=t.blockSize}else r=e.offsetWidth,i=e.offsetHeight;n({width:r,height:i})});return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)},[e]),t}function sn(e){const{__scopeCheckbox:t,checked:n,children:o,defaultChecked:r,disabled:i,form:a,name:l,onCheckedChange:s,required:c,value:d="on",internal_do_not_use_render:p}=e,[m,f]=u({prop:n,defaultProp:r??!1,onChange:s,caller:Ef}),[g,h]=QE.useState(null),[v,b]=QE.useState(null),w=QE.useRef(!1),y=!g||(!!a||!!g.closest("form")),I={checked:m,disabled:i,setChecked:f,control:g,setControl:h,name:l,form:a,value:d,hasConsumerStoppedPropagationRef:w,required:c,defaultChecked:!un(r)&&r,isFormControl:y,bubbleInput:v,setBubbleInput:b};return pO(zO,{scope:t,...I,children:cn(p)?p(I):o})}function cn(e){return"function"==typeof e}function un(e){return"indeterminate"===e}function dn(e){return un(e)?"indeterminate":e?"checked":"unchecked"}function pn(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===Gf&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function mn(e){const t=QE.forwardRef((e,t)=>{let{children:n,...o}=e;if(pn(n)&&"function"==typeof Tf&&(n=Tf(n._payload)),QE.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),r=function(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?r&&i?n[o]=(...e)=>{const t=i(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...i}:"className"===o&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==QE.Fragment&&(r.ref=t?a(t,e):e),QE.cloneElement(n,r)}return QE.Children.count(n)>1?QE.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function fn(e){return QE.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Vf}function gn({htmlFor:e,children:t,className:n="",weight:o="regular"}){return KE.createElement(zf,{htmlFor:e,className:$i("demio-ui-label",Ff,[HO(o)],{[n]:!!n})},t)}function hn({children:e,type:t="hint",className:n=""}){return KE.createElement("div",{className:$i("demio-ui-input-hint",qf,{[Yf]:"error"===t,[n]:!!n}),"data-html":t},e)}function vn(){function e(){var e,v,b,w,y;t||(t=!0,e=navigator.userAgent,v=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),b=/(Mac OS X)|(Windows)|(Linux)/.exec(e),m=/\b(iPhone|iP[ao]d)/.exec(e),f=/\b(iP[ao]d)/.exec(e),d=/Android/i.exec(e),g=/FBAN\/\w+;/i.exec(e),h=/Mobile/i.exec(e),p=!!/Win64/.exec(e),v?((n=v[1]?parseFloat(v[1]):v[5]?parseFloat(v[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode),w=/(?:Trident\/(\d+.\d+))/.exec(e),l=w?parseFloat(w[1])+4:n,o=v[2]?parseFloat(v[2]):NaN,r=v[3]?parseFloat(v[3]):NaN,(i=v[4]?parseFloat(v[4]):NaN)?(v=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=v&&v[1]?parseFloat(v[1]):NaN):a=NaN):n=o=r=a=i=NaN,b?(b[1]?(y=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e),s=!y||parseFloat(y[1].replace("_","."))):s=!1,c=!!b[2],u=!!b[3]):s=c=u=!1)}var t,n,o,r,i,a,l,s,c,u,d,p,m,f,g,h,v;return tg?eg:(tg=1,t=!1,eg=v={ie:function(){return e()||n},ieCompatibilityMode:function(){return e()||l>n},ie64:function(){return v.ie()&&p},firefox:function(){return e()||o},opera:function(){return e()||r},webkit:function(){return e()||i},safari:function(){return v.webkit()},chrome:function(){return e()||a},windows:function(){return e()||c},osx:function(){return e()||s},linux:function(){return e()||u},iphone:function(){return e()||m},mobile:function(){return e()||m||f||d||h},nativeApp:function(){return e()||g},android:function(){return e()||d},ipad:function(){return e()||f}})}function bn(){var e,t;return og?ng:(og=1,t={canUseDOM:e=!("undefined"==typeof window||!window.document||!window.document.createElement),canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:e&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:e&&!!window.screen,isInWorker:!e},ng=t)}function wn(){var e,t;return ig?rg:(ig=1,(e=bn()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),rg=function(n,o){var r,i,a;return!(!e.canUseDOM||o&&!("addEventListener"in document))&&((i=(r="on"+n)in document)||((a=document.createElement("div")).setAttribute(r,"return;"),i="function"==typeof a[r]),!i&&t&&"wheel"===n&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i)})}function yn(){function e(e){var t=0,n=0,a=0,l=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),a=t*o,l=n*o,"deltaY"in e&&(l=e.deltaY),"deltaX"in e&&(a=e.deltaX),(a||l)&&e.deltaMode&&(1==e.deltaMode?(a*=r,l*=r):(a*=i,l*=i)),a&&!t&&(t=a<1?-1:1),l&&!n&&(n=l<1?-1:1),{spinX:t,spinY:n,pixelX:a,pixelY:l}}var t,n,o,r,i;return lg?ag:(lg=1,t=vn(),n=wn(),o=10,r=40,i=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},ag=e)}function In(){return cg?sg:(cg=1,sg=yn())}function Cn(e,t,n,o,r){void 0===r&&(r=0);var i=Rn(t.width,t.height,r),a=i.width,l=i.height;return{x:xn(e.x,a,n.width,o),y:xn(e.y,l,n.height,o)}}function xn(e,t,n,o){var r=Math.abs(t*o/2-n/2);return Mn(e,-r,r)}function An(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function _n(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function En(e,t){return Math.min(e,Math.max(0,t))}function On(e,t){return t}function Sn(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function Rn(e,t,n){var o=n*Math.PI/180;return{width:Math.abs(Math.cos(o)*e)+Math.abs(Math.sin(o)*t),height:Math.abs(Math.sin(o)*e)+Math.abs(Math.cos(o)*t)}}function Mn(e,t,n){return Math.min(Math.max(e,t),n)}function Pn(){var e,t=[];for(e=0;e<arguments.length;e++)t[e]=arguments[e];return t.filter(function(e){return"string"==typeof e&&e.length>0}).join(" ").trim()}function Nn(e,[t,n]){return Math.min(n,Math.max(t,e))}function Bn(e){const t=QE.useContext(hg);return e||t||"ltr"}function Gn(e){const t=e+"CollectionProvider",[n,r]=o(t),[i,a]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=e=>{const{scope:t,children:n}=e,o=KE.useRef(null),r=KE.useRef(new Map).current;return pO(i,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const c=e+"CollectionSlot",u=d(c),p=KE.forwardRef((e,t)=>{const{scope:n,children:o}=e,r=l(t,a(c,n).collectionRef);return pO(u,{ref:r,children:o})});p.displayName=c;const m=e+"CollectionItemSlot",f="data-radix-collection-item",g=d(m),h=KE.forwardRef((e,t)=>{const{scope:n,children:o,...r}=e,i=KE.useRef(null),s=l(t,i),c=a(m,n);return KE.useEffect(()=>(c.itemMap.set(i,{ref:i,...r}),()=>{c.itemMap.delete(i)})),pO(g,{[f]:"",ref:s,children:o})});return h.displayName=m,[{Provider:s,Slot:p,ItemSlot:h},function(t){const n=a(e+"CollectionConsumer",t);return KE.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${f}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])},r]}function Tn(e,t,n){return Nn(100/(n-t)*(e-t),[0,100])}function Vn(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const o=(t[1]-t[0])/(e[1]-e[0]);return t[0]+o*(n-e[0])}}function Dn({children:e=null,contentClassName:t="",isCloseButtonVisible:n=!0,onClose:o=()=>{},onOpenChange:r,open:i,overlayClassName:a="",title:l,isClosable:s=!0,portalContainer:c=document.body,...u}){return KE.createElement(es,{open:i,onOpenChange:e=>{s&&r&&r(e)},"data-testid":"modal-overlay"},KE.createElement(ns,{container:c||void 0},KE.createElement(os,{"data-testid":"modal-overlay",className:$i(hh,{[a]:!!a,[bh]:!l&&!n},"demio-ui-modal-overlay")},KE.createElement(rs,{...u,className:$i(Ch,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},KE.createElement("div",{className:$i(vh,"demio-ui-modal-header"),"data-html":"header"},KE.createElement(is,{className:$i(yh,{[Ih]:!n},"demio-ui-modal-title"),"data-html":"title"},l),n&&KE.createElement(ls,{className:$i(wh,"demio-ui-modal-close-button"),onClick:()=>{r(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},KE.createElement(Vs,null))),KE.createElement("div",{className:$i(xh,"demio-ui-modal-children"),"data-html":"content"},e)))))}function kn(e,t,n){return RS(e,SS(t,n))}function Ln(e,t){return"function"==typeof e?e(t):e}function zn(e){return e.split("-")[0]}function Fn(e){return e.split("-")[1]}function Hn(e){return"x"===e?"y":"x"}function Wn(e){return"y"===e?"height":"width"}function Xn(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function jn(e){return Hn(Xn(e))}function Zn(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function qn(e,t,n,o){const r=Fn(e);let i=function(e,t,n){switch(e){case"top":case"bottom":return n?t?TS:GS:t?GS:TS;case"left":case"right":return t?VS:DS;default:return[]}}(zn(e),"start"===n,o);return r&&(i=i.map(e=>e+"-"+r),t&&(i=i.concat(i.map(Zn)))),i}function Yn(e){const t=zn(e);return BS[t]+e.slice(t.length)}function Jn(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 Un(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 Qn(e,t,n){let{reference:o,floating:r}=e;const i=Xn(t),a=jn(t),l=Wn(a),s=zn(t),c="y"===i,u=o.x+o.width/2-r.width/2,d=o.y+o.height/2-r.height/2,p=o[l]/2-r[l]/2;let m;switch(s){case"top":m={x:u,y:o.y-r.height};break;case"bottom":m={x:u,y:o.y+o.height};break;case"right":m={x:o.x+o.width,y:d};break;case"left":m={x:o.x-r.width,y:d};break;default:m={x:o.x,y:o.y}}switch(Fn(t)){case"start":m[a]-=p*(n&&c?-1:1);break;case"end":m[a]+=p*(n&&c?-1:1)}return m}async function Kn(e,t){var n;void 0===t&&(t={});const{x:o,y:r,platform:i,rects:a,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:m=0}=Ln(t,e),f=Jn(m),g=l[p?"floating"===d?"reference":"floating":d],h=Un(await i.getClippingRect({element:null==(n=await(null==i.isElement?void 0:i.isElement(g)))||n?g:g.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),v="floating"===d?{x:o,y:r,width:a.floating.width,height:a.floating.height}:a.reference,b=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),w=await(null==i.isElement?void 0:i.isElement(b))&&await(null==i.getScale?void 0:i.getScale(b))||{x:1,y:1},y=Un(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:b,strategy:s}):v);return{top:(h.top-y.top+f.top)/w.y,bottom:(y.bottom-h.bottom+f.bottom)/w.y,left:(h.left-y.left+f.left)/w.x,right:(y.right-h.right+f.right)/w.x}}function $n(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function eo(e){return OS.some(t=>e[t]>=0)}function to(){return"undefined"!=typeof window}function no(e){return io(e)?(e.nodeName||"").toLowerCase():"#document"}function oo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function ro(e){var t;return null==(t=(io(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function io(e){return!!to()&&(e instanceof Node||e instanceof oo(e).Node)}function ao(e){return!!to()&&(e instanceof Element||e instanceof oo(e).Element)}function lo(e){return!!to()&&(e instanceof HTMLElement||e instanceof oo(e).HTMLElement)}function so(e){return!(!to()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof oo(e).ShadowRoot)}function co(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=ho(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&"inline"!==r&&"contents"!==r}function uo(e){return/^(table|td|th)$/.test(no(e))}function po(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}function mo(e){const t=ao(e)?ho(e):e;return FS(t.transform)||FS(t.translate)||FS(t.scale)||FS(t.rotate)||FS(t.perspective)||!fo()&&(FS(t.backdropFilter)||FS(t.filter))||LS.test(t.willChange||"")||zS.test(t.contain||"")}function fo(){return null==HS&&(HS="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),HS}function go(e){return/^(html|body|#document)$/.test(no(e))}function ho(e){return oo(e).getComputedStyle(e)}function vo(e){return ao(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function bo(e){if("html"===no(e))return e;const t=e.assignedSlot||e.parentNode||so(e)&&e.host||ro(e);return so(t)?t.host:t}function wo(e){const t=bo(e);return go(t)?e.ownerDocument?e.ownerDocument.body:e.body:lo(t)&&co(t)?t:wo(t)}function yo(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const r=wo(e),i=r===(null==(o=e.ownerDocument)?void 0:o.body),a=oo(r);if(i){const e=Io(a);return t.concat(a,a.visualViewport||[],co(r)?r:[],e&&n?yo(e):[])}return t.concat(r,yo(r,[],n))}function Io(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Co(e){const t=ho(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=lo(e),i=r?e.offsetWidth:n,a=r?e.offsetHeight:o,l=MS(n)!==i||MS(o)!==a;return l&&(n=i,o=a),{width:n,height:o,$:l}}function xo(e){return ao(e)?e:e.contextElement}function Ao(e){const t=xo(e);if(!lo(t))return NS(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:i}=Co(t);let a=(i?MS(n.width):n.width)/o,l=(i?MS(n.height):n.height)/r;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}function _o(e){const t=oo(e);return fo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:WS}function Eo(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=e.getBoundingClientRect(),i=xo(e);let a=NS(1);t&&(o?ao(o)&&(a=Ao(o)):a=Ao(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==oo(e))&&t}(i,n,o)?_o(i):NS(0);let s=(r.left+l.x)/a.x,c=(r.top+l.y)/a.y,u=r.width/a.x,d=r.height/a.y;if(i){const e=oo(i),t=o&&ao(o)?oo(o):o;let n=e,r=Io(n);for(;r&&o&&t!==n;){const e=Ao(r),t=r.getBoundingClientRect(),o=ho(r),i=t.left+(r.clientLeft+parseFloat(o.paddingLeft))*e.x,a=t.top+(r.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,c*=e.y,u*=e.x,d*=e.y,s+=i,c+=a,n=oo(r),r=Io(n)}}return Un({width:u,height:d,x:s,y:c})}function Oo(e,t){const n=vo(e).scrollLeft;return t?t.left+n:Eo(ro(e)).left+n}function So(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Oo(e,n),y:n.top+t.scrollTop}}function Ro(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=oo(e),o=ro(e),r=n.visualViewport;let i=o.clientWidth,a=o.clientHeight,l=0,s=0;if(r){i=r.width,a=r.height;const e=fo();(!e||e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}const c=Oo(o);if(c<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),r="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,a=Math.abs(o.clientWidth-t.clientWidth-r);a<=25&&(i-=a)}else c<=25&&(i+=c);return{width:i,height:a,x:l,y:s}}(e,n);else if("document"===t)o=function(e){const t=ro(e),n=vo(e),o=e.ownerDocument.body,r=RS(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),i=RS(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let a=-n.scrollLeft+Oo(e);const l=-n.scrollTop;return"rtl"===ho(o).direction&&(a+=RS(t.clientWidth,o.clientWidth)-r),{width:r,height:i,x:a,y:l}}(ro(e));else if(ao(t))o=function(e,t){const n=Eo(e,!0,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft,i=lo(e)?Ao(e):NS(1);return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:r*i.x,y:o*i.y}}(t,n);else{const n=_o(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Un(o)}function Mo(e,t){const n=bo(e);return!(n===t||!ao(n)||go(n))&&("fixed"===ho(n).position||Mo(n,t))}function Po(e,t,n){function o(){c.x=Oo(i)}const r=lo(t),i=ro(t),a="fixed"===n,l=Eo(e,!0,a,t);let s={scrollLeft:0,scrollTop:0};const c=NS(0);if(r||!r&&!a)if(("body"!==no(t)||co(i))&&(s=vo(t)),r){const e=Eo(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else i&&o();a&&!r&&i&&o();const u=!i||r||a?NS(0):So(i,s);return{x:l.left+s.scrollLeft-c.x-u.x,y:l.top+s.scrollTop-c.y-u.y,width:l.width,height:l.height}}function No(e){return"static"===ho(e).position}function Bo(e,t){if(!lo(e)||"fixed"===ho(e).position)return null;if(t)return t(e);let n=e.offsetParent;return ro(e)===n&&(n=n.ownerDocument.body),n}function Go(e,t){const n=oo(e);if(po(e))return n;if(!lo(e)){let t=bo(e);for(;t&&!go(t);){if(ao(t)&&!No(t))return t;t=bo(t)}return n}let o=Bo(e,t);for(;o&&uo(o)&&No(o);)o=Bo(o,t);return o&&go(o)&&No(o)&&!mo(o)?n:o||function(e){let t=bo(e);for(;lo(t)&&!go(t);){if(mo(t))return t;if(po(t))return null;t=bo(t)}return null}(e)||n}function To(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Vo(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:r=!0,ancestorResize:i=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=o,c=xo(e),u=r||i?[...c?yo(c):[],...t?yo(t):[]]:[];u.forEach(e=>{r&&e.addEventListener("scroll",n,{passive:!0}),i&&e.addEventListener("resize",n)});const d=c&&l?function(e,t){function n(){var e;clearTimeout(o),null==(e=r)||e.disconnect(),r=null}let o,r=null;const i=ro(e);return function a(l,s){function c(t){const n=t[0].intersectionRatio;if(n!==s){if(!h)return a();n?a(!1,n):o=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==n||To(u,e.getBoundingClientRect())||a(),h=!1}void 0===l&&(l=!1),void 0===s&&(s=1),n();const u=e.getBoundingClientRect(),{left:d,top:p,width:m,height:f}=u;if(l||t(),!m||!f)return;const g={rootMargin:-PS(p)+"px "+-PS(i.clientWidth-(d+m))+"px "+-PS(i.clientHeight-(p+f))+"px "+-PS(d)+"px",threshold:RS(0,SS(1,s))||1};let h=!0;try{r=new IntersectionObserver(c,{...g,root:i.ownerDocument})}catch(v){r=new IntersectionObserver(c,g)}r.observe(e)}(!0),n}(c,n):null;let p,m=-1,f=null;a&&(f=new ResizeObserver(e=>{let[o]=e;o&&o.target===c&&f&&t&&(f.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=f)||e.observe(t)})),n()}),c&&!s&&f.observe(c),t&&f.observe(t));let g=s?Eo(e):null;return s&&function t(){const o=Eo(e);g&&!To(g,o)&&n(),g=o,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{r&&e.removeEventListener("scroll",n),i&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=f)||e.disconnect(),f=null,s&&cancelAnimationFrame(p)}}function Do(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(!Do(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)&&!Do(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function ko(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Lo(e,t){const n=ko(e);return Math.round(t*n)/n}function zo(e){const t=QE.useRef(e);return Eh(()=>{t.current=e}),t}function Fo(e){return null!==e}function Ho(e){const[t,n="center"]=e.split("-");return[t,n]}function Wo(e,t=!1){const n=document.activeElement;for(const o of e){if(o===n)return;if(o.focus({preventScroll:t}),document.activeElement!==n)return}}function Xo(e){return e?"open":"closed"}function jo(e){return"indeterminate"===e}function Zo(e){return jo(e)?"indeterminate":e?"checked":"unchecked"}function qo(e){return t=>"mouse"===t.pointerType?e(t):void 0}function Yo({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:r}){return KE.createElement("div",{className:$i("demio-ui-form-group",Hb.formGroup,r,{[Hb.horizontal]:"horizontal"===t,[Hb.vertical]:"vertical"===t,[Hb[n]]:!!n,[Hb[`${o}AlignItems`]]:!!o})},e)}function Jo(e){return Jo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Jo(e)}function Uo(e){var t=function(e,t){var n,o;if("object"!=Jo(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=Jo(o=n.call(e,t)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Jo(t)?t:t+""}function Qo(e,t,n){return(t=Uo(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ko(e,t){var n,o=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)),o}function $o(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?Ko(Object(n),!0).forEach(function(t){Qo(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ko(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function er(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=Array(t);n<t;n++)o[n]=e[n];return o}function tr(e,t){if(e){if("string"==typeof e)return er(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?er(e,t):void 0}}function nr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,o,r,i,a,l,s,c=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=c){a=[],l=!0,s=!1;try{if(r=(c=c.call(e)).next,0===t){if(Object(c)!==c)return;l=!1}else for(;!(l=(n=r.call(c)).done)&&(a.push(n.value),a.length!==t);l=!0);}catch(e){s=!0,o=e}finally{try{if(!l&&null!=c.return&&(i=c.return(),Object(i)!==i))return}finally{if(s)throw o}}return a}}(e,t)||tr(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function or(e,t){var n,o,r,i;if(null==e)return{};if(r=function(e,t){var n,o;if(null==e)return{};for(o in n={},e)if({}.hasOwnProperty.call(e,o)){if(-1!==t.indexOf(o))continue;n[o]=e[o]}return n}(e,t),Object.getOwnPropertySymbols)for(i=Object.getOwnPropertySymbols(e),o=0;o<i.length;o++)n=i[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n]);return r}function rr(){return rr=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},rr.apply(null,arguments)}function ir(e,t){var n,o;for(n=0;n<t.length;n++)(o=t[n]).enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,Uo(o.key),o)}function ar(e,t){return ar=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ar(e,t)}function lr(e){return lr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},lr(e)}function sr(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(sr=function(){return!!e})()}function cr(e,t){if(t&&("object"==Jo(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function ur(e){return function(e){if(Array.isArray(e))return er(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||tr(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dr(e){return e.trim()}function pr(e,t,n){return e.replace(t,n)}function mr(e,t){return e.indexOf(t)}function fr(e,t){return 0|e.charCodeAt(t)}function gr(e,t,n){return e.slice(t,n)}function hr(e){return e.length}function vr(e){return e.length}function br(e,t){return t.push(e),e}function wr(e,t,n,o,r,i,a){return{value:e,root:t,parent:n,type:o,props:r,children:i,line:Cw,column:xw,length:a,return:""}}function yr(e,t){return Iw(wr("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ir(){return Ew=_w>0?fr(Ow,--_w):0,xw--,10===Ew&&(xw=1,Cw--),Ew}function Cr(){return Ew=_w<Aw?fr(Ow,_w++):0,xw++,10===Ew&&(xw=1,Cw++),Ew}function xr(){return fr(Ow,_w)}function Ar(){return _w}function _r(e,t){return gr(Ow,e,t)}function Er(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Or(e){return Cw=xw=1,Aw=hr(Ow=e),_w=0,[]}function Sr(e){return Ow="",e}function Rr(e){return dr(_r(_w-1,Nr(91===e?e+2:40===e?e+1:e)))}function Mr(e){for(;(Ew=xr())&&Ew<33;)Cr();return Er(e)>2||Er(Ew)>3?"":" "}function Pr(e,t){for(;--t&&Cr()&&!(Ew<48||Ew>102||Ew>57&&Ew<65||Ew>70&&Ew<97););return _r(e,Ar()+(t<6&&32==xr()&&32==Cr()))}function Nr(e){for(;Cr();)switch(Ew){case e:return _w;case 34:case 39:34!==e&&39!==e&&Nr(Ew);break;case 40:41===e&&Nr(e);break;case 92:Cr()}return _w}function Br(e,t){for(;Cr()&&e+Ew!==57&&(e+Ew!==84||47!==xr()););return"/*"+_r(t,_w-1)+"*"+yw(47===e?e:Cr())}function Gr(e){for(;!Er(xr());)Cr();return _r(e,_w)}function Tr(e){return Sr(Vr("",null,null,null,[""],e=Or(e),0,[0],e))}function Vr(e,t,n,o,r,i,a,l,s){for(var c=0,u=0,d=a,p=0,m=0,f=0,g=1,h=1,v=1,b=0,w="",y=r,I=i,C=o,x=w;h;)switch(f=b,b=Cr()){case 40:if(108!=f&&58==fr(x,d-1)){-1!=mr(x+=pr(Rr(b),"&","&\f"),"&\f")&&(v=-1);break}case 34:case 39:case 91:x+=Rr(b);break;case 9:case 10:case 13:case 32:x+=Mr(f);break;case 92:x+=Pr(Ar()-1,7);continue;case 47:switch(xr()){case 42:case 47:br(kr(Br(Cr(),Ar()),t,n),s);break;default:x+="/"}break;case 123*g:l[c++]=hr(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:h=0;case 59+u:-1==v&&(x=pr(x,/\f/g,"")),m>0&&hr(x)-d&&br(m>32?Lr(x+";",o,n,d-1):Lr(pr(x," ","")+";",o,n,d-2),s);break;case 59:x+=";";default:if(br(C=Dr(x,t,n,c,u,r,l,w,y=[],I=[],d),i),123===b)if(0===u)Vr(x,t,C,C,y,i,d,l,I);else switch(99===p&&110===fr(x,3)?100:p){case 100:case 108:case 109:case 115:Vr(e,C,C,o&&br(Dr(e,C,C,0,0,r,l,w,r,y=[],d),I),r,I,d,l,o?y:I);break;default:Vr(x,C,C,C,[""],I,0,l,I)}}c=u=m=0,g=v=1,w=x="",d=a;break;case 58:d=1+hr(x),m=f;default:if(g<1)if(123==b)--g;else if(125==b&&0==g++&&125==Ir())continue;switch(x+=yw(b),b*g){case 38:v=u>0?1:(x+="\f",-1);break;case 44:l[c++]=(hr(x)-1)*v,v=1;break;case 64:45===xr()&&(x+=Rr(Cr())),p=xr(),u=d=hr(w=x+=Gr(Ar())),b++;break;case 45:45===f&&2==hr(x)&&(g=0)}}return i}function Dr(e,t,n,o,r,i,a,l,s,c,u){var d,p,m,f,g,h,v=r-1,b=0===r?i:[""],w=vr(b);for(d=0,p=0,m=0;d<o;++d)for(f=0,g=gr(e,v+1,v=ww(p=a[d])),h=e;f<w;++f)(h=dr(p>0?b[f]+" "+g:pr(g,/&\f/g,b[f])))&&(s[m++]=h);return wr(e,t,n,0===r?fw:l,s,c,u)}function kr(e,t,n){return wr(e,t,n,mw,yw(Ew),gr(e,2,-2),0)}function Lr(e,t,n,o){return wr(e,t,n,gw,gr(e,0,o),gr(e,o+1,-1),o)}function zr(e,t){var n,o="",r=vr(e);for(n=0;n<r;n++)o+=t(e[n],n,e,t)||"";return o}function Fr(e,t,n,o){switch(e.type){case bw:if(e.children.length)break;case hw:case gw:return e.return=e.return||e.value;case mw:return"";case vw:return e.return=e.value+"{"+zr(e.children,o)+"}";case fw:e.value=e.props.join(",")}return hr(n=zr(e.children,o))?e.return=e.value+"{"+n+"}":""}function Hr(e){var t=vr(e);return function(n,o,r,i){var a,l="";for(a=0;a<t;a++)l+=e[a](n,o,r,i)||"";return l}}function Wr(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function Xr(e,t){switch(function(e,t){return 45^fr(e,0)?(((t<<2^fr(e,0))<<2^fr(e,1))<<2^fr(e,2))<<2^fr(e,3):0}(e,t)){case 5103:return pw+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return pw+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return pw+e+dw+e+uw+e+e;case 6828:case 4268:return pw+e+uw+e+e;case 6165:return pw+e+uw+"flex-"+e+e;case 5187:return pw+e+pr(e,/(\w+).+(:[^]+)/,pw+"box-$1$2"+uw+"flex-$1$2")+e;case 5443:return pw+e+uw+"flex-item-"+pr(e,/flex-|-self/,"")+e;case 4675:return pw+e+uw+"flex-line-pack"+pr(e,/align-content|flex-|-self/,"")+e;case 5548:return pw+e+uw+pr(e,"shrink","negative")+e;case 5292:return pw+e+uw+pr(e,"basis","preferred-size")+e;case 6060:return pw+"box-"+pr(e,"-grow","")+pw+e+uw+pr(e,"grow","positive")+e;case 4554:return pw+pr(e,/([^-])(transform)/g,"$1"+pw+"$2")+e;case 6187:return pr(pr(pr(e,/(zoom-|grab)/,pw+"$1"),/(image-set)/,pw+"$1"),e,"")+e;case 5495:case 3959:return pr(e,/(image-set\([^]*)/,pw+"$1$`$1");case 4968:return pr(pr(e,/(.+:)(flex-)?(.*)/,pw+"box-pack:$3"+uw+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+pw+e+e;case 4095:case 3583:case 4068:case 2532:return pr(e,/(.+)-inline(.+)/,pw+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(hr(e)-1-t>6)switch(fr(e,t+1)){case 109:if(45!==fr(e,t+4))break;case 102:return pr(e,/(.+:)(.+)-([^]+)/,"$1"+pw+"$2-$3$1"+dw+(108==fr(e,t+3)?"$3":"$2-$3"))+e;case 115:return~mr(e,"stretch")?Xr(pr(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==fr(e,t+1))break;case 6444:switch(fr(e,hr(e)-3-(~mr(e,"!important")&&10))){case 107:return pr(e,":",":"+pw)+e;case 101:return pr(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+pw+(45===fr(e,14)?"inline-":"")+"box$3$1"+pw+"$2$3$1"+uw+"$2box$3")+e}break;case 5936:switch(fr(e,t+11)){case 114:return pw+e+uw+pr(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return pw+e+uw+pr(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return pw+e+uw+pr(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return pw+e+uw+e+e}return e}function jr(e,t,n){var o,r,i,a,l,s;if(null==n)return"";if(void 0!==(o=n).__emotion_styles)return o;switch(typeof n){case"boolean":return"";case"object":if(1===(r=n).anim)return Qw={name:r.name,styles:r.styles,next:Qw},r.name;if(void 0!==(i=n).styles){if(void 0!==(a=i.next))for(;void 0!==a;)Qw={name:a.name,styles:a.styles,next:Qw},a=a.next;return i.styles+";"}return function(e,t,n){var o,r,i,a,l,s,c="";if(Array.isArray(n))for(o=0;o<n.length;o++)c+=jr(e,t,n[o])+";";else for(r in n)if("object"!=typeof(i=n[r]))qw(a=i)&&(c+=Yw(r)+":"+Jw(r,a)+";");else if(Array.isArray(i)&&"string"==typeof i[0]&&null==t)for(l=0;l<i.length;l++)qw(i[l])&&(c+=Yw(r)+":"+Jw(r,i[l])+";");else switch(s=jr(e,t,i),r){case"animation":case"animationName":c+=Yw(r)+":"+s+";";break;default:c+=r+"{"+s+"}"}return c}(e,t,n);case"function":if(void 0!==e)return l=Qw,s=n(e),Qw=l,jr(e,t,s)}return n}function Zr(e,t,n){var o,r,i,a,l,s,c;if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];for(o=!0,r="",Qw=void 0,null==(i=e[0])||void 0===i.raw?(o=!1,r+=jr(n,t,i)):r+=i[0],a=1;a<e.length;a++)r+=jr(n,t,e[a]),o&&(r+=i[a]);for(Uw.lastIndex=0,l="";null!==(s=Uw.exec(r));)l+="-"+s[1];return c=function(e){for(var t,n=0,o=0,r=e.length;r>=4;++o,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&e.charCodeAt(o+2))<<16;case 2:n^=(255&e.charCodeAt(o+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(o)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(r)+l,{name:c,styles:r,next:Qw}}function qr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Zr(t)}function Yr(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Jr(e,t){var n,o,r,i,a;for(n=arguments.length,o=new Array(n>2?n-2:0),r=2;r<n;r++)o[r-2]=arguments[r];if(i=[].concat(o),t&&e)for(a in t)t.hasOwnProperty(a)&&t[a]&&i.push("".concat(Yr(e,a)));return i.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function Ur(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Qr(e){return Ur(e)?window.pageYOffset:e.scrollTop}function Kr(e,t){Ur(e)?window.scrollTo(0,t):e.scrollTop=t}function $r(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:hy,r=Qr(e),i=t-r,a=10,l=0;!function t(){var s,c=i*((s=(s=l+=a)/n-1)*s*s+1)+r;Kr(e,c),l<n?window.requestAnimationFrame(t):o(e)}()}function ei(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=t.offsetHeight/3;o.bottom+r>n.bottom?Kr(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):o.top-r<n.top&&Kr(e,Math.max(t.offsetTop-r,0))}function ti(){try{return document.createEvent("TouchEvent"),!0}catch(eM){return!1}}function ni(e){return null!=e}function oi(e,t,n){return e?t:n}function ri(e){var t,n,o,r,i,a,l,s,c,u,d,p,m,f,g,h,v,b,w,y,I,C=e.maxHeight,x=e.menuEl,A=e.minHeight,_=e.placement,E=e.shouldScroll,O=e.isFixedPosition,S=e.controlHeight,R=function(e){var t,n=getComputedStyle(e),o="absolute"===n.position,r=/(auto|scroll)/;if("fixed"===n.position)return document.documentElement;for(t=e;t=t.parentElement;)if(n=getComputedStyle(t),(!o||"static"!==n.position)&&r.test(n.overflow+n.overflowY+n.overflowX))return t;return document.documentElement}(x),M={placement:"bottom",maxHeight:C};if(!x||!x.offsetParent)return M;switch(t=R.getBoundingClientRect().height,o=(n=x.getBoundingClientRect()).bottom,r=n.height,i=n.top,a=x.offsetParent.getBoundingClientRect().top,l=O?window.innerHeight:Ur(I=R)?window.innerHeight:I.clientHeight,s=Qr(R),c=parseInt(getComputedStyle(x).marginBottom,10),p=l-i,m=(d=a-(u=parseInt(getComputedStyle(x).marginTop,10)))+s,f=t-s-i,g=o-l+s+c,h=s+i-u,v=160,_){case"auto":case"bottom":if(p>=r)return{placement:"bottom",maxHeight:C};if(f>=r&&!O)return E&&$r(R,g,v),{placement:"bottom",maxHeight:C};if(!O&&f>=A||O&&p>=A)return E&&$r(R,g,v),{placement:"bottom",maxHeight:O?p-c:f-c};if("auto"===_||O)return b=C,(w=O?d:m)>=A&&(b=Math.min(w-c-S,C)),{placement:"top",maxHeight:b};if("bottom"===_)return E&&Kr(R,g),{placement:"bottom",maxHeight:C};break;case"top":return d>=r?{placement:"top",maxHeight:C}:m>=r&&!O?(E&&$r(R,h,v),{placement:"top",maxHeight:C}):!O&&m>=A||O&&d>=A?(y=C,(!O&&m>=A||O&&d>=A)&&(y=O?d-u:m-u),E&&$r(R,h,v),{placement:"top",maxHeight:y}):{placement:"bottom",maxHeight:C};default:throw new Error('Invalid placement provided "'.concat(_,'".'))}return M}function ii(e,t){return e===t||!(!TI(e)||!TI(t))}function ai(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!ii(e[n],t[n]))return!1;return!0}function li(e){var t=e.innerRef,n=or(e,KI),o=Ay(n,"onExited","in","enter","exit","appear");return py("input",rr({ref:t},o,{css:qr({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}function si(e){e.cancelable&&e.preventDefault()}function ci(e){e.stopPropagation()}function ui(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function di(){return"ontouchstart"in window||navigator.maxTouchPoints}function pi(e){var t=e.children,n=e.lockEnabled,o=e.captureEnabled,r=void 0===o||o,i=e.onBottomArrive,a=e.onBottomLeave,l=e.onTopArrive,s=e.onTopLeave,c=function(e){var t=e.isEnabled,n=e.onBottomArrive,o=e.onBottomLeave,r=e.onTopArrive,i=e.onTopLeave,a=nO(!1),l=nO(!1),s=nO(0),c=nO(null),u=oO(function(e,t){var s,u,d,p,m,f,g,h;null!==c.current&&(u=(s=c.current).scrollTop,d=s.scrollHeight,p=s.clientHeight,m=c.current,f=t>0,h=!1,(g=d-p-u)>t&&a.current&&(o&&o(e),a.current=!1),f&&l.current&&(i&&i(e),l.current=!1),f&&t>g?(n&&!a.current&&n(e),m.scrollTop=d,h=!0,a.current=!0):!f&&-t>u&&(r&&!l.current&&r(e),m.scrollTop=0,h=!0,l.current=!0),h&&$I(e))},[n,o,r,i]),d=oO(function(e){u(e,e.deltaY)},[u]),p=oO(function(e){s.current=e.changedTouches[0].clientY},[]),m=oO(function(e){var t=s.current-e.changedTouches[0].clientY;u(e,t)},[u]),f=oO(function(e){if(e){var t=!!xy&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),g=oO(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return rO(function(){if(t){var e=c.current;return f(e),function(){g(e)}}},[t,f,g]),function(e){c.current=e}}({isEnabled:r,onBottomArrive:i,onBottomLeave:a,onTopArrive:l,onTopLeave:s}),u=function(e){var t=e.isEnabled,n=e.accountForScrollbars,o=void 0===n||n,r=nO({}),i=nO(null),a=oO(function(e){var t,n,i,a,l;nC&&(t=document.body,n=t&&t.style,o&&eC.forEach(function(e){var t=n&&n[e];r.current[e]=t}),o&&oC<1&&(i=parseInt(r.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,l=window.innerWidth-a+i||0,Object.keys(tC).forEach(function(e){var t=tC[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(l,"px"))),t&&di()&&(t.addEventListener("touchmove",si,rC),e&&(e.addEventListener("touchstart",ui,rC),e.addEventListener("touchmove",ci,rC))),oC+=1)},[o]),l=oO(function(e){var t,n;nC&&(t=document.body,n=t&&t.style,oC=Math.max(oC-1,0),o&&oC<1&&eC.forEach(function(e){var t=r.current[e];n&&(n[e]=t)}),t&&di()&&(t.removeEventListener("touchmove",si,rC),e&&(e.removeEventListener("touchstart",ui,rC),e.removeEventListener("touchmove",ci,rC))))},[o]);return rO(function(){if(t){var e=i.current;return a(e),function(){l(e)}}},[t,a,l]),function(e){i.current=e}}({isEnabled:n}),d=function(e){c(e),u(e)};return py(uO,null,n&&py("div",{onClick:iC,css:aC}),t(d))}function mi(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function fi(){return mi(/^Mac/i)}function gi(){return mi(/^iPhone/i)||mi(/^iPad/i)||fi()&&navigator.maxTouchPoints>1}function hi(e,t,n,o){var r=Ii(e,t,n),i=Ci(e,t,n),a=wC(e,t),l=yC(e,t);return{type:"option",data:t,isDisabled:r,isSelected:i,label:a,value:l,index:o}}function vi(e,t){return e.options.map(function(n,o){var r,i;return"options"in n?(r=n.options.map(function(n,o){return hi(e,n,t,o)}).filter(function(t){return yi(e,t)}),r.length>0?{type:"group",data:n,options:r,index:o}:void 0):(i=hi(e,n,t,o),yi(e,i)?i:void 0)}).filter(ni)}function bi(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,ur(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function wi(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,ur(n.options.map(function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}}))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e},[])}function yi(e,t){var n=e.inputValue,o=void 0===n?"":n,r=t.data,i=t.isSelected,a=t.label,l=t.value;return(!IC(e)||!i)&&xi(e,{label:a,value:l,data:r},o)}function Ii(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function Ci(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=yC(e,t);return n.some(function(t){return yC(e,t)===o})}function xi(e,t,n){return!e.filterOption||e.filterOption(t,n)}function Ai(e){return e?"open":"closed"}function _i(...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 QE.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function Ei(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===Dx&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Oi(e){const t=QE.forwardRef((e,t)=>{let{children:n,...o}=e;if(Ei(n)&&"function"==typeof kx&&(n=kx(n._payload)),QE.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),r=function(e,t){const n={...t};for(const o in t){const r=e[o],i=t[o];/^on[A-Z]/.test(o)?r&&i?n[o]=(...e)=>{const t=i(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...i}:"className"===o&&(n[o]=[r,i].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==QE.Fragment&&(r.ref=t?a(t,e):e),QE.cloneElement(n,r)}return QE.Children.count(n)>1?QE.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function Si(e){return QE.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Lx}function Ri(e,t){return`${Math.round(e/t*100)}%`}function Mi(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function Pi(e){return"number"==typeof e}function Ni(e){return Pi(e)&&!isNaN(e)&&e>0}function Bi(e,t){return Pi(e)&&!isNaN(e)&&e<=t&&e>=0}function Gi({max:e=100,progress:t=0,className:n="",...o}){const r=t>e?"100%":t/e*100+"%";return KE.createElement(Zx,{className:$i("demio-ui-progress",Yx,{className:!!n}),value:t>e?e:t,max:e,...o},KE.createElement(qx,{className:Jx,style:{width:r}}))}function Ti(e){return e?"checked":"unchecked"}function Vi({items:e=[],error:t="",defaultValue:n="",ariaLabel:o="",hint:r="",onChange:i,disabled:a=!1,value:l="",className:s="",...c}){const u=i?{value:l,onValueChange:i}:{};return KE.createElement(dA,{...u,...c,className:$i("demio-ui-radio-group",fA.root,{[fA.error]:!!t,[s]:!!s}),defaultValue:n,"aria-label":o},e.map(e=>KE.createElement("div",{key:e.id,className:$i(fA.container,{[fA.disabled]:e.disabled||a})},KE.createElement(pA,{className:fA.item,value:e.value,disabled:e.disabled||a,id:e.id},KE.createElement(mA,{className:fA.indicator})),KE.createElement(gn,{className:fA.label,htmlFor:e.id,weight:"regular"},e.label))),KE.createElement("div",{className:fA.footer},t&&KE.createElement(hn,{type:"error"},t),r&&!t&&KE.createElement(hn,null,r)))}function Di(e){return""===e||void 0===e}function ki(e){const t=h(e),n=QE.useRef(""),o=QE.useRef(0),r=QE.useCallback(e=>{const r=n.current+e;t(r),function e(t){n.current=t,window.clearTimeout(o.current),""!==t&&(o.current=window.setTimeout(()=>e(""),1e3))}(r)},[t]),i=QE.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return QE.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,r,i]}function Li(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),r=o?t[0]:t,i=n?e.indexOf(n):-1;let a=(l=e,s=Math.max(i,0),l.map((e,t)=>l[(s+t)%l.length]));var l,s;1===r.length&&(a=a.filter(e=>e!==n));const c=a.find(e=>e.textValue.toLowerCase().startsWith(r.toLowerCase()));return c!==n?c:void 0}function zi(e){return e?"checked":"unchecked"}function Fi({className:e="",id:t="",disabled:n=!1,required:o=!1,name:r,...i}){return KE.createElement(A_,{className:$i(E_,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:r,id:t||r,...i},KE.createElement(__,{className:O_}))}function Hi(e,t){return`${e}-trigger-${t}`}function Wi(e,t){return`${e}-content-${t}`}function Xi({children:e,className:t="",...n}){return KE.createElement(D_,{...n,className:$i(F_,"demio-ui-tabs",{[t]:t})},e)}function ji({children:e,className:t=""}){return KE.createElement(k_,{className:$i(H_,"demio-ui-tabs-list",{[t]:t})},e)}function Zi({children:e,className:t="",...n}){return KE.createElement(L_,{...n,className:$i(W_,{[t]:t})},e)}function qi({children:e,value:t,className:n=""}){return KE.createElement(z_,{value:t,className:$i(X_,"demio-ui-tabs-tab",{[n]:n})},e)}function Yi({children:e,onDelete:t=null,className:n=""}){return KE.createElement("div",{className:$i(j_,"demio-ui-tag-container",n)},e,Boolean(t)&&KE.createElement("button",{type:"button",onClick:t,className:$i(Z_,"demio-ui-tag-delete-button")},KE.createElement(Vs,null)))}function Ji({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:i,content:a,defaultOpen:l,delayDuration:s=200,isCustomTrigger:c=!1,isPortal:u=!1,isTriggerAsChild:d=!0,open:p,onOpenChange:m,side:f="top",sideOffset:g=4,skipDelayDuration:h=300,...v}){const[b,w]=$E(l),y=p??b,I=KE.createElement(gE,{sideOffset:g,alignOffset:t,side:f,align:e,collisionBoundary:r,...v,className:$i(vE,"demio-ui-tooltip",{[o]:o})},a,KE.createElement(hE,{className:wE,width:11,height:5}));return a?KE.createElement(dE,{skipDelayDuration:h,delayDuration:s},KE.createElement(pE,{defaultOpen:l,onOpenChange:e=>{m&&m(e),w(e)},open:y},KE.createElement(mE,{asChild:c||d},c?KE.createElement("div",{className:$i("demio-ui-tooltip-trigger",bE)},n):n),u?KE.createElement(fE,{container:i},I):I)):n}function Ui({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:i,content:a,side:l="top",sideOffset:s=4,...c}){return"ontouchstart"in window||navigator.maxTouchPoints>0?KE.createElement(mM,{content:a,contentProps:{side:l,align:e,sideOffset:s,alignOffset:t,collisionBoundary:r},...c,showArrow:!0,asChild:!0,container:i,contentClassName:$i(vE,o,"demio-ui-tooltip")},n):KE.createElement(Ji,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:r,container:i,content:a,side:l,sideOffset:s,...c})}var Qi,Ki,$i,ea,ta,na,oa,ra,ia,aa,la,sa,ca,ua,da,pa,ma,fa,ga,ha,va,ba,wa,ya,Ia,Ca,xa,Aa,_a,Ea,Oa,Sa,Ra,Ma,Pa,Na,Ba,Ga,Ta,Va,Da,ka,La,za,Fa,Ha,Wa,Xa,ja,Za,qa,Ya,Ja,Ua,Qa,Ka,$a,el,tl,nl,ol,rl,il,al,ll,sl,cl,ul,dl,pl,ml,fl,gl,hl,vl,bl,wl,yl,Il,Cl,xl,Al,_l,El,Ol,Sl,Rl,Ml,Pl,Nl,Bl,Gl,Tl,Vl,Dl,kl,Ll,zl,Fl,Hl,Wl,Xl,jl,Zl,ql,Yl,Jl,Ul,Ql,Kl,$l,es,ts,ns,os,rs,is,as,ls,ss,cs,us,ds,ps,ms,fs,gs,hs,vs,bs,ws,ys,Is,Cs,xs,As,_s,Es,Os,Ss,Rs,Ms,Ps,Ns,Bs,Gs,Ts,Vs,Ds,ks,Ls,zs,Fs,Hs,Ws,Xs,js,Zs,qs,Ys,Js,Us,Qs,Ks,$s,ec,tc,nc,oc,rc,ic,ac,lc,sc,cc,uc,dc,pc,mc,fc,gc,hc,vc,bc,wc,yc,Ic,Cc,xc,Ac,_c,Ec,Oc,Sc,Rc,Mc,Pc,Nc,Bc,Gc,Tc,Vc,Dc,kc,Lc,zc,Fc,Hc,Wc,Xc,jc,Zc,qc,Yc,Jc,Uc,Qc,Kc,$c,eu,tu,nu,ou,ru,iu,au,lu,su,cu,uu,du,pu,mu,fu,gu,hu,vu,bu,wu,yu,Iu,Cu,xu,Au,_u,Eu,Ou,Su,Ru,Mu,Pu,Nu,Bu,Gu,Tu,Vu,Du,ku,Lu,zu,Fu,Hu,Wu,Xu,ju,Zu,qu,Yu,Ju,Uu,Qu,Ku,$u,ed,td,nd,od,rd,id,ad,ld,sd,cd,ud,dd,pd,md,fd,gd,hd,vd,bd,wd,yd,Id,Cd,xd,Ad,_d,Ed,Od,Sd,Rd,Md,Pd,Nd,Bd,Gd,Td,Vd,Dd,kd,Ld,zd,Fd,Hd,Wd,Xd,jd,Zd,qd,Yd,Jd,Ud,Qd,Kd,$d,ep,tp,np,op,rp,ip,ap,lp,sp,cp,up,dp,pp,mp,fp,gp,hp,vp,bp,wp,yp,Ip,Cp,xp,Ap,_p,Ep,Op,Sp,Rp,Mp,Pp,Np,Bp,Gp,Tp,Vp,Dp,kp,Lp,zp,Fp,Hp,Wp,Xp,jp,Zp,qp,Yp,Jp,Up,Qp,Kp,$p,em,tm,nm,om,rm,im,am,lm,sm,cm,um,dm,pm,mm,fm,gm,hm,vm,bm,wm,ym,Im,Cm,xm,Am,_m,Em,Om,Sm,Rm,Mm,Pm,Nm,Bm,Gm,Tm,Vm,Dm,km,Lm,zm,Fm,Hm,Wm,Xm,jm,Zm,qm,Ym,Jm,Um,Qm,Km,$m,ef,tf,nf,of,rf,af,lf,sf,cf,uf,df,pf,mf,ff,gf,hf,vf,bf,wf,yf,If,Cf,xf,Af,_f,Ef,Of,Sf,Rf,Mf,Pf,Nf,Bf,Gf,Tf,Vf,Df,kf,Lf,zf,Ff,Hf,Wf,Xf,jf,Zf,qf,Yf,Jf,Uf,Qf,Kf,$f,eg,tg,ng,og,rg,ig,ag,lg,sg,cg,ug,dg,pg,mg,fg,gg,hg,vg,bg,wg,yg,Ig,Cg,xg,Ag,_g,Eg,Og,Sg,Rg,Mg,Pg,Ng,Bg,Gg,Tg,Vg,Dg,kg,Lg,zg,Fg,Hg,Wg,Xg,jg,Zg,qg,Yg,Jg,Ug,Qg,Kg,$g,eh,th,nh,oh,rh,ih,ah,lh,sh,ch,uh,dh,ph,mh,fh,gh,hh,vh,bh,wh,yh,Ih,Ch,xh,Ah,_h,Eh,Oh,Sh,Rh,Mh,Ph,Nh,Bh,Gh,Th,Vh,Dh,kh,Lh,zh,Fh,Hh,Wh,Xh,jh,Zh,qh,Yh,Jh,Uh,Qh,Kh,$h,ev,tv,nv,ov,rv,iv,av,lv,sv,cv,uv,dv,pv,mv,fv,gv,hv,vv,bv,wv,yv,Iv,Cv,xv,Av,_v,Ev,Ov,Sv,Rv,Mv,Pv,Nv,Bv,Gv,Tv,Vv,Dv,kv,Lv,zv,Fv,Hv,Wv,Xv,jv,Zv,qv,Yv,Jv,Uv,Qv,Kv,$v,eb,tb,nb,ob,rb,ib,ab,lb,sb,cb,ub,db,pb,mb,fb,gb,hb,vb,bb,wb,yb,Ib,Cb,xb,Ab,_b,Eb,Ob,Sb,Rb,Mb,Pb,Nb,Bb,Gb,Tb,Vb,Db,kb,Lb,zb,Fb,Hb,Wb,Xb,jb,Zb,qb,Yb,Jb,Ub,Qb,Kb,$b,ew,tw,nw,ow,rw,iw,aw,lw,sw,cw,uw,dw,pw,mw,fw,gw,hw,vw,bw,ww,yw,Iw,Cw,xw,Aw,_w,Ew,Ow,Sw,Rw,Mw,Pw,Nw,Bw,Gw,Tw,Vw,Dw,kw,Lw,zw,Fw,Hw,Ww,Xw,jw,Zw,qw,Yw,Jw,Uw,Qw,Kw,$w,ey,ty,ny,oy,ry,iy,ay,ly,sy,cy,uy,dy,py,my,fy,gy,hy,vy,by,wy,yy,Iy,Cy,xy,Ay,_y,Ey,Oy,Sy,Ry,My,Py,Ny,By,Gy,Ty,Vy,Dy,ky,Ly,zy,Fy,Hy,Wy,Xy,jy,Zy,qy,Yy,Jy,Uy,Qy,Ky,$y,eI,tI,nI,oI,rI,iI,aI,lI,sI,cI,uI,dI,pI,mI,fI,gI,hI,vI,bI,wI,yI,II,CI,xI,AI,_I,EI,OI,SI,RI,MI,PI,NI,BI,GI,TI,VI,DI,kI,LI,zI,FI,HI,WI,XI,jI,ZI,qI,YI,JI,UI,QI,KI,$I,eC,tC,nC,oC,rC,iC,aC,lC,sC,cC,uC,dC,pC,mC,fC,gC,hC,vC,bC,wC,yC,IC,CC,xC,AC,_C,EC,OC,SC,RC,MC,PC,NC,BC,GC,TC,VC,DC,kC,LC,zC,FC,HC,WC,XC,jC,ZC,qC,YC,JC,UC,QC,KC,$C,ex,tx,nx,ox,rx,ix,ax,lx,sx,cx,ux,dx,px,mx,fx,gx,hx,vx,bx,wx,yx,Ix,Cx,xx,Ax,_x,Ex,Ox,Sx,Rx,Mx,Px,Nx,Bx,Gx,Tx,Vx,Dx,kx,Lx,zx,Fx,Hx,Wx,Xx,jx,Zx,qx,Yx,Jx,Ux,Qx,Kx,$x,eA,tA,nA,oA,rA,iA,aA,lA,sA,cA,uA,dA,pA,mA,fA,gA,hA,vA,bA,wA,yA,IA,CA,xA,AA,_A,EA,OA,SA,RA,MA,PA,NA,BA,GA,TA,VA,DA,kA,LA,zA,FA,HA,WA,XA,jA,ZA,qA,YA,JA,UA,QA,KA,$A,e_,t_,n_,o_,r_,i_,a_,l_,s_,c_,u_,d_,p_,m_,f_,g_,h_,v_,b_,w_,y_,I_,C_,x_,A_,__,E_,O_,S_,R_,M_,P_,N_,B_,G_,T_,V_,D_,k_,L_,z_,F_,H_,W_,X_,j_,Z_,q_,Y_,J_,U_,Q_,K_,$_,eE,tE,nE,oE,rE,iE,aE,lE,sE,cE,uE,dE,pE,mE,fE,gE,hE,vE,bE,wE,yE,IE,CE,xE,AE,_E,EE,OE,SE,RE,ME,PE,NE,BE,GE,TE,VE,DE,kE,LE,zE,FE,HE,WE,XE,jE,ZE,qE,YE,JE,UE;import*as QE from"react";import KE,{useState as $E,forwardRef as eO,memo as tO,useRef as nO,useCallback as oO,useEffect as rO,useLayoutEffect as iO,useContext as aO,useMemo as lO,createContext as sO,Component as cO,Fragment as uO,useImperativeHandle as dO}from"react";import{jsx as pO,Fragment as mO,jsxs as fO}from"react/jsx-runtime";import*as gO from"react-dom";import hO,{createPortal as vO}from"react-dom";import{createRoot as bO}from"react-dom/client";if(Qi={exports:{}},$i=e(n()),ea=globalThis?.document?QE.useLayoutEffect:()=>{},ta=QE[" useId ".trim().toString()]||(()=>{}),na=0,oa=QE[" useInsertionEffect ".trim().toString()]||ea,ra=Symbol("radix.slottable"),ia=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=d(`Primitive.${t}`),o=QE.forwardRef((e,o)=>{const{asChild:r,...i}=e,a=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),pO(a,{...i,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),aa="DismissableLayer",la="dismissableLayer.update",sa="dismissableLayer.pointerDownOutside",ca="dismissableLayer.focusOutside",da=QE.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),pa=QE.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:i,onInteractOutside:a,onDismiss:c,...u}=e,d=QE.useContext(da),[p,m]=QE.useState(null),f=p?.ownerDocument??globalThis?.document,[,g]=QE.useState({}),w=l(t,e=>m(e)),y=Array.from(d.layers),[I]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),C=y.indexOf(I),x=p?y.indexOf(p):-1,A=d.layersWithOutsidePointerEventsDisabled.size>0,_=x>=C,E=function(e,t=globalThis?.document){const n=h(e),o=QE.useRef(!1),r=QE.useRef(()=>{});return QE.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){b(sa,n,i,{discrete:!0})};const i={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",r.current),r.current=o,t.addEventListener("click",r.current,{once:!0})):o()}else t.removeEventListener("click",r.current);o.current=!1},i=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",e),t.removeEventListener("click",r.current)}},[t,n]),{onPointerDownCapture:()=>o.current=!0}}(e=>{const t=e.target,n=[...d.branches].some(e=>e.contains(t));_&&!n&&(r?.(e),a?.(e),e.defaultPrevented||c?.())},f),O=function(e,t=globalThis?.document){const n=h(e),o=QE.useRef(!1);return QE.useEffect(()=>{const e=e=>{e.target&&!o.current&&b(ca,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;[...d.branches].some(e=>e.contains(t))||(i?.(e),a?.(e),e.defaultPrevented||c?.())},f);return function(e,t=globalThis?.document){const n=h(e);QE.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=>{x===d.layers.size-1&&(o?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))},f),QE.useEffect(()=>{if(p)return n&&(0===d.layersWithOutsidePointerEventsDisabled.size&&(ua=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(p)),d.layers.add(p),v(),()=>{n&&1===d.layersWithOutsidePointerEventsDisabled.size&&(f.body.style.pointerEvents=ua)}},[p,f,n,d]),QE.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),v())},[p,d]),QE.useEffect(()=>{const e=()=>g({});return document.addEventListener(la,e),()=>document.removeEventListener(la,e)},[]),pO(ia.div,{...u,ref:w,style:{pointerEvents:A?_?"auto":"none":void 0,...e.style},onFocusCapture:s(e.onFocusCapture,O.onFocusCapture),onBlurCapture:s(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:s(e.onPointerDownCapture,E.onPointerDownCapture)})}),pa.displayName=aa,ma="DismissableLayerBranch",fa=QE.forwardRef((e,t)=>{const n=QE.useContext(da),o=QE.useRef(null),r=l(t,o);return QE.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),pO(ia.div,{...e,ref:r})}),fa.displayName=ma,ga="focusScope.autoFocusOnMount",ha="focusScope.autoFocusOnUnmount",va={bubbles:!1,cancelable:!0},ba="FocusScope",wa=QE.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:i,...a}=e,[s,c]=QE.useState(null),u=h(r),d=h(i),p=QE.useRef(null),m=l(t,e=>c(e)),f=QE.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;QE.useEffect(()=>{if(o){let e=function(e){if(f.paused||!s)return;const t=e.target;s.contains(t)?p.current=t:C(p.current,{select:!0})},t=function(e){if(f.paused||!s)return;const t=e.relatedTarget;null!==t&&(s.contains(t)||C(p.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&C(s)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return s&&o.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[o,s,f.paused]),QE.useEffect(()=>{if(s){ya.add(f);const t=document.activeElement;if(!s.contains(t)){const n=new CustomEvent(ga,va);s.addEventListener(ga,u),s.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(C(o,{select:t}),document.activeElement!==n)return}((e=w(s),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&C(s))}return()=>{s.removeEventListener(ga,u),setTimeout(()=>{const e=new CustomEvent(ha,va);s.addEventListener(ha,d),s.dispatchEvent(e),e.defaultPrevented||C(t??document.body,{select:!0}),s.removeEventListener(ha,d),ya.remove(f)},0)}}var e},[s,u,d,f]);const g=QE.useCallback(e=>{if(!n&&!o)return;if(f.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,r=document.activeElement;if(t&&r){const t=e.currentTarget,[o,i]=function(e){const t=w(e);return[y(t,e),y(t.reverse(),e)]}(t);o&&i?e.shiftKey||r!==i?e.shiftKey&&r===o&&(e.preventDefault(),n&&C(i,{select:!0})):(e.preventDefault(),n&&C(o,{select:!0})):r===t&&e.preventDefault()}},[n,o,f.paused]);return pO(ia.div,{tabIndex:-1,...a,ref:m,onKeyDown:g})}),wa.displayName=ba,ya=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=x(e,t),e.unshift(t)},remove(t){e=x(e,t),e[0]?.resume()}}}(),Ia="Portal",(Ca=QE.forwardRef((e,t)=>{const{container:n,...o}=e,[r,i]=QE.useState(!1);ea(()=>i(!0),[]);const a=n||r&&globalThis?.document?.body;return a?hO.createPortal(pO(ia.div,{...o,ref:t}),a):null})).displayName=Ia,(xa=e=>{const{present:t,children:n}=e,o=A(t),r="function"==typeof n?n({present:o.isPresent}):QE.Children.only(n),i=l(o.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}(r));return"function"==typeof n||o.isPresent?QE.cloneElement(r,{ref:i}):null}).displayName="Presence",Aa=0,_a=function(e,t){return _a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},_a(e,t)},Ea=function(){return Ea=Object.assign||function(e){var t,n,o,r;for(n=1,o=arguments.length;n<o;n++)for(r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Ea.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,Oa="right-scroll-bar-position",Sa="width-before-scroll-bar",Ra="with-scroll-bars-hidden",Ma="--removed-body-scroll-bar-size",Pa="undefined"!=typeof window?QE.useLayoutEffect:QE.useEffect,Na=new WeakMap,(Ba=function(e){var t,n=e.sideCar,o=S(e,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");if(!(t=n.read()))throw new Error("Sidecar medium not found");return QE.createElement(t,Ea({},o))}).isSideCarExport=!0,Ga=function(e){void 0===e&&(e={});var t=function(e,t){var n,o;return void 0===t&&(t=P),n=[],o=!1,{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){var t,r,i,a;o=!0,t=[],n.length&&(r=n,n=[],r.forEach(e),t=n),i=function(){var n=t;t=[],n.forEach(e)},(a=function(){return Promise.resolve().then(i)})(),n={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=Ea({async:!0,ssr:!1},e),t}(),Ta=function(){},Va=QE.forwardRef(function(e,t){var n=QE.useRef(null),o=QE.useState({onScrollCapture:Ta,onWheelCapture:Ta,onTouchMoveCapture:Ta}),r=o[0],i=o[1],a=e.forwardProps,l=e.children,s=e.className,c=e.removeScrollBar,u=e.enabled,d=e.shards,p=e.sideCar,m=e.noRelative,f=e.noIsolation,g=e.inert,h=e.allowPinchZoom,v=e.as,b=void 0===v?"div":v,w=e.gapMode,y=S(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),I=p,C=M([n,t]),x=Ea(Ea({},y),r);return QE.createElement(QE.Fragment,null,u&&QE.createElement(I,{sideCar:Ga,removeScrollBar:c,shards:d,noRelative:m,noIsolation:f,inert:g,setCallbacks:i,allowPinchZoom:!!h,lockRef:n,gapMode:w}),a?QE.cloneElement(QE.Children.only(l),Ea(Ea({},x),{ref:C})):QE.createElement(b,Ea({},x,{className:s,ref:C}),l))}),Va.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Va.classNames={fullWidth:Sa,zeroRight:Oa},Da=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},ka=function(){var e=0,t=null;return{add:function(n){var o,r;0==e&&(t=document?((o=document.createElement("style")).type="text/css",(r=Da())&&o.setAttribute("nonce",r),o):null)&&(function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}(t,n),function(e){(document.head||document.getElementsByTagName("head")[0]).appendChild(e)}(t)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},La=function(){var e=ka();return function(t,n){QE.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},za=function(){var e=La(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},Fa={left:0,top:0,right:0,gap:0},Ha=function(e){return parseInt(e||"",10)||0},Wa=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[Ha(n),Ha(o),Ha(r)]},Xa=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?Fa:(t=Wa(e),n=document.documentElement.clientWidth,o=window.innerWidth,{left:t[0],top:t[1],right:t[2],gap:Math.max(0,o-n+t[2]-t[0])})},ja=za(),Za="data-scroll-locked",qa=function(e,t,n,o){var r=e.left,i=e.top,a=e.right,l=e.gap;return void 0===n&&(n="margin"),"\n .".concat(Ra," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(l,"px ").concat(o,";\n }\n body[").concat(Za,"] {\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(i,"px;\n padding-right: ").concat(a,"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(Oa," {\n right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Sa," {\n margin-right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Oa," .").concat(Oa," {\n right: 0 ").concat(o,";\n }\n \n .").concat(Sa," .").concat(Sa," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(Za,"] {\n ").concat(Ma,": ").concat(l,"px;\n }\n")},Ya=function(){var e=parseInt(document.body.getAttribute(Za)||"0",10);return isFinite(e)?e:0},Ja=function(){QE.useEffect(function(){return document.body.setAttribute(Za,(Ya()+1).toString()),function(){var e=Ya()-1;e<=0?document.body.removeAttribute(Za):document.body.setAttribute(Za,e.toString())}},[])},Ua=function(e){var t,n=e.noRelative,o=e.noImportant,r=e.gapMode,i=void 0===r?"margin":r;return Ja(),t=QE.useMemo(function(){return Xa(i)},[i]),QE.createElement(ja,{styles:qa(t,!n,i,o?"":"!important")})},Qa=!1,"undefined"!=typeof window)try{Ka=Object.defineProperty({},"passive",{get:function(){return Qa=!0,!0}}),window.addEventListener("test",Ka,Ka),window.removeEventListener("test",Ka,Ka)}catch(uP){Qa=!1}$a=!!Qa&&{passive:!1},el=function(e){return"TEXTAREA"===e.tagName},tl=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!el(e)&&"visible"===n[t])},nl=function(e){return tl(e,"overflowY")},ol=function(e){return tl(e,"overflowX")},rl=function(e,t){var n,o=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),ll(e,r)&&(n=sl(e,r))[1]>n[2])return!0;r=r.parentNode}while(r&&r!==o.body);return!1},il=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},al=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},ll=function(e,t){return"v"===e?nl(t):ol(t)},sl=function(e,t){return"v"===e?il(t):al(t)},cl=function(e,t){return"h"===e&&"rtl"===t?-1:1},ul=function(e,t,n,o,r){var i,a,l,s,c=cl(e,window.getComputedStyle(t).direction),u=c*o,d=n.target,p=t.contains(d),m=!1,f=u>0,g=0,h=0;do{if(!d)break;a=(i=sl(e,d))[0],l=i[1]-i[2]-c*a,(a||l)&&ll(e,d)&&(g+=l,h+=a),d=(s=d.parentNode)&&s.nodeType===Node.DOCUMENT_FRAGMENT_NODE?s.host:s}while(!p&&d!==document.body||p&&(t.contains(d)||t===d));return(f&&Math.abs(g)<1||!f&&Math.abs(h)<1)&&(m=!0),m},dl=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},pl=function(e){return[e.deltaX,e.deltaY]},ml=function(e){return e&&"current"in e?e.current:e},fl=function(e,t){return e[0]===t[0]&&e[1]===t[1]},gl=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},hl=0,vl=[],UE=function(e){var t,n,o,r,i,a,l,s,c=QE.useRef([]),u=QE.useRef([0,0]),d=QE.useRef(),p=QE.useState(hl++)[0],m=QE.useState(za)[0],f=QE.useRef(e);return QE.useEffect(function(){f.current=e},[e]),QE.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(p));var t=function(e,t,n){if(n||2===arguments.length)for(var o,r=0,i=t.length;r<i;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))}([e.lockRef.current],(e.shards||[]).map(ml),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(p))}),function(){document.body.classList.remove("block-interactivity-".concat(p)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(p))})}}},[e.inert,e.lockRef.current,e.shards]),t=QE.useCallback(function(e,t){var n,o,r,i,a,l,s,c,p,m,g;return"touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey?!f.current.allowPinchZoom:(n=dl(e),o=u.current,r="deltaX"in e?e.deltaX:o[0]-n[0],i="deltaY"in e?e.deltaY:o[1]-n[1],l=e.target,s=Math.abs(r)>Math.abs(i)?"h":"v",(!("touches"in e)||"h"!==s||"range"!==l.type)&&!((p=(c=window.getSelection())&&c.anchorNode)&&(p===l||p.contains(l)))&&(!(m=rl(s,l))||(m?a=s:(a="v"===s?"h":"v",m=rl(s,l)),!!m&&(!d.current&&"changedTouches"in e&&(r||i)&&(d.current=a),!a||(g=d.current||a,ul(g,t,e,"h"===g?r:i))))))},[]),n=QE.useCallback(function(e){var n,o,r,i=e;vl.length&&vl[vl.length-1]===m&&(n="deltaY"in i?pl(i):dl(i),(o=c.current.filter(function(e){return e.name===i.type&&(e.target===i.target||i.target===e.shadowParent)&&fl(e.delta,n)})[0])&&o.should?i.cancelable&&i.preventDefault():o||(r=(f.current.shards||[]).map(ml).filter(Boolean).filter(function(e){return e.contains(i.target)}),(r.length>0?t(i,r[0]):!f.current.noIsolation)&&i.cancelable&&i.preventDefault()))},[]),o=QE.useCallback(function(e,t,n,o){var r={name:e,delta:t,target:n,should:o,shadowParent:N(n)};c.current.push(r),setTimeout(function(){c.current=c.current.filter(function(e){return e!==r})},1)},[]),r=QE.useCallback(function(e){u.current=dl(e),d.current=void 0},[]),i=QE.useCallback(function(n){o(n.type,pl(n),n.target,t(n,e.lockRef.current))},[]),a=QE.useCallback(function(n){o(n.type,dl(n),n.target,t(n,e.lockRef.current))},[]),QE.useEffect(function(){return vl.push(m),e.setCallbacks({onScrollCapture:i,onWheelCapture:i,onTouchMoveCapture:a}),document.addEventListener("wheel",n,$a),document.addEventListener("touchmove",n,$a),document.addEventListener("touchstart",r,$a),function(){vl=vl.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,$a),document.removeEventListener("touchmove",n,$a),document.removeEventListener("touchstart",r,$a)}},[]),l=e.removeScrollBar,s=e.inert,QE.createElement(QE.Fragment,null,s?QE.createElement(m,{styles:gl(p)}):null,l?QE.createElement(Ua,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},Ga.useMedium(UE),bl=Ba,(wl=QE.forwardRef(function(e,t){return QE.createElement(Va,Ea({},e,{ref:t,sideCar:bl}))})).classNames=Va.classNames,yl=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},Il=new WeakMap,Cl=new WeakMap,xl={},Al=0,_l=function(e){return e&&(e.host||_l(e.parentNode))},El=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=_l(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)})},Ol=function(e,t,n,o){var r,i,a,l,s,c,u=El(t,Array.isArray(e)?e:[e]);return xl[n]||(xl[n]=new WeakMap),r=xl[n],i=[],a=new Set,l=new Set(u),s=function(e){e&&!a.has(e)&&(a.add(e),s(e.parentNode))},u.forEach(s),c=function(e){e&&!l.has(e)&&Array.prototype.forEach.call(e.children,function(e){var t,l,s,u;if(a.has(e))c(e);else try{l=null!==(t=e.getAttribute(o))&&"false"!==t,s=(Il.get(e)||0)+1,u=(r.get(e)||0)+1,Il.set(e,s),r.set(e,u),i.push(e),1===s&&l&&Cl.set(e,!0),1===u&&e.setAttribute(n,"true"),l||e.setAttribute(o,"true")}catch(eM){console.error("aria-hidden: cannot operate on ",e,eM)}})},c(t),a.clear(),Al++,function(){i.forEach(function(e){var t=Il.get(e)-1,i=r.get(e)-1;Il.set(e,t),r.set(e,i),t||(Cl.has(e)||e.removeAttribute(o),Cl.delete(e)),i||e.removeAttribute(n)}),--Al||(Il=new WeakMap,Il=new WeakMap,Cl=new WeakMap,xl={})}},Sl=function(e,t,n){var o,r;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(r=yl(e))?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live], script"))),Ol(o,r,n,"aria-hidden")):function(){return null}},Rl="Dialog";var[wO,yO]=o(Rl),[IO,CO]=wO(Rl);(Ml=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:i,modal:a=!0}=e,l=QE.useRef(null),s=QE.useRef(null),[d,p]=u({prop:o,defaultProp:r??!1,onChange:i,caller:Rl});return pO(IO,{scope:t,triggerRef:l,contentRef:s,contentId:c(),titleId:c(),descriptionId:c(),open:d,onOpenChange:p,onOpenToggle:QE.useCallback(()=>p(e=>!e),[p]),modal:a,children:n})}).displayName=Rl,Pl="DialogTrigger",(Nl=QE.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=CO(Pl,n),i=l(t,r.triggerRef);return pO(ia.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":B(r.open),...o,ref:i,onClick:s(e.onClick,r.onOpenToggle)})})).displayName=Pl,Bl="DialogPortal";var[xO,AO]=wO(Bl,{forceMount:void 0});(Gl=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,i=CO(Bl,t);return pO(xO,{scope:t,forceMount:n,children:QE.Children.map(o,e=>pO(xa,{present:n||i.open,children:pO(Ca,{asChild:!0,container:r,children:e})}))})}).displayName=Bl,Tl="DialogOverlay",(Vl=QE.forwardRef((e,t)=>{const n=AO(Tl,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=CO(Tl,e.__scopeDialog);return i.modal?pO(xa,{present:o||i.open,children:pO(kl,{...r,ref:t})}):null})).displayName=Tl,Dl=d("DialogOverlay.RemoveScroll"),kl=QE.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=CO(Tl,n);return pO(wl,{as:Dl,allowPinchZoom:!0,shards:[r.contentRef],children:pO(ia.div,{"data-state":B(r.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),Ll="DialogContent",(zl=QE.forwardRef((e,t)=>{const n=AO(Ll,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,i=CO(Ll,e.__scopeDialog);return pO(xa,{present:o||i.open,children:i.modal?pO(Fl,{...r,ref:t}):pO(Hl,{...r,ref:t})})})).displayName=Ll,Fl=QE.forwardRef((e,t)=>{const n=CO(Ll,e.__scopeDialog),o=QE.useRef(null),r=l(t,n.contentRef,o);return QE.useEffect(()=>{const e=o.current;if(e)return Sl(e)},[]),pO(Wl,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:s(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault())})}),Hl=QE.forwardRef((e,t)=>{const n=CO(Ll,e.__scopeDialog),o=QE.useRef(!1),r=QE.useRef(!1);return pO(Wl,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||n.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,r.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(r.current=!0));const i=t.target,a=n.triggerRef.current?.contains(i);a&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&r.current&&t.preventDefault()}})}),Wl=QE.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:i,...a}=e,s=CO(Ll,n),c=QE.useRef(null),u=l(t,c);return E(),fO(mO,{children:[pO(wa,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i,children:pO(pa,{role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":B(s.open),...a,ref:u,onDismiss:()=>s.onOpenChange(!1)})}),fO(mO,{children:[pO(Ql,{titleId:s.titleId}),pO($l,{contentRef:c,descriptionId:s.descriptionId})]})]})}),Xl="DialogTitle",(jl=QE.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=CO(Xl,n);return pO(ia.h2,{id:r.titleId,...o,ref:t})})).displayName=Xl,Zl="DialogDescription",(ql=QE.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=CO(Zl,n);return pO(ia.p,{id:r.descriptionId,...o,ref:t})})).displayName=Zl,Yl="DialogClose",(Jl=QE.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=CO(Yl,n);return pO(ia.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})})).displayName=Yl,Ul="DialogTitleWarning";var[_O,EO]=function(e,t){const n=QE.createContext(t),o=e=>{const{children:t,...o}=e,r=QE.useMemo(()=>o,Object.values(o));return pO(n.Provider,{value:r,children:t})};return o.displayName=e+"Provider",[o,function(o){const r=QE.useContext(n);if(r)return r;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(Ul,{contentName:Ll,titleName:Xl,docsSlug:"dialog"});Ql=({titleId:e})=>{const t=EO(Ul),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.\n\nIf you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return QE.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},Kl="DialogDescriptionWarning",$l=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${EO(Kl).contentName}}.`;return QE.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},es=Ml,ts=Nl,ns=Gl,os=Vl,rs=zl,is=jl,as=ql,ls=Jl,ss="AlertDialog";var[OO]=o(ss,[yO]);cs=yO(),(us=e=>{const{__scopeAlertDialog:t,...n}=e,o=cs(t);return pO(es,{...o,...n,modal:!0})}).displayName=ss,ds="AlertDialogTrigger",QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=cs(n);return pO(ts,{...r,...o,ref:t})}).displayName=ds,(ps=e=>{const{__scopeAlertDialog:t,...n}=e,o=cs(t);return pO(ns,{...o,...n})}).displayName="AlertDialogPortal",ms="AlertDialogOverlay",(fs=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=cs(n);return pO(os,{...r,...o,ref:t})})).displayName=ms,gs="AlertDialogContent";var[SO,RO]=OO(gs);hs=m("AlertDialogContent"),(vs=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...r}=e,i=cs(n),a=QE.useRef(null),c=l(t,a),u=QE.useRef(null);return pO(_O,{contentName:gs,titleName:bs,docsSlug:"alert-dialog",children:pO(SO,{scope:n,cancelRef:u,children:fO(rs,{role:"alertdialog",...i,...r,ref:c,onOpenAutoFocus:s(r.onOpenAutoFocus,e=>{e.preventDefault(),u.current?.focus({preventScroll:!0})}),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault(),children:[pO(hs,{children:o}),pO(Es,{contentRef:a})]})})})})).displayName=gs,bs="AlertDialogTitle",(ws=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=cs(n);return pO(is,{...r,...o,ref:t})})).displayName=bs,ys="AlertDialogDescription",(Is=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=cs(n);return pO(as,{...r,...o,ref:t})})).displayName=ys,Cs="AlertDialogAction",(xs=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=cs(n);return pO(ls,{...r,...o,ref:t})})).displayName=Cs,As="AlertDialogCancel",(_s=QE.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:r}=RO(As,n),i=cs(n),a=l(t,r);return pO(ls,{...i,...o,ref:a})})).displayName=As,Es=({contentRef:e})=>{const t=`\`${gs}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${gs}\` by passing a \`${ys}\` component as a child, which also benefits sighted users by adding visible context to the dialog.\n\nAlternatively, you can use your own component as a description by assigning it an \`id\` and passing the same value to the \`aria-describedby\` prop in \`${gs}\`. If the description is confusing or duplicative for sighted users, you can use the \`@radix-ui/react-visually-hidden\` primitive as a wrapper around your description component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;return QE.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Os=us,Ss=ps,Rs=fs,Ms=vs,Ps=xs,Ns=_s,Bs=ws,Gs=Is,Vs=function(e){return QE.createElement("svg",G({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ts||(Ts=QE.createElement("path",{fill:"#5D676B",d:"m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"})))},Ds={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},ks={button:"Button-modules_button__tpJr3",secondary:"Button-modules_secondary__JGOIF",outline:"Button-modules_outline__R9gjd",danger:"Button-modules_danger__eTzli",small:"Button-modules_small__dNTOw",large:"Button-modules_large__5tvgy",prefix:"Button-modules_prefix__86hpR",suffix:"Button-modules_suffix__5uHiO",fullWidth:"Button-modules_fullWidth__3ET8J"};const MO=KE.forwardRef(({disabled:e=!1,children:t,onClick:n,size:o="medium",variant:r="primary",type:i="button",prefix:a="",suffix:l="",className:s="",fullWidth:c=!1,showLoader:u=!1,...d},p)=>KE.createElement("button",{ref:p,type:i,disabled:e,className:$i("demio-ui-button",ks.button,{[s]:s,[ks[o]]:o,[ks[r]]:r,[ks.fullWidth]:c}),onClick:n,...d},(a||u)&&KE.createElement("span",{className:$i("demio-ui-button-prefix",ks.prefix)},u?KE.createElement(T,{size:"small",inheritColor:!0}):a),t,l&&KE.createElement("span",{className:$i("demio-ui-button-suffix",ks.suffix)},l)));Ls="Alert-modules_overlay__4XRHj",zs="Alert-modules_close__dyL0l",Fs="Alert-modules_content__Y7nMS",Hs="Alert-modules_title__e8UHT",Ws="Alert-modules_description__wyWR-",Xs="Alert-modules_buttons__cOEDw",js=Symbol.for("react.lazy"),Zs=QE[" use ".trim().toString()],qs=Symbol("radix.slottable"),Ys=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=L(e),n=QE.forwardRef((e,n)=>{let{children:o,...r}=e;k(o)&&"function"==typeof Zs&&(o=Zs(o._payload));const i=QE.Children.toArray(o),a=i.find(z);if(a){const e=a.props.children,o=i.map(t=>t===a?QE.Children.count(e)>1?QE.Children.only(null):QE.isValidElement(e)?e.props.children:null:t);return pO(t,{...r,ref:n,children:QE.isValidElement(e)?QE.cloneElement(e,void 0,o):null})}return pO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=QE.forwardRef((e,o)=>{const{asChild:r,...i}=e,a=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),pO(a,{...i,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Js={exports:{}},Us={},Qs=t(QE),$s={},nc=W(),oc="Avatar";var[PO]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>QE.createContext(e));return function(n){const o=n?.[e]||t;return QE.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=QE.createContext(o);r.displayName=t+"Context";const i=n.length;n=[...n,o];const a=t=>{const{scope:n,children:o,...a}=t,l=n?.[e]?.[i]||r,s=QE.useMemo(()=>a,Object.values(a));return pO(l.Provider,{value:s,children:o})};return a.displayName=t+"Provider",[a,function(n,a){const l=a?.[e]?.[i]||r,s=QE.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},D(o,...t)]}(oc),[NO,BO]=PO(oc);(rc=QE.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[r,i]=QE.useState("idle");return pO(NO,{scope:n,imageLoadingStatus:r,onImageLoadingStatusChange:i,children:pO(Ys.span,{...o,ref:t})})})).displayName=oc,ic="AvatarImage",(ac=QE.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:r=()=>{},...i}=e,a=BO(ic,n),l=Z(o,i),s=h(e=>{r(e),a.onImageLoadingStatusChange(e)});return ea(()=>{"idle"!==l&&s(l)},[l,s]),"loaded"===l?pO(Ys.img,{...i,ref:t,src:o}):null})).displayName=ic,lc="AvatarFallback",(sc=QE.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...r}=e,i=BO(lc,n),[a,l]=QE.useState(void 0===o);return QE.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>l(!0),o);return()=>window.clearTimeout(e)}},[o]),a&&"loaded"!==i.imageLoadingStatus?pO(Ys.span,{...r,ref:t}):null})).displayName=lc,cc=rc,uc=ac,dc=sc,fc=function(e){return QE.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},pc||(pc=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),mc||(mc=QE.createElement("g",{mask:"url(#add_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M12 18.75a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-5.25H6a.73.73 0 0 1-.534-.216A.73.73 0 0 1 5.25 12q0-.32.216-.535A.73.73 0 0 1 6 11.25h5.25V6q0-.319.216-.534A.73.73 0 0 1 12 5.25q.32 0 .535.216A.73.73 0 0 1 12.75 6v5.25H18q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215h-5.25V18q0 .318-.216.534a.73.73 0 0 1-.534.216"}))))},hc=function(e){return QE.createElement("svg",Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),gc||(gc=QE.createElement("path",{fill:"#2C3336",d:"m12.277 22.093.928-.928a.56.56 0 0 0 0-.796l-7.272-7.271h16.005c.31 0 .562-.252.562-.563v-1.312a.563.563 0 0 0-.562-.563H5.933l7.272-7.272a.56.56 0 0 0 0-.795l-.928-.928a.563.563 0 0 0-.796 0L1.665 11.48a.563.563 0 0 0 0 .796l9.816 9.816c.22.22.576.22.796 0"})))},bc=function(e){return QE.createElement("svg",J({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),vc||(vc=QE.createElement("path",{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8"})))},yc=function(e){return QE.createElement("svg",U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),wc||(wc=QE.createElement("path",{fill:"currentColor",d:"M7.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6h-.25a.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535.73.73 0 0 1 .215-.535.73.73 0 0 1 .535-.215H9a.84.84 0 0 1 .263-.63.9.9 0 0 1 .64-.255h4.193q.377 0 .64.254A.84.84 0 0 1 15 4.5h3.75a.73.73 0 0 1 .535.215.73.73 0 0 1 .215.535.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215h-.25v12.692q0 .758-.525 1.283t-1.283.525zM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h9.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V6zm2.404 10.25a.73.73 0 0 0 .215.535.73.73 0 0 0 .535.215.73.73 0 0 0 .534-.215.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.535.73.73 0 0 0-.534-.215.73.73 0 0 0-.535.215.73.73 0 0 0-.215.535zm3.692 0q0 .32.216.535a.73.73 0 0 0 .534.215.73.73 0 0 0 .535-.215.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.215-.535.73.73 0 0 0-.535-.215.73.73 0 0 0-.534.215.73.73 0 0 0-.216.535zM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087H7z"})))},Cc=function(e){return QE.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ic||(Ic=QE.createElement("path",{fill:"#1C1B1F",d:"M4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-2.425a1.98 1.98 0 0 1 .575-1.4L16.2 3.575q.3-.275.663-.425.362-.15.762-.15t.775.15.65.45L20.425 5q.3.275.438.65a2.17 2.17 0 0 1 0 1.512 1.9 1.9 0 0 1-.438.663l-12.6 12.6a1.975 1.975 0 0 1-1.4.575zM17.6 7.8 19 6.4 17.6 5l-1.4 1.4z"})))},_c=function(e){return QE.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},xc||(xc=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Ac||(Ac=QE.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M12 14.677a.9.9 0 0 1-.34-.066.8.8 0 0 1-.293-.19L6.873 9.927a.72.72 0 0 1-.217-.527q0-.31.217-.527a.72.72 0 0 1 .527-.217q.31 0 .527.217L12 12.946l4.073-4.073a.72.72 0 0 1 .527-.217q.31 0 .527.217t.217.527a.72.72 0 0 1-.217.527l-4.494 4.494a.83.83 0 0 1-.633.256"}))))},Oc=function(e){return QE.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ec||(Ec=QE.createElement("path",{fill:"#2C3336",d:"M20.625 10.875h-7.5v-7.5A.375.375 0 0 0 12.75 3h-1.5a.375.375 0 0 0-.375.375v7.5h-7.5A.375.375 0 0 0 3 11.25v1.5c0 .207.168.375.375.375h7.5v7.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-7.5h7.5A.375.375 0 0 0 21 12.75v-1.5a.375.375 0 0 0-.375-.375"})))},Rc=function(e){return QE.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),Sc||(Sc=QE.createElement("path",{fill:"#2C3336",d:"m23.835 21.979-5.69-5.69a.56.56 0 0 0-.399-.165h-.619A9.72 9.72 0 0 0 19.5 9.75 9.75 9.75 0 0 0 9.749 0 9.75 9.75 0 0 0 0 9.75a9.75 9.75 0 0 0 9.75 9.749 9.72 9.72 0 0 0 6.374-2.372v.619c0 .15.061.29.164.398l5.69 5.69c.22.221.577.221.797 0l1.06-1.059a.563.563 0 0 0 0-.796M9.75 17.249a7.5 7.5 0 0 1-7.5-7.5c0-4.143 3.356-7.5 7.5-7.5 4.143 0 7.5 3.357 7.5 7.5 0 4.144-3.357 7.5-7.5 7.5"})))},Nc=function(e){return QE.createElement("svg",te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Mc||(Mc=QE.createElement("path",{fill:"#2C3336",d:"m3.166 11.602 6.93-6.938a.57.57 0 0 1 .803 0l.935.928a.56.56 0 0 1 0 .797L6.24 12l5.594 5.61a.56.56 0 0 1 0 .798l-.935.928a.57.57 0 0 1-.803 0l-6.93-6.938a.56.56 0 0 1 0-.796"})),Pc||(Pc=QE.createElement("path",{fill:"#2C3336",d:"m12.166 11.602 6.93-6.938a.57.57 0 0 1 .803 0l.935.928a.56.56 0 0 1 0 .797L15.24 12l5.594 5.61a.56.56 0 0 1 0 .798l-.935.928a.57.57 0 0 1-.803 0l-6.93-6.938a.56.56 0 0 1 0-.796"})))},Gc=function(e){return QE.createElement("svg",ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Bc||(Bc=QE.createElement("path",{fill:"#2C3336",d:"m7.697 11.602 6.881-6.938c.22-.22.577-.22.797 0l.928.928c.22.22.22.577 0 .797L10.748 12l5.555 5.61c.22.221.22.578 0 .798l-.928.928a.563.563 0 0 1-.797 0l-6.881-6.938a.563.563 0 0 1 0-.796"})))},Vc=function(e){return QE.createElement("svg",oe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Tc||(Tc=QE.createElement("path",{d:"M12 10.875V6.422c0-1.003 1.212-1.505 1.92-.796l1.3 1.299 5.26-5.26a.56.56 0 0 1 .795 0l1.06 1.06c.22.22.22.576 0 .796l-5.26 5.26 1.299 1.298c.709.71.207 1.921-.796 1.921h-4.453A1.125 1.125 0 0 1 12 10.875m-8.48 11.46 5.26-5.26 1.3 1.299c.708.709 1.92.207 1.92-.796v-4.453c0-.621-.504-1.125-1.125-1.125H6.422c-1.003 0-1.505 1.212-.796 1.92l1.299 1.3-5.26 5.26a.563.563 0 0 0 0 .795l1.06 1.06c.22.22.576.22.796 0Z"})))},kc=function(e){return QE.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Dc||(Dc=QE.createElement("path",{d:"M22.5 2.625v4.453c0 1.003-1.212 1.505-1.92.796l-1.3-1.299-5.026 5.027a.563.563 0 0 1-.796 0l-1.06-1.06a.563.563 0 0 1 0-.796l5.027-5.027-1.299-1.299c-.709-.708-.207-1.92.796-1.92h4.453c.621 0 1.125.504 1.125 1.125M9.746 12.398 4.72 17.425l-1.3-1.299c-.708-.709-1.92-.207-1.92.796v4.453c0 .621.504 1.125 1.125 1.125h4.453c1.003 0 1.505-1.212.796-1.92l-1.299-1.3 5.027-5.026a.563.563 0 0 0 0-.796l-1.06-1.06a.563.563 0 0 0-.796 0"})))},zc=function(e){return QE.createElement("svg",ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Lc||(Lc=QE.createElement("path",{fill:"#2C3336",d:"M23.626 10.875c0-6.387-5.154-10.5-11.625-10.5C5.576.375.376 5.575.376 12s5.2 11.625 11.625 11.625c2.481 0 4.907-.8 6.895-2.265a.56.56 0 0 0 .098-.807l-.713-.872a.564.564 0 0 0-.77-.095A9.4 9.4 0 0 1 12 21.375c-5.17 0-9.375-4.206-9.375-9.375 0-5.17 4.206-9.375 9.375-9.375 5.132 0 9.375 3.048 9.375 8.25 0 2.958-1.991 4.607-3.891 4.607-.915 0-.944-.591-.768-1.474l1.342-6.964a.562.562 0 0 0-.552-.669H15.67a.56.56 0 0 0-.552.456c-.052.269-.078.391-.107.656-.559-.916-1.682-1.456-3.056-1.456-3.356 0-6.329 2.93-6.329 7.166 0 2.867 1.541 4.786 4.368 4.786 1.397 0 2.876-.789 3.738-1.98.195 1.446 1.336 1.782 2.783 1.782 4.649 0 7.111-2.982 7.111-6.91m-12.839 4.563c-1.335 0-2.131-.912-2.131-2.44 0-2.695 1.854-4.378 3.497-4.378 1.412 0 2.131 1.01 2.131 2.418 0 2.196-1.555 4.4-3.497 4.4"})))},Hc=function(e){return QE.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Fc||(Fc=QE.createElement("path",{fill:"#2C3336",d:"m10.58 14.146-2.322-2.323a.72.72 0 0 0-.522-.212.7.7 0 0 0-.532.212.72.72 0 0 0-.217.527q0 .31.217.527l2.744 2.744a.87.87 0 0 0 .633.271q.361 0 .632-.27l5.564-5.564a.73.73 0 0 0 .212-.522.7.7 0 0 0-.212-.532.72.72 0 0 0-.527-.217.72.72 0 0 0-.527.217zm1.422 7.354a9.3 9.3 0 0 1-3.705-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.2 9.2 0 0 1-.749-3.704q0-1.972.748-3.705a9.6 9.6 0 0 1 2.03-3.018 9.6 9.6 0 0 1 3.016-2.03 9.2 9.2 0 0 1 3.704-.749q1.972 0 3.705.748a9.6 9.6 0 0 1 3.018 2.03 9.6 9.6 0 0 1 2.03 3.016 9.2 9.2 0 0 1 .749 3.704q0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.018 9.6 9.6 0 0 1-3.016 2.03 9.2 9.2 0 0 1-3.704.749"})))},Xc=function(e){return QE.createElement("svg",le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wc||(Wc=QE.createElement("path",{fill:"#2C3336",d:"M23.938 12c0 6.42-5.205 11.625-11.625 11.625S.688 18.42.688 12 5.892.375 12.313.375C18.733.375 23.938 5.58 23.938 12m-12.97 6.155 8.625-8.625a.75.75 0 0 0 0-1.06l-1.06-1.06a.75.75 0 0 0-1.062 0l-7.033 7.033-3.285-3.284a.75.75 0 0 0-1.06 0l-1.06 1.06a.75.75 0 0 0 0 1.061l4.874 4.875a.75.75 0 0 0 1.06 0"})))},Zc=function(e){return QE.createElement("svg",se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),jc||(jc=QE.createElement("path",{fill:"#02BF6F",d:"m10.6 13.4-2.15-2.15a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7L9.9 15.5q.3.3.7.3t.7-.3l5.65-5.65a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275zM5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h14q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"})))},Yc=function(e){return QE.createElement("svg",ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qc||(qc=QE.createElement("path",{fill:"#EDC121",d:"M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12M12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312m-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593Z"})))},Uc=function(e){return QE.createElement("svg",ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),Jc||(Jc=QE.createElement("path",{fill:"#838B97",d:"M11 2.335a9.77 9.77 0 0 1 8.82 5.5 9.76 9.76 0 0 1-8.82 5.5 9.76 9.76 0 0 1-8.82-5.5 9.77 9.77 0 0 1 8.82-5.5m0-2c-5 0-9.27 3.11-11 7.5 1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5m0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5"})))},Kc=function(e){return QE.createElement("svg",de({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),Qc||(Qc=QE.createElement("path",{fill:"#838B97",d:"M23.775 17.898 1.35.367A.6.6 0 0 0 .507.46L.132.93a.6.6 0 0 0 .093.844l22.425 17.53a.6.6 0 0 0 .843-.093l.375-.468a.6.6 0 0 0-.093-.844zM11.13 5.728l5.054 3.952a4.19 4.19 0 0 0-5.055-3.952zm1.74 8.215L7.816 9.99a4.19 4.19 0 0 0 5.054 3.952zM12 4.435c3.7 0 7.09 2.063 8.922 5.4a10.7 10.7 0 0 1-1.65 2.258l1.416 1.106a12.5 12.5 0 0 0 1.983-2.817 1.21 1.21 0 0 0 0-1.094C20.636 5.32 16.61 2.635 12 2.635c-1.376 0-2.69.263-3.924.706l1.74 1.36A10 10 0 0 1 12 4.435m0 10.8c-3.7 0-7.09-2.062-8.922-5.4.45-.821 1.004-1.58 1.651-2.257L3.314 6.472a12.5 12.5 0 0 0-1.983 2.816 1.21 1.21 0 0 0 0 1.095C3.364 14.35 7.39 17.035 12 17.035c1.376 0 2.689-.264 3.924-.705l-1.74-1.36a10 10 0 0 1-2.184.265"})))},eu=function(e){return QE.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),$c||($c=QE.createElement("path",{fill:"currentColor",d:"M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223.004.224-.001 3.596.925 2.222q.034.081.053.167l.016.086.008.132a1 1 0 0 1-.749.963l-.116.027-.135.01-3.501-.001-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128.043-.128.923-2.219L4 7.793l.004-.225C4.127 4.451 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192-.963 2.313 11.958.002.045-.002-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"})))},nu=function(e){return QE.createElement("svg",me({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),tu||(tu=QE.createElement("path",{d:"M11.674 3.223H1.66A1.67 1.67 0 0 0 0 4.903v10.14c0 .927.743 1.68 1.66 1.68h10.014a1.67 1.67 0 0 0 1.66-1.68V4.902a1.67 1.67 0 0 0-1.66-1.68Zm6.576 1.325-3.806 2.658v5.533l3.806 2.655c.736.513 1.75-.01 1.75-.907V5.455c0-.893-1.01-1.42-1.75-.907"})))},iu=function(e){return QE.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),ou||(ou=QE.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},QE.createElement("path",{fill:"#98A2B3",d:"M3.25 3A3.25 3.25 0 0 0 0 6.25v7.5A3.25 3.25 0 0 0 3.25 17h7.5A3.25 3.25 0 0 0 14 13.75v-.312l3.258 2.25c1.16.8 2.744-.03 2.744-1.44V5.751c0-1.41-1.584-2.242-2.744-1.44L14 6.562V6.25A3.25 3.25 0 0 0 10.75 3zM14 8.384l4.11-2.838a.25.25 0 0 1 .392.206v8.495a.25.25 0 0 1-.392.206L14 11.615zM1.5 6.25c0-.966.784-1.75 1.75-1.75h7.5c.966 0 1.75.784 1.75 1.75v7.5a1.75 1.75 0 0 1-1.75 1.75h-7.5a1.75 1.75 0 0 1-1.75-1.75z"}))),ru||(ru=QE.createElement("defs",null,QE.createElement("clipPath",{id:"camera_outlined_svg__a"},QE.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},lu=function(e){return QE.createElement("svg",ge({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),au||(au=QE.createElement("path",{d:"M17.333 10.333V3.667A2.67 2.67 0 0 0 14.667 1h-12A2.67 2.67 0 0 0 0 3.667v6.666A2.67 2.67 0 0 0 2.667 13v2.258c0 .334.379.525.646.325l3.45-2.587h7.904a2.663 2.663 0 0 0 2.666-2.663m4-2.666h-2.666v2.666c0 2.204-1.796 4-4 4H8V17a2.67 2.67 0 0 0 2.667 2.667h5.237l3.45 2.587c.267.2.646.008.646-.325v-2.262h1.333A2.67 2.67 0 0 0 24 17v-6.667a2.67 2.67 0 0 0-2.667-2.666"})))},mu=function(e){return QE.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),su||(su=QE.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M0 15.6V2.4h2.4v13.2zM21.6 15.6V2.4H24v13.2zM21.6 2.4H2.4V0h19.2zM7.2 18H2.4v-2.4h4.8zM21.6 18h-4.8v-2.4h4.8z",clipRule:"evenodd"})),cu||(cu=QE.createElement("path",{fill:"#02BF6F",d:"M24 2.4A2.4 2.4 0 0 0 21.6 0v2.4zM24 15.6a2.4 2.4 0 0 1-2.4 2.4v-2.4zM0 2.4A2.4 2.4 0 0 1 2.4 0v2.4zM0 15.6A2.4 2.4 0 0 0 2.4 18v-2.4zM7.2 15.6A2.4 2.4 0 0 1 9.6 18H7.2zM7.2 22.8a1.2 1.2 0 1 0 2.4 0z"})),uu||(uu=QE.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),du||(du=QE.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M17.777 16.103a1.2 1.2 0 0 1-.28 1.673l-8.4 6a1.2 1.2 0 0 1-1.394-1.953l8.4-6a1.2 1.2 0 0 1 1.673.28M12 6a3.6 3.6 0 1 0 0 7.2A3.6 3.6 0 0 0 12 6M6 9.6a6 6 0 1 1 12 0 6 6 0 0 1-12 0",clipRule:"evenodd"})),pu||(pu=QE.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},hu=function(e){return QE.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},fu||(fu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),gu||(gu=QE.createElement("g",{mask:"url(#mic_off_svg__a)"},QE.createElement("path",{fill:"currentColor",d:"m17.24 14.18-1.103-1.122q.158-.29.281-.636t.18-.734a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558q-.086.685-.31 1.272a6.5 6.5 0 0 1-.548 1.113m-3.219-3.25L9.144 6.036V5q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v5.346q0 .17-.038.308a6 6 0 0 1-.085.277m5.32 10.258L2.205 4.054a.73.73 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.208.207.213.522a.7.7 0 0 1-.213.531.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218M10.893 20v-2.542q-2.267-.262-3.854-1.848a6.3 6.3 0 0 1-1.85-3.814.64.64 0 0 1 .177-.558.77.77 0 0 1 .589-.238q.263 0 .47.2a.9.9 0 0 1 .264.488q.249 1.827 1.652 3.07T11.644 16q.966 0 1.815-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.07a6.4 6.4 0 0 1-1.65 1.12 6.3 6.3 0 0 1-1.987.566V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535"}))))},wu=function(e){return QE.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},vu||(vu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),bu||(bu=QE.createElement("g",{mask:"url(#mic_off-1_svg__a)"},QE.createElement("path",{fill:"currentColor",d:"m17.24 14.18-1.103-1.122q.158-.29.281-.636t.18-.734a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558q-.086.685-.31 1.272a6.5 6.5 0 0 1-.548 1.113m-3.219-3.25-1.377-1.376V5a.97.97 0 0 0-.287-.713.97.97 0 0 0-.713-.287.97.97 0 0 0-.712.287.97.97 0 0 0-.288.713v2.535l-1.5-1.5V5q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v5.346q0 .17-.038.308a6 6 0 0 1-.085.277m5.32 10.258L2.205 4.054a.73.73 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.208.207.213.522a.7.7 0 0 1-.213.531.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218M10.893 20v-2.546q-2.267-.267-3.854-1.85a6.27 6.27 0 0 1-1.85-3.808.64.64 0 0 1 .177-.558.77.77 0 0 1 .589-.238q.263 0 .47.2a.9.9 0 0 1 .264.488q.249 1.827 1.652 3.07T11.644 16q.966 0 1.815-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.07a6.6 6.6 0 0 1-1.65 1.128 5.9 5.9 0 0 1-1.987.554V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535"}))))},Iu=function(e){return QE.createElement("svg",we({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),yu||(yu=QE.createElement("path",{fill:"#98A2B3",d:"M16.25 9a.75.75 0 0 1 .743.648L17 9.75v.5a6.75 6.75 0 0 1-6.249 6.732l-.001 2.268a.75.75 0 0 1-1.493.102l-.007-.102v-2.268a6.75 6.75 0 0 1-6.246-6.496L3 10.25v-.5a.75.75 0 0 1 1.493-.102l.007.102v.5a5.25 5.25 0 0 0 5.034 5.246l.216.004h.5a5.25 5.25 0 0 0 5.246-5.034l.004-.216v-.5a.75.75 0 0 1 .75-.75M10 0a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V4a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 7.5 4v6a2.5 2.5 0 0 0 5 0V4A2.5 2.5 0 0 0 10 1.5"})))},Au=function(e){return QE.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Cu||(Cu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),xu||(xu=QE.createElement("g",{mask:"url(#mic-1_svg__a)"},QE.createElement("path",{fill:"currentColor",d:"M12 13.5q-1.048 0-1.774-.726A2.41 2.41 0 0 1 9.5 11V5q0-1.048.726-1.774A2.41 2.41 0 0 1 12 2.5q1.047 0 1.774.726.726.726.726 1.774v6q0 1.048-.726 1.774A2.41 2.41 0 0 1 12 13.5m0 7.25a.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535v-2.542q-2.267-.262-3.854-1.848a6.3 6.3 0 0 1-1.85-3.814.64.64 0 0 1 .177-.558A.77.77 0 0 1 6.31 11q.264 0 .471.2a.9.9 0 0 1 .264.488q.248 1.827 1.652 3.07T12 16t3.302-1.242 1.652-3.07a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558 6.3 6.3 0 0 1-1.85 3.814q-1.587 1.585-3.854 1.848V20a.73.73 0 0 1-.216.535.73.73 0 0 1-.534.215"}))))},Eu=function(e){return QE.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_u||(_u=QE.createElement("path",{d:"M7.215 19.986a2.12 2.12 0 0 1 1.488-2.044v-2.045a6.47 6.47 0 0 1-3.412-1.84 6.6 6.6 0 0 1-1.406-2.134 6.8 6.8 0 0 1-.525-2.624v-.9a1.736 1.736 0 0 1 1.726-1.758v2.658a4.96 4.96 0 0 0 1.44 3.524 4.85 4.85 0 0 0 5.284 1.117 4.9 4.9 0 0 0 1.589-1.035l.075-.082a4.96 4.96 0 0 0 1.44-3.524V6.64a1.743 1.743 0 0 1 1.726 1.758v.907c0 .9-.176 1.791-.518 2.624a6.8 6.8 0 0 1-1.427 2.14 6.47 6.47 0 0 1-3.412 1.84v2.045A2.12 2.12 0 0 1 12.771 20zM6.39 9.3V3.887A3.6 3.6 0 0 1 8.493.324a3.614 3.614 0 0 1 4.863 1.981c.178.459.26.948.24 1.439v5.555a3.6 3.6 0 0 1-1.006 2.57 3.614 3.614 0 0 1-6.214-2.427l.014-.143Z"})))},Ru=function(e){return QE.createElement("svg",Ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ou||(Ou=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Su||(Su=QE.createElement("g",{mask:"url(#videocam_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M4.548 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.548 4.5h11.385q.757 0 1.282.525t.525 1.283v4.577l2.737-2.737q.23-.23.506-.11t.276.44v7.043q0 .321-.276.441t-.506-.11l-2.737-2.737v4.577q0 .758-.525 1.283-.524.525-1.283.525zm0-1.5h11.385a.3.3 0 0 0 .22-.087.3.3 0 0 0 .087-.22V6.307a.3.3 0 0 0-.086-.221.3.3 0 0 0-.222-.087H4.548a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22v11.385a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087"}))))},Nu=function(e){return QE.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Mu||(Mu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Pu||(Pu=QE.createElement("g",{mask:"url(#videocam-1_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M4.548 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.548 4.5h11.385q.757 0 1.282.525t.525 1.283v4.577l2.737-2.737a.43.43 0 0 1 .499-.103q.283.113.283.434v7.042q0 .321-.283.434a.43.43 0 0 1-.5-.103l-2.736-2.737v4.577q0 .758-.525 1.283-.524.525-1.283.525z"}))))},Tu=function(e){return QE.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Bu||(Bu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Gu||(Gu=QE.createElement("g",{mask:"url(#volume_off-1_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"m18.946 21.612-2.488-2.489q-.312.18-.619.344a8 8 0 0 1-.643.304.67.67 0 0 1-.699-.091.8.8 0 0 1-.324-.674q0-.209.124-.363a.8.8 0 0 1 .307-.235 5 5 0 0 0 .77-.37l-3.585-3.584v2.15q0 .607-.555.841t-.982-.193L7.5 14.5H4.692a.88.88 0 0 1-.645-.259.88.88 0 0 1-.258-.645v-3.192q0-.387.258-.645a.88.88 0 0 1 .645-.259h2.143L2.523 5.188a.73.73 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218L20 20.558q.209.207.212.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.218m-3.75-17.433a8.5 8.5 0 0 1 3.836 3.087q1.449 2.101 1.449 4.709 0 1.315-.392 2.526-.39 1.21-1.104 2.232l-1.075-1.075a6.77 6.77 0 0 0 1.07-3.683q0-2.162-1.197-3.897a6.93 6.93 0 0 0-3.18-2.536.66.66 0 0 1-.43-.623q0-.416.324-.654a.68.68 0 0 1 .7-.086m.727 9.492-1.75-1.75V8.296a3.85 3.85 0 0 1 1.564 1.55 4.4 4.4 0 0 1 .46 3.017q-.09.42-.274.808M11.79 9.537 9.63 7.369l.621-.62q.427-.428.982-.194t.555.841zm-1.5 5.613v-2.196L8.335 11H5.289v2h2.85z"}))))},ku=function(e){return QE.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Vu||(Vu=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Du||(Du=QE.createElement("g",{mask:"url(#volume_up_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M15.061 19.771a.67.67 0 0 1-.699-.091.8.8 0 0 1-.324-.674q0-.209.124-.363a.8.8 0 0 1 .307-.235 6.93 6.93 0 0 0 3.179-2.536q1.198-1.735 1.198-3.897t-1.198-3.897a6.93 6.93 0 0 0-3.179-2.536.66.66 0 0 1-.32-.248.66.66 0 0 1-.11-.375q0-.416.323-.654a.68.68 0 0 1 .7-.086 8.55 8.55 0 0 1 3.83 3.087q1.454 2.101 1.454 4.709t-1.454 4.709a8.55 8.55 0 0 1-3.83 3.087M4.558 14.5a.88.88 0 0 1-.646-.259.88.88 0 0 1-.258-.645v-3.192q0-.387.258-.645a.88.88 0 0 1 .646-.259h2.807l2.752-2.752q.427-.426.982-.193.555.234.555.841v9.208q0 .607-.555.841t-.982-.193L7.365 14.5zm9.48 1.154V8.296q.971.525 1.544 1.524a4.3 4.3 0 0 1 .572 2.18q0 1.18-.572 2.155a3.93 3.93 0 0 1-1.544 1.499"}))))},zu=function(e){return QE.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Lu||(Lu=QE.createElement("path",{fill:"#02BF6F",d:"M13 11.6V8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8v3.975q0 .2.075.388.075.187.225.337l3.3 3.3a.95.95 0 0 0 .7.275A.95.95 0 0 0 16 16a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7zM12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.662T12 4 6.338 6.338 4 12t2.338 5.663T12 20"})))},Hu=function(e){return QE.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Fu||(Fu=QE.createElement("path",{fill:"#2C3336",d:"M21.841 3.091 19.409.659A2.25 2.25 0 0 0 17.818 0H9.75A2.25 2.25 0 0 0 7.5 2.25V4.5H3.75A2.25 2.25 0 0 0 1.5 6.75v15A2.25 2.25 0 0 0 3.75 24h10.5a2.25 2.25 0 0 0 2.25-2.25V19.5h3.75a2.25 2.25 0 0 0 2.25-2.25V4.682a2.25 2.25 0 0 0-.659-1.591M18 1.523c.132.033.252.1.348.197l2.432 2.432a.74.74 0 0 1 .197.348H18zM15 21.75a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-15A.75.75 0 0 1 3.75 6H7.5v11.25a2.25 2.25 0 0 0 2.25 2.25H15zm6-4.5a.75.75 0 0 1-.75.75H9.75a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75h6.75v3.375c0 .619.506 1.125 1.125 1.125H21z"})))},Xu=function(e){return QE.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wu||(Wu=QE.createElement("path",{fill:"#838B97",d:"M6 14q-.824 0-1.412-.588A1.93 1.93 0 0 1 4 12q0-.825.588-1.412A1.93 1.93 0 0 1 6 10q.824 0 1.412.588Q8 11.175 8 12t-.588 1.412A1.93 1.93 0 0 1 6 14m6 0q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 12q0-.825.588-1.412A1.93 1.93 0 0 1 12 10q.825 0 1.412.588Q14 11.175 14 12t-.588 1.412A1.93 1.93 0 0 1 12 14m6 0q-.824 0-1.413-.588A1.93 1.93 0 0 1 16 12q0-.825.587-1.412A1.93 1.93 0 0 1 18 10q.824 0 1.413.588Q20 11.175 20 12t-.587 1.412A1.93 1.93 0 0 1 18 14"})))},Zu=function(e){return QE.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ju||(ju=QE.createElement("path",{fill:"#2C3336",d:"M22 13.333h-3.837l1.92-1.92C21.338 10.157 20.45 8 18.671 8h-2.667V3.333a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2V8H5.338c-1.775 0-2.675 2.154-1.413 3.412l1.92 1.921H2a2 2 0 0 0-2 2v5.334a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-5.334a2 2 0 0 0-2-2M5.333 10H10V3.333h4V10h4.667L12 16.667zM22 20.667H2v-5.334h5.838l2.745 2.746a2 2 0 0 0 2.83 0l2.745-2.746H22zM18.333 18c0-.554.446-1 1-1 .555 0 1 .446 1 1s-.445 1-1 1-1-.446-1-1"})))},Yu=function(e){return QE.createElement("svg",Me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),qu||(qu=QE.createElement("path",{fill:"#02BF6F",d:"m12 .8-.004 3.4a.3.3 0 0 1-.3.3h-.694a.3.3 0 0 1-.3-.306l.057-1.534-.043-.043-5.81 5.81a.25.25 0 0 1-.353 0l-.48-.48a.25.25 0 0 1 0-.354l5.81-5.81-.043-.042-1.534.056a.3.3 0 0 1-.306-.3V.804a.3.3 0 0 1 .3-.3L11.7.5a.3.3 0 0 1 .3.3M8.907 5.37l-.5.5a.25.25 0 0 0-.074.176v3.996a.125.125 0 0 1-.125.125H1.125A.125.125 0 0 1 1 10.042V2.958a.125.125 0 0 1 .125-.125h6.291a.25.25 0 0 0 .177-.426l-.5-.5a.25.25 0 0 0-.177-.074H1a1 1 0 0 0-1 1v7.334a1 1 0 0 0 1 1h7.333a1 1 0 0 0 1-1v-4.62a.25.25 0 0 0-.426-.177"})))},Uu=function(e){return QE.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ju||(Ju=QE.createElement("path",{fill:"#2C3336",d:"M16.5 11.625v1.313c0 .309-.253.562-.562.562H8.061a.564.564 0 0 1-.562-.562v-1.313c0-.31.253-.562.563-.562h7.874c.31 0 .563.253.563.562M15.938 15H8.061a.564.564 0 0 0-.562.563v1.312c0 .31.253.563.563.563h7.874c.31 0 .563-.254.563-.563v-1.312a.564.564 0 0 0-.562-.563M21 6.183V21.75A2.25 2.25 0 0 1 18.75 24H5.25A2.25 2.25 0 0 1 3 21.75V2.25A2.25 2.25 0 0 1 5.25 0h9.567c.595 0 1.167.24 1.59.66l3.932 3.934c.422.417.661.994.661 1.589m-6-3.75V6h3.567zm3.75 19.317V8.25h-4.875a1.12 1.12 0 0 1-1.125-1.125V2.25h-7.5v19.5z"})))},Ku=function(e){return QE.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Qu||(Qu=QE.createElement("path",{fill:"#1C1B1F",d:"M11 18a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10 17q0-.424.287-.712A.97.97 0 0 1 11 16h2q.424 0 .713.288.287.287.287.712 0 .424-.287.712A.97.97 0 0 1 13 18zm-4-5a.97.97 0 0 1-.713-.287A.97.97 0 0 1 6 12q0-.424.287-.713A.97.97 0 0 1 7 11h10q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 17 13zM4 8a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 7q0-.424.288-.713A.97.97 0 0 1 4 6h16q.424 0 .712.287Q21 6.576 21 7q0 .424-.288.713A.97.97 0 0 1 20 8z"})))},ed=function(e){return QE.createElement("svg",Be({viewBox:"0 0 24 24"},e),$u||($u=QE.createElement("path",{d:"M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m-8 13c-2.76 0-5-2.24-5-5H5l2.5-2.5L10 13H8c0 2.21 1.79 4 4 4 .58 0 1.13-.13 1.62-.35l.74.74c-.71.37-1.5.61-2.36.61m4.5-2.5L14 13h2c0-2.21-1.79-4-4-4-.58 0-1.13.13-1.62.35l-.74-.73C10.35 8.24 11.14 8 12 8c2.76 0 5 2.24 5 5h2z"})))},nd=function(e){return QE.createElement("svg",Ge({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),td||(td=QE.createElement("path",{d:"m22.846 14.798-1.997-1.153a9 9 0 0 0 0-3.29L22.846 9.2a.566.566 0 0 0 .258-.656A11.7 11.7 0 0 0 20.54 4.11a.564.564 0 0 0-.694-.108l-1.997 1.153A8.9 8.9 0 0 0 15 3.511V1.209a.56.56 0 0 0-.44-.548 11.8 11.8 0 0 0-5.12 0 .56.56 0 0 0-.44.548v2.307A9.1 9.1 0 0 0 6.15 5.16L4.157 4.008a.56.56 0 0 0-.694.108A11.6 11.6 0 0 0 .9 8.55a.56.56 0 0 0 .258.656l1.997 1.153a9 9 0 0 0 0 3.29l-1.997 1.154a.566.566 0 0 0-.258.656 11.7 11.7 0 0 0 2.564 4.435.564.564 0 0 0 .694.108l1.997-1.154a8.9 8.9 0 0 0 2.85 1.646V22.8c0 .262.183.492.44.548 1.72.385 3.483.366 5.12 0a.56.56 0 0 0 .44-.548v-2.306a9.1 9.1 0 0 0 2.85-1.646l1.997 1.154c.23.13.515.089.693-.108a11.6 11.6 0 0 0 2.564-4.435.58.58 0 0 0-.262-.66Zm-10.847.952A3.755 3.755 0 0 1 8.25 12 3.755 3.755 0 0 1 12 8.25 3.755 3.755 0 0 1 15.75 12 3.755 3.755 0 0 1 12 15.75Z"})))},rd=function(e){return QE.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),od||(od=QE.createElement("path",{fill:"#2C3336",d:"M12 19.313A1.31 1.31 0 0 1 10.688 18v-3A1.31 1.31 0 0 1 12 13.688 1.31 1.31 0 0 1 13.313 15v3A1.31 1.31 0 0 1 12 19.313m10.5-8.063v10.5A2.25 2.25 0 0 1 20.25 24H3.75a2.25 2.25 0 0 1-2.25-2.25v-10.5A2.25 2.25 0 0 1 3.75 9h1.5V6.75A6.76 6.76 0 0 1 12.019 0c3.731.01 6.731 3.084 6.731 6.816V9h1.5a2.25 2.25 0 0 1 2.25 2.25M7.5 9h9V6.75c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5zm12.75 2.25H3.75v10.5h16.5z"})))},ad=function(e){return QE.createElement("svg",Ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),id||(id=QE.createElement("path",{fill:"#1C1B1F",d:"M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h16q.824 0 1.413.588Q22 5.175 22 6v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 20zM20 8l-7.475 4.675a1.04 1.04 0 0 1-.525.15 1.04 1.04 0 0 1-.525-.15L4 8v10h16zm-8 3 8-5H4zM4 8.25V6.775 6.8v-.013z"})))},sd=function(e){return QE.createElement("svg",De({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),ld||(ld=QE.createElement("path",{fill:"#42454B",d:"m15.262 6.708-11-6.503C3.37-.323 2 .19 2 1.495V14.5c0 1.172 1.272 1.878 2.263 1.29l11-6.5c.98-.578.984-2.002 0-2.58Z"})))},dd=function(e){return QE.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),cd||(cd=QE.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),ud||(ud=QE.createElement("path",{fill:"#fff",d:"M677.47 467.52 400.89 304c-22.47-13.27-56.89-.39-56.89 32.45v327c0 29.46 32 47.22 56.89 32.45l276.58-163.48c24.67-14.54 24.75-50.37 0-64.9"})))},md=function(e){return QE.createElement("svg",Le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),pd||(pd=QE.createElement("path",{fill:"#2C3336",d:"M23.438.375h-1.3c-.315 0-.57.26-.562.576l.11 4.62A11.61 11.61 0 0 0 12 .376C6.32.375 1.59 4.45.576 9.835a.562.562 0 0 0 .554.665h1.34a.564.564 0 0 0 .55-.447A9.184 9.184 0 0 1 12 2.813a9.18 9.18 0 0 1 8.375 5.404l-5.924-.14a.563.563 0 0 0-.576.562v1.299c0 .31.252.562.563.562h9c.31 0 .562-.252.562-.562v-9a.563.563 0 0 0-.562-.563M22.87 13.5h-1.34a.564.564 0 0 0-.55.447 9.184 9.184 0 0 1-8.98 7.24 9.18 9.18 0 0 1-8.375-5.404l5.924.14a.563.563 0 0 0 .576-.562v-1.299a.563.563 0 0 0-.562-.562h-9a.563.563 0 0 0-.563.563v9c0 .31.252.562.563.562H1.86c.316 0 .57-.26.563-.576l-.11-4.62A11.61 11.61 0 0 0 12 23.624c5.68 0 10.41-4.075 11.424-9.46a.562.562 0 0 0-.554-.665"})))},gd=function(e){return QE.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),fd||(fd=QE.createElement("path",{fill:"#2C3336",d:"M12.313.375C5.89.375.688 5.578.688 12S5.89 23.625 12.313 23.625 23.938 18.422 23.938 12 18.734.375 12.313.375m5.7 14.677c.22.22.22.576 0 .796L16.156 17.7a.563.563 0 0 1-.797 0l-3.046-3.075L9.26 17.7a.563.563 0 0 1-.797 0l-1.852-1.856a.563.563 0 0 1 0-.797L9.689 12 6.611 8.948a.563.563 0 0 1 0-.796L8.47 6.295c.22-.22.576-.22.797 0l3.047 3.08L15.364 6.3c.22-.22.577-.22.797 0l1.856 1.856c.22.22.22.577 0 .797L14.937 12z"})))},vd=function(e){return QE.createElement("svg",Fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),hd||(hd=QE.createElement("path",{fill:"#2C3336",d:"M21.75 3.75h-3.863l-1.593-2.658A2.25 2.25 0 0 0 14.363 0H9.638a2.25 2.25 0 0 0-1.932 1.092L6.112 3.75H2.25a.75.75 0 0 0-.75.75v.75a.75.75 0 0 0 .75.75H3l.994 15.89A2.25 2.25 0 0 0 6.239 24h11.522a2.25 2.25 0 0 0 2.245-2.11L21 6h.75a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.75M9.638 2.25h4.725l.9 1.5H8.737zm8.123 19.5H6.24L5.255 6h13.49z"})))},wd=function(e){return QE.createElement("svg",He({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),bd||(bd=QE.createElement("path",{fill:"#2C3336",d:"M.75.375h1.299c.316 0 .57.26.562.576l-.11 4.62A11.61 11.61 0 0 1 12.225.375c6.393.02 11.598 5.25 11.588 11.644-.01 6.411-5.211 11.606-11.625 11.606a11.58 11.58 0 0 1-7.79-2.996.563.563 0 0 1-.023-.817l.926-.925c.21-.21.55-.224.773-.026a9.15 9.15 0 0 0 6.114 2.326A9.183 9.183 0 0 0 21.374 12a9.183 9.183 0 0 0-9.187-9.187 9.18 9.18 0 0 0-8.376 5.404l5.925-.14a.563.563 0 0 1 .575.562v1.299c0 .31-.251.562-.562.562h-9a.56.56 0 0 1-.562-.562v-9C.188.627.439.375.75.375"})))},Id=function(e){return QE.createElement("svg",We({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),yd||(yd=QE.createElement("path",{fill:"currentColor",d:"M11.95 18q.525 0 .888-.363.362-.362.362-.887c0-.525-.12-.646-.362-.887a1.2 1.2 0 0 0-.888-.363 1.2 1.2 0 0 0-.887.363 1.2 1.2 0 0 0-.363.887q0 .525.363.887.362.363.887.363m.05 4a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12a9.7 9.7 0 0 1 .788-3.9 10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2a9.7 9.7 0 0 1 3.9.788 10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20m.1-12.3q.626 0 1.088.4t.462 1q0 .55-.338.975-.337.425-.762.8a6.7 6.7 0 0 0-1.013 1.1q-.437.6-.437 1.35 0 .35.263.588a.89.89 0 0 0 .612.237.9.9 0 0 0 .638-.25q.262-.25.337-.625a2 2 0 0 1 .45-.938q.35-.412.75-.787.575-.55.987-1.2a2.65 2.65 0 0 0 .413-1.45q0-1.275-1.038-2.088Q13.476 6 12.1 6a4.3 4.3 0 0 0-1.813.4 2.8 2.8 0 0 0-1.312 1.225.9.9 0 0 0-.112.637.74.74 0 0 0 .337.513q.35.2.725.125a1 1 0 0 0 .625-.425q.274-.375.688-.575.412-.2.862-.2"})))},xd=function(e){return QE.createElement("svg",Xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Cd||(Cd=QE.createElement("path",{fill:"#1C1B1F",d:"M11.95 18q.525 0 .888-.363.362-.362.362-.887t-.362-.887a1.2 1.2 0 0 0-.888-.363q-.525 0-.887.363a1.2 1.2 0 0 0-.363.887q0 .525.363.887.362.363.887.363m-.9-3.85h1.85q0-.825.188-1.3t1.062-1.3a7.5 7.5 0 0 0 1.025-1.238q.375-.587.375-1.412 0-1.4-1.025-2.15T12.1 6q-1.424 0-2.312.75T8.55 8.55l1.65.65q.124-.45.563-.975Q11.2 7.7 12.1 7.7q.8 0 1.2.437.4.438.4.963 0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475t-.25 1.825M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22"})))},_d=function(e){return QE.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ad||(Ad=QE.createElement("path",{fill:"#2C3336",d:"M12 17q.424 0 .713-.288A.97.97 0 0 0 13 16v-4a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 11a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 12v4q0 .424.287.712.288.288.713.288m0-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.576 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"})))},Sd=function(e){return QE.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ed||(Ed=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Od||(Od=QE.createElement("g",{mask:"url(#info-1_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M12 17a.97.97 0 0 0 .713-.288A.97.97 0 0 0 13 16v-4a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 11a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 12v4q0 .424.287.712.288.288.713.288m0-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.575 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12a9.7 9.7 0 0 1 .788-3.9 10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2a9.7 9.7 0 0 1 3.9.788 10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22"}))))},Md=function(e){return QE.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Rd||(Rd=QE.createElement("path",{fill:"#2C3336",d:"M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.12 10.12 0 0 1 12 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875m0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375M10.313 16.5h.562v-5.625h-.562a.563.563 0 0 1-.563-.562v-.376c0-.31.252-.562.563-.562h2.25c.31 0 .562.252.562.563V16.5h.563c.31 0 .562.252.562.563v.375c0 .31-.252.562-.562.562h-3.376a.563.563 0 0 1-.562-.562v-.375c0-.311.252-.563.563-.563M12 5.25a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},Nd=function(e){return QE.createElement("svg",Ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Pd||(Pd=QE.createElement("path",{fill:"#2C3336",d:"M12 .375C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375m0 5.156a1.969 1.969 0 1 1 0 3.938 1.969 1.969 0 0 1 0-3.938m2.625 11.907c0 .31-.252.562-.562.562H9.936a.563.563 0 0 1-.562-.562v-1.125c0-.311.252-.563.563-.563h.562v-3h-.562a.563.563 0 0 1-.563-.562v-1.126c0-.31.252-.562.563-.562h3c.31 0 .562.252.562.563v4.687h.563c.31 0 .562.252.562.563z"})))},Td=function(e){return QE.createElement("svg",Je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Bd||(Bd=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Gd||(Gd=QE.createElement("g",{mask:"url(#warning_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M2.725 21a.97.97 0 0 1-.85-.5 1.1 1.1 0 0 1-.138-.488.9.9 0 0 1 .138-.512l9.25-16a1 1 0 0 1 .387-.375Q11.75 3 12 3t.487.125a1 1 0 0 1 .388.375l9.25 16q.15.25.137.512a1.1 1.1 0 0 1-.137.488.97.97 0 0 1-.85.5zM12 18q.424 0 .712-.288A.97.97 0 0 0 13 17a.97.97 0 0 0-.288-.712A.97.97 0 0 0 12 16a.97.97 0 0 0-.713.288A.97.97 0 0 0 11 17q0 .424.287.712.288.288.713.288m0-3a.97.97 0 0 0 .712-.287A.97.97 0 0 0 13 14v-3a.97.97 0 0 0-.288-.713A.97.97 0 0 0 12 10a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 11v3q0 .424.287.713.288.287.713.287"}))))},kd=function(e){return QE.createElement("svg",Ue({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Vd||(Vd=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Dd||(Dd=QE.createElement("g",{mask:"url(#warning-1_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M3.426 20.5a.878.878 0 0 1-.772-.452.96.96 0 0 1-.129-.437.8.8 0 0 1 .127-.467l8.561-14.788A.9.9 0 0 1 12 3.904q.23 0 .44.11.208.111.347.342l8.56 14.788q.14.231.128.467a.96.96 0 0 1-.129.437.88.88 0 0 1-.771.452zM4.45 19h15.1L12 6zM12 17.808q.343 0 .576-.232a.78.78 0 0 0 .232-.576.78.78 0 0 0-.232-.575.78.78 0 0 0-.576-.233.78.78 0 0 0-.575.233.78.78 0 0 0-.233.575q0 .343.233.576a.78.78 0 0 0 .575.232m0-2.616q.32 0 .535-.215a.73.73 0 0 0 .215-.535v-3.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v3.5q0 .32.216.535a.73.73 0 0 0 .534.215"}))))},zd=function(e){return QE.createElement("svg",Qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ld||(Ld=QE.createElement("path",{fill:"#000",d:"M3 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 2 20q0-.424.288-.712A.97.97 0 0 1 3 19h18q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 21 21zm1.5-3q-.625 0-1.062-.437A1.45 1.45 0 0 1 3 16.5v-4q0-.625.438-1.062A1.45 1.45 0 0 1 4.5 11q.624 0 1.063.438Q6 11.875 6 12.5v4q0 .625-.437 1.063A1.45 1.45 0 0 1 4.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 8 16.5v-9q0-.625.438-1.062A1.45 1.45 0 0 1 9.5 6q.624 0 1.063.438Q11 6.874 11 7.5v9q0 .625-.437 1.063A1.45 1.45 0 0 1 9.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 13 16.5v-6q0-.625.438-1.062A1.45 1.45 0 0 1 14.5 9q.624 0 1.063.438Q16 9.874 16 10.5v6q0 .625-.437 1.063A1.45 1.45 0 0 1 14.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 18 16.5v-12q0-.625.438-1.062A1.45 1.45 0 0 1 19.5 3q.625 0 1.063.438Q21 3.874 21 4.5v12q0 .625-.437 1.063A1.45 1.45 0 0 1 19.5 18"})))},Hd=function(e){return QE.createElement("svg",Ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Fd||(Fd=QE.createElement("path",{fill:"#02BF6F",d:"M2.25 15.75v-1.5l1.5-1.5v3zm3 0v-4.5l1.5-1.5v6zm3 0v-6l1.5 1.519v4.481zm3 0v-4.481l1.5-1.5v5.981zm3 0v-7.5l1.5-1.5v9zm-12-3.881V9.75L7.5 4.5l3 3 5.25-5.25v2.119l-5.25 5.25-3-3z"})))},jd=function(e){return QE.createElement("svg",$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wd||(Wd=QE.createElement("path",{fill:"#2C3336",d:"M1.5 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h16.5a2.25 2.25 0 0 0 2.25-2.25V3.75a2.25 2.25 0 0 0-2.25-2.25H3.75A2.25 2.25 0 0 0 1.5 3.75M6.75 18a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75zm10.5-4.5a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 .75-.75zM12.75 6a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75V6.75a.75.75 0 0 1 .75-.75z"})),Xd||(Xd=QE.createElement("path",{fill:"#2C3336",d:"M9 17.25v-6a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v6a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75m6-3v3a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75m-4.5-7.5v10.5a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75V6.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75"})))},qd=function(e){return QE.createElement("svg",et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Zd||(Zd=QE.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},Jd=function(e){return QE.createElement("svg",tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Yd||(Yd=QE.createElement("path",{fill:"#1C1B1F",d:"m18.6 16-5.2-5.15-2.575 2.575Q10.25 14 9.4 14t-1.425-.575L2.7 8.1a.98.98 0 0 1-.288-.688A.93.93 0 0 1 2.7 6.7a.95.95 0 0 1 .7-.275q.425 0 .7.275L9.4 12l2.575-2.575q.575-.575 1.425-.575t1.425.575L20 14.6V13q0-.424.288-.713A.97.97 0 0 1 21 12q.424 0 .712.287.288.288.288.713v4q0 .424-.288.712A.97.97 0 0 1 21 18h-4a.97.97 0 0 1-.712-.288A.97.97 0 0 1 16 17q0-.424.288-.712A.97.97 0 0 1 17 16z"})))},Qd=function(e){return QE.createElement("svg",nt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ud||(Ud=QE.createElement("path",{fill:"#1C1B1F",d:"M2.7 17.625a.93.93 0 0 1-.288-.712.98.98 0 0 1 .288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6 5.2-5.15H17a.97.97 0 0 1-.712-.287.97.97 0 0 1-.288-.713q0-.424.288-.712A.97.97 0 0 1 17 6.325h4q.424 0 .712.288.288.287.288.712v4q0 .424-.288.713a.97.97 0 0 1-.712.287.97.97 0 0 1-.712-.287.97.97 0 0 1-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275"})))},ep=function(e){return QE.createElement("svg",ot({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),QE.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Kd||(Kd=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),$d||($d=QE.createElement("g",{mask:"url(#calendar_svg__a)"},QE.createElement("path",{fill:"#11B06E",d:"M6.667 29.333a2.57 2.57 0 0 1-1.884-.783A2.57 2.57 0 0 1 4 26.666V8q0-1.1.783-1.883a2.57 2.57 0 0 1 1.884-.784H8V4q0-.567.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.383.384.383.384.95v1.333h10.666V4q0-.567.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.383Q24 3.433 24 4v1.333h1.333q1.1 0 1.884.784Q28 6.9 28 8v18.667q0 1.099-.783 1.883a2.57 2.57 0 0 1-1.884.783zm0-2.666h18.666V13.333H6.667zm9.333-8a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.567.383-.95A1.3 1.3 0 0 1 16 16q.566 0 .95.383.383.383.383.95t-.383.95a1.3 1.3 0 0 1-.95.383m-5.333 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.384-.95q0-.567.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.383.383.383.383.95t-.383.95a1.3 1.3 0 0 1-.95.383m10.666 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.567.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.383.384.383.384.95t-.384.95a1.3 1.3 0 0 1-.95.383M16 24a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.566.383-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.384.383.383.383.95 0 .566-.383.95A1.3 1.3 0 0 1 16 24m-5.333 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.384-.95q0-.566.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.384.383.383.383.95 0 .566-.383.95a1.3 1.3 0 0 1-.95.383m10.666 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.566.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.384.384.383.384.95 0 .566-.384.95a1.3 1.3 0 0 1-.95.383"}))))},op=function(e){return QE.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),QE.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},tp||(tp=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),np||(np=QE.createElement("g",{mask:"url(#event_details_svg__a)"},QE.createElement("path",{fill:"#11B06E",d:"M5.333 26.667a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 2.667 24V8q0-1.1.783-1.883a2.57 2.57 0 0 1 1.883-.784h21.334q1.099 0 1.883.784.783.783.783 1.883v16q0 1.1-.783 1.883a2.57 2.57 0 0 1-1.883.784zm0-2.667h21.334V8H5.333zM8 22.667h16q.566 0 .95-.384a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95A1.3 1.3 0 0 0 24 20H8a1.3 1.3 0 0 0-.95.383 1.3 1.3 0 0 0-.383.95q0 .567.383.95.383.384.95.384m0-5.334h16q.566 0 .95-.383a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95 1.3 1.3 0 0 0-.95-.383H8a1.3 1.3 0 0 0-.95.383 1.3 1.3 0 0 0-.383.95q0 .566.383.95.383.383.95.383M8 12h10.667q.566 0 .95-.383a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95 1.3 1.3 0 0 0-.95-.384H8a1.3 1.3 0 0 0-.95.384 1.3 1.3 0 0 0-.383.95q0 .566.383.95Q7.433 12 8 12"}))))},ap=function(e){return QE.createElement("svg",it({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},rp||(rp=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),ip||(ip=QE.createElement("g",{mask:"url(#event_repeat_svg__a)"},QE.createElement("path",{fill:"#6C737A",d:"M5 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V3q0-.424.287-.712A.97.97 0 0 1 7 2q.424 0 .713.288Q8 2.575 8 3v1h8V3q0-.424.288-.712A.97.97 0 0 1 17 2q.424 0 .712.288Q18 2.575 18 3v1h1q.824 0 1.413.588Q21 5.175 21 6v5q0 .424-.288.713A.97.97 0 0 1 20 12a.97.97 0 0 1-.712-.287A.97.97 0 0 1 19 11v-1H5v10h6q.424 0 .713.288.287.287.287.712 0 .424-.287.712A.97.97 0 0 1 11 22zm14 2q-1.6 0-2.863-.887a4.95 4.95 0 0 1-1.812-2.313.51.51 0 0 1 .063-.538.57.57 0 0 1 .487-.262q.35 0 .637.212.288.213.463.538a3.4 3.4 0 0 0 1.25 1.275A3.4 3.4 0 0 0 19 22.5q1.45 0 2.475-1.025A3.37 3.37 0 0 0 22.5 19q0-1.45-1.025-2.475A3.37 3.37 0 0 0 19 15.5a3.404 3.404 0 0 0-2.45 1h.7a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75H15a.97.97 0 0 1-.713-.288A.97.97 0 0 1 14 17v-2.25a.73.73 0 0 1 .75-.75.73.73 0 0 1 .75.75v.675q.675-.65 1.575-1.038A4.8 4.8 0 0 1 19 14q2.075 0 3.538 1.463T24 19t-1.462 3.538Q21.074 24 19 24M5 8h14V6H5z"}))))},cp=function(e){return QE.createElement("svg",at({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},lp||(lp=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),sp||(sp=QE.createElement("g",{mask:"url(#today_svg__a)"},QE.createElement("path",{fill:"#02BF6F",d:"M9 16.5q-1.05 0-1.775-.725T6.5 14t.725-1.775T9 11.5t1.775.725T11.5 14t-.725 1.775T9 16.5M5 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V3q0-.424.287-.712A.97.97 0 0 1 7 2q.424 0 .713.288Q8 2.575 8 3v1h8V3q0-.424.288-.712A.97.97 0 0 1 17 2q.424 0 .712.288Q18 2.575 18 3v1h1q.824 0 1.413.588Q21 5.175 21 6v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 22zm0-2h14V10H5zM5 8h14V6H5z"}))))},pp=function(e){return QE.createElement("svg",lt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),up||(up=QE.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),dp||(dp=QE.createElement("path",{fill:"#fff",d:"M12.143 5.111H5.857a.87.87 0 0 0-.606.244.82.82 0 0 0-.251.59v6.11c0 .222.09.434.251.59a.87.87 0 0 0 .606.244h2.451v-2.644H7.183V9h1.125v-.949c0-1.079.66-1.675 1.673-1.675.484 0 .991.084.991.084v1.06h-.558c-.55 0-.722.331-.722.672V9h1.228l-.196 1.245H9.692v2.644h2.45a.87.87 0 0 0 .607-.244.82.82 0 0 0 .251-.59v-6.11a.82.82 0 0 0-.251-.59.87.87 0 0 0-.606-.244"})))},fp=function(e){return QE.createElement("svg",st({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),mp||(mp=QE.createElement("path",{fill:"#0866FF",d:"M12.5 1h-11A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h4.29v-4.76H3.82V8h1.97V6.293c0-1.943 1.155-3.016 2.926-3.016.848 0 1.735.152 1.735.152v1.906h-.977c-.963 0-1.263.598-1.263 1.21V8h2.15l-.344 2.24H8.21V15H12.5a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 12.5 1"})))},vp=function(e){return QE.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),gp||(gp=QE.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),hp||(hp=QE.createElement("path",{fill:"#fff",d:"M12.429 5.111h-6.86a.566.566 0 0 0-.569.56v6.657c0 .31.255.56.57.56h6.858a.57.57 0 0 0 .572-.56V5.672a.567.567 0 0 0-.572-.56m-5.011 6.667H6.232V8.066H7.42v3.712zm-.593-4.219c-.38 0-.688-.3-.688-.668s.308-.669.688-.669.687.3.687.669-.307.668-.687.668m5.038 4.219h-1.186V9.972c0-.43-.01-.984-.616-.984-.618 0-.713.469-.713.953v1.837H8.162V8.066H9.3v.507h.016c.159-.292.546-.6 1.123-.6 1.2 0 1.424.77 1.424 1.77z"})))},wp=function(e){return QE.createElement("svg",ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),bp||(bp=QE.createElement("path",{fill:"#0A66C2",d:"M14 1H1.997C1.447 1 1 1.453 1 2.01v11.98c0 .557.447 1.01.997 1.01H14c.55 0 1-.453 1-1.01V2.01C15 1.452 14.55 1 14 1M5.231 13H3.156V6.319h2.078V13zM4.194 5.406a1.204 1.204 0 1 1 0-2.407 1.204 1.204 0 0 1 0 2.407M13.009 13h-2.075V9.75c0-.775-.015-1.772-1.078-1.772-1.081 0-1.247.844-1.247 1.716V13H6.534V6.319h1.991v.912h.028c.278-.525.956-1.078 1.966-1.078 2.1 0 2.49 1.385 2.49 3.185z"})))},Ip=function(e){return QE.createElement("svg",dt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),yp||(yp=QE.createElement("path",{fill:"#BBB",d:"M7.2 9c2.321 0 4.2-1.879 4.2-4.2S9.521.6 7.2.6A4.2 4.2 0 0 0 3 4.8C3 7.121 4.879 9 7.2 9m2.88 1.2h-.311c-.78.375-1.646.6-2.569.6a5.9 5.9 0 0 1-2.569-.6H4.32A4.32 4.32 0 0 0 0 14.52v1.08a1.8 1.8 0 0 0 1.8 1.8h10.8a1.8 1.8 0 0 0 1.8-1.8v-1.08a4.32 4.32 0 0 0-4.32-4.32M18 9a3.6 3.6 0 0 0 0-7.2A3.6 3.6 0 0 0 18 9m1.8 1.2h-.143c-.52.18-1.072.3-1.657.3s-1.136-.12-1.657-.3H16.2a4.16 4.16 0 0 0-2.089.578A5.5 5.5 0 0 1 15.6 14.52v1.44c0 .082-.019.161-.022.24H22.2a1.8 1.8 0 0 0 1.8-1.8c0-2.321-1.879-4.2-4.2-4.2"})))},xp=function(e){return QE.createElement("svg",pt({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),Cp||(Cp=QE.createElement("path",{d:"M3.6 7.799a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m8.4 1.2a3.6 3.6 0 0 0 3.6-3.6v-.6H8.4v.6a3.6 3.6 0 0 0 3.6 3.6m9.6 0h-2.4c-.66 0-1.256.266-1.69.697a5.5 5.5 0 0 1 2.817 4.103H22.8a1.2 1.2 0 0 0 1.2-1.2v-1.2a2.4 2.4 0 0 0-2.4-2.4m-15.11.697a2.4 2.4 0 0 0-1.69-.697H2.4a2.4 2.4 0 0 0-2.4 2.4v1.2a1.2 1.2 0 0 0 1.2 1.2h2.473A5.5 5.5 0 0 1 6.49 9.696M20.4 7.799a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m-5.52 2.4h-.312c-.781.373-1.646.6-2.568.6a5.9 5.9 0 0 1-2.568-.6H9.12a4.32 4.32 0 0 0-4.32 4.32v1.08a1.8 1.8 0 0 0 1.8 1.8h10.8a1.8 1.8 0 0 0 1.8-1.8v-1.08a4.32 4.32 0 0 0-4.32-4.32m.72-9.6-1.8.9-1.8-.9-1.8.9-1.8-.9v3h7.2z"})))},_p=function(e){return QE.createElement("svg",mt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ap||(Ap=QE.createElement("path",{fill:"#2C3336",d:"M12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12m6 8H6q-.824 0-1.412-.587A1.93 1.93 0 0 1 4 18v-.8q0-.85.438-1.562.437-.713 1.162-1.088a14.8 14.8 0 0 1 3.15-1.163A13.8 13.8 0 0 1 12 13q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.163 1.087Q20 16.35 20 17.2v.8q0 .824-.587 1.413A1.93 1.93 0 0 1 18 20M6 18h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q7.85 15.675 6.5 16.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.588Q14 8.826 14 8q0-.824-.588-1.412A1.93 1.93 0 0 0 12 6q-.825 0-1.412.588A1.93 1.93 0 0 0 10 8q0 .825.588 1.412Q11.175 10 12 10"})))},Op=function(e){return QE.createElement("svg",ft({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),Ep||(Ep=QE.createElement("path",{fill:"#212121",d:"M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m-5.478 2a6.5 6.5 0 0 0-.708 1.5h-7.06a.75.75 0 0 0-.75.75v.907c0 .656.286 1.279.783 1.706C5.545 19.945 7.44 20.501 10 20.501q.898 0 1.688-.09c.25.5.563.963.93 1.38q-1.205.21-2.618.21c-2.89 0-5.128-.657-6.691-2a3.75 3.75 0 0 1-1.305-2.844v-.907A2.25 2.25 0 0 1 4.254 14zm3.071.966-.07.058-.057.07a.5.5 0 0 0 0 .568l.058.07 1.77 1.769-1.768 1.766-.057.07a.5.5 0 0 0 0 .568l.057.07.07.057a.5.5 0 0 0 .568 0l.07-.057 1.766-1.767 1.77 1.769.069.058a.5.5 0 0 0 .568 0l.07-.058.057-.07a.5.5 0 0 0 0-.568l-.057-.07-1.77-1.768 1.772-1.77.058-.069a.5.5 0 0 0 0-.569l-.058-.069-.069-.058a.5.5 0 0 0-.569 0l-.069.058-1.772 1.77-1.77-1.77-.068-.058a.5.5 0 0 0-.493-.043zM10 2.005a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7"})))},Rp=function(e){return QE.createElement("svg",gt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Sp||(Sp=QE.createElement("path",{fill:"#9FA6AD",d:"M10 .313A9.686 9.686 0 0 0 .313 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .313m0 17.5c-4.309 0-7.812-3.504-7.812-7.813S5.69 2.188 10 2.188 17.813 5.69 17.813 10 14.309 17.813 10 17.813M6.875 9.375c.691 0 1.25-.559 1.25-1.25s-.559-1.25-1.25-1.25-1.25.559-1.25 1.25.559 1.25 1.25 1.25m6.25 0c.691 0 1.25-.559 1.25-1.25s-.559-1.25-1.25-1.25-1.25.559-1.25 1.25.559 1.25 1.25 1.25m.156 2.836A4.26 4.26 0 0 1 10 13.75a4.25 4.25 0 0 1-3.281-1.54.94.94 0 0 0-1.32-.12.94.94 0 0 0-.122 1.32A6.13 6.13 0 0 0 10 15.621c1.828 0 3.55-.805 4.723-2.21a.937.937 0 1 0-1.442-1.2"})))},Np=function(e){return QE.createElement("svg",ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Mp||(Mp=QE.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),Pp||(Pp=QE.createElement("path",{fill:"#fff",d:"M9.009 12.052q-.789 0-1.476-.021a41 41 0 0 1-1.158-.058q-.57-.037-.832-.106a1.2 1.2 0 0 1-.508-.284 1.05 1.05 0 0 1-.295-.49 4 4 0 0 1-.104-.613q-.034-.359-.057-.694a13 13 0 0 1 0-1.572q.022-.335.057-.694.035-.357.104-.613.082-.289.295-.49.214-.203.508-.284.26-.069.832-.106.57-.037 1.158-.058.687-.02 1.475-.02h.444a35 35 0 0 1 2.188.075q.578.04.834.11.289.08.496.283.21.201.29.49.069.255.104.613.034.359.057.694a13 13 0 0 1 0 1.572 25 25 0 0 1-.057.694 4 4 0 0 1-.105.613q-.08.288-.289.49-.207.203-.496.284-.255.069-.832.106-.579.036-1.161.052-.585.016-1.028.021zm-.882-1.746L10.44 9 8.127 7.694z"})))},Gp=function(e){return QE.createElement("svg",vt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Bp||(Bp=QE.createElement("path",{fill:"#FF0302",d:"M8.004 12.4q-1.138 0-2.128-.03a59 59 0 0 1-1.67-.084q-.822-.053-1.198-.153a1.7 1.7 0 0 1-.733-.408 1.5 1.5 0 0 1-.425-.707 5.4 5.4 0 0 1-.15-.885 36 36 0 0 1-.083-1 19 19 0 0 1 0-2.266q.033-.483.083-1t.15-.885a1.5 1.5 0 0 1 .425-.707q.308-.291.733-.408.376-.1 1.198-.153a59 59 0 0 1 1.67-.084q.99-.03 2.127-.03h.64q.64 0 1.481.025t1.674.083q.834.06 1.202.159.417.117.717.408.3.292.416.707.1.368.15.885t.084 1a19 19 0 0 1 0 2.266q-.034.484-.084 1-.05.518-.15.885a1.55 1.55 0 0 1-.416.707q-.3.291-.716.408-.367.1-1.2.153-.834.054-1.675.076-.84.023-1.481.03zm-1.27-2.517L10.066 8 6.733 6.117z"})))},Vp=function(e){return QE.createElement("svg",bt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Tp||(Tp=QE.createElement("path",{fill:"#1C1B1F",d:"M12 19.35q3.05-2.8 4.525-5.088Q18 11.976 18 10.2q0-2.725-1.738-4.462Q14.526 4 12 4T7.738 5.737Q6 7.476 6 10.2q0 1.775 1.475 4.063Q8.95 16.549 12 19.35m0 1.975a2.1 2.1 0 0 1-.7-.125 1.8 1.8 0 0 1-.625-.375A39 39 0 0 1 7.8 17.9q-1.25-1.425-2.087-2.762-.838-1.338-1.275-2.575Q4 11.325 4 10.2q0-3.75 2.412-5.975T12 2t5.587 2.225T20 10.2q0 1.125-.437 2.363-.438 1.237-1.275 2.574A21.7 21.7 0 0 1 16.2 17.9a39 39 0 0 1-2.875 2.925 1.8 1.8 0 0 1-.625.375 2.1 2.1 0 0 1-.7.125M12 12q.825 0 1.412-.588Q14 10.826 14 10t-.588-1.412A1.93 1.93 0 0 0 12 8q-.825 0-1.412.588A1.93 1.93 0 0 0 10 10q0 .825.588 1.412Q11.175 12 12 12"})))},kp=function(e){return QE.createElement("svg",wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Dp||(Dp=QE.createElement("path",{fill:"currentColor",d:"M8.857 3h6.286c1.084 0 1.958 0 2.666.058.729.06 1.369.185 1.961.487a5 5 0 0 1 2.185 2.185c.302.592.428 1.233.487 1.961.058.708.058 1.582.058 2.666v3.286c0 1.084 0 1.958-.058 2.666-.06.729-.185 1.369-.487 1.961a5 5 0 0 1-2.185 2.185c-.592.302-1.232.428-1.961.487C17.1 21 16.227 21 15.143 21H8.857c-1.084 0-1.958 0-2.666-.058-.728-.06-1.369-.185-1.96-.487a5 5 0 0 1-2.186-2.185c-.302-.592-.428-1.232-.487-1.961C1.5 15.6 1.5 14.727 1.5 13.643v-3.286c0-1.084 0-1.958.058-2.666.06-.728.185-1.369.487-1.96A5 5 0 0 1 4.23 3.544c.592-.302 1.233-.428 1.961-.487C6.9 3 7.773 3 8.857 3M6.354 5.051c-.605.05-.953.142-1.216.276a3 3 0 0 0-1.311 1.311c-.134.263-.226.611-.276 1.216-.05.617-.051 1.41-.051 2.546v3.2c0 1.137 0 1.929.051 2.546.05.605.142.953.276 1.216a3 3 0 0 0 1.311 1.311c.263.134.611.226 1.216.276.617.05 1.41.051 2.546.051h.6V5h-.6c-1.137 0-1.929 0-2.546.051M11.5 5v14h3.6c1.137 0 1.929 0 2.546-.051.605-.05.953-.142 1.216-.276a3 3 0 0 0 1.311-1.311c.134-.263.226-.611.276-1.216.05-.617.051-1.41.051-2.546v-3.2c0-1.137 0-1.929-.051-2.546-.05-.605-.142-.953-.276-1.216a3 3 0 0 0-1.311-1.311c-.263-.134-.611-.226-1.216-.276C17.029 5.001 16.236 5 15.1 5zM5 8.5a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1M5 12a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"})))},zp=function(e){return QE.createElement("svg",yt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),Lp||(Lp=QE.createElement("path",{fill:"#5D676B",d:"M2.004 0A1.88 1.88 0 0 0 .9.314l-.02.02H.858c-.835.65-1.15 1.858-.542 2.77v.022l.812 1.125.375.541.542-.375 2.208-1.541.542-.375-.375-.542L3.69.897 3.67.876V.855A2.27 2.27 0 0 0 2.379.042a2 2 0 0 0-.375-.041Zm3.73 3.396-1.126.73L2.942 5.27 1.796 6l2.23 7.79c.047.458.333.817.666 1.063.363.269.804.46 1.333.625 1.057.33 2.45.521 3.979.521s2.922-.19 3.979-.52c.528-.166.97-.357 1.333-.626.363-.268.688-.669.688-1.187 0-.519-.325-.92-.688-1.188a3 3 0 0 0-.292-.187zm4.27 9.27c1.416 0 2.69.186 3.562.46.437.136.782.306.959.437a1 1 0 0 1 .124.104 1 1 0 0 1-.124.104c-.177.13-.522.301-.959.437-.873.273-2.146.459-3.562.459s-2.69-.186-3.562-.459c-.437-.136-.782-.307-.959-.437a1 1 0 0 1-.125-.104 1 1 0 0 1 .125-.104c.177-.13.522-.302.959-.438.873-.273 2.146-.458 3.562-.458Z"})))},Hp=function(e){return QE.createElement("svg",It({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),Fp||(Fp=QE.createElement("path",{d:"M6 0h5.25c.412 0 .75.338.75.75v1.5c0 .413-.338.75-.75.75H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h5.25c.412 0 .75.337.75.75v1.5c0 .413-.338.75-.75.75H6c-3.313 0-6-2.688-6-6V6c0-3.313 2.688-6 6-6m14.444 1.219-1.225 1.225c-.3.3-.294.781.012 1.069l7.069 6.862H10.75a.75.75 0 0 0-.75.75v1.75c0 .412.338.75.75.75H26.3l-7.069 6.856a.753.753 0 0 0-.012 1.069l1.225 1.225a.75.75 0 0 0 1.062 0l10.275-10.25a.75.75 0 0 0 0-1.063L21.506 1.213a.756.756 0 0 0-1.062.007Z"})))},Xp=function(e){return QE.createElement("svg",Ct({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),Wp||(Wp=QE.createElement("path",{d:"M11.667.667H.333A.333.333 0 0 0 0 1v.333c0 .184.15.334.333.334h.334v5.666c0 .368.298.667.666.667H5.5v.91l-1.618 1.618a.333.333 0 0 0 0 .472l.236.236c.13.13.341.13.471 0L6 9.825l1.41 1.41c.131.13.342.13.472 0L8.118 11a.333.333 0 0 0 0-.472L6.5 8.911V8h4.167a.667.667 0 0 0 .666-.667V1.666h.334A.333.333 0 0 0 12 1.333V1a.333.333 0 0 0-.333-.333M10.333 7H1.667V1.667h8.666z"})))},Zp=function(e){return QE.createElement("svg",xt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),jp||(jp=QE.createElement("path",{fill:"#D0D5DD",d:"M17.745 2a2.25 2.25 0 0 1 2.25 2.25v11.505a2.25 2.25 0 0 1-2.25 2.25H2.25A2.25 2.25 0 0 1 0 15.755V4.25A2.25 2.25 0 0 1 2.25 2zm0 1.5H2.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75l2.749-.001L5 13.75a1.75 1.75 0 0 1 1.606-1.744L6.75 12h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143-.001 2.754h2.751a.75.75 0 0 0 .75-.75V4.25a.75.75 0 0 0-.75-.75m-4.5 10H6.75a.25.25 0 0 0-.243.193l-.007.057-.001 2.754h6.995V13.75a.25.25 0 0 0-.192-.243zM10 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},Yp=function(e){return QE.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qp||(qp=QE.createElement("path",{fill:"#2C3336",d:"M21.75 0h-15A2.25 2.25 0 0 0 4.5 2.25V4.5H2.25A2.25 2.25 0 0 0 0 6.75v15A2.25 2.25 0 0 0 2.25 24h15a2.25 2.25 0 0 0 2.25-2.25V19.5h2.25A2.25 2.25 0 0 0 24 17.25v-15A2.25 2.25 0 0 0 21.75 0m-4.5 21.75h-15V12h15zm4.5-4.5H19.5V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75V2.25h15z"})))},Up=function(e){return QE.createElement("svg",_t({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",className:"screen-sharing_svg__demio-icon",style:{fontSize:20},viewBox:"0 0 20 18"},e),Jp||(Jp=QE.createElement("path",{d:"M18.333 0H1.667C.747 0 0 .756 0 1.688v11.25c0 .931.747 1.687 1.667 1.687h6.666l-.555 1.688h-2.5a.837.837 0 0 0-.834.843c0 .468.372.844.834.844h9.444a.837.837 0 0 0 .834-.844.837.837 0 0 0-.834-.843h-2.5l-.555-1.688h6.666c.92 0 1.667-.756 1.667-1.688V1.688C20 .756 19.253 0 18.333 0m-.555 12.375H2.222V2.25h15.556z"})))},Kp=function(e){return QE.createElement("svg",Et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Qp||(Qp=QE.createElement("path",{fill:"#98A2B3",d:"M18.245 10.997c.709 0 1.022.892.469 1.335l-4.718 3.778v1.644a2.25 2.25 0 0 1-2.25 2.25H8.25A2.25 2.25 0 0 1 6 17.754V16.11l-4.72-3.778c-.553-.443-.24-1.335.47-1.335zm-2.137 1.5H3.887l3.332 2.667a.75.75 0 0 1 .281.585v2.005c0 .414.336.75.75.75h3.496a.75.75 0 0 0 .75-.75V15.75a.75.75 0 0 1 .281-.585zM6.75 7h6.495a1.75 1.75 0 0 1 1.744 1.606l.006.144V10h-1.5V8.75a.25.25 0 0 0-.192-.244l-.058-.006H6.75a.25.25 0 0 0-.243.192L6.5 8.75V10H5V8.75a1.75 1.75 0 0 1 1.607-1.745zh6.495zM10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},tm=function(e){return QE.createElement("svg",Ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},$p||($p=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),em||(em=QE.createElement("g",{mask:"url(#block_svg__a)"},QE.createElement("path",{fill:"#42454B",d:"M12.002 21.5a9.3 9.3 0 0 1-3.705-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.2 9.2 0 0 1-.749-3.704q0-1.972.748-3.705a9.6 9.6 0 0 1 2.03-3.018 9.6 9.6 0 0 1 3.016-2.03 9.2 9.2 0 0 1 3.704-.749q1.972 0 3.705.748a9.6 9.6 0 0 1 3.018 2.03 9.6 9.6 0 0 1 2.03 3.016 9.2 9.2 0 0 1 .749 3.704q0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.018 9.6 9.6 0 0 1-3.016 2.03 9.2 9.2 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12q0-1.408-.48-2.71a8.1 8.1 0 0 0-1.374-2.382L6.908 18.146a7.9 7.9 0 0 0 2.382 1.378A7.8 7.8 0 0 0 12 20m-6.146-2.908L17.092 5.854a7.6 7.6 0 0 0-2.375-1.383A8 8 0 0 0 12 4Q8.65 4 6.325 6.325T4 12q0 1.408.476 2.71a7.9 7.9 0 0 0 1.378 2.382"}))))},rm=function(e){return QE.createElement("svg",St({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},nm||(nm=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),om||(om=QE.createElement("g",{mask:"url(#blur_on_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M3 14.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-4a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m3 8.423a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 6 17.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.391.265-.658A.9.9 0 0 1 6 13.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 6 9.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265A.9.9 0 0 1 5.077 6q0-.392.265-.658A.9.9 0 0 1 6 5.077q.392 0 .658.265A.9.9 0 0 1 6.923 6q0 .392-.265.658A.9.9 0 0 1 6 6.923m4.002 8.423q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394m0-4q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394M10 18.923a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-12a.9.9 0 0 1-.658-.265A.9.9 0 0 1 9.077 6q0-.392.265-.658A.9.9 0 0 1 10 5.077q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265M10 21.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-18a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m4.002 11.846q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394m0-4q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394M14 18.923a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-12a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 14 5.077q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265M14 21.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-18a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m4 15.423a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.391.265-.658a.9.9 0 0 1 .658-.265q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 18 9.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 18 5.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m3 7.577a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-4a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15"}))))},lm=function(e){return QE.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),QE.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},im||(im=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),am||(am=QE.createElement("g",{mask:"url(#cached_svg__a)"},QE.createElement("path",{fill:"#2C3336",d:"M12.05 19.75q-3.245 0-5.522-2.258T4.25 12v-.78l-1.323 1.322a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527l2.494-2.494A.87.87 0 0 1 5 8.724a.87.87 0 0 1 .633.27l2.494 2.495q.208.207.212.521a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218L5.75 11.22V12q0 2.605 1.835 4.428t4.465 1.822q.439 0 .874-.06t.859-.204a.88.88 0 0 1 .603.02.8.8 0 0 1 .426.396.68.68 0 0 1 .018.585.66.66 0 0 1-.444.388q-.565.2-1.155.288a8 8 0 0 1-1.181.087m-.1-14q-.438 0-.874.06a4.6 4.6 0 0 0-.859.203.9.9 0 0 1-.61-.02.8.8 0 0 1-.434-.395.66.66 0 0 1-.023-.57.65.65 0 0 1 .423-.388q.581-.2 1.176-.295a7.6 7.6 0 0 1 1.201-.095q3.245 0 5.522 2.258T19.75 12v.78l1.323-1.322a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.216.217.527a.72.72 0 0 1-.217.527l-2.494 2.494a.87.87 0 0 1-.633.27.87.87 0 0 1-.633-.27l-2.494-2.495a.72.72 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218l1.323 1.323V12q0-2.605-1.835-4.428T11.95 5.75"}))))},um=function(e){return QE.createElement("svg",Mt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},sm||(sm=QE.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),cm||(cm=QE.createElement("g",{mask:"url(#customize_svg__a)"},QE.createElement("path",{fill:"#02BF6F",d:"M14.5 21a.97.97 0 0 1-.713-.288A.97.97 0 0 1 13.5 20q0-.424.287-.712A.97.97 0 0 1 14.5 19q1.175 0 2.087-.462.913-.464.913-1.038 0-.35-.325-.65t-.9-.55l1.475-1.475q.8.476 1.275 1.125.475.65.475 1.55 0 1.65-1.575 2.575A6.64 6.64 0 0 1 14.5 21m-9.425-7.65q-.725-.425-1.15-.987T3.5 11q0-1.05.775-1.762.776-.714 2.775-1.588 1.574-.724 2.013-1.013Q9.5 6.35 9.5 6q0-.4-.488-.7T7.5 5q-.625 0-1.05.15t-.775.5A1.12 1.12 0 0 1 5 5.975a.9.9 0 0 1-.725-.225.94.94 0 0 1-.375-.65.9.9 0 0 1 .225-.725Q4.6 3.8 5.487 3.4T7.5 3q1.8 0 2.9.813T11.5 6q0 .975-.725 1.75-.725.776-2.925 1.725-1.45.625-1.9.925t-.45.6q0 .225.287.438.288.212.788.412zM19.35 10.4 15.1 6.15l1.05-1.05q.6-.6 1.438-.6.837 0 1.412.6l1.4 1.4q.6.575.6 1.412 0 .838-.6 1.438zM6.5 19h1.4l7.2-7.2-1.4-1.4-7.2 7.2zM5 21a.48.48 0 0 1-.35-.15.48.48 0 0 1-.15-.35v-3.55q0-.05.15-.35l9.05-9.05 4.25 4.25-9.05 9.05q-.05.05-.35.15z"}))))},mm=function(e){return QE.createElement("svg",Pt({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),QE.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},dm||(dm=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),pm||(pm=QE.createElement("g",{mask:"url(#electric_bolt_svg__a)"},QE.createElement("path",{fill:"#F19241",d:"m9.167 12.083-4.938-.625q-.52-.062-.677-.562-.156-.5.219-.854l8.52-8.167a.7.7 0 0 1 .25-.156q.147-.052.396-.052.417 0 .636.354t.01.729l-2.75 5.167 4.938.625q.52.062.677.562.156.5-.219.854l-8.52 8.167a.7.7 0 0 1-.25.156q-.147.052-.396.052a.7.7 0 0 1-.636-.354.68.68 0 0 1-.01-.729z"}))))},hm=function(e){return QE.createElement("svg",Nt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),fm||(fm=QE.createElement("g",{clipPath:"url(#feature_action_svg__a)"},QE.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),QE.createElement("path",{fill:"#9FA6AD",d:"M12.125.375C5.705.375.5 5.58.5 12s5.205 11.625 11.625 11.625S23.75 18.421 23.75 12C23.75 5.58 18.546.375 12.125.375m0 20.25A8.62 8.62 0 0 1 3.5 12a8.62 8.62 0 0 1 8.625-8.625A8.62 8.62 0 0 1 20.75 12a8.62 8.62 0 0 1-8.625 8.625m0-14.625a6 6 0 1 0 0 12 6 6 0 0 0 0-12m0 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3"}))),gm||(gm=QE.createElement("defs",null,QE.createElement("clipPath",{id:"feature_action_svg__a"},QE.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},bm=function(e){return QE.createElement("svg",Bt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),vm||(vm=QE.createElement("path",{fill:"#5D676B",d:"M5 11q-.613 0-1.057-.443A1.44 1.44 0 0 1 3.5 9.5V5q0-.613.443-1.057A1.44 1.44 0 0 1 5 3.5h4.5q.613 0 1.057.443Q11 4.387 11 5v4.5q0 .613-.443 1.057A1.44 1.44 0 0 1 9.5 11zm0 9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 3.5 19v-4.5q0-.613.443-1.057A1.44 1.44 0 0 1 5 13h4.5q.613 0 1.057.443.443.444.443 1.057V19q0 .613-.443 1.057A1.44 1.44 0 0 1 9.5 20.5zm9.5-9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 13 9.5V5q0-.613.443-1.057A1.44 1.44 0 0 1 14.5 3.5H19q.613 0 1.057.443.443.444.443 1.057v4.5q0 .613-.443 1.057A1.44 1.44 0 0 1 19 11zm0 9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 13 19v-4.5q0-.613.443-1.057A1.44 1.44 0 0 1 14.5 13H19q.613 0 1.057.443.443.444.443 1.057V19q0 .613-.443 1.057A1.44 1.44 0 0 1 19 20.5zM5 9.5h4.5V5H5zm9.5 0H19V5h-4.5zm0 9.5H19v-4.5h-4.5zM5 19h4.5v-4.5H5z"})))},ym=function(e){return QE.createElement("svg",Gt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),wm||(wm=QE.createElement("path",{fill:"#5D676B",d:"M4.25 7a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.25 5.5h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 19.75 7zm0 11.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.25 17h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-5.75a.73.73 0 0 1-.534-.216A.73.73 0 0 1 3.5 12q0-.32.216-.535a.73.73 0 0 1 .534-.215h15.5q.318 0 .534.216A.73.73 0 0 1 20.5 12q0 .32-.216.535a.73.73 0 0 1-.534.215z"})))},Cm=function(e){return QE.createElement("svg",Tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Im||(Im=QE.createElement("path",{fill:"#02BF6F",d:"M23.341 3.576 20.424.659A2.24 2.24 0 0 0 18.835 0c-.576 0-1.152.22-1.591.66L.659 17.242a2.25 2.25 0 0 0 0 3.181l2.917 2.917c.439.44 1.015.659 1.59.659s1.152-.22 1.592-.66L23.34 6.759c.879-.879.879-2.303 0-3.182M5.167 21.75 2.25 18.833 12.745 8.337l2.918 2.917zM17.254 9.663l-2.918-2.918 4.495-4.495h.003l2.916 2.917zM20.25 13.5 19 16l-2.5 1.25L19 18.5l1.25 2.5 1.25-2.5 2.5-1.25L21.5 16zm-9.75-9 .75-1.5 1.5-.75-1.5-.75L10.5 0l-.75 1.5-1.5.75 1.5.75zm-6.75 3L5 5l2.5-1.25L5 2.5 3.75 0 2.5 2.5 0 3.75 2.5 5z"})))},_m=function(e){return QE.createElement("svg",Vt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},xm||(xm=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Am||(Am=QE.createElement("g",{mask:"url(#materials_svg__a)"},QE.createElement("path",{fill:"#02BF6F",d:"m10.825 17.425-2.55 1.6a.49.49 0 0 1-.513.013.46.46 0 0 1-.262-.438v-3.2q0-.3.263-.437a.49.49 0 0 1 .512.012l2.55 1.6q.25.15.25.425a.47.47 0 0 1-.25.425M13 10a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 10 7q0-1.25.875-2.125A2.9 2.9 0 0 1 13 4h.5a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75H13q-.625 0-1.062.438A1.45 1.45 0 0 0 11.5 7q0 .624.438 1.063.437.437 1.062.437h.5a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75zm4 0h-.5a.73.73 0 0 1-.75-.75.73.73 0 0 1 .75-.75h.5q.625 0 1.063-.437Q18.5 7.625 18.5 7t-.437-1.062A1.45 1.45 0 0 0 17 5.5h-.5a.73.73 0 0 1-.75-.75.73.73 0 0 1 .75-.75h.5q1.25 0 2.125.875T20 7t-.875 2.125A2.9 2.9 0 0 1 17 10m-.75-2.25h-2.5A.73.73 0 0 1 13 7a.73.73 0 0 1 .75-.75h2.5A.73.73 0 0 1 17 7a.73.73 0 0 1-.75.75M16.1 14v-2H21V3H9v9H7V3q0-.824.588-1.412A1.93 1.93 0 0 1 9 1h12q.824 0 1.413.587Q23 2.176 23 3v9q0 .825-.587 1.412A1.93 1.93 0 0 1 21 14zM3 23q-.824 0-1.412-.587A1.93 1.93 0 0 1 1 21v-8q0-.825.587-1.412A1.93 1.93 0 0 1 3 11h12q.824 0 1.413.588Q17 12.175 17 13v8q0 .824-.587 1.413A1.93 1.93 0 0 1 15 23zm0-2h12v-8H3z"}))))},Om=function(e){return QE.createElement("svg",Dt({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"#2C3336",className:"mobile-device_svg__demio-icon",style:{fontSize:16},viewBox:"0 0 16 16"},e),Em||(Em=QE.createElement("path",{d:"M11.5 0h-7A1.5 1.5 0 0 0 3 1.5v13A1.5 1.5 0 0 0 4.5 16h7a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 11.5 0M8 15a.999.999 0 1 1 0-2 .999.999 0 1 1 0 2m3.5-3.375a.376.376 0 0 1-.375.375h-6.25a.376.376 0 0 1-.375-.375v-9.75c0-.206.169-.375.375-.375h6.25c.206 0 .375.169.375.375z"})))},Rm=function(e){return QE.createElement("svg",kt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),Sm||(Sm=QE.createElement("path",{fill:"#545C60",d:"M2.825 13.575A9.5 9.5 0 0 1 .75 10.538Q0 8.801 0 6.812q0-2.011.75-3.75A10 10 0 0 1 2.8 0l1.275 1.275a8.2 8.2 0 0 0-1.662 2.49A7.5 7.5 0 0 0 1.8 6.79q0 1.635.612 3.048T4.1 12.3zM5.35 11.05a6.4 6.4 0 0 1-1.275-1.913 5.8 5.8 0 0 1-.475-2.33q0-1.27.475-2.35A6.4 6.4 0 0 1 5.35 2.55l1.275 1.275a4.3 4.3 0 0 0-.9 1.345A4.1 4.1 0 0 0 5.4 6.805q0 .87.326 1.631.326.762.899 1.339zm2.763-2.769A2.04 2.04 0 0 1 7.5 6.794q0-.87.619-1.481A2.04 2.04 0 0 1 9.606 4.7q.87 0 1.482.619.612.618.612 1.487t-.619 1.481a2.04 2.04 0 0 1-1.487.613q-.87 0-1.481-.619m5.712 2.744-1.25-1.25q.573-.58.9-1.345.325-.765.325-1.635t-.326-1.631a4.3 4.3 0 0 0-.899-1.339L13.85 2.55q.8.825 1.275 1.909.475 1.083.475 2.354 0 1.245-.475 2.329a5.9 5.9 0 0 1-1.3 1.883m2.55 2.55L15.1 12.3a7.7 7.7 0 0 0 1.688-2.465A7.5 7.5 0 0 0 17.4 6.81q0-1.635-.612-3.047a8.2 8.2 0 0 0-1.663-2.488L16.4 0a10 10 0 0 1 2.05 3.062q.75 1.737.75 3.75a9.3 9.3 0 0 1-.75 3.725 9.5 9.5 0 0 1-2.075 3.038"})))},Bm=function(e){return QE.createElement("svg",Lt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Mm||(Mm=QE.createElement("path",{fill:"#DEE4E8",d:"M12 .375C5.578.375.375 5.578.375 12S5.578 23.625 12 23.625 23.625 18.422 23.625 12 18.422.375 12 .375m5.423 12.75-8.25 4.734a1.127 1.127 0 0 1-1.673-.984v-9.75c0-.862.928-1.397 1.673-.984l8.25 5.015c.77.431.77 1.542 0 1.969",opacity:.8})),Pm||(Pm=QE.createElement("path",{fill:"#fff",d:"m17.424 13.125-8.25 4.735a1.127 1.127 0 0 1-1.674-.985v-9.75c0-.862.928-1.397 1.673-.984l8.25 5.016c.77.43.77 1.542 0 1.968",opacity:.8})),Nm||(Nm=QE.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},Tm=function(e){return QE.createElement("svg",zt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Gm||(Gm=QE.createElement("path",{fill:"#2C3336",d:"M23.625 11.979a11.59 11.59 0 0 0-3.22-8.01l1.674-1.673c.71-.71.207-1.921-.795-1.921H15c-.621 0-1.125.504-1.125 1.125v6.284c0 1.002 1.212 1.504 1.92.796l1.958-1.958a7.82 7.82 0 0 1 2.122 5.308c.037 4.331-3.468 7.982-7.943 7.945-4.245-.036-7.807-3.477-7.807-7.875 0-1.928.688-3.75 1.948-5.186a.56.56 0 0 0-.026-.767l-1.86-1.86a.564.564 0 0 0-.816.023A11.58 11.58 0 0 0 .375 12C.375 18.42 5.58 23.625 12 23.625c6.413 0 11.637-5.233 11.625-11.646"})))},Dm=function(e){return QE.createElement("svg",Ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Vm||(Vm=QE.createElement("path",{d:"M7.1 11.35q.35-.7.725-1.35t.825-1.3l-1.4-.275-2.1 2.1zm12.05-6.875q-1.75.05-3.737 1.025A13.5 13.5 0 0 0 11.8 8.1q-1.05 1.05-1.875 2.25T8.7 12.6l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875a13.6 13.6 0 0 0 2.6-3.6Q19.625 6.75 19.675 5a.6.6 0 0 0-.038-.2.49.49 0 0 0-.287-.288.6.6 0 0 0-.2-.037m-5.5 6a1.92 1.92 0 0 1-.575-1.413q0-.837.575-1.412t1.425-.575 1.425.575.575 1.412a1.92 1.92 0 0 1-.575 1.413q-.575.575-1.425.575t-1.425-.575m-.85 6.55L13.625 19l2.1-2.1-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2 2.75-.9 5.362T17.2 14.025l.5 2.475q.1.5-.05.975t-.5.825L14 21.45a.98.98 0 0 1-.9.288.9.9 0 0 1-.725-.588l-1.525-3.575L6.575 13.3 3 11.775a.92.92 0 0 1-.6-.725.95.95 0 0 1 .275-.9L5.825 7q.35-.35.838-.5t.987-.05l2.475.5q2.375-2.375 4.988-3.475 2.612-1.1 5.362-.9.2.025.4.112a1.13 1.13 0 0 1 .587.588q.088.2.113.4m-17.65 12.3q.875-.876 2.138-.887 1.262-.013 2.137.862.874.875.863 2.137-.014 1.263-.888 2.138-.625.625-2.087 1.075t-4.038.8q.35-2.575.8-4.038.45-1.462 1.075-2.087m1.425 1.4q-.25.25-.5.913a6.5 6.5 0 0 0-.35 1.337q.675-.101 1.338-.337.662-.238.912-.488.3-.3.325-.725a.9.9 0 0 0-.275-.725.95.95 0 0 0-.725-.288 1.03 1.03 0 0 0-.725.313"})))},zm=function(e){return QE.createElement("svg",Ht({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),QE.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},km||(km=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Lm||(Lm=QE.createElement("g",{mask:"url(#stacked_email_svg__a)"},QE.createElement("path",{fill:"#02BF6F",d:"M7 17q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 15V5q0-.824.588-1.412A1.93 1.93 0 0 1 7 3h14q.824 0 1.413.587Q23 4.176 23 5v10q0 .824-.587 1.413A1.93 1.93 0 0 1 21 17zm6.425-5.1L7 7.425V15h14V7.425L14.575 11.9a.96.96 0 0 1-.575.2.96.96 0 0 1-.575-.2M14 9.85 21 5H7zM3 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 1 19V7.5q0-.424.288-.713A.97.97 0 0 1 2 6.5q.424 0 .712.287Q3 7.076 3 7.5V19h15.5q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 18.5 21z"}))))},Hm=function(e){return QE.createElement("svg",Wt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),Fm||(Fm=QE.createElement("path",{fill:"#02BF6F",d:"M58.586 2.586a2 2 0 1 1 2.828 2.828l-2.201 2.202A13.94 13.94 0 0 1 62 16v44a2 2 0 0 1-3.176 1.617L48.35 54H16a14 14 0 0 1-2.876-.296l-7.71 7.71a2 2 0 1 1-2.828-2.828zM16.828 50H49a2 2 0 0 1 1.176.383L58 56.073V16c0-2.038-.61-3.934-1.657-5.515zM48 2c1.83 0 3.579.351 5.182.99l-3.206 3.205Q49.016 6.001 48 6H16C10.477 6 6 10.477 6 16v24a9.97 9.97 0 0 0 3.015 7.156l-2.828 2.829A13.96 13.96 0 0 1 2 40V16C2 8.268 8.268 2 16 2z"})))},Xm=function(e){return QE.createElement("svg",Xt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Wm||(Wm=QE.createElement("path",{fill:"#6C737A",d:"M9.983 9.984A2.7 2.7 0 0 0 10.8 8a2.7 2.7 0 0 0-.817-1.983A2.7 2.7 0 0 0 8 5.2a2.7 2.7 0 0 0-1.983.817A2.7 2.7 0 0 0 5.2 8a2.7 2.7 0 0 0 .817 1.984A2.7 2.7 0 0 0 8 10.8a2.7 2.7 0 0 0 1.983-.816m-3.116-.85A1.54 1.54 0 0 1 6.4 8q0-.666.467-1.133A1.54 1.54 0 0 1 8 6.4q.666 0 1.133.467T9.6 8t-.467 1.134A1.54 1.54 0 0 1 8 9.6q-.666 0-1.133-.466m-3.2 2.358A7.7 7.7 0 0 1 .8 8 7.7 7.7 0 0 1 3.667 4.51 7.6 7.6 0 0 1 8 3.2q2.383 0 4.333 1.309A7.7 7.7 0 0 1 15.2 8a7.7 7.7 0 0 1-2.867 3.492A7.6 7.6 0 0 1 8 12.8a7.6 7.6 0 0 1-4.333-1.308"})))},qm=function(e){return QE.createElement("svg",jt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),QE.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},jm||(jm=QE.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),Zm||(Zm=QE.createElement("g",{mask:"url(#on-demand_svg__a)"},QE.createElement("path",{fill:"#02BF6F",d:"M4.667 10.667h4a.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475V8.533l1.85 1.484a.47.47 0 0 0 .533.066.46.46 0 0 0 .283-.45V6.367a.46.46 0 0 0-.283-.45.47.47 0 0 0-.534.066l-1.85 1.484V6a.65.65 0 0 0-.191-.475.65.65 0 0 0-.475-.192h-4a.65.65 0 0 0-.475.192A.65.65 0 0 0 4 6v4q0 .283.192.475a.65.65 0 0 0 .475.192m-2 2.666q-.55 0-.942-.391A1.28 1.28 0 0 1 1.333 12V4q0-.55.392-.942.391-.39.942-.391h10.667q.55 0 .941.391.392.392.392.942v8q0 .55-.392.942a1.28 1.28 0 0 1-.941.391zm0-1.333h10.667V4H2.667z"}))))},Jm=function(e){return QE.createElement("svg",Zt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),Ym||(Ym=QE.createElement("path",{fill:"#6C737A",d:"M8 13.6q-2.334 0-3.967-1.633Q2.4 10.332 2.4 8h1.2q0 1.816 1.292 3.108Q6.182 12.4 8 12.4q1.816 0 3.108-1.292Q12.4 9.818 12.4 8q0-1.816-1.292-3.108Q9.818 3.6 8 3.6a4.3 4.3 0 0 0-1.91.427A4.25 4.25 0 0 0 4.618 5.2H6.4v1.2h-4v-4h1.2v2.167a5.56 5.56 0 0 1 1.908-1.584A5.4 5.4 0 0 1 8 2.4q1.167 0 2.185.443a5.7 5.7 0 0 1 1.774 1.198 5.7 5.7 0 0 1 1.198 1.773Q13.6 6.834 13.6 8q0 1.167-.443 2.185a5.7 5.7 0 0 1-1.198 1.774 5.7 5.7 0 0 1-1.774 1.198A5.4 5.4 0 0 1 8 13.6m1.667-3.333L7.4 8V4.8h1.2v2.7l1.917 1.917z"})))},Qm=function(e){return QE.createElement("svg",qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Um||(Um=QE.createElement("path",{fill:"#6C737A",d:"M4.4 14.4q-.55 0-.875-.325T3.2 13.2V2.8q0-.55.325-.875.326-.325.875-.325h7.2q.55 0 .875.325t.325.875v10.4q0 .55-.325.875-.324.325-.875.325h-2l-.8-1.2H7.2l-.8 1.2zm1.2-4.8h4.8v-.55q0-.783-.75-1.117A4 4 0 0 0 8 7.6q-.9 0-1.65.333-.75.334-.75 1.117zm3.25-2.75Q9.2 6.5 9.2 6t-.35-.85A1.16 1.16 0 0 0 8 4.8q-.5 0-.85.35T6.8 6t.35.85.85.35.85-.35"})))},$m=function(e){return QE.createElement("svg",Yt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Km||(Km=QE.createElement("path",{fill:"#6C737A",d:"M11.583 8.4 9.6 6.417l.85-.85L11.583 6.7l2.55-2.533.85.833zM4.7 7.3A2.31 2.31 0 0 1 4 5.6q0-1 .7-1.7a2.31 2.31 0 0 1 1.7-.7q1 0 1.7.7t.7 1.7-.7 1.7-1.7.7a2.31 2.31 0 0 1-1.7-.7m-3.1 5.5v-1.533q0-.433.208-.792.21-.358.575-.575a8.2 8.2 0 0 1 1.934-.816A7.7 7.7 0 0 1 6.4 8.8q1.067 0 2.083.284a8.2 8.2 0 0 1 1.934.816q.366.217.575.575.208.36.208.792V12.8z"})))},tf=function(e){return QE.createElement("svg",Jt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),ef||(ef=QE.createElement("path",{fill:"#6C737A",d:"m12.8 14.5-1.7-1.7H3.2v-1.533q0-.434.208-.792.209-.358.575-.575A7.5 7.5 0 0 1 7.15 8.85L1.5 3.2l.85-.85 11.3 11.3zm-.767-4.6q.334.183.534.5.199.316.233.7l-1.65-1.65q.234.1.45.208.216.109.433.242M9.317 7.6 6 4.283q.333-.515.867-.8A2.4 2.4 0 0 1 8 3.2q1 0 1.7.7t.7 1.7q0 .6-.283 1.133a2.3 2.3 0 0 1-.8.867"})))},of=function(e){return QE.createElement("svg",Ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),nf||(nf=QE.createElement("path",{fill:"#6C737A",d:"M11.8 8.8V7.4h-1.4V6.2h1.4V4.8H13v1.4h1.4v1.2H13v1.4zM4.7 7.3A2.31 2.31 0 0 1 4 5.6q0-1 .7-1.7a2.31 2.31 0 0 1 1.7-.7q1 0 1.7.7t.7 1.7-.7 1.7-1.7.7a2.31 2.31 0 0 1-1.7-.7m-3.1 5.5v-1.533q0-.433.208-.792.21-.358.575-.575a8.2 8.2 0 0 1 1.934-.816A7.7 7.7 0 0 1 6.4 8.8q1.067 0 2.083.284a8.2 8.2 0 0 1 1.934.816q.366.217.575.575.208.36.208.792V12.8z"})))},af=function(e){return QE.createElement("svg",Qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),rf||(rf=QE.createElement("path",{fill:"#02BF6F",d:"M7.06 17a7 7 0 0 1-1.513-2.237A6.9 6.9 0 0 1 5 12.018q0-1.482.547-2.762A7.4 7.4 0 0 1 7.042 7l.93.94a6 6 0 0 0-1.213 1.833 5.6 5.6 0 0 0-.447 2.229 5.64 5.64 0 0 0 1.678 4.059zM8.9 15.14a4.7 4.7 0 0 1-.93-1.409 4.3 4.3 0 0 1-.346-1.717q0-.935.346-1.73.346-.797.93-1.406l.93.94a3.2 3.2 0 0 0-.656.99 3.1 3.1 0 0 0-.238 1.205q0 .641.238 1.201.237.561.656.987zm2.014-2.04a1.5 1.5 0 0 1-.446-1.095q0-.64.45-1.092.452-.45 1.086-.45.633 0 1.08.455.446.456.446 1.096t-.45 1.091q-.452.45-1.086.451-.633 0-1.08-.456m4.166 2.021-.912-.92q.42-.428.656-.99.237-.564.238-1.205 0-.642-.238-1.202a3.1 3.1 0 0 0-.656-.986l.93-.94q.583.609.93 1.406.346.798.346 1.734 0 .918-.346 1.716-.347.798-.948 1.387M16.94 17l-.93-.94a5.65 5.65 0 0 0 1.677-4.044q0-1.203-.447-2.244a6 6 0 0 0-1.212-1.833l.93-.939a7.4 7.4 0 0 1 1.494 2.256Q19 10.535 19 12.018q0 1.464-.547 2.744A7 7 0 0 1 16.94 17"})))},sf=function(e){return QE.createElement("svg",Kt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),lf||(lf=QE.createElement("path",{fill:"#6C737A",d:"m17.264 19-8.068-8.565q-.09.25-.135.518-.046.27-.046.557 0 .672.236 1.258.234.585.65 1.028l-.904.96a4.5 4.5 0 0 1-.94-1.45 4.7 4.7 0 0 1-.344-1.796q0-.576.136-1.104.135-.528.37-1.008L7.262 8.36q-.397.69-.624 1.488a6 6 0 0 0-.226 1.661q0 1.248.443 2.334a5.9 5.9 0 0 0 1.22 1.891l-.922.98a7.3 7.3 0 0 1-1.5-2.334 7.6 7.6 0 0 1-.543-2.87q0-1.153.307-2.2.307-1.046.886-1.949L5 5.98 5.922 5l12.264 13.02zm.542-3.342-.959-.998q.399-.691.625-1.489a6 6 0 0 0 .226-1.66 6.1 6.1 0 0 0-.444-2.334 5.9 5.9 0 0 0-1.22-1.892l.922-.98a7.3 7.3 0 0 1 1.501 2.334Q19 9.974 19 11.51q0 1.152-.308 2.209-.306 1.056-.886 1.94m-1.899-2.016-.995-1.056q.09-.27.136-.528.045-.26.045-.548 0-.672-.235-1.258a3.3 3.3 0 0 0-.651-1.027l.904-.96q.598.615.94 1.45.345.835.344 1.795 0 .576-.117 1.114a4 4 0 0 1-.371 1.018"})))},uf=function(e){return QE.createElement("svg",$t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),cf||(cf=QE.createElement("path",{fill:"#5D676B",d:"M1.6 12.8v-2.4H4v2.4zm3.6 0v-2.4h9.2v2.4zM1.6 9.2V6.8H4v2.4zm3.6 0V6.8h9.2v2.4zM1.6 5.6V3.2H4v2.4zm3.6 0V3.2h9.2v2.4z"})))},pf=function(e){return QE.createElement("svg",en({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),df||(df=QE.createElement("path",{fill:"#5D676B",d:"M3.333 14.667q-.55 0-.941-.392A1.28 1.28 0 0 1 2 13.334V4q0-.55.392-.941.391-.393.941-.392H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667q.55 0 .941.392Q14 3.45 14 4v3.117a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192.65.65 0 0 1-.475-.192.65.65 0 0 1-.191-.475v-.45H3.333v6.667H7.2q.283 0 .475.191a.65.65 0 0 1 .192.475.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192zm6.309-.309A3.21 3.21 0 0 1 8.667 12q0-1.383.975-2.358A3.21 3.21 0 0 1 12 8.667q1.383 0 2.358.975T15.333 12t-.975 2.358q-.975.976-2.358.976a3.21 3.21 0 0 1-2.358-.976m3.475-.774.466-.467-1.25-1.25V10h-.666v2.133z"})))},ff=function(e){return QE.createElement("svg",tn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),mf||(mf=QE.createElement("path",{stroke:"#282D2F",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8.302 20.547c.222.129.332.194.489.227.12.026.298.026.419 0 .156-.033.267-.098.488-.227C11.646 19.41 17 15.84 17 10.932V6.15c0-.8 0-1.2-.13-1.543a2 2 0 0 0-.547-.79c-.276-.243-.65-.383-1.4-.664l-5.361-2.01c-.208-.078-.312-.117-.419-.133a1 1 0 0 0-.286 0c-.107.016-.21.055-.419.133l-5.361 2.01c-.749.281-1.123.421-1.4.665a2 2 0 0 0-.546.789c-.13.343-.13.743-.13 1.543v4.782c0 4.908 5.353 8.478 7.301 9.615"})))},hf=function(e){return QE.createElement("svg",nn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),gf||(gf=QE.createElement("path",{fill:"#6C737A",d:"M8.6 5.8a.96.96 0 0 0 .708-.292A.96.96 0 0 0 9.6 4.8a.96.96 0 0 0-.292-.708A.96.96 0 0 0 8.6 3.8a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708q0 .417.292.708.291.292.708.292m-4.4 0a.96.96 0 0 0 .708-.292A.96.96 0 0 0 5.2 4.8a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4.2 3.8a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708q0 .417.292.708.291.292.708.292m4.108 3.317a2.77 2.77 0 0 0 1.259-1.434H3.233a2.77 2.77 0 0 0 1.259 1.434Q5.367 9.6 6.4 9.6q1.034 0 1.908-.483M3.917 12.3a6.5 6.5 0 0 1-2.042-1.375A6.5 6.5 0 0 1 .5 8.884 6.3 6.3 0 0 1 0 6.392a6.2 6.2 0 0 1 .5-2.484A6.453 6.453 0 0 1 3.916.5 6.3 6.3 0 0 1 6.408 0a6.2 6.2 0 0 1 2.484.5A6.48 6.48 0 0 1 12.3 3.912q.5 1.163.5 2.483t-.5 2.488A6.45 6.45 0 0 1 8.888 12.3q-1.163.5-2.483.5a6.25 6.25 0 0 1-2.488-.5"})))},bf=function(e){return QE.createElement("svg",on({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),vf||(vf=QE.createElement("path",{fill:"#6C737A",d:"M8.467 11.537A1.54 1.54 0 0 1 8 10.404q0-.67.463-1.137A1.54 1.54 0 0 1 9.596 8.8q.67 0 1.137.463t.467 1.133-.463 1.137A1.54 1.54 0 0 1 9.604 12q-.67 0-1.137-.463M3.6 14.4q-.495 0-.848-.358A1.16 1.16 0 0 1 2.4 13.2V4.4q0-.483.352-.842.353-.358.848-.358h1.2V1.6H6v1.6h4V1.6h1.2v1.6h1.2q.495 0 .847.358.353.36.353.842v8.8q0 .483-.353.842a1.15 1.15 0 0 1-.847.358zm0-1.2h8.8v-6H3.6z"})))},yf=function(e){return QE.createElement("svg",rn({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),wf||(wf=QE.createElement("path",{fill:"#6C737A",d:"M10 14v-1.2h2.8v-6H4v3.6H2.8V4q0-.483.353-.842Q3.504 2.8 4 2.8h1.2V1.2h1.2v1.6h4V1.2h1.2v1.6h1.2q.483 0 .842.358Q14 3.518 14 4v8.8q0 .483-.358.842-.36.358-.842.358zm-3.55.8-.85-.85.933-.95H2v-1.2h4.533l-.933-.95.85-.85 2.35 2.4zM4 5.6h8.8V4H4z"})))},If=Object.freeze({__proto__:null,AddIcon:fc,AlertIcon:eu,ArrowDownIcon:_c,ArrowLeftDoubleIcon:Nc,ArrowLeftIcon:hc,ArrowLeftSingleIcon:Gc,AtIcon:zc,BarChartIcon:zd,BlockIcon:tm,BlurOnIcon:rm,CachedIcon:lm,CalendarIcon:ep,CameraIcon:nu,CameraOutlinedIcon:iu,ChatDisabledIcon:mu,ChatDisabledOldIcon:Hm,ChatIcon:lu,CheckCircleIcon:Hc,CheckCircleSolidIcon:Xc,CheckIcon:bc,CheckboxIcon:Zc,ClockIcon:zu,CloseIcon:Vs,CompressIcon:Vc,CopyIcon:Hu,CustomizeIcon:um,DeleteIcon:yc,DotsIcon:Xu,DownloadIcon:Zu,EditIcon:Cc,ElectricBoltIcon:mm,EventDetailsIcon:op,EventRepeatIcon:ap,ExclamationIcon:Yc,ExpandIcon:kc,ExternalLinkIcon:Yu,EyeSolidIcon:Xm,FacebookIcon:pp,FacebookSquaredIcon:fp,FeatureActionIcon:hm,FileIcon:Uu,FilterListIcon:Ku,FlipCameraIcon:ed,GearIcon:nd,HelpIcon:Id,HelpSolidIcon:xd,InfoCircleIcon:Md,InfoCircleSolidIcon:Nd,InfoIcon:_d,InfoSolidIcon:Sd,InsightsIcon:Hd,ItemsIcon:bm,LinkedInIcon:vp,LinkedInSquaredIcon:wp,ListIcon:ym,LocationIcon:Vp,LockIcon:rd,MagicIcon:Cm,MailIcon:ad,MaterialsIcon:_m,MicBoldIcon:Eu,MicOffIcon:wu,MicOffSolidIcon:hu,MicOnSolidIcon:Au,MicOutlinedIcon:Iu,MobileDeviceIcon:Om,OnDemanIcon:qm,OutStageIcon:Hp,PasswordEyeCrossedIcon:Kc,PasswordEyeIcon:Uc,PastSessionIcon:Jm,PeopleCommunityIcon:xp,PeopleIcon:Ip,Person:_p,PersonCardIcon:Qm,PersonCheckIcon:$m,PersonCrossedIcon:tf,PersonDeleteIcon:Op,PersonIcon:_p,PersonPlusIcon:of,PlayCircleIcon:dd,PlayIcon:sd,PlusIcon:Oc,PollIcon:jd,PresentationIcon:Xp,ProgressIcon:qd,RadioIcon:Rm,ReplayDisabledIcon:Bm,RestartIcon:Tm,RestreamingDisabledIcon:sf,RestreamingIcon:af,RocketIcon:Dm,ScreenPersonIcon:Zp,ScreenShareIcon:Up,ScreenShareWindowIcon:Yp,SearchIcon:Rc,SeriesTypeIcon:uf,SessionTimeIcon:pf,ShieldIcon:ff,SideBarIcon:kp,SmileIcon:Rp,SmileSolidIcon:hf,SpotlightIcon:zp,StackedEmailIcon:zm,StageIcon:Kp,StandardTypeIcon:bf,SyncIcon:md,TimesCircleIcon:gd,TodayIcon:cp,TrashIcon:vd,TrendingDownIcon:Jd,TrendingUpIcon:Qd,UndoIcon:wd,UpcomingSessionIcon:yf,VideoCamOnIcon:Ru,VideoCamOnSolidIcon:Nu,VolumeOffIcon:Tu,VolumeUpSolidIcon:ku,WarningIcon:Td,WarningSolidIcon:kd,YoutubeIcon:Np,YoutubeSquaredIcon:Gp}),Cf={avatarRoot:"Avatar-modules_avatarRoot__-f6qf",avatarImage:"Avatar-modules_avatarImage__zceNY",avatarFallback:"Avatar-modules_avatarFallback__q-QHl",size16:"Avatar-modules_size16__G8gqA",size24:"Avatar-modules_size24__mfBv9",size32:"Avatar-modules_size32__B21z8",size40:"Avatar-modules_size40__ixjf7",size48:"Avatar-modules_size48__l5CtN",size64:"Avatar-modules_size64__2kbdu",size80:"Avatar-modules_size80__MjWsy",size96:"Avatar-modules_size96__GRUKB",size128:"Avatar-modules_size128__STzjL"};const GO=[16,24,32,40,48,64,80,96,128],TO=({src:e="",size:t=32,userName:n="",alt:o="",className:r="",fallbackDelay:i=600})=>{const a=GO.includes(t)?Cf[`size${t}`]:Cf.size32,l=String(n).slice(0,1)||"";return KE.createElement("div",{className:$i(a,"demio-ui-avatar",r)},KE.createElement(cc,{className:$i(Cf.avatarRoot,"demio-ui-avatar-root")},KE.createElement(uc,{className:$i(Cf.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),KE.createElement(dc,{className:$i(Cf.avatarFallback,"demio-ui-avatar-fallback"),delayMs:i},l||KE.createElement(_p,null))))};xf={badge:"Badge-modules_badge__Q3gMy",title:"Badge-modules_title__ldcxW",icon:"Badge-modules_icon__PuMGj",orange:"Badge-modules_orange__KUE8y",gray:"Badge-modules_gray__gyQRh",purple:"Badge-modules_purple__0r-Ep",blue:"Badge-modules_blue__gLy09",outlined:"Badge-modules_outlined__6J7Qy",contained:"Badge-modules_contained__iOqhq",green:"Badge-modules_green__az-Sp"};const VO=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:r="green"})=>KE.createElement("div",{className:$i(xf.badge,xf[o],xf[r],"demio-ui-badge",e)},t&&KE.createElement("div",{className:$i(xf.icon,"demio-ui-badge-icon")},t),KE.createElement("p",{className:$i(xf.title,"demio-ui-badge-title")},n));Af={button:"Button-modules_button__aG-rx",primary:"Button-modules_primary__4wFpG",red:"Button-modules_red__kzhcS",dark:"Button-modules_dark__y2K4o",secondary:"Button-modules_secondary__BxoW-",green:"Button-modules_green__XduFJ",tertiary:"Button-modules_tertiary__atvmK",quarter:"Button-modules_quarter__X0oiw",fullWidth:"Button-modules_fullWidth__K1YM1",prefix:"Button-modules_prefix__5QA-K",suffix:"Button-modules_suffix__alHaW"};const DO=eO(({disabled:e=!1,children:t,onClick:n,variant:o="primary",color:r="green",type:i="button",prefix:a="",suffix:l="",className:s="",fullWidth:c=!1,showLoader:u=!1,...d},p)=>KE.createElement("button",{ref:p,type:i,disabled:e,className:$i("demio-ui-button",Af.button,{[s]:s,[Af[o]]:o,[Af.fullWidth]:c,[Af[r]]:!!r}),onClick:n,...d},(a||u)&&KE.createElement("span",{className:$i("demio-ui-button-prefix",Af.prefix)},u?KE.createElement(T,{size:"small",inheritColor:!0}):a),KE.createElement("span",null,t),l&&KE.createElement("span",{className:$i("demio-ui-button-suffix",Af.suffix)},l)));_f={card:"Card-modules_card__CalVf",shadowElevation1:"Card-modules_shadowElevation1__W-OBt",shadowElevation2:"Card-modules_shadowElevation2__wi10x",shadowElevation3:"Card-modules_shadowElevation3__PhQ67",shadowElevation4:"Card-modules_shadowElevation4__Gw1NR",shadowElevation5:"Card-modules_shadowElevation5__1dyXB",shadowElevation6:"Card-modules_shadowElevation6__d6Bwl",shadowElevation7:"Card-modules_shadowElevation7__IKuo-",shadowElevation8:"Card-modules_shadowElevation8__fboRY",shadowElevation9:"Card-modules_shadowElevation9__hpxHG",emptyState:"Card-modules_emptyState__NPe3g"};const kO=tO(({children:e=null,className:t="",isEmptyStateAvailable:n=!0,isLoading:o=!1,emptyStateIcon:r=null,emptyStateText:i="",shadowElevation:a=1})=>{const l=null===r,s=""===i,c=_f[`shadowElevation${a}`];return KE.createElement("div",{className:$i(_f.card,c,"demio-ui-card",t)},o&&KE.createElement(T,{className:"demio-ui-card-loader"}),!o&&(e||KE.createElement("div",{className:$i(_f.emptyState,"demio-ui-card-empty-state")},n&&KE.createElement(KE.Fragment,null,KE.createElement("div",{className:$i({"demio-ui-card-empty-state-icon":l,"demio-ui-card-custom-state-icon":!l})},r||KE.createElement(zd,null)),KE.createElement("div",{className:$i({"demio-ui-card-empty-state-text":s,"demio-ui-card-custom-state-text":!s})},i||"No Data Available")))))});Ef="Checkbox";var[LO]=o(Ef),[zO,FO]=LO(Ef);Of="CheckboxTrigger",(Sf=QE.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:n,...o},r)=>{const{control:i,value:a,disabled:c,checked:u,required:d,setControl:p,setChecked:m,hasConsumerStoppedPropagationRef:f,isFormControl:g,bubbleInput:h}=FO(Of,e),v=l(r,p),b=QE.useRef(u);return QE.useEffect(()=>{const e=i?.form;if(e){const t=()=>m(b.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[i,m]),pO(ia.button,{type:"button",role:"checkbox","aria-checked":un(u)?"mixed":u,"aria-required":d,"data-state":dn(u),"data-disabled":c?"":void 0,disabled:c,value:a,...o,ref:v,onKeyDown:s(t,e=>{"Enter"===e.key&&e.preventDefault()}),onClick:s(n,e=>{m(e=>!!un(e)||!e),h&&g&&(f.current=e.isPropagationStopped(),f.current||e.stopPropagation())})})})).displayName=Of,(Rf=QE.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:o,checked:r,defaultChecked:i,required:a,disabled:l,value:s,onCheckedChange:c,form:u,...d}=e;return pO(sn,{__scopeCheckbox:n,checked:r,defaultChecked:i,disabled:l,required:a,onCheckedChange:c,name:o,form:u,value:s,internal_do_not_use_render:({isFormControl:e})=>fO(mO,{children:[pO(Sf,{...d,ref:t,__scopeCheckbox:n}),e&&pO(Bf,{__scopeCheckbox:n})]})})})).displayName=Ef,Mf="CheckboxIndicator",(Pf=QE.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,i=FO(Mf,n);return pO(xa,{present:o||un(i.checked)||!0===i.checked,children:pO(ia.span,{"data-state":dn(i.checked),"data-disabled":i.disabled?"":void 0,...r,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=Mf,Nf="CheckboxBubbleInput",(Bf=QE.forwardRef(({__scopeCheckbox:e,...t},n)=>{const{control:o,hasConsumerStoppedPropagationRef:r,checked:i,defaultChecked:a,required:s,disabled:c,name:u,value:d,form:p,bubbleInput:m,setBubbleInput:f}=FO(Nf,e),g=l(n,f),h=an(i),v=ln(o);QE.useEffect(()=>{const e=m;if(!e)return;const t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,"checked").set,o=!r.current;if(h!==i&&n){const t=new Event("click",{bubbles:o});e.indeterminate=un(i),n.call(e,!un(i)&&i),e.dispatchEvent(t)}},[m,h,i,r]);const b=QE.useRef(!un(i)&&i);return pO(ia.input,{type:"checkbox","aria-hidden":!0,defaultChecked:a??b.current,required:s,disabled:c,name:u,value:d,form:p,...t,tabIndex:-1,ref:g,style:{...t.style,...v,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})})).displayName=Nf,Gf=Symbol.for("react.lazy"),Tf=QE[" use ".trim().toString()],Vf=Symbol("radix.slottable"),Df=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=mn(e),n=QE.forwardRef((e,n)=>{let{children:o,...r}=e;pn(o)&&"function"==typeof Tf&&(o=Tf(o._payload));const i=QE.Children.toArray(o),a=i.find(fn);if(a){const e=a.props.children,o=i.map(t=>t===a?QE.Children.count(e)>1?QE.Children.only(null):QE.isValidElement(e)?e.props.children:null:t);return pO(t,{...r,ref:n,children:QE.isValidElement(e)?QE.cloneElement(e,void 0,o):null})}return pO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=QE.forwardRef((e,o)=>{const{asChild:r,...i}=e,a=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),pO(a,{...i,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),kf="Label",(Lf=QE.forwardRef((e,t)=>pO(Df.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=kf,zf=Lf,Ff="Label-modules_label__rXO6J",Hf="Label-modules_semiBold__vTm1B",Wf="Label-modules_regular__F9gNE";const HO=(e="regular")=>"semiBold"===e?Hf:Wf;Xf="Checkbox-modules_container__psQsQ",jf="Checkbox-modules_root__iysyc",Zf="Checkbox-modules_label__4TV-f";const WO=tO(eO(({children:e=null,disabled:t=!1,id:n,...o},r)=>KE.createElement("div",{className:$i("demio-ui-checkbox",Xf),ref:r},KE.createElement(Rf,{...o,className:$i("demio-ui-checkbox-button",jf),disabled:t,id:n},KE.createElement(Pf,{className:"demio-ui-checkbox-button"},KE.createElement(Zc,null))),e&&KE.createElement(gn,{className:$i("demio-ui-checkbox-label",Zf),htmlFor:n,weight:"regular"},e))));qf="InputHint-modules_root__bJTnj",Yf="InputHint-modules_error__HZnQD",Jf={root:"Input-modules_root__vdxX5",label:"Input-modules_label__2RN8-",optional:"Input-modules_optional__M78yJ",static:"Input-modules_static__cpwFU",correctedTop:"Input-modules_correctedTop__I3y-S",inputWrapper:"Input-modules_inputWrapper__KPYyg",input:"Input-modules_input__y9hSj",startAdornment:"Input-modules_startAdornment__Xs8xw",endAdornment:"Input-modules_endAdornment__z04mP",footer:"Input-modules_footer__R8J8U",togglePasswordButton:"Input-modules_togglePasswordButton__KGieB",footerMessage:"Input-modules_footerMessage__akEOh",counter:"Input-modules_counter__HFA5P",isDisabled:"Input-modules_isDisabled__bHf8L",hint:"Input-modules_hint__e-KNY",isError:"Input-modules_isError__1B8e9",isFocused:"Input-modules_isFocused__Oa1Re",isLabelStatic:"Input-modules_isLabelStatic__iF0-s"};const XO=eO((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:r=.8,defaultValue:i="",disabled:a=!1,endAdornment:l=null,endAdornmentClassName:s="",errorMessage:c="",hint:u="",id:d,inputWrapperClass:p="",isLabelStatic:m=!1,label:f="",maxLength:g=150,name:h="",onBlur:v,onChange:b,onFocus:w,optionalText:y="Optional",placeholder:I="",required:C=!1,startAdornment:x=null,type:A="text",value:_,...E}=e,[O,S]=$E(!1),[R,M]=$E(i||""),[P,N]=$E(!1),B=void 0!==_,G="password"===A,T=G?O?"text":"password":A,V=B?_:R,D=V.length,k=D>=g*r;return KE.createElement("div",{className:$i("demio-ui-input",`demio-ui-input-${A}`,Jf.root,{[o]:!!o,[Jf.isDisabled]:a,[Jf.isFocused]:P||V,[Jf.hasStartAdornment]:!!x,[Jf.isError]:!!c,[Jf.isLabelStatic]:!!m,"demio-ui-input-has-error":!!c}),"data-html":"container","data-state":P?"focused":""},f&&KE.createElement("label",{htmlFor:d,className:$i("demio-ui-input-label",Jf.label,{[Jf.static]:m}),"data-html":"label"},f),!C&&KE.createElement("span",{className:$i("demio-ui-input-optional",Jf.optional,{[Jf.correctedTop]:m}),"data-html":"optional"},y),KE.createElement("div",{className:$i("demio-ui-input-wrapper",Jf.inputWrapper,p),"data-html":"wrapper"},x&&KE.createElement("div",{className:Jf.startAdornment,"data-html":"start-adornment"},x),KE.createElement("input",{...E,type:T,id:d,ref:t,name:h||d,className:Jf.input,placeholder:I,required:C,"data-html":"input",disabled:a,autoComplete:n,maxLength:g,onChange:e=>{b?.(e),B||M(e.target.value)},value:V,onFocus:e=>{w?.(e),N(!0)},onBlur:e=>{v?.(e),N(!1)}}),l&&KE.createElement("div",{className:$i(Jf.endAdornment,{[s]:!!s}),"data-html":"end-adornment"},l),G&&KE.createElement("button",{className:$i("demio-ui-input-toggle-password-button",Jf.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{S(!O)},type:"button"},O?KE.createElement(Uc,null):KE.createElement(Kc,null))),KE.createElement("div",{className:$i("demio-ui-input-footer",Jf.footer,{[Jf.footerWithEndAdornment]:!!l}),"data-html":"footer"},KE.createElement("div",{className:$i("demio-ui-input-footer-message",Jf.footerMessage)},c&&KE.createElement(hn,{type:"error"},c),u&&!c&&KE.createElement(hn,{className:Jf.hint},u)),KE.createElement(hn,{className:$i("demio-ui-input-counter",Jf.counter)},k&&`(${D} / ${g})`)))});Uf="CopyLinkInput-module_root__oxVd0",Qf="CopyLinkInput-module_input__MQztq",Kf="CopyLinkInput-module_button__J5F9v",$f="CopyLinkInput-module_inputWrapper__m0PMy";const jO=({onCopy:e})=>KE.createElement("button",{type:"button",className:Kf,onClick:e,"aria-label":"Copy to clipboard"},KE.createElement(Hu,{width:16,height:16})),ZO=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...r})=>{const[i,a]=$E(!1),l=nO(null),s=nO(null),c=oO(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(uP){console.error("Could not copy text: ",uP)}})(e),a(!0),l.current=setTimeout(()=>{a(!1)},2e3)},[e]);return rO(()=>()=>{l.current&&clearTimeout(l.current)},[]),KE.createElement("div",{className:$i(Uf,t)},KE.createElement(XO,{className:Qf,readOnly:!0,id:o,ref:s,value:e,hint:i?n:"",inputWrapperClass:$f,endAdornment:KE.createElement(jO,{onCopy:c}),required:!0,onFocus:e=>{c(),r.onFocus&&r.onFocus(e)},...r}))};ug=e(In()),dg=".reactEasyCrop_Container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n user-select: none;\n touch-action: none;\n cursor: move;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.reactEasyCrop_Image,\n.reactEasyCrop_Video {\n will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */\n}\n\n.reactEasyCrop_Contain {\n max-width: 100%;\n max-height: 100%;\n margin: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.reactEasyCrop_Cover_Horizontal {\n width: 100%;\n height: auto;\n}\n.reactEasyCrop_Cover_Vertical {\n width: auto;\n height: 100%;\n}\n\n.reactEasyCrop_CropArea {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n border: 1px solid rgba(255, 255, 255, 0.5);\n box-sizing: border-box;\n box-shadow: 0 0 0 9999em;\n color: rgba(0, 0, 0, 0.5);\n overflow: hidden;\n}\n\n.reactEasyCrop_CropAreaRound {\n border-radius: 50%;\n}\n\n.reactEasyCrop_CropAreaGrid::before {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 0;\n bottom: 0;\n left: 33.33%;\n right: 33.33%;\n border-top: 0;\n border-bottom: 0;\n}\n\n.reactEasyCrop_CropAreaGrid::after {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 33.33%;\n bottom: 33.33%;\n left: 0;\n right: 0;\n border-left: 0;\n border-right: 0;\n}\n",pg=1,mg=3,fg=1,gg=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=QE.createRef(),n.imageRef=QE.createRef(),n.videoRef=QE.createRef(),n.containerPosition={x:0,y:0},n.containerRef=null,n.styleRef=null,n.containerRect=null,n.mediaSize={width:0,height:0,naturalWidth:0,naturalHeight:0},n.dragStartPosition={x:0,y:0},n.dragStartCrop={x:0,y:0},n.gestureZoomStart=0,n.gestureRotationStart=0,n.isTouching=!1,n.lastPinchDistance=0,n.lastPinchRotation=0,n.rafDragTimeout=null,n.rafPinchTimeout=null,n.wheelTimer=null,n.currentDoc="undefined"!=typeof document?document:null,n.currentWindow="undefined"!=typeof window?window:null,n.resizeObserver=null,n.previousCropSize=null,n.isInitialized=!1,n.state={cropSize:null,hasWheelJustStarted:!1,mediaObjectFit:void 0},n.initResizeObserver=function(){if(void 0!==window.ResizeObserver&&n.containerRef){var e=!0;n.resizeObserver=new window.ResizeObserver(function(t){e?e=!1:n.computeSizes()}),n.resizeObserver.observe(n.containerRef)}},n.preventZoomSafari=function(e){return e.preventDefault()},n.cleanEvents=function(){n.currentDoc&&(n.currentDoc.removeEventListener("mousemove",n.onMouseMove),n.currentDoc.removeEventListener("mouseup",n.onDragStopped),n.currentDoc.removeEventListener("touchmove",n.onTouchMove),n.currentDoc.removeEventListener("touchend",n.onDragStopped),n.currentDoc.removeEventListener("gesturechange",n.onGestureChange),n.currentDoc.removeEventListener("gestureend",n.onGestureEnd),n.currentDoc.removeEventListener("scroll",n.onScroll))},n.clearScrollEvent=function(){n.containerRef&&n.containerRef.removeEventListener("wheel",n.onWheel),n.wheelTimer&&clearTimeout(n.wheelTimer)},n.onMediaLoad=function(){var e=n.computeSizes();e&&(n.previousCropSize=e,n.emitCropData(),n.setInitialCrop(e),n.isInitialized=!0),n.props.onMediaLoaded&&n.props.onMediaLoaded(n.mediaSize)},n.setInitialCrop=function(e){var t,o,r,i;n.props.initialCroppedAreaPercentages?(t=function(e,t,n,o,r,i){var a=Rn(t.width,t.height,n),l=Mn(o.width/a.width*(100/e.width),r,i),s={x:l*a.width/2-o.width/2-a.width*l*(e.x/100),y:l*a.height/2-o.height/2-a.height*l*(e.y/100)};return{crop:s,zoom:l}}(n.props.initialCroppedAreaPercentages,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=t.crop,r=t.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(r)):n.props.initialCroppedAreaPixels&&(i=function(e,t,n,o,r,i){var a,l,s;return void 0===n&&(n=0),a=Rn(t.naturalWidth,t.naturalHeight,n),l=Mn(function(e,t,n){var o=function(e){return e.width>e.height?e.width/e.naturalWidth:e.height/e.naturalHeight}(t);return n.height>n.width?n.height/(e.height*o):n.width/(e.width*o)}(e,t,o),r,i),s=o.height>o.width?o.height/e.height:o.width/e.width,{crop:{x:((a.width-e.width)/2-e.x)*s,y:((a.height-e.height)/2-e.y)*s},zoom:l}}(n.props.initialCroppedAreaPixels,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=i.crop,r=i.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(r))},n.computeSizes=function(){var e,t,o,r,i,a,l,s,c,u,d,p,m=n.imageRef.current||n.videoRef.current;if(m&&n.containerRef){if(n.containerRect=n.containerRef.getBoundingClientRect(),n.saveContainerPosition(),l=n.containerRect.width/n.containerRect.height,u=(s=(null===(e=n.imageRef.current)||void 0===e?void 0:e.naturalWidth)||(null===(t=n.videoRef.current)||void 0===t?void 0:t.videoWidth)||0)/(c=(null===(o=n.imageRef.current)||void 0===o?void 0:o.naturalHeight)||(null===(r=n.videoRef.current)||void 0===r?void 0:r.videoHeight)||0),d=void 0,m.offsetWidth<s||m.offsetHeight<c)switch(n.state.mediaObjectFit){default:case"contain":d=l>u?{width:n.containerRect.height*u,height:n.containerRect.height}:{width:n.containerRect.width,height:n.containerRect.width/u};break;case"horizontal-cover":d={width:n.containerRect.width,height:n.containerRect.width/u};break;case"vertical-cover":d={width:n.containerRect.height*u,height:n.containerRect.height}}else d={width:m.offsetWidth,height:m.offsetHeight};return n.mediaSize=Ea(Ea({},d),{naturalWidth:s,naturalHeight:c}),n.props.setMediaSize&&n.props.setMediaSize(n.mediaSize),p=n.props.cropSize?n.props.cropSize:function(e,t,n,o,r,i){var a,l,s,c,u;return void 0===i&&(i=0),l=(a=Rn(e,t,i)).width,s=a.height,(c=Math.min(l,n))>(u=Math.min(s,o))*r?{width:u*r,height:u}:{width:c,height:c/r}}(n.mediaSize.width,n.mediaSize.height,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation),(null===(i=n.state.cropSize)||void 0===i?void 0:i.height)===p.height&&(null===(a=n.state.cropSize)||void 0===a?void 0:a.width)===p.width||n.props.onCropSizeChange&&n.props.onCropSizeChange(p),n.setState({cropSize:p},n.recomputeCropPosition),n.props.setCropSize&&n.props.setCropSize(p),p}},n.saveContainerPosition=function(){if(n.containerRef){var e=n.containerRef.getBoundingClientRect();n.containerPosition={x:e.left,y:e.top}}},n.onMouseDown=function(e){n.currentDoc&&(e.preventDefault(),n.currentDoc.addEventListener("mousemove",n.onMouseMove),n.currentDoc.addEventListener("mouseup",n.onDragStopped),n.saveContainerPosition(),n.onDragStart(t.getMousePoint(e)))},n.onMouseMove=function(e){return n.onDrag(t.getMousePoint(e))},n.onScroll=function(e){n.currentDoc&&(e.preventDefault(),n.saveContainerPosition())},n.onTouchStart=function(e){n.currentDoc&&(n.isTouching=!0,n.props.onTouchRequest&&!n.props.onTouchRequest(e)||(n.currentDoc.addEventListener("touchmove",n.onTouchMove,{passive:!1}),n.currentDoc.addEventListener("touchend",n.onDragStopped),n.saveContainerPosition(),2===e.touches.length?n.onPinchStart(e):1===e.touches.length&&n.onDragStart(t.getTouchPoint(e.touches[0]))))},n.onTouchMove=function(e){e.preventDefault(),2===e.touches.length?n.onPinchMove(e):1===e.touches.length&&n.onDrag(t.getTouchPoint(e.touches[0]))},n.onGestureStart=function(e){n.currentDoc&&(e.preventDefault(),n.currentDoc.addEventListener("gesturechange",n.onGestureChange),n.currentDoc.addEventListener("gestureend",n.onGestureEnd),n.gestureZoomStart=n.props.zoom,n.gestureRotationStart=n.props.rotation)},n.onGestureChange=function(e){var o,r,i;e.preventDefault(),n.isTouching||(o=t.getMousePoint(e),r=n.gestureZoomStart-1+e.scale,n.setNewZoom(r,o,{shouldUpdatePosition:!0}),n.props.onRotationChange&&(i=n.gestureRotationStart+e.rotation,n.props.onRotationChange(i)))},n.onGestureEnd=function(e){n.cleanEvents()},n.onDragStart=function(e){var t,o,r=e.x,i=e.y;n.dragStartPosition={x:r,y:i},n.dragStartCrop=Ea({},n.props.crop),null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t)},n.onDrag=function(e){var t=e.x,o=e.y;n.currentWindow&&(n.rafDragTimeout&&n.currentWindow.cancelAnimationFrame(n.rafDragTimeout),n.rafDragTimeout=n.currentWindow.requestAnimationFrame(function(){var e,r,i,a;n.state.cropSize&&void 0!==t&&void 0!==o&&(e=t-n.dragStartPosition.x,r=o-n.dragStartPosition.y,i={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+r},a=n.props.restrictPosition?Cn(i,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):i,n.props.onCropChange(a))}))},n.onDragStopped=function(){var e,t;n.isTouching=!1,n.cleanEvents(),n.emitCropData(),null===(t=(e=n.props).onInteractionEnd)||void 0===t||t.call(e)},n.onWheel=function(e){var o,r,i;n.currentWindow&&(n.props.onWheelRequest&&!n.props.onWheelRequest(e)||(e.preventDefault(),o=t.getMousePoint(e),r=ug(e).pixelY,i=n.props.zoom-r*n.props.zoomSpeed/200,n.setNewZoom(i,o,{shouldUpdatePosition:!0}),n.state.hasWheelJustStarted||n.setState({hasWheelJustStarted:!0},function(){var e,t;return null===(t=(e=n.props).onInteractionStart)||void 0===t?void 0:t.call(e)}),n.wheelTimer&&clearTimeout(n.wheelTimer),n.wheelTimer=n.currentWindow.setTimeout(function(){return n.setState({hasWheelJustStarted:!1},function(){var e,t;return null===(t=(e=n.props).onInteractionEnd)||void 0===t?void 0:t.call(e)})},250)))},n.getPointOnContainer=function(e,t){var o=e.x,r=e.y;if(!n.containerRect)throw new Error("The Cropper is not mounted");return{x:n.containerRect.width/2-(o-t.x),y:n.containerRect.height/2-(r-t.y)}},n.getPointOnMedia=function(e){var t=e.x,o=e.y,r=n.props,i=r.crop,a=r.zoom;return{x:(t+i.x)/a,y:(o+i.y)/a}},n.setNewZoom=function(e,t,o){var r,i,a,l,s,c=void 0===o?{}:o,u=c.shouldUpdatePosition,d=void 0===u||u;n.state.cropSize&&n.props.onZoomChange&&(r=Mn(e,n.props.minZoom,n.props.maxZoom),d&&(i=n.getPointOnContainer(t,n.containerPosition),l={x:(a=n.getPointOnMedia(i)).x*r-i.x,y:a.y*r-i.y},s=n.props.restrictPosition?Cn(l,n.mediaSize,n.state.cropSize,r,n.props.rotation):l,n.props.onCropChange(s)),n.props.onZoomChange(r))},n.getCropData=function(){return n.state.cropSize?function(e,t,n,o,r,i,a){var l,s,c,u,d,p,m;return void 0===i&&(i=0),void 0===a&&(a=!0),l=a?En:On,s=Rn(t.width,t.height,i),c=Rn(t.naturalWidth,t.naturalHeight,i),u={x:l(100,((s.width-n.width/r)/2-e.x/r)/s.width*100),y:l(100,((s.height-n.height/r)/2-e.y/r)/s.height*100),width:l(100,n.width/s.width*100/r),height:l(100,n.height/s.height*100/r)},d=Math.round(l(c.width,u.width*c.width/100)),p=Math.round(l(c.height,u.height*c.height/100)),m=c.width>=c.height*o?{width:Math.round(p*o),height:p}:{width:d,height:Math.round(d/o)},{croppedAreaPercentages:u,croppedAreaPixels:Ea(Ea({},m),{x:Math.round(l(c.width-m.width,u.x*c.width/100)),y:Math.round(l(c.height-m.height,u.y*c.height/100))})}}(n.props.restrictPosition?Cn(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop,n.mediaSize,n.state.cropSize,n.getAspect(),n.props.zoom,n.props.rotation,n.props.restrictPosition):null},n.emitCropData=function(){var e,t,o=n.getCropData();o&&(e=o.croppedAreaPercentages,t=o.croppedAreaPixels,n.props.onCropComplete&&n.props.onCropComplete(e,t),n.props.onCropAreaChange&&n.props.onCropAreaChange(e,t))},n.emitCropAreaChange=function(){var e,t,o=n.getCropData();o&&(e=o.croppedAreaPercentages,t=o.croppedAreaPixels,n.props.onCropAreaChange&&n.props.onCropAreaChange(e,t))},n.recomputeCropPosition=function(){var e,t,o,r,i,a;n.state.cropSize&&(o=n.props.crop,n.isInitialized&&(null===(e=n.previousCropSize)||void 0===e?void 0:e.width)&&(null===(t=n.previousCropSize)||void 0===t?void 0:t.height)&&(Math.abs(n.previousCropSize.width-n.state.cropSize.width)>1e-6||Math.abs(n.previousCropSize.height-n.state.cropSize.height)>1e-6)&&(r=n.state.cropSize.width/n.previousCropSize.width,i=n.state.cropSize.height/n.previousCropSize.height,o={x:n.props.crop.x*r,y:n.props.crop.y*i}),a=n.props.restrictPosition?Cn(o,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):o,n.previousCropSize=n.state.cropSize,n.props.onCropChange(a),n.emitCropData())},n.onKeyDown=function(e){var t,o,r,i=n.props,a=i.crop,l=i.onCropChange,s=i.keyboardStep,c=i.zoom,u=i.rotation,d=s;if(n.state.cropSize){switch(e.shiftKey&&(d*=.2),r=Ea({},a),e.key){case"ArrowUp":r.y-=d,e.preventDefault();break;case"ArrowDown":r.y+=d,e.preventDefault();break;case"ArrowLeft":r.x-=d,e.preventDefault();break;case"ArrowRight":r.x+=d,e.preventDefault();break;default:return}n.props.restrictPosition&&(r=Cn(r,n.mediaSize,n.state.cropSize,c,u)),e.repeat||null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t),l(r)}},n.onKeyUp=function(e){var t,o;switch(e.key){case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":e.preventDefault();break;default:return}n.emitCropData(),null===(o=(t=n.props).onInteractionEnd)||void 0===o||o.call(t)},n}return function(e,t){function n(){this.constructor=e}if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");_a(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){this.currentDoc&&this.currentWindow&&(this.containerRef&&(this.containerRef.ownerDocument&&(this.currentDoc=this.containerRef.ownerDocument),this.currentDoc.defaultView&&(this.currentWindow=this.currentDoc.defaultView),this.initResizeObserver(),void 0===window.ResizeObserver&&this.currentWindow.addEventListener("resize",this.computeSizes),this.props.zoomWithScroll&&this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}),this.containerRef.addEventListener("gesturestart",this.onGestureStart)),this.currentDoc.addEventListener("scroll",this.onScroll),this.props.disableAutomaticStylesInjection||(this.styleRef=this.currentDoc.createElement("style"),this.styleRef.setAttribute("type","text/css"),this.props.nonce&&this.styleRef.setAttribute("nonce",this.props.nonce),this.styleRef.innerHTML=dg,this.currentDoc.head.appendChild(this.styleRef)),this.imageRef.current&&this.imageRef.current.complete&&this.onMediaLoad(),this.props.setImageRef&&this.props.setImageRef(this.imageRef),this.props.setVideoRef&&this.props.setVideoRef(this.videoRef),this.props.setCropperRef&&this.props.setCropperRef(this.cropperRef))},t.prototype.componentWillUnmount=function(){var e,t;this.currentDoc&&this.currentWindow&&(void 0===window.ResizeObserver&&this.currentWindow.removeEventListener("resize",this.computeSizes),null===(e=this.resizeObserver)||void 0===e||e.disconnect(),this.containerRef&&this.containerRef.removeEventListener("gesturestart",this.preventZoomSafari),this.styleRef&&(null===(t=this.styleRef.parentNode)||void 0===t||t.removeChild(this.styleRef)),this.cleanEvents(),this.props.zoomWithScroll&&this.clearScrollEvent())},t.prototype.componentDidUpdate=function(e){var t,n,o,r,i,a,l,s,c,u;e.rotation!==this.props.rotation?(this.computeSizes(),this.recomputeCropPosition()):e.aspect!==this.props.aspect||e.objectFit!==this.props.objectFit?this.computeSizes():e.zoom!==this.props.zoom?this.recomputeCropPosition():(null===(t=e.cropSize)||void 0===t?void 0:t.height)!==(null===(n=this.props.cropSize)||void 0===n?void 0:n.height)||(null===(o=e.cropSize)||void 0===o?void 0:o.width)!==(null===(r=this.props.cropSize)||void 0===r?void 0:r.width)?this.computeSizes():(null===(i=e.crop)||void 0===i?void 0:i.x)===(null===(a=this.props.crop)||void 0===a?void 0:a.x)&&(null===(l=e.crop)||void 0===l?void 0:l.y)===(null===(s=this.props.crop)||void 0===s?void 0:s.y)||this.emitCropAreaChange(),e.zoomWithScroll!==this.props.zoomWithScroll&&this.containerRef&&(this.props.zoomWithScroll?this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}):this.clearScrollEvent()),e.video!==this.props.video&&(null===(c=this.videoRef.current)||void 0===c||c.load()),(u=this.getObjectFit())!==this.state.mediaObjectFit&&this.setState({mediaObjectFit:u},this.computeSizes)},t.prototype.getAspect=function(){var e=this.props,t=e.cropSize,n=e.aspect;return t?t.width/t.height:n},t.prototype.getObjectFit=function(){var e,t,n,o,r;return"cover"===this.props.objectFit?(this.imageRef.current||this.videoRef.current)&&this.containerRef?(this.containerRect=this.containerRef.getBoundingClientRect(),r=this.containerRect.width/this.containerRect.height,((null===(e=this.imageRef.current)||void 0===e?void 0:e.naturalWidth)||(null===(t=this.videoRef.current)||void 0===t?void 0:t.videoWidth)||0)/((null===(n=this.imageRef.current)||void 0===n?void 0:n.naturalHeight)||(null===(o=this.videoRef.current)||void 0===o?void 0:o.videoHeight)||0)<r?"horizontal-cover":"vertical-cover"):"horizontal-cover":this.props.objectFit},t.prototype.onPinchStart=function(e){var n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]);this.lastPinchDistance=An(n,o),this.lastPinchRotation=_n(n,o),this.onDragStart(Sn(n,o))},t.prototype.onPinchMove=function(e){var n,o,r,i=this;this.currentDoc&&this.currentWindow&&(n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),r=Sn(n,o),this.onDrag(r),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,a=An(n,o),l=i.props.zoom*(a/i.lastPinchDistance);i.setNewZoom(l,r,{shouldUpdatePosition:!1}),i.lastPinchDistance=a,e=_n(n,o),t=i.props.rotation+(e-i.lastPinchRotation),i.props.onRotationChange&&i.props.onRotationChange(t),i.lastPinchRotation=e}))},t.prototype.render=function(){var e,t=this,n=this.props,o=n.image,r=n.video,i=n.mediaProps,a=n.cropperProps,l=n.transform,s=n.crop,c=s.x,u=s.y,d=n.rotation,p=n.zoom,m=n.cropShape,f=n.showGrid,g=n.roundCropAreaPixels,h=n.style,v=h.containerStyle,b=h.cropAreaStyle,w=h.mediaStyle,y=n.classes,I=y.containerClassName,C=y.cropAreaClassName,x=y.mediaClassName,A=null!==(e=this.state.mediaObjectFit)&&void 0!==e?e:this.getObjectFit();return QE.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:v,className:Pn("reactEasyCrop_Container",I)},o?QE.createElement("img",Ea({alt:"",className:Pn("reactEasyCrop_Image","contain"===A&&"reactEasyCrop_Contain","horizontal-cover"===A&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===A&&"reactEasyCrop_Cover_Vertical",x)},i,{src:o,ref:this.imageRef,style:Ea(Ea({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):r&&QE.createElement("video",Ea({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:Pn("reactEasyCrop_Video","contain"===A&&"reactEasyCrop_Contain","horizontal-cover"===A&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===A&&"reactEasyCrop_Cover_Vertical",x)},i,{ref:this.videoRef,onLoadedMetadata:this.onMediaLoad,style:Ea(Ea({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),controls:!1}),(Array.isArray(r)?r:[{src:r}]).map(function(e){return QE.createElement("source",Ea({key:e.src},e))})),this.state.cropSize&&QE.createElement("div",Ea({ref:this.cropperRef,style:Ea(Ea({},b),{width:g?Math.round(this.state.cropSize.width):this.state.cropSize.width,height:g?Math.round(this.state.cropSize.height):this.state.cropSize.height}),tabIndex:0,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,"data-testid":"cropper",className:Pn("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",f&&"reactEasyCrop_CropAreaGrid",C)},a)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:mg,minZoom:pg,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:fg},t.getMousePoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t.getTouchPoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t}(QE.Component),hg=QE.createContext(void 0),vg=["PageUp","PageDown"],bg=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],wg={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},yg="Slider";var[qO,YO,JO]=Gn(yg),[UO]=o(yg,[JO]),[QO,KO]=UO(yg);Ig=QE.forwardRef((e,t)=>{function n(e,t,{commit:n}={commit:!1}){const o=function(e){return(String(e).split(".")[1]||"").length}(a),l=function(e,t){const n=Math.pow(10,t);return Math.round(e*n)/n}(Math.round((e-r)/a)*a+r,o),s=Nn(l,[r,i]);x((e=[])=>{const o=function(e=[],t,n){const o=[...e];return o[n]=t,o.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}(o,d*a)){y.current=o.indexOf(s);const t=String(o)!==String(e);return t&&n&&g(o),t?o:e}return e})}const{name:o,min:r=0,max:i=100,step:a=1,orientation:l="horizontal",disabled:c=!1,minStepsBetweenThumbs:d=0,defaultValue:p=[r],value:m,onValueChange:f=()=>{},onValueCommit:g=()=>{},inverted:h=!1,form:v,...b}=e,w=QE.useRef(new Set),y=QE.useRef(0),I="horizontal"===l?Cg:xg,[C=[],x]=u({prop:m,defaultProp:p,onChange:e=>{const t=[...w.current];t[y.current]?.focus(),f(e)}}),A=QE.useRef(C);return pO(QO,{scope:e.__scopeSlider,name:o,disabled:c,min:r,max:i,valueIndexToChangeRef:y,thumbs:w.current,values:C,orientation:l,form:v,children:pO(qO.Provider,{scope:e.__scopeSlider,children:pO(qO.Slot,{scope:e.__scopeSlider,children:pO(I,{"aria-disabled":c,"data-disabled":c?"":void 0,...b,ref:t,onPointerDown:s(b.onPointerDown,()=>{c||(A.current=C)}),min:r,max:i,inverted:h,onSlideStart:c?void 0:function(e){const t=function(e,t){if(1===e.length)return 0;const n=e.map(e=>Math.abs(e-t)),o=Math.min(...n);return n.indexOf(o)}(C,e);n(e,t)},onSlideMove:c?void 0:function(e){n(e,y.current)},onSlideEnd:c?void 0:function(){const e=A.current[y.current];C[y.current]!==e&&g(C)},onHomeKeyDown:()=>!c&&n(r,0,{commit:!0}),onEndKeyDown:()=>!c&&n(i,C.length-1,{commit:!0}),onStepKeyDown:({event:e,direction:t})=>{if(!c){const o=vg.includes(e.key)||e.shiftKey&&bg.includes(e.key)?10:1,r=y.current;n(C[r]+a*o*t,r,{commit:!0})}}})})})})}),Ig.displayName=yg;var[$O,eS]=UO(yg,{startEdge:"left",endEdge:"right",size:"width",direction:1});Cg=QE.forwardRef((e,t)=>{function n(e){const t=h.current||m.getBoundingClientRect(),n=Vn([0,t.width],w?[o,r]:[r,o]);return h.current=t,n(e-t.left)}const{min:o,max:r,dir:i,inverted:a,onSlideStart:s,onSlideMove:c,onSlideEnd:u,onStepKeyDown:d,...p}=e,[m,f]=QE.useState(null),g=l(t,e=>f(e)),h=QE.useRef(void 0),v=Bn(i),b="ltr"===v,w=b&&!a||!b&&a;return pO($O,{scope:e.__scopeSlider,startEdge:w?"left":"right",endEdge:w?"right":"left",direction:w?1:-1,size:"width",children:pO(Ag,{dir:v,"data-orientation":"horizontal",...p,ref:g,style:{...p.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:e=>{const t=n(e.clientX);s?.(t)},onSlideMove:e=>{const t=n(e.clientX);c?.(t)},onSlideEnd:()=>{h.current=void 0,u?.()},onStepKeyDown:e=>{const t=wg[w?"from-left":"from-right"].includes(e.key);d?.({event:e,direction:t?-1:1})}})})}),xg=QE.forwardRef((e,t)=>{function n(e){const t=f.current||p.current.getBoundingClientRect(),n=Vn([0,t.height],g?[r,o]:[o,r]);return f.current=t,n(e-t.top)}const{min:o,max:r,inverted:i,onSlideStart:a,onSlideMove:s,onSlideEnd:c,onStepKeyDown:u,...d}=e,p=QE.useRef(null),m=l(t,p),f=QE.useRef(void 0),g=!i;return pO($O,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:pO(Ag,{"data-orientation":"vertical",...d,ref:m,style:{...d.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:e=>{const t=n(e.clientY);a?.(t)},onSlideMove:e=>{const t=n(e.clientY);s?.(t)},onSlideEnd:()=>{f.current=void 0,c?.()},onStepKeyDown:e=>{const t=wg[g?"from-bottom":"from-top"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),Ag=QE.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:r,onSlideEnd:i,onHomeKeyDown:a,onEndKeyDown:l,onStepKeyDown:c,...u}=e,d=KO(yg,n);return pO(ia.span,{...u,ref:t,onKeyDown:s(e.onKeyDown,e=>{"Home"===e.key?(a(e),e.preventDefault()):"End"===e.key?(l(e),e.preventDefault()):vg.concat(bg).includes(e.key)&&(c(e),e.preventDefault())}),onPointerDown:s(e.onPointerDown,e=>{const t=e.target;t.setPointerCapture(e.pointerId),e.preventDefault(),d.thumbs.has(t)?t.focus():o(e)}),onPointerMove:s(e.onPointerMove,e=>{e.target.hasPointerCapture(e.pointerId)&&r(e)}),onPointerUp:s(e.onPointerUp,e=>{const t=e.target;t.hasPointerCapture(e.pointerId)&&(t.releasePointerCapture(e.pointerId),i(e))})})}),_g="SliderTrack",(Eg=QE.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=KO(_g,n);return pO(ia.span,{"data-disabled":r.disabled?"":void 0,"data-orientation":r.orientation,...o,ref:t})})).displayName=_g,Og="SliderRange",(Sg=QE.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=KO(Og,n),i=eS(Og,n),a=l(t,QE.useRef(null)),s=r.values.length,c=r.values.map(e=>Tn(e,r.min,r.max)),u=s>1?Math.min(...c):0,d=100-Math.max(...c);return pO(ia.span,{"data-orientation":r.orientation,"data-disabled":r.disabled?"":void 0,...o,ref:a,style:{...e.style,[i.startEdge]:u+"%",[i.endEdge]:d+"%"}})})).displayName=Og,Rg="SliderThumb",Mg=QE.forwardRef((e,t)=>{const n=YO(e.__scopeSlider),[o,r]=QE.useState(null),i=l(t,e=>r(e)),a=QE.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return pO(Pg,{...e,ref:i,index:a})}),Pg=QE.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:r,...i}=e,a=KO(Rg,n),c=eS(Rg,n),[u,d]=QE.useState(null),p=l(t,e=>d(e)),m=!u||(a.form||!!u.closest("form")),f=ln(u),g=a.values[o],h=void 0===g?0:Tn(g,a.min,a.max),v=function(e,t){return t>2?`Value ${e+1} of ${t}`:2===t?["Minimum","Maximum"][e]:void 0}(o,a.values.length),b=f?.[c.size],w=b?function(e,t,n){const o=e/2;return(o-Vn([0,50],[0,o])(t)*n)*n}(b,h,c.direction):0;return QE.useEffect(()=>{if(u)return a.thumbs.add(u),()=>{a.thumbs.delete(u)}},[u,a.thumbs]),fO("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${h}% + ${w}px)`},children:[pO(qO.ItemSlot,{scope:e.__scopeSlider,children:pO(ia.span,{role:"slider","aria-label":e["aria-label"]||v,"aria-valuemin":a.min,"aria-valuenow":g,"aria-valuemax":a.max,"aria-orientation":a.orientation,"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,tabIndex:a.disabled?void 0:0,...i,ref:p,style:void 0===g?{display:"none"}:e.style,onFocus:s(e.onFocus,()=>{a.valueIndexToChangeRef.current=o})})}),m&&pO(Bg,{name:r??(a.name?a.name+(a.values.length>1?"[]":""):void 0),form:a.form,value:g},o)]})}),Mg.displayName=Rg,Ng="RadioBubbleInput",(Bg=QE.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const r=QE.useRef(null),i=l(r,o),a=an(t);return QE.useEffect(()=>{const e=r.current;if(!e)return;const n=window.HTMLInputElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(a!==t&&o){const n=new Event("input",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[a,t]),pO(ia.input,{style:{display:"none"},...n,ref:i,defaultValue:t})})).displayName=Ng,Gg=Ig,Tg=Eg,Vg=Sg,Dg=Mg,kg="Slider-modules_container__ZtkgF",Lg="Slider-modules_track__KLggY",zg="Slider-modules_range__3s39d",Fg="Slider-modules_thumb__P9ZoJ",Hg="Slider-modules_thumbArea__lNKj-";const tS=tO(e=>{const{className:t,isDisabled:n=!1,max:o,min:r,name:i="slider",onChange:a,step:l,thumbAriaLabel:s="",value:c=0}=e,[u,d]=$E(c);return rO(()=>{d(c)},[c]),KE.createElement(Gg,{className:$i("demio-ui-slider-container",kg,t),"data-testid":"container",disabled:n,min:r,max:o,name:i,onValueChange:e=>{return t=e[0],d(t),void(a&&a(t));var t},step:l,value:[u]},KE.createElement(Tg,{className:$i("demio-ui-slider-track",Lg),"data-testid":"track"},KE.createElement(Vg,{className:$i("demio-ui-slider-range",zg),"data-testid":"range"})),KE.createElement(Dg,{"aria-label":s,className:$i("demio-ui-slider-thumb",Fg),"data-testid":"thumb"},KE.createElement("div",{className:$i("demio-ui-slider-thumb-area",Hg)})))});Wg="Crop-modules_root__rN-SB",Xg="Crop-modules_wrapper__gCOCS",jg="Crop-modules_slider__-2TIB";const nS=tO(e=>{const{aspect:t=1,className:n="",image:o="",isGridVisible:r=!1,onCropChange:i,onCropComplete:a,onZoomChange:l,sliderMin:s=1,sliderMax:c=3,sliderStep:u=.1}=e,[d,p]=$E({x:0,y:0}),[m,f]=$E(s);return o&&KE.createElement("div",{className:$i("demio-ui-crop-root",Wg,n),"data-testid":"crop-root"},KE.createElement("div",{className:$i("demio-ui-crop-wrapper",Xg),"data-testid":"crop-wrapper"},KE.createElement(gg,{...e,aspect:t,classes:{containerClassName:"demio-ui-crop-container",mediaClassName:"demio-ui-crop-image "+(r?"demio-ui-crop-grid":"")},crop:d,image:o,onCropChange:e=>{p(e),i&&i(e)},onCropComplete:async(e,t)=>{a&&a(e,t)},onZoomChange:f,showGrid:r,zoom:m})),KE.createElement("div",{className:$i("demio-ui-crop-slider",jg),"data-testid":"crop-slider"},KE.createElement(tS,{max:c,min:s,onChange:e=>{f(e),l&&l(e)},step:u})))}),oS={jpg:["image/jpeg"],jpeg:["image/jpeg"],png:["image/png"],gif:["image/gif"],bmp:["image/bmp"],webp:["image/webp"],tiff:["image/tiff"],ico:["image/x-icon"],svg:["image/svg+xml"],pdf:["application/pdf"],txt:["text/plain"],doc:["application/msword"],docx:["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],xls:["application/vnd.ms-excel"],xlsx:["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],pps:["application/vnd.ms-powerpoint","application/mspowerpoint","application/powerpoint","application/x-mspowerpoint","application/x-powerpoint"],ppt:["application/vnd.ms-powerpoint"],pptx:["application/vnd.openxmlformats-officedocument.presentationml.presentation"],odt:["application/vnd.oasis.opendocument.text"],ods:["application/vnd.oasis.opendocument.spreadsheet"],odp:["application/vnd.oasis.opendocument.presentation"],rtf:["application/rtf"],mp3:["audio/mpeg"],wav:["audio/wav"],ogg:["audio/ogg"],aac:["audio/aac"],flac:["audio/flac"],avi:["video/x-msvideo","video/avi","video/x-avi"],flv:["video/x-flv","video/flv"],m4v:["video/x-m4v","video/m4v","video/mp4"],mkv:["video/x-matroska"],mov:["video/quicktime"],mp4:["video/mp4"],mpeg:["video/mpeg"],mpg:["video/mpeg"],webm:["video/webm"],zip:["application/zip"],tar:["application/x-tar"],gz:["application/gzip","application/x-gzip"],rar:["application/x-rar-compressed"],"7z":["application/x-7z-compressed"],html:["text/html"],htm:["text/html"],css:["text/css"],js:["application/javascript"],json:["application/json"],xml:["application/xml"],ttf:["font/ttf"],otf:["font/otf"],woff:["font/woff"],woff2:["font/woff2"],csv:["text/csv"],sql:["application/sql"],md:["text/markdown"],yaml:["text/yaml"],yml:["text/yaml"],epub:["application/epub+zip"],mobi:["application/x-mobipocket-ebook"]},rS=(e=null)=>{if(!(e instanceof File&&e.name))return"";const t=e.name.toLowerCase().trim(),n=t.lastIndexOf(".");return-1!==n?t.substring(n+1):""},iS=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},aS=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),r=oS[n]||[];return!(r.length>0)||r.includes(o)},lS=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=rS(e),o=iS(e);if(!n||!o)return!1;if(!aS(n,o))return!1;return t.toLowerCase().trim().includes(n)},sS=(e=null)=>e instanceof File&&e.type.startsWith("image/"),cS=(e=null)=>e instanceof File&&e.type.startsWith("video/"),uS=(e=null,t=0)=>{if(!(e instanceof File))return!1;if(!t||"number"!=typeof t||t<0)return!0;const n=1024*t*1024;return e.size<n},dS=async(e=null,t=0,n=0)=>new Promise((o,r)=>{if(!(e instanceof File))return o(!1);if(!sS(e))return o(!0);const i=new FileReader;i.onload=e=>{const i=new Image;i.onload=()=>{const e=i.width>=t&&i.height>=n;o(e)},i.onerror=()=>{r(new Error("Error while loading Image"))},i.src=e.target?.result},i.onerror=()=>{r(new Error("Error while reading Image"))},i.readAsDataURL(e)}),pS=e=>new Promise((t,n)=>{if(!e)return void n(new Error("URL is empty"));const o=new Image;o.addEventListener("load",()=>t(o)),o.addEventListener("error",e=>n(e)),o.setAttribute("crossOrigin","anonymous"),o.src=e}),mS=(e=0)=>e*Math.PI/180,fS=(e,t,n)=>{const o=mS(n);return{width:Math.abs(Math.cos(o)*e)+Math.abs(Math.sin(o)*t),height:Math.abs(Math.sin(o)*e)+Math.abs(Math.cos(o)*t)}},gS=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const r=await pS(e),i=document.createElement("canvas"),a=i.getContext("2d");if(!a)return null;const{width:l,height:s}=fS(r.width,r.height,n);i.width=l,i.height=s,a.translate(l/2,s/2),a.scale(o.horizontal?-1:1,o.vertical?-1:1),a.translate(-r.width/2,-r.height/2),a.drawImage(r,0,0);const c=document.createElement("canvas"),u=c.getContext("2d");return u?(c.width=t.width,c.height=t.height,u.drawImage(i,t.x,t.y,t.width,t.height,0,0,t.width,t.height),new Promise((e,t)=>{c.toBlob(n=>{n?e(URL.createObjectURL(n)):t(null)},"image/jpeg")})):null};Zg="Toast-modules_toast__jBLRk",qg="Toast-modules_noCloseBtn__pyGvH",Yg="Toast-modules_icon__ORsLy",Jg="Toast-modules_success__BYfwB",Ug="Toast-modules_warning__HLJ8C",Qg="Toast-modules_error__yN4Cu",Kg="Toast-modules_info__V0nO3",$g="Toast-modules_message__fnWMJ",eh="Toast-modules_description__GYPY5",th="Toast-modules_noMessage__3Wskx",nh="Toast-modules_closeButton__GIv2a",oh="Toast-modules_closeIcon__2qev9";const hS=tO(({className:e="",description:t="",duration:n=4e3,icon:o=null,id:r,isClosable:i=!0,message:a="",onClose:l,style:s={},type:c="info"})=>{const[u,d]=$E(!0),p=r||Date.now(),m=Boolean(t),f=Boolean(a),g="error"===c&&!o,h="info"===c&&!o,v="success"===c&&!o,b="warning"===c&&!o,w=n<1e3?1e3*n:n,y=e=>{e instanceof Event&&(e.preventDefault(),e.stopPropagation()),"number"==typeof e&&clearTimeout(e),d(!1),l?.(p)};return rO(()=>{const e=setTimeout(()=>y(e),w);return()=>clearTimeout(e)},[]),(f||m)&&u&&KE.createElement("div",{className:$i("demio-ui-toast",Zg,{[qg]:!i},e),"data-testid":`toast-${p}`,style:s},o&&KE.createElement("div",{className:$i("demio-ui-toast-custom-icon",Yg),"data-testid":"toast-custom-icon"},o),g&&KE.createElement(Yc,{className:$i("demio-ui-toast-icon demio-ui-toast-icon-error",Yg,Qg),"data-testid":"toast-icon-error"}),h&&KE.createElement(Md,{className:$i("demio-ui-toast-icon demio-ui-toast-icon-info",Yg,Kg),"data-testid":"toast-icon-info"}),v&&KE.createElement(Hc,{className:$i("demio-ui-toast-icon demio-ui-toast-icon-success",Yg,Jg),"data-testid":"toast-icon-success"}),b&&KE.createElement(_d,{className:$i("demio-ui-toast-icon demio-ui-toast-icon-warning",Yg,Ug),"data-testid":"toast-icon-warning"}),KE.createElement("div",{className:$i("demio-ui-toast-message",$g),"data-testid":"toast-message"},a,m&&KE.createElement("div",{className:$i("demio-ui-toast-description",eh,{[th]:!f}),"data-testid":"toast-description"},t)),i&&KE.createElement("button",{className:$i("demio-ui-toast-close-btn",nh),"data-testid":"toast-close-btn",onClick:()=>y(null)},KE.createElement(Vs,{className:$i("demio-ui-toast-close-icon",oh),"data-testid":"toast-close-icon"})))});rh={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const vS=tO(({position:e="right",className:t})=>{const[n,o]=$E([]),r=0===n.length,i=oO(e=>o(t=>t.filter(t=>t.id!==e)),[o]),a=oO(()=>{r||(i(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[r,n[0],i]),l=oO(e=>{"Escape"===e?.key&&a()},[a]);return rO(()=>{Promise.resolve().then(function(){return ih}).then(({toast:e})=>{e?.updateSetter(o)})},[]),rO(()=>(document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}),[l]),KE.createElement("div",{className:$i("demio-ui-toast-list",rh.toastList,rh[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>KE.createElement(hS,{...e,key:`toast-${e.id}`})))}),bS=()=>{if("undefined"==typeof document)return!1;let e=document.getElementById("demio-ui-toast-root");return e||(e=document.createElement("div"),e.setAttribute("id","demio-ui-toast-root"),e.setAttribute("data-testid","demio-ui-toast-root"),document.body.appendChild(e),bO(e).render(KE.createElement(vS,null))),!0};const wS=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?bS():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{bS(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(bS(),e.disconnect(),this.isWaitingForClient=!1)});e.observe(document.body,{childList:!0,subtree:!0})}}updateSetter(e){this.setToastList=e}remove=e=>{this.setToastList?.(t=>t.map(t=>t.id===e?{...t,message:""}:t))};getUIToastListAmount=()=>document.getElementById("demio-ui-toast-list")?.children?.length||null;add=e=>{const t=this.getUIToastListAmount(),n={...e,id:e.id||Date.now()};this.setToastList?.(e=>null===t?[{...n}]:[...e,{...n}])};processQueue=()=>{if(null!==this.timerId||0===this.toastQueue.length)return;const e=this.toastQueue.shift();e&&(this.add(e),this.timerId=setTimeout(()=>{this.timerId=null,this.processQueue()},40))};addToQueue=e=>{if(!bS())return this.isWaitingForClient||this.waitForClient(),void setTimeout(()=>this.addToQueue(e),50);this.toastQueue.push(e),this.processQueue()};error=e=>{this.addToQueue({...e,type:"error"})};info=e=>{this.addToQueue({...e,type:"info"})};success=e=>{this.addToQueue({...e,type:"success"})};warning=e=>{this.addToQueue({...e,type:"warning"})}};ih=Object.freeze({__proto__:null,toast:wS});const yS=(e="",t=null)=>{const[n,o]=$E("");return rO(()=>{t&&e?gS(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},IS={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},CS=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:r=!0,minHeightLimit:i=0,minWidthLimit:a=0})=>{const[l,s]=$E(IS);return{...l,validate:async(c=null)=>{if(!(n&&c instanceof File))return IS;const u=!o||await dS(c,a,i),d=!r||uS(c,t),p=!(e.length>0)||lS(c,e),m=u&&d&&p,f={...l,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return s(f),f}}};ah="Note-modules_note__6dcyr",lh="Note-modules_error__sG0TM",sh="Note-modules_info__4-D0C",ch="Note-modules_warning__kCpaR",uh="Note-modules_icon__P-p8I",dh="Note-modules_blue__uKo5V",ph="Note-modules_red__7sZ4c",mh="Note-modules_yellow__oqigw";const xS={error:gd,info:Nd,warning:Yc},AS=tO(e=>{const{children:t="",className:n="",classNameIcon:o="",type:r="error"}=e,i=String(t).trim().length>0,a="info"===r,l="error"===r,s="warning"===r,c=xS[r];return i&&KE.createElement("div",{className:$i("demio-ui-note",ah,{[lh]:l,[sh]:a,[ch]:s},n),"data-testid":"note",role:a?"status":"alert"},KE.createElement(c,{className:$i("demio-ui-note-icon",uh,{[dh]:a,[ph]:l,[mh]:s},o),"data-testid":`note-icon-${r}`}),t)});fh="DnDArea-modules_container__bPaID",gh="DnDArea-modules_isDraggedOver__A5x5L";const _S=tO(e=>{const{acceptableFileTypes:t="",className:n="",children:o="Drag the file into the selected area",dropText:r="Drop it like it’s hot! 🔥",fileSizeMbLimit:i=0,error:a="",minHeightLimit:l=0,minWidthLimit:s=0,errorDimension:c=`Minimum required dimensions are ${s}x${l}.`,errorSize:u=`Exceeds maximum size limit of ${i} MB.`,errorType:d="File type is not supported.",isValidationEnabled:p=!0,isDimensionValidationEnabled:m=!0,isSizeValidationEnabled:f=!0,onDragLeave:g,onDragOver:h,onDrop:v}=e,[b,w]=$E(!1),{isFileDimensionValid:y,isFileSizeValid:I,isFileTypeValid:C,validate:x}=CS({acceptableFileTypes:t,fileSizeMbLimit:i,isDimensionValidationEnabled:m,isSizeValidationEnabled:f,isValidationEnabled:p,minHeightLimit:l,minWidthLimit:s}),A=a?.length>0,_=t&&t.length>0,E=p&&m&&!y,O=p&&f&&!I,S=p&&_&&!C;return KE.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&A&&KE.createElement(AS,{children:a}),p&&!A&&S&&KE.createElement(AS,{children:d}),p&&!A&&!S&&O&&KE.createElement(AS,{children:u}),p&&!A&&!S&&!O&&E&&KE.createElement(AS,{children:c}),KE.createElement("div",{className:$i("demio-ui-dnd-area-container",fh,{[gh]:b},n),"data-testid":"dnd-area-container",onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),w(!1),g&&g(e)},onDragOver:e=>{e.preventDefault(),e.stopPropagation(),w(!0),h&&h(e)},onDrop:async e=>{e.preventDefault(),e.stopPropagation(),w(!1);const t=e.dataTransfer?.files[0]||null;await x(t),v&&v(e,t)}},b&&r,!b&&o))});hh="Modal-modules_overlay__V-vTn",vh="Modal-modules_header__-dxAm",bh="Modal-modules_isTitleHidden__T6g1-",wh="Modal-modules_close__CwIjR",yh="Modal-modules_title__3ehge",Ih="Modal-modules_titleCentered__Qqy8u",Ch="Modal-modules_content__sK9HS",xh="Modal-modules_body__8Khpx",Ah={overlay:"Drawer-modules_overlay__BbKV9",content:"Drawer-modules_content__mZs-5",alignRight:"Drawer-modules_alignRight__QQxn4",alignLeft:"Drawer-modules_alignLeft__4W0Tp",childrenWrapper:"Drawer-modules_childrenWrapper__dGPQP",header:"Drawer-modules_header__cM4Mi"};const ES=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:r=null,toggleDrawer:i=()=>{},align:a="right",isClosable:l=!0})=>KE.createElement(KE.Fragment,null,t&&KE.createElement("div",{className:$i(Ah.drawer,"demio-ui-drawer",n)},KE.createElement(Dn,{isClosable:l,open:t,overlayClassName:Ah.overlay,contentClassName:$i(Ah.content,{[Ah.alignRight]:"right"===a,[Ah.alignLeft]:"left"===a}),onOpenChange:i,isCloseButtonVisible:o},r&&KE.createElement("div",{className:$i(Ah.header,"demio-ui-drawer-header")},r),e&&KE.createElement("div",{className:$i(Ah.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),OS=["top","right","bottom","left"],SS=Math.min,RS=Math.max,MS=Math.round,PS=Math.floor,NS=e=>({x:e,y:e}),BS={left:"right",right:"left",bottom:"top",top:"bottom"},GS=["left","right"],TS=["right","left"],VS=["top","bottom"],DS=["bottom","top"],kS=new Set(["left","top"]),LS=/transform|translate|scale|rotate|perspective|filter/,zS=/paint|layout|strict|content/,FS=e=>!!e&&"none"!==e;let HS;const WS=NS(0),XS={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:r}=e;const i="fixed"===r,a=ro(o),l=!!t&&po(t.floating);if(o===a||l&&i)return n;let s={scrollLeft:0,scrollTop:0},c=NS(1);const u=NS(0),d=lo(o);if((d||!d&&!i)&&(("body"!==no(o)||co(a))&&(s=vo(o)),d)){const e=Eo(o);c=Ao(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!a||d||i?NS(0):So(a,s);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-s.scrollLeft*c.x+u.x+p.x,y:n.y*c.y-s.scrollTop*c.y+u.y+p.y}},getDocumentElement:ro,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const i=[..."clippingAncestors"===n?po(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=yo(e,[],!1).filter(e=>ao(e)&&"body"!==no(e)),r=null;const i="fixed"===ho(e).position;let a=i?bo(e):e;for(;ao(a)&&!go(a);){const t=ho(a),n=mo(a);n||"fixed"!==t.position||(r=null),(i?!n&&!r:!n&&"static"===t.position&&r&&("absolute"===r.position||"fixed"===r.position)||co(a)&&!n&&Mo(e,a))?o=o.filter(e=>e!==a):r=t,a=bo(a)}return t.set(e,o),o}(t,this._c):[].concat(n),o],a=Ro(t,i[0],r);let l=a.top,s=a.right,c=a.bottom,u=a.left;for(let d=1;d<i.length;d++){const e=Ro(t,i[d],r);l=RS(e.top,l),s=SS(e.right,s),c=SS(e.bottom,c),u=RS(e.left,u)}return{width:s-u,height:c-l,x:u,y:l}},getOffsetParent:Go,getElementRects:async function(e){const t=this.getOffsetParent||Go,n=this.getDimensions,o=await n(e.floating);return{reference:Po(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}=Co(e);return{width:t,height:n}},getScale:Ao,isElement:ao,isRTL:function(e){return"rtl"===ho(e).direction}},jS=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:r,y:i,placement:a,middlewareData:l}=t,s=await async function(e,t){const{placement:n,platform:o,elements:r}=e,i=await(null==o.isRTL?void 0:o.isRTL(r.floating)),a=zn(n),l=Fn(n),s="y"===Xn(n),c=kS.has(a)?-1:1,u=i&&s?-1:1,d=Ln(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:f}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return l&&"number"==typeof f&&(m="end"===l?-1*f:f),s?{x:m*u,y:p*c}:{x:p*c,y:m*u}}(t,e);return a===(null==(n=l.offset)?void 0:n.placement)&&null!=(o=l.arrow)&&o.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},ZS=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:r,platform:i}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...c}=Ln(e,t),u={x:n,y:o},d=await i.detectOverflow(t,c),p=Xn(zn(r)),m=Hn(p);let f=u[m],g=u[p];if(a){const e="y"===m?"bottom":"right";f=kn(f+d["y"===m?"top":"left"],f,f-d[e])}if(l){const e="y"===p?"bottom":"right";g=kn(g+d["y"===p?"top":"left"],g,g-d[e])}const h=s.fn({...t,[m]:f,[p]:g});return{...h,data:{x:h.x-n,y:h.y-o,enabled:{[m]:a,[p]:l}}}}}},qS=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o,r,i,a;const{placement:l,middlewareData:s,rects:c,initialPlacement:u,platform:d,elements:p}=t,{mainAxis:m=!0,crossAxis:f=!0,fallbackPlacements:g,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...w}=Ln(e,t);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=zn(l),I=Xn(u),C=zn(u)===u,x=await(null==d.isRTL?void 0:d.isRTL(p.floating)),A=g||(C||!b?[Yn(u)]:function(e){const t=Yn(e);return[Zn(e),t,Zn(t)]}(u)),_="none"!==v;!g&&_&&A.push(...qn(u,b,v,x));const E=[u,...A],O=await d.detectOverflow(t,w),S=[];let R=(null==(o=s.flip)?void 0:o.overflows)||[];if(m&&S.push(O[y]),f){const e=function(e,t,n){void 0===n&&(n=!1);const o=Fn(e),r=jn(e),i=Wn(r);let a="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=Yn(a)),[a,Yn(a)]}(l,c,x);S.push(O[e[0]],O[e[1]])}if(R=[...R,{placement:l,overflows:S}],!S.every(e=>e<=0)){const e=((null==(r=s.flip)?void 0:r.index)||0)+1,t=E[e];if(t){if(!("alignment"===f&&I!==Xn(t))||R.every(e=>Xn(e.placement)!==I||e.overflows[0]>0))return{data:{index:e,overflows:R},reset:{placement:t}}}let n=null==(i=R.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:i.placement;if(!n)switch(h){case"bestFit":{const e=null==(a=R.filter(e=>{if(_){const t=Xn(e.placement);return t===I||"y"===t}return!0}).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:a[0];e&&(n=e);break}case"initialPlacement":n=u}if(l!==n)return{reset:{placement:n}}}return{}}}},YS=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var n,o;const{placement:r,rects:i,platform:a,elements:l}=t,{apply:s=()=>{},...c}=Ln(e,t),u=await a.detectOverflow(t,c),d=zn(r),p=Fn(r),m="y"===Xn(r),{width:f,height:g}=i.floating;let h,v;"top"===d||"bottom"===d?(h=d,v=p===(await(null==a.isRTL?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(v=d,h="end"===p?"top":"bottom");const b=g-u.top-u.bottom,w=f-u.left-u.right,y=SS(g-u[h],b),I=SS(f-u[v],w),C=!t.middlewareData.shift;let x=y,A=I;if(null!=(n=t.middlewareData.shift)&&n.enabled.x&&(A=w),null!=(o=t.middlewareData.shift)&&o.enabled.y&&(x=b),C&&!p){const e=RS(u.left,0),t=RS(u.right,0),n=RS(u.top,0),o=RS(u.bottom,0);m?A=f-2*(0!==e||0!==t?e+t:RS(u.left,u.right)):x=g-2*(0!==n||0!==o?n+o:RS(u.top,u.bottom))}await s({...t,availableWidth:A,availableHeight:x});const _=await a.getDimensions(l.floating);return f!==_.width||g!==_.height?{reset:{rects:!0}}:{}}}},JS=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:r="referenceHidden",...i}=Ln(e,t);switch(r){case"referenceHidden":{const e=$n(await o.detectOverflow(t,{...i,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:eo(e)}}}case"escaped":{const e=$n(await o.detectOverflow(t,{...i,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:eo(e)}}}default:return{}}}}},US=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:r,rects:i,platform:a,elements:l,middlewareData:s}=t,{element:c,padding:u=0}=Ln(e,t)||{};if(null==c)return{};const d=Jn(u),p={x:n,y:o},m=jn(r),f=Wn(m),g=await a.getDimensions(c),h="y"===m,v=h?"top":"left",b=h?"bottom":"right",w=h?"clientHeight":"clientWidth",y=i.reference[f]+i.reference[m]-p[m]-i.floating[f],I=p[m]-i.reference[m],C=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let x=C?C[w]:0;x&&await(null==a.isElement?void 0:a.isElement(C))||(x=l.floating[w]||i.floating[f]);const A=y/2-I/2,_=x/2-g[f]/2-1,E=SS(d[v],_),O=SS(d[b],_),S=E,R=x-g[f]-O,M=x/2-g[f]/2+A,P=kn(S,M,R),N=!s.arrow&&null!=Fn(r)&&M!==P&&i.reference[f]/2-(M<S?E:O)-g[f]/2<0,B=N?M<S?M-S:M-R:0;return{[m]:p[m]+B,data:{[m]:P,centerOffset:M-P-B,...N&&{alignmentOffset:B}},reset:N}}}),QS=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:n,y:o,placement:r,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:s=!0,crossAxis:c=!0}=Ln(e,t),u={x:n,y:o},d=Xn(r),p=Hn(d);let m=u[p],f=u[d];const g=Ln(l,t),h="number"==typeof g?{mainAxis:g,crossAxis:0}:{mainAxis:0,crossAxis:0,...g};if(s){const e="y"===p?"height":"width",t=i.reference[p]-i.floating[e]+h.mainAxis,n=i.reference[p]+i.reference[e]-h.mainAxis;m<t?m=t:m>n&&(m=n)}if(c){var v,b;const e="y"===p?"width":"height",t=kS.has(zn(r)),n=i.reference[d]-i.floating[e]+(t&&(null==(v=a.offset)?void 0:v[d])||0)+(t?0:h.crossAxis),o=i.reference[d]+i.reference[e]+(t?0:(null==(b=a.offset)?void 0:b[d])||0)-(t?h.crossAxis:0);f<n?f=n:f>o&&(f=o)}return{[p]:m,[d]:f}}}},KS=(e,t,n)=>{const o=new Map,r={platform:XS,...n},i={...r.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:r="absolute",middleware:i=[],platform:a}=n,l=a.detectOverflow?a:{...a,detectOverflow:Kn},s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:r}),{x:u,y:d}=Qn(c,o,s),p=o,m=0;const f={};for(let g=0;g<i.length;g++){const n=i[g];if(!n)continue;const{name:h,fn:v}=n,{x:b,y:w,data:y,reset:I}=await v({x:u,y:d,initialPlacement:o,placement:p,strategy:r,middlewareData:f,rects:c,platform:l,elements:{reference:e,floating:t}});u=null!=b?b:u,d=null!=w?w:d,f[h]={...f[h],...y},I&&m<50&&(m++,"object"==typeof I&&(I.placement&&(p=I.placement),I.rects&&(c=!0===I.rects?await a.getElementRects({reference:e,floating:t,strategy:r}):I.rects),({x:u,y:d}=Qn(c,p,s))),g=-1)}return{x:u,y:d,placement:p,strategy:r,middlewareData:f}})(e,t,{...r,platform:i})};_h="undefined"!=typeof document,Eh=_h?iO:function(){};const $S=(e,t)=>{const n=jS(e);return{name:n.name,fn:n.fn,options:[e,t]}},eR=(e,t)=>{const n=ZS(e);return{name:n.name,fn:n.fn,options:[e,t]}},tR=(e,t)=>({fn:QS(e).fn,options:[e,t]}),nR=(e,t)=>{const n=qS(e);return{name:n.name,fn:n.fn,options:[e,t]}},oR=(e,t)=>{const n=YS(e);return{name:n.name,fn:n.fn,options:[e,t]}},rR=(e,t)=>{const n=JS(e);return{name:n.name,fn:n.fn,options:[e,t]}},iR=(e,t)=>{const n=(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?US({element:n.current,padding:o}).fn(t):{}:n?US({element:n,padding:o}).fn(t):{};var r}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};Oh="Arrow",(Sh=QE.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...i}=e;return pO(ia.svg,{...i,ref:t,width:o,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:pO("polygon",{points:"0,0 30,0 15,10"})})})).displayName=Oh,Rh=Sh,Mh="Popper";var[aR,lR]=o(Mh),[sR,cR]=aR(Mh);(Ph=e=>{const{__scopePopper:t,children:n}=e,[o,r]=QE.useState(null);return pO(sR,{scope:t,anchor:o,onAnchorChange:r,children:n})}).displayName=Mh,Nh="PopperAnchor",(Bh=QE.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,i=cR(Nh,n),a=QE.useRef(null),s=l(t,a),c=QE.useRef(null);return QE.useEffect(()=>{const e=c.current;c.current=o?.current||a.current,e!==c.current&&i.onAnchorChange(c.current)}),o?null:pO(ia.div,{...r,ref:s})})).displayName=Nh,Gh="PopperContent";var[uR,dR]=aR(Gh);Th=QE.forwardRef((e,t)=>{const{__scopePopper:n,side:o="bottom",sideOffset:r=0,align:i="center",alignOffset:a=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:d=0,sticky:p="partial",hideWhenDetached:m=!1,updatePositionStrategy:f="optimized",onPlaced:g,...v}=e,b=cR(Gh,n),[w,y]=QE.useState(null),I=l(t,e=>y(e)),[C,x]=QE.useState(null),A=ln(C),_=A?.width??0,E=A?.height??0,O=o+("center"!==i?"-"+i:""),S="number"==typeof d?d:{top:0,right:0,bottom:0,left:0,...d},R=Array.isArray(u)?u:[u],M=R.length>0,P={padding:S,boundary:R.filter(Fo),altBoundary:M},{refs:N,floatingStyles:B,placement:G,isPositioned:T,middlewareData:V}=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:o=[],platform:r,elements:{reference:i,floating:a}={},transform:l=!0,whileElementsMounted:s,open:c}=e,[u,d]=QE.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=QE.useState(o);Do(p,o)||m(o);const[f,g]=QE.useState(null),[h,v]=QE.useState(null),b=QE.useCallback(e=>{e!==C.current&&(C.current=e,g(e))},[]),w=QE.useCallback(e=>{e!==x.current&&(x.current=e,v(e))},[]),y=i||f,I=a||h,C=QE.useRef(null),x=QE.useRef(null),A=QE.useRef(u),_=null!=s,E=zo(s),O=zo(r),S=zo(c),R=QE.useCallback(()=>{if(!C.current||!x.current)return;const e={placement:t,strategy:n,middleware:p};O.current&&(e.platform=O.current),KS(C.current,x.current,e).then(e=>{const t={...e,isPositioned:!1!==S.current};M.current&&!Do(A.current,t)&&(A.current=t,gO.flushSync(()=>{d(t)}))})},[p,t,n,O,S]);Eh(()=>{!1===c&&A.current.isPositioned&&(A.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[c]);const M=QE.useRef(!1);Eh(()=>(M.current=!0,()=>{M.current=!1}),[]),Eh(()=>{if(y&&(C.current=y),I&&(x.current=I),y&&I){if(E.current)return E.current(y,I,R);R()}},[y,I,R,E,_]);const P=QE.useMemo(()=>({reference:C,floating:x,setReference:b,setFloating:w}),[b,w]),N=QE.useMemo(()=>({reference:y,floating:I}),[y,I]),B=QE.useMemo(()=>{const e={position:n,left:0,top:0};if(!N.floating)return e;const t=Lo(N.floating,u.x),o=Lo(N.floating,u.y);return l?{...e,transform:"translate("+t+"px, "+o+"px)",...ko(N.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,l,N.floating,u.x,u.y]);return QE.useMemo(()=>({...u,update:R,refs:P,elements:N,floatingStyles:B}),[u,R,P,N,B])}({strategy:"fixed",placement:O,whileElementsMounted:(...e)=>Vo(...e,{animationFrame:"always"===f}),elements:{reference:b.anchor},middleware:[$S({mainAxis:r+E,alignmentAxis:a}),c&&eR({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?tR():void 0,...P}),c&&nR({...P}),oR({...P,apply:({elements:e,rects:t,availableWidth:n,availableHeight:o})=>{const{width:r,height:i}=t.reference,a=e.floating.style;a.setProperty("--radix-popper-available-width",`${n}px`),a.setProperty("--radix-popper-available-height",`${o}px`),a.setProperty("--radix-popper-anchor-width",`${r}px`),a.setProperty("--radix-popper-anchor-height",`${i}px`)}}),C&&iR({element:C,padding:s}),Lh({arrowWidth:_,arrowHeight:E}),m&&rR({strategy:"referenceHidden",...P})]}),[D,k]=Ho(G),L=h(g);ea(()=>{T&&L?.()},[T,L]);const z=V.arrow?.x,F=V.arrow?.y,H=0!==V.arrow?.centerOffset,[W,X]=QE.useState();return ea(()=>{w&&X(window.getComputedStyle(w).zIndex)},[w]),pO("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...B,transform:T?B.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[V.transformOrigin?.x,V.transformOrigin?.y].join(" "),...V.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:pO(uR,{scope:n,placedSide:D,onArrowChange:x,arrowX:z,arrowY:F,shouldHideArrow:H,children:pO(ia.div,{"data-side":D,"data-align":k,...v,ref:I,style:{...v.style,animation:T?void 0:"none"}})})})}),Th.displayName=Gh,Vh="PopperArrow",Dh={top:"bottom",right:"left",bottom:"top",left:"right"},(kh=QE.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,r=dR(Vh,n),i=Dh[r.placedSide];return pO("span",{ref:r.onArrowChange,style:{position:"absolute",left:r.arrowX,top:r.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[r.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[r.placedSide],visibility:r.shouldHideArrow?"hidden":void 0},children:pO(Rh,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=Vh,Lh=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:o,middlewareData:r}=t,i=0!==r.arrow?.centerOffset,a=i?0:e.arrowWidth,l=i?0:e.arrowHeight,[s,c]=Ho(n),u={start:"0%",center:"50%",end:"100%"}[c],d=(r.arrow?.x??0)+a/2,p=(r.arrow?.y??0)+l/2;let m="",f="";return"bottom"===s?(m=i?u:`${d}px`,f=-l+"px"):"top"===s?(m=i?u:`${d}px`,f=`${o.floating.height+l}px`):"right"===s?(m=-l+"px",f=i?u:`${p}px`):"left"===s&&(m=`${o.floating.width+l}px`,f=i?u:`${p}px`),{data:{x:m,y:f}}}}),zh=Ph,Fh=Bh,Hh=Th,Wh=kh,Xh="rovingFocusGroup.onEntryFocus",jh={bubbles:!1,cancelable:!0},Zh="RovingFocusGroup";var[pR,mR,fR]=Gn(Zh),[gR,hR]=o(Zh,[fR]),[vR,bR]=gR(Zh);(qh=QE.forwardRef((e,t)=>pO(pR.Provider,{scope:e.__scopeRovingFocusGroup,children:pO(pR.Slot,{scope:e.__scopeRovingFocusGroup,children:pO(Yh,{...e,ref:t})})}))).displayName=Zh,Yh=QE.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:r=!1,dir:i,currentTabStopId:a,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:d,onEntryFocus:p,preventScrollOnEntryFocus:m=!1,...f}=e,g=QE.useRef(null),v=l(t,g),b=Bn(i),[w,y]=u({prop:a,defaultProp:c??null,onChange:d,caller:Zh}),[I,C]=QE.useState(!1),x=h(p),A=mR(n),_=QE.useRef(!1),[E,O]=QE.useState(0);return QE.useEffect(()=>{const e=g.current;if(e)return e.addEventListener(Xh,x),()=>e.removeEventListener(Xh,x)},[x]),pO(vR,{scope:n,orientation:o,dir:b,loop:r,currentTabStopId:w,onItemFocus:QE.useCallback(e=>y(e),[y]),onItemShiftTab:QE.useCallback(()=>C(!0),[]),onFocusableItemAdd:QE.useCallback(()=>O(e=>e+1),[]),onFocusableItemRemove:QE.useCallback(()=>O(e=>e-1),[]),children:pO(ia.div,{tabIndex:I||0===E?-1:0,"data-orientation":o,...f,ref:v,style:{outline:"none",...e.style},onMouseDown:s(e.onMouseDown,()=>{_.current=!0}),onFocus:s(e.onFocus,e=>{const t=!_.current;if(e.target===e.currentTarget&&t&&!I){const t=new CustomEvent(Xh,jh);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=A().filter(e=>e.focusable);Wo([e.find(e=>e.active),e.find(e=>e.id===w),...e].filter(Boolean).map(e=>e.ref.current),m)}}_.current=!1}),onBlur:s(e.onBlur,()=>C(!1))})})}),Jh="RovingFocusGroupItem",Uh=QE.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:i,children:a,...l}=e,u=c(),d=i||u,p=bR(Jh,n),m=p.currentTabStopId===d,f=mR(n),{onFocusableItemAdd:g,onFocusableItemRemove:h,currentTabStopId:v}=p;return QE.useEffect(()=>{if(o)return g(),()=>h()},[o,g,h]),pO(pR.ItemSlot,{scope:n,id:d,focusable:o,active:r,children:pO(ia.span,{tabIndex:m?0:-1,"data-orientation":p.orientation,...l,ref:t,onMouseDown:s(e.onMouseDown,e=>{o?p.onItemFocus(d):e.preventDefault()}),onFocus:s(e.onFocus,()=>p.onItemFocus(d)),onKeyDown:s(e.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void p.onItemShiftTab();if(e.target!==e.currentTarget)return;const t=function(e,t,n){const o=function(e,t){return"rtl"!==t?e:"ArrowLeft"===e?"ArrowRight":"ArrowRight"===e?"ArrowLeft":e}(e.key,n);if(!("vertical"===t&&["ArrowLeft","ArrowRight"].includes(o)||"horizontal"===t&&["ArrowUp","ArrowDown"].includes(o)))return Qh[o]}(e,p.orientation,p.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let r=f().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)r.reverse();else if("prev"===t||"next"===t){"prev"===t&&r.reverse();const i=r.indexOf(e.currentTarget);r=p.loop?(o=i+1,(n=r).map((e,t)=>n[(o+t)%n.length])):r.slice(i+1)}setTimeout(()=>Wo(r))}var n,o}),children:"function"==typeof a?a({isCurrentTabStop:m,hasTabStop:null!=v}):a})})}),Uh.displayName=Jh,Qh={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},Kh=qh,$h=Uh,ev=["Enter"," "],tv=["ArrowUp","PageDown","End"],nv=[...["ArrowDown","PageUp","Home"],...tv],ov={ltr:[...ev,"ArrowRight"],rtl:[...ev,"ArrowLeft"]},rv={ltr:["ArrowLeft"],rtl:["ArrowRight"]},iv="Menu";var[wR,yR,IR]=Gn(iv),[CR,xR]=o(iv,[IR,lR,hR]);av=lR(),lv=hR();var[AR,_R]=CR(iv),[ER,OR]=CR(iv);(sv=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:i,modal:a=!0}=e,l=av(t),[s,c]=QE.useState(null),u=QE.useRef(!1),d=h(i),p=Bn(r);return QE.useEffect(()=>{const e=()=>{u.current=!0,document.addEventListener("pointerdown",t,{capture:!0,once:!0}),document.addEventListener("pointermove",t,{capture:!0,once:!0})},t=()=>u.current=!1;return document.addEventListener("keydown",e,{capture:!0}),()=>{document.removeEventListener("keydown",e,{capture:!0}),document.removeEventListener("pointerdown",t,{capture:!0}),document.removeEventListener("pointermove",t,{capture:!0})}},[]),pO(zh,{...l,children:pO(AR,{scope:t,open:n,onOpenChange:d,content:s,onContentChange:c,children:pO(ER,{scope:t,onClose:QE.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:a,children:o})})})}).displayName=iv,cv="MenuAnchor",(uv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=av(n);return pO(Fh,{...r,...o,ref:t})})).displayName=cv,dv="MenuPortal";var[SR,RR]=CR(dv,{forceMount:void 0});(pv=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,i=_R(dv,t);return pO(SR,{scope:t,forceMount:n,children:pO(xa,{present:n||i.open,children:pO(Ca,{asChild:!0,container:r,children:o})})})}).displayName=dv,mv="MenuContent";var[MR,PR]=CR(mv);fv=QE.forwardRef((e,t)=>{const n=RR(mv,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=_R(mv,e.__scopeMenu),a=OR(mv,e.__scopeMenu);return pO(wR.Provider,{scope:e.__scopeMenu,children:pO(xa,{present:o||i.open,children:pO(wR.Slot,{scope:e.__scopeMenu,children:a.modal?pO(gv,{...r,ref:t}):pO(hv,{...r,ref:t})})})})}),gv=QE.forwardRef((e,t)=>{const n=_R(mv,e.__scopeMenu),o=QE.useRef(null),r=l(t,o);return QE.useEffect(()=>{const e=o.current;if(e)return Sl(e)},[]),pO(bv,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),hv=QE.forwardRef((e,t)=>{const n=_R(mv,e.__scopeMenu);return pO(bv,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),vv=d("MenuContent.ScrollLock"),bv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,loop:o=!1,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,disableOutsidePointerEvents:c,onEntryFocus:u,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,disableOutsideScroll:h,...v}=e,b=_R(mv,n),w=OR(mv,n),y=av(n),I=lv(n),C=yR(n),[x,A]=QE.useState(null),_=QE.useRef(null),O=l(t,_,b.onContentChange),S=QE.useRef(0),R=QE.useRef(""),M=QE.useRef(0),P=QE.useRef(null),N=QE.useRef("right"),B=QE.useRef(0),G=h?wl:QE.Fragment,T=h?{as:vv,allowPinchZoom:!0}:void 0,V=e=>{const t=R.current+e,n=C().filter(e=>!e.disabled),o=document.activeElement,r=n.find(e=>e.ref.current===o)?.textValue,i=function(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),r=o?t[0]:t,i=n?e.indexOf(n):-1;let a=(l=e,s=Math.max(i,0),l.map((e,t)=>l[(s+t)%l.length]));var l,s;1===r.length&&(a=a.filter(e=>e!==n));const c=a.find(e=>e.toLowerCase().startsWith(r.toLowerCase()));return c!==n?c:void 0}(n.map(e=>e.textValue),t,r),a=n.find(e=>e.textValue===i)?.ref.current;!function e(t){R.current=t,window.clearTimeout(S.current),""!==t&&(S.current=window.setTimeout(()=>e(""),1e3))}(t),a&&setTimeout(()=>a.focus())};QE.useEffect(()=>()=>window.clearTimeout(S.current),[]),E();const D=QE.useCallback(e=>N.current===P.current?.side&&function(e,t){return!!t&&function(e,t){const{x:n,y:o}=e;let r=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const e=t[i],l=t[a],s=e.x,c=e.y,u=l.x,d=l.y;c>o!=d>o&&n<(u-s)*(o-c)/(d-c)+s&&(r=!r)}return r}({x:e.clientX,y:e.clientY},t)}(e,P.current?.area),[]);return pO(MR,{scope:n,searchRef:R,onItemEnter:QE.useCallback(e=>{D(e)&&e.preventDefault()},[D]),onItemLeave:QE.useCallback(e=>{D(e)||(_.current?.focus(),A(null))},[D]),onTriggerLeave:QE.useCallback(e=>{D(e)&&e.preventDefault()},[D]),pointerGraceTimerRef:M,onPointerGraceIntentChange:QE.useCallback(e=>{P.current=e},[]),children:pO(G,{...T,children:pO(wa,{asChild:!0,trapped:r,onMountAutoFocus:s(i,e=>{e.preventDefault(),_.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:a,children:pO(pa,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,children:pO(Kh,{asChild:!0,...I,dir:w.dir,orientation:"vertical",loop:o,currentTabStopId:x,onCurrentTabStopIdChange:A,onEntryFocus:s(u,e=>{w.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:pO(Hh,{role:"menu","aria-orientation":"vertical","data-state":Xo(b.open),"data-radix-menu-content":"",dir:w.dir,...y,...v,ref:O,style:{outline:"none",...v.style},onKeyDown:s(v.onKeyDown,e=>{const t=e.target.closest("[data-radix-menu-content]")===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,o=1===e.key.length;t&&("Tab"===e.key&&e.preventDefault(),!n&&o&&V(e.key));const r=_.current;if(e.target!==r)return;if(!nv.includes(e.key))return;e.preventDefault();const i=C().filter(e=>!e.disabled).map(e=>e.ref.current);tv.includes(e.key)&&i.reverse(),function(e){const t=document.activeElement;for(const n of e){if(n===t)return;if(n.focus(),document.activeElement!==t)return}}(i)}),onBlur:s(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(S.current),R.current="")}),onPointerMove:s(e.onPointerMove,qo(e=>{const t=e.target,n=B.current!==e.clientX;if(e.currentTarget.contains(t)&&n){const t=e.clientX>B.current?"right":"left";N.current=t,B.current=e.clientX}}))})})})})})})}),fv.displayName=mv,wv="MenuGroup",(yv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return pO(ia.div,{role:"group",...o,ref:t})})).displayName=wv,Iv="MenuLabel",(Cv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return pO(ia.div,{...o,ref:t})})).displayName=Iv,xv="MenuItem",Av="menu.itemSelect",(_v=QE.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,i=QE.useRef(null),a=OR(xv,e.__scopeMenu),c=PR(xv,e.__scopeMenu),u=l(t,i),d=QE.useRef(!1);return pO(Ev,{...r,ref:u,disabled:n,onClick:s(e.onClick,()=>{const e=i.current;if(!n&&e){const t=new CustomEvent(Av,{bubbles:!0,cancelable:!0});e.addEventListener(Av,e=>o?.(e),{once:!0}),g(e,t),t.defaultPrevented?d.current=!1:a.onClose()}}),onPointerDown:t=>{e.onPointerDown?.(t),d.current=!0},onPointerUp:s(e.onPointerUp,e=>{d.current||e.currentTarget?.click()}),onKeyDown:s(e.onKeyDown,e=>{const t=""!==c.searchRef.current;n||t&&" "===e.key||ev.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=xv,Ev=QE.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...i}=e,a=PR(xv,n),c=lv(n),u=QE.useRef(null),d=l(t,u),[p,m]=QE.useState(!1),[f,g]=QE.useState("");return QE.useEffect(()=>{const e=u.current;e&&g((e.textContent??"").trim())},[i.children]),pO(wR.ItemSlot,{scope:n,disabled:o,textValue:r??f,children:pO($h,{asChild:!0,...c,focusable:!o,children:pO(ia.div,{role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0,...i,ref:d,onPointerMove:s(e.onPointerMove,qo(e=>{if(o)a.onItemLeave(e);else if(a.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:s(e.onPointerLeave,qo(e=>a.onItemLeave(e))),onFocus:s(e.onFocus,()=>m(!0)),onBlur:s(e.onBlur,()=>m(!1))})})})}),Ov="MenuCheckboxItem",(Sv=QE.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...r}=e;return pO(GR,{scope:e.__scopeMenu,checked:n,children:pO(_v,{role:"menuitemcheckbox","aria-checked":jo(n)?"mixed":n,...r,ref:t,"data-state":Zo(n),onSelect:s(r.onSelect,()=>o?.(!!jo(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=Ov,Rv="MenuRadioGroup";var[NR,BR]=CR(Rv,{value:void 0,onValueChange:()=>{}});(Mv=QE.forwardRef((e,t)=>{const{value:n,onValueChange:o,...r}=e,i=h(o);return pO(NR,{scope:e.__scopeMenu,value:n,onValueChange:i,children:pO(yv,{...r,ref:t})})})).displayName=Rv,Pv="MenuRadioItem",(Nv=QE.forwardRef((e,t)=>{const{value:n,...o}=e,r=BR(Pv,e.__scopeMenu),i=n===r.value;return pO(GR,{scope:e.__scopeMenu,checked:i,children:pO(_v,{role:"menuitemradio","aria-checked":i,...o,ref:t,"data-state":Zo(i),onSelect:s(o.onSelect,()=>r.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=Pv,Bv="MenuItemIndicator";var[GR,TR]=CR(Bv,{checked:!1});(Gv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...r}=e,i=TR(Bv,n);return pO(xa,{present:o||jo(i.checked)||!0===i.checked,children:pO(ia.span,{...r,ref:t,"data-state":Zo(i.checked)})})})).displayName=Bv,Tv="MenuSeparator",(Vv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return pO(ia.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=Tv,Dv="MenuArrow",(kv=QE.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=av(n);return pO(Wh,{...r,...o,ref:t})})).displayName=Dv,Lv="MenuSub";var[VR,DR]=CR(Lv);zv="MenuSubTrigger",(Fv=QE.forwardRef((e,t)=>{const n=_R(zv,e.__scopeMenu),o=OR(zv,e.__scopeMenu),r=DR(zv,e.__scopeMenu),i=PR(zv,e.__scopeMenu),l=QE.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:u}=i,d={__scopeMenu:e.__scopeMenu},p=QE.useCallback(()=>{l.current&&window.clearTimeout(l.current),l.current=null},[]);return QE.useEffect(()=>p,[p]),QE.useEffect(()=>{const e=c.current;return()=>{window.clearTimeout(e),u(null)}},[c,u]),pO(uv,{asChild:!0,...d,children:pO(Ev,{id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":Xo(n.open),...e,ref:a(t,r.onTriggerChange),onClick:t=>{e.onClick?.(t),e.disabled||t.defaultPrevented||(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:s(e.onPointerMove,qo(t=>{i.onItemEnter(t),t.defaultPrevented||e.disabled||n.open||l.current||(i.onPointerGraceIntentChange(null),l.current=window.setTimeout(()=>{n.onOpenChange(!0),p()},100))})),onPointerLeave:s(e.onPointerLeave,qo(e=>{p();const t=n.content?.getBoundingClientRect();if(t){const o=n.content?.dataset.side,r="right"===o,a=r?-5:5,l=t[r?"left":"right"],s=t[r?"right":"left"];i.onPointerGraceIntentChange({area:[{x:e.clientX+a,y:e.clientY},{x:l,y:t.top},{x:s,y:t.top},{x:s,y:t.bottom},{x:l,y:t.bottom}],side:o}),window.clearTimeout(c.current),c.current=window.setTimeout(()=>i.onPointerGraceIntentChange(null),300)}else{if(i.onTriggerLeave(e),e.defaultPrevented)return;i.onPointerGraceIntentChange(null)}})),onKeyDown:s(e.onKeyDown,t=>{const r=""!==i.searchRef.current;e.disabled||r&&" "===t.key||ov[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=zv,Hv="MenuSubContent",(Wv=QE.forwardRef((e,t)=>{const n=RR(mv,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,i=_R(mv,e.__scopeMenu),a=OR(mv,e.__scopeMenu),c=DR(Hv,e.__scopeMenu),u=QE.useRef(null),d=l(t,u);return pO(wR.Provider,{scope:e.__scopeMenu,children:pO(xa,{present:o||i.open,children:pO(wR.Slot,{scope:e.__scopeMenu,children:pO(bv,{id:c.contentId,"aria-labelledby":c.triggerId,...r,ref:d,align:"start",side:"rtl"===a.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{a.isUsingKeyboardRef.current&&u.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:s(e.onFocusOutside,e=>{e.target!==c.trigger&&i.onOpenChange(!1)}),onEscapeKeyDown:s(e.onEscapeKeyDown,e=>{a.onClose(),e.preventDefault()}),onKeyDown:s(e.onKeyDown,e=>{const t=e.currentTarget.contains(e.target),n=rv[a.dir].includes(e.key);t&&n&&(i.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})})).displayName=Hv,Xv=sv,jv=uv,Zv=pv,qv=fv,Yv=yv,Jv=Cv,Uv=_v,Qv=Sv,Kv=Mv,$v=Nv,eb=Gv,tb=Vv,nb=kv,ob=Fv,rb=Wv,ib="DropdownMenu";var[kR]=o(ib,[xR]);ab=xR();var[LR,zR]=kR(ib);(lb=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:i,onOpenChange:a,modal:l=!0}=e,s=ab(t),d=QE.useRef(null),[p,m]=u({prop:r,defaultProp:i??!1,onChange:a,caller:ib});return pO(LR,{scope:t,triggerId:c(),triggerRef:d,contentId:c(),open:p,onOpenChange:m,onOpenToggle:QE.useCallback(()=>m(e=>!e),[m]),modal:l,children:pO(Xv,{...s,open:p,onOpenChange:m,dir:o,modal:l,children:n})})}).displayName=ib,sb="DropdownMenuTrigger",(cb=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,i=zR(sb,n),l=ab(n);return pO(jv,{asChild:!0,...l,children:pO(ia.button,{type:"button",id:i.triggerId,"aria-haspopup":"menu","aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":i.open?"open":"closed","data-disabled":o?"":void 0,disabled:o,...r,ref:a(t,i.triggerRef),onPointerDown:s(e.onPointerDown,e=>{o||0!==e.button||!1!==e.ctrlKey||(i.onOpenToggle(),i.open||e.preventDefault())}),onKeyDown:s(e.onKeyDown,e=>{o||(["Enter"," "].includes(e.key)&&i.onOpenToggle(),"ArrowDown"===e.key&&i.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(e.key)&&e.preventDefault())})})})})).displayName=sb,(ub=e=>{const{__scopeDropdownMenu:t,...n}=e,o=ab(t);return pO(Zv,{...o,...n})}).displayName="DropdownMenuPortal",db="DropdownMenuContent",(pb=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=zR(db,n),i=ab(n),a=QE.useRef(!1);return pO(qv,{id:r.contentId,"aria-labelledby":r.triggerId,...i,...o,ref:t,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{a.current||r.triggerRef.current?.focus(),a.current=!1,e.preventDefault()}),onInteractOutside:s(e.onInteractOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;r.modal&&!o||(a.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})})).displayName=db,mb="DropdownMenuGroup",(fb=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(Yv,{...r,...o,ref:t})})).displayName=mb,gb="DropdownMenuLabel",(hb=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(Jv,{...r,...o,ref:t})})).displayName=gb,vb="DropdownMenuItem",(bb=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(Uv,{...r,...o,ref:t})})).displayName=vb,wb="DropdownMenuCheckboxItem",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(Qv,{...r,...o,ref:t})}).displayName=wb,yb="DropdownMenuRadioGroup",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(Kv,{...r,...o,ref:t})}).displayName=yb,Ib="DropdownMenuRadioItem",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO($v,{...r,...o,ref:t})}).displayName=Ib,Cb="DropdownMenuItemIndicator",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(eb,{...r,...o,ref:t})}).displayName=Cb,xb="DropdownMenuSeparator",(Ab=QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(tb,{...r,...o,ref:t})})).displayName=xb,_b="DropdownMenuArrow",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(nb,{...r,...o,ref:t})}).displayName=_b,Eb="DropdownMenuSubTrigger",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(ob,{...r,...o,ref:t})}).displayName=Eb,Ob="DropdownMenuSubContent",QE.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ab(n);return pO(rb,{...r,...o,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})}).displayName=Ob,Sb=lb,Rb=cb,Mb=ub,Pb=pb,Nb=fb,Bb=hb,Gb=bb,Tb=Ab,Vb="Dropdown-modules_content__hz-wg",Db="Dropdown-modules_scrollableArea__9SHHg",kb="Dropdown-modules_item__67YXq",Lb="Dropdown-modules_label__05rx3",zb="Dropdown-modules_warning__dIJD1",Fb="Dropdown-modules_separator__dNtZP";const FR=KE.forwardRef(({children:e,className:t,...n},o)=>KE.createElement(Mb,{...n},KE.createElement(Pb,{className:$i(Vb,"demio-ui-dropdown-content",t),...n,ref:o},KE.createElement("div",{className:Db},e)))),HR=KE.forwardRef(({className:e,...t},n)=>KE.createElement(Tb,{ref:n,...t,className:$i(Fb,"demio-ui-dropdown-separator",e)})),WR=Sb,XR=Rb,jR=Bb,ZR=Gb,qR=Nb,YR=Mb,JR=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:r=!1,onSelect:i,...a})=>{const l=$i(kb,"demio-ui-dropdown-item",{[t]:t,[zb]:n,"demio-ui-dropdown-label":o,[Lb]:o});return o?KE.createElement(Bb,{className:l,...a},e):KE.createElement(Gb,{className:l,disabled:r,onSelect:i,...a},e)};Hb={formGroup:"FormGroup-modules_formGroup__Zjh7i",horizontal:"FormGroup-modules_horizontal__9g7gn",vertical:"FormGroup-modules_vertical__yPEor",between:"FormGroup-modules_between__poqnA",start:"FormGroup-modules_start__ylflU",center:"FormGroup-modules_center__xkWT-",startAlignItems:"FormGroup-modules_startAlignItems__h-nDr",stretchAlignItems:"FormGroup-modules_stretchAlignItems__jg3e0",centerAlignItems:"FormGroup-modules_centerAlignItems__J7KaF"},Wb="InfoBanner-modules_infoBanner__6KCFX",Xb="InfoBanner-modules_infoBannerWrapper__mUG2s",jb="InfoBanner-modules_contentWrapper__GVYBK",Zb="InfoBanner-modules_title__HqhSZ",qb="InfoBanner-modules_iconWrapper__MiPMN";const UR=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:r=null,title:i=null})=>KE.createElement("div",{className:$i(Wb,"demio-ui-info-banner",t)},KE.createElement("div",{className:$i(Xb,"demio-ui-info-banner-wrapper")},o&&KE.createElement("div",{className:$i(qb,"demio-ui-info-banner-iconWrapper")},n||KE.createElement(Dm,null)),e||KE.createElement("div",{className:$i(jb,"demio-ui-info-banner-contentWrapper")},i&&KE.createElement("span",{className:$i(Zb,"demio-ui-info-banner-title")},i),r&&KE.createElement("span",{className:"demio-ui-info-banner-text"},r))));Yb="ModalScrollable-modules_overlay__e4-c1",Jb="ModalScrollable-modules_closeBtn__prSB-",Ub="ModalScrollable-modules_isHidden__rqtyM",Qb="ModalScrollable-modules_title__TzPu5",Kb="ModalScrollable-modules_withHeader__OTqO-",$b="ModalScrollable-modules_header__BaeDK",ew="ModalScrollable-modules_noTitle__Aeqsv",tw="ModalScrollable-modules_content__oWfLS",nw="ModalScrollable-modules_body__zrctf",ow="ModalScrollable-modules_footer__fxnqN",rw="ModalScrollable-modules_footerButtonsContainer__MhbTv",iw="ModalScrollable-modules_withFooter__HDHPq",aw="ModalScrollable-modules_btn__KdfVl",lw="ModalScrollable-modules_cancelButton__gQ23p";const QR=tO(eO(({cancelBtnText:e="Cancel",children:t,customBodyClass:n="",customCancelBtnClass:o="",customCloseBtnClass:r="",customContentClass:i="",customFooterClass:a="",customOkBtnClass:l="",customOverlayClass:s="",customTitleClass:c="",footer:u,header:d,isAvailableCancelBtn:p=!0,isAvailableOkBtn:m=!0,isClosable:f=!0,isCloseButtonVisible:g=!0,isOkBtnDisabled:h=!1,isOpen:v,isOpenByDefault:b=!1,okBtnText:w="ok",onCancel:y,onOk:I,onOpenChange:C,portalContainer:x,title:A=""},_)=>{const E=e=>{C?.(e)},O=(e=null)=>{y?.(e),E(!1)};return KE.createElement(es,{defaultOpen:b,open:v,onOpenChange:E},KE.createElement(ns,{container:x||void 0},KE.createElement(os,{className:$i("demio-ui-scrollable-modal-overlay",Yb,s),"data-testid":"scrollable-modal-overlay"}),KE.createElement(rs,{"aria-describedby":void 0,className:$i("demio-ui-scrollable-modal-content",tw,i),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{f?O():e?.preventDefault()},ref:_},KE.createElement(is,{className:$i("demio-ui-scrollable-modal-title",Qb,{"no-title":!A,[Ub]:!A,"with-header":!!d,[Kb]:!!d},c),"data-testid":"scrollable-modal-title"},A),!!d&&KE.createElement("div",{className:$i("demio-ui-scrollable-modal-header",$b,{"without-title":!A,[ew]:!A}),"data-testid":"scrollable-modal-header"},d),KE.createElement(ls,{className:$i("demio-ui-scrollable-modal-close-btn",Jb,{"no-close-btn":!g,[Ub]:!g},r),"data-testid":"scrollable-modal-close-btn",onClick:O},KE.createElement(Vs,null)),KE.createElement("div",{className:$i("demio-ui-scrollable-modal-body",nw,n),"data-testid":"scrollable-modal-body"},t),(p||m||!!u)&&KE.createElement("div",{className:$i("demio-ui-scrollable-modal-footer",ow,a),"data-testid":"scrollable-modal-footer"},u,(p||m)&&KE.createElement("div",{className:$i("demio-ui-scrollable-modal-footer-buttons-container",rw,{"with-footer":!!u,[iw]:!!u}),"data-testid":"scrollable-modal-footer-buttons-container"},p&&KE.createElement(MO,{className:$i("demio-ui-scrollable-modal-footer-cancel-btn",aw,lw,o),"data-testid":"scrollable-modal-footer-cancel-btn",onClick:O,variant:"outline"},e),m&&KE.createElement(MO,{className:$i("demio-ui-scrollable-modal-footer-ok-btn",aw,l),"data-testid":"scrollable-modal-footer-ok-btn",disabled:h,onClick:e=>{I?.(e)},variant:"primary"},w))))))}));var KR,$R,eM,tM;for(sw=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],cw=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){var t,n;if(this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this)),t=this.tags[this.tags.length-1],this.isSpeedy){n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(eM){}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),uw="-ms-",dw="-moz-",pw="-webkit-",mw="comm",fw="rule",gw="decl",hw="@import",vw="@keyframes",bw="@layer",ww=Math.abs,yw=String.fromCharCode,Iw=Object.assign,Cw=1,xw=1,Aw=0,_w=0,Ew=0,Ow="",Sw=function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var o=e(n);return t.set(n,o),o}},Rw="undefined"!=typeof document,Mw=function(e,t,n){for(var o=0,r=0;o=r,r=xr(),38===o&&12===r&&(t[n]=1),!Er(r);)Cr();return _r(e,_w)},Pw=function(e,t){var n=-1,o=44;do{switch(Er(o)){case 0:38===o&&12===xr()&&(t[n]=1),e[n]+=Mw(_w-1,t,n);break;case 2:e[n]+=Rr(o);break;case 4:if(44===o){e[++n]=58===xr()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=yw(o)}}while(o=Cr());return e},Nw=function(e,t){return Sr(Pw(Or(e),t))},Bw=new WeakMap,Gw=function(e){var t,n,o,r,i,a,l,s,c;if("rule"===e.type&&e.parent&&!(e.length<1)){for(t=e.value,n=e.parent,o=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Bw.get(n))&&!o)for(Bw.set(e,!0),i=Nw(t,r=[]),a=n.props,l=0,s=0;l<i.length;l++)for(c=0;c<a.length;c++,s++)e.props[s]=r[l]?i[l].replace(/&\f/g,a[c]):a[c]+" "+i[l]}},Tw=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},Vw=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case gw:e.return=Xr(e.value,e.length);break;case vw:return zr([yr(e,{value:pr(e.value,"@","@"+pw)})],o);case fw:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return zr([yr(e,{props:[pr(t,/:(read-\w+)/,":"+dw+"$1")]})],o);case"::placeholder":return zr([yr(e,{props:[pr(t,/:(plac\w+)/,":"+pw+"input-$1")]}),yr(e,{props:[pr(t,/:(plac\w+)/,":"+dw+"$1")]}),yr(e,{props:[pr(t,/:(plac\w+)/,uw+"input-$1")]})],o)}return""})}},Dw=Rw?void 0:Sw(function(){return Wr(function(){return{}})}),kw=[Vw],Lw=function(e){var t,n,o,r,i,a,l,s,c,u,d,p,m,f,g,h,v,b,w=e.key;return Rw&&"css"===w&&(t=document.querySelectorAll("style[data-emotion]:not([data-s])"),Array.prototype.forEach.call(t,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})),n=e.stylisPlugins||kw,o={},i=[],Rw&&(r=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+w+' "]'),function(e){var t,n=e.getAttribute("data-emotion").split(" ");for(t=1;t<n.length;t++)o[n[t]]=!0;i.push(e)})),l=[Gw,Tw],Dw?(p=[Fr],m=Hr(l.concat(n,p)),f=function(e){return zr(Tr(e),m)},g=Dw(n)(w),h=function(e,t){var n=t.name;return void 0===g[n]&&(g[n]=f(e?e+"{"+t.styles+"}":t.styles)),g[n]},a=function(e,t,n,o){var r=t.name,i=h(e,t);return void 0===v.compat?(o&&(v.inserted[r]=!0),i):o?void(v.inserted[r]=i):i}):(c=[Fr,(b=function(e){s.insert(e)},function(e){e.root||(e=e.return)&&b(e)})],u=Hr(l.concat(n,c)),d=function(e){return zr(Tr(e),u)},a=function(e,t,n,o){s=n,d(e?e+"{"+t.styles+"}":t.styles),o&&(v.inserted[t.name]=!0)}),(v={key:w,sheet:new cw({key:w,container:r,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:a}).sheet.hydrate(i),v},zw="undefined"!=typeof document,Fw=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===zw&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},Hw=function(e,t,n){var o,r,i,a;if(Fw(e,t,n),o=e.key+"-"+t.name,void 0===e.inserted[t.name]){r="",i=t;do{a=e.insert(t===i?"."+o:"",i,e.sheet,!0),zw||void 0===a||(r+=a),i=i.next}while(void 0!==i);if(!zw&&0!==r.length)return r}},Ww={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Xw=/[A-Z]|^ms/g,jw=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Zw=function(e){return 45===e.charCodeAt(1)},qw=function(e){return null!=e&&"boolean"!=typeof e},Yw=Wr(function(e){return Zw(e)?e:e.replace(Xw,"-$&").toLowerCase()}),Jw=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(jw,function(e,t,n){return Qw={name:t,styles:n,next:Qw},t})}return 1===Ww[e]||Zw(e)||"number"!=typeof t||0===t?t:t+"px"},Uw=/label:\s*([^\s;{]+)\s*(;|$)/g,Kw="undefined"!=typeof document,$w=function(e){return e()},ey=!!QE.useInsertionEffect&&QE.useInsertionEffect,ty=Kw&&ey||$w,ny="undefined"!=typeof document,(oy=QE.createContext("undefined"!=typeof HTMLElement?Lw({key:"css"}):null)).Provider,ry=function(e){return eO(function(t,n){var o=aO(oy);return e(t,o,n)})},ny||(ry=function(e){return function(t){var n=aO(oy);return null===n?(n=Lw({key:"css"}),QE.createElement(oy.Provider,{value:n},e(t,n))):e(t,n)}}),iy=QE.createContext({}),ay={}.hasOwnProperty,ly="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",sy=function(e,t){var n,o={};for(n in t)ay.call(t,n)&&(o[n]=t[n]);return o[ly]=e,o},cy=function(e){var t,n,o,r,i=e.cache,a=e.serialized,l=e.isStringTag;if(Fw(i,a,l),t=ty(function(){return Hw(i,a,l)}),!ny&&void 0!==t){for(o=a.name,r=a.next;void 0!==r;)o+=" "+r.name,r=r.next;return QE.createElement("style",((n={})["data-emotion"]=i.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=i.sheet.nonce,n))}return null},uy=ry(function(e,t,n){var o,r,i,a,l,s,c=e.css;for(s in"string"==typeof c&&void 0!==t.registered[c]&&(c=t.registered[c]),o=e[ly],r=[c],i="","string"==typeof e.className?i=function(e,t,n){var o="";return n.split(" ").forEach(function(n){void 0!==e[n]?t.push(e[n]+";"):n&&(o+=n+" ")}),o}(t.registered,r,e.className):null!=e.className&&(i=e.className+" "),a=Zr(r,void 0,QE.useContext(iy)),i+=t.key+"-"+a.name,l={},e)ay.call(e,s)&&"css"!==s&&s!==ly&&(l[s]=e[s]);return l.className=i,n&&(l.ref=n),QE.createElement(QE.Fragment,null,QE.createElement(cy,{cache:t,serialized:a,isStringTag:"string"==typeof o}),QE.createElement(o,l))}),dy=uy,py=function(e,t){var n,o,r,i=arguments;if(null==t||!ay.call(t,"css"))return QE.createElement.apply(void 0,i);for(n=i.length,(o=new Array(n))[0]=dy,o[1]=sy(e,t),r=2;r<n;r++)o[r]=i[r];return QE.createElement.apply(null,o)},KR=py||(py={}),$R||($R=KR.JSX||(KR.JSX={})),my="undefined"!=typeof document,fy=my?iO:function(){},gy=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],hy=function(){},vy=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===Jo(e)&&null!==e?[e]:[];var t},by=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,$o({},or(e,gy))},wy=function(e,t,n){var o=e.cx,r=e.getStyles,i=e.getClassNames,a=e.className;return{css:r(t,e),className:o(null!=n?n:{},i(t,e),a)}},yy=!1,Iy={get passive(){return yy=!0}},(Cy="undefined"!=typeof window?window:{}).addEventListener&&Cy.removeEventListener&&(Cy.addEventListener("p",hy,Iy),Cy.removeEventListener("p",hy,!1)),xy=yy,Ay=function(e){var t,n,o,r;for(t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return r=Object.entries(e).filter(function(e){var t=nr(e,1)[0];return!n.includes(t)}),r.reduce(function(e,t){var n=nr(t,2),o=n[0],r=n[1];return e[o]=r,e},{})},_y=["children","innerProps"],Ey=["children","innerProps"],Oy=function(e){return"auto"===e?"bottom":e},Sy=function(e,t){var n,o=e.placement,r=e.theme,i=r.borderRadius,a=r.spacing,l=r.colors;return $o((Qo(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),Qo(n,"position","absolute"),Qo(n,"width","100%"),Qo(n,"zIndex",1),n),t?{}:{backgroundColor:l.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},Ry=sO(null),My=function(e){var t=e.children,n=e.minMenuHeight,o=e.maxMenuHeight,r=e.menuPlacement,i=e.menuPosition,a=e.menuShouldScrollIntoView,l=e.theme,s=aO(Ry)||{},c=s.setPortalPlacement,u=nO(null),d=$E(o),p=nr(d,2),m=p[0],f=p[1],g=$E(null),h=nr(g,2),v=h[0],b=h[1],w=l.spacing.controlHeight;return fy(function(){var e,t,l=u.current;l&&(e="fixed"===i,t=ri({maxHeight:o,menuEl:l,minHeight:n,placement:r,shouldScroll:a&&!e,isFixedPosition:e,controlHeight:w}),f(t.maxHeight),b(t.placement),null==c||c(t.placement))},[o,r,i,a,n,c,w]),t({ref:u,placerProps:$o($o({},e),{},{placement:v||Oy(r),maxHeight:m})})},Py=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return py("div",rr({},wy(e,"menu",{menu:!0}),{ref:n},o),t)},Ny=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return $o({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},By=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,r=e.isMulti;return py("div",rr({},wy(e,"menuList",{"menu-list":!0,"menu-list--is-multi":r}),{ref:o},n),t)},Gy=function(e,t){var n=e.theme,o=n.spacing.baseUnit,r=n.colors;return $o({textAlign:"center"},t?{}:{color:r.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},Ty=Gy,Vy=Gy,Dy=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,r=or(e,_y);return py("div",rr({},wy($o($o({},r),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},ky=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,r=or(e,Ey);return py("div",rr({},wy($o($o({},r),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},Ly=function(e){var t=e.rect,n=e.offset,o=e.position;return{left:t.left,position:o,top:n,width:t.width,zIndex:1}},zy=function(e){var t,n,o,r=e.appendTo,i=e.children,a=e.controlElement,l=e.innerProps,s=e.menuPlacement,c=e.menuPosition,u=nO(null),d=nO(null),p=$E(Oy(s)),m=nr(p,2),f=m[0],g=m[1],h=lO(function(){return{setPortalPlacement:g}},[]),v=$E(null),b=nr(v,2),w=b[0],y=b[1],I=oO(function(){var e,t,n;a&&(e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(a),t="fixed"===c?0:window.pageYOffset,(n=e[f]+t)===(null==w?void 0:w.offset)&&e.left===(null==w?void 0:w.rect.left)&&e.width===(null==w?void 0:w.rect.width)||y({offset:n,rect:e}))},[a,c,f,null==w?void 0:w.offset,null==w?void 0:w.rect.left,null==w?void 0:w.rect.width]);return fy(function(){I()},[I]),t=oO(function(){"function"==typeof d.current&&(d.current(),d.current=null),a&&u.current&&(d.current=Vo(a,u.current,I,{elementResize:"ResizeObserver"in window}))},[a,I]),fy(function(){t()},[t]),n=oO(function(e){u.current=e,t()},[t]),!r&&"fixed"!==c||!w?null:(o=py("div",rr({ref:n},wy($o($o({},e),{},{offset:w.offset,position:c,rect:w.rect}),"menuPortal",{"menu-portal":!0}),l),i),py(Ry.Provider,{value:h},r?vO(o,r):o))},Fy=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},Hy=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,r=e.isRtl;return py("div",rr({},wy(e,"container",{"--is-disabled":o,"--is-rtl":r}),n),t)},Wy=function(e,t){var n=e.theme.spacing,o=e.isMulti,r=e.hasValue,i=e.selectProps.controlShouldRenderValue;return $o({alignItems:"center",display:o&&r&&i?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},Xy=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,r=e.hasValue;return py("div",rr({},wy(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":r}),n),t)},jy=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},Zy=function(e){var t=e.children,n=e.innerProps;return py("div",rr({},wy(e,"indicatorsContainer",{indicators:!0}),n),t)},Yy=["size"],Jy=["innerProps","isRtl","size"],Uy="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Qy=function(e){var t=e.size,n=or(e,Yy);return py("svg",rr({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Uy},n))},Ky=function(e){return py(Qy,rr({size:20},e),py("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},$y=function(e){return py(Qy,rr({size:20},e),py("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},eI=function(e,t){var n=e.isFocused,o=e.theme,r=o.spacing.baseUnit,i=o.colors;return $o({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?i.neutral60:i.neutral20,padding:2*r,":hover":{color:n?i.neutral80:i.neutral40}})},tI=eI,nI=function(e){var t=e.children,n=e.innerProps;return py("div",rr({},wy(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||py($y,null))},oI=eI,rI=function(e){var t=e.children,n=e.innerProps;return py("div",rr({},wy(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||py(Ky,null))},iI=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing.baseUnit,i=o.colors;return $o({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?i.neutral10:i.neutral20,marginBottom:2*r,marginTop:2*r})},aI=function(e){var t=e.innerProps;return py("span",rr({},t,wy(e,"indicatorSeparator",{"indicator-separator":!0})))},lI=function(){var e=qr.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(qy||(eM=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],tM||(tM=eM.slice(0)),qy=Object.freeze(Object.defineProperties(eM,{raw:{value:Object.freeze(tM)}})))),sI=function(e,t){var n=e.isFocused,o=e.size,r=e.theme,i=r.colors,a=r.spacing.baseUnit;return $o({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?i.neutral60:i.neutral20,padding:2*a})},cI=function(e){var t=e.delay,n=e.offset;return py("span",{css:qr({animation:"".concat(lI," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},uI=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,r=void 0===o?4:o,i=or(e,Jy);return py("div",rr({},wy($o($o({},i),{},{innerProps:t,isRtl:n,size:r}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),py(cI,{delay:0,offset:n}),py(cI,{delay:160,offset:!0}),py(cI,{delay:320,offset:!n}))},dI=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.theme,i=r.colors,a=r.borderRadius;return $o({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:r.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?i.neutral5:i.neutral0,borderColor:n?i.neutral10:o?i.primary:i.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:o?i.primary:i.neutral30}})},pI=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.innerRef,i=e.innerProps,a=e.menuIsOpen;return py("div",rr({ref:r},wy(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":a}),i,{"aria-disabled":n||void 0}),t)},mI=["data"],fI=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},gI=function(e){var t=e.children,n=e.cx,o=e.getStyles,r=e.getClassNames,i=e.Heading,a=e.headingProps,l=e.innerProps,s=e.label,c=e.theme,u=e.selectProps;return py("div",rr({},wy(e,"group",{group:!0}),l),py(i,rr({},a,{selectProps:u,theme:c,getStyles:o,getClassNames:r,cx:n}),s),py("div",null,t))},hI=function(e,t){var n=e.theme,o=n.colors,r=n.spacing;return $o({label:"group",cursor:"default",display:"block"},t?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*r.baseUnit,paddingRight:3*r.baseUnit,textTransform:"uppercase"})},vI=function(e){var t,n=by(e);return n.data,t=or(n,mI),py("div",rr({},wy(e,"groupHeading",{"group-heading":!0}),t))},bI=gI,wI=["innerRef","isDisabled","isHidden","inputClassName"],yI=function(e,t){var n=e.isDisabled,o=e.value,r=e.theme,i=r.spacing,a=r.colors;return $o($o({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},CI),t?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:a.neutral80})},CI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":$o({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},II={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},xI=function(e){return $o({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},II)},AI=function(e){var t=e.cx,n=e.value,o=by(e),r=o.innerRef,i=o.isDisabled,a=o.isHidden,l=o.inputClassName,s=or(o,wI);return py("div",rr({},wy(e,"input",{"input-container":!0}),{"data-value":n||""}),py("input",rr({className:t({input:!0},l),ref:r,style:xI(a),disabled:i},s)))},_I=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,i=n.colors;return $o({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:i.neutral10,borderRadius:r/2,margin:o.baseUnit/2})},EI=function(e,t){var n=e.theme,o=n.borderRadius,r=n.colors,i=e.cropWithEllipsis;return $o({overflow:"hidden",textOverflow:i||void 0===i?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:o/2,color:r.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},OI=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,i=n.colors,a=e.isFocused;return $o({alignItems:"center",display:"flex"},t?{}:{borderRadius:r/2,backgroundColor:a?i.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},RI=function(e){var t=e.children,n=e.components,o=e.data,r=e.innerProps,i=e.isDisabled,a=e.removeProps,l=e.selectProps,s=n.Container,c=n.Label,u=n.Remove;return py(s,{data:o,innerProps:$o($o({},wy(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),r),selectProps:l},py(c,{data:o,innerProps:$o({},wy(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),py(u,{data:o,innerProps:$o($o({},wy(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},a),selectProps:l}))},MI=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.isSelected,i=e.theme,a=i.spacing,l=i.colors;return $o({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:r?l.primary:o?l.primary25:"transparent",color:n?l.neutral20:r?l.neutral0:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),":active":{backgroundColor:n?void 0:r?l.primary:l.primary50}})},PI=function(e,t){var n=e.theme,o=n.spacing,r=n.colors;return $o({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:r.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},NI=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing,i=o.colors;return $o({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?i.neutral40:i.neutral80,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},BI={ClearIndicator:rI,Control:pI,DropdownIndicator:nI,DownChevron:$y,CrossIcon:Ky,Group:bI,GroupHeading:vI,IndicatorsContainer:Zy,IndicatorSeparator:aI,Input:AI,LoadingIndicator:uI,Menu:Py,MenuList:By,MenuPortal:zy,LoadingMessage:ky,NoOptionsMessage:Dy,MultiValue:RI,MultiValueContainer:SI=function(e){var t=e.children,n=e.innerProps;return py("div",n,t)},MultiValueLabel:SI,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return py("div",rr({role:"button"},n),t||py(Ky,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.isSelected,i=e.innerRef,a=e.innerProps;return py("div",rr({},wy(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":o,"option--is-selected":r}),{ref:i,"aria-disabled":n},a),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return py("div",rr({},wy(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:Hy,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return py("div",rr({},wy(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:Xy},GI=function(e){return $o($o({},BI),e.components)},TI=Number.isNaN||function(e){return"number"==typeof e&&e!=e},VI="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},DI=function(e){return py("span",rr({css:VI},e))},kI={guidance:function(e){var t=e.isSearchable,n=e.isMulti,o=e.tabSelectsValue,r=e.context,i=e.isInitialFocus;switch(r){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(o?", press Tab to select the option and exit the menu":"",".");case"input":return i?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,o=void 0===n?"":n,r=e.labels,i=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(o,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(r.length>1?"s":""," ").concat(r.join(","),", selected.");case"select-option":return"option ".concat(o,i?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t,n,o=e.context,r=e.focused,i=e.options,a=e.label,l=void 0===a?"":a,s=e.selectValue,c=e.isDisabled,u=e.isSelected,d=e.isAppleDevice,p=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};return"value"===o&&s?"value ".concat(l," focused, ").concat(p(s,r),"."):"menu"===o&&d?(t=c?" disabled":"",n="".concat(u?" selected":"").concat(t),"".concat(l).concat(n,", ").concat(p(i,r),".")):""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},LI=function(e){var t=e.ariaSelection,n=e.focusedOption,o=e.focusedValue,r=e.focusableOptions,i=e.isFocused,a=e.selectValue,l=e.selectProps,s=e.id,c=e.isAppleDevice,u=l.ariaLiveMessages,d=l.getOptionLabel,p=l.inputValue,m=l.isMulti,f=l.isOptionDisabled,g=l.isSearchable,h=l.menuIsOpen,v=l.options,b=l.screenReaderStatus,w=l.tabSelectsValue,y=l.isLoading,I=l["aria-label"],C=l["aria-live"],x=lO(function(){return $o($o({},kI),u||{})},[u]),A=lO(function(){var e,n,o,r,i,l,s,c,u,p,m="";return t&&x.onChange&&(e=t.option,n=t.options,o=t.removedValue,r=t.removedValues,i=t.value,s=(l=o||e||function(e){return Array.isArray(e)?null:e}(i))?d(l):"",u=(c=n||r||void 0)?c.map(d):[],p=$o({isDisabled:l&&f(l,a),label:s,labels:u},t),m=x.onChange(p)),m},[t,x,f,a,d]),_=lO(function(){var e,t="",i=n||o,l=!!(n&&a&&a.includes(n));return i&&x.onFocus&&(e={focused:i,label:d(i),isDisabled:f(i,a),isSelected:l,options:r,context:i===n?"menu":"value",selectValue:a,isAppleDevice:c},t=x.onFocus(e)),t},[n,o,d,f,x,r,a,c]),E=lO(function(){var e,t="";return h&&v.length&&!y&&x.onFilter&&(e=b({count:r.length}),t=x.onFilter({inputValue:p,resultsMessage:e})),t},[r,p,h,x,v,b,y]),O="initial-input-focus"===(null==t?void 0:t.action),S=lO(function(){var e,t="";return x.guidance&&(e=o?"value":h?"menu":"input",t=x.guidance({"aria-label":I,context:e,isDisabled:n&&f(n,a),isMulti:m,isSearchable:g,tabSelectsValue:w,isInitialFocus:O})),t},[I,n,o,m,f,g,h,x,a,w,O]),R=py(uO,null,py("span",{id:"aria-selection"},A),py("span",{id:"aria-focused"},_),py("span",{id:"aria-results"},E),py("span",{id:"aria-guidance"},S));return py(uO,null,py(DI,{id:s},O&&R),py(DI,{"aria-live":C,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!O&&R))},zI=LI,FI=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],HI=new RegExp("["+FI.map(function(e){return e.letters}).join("")+"]","g"),WI={},XI=0;XI<FI.length;XI++)for(jI=FI[XI],ZI=0;ZI<jI.letters.length;ZI++)WI[jI.letters[ZI]]=jI.base;qI=function(e){return e.replace(HI,function(e){return WI[e]})},YI=function(e,t){function n(){var n,r,i=[];for(n=0;n<arguments.length;n++)i[n]=arguments[n];return o&&o.lastThis===this&&t(i,o.lastArgs)?o.lastResult:(r=e.apply(this,i),o={lastResult:r,lastArgs:i,lastThis:this},r)}void 0===t&&(t=ai);var o=null;return n.clear=function(){o=null},n}(qI),JI=function(e){return e.replace(/^\s+|\s+$/g,"")},UI=function(e){return"".concat(e.label," ").concat(e.value)},QI=function(e){return function(t,n){var o,r,i,a,l,s,c,u;return!!t.data.__isNew__||(r=(o=$o({ignoreCase:!0,ignoreAccents:!0,stringify:UI,trim:!0,matchFrom:"any"},e)).ignoreCase,i=o.ignoreAccents,a=o.stringify,l=o.trim,s=o.matchFrom,c=l?JI(n):n,u=l?JI(a(t)):a(t),r&&(c=c.toLowerCase(),u=u.toLowerCase()),i&&(c=YI(c),u=qI(u)),"start"===s?u.substr(0,c.length)===c:u.indexOf(c)>-1)}},KI=["innerRef"],$I=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},eC=["boxSizing","height","overflow","paddingRight","position"],tC={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},nC=!("undefined"==typeof window||!window.document||!window.document.createElement),oC=0,rC={capture:!1,passive:!1},iC=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},aC="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},lC="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},sC=function(e){var t=e.name,n=e.onFocus;return py("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:lC,value:"",onChange:function(){}})},cC=sC,uC=function(e){return e.label},dC=function(e){return e.label},pC=function(e){return e.value},mC=function(e){return!!e.isDisabled},fC={clearIndicator:oI,container:Fy,control:dI,dropdownIndicator:tI,group:fI,groupHeading:hI,indicatorsContainer:jy,indicatorSeparator:iI,input:yI,loadingIndicator:sI,loadingMessage:Vy,menu:Sy,menuList:Ny,menuPortal:Ly,multiValue:_I,multiValueLabel:EI,multiValueRemove:OI,noOptionsMessage:Ty,option:MI,placeholder:PI,singleValue:NI,valueContainer:Wy},hC={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:gC=4,controlHeight:38,menuGutter:2*gC}},vC={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:ti(),captureMenuScroll:!ti(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:QI(),formatGroupLabel:uC,getOptionLabel:dC,getOptionValue:pC,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:mC,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(eM){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1},bC=function(e,t){var n,o=null===(n=e.find(function(e){return e.data===t}))||void 0===n?void 0:n.id;return o||null},wC=function(e,t){return e.getOptionLabel(t)},yC=function(e,t){return e.getOptionValue(t)},IC=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},CC=1,xC=function(){function e(n){var o,r,i,a;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(o=t.call(this,n)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},o.blockOptionHover=!1,o.isComposing=!1,o.commonProps=void 0,o.initialTouchX=0,o.initialTouchY=0,o.openAfterFocus=!1,o.scrollToFocusedOptionOnUpdate=!1,o.userIsDragging=void 0,o.controlRef=null,o.getControlRef=function(e){o.controlRef=e},o.focusedOptionRef=null,o.getFocusedOptionRef=function(e){o.focusedOptionRef=e},o.menuListRef=null,o.getMenuListRef=function(e){o.menuListRef=e},o.inputRef=null,o.getInputRef=function(e){o.inputRef=e},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(e,t){var n=o.props,r=n.onChange,i=n.name;t.name=i,o.ariaOnChange(e,t),r(e,t)},o.setValue=function(e,t,n){var r=o.props,i=r.closeMenuOnSelect,a=r.isMulti,l=r.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:l}),i&&(o.setState({inputIsHiddenAfterUpdate:!a}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(e,{action:t,option:n})},o.selectOption=function(e){var t,n=o.props,r=n.blurInputOnSelect,i=n.isMulti,a=n.name,l=o.state.selectValue,s=i&&o.isOptionSelected(e,l),c=o.isOptionDisabled(e,l);if(s)t=o.getOptionValue(e),o.setValue(l.filter(function(e){return o.getOptionValue(e)!==t}),"deselect-option",e);else{if(c)return void o.ariaOnChange(e,{action:"select-option",option:e,name:a});i?o.setValue([].concat(ur(l),[e]),"select-option",e):o.setValue(e,"select-option")}r&&o.blurInput()},o.removeValue=function(e){var t=o.props.isMulti,n=o.state.selectValue,r=o.getOptionValue(e),i=n.filter(function(e){return o.getOptionValue(e)!==r}),a=oi(t,i,i[0]||null);o.onChange(a,{action:"remove-value",removedValue:e}),o.focusInput()},o.clearValue=function(){var e=o.state.selectValue;o.onChange(oi(o.props.isMulti,[],null),{action:"clear",removedValues:e})},o.popValue=function(){var e=o.props.isMulti,t=o.state.selectValue,n=t[t.length-1],r=t.slice(0,t.length-1),i=oi(e,r,r[0]||null);n&&o.onChange(i,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return bC(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return wi(vi(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Jr.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return wC(o.props,e)},o.getOptionValue=function(e){return yC(o.props,e)},o.getStyles=function(e,t){var n,r=o.props.unstyled,i=fC[e](t,r);return i.boxSizing="border-box",(n=o.props.styles[e])?n(i,t):i},o.getClassNames=function(e,t){var n,r;return null===(n=(r=o.props.classNames)[e])||void 0===n?void 0:n.call(r,t)},o.getElementId=function(e){return"".concat(o.state.instancePrefix,"-").concat(e)},o.getComponents=function(){return GI(o.props)},o.buildCategorizedOptions=function(){return vi(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return bi(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:$o({value:e},t)})},o.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(e){o.blockOptionHover=!1},o.onControlMouseDown=function(e){if(!e.defaultPrevented){var t=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&o.onMenuClose():t&&o.openMenu("first"):(t&&(o.openAfterFocus=!0),o.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},o.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||o.props.isDisabled)){var t=o.props,n=t.isMulti,r=t.menuIsOpen;o.focusInput(),r?(o.setState({inputIsHiddenAfterUpdate:!n}),o.onMenuClose()):o.openMenu("first"),e.preventDefault()}},o.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(o.clearValue(),e.preventDefault(),o.openAfterFocus=!1,"touchend"===e.type?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(e){"boolean"==typeof o.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Ur(e.target)&&o.props.onMenuClose():"function"==typeof o.props.closeMenuOnScroll&&o.props.closeMenuOnScroll(e)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(e){var t=e.touches,n=t&&t.item(0);n&&(o.initialTouchX=n.clientX,o.initialTouchY=n.clientY,o.userIsDragging=!1)},o.onTouchMove=function(e){var t,n,r,i=e.touches,a=i&&i.item(0);a&&(t=Math.abs(a.clientX-o.initialTouchX),n=Math.abs(a.clientY-o.initialTouchY),r=5,o.userIsDragging=t>r||n>r)},o.onTouchEnd=function(e){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(e.target)&&o.menuListRef&&!o.menuListRef.contains(e.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(e){o.userIsDragging||o.onControlMouseDown(e)},o.onClearIndicatorTouchEnd=function(e){o.userIsDragging||o.onClearIndicatorMouseDown(e)},o.onDropdownIndicatorTouchEnd=function(e){o.userIsDragging||o.onDropdownIndicatorMouseDown(e)},o.handleInputChange=function(e){var t=o.props.inputValue,n=e.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(n,{action:"input-change",prevInputValue:t}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(e){o.props.onFocus&&o.props.onFocus(e),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(e){var t=o.props.inputValue;o.menuListRef&&o.menuListRef.contains(document.activeElement)?o.inputRef.focus():(o.props.onBlur&&o.props.onBlur(e),o.onInputChange("",{action:"input-blur",prevInputValue:t}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1}))},o.onOptionHover=function(e){var t;o.blockOptionHover||o.state.focusedOption===e||(t=o.getFocusableOptions().indexOf(e),o.setState({focusedOption:e,focusedOptionId:t>-1?o.getFocusedOptionId(e):null}))},o.shouldHideSelectedOptions=function(){return IC(o.props)},o.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),o.focus()},o.onKeyDown=function(e){var t=o.props,n=t.isMulti,r=t.backspaceRemovesValue,i=t.escapeClearsValue,a=t.inputValue,l=t.isClearable,s=t.isDisabled,c=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,m=o.state,f=m.focusedOption,g=m.focusedValue,h=m.selectValue;if(!(s||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(o.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||a)return;o.focusValue("previous");break;case"ArrowRight":if(!n||a)return;o.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)o.removeValue(g);else{if(!r)return;n?o.popValue():l&&o.clearValue()}break;case"Tab":if(o.isComposing)return;if(e.shiftKey||!c||!d||!f||p&&o.isOptionSelected(f,h))return;o.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(c){if(!f)return;if(o.isComposing)return;o.selectOption(f);break}return;case"Escape":c?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:a}),o.onMenuClose()):l&&i&&o.clearValue();break;case" ":if(a)return;if(!c){o.openMenu("first");break}if(!f)return;o.selectOption(f);break;case"ArrowUp":c?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":c?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!c)return;o.focusOption("pageup");break;case"PageDown":if(!c)return;o.focusOption("pagedown");break;case"Home":if(!c)return;o.focusOption("first");break;case"End":if(!c)return;o.focusOption("last");break;default:return}e.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++CC),o.state.selectValue=vy(n.value),n.menuIsOpen&&o.state.selectValue.length&&(r=o.getFocusableOptionsWithIds(),a=(i=o.buildFocusableOptions()).indexOf(o.state.selectValue[0]),o.state.focusableOptionsWithIds=r,o.state.focusedOption=i[a],o.state.focusedOptionId=bC(r,i[a])),o}!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ar(e,t)}(e,cO);var t=function(e){var t=sr();return function(){var n,o,r=lr(e);return t?(o=lr(this).constructor,n=Reflect.construct(r,arguments,o)):n=r.apply(this,arguments),cr(this,n)}}(e);return function(e,t,n){t&&ir(e.prototype,t),n&&ir(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(e,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&ei(this.menuListRef,this.focusedOptionRef),(fi()||gi())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,o=t.menuIsOpen,r=this.state.isFocused;(r&&!n&&e.isDisabled||r&&o&&!e.menuIsOpen)&&this.focusInput(),r&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):r||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(ei(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t,n=this,o=this.state,r=o.selectValue,i=o.isFocused,a=this.buildFocusableOptions(),l="first"===e?0:a.length-1;this.props.isMulti||(t=a.indexOf(r[0]))>-1&&(l=t),this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:a[l],focusedOptionId:this.getFocusedOptionId(a[l])},function(){return n.onMenuOpen()})}},{key:"focusValue",value:function(e){var t,n,o,r=this.state,i=r.selectValue,a=r.focusedValue;if(this.props.isMulti&&(this.setState({focusedOption:null}),t=i.indexOf(a),a||(t=-1),n=i.length-1,o=-1,i.length)){switch(e){case"previous":o=0===t?0:-1===t?n:t-1;break;case"next":t>-1&&t<n&&(o=t+1)}this.setState({inputIsHidden:-1!==o,focusedValue:i[o]})}}},{key:"focusOption",value:function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",o=this.props.pageSize,r=this.state.focusedOption,i=this.getFocusableOptions();i.length&&(e=0,t=i.indexOf(r),r||(t=-1),"up"===n?e=t>0?t-1:i.length-1:"down"===n?e=(t+1)%i.length:"pageup"===n?(e=t-o)<0&&(e=0):"pagedown"===n?(e=t+o)>i.length-1&&(e=i.length-1):"last"===n&&(e=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[e],focusedValue:null,focusedOptionId:this.getFocusedOptionId(i[e])}))}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(hC):$o($o({},hC),this.props.theme):hC}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,o=this.getClassNames,r=this.getValue,i=this.selectOption,a=this.setValue,l=this.props,s=l.isMulti,c=l.isRtl,u=l.options,d=this.hasValue();return{clearValue:e,cx:t,getStyles:n,getClassNames:o,getValue:r,hasValue:d,isMulti:s,isRtl:c,options:u,selectOption:i,selectProps:l,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return Ii(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return Ci(this.props,e,t)}},{key:"filterOption",value:function(e,t){return xi(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){var n,o;return"function"==typeof this.props.formatOptionLabel?(n=this.props.inputValue,o=this.state.selectValue,this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:o})):this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,n=e.isSearchable,o=e.inputId,r=e.inputValue,i=e.tabIndex,a=e.form,l=e.menuIsOpen,s=e.required,c=this.getComponents(),u=c.Input,d=this.state,p=d.inputIsHidden,m=d.ariaSelection,f=this.commonProps,g=o||this.getElementId("input"),h=$o($o($o({"aria-autocomplete":"list","aria-expanded":l,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":s,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},l&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?QE.createElement(u,rr({},f,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:i,form:a,type:"text",value:r},h)):QE.createElement(li,rr({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:hy,onFocus:this.onInputFocus,disabled:t,tabIndex:i,inputMode:"none",form:a,value:""},h))}},{key:"renderPlaceholderOrValue",value:function(){var e,t=this,n=this.getComponents(),o=n.MultiValue,r=n.MultiValueContainer,i=n.MultiValueLabel,a=n.MultiValueRemove,l=n.SingleValue,s=n.Placeholder,c=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,m=u.isMulti,f=u.inputValue,g=u.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;return this.hasValue()&&d?m?v.map(function(e,n){var l=e===b,s="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return QE.createElement(o,rr({},c,{components:{Container:r,Label:i,Remove:a},isFocused:l,isDisabled:p,key:s,index:n,removeProps:{onClick:function(){return t.removeValue(e)},onTouchEnd:function(){return t.removeValue(e)},onMouseDown:function(e){e.preventDefault()}},data:e}),t.formatOptionLabel(e,"value"))}):f?null:(e=v[0],QE.createElement(l,rr({},c,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):f?null:QE.createElement(s,rr({},c,{key:"placeholder",isDisabled:p,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),g)}},{key:"renderClearIndicator",value:function(){var e,t=this.getComponents(),n=t.ClearIndicator,o=this.commonProps,r=this.props,i=r.isDisabled,a=r.isLoading,l=this.state.isFocused;return this.isClearable()&&n&&!i&&this.hasValue()&&!a?(e={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"},QE.createElement(n,rr({},o,{innerProps:e,isFocused:l}))):null}},{key:"renderLoadingIndicator",value:function(){var e,t=this.getComponents(),n=t.LoadingIndicator,o=this.commonProps,r=this.props,i=r.isDisabled,a=r.isLoading,l=this.state.isFocused;return n&&a?(e={"aria-hidden":"true"},QE.createElement(n,rr({},o,{innerProps:e,isDisabled:i,isFocused:l}))):null}},{key:"renderIndicatorSeparator",value:function(){var e,t,n,o=this.getComponents(),r=o.DropdownIndicator,i=o.IndicatorSeparator;return r&&i?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,QE.createElement(i,rr({},e,{isDisabled:t,isFocused:n}))):null}},{key:"renderDropdownIndicator",value:function(){var e,t,n,o,r=this.getComponents(),i=r.DropdownIndicator;return i?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"},QE.createElement(i,rr({},e,{innerProps:o,isDisabled:t,isFocused:n}))):null}},{key:"renderMenu",value:function(){var e,t,n,o,r,i,a=this,l=this.getComponents(),s=l.Group,c=l.GroupHeading,u=l.Menu,d=l.MenuList,p=l.MenuPortal,m=l.LoadingMessage,f=l.NoOptionsMessage,g=l.Option,h=this.commonProps,v=this.state.focusedOption,b=this.props,w=b.captureMenuScroll,y=b.inputValue,I=b.isLoading,C=b.loadingMessage,x=b.minMenuHeight,A=b.maxMenuHeight,_=b.menuIsOpen,E=b.menuPlacement,O=b.menuPosition,S=b.menuPortalTarget,R=b.menuShouldBlockScroll,M=b.menuShouldScrollIntoView,P=b.noOptionsMessage,N=b.onMenuScrollToTop,B=b.onMenuScrollToBottom;if(!_)return null;if(e=function(e,t){var n=e.type,o=e.data,r=e.isDisabled,i=e.isSelected,l=e.label,s=e.value,c=v===o,u=r?void 0:function(){return a.onOptionHover(o)},d=r?void 0:function(){return a.selectOption(o)},p="".concat(a.getElementId("option"),"-").concat(t),m={id:p,onClick:d,onMouseMove:u,onMouseOver:u,tabIndex:-1,role:"option","aria-selected":a.state.isAppleDevice?void 0:i};return QE.createElement(g,rr({},h,{innerProps:m,data:o,isDisabled:r,isSelected:i,key:p,label:l,type:n,value:s,isFocused:c,innerRef:c?a.getFocusedOptionRef:void 0}),a.formatOptionLabel(e.data,"menu"))},this.hasOptions())t=this.getCategorizedOptions().map(function(t){var n,o,r,i,l;return"group"===t.type?(n=t.data,o=t.options,r=t.index,i="".concat(a.getElementId("group"),"-").concat(r),l="".concat(i,"-heading"),QE.createElement(s,rr({},h,{key:i,data:n,options:o,Heading:c,headingProps:{id:l,data:t.data},label:a.formatGroupLabel(t.data)}),t.options.map(function(t){return e(t,"".concat(r,"-").concat(t.index))}))):"option"===t.type?e(t,"".concat(t.index)):void 0});else if(I){if(null===(n=C({inputValue:y})))return null;t=QE.createElement(m,h,n)}else{if(null===(o=P({inputValue:y})))return null;t=QE.createElement(f,h,o)}return r={minMenuHeight:x,maxMenuHeight:A,menuPlacement:E,menuPosition:O,menuShouldScrollIntoView:M},i=QE.createElement(My,rr({},h,r),function(e){var n=e.ref,o=e.placerProps,i=o.placement,l=o.maxHeight;return QE.createElement(u,rr({},h,r,{innerRef:n,innerProps:{onMouseDown:a.onMenuMouseDown,onMouseMove:a.onMenuMouseMove},isLoading:I,placement:i}),QE.createElement(pi,{captureEnabled:w,onTopArrive:N,onBottomArrive:B,lockEnabled:R},function(e){return QE.createElement(d,rr({},h,{innerRef:function(t){a.getMenuListRef(t),e(t)},innerProps:{role:"listbox","aria-multiselectable":h.isMulti,id:a.getElementId("listbox")},isLoading:I,maxHeight:l,focusedOption:v}),t)}))}),S||"fixed"===O?QE.createElement(p,rr({},h,{appendTo:S,controlElement:this.controlRef,menuPlacement:E,menuPosition:O}),i):i}},{key:"renderFormField",value:function(){var e,t,n,o=this,r=this.props,i=r.delimiter,a=r.isDisabled,l=r.isMulti,s=r.name,c=r.required,u=this.state.selectValue;return!c||this.hasValue()||a?s&&!a?l?i?(e=u.map(function(e){return o.getOptionValue(e)}).join(i),QE.createElement("input",{name:s,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return QE.createElement("input",{key:"i-".concat(t),name:s,type:"hidden",value:o.getOptionValue(e)})}):QE.createElement("input",{name:s,type:"hidden",value:""}),QE.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",QE.createElement("input",{name:s,type:"hidden",value:n})):void 0:QE.createElement(cC,{name:s,onFocus:this.onValueInputFocus})}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,r=t.focusedValue,i=t.isFocused,a=t.selectValue,l=this.getFocusableOptions();return QE.createElement(zI,rr({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:r,isFocused:i,selectValue:a,focusableOptions:l,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,r=e.ValueContainer,i=this.props,a=i.className,l=i.id,s=i.isDisabled,c=i.menuIsOpen,u=this.state.isFocused,d=this.commonProps=this.getCommonProps();return QE.createElement(o,rr({},d,{className:a,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:s,isFocused:u}),this.renderLiveRegion(),QE.createElement(t,rr({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:s,isFocused:u,menuIsOpen:c}),QE.createElement(r,rr({},d,{isDisabled:s}),this.renderPlaceholderOrValue(),this.renderInput()),QE.createElement(n,rr({},d,{isDisabled:s}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n,o,r,i,a,l,s,c=t.prevProps,u=t.clearFocusValueOnUpdate,d=t.inputIsHiddenAfterUpdate,p=t.ariaSelection,m=t.isFocused,f=t.prevWasFocused,g=t.instancePrefix,h=e.options,v=e.value,b=e.menuIsOpen,w=e.inputValue,y=e.isMulti,I=vy(v),C={};return!c||v===c.value&&h===c.options&&b===c.menuIsOpen&&w===c.inputValue||(n=b?function(e,t){return bi(vi(e,t))}(e,I):[],o=b?wi(vi(e,I),"".concat(g,"-option")):[],r=u?function(e,t){var n=e.focusedValue,o=e.selectValue,r=o.indexOf(n);if(r>-1){if(t.indexOf(n)>-1)return n;if(r<t.length)return t[r]}return null}(t,I):null,i=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,n),C={selectValue:I,focusedOption:i,focusedOptionId:bC(o,i),focusableOptionsWithIds:o,focusedValue:r,clearFocusValueOnUpdate:!1}),a=null!=d&&e!==c?{inputIsHidden:d,inputIsHiddenAfterUpdate:void 0}:{},l=p,s=m&&f,m&&!s&&(l={value:oi(y,I,I[0]||null),options:I,action:"initial-input-focus"},s=!f),"initial-input-focus"===(null==p?void 0:p.action)&&(l=null),$o($o($o({},C),a),{},{prevProps:e,ariaSelection:l,prevWasFocused:s})}}]),e}(),xC.defaultProps=vC,AC=eO(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,o=e.defaultMenuIsOpen,r=void 0!==o&&o,i=e.defaultValue,a=void 0===i?null:i,l=e.inputValue,s=e.menuIsOpen,c=e.onChange,u=e.onInputChange,d=e.onMenuClose,p=e.onMenuOpen,m=e.value,f=or(e,sw),g=nr($E(void 0!==l?l:n),2),h=g[0],v=g[1],b=nr($E(void 0!==s?s:r),2),w=b[0],y=b[1],I=nr($E(void 0!==m?m:a),2),C=I[0],x=I[1],A=oO(function(e,t){"function"==typeof c&&c(e,t),x(e)},[c]),_=oO(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),v(void 0!==n?n:e)},[u]),E=oO(function(){"function"==typeof p&&p(),y(!0)},[p]),O=oO(function(){"function"==typeof d&&d(),y(!1)},[d]),S=void 0!==l?l:h,R=void 0!==s?s:w,M=void 0!==m?m:C;return $o($o({},f),{},{inputValue:S,menuIsOpen:R,onChange:A,onInputChange:_,onMenuClose:O,onMenuOpen:E,value:M})}(e);return QE.createElement(xC,rr({ref:t},n))}),_C=AC,EC="MultiSelect-modules_menuPortal__ul6k7",OC="MultiSelect-modules_container__Mn9VS",SC="MultiSelect-modules_menu__W5T89",RC="MultiSelect-modules_menuList__xbYKy",MC="MultiSelect-modules_option__K81Xh",PC="MultiSelect-modules_optionFocused__wx-Me",NC="MultiSelect-modules_optionDisabled__5vZh1",BC="MultiSelect-modules_optionSelected__WQUPs",GC="MultiSelect-modules_input__HhsgF",TC="MultiSelect-modules_control__8x7-K",VC="MultiSelect-modules_controlIsFocused__82GDX",DC="MultiSelect-modules_isDisabled__OstVw",kC="MultiSelect-modules_placeholder__DbrLc",LC="MultiSelect-modules_selectedValueWithIcon__N4AIn",zC="MultiSelect-modules_selectedValueIcon__ziEbV",FC="MultiSelect-modules_multiValue__PO-ik",HC="MultiSelect-modules_indicator__tnLxc",WC="MultiSelect-modules_indicatorIsDisabled__e6zXU",XC="MultiSelect-modules_controlIsOpened__x9-TZ",jC="MultiSelect-modules_multiValueIsDisabled__nPxAv",ZC="MultiSelect-modules_multiValueLabel__kDgH6",qC="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",YC="MultiSelect-modules_multiValueRemove__c6VU-",JC="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",UC="MultiSelect-modules_valueContainer__KLcgg",QC="MultiSelect-modules_singleValue__7-x1w",KC="MultiSelect-modules_noOptionMessage__1T9-0",$C="MultiSelect-modules_errorMessage__crhXM",ex="MultiSelect-modules_wrapper__NZzex",tx="MultiSelect-modules_wrapperWithIcon__vnTpG",nx="MultiSelect-modules_isMulti__xVDUR",ox="MultiSelect-modules_label__q8Ey7",rx="MultiSelect-modules_optional__3QTxE",ix="MultiSelect-modules_indicatorsContainer__wR6F-",ax="MultiSelect-modules_selectedValueText__wWMvy";const nM=e=>KE.createElement(BI.IndicatorsContainer,{...e,className:$i("demio-ui-multiselect-indicators-container",ix)},e.children),oM=e=>KE.createElement(BI.DropdownIndicator,{...e,className:$i("demio-ui-multiselect-indicator",HC,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[WC]:e.isDisabled})},KE.createElement(_c,{className:$i("demio-ui-multiselect-indicator-icon")})),rM=e=>KE.createElement(BI.MultiValueRemove,{...e},KE.createElement(Vs,{className:$i("demio-ui-multiselect-multi-value-remove-icon")})),iM=()=>KE.createElement("p",{className:$i("demio-ui-multiselect-empty-options",KC)},"No results found."),aM=tO(eO((e,t)=>{const{className:n="",classNamePrefix:o="",errorMessage:r="",errorMessageClass:i="",isMulti:a=!0,isVisibleOptional:l=!1,label:s="",onChange:c=null,portalTarget:u=document.body,icon:d,value:p=""}=e,[m,f]=$E("");return rO(()=>{f(p)},[p]),KE.createElement("div",{className:$i("demio-ui-multiselect-wrapper",ex,{[tx]:!!d,[nx]:a})},KE.createElement(_C,{...e,className:$i("demio-ui-multiselect",OC,n),classNamePrefix:o,classNames:{control:e=>$i("demio-ui-multiselect-control",TC,{"demio-ui-multiselect-control-focused":e.isFocused,[VC]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[XC]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[DC]:e.isDisabled}),input:e=>$i("demio-ui-multiselect-input",GC,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>$i("demio-ui-multiselect-menu",SC),menuList:()=>$i("demio-ui-multiselect-menu-list",RC),menuPortal:()=>$i("demio-ui-multiselect-menu-portal",EC),multiValue:e=>$i("demio-ui-multiselect-multi-value",FC,{"demio-ui-multiselect-multi-value-focused":e.isFocused,"demio-ui-multiselect-multi-value-is-multi":e.isMulti,"demio-ui-multiselect-multi-value-disabled":e.isDisabled,[jC]:e.isDisabled}),multiValueLabel:e=>$i("demio-ui-multiselect-multi-value-label",ZC,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[qC]:e.isDisabled}),multiValueRemove:e=>$i("demio-ui-multiselect-multi-value-remove",YC,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[JC]:e.isDisabled}),option:e=>$i("demio-ui-multiselect-option",MC,{"demio-ui-multiselect-option-selected":e.isSelected,[BC]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[PC]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[NC]:e.isDisabled}),placeholder:e=>$i("demio-ui-multiselect-placeholder",kC,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>$i("demio-ui-multiselect-single-value",QC),valueContainer:()=>$i("demio-ui-multiselect-value-container",UC)},components:{IndicatorSeparator:null,IndicatorsContainer:nM,DropdownIndicator:oM,MultiValueRemove:rM,NoOptionsMessage:iM,SingleValue:e=>KE.createElement(BI.SingleValue,{...e},d&&KE.createElement("span",{className:$i("demio-ui-multiselect-selected-value-with-icon",LC)},KE.createElement("span",{className:$i("demio-ui-multiselect-selected-value-icon",zC)},d)),KE.createElement("span",{className:$i("demio-ui-multiselect-selected-value-text",ax)},e.children))},isMulti:a,menuPortalTarget:u,onChange:e=>{f(e),c&&c(e)},ref:t,styles:{multiValue:(e,t)=>({...e,pointerEvents:t.selectProps.isDisabled?"none":"auto"})},value:m}),s&&KE.createElement("div",{className:$i("demio-ui-multiselect-label",ox)},s),l&&KE.createElement("div",{className:$i("demio-ui-multiselect-optional",rx)},"Optional"),!!r&&KE.createElement(hn,{className:$i("demio-ui-multiselect-error",$C,i),type:"error"},r))}));lx="Pagination-modules_container__KyJ0Q",sx="Pagination-modules_button__wRk2o",cx="Pagination-modules_selected__ZgeXX",ux="Pagination-modules_rotated__k03AZ",dx="Pagination-modules_disabled__NU2ZU";const lM=tO(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:r,pageSize:i=10,total:a}=e,[l,s]=$E(n),c=Math.ceil(a/i),u=l<=1,d=l>=c,p=a>i,m=l-1,f=l-2,g=l+1,h=l+2,v=oO(e=>Math.min(Math.max(e,1),c),[c]),b=e=>{if(e===l)return;const t=v(e);s(t),r&&r(t)};return rO(()=>{s(v(n))},[n,v]),p&&KE.createElement("div",{"aria-label":"Pagination Navigation",className:$i("demio-ui-pagination",lx,t,{"demio-ui-pagination-disabled":o,[dx]:o}),role:"navigation"},KE.createElement(DO,{"aria-label":"Go to first page",className:$i("demio-ui-pagination-first",sx),disabled:u,onClick:()=>b(1)},KE.createElement(Nc,null)),KE.createElement(DO,{"aria-label":"Go to previous page",className:$i("demio-ui-pagination-previous",sx),disabled:u,onClick:()=>b(m)},KE.createElement(Gc,null)),d&&f>=1&&KE.createElement(DO,{"aria-label":`Go to page ${f}`,className:$i("demio-ui-pagination-previous-previous",sx),onClick:()=>b(f)},f),!u&&KE.createElement(DO,{"aria-label":`Go to page ${m}`,className:$i("demio-ui-pagination-previous-page",sx),onClick:()=>b(m)},m),KE.createElement(DO,{"aria-label":`Selected page ${l}`,className:$i("demio-ui-pagination-selected",sx,cx),onClick:()=>b(l)},l),!d&&KE.createElement(DO,{"aria-label":`Go to page ${g}`,className:$i("demio-ui-pagination-next-page",sx),onClick:()=>b(g)},g),u&&h<=c&&KE.createElement(DO,{"aria-label":`Go to page ${h}`,className:$i("demio-ui-pagination-next-next",sx),onClick:()=>b(h)},h),KE.createElement(DO,{"aria-label":"Go to next page",className:$i("demio-ui-pagination-next",sx,ux),disabled:d,onClick:()=>b(g)},KE.createElement(Gc,null)),KE.createElement(DO,{"aria-label":"Go to last page",className:$i("demio-ui-pagination-last",sx,ux),disabled:d,onClick:()=>b(c)},KE.createElement(Nc,null)))});px="Popover";var[sM]=o(px,[lR]);mx=lR();var[cM,uM]=sM(px);(fx=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:i,modal:a=!1}=e,l=mx(t),s=QE.useRef(null),[d,p]=QE.useState(!1),[m,f]=u({prop:o,defaultProp:r??!1,onChange:i,caller:px});return pO(zh,{...l,children:pO(cM,{scope:t,contentId:c(),triggerRef:s,open:m,onOpenChange:f,onOpenToggle:QE.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:d,onCustomAnchorAdd:QE.useCallback(()=>p(!0),[]),onCustomAnchorRemove:QE.useCallback(()=>p(!1),[]),modal:a,children:n})})}).displayName=px,gx="PopoverAnchor",QE.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=uM(gx,n),i=mx(n),{onCustomAnchorAdd:a,onCustomAnchorRemove:l}=r;return QE.useEffect(()=>(a(),()=>l()),[a,l]),pO(Fh,{...i,...o,ref:t})}).displayName=gx,hx="PopoverTrigger",(vx=QE.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=uM(hx,n),i=mx(n),a=l(t,r.triggerRef),c=pO(ia.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":Ai(r.open),...o,ref:a,onClick:s(e.onClick,r.onOpenToggle)});return r.hasCustomAnchor?c:pO(Fh,{asChild:!0,...i,children:c})})).displayName=hx,bx="PopoverPortal";var[dM,pM]=sM(bx,{forceMount:void 0});(wx=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,i=uM(bx,t);return pO(dM,{scope:t,forceMount:n,children:pO(xa,{present:n||i.open,children:pO(Ca,{asChild:!0,container:r,children:o})})})}).displayName=bx,yx="PopoverContent",(Ix=QE.forwardRef((e,t)=>{const n=pM(yx,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,i=uM(yx,e.__scopePopover);return pO(xa,{present:o||i.open,children:i.modal?pO(xx,{...r,ref:t}):pO(Ax,{...r,ref:t})})})).displayName=yx,Cx=d("PopoverContent.RemoveScroll"),xx=QE.forwardRef((e,t)=>{const n=uM(yx,e.__scopePopover),o=QE.useRef(null),r=l(t,o),i=QE.useRef(!1);return QE.useEffect(()=>{const e=o.current;if(e)return Sl(e)},[]),pO(wl,{as:Cx,allowPinchZoom:!0,children:pO(_x,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{e.preventDefault(),i.current||n.triggerRef.current?.focus()}),onPointerDownOutside:s(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;i.current=o},{checkForDefaultPrevented:!1}),onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),Ax=QE.forwardRef((e,t)=>{const n=uM(yx,e.__scopePopover),o=QE.useRef(!1),r=QE.useRef(!1);return pO(_x,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||n.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,r.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(r.current=!0));const i=t.target,a=n.triggerRef.current?.contains(i);a&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&r.current&&t.preventDefault()}})}),_x=QE.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onInteractOutside:u,...d}=e,p=uM(yx,n),m=mx(n);return E(),pO(wa,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:i,children:pO(pa,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:pO(Hh,{"data-state":Ai(p.open),role:"dialog",id:p.contentId,...m,...d,ref:t,style:{...d.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)"}})})})}),Ex="PopoverClose",QE.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=uM(Ex,n);return pO(ia.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})}).displayName=Ex,Ox="PopoverArrow",(Sx=QE.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=mx(n);return pO(Wh,{...r,...o,ref:t})})).displayName=Ox,Rx=fx,Mx=vx,Px=wx,Nx=Ix,Bx=Sx,Gx="Popover-modules_popoverContent__EQXkn",Tx="Popover-modules_popoverTrigger__vCIUa",Vx="Popover-modules_arrow__x1Xqe";const mM=({children:e="",content:t="",contentClassName:n="",triggerClassName:o="",container:r=document.body,contentProps:i={},open:a,onOpenChange:l,showArrow:s=!1,asChild:c=!1})=>t?KE.createElement(Rx,{open:a,onOpenChange:e=>{l&&"function"==typeof l&&l(e)}},KE.createElement(Mx,{asChild:c,className:$i("demio-ui-popover-trigger",{[Tx]:!0,[o]:!!o})},e),KE.createElement(Px,{container:r},KE.createElement(Nx,{...i,className:$i("demio-ui-popover-content",Gx,{[n]:!!n})},s&&KE.createElement(Bx,{className:Vx}),t))):e;Dx=Symbol.for("react.lazy"),kx=QE[" use ".trim().toString()],Lx=Symbol("radix.slottable"),zx=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=Oi(e),n=QE.forwardRef((e,n)=>{let{children:o,...r}=e;Ei(o)&&"function"==typeof kx&&(o=kx(o._payload));const i=QE.Children.toArray(o),a=i.find(Si);if(a){const e=a.props.children,o=i.map(t=>t===a?QE.Children.count(e)>1?QE.Children.only(null):QE.isValidElement(e)?e.props.children:null:t);return pO(t,{...r,ref:n,children:QE.isValidElement(e)?QE.cloneElement(e,void 0,o):null})}return pO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=QE.forwardRef((e,o)=>{const{asChild:r,...i}=e,a=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),pO(a,{...i,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Fx="Progress",Hx=100;var[fM]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>QE.createContext(e));return function(n){const o=n?.[e]||t;return QE.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=QE.createContext(o);r.displayName=t+"Context";const i=n.length;n=[...n,o];const a=t=>{const{scope:n,children:o,...a}=t,l=n?.[e]?.[i]||r,s=QE.useMemo(()=>a,Object.values(a));return pO(l.Provider,{value:s,children:o})};return a.displayName=t+"Provider",[a,function(n,a){const l=a?.[e]?.[i]||r,s=QE.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},_i(o,...t)]}(Fx),[gM,hM]=fM(Fx);Wx=QE.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:r,getValueLabel:i=Ri,...a}=e;!r&&0!==r||Ni(r)||console.error(`Invalid prop \`max\` of value \`${`${r}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${Hx}\`.`);const l=Ni(r)?r:Hx;null===o||Bi(o,l)||console.error(function(e,t){return`Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:\n - a positive number\n - less than the value passed to \`max\` (or ${Hx} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const s=Bi(o,l)?o:null,c=Pi(s)?i(s,l):void 0;return pO(gM,{scope:n,value:s,max:l,children:pO(zx.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":Pi(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":Mi(s,l),"data-value":s??void 0,"data-max":l,...a,ref:t})})}),Wx.displayName=Fx,Xx="ProgressIndicator",(jx=QE.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,r=hM(Xx,n);return pO(zx.div,{"data-state":Mi(r.value,r.max),"data-value":r.value??void 0,"data-max":r.max,...o,ref:t})})).displayName=Xx,Zx=Wx,qx=jx,Yx="Progress-modules_root__E0rHH",Jx="Progress-modules_indicator__qpwRi",Ux="Radio";var[vM,bM]=o(Ux),[wM,yM]=vM(Ux);Qx=QE.forwardRef((e,t)=>{const{__scopeRadio:n,name:o,checked:r=!1,required:i,disabled:a,value:c="on",onCheck:u,form:d,...p}=e,[m,f]=QE.useState(null),g=l(t,e=>f(e)),h=QE.useRef(!1),v=!m||(d||!!m.closest("form"));return fO(wM,{scope:n,checked:r,disabled:a,children:[pO(ia.button,{type:"button",role:"radio","aria-checked":r,"data-state":Ti(r),"data-disabled":a?"":void 0,disabled:a,value:c,...p,ref:g,onClick:s(e.onClick,e=>{r||u?.(),v&&(h.current=e.isPropagationStopped(),h.current||e.stopPropagation())})}),v&&pO(tA,{control:m,bubbles:!h.current,name:o,value:c,checked:r,required:i,disabled:a,form:d,style:{transform:"translateX(-100%)"}})]})}),Qx.displayName=Ux,Kx="RadioIndicator",($x=QE.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,i=yM(Kx,n);return pO(xa,{present:o||i.checked,children:pO(ia.span,{"data-state":Ti(i.checked),"data-disabled":i.disabled?"":void 0,...r,ref:t})})})).displayName=Kx,eA="RadioBubbleInput",(tA=QE.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...r},i)=>{const a=QE.useRef(null),s=l(a,i),c=an(n),u=ln(t);return QE.useEffect(()=>{const e=a.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),pO(ia.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...r,tabIndex:-1,ref:s,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=eA,nA=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],oA="RadioGroup";var[IM]=o(oA,[hR,bM]);rA=hR(),iA=bM();var[CM,xM]=IM(oA);(aA=QE.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:o,defaultValue:r,value:i,required:a=!1,disabled:l=!1,orientation:s,dir:c,loop:d=!0,onValueChange:p,...m}=e,f=rA(n),g=Bn(c),[h,v]=u({prop:i,defaultProp:r??null,onChange:p,caller:oA});return pO(CM,{scope:n,name:o,required:a,disabled:l,value:h,onValueChange:v,children:pO(Kh,{asChild:!0,...f,orientation:s,dir:g,loop:d,children:pO(ia.div,{role:"radiogroup","aria-required":a,"aria-orientation":s,"data-disabled":l?"":void 0,dir:g,...m,ref:t})})})})).displayName=oA,lA="RadioGroupItem",(sA=QE.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,i=xM(lA,n),a=i.disabled||o,c=rA(n),u=iA(n),d=QE.useRef(null),p=l(t,d),m=i.value===r.value,f=QE.useRef(!1);return QE.useEffect(()=>{const e=e=>{nA.includes(e.key)&&(f.current=!0)},t=()=>f.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),pO($h,{asChild:!0,...c,focusable:!a,active:m,children:pO(Qx,{disabled:a,required:i.required,checked:m,...u,...r,name:i.name,ref:p,onCheck:()=>i.onValueChange(r.value),onKeyDown:s(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:s(r.onFocus,()=>{f.current&&d.current?.click()})})})})).displayName=lA,cA="RadioGroupIndicator",(uA=QE.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=iA(n);return pO($x,{...r,...o,ref:t})})).displayName=cA,dA=aA,pA=sA,mA=uA,fA={root:"RadioGroup-modules_root__AbbNa",container:"RadioGroup-modules_container__yPAMg",indicator:"RadioGroup-modules_indicator__jEw97",item:"RadioGroup-modules_item__wuUmn",label:"RadioGroup-modules_label__ggYdY",footer:"RadioGroup-modules_footer__1Zp99",disabled:"RadioGroup-modules_disabled__H3T--"},gA=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),hA="VisuallyHidden",(vA=QE.forwardRef((e,t)=>pO(ia.span,{...e,ref:t,style:{...gA,...e.style}}))).displayName=hA,bA=vA,wA=[" ","Enter","ArrowUp","ArrowDown"],yA=[" ","Enter"],IA="Select";var[AM,_M,EM]=Gn(IA),[OM]=o(IA,[EM,lR]);CA=lR();var[SM,RM]=OM(IA),[MM,PM]=OM(IA);xA=e=>{const{__scopeSelect:t,children:n,open:o,defaultOpen:r,onOpenChange:i,value:a,defaultValue:l,onValueChange:s,dir:d,name:p,autoComplete:m,disabled:f,required:g,form:h}=e,v=CA(t),[b,w]=QE.useState(null),[y,I]=QE.useState(null),[C,x]=QE.useState(!1),A=Bn(d),[_,E]=u({prop:o,defaultProp:r??!1,onChange:i,caller:IA}),[O,S]=u({prop:a,defaultProp:l,onChange:s,caller:IA}),R=QE.useRef(null),M=!b||(h||!!b.closest("form")),[P,N]=QE.useState(new Set),B=Array.from(P).map(e=>e.props.value).join(";");return pO(zh,{...v,children:fO(SM,{required:g,scope:t,trigger:b,onTriggerChange:w,valueNode:y,onValueNodeChange:I,valueNodeHasChildren:C,onValueNodeHasChildrenChange:x,contentId:c(),value:O,onValueChange:S,open:_,onOpenChange:E,dir:A,triggerPointerDownPosRef:R,disabled:f,children:[pO(AM.Provider,{scope:t,children:pO(MM,{scope:e.__scopeSelect,onNativeOptionAdd:QE.useCallback(e=>{N(t=>new Set(t).add(e))},[]),onNativeOptionRemove:QE.useCallback(e=>{N(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),M?fO(n_,{"aria-hidden":!0,required:g,tabIndex:-1,name:p,autoComplete:m,value:O,onChange:e=>S(e.target.value),disabled:f,form:h,children:[void 0===O?pO("option",{value:""}):null,Array.from(P)]},B):null]})})},xA.displayName=IA,AA="SelectTrigger",(_A=QE.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...r}=e,i=CA(n),a=RM(AA,n),c=a.disabled||o,u=l(t,a.onTriggerChange),d=_M(n),p=QE.useRef("touch"),[m,f,g]=ki(e=>{const t=d().filter(e=>!e.disabled),n=t.find(e=>e.value===a.value),o=Li(t,e,n);void 0!==o&&a.onValueChange(o.value)}),h=e=>{c||(a.onOpenChange(!0),g()),e&&(a.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return pO(Fh,{asChild:!0,...i,children:pO(ia.button,{type:"button",role:"combobox","aria-controls":a.contentId,"aria-expanded":a.open,"aria-required":a.required,"aria-autocomplete":"none",dir:a.dir,"data-state":a.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":Di(a.value)?"":void 0,...r,ref:u,onClick:s(r.onClick,e=>{e.currentTarget.focus(),"mouse"!==p.current&&h(e)}),onPointerDown:s(r.onPointerDown,e=>{p.current=e.pointerType;const t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),0===e.button&&!1===e.ctrlKey&&"mouse"===e.pointerType&&(h(e),e.preventDefault())}),onKeyDown:s(r.onKeyDown,e=>{const t=""!==m.current;e.ctrlKey||e.altKey||e.metaKey||1!==e.key.length||f(e.key),t&&" "===e.key||wA.includes(e.key)&&(h(),e.preventDefault())})})})})).displayName=AA,EA="SelectValue",(OA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,children:i,placeholder:a="",...s}=e,c=RM(EA,n),{onValueNodeHasChildrenChange:u}=c,d=void 0!==i,p=l(t,c.onValueNodeChange);return ea(()=>{u(d)},[u,d]),pO(ia.span,{...s,ref:p,style:{pointerEvents:"none"},children:Di(c.value)?pO(mO,{children:a}):i})})).displayName=EA,SA="SelectIcon",(RA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...r}=e;return pO(ia.span,{"aria-hidden":!0,...r,ref:t,children:o||"▼"})})).displayName=SA,(MA=e=>pO(Ca,{asChild:!0,...e})).displayName="SelectPortal",PA="SelectContent",(NA=QE.forwardRef((e,t)=>{const n=RM(PA,e.__scopeSelect),[o,r]=QE.useState();if(ea(()=>{r(new DocumentFragment)},[]),!n.open){const t=o;return t?gO.createPortal(pO(NM,{scope:e.__scopeSelect,children:pO(AM.Slot,{scope:e.__scopeSelect,children:pO("div",{children:e.children})})}),t):null}return pO(VA,{...e,ref:t})})).displayName=PA,BA=10;var[NM,BM]=OM(PA);GA="SelectContentImpl",TA=d("SelectContent.RemoveScroll"),VA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,position:o="item-aligned",onCloseAutoFocus:r,onEscapeKeyDown:i,onPointerDownOutside:a,side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b,...w}=e,y=RM(PA,n),[I,C]=QE.useState(null),[x,A]=QE.useState(null),_=l(t,e=>C(e)),[O,S]=QE.useState(null),[R,M]=QE.useState(null),P=_M(n),[N,B]=QE.useState(!1),G=QE.useRef(!1);QE.useEffect(()=>{if(I)return Sl(I)},[I]),E();const T=QE.useCallback(e=>{const[t,...n]=P().map(e=>e.ref.current),[o]=n.slice(-1),r=document.activeElement;for(const i of e){if(i===r)return;if(i?.scrollIntoView({block:"nearest"}),i===t&&x&&(x.scrollTop=0),i===o&&x&&(x.scrollTop=x.scrollHeight),i?.focus(),document.activeElement!==r)return}},[P,x]),V=QE.useCallback(()=>T([O,I]),[T,O,I]);QE.useEffect(()=>{N&&V()},[N,V]);const{onOpenChange:D,triggerPointerDownPosRef:k}=y;QE.useEffect(()=>{if(I){let e={x:0,y:0};const t=t=>{e={x:Math.abs(Math.round(t.pageX)-(k.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(k.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():I.contains(n.target)||D(!1),document.removeEventListener("pointermove",t),k.current=null};return null!==k.current&&(document.addEventListener("pointermove",t),document.addEventListener("pointerup",n,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",t),document.removeEventListener("pointerup",n,{capture:!0})}}},[I,D,k]),QE.useEffect(()=>{const e=()=>D(!1);return window.addEventListener("blur",e),window.addEventListener("resize",e),()=>{window.removeEventListener("blur",e),window.removeEventListener("resize",e)}},[D]);const[L,z]=ki(e=>{const t=P().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=Li(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),F=QE.useCallback((e,t,n)=>{const o=!G.current&&!n;(void 0!==y.value&&y.value===t||o)&&(S(e),o&&(G.current=!0))},[y.value]),H=QE.useCallback(()=>I?.focus(),[I]),W=QE.useCallback((e,t,n)=>{const o=!G.current&&!n;(void 0!==y.value&&y.value===t||o)&&M(e)},[y.value]),X="popper"===o?zA:kA,j=X===zA?{side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b}:{};return pO(NM,{scope:n,content:I,viewport:x,onViewportChange:A,itemRefCallback:F,selectedItem:O,onItemLeave:H,itemTextRefCallback:W,focusSelectedItem:V,selectedItemText:R,position:o,isPositioned:N,searchRef:L,children:pO(wl,{as:TA,allowPinchZoom:!0,children:pO(wa,{asChild:!0,trapped:y.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:s(r,e=>{y.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:pO(pa,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>y.onOpenChange(!1),children:pO(X,{role:"listbox",id:y.contentId,"data-state":y.open?"open":"closed",dir:y.dir,onContextMenu:e=>e.preventDefault(),...w,...j,onPlaced:()=>B(!0),ref:_,style:{display:"flex",flexDirection:"column",outline:"none",...w.style},onKeyDown:s(w.onKeyDown,e=>{const t=e.ctrlKey||e.altKey||e.metaKey;if("Tab"===e.key&&e.preventDefault(),t||1!==e.key.length||z(e.key),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){let t=P().filter(e=>!e.disabled).map(e=>e.ref.current);if(["ArrowUp","End"].includes(e.key)&&(t=t.slice().reverse()),["ArrowUp","ArrowDown"].includes(e.key)){const n=e.target,o=t.indexOf(n);t=t.slice(o+1)}setTimeout(()=>T(t)),e.preventDefault()}})})})})})})}),VA.displayName=GA,DA="SelectItemAlignedPosition",kA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...r}=e,i=RM(PA,n),a=BM(PA,n),[s,c]=QE.useState(null),[u,d]=QE.useState(null),p=l(t,e=>d(e)),m=_M(n),f=QE.useRef(!1),g=QE.useRef(!0),{viewport:h,selectedItem:v,selectedItemText:b,focusSelectedItem:w}=a,y=QE.useCallback(()=>{if(i.trigger&&i.valueNode&&s&&u&&h&&v&&b){const e=i.trigger.getBoundingClientRect(),t=u.getBoundingClientRect(),n=i.valueNode.getBoundingClientRect(),r=b.getBoundingClientRect();if("rtl"!==i.dir){const o=r.left-t.left,i=n.left-o,a=e.left-i,l=e.width+a,c=Math.max(l,t.width),u=window.innerWidth-BA,d=Nn(i,[BA,Math.max(BA,u-c)]);s.style.minWidth=l+"px",s.style.left=d+"px"}else{const o=t.right-r.right,i=window.innerWidth-n.right-o,a=window.innerWidth-e.right-i,l=e.width+a,c=Math.max(l,t.width),u=window.innerWidth-BA,d=Nn(i,[BA,Math.max(BA,u-c)]);s.style.minWidth=l+"px",s.style.right=d+"px"}const a=m(),l=window.innerHeight-2*BA,c=h.scrollHeight,d=window.getComputedStyle(u),p=parseInt(d.borderTopWidth,10),g=parseInt(d.paddingTop,10),w=parseInt(d.borderBottomWidth,10),y=p+g+c+parseInt(d.paddingBottom,10)+w,I=Math.min(5*v.offsetHeight,y),C=window.getComputedStyle(h),x=parseInt(C.paddingTop,10),A=parseInt(C.paddingBottom,10),_=e.top+e.height/2-BA,E=l-_,O=v.offsetHeight/2,S=p+g+(v.offsetTop+O),R=y-S;if(S<=_){const e=a.length>0&&v===a[a.length-1].ref.current;s.style.bottom="0px";const t=u.clientHeight-h.offsetTop-h.offsetHeight,n=S+Math.max(E,O+(e?A:0)+t+w);s.style.height=n+"px"}else{const e=a.length>0&&v===a[0].ref.current;s.style.top="0px";const t=Math.max(_,p+h.offsetTop+(e?x:0)+O)+R;s.style.height=t+"px",h.scrollTop=S-_+h.offsetTop}s.style.margin=`${BA}px 0`,s.style.minHeight=I+"px",s.style.maxHeight=l+"px",o?.(),requestAnimationFrame(()=>f.current=!0)}},[m,i.trigger,i.valueNode,s,u,h,v,b,i.dir,o]);ea(()=>y(),[y]);const[I,C]=QE.useState();ea(()=>{u&&C(window.getComputedStyle(u).zIndex)},[u]);const x=QE.useCallback(e=>{e&&!0===g.current&&(y(),w?.(),g.current=!1)},[y,w]);return pO(GM,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:f,onScrollButtonChange:x,children:pO("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:I},children:pO(ia.div,{...r,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...r.style}})})})}),kA.displayName=DA,LA="SelectPopperPosition",(zA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:r=BA,...i}=e,a=CA(n);return pO(Hh,{...a,...i,ref:t,align:o,collisionPadding:r,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})})).displayName=LA;var[GM,TM]=OM(PA,{});FA="SelectViewport",(HA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...r}=e,i=BM(FA,n),a=TM(FA,n),c=l(t,i.onViewportChange),u=QE.useRef(0);return fO(mO,{children:[pO("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:o}),pO(AM.Slot,{scope:n,children:pO(ia.div,{"data-radix-select-viewport":"",role:"presentation",...r,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...r.style},onScroll:s(r.onScroll,e=>{const t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:o}=a;if(o?.current&&n){const e=Math.abs(u.current-t.scrollTop);if(e>0){const o=window.innerHeight-2*BA,r=parseFloat(n.style.minHeight),i=parseFloat(n.style.height),a=Math.max(r,i);if(a<o){const r=a+e,i=Math.min(o,r),l=r-i;n.style.height=i+"px","0px"===n.style.bottom&&(t.scrollTop=l>0?l:0,n.style.justifyContent="flex-end")}}}u.current=t.scrollTop})})})]})})).displayName=FA,WA="SelectGroup";var[VM,DM]=OM(WA);QE.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=c();return pO(VM,{scope:n,id:r,children:pO(ia.div,{role:"group","aria-labelledby":r,...o,ref:t})})}).displayName=WA,XA="SelectLabel",QE.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=DM(XA,n);return pO(ia.div,{id:r.id,...o,ref:t})}).displayName=XA,jA="SelectItem";var[kM,LM]=OM(jA);ZA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:r=!1,textValue:i,...a}=e,u=RM(jA,n),d=BM(jA,n),p=u.value===o,[m,f]=QE.useState(i??""),[g,h]=QE.useState(!1),v=l(t,e=>d.itemRefCallback?.(e,o,r)),b=c(),w=QE.useRef("touch"),y=()=>{r||(u.onValueChange(o),u.onOpenChange(!1))};if(""===o)throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return pO(kM,{scope:n,value:o,disabled:r,textId:b,isSelected:p,onItemTextChange:QE.useCallback(e=>{f(t=>t||(e?.textContent??"").trim())},[]),children:pO(AM.ItemSlot,{scope:n,value:o,disabled:r,textValue:m,children:pO(ia.div,{role:"option","aria-labelledby":b,"data-highlighted":g?"":void 0,"aria-selected":p&&g,"data-state":p?"checked":"unchecked","aria-disabled":r||void 0,"data-disabled":r?"":void 0,tabIndex:r?void 0:-1,...a,ref:v,onFocus:s(a.onFocus,()=>h(!0)),onBlur:s(a.onBlur,()=>h(!1)),onClick:s(a.onClick,()=>{"mouse"!==w.current&&y()}),onPointerUp:s(a.onPointerUp,()=>{"mouse"===w.current&&y()}),onPointerDown:s(a.onPointerDown,e=>{w.current=e.pointerType}),onPointerMove:s(a.onPointerMove,e=>{w.current=e.pointerType,r?d.onItemLeave?.():"mouse"===w.current&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:s(a.onPointerLeave,e=>{e.currentTarget===document.activeElement&&d.onItemLeave?.()}),onKeyDown:s(a.onKeyDown,e=>{""!==d.searchRef?.current&&" "===e.key||(yA.includes(e.key)&&y()," "===e.key&&e.preventDefault())})})})})}),ZA.displayName=jA,qA="SelectItemText",YA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,...i}=e,a=RM(qA,n),s=BM(qA,n),c=LM(qA,n),u=PM(qA,n),[d,p]=QE.useState(null),m=l(t,e=>p(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),f=d?.textContent,g=QE.useMemo(()=>pO("option",{value:c.value,disabled:c.disabled,children:f},c.value),[c.disabled,c.value,f]),{onNativeOptionAdd:h,onNativeOptionRemove:v}=u;return ea(()=>(h(g),()=>v(g)),[h,v,g]),fO(mO,{children:[pO(ia.span,{id:c.textId,...i,ref:m}),c.isSelected&&a.valueNode&&!a.valueNodeHasChildren?gO.createPortal(i.children,a.valueNode):null]})}),YA.displayName=qA,JA="SelectItemIndicator",QE.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return LM(JA,n).isSelected?pO(ia.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=JA,UA="SelectScrollUpButton",QE.forwardRef((e,t)=>{const n=BM(UA,e.__scopeSelect),o=TM(UA,e.__scopeSelect),[r,i]=QE.useState(!1),a=l(t,o.onScrollButtonChange);return ea(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollTop>0;i(e)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),r?pO(KA,{...e,ref:a,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=UA,QA="SelectScrollDownButton",QE.forwardRef((e,t)=>{const n=BM(QA,e.__scopeSelect),o=TM(QA,e.__scopeSelect),[r,i]=QE.useState(!1),a=l(t,o.onScrollButtonChange);return ea(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollHeight-t.clientHeight,n=Math.ceil(t.scrollTop)<e;i(n)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),r?pO(KA,{...e,ref:a,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=QA,KA=QE.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...r}=e,i=BM("SelectScrollButton",n),a=QE.useRef(null),l=_M(n),c=QE.useCallback(()=>{null!==a.current&&(window.clearInterval(a.current),a.current=null)},[]);return QE.useEffect(()=>()=>c(),[c]),ea(()=>{const e=l().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[l]),pO(ia.div,{"aria-hidden":!0,...r,ref:t,style:{flexShrink:0,...r.style},onPointerDown:s(r.onPointerDown,()=>{null===a.current&&(a.current=window.setInterval(o,50))}),onPointerMove:s(r.onPointerMove,()=>{i.onItemLeave?.(),null===a.current&&(a.current=window.setInterval(o,50))}),onPointerLeave:s(r.onPointerLeave,()=>{c()})})}),$A="SelectSeparator",QE.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return pO(ia.div,{"aria-hidden":!0,...o,ref:t})}).displayName=$A,e_="SelectArrow",QE.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=CA(n),i=RM(e_,n),a=BM(e_,n);return i.open&&"popper"===a.position?pO(Wh,{...r,...o,ref:t}):null}).displayName=e_,t_="SelectBubbleInput",(n_=QE.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const r=QE.useRef(null),i=l(o,r),a=an(t);return QE.useEffect(()=>{const e=r.current;if(!e)return;const n=window.HTMLSelectElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(a!==t&&o){const n=new Event("change",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[a,t]),pO(ia.select,{...n,style:{...gA,...n.style},ref:i,defaultValue:t})})).displayName=t_,o_=xA,r_=_A,i_=OA,a_=RA,l_=MA,s_=NA,c_=HA,u_=ZA,d_=YA,p_="Select-modules_trigger__dS9Dx",m_="Select-modules_icon__sgRRc",f_="Select-modules_startIcon__kohMV",g_="Select-modules_value__h6Q4Z",h_="Select-modules_content__YuAqS",v_="Select-modules_item__cTAIm";const zM=KE.forwardRef(({children:e,cssClass:t="",sideOffset:n=4,position:o="popper",disabled:r=!1,value:i="",id:a,icon:l=null,placeholder:s="",portalContainer:c=document.body,contentClassName:u="",contentProps:d={},...p},m)=>KE.createElement(o_,{value:i||void 0,disabled:r,...p},KE.createElement(r_,{id:a,ref:m,className:$i(p_,t,"demio-ui-select-trigger")},l&&KE.createElement("span",{className:$i(f_,"demio-ui-select-start-icon")},l),KE.createElement("span",{className:$i(g_,"demio-ui-select-value")},KE.createElement(i_,{placeholder:i||s})),KE.createElement(a_,{className:$i(m_,"demio-ui-select-icon")},KE.createElement(_c,null))),KE.createElement(l_,{container:c},KE.createElement(s_,{position:o,className:$i("demio-ui-select-content",h_,u),...d,sideOffset:n},KE.createElement(c_,null,KE.createElement(c_,null,e)))))),FM=KE.forwardRef(({children:e,className:t,disabled:n=!1,...o},r)=>KE.createElement(u_,{...o,ref:r,className:$i(v_,"demio-ui-select-item",t),disabled:n},e)),HM=d_;b_="Switch";var[WM]=o(b_),[XM,jM]=WM(b_);w_=QE.forwardRef((e,t)=>{const{__scopeSwitch:n,name:o,checked:r,defaultChecked:i,required:a,disabled:c,value:d="on",onCheckedChange:p,form:m,...f}=e,[g,h]=QE.useState(null),v=l(t,e=>h(e)),b=QE.useRef(!1),w=!g||(m||!!g.closest("form")),[y,I]=u({prop:r,defaultProp:i??!1,onChange:p,caller:b_});return fO(XM,{scope:n,checked:y,disabled:c,children:[pO(ia.button,{type:"button",role:"switch","aria-checked":y,"aria-required":a,"data-state":zi(y),"data-disabled":c?"":void 0,disabled:c,value:d,...f,ref:v,onClick:s(e.onClick,e=>{I(e=>!e),w&&(b.current=e.isPropagationStopped(),b.current||e.stopPropagation())})}),w&&pO(x_,{control:g,bubbles:!b.current,name:o,value:d,checked:y,required:a,disabled:c,form:m,style:{transform:"translateX(-100%)"}})]})}),w_.displayName=b_,y_="SwitchThumb",(I_=QE.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=jM(y_,n);return pO(ia.span,{"data-state":zi(r.checked),"data-disabled":r.disabled?"":void 0,...o,ref:t})})).displayName=y_,C_="SwitchBubbleInput",(x_=QE.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...r},i)=>{const a=QE.useRef(null),s=l(a,i),c=an(n),u=ln(t);return QE.useEffect(()=>{const e=a.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),pO("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...r,tabIndex:-1,ref:s,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=C_,A_=w_,__=I_,E_="Switch-modules_root__V5S6a",O_="Switch-modules_thumb__PZ-lR",S_="Tabs";var[ZM]=o(S_,[hR]);R_=hR();var[qM,YM]=ZM(S_);(M_=QE.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:r,defaultValue:i,orientation:a="horizontal",dir:l,activationMode:s="automatic",...d}=e,p=Bn(l),[m,f]=u({prop:o,onChange:r,defaultProp:i??"",caller:S_});return pO(qM,{scope:n,baseId:c(),value:m,onValueChange:f,orientation:a,dir:p,activationMode:s,children:pO(ia.div,{dir:p,"data-orientation":a,...d,ref:t})})})).displayName=S_,P_="TabsList",(N_=QE.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,i=YM(P_,n),a=R_(n);return pO(Kh,{asChild:!0,...a,orientation:i.orientation,dir:i.dir,loop:o,children:pO(ia.div,{role:"tablist","aria-orientation":i.orientation,...r,ref:t})})})).displayName=P_,B_="TabsTrigger",(G_=QE.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...i}=e,a=YM(B_,n),l=R_(n),c=Hi(a.baseId,o),u=Wi(a.baseId,o),d=o===a.value;return pO($h,{asChild:!0,...l,focusable:!r,active:d,children:pO(ia.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":r?"":void 0,disabled:r,id:c,...i,ref:t,onMouseDown:s(e.onMouseDown,e=>{r||0!==e.button||!1!==e.ctrlKey?e.preventDefault():a.onValueChange(o)}),onKeyDown:s(e.onKeyDown,e=>{[" ","Enter"].includes(e.key)&&a.onValueChange(o)}),onFocus:s(e.onFocus,()=>{const e="manual"!==a.activationMode;d||r||!e||a.onValueChange(o)})})})})).displayName=B_,T_="TabsContent",(V_=QE.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:i,...a}=e,l=YM(T_,n),s=Hi(l.baseId,o),c=Wi(l.baseId,o),u=o===l.value,d=QE.useRef(u);return QE.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),pO(xa,{present:r||u,children:({present:n})=>pO(ia.div,{"data-state":u?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":s,hidden:!n,id:c,tabIndex:0,...a,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:n&&i})})})).displayName=T_,D_=M_,k_=N_,L_=G_,z_=V_,F_="Tabs-modules_root__TvYE1",H_="Tabs-modules_list__G3KVd",W_="Tabs-modules_tab__-FuG6",X_="Tabs-modules_content__X0OLh",j_="Tag-modules_default__A5rGa",Z_="Tag-modules_deleteButton__HzjLp";var[JM]=o("Tooltip",[lR]);q_=lR(),Y_="TooltipProvider",J_=700,U_="tooltip.open";var[UM,QM]=JM(Y_);(Q_=e=>{const{__scopeTooltip:t,delayDuration:n=J_,skipDelayDuration:o=300,disableHoverableContent:r=!1,children:i}=e,a=QE.useRef(!0),l=QE.useRef(!1),s=QE.useRef(0);return QE.useEffect(()=>{const e=s.current;return()=>window.clearTimeout(e)},[]),pO(UM,{scope:t,isOpenDelayedRef:a,delayDuration:n,onOpen:QE.useCallback(()=>{window.clearTimeout(s.current),a.current=!1},[]),onClose:QE.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>a.current=!0,o)},[o]),isPointerInTransitRef:l,onPointerInTransitChange:QE.useCallback(e=>{l.current=e},[]),disableHoverableContent:r,children:i})}).displayName=Y_,K_="Tooltip";var[KM,$M]=JM(K_);($_=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r,onOpenChange:i,disableHoverableContent:a,delayDuration:l}=e,s=QM(K_,e.__scopeTooltip),d=q_(t),[p,m]=QE.useState(null),f=c(),g=QE.useRef(0),h=a??s.disableHoverableContent,v=l??s.delayDuration,b=QE.useRef(!1),[w,y]=u({prop:o,defaultProp:r??!1,onChange:e=>{e?(s.onOpen(),document.dispatchEvent(new CustomEvent(U_))):s.onClose(),i?.(e)},caller:K_}),I=QE.useMemo(()=>w?b.current?"delayed-open":"instant-open":"closed",[w]),C=QE.useCallback(()=>{window.clearTimeout(g.current),g.current=0,b.current=!1,y(!0)},[y]),x=QE.useCallback(()=>{window.clearTimeout(g.current),g.current=0,y(!1)},[y]),A=QE.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{b.current=!0,y(!0),g.current=0},v)},[v,y]);return QE.useEffect(()=>()=>{g.current&&(window.clearTimeout(g.current),g.current=0)},[]),pO(zh,{...d,children:pO(KM,{scope:t,contentId:f,open:w,stateAttribute:I,trigger:p,onTriggerChange:m,onTriggerEnter:QE.useCallback(()=>{s.isOpenDelayedRef.current?A():C()},[s.isOpenDelayedRef,A,C]),onTriggerLeave:QE.useCallback(()=>{h?x():(window.clearTimeout(g.current),g.current=0)},[x,h]),onOpen:C,onClose:x,disableHoverableContent:h,children:n})})}).displayName=K_,eE="TooltipTrigger",(tE=QE.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=$M(eE,n),i=QM(eE,n),a=q_(n),c=l(t,QE.useRef(null),r.onTriggerChange),u=QE.useRef(!1),d=QE.useRef(!1),p=QE.useCallback(()=>u.current=!1,[]);return QE.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),pO(Fh,{asChild:!0,...a,children:pO(ia.button,{"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute,...o,ref:c,onPointerMove:s(e.onPointerMove,e=>{"touch"!==e.pointerType&&(d.current||i.isPointerInTransitRef.current||(r.onTriggerEnter(),d.current=!0))}),onPointerLeave:s(e.onPointerLeave,()=>{r.onTriggerLeave(),d.current=!1}),onPointerDown:s(e.onPointerDown,()=>{r.open&&r.onClose(),u.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:s(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:s(e.onBlur,r.onClose),onClick:s(e.onClick,r.onClose)})})})).displayName=eE,nE="TooltipPortal";var[eP,tP]=JM(nE,{forceMount:void 0});(oE=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,i=$M(nE,t);return pO(eP,{scope:t,forceMount:n,children:pO(xa,{present:n||i.open,children:pO(Ca,{asChild:!0,container:r,children:o})})})}).displayName=nE,rE="TooltipContent",iE=QE.forwardRef((e,t)=>{const n=tP(rE,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...i}=e,a=$M(rE,e.__scopeTooltip);return pO(xa,{present:o||a.open,children:a.disableHoverableContent?pO(sE,{side:r,...i,ref:t}):pO(aE,{side:r,...i,ref:t})})}),aE=QE.forwardRef((e,t)=>{const n=$M(rE,e.__scopeTooltip),o=QM(rE,e.__scopeTooltip),r=QE.useRef(null),i=l(t,r),[a,s]=QE.useState(null),{trigger:c,onClose:u}=n,d=r.current,{onPointerInTransitChange:p}=o,m=QE.useCallback(()=>{s(null),p(!1)},[p]),f=QE.useCallback((e,t)=>{const n=e.currentTarget,o={x:e.clientX,y:e.clientY},r=function(e,t,n=5){const o=[];switch(t){case"top":o.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":o.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":o.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":o.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n})}return o}(o,function(e,t){const n=Math.abs(t.top-e.y),o=Math.abs(t.bottom-e.y),r=Math.abs(t.right-e.x),i=Math.abs(t.left-e.x);switch(Math.min(n,o,r,i)){case i:return"left";case r:return"right";case n:return"top";case o:return"bottom";default:throw new Error("unreachable")}}(o,n.getBoundingClientRect())),i=function(e){const t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:e.y>t.y?1:0),function(e){if(e.length<=1)return e.slice();const t=[];for(let o=0;o<e.length;o++){const n=e[o];for(;t.length>=2;){const e=t[t.length-1],o=t[t.length-2];if(!((e.x-o.x)*(n.y-o.y)>=(e.y-o.y)*(n.x-o.x)))break;t.pop()}t.push(n)}t.pop();const n=[];for(let o=e.length-1;o>=0;o--){const t=e[o];for(;n.length>=2;){const e=n[n.length-1],o=n[n.length-2];if(!((e.x-o.x)*(t.y-o.y)>=(e.y-o.y)*(t.x-o.x)))break;n.pop()}n.push(t)}return n.pop(),1===t.length&&1===n.length&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}(t)}([...r,...function(e){const{top:t,right:n,bottom:o,left:r}=e;return[{x:r,y:t},{x:n,y:t},{x:n,y:o},{x:r,y:o}]}(t.getBoundingClientRect())]);s(i),p(!0)},[p]);return QE.useEffect(()=>()=>m(),[m]),QE.useEffect(()=>{if(c&&d){const e=e=>f(e,d),t=e=>f(e,c);return c.addEventListener("pointerleave",e),d.addEventListener("pointerleave",t),()=>{c.removeEventListener("pointerleave",e),d.removeEventListener("pointerleave",t)}}},[c,d,f,m]),QE.useEffect(()=>{if(a){const e=e=>{const t=e.target,n={x:e.clientX,y:e.clientY},o=c?.contains(t)||d?.contains(t),r=!function(e,t){const{x:n,y:o}=e;let r=!1;for(let i=0,a=t.length-1;i<t.length;a=i++){const e=t[i],l=t[a],s=e.x,c=e.y,u=l.x,d=l.y;c>o!=d>o&&n<(u-s)*(o-c)/(d-c)+s&&(r=!r)}return r}(n,a);o?m():r&&(m(),u())};return document.addEventListener("pointermove",e),()=>document.removeEventListener("pointermove",e)}},[c,d,a,u,m]),pO(sE,{...e,ref:i})});var[nP,oP]=JM(K_,{isInside:!1});lE=m("TooltipContent"),sE=QE.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:i,onPointerDownOutside:a,...l}=e,s=$M(rE,n),c=q_(n),{onClose:u}=s;return QE.useEffect(()=>(document.addEventListener(U_,u),()=>document.removeEventListener(U_,u)),[u]),QE.useEffect(()=>{if(s.trigger){const e=e=>{const t=e.target;t?.contains(s.trigger)&&u()};return window.addEventListener("scroll",e,{capture:!0}),()=>window.removeEventListener("scroll",e,{capture:!0})}},[s.trigger,u]),pO(pa,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:fO(Hh,{"data-state":s.stateAttribute,...c,...l,ref:t,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[pO(lE,{children:o}),pO(nP,{scope:n,isInside:!0,children:pO(bA,{id:s.contentId,role:"tooltip",children:r||o})})]})})}),iE.displayName=rE,cE="TooltipArrow",(uE=QE.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=q_(n);return oP(cE,n).isInside?null:pO(Wh,{...r,...o,ref:t})})).displayName=cE,dE=Q_,pE=$_,mE=tE,fE=oE,gE=iE,hE=uE,vE="Tooltip-modules_content__--tK0",bE="Tooltip-modules_tooltipTrigger__-SmeR",wE="Tooltip-modules_arrow__4vjj8",yE={default:"Typography-modules_default__JCzxD",headerFirst:"Typography-modules_headerFirst__NkO--",headerSecond:"Typography-modules_headerSecond__LEiQi",headerThird:"Typography-modules_headerThird__lSaFv",headerForth:"Typography-modules_headerForth__B5L3L",headerFifth:"Typography-modules_headerFifth__5LBdo",headerSixth:"Typography-modules_headerSixth__Bxy4-",bodyFirst:"Typography-modules_bodyFirst__iMtZC",bodySecond:"Typography-modules_bodySecond__bRjfb",bodyThird:"Typography-modules_bodyThird__SR8zo",semiBoldFirst:"Typography-modules_semiBoldFirst__IekIE",semiBoldSecond:"Typography-modules_semiBoldSecond__AaWKP",semiBoldThird:"Typography-modules_semiBoldThird__mmpEF",overLineFirst:"Typography-modules_overLineFirst__6-WmT",overLineSecond:"Typography-modules_overLineSecond__bRFIg",link:"Typography-modules_link__T8ZSo",left:"Typography-modules_left__toyKQ",center:"Typography-modules_center__LyrMT",right:"Typography-modules_right__s-R-0",inherit:"Typography-modules_inherit__yG6sp",regular:"Typography-modules_regular__nf3tw",bold:"Typography-modules_bold__kZqUJ",italic:"Typography-modules_italic__YadIq"};const rP={h1:"headerFirst",h2:"headerSecond",h3:"headerThird",h4:"headerForth",h5:"headerFifth",h6:"headerSixth",b1:"bodyFirst",b2:"bodySecond",b3:"bodyThird",sb1:"semiBoldFirst",sb2:"semiBoldSecond",sb3:"semiBoldThird",ol1:"overLineFirst",ol2:"overLineSecond",link:"link"},iP=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:r="regular",title:i="",variant:a="b1",...l})=>{const s=e;return KE.createElement(s,{title:i,className:$i(yE.default,yE[rP[a]],yE[t],yE[r],"demio-ui-typography-element",`typography-${a}`,n),...l},o)};IE="UploadMenu-modules_triggerButton__TnM4-",CE="UploadMenu-modules_triggerButtonIcon__j-eLU",xE="UploadMenu-modules_menuContent__hPJib",AE="UploadMenu-modules_menuItem__XOxMt",_E="UploadMenu-modules_menuItemDisabled__QmNk4";const aP=4,lP=tO(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:r,onOpen:i,portalContainer:a,sideOffset:l=aP,triggerButton:s=null,triggerButtonClass:c=""}=e,[u,d]=$E(n||!1),p=Boolean(s),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),f=Boolean(m.length);return rO(()=>{d(n)},[n]),KE.createElement("div",{className:$i("demio-ui-upload-menu"),"data-testid":"upload-menu"},f&&KE.createElement(WR,{open:u,onOpenChange:e=>{d(e),i&&i(e)}},KE.createElement(XR,{className:$i("demio-ui-upload-menu-trigger-button",IE,c),"data-testid":"upload-menu-trigger-button"},p&&s,!p&&KE.createElement(Xu,{className:$i("demio-ui-upload-menu-default-trigger-button",CE),"data-testid":"upload-menu-default-trigger-button",width:16})),KE.createElement(YR,{container:a instanceof Element?a:void 0},KE.createElement(FR,{align:t,className:$i("demio-ui-upload-menu-content",xE),"data-testid":"upload-menu-content",onInteractOutside:e=>{e?.preventDefault(),d(!1),r?.()},sideOffset:l},m.map(({className:e,icon:t,isDisabled:n,text:o},r)=>KE.createElement(ZR,{className:$i("demio-ui-upload-menu-item",AE,{[_E]:n},e),"data-testid":`upload-menu-item-${r}`,disabled:n,key:`upload-menu-item-key-${r}`,onSelect:n?void 0:e=>((e,t)=>{m[t]&&m[t].onSelect&&m[t].onSelect(e,{itemNumber:t})})(e,r)},t,o))))))});EE="UploadProgressPreview-modules_root__9StJo",OE="UploadProgressPreview-modules_image__OMRPt",SE="UploadProgressPreview-modules_row__KkHVU",RE="UploadProgressPreview-modules_iconContainer__Ktq69",ME="UploadProgressPreview-modules_icon__z5MfW",PE="UploadProgressPreview-modules_percent__VVNJt",NE="UploadProgressPreview-modules_fileData__hhid5",BE="UploadProgressPreview-modules_isUploadMode__M13Qp",GE="UploadProgressPreview-modules_noMenu__Kyn3S",TE="UploadProgressPreview-modules_fileName__i-Dl-",VE="UploadProgressPreview-modules_duration__HRRaa";const sP=tO(({className:e="",fileName:t="",fileInfo:n="",imageSrc:o="",imageTitle:r="",isUpload:i=!1,menu:a=[],percent:l})=>{const s=Boolean(a.length),c=i||"number"==typeof l&&l<100,u=a.filter(e=>e?.isPreviewOnly),d=a.filter(e=>e?.isProgressOnly);return KE.createElement("div",{className:$i("demio-ui-upload-progress-preview",EE,e),"data-testid":"upload-progress-preview"},o&&!c&&KE.createElement("img",{alt:r,className:$i("demio-ui-upload-progress-preview-image",OE),"data-testid":"upload-progress-preview-image",title:r,src:o}),KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-row",SE),"data-testid":"upload-progress-preview-row"},c&&KE.createElement(KE.Fragment,null,KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-progress-icon-container",RE),"data-testid":"upload-progress-preview-progress-icon-container"},KE.createElement(qd,{className:$i("demio-ui-upload-progress-preview-progress-icon",ME),"data-testid":"upload-progress-preview-progress-icon"})),KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-progress-percentage",PE),"data-testid":"upload-progress-preview-progress-percentage"},l,"%")),KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-file-data",NE,{[GE]:!s,[BE]:c}),"data-testid":"upload-progress-preview-file-data"},t&&KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-file-name",TE),"data-testid":"upload-progress-preview-file-name"},t),n&&!c&&KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-file-info",VE),"data-testid":"upload-progress-preview-file-info"},n)),s&&KE.createElement("div",{className:$i("demio-ui-upload-progress-preview-menu",{isProgressOnly:c,isPreviewOnly:!c}),"data-testid":"upload-progress-preview-menu"},KE.createElement(lP,{menu:c?d:u}))))});DE="Upload-modules_root__DE-cj",kE="Upload-modules_croppedImageContainer__tPNFg",LE="Upload-modules_croppedImageWrapper__H1aDd",zE="Upload-modules_croppedImage__5pBYs",FE="Upload-modules_uploadLabel__aWGAb",HE="Upload-modules_uploadInput__Bq7Fp",WE="Upload-modules_icon__pmGlQ",XE="Upload-modules_header__adz5V",jE="Upload-modules_text__PS7SI",ZE="Upload-modules_uploadTextFormat__IGVKt",qE="Upload-modules_modalContent__tfbd6",YE="Upload-modules_modalBody__q-3hj",JE="Upload-modules_modalFooter__jFAuB";const cP=eO((e,t)=>{const{acceptableFileTypes:n="",children:o=null,className:r="",customIcon:i=null,customHeader:a="Upload Media",customText:l=null,cropAspectRatio:s=1,error:c="",fileSizeMbLimit:u=3,minHeightLimit:d=0,minWidthLimit:p=0,errorDimension:m=`Minimum required dimensions are ${p}x${d}.`,errorSize:f=`Exceeds maximum size limit of ${u} MB.`,errorType:g="File type is not supported.",isCropAllowed:h=!1,isDimensionValidationEnabled:v=!0,isSizeValidationEnabled:b=!0,isValidationEnabled:w=!0,menu:y=[],onUpload:I,onCropCancel:C,onCropOk:x,onCropComplete:A,onCropChange:_,onDrop:E,onReadFileError:O,onReadFileProgress:S,onReadFileStart:R,onReadFileSuccess:M,onZoomChange:P,previewFileInfo:N="",previewFileName:B="",previewImage:G="",previewImageTitle:T="",uploadPercent:V}=e,[D,k]=$E(null),[L,z]=$E(""),[F,H]=$E(!1),[W,X]=$E(!1),[j,Z]=$E(""),[q,Y]=$E(null),[J,U]=$E(void 0),{croppedImageURL:Q}=yS(L,D),{validate:K}=CS({acceptableFileTypes:n,fileSizeMbLimit:u,isDimensionValidationEnabled:v,isSizeValidationEnabled:b,isValidationEnabled:w,minHeightLimit:d,minWidthLimit:p}),$="number"==typeof J,ee=n.replaceAll(",","").toLowerCase()||"",te=q?.name||"",ne=Boolean(Q),oe=sS(q),re=n&&n.length>0,ie=async(e=null)=>{if(!(e instanceof File))return;const t=await(async e=>{const t=URL.createObjectURL(e)||"",{isFileValid:n,isFileDimensionValid:o,isFileSizeValid:r,isFileTypeValid:i}=await K(e);n?(z(t),Y(e)):le();const a=(re&&!i?g:"")||(b&&!r?f:"")||(v&&!o?m:"");return U(a?void 0:0),Z(w&&!n&&a||c),n})(e);if(t){I?.(e);try{const t=new FileReader;R?.(e),t.onprogress=t=>{if(t.lengthComputable){const n=Math.floor(Number(t.loaded/t.total*100));S?.(n,e)}},t.onload=()=>{M?.(t.result,e)},t.onerror=()=>{U(void 0),O?.(t.error,e)},t.readAsDataURL(e)}catch(c){Z("Something went wrong while reading File"),U(void 0),O?.(c,e)}}},ae=()=>{z(""),H(!1),X(!1),Z(""),Y(null),U(void 0)},le=()=>{ae(),C&&C()},se=y.filter(e=>Boolean(e)).map((e,t)=>({...e,onSelect:e=>((e,t)=>{y[t]&&("cancel"===y[t].action?.toLowerCase()&&ae(),y[t].onSelect&&y[t].onSelect(e,{itemNumber:t,croppedImageURL:Q,setFileUrl:z,cancelUpload:ae}))})(e,t)})),ce=se.filter(e=>e.isPreviewOnly||e.isProgressOnly),ue=se.filter(e=>!(e.isProgressOnly||e.isPreviewOnly));return dO(t,()=>({cancelUpload:ae,setUploadProgress:U,setUploadError:Z})),rO(()=>{h&&oe&&X(!0)},[h,oe]),rO(()=>{ne||Y(null)},[ne]),rO(()=>{W||H(ne)},[ne,W]),rO(()=>{Z(c)},[c]),rO(()=>{U(V)},[V]),rO(()=>{ae()},[n,u]),KE.createElement("div",{className:$i("demio-ui-upload-root",DE,r),"data-testid":"upload-root"},j&&KE.createElement(AS,{children:j}),$&&KE.createElement(sP,{fileName:te||B,fileInfo:N,imageSrc:G,imageTitle:T,menu:ce,percent:J}),!$&&KE.createElement(_S,{...e,error:j,isValidationEnabled:!1,onDrop:async(e,t)=>{await ie(t),E&&E(e,t)}},F&&KE.createElement("div",{className:$i("demio-ui-upload-cropped-image-container",kE),"data-testid":"upload-cropped-image-container"},KE.createElement("div",{className:$i("demio-ui-upload-cropped-image-wrapper",LE),"data-testid":"upload-cropped-image-wrapper"},KE.createElement("img",{alt:"Cropped image",className:$i("demio-ui-upload-cropped-image",zE),"data-testid":"upload-cropped-image",src:Q})),KE.createElement("div",{className:$i("demio-ui-upload-menu"),"data-testid":"upload-menu"},KE.createElement(lP,{menu:ue}))),!F&&KE.createElement("label",{className:$i("demio-ui-upload-label",FE),"data-testid":"upload-label",htmlFor:"file"},KE.createElement("input",{accept:n,className:$i("demio-ui-upload-input",HE),"data-testid":"upload-input",id:"file",name:"file",onChange:async e=>{const t=e?.target?.files?.[0]||null;await ie(t)},type:"file"}),o,!o&&KE.createElement(KE.Fragment,null,i||KE.createElement(Oc,{className:$i("demio-ui-upload-icon",WE),"data-testid":"upload-icon"}),a&&KE.createElement("div",{className:$i("demio-ui-upload-header",XE),"data-testid":"upload-header"},a),KE.createElement("div",{className:$i("demio-ui-upload-text",jE),"data-testid":"upload-text"},l||KE.createElement(KE.Fragment,null,KE.createElement("strong",{className:$i("demio-ui-upload-text-format",ZE),"data-testid":"upload-text-format"},ee)," ","up to ",KE.createElement("strong",null,u," MB")))))),W&&oe&&h&&KE.createElement(Dn,{contentClassName:qE,open:!0,isClosable:!1,onOpenChange:()=>X(!1),title:"Crop & Upload Profile Picture"},KE.createElement("div",{className:$i("demio-ui-upload-crop-modal-body",YE),"data-testid":"upload-crop-modal-body"},!!L&&KE.createElement(nS,{aspect:s,image:L,onCropChange:_,onCropComplete:(e,t)=>{k(t),A&&A(e,t)},onZoomChange:P})),KE.createElement("div",{className:$i("demio-ui-upload-crop-modal-footer",JE),"data-testid":"upload-crop-modal-footer"},KE.createElement(MO,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:le,variant:"secondary"},"no, never mind"),KE.createElement(MO,{className:"demio-ui-upload-crop-modal-btn-ok","data-testid":"upload-crop-modal-btn-ok",onClick:()=>{H(!0),X(!1),x&&x(Q)}},"crop image"))))});export{fc as AddIcon,V as Alert,eu as AlertIcon,_c as ArrowDownIcon,Nc as ArrowLeftDoubleIcon,hc as ArrowLeftIcon,Gc as ArrowLeftSingleIcon,zc as AtIcon,TO as Avatar,VO as Badge,zd as BarChartIcon,tm as BlockIcon,rm as BlurOnIcon,MO as Button,DO as ButtonNew,lm as CachedIcon,ep as CalendarIcon,nu as CameraIcon,iu as CameraOutlinedIcon,kO as Card,mu as ChatDisabledIcon,Hm as ChatDisabledOldIcon,lu as ChatIcon,Hc as CheckCircleIcon,Xc as CheckCircleSolidIcon,bc as CheckIcon,WO as Checkbox,Zc as CheckboxIcon,zu as ClockIcon,Vs as CloseIcon,Vc as CompressIcon,Hu as CopyIcon,ZO as CopyLinkInput,nS as Crop,um as CustomizeIcon,yc as DeleteIcon,_S as DnDArea,Xu as DotsIcon,Zu as DownloadIcon,ES as Drawer,JR as DropdownItem,FR as DropdownMenuContent,qR as DropdownMenuGroup,ZR as DropdownMenuItem,jR as DropdownMenuLabel,YR as DropdownMenuPortal,WR as DropdownMenuRoot,HR as DropdownMenuSeparator,XR as DropdownMenuTrigger,Cc as EditIcon,mm as ElectricBoltIcon,op as EventDetailsIcon,ap as EventRepeatIcon,Yc as ExclamationIcon,kc as ExpandIcon,Yu as ExternalLinkIcon,Xm as EyeSolidIcon,pp as FacebookIcon,fp as FacebookSquaredIcon,hm as FeatureActionIcon,Uu as FileIcon,Ku as FilterListIcon,ed as FlipCameraIcon,Yo as FormGroup,nd as GearIcon,Id as HelpIcon,xd as HelpSolidIcon,UR as InfoBanner,Md as InfoCircleIcon,Nd as InfoCircleSolidIcon,_d as InfoIcon,Sd as InfoSolidIcon,XO as Input,hn as InputHint,Hd as InsightsIcon,bm as ItemsIcon,gn as Label,vp as LinkedInIcon,wp as LinkedInSquaredIcon,ym as ListIcon,T as Loader,Vp as LocationIcon,rd as LockIcon,Cm as MagicIcon,ad as MailIcon,_m as MaterialsIcon,Eu as MicBoldIcon,wu as MicOffIcon,hu as MicOffSolidIcon,Au as MicOnSolidIcon,Iu as MicOutlinedIcon,Om as MobileDeviceIcon,Dn as Modal,QR as ModalScrollable,aM as MultiSelect,AS as Note,qm as OnDemanIcon,Hp as OutStageIcon,lM as Pagination,Kc as PasswordEyeCrossedIcon,Uc as PasswordEyeIcon,Jm as PastSessionIcon,xp as PeopleCommunityIcon,Ip as PeopleIcon,_p as Person,Qm as PersonCardIcon,$m as PersonCheckIcon,tf as PersonCrossedIcon,Op as PersonDeleteIcon,_p as PersonIcon,of as PersonPlusIcon,dd as PlayCircleIcon,sd as PlayIcon,Oc as PlusIcon,jd as PollIcon,mM as Popover,Nx as PopoverContent,Px as PopoverPortal,Rx as PopoverRoot,Ui as PopoverTooltip,Mx as PopoverTrigger,Xp as PresentationIcon,Gi as Progress,qd as ProgressIcon,Vi as RadioGroup,Rm as RadioIcon,Bm as ReplayDisabledIcon,Tm as RestartIcon,sf as RestreamingDisabledIcon,af as RestreamingIcon,Dm as RocketIcon,Zp as ScreenPersonIcon,Up as ScreenShareIcon,Yp as ScreenShareWindowIcon,QR as ScrollableModal,Rc as SearchIcon,zM as Select,FM as SelectItem,HM as SelectItemText,uf as SeriesTypeIcon,pf as SessionTimeIcon,ff as ShieldIcon,kp as SideBarIcon,tS as Slider,Rp as SmileIcon,hf as SmileSolidIcon,zp as SpotlightIcon,zm as StackedEmailIcon,Kp as StageIcon,bf as StandardTypeIcon,Fi as Switch,md as SyncIcon,Zi as Tab,qi as TabsContent,ji as TabsList,Xi as TabsRoot,Yi as Tag,gd as TimesCircleIcon,hS as Toast,cp as TodayIcon,Ji as Tooltip,vd as TrashIcon,Jd as TrendingDownIcon,Qd as TrendingUpIcon,iP as Typography,wd as UndoIcon,yf as UpcomingSessionIcon,cP as Upload,lP as UploadMenu,sP as UploadProgressPreview,Ru as VideoCamOnIcon,Nu as VideoCamOnSolidIcon,Tu as VolumeOffIcon,ku as VolumeUpSolidIcon,Td as WarningIcon,kd as WarningSolidIcon,Np as YoutubeIcon,Gp as YoutubeSquaredIcon,pS as createImage,gS as getCroppedImageURL,rS as getFileExtension,iS as getFileMimeType,mS as getRadianAngle,If as icons,aS as isExtensionMatchingMimeType,sS as isImage,dS as isValidFileDimension,uS as isValidFileSize,lS as isValidFileType,cS as isVideo,oS as mimeTypeMap,fS as rotateSize,wS as toast,yS as useCroppedImage,CS as useFileValidation};
1
+ function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function t(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(){return ei||(ei=1,e=$a,function(){function t(){var e,t,r="";for(e=0;e<arguments.length;e++)(t=arguments[e])&&(r=o(r,n(t)));return r}function n(e){var n,a;if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return t.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();for(a in n="",e)r.call(e,a)&&e[a]&&(n=o(n,a));return n}function o(e,t){return t?e?e+" "+t:e+t:e}var r={}.hasOwnProperty;e.exports?(t.default=t,e.exports=t):window.classNames=t}()),$a.exports;var e}function o(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>oO.createContext(e));return function(n){const o=n?.[e]||t;return oO.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=oO.createContext(o),a=n.length;n=[...n,o];const i=t=>{const{scope:n,children:o,...i}=t,l=n?.[e]?.[a]||r,s=oO.useMemo(()=>i,Object.values(i));return bO(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=oO.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},r(o,...t)]}function r(...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 oO.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function a(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function i(...e){return t=>{let n=!1;const o=e.map(e=>{const o=a(e,t);return n||"function"!=typeof o||(n=!0),o});if(n)return()=>{for(let t=0;t<o.length;t++){const n=o[t];"function"==typeof n?n():a(e[t],null)}}}}function l(...e){return oO.useCallback(i(...e),e)}function s(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),!1===n||!o.defaultPrevented)return t?.(o)}}function c(e){const[t,n]=oO.useState(oi());return ni(()=>{n(e=>e??String(ri++))},[e]),e||(t?`radix-${t}`:"")}function u({prop:e,defaultProp:t,onChange:n=()=>{},caller:o}){const[r,a,i]=function({defaultProp:e,onChange:t}){const[n,o]=oO.useState(e),r=oO.useRef(n),a=oO.useRef(t);return ai(()=>{a.current=t},[t]),oO.useEffect(()=>{r.current!==n&&(a.current?.(n),r.current=n)},[n,r]),[n,o,a]}({defaultProp:t,onChange:n}),l=void 0!==e,s=l?e:r;{const t=oO.useRef(void 0!==e);oO.useEffect(()=>{const e=t.current;if(e!==l){const t=e?"controlled":"uncontrolled",n=l?"controlled":"uncontrolled";console.warn(`${o} is changing from ${t} to ${n}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`)}t.current=l},[l,o])}const c=oO.useCallback(t=>{if(l){const n=function(e){return"function"==typeof e}(t)?t(e):t;n!==e&&i.current?.(n)}else a(t)},[l,e,a,i]);return[s,c]}function d(e){const t=p(e),n=oO.forwardRef((e,n)=>{const{children:o,...r}=e,a=oO.Children.toArray(o),i=a.find(f);if(i){const e=i.props.children,o=a.map(t=>t===i?oO.Children.count(e)>1?oO.Children.only(null):oO.isValidElement(e)?e.props.children:null:t);return bO(t,{...r,ref:n,children:oO.isValidElement(e)?oO.cloneElement(e,void 0,o):null})}return bO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function p(e){const t=oO.forwardRef((e,t)=>{const{children:n,...o}=e;if(oO.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),r=function(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)=>{const t=a(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==oO.Fragment&&(r.ref=t?i(t,e):e),oO.cloneElement(n,r)}return oO.Children.count(n)>1?oO.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function m(e){const t=({children:e})=>bO(wO,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=ii,t}function f(e){return oO.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===ii}function g(e,t){e&&IO.flushSync(()=>e.dispatchEvent(t))}function h(e){const t=oO.useRef(e);return oO.useEffect(()=>{t.current=e}),oO.useMemo(()=>(...e)=>t.current?.(...e),[])}function v(){const e=new CustomEvent(ci);document.dispatchEvent(e)}function b(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?g(r,a):r.dispatchEvent(a)}function w(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 y(e,t){for(const n of e)if(!I(n,{upTo:t}))return n}function I(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 C(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()}}function x(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}function A(e){const[t,n]=oO.useState(),o=oO.useRef(null),r=oO.useRef(e),a=oO.useRef("none"),i=e?"mounted":"unmounted",[l,s]=function(e,t){return oO.useReducer((e,n)=>t[e][n]??e,e)}(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return oO.useEffect(()=>{const e=_(o.current);a.current="mounted"===l?e:"none"},[l]),ni(()=>{const t=o.current,n=r.current;if(n!==e){const o=a.current,i=_(t);if(e)s("MOUNT");else if("none"===i||"none"===t?.display)s("UNMOUNT");else{s(n&&o!==i?"ANIMATION_OUT":"UNMOUNT")}r.current=e}},[e,s]),ni(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,i=a=>{const i=_(o.current).includes(CSS.escape(a.animationName));if(a.target===t&&i&&(s("ANIMATION_END"),!r.current)){const o=t.style.animationFillMode;t.style.animationFillMode="forwards",e=n.setTimeout(()=>{"forwards"===t.style.animationFillMode&&(t.style.animationFillMode=o)})}},l=e=>{e.target===t&&(a.current=_(o.current))};return t.addEventListener("animationstart",l),t.addEventListener("animationcancel",i),t.addEventListener("animationend",i),()=>{n.clearTimeout(e),t.removeEventListener("animationstart",l),t.removeEventListener("animationcancel",i),t.removeEventListener("animationend",i)}}s("ANIMATION_END")},[t,s]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:oO.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function _(e){return e?.animationName||"none"}function E(){oO.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??O()),document.body.insertAdjacentElement("beforeend",e[1]??O()),Ei++,()=>{1===Ei&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Ei--}},[])}function O(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}function S(e,t){var n,o,r={};for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}function R(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}function M(e,t){var n,o,r,a=(n=null,o=function(t){return e.forEach(function(e){return R(e,t)})},(r=aO(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 Bi(function(){var t,n,o,r=Gi.get(a);r&&(t=new Set(r),n=new Set(e),o=a.current,t.forEach(function(e){n.has(e)||R(e,null)}),n.forEach(function(e){t.has(e)||R(e,o)})),Gi.set(a,e)},[e]),a}function P(e){return e}function N(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}function B(e){return e?"open":"closed"}function G(){return G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},G.apply(null,arguments)}function V({size:e="medium",className:t="",inheritColor:n=!1}){return rO.createElement("span",{className:ti("demio-ui-loader",Ls.loader,{[Ls[e]]:e,[Ls.inheritColor]:n,[t]:t})})}function T({className:e="",open:t,actionText:n="OK",onActionClick:o,cancelText:r="Cancel",onCancelClick:a,title:i,description:l="",showLoader:s=!1,isOkDisabled:c=!1,actionButtonType:u="danger",maxWidth:d="540px",onClose:p,isCloseButtonVisible:m=!0,...f}){return rO.createElement(Rs,{open:t,...f},rO.createElement(Ms,null,rO.createElement(Ps,{className:ti("demio-ui-alert__overlay",Fs)}),rO.createElement(Ns,{className:ti("demio-ui-alert",Ws,e),style:{maxWidth:d}},m&&rO.createElement("button",{className:ti("demio-ui-alert__close-button",Hs),onClick:p||a,"data-testid":"close-button"},rO.createElement(ks,null)),rO.createElement(Vs,{className:ti("demio-ui-alert__title",Xs)},i),l&&rO.createElement(Ts,{className:ti("demio-ui-alert__description",js)},l),rO.createElement("div",{className:ti("demio-ui-alert__action-buttons",Zs)},rO.createElement(Gs,{asChild:!0},rO.createElement(TO,{onClick:a,variant:"outline"},r)),rO.createElement(Bs,{asChild:!0},rO.createElement(TO,{onClick:o,disabled:c,variant:u,showLoader:s},n))))))}function D(...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 oO.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function k(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===qs&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function L(e){const t=oO.forwardRef((e,t)=>{let{children:n,...o}=e;if(k(n)&&"function"==typeof Ys&&(n=Ys(n._payload)),oO.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),r=function(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)=>{const t=a(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==oO.Fragment&&(r.ref=t?i(t,e):e),oO.cloneElement(n,r)}return oO.Children.count(n)>1?oO.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function z(e){return oO.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Js}function F(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(r){return!0}}var t,n,o,r,a,i,l;return ec||(ec=1,t=$s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,r=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,n){var l=n(),s=o({inst:{value:l,getSnapshot:n}}),c=s[0].inst,u=s[1];return a(function(){c.value=l,c.getSnapshot=n,e(c)&&u({inst:c})},[t,l,n]),r(function(){return e(c)&&u({inst:c}),t(function(){e(c)&&u({inst:c})})},[t]),i(l),l},Ks.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l),Ks}function H(){return nc||(nc=1,"production"!==process.env.NODE_ENV&&function(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(r){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=$s,n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},o=t.useState,r=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue,l=!1,s=!1,c="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(c,u){var d,p,m,f;return l||void 0===t.startTransition||(l=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release.")),d=u(),s||(p=u(),n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),s=!0)),p=o({inst:{value:d,getSnapshot:u}}),m=p[0].inst,f=p[1],a(function(){m.value=d,m.getSnapshot=u,e(m)&&f({inst:m})},[c,d,u]),r(function(){return e(m)&&f({inst:m}),c(function(){e(m)&&f({inst:m})})},[c]),i(d),d};tc.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:c,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),tc}function W(){return oc||(oc=1,"production"===process.env.NODE_ENV?Qs.exports=F():Qs.exports=H()),Qs.exports}function X(){return()=>{}}function j(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function Z(e,{referrerPolicy:t,crossOrigin:n}){const o=rc.useSyncExternalStore(X,()=>!0,()=>!1),r=oO.useRef(null),a=o?(r.current||(r.current=new window.Image),r.current):null,[i,l]=oO.useState(()=>j(a,e));return ni(()=>{l(j(a,e))},[a,e]),ni(()=>{const e=e=>()=>{l(e)};if(!a)return;const o=e("loaded"),r=e("error");return a.addEventListener("load",o),a.addEventListener("error",r),t&&(a.referrerPolicy=t),"string"==typeof n&&(a.crossOrigin=n),()=>{a.removeEventListener("load",o),a.removeEventListener("error",r)}},[a,n,t]),i}function q(){return q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},q.apply(null,arguments)}function Y(){return Y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Y.apply(null,arguments)}function J(){return J=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},J.apply(null,arguments)}function U(){return U=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},U.apply(null,arguments)}function Q(){return Q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Q.apply(null,arguments)}function K(){return K=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},K.apply(null,arguments)}function $(){return $=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$.apply(null,arguments)}function ee(){return ee=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ee.apply(null,arguments)}function te(){return te=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},te.apply(null,arguments)}function ne(){return ne=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ne.apply(null,arguments)}function oe(){return oe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},oe.apply(null,arguments)}function re(){return re=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},re.apply(null,arguments)}function ae(){return ae=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ae.apply(null,arguments)}function ie(){return ie=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ie.apply(null,arguments)}function le(){return le=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},le.apply(null,arguments)}function se(){return se=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},se.apply(null,arguments)}function ce(){return ce=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ce.apply(null,arguments)}function ue(){return ue=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ue.apply(null,arguments)}function de(){return de=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},de.apply(null,arguments)}function pe(){return pe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},pe.apply(null,arguments)}function me(){return me=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},me.apply(null,arguments)}function fe(){return fe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},fe.apply(null,arguments)}function ge(){return ge=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ge.apply(null,arguments)}function he(){return he=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},he.apply(null,arguments)}function ve(){return ve=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ve.apply(null,arguments)}function be(){return be=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},be.apply(null,arguments)}function we(){return we=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},we.apply(null,arguments)}function ye(){return ye=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ye.apply(null,arguments)}function Ie(){return Ie=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ie.apply(null,arguments)}function Ce(){return Ce=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ce.apply(null,arguments)}function xe(){return xe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},xe.apply(null,arguments)}function Ae(){return Ae=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ae.apply(null,arguments)}function _e(){return _e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_e.apply(null,arguments)}function Ee(){return Ee=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ee.apply(null,arguments)}function Oe(){return Oe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Oe.apply(null,arguments)}function Se(){return Se=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Se.apply(null,arguments)}function Re(){return Re=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Re.apply(null,arguments)}function Me(){return Me=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Me.apply(null,arguments)}function Pe(){return Pe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Pe.apply(null,arguments)}function Ne(){return Ne=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ne.apply(null,arguments)}function Be(){return Be=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Be.apply(null,arguments)}function Ge(){return Ge=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ge.apply(null,arguments)}function Ve(){return Ve=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ve.apply(null,arguments)}function Te(){return Te=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Te.apply(null,arguments)}function De(){return De=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},De.apply(null,arguments)}function ke(){return ke=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ke.apply(null,arguments)}function Le(){return Le=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Le.apply(null,arguments)}function ze(){return ze=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ze.apply(null,arguments)}function Fe(){return Fe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Fe.apply(null,arguments)}function He(){return He=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},He.apply(null,arguments)}function We(){return We=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},We.apply(null,arguments)}function Xe(){return Xe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Xe.apply(null,arguments)}function je(){return je=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},je.apply(null,arguments)}function Ze(){return Ze=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ze.apply(null,arguments)}function qe(){return qe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},qe.apply(null,arguments)}function Ye(){return Ye=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ye.apply(null,arguments)}function Je(){return Je=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Je.apply(null,arguments)}function Ue(){return Ue=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ue.apply(null,arguments)}function Qe(){return Qe=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Qe.apply(null,arguments)}function Ke(){return Ke=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ke.apply(null,arguments)}function $e(){return $e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$e.apply(null,arguments)}function et(){return et=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},et.apply(null,arguments)}function tt(){return tt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},tt.apply(null,arguments)}function nt(){return nt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},nt.apply(null,arguments)}function ot(){return ot=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ot.apply(null,arguments)}function rt(){return rt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},rt.apply(null,arguments)}function at(){return at=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},at.apply(null,arguments)}function it(){return it=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},it.apply(null,arguments)}function lt(){return lt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},lt.apply(null,arguments)}function st(){return st=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},st.apply(null,arguments)}function ct(){return ct=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ct.apply(null,arguments)}function ut(){return ut=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ut.apply(null,arguments)}function dt(){return dt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},dt.apply(null,arguments)}function pt(){return pt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},pt.apply(null,arguments)}function mt(){return mt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},mt.apply(null,arguments)}function ft(){return ft=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ft.apply(null,arguments)}function gt(){return gt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},gt.apply(null,arguments)}function ht(){return ht=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ht.apply(null,arguments)}function vt(){return vt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},vt.apply(null,arguments)}function bt(){return bt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},bt.apply(null,arguments)}function wt(){return wt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},wt.apply(null,arguments)}function yt(){return yt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},yt.apply(null,arguments)}function It(){return It=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},It.apply(null,arguments)}function Ct(){return Ct=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ct.apply(null,arguments)}function xt(){return xt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},xt.apply(null,arguments)}function At(){return At=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},At.apply(null,arguments)}function _t(){return _t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_t.apply(null,arguments)}function Et(){return Et=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Et.apply(null,arguments)}function Ot(){return Ot=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ot.apply(null,arguments)}function St(){return St=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},St.apply(null,arguments)}function Rt(){return Rt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Rt.apply(null,arguments)}function Mt(){return Mt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Mt.apply(null,arguments)}function Pt(){return Pt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Pt.apply(null,arguments)}function Nt(){return Nt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Nt.apply(null,arguments)}function Bt(){return Bt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Bt.apply(null,arguments)}function Gt(){return Gt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Gt.apply(null,arguments)}function Vt(){return Vt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Vt.apply(null,arguments)}function Tt(){return Tt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Tt.apply(null,arguments)}function Dt(){return Dt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Dt.apply(null,arguments)}function kt(){return kt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},kt.apply(null,arguments)}function Lt(){return Lt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Lt.apply(null,arguments)}function zt(){return zt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},zt.apply(null,arguments)}function Ft(){return Ft=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ft.apply(null,arguments)}function Ht(){return Ht=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ht.apply(null,arguments)}function Wt(){return Wt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Wt.apply(null,arguments)}function Xt(){return Xt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Xt.apply(null,arguments)}function jt(){return jt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},jt.apply(null,arguments)}function Zt(){return Zt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Zt.apply(null,arguments)}function qt(){return qt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},qt.apply(null,arguments)}function Yt(){return Yt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Yt.apply(null,arguments)}function Jt(){return Jt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Jt.apply(null,arguments)}function Ut(){return Ut=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Ut.apply(null,arguments)}function Qt(){return Qt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Qt.apply(null,arguments)}function Kt(){return Kt=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},Kt.apply(null,arguments)}function $t(){return $t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},$t.apply(null,arguments)}function en(){return en=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},en.apply(null,arguments)}function tn(){return tn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},tn.apply(null,arguments)}function nn(){return nn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},nn.apply(null,arguments)}function on(){return on=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},on.apply(null,arguments)}function rn(){return rn=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},rn.apply(null,arguments)}function an(){return an=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},an.apply(null,arguments)}function ln(){return ln=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ln.apply(null,arguments)}function sn(e){const t=oO.useRef({value:e,previous:e});return oO.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function cn(e){const[t,n]=oO.useState(void 0);return ni(()=>{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}function un(e){const{__scopeCheckbox:t,checked:n,children:o,defaultChecked:r,disabled:a,form:i,name:l,onCheckedChange:s,required:c,value:d="on",internal_do_not_use_render:p}=e,[m,f]=u({prop:n,defaultProp:r??!1,onChange:s,caller:Nf}),[g,h]=oO.useState(null),[v,b]=oO.useState(null),w=oO.useRef(!1),y=!g||(!!i||!!g.closest("form")),I={checked:m,disabled:a,setChecked:f,control:g,setControl:h,name:l,form:i,value:d,hasConsumerStoppedPropagationRef:w,required:c,defaultChecked:!pn(r)&&r,isFormControl:y,bubbleInput:v,setBubbleInput:b};return bO(ZO,{scope:t,...I,children:dn(p)?p(I):o})}function dn(e){return"function"==typeof e}function pn(e){return"indeterminate"===e}function mn(e){return pn(e)?"indeterminate":e?"checked":"unchecked"}function fn(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===zf&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function gn(e){const t=oO.forwardRef((e,t)=>{let{children:n,...o}=e;if(fn(n)&&"function"==typeof Ff&&(n=Ff(n._payload)),oO.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),r=function(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)=>{const t=a(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==oO.Fragment&&(r.ref=t?i(t,e):e),oO.cloneElement(n,r)}return oO.Children.count(n)>1?oO.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function hn(e){return oO.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Hf}function vn({htmlFor:e,children:t,className:n="",weight:o="regular"}){return rO.createElement(Zf,{htmlFor:e,className:ti("demio-ui-label",qf,[YO(o)],{[n]:!!n})},t)}function bn({children:e,type:t="hint",className:n=""}){return rO.createElement("div",{className:ti("demio-ui-input-hint",$f,{[eg]:"error"===t,[n]:!!n}),"data-html":t},e)}function wn(){function e(){var e,v,b,w,y;t||(t=!0,e=navigator.userAgent,v=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),b=/(Mac OS X)|(Windows)|(Linux)/.exec(e),m=/\b(iPhone|iP[ao]d)/.exec(e),f=/\b(iP[ao]d)/.exec(e),d=/Android/i.exec(e),g=/FBAN\/\w+;/i.exec(e),h=/Mobile/i.exec(e),p=!!/Win64/.exec(e),v?((n=v[1]?parseFloat(v[1]):v[5]?parseFloat(v[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode),w=/(?:Trident\/(\d+.\d+))/.exec(e),l=w?parseFloat(w[1])+4:n,o=v[2]?parseFloat(v[2]):NaN,r=v[3]?parseFloat(v[3]):NaN,(a=v[4]?parseFloat(v[4]):NaN)?(v=/(?:Chrome\/(\d+\.\d+))/.exec(e),i=v&&v[1]?parseFloat(v[1]):NaN):i=NaN):n=o=r=i=a=NaN,b?(b[1]?(y=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e),s=!y||parseFloat(y[1].replace("_","."))):s=!1,c=!!b[2],u=!!b[3]):s=c=u=!1)}var t,n,o,r,a,i,l,s,c,u,d,p,m,f,g,h,v;return lg?ig:(lg=1,t=!1,ig=v={ie:function(){return e()||n},ieCompatibilityMode:function(){return e()||l>n},ie64:function(){return v.ie()&&p},firefox:function(){return e()||o},opera:function(){return e()||r},webkit:function(){return e()||a},safari:function(){return v.webkit()},chrome:function(){return e()||i},windows:function(){return e()||c},osx:function(){return e()||s},linux:function(){return e()||u},iphone:function(){return e()||m},mobile:function(){return e()||m||f||d||h},nativeApp:function(){return e()||g},android:function(){return e()||d},ipad:function(){return e()||f}})}function yn(){var e,t;return cg?sg:(cg=1,t={canUseDOM:e=!("undefined"==typeof window||!window.document||!window.document.createElement),canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:e&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:e&&!!window.screen,isInWorker:!e},sg=t)}function In(){var e,t;return dg?ug:(dg=1,(e=yn()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),ug=function(n,o){var r,a,i;return!(!e.canUseDOM||o&&!("addEventListener"in document))&&((a=(r="on"+n)in document)||((i=document.createElement("div")).setAttribute(r,"return;"),a="function"==typeof i[r]),!a&&t&&"wheel"===n&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a)})}function Cn(){function e(e){var t=0,n=0,i=0,l=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),i=t*o,l=n*o,"deltaY"in e&&(l=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||l)&&e.deltaMode&&(1==e.deltaMode?(i*=r,l*=r):(i*=a,l*=a)),i&&!t&&(t=i<1?-1:1),l&&!n&&(n=l<1?-1:1),{spinX:t,spinY:n,pixelX:i,pixelY:l}}var t,n,o,r,a;return mg?pg:(mg=1,t=wn(),n=In(),o=10,r=40,a=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},pg=e)}function xn(){return gg?fg:(gg=1,fg=Cn())}function An(e,t,n,o,r){void 0===r&&(r=0);var a=Pn(t.width,t.height,r),i=a.width,l=a.height;return{x:_n(e.x,i,n.width,o),y:_n(e.y,l,n.height,o)}}function _n(e,t,n,o){var r=Math.abs(t*o/2-n/2);return Nn(e,-r,r)}function En(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function On(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function Sn(e,t){return Math.min(e,Math.max(0,t))}function Rn(e,t){return t}function Mn(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function Pn(e,t,n){var o=n*Math.PI/180;return{width:Math.abs(Math.cos(o)*e)+Math.abs(Math.sin(o)*t),height:Math.abs(Math.sin(o)*e)+Math.abs(Math.cos(o)*t)}}function Nn(e,t,n){return Math.min(Math.max(e,t),n)}function Bn(){var e,t=[];for(e=0;e<arguments.length;e++)t[e]=arguments[e];return t.filter(function(e){return"string"==typeof e&&e.length>0}).join(" ").trim()}function Gn(e,[t,n]){return Math.min(n,Math.max(t,e))}function Vn(e){const t=oO.useContext(Cg);return e||t||"ltr"}function Tn(e){const t=e+"CollectionProvider",[n,r]=o(t),[a,i]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=e=>{const{scope:t,children:n}=e,o=rO.useRef(null),r=rO.useRef(new Map).current;return bO(a,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const c=e+"CollectionSlot",u=d(c),p=rO.forwardRef((e,t)=>{const{scope:n,children:o}=e,r=l(t,i(c,n).collectionRef);return bO(u,{ref:r,children:o})});p.displayName=c;const m=e+"CollectionItemSlot",f="data-radix-collection-item",g=d(m),h=rO.forwardRef((e,t)=>{const{scope:n,children:o,...r}=e,a=rO.useRef(null),s=l(t,a),c=i(m,n);return rO.useEffect(()=>(c.itemMap.set(a,{ref:a,...r}),()=>{c.itemMap.delete(a)})),bO(g,{[f]:"",ref:s,children:o})});return h.displayName=m,[{Provider:s,Slot:p,ItemSlot:h},function(t){const n=i(e+"CollectionConsumer",t);return rO.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${f}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])},r]}function Dn(e,t,n){return Gn(100/(n-t)*(e-t),[0,100])}function kn(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const o=(t[1]-t[0])/(e[1]-e[0]);return t[0]+o*(n-e[0])}}function Ln({children:e=null,contentClassName:t="",isCloseButtonVisible:n=!0,onClose:o=()=>{},onOpenChange:r,open:a,overlayClassName:i="",title:l,isClosable:s=!0,portalContainer:c=document.body,...u}){return rO.createElement(ns,{open:a,onOpenChange:e=>{s&&r&&r(e)},"data-testid":"modal-overlay"},rO.createElement(rs,{container:c||void 0},rO.createElement(as,{"data-testid":"modal-overlay",className:ti(Ch,{[i]:!!i,[Ah]:!l&&!n},"demio-ui-modal-overlay")},rO.createElement(is,{...u,className:ti(Sh,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},rO.createElement("div",{className:ti(xh,"demio-ui-modal-header"),"data-html":"header"},rO.createElement(ls,{className:ti(Eh,{[Oh]:!n},"demio-ui-modal-title"),"data-html":"title"},l),n&&rO.createElement(cs,{className:ti(_h,"demio-ui-modal-close-button"),onClick:()=>{r(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},rO.createElement(ks,null))),rO.createElement("div",{className:ti(Rh,"demio-ui-modal-children"),"data-html":"content"},e)))))}function zn(e,t,n){return VS(e,GS(t,n))}function Fn(e,t){return"function"==typeof e?e(t):e}function Hn(e){return e.split("-")[0]}function Wn(e){return e.split("-")[1]}function Xn(e){return"x"===e?"y":"x"}function jn(e){return"y"===e?"height":"width"}function Zn(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function qn(e){return Xn(Zn(e))}function Yn(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function Jn(e,t,n,o){const r=Wn(e);let a=function(e,t,n){switch(e){case"top":case"bottom":return n?t?FS:zS:t?zS:FS;case"left":case"right":return t?HS:WS;default:return[]}}(Hn(e),"start"===n,o);return r&&(a=a.map(e=>e+"-"+r),t&&(a=a.concat(a.map(Yn)))),a}function Un(e){const t=Hn(e);return LS[t]+e.slice(t.length)}function Qn(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 Kn(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 $n(e,t,n){let{reference:o,floating:r}=e;const a=Zn(t),i=qn(t),l=jn(i),s=Hn(t),c="y"===a,u=o.x+o.width/2-r.width/2,d=o.y+o.height/2-r.height/2,p=o[l]/2-r[l]/2;let m;switch(s){case"top":m={x:u,y:o.y-r.height};break;case"bottom":m={x:u,y:o.y+o.height};break;case"right":m={x:o.x+o.width,y:d};break;case"left":m={x:o.x-r.width,y:d};break;default:m={x:o.x,y:o.y}}switch(Wn(t)){case"start":m[i]-=p*(n&&c?-1:1);break;case"end":m[i]+=p*(n&&c?-1:1)}return m}async function eo(e,t){var n;void 0===t&&(t={});const{x:o,y:r,platform:a,rects:i,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:m=0}=Fn(t,e),f=Qn(m),g=l[p?"floating"===d?"reference":"floating":d],h=Kn(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(g)))||n?g:g.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),v="floating"===d?{x:o,y:r,width:i.floating.width,height:i.floating.height}:i.reference,b=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),w=await(null==a.isElement?void 0:a.isElement(b))&&await(null==a.getScale?void 0:a.getScale(b))||{x:1,y:1},y=Kn(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:b,strategy:s}):v);return{top:(h.top-y.top+f.top)/w.y,bottom:(y.bottom-h.bottom+f.bottom)/w.y,left:(h.left-y.left+f.left)/w.x,right:(y.right-h.right+f.right)/w.x}}function to(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function no(e){return BS.some(t=>e[t]>=0)}function oo(){return"undefined"!=typeof window}function ro(e){return lo(e)?(e.nodeName||"").toLowerCase():"#document"}function ao(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function io(e){var t;return null==(t=(lo(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function lo(e){return!!oo()&&(e instanceof Node||e instanceof ao(e).Node)}function so(e){return!!oo()&&(e instanceof Element||e instanceof ao(e).Element)}function co(e){return!!oo()&&(e instanceof HTMLElement||e instanceof ao(e).HTMLElement)}function uo(e){return!(!oo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof ao(e).ShadowRoot)}function po(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=bo(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&"inline"!==r&&"contents"!==r}function mo(e){return/^(table|td|th)$/.test(ro(e))}function fo(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}function go(e){const t=so(e)?bo(e):e;return qS(t.transform)||qS(t.translate)||qS(t.scale)||qS(t.rotate)||qS(t.perspective)||!ho()&&(qS(t.backdropFilter)||qS(t.filter))||jS.test(t.willChange||"")||ZS.test(t.contain||"")}function ho(){return null==YS&&(YS="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),YS}function vo(e){return/^(html|body|#document)$/.test(ro(e))}function bo(e){return ao(e).getComputedStyle(e)}function wo(e){return so(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function yo(e){if("html"===ro(e))return e;const t=e.assignedSlot||e.parentNode||uo(e)&&e.host||io(e);return uo(t)?t.host:t}function Io(e){const t=yo(e);return vo(t)?e.ownerDocument?e.ownerDocument.body:e.body:co(t)&&po(t)?t:Io(t)}function Co(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const r=Io(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),i=ao(r);if(a){const e=xo(i);return t.concat(i,i.visualViewport||[],po(r)?r:[],e&&n?Co(e):[])}return t.concat(r,Co(r,[],n))}function xo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ao(e){const t=bo(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=co(e),a=r?e.offsetWidth:n,i=r?e.offsetHeight:o,l=TS(n)!==a||TS(o)!==i;return l&&(n=a,o=i),{width:n,height:o,$:l}}function _o(e){return so(e)?e:e.contextElement}function Eo(e){const t=_o(e);if(!co(t))return kS(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:a}=Ao(t);let i=(a?TS(n.width):n.width)/o,l=(a?TS(n.height):n.height)/r;return i&&Number.isFinite(i)||(i=1),l&&Number.isFinite(l)||(l=1),{x:i,y:l}}function Oo(e){const t=ao(e);return ho()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:JS}function So(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=e.getBoundingClientRect(),a=_o(e);let i=kS(1);t&&(o?so(o)&&(i=Eo(o)):i=Eo(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==ao(e))&&t}(a,n,o)?Oo(a):kS(0);let s=(r.left+l.x)/i.x,c=(r.top+l.y)/i.y,u=r.width/i.x,d=r.height/i.y;if(a){const e=ao(a),t=o&&so(o)?ao(o):o;let n=e,r=xo(n);for(;r&&o&&t!==n;){const e=Eo(r),t=r.getBoundingClientRect(),o=bo(r),a=t.left+(r.clientLeft+parseFloat(o.paddingLeft))*e.x,i=t.top+(r.clientTop+parseFloat(o.paddingTop))*e.y;s*=e.x,c*=e.y,u*=e.x,d*=e.y,s+=a,c+=i,n=ao(r),r=xo(n)}}return Kn({width:u,height:d,x:s,y:c})}function Ro(e,t){const n=wo(e).scrollLeft;return t?t.left+n:So(io(e)).left+n}function Mo(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Ro(e,n),y:n.top+t.scrollTop}}function Po(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=ao(e),o=io(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=ho();(!e||e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}const c=Ro(o);if(c<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),r="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,i=Math.abs(o.clientWidth-t.clientWidth-r);i<=25&&(a-=i)}else c<=25&&(a+=c);return{width:a,height:i,x:l,y:s}}(e,n);else if("document"===t)o=function(e){const t=io(e),n=wo(e),o=e.ownerDocument.body,r=VS(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=VS(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let i=-n.scrollLeft+Ro(e);const l=-n.scrollTop;return"rtl"===bo(o).direction&&(i+=VS(t.clientWidth,o.clientWidth)-r),{width:r,height:a,x:i,y:l}}(io(e));else if(so(t))o=function(e,t){const n=So(e,!0,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft,a=co(e)?Eo(e):kS(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=Oo(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Kn(o)}function No(e,t){const n=yo(e);return!(n===t||!so(n)||vo(n))&&("fixed"===bo(n).position||No(n,t))}function Bo(e,t,n){function o(){c.x=Ro(a)}const r=co(t),a=io(t),i="fixed"===n,l=So(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const c=kS(0);if(r||!r&&!i)if(("body"!==ro(t)||po(a))&&(s=wo(t)),r){const e=So(t,!0,i,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else a&&o();i&&!r&&a&&o();const u=!a||r||i?kS(0):Mo(a,s);return{x:l.left+s.scrollLeft-c.x-u.x,y:l.top+s.scrollTop-c.y-u.y,width:l.width,height:l.height}}function Go(e){return"static"===bo(e).position}function Vo(e,t){if(!co(e)||"fixed"===bo(e).position)return null;if(t)return t(e);let n=e.offsetParent;return io(e)===n&&(n=n.ownerDocument.body),n}function To(e,t){const n=ao(e);if(fo(e))return n;if(!co(e)){let t=yo(e);for(;t&&!vo(t);){if(so(t)&&!Go(t))return t;t=yo(t)}return n}let o=Vo(e,t);for(;o&&mo(o)&&Go(o);)o=Vo(o,t);return o&&vo(o)&&Go(o)&&!go(o)?n:o||function(e){let t=yo(e);for(;co(t)&&!vo(t);){if(go(t))return t;if(fo(t))return null;t=yo(t)}return null}(e)||n}function Do(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function ko(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,c=_o(e),u=r||a?[...c?Co(c):[],...t?Co(t):[]]:[];u.forEach(e=>{r&&e.addEventListener("scroll",n,{passive:!0}),a&&e.addEventListener("resize",n)});const d=c&&l?function(e,t){function n(){var e;clearTimeout(o),null==(e=r)||e.disconnect(),r=null}let o,r=null;const a=io(e);return function i(l,s){function c(t){const n=t[0].intersectionRatio;if(n!==s){if(!h)return i();n?i(!1,n):o=setTimeout(()=>{i(!1,1e-7)},1e3)}1!==n||Do(u,e.getBoundingClientRect())||i(),h=!1}void 0===l&&(l=!1),void 0===s&&(s=1),n();const u=e.getBoundingClientRect(),{left:d,top:p,width:m,height:f}=u;if(l||t(),!m||!f)return;const g={rootMargin:-DS(p)+"px "+-DS(a.clientWidth-(d+m))+"px "+-DS(a.clientHeight-(p+f))+"px "+-DS(d)+"px",threshold:VS(0,GS(1,s))||1};let h=!0;try{r=new IntersectionObserver(c,{...g,root:a.ownerDocument})}catch(v){r=new IntersectionObserver(c,g)}r.observe(e)}(!0),n}(c,n):null;let p,m=-1,f=null;i&&(f=new ResizeObserver(e=>{let[o]=e;o&&o.target===c&&f&&t&&(f.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=f)||e.observe(t)})),n()}),c&&!s&&f.observe(c),t&&f.observe(t));let g=s?So(e):null;return s&&function t(){const o=So(e);g&&!Do(g,o)&&n(),g=o,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{r&&e.removeEventListener("scroll",n),a&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=f)||e.disconnect(),f=null,s&&cancelAnimationFrame(p)}}function Lo(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(!Lo(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)&&!Lo(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function zo(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Fo(e,t){const n=zo(e);return Math.round(t*n)/n}function Ho(e){const t=oO.useRef(e);return Nh(()=>{t.current=e}),t}function Wo(e){return null!==e}function Xo(e){const[t,n="center"]=e.split("-");return[t,n]}function jo(e,t=!1){const n=document.activeElement;for(const o of e){if(o===n)return;if(o.focus({preventScroll:t}),document.activeElement!==n)return}}function Zo(e){return e?"open":"closed"}function qo(e){return"indeterminate"===e}function Yo(e){return qo(e)?"indeterminate":e?"checked":"unchecked"}function Jo(e){return t=>"mouse"===t.pointerType?e(t):void 0}function Uo({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:r}){return rO.createElement("div",{className:ti("demio-ui-form-group",Yb.formGroup,r,{[Yb.horizontal]:"horizontal"===t,[Yb.vertical]:"vertical"===t,[Yb[n]]:!!n,[Yb[`${o}AlignItems`]]:!!o})},e)}function Qo(e){return Qo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qo(e)}function Ko(e){var t=function(e,t){var n,o;if("object"!=Qo(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=Qo(o=n.call(e,t)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Qo(t)?t:t+""}function $o(e,t,n){return(t=Ko(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function er(e,t){var n,o=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)),o}function tr(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?er(Object(n),!0).forEach(function(t){$o(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):er(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function nr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=Array(t);n<t;n++)o[n]=e[n];return o}function or(e,t){if(e){if("string"==typeof e)return nr(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?nr(e,t):void 0}}function rr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,o,r,a,i,l,s,c=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=c){i=[],l=!0,s=!1;try{if(r=(c=c.call(e)).next,0===t){if(Object(c)!==c)return;l=!1}else for(;!(l=(n=r.call(c)).done)&&(i.push(n.value),i.length!==t);l=!0);}catch(e){s=!0,o=e}finally{try{if(!l&&null!=c.return&&(a=c.return(),Object(a)!==a))return}finally{if(s)throw o}}return i}}(e,t)||or(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ar(e,t){var n,o,r,a;if(null==e)return{};if(r=function(e,t){var n,o;if(null==e)return{};for(o in n={},e)if({}.hasOwnProperty.call(e,o)){if(-1!==t.indexOf(o))continue;n[o]=e[o]}return n}(e,t),Object.getOwnPropertySymbols)for(a=Object.getOwnPropertySymbols(e),o=0;o<a.length;o++)n=a[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(r[n]=e[n]);return r}function ir(){return ir=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},ir.apply(null,arguments)}function lr(e,t){var n,o;for(n=0;n<t.length;n++)(o=t[n]).enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,Ko(o.key),o)}function sr(e,t){return sr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},sr(e,t)}function cr(e){return cr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},cr(e)}function ur(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(ur=function(){return!!e})()}function dr(e,t){if(t&&("object"==Qo(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function pr(e){return function(e){if(Array.isArray(e))return nr(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||or(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function mr(e){return e.trim()}function fr(e,t,n){return e.replace(t,n)}function gr(e,t){return e.indexOf(t)}function hr(e,t){return 0|e.charCodeAt(t)}function vr(e,t,n){return e.slice(t,n)}function br(e){return e.length}function wr(e){return e.length}function yr(e,t){return t.push(e),e}function Ir(e,t,n,o,r,a,i){return{value:e,root:t,parent:n,type:o,props:r,children:a,line:Sw,column:Rw,length:i,return:""}}function Cr(e,t){return Ow(Ir("",null,null,"",null,null,0),e,{length:-e.length},t)}function xr(){return Nw=Pw>0?hr(Bw,--Pw):0,Rw--,10===Nw&&(Rw=1,Sw--),Nw}function Ar(){return Nw=Pw<Mw?hr(Bw,Pw++):0,Rw++,10===Nw&&(Rw=1,Sw++),Nw}function _r(){return hr(Bw,Pw)}function Er(){return Pw}function Or(e,t){return vr(Bw,e,t)}function Sr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Rr(e){return Sw=Rw=1,Mw=br(Bw=e),Pw=0,[]}function Mr(e){return Bw="",e}function Pr(e){return mr(Or(Pw-1,Gr(91===e?e+2:40===e?e+1:e)))}function Nr(e){for(;(Nw=_r())&&Nw<33;)Ar();return Sr(e)>2||Sr(Nw)>3?"":" "}function Br(e,t){for(;--t&&Ar()&&!(Nw<48||Nw>102||Nw>57&&Nw<65||Nw>70&&Nw<97););return Or(e,Er()+(t<6&&32==_r()&&32==Ar()))}function Gr(e){for(;Ar();)switch(Nw){case e:return Pw;case 34:case 39:34!==e&&39!==e&&Gr(Nw);break;case 40:41===e&&Gr(e);break;case 92:Ar()}return Pw}function Vr(e,t){for(;Ar()&&e+Nw!==57&&(e+Nw!==84||47!==_r()););return"/*"+Or(t,Pw-1)+"*"+Ew(47===e?e:Ar())}function Tr(e){for(;!Sr(_r());)Ar();return Or(e,Pw)}function Dr(e){return Mr(kr("",null,null,null,[""],e=Rr(e),0,[0],e))}function kr(e,t,n,o,r,a,i,l,s){for(var c=0,u=0,d=i,p=0,m=0,f=0,g=1,h=1,v=1,b=0,w="",y=r,I=a,C=o,x=w;h;)switch(f=b,b=Ar()){case 40:if(108!=f&&58==hr(x,d-1)){-1!=gr(x+=fr(Pr(b),"&","&\f"),"&\f")&&(v=-1);break}case 34:case 39:case 91:x+=Pr(b);break;case 9:case 10:case 13:case 32:x+=Nr(f);break;case 92:x+=Br(Er()-1,7);continue;case 47:switch(_r()){case 42:case 47:yr(zr(Vr(Ar(),Er()),t,n),s);break;default:x+="/"}break;case 123*g:l[c++]=br(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:h=0;case 59+u:-1==v&&(x=fr(x,/\f/g,"")),m>0&&br(x)-d&&yr(m>32?Fr(x+";",o,n,d-1):Fr(fr(x," ","")+";",o,n,d-2),s);break;case 59:x+=";";default:if(yr(C=Lr(x,t,n,c,u,r,l,w,y=[],I=[],d),a),123===b)if(0===u)kr(x,t,C,C,y,a,d,l,I);else switch(99===p&&110===hr(x,3)?100:p){case 100:case 108:case 109:case 115:kr(e,C,C,o&&yr(Lr(e,C,C,0,0,r,l,w,r,y=[],d),I),r,I,d,l,o?y:I);break;default:kr(x,C,C,C,[""],I,0,l,I)}}c=u=m=0,g=v=1,w=x="",d=i;break;case 58:d=1+br(x),m=f;default:if(g<1)if(123==b)--g;else if(125==b&&0==g++&&125==xr())continue;switch(x+=Ew(b),b*g){case 38:v=u>0?1:(x+="\f",-1);break;case 44:l[c++]=(br(x)-1)*v,v=1;break;case 64:45===_r()&&(x+=Pr(Ar())),p=_r(),u=d=br(w=x+=Tr(Er())),b++;break;case 45:45===f&&2==br(x)&&(g=0)}}return a}function Lr(e,t,n,o,r,a,i,l,s,c,u){var d,p,m,f,g,h,v=r-1,b=0===r?a:[""],w=wr(b);for(d=0,p=0,m=0;d<o;++d)for(f=0,g=vr(e,v+1,v=_w(p=i[d])),h=e;f<w;++f)(h=mr(p>0?b[f]+" "+g:fr(g,/&\f/g,b[f])))&&(s[m++]=h);return Ir(e,t,n,0===r?yw:l,s,c,u)}function zr(e,t,n){return Ir(e,t,n,ww,Ew(Nw),vr(e,2,-2),0)}function Fr(e,t,n,o){return Ir(e,t,n,Iw,vr(e,0,o),vr(e,o+1,-1),o)}function Hr(e,t){var n,o="",r=wr(e);for(n=0;n<r;n++)o+=t(e[n],n,e,t)||"";return o}function Wr(e,t,n,o){switch(e.type){case Aw:if(e.children.length)break;case Cw:case Iw:return e.return=e.return||e.value;case ww:return"";case xw:return e.return=e.value+"{"+Hr(e.children,o)+"}";case yw:e.value=e.props.join(",")}return br(n=Hr(e.children,o))?e.return=e.value+"{"+n+"}":""}function Xr(e){var t=wr(e);return function(n,o,r,a){var i,l="";for(i=0;i<t;i++)l+=e[i](n,o,r,a)||"";return l}}function jr(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function Zr(e,t){switch(function(e,t){return 45^hr(e,0)?(((t<<2^hr(e,0))<<2^hr(e,1))<<2^hr(e,2))<<2^hr(e,3):0}(e,t)){case 5103:return bw+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return bw+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return bw+e+vw+e+hw+e+e;case 6828:case 4268:return bw+e+hw+e+e;case 6165:return bw+e+hw+"flex-"+e+e;case 5187:return bw+e+fr(e,/(\w+).+(:[^]+)/,bw+"box-$1$2"+hw+"flex-$1$2")+e;case 5443:return bw+e+hw+"flex-item-"+fr(e,/flex-|-self/,"")+e;case 4675:return bw+e+hw+"flex-line-pack"+fr(e,/align-content|flex-|-self/,"")+e;case 5548:return bw+e+hw+fr(e,"shrink","negative")+e;case 5292:return bw+e+hw+fr(e,"basis","preferred-size")+e;case 6060:return bw+"box-"+fr(e,"-grow","")+bw+e+hw+fr(e,"grow","positive")+e;case 4554:return bw+fr(e,/([^-])(transform)/g,"$1"+bw+"$2")+e;case 6187:return fr(fr(fr(e,/(zoom-|grab)/,bw+"$1"),/(image-set)/,bw+"$1"),e,"")+e;case 5495:case 3959:return fr(e,/(image-set\([^]*)/,bw+"$1$`$1");case 4968:return fr(fr(e,/(.+:)(flex-)?(.*)/,bw+"box-pack:$3"+hw+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+bw+e+e;case 4095:case 3583:case 4068:case 2532:return fr(e,/(.+)-inline(.+)/,bw+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(br(e)-1-t>6)switch(hr(e,t+1)){case 109:if(45!==hr(e,t+4))break;case 102:return fr(e,/(.+:)(.+)-([^]+)/,"$1"+bw+"$2-$3$1"+vw+(108==hr(e,t+3)?"$3":"$2-$3"))+e;case 115:return~gr(e,"stretch")?Zr(fr(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==hr(e,t+1))break;case 6444:switch(hr(e,br(e)-3-(~gr(e,"!important")&&10))){case 107:return fr(e,":",":"+bw)+e;case 101:return fr(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+bw+(45===hr(e,14)?"inline-":"")+"box$3$1"+bw+"$2$3$1"+hw+"$2box$3")+e}break;case 5936:switch(hr(e,t+11)){case 114:return bw+e+hw+fr(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return bw+e+hw+fr(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return bw+e+hw+fr(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return bw+e+hw+e+e}return e}function qr(e,t,n){var o,r,a,i,l,s;if(null==n)return"";if(void 0!==(o=n).__emotion_styles)return o;switch(typeof n){case"boolean":return"";case"object":if(1===(r=n).anim)return oy={name:r.name,styles:r.styles,next:oy},r.name;if(void 0!==(a=n).styles){if(void 0!==(i=a.next))for(;void 0!==i;)oy={name:i.name,styles:i.styles,next:oy},i=i.next;return a.styles+";"}return function(e,t,n){var o,r,a,i,l,s,c="";if(Array.isArray(n))for(o=0;o<n.length;o++)c+=qr(e,t,n[o])+";";else for(r in n)if("object"!=typeof(a=n[r]))$w(i=a)&&(c+=ey(r)+":"+ty(r,i)+";");else if(Array.isArray(a)&&"string"==typeof a[0]&&null==t)for(l=0;l<a.length;l++)$w(a[l])&&(c+=ey(r)+":"+ty(r,a[l])+";");else switch(s=qr(e,t,a),r){case"animation":case"animationName":c+=ey(r)+":"+s+";";break;default:c+=r+"{"+s+"}"}return c}(e,t,n);case"function":if(void 0!==e)return l=oy,s=n(e),oy=l,qr(e,t,s)}return n}function Yr(e,t,n){var o,r,a,i,l,s,c;if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];for(o=!0,r="",oy=void 0,null==(a=e[0])||void 0===a.raw?(o=!1,r+=qr(n,t,a)):r+=a[0],i=1;i<e.length;i++)r+=qr(n,t,e[i]),o&&(r+=a[i]);for(ny.lastIndex=0,l="";null!==(s=ny.exec(r));)l+="-"+s[1];return c=function(e){for(var t,n=0,o=0,r=e.length;r>=4;++o,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&e.charCodeAt(o+2))<<16;case 2:n^=(255&e.charCodeAt(o+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(o)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(r)+l,{name:c,styles:r,next:oy}}function Jr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Yr(t)}function Ur(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Qr(e,t){var n,o,r,a,i;for(n=arguments.length,o=new Array(n>2?n-2:0),r=2;r<n;r++)o[r-2]=arguments[r];if(a=[].concat(o),t&&e)for(i in t)t.hasOwnProperty(i)&&t[i]&&a.push("".concat(Ur(e,i)));return a.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function Kr(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function $r(e){return Kr(e)?window.pageYOffset:e.scrollTop}function ea(e,t){Kr(e)?window.scrollTo(0,t):e.scrollTop=t}function ta(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Cy,r=$r(e),a=t-r,i=10,l=0;!function t(){var s,c=a*((s=(s=l+=i)/n-1)*s*s+1)+r;ea(e,c),l<n?window.requestAnimationFrame(t):o(e)}()}function na(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=t.offsetHeight/3;o.bottom+r>n.bottom?ea(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):o.top-r<n.top&&ea(e,Math.max(t.offsetTop-r,0))}function oa(){try{return document.createEvent("TouchEvent"),!0}catch(iM){return!1}}function ra(e){return null!=e}function aa(e,t,n){return e?t:n}function ia(e){var t,n,o,r,a,i,l,s,c,u,d,p,m,f,g,h,v,b,w,y,I,C=e.maxHeight,x=e.menuEl,A=e.minHeight,_=e.placement,E=e.shouldScroll,O=e.isFixedPosition,S=e.controlHeight,R=function(e){var t,n=getComputedStyle(e),o="absolute"===n.position,r=/(auto|scroll)/;if("fixed"===n.position)return document.documentElement;for(t=e;t=t.parentElement;)if(n=getComputedStyle(t),(!o||"static"!==n.position)&&r.test(n.overflow+n.overflowY+n.overflowX))return t;return document.documentElement}(x),M={placement:"bottom",maxHeight:C};if(!x||!x.offsetParent)return M;switch(t=R.getBoundingClientRect().height,o=(n=x.getBoundingClientRect()).bottom,r=n.height,a=n.top,i=x.offsetParent.getBoundingClientRect().top,l=O?window.innerHeight:Kr(I=R)?window.innerHeight:I.clientHeight,s=$r(R),c=parseInt(getComputedStyle(x).marginBottom,10),p=l-a,m=(d=i-(u=parseInt(getComputedStyle(x).marginTop,10)))+s,f=t-s-a,g=o-l+s+c,h=s+a-u,v=160,_){case"auto":case"bottom":if(p>=r)return{placement:"bottom",maxHeight:C};if(f>=r&&!O)return E&&ta(R,g,v),{placement:"bottom",maxHeight:C};if(!O&&f>=A||O&&p>=A)return E&&ta(R,g,v),{placement:"bottom",maxHeight:O?p-c:f-c};if("auto"===_||O)return b=C,(w=O?d:m)>=A&&(b=Math.min(w-c-S,C)),{placement:"top",maxHeight:b};if("bottom"===_)return E&&ea(R,g),{placement:"bottom",maxHeight:C};break;case"top":return d>=r?{placement:"top",maxHeight:C}:m>=r&&!O?(E&&ta(R,h,v),{placement:"top",maxHeight:C}):!O&&m>=A||O&&d>=A?(y=C,(!O&&m>=A||O&&d>=A)&&(y=O?d-u:m-u),E&&ta(R,h,v),{placement:"top",maxHeight:y}):{placement:"bottom",maxHeight:C};default:throw new Error('Invalid placement provided "'.concat(_,'".'))}return M}function la(e,t){return e===t||!(!FI(e)||!FI(t))}function sa(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!la(e[n],t[n]))return!1;return!0}function ca(e){var t=e.innerRef,n=ar(e,rC),o=My(n,"onExited","in","enter","exit","appear");return by("input",ir({ref:t},o,{css:Jr({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}function ua(e){e.cancelable&&e.preventDefault()}function da(e){e.stopPropagation()}function pa(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function ma(){return"ontouchstart"in window||navigator.maxTouchPoints}function fa(e){var t=e.children,n=e.lockEnabled,o=e.captureEnabled,r=void 0===o||o,a=e.onBottomArrive,i=e.onBottomLeave,l=e.onTopArrive,s=e.onTopLeave,c=function(e){var t=e.isEnabled,n=e.onBottomArrive,o=e.onBottomLeave,r=e.onTopArrive,a=e.onTopLeave,i=sO(!1),l=sO(!1),s=sO(0),c=sO(null),u=cO(function(e,t){var s,u,d,p,m,f,g,h;null!==c.current&&(u=(s=c.current).scrollTop,d=s.scrollHeight,p=s.clientHeight,m=c.current,f=t>0,h=!1,(g=d-p-u)>t&&i.current&&(o&&o(e),i.current=!1),f&&l.current&&(a&&a(e),l.current=!1),f&&t>g?(n&&!i.current&&n(e),m.scrollTop=d,h=!0,i.current=!0):!f&&-t>u&&(r&&!l.current&&r(e),m.scrollTop=0,h=!0,l.current=!0),h&&aC(e))},[n,o,r,a]),d=cO(function(e){u(e,e.deltaY)},[u]),p=cO(function(e){s.current=e.changedTouches[0].clientY},[]),m=cO(function(e){var t=s.current-e.changedTouches[0].clientY;u(e,t)},[u]),f=cO(function(e){if(e){var t=!!Ry&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),g=cO(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return uO(function(){if(t){var e=c.current;return f(e),function(){g(e)}}},[t,f,g]),function(e){c.current=e}}({isEnabled:r,onBottomArrive:a,onBottomLeave:i,onTopArrive:l,onTopLeave:s}),u=function(e){var t=e.isEnabled,n=e.accountForScrollbars,o=void 0===n||n,r=sO({}),a=sO(null),i=cO(function(e){var t,n,a,i,l;sC&&(t=document.body,n=t&&t.style,o&&iC.forEach(function(e){var t=n&&n[e];r.current[e]=t}),o&&cC<1&&(a=parseInt(r.current.paddingRight,10)||0,i=document.body?document.body.clientWidth:0,l=window.innerWidth-i+a||0,Object.keys(lC).forEach(function(e){var t=lC[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(l,"px"))),t&&ma()&&(t.addEventListener("touchmove",ua,uC),e&&(e.addEventListener("touchstart",pa,uC),e.addEventListener("touchmove",da,uC))),cC+=1)},[o]),l=cO(function(e){var t,n;sC&&(t=document.body,n=t&&t.style,cC=Math.max(cC-1,0),o&&cC<1&&iC.forEach(function(e){var t=r.current[e];n&&(n[e]=t)}),t&&ma()&&(t.removeEventListener("touchmove",ua,uC),e&&(e.removeEventListener("touchstart",pa,uC),e.removeEventListener("touchmove",da,uC))))},[o]);return uO(function(){if(t){var e=a.current;return i(e),function(){l(e)}}},[t,i,l]),function(e){a.current=e}}({isEnabled:n}),d=function(e){c(e),u(e)};return by(hO,null,n&&by("div",{onClick:dC,css:pC}),t(d))}function ga(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function ha(){return ga(/^Mac/i)}function va(){return ga(/^iPhone/i)||ga(/^iPad/i)||ha()&&navigator.maxTouchPoints>1}function ba(e,t,n,o){var r=xa(e,t,n),a=Aa(e,t,n),i=_C(e,t),l=EC(e,t);return{type:"option",data:t,isDisabled:r,isSelected:a,label:i,value:l,index:o}}function wa(e,t){return e.options.map(function(n,o){var r,a;return"options"in n?(r=n.options.map(function(n,o){return ba(e,n,t,o)}).filter(function(t){return Ca(e,t)}),r.length>0?{type:"group",data:n,options:r,index:o}:void 0):(a=ba(e,n,t,o),Ca(e,a)?a:void 0)}).filter(ra)}function ya(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,pr(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function Ia(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,pr(n.options.map(function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}}))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e},[])}function Ca(e,t){var n=e.inputValue,o=void 0===n?"":n,r=t.data,a=t.isSelected,i=t.label,l=t.value;return(!OC(e)||!a)&&_a(e,{label:i,value:l,data:r},o)}function xa(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function Aa(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=EC(e,t);return n.some(function(t){return EC(e,t)===o})}function _a(e,t,n){return!e.filterOption||e.filterOption(t,n)}function Ea(e){return e?"open":"closed"}function Oa(...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 oO.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function Sa(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===Wx&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Ra(e){const t=oO.forwardRef((e,t)=>{let{children:n,...o}=e;if(Sa(n)&&"function"==typeof Xx&&(n=Xx(n._payload)),oO.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),r=function(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)=>{const t=a(...e);return r(...e),t}:r&&(n[o]=r):"style"===o?n[o]={...r,...a}:"className"===o&&(n[o]=[r,a].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==oO.Fragment&&(r.ref=t?i(t,e):e),oO.cloneElement(n,r)}return oO.Children.count(n)>1?oO.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function Ma(e){return oO.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===jx}function Pa(e,t){return`${Math.round(e/t*100)}%`}function Na(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function Ba(e){return"number"==typeof e}function Ga(e){return Ba(e)&&!isNaN(e)&&e>0}function Va(e,t){return Ba(e)&&!isNaN(e)&&e<=t&&e>=0}function Ta({max:e=100,progress:t=0,className:n="",...o}){const r=t>e?"100%":t/e*100+"%";return rO.createElement(Kx,{className:ti("demio-ui-progress",eA,{className:!!n}),value:t>e?e:t,max:e,...o},rO.createElement($x,{className:tA,style:{width:r}}))}function Da(e){return e?"checked":"unchecked"}function ka({items:e=[],error:t="",defaultValue:n="",ariaLabel:o="",hint:r="",onChange:a,disabled:i=!1,value:l="",className:s="",...c}){const u=a?{value:l,onValueChange:a}:{};return rO.createElement(vA,{...u,...c,className:ti("demio-ui-radio-group",yA.root,{[yA.error]:!!t,[s]:!!s}),defaultValue:n,"aria-label":o},e.map(e=>rO.createElement("div",{key:e.id,className:ti(yA.container,{[yA.disabled]:e.disabled||i})},rO.createElement(bA,{className:yA.item,value:e.value,disabled:e.disabled||i,id:e.id},rO.createElement(wA,{className:yA.indicator})),rO.createElement(vn,{className:yA.label,htmlFor:e.id,weight:"regular"},e.label))),rO.createElement("div",{className:yA.footer},t&&rO.createElement(bn,{type:"error"},t),r&&!t&&rO.createElement(bn,null,r)))}function La(e){return""===e||void 0===e}function za(e){const t=h(e),n=oO.useRef(""),o=oO.useRef(0),r=oO.useCallback(e=>{const r=n.current+e;t(r),function e(t){n.current=t,window.clearTimeout(o.current),""!==t&&(o.current=window.setTimeout(()=>e(""),1e3))}(r)},[t]),a=oO.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return oO.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,r,a]}function Fa(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),r=o?t[0]:t,a=n?e.indexOf(n):-1;let i=(l=e,s=Math.max(a,0),l.map((e,t)=>l[(s+t)%l.length]));var l,s;1===r.length&&(i=i.filter(e=>e!==n));const c=i.find(e=>e.textValue.toLowerCase().startsWith(r.toLowerCase()));return c!==n?c:void 0}function Ha(e){return e?"checked":"unchecked"}function Wa({className:e="",id:t="",disabled:n=!1,required:o=!1,name:r,...a}){return rO.createElement(M_,{className:ti(N_,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:r,id:t||r,...a},rO.createElement(P_,{className:B_}))}function Xa(e,t){return`${e}-trigger-${t}`}function ja(e,t){return`${e}-content-${t}`}function Za({children:e,className:t="",...n}){return rO.createElement(W_,{...n,className:ti(q_,"demio-ui-tabs",{[t]:t})},e)}function qa({children:e,className:t=""}){return rO.createElement(X_,{className:ti(Y_,"demio-ui-tabs-list",{[t]:t})},e)}function Ya({children:e,className:t="",...n}){return rO.createElement(j_,{...n,className:ti(J_,{[t]:t})},e)}function Ja({children:e,value:t,className:n=""}){return rO.createElement(Z_,{value:t,className:ti(U_,"demio-ui-tabs-tab",{[n]:n})},e)}function Ua({children:e,onDelete:t=null,className:n=""}){return rO.createElement("div",{className:ti(Q_,"demio-ui-tag-container",n)},e,Boolean(t)&&rO.createElement("button",{type:"button",onClick:t,className:ti(K_,"demio-ui-tag-delete-button")},rO.createElement(ks,null)))}function Qa({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:a,content:i,defaultOpen:l,delayDuration:s=200,isCustomTrigger:c=!1,isPortal:u=!1,isTriggerAsChild:d=!0,open:p,onOpenChange:m,side:f="top",sideOffset:g=4,skipDelayDuration:h=300,...v}){const[b,w]=aO(l),y=p??b,I=rO.createElement(IE,{sideOffset:g,alignOffset:t,side:f,align:e,collisionBoundary:r,...v,className:ti(xE,"demio-ui-tooltip",{[o]:o})},i,rO.createElement(CE,{className:_E,width:11,height:5}));return i?rO.createElement(vE,{skipDelayDuration:h,delayDuration:s},rO.createElement(bE,{defaultOpen:l,onOpenChange:e=>{m&&m(e),w(e)},open:y},rO.createElement(wE,{asChild:c||d},c?rO.createElement("div",{className:ti("demio-ui-tooltip-trigger",AE)},n):n),u?rO.createElement(yE,{container:a},I):I)):n}function Ka({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:a,content:i,side:l="top",sideOffset:s=4,...c}){return"ontouchstart"in window||navigator.maxTouchPoints>0?rO.createElement(wM,{content:i,contentProps:{side:l,align:e,sideOffset:s,alignOffset:t,collisionBoundary:r},...c,showArrow:!0,asChild:!0,container:a,contentClassName:ti(xE,o,"demio-ui-tooltip")},n):rO.createElement(Qa,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:r,container:a,content:i,side:l,sideOffset:s,...c})}var $a,ei,ti,ni,oi,ri,ai,ii,li,si,ci,ui,di,pi,mi,fi,gi,hi,vi,bi,wi,yi,Ii,Ci,xi,Ai,_i,Ei,Oi,Si,Ri,Mi,Pi,Ni,Bi,Gi,Vi,Ti,Di,ki,Li,zi,Fi,Hi,Wi,Xi,ji,Zi,qi,Yi,Ji,Ui,Qi,Ki,$i,el,tl,nl,ol,rl,al,il,ll,sl,cl,ul,dl,pl,ml,fl,gl,hl,vl,bl,wl,yl,Il,Cl,xl,Al,_l,El,Ol,Sl,Rl,Ml,Pl,Nl,Bl,Gl,Vl,Tl,Dl,kl,Ll,zl,Fl,Hl,Wl,Xl,jl,Zl,ql,Yl,Jl,Ul,Ql,Kl,$l,es,ts,ns,os,rs,as,is,ls,ss,cs,us,ds,ps,ms,fs,gs,hs,vs,bs,ws,ys,Is,Cs,xs,As,_s,Es,Os,Ss,Rs,Ms,Ps,Ns,Bs,Gs,Vs,Ts,Ds,ks,Ls,zs,Fs,Hs,Ws,Xs,js,Zs,qs,Ys,Js,Us,Qs,Ks,$s,ec,tc,nc,oc,rc,ac,ic,lc,sc,cc,uc,dc,pc,mc,fc,gc,hc,vc,bc,wc,yc,Ic,Cc,xc,Ac,_c,Ec,Oc,Sc,Rc,Mc,Pc,Nc,Bc,Gc,Vc,Tc,Dc,kc,Lc,zc,Fc,Hc,Wc,Xc,jc,Zc,qc,Yc,Jc,Uc,Qc,Kc,$c,eu,tu,nu,ou,ru,au,iu,lu,su,cu,uu,du,pu,mu,fu,gu,hu,vu,bu,wu,yu,Iu,Cu,xu,Au,_u,Eu,Ou,Su,Ru,Mu,Pu,Nu,Bu,Gu,Vu,Tu,Du,ku,Lu,zu,Fu,Hu,Wu,Xu,ju,Zu,qu,Yu,Ju,Uu,Qu,Ku,$u,ed,td,nd,od,rd,ad,id,ld,sd,cd,ud,dd,pd,md,fd,gd,hd,vd,bd,wd,yd,Id,Cd,xd,Ad,_d,Ed,Od,Sd,Rd,Md,Pd,Nd,Bd,Gd,Vd,Td,Dd,kd,Ld,zd,Fd,Hd,Wd,Xd,jd,Zd,qd,Yd,Jd,Ud,Qd,Kd,$d,ep,tp,np,op,rp,ap,ip,lp,sp,cp,up,dp,pp,mp,fp,gp,hp,vp,bp,wp,yp,Ip,Cp,xp,Ap,_p,Ep,Op,Sp,Rp,Mp,Pp,Np,Bp,Gp,Vp,Tp,Dp,kp,Lp,zp,Fp,Hp,Wp,Xp,jp,Zp,qp,Yp,Jp,Up,Qp,Kp,$p,em,tm,nm,om,rm,am,im,lm,sm,cm,um,dm,pm,mm,fm,gm,hm,vm,bm,wm,ym,Im,Cm,xm,Am,_m,Em,Om,Sm,Rm,Mm,Pm,Nm,Bm,Gm,Vm,Tm,Dm,km,Lm,zm,Fm,Hm,Wm,Xm,jm,Zm,qm,Ym,Jm,Um,Qm,Km,$m,ef,tf,nf,of,rf,af,lf,sf,cf,uf,df,pf,mf,ff,gf,hf,vf,bf,wf,yf,If,Cf,xf,Af,_f,Ef,Of,Sf,Rf,Mf,Pf,Nf,Bf,Gf,Vf,Tf,Df,kf,Lf,zf,Ff,Hf,Wf,Xf,jf,Zf,qf,Yf,Jf,Uf,Qf,Kf,$f,eg,tg,ng,og,rg,ag,ig,lg,sg,cg,ug,dg,pg,mg,fg,gg,hg,vg,bg,wg,yg,Ig,Cg,xg,Ag,_g,Eg,Og,Sg,Rg,Mg,Pg,Ng,Bg,Gg,Vg,Tg,Dg,kg,Lg,zg,Fg,Hg,Wg,Xg,jg,Zg,qg,Yg,Jg,Ug,Qg,Kg,$g,eh,th,nh,oh,rh,ah,ih,lh,sh,ch,uh,dh,ph,mh,fh,gh,hh,vh,bh,wh,yh,Ih,Ch,xh,Ah,_h,Eh,Oh,Sh,Rh,Mh,Ph,Nh,Bh,Gh,Vh,Th,Dh,kh,Lh,zh,Fh,Hh,Wh,Xh,jh,Zh,qh,Yh,Jh,Uh,Qh,Kh,$h,ev,tv,nv,ov,rv,av,iv,lv,sv,cv,uv,dv,pv,mv,fv,gv,hv,vv,bv,wv,yv,Iv,Cv,xv,Av,_v,Ev,Ov,Sv,Rv,Mv,Pv,Nv,Bv,Gv,Vv,Tv,Dv,kv,Lv,zv,Fv,Hv,Wv,Xv,jv,Zv,qv,Yv,Jv,Uv,Qv,Kv,$v,eb,tb,nb,ob,rb,ab,ib,lb,sb,cb,ub,db,pb,mb,fb,gb,hb,vb,bb,wb,yb,Ib,Cb,xb,Ab,_b,Eb,Ob,Sb,Rb,Mb,Pb,Nb,Bb,Gb,Vb,Tb,Db,kb,Lb,zb,Fb,Hb,Wb,Xb,jb,Zb,qb,Yb,Jb,Ub,Qb,Kb,$b,ew,tw,nw,ow,rw,aw,iw,lw,sw,cw,uw,dw,pw,mw,fw,gw,hw,vw,bw,ww,yw,Iw,Cw,xw,Aw,_w,Ew,Ow,Sw,Rw,Mw,Pw,Nw,Bw,Gw,Vw,Tw,Dw,kw,Lw,zw,Fw,Hw,Ww,Xw,jw,Zw,qw,Yw,Jw,Uw,Qw,Kw,$w,ey,ty,ny,oy,ry,ay,iy,ly,sy,cy,uy,dy,py,my,fy,gy,hy,vy,by,wy,yy,Iy,Cy,xy,Ay,_y,Ey,Oy,Sy,Ry,My,Py,Ny,By,Gy,Vy,Ty,Dy,ky,Ly,zy,Fy,Hy,Wy,Xy,jy,Zy,qy,Yy,Jy,Uy,Qy,Ky,$y,eI,tI,nI,oI,rI,aI,iI,lI,sI,cI,uI,dI,pI,mI,fI,gI,hI,vI,bI,wI,yI,II,CI,xI,AI,_I,EI,OI,SI,RI,MI,PI,NI,BI,GI,VI,TI,DI,kI,LI,zI,FI,HI,WI,XI,jI,ZI,qI,YI,JI,UI,QI,KI,$I,eC,tC,nC,oC,rC,aC,iC,lC,sC,cC,uC,dC,pC,mC,fC,gC,hC,vC,bC,wC,yC,IC,CC,xC,AC,_C,EC,OC,SC,RC,MC,PC,NC,BC,GC,VC,TC,DC,kC,LC,zC,FC,HC,WC,XC,jC,ZC,qC,YC,JC,UC,QC,KC,$C,ex,tx,nx,ox,rx,ax,ix,lx,sx,cx,ux,dx,px,mx,fx,gx,hx,vx,bx,wx,yx,Ix,Cx,xx,Ax,_x,Ex,Ox,Sx,Rx,Mx,Px,Nx,Bx,Gx,Vx,Tx,Dx,kx,Lx,zx,Fx,Hx,Wx,Xx,jx,Zx,qx,Yx,Jx,Ux,Qx,Kx,$x,eA,tA,nA,oA,rA,aA,iA,lA,sA,cA,uA,dA,pA,mA,fA,gA,hA,vA,bA,wA,yA,IA,CA,xA,AA,_A,EA,OA,SA,RA,MA,PA,NA,BA,GA,VA,TA,DA,kA,LA,zA,FA,HA,WA,XA,jA,ZA,qA,YA,JA,UA,QA,KA,$A,e_,t_,n_,o_,r_,a_,i_,l_,s_,c_,u_,d_,p_,m_,f_,g_,h_,v_,b_,w_,y_,I_,C_,x_,A_,__,E_,O_,S_,R_,M_,P_,N_,B_,G_,V_,T_,D_,k_,L_,z_,F_,H_,W_,X_,j_,Z_,q_,Y_,J_,U_,Q_,K_,$_,eE,tE,nE,oE,rE,aE,iE,lE,sE,cE,uE,dE,pE,mE,fE,gE,hE,vE,bE,wE,yE,IE,CE,xE,AE,_E,EE,OE,SE,RE,ME,PE,NE,BE,GE,VE,TE,DE,kE,LE,zE,FE,HE,WE,XE,jE,ZE,qE,YE,JE,UE,QE,KE,$E,eO,tO,nO;import*as oO from"react";import rO,{useState as aO,forwardRef as iO,memo as lO,useRef as sO,useCallback as cO,useEffect as uO,useLayoutEffect as dO,useContext as pO,useMemo as mO,createContext as fO,Component as gO,Fragment as hO,useImperativeHandle as vO}from"react";import{jsx as bO,Fragment as wO,jsxs as yO}from"react/jsx-runtime";import*as IO from"react-dom";import CO,{createPortal as xO}from"react-dom";import{createRoot as AO}from"react-dom/client";if($a={exports:{}},ti=e(n()),ni=globalThis?.document?oO.useLayoutEffect:()=>{},oi=oO[" useId ".trim().toString()]||(()=>{}),ri=0,ai=oO[" useInsertionEffect ".trim().toString()]||ni,ii=Symbol("radix.slottable"),li=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=d(`Primitive.${t}`),o=oO.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),bO(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),si="DismissableLayer",ci="dismissableLayer.update",ui="dismissableLayer.pointerDownOutside",di="dismissableLayer.focusOutside",mi=oO.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),fi=oO.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:a,onInteractOutside:i,onDismiss:c,...u}=e,d=oO.useContext(mi),[p,m]=oO.useState(null),f=p?.ownerDocument??globalThis?.document,[,g]=oO.useState({}),w=l(t,e=>m(e)),y=Array.from(d.layers),[I]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),C=y.indexOf(I),x=p?y.indexOf(p):-1,A=d.layersWithOutsidePointerEventsDisabled.size>0,_=x>=C,E=function(e,t=globalThis?.document){const n=h(e),o=oO.useRef(!1),r=oO.useRef(()=>{});return oO.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){b(ui,n,a,{discrete:!0})};const a={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",r.current),r.current=o,t.addEventListener("click",r.current,{once:!0})):o()}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=[...d.branches].some(e=>e.contains(t));_&&!n&&(r?.(e),i?.(e),e.defaultPrevented||c?.())},f),O=function(e,t=globalThis?.document){const n=h(e),o=oO.useRef(!1);return oO.useEffect(()=>{const e=e=>{e.target&&!o.current&&b(di,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;[...d.branches].some(e=>e.contains(t))||(a?.(e),i?.(e),e.defaultPrevented||c?.())},f);return function(e,t=globalThis?.document){const n=h(e);oO.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=>{x===d.layers.size-1&&(o?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))},f),oO.useEffect(()=>{if(p)return n&&(0===d.layersWithOutsidePointerEventsDisabled.size&&(pi=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(p)),d.layers.add(p),v(),()=>{n&&1===d.layersWithOutsidePointerEventsDisabled.size&&(f.body.style.pointerEvents=pi)}},[p,f,n,d]),oO.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),v())},[p,d]),oO.useEffect(()=>{const e=()=>g({});return document.addEventListener(ci,e),()=>document.removeEventListener(ci,e)},[]),bO(li.div,{...u,ref:w,style:{pointerEvents:A?_?"auto":"none":void 0,...e.style},onFocusCapture:s(e.onFocusCapture,O.onFocusCapture),onBlurCapture:s(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:s(e.onPointerDownCapture,E.onPointerDownCapture)})}),fi.displayName=si,gi="DismissableLayerBranch",hi=oO.forwardRef((e,t)=>{const n=oO.useContext(mi),o=oO.useRef(null),r=l(t,o);return oO.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),bO(li.div,{...e,ref:r})}),hi.displayName=gi,vi="focusScope.autoFocusOnMount",bi="focusScope.autoFocusOnUnmount",wi={bubbles:!1,cancelable:!0},yi="FocusScope",Ii=oO.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:a,...i}=e,[s,c]=oO.useState(null),u=h(r),d=h(a),p=oO.useRef(null),m=l(t,e=>c(e)),f=oO.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;oO.useEffect(()=>{if(o){let e=function(e){if(f.paused||!s)return;const t=e.target;s.contains(t)?p.current=t:C(p.current,{select:!0})},t=function(e){if(f.paused||!s)return;const t=e.relatedTarget;null!==t&&(s.contains(t)||C(p.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&C(s)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return s&&o.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[o,s,f.paused]),oO.useEffect(()=>{if(s){Ci.add(f);const t=document.activeElement;if(!s.contains(t)){const n=new CustomEvent(vi,wi);s.addEventListener(vi,u),s.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(C(o,{select:t}),document.activeElement!==n)return}((e=w(s),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&C(s))}return()=>{s.removeEventListener(vi,u),setTimeout(()=>{const e=new CustomEvent(bi,wi);s.addEventListener(bi,d),s.dispatchEvent(e),e.defaultPrevented||C(t??document.body,{select:!0}),s.removeEventListener(bi,d),Ci.remove(f)},0)}}var e},[s,u,d,f]);const g=oO.useCallback(e=>{if(!n&&!o)return;if(f.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=w(e);return[y(t,e),y(t.reverse(),e)]}(t);o&&a?e.shiftKey||r!==a?e.shiftKey&&r===o&&(e.preventDefault(),n&&C(a,{select:!0})):(e.preventDefault(),n&&C(o,{select:!0})):r===t&&e.preventDefault()}},[n,o,f.paused]);return bO(li.div,{tabIndex:-1,...i,ref:m,onKeyDown:g})}),Ii.displayName=yi,Ci=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=x(e,t),e.unshift(t)},remove(t){e=x(e,t),e[0]?.resume()}}}(),xi="Portal",(Ai=oO.forwardRef((e,t)=>{const{container:n,...o}=e,[r,a]=oO.useState(!1);ni(()=>a(!0),[]);const i=n||r&&globalThis?.document?.body;return i?CO.createPortal(bO(li.div,{...o,ref:t}),i):null})).displayName=xi,(_i=e=>{const{present:t,children:n}=e,o=A(t),r="function"==typeof n?n({present:o.isPresent}):oO.Children.only(n),a=l(o.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}(r));return"function"==typeof n||o.isPresent?oO.cloneElement(r,{ref:a}):null}).displayName="Presence",Ei=0,Oi=function(e,t){return Oi=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Oi(e,t)},Si=function(){return Si=Object.assign||function(e){var t,n,o,r;for(n=1,o=arguments.length;n<o;n++)for(r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},Si.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,Ri="right-scroll-bar-position",Mi="width-before-scroll-bar",Pi="with-scroll-bars-hidden",Ni="--removed-body-scroll-bar-size",Bi="undefined"!=typeof window?oO.useLayoutEffect:oO.useEffect,Gi=new WeakMap,(Vi=function(e){var t,n=e.sideCar,o=S(e,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");if(!(t=n.read()))throw new Error("Sidecar medium not found");return oO.createElement(t,Si({},o))}).isSideCarExport=!0,Ti=function(e){void 0===e&&(e={});var t=function(e,t){var n,o;return void 0===t&&(t=P),n=[],o=!1,{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){var t,r,a,i;o=!0,t=[],n.length&&(r=n,n=[],r.forEach(e),t=n),a=function(){var n=t;t=[],n.forEach(e)},(i=function(){return Promise.resolve().then(a)})(),n={push:function(e){t.push(e),i()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=Si({async:!0,ssr:!1},e),t}(),Di=function(){},ki=oO.forwardRef(function(e,t){var n=oO.useRef(null),o=oO.useState({onScrollCapture:Di,onWheelCapture:Di,onTouchMoveCapture:Di}),r=o[0],a=o[1],i=e.forwardProps,l=e.children,s=e.className,c=e.removeScrollBar,u=e.enabled,d=e.shards,p=e.sideCar,m=e.noRelative,f=e.noIsolation,g=e.inert,h=e.allowPinchZoom,v=e.as,b=void 0===v?"div":v,w=e.gapMode,y=S(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),I=p,C=M([n,t]),x=Si(Si({},y),r);return oO.createElement(oO.Fragment,null,u&&oO.createElement(I,{sideCar:Ti,removeScrollBar:c,shards:d,noRelative:m,noIsolation:f,inert:g,setCallbacks:a,allowPinchZoom:!!h,lockRef:n,gapMode:w}),i?oO.cloneElement(oO.Children.only(l),Si(Si({},x),{ref:C})):oO.createElement(b,Si({},x,{className:s,ref:C}),l))}),ki.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},ki.classNames={fullWidth:Mi,zeroRight:Ri},Li=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},zi=function(){var e=0,t=null;return{add:function(n){var o,r;0==e&&(t=document?((o=document.createElement("style")).type="text/css",(r=Li())&&o.setAttribute("nonce",r),o):null)&&(function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}(t,n),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=zi();return function(t,n){oO.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Hi=function(){var e=Fi(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},Wi={left:0,top:0,right:0,gap:0},Xi=function(e){return parseInt(e||"",10)||0},ji=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[Xi(n),Xi(o),Xi(r)]},Zi=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?Wi:(t=ji(e),n=document.documentElement.clientWidth,o=window.innerWidth,{left:t[0],top:t[1],right:t[2],gap:Math.max(0,o-n+t[2]-t[0])})},qi=Hi(),Yi="data-scroll-locked",Ji=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(Pi," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(l,"px ").concat(o,";\n }\n body[").concat(Yi,"] {\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(Ri," {\n right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Mi," {\n margin-right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Ri," .").concat(Ri," {\n right: 0 ").concat(o,";\n }\n \n .").concat(Mi," .").concat(Mi," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(Yi,"] {\n ").concat(Ni,": ").concat(l,"px;\n }\n")},Ui=function(){var e=parseInt(document.body.getAttribute(Yi)||"0",10);return isFinite(e)?e:0},Qi=function(){oO.useEffect(function(){return document.body.setAttribute(Yi,(Ui()+1).toString()),function(){var e=Ui()-1;e<=0?document.body.removeAttribute(Yi):document.body.setAttribute(Yi,e.toString())}},[])},Ki=function(e){var t,n=e.noRelative,o=e.noImportant,r=e.gapMode,a=void 0===r?"margin":r;return Qi(),t=oO.useMemo(function(){return Zi(a)},[a]),oO.createElement(qi,{styles:Ji(t,!n,a,o?"":"!important")})},$i=!1,"undefined"!=typeof window)try{el=Object.defineProperty({},"passive",{get:function(){return $i=!0,!0}}),window.addEventListener("test",el,el),window.removeEventListener("test",el,el)}catch(hP){$i=!1}tl=!!$i&&{passive:!1},nl=function(e){return"TEXTAREA"===e.tagName},ol=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!nl(e)&&"visible"===n[t])},rl=function(e){return ol(e,"overflowY")},al=function(e){return ol(e,"overflowX")},il=function(e,t){var n,o=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),cl(e,r)&&(n=ul(e,r))[1]>n[2])return!0;r=r.parentNode}while(r&&r!==o.body);return!1},ll=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},sl=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},cl=function(e,t){return"v"===e?rl(t):al(t)},ul=function(e,t){return"v"===e?ll(t):sl(t)},dl=function(e,t){return"h"===e&&"rtl"===t?-1:1},pl=function(e,t,n,o,r){var a,i,l,s,c=dl(e,window.getComputedStyle(t).direction),u=c*o,d=n.target,p=t.contains(d),m=!1,f=u>0,g=0,h=0;do{if(!d)break;i=(a=ul(e,d))[0],l=a[1]-a[2]-c*i,(i||l)&&cl(e,d)&&(g+=l,h+=i),d=(s=d.parentNode)&&s.nodeType===Node.DOCUMENT_FRAGMENT_NODE?s.host:s}while(!p&&d!==document.body||p&&(t.contains(d)||t===d));return(f&&Math.abs(g)<1||!f&&Math.abs(h)<1)&&(m=!0),m},ml=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},fl=function(e){return[e.deltaX,e.deltaY]},gl=function(e){return e&&"current"in e?e.current:e},hl=function(e,t){return e[0]===t[0]&&e[1]===t[1]},vl=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},bl=0,wl=[],nO=function(e){var t,n,o,r,a,i,l,s,c=oO.useRef([]),u=oO.useRef([0,0]),d=oO.useRef(),p=oO.useState(bl++)[0],m=oO.useState(Hi)[0],f=oO.useRef(e);return oO.useEffect(function(){f.current=e},[e]),oO.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(p));var t=function(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))}([e.lockRef.current],(e.shards||[]).map(gl),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(p))}),function(){document.body.classList.remove("block-interactivity-".concat(p)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(p))})}}},[e.inert,e.lockRef.current,e.shards]),t=oO.useCallback(function(e,t){var n,o,r,a,i,l,s,c,p,m,g;return"touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey?!f.current.allowPinchZoom:(n=ml(e),o=u.current,r="deltaX"in e?e.deltaX:o[0]-n[0],a="deltaY"in e?e.deltaY:o[1]-n[1],l=e.target,s=Math.abs(r)>Math.abs(a)?"h":"v",(!("touches"in e)||"h"!==s||"range"!==l.type)&&!((p=(c=window.getSelection())&&c.anchorNode)&&(p===l||p.contains(l)))&&(!(m=il(s,l))||(m?i=s:(i="v"===s?"h":"v",m=il(s,l)),!!m&&(!d.current&&"changedTouches"in e&&(r||a)&&(d.current=i),!i||(g=d.current||i,pl(g,t,e,"h"===g?r:a))))))},[]),n=oO.useCallback(function(e){var n,o,r,a=e;wl.length&&wl[wl.length-1]===m&&(n="deltaY"in a?fl(a):ml(a),(o=c.current.filter(function(e){return e.name===a.type&&(e.target===a.target||a.target===e.shadowParent)&&hl(e.delta,n)})[0])&&o.should?a.cancelable&&a.preventDefault():o||(r=(f.current.shards||[]).map(gl).filter(Boolean).filter(function(e){return e.contains(a.target)}),(r.length>0?t(a,r[0]):!f.current.noIsolation)&&a.cancelable&&a.preventDefault()))},[]),o=oO.useCallback(function(e,t,n,o){var r={name:e,delta:t,target:n,should:o,shadowParent:N(n)};c.current.push(r),setTimeout(function(){c.current=c.current.filter(function(e){return e!==r})},1)},[]),r=oO.useCallback(function(e){u.current=ml(e),d.current=void 0},[]),a=oO.useCallback(function(n){o(n.type,fl(n),n.target,t(n,e.lockRef.current))},[]),i=oO.useCallback(function(n){o(n.type,ml(n),n.target,t(n,e.lockRef.current))},[]),oO.useEffect(function(){return wl.push(m),e.setCallbacks({onScrollCapture:a,onWheelCapture:a,onTouchMoveCapture:i}),document.addEventListener("wheel",n,tl),document.addEventListener("touchmove",n,tl),document.addEventListener("touchstart",r,tl),function(){wl=wl.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,tl),document.removeEventListener("touchmove",n,tl),document.removeEventListener("touchstart",r,tl)}},[]),l=e.removeScrollBar,s=e.inert,oO.createElement(oO.Fragment,null,s?oO.createElement(m,{styles:vl(p)}):null,l?oO.createElement(Ki,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},Ti.useMedium(nO),yl=Vi,(Il=oO.forwardRef(function(e,t){return oO.createElement(ki,Si({},e,{ref:t,sideCar:yl}))})).classNames=ki.classNames,Cl=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},xl=new WeakMap,Al=new WeakMap,_l={},El=0,Ol=function(e){return e&&(e.host||Ol(e.parentNode))},Sl=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=Ol(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)})},Rl=function(e,t,n,o){var r,a,i,l,s,c,u=Sl(t,Array.isArray(e)?e:[e]);return _l[n]||(_l[n]=new WeakMap),r=_l[n],a=[],i=new Set,l=new Set(u),s=function(e){e&&!i.has(e)&&(i.add(e),s(e.parentNode))},u.forEach(s),c=function(e){e&&!l.has(e)&&Array.prototype.forEach.call(e.children,function(e){var t,l,s,u;if(i.has(e))c(e);else try{l=null!==(t=e.getAttribute(o))&&"false"!==t,s=(xl.get(e)||0)+1,u=(r.get(e)||0)+1,xl.set(e,s),r.set(e,u),a.push(e),1===s&&l&&Al.set(e,!0),1===u&&e.setAttribute(n,"true"),l||e.setAttribute(o,"true")}catch(iM){console.error("aria-hidden: cannot operate on ",e,iM)}})},c(t),i.clear(),El++,function(){a.forEach(function(e){var t=xl.get(e)-1,a=r.get(e)-1;xl.set(e,t),r.set(e,a),t||(Al.has(e)||e.removeAttribute(o),Al.delete(e)),a||e.removeAttribute(n)}),--El||(xl=new WeakMap,xl=new WeakMap,Al=new WeakMap,_l={})}},Ml=function(e,t,n){var o,r;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(r=Cl(e))?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live], script"))),Rl(o,r,n,"aria-hidden")):function(){return null}},Pl="Dialog";var[_O,EO]=o(Pl),[OO,SO]=_O(Pl);(Nl=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!0}=e,l=oO.useRef(null),s=oO.useRef(null),[d,p]=u({prop:o,defaultProp:r??!1,onChange:a,caller:Pl});return bO(OO,{scope:t,triggerRef:l,contentRef:s,contentId:c(),titleId:c(),descriptionId:c(),open:d,onOpenChange:p,onOpenToggle:oO.useCallback(()=>p(e=>!e),[p]),modal:i,children:n})}).displayName=Pl,Bl="DialogTrigger",(Gl=oO.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=SO(Bl,n),a=l(t,r.triggerRef);return bO(li.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":B(r.open),...o,ref:a,onClick:s(e.onClick,r.onOpenToggle)})})).displayName=Bl,Vl="DialogPortal";var[RO,MO]=_O(Vl,{forceMount:void 0});(Tl=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,a=SO(Vl,t);return bO(RO,{scope:t,forceMount:n,children:oO.Children.map(o,e=>bO(_i,{present:n||a.open,children:bO(Ai,{asChild:!0,container:r,children:e})}))})}).displayName=Vl,Dl="DialogOverlay",(kl=oO.forwardRef((e,t)=>{const n=MO(Dl,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=SO(Dl,e.__scopeDialog);return a.modal?bO(_i,{present:o||a.open,children:bO(zl,{...r,ref:t})}):null})).displayName=Dl,Ll=d("DialogOverlay.RemoveScroll"),zl=oO.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=SO(Dl,n);return bO(Il,{as:Ll,allowPinchZoom:!0,shards:[r.contentRef],children:bO(li.div,{"data-state":B(r.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),Fl="DialogContent",(Hl=oO.forwardRef((e,t)=>{const n=MO(Fl,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=SO(Fl,e.__scopeDialog);return bO(_i,{present:o||a.open,children:a.modal?bO(Wl,{...r,ref:t}):bO(Xl,{...r,ref:t})})})).displayName=Fl,Wl=oO.forwardRef((e,t)=>{const n=SO(Fl,e.__scopeDialog),o=oO.useRef(null),r=l(t,n.contentRef,o);return oO.useEffect(()=>{const e=o.current;if(e)return Ml(e)},[]),bO(jl,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:s(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault())})}),Xl=oO.forwardRef((e,t)=>{const n=SO(Fl,e.__scopeDialog),o=oO.useRef(!1),r=oO.useRef(!1);return bO(jl,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||n.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,r.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(r.current=!0));const a=t.target,i=n.triggerRef.current?.contains(a);i&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&r.current&&t.preventDefault()}})}),jl=oO.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:a,...i}=e,s=SO(Fl,n),c=oO.useRef(null),u=l(t,c);return E(),yO(wO,{children:[bO(Ii,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:bO(fi,{role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":B(s.open),...i,ref:u,onDismiss:()=>s.onOpenChange(!1)})}),yO(wO,{children:[bO($l,{titleId:s.titleId}),bO(ts,{contentRef:c,descriptionId:s.descriptionId})]})]})}),Zl="DialogTitle",(ql=oO.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=SO(Zl,n);return bO(li.h2,{id:r.titleId,...o,ref:t})})).displayName=Zl,Yl="DialogDescription",(Jl=oO.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=SO(Yl,n);return bO(li.p,{id:r.descriptionId,...o,ref:t})})).displayName=Yl,Ul="DialogClose",(Ql=oO.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=SO(Ul,n);return bO(li.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})})).displayName=Ul,Kl="DialogTitleWarning";var[PO,NO]=function(e,t){const n=oO.createContext(t),o=e=>{const{children:t,...o}=e,r=oO.useMemo(()=>o,Object.values(o));return bO(n.Provider,{value:r,children:t})};return o.displayName=e+"Provider",[o,function(o){const r=oO.useContext(n);if(r)return r;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(Kl,{contentName:Fl,titleName:Zl,docsSlug:"dialog"});$l=({titleId:e})=>{const t=NO(Kl),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.\n\nIf you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return oO.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},es="DialogDescriptionWarning",ts=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${NO(es).contentName}}.`;return oO.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},ns=Nl,os=Gl,rs=Tl,as=kl,is=Hl,ls=ql,ss=Jl,cs=Ql,us="AlertDialog";var[BO]=o(us,[EO]);ds=EO(),(ps=e=>{const{__scopeAlertDialog:t,...n}=e,o=ds(t);return bO(ns,{...o,...n,modal:!0})}).displayName=us,ms="AlertDialogTrigger",oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=ds(n);return bO(os,{...r,...o,ref:t})}).displayName=ms,(fs=e=>{const{__scopeAlertDialog:t,...n}=e,o=ds(t);return bO(rs,{...o,...n})}).displayName="AlertDialogPortal",gs="AlertDialogOverlay",(hs=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=ds(n);return bO(as,{...r,...o,ref:t})})).displayName=gs,vs="AlertDialogContent";var[GO,VO]=BO(vs);bs=m("AlertDialogContent"),(ws=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...r}=e,a=ds(n),i=oO.useRef(null),c=l(t,i),u=oO.useRef(null);return bO(PO,{contentName:vs,titleName:ys,docsSlug:"alert-dialog",children:bO(GO,{scope:n,cancelRef:u,children:yO(is,{role:"alertdialog",...a,...r,ref:c,onOpenAutoFocus:s(r.onOpenAutoFocus,e=>{e.preventDefault(),u.current?.focus({preventScroll:!0})}),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault(),children:[bO(bs,{children:o}),bO(Ss,{contentRef:i})]})})})})).displayName=vs,ys="AlertDialogTitle",(Is=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=ds(n);return bO(ls,{...r,...o,ref:t})})).displayName=ys,Cs="AlertDialogDescription",(xs=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=ds(n);return bO(ss,{...r,...o,ref:t})})).displayName=Cs,As="AlertDialogAction",(_s=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=ds(n);return bO(cs,{...r,...o,ref:t})})).displayName=As,Es="AlertDialogCancel",(Os=oO.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:r}=VO(Es,n),a=ds(n),i=l(t,r);return bO(cs,{...a,...o,ref:i})})).displayName=Es,Ss=({contentRef:e})=>{const t=`\`${vs}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${vs}\` by passing a \`${Cs}\` component as a child, which also benefits sighted users by adding visible context to the dialog.\n\nAlternatively, you can use your own component as a description by assigning it an \`id\` and passing the same value to the \`aria-describedby\` prop in \`${vs}\`. If the description is confusing or duplicative for sighted users, you can use the \`@radix-ui/react-visually-hidden\` primitive as a wrapper around your description component.\n\nFor more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;return oO.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Rs=ps,Ms=fs,Ps=hs,Ns=ws,Bs=_s,Gs=Os,Vs=Is,Ts=xs,ks=function(e){return oO.createElement("svg",G({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ds||(Ds=oO.createElement("path",{fill:"#5D676B",d:"m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"})))},Ls={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},zs={button:"Button-modules_button__tpJr3",secondary:"Button-modules_secondary__JGOIF",outline:"Button-modules_outline__R9gjd",danger:"Button-modules_danger__eTzli",small:"Button-modules_small__dNTOw",large:"Button-modules_large__5tvgy",prefix:"Button-modules_prefix__86hpR",suffix:"Button-modules_suffix__5uHiO",fullWidth:"Button-modules_fullWidth__3ET8J"};const TO=rO.forwardRef(({disabled:e=!1,children:t,onClick:n,size:o="medium",variant:r="primary",type:a="button",prefix:i="",suffix:l="",className:s="",fullWidth:c=!1,showLoader:u=!1,...d},p)=>rO.createElement("button",{ref:p,type:a,disabled:e,className:ti("demio-ui-button",zs.button,{[s]:s,[zs[o]]:o,[zs[r]]:r,[zs.fullWidth]:c}),onClick:n,...d},(i||u)&&rO.createElement("span",{className:ti("demio-ui-button-prefix",zs.prefix)},u?rO.createElement(V,{size:"small",inheritColor:!0}):i),t,l&&rO.createElement("span",{className:ti("demio-ui-button-suffix",zs.suffix)},l)));Fs="Alert-modules_overlay__4XRHj",Hs="Alert-modules_close__dyL0l",Ws="Alert-modules_content__Y7nMS",Xs="Alert-modules_title__e8UHT",js="Alert-modules_description__wyWR-",Zs="Alert-modules_buttons__cOEDw",qs=Symbol.for("react.lazy"),Ys=oO[" use ".trim().toString()],Js=Symbol("radix.slottable"),Us=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=L(e),n=oO.forwardRef((e,n)=>{let{children:o,...r}=e;k(o)&&"function"==typeof Ys&&(o=Ys(o._payload));const a=oO.Children.toArray(o),i=a.find(z);if(i){const e=i.props.children,o=a.map(t=>t===i?oO.Children.count(e)>1?oO.Children.only(null):oO.isValidElement(e)?e.props.children:null:t);return bO(t,{...r,ref:n,children:oO.isValidElement(e)?oO.cloneElement(e,void 0,o):null})}return bO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=oO.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),bO(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Qs={exports:{}},Ks={},$s=t(oO),tc={},rc=W(),ac="Avatar";var[DO]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>oO.createContext(e));return function(n){const o=n?.[e]||t;return oO.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=oO.createContext(o);r.displayName=t+"Context";const a=n.length;n=[...n,o];const i=t=>{const{scope:n,children:o,...i}=t,l=n?.[e]?.[a]||r,s=oO.useMemo(()=>i,Object.values(i));return bO(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=oO.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},D(o,...t)]}(ac),[kO,LO]=DO(ac);(ic=oO.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[r,a]=oO.useState("idle");return bO(kO,{scope:n,imageLoadingStatus:r,onImageLoadingStatusChange:a,children:bO(Us.span,{...o,ref:t})})})).displayName=ac,lc="AvatarImage",(sc=oO.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:r=()=>{},...a}=e,i=LO(lc,n),l=Z(o,a),s=h(e=>{r(e),i.onImageLoadingStatusChange(e)});return ni(()=>{"idle"!==l&&s(l)},[l,s]),"loaded"===l?bO(Us.img,{...a,ref:t,src:o}):null})).displayName=lc,cc="AvatarFallback",(uc=oO.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...r}=e,a=LO(cc,n),[i,l]=oO.useState(void 0===o);return oO.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>l(!0),o);return()=>window.clearTimeout(e)}},[o]),i&&"loaded"!==a.imageLoadingStatus?bO(Us.span,{...r,ref:t}):null})).displayName=cc,dc=ic,pc=sc,mc=uc,hc=function(e){return oO.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},fc||(fc=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),gc||(gc=oO.createElement("g",{mask:"url(#add_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M12 18.75a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-5.25H6a.73.73 0 0 1-.534-.216A.73.73 0 0 1 5.25 12q0-.32.216-.535A.73.73 0 0 1 6 11.25h5.25V6q0-.319.216-.534A.73.73 0 0 1 12 5.25q.32 0 .535.216A.73.73 0 0 1 12.75 6v5.25H18q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215h-5.25V18q0 .318-.216.534a.73.73 0 0 1-.534.216"}))))},bc=function(e){return oO.createElement("svg",Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),vc||(vc=oO.createElement("path",{fill:"#2C3336",d:"m12.277 22.093.928-.928a.56.56 0 0 0 0-.796l-7.272-7.271h16.005c.31 0 .562-.252.562-.563v-1.312a.563.563 0 0 0-.562-.563H5.933l7.272-7.272a.56.56 0 0 0 0-.795l-.928-.928a.563.563 0 0 0-.796 0L1.665 11.48a.563.563 0 0 0 0 .796l9.816 9.816c.22.22.576.22.796 0"})))},yc=function(e){return oO.createElement("svg",J({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),wc||(wc=oO.createElement("path",{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8"})))},Cc=function(e){return oO.createElement("svg",U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Ic||(Ic=oO.createElement("path",{fill:"currentColor",d:"M7.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6h-.25a.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535.73.73 0 0 1 .215-.535.73.73 0 0 1 .535-.215H9a.84.84 0 0 1 .263-.63.9.9 0 0 1 .64-.255h4.193q.377 0 .64.254A.84.84 0 0 1 15 4.5h3.75a.73.73 0 0 1 .535.215.73.73 0 0 1 .215.535.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215h-.25v12.692q0 .758-.525 1.283t-1.283.525zM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h9.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V6zm2.404 10.25a.73.73 0 0 0 .215.535.73.73 0 0 0 .535.215.73.73 0 0 0 .534-.215.73.73 0 0 0 .216-.535v-7.5a.73.73 0 0 0-.216-.535.73.73 0 0 0-.534-.215.73.73 0 0 0-.535.215.73.73 0 0 0-.215.535zm3.692 0q0 .32.216.535a.73.73 0 0 0 .534.215.73.73 0 0 0 .535-.215.73.73 0 0 0 .215-.535v-7.5a.73.73 0 0 0-.215-.535.73.73 0 0 0-.535-.215.73.73 0 0 0-.534.215.73.73 0 0 0-.216.535zM7 6v12.692a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087H7z"})))},Ac=function(e){return oO.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),xc||(xc=oO.createElement("path",{fill:"#1C1B1F",d:"M4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-2.425a1.98 1.98 0 0 1 .575-1.4L16.2 3.575q.3-.275.663-.425.362-.15.762-.15t.775.15.65.45L20.425 5q.3.275.438.65a2.17 2.17 0 0 1 0 1.512 1.9 1.9 0 0 1-.438.663l-12.6 12.6a1.975 1.975 0 0 1-1.4.575zM17.6 7.8 19 6.4 17.6 5l-1.4 1.4z"})))},Ec=function(e){return oO.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 15"},e),_c||(_c=oO.createElement("path",{fill:"#2C3336",d:"m11.175 9.583.889-.89a.223.223 0 0 1 .38.16v4.038c0 .736-.597 1.333-1.333 1.333H1.333A1.334 1.334 0 0 1 0 12.891V3.113C0 2.377.597 1.78 1.333 1.78h7.598c.197 0 .297.239.158.38l-.889.89a.22.22 0 0 1-.158.063H1.333v9.778h9.778V9.738c0-.058.022-.114.064-.155m4.35-5.606-7.294 7.294-2.512.278a1.148 1.148 0 0 1-1.266-1.266l.278-2.511L12.025.477a1.62 1.62 0 0 1 2.297 0l1.2 1.2c.636.636.636 1.667.003 2.3m-2.744.858-1.614-1.613-5.161 5.163-.203 1.814 1.814-.202zm1.8-2.213-1.2-1.2a.29.29 0 0 0-.412 0l-.858.858 1.614 1.614.858-.859a.296.296 0 0 0-.002-.413"})))},Rc=function(e){return oO.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Oc||(Oc=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Sc||(Sc=oO.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M12 14.677a.9.9 0 0 1-.34-.066.8.8 0 0 1-.293-.19L6.873 9.927a.72.72 0 0 1-.217-.527q0-.31.217-.527a.72.72 0 0 1 .527-.217q.31 0 .527.217L12 12.946l4.073-4.073a.72.72 0 0 1 .527-.217q.31 0 .527.217t.217.527a.72.72 0 0 1-.217.527l-4.494 4.494a.83.83 0 0 1-.633.256"}))))},Pc=function(e){return oO.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Mc||(Mc=oO.createElement("path",{fill:"#2C3336",d:"M20.625 10.875h-7.5v-7.5A.375.375 0 0 0 12.75 3h-1.5a.375.375 0 0 0-.375.375v7.5h-7.5A.375.375 0 0 0 3 11.25v1.5c0 .207.168.375.375.375h7.5v7.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-7.5h7.5A.375.375 0 0 0 21 12.75v-1.5a.375.375 0 0 0-.375-.375"})))},Bc=function(e){return oO.createElement("svg",te({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),Nc||(Nc=oO.createElement("path",{fill:"#2C3336",d:"m23.835 21.979-5.69-5.69a.56.56 0 0 0-.399-.165h-.619A9.72 9.72 0 0 0 19.5 9.75 9.75 9.75 0 0 0 9.749 0 9.75 9.75 0 0 0 0 9.75a9.75 9.75 0 0 0 9.75 9.749 9.72 9.72 0 0 0 6.374-2.372v.619c0 .15.061.29.164.398l5.69 5.69c.22.221.577.221.797 0l1.06-1.059a.563.563 0 0 0 0-.796M9.75 17.249a7.5 7.5 0 0 1-7.5-7.5c0-4.143 3.356-7.5 7.5-7.5 4.143 0 7.5 3.357 7.5 7.5 0 4.144-3.357 7.5-7.5 7.5"})))},Tc=function(e){return oO.createElement("svg",ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Gc||(Gc=oO.createElement("path",{fill:"#2C3336",d:"m3.166 11.602 6.93-6.938a.57.57 0 0 1 .803 0l.935.928a.56.56 0 0 1 0 .797L6.24 12l5.594 5.61a.56.56 0 0 1 0 .798l-.935.928a.57.57 0 0 1-.803 0l-6.93-6.938a.56.56 0 0 1 0-.796"})),Vc||(Vc=oO.createElement("path",{fill:"#2C3336",d:"m12.166 11.602 6.93-6.938a.57.57 0 0 1 .803 0l.935.928a.56.56 0 0 1 0 .797L15.24 12l5.594 5.61a.56.56 0 0 1 0 .798l-.935.928a.57.57 0 0 1-.803 0l-6.93-6.938a.56.56 0 0 1 0-.796"})))},kc=function(e){return oO.createElement("svg",oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Dc||(Dc=oO.createElement("path",{fill:"#2C3336",d:"m7.697 11.602 6.881-6.938c.22-.22.577-.22.797 0l.928.928c.22.22.22.577 0 .797L10.748 12l5.555 5.61c.22.221.22.578 0 .798l-.928.928a.563.563 0 0 1-.797 0l-6.881-6.938a.563.563 0 0 1 0-.796"})))},zc=function(e){return oO.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Lc||(Lc=oO.createElement("path",{d:"M12 10.875V6.422c0-1.003 1.212-1.505 1.92-.796l1.3 1.299 5.26-5.26a.56.56 0 0 1 .795 0l1.06 1.06c.22.22.22.576 0 .796l-5.26 5.26 1.299 1.298c.709.71.207 1.921-.796 1.921h-4.453A1.125 1.125 0 0 1 12 10.875m-8.48 11.46 5.26-5.26 1.3 1.299c.708.709 1.92.207 1.92-.796v-4.453c0-.621-.504-1.125-1.125-1.125H6.422c-1.003 0-1.505 1.212-.796 1.92l1.299 1.3-5.26 5.26a.563.563 0 0 0 0 .795l1.06 1.06c.22.22.576.22.796 0Z"})))},Hc=function(e){return oO.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Fc||(Fc=oO.createElement("path",{d:"M22.5 2.625v4.453c0 1.003-1.212 1.505-1.92.796l-1.3-1.299-5.026 5.027a.563.563 0 0 1-.796 0l-1.06-1.06a.563.563 0 0 1 0-.796l5.027-5.027-1.299-1.299c-.709-.708-.207-1.92.796-1.92h4.453c.621 0 1.125.504 1.125 1.125M9.746 12.398 4.72 17.425l-1.3-1.299c-.708-.709-1.92-.207-1.92.796v4.453c0 .621.504 1.125 1.125 1.125h4.453c1.003 0 1.505-1.212.796-1.92l-1.299-1.3 5.027-5.026a.563.563 0 0 0 0-.796l-1.06-1.06a.563.563 0 0 0-.796 0"})))},Xc=function(e){return oO.createElement("svg",ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wc||(Wc=oO.createElement("path",{fill:"#2C3336",d:"M23.626 10.875c0-6.387-5.154-10.5-11.625-10.5C5.576.375.376 5.575.376 12s5.2 11.625 11.625 11.625c2.481 0 4.907-.8 6.895-2.265a.56.56 0 0 0 .098-.807l-.713-.872a.564.564 0 0 0-.77-.095A9.4 9.4 0 0 1 12 21.375c-5.17 0-9.375-4.206-9.375-9.375 0-5.17 4.206-9.375 9.375-9.375 5.132 0 9.375 3.048 9.375 8.25 0 2.958-1.991 4.607-3.891 4.607-.915 0-.944-.591-.768-1.474l1.342-6.964a.562.562 0 0 0-.552-.669H15.67a.56.56 0 0 0-.552.456c-.052.269-.078.391-.107.656-.559-.916-1.682-1.456-3.056-1.456-3.356 0-6.329 2.93-6.329 7.166 0 2.867 1.541 4.786 4.368 4.786 1.397 0 2.876-.789 3.738-1.98.195 1.446 1.336 1.782 2.783 1.782 4.649 0 7.111-2.982 7.111-6.91m-12.839 4.563c-1.335 0-2.131-.912-2.131-2.44 0-2.695 1.854-4.378 3.497-4.378 1.412 0 2.131 1.01 2.131 2.418 0 2.196-1.555 4.4-3.497 4.4"})))},Zc=function(e){return oO.createElement("svg",le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),jc||(jc=oO.createElement("path",{fill:"#2C3336",d:"m10.58 14.146-2.322-2.323a.72.72 0 0 0-.522-.212.7.7 0 0 0-.532.212.72.72 0 0 0-.217.527q0 .31.217.527l2.744 2.744a.87.87 0 0 0 .633.271q.361 0 .632-.27l5.564-5.564a.73.73 0 0 0 .212-.522.7.7 0 0 0-.212-.532.72.72 0 0 0-.527-.217.72.72 0 0 0-.527.217zm1.422 7.354a9.3 9.3 0 0 1-3.705-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.2 9.2 0 0 1-.749-3.704q0-1.972.748-3.705a9.6 9.6 0 0 1 2.03-3.018 9.6 9.6 0 0 1 3.016-2.03 9.2 9.2 0 0 1 3.704-.749q1.972 0 3.705.748a9.6 9.6 0 0 1 3.018 2.03 9.6 9.6 0 0 1 2.03 3.016 9.2 9.2 0 0 1 .749 3.704q0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.018 9.6 9.6 0 0 1-3.016 2.03 9.2 9.2 0 0 1-3.704.749"})))},Yc=function(e){return oO.createElement("svg",se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qc||(qc=oO.createElement("path",{fill:"#2C3336",d:"M23.938 12c0 6.42-5.205 11.625-11.625 11.625S.688 18.42.688 12 5.892.375 12.313.375C18.733.375 23.938 5.58 23.938 12m-12.97 6.155 8.625-8.625a.75.75 0 0 0 0-1.06l-1.06-1.06a.75.75 0 0 0-1.062 0l-7.033 7.033-3.285-3.284a.75.75 0 0 0-1.06 0l-1.06 1.06a.75.75 0 0 0 0 1.061l4.874 4.875a.75.75 0 0 0 1.06 0"})))},Uc=function(e){return oO.createElement("svg",ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Jc||(Jc=oO.createElement("path",{fill:"#02BF6F",d:"m10.6 13.4-2.15-2.15a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7L9.9 15.5q.3.3.7.3t.7-.3l5.65-5.65a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275zM5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h14q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"})))},Kc=function(e){return oO.createElement("svg",ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Qc||(Qc=oO.createElement("path",{fill:"#EDC121",d:"M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12M12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312m-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593Z"})))},eu=function(e){return oO.createElement("svg",de({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),$c||($c=oO.createElement("path",{fill:"#838B97",d:"M11 2.335a9.77 9.77 0 0 1 8.82 5.5 9.76 9.76 0 0 1-8.82 5.5 9.76 9.76 0 0 1-8.82-5.5 9.77 9.77 0 0 1 8.82-5.5m0-2c-5 0-9.27 3.11-11 7.5 1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5m0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5"})))},nu=function(e){return oO.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),tu||(tu=oO.createElement("path",{fill:"#838B97",d:"M23.775 17.898 1.35.367A.6.6 0 0 0 .507.46L.132.93a.6.6 0 0 0 .093.844l22.425 17.53a.6.6 0 0 0 .843-.093l.375-.468a.6.6 0 0 0-.093-.844zM11.13 5.728l5.054 3.952a4.19 4.19 0 0 0-5.055-3.952zm1.74 8.215L7.816 9.99a4.19 4.19 0 0 0 5.054 3.952zM12 4.435c3.7 0 7.09 2.063 8.922 5.4a10.7 10.7 0 0 1-1.65 2.258l1.416 1.106a12.5 12.5 0 0 0 1.983-2.817 1.21 1.21 0 0 0 0-1.094C20.636 5.32 16.61 2.635 12 2.635c-1.376 0-2.69.263-3.924.706l1.74 1.36A10 10 0 0 1 12 4.435m0 10.8c-3.7 0-7.09-2.062-8.922-5.4.45-.821 1.004-1.58 1.651-2.257L3.314 6.472a12.5 12.5 0 0 0-1.983 2.816 1.21 1.21 0 0 0 0 1.095C3.364 14.35 7.39 17.035 12 17.035c1.376 0 2.689-.264 3.924-.705l-1.74-1.36a10 10 0 0 1-2.184.265"})))},ru=function(e){return oO.createElement("svg",me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ou||(ou=oO.createElement("path",{fill:"currentColor",d:"M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223.004.224-.001 3.596.925 2.222q.034.081.053.167l.016.086.008.132a1 1 0 0 1-.749.963l-.116.027-.135.01-3.501-.001-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128.043-.128.923-2.219L4 7.793l.004-.225C4.127 4.451 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192-.963 2.313 11.958.002.045-.002-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"})))},iu=function(e){return oO.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),au||(au=oO.createElement("path",{d:"M11.674 3.223H1.66A1.67 1.67 0 0 0 0 4.903v10.14c0 .927.743 1.68 1.66 1.68h10.014a1.67 1.67 0 0 0 1.66-1.68V4.902a1.67 1.67 0 0 0-1.66-1.68Zm6.576 1.325-3.806 2.658v5.533l3.806 2.655c.736.513 1.75-.01 1.75-.907V5.455c0-.893-1.01-1.42-1.75-.907"})))},cu=function(e){return oO.createElement("svg",ge({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),lu||(lu=oO.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},oO.createElement("path",{fill:"#98A2B3",d:"M3.25 3A3.25 3.25 0 0 0 0 6.25v7.5A3.25 3.25 0 0 0 3.25 17h7.5A3.25 3.25 0 0 0 14 13.75v-.312l3.258 2.25c1.16.8 2.744-.03 2.744-1.44V5.751c0-1.41-1.584-2.242-2.744-1.44L14 6.562V6.25A3.25 3.25 0 0 0 10.75 3zM14 8.384l4.11-2.838a.25.25 0 0 1 .392.206v8.495a.25.25 0 0 1-.392.206L14 11.615zM1.5 6.25c0-.966.784-1.75 1.75-1.75h7.5c.966 0 1.75.784 1.75 1.75v7.5a1.75 1.75 0 0 1-1.75 1.75h-7.5a1.75 1.75 0 0 1-1.75-1.75z"}))),su||(su=oO.createElement("defs",null,oO.createElement("clipPath",{id:"camera_outlined_svg__a"},oO.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},du=function(e){return oO.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),uu||(uu=oO.createElement("path",{d:"M17.333 10.333V3.667A2.67 2.67 0 0 0 14.667 1h-12A2.67 2.67 0 0 0 0 3.667v6.666A2.67 2.67 0 0 0 2.667 13v2.258c0 .334.379.525.646.325l3.45-2.587h7.904a2.663 2.663 0 0 0 2.666-2.663m4-2.666h-2.666v2.666c0 2.204-1.796 4-4 4H8V17a2.67 2.67 0 0 0 2.667 2.667h5.237l3.45 2.587c.267.2.646.008.646-.325v-2.262h1.333A2.67 2.67 0 0 0 24 17v-6.667a2.67 2.67 0 0 0-2.667-2.666"})))},vu=function(e){return oO.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),pu||(pu=oO.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M0 15.6V2.4h2.4v13.2zM21.6 15.6V2.4H24v13.2zM21.6 2.4H2.4V0h19.2zM7.2 18H2.4v-2.4h4.8zM21.6 18h-4.8v-2.4h4.8z",clipRule:"evenodd"})),mu||(mu=oO.createElement("path",{fill:"#02BF6F",d:"M24 2.4A2.4 2.4 0 0 0 21.6 0v2.4zM24 15.6a2.4 2.4 0 0 1-2.4 2.4v-2.4zM0 2.4A2.4 2.4 0 0 1 2.4 0v2.4zM0 15.6A2.4 2.4 0 0 0 2.4 18v-2.4zM7.2 15.6A2.4 2.4 0 0 1 9.6 18H7.2zM7.2 22.8a1.2 1.2 0 1 0 2.4 0z"})),fu||(fu=oO.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),gu||(gu=oO.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M17.777 16.103a1.2 1.2 0 0 1-.28 1.673l-8.4 6a1.2 1.2 0 0 1-1.394-1.953l8.4-6a1.2 1.2 0 0 1 1.673.28M12 6a3.6 3.6 0 1 0 0 7.2A3.6 3.6 0 0 0 12 6M6 9.6a6 6 0 1 1 12 0 6 6 0 0 1-12 0",clipRule:"evenodd"})),hu||(hu=oO.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},yu=function(e){return oO.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},bu||(bu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),wu||(wu=oO.createElement("g",{mask:"url(#mic_off_svg__a)"},oO.createElement("path",{fill:"currentColor",d:"m17.24 14.18-1.103-1.122q.158-.29.281-.636t.18-.734a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558q-.086.685-.31 1.272a6.5 6.5 0 0 1-.548 1.113m-3.219-3.25L9.144 6.036V5q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v5.346q0 .17-.038.308a6 6 0 0 1-.085.277m5.32 10.258L2.205 4.054a.73.73 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.208.207.213.522a.7.7 0 0 1-.213.531.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218M10.893 20v-2.542q-2.267-.262-3.854-1.848a6.3 6.3 0 0 1-1.85-3.814.64.64 0 0 1 .177-.558.77.77 0 0 1 .589-.238q.263 0 .47.2a.9.9 0 0 1 .264.488q.249 1.827 1.652 3.07T11.644 16q.966 0 1.815-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.07a6.4 6.4 0 0 1-1.65 1.12 6.3 6.3 0 0 1-1.987.566V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535"}))))},xu=function(e){return oO.createElement("svg",we({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Iu||(Iu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Cu||(Cu=oO.createElement("g",{mask:"url(#mic_off-1_svg__a)"},oO.createElement("path",{fill:"currentColor",d:"m17.24 14.18-1.103-1.122q.158-.29.281-.636t.18-.734a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558q-.086.685-.31 1.272a6.5 6.5 0 0 1-.548 1.113m-3.219-3.25-1.377-1.376V5a.97.97 0 0 0-.287-.713.97.97 0 0 0-.713-.287.97.97 0 0 0-.712.287.97.97 0 0 0-.288.713v2.535l-1.5-1.5V5q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726T14.144 5v5.346q0 .17-.038.308a6 6 0 0 1-.085.277m5.32 10.258L2.205 4.054a.73.73 0 0 1-.213-.522A.7.7 0 0 1 2.206 3a.72.72 0 0 1 .527-.217q.31 0 .527.217l17.134 17.135q.208.207.213.522a.7.7 0 0 1-.213.531.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218M10.893 20v-2.546q-2.267-.267-3.854-1.85a6.27 6.27 0 0 1-1.85-3.808.64.64 0 0 1 .177-.558.77.77 0 0 1 .589-.238q.263 0 .47.2a.9.9 0 0 1 .264.488q.249 1.827 1.652 3.07T11.644 16q.966 0 1.815-.344a4.9 4.9 0 0 0 1.502-.954l1.07 1.07a6.6 6.6 0 0 1-1.65 1.128 5.9 5.9 0 0 1-1.987.554V20a.73.73 0 0 1-.215.535.73.73 0 0 1-.535.215.73.73 0 0 1-.534-.215.73.73 0 0 1-.216-.535"}))))},_u=function(e){return oO.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),Au||(Au=oO.createElement("path",{fill:"#98A2B3",d:"M16.25 9a.75.75 0 0 1 .743.648L17 9.75v.5a6.75 6.75 0 0 1-6.249 6.732l-.001 2.268a.75.75 0 0 1-1.493.102l-.007-.102v-2.268a6.75 6.75 0 0 1-6.246-6.496L3 10.25v-.5a.75.75 0 0 1 1.493-.102l.007.102v.5a5.25 5.25 0 0 0 5.034 5.246l.216.004h.5a5.25 5.25 0 0 0 5.246-5.034l.004-.216v-.5a.75.75 0 0 1 .75-.75M10 0a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V4a4 4 0 0 1 4-4m0 1.5A2.5 2.5 0 0 0 7.5 4v6a2.5 2.5 0 0 0 5 0V4A2.5 2.5 0 0 0 10 1.5"})))},Su=function(e){return oO.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Eu||(Eu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Ou||(Ou=oO.createElement("g",{mask:"url(#mic-1_svg__a)"},oO.createElement("path",{fill:"currentColor",d:"M12 13.5q-1.048 0-1.774-.726A2.41 2.41 0 0 1 9.5 11V5q0-1.048.726-1.774A2.41 2.41 0 0 1 12 2.5q1.047 0 1.774.726.726.726.726 1.774v6q0 1.048-.726 1.774A2.41 2.41 0 0 1 12 13.5m0 7.25a.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535v-2.542q-2.267-.262-3.854-1.848a6.3 6.3 0 0 1-1.85-3.814.64.64 0 0 1 .177-.558A.77.77 0 0 1 6.31 11q.264 0 .471.2a.9.9 0 0 1 .264.488q.248 1.827 1.652 3.07T12 16t3.302-1.242 1.652-3.07a.9.9 0 0 1 .266-.488q.21-.2.484-.2a.75.75 0 0 1 .573.238.64.64 0 0 1 .177.558 6.3 6.3 0 0 1-1.85 3.814q-1.587 1.585-3.854 1.848V20a.73.73 0 0 1-.216.535.73.73 0 0 1-.534.215"}))))},Mu=function(e){return oO.createElement("svg",Ce({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),Ru||(Ru=oO.createElement("path",{d:"M7.215 19.986a2.12 2.12 0 0 1 1.488-2.044v-2.045a6.47 6.47 0 0 1-3.412-1.84 6.6 6.6 0 0 1-1.406-2.134 6.8 6.8 0 0 1-.525-2.624v-.9a1.736 1.736 0 0 1 1.726-1.758v2.658a4.96 4.96 0 0 0 1.44 3.524 4.85 4.85 0 0 0 5.284 1.117 4.9 4.9 0 0 0 1.589-1.035l.075-.082a4.96 4.96 0 0 0 1.44-3.524V6.64a1.743 1.743 0 0 1 1.726 1.758v.907c0 .9-.176 1.791-.518 2.624a6.8 6.8 0 0 1-1.427 2.14 6.47 6.47 0 0 1-3.412 1.84v2.045A2.12 2.12 0 0 1 12.771 20zM6.39 9.3V3.887A3.6 3.6 0 0 1 8.493.324a3.614 3.614 0 0 1 4.863 1.981c.178.459.26.948.24 1.439v5.555a3.6 3.6 0 0 1-1.006 2.57 3.614 3.614 0 0 1-6.214-2.427l.014-.143Z"})))},Bu=function(e){return oO.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Pu||(Pu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Nu||(Nu=oO.createElement("g",{mask:"url(#videocam_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M4.548 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.548 4.5h11.385q.757 0 1.282.525t.525 1.283v4.577l2.737-2.737q.23-.23.506-.11t.276.44v7.043q0 .321-.276.441t-.506-.11l-2.737-2.737v4.577q0 .758-.525 1.283-.524.525-1.283.525zm0-1.5h11.385a.3.3 0 0 0 .22-.087.3.3 0 0 0 .087-.22V6.307a.3.3 0 0 0-.086-.221.3.3 0 0 0-.222-.087H4.548a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22v11.385a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087"}))))},Tu=function(e){return oO.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Gu||(Gu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Vu||(Vu=oO.createElement("g",{mask:"url(#videocam-1_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M4.548 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.548 4.5h11.385q.757 0 1.282.525t.525 1.283v4.577l2.737-2.737a.43.43 0 0 1 .499-.103q.283.113.283.434v7.042q0 .321-.283.434a.43.43 0 0 1-.5-.103l-2.736-2.737v4.577q0 .758-.525 1.283-.524.525-1.283.525z"}))))},Lu=function(e){return oO.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Du||(Du=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),ku||(ku=oO.createElement("g",{mask:"url(#volume_off-1_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"m18.946 21.612-2.488-2.489q-.312.18-.619.344a8 8 0 0 1-.643.304.67.67 0 0 1-.699-.091.8.8 0 0 1-.324-.674q0-.209.124-.363a.8.8 0 0 1 .307-.235 5 5 0 0 0 .77-.37l-3.585-3.584v2.15q0 .607-.555.841t-.982-.193L7.5 14.5H4.692a.88.88 0 0 1-.645-.259.88.88 0 0 1-.258-.645v-3.192q0-.387.258-.645a.88.88 0 0 1 .645-.259h2.143L2.523 5.188a.73.73 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218L20 20.558q.209.207.212.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.218m-3.75-17.433a8.5 8.5 0 0 1 3.836 3.087q1.449 2.101 1.449 4.709 0 1.315-.392 2.526-.39 1.21-1.104 2.232l-1.075-1.075a6.77 6.77 0 0 0 1.07-3.683q0-2.162-1.197-3.897a6.93 6.93 0 0 0-3.18-2.536.66.66 0 0 1-.43-.623q0-.416.324-.654a.68.68 0 0 1 .7-.086m.727 9.492-1.75-1.75V8.296a3.85 3.85 0 0 1 1.564 1.55 4.4 4.4 0 0 1 .46 3.017q-.09.42-.274.808M11.79 9.537 9.63 7.369l.621-.62q.427-.428.982-.194t.555.841zm-1.5 5.613v-2.196L8.335 11H5.289v2h2.85z"}))))},Hu=function(e){return oO.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},zu||(zu=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Fu||(Fu=oO.createElement("g",{mask:"url(#volume_up_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M15.061 19.771a.67.67 0 0 1-.699-.091.8.8 0 0 1-.324-.674q0-.209.124-.363a.8.8 0 0 1 .307-.235 6.93 6.93 0 0 0 3.179-2.536q1.198-1.735 1.198-3.897t-1.198-3.897a6.93 6.93 0 0 0-3.179-2.536.66.66 0 0 1-.32-.248.66.66 0 0 1-.11-.375q0-.416.323-.654a.68.68 0 0 1 .7-.086 8.55 8.55 0 0 1 3.83 3.087q1.454 2.101 1.454 4.709t-1.454 4.709a8.55 8.55 0 0 1-3.83 3.087M4.558 14.5a.88.88 0 0 1-.646-.259.88.88 0 0 1-.258-.645v-3.192q0-.387.258-.645a.88.88 0 0 1 .646-.259h2.807l2.752-2.752q.427-.426.982-.193.555.234.555.841v9.208q0 .607-.555.841t-.982-.193L7.365 14.5zm9.48 1.154V8.296q.971.525 1.544 1.524a4.3 4.3 0 0 1 .572 2.18q0 1.18-.572 2.155a3.93 3.93 0 0 1-1.544 1.499"}))))},Xu=function(e){return oO.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wu||(Wu=oO.createElement("path",{fill:"#02BF6F",d:"M13 11.6V8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8v3.975q0 .2.075.388.075.187.225.337l3.3 3.3a.95.95 0 0 0 .7.275A.95.95 0 0 0 16 16a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7zM12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.662T12 4 6.338 6.338 4 12t2.338 5.663T12 20"})))},Zu=function(e){return oO.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ju||(ju=oO.createElement("path",{fill:"#2C3336",d:"M21.841 3.091 19.409.659A2.25 2.25 0 0 0 17.818 0H9.75A2.25 2.25 0 0 0 7.5 2.25V4.5H3.75A2.25 2.25 0 0 0 1.5 6.75v15A2.25 2.25 0 0 0 3.75 24h10.5a2.25 2.25 0 0 0 2.25-2.25V19.5h3.75a2.25 2.25 0 0 0 2.25-2.25V4.682a2.25 2.25 0 0 0-.659-1.591M18 1.523c.132.033.252.1.348.197l2.432 2.432a.74.74 0 0 1 .197.348H18zM15 21.75a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75v-15A.75.75 0 0 1 3.75 6H7.5v11.25a2.25 2.25 0 0 0 2.25 2.25H15zm6-4.5a.75.75 0 0 1-.75.75H9.75a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75h6.75v3.375c0 .619.506 1.125 1.125 1.125H21z"})))},Yu=function(e){return oO.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qu||(qu=oO.createElement("path",{fill:"#838B97",d:"M6 14q-.824 0-1.412-.588A1.93 1.93 0 0 1 4 12q0-.825.588-1.412A1.93 1.93 0 0 1 6 10q.824 0 1.412.588Q8 11.175 8 12t-.588 1.412A1.93 1.93 0 0 1 6 14m6 0q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 12q0-.825.588-1.412A1.93 1.93 0 0 1 12 10q.825 0 1.412.588Q14 11.175 14 12t-.588 1.412A1.93 1.93 0 0 1 12 14m6 0q-.824 0-1.413-.588A1.93 1.93 0 0 1 16 12q0-.825.587-1.412A1.93 1.93 0 0 1 18 10q.824 0 1.413.588Q20 11.175 20 12t-.587 1.412A1.93 1.93 0 0 1 18 14"})))},Uu=function(e){return oO.createElement("svg",Me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ju||(Ju=oO.createElement("path",{fill:"#2C3336",d:"M22 13.333h-3.837l1.92-1.92C21.338 10.157 20.45 8 18.671 8h-2.667V3.333a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2V8H5.338c-1.775 0-2.675 2.154-1.413 3.412l1.92 1.921H2a2 2 0 0 0-2 2v5.334a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-5.334a2 2 0 0 0-2-2M5.333 10H10V3.333h4V10h4.667L12 16.667zM22 20.667H2v-5.334h5.838l2.745 2.746a2 2 0 0 0 2.83 0l2.745-2.746H22zM18.333 18c0-.554.446-1 1-1 .555 0 1 .446 1 1s-.445 1-1 1-1-.446-1-1"})))},Ku=function(e){return oO.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),Qu||(Qu=oO.createElement("path",{fill:"#02BF6F",d:"m12 .8-.004 3.4a.3.3 0 0 1-.3.3h-.694a.3.3 0 0 1-.3-.306l.057-1.534-.043-.043-5.81 5.81a.25.25 0 0 1-.353 0l-.48-.48a.25.25 0 0 1 0-.354l5.81-5.81-.043-.042-1.534.056a.3.3 0 0 1-.306-.3V.804a.3.3 0 0 1 .3-.3L11.7.5a.3.3 0 0 1 .3.3M8.907 5.37l-.5.5a.25.25 0 0 0-.074.176v3.996a.125.125 0 0 1-.125.125H1.125A.125.125 0 0 1 1 10.042V2.958a.125.125 0 0 1 .125-.125h6.291a.25.25 0 0 0 .177-.426l-.5-.5a.25.25 0 0 0-.177-.074H1a1 1 0 0 0-1 1v7.334a1 1 0 0 0 1 1h7.333a1 1 0 0 0 1-1v-4.62a.25.25 0 0 0-.426-.177"})))},ed=function(e){return oO.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),$u||($u=oO.createElement("path",{fill:"#2C3336",d:"M16.5 11.625v1.313c0 .309-.253.562-.562.562H8.061a.564.564 0 0 1-.562-.562v-1.313c0-.31.253-.562.563-.562h7.874c.31 0 .563.253.563.562M15.938 15H8.061a.564.564 0 0 0-.562.563v1.312c0 .31.253.563.563.563h7.874c.31 0 .563-.254.563-.563v-1.312a.564.564 0 0 0-.562-.563M21 6.183V21.75A2.25 2.25 0 0 1 18.75 24H5.25A2.25 2.25 0 0 1 3 21.75V2.25A2.25 2.25 0 0 1 5.25 0h9.567c.595 0 1.167.24 1.59.66l3.932 3.934c.422.417.661.994.661 1.589m-6-3.75V6h3.567zm3.75 19.317V8.25h-4.875a1.12 1.12 0 0 1-1.125-1.125V2.25h-7.5v19.5z"})))},nd=function(e){return oO.createElement("svg",Be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),td||(td=oO.createElement("path",{fill:"#1C1B1F",d:"M11 18a.97.97 0 0 1-.713-.288A.97.97 0 0 1 10 17q0-.424.287-.712A.97.97 0 0 1 11 16h2q.424 0 .713.288.287.287.287.712 0 .424-.287.712A.97.97 0 0 1 13 18zm-4-5a.97.97 0 0 1-.713-.287A.97.97 0 0 1 6 12q0-.424.287-.713A.97.97 0 0 1 7 11h10q.424 0 .712.287.288.288.288.713 0 .424-.288.713A.97.97 0 0 1 17 13zM4 8a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 7q0-.424.288-.713A.97.97 0 0 1 4 6h16q.424 0 .712.287Q21 6.576 21 7q0 .424-.288.713A.97.97 0 0 1 20 8z"})))},rd=function(e){return oO.createElement("svg",Ge({viewBox:"0 0 24 24"},e),od||(od=oO.createElement("path",{d:"M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m-8 13c-2.76 0-5-2.24-5-5H5l2.5-2.5L10 13H8c0 2.21 1.79 4 4 4 .58 0 1.13-.13 1.62-.35l.74.74c-.71.37-1.5.61-2.36.61m4.5-2.5L14 13h2c0-2.21-1.79-4-4-4-.58 0-1.13.13-1.62.35l-.74-.73C10.35 8.24 11.14 8 12 8c2.76 0 5 2.24 5 5h2z"})))},id=function(e){return oO.createElement("svg",Ve({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),ad||(ad=oO.createElement("path",{d:"m22.846 14.798-1.997-1.153a9 9 0 0 0 0-3.29L22.846 9.2a.566.566 0 0 0 .258-.656A11.7 11.7 0 0 0 20.54 4.11a.564.564 0 0 0-.694-.108l-1.997 1.153A8.9 8.9 0 0 0 15 3.511V1.209a.56.56 0 0 0-.44-.548 11.8 11.8 0 0 0-5.12 0 .56.56 0 0 0-.44.548v2.307A9.1 9.1 0 0 0 6.15 5.16L4.157 4.008a.56.56 0 0 0-.694.108A11.6 11.6 0 0 0 .9 8.55a.56.56 0 0 0 .258.656l1.997 1.153a9 9 0 0 0 0 3.29l-1.997 1.154a.566.566 0 0 0-.258.656 11.7 11.7 0 0 0 2.564 4.435.564.564 0 0 0 .694.108l1.997-1.154a8.9 8.9 0 0 0 2.85 1.646V22.8c0 .262.183.492.44.548 1.72.385 3.483.366 5.12 0a.56.56 0 0 0 .44-.548v-2.306a9.1 9.1 0 0 0 2.85-1.646l1.997 1.154c.23.13.515.089.693-.108a11.6 11.6 0 0 0 2.564-4.435.58.58 0 0 0-.262-.66Zm-10.847.952A3.755 3.755 0 0 1 8.25 12 3.755 3.755 0 0 1 12 8.25 3.755 3.755 0 0 1 15.75 12 3.755 3.755 0 0 1 12 15.75Z"})))},sd=function(e){return oO.createElement("svg",Te({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ld||(ld=oO.createElement("path",{fill:"#2C3336",d:"M12 19.313A1.31 1.31 0 0 1 10.688 18v-3A1.31 1.31 0 0 1 12 13.688 1.31 1.31 0 0 1 13.313 15v3A1.31 1.31 0 0 1 12 19.313m10.5-8.063v10.5A2.25 2.25 0 0 1 20.25 24H3.75a2.25 2.25 0 0 1-2.25-2.25v-10.5A2.25 2.25 0 0 1 3.75 9h1.5V6.75A6.76 6.76 0 0 1 12.019 0c3.731.01 6.731 3.084 6.731 6.816V9h1.5a2.25 2.25 0 0 1 2.25 2.25M7.5 9h9V6.75c0-2.48-2.02-4.5-4.5-4.5s-4.5 2.02-4.5 4.5zm12.75 2.25H3.75v10.5h16.5z"})))},ud=function(e){return oO.createElement("svg",De({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cd||(cd=oO.createElement("path",{fill:"#1C1B1F",d:"M4 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 18V6q0-.824.587-1.412A1.93 1.93 0 0 1 4 4h16q.824 0 1.413.588Q22 5.175 22 6v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 20zM20 8l-7.475 4.675a1.04 1.04 0 0 1-.525.15 1.04 1.04 0 0 1-.525-.15L4 8v10h16zm-8 3 8-5H4zM4 8.25V6.775 6.8v-.013z"})))},pd=function(e){return oO.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),dd||(dd=oO.createElement("path",{fill:"#42454B",d:"m15.262 6.708-11-6.503C3.37-.323 2 .19 2 1.495V14.5c0 1.172 1.272 1.878 2.263 1.29l11-6.5c.98-.578.984-2.002 0-2.58Z"})))},gd=function(e){return oO.createElement("svg",Le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),md||(md=oO.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),fd||(fd=oO.createElement("path",{fill:"#fff",d:"M677.47 467.52 400.89 304c-22.47-13.27-56.89-.39-56.89 32.45v327c0 29.46 32 47.22 56.89 32.45l276.58-163.48c24.67-14.54 24.75-50.37 0-64.9"})))},vd=function(e){return oO.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),hd||(hd=oO.createElement("path",{fill:"#2C3336",d:"M23.438.375h-1.3c-.315 0-.57.26-.562.576l.11 4.62A11.61 11.61 0 0 0 12 .376C6.32.375 1.59 4.45.576 9.835a.562.562 0 0 0 .554.665h1.34a.564.564 0 0 0 .55-.447A9.184 9.184 0 0 1 12 2.813a9.18 9.18 0 0 1 8.375 5.404l-5.924-.14a.563.563 0 0 0-.576.562v1.299c0 .31.252.562.563.562h9c.31 0 .562-.252.562-.562v-9a.563.563 0 0 0-.562-.563M22.87 13.5h-1.34a.564.564 0 0 0-.55.447 9.184 9.184 0 0 1-8.98 7.24 9.18 9.18 0 0 1-8.375-5.404l5.924.14a.563.563 0 0 0 .576-.562v-1.299a.563.563 0 0 0-.562-.562h-9a.563.563 0 0 0-.563.563v9c0 .31.252.562.563.562H1.86c.316 0 .57-.26.563-.576l-.11-4.62A11.61 11.61 0 0 0 12 23.624c5.68 0 10.41-4.075 11.424-9.46a.562.562 0 0 0-.554-.665"})))},wd=function(e){return oO.createElement("svg",Fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),bd||(bd=oO.createElement("path",{fill:"#2C3336",d:"M12.313.375C5.89.375.688 5.578.688 12S5.89 23.625 12.313 23.625 23.938 18.422 23.938 12 18.734.375 12.313.375m5.7 14.677c.22.22.22.576 0 .796L16.156 17.7a.563.563 0 0 1-.797 0l-3.046-3.075L9.26 17.7a.563.563 0 0 1-.797 0l-1.852-1.856a.563.563 0 0 1 0-.797L9.689 12 6.611 8.948a.563.563 0 0 1 0-.796L8.47 6.295c.22-.22.576-.22.797 0l3.047 3.08L15.364 6.3c.22-.22.577-.22.797 0l1.856 1.856c.22.22.22.577 0 .797L14.937 12z"})))},Id=function(e){return oO.createElement("svg",He({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),yd||(yd=oO.createElement("path",{fill:"#2C3336",d:"M21.75 3.75h-3.863l-1.593-2.658A2.25 2.25 0 0 0 14.363 0H9.638a2.25 2.25 0 0 0-1.932 1.092L6.112 3.75H2.25a.75.75 0 0 0-.75.75v.75a.75.75 0 0 0 .75.75H3l.994 15.89A2.25 2.25 0 0 0 6.239 24h11.522a2.25 2.25 0 0 0 2.245-2.11L21 6h.75a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.75M9.638 2.25h4.725l.9 1.5H8.737zm8.123 19.5H6.24L5.255 6h13.49z"})))},xd=function(e){return oO.createElement("svg",We({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Cd||(Cd=oO.createElement("path",{fill:"#2C3336",d:"M.75.375h1.299c.316 0 .57.26.562.576l-.11 4.62A11.61 11.61 0 0 1 12.225.375c6.393.02 11.598 5.25 11.588 11.644-.01 6.411-5.211 11.606-11.625 11.606a11.58 11.58 0 0 1-7.79-2.996.563.563 0 0 1-.023-.817l.926-.925c.21-.21.55-.224.773-.026a9.15 9.15 0 0 0 6.114 2.326A9.183 9.183 0 0 0 21.374 12a9.183 9.183 0 0 0-9.187-9.187 9.18 9.18 0 0 0-8.376 5.404l5.925-.14a.563.563 0 0 1 .575.562v1.299c0 .31-.251.562-.562.562h-9a.56.56 0 0 1-.562-.562v-9C.188.627.439.375.75.375"})))},_d=function(e){return oO.createElement("svg",Xe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Ad||(Ad=oO.createElement("path",{fill:"currentColor",d:"M11.95 18q.525 0 .888-.363.362-.362.362-.887c0-.525-.12-.646-.362-.887a1.2 1.2 0 0 0-.888-.363 1.2 1.2 0 0 0-.887.363 1.2 1.2 0 0 0-.363.887q0 .525.363.887.362.363.887.363m.05 4a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12a9.7 9.7 0 0 1 .788-3.9 10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2a9.7 9.7 0 0 1 3.9.788 10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20m.1-12.3q.626 0 1.088.4t.462 1q0 .55-.338.975-.337.425-.762.8a6.7 6.7 0 0 0-1.013 1.1q-.437.6-.437 1.35 0 .35.263.588a.89.89 0 0 0 .612.237.9.9 0 0 0 .638-.25q.262-.25.337-.625a2 2 0 0 1 .45-.938q.35-.412.75-.787.575-.55.987-1.2a2.65 2.65 0 0 0 .413-1.45q0-1.275-1.038-2.088Q13.476 6 12.1 6a4.3 4.3 0 0 0-1.813.4 2.8 2.8 0 0 0-1.312 1.225.9.9 0 0 0-.112.637.74.74 0 0 0 .337.513q.35.2.725.125a1 1 0 0 0 .625-.425q.274-.375.688-.575.412-.2.862-.2"})))},Od=function(e){return oO.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ed||(Ed=oO.createElement("path",{fill:"#1C1B1F",d:"M11.95 18q.525 0 .888-.363.362-.362.362-.887t-.362-.887a1.2 1.2 0 0 0-.888-.363q-.525 0-.887.363a1.2 1.2 0 0 0-.363.887q0 .525.363.887.362.363.887.363m-.9-3.85h1.85q0-.825.188-1.3t1.062-1.3a7.5 7.5 0 0 0 1.025-1.238q.375-.587.375-1.412 0-1.4-1.025-2.15T12.1 6q-1.424 0-2.312.75T8.55 8.55l1.65.65q.124-.45.563-.975Q11.2 7.7 12.1 7.7q.8 0 1.2.437.4.438.4.963 0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475t-.25 1.825M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22"})))},Rd=function(e){return oO.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Sd||(Sd=oO.createElement("path",{fill:"#2C3336",d:"M12 17q.424 0 .713-.288A.97.97 0 0 0 13 16v-4a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 11a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 12v4q0 .424.287.712.288.288.713.288m0-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.576 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2q2.075 0 3.9.788a10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20"})))},Nd=function(e){return oO.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Md||(Md=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Pd||(Pd=oO.createElement("g",{mask:"url(#info-1_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M12 17a.97.97 0 0 0 .713-.288A.97.97 0 0 0 13 16v-4a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 11a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 12v4q0 .424.287.712.288.288.713.288m0-8q.424 0 .713-.287A.97.97 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 8q0 .424.287.713Q11.575 9 12 9m0 13a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12a9.7 9.7 0 0 1 .788-3.9 10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.137A9.7 9.7 0 0 1 12 2a9.7 9.7 0 0 1 3.9.788 10.1 10.1 0 0 1 3.175 2.137q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22"}))))},Gd=function(e){return oO.createElement("svg",Ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Bd||(Bd=oO.createElement("path",{fill:"#2C3336",d:"M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.12 10.12 0 0 1 12 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875m0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375M10.313 16.5h.562v-5.625h-.562a.563.563 0 0 1-.563-.562v-.376c0-.31.252-.562.563-.562h2.25c.31 0 .562.252.562.563V16.5h.563c.31 0 .562.252.562.563v.375c0 .31-.252.562-.562.562h-3.376a.563.563 0 0 1-.562-.562v-.375c0-.311.252-.563.563-.563M12 5.25a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},Td=function(e){return oO.createElement("svg",Je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Vd||(Vd=oO.createElement("path",{fill:"#2C3336",d:"M12 .375C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375m0 5.156a1.969 1.969 0 1 1 0 3.938 1.969 1.969 0 0 1 0-3.938m2.625 11.907c0 .31-.252.562-.562.562H9.936a.563.563 0 0 1-.562-.562v-1.125c0-.311.252-.563.563-.563h.562v-3h-.562a.563.563 0 0 1-.563-.562v-1.126c0-.31.252-.562.563-.562h3c.31 0 .562.252.562.563v4.687h.563c.31 0 .562.252.562.563z"})))},Ld=function(e){return oO.createElement("svg",Ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Dd||(Dd=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),kd||(kd=oO.createElement("g",{mask:"url(#warning_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M2.725 21a.97.97 0 0 1-.85-.5 1.1 1.1 0 0 1-.138-.488.9.9 0 0 1 .138-.512l9.25-16a1 1 0 0 1 .387-.375Q11.75 3 12 3t.487.125a1 1 0 0 1 .388.375l9.25 16q.15.25.137.512a1.1 1.1 0 0 1-.137.488.97.97 0 0 1-.85.5zM12 18q.424 0 .712-.288A.97.97 0 0 0 13 17a.97.97 0 0 0-.288-.712A.97.97 0 0 0 12 16a.97.97 0 0 0-.713.288A.97.97 0 0 0 11 17q0 .424.287.712.288.288.713.288m0-3a.97.97 0 0 0 .712-.287A.97.97 0 0 0 13 14v-3a.97.97 0 0 0-.288-.713A.97.97 0 0 0 12 10a.97.97 0 0 0-.713.287A.97.97 0 0 0 11 11v3q0 .424.287.713.288.287.713.287"}))))},Hd=function(e){return oO.createElement("svg",Qe({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},zd||(zd=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Fd||(Fd=oO.createElement("g",{mask:"url(#warning-1_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M3.426 20.5a.878.878 0 0 1-.772-.452.96.96 0 0 1-.129-.437.8.8 0 0 1 .127-.467l8.561-14.788A.9.9 0 0 1 12 3.904q.23 0 .44.11.208.111.347.342l8.56 14.788q.14.231.128.467a.96.96 0 0 1-.129.437.88.88 0 0 1-.771.452zM4.45 19h15.1L12 6zM12 17.808q.343 0 .576-.232a.78.78 0 0 0 .232-.576.78.78 0 0 0-.232-.575.78.78 0 0 0-.576-.233.78.78 0 0 0-.575.233.78.78 0 0 0-.233.575q0 .343.233.576a.78.78 0 0 0 .575.232m0-2.616q.32 0 .535-.215a.73.73 0 0 0 .215-.535v-3.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v3.5q0 .32.216.535a.73.73 0 0 0 .534.215"}))))},Xd=function(e){return oO.createElement("svg",Ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wd||(Wd=oO.createElement("path",{fill:"#000",d:"M3 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 2 20q0-.424.288-.712A.97.97 0 0 1 3 19h18q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 21 21zm1.5-3q-.625 0-1.062-.437A1.45 1.45 0 0 1 3 16.5v-4q0-.625.438-1.062A1.45 1.45 0 0 1 4.5 11q.624 0 1.063.438Q6 11.875 6 12.5v4q0 .625-.437 1.063A1.45 1.45 0 0 1 4.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 8 16.5v-9q0-.625.438-1.062A1.45 1.45 0 0 1 9.5 6q.624 0 1.063.438Q11 6.874 11 7.5v9q0 .625-.437 1.063A1.45 1.45 0 0 1 9.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 13 16.5v-6q0-.625.438-1.062A1.45 1.45 0 0 1 14.5 9q.624 0 1.063.438Q16 9.874 16 10.5v6q0 .625-.437 1.063A1.45 1.45 0 0 1 14.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 18 16.5v-12q0-.625.438-1.062A1.45 1.45 0 0 1 19.5 3q.625 0 1.063.438Q21 3.874 21 4.5v12q0 .625-.437 1.063A1.45 1.45 0 0 1 19.5 18"})))},Zd=function(e){return oO.createElement("svg",$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),jd||(jd=oO.createElement("path",{fill:"#02BF6F",d:"M2.25 15.75v-1.5l1.5-1.5v3zm3 0v-4.5l1.5-1.5v6zm3 0v-6l1.5 1.519v4.481zm3 0v-4.481l1.5-1.5v5.981zm3 0v-7.5l1.5-1.5v9zm-12-3.881V9.75L7.5 4.5l3 3 5.25-5.25v2.119l-5.25 5.25-3-3z"})))},Jd=function(e){return oO.createElement("svg",et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qd||(qd=oO.createElement("path",{fill:"#2C3336",d:"M1.5 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h16.5a2.25 2.25 0 0 0 2.25-2.25V3.75a2.25 2.25 0 0 0-2.25-2.25H3.75A2.25 2.25 0 0 0 1.5 3.75M6.75 18a.75.75 0 0 1-.75-.75v-6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75zm10.5-4.5a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75v-3a.75.75 0 0 1 .75-.75zM12.75 6a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1-.75-.75V6.75a.75.75 0 0 1 .75-.75z"})),Yd||(Yd=oO.createElement("path",{fill:"#2C3336",d:"M9 17.25v-6a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v6a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75m6-3v3a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75m-4.5-7.5v10.5a.75.75 0 0 0 .75.75h1.5a.75.75 0 0 0 .75-.75V6.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75"})))},Qd=function(e){return oO.createElement("svg",tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ud||(Ud=oO.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},$d=function(e){return oO.createElement("svg",nt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Kd||(Kd=oO.createElement("path",{fill:"#1C1B1F",d:"m18.6 16-5.2-5.15-2.575 2.575Q10.25 14 9.4 14t-1.425-.575L2.7 8.1a.98.98 0 0 1-.288-.688A.93.93 0 0 1 2.7 6.7a.95.95 0 0 1 .7-.275q.425 0 .7.275L9.4 12l2.575-2.575q.575-.575 1.425-.575t1.425.575L20 14.6V13q0-.424.288-.713A.97.97 0 0 1 21 12q.424 0 .712.287.288.288.288.713v4q0 .424-.288.712A.97.97 0 0 1 21 18h-4a.97.97 0 0 1-.712-.288A.97.97 0 0 1 16 17q0-.424.288-.712A.97.97 0 0 1 17 16z"})))},tp=function(e){return oO.createElement("svg",ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ep||(ep=oO.createElement("path",{fill:"#1C1B1F",d:"M2.7 17.625a.93.93 0 0 1-.288-.712.98.98 0 0 1 .288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6 5.2-5.15H17a.97.97 0 0 1-.712-.287.97.97 0 0 1-.288-.713q0-.424.288-.712A.97.97 0 0 1 17 6.325h4q.424 0 .712.288.288.287.288.712v4q0 .424-.288.713a.97.97 0 0 1-.712.287.97.97 0 0 1-.712-.287.97.97 0 0 1-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275"})))},rp=function(e){return oO.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),oO.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},np||(np=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),op||(op=oO.createElement("g",{mask:"url(#calendar_svg__a)"},oO.createElement("path",{fill:"#11B06E",d:"M6.667 29.333a2.57 2.57 0 0 1-1.884-.783A2.57 2.57 0 0 1 4 26.666V8q0-1.1.783-1.883a2.57 2.57 0 0 1 1.884-.784H8V4q0-.567.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.383.384.383.384.95v1.333h10.666V4q0-.567.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.383Q24 3.433 24 4v1.333h1.333q1.1 0 1.884.784Q28 6.9 28 8v18.667q0 1.099-.783 1.883a2.57 2.57 0 0 1-1.884.783zm0-2.666h18.666V13.333H6.667zm9.333-8a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.567.383-.95A1.3 1.3 0 0 1 16 16q.566 0 .95.383.383.383.383.95t-.383.95a1.3 1.3 0 0 1-.95.383m-5.333 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.384-.95q0-.567.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.383.383.383.383.95t-.383.95a1.3 1.3 0 0 1-.95.383m10.666 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.567.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.383.384.383.384.95t-.384.95a1.3 1.3 0 0 1-.95.383M16 24a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.566.383-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.384.383.383.383.95 0 .566-.383.95A1.3 1.3 0 0 1 16 24m-5.333 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.384-.95q0-.566.384-.95a1.3 1.3 0 0 1 .95-.383q.566 0 .95.384.383.383.383.95 0 .566-.383.95a1.3 1.3 0 0 1-.95.383m10.666 0a1.3 1.3 0 0 1-.95-.384 1.3 1.3 0 0 1-.383-.95q0-.566.383-.95a1.3 1.3 0 0 1 .95-.383q.567 0 .95.384.384.383.384.95 0 .566-.384.95a1.3 1.3 0 0 1-.95.383"}))))},lp=function(e){return oO.createElement("svg",at({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),oO.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ap||(ap=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),ip||(ip=oO.createElement("g",{mask:"url(#event_details_svg__a)"},oO.createElement("path",{fill:"#11B06E",d:"M5.333 26.667a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 2.667 24V8q0-1.1.783-1.883a2.57 2.57 0 0 1 1.883-.784h21.334q1.099 0 1.883.784.783.783.783 1.883v16q0 1.1-.783 1.883a2.57 2.57 0 0 1-1.883.784zm0-2.667h21.334V8H5.333zM8 22.667h16q.566 0 .95-.384a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95A1.3 1.3 0 0 0 24 20H8a1.3 1.3 0 0 0-.95.383 1.3 1.3 0 0 0-.383.95q0 .567.383.95.383.384.95.384m0-5.334h16q.566 0 .95-.383a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95 1.3 1.3 0 0 0-.95-.383H8a1.3 1.3 0 0 0-.95.383 1.3 1.3 0 0 0-.383.95q0 .566.383.95.383.383.95.383M8 12h10.667q.566 0 .95-.383a1.3 1.3 0 0 0 .383-.95 1.3 1.3 0 0 0-.383-.95 1.3 1.3 0 0 0-.95-.384H8a1.3 1.3 0 0 0-.95.384 1.3 1.3 0 0 0-.383.95q0 .566.383.95Q7.433 12 8 12"}))))},up=function(e){return oO.createElement("svg",it({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},sp||(sp=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),cp||(cp=oO.createElement("g",{mask:"url(#event_repeat_svg__a)"},oO.createElement("path",{fill:"#6C737A",d:"M5 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V3q0-.424.287-.712A.97.97 0 0 1 7 2q.424 0 .713.288Q8 2.575 8 3v1h8V3q0-.424.288-.712A.97.97 0 0 1 17 2q.424 0 .712.288Q18 2.575 18 3v1h1q.824 0 1.413.588Q21 5.175 21 6v5q0 .424-.288.713A.97.97 0 0 1 20 12a.97.97 0 0 1-.712-.287A.97.97 0 0 1 19 11v-1H5v10h6q.424 0 .713.288.287.287.287.712 0 .424-.287.712A.97.97 0 0 1 11 22zm14 2q-1.6 0-2.863-.887a4.95 4.95 0 0 1-1.812-2.313.51.51 0 0 1 .063-.538.57.57 0 0 1 .487-.262q.35 0 .637.212.288.213.463.538a3.4 3.4 0 0 0 1.25 1.275A3.4 3.4 0 0 0 19 22.5q1.45 0 2.475-1.025A3.37 3.37 0 0 0 22.5 19q0-1.45-1.025-2.475A3.37 3.37 0 0 0 19 15.5a3.404 3.404 0 0 0-2.45 1h.7a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75H15a.97.97 0 0 1-.713-.288A.97.97 0 0 1 14 17v-2.25a.73.73 0 0 1 .75-.75.73.73 0 0 1 .75.75v.675q.675-.65 1.575-1.038A4.8 4.8 0 0 1 19 14q2.075 0 3.538 1.463T24 19t-1.462 3.538Q21.074 24 19 24M5 8h14V6H5z"}))))},mp=function(e){return oO.createElement("svg",lt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},dp||(dp=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),pp||(pp=oO.createElement("g",{mask:"url(#today_svg__a)"},oO.createElement("path",{fill:"#02BF6F",d:"M9 16.5q-1.05 0-1.775-.725T6.5 14t.725-1.775T9 11.5t1.775.725T11.5 14t-.725 1.775T9 16.5M5 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V3q0-.424.287-.712A.97.97 0 0 1 7 2q.424 0 .713.288Q8 2.575 8 3v1h8V3q0-.424.288-.712A.97.97 0 0 1 17 2q.424 0 .712.288Q18 2.575 18 3v1h1q.824 0 1.413.588Q21 5.175 21 6v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 22zm0-2h14V10H5zM5 8h14V6H5z"}))))},hp=function(e){return oO.createElement("svg",st({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),fp||(fp=oO.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),gp||(gp=oO.createElement("path",{fill:"#fff",d:"M12.143 5.111H5.857a.87.87 0 0 0-.606.244.82.82 0 0 0-.251.59v6.11c0 .222.09.434.251.59a.87.87 0 0 0 .606.244h2.451v-2.644H7.183V9h1.125v-.949c0-1.079.66-1.675 1.673-1.675.484 0 .991.084.991.084v1.06h-.558c-.55 0-.722.331-.722.672V9h1.228l-.196 1.245H9.692v2.644h2.45a.87.87 0 0 0 .607-.244.82.82 0 0 0 .251-.59v-6.11a.82.82 0 0 0-.251-.59.87.87 0 0 0-.606-.244"})))},bp=function(e){return oO.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),vp||(vp=oO.createElement("path",{fill:"#0866FF",d:"M12.5 1h-11A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15h4.29v-4.76H3.82V8h1.97V6.293c0-1.943 1.155-3.016 2.926-3.016.848 0 1.735.152 1.735.152v1.906h-.977c-.963 0-1.263.598-1.263 1.21V8h2.15l-.344 2.24H8.21V15H12.5a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 12.5 1"})))},Ip=function(e){return oO.createElement("svg",ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),wp||(wp=oO.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),yp||(yp=oO.createElement("path",{fill:"#fff",d:"M12.429 5.111h-6.86a.566.566 0 0 0-.569.56v6.657c0 .31.255.56.57.56h6.858a.57.57 0 0 0 .572-.56V5.672a.567.567 0 0 0-.572-.56m-5.011 6.667H6.232V8.066H7.42v3.712zm-.593-4.219c-.38 0-.688-.3-.688-.668s.308-.669.688-.669.687.3.687.669-.307.668-.687.668m5.038 4.219h-1.186V9.972c0-.43-.01-.984-.616-.984-.618 0-.713.469-.713.953v1.837H8.162V8.066H9.3v.507h.016c.159-.292.546-.6 1.123-.6 1.2 0 1.424.77 1.424 1.77z"})))},xp=function(e){return oO.createElement("svg",dt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Cp||(Cp=oO.createElement("path",{fill:"#0A66C2",d:"M14 1H1.997C1.447 1 1 1.453 1 2.01v11.98c0 .557.447 1.01.997 1.01H14c.55 0 1-.453 1-1.01V2.01C15 1.452 14.55 1 14 1M5.231 13H3.156V6.319h2.078V13zM4.194 5.406a1.204 1.204 0 1 1 0-2.407 1.204 1.204 0 0 1 0 2.407M13.009 13h-2.075V9.75c0-.775-.015-1.772-1.078-1.772-1.081 0-1.247.844-1.247 1.716V13H6.534V6.319h1.991v.912h.028c.278-.525.956-1.078 1.966-1.078 2.1 0 2.49 1.385 2.49 3.185z"})))},_p=function(e){return oO.createElement("svg",pt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),Ap||(Ap=oO.createElement("path",{fill:"#BBB",d:"M7.2 9c2.321 0 4.2-1.879 4.2-4.2S9.521.6 7.2.6A4.2 4.2 0 0 0 3 4.8C3 7.121 4.879 9 7.2 9m2.88 1.2h-.311c-.78.375-1.646.6-2.569.6a5.9 5.9 0 0 1-2.569-.6H4.32A4.32 4.32 0 0 0 0 14.52v1.08a1.8 1.8 0 0 0 1.8 1.8h10.8a1.8 1.8 0 0 0 1.8-1.8v-1.08a4.32 4.32 0 0 0-4.32-4.32M18 9a3.6 3.6 0 0 0 0-7.2A3.6 3.6 0 0 0 18 9m1.8 1.2h-.143c-.52.18-1.072.3-1.657.3s-1.136-.12-1.657-.3H16.2a4.16 4.16 0 0 0-2.089.578A5.5 5.5 0 0 1 15.6 14.52v1.44c0 .082-.019.161-.022.24H22.2a1.8 1.8 0 0 0 1.8-1.8c0-2.321-1.879-4.2-4.2-4.2"})))},Op=function(e){return oO.createElement("svg",mt({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),Ep||(Ep=oO.createElement("path",{d:"M3.6 7.799a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m8.4 1.2a3.6 3.6 0 0 0 3.6-3.6v-.6H8.4v.6a3.6 3.6 0 0 0 3.6 3.6m9.6 0h-2.4c-.66 0-1.256.266-1.69.697a5.5 5.5 0 0 1 2.817 4.103H22.8a1.2 1.2 0 0 0 1.2-1.2v-1.2a2.4 2.4 0 0 0-2.4-2.4m-15.11.697a2.4 2.4 0 0 0-1.69-.697H2.4a2.4 2.4 0 0 0-2.4 2.4v1.2a1.2 1.2 0 0 0 1.2 1.2h2.473A5.5 5.5 0 0 1 6.49 9.696M20.4 7.799a2.4 2.4 0 1 0 0-4.8 2.4 2.4 0 0 0 0 4.8m-5.52 2.4h-.312c-.781.373-1.646.6-2.568.6a5.9 5.9 0 0 1-2.568-.6H9.12a4.32 4.32 0 0 0-4.32 4.32v1.08a1.8 1.8 0 0 0 1.8 1.8h10.8a1.8 1.8 0 0 0 1.8-1.8v-1.08a4.32 4.32 0 0 0-4.32-4.32m.72-9.6-1.8.9-1.8-.9-1.8.9-1.8-.9v3h7.2z"})))},Rp=function(e){return oO.createElement("svg",ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Sp||(Sp=oO.createElement("path",{fill:"#2C3336",d:"M12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12m6 8H6q-.824 0-1.412-.587A1.93 1.93 0 0 1 4 18v-.8q0-.85.438-1.562.437-.713 1.162-1.088a14.8 14.8 0 0 1 3.15-1.163A13.8 13.8 0 0 1 12 13q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.163 1.087Q20 16.35 20 17.2v.8q0 .824-.587 1.413A1.93 1.93 0 0 1 18 20M6 18h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q7.85 15.675 6.5 16.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.588Q14 8.826 14 8q0-.824-.588-1.412A1.93 1.93 0 0 0 12 6q-.825 0-1.412.588A1.93 1.93 0 0 0 10 8q0 .825.588 1.412Q11.175 10 12 10"})))},Pp=function(e){return oO.createElement("svg",gt({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),Mp||(Mp=oO.createElement("path",{fill:"#212121",d:"M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11m-5.478 2a6.5 6.5 0 0 0-.708 1.5h-7.06a.75.75 0 0 0-.75.75v.907c0 .656.286 1.279.783 1.706C5.545 19.945 7.44 20.501 10 20.501q.898 0 1.688-.09c.25.5.563.963.93 1.38q-1.205.21-2.618.21c-2.89 0-5.128-.657-6.691-2a3.75 3.75 0 0 1-1.305-2.844v-.907A2.25 2.25 0 0 1 4.254 14zm3.071.966-.07.058-.057.07a.5.5 0 0 0 0 .568l.058.07 1.77 1.769-1.768 1.766-.057.07a.5.5 0 0 0 0 .568l.057.07.07.057a.5.5 0 0 0 .568 0l.07-.057 1.766-1.767 1.77 1.769.069.058a.5.5 0 0 0 .568 0l.07-.058.057-.07a.5.5 0 0 0 0-.568l-.057-.07-1.77-1.768 1.772-1.77.058-.069a.5.5 0 0 0 0-.569l-.058-.069-.069-.058a.5.5 0 0 0-.569 0l-.069.058-1.772 1.77-1.77-1.77-.068-.058a.5.5 0 0 0-.493-.043zM10 2.005a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7"})))},Bp=function(e){return oO.createElement("svg",ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Np||(Np=oO.createElement("path",{fill:"#9FA6AD",d:"M10 .313A9.686 9.686 0 0 0 .313 10 9.686 9.686 0 0 0 10 19.688 9.686 9.686 0 0 0 19.688 10 9.686 9.686 0 0 0 10 .313m0 17.5c-4.309 0-7.812-3.504-7.812-7.813S5.69 2.188 10 2.188 17.813 5.69 17.813 10 14.309 17.813 10 17.813M6.875 9.375c.691 0 1.25-.559 1.25-1.25s-.559-1.25-1.25-1.25-1.25.559-1.25 1.25.559 1.25 1.25 1.25m6.25 0c.691 0 1.25-.559 1.25-1.25s-.559-1.25-1.25-1.25-1.25.559-1.25 1.25.559 1.25 1.25 1.25m.156 2.836A4.26 4.26 0 0 1 10 13.75a4.25 4.25 0 0 1-3.281-1.54.94.94 0 0 0-1.32-.12.94.94 0 0 0-.122 1.32A6.13 6.13 0 0 0 10 15.621c1.828 0 3.55-.805 4.723-2.21a.937.937 0 1 0-1.442-1.2"})))},Tp=function(e){return oO.createElement("svg",vt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Gp||(Gp=oO.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),Vp||(Vp=oO.createElement("path",{fill:"#fff",d:"M9.009 12.052q-.789 0-1.476-.021a41 41 0 0 1-1.158-.058q-.57-.037-.832-.106a1.2 1.2 0 0 1-.508-.284 1.05 1.05 0 0 1-.295-.49 4 4 0 0 1-.104-.613q-.034-.359-.057-.694a13 13 0 0 1 0-1.572q.022-.335.057-.694.035-.357.104-.613.082-.289.295-.49.214-.203.508-.284.26-.069.832-.106.57-.037 1.158-.058.687-.02 1.475-.02h.444a35 35 0 0 1 2.188.075q.578.04.834.11.289.08.496.283.21.201.29.49.069.255.104.613.034.359.057.694a13 13 0 0 1 0 1.572 25 25 0 0 1-.057.694 4 4 0 0 1-.105.613q-.08.288-.289.49-.207.203-.496.284-.255.069-.832.106-.579.036-1.161.052-.585.016-1.028.021zm-.882-1.746L10.44 9 8.127 7.694z"})))},kp=function(e){return oO.createElement("svg",bt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Dp||(Dp=oO.createElement("path",{fill:"#FF0302",d:"M8.004 12.4q-1.138 0-2.128-.03a59 59 0 0 1-1.67-.084q-.822-.053-1.198-.153a1.7 1.7 0 0 1-.733-.408 1.5 1.5 0 0 1-.425-.707 5.4 5.4 0 0 1-.15-.885 36 36 0 0 1-.083-1 19 19 0 0 1 0-2.266q.033-.483.083-1t.15-.885a1.5 1.5 0 0 1 .425-.707q.308-.291.733-.408.376-.1 1.198-.153a59 59 0 0 1 1.67-.084q.99-.03 2.127-.03h.64q.64 0 1.481.025t1.674.083q.834.06 1.202.159.417.117.717.408.3.292.416.707.1.368.15.885t.084 1a19 19 0 0 1 0 2.266q-.034.484-.084 1-.05.518-.15.885a1.55 1.55 0 0 1-.416.707q-.3.291-.716.408-.367.1-1.2.153-.834.054-1.675.076-.84.023-1.481.03zm-1.27-2.517L10.066 8 6.733 6.117z"})))},zp=function(e){return oO.createElement("svg",wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Lp||(Lp=oO.createElement("path",{fill:"#1C1B1F",d:"M12 19.35q3.05-2.8 4.525-5.088Q18 11.976 18 10.2q0-2.725-1.738-4.462Q14.526 4 12 4T7.738 5.737Q6 7.476 6 10.2q0 1.775 1.475 4.063Q8.95 16.549 12 19.35m0 1.975a2.1 2.1 0 0 1-.7-.125 1.8 1.8 0 0 1-.625-.375A39 39 0 0 1 7.8 17.9q-1.25-1.425-2.087-2.762-.838-1.338-1.275-2.575Q4 11.325 4 10.2q0-3.75 2.412-5.975T12 2t5.587 2.225T20 10.2q0 1.125-.437 2.363-.438 1.237-1.275 2.574A21.7 21.7 0 0 1 16.2 17.9a39 39 0 0 1-2.875 2.925 1.8 1.8 0 0 1-.625.375 2.1 2.1 0 0 1-.7.125M12 12q.825 0 1.412-.588Q14 10.826 14 10t-.588-1.412A1.93 1.93 0 0 0 12 8q-.825 0-1.412.588A1.93 1.93 0 0 0 10 10q0 .825.588 1.412Q11.175 12 12 12"})))},Hp=function(e){return oO.createElement("svg",yt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Fp||(Fp=oO.createElement("path",{fill:"currentColor",d:"M8.857 3h6.286c1.084 0 1.958 0 2.666.058.729.06 1.369.185 1.961.487a5 5 0 0 1 2.185 2.185c.302.592.428 1.233.487 1.961.058.708.058 1.582.058 2.666v3.286c0 1.084 0 1.958-.058 2.666-.06.729-.185 1.369-.487 1.961a5 5 0 0 1-2.185 2.185c-.592.302-1.232.428-1.961.487C17.1 21 16.227 21 15.143 21H8.857c-1.084 0-1.958 0-2.666-.058-.728-.06-1.369-.185-1.96-.487a5 5 0 0 1-2.186-2.185c-.302-.592-.428-1.232-.487-1.961C1.5 15.6 1.5 14.727 1.5 13.643v-3.286c0-1.084 0-1.958.058-2.666.06-.728.185-1.369.487-1.96A5 5 0 0 1 4.23 3.544c.592-.302 1.233-.428 1.961-.487C6.9 3 7.773 3 8.857 3M6.354 5.051c-.605.05-.953.142-1.216.276a3 3 0 0 0-1.311 1.311c-.134.263-.226.611-.276 1.216-.05.617-.051 1.41-.051 2.546v3.2c0 1.137 0 1.929.051 2.546.05.605.142.953.276 1.216a3 3 0 0 0 1.311 1.311c.263.134.611.226 1.216.276.617.05 1.41.051 2.546.051h.6V5h-.6c-1.137 0-1.929 0-2.546.051M11.5 5v14h3.6c1.137 0 1.929 0 2.546-.051.605-.05.953-.142 1.216-.276a3 3 0 0 0 1.311-1.311c.134-.263.226-.611.276-1.216.05-.617.051-1.41.051-2.546v-3.2c0-1.137 0-1.929-.051-2.546-.05-.605-.142-.953-.276-1.216a3 3 0 0 0-1.311-1.311c-.263-.134-.611-.226-1.216-.276C17.029 5.001 16.236 5 15.1 5zM5 8.5a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1M5 12a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1"})))},Xp=function(e){return oO.createElement("svg",It({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),Wp||(Wp=oO.createElement("path",{fill:"#5D676B",d:"M2.004 0A1.88 1.88 0 0 0 .9.314l-.02.02H.858c-.835.65-1.15 1.858-.542 2.77v.022l.812 1.125.375.541.542-.375 2.208-1.541.542-.375-.375-.542L3.69.897 3.67.876V.855A2.27 2.27 0 0 0 2.379.042a2 2 0 0 0-.375-.041Zm3.73 3.396-1.126.73L2.942 5.27 1.796 6l2.23 7.79c.047.458.333.817.666 1.063.363.269.804.46 1.333.625 1.057.33 2.45.521 3.979.521s2.922-.19 3.979-.52c.528-.166.97-.357 1.333-.626.363-.268.688-.669.688-1.187 0-.519-.325-.92-.688-1.188a3 3 0 0 0-.292-.187zm4.27 9.27c1.416 0 2.69.186 3.562.46.437.136.782.306.959.437a1 1 0 0 1 .124.104 1 1 0 0 1-.124.104c-.177.13-.522.301-.959.437-.873.273-2.146.459-3.562.459s-2.69-.186-3.562-.459c-.437-.136-.782-.307-.959-.437a1 1 0 0 1-.125-.104 1 1 0 0 1 .125-.104c.177-.13.522-.302.959-.438.873-.273 2.146-.458 3.562-.458Z"})))},Zp=function(e){return oO.createElement("svg",Ct({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),jp||(jp=oO.createElement("path",{d:"M6 0h5.25c.412 0 .75.338.75.75v1.5c0 .413-.338.75-.75.75H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h5.25c.412 0 .75.337.75.75v1.5c0 .413-.338.75-.75.75H6c-3.313 0-6-2.688-6-6V6c0-3.313 2.688-6 6-6m14.444 1.219-1.225 1.225c-.3.3-.294.781.012 1.069l7.069 6.862H10.75a.75.75 0 0 0-.75.75v1.75c0 .412.338.75.75.75H26.3l-7.069 6.856a.753.753 0 0 0-.012 1.069l1.225 1.225a.75.75 0 0 0 1.062 0l10.275-10.25a.75.75 0 0 0 0-1.063L21.506 1.213a.756.756 0 0 0-1.062.007Z"})))},Yp=function(e){return oO.createElement("svg",xt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),qp||(qp=oO.createElement("path",{d:"M11.667.667H.333A.333.333 0 0 0 0 1v.333c0 .184.15.334.333.334h.334v5.666c0 .368.298.667.666.667H5.5v.91l-1.618 1.618a.333.333 0 0 0 0 .472l.236.236c.13.13.341.13.471 0L6 9.825l1.41 1.41c.131.13.342.13.472 0L8.118 11a.333.333 0 0 0 0-.472L6.5 8.911V8h4.167a.667.667 0 0 0 .666-.667V1.666h.334A.333.333 0 0 0 12 1.333V1a.333.333 0 0 0-.333-.333M10.333 7H1.667V1.667h8.666z"})))},Up=function(e){return oO.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),Jp||(Jp=oO.createElement("path",{fill:"#D0D5DD",d:"M17.745 2a2.25 2.25 0 0 1 2.25 2.25v11.505a2.25 2.25 0 0 1-2.25 2.25H2.25A2.25 2.25 0 0 1 0 15.755V4.25A2.25 2.25 0 0 1 2.25 2zm0 1.5H2.25a.75.75 0 0 0-.75.75v11.505c0 .414.336.75.75.75l2.749-.001L5 13.75a1.75 1.75 0 0 1 1.606-1.744L6.75 12h6.495a1.75 1.75 0 0 1 1.744 1.607l.006.143-.001 2.754h2.751a.75.75 0 0 0 .75-.75V4.25a.75.75 0 0 0-.75-.75m-4.5 10H6.75a.25.25 0 0 0-.243.193l-.007.057-.001 2.754h6.995V13.75a.25.25 0 0 0-.192-.243zM10 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},Kp=function(e){return oO.createElement("svg",_t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Qp||(Qp=oO.createElement("path",{fill:"#2C3336",d:"M21.75 0h-15A2.25 2.25 0 0 0 4.5 2.25V4.5H2.25A2.25 2.25 0 0 0 0 6.75v15A2.25 2.25 0 0 0 2.25 24h15a2.25 2.25 0 0 0 2.25-2.25V19.5h2.25A2.25 2.25 0 0 0 24 17.25v-15A2.25 2.25 0 0 0 21.75 0m-4.5 21.75h-15V12h15zm4.5-4.5H19.5V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75V2.25h15z"})))},em=function(e){return oO.createElement("svg",Et({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",className:"screen-sharing_svg__demio-icon",style:{fontSize:20},viewBox:"0 0 20 18"},e),$p||($p=oO.createElement("path",{d:"M18.333 0H1.667C.747 0 0 .756 0 1.688v11.25c0 .931.747 1.687 1.667 1.687h6.666l-.555 1.688h-2.5a.837.837 0 0 0-.834.843c0 .468.372.844.834.844h9.444a.837.837 0 0 0 .834-.844.837.837 0 0 0-.834-.843h-2.5l-.555-1.688h6.666c.92 0 1.667-.756 1.667-1.688V1.688C20 .756 19.253 0 18.333 0m-.555 12.375H2.222V2.25h15.556z"})))},nm=function(e){return oO.createElement("svg",Ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),tm||(tm=oO.createElement("path",{fill:"#98A2B3",d:"M18.245 10.997c.709 0 1.022.892.469 1.335l-4.718 3.778v1.644a2.25 2.25 0 0 1-2.25 2.25H8.25A2.25 2.25 0 0 1 6 17.754V16.11l-4.72-3.778c-.553-.443-.24-1.335.47-1.335zm-2.137 1.5H3.887l3.332 2.667a.75.75 0 0 1 .281.585v2.005c0 .414.336.75.75.75h3.496a.75.75 0 0 0 .75-.75V15.75a.75.75 0 0 1 .281-.585zM6.75 7h6.495a1.75 1.75 0 0 1 1.744 1.606l.006.144V10h-1.5V8.75a.25.25 0 0 0-.192-.244l-.058-.006H6.75a.25.25 0 0 0-.243.192L6.5 8.75V10H5V8.75a1.75 1.75 0 0 1 1.607-1.745zh6.495zM10 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6m0 1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"})))},am=function(e){return oO.createElement("svg",St({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},om||(om=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),rm||(rm=oO.createElement("g",{mask:"url(#block_svg__a)"},oO.createElement("path",{fill:"#42454B",d:"M12.002 21.5a9.3 9.3 0 0 1-3.705-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.2 9.2 0 0 1-.749-3.704q0-1.972.748-3.705a9.6 9.6 0 0 1 2.03-3.018 9.6 9.6 0 0 1 3.016-2.03 9.2 9.2 0 0 1 3.704-.749q1.972 0 3.705.748a9.6 9.6 0 0 1 3.018 2.03 9.6 9.6 0 0 1 2.03 3.016 9.2 9.2 0 0 1 .749 3.704q0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.018 9.6 9.6 0 0 1-3.016 2.03 9.2 9.2 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12q0-1.408-.48-2.71a8.1 8.1 0 0 0-1.374-2.382L6.908 18.146a7.9 7.9 0 0 0 2.382 1.378A7.8 7.8 0 0 0 12 20m-6.146-2.908L17.092 5.854a7.6 7.6 0 0 0-2.375-1.383A8 8 0 0 0 12 4Q8.65 4 6.325 6.325T4 12q0 1.408.476 2.71a7.9 7.9 0 0 0 1.378 2.382"}))))},sm=function(e){return oO.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},im||(im=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),lm||(lm=oO.createElement("g",{mask:"url(#blur_on_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M3 14.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-4a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m3 8.423a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 6 17.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.391.265-.658A.9.9 0 0 1 6 13.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 6 9.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265A.9.9 0 0 1 5.077 6q0-.392.265-.658A.9.9 0 0 1 6 5.077q.392 0 .658.265A.9.9 0 0 1 6.923 6q0 .392-.265.658A.9.9 0 0 1 6 6.923m4.002 8.423q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394m0-4q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394M10 18.923a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-12a.9.9 0 0 1-.658-.265A.9.9 0 0 1 9.077 6q0-.392.265-.658A.9.9 0 0 1 10 5.077q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265M10 21.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-18a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m4.002 11.846q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394m0-4q-.56 0-.954-.392a1.3 1.3 0 0 1-.394-.952q0-.56.392-.954.391-.394.952-.394t.954.392q.394.391.394.952t-.392.954a1.3 1.3 0 0 1-.952.394M14 18.923a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-12a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 14 5.077q.391 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265M14 21.5a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-18a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m4 15.423a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658a.9.9 0 0 1 .658-.265q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.391.265-.658a.9.9 0 0 1 .658-.265q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 18 9.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .391-.265.658a.9.9 0 0 1-.658.265m0-4a.9.9 0 0 1-.658-.265.9.9 0 0 1-.265-.658q0-.392.265-.658A.9.9 0 0 1 18 5.077q.392 0 .658.265a.9.9 0 0 1 .265.658q0 .392-.265.658a.9.9 0 0 1-.658.265m3 7.577a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15m0-4a.48.48 0 0 1-.35-.15.48.48 0 0 1 0-.7.48.48 0 0 1 .7 0 .48.48 0 0 1 0 .7.48.48 0 0 1-.35.15"}))))},dm=function(e){return oO.createElement("svg",Mt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),oO.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},cm||(cm=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),um||(um=oO.createElement("g",{mask:"url(#cached_svg__a)"},oO.createElement("path",{fill:"#2C3336",d:"M12.05 19.75q-3.245 0-5.522-2.258T4.25 12v-.78l-1.323 1.322a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527l2.494-2.494A.87.87 0 0 1 5 8.724a.87.87 0 0 1 .633.27l2.494 2.495q.208.207.212.521a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218L5.75 11.22V12q0 2.605 1.835 4.428t4.465 1.822q.439 0 .874-.06t.859-.204a.88.88 0 0 1 .603.02.8.8 0 0 1 .426.396.68.68 0 0 1 .018.585.66.66 0 0 1-.444.388q-.565.2-1.155.288a8 8 0 0 1-1.181.087m-.1-14q-.438 0-.874.06a4.6 4.6 0 0 0-.859.203.9.9 0 0 1-.61-.02.8.8 0 0 1-.434-.395.66.66 0 0 1-.023-.57.65.65 0 0 1 .423-.388q.581-.2 1.176-.295a7.6 7.6 0 0 1 1.201-.095q3.245 0 5.522 2.258T19.75 12v.78l1.323-1.322a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.216.217.527a.72.72 0 0 1-.217.527l-2.494 2.494a.87.87 0 0 1-.633.27.87.87 0 0 1-.633-.27l-2.494-2.495a.72.72 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218l1.323 1.323V12q0-2.605-1.835-4.428T11.95 5.75"}))))},fm=function(e){return oO.createElement("svg",Pt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},pm||(pm=oO.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),mm||(mm=oO.createElement("g",{mask:"url(#customize_svg__a)"},oO.createElement("path",{fill:"#02BF6F",d:"M14.5 21a.97.97 0 0 1-.713-.288A.97.97 0 0 1 13.5 20q0-.424.287-.712A.97.97 0 0 1 14.5 19q1.175 0 2.087-.462.913-.464.913-1.038 0-.35-.325-.65t-.9-.55l1.475-1.475q.8.476 1.275 1.125.475.65.475 1.55 0 1.65-1.575 2.575A6.64 6.64 0 0 1 14.5 21m-9.425-7.65q-.725-.425-1.15-.987T3.5 11q0-1.05.775-1.762.776-.714 2.775-1.588 1.574-.724 2.013-1.013Q9.5 6.35 9.5 6q0-.4-.488-.7T7.5 5q-.625 0-1.05.15t-.775.5A1.12 1.12 0 0 1 5 5.975a.9.9 0 0 1-.725-.225.94.94 0 0 1-.375-.65.9.9 0 0 1 .225-.725Q4.6 3.8 5.487 3.4T7.5 3q1.8 0 2.9.813T11.5 6q0 .975-.725 1.75-.725.776-2.925 1.725-1.45.625-1.9.925t-.45.6q0 .225.287.438.288.212.788.412zM19.35 10.4 15.1 6.15l1.05-1.05q.6-.6 1.438-.6.837 0 1.412.6l1.4 1.4q.6.575.6 1.412 0 .838-.6 1.438zM6.5 19h1.4l7.2-7.2-1.4-1.4-7.2 7.2zM5 21a.48.48 0 0 1-.35-.15.48.48 0 0 1-.15-.35v-3.55q0-.05.15-.35l9.05-9.05 4.25 4.25-9.05 9.05q-.05.05-.35.15z"}))))},vm=function(e){return oO.createElement("svg",Nt({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),oO.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},gm||(gm=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),hm||(hm=oO.createElement("g",{mask:"url(#electric_bolt_svg__a)"},oO.createElement("path",{fill:"#F19241",d:"m9.167 12.083-4.938-.625q-.52-.062-.677-.562-.156-.5.219-.854l8.52-8.167a.7.7 0 0 1 .25-.156q.147-.052.396-.052.417 0 .636.354t.01.729l-2.75 5.167 4.938.625q.52.062.677.562.156.5-.219.854l-8.52 8.167a.7.7 0 0 1-.25.156q-.147.052-.396.052a.7.7 0 0 1-.636-.354.68.68 0 0 1-.01-.729z"}))))},ym=function(e){return oO.createElement("svg",Bt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),bm||(bm=oO.createElement("g",{clipPath:"url(#feature_action_svg__a)"},oO.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),oO.createElement("path",{fill:"#9FA6AD",d:"M12.125.375C5.705.375.5 5.58.5 12s5.205 11.625 11.625 11.625S23.75 18.421 23.75 12C23.75 5.58 18.546.375 12.125.375m0 20.25A8.62 8.62 0 0 1 3.5 12a8.62 8.62 0 0 1 8.625-8.625A8.62 8.62 0 0 1 20.75 12a8.62 8.62 0 0 1-8.625 8.625m0-14.625a6 6 0 1 0 0 12 6 6 0 0 0 0-12m0 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3"}))),wm||(wm=oO.createElement("defs",null,oO.createElement("clipPath",{id:"feature_action_svg__a"},oO.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},Cm=function(e){return oO.createElement("svg",Gt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),Im||(Im=oO.createElement("path",{fill:"#5D676B",d:"M5 11q-.613 0-1.057-.443A1.44 1.44 0 0 1 3.5 9.5V5q0-.613.443-1.057A1.44 1.44 0 0 1 5 3.5h4.5q.613 0 1.057.443Q11 4.387 11 5v4.5q0 .613-.443 1.057A1.44 1.44 0 0 1 9.5 11zm0 9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 3.5 19v-4.5q0-.613.443-1.057A1.44 1.44 0 0 1 5 13h4.5q.613 0 1.057.443.443.444.443 1.057V19q0 .613-.443 1.057A1.44 1.44 0 0 1 9.5 20.5zm9.5-9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 13 9.5V5q0-.613.443-1.057A1.44 1.44 0 0 1 14.5 3.5H19q.613 0 1.057.443.443.444.443 1.057v4.5q0 .613-.443 1.057A1.44 1.44 0 0 1 19 11zm0 9.5q-.613 0-1.057-.443A1.44 1.44 0 0 1 13 19v-4.5q0-.613.443-1.057A1.44 1.44 0 0 1 14.5 13H19q.613 0 1.057.443.443.444.443 1.057V19q0 .613-.443 1.057A1.44 1.44 0 0 1 19 20.5zM5 9.5h4.5V5H5zm9.5 0H19V5h-4.5zm0 9.5H19v-4.5h-4.5zM5 19h4.5v-4.5H5z"})))},Am=function(e){return oO.createElement("svg",Vt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),xm||(xm=oO.createElement("path",{fill:"#5D676B",d:"M4.25 7a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.25 5.5h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535A.73.73 0 0 1 19.75 7zm0 11.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 4.25 17h15.5q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215zm0-5.75a.73.73 0 0 1-.534-.216A.73.73 0 0 1 3.5 12q0-.32.216-.535a.73.73 0 0 1 .534-.215h15.5q.318 0 .534.216A.73.73 0 0 1 20.5 12q0 .32-.216.535a.73.73 0 0 1-.534.215z"})))},Em=function(e){return oO.createElement("svg",Tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_m||(_m=oO.createElement("path",{fill:"#02BF6F",d:"M23.341 3.576 20.424.659A2.24 2.24 0 0 0 18.835 0c-.576 0-1.152.22-1.591.66L.659 17.242a2.25 2.25 0 0 0 0 3.181l2.917 2.917c.439.44 1.015.659 1.59.659s1.152-.22 1.592-.66L23.34 6.759c.879-.879.879-2.303 0-3.182M5.167 21.75 2.25 18.833 12.745 8.337l2.918 2.917zM17.254 9.663l-2.918-2.918 4.495-4.495h.003l2.916 2.917zM20.25 13.5 19 16l-2.5 1.25L19 18.5l1.25 2.5 1.25-2.5 2.5-1.25L21.5 16zm-9.75-9 .75-1.5 1.5-.75-1.5-.75L10.5 0l-.75 1.5-1.5.75 1.5.75zm-6.75 3L5 5l2.5-1.25L5 2.5 3.75 0 2.5 2.5 0 3.75 2.5 5z"})))},Sm=function(e){return oO.createElement("svg",Dt({xmlns:"http://www.w3.org/2000/svg",fill:"#3e484c",viewBox:"0 0 20 16"},e),Om||(Om=oO.createElement("path",{d:"M19 0H5a1 1 0 0 0-1 1v3h5V2h6v10h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1M7.25 3.219a.28.28 0 0 1-.281.281H6.03a.28.28 0 0 1-.281-.281V2.28A.28.28 0 0 1 6.031 2h.938a.28.28 0 0 1 .281.281zm11 6.5a.28.28 0 0 1-.281.281h-.938a.28.28 0 0 1-.281-.281V8.78a.28.28 0 0 1 .281-.281h.938a.28.28 0 0 1 .281.281zm0-3.25a.28.28 0 0 1-.281.281h-.938a.28.28 0 0 1-.281-.281V5.53a.28.28 0 0 1 .281-.281h.938a.28.28 0 0 1 .281.281v.938Zm0-3.25a.28.28 0 0 1-.281.281h-.938a.28.28 0 0 1-.281-.281V2.28a.28.28 0 0 1 .281-.28h.938a.28.28 0 0 1 .281.281zM13 5H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1M3 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2m9 7H2v-1l2-2 1 1 4-4 3 3z"})))},Pm=function(e){return oO.createElement("svg",kt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Rm||(Rm=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Mm||(Mm=oO.createElement("g",{mask:"url(#materials_svg__a)"},oO.createElement("path",{fill:"#02BF6F",d:"m10.825 17.425-2.55 1.6a.49.49 0 0 1-.513.013.46.46 0 0 1-.262-.438v-3.2q0-.3.263-.437a.49.49 0 0 1 .512.012l2.55 1.6q.25.15.25.425a.47.47 0 0 1-.25.425M13 10a2.9 2.9 0 0 1-2.125-.875A2.9 2.9 0 0 1 10 7q0-1.25.875-2.125A2.9 2.9 0 0 1 13 4h.5a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75H13q-.625 0-1.062.438A1.45 1.45 0 0 0 11.5 7q0 .624.438 1.063.437.437 1.062.437h.5a.73.73 0 0 1 .75.75.73.73 0 0 1-.75.75zm4 0h-.5a.73.73 0 0 1-.75-.75.73.73 0 0 1 .75-.75h.5q.625 0 1.063-.437Q18.5 7.625 18.5 7t-.437-1.062A1.45 1.45 0 0 0 17 5.5h-.5a.73.73 0 0 1-.75-.75.73.73 0 0 1 .75-.75h.5q1.25 0 2.125.875T20 7t-.875 2.125A2.9 2.9 0 0 1 17 10m-.75-2.25h-2.5A.73.73 0 0 1 13 7a.73.73 0 0 1 .75-.75h2.5A.73.73 0 0 1 17 7a.73.73 0 0 1-.75.75M16.1 14v-2H21V3H9v9H7V3q0-.824.588-1.412A1.93 1.93 0 0 1 9 1h12q.824 0 1.413.587Q23 2.176 23 3v9q0 .825-.587 1.412A1.93 1.93 0 0 1 21 14zM3 23q-.824 0-1.412-.587A1.93 1.93 0 0 1 1 21v-8q0-.825.587-1.412A1.93 1.93 0 0 1 3 11h12q.824 0 1.413.588Q17 12.175 17 13v8q0 .824-.587 1.413A1.93 1.93 0 0 1 15 23zm0-2h12v-8H3z"}))))},Bm=function(e){return oO.createElement("svg",Lt({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"#2C3336",className:"mobile-device_svg__demio-icon",style:{fontSize:16},viewBox:"0 0 16 16"},e),Nm||(Nm=oO.createElement("path",{d:"M11.5 0h-7A1.5 1.5 0 0 0 3 1.5v13A1.5 1.5 0 0 0 4.5 16h7a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 11.5 0M8 15a.999.999 0 1 1 0-2 .999.999 0 1 1 0 2m3.5-3.375a.376.376 0 0 1-.375.375h-6.25a.376.376 0 0 1-.375-.375v-9.75c0-.206.169-.375.375-.375h6.25c.206 0 .375.169.375.375z"})))},Vm=function(e){return oO.createElement("svg",zt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),Gm||(Gm=oO.createElement("path",{fill:"#545C60",d:"M2.825 13.575A9.5 9.5 0 0 1 .75 10.538Q0 8.801 0 6.812q0-2.011.75-3.75A10 10 0 0 1 2.8 0l1.275 1.275a8.2 8.2 0 0 0-1.662 2.49A7.5 7.5 0 0 0 1.8 6.79q0 1.635.612 3.048T4.1 12.3zM5.35 11.05a6.4 6.4 0 0 1-1.275-1.913 5.8 5.8 0 0 1-.475-2.33q0-1.27.475-2.35A6.4 6.4 0 0 1 5.35 2.55l1.275 1.275a4.3 4.3 0 0 0-.9 1.345A4.1 4.1 0 0 0 5.4 6.805q0 .87.326 1.631.326.762.899 1.339zm2.763-2.769A2.04 2.04 0 0 1 7.5 6.794q0-.87.619-1.481A2.04 2.04 0 0 1 9.606 4.7q.87 0 1.482.619.612.618.612 1.487t-.619 1.481a2.04 2.04 0 0 1-1.487.613q-.87 0-1.481-.619m5.712 2.744-1.25-1.25q.573-.58.9-1.345.325-.765.325-1.635t-.326-1.631a4.3 4.3 0 0 0-.899-1.339L13.85 2.55q.8.825 1.275 1.909.475 1.083.475 2.354 0 1.245-.475 2.329a5.9 5.9 0 0 1-1.3 1.883m2.55 2.55L15.1 12.3a7.7 7.7 0 0 0 1.688-2.465A7.5 7.5 0 0 0 17.4 6.81q0-1.635-.612-3.047a8.2 8.2 0 0 0-1.663-2.488L16.4 0a10 10 0 0 1 2.05 3.062q.75 1.737.75 3.75a9.3 9.3 0 0 1-.75 3.725 9.5 9.5 0 0 1-2.075 3.038"})))},Lm=function(e){return oO.createElement("svg",Ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Tm||(Tm=oO.createElement("path",{fill:"#DEE4E8",d:"M12 .375C5.578.375.375 5.578.375 12S5.578 23.625 12 23.625 23.625 18.422 23.625 12 18.422.375 12 .375m5.423 12.75-8.25 4.734a1.127 1.127 0 0 1-1.673-.984v-9.75c0-.862.928-1.397 1.673-.984l8.25 5.015c.77.431.77 1.542 0 1.969",opacity:.8})),Dm||(Dm=oO.createElement("path",{fill:"#fff",d:"m17.424 13.125-8.25 4.735a1.127 1.127 0 0 1-1.674-.985v-9.75c0-.862.928-1.397 1.673-.984l8.25 5.016c.77.43.77 1.542 0 1.968",opacity:.8})),km||(km=oO.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},Fm=function(e){return oO.createElement("svg",Ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),zm||(zm=oO.createElement("path",{fill:"#2C3336",d:"M23.625 11.979a11.59 11.59 0 0 0-3.22-8.01l1.674-1.673c.71-.71.207-1.921-.795-1.921H15c-.621 0-1.125.504-1.125 1.125v6.284c0 1.002 1.212 1.504 1.92.796l1.958-1.958a7.82 7.82 0 0 1 2.122 5.308c.037 4.331-3.468 7.982-7.943 7.945-4.245-.036-7.807-3.477-7.807-7.875 0-1.928.688-3.75 1.948-5.186a.56.56 0 0 0-.026-.767l-1.86-1.86a.564.564 0 0 0-.816.023A11.58 11.58 0 0 0 .375 12C.375 18.42 5.58 23.625 12 23.625c6.413 0 11.637-5.233 11.625-11.646"})))},Wm=function(e){return oO.createElement("svg",Wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Hm||(Hm=oO.createElement("path",{d:"M7.1 11.35q.35-.7.725-1.35t.825-1.3l-1.4-.275-2.1 2.1zm12.05-6.875q-1.75.05-3.737 1.025A13.5 13.5 0 0 0 11.8 8.1q-1.05 1.05-1.875 2.25T8.7 12.6l2.85 2.825q1.05-.4 2.25-1.225t2.25-1.875a13.6 13.6 0 0 0 2.6-3.6Q19.625 6.75 19.675 5a.6.6 0 0 0-.038-.2.49.49 0 0 0-.287-.288.6.6 0 0 0-.2-.037m-5.5 6a1.92 1.92 0 0 1-.575-1.413q0-.837.575-1.412t1.425-.575 1.425.575.575 1.412a1.92 1.92 0 0 1-.575 1.413q-.575.575-1.425.575t-1.425-.575m-.85 6.55L13.625 19l2.1-2.1-.275-1.4q-.65.45-1.3.813t-1.35.712m8.775-13.35q.2 2.75-.9 5.362T17.2 14.025l.5 2.475q.1.5-.05.975t-.5.825L14 21.45a.98.98 0 0 1-.9.288.9.9 0 0 1-.725-.588l-1.525-3.575L6.575 13.3 3 11.775a.92.92 0 0 1-.6-.725.95.95 0 0 1 .275-.9L5.825 7q.35-.35.838-.5t.987-.05l2.475.5q2.375-2.375 4.988-3.475 2.612-1.1 5.362-.9.2.025.4.112a1.13 1.13 0 0 1 .587.588q.088.2.113.4m-17.65 12.3q.875-.876 2.138-.887 1.262-.013 2.137.862.874.875.863 2.137-.014 1.263-.888 2.138-.625.625-2.087 1.075t-4.038.8q.35-2.575.8-4.038.45-1.462 1.075-2.087m1.425 1.4q-.25.25-.5.913a6.5 6.5 0 0 0-.35 1.337q.675-.101 1.338-.337.662-.238.912-.488.3-.3.325-.725a.9.9 0 0 0-.275-.725.95.95 0 0 0-.725-.288 1.03 1.03 0 0 0-.725.313"})))},Zm=function(e){return oO.createElement("svg",Xt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),oO.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Xm||(Xm=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),jm||(jm=oO.createElement("g",{mask:"url(#stacked_email_svg__a)"},oO.createElement("path",{fill:"#02BF6F",d:"M7 17q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 15V5q0-.824.588-1.412A1.93 1.93 0 0 1 7 3h14q.824 0 1.413.587Q23 4.176 23 5v10q0 .824-.587 1.413A1.93 1.93 0 0 1 21 17zm6.425-5.1L7 7.425V15h14V7.425L14.575 11.9a.96.96 0 0 1-.575.2.96.96 0 0 1-.575-.2M14 9.85 21 5H7zM3 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 1 19V7.5q0-.424.288-.713A.97.97 0 0 1 2 6.5q.424 0 .712.287Q3 7.076 3 7.5V19h15.5q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 18.5 21z"}))))},Ym=function(e){return oO.createElement("svg",jt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),qm||(qm=oO.createElement("path",{fill:"#02BF6F",d:"M58.586 2.586a2 2 0 1 1 2.828 2.828l-2.201 2.202A13.94 13.94 0 0 1 62 16v44a2 2 0 0 1-3.176 1.617L48.35 54H16a14 14 0 0 1-2.876-.296l-7.71 7.71a2 2 0 1 1-2.828-2.828zM16.828 50H49a2 2 0 0 1 1.176.383L58 56.073V16c0-2.038-.61-3.934-1.657-5.515zM48 2c1.83 0 3.579.351 5.182.99l-3.206 3.205Q49.016 6.001 48 6H16C10.477 6 6 10.477 6 16v24a9.97 9.97 0 0 0 3.015 7.156l-2.828 2.829A13.96 13.96 0 0 1 2 40V16C2 8.268 8.268 2 16 2z"})))},Um=function(e){return oO.createElement("svg",Zt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Jm||(Jm=oO.createElement("path",{fill:"#6C737A",d:"M9.983 9.984A2.7 2.7 0 0 0 10.8 8a2.7 2.7 0 0 0-.817-1.983A2.7 2.7 0 0 0 8 5.2a2.7 2.7 0 0 0-1.983.817A2.7 2.7 0 0 0 5.2 8a2.7 2.7 0 0 0 .817 1.984A2.7 2.7 0 0 0 8 10.8a2.7 2.7 0 0 0 1.983-.816m-3.116-.85A1.54 1.54 0 0 1 6.4 8q0-.666.467-1.133A1.54 1.54 0 0 1 8 6.4q.666 0 1.133.467T9.6 8t-.467 1.134A1.54 1.54 0 0 1 8 9.6q-.666 0-1.133-.466m-3.2 2.358A7.7 7.7 0 0 1 .8 8 7.7 7.7 0 0 1 3.667 4.51 7.6 7.6 0 0 1 8 3.2q2.383 0 4.333 1.309A7.7 7.7 0 0 1 15.2 8a7.7 7.7 0 0 1-2.867 3.492A7.6 7.6 0 0 1 8 12.8a7.6 7.6 0 0 1-4.333-1.308"})))},$m=function(e){return oO.createElement("svg",qt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),oO.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Qm||(Qm=oO.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),Km||(Km=oO.createElement("g",{mask:"url(#on-demand_svg__a)"},oO.createElement("path",{fill:"#02BF6F",d:"M4.667 10.667h4a.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475V8.533l1.85 1.484a.47.47 0 0 0 .533.066.46.46 0 0 0 .283-.45V6.367a.46.46 0 0 0-.283-.45.47.47 0 0 0-.534.066l-1.85 1.484V6a.65.65 0 0 0-.191-.475.65.65 0 0 0-.475-.192h-4a.65.65 0 0 0-.475.192A.65.65 0 0 0 4 6v4q0 .283.192.475a.65.65 0 0 0 .475.192m-2 2.666q-.55 0-.942-.391A1.28 1.28 0 0 1 1.333 12V4q0-.55.392-.942.391-.39.942-.391h10.667q.55 0 .941.391.392.392.392.942v8q0 .55-.392.942a1.28 1.28 0 0 1-.941.391zm0-1.333h10.667V4H2.667z"}))))},tf=function(e){return oO.createElement("svg",Yt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),ef||(ef=oO.createElement("path",{fill:"#6C737A",d:"M8 13.6q-2.334 0-3.967-1.633Q2.4 10.332 2.4 8h1.2q0 1.816 1.292 3.108Q6.182 12.4 8 12.4q1.816 0 3.108-1.292Q12.4 9.818 12.4 8q0-1.816-1.292-3.108Q9.818 3.6 8 3.6a4.3 4.3 0 0 0-1.91.427A4.25 4.25 0 0 0 4.618 5.2H6.4v1.2h-4v-4h1.2v2.167a5.56 5.56 0 0 1 1.908-1.584A5.4 5.4 0 0 1 8 2.4q1.167 0 2.185.443a5.7 5.7 0 0 1 1.774 1.198 5.7 5.7 0 0 1 1.198 1.773Q13.6 6.834 13.6 8q0 1.167-.443 2.185a5.7 5.7 0 0 1-1.198 1.774 5.7 5.7 0 0 1-1.774 1.198A5.4 5.4 0 0 1 8 13.6m1.667-3.333L7.4 8V4.8h1.2v2.7l1.917 1.917z"})))},of=function(e){return oO.createElement("svg",Jt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),nf||(nf=oO.createElement("path",{fill:"#6C737A",d:"M4.4 14.4q-.55 0-.875-.325T3.2 13.2V2.8q0-.55.325-.875.326-.325.875-.325h7.2q.55 0 .875.325t.325.875v10.4q0 .55-.325.875-.324.325-.875.325h-2l-.8-1.2H7.2l-.8 1.2zm1.2-4.8h4.8v-.55q0-.783-.75-1.117A4 4 0 0 0 8 7.6q-.9 0-1.65.333-.75.334-.75 1.117zm3.25-2.75Q9.2 6.5 9.2 6t-.35-.85A1.16 1.16 0 0 0 8 4.8q-.5 0-.85.35T6.8 6t.35.85.85.35.85-.35"})))},af=function(e){return oO.createElement("svg",Ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),rf||(rf=oO.createElement("path",{fill:"#6C737A",d:"M11.583 8.4 9.6 6.417l.85-.85L11.583 6.7l2.55-2.533.85.833zM4.7 7.3A2.31 2.31 0 0 1 4 5.6q0-1 .7-1.7a2.31 2.31 0 0 1 1.7-.7q1 0 1.7.7t.7 1.7-.7 1.7-1.7.7a2.31 2.31 0 0 1-1.7-.7m-3.1 5.5v-1.533q0-.433.208-.792.21-.358.575-.575a8.2 8.2 0 0 1 1.934-.816A7.7 7.7 0 0 1 6.4 8.8q1.067 0 2.083.284a8.2 8.2 0 0 1 1.934.816q.366.217.575.575.208.36.208.792V12.8z"})))},sf=function(e){return oO.createElement("svg",Qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),lf||(lf=oO.createElement("path",{fill:"#6C737A",d:"m12.8 14.5-1.7-1.7H3.2v-1.533q0-.434.208-.792.209-.358.575-.575A7.5 7.5 0 0 1 7.15 8.85L1.5 3.2l.85-.85 11.3 11.3zm-.767-4.6q.334.183.534.5.199.316.233.7l-1.65-1.65q.234.1.45.208.216.109.433.242M9.317 7.6 6 4.283q.333-.515.867-.8A2.4 2.4 0 0 1 8 3.2q1 0 1.7.7t.7 1.7q0 .6-.283 1.133a2.3 2.3 0 0 1-.8.867"})))},uf=function(e){return oO.createElement("svg",Kt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),cf||(cf=oO.createElement("path",{fill:"#6C737A",d:"M11.8 8.8V7.4h-1.4V6.2h1.4V4.8H13v1.4h1.4v1.2H13v1.4zM4.7 7.3A2.31 2.31 0 0 1 4 5.6q0-1 .7-1.7a2.31 2.31 0 0 1 1.7-.7q1 0 1.7.7t.7 1.7-.7 1.7-1.7.7a2.31 2.31 0 0 1-1.7-.7m-3.1 5.5v-1.533q0-.433.208-.792.21-.358.575-.575a8.2 8.2 0 0 1 1.934-.816A7.7 7.7 0 0 1 6.4 8.8q1.067 0 2.083.284a8.2 8.2 0 0 1 1.934.816q.366.217.575.575.208.36.208.792V12.8z"})))},pf=function(e){return oO.createElement("svg",$t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),df||(df=oO.createElement("path",{fill:"#02BF6F",d:"M7.06 17a7 7 0 0 1-1.513-2.237A6.9 6.9 0 0 1 5 12.018q0-1.482.547-2.762A7.4 7.4 0 0 1 7.042 7l.93.94a6 6 0 0 0-1.213 1.833 5.6 5.6 0 0 0-.447 2.229 5.64 5.64 0 0 0 1.678 4.059zM8.9 15.14a4.7 4.7 0 0 1-.93-1.409 4.3 4.3 0 0 1-.346-1.717q0-.935.346-1.73.346-.797.93-1.406l.93.94a3.2 3.2 0 0 0-.656.99 3.1 3.1 0 0 0-.238 1.205q0 .641.238 1.201.237.561.656.987zm2.014-2.04a1.5 1.5 0 0 1-.446-1.095q0-.64.45-1.092.452-.45 1.086-.45.633 0 1.08.455.446.456.446 1.096t-.45 1.091q-.452.45-1.086.451-.633 0-1.08-.456m4.166 2.021-.912-.92q.42-.428.656-.99.237-.564.238-1.205 0-.642-.238-1.202a3.1 3.1 0 0 0-.656-.986l.93-.94q.583.609.93 1.406.346.798.346 1.734 0 .918-.346 1.716-.347.798-.948 1.387M16.94 17l-.93-.94a5.65 5.65 0 0 0 1.677-4.044q0-1.203-.447-2.244a6 6 0 0 0-1.212-1.833l.93-.939a7.4 7.4 0 0 1 1.494 2.256Q19 10.535 19 12.018q0 1.464-.547 2.744A7 7 0 0 1 16.94 17"})))},ff=function(e){return oO.createElement("svg",en({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),mf||(mf=oO.createElement("path",{fill:"#6C737A",d:"m17.264 19-8.068-8.565q-.09.25-.135.518-.046.27-.046.557 0 .672.236 1.258.234.585.65 1.028l-.904.96a4.5 4.5 0 0 1-.94-1.45 4.7 4.7 0 0 1-.344-1.796q0-.576.136-1.104.135-.528.37-1.008L7.262 8.36q-.397.69-.624 1.488a6 6 0 0 0-.226 1.661q0 1.248.443 2.334a5.9 5.9 0 0 0 1.22 1.891l-.922.98a7.3 7.3 0 0 1-1.5-2.334 7.6 7.6 0 0 1-.543-2.87q0-1.153.307-2.2.307-1.046.886-1.949L5 5.98 5.922 5l12.264 13.02zm.542-3.342-.959-.998q.399-.691.625-1.489a6 6 0 0 0 .226-1.66 6.1 6.1 0 0 0-.444-2.334 5.9 5.9 0 0 0-1.22-1.892l.922-.98a7.3 7.3 0 0 1 1.501 2.334Q19 9.974 19 11.51q0 1.152-.308 2.209-.306 1.056-.886 1.94m-1.899-2.016-.995-1.056q.09-.27.136-.528.045-.26.045-.548 0-.672-.235-1.258a3.3 3.3 0 0 0-.651-1.027l.904-.96q.598.615.94 1.45.345.835.344 1.795 0 .576-.117 1.114a4 4 0 0 1-.371 1.018"})))},hf=function(e){return oO.createElement("svg",tn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),gf||(gf=oO.createElement("path",{fill:"#5D676B",d:"M1.6 12.8v-2.4H4v2.4zm3.6 0v-2.4h9.2v2.4zM1.6 9.2V6.8H4v2.4zm3.6 0V6.8h9.2v2.4zM1.6 5.6V3.2H4v2.4zm3.6 0V3.2h9.2v2.4z"})))},bf=function(e){return oO.createElement("svg",nn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),vf||(vf=oO.createElement("path",{fill:"#5D676B",d:"M3.333 14.667q-.55 0-.941-.392A1.28 1.28 0 0 1 2 13.334V4q0-.55.392-.941.391-.393.941-.392H4V1.334h1.333v1.333h5.334V1.334H12v1.333h.667q.55 0 .941.392Q14 3.45 14 4v3.117a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192.65.65 0 0 1-.475-.192.65.65 0 0 1-.191-.475v-.45H3.333v6.667H7.2q.283 0 .475.191a.65.65 0 0 1 .192.475.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192zm6.309-.309A3.21 3.21 0 0 1 8.667 12q0-1.383.975-2.358A3.21 3.21 0 0 1 12 8.667q1.383 0 2.358.975T15.333 12t-.975 2.358q-.975.976-2.358.976a3.21 3.21 0 0 1-2.358-.976m3.475-.774.466-.467-1.25-1.25V10h-.666v2.133z"})))},yf=function(e){return oO.createElement("svg",on({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),wf||(wf=oO.createElement("path",{stroke:"#282D2F",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8.302 20.547c.222.129.332.194.489.227.12.026.298.026.419 0 .156-.033.267-.098.488-.227C11.646 19.41 17 15.84 17 10.932V6.15c0-.8 0-1.2-.13-1.543a2 2 0 0 0-.547-.79c-.276-.243-.65-.383-1.4-.664l-5.361-2.01c-.208-.078-.312-.117-.419-.133a1 1 0 0 0-.286 0c-.107.016-.21.055-.419.133l-5.361 2.01c-.749.281-1.123.421-1.4.665a2 2 0 0 0-.546.789c-.13.343-.13.743-.13 1.543v4.782c0 4.908 5.353 8.478 7.301 9.615"})))},Cf=function(e){return oO.createElement("svg",rn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),If||(If=oO.createElement("path",{fill:"#6C737A",d:"M8.6 5.8a.96.96 0 0 0 .708-.292A.96.96 0 0 0 9.6 4.8a.96.96 0 0 0-.292-.708A.96.96 0 0 0 8.6 3.8a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708q0 .417.292.708.291.292.708.292m-4.4 0a.96.96 0 0 0 .708-.292A.96.96 0 0 0 5.2 4.8a.96.96 0 0 0-.292-.708A.96.96 0 0 0 4.2 3.8a.96.96 0 0 0-.708.292.96.96 0 0 0-.292.708q0 .417.292.708.291.292.708.292m4.108 3.317a2.77 2.77 0 0 0 1.259-1.434H3.233a2.77 2.77 0 0 0 1.259 1.434Q5.367 9.6 6.4 9.6q1.034 0 1.908-.483M3.917 12.3a6.5 6.5 0 0 1-2.042-1.375A6.5 6.5 0 0 1 .5 8.884 6.3 6.3 0 0 1 0 6.392a6.2 6.2 0 0 1 .5-2.484A6.453 6.453 0 0 1 3.916.5 6.3 6.3 0 0 1 6.408 0a6.2 6.2 0 0 1 2.484.5A6.48 6.48 0 0 1 12.3 3.912q.5 1.163.5 2.483t-.5 2.488A6.45 6.45 0 0 1 8.888 12.3q-1.163.5-2.483.5a6.25 6.25 0 0 1-2.488-.5"})))},Af=function(e){return oO.createElement("svg",an({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),xf||(xf=oO.createElement("path",{fill:"#6C737A",d:"M8.467 11.537A1.54 1.54 0 0 1 8 10.404q0-.67.463-1.137A1.54 1.54 0 0 1 9.596 8.8q.67 0 1.137.463t.467 1.133-.463 1.137A1.54 1.54 0 0 1 9.604 12q-.67 0-1.137-.463M3.6 14.4q-.495 0-.848-.358A1.16 1.16 0 0 1 2.4 13.2V4.4q0-.483.352-.842.353-.358.848-.358h1.2V1.6H6v1.6h4V1.6h1.2v1.6h1.2q.495 0 .847.358.353.36.353.842v8.8q0 .483-.353.842a1.15 1.15 0 0 1-.847.358zm0-1.2h8.8v-6H3.6z"})))},Ef=function(e){return oO.createElement("svg",ln({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_f||(_f=oO.createElement("path",{fill:"#6C737A",d:"M10 14v-1.2h2.8v-6H4v3.6H2.8V4q0-.483.353-.842Q3.504 2.8 4 2.8h1.2V1.2h1.2v1.6h4V1.2h1.2v1.6h1.2q.483 0 .842.358Q14 3.518 14 4v8.8q0 .483-.358.842-.36.358-.842.358zm-3.55.8-.85-.85.933-.95H2v-1.2h4.533l-.933-.95.85-.85 2.35 2.4zM4 5.6h8.8V4H4z"})))},Of=Object.freeze({__proto__:null,AddIcon:hc,AlertIcon:ru,ArrowDownIcon:Rc,ArrowLeftDoubleIcon:Tc,ArrowLeftIcon:bc,ArrowLeftSingleIcon:kc,AtIcon:Xc,BarChartIcon:Xd,BlockIcon:am,BlurOnIcon:sm,CachedIcon:dm,CalendarIcon:rp,CameraIcon:iu,CameraOutlinedIcon:cu,ChatDisabledIcon:vu,ChatDisabledOldIcon:Ym,ChatIcon:du,CheckCircleIcon:Zc,CheckCircleSolidIcon:Yc,CheckIcon:yc,CheckboxIcon:Uc,ClockIcon:Xu,CloseIcon:ks,CompressIcon:zc,CopyIcon:Zu,CustomizeIcon:fm,DeleteIcon:Cc,DotsIcon:Yu,DownloadIcon:Uu,EditIcon:Ac,EditSectionIcon:Ec,ElectricBoltIcon:vm,EventDetailsIcon:lp,EventRepeatIcon:up,ExclamationIcon:Kc,ExpandIcon:Hc,ExternalLinkIcon:Ku,EyeSolidIcon:Um,FacebookIcon:hp,FacebookSquaredIcon:bp,FeatureActionIcon:ym,FileIcon:ed,FilterListIcon:nd,FlipCameraIcon:rd,GearIcon:id,HelpIcon:_d,HelpSolidIcon:Od,InfoCircleIcon:Gd,InfoCircleSolidIcon:Td,InfoIcon:Rd,InfoSolidIcon:Nd,InsightsIcon:Zd,ItemsIcon:Cm,LinkedInIcon:Ip,LinkedInSquaredIcon:xp,ListIcon:Am,LocationIcon:zp,LockIcon:sd,MagicIcon:Em,MailIcon:ud,MaterialIcon:Sm,MaterialsIcon:Pm,MicBoldIcon:Mu,MicOffIcon:xu,MicOffSolidIcon:yu,MicOnSolidIcon:Su,MicOutlinedIcon:_u,MobileDeviceIcon:Bm,OnDemanIcon:$m,OutStageIcon:Zp,PasswordEyeCrossedIcon:nu,PasswordEyeIcon:eu,PastSessionIcon:tf,PeopleCommunityIcon:Op,PeopleIcon:_p,Person:Rp,PersonCardIcon:of,PersonCheckIcon:af,PersonCrossedIcon:sf,PersonDeleteIcon:Pp,PersonIcon:Rp,PersonPlusIcon:uf,PlayCircleIcon:gd,PlayIcon:pd,PlusIcon:Pc,PollIcon:Jd,PresentationIcon:Yp,ProgressIcon:Qd,RadioIcon:Vm,ReplayDisabledIcon:Lm,RestartIcon:Fm,RestreamingDisabledIcon:ff,RestreamingIcon:pf,RocketIcon:Wm,ScreenPersonIcon:Up,ScreenShareIcon:em,ScreenShareWindowIcon:Kp,SearchIcon:Bc,SeriesTypeIcon:hf,SessionTimeIcon:bf,ShieldIcon:yf,SideBarIcon:Hp,SmileIcon:Bp,SmileSolidIcon:Cf,SpotlightIcon:Xp,StackedEmailIcon:Zm,StageIcon:nm,StandardTypeIcon:Af,SyncIcon:vd,TimesCircleIcon:wd,TodayIcon:mp,TrashIcon:Id,TrendingDownIcon:$d,TrendingUpIcon:tp,UndoIcon:xd,UpcomingSessionIcon:Ef,VideoCamOnIcon:Bu,VideoCamOnSolidIcon:Tu,VolumeOffIcon:Lu,VolumeUpSolidIcon:Hu,WarningIcon:Ld,WarningSolidIcon:Hd,YoutubeIcon:Tp,YoutubeSquaredIcon:kp}),Sf={avatarRoot:"Avatar-modules_avatarRoot__-f6qf",avatarImage:"Avatar-modules_avatarImage__zceNY",avatarFallback:"Avatar-modules_avatarFallback__q-QHl",size16:"Avatar-modules_size16__G8gqA",size24:"Avatar-modules_size24__mfBv9",size32:"Avatar-modules_size32__B21z8",size40:"Avatar-modules_size40__ixjf7",size48:"Avatar-modules_size48__l5CtN",size64:"Avatar-modules_size64__2kbdu",size80:"Avatar-modules_size80__MjWsy",size96:"Avatar-modules_size96__GRUKB",size128:"Avatar-modules_size128__STzjL"};const zO=[16,24,32,40,48,64,80,96,128],FO=({src:e="",size:t=32,userName:n="",alt:o="",className:r="",fallbackDelay:a=600})=>{const i=zO.includes(t)?Sf[`size${t}`]:Sf.size32,l=String(n).slice(0,1)||"";return rO.createElement("div",{className:ti(i,"demio-ui-avatar",r)},rO.createElement(dc,{className:ti(Sf.avatarRoot,"demio-ui-avatar-root")},rO.createElement(pc,{className:ti(Sf.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),rO.createElement(mc,{className:ti(Sf.avatarFallback,"demio-ui-avatar-fallback"),delayMs:a},l||rO.createElement(Rp,null))))};Rf={badge:"Badge-modules_badge__Q3gMy",title:"Badge-modules_title__ldcxW",icon:"Badge-modules_icon__PuMGj",orange:"Badge-modules_orange__KUE8y",gray:"Badge-modules_gray__gyQRh",purple:"Badge-modules_purple__0r-Ep",blue:"Badge-modules_blue__gLy09",outlined:"Badge-modules_outlined__6J7Qy",contained:"Badge-modules_contained__iOqhq",green:"Badge-modules_green__az-Sp"};const HO=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:r="green"})=>rO.createElement("div",{className:ti(Rf.badge,Rf[o],Rf[r],"demio-ui-badge",e)},t&&rO.createElement("div",{className:ti(Rf.icon,"demio-ui-badge-icon")},t),rO.createElement("p",{className:ti(Rf.title,"demio-ui-badge-title")},n));Mf={button:"Button-modules_button__aG-rx",primary:"Button-modules_primary__4wFpG",red:"Button-modules_red__kzhcS",dark:"Button-modules_dark__y2K4o",secondary:"Button-modules_secondary__BxoW-",green:"Button-modules_green__XduFJ",tertiary:"Button-modules_tertiary__atvmK",quarter:"Button-modules_quarter__X0oiw",fullWidth:"Button-modules_fullWidth__K1YM1",prefix:"Button-modules_prefix__5QA-K",suffix:"Button-modules_suffix__alHaW"};const WO=iO(({disabled:e=!1,children:t,onClick:n,variant:o="primary",color:r="green",type:a="button",prefix:i="",suffix:l="",className:s="",fullWidth:c=!1,showLoader:u=!1,...d},p)=>rO.createElement("button",{ref:p,type:a,disabled:e,className:ti("demio-ui-button",Mf.button,{[s]:s,[Mf[o]]:o,[Mf.fullWidth]:c,[Mf[r]]:!!r}),onClick:n,...d},(i||u)&&rO.createElement("span",{className:ti("demio-ui-button-prefix",Mf.prefix)},u?rO.createElement(V,{size:"small",inheritColor:!0}):i),rO.createElement("span",null,t),l&&rO.createElement("span",{className:ti("demio-ui-button-suffix",Mf.suffix)},l)));Pf={card:"Card-modules_card__CalVf",shadowElevation1:"Card-modules_shadowElevation1__W-OBt",shadowElevation2:"Card-modules_shadowElevation2__wi10x",shadowElevation3:"Card-modules_shadowElevation3__PhQ67",shadowElevation4:"Card-modules_shadowElevation4__Gw1NR",shadowElevation5:"Card-modules_shadowElevation5__1dyXB",shadowElevation6:"Card-modules_shadowElevation6__d6Bwl",shadowElevation7:"Card-modules_shadowElevation7__IKuo-",shadowElevation8:"Card-modules_shadowElevation8__fboRY",shadowElevation9:"Card-modules_shadowElevation9__hpxHG",emptyState:"Card-modules_emptyState__NPe3g"};const XO=lO(({children:e=null,className:t="",isEmptyStateAvailable:n=!0,isLoading:o=!1,emptyStateIcon:r=null,emptyStateText:a="",shadowElevation:i=1})=>{const l=null===r,s=""===a,c=Pf[`shadowElevation${i}`];return rO.createElement("div",{className:ti(Pf.card,c,"demio-ui-card",t)},o&&rO.createElement(V,{className:"demio-ui-card-loader"}),!o&&(e||rO.createElement("div",{className:ti(Pf.emptyState,"demio-ui-card-empty-state")},n&&rO.createElement(rO.Fragment,null,rO.createElement("div",{className:ti({"demio-ui-card-empty-state-icon":l,"demio-ui-card-custom-state-icon":!l})},r||rO.createElement(Xd,null)),rO.createElement("div",{className:ti({"demio-ui-card-empty-state-text":s,"demio-ui-card-custom-state-text":!s})},a||"No Data Available")))))});Nf="Checkbox";var[jO]=o(Nf),[ZO,qO]=jO(Nf);Bf="CheckboxTrigger",(Gf=oO.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:n,...o},r)=>{const{control:a,value:i,disabled:c,checked:u,required:d,setControl:p,setChecked:m,hasConsumerStoppedPropagationRef:f,isFormControl:g,bubbleInput:h}=qO(Bf,e),v=l(r,p),b=oO.useRef(u);return oO.useEffect(()=>{const e=a?.form;if(e){const t=()=>m(b.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[a,m]),bO(li.button,{type:"button",role:"checkbox","aria-checked":pn(u)?"mixed":u,"aria-required":d,"data-state":mn(u),"data-disabled":c?"":void 0,disabled:c,value:i,...o,ref:v,onKeyDown:s(t,e=>{"Enter"===e.key&&e.preventDefault()}),onClick:s(n,e=>{m(e=>!!pn(e)||!e),h&&g&&(f.current=e.isPropagationStopped(),f.current||e.stopPropagation())})})})).displayName=Bf,(Vf=oO.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:o,checked:r,defaultChecked:a,required:i,disabled:l,value:s,onCheckedChange:c,form:u,...d}=e;return bO(un,{__scopeCheckbox:n,checked:r,defaultChecked:a,disabled:l,required:i,onCheckedChange:c,name:o,form:u,value:s,internal_do_not_use_render:({isFormControl:e})=>yO(wO,{children:[bO(Gf,{...d,ref:t,__scopeCheckbox:n}),e&&bO(Lf,{__scopeCheckbox:n})]})})})).displayName=Nf,Tf="CheckboxIndicator",(Df=oO.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,a=qO(Tf,n);return bO(_i,{present:o||pn(a.checked)||!0===a.checked,children:bO(li.span,{"data-state":mn(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=Tf,kf="CheckboxBubbleInput",(Lf=oO.forwardRef(({__scopeCheckbox:e,...t},n)=>{const{control:o,hasConsumerStoppedPropagationRef:r,checked:a,defaultChecked:i,required:s,disabled:c,name:u,value:d,form:p,bubbleInput:m,setBubbleInput:f}=qO(kf,e),g=l(n,f),h=sn(a),v=cn(o);oO.useEffect(()=>{const e=m;if(!e)return;const t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,"checked").set,o=!r.current;if(h!==a&&n){const t=new Event("click",{bubbles:o});e.indeterminate=pn(a),n.call(e,!pn(a)&&a),e.dispatchEvent(t)}},[m,h,a,r]);const b=oO.useRef(!pn(a)&&a);return bO(li.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??b.current,required:s,disabled:c,name:u,value:d,form:p,...t,tabIndex:-1,ref:g,style:{...t.style,...v,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})})).displayName=kf,zf=Symbol.for("react.lazy"),Ff=oO[" use ".trim().toString()],Hf=Symbol("radix.slottable"),Wf=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=gn(e),n=oO.forwardRef((e,n)=>{let{children:o,...r}=e;fn(o)&&"function"==typeof Ff&&(o=Ff(o._payload));const a=oO.Children.toArray(o),i=a.find(hn);if(i){const e=i.props.children,o=a.map(t=>t===i?oO.Children.count(e)>1?oO.Children.only(null):oO.isValidElement(e)?e.props.children:null:t);return bO(t,{...r,ref:n,children:oO.isValidElement(e)?oO.cloneElement(e,void 0,o):null})}return bO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=oO.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),bO(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Xf="Label",(jf=oO.forwardRef((e,t)=>bO(Wf.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=Xf,Zf=jf,qf="Label-modules_label__rXO6J",Yf="Label-modules_semiBold__vTm1B",Jf="Label-modules_regular__F9gNE";const YO=(e="regular")=>"semiBold"===e?Yf:Jf;Uf="Checkbox-modules_container__psQsQ",Qf="Checkbox-modules_root__iysyc",Kf="Checkbox-modules_label__4TV-f";const JO=lO(iO(({children:e=null,disabled:t=!1,id:n,...o},r)=>rO.createElement("div",{className:ti("demio-ui-checkbox",Uf),ref:r},rO.createElement(Vf,{...o,className:ti("demio-ui-checkbox-button",Qf),disabled:t,id:n},rO.createElement(Df,{className:"demio-ui-checkbox-button"},rO.createElement(Uc,null))),e&&rO.createElement(vn,{className:ti("demio-ui-checkbox-label",Kf),htmlFor:n,weight:"regular"},e))));$f="InputHint-modules_root__bJTnj",eg="InputHint-modules_error__HZnQD",tg={root:"Input-modules_root__vdxX5",label:"Input-modules_label__2RN8-",optional:"Input-modules_optional__M78yJ",static:"Input-modules_static__cpwFU",correctedTop:"Input-modules_correctedTop__I3y-S",inputWrapper:"Input-modules_inputWrapper__KPYyg",input:"Input-modules_input__y9hSj",startAdornment:"Input-modules_startAdornment__Xs8xw",endAdornment:"Input-modules_endAdornment__z04mP",footer:"Input-modules_footer__R8J8U",togglePasswordButton:"Input-modules_togglePasswordButton__KGieB",footerMessage:"Input-modules_footerMessage__akEOh",counter:"Input-modules_counter__HFA5P",isDisabled:"Input-modules_isDisabled__bHf8L",hint:"Input-modules_hint__e-KNY",isError:"Input-modules_isError__1B8e9",isFocused:"Input-modules_isFocused__Oa1Re",isLabelStatic:"Input-modules_isLabelStatic__iF0-s"};const UO=iO((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:r=.8,defaultValue:a="",disabled:i=!1,endAdornment:l=null,endAdornmentClassName:s="",errorMessage:c="",hint:u="",id:d,inputWrapperClass:p="",isLabelStatic:m=!1,label:f="",maxLength:g=150,name:h="",onBlur:v,onChange:b,onFocus:w,optionalText:y="Optional",placeholder:I="",required:C=!1,startAdornment:x=null,type:A="text",value:_,...E}=e,[O,S]=aO(!1),[R,M]=aO(a||""),[P,N]=aO(!1),B=void 0!==_,G="password"===A,V=G?O?"text":"password":A,T=B?_:R,D=T.length,k=D>=g*r;return rO.createElement("div",{className:ti("demio-ui-input",`demio-ui-input-${A}`,tg.root,{[o]:!!o,[tg.isDisabled]:i,[tg.isFocused]:P||T,[tg.hasStartAdornment]:!!x,[tg.isError]:!!c,[tg.isLabelStatic]:!!m,"demio-ui-input-has-error":!!c}),"data-html":"container","data-state":P?"focused":""},f&&rO.createElement("label",{htmlFor:d,className:ti("demio-ui-input-label",tg.label,{[tg.static]:m}),"data-html":"label"},f),!C&&rO.createElement("span",{className:ti("demio-ui-input-optional",tg.optional,{[tg.correctedTop]:m}),"data-html":"optional"},y),rO.createElement("div",{className:ti("demio-ui-input-wrapper",tg.inputWrapper,p),"data-html":"wrapper"},x&&rO.createElement("div",{className:tg.startAdornment,"data-html":"start-adornment"},x),rO.createElement("input",{...E,type:V,id:d,ref:t,name:h||d,className:tg.input,placeholder:I,required:C,"data-html":"input",disabled:i,autoComplete:n,maxLength:g,onChange:e=>{b?.(e),B||M(e.target.value)},value:T,onFocus:e=>{w?.(e),N(!0)},onBlur:e=>{v?.(e),N(!1)}}),l&&rO.createElement("div",{className:ti(tg.endAdornment,{[s]:!!s}),"data-html":"end-adornment"},l),G&&rO.createElement("button",{className:ti("demio-ui-input-toggle-password-button",tg.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{S(!O)},type:"button"},O?rO.createElement(eu,null):rO.createElement(nu,null))),rO.createElement("div",{className:ti("demio-ui-input-footer",tg.footer,{[tg.footerWithEndAdornment]:!!l}),"data-html":"footer"},rO.createElement("div",{className:ti("demio-ui-input-footer-message",tg.footerMessage)},c&&rO.createElement(bn,{type:"error"},c),u&&!c&&rO.createElement(bn,{className:tg.hint},u)),rO.createElement(bn,{className:ti("demio-ui-input-counter",tg.counter)},k&&`(${D} / ${g})`)))});ng="CopyLinkInput-module_root__oxVd0",og="CopyLinkInput-module_input__MQztq",rg="CopyLinkInput-module_button__J5F9v",ag="CopyLinkInput-module_inputWrapper__m0PMy";const QO=({onCopy:e})=>rO.createElement("button",{type:"button",className:rg,onClick:e,"aria-label":"Copy to clipboard"},rO.createElement(Zu,{width:16,height:16})),KO=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...r})=>{const[a,i]=aO(!1),l=sO(null),s=sO(null),c=cO(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(hP){console.error("Could not copy text: ",hP)}})(e),i(!0),l.current=setTimeout(()=>{i(!1)},2e3)},[e]);return uO(()=>()=>{l.current&&clearTimeout(l.current)},[]),rO.createElement("div",{className:ti(ng,t)},rO.createElement(UO,{className:og,readOnly:!0,id:o,ref:s,value:e,hint:a?n:"",inputWrapperClass:ag,endAdornment:rO.createElement(QO,{onCopy:c}),required:!0,onFocus:e=>{c(),r.onFocus&&r.onFocus(e)},...r}))};hg=e(xn()),vg=".reactEasyCrop_Container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n user-select: none;\n touch-action: none;\n cursor: move;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.reactEasyCrop_Image,\n.reactEasyCrop_Video {\n will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */\n}\n\n.reactEasyCrop_Contain {\n max-width: 100%;\n max-height: 100%;\n margin: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.reactEasyCrop_Cover_Horizontal {\n width: 100%;\n height: auto;\n}\n.reactEasyCrop_Cover_Vertical {\n width: auto;\n height: 100%;\n}\n\n.reactEasyCrop_CropArea {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n border: 1px solid rgba(255, 255, 255, 0.5);\n box-sizing: border-box;\n box-shadow: 0 0 0 9999em;\n color: rgba(0, 0, 0, 0.5);\n overflow: hidden;\n}\n\n.reactEasyCrop_CropAreaRound {\n border-radius: 50%;\n}\n\n.reactEasyCrop_CropAreaGrid::before {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 0;\n bottom: 0;\n left: 33.33%;\n right: 33.33%;\n border-top: 0;\n border-bottom: 0;\n}\n\n.reactEasyCrop_CropAreaGrid::after {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 33.33%;\n bottom: 33.33%;\n left: 0;\n right: 0;\n border-left: 0;\n border-right: 0;\n}\n",bg=1,wg=3,yg=1,Ig=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=oO.createRef(),n.imageRef=oO.createRef(),n.videoRef=oO.createRef(),n.containerPosition={x:0,y:0},n.containerRef=null,n.styleRef=null,n.containerRect=null,n.mediaSize={width:0,height:0,naturalWidth:0,naturalHeight:0},n.dragStartPosition={x:0,y:0},n.dragStartCrop={x:0,y:0},n.gestureZoomStart=0,n.gestureRotationStart=0,n.isTouching=!1,n.lastPinchDistance=0,n.lastPinchRotation=0,n.rafDragTimeout=null,n.rafPinchTimeout=null,n.wheelTimer=null,n.currentDoc="undefined"!=typeof document?document:null,n.currentWindow="undefined"!=typeof window?window:null,n.resizeObserver=null,n.previousCropSize=null,n.isInitialized=!1,n.state={cropSize:null,hasWheelJustStarted:!1,mediaObjectFit:void 0},n.initResizeObserver=function(){if(void 0!==window.ResizeObserver&&n.containerRef){var e=!0;n.resizeObserver=new window.ResizeObserver(function(t){e?e=!1:n.computeSizes()}),n.resizeObserver.observe(n.containerRef)}},n.preventZoomSafari=function(e){return e.preventDefault()},n.cleanEvents=function(){n.currentDoc&&(n.currentDoc.removeEventListener("mousemove",n.onMouseMove),n.currentDoc.removeEventListener("mouseup",n.onDragStopped),n.currentDoc.removeEventListener("touchmove",n.onTouchMove),n.currentDoc.removeEventListener("touchend",n.onDragStopped),n.currentDoc.removeEventListener("gesturechange",n.onGestureChange),n.currentDoc.removeEventListener("gestureend",n.onGestureEnd),n.currentDoc.removeEventListener("scroll",n.onScroll))},n.clearScrollEvent=function(){n.containerRef&&n.containerRef.removeEventListener("wheel",n.onWheel),n.wheelTimer&&clearTimeout(n.wheelTimer)},n.onMediaLoad=function(){var e=n.computeSizes();e&&(n.previousCropSize=e,n.emitCropData(),n.setInitialCrop(e),n.isInitialized=!0),n.props.onMediaLoaded&&n.props.onMediaLoaded(n.mediaSize)},n.setInitialCrop=function(e){var t,o,r,a;n.props.initialCroppedAreaPercentages?(t=function(e,t,n,o,r,a){var i=Pn(t.width,t.height,n),l=Nn(o.width/i.width*(100/e.width),r,a),s={x:l*i.width/2-o.width/2-i.width*l*(e.x/100),y:l*i.height/2-o.height/2-i.height*l*(e.y/100)};return{crop:s,zoom:l}}(n.props.initialCroppedAreaPercentages,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=t.crop,r=t.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(r)):n.props.initialCroppedAreaPixels&&(a=function(e,t,n,o,r,a){var i,l,s;return void 0===n&&(n=0),i=Pn(t.naturalWidth,t.naturalHeight,n),l=Nn(function(e,t,n){var o=function(e){return e.width>e.height?e.width/e.naturalWidth:e.height/e.naturalHeight}(t);return n.height>n.width?n.height/(e.height*o):n.width/(e.width*o)}(e,t,o),r,a),s=o.height>o.width?o.height/e.height:o.width/e.width,{crop:{x:((i.width-e.width)/2-e.x)*s,y:((i.height-e.height)/2-e.y)*s},zoom:l}}(n.props.initialCroppedAreaPixels,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=a.crop,r=a.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(r))},n.computeSizes=function(){var e,t,o,r,a,i,l,s,c,u,d,p,m=n.imageRef.current||n.videoRef.current;if(m&&n.containerRef){if(n.containerRect=n.containerRef.getBoundingClientRect(),n.saveContainerPosition(),l=n.containerRect.width/n.containerRect.height,u=(s=(null===(e=n.imageRef.current)||void 0===e?void 0:e.naturalWidth)||(null===(t=n.videoRef.current)||void 0===t?void 0:t.videoWidth)||0)/(c=(null===(o=n.imageRef.current)||void 0===o?void 0:o.naturalHeight)||(null===(r=n.videoRef.current)||void 0===r?void 0:r.videoHeight)||0),d=void 0,m.offsetWidth<s||m.offsetHeight<c)switch(n.state.mediaObjectFit){default:case"contain":d=l>u?{width:n.containerRect.height*u,height:n.containerRect.height}:{width:n.containerRect.width,height:n.containerRect.width/u};break;case"horizontal-cover":d={width:n.containerRect.width,height:n.containerRect.width/u};break;case"vertical-cover":d={width:n.containerRect.height*u,height:n.containerRect.height}}else d={width:m.offsetWidth,height:m.offsetHeight};return n.mediaSize=Si(Si({},d),{naturalWidth:s,naturalHeight:c}),n.props.setMediaSize&&n.props.setMediaSize(n.mediaSize),p=n.props.cropSize?n.props.cropSize:function(e,t,n,o,r,a){var i,l,s,c,u;return void 0===a&&(a=0),l=(i=Pn(e,t,a)).width,s=i.height,(c=Math.min(l,n))>(u=Math.min(s,o))*r?{width:u*r,height:u}:{width:c,height:c/r}}(n.mediaSize.width,n.mediaSize.height,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation),(null===(a=n.state.cropSize)||void 0===a?void 0:a.height)===p.height&&(null===(i=n.state.cropSize)||void 0===i?void 0:i.width)===p.width||n.props.onCropSizeChange&&n.props.onCropSizeChange(p),n.setState({cropSize:p},n.recomputeCropPosition),n.props.setCropSize&&n.props.setCropSize(p),p}},n.saveContainerPosition=function(){if(n.containerRef){var e=n.containerRef.getBoundingClientRect();n.containerPosition={x:e.left,y:e.top}}},n.onMouseDown=function(e){n.currentDoc&&(e.preventDefault(),n.currentDoc.addEventListener("mousemove",n.onMouseMove),n.currentDoc.addEventListener("mouseup",n.onDragStopped),n.saveContainerPosition(),n.onDragStart(t.getMousePoint(e)))},n.onMouseMove=function(e){return n.onDrag(t.getMousePoint(e))},n.onScroll=function(e){n.currentDoc&&(e.preventDefault(),n.saveContainerPosition())},n.onTouchStart=function(e){n.currentDoc&&(n.isTouching=!0,n.props.onTouchRequest&&!n.props.onTouchRequest(e)||(n.currentDoc.addEventListener("touchmove",n.onTouchMove,{passive:!1}),n.currentDoc.addEventListener("touchend",n.onDragStopped),n.saveContainerPosition(),2===e.touches.length?n.onPinchStart(e):1===e.touches.length&&n.onDragStart(t.getTouchPoint(e.touches[0]))))},n.onTouchMove=function(e){e.preventDefault(),2===e.touches.length?n.onPinchMove(e):1===e.touches.length&&n.onDrag(t.getTouchPoint(e.touches[0]))},n.onGestureStart=function(e){n.currentDoc&&(e.preventDefault(),n.currentDoc.addEventListener("gesturechange",n.onGestureChange),n.currentDoc.addEventListener("gestureend",n.onGestureEnd),n.gestureZoomStart=n.props.zoom,n.gestureRotationStart=n.props.rotation)},n.onGestureChange=function(e){var o,r,a;e.preventDefault(),n.isTouching||(o=t.getMousePoint(e),r=n.gestureZoomStart-1+e.scale,n.setNewZoom(r,o,{shouldUpdatePosition:!0}),n.props.onRotationChange&&(a=n.gestureRotationStart+e.rotation,n.props.onRotationChange(a)))},n.onGestureEnd=function(e){n.cleanEvents()},n.onDragStart=function(e){var t,o,r=e.x,a=e.y;n.dragStartPosition={x:r,y:a},n.dragStartCrop=Si({},n.props.crop),null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t)},n.onDrag=function(e){var t=e.x,o=e.y;n.currentWindow&&(n.rafDragTimeout&&n.currentWindow.cancelAnimationFrame(n.rafDragTimeout),n.rafDragTimeout=n.currentWindow.requestAnimationFrame(function(){var e,r,a,i;n.state.cropSize&&void 0!==t&&void 0!==o&&(e=t-n.dragStartPosition.x,r=o-n.dragStartPosition.y,a={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+r},i=n.props.restrictPosition?An(a,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):a,n.props.onCropChange(i))}))},n.onDragStopped=function(){var e,t;n.isTouching=!1,n.cleanEvents(),n.emitCropData(),null===(t=(e=n.props).onInteractionEnd)||void 0===t||t.call(e)},n.onWheel=function(e){var o,r,a;n.currentWindow&&(n.props.onWheelRequest&&!n.props.onWheelRequest(e)||(e.preventDefault(),o=t.getMousePoint(e),r=hg(e).pixelY,a=n.props.zoom-r*n.props.zoomSpeed/200,n.setNewZoom(a,o,{shouldUpdatePosition:!0}),n.state.hasWheelJustStarted||n.setState({hasWheelJustStarted:!0},function(){var e,t;return null===(t=(e=n.props).onInteractionStart)||void 0===t?void 0:t.call(e)}),n.wheelTimer&&clearTimeout(n.wheelTimer),n.wheelTimer=n.currentWindow.setTimeout(function(){return n.setState({hasWheelJustStarted:!1},function(){var e,t;return null===(t=(e=n.props).onInteractionEnd)||void 0===t?void 0:t.call(e)})},250)))},n.getPointOnContainer=function(e,t){var o=e.x,r=e.y;if(!n.containerRect)throw new Error("The Cropper is not mounted");return{x:n.containerRect.width/2-(o-t.x),y:n.containerRect.height/2-(r-t.y)}},n.getPointOnMedia=function(e){var t=e.x,o=e.y,r=n.props,a=r.crop,i=r.zoom;return{x:(t+a.x)/i,y:(o+a.y)/i}},n.setNewZoom=function(e,t,o){var r,a,i,l,s,c=void 0===o?{}:o,u=c.shouldUpdatePosition,d=void 0===u||u;n.state.cropSize&&n.props.onZoomChange&&(r=Nn(e,n.props.minZoom,n.props.maxZoom),d&&(a=n.getPointOnContainer(t,n.containerPosition),l={x:(i=n.getPointOnMedia(a)).x*r-a.x,y:i.y*r-a.y},s=n.props.restrictPosition?An(l,n.mediaSize,n.state.cropSize,r,n.props.rotation):l,n.props.onCropChange(s)),n.props.onZoomChange(r))},n.getCropData=function(){return n.state.cropSize?function(e,t,n,o,r,a,i){var l,s,c,u,d,p,m;return void 0===a&&(a=0),void 0===i&&(i=!0),l=i?Sn:Rn,s=Pn(t.width,t.height,a),c=Pn(t.naturalWidth,t.naturalHeight,a),u={x:l(100,((s.width-n.width/r)/2-e.x/r)/s.width*100),y:l(100,((s.height-n.height/r)/2-e.y/r)/s.height*100),width:l(100,n.width/s.width*100/r),height:l(100,n.height/s.height*100/r)},d=Math.round(l(c.width,u.width*c.width/100)),p=Math.round(l(c.height,u.height*c.height/100)),m=c.width>=c.height*o?{width:Math.round(p*o),height:p}:{width:d,height:Math.round(d/o)},{croppedAreaPercentages:u,croppedAreaPixels:Si(Si({},m),{x:Math.round(l(c.width-m.width,u.x*c.width/100)),y:Math.round(l(c.height-m.height,u.y*c.height/100))})}}(n.props.restrictPosition?An(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop,n.mediaSize,n.state.cropSize,n.getAspect(),n.props.zoom,n.props.rotation,n.props.restrictPosition):null},n.emitCropData=function(){var e,t,o=n.getCropData();o&&(e=o.croppedAreaPercentages,t=o.croppedAreaPixels,n.props.onCropComplete&&n.props.onCropComplete(e,t),n.props.onCropAreaChange&&n.props.onCropAreaChange(e,t))},n.emitCropAreaChange=function(){var e,t,o=n.getCropData();o&&(e=o.croppedAreaPercentages,t=o.croppedAreaPixels,n.props.onCropAreaChange&&n.props.onCropAreaChange(e,t))},n.recomputeCropPosition=function(){var e,t,o,r,a,i;n.state.cropSize&&(o=n.props.crop,n.isInitialized&&(null===(e=n.previousCropSize)||void 0===e?void 0:e.width)&&(null===(t=n.previousCropSize)||void 0===t?void 0:t.height)&&(Math.abs(n.previousCropSize.width-n.state.cropSize.width)>1e-6||Math.abs(n.previousCropSize.height-n.state.cropSize.height)>1e-6)&&(r=n.state.cropSize.width/n.previousCropSize.width,a=n.state.cropSize.height/n.previousCropSize.height,o={x:n.props.crop.x*r,y:n.props.crop.y*a}),i=n.props.restrictPosition?An(o,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):o,n.previousCropSize=n.state.cropSize,n.props.onCropChange(i),n.emitCropData())},n.onKeyDown=function(e){var t,o,r,a=n.props,i=a.crop,l=a.onCropChange,s=a.keyboardStep,c=a.zoom,u=a.rotation,d=s;if(n.state.cropSize){switch(e.shiftKey&&(d*=.2),r=Si({},i),e.key){case"ArrowUp":r.y-=d,e.preventDefault();break;case"ArrowDown":r.y+=d,e.preventDefault();break;case"ArrowLeft":r.x-=d,e.preventDefault();break;case"ArrowRight":r.x+=d,e.preventDefault();break;default:return}n.props.restrictPosition&&(r=An(r,n.mediaSize,n.state.cropSize,c,u)),e.repeat||null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t),l(r)}},n.onKeyUp=function(e){var t,o;switch(e.key){case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":e.preventDefault();break;default:return}n.emitCropData(),null===(o=(t=n.props).onInteractionEnd)||void 0===o||o.call(t)},n}return function(e,t){function n(){this.constructor=e}if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Oi(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){this.currentDoc&&this.currentWindow&&(this.containerRef&&(this.containerRef.ownerDocument&&(this.currentDoc=this.containerRef.ownerDocument),this.currentDoc.defaultView&&(this.currentWindow=this.currentDoc.defaultView),this.initResizeObserver(),void 0===window.ResizeObserver&&this.currentWindow.addEventListener("resize",this.computeSizes),this.props.zoomWithScroll&&this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}),this.containerRef.addEventListener("gesturestart",this.onGestureStart)),this.currentDoc.addEventListener("scroll",this.onScroll),this.props.disableAutomaticStylesInjection||(this.styleRef=this.currentDoc.createElement("style"),this.styleRef.setAttribute("type","text/css"),this.props.nonce&&this.styleRef.setAttribute("nonce",this.props.nonce),this.styleRef.innerHTML=vg,this.currentDoc.head.appendChild(this.styleRef)),this.imageRef.current&&this.imageRef.current.complete&&this.onMediaLoad(),this.props.setImageRef&&this.props.setImageRef(this.imageRef),this.props.setVideoRef&&this.props.setVideoRef(this.videoRef),this.props.setCropperRef&&this.props.setCropperRef(this.cropperRef))},t.prototype.componentWillUnmount=function(){var e,t;this.currentDoc&&this.currentWindow&&(void 0===window.ResizeObserver&&this.currentWindow.removeEventListener("resize",this.computeSizes),null===(e=this.resizeObserver)||void 0===e||e.disconnect(),this.containerRef&&this.containerRef.removeEventListener("gesturestart",this.preventZoomSafari),this.styleRef&&(null===(t=this.styleRef.parentNode)||void 0===t||t.removeChild(this.styleRef)),this.cleanEvents(),this.props.zoomWithScroll&&this.clearScrollEvent())},t.prototype.componentDidUpdate=function(e){var t,n,o,r,a,i,l,s,c,u;e.rotation!==this.props.rotation?(this.computeSizes(),this.recomputeCropPosition()):e.aspect!==this.props.aspect||e.objectFit!==this.props.objectFit?this.computeSizes():e.zoom!==this.props.zoom?this.recomputeCropPosition():(null===(t=e.cropSize)||void 0===t?void 0:t.height)!==(null===(n=this.props.cropSize)||void 0===n?void 0:n.height)||(null===(o=e.cropSize)||void 0===o?void 0:o.width)!==(null===(r=this.props.cropSize)||void 0===r?void 0:r.width)?this.computeSizes():(null===(a=e.crop)||void 0===a?void 0:a.x)===(null===(i=this.props.crop)||void 0===i?void 0:i.x)&&(null===(l=e.crop)||void 0===l?void 0:l.y)===(null===(s=this.props.crop)||void 0===s?void 0:s.y)||this.emitCropAreaChange(),e.zoomWithScroll!==this.props.zoomWithScroll&&this.containerRef&&(this.props.zoomWithScroll?this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}):this.clearScrollEvent()),e.video!==this.props.video&&(null===(c=this.videoRef.current)||void 0===c||c.load()),(u=this.getObjectFit())!==this.state.mediaObjectFit&&this.setState({mediaObjectFit:u},this.computeSizes)},t.prototype.getAspect=function(){var e=this.props,t=e.cropSize,n=e.aspect;return t?t.width/t.height:n},t.prototype.getObjectFit=function(){var e,t,n,o,r;return"cover"===this.props.objectFit?(this.imageRef.current||this.videoRef.current)&&this.containerRef?(this.containerRect=this.containerRef.getBoundingClientRect(),r=this.containerRect.width/this.containerRect.height,((null===(e=this.imageRef.current)||void 0===e?void 0:e.naturalWidth)||(null===(t=this.videoRef.current)||void 0===t?void 0:t.videoWidth)||0)/((null===(n=this.imageRef.current)||void 0===n?void 0:n.naturalHeight)||(null===(o=this.videoRef.current)||void 0===o?void 0:o.videoHeight)||0)<r?"horizontal-cover":"vertical-cover"):"horizontal-cover":this.props.objectFit},t.prototype.onPinchStart=function(e){var n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]);this.lastPinchDistance=En(n,o),this.lastPinchRotation=On(n,o),this.onDragStart(Mn(n,o))},t.prototype.onPinchMove=function(e){var n,o,r,a=this;this.currentDoc&&this.currentWindow&&(n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),r=Mn(n,o),this.onDrag(r),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,i=En(n,o),l=a.props.zoom*(i/a.lastPinchDistance);a.setNewZoom(l,r,{shouldUpdatePosition:!1}),a.lastPinchDistance=i,e=On(n,o),t=a.props.rotation+(e-a.lastPinchRotation),a.props.onRotationChange&&a.props.onRotationChange(t),a.lastPinchRotation=e}))},t.prototype.render=function(){var e,t=this,n=this.props,o=n.image,r=n.video,a=n.mediaProps,i=n.cropperProps,l=n.transform,s=n.crop,c=s.x,u=s.y,d=n.rotation,p=n.zoom,m=n.cropShape,f=n.showGrid,g=n.roundCropAreaPixels,h=n.style,v=h.containerStyle,b=h.cropAreaStyle,w=h.mediaStyle,y=n.classes,I=y.containerClassName,C=y.cropAreaClassName,x=y.mediaClassName,A=null!==(e=this.state.mediaObjectFit)&&void 0!==e?e:this.getObjectFit();return oO.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:v,className:Bn("reactEasyCrop_Container",I)},o?oO.createElement("img",Si({alt:"",className:Bn("reactEasyCrop_Image","contain"===A&&"reactEasyCrop_Contain","horizontal-cover"===A&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===A&&"reactEasyCrop_Cover_Vertical",x)},a,{src:o,ref:this.imageRef,style:Si(Si({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):r&&oO.createElement("video",Si({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:Bn("reactEasyCrop_Video","contain"===A&&"reactEasyCrop_Contain","horizontal-cover"===A&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===A&&"reactEasyCrop_Cover_Vertical",x)},a,{ref:this.videoRef,onLoadedMetadata:this.onMediaLoad,style:Si(Si({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),controls:!1}),(Array.isArray(r)?r:[{src:r}]).map(function(e){return oO.createElement("source",Si({key:e.src},e))})),this.state.cropSize&&oO.createElement("div",Si({ref:this.cropperRef,style:Si(Si({},b),{width:g?Math.round(this.state.cropSize.width):this.state.cropSize.width,height:g?Math.round(this.state.cropSize.height):this.state.cropSize.height}),tabIndex:0,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,"data-testid":"cropper",className:Bn("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",f&&"reactEasyCrop_CropAreaGrid",C)},i)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:wg,minZoom:bg,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:yg},t.getMousePoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t.getTouchPoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t}(oO.Component),Cg=oO.createContext(void 0),xg=["PageUp","PageDown"],Ag=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],_g={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},Eg="Slider";var[$O,eS,tS]=Tn(Eg),[nS]=o(Eg,[tS]),[oS,rS]=nS(Eg);Og=oO.forwardRef((e,t)=>{function n(e,t,{commit:n}={commit:!1}){const o=function(e){return(String(e).split(".")[1]||"").length}(i),l=function(e,t){const n=Math.pow(10,t);return Math.round(e*n)/n}(Math.round((e-r)/i)*i+r,o),s=Gn(l,[r,a]);x((e=[])=>{const o=function(e=[],t,n){const o=[...e];return o[n]=t,o.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}(o,d*i)){y.current=o.indexOf(s);const t=String(o)!==String(e);return t&&n&&g(o),t?o:e}return e})}const{name:o,min:r=0,max:a=100,step:i=1,orientation:l="horizontal",disabled:c=!1,minStepsBetweenThumbs:d=0,defaultValue:p=[r],value:m,onValueChange:f=()=>{},onValueCommit:g=()=>{},inverted:h=!1,form:v,...b}=e,w=oO.useRef(new Set),y=oO.useRef(0),I="horizontal"===l?Sg:Rg,[C=[],x]=u({prop:m,defaultProp:p,onChange:e=>{const t=[...w.current];t[y.current]?.focus(),f(e)}}),A=oO.useRef(C);return bO(oS,{scope:e.__scopeSlider,name:o,disabled:c,min:r,max:a,valueIndexToChangeRef:y,thumbs:w.current,values:C,orientation:l,form:v,children:bO($O.Provider,{scope:e.__scopeSlider,children:bO($O.Slot,{scope:e.__scopeSlider,children:bO(I,{"aria-disabled":c,"data-disabled":c?"":void 0,...b,ref:t,onPointerDown:s(b.onPointerDown,()=>{c||(A.current=C)}),min:r,max:a,inverted:h,onSlideStart:c?void 0:function(e){const t=function(e,t){if(1===e.length)return 0;const n=e.map(e=>Math.abs(e-t)),o=Math.min(...n);return n.indexOf(o)}(C,e);n(e,t)},onSlideMove:c?void 0:function(e){n(e,y.current)},onSlideEnd:c?void 0:function(){const e=A.current[y.current];C[y.current]!==e&&g(C)},onHomeKeyDown:()=>!c&&n(r,0,{commit:!0}),onEndKeyDown:()=>!c&&n(a,C.length-1,{commit:!0}),onStepKeyDown:({event:e,direction:t})=>{if(!c){const o=xg.includes(e.key)||e.shiftKey&&Ag.includes(e.key)?10:1,r=y.current;n(C[r]+i*o*t,r,{commit:!0})}}})})})})}),Og.displayName=Eg;var[aS,iS]=nS(Eg,{startEdge:"left",endEdge:"right",size:"width",direction:1});Sg=oO.forwardRef((e,t)=>{function n(e){const t=h.current||m.getBoundingClientRect(),n=kn([0,t.width],w?[o,r]:[r,o]);return h.current=t,n(e-t.left)}const{min:o,max:r,dir:a,inverted:i,onSlideStart:s,onSlideMove:c,onSlideEnd:u,onStepKeyDown:d,...p}=e,[m,f]=oO.useState(null),g=l(t,e=>f(e)),h=oO.useRef(void 0),v=Vn(a),b="ltr"===v,w=b&&!i||!b&&i;return bO(aS,{scope:e.__scopeSlider,startEdge:w?"left":"right",endEdge:w?"right":"left",direction:w?1:-1,size:"width",children:bO(Mg,{dir:v,"data-orientation":"horizontal",...p,ref:g,style:{...p.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:e=>{const t=n(e.clientX);s?.(t)},onSlideMove:e=>{const t=n(e.clientX);c?.(t)},onSlideEnd:()=>{h.current=void 0,u?.()},onStepKeyDown:e=>{const t=_g[w?"from-left":"from-right"].includes(e.key);d?.({event:e,direction:t?-1:1})}})})}),Rg=oO.forwardRef((e,t)=>{function n(e){const t=f.current||p.current.getBoundingClientRect(),n=kn([0,t.height],g?[r,o]:[o,r]);return f.current=t,n(e-t.top)}const{min:o,max:r,inverted:a,onSlideStart:i,onSlideMove:s,onSlideEnd:c,onStepKeyDown:u,...d}=e,p=oO.useRef(null),m=l(t,p),f=oO.useRef(void 0),g=!a;return bO(aS,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:bO(Mg,{"data-orientation":"vertical",...d,ref:m,style:{...d.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:e=>{const t=n(e.clientY);i?.(t)},onSlideMove:e=>{const t=n(e.clientY);s?.(t)},onSlideEnd:()=>{f.current=void 0,c?.()},onStepKeyDown:e=>{const t=_g[g?"from-bottom":"from-top"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),Mg=oO.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:r,onSlideEnd:a,onHomeKeyDown:i,onEndKeyDown:l,onStepKeyDown:c,...u}=e,d=rS(Eg,n);return bO(li.span,{...u,ref:t,onKeyDown:s(e.onKeyDown,e=>{"Home"===e.key?(i(e),e.preventDefault()):"End"===e.key?(l(e),e.preventDefault()):xg.concat(Ag).includes(e.key)&&(c(e),e.preventDefault())}),onPointerDown:s(e.onPointerDown,e=>{const t=e.target;t.setPointerCapture(e.pointerId),e.preventDefault(),d.thumbs.has(t)?t.focus():o(e)}),onPointerMove:s(e.onPointerMove,e=>{e.target.hasPointerCapture(e.pointerId)&&r(e)}),onPointerUp:s(e.onPointerUp,e=>{const t=e.target;t.hasPointerCapture(e.pointerId)&&(t.releasePointerCapture(e.pointerId),a(e))})})}),Pg="SliderTrack",(Ng=oO.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=rS(Pg,n);return bO(li.span,{"data-disabled":r.disabled?"":void 0,"data-orientation":r.orientation,...o,ref:t})})).displayName=Pg,Bg="SliderRange",(Gg=oO.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=rS(Bg,n),a=iS(Bg,n),i=l(t,oO.useRef(null)),s=r.values.length,c=r.values.map(e=>Dn(e,r.min,r.max)),u=s>1?Math.min(...c):0,d=100-Math.max(...c);return bO(li.span,{"data-orientation":r.orientation,"data-disabled":r.disabled?"":void 0,...o,ref:i,style:{...e.style,[a.startEdge]:u+"%",[a.endEdge]:d+"%"}})})).displayName=Bg,Vg="SliderThumb",Tg=oO.forwardRef((e,t)=>{const n=eS(e.__scopeSlider),[o,r]=oO.useState(null),a=l(t,e=>r(e)),i=oO.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return bO(Dg,{...e,ref:a,index:i})}),Dg=oO.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:r,...a}=e,i=rS(Vg,n),c=iS(Vg,n),[u,d]=oO.useState(null),p=l(t,e=>d(e)),m=!u||(i.form||!!u.closest("form")),f=cn(u),g=i.values[o],h=void 0===g?0:Dn(g,i.min,i.max),v=function(e,t){return t>2?`Value ${e+1} of ${t}`:2===t?["Minimum","Maximum"][e]:void 0}(o,i.values.length),b=f?.[c.size],w=b?function(e,t,n){const o=e/2;return(o-kn([0,50],[0,o])(t)*n)*n}(b,h,c.direction):0;return oO.useEffect(()=>{if(u)return i.thumbs.add(u),()=>{i.thumbs.delete(u)}},[u,i.thumbs]),yO("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${h}% + ${w}px)`},children:[bO($O.ItemSlot,{scope:e.__scopeSlider,children:bO(li.span,{role:"slider","aria-label":e["aria-label"]||v,"aria-valuemin":i.min,"aria-valuenow":g,"aria-valuemax":i.max,"aria-orientation":i.orientation,"data-orientation":i.orientation,"data-disabled":i.disabled?"":void 0,tabIndex:i.disabled?void 0:0,...a,ref:p,style:void 0===g?{display:"none"}:e.style,onFocus:s(e.onFocus,()=>{i.valueIndexToChangeRef.current=o})})}),m&&bO(Lg,{name:r??(i.name?i.name+(i.values.length>1?"[]":""):void 0),form:i.form,value:g},o)]})}),Tg.displayName=Vg,kg="RadioBubbleInput",(Lg=oO.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const r=oO.useRef(null),a=l(r,o),i=sn(t);return oO.useEffect(()=>{const e=r.current;if(!e)return;const n=window.HTMLInputElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(i!==t&&o){const n=new Event("input",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[i,t]),bO(li.input,{style:{display:"none"},...n,ref:a,defaultValue:t})})).displayName=kg,zg=Og,Fg=Ng,Hg=Gg,Wg=Tg,Xg="Slider-modules_container__ZtkgF",jg="Slider-modules_track__KLggY",Zg="Slider-modules_range__3s39d",qg="Slider-modules_thumb__P9ZoJ",Yg="Slider-modules_thumbArea__lNKj-";const lS=lO(e=>{const{className:t,isDisabled:n=!1,max:o,min:r,name:a="slider",onChange:i,step:l,thumbAriaLabel:s="",value:c=0}=e,[u,d]=aO(c);return uO(()=>{d(c)},[c]),rO.createElement(zg,{className:ti("demio-ui-slider-container",Xg,t),"data-testid":"container",disabled:n,min:r,max:o,name:a,onValueChange:e=>{return t=e[0],d(t),void(i&&i(t));var t},step:l,value:[u]},rO.createElement(Fg,{className:ti("demio-ui-slider-track",jg),"data-testid":"track"},rO.createElement(Hg,{className:ti("demio-ui-slider-range",Zg),"data-testid":"range"})),rO.createElement(Wg,{"aria-label":s,className:ti("demio-ui-slider-thumb",qg),"data-testid":"thumb"},rO.createElement("div",{className:ti("demio-ui-slider-thumb-area",Yg)})))});Jg="Crop-modules_root__rN-SB",Ug="Crop-modules_wrapper__gCOCS",Qg="Crop-modules_slider__-2TIB";const sS=lO(e=>{const{aspect:t=1,className:n="",image:o="",isGridVisible:r=!1,onCropChange:a,onCropComplete:i,onZoomChange:l,sliderMin:s=1,sliderMax:c=3,sliderStep:u=.1}=e,[d,p]=aO({x:0,y:0}),[m,f]=aO(s);return o&&rO.createElement("div",{className:ti("demio-ui-crop-root",Jg,n),"data-testid":"crop-root"},rO.createElement("div",{className:ti("demio-ui-crop-wrapper",Ug),"data-testid":"crop-wrapper"},rO.createElement(Ig,{...e,aspect:t,classes:{containerClassName:"demio-ui-crop-container",mediaClassName:"demio-ui-crop-image "+(r?"demio-ui-crop-grid":"")},crop:d,image:o,onCropChange:e=>{p(e),a&&a(e)},onCropComplete:async(e,t)=>{i&&i(e,t)},onZoomChange:f,showGrid:r,zoom:m})),rO.createElement("div",{className:ti("demio-ui-crop-slider",Qg),"data-testid":"crop-slider"},rO.createElement(lS,{max:c,min:s,onChange:e=>{f(e),l&&l(e)},step:u})))}),cS={jpg:["image/jpeg"],jpeg:["image/jpeg"],png:["image/png"],gif:["image/gif"],bmp:["image/bmp"],webp:["image/webp"],tiff:["image/tiff"],ico:["image/x-icon"],svg:["image/svg+xml"],pdf:["application/pdf"],txt:["text/plain"],doc:["application/msword"],docx:["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],xls:["application/vnd.ms-excel"],xlsx:["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],pps:["application/vnd.ms-powerpoint","application/mspowerpoint","application/powerpoint","application/x-mspowerpoint","application/x-powerpoint"],ppt:["application/vnd.ms-powerpoint"],pptx:["application/vnd.openxmlformats-officedocument.presentationml.presentation"],odt:["application/vnd.oasis.opendocument.text"],ods:["application/vnd.oasis.opendocument.spreadsheet"],odp:["application/vnd.oasis.opendocument.presentation"],rtf:["application/rtf"],mp3:["audio/mpeg"],wav:["audio/wav"],ogg:["audio/ogg"],aac:["audio/aac"],flac:["audio/flac"],avi:["video/x-msvideo","video/avi","video/x-avi"],flv:["video/x-flv","video/flv"],m4v:["video/x-m4v","video/m4v","video/mp4"],mkv:["video/x-matroska"],mov:["video/quicktime"],mp4:["video/mp4"],mpeg:["video/mpeg"],mpg:["video/mpeg"],webm:["video/webm"],zip:["application/zip"],tar:["application/x-tar"],gz:["application/gzip","application/x-gzip"],rar:["application/x-rar-compressed"],"7z":["application/x-7z-compressed"],html:["text/html"],htm:["text/html"],css:["text/css"],js:["application/javascript"],json:["application/json"],xml:["application/xml"],ttf:["font/ttf"],otf:["font/otf"],woff:["font/woff"],woff2:["font/woff2"],csv:["text/csv"],sql:["application/sql"],md:["text/markdown"],yaml:["text/yaml"],yml:["text/yaml"],epub:["application/epub+zip"],mobi:["application/x-mobipocket-ebook"]},uS=(e=null)=>{if(!(e instanceof File&&e.name))return"";const t=e.name.toLowerCase().trim(),n=t.lastIndexOf(".");return-1!==n?t.substring(n+1):""},dS=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},pS=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),r=cS[n]||[];return!(r.length>0)||r.includes(o)},mS=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=uS(e),o=dS(e);if(!n||!o)return!1;if(!pS(n,o))return!1;return t.toLowerCase().trim().includes(n)},fS=(e=null)=>e instanceof File&&e.type.startsWith("image/"),gS=(e=null)=>e instanceof File&&e.type.startsWith("video/"),hS=(e=null,t=0)=>{if(!(e instanceof File))return!1;if(!t||"number"!=typeof t||t<0)return!0;const n=1024*t*1024;return e.size<n},vS=async(e=null,t=0,n=0)=>new Promise((o,r)=>{if(!(e instanceof File))return o(!1);if(!fS(e))return o(!0);const a=new FileReader;a.onload=e=>{const a=new Image;a.onload=()=>{const e=a.width>=t&&a.height>=n;o(e)},a.onerror=()=>{r(new Error("Error while loading Image"))},a.src=e.target?.result},a.onerror=()=>{r(new Error("Error while reading Image"))},a.readAsDataURL(e)}),bS=e=>new Promise((t,n)=>{if(!e)return void n(new Error("URL is empty"));const o=new Image;o.addEventListener("load",()=>t(o)),o.addEventListener("error",e=>n(e)),o.setAttribute("crossOrigin","anonymous"),o.src=e}),wS=(e=0)=>e*Math.PI/180,yS=(e,t,n)=>{const o=wS(n);return{width:Math.abs(Math.cos(o)*e)+Math.abs(Math.sin(o)*t),height:Math.abs(Math.sin(o)*e)+Math.abs(Math.cos(o)*t)}},IS=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const r=await bS(e),a=document.createElement("canvas"),i=a.getContext("2d");if(!i)return null;const{width:l,height:s}=yS(r.width,r.height,n);a.width=l,a.height=s,i.translate(l/2,s/2),i.scale(o.horizontal?-1:1,o.vertical?-1:1),i.translate(-r.width/2,-r.height/2),i.drawImage(r,0,0);const c=document.createElement("canvas"),u=c.getContext("2d");return u?(c.width=t.width,c.height=t.height,u.drawImage(a,t.x,t.y,t.width,t.height,0,0,t.width,t.height),new Promise((e,t)=>{c.toBlob(n=>{n?e(URL.createObjectURL(n)):t(null)},"image/jpeg")})):null};Kg="Toast-modules_toast__jBLRk",$g="Toast-modules_noCloseBtn__pyGvH",eh="Toast-modules_icon__ORsLy",th="Toast-modules_success__BYfwB",nh="Toast-modules_warning__HLJ8C",oh="Toast-modules_error__yN4Cu",rh="Toast-modules_info__V0nO3",ah="Toast-modules_message__fnWMJ",ih="Toast-modules_description__GYPY5",lh="Toast-modules_noMessage__3Wskx",sh="Toast-modules_closeButton__GIv2a",ch="Toast-modules_closeIcon__2qev9";const CS=lO(({className:e="",description:t="",duration:n=4e3,icon:o=null,id:r,isClosable:a=!0,message:i="",onClose:l,style:s={},type:c="info"})=>{const[u,d]=aO(!0),p=r||Date.now(),m=Boolean(t),f=Boolean(i),g="error"===c&&!o,h="info"===c&&!o,v="success"===c&&!o,b="warning"===c&&!o,w=n<1e3?1e3*n:n,y=e=>{e instanceof Event&&(e.preventDefault(),e.stopPropagation()),"number"==typeof e&&clearTimeout(e),d(!1),l?.(p)};return uO(()=>{const e=setTimeout(()=>y(e),w);return()=>clearTimeout(e)},[]),(f||m)&&u&&rO.createElement("div",{className:ti("demio-ui-toast",Kg,{[$g]:!a},e),"data-testid":`toast-${p}`,style:s},o&&rO.createElement("div",{className:ti("demio-ui-toast-custom-icon",eh),"data-testid":"toast-custom-icon"},o),g&&rO.createElement(Kc,{className:ti("demio-ui-toast-icon demio-ui-toast-icon-error",eh,oh),"data-testid":"toast-icon-error"}),h&&rO.createElement(Gd,{className:ti("demio-ui-toast-icon demio-ui-toast-icon-info",eh,rh),"data-testid":"toast-icon-info"}),v&&rO.createElement(Zc,{className:ti("demio-ui-toast-icon demio-ui-toast-icon-success",eh,th),"data-testid":"toast-icon-success"}),b&&rO.createElement(Rd,{className:ti("demio-ui-toast-icon demio-ui-toast-icon-warning",eh,nh),"data-testid":"toast-icon-warning"}),rO.createElement("div",{className:ti("demio-ui-toast-message",ah),"data-testid":"toast-message"},i,m&&rO.createElement("div",{className:ti("demio-ui-toast-description",ih,{[lh]:!f}),"data-testid":"toast-description"},t)),a&&rO.createElement("button",{className:ti("demio-ui-toast-close-btn",sh),"data-testid":"toast-close-btn",onClick:()=>y(null)},rO.createElement(ks,{className:ti("demio-ui-toast-close-icon",ch),"data-testid":"toast-close-icon"})))});uh={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const xS=lO(({position:e="right",className:t})=>{const[n,o]=aO([]),r=0===n.length,a=cO(e=>o(t=>t.filter(t=>t.id!==e)),[o]),i=cO(()=>{r||(a(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[r,n[0],a]),l=cO(e=>{"Escape"===e?.key&&i()},[i]);return uO(()=>{Promise.resolve().then(function(){return dh}).then(({toast:e})=>{e?.updateSetter(o)})},[]),uO(()=>(document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}),[l]),rO.createElement("div",{className:ti("demio-ui-toast-list",uh.toastList,uh[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>rO.createElement(CS,{...e,key:`toast-${e.id}`})))}),AS=()=>{if("undefined"==typeof document)return!1;let e=document.getElementById("demio-ui-toast-root");return e||(e=document.createElement("div"),e.setAttribute("id","demio-ui-toast-root"),e.setAttribute("data-testid","demio-ui-toast-root"),document.body.appendChild(e),AO(e).render(rO.createElement(xS,null))),!0};const _S=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?AS():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{AS(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(AS(),e.disconnect(),this.isWaitingForClient=!1)});e.observe(document.body,{childList:!0,subtree:!0})}}updateSetter(e){this.setToastList=e}remove=e=>{this.setToastList?.(t=>t.map(t=>t.id===e?{...t,message:""}:t))};getUIToastListAmount=()=>document.getElementById("demio-ui-toast-list")?.children?.length||null;add=e=>{const t=this.getUIToastListAmount(),n={...e,id:e.id||Date.now()};this.setToastList?.(e=>null===t?[{...n}]:[...e,{...n}])};processQueue=()=>{if(null!==this.timerId||0===this.toastQueue.length)return;const e=this.toastQueue.shift();e&&(this.add(e),this.timerId=setTimeout(()=>{this.timerId=null,this.processQueue()},40))};addToQueue=e=>{if(!AS())return this.isWaitingForClient||this.waitForClient(),void setTimeout(()=>this.addToQueue(e),50);this.toastQueue.push(e),this.processQueue()};error=e=>{this.addToQueue({...e,type:"error"})};info=e=>{this.addToQueue({...e,type:"info"})};success=e=>{this.addToQueue({...e,type:"success"})};warning=e=>{this.addToQueue({...e,type:"warning"})}};dh=Object.freeze({__proto__:null,toast:_S});const ES=(e="",t=null)=>{const[n,o]=aO("");return uO(()=>{t&&e?IS(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},OS={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},SS=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:r=!0,minHeightLimit:a=0,minWidthLimit:i=0})=>{const[l,s]=aO(OS);return{...l,validate:async(c=null)=>{if(!(n&&c instanceof File))return OS;const u=!o||await vS(c,i,a),d=!r||hS(c,t),p=!(e.length>0)||mS(c,e),m=u&&d&&p,f={...l,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return s(f),f}}};ph="Note-modules_note__6dcyr",mh="Note-modules_error__sG0TM",fh="Note-modules_info__4-D0C",gh="Note-modules_warning__kCpaR",hh="Note-modules_icon__P-p8I",vh="Note-modules_blue__uKo5V",bh="Note-modules_red__7sZ4c",wh="Note-modules_yellow__oqigw";const RS={error:wd,info:Td,warning:Kc},MS=lO(e=>{const{children:t="",className:n="",classNameIcon:o="",type:r="error"}=e,a=String(t).trim().length>0,i="info"===r,l="error"===r,s="warning"===r,c=RS[r];return a&&rO.createElement("div",{className:ti("demio-ui-note",ph,{[mh]:l,[fh]:i,[gh]:s},n),"data-testid":"note",role:i?"status":"alert"},rO.createElement(c,{className:ti("demio-ui-note-icon",hh,{[vh]:i,[bh]:l,[wh]:s},o),"data-testid":`note-icon-${r}`}),t)});yh="DnDArea-modules_container__bPaID",Ih="DnDArea-modules_isDraggedOver__A5x5L";const PS=lO(e=>{const{acceptableFileTypes:t="",className:n="",children:o="Drag the file into the selected area",dropText:r="Drop it like it’s hot! 🔥",fileSizeMbLimit:a=0,error:i="",minHeightLimit:l=0,minWidthLimit:s=0,errorDimension:c=`Minimum required dimensions are ${s}x${l}.`,errorSize:u=`Exceeds maximum size limit of ${a} MB.`,errorType:d="File type is not supported.",isValidationEnabled:p=!0,isDimensionValidationEnabled:m=!0,isSizeValidationEnabled:f=!0,onDragLeave:g,onDragOver:h,onDrop:v}=e,[b,w]=aO(!1),{isFileDimensionValid:y,isFileSizeValid:I,isFileTypeValid:C,validate:x}=SS({acceptableFileTypes:t,fileSizeMbLimit:a,isDimensionValidationEnabled:m,isSizeValidationEnabled:f,isValidationEnabled:p,minHeightLimit:l,minWidthLimit:s}),A=i?.length>0,_=t&&t.length>0,E=p&&m&&!y,O=p&&f&&!I,S=p&&_&&!C;return rO.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&A&&rO.createElement(MS,{children:i}),p&&!A&&S&&rO.createElement(MS,{children:d}),p&&!A&&!S&&O&&rO.createElement(MS,{children:u}),p&&!A&&!S&&!O&&E&&rO.createElement(MS,{children:c}),rO.createElement("div",{className:ti("demio-ui-dnd-area-container",yh,{[Ih]:b},n),"data-testid":"dnd-area-container",onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),w(!1),g&&g(e)},onDragOver:e=>{e.preventDefault(),e.stopPropagation(),w(!0),h&&h(e)},onDrop:async e=>{e.preventDefault(),e.stopPropagation(),w(!1);const t=e.dataTransfer?.files[0]||null;await x(t),v&&v(e,t)}},b&&r,!b&&o))});Ch="Modal-modules_overlay__V-vTn",xh="Modal-modules_header__-dxAm",Ah="Modal-modules_isTitleHidden__T6g1-",_h="Modal-modules_close__CwIjR",Eh="Modal-modules_title__3ehge",Oh="Modal-modules_titleCentered__Qqy8u",Sh="Modal-modules_content__sK9HS",Rh="Modal-modules_body__8Khpx",Mh={overlay:"Drawer-modules_overlay__BbKV9",content:"Drawer-modules_content__mZs-5",alignRight:"Drawer-modules_alignRight__QQxn4",alignLeft:"Drawer-modules_alignLeft__4W0Tp",childrenWrapper:"Drawer-modules_childrenWrapper__dGPQP",header:"Drawer-modules_header__cM4Mi"};const NS=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:r=null,toggleDrawer:a=()=>{},align:i="right",isClosable:l=!0})=>rO.createElement(rO.Fragment,null,t&&rO.createElement("div",{className:ti(Mh.drawer,"demio-ui-drawer",n)},rO.createElement(Ln,{isClosable:l,open:t,overlayClassName:Mh.overlay,contentClassName:ti(Mh.content,{[Mh.alignRight]:"right"===i,[Mh.alignLeft]:"left"===i}),onOpenChange:a,isCloseButtonVisible:o},r&&rO.createElement("div",{className:ti(Mh.header,"demio-ui-drawer-header")},r),e&&rO.createElement("div",{className:ti(Mh.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),BS=["top","right","bottom","left"],GS=Math.min,VS=Math.max,TS=Math.round,DS=Math.floor,kS=e=>({x:e,y:e}),LS={left:"right",right:"left",bottom:"top",top:"bottom"},zS=["left","right"],FS=["right","left"],HS=["top","bottom"],WS=["bottom","top"],XS=new Set(["left","top"]),jS=/transform|translate|scale|rotate|perspective|filter/,ZS=/paint|layout|strict|content/,qS=e=>!!e&&"none"!==e;let YS;const JS=kS(0),US={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:r}=e;const a="fixed"===r,i=io(o),l=!!t&&fo(t.floating);if(o===i||l&&a)return n;let s={scrollLeft:0,scrollTop:0},c=kS(1);const u=kS(0),d=co(o);if((d||!d&&!a)&&(("body"!==ro(o)||po(i))&&(s=wo(o)),d)){const e=So(o);c=Eo(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!i||d||a?kS(0):Mo(i,s);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-s.scrollLeft*c.x+u.x+p.x,y:n.y*c.y-s.scrollTop*c.y+u.y+p.y}},getDocumentElement:io,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const a=[..."clippingAncestors"===n?fo(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Co(e,[],!1).filter(e=>so(e)&&"body"!==ro(e)),r=null;const a="fixed"===bo(e).position;let i=a?yo(e):e;for(;so(i)&&!vo(i);){const t=bo(i),n=go(i);n||"fixed"!==t.position||(r=null),(a?!n&&!r:!n&&"static"===t.position&&r&&("absolute"===r.position||"fixed"===r.position)||po(i)&&!n&&No(e,i))?o=o.filter(e=>e!==i):r=t,i=yo(i)}return t.set(e,o),o}(t,this._c):[].concat(n),o],i=Po(t,a[0],r);let l=i.top,s=i.right,c=i.bottom,u=i.left;for(let d=1;d<a.length;d++){const e=Po(t,a[d],r);l=VS(e.top,l),s=GS(e.right,s),c=GS(e.bottom,c),u=VS(e.left,u)}return{width:s-u,height:c-l,x:u,y:l}},getOffsetParent:To,getElementRects:async function(e){const t=this.getOffsetParent||To,n=this.getDimensions,o=await n(e.floating);return{reference:Bo(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}=Ao(e);return{width:t,height:n}},getScale:Eo,isElement:so,isRTL:function(e){return"rtl"===bo(e).direction}},QS=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=Hn(n),l=Wn(n),s="y"===Zn(n),c=XS.has(i)?-1:1,u=a&&s?-1:1,d=Fn(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:f}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return l&&"number"==typeof f&&(m="end"===l?-1*f:f),s?{x:m*u,y:p*c}:{x:p*c,y:m*u}}(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}}}}},KS=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:r,platform:a}=t,{mainAxis:i=!0,crossAxis:l=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...c}=Fn(e,t),u={x:n,y:o},d=await a.detectOverflow(t,c),p=Zn(Hn(r)),m=Xn(p);let f=u[m],g=u[p];if(i){const e="y"===m?"bottom":"right";f=zn(f+d["y"===m?"top":"left"],f,f-d[e])}if(l){const e="y"===p?"bottom":"right";g=zn(g+d["y"===p?"top":"left"],g,g-d[e])}const h=s.fn({...t,[m]:f,[p]:g});return{...h,data:{x:h.x-n,y:h.y-o,enabled:{[m]:i,[p]:l}}}}}},$S=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o,r,a,i;const{placement:l,middlewareData:s,rects:c,initialPlacement:u,platform:d,elements:p}=t,{mainAxis:m=!0,crossAxis:f=!0,fallbackPlacements:g,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...w}=Fn(e,t);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=Hn(l),I=Zn(u),C=Hn(u)===u,x=await(null==d.isRTL?void 0:d.isRTL(p.floating)),A=g||(C||!b?[Un(u)]:function(e){const t=Un(e);return[Yn(e),t,Yn(t)]}(u)),_="none"!==v;!g&&_&&A.push(...Jn(u,b,v,x));const E=[u,...A],O=await d.detectOverflow(t,w),S=[];let R=(null==(o=s.flip)?void 0:o.overflows)||[];if(m&&S.push(O[y]),f){const e=function(e,t,n){void 0===n&&(n=!1);const o=Wn(e),r=qn(e),a=jn(r);let i="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=Un(i)),[i,Un(i)]}(l,c,x);S.push(O[e[0]],O[e[1]])}if(R=[...R,{placement:l,overflows:S}],!S.every(e=>e<=0)){const e=((null==(r=s.flip)?void 0:r.index)||0)+1,t=E[e];if(t){if(!("alignment"===f&&I!==Zn(t))||R.every(e=>Zn(e.placement)!==I||e.overflows[0]>0))return{data:{index:e,overflows:R},reset:{placement:t}}}let n=null==(a=R.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:a.placement;if(!n)switch(h){case"bestFit":{const e=null==(i=R.filter(e=>{if(_){const t=Zn(e.placement);return t===I||"y"===t}return!0}).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=u}if(l!==n)return{reset:{placement:n}}}return{}}}},eR=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var n,o;const{placement:r,rects:a,platform:i,elements:l}=t,{apply:s=()=>{},...c}=Fn(e,t),u=await i.detectOverflow(t,c),d=Hn(r),p=Wn(r),m="y"===Zn(r),{width:f,height:g}=a.floating;let h,v;"top"===d||"bottom"===d?(h=d,v=p===(await(null==i.isRTL?void 0:i.isRTL(l.floating))?"start":"end")?"left":"right"):(v=d,h="end"===p?"top":"bottom");const b=g-u.top-u.bottom,w=f-u.left-u.right,y=GS(g-u[h],b),I=GS(f-u[v],w),C=!t.middlewareData.shift;let x=y,A=I;if(null!=(n=t.middlewareData.shift)&&n.enabled.x&&(A=w),null!=(o=t.middlewareData.shift)&&o.enabled.y&&(x=b),C&&!p){const e=VS(u.left,0),t=VS(u.right,0),n=VS(u.top,0),o=VS(u.bottom,0);m?A=f-2*(0!==e||0!==t?e+t:VS(u.left,u.right)):x=g-2*(0!==n||0!==o?n+o:VS(u.top,u.bottom))}await s({...t,availableWidth:A,availableHeight:x});const _=await i.getDimensions(l.floating);return f!==_.width||g!==_.height?{reset:{rects:!0}}:{}}}},tR=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:r="referenceHidden",...a}=Fn(e,t);switch(r){case"referenceHidden":{const e=to(await o.detectOverflow(t,{...a,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:no(e)}}}case"escaped":{const e=to(await o.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:no(e)}}}default:return{}}}}},nR=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:c,padding:u=0}=Fn(e,t)||{};if(null==c)return{};const d=Qn(u),p={x:n,y:o},m=qn(r),f=jn(m),g=await i.getDimensions(c),h="y"===m,v=h?"top":"left",b=h?"bottom":"right",w=h?"clientHeight":"clientWidth",y=a.reference[f]+a.reference[m]-p[m]-a.floating[f],I=p[m]-a.reference[m],C=await(null==i.getOffsetParent?void 0:i.getOffsetParent(c));let x=C?C[w]:0;x&&await(null==i.isElement?void 0:i.isElement(C))||(x=l.floating[w]||a.floating[f]);const A=y/2-I/2,_=x/2-g[f]/2-1,E=GS(d[v],_),O=GS(d[b],_),S=E,R=x-g[f]-O,M=x/2-g[f]/2+A,P=zn(S,M,R),N=!s.arrow&&null!=Wn(r)&&M!==P&&a.reference[f]/2-(M<S?E:O)-g[f]/2<0,B=N?M<S?M-S:M-R:0;return{[m]:p[m]+B,data:{[m]:P,centerOffset:M-P-B,...N&&{alignmentOffset:B}},reset:N}}}),oR=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:c=!0}=Fn(e,t),u={x:n,y:o},d=Zn(r),p=Xn(d);let m=u[p],f=u[d];const g=Fn(l,t),h="number"==typeof g?{mainAxis:g,crossAxis:0}:{mainAxis:0,crossAxis:0,...g};if(s){const e="y"===p?"height":"width",t=a.reference[p]-a.floating[e]+h.mainAxis,n=a.reference[p]+a.reference[e]-h.mainAxis;m<t?m=t:m>n&&(m=n)}if(c){var v,b;const e="y"===p?"width":"height",t=XS.has(Hn(r)),n=a.reference[d]-a.floating[e]+(t&&(null==(v=i.offset)?void 0:v[d])||0)+(t?0:h.crossAxis),o=a.reference[d]+a.reference[e]+(t?0:(null==(b=i.offset)?void 0:b[d])||0)-(t?h.crossAxis:0);f<n?f=n:f>o&&(f=o)}return{[p]:m,[d]:f}}}},rR=(e,t,n)=>{const o=new Map,r={platform:US,...n},a={...r.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:r="absolute",middleware:a=[],platform:i}=n,l=i.detectOverflow?i:{...i,detectOverflow:eo},s=await(null==i.isRTL?void 0:i.isRTL(t));let c=await i.getElementRects({reference:e,floating:t,strategy:r}),{x:u,y:d}=$n(c,o,s),p=o,m=0;const f={};for(let g=0;g<a.length;g++){const n=a[g];if(!n)continue;const{name:h,fn:v}=n,{x:b,y:w,data:y,reset:I}=await v({x:u,y:d,initialPlacement:o,placement:p,strategy:r,middlewareData:f,rects:c,platform:l,elements:{reference:e,floating:t}});u=null!=b?b:u,d=null!=w?w:d,f[h]={...f[h],...y},I&&m<50&&(m++,"object"==typeof I&&(I.placement&&(p=I.placement),I.rects&&(c=!0===I.rects?await i.getElementRects({reference:e,floating:t,strategy:r}):I.rects),({x:u,y:d}=$n(c,p,s))),g=-1)}return{x:u,y:d,placement:p,strategy:r,middlewareData:f}})(e,t,{...r,platform:a})};Ph="undefined"!=typeof document,Nh=Ph?dO:function(){};const aR=(e,t)=>{const n=QS(e);return{name:n.name,fn:n.fn,options:[e,t]}},iR=(e,t)=>{const n=KS(e);return{name:n.name,fn:n.fn,options:[e,t]}},lR=(e,t)=>({fn:oR(e).fn,options:[e,t]}),sR=(e,t)=>{const n=$S(e);return{name:n.name,fn:n.fn,options:[e,t]}},cR=(e,t)=>{const n=eR(e);return{name:n.name,fn:n.fn,options:[e,t]}},uR=(e,t)=>{const n=tR(e);return{name:n.name,fn:n.fn,options:[e,t]}},dR=(e,t)=>{const n=(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?nR({element:n.current,padding:o}).fn(t):{}:n?nR({element:n,padding:o}).fn(t):{};var r}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};Bh="Arrow",(Gh=oO.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...a}=e;return bO(li.svg,{...a,ref:t,width:o,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:bO("polygon",{points:"0,0 30,0 15,10"})})})).displayName=Bh,Vh=Gh,Th="Popper";var[pR,mR]=o(Th),[fR,gR]=pR(Th);(Dh=e=>{const{__scopePopper:t,children:n}=e,[o,r]=oO.useState(null);return bO(fR,{scope:t,anchor:o,onAnchorChange:r,children:n})}).displayName=Th,kh="PopperAnchor",(Lh=oO.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,a=gR(kh,n),i=oO.useRef(null),s=l(t,i),c=oO.useRef(null);return oO.useEffect(()=>{const e=c.current;c.current=o?.current||i.current,e!==c.current&&a.onAnchorChange(c.current)}),o?null:bO(li.div,{...r,ref:s})})).displayName=kh,zh="PopperContent";var[hR,vR]=pR(zh);Fh=oO.forwardRef((e,t)=>{const{__scopePopper:n,side:o="bottom",sideOffset:r=0,align:a="center",alignOffset:i=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:d=0,sticky:p="partial",hideWhenDetached:m=!1,updatePositionStrategy:f="optimized",onPlaced:g,...v}=e,b=gR(zh,n),[w,y]=oO.useState(null),I=l(t,e=>y(e)),[C,x]=oO.useState(null),A=cn(C),_=A?.width??0,E=A?.height??0,O=o+("center"!==a?"-"+a:""),S="number"==typeof d?d:{top:0,right:0,bottom:0,left:0,...d},R=Array.isArray(u)?u:[u],M=R.length>0,P={padding:S,boundary:R.filter(Wo),altBoundary:M},{refs:N,floatingStyles:B,placement:G,isPositioned:V,middlewareData:T}=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:o=[],platform:r,elements:{reference:a,floating:i}={},transform:l=!0,whileElementsMounted:s,open:c}=e,[u,d]=oO.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=oO.useState(o);Lo(p,o)||m(o);const[f,g]=oO.useState(null),[h,v]=oO.useState(null),b=oO.useCallback(e=>{e!==C.current&&(C.current=e,g(e))},[]),w=oO.useCallback(e=>{e!==x.current&&(x.current=e,v(e))},[]),y=a||f,I=i||h,C=oO.useRef(null),x=oO.useRef(null),A=oO.useRef(u),_=null!=s,E=Ho(s),O=Ho(r),S=Ho(c),R=oO.useCallback(()=>{if(!C.current||!x.current)return;const e={placement:t,strategy:n,middleware:p};O.current&&(e.platform=O.current),rR(C.current,x.current,e).then(e=>{const t={...e,isPositioned:!1!==S.current};M.current&&!Lo(A.current,t)&&(A.current=t,IO.flushSync(()=>{d(t)}))})},[p,t,n,O,S]);Nh(()=>{!1===c&&A.current.isPositioned&&(A.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[c]);const M=oO.useRef(!1);Nh(()=>(M.current=!0,()=>{M.current=!1}),[]),Nh(()=>{if(y&&(C.current=y),I&&(x.current=I),y&&I){if(E.current)return E.current(y,I,R);R()}},[y,I,R,E,_]);const P=oO.useMemo(()=>({reference:C,floating:x,setReference:b,setFloating:w}),[b,w]),N=oO.useMemo(()=>({reference:y,floating:I}),[y,I]),B=oO.useMemo(()=>{const e={position:n,left:0,top:0};if(!N.floating)return e;const t=Fo(N.floating,u.x),o=Fo(N.floating,u.y);return l?{...e,transform:"translate("+t+"px, "+o+"px)",...zo(N.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,l,N.floating,u.x,u.y]);return oO.useMemo(()=>({...u,update:R,refs:P,elements:N,floatingStyles:B}),[u,R,P,N,B])}({strategy:"fixed",placement:O,whileElementsMounted:(...e)=>ko(...e,{animationFrame:"always"===f}),elements:{reference:b.anchor},middleware:[aR({mainAxis:r+E,alignmentAxis:i}),c&&iR({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?lR():void 0,...P}),c&&sR({...P}),cR({...P,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&&dR({element:C,padding:s}),jh({arrowWidth:_,arrowHeight:E}),m&&uR({strategy:"referenceHidden",...P})]}),[D,k]=Xo(G),L=h(g);ni(()=>{V&&L?.()},[V,L]);const z=T.arrow?.x,F=T.arrow?.y,H=0!==T.arrow?.centerOffset,[W,X]=oO.useState();return ni(()=>{w&&X(window.getComputedStyle(w).zIndex)},[w]),bO("div",{ref:N.setFloating,"data-radix-popper-content-wrapper":"",style:{...B,transform:V?B.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:W,"--radix-popper-transform-origin":[T.transformOrigin?.x,T.transformOrigin?.y].join(" "),...T.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:bO(hR,{scope:n,placedSide:D,onArrowChange:x,arrowX:z,arrowY:F,shouldHideArrow:H,children:bO(li.div,{"data-side":D,"data-align":k,...v,ref:I,style:{...v.style,animation:V?void 0:"none"}})})})}),Fh.displayName=zh,Hh="PopperArrow",Wh={top:"bottom",right:"left",bottom:"top",left:"right"},(Xh=oO.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,r=vR(Hh,n),a=Wh[r.placedSide];return bO("span",{ref:r.onArrowChange,style:{position:"absolute",left:r.arrowX,top:r.arrowY,[a]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[r.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[r.placedSide],visibility:r.shouldHideArrow?"hidden":void 0},children:bO(Vh,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=Hh,jh=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,c]=Xo(n),u={start:"0%",center:"50%",end:"100%"}[c],d=(r.arrow?.x??0)+i/2,p=(r.arrow?.y??0)+l/2;let m="",f="";return"bottom"===s?(m=a?u:`${d}px`,f=-l+"px"):"top"===s?(m=a?u:`${d}px`,f=`${o.floating.height+l}px`):"right"===s?(m=-l+"px",f=a?u:`${p}px`):"left"===s&&(m=`${o.floating.width+l}px`,f=a?u:`${p}px`),{data:{x:m,y:f}}}}),Zh=Dh,qh=Lh,Yh=Fh,Jh=Xh,Uh="rovingFocusGroup.onEntryFocus",Qh={bubbles:!1,cancelable:!0},Kh="RovingFocusGroup";var[bR,wR,yR]=Tn(Kh),[IR,CR]=o(Kh,[yR]),[xR,AR]=IR(Kh);($h=oO.forwardRef((e,t)=>bO(bR.Provider,{scope:e.__scopeRovingFocusGroup,children:bO(bR.Slot,{scope:e.__scopeRovingFocusGroup,children:bO(ev,{...e,ref:t})})}))).displayName=Kh,ev=oO.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:r=!1,dir:a,currentTabStopId:i,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:d,onEntryFocus:p,preventScrollOnEntryFocus:m=!1,...f}=e,g=oO.useRef(null),v=l(t,g),b=Vn(a),[w,y]=u({prop:i,defaultProp:c??null,onChange:d,caller:Kh}),[I,C]=oO.useState(!1),x=h(p),A=wR(n),_=oO.useRef(!1),[E,O]=oO.useState(0);return oO.useEffect(()=>{const e=g.current;if(e)return e.addEventListener(Uh,x),()=>e.removeEventListener(Uh,x)},[x]),bO(xR,{scope:n,orientation:o,dir:b,loop:r,currentTabStopId:w,onItemFocus:oO.useCallback(e=>y(e),[y]),onItemShiftTab:oO.useCallback(()=>C(!0),[]),onFocusableItemAdd:oO.useCallback(()=>O(e=>e+1),[]),onFocusableItemRemove:oO.useCallback(()=>O(e=>e-1),[]),children:bO(li.div,{tabIndex:I||0===E?-1:0,"data-orientation":o,...f,ref:v,style:{outline:"none",...e.style},onMouseDown:s(e.onMouseDown,()=>{_.current=!0}),onFocus:s(e.onFocus,e=>{const t=!_.current;if(e.target===e.currentTarget&&t&&!I){const t=new CustomEvent(Uh,Qh);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=A().filter(e=>e.focusable);jo([e.find(e=>e.active),e.find(e=>e.id===w),...e].filter(Boolean).map(e=>e.ref.current),m)}}_.current=!1}),onBlur:s(e.onBlur,()=>C(!1))})})}),tv="RovingFocusGroupItem",nv=oO.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:a,children:i,...l}=e,u=c(),d=a||u,p=AR(tv,n),m=p.currentTabStopId===d,f=wR(n),{onFocusableItemAdd:g,onFocusableItemRemove:h,currentTabStopId:v}=p;return oO.useEffect(()=>{if(o)return g(),()=>h()},[o,g,h]),bO(bR.ItemSlot,{scope:n,id:d,focusable:o,active:r,children:bO(li.span,{tabIndex:m?0:-1,"data-orientation":p.orientation,...l,ref:t,onMouseDown:s(e.onMouseDown,e=>{o?p.onItemFocus(d):e.preventDefault()}),onFocus:s(e.onFocus,()=>p.onItemFocus(d)),onKeyDown:s(e.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void p.onItemShiftTab();if(e.target!==e.currentTarget)return;const t=function(e,t,n){const o=function(e,t){return"rtl"!==t?e:"ArrowLeft"===e?"ArrowRight":"ArrowRight"===e?"ArrowLeft":e}(e.key,n);if(!("vertical"===t&&["ArrowLeft","ArrowRight"].includes(o)||"horizontal"===t&&["ArrowUp","ArrowDown"].includes(o)))return ov[o]}(e,p.orientation,p.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let r=f().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)r.reverse();else if("prev"===t||"next"===t){"prev"===t&&r.reverse();const a=r.indexOf(e.currentTarget);r=p.loop?(o=a+1,(n=r).map((e,t)=>n[(o+t)%n.length])):r.slice(a+1)}setTimeout(()=>jo(r))}var n,o}),children:"function"==typeof i?i({isCurrentTabStop:m,hasTabStop:null!=v}):i})})}),nv.displayName=tv,ov={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},rv=$h,av=nv,iv=["Enter"," "],lv=["ArrowUp","PageDown","End"],sv=[...["ArrowDown","PageUp","Home"],...lv],cv={ltr:[...iv,"ArrowRight"],rtl:[...iv,"ArrowLeft"]},uv={ltr:["ArrowLeft"],rtl:["ArrowRight"]},dv="Menu";var[_R,ER,OR]=Tn(dv),[SR,RR]=o(dv,[OR,mR,CR]);pv=mR(),mv=CR();var[MR,PR]=SR(dv),[NR,BR]=SR(dv);(fv=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:a,modal:i=!0}=e,l=pv(t),[s,c]=oO.useState(null),u=oO.useRef(!1),d=h(a),p=Vn(r);return oO.useEffect(()=>{const e=()=>{u.current=!0,document.addEventListener("pointerdown",t,{capture:!0,once:!0}),document.addEventListener("pointermove",t,{capture:!0,once:!0})},t=()=>u.current=!1;return document.addEventListener("keydown",e,{capture:!0}),()=>{document.removeEventListener("keydown",e,{capture:!0}),document.removeEventListener("pointerdown",t,{capture:!0}),document.removeEventListener("pointermove",t,{capture:!0})}},[]),bO(Zh,{...l,children:bO(MR,{scope:t,open:n,onOpenChange:d,content:s,onContentChange:c,children:bO(NR,{scope:t,onClose:oO.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:i,children:o})})})}).displayName=dv,gv="MenuAnchor",(hv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=pv(n);return bO(qh,{...r,...o,ref:t})})).displayName=gv,vv="MenuPortal";var[GR,VR]=SR(vv,{forceMount:void 0});(bv=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,a=PR(vv,t);return bO(GR,{scope:t,forceMount:n,children:bO(_i,{present:n||a.open,children:bO(Ai,{asChild:!0,container:r,children:o})})})}).displayName=vv,wv="MenuContent";var[TR,DR]=SR(wv);yv=oO.forwardRef((e,t)=>{const n=VR(wv,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=PR(wv,e.__scopeMenu),i=BR(wv,e.__scopeMenu);return bO(_R.Provider,{scope:e.__scopeMenu,children:bO(_i,{present:o||a.open,children:bO(_R.Slot,{scope:e.__scopeMenu,children:i.modal?bO(Iv,{...r,ref:t}):bO(Cv,{...r,ref:t})})})})}),Iv=oO.forwardRef((e,t)=>{const n=PR(wv,e.__scopeMenu),o=oO.useRef(null),r=l(t,o);return oO.useEffect(()=>{const e=o.current;if(e)return Ml(e)},[]),bO(Av,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),Cv=oO.forwardRef((e,t)=>{const n=PR(wv,e.__scopeMenu);return bO(Av,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),xv=d("MenuContent.ScrollLock"),Av=oO.forwardRef((e,t)=>{const{__scopeMenu:n,loop:o=!1,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,disableOutsidePointerEvents:c,onEntryFocus:u,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,disableOutsideScroll:h,...v}=e,b=PR(wv,n),w=BR(wv,n),y=pv(n),I=mv(n),C=ER(n),[x,A]=oO.useState(null),_=oO.useRef(null),O=l(t,_,b.onContentChange),S=oO.useRef(0),R=oO.useRef(""),M=oO.useRef(0),P=oO.useRef(null),N=oO.useRef("right"),B=oO.useRef(0),G=h?Il:oO.Fragment,V=h?{as:xv,allowPinchZoom:!0}:void 0,T=e=>{const t=R.current+e,n=C().filter(e=>!e.disabled),o=document.activeElement,r=n.find(e=>e.ref.current===o)?.textValue,a=function(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),r=o?t[0]:t,a=n?e.indexOf(n):-1;let i=(l=e,s=Math.max(a,0),l.map((e,t)=>l[(s+t)%l.length]));var l,s;1===r.length&&(i=i.filter(e=>e!==n));const c=i.find(e=>e.toLowerCase().startsWith(r.toLowerCase()));return c!==n?c:void 0}(n.map(e=>e.textValue),t,r),i=n.find(e=>e.textValue===a)?.ref.current;!function e(t){R.current=t,window.clearTimeout(S.current),""!==t&&(S.current=window.setTimeout(()=>e(""),1e3))}(t),i&&setTimeout(()=>i.focus())};oO.useEffect(()=>()=>window.clearTimeout(S.current),[]),E();const D=oO.useCallback(e=>N.current===P.current?.side&&function(e,t){return!!t&&function(e,t){const{x:n,y:o}=e;let r=!1;for(let a=0,i=t.length-1;a<t.length;i=a++){const e=t[a],l=t[i],s=e.x,c=e.y,u=l.x,d=l.y;c>o!=d>o&&n<(u-s)*(o-c)/(d-c)+s&&(r=!r)}return r}({x:e.clientX,y:e.clientY},t)}(e,P.current?.area),[]);return bO(TR,{scope:n,searchRef:R,onItemEnter:oO.useCallback(e=>{D(e)&&e.preventDefault()},[D]),onItemLeave:oO.useCallback(e=>{D(e)||(_.current?.focus(),A(null))},[D]),onTriggerLeave:oO.useCallback(e=>{D(e)&&e.preventDefault()},[D]),pointerGraceTimerRef:M,onPointerGraceIntentChange:oO.useCallback(e=>{P.current=e},[]),children:bO(G,{...V,children:bO(Ii,{asChild:!0,trapped:r,onMountAutoFocus:s(a,e=>{e.preventDefault(),_.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:i,children:bO(fi,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,children:bO(rv,{asChild:!0,...I,dir:w.dir,orientation:"vertical",loop:o,currentTabStopId:x,onCurrentTabStopIdChange:A,onEntryFocus:s(u,e=>{w.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:bO(Yh,{role:"menu","aria-orientation":"vertical","data-state":Zo(b.open),"data-radix-menu-content":"",dir:w.dir,...y,...v,ref:O,style:{outline:"none",...v.style},onKeyDown:s(v.onKeyDown,e=>{const t=e.target.closest("[data-radix-menu-content]")===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,o=1===e.key.length;t&&("Tab"===e.key&&e.preventDefault(),!n&&o&&T(e.key));const r=_.current;if(e.target!==r)return;if(!sv.includes(e.key))return;e.preventDefault();const a=C().filter(e=>!e.disabled).map(e=>e.ref.current);lv.includes(e.key)&&a.reverse(),function(e){const t=document.activeElement;for(const n of e){if(n===t)return;if(n.focus(),document.activeElement!==t)return}}(a)}),onBlur:s(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(S.current),R.current="")}),onPointerMove:s(e.onPointerMove,Jo(e=>{const t=e.target,n=B.current!==e.clientX;if(e.currentTarget.contains(t)&&n){const t=e.clientX>B.current?"right":"left";N.current=t,B.current=e.clientX}}))})})})})})})}),yv.displayName=wv,_v="MenuGroup",(Ev=oO.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return bO(li.div,{role:"group",...o,ref:t})})).displayName=_v,Ov="MenuLabel",(Sv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return bO(li.div,{...o,ref:t})})).displayName=Ov,Rv="MenuItem",Mv="menu.itemSelect",(Pv=oO.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,a=oO.useRef(null),i=BR(Rv,e.__scopeMenu),c=DR(Rv,e.__scopeMenu),u=l(t,a),d=oO.useRef(!1);return bO(Nv,{...r,ref:u,disabled:n,onClick:s(e.onClick,()=>{const e=a.current;if(!n&&e){const t=new CustomEvent(Mv,{bubbles:!0,cancelable:!0});e.addEventListener(Mv,e=>o?.(e),{once:!0}),g(e,t),t.defaultPrevented?d.current=!1:i.onClose()}}),onPointerDown:t=>{e.onPointerDown?.(t),d.current=!0},onPointerUp:s(e.onPointerUp,e=>{d.current||e.currentTarget?.click()}),onKeyDown:s(e.onKeyDown,e=>{const t=""!==c.searchRef.current;n||t&&" "===e.key||iv.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=Rv,Nv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...a}=e,i=DR(Rv,n),c=mv(n),u=oO.useRef(null),d=l(t,u),[p,m]=oO.useState(!1),[f,g]=oO.useState("");return oO.useEffect(()=>{const e=u.current;e&&g((e.textContent??"").trim())},[a.children]),bO(_R.ItemSlot,{scope:n,disabled:o,textValue:r??f,children:bO(av,{asChild:!0,...c,focusable:!o,children:bO(li.div,{role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0,...a,ref:d,onPointerMove:s(e.onPointerMove,Jo(e=>{if(o)i.onItemLeave(e);else if(i.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:s(e.onPointerLeave,Jo(e=>i.onItemLeave(e))),onFocus:s(e.onFocus,()=>m(!0)),onBlur:s(e.onBlur,()=>m(!1))})})})}),Bv="MenuCheckboxItem",(Gv=oO.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...r}=e;return bO(zR,{scope:e.__scopeMenu,checked:n,children:bO(Pv,{role:"menuitemcheckbox","aria-checked":qo(n)?"mixed":n,...r,ref:t,"data-state":Yo(n),onSelect:s(r.onSelect,()=>o?.(!!qo(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=Bv,Vv="MenuRadioGroup";var[kR,LR]=SR(Vv,{value:void 0,onValueChange:()=>{}});(Tv=oO.forwardRef((e,t)=>{const{value:n,onValueChange:o,...r}=e,a=h(o);return bO(kR,{scope:e.__scopeMenu,value:n,onValueChange:a,children:bO(Ev,{...r,ref:t})})})).displayName=Vv,Dv="MenuRadioItem",(kv=oO.forwardRef((e,t)=>{const{value:n,...o}=e,r=LR(Dv,e.__scopeMenu),a=n===r.value;return bO(zR,{scope:e.__scopeMenu,checked:a,children:bO(Pv,{role:"menuitemradio","aria-checked":a,...o,ref:t,"data-state":Yo(a),onSelect:s(o.onSelect,()=>r.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=Dv,Lv="MenuItemIndicator";var[zR,FR]=SR(Lv,{checked:!1});(zv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...r}=e,a=FR(Lv,n);return bO(_i,{present:o||qo(a.checked)||!0===a.checked,children:bO(li.span,{...r,ref:t,"data-state":Yo(a.checked)})})})).displayName=Lv,Fv="MenuSeparator",(Hv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return bO(li.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=Fv,Wv="MenuArrow",(Xv=oO.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=pv(n);return bO(Jh,{...r,...o,ref:t})})).displayName=Wv,jv="MenuSub";var[HR,WR]=SR(jv);Zv="MenuSubTrigger",(qv=oO.forwardRef((e,t)=>{const n=PR(Zv,e.__scopeMenu),o=BR(Zv,e.__scopeMenu),r=WR(Zv,e.__scopeMenu),a=DR(Zv,e.__scopeMenu),l=oO.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:u}=a,d={__scopeMenu:e.__scopeMenu},p=oO.useCallback(()=>{l.current&&window.clearTimeout(l.current),l.current=null},[]);return oO.useEffect(()=>p,[p]),oO.useEffect(()=>{const e=c.current;return()=>{window.clearTimeout(e),u(null)}},[c,u]),bO(hv,{asChild:!0,...d,children:bO(Nv,{id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":Zo(n.open),...e,ref:i(t,r.onTriggerChange),onClick:t=>{e.onClick?.(t),e.disabled||t.defaultPrevented||(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:s(e.onPointerMove,Jo(t=>{a.onItemEnter(t),t.defaultPrevented||e.disabled||n.open||l.current||(a.onPointerGraceIntentChange(null),l.current=window.setTimeout(()=>{n.onOpenChange(!0),p()},100))})),onPointerLeave:s(e.onPointerLeave,Jo(e=>{p();const t=n.content?.getBoundingClientRect();if(t){const o=n.content?.dataset.side,r="right"===o,i=r?-5:5,l=t[r?"left":"right"],s=t[r?"right":"left"];a.onPointerGraceIntentChange({area:[{x:e.clientX+i,y:e.clientY},{x:l,y:t.top},{x:s,y:t.top},{x:s,y:t.bottom},{x:l,y:t.bottom}],side:o}),window.clearTimeout(c.current),c.current=window.setTimeout(()=>a.onPointerGraceIntentChange(null),300)}else{if(a.onTriggerLeave(e),e.defaultPrevented)return;a.onPointerGraceIntentChange(null)}})),onKeyDown:s(e.onKeyDown,t=>{const r=""!==a.searchRef.current;e.disabled||r&&" "===t.key||cv[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=Zv,Yv="MenuSubContent",(Jv=oO.forwardRef((e,t)=>{const n=VR(wv,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=PR(wv,e.__scopeMenu),i=BR(wv,e.__scopeMenu),c=WR(Yv,e.__scopeMenu),u=oO.useRef(null),d=l(t,u);return bO(_R.Provider,{scope:e.__scopeMenu,children:bO(_i,{present:o||a.open,children:bO(_R.Slot,{scope:e.__scopeMenu,children:bO(Av,{id:c.contentId,"aria-labelledby":c.triggerId,...r,ref:d,align:"start",side:"rtl"===i.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{i.isUsingKeyboardRef.current&&u.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:s(e.onFocusOutside,e=>{e.target!==c.trigger&&a.onOpenChange(!1)}),onEscapeKeyDown:s(e.onEscapeKeyDown,e=>{i.onClose(),e.preventDefault()}),onKeyDown:s(e.onKeyDown,e=>{const t=e.currentTarget.contains(e.target),n=uv[i.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})})).displayName=Yv,Uv=fv,Qv=hv,Kv=bv,$v=yv,eb=Ev,tb=Sv,nb=Pv,ob=Gv,rb=Tv,ab=kv,ib=zv,lb=Hv,sb=Xv,cb=qv,ub=Jv,db="DropdownMenu";var[XR]=o(db,[RR]);pb=RR();var[jR,ZR]=XR(db);(mb=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:a,onOpenChange:i,modal:l=!0}=e,s=pb(t),d=oO.useRef(null),[p,m]=u({prop:r,defaultProp:a??!1,onChange:i,caller:db});return bO(jR,{scope:t,triggerId:c(),triggerRef:d,contentId:c(),open:p,onOpenChange:m,onOpenToggle:oO.useCallback(()=>m(e=>!e),[m]),modal:l,children:bO(Uv,{...s,open:p,onOpenChange:m,dir:o,modal:l,children:n})})}).displayName=db,fb="DropdownMenuTrigger",(gb=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,a=ZR(fb,n),l=pb(n);return bO(Qv,{asChild:!0,...l,children:bO(li.button,{type:"button",id:a.triggerId,"aria-haspopup":"menu","aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?"open":"closed","data-disabled":o?"":void 0,disabled:o,...r,ref:i(t,a.triggerRef),onPointerDown:s(e.onPointerDown,e=>{o||0!==e.button||!1!==e.ctrlKey||(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:s(e.onKeyDown,e=>{o||(["Enter"," "].includes(e.key)&&a.onOpenToggle(),"ArrowDown"===e.key&&a.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(e.key)&&e.preventDefault())})})})})).displayName=fb,(hb=e=>{const{__scopeDropdownMenu:t,...n}=e,o=pb(t);return bO(Kv,{...o,...n})}).displayName="DropdownMenuPortal",vb="DropdownMenuContent",(bb=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ZR(vb,n),a=pb(n),i=oO.useRef(!1);return bO($v,{id:r.contentId,"aria-labelledby":r.triggerId,...a,...o,ref:t,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{i.current||r.triggerRef.current?.focus(),i.current=!1,e.preventDefault()}),onInteractOutside:s(e.onInteractOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;r.modal&&!o||(i.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})})).displayName=vb,wb="DropdownMenuGroup",(yb=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(eb,{...r,...o,ref:t})})).displayName=wb,Ib="DropdownMenuLabel",(Cb=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(tb,{...r,...o,ref:t})})).displayName=Ib,xb="DropdownMenuItem",(Ab=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(nb,{...r,...o,ref:t})})).displayName=xb,_b="DropdownMenuCheckboxItem",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(ob,{...r,...o,ref:t})}).displayName=_b,Eb="DropdownMenuRadioGroup",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(rb,{...r,...o,ref:t})}).displayName=Eb,Ob="DropdownMenuRadioItem",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(ab,{...r,...o,ref:t})}).displayName=Ob,Sb="DropdownMenuItemIndicator",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(ib,{...r,...o,ref:t})}).displayName=Sb,Rb="DropdownMenuSeparator",(Mb=oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(lb,{...r,...o,ref:t})})).displayName=Rb,Pb="DropdownMenuArrow",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(sb,{...r,...o,ref:t})}).displayName=Pb,Nb="DropdownMenuSubTrigger",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(cb,{...r,...o,ref:t})}).displayName=Nb,Bb="DropdownMenuSubContent",oO.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=pb(n);return bO(ub,{...r,...o,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})}).displayName=Bb,Gb=mb,Vb=gb,Tb=hb,Db=bb,kb=yb,Lb=Cb,zb=Ab,Fb=Mb,Hb="Dropdown-modules_content__hz-wg",Wb="Dropdown-modules_scrollableArea__9SHHg",Xb="Dropdown-modules_item__67YXq",jb="Dropdown-modules_label__05rx3",Zb="Dropdown-modules_warning__dIJD1",qb="Dropdown-modules_separator__dNtZP";const qR=rO.forwardRef(({children:e,className:t,...n},o)=>rO.createElement(Tb,{...n},rO.createElement(Db,{className:ti(Hb,"demio-ui-dropdown-content",t),...n,ref:o},rO.createElement("div",{className:Wb},e)))),YR=rO.forwardRef(({className:e,...t},n)=>rO.createElement(Fb,{ref:n,...t,className:ti(qb,"demio-ui-dropdown-separator",e)})),JR=Gb,UR=Vb,QR=Lb,KR=zb,$R=kb,eM=Tb,tM=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:r=!1,onSelect:a,...i})=>{const l=ti(Xb,"demio-ui-dropdown-item",{[t]:t,[Zb]:n,"demio-ui-dropdown-label":o,[jb]:o});return o?rO.createElement(Lb,{className:l,...i},e):rO.createElement(zb,{className:l,disabled:r,onSelect:a,...i},e)};Yb={formGroup:"FormGroup-modules_formGroup__Zjh7i",horizontal:"FormGroup-modules_horizontal__9g7gn",vertical:"FormGroup-modules_vertical__yPEor",between:"FormGroup-modules_between__poqnA",start:"FormGroup-modules_start__ylflU",center:"FormGroup-modules_center__xkWT-",startAlignItems:"FormGroup-modules_startAlignItems__h-nDr",stretchAlignItems:"FormGroup-modules_stretchAlignItems__jg3e0",centerAlignItems:"FormGroup-modules_centerAlignItems__J7KaF"},Jb="InfoBanner-modules_infoBanner__6KCFX",Ub="InfoBanner-modules_infoBannerWrapper__mUG2s",Qb="InfoBanner-modules_contentWrapper__GVYBK",Kb="InfoBanner-modules_title__HqhSZ",$b="InfoBanner-modules_iconWrapper__MiPMN";const nM=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:r=null,title:a=null})=>rO.createElement("div",{className:ti(Jb,"demio-ui-info-banner",t)},rO.createElement("div",{className:ti(Ub,"demio-ui-info-banner-wrapper")},o&&rO.createElement("div",{className:ti($b,"demio-ui-info-banner-iconWrapper")},n||rO.createElement(Wm,null)),e||rO.createElement("div",{className:ti(Qb,"demio-ui-info-banner-contentWrapper")},a&&rO.createElement("span",{className:ti(Kb,"demio-ui-info-banner-title")},a),r&&rO.createElement("span",{className:"demio-ui-info-banner-text"},r))));ew="ModalScrollable-modules_overlay__e4-c1",tw="ModalScrollable-modules_closeBtn__prSB-",nw="ModalScrollable-modules_isHidden__rqtyM",ow="ModalScrollable-modules_title__TzPu5",rw="ModalScrollable-modules_withHeader__OTqO-",aw="ModalScrollable-modules_header__BaeDK",iw="ModalScrollable-modules_noTitle__Aeqsv",lw="ModalScrollable-modules_content__oWfLS",sw="ModalScrollable-modules_body__zrctf",cw="ModalScrollable-modules_footer__fxnqN",uw="ModalScrollable-modules_footerButtonsContainer__MhbTv",dw="ModalScrollable-modules_withFooter__HDHPq",pw="ModalScrollable-modules_btn__KdfVl",mw="ModalScrollable-modules_cancelButton__gQ23p";const oM=lO(iO(({cancelBtnText:e="Cancel",children:t,customBodyClass:n="",customCancelBtnClass:o="",customCloseBtnClass:r="",customContentClass:a="",customFooterClass:i="",customOkBtnClass:l="",customOverlayClass:s="",customTitleClass:c="",footer:u,header:d,isAvailableCancelBtn:p=!0,isAvailableOkBtn:m=!0,isClosable:f=!0,isCloseButtonVisible:g=!0,isOkBtnDisabled:h=!1,isOpen:v,isOpenByDefault:b=!1,okBtnText:w="ok",onCancel:y,onOk:I,onOpenChange:C,portalContainer:x,title:A=""},_)=>{const E=e=>{C?.(e)},O=(e=null)=>{y?.(e),E(!1)};return rO.createElement(ns,{defaultOpen:b,open:v,onOpenChange:E},rO.createElement(rs,{container:x||void 0},rO.createElement(as,{className:ti("demio-ui-scrollable-modal-overlay",ew,s),"data-testid":"scrollable-modal-overlay"}),rO.createElement(is,{"aria-describedby":void 0,className:ti("demio-ui-scrollable-modal-content",lw,a),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{f?O():e?.preventDefault()},ref:_},rO.createElement(ls,{className:ti("demio-ui-scrollable-modal-title",ow,{"no-title":!A,[nw]:!A,"with-header":!!d,[rw]:!!d},c),"data-testid":"scrollable-modal-title"},A),!!d&&rO.createElement("div",{className:ti("demio-ui-scrollable-modal-header",aw,{"without-title":!A,[iw]:!A}),"data-testid":"scrollable-modal-header"},d),rO.createElement(cs,{className:ti("demio-ui-scrollable-modal-close-btn",tw,{"no-close-btn":!g,[nw]:!g},r),"data-testid":"scrollable-modal-close-btn",onClick:O},rO.createElement(ks,null)),rO.createElement("div",{className:ti("demio-ui-scrollable-modal-body",sw,n),"data-testid":"scrollable-modal-body"},t),(p||m||!!u)&&rO.createElement("div",{className:ti("demio-ui-scrollable-modal-footer",cw,i),"data-testid":"scrollable-modal-footer"},u,(p||m)&&rO.createElement("div",{className:ti("demio-ui-scrollable-modal-footer-buttons-container",uw,{"with-footer":!!u,[dw]:!!u}),"data-testid":"scrollable-modal-footer-buttons-container"},p&&rO.createElement(TO,{className:ti("demio-ui-scrollable-modal-footer-cancel-btn",pw,mw,o),"data-testid":"scrollable-modal-footer-cancel-btn",onClick:O,variant:"outline"},e),m&&rO.createElement(TO,{className:ti("demio-ui-scrollable-modal-footer-ok-btn",pw,l),"data-testid":"scrollable-modal-footer-ok-btn",disabled:h,onClick:e=>{I?.(e)},variant:"primary"},w))))))}));var rM,aM,iM,lM;for(fw=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],gw=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){var t,n;if(this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this)),t=this.tags[this.tags.length-1],this.isSpeedy){n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(iM){}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),hw="-ms-",vw="-moz-",bw="-webkit-",ww="comm",yw="rule",Iw="decl",Cw="@import",xw="@keyframes",Aw="@layer",_w=Math.abs,Ew=String.fromCharCode,Ow=Object.assign,Sw=1,Rw=1,Mw=0,Pw=0,Nw=0,Bw="",Gw=function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var o=e(n);return t.set(n,o),o}},Vw="undefined"!=typeof document,Tw=function(e,t,n){for(var o=0,r=0;o=r,r=_r(),38===o&&12===r&&(t[n]=1),!Sr(r);)Ar();return Or(e,Pw)},Dw=function(e,t){var n=-1,o=44;do{switch(Sr(o)){case 0:38===o&&12===_r()&&(t[n]=1),e[n]+=Tw(Pw-1,t,n);break;case 2:e[n]+=Pr(o);break;case 4:if(44===o){e[++n]=58===_r()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=Ew(o)}}while(o=Ar());return e},kw=function(e,t){return Mr(Dw(Rr(e),t))},Lw=new WeakMap,zw=function(e){var t,n,o,r,a,i,l,s,c;if("rule"===e.type&&e.parent&&!(e.length<1)){for(t=e.value,n=e.parent,o=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Lw.get(n))&&!o)for(Lw.set(e,!0),a=kw(t,r=[]),i=n.props,l=0,s=0;l<a.length;l++)for(c=0;c<i.length;c++,s++)e.props[s]=r[l]?a[l].replace(/&\f/g,i[c]):i[c]+" "+a[l]}},Fw=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},Hw=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case Iw:e.return=Zr(e.value,e.length);break;case xw:return Hr([Cr(e,{value:fr(e.value,"@","@"+bw)})],o);case yw:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Hr([Cr(e,{props:[fr(t,/:(read-\w+)/,":"+vw+"$1")]})],o);case"::placeholder":return Hr([Cr(e,{props:[fr(t,/:(plac\w+)/,":"+bw+"input-$1")]}),Cr(e,{props:[fr(t,/:(plac\w+)/,":"+vw+"$1")]}),Cr(e,{props:[fr(t,/:(plac\w+)/,hw+"input-$1")]})],o)}return""})}},Ww=Vw?void 0:Gw(function(){return jr(function(){return{}})}),Xw=[Hw],jw=function(e){var t,n,o,r,a,i,l,s,c,u,d,p,m,f,g,h,v,b,w=e.key;return Vw&&"css"===w&&(t=document.querySelectorAll("style[data-emotion]:not([data-s])"),Array.prototype.forEach.call(t,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})),n=e.stylisPlugins||Xw,o={},a=[],Vw&&(r=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+w+' "]'),function(e){var t,n=e.getAttribute("data-emotion").split(" ");for(t=1;t<n.length;t++)o[n[t]]=!0;a.push(e)})),l=[zw,Fw],Ww?(p=[Wr],m=Xr(l.concat(n,p)),f=function(e){return Hr(Dr(e),m)},g=Ww(n)(w),h=function(e,t){var n=t.name;return void 0===g[n]&&(g[n]=f(e?e+"{"+t.styles+"}":t.styles)),g[n]},i=function(e,t,n,o){var r=t.name,a=h(e,t);return void 0===v.compat?(o&&(v.inserted[r]=!0),a):o?void(v.inserted[r]=a):a}):(c=[Wr,(b=function(e){s.insert(e)},function(e){e.root||(e=e.return)&&b(e)})],u=Xr(l.concat(n,c)),d=function(e){return Hr(Dr(e),u)},i=function(e,t,n,o){s=n,d(e?e+"{"+t.styles+"}":t.styles),o&&(v.inserted[t.name]=!0)}),(v={key:w,sheet:new gw({key:w,container:r,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:i}).sheet.hydrate(a),v},Zw="undefined"!=typeof document,qw=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===Zw&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},Yw=function(e,t,n){var o,r,a,i;if(qw(e,t,n),o=e.key+"-"+t.name,void 0===e.inserted[t.name]){r="",a=t;do{i=e.insert(t===a?"."+o:"",a,e.sheet,!0),Zw||void 0===i||(r+=i),a=a.next}while(void 0!==a);if(!Zw&&0!==r.length)return r}},Jw={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Uw=/[A-Z]|^ms/g,Qw=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Kw=function(e){return 45===e.charCodeAt(1)},$w=function(e){return null!=e&&"boolean"!=typeof e},ey=jr(function(e){return Kw(e)?e:e.replace(Uw,"-$&").toLowerCase()}),ty=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Qw,function(e,t,n){return oy={name:t,styles:n,next:oy},t})}return 1===Jw[e]||Kw(e)||"number"!=typeof t||0===t?t:t+"px"},ny=/label:\s*([^\s;{]+)\s*(;|$)/g,ry="undefined"!=typeof document,ay=function(e){return e()},iy=!!oO.useInsertionEffect&&oO.useInsertionEffect,ly=ry&&iy||ay,sy="undefined"!=typeof document,(cy=oO.createContext("undefined"!=typeof HTMLElement?jw({key:"css"}):null)).Provider,uy=function(e){return iO(function(t,n){var o=pO(cy);return e(t,o,n)})},sy||(uy=function(e){return function(t){var n=pO(cy);return null===n?(n=jw({key:"css"}),oO.createElement(cy.Provider,{value:n},e(t,n))):e(t,n)}}),dy=oO.createContext({}),py={}.hasOwnProperty,my="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",fy=function(e,t){var n,o={};for(n in t)py.call(t,n)&&(o[n]=t[n]);return o[my]=e,o},gy=function(e){var t,n,o,r,a=e.cache,i=e.serialized,l=e.isStringTag;if(qw(a,i,l),t=ly(function(){return Yw(a,i,l)}),!sy&&void 0!==t){for(o=i.name,r=i.next;void 0!==r;)o+=" "+r.name,r=r.next;return oO.createElement("style",((n={})["data-emotion"]=a.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=a.sheet.nonce,n))}return null},hy=uy(function(e,t,n){var o,r,a,i,l,s,c=e.css;for(s in"string"==typeof c&&void 0!==t.registered[c]&&(c=t.registered[c]),o=e[my],r=[c],a="","string"==typeof e.className?a=function(e,t,n){var o="";return n.split(" ").forEach(function(n){void 0!==e[n]?t.push(e[n]+";"):n&&(o+=n+" ")}),o}(t.registered,r,e.className):null!=e.className&&(a=e.className+" "),i=Yr(r,void 0,oO.useContext(dy)),a+=t.key+"-"+i.name,l={},e)py.call(e,s)&&"css"!==s&&s!==my&&(l[s]=e[s]);return l.className=a,n&&(l.ref=n),oO.createElement(oO.Fragment,null,oO.createElement(gy,{cache:t,serialized:i,isStringTag:"string"==typeof o}),oO.createElement(o,l))}),vy=hy,by=function(e,t){var n,o,r,a=arguments;if(null==t||!py.call(t,"css"))return oO.createElement.apply(void 0,a);for(n=a.length,(o=new Array(n))[0]=vy,o[1]=fy(e,t),r=2;r<n;r++)o[r]=a[r];return oO.createElement.apply(null,o)},rM=by||(by={}),aM||(aM=rM.JSX||(rM.JSX={})),wy="undefined"!=typeof document,yy=wy?dO:function(){},Iy=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Cy=function(){},xy=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===Qo(e)&&null!==e?[e]:[];var t},Ay=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,tr({},ar(e,Iy))},_y=function(e,t,n){var o=e.cx,r=e.getStyles,a=e.getClassNames,i=e.className;return{css:r(t,e),className:o(null!=n?n:{},a(t,e),i)}},Ey=!1,Oy={get passive(){return Ey=!0}},(Sy="undefined"!=typeof window?window:{}).addEventListener&&Sy.removeEventListener&&(Sy.addEventListener("p",Cy,Oy),Sy.removeEventListener("p",Cy,!1)),Ry=Ey,My=function(e){var t,n,o,r;for(t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return r=Object.entries(e).filter(function(e){var t=rr(e,1)[0];return!n.includes(t)}),r.reduce(function(e,t){var n=rr(t,2),o=n[0],r=n[1];return e[o]=r,e},{})},Py=["children","innerProps"],Ny=["children","innerProps"],By=function(e){return"auto"===e?"bottom":e},Gy=function(e,t){var n,o=e.placement,r=e.theme,a=r.borderRadius,i=r.spacing,l=r.colors;return tr(($o(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),$o(n,"position","absolute"),$o(n,"width","100%"),$o(n,"zIndex",1),n),t?{}:{backgroundColor:l.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:i.menuGutter,marginTop:i.menuGutter})},Vy=fO(null),Ty=function(e){var t=e.children,n=e.minMenuHeight,o=e.maxMenuHeight,r=e.menuPlacement,a=e.menuPosition,i=e.menuShouldScrollIntoView,l=e.theme,s=pO(Vy)||{},c=s.setPortalPlacement,u=sO(null),d=aO(o),p=rr(d,2),m=p[0],f=p[1],g=aO(null),h=rr(g,2),v=h[0],b=h[1],w=l.spacing.controlHeight;return yy(function(){var e,t,l=u.current;l&&(e="fixed"===a,t=ia({maxHeight:o,menuEl:l,minHeight:n,placement:r,shouldScroll:i&&!e,isFixedPosition:e,controlHeight:w}),f(t.maxHeight),b(t.placement),null==c||c(t.placement))},[o,r,a,i,n,c,w]),t({ref:u,placerProps:tr(tr({},e),{},{placement:v||By(r),maxHeight:m})})},Dy=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return by("div",ir({},_y(e,"menu",{menu:!0}),{ref:n},o),t)},ky=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return tr({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},Ly=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,r=e.isMulti;return by("div",ir({},_y(e,"menuList",{"menu-list":!0,"menu-list--is-multi":r}),{ref:o},n),t)},zy=function(e,t){var n=e.theme,o=n.spacing.baseUnit,r=n.colors;return tr({textAlign:"center"},t?{}:{color:r.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},Fy=zy,Hy=zy,Wy=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,r=ar(e,Py);return by("div",ir({},_y(tr(tr({},r),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},Xy=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,r=ar(e,Ny);return by("div",ir({},_y(tr(tr({},r),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},jy=function(e){var t=e.rect,n=e.offset,o=e.position;return{left:t.left,position:o,top:n,width:t.width,zIndex:1}},Zy=function(e){var t,n,o,r=e.appendTo,a=e.children,i=e.controlElement,l=e.innerProps,s=e.menuPlacement,c=e.menuPosition,u=sO(null),d=sO(null),p=aO(By(s)),m=rr(p,2),f=m[0],g=m[1],h=mO(function(){return{setPortalPlacement:g}},[]),v=aO(null),b=rr(v,2),w=b[0],y=b[1],I=cO(function(){var e,t,n;i&&(e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(i),t="fixed"===c?0:window.pageYOffset,(n=e[f]+t)===(null==w?void 0:w.offset)&&e.left===(null==w?void 0:w.rect.left)&&e.width===(null==w?void 0:w.rect.width)||y({offset:n,rect:e}))},[i,c,f,null==w?void 0:w.offset,null==w?void 0:w.rect.left,null==w?void 0:w.rect.width]);return yy(function(){I()},[I]),t=cO(function(){"function"==typeof d.current&&(d.current(),d.current=null),i&&u.current&&(d.current=ko(i,u.current,I,{elementResize:"ResizeObserver"in window}))},[i,I]),yy(function(){t()},[t]),n=cO(function(e){u.current=e,t()},[t]),!r&&"fixed"!==c||!w?null:(o=by("div",ir({ref:n},_y(tr(tr({},e),{},{offset:w.offset,position:c,rect:w.rect}),"menuPortal",{"menu-portal":!0}),l),a),by(Vy.Provider,{value:h},r?xO(o,r):o))},qy=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},Yy=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,r=e.isRtl;return by("div",ir({},_y(e,"container",{"--is-disabled":o,"--is-rtl":r}),n),t)},Jy=function(e,t){var n=e.theme.spacing,o=e.isMulti,r=e.hasValue,a=e.selectProps.controlShouldRenderValue;return tr({alignItems:"center",display:o&&r&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},Uy=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,r=e.hasValue;return by("div",ir({},_y(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":r}),n),t)},Qy=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},Ky=function(e){var t=e.children,n=e.innerProps;return by("div",ir({},_y(e,"indicatorsContainer",{indicators:!0}),n),t)},eI=["size"],tI=["innerProps","isRtl","size"],nI="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},oI=function(e){var t=e.size,n=ar(e,eI);return by("svg",ir({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:nI},n))},rI=function(e){return by(oI,ir({size:20},e),by("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},aI=function(e){return by(oI,ir({size:20},e),by("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},iI=function(e,t){var n=e.isFocused,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return tr({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?a.neutral60:a.neutral20,padding:2*r,":hover":{color:n?a.neutral80:a.neutral40}})},lI=iI,sI=function(e){var t=e.children,n=e.innerProps;return by("div",ir({},_y(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||by(aI,null))},cI=iI,uI=function(e){var t=e.children,n=e.innerProps;return by("div",ir({},_y(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||by(rI,null))},dI=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return tr({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?a.neutral10:a.neutral20,marginBottom:2*r,marginTop:2*r})},pI=function(e){var t=e.innerProps;return by("span",ir({},t,_y(e,"indicatorSeparator",{"indicator-separator":!0})))},mI=function(){var e=Jr.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}($y||(iM=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],lM||(lM=iM.slice(0)),$y=Object.freeze(Object.defineProperties(iM,{raw:{value:Object.freeze(lM)}})))),fI=function(e,t){var n=e.isFocused,o=e.size,r=e.theme,a=r.colors,i=r.spacing.baseUnit;return tr({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?a.neutral60:a.neutral20,padding:2*i})},gI=function(e){var t=e.delay,n=e.offset;return by("span",{css:Jr({animation:"".concat(mI," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},hI=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,r=void 0===o?4:o,a=ar(e,tI);return by("div",ir({},_y(tr(tr({},a),{},{innerProps:t,isRtl:n,size:r}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),by(gI,{delay:0,offset:n}),by(gI,{delay:160,offset:!0}),by(gI,{delay:320,offset:!n}))},vI=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.theme,a=r.colors,i=r.borderRadius;return tr({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:r.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?a.neutral5:a.neutral0,borderColor:n?a.neutral10:o?a.primary:a.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:o?a.primary:a.neutral30}})},bI=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.innerRef,a=e.innerProps,i=e.menuIsOpen;return by("div",ir({ref:r},_y(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":i}),a,{"aria-disabled":n||void 0}),t)},wI=["data"],yI=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},II=function(e){var t=e.children,n=e.cx,o=e.getStyles,r=e.getClassNames,a=e.Heading,i=e.headingProps,l=e.innerProps,s=e.label,c=e.theme,u=e.selectProps;return by("div",ir({},_y(e,"group",{group:!0}),l),by(a,ir({},i,{selectProps:u,theme:c,getStyles:o,getClassNames:r,cx:n}),s),by("div",null,t))},CI=function(e,t){var n=e.theme,o=n.colors,r=n.spacing;return tr({label:"group",cursor:"default",display:"block"},t?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*r.baseUnit,paddingRight:3*r.baseUnit,textTransform:"uppercase"})},xI=function(e){var t,n=Ay(e);return n.data,t=ar(n,wI),by("div",ir({},_y(e,"groupHeading",{"group-heading":!0}),t))},AI=II,_I=["innerRef","isDisabled","isHidden","inputClassName"],EI=function(e,t){var n=e.isDisabled,o=e.value,r=e.theme,a=r.spacing,i=r.colors;return tr(tr({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},SI),t?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:i.neutral80})},SI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":tr({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},OI={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},RI=function(e){return tr({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},OI)},MI=function(e){var t=e.cx,n=e.value,o=Ay(e),r=o.innerRef,a=o.isDisabled,i=o.isHidden,l=o.inputClassName,s=ar(o,_I);return by("div",ir({},_y(e,"input",{"input-container":!0}),{"data-value":n||""}),by("input",ir({className:t({input:!0},l),ref:r,style:RI(i),disabled:a},s)))},PI=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors;return tr({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:a.neutral10,borderRadius:r/2,margin:o.baseUnit/2})},NI=function(e,t){var n=e.theme,o=n.borderRadius,r=n.colors,a=e.cropWithEllipsis;return tr({overflow:"hidden",textOverflow:a||void 0===a?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:o/2,color:r.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},BI=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors,i=e.isFocused;return tr({alignItems:"center",display:"flex"},t?{}:{borderRadius:r/2,backgroundColor:i?a.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},VI=function(e){var t=e.children,n=e.components,o=e.data,r=e.innerProps,a=e.isDisabled,i=e.removeProps,l=e.selectProps,s=n.Container,c=n.Label,u=n.Remove;return by(s,{data:o,innerProps:tr(tr({},_y(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),r),selectProps:l},by(c,{data:o,innerProps:tr({},_y(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),by(u,{data:o,innerProps:tr(tr({},_y(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},i),selectProps:l}))},TI=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.isSelected,a=e.theme,i=a.spacing,l=a.colors;return tr({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:r?l.primary:o?l.primary25:"transparent",color:n?l.neutral20:r?l.neutral0:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),":active":{backgroundColor:n?void 0:r?l.primary:l.primary50}})},DI=function(e,t){var n=e.theme,o=n.spacing,r=n.colors;return tr({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:r.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},kI=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing,a=o.colors;return tr({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?a.neutral40:a.neutral80,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},LI={ClearIndicator:uI,Control:bI,DropdownIndicator:sI,DownChevron:aI,CrossIcon:rI,Group:AI,GroupHeading:xI,IndicatorsContainer:Ky,IndicatorSeparator:pI,Input:MI,LoadingIndicator:hI,Menu:Dy,MenuList:Ly,MenuPortal:Zy,LoadingMessage:Xy,NoOptionsMessage:Wy,MultiValue:VI,MultiValueContainer:GI=function(e){var t=e.children,n=e.innerProps;return by("div",n,t)},MultiValueLabel:GI,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return by("div",ir({role:"button"},n),t||by(rI,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.isSelected,a=e.innerRef,i=e.innerProps;return by("div",ir({},_y(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":o,"option--is-selected":r}),{ref:a,"aria-disabled":n},i),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return by("div",ir({},_y(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:Yy,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return by("div",ir({},_y(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:Uy},zI=function(e){return tr(tr({},LI),e.components)},FI=Number.isNaN||function(e){return"number"==typeof e&&e!=e},HI="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},WI=function(e){return by("span",ir({css:HI},e))},XI={guidance:function(e){var t=e.isSearchable,n=e.isMulti,o=e.tabSelectsValue,r=e.context,a=e.isInitialFocus;switch(r){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(o?", press Tab to select the option and exit the menu":"",".");case"input":return a?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,o=void 0===n?"":n,r=e.labels,a=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(o,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(r.length>1?"s":""," ").concat(r.join(","),", selected.");case"select-option":return"option ".concat(o,a?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t,n,o=e.context,r=e.focused,a=e.options,i=e.label,l=void 0===i?"":i,s=e.selectValue,c=e.isDisabled,u=e.isSelected,d=e.isAppleDevice,p=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};return"value"===o&&s?"value ".concat(l," focused, ").concat(p(s,r),"."):"menu"===o&&d?(t=c?" disabled":"",n="".concat(u?" selected":"").concat(t),"".concat(l).concat(n,", ").concat(p(a,r),".")):""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},jI=function(e){var t=e.ariaSelection,n=e.focusedOption,o=e.focusedValue,r=e.focusableOptions,a=e.isFocused,i=e.selectValue,l=e.selectProps,s=e.id,c=e.isAppleDevice,u=l.ariaLiveMessages,d=l.getOptionLabel,p=l.inputValue,m=l.isMulti,f=l.isOptionDisabled,g=l.isSearchable,h=l.menuIsOpen,v=l.options,b=l.screenReaderStatus,w=l.tabSelectsValue,y=l.isLoading,I=l["aria-label"],C=l["aria-live"],x=mO(function(){return tr(tr({},XI),u||{})},[u]),A=mO(function(){var e,n,o,r,a,l,s,c,u,p,m="";return t&&x.onChange&&(e=t.option,n=t.options,o=t.removedValue,r=t.removedValues,a=t.value,s=(l=o||e||function(e){return Array.isArray(e)?null:e}(a))?d(l):"",u=(c=n||r||void 0)?c.map(d):[],p=tr({isDisabled:l&&f(l,i),label:s,labels:u},t),m=x.onChange(p)),m},[t,x,f,i,d]),_=mO(function(){var e,t="",a=n||o,l=!!(n&&i&&i.includes(n));return a&&x.onFocus&&(e={focused:a,label:d(a),isDisabled:f(a,i),isSelected:l,options:r,context:a===n?"menu":"value",selectValue:i,isAppleDevice:c},t=x.onFocus(e)),t},[n,o,d,f,x,r,i,c]),E=mO(function(){var e,t="";return h&&v.length&&!y&&x.onFilter&&(e=b({count:r.length}),t=x.onFilter({inputValue:p,resultsMessage:e})),t},[r,p,h,x,v,b,y]),O="initial-input-focus"===(null==t?void 0:t.action),S=mO(function(){var e,t="";return x.guidance&&(e=o?"value":h?"menu":"input",t=x.guidance({"aria-label":I,context:e,isDisabled:n&&f(n,i),isMulti:m,isSearchable:g,tabSelectsValue:w,isInitialFocus:O})),t},[I,n,o,m,f,g,h,x,i,w,O]),R=by(hO,null,by("span",{id:"aria-selection"},A),by("span",{id:"aria-focused"},_),by("span",{id:"aria-results"},E),by("span",{id:"aria-guidance"},S));return by(hO,null,by(WI,{id:s},O&&R),by(WI,{"aria-live":C,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!O&&R))},ZI=jI,qI=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],YI=new RegExp("["+qI.map(function(e){return e.letters}).join("")+"]","g"),JI={},UI=0;UI<qI.length;UI++)for(QI=qI[UI],KI=0;KI<QI.letters.length;KI++)JI[QI.letters[KI]]=QI.base;$I=function(e){return e.replace(YI,function(e){return JI[e]})},eC=function(e,t){function n(){var n,r,a=[];for(n=0;n<arguments.length;n++)a[n]=arguments[n];return o&&o.lastThis===this&&t(a,o.lastArgs)?o.lastResult:(r=e.apply(this,a),o={lastResult:r,lastArgs:a,lastThis:this},r)}void 0===t&&(t=sa);var o=null;return n.clear=function(){o=null},n}($I),tC=function(e){return e.replace(/^\s+|\s+$/g,"")},nC=function(e){return"".concat(e.label," ").concat(e.value)},oC=function(e){return function(t,n){var o,r,a,i,l,s,c,u;return!!t.data.__isNew__||(r=(o=tr({ignoreCase:!0,ignoreAccents:!0,stringify:nC,trim:!0,matchFrom:"any"},e)).ignoreCase,a=o.ignoreAccents,i=o.stringify,l=o.trim,s=o.matchFrom,c=l?tC(n):n,u=l?tC(i(t)):i(t),r&&(c=c.toLowerCase(),u=u.toLowerCase()),a&&(c=eC(c),u=$I(u)),"start"===s?u.substr(0,c.length)===c:u.indexOf(c)>-1)}},rC=["innerRef"],aC=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},iC=["boxSizing","height","overflow","paddingRight","position"],lC={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},sC=!("undefined"==typeof window||!window.document||!window.document.createElement),cC=0,uC={capture:!1,passive:!1},dC=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},pC="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},mC="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},fC=function(e){var t=e.name,n=e.onFocus;return by("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:mC,value:"",onChange:function(){}})},gC=fC,hC=function(e){return e.label},vC=function(e){return e.label},bC=function(e){return e.value},wC=function(e){return!!e.isDisabled},yC={clearIndicator:cI,container:qy,control:vI,dropdownIndicator:lI,group:yI,groupHeading:CI,indicatorsContainer:Qy,indicatorSeparator:dI,input:EI,loadingIndicator:fI,loadingMessage:Hy,menu:Gy,menuList:ky,menuPortal:jy,multiValue:PI,multiValueLabel:NI,multiValueRemove:BI,noOptionsMessage:Fy,option:TI,placeholder:DI,singleValue:kI,valueContainer:Jy},CC={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:IC=4,controlHeight:38,menuGutter:2*IC}},xC={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:oa(),captureMenuScroll:!oa(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:oC(),formatGroupLabel:hC,getOptionLabel:vC,getOptionValue:bC,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:wC,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(iM){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1},AC=function(e,t){var n,o=null===(n=e.find(function(e){return e.data===t}))||void 0===n?void 0:n.id;return o||null},_C=function(e,t){return e.getOptionLabel(t)},EC=function(e,t){return e.getOptionValue(t)},OC=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},SC=1,RC=function(){function e(n){var o,r,a,i;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(o=t.call(this,n)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},o.blockOptionHover=!1,o.isComposing=!1,o.commonProps=void 0,o.initialTouchX=0,o.initialTouchY=0,o.openAfterFocus=!1,o.scrollToFocusedOptionOnUpdate=!1,o.userIsDragging=void 0,o.controlRef=null,o.getControlRef=function(e){o.controlRef=e},o.focusedOptionRef=null,o.getFocusedOptionRef=function(e){o.focusedOptionRef=e},o.menuListRef=null,o.getMenuListRef=function(e){o.menuListRef=e},o.inputRef=null,o.getInputRef=function(e){o.inputRef=e},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(e,t){var n=o.props,r=n.onChange,a=n.name;t.name=a,o.ariaOnChange(e,t),r(e,t)},o.setValue=function(e,t,n){var r=o.props,a=r.closeMenuOnSelect,i=r.isMulti,l=r.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:l}),a&&(o.setState({inputIsHiddenAfterUpdate:!i}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(e,{action:t,option:n})},o.selectOption=function(e){var t,n=o.props,r=n.blurInputOnSelect,a=n.isMulti,i=n.name,l=o.state.selectValue,s=a&&o.isOptionSelected(e,l),c=o.isOptionDisabled(e,l);if(s)t=o.getOptionValue(e),o.setValue(l.filter(function(e){return o.getOptionValue(e)!==t}),"deselect-option",e);else{if(c)return void o.ariaOnChange(e,{action:"select-option",option:e,name:i});a?o.setValue([].concat(pr(l),[e]),"select-option",e):o.setValue(e,"select-option")}r&&o.blurInput()},o.removeValue=function(e){var t=o.props.isMulti,n=o.state.selectValue,r=o.getOptionValue(e),a=n.filter(function(e){return o.getOptionValue(e)!==r}),i=aa(t,a,a[0]||null);o.onChange(i,{action:"remove-value",removedValue:e}),o.focusInput()},o.clearValue=function(){var e=o.state.selectValue;o.onChange(aa(o.props.isMulti,[],null),{action:"clear",removedValues:e})},o.popValue=function(){var e=o.props.isMulti,t=o.state.selectValue,n=t[t.length-1],r=t.slice(0,t.length-1),a=aa(e,r,r[0]||null);n&&o.onChange(a,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return AC(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return Ia(wa(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Qr.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return _C(o.props,e)},o.getOptionValue=function(e){return EC(o.props,e)},o.getStyles=function(e,t){var n,r=o.props.unstyled,a=yC[e](t,r);return a.boxSizing="border-box",(n=o.props.styles[e])?n(a,t):a},o.getClassNames=function(e,t){var n,r;return null===(n=(r=o.props.classNames)[e])||void 0===n?void 0:n.call(r,t)},o.getElementId=function(e){return"".concat(o.state.instancePrefix,"-").concat(e)},o.getComponents=function(){return zI(o.props)},o.buildCategorizedOptions=function(){return wa(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return ya(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:tr({value:e},t)})},o.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(e){o.blockOptionHover=!1},o.onControlMouseDown=function(e){if(!e.defaultPrevented){var t=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&o.onMenuClose():t&&o.openMenu("first"):(t&&(o.openAfterFocus=!0),o.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},o.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||o.props.isDisabled)){var t=o.props,n=t.isMulti,r=t.menuIsOpen;o.focusInput(),r?(o.setState({inputIsHiddenAfterUpdate:!n}),o.onMenuClose()):o.openMenu("first"),e.preventDefault()}},o.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(o.clearValue(),e.preventDefault(),o.openAfterFocus=!1,"touchend"===e.type?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(e){"boolean"==typeof o.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Kr(e.target)&&o.props.onMenuClose():"function"==typeof o.props.closeMenuOnScroll&&o.props.closeMenuOnScroll(e)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(e){var t=e.touches,n=t&&t.item(0);n&&(o.initialTouchX=n.clientX,o.initialTouchY=n.clientY,o.userIsDragging=!1)},o.onTouchMove=function(e){var t,n,r,a=e.touches,i=a&&a.item(0);i&&(t=Math.abs(i.clientX-o.initialTouchX),n=Math.abs(i.clientY-o.initialTouchY),r=5,o.userIsDragging=t>r||n>r)},o.onTouchEnd=function(e){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(e.target)&&o.menuListRef&&!o.menuListRef.contains(e.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(e){o.userIsDragging||o.onControlMouseDown(e)},o.onClearIndicatorTouchEnd=function(e){o.userIsDragging||o.onClearIndicatorMouseDown(e)},o.onDropdownIndicatorTouchEnd=function(e){o.userIsDragging||o.onDropdownIndicatorMouseDown(e)},o.handleInputChange=function(e){var t=o.props.inputValue,n=e.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(n,{action:"input-change",prevInputValue:t}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(e){o.props.onFocus&&o.props.onFocus(e),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(e){var t=o.props.inputValue;o.menuListRef&&o.menuListRef.contains(document.activeElement)?o.inputRef.focus():(o.props.onBlur&&o.props.onBlur(e),o.onInputChange("",{action:"input-blur",prevInputValue:t}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1}))},o.onOptionHover=function(e){var t;o.blockOptionHover||o.state.focusedOption===e||(t=o.getFocusableOptions().indexOf(e),o.setState({focusedOption:e,focusedOptionId:t>-1?o.getFocusedOptionId(e):null}))},o.shouldHideSelectedOptions=function(){return OC(o.props)},o.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),o.focus()},o.onKeyDown=function(e){var t=o.props,n=t.isMulti,r=t.backspaceRemovesValue,a=t.escapeClearsValue,i=t.inputValue,l=t.isClearable,s=t.isDisabled,c=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,m=o.state,f=m.focusedOption,g=m.focusedValue,h=m.selectValue;if(!(s||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(o.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||i)return;o.focusValue("previous");break;case"ArrowRight":if(!n||i)return;o.focusValue("next");break;case"Delete":case"Backspace":if(i)return;if(g)o.removeValue(g);else{if(!r)return;n?o.popValue():l&&o.clearValue()}break;case"Tab":if(o.isComposing)return;if(e.shiftKey||!c||!d||!f||p&&o.isOptionSelected(f,h))return;o.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(c){if(!f)return;if(o.isComposing)return;o.selectOption(f);break}return;case"Escape":c?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:i}),o.onMenuClose()):l&&a&&o.clearValue();break;case" ":if(i)return;if(!c){o.openMenu("first");break}if(!f)return;o.selectOption(f);break;case"ArrowUp":c?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":c?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!c)return;o.focusOption("pageup");break;case"PageDown":if(!c)return;o.focusOption("pagedown");break;case"Home":if(!c)return;o.focusOption("first");break;case"End":if(!c)return;o.focusOption("last");break;default:return}e.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++SC),o.state.selectValue=xy(n.value),n.menuIsOpen&&o.state.selectValue.length&&(r=o.getFocusableOptionsWithIds(),i=(a=o.buildFocusableOptions()).indexOf(o.state.selectValue[0]),o.state.focusableOptionsWithIds=r,o.state.focusedOption=a[i],o.state.focusedOptionId=AC(r,a[i])),o}!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&sr(e,t)}(e,gO);var t=function(e){var t=ur();return function(){var n,o,r=cr(e);return t?(o=cr(this).constructor,n=Reflect.construct(r,arguments,o)):n=r.apply(this,arguments),dr(this,n)}}(e);return function(e,t,n){t&&lr(e.prototype,t),n&&lr(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(e,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&na(this.menuListRef,this.focusedOptionRef),(ha()||va())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,o=t.menuIsOpen,r=this.state.isFocused;(r&&!n&&e.isDisabled||r&&o&&!e.menuIsOpen)&&this.focusInput(),r&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):r||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(na(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t,n=this,o=this.state,r=o.selectValue,a=o.isFocused,i=this.buildFocusableOptions(),l="first"===e?0:i.length-1;this.props.isMulti||(t=i.indexOf(r[0]))>-1&&(l=t),this.scrollToFocusedOptionOnUpdate=!(a&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:i[l],focusedOptionId:this.getFocusedOptionId(i[l])},function(){return n.onMenuOpen()})}},{key:"focusValue",value:function(e){var t,n,o,r=this.state,a=r.selectValue,i=r.focusedValue;if(this.props.isMulti&&(this.setState({focusedOption:null}),t=a.indexOf(i),i||(t=-1),n=a.length-1,o=-1,a.length)){switch(e){case"previous":o=0===t?0:-1===t?n:t-1;break;case"next":t>-1&&t<n&&(o=t+1)}this.setState({inputIsHidden:-1!==o,focusedValue:a[o]})}}},{key:"focusOption",value:function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",o=this.props.pageSize,r=this.state.focusedOption,a=this.getFocusableOptions();a.length&&(e=0,t=a.indexOf(r),r||(t=-1),"up"===n?e=t>0?t-1:a.length-1:"down"===n?e=(t+1)%a.length:"pageup"===n?(e=t-o)<0&&(e=0):"pagedown"===n?(e=t+o)>a.length-1&&(e=a.length-1):"last"===n&&(e=a.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:a[e],focusedValue:null,focusedOptionId:this.getFocusedOptionId(a[e])}))}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(CC):tr(tr({},CC),this.props.theme):CC}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,o=this.getClassNames,r=this.getValue,a=this.selectOption,i=this.setValue,l=this.props,s=l.isMulti,c=l.isRtl,u=l.options,d=this.hasValue();return{clearValue:e,cx:t,getStyles:n,getClassNames:o,getValue:r,hasValue:d,isMulti:s,isRtl:c,options:u,selectOption:a,selectProps:l,setValue:i,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return xa(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return Aa(this.props,e,t)}},{key:"filterOption",value:function(e,t){return _a(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){var n,o;return"function"==typeof this.props.formatOptionLabel?(n=this.props.inputValue,o=this.state.selectValue,this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:o})):this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,n=e.isSearchable,o=e.inputId,r=e.inputValue,a=e.tabIndex,i=e.form,l=e.menuIsOpen,s=e.required,c=this.getComponents(),u=c.Input,d=this.state,p=d.inputIsHidden,m=d.ariaSelection,f=this.commonProps,g=o||this.getElementId("input"),h=tr(tr(tr({"aria-autocomplete":"list","aria-expanded":l,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":s,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},l&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?oO.createElement(u,ir({},f,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:i,type:"text",value:r},h)):oO.createElement(ca,ir({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Cy,onFocus:this.onInputFocus,disabled:t,tabIndex:a,inputMode:"none",form:i,value:""},h))}},{key:"renderPlaceholderOrValue",value:function(){var e,t=this,n=this.getComponents(),o=n.MultiValue,r=n.MultiValueContainer,a=n.MultiValueLabel,i=n.MultiValueRemove,l=n.SingleValue,s=n.Placeholder,c=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,m=u.isMulti,f=u.inputValue,g=u.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;return this.hasValue()&&d?m?v.map(function(e,n){var l=e===b,s="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return oO.createElement(o,ir({},c,{components:{Container:r,Label:a,Remove:i},isFocused:l,isDisabled:p,key:s,index:n,removeProps:{onClick:function(){return t.removeValue(e)},onTouchEnd:function(){return t.removeValue(e)},onMouseDown:function(e){e.preventDefault()}},data:e}),t.formatOptionLabel(e,"value"))}):f?null:(e=v[0],oO.createElement(l,ir({},c,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):f?null:oO.createElement(s,ir({},c,{key:"placeholder",isDisabled:p,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),g)}},{key:"renderClearIndicator",value:function(){var e,t=this.getComponents(),n=t.ClearIndicator,o=this.commonProps,r=this.props,a=r.isDisabled,i=r.isLoading,l=this.state.isFocused;return this.isClearable()&&n&&!a&&this.hasValue()&&!i?(e={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"},oO.createElement(n,ir({},o,{innerProps:e,isFocused:l}))):null}},{key:"renderLoadingIndicator",value:function(){var e,t=this.getComponents(),n=t.LoadingIndicator,o=this.commonProps,r=this.props,a=r.isDisabled,i=r.isLoading,l=this.state.isFocused;return n&&i?(e={"aria-hidden":"true"},oO.createElement(n,ir({},o,{innerProps:e,isDisabled:a,isFocused:l}))):null}},{key:"renderIndicatorSeparator",value:function(){var e,t,n,o=this.getComponents(),r=o.DropdownIndicator,a=o.IndicatorSeparator;return r&&a?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,oO.createElement(a,ir({},e,{isDisabled:t,isFocused:n}))):null}},{key:"renderDropdownIndicator",value:function(){var e,t,n,o,r=this.getComponents(),a=r.DropdownIndicator;return a?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"},oO.createElement(a,ir({},e,{innerProps:o,isDisabled:t,isFocused:n}))):null}},{key:"renderMenu",value:function(){var e,t,n,o,r,a,i=this,l=this.getComponents(),s=l.Group,c=l.GroupHeading,u=l.Menu,d=l.MenuList,p=l.MenuPortal,m=l.LoadingMessage,f=l.NoOptionsMessage,g=l.Option,h=this.commonProps,v=this.state.focusedOption,b=this.props,w=b.captureMenuScroll,y=b.inputValue,I=b.isLoading,C=b.loadingMessage,x=b.minMenuHeight,A=b.maxMenuHeight,_=b.menuIsOpen,E=b.menuPlacement,O=b.menuPosition,S=b.menuPortalTarget,R=b.menuShouldBlockScroll,M=b.menuShouldScrollIntoView,P=b.noOptionsMessage,N=b.onMenuScrollToTop,B=b.onMenuScrollToBottom;if(!_)return null;if(e=function(e,t){var n=e.type,o=e.data,r=e.isDisabled,a=e.isSelected,l=e.label,s=e.value,c=v===o,u=r?void 0:function(){return i.onOptionHover(o)},d=r?void 0:function(){return i.selectOption(o)},p="".concat(i.getElementId("option"),"-").concat(t),m={id:p,onClick:d,onMouseMove:u,onMouseOver:u,tabIndex:-1,role:"option","aria-selected":i.state.isAppleDevice?void 0:a};return oO.createElement(g,ir({},h,{innerProps:m,data:o,isDisabled:r,isSelected:a,key:p,label:l,type:n,value:s,isFocused:c,innerRef:c?i.getFocusedOptionRef:void 0}),i.formatOptionLabel(e.data,"menu"))},this.hasOptions())t=this.getCategorizedOptions().map(function(t){var n,o,r,a,l;return"group"===t.type?(n=t.data,o=t.options,r=t.index,a="".concat(i.getElementId("group"),"-").concat(r),l="".concat(a,"-heading"),oO.createElement(s,ir({},h,{key:a,data:n,options:o,Heading:c,headingProps:{id:l,data:t.data},label:i.formatGroupLabel(t.data)}),t.options.map(function(t){return e(t,"".concat(r,"-").concat(t.index))}))):"option"===t.type?e(t,"".concat(t.index)):void 0});else if(I){if(null===(n=C({inputValue:y})))return null;t=oO.createElement(m,h,n)}else{if(null===(o=P({inputValue:y})))return null;t=oO.createElement(f,h,o)}return r={minMenuHeight:x,maxMenuHeight:A,menuPlacement:E,menuPosition:O,menuShouldScrollIntoView:M},a=oO.createElement(Ty,ir({},h,r),function(e){var n=e.ref,o=e.placerProps,a=o.placement,l=o.maxHeight;return oO.createElement(u,ir({},h,r,{innerRef:n,innerProps:{onMouseDown:i.onMenuMouseDown,onMouseMove:i.onMenuMouseMove},isLoading:I,placement:a}),oO.createElement(fa,{captureEnabled:w,onTopArrive:N,onBottomArrive:B,lockEnabled:R},function(e){return oO.createElement(d,ir({},h,{innerRef:function(t){i.getMenuListRef(t),e(t)},innerProps:{role:"listbox","aria-multiselectable":h.isMulti,id:i.getElementId("listbox")},isLoading:I,maxHeight:l,focusedOption:v}),t)}))}),S||"fixed"===O?oO.createElement(p,ir({},h,{appendTo:S,controlElement:this.controlRef,menuPlacement:E,menuPosition:O}),a):a}},{key:"renderFormField",value:function(){var e,t,n,o=this,r=this.props,a=r.delimiter,i=r.isDisabled,l=r.isMulti,s=r.name,c=r.required,u=this.state.selectValue;return!c||this.hasValue()||i?s&&!i?l?a?(e=u.map(function(e){return o.getOptionValue(e)}).join(a),oO.createElement("input",{name:s,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return oO.createElement("input",{key:"i-".concat(t),name:s,type:"hidden",value:o.getOptionValue(e)})}):oO.createElement("input",{name:s,type:"hidden",value:""}),oO.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",oO.createElement("input",{name:s,type:"hidden",value:n})):void 0:oO.createElement(gC,{name:s,onFocus:this.onValueInputFocus})}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,r=t.focusedValue,a=t.isFocused,i=t.selectValue,l=this.getFocusableOptions();return oO.createElement(ZI,ir({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:r,isFocused:a,selectValue:i,focusableOptions:l,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,r=e.ValueContainer,a=this.props,i=a.className,l=a.id,s=a.isDisabled,c=a.menuIsOpen,u=this.state.isFocused,d=this.commonProps=this.getCommonProps();return oO.createElement(o,ir({},d,{className:i,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:s,isFocused:u}),this.renderLiveRegion(),oO.createElement(t,ir({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:s,isFocused:u,menuIsOpen:c}),oO.createElement(r,ir({},d,{isDisabled:s}),this.renderPlaceholderOrValue(),this.renderInput()),oO.createElement(n,ir({},d,{isDisabled:s}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n,o,r,a,i,l,s,c=t.prevProps,u=t.clearFocusValueOnUpdate,d=t.inputIsHiddenAfterUpdate,p=t.ariaSelection,m=t.isFocused,f=t.prevWasFocused,g=t.instancePrefix,h=e.options,v=e.value,b=e.menuIsOpen,w=e.inputValue,y=e.isMulti,I=xy(v),C={};return!c||v===c.value&&h===c.options&&b===c.menuIsOpen&&w===c.inputValue||(n=b?function(e,t){return ya(wa(e,t))}(e,I):[],o=b?Ia(wa(e,I),"".concat(g,"-option")):[],r=u?function(e,t){var n=e.focusedValue,o=e.selectValue,r=o.indexOf(n);if(r>-1){if(t.indexOf(n)>-1)return n;if(r<t.length)return t[r]}return null}(t,I):null,a=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,n),C={selectValue:I,focusedOption:a,focusedOptionId:AC(o,a),focusableOptionsWithIds:o,focusedValue:r,clearFocusValueOnUpdate:!1}),i=null!=d&&e!==c?{inputIsHidden:d,inputIsHiddenAfterUpdate:void 0}:{},l=p,s=m&&f,m&&!s&&(l={value:aa(y,I,I[0]||null),options:I,action:"initial-input-focus"},s=!f),"initial-input-focus"===(null==p?void 0:p.action)&&(l=null),tr(tr(tr({},C),i),{},{prevProps:e,ariaSelection:l,prevWasFocused:s})}}]),e}(),RC.defaultProps=xC,MC=iO(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,o=e.defaultMenuIsOpen,r=void 0!==o&&o,a=e.defaultValue,i=void 0===a?null:a,l=e.inputValue,s=e.menuIsOpen,c=e.onChange,u=e.onInputChange,d=e.onMenuClose,p=e.onMenuOpen,m=e.value,f=ar(e,fw),g=rr(aO(void 0!==l?l:n),2),h=g[0],v=g[1],b=rr(aO(void 0!==s?s:r),2),w=b[0],y=b[1],I=rr(aO(void 0!==m?m:i),2),C=I[0],x=I[1],A=cO(function(e,t){"function"==typeof c&&c(e,t),x(e)},[c]),_=cO(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),v(void 0!==n?n:e)},[u]),E=cO(function(){"function"==typeof p&&p(),y(!0)},[p]),O=cO(function(){"function"==typeof d&&d(),y(!1)},[d]),S=void 0!==l?l:h,R=void 0!==s?s:w,M=void 0!==m?m:C;return tr(tr({},f),{},{inputValue:S,menuIsOpen:R,onChange:A,onInputChange:_,onMenuClose:O,onMenuOpen:E,value:M})}(e);return oO.createElement(RC,ir({ref:t},n))}),PC=MC,NC="MultiSelect-modules_menuPortal__ul6k7",BC="MultiSelect-modules_container__Mn9VS",GC="MultiSelect-modules_menu__W5T89",VC="MultiSelect-modules_menuList__xbYKy",TC="MultiSelect-modules_option__K81Xh",DC="MultiSelect-modules_optionFocused__wx-Me",kC="MultiSelect-modules_optionDisabled__5vZh1",LC="MultiSelect-modules_optionSelected__WQUPs",zC="MultiSelect-modules_input__HhsgF",FC="MultiSelect-modules_control__8x7-K",HC="MultiSelect-modules_controlIsFocused__82GDX",WC="MultiSelect-modules_isDisabled__OstVw",XC="MultiSelect-modules_placeholder__DbrLc",jC="MultiSelect-modules_selectedValueWithIcon__N4AIn",ZC="MultiSelect-modules_selectedValueIcon__ziEbV",qC="MultiSelect-modules_multiValue__PO-ik",YC="MultiSelect-modules_indicator__tnLxc",JC="MultiSelect-modules_indicatorIsDisabled__e6zXU",UC="MultiSelect-modules_controlIsOpened__x9-TZ",QC="MultiSelect-modules_multiValueIsDisabled__nPxAv",KC="MultiSelect-modules_multiValueLabel__kDgH6",$C="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",ex="MultiSelect-modules_multiValueRemove__c6VU-",tx="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",nx="MultiSelect-modules_valueContainer__KLcgg",ox="MultiSelect-modules_singleValue__7-x1w",rx="MultiSelect-modules_noOptionMessage__1T9-0",ax="MultiSelect-modules_errorMessage__crhXM",ix="MultiSelect-modules_wrapper__NZzex",lx="MultiSelect-modules_wrapperWithIcon__vnTpG",sx="MultiSelect-modules_isMulti__xVDUR",cx="MultiSelect-modules_label__q8Ey7",ux="MultiSelect-modules_optional__3QTxE",dx="MultiSelect-modules_indicatorsContainer__wR6F-",px="MultiSelect-modules_selectedValueText__wWMvy";const sM=e=>rO.createElement(LI.IndicatorsContainer,{...e,className:ti("demio-ui-multiselect-indicators-container",dx)},e.children),cM=e=>rO.createElement(LI.DropdownIndicator,{...e,className:ti("demio-ui-multiselect-indicator",YC,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[JC]:e.isDisabled})},rO.createElement(Rc,{className:ti("demio-ui-multiselect-indicator-icon")})),uM=e=>rO.createElement(LI.MultiValueRemove,{...e},rO.createElement(ks,{className:ti("demio-ui-multiselect-multi-value-remove-icon")})),dM=()=>rO.createElement("p",{className:ti("demio-ui-multiselect-empty-options",rx)},"No results found."),pM=lO(iO((e,t)=>{const{className:n="",classNamePrefix:o="",errorMessage:r="",errorMessageClass:a="",isMulti:i=!0,isVisibleOptional:l=!1,label:s="",onChange:c=null,portalTarget:u=document.body,icon:d,value:p=""}=e,[m,f]=aO("");return uO(()=>{f(p)},[p]),rO.createElement("div",{className:ti("demio-ui-multiselect-wrapper",ix,{[lx]:!!d,[sx]:i})},rO.createElement(PC,{...e,className:ti("demio-ui-multiselect",BC,n),classNamePrefix:o,classNames:{control:e=>ti("demio-ui-multiselect-control",FC,{"demio-ui-multiselect-control-focused":e.isFocused,[HC]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[UC]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[WC]:e.isDisabled}),input:e=>ti("demio-ui-multiselect-input",zC,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>ti("demio-ui-multiselect-menu",GC),menuList:()=>ti("demio-ui-multiselect-menu-list",VC),menuPortal:()=>ti("demio-ui-multiselect-menu-portal",NC),multiValue:e=>ti("demio-ui-multiselect-multi-value",qC,{"demio-ui-multiselect-multi-value-focused":e.isFocused,"demio-ui-multiselect-multi-value-is-multi":e.isMulti,"demio-ui-multiselect-multi-value-disabled":e.isDisabled,[QC]:e.isDisabled}),multiValueLabel:e=>ti("demio-ui-multiselect-multi-value-label",KC,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[$C]:e.isDisabled}),multiValueRemove:e=>ti("demio-ui-multiselect-multi-value-remove",ex,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[tx]:e.isDisabled}),option:e=>ti("demio-ui-multiselect-option",TC,{"demio-ui-multiselect-option-selected":e.isSelected,[LC]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[DC]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[kC]:e.isDisabled}),placeholder:e=>ti("demio-ui-multiselect-placeholder",XC,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>ti("demio-ui-multiselect-single-value",ox),valueContainer:()=>ti("demio-ui-multiselect-value-container",nx)},components:{IndicatorSeparator:null,IndicatorsContainer:sM,DropdownIndicator:cM,MultiValueRemove:uM,NoOptionsMessage:dM,SingleValue:e=>rO.createElement(LI.SingleValue,{...e},d&&rO.createElement("span",{className:ti("demio-ui-multiselect-selected-value-with-icon",jC)},rO.createElement("span",{className:ti("demio-ui-multiselect-selected-value-icon",ZC)},d)),rO.createElement("span",{className:ti("demio-ui-multiselect-selected-value-text",px)},e.children))},isMulti:i,menuPortalTarget:u,onChange:e=>{f(e),c&&c(e)},ref:t,styles:{multiValue:(e,t)=>({...e,pointerEvents:t.selectProps.isDisabled?"none":"auto"})},value:m}),s&&rO.createElement("div",{className:ti("demio-ui-multiselect-label",cx)},s),l&&rO.createElement("div",{className:ti("demio-ui-multiselect-optional",ux)},"Optional"),!!r&&rO.createElement(bn,{className:ti("demio-ui-multiselect-error",ax,a),type:"error"},r))}));mx="Pagination-modules_container__KyJ0Q",fx="Pagination-modules_button__wRk2o",gx="Pagination-modules_selected__ZgeXX",hx="Pagination-modules_rotated__k03AZ",vx="Pagination-modules_disabled__NU2ZU";const mM=lO(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:r,pageSize:a=10,total:i}=e,[l,s]=aO(n),c=Math.ceil(i/a),u=l<=1,d=l>=c,p=i>a,m=l-1,f=l-2,g=l+1,h=l+2,v=cO(e=>Math.min(Math.max(e,1),c),[c]),b=e=>{if(e===l)return;const t=v(e);s(t),r&&r(t)};return uO(()=>{s(v(n))},[n,v]),p&&rO.createElement("div",{"aria-label":"Pagination Navigation",className:ti("demio-ui-pagination",mx,t,{"demio-ui-pagination-disabled":o,[vx]:o}),role:"navigation"},rO.createElement(WO,{"aria-label":"Go to first page",className:ti("demio-ui-pagination-first",fx),disabled:u,onClick:()=>b(1)},rO.createElement(Tc,null)),rO.createElement(WO,{"aria-label":"Go to previous page",className:ti("demio-ui-pagination-previous",fx),disabled:u,onClick:()=>b(m)},rO.createElement(kc,null)),d&&f>=1&&rO.createElement(WO,{"aria-label":`Go to page ${f}`,className:ti("demio-ui-pagination-previous-previous",fx),onClick:()=>b(f)},f),!u&&rO.createElement(WO,{"aria-label":`Go to page ${m}`,className:ti("demio-ui-pagination-previous-page",fx),onClick:()=>b(m)},m),rO.createElement(WO,{"aria-label":`Selected page ${l}`,className:ti("demio-ui-pagination-selected",fx,gx),onClick:()=>b(l)},l),!d&&rO.createElement(WO,{"aria-label":`Go to page ${g}`,className:ti("demio-ui-pagination-next-page",fx),onClick:()=>b(g)},g),u&&h<=c&&rO.createElement(WO,{"aria-label":`Go to page ${h}`,className:ti("demio-ui-pagination-next-next",fx),onClick:()=>b(h)},h),rO.createElement(WO,{"aria-label":"Go to next page",className:ti("demio-ui-pagination-next",fx,hx),disabled:d,onClick:()=>b(g)},rO.createElement(kc,null)),rO.createElement(WO,{"aria-label":"Go to last page",className:ti("demio-ui-pagination-last",fx,hx),disabled:d,onClick:()=>b(c)},rO.createElement(Tc,null)))});bx="Popover";var[fM]=o(bx,[mR]);wx=mR();var[gM,hM]=fM(bx);(yx=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!1}=e,l=wx(t),s=oO.useRef(null),[d,p]=oO.useState(!1),[m,f]=u({prop:o,defaultProp:r??!1,onChange:a,caller:bx});return bO(Zh,{...l,children:bO(gM,{scope:t,contentId:c(),triggerRef:s,open:m,onOpenChange:f,onOpenToggle:oO.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:d,onCustomAnchorAdd:oO.useCallback(()=>p(!0),[]),onCustomAnchorRemove:oO.useCallback(()=>p(!1),[]),modal:i,children:n})})}).displayName=bx,Ix="PopoverAnchor",oO.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=hM(Ix,n),a=wx(n),{onCustomAnchorAdd:i,onCustomAnchorRemove:l}=r;return oO.useEffect(()=>(i(),()=>l()),[i,l]),bO(qh,{...a,...o,ref:t})}).displayName=Ix,Cx="PopoverTrigger",(xx=oO.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=hM(Cx,n),a=wx(n),i=l(t,r.triggerRef),c=bO(li.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":Ea(r.open),...o,ref:i,onClick:s(e.onClick,r.onOpenToggle)});return r.hasCustomAnchor?c:bO(qh,{asChild:!0,...a,children:c})})).displayName=Cx,Ax="PopoverPortal";var[vM,bM]=fM(Ax,{forceMount:void 0});(_x=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,a=hM(Ax,t);return bO(vM,{scope:t,forceMount:n,children:bO(_i,{present:n||a.open,children:bO(Ai,{asChild:!0,container:r,children:o})})})}).displayName=Ax,Ex="PopoverContent",(Ox=oO.forwardRef((e,t)=>{const n=bM(Ex,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,a=hM(Ex,e.__scopePopover);return bO(_i,{present:o||a.open,children:a.modal?bO(Rx,{...r,ref:t}):bO(Mx,{...r,ref:t})})})).displayName=Ex,Sx=d("PopoverContent.RemoveScroll"),Rx=oO.forwardRef((e,t)=>{const n=hM(Ex,e.__scopePopover),o=oO.useRef(null),r=l(t,o),a=oO.useRef(!1);return oO.useEffect(()=>{const e=o.current;if(e)return Ml(e)},[]),bO(Il,{as:Sx,allowPinchZoom:!0,children:bO(Px,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:s(e.onCloseAutoFocus,e=>{e.preventDefault(),a.current||n.triggerRef.current?.focus()}),onPointerDownOutside:s(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;a.current=o},{checkForDefaultPrevented:!1}),onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),Mx=oO.forwardRef((e,t)=>{const n=hM(Ex,e.__scopePopover),o=oO.useRef(!1),r=oO.useRef(!1);return bO(Px,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||n.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,r.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(r.current=!0));const a=t.target,i=n.triggerRef.current?.contains(a);i&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&r.current&&t.preventDefault()}})}),Px=oO.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:a,disableOutsidePointerEvents:i,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onInteractOutside:u,...d}=e,p=hM(Ex,n),m=wx(n);return E(),bO(Ii,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:bO(fi,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:bO(Yh,{"data-state":Ea(p.open),role:"dialog",id:p.contentId,...m,...d,ref:t,style:{...d.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)"}})})})}),Nx="PopoverClose",oO.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=hM(Nx,n);return bO(li.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})}).displayName=Nx,Bx="PopoverArrow",(Gx=oO.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=wx(n);return bO(Jh,{...r,...o,ref:t})})).displayName=Bx,Vx=yx,Tx=xx,Dx=_x,kx=Ox,Lx=Gx,zx="Popover-modules_popoverContent__EQXkn",Fx="Popover-modules_popoverTrigger__vCIUa",Hx="Popover-modules_arrow__x1Xqe";const wM=({children:e="",content:t="",contentClassName:n="",triggerClassName:o="",container:r=document.body,contentProps:a={},open:i,onOpenChange:l,showArrow:s=!1,asChild:c=!1})=>t?rO.createElement(Vx,{open:i,onOpenChange:e=>{l&&"function"==typeof l&&l(e)}},rO.createElement(Tx,{asChild:c,className:ti("demio-ui-popover-trigger",{[Fx]:!0,[o]:!!o})},e),rO.createElement(Dx,{container:r},rO.createElement(kx,{...a,className:ti("demio-ui-popover-content",zx,{[n]:!!n})},s&&rO.createElement(Lx,{className:Hx}),t))):e;Wx=Symbol.for("react.lazy"),Xx=oO[" use ".trim().toString()],jx=Symbol("radix.slottable"),Zx=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{const n=function(e){const t=Ra(e),n=oO.forwardRef((e,n)=>{let{children:o,...r}=e;Sa(o)&&"function"==typeof Xx&&(o=Xx(o._payload));const a=oO.Children.toArray(o),i=a.find(Ma);if(i){const e=i.props.children,o=a.map(t=>t===i?oO.Children.count(e)>1?oO.Children.only(null):oO.isValidElement(e)?e.props.children:null:t);return bO(t,{...r,ref:n,children:oO.isValidElement(e)?oO.cloneElement(e,void 0,o):null})}return bO(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=oO.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),bO(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),qx="Progress",Yx=100;var[yM]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>oO.createContext(e));return function(n){const o=n?.[e]||t;return oO.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=oO.createContext(o);r.displayName=t+"Context";const a=n.length;n=[...n,o];const i=t=>{const{scope:n,children:o,...i}=t,l=n?.[e]?.[a]||r,s=oO.useMemo(()=>i,Object.values(i));return bO(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=oO.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},Oa(o,...t)]}(qx),[IM,CM]=yM(qx);Jx=oO.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:r,getValueLabel:a=Pa,...i}=e;!r&&0!==r||Ga(r)||console.error(`Invalid prop \`max\` of value \`${`${r}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${Yx}\`.`);const l=Ga(r)?r:Yx;null===o||Va(o,l)||console.error(function(e,t){return`Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:\n - a positive number\n - less than the value passed to \`max\` (or ${Yx} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const s=Va(o,l)?o:null,c=Ba(s)?a(s,l):void 0;return bO(IM,{scope:n,value:s,max:l,children:bO(Zx.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":Ba(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":Na(s,l),"data-value":s??void 0,"data-max":l,...i,ref:t})})}),Jx.displayName=qx,Ux="ProgressIndicator",(Qx=oO.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,r=CM(Ux,n);return bO(Zx.div,{"data-state":Na(r.value,r.max),"data-value":r.value??void 0,"data-max":r.max,...o,ref:t})})).displayName=Ux,Kx=Jx,$x=Qx,eA="Progress-modules_root__E0rHH",tA="Progress-modules_indicator__qpwRi",nA="Radio";var[xM,AM]=o(nA),[_M,EM]=xM(nA);oA=oO.forwardRef((e,t)=>{const{__scopeRadio:n,name:o,checked:r=!1,required:a,disabled:i,value:c="on",onCheck:u,form:d,...p}=e,[m,f]=oO.useState(null),g=l(t,e=>f(e)),h=oO.useRef(!1),v=!m||(d||!!m.closest("form"));return yO(_M,{scope:n,checked:r,disabled:i,children:[bO(li.button,{type:"button",role:"radio","aria-checked":r,"data-state":Da(r),"data-disabled":i?"":void 0,disabled:i,value:c,...p,ref:g,onClick:s(e.onClick,e=>{r||u?.(),v&&(h.current=e.isPropagationStopped(),h.current||e.stopPropagation())})}),v&&bO(lA,{control:m,bubbles:!h.current,name:o,value:c,checked:r,required:a,disabled:i,form:d,style:{transform:"translateX(-100%)"}})]})}),oA.displayName=nA,rA="RadioIndicator",(aA=oO.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,a=EM(rA,n);return bO(_i,{present:o||a.checked,children:bO(li.span,{"data-state":Da(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t})})})).displayName=rA,iA="RadioBubbleInput",(lA=oO.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=oO.useRef(null),s=l(i,a),c=sn(n),u=cn(t);return oO.useEffect(()=>{const e=i.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),bO(li.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...r,tabIndex:-1,ref:s,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=iA,sA=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],cA="RadioGroup";var[OM]=o(cA,[CR,AM]);uA=CR(),dA=AM();var[SM,RM]=OM(cA);(pA=oO.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:o,defaultValue:r,value:a,required:i=!1,disabled:l=!1,orientation:s,dir:c,loop:d=!0,onValueChange:p,...m}=e,f=uA(n),g=Vn(c),[h,v]=u({prop:a,defaultProp:r??null,onChange:p,caller:cA});return bO(SM,{scope:n,name:o,required:i,disabled:l,value:h,onValueChange:v,children:bO(rv,{asChild:!0,...f,orientation:s,dir:g,loop:d,children:bO(li.div,{role:"radiogroup","aria-required":i,"aria-orientation":s,"data-disabled":l?"":void 0,dir:g,...m,ref:t})})})})).displayName=cA,mA="RadioGroupItem",(fA=oO.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,a=RM(mA,n),i=a.disabled||o,c=uA(n),u=dA(n),d=oO.useRef(null),p=l(t,d),m=a.value===r.value,f=oO.useRef(!1);return oO.useEffect(()=>{const e=e=>{sA.includes(e.key)&&(f.current=!0)},t=()=>f.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),bO(av,{asChild:!0,...c,focusable:!i,active:m,children:bO(oA,{disabled:i,required:a.required,checked:m,...u,...r,name:a.name,ref:p,onCheck:()=>a.onValueChange(r.value),onKeyDown:s(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:s(r.onFocus,()=>{f.current&&d.current?.click()})})})})).displayName=mA,gA="RadioGroupIndicator",(hA=oO.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=dA(n);return bO(aA,{...r,...o,ref:t})})).displayName=gA,vA=pA,bA=fA,wA=hA,yA={root:"RadioGroup-modules_root__AbbNa",container:"RadioGroup-modules_container__yPAMg",indicator:"RadioGroup-modules_indicator__jEw97",item:"RadioGroup-modules_item__wuUmn",label:"RadioGroup-modules_label__ggYdY",footer:"RadioGroup-modules_footer__1Zp99",disabled:"RadioGroup-modules_disabled__H3T--"},IA=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),CA="VisuallyHidden",(xA=oO.forwardRef((e,t)=>bO(li.span,{...e,ref:t,style:{...IA,...e.style}}))).displayName=CA,AA=xA,_A=[" ","Enter","ArrowUp","ArrowDown"],EA=[" ","Enter"],OA="Select";var[MM,PM,NM]=Tn(OA),[BM]=o(OA,[NM,mR]);SA=mR();var[GM,VM]=BM(OA),[TM,DM]=BM(OA);RA=e=>{const{__scopeSelect:t,children:n,open:o,defaultOpen:r,onOpenChange:a,value:i,defaultValue:l,onValueChange:s,dir:d,name:p,autoComplete:m,disabled:f,required:g,form:h}=e,v=SA(t),[b,w]=oO.useState(null),[y,I]=oO.useState(null),[C,x]=oO.useState(!1),A=Vn(d),[_,E]=u({prop:o,defaultProp:r??!1,onChange:a,caller:OA}),[O,S]=u({prop:i,defaultProp:l,onChange:s,caller:OA}),R=oO.useRef(null),M=!b||(h||!!b.closest("form")),[P,N]=oO.useState(new Set),B=Array.from(P).map(e=>e.props.value).join(";");return bO(Zh,{...v,children:yO(GM,{required:g,scope:t,trigger:b,onTriggerChange:w,valueNode:y,onValueNodeChange:I,valueNodeHasChildren:C,onValueNodeHasChildrenChange:x,contentId:c(),value:O,onValueChange:S,open:_,onOpenChange:E,dir:A,triggerPointerDownPosRef:R,disabled:f,children:[bO(MM.Provider,{scope:t,children:bO(TM,{scope:e.__scopeSelect,onNativeOptionAdd:oO.useCallback(e=>{N(t=>new Set(t).add(e))},[]),onNativeOptionRemove:oO.useCallback(e=>{N(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),M?yO(s_,{"aria-hidden":!0,required:g,tabIndex:-1,name:p,autoComplete:m,value:O,onChange:e=>S(e.target.value),disabled:f,form:h,children:[void 0===O?bO("option",{value:""}):null,Array.from(P)]},B):null]})})},RA.displayName=OA,MA="SelectTrigger",(PA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...r}=e,a=SA(n),i=VM(MA,n),c=i.disabled||o,u=l(t,i.onTriggerChange),d=PM(n),p=oO.useRef("touch"),[m,f,g]=za(e=>{const t=d().filter(e=>!e.disabled),n=t.find(e=>e.value===i.value),o=Fa(t,e,n);void 0!==o&&i.onValueChange(o.value)}),h=e=>{c||(i.onOpenChange(!0),g()),e&&(i.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return bO(qh,{asChild:!0,...a,children:bO(li.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":La(i.value)?"":void 0,...r,ref:u,onClick:s(r.onClick,e=>{e.currentTarget.focus(),"mouse"!==p.current&&h(e)}),onPointerDown:s(r.onPointerDown,e=>{p.current=e.pointerType;const t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),0===e.button&&!1===e.ctrlKey&&"mouse"===e.pointerType&&(h(e),e.preventDefault())}),onKeyDown:s(r.onKeyDown,e=>{const t=""!==m.current;e.ctrlKey||e.altKey||e.metaKey||1!==e.key.length||f(e.key),t&&" "===e.key||_A.includes(e.key)&&(h(),e.preventDefault())})})})})).displayName=MA,NA="SelectValue",(BA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,children:a,placeholder:i="",...s}=e,c=VM(NA,n),{onValueNodeHasChildrenChange:u}=c,d=void 0!==a,p=l(t,c.onValueNodeChange);return ni(()=>{u(d)},[u,d]),bO(li.span,{...s,ref:p,style:{pointerEvents:"none"},children:La(c.value)?bO(wO,{children:i}):a})})).displayName=NA,GA="SelectIcon",(VA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...r}=e;return bO(li.span,{"aria-hidden":!0,...r,ref:t,children:o||"▼"})})).displayName=GA,(TA=e=>bO(Ai,{asChild:!0,...e})).displayName="SelectPortal",DA="SelectContent",(kA=oO.forwardRef((e,t)=>{const n=VM(DA,e.__scopeSelect),[o,r]=oO.useState();if(ni(()=>{r(new DocumentFragment)},[]),!n.open){const t=o;return t?IO.createPortal(bO(kM,{scope:e.__scopeSelect,children:bO(MM.Slot,{scope:e.__scopeSelect,children:bO("div",{children:e.children})})}),t):null}return bO(HA,{...e,ref:t})})).displayName=DA,LA=10;var[kM,LM]=BM(DA);zA="SelectContentImpl",FA=d("SelectContent.RemoveScroll"),HA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,position:o="item-aligned",onCloseAutoFocus:r,onEscapeKeyDown:a,onPointerDownOutside:i,side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b,...w}=e,y=VM(DA,n),[I,C]=oO.useState(null),[x,A]=oO.useState(null),_=l(t,e=>C(e)),[O,S]=oO.useState(null),[R,M]=oO.useState(null),P=PM(n),[N,B]=oO.useState(!1),G=oO.useRef(!1);oO.useEffect(()=>{if(I)return Ml(I)},[I]),E();const V=oO.useCallback(e=>{const[t,...n]=P().map(e=>e.ref.current),[o]=n.slice(-1),r=document.activeElement;for(const a of e){if(a===r)return;if(a?.scrollIntoView({block:"nearest"}),a===t&&x&&(x.scrollTop=0),a===o&&x&&(x.scrollTop=x.scrollHeight),a?.focus(),document.activeElement!==r)return}},[P,x]),T=oO.useCallback(()=>V([O,I]),[V,O,I]);oO.useEffect(()=>{N&&T()},[N,T]);const{onOpenChange:D,triggerPointerDownPosRef:k}=y;oO.useEffect(()=>{if(I){let e={x:0,y:0};const t=t=>{e={x:Math.abs(Math.round(t.pageX)-(k.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(k.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():I.contains(n.target)||D(!1),document.removeEventListener("pointermove",t),k.current=null};return null!==k.current&&(document.addEventListener("pointermove",t),document.addEventListener("pointerup",n,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",t),document.removeEventListener("pointerup",n,{capture:!0})}}},[I,D,k]),oO.useEffect(()=>{const e=()=>D(!1);return window.addEventListener("blur",e),window.addEventListener("resize",e),()=>{window.removeEventListener("blur",e),window.removeEventListener("resize",e)}},[D]);const[L,z]=za(e=>{const t=P().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=Fa(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),F=oO.useCallback((e,t,n)=>{const o=!G.current&&!n;(void 0!==y.value&&y.value===t||o)&&(S(e),o&&(G.current=!0))},[y.value]),H=oO.useCallback(()=>I?.focus(),[I]),W=oO.useCallback((e,t,n)=>{const o=!G.current&&!n;(void 0!==y.value&&y.value===t||o)&&M(e)},[y.value]),X="popper"===o?ZA:XA,j=X===ZA?{side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b}:{};return bO(kM,{scope:n,content:I,viewport:x,onViewportChange:A,itemRefCallback:F,selectedItem:O,onItemLeave:H,itemTextRefCallback:W,focusSelectedItem:T,selectedItemText:R,position:o,isPositioned:N,searchRef:L,children:bO(Il,{as:FA,allowPinchZoom:!0,children:bO(Ii,{asChild:!0,trapped:y.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:s(r,e=>{y.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:bO(fi,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>y.onOpenChange(!1),children:bO(X,{role:"listbox",id:y.contentId,"data-state":y.open?"open":"closed",dir:y.dir,onContextMenu:e=>e.preventDefault(),...w,...j,onPlaced:()=>B(!0),ref:_,style:{display:"flex",flexDirection:"column",outline:"none",...w.style},onKeyDown:s(w.onKeyDown,e=>{const t=e.ctrlKey||e.altKey||e.metaKey;if("Tab"===e.key&&e.preventDefault(),t||1!==e.key.length||z(e.key),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){let t=P().filter(e=>!e.disabled).map(e=>e.ref.current);if(["ArrowUp","End"].includes(e.key)&&(t=t.slice().reverse()),["ArrowUp","ArrowDown"].includes(e.key)){const n=e.target,o=t.indexOf(n);t=t.slice(o+1)}setTimeout(()=>V(t)),e.preventDefault()}})})})})})})}),HA.displayName=zA,WA="SelectItemAlignedPosition",XA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...r}=e,a=VM(DA,n),i=LM(DA,n),[s,c]=oO.useState(null),[u,d]=oO.useState(null),p=l(t,e=>d(e)),m=PM(n),f=oO.useRef(!1),g=oO.useRef(!0),{viewport:h,selectedItem:v,selectedItemText:b,focusSelectedItem:w}=i,y=oO.useCallback(()=>{if(a.trigger&&a.valueNode&&s&&u&&h&&v&&b){const e=a.trigger.getBoundingClientRect(),t=u.getBoundingClientRect(),n=a.valueNode.getBoundingClientRect(),r=b.getBoundingClientRect();if("rtl"!==a.dir){const o=r.left-t.left,a=n.left-o,i=e.left-a,l=e.width+i,c=Math.max(l,t.width),u=window.innerWidth-LA,d=Gn(a,[LA,Math.max(LA,u-c)]);s.style.minWidth=l+"px",s.style.left=d+"px"}else{const o=t.right-r.right,a=window.innerWidth-n.right-o,i=window.innerWidth-e.right-a,l=e.width+i,c=Math.max(l,t.width),u=window.innerWidth-LA,d=Gn(a,[LA,Math.max(LA,u-c)]);s.style.minWidth=l+"px",s.style.right=d+"px"}const i=m(),l=window.innerHeight-2*LA,c=h.scrollHeight,d=window.getComputedStyle(u),p=parseInt(d.borderTopWidth,10),g=parseInt(d.paddingTop,10),w=parseInt(d.borderBottomWidth,10),y=p+g+c+parseInt(d.paddingBottom,10)+w,I=Math.min(5*v.offsetHeight,y),C=window.getComputedStyle(h),x=parseInt(C.paddingTop,10),A=parseInt(C.paddingBottom,10),_=e.top+e.height/2-LA,E=l-_,O=v.offsetHeight/2,S=p+g+(v.offsetTop+O),R=y-S;if(S<=_){const e=i.length>0&&v===i[i.length-1].ref.current;s.style.bottom="0px";const t=u.clientHeight-h.offsetTop-h.offsetHeight,n=S+Math.max(E,O+(e?A:0)+t+w);s.style.height=n+"px"}else{const e=i.length>0&&v===i[0].ref.current;s.style.top="0px";const t=Math.max(_,p+h.offsetTop+(e?x:0)+O)+R;s.style.height=t+"px",h.scrollTop=S-_+h.offsetTop}s.style.margin=`${LA}px 0`,s.style.minHeight=I+"px",s.style.maxHeight=l+"px",o?.(),requestAnimationFrame(()=>f.current=!0)}},[m,a.trigger,a.valueNode,s,u,h,v,b,a.dir,o]);ni(()=>y(),[y]);const[I,C]=oO.useState();ni(()=>{u&&C(window.getComputedStyle(u).zIndex)},[u]);const x=oO.useCallback(e=>{e&&!0===g.current&&(y(),w?.(),g.current=!1)},[y,w]);return bO(zM,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:f,onScrollButtonChange:x,children:bO("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:I},children:bO(li.div,{...r,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...r.style}})})})}),XA.displayName=WA,jA="SelectPopperPosition",(ZA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:r=LA,...a}=e,i=SA(n);return bO(Yh,{...i,...a,ref:t,align:o,collisionPadding:r,style:{boxSizing:"border-box",...a.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})})).displayName=jA;var[zM,FM]=BM(DA,{});qA="SelectViewport",(YA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...r}=e,a=LM(qA,n),i=FM(qA,n),c=l(t,a.onViewportChange),u=oO.useRef(0);return yO(wO,{children:[bO("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:o}),bO(MM.Slot,{scope:n,children:bO(li.div,{"data-radix-select-viewport":"",role:"presentation",...r,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...r.style},onScroll:s(r.onScroll,e=>{const t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:o}=i;if(o?.current&&n){const e=Math.abs(u.current-t.scrollTop);if(e>0){const o=window.innerHeight-2*LA,r=parseFloat(n.style.minHeight),a=parseFloat(n.style.height),i=Math.max(r,a);if(i<o){const r=i+e,a=Math.min(o,r),l=r-a;n.style.height=a+"px","0px"===n.style.bottom&&(t.scrollTop=l>0?l:0,n.style.justifyContent="flex-end")}}}u.current=t.scrollTop})})})]})})).displayName=qA,JA="SelectGroup";var[HM,WM]=BM(JA);oO.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=c();return bO(HM,{scope:n,id:r,children:bO(li.div,{role:"group","aria-labelledby":r,...o,ref:t})})}).displayName=JA,UA="SelectLabel",oO.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=WM(UA,n);return bO(li.div,{id:r.id,...o,ref:t})}).displayName=UA,QA="SelectItem";var[XM,jM]=BM(QA);KA=oO.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:r=!1,textValue:a,...i}=e,u=VM(QA,n),d=LM(QA,n),p=u.value===o,[m,f]=oO.useState(a??""),[g,h]=oO.useState(!1),v=l(t,e=>d.itemRefCallback?.(e,o,r)),b=c(),w=oO.useRef("touch"),y=()=>{r||(u.onValueChange(o),u.onOpenChange(!1))};if(""===o)throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return bO(XM,{scope:n,value:o,disabled:r,textId:b,isSelected:p,onItemTextChange:oO.useCallback(e=>{f(t=>t||(e?.textContent??"").trim())},[]),children:bO(MM.ItemSlot,{scope:n,value:o,disabled:r,textValue:m,children:bO(li.div,{role:"option","aria-labelledby":b,"data-highlighted":g?"":void 0,"aria-selected":p&&g,"data-state":p?"checked":"unchecked","aria-disabled":r||void 0,"data-disabled":r?"":void 0,tabIndex:r?void 0:-1,...i,ref:v,onFocus:s(i.onFocus,()=>h(!0)),onBlur:s(i.onBlur,()=>h(!1)),onClick:s(i.onClick,()=>{"mouse"!==w.current&&y()}),onPointerUp:s(i.onPointerUp,()=>{"mouse"===w.current&&y()}),onPointerDown:s(i.onPointerDown,e=>{w.current=e.pointerType}),onPointerMove:s(i.onPointerMove,e=>{w.current=e.pointerType,r?d.onItemLeave?.():"mouse"===w.current&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:s(i.onPointerLeave,e=>{e.currentTarget===document.activeElement&&d.onItemLeave?.()}),onKeyDown:s(i.onKeyDown,e=>{""!==d.searchRef?.current&&" "===e.key||(EA.includes(e.key)&&y()," "===e.key&&e.preventDefault())})})})})}),KA.displayName=QA,$A="SelectItemText",e_=oO.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,...a}=e,i=VM($A,n),s=LM($A,n),c=jM($A,n),u=DM($A,n),[d,p]=oO.useState(null),m=l(t,e=>p(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),f=d?.textContent,g=oO.useMemo(()=>bO("option",{value:c.value,disabled:c.disabled,children:f},c.value),[c.disabled,c.value,f]),{onNativeOptionAdd:h,onNativeOptionRemove:v}=u;return ni(()=>(h(g),()=>v(g)),[h,v,g]),yO(wO,{children:[bO(li.span,{id:c.textId,...a,ref:m}),c.isSelected&&i.valueNode&&!i.valueNodeHasChildren?IO.createPortal(a.children,i.valueNode):null]})}),e_.displayName=$A,t_="SelectItemIndicator",oO.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return jM(t_,n).isSelected?bO(li.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=t_,n_="SelectScrollUpButton",oO.forwardRef((e,t)=>{const n=LM(n_,e.__scopeSelect),o=FM(n_,e.__scopeSelect),[r,a]=oO.useState(!1),i=l(t,o.onScrollButtonChange);return ni(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollTop>0;a(e)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),r?bO(r_,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=n_,o_="SelectScrollDownButton",oO.forwardRef((e,t)=>{const n=LM(o_,e.__scopeSelect),o=FM(o_,e.__scopeSelect),[r,a]=oO.useState(!1),i=l(t,o.onScrollButtonChange);return ni(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollHeight-t.clientHeight,n=Math.ceil(t.scrollTop)<e;a(n)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),r?bO(r_,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=o_,r_=oO.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...r}=e,a=LM("SelectScrollButton",n),i=oO.useRef(null),l=PM(n),c=oO.useCallback(()=>{null!==i.current&&(window.clearInterval(i.current),i.current=null)},[]);return oO.useEffect(()=>()=>c(),[c]),ni(()=>{const e=l().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[l]),bO(li.div,{"aria-hidden":!0,...r,ref:t,style:{flexShrink:0,...r.style},onPointerDown:s(r.onPointerDown,()=>{null===i.current&&(i.current=window.setInterval(o,50))}),onPointerMove:s(r.onPointerMove,()=>{a.onItemLeave?.(),null===i.current&&(i.current=window.setInterval(o,50))}),onPointerLeave:s(r.onPointerLeave,()=>{c()})})}),a_="SelectSeparator",oO.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return bO(li.div,{"aria-hidden":!0,...o,ref:t})}).displayName=a_,i_="SelectArrow",oO.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=SA(n),a=VM(i_,n),i=LM(i_,n);return a.open&&"popper"===i.position?bO(Jh,{...r,...o,ref:t}):null}).displayName=i_,l_="SelectBubbleInput",(s_=oO.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const r=oO.useRef(null),a=l(o,r),i=sn(t);return oO.useEffect(()=>{const e=r.current;if(!e)return;const n=window.HTMLSelectElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(i!==t&&o){const n=new Event("change",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[i,t]),bO(li.select,{...n,style:{...IA,...n.style},ref:a,defaultValue:t})})).displayName=l_,c_=RA,u_=PA,d_=BA,p_=VA,m_=TA,f_=kA,g_=YA,h_=KA,v_=e_,b_="Select-modules_trigger__dS9Dx",w_="Select-modules_icon__sgRRc",y_="Select-modules_startIcon__kohMV",I_="Select-modules_value__h6Q4Z",C_="Select-modules_content__YuAqS",x_="Select-modules_item__cTAIm";const ZM=rO.forwardRef(({children:e,cssClass:t="",sideOffset:n=4,position:o="popper",disabled:r=!1,value:a="",id:i,icon:l=null,placeholder:s="",portalContainer:c=document.body,contentClassName:u="",contentProps:d={},...p},m)=>rO.createElement(c_,{value:a||void 0,disabled:r,...p},rO.createElement(u_,{id:i,ref:m,className:ti(b_,t,"demio-ui-select-trigger")},l&&rO.createElement("span",{className:ti(y_,"demio-ui-select-start-icon")},l),rO.createElement("span",{className:ti(I_,"demio-ui-select-value")},rO.createElement(d_,{placeholder:a||s})),rO.createElement(p_,{className:ti(w_,"demio-ui-select-icon")},rO.createElement(Rc,null))),rO.createElement(m_,{container:c},rO.createElement(f_,{position:o,className:ti("demio-ui-select-content",C_,u),...d,sideOffset:n},rO.createElement(g_,null,rO.createElement(g_,null,e)))))),qM=rO.forwardRef(({children:e,className:t,disabled:n=!1,...o},r)=>rO.createElement(h_,{...o,ref:r,className:ti(x_,"demio-ui-select-item",t),disabled:n},e)),YM=v_;A_="Switch";var[JM]=o(A_),[UM,QM]=JM(A_);__=oO.forwardRef((e,t)=>{const{__scopeSwitch:n,name:o,checked:r,defaultChecked:a,required:i,disabled:c,value:d="on",onCheckedChange:p,form:m,...f}=e,[g,h]=oO.useState(null),v=l(t,e=>h(e)),b=oO.useRef(!1),w=!g||(m||!!g.closest("form")),[y,I]=u({prop:r,defaultProp:a??!1,onChange:p,caller:A_});return yO(UM,{scope:n,checked:y,disabled:c,children:[bO(li.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":Ha(y),"data-disabled":c?"":void 0,disabled:c,value:d,...f,ref:v,onClick:s(e.onClick,e=>{I(e=>!e),w&&(b.current=e.isPropagationStopped(),b.current||e.stopPropagation())})}),w&&bO(R_,{control:g,bubbles:!b.current,name:o,value:d,checked:y,required:i,disabled:c,form:m,style:{transform:"translateX(-100%)"}})]})}),__.displayName=A_,E_="SwitchThumb",(O_=oO.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=QM(E_,n);return bO(li.span,{"data-state":Ha(r.checked),"data-disabled":r.disabled?"":void 0,...o,ref:t})})).displayName=E_,S_="SwitchBubbleInput",(R_=oO.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=oO.useRef(null),s=l(i,a),c=sn(n),u=cn(t);return oO.useEffect(()=>{const e=i.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),bO("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...r,tabIndex:-1,ref:s,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=S_,M_=__,P_=O_,N_="Switch-modules_root__V5S6a",B_="Switch-modules_thumb__PZ-lR",G_="Tabs";var[KM]=o(G_,[CR]);V_=CR();var[$M,eP]=KM(G_);(T_=oO.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:r,defaultValue:a,orientation:i="horizontal",dir:l,activationMode:s="automatic",...d}=e,p=Vn(l),[m,f]=u({prop:o,onChange:r,defaultProp:a??"",caller:G_});return bO($M,{scope:n,baseId:c(),value:m,onValueChange:f,orientation:i,dir:p,activationMode:s,children:bO(li.div,{dir:p,"data-orientation":i,...d,ref:t})})})).displayName=G_,D_="TabsList",(k_=oO.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,a=eP(D_,n),i=V_(n);return bO(rv,{asChild:!0,...i,orientation:a.orientation,dir:a.dir,loop:o,children:bO(li.div,{role:"tablist","aria-orientation":a.orientation,...r,ref:t})})})).displayName=D_,L_="TabsTrigger",(z_=oO.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...a}=e,i=eP(L_,n),l=V_(n),c=Xa(i.baseId,o),u=ja(i.baseId,o),d=o===i.value;return bO(av,{asChild:!0,...l,focusable:!r,active:d,children:bO(li.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":r?"":void 0,disabled:r,id:c,...a,ref:t,onMouseDown:s(e.onMouseDown,e=>{r||0!==e.button||!1!==e.ctrlKey?e.preventDefault():i.onValueChange(o)}),onKeyDown:s(e.onKeyDown,e=>{[" ","Enter"].includes(e.key)&&i.onValueChange(o)}),onFocus:s(e.onFocus,()=>{const e="manual"!==i.activationMode;d||r||!e||i.onValueChange(o)})})})})).displayName=L_,F_="TabsContent",(H_=oO.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:a,...i}=e,l=eP(F_,n),s=Xa(l.baseId,o),c=ja(l.baseId,o),u=o===l.value,d=oO.useRef(u);return oO.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),bO(_i,{present:r||u,children:({present:n})=>bO(li.div,{"data-state":u?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":s,hidden:!n,id:c,tabIndex:0,...i,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:n&&a})})})).displayName=F_,W_=T_,X_=k_,j_=z_,Z_=H_,q_="Tabs-modules_root__TvYE1",Y_="Tabs-modules_list__G3KVd",J_="Tabs-modules_tab__-FuG6",U_="Tabs-modules_content__X0OLh",Q_="Tag-modules_default__A5rGa",K_="Tag-modules_deleteButton__HzjLp";var[tP]=o("Tooltip",[mR]);$_=mR(),eE="TooltipProvider",tE=700,nE="tooltip.open";var[nP,oP]=tP(eE);(oE=e=>{const{__scopeTooltip:t,delayDuration:n=tE,skipDelayDuration:o=300,disableHoverableContent:r=!1,children:a}=e,i=oO.useRef(!0),l=oO.useRef(!1),s=oO.useRef(0);return oO.useEffect(()=>{const e=s.current;return()=>window.clearTimeout(e)},[]),bO(nP,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:oO.useCallback(()=>{window.clearTimeout(s.current),i.current=!1},[]),onClose:oO.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>i.current=!0,o)},[o]),isPointerInTransitRef:l,onPointerInTransitChange:oO.useCallback(e=>{l.current=e},[]),disableHoverableContent:r,children:a})}).displayName=eE,rE="Tooltip";var[rP,aP]=tP(rE);(aE=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r,onOpenChange:a,disableHoverableContent:i,delayDuration:l}=e,s=oP(rE,e.__scopeTooltip),d=$_(t),[p,m]=oO.useState(null),f=c(),g=oO.useRef(0),h=i??s.disableHoverableContent,v=l??s.delayDuration,b=oO.useRef(!1),[w,y]=u({prop:o,defaultProp:r??!1,onChange:e=>{e?(s.onOpen(),document.dispatchEvent(new CustomEvent(nE))):s.onClose(),a?.(e)},caller:rE}),I=oO.useMemo(()=>w?b.current?"delayed-open":"instant-open":"closed",[w]),C=oO.useCallback(()=>{window.clearTimeout(g.current),g.current=0,b.current=!1,y(!0)},[y]),x=oO.useCallback(()=>{window.clearTimeout(g.current),g.current=0,y(!1)},[y]),A=oO.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{b.current=!0,y(!0),g.current=0},v)},[v,y]);return oO.useEffect(()=>()=>{g.current&&(window.clearTimeout(g.current),g.current=0)},[]),bO(Zh,{...d,children:bO(rP,{scope:t,contentId:f,open:w,stateAttribute:I,trigger:p,onTriggerChange:m,onTriggerEnter:oO.useCallback(()=>{s.isOpenDelayedRef.current?A():C()},[s.isOpenDelayedRef,A,C]),onTriggerLeave:oO.useCallback(()=>{h?x():(window.clearTimeout(g.current),g.current=0)},[x,h]),onOpen:C,onClose:x,disableHoverableContent:h,children:n})})}).displayName=rE,iE="TooltipTrigger",(lE=oO.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=aP(iE,n),a=oP(iE,n),i=$_(n),c=l(t,oO.useRef(null),r.onTriggerChange),u=oO.useRef(!1),d=oO.useRef(!1),p=oO.useCallback(()=>u.current=!1,[]);return oO.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),bO(qh,{asChild:!0,...i,children:bO(li.button,{"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute,...o,ref:c,onPointerMove:s(e.onPointerMove,e=>{"touch"!==e.pointerType&&(d.current||a.isPointerInTransitRef.current||(r.onTriggerEnter(),d.current=!0))}),onPointerLeave:s(e.onPointerLeave,()=>{r.onTriggerLeave(),d.current=!1}),onPointerDown:s(e.onPointerDown,()=>{r.open&&r.onClose(),u.current=!0,document.addEventListener("pointerup",p,{once:!0})}),onFocus:s(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:s(e.onBlur,r.onClose),onClick:s(e.onClick,r.onClose)})})})).displayName=iE,sE="TooltipPortal";var[iP,lP]=tP(sE,{forceMount:void 0});(cE=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,a=aP(sE,t);return bO(iP,{scope:t,forceMount:n,children:bO(_i,{present:n||a.open,children:bO(Ai,{asChild:!0,container:r,children:o})})})}).displayName=sE,uE="TooltipContent",dE=oO.forwardRef((e,t)=>{const n=lP(uE,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...a}=e,i=aP(uE,e.__scopeTooltip);return bO(_i,{present:o||i.open,children:i.disableHoverableContent?bO(fE,{side:r,...a,ref:t}):bO(pE,{side:r,...a,ref:t})})}),pE=oO.forwardRef((e,t)=>{const n=aP(uE,e.__scopeTooltip),o=oP(uE,e.__scopeTooltip),r=oO.useRef(null),a=l(t,r),[i,s]=oO.useState(null),{trigger:c,onClose:u}=n,d=r.current,{onPointerInTransitChange:p}=o,m=oO.useCallback(()=>{s(null),p(!1)},[p]),f=oO.useCallback((e,t)=>{const n=e.currentTarget,o={x:e.clientX,y:e.clientY},r=function(e,t,n=5){const o=[];switch(t){case"top":o.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":o.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":o.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":o.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n})}return o}(o,function(e,t){const n=Math.abs(t.top-e.y),o=Math.abs(t.bottom-e.y),r=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(n,o,r,a)){case a:return"left";case r:return"right";case n:return"top";case o:return"bottom";default:throw new Error("unreachable")}}(o,n.getBoundingClientRect())),a=function(e){const t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:e.y>t.y?1:0),function(e){if(e.length<=1)return e.slice();const t=[];for(let o=0;o<e.length;o++){const n=e[o];for(;t.length>=2;){const e=t[t.length-1],o=t[t.length-2];if(!((e.x-o.x)*(n.y-o.y)>=(e.y-o.y)*(n.x-o.x)))break;t.pop()}t.push(n)}t.pop();const n=[];for(let o=e.length-1;o>=0;o--){const t=e[o];for(;n.length>=2;){const e=n[n.length-1],o=n[n.length-2];if(!((e.x-o.x)*(t.y-o.y)>=(e.y-o.y)*(t.x-o.x)))break;n.pop()}n.push(t)}return n.pop(),1===t.length&&1===n.length&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}(t)}([...r,...function(e){const{top:t,right:n,bottom:o,left:r}=e;return[{x:r,y:t},{x:n,y:t},{x:n,y:o},{x:r,y:o}]}(t.getBoundingClientRect())]);s(a),p(!0)},[p]);return oO.useEffect(()=>()=>m(),[m]),oO.useEffect(()=>{if(c&&d){const e=e=>f(e,d),t=e=>f(e,c);return c.addEventListener("pointerleave",e),d.addEventListener("pointerleave",t),()=>{c.removeEventListener("pointerleave",e),d.removeEventListener("pointerleave",t)}}},[c,d,f,m]),oO.useEffect(()=>{if(i){const e=e=>{const t=e.target,n={x:e.clientX,y:e.clientY},o=c?.contains(t)||d?.contains(t),r=!function(e,t){const{x:n,y:o}=e;let r=!1;for(let a=0,i=t.length-1;a<t.length;i=a++){const e=t[a],l=t[i],s=e.x,c=e.y,u=l.x,d=l.y;c>o!=d>o&&n<(u-s)*(o-c)/(d-c)+s&&(r=!r)}return r}(n,i);o?m():r&&(m(),u())};return document.addEventListener("pointermove",e),()=>document.removeEventListener("pointermove",e)}},[c,d,i,u,m]),bO(fE,{...e,ref:a})});var[sP,cP]=tP(rE,{isInside:!1});mE=m("TooltipContent"),fE=oO.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:a,onPointerDownOutside:i,...l}=e,s=aP(uE,n),c=$_(n),{onClose:u}=s;return oO.useEffect(()=>(document.addEventListener(nE,u),()=>document.removeEventListener(nE,u)),[u]),oO.useEffect(()=>{if(s.trigger){const e=e=>{const t=e.target;t?.contains(s.trigger)&&u()};return window.addEventListener("scroll",e,{capture:!0}),()=>window.removeEventListener("scroll",e,{capture:!0})}},[s.trigger,u]),bO(fi,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:yO(Yh,{"data-state":s.stateAttribute,...c,...l,ref:t,style:{...l.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[bO(mE,{children:o}),bO(sP,{scope:n,isInside:!0,children:bO(AA,{id:s.contentId,role:"tooltip",children:r||o})})]})})}),dE.displayName=uE,gE="TooltipArrow",(hE=oO.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=$_(n);return cP(gE,n).isInside?null:bO(Jh,{...r,...o,ref:t})})).displayName=gE,vE=oE,bE=aE,wE=lE,yE=cE,IE=dE,CE=hE,xE="Tooltip-modules_content__--tK0",AE="Tooltip-modules_tooltipTrigger__-SmeR",_E="Tooltip-modules_arrow__4vjj8",EE={default:"Typography-modules_default__JCzxD",headerFirst:"Typography-modules_headerFirst__NkO--",headerSecond:"Typography-modules_headerSecond__LEiQi",headerThird:"Typography-modules_headerThird__lSaFv",headerForth:"Typography-modules_headerForth__B5L3L",headerFifth:"Typography-modules_headerFifth__5LBdo",headerSixth:"Typography-modules_headerSixth__Bxy4-",bodyFirst:"Typography-modules_bodyFirst__iMtZC",bodySecond:"Typography-modules_bodySecond__bRjfb",bodyThird:"Typography-modules_bodyThird__SR8zo",semiBoldFirst:"Typography-modules_semiBoldFirst__IekIE",semiBoldSecond:"Typography-modules_semiBoldSecond__AaWKP",semiBoldThird:"Typography-modules_semiBoldThird__mmpEF",overLineFirst:"Typography-modules_overLineFirst__6-WmT",overLineSecond:"Typography-modules_overLineSecond__bRFIg",link:"Typography-modules_link__T8ZSo",left:"Typography-modules_left__toyKQ",center:"Typography-modules_center__LyrMT",right:"Typography-modules_right__s-R-0",inherit:"Typography-modules_inherit__yG6sp",regular:"Typography-modules_regular__nf3tw",bold:"Typography-modules_bold__kZqUJ",italic:"Typography-modules_italic__YadIq"};const uP={h1:"headerFirst",h2:"headerSecond",h3:"headerThird",h4:"headerForth",h5:"headerFifth",h6:"headerSixth",b1:"bodyFirst",b2:"bodySecond",b3:"bodyThird",sb1:"semiBoldFirst",sb2:"semiBoldSecond",sb3:"semiBoldThird",ol1:"overLineFirst",ol2:"overLineSecond",link:"link"},dP=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:r="regular",title:a="",variant:i="b1",...l})=>{const s=e;return rO.createElement(s,{title:a,className:ti(EE.default,EE[uP[i]],EE[t],EE[r],"demio-ui-typography-element",`typography-${i}`,n),...l},o)};OE="UploadMenu-modules_triggerButton__TnM4-",SE="UploadMenu-modules_triggerButtonIcon__j-eLU",RE="UploadMenu-modules_menuContent__hPJib",ME="UploadMenu-modules_menuItem__XOxMt",PE="UploadMenu-modules_menuItemDisabled__QmNk4";const pP=4,mP=lO(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:r,onOpen:a,portalContainer:i,sideOffset:l=pP,triggerButton:s=null,triggerButtonClass:c=""}=e,[u,d]=aO(n||!1),p=Boolean(s),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),f=Boolean(m.length);return uO(()=>{d(n)},[n]),rO.createElement("div",{className:ti("demio-ui-upload-menu"),"data-testid":"upload-menu"},f&&rO.createElement(JR,{open:u,onOpenChange:e=>{d(e),a&&a(e)}},rO.createElement(UR,{className:ti("demio-ui-upload-menu-trigger-button",OE,c),"data-testid":"upload-menu-trigger-button"},p&&s,!p&&rO.createElement(Yu,{className:ti("demio-ui-upload-menu-default-trigger-button",SE),"data-testid":"upload-menu-default-trigger-button",width:16})),rO.createElement(eM,{container:i instanceof Element?i:void 0},rO.createElement(qR,{align:t,className:ti("demio-ui-upload-menu-content",RE),"data-testid":"upload-menu-content",onInteractOutside:e=>{e?.preventDefault(),d(!1),r?.()},sideOffset:l},m.map(({className:e,icon:t,isDisabled:n,text:o},r)=>rO.createElement(KR,{className:ti("demio-ui-upload-menu-item",ME,{[PE]:n},e),"data-testid":`upload-menu-item-${r}`,disabled:n,key:`upload-menu-item-key-${r}`,onSelect:n?void 0:e=>((e,t)=>{m[t]&&m[t].onSelect&&m[t].onSelect(e,{itemNumber:t})})(e,r)},t,o))))))});NE="UploadProgressPreview-modules_root__9StJo",BE="UploadProgressPreview-modules_image__OMRPt",GE="UploadProgressPreview-modules_row__KkHVU",VE="UploadProgressPreview-modules_iconContainer__Ktq69",TE="UploadProgressPreview-modules_icon__z5MfW",DE="UploadProgressPreview-modules_percent__VVNJt",kE="UploadProgressPreview-modules_fileData__hhid5",LE="UploadProgressPreview-modules_isUploadMode__M13Qp",zE="UploadProgressPreview-modules_noMenu__Kyn3S",FE="UploadProgressPreview-modules_fileName__i-Dl-",HE="UploadProgressPreview-modules_duration__HRRaa";const fP=lO(({className:e="",fileName:t="",fileInfo:n="",imageSrc:o="",imageTitle:r="",isUpload:a=!1,menu:i=[],percent:l})=>{const s=Boolean(i.length),c=a||"number"==typeof l&&l<100,u=i.filter(e=>e?.isPreviewOnly),d=i.filter(e=>e?.isProgressOnly);return rO.createElement("div",{className:ti("demio-ui-upload-progress-preview",NE,e),"data-testid":"upload-progress-preview"},o&&!c&&rO.createElement("img",{alt:r,className:ti("demio-ui-upload-progress-preview-image",BE),"data-testid":"upload-progress-preview-image",title:r,src:o}),rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-row",GE),"data-testid":"upload-progress-preview-row"},c&&rO.createElement(rO.Fragment,null,rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-progress-icon-container",VE),"data-testid":"upload-progress-preview-progress-icon-container"},rO.createElement(Qd,{className:ti("demio-ui-upload-progress-preview-progress-icon",TE),"data-testid":"upload-progress-preview-progress-icon"})),rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-progress-percentage",DE),"data-testid":"upload-progress-preview-progress-percentage"},l,"%")),rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-file-data",kE,{[zE]:!s,[LE]:c}),"data-testid":"upload-progress-preview-file-data"},t&&rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-file-name",FE),"data-testid":"upload-progress-preview-file-name"},t),n&&!c&&rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-file-info",HE),"data-testid":"upload-progress-preview-file-info"},n)),s&&rO.createElement("div",{className:ti("demio-ui-upload-progress-preview-menu",{isProgressOnly:c,isPreviewOnly:!c}),"data-testid":"upload-progress-preview-menu"},rO.createElement(mP,{menu:c?d:u}))))});WE="Upload-modules_root__DE-cj",XE="Upload-modules_croppedImageContainer__tPNFg",jE="Upload-modules_croppedImageWrapper__H1aDd",ZE="Upload-modules_croppedImage__5pBYs",qE="Upload-modules_uploadLabel__aWGAb",YE="Upload-modules_uploadInput__Bq7Fp",JE="Upload-modules_icon__pmGlQ",UE="Upload-modules_header__adz5V",QE="Upload-modules_text__PS7SI",KE="Upload-modules_uploadTextFormat__IGVKt",$E="Upload-modules_modalContent__tfbd6",eO="Upload-modules_modalBody__q-3hj",tO="Upload-modules_modalFooter__jFAuB";const gP=iO((e,t)=>{const{acceptableFileTypes:n="",children:o=null,className:r="",customIcon:a=null,customHeader:i="Upload Media",customText:l=null,cropAspectRatio:s=1,error:c="",fileSizeMbLimit:u=3,minHeightLimit:d=0,minWidthLimit:p=0,errorDimension:m=`Minimum required dimensions are ${p}x${d}.`,errorSize:f=`Exceeds maximum size limit of ${u} MB.`,errorType:g="File type is not supported.",isCropAllowed:h=!1,isDimensionValidationEnabled:v=!0,isSizeValidationEnabled:b=!0,isValidationEnabled:w=!0,menu:y=[],onUpload:I,onCropCancel:C,onCropOk:x,onCropComplete:A,onCropChange:_,onDrop:E,onReadFileError:O,onReadFileProgress:S,onReadFileStart:R,onReadFileSuccess:M,onZoomChange:P,previewFileInfo:N="",previewFileName:B="",previewImage:G="",previewImageTitle:V="",uploadPercent:T}=e,[D,k]=aO(null),[L,z]=aO(""),[F,H]=aO(!1),[W,X]=aO(!1),[j,Z]=aO(""),[q,Y]=aO(null),[J,U]=aO(void 0),{croppedImageURL:Q}=ES(L,D),{validate:K}=SS({acceptableFileTypes:n,fileSizeMbLimit:u,isDimensionValidationEnabled:v,isSizeValidationEnabled:b,isValidationEnabled:w,minHeightLimit:d,minWidthLimit:p}),$="number"==typeof J,ee=n.replaceAll(",","").toLowerCase()||"",te=q?.name||"",ne=Boolean(Q),oe=fS(q),re=n&&n.length>0,ae=async(e=null)=>{if(!(e instanceof File))return;const t=await(async e=>{const t=URL.createObjectURL(e)||"",{isFileValid:n,isFileDimensionValid:o,isFileSizeValid:r,isFileTypeValid:a}=await K(e);n?(z(t),Y(e)):le();const i=(re&&!a?g:"")||(b&&!r?f:"")||(v&&!o?m:"");return U(i?void 0:0),Z(w&&!n&&i||c),n})(e);if(t){I?.(e);try{const t=new FileReader;R?.(e),t.onprogress=t=>{if(t.lengthComputable){const n=Math.floor(Number(t.loaded/t.total*100));S?.(n,e)}},t.onload=()=>{M?.(t.result,e)},t.onerror=()=>{U(void 0),O?.(t.error,e)},t.readAsDataURL(e)}catch(c){Z("Something went wrong while reading File"),U(void 0),O?.(c,e)}}},ie=()=>{z(""),H(!1),X(!1),Z(""),Y(null),U(void 0)},le=()=>{ie(),C&&C()},se=y.filter(e=>Boolean(e)).map((e,t)=>({...e,onSelect:e=>((e,t)=>{y[t]&&("cancel"===y[t].action?.toLowerCase()&&ie(),y[t].onSelect&&y[t].onSelect(e,{itemNumber:t,croppedImageURL:Q,setFileUrl:z,cancelUpload:ie}))})(e,t)})),ce=se.filter(e=>e.isPreviewOnly||e.isProgressOnly),ue=se.filter(e=>!(e.isProgressOnly||e.isPreviewOnly));return vO(t,()=>({cancelUpload:ie,setUploadProgress:U,setUploadError:Z})),uO(()=>{h&&oe&&X(!0)},[h,oe]),uO(()=>{ne||Y(null)},[ne]),uO(()=>{W||H(ne)},[ne,W]),uO(()=>{Z(c)},[c]),uO(()=>{U(T)},[T]),uO(()=>{ie()},[n,u]),rO.createElement("div",{className:ti("demio-ui-upload-root",WE,r),"data-testid":"upload-root"},j&&rO.createElement(MS,{children:j}),$&&rO.createElement(fP,{fileName:te||B,fileInfo:N,imageSrc:G,imageTitle:V,menu:ce,percent:J}),!$&&rO.createElement(PS,{...e,error:j,isValidationEnabled:!1,onDrop:async(e,t)=>{await ae(t),E&&E(e,t)}},F&&rO.createElement("div",{className:ti("demio-ui-upload-cropped-image-container",XE),"data-testid":"upload-cropped-image-container"},rO.createElement("div",{className:ti("demio-ui-upload-cropped-image-wrapper",jE),"data-testid":"upload-cropped-image-wrapper"},rO.createElement("img",{alt:"Cropped image",className:ti("demio-ui-upload-cropped-image",ZE),"data-testid":"upload-cropped-image",src:Q})),rO.createElement("div",{className:ti("demio-ui-upload-menu"),"data-testid":"upload-menu"},rO.createElement(mP,{menu:ue}))),!F&&rO.createElement("label",{className:ti("demio-ui-upload-label",qE),"data-testid":"upload-label",htmlFor:"file"},rO.createElement("input",{accept:n,className:ti("demio-ui-upload-input",YE),"data-testid":"upload-input",id:"file",name:"file",onChange:async e=>{const t=e?.target?.files?.[0]||null;await ae(t)},type:"file"}),o,!o&&rO.createElement(rO.Fragment,null,a||rO.createElement(Pc,{className:ti("demio-ui-upload-icon",JE),"data-testid":"upload-icon"}),i&&rO.createElement("div",{className:ti("demio-ui-upload-header",UE),"data-testid":"upload-header"},i),rO.createElement("div",{className:ti("demio-ui-upload-text",QE),"data-testid":"upload-text"},l||rO.createElement(rO.Fragment,null,rO.createElement("strong",{className:ti("demio-ui-upload-text-format",KE),"data-testid":"upload-text-format"},ee)," ","up to ",rO.createElement("strong",null,u," MB")))))),W&&oe&&h&&rO.createElement(Ln,{contentClassName:$E,open:!0,isClosable:!1,onOpenChange:()=>X(!1),title:"Crop & Upload Profile Picture"},rO.createElement("div",{className:ti("demio-ui-upload-crop-modal-body",eO),"data-testid":"upload-crop-modal-body"},!!L&&rO.createElement(sS,{aspect:s,image:L,onCropChange:_,onCropComplete:(e,t)=>{k(t),A&&A(e,t)},onZoomChange:P})),rO.createElement("div",{className:ti("demio-ui-upload-crop-modal-footer",tO),"data-testid":"upload-crop-modal-footer"},rO.createElement(TO,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:le,variant:"secondary"},"no, never mind"),rO.createElement(TO,{className:"demio-ui-upload-crop-modal-btn-ok","data-testid":"upload-crop-modal-btn-ok",onClick:()=>{H(!0),X(!1),x&&x(Q)}},"crop image"))))});export{hc as AddIcon,T as Alert,ru as AlertIcon,Rc as ArrowDownIcon,Tc as ArrowLeftDoubleIcon,bc as ArrowLeftIcon,kc as ArrowLeftSingleIcon,Xc as AtIcon,FO as Avatar,HO as Badge,Xd as BarChartIcon,am as BlockIcon,sm as BlurOnIcon,TO as Button,WO as ButtonNew,dm as CachedIcon,rp as CalendarIcon,iu as CameraIcon,cu as CameraOutlinedIcon,XO as Card,vu as ChatDisabledIcon,Ym as ChatDisabledOldIcon,du as ChatIcon,Zc as CheckCircleIcon,Yc as CheckCircleSolidIcon,yc as CheckIcon,JO as Checkbox,Uc as CheckboxIcon,Xu as ClockIcon,ks as CloseIcon,zc as CompressIcon,Zu as CopyIcon,KO as CopyLinkInput,sS as Crop,fm as CustomizeIcon,Cc as DeleteIcon,PS as DnDArea,Yu as DotsIcon,Uu as DownloadIcon,NS as Drawer,tM as DropdownItem,qR as DropdownMenuContent,$R as DropdownMenuGroup,KR as DropdownMenuItem,QR as DropdownMenuLabel,eM as DropdownMenuPortal,JR as DropdownMenuRoot,YR as DropdownMenuSeparator,UR as DropdownMenuTrigger,Ac as EditIcon,Ec as EditSectionIcon,vm as ElectricBoltIcon,lp as EventDetailsIcon,up as EventRepeatIcon,Kc as ExclamationIcon,Hc as ExpandIcon,Ku as ExternalLinkIcon,Um as EyeSolidIcon,hp as FacebookIcon,bp as FacebookSquaredIcon,ym as FeatureActionIcon,ed as FileIcon,nd as FilterListIcon,rd as FlipCameraIcon,Uo as FormGroup,id as GearIcon,_d as HelpIcon,Od as HelpSolidIcon,nM as InfoBanner,Gd as InfoCircleIcon,Td as InfoCircleSolidIcon,Rd as InfoIcon,Nd as InfoSolidIcon,UO as Input,bn as InputHint,Zd as InsightsIcon,Cm as ItemsIcon,vn as Label,Ip as LinkedInIcon,xp as LinkedInSquaredIcon,Am as ListIcon,V as Loader,zp as LocationIcon,sd as LockIcon,Em as MagicIcon,ud as MailIcon,Sm as MaterialIcon,Pm as MaterialsIcon,Mu as MicBoldIcon,xu as MicOffIcon,yu as MicOffSolidIcon,Su as MicOnSolidIcon,_u as MicOutlinedIcon,Bm as MobileDeviceIcon,Ln as Modal,oM as ModalScrollable,pM as MultiSelect,MS as Note,$m as OnDemanIcon,Zp as OutStageIcon,mM as Pagination,nu as PasswordEyeCrossedIcon,eu as PasswordEyeIcon,tf as PastSessionIcon,Op as PeopleCommunityIcon,_p as PeopleIcon,Rp as Person,of as PersonCardIcon,af as PersonCheckIcon,sf as PersonCrossedIcon,Pp as PersonDeleteIcon,Rp as PersonIcon,uf as PersonPlusIcon,gd as PlayCircleIcon,pd as PlayIcon,Pc as PlusIcon,Jd as PollIcon,wM as Popover,kx as PopoverContent,Dx as PopoverPortal,Vx as PopoverRoot,Ka as PopoverTooltip,Tx as PopoverTrigger,Yp as PresentationIcon,Ta as Progress,Qd as ProgressIcon,ka as RadioGroup,Vm as RadioIcon,Lm as ReplayDisabledIcon,Fm as RestartIcon,ff as RestreamingDisabledIcon,pf as RestreamingIcon,Wm as RocketIcon,Up as ScreenPersonIcon,em as ScreenShareIcon,Kp as ScreenShareWindowIcon,oM as ScrollableModal,Bc as SearchIcon,ZM as Select,qM as SelectItem,YM as SelectItemText,hf as SeriesTypeIcon,bf as SessionTimeIcon,yf as ShieldIcon,Hp as SideBarIcon,lS as Slider,Bp as SmileIcon,Cf as SmileSolidIcon,Xp as SpotlightIcon,Zm as StackedEmailIcon,nm as StageIcon,Af as StandardTypeIcon,Wa as Switch,vd as SyncIcon,Ya as Tab,Ja as TabsContent,qa as TabsList,Za as TabsRoot,Ua as Tag,wd as TimesCircleIcon,CS as Toast,mp as TodayIcon,Qa as Tooltip,Id as TrashIcon,$d as TrendingDownIcon,tp as TrendingUpIcon,dP as Typography,xd as UndoIcon,Ef as UpcomingSessionIcon,gP as Upload,mP as UploadMenu,fP as UploadProgressPreview,Bu as VideoCamOnIcon,Tu as VideoCamOnSolidIcon,Lu as VolumeOffIcon,Hu as VolumeUpSolidIcon,Ld as WarningIcon,Hd as WarningSolidIcon,Tp as YoutubeIcon,kp as YoutubeSquaredIcon,bS as createImage,IS as getCroppedImageURL,uS as getFileExtension,dS as getFileMimeType,wS as getRadianAngle,Of as icons,pS as isExtensionMatchingMimeType,fS as isImage,vS as isValidFileDimension,hS as isValidFileSize,mS as isValidFileType,gS as isVideo,cS as mimeTypeMap,yS as rotateSize,_S as toast,ES as useCroppedImage,SS as useFileValidation};