demio-ui 5.5.2 → 5.5.4
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.
- package/dist/bundle-analysis.html +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/jest.config.d.ts +11 -0
- package/dist/cjs/types/src/components/Alert/Alert.d.ts +20 -0
- package/dist/cjs/types/src/components/Alert/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Avatar/Avatar.d.ts +13 -0
- package/dist/cjs/types/src/components/Avatar/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Badge/Badge.d.ts +10 -0
- package/dist/cjs/types/src/components/Badge/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Button/Button.d.ts +20 -0
- package/dist/cjs/types/src/components/Button/index.d.ts +1 -0
- package/dist/cjs/types/src/components/ButtonNew/Button.d.ts +17 -0
- package/dist/cjs/types/src/components/ButtonNew/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Card/Card.d.ts +12 -0
- package/dist/cjs/types/src/components/Card/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Checkbox/Checkbox.d.ts +14 -0
- package/dist/cjs/types/src/components/Checkbox/index.d.ts +1 -0
- package/dist/cjs/types/src/components/CopyLinkInput/CopyLinkInput.d.ts +4 -0
- package/dist/cjs/types/src/components/CopyLinkInput/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Crop/Crop.d.ts +16 -0
- package/dist/cjs/types/src/components/Crop/index.d.ts +1 -0
- package/dist/cjs/types/src/components/DnDArea/DnDArea.d.ts +22 -0
- package/dist/cjs/types/src/components/DnDArea/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Drawer/Drawer.d.ts +13 -0
- package/dist/cjs/types/src/components/Drawer/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Dropdown/Dropdown.d.ts +12 -0
- package/dist/cjs/types/src/components/Dropdown/DropdownItem.d.ts +11 -0
- package/dist/cjs/types/src/components/Dropdown/index.d.ts +3 -0
- package/dist/cjs/types/src/components/FormGroup/FormGroup.d.ts +10 -0
- package/dist/cjs/types/src/components/FormGroup/index.d.ts +1 -0
- package/dist/cjs/types/src/components/InfoBanner/InfoBanner.d.ts +11 -0
- package/dist/cjs/types/src/components/InfoBanner/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Input/Input.d.ts +31 -0
- package/dist/cjs/types/src/components/Input/index.d.ts +1 -0
- package/dist/cjs/types/src/components/InputHint/InputHint.d.ts +8 -0
- package/dist/cjs/types/src/components/InputHint/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Label/Label.d.ts +9 -0
- package/dist/cjs/types/src/components/Label/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Loader/Loader.d.ts +8 -0
- package/dist/cjs/types/src/components/Loader/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Modal/Modal.d.ts +24 -0
- package/dist/cjs/types/src/components/Modal/index.d.ts +1 -0
- package/dist/cjs/types/src/components/ModalScrollable/ModalScrollable.d.ts +30 -0
- package/dist/cjs/types/src/components/ModalScrollable/index.d.ts +1 -0
- package/dist/cjs/types/src/components/ModalWindow/ModalWindow.d.ts +20 -0
- package/dist/cjs/types/src/components/ModalWindow/index.d.ts +1 -0
- package/dist/cjs/types/src/components/MultiSelect/MultiSelect.d.ts +28 -0
- package/dist/cjs/types/src/components/MultiSelect/MultiSelect.helper.d.ts +9 -0
- package/dist/cjs/types/src/components/MultiSelect/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Note/Note.d.ts +9 -0
- package/dist/cjs/types/src/components/Note/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Pagination/Pagination.d.ts +11 -0
- package/dist/cjs/types/src/components/Pagination/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Popover/Popover.d.ts +16 -0
- package/dist/cjs/types/src/components/Popover/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Progress/Progress.d.ts +12 -0
- package/dist/cjs/types/src/components/Progress/index.d.ts +1 -0
- package/dist/cjs/types/src/components/RadioGroup/RadioGroup.d.ts +19 -0
- package/dist/cjs/types/src/components/RadioGroup/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Select/Select.d.ts +28 -0
- package/dist/cjs/types/src/components/Select/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Slider/Slider.d.ts +14 -0
- package/dist/cjs/types/src/components/Slider/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Switch/Switch.d.ts +16 -0
- package/dist/cjs/types/src/components/Switch/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Tabs/Tabs.d.ts +31 -0
- package/dist/cjs/types/src/components/Tabs/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Tag/Tag.d.ts +7 -0
- package/dist/cjs/types/src/components/Tag/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Toast/Toast.d.ts +15 -0
- package/dist/cjs/types/src/components/Toast/index.d.ts +1 -0
- package/dist/cjs/types/src/components/ToastList/ToastList.d.ts +3 -0
- package/dist/cjs/types/src/components/ToastList/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Tooltip/Tooltip.d.ts +29 -0
- package/dist/cjs/types/src/components/Tooltip/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Typography/Typography.d.ts +12 -0
- package/dist/cjs/types/src/components/Typography/index.d.ts +1 -0
- package/dist/cjs/types/src/components/Upload/Upload.d.ts +48 -0
- package/dist/cjs/types/src/components/Upload/index.d.ts +1 -0
- package/dist/cjs/types/src/components/UploadError/UploadError.d.ts +8 -0
- package/dist/cjs/types/src/components/UploadError/index.d.ts +1 -0
- package/dist/cjs/types/src/components/UploadMenu/UploadMenu.d.ts +30 -0
- package/dist/cjs/types/src/components/UploadMenu/index.d.ts +1 -0
- package/dist/cjs/types/src/components/UploadPreview/UploadPreview.d.ts +12 -0
- package/dist/cjs/types/src/components/UploadPreview/index.d.ts +1 -0
- package/dist/cjs/types/src/components/UploadProgressPreview/UploadProgressPreview.d.ts +14 -0
- package/dist/cjs/types/src/components/UploadProgressPreview/index.d.ts +1 -0
- package/dist/cjs/types/src/components/index.d.ts +38 -0
- package/dist/cjs/types/src/hooks/index.d.ts +2 -0
- package/dist/cjs/types/src/hooks/useCroppedImage/index.d.ts +1 -0
- package/dist/cjs/types/src/hooks/useCroppedImage/useCroppedImage.d.ts +4 -0
- package/dist/cjs/types/src/hooks/useCroppedImage/useCroppedImage.test.d.ts +1 -0
- package/dist/cjs/types/src/hooks/useFileValidation/index.d.ts +1 -0
- package/dist/cjs/types/src/hooks/useFileValidation/useFileValidation.d.ts +35 -0
- package/dist/cjs/types/src/hooks/useFileValidation/useFileValidation.test.d.ts +1 -0
- package/dist/cjs/types/src/icons/index.d.ts +105 -0
- package/dist/cjs/types/src/index.d.ts +5 -0
- package/dist/cjs/types/src/utils/file/file-utils.d.ts +9 -0
- package/dist/cjs/types/src/utils/file/index.d.ts +1 -0
- package/dist/cjs/types/src/utils/image/image-utils.d.ts +11 -0
- package/dist/cjs/types/src/utils/image/index.d.ts +1 -0
- package/dist/cjs/types/src/utils/index.d.ts +3 -0
- package/dist/cjs/types/src/utils/toast/index.d.ts +1 -0
- package/dist/cjs/types/src/utils/toast/toast.d.ts +23 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/jest.config.d.ts +11 -0
- package/dist/esm/types/src/components/Alert/Alert.d.ts +20 -0
- package/dist/esm/types/src/components/Alert/index.d.ts +1 -0
- package/dist/esm/types/src/components/Avatar/Avatar.d.ts +13 -0
- package/dist/esm/types/src/components/Avatar/index.d.ts +1 -0
- package/dist/esm/types/src/components/Badge/Badge.d.ts +10 -0
- package/dist/esm/types/src/components/Badge/index.d.ts +1 -0
- package/dist/esm/types/src/components/Button/Button.d.ts +20 -0
- package/dist/esm/types/src/components/Button/index.d.ts +1 -0
- package/dist/esm/types/src/components/ButtonNew/Button.d.ts +17 -0
- package/dist/esm/types/src/components/ButtonNew/index.d.ts +1 -0
- package/dist/esm/types/src/components/Card/Card.d.ts +12 -0
- package/dist/esm/types/src/components/Card/index.d.ts +1 -0
- package/dist/esm/types/src/components/Checkbox/Checkbox.d.ts +14 -0
- package/dist/esm/types/src/components/Checkbox/index.d.ts +1 -0
- package/dist/esm/types/src/components/CopyLinkInput/CopyLinkInput.d.ts +4 -0
- package/dist/esm/types/src/components/CopyLinkInput/index.d.ts +1 -0
- package/dist/esm/types/src/components/Crop/Crop.d.ts +16 -0
- package/dist/esm/types/src/components/Crop/index.d.ts +1 -0
- package/dist/esm/types/src/components/DnDArea/DnDArea.d.ts +22 -0
- package/dist/esm/types/src/components/DnDArea/index.d.ts +1 -0
- package/dist/esm/types/src/components/Drawer/Drawer.d.ts +13 -0
- package/dist/esm/types/src/components/Drawer/index.d.ts +1 -0
- package/dist/esm/types/src/components/Dropdown/Dropdown.d.ts +12 -0
- package/dist/esm/types/src/components/Dropdown/DropdownItem.d.ts +11 -0
- package/dist/esm/types/src/components/Dropdown/index.d.ts +3 -0
- package/dist/esm/types/src/components/FormGroup/FormGroup.d.ts +10 -0
- package/dist/esm/types/src/components/FormGroup/index.d.ts +1 -0
- package/dist/esm/types/src/components/InfoBanner/InfoBanner.d.ts +11 -0
- package/dist/esm/types/src/components/InfoBanner/index.d.ts +1 -0
- package/dist/esm/types/src/components/Input/Input.d.ts +31 -0
- package/dist/esm/types/src/components/Input/index.d.ts +1 -0
- package/dist/esm/types/src/components/InputHint/InputHint.d.ts +8 -0
- package/dist/esm/types/src/components/InputHint/index.d.ts +1 -0
- package/dist/esm/types/src/components/Label/Label.d.ts +9 -0
- package/dist/esm/types/src/components/Label/index.d.ts +1 -0
- package/dist/esm/types/src/components/Loader/Loader.d.ts +8 -0
- package/dist/esm/types/src/components/Loader/index.d.ts +1 -0
- package/dist/esm/types/src/components/Modal/Modal.d.ts +24 -0
- package/dist/esm/types/src/components/Modal/index.d.ts +1 -0
- package/dist/esm/types/src/components/ModalScrollable/ModalScrollable.d.ts +30 -0
- package/dist/esm/types/src/components/ModalScrollable/index.d.ts +1 -0
- package/dist/esm/types/src/components/ModalWindow/ModalWindow.d.ts +20 -0
- package/dist/esm/types/src/components/ModalWindow/index.d.ts +1 -0
- package/dist/esm/types/src/components/MultiSelect/MultiSelect.d.ts +28 -0
- package/dist/esm/types/src/components/MultiSelect/MultiSelect.helper.d.ts +9 -0
- package/dist/esm/types/src/components/MultiSelect/index.d.ts +1 -0
- package/dist/esm/types/src/components/Note/Note.d.ts +9 -0
- package/dist/esm/types/src/components/Note/index.d.ts +1 -0
- package/dist/esm/types/src/components/Pagination/Pagination.d.ts +11 -0
- package/dist/esm/types/src/components/Pagination/index.d.ts +1 -0
- package/dist/esm/types/src/components/Popover/Popover.d.ts +16 -0
- package/dist/esm/types/src/components/Popover/index.d.ts +1 -0
- package/dist/esm/types/src/components/Progress/Progress.d.ts +12 -0
- package/dist/esm/types/src/components/Progress/index.d.ts +1 -0
- package/dist/esm/types/src/components/RadioGroup/RadioGroup.d.ts +19 -0
- package/dist/esm/types/src/components/RadioGroup/index.d.ts +1 -0
- package/dist/esm/types/src/components/Select/Select.d.ts +28 -0
- package/dist/esm/types/src/components/Select/index.d.ts +1 -0
- package/dist/esm/types/src/components/Slider/Slider.d.ts +14 -0
- package/dist/esm/types/src/components/Slider/index.d.ts +1 -0
- package/dist/esm/types/src/components/Switch/Switch.d.ts +16 -0
- package/dist/esm/types/src/components/Switch/index.d.ts +1 -0
- package/dist/esm/types/src/components/Tabs/Tabs.d.ts +31 -0
- package/dist/esm/types/src/components/Tabs/index.d.ts +1 -0
- package/dist/esm/types/src/components/Tag/Tag.d.ts +7 -0
- package/dist/esm/types/src/components/Tag/index.d.ts +1 -0
- package/dist/esm/types/src/components/Toast/Toast.d.ts +15 -0
- package/dist/esm/types/src/components/Toast/index.d.ts +1 -0
- package/dist/esm/types/src/components/ToastList/ToastList.d.ts +3 -0
- package/dist/esm/types/src/components/ToastList/index.d.ts +1 -0
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +29 -0
- package/dist/esm/types/src/components/Tooltip/index.d.ts +1 -0
- package/dist/esm/types/src/components/Typography/Typography.d.ts +12 -0
- package/dist/esm/types/src/components/Typography/index.d.ts +1 -0
- package/dist/esm/types/src/components/Upload/Upload.d.ts +48 -0
- package/dist/esm/types/src/components/Upload/index.d.ts +1 -0
- package/dist/esm/types/src/components/UploadError/UploadError.d.ts +8 -0
- package/dist/esm/types/src/components/UploadError/index.d.ts +1 -0
- package/dist/esm/types/src/components/UploadMenu/UploadMenu.d.ts +30 -0
- package/dist/esm/types/src/components/UploadMenu/index.d.ts +1 -0
- package/dist/esm/types/src/components/UploadPreview/UploadPreview.d.ts +12 -0
- package/dist/esm/types/src/components/UploadPreview/index.d.ts +1 -0
- package/dist/esm/types/src/components/UploadProgressPreview/UploadProgressPreview.d.ts +14 -0
- package/dist/esm/types/src/components/UploadProgressPreview/index.d.ts +1 -0
- package/dist/esm/types/src/components/index.d.ts +38 -0
- package/dist/esm/types/src/hooks/index.d.ts +2 -0
- package/dist/esm/types/src/hooks/useCroppedImage/index.d.ts +1 -0
- package/dist/esm/types/src/hooks/useCroppedImage/useCroppedImage.d.ts +4 -0
- package/dist/esm/types/src/hooks/useCroppedImage/useCroppedImage.test.d.ts +1 -0
- package/dist/esm/types/src/hooks/useFileValidation/index.d.ts +1 -0
- package/dist/esm/types/src/hooks/useFileValidation/useFileValidation.d.ts +35 -0
- package/dist/esm/types/src/hooks/useFileValidation/useFileValidation.test.d.ts +1 -0
- package/dist/esm/types/src/icons/index.d.ts +105 -0
- package/dist/esm/types/src/index.d.ts +5 -0
- package/dist/esm/types/src/utils/file/file-utils.d.ts +9 -0
- package/dist/esm/types/src/utils/file/index.d.ts +1 -0
- package/dist/esm/types/src/utils/image/image-utils.d.ts +11 -0
- package/dist/esm/types/src/utils/image/index.d.ts +1 -0
- package/dist/esm/types/src/utils/index.d.ts +3 -0
- package/dist/esm/types/src/utils/toast/index.d.ts +1 -0
- package/dist/esm/types/src/utils/toast/toast.d.ts +23 -0
- package/dist/types.d.ts +199 -185
- 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 fi||(fi=1,e=mi,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}()),mi.exports;var e}function o(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>iS.createContext(e));return function(n){const o=n?.[e]||t;return iS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=iS.createContext(o),a=n.length;n=[...n,o];const i=t=>{const{scope:n,children:o,...i}=t,l=n?.[e]?.[a]||r,s=iS.useMemo(()=>i,Object.values(i));return CS(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=iS.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 iS.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 iS.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]=iS.useState(vi());return hi(()=>{n(e=>e??String(bi++))},[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]=iS.useState(e),r=iS.useRef(n),a=iS.useRef(t);return wi(()=>{a.current=t},[t]),iS.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=iS.useRef(void 0!==e);iS.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=iS.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=iS.forwardRef((e,n)=>{const{children:o,...r}=e,a=iS.Children.toArray(o),i=a.find(f);if(i){const e=i.props.children,o=a.map(t=>t===i?iS.Children.count(e)>1?iS.Children.only(null):iS.isValidElement(e)?e.props.children:null:t);return CS(t,{...r,ref:n,children:iS.isValidElement(e)?iS.cloneElement(e,void 0,o):null})}return CS(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function p(e){const t=iS.forwardRef((e,t)=>{const{children:n,...o}=e;if(iS.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!==iS.Fragment&&(r.ref=t?i(t,e):e),iS.cloneElement(n,r)}return iS.Children.count(n)>1?iS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function m(e){const t=({children:e})=>CS(xS,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=yi,t}function f(e){return iS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===yi}function g(e,t){e&&ES.flushSync(()=>e.dispatchEvent(t))}function h(e){const t=iS.useRef(e);return iS.useEffect(()=>{t.current=e}),iS.useMemo(()=>(...e)=>t.current?.(...e),[])}function v(){const e=new CustomEvent(xi);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]=iS.useState(),o=iS.useRef(null),r=iS.useRef(e),a=iS.useRef("none"),i=e?"mounted":"unmounted",[l,s]=function(e,t){return iS.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 iS.useEffect(()=>{const e=E(o.current);a.current="mounted"===l?e:"none"},[l]),hi(()=>{const t=o.current,n=r.current;if(n!==e){const o=a.current,i=E(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]),hi(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,i=a=>{const i=E(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=E(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:iS.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function E(e){return e?.animationName||"none"}function _(){iS.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??O()),document.body.insertAdjacentElement("beforeend",e[1]??O()),zi++,()=>{1===zi&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),zi--}},[])}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=sS(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 qi(function(){var t,n,o,r=Yi.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)})),Yi.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 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 V({size:e="medium",className:t="",inheritColor:n=!1}){return lS.createElement("span",{className:gi("demio-ui-loader",$s.loader,{[$s[e]]:e,[$s.inheritColor]:n,[t]:t})})}function G({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 lS.createElement(Ws,{open:t,...f},lS.createElement(Xs,null,lS.createElement(js,{className:gi("demio-ui-alert__overlay",tc)}),lS.createElement(Zs,{className:gi("demio-ui-alert",oc,e),style:{maxWidth:d}},m&&lS.createElement("button",{className:gi("demio-ui-alert__close-button",nc),onClick:p||a,"data-testid":"close-button"},lS.createElement(Ks,null)),lS.createElement(Js,{className:gi("demio-ui-alert__title",rc)},i),l&&lS.createElement(Us,{className:gi("demio-ui-alert__description",ac)},l),lS.createElement("div",{className:gi("demio-ui-alert__action-buttons",ic)},lS.createElement(Ys,{asChild:!0},lS.createElement(zS,{onClick:a,variant:"outline"},r)),lS.createElement(qs,{asChild:!0},lS.createElement(zS,{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 iS.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===lc&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function L(e){const t=iS.forwardRef((e,t)=>{let{children:n,...o}=e;if(k(n)&&"function"==typeof sc&&(n=sc(n._payload)),iS.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!==iS.Fragment&&(r.ref=t?i(t,e):e),iS.cloneElement(n,r)}return iS.Children.count(n)>1?iS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function z(e){return iS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===cc}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 fc||(fc=1,t=mc,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},pc.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l),pc}function H(){return hc||(hc=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=mc,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};gc.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())}()),gc}function W(){return vc||(vc=1,"production"===process.env.NODE_ENV?dc.exports=F():dc.exports=H()),dc.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=bc.useSyncExternalStore(X,()=>!0,()=>!1),r=iS.useRef(null),a=o?(r.current||(r.current=new window.Image),r.current):null,[i,l]=iS.useState(()=>j(a,e));return hi(()=>{l(j(a,e))},[a,e]),hi(()=>{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 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 _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 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 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 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 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 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 _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 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 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 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 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(){return sn=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},sn.apply(null,arguments)}function cn(){return cn=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},cn.apply(null,arguments)}function un(){return un=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},un.apply(null,arguments)}function dn(){return dn=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},dn.apply(null,arguments)}function pn(){return pn=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},pn.apply(null,arguments)}function mn(){return mn=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},mn.apply(null,arguments)}function fn(){return fn=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},fn.apply(null,arguments)}function gn(){return gn=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},gn.apply(null,arguments)}function hn(){return hn=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},hn.apply(null,arguments)}function vn(){return vn=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},vn.apply(null,arguments)}function bn(){return bn=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},bn.apply(null,arguments)}function wn(){return wn=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},wn.apply(null,arguments)}function yn(){return yn=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},yn.apply(null,arguments)}function In(){return In=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},In.apply(null,arguments)}function Cn(e){const t=iS.useRef({value:e,previous:e});return iS.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function xn(e){const[t,n]=iS.useState(void 0);return hi(()=>{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 An(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:xg}),[g,h]=iS.useState(null),[v,b]=iS.useState(null),w=iS.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:!_n(r)&&r,isFormControl:y,bubbleInput:v,setBubbleInput:b};return CS(US,{scope:t,...I,children:En(p)?p(I):o})}function En(e){return"function"==typeof e}function _n(e){return"indeterminate"===e}function On(e){return _n(e)?"indeterminate":e?"checked":"unchecked"}function Sn(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===Pg&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Rn(e){const t=iS.forwardRef((e,t)=>{let{children:n,...o}=e;if(Sn(n)&&"function"==typeof Ng&&(n=Ng(n._payload)),iS.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!==iS.Fragment&&(r.ref=t?i(t,e):e),iS.cloneElement(n,r)}return iS.Children.count(n)>1?iS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function Mn(e){return iS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Bg}function Pn({htmlFor:e,children:t,className:n="",weight:o="regular"}){return lS.createElement(Dg,{htmlFor:e,className:gi("demio-ui-label",kg,[KS(o)],{[n]:!!n})},t)}function Nn({className:e="",children:t,testid:n="",type:o="hint"}){return lS.createElement("div",{className:gi("demio-ui-input-hint",Xg,{[jg]:"error"===o,[e]:!!e}),"data-html":o,"data-testid":n},t)}function Bn(){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 Kg?Qg:(Kg=1,t=!1,Qg=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 Tn(){var e,t;return eh?$g:(eh=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},$g=t)}function Vn(){var e,t;return nh?th:(nh=1,(e=Tn()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),th=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 Gn(){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 rh?oh:(rh=1,t=Bn(),n=Vn(),o=10,r=40,a=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},oh=e)}function Dn(){return ih?ah:(ih=1,ah=Gn())}function kn(e,t,n,o,r){void 0===r&&(r=0);var a=jn(t.width,t.height,r),i=a.width,l=a.height;return{x:Ln(e.x,i,n.width,o),y:Ln(e.y,l,n.height,o)}}function Ln(e,t,n,o){var r=Math.abs(t*o/2-n/2);return Zn(e,-r,r)}function zn(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function Fn(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function Hn(e,t){return Math.min(e,Math.max(0,t))}function Wn(e,t){return t}function Xn(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function jn(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 Zn(e,t,n){return Math.min(Math.max(e,t),n)}function qn(){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 Yn(e,[t,n]){return Math.min(n,Math.max(t,e))}function Jn(e){const t=iS.useContext(mh);return e||t||"ltr"}function Un(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=lS.useRef(null),r=lS.useRef(new Map).current;return CS(a,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const c=e+"CollectionSlot",u=d(c),p=lS.forwardRef((e,t)=>{const{scope:n,children:o}=e,r=l(t,i(c,n).collectionRef);return CS(u,{ref:r,children:o})});p.displayName=c;const m=e+"CollectionItemSlot",f="data-radix-collection-item",g=d(m),h=lS.forwardRef((e,t)=>{const{scope:n,children:o,...r}=e,a=lS.useRef(null),s=l(t,a),c=i(m,n);return lS.useEffect(()=>(c.itemMap.set(a,{ref:a,...r}),()=>{c.itemMap.delete(a)})),CS(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 lS.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 Qn(e,t,n){return Yn(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 $n({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 lS.createElement(hs,{open:a,onOpenChange:e=>{s&&r&&r(e)},"data-testid":"modal-overlay"},lS.createElement(bs,{container:c||void 0},lS.createElement(ws,{"data-testid":"modal-overlay",className:gi(lv,{[i]:!!i,[cv]:!l&&!n},"demio-ui-modal-overlay")},lS.createElement(ys,{...u,className:gi(mv,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},lS.createElement("div",{className:gi(sv,"demio-ui-modal-header"),"data-html":"header"},lS.createElement(Is,{className:gi(dv,{[pv]:!n},"demio-ui-modal-title"),"data-html":"title"},l),n&&lS.createElement(xs,{className:gi(uv,"demio-ui-modal-close-button"),onClick:()=>{r(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},lS.createElement(Ks,null))),lS.createElement("div",{className:gi(fv,"demio-ui-modal-children"),"data-html":"content"},e)))))}function eo(e,t,n){return zR(e,LR(t,n))}function to(e,t){return"function"==typeof e?e(t):e}function no(e){return e.split("-")[0]}function oo(e){return e.split("-")[1]}function ro(e){return"x"===e?"y":"x"}function ao(e){return"y"===e?"height":"width"}function io(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function lo(e){return ro(io(e))}function so(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function co(e,t,n,o){const r=oo(e);let a=function(e,t,n){switch(e){case"top":case"bottom":return n?t?ZR:jR:t?jR:ZR;case"left":case"right":return t?qR:YR;default:return[]}}(no(e),"start"===n,o);return r&&(a=a.map(e=>e+"-"+r),t&&(a=a.concat(a.map(so)))),a}function uo(e){const t=no(e);return XR[t]+e.slice(t.length)}function po(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 mo(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 fo(e,t,n){let{reference:o,floating:r}=e;const a=io(t),i=lo(t),l=ao(i),s=no(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(oo(t)){case"start":m[i]-=p*(n&&c?-1:1);break;case"end":m[i]+=p*(n&&c?-1:1)}return m}async function go(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}=to(t,e),f=po(m),g=l[p?"floating"===d?"reference":"floating":d],h=mo(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=mo(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 ho(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function vo(e){return kR.some(t=>e[t]>=0)}function bo(){return"undefined"!=typeof window}function wo(e){return Co(e)?(e.nodeName||"").toLowerCase():"#document"}function yo(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Io(e){var t;return null==(t=(Co(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Co(e){return!!bo()&&(e instanceof Node||e instanceof yo(e).Node)}function xo(e){return!!bo()&&(e instanceof Element||e instanceof yo(e).Element)}function Ao(e){return!!bo()&&(e instanceof HTMLElement||e instanceof yo(e).HTMLElement)}function Eo(e){return!(!bo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof yo(e).ShadowRoot)}function _o(e){const{overflow:t,overflowX:n,overflowY:o,display:r}=No(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&"inline"!==r&&"contents"!==r}function Oo(e){return/^(table|td|th)$/.test(wo(e))}function So(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}function Ro(e){const t=xo(e)?No(e):e;return KR(t.transform)||KR(t.translate)||KR(t.scale)||KR(t.rotate)||KR(t.perspective)||!Mo()&&(KR(t.backdropFilter)||KR(t.filter))||UR.test(t.willChange||"")||QR.test(t.contain||"")}function Mo(){return null==$R&&($R="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),$R}function Po(e){return/^(html|body|#document)$/.test(wo(e))}function No(e){return yo(e).getComputedStyle(e)}function Bo(e){return xo(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function To(e){if("html"===wo(e))return e;const t=e.assignedSlot||e.parentNode||Eo(e)&&e.host||Io(e);return Eo(t)?t.host:t}function Vo(e){const t=To(e);return Po(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ao(t)&&_o(t)?t:Vo(t)}function Go(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const r=Vo(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),i=yo(r);if(a){const e=Do(i);return t.concat(i,i.visualViewport||[],_o(r)?r:[],e&&n?Go(e):[])}return t.concat(r,Go(r,[],n))}function Do(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ko(e){const t=No(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=Ao(e),a=r?e.offsetWidth:n,i=r?e.offsetHeight:o,l=FR(n)!==a||FR(o)!==i;return l&&(n=a,o=i),{width:n,height:o,$:l}}function Lo(e){return xo(e)?e:e.contextElement}function zo(e){const t=Lo(e);if(!Ao(t))return WR(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:a}=ko(t);let i=(a?FR(n.width):n.width)/o,l=(a?FR(n.height):n.height)/r;return i&&Number.isFinite(i)||(i=1),l&&Number.isFinite(l)||(l=1),{x:i,y:l}}function Fo(e){const t=yo(e);return Mo()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:eM}function Ho(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=e.getBoundingClientRect(),a=Lo(e);let i=WR(1);t&&(o?xo(o)&&(i=zo(o)):i=zo(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==yo(e))&&t}(a,n,o)?Fo(a):WR(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=yo(a),t=o&&xo(o)?yo(o):o;let n=e,r=Do(n);for(;r&&o&&t!==n;){const e=zo(r),t=r.getBoundingClientRect(),o=No(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=yo(r),r=Do(n)}}return mo({width:u,height:d,x:s,y:c})}function Wo(e,t){const n=Bo(e).scrollLeft;return t?t.left+n:Ho(Io(e)).left+n}function Xo(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Wo(e,n),y:n.top+t.scrollTop}}function jo(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=yo(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=Mo();(!e||e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}const c=Wo(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=Bo(e),o=e.ownerDocument.body,r=zR(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=zR(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let i=-n.scrollLeft+Wo(e);const l=-n.scrollTop;return"rtl"===No(o).direction&&(i+=zR(t.clientWidth,o.clientWidth)-r),{width:r,height:a,x:i,y:l}}(Io(e));else if(xo(t))o=function(e,t){const n=Ho(e,!0,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft,a=Ao(e)?zo(e):WR(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=Fo(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return mo(o)}function Zo(e,t){const n=To(e);return!(n===t||!xo(n)||Po(n))&&("fixed"===No(n).position||Zo(n,t))}function qo(e,t,n){function o(){c.x=Wo(a)}const r=Ao(t),a=Io(t),i="fixed"===n,l=Ho(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const c=WR(0);if(r||!r&&!i)if(("body"!==wo(t)||_o(a))&&(s=Bo(t)),r){const e=Ho(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?WR(0):Xo(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 Yo(e){return"static"===No(e).position}function Jo(e,t){if(!Ao(e)||"fixed"===No(e).position)return null;if(t)return t(e);let n=e.offsetParent;return Io(e)===n&&(n=n.ownerDocument.body),n}function Uo(e,t){const n=yo(e);if(So(e))return n;if(!Ao(e)){let t=To(e);for(;t&&!Po(t);){if(xo(t)&&!Yo(t))return t;t=To(t)}return n}let o=Jo(e,t);for(;o&&Oo(o)&&Yo(o);)o=Jo(o,t);return o&&Po(o)&&Yo(o)&&!Ro(o)?n:o||function(e){let t=To(e);for(;Ao(t)&&!Po(t);){if(Ro(t))return t;if(So(t))return null;t=To(t)}return null}(e)||n}function Qo(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=Lo(e),u=r||a?[...c?Go(c):[],...t?Go(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||Qo(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:-HR(p)+"px "+-HR(a.clientWidth-(d+m))+"px "+-HR(a.clientHeight-(p+f))+"px "+-HR(d)+"px",threshold:zR(0,LR(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?Ho(e):null;return s&&function t(){const o=Ho(e);g&&!Qo(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 $o(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(!$o(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)&&!$o(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function er(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function tr(e,t){const n=er(e);return Math.round(t*n)/n}function nr(e){const t=iS.useRef(e);return vv(()=>{t.current=e}),t}function or(e){return null!==e}function rr(e){const[t,n="center"]=e.split("-");return[t,n]}function ar(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 ir(e){return e?"open":"closed"}function lr(e){return"indeterminate"===e}function sr(e){return lr(e)?"indeterminate":e?"checked":"unchecked"}function cr(e){return t=>"mouse"===t.pointerType?e(t):void 0}function ur({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:r}){return lS.createElement("div",{className:gi("demio-ui-form-group",Dw.formGroup,r,{[Dw.horizontal]:"horizontal"===t,[Dw.vertical]:"vertical"===t,[Dw[n]]:!!n,[Dw[`${o}AlignItems`]]:!!o})},e)}function dr(e){return dr="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},dr(e)}function pr(e){var t=function(e,t){var n,o;if("object"!=dr(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=dr(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"==dr(t)?t:t+""}function mr(e,t,n){return(t=pr(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fr(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 gr(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?fr(Object(n),!0).forEach(function(t){mr(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):fr(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function hr(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 vr(e,t){if(e){if("string"==typeof e)return hr(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)?hr(e,t):void 0}}function br(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)||vr(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 wr(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 yr(){return yr=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},yr.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,pr(o.key),o)}function Cr(e,t){return Cr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Cr(e,t)}function xr(e){return xr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},xr(e)}function Ar(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ar=function(){return!!e})()}function Er(e,t){if(t&&("object"==dr(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 _r(e){return function(e){if(Array.isArray(e))return hr(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||vr(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 Or(e){return e.trim()}function Sr(e,t,n){return e.replace(t,n)}function Rr(e,t){return e.indexOf(t)}function Mr(e,t){return 0|e.charCodeAt(t)}function Pr(e,t,n){return e.slice(t,n)}function Nr(e){return e.length}function Br(e){return e.length}function Tr(e,t){return t.push(e),e}function Vr(e,t,n,o,r,a,i){return{value:e,root:t,parent:n,type:o,props:r,children:a,line:hy,column:vy,length:i,return:""}}function Gr(e,t){return gy(Vr("",null,null,"",null,null,0),e,{length:-e.length},t)}function Dr(){return yy=wy>0?Mr(Iy,--wy):0,vy--,10===yy&&(vy=1,hy--),yy}function kr(){return yy=wy<by?Mr(Iy,wy++):0,vy++,10===yy&&(vy=1,hy++),yy}function Lr(){return Mr(Iy,wy)}function zr(){return wy}function Fr(e,t){return Pr(Iy,e,t)}function Hr(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 Wr(e){return hy=vy=1,by=Nr(Iy=e),wy=0,[]}function Xr(e){return Iy="",e}function jr(e){return Or(Fr(wy-1,Yr(91===e?e+2:40===e?e+1:e)))}function Zr(e){for(;(yy=Lr())&&yy<33;)kr();return Hr(e)>2||Hr(yy)>3?"":" "}function qr(e,t){for(;--t&&kr()&&!(yy<48||yy>102||yy>57&&yy<65||yy>70&&yy<97););return Fr(e,zr()+(t<6&&32==Lr()&&32==kr()))}function Yr(e){for(;kr();)switch(yy){case e:return wy;case 34:case 39:34!==e&&39!==e&&Yr(yy);break;case 40:41===e&&Yr(e);break;case 92:kr()}return wy}function Jr(e,t){for(;kr()&&e+yy!==57&&(e+yy!==84||47!==Lr()););return"/*"+Fr(t,wy-1)+"*"+fy(47===e?e:kr())}function Ur(e){for(;!Hr(Lr());)kr();return Fr(e,wy)}function Qr(e){return Xr(Kr("",null,null,null,[""],e=Wr(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=kr()){case 40:if(108!=f&&58==Mr(x,d-1)){-1!=Rr(x+=Sr(jr(b),"&","&\f"),"&\f")&&(v=-1);break}case 34:case 39:case 91:x+=jr(b);break;case 9:case 10:case 13:case 32:x+=Zr(f);break;case 92:x+=qr(zr()-1,7);continue;case 47:switch(Lr()){case 42:case 47:Tr(ea(Jr(kr(),zr()),t,n),s);break;default:x+="/"}break;case 123*g:l[c++]=Nr(x)*v;case 125*g:case 59:case 0:switch(b){case 0:case 125:h=0;case 59+u:-1==v&&(x=Sr(x,/\f/g,"")),m>0&&Nr(x)-d&&Tr(m>32?ta(x+";",o,n,d-1):ta(Sr(x," ","")+";",o,n,d-2),s);break;case 59:x+=";";default:if(Tr(C=$r(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===Mr(x,3)?100:p){case 100:case 108:case 109:case 115:Kr(e,C,C,o&&Tr($r(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+Nr(x),m=f;default:if(g<1)if(123==b)--g;else if(125==b&&0==g++&&125==Dr())continue;switch(x+=fy(b),b*g){case 38:v=u>0?1:(x+="\f",-1);break;case 44:l[c++]=(Nr(x)-1)*v,v=1;break;case 64:45===Lr()&&(x+=jr(kr())),p=Lr(),u=d=Nr(w=x+=Ur(zr())),b++;break;case 45:45===f&&2==Nr(x)&&(g=0)}}return a}function $r(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=Br(b);for(d=0,p=0,m=0;d<o;++d)for(f=0,g=Pr(e,v+1,v=my(p=i[d])),h=e;f<w;++f)(h=Or(p>0?b[f]+" "+g:Sr(g,/&\f/g,b[f])))&&(s[m++]=h);return Vr(e,t,n,0===r?sy:l,s,c,u)}function ea(e,t,n){return Vr(e,t,n,ly,fy(yy),Pr(e,2,-2),0)}function ta(e,t,n,o){return Vr(e,t,n,cy,Pr(e,0,o),Pr(e,o+1,-1),o)}function na(e,t){var n,o="",r=Br(e);for(n=0;n<r;n++)o+=t(e[n],n,e,t)||"";return o}function oa(e,t,n,o){switch(e.type){case py:if(e.children.length)break;case uy:case cy:return e.return=e.return||e.value;case ly:return"";case dy:return e.return=e.value+"{"+na(e.children,o)+"}";case sy:e.value=e.props.join(",")}return Nr(n=na(e.children,o))?e.return=e.value+"{"+n+"}":""}function ra(e){var t=Br(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 aa(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function ia(e,t){switch(function(e,t){return 45^Mr(e,0)?(((t<<2^Mr(e,0))<<2^Mr(e,1))<<2^Mr(e,2))<<2^Mr(e,3):0}(e,t)){case 5103:return iy+"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 iy+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return iy+e+ay+e+ry+e+e;case 6828:case 4268:return iy+e+ry+e+e;case 6165:return iy+e+ry+"flex-"+e+e;case 5187:return iy+e+Sr(e,/(\w+).+(:[^]+)/,iy+"box-$1$2"+ry+"flex-$1$2")+e;case 5443:return iy+e+ry+"flex-item-"+Sr(e,/flex-|-self/,"")+e;case 4675:return iy+e+ry+"flex-line-pack"+Sr(e,/align-content|flex-|-self/,"")+e;case 5548:return iy+e+ry+Sr(e,"shrink","negative")+e;case 5292:return iy+e+ry+Sr(e,"basis","preferred-size")+e;case 6060:return iy+"box-"+Sr(e,"-grow","")+iy+e+ry+Sr(e,"grow","positive")+e;case 4554:return iy+Sr(e,/([^-])(transform)/g,"$1"+iy+"$2")+e;case 6187:return Sr(Sr(Sr(e,/(zoom-|grab)/,iy+"$1"),/(image-set)/,iy+"$1"),e,"")+e;case 5495:case 3959:return Sr(e,/(image-set\([^]*)/,iy+"$1$`$1");case 4968:return Sr(Sr(e,/(.+:)(flex-)?(.*)/,iy+"box-pack:$3"+ry+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+iy+e+e;case 4095:case 3583:case 4068:case 2532:return Sr(e,/(.+)-inline(.+)/,iy+"$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(Nr(e)-1-t>6)switch(Mr(e,t+1)){case 109:if(45!==Mr(e,t+4))break;case 102:return Sr(e,/(.+:)(.+)-([^]+)/,"$1"+iy+"$2-$3$1"+ay+(108==Mr(e,t+3)?"$3":"$2-$3"))+e;case 115:return~Rr(e,"stretch")?ia(Sr(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==Mr(e,t+1))break;case 6444:switch(Mr(e,Nr(e)-3-(~Rr(e,"!important")&&10))){case 107:return Sr(e,":",":"+iy)+e;case 101:return Sr(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+iy+(45===Mr(e,14)?"inline-":"")+"box$3$1"+iy+"$2$3$1"+ry+"$2box$3")+e}break;case 5936:switch(Mr(e,t+11)){case 114:return iy+e+ry+Sr(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return iy+e+ry+Sr(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return iy+e+ry+Sr(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return iy+e+ry+e+e}return e}function la(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 jy={name:r.name,styles:r.styles,next:jy},r.name;if(void 0!==(a=n).styles){if(void 0!==(i=a.next))for(;void 0!==i;)jy={name:i.name,styles:i.styles,next:jy},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+=la(e,t,n[o])+";";else for(r in n)if("object"!=typeof(a=n[r]))Fy(i=a)&&(c+=Hy(r)+":"+Wy(r,i)+";");else if(Array.isArray(a)&&"string"==typeof a[0]&&null==t)for(l=0;l<a.length;l++)Fy(a[l])&&(c+=Hy(r)+":"+Wy(r,a[l])+";");else switch(s=la(e,t,a),r){case"animation":case"animationName":c+=Hy(r)+":"+s+";";break;default:c+=r+"{"+s+"}"}return c}(e,t,n);case"function":if(void 0!==e)return l=jy,s=n(e),jy=l,la(e,t,s)}return n}function sa(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="",jy=void 0,null==(a=e[0])||void 0===a.raw?(o=!1,r+=la(n,t,a)):r+=a[0],i=1;i<e.length;i++)r+=la(n,t,e[i]),o&&(r+=a[i]);for(Xy.lastIndex=0,l="";null!==(s=Xy.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:jy}}function ca(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return sa(t)}function ua(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function da(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(ua(e,i)));return a.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function pa(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function ma(e){return pa(e)?window.pageYOffset:e.scrollTop}function fa(e,t){pa(e)?window.scrollTo(0,t):e.scrollTop=t}function ga(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:uI,r=ma(e),a=t-r,i=10,l=0;!function t(){var s,c=a*((s=(s=l+=i)/n-1)*s*s+1)+r;fa(e,c),l<n?window.requestAnimationFrame(t):o(e)}()}function ha(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=t.offsetHeight/3;o.bottom+r>n.bottom?fa(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):o.top-r<n.top&&fa(e,Math.max(t.offsetTop-r,0))}function va(){try{return document.createEvent("TouchEvent"),!0}catch(mP){return!1}}function ba(e){return null!=e}function wa(e,t,n){return e?t:n}function ya(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=e.placement,_=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:pa(I=R)?window.innerHeight:I.clientHeight,s=ma(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,E){case"auto":case"bottom":if(p>=r)return{placement:"bottom",maxHeight:C};if(f>=r&&!O)return _&&ga(R,g,v),{placement:"bottom",maxHeight:C};if(!O&&f>=A||O&&p>=A)return _&&ga(R,g,v),{placement:"bottom",maxHeight:O?p-c:f-c};if("auto"===E||O)return b=C,(w=O?d:m)>=A&&(b=Math.min(w-c-S,C)),{placement:"top",maxHeight:b};if("bottom"===E)return _&&fa(R,g),{placement:"bottom",maxHeight:C};break;case"top":return d>=r?{placement:"top",maxHeight:C}:m>=r&&!O?(_&&ga(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),_&&ga(R,h,v),{placement:"top",maxHeight:y}):{placement:"bottom",maxHeight:C};default:throw new Error('Invalid placement provided "'.concat(E,'".'))}return M}function Ia(e,t){return e===t||!(!RC(e)||!RC(t))}function Ca(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!Ia(e[n],t[n]))return!1;return!0}function xa(e){var t=e.innerRef,n=wr(e,ZC),o=bI(n,"onExited","in","enter","exit","appear");return iI("input",yr({ref:t},o,{css:ca({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 Aa(e){e.cancelable&&e.preventDefault()}function Ea(e){e.stopPropagation()}function _a(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Oa(){return"ontouchstart"in window||navigator.maxTouchPoints}function Sa(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=dS(!1),l=dS(!1),s=dS(0),c=dS(null),u=pS(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&&qC(e))},[n,o,r,a]),d=pS(function(e){u(e,e.deltaY)},[u]),p=pS(function(e){s.current=e.changedTouches[0].clientY},[]),m=pS(function(e){var t=s.current-e.changedTouches[0].clientY;u(e,t)},[u]),f=pS(function(e){if(e){var t=!!vI&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),g=pS(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return mS(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=dS({}),a=dS(null),i=pS(function(e){var t,n,a,i,l;UC&&(t=document.body,n=t&&t.style,o&&YC.forEach(function(e){var t=n&&n[e];r.current[e]=t}),o&&QC<1&&(a=parseInt(r.current.paddingRight,10)||0,i=document.body?document.body.clientWidth:0,l=window.innerWidth-i+a||0,Object.keys(JC).forEach(function(e){var t=JC[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(l,"px"))),t&&Oa()&&(t.addEventListener("touchmove",Aa,KC),e&&(e.addEventListener("touchstart",_a,KC),e.addEventListener("touchmove",Ea,KC))),QC+=1)},[o]),l=pS(function(e){var t,n;UC&&(t=document.body,n=t&&t.style,QC=Math.max(QC-1,0),o&&QC<1&&YC.forEach(function(e){var t=r.current[e];n&&(n[e]=t)}),t&&Oa()&&(t.removeEventListener("touchmove",Aa,KC),e&&(e.removeEventListener("touchstart",_a,KC),e.removeEventListener("touchmove",Ea,KC))))},[o]);return mS(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 iI(wS,null,n&&iI("div",{onClick:$C,css:ex}),t(d))}function Ra(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 Ma(){return Ra(/^Mac/i)}function Pa(){return Ra(/^iPhone/i)||Ra(/^iPad/i)||Ma()&&navigator.maxTouchPoints>1}function Na(e,t,n,o){var r=Da(e,t,n),a=ka(e,t,n),i=mx(e,t),l=fx(e,t);return{type:"option",data:t,isDisabled:r,isSelected:a,label:i,value:l,index:o}}function Ba(e,t){return e.options.map(function(n,o){var r,a;return"options"in n?(r=n.options.map(function(n,o){return Na(e,n,t,o)}).filter(function(t){return Ga(e,t)}),r.length>0?{type:"group",data:n,options:r,index:o}:void 0):(a=Na(e,n,t,o),Ga(e,a)?a:void 0)}).filter(ba)}function Ta(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,_r(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function Va(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,_r(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 Ga(e,t){var n=e.inputValue,o=void 0===n?"":n,r=t.data,a=t.isSelected,i=t.label,l=t.value;return(!gx(e)||!a)&&La(e,{label:i,value:l,data:r},o)}function Da(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function ka(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=fx(e,t);return n.some(function(t){return fx(e,t)===o})}function La(e,t,n){return!e.filterOption||e.filterOption(t,n)}function za(e){return e?"open":"closed"}function Fa(...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 iS.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function Ha(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===PA&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Wa(e){const t=iS.forwardRef((e,t)=>{let{children:n,...o}=e;if(Ha(n)&&"function"==typeof NA&&(n=NA(n._payload)),iS.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!==iS.Fragment&&(r.ref=t?i(t,e):e),iS.cloneElement(n,r)}return iS.Children.count(n)>1?iS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function Xa(e){return iS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===BA}function ja(e,t){return`${Math.round(e/t*100)}%`}function Za(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function qa(e){return"number"==typeof e}function Ya(e){return qa(e)&&!isNaN(e)&&e>0}function Ja(e,t){return qa(e)&&!isNaN(e)&&e<=t&&e>=0}function Ua({max:e=100,progress:t=0,className:n="",...o}){const r=t>e?"100%":t/e*100+"%";return lS.createElement(zA,{className:gi("demio-ui-progress",HA,{className:!!n}),value:t>e?e:t,max:e,...o},lS.createElement(FA,{className:WA,style:{width:r}}))}function Qa(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 lS.createElement(aE,{...u,...c,className:gi("demio-ui-radio-group",sE.root,{[sE.error]:!!t,[s]:!!s}),defaultValue:n,"aria-label":o},e.map(e=>lS.createElement("div",{key:e.id,className:gi(sE.container,{[sE.disabled]:e.disabled||i})},lS.createElement(iE,{className:sE.item,value:e.value,disabled:e.disabled||i,id:e.id},lS.createElement(lE,{className:sE.indicator})),lS.createElement(Pn,{className:sE.label,htmlFor:e.id,weight:"regular"},e.label))),lS.createElement("div",{className:sE.footer},t&&lS.createElement(Nn,{type:"error"},t),r&&!t&&lS.createElement(Nn,null,r)))}function $a(e){return""===e||void 0===e}function ei(e){const t=h(e),n=iS.useRef(""),o=iS.useRef(0),r=iS.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=iS.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return iS.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,r,a]}function ti(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 ni(e){return e?"checked":"unchecked"}function oi({className:e="",id:t="",disabled:n=!1,required:o=!1,name:r,...a}){return lS.createElement(b_,{className:gi(y_,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:r,id:t||r,...a},lS.createElement(w_,{className:I_}))}function ri(e,t){return`${e}-trigger-${t}`}function ai(e,t){return`${e}-content-${t}`}function ii({children:e,className:t="",...n}){return lS.createElement(P_,{...n,className:gi(V_,"demio-ui-tabs",{[t]:t})},e)}function li({children:e,className:t=""}){return lS.createElement(N_,{className:gi(G_,"demio-ui-tabs-list",{[t]:t})},e)}function si({children:e,className:t="",...n}){return lS.createElement(B_,{...n,className:gi(D_,{[t]:t})},e)}function ci({children:e,value:t,className:n=""}){return lS.createElement(T_,{value:t,className:gi(k_,"demio-ui-tabs-tab",{[n]:n})},e)}function ui({children:e,onDelete:t=null,className:n=""}){return lS.createElement("div",{className:gi(L_,"demio-ui-tag-container",n)},e,Boolean(t)&&lS.createElement("button",{type:"button",onClick:t,className:gi(z_,"demio-ui-tag-delete-button")},lS.createElement(Ks,null)))}function di({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:a,content:i,defaultOpen:l=!1,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]=sS(l),y=p??b,I=lS.createElement(AO,{sideOffset:g,alignOffset:t,side:f,align:e,collisionBoundary:r,...v,className:gi(_O,"demio-ui-tooltip",{[o]:o})},i,lS.createElement(EO,{className:SO,width:11,height:5}));return i?lS.createElement(yO,{skipDelayDuration:h,delayDuration:s},lS.createElement(IO,{defaultOpen:l,onOpenChange:e=>{m&&m(e),w(e)},open:y},lS.createElement(CO,{asChild:c||d},c?lS.createElement("div",{className:gi("demio-ui-tooltip-trigger",OO)},n):n),u?lS.createElement(xO,{container:a},I):I)):n}function pi({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?lS.createElement(_P,{content:i,contentProps:{side:l,align:e,sideOffset:s,alignOffset:t,collisionBoundary:r},...c,showArrow:!0,asChild:!0,container:a,contentClassName:gi(_O,o,"demio-ui-tooltip")},n):lS.createElement(di,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:r,container:a,content:i,side:l,sideOffset:s,...c})}var mi,fi,gi,hi,vi,bi,wi,yi,Ii,Ci,xi,Ai,Ei,_i,Oi,Si,Ri,Mi,Pi,Ni,Bi,Ti,Vi,Gi,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,El,_l,Ol,Sl,Rl,Ml,Pl,Nl,Bl,Tl,Vl,Gl,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,Es,_s,Os,Ss,Rs,Ms,Ps,Ns,Bs,Ts,Vs,Gs,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,Ec,_c,Oc,Sc,Rc,Mc,Pc,Nc,Bc,Tc,Vc,Gc,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,Eu,_u,Ou,Su,Ru,Mu,Pu,Nu,Bu,Tu,Vu,Gu,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,Ed,_d,Od,Sd,Rd,Md,Pd,Nd,Bd,Td,Vd,Gd,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,Ep,_p,Op,Sp,Rp,Mp,Pp,Np,Bp,Tp,Vp,Gp,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,Em,_m,Om,Sm,Rm,Mm,Pm,Nm,Bm,Tm,Vm,Gm,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,Ef,_f,Of,Sf,Rf,Mf,Pf,Nf,Bf,Tf,Vf,Gf,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,Eg,_g,Og,Sg,Rg,Mg,Pg,Ng,Bg,Tg,Vg,Gg,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,Eh,_h,Oh,Sh,Rh,Mh,Ph,Nh,Bh,Th,Vh,Gh,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,Ev,_v,Ov,Sv,Rv,Mv,Pv,Nv,Bv,Tv,Vv,Gv,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,Eb,_b,Ob,Sb,Rb,Mb,Pb,Nb,Bb,Tb,Vb,Gb,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,Ew,_w,Ow,Sw,Rw,Mw,Pw,Nw,Bw,Tw,Vw,Gw,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,Ey,_y,Oy,Sy,Ry,My,Py,Ny,By,Ty,Vy,Gy,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,EI,_I,OI,SI,RI,MI,PI,NI,BI,TI,VI,GI,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,EC,_C,OC,SC,RC,MC,PC,NC,BC,TC,VC,GC,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,Ex,_x,Ox,Sx,Rx,Mx,Px,Nx,Bx,Tx,Vx,Gx,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,EA,_A,OA,SA,RA,MA,PA,NA,BA,TA,VA,GA,DA,kA,LA,zA,FA,HA,WA,XA,jA,ZA,qA,YA,JA,UA,QA,KA,$A,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,EE,_E,OE,SE,RE,ME,PE,NE,BE,TE,VE,GE,DE,kE,LE,zE,FE,HE,WE,XE,jE,ZE,qE,YE,JE,UE,QE,KE,$E,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_,T_,V_,G_,D_,k_,L_,z_,F_,H_,W_,X_,j_,Z_,q_,Y_,J_,U_,Q_,K_,$_,eO,tO,nO,oO,rO,aO,iO,lO,sO,cO,uO,dO,pO,mO,fO,gO,hO,vO,bO,wO,yO,IO,CO,xO,AO,EO,_O,OO,SO,RO,MO,PO,NO,BO,TO,VO,GO,DO,kO,LO,zO,FO,HO,WO,XO,jO,ZO,qO,YO,JO,UO,QO,KO,$O,eS,tS,nS,oS,rS,aS;import*as iS from"react";import lS,{useState as sS,forwardRef as cS,memo as uS,useRef as dS,useCallback as pS,useEffect as mS,useLayoutEffect as fS,useContext as gS,useMemo as hS,createContext as vS,Component as bS,Fragment as wS,useId as yS,useImperativeHandle as IS}from"react";import{jsx as CS,Fragment as xS,jsxs as AS}from"react/jsx-runtime";import*as ES from"react-dom";import _S,{createPortal as OS}from"react-dom";import{createRoot as SS}from"react-dom/client";if(mi={exports:{}},gi=e(n()),hi=globalThis?.document?iS.useLayoutEffect:()=>{},vi=iS[" useId ".trim().toString()]||(()=>{}),bi=0,wi=iS[" useInsertionEffect ".trim().toString()]||hi,yi=Symbol("radix.slottable"),Ii=["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=iS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),CS(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Ci="DismissableLayer",xi="dismissableLayer.update",Ai="dismissableLayer.pointerDownOutside",Ei="dismissableLayer.focusOutside",Oi=iS.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Si=iS.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:a,onInteractOutside:i,onDismiss:c,...u}=e,d=iS.useContext(Oi),[p,m]=iS.useState(null),f=p?.ownerDocument??globalThis?.document,[,g]=iS.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,E=x>=C,_=function(e,t=globalThis?.document){const n=h(e),o=iS.useRef(!1),r=iS.useRef(()=>{});return iS.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){b(Ai,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));E&&!n&&(r?.(e),i?.(e),e.defaultPrevented||c?.())},f),O=function(e,t=globalThis?.document){const n=h(e),o=iS.useRef(!1);return iS.useEffect(()=>{const e=e=>{e.target&&!o.current&&b(Ei,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);iS.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),iS.useEffect(()=>{if(p)return n&&(0===d.layersWithOutsidePointerEventsDisabled.size&&(_i=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=_i)}},[p,f,n,d]),iS.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),v())},[p,d]),iS.useEffect(()=>{const e=()=>g({});return document.addEventListener(xi,e),()=>document.removeEventListener(xi,e)},[]),CS(Ii.div,{...u,ref:w,style:{pointerEvents:A?E?"auto":"none":void 0,...e.style},onFocusCapture:s(e.onFocusCapture,O.onFocusCapture),onBlurCapture:s(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:s(e.onPointerDownCapture,_.onPointerDownCapture)})}),Si.displayName=Ci,Ri="DismissableLayerBranch",Mi=iS.forwardRef((e,t)=>{const n=iS.useContext(Oi),o=iS.useRef(null),r=l(t,o);return iS.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),CS(Ii.div,{...e,ref:r})}),Mi.displayName=Ri,Pi="focusScope.autoFocusOnMount",Ni="focusScope.autoFocusOnUnmount",Bi={bubbles:!1,cancelable:!0},Ti="FocusScope",Vi=iS.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:a,...i}=e,[s,c]=iS.useState(null),u=h(r),d=h(a),p=iS.useRef(null),m=l(t,e=>c(e)),f=iS.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;iS.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]),iS.useEffect(()=>{if(s){Gi.add(f);const t=document.activeElement;if(!s.contains(t)){const n=new CustomEvent(Pi,Bi);s.addEventListener(Pi,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(Pi,u),setTimeout(()=>{const e=new CustomEvent(Ni,Bi);s.addEventListener(Ni,d),s.dispatchEvent(e),e.defaultPrevented||C(t??document.body,{select:!0}),s.removeEventListener(Ni,d),Gi.remove(f)},0)}}var e},[s,u,d,f]);const g=iS.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 CS(Ii.div,{tabIndex:-1,...i,ref:m,onKeyDown:g})}),Vi.displayName=Ti,Gi=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()}}}(),Di="Portal",(ki=iS.forwardRef((e,t)=>{const{container:n,...o}=e,[r,a]=iS.useState(!1);hi(()=>a(!0),[]);const i=n||r&&globalThis?.document?.body;return i?_S.createPortal(CS(Ii.div,{...o,ref:t}),i):null})).displayName=Di,(Li=e=>{const{present:t,children:n}=e,o=A(t),r="function"==typeof n?n({present:o.isPresent}):iS.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?iS.cloneElement(r,{ref:a}):null}).displayName="Presence",zi=0,Fi=function(e,t){return Fi=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])},Fi(e,t)},Hi=function(){return Hi=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},Hi.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,Wi="right-scroll-bar-position",Xi="width-before-scroll-bar",ji="with-scroll-bars-hidden",Zi="--removed-body-scroll-bar-size",qi="undefined"!=typeof window?iS.useLayoutEffect:iS.useEffect,Yi=new WeakMap,(Ji=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 iS.createElement(t,Hi({},o))}).isSideCarExport=!0,Ui=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=Hi({async:!0,ssr:!1},e),t}(),Qi=function(){},Ki=iS.forwardRef(function(e,t){var n=iS.useRef(null),o=iS.useState({onScrollCapture:Qi,onWheelCapture:Qi,onTouchMoveCapture:Qi}),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=Hi(Hi({},y),r);return iS.createElement(iS.Fragment,null,u&&iS.createElement(I,{sideCar:Ui,removeScrollBar:c,shards:d,noRelative:m,noIsolation:f,inert:g,setCallbacks:a,allowPinchZoom:!!h,lockRef:n,gapMode:w}),i?iS.cloneElement(iS.Children.only(l),Hi(Hi({},x),{ref:C})):iS.createElement(b,Hi({},x,{className:s,ref:C}),l))}),Ki.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Ki.classNames={fullWidth:Xi,zeroRight:Wi},$i=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},el=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=$i())&&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)}}},tl=function(){var e=el();return function(t,n){iS.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},nl=function(){var e=tl(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},ol={left:0,top:0,right:0,gap:0},rl=function(e){return parseInt(e||"",10)||0},al=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[rl(n),rl(o),rl(r)]},il=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?ol:(t=al(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])})},ll=nl(),sl="data-scroll-locked",cl=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(ji," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(l,"px ").concat(o,";\n }\n body[").concat(sl,"] {\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(Wi," {\n right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Xi," {\n margin-right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Wi," .").concat(Wi," {\n right: 0 ").concat(o,";\n }\n \n .").concat(Xi," .").concat(Xi," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(sl,"] {\n ").concat(Zi,": ").concat(l,"px;\n }\n")},ul=function(){var e=parseInt(document.body.getAttribute(sl)||"0",10);return isFinite(e)?e:0},dl=function(){iS.useEffect(function(){return document.body.setAttribute(sl,(ul()+1).toString()),function(){var e=ul()-1;e<=0?document.body.removeAttribute(sl):document.body.setAttribute(sl,e.toString())}},[])},pl=function(e){var t,n=e.noRelative,o=e.noImportant,r=e.gapMode,a=void 0===r?"margin":r;return dl(),t=iS.useMemo(function(){return il(a)},[a]),iS.createElement(ll,{styles:cl(t,!n,a,o?"":"!important")})},ml=!1,"undefined"!=typeof window)try{fl=Object.defineProperty({},"passive",{get:function(){return ml=!0,!0}}),window.addEventListener("test",fl,fl),window.removeEventListener("test",fl,fl)}catch(AN){ml=!1}gl=!!ml&&{passive:!1},hl=function(e){return"TEXTAREA"===e.tagName},vl=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!hl(e)&&"visible"===n[t])},bl=function(e){return vl(e,"overflowY")},wl=function(e){return vl(e,"overflowX")},yl=function(e,t){var n,o=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),xl(e,r)&&(n=Al(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]},Cl=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},xl=function(e,t){return"v"===e?bl(t):wl(t)},Al=function(e,t){return"v"===e?Il(t):Cl(t)},El=function(e,t){return"h"===e&&"rtl"===t?-1:1},_l=function(e,t,n,o,r){var a,i,l,s,c=El(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=Al(e,d))[0],l=a[1]-a[2]-c*i,(i||l)&&xl(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},Ol=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Sl=function(e){return[e.deltaX,e.deltaY]},Rl=function(e){return e&&"current"in e?e.current:e},Ml=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Pl=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Nl=0,Bl=[],aS=function(e){var t,n,o,r,a,i,l,s,c=iS.useRef([]),u=iS.useRef([0,0]),d=iS.useRef(),p=iS.useState(Nl++)[0],m=iS.useState(nl)[0],f=iS.useRef(e);return iS.useEffect(function(){f.current=e},[e]),iS.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(Rl),!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=iS.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=Ol(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=yl(s,l))||(m?i=s:(i="v"===s?"h":"v",m=yl(s,l)),!!m&&(!d.current&&"changedTouches"in e&&(r||a)&&(d.current=i),!i||(g=d.current||i,_l(g,t,e,"h"===g?r:a))))))},[]),n=iS.useCallback(function(e){var n,o,r,a=e;Bl.length&&Bl[Bl.length-1]===m&&(n="deltaY"in a?Sl(a):Ol(a),(o=c.current.filter(function(e){return e.name===a.type&&(e.target===a.target||a.target===e.shadowParent)&&Ml(e.delta,n)})[0])&&o.should?a.cancelable&&a.preventDefault():o||(r=(f.current.shards||[]).map(Rl).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=iS.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=iS.useCallback(function(e){u.current=Ol(e),d.current=void 0},[]),a=iS.useCallback(function(n){o(n.type,Sl(n),n.target,t(n,e.lockRef.current))},[]),i=iS.useCallback(function(n){o(n.type,Ol(n),n.target,t(n,e.lockRef.current))},[]),iS.useEffect(function(){return Bl.push(m),e.setCallbacks({onScrollCapture:a,onWheelCapture:a,onTouchMoveCapture:i}),document.addEventListener("wheel",n,gl),document.addEventListener("touchmove",n,gl),document.addEventListener("touchstart",r,gl),function(){Bl=Bl.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,gl),document.removeEventListener("touchmove",n,gl),document.removeEventListener("touchstart",r,gl)}},[]),l=e.removeScrollBar,s=e.inert,iS.createElement(iS.Fragment,null,s?iS.createElement(m,{styles:Pl(p)}):null,l?iS.createElement(pl,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},Ui.useMedium(aS),Tl=Ji,(Vl=iS.forwardRef(function(e,t){return iS.createElement(Ki,Hi({},e,{ref:t,sideCar:Tl}))})).classNames=Ki.classNames,Gl=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},Dl=new WeakMap,kl=new WeakMap,Ll={},zl=0,Fl=function(e){return e&&(e.host||Fl(e.parentNode))},Hl=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=Fl(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)})},Wl=function(e,t,n,o){var r,a,i,l,s,c,u=Hl(t,Array.isArray(e)?e:[e]);return Ll[n]||(Ll[n]=new WeakMap),r=Ll[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=(Dl.get(e)||0)+1,u=(r.get(e)||0)+1,Dl.set(e,s),r.set(e,u),a.push(e),1===s&&l&&kl.set(e,!0),1===u&&e.setAttribute(n,"true"),l||e.setAttribute(o,"true")}catch(mP){console.error("aria-hidden: cannot operate on ",e,mP)}})},c(t),i.clear(),zl++,function(){a.forEach(function(e){var t=Dl.get(e)-1,a=r.get(e)-1;Dl.set(e,t),r.set(e,a),t||(kl.has(e)||e.removeAttribute(o),kl.delete(e)),a||e.removeAttribute(n)}),--zl||(Dl=new WeakMap,Dl=new WeakMap,kl=new WeakMap,Ll={})}},Xl=function(e,t,n){var o,r;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(r=Gl(e))?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live], script"))),Wl(o,r,n,"aria-hidden")):function(){return null}},jl="Dialog";var[RS,MS]=o(jl),[PS,NS]=RS(jl);(Zl=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!0}=e,l=iS.useRef(null),s=iS.useRef(null),[d,p]=u({prop:o,defaultProp:r??!1,onChange:a,caller:jl});return CS(PS,{scope:t,triggerRef:l,contentRef:s,contentId:c(),titleId:c(),descriptionId:c(),open:d,onOpenChange:p,onOpenToggle:iS.useCallback(()=>p(e=>!e),[p]),modal:i,children:n})}).displayName=jl,ql="DialogTrigger",(Yl=iS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=NS(ql,n),a=l(t,r.triggerRef);return CS(Ii.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=ql,Jl="DialogPortal";var[BS,TS]=RS(Jl,{forceMount:void 0});(Ul=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,a=NS(Jl,t);return CS(BS,{scope:t,forceMount:n,children:iS.Children.map(o,e=>CS(Li,{present:n||a.open,children:CS(ki,{asChild:!0,container:r,children:e})}))})}).displayName=Jl,Ql="DialogOverlay",(Kl=iS.forwardRef((e,t)=>{const n=TS(Ql,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=NS(Ql,e.__scopeDialog);return a.modal?CS(Li,{present:o||a.open,children:CS(es,{...r,ref:t})}):null})).displayName=Ql,$l=d("DialogOverlay.RemoveScroll"),es=iS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=NS(Ql,n);return CS(Vl,{as:$l,allowPinchZoom:!0,shards:[r.contentRef],children:CS(Ii.div,{"data-state":B(r.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),ts="DialogContent",(ns=iS.forwardRef((e,t)=>{const n=TS(ts,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=NS(ts,e.__scopeDialog);return CS(Li,{present:o||a.open,children:a.modal?CS(os,{...r,ref:t}):CS(rs,{...r,ref:t})})})).displayName=ts,os=iS.forwardRef((e,t)=>{const n=NS(ts,e.__scopeDialog),o=iS.useRef(null),r=l(t,n.contentRef,o);return iS.useEffect(()=>{const e=o.current;if(e)return Xl(e)},[]),CS(as,{...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())})}),rs=iS.forwardRef((e,t)=>{const n=NS(ts,e.__scopeDialog),o=iS.useRef(!1),r=iS.useRef(!1);return CS(as,{...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()}})}),as=iS.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:a,...i}=e,s=NS(ts,n),c=iS.useRef(null),u=l(t,c);return _(),AS(xS,{children:[CS(Vi,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:CS(Si,{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)})}),AS(xS,{children:[CS(ms,{titleId:s.titleId}),CS(gs,{contentRef:c,descriptionId:s.descriptionId})]})]})}),is="DialogTitle",(ls=iS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=NS(is,n);return CS(Ii.h2,{id:r.titleId,...o,ref:t})})).displayName=is,ss="DialogDescription",(cs=iS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=NS(ss,n);return CS(Ii.p,{id:r.descriptionId,...o,ref:t})})).displayName=ss,us="DialogClose",(ds=iS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=NS(us,n);return CS(Ii.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})})).displayName=us,ps="DialogTitleWarning";var[VS,GS]=function(e,t){const n=iS.createContext(t),o=e=>{const{children:t,...o}=e,r=iS.useMemo(()=>o,Object.values(o));return CS(n.Provider,{value:r,children:t})};return o.displayName=e+"Provider",[o,function(o){const r=iS.useContext(n);if(r)return r;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(ps,{contentName:ts,titleName:is,docsSlug:"dialog"});ms=({titleId:e})=>{const t=GS(ps),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 iS.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},fs="DialogDescriptionWarning",gs=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${GS(fs).contentName}}.`;return iS.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},hs=Zl,vs=Yl,bs=Ul,ws=Kl,ys=ns,Is=ls,Cs=cs,xs=ds,As="AlertDialog";var[DS]=o(As,[MS]);Es=MS(),(_s=e=>{const{__scopeAlertDialog:t,...n}=e,o=Es(t);return CS(hs,{...o,...n,modal:!0})}).displayName=As,Os="AlertDialogTrigger",iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=Es(n);return CS(vs,{...r,...o,ref:t})}).displayName=Os,(Ss=e=>{const{__scopeAlertDialog:t,...n}=e,o=Es(t);return CS(bs,{...o,...n})}).displayName="AlertDialogPortal",Rs="AlertDialogOverlay",(Ms=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=Es(n);return CS(ws,{...r,...o,ref:t})})).displayName=Rs,Ps="AlertDialogContent";var[kS,LS]=DS(Ps);Ns=m("AlertDialogContent"),(Bs=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...r}=e,a=Es(n),i=iS.useRef(null),c=l(t,i),u=iS.useRef(null);return CS(VS,{contentName:Ps,titleName:Ts,docsSlug:"alert-dialog",children:CS(kS,{scope:n,cancelRef:u,children:AS(ys,{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:[CS(Ns,{children:o}),CS(Hs,{contentRef:i})]})})})})).displayName=Ps,Ts="AlertDialogTitle",(Vs=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=Es(n);return CS(Is,{...r,...o,ref:t})})).displayName=Ts,Gs="AlertDialogDescription",(Ds=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=Es(n);return CS(Cs,{...r,...o,ref:t})})).displayName=Gs,ks="AlertDialogAction",(Ls=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=Es(n);return CS(xs,{...r,...o,ref:t})})).displayName=ks,zs="AlertDialogCancel",(Fs=iS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:r}=LS(zs,n),a=Es(n),i=l(t,r);return CS(xs,{...a,...o,ref:i})})).displayName=zs,Hs=({contentRef:e})=>{const t=`\`${Ps}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${Ps}\` by passing a \`${Gs}\` 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 \`${Ps}\`. 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 iS.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Ws=_s,Xs=Ss,js=Ms,Zs=Bs,qs=Ls,Ys=Fs,Js=Vs,Us=Ds,Ks=function(e){return iS.createElement("svg",T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Qs||(Qs=iS.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"})))},$s={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},ec={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 zS=lS.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)=>lS.createElement("button",{ref:p,type:a,disabled:e,className:gi("demio-ui-button",ec.button,{[s]:s,[ec[o]]:o,[ec[r]]:r,[ec.fullWidth]:c}),onClick:n,...d},(i||u)&&lS.createElement("span",{className:gi("demio-ui-button-prefix",ec.prefix)},u?lS.createElement(V,{size:"small",inheritColor:!0}):i),t,l&&lS.createElement("span",{className:gi("demio-ui-button-suffix",ec.suffix)},l)));tc="Alert-modules_overlay__4XRHj",nc="Alert-modules_close__dyL0l",oc="Alert-modules_content__Y7nMS",rc="Alert-modules_title__e8UHT",ac="Alert-modules_description__wyWR-",ic="Alert-modules_buttons__cOEDw",lc=Symbol.for("react.lazy"),sc=iS[" use ".trim().toString()],cc=Symbol("radix.slottable"),uc=["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=iS.forwardRef((e,n)=>{let{children:o,...r}=e;k(o)&&"function"==typeof sc&&(o=sc(o._payload));const a=iS.Children.toArray(o),i=a.find(z);if(i){const e=i.props.children,o=a.map(t=>t===i?iS.Children.count(e)>1?iS.Children.only(null):iS.isValidElement(e)?e.props.children:null:t);return CS(t,{...r,ref:n,children:iS.isValidElement(e)?iS.cloneElement(e,void 0,o):null})}return CS(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=iS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),CS(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),dc={exports:{}},pc={},mc=t(iS),gc={},bc=W(),wc="Avatar";var[FS]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>iS.createContext(e));return function(n){const o=n?.[e]||t;return iS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=iS.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=iS.useMemo(()=>i,Object.values(i));return CS(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=iS.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},D(o,...t)]}(wc),[HS,WS]=FS(wc);(yc=iS.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[r,a]=iS.useState("idle");return CS(HS,{scope:n,imageLoadingStatus:r,onImageLoadingStatusChange:a,children:CS(uc.span,{...o,ref:t})})})).displayName=wc,Ic="AvatarImage",(Cc=iS.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:r=()=>{},...a}=e,i=WS(Ic,n),l=Z(o,a),s=h(e=>{r(e),i.onImageLoadingStatusChange(e)});return hi(()=>{"idle"!==l&&s(l)},[l,s]),"loaded"===l?CS(uc.img,{...a,ref:t,src:o}):null})).displayName=Ic,xc="AvatarFallback",(Ac=iS.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...r}=e,a=WS(xc,n),[i,l]=iS.useState(void 0===o);return iS.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>l(!0),o);return()=>window.clearTimeout(e)}},[o]),i&&"loaded"!==a.imageLoadingStatus?CS(uc.span,{...r,ref:t}):null})).displayName=xc,Ec=yc,_c=Cc,Oc=Ac,Mc=function(e){return iS.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Sc||(Sc=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Rc||(Rc=iS.createElement("g",{mask:"url(#add_svg__a)"},iS.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"}))))},Nc=function(e){return iS.createElement("svg",Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Pc||(Pc=iS.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"})))},Tc=function(e){return iS.createElement("svg",J({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),Bc||(Bc=iS.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"})))},Gc=function(e){return iS.createElement("svg",U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Vc||(Vc=iS.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"})))},kc=function(e){return iS.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Dc||(Dc=iS.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"})))},zc=function(e){return iS.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 15"},e),Lc||(Lc=iS.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"})))},Wc=function(e){return iS.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Fc||(Fc=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Hc||(Hc=iS.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},iS.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"}))))},jc=function(e){return iS.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Xc||(Xc=iS.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"})))},qc=function(e){return iS.createElement("svg",te({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),Zc||(Zc=iS.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"})))},Uc=function(e){return iS.createElement("svg",ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Yc||(Yc=iS.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"})),Jc||(Jc=iS.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 iS.createElement("svg",oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Qc||(Qc=iS.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"})))},eu=function(e){return iS.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),$c||($c=iS.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"})))},nu=function(e){return iS.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),tu||(tu=iS.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"})))},ru=function(e){return iS.createElement("svg",ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ou||(ou=iS.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"})))},iu=function(e){return iS.createElement("svg",le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),au||(au=iS.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"})))},su=function(e){return iS.createElement("svg",se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),lu||(lu=iS.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"})))},uu=function(e){return iS.createElement("svg",ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cu||(cu=iS.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"})))},pu=function(e){return iS.createElement("svg",ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),du||(du=iS.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"})))},fu=function(e){return iS.createElement("svg",de({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),mu||(mu=iS.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"})))},hu=function(e){return iS.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),gu||(gu=iS.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"})))},bu=function(e){return iS.createElement("svg",me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),vu||(vu=iS.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"})))},yu=function(e){return iS.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),wu||(wu=iS.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"})))},xu=function(e){return iS.createElement("svg",ge({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),Iu||(Iu=iS.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},iS.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"}))),Cu||(Cu=iS.createElement("defs",null,iS.createElement("clipPath",{id:"camera_outlined_svg__a"},iS.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},Eu=function(e){return iS.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Au||(Au=iS.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"})))},Pu=function(e){return iS.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_u||(_u=iS.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"})),Ou||(Ou=iS.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"})),Su||(Su=iS.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),Ru||(Ru=iS.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"})),Mu||(Mu=iS.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},Tu=function(e){return iS.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Nu||(Nu=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Bu||(Bu=iS.createElement("g",{mask:"url(#mic_off_svg__a)"},iS.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"}))))},Du=function(e){return iS.createElement("svg",we({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Vu||(Vu=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Gu||(Gu=iS.createElement("g",{mask:"url(#mic_off-1_svg__a)"},iS.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"}))))},Lu=function(e){return iS.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),ku||(ku=iS.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"})))},Hu=function(e){return iS.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},zu||(zu=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Fu||(Fu=iS.createElement("g",{mask:"url(#mic-1_svg__a)"},iS.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"}))))},Xu=function(e){return iS.createElement("svg",Ce({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),Wu||(Wu=iS.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"})))},qu=function(e){return iS.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ju||(ju=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Zu||(Zu=iS.createElement("g",{mask:"url(#videocam_svg__a)"},iS.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"}))))},Uu=function(e){return iS.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Yu||(Yu=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Ju||(Ju=iS.createElement("g",{mask:"url(#videocam-1_svg__a)"},iS.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"}))))},$u=function(e){return iS.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Qu||(Qu=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Ku||(Ku=iS.createElement("g",{mask:"url(#volume_off-1_svg__a)"},iS.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"}))))},nd=function(e){return iS.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ed||(ed=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),td||(td=iS.createElement("g",{mask:"url(#volume_up_svg__a)"},iS.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"}))))},rd=function(e){return iS.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),od||(od=iS.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"})))},id=function(e){return iS.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ad||(ad=iS.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"})))},sd=function(e){return iS.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ld||(ld=iS.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"})))},ud=function(e){return iS.createElement("svg",Me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cd||(cd=iS.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"})))},pd=function(e){return iS.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),dd||(dd=iS.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"})))},fd=function(e){return iS.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),md||(md=iS.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"})))},hd=function(e){return iS.createElement("svg",Be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),gd||(gd=iS.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"})))},bd=function(e){return iS.createElement("svg",Te({viewBox:"0 0 24 24"},e),vd||(vd=iS.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"})))},yd=function(e){return iS.createElement("svg",Ve({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),wd||(wd=iS.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"})))},Cd=function(e){return iS.createElement("svg",Ge({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Id||(Id=iS.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 iS.createElement("svg",De({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),xd||(xd=iS.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"})))},_d=function(e){return iS.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Ed||(Ed=iS.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"})))},Rd=function(e){return iS.createElement("svg",Le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),Od||(Od=iS.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),Sd||(Sd=iS.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"})))},Pd=function(e){return iS.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Md||(Md=iS.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"})))},Bd=function(e){return iS.createElement("svg",Fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Nd||(Nd=iS.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 iS.createElement("svg",He({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Td||(Td=iS.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"})))},Dd=function(e){return iS.createElement("svg",We({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Gd||(Gd=iS.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"})))},Ld=function(e){return iS.createElement("svg",Xe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),kd||(kd=iS.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"})))},Fd=function(e){return iS.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),zd||(zd=iS.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"})))},Wd=function(e){return iS.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Hd||(Hd=iS.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"})))},Zd=function(e){return iS.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Xd||(Xd=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),jd||(jd=iS.createElement("g",{mask:"url(#info-1_svg__a)"},iS.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"}))))},Yd=function(e){return iS.createElement("svg",Ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),qd||(qd=iS.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"})))},Ud=function(e){return iS.createElement("svg",Je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Jd||(Jd=iS.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"})))},$d=function(e){return iS.createElement("svg",Ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Qd||(Qd=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Kd||(Kd=iS.createElement("g",{mask:"url(#warning_svg__a)"},iS.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"}))))},np=function(e){return iS.createElement("svg",Qe({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ep||(ep=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),tp||(tp=iS.createElement("g",{mask:"url(#warning-1_svg__a)"},iS.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"}))))},rp=function(e){return iS.createElement("svg",Ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),op||(op=iS.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"})))},ip=function(e){return iS.createElement("svg",$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),ap||(ap=iS.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"})))},cp=function(e){return iS.createElement("svg",et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),lp||(lp=iS.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"})),sp||(sp=iS.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"})))},dp=function(e){return iS.createElement("svg",tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),up||(up=iS.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},mp=function(e){return iS.createElement("svg",nt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),pp||(pp=iS.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"})))},gp=function(e){return iS.createElement("svg",ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),fp||(fp=iS.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"})))},bp=function(e){return iS.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),iS.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},hp||(hp=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),vp||(vp=iS.createElement("g",{mask:"url(#calendar_svg__a)"},iS.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"}))))},Ip=function(e){return iS.createElement("svg",at({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),iS.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},wp||(wp=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),yp||(yp=iS.createElement("g",{mask:"url(#event_details_svg__a)"},iS.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 iS.createElement("svg",it({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Cp||(Cp=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),xp||(xp=iS.createElement("g",{mask:"url(#event_repeat_svg__a)"},iS.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"}))))},Op=function(e){return iS.createElement("svg",lt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ep||(Ep=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_p||(_p=iS.createElement("g",{mask:"url(#today_svg__a)"},iS.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"}))))},Mp=function(e){return iS.createElement("svg",st({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Sp||(Sp=iS.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),Rp||(Rp=iS.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"})))},Np=function(e){return iS.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),Pp||(Pp=iS.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 iS.createElement("svg",ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Bp||(Bp=iS.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),Tp||(Tp=iS.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"})))},Dp=function(e){return iS.createElement("svg",dt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Gp||(Gp=iS.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"})))},Lp=function(e){return iS.createElement("svg",pt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),kp||(kp=iS.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"})))},Fp=function(e){return iS.createElement("svg",mt({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),zp||(zp=iS.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"})))},Wp=function(e){return iS.createElement("svg",ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Hp||(Hp=iS.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"})))},jp=function(e){return iS.createElement("svg",gt({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),Xp||(Xp=iS.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"})))},qp=function(e){return iS.createElement("svg",ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Zp||(Zp=iS.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"})))},Up=function(e){return iS.createElement("svg",vt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Yp||(Yp=iS.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),Jp||(Jp=iS.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 iS.createElement("svg",bt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Qp||(Qp=iS.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"})))},em=function(e){return iS.createElement("svg",wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),$p||($p=iS.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"})))},nm=function(e){return iS.createElement("svg",yt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),tm||(tm=iS.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"})))},rm=function(e){return iS.createElement("svg",It({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),om||(om=iS.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"})))},im=function(e){return iS.createElement("svg",Ct({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),am||(am=iS.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"})))},sm=function(e){return iS.createElement("svg",xt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),lm||(lm=iS.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"})))},um=function(e){return iS.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),cm||(cm=iS.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"})))},pm=function(e){return iS.createElement("svg",Et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),dm||(dm=iS.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"})))},fm=function(e){return iS.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),mm||(mm=iS.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"})))},hm=function(e){return iS.createElement("svg",Ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),gm||(gm=iS.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"})))},wm=function(e){return iS.createElement("svg",St({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},vm||(vm=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),bm||(bm=iS.createElement("g",{mask:"url(#block_svg__a)"},iS.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"}))))},Cm=function(e){return iS.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ym||(ym=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Im||(Im=iS.createElement("g",{mask:"url(#blur_on_svg__a)"},iS.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"}))))},Em=function(e){return iS.createElement("svg",Mt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iS.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},xm||(xm=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Am||(Am=iS.createElement("g",{mask:"url(#cached_svg__a)"},iS.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"}))))},Sm=function(e){return iS.createElement("svg",Pt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_m||(_m=iS.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),Om||(Om=iS.createElement("g",{mask:"url(#customize_svg__a)"},iS.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"}))))},Pm=function(e){return iS.createElement("svg",Nt({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),iS.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Rm||(Rm=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),Mm||(Mm=iS.createElement("g",{mask:"url(#electric_bolt_svg__a)"},iS.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"}))))},Tm=function(e){return iS.createElement("svg",Bt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Nm||(Nm=iS.createElement("g",{clipPath:"url(#feature_action_svg__a)"},iS.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),iS.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"}))),Bm||(Bm=iS.createElement("defs",null,iS.createElement("clipPath",{id:"feature_action_svg__a"},iS.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},Gm=function(e){return iS.createElement("svg",Tt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),Vm||(Vm=iS.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"})))},km=function(e){return iS.createElement("svg",Vt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),Dm||(Dm=iS.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"})))},zm=function(e){return iS.createElement("svg",Gt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Lm||(Lm=iS.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"})))},Hm=function(e){return iS.createElement("svg",Dt({xmlns:"http://www.w3.org/2000/svg",fill:"#3e484c",viewBox:"0 0 20 16"},e),Fm||(Fm=iS.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"})))},jm=function(e){return iS.createElement("svg",kt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Wm||(Wm=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Xm||(Xm=iS.createElement("g",{mask:"url(#materials_svg__a)"},iS.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"}))))},qm=function(e){return iS.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),Zm||(Zm=iS.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"})))},Jm=function(e){return iS.createElement("svg",zt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),Ym||(Ym=iS.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"})))},$m=function(e){return iS.createElement("svg",Ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Um||(Um=iS.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})),Qm||(Qm=iS.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=iS.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},tf=function(e){return iS.createElement("svg",Ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ef||(ef=iS.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"})))},of=function(e){return iS.createElement("svg",Wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),nf||(nf=iS.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"})))},lf=function(e){return iS.createElement("svg",Xt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),iS.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},rf||(rf=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),af||(af=iS.createElement("g",{mask:"url(#stacked_email_svg__a)"},iS.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"}))))},cf=function(e){return iS.createElement("svg",jt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),sf||(sf=iS.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"})))},df=function(e){return iS.createElement("svg",Zt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),uf||(uf=iS.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"})))},ff=function(e){return iS.createElement("svg",qt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),iS.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},pf||(pf=iS.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),mf||(mf=iS.createElement("g",{mask:"url(#on-demand_svg__a)"},iS.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"}))))},hf=function(e){return iS.createElement("svg",Yt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),gf||(gf=iS.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"})))},bf=function(e){return iS.createElement("svg",Jt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),vf||(vf=iS.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"})))},yf=function(e){return iS.createElement("svg",Ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),wf||(wf=iS.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"})))},Cf=function(e){return iS.createElement("svg",Qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),If||(If=iS.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"})))},Af=function(e){return iS.createElement("svg",Kt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),xf||(xf=iS.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"})))},_f=function(e){return iS.createElement("svg",$t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ef||(Ef=iS.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 iS.createElement("svg",en({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Of||(Of=iS.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"})))},Mf=function(e){return iS.createElement("svg",tn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Rf||(Rf=iS.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"})))},Nf=function(e){return iS.createElement("svg",nn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Pf||(Pf=iS.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"})))},Tf=function(e){return iS.createElement("svg",on({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),Bf||(Bf=iS.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"})))},Gf=function(e){return iS.createElement("svg",rn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),Vf||(Vf=iS.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"})))},kf=function(e){return iS.createElement("svg",an({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),Df||(Df=iS.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"})))},zf=function(e){return iS.createElement("svg",ln({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),Lf||(Lf=iS.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"})))},Hf=function(e){return iS.createElement("svg",sn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ff||(Ff=iS.createElement("path",{stroke:"#DC6803",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v4m0 4h.01M10.615 3.892 2.39 18.099c-.456.788-.684 1.182-.65 1.505a1 1 0 0 0 .406.705c.263.191.718.191 1.629.191h16.45c.91 0 1.365 0 1.628-.191a1 1 0 0 0 .407-.705c.034-.323-.195-.717-.65-1.505L13.383 3.892c-.454-.785-.681-1.178-.978-1.31a1 1 0 0 0-.812 0c-.297.132-.524.525-.979 1.31"})))},Xf=function(e){return iS.createElement("svg",cn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wf||(Wf=iS.createElement("path",{stroke:"#079455",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m9 12 2 2 4.5-4.5m2.401-4.501c.206.498.601.893 1.1 1.1l1.744.723a2.033 2.033 0 0 1 1.1 2.656l-.722 1.744a2.03 2.03 0 0 0 0 1.556l.722 1.744a2.033 2.033 0 0 1-1.1 2.656L19 17.902A2.03 2.03 0 0 0 17.9 19l-.723 1.745a2.03 2.03 0 0 1-2.656 1.1l-1.744-.722a2.03 2.03 0 0 0-1.555 0l-1.745.723a2.033 2.033 0 0 1-2.654-1.1L6.1 19.001A2.03 2.03 0 0 0 5 17.9l-1.744-.723a2.033 2.033 0 0 1-1.1-2.654l.721-1.744a2.03 2.03 0 0 0 0-1.556l-.722-1.746a2.033 2.033 0 0 1 1.1-2.657L5 6.098c.498-.206.893-.6 1.1-1.098l.723-1.745a2.033 2.033 0 0 1 2.656-1.1l1.744.722a2.03 2.03 0 0 0 1.555-.001l1.746-.72a2.03 2.03 0 0 1 2.655 1.1l.723 1.746z"})))},Zf=function(e){return iS.createElement("svg",un({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),jf||(jf=iS.createElement("path",{stroke:"#087443",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M15.833 10.833v1c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092c-.535.273-1.235.273-2.635.273h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092c-.272-.535-.272-1.235-.272-2.635v-1m3.333-4.167 4.167 4.167L12.5 6.666m-4.167 4.167v-10"})))},Yf=function(e){return iS.createElement("svg",dn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 21 18"},e),qf||(qf=iS.createElement("path",{fill:"#099250",d:"M13.95 18 9.7 13.75l1.4-1.4 2.85 2.85 5.65-5.65 1.4 1.4zM2 16q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v4.35l-6.025 6.025L11.1 9.5l-4.225 4.225L9.15 16zm8-7 8-5V2l-8 5-8-5v2z"})))},Uf=function(e){return iS.createElement("svg",pn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),Jf||(Jf=iS.createElement("path",{stroke:"#B42318",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M5.833.833h5m-10 2.5h15m-1.667 0-.584 8.766c-.088 1.315-.132 1.973-.416 2.471a2.5 2.5 0 0 1-1.082 1.013c-.516.25-1.175.25-2.493.25H7.075c-1.318 0-1.977 0-2.493-.25A2.5 2.5 0 0 1 3.5 14.57c-.284-.498-.328-1.156-.416-2.47L2.5 3.332"})))},$f=function(e){return iS.createElement("svg",mn({xmlns:"http://www.w3.org/2000/svg",fill:"#02BF6F",viewBox:"0 0 48 48"},e),Qf||(Qf=iS.createElement("path",{d:"M21.137 15.469a9.05 9.05 0 0 1 5.726 0l10.5-10.5a23.25 23.25 0 0 0-26.719 0Zm21.894 21.89a23.25 23.25 0 0 0 0-26.72l-10.5 10.498a9.05 9.05 0 0 1 0 5.726Zm-16.164-4.824a9.05 9.05 0 0 1-5.727 0L10.643 43.03a23.25 23.25 0 0 0 26.718 0Zm-11.398-5.672a9.05 9.05 0 0 1 0-5.726l-10.5-10.495a23.25 23.25 0 0 0 0 26.718Z",opacity:.4})),Kf||(Kf=iS.createElement("path",{d:"m32.531 21.137 10.5-10.495a23.4 23.4 0 0 0-5.673-5.673l-10.495 10.5a9.02 9.02 0 0 1 5.668 5.668m-17.062 5.726-10.5 10.5a23.4 23.4 0 0 0 5.671 5.672l10.497-10.504a9.02 9.02 0 0 1-5.668-5.668m-10.5-16.219 10.5 10.5a9.03 9.03 0 0 1 5.671-5.671L10.641 4.969a23.4 23.4 0 0 0-5.672 5.673Zm21.894 21.887 10.5 10.5a23.4 23.4 0 0 0 5.672-5.672L32.53 26.863a9.03 9.03 0 0 1-5.668 5.668"})))},tg=function(e){return iS.createElement("svg",fn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 18"},e),eg||(eg=iS.createElement("path",{stroke:"#079455",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m20.5 15-6.643-6M8.143 9 1.5 15M1 4l8.165 5.715c.661.463.992.695 1.351.784a2 2 0 0 0 .968 0c.36-.09.69-.32 1.351-.784L21 4M5.8 17h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 14.72 21 13.88 21 12.2V5.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 1 17.88 1 16.2 1H5.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C1 3.28 1 4.12 1 5.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C3.28 17 4.12 17 5.8 17"})))},og=function(e){return iS.createElement("svg",gn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ng||(ng=iS.createElement("path",{fill:"#099250",d:"M9.1 17h1.75v-1.25q1.25-.225 2.15-.975t.9-2.225q0-1.05-.6-1.925T10.9 9.1q-1.5-.5-2.075-.875T8.25 7.2t.463-1.025T10.05 5.8q.8 0 1.25.388.45.387.65.962l1.6-.65a3.35 3.35 0 0 0-1.013-1.525q-.737-.65-1.637-.725V3H9.15v1.25q-1.25.275-1.95 1.1T6.5 7.2q0 1.175.688 1.9t2.162 1.25q1.576.575 2.188 1.025t.612 1.175q0 .825-.588 1.212-.587.388-1.412.388t-1.463-.513T7.75 12.1l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012zm.9 3a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137Q1.575 15.725.788 13.9A9.7 9.7 0 0 1 0 10q0-2.074.788-3.9a10.1 10.1 0 0 1 2.137-3.175Q4.275 1.575 6.1.788A9.7 9.7 0 0 1 10 0q2.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 20 10a9.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 10 20"})))},ag=function(e){return iS.createElement("svg",hn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 20"},e),rg||(rg=iS.createElement("path",{fill:"#099250",d:"M8 20q-3.476-.875-5.737-3.988Q0 12.9 0 9.1V3l8-3 8 3v6.1a10 10 0 0 1-.05 1 4 4 0 0 0-.462-.075A5 5 0 0 0 15 10q-2.075 0-3.537 1.45Q10 12.9 10 15v4.25A8.5 8.5 0 0 1 8 20m4.85 0a.82.82 0 0 1-.6-.25.82.82 0 0 1-.25-.6v-3.3q0-.35.25-.6a.82.82 0 0 1 .6-.25H13v-1q0-.825.588-1.412A1.93 1.93 0 0 1 15 12q.824 0 1.413.588Q17 13.175 17 14v1h.15q.35 0 .6.25t.25.6v3.3a.82.82 0 0 1-.25.6.82.82 0 0 1-.6.25zM14 15h2v-1a.97.97 0 0 0-.287-.713A.97.97 0 0 0 15 13a.97.97 0 0 0-.713.287A.97.97 0 0 0 14 14z"})))},lg=function(e){return iS.createElement("svg",vn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),ig||(ig=iS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m8.333 5.833 2.5-2.5-2.5-2.5m2.5 2.5h-6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C.833 5.233.833 5.933.833 7.333v4.75c0 .387 0 .58.021.743a2.5 2.5 0 0 0 2.153 2.152c.162.022.356.022.743.022m3.75 0h6c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C17.5 13.1 17.5 12.4 17.5 11V6.25c0-.387 0-.58-.022-.743a2.5 2.5 0 0 0-2.152-2.153c-.162-.021-.356-.021-.743-.021M10 12.5 7.5 15l2.5 2.5"})))},cg=function(e){return iS.createElement("svg",bn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),sg||(sg=iS.createElement("path",{fill:"#1DA1F2",d:"M5.13 14.267c5.837 0 9.03-4.823 9.03-9.005 0-.137 0-.273-.01-.409a6.5 6.5 0 0 0 1.583-1.638 6.4 6.4 0 0 1-1.822.498 3.18 3.18 0 0 0 1.395-1.75 6.4 6.4 0 0 1-2.015.768 3.18 3.18 0 0 0-5.207.862 3.16 3.16 0 0 0-.2 2.024 9.03 9.03 0 0 1-6.54-3.306 3.16 3.16 0 0 0 .982 4.224 3.16 3.16 0 0 1-1.44-.396v.04c0 .73.253 1.439.717 2.004.464.566 1.11.954 1.828 1.098a3.2 3.2 0 0 1-1.433.055 3.17 3.17 0 0 0 1.13 1.572 3.2 3.2 0 0 0 1.835.625 6.38 6.38 0 0 1-4.696 1.312 9 9 0 0 0 4.864 1.42"})))},pg=function(e){return iS.createElement("svg",wn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),ug||(ug=iS.createElement("path",{fill:"#F39F57",d:"M12.355 2.834a1.5 1.5 0 0 0 .811.812l1.288.534a1.5 1.5 0 0 1 .812 1.96l-.533 1.286a1.5 1.5 0 0 0 0 1.15l.532 1.286a1.5 1.5 0 0 1-.812 1.96l-1.287.533a1.5 1.5 0 0 0-.812.811l-.533 1.288a1.5 1.5 0 0 1-1.96.812l-1.287-.533a1.5 1.5 0 0 0-1.148 0l-1.288.533a1.5 1.5 0 0 1-1.958-.811l-.534-1.288a1.5 1.5 0 0 0-.81-.812l-1.289-.534a1.5 1.5 0 0 1-.812-1.959l.533-1.287a1.5 1.5 0 0 0 0-1.147l-.533-1.29a1.5 1.5 0 0 1 .812-1.96l1.287-.533a1.5 1.5 0 0 0 .812-.81l.533-1.288A1.5 1.5 0 0 1 6.14.736l1.287.533a1.5 1.5 0 0 0 1.148-.001L9.862.736a1.5 1.5 0 0 1 1.96.812l.534 1.288z"})),dg||(dg=iS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m10.5 5.5-5 5m0-5 5 5"})))},fg=function(e){return iS.createElement("svg",yn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),mg||(mg=iS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M17.5 12.5v1c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092c-.535.273-1.235.273-2.635.273h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2.5 15.6 2.5 14.9 2.5 13.5v-1m3.333-5.833L10 2.5l4.167 4.167M10 2.5v10"})))},vg=function(e){return iS.createElement("svg",In({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),gg||(gg=iS.createElement("path",{fill:"#02bf6f",d:"M12.356 2.834a1.5 1.5 0 0 0 .81.812l1.289.534a1.5 1.5 0 0 1 .811 1.96l-.533 1.286a1.5 1.5 0 0 0 0 1.15l.533 1.286a1.5 1.5 0 0 1-.812 1.96l-1.287.533a1.5 1.5 0 0 0-.812.811l-.534 1.288a1.5 1.5 0 0 1-1.96.812l-1.286-.533a1.5 1.5 0 0 0-1.148 0l-1.288.533a1.5 1.5 0 0 1-1.959-.811l-.533-1.288a1.5 1.5 0 0 0-.811-.812l-1.288-.534a1.5 1.5 0 0 1-.812-1.959l.533-1.287a1.5 1.5 0 0 0-.001-1.147l-.532-1.29a1.5 1.5 0 0 1 .812-1.96l1.287-.533a1.5 1.5 0 0 0 .811-.81l.534-1.288A1.5 1.5 0 0 1 6.14.736l1.287.533a1.5 1.5 0 0 0 1.147-.001L9.863.736a1.5 1.5 0 0 1 1.96.812l.533 1.288z"})),hg||(hg=iS.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M11.133 5.903a.75.75 0 0 0-1.266-.806L6.93 9.712l-1.344-1.68a.75.75 0 1 0-1.172.937l2 2.5a.75.75 0 0 0 1.22-.066z",clipRule:"evenodd"})))},bg=Object.freeze({__proto__:null,AddIcon:Mc,AlertIcon:bu,AlertTriangleIcon:Hf,ArrowDownIcon:Wc,ArrowLeftDoubleIcon:Uc,ArrowLeftIcon:Nc,ArrowLeftSingleIcon:Kc,AtIcon:ru,BarChartIcon:rp,BlockIcon:wm,BlurOnIcon:Cm,CachedIcon:Em,CalendarIcon:bp,CameraIcon:yu,CameraOutlinedIcon:xu,ChatDisabledIcon:Pu,ChatDisabledOldIcon:cf,ChatIcon:Eu,CheckCircleIcon:iu,CheckCircleSolidIcon:su,CheckIcon:Tc,CheckVerifiedIcon:Xf,CheckboxIcon:uu,ClockIcon:rd,CloseIcon:Ks,CompressIcon:eu,CopyIcon:id,CustomizeIcon:Sm,DeleteIcon:Gc,DotsIcon:sd,DownloadAllIcon:Zf,DownloadIcon:ud,EditIcon:kc,EditSectionIcon:zc,ElectricBoltIcon:Pm,EmailIcon:Yf,EmptyBasketIcon:Uf,EventDetailsIcon:Ip,EventRepeatIcon:Ap,ExclamationIcon:pu,ExpandIcon:nu,ExternalLinkIcon:pd,EyeSolidIcon:df,FacebookIcon:Mp,FacebookSquaredIcon:Np,FeatureActionIcon:Tm,FileIcon:fd,FilterListIcon:hd,FlipCameraIcon:bd,GearIcon:yd,HelpIcon:Ld,HelpSolidIcon:Fd,InfoCircleIcon:Yd,InfoCircleSolidIcon:Ud,InfoIcon:Wd,InfoSolidIcon:Zd,InsightsIcon:ip,ItemsIcon:Gm,LifebuoyIcon:$f,LinkedInIcon:Vp,LinkedInSquaredIcon:Dp,ListIcon:km,LocationIcon:em,LockIcon:Cd,MagicIcon:zm,MailIcon:Ad,MailLetterIcon:tg,MaterialIcon:Hm,MaterialsIcon:jm,MicBoldIcon:Xu,MicOffIcon:Du,MicOffSolidIcon:Tu,MicOnSolidIcon:Hu,MicOutlinedIcon:Lu,MobileDeviceIcon:qm,MoneyIcon:og,OnDemanIcon:ff,OutStageIcon:im,PasswordEyeCrossedIcon:hu,PasswordEyeIcon:fu,PastSessionIcon:hf,PeopleCommunityIcon:Fp,PeopleIcon:Lp,Person:Wp,PersonCardIcon:bf,PersonCheckIcon:yf,PersonCrossedIcon:Cf,PersonDeleteIcon:jp,PersonIcon:Wp,PersonPlusIcon:Af,PlayCircleIcon:Rd,PlayIcon:_d,PlusIcon:jc,PollIcon:cp,PresentationIcon:sm,ProgressIcon:dp,ProtectionIcon:ag,RadioIcon:Jm,ReplaceIcon:lg,ReplayDisabledIcon:$m,RestartIcon:tf,RestreamingDisabledIcon:Sf,RestreamingIcon:_f,RocketIcon:of,ScreenPersonIcon:um,ScreenShareIcon:fm,ScreenShareWindowIcon:pm,SearchIcon:qc,SeriesTypeIcon:Mf,SessionTimeIcon:Nf,ShieldIcon:Tf,SideBarIcon:nm,SmileIcon:qp,SmileSolidIcon:Gf,SpotlightIcon:rm,StackedEmailIcon:lf,StageIcon:hm,StandardTypeIcon:kf,SyncIcon:Pd,TimesCircleIcon:Bd,TodayIcon:Op,TrashIcon:Vd,TrendingDownIcon:mp,TrendingUpIcon:gp,TwitterIcon:cg,UndoIcon:Dd,UnverifiedIcon:pg,UpcomingSessionIcon:zf,UploadIcon:fg,VerifiedIcon:vg,VideoCamOnIcon:qu,VideoCamOnSolidIcon:Uu,VolumeOffIcon:$u,VolumeUpSolidIcon:nd,WarningIcon:$d,WarningSolidIcon:np,YoutubeIcon:Up,YoutubeSquaredIcon:Kp}),wg={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 XS=[16,24,32,40,48,64,80,96,128],jS=({src:e="",size:t=32,userName:n="",alt:o="",className:r="",fallbackDelay:a=600})=>{const i=XS.includes(t)?wg[`size${t}`]:wg.size32,l=String(n).slice(0,1)||"";return lS.createElement("div",{className:gi(i,"demio-ui-avatar",r)},lS.createElement(Ec,{className:gi(wg.avatarRoot,"demio-ui-avatar-root")},lS.createElement(_c,{className:gi(wg.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),lS.createElement(Oc,{className:gi(wg.avatarFallback,"demio-ui-avatar-fallback"),delayMs:a},l||lS.createElement(Wp,null))))};yg={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 ZS=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:r="green"})=>lS.createElement("div",{className:gi(yg.badge,yg[o],yg[r],"demio-ui-badge",e)},t&&lS.createElement("div",{className:gi(yg.icon,"demio-ui-badge-icon")},t),lS.createElement("p",{className:gi(yg.title,"demio-ui-badge-title")},n));Ig={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 qS=cS(({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,href:d,...p},m)=>{const f=gi("demio-ui-button",Ig.button,{[s]:s,[Ig[o]]:o,[Ig.fullWidth]:c,[Ig[r??""]]:!!r}),g=lS.createElement(lS.Fragment,null,(i||u)&&lS.createElement("span",{className:gi("demio-ui-button-prefix",Ig.prefix)},u?lS.createElement(V,{size:"small",inheritColor:!0}):i),lS.createElement("span",null,t),l&&lS.createElement("span",{className:gi("demio-ui-button-suffix",Ig.suffix)},l));return d?lS.createElement("a",{ref:m,href:d,"aria-disabled":e||void 0,tabIndex:e?-1:void 0,className:f,onClick:t=>{e?t.preventDefault():n?.(t)},...p},g):lS.createElement("button",{ref:m,type:a,disabled:e,className:f,onClick:n,...p},g)});Cg={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 YS=uS(({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=Cg[`shadowElevation${i}`];return lS.createElement("div",{className:gi(Cg.card,c,"demio-ui-card",t)},o&&lS.createElement(V,{className:"demio-ui-card-loader"}),!o&&(e||lS.createElement("div",{className:gi(Cg.emptyState,"demio-ui-card-empty-state")},n&&lS.createElement(lS.Fragment,null,lS.createElement("div",{className:gi({"demio-ui-card-empty-state-icon":l,"demio-ui-card-custom-state-icon":!l})},r||lS.createElement(rp,null)),lS.createElement("div",{className:gi({"demio-ui-card-empty-state-text":s,"demio-ui-card-custom-state-text":!s})},a||"No Data Available")))))});xg="Checkbox";var[JS]=o(xg),[US,QS]=JS(xg);Ag="CheckboxTrigger",(Eg=iS.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}=QS(Ag,e),v=l(r,p),b=iS.useRef(u);return iS.useEffect(()=>{const e=a?.form;if(e){const t=()=>m(b.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[a,m]),CS(Ii.button,{type:"button",role:"checkbox","aria-checked":_n(u)?"mixed":u,"aria-required":d,"data-state":On(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=>!!_n(e)||!e),h&&g&&(f.current=e.isPropagationStopped(),f.current||e.stopPropagation())})})})).displayName=Ag,(_g=iS.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 CS(An,{__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})=>AS(xS,{children:[CS(Eg,{...d,ref:t,__scopeCheckbox:n}),e&&CS(Mg,{__scopeCheckbox:n})]})})})).displayName=xg,Og="CheckboxIndicator",(Sg=iS.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,a=QS(Og,n);return CS(Li,{present:o||_n(a.checked)||!0===a.checked,children:CS(Ii.span,{"data-state":On(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=Og,Rg="CheckboxBubbleInput",(Mg=iS.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}=QS(Rg,e),g=l(n,f),h=Cn(a),v=xn(o);iS.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=_n(a),n.call(e,!_n(a)&&a),e.dispatchEvent(t)}},[m,h,a,r]);const b=iS.useRef(!_n(a)&&a);return CS(Ii.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=Rg,Pg=Symbol.for("react.lazy"),Ng=iS[" use ".trim().toString()],Bg=Symbol("radix.slottable"),Tg=["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=Rn(e),n=iS.forwardRef((e,n)=>{let{children:o,...r}=e;Sn(o)&&"function"==typeof Ng&&(o=Ng(o._payload));const a=iS.Children.toArray(o),i=a.find(Mn);if(i){const e=i.props.children,o=a.map(t=>t===i?iS.Children.count(e)>1?iS.Children.only(null):iS.isValidElement(e)?e.props.children:null:t);return CS(t,{...r,ref:n,children:iS.isValidElement(e)?iS.cloneElement(e,void 0,o):null})}return CS(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=iS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),CS(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),Vg="Label",(Gg=iS.forwardRef((e,t)=>CS(Tg.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=Vg,Dg=Gg,kg="Label-modules_label__rXO6J",Lg="Label-modules_semiBold__vTm1B",zg="Label-modules_regular__F9gNE";const KS=(e="regular")=>"semiBold"===e?Lg:zg;Fg="Checkbox-modules_container__psQsQ",Hg="Checkbox-modules_root__iysyc",Wg="Checkbox-modules_label__4TV-f";const $S=uS(cS(({children:e=null,disabled:t=!1,id:n,...o},r)=>lS.createElement("div",{className:gi("demio-ui-checkbox",Fg),ref:r},lS.createElement(_g,{...o,className:gi("demio-ui-checkbox-button",Hg),disabled:t,id:n},lS.createElement(Sg,{className:"demio-ui-checkbox-button"},lS.createElement(uu,null))),e&&lS.createElement(Pn,{className:gi("demio-ui-checkbox-label",Wg),htmlFor:n,weight:"regular"},e))));Xg="InputHint-modules_root__bJTnj",jg="InputHint-modules_error__HZnQD",Zg={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 eR=cS((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]=sS(!1),[R,M]=sS(a||""),[P,N]=sS(!1),B=void 0!==E,T="password"===A,V=T?O?"text":"password":A,G=B?E:R,D=G.length,k=D>=g*r;return lS.createElement("div",{className:gi("demio-ui-input",`demio-ui-input-${A}`,Zg.root,{[o]:!!o,[Zg.isDisabled]:i,[Zg.isFocused]:P||G,[Zg.hasStartAdornment]:!!x,[Zg.isError]:!!c,[Zg.isLabelStatic]:!!m,"demio-ui-input-has-error":!!c}),"data-html":"container","data-state":P?"focused":""},f&&lS.createElement("label",{htmlFor:d,className:gi("demio-ui-input-label",Zg.label,{[Zg.static]:m}),"data-html":"label"},f),!C&&lS.createElement("span",{className:gi("demio-ui-input-optional",Zg.optional,{[Zg.correctedTop]:m}),"data-html":"optional"},y),lS.createElement("div",{className:gi("demio-ui-input-wrapper",Zg.inputWrapper,p),"data-html":"wrapper"},x&&lS.createElement("div",{className:Zg.startAdornment,"data-html":"start-adornment"},x),lS.createElement("input",{..._,type:V,id:d,ref:t,name:h||d,className:Zg.input,placeholder:I,required:C,"data-html":"input",disabled:i,autoComplete:n,maxLength:g,onChange:e=>{b?.(e),B||M(e.target.value)},value:G,onFocus:e=>{w?.(e),N(!0)},onBlur:e=>{v?.(e),N(!1)}}),l&&lS.createElement("div",{className:gi(Zg.endAdornment,{[s]:!!s}),"data-html":"end-adornment"},l),T&&lS.createElement("button",{className:gi("demio-ui-input-toggle-password-button",Zg.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{S(!O)},type:"button"},O?lS.createElement(fu,null):lS.createElement(hu,null))),lS.createElement("div",{className:gi("demio-ui-input-footer",Zg.footer,{[Zg.footerWithEndAdornment]:!!l}),"data-html":"footer"},lS.createElement("div",{className:gi("demio-ui-input-footer-message",Zg.footerMessage)},c&&lS.createElement(Nn,{type:"error"},c),u&&!c&&lS.createElement(Nn,{className:Zg.hint},u)),lS.createElement(Nn,{className:gi("demio-ui-input-counter",Zg.counter)},k&&`(${D} / ${g})`)))});qg="CopyLinkInput-module_root__oxVd0",Yg="CopyLinkInput-module_input__MQztq",Jg="CopyLinkInput-module_button__J5F9v",Ug="CopyLinkInput-module_inputWrapper__m0PMy";const tR=({onCopy:e})=>lS.createElement("button",{type:"button",className:Jg,onClick:e,"aria-label":"Copy to clipboard"},lS.createElement(id,{width:16,height:16})),nR=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...r})=>{const[a,i]=sS(!1),l=dS(null),s=dS(null),c=pS(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(AN){console.error("Could not copy text: ",AN)}})(e),i(!0),l.current=setTimeout(()=>{i(!1)},2e3)},[e]);return mS(()=>()=>{l.current&&clearTimeout(l.current)},[]),lS.createElement("div",{className:gi(qg,t)},lS.createElement(eR,{className:Yg,readOnly:!0,id:o,ref:s,value:e,hint:a?n:"",inputWrapperClass:Ug,endAdornment:lS.createElement(tR,{onCopy:c}),required:!0,onFocus:e=>{c(),r.onFocus&&r.onFocus(e)},...r}))};lh=e(Dn()),sh=".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",ch=1,uh=3,dh=1,ph=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=iS.createRef(),n.imageRef=iS.createRef(),n.videoRef=iS.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=jn(t.width,t.height,n),l=Zn(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=jn(t.naturalWidth,t.naturalHeight,n),l=Zn(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=Hi(Hi({},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=jn(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=Hi({},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?kn(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=lh(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=Zn(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?kn(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?Hn:Wn,s=jn(t.width,t.height,a),c=jn(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:Hi(Hi({},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?kn(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?kn(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=Hi({},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=kn(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");Fi(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=sh,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=zn(n,o),this.lastPinchRotation=Fn(n,o),this.onDragStart(Xn(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=Xn(n,o),this.onDrag(r),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,i=zn(n,o),l=a.props.zoom*(i/a.lastPinchDistance);a.setNewZoom(l,r,{shouldUpdatePosition:!1}),a.lastPinchDistance=i,e=Fn(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 iS.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:v,className:qn("reactEasyCrop_Container",I)},o?iS.createElement("img",Hi({alt:"",className:qn("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:Hi(Hi({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):r&&iS.createElement("video",Hi({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:qn("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:Hi(Hi({},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 iS.createElement("source",Hi({key:e.src},e))})),this.state.cropSize&&iS.createElement("div",Hi({ref:this.cropperRef,style:Hi(Hi({},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:qn("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",f&&"reactEasyCrop_CropAreaGrid",C)},i)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:uh,minZoom:ch,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:dh},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}(iS.Component),mh=iS.createContext(void 0),fh=["PageUp","PageDown"],gh=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],hh={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},vh="Slider";var[oR,rR,aR]=Un(vh),[iR]=o(vh,[aR]),[lR,sR]=iR(vh);bh=iS.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=Yn(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=iS.useRef(new Set),y=iS.useRef(0),I="horizontal"===l?wh:yh,[C=[],x]=u({prop:m,defaultProp:p,onChange:e=>{const t=[...w.current];t[y.current]?.focus(),f(e)}}),A=iS.useRef(C);return CS(lR,{scope:e.__scopeSlider,name:o,disabled:c,min:r,max:a,valueIndexToChangeRef:y,thumbs:w.current,values:C,orientation:l,form:v,children:CS(oR.Provider,{scope:e.__scopeSlider,children:CS(oR.Slot,{scope:e.__scopeSlider,children:CS(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=fh.includes(e.key)||e.shiftKey&&gh.includes(e.key)?10:1,r=y.current;n(C[r]+i*o*t,r,{commit:!0})}}})})})})}),bh.displayName=vh;var[cR,uR]=iR(vh,{startEdge:"left",endEdge:"right",size:"width",direction:1});wh=iS.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]=iS.useState(null),g=l(t,e=>f(e)),h=iS.useRef(void 0),v=Jn(a),b="ltr"===v,w=b&&!i||!b&&i;return CS(cR,{scope:e.__scopeSlider,startEdge:w?"left":"right",endEdge:w?"right":"left",direction:w?1:-1,size:"width",children:CS(Ih,{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=hh[w?"from-left":"from-right"].includes(e.key);d?.({event:e,direction:t?-1:1})}})})}),yh=iS.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=iS.useRef(null),m=l(t,p),f=iS.useRef(void 0),g=!a;return CS(cR,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:CS(Ih,{"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=hh[g?"from-bottom":"from-top"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),Ih=iS.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:r,onSlideEnd:a,onHomeKeyDown:i,onEndKeyDown:l,onStepKeyDown:c,...u}=e,d=sR(vh,n);return CS(Ii.span,{...u,ref:t,onKeyDown:s(e.onKeyDown,e=>{"Home"===e.key?(i(e),e.preventDefault()):"End"===e.key?(l(e),e.preventDefault()):fh.concat(gh).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))})})}),Ch="SliderTrack",(xh=iS.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=sR(Ch,n);return CS(Ii.span,{"data-disabled":r.disabled?"":void 0,"data-orientation":r.orientation,...o,ref:t})})).displayName=Ch,Ah="SliderRange",(Eh=iS.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=sR(Ah,n),a=uR(Ah,n),i=l(t,iS.useRef(null)),s=r.values.length,c=r.values.map(e=>Qn(e,r.min,r.max)),u=s>1?Math.min(...c):0,d=100-Math.max(...c);return CS(Ii.span,{"data-orientation":r.orientation,"data-disabled":r.disabled?"":void 0,...o,ref:i,style:{...e.style,[a.startEdge]:u+"%",[a.endEdge]:d+"%"}})})).displayName=Ah,_h="SliderThumb",Oh=iS.forwardRef((e,t)=>{const n=rR(e.__scopeSlider),[o,r]=iS.useState(null),a=l(t,e=>r(e)),i=iS.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return CS(Sh,{...e,ref:a,index:i})}),Sh=iS.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:r,...a}=e,i=sR(_h,n),c=uR(_h,n),[u,d]=iS.useState(null),p=l(t,e=>d(e)),m=!u||(i.form||!!u.closest("form")),f=xn(u),g=i.values[o],h=void 0===g?0:Qn(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 iS.useEffect(()=>{if(u)return i.thumbs.add(u),()=>{i.thumbs.delete(u)}},[u,i.thumbs]),AS("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${h}% + ${w}px)`},children:[CS(oR.ItemSlot,{scope:e.__scopeSlider,children:CS(Ii.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&&CS(Mh,{name:r??(i.name?i.name+(i.values.length>1?"[]":""):void 0),form:i.form,value:g},o)]})}),Oh.displayName=_h,Rh="RadioBubbleInput",(Mh=iS.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const r=iS.useRef(null),a=l(r,o),i=Cn(t);return iS.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]),CS(Ii.input,{style:{display:"none"},...n,ref:a,defaultValue:t})})).displayName=Rh,Ph=bh,Nh=xh,Bh=Eh,Th=Oh,Vh="Slider-modules_container__ZtkgF",Gh="Slider-modules_track__KLggY",Dh="Slider-modules_range__3s39d",kh="Slider-modules_thumb__P9ZoJ",Lh="Slider-modules_thumbArea__lNKj-";const dR=uS(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]=sS(c);return mS(()=>{d(c)},[c]),lS.createElement(Ph,{className:gi("demio-ui-slider-container",Vh,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]},lS.createElement(Nh,{className:gi("demio-ui-slider-track",Gh),"data-testid":"track"},lS.createElement(Bh,{className:gi("demio-ui-slider-range",Dh),"data-testid":"range"})),lS.createElement(Th,{"aria-label":s,className:gi("demio-ui-slider-thumb",kh),"data-testid":"thumb"},lS.createElement("div",{className:gi("demio-ui-slider-thumb-area",Lh)})))});zh="Crop-modules_root__rN-SB",Fh="Crop-modules_wrapper__gCOCS",Hh="Crop-modules_slider__-2TIB";const pR=uS(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]=sS({x:0,y:0}),[m,f]=sS(s);return o&&lS.createElement("div",{className:gi("demio-ui-crop-root",zh,n),"data-testid":"crop-root"},lS.createElement("div",{className:gi("demio-ui-crop-wrapper",Fh),"data-testid":"crop-wrapper"},lS.createElement(ph,{...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})),lS.createElement("div",{className:gi("demio-ui-crop-slider",Hh),"data-testid":"crop-slider"},lS.createElement(dR,{max:c,min:s,onChange:e=>{f(e),l&&l(e)},step:u})))}),mR={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"]},fR=(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):""},gR=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},hR=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),r=mR[n]||[];return!(r.length>0)||r.includes(o)},vR=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=fR(e),o=gR(e);if(!n||!o)return!1;if(!hR(n,o))return!1;return t.toLowerCase().trim().includes(n)},bR=(e=null)=>e instanceof File&&e.type.startsWith("image/"),wR=(e=null)=>e instanceof File&&e.type.startsWith("video/"),yR=(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},IR=async(e=null,t=0,n=0)=>new Promise((o,r)=>{if(!(e instanceof File))return o(!1);if(!bR(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)}),CR=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}),xR=(e=0)=>e*Math.PI/180,AR=(e,t,n)=>{const o=xR(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)}},ER=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const r=await CR(e),a=document.createElement("canvas"),i=a.getContext("2d");if(!i)return null;const{width:l,height:s}=AR(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};Wh="Toast-modules_toast__jBLRk",Xh="Toast-modules_noCloseBtn__pyGvH",jh="Toast-modules_icon__ORsLy",Zh="Toast-modules_success__BYfwB",qh="Toast-modules_warning__HLJ8C",Yh="Toast-modules_error__yN4Cu",Jh="Toast-modules_info__V0nO3",Uh="Toast-modules_message__fnWMJ",Qh="Toast-modules_description__GYPY5",Kh="Toast-modules_noMessage__3Wskx",$h="Toast-modules_closeButton__GIv2a",ev="Toast-modules_closeIcon__2qev9";const _R=uS(({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]=sS(!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 mS(()=>{const e=setTimeout(()=>y(e),w);return()=>clearTimeout(e)},[]),(f||m)&&u&&lS.createElement("div",{className:gi("demio-ui-toast",Wh,{[Xh]:!a},e),"data-testid":`toast-${p}`,style:s},o&&lS.createElement("div",{className:gi("demio-ui-toast-custom-icon",jh),"data-testid":"toast-custom-icon"},o),g&&lS.createElement(pu,{className:gi("demio-ui-toast-icon demio-ui-toast-icon-error",jh,Yh),"data-testid":"toast-icon-error"}),h&&lS.createElement(Yd,{className:gi("demio-ui-toast-icon demio-ui-toast-icon-info",jh,Jh),"data-testid":"toast-icon-info"}),v&&lS.createElement(iu,{className:gi("demio-ui-toast-icon demio-ui-toast-icon-success",jh,Zh),"data-testid":"toast-icon-success"}),b&&lS.createElement(Wd,{className:gi("demio-ui-toast-icon demio-ui-toast-icon-warning",jh,qh),"data-testid":"toast-icon-warning"}),lS.createElement("div",{className:gi("demio-ui-toast-message",Uh),"data-testid":"toast-message"},i,m&&lS.createElement("div",{className:gi("demio-ui-toast-description",Qh,{[Kh]:!f}),"data-testid":"toast-description"},t)),a&&lS.createElement("button",{className:gi("demio-ui-toast-close-btn",$h),"data-testid":"toast-close-btn",onClick:()=>y(null)},lS.createElement(Ks,{className:gi("demio-ui-toast-close-icon",ev),"data-testid":"toast-close-icon"})))});tv={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const OR=uS(({position:e="right",className:t})=>{const[n,o]=sS([]),r=0===n.length,a=pS(e=>o(t=>t.filter(t=>t.id!==e)),[o]),i=pS(()=>{r||(a(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[r,n[0],a]),l=pS(e=>{"Escape"===e?.key&&i()},[i]);return mS(()=>{Promise.resolve().then(function(){return nv}).then(({toast:e})=>{e?.updateSetter(o)})},[]),mS(()=>(document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}),[l]),lS.createElement("div",{className:gi("demio-ui-toast-list",tv.toastList,tv[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>lS.createElement(_R,{...e,key:`toast-${e.id}`})))}),SR=()=>{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),SS(e).render(lS.createElement(OR,null))),!0};const RR=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?SR():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{SR(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(SR(),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(!SR())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"})}};nv=Object.freeze({__proto__:null,toast:RR});const MR=(e="",t=null)=>{const[n,o]=sS("");return mS(()=>{t&&e?ER(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},PR={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},NR=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:r=!0,minHeightLimit:a=0,minWidthLimit:i=0})=>{const[l,s]=sS(PR);return{...l,validate:async(c=null)=>{if(!(n&&c instanceof File))return PR;const u=!o||await IR(c,i,a),d=!r||yR(c,t),p=!(e.length>0)||vR(c,e),m=u&&d&&p,f={...l,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return s(f),f}}};ov="Note-modules_note__6dcyr",rv="Note-modules_icon__P-p8I";const BR={error:Bd,info:Ud,warning:pu},TR={error:"Note-modules_error__sG0TM",info:"Note-modules_info__4-D0C",warning:"Note-modules_warning__kCpaR"},VR=uS(e=>{const{children:t="",className:n="",classNameIcon:o="",type:r="error"}=e,a=String(t).trim().length>0,i=BR[r];return a&&lS.createElement("div",{className:gi("demio-ui-note",ov,TR[r],n),"data-testid":"note",role:"info"===r?"status":"alert"},lS.createElement(i,{className:gi("demio-ui-note-icon",rv,o),"data-testid":`note-icon-${r}`}),t)});av="DnDArea-modules_container__bPaID",iv="DnDArea-modules_isDraggedOver__A5x5L";const GR=uS(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]=sS(!1),{isFileDimensionValid:y,isFileSizeValid:I,isFileTypeValid:C,validate:x}=NR({acceptableFileTypes:t,fileSizeMbLimit:a,isDimensionValidationEnabled:m,isSizeValidationEnabled:f,isValidationEnabled:p,minHeightLimit:l,minWidthLimit:s}),A=i?.length>0,E=t&&t.length>0,_=p&&m&&!y,O=p&&f&&!I,S=p&&E&&!C;return lS.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&A&&lS.createElement(VR,{children:i}),p&&!A&&S&&lS.createElement(VR,{children:d}),p&&!A&&!S&&O&&lS.createElement(VR,{children:u}),p&&!A&&!S&&!O&&_&&lS.createElement(VR,{children:c}),lS.createElement("div",{className:gi("demio-ui-dnd-area-container",av,{[iv]: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))});lv="Modal-modules_overlay__V-vTn",sv="Modal-modules_header__-dxAm",cv="Modal-modules_isTitleHidden__T6g1-",uv="Modal-modules_close__CwIjR",dv="Modal-modules_title__3ehge",pv="Modal-modules_titleCentered__Qqy8u",mv="Modal-modules_content__sK9HS",fv="Modal-modules_body__8Khpx",gv={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 DR=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:r=null,toggleDrawer:a=()=>{},align:i="right",isClosable:l=!0})=>lS.createElement(lS.Fragment,null,t&&lS.createElement("div",{className:gi(gv.drawer,"demio-ui-drawer",n)},lS.createElement($n,{isClosable:l,open:t,overlayClassName:gv.overlay,contentClassName:gi(gv.content,{[gv.alignRight]:"right"===i,[gv.alignLeft]:"left"===i}),onOpenChange:a,isCloseButtonVisible:o},r&&lS.createElement("div",{className:gi(gv.header,"demio-ui-drawer-header")},r),e&&lS.createElement("div",{className:gi(gv.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),kR=["top","right","bottom","left"],LR=Math.min,zR=Math.max,FR=Math.round,HR=Math.floor,WR=e=>({x:e,y:e}),XR={left:"right",right:"left",bottom:"top",top:"bottom"},jR=["left","right"],ZR=["right","left"],qR=["top","bottom"],YR=["bottom","top"],JR=new Set(["left","top"]),UR=/transform|translate|scale|rotate|perspective|filter/,QR=/paint|layout|strict|content/,KR=e=>!!e&&"none"!==e;let $R;const eM=WR(0),tM={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:r}=e;const a="fixed"===r,i=Io(o),l=!!t&&So(t.floating);if(o===i||l&&a)return n;let s={scrollLeft:0,scrollTop:0},c=WR(1);const u=WR(0),d=Ao(o);if((d||!d&&!a)&&(("body"!==wo(o)||_o(i))&&(s=Bo(o)),d)){const e=Ho(o);c=zo(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!i||d||a?WR(0):Xo(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?So(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Go(e,[],!1).filter(e=>xo(e)&&"body"!==wo(e)),r=null;const a="fixed"===No(e).position;let i=a?To(e):e;for(;xo(i)&&!Po(i);){const t=No(i),n=Ro(i);n||"fixed"!==t.position||(r=null),(a?!n&&!r:!n&&"static"===t.position&&r&&("absolute"===r.position||"fixed"===r.position)||_o(i)&&!n&&Zo(e,i))?o=o.filter(e=>e!==i):r=t,i=To(i)}return t.set(e,o),o}(t,this._c):[].concat(n),o],i=jo(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=jo(t,a[d],r);l=zR(e.top,l),s=LR(e.right,s),c=LR(e.bottom,c),u=zR(e.left,u)}return{width:s-u,height:c-l,x:u,y:l}},getOffsetParent:Uo,getElementRects:async function(e){const t=this.getOffsetParent||Uo,n=this.getDimensions,o=await n(e.floating);return{reference:qo(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}=ko(e);return{width:t,height:n}},getScale:zo,isElement:xo,isRTL:function(e){return"rtl"===No(e).direction}},nM=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=no(n),l=oo(n),s="y"===io(n),c=JR.has(i)?-1:1,u=a&&s?-1:1,d=to(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}}}}},oM=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}=to(e,t),u={x:n,y:o},d=await a.detectOverflow(t,c),p=io(no(r)),m=ro(p);let f=u[m],g=u[p];if(i){const e="y"===m?"bottom":"right";f=eo(f+d["y"===m?"top":"left"],f,f-d[e])}if(l){const e="y"===p?"bottom":"right";g=eo(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}}}}}},rM=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}=to(e,t);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=no(l),I=io(u),C=no(u)===u,x=await(null==d.isRTL?void 0:d.isRTL(p.floating)),A=g||(C||!b?[uo(u)]:function(e){const t=uo(e);return[so(e),t,so(t)]}(u)),E="none"!==v;!g&&E&&A.push(...co(u,b,v,x));const _=[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=oo(e),r=lo(e),a=ao(r);let i="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=uo(i)),[i,uo(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];if(t){if(!("alignment"===f&&I!==io(t))||R.every(e=>io(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(E){const t=io(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{}}}},aM=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}=to(e,t),u=await i.detectOverflow(t,c),d=no(r),p=oo(r),m="y"===io(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=LR(g-u[h],b),I=LR(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=zR(u.left,0),t=zR(u.right,0),n=zR(u.top,0),o=zR(u.bottom,0);m?A=f-2*(0!==e||0!==t?e+t:zR(u.left,u.right)):x=g-2*(0!==n||0!==o?n+o:zR(u.top,u.bottom))}await s({...t,availableWidth:A,availableHeight:x});const E=await i.getDimensions(l.floating);return f!==E.width||g!==E.height?{reset:{rects:!0}}:{}}}},iM=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:r="referenceHidden",...a}=to(e,t);switch(r){case"referenceHidden":{const e=ho(await o.detectOverflow(t,{...a,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:vo(e)}}}case"escaped":{const e=ho(await o.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:vo(e)}}}default:return{}}}}},lM=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}=to(e,t)||{};if(null==c)return{};const d=po(u),p={x:n,y:o},m=lo(r),f=ao(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,E=x/2-g[f]/2-1,_=LR(d[v],E),O=LR(d[b],E),S=_,R=x-g[f]-O,M=x/2-g[f]/2+A,P=eo(S,M,R),N=!s.arrow&&null!=oo(r)&&M!==P&&a.reference[f]/2-(M<S?_: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}}}),sM=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}=to(e,t),u={x:n,y:o},d=io(r),p=ro(d);let m=u[p],f=u[d];const g=to(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=JR.has(no(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}}}},cM=(e,t,n)=>{const o=new Map,r={platform:tM,...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:go},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}=fo(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}=fo(c,p,s))),g=-1)}return{x:u,y:d,placement:p,strategy:r,middlewareData:f}})(e,t,{...r,platform:a})};hv="undefined"!=typeof document,vv=hv?fS:function(){};const uM=(e,t)=>{const n=nM(e);return{name:n.name,fn:n.fn,options:[e,t]}},dM=(e,t)=>{const n=oM(e);return{name:n.name,fn:n.fn,options:[e,t]}},pM=(e,t)=>({fn:sM(e).fn,options:[e,t]}),mM=(e,t)=>{const n=rM(e);return{name:n.name,fn:n.fn,options:[e,t]}},fM=(e,t)=>{const n=aM(e);return{name:n.name,fn:n.fn,options:[e,t]}},gM=(e,t)=>{const n=iM(e);return{name:n.name,fn:n.fn,options:[e,t]}},hM=(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?lM({element:n.current,padding:o}).fn(t):{}:n?lM({element:n,padding:o}).fn(t):{};var r}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};bv="Arrow",(wv=iS.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...a}=e;return CS(Ii.svg,{...a,ref:t,width:o,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:CS("polygon",{points:"0,0 30,0 15,10"})})})).displayName=bv,yv=wv,Iv="Popper";var[vM,bM]=o(Iv),[wM,yM]=vM(Iv);(Cv=e=>{const{__scopePopper:t,children:n}=e,[o,r]=iS.useState(null);return CS(wM,{scope:t,anchor:o,onAnchorChange:r,children:n})}).displayName=Iv,xv="PopperAnchor",(Av=iS.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,a=yM(xv,n),i=iS.useRef(null),s=l(t,i),c=iS.useRef(null);return iS.useEffect(()=>{const e=c.current;c.current=o?.current||i.current,e!==c.current&&a.onAnchorChange(c.current)}),o?null:CS(Ii.div,{...r,ref:s})})).displayName=xv,Ev="PopperContent";var[IM,CM]=vM(Ev);_v=iS.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=yM(Ev,n),[w,y]=iS.useState(null),I=l(t,e=>y(e)),[C,x]=iS.useState(null),A=xn(C),E=A?.width??0,_=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(or),altBoundary:M},{refs:N,floatingStyles:B,placement:T,isPositioned:V,middlewareData:G}=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]=iS.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=iS.useState(o);$o(p,o)||m(o);const[f,g]=iS.useState(null),[h,v]=iS.useState(null),b=iS.useCallback(e=>{e!==C.current&&(C.current=e,g(e))},[]),w=iS.useCallback(e=>{e!==x.current&&(x.current=e,v(e))},[]),y=a||f,I=i||h,C=iS.useRef(null),x=iS.useRef(null),A=iS.useRef(u),E=null!=s,_=nr(s),O=nr(r),S=nr(c),R=iS.useCallback(()=>{if(!C.current||!x.current)return;const e={placement:t,strategy:n,middleware:p};O.current&&(e.platform=O.current),cM(C.current,x.current,e).then(e=>{const t={...e,isPositioned:!1!==S.current};M.current&&!$o(A.current,t)&&(A.current=t,ES.flushSync(()=>{d(t)}))})},[p,t,n,O,S]);vv(()=>{!1===c&&A.current.isPositioned&&(A.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[c]);const M=iS.useRef(!1);vv(()=>(M.current=!0,()=>{M.current=!1}),[]),vv(()=>{if(y&&(C.current=y),I&&(x.current=I),y&&I){if(_.current)return _.current(y,I,R);R()}},[y,I,R,_,E]);const P=iS.useMemo(()=>({reference:C,floating:x,setReference:b,setFloating:w}),[b,w]),N=iS.useMemo(()=>({reference:y,floating:I}),[y,I]),B=iS.useMemo(()=>{const e={position:n,left:0,top:0};if(!N.floating)return e;const t=tr(N.floating,u.x),o=tr(N.floating,u.y);return l?{...e,transform:"translate("+t+"px, "+o+"px)",...er(N.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,l,N.floating,u.x,u.y]);return iS.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:[uM({mainAxis:r+_,alignmentAxis:i}),c&&dM({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?pM():void 0,...P}),c&&mM({...P}),fM({...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&&hM({element:C,padding:s}),Mv({arrowWidth:E,arrowHeight:_}),m&&gM({strategy:"referenceHidden",...P})]}),[D,k]=rr(T),L=h(g);hi(()=>{V&&L?.()},[V,L]);const z=G.arrow?.x,F=G.arrow?.y,H=0!==G.arrow?.centerOffset,[W,X]=iS.useState();return hi(()=>{w&&X(window.getComputedStyle(w).zIndex)},[w]),CS("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":[G.transformOrigin?.x,G.transformOrigin?.y].join(" "),...G.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:CS(IM,{scope:n,placedSide:D,onArrowChange:x,arrowX:z,arrowY:F,shouldHideArrow:H,children:CS(Ii.div,{"data-side":D,"data-align":k,...v,ref:I,style:{...v.style,animation:V?void 0:"none"}})})})}),_v.displayName=Ev,Ov="PopperArrow",Sv={top:"bottom",right:"left",bottom:"top",left:"right"},(Rv=iS.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,r=CM(Ov,n),a=Sv[r.placedSide];return CS("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:CS(yv,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=Ov,Mv=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]=rr(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}}}}),Pv=Cv,Nv=Av,Bv=_v,Tv=Rv,Vv="rovingFocusGroup.onEntryFocus",Gv={bubbles:!1,cancelable:!0},Dv="RovingFocusGroup";var[xM,AM,EM]=Un(Dv),[_M,OM]=o(Dv,[EM]),[SM,RM]=_M(Dv);(kv=iS.forwardRef((e,t)=>CS(xM.Provider,{scope:e.__scopeRovingFocusGroup,children:CS(xM.Slot,{scope:e.__scopeRovingFocusGroup,children:CS(Lv,{...e,ref:t})})}))).displayName=Dv,Lv=iS.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=iS.useRef(null),v=l(t,g),b=Jn(a),[w,y]=u({prop:i,defaultProp:c??null,onChange:d,caller:Dv}),[I,C]=iS.useState(!1),x=h(p),A=AM(n),E=iS.useRef(!1),[_,O]=iS.useState(0);return iS.useEffect(()=>{const e=g.current;if(e)return e.addEventListener(Vv,x),()=>e.removeEventListener(Vv,x)},[x]),CS(SM,{scope:n,orientation:o,dir:b,loop:r,currentTabStopId:w,onItemFocus:iS.useCallback(e=>y(e),[y]),onItemShiftTab:iS.useCallback(()=>C(!0),[]),onFocusableItemAdd:iS.useCallback(()=>O(e=>e+1),[]),onFocusableItemRemove:iS.useCallback(()=>O(e=>e-1),[]),children:CS(Ii.div,{tabIndex:I||0===_?-1:0,"data-orientation":o,...f,ref:v,style:{outline:"none",...e.style},onMouseDown:s(e.onMouseDown,()=>{E.current=!0}),onFocus:s(e.onFocus,e=>{const t=!E.current;if(e.target===e.currentTarget&&t&&!I){const t=new CustomEvent(Vv,Gv);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=A().filter(e=>e.focusable);ar([e.find(e=>e.active),e.find(e=>e.id===w),...e].filter(Boolean).map(e=>e.ref.current),m)}}E.current=!1}),onBlur:s(e.onBlur,()=>C(!1))})})}),zv="RovingFocusGroupItem",Fv=iS.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:a,children:i,...l}=e,u=c(),d=a||u,p=RM(zv,n),m=p.currentTabStopId===d,f=AM(n),{onFocusableItemAdd:g,onFocusableItemRemove:h,currentTabStopId:v}=p;return iS.useEffect(()=>{if(o)return g(),()=>h()},[o,g,h]),CS(xM.ItemSlot,{scope:n,id:d,focusable:o,active:r,children:CS(Ii.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 Hv[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(()=>ar(r))}var n,o}),children:"function"==typeof i?i({isCurrentTabStop:m,hasTabStop:null!=v}):i})})}),Fv.displayName=zv,Hv={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},Wv=kv,Xv=Fv,jv=["Enter"," "],Zv=["ArrowUp","PageDown","End"],qv=[...["ArrowDown","PageUp","Home"],...Zv],Yv={ltr:[...jv,"ArrowRight"],rtl:[...jv,"ArrowLeft"]},Jv={ltr:["ArrowLeft"],rtl:["ArrowRight"]},Uv="Menu";var[MM,PM,NM]=Un(Uv),[BM,TM]=o(Uv,[NM,bM,OM]);Qv=bM(),Kv=OM();var[VM,GM]=BM(Uv),[DM,kM]=BM(Uv);($v=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:a,modal:i=!0}=e,l=Qv(t),[s,c]=iS.useState(null),u=iS.useRef(!1),d=h(a),p=Jn(r);return iS.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})}},[]),CS(Pv,{...l,children:CS(VM,{scope:t,open:n,onOpenChange:d,content:s,onContentChange:c,children:CS(DM,{scope:t,onClose:iS.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:i,children:o})})})}).displayName=Uv,eb="MenuAnchor",(tb=iS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Qv(n);return CS(Nv,{...r,...o,ref:t})})).displayName=eb,nb="MenuPortal";var[LM,zM]=BM(nb,{forceMount:void 0});(ob=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,a=GM(nb,t);return CS(LM,{scope:t,forceMount:n,children:CS(Li,{present:n||a.open,children:CS(ki,{asChild:!0,container:r,children:o})})})}).displayName=nb,rb="MenuContent";var[FM,HM]=BM(rb);ab=iS.forwardRef((e,t)=>{const n=zM(rb,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=GM(rb,e.__scopeMenu),i=kM(rb,e.__scopeMenu);return CS(MM.Provider,{scope:e.__scopeMenu,children:CS(Li,{present:o||a.open,children:CS(MM.Slot,{scope:e.__scopeMenu,children:i.modal?CS(ib,{...r,ref:t}):CS(lb,{...r,ref:t})})})})}),ib=iS.forwardRef((e,t)=>{const n=GM(rb,e.__scopeMenu),o=iS.useRef(null),r=l(t,o);return iS.useEffect(()=>{const e=o.current;if(e)return Xl(e)},[]),CS(cb,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),lb=iS.forwardRef((e,t)=>{const n=GM(rb,e.__scopeMenu);return CS(cb,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),sb=d("MenuContent.ScrollLock"),cb=iS.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=GM(rb,n),w=kM(rb,n),y=Qv(n),I=Kv(n),C=PM(n),[x,A]=iS.useState(null),E=iS.useRef(null),O=l(t,E,b.onContentChange),S=iS.useRef(0),R=iS.useRef(""),M=iS.useRef(0),P=iS.useRef(null),N=iS.useRef("right"),B=iS.useRef(0),T=h?Vl:iS.Fragment,V=h?{as:sb,allowPinchZoom:!0}:void 0,G=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())};iS.useEffect(()=>()=>window.clearTimeout(S.current),[]),_();const D=iS.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 CS(FM,{scope:n,searchRef:R,onItemEnter:iS.useCallback(e=>{D(e)&&e.preventDefault()},[D]),onItemLeave:iS.useCallback(e=>{D(e)||(E.current?.focus(),A(null))},[D]),onTriggerLeave:iS.useCallback(e=>{D(e)&&e.preventDefault()},[D]),pointerGraceTimerRef:M,onPointerGraceIntentChange:iS.useCallback(e=>{P.current=e},[]),children:CS(T,{...V,children:CS(Vi,{asChild:!0,trapped:r,onMountAutoFocus:s(a,e=>{e.preventDefault(),E.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:i,children:CS(Si,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,children:CS(Wv,{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:CS(Bv,{role:"menu","aria-orientation":"vertical","data-state":ir(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&&G(e.key));const r=E.current;if(e.target!==r)return;if(!qv.includes(e.key))return;e.preventDefault();const a=C().filter(e=>!e.disabled).map(e=>e.ref.current);Zv.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,cr(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}}))})})})})})})}),ab.displayName=rb,ub="MenuGroup",(db=iS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return CS(Ii.div,{role:"group",...o,ref:t})})).displayName=ub,pb="MenuLabel",(mb=iS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return CS(Ii.div,{...o,ref:t})})).displayName=pb,fb="MenuItem",gb="menu.itemSelect",(hb=iS.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,a=iS.useRef(null),i=kM(fb,e.__scopeMenu),c=HM(fb,e.__scopeMenu),u=l(t,a),d=iS.useRef(!1);return CS(vb,{...r,ref:u,disabled:n,onClick:s(e.onClick,()=>{const e=a.current;if(!n&&e){const t=new CustomEvent(gb,{bubbles:!0,cancelable:!0});e.addEventListener(gb,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||jv.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=fb,vb=iS.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...a}=e,i=HM(fb,n),c=Kv(n),u=iS.useRef(null),d=l(t,u),[p,m]=iS.useState(!1),[f,g]=iS.useState("");return iS.useEffect(()=>{const e=u.current;e&&g((e.textContent??"").trim())},[a.children]),CS(MM.ItemSlot,{scope:n,disabled:o,textValue:r??f,children:CS(Xv,{asChild:!0,...c,focusable:!o,children:CS(Ii.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,cr(e=>{if(o)i.onItemLeave(e);else if(i.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:s(e.onPointerLeave,cr(e=>i.onItemLeave(e))),onFocus:s(e.onFocus,()=>m(!0)),onBlur:s(e.onBlur,()=>m(!1))})})})}),bb="MenuCheckboxItem",(wb=iS.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...r}=e;return CS(jM,{scope:e.__scopeMenu,checked:n,children:CS(hb,{role:"menuitemcheckbox","aria-checked":lr(n)?"mixed":n,...r,ref:t,"data-state":sr(n),onSelect:s(r.onSelect,()=>o?.(!!lr(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=bb,yb="MenuRadioGroup";var[WM,XM]=BM(yb,{value:void 0,onValueChange:()=>{}});(Ib=iS.forwardRef((e,t)=>{const{value:n,onValueChange:o,...r}=e,a=h(o);return CS(WM,{scope:e.__scopeMenu,value:n,onValueChange:a,children:CS(db,{...r,ref:t})})})).displayName=yb,Cb="MenuRadioItem",(xb=iS.forwardRef((e,t)=>{const{value:n,...o}=e,r=XM(Cb,e.__scopeMenu),a=n===r.value;return CS(jM,{scope:e.__scopeMenu,checked:a,children:CS(hb,{role:"menuitemradio","aria-checked":a,...o,ref:t,"data-state":sr(a),onSelect:s(o.onSelect,()=>r.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=Cb,Ab="MenuItemIndicator";var[jM,ZM]=BM(Ab,{checked:!1});(Eb=iS.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...r}=e,a=ZM(Ab,n);return CS(Li,{present:o||lr(a.checked)||!0===a.checked,children:CS(Ii.span,{...r,ref:t,"data-state":sr(a.checked)})})})).displayName=Ab,_b="MenuSeparator",(Ob=iS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return CS(Ii.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=_b,Sb="MenuArrow",(Rb=iS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=Qv(n);return CS(Tv,{...r,...o,ref:t})})).displayName=Sb,Mb="MenuSub";var[qM,YM]=BM(Mb);Pb="MenuSubTrigger",(Nb=iS.forwardRef((e,t)=>{const n=GM(Pb,e.__scopeMenu),o=kM(Pb,e.__scopeMenu),r=YM(Pb,e.__scopeMenu),a=HM(Pb,e.__scopeMenu),l=iS.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:u}=a,d={__scopeMenu:e.__scopeMenu},p=iS.useCallback(()=>{l.current&&window.clearTimeout(l.current),l.current=null},[]);return iS.useEffect(()=>p,[p]),iS.useEffect(()=>{const e=c.current;return()=>{window.clearTimeout(e),u(null)}},[c,u]),CS(tb,{asChild:!0,...d,children:CS(vb,{id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":ir(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,cr(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,cr(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||Yv[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=Pb,Bb="MenuSubContent",(Tb=iS.forwardRef((e,t)=>{const n=zM(rb,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=GM(rb,e.__scopeMenu),i=kM(rb,e.__scopeMenu),c=YM(Bb,e.__scopeMenu),u=iS.useRef(null),d=l(t,u);return CS(MM.Provider,{scope:e.__scopeMenu,children:CS(Li,{present:o||a.open,children:CS(MM.Slot,{scope:e.__scopeMenu,children:CS(cb,{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=Jv[i.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})})).displayName=Bb,Vb=$v,Gb=tb,Db=ob,kb=ab,Lb=db,zb=mb,Fb=hb,Hb=wb,Wb=Ib,Xb=xb,jb=Eb,Zb=Ob,qb=Rb,Yb=Nb,Jb=Tb,Ub="DropdownMenu";var[JM]=o(Ub,[TM]);Qb=TM();var[UM,QM]=JM(Ub);(Kb=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:a,onOpenChange:i,modal:l=!0}=e,s=Qb(t),d=iS.useRef(null),[p,m]=u({prop:r,defaultProp:a??!1,onChange:i,caller:Ub});return CS(UM,{scope:t,triggerId:c(),triggerRef:d,contentId:c(),open:p,onOpenChange:m,onOpenToggle:iS.useCallback(()=>m(e=>!e),[m]),modal:l,children:CS(Vb,{...s,open:p,onOpenChange:m,dir:o,modal:l,children:n})})}).displayName=Ub,$b="DropdownMenuTrigger",(ew=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,a=QM($b,n),l=Qb(n);return CS(Gb,{asChild:!0,...l,children:CS(Ii.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=$b,(tw=e=>{const{__scopeDropdownMenu:t,...n}=e,o=Qb(t);return CS(Db,{...o,...n})}).displayName="DropdownMenuPortal",nw="DropdownMenuContent",(ow=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=QM(nw,n),a=Qb(n),i=iS.useRef(!1);return CS(kb,{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=nw,rw="DropdownMenuGroup",(aw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Lb,{...r,...o,ref:t})})).displayName=rw,iw="DropdownMenuLabel",(lw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(zb,{...r,...o,ref:t})})).displayName=iw,sw="DropdownMenuItem",(cw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Fb,{...r,...o,ref:t})})).displayName=sw,uw="DropdownMenuCheckboxItem",iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Hb,{...r,...o,ref:t})}).displayName=uw,dw="DropdownMenuRadioGroup",(pw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Wb,{...r,...o,ref:t})})).displayName=dw,mw="DropdownMenuRadioItem",(fw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Xb,{...r,...o,ref:t})})).displayName=mw,gw="DropdownMenuItemIndicator",iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(jb,{...r,...o,ref:t})}).displayName=gw,hw="DropdownMenuSeparator",(vw=iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Zb,{...r,...o,ref:t})})).displayName=hw,bw="DropdownMenuArrow",iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(qb,{...r,...o,ref:t})}).displayName=bw,ww="DropdownMenuSubTrigger",iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Yb,{...r,...o,ref:t})}).displayName=ww,yw="DropdownMenuSubContent",iS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=Qb(n);return CS(Jb,{...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=yw,Iw=Kb,Cw=ew,xw=tw,Aw=ow,Ew=aw,_w=lw,Ow=cw,Sw=pw,Rw=fw,Mw=vw,Pw="Dropdown-modules_content__hz-wg",Nw="Dropdown-modules_scrollableArea__9SHHg",Bw="Dropdown-modules_item__67YXq",Tw="Dropdown-modules_label__05rx3",Vw="Dropdown-modules_warning__dIJD1",Gw="Dropdown-modules_separator__dNtZP";const KM=lS.forwardRef(({children:e,className:t,...n},o)=>lS.createElement(xw,{...n},lS.createElement(Aw,{className:gi(Pw,"demio-ui-dropdown-content",t),...n,ref:o},lS.createElement("div",{className:Nw},e)))),$M=lS.forwardRef(({className:e,...t},n)=>lS.createElement(Mw,{ref:n,...t,className:gi(Gw,"demio-ui-dropdown-separator",e)})),eP=Iw,tP=Cw,nP=_w,oP=Ow,rP=Ew,aP=xw,iP=Sw,lP=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:r=!1,onSelect:a,...i})=>{const l=gi(Bw,"demio-ui-dropdown-item",{[t]:t,[Vw]:n,"demio-ui-dropdown-label":o,[Tw]:o});return o?lS.createElement(_w,{className:l,...i},e):lS.createElement(Ow,{className:l,disabled:r,onSelect:a,...i},e)},sP=({children:e,className:t="",disabled:n=!1,onSelect:o,value:r,...a})=>{const i=gi(Bw,{[t]:t});return lS.createElement(Rw,{className:i,value:r,disabled:n,onSelect:o,...a},e)};Dw={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"},kw="InfoBanner-modules_infoBanner__6KCFX",Lw="InfoBanner-modules_infoBannerWrapper__mUG2s",zw="InfoBanner-modules_contentWrapper__GVYBK",Fw="InfoBanner-modules_title__HqhSZ",Hw="InfoBanner-modules_iconWrapper__MiPMN";const cP=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:r=null,title:a=null})=>lS.createElement("div",{className:gi(kw,"demio-ui-info-banner",t)},lS.createElement("div",{className:gi(Lw,"demio-ui-info-banner-wrapper")},o&&lS.createElement("div",{className:gi(Hw,"demio-ui-info-banner-iconWrapper")},n||lS.createElement(of,null)),e||lS.createElement("div",{className:gi(zw,"demio-ui-info-banner-contentWrapper")},a&&lS.createElement("span",{className:gi(Fw,"demio-ui-info-banner-title")},a),r&&lS.createElement("span",{className:"demio-ui-info-banner-text"},r))));Ww="ModalScrollable-modules_overlay__e4-c1",Xw="ModalScrollable-modules_closeBtn__prSB-",jw="ModalScrollable-modules_isHidden__rqtyM",Zw="ModalScrollable-modules_title__TzPu5",qw="ModalScrollable-modules_withHeader__OTqO-",Yw="ModalScrollable-modules_header__BaeDK",Jw="ModalScrollable-modules_noTitle__Aeqsv",Uw="ModalScrollable-modules_content__oWfLS",Qw="ModalScrollable-modules_body__zrctf",Kw="ModalScrollable-modules_footer__fxnqN",$w="ModalScrollable-modules_footerButtonsContainer__MhbTv",ey="ModalScrollable-modules_withFooter__HDHPq",ty="ModalScrollable-modules_btn__KdfVl";const uP=uS(cS(({children:e,customBodyClass:t="",customCloseBtnClass:n="",customContentClass:o="",customFooterClass:r="",customOverlayClass:a="",customTitleClass:i="",footer:l,header:s,isClosable:c=!0,isCloseButtonVisible:u=!0,isOkBtnDisabled:d=!1,isOpen:p,isOpenByDefault:m=!1,onOpenChange:f,portalContainer:g,title:h="",cancelBtnText:v="Cancel",customCancelBtnClass:b="",cancelBtnColor:w="dark",cancelBtnVariant:y="tertiary",isAvailableCancelBtn:I=!0,isCancelBtnLoading:C=!1,onCancel:x,okBtnText:A="ok",customOkBtnClass:E="",okBtnColor:_="green",okBtnVariant:O="primary",isOkBtnLoading:S=!1,isAvailableOkBtn:R=!0,onOk:M},P)=>{const N=e=>{f?.(e)},B=(e=null)=>{x?.(e),N(!1)};return lS.createElement(hs,{defaultOpen:m,open:p,onOpenChange:N},lS.createElement(bs,{container:g||void 0},lS.createElement(ws,{className:gi("demio-ui-scrollable-modal-overlay",Ww,a),"data-testid":"scrollable-modal-overlay"}),lS.createElement(ys,{"aria-describedby":void 0,className:gi("demio-ui-scrollable-modal-content",Uw,o),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{c?B():e?.preventDefault()},ref:P},lS.createElement(Is,{className:gi("demio-ui-scrollable-modal-title",Zw,{"no-title":!h,[jw]:!h,"with-header":!!s,[qw]:!!s},i),"data-testid":"scrollable-modal-title"},h),!!s&&lS.createElement("div",{className:gi("demio-ui-scrollable-modal-header",Yw,{"without-title":!h,[Jw]:!h}),"data-testid":"scrollable-modal-header"},s),lS.createElement(xs,{className:gi("demio-ui-scrollable-modal-close-btn",Xw,{"no-close-btn":!u,[jw]:!u},n),"data-testid":"scrollable-modal-close-btn",onClick:B},lS.createElement(Ks,null)),lS.createElement("div",{className:gi("demio-ui-scrollable-modal-body",Qw,t),"data-testid":"scrollable-modal-body"},e),(I||R||!!l)&&lS.createElement("div",{className:gi("demio-ui-scrollable-modal-footer",Kw,r),"data-testid":"scrollable-modal-footer"},l,(I||R)&&lS.createElement("div",{className:gi("demio-ui-scrollable-modal-footer-buttons-container",$w,{"with-footer":!!l,[ey]:!!l}),"data-testid":"scrollable-modal-footer-buttons-container"},I&&lS.createElement(qS,{className:gi("demio-ui-scrollable-modal-footer-cancel-btn",ty,b),color:w,"data-testid":"scrollable-modal-footer-cancel-btn",onClick:B,showLoader:C,variant:y},v),R&&lS.createElement(qS,{className:gi("demio-ui-scrollable-modal-footer-ok-btn",ty,E),color:_,"data-testid":"scrollable-modal-footer-ok-btn",disabled:d,onClick:e=>{M?.(e)},showLoader:S,variant:O},A))))))}));var dP,pP,mP,fP;for(ny=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],oy=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(mP){}}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}(),ry="-ms-",ay="-moz-",iy="-webkit-",ly="comm",sy="rule",cy="decl",uy="@import",dy="@keyframes",py="@layer",my=Math.abs,fy=String.fromCharCode,gy=Object.assign,hy=1,vy=1,by=0,wy=0,yy=0,Iy="",Cy=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}},xy="undefined"!=typeof document,Ay=function(e,t,n){for(var o=0,r=0;o=r,r=Lr(),38===o&&12===r&&(t[n]=1),!Hr(r);)kr();return Fr(e,wy)},Ey=function(e,t){var n=-1,o=44;do{switch(Hr(o)){case 0:38===o&&12===Lr()&&(t[n]=1),e[n]+=Ay(wy-1,t,n);break;case 2:e[n]+=jr(o);break;case 4:if(44===o){e[++n]=58===Lr()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=fy(o)}}while(o=kr());return e},_y=function(e,t){return Xr(Ey(Wr(e),t))},Oy=new WeakMap,Sy=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)||Oy.get(n))&&!o)for(Oy.set(e,!0),a=_y(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]}},Ry=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},My=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case cy:e.return=ia(e.value,e.length);break;case dy:return na([Gr(e,{value:Sr(e.value,"@","@"+iy)})],o);case sy: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 na([Gr(e,{props:[Sr(t,/:(read-\w+)/,":"+ay+"$1")]})],o);case"::placeholder":return na([Gr(e,{props:[Sr(t,/:(plac\w+)/,":"+iy+"input-$1")]}),Gr(e,{props:[Sr(t,/:(plac\w+)/,":"+ay+"$1")]}),Gr(e,{props:[Sr(t,/:(plac\w+)/,ry+"input-$1")]})],o)}return""})}},Py=xy?void 0:Cy(function(){return aa(function(){return{}})}),Ny=[My],By=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 xy&&"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||Ny,o={},a=[],xy&&(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=[Sy,Ry],Py?(p=[oa],m=ra(l.concat(n,p)),f=function(e){return na(Qr(e),m)},g=Py(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=[oa,(b=function(e){s.insert(e)},function(e){e.root||(e=e.return)&&b(e)})],u=ra(l.concat(n,c)),d=function(e){return na(Qr(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 oy({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},Ty="undefined"!=typeof document,Vy=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===Ty&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},Gy=function(e,t,n){var o,r,a,i;if(Vy(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),Ty||void 0===i||(r+=i),a=a.next}while(void 0!==a);if(!Ty&&0!==r.length)return r}},Dy={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},ky=/[A-Z]|^ms/g,Ly=/_EMO_([^_]+?)_([^]*?)_EMO_/g,zy=function(e){return 45===e.charCodeAt(1)},Fy=function(e){return null!=e&&"boolean"!=typeof e},Hy=aa(function(e){return zy(e)?e:e.replace(ky,"-$&").toLowerCase()}),Wy=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Ly,function(e,t,n){return jy={name:t,styles:n,next:jy},t})}return 1===Dy[e]||zy(e)||"number"!=typeof t||0===t?t:t+"px"},Xy=/label:\s*([^\s;{]+)\s*(;|$)/g,Zy="undefined"!=typeof document,qy=function(e){return e()},Yy=!!iS.useInsertionEffect&&iS.useInsertionEffect,Jy=Zy&&Yy||qy,Uy="undefined"!=typeof document,(Qy=iS.createContext("undefined"!=typeof HTMLElement?By({key:"css"}):null)).Provider,Ky=function(e){return cS(function(t,n){var o=gS(Qy);return e(t,o,n)})},Uy||(Ky=function(e){return function(t){var n=gS(Qy);return null===n?(n=By({key:"css"}),iS.createElement(Qy.Provider,{value:n},e(t,n))):e(t,n)}}),$y=iS.createContext({}),eI={}.hasOwnProperty,tI="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",nI=function(e,t){var n,o={};for(n in t)eI.call(t,n)&&(o[n]=t[n]);return o[tI]=e,o},oI=function(e){var t,n,o,r,a=e.cache,i=e.serialized,l=e.isStringTag;if(Vy(a,i,l),t=Jy(function(){return Gy(a,i,l)}),!Uy&&void 0!==t){for(o=i.name,r=i.next;void 0!==r;)o+=" "+r.name,r=r.next;return iS.createElement("style",((n={})["data-emotion"]=a.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=a.sheet.nonce,n))}return null},rI=Ky(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[tI],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=sa(r,void 0,iS.useContext($y)),a+=t.key+"-"+i.name,l={},e)eI.call(e,s)&&"css"!==s&&s!==tI&&(l[s]=e[s]);return l.className=a,n&&(l.ref=n),iS.createElement(iS.Fragment,null,iS.createElement(oI,{cache:t,serialized:i,isStringTag:"string"==typeof o}),iS.createElement(o,l))}),aI=rI,iI=function(e,t){var n,o,r,a=arguments;if(null==t||!eI.call(t,"css"))return iS.createElement.apply(void 0,a);for(n=a.length,(o=new Array(n))[0]=aI,o[1]=nI(e,t),r=2;r<n;r++)o[r]=a[r];return iS.createElement.apply(null,o)},dP=iI||(iI={}),pP||(pP=dP.JSX||(dP.JSX={})),lI="undefined"!=typeof document,sI=lI?fS:function(){},cI=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],uI=function(){},dI=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===dr(e)&&null!==e?[e]:[];var t},pI=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,gr({},wr(e,cI))},mI=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)}},fI=!1,gI={get passive(){return fI=!0}},(hI="undefined"!=typeof window?window:{}).addEventListener&&hI.removeEventListener&&(hI.addEventListener("p",uI,gI),hI.removeEventListener("p",uI,!1)),vI=fI,bI=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=br(e,1)[0];return!n.includes(t)}),r.reduce(function(e,t){var n=br(t,2),o=n[0],r=n[1];return e[o]=r,e},{})},wI=["children","innerProps"],yI=["children","innerProps"],II=function(e){return"auto"===e?"bottom":e},CI=function(e,t){var n,o=e.placement,r=e.theme,a=r.borderRadius,i=r.spacing,l=r.colors;return gr((mr(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),mr(n,"position","absolute"),mr(n,"width","100%"),mr(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})},xI=vS(null),AI=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=gS(xI)||{},c=s.setPortalPlacement,u=dS(null),d=sS(o),p=br(d,2),m=p[0],f=p[1],g=sS(null),h=br(g,2),v=h[0],b=h[1],w=l.spacing.controlHeight;return sI(function(){var e,t,l=u.current;l&&(e="fixed"===a,t=ya({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:gr(gr({},e),{},{placement:v||II(r),maxHeight:m})})},EI=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return iI("div",yr({},mI(e,"menu",{menu:!0}),{ref:n},o),t)},_I=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return gr({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},OI=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,r=e.isMulti;return iI("div",yr({},mI(e,"menuList",{"menu-list":!0,"menu-list--is-multi":r}),{ref:o},n),t)},SI=function(e,t){var n=e.theme,o=n.spacing.baseUnit,r=n.colors;return gr({textAlign:"center"},t?{}:{color:r.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},RI=SI,MI=SI,PI=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,r=wr(e,wI);return iI("div",yr({},mI(gr(gr({},r),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},NI=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,r=wr(e,yI);return iI("div",yr({},mI(gr(gr({},r),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},BI=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}},TI=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=dS(null),d=dS(null),p=sS(II(s)),m=br(p,2),f=m[0],g=m[1],h=hS(function(){return{setPortalPlacement:g}},[]),v=sS(null),b=br(v,2),w=b[0],y=b[1],I=pS(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 sI(function(){I()},[I]),t=pS(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]),sI(function(){t()},[t]),n=pS(function(e){u.current=e,t()},[t]),!r&&"fixed"!==c||!w?null:(o=iI("div",yr({ref:n},mI(gr(gr({},e),{},{offset:w.offset,position:c,rect:w.rect}),"menuPortal",{"menu-portal":!0}),l),a),iI(xI.Provider,{value:h},r?OS(o,r):o))},VI=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},GI=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,r=e.isRtl;return iI("div",yr({},mI(e,"container",{"--is-disabled":o,"--is-rtl":r}),n),t)},DI=function(e,t){var n=e.theme.spacing,o=e.isMulti,r=e.hasValue,a=e.selectProps.controlShouldRenderValue;return gr({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")})},kI=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,r=e.hasValue;return iI("div",yr({},mI(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":r}),n),t)},LI=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},zI=function(e){var t=e.children,n=e.innerProps;return iI("div",yr({},mI(e,"indicatorsContainer",{indicators:!0}),n),t)},HI=["size"],WI=["innerProps","isRtl","size"],XI="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)."}},jI=function(e){var t=e.size,n=wr(e,HI);return iI("svg",yr({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:XI},n))},ZI=function(e){return iI(jI,yr({size:20},e),iI("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"}))},qI=function(e){return iI(jI,yr({size:20},e),iI("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"}))},YI=function(e,t){var n=e.isFocused,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return gr({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?a.neutral60:a.neutral20,padding:2*r,":hover":{color:n?a.neutral80:a.neutral40}})},JI=YI,UI=function(e){var t=e.children,n=e.innerProps;return iI("div",yr({},mI(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||iI(qI,null))},QI=YI,KI=function(e){var t=e.children,n=e.innerProps;return iI("div",yr({},mI(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||iI(ZI,null))},$I=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return gr({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?a.neutral10:a.neutral20,marginBottom:2*r,marginTop:2*r})},eC=function(e){var t=e.innerProps;return iI("span",yr({},t,mI(e,"indicatorSeparator",{"indicator-separator":!0})))},tC=function(){var e=ca.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_"}}}(FI||(mP=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],fP||(fP=mP.slice(0)),FI=Object.freeze(Object.defineProperties(mP,{raw:{value:Object.freeze(fP)}})))),nC=function(e,t){var n=e.isFocused,o=e.size,r=e.theme,a=r.colors,i=r.spacing.baseUnit;return gr({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})},oC=function(e){var t=e.delay,n=e.offset;return iI("span",{css:ca({animation:"".concat(tC," 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= */")})},rC=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,r=void 0===o?4:o,a=wr(e,WI);return iI("div",yr({},mI(gr(gr({},a),{},{innerProps:t,isRtl:n,size:r}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),iI(oC,{delay:0,offset:n}),iI(oC,{delay:160,offset:!0}),iI(oC,{delay:320,offset:!n}))},aC=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.theme,a=r.colors,i=r.borderRadius;return gr({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}})},iC=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.innerRef,a=e.innerProps,i=e.menuIsOpen;return iI("div",yr({ref:r},mI(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":i}),a,{"aria-disabled":n||void 0}),t)},lC=["data"],sC=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},cC=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 iI("div",yr({},mI(e,"group",{group:!0}),l),iI(a,yr({},i,{selectProps:u,theme:c,getStyles:o,getClassNames:r,cx:n}),s),iI("div",null,t))},uC=function(e,t){var n=e.theme,o=n.colors,r=n.spacing;return gr({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"})},dC=function(e){var t,n=pI(e);return n.data,t=wr(n,lC),iI("div",yr({},mI(e,"groupHeading",{"group-heading":!0}),t))},pC=cC,mC=["innerRef","isDisabled","isHidden","inputClassName"],fC=function(e,t){var n=e.isDisabled,o=e.value,r=e.theme,a=r.spacing,i=r.colors;return gr(gr({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},hC),t?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:i.neutral80})},hC={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":gr({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},gC={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},vC=function(e){return gr({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},gC)},bC=function(e){var t=e.cx,n=e.value,o=pI(e),r=o.innerRef,a=o.isDisabled,i=o.isHidden,l=o.inputClassName,s=wr(o,mC);return iI("div",yr({},mI(e,"input",{"input-container":!0}),{"data-value":n||""}),iI("input",yr({className:t({input:!0},l),ref:r,style:vC(i),disabled:a},s)))},wC=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors;return gr({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:a.neutral10,borderRadius:r/2,margin:o.baseUnit/2})},yC=function(e,t){var n=e.theme,o=n.borderRadius,r=n.colors,a=e.cropWithEllipsis;return gr({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})},IC=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors,i=e.isFocused;return gr({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}})},xC=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 iI(s,{data:o,innerProps:gr(gr({},mI(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),r),selectProps:l},iI(c,{data:o,innerProps:gr({},mI(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),iI(u,{data:o,innerProps:gr(gr({},mI(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},i),selectProps:l}))},AC=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.isSelected,a=e.theme,i=a.spacing,l=a.colors;return gr({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}})},EC=function(e,t){var n=e.theme,o=n.spacing,r=n.colors;return gr({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:r.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},_C=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing,a=o.colors;return gr({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})},OC={ClearIndicator:KI,Control:iC,DropdownIndicator:UI,DownChevron:qI,CrossIcon:ZI,Group:pC,GroupHeading:dC,IndicatorsContainer:zI,IndicatorSeparator:eC,Input:bC,LoadingIndicator:rC,Menu:EI,MenuList:OI,MenuPortal:TI,LoadingMessage:NI,NoOptionsMessage:PI,MultiValue:xC,MultiValueContainer:CC=function(e){var t=e.children,n=e.innerProps;return iI("div",n,t)},MultiValueLabel:CC,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return iI("div",yr({role:"button"},n),t||iI(ZI,{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 iI("div",yr({},mI(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 iI("div",yr({},mI(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:GI,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return iI("div",yr({},mI(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:kI},SC=function(e){return gr(gr({},OC),e.components)},RC=Number.isNaN||function(e){return"number"==typeof e&&e!=e},MC="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)."}},PC=function(e){return iI("span",yr({css:MC},e))},NC={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:"",".")}},BC=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=hS(function(){return gr(gr({},NC),u||{})},[u]),A=hS(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=gr({isDisabled:l&&f(l,i),label:s,labels:u},t),m=x.onChange(p)),m},[t,x,f,i,d]),E=hS(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]),_=hS(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=hS(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=iI(wS,null,iI("span",{id:"aria-selection"},A),iI("span",{id:"aria-focused"},E),iI("span",{id:"aria-results"},_),iI("span",{id:"aria-guidance"},S));return iI(wS,null,iI(PC,{id:s},O&&R),iI(PC,{"aria-live":C,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!O&&R))},TC=BC,VC=[{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źẑżžẓẕƶȥɀⱬꝣ"}],GC=new RegExp("["+VC.map(function(e){return e.letters}).join("")+"]","g"),DC={},kC=0;kC<VC.length;kC++)for(LC=VC[kC],zC=0;zC<LC.letters.length;zC++)DC[LC.letters[zC]]=LC.base;FC=function(e){return e.replace(GC,function(e){return DC[e]})},HC=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=Ca);var o=null;return n.clear=function(){o=null},n}(FC),WC=function(e){return e.replace(/^\s+|\s+$/g,"")},XC=function(e){return"".concat(e.label," ").concat(e.value)},jC=function(e){return function(t,n){var o,r,a,i,l,s,c,u;return!!t.data.__isNew__||(r=(o=gr({ignoreCase:!0,ignoreAccents:!0,stringify:XC,trim:!0,matchFrom:"any"},e)).ignoreCase,a=o.ignoreAccents,i=o.stringify,l=o.trim,s=o.matchFrom,c=l?WC(n):n,u=l?WC(i(t)):i(t),r&&(c=c.toLowerCase(),u=u.toLowerCase()),a&&(c=HC(c),u=FC(u)),"start"===s?u.substr(0,c.length)===c:u.indexOf(c)>-1)}},ZC=["innerRef"],qC=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},YC=["boxSizing","height","overflow","paddingRight","position"],JC={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},UC=!("undefined"==typeof window||!window.document||!window.document.createElement),QC=0,KC={capture:!1,passive:!1},$C=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},ex="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)."}},tx="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)."}},nx=function(e){var t=e.name,n=e.onFocus;return iI("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:tx,value:"",onChange:function(){}})},ox=nx,rx=function(e){return e.label},ax=function(e){return e.label},ix=function(e){return e.value},lx=function(e){return!!e.isDisabled},sx={clearIndicator:QI,container:VI,control:aC,dropdownIndicator:JI,group:sC,groupHeading:uC,indicatorsContainer:LI,indicatorSeparator:$I,input:fC,loadingIndicator:nC,loadingMessage:MI,menu:CI,menuList:_I,menuPortal:BI,multiValue:wC,multiValueLabel:yC,multiValueRemove:IC,noOptionsMessage:RI,option:AC,placeholder:EC,singleValue:_C,valueContainer:DI},ux={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:cx=4,controlHeight:38,menuGutter:2*cx}},dx={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:va(),captureMenuScroll:!va(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:jC(),formatGroupLabel:rx,getOptionLabel:ax,getOptionValue:ix,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:lx,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(mP){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},px=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},mx=function(e,t){return e.getOptionLabel(t)},fx=function(e,t){return e.getOptionValue(t)},gx=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},hx=1,vx=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(_r(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=wa(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(wa(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=wa(e,r,r[0]||null);n&&o.onChange(a,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return px(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return Va(Ba(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 da.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return mx(o.props,e)},o.getOptionValue=function(e){return fx(o.props,e)},o.getStyles=function(e,t){var n,r=o.props.unstyled,a=sx[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 SC(o.props)},o.buildCategorizedOptions=function(){return Ba(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return Ta(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:gr({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&&pa(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 gx(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||++hx),o.state.selectValue=dI(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=px(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&&Cr(e,t)}(e,bS);var t=function(e){var t=Ar();return function(){var n,o,r=xr(e);return t?(o=xr(this).constructor,n=Reflect.construct(r,arguments,o)):n=r.apply(this,arguments),Er(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&&ha(this.menuListRef,this.focusedOptionRef),(Ma()||Pa())&&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&&(ha(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(ux):gr(gr({},ux),this.props.theme):ux}},{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 Da(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return ka(this.props,e,t)}},{key:"filterOption",value:function(e,t){return La(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=gr(gr(gr({"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?iS.createElement(u,yr({},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)):iS.createElement(xa,yr({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:uI,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 iS.createElement(o,yr({},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],iS.createElement(l,yr({},c,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):f?null:iS.createElement(s,yr({},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"},iS.createElement(n,yr({},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"},iS.createElement(n,yr({},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,iS.createElement(a,yr({},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"},iS.createElement(a,yr({},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,E=b.menuIsOpen,_=b.menuPlacement,O=b.menuPosition,S=b.menuPortalTarget,R=b.menuShouldBlockScroll,M=b.menuShouldScrollIntoView,P=b.noOptionsMessage,N=b.onMenuScrollToTop,B=b.onMenuScrollToBottom;if(!E)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 iS.createElement(g,yr({},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"),iS.createElement(s,yr({},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=iS.createElement(m,h,n)}else{if(null===(o=P({inputValue:y})))return null;t=iS.createElement(f,h,o)}return r={minMenuHeight:x,maxMenuHeight:A,menuPlacement:_,menuPosition:O,menuShouldScrollIntoView:M},a=iS.createElement(AI,yr({},h,r),function(e){var n=e.ref,o=e.placerProps,a=o.placement,l=o.maxHeight;return iS.createElement(u,yr({},h,r,{innerRef:n,innerProps:{onMouseDown:i.onMenuMouseDown,onMouseMove:i.onMenuMouseMove},isLoading:I,placement:a}),iS.createElement(Sa,{captureEnabled:w,onTopArrive:N,onBottomArrive:B,lockEnabled:R},function(e){return iS.createElement(d,yr({},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?iS.createElement(p,yr({},h,{appendTo:S,controlElement:this.controlRef,menuPlacement:_,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),iS.createElement("input",{name:s,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return iS.createElement("input",{key:"i-".concat(t),name:s,type:"hidden",value:o.getOptionValue(e)})}):iS.createElement("input",{name:s,type:"hidden",value:""}),iS.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",iS.createElement("input",{name:s,type:"hidden",value:n})):void 0:iS.createElement(ox,{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 iS.createElement(TC,yr({},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 iS.createElement(o,yr({},d,{className:i,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:s,isFocused:u}),this.renderLiveRegion(),iS.createElement(t,yr({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:s,isFocused:u,menuIsOpen:c}),iS.createElement(r,yr({},d,{isDisabled:s}),this.renderPlaceholderOrValue(),this.renderInput()),iS.createElement(n,yr({},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=dI(v),C={};return!c||v===c.value&&h===c.options&&b===c.menuIsOpen&&w===c.inputValue||(n=b?function(e,t){return Ta(Ba(e,t))}(e,I):[],o=b?Va(Ba(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:px(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:wa(y,I,I[0]||null),options:I,action:"initial-input-focus"},s=!f),"initial-input-focus"===(null==p?void 0:p.action)&&(l=null),gr(gr(gr({},C),i),{},{prevProps:e,ariaSelection:l,prevWasFocused:s})}}]),e}(),vx.defaultProps=dx,bx=cS(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=wr(e,ny),g=br(sS(void 0!==l?l:n),2),h=g[0],v=g[1],b=br(sS(void 0!==s?s:r),2),w=b[0],y=b[1],I=br(sS(void 0!==m?m:i),2),C=I[0],x=I[1],A=pS(function(e,t){"function"==typeof c&&c(e,t),x(e)},[c]),E=pS(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),v(void 0!==n?n:e)},[u]),_=pS(function(){"function"==typeof p&&p(),y(!0)},[p]),O=pS(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 gr(gr({},f),{},{inputValue:S,menuIsOpen:R,onChange:A,onInputChange:E,onMenuClose:O,onMenuOpen:_,value:M})}(e);return iS.createElement(vx,yr({ref:t},n))}),wx=bx,yx="MultiSelect-modules_menuPortal__ul6k7",Ix="MultiSelect-modules_container__Mn9VS",Cx="MultiSelect-modules_menu__W5T89",xx="MultiSelect-modules_menuList__xbYKy",Ax="MultiSelect-modules_option__K81Xh",Ex="MultiSelect-modules_optionFocused__wx-Me",_x="MultiSelect-modules_optionDisabled__5vZh1",Ox="MultiSelect-modules_optionSelected__WQUPs",Sx="MultiSelect-modules_input__HhsgF",Rx="MultiSelect-modules_control__8x7-K",Mx="MultiSelect-modules_controlIsFocused__82GDX",Px="MultiSelect-modules_isDisabled__OstVw",Nx="MultiSelect-modules_placeholder__DbrLc",Bx="MultiSelect-modules_selectedValueWithIcon__N4AIn",Tx="MultiSelect-modules_selectedValueIcon__ziEbV",Vx="MultiSelect-modules_multiValue__PO-ik",Gx="MultiSelect-modules_indicator__tnLxc",Dx="MultiSelect-modules_indicatorIsDisabled__e6zXU",kx="MultiSelect-modules_controlIsOpened__x9-TZ",Lx="MultiSelect-modules_multiValueIsDisabled__nPxAv",zx="MultiSelect-modules_multiValueLabel__kDgH6",Fx="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",Hx="MultiSelect-modules_multiValueRemove__c6VU-",Wx="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",Xx="MultiSelect-modules_valueContainer__KLcgg",jx="MultiSelect-modules_singleValue__7-x1w",Zx="MultiSelect-modules_noOptionMessage__1T9-0",qx="MultiSelect-modules_errorMessage__crhXM",Yx="MultiSelect-modules_wrapper__NZzex",Jx="MultiSelect-modules_wrapperWithIcon__vnTpG",Ux="MultiSelect-modules_isMulti__xVDUR",Qx="MultiSelect-modules_label__q8Ey7",Kx="MultiSelect-modules_optional__3QTxE",$x="MultiSelect-modules_indicatorsContainer__wR6F-",eA="MultiSelect-modules_selectedValueText__wWMvy";const gP=e=>lS.createElement(OC.IndicatorsContainer,{...e,className:gi("demio-ui-multiselect-indicators-container",$x)},e.children),hP=e=>lS.createElement(OC.DropdownIndicator,{...e,className:gi("demio-ui-multiselect-indicator",Gx,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[Dx]:e.isDisabled})},lS.createElement(Wc,{className:gi("demio-ui-multiselect-indicator-icon")})),vP=e=>lS.createElement(OC.MultiValueRemove,{...e},lS.createElement(Ks,{className:gi("demio-ui-multiselect-multi-value-remove-icon")})),bP=()=>lS.createElement("p",{className:gi("demio-ui-multiselect-empty-options",Zx)},"No results found."),wP=uS(cS((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]=sS("");return mS(()=>{f(p)},[p]),lS.createElement("div",{className:gi("demio-ui-multiselect-wrapper",Yx,{[Jx]:!!d,[Ux]:i})},lS.createElement(wx,{...e,className:gi("demio-ui-multiselect",Ix,n),classNamePrefix:o,classNames:{control:e=>gi("demio-ui-multiselect-control",Rx,{"demio-ui-multiselect-control-focused":e.isFocused,[Mx]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[kx]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[Px]:e.isDisabled}),input:e=>gi("demio-ui-multiselect-input",Sx,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>gi("demio-ui-multiselect-menu",Cx),menuList:()=>gi("demio-ui-multiselect-menu-list",xx),menuPortal:()=>gi("demio-ui-multiselect-menu-portal",yx),multiValue:e=>gi("demio-ui-multiselect-multi-value",Vx,{"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,[Lx]:e.isDisabled}),multiValueLabel:e=>gi("demio-ui-multiselect-multi-value-label",zx,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[Fx]:e.isDisabled}),multiValueRemove:e=>gi("demio-ui-multiselect-multi-value-remove",Hx,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[Wx]:e.isDisabled}),option:e=>gi("demio-ui-multiselect-option",Ax,{"demio-ui-multiselect-option-selected":e.isSelected,[Ox]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[Ex]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[_x]:e.isDisabled}),placeholder:e=>gi("demio-ui-multiselect-placeholder",Nx,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>gi("demio-ui-multiselect-single-value",jx),valueContainer:()=>gi("demio-ui-multiselect-value-container",Xx)},components:{IndicatorSeparator:null,IndicatorsContainer:gP,DropdownIndicator:hP,MultiValueRemove:vP,NoOptionsMessage:bP,SingleValue:e=>lS.createElement(OC.SingleValue,{...e},d&&lS.createElement("span",{className:gi("demio-ui-multiselect-selected-value-with-icon",Bx)},lS.createElement("span",{className:gi("demio-ui-multiselect-selected-value-icon",Tx)},d)),lS.createElement("span",{className:gi("demio-ui-multiselect-selected-value-text",eA)},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&&lS.createElement("div",{className:gi("demio-ui-multiselect-label",Qx)},s),l&&lS.createElement("div",{className:gi("demio-ui-multiselect-optional",Kx)},"Optional"),!!r&&lS.createElement(Nn,{className:gi("demio-ui-multiselect-error",qx,a),type:"error"},r))}));tA="Pagination-modules_container__KyJ0Q",nA="Pagination-modules_button__wRk2o",oA="Pagination-modules_selected__ZgeXX",rA="Pagination-modules_rotated__k03AZ",aA="Pagination-modules_disabled__NU2ZU";const yP=uS(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:r,pageSize:a=10,total:i}=e,[l,s]=sS(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=pS(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 mS(()=>{s(v(n))},[n,v]),p&&lS.createElement("div",{"aria-label":"Pagination Navigation",className:gi("demio-ui-pagination",tA,t,{"demio-ui-pagination-disabled":o,[aA]:o}),role:"navigation"},lS.createElement(qS,{"aria-label":"Go to first page",className:gi("demio-ui-pagination-first",nA),disabled:u,onClick:()=>b(1)},lS.createElement(Uc,null)),lS.createElement(qS,{"aria-label":"Go to previous page",className:gi("demio-ui-pagination-previous",nA),disabled:u,onClick:()=>b(m)},lS.createElement(Kc,null)),d&&f>=1&&lS.createElement(qS,{"aria-label":`Go to page ${f}`,className:gi("demio-ui-pagination-previous-previous",nA),onClick:()=>b(f)},f),!u&&lS.createElement(qS,{"aria-label":`Go to page ${m}`,className:gi("demio-ui-pagination-previous-page",nA),onClick:()=>b(m)},m),lS.createElement(qS,{"aria-label":`Selected page ${l}`,className:gi("demio-ui-pagination-selected",nA,oA),onClick:()=>b(l)},l),!d&&lS.createElement(qS,{"aria-label":`Go to page ${g}`,className:gi("demio-ui-pagination-next-page",nA),onClick:()=>b(g)},g),u&&h<=c&&lS.createElement(qS,{"aria-label":`Go to page ${h}`,className:gi("demio-ui-pagination-next-next",nA),onClick:()=>b(h)},h),lS.createElement(qS,{"aria-label":"Go to next page",className:gi("demio-ui-pagination-next",nA,rA),disabled:d,onClick:()=>b(g)},lS.createElement(Kc,null)),lS.createElement(qS,{"aria-label":"Go to last page",className:gi("demio-ui-pagination-last",nA,rA),disabled:d,onClick:()=>b(c)},lS.createElement(Uc,null)))});iA="Popover";var[IP]=o(iA,[bM]);lA=bM();var[CP,xP]=IP(iA);(sA=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!1}=e,l=lA(t),s=iS.useRef(null),[d,p]=iS.useState(!1),[m,f]=u({prop:o,defaultProp:r??!1,onChange:a,caller:iA});return CS(Pv,{...l,children:CS(CP,{scope:t,contentId:c(),triggerRef:s,open:m,onOpenChange:f,onOpenToggle:iS.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:d,onCustomAnchorAdd:iS.useCallback(()=>p(!0),[]),onCustomAnchorRemove:iS.useCallback(()=>p(!1),[]),modal:i,children:n})})}).displayName=iA,cA="PopoverAnchor",iS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=xP(cA,n),a=lA(n),{onCustomAnchorAdd:i,onCustomAnchorRemove:l}=r;return iS.useEffect(()=>(i(),()=>l()),[i,l]),CS(Nv,{...a,...o,ref:t})}).displayName=cA,uA="PopoverTrigger",(dA=iS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=xP(uA,n),a=lA(n),i=l(t,r.triggerRef),c=CS(Ii.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":za(r.open),...o,ref:i,onClick:s(e.onClick,r.onOpenToggle)});return r.hasCustomAnchor?c:CS(Nv,{asChild:!0,...a,children:c})})).displayName=uA,pA="PopoverPortal";var[AP,EP]=IP(pA,{forceMount:void 0});(mA=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,a=xP(pA,t);return CS(AP,{scope:t,forceMount:n,children:CS(Li,{present:n||a.open,children:CS(ki,{asChild:!0,container:r,children:o})})})}).displayName=pA,fA="PopoverContent",(gA=iS.forwardRef((e,t)=>{const n=EP(fA,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,a=xP(fA,e.__scopePopover);return CS(Li,{present:o||a.open,children:a.modal?CS(vA,{...r,ref:t}):CS(bA,{...r,ref:t})})})).displayName=fA,hA=d("PopoverContent.RemoveScroll"),vA=iS.forwardRef((e,t)=>{const n=xP(fA,e.__scopePopover),o=iS.useRef(null),r=l(t,o),a=iS.useRef(!1);return iS.useEffect(()=>{const e=o.current;if(e)return Xl(e)},[]),CS(Vl,{as:hA,allowPinchZoom:!0,children:CS(wA,{...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})})})}),bA=iS.forwardRef((e,t)=>{const n=xP(fA,e.__scopePopover),o=iS.useRef(!1),r=iS.useRef(!1);return CS(wA,{...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()}})}),wA=iS.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=xP(fA,n),m=lA(n);return _(),CS(Vi,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:CS(Si,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:CS(Bv,{"data-state":za(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)"}})})})}),yA="PopoverClose",iS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=xP(yA,n);return CS(Ii.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})}).displayName=yA,IA="PopoverArrow",(CA=iS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=lA(n);return CS(Tv,{...r,...o,ref:t})})).displayName=IA,xA=sA,AA=dA,EA=mA,_A=gA,OA=CA,SA="Popover-modules_popoverContent__EQXkn",RA="Popover-modules_popoverTrigger__vCIUa",MA="Popover-modules_arrow__x1Xqe";const _P=({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?lS.createElement(xA,{open:i,onOpenChange:e=>{l&&"function"==typeof l&&l(e)}},lS.createElement(AA,{asChild:c,className:gi("demio-ui-popover-trigger",{[RA]:!0,[o]:!!o})},e),lS.createElement(EA,{container:r},lS.createElement(_A,{...a,className:gi("demio-ui-popover-content",SA,{[n]:!!n})},s&&lS.createElement(OA,{className:MA}),t))):e;PA=Symbol.for("react.lazy"),NA=iS[" use ".trim().toString()],BA=Symbol("radix.slottable"),TA=["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=Wa(e),n=iS.forwardRef((e,n)=>{let{children:o,...r}=e;Ha(o)&&"function"==typeof NA&&(o=NA(o._payload));const a=iS.Children.toArray(o),i=a.find(Xa);if(i){const e=i.props.children,o=a.map(t=>t===i?iS.Children.count(e)>1?iS.Children.only(null):iS.isValidElement(e)?e.props.children:null:t);return CS(t,{...r,ref:n,children:iS.isValidElement(e)?iS.cloneElement(e,void 0,o):null})}return CS(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=iS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),CS(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),VA="Progress",GA=100;var[OP]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>iS.createContext(e));return function(n){const o=n?.[e]||t;return iS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=iS.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=iS.useMemo(()=>i,Object.values(i));return CS(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=iS.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},Fa(o,...t)]}(VA),[SP,RP]=OP(VA);DA=iS.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:r,getValueLabel:a=ja,...i}=e;!r&&0!==r||Ya(r)||console.error(`Invalid prop \`max\` of value \`${`${r}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${GA}\`.`);const l=Ya(r)?r:GA;null===o||Ja(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 ${GA} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const s=Ja(o,l)?o:null,c=qa(s)?a(s,l):void 0;return CS(SP,{scope:n,value:s,max:l,children:CS(TA.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":qa(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":Za(s,l),"data-value":s??void 0,"data-max":l,...i,ref:t})})}),DA.displayName=VA,kA="ProgressIndicator",(LA=iS.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,r=RP(kA,n);return CS(TA.div,{"data-state":Za(r.value,r.max),"data-value":r.value??void 0,"data-max":r.max,...o,ref:t})})).displayName=kA,zA=DA,FA=LA,HA="Progress-modules_root__E0rHH",WA="Progress-modules_indicator__qpwRi",XA="Radio";var[MP,PP]=o(XA),[NP,BP]=MP(XA);jA=iS.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]=iS.useState(null),g=l(t,e=>f(e)),h=iS.useRef(!1),v=!m||(d||!!m.closest("form"));return AS(NP,{scope:n,checked:r,disabled:i,children:[CS(Ii.button,{type:"button",role:"radio","aria-checked":r,"data-state":Qa(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&&CS(JA,{control:m,bubbles:!h.current,name:o,value:c,checked:r,required:a,disabled:i,form:d,style:{transform:"translateX(-100%)"}})]})}),jA.displayName=XA,ZA="RadioIndicator",(qA=iS.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,a=BP(ZA,n);return CS(Li,{present:o||a.checked,children:CS(Ii.span,{"data-state":Qa(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t})})})).displayName=ZA,YA="RadioBubbleInput",(JA=iS.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=iS.useRef(null),s=l(i,a),c=Cn(n),u=xn(t);return iS.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]),CS(Ii.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=YA,UA=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],QA="RadioGroup";var[TP]=o(QA,[OM,PP]);KA=OM(),$A=PP();var[VP,GP]=TP(QA);(eE=iS.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=KA(n),g=Jn(c),[h,v]=u({prop:a,defaultProp:r??null,onChange:p,caller:QA});return CS(VP,{scope:n,name:o,required:i,disabled:l,value:h,onValueChange:v,children:CS(Wv,{asChild:!0,...f,orientation:s,dir:g,loop:d,children:CS(Ii.div,{role:"radiogroup","aria-required":i,"aria-orientation":s,"data-disabled":l?"":void 0,dir:g,...m,ref:t})})})})).displayName=QA,tE="RadioGroupItem",(nE=iS.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,a=GP(tE,n),i=a.disabled||o,c=KA(n),u=$A(n),d=iS.useRef(null),p=l(t,d),m=a.value===r.value,f=iS.useRef(!1);return iS.useEffect(()=>{const e=e=>{UA.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)}},[]),CS(Xv,{asChild:!0,...c,focusable:!i,active:m,children:CS(jA,{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=tE,oE="RadioGroupIndicator",(rE=iS.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=$A(n);return CS(qA,{...r,...o,ref:t})})).displayName=oE,aE=eE,iE=nE,lE=rE,sE={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--"},cE=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"}),uE="VisuallyHidden",(dE=iS.forwardRef((e,t)=>CS(Ii.span,{...e,ref:t,style:{...cE,...e.style}}))).displayName=uE,pE=dE,mE=[" ","Enter","ArrowUp","ArrowDown"],fE=[" ","Enter"],gE="Select";var[DP,kP,LP]=Un(gE),[zP]=o(gE,[LP,bM]);hE=bM();var[FP,HP]=zP(gE),[WP,XP]=zP(gE);vE=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=hE(t),[b,w]=iS.useState(null),[y,I]=iS.useState(null),[C,x]=iS.useState(!1),A=Jn(d),[E,_]=u({prop:o,defaultProp:r??!1,onChange:a,caller:gE}),[O,S]=u({prop:i,defaultProp:l,onChange:s,caller:gE}),R=iS.useRef(null),M=!b||(h||!!b.closest("form")),[P,N]=iS.useState(new Set),B=Array.from(P).map(e=>e.props.value).join(";");return CS(Pv,{...v,children:AS(FP,{required:g,scope:t,trigger:b,onTriggerChange:w,valueNode:y,onValueNodeChange:I,valueNodeHasChildren:C,onValueNodeHasChildrenChange:x,contentId:c(),value:O,onValueChange:S,open:E,onOpenChange:_,dir:A,triggerPointerDownPosRef:R,disabled:f,children:[CS(DP.Provider,{scope:t,children:CS(WP,{scope:e.__scopeSelect,onNativeOptionAdd:iS.useCallback(e=>{N(t=>new Set(t).add(e))},[]),onNativeOptionRemove:iS.useCallback(e=>{N(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),M?AS(UE,{"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?CS("option",{value:""}):null,Array.from(P)]},B):null]})})},vE.displayName=gE,bE="SelectTrigger",(wE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...r}=e,a=hE(n),i=HP(bE,n),c=i.disabled||o,u=l(t,i.onTriggerChange),d=kP(n),p=iS.useRef("touch"),[m,f,g]=ei(e=>{const t=d().filter(e=>!e.disabled),n=t.find(e=>e.value===i.value),o=ti(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 CS(Nv,{asChild:!0,...a,children:CS(Ii.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":$a(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||mE.includes(e.key)&&(h(),e.preventDefault())})})})})).displayName=bE,yE="SelectValue",(IE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,children:a,placeholder:i="",...s}=e,c=HP(yE,n),{onValueNodeHasChildrenChange:u}=c,d=void 0!==a,p=l(t,c.onValueNodeChange);return hi(()=>{u(d)},[u,d]),CS(Ii.span,{...s,ref:p,style:{pointerEvents:"none"},children:$a(c.value)?CS(xS,{children:i}):a})})).displayName=yE,CE="SelectIcon",(xE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...r}=e;return CS(Ii.span,{"aria-hidden":!0,...r,ref:t,children:o||"▼"})})).displayName=CE,(AE=e=>CS(ki,{asChild:!0,...e})).displayName="SelectPortal",EE="SelectContent",(_E=iS.forwardRef((e,t)=>{const n=HP(EE,e.__scopeSelect),[o,r]=iS.useState();if(hi(()=>{r(new DocumentFragment)},[]),!n.open){const t=o;return t?ES.createPortal(CS(jP,{scope:e.__scopeSelect,children:CS(DP.Slot,{scope:e.__scopeSelect,children:CS("div",{children:e.children})})}),t):null}return CS(ME,{...e,ref:t})})).displayName=EE,OE=10;var[jP,ZP]=zP(EE);SE="SelectContentImpl",RE=d("SelectContent.RemoveScroll"),ME=iS.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=HP(EE,n),[I,C]=iS.useState(null),[x,A]=iS.useState(null),E=l(t,e=>C(e)),[O,S]=iS.useState(null),[R,M]=iS.useState(null),P=kP(n),[N,B]=iS.useState(!1),T=iS.useRef(!1);iS.useEffect(()=>{if(I)return Xl(I)},[I]),_();const V=iS.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]),G=iS.useCallback(()=>V([O,I]),[V,O,I]);iS.useEffect(()=>{N&&G()},[N,G]);const{onOpenChange:D,triggerPointerDownPosRef:k}=y;iS.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]),iS.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]=ei(e=>{const t=P().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=ti(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),F=iS.useCallback((e,t,n)=>{const o=!T.current&&!n;(void 0!==y.value&&y.value===t||o)&&(S(e),o&&(T.current=!0))},[y.value]),H=iS.useCallback(()=>I?.focus(),[I]),W=iS.useCallback((e,t,n)=>{const o=!T.current&&!n;(void 0!==y.value&&y.value===t||o)&&M(e)},[y.value]),X="popper"===o?TE:NE,j=X===TE?{side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b}:{};return CS(jP,{scope:n,content:I,viewport:x,onViewportChange:A,itemRefCallback:F,selectedItem:O,onItemLeave:H,itemTextRefCallback:W,focusSelectedItem:G,selectedItemText:R,position:o,isPositioned:N,searchRef:L,children:CS(Vl,{as:RE,allowPinchZoom:!0,children:CS(Vi,{asChild:!0,trapped:y.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:s(r,e=>{y.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:CS(Si,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>y.onOpenChange(!1),children:CS(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:E,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()}})})})})})})}),ME.displayName=SE,PE="SelectItemAlignedPosition",NE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...r}=e,a=HP(EE,n),i=ZP(EE,n),[s,c]=iS.useState(null),[u,d]=iS.useState(null),p=l(t,e=>d(e)),m=kP(n),f=iS.useRef(!1),g=iS.useRef(!0),{viewport:h,selectedItem:v,selectedItemText:b,focusSelectedItem:w}=i,y=iS.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-OE,d=Yn(a,[OE,Math.max(OE,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-OE,d=Yn(a,[OE,Math.max(OE,u-c)]);s.style.minWidth=l+"px",s.style.right=d+"px"}const i=m(),l=window.innerHeight-2*OE,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=e.top+e.height/2-OE,_=l-E,O=v.offsetHeight/2,S=p+g+(v.offsetTop+O),R=y-S;if(S<=E){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(_,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(E,p+h.offsetTop+(e?x:0)+O)+R;s.style.height=t+"px",h.scrollTop=S-E+h.offsetTop}s.style.margin=`${OE}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]);hi(()=>y(),[y]);const[I,C]=iS.useState();hi(()=>{u&&C(window.getComputedStyle(u).zIndex)},[u]);const x=iS.useCallback(e=>{e&&!0===g.current&&(y(),w?.(),g.current=!1)},[y,w]);return CS(qP,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:f,onScrollButtonChange:x,children:CS("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:I},children:CS(Ii.div,{...r,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...r.style}})})})}),NE.displayName=PE,BE="SelectPopperPosition",(TE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:r=OE,...a}=e,i=hE(n);return CS(Bv,{...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=BE;var[qP,YP]=zP(EE,{});VE="SelectViewport",(GE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...r}=e,a=ZP(VE,n),i=YP(VE,n),c=l(t,a.onViewportChange),u=iS.useRef(0);return AS(xS,{children:[CS("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}),CS(DP.Slot,{scope:n,children:CS(Ii.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*OE,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=VE,DE="SelectGroup";var[JP,UP]=zP(DE);iS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=c();return CS(JP,{scope:n,id:r,children:CS(Ii.div,{role:"group","aria-labelledby":r,...o,ref:t})})}).displayName=DE,kE="SelectLabel",iS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=UP(kE,n);return CS(Ii.div,{id:r.id,...o,ref:t})}).displayName=kE,LE="SelectItem";var[QP,KP]=zP(LE);zE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:r=!1,textValue:a,...i}=e,u=HP(LE,n),d=ZP(LE,n),p=u.value===o,[m,f]=iS.useState(a??""),[g,h]=iS.useState(!1),v=l(t,e=>d.itemRefCallback?.(e,o,r)),b=c(),w=iS.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 CS(QP,{scope:n,value:o,disabled:r,textId:b,isSelected:p,onItemTextChange:iS.useCallback(e=>{f(t=>t||(e?.textContent??"").trim())},[]),children:CS(DP.ItemSlot,{scope:n,value:o,disabled:r,textValue:m,children:CS(Ii.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||(fE.includes(e.key)&&y()," "===e.key&&e.preventDefault())})})})})}),zE.displayName=LE,FE="SelectItemText",HE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,...a}=e,i=HP(FE,n),s=ZP(FE,n),c=KP(FE,n),u=XP(FE,n),[d,p]=iS.useState(null),m=l(t,e=>p(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),f=d?.textContent,g=iS.useMemo(()=>CS("option",{value:c.value,disabled:c.disabled,children:f},c.value),[c.disabled,c.value,f]),{onNativeOptionAdd:h,onNativeOptionRemove:v}=u;return hi(()=>(h(g),()=>v(g)),[h,v,g]),AS(xS,{children:[CS(Ii.span,{id:c.textId,...a,ref:m}),c.isSelected&&i.valueNode&&!i.valueNodeHasChildren?ES.createPortal(a.children,i.valueNode):null]})}),HE.displayName=FE,WE="SelectItemIndicator",iS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return KP(WE,n).isSelected?CS(Ii.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=WE,XE="SelectScrollUpButton",iS.forwardRef((e,t)=>{const n=ZP(XE,e.__scopeSelect),o=YP(XE,e.__scopeSelect),[r,a]=iS.useState(!1),i=l(t,o.onScrollButtonChange);return hi(()=>{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?CS(ZE,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=XE,jE="SelectScrollDownButton",iS.forwardRef((e,t)=>{const n=ZP(jE,e.__scopeSelect),o=YP(jE,e.__scopeSelect),[r,a]=iS.useState(!1),i=l(t,o.onScrollButtonChange);return hi(()=>{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?CS(ZE,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=jE,ZE=iS.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...r}=e,a=ZP("SelectScrollButton",n),i=iS.useRef(null),l=kP(n),c=iS.useCallback(()=>{null!==i.current&&(window.clearInterval(i.current),i.current=null)},[]);return iS.useEffect(()=>()=>c(),[c]),hi(()=>{const e=l().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[l]),CS(Ii.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()})})}),qE="SelectSeparator",iS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return CS(Ii.div,{"aria-hidden":!0,...o,ref:t})}).displayName=qE,YE="SelectArrow",iS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=hE(n),a=HP(YE,n),i=ZP(YE,n);return a.open&&"popper"===i.position?CS(Tv,{...r,...o,ref:t}):null}).displayName=YE,JE="SelectBubbleInput",(UE=iS.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const r=iS.useRef(null),a=l(o,r),i=Cn(t);return iS.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]),CS(Ii.select,{...n,style:{...cE,...n.style},ref:a,defaultValue:t})})).displayName=JE,QE=vE,KE=wE,$E=IE,e_=xE,t_=AE,n_=_E,o_=GE,r_=zE,a_=HE,i_="Select-modules_trigger__dS9Dx",l_="Select-modules_icon__sgRRc",s_="Select-modules_startIcon__kohMV",c_="Select-modules_value__h6Q4Z",u_="Select-modules_content__YuAqS",d_="Select-modules_item__cTAIm";const $P=lS.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)=>lS.createElement(QE,{value:a||void 0,disabled:r,...p},lS.createElement(KE,{id:i,ref:m,className:gi(i_,t,"demio-ui-select-trigger")},l&&lS.createElement("span",{className:gi(s_,"demio-ui-select-start-icon")},l),lS.createElement("span",{className:gi(c_,"demio-ui-select-value")},lS.createElement($E,{placeholder:a||s})),lS.createElement(e_,{className:gi(l_,"demio-ui-select-icon")},lS.createElement(Wc,null))),lS.createElement(t_,{container:c},lS.createElement(n_,{position:o,className:gi("demio-ui-select-content",u_,u),...d,sideOffset:n},lS.createElement(o_,null,lS.createElement(o_,null,e)))))),eN=lS.forwardRef(({children:e,className:t,disabled:n=!1,...o},r)=>lS.createElement(r_,{...o,ref:r,className:gi(d_,"demio-ui-select-item",t),disabled:n},e)),tN=a_;p_="Switch";var[nN]=o(p_),[oN,rN]=nN(p_);m_=iS.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]=iS.useState(null),v=l(t,e=>h(e)),b=iS.useRef(!1),w=!g||(m||!!g.closest("form")),[y,I]=u({prop:r,defaultProp:a??!1,onChange:p,caller:p_});return AS(oN,{scope:n,checked:y,disabled:c,children:[CS(Ii.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":ni(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&&CS(v_,{control:g,bubbles:!b.current,name:o,value:d,checked:y,required:i,disabled:c,form:m,style:{transform:"translateX(-100%)"}})]})}),m_.displayName=p_,f_="SwitchThumb",(g_=iS.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=rN(f_,n);return CS(Ii.span,{"data-state":ni(r.checked),"data-disabled":r.disabled?"":void 0,...o,ref:t})})).displayName=f_,h_="SwitchBubbleInput",(v_=iS.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=iS.useRef(null),s=l(i,a),c=Cn(n),u=xn(t);return iS.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]),CS("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=h_,b_=m_,w_=g_,y_="Switch-modules_root__V5S6a",I_="Switch-modules_thumb__PZ-lR",C_="Tabs";var[aN]=o(C_,[OM]);x_=OM();var[iN,lN]=aN(C_);(A_=iS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:r,defaultValue:a,orientation:i="horizontal",dir:l,activationMode:s="automatic",...d}=e,p=Jn(l),[m,f]=u({prop:o,onChange:r,defaultProp:a??"",caller:C_});return CS(iN,{scope:n,baseId:c(),value:m,onValueChange:f,orientation:i,dir:p,activationMode:s,children:CS(Ii.div,{dir:p,"data-orientation":i,...d,ref:t})})})).displayName=C_,E_="TabsList",(__=iS.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,a=lN(E_,n),i=x_(n);return CS(Wv,{asChild:!0,...i,orientation:a.orientation,dir:a.dir,loop:o,children:CS(Ii.div,{role:"tablist","aria-orientation":a.orientation,...r,ref:t})})})).displayName=E_,O_="TabsTrigger",(S_=iS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...a}=e,i=lN(O_,n),l=x_(n),c=ri(i.baseId,o),u=ai(i.baseId,o),d=o===i.value;return CS(Xv,{asChild:!0,...l,focusable:!r,active:d,children:CS(Ii.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=O_,R_="TabsContent",(M_=iS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:a,...i}=e,l=lN(R_,n),s=ri(l.baseId,o),c=ai(l.baseId,o),u=o===l.value,d=iS.useRef(u);return iS.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),CS(Li,{present:r||u,children:({present:n})=>CS(Ii.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=R_,P_=A_,N_=__,B_=S_,T_=M_,V_="Tabs-modules_root__TvYE1",G_="Tabs-modules_list__G3KVd",D_="Tabs-modules_tab__-FuG6",k_="Tabs-modules_content__X0OLh",L_="Tag-modules_default__A5rGa",z_="Tag-modules_deleteButton__HzjLp",F_="Textarea-modules_root__h7Ut6",H_="Textarea-modules_label__s2Cf2",W_="Textarea-modules_optional__Cugll",X_="Textarea-modules_static__3F-f3",j_="Textarea-modules_correctedTop__uH9yP",Z_="Textarea-modules_textareaWrapper__oPp9X",q_="Textarea-modules_textarea__JuI6S",Y_="Textarea-modules_footer__AT0bc",J_="Textarea-modules_footerMessage__ppqc5",U_="Textarea-modules_counter__w9vc8",Q_="Textarea-modules_isDisabled__AJyQv",K_="Textarea-modules_hint__U-day",$_="Textarea-modules_isError__4A2-S",eO="Textarea-modules_isFocused__Vtg8s",tO="Textarea-modules_isLabelStatic__6U9Do";const sN=cS((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:r=.8,defaultValue:a="",disabled:i=!1,errorMessage:l="",hint:s="",id:c,isLabelStatic:u=!1,label:d="",maxLength:p=150,name:m="",onBlur:f,onChange:g,onFocus:h,optionalText:v="Optional",placeholder:b="",required:w=!1,rows:y=4,textareaWrapperClass:I="",value:C,"aria-describedby":x,"aria-invalid":A,...E}=e,_=yS(),[O,S]=sS(a||""),[R,M]=sS(!1),P=c||_,N=l||s?`${P}-message`:"",B=gi(x,N)||void 0,T=!!l||A,V=void 0!==C,G=V?C:O,D=G.length,k=D>=p*r;return lS.createElement("div",{className:gi("demio-ui-textarea",F_,{[o]:!!o,[Q_]:i,[eO]:R||G,[$_]:!!l,[tO]:!!u,"demio-ui-textarea-has-error":!!l}),"data-testid":"container","data-state":R?"focused":""},d&&lS.createElement("label",{htmlFor:P,className:gi("demio-ui-textarea-label",H_,{[X_]:u}),"data-testid":"label"},d),!w&&lS.createElement("span",{className:gi("demio-ui-textarea-optional",W_,{[j_]:u}),"data-testid":"optional"},v),lS.createElement("div",{className:gi("demio-ui-textarea-wrapper",Z_,I),"data-testid":"wrapper"},lS.createElement("textarea",{...E,id:P,ref:t,name:m||P,className:q_,placeholder:b,required:w,"data-testid":"textarea",disabled:i,autoComplete:n,maxLength:p,"aria-describedby":B,"aria-invalid":T,onChange:e=>{g?.(e),V||S(e.target.value)},value:G,onFocus:e=>{h?.(e),M(!0)},onBlur:e=>{f?.(e),M(!1)},rows:y})),lS.createElement("div",{className:gi("demio-ui-textarea-footer",Y_),"data-testid":"footer"},lS.createElement("div",{className:gi("demio-ui-textarea-footer-message",J_),id:N||void 0},l&&lS.createElement(Nn,{className:"demio-ui-textarea-error",testid:"error",type:"error"},l),s&&!l&&lS.createElement(Nn,{className:gi("demio-ui-textarea-hint",K_),testid:"hint"},s)),lS.createElement(Nn,{className:gi("demio-ui-textarea-counter",U_),testid:"counter"},k&&`(${D} / ${p})`)))});var[cN]=o("Tooltip",[bM]);nO=bM(),oO="TooltipProvider",rO=700,aO="tooltip.open";var[uN,dN]=cN(oO);(iO=e=>{const{__scopeTooltip:t,delayDuration:n=rO,skipDelayDuration:o=300,disableHoverableContent:r=!1,children:a}=e,i=iS.useRef(!0),l=iS.useRef(!1),s=iS.useRef(0);return iS.useEffect(()=>{const e=s.current;return()=>window.clearTimeout(e)},[]),CS(uN,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:iS.useCallback(()=>{window.clearTimeout(s.current),i.current=!1},[]),onClose:iS.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>i.current=!0,o)},[o]),isPointerInTransitRef:l,onPointerInTransitChange:iS.useCallback(e=>{l.current=e},[]),disableHoverableContent:r,children:a})}).displayName=oO,lO="Tooltip";var[pN,mN]=cN(lO);(sO=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r,onOpenChange:a,disableHoverableContent:i,delayDuration:l}=e,s=dN(lO,e.__scopeTooltip),d=nO(t),[p,m]=iS.useState(null),f=c(),g=iS.useRef(0),h=i??s.disableHoverableContent,v=l??s.delayDuration,b=iS.useRef(!1),[w,y]=u({prop:o,defaultProp:r??!1,onChange:e=>{e?(s.onOpen(),document.dispatchEvent(new CustomEvent(aO))):s.onClose(),a?.(e)},caller:lO}),I=iS.useMemo(()=>w?b.current?"delayed-open":"instant-open":"closed",[w]),C=iS.useCallback(()=>{window.clearTimeout(g.current),g.current=0,b.current=!1,y(!0)},[y]),x=iS.useCallback(()=>{window.clearTimeout(g.current),g.current=0,y(!1)},[y]),A=iS.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{b.current=!0,y(!0),g.current=0},v)},[v,y]);return iS.useEffect(()=>()=>{g.current&&(window.clearTimeout(g.current),g.current=0)},[]),CS(Pv,{...d,children:CS(pN,{scope:t,contentId:f,open:w,stateAttribute:I,trigger:p,onTriggerChange:m,onTriggerEnter:iS.useCallback(()=>{s.isOpenDelayedRef.current?A():C()},[s.isOpenDelayedRef,A,C]),onTriggerLeave:iS.useCallback(()=>{h?x():(window.clearTimeout(g.current),g.current=0)},[x,h]),onOpen:C,onClose:x,disableHoverableContent:h,children:n})})}).displayName=lO,cO="TooltipTrigger",(uO=iS.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=mN(cO,n),a=dN(cO,n),i=nO(n),c=l(t,iS.useRef(null),r.onTriggerChange),u=iS.useRef(!1),d=iS.useRef(!1),p=iS.useCallback(()=>u.current=!1,[]);return iS.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),CS(Nv,{asChild:!0,...i,children:CS(Ii.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=cO,dO="TooltipPortal";var[fN,gN]=cN(dO,{forceMount:void 0});(pO=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,a=mN(dO,t);return CS(fN,{scope:t,forceMount:n,children:CS(Li,{present:n||a.open,children:CS(ki,{asChild:!0,container:r,children:o})})})}).displayName=dO,mO="TooltipContent",fO=iS.forwardRef((e,t)=>{const n=gN(mO,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...a}=e,i=mN(mO,e.__scopeTooltip);return CS(Li,{present:o||i.open,children:i.disableHoverableContent?CS(vO,{side:r,...a,ref:t}):CS(gO,{side:r,...a,ref:t})})}),gO=iS.forwardRef((e,t)=>{const n=mN(mO,e.__scopeTooltip),o=dN(mO,e.__scopeTooltip),r=iS.useRef(null),a=l(t,r),[i,s]=iS.useState(null),{trigger:c,onClose:u}=n,d=r.current,{onPointerInTransitChange:p}=o,m=iS.useCallback(()=>{s(null),p(!1)},[p]),f=iS.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 iS.useEffect(()=>()=>m(),[m]),iS.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]),iS.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]),CS(vO,{...e,ref:a})});var[hN,vN]=cN(lO,{isInside:!1});hO=m("TooltipContent"),vO=iS.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:a,onPointerDownOutside:i,...l}=e,s=mN(mO,n),c=nO(n),{onClose:u}=s;return iS.useEffect(()=>(document.addEventListener(aO,u),()=>document.removeEventListener(aO,u)),[u]),iS.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]),CS(Si,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:AS(Bv,{"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:[CS(hO,{children:o}),CS(hN,{scope:n,isInside:!0,children:CS(pE,{id:s.contentId,role:"tooltip",children:r||o})})]})})}),fO.displayName=mO,bO="TooltipArrow",(wO=iS.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=nO(n);return vN(bO,n).isInside?null:CS(Tv,{...r,...o,ref:t})})).displayName=bO,yO=iO,IO=sO,CO=uO,xO=pO,AO=fO,EO=wO,_O="Tooltip-modules_content__--tK0",OO="Tooltip-modules_tooltipTrigger__-SmeR",SO="Tooltip-modules_arrow__4vjj8",RO={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 bN={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"},wN=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:r="regular",title:a="",variant:i="b1",...l})=>{const s=e;return lS.createElement(s,{title:a,className:gi(RO.default,RO[bN[i]],RO[t],RO[r],"demio-ui-typography-element",`typography-${i}`,n),...l},o)};MO="UploadMenu-modules_triggerButton__TnM4-",PO="UploadMenu-modules_triggerButtonIcon__j-eLU",NO="UploadMenu-modules_menuContent__hPJib",BO="UploadMenu-modules_menuItem__XOxMt",TO="UploadMenu-modules_menuItemDisabled__QmNk4";const yN=4,IN=uS(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:r,onOpen:a,portalContainer:i,sideOffset:l=yN,triggerButton:s=null,triggerButtonClass:c=""}=e,[u,d]=sS(n||!1),p=Boolean(s),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),f=Boolean(m.length);return mS(()=>{d(n)},[n]),lS.createElement("div",{className:gi("demio-ui-upload-menu"),"data-testid":"upload-menu"},f&&lS.createElement(eP,{open:u,onOpenChange:e=>{d(e),a&&a(e)}},lS.createElement(tP,{className:gi("demio-ui-upload-menu-trigger-button",MO,c),"data-testid":"upload-menu-trigger-button"},p&&s,!p&&lS.createElement(sd,{className:gi("demio-ui-upload-menu-default-trigger-button",PO),"data-testid":"upload-menu-default-trigger-button",width:16})),lS.createElement(aP,{container:i instanceof Element?i:void 0},lS.createElement(KM,{align:t,className:gi("demio-ui-upload-menu-content",NO),"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)=>lS.createElement(oP,{className:gi("demio-ui-upload-menu-item",BO,{[TO]: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))))))});VO="UploadProgressPreview-modules_root__9StJo",GO="UploadProgressPreview-modules_image__OMRPt",DO="UploadProgressPreview-modules_row__KkHVU",kO="UploadProgressPreview-modules_iconContainer__Ktq69",LO="UploadProgressPreview-modules_icon__z5MfW",zO="UploadProgressPreview-modules_percent__VVNJt",FO="UploadProgressPreview-modules_fileData__hhid5",HO="UploadProgressPreview-modules_isUploadMode__M13Qp",WO="UploadProgressPreview-modules_noMenu__Kyn3S",XO="UploadProgressPreview-modules_fileName__i-Dl-",jO="UploadProgressPreview-modules_duration__HRRaa";const CN=uS(({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 lS.createElement("div",{className:gi("demio-ui-upload-progress-preview",VO,e),"data-testid":"upload-progress-preview"},o&&!c&&lS.createElement("img",{alt:r,className:gi("demio-ui-upload-progress-preview-image",GO),"data-testid":"upload-progress-preview-image",title:r,src:o}),lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-row",DO),"data-testid":"upload-progress-preview-row"},c&&lS.createElement(lS.Fragment,null,lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-progress-icon-container",kO),"data-testid":"upload-progress-preview-progress-icon-container"},lS.createElement(dp,{className:gi("demio-ui-upload-progress-preview-progress-icon",LO),"data-testid":"upload-progress-preview-progress-icon"})),lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-progress-percentage",zO),"data-testid":"upload-progress-preview-progress-percentage"},l,"%")),lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-file-data",FO,{[WO]:!s,[HO]:c}),"data-testid":"upload-progress-preview-file-data"},t&&lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-file-name",XO),"data-testid":"upload-progress-preview-file-name"},t),n&&!c&&lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-file-info",jO),"data-testid":"upload-progress-preview-file-info"},n)),s&&lS.createElement("div",{className:gi("demio-ui-upload-progress-preview-menu",{isProgressOnly:c,isPreviewOnly:!c}),"data-testid":"upload-progress-preview-menu"},lS.createElement(IN,{menu:c?d:u}))))});ZO="Upload-modules_root__DE-cj",qO="Upload-modules_croppedImageContainer__tPNFg",YO="Upload-modules_croppedImageWrapper__H1aDd",JO="Upload-modules_croppedImage__5pBYs",UO="Upload-modules_uploadLabel__aWGAb",QO="Upload-modules_uploadInput__Bq7Fp",KO="Upload-modules_icon__pmGlQ",$O="Upload-modules_header__adz5V",eS="Upload-modules_text__PS7SI",tS="Upload-modules_uploadTextFormat__IGVKt",nS="Upload-modules_modalContent__tfbd6",oS="Upload-modules_modalBody__q-3hj",rS="Upload-modules_modalFooter__jFAuB";const xN=cS((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:E,onDrop:_,onReadFileError:O,onReadFileProgress:S,onReadFileStart:R,onReadFileSuccess:M,onZoomChange:P,previewFileInfo:N="",previewFileName:B="",previewImage:T="",previewImageTitle:V="",uploadPercent:G}=e,[D,k]=sS(null),[L,z]=sS(""),[F,H]=sS(!1),[W,X]=sS(!1),[j,Z]=sS(""),[q,Y]=sS(null),[J,U]=sS(void 0),{croppedImageURL:Q}=MR(L,D),{validate:K}=NR({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=bR(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 IS(t,()=>({cancelUpload:ie,setUploadProgress:U,setUploadError:Z})),mS(()=>{h&&oe&&X(!0)},[h,oe]),mS(()=>{ne||Y(null)},[ne]),mS(()=>{W||H(ne)},[ne,W]),mS(()=>{Z(c)},[c]),mS(()=>{U(G)},[G]),mS(()=>{ie()},[n,u]),lS.createElement("div",{className:gi("demio-ui-upload-root",ZO,r),"data-testid":"upload-root"},j&&lS.createElement(VR,{children:j}),$&&lS.createElement(CN,{fileName:te||B,fileInfo:N,imageSrc:T,imageTitle:V,menu:ce,percent:J}),!$&&lS.createElement(GR,{...e,error:j,isValidationEnabled:!1,onDrop:async(e,t)=>{await ae(t),_&&_(e,t)}},F&&lS.createElement("div",{className:gi("demio-ui-upload-cropped-image-container",qO),"data-testid":"upload-cropped-image-container"},lS.createElement("div",{className:gi("demio-ui-upload-cropped-image-wrapper",YO),"data-testid":"upload-cropped-image-wrapper"},lS.createElement("img",{alt:"Cropped image",className:gi("demio-ui-upload-cropped-image",JO),"data-testid":"upload-cropped-image",src:Q})),lS.createElement("div",{className:gi("demio-ui-upload-menu"),"data-testid":"upload-menu"},lS.createElement(IN,{menu:ue}))),!F&&lS.createElement("label",{className:gi("demio-ui-upload-label",UO),"data-testid":"upload-label",htmlFor:"file"},lS.createElement("input",{accept:n,className:gi("demio-ui-upload-input",QO),"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&&lS.createElement(lS.Fragment,null,a||lS.createElement(jc,{className:gi("demio-ui-upload-icon",KO),"data-testid":"upload-icon"}),i&&lS.createElement("div",{className:gi("demio-ui-upload-header",$O),"data-testid":"upload-header"},i),lS.createElement("div",{className:gi("demio-ui-upload-text",eS),"data-testid":"upload-text"},l||lS.createElement(lS.Fragment,null,lS.createElement("strong",{className:gi("demio-ui-upload-text-format",tS),"data-testid":"upload-text-format"},ee)," ","up to ",lS.createElement("strong",null,u," MB")))))),W&&oe&&h&&lS.createElement($n,{contentClassName:nS,open:!0,isClosable:!1,onOpenChange:()=>X(!1),title:"Crop & Upload Profile Picture"},lS.createElement("div",{className:gi("demio-ui-upload-crop-modal-body",oS),"data-testid":"upload-crop-modal-body"},!!L&&lS.createElement(pR,{aspect:s,image:L,onCropChange:E,onCropComplete:(e,t)=>{k(t),A&&A(e,t)},onZoomChange:P})),lS.createElement("div",{className:gi("demio-ui-upload-crop-modal-footer",rS),"data-testid":"upload-crop-modal-footer"},lS.createElement(zS,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:le,variant:"secondary"},"no, never mind"),lS.createElement(zS,{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{Mc as AddIcon,G as Alert,bu as AlertIcon,Hf as AlertTriangleIcon,Wc as ArrowDownIcon,Uc as ArrowLeftDoubleIcon,Nc as ArrowLeftIcon,Kc as ArrowLeftSingleIcon,ru as AtIcon,jS as Avatar,ZS as Badge,rp as BarChartIcon,wm as BlockIcon,Cm as BlurOnIcon,zS as Button,qS as ButtonNew,Em as CachedIcon,bp as CalendarIcon,yu as CameraIcon,xu as CameraOutlinedIcon,YS as Card,Pu as ChatDisabledIcon,cf as ChatDisabledOldIcon,Eu as ChatIcon,iu as CheckCircleIcon,su as CheckCircleSolidIcon,Tc as CheckIcon,Xf as CheckVerifiedIcon,$S as Checkbox,uu as CheckboxIcon,rd as ClockIcon,Ks as CloseIcon,eu as CompressIcon,id as CopyIcon,nR as CopyLinkInput,pR as Crop,Sm as CustomizeIcon,Gc as DeleteIcon,GR as DnDArea,sd as DotsIcon,Zf as DownloadAllIcon,ud as DownloadIcon,DR as Drawer,lP as DropdownItem,KM as DropdownMenuContent,rP as DropdownMenuGroup,oP as DropdownMenuItem,nP as DropdownMenuLabel,aP as DropdownMenuPortal,eP as DropdownMenuRoot,$M as DropdownMenuSeparator,tP as DropdownMenuTrigger,iP as DropdownRadioGroup,sP as DropdownRadioItem,kc as EditIcon,zc as EditSectionIcon,Pm as ElectricBoltIcon,Yf as EmailIcon,Uf as EmptyBasketIcon,Ip as EventDetailsIcon,Ap as EventRepeatIcon,pu as ExclamationIcon,nu as ExpandIcon,pd as ExternalLinkIcon,df as EyeSolidIcon,Mp as FacebookIcon,Np as FacebookSquaredIcon,Tm as FeatureActionIcon,fd as FileIcon,hd as FilterListIcon,bd as FlipCameraIcon,ur as FormGroup,yd as GearIcon,Ld as HelpIcon,Fd as HelpSolidIcon,cP as InfoBanner,Yd as InfoCircleIcon,Ud as InfoCircleSolidIcon,Wd as InfoIcon,Zd as InfoSolidIcon,eR as Input,Nn as InputHint,ip as InsightsIcon,Gm as ItemsIcon,Pn as Label,$f as LifebuoyIcon,Vp as LinkedInIcon,Dp as LinkedInSquaredIcon,km as ListIcon,V as Loader,em as LocationIcon,Cd as LockIcon,zm as MagicIcon,Ad as MailIcon,tg as MailLetterIcon,Hm as MaterialIcon,jm as MaterialsIcon,Xu as MicBoldIcon,Du as MicOffIcon,Tu as MicOffSolidIcon,Hu as MicOnSolidIcon,Lu as MicOutlinedIcon,qm as MobileDeviceIcon,$n as Modal,uP as ModalScrollable,og as MoneyIcon,wP as MultiSelect,VR as Note,ff as OnDemanIcon,im as OutStageIcon,yP as Pagination,hu as PasswordEyeCrossedIcon,fu as PasswordEyeIcon,hf as PastSessionIcon,Fp as PeopleCommunityIcon,Lp as PeopleIcon,Wp as Person,bf as PersonCardIcon,yf as PersonCheckIcon,Cf as PersonCrossedIcon,jp as PersonDeleteIcon,Wp as PersonIcon,Af as PersonPlusIcon,Rd as PlayCircleIcon,_d as PlayIcon,jc as PlusIcon,cp as PollIcon,_P as Popover,_A as PopoverContent,EA as PopoverPortal,xA as PopoverRoot,pi as PopoverTooltip,AA as PopoverTrigger,sm as PresentationIcon,Ua as Progress,dp as ProgressIcon,ag as ProtectionIcon,Ka as RadioGroup,Jm as RadioIcon,lg as ReplaceIcon,$m as ReplayDisabledIcon,tf as RestartIcon,Sf as RestreamingDisabledIcon,_f as RestreamingIcon,of as RocketIcon,um as ScreenPersonIcon,fm as ScreenShareIcon,pm as ScreenShareWindowIcon,uP as ScrollableModal,qc as SearchIcon,$P as Select,eN as SelectItem,tN as SelectItemText,Mf as SeriesTypeIcon,Nf as SessionTimeIcon,Tf as ShieldIcon,nm as SideBarIcon,dR as Slider,qp as SmileIcon,Gf as SmileSolidIcon,rm as SpotlightIcon,lf as StackedEmailIcon,hm as StageIcon,kf as StandardTypeIcon,oi as Switch,Pd as SyncIcon,si as Tab,ci as TabsContent,li as TabsList,ii as TabsRoot,ui as Tag,sN as Textarea,Bd as TimesCircleIcon,_R as Toast,Op as TodayIcon,di as Tooltip,Vd as TrashIcon,mp as TrendingDownIcon,gp as TrendingUpIcon,cg as TwitterIcon,wN as Typography,Dd as UndoIcon,pg as UnverifiedIcon,zf as UpcomingSessionIcon,xN as Upload,fg as UploadIcon,IN as UploadMenu,CN as UploadProgressPreview,vg as VerifiedIcon,qu as VideoCamOnIcon,Uu as VideoCamOnSolidIcon,$u as VolumeOffIcon,nd as VolumeUpSolidIcon,$d as WarningIcon,np as WarningSolidIcon,Up as YoutubeIcon,Kp as YoutubeSquaredIcon,CR as createImage,ER as getCroppedImageURL,fR as getFileExtension,gR as getFileMimeType,xR as getRadianAngle,bg as icons,hR as isExtensionMatchingMimeType,bR as isImage,IR as isValidFileDimension,yR as isValidFileSize,vR as isValidFileType,wR as isVideo,mR as mimeTypeMap,AR as rotateSize,RR as toast,MR as useCroppedImage,NR 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 gi||(gi=1,e=fi,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}()),fi.exports;var e}function o(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>cS.createContext(e));return function(n){const o=n?.[e]||t;return cS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=cS.createContext(o),a=n.length;n=[...n,o];const i=t=>{const{scope:n,children:o,...i}=t,l=n?.[e]?.[a]||r,s=cS.useMemo(()=>i,Object.values(i));return ES(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=cS.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 cS.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 cS.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]=cS.useState(bi());return vi(()=>{n(e=>e??String(wi++))},[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]=cS.useState(e),r=cS.useRef(n),a=cS.useRef(t);return yi(()=>{a.current=t},[t]),cS.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=cS.useRef(void 0!==e);cS.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=cS.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=cS.forwardRef((e,n)=>{const{children:o,...r}=e,a=cS.Children.toArray(o),i=a.find(f);if(i){const e=i.props.children,o=a.map(t=>t===i?cS.Children.count(e)>1?cS.Children.only(null):cS.isValidElement(e)?e.props.children:null:t);return ES(t,{...r,ref:n,children:cS.isValidElement(e)?cS.cloneElement(e,void 0,o):null})}return ES(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function p(e){const t=cS.forwardRef((e,t)=>{const{children:n,...o}=e;if(cS.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!==cS.Fragment&&(r.ref=t?i(t,e):e),cS.cloneElement(n,r)}return cS.Children.count(n)>1?cS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function m(e){const t=({children:e})=>ES(_S,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=Ii,t}function f(e){return cS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Ii}function g(e,t){e&&SS.flushSync(()=>e.dispatchEvent(t))}function h(e){const t=cS.useRef(e);return cS.useEffect(()=>{t.current=e}),cS.useMemo(()=>(...e)=>t.current?.(...e),[])}function v(){const e=new CustomEvent(Ai);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]=cS.useState(),o=cS.useRef(null),r=cS.useRef(e),a=cS.useRef("none"),i=e?"mounted":"unmounted",[l,s]=function(e,t){return cS.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 cS.useEffect(()=>{const e=E(o.current);a.current="mounted"===l?e:"none"},[l]),vi(()=>{const t=o.current,n=r.current;if(n!==e){const o=a.current,i=E(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]),vi(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,i=a=>{const i=E(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=E(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:cS.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function E(e){return e?.animationName||"none"}function _(){cS.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??O()),document.body.insertAdjacentElement("beforeend",e[1]??O()),Fi++,()=>{1===Fi&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Fi--}},[])}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=dS(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 Yi(function(){var t,n,o,r=Ji.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)})),Ji.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 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 V({size:e="medium",className:t="",inheritColor:n=!1}){return uS.createElement("span",{className:hi("demio-ui-loader",ec.loader,{[ec[e]]:e,[ec.inheritColor]:n,[t]:t})})}function G({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 uS.createElement(Xs,{open:t,...f},uS.createElement(js,null,uS.createElement(Zs,{className:hi("demio-ui-alert__overlay",nc)}),uS.createElement(qs,{className:hi("demio-ui-alert",rc,e),style:{maxWidth:d}},m&&uS.createElement("button",{className:hi("demio-ui-alert__close-button",oc),onClick:p||a,"data-testid":"close-button"},uS.createElement($s,null)),uS.createElement(Us,{className:hi("demio-ui-alert__title",ac)},i),l&&uS.createElement(Qs,{className:hi("demio-ui-alert__description",ic)},l),uS.createElement("div",{className:hi("demio-ui-alert__action-buttons",lc)},uS.createElement(Js,{asChild:!0},uS.createElement(WS,{onClick:a,variant:"outline"},r)),uS.createElement(Ys,{asChild:!0},uS.createElement(WS,{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 cS.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===sc&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function L(e){const t=cS.forwardRef((e,t)=>{let{children:n,...o}=e;if(k(n)&&"function"==typeof cc&&(n=cc(n._payload)),cS.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!==cS.Fragment&&(r.ref=t?i(t,e):e),cS.cloneElement(n,r)}return cS.Children.count(n)>1?cS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function z(e){return cS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===uc}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 gc||(gc=1,t=fc,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},mc.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l),mc}function H(){return vc||(vc=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=fc,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};hc.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())}()),hc}function W(){return bc||(bc=1,"production"===process.env.NODE_ENV?pc.exports=F():pc.exports=H()),pc.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=wc.useSyncExternalStore(X,()=>!0,()=>!1),r=cS.useRef(null),a=o?(r.current||(r.current=new window.Image),r.current):null,[i,l]=cS.useState(()=>j(a,e));return vi(()=>{l(j(a,e))},[a,e]),vi(()=>{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 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 _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 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 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 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 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 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 _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 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 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 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 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(){return sn=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},sn.apply(null,arguments)}function cn(){return cn=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},cn.apply(null,arguments)}function un(){return un=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},un.apply(null,arguments)}function dn(){return dn=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},dn.apply(null,arguments)}function pn(){return pn=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},pn.apply(null,arguments)}function mn(){return mn=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},mn.apply(null,arguments)}function fn(){return fn=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},fn.apply(null,arguments)}function gn(){return gn=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},gn.apply(null,arguments)}function hn(){return hn=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},hn.apply(null,arguments)}function vn(){return vn=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},vn.apply(null,arguments)}function bn(){return bn=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},bn.apply(null,arguments)}function wn(){return wn=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},wn.apply(null,arguments)}function yn(){return yn=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},yn.apply(null,arguments)}function In(){return In=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},In.apply(null,arguments)}function Cn(){return Cn=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},Cn.apply(null,arguments)}function xn(e){const t=cS.useRef({value:e,previous:e});return cS.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function An(e){const[t,n]=cS.useState(void 0);return vi(()=>{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 En(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:_g}),[g,h]=cS.useState(null),[v,b]=cS.useState(null),w=cS.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:!On(r)&&r,isFormControl:y,bubbleInput:v,setBubbleInput:b};return ES($S,{scope:t,...I,children:_n(p)?p(I):o})}function _n(e){return"function"==typeof e}function On(e){return"indeterminate"===e}function Sn(e){return On(e)?"indeterminate":e?"checked":"unchecked"}function Rn(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===Tg&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Mn(e){const t=cS.forwardRef((e,t)=>{let{children:n,...o}=e;if(Rn(n)&&"function"==typeof Vg&&(n=Vg(n._payload)),cS.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!==cS.Fragment&&(r.ref=t?i(t,e):e),cS.cloneElement(n,r)}return cS.Children.count(n)>1?cS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function Pn(e){return cS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===Gg}function Nn({htmlFor:e,children:t,className:n="",weight:o="regular"}){return uS.createElement(zg,{htmlFor:e,className:hi("demio-ui-label",Fg,[tR(o)],{[n]:!!n})},t)}function Bn({className:e="",children:t,testid:n="",type:o="hint"}){return uS.createElement("div",{className:hi("demio-ui-input-hint",qg,{[Yg]:"error"===o,[e]:!!e}),"data-html":o,"data-testid":n},t)}function Tn(){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 th?eh:(th=1,t=!1,eh=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 Vn(){var e,t;return oh?nh:(oh=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},nh=t)}function Gn(){var e,t;return ah?rh:(ah=1,(e=Vn()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),rh=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 Dn(){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 lh?ih:(lh=1,t=Tn(),n=Gn(),o=10,r=40,a=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},ih=e)}function kn(){return ch?sh:(ch=1,sh=Dn())}function Ln(e,t,n,o,r){void 0===r&&(r=0);var a=Zn(t.width,t.height,r),i=a.width,l=a.height;return{x:zn(e.x,i,n.width,o),y:zn(e.y,l,n.height,o)}}function zn(e,t,n,o){var r=Math.abs(t*o/2-n/2);return qn(e,-r,r)}function Fn(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function Hn(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function Wn(e,t){return Math.min(e,Math.max(0,t))}function Xn(e,t){return t}function jn(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function Zn(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 qn(e,t,n){return Math.min(Math.max(e,t),n)}function Yn(){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 Jn(e,[t,n]){return Math.min(n,Math.max(t,e))}function Un(e){const t=cS.useContext(hh);return e||t||"ltr"}function Qn(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=uS.useRef(null),r=uS.useRef(new Map).current;return ES(a,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const c=e+"CollectionSlot",u=d(c),p=uS.forwardRef((e,t)=>{const{scope:n,children:o}=e,r=l(t,i(c,n).collectionRef);return ES(u,{ref:r,children:o})});p.displayName=c;const m=e+"CollectionItemSlot",f="data-radix-collection-item",g=d(m),h=uS.forwardRef((e,t)=>{const{scope:n,children:o,...r}=e,a=uS.useRef(null),s=l(t,a),c=i(m,n);return uS.useEffect(()=>(c.itemMap.set(a,{ref:a,...r}),()=>{c.itemMap.delete(a)})),ES(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 uS.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 Kn(e,t,n){return Jn(100/(n-t)*(e-t),[0,100])}function $n(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 eo({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 uS.createElement(vs,{open:a,onOpenChange:e=>{s&&r&&r(e)},"data-testid":"modal-overlay"},uS.createElement(ws,{container:c||void 0},uS.createElement(ys,{"data-testid":"modal-overlay",className:hi(uv,{[i]:!!i,[pv]:!l&&!n},"demio-ui-modal-overlay")},uS.createElement(Is,{...u,className:hi(hv,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},uS.createElement("div",{className:hi(dv,"demio-ui-modal-header"),"data-html":"header"},uS.createElement(Cs,{className:hi(fv,{[gv]:!n},"demio-ui-modal-title"),"data-html":"title"},l),n&&uS.createElement(As,{className:hi(mv,"demio-ui-modal-close-button"),onClick:()=>{r(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},uS.createElement($s,null))),uS.createElement("div",{className:hi(vv,"demio-ui-modal-children"),"data-html":"content"},e)))))}function to(e,t,n){return WR(e,HR(t,n))}function no(e,t){return"function"==typeof e?e(t):e}function oo(e){return e.split("-")[0]}function ro(e){return e.split("-")[1]}function ao(e){return"x"===e?"y":"x"}function io(e){return"y"===e?"height":"width"}function lo(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function so(e){return ao(lo(e))}function co(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function uo(e,t,n,o){const r=ro(e);let a=function(e,t,n){switch(e){case"top":case"bottom":return n?t?JR:YR:t?YR:JR;case"left":case"right":return t?UR:QR;default:return[]}}(oo(e),"start"===n,o);return r&&(a=a.map(e=>e+"-"+r),t&&(a=a.concat(a.map(co)))),a}function po(e){const t=oo(e);return qR[t]+e.slice(t.length)}function mo(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 fo(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 go(e,t,n){let{reference:o,floating:r}=e;const a=lo(t),i=so(t),l=io(i),s=oo(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(ro(t)){case"start":m[i]-=p*(n&&c?-1:1);break;case"end":m[i]+=p*(n&&c?-1:1)}return m}async function ho(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}=no(t,e),f=mo(m),g=l[p?"floating"===d?"reference":"floating":d],h=fo(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=fo(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 vo(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function bo(e){return FR.some(t=>e[t]>=0)}function wo(){return"undefined"!=typeof window}function yo(e){return xo(e)?(e.nodeName||"").toLowerCase():"#document"}function Io(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Co(e){var t;return null==(t=(xo(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function xo(e){return!!wo()&&(e instanceof Node||e instanceof Io(e).Node)}function Ao(e){return!!wo()&&(e instanceof Element||e instanceof Io(e).Element)}function Eo(e){return!!wo()&&(e instanceof HTMLElement||e instanceof Io(e).HTMLElement)}function _o(e){return!(!wo()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Io(e).ShadowRoot)}function Oo(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 So(e){return/^(table|td|th)$/.test(yo(e))}function Ro(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)?Bo(e):e;return tM(t.transform)||tM(t.translate)||tM(t.scale)||tM(t.rotate)||tM(t.perspective)||!Po()&&(tM(t.backdropFilter)||tM(t.filter))||$R.test(t.willChange||"")||eM.test(t.contain||"")}function Po(){return null==nM&&(nM="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),nM}function No(e){return/^(html|body|#document)$/.test(yo(e))}function Bo(e){return Io(e).getComputedStyle(e)}function To(e){return Ao(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Vo(e){if("html"===yo(e))return e;const t=e.assignedSlot||e.parentNode||_o(e)&&e.host||Co(e);return _o(t)?t.host:t}function Go(e){const t=Vo(e);return No(t)?e.ownerDocument?e.ownerDocument.body:e.body:Eo(t)&&Oo(t)?t:Go(t)}function Do(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const r=Go(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),i=Io(r);if(a){const e=ko(i);return t.concat(i,i.visualViewport||[],Oo(r)?r:[],e&&n?Do(e):[])}return t.concat(r,Do(r,[],n))}function ko(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Lo(e){const t=Bo(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const r=Eo(e),a=r?e.offsetWidth:n,i=r?e.offsetHeight:o,l=XR(n)!==a||XR(o)!==i;return l&&(n=a,o=i),{width:n,height:o,$:l}}function zo(e){return Ao(e)?e:e.contextElement}function Fo(e){const t=zo(e);if(!Eo(t))return ZR(1);const n=t.getBoundingClientRect(),{width:o,height:r,$:a}=Lo(t);let i=(a?XR(n.width):n.width)/o,l=(a?XR(n.height):n.height)/r;return i&&Number.isFinite(i)||(i=1),l&&Number.isFinite(l)||(l=1),{x:i,y:l}}function Ho(e){const t=Io(e);return Po()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:oM}function Wo(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=e.getBoundingClientRect(),a=zo(e);let i=ZR(1);t&&(o?Ao(o)&&(i=Fo(o)):i=Fo(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==Io(e))&&t}(a,n,o)?Ho(a):ZR(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=Io(a),t=o&&Ao(o)?Io(o):o;let n=e,r=ko(n);for(;r&&o&&t!==n;){const e=Fo(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=Io(r),r=ko(n)}}return fo({width:u,height:d,x:s,y:c})}function Xo(e,t){const n=To(e).scrollLeft;return t?t.left+n:Wo(Co(e)).left+n}function jo(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Xo(e,n),y:n.top+t.scrollTop}}function Zo(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=Io(e),o=Co(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=Po();(!e||e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}const c=Xo(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=Co(e),n=To(e),o=e.ownerDocument.body,r=WR(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),a=WR(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let i=-n.scrollLeft+Xo(e);const l=-n.scrollTop;return"rtl"===Bo(o).direction&&(i+=WR(t.clientWidth,o.clientWidth)-r),{width:r,height:a,x:i,y:l}}(Co(e));else if(Ao(t))o=function(e,t){const n=Wo(e,!0,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft,a=Eo(e)?Fo(e):ZR(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=Ho(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return fo(o)}function qo(e,t){const n=Vo(e);return!(n===t||!Ao(n)||No(n))&&("fixed"===Bo(n).position||qo(n,t))}function Yo(e,t,n){function o(){c.x=Xo(a)}const r=Eo(t),a=Co(t),i="fixed"===n,l=Wo(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const c=ZR(0);if(r||!r&&!i)if(("body"!==yo(t)||Oo(a))&&(s=To(t)),r){const e=Wo(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?ZR(0):jo(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 Jo(e){return"static"===Bo(e).position}function Uo(e,t){if(!Eo(e)||"fixed"===Bo(e).position)return null;if(t)return t(e);let n=e.offsetParent;return Co(e)===n&&(n=n.ownerDocument.body),n}function Qo(e,t){const n=Io(e);if(Ro(e))return n;if(!Eo(e)){let t=Vo(e);for(;t&&!No(t);){if(Ao(t)&&!Jo(t))return t;t=Vo(t)}return n}let o=Uo(e,t);for(;o&&So(o)&&Jo(o);)o=Uo(o,t);return o&&No(o)&&Jo(o)&&!Mo(o)?n:o||function(e){let t=Vo(e);for(;Eo(t)&&!No(t);){if(Mo(t))return t;if(Ro(t))return null;t=Vo(t)}return null}(e)||n}function Ko(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function $o(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=zo(e),u=r||a?[...c?Do(c):[],...t?Do(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=Co(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||Ko(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:-jR(p)+"px "+-jR(a.clientWidth-(d+m))+"px "+-jR(a.clientHeight-(p+f))+"px "+-jR(d)+"px",threshold:WR(0,HR(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?Wo(e):null;return s&&function t(){const o=Wo(e);g&&!Ko(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 er(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(!er(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)&&!er(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function tr(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function nr(e,t){const n=tr(e);return Math.round(t*n)/n}function or(e){const t=cS.useRef(e);return yv(()=>{t.current=e}),t}function rr(e){return null!==e}function ar(e){const[t,n="center"]=e.split("-");return[t,n]}function ir(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 lr(e){return e?"open":"closed"}function sr(e){return"indeterminate"===e}function cr(e){return sr(e)?"indeterminate":e?"checked":"unchecked"}function ur(e){return t=>"mouse"===t.pointerType?e(t):void 0}function dr({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:r}){return uS.createElement("div",{className:hi("demio-ui-form-group",zw.formGroup,r,{[zw.horizontal]:"horizontal"===t,[zw.vertical]:"vertical"===t,[zw[n]]:!!n,[zw[`${o}AlignItems`]]:!!o})},e)}function pr(e){return pr="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},pr(e)}function mr(e){var t=function(e,t){var n,o;if("object"!=pr(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=pr(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"==pr(t)?t:t+""}function fr(e,t,n){return(t=mr(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function gr(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 hr(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?gr(Object(n),!0).forEach(function(t){fr(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):gr(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function vr(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 br(e,t){if(e){if("string"==typeof e)return vr(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)?vr(e,t):void 0}}function wr(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)||br(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 yr(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 Cr(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,mr(o.key),o)}function xr(e,t){return xr=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},xr(e,t)}function Ar(e){return Ar=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Ar(e)}function Er(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Er=function(){return!!e})()}function _r(e,t){if(t&&("object"==pr(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 Or(e){return function(e){if(Array.isArray(e))return vr(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||br(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 Sr(e){return e.trim()}function Rr(e,t,n){return e.replace(t,n)}function Mr(e,t){return e.indexOf(t)}function Pr(e,t){return 0|e.charCodeAt(t)}function Nr(e,t,n){return e.slice(t,n)}function Br(e){return e.length}function Tr(e){return e.length}function Vr(e,t){return t.push(e),e}function Gr(e,t,n,o,r,a,i){return{value:e,root:t,parent:n,type:o,props:r,children:a,line:wy,column:yy,length:i,return:""}}function Dr(e,t){return by(Gr("",null,null,"",null,null,0),e,{length:-e.length},t)}function kr(){return xy=Cy>0?Pr(Ay,--Cy):0,yy--,10===xy&&(yy=1,wy--),xy}function Lr(){return xy=Cy<Iy?Pr(Ay,Cy++):0,yy++,10===xy&&(yy=1,wy++),xy}function zr(){return Pr(Ay,Cy)}function Fr(){return Cy}function Hr(e,t){return Nr(Ay,e,t)}function Wr(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 Xr(e){return wy=yy=1,Iy=Br(Ay=e),Cy=0,[]}function jr(e){return Ay="",e}function Zr(e){return Sr(Hr(Cy-1,Jr(91===e?e+2:40===e?e+1:e)))}function qr(e){for(;(xy=zr())&&xy<33;)Lr();return Wr(e)>2||Wr(xy)>3?"":" "}function Yr(e,t){for(;--t&&Lr()&&!(xy<48||xy>102||xy>57&&xy<65||xy>70&&xy<97););return Hr(e,Fr()+(t<6&&32==zr()&&32==Lr()))}function Jr(e){for(;Lr();)switch(xy){case e:return Cy;case 34:case 39:34!==e&&39!==e&&Jr(xy);break;case 40:41===e&&Jr(e);break;case 92:Lr()}return Cy}function Ur(e,t){for(;Lr()&&e+xy!==57&&(e+xy!==84||47!==zr()););return"/*"+Hr(t,Cy-1)+"*"+vy(47===e?e:Lr())}function Qr(e){for(;!Wr(zr());)Lr();return Hr(e,Cy)}function Kr(e){return jr($r("",null,null,null,[""],e=Xr(e),0,[0],e))}function $r(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=Lr()){case 40:if(108!=f&&58==Pr(x,d-1)){-1!=Mr(x+=Rr(Zr(b),"&","&\f"),"&\f")&&(v=-1);break}case 34:case 39:case 91:x+=Zr(b);break;case 9:case 10:case 13:case 32:x+=qr(f);break;case 92:x+=Yr(Fr()-1,7);continue;case 47:switch(zr()){case 42:case 47:Vr(ta(Ur(Lr(),Fr()),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=Rr(x,/\f/g,"")),m>0&&Br(x)-d&&Vr(m>32?na(x+";",o,n,d-1):na(Rr(x," ","")+";",o,n,d-2),s);break;case 59:x+=";";default:if(Vr(C=ea(x,t,n,c,u,r,l,w,y=[],I=[],d),a),123===b)if(0===u)$r(x,t,C,C,y,a,d,l,I);else switch(99===p&&110===Pr(x,3)?100:p){case 100:case 108:case 109:case 115:$r(e,C,C,o&&Vr(ea(e,C,C,0,0,r,l,w,r,y=[],d),I),r,I,d,l,o?y:I);break;default:$r(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==kr())continue;switch(x+=vy(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===zr()&&(x+=Zr(Lr())),p=zr(),u=d=Br(w=x+=Qr(Fr())),b++;break;case 45:45===f&&2==Br(x)&&(g=0)}}return a}function ea(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=Tr(b);for(d=0,p=0,m=0;d<o;++d)for(f=0,g=Nr(e,v+1,v=hy(p=i[d])),h=e;f<w;++f)(h=Sr(p>0?b[f]+" "+g:Rr(g,/&\f/g,b[f])))&&(s[m++]=h);return Gr(e,t,n,0===r?dy:l,s,c,u)}function ta(e,t,n){return Gr(e,t,n,uy,vy(xy),Nr(e,2,-2),0)}function na(e,t,n,o){return Gr(e,t,n,py,Nr(e,0,o),Nr(e,o+1,-1),o)}function oa(e,t){var n,o="",r=Tr(e);for(n=0;n<r;n++)o+=t(e[n],n,e,t)||"";return o}function ra(e,t,n,o){switch(e.type){case gy:if(e.children.length)break;case my:case py:return e.return=e.return||e.value;case uy:return"";case fy:return e.return=e.value+"{"+oa(e.children,o)+"}";case dy:e.value=e.props.join(",")}return Br(n=oa(e.children,o))?e.return=e.value+"{"+n+"}":""}function aa(e){var t=Tr(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 ia(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function la(e,t){switch(function(e,t){return 45^Pr(e,0)?(((t<<2^Pr(e,0))<<2^Pr(e,1))<<2^Pr(e,2))<<2^Pr(e,3):0}(e,t)){case 5103:return cy+"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 cy+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return cy+e+sy+e+ly+e+e;case 6828:case 4268:return cy+e+ly+e+e;case 6165:return cy+e+ly+"flex-"+e+e;case 5187:return cy+e+Rr(e,/(\w+).+(:[^]+)/,cy+"box-$1$2"+ly+"flex-$1$2")+e;case 5443:return cy+e+ly+"flex-item-"+Rr(e,/flex-|-self/,"")+e;case 4675:return cy+e+ly+"flex-line-pack"+Rr(e,/align-content|flex-|-self/,"")+e;case 5548:return cy+e+ly+Rr(e,"shrink","negative")+e;case 5292:return cy+e+ly+Rr(e,"basis","preferred-size")+e;case 6060:return cy+"box-"+Rr(e,"-grow","")+cy+e+ly+Rr(e,"grow","positive")+e;case 4554:return cy+Rr(e,/([^-])(transform)/g,"$1"+cy+"$2")+e;case 6187:return Rr(Rr(Rr(e,/(zoom-|grab)/,cy+"$1"),/(image-set)/,cy+"$1"),e,"")+e;case 5495:case 3959:return Rr(e,/(image-set\([^]*)/,cy+"$1$`$1");case 4968:return Rr(Rr(e,/(.+:)(flex-)?(.*)/,cy+"box-pack:$3"+ly+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+cy+e+e;case 4095:case 3583:case 4068:case 2532:return Rr(e,/(.+)-inline(.+)/,cy+"$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(Pr(e,t+1)){case 109:if(45!==Pr(e,t+4))break;case 102:return Rr(e,/(.+:)(.+)-([^]+)/,"$1"+cy+"$2-$3$1"+sy+(108==Pr(e,t+3)?"$3":"$2-$3"))+e;case 115:return~Mr(e,"stretch")?la(Rr(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==Pr(e,t+1))break;case 6444:switch(Pr(e,Br(e)-3-(~Mr(e,"!important")&&10))){case 107:return Rr(e,":",":"+cy)+e;case 101:return Rr(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+cy+(45===Pr(e,14)?"inline-":"")+"box$3$1"+cy+"$2$3$1"+ly+"$2box$3")+e}break;case 5936:switch(Pr(e,t+11)){case 114:return cy+e+ly+Rr(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return cy+e+ly+Rr(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return cy+e+ly+Rr(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return cy+e+ly+e+e}return e}function sa(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 Yy={name:r.name,styles:r.styles,next:Yy},r.name;if(void 0!==(a=n).styles){if(void 0!==(i=a.next))for(;void 0!==i;)Yy={name:i.name,styles:i.styles,next:Yy},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+=sa(e,t,n[o])+";";else for(r in n)if("object"!=typeof(a=n[r]))Xy(i=a)&&(c+=jy(r)+":"+Zy(r,i)+";");else if(Array.isArray(a)&&"string"==typeof a[0]&&null==t)for(l=0;l<a.length;l++)Xy(a[l])&&(c+=jy(r)+":"+Zy(r,a[l])+";");else switch(s=sa(e,t,a),r){case"animation":case"animationName":c+=jy(r)+":"+s+";";break;default:c+=r+"{"+s+"}"}return c}(e,t,n);case"function":if(void 0!==e)return l=Yy,s=n(e),Yy=l,sa(e,t,s)}return n}function ca(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="",Yy=void 0,null==(a=e[0])||void 0===a.raw?(o=!1,r+=sa(n,t,a)):r+=a[0],i=1;i<e.length;i++)r+=sa(n,t,e[i]),o&&(r+=a[i]);for(qy.lastIndex=0,l="";null!==(s=qy.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:Yy}}function ua(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ca(t)}function da(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function pa(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(da(e,i)));return a.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function ma(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function fa(e){return ma(e)?window.pageYOffset:e.scrollTop}function ga(e,t){ma(e)?window.scrollTo(0,t):e.scrollTop=t}function ha(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:mI,r=fa(e),a=t-r,i=10,l=0;!function t(){var s,c=a*((s=(s=l+=i)/n-1)*s*s+1)+r;ga(e,c),l<n?window.requestAnimationFrame(t):o(e)}()}function va(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),r=t.offsetHeight/3;o.bottom+r>n.bottom?ga(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+r,e.scrollHeight)):o.top-r<n.top&&ga(e,Math.max(t.offsetTop-r,0))}function ba(){try{return document.createEvent("TouchEvent"),!0}catch(hP){return!1}}function wa(e){return null!=e}function ya(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=e.placement,_=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:ma(I=R)?window.innerHeight:I.clientHeight,s=fa(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,E){case"auto":case"bottom":if(p>=r)return{placement:"bottom",maxHeight:C};if(f>=r&&!O)return _&&ha(R,g,v),{placement:"bottom",maxHeight:C};if(!O&&f>=A||O&&p>=A)return _&&ha(R,g,v),{placement:"bottom",maxHeight:O?p-c:f-c};if("auto"===E||O)return b=C,(w=O?d:m)>=A&&(b=Math.min(w-c-S,C)),{placement:"top",maxHeight:b};if("bottom"===E)return _&&ga(R,g),{placement:"bottom",maxHeight:C};break;case"top":return d>=r?{placement:"top",maxHeight:C}:m>=r&&!O?(_&&ha(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),_&&ha(R,h,v),{placement:"top",maxHeight:y}):{placement:"bottom",maxHeight:C};default:throw new Error('Invalid placement provided "'.concat(E,'".'))}return M}function Ca(e,t){return e===t||!(!NC(e)||!NC(t))}function xa(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!Ca(e[n],t[n]))return!1;return!0}function Aa(e){var t=e.innerRef,n=yr(e,JC),o=II(n,"onExited","in","enter","exit","appear");return cI("input",Ir({ref:t},o,{css:ua({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 Ea(e){e.cancelable&&e.preventDefault()}function _a(e){e.stopPropagation()}function Oa(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Sa(){return"ontouchstart"in window||navigator.maxTouchPoints}function Ra(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=fS(!1),l=fS(!1),s=fS(0),c=fS(null),u=gS(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&&UC(e))},[n,o,r,a]),d=gS(function(e){u(e,e.deltaY)},[u]),p=gS(function(e){s.current=e.changedTouches[0].clientY},[]),m=gS(function(e){var t=s.current-e.changedTouches[0].clientY;u(e,t)},[u]),f=gS(function(e){if(e){var t=!!yI&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),g=gS(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return hS(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=fS({}),a=fS(null),i=gS(function(e){var t,n,a,i,l;$C&&(t=document.body,n=t&&t.style,o&&QC.forEach(function(e){var t=n&&n[e];r.current[e]=t}),o&&ex<1&&(a=parseInt(r.current.paddingRight,10)||0,i=document.body?document.body.clientWidth:0,l=window.innerWidth-i+a||0,Object.keys(KC).forEach(function(e){var t=KC[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(l,"px"))),t&&Sa()&&(t.addEventListener("touchmove",Ea,tx),e&&(e.addEventListener("touchstart",Oa,tx),e.addEventListener("touchmove",_a,tx))),ex+=1)},[o]),l=gS(function(e){var t,n;$C&&(t=document.body,n=t&&t.style,ex=Math.max(ex-1,0),o&&ex<1&&QC.forEach(function(e){var t=r.current[e];n&&(n[e]=t)}),t&&Sa()&&(t.removeEventListener("touchmove",Ea,tx),e&&(e.removeEventListener("touchstart",Oa,tx),e.removeEventListener("touchmove",_a,tx))))},[o]);return hS(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 cI(CS,null,n&&cI("div",{onClick:nx,css:ox}),t(d))}function Ma(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 Pa(){return Ma(/^Mac/i)}function Na(){return Ma(/^iPhone/i)||Ma(/^iPad/i)||Pa()&&navigator.maxTouchPoints>1}function Ba(e,t,n,o){var r=ka(e,t,n),a=La(e,t,n),i=hx(e,t),l=vx(e,t);return{type:"option",data:t,isDisabled:r,isSelected:a,label:i,value:l,index:o}}function Ta(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 Da(e,t)}),r.length>0?{type:"group",data:n,options:r,index:o}:void 0):(a=Ba(e,n,t,o),Da(e,a)?a:void 0)}).filter(wa)}function Va(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,Or(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function Ga(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,Or(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 Da(e,t){var n=e.inputValue,o=void 0===n?"":n,r=t.data,a=t.isSelected,i=t.label,l=t.value;return(!bx(e)||!a)&&za(e,{label:i,value:l,data:r},o)}function ka(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function La(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=vx(e,t);return n.some(function(t){return vx(e,t)===o})}function za(e,t,n){return!e.filterOption||e.filterOption(t,n)}function Fa(e){return e?"open":"closed"}function Ha(...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 cS.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function Wa(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===TA&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function Xa(e){const t=cS.forwardRef((e,t)=>{let{children:n,...o}=e;if(Wa(n)&&"function"==typeof VA&&(n=VA(n._payload)),cS.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!==cS.Fragment&&(r.ref=t?i(t,e):e),cS.cloneElement(n,r)}return cS.Children.count(n)>1?cS.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function ja(e){return cS.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===GA}function Za(e,t){return`${Math.round(e/t*100)}%`}function qa(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function Ya(e){return"number"==typeof e}function Ja(e){return Ya(e)&&!isNaN(e)&&e>0}function Ua(e,t){return Ya(e)&&!isNaN(e)&&e<=t&&e>=0}function Qa({max:e=100,progress:t=0,className:n="",...o}){const r=t>e?"100%":t/e*100+"%";return uS.createElement(WA,{className:hi("demio-ui-progress",jA,{className:!!n}),value:t>e?e:t,max:e,...o},uS.createElement(XA,{className:ZA,style:{width:r}}))}function Ka(e){return e?"checked":"unchecked"}function $a({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 uS.createElement(sE,{...u,...c,className:hi("demio-ui-radio-group",dE.root,{[dE.error]:!!t,[s]:!!s}),defaultValue:n,"aria-label":o},e.map(e=>uS.createElement("div",{key:e.id,className:hi(dE.container,{[dE.disabled]:e.disabled||i})},uS.createElement(cE,{className:dE.item,value:e.value,disabled:e.disabled||i,id:e.id},uS.createElement(uE,{className:dE.indicator})),uS.createElement(Nn,{className:dE.label,htmlFor:e.id,weight:"regular"},e.label))),uS.createElement("div",{className:dE.footer},t&&uS.createElement(Bn,{type:"error"},t),r&&!t&&uS.createElement(Bn,null,r)))}function ei(e){return""===e||void 0===e}function ti(e){const t=h(e),n=cS.useRef(""),o=cS.useRef(0),r=cS.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=cS.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return cS.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,r,a]}function ni(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 oi(e){return e?"checked":"unchecked"}function ri({className:e="",id:t="",disabled:n=!1,required:o=!1,name:r,...a}){return uS.createElement(I_,{className:hi(x_,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:r,id:t||r,...a},uS.createElement(C_,{className:A_}))}function ai(e,t){return`${e}-trigger-${t}`}function ii(e,t){return`${e}-content-${t}`}function li({children:e,className:t="",...n}){return uS.createElement(T_,{...n,className:hi(k_,"demio-ui-tabs",{[t]:t})},e)}function si({children:e,className:t=""}){return uS.createElement(V_,{className:hi(L_,"demio-ui-tabs-list",{[t]:t})},e)}function ci({children:e,className:t="",...n}){return uS.createElement(G_,{...n,className:hi(z_,{[t]:t})},e)}function ui({children:e,value:t,className:n=""}){return uS.createElement(D_,{value:t,className:hi(F_,"demio-ui-tabs-tab",{[n]:n})},e)}function di({children:e,onDelete:t=null,className:n=""}){return uS.createElement("div",{className:hi(H_,"demio-ui-tag-container",n)},e,Boolean(t)&&uS.createElement("button",{type:"button",onClick:t,className:hi(W_,"demio-ui-tag-delete-button")},uS.createElement($s,null)))}function pi({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:r,container:a,content:i,defaultOpen:l=!1,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]=dS(l),y=p??b,I=uS.createElement(OO,{sideOffset:g,alignOffset:t,side:f,align:e,collisionBoundary:r,...v,className:hi(RO,"demio-ui-tooltip",{[o]:o})},i,uS.createElement(SO,{className:PO,width:11,height:5}));return i?uS.createElement(xO,{skipDelayDuration:h,delayDuration:s},uS.createElement(AO,{defaultOpen:l,onOpenChange:e=>{m&&m(e),w(e)},open:y},uS.createElement(EO,{asChild:c||d},c?uS.createElement("div",{className:hi("demio-ui-tooltip-trigger",MO)},n):n),u?uS.createElement(_O,{container:a},I):I)):n}function mi({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?uS.createElement(RP,{content:i,contentProps:{side:l,align:e,sideOffset:s,alignOffset:t,collisionBoundary:r},...c,showArrow:!0,asChild:!0,container:a,contentClassName:hi(RO,o,"demio-ui-tooltip")},n):uS.createElement(pi,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:r,container:a,content:i,side:l,sideOffset:s,...c})}var fi,gi,hi,vi,bi,wi,yi,Ii,Ci,xi,Ai,Ei,_i,Oi,Si,Ri,Mi,Pi,Ni,Bi,Ti,Vi,Gi,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,El,_l,Ol,Sl,Rl,Ml,Pl,Nl,Bl,Tl,Vl,Gl,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,Es,_s,Os,Ss,Rs,Ms,Ps,Ns,Bs,Ts,Vs,Gs,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,Ec,_c,Oc,Sc,Rc,Mc,Pc,Nc,Bc,Tc,Vc,Gc,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,Eu,_u,Ou,Su,Ru,Mu,Pu,Nu,Bu,Tu,Vu,Gu,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,Ed,_d,Od,Sd,Rd,Md,Pd,Nd,Bd,Td,Vd,Gd,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,Ep,_p,Op,Sp,Rp,Mp,Pp,Np,Bp,Tp,Vp,Gp,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,Em,_m,Om,Sm,Rm,Mm,Pm,Nm,Bm,Tm,Vm,Gm,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,Ef,_f,Of,Sf,Rf,Mf,Pf,Nf,Bf,Tf,Vf,Gf,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,Eg,_g,Og,Sg,Rg,Mg,Pg,Ng,Bg,Tg,Vg,Gg,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,Eh,_h,Oh,Sh,Rh,Mh,Ph,Nh,Bh,Th,Vh,Gh,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,Ev,_v,Ov,Sv,Rv,Mv,Pv,Nv,Bv,Tv,Vv,Gv,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,Eb,_b,Ob,Sb,Rb,Mb,Pb,Nb,Bb,Tb,Vb,Gb,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,Ew,_w,Ow,Sw,Rw,Mw,Pw,Nw,Bw,Tw,Vw,Gw,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,Ey,_y,Oy,Sy,Ry,My,Py,Ny,By,Ty,Vy,Gy,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,EI,_I,OI,SI,RI,MI,PI,NI,BI,TI,VI,GI,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,EC,_C,OC,SC,RC,MC,PC,NC,BC,TC,VC,GC,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,Ex,_x,Ox,Sx,Rx,Mx,Px,Nx,Bx,Tx,Vx,Gx,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,EA,_A,OA,SA,RA,MA,PA,NA,BA,TA,VA,GA,DA,kA,LA,zA,FA,HA,WA,XA,jA,ZA,qA,YA,JA,UA,QA,KA,$A,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,EE,_E,OE,SE,RE,ME,PE,NE,BE,TE,VE,GE,DE,kE,LE,zE,FE,HE,WE,XE,jE,ZE,qE,YE,JE,UE,QE,KE,$E,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_,T_,V_,G_,D_,k_,L_,z_,F_,H_,W_,X_,j_,Z_,q_,Y_,J_,U_,Q_,K_,$_,eO,tO,nO,oO,rO,aO,iO,lO,sO,cO,uO,dO,pO,mO,fO,gO,hO,vO,bO,wO,yO,IO,CO,xO,AO,EO,_O,OO,SO,RO,MO,PO,NO,BO,TO,VO,GO,DO,kO,LO,zO,FO,HO,WO,XO,jO,ZO,qO,YO,JO,UO,QO,KO,$O,eS,tS,nS,oS,rS,aS,iS,lS,sS;import*as cS from"react";import uS,{useState as dS,forwardRef as pS,memo as mS,useRef as fS,useCallback as gS,useEffect as hS,useLayoutEffect as vS,useContext as bS,useMemo as wS,createContext as yS,Component as IS,Fragment as CS,useId as xS,useImperativeHandle as AS}from"react";import{jsx as ES,Fragment as _S,jsxs as OS}from"react/jsx-runtime";import*as SS from"react-dom";import RS,{createPortal as MS}from"react-dom";import{createRoot as PS}from"react-dom/client";if(fi={exports:{}},hi=e(n()),vi=globalThis?.document?cS.useLayoutEffect:()=>{},bi=cS[" useId ".trim().toString()]||(()=>{}),wi=0,yi=cS[" useInsertionEffect ".trim().toString()]||vi,Ii=Symbol("radix.slottable"),Ci=["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=cS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),ES(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),xi="DismissableLayer",Ai="dismissableLayer.update",Ei="dismissableLayer.pointerDownOutside",_i="dismissableLayer.focusOutside",Si=cS.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Ri=cS.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:a,onInteractOutside:i,onDismiss:c,...u}=e,d=cS.useContext(Si),[p,m]=cS.useState(null),f=p?.ownerDocument??globalThis?.document,[,g]=cS.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,E=x>=C,_=function(e,t=globalThis?.document){const n=h(e),o=cS.useRef(!1),r=cS.useRef(()=>{});return cS.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){b(Ei,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));E&&!n&&(r?.(e),i?.(e),e.defaultPrevented||c?.())},f),O=function(e,t=globalThis?.document){const n=h(e),o=cS.useRef(!1);return cS.useEffect(()=>{const e=e=>{e.target&&!o.current&&b(_i,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);cS.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),cS.useEffect(()=>{if(p)return n&&(0===d.layersWithOutsidePointerEventsDisabled.size&&(Oi=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=Oi)}},[p,f,n,d]),cS.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),v())},[p,d]),cS.useEffect(()=>{const e=()=>g({});return document.addEventListener(Ai,e),()=>document.removeEventListener(Ai,e)},[]),ES(Ci.div,{...u,ref:w,style:{pointerEvents:A?E?"auto":"none":void 0,...e.style},onFocusCapture:s(e.onFocusCapture,O.onFocusCapture),onBlurCapture:s(e.onBlurCapture,O.onBlurCapture),onPointerDownCapture:s(e.onPointerDownCapture,_.onPointerDownCapture)})}),Ri.displayName=xi,Mi="DismissableLayerBranch",Pi=cS.forwardRef((e,t)=>{const n=cS.useContext(Si),o=cS.useRef(null),r=l(t,o);return cS.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),ES(Ci.div,{...e,ref:r})}),Pi.displayName=Mi,Ni="focusScope.autoFocusOnMount",Bi="focusScope.autoFocusOnUnmount",Ti={bubbles:!1,cancelable:!0},Vi="FocusScope",Gi=cS.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:r,onUnmountAutoFocus:a,...i}=e,[s,c]=cS.useState(null),u=h(r),d=h(a),p=cS.useRef(null),m=l(t,e=>c(e)),f=cS.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;cS.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]),cS.useEffect(()=>{if(s){Di.add(f);const t=document.activeElement;if(!s.contains(t)){const n=new CustomEvent(Ni,Ti);s.addEventListener(Ni,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(Ni,u),setTimeout(()=>{const e=new CustomEvent(Bi,Ti);s.addEventListener(Bi,d),s.dispatchEvent(e),e.defaultPrevented||C(t??document.body,{select:!0}),s.removeEventListener(Bi,d),Di.remove(f)},0)}}var e},[s,u,d,f]);const g=cS.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 ES(Ci.div,{tabIndex:-1,...i,ref:m,onKeyDown:g})}),Gi.displayName=Vi,Di=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()}}}(),ki="Portal",(Li=cS.forwardRef((e,t)=>{const{container:n,...o}=e,[r,a]=cS.useState(!1);vi(()=>a(!0),[]);const i=n||r&&globalThis?.document?.body;return i?RS.createPortal(ES(Ci.div,{...o,ref:t}),i):null})).displayName=ki,(zi=e=>{const{present:t,children:n}=e,o=A(t),r="function"==typeof n?n({present:o.isPresent}):cS.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?cS.cloneElement(r,{ref:a}):null}).displayName="Presence",Fi=0,Hi=function(e,t){return Hi=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])},Hi(e,t)},Wi=function(){return Wi=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},Wi.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,Xi="right-scroll-bar-position",ji="width-before-scroll-bar",Zi="with-scroll-bars-hidden",qi="--removed-body-scroll-bar-size",Yi="undefined"!=typeof window?cS.useLayoutEffect:cS.useEffect,Ji=new WeakMap,(Ui=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 cS.createElement(t,Wi({},o))}).isSideCarExport=!0,Qi=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=Wi({async:!0,ssr:!1},e),t}(),Ki=function(){},$i=cS.forwardRef(function(e,t){var n=cS.useRef(null),o=cS.useState({onScrollCapture:Ki,onWheelCapture:Ki,onTouchMoveCapture:Ki}),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=Wi(Wi({},y),r);return cS.createElement(cS.Fragment,null,u&&cS.createElement(I,{sideCar:Qi,removeScrollBar:c,shards:d,noRelative:m,noIsolation:f,inert:g,setCallbacks:a,allowPinchZoom:!!h,lockRef:n,gapMode:w}),i?cS.cloneElement(cS.Children.only(l),Wi(Wi({},x),{ref:C})):cS.createElement(b,Wi({},x,{className:s,ref:C}),l))}),$i.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},$i.classNames={fullWidth:ji,zeroRight:Xi},el=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},tl=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=el())&&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)}}},nl=function(){var e=tl();return function(t,n){cS.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},ol=function(){var e=nl(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},rl={left:0,top:0,right:0,gap:0},al=function(e){return parseInt(e||"",10)||0},il=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[al(n),al(o),al(r)]},ll=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?rl:(t=il(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])})},sl=ol(),cl="data-scroll-locked",ul=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(Zi," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(l,"px ").concat(o,";\n }\n body[").concat(cl,"] {\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(Xi," {\n right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(ji," {\n margin-right: ").concat(l,"px ").concat(o,";\n }\n \n .").concat(Xi," .").concat(Xi," {\n right: 0 ").concat(o,";\n }\n \n .").concat(ji," .").concat(ji," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(cl,"] {\n ").concat(qi,": ").concat(l,"px;\n }\n")},dl=function(){var e=parseInt(document.body.getAttribute(cl)||"0",10);return isFinite(e)?e:0},pl=function(){cS.useEffect(function(){return document.body.setAttribute(cl,(dl()+1).toString()),function(){var e=dl()-1;e<=0?document.body.removeAttribute(cl):document.body.setAttribute(cl,e.toString())}},[])},ml=function(e){var t,n=e.noRelative,o=e.noImportant,r=e.gapMode,a=void 0===r?"margin":r;return pl(),t=cS.useMemo(function(){return ll(a)},[a]),cS.createElement(sl,{styles:ul(t,!n,a,o?"":"!important")})},fl=!1,"undefined"!=typeof window)try{gl=Object.defineProperty({},"passive",{get:function(){return fl=!0,!0}}),window.addEventListener("test",gl,gl),window.removeEventListener("test",gl,gl)}catch(ON){fl=!1}hl=!!fl&&{passive:!1},vl=function(e){return"TEXTAREA"===e.tagName},bl=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!vl(e)&&"visible"===n[t])},wl=function(e){return bl(e,"overflowY")},yl=function(e){return bl(e,"overflowX")},Il=function(e,t){var n,o=t.ownerDocument,r=t;do{if("undefined"!=typeof ShadowRoot&&r instanceof ShadowRoot&&(r=r.host),Al(e,r)&&(n=El(e,r))[1]>n[2])return!0;r=r.parentNode}while(r&&r!==o.body);return!1},Cl=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},xl=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},Al=function(e,t){return"v"===e?wl(t):yl(t)},El=function(e,t){return"v"===e?Cl(t):xl(t)},_l=function(e,t){return"h"===e&&"rtl"===t?-1:1},Ol=function(e,t,n,o,r){var a,i,l,s,c=_l(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=El(e,d))[0],l=a[1]-a[2]-c*i,(i||l)&&Al(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},Sl=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Rl=function(e){return[e.deltaX,e.deltaY]},Ml=function(e){return e&&"current"in e?e.current:e},Pl=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Nl=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Bl=0,Tl=[],sS=function(e){var t,n,o,r,a,i,l,s,c=cS.useRef([]),u=cS.useRef([0,0]),d=cS.useRef(),p=cS.useState(Bl++)[0],m=cS.useState(ol)[0],f=cS.useRef(e);return cS.useEffect(function(){f.current=e},[e]),cS.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(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=cS.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=Sl(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,Ol(g,t,e,"h"===g?r:a))))))},[]),n=cS.useCallback(function(e){var n,o,r,a=e;Tl.length&&Tl[Tl.length-1]===m&&(n="deltaY"in a?Rl(a):Sl(a),(o=c.current.filter(function(e){return e.name===a.type&&(e.target===a.target||a.target===e.shadowParent)&&Pl(e.delta,n)})[0])&&o.should?a.cancelable&&a.preventDefault():o||(r=(f.current.shards||[]).map(Ml).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=cS.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=cS.useCallback(function(e){u.current=Sl(e),d.current=void 0},[]),a=cS.useCallback(function(n){o(n.type,Rl(n),n.target,t(n,e.lockRef.current))},[]),i=cS.useCallback(function(n){o(n.type,Sl(n),n.target,t(n,e.lockRef.current))},[]),cS.useEffect(function(){return Tl.push(m),e.setCallbacks({onScrollCapture:a,onWheelCapture:a,onTouchMoveCapture:i}),document.addEventListener("wheel",n,hl),document.addEventListener("touchmove",n,hl),document.addEventListener("touchstart",r,hl),function(){Tl=Tl.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,hl),document.removeEventListener("touchmove",n,hl),document.removeEventListener("touchstart",r,hl)}},[]),l=e.removeScrollBar,s=e.inert,cS.createElement(cS.Fragment,null,s?cS.createElement(m,{styles:Nl(p)}):null,l?cS.createElement(ml,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},Qi.useMedium(sS),Vl=Ui,(Gl=cS.forwardRef(function(e,t){return cS.createElement($i,Wi({},e,{ref:t,sideCar:Vl}))})).classNames=$i.classNames,Dl=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},kl=new WeakMap,Ll=new WeakMap,zl={},Fl=0,Hl=function(e){return e&&(e.host||Hl(e.parentNode))},Wl=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=Hl(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)})},Xl=function(e,t,n,o){var r,a,i,l,s,c,u=Wl(t,Array.isArray(e)?e:[e]);return zl[n]||(zl[n]=new WeakMap),r=zl[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=(kl.get(e)||0)+1,u=(r.get(e)||0)+1,kl.set(e,s),r.set(e,u),a.push(e),1===s&&l&&Ll.set(e,!0),1===u&&e.setAttribute(n,"true"),l||e.setAttribute(o,"true")}catch(hP){console.error("aria-hidden: cannot operate on ",e,hP)}})},c(t),i.clear(),Fl++,function(){a.forEach(function(e){var t=kl.get(e)-1,a=r.get(e)-1;kl.set(e,t),r.set(e,a),t||(Ll.has(e)||e.removeAttribute(o),Ll.delete(e)),a||e.removeAttribute(n)}),--Fl||(kl=new WeakMap,kl=new WeakMap,Ll=new WeakMap,zl={})}},jl=function(e,t,n){var o,r;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(r=Dl(e))?(o.push.apply(o,Array.from(r.querySelectorAll("[aria-live], script"))),Xl(o,r,n,"aria-hidden")):function(){return null}},Zl="Dialog";var[NS,BS]=o(Zl),[TS,VS]=NS(Zl);(ql=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!0}=e,l=cS.useRef(null),s=cS.useRef(null),[d,p]=u({prop:o,defaultProp:r??!1,onChange:a,caller:Zl});return ES(TS,{scope:t,triggerRef:l,contentRef:s,contentId:c(),titleId:c(),descriptionId:c(),open:d,onOpenChange:p,onOpenToggle:cS.useCallback(()=>p(e=>!e),[p]),modal:i,children:n})}).displayName=Zl,Yl="DialogTrigger",(Jl=cS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=VS(Yl,n),a=l(t,r.triggerRef);return ES(Ci.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=Yl,Ul="DialogPortal";var[GS,DS]=NS(Ul,{forceMount:void 0});(Ql=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:r}=e,a=VS(Ul,t);return ES(GS,{scope:t,forceMount:n,children:cS.Children.map(o,e=>ES(zi,{present:n||a.open,children:ES(Li,{asChild:!0,container:r,children:e})}))})}).displayName=Ul,Kl="DialogOverlay",($l=cS.forwardRef((e,t)=>{const n=DS(Kl,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=VS(Kl,e.__scopeDialog);return a.modal?ES(zi,{present:o||a.open,children:ES(ts,{...r,ref:t})}):null})).displayName=Kl,es=d("DialogOverlay.RemoveScroll"),ts=cS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=VS(Kl,n);return ES(Gl,{as:es,allowPinchZoom:!0,shards:[r.contentRef],children:ES(Ci.div,{"data-state":B(r.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),ns="DialogContent",(os=cS.forwardRef((e,t)=>{const n=DS(ns,e.__scopeDialog),{forceMount:o=n.forceMount,...r}=e,a=VS(ns,e.__scopeDialog);return ES(zi,{present:o||a.open,children:a.modal?ES(rs,{...r,ref:t}):ES(as,{...r,ref:t})})})).displayName=ns,rs=cS.forwardRef((e,t)=>{const n=VS(ns,e.__scopeDialog),o=cS.useRef(null),r=l(t,n.contentRef,o);return cS.useEffect(()=>{const e=o.current;if(e)return jl(e)},[]),ES(is,{...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())})}),as=cS.forwardRef((e,t)=>{const n=VS(ns,e.__scopeDialog),o=cS.useRef(!1),r=cS.useRef(!1);return ES(is,{...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()}})}),is=cS.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:r,onCloseAutoFocus:a,...i}=e,s=VS(ns,n),c=cS.useRef(null),u=l(t,c);return _(),OS(_S,{children:[ES(Gi,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:ES(Ri,{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)})}),OS(_S,{children:[ES(fs,{titleId:s.titleId}),ES(hs,{contentRef:c,descriptionId:s.descriptionId})]})]})}),ls="DialogTitle",(ss=cS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=VS(ls,n);return ES(Ci.h2,{id:r.titleId,...o,ref:t})})).displayName=ls,cs="DialogDescription",(us=cS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=VS(cs,n);return ES(Ci.p,{id:r.descriptionId,...o,ref:t})})).displayName=cs,ds="DialogClose",(ps=cS.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,r=VS(ds,n);return ES(Ci.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})})).displayName=ds,ms="DialogTitleWarning";var[kS,LS]=function(e,t){const n=cS.createContext(t),o=e=>{const{children:t,...o}=e,r=cS.useMemo(()=>o,Object.values(o));return ES(n.Provider,{value:r,children:t})};return o.displayName=e+"Provider",[o,function(o){const r=cS.useContext(n);if(r)return r;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(ms,{contentName:ns,titleName:ls,docsSlug:"dialog"});fs=({titleId:e})=>{const t=LS(ms),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 cS.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},gs="DialogDescriptionWarning",hs=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${LS(gs).contentName}}.`;return cS.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},vs=ql,bs=Jl,ws=Ql,ys=$l,Is=os,Cs=ss,xs=us,As=ps,Es="AlertDialog";var[zS]=o(Es,[BS]);_s=BS(),(Os=e=>{const{__scopeAlertDialog:t,...n}=e,o=_s(t);return ES(vs,{...o,...n,modal:!0})}).displayName=Es,Ss="AlertDialogTrigger",cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=_s(n);return ES(bs,{...r,...o,ref:t})}).displayName=Ss,(Rs=e=>{const{__scopeAlertDialog:t,...n}=e,o=_s(t);return ES(ws,{...o,...n})}).displayName="AlertDialogPortal",Ms="AlertDialogOverlay",(Ps=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=_s(n);return ES(ys,{...r,...o,ref:t})})).displayName=Ms,Ns="AlertDialogContent";var[FS,HS]=zS(Ns);Bs=m("AlertDialogContent"),(Ts=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...r}=e,a=_s(n),i=cS.useRef(null),c=l(t,i),u=cS.useRef(null);return ES(kS,{contentName:Ns,titleName:Vs,docsSlug:"alert-dialog",children:ES(FS,{scope:n,cancelRef:u,children:OS(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:[ES(Bs,{children:o}),ES(Ws,{contentRef:i})]})})})})).displayName=Ns,Vs="AlertDialogTitle",(Gs=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=_s(n);return ES(Cs,{...r,...o,ref:t})})).displayName=Vs,Ds="AlertDialogDescription",(ks=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=_s(n);return ES(xs,{...r,...o,ref:t})})).displayName=Ds,Ls="AlertDialogAction",(zs=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,r=_s(n);return ES(As,{...r,...o,ref:t})})).displayName=Ls,Fs="AlertDialogCancel",(Hs=cS.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:r}=HS(Fs,n),a=_s(n),i=l(t,r);return ES(As,{...a,...o,ref:i})})).displayName=Fs,Ws=({contentRef:e})=>{const t=`\`${Ns}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${Ns}\` by passing a \`${Ds}\` 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 \`${Ns}\`. 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 cS.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Xs=Os,js=Rs,Zs=Ps,qs=Ts,Ys=zs,Js=Hs,Us=Gs,Qs=ks,$s=function(e){return cS.createElement("svg",T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ks||(Ks=cS.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"})))},ec={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},tc={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 WS=uS.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)=>uS.createElement("button",{ref:p,type:a,disabled:e,className:hi("demio-ui-button",tc.button,{[s]:s,[tc[o]]:o,[tc[r]]:r,[tc.fullWidth]:c}),onClick:n,...d},(i||u)&&uS.createElement("span",{className:hi("demio-ui-button-prefix",tc.prefix)},u?uS.createElement(V,{size:"small",inheritColor:!0}):i),t,l&&uS.createElement("span",{className:hi("demio-ui-button-suffix",tc.suffix)},l)));nc="Alert-modules_overlay__4XRHj",oc="Alert-modules_close__dyL0l",rc="Alert-modules_content__Y7nMS",ac="Alert-modules_title__e8UHT",ic="Alert-modules_description__wyWR-",lc="Alert-modules_buttons__cOEDw",sc=Symbol.for("react.lazy"),cc=cS[" use ".trim().toString()],uc=Symbol("radix.slottable"),dc=["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=cS.forwardRef((e,n)=>{let{children:o,...r}=e;k(o)&&"function"==typeof cc&&(o=cc(o._payload));const a=cS.Children.toArray(o),i=a.find(z);if(i){const e=i.props.children,o=a.map(t=>t===i?cS.Children.count(e)>1?cS.Children.only(null):cS.isValidElement(e)?e.props.children:null:t);return ES(t,{...r,ref:n,children:cS.isValidElement(e)?cS.cloneElement(e,void 0,o):null})}return ES(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=cS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),ES(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),pc={exports:{}},mc={},fc=t(cS),hc={},wc=W(),yc="Avatar";var[XS]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>cS.createContext(e));return function(n){const o=n?.[e]||t;return cS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=cS.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=cS.useMemo(()=>i,Object.values(i));return ES(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=cS.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},D(o,...t)]}(yc),[jS,ZS]=XS(yc);(Ic=cS.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[r,a]=cS.useState("idle");return ES(jS,{scope:n,imageLoadingStatus:r,onImageLoadingStatusChange:a,children:ES(dc.span,{...o,ref:t})})})).displayName=yc,Cc="AvatarImage",(xc=cS.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:r=()=>{},...a}=e,i=ZS(Cc,n),l=Z(o,a),s=h(e=>{r(e),i.onImageLoadingStatusChange(e)});return vi(()=>{"idle"!==l&&s(l)},[l,s]),"loaded"===l?ES(dc.img,{...a,ref:t,src:o}):null})).displayName=Cc,Ac="AvatarFallback",(Ec=cS.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...r}=e,a=ZS(Ac,n),[i,l]=cS.useState(void 0===o);return cS.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>l(!0),o);return()=>window.clearTimeout(e)}},[o]),i&&"loaded"!==a.imageLoadingStatus?ES(dc.span,{...r,ref:t}):null})).displayName=Ac,_c=Ic,Oc=xc,Sc=Ec,Pc=function(e){return cS.createElement("svg",q({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Rc||(Rc=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Mc||(Mc=cS.createElement("g",{mask:"url(#add_svg__a)"},cS.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 cS.createElement("svg",Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Nc||(Nc=cS.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"})))},Vc=function(e){return cS.createElement("svg",J({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),Tc||(Tc=cS.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"})))},Dc=function(e){return cS.createElement("svg",U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Gc||(Gc=cS.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"})))},Lc=function(e){return cS.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),kc||(kc=cS.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"})))},Fc=function(e){return cS.createElement("svg",K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 15"},e),zc||(zc=cS.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"})))},Xc=function(e){return cS.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Hc||(Hc=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Wc||(Wc=cS.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},cS.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"}))))},Zc=function(e){return cS.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),jc||(jc=cS.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"})))},Yc=function(e){return cS.createElement("svg",te({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),qc||(qc=cS.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"})))},Qc=function(e){return cS.createElement("svg",ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Jc||(Jc=cS.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"})),Uc||(Uc=cS.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"})))},$c=function(e){return cS.createElement("svg",oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Kc||(Kc=cS.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"})))},tu=function(e){return cS.createElement("svg",re({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),eu||(eu=cS.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"})))},ou=function(e){return cS.createElement("svg",ae({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),nu||(nu=cS.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"})))},au=function(e){return cS.createElement("svg",ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ru||(ru=cS.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"})))},lu=function(e){return cS.createElement("svg",le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),iu||(iu=cS.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"})))},cu=function(e){return cS.createElement("svg",se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),su||(su=cS.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"})))},du=function(e){return cS.createElement("svg",ce({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),uu||(uu=cS.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"})))},mu=function(e){return cS.createElement("svg",ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),pu||(pu=cS.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"})))},gu=function(e){return cS.createElement("svg",de({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),fu||(fu=cS.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"})))},vu=function(e){return cS.createElement("svg",pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),hu||(hu=cS.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"})))},wu=function(e){return cS.createElement("svg",me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),bu||(bu=cS.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 cS.createElement("svg",fe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),yu||(yu=cS.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"})))},Au=function(e){return cS.createElement("svg",ge({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),Cu||(Cu=cS.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},cS.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"}))),xu||(xu=cS.createElement("defs",null,cS.createElement("clipPath",{id:"camera_outlined_svg__a"},cS.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},_u=function(e){return cS.createElement("svg",he({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Eu||(Eu=cS.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"})))},Nu=function(e){return cS.createElement("svg",ve({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ou||(Ou=cS.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"})),Su||(Su=cS.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"})),Ru||(Ru=cS.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),Mu||(Mu=cS.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=cS.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},Vu=function(e){return cS.createElement("svg",be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Bu||(Bu=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Tu||(Tu=cS.createElement("g",{mask:"url(#mic_off_svg__a)"},cS.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"}))))},ku=function(e){return cS.createElement("svg",we({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Gu||(Gu=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Du||(Du=cS.createElement("g",{mask:"url(#mic_off-1_svg__a)"},cS.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"}))))},zu=function(e){return cS.createElement("svg",ye({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),Lu||(Lu=cS.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"})))},Wu=function(e){return cS.createElement("svg",Ie({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Fu||(Fu=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Hu||(Hu=cS.createElement("g",{mask:"url(#mic-1_svg__a)"},cS.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"}))))},ju=function(e){return cS.createElement("svg",Ce({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),Xu||(Xu=cS.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"})))},Yu=function(e){return cS.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Zu||(Zu=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),qu||(qu=cS.createElement("g",{mask:"url(#videocam_svg__a)"},cS.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"}))))},Qu=function(e){return cS.createElement("svg",Ae({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ju||(Ju=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Uu||(Uu=cS.createElement("g",{mask:"url(#videocam-1_svg__a)"},cS.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"}))))},ed=function(e){return cS.createElement("svg",Ee({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ku||(Ku=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),$u||($u=cS.createElement("g",{mask:"url(#volume_off-1_svg__a)"},cS.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"}))))},od=function(e){return cS.createElement("svg",_e({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},td||(td=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),nd||(nd=cS.createElement("g",{mask:"url(#volume_up_svg__a)"},cS.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"}))))},ad=function(e){return cS.createElement("svg",Oe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),rd||(rd=cS.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"})))},ld=function(e){return cS.createElement("svg",Se({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),id||(id=cS.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"})))},cd=function(e){return cS.createElement("svg",Re({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),sd||(sd=cS.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"})))},dd=function(e){return cS.createElement("svg",Me({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ud||(ud=cS.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"})))},md=function(e){return cS.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),pd||(pd=cS.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"})))},gd=function(e){return cS.createElement("svg",Ne({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),fd||(fd=cS.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"})))},vd=function(e){return cS.createElement("svg",Be({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),hd||(hd=cS.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"})))},wd=function(e){return cS.createElement("svg",Te({viewBox:"0 0 24 24"},e),bd||(bd=cS.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 cS.createElement("svg",Ve({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),yd||(yd=cS.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"})))},xd=function(e){return cS.createElement("svg",Ge({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Cd||(Cd=cS.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"})))},Ed=function(e){return cS.createElement("svg",De({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ad||(Ad=cS.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"})))},Od=function(e){return cS.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_d||(_d=cS.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"})))},Md=function(e){return cS.createElement("svg",Le({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),Sd||(Sd=cS.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),Rd||(Rd=cS.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"})))},Nd=function(e){return cS.createElement("svg",ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Pd||(Pd=cS.createElement("path",{fill:"#2C3336",d:"m23.835 7.898-4.705 4.687a.56.56 0 0 1-.795 0l-.92-.92a.563.563 0 0 1 .008-.803l2.401-2.237H.563A.563.563 0 0 1 0 8.063V6.937c0-.31.252-.562.563-.562h19.261l-2.401-2.237a.56.56 0 0 1-.008-.803l.92-.92c.22-.22.576-.22.795 0l4.705 4.687c.22.22.22.576 0 .796m-23.67 9 4.705 4.687c.22.22.576.22.795 0l.92-.92a.563.563 0 0 0-.008-.803l-2.401-2.237h19.261c.311 0 .563-.252.563-.562v-1.125a.563.563 0 0 0-.562-.563H4.176l2.401-2.237a.563.563 0 0 0 .008-.803l-.92-.92a.56.56 0 0 0-.795 0L.165 16.102a.56.56 0 0 0 0 .796"})))},Td=function(e){return cS.createElement("svg",Fe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Bd||(Bd=cS.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 cS.createElement("svg",He({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Vd||(Vd=cS.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"})))},kd=function(e){return cS.createElement("svg",We({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Dd||(Dd=cS.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"})))},zd=function(e){return cS.createElement("svg",Xe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ld||(Ld=cS.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"})))},Hd=function(e){return cS.createElement("svg",je({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Fd||(Fd=cS.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 cS.createElement("svg",Ze({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Wd||(Wd=cS.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"})))},Zd=function(e){return cS.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),jd||(jd=cS.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"})))},Jd=function(e){return cS.createElement("svg",Ye({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},qd||(qd=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Yd||(Yd=cS.createElement("g",{mask:"url(#info-1_svg__a)"},cS.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"}))))},Qd=function(e){return cS.createElement("svg",Je({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Ud||(Ud=cS.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"})))},$d=function(e){return cS.createElement("svg",Ue({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Kd||(Kd=cS.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"})))},np=function(e){return cS.createElement("svg",Qe({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ep||(ep=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),tp||(tp=cS.createElement("g",{mask:"url(#warning_svg__a)"},cS.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"}))))},ap=function(e){return cS.createElement("svg",Ke({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},op||(op=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),rp||(rp=cS.createElement("g",{mask:"url(#warning-1_svg__a)"},cS.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"}))))},lp=function(e){return cS.createElement("svg",$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),ip||(ip=cS.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"})))},cp=function(e){return cS.createElement("svg",et({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),sp||(sp=cS.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"})))},pp=function(e){return cS.createElement("svg",tt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),up||(up=cS.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"})),dp||(dp=cS.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"})))},fp=function(e){return cS.createElement("svg",nt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),mp||(mp=cS.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},hp=function(e){return cS.createElement("svg",ot({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),gp||(gp=cS.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"})))},bp=function(e){return cS.createElement("svg",rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),vp||(vp=cS.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"})))},Ip=function(e){return cS.createElement("svg",at({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),cS.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},wp||(wp=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),yp||(yp=cS.createElement("g",{mask:"url(#calendar_svg__a)"},cS.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"}))))},Ap=function(e){return cS.createElement("svg",it({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),cS.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Cp||(Cp=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),xp||(xp=cS.createElement("g",{mask:"url(#event_details_svg__a)"},cS.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"}))))},Op=function(e){return cS.createElement("svg",lt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Ep||(Ep=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_p||(_p=cS.createElement("g",{mask:"url(#event_repeat_svg__a)"},cS.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 cS.createElement("svg",st({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Sp||(Sp=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Rp||(Rp=cS.createElement("g",{mask:"url(#today_svg__a)"},cS.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"}))))},Bp=function(e){return cS.createElement("svg",ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Pp||(Pp=cS.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),Np||(Np=cS.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"})))},Vp=function(e){return cS.createElement("svg",ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),Tp||(Tp=cS.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"})))},kp=function(e){return cS.createElement("svg",dt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Gp||(Gp=cS.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),Dp||(Dp=cS.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"})))},zp=function(e){return cS.createElement("svg",pt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Lp||(Lp=cS.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"})))},Hp=function(e){return cS.createElement("svg",mt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),Fp||(Fp=cS.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 cS.createElement("svg",ft({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),Wp||(Wp=cS.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"})))},Zp=function(e){return cS.createElement("svg",gt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),jp||(jp=cS.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"})))},Yp=function(e){return cS.createElement("svg",ht({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),qp||(qp=cS.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"})))},Up=function(e){return cS.createElement("svg",vt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),Jp||(Jp=cS.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"})))},$p=function(e){return cS.createElement("svg",bt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),Qp||(Qp=cS.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),Kp||(Kp=cS.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"})))},tm=function(e){return cS.createElement("svg",wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),em||(em=cS.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"})))},om=function(e){return cS.createElement("svg",yt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),nm||(nm=cS.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"})))},am=function(e){return cS.createElement("svg",It({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),rm||(rm=cS.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"})))},lm=function(e){return cS.createElement("svg",Ct({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),im||(im=cS.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"})))},cm=function(e){return cS.createElement("svg",xt({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),sm||(sm=cS.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"})))},dm=function(e){return cS.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),um||(um=cS.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"})))},mm=function(e){return cS.createElement("svg",Et({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),pm||(pm=cS.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"})))},gm=function(e){return cS.createElement("svg",_t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),fm||(fm=cS.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"})))},vm=function(e){return cS.createElement("svg",Ot({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",className:"screen-sharing_svg__demio-icon",style:{fontSize:20},viewBox:"0 0 20 18"},e),hm||(hm=cS.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"})))},wm=function(e){return cS.createElement("svg",St({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),bm||(bm=cS.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"})))},Cm=function(e){return cS.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},ym||(ym=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Im||(Im=cS.createElement("g",{mask:"url(#block_svg__a)"},cS.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"}))))},Em=function(e){return cS.createElement("svg",Mt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},xm||(xm=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Am||(Am=cS.createElement("g",{mask:"url(#blur_on_svg__a)"},cS.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"}))))},Sm=function(e){return cS.createElement("svg",Pt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),cS.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_m||(_m=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),Om||(Om=cS.createElement("g",{mask:"url(#cached_svg__a)"},cS.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"}))))},Pm=function(e){return cS.createElement("svg",Nt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Rm||(Rm=cS.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),Mm||(Mm=cS.createElement("g",{mask:"url(#customize_svg__a)"},cS.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"}))))},Tm=function(e){return cS.createElement("svg",Bt({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),cS.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Nm||(Nm=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),Bm||(Bm=cS.createElement("g",{mask:"url(#electric_bolt_svg__a)"},cS.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"}))))},Dm=function(e){return cS.createElement("svg",Tt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),Vm||(Vm=cS.createElement("g",{clipPath:"url(#feature_action_svg__a)"},cS.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),cS.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=cS.createElement("defs",null,cS.createElement("clipPath",{id:"feature_action_svg__a"},cS.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},Lm=function(e){return cS.createElement("svg",Vt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),km||(km=cS.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"})))},Fm=function(e){return cS.createElement("svg",Gt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),zm||(zm=cS.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"})))},Wm=function(e){return cS.createElement("svg",Dt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Hm||(Hm=cS.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"})))},jm=function(e){return cS.createElement("svg",kt({xmlns:"http://www.w3.org/2000/svg",fill:"#3e484c",viewBox:"0 0 20 16"},e),Xm||(Xm=cS.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"})))},Ym=function(e){return cS.createElement("svg",Lt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},Zm||(Zm=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),qm||(qm=cS.createElement("g",{mask:"url(#materials_svg__a)"},cS.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"}))))},Um=function(e){return cS.createElement("svg",zt({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),Jm||(Jm=cS.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"})))},Km=function(e){return cS.createElement("svg",Ft({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),Qm||(Qm=cS.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"})))},nf=function(e){return cS.createElement("svg",Ht({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),$m||($m=cS.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})),ef||(ef=cS.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})),tf||(tf=cS.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},rf=function(e){return cS.createElement("svg",Wt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),of||(of=cS.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"})))},lf=function(e){return cS.createElement("svg",Xt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),af||(af=cS.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"})))},uf=function(e){return cS.createElement("svg",jt({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),cS.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},sf||(sf=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),cf||(cf=cS.createElement("g",{mask:"url(#stacked_email_svg__a)"},cS.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"}))))},pf=function(e){return cS.createElement("svg",Zt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),df||(df=cS.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"})))},ff=function(e){return cS.createElement("svg",qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),mf||(mf=cS.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"})))},vf=function(e){return cS.createElement("svg",Yt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),cS.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},gf||(gf=cS.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),hf||(hf=cS.createElement("g",{mask:"url(#on-demand_svg__a)"},cS.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"}))))},wf=function(e){return cS.createElement("svg",Jt({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),bf||(bf=cS.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"})))},If=function(e){return cS.createElement("svg",Ut({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),yf||(yf=cS.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"})))},xf=function(e){return cS.createElement("svg",Qt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Cf||(Cf=cS.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"})))},Ef=function(e){return cS.createElement("svg",Kt({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Af||(Af=cS.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 cS.createElement("svg",$t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_f||(_f=cS.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"})))},Rf=function(e){return cS.createElement("svg",en({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Sf||(Sf=cS.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"})))},Pf=function(e){return cS.createElement("svg",tn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Mf||(Mf=cS.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"})))},Bf=function(e){return cS.createElement("svg",nn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Nf||(Nf=cS.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"})))},Vf=function(e){return cS.createElement("svg",on({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),Tf||(Tf=cS.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"})))},Df=function(e){return cS.createElement("svg",rn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),Gf||(Gf=cS.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"})))},Lf=function(e){return cS.createElement("svg",an({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),kf||(kf=cS.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"})))},Ff=function(e){return cS.createElement("svg",ln({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),zf||(zf=cS.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"})))},Wf=function(e){return cS.createElement("svg",sn({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),Hf||(Hf=cS.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"})))},jf=function(e){return cS.createElement("svg",cn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Xf||(Xf=cS.createElement("path",{stroke:"#DC6803",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v4m0 4h.01M10.615 3.892 2.39 18.099c-.456.788-.684 1.182-.65 1.505a1 1 0 0 0 .406.705c.263.191.718.191 1.629.191h16.45c.91 0 1.365 0 1.628-.191a1 1 0 0 0 .407-.705c.034-.323-.195-.717-.65-1.505L13.383 3.892c-.454-.785-.681-1.178-.978-1.31a1 1 0 0 0-.812 0c-.297.132-.524.525-.979 1.31"})))},qf=function(e){return cS.createElement("svg",un({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),Zf||(Zf=cS.createElement("path",{stroke:"#079455",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m9 12 2 2 4.5-4.5m2.401-4.501c.206.498.601.893 1.1 1.1l1.744.723a2.033 2.033 0 0 1 1.1 2.656l-.722 1.744a2.03 2.03 0 0 0 0 1.556l.722 1.744a2.033 2.033 0 0 1-1.1 2.656L19 17.902A2.03 2.03 0 0 0 17.9 19l-.723 1.745a2.03 2.03 0 0 1-2.656 1.1l-1.744-.722a2.03 2.03 0 0 0-1.555 0l-1.745.723a2.033 2.033 0 0 1-2.654-1.1L6.1 19.001A2.03 2.03 0 0 0 5 17.9l-1.744-.723a2.033 2.033 0 0 1-1.1-2.654l.721-1.744a2.03 2.03 0 0 0 0-1.556l-.722-1.746a2.033 2.033 0 0 1 1.1-2.657L5 6.098c.498-.206.893-.6 1.1-1.098l.723-1.745a2.033 2.033 0 0 1 2.656-1.1l1.744.722a2.03 2.03 0 0 0 1.555-.001l1.746-.72a2.03 2.03 0 0 1 2.655 1.1l.723 1.746z"})))},Jf=function(e){return cS.createElement("svg",dn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),Yf||(Yf=cS.createElement("path",{stroke:"#087443",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M15.833 10.833v1c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092c-.535.273-1.235.273-2.635.273h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092c-.272-.535-.272-1.235-.272-2.635v-1m3.333-4.167 4.167 4.167L12.5 6.666m-4.167 4.167v-10"})))},Qf=function(e){return cS.createElement("svg",pn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 21 18"},e),Uf||(Uf=cS.createElement("path",{fill:"#099250",d:"M13.95 18 9.7 13.75l1.4-1.4 2.85 2.85 5.65-5.65 1.4 1.4zM2 16q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v4.35l-6.025 6.025L11.1 9.5l-4.225 4.225L9.15 16zm8-7 8-5V2l-8 5-8-5v2z"})))},$f=function(e){return cS.createElement("svg",mn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),Kf||(Kf=cS.createElement("path",{stroke:"#B42318",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M5.833.833h5m-10 2.5h15m-1.667 0-.584 8.766c-.088 1.315-.132 1.973-.416 2.471a2.5 2.5 0 0 1-1.082 1.013c-.516.25-1.175.25-2.493.25H7.075c-1.318 0-1.977 0-2.493-.25A2.5 2.5 0 0 1 3.5 14.57c-.284-.498-.328-1.156-.416-2.47L2.5 3.332"})))},ng=function(e){return cS.createElement("svg",fn({xmlns:"http://www.w3.org/2000/svg",fill:"#02BF6F",viewBox:"0 0 48 48"},e),eg||(eg=cS.createElement("path",{d:"M21.137 15.469a9.05 9.05 0 0 1 5.726 0l10.5-10.5a23.25 23.25 0 0 0-26.719 0Zm21.894 21.89a23.25 23.25 0 0 0 0-26.72l-10.5 10.498a9.05 9.05 0 0 1 0 5.726Zm-16.164-4.824a9.05 9.05 0 0 1-5.727 0L10.643 43.03a23.25 23.25 0 0 0 26.718 0Zm-11.398-5.672a9.05 9.05 0 0 1 0-5.726l-10.5-10.495a23.25 23.25 0 0 0 0 26.718Z",opacity:.4})),tg||(tg=cS.createElement("path",{d:"m32.531 21.137 10.5-10.495a23.4 23.4 0 0 0-5.673-5.673l-10.495 10.5a9.02 9.02 0 0 1 5.668 5.668m-17.062 5.726-10.5 10.5a23.4 23.4 0 0 0 5.671 5.672l10.497-10.504a9.02 9.02 0 0 1-5.668-5.668m-10.5-16.219 10.5 10.5a9.03 9.03 0 0 1 5.671-5.671L10.641 4.969a23.4 23.4 0 0 0-5.672 5.673Zm21.894 21.887 10.5 10.5a23.4 23.4 0 0 0 5.672-5.672L32.53 26.863a9.03 9.03 0 0 1-5.668 5.668"})))},rg=function(e){return cS.createElement("svg",gn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 18"},e),og||(og=cS.createElement("path",{stroke:"#079455",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m20.5 15-6.643-6M8.143 9 1.5 15M1 4l8.165 5.715c.661.463.992.695 1.351.784a2 2 0 0 0 .968 0c.36-.09.69-.32 1.351-.784L21 4M5.8 17h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 14.72 21 13.88 21 12.2V5.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 1 17.88 1 16.2 1H5.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C1 3.28 1 4.12 1 5.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C3.28 17 4.12 17 5.8 17"})))},ig=function(e){return cS.createElement("svg",hn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),ag||(ag=cS.createElement("path",{fill:"#099250",d:"M9.1 17h1.75v-1.25q1.25-.225 2.15-.975t.9-2.225q0-1.05-.6-1.925T10.9 9.1q-1.5-.5-2.075-.875T8.25 7.2t.463-1.025T10.05 5.8q.8 0 1.25.388.45.387.65.962l1.6-.65a3.35 3.35 0 0 0-1.013-1.525q-.737-.65-1.637-.725V3H9.15v1.25q-1.25.275-1.95 1.1T6.5 7.2q0 1.175.688 1.9t2.162 1.25q1.576.575 2.188 1.025t.612 1.175q0 .825-.588 1.212-.587.388-1.412.388t-1.463-.513T7.75 12.1l-1.65.65q.35 1.2 1.088 1.938.737.737 1.912 1.012zm.9 3a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137Q1.575 15.725.788 13.9A9.7 9.7 0 0 1 0 10q0-2.074.788-3.9a10.1 10.1 0 0 1 2.137-3.175Q4.275 1.575 6.1.788A9.7 9.7 0 0 1 10 0q2.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 20 10a9.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 10 20"})))},sg=function(e){return cS.createElement("svg",vn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 20"},e),lg||(lg=cS.createElement("path",{fill:"#099250",d:"M8 20q-3.476-.875-5.737-3.988Q0 12.9 0 9.1V3l8-3 8 3v6.1a10 10 0 0 1-.05 1 4 4 0 0 0-.462-.075A5 5 0 0 0 15 10q-2.075 0-3.537 1.45Q10 12.9 10 15v4.25A8.5 8.5 0 0 1 8 20m4.85 0a.82.82 0 0 1-.6-.25.82.82 0 0 1-.25-.6v-3.3q0-.35.25-.6a.82.82 0 0 1 .6-.25H13v-1q0-.825.588-1.412A1.93 1.93 0 0 1 15 12q.824 0 1.413.588Q17 13.175 17 14v1h.15q.35 0 .6.25t.25.6v3.3a.82.82 0 0 1-.25.6.82.82 0 0 1-.6.25zM14 15h2v-1a.97.97 0 0 0-.287-.713A.97.97 0 0 0 15 13a.97.97 0 0 0-.713.287A.97.97 0 0 0 14 14z"})))},ug=function(e){return cS.createElement("svg",bn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),cg||(cg=cS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"m8.333 5.833 2.5-2.5-2.5-2.5m2.5 2.5h-6c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C.833 5.233.833 5.933.833 7.333v4.75c0 .387 0 .58.021.743a2.5 2.5 0 0 0 2.153 2.152c.162.022.356.022.743.022m3.75 0h6c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C17.5 13.1 17.5 12.4 17.5 11V6.25c0-.387 0-.58-.022-.743a2.5 2.5 0 0 0-2.152-2.153c-.162-.021-.356-.021-.743-.021M10 12.5 7.5 15l2.5 2.5"})))},pg=function(e){return cS.createElement("svg",wn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),dg||(dg=cS.createElement("path",{fill:"#1DA1F2",d:"M5.13 14.267c5.837 0 9.03-4.823 9.03-9.005 0-.137 0-.273-.01-.409a6.5 6.5 0 0 0 1.583-1.638 6.4 6.4 0 0 1-1.822.498 3.18 3.18 0 0 0 1.395-1.75 6.4 6.4 0 0 1-2.015.768 3.18 3.18 0 0 0-5.207.862 3.16 3.16 0 0 0-.2 2.024 9.03 9.03 0 0 1-6.54-3.306 3.16 3.16 0 0 0 .982 4.224 3.16 3.16 0 0 1-1.44-.396v.04c0 .73.253 1.439.717 2.004.464.566 1.11.954 1.828 1.098a3.2 3.2 0 0 1-1.433.055 3.17 3.17 0 0 0 1.13 1.572 3.2 3.2 0 0 0 1.835.625 6.38 6.38 0 0 1-4.696 1.312 9 9 0 0 0 4.864 1.42"})))},gg=function(e){return cS.createElement("svg",yn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),mg||(mg=cS.createElement("path",{fill:"#F39F57",d:"M12.355 2.834a1.5 1.5 0 0 0 .811.812l1.288.534a1.5 1.5 0 0 1 .812 1.96l-.533 1.286a1.5 1.5 0 0 0 0 1.15l.532 1.286a1.5 1.5 0 0 1-.812 1.96l-1.287.533a1.5 1.5 0 0 0-.812.811l-.533 1.288a1.5 1.5 0 0 1-1.96.812l-1.287-.533a1.5 1.5 0 0 0-1.148 0l-1.288.533a1.5 1.5 0 0 1-1.958-.811l-.534-1.288a1.5 1.5 0 0 0-.81-.812l-1.289-.534a1.5 1.5 0 0 1-.812-1.959l.533-1.287a1.5 1.5 0 0 0 0-1.147l-.533-1.29a1.5 1.5 0 0 1 .812-1.96l1.287-.533a1.5 1.5 0 0 0 .812-.81l.533-1.288A1.5 1.5 0 0 1 6.14.736l1.287.533a1.5 1.5 0 0 0 1.148-.001L9.862.736a1.5 1.5 0 0 1 1.96.812l.534 1.288z"})),fg||(fg=cS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m10.5 5.5-5 5m0-5 5 5"})))},vg=function(e){return cS.createElement("svg",In({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),hg||(hg=cS.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.667,d:"M17.5 12.5v1c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092c-.535.273-1.235.273-2.635.273h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2.5 15.6 2.5 14.9 2.5 13.5v-1m3.333-5.833L10 2.5l4.167 4.167M10 2.5v10"})))},yg=function(e){return cS.createElement("svg",Cn({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),bg||(bg=cS.createElement("path",{fill:"#02bf6f",d:"M12.356 2.834a1.5 1.5 0 0 0 .81.812l1.289.534a1.5 1.5 0 0 1 .811 1.96l-.533 1.286a1.5 1.5 0 0 0 0 1.15l.533 1.286a1.5 1.5 0 0 1-.812 1.96l-1.287.533a1.5 1.5 0 0 0-.812.811l-.534 1.288a1.5 1.5 0 0 1-1.96.812l-1.286-.533a1.5 1.5 0 0 0-1.148 0l-1.288.533a1.5 1.5 0 0 1-1.959-.811l-.533-1.288a1.5 1.5 0 0 0-.811-.812l-1.288-.534a1.5 1.5 0 0 1-.812-1.959l.533-1.287a1.5 1.5 0 0 0-.001-1.147l-.532-1.29a1.5 1.5 0 0 1 .812-1.96l1.287-.533a1.5 1.5 0 0 0 .811-.81l.534-1.288A1.5 1.5 0 0 1 6.14.736l1.287.533a1.5 1.5 0 0 0 1.147-.001L9.863.736a1.5 1.5 0 0 1 1.96.812l.533 1.288z"})),wg||(wg=cS.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M11.133 5.903a.75.75 0 0 0-1.266-.806L6.93 9.712l-1.344-1.68a.75.75 0 1 0-1.172.937l2 2.5a.75.75 0 0 0 1.22-.066z",clipRule:"evenodd"})))},Ig=Object.freeze({__proto__:null,AddIcon:Pc,AlertIcon:wu,AlertTriangleIcon:jf,ArrowDownIcon:Xc,ArrowLeftDoubleIcon:Qc,ArrowLeftIcon:Bc,ArrowLeftSingleIcon:$c,AtIcon:au,BarChartIcon:lp,BlockIcon:Cm,BlurOnIcon:Em,CachedIcon:Sm,CalendarIcon:Ip,CameraIcon:Iu,CameraOutlinedIcon:Au,ChatDisabledIcon:Nu,ChatDisabledOldIcon:pf,ChatIcon:_u,CheckCircleIcon:lu,CheckCircleSolidIcon:cu,CheckIcon:Vc,CheckVerifiedIcon:qf,CheckboxIcon:du,ClockIcon:ad,CloseIcon:$s,CompressIcon:tu,CopyIcon:ld,CustomizeIcon:Pm,DeleteIcon:Dc,DotsIcon:cd,DownloadAllIcon:Jf,DownloadIcon:dd,EditIcon:Lc,EditSectionIcon:Fc,ElectricBoltIcon:Tm,EmailIcon:Qf,EmptyBasketIcon:$f,EventDetailsIcon:Ap,EventRepeatIcon:Op,ExclamationIcon:mu,ExpandIcon:ou,ExternalLinkIcon:md,EyeSolidIcon:ff,FacebookIcon:Bp,FacebookSquaredIcon:Vp,FeatureActionIcon:Dm,FileIcon:gd,FilterListIcon:vd,FlipCameraIcon:wd,GearIcon:Id,HelpIcon:Hd,HelpSolidIcon:Xd,InfoCircleIcon:Qd,InfoCircleSolidIcon:$d,InfoIcon:Zd,InfoSolidIcon:Jd,InsightsIcon:cp,ItemsIcon:Lm,LifebuoyIcon:ng,LinkedInIcon:kp,LinkedInSquaredIcon:zp,ListIcon:Fm,LocationIcon:om,LockIcon:xd,MagicIcon:Wm,MailIcon:Ed,MailLetterIcon:rg,MaterialIcon:jm,MaterialsIcon:Ym,MicBoldIcon:ju,MicOffIcon:ku,MicOffSolidIcon:Vu,MicOnSolidIcon:Wu,MicOutlinedIcon:zu,MobileDeviceIcon:Um,MoneyIcon:ig,OnDemanIcon:vf,OutStageIcon:cm,PasswordEyeCrossedIcon:vu,PasswordEyeIcon:gu,PastSessionIcon:wf,PeopleCommunityIcon:Xp,PeopleIcon:Hp,Person:Zp,PersonCardIcon:If,PersonCheckIcon:xf,PersonCrossedIcon:Ef,PersonDeleteIcon:Yp,PersonIcon:Zp,PersonPlusIcon:Of,PlayCircleIcon:Md,PlayIcon:Od,PlusIcon:Zc,PollIcon:pp,PresentationIcon:dm,ProgressIcon:fp,ProtectionIcon:sg,RadioIcon:Km,ReplaceIcon:ug,ReplayDisabledIcon:nf,RestartIcon:rf,RestreamingDisabledIcon:Pf,RestreamingIcon:Rf,RocketIcon:lf,ScreenPersonIcon:mm,ScreenShareIcon:vm,ScreenShareWindowIcon:gm,SearchIcon:Yc,SeriesTypeIcon:Bf,SessionTimeIcon:Vf,ShieldIcon:Df,SideBarIcon:am,SmileIcon:Up,SmileSolidIcon:Lf,SpotlightIcon:lm,StackedEmailIcon:uf,StageIcon:wm,StandardTypeIcon:Ff,SwapIcon:Nd,SyncIcon:Td,TimesCircleIcon:Gd,TodayIcon:Mp,TrashIcon:kd,TrendingDownIcon:hp,TrendingUpIcon:bp,TwitterIcon:pg,UndoIcon:zd,UnverifiedIcon:gg,UpcomingSessionIcon:Wf,UploadIcon:vg,VerifiedIcon:yg,VideoCamOnIcon:Yu,VideoCamOnSolidIcon:Qu,VolumeOffIcon:ed,VolumeUpSolidIcon:od,WarningIcon:np,WarningSolidIcon:ap,YoutubeIcon:$p,YoutubeSquaredIcon:tm}),Cg={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 qS=[16,24,32,40,48,64,80,96,128],YS=({src:e="",size:t=32,userName:n="",alt:o="",className:r="",fallbackDelay:a=600})=>{const i=qS.includes(t)?Cg[`size${t}`]:Cg.size32,l=String(n).slice(0,1)||"";return uS.createElement("div",{className:hi(i,"demio-ui-avatar",r)},uS.createElement(_c,{className:hi(Cg.avatarRoot,"demio-ui-avatar-root")},uS.createElement(Oc,{className:hi(Cg.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),uS.createElement(Sc,{className:hi(Cg.avatarFallback,"demio-ui-avatar-fallback"),delayMs:a},l||uS.createElement(Zp,null))))};xg={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 JS=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:r="green"})=>uS.createElement("div",{className:hi(xg.badge,xg[o],xg[r],"demio-ui-badge",e)},t&&uS.createElement("div",{className:hi(xg.icon,"demio-ui-badge-icon")},t),uS.createElement("p",{className:hi(xg.title,"demio-ui-badge-title")},n));Ag={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 US=pS(({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,href:d,...p},m)=>{const f=hi("demio-ui-button",Ag.button,{[s]:s,[Ag[o]]:o,[Ag.fullWidth]:c,[Ag[r??""]]:!!r}),g=uS.createElement(uS.Fragment,null,(i||u)&&uS.createElement("span",{className:hi("demio-ui-button-prefix",Ag.prefix)},u?uS.createElement(V,{size:"small",inheritColor:!0}):i),uS.createElement("span",null,t),l&&uS.createElement("span",{className:hi("demio-ui-button-suffix",Ag.suffix)},l));return d?uS.createElement("a",{ref:m,href:d,"aria-disabled":e||void 0,tabIndex:e?-1:void 0,className:f,onClick:t=>{e?t.preventDefault():n?.(t)},...p},g):uS.createElement("button",{ref:m,type:a,disabled:e,className:f,onClick:n,...p},g)});Eg={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 QS=mS(({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=Eg[`shadowElevation${i}`];return uS.createElement("div",{className:hi(Eg.card,c,"demio-ui-card",t)},o&&uS.createElement(V,{className:"demio-ui-card-loader"}),!o&&(e||uS.createElement("div",{className:hi(Eg.emptyState,"demio-ui-card-empty-state")},n&&uS.createElement(uS.Fragment,null,uS.createElement("div",{className:hi({"demio-ui-card-empty-state-icon":l,"demio-ui-card-custom-state-icon":!l})},r||uS.createElement(lp,null)),uS.createElement("div",{className:hi({"demio-ui-card-empty-state-text":s,"demio-ui-card-custom-state-text":!s})},a||"No Data Available")))))});_g="Checkbox";var[KS]=o(_g),[$S,eR]=KS(_g);Og="CheckboxTrigger",(Sg=cS.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}=eR(Og,e),v=l(r,p),b=cS.useRef(u);return cS.useEffect(()=>{const e=a?.form;if(e){const t=()=>m(b.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[a,m]),ES(Ci.button,{type:"button",role:"checkbox","aria-checked":On(u)?"mixed":u,"aria-required":d,"data-state":Sn(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=>!!On(e)||!e),h&&g&&(f.current=e.isPropagationStopped(),f.current||e.stopPropagation())})})})).displayName=Og,(Rg=cS.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 ES(En,{__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})=>OS(_S,{children:[ES(Sg,{...d,ref:t,__scopeCheckbox:n}),e&&ES(Bg,{__scopeCheckbox:n})]})})})).displayName=_g,Mg="CheckboxIndicator",(Pg=cS.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...r}=e,a=eR(Mg,n);return ES(zi,{present:o||On(a.checked)||!0===a.checked,children:ES(Ci.span,{"data-state":Sn(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=Mg,Ng="CheckboxBubbleInput",(Bg=cS.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}=eR(Ng,e),g=l(n,f),h=xn(a),v=An(o);cS.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=On(a),n.call(e,!On(a)&&a),e.dispatchEvent(t)}},[m,h,a,r]);const b=cS.useRef(!On(a)&&a);return ES(Ci.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=Ng,Tg=Symbol.for("react.lazy"),Vg=cS[" use ".trim().toString()],Gg=Symbol("radix.slottable"),Dg=["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=cS.forwardRef((e,n)=>{let{children:o,...r}=e;Rn(o)&&"function"==typeof Vg&&(o=Vg(o._payload));const a=cS.Children.toArray(o),i=a.find(Pn);if(i){const e=i.props.children,o=a.map(t=>t===i?cS.Children.count(e)>1?cS.Children.only(null):cS.isValidElement(e)?e.props.children:null:t);return ES(t,{...r,ref:n,children:cS.isValidElement(e)?cS.cloneElement(e,void 0,o):null})}return ES(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=cS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),ES(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),kg="Label",(Lg=cS.forwardRef((e,t)=>ES(Dg.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=kg,zg=Lg,Fg="Label-modules_label__rXO6J",Hg="Label-modules_semiBold__vTm1B",Wg="Label-modules_regular__F9gNE";const tR=(e="regular")=>"semiBold"===e?Hg:Wg;Xg="Checkbox-modules_container__psQsQ",jg="Checkbox-modules_root__iysyc",Zg="Checkbox-modules_label__4TV-f";const nR=mS(pS(({children:e=null,disabled:t=!1,id:n,...o},r)=>uS.createElement("div",{className:hi("demio-ui-checkbox",Xg),ref:r},uS.createElement(Rg,{...o,className:hi("demio-ui-checkbox-button",jg),disabled:t,id:n},uS.createElement(Pg,{className:"demio-ui-checkbox-button"},uS.createElement(du,null))),e&&uS.createElement(Nn,{className:hi("demio-ui-checkbox-label",Zg),htmlFor:n,weight:"regular"},e))));qg="InputHint-modules_root__bJTnj",Yg="InputHint-modules_error__HZnQD",Jg={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 oR=pS((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]=dS(!1),[R,M]=dS(a||""),[P,N]=dS(!1),B=void 0!==E,T="password"===A,V=T?O?"text":"password":A,G=B?E:R,D=G.length,k=D>=g*r;return uS.createElement("div",{className:hi("demio-ui-input",`demio-ui-input-${A}`,Jg.root,{[o]:!!o,[Jg.isDisabled]:i,[Jg.isFocused]:P||G,[Jg.hasStartAdornment]:!!x,[Jg.isError]:!!c,[Jg.isLabelStatic]:!!m,"demio-ui-input-has-error":!!c}),"data-html":"container","data-state":P?"focused":""},f&&uS.createElement("label",{htmlFor:d,className:hi("demio-ui-input-label",Jg.label,{[Jg.static]:m}),"data-html":"label"},f),!C&&uS.createElement("span",{className:hi("demio-ui-input-optional",Jg.optional,{[Jg.correctedTop]:m}),"data-html":"optional"},y),uS.createElement("div",{className:hi("demio-ui-input-wrapper",Jg.inputWrapper,p),"data-html":"wrapper"},x&&uS.createElement("div",{className:Jg.startAdornment,"data-html":"start-adornment"},x),uS.createElement("input",{..._,type:V,id:d,ref:t,name:h||d,className:Jg.input,placeholder:I,required:C,"data-html":"input",disabled:i,autoComplete:n,maxLength:g,onChange:e=>{b?.(e),B||M(e.target.value)},value:G,onFocus:e=>{w?.(e),N(!0)},onBlur:e=>{v?.(e),N(!1)}}),l&&uS.createElement("div",{className:hi(Jg.endAdornment,{[s]:!!s}),"data-html":"end-adornment"},l),T&&uS.createElement("button",{className:hi("demio-ui-input-toggle-password-button",Jg.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{S(!O)},type:"button"},O?uS.createElement(gu,null):uS.createElement(vu,null))),uS.createElement("div",{className:hi("demio-ui-input-footer",Jg.footer,{[Jg.footerWithEndAdornment]:!!l}),"data-html":"footer"},uS.createElement("div",{className:hi("demio-ui-input-footer-message",Jg.footerMessage)},c&&uS.createElement(Bn,{type:"error"},c),u&&!c&&uS.createElement(Bn,{className:Jg.hint},u)),uS.createElement(Bn,{className:hi("demio-ui-input-counter",Jg.counter)},k&&`(${D} / ${g})`)))});Ug="CopyLinkInput-module_root__oxVd0",Qg="CopyLinkInput-module_input__MQztq",Kg="CopyLinkInput-module_button__J5F9v",$g="CopyLinkInput-module_inputWrapper__m0PMy";const rR=({onCopy:e})=>uS.createElement("button",{type:"button",className:Kg,onClick:e,"aria-label":"Copy to clipboard"},uS.createElement(ld,{width:16,height:16})),aR=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...r})=>{const[a,i]=dS(!1),l=fS(null),s=fS(null),c=gS(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(ON){console.error("Could not copy text: ",ON)}})(e),i(!0),l.current=setTimeout(()=>{i(!1)},2e3)},[e]);return hS(()=>()=>{l.current&&clearTimeout(l.current)},[]),uS.createElement("div",{className:hi(Ug,t)},uS.createElement(oR,{className:Qg,readOnly:!0,id:o,ref:s,value:e,hint:a?n:"",inputWrapperClass:$g,endAdornment:uS.createElement(rR,{onCopy:c}),required:!0,onFocus:e=>{c(),r.onFocus&&r.onFocus(e)},...r}))};uh=e(kn()),dh=".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",ph=1,mh=3,fh=1,gh=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=cS.createRef(),n.imageRef=cS.createRef(),n.videoRef=cS.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=Zn(t.width,t.height,n),l=qn(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=Zn(t.naturalWidth,t.naturalHeight,n),l=qn(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=Wi(Wi({},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=Zn(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=Wi({},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?Ln(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=uh(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=qn(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?Ln(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?Wn:Xn,s=Zn(t.width,t.height,a),c=Zn(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:Wi(Wi({},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?Ln(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?Ln(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=Wi({},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=Ln(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");Hi(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=dh,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=Fn(n,o),this.lastPinchRotation=Hn(n,o),this.onDragStart(jn(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=jn(n,o),this.onDrag(r),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,i=Fn(n,o),l=a.props.zoom*(i/a.lastPinchDistance);a.setNewZoom(l,r,{shouldUpdatePosition:!1}),a.lastPinchDistance=i,e=Hn(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 cS.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:v,className:Yn("reactEasyCrop_Container",I)},o?cS.createElement("img",Wi({alt:"",className:Yn("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:Wi(Wi({},w),{transform:l||"translate(".concat(c,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):r&&cS.createElement("video",Wi({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:Yn("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:Wi(Wi({},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 cS.createElement("source",Wi({key:e.src},e))})),this.state.cropSize&&cS.createElement("div",Wi({ref:this.cropperRef,style:Wi(Wi({},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:Yn("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",f&&"reactEasyCrop_CropAreaGrid",C)},i)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:mh,minZoom:ph,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:fh},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}(cS.Component),hh=cS.createContext(void 0),vh=["PageUp","PageDown"],bh=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],wh={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},yh="Slider";var[iR,lR,sR]=Qn(yh),[cR]=o(yh,[sR]),[uR,dR]=cR(yh);Ih=cS.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=Jn(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=cS.useRef(new Set),y=cS.useRef(0),I="horizontal"===l?Ch:xh,[C=[],x]=u({prop:m,defaultProp:p,onChange:e=>{const t=[...w.current];t[y.current]?.focus(),f(e)}}),A=cS.useRef(C);return ES(uR,{scope:e.__scopeSlider,name:o,disabled:c,min:r,max:a,valueIndexToChangeRef:y,thumbs:w.current,values:C,orientation:l,form:v,children:ES(iR.Provider,{scope:e.__scopeSlider,children:ES(iR.Slot,{scope:e.__scopeSlider,children:ES(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=vh.includes(e.key)||e.shiftKey&&bh.includes(e.key)?10:1,r=y.current;n(C[r]+i*o*t,r,{commit:!0})}}})})})})}),Ih.displayName=yh;var[pR,mR]=cR(yh,{startEdge:"left",endEdge:"right",size:"width",direction:1});Ch=cS.forwardRef((e,t)=>{function n(e){const t=h.current||m.getBoundingClientRect(),n=$n([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]=cS.useState(null),g=l(t,e=>f(e)),h=cS.useRef(void 0),v=Un(a),b="ltr"===v,w=b&&!i||!b&&i;return ES(pR,{scope:e.__scopeSlider,startEdge:w?"left":"right",endEdge:w?"right":"left",direction:w?1:-1,size:"width",children:ES(Ah,{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=wh[w?"from-left":"from-right"].includes(e.key);d?.({event:e,direction:t?-1:1})}})})}),xh=cS.forwardRef((e,t)=>{function n(e){const t=f.current||p.current.getBoundingClientRect(),n=$n([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=cS.useRef(null),m=l(t,p),f=cS.useRef(void 0),g=!a;return ES(pR,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:ES(Ah,{"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=wh[g?"from-bottom":"from-top"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),Ah=cS.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:r,onSlideEnd:a,onHomeKeyDown:i,onEndKeyDown:l,onStepKeyDown:c,...u}=e,d=dR(yh,n);return ES(Ci.span,{...u,ref:t,onKeyDown:s(e.onKeyDown,e=>{"Home"===e.key?(i(e),e.preventDefault()):"End"===e.key?(l(e),e.preventDefault()):vh.concat(bh).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))})})}),Eh="SliderTrack",(_h=cS.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=dR(Eh,n);return ES(Ci.span,{"data-disabled":r.disabled?"":void 0,"data-orientation":r.orientation,...o,ref:t})})).displayName=Eh,Oh="SliderRange",(Sh=cS.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,r=dR(Oh,n),a=mR(Oh,n),i=l(t,cS.useRef(null)),s=r.values.length,c=r.values.map(e=>Kn(e,r.min,r.max)),u=s>1?Math.min(...c):0,d=100-Math.max(...c);return ES(Ci.span,{"data-orientation":r.orientation,"data-disabled":r.disabled?"":void 0,...o,ref:i,style:{...e.style,[a.startEdge]:u+"%",[a.endEdge]:d+"%"}})})).displayName=Oh,Rh="SliderThumb",Mh=cS.forwardRef((e,t)=>{const n=lR(e.__scopeSlider),[o,r]=cS.useState(null),a=l(t,e=>r(e)),i=cS.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return ES(Ph,{...e,ref:a,index:i})}),Ph=cS.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:r,...a}=e,i=dR(Rh,n),c=mR(Rh,n),[u,d]=cS.useState(null),p=l(t,e=>d(e)),m=!u||(i.form||!!u.closest("form")),f=An(u),g=i.values[o],h=void 0===g?0:Kn(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-$n([0,50],[0,o])(t)*n)*n}(b,h,c.direction):0;return cS.useEffect(()=>{if(u)return i.thumbs.add(u),()=>{i.thumbs.delete(u)}},[u,i.thumbs]),OS("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${h}% + ${w}px)`},children:[ES(iR.ItemSlot,{scope:e.__scopeSlider,children:ES(Ci.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&&ES(Bh,{name:r??(i.name?i.name+(i.values.length>1?"[]":""):void 0),form:i.form,value:g},o)]})}),Mh.displayName=Rh,Nh="RadioBubbleInput",(Bh=cS.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const r=cS.useRef(null),a=l(r,o),i=xn(t);return cS.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]),ES(Ci.input,{style:{display:"none"},...n,ref:a,defaultValue:t})})).displayName=Nh,Th=Ih,Vh=_h,Gh=Sh,Dh=Mh,kh="Slider-modules_container__ZtkgF",Lh="Slider-modules_track__KLggY",zh="Slider-modules_range__3s39d",Fh="Slider-modules_thumb__P9ZoJ",Hh="Slider-modules_thumbArea__lNKj-";const fR=mS(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]=dS(c);return hS(()=>{d(c)},[c]),uS.createElement(Th,{className:hi("demio-ui-slider-container",kh,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]},uS.createElement(Vh,{className:hi("demio-ui-slider-track",Lh),"data-testid":"track"},uS.createElement(Gh,{className:hi("demio-ui-slider-range",zh),"data-testid":"range"})),uS.createElement(Dh,{"aria-label":s,className:hi("demio-ui-slider-thumb",Fh),"data-testid":"thumb"},uS.createElement("div",{className:hi("demio-ui-slider-thumb-area",Hh)})))});Wh="Crop-modules_root__rN-SB",Xh="Crop-modules_wrapper__gCOCS",jh="Crop-modules_slider__-2TIB";const gR=mS(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]=dS({x:0,y:0}),[m,f]=dS(s);return o&&uS.createElement("div",{className:hi("demio-ui-crop-root",Wh,n),"data-testid":"crop-root"},uS.createElement("div",{className:hi("demio-ui-crop-wrapper",Xh),"data-testid":"crop-wrapper"},uS.createElement(gh,{...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})),uS.createElement("div",{className:hi("demio-ui-crop-slider",jh),"data-testid":"crop-slider"},uS.createElement(fR,{max:c,min:s,onChange:e=>{f(e),l&&l(e)},step:u})))}),hR={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"]},vR=(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):""},bR=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},wR=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),r=hR[n]||[];return!(r.length>0)||r.includes(o)},yR=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=vR(e),o=bR(e);if(!n||!o)return!1;if(!wR(n,o))return!1;return t.toLowerCase().trim().includes(n)},IR=(e=null)=>e instanceof File&&e.type.startsWith("image/"),CR=(e=null)=>e instanceof File&&e.type.startsWith("video/"),xR=(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},AR=async(e=null,t=0,n=0)=>new Promise((o,r)=>{if(!(e instanceof File))return o(!1);if(!IR(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)}),ER=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}),_R=(e=0)=>e*Math.PI/180,OR=(e,t,n)=>{const o=_R(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)}},SR=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const r=await ER(e),a=document.createElement("canvas"),i=a.getContext("2d");if(!i)return null;const{width:l,height:s}=OR(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};Zh="Toast-modules_toast__jBLRk",qh="Toast-modules_noCloseBtn__pyGvH",Yh="Toast-modules_icon__ORsLy",Jh="Toast-modules_success__BYfwB",Uh="Toast-modules_warning__HLJ8C",Qh="Toast-modules_error__yN4Cu",Kh="Toast-modules_info__V0nO3",$h="Toast-modules_message__fnWMJ",ev="Toast-modules_description__GYPY5",tv="Toast-modules_noMessage__3Wskx",nv="Toast-modules_closeButton__GIv2a",ov="Toast-modules_closeIcon__2qev9";const RR=mS(({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]=dS(!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 hS(()=>{const e=setTimeout(()=>y(e),w);return()=>clearTimeout(e)},[]),(f||m)&&u&&uS.createElement("div",{className:hi("demio-ui-toast",Zh,{[qh]:!a},e),"data-testid":`toast-${p}`,style:s},o&&uS.createElement("div",{className:hi("demio-ui-toast-custom-icon",Yh),"data-testid":"toast-custom-icon"},o),g&&uS.createElement(mu,{className:hi("demio-ui-toast-icon demio-ui-toast-icon-error",Yh,Qh),"data-testid":"toast-icon-error"}),h&&uS.createElement(Qd,{className:hi("demio-ui-toast-icon demio-ui-toast-icon-info",Yh,Kh),"data-testid":"toast-icon-info"}),v&&uS.createElement(lu,{className:hi("demio-ui-toast-icon demio-ui-toast-icon-success",Yh,Jh),"data-testid":"toast-icon-success"}),b&&uS.createElement(Zd,{className:hi("demio-ui-toast-icon demio-ui-toast-icon-warning",Yh,Uh),"data-testid":"toast-icon-warning"}),uS.createElement("div",{className:hi("demio-ui-toast-message",$h),"data-testid":"toast-message"},i,m&&uS.createElement("div",{className:hi("demio-ui-toast-description",ev,{[tv]:!f}),"data-testid":"toast-description"},t)),a&&uS.createElement("button",{className:hi("demio-ui-toast-close-btn",nv),"data-testid":"toast-close-btn",onClick:()=>y(null)},uS.createElement($s,{className:hi("demio-ui-toast-close-icon",ov),"data-testid":"toast-close-icon"})))});rv={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const MR=mS(({position:e="right",className:t})=>{const[n,o]=dS([]),r=0===n.length,a=gS(e=>o(t=>t.filter(t=>t.id!==e)),[o]),i=gS(()=>{r||(a(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[r,n[0],a]),l=gS(e=>{"Escape"===e?.key&&i()},[i]);return hS(()=>{Promise.resolve().then(function(){return av}).then(({toast:e})=>{e?.updateSetter(o)})},[]),hS(()=>(document.addEventListener("keydown",l),()=>{document.removeEventListener("keydown",l)}),[l]),uS.createElement("div",{className:hi("demio-ui-toast-list",rv.toastList,rv[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>uS.createElement(RR,{...e,key:`toast-${e.id}`})))}),PR=()=>{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),PS(e).render(uS.createElement(MR,null))),!0};const NR=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?PR():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{PR(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(PR(),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(!PR())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"})}};av=Object.freeze({__proto__:null,toast:NR});const BR=(e="",t=null)=>{const[n,o]=dS("");return hS(()=>{t&&e?SR(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},TR={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},VR=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:r=!0,minHeightLimit:a=0,minWidthLimit:i=0})=>{const[l,s]=dS(TR);return{...l,validate:async(c=null)=>{if(!(n&&c instanceof File))return TR;const u=!o||await AR(c,i,a),d=!r||xR(c,t),p=!(e.length>0)||yR(c,e),m=u&&d&&p,f={...l,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return s(f),f}}};iv="Note-modules_note__6dcyr",lv="Note-modules_icon__P-p8I";const GR={error:Gd,info:$d,warning:mu},DR={error:"Note-modules_error__sG0TM",info:"Note-modules_info__4-D0C",warning:"Note-modules_warning__kCpaR"},kR=mS(e=>{const{children:t="",className:n="",classNameIcon:o="",type:r="error"}=e,a=String(t).trim().length>0,i=GR[r];return a&&uS.createElement("div",{className:hi("demio-ui-note",iv,DR[r],n),"data-testid":"note",role:"info"===r?"status":"alert"},uS.createElement(i,{className:hi("demio-ui-note-icon",lv,o),"data-testid":`note-icon-${r}`}),t)});sv="DnDArea-modules_container__bPaID",cv="DnDArea-modules_isDraggedOver__A5x5L";const LR=mS(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]=dS(!1),{isFileDimensionValid:y,isFileSizeValid:I,isFileTypeValid:C,validate:x}=VR({acceptableFileTypes:t,fileSizeMbLimit:a,isDimensionValidationEnabled:m,isSizeValidationEnabled:f,isValidationEnabled:p,minHeightLimit:l,minWidthLimit:s}),A=i?.length>0,E=t&&t.length>0,_=p&&m&&!y,O=p&&f&&!I,S=p&&E&&!C;return uS.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&A&&uS.createElement(kR,{children:i}),p&&!A&&S&&uS.createElement(kR,{children:d}),p&&!A&&!S&&O&&uS.createElement(kR,{children:u}),p&&!A&&!S&&!O&&_&&uS.createElement(kR,{children:c}),uS.createElement("div",{className:hi("demio-ui-dnd-area-container",sv,{[cv]: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))});uv="Modal-modules_overlay__V-vTn",dv="Modal-modules_header__-dxAm",pv="Modal-modules_isTitleHidden__T6g1-",mv="Modal-modules_close__CwIjR",fv="Modal-modules_title__3ehge",gv="Modal-modules_titleCentered__Qqy8u",hv="Modal-modules_content__sK9HS",vv="Modal-modules_body__8Khpx",bv={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 zR=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:r=null,toggleDrawer:a=()=>{},align:i="right",isClosable:l=!0})=>uS.createElement(uS.Fragment,null,t&&uS.createElement("div",{className:hi(bv.drawer,"demio-ui-drawer",n)},uS.createElement(eo,{isClosable:l,open:t,overlayClassName:bv.overlay,contentClassName:hi(bv.content,{[bv.alignRight]:"right"===i,[bv.alignLeft]:"left"===i}),onOpenChange:a,isCloseButtonVisible:o},r&&uS.createElement("div",{className:hi(bv.header,"demio-ui-drawer-header")},r),e&&uS.createElement("div",{className:hi(bv.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),FR=["top","right","bottom","left"],HR=Math.min,WR=Math.max,XR=Math.round,jR=Math.floor,ZR=e=>({x:e,y:e}),qR={left:"right",right:"left",bottom:"top",top:"bottom"},YR=["left","right"],JR=["right","left"],UR=["top","bottom"],QR=["bottom","top"],KR=new Set(["left","top"]),$R=/transform|translate|scale|rotate|perspective|filter/,eM=/paint|layout|strict|content/,tM=e=>!!e&&"none"!==e;let nM;const oM=ZR(0),rM={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:r}=e;const a="fixed"===r,i=Co(o),l=!!t&&Ro(t.floating);if(o===i||l&&a)return n;let s={scrollLeft:0,scrollTop:0},c=ZR(1);const u=ZR(0),d=Eo(o);if((d||!d&&!a)&&(("body"!==yo(o)||Oo(i))&&(s=To(o)),d)){const e=Wo(o);c=Fo(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!i||d||a?ZR(0):jo(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:Co,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const a=[..."clippingAncestors"===n?Ro(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=Do(e,[],!1).filter(e=>Ao(e)&&"body"!==yo(e)),r=null;const a="fixed"===Bo(e).position;let i=a?Vo(e):e;for(;Ao(i)&&!No(i);){const t=Bo(i),n=Mo(i);n||"fixed"!==t.position||(r=null),(a?!n&&!r:!n&&"static"===t.position&&r&&("absolute"===r.position||"fixed"===r.position)||Oo(i)&&!n&&qo(e,i))?o=o.filter(e=>e!==i):r=t,i=Vo(i)}return t.set(e,o),o}(t,this._c):[].concat(n),o],i=Zo(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=Zo(t,a[d],r);l=WR(e.top,l),s=HR(e.right,s),c=HR(e.bottom,c),u=WR(e.left,u)}return{width:s-u,height:c-l,x:u,y:l}},getOffsetParent:Qo,getElementRects:async function(e){const t=this.getOffsetParent||Qo,n=this.getDimensions,o=await n(e.floating);return{reference:Yo(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}=Lo(e);return{width:t,height:n}},getScale:Fo,isElement:Ao,isRTL:function(e){return"rtl"===Bo(e).direction}},aM=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=oo(n),l=ro(n),s="y"===lo(n),c=KR.has(i)?-1:1,u=a&&s?-1:1,d=no(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}}}}},iM=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}=no(e,t),u={x:n,y:o},d=await a.detectOverflow(t,c),p=lo(oo(r)),m=ao(p);let f=u[m],g=u[p];if(i){const e="y"===m?"bottom":"right";f=to(f+d["y"===m?"top":"left"],f,f-d[e])}if(l){const e="y"===p?"bottom":"right";g=to(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}}}}}},lM=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}=no(e,t);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=oo(l),I=lo(u),C=oo(u)===u,x=await(null==d.isRTL?void 0:d.isRTL(p.floating)),A=g||(C||!b?[po(u)]:function(e){const t=po(e);return[co(e),t,co(t)]}(u)),E="none"!==v;!g&&E&&A.push(...uo(u,b,v,x));const _=[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=ro(e),r=so(e),a=io(r);let i="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=po(i)),[i,po(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];if(t){if(!("alignment"===f&&I!==lo(t))||R.every(e=>lo(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(E){const t=lo(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{}}}},sM=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}=no(e,t),u=await i.detectOverflow(t,c),d=oo(r),p=ro(r),m="y"===lo(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=HR(g-u[h],b),I=HR(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=WR(u.left,0),t=WR(u.right,0),n=WR(u.top,0),o=WR(u.bottom,0);m?A=f-2*(0!==e||0!==t?e+t:WR(u.left,u.right)):x=g-2*(0!==n||0!==o?n+o:WR(u.top,u.bottom))}await s({...t,availableWidth:A,availableHeight:x});const E=await i.getDimensions(l.floating);return f!==E.width||g!==E.height?{reset:{rects:!0}}:{}}}},cM=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:r="referenceHidden",...a}=no(e,t);switch(r){case"referenceHidden":{const e=vo(await o.detectOverflow(t,{...a,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:bo(e)}}}case"escaped":{const e=vo(await o.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:bo(e)}}}default:return{}}}}},uM=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}=no(e,t)||{};if(null==c)return{};const d=mo(u),p={x:n,y:o},m=so(r),f=io(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,E=x/2-g[f]/2-1,_=HR(d[v],E),O=HR(d[b],E),S=_,R=x-g[f]-O,M=x/2-g[f]/2+A,P=to(S,M,R),N=!s.arrow&&null!=ro(r)&&M!==P&&a.reference[f]/2-(M<S?_: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}}}),dM=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}=no(e,t),u={x:n,y:o},d=lo(r),p=ao(d);let m=u[p],f=u[d];const g=no(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=KR.has(oo(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}}}},pM=(e,t,n)=>{const o=new Map,r={platform:rM,...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:ho},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}=go(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}=go(c,p,s))),g=-1)}return{x:u,y:d,placement:p,strategy:r,middlewareData:f}})(e,t,{...r,platform:a})};wv="undefined"!=typeof document,yv=wv?vS:function(){};const mM=(e,t)=>{const n=aM(e);return{name:n.name,fn:n.fn,options:[e,t]}},fM=(e,t)=>{const n=iM(e);return{name:n.name,fn:n.fn,options:[e,t]}},gM=(e,t)=>({fn:dM(e).fn,options:[e,t]}),hM=(e,t)=>{const n=lM(e);return{name:n.name,fn:n.fn,options:[e,t]}},vM=(e,t)=>{const n=sM(e);return{name:n.name,fn:n.fn,options:[e,t]}},bM=(e,t)=>{const n=cM(e);return{name:n.name,fn:n.fn,options:[e,t]}},wM=(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?uM({element:n.current,padding:o}).fn(t):{}:n?uM({element:n,padding:o}).fn(t):{};var r}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};Iv="Arrow",(Cv=cS.forwardRef((e,t)=>{const{children:n,width:o=10,height:r=5,...a}=e;return ES(Ci.svg,{...a,ref:t,width:o,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:ES("polygon",{points:"0,0 30,0 15,10"})})})).displayName=Iv,xv=Cv,Av="Popper";var[yM,IM]=o(Av),[CM,xM]=yM(Av);(Ev=e=>{const{__scopePopper:t,children:n}=e,[o,r]=cS.useState(null);return ES(CM,{scope:t,anchor:o,onAnchorChange:r,children:n})}).displayName=Av,_v="PopperAnchor",(Ov=cS.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...r}=e,a=xM(_v,n),i=cS.useRef(null),s=l(t,i),c=cS.useRef(null);return cS.useEffect(()=>{const e=c.current;c.current=o?.current||i.current,e!==c.current&&a.onAnchorChange(c.current)}),o?null:ES(Ci.div,{...r,ref:s})})).displayName=_v,Sv="PopperContent";var[AM,EM]=yM(Sv);Rv=cS.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=xM(Sv,n),[w,y]=cS.useState(null),I=l(t,e=>y(e)),[C,x]=cS.useState(null),A=An(C),E=A?.width??0,_=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(rr),altBoundary:M},{refs:N,floatingStyles:B,placement:T,isPositioned:V,middlewareData:G}=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]=cS.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=cS.useState(o);er(p,o)||m(o);const[f,g]=cS.useState(null),[h,v]=cS.useState(null),b=cS.useCallback(e=>{e!==C.current&&(C.current=e,g(e))},[]),w=cS.useCallback(e=>{e!==x.current&&(x.current=e,v(e))},[]),y=a||f,I=i||h,C=cS.useRef(null),x=cS.useRef(null),A=cS.useRef(u),E=null!=s,_=or(s),O=or(r),S=or(c),R=cS.useCallback(()=>{if(!C.current||!x.current)return;const e={placement:t,strategy:n,middleware:p};O.current&&(e.platform=O.current),pM(C.current,x.current,e).then(e=>{const t={...e,isPositioned:!1!==S.current};M.current&&!er(A.current,t)&&(A.current=t,SS.flushSync(()=>{d(t)}))})},[p,t,n,O,S]);yv(()=>{!1===c&&A.current.isPositioned&&(A.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[c]);const M=cS.useRef(!1);yv(()=>(M.current=!0,()=>{M.current=!1}),[]),yv(()=>{if(y&&(C.current=y),I&&(x.current=I),y&&I){if(_.current)return _.current(y,I,R);R()}},[y,I,R,_,E]);const P=cS.useMemo(()=>({reference:C,floating:x,setReference:b,setFloating:w}),[b,w]),N=cS.useMemo(()=>({reference:y,floating:I}),[y,I]),B=cS.useMemo(()=>{const e={position:n,left:0,top:0};if(!N.floating)return e;const t=nr(N.floating,u.x),o=nr(N.floating,u.y);return l?{...e,transform:"translate("+t+"px, "+o+"px)",...tr(N.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,l,N.floating,u.x,u.y]);return cS.useMemo(()=>({...u,update:R,refs:P,elements:N,floatingStyles:B}),[u,R,P,N,B])}({strategy:"fixed",placement:O,whileElementsMounted:(...e)=>$o(...e,{animationFrame:"always"===f}),elements:{reference:b.anchor},middleware:[mM({mainAxis:r+_,alignmentAxis:i}),c&&fM({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?gM():void 0,...P}),c&&hM({...P}),vM({...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&&wM({element:C,padding:s}),Bv({arrowWidth:E,arrowHeight:_}),m&&bM({strategy:"referenceHidden",...P})]}),[D,k]=ar(T),L=h(g);vi(()=>{V&&L?.()},[V,L]);const z=G.arrow?.x,F=G.arrow?.y,H=0!==G.arrow?.centerOffset,[W,X]=cS.useState();return vi(()=>{w&&X(window.getComputedStyle(w).zIndex)},[w]),ES("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":[G.transformOrigin?.x,G.transformOrigin?.y].join(" "),...G.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:ES(AM,{scope:n,placedSide:D,onArrowChange:x,arrowX:z,arrowY:F,shouldHideArrow:H,children:ES(Ci.div,{"data-side":D,"data-align":k,...v,ref:I,style:{...v.style,animation:V?void 0:"none"}})})})}),Rv.displayName=Sv,Mv="PopperArrow",Pv={top:"bottom",right:"left",bottom:"top",left:"right"},(Nv=cS.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,r=EM(Mv,n),a=Pv[r.placedSide];return ES("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:ES(xv,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=Mv,Bv=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]=ar(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}}}}),Tv=Ev,Vv=Ov,Gv=Rv,Dv=Nv,kv="rovingFocusGroup.onEntryFocus",Lv={bubbles:!1,cancelable:!0},zv="RovingFocusGroup";var[_M,OM,SM]=Qn(zv),[RM,MM]=o(zv,[SM]),[PM,NM]=RM(zv);(Fv=cS.forwardRef((e,t)=>ES(_M.Provider,{scope:e.__scopeRovingFocusGroup,children:ES(_M.Slot,{scope:e.__scopeRovingFocusGroup,children:ES(Hv,{...e,ref:t})})}))).displayName=zv,Hv=cS.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=cS.useRef(null),v=l(t,g),b=Un(a),[w,y]=u({prop:i,defaultProp:c??null,onChange:d,caller:zv}),[I,C]=cS.useState(!1),x=h(p),A=OM(n),E=cS.useRef(!1),[_,O]=cS.useState(0);return cS.useEffect(()=>{const e=g.current;if(e)return e.addEventListener(kv,x),()=>e.removeEventListener(kv,x)},[x]),ES(PM,{scope:n,orientation:o,dir:b,loop:r,currentTabStopId:w,onItemFocus:cS.useCallback(e=>y(e),[y]),onItemShiftTab:cS.useCallback(()=>C(!0),[]),onFocusableItemAdd:cS.useCallback(()=>O(e=>e+1),[]),onFocusableItemRemove:cS.useCallback(()=>O(e=>e-1),[]),children:ES(Ci.div,{tabIndex:I||0===_?-1:0,"data-orientation":o,...f,ref:v,style:{outline:"none",...e.style},onMouseDown:s(e.onMouseDown,()=>{E.current=!0}),onFocus:s(e.onFocus,e=>{const t=!E.current;if(e.target===e.currentTarget&&t&&!I){const t=new CustomEvent(kv,Lv);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=A().filter(e=>e.focusable);ir([e.find(e=>e.active),e.find(e=>e.id===w),...e].filter(Boolean).map(e=>e.ref.current),m)}}E.current=!1}),onBlur:s(e.onBlur,()=>C(!1))})})}),Wv="RovingFocusGroupItem",Xv=cS.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:r=!1,tabStopId:a,children:i,...l}=e,u=c(),d=a||u,p=NM(Wv,n),m=p.currentTabStopId===d,f=OM(n),{onFocusableItemAdd:g,onFocusableItemRemove:h,currentTabStopId:v}=p;return cS.useEffect(()=>{if(o)return g(),()=>h()},[o,g,h]),ES(_M.ItemSlot,{scope:n,id:d,focusable:o,active:r,children:ES(Ci.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 jv[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(()=>ir(r))}var n,o}),children:"function"==typeof i?i({isCurrentTabStop:m,hasTabStop:null!=v}):i})})}),Xv.displayName=Wv,jv={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},Zv=Fv,qv=Xv,Yv=["Enter"," "],Jv=["ArrowUp","PageDown","End"],Uv=[...["ArrowDown","PageUp","Home"],...Jv],Qv={ltr:[...Yv,"ArrowRight"],rtl:[...Yv,"ArrowLeft"]},Kv={ltr:["ArrowLeft"],rtl:["ArrowRight"]},$v="Menu";var[BM,TM,VM]=Qn($v),[GM,DM]=o($v,[VM,IM,MM]);eb=IM(),tb=MM();var[kM,LM]=GM($v),[zM,FM]=GM($v);(nb=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:r,onOpenChange:a,modal:i=!0}=e,l=eb(t),[s,c]=cS.useState(null),u=cS.useRef(!1),d=h(a),p=Un(r);return cS.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})}},[]),ES(Tv,{...l,children:ES(kM,{scope:t,open:n,onOpenChange:d,content:s,onContentChange:c,children:ES(zM,{scope:t,onClose:cS.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:i,children:o})})})}).displayName=$v,ob="MenuAnchor",(rb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=eb(n);return ES(Vv,{...r,...o,ref:t})})).displayName=ob,ab="MenuPortal";var[HM,WM]=GM(ab,{forceMount:void 0});(ib=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:r}=e,a=LM(ab,t);return ES(HM,{scope:t,forceMount:n,children:ES(zi,{present:n||a.open,children:ES(Li,{asChild:!0,container:r,children:o})})})}).displayName=ab,lb="MenuContent";var[XM,jM]=GM(lb);sb=cS.forwardRef((e,t)=>{const n=WM(lb,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=LM(lb,e.__scopeMenu),i=FM(lb,e.__scopeMenu);return ES(BM.Provider,{scope:e.__scopeMenu,children:ES(zi,{present:o||a.open,children:ES(BM.Slot,{scope:e.__scopeMenu,children:i.modal?ES(cb,{...r,ref:t}):ES(ub,{...r,ref:t})})})})}),cb=cS.forwardRef((e,t)=>{const n=LM(lb,e.__scopeMenu),o=cS.useRef(null),r=l(t,o);return cS.useEffect(()=>{const e=o.current;if(e)return jl(e)},[]),ES(pb,{...e,ref:r,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:s(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),ub=cS.forwardRef((e,t)=>{const n=LM(lb,e.__scopeMenu);return ES(pb,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),db=d("MenuContent.ScrollLock"),pb=cS.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=LM(lb,n),w=FM(lb,n),y=eb(n),I=tb(n),C=TM(n),[x,A]=cS.useState(null),E=cS.useRef(null),O=l(t,E,b.onContentChange),S=cS.useRef(0),R=cS.useRef(""),M=cS.useRef(0),P=cS.useRef(null),N=cS.useRef("right"),B=cS.useRef(0),T=h?Gl:cS.Fragment,V=h?{as:db,allowPinchZoom:!0}:void 0,G=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())};cS.useEffect(()=>()=>window.clearTimeout(S.current),[]),_();const D=cS.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 ES(XM,{scope:n,searchRef:R,onItemEnter:cS.useCallback(e=>{D(e)&&e.preventDefault()},[D]),onItemLeave:cS.useCallback(e=>{D(e)||(E.current?.focus(),A(null))},[D]),onTriggerLeave:cS.useCallback(e=>{D(e)&&e.preventDefault()},[D]),pointerGraceTimerRef:M,onPointerGraceIntentChange:cS.useCallback(e=>{P.current=e},[]),children:ES(T,{...V,children:ES(Gi,{asChild:!0,trapped:r,onMountAutoFocus:s(a,e=>{e.preventDefault(),E.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:i,children:ES(Ri,{asChild:!0,disableOutsidePointerEvents:c,onEscapeKeyDown:d,onPointerDownOutside:p,onFocusOutside:m,onInteractOutside:f,onDismiss:g,children:ES(Zv,{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:ES(Gv,{role:"menu","aria-orientation":"vertical","data-state":lr(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&&G(e.key));const r=E.current;if(e.target!==r)return;if(!Uv.includes(e.key))return;e.preventDefault();const a=C().filter(e=>!e.disabled).map(e=>e.ref.current);Jv.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,ur(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}}))})})})})})})}),sb.displayName=lb,mb="MenuGroup",(fb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return ES(Ci.div,{role:"group",...o,ref:t})})).displayName=mb,gb="MenuLabel",(hb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return ES(Ci.div,{...o,ref:t})})).displayName=gb,vb="MenuItem",bb="menu.itemSelect",(wb=cS.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...r}=e,a=cS.useRef(null),i=FM(vb,e.__scopeMenu),c=jM(vb,e.__scopeMenu),u=l(t,a),d=cS.useRef(!1);return ES(yb,{...r,ref:u,disabled:n,onClick:s(e.onClick,()=>{const e=a.current;if(!n&&e){const t=new CustomEvent(bb,{bubbles:!0,cancelable:!0});e.addEventListener(bb,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||Yv.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=vb,yb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:r,...a}=e,i=jM(vb,n),c=tb(n),u=cS.useRef(null),d=l(t,u),[p,m]=cS.useState(!1),[f,g]=cS.useState("");return cS.useEffect(()=>{const e=u.current;e&&g((e.textContent??"").trim())},[a.children]),ES(BM.ItemSlot,{scope:n,disabled:o,textValue:r??f,children:ES(qv,{asChild:!0,...c,focusable:!o,children:ES(Ci.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,ur(e=>{if(o)i.onItemLeave(e);else if(i.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:s(e.onPointerLeave,ur(e=>i.onItemLeave(e))),onFocus:s(e.onFocus,()=>m(!0)),onBlur:s(e.onBlur,()=>m(!1))})})})}),Ib="MenuCheckboxItem",(Cb=cS.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...r}=e;return ES(YM,{scope:e.__scopeMenu,checked:n,children:ES(wb,{role:"menuitemcheckbox","aria-checked":sr(n)?"mixed":n,...r,ref:t,"data-state":cr(n),onSelect:s(r.onSelect,()=>o?.(!!sr(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=Ib,xb="MenuRadioGroup";var[ZM,qM]=GM(xb,{value:void 0,onValueChange:()=>{}});(Ab=cS.forwardRef((e,t)=>{const{value:n,onValueChange:o,...r}=e,a=h(o);return ES(ZM,{scope:e.__scopeMenu,value:n,onValueChange:a,children:ES(fb,{...r,ref:t})})})).displayName=xb,Eb="MenuRadioItem",(_b=cS.forwardRef((e,t)=>{const{value:n,...o}=e,r=qM(Eb,e.__scopeMenu),a=n===r.value;return ES(YM,{scope:e.__scopeMenu,checked:a,children:ES(wb,{role:"menuitemradio","aria-checked":a,...o,ref:t,"data-state":cr(a),onSelect:s(o.onSelect,()=>r.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=Eb,Ob="MenuItemIndicator";var[YM,JM]=GM(Ob,{checked:!1});(Sb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...r}=e,a=JM(Ob,n);return ES(zi,{present:o||sr(a.checked)||!0===a.checked,children:ES(Ci.span,{...r,ref:t,"data-state":cr(a.checked)})})})).displayName=Ob,Rb="MenuSeparator",(Mb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return ES(Ci.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=Rb,Pb="MenuArrow",(Nb=cS.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,r=eb(n);return ES(Dv,{...r,...o,ref:t})})).displayName=Pb,Bb="MenuSub";var[UM,QM]=GM(Bb);Tb="MenuSubTrigger",(Vb=cS.forwardRef((e,t)=>{const n=LM(Tb,e.__scopeMenu),o=FM(Tb,e.__scopeMenu),r=QM(Tb,e.__scopeMenu),a=jM(Tb,e.__scopeMenu),l=cS.useRef(null),{pointerGraceTimerRef:c,onPointerGraceIntentChange:u}=a,d={__scopeMenu:e.__scopeMenu},p=cS.useCallback(()=>{l.current&&window.clearTimeout(l.current),l.current=null},[]);return cS.useEffect(()=>p,[p]),cS.useEffect(()=>{const e=c.current;return()=>{window.clearTimeout(e),u(null)}},[c,u]),ES(rb,{asChild:!0,...d,children:ES(yb,{id:r.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":r.contentId,"data-state":lr(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,ur(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,ur(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||Qv[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=Tb,Gb="MenuSubContent",(Db=cS.forwardRef((e,t)=>{const n=WM(lb,e.__scopeMenu),{forceMount:o=n.forceMount,...r}=e,a=LM(lb,e.__scopeMenu),i=FM(lb,e.__scopeMenu),c=QM(Gb,e.__scopeMenu),u=cS.useRef(null),d=l(t,u);return ES(BM.Provider,{scope:e.__scopeMenu,children:ES(zi,{present:o||a.open,children:ES(BM.Slot,{scope:e.__scopeMenu,children:ES(pb,{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=Kv[i.dir].includes(e.key);t&&n&&(a.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})})).displayName=Gb,kb=nb,Lb=rb,zb=ib,Fb=sb,Hb=fb,Wb=hb,Xb=wb,jb=Cb,Zb=Ab,qb=_b,Yb=Sb,Jb=Mb,Ub=Nb,Qb=Vb,Kb=Db,$b="DropdownMenu";var[KM]=o($b,[DM]);ew=DM();var[$M,eP]=KM($b);(tw=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:r,defaultOpen:a,onOpenChange:i,modal:l=!0}=e,s=ew(t),d=cS.useRef(null),[p,m]=u({prop:r,defaultProp:a??!1,onChange:i,caller:$b});return ES($M,{scope:t,triggerId:c(),triggerRef:d,contentId:c(),open:p,onOpenChange:m,onOpenToggle:cS.useCallback(()=>m(e=>!e),[m]),modal:l,children:ES(kb,{...s,open:p,onOpenChange:m,dir:o,modal:l,children:n})})}).displayName=$b,nw="DropdownMenuTrigger",(ow=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...r}=e,a=eP(nw,n),l=ew(n);return ES(Lb,{asChild:!0,...l,children:ES(Ci.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=nw,(rw=e=>{const{__scopeDropdownMenu:t,...n}=e,o=ew(t);return ES(zb,{...o,...n})}).displayName="DropdownMenuPortal",aw="DropdownMenuContent",(iw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=eP(aw,n),a=ew(n),i=cS.useRef(!1);return ES(Fb,{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=aw,lw="DropdownMenuGroup",(sw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Hb,{...r,...o,ref:t})})).displayName=lw,cw="DropdownMenuLabel",(uw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Wb,{...r,...o,ref:t})})).displayName=cw,dw="DropdownMenuItem",(pw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Xb,{...r,...o,ref:t})})).displayName=dw,mw="DropdownMenuCheckboxItem",cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(jb,{...r,...o,ref:t})}).displayName=mw,fw="DropdownMenuRadioGroup",(gw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Zb,{...r,...o,ref:t})})).displayName=fw,hw="DropdownMenuRadioItem",(vw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(qb,{...r,...o,ref:t})})).displayName=hw,bw="DropdownMenuItemIndicator",cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Yb,{...r,...o,ref:t})}).displayName=bw,ww="DropdownMenuSeparator",(yw=cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Jb,{...r,...o,ref:t})})).displayName=ww,Iw="DropdownMenuArrow",cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Ub,{...r,...o,ref:t})}).displayName=Iw,Cw="DropdownMenuSubTrigger",cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Qb,{...r,...o,ref:t})}).displayName=Cw,xw="DropdownMenuSubContent",cS.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,r=ew(n);return ES(Kb,{...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=xw,Aw=tw,Ew=ow,_w=rw,Ow=iw,Sw=sw,Rw=uw,Mw=pw,Pw=gw,Nw=vw,Bw=yw,Tw="Dropdown-modules_content__hz-wg",Vw="Dropdown-modules_scrollableArea__9SHHg",Gw="Dropdown-modules_item__67YXq",Dw="Dropdown-modules_label__05rx3",kw="Dropdown-modules_warning__dIJD1",Lw="Dropdown-modules_separator__dNtZP";const tP=uS.forwardRef(({children:e,className:t,...n},o)=>uS.createElement(_w,{...n},uS.createElement(Ow,{className:hi(Tw,"demio-ui-dropdown-content",t),...n,ref:o},uS.createElement("div",{className:Vw},e)))),nP=uS.forwardRef(({className:e,...t},n)=>uS.createElement(Bw,{ref:n,...t,className:hi(Lw,"demio-ui-dropdown-separator",e)})),oP=Aw,rP=Ew,aP=Rw,iP=Mw,lP=Sw,sP=_w,cP=Pw,uP=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:r=!1,onSelect:a,...i})=>{const l=hi(Gw,"demio-ui-dropdown-item",{[t]:t,[kw]:n,"demio-ui-dropdown-label":o,[Dw]:o});return o?uS.createElement(Rw,{className:l,...i},e):uS.createElement(Mw,{className:l,disabled:r,onSelect:a,...i},e)},dP=({children:e,className:t="",disabled:n=!1,onSelect:o,value:r,...a})=>{const i=hi(Gw,{[t]:t});return uS.createElement(Nw,{className:i,value:r,disabled:n,onSelect:o,...a},e)};zw={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"},Fw="InfoBanner-modules_infoBanner__6KCFX",Hw="InfoBanner-modules_infoBannerWrapper__mUG2s",Ww="InfoBanner-modules_contentWrapper__GVYBK",Xw="InfoBanner-modules_title__HqhSZ",jw="InfoBanner-modules_iconWrapper__MiPMN";const pP=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:r=null,title:a=null})=>uS.createElement("div",{className:hi(Fw,"demio-ui-info-banner",t)},uS.createElement("div",{className:hi(Hw,"demio-ui-info-banner-wrapper")},o&&uS.createElement("div",{className:hi(jw,"demio-ui-info-banner-iconWrapper")},n||uS.createElement(lf,null)),e||uS.createElement("div",{className:hi(Ww,"demio-ui-info-banner-contentWrapper")},a&&uS.createElement("span",{className:hi(Xw,"demio-ui-info-banner-title")},a),r&&uS.createElement("span",{className:"demio-ui-info-banner-text"},r))));Zw="ModalScrollable-modules_overlay__e4-c1",qw="ModalScrollable-modules_closeBtn__prSB-",Yw="ModalScrollable-modules_isHidden__rqtyM",Jw="ModalScrollable-modules_title__TzPu5",Uw="ModalScrollable-modules_withHeader__OTqO-",Qw="ModalScrollable-modules_header__BaeDK",Kw="ModalScrollable-modules_noTitle__Aeqsv",$w="ModalScrollable-modules_content__oWfLS",ey="ModalScrollable-modules_body__zrctf",ty="ModalScrollable-modules_footer__fxnqN",ny="ModalScrollable-modules_footerButtonsContainer__MhbTv",oy="ModalScrollable-modules_withFooter__HDHPq",ry="ModalScrollable-modules_btn__KdfVl";const mP=mS(pS(({children:e,customBodyClass:t="",customCloseBtnClass:n="",customContentClass:o="",customFooterClass:r="",customOverlayClass:a="",customTitleClass:i="",footer:l,header:s,isClosable:c=!0,isCloseButtonVisible:u=!0,isOkBtnDisabled:d=!1,isOpen:p,isOpenByDefault:m=!1,onOpenChange:f,portalContainer:g,title:h="",cancelBtnText:v="Cancel",customCancelBtnClass:b="",cancelBtnColor:w="dark",cancelBtnVariant:y="tertiary",isAvailableCancelBtn:I=!0,isCancelBtnLoading:C=!1,onCancel:x,okBtnText:A="ok",customOkBtnClass:E="",okBtnColor:_="green",okBtnVariant:O="primary",isOkBtnLoading:S=!1,isAvailableOkBtn:R=!0,onOk:M},P)=>{const N=e=>{f?.(e)},B=(e=null)=>{x?.(e),N(!1)};return uS.createElement(vs,{defaultOpen:m,open:p,onOpenChange:N},uS.createElement(ws,{container:g||void 0},uS.createElement(ys,{className:hi("demio-ui-scrollable-modal-overlay",Zw,a),"data-testid":"scrollable-modal-overlay"}),uS.createElement(Is,{"aria-describedby":void 0,className:hi("demio-ui-scrollable-modal-content",$w,o),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{c?B():e?.preventDefault()},ref:P},uS.createElement(Cs,{className:hi("demio-ui-scrollable-modal-title",Jw,{"no-title":!h,[Yw]:!h,"with-header":!!s,[Uw]:!!s},i),"data-testid":"scrollable-modal-title"},h),!!s&&uS.createElement("div",{className:hi("demio-ui-scrollable-modal-header",Qw,{"without-title":!h,[Kw]:!h}),"data-testid":"scrollable-modal-header"},s),uS.createElement(As,{className:hi("demio-ui-scrollable-modal-close-btn",qw,{"no-close-btn":!u,[Yw]:!u},n),"data-testid":"scrollable-modal-close-btn",onClick:B},uS.createElement($s,null)),uS.createElement("div",{className:hi("demio-ui-scrollable-modal-body",ey,t),"data-testid":"scrollable-modal-body"},e),(I||R||!!l)&&uS.createElement("div",{className:hi("demio-ui-scrollable-modal-footer",ty,r),"data-testid":"scrollable-modal-footer"},l,(I||R)&&uS.createElement("div",{className:hi("demio-ui-scrollable-modal-footer-buttons-container",ny,{"with-footer":!!l,[oy]:!!l}),"data-testid":"scrollable-modal-footer-buttons-container"},I&&uS.createElement(US,{className:hi("demio-ui-scrollable-modal-footer-cancel-btn",ry,b),color:w,"data-testid":"scrollable-modal-footer-cancel-btn",onClick:B,showLoader:C,variant:y},v),R&&uS.createElement(US,{className:hi("demio-ui-scrollable-modal-footer-ok-btn",ry,E),color:_,"data-testid":"scrollable-modal-footer-ok-btn",disabled:d,onClick:e=>{M?.(e)},showLoader:S,variant:O},A))))))}));var fP,gP,hP,vP;for(ay=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],iy=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(hP){}}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}(),ly="-ms-",sy="-moz-",cy="-webkit-",uy="comm",dy="rule",py="decl",my="@import",fy="@keyframes",gy="@layer",hy=Math.abs,vy=String.fromCharCode,by=Object.assign,wy=1,yy=1,Iy=0,Cy=0,xy=0,Ay="",Ey=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}},_y="undefined"!=typeof document,Oy=function(e,t,n){for(var o=0,r=0;o=r,r=zr(),38===o&&12===r&&(t[n]=1),!Wr(r);)Lr();return Hr(e,Cy)},Sy=function(e,t){var n=-1,o=44;do{switch(Wr(o)){case 0:38===o&&12===zr()&&(t[n]=1),e[n]+=Oy(Cy-1,t,n);break;case 2:e[n]+=Zr(o);break;case 4:if(44===o){e[++n]=58===zr()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=vy(o)}}while(o=Lr());return e},Ry=function(e,t){return jr(Sy(Xr(e),t))},My=new WeakMap,Py=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)||My.get(n))&&!o)for(My.set(e,!0),a=Ry(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]}},Ny=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},By=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case py:e.return=la(e.value,e.length);break;case fy:return oa([Dr(e,{value:Rr(e.value,"@","@"+cy)})],o);case dy: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 oa([Dr(e,{props:[Rr(t,/:(read-\w+)/,":"+sy+"$1")]})],o);case"::placeholder":return oa([Dr(e,{props:[Rr(t,/:(plac\w+)/,":"+cy+"input-$1")]}),Dr(e,{props:[Rr(t,/:(plac\w+)/,":"+sy+"$1")]}),Dr(e,{props:[Rr(t,/:(plac\w+)/,ly+"input-$1")]})],o)}return""})}},Ty=_y?void 0:Ey(function(){return ia(function(){return{}})}),Vy=[By],Gy=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 _y&&"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||Vy,o={},a=[],_y&&(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=[Py,Ny],Ty?(p=[ra],m=aa(l.concat(n,p)),f=function(e){return oa(Kr(e),m)},g=Ty(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=[ra,(b=function(e){s.insert(e)},function(e){e.root||(e=e.return)&&b(e)})],u=aa(l.concat(n,c)),d=function(e){return oa(Kr(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 iy({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},Dy="undefined"!=typeof document,ky=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===Dy&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},Ly=function(e,t,n){var o,r,a,i;if(ky(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),Dy||void 0===i||(r+=i),a=a.next}while(void 0!==a);if(!Dy&&0!==r.length)return r}},zy={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},Fy=/[A-Z]|^ms/g,Hy=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Wy=function(e){return 45===e.charCodeAt(1)},Xy=function(e){return null!=e&&"boolean"!=typeof e},jy=ia(function(e){return Wy(e)?e:e.replace(Fy,"-$&").toLowerCase()}),Zy=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Hy,function(e,t,n){return Yy={name:t,styles:n,next:Yy},t})}return 1===zy[e]||Wy(e)||"number"!=typeof t||0===t?t:t+"px"},qy=/label:\s*([^\s;{]+)\s*(;|$)/g,Jy="undefined"!=typeof document,Uy=function(e){return e()},Qy=!!cS.useInsertionEffect&&cS.useInsertionEffect,Ky=Jy&&Qy||Uy,$y="undefined"!=typeof document,(eI=cS.createContext("undefined"!=typeof HTMLElement?Gy({key:"css"}):null)).Provider,tI=function(e){return pS(function(t,n){var o=bS(eI);return e(t,o,n)})},$y||(tI=function(e){return function(t){var n=bS(eI);return null===n?(n=Gy({key:"css"}),cS.createElement(eI.Provider,{value:n},e(t,n))):e(t,n)}}),nI=cS.createContext({}),oI={}.hasOwnProperty,rI="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",aI=function(e,t){var n,o={};for(n in t)oI.call(t,n)&&(o[n]=t[n]);return o[rI]=e,o},iI=function(e){var t,n,o,r,a=e.cache,i=e.serialized,l=e.isStringTag;if(ky(a,i,l),t=Ky(function(){return Ly(a,i,l)}),!$y&&void 0!==t){for(o=i.name,r=i.next;void 0!==r;)o+=" "+r.name,r=r.next;return cS.createElement("style",((n={})["data-emotion"]=a.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=a.sheet.nonce,n))}return null},lI=tI(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[rI],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=ca(r,void 0,cS.useContext(nI)),a+=t.key+"-"+i.name,l={},e)oI.call(e,s)&&"css"!==s&&s!==rI&&(l[s]=e[s]);return l.className=a,n&&(l.ref=n),cS.createElement(cS.Fragment,null,cS.createElement(iI,{cache:t,serialized:i,isStringTag:"string"==typeof o}),cS.createElement(o,l))}),sI=lI,cI=function(e,t){var n,o,r,a=arguments;if(null==t||!oI.call(t,"css"))return cS.createElement.apply(void 0,a);for(n=a.length,(o=new Array(n))[0]=sI,o[1]=aI(e,t),r=2;r<n;r++)o[r]=a[r];return cS.createElement.apply(null,o)},fP=cI||(cI={}),gP||(gP=fP.JSX||(fP.JSX={})),uI="undefined"!=typeof document,dI=uI?vS:function(){},pI=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],mI=function(){},fI=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===pr(e)&&null!==e?[e]:[];var t},gI=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,hr({},yr(e,pI))},hI=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)}},vI=!1,bI={get passive(){return vI=!0}},(wI="undefined"!=typeof window?window:{}).addEventListener&&wI.removeEventListener&&(wI.addEventListener("p",mI,bI),wI.removeEventListener("p",mI,!1)),yI=vI,II=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=wr(e,1)[0];return!n.includes(t)}),r.reduce(function(e,t){var n=wr(t,2),o=n[0],r=n[1];return e[o]=r,e},{})},CI=["children","innerProps"],xI=["children","innerProps"],AI=function(e){return"auto"===e?"bottom":e},EI=function(e,t){var n,o=e.placement,r=e.theme,a=r.borderRadius,i=r.spacing,l=r.colors;return hr((fr(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),fr(n,"position","absolute"),fr(n,"width","100%"),fr(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})},_I=yS(null),OI=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=bS(_I)||{},c=s.setPortalPlacement,u=fS(null),d=dS(o),p=wr(d,2),m=p[0],f=p[1],g=dS(null),h=wr(g,2),v=h[0],b=h[1],w=l.spacing.controlHeight;return dI(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:hr(hr({},e),{},{placement:v||AI(r),maxHeight:m})})},SI=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return cI("div",Ir({},hI(e,"menu",{menu:!0}),{ref:n},o),t)},RI=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return hr({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},MI=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,r=e.isMulti;return cI("div",Ir({},hI(e,"menuList",{"menu-list":!0,"menu-list--is-multi":r}),{ref:o},n),t)},PI=function(e,t){var n=e.theme,o=n.spacing.baseUnit,r=n.colors;return hr({textAlign:"center"},t?{}:{color:r.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},NI=PI,BI=PI,TI=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,r=yr(e,CI);return cI("div",Ir({},hI(hr(hr({},r),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},VI=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,r=yr(e,xI);return cI("div",Ir({},hI(hr(hr({},r),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},GI=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}},DI=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=fS(null),d=fS(null),p=dS(AI(s)),m=wr(p,2),f=m[0],g=m[1],h=wS(function(){return{setPortalPlacement:g}},[]),v=dS(null),b=wr(v,2),w=b[0],y=b[1],I=gS(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 dI(function(){I()},[I]),t=gS(function(){"function"==typeof d.current&&(d.current(),d.current=null),i&&u.current&&(d.current=$o(i,u.current,I,{elementResize:"ResizeObserver"in window}))},[i,I]),dI(function(){t()},[t]),n=gS(function(e){u.current=e,t()},[t]),!r&&"fixed"!==c||!w?null:(o=cI("div",Ir({ref:n},hI(hr(hr({},e),{},{offset:w.offset,position:c,rect:w.rect}),"menuPortal",{"menu-portal":!0}),l),a),cI(_I.Provider,{value:h},r?MS(o,r):o))},kI=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},LI=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,r=e.isRtl;return cI("div",Ir({},hI(e,"container",{"--is-disabled":o,"--is-rtl":r}),n),t)},zI=function(e,t){var n=e.theme.spacing,o=e.isMulti,r=e.hasValue,a=e.selectProps.controlShouldRenderValue;return hr({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")})},FI=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,r=e.hasValue;return cI("div",Ir({},hI(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":r}),n),t)},HI=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},WI=function(e){var t=e.children,n=e.innerProps;return cI("div",Ir({},hI(e,"indicatorsContainer",{indicators:!0}),n),t)},jI=["size"],ZI=["innerProps","isRtl","size"],qI="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)."}},YI=function(e){var t=e.size,n=yr(e,jI);return cI("svg",Ir({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:qI},n))},JI=function(e){return cI(YI,Ir({size:20},e),cI("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"}))},UI=function(e){return cI(YI,Ir({size:20},e),cI("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"}))},QI=function(e,t){var n=e.isFocused,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return hr({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?a.neutral60:a.neutral20,padding:2*r,":hover":{color:n?a.neutral80:a.neutral40}})},KI=QI,$I=function(e){var t=e.children,n=e.innerProps;return cI("div",Ir({},hI(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||cI(UI,null))},eC=QI,tC=function(e){var t=e.children,n=e.innerProps;return cI("div",Ir({},hI(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||cI(JI,null))},nC=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing.baseUnit,a=o.colors;return hr({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?a.neutral10:a.neutral20,marginBottom:2*r,marginTop:2*r})},oC=function(e){var t=e.innerProps;return cI("span",Ir({},t,hI(e,"indicatorSeparator",{"indicator-separator":!0})))},rC=function(){var e=ua.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_"}}}(XI||(hP=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],vP||(vP=hP.slice(0)),XI=Object.freeze(Object.defineProperties(hP,{raw:{value:Object.freeze(vP)}})))),aC=function(e,t){var n=e.isFocused,o=e.size,r=e.theme,a=r.colors,i=r.spacing.baseUnit;return hr({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})},iC=function(e){var t=e.delay,n=e.offset;return cI("span",{css:ua({animation:"".concat(rC," 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= */")})},lC=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,r=void 0===o?4:o,a=yr(e,ZI);return cI("div",Ir({},hI(hr(hr({},a),{},{innerProps:t,isRtl:n,size:r}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),cI(iC,{delay:0,offset:n}),cI(iC,{delay:160,offset:!0}),cI(iC,{delay:320,offset:!n}))},sC=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.theme,a=r.colors,i=r.borderRadius;return hr({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}})},cC=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,r=e.innerRef,a=e.innerProps,i=e.menuIsOpen;return cI("div",Ir({ref:r},hI(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":i}),a,{"aria-disabled":n||void 0}),t)},uC=["data"],dC=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},pC=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 cI("div",Ir({},hI(e,"group",{group:!0}),l),cI(a,Ir({},i,{selectProps:u,theme:c,getStyles:o,getClassNames:r,cx:n}),s),cI("div",null,t))},mC=function(e,t){var n=e.theme,o=n.colors,r=n.spacing;return hr({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"})},fC=function(e){var t,n=gI(e);return n.data,t=yr(n,uC),cI("div",Ir({},hI(e,"groupHeading",{"group-heading":!0}),t))},gC=pC,hC=["innerRef","isDisabled","isHidden","inputClassName"],vC=function(e,t){var n=e.isDisabled,o=e.value,r=e.theme,a=r.spacing,i=r.colors;return hr(hr({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},wC),t?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:i.neutral80})},wC={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":hr({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},bC={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},yC=function(e){return hr({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},bC)},IC=function(e){var t=e.cx,n=e.value,o=gI(e),r=o.innerRef,a=o.isDisabled,i=o.isHidden,l=o.inputClassName,s=yr(o,hC);return cI("div",Ir({},hI(e,"input",{"input-container":!0}),{"data-value":n||""}),cI("input",Ir({className:t({input:!0},l),ref:r,style:yC(i),disabled:a},s)))},CC=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors;return hr({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:a.neutral10,borderRadius:r/2,margin:o.baseUnit/2})},xC=function(e,t){var n=e.theme,o=n.borderRadius,r=n.colors,a=e.cropWithEllipsis;return hr({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})},AC=function(e,t){var n=e.theme,o=n.spacing,r=n.borderRadius,a=n.colors,i=e.isFocused;return hr({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}})},_C=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 cI(s,{data:o,innerProps:hr(hr({},hI(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":a})),r),selectProps:l},cI(c,{data:o,innerProps:hr({},hI(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),cI(u,{data:o,innerProps:hr(hr({},hI(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},i),selectProps:l}))},OC=function(e,t){var n=e.isDisabled,o=e.isFocused,r=e.isSelected,a=e.theme,i=a.spacing,l=a.colors;return hr({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}})},SC=function(e,t){var n=e.theme,o=n.spacing,r=n.colors;return hr({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:r.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},RC=function(e,t){var n=e.isDisabled,o=e.theme,r=o.spacing,a=o.colors;return hr({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})},MC={ClearIndicator:tC,Control:cC,DropdownIndicator:$I,DownChevron:UI,CrossIcon:JI,Group:gC,GroupHeading:fC,IndicatorsContainer:WI,IndicatorSeparator:oC,Input:IC,LoadingIndicator:lC,Menu:SI,MenuList:MI,MenuPortal:DI,LoadingMessage:VI,NoOptionsMessage:TI,MultiValue:_C,MultiValueContainer:EC=function(e){var t=e.children,n=e.innerProps;return cI("div",n,t)},MultiValueLabel:EC,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return cI("div",Ir({role:"button"},n),t||cI(JI,{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 cI("div",Ir({},hI(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 cI("div",Ir({},hI(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:LI,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return cI("div",Ir({},hI(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:FI},PC=function(e){return hr(hr({},MC),e.components)},NC=Number.isNaN||function(e){return"number"==typeof e&&e!=e},BC="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)."}},TC=function(e){return cI("span",Ir({css:BC},e))},VC={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:"",".")}},GC=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=wS(function(){return hr(hr({},VC),u||{})},[u]),A=wS(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=hr({isDisabled:l&&f(l,i),label:s,labels:u},t),m=x.onChange(p)),m},[t,x,f,i,d]),E=wS(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]),_=wS(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=wS(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=cI(CS,null,cI("span",{id:"aria-selection"},A),cI("span",{id:"aria-focused"},E),cI("span",{id:"aria-results"},_),cI("span",{id:"aria-guidance"},S));return cI(CS,null,cI(TC,{id:s},O&&R),cI(TC,{"aria-live":C,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!O&&R))},DC=GC,kC=[{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źẑżžẓẕƶȥɀⱬꝣ"}],LC=new RegExp("["+kC.map(function(e){return e.letters}).join("")+"]","g"),zC={},FC=0;FC<kC.length;FC++)for(HC=kC[FC],WC=0;WC<HC.letters.length;WC++)zC[HC.letters[WC]]=HC.base;XC=function(e){return e.replace(LC,function(e){return zC[e]})},jC=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=xa);var o=null;return n.clear=function(){o=null},n}(XC),ZC=function(e){return e.replace(/^\s+|\s+$/g,"")},qC=function(e){return"".concat(e.label," ").concat(e.value)},YC=function(e){return function(t,n){var o,r,a,i,l,s,c,u;return!!t.data.__isNew__||(r=(o=hr({ignoreCase:!0,ignoreAccents:!0,stringify:qC,trim:!0,matchFrom:"any"},e)).ignoreCase,a=o.ignoreAccents,i=o.stringify,l=o.trim,s=o.matchFrom,c=l?ZC(n):n,u=l?ZC(i(t)):i(t),r&&(c=c.toLowerCase(),u=u.toLowerCase()),a&&(c=jC(c),u=XC(u)),"start"===s?u.substr(0,c.length)===c:u.indexOf(c)>-1)}},JC=["innerRef"],UC=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},QC=["boxSizing","height","overflow","paddingRight","position"],KC={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},$C=!("undefined"==typeof window||!window.document||!window.document.createElement),ex=0,tx={capture:!1,passive:!1},nx=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},ox="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)."}},rx="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)."}},ax=function(e){var t=e.name,n=e.onFocus;return cI("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:rx,value:"",onChange:function(){}})},ix=ax,lx=function(e){return e.label},sx=function(e){return e.label},cx=function(e){return e.value},ux=function(e){return!!e.isDisabled},dx={clearIndicator:eC,container:kI,control:sC,dropdownIndicator:KI,group:dC,groupHeading:mC,indicatorsContainer:HI,indicatorSeparator:nC,input:vC,loadingIndicator:aC,loadingMessage:BI,menu:EI,menuList:RI,menuPortal:GI,multiValue:CC,multiValueLabel:xC,multiValueRemove:AC,noOptionsMessage:NI,option:OC,placeholder:SC,singleValue:RC,valueContainer:zI},mx={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:px=4,controlHeight:38,menuGutter:2*px}},fx={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:ba(),captureMenuScroll:!ba(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:YC(),formatGroupLabel:lx,getOptionLabel:sx,getOptionValue:cx,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:ux,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(hP){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},gx=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},hx=function(e,t){return e.getOptionLabel(t)},vx=function(e,t){return e.getOptionValue(t)},bx=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},wx=1,yx=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(Or(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=ya(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(ya(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=ya(e,r,r[0]||null);n&&o.onChange(a,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return gx(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return Ga(Ta(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 pa.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return hx(o.props,e)},o.getOptionValue=function(e){return vx(o.props,e)},o.getStyles=function(e,t){var n,r=o.props.unstyled,a=dx[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 PC(o.props)},o.buildCategorizedOptions=function(){return Ta(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return Va(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:hr({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&&ma(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 bx(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||++wx),o.state.selectValue=fI(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=gx(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&&xr(e,t)}(e,IS);var t=function(e){var t=Er();return function(){var n,o,r=Ar(e);return t?(o=Ar(this).constructor,n=Reflect.construct(r,arguments,o)):n=r.apply(this,arguments),_r(this,n)}}(e);return function(e,t,n){t&&Cr(e.prototype,t),n&&Cr(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&&va(this.menuListRef,this.focusedOptionRef),(Pa()||Na())&&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&&(va(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(mx):hr(hr({},mx),this.props.theme):mx}},{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 ka(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return La(this.props,e,t)}},{key:"filterOption",value:function(e,t){return za(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=hr(hr(hr({"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?cS.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)):cS.createElement(Aa,Ir({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:mI,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 cS.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],cS.createElement(l,Ir({},c,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):f?null:cS.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"},cS.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"},cS.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,cS.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"},cS.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,E=b.menuIsOpen,_=b.menuPlacement,O=b.menuPosition,S=b.menuPortalTarget,R=b.menuShouldBlockScroll,M=b.menuShouldScrollIntoView,P=b.noOptionsMessage,N=b.onMenuScrollToTop,B=b.onMenuScrollToBottom;if(!E)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 cS.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"),cS.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=cS.createElement(m,h,n)}else{if(null===(o=P({inputValue:y})))return null;t=cS.createElement(f,h,o)}return r={minMenuHeight:x,maxMenuHeight:A,menuPlacement:_,menuPosition:O,menuShouldScrollIntoView:M},a=cS.createElement(OI,Ir({},h,r),function(e){var n=e.ref,o=e.placerProps,a=o.placement,l=o.maxHeight;return cS.createElement(u,Ir({},h,r,{innerRef:n,innerProps:{onMouseDown:i.onMenuMouseDown,onMouseMove:i.onMenuMouseMove},isLoading:I,placement:a}),cS.createElement(Ra,{captureEnabled:w,onTopArrive:N,onBottomArrive:B,lockEnabled:R},function(e){return cS.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?cS.createElement(p,Ir({},h,{appendTo:S,controlElement:this.controlRef,menuPlacement:_,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),cS.createElement("input",{name:s,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return cS.createElement("input",{key:"i-".concat(t),name:s,type:"hidden",value:o.getOptionValue(e)})}):cS.createElement("input",{name:s,type:"hidden",value:""}),cS.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",cS.createElement("input",{name:s,type:"hidden",value:n})):void 0:cS.createElement(ix,{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 cS.createElement(DC,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 cS.createElement(o,Ir({},d,{className:i,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:s,isFocused:u}),this.renderLiveRegion(),cS.createElement(t,Ir({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:s,isFocused:u,menuIsOpen:c}),cS.createElement(r,Ir({},d,{isDisabled:s}),this.renderPlaceholderOrValue(),this.renderInput()),cS.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=fI(v),C={};return!c||v===c.value&&h===c.options&&b===c.menuIsOpen&&w===c.inputValue||(n=b?function(e,t){return Va(Ta(e,t))}(e,I):[],o=b?Ga(Ta(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:gx(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:ya(y,I,I[0]||null),options:I,action:"initial-input-focus"},s=!f),"initial-input-focus"===(null==p?void 0:p.action)&&(l=null),hr(hr(hr({},C),i),{},{prevProps:e,ariaSelection:l,prevWasFocused:s})}}]),e}(),yx.defaultProps=fx,Ix=pS(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=yr(e,ay),g=wr(dS(void 0!==l?l:n),2),h=g[0],v=g[1],b=wr(dS(void 0!==s?s:r),2),w=b[0],y=b[1],I=wr(dS(void 0!==m?m:i),2),C=I[0],x=I[1],A=gS(function(e,t){"function"==typeof c&&c(e,t),x(e)},[c]),E=gS(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),v(void 0!==n?n:e)},[u]),_=gS(function(){"function"==typeof p&&p(),y(!0)},[p]),O=gS(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 hr(hr({},f),{},{inputValue:S,menuIsOpen:R,onChange:A,onInputChange:E,onMenuClose:O,onMenuOpen:_,value:M})}(e);return cS.createElement(yx,Ir({ref:t},n))}),Cx=Ix,xx="MultiSelect-modules_menuPortal__ul6k7",Ax="MultiSelect-modules_container__Mn9VS",Ex="MultiSelect-modules_menu__W5T89",_x="MultiSelect-modules_menuList__xbYKy",Ox="MultiSelect-modules_option__K81Xh",Sx="MultiSelect-modules_optionFocused__wx-Me",Rx="MultiSelect-modules_optionDisabled__5vZh1",Mx="MultiSelect-modules_optionSelected__WQUPs",Px="MultiSelect-modules_input__HhsgF",Nx="MultiSelect-modules_control__8x7-K",Bx="MultiSelect-modules_controlIsFocused__82GDX",Tx="MultiSelect-modules_isDisabled__OstVw",Vx="MultiSelect-modules_placeholder__DbrLc",Gx="MultiSelect-modules_selectedValueWithIcon__N4AIn",Dx="MultiSelect-modules_selectedValueIcon__ziEbV",kx="MultiSelect-modules_multiValue__PO-ik",Lx="MultiSelect-modules_indicator__tnLxc",zx="MultiSelect-modules_indicatorIsDisabled__e6zXU",Fx="MultiSelect-modules_controlIsOpened__x9-TZ",Hx="MultiSelect-modules_multiValueIsDisabled__nPxAv",Wx="MultiSelect-modules_multiValueLabel__kDgH6",Xx="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",jx="MultiSelect-modules_multiValueRemove__c6VU-",Zx="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",qx="MultiSelect-modules_valueContainer__KLcgg",Yx="MultiSelect-modules_singleValue__7-x1w",Jx="MultiSelect-modules_noOptionMessage__1T9-0",Ux="MultiSelect-modules_errorMessage__crhXM",Qx="MultiSelect-modules_wrapper__NZzex",Kx="MultiSelect-modules_wrapperWithIcon__vnTpG",$x="MultiSelect-modules_isMulti__xVDUR",eA="MultiSelect-modules_label__q8Ey7",tA="MultiSelect-modules_optional__3QTxE",nA="MultiSelect-modules_indicatorsContainer__wR6F-",oA="MultiSelect-modules_selectedValueText__wWMvy";const bP=e=>uS.createElement(MC.IndicatorsContainer,{...e,className:hi("demio-ui-multiselect-indicators-container",nA)},e.children),wP=e=>uS.createElement(MC.DropdownIndicator,{...e,className:hi("demio-ui-multiselect-indicator",Lx,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[zx]:e.isDisabled})},uS.createElement(Xc,{className:hi("demio-ui-multiselect-indicator-icon")})),yP=e=>uS.createElement(MC.MultiValueRemove,{...e},uS.createElement($s,{className:hi("demio-ui-multiselect-multi-value-remove-icon")})),IP=()=>uS.createElement("p",{className:hi("demio-ui-multiselect-empty-options",Jx)},"No results found."),CP=mS(pS((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]=dS("");return hS(()=>{f(p)},[p]),uS.createElement("div",{className:hi("demio-ui-multiselect-wrapper",Qx,{[Kx]:!!d,[$x]:i})},uS.createElement(Cx,{...e,className:hi("demio-ui-multiselect",Ax,n),classNamePrefix:o,classNames:{control:e=>hi("demio-ui-multiselect-control",Nx,{"demio-ui-multiselect-control-focused":e.isFocused,[Bx]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[Fx]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[Tx]:e.isDisabled}),input:e=>hi("demio-ui-multiselect-input",Px,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>hi("demio-ui-multiselect-menu",Ex),menuList:()=>hi("demio-ui-multiselect-menu-list",_x),menuPortal:()=>hi("demio-ui-multiselect-menu-portal",xx),multiValue:e=>hi("demio-ui-multiselect-multi-value",kx,{"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,[Hx]:e.isDisabled}),multiValueLabel:e=>hi("demio-ui-multiselect-multi-value-label",Wx,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[Xx]:e.isDisabled}),multiValueRemove:e=>hi("demio-ui-multiselect-multi-value-remove",jx,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[Zx]:e.isDisabled}),option:e=>hi("demio-ui-multiselect-option",Ox,{"demio-ui-multiselect-option-selected":e.isSelected,[Mx]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[Sx]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[Rx]:e.isDisabled}),placeholder:e=>hi("demio-ui-multiselect-placeholder",Vx,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>hi("demio-ui-multiselect-single-value",Yx),valueContainer:()=>hi("demio-ui-multiselect-value-container",qx)},components:{IndicatorSeparator:null,IndicatorsContainer:bP,DropdownIndicator:wP,MultiValueRemove:yP,NoOptionsMessage:IP,SingleValue:e=>uS.createElement(MC.SingleValue,{...e},d&&uS.createElement("span",{className:hi("demio-ui-multiselect-selected-value-with-icon",Gx)},uS.createElement("span",{className:hi("demio-ui-multiselect-selected-value-icon",Dx)},d)),uS.createElement("span",{className:hi("demio-ui-multiselect-selected-value-text",oA)},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&&uS.createElement("div",{className:hi("demio-ui-multiselect-label",eA)},s),l&&uS.createElement("div",{className:hi("demio-ui-multiselect-optional",tA)},"Optional"),!!r&&uS.createElement(Bn,{className:hi("demio-ui-multiselect-error",Ux,a),type:"error"},r))}));rA="Pagination-modules_container__KyJ0Q",aA="Pagination-modules_button__wRk2o",iA="Pagination-modules_selected__ZgeXX",lA="Pagination-modules_rotated__k03AZ",sA="Pagination-modules_disabled__NU2ZU";const xP=mS(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:r,pageSize:a=10,total:i}=e,[l,s]=dS(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=gS(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 hS(()=>{s(v(n))},[n,v]),p&&uS.createElement("div",{"aria-label":"Pagination Navigation",className:hi("demio-ui-pagination",rA,t,{"demio-ui-pagination-disabled":o,[sA]:o}),role:"navigation"},uS.createElement(US,{"aria-label":"Go to first page",className:hi("demio-ui-pagination-first",aA),disabled:u,onClick:()=>b(1)},uS.createElement(Qc,null)),uS.createElement(US,{"aria-label":"Go to previous page",className:hi("demio-ui-pagination-previous",aA),disabled:u,onClick:()=>b(m)},uS.createElement($c,null)),d&&f>=1&&uS.createElement(US,{"aria-label":`Go to page ${f}`,className:hi("demio-ui-pagination-previous-previous",aA),onClick:()=>b(f)},f),!u&&uS.createElement(US,{"aria-label":`Go to page ${m}`,className:hi("demio-ui-pagination-previous-page",aA),onClick:()=>b(m)},m),uS.createElement(US,{"aria-label":`Selected page ${l}`,className:hi("demio-ui-pagination-selected",aA,iA),onClick:()=>b(l)},l),!d&&uS.createElement(US,{"aria-label":`Go to page ${g}`,className:hi("demio-ui-pagination-next-page",aA),onClick:()=>b(g)},g),u&&h<=c&&uS.createElement(US,{"aria-label":`Go to page ${h}`,className:hi("demio-ui-pagination-next-next",aA),onClick:()=>b(h)},h),uS.createElement(US,{"aria-label":"Go to next page",className:hi("demio-ui-pagination-next",aA,lA),disabled:d,onClick:()=>b(g)},uS.createElement($c,null)),uS.createElement(US,{"aria-label":"Go to last page",className:hi("demio-ui-pagination-last",aA,lA),disabled:d,onClick:()=>b(c)},uS.createElement(Qc,null)))});cA="Popover";var[AP]=o(cA,[IM]);uA=IM();var[EP,_P]=AP(cA);(dA=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:r,onOpenChange:a,modal:i=!1}=e,l=uA(t),s=cS.useRef(null),[d,p]=cS.useState(!1),[m,f]=u({prop:o,defaultProp:r??!1,onChange:a,caller:cA});return ES(Tv,{...l,children:ES(EP,{scope:t,contentId:c(),triggerRef:s,open:m,onOpenChange:f,onOpenToggle:cS.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:d,onCustomAnchorAdd:cS.useCallback(()=>p(!0),[]),onCustomAnchorRemove:cS.useCallback(()=>p(!1),[]),modal:i,children:n})})}).displayName=cA,pA="PopoverAnchor",cS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=_P(pA,n),a=uA(n),{onCustomAnchorAdd:i,onCustomAnchorRemove:l}=r;return cS.useEffect(()=>(i(),()=>l()),[i,l]),ES(Vv,{...a,...o,ref:t})}).displayName=pA,mA="PopoverTrigger",(fA=cS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=_P(mA,n),a=uA(n),i=l(t,r.triggerRef),c=ES(Ci.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":Fa(r.open),...o,ref:i,onClick:s(e.onClick,r.onOpenToggle)});return r.hasCustomAnchor?c:ES(Vv,{asChild:!0,...a,children:c})})).displayName=mA,gA="PopoverPortal";var[OP,SP]=AP(gA,{forceMount:void 0});(hA=e=>{const{__scopePopover:t,forceMount:n,children:o,container:r}=e,a=_P(gA,t);return ES(OP,{scope:t,forceMount:n,children:ES(zi,{present:n||a.open,children:ES(Li,{asChild:!0,container:r,children:o})})})}).displayName=gA,vA="PopoverContent",(bA=cS.forwardRef((e,t)=>{const n=SP(vA,e.__scopePopover),{forceMount:o=n.forceMount,...r}=e,a=_P(vA,e.__scopePopover);return ES(zi,{present:o||a.open,children:a.modal?ES(yA,{...r,ref:t}):ES(IA,{...r,ref:t})})})).displayName=vA,wA=d("PopoverContent.RemoveScroll"),yA=cS.forwardRef((e,t)=>{const n=_P(vA,e.__scopePopover),o=cS.useRef(null),r=l(t,o),a=cS.useRef(!1);return cS.useEffect(()=>{const e=o.current;if(e)return jl(e)},[]),ES(Gl,{as:wA,allowPinchZoom:!0,children:ES(CA,{...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})})})}),IA=cS.forwardRef((e,t)=>{const n=_P(vA,e.__scopePopover),o=cS.useRef(!1),r=cS.useRef(!1);return ES(CA,{...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()}})}),CA=cS.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=_P(vA,n),m=uA(n);return _(),ES(Gi,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:r,onUnmountAutoFocus:a,children:ES(Ri,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:ES(Gv,{"data-state":Fa(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)"}})})})}),xA="PopoverClose",cS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=_P(xA,n);return ES(Ci.button,{type:"button",...o,ref:t,onClick:s(e.onClick,()=>r.onOpenChange(!1))})}).displayName=xA,AA="PopoverArrow",(EA=cS.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,r=uA(n);return ES(Dv,{...r,...o,ref:t})})).displayName=AA,_A=dA,OA=fA,SA=hA,RA=bA,MA=EA,PA="Popover-modules_popoverContent__EQXkn",NA="Popover-modules_popoverTrigger__vCIUa",BA="Popover-modules_arrow__x1Xqe";const RP=({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?uS.createElement(_A,{open:i,onOpenChange:e=>{l&&"function"==typeof l&&l(e)}},uS.createElement(OA,{asChild:c,className:hi("demio-ui-popover-trigger",{[NA]:!0,[o]:!!o})},e),uS.createElement(SA,{container:r},uS.createElement(RA,{...a,className:hi("demio-ui-popover-content",PA,{[n]:!!n})},s&&uS.createElement(MA,{className:BA}),t))):e;TA=Symbol.for("react.lazy"),VA=cS[" use ".trim().toString()],GA=Symbol("radix.slottable"),DA=["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=Xa(e),n=cS.forwardRef((e,n)=>{let{children:o,...r}=e;Wa(o)&&"function"==typeof VA&&(o=VA(o._payload));const a=cS.Children.toArray(o),i=a.find(ja);if(i){const e=i.props.children,o=a.map(t=>t===i?cS.Children.count(e)>1?cS.Children.only(null):cS.isValidElement(e)?e.props.children:null:t);return ES(t,{...r,ref:n,children:cS.isValidElement(e)?cS.cloneElement(e,void 0,o):null})}return ES(t,{...r,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=cS.forwardRef((e,o)=>{const{asChild:r,...a}=e,i=r?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),ES(i,{...a,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),kA="Progress",LA=100;var[MP]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>cS.createContext(e));return function(n){const o=n?.[e]||t;return cS.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const r=cS.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=cS.useMemo(()=>i,Object.values(i));return ES(l.Provider,{value:s,children:o})};return i.displayName=t+"Provider",[i,function(n,i){const l=i?.[e]?.[a]||r,s=cS.useContext(l);if(s)return s;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},Ha(o,...t)]}(kA),[PP,NP]=MP(kA);zA=cS.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:r,getValueLabel:a=Za,...i}=e;!r&&0!==r||Ja(r)||console.error(`Invalid prop \`max\` of value \`${`${r}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${LA}\`.`);const l=Ja(r)?r:LA;null===o||Ua(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 ${LA} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const s=Ua(o,l)?o:null,c=Ya(s)?a(s,l):void 0;return ES(PP,{scope:n,value:s,max:l,children:ES(DA.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":Ya(s)?s:void 0,"aria-valuetext":c,role:"progressbar","data-state":qa(s,l),"data-value":s??void 0,"data-max":l,...i,ref:t})})}),zA.displayName=kA,FA="ProgressIndicator",(HA=cS.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,r=NP(FA,n);return ES(DA.div,{"data-state":qa(r.value,r.max),"data-value":r.value??void 0,"data-max":r.max,...o,ref:t})})).displayName=FA,WA=zA,XA=HA,jA="Progress-modules_root__E0rHH",ZA="Progress-modules_indicator__qpwRi",qA="Radio";var[BP,TP]=o(qA),[VP,GP]=BP(qA);YA=cS.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]=cS.useState(null),g=l(t,e=>f(e)),h=cS.useRef(!1),v=!m||(d||!!m.closest("form"));return OS(VP,{scope:n,checked:r,disabled:i,children:[ES(Ci.button,{type:"button",role:"radio","aria-checked":r,"data-state":Ka(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&&ES(KA,{control:m,bubbles:!h.current,name:o,value:c,checked:r,required:a,disabled:i,form:d,style:{transform:"translateX(-100%)"}})]})}),YA.displayName=qA,JA="RadioIndicator",(UA=cS.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...r}=e,a=GP(JA,n);return ES(zi,{present:o||a.checked,children:ES(Ci.span,{"data-state":Ka(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:t})})})).displayName=JA,QA="RadioBubbleInput",(KA=cS.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=cS.useRef(null),s=l(i,a),c=xn(n),u=An(t);return cS.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]),ES(Ci.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=QA,$A=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],eE="RadioGroup";var[DP]=o(eE,[MM,TP]);tE=MM(),nE=TP();var[kP,LP]=DP(eE);(oE=cS.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=tE(n),g=Un(c),[h,v]=u({prop:a,defaultProp:r??null,onChange:p,caller:eE});return ES(kP,{scope:n,name:o,required:i,disabled:l,value:h,onValueChange:v,children:ES(Zv,{asChild:!0,...f,orientation:s,dir:g,loop:d,children:ES(Ci.div,{role:"radiogroup","aria-required":i,"aria-orientation":s,"data-disabled":l?"":void 0,dir:g,...m,ref:t})})})})).displayName=eE,rE="RadioGroupItem",(aE=cS.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...r}=e,a=LP(rE,n),i=a.disabled||o,c=tE(n),u=nE(n),d=cS.useRef(null),p=l(t,d),m=a.value===r.value,f=cS.useRef(!1);return cS.useEffect(()=>{const e=e=>{$A.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)}},[]),ES(qv,{asChild:!0,...c,focusable:!i,active:m,children:ES(YA,{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=rE,iE="RadioGroupIndicator",(lE=cS.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,r=nE(n);return ES(UA,{...r,...o,ref:t})})).displayName=iE,sE=oE,cE=aE,uE=lE,dE={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--"},pE=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"}),mE="VisuallyHidden",(fE=cS.forwardRef((e,t)=>ES(Ci.span,{...e,ref:t,style:{...pE,...e.style}}))).displayName=mE,gE=fE,hE=[" ","Enter","ArrowUp","ArrowDown"],vE=[" ","Enter"],bE="Select";var[zP,FP,HP]=Qn(bE),[WP]=o(bE,[HP,IM]);wE=IM();var[XP,jP]=WP(bE),[ZP,qP]=WP(bE);yE=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=wE(t),[b,w]=cS.useState(null),[y,I]=cS.useState(null),[C,x]=cS.useState(!1),A=Un(d),[E,_]=u({prop:o,defaultProp:r??!1,onChange:a,caller:bE}),[O,S]=u({prop:i,defaultProp:l,onChange:s,caller:bE}),R=cS.useRef(null),M=!b||(h||!!b.closest("form")),[P,N]=cS.useState(new Set),B=Array.from(P).map(e=>e.props.value).join(";");return ES(Tv,{...v,children:OS(XP,{required:g,scope:t,trigger:b,onTriggerChange:w,valueNode:y,onValueNodeChange:I,valueNodeHasChildren:C,onValueNodeHasChildrenChange:x,contentId:c(),value:O,onValueChange:S,open:E,onOpenChange:_,dir:A,triggerPointerDownPosRef:R,disabled:f,children:[ES(zP.Provider,{scope:t,children:ES(ZP,{scope:e.__scopeSelect,onNativeOptionAdd:cS.useCallback(e=>{N(t=>new Set(t).add(e))},[]),onNativeOptionRemove:cS.useCallback(e=>{N(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),M?OS($E,{"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?ES("option",{value:""}):null,Array.from(P)]},B):null]})})},yE.displayName=bE,IE="SelectTrigger",(CE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...r}=e,a=wE(n),i=jP(IE,n),c=i.disabled||o,u=l(t,i.onTriggerChange),d=FP(n),p=cS.useRef("touch"),[m,f,g]=ti(e=>{const t=d().filter(e=>!e.disabled),n=t.find(e=>e.value===i.value),o=ni(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 ES(Vv,{asChild:!0,...a,children:ES(Ci.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":ei(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||hE.includes(e.key)&&(h(),e.preventDefault())})})})})).displayName=IE,xE="SelectValue",(AE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,children:a,placeholder:i="",...s}=e,c=jP(xE,n),{onValueNodeHasChildrenChange:u}=c,d=void 0!==a,p=l(t,c.onValueNodeChange);return vi(()=>{u(d)},[u,d]),ES(Ci.span,{...s,ref:p,style:{pointerEvents:"none"},children:ei(c.value)?ES(_S,{children:i}):a})})).displayName=xE,EE="SelectIcon",(_E=cS.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...r}=e;return ES(Ci.span,{"aria-hidden":!0,...r,ref:t,children:o||"▼"})})).displayName=EE,(OE=e=>ES(Li,{asChild:!0,...e})).displayName="SelectPortal",SE="SelectContent",(RE=cS.forwardRef((e,t)=>{const n=jP(SE,e.__scopeSelect),[o,r]=cS.useState();if(vi(()=>{r(new DocumentFragment)},[]),!n.open){const t=o;return t?SS.createPortal(ES(YP,{scope:e.__scopeSelect,children:ES(zP.Slot,{scope:e.__scopeSelect,children:ES("div",{children:e.children})})}),t):null}return ES(BE,{...e,ref:t})})).displayName=SE,ME=10;var[YP,JP]=WP(SE);PE="SelectContentImpl",NE=d("SelectContent.RemoveScroll"),BE=cS.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=jP(SE,n),[I,C]=cS.useState(null),[x,A]=cS.useState(null),E=l(t,e=>C(e)),[O,S]=cS.useState(null),[R,M]=cS.useState(null),P=FP(n),[N,B]=cS.useState(!1),T=cS.useRef(!1);cS.useEffect(()=>{if(I)return jl(I)},[I]),_();const V=cS.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]),G=cS.useCallback(()=>V([O,I]),[V,O,I]);cS.useEffect(()=>{N&&G()},[N,G]);const{onOpenChange:D,triggerPointerDownPosRef:k}=y;cS.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]),cS.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]=ti(e=>{const t=P().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=ni(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),F=cS.useCallback((e,t,n)=>{const o=!T.current&&!n;(void 0!==y.value&&y.value===t||o)&&(S(e),o&&(T.current=!0))},[y.value]),H=cS.useCallback(()=>I?.focus(),[I]),W=cS.useCallback((e,t,n)=>{const o=!T.current&&!n;(void 0!==y.value&&y.value===t||o)&&M(e)},[y.value]),X="popper"===o?DE:VE,j=X===DE?{side:c,sideOffset:u,align:d,alignOffset:p,arrowPadding:m,collisionBoundary:f,collisionPadding:g,sticky:h,hideWhenDetached:v,avoidCollisions:b}:{};return ES(YP,{scope:n,content:I,viewport:x,onViewportChange:A,itemRefCallback:F,selectedItem:O,onItemLeave:H,itemTextRefCallback:W,focusSelectedItem:G,selectedItemText:R,position:o,isPositioned:N,searchRef:L,children:ES(Gl,{as:NE,allowPinchZoom:!0,children:ES(Gi,{asChild:!0,trapped:y.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:s(r,e=>{y.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:ES(Ri,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>y.onOpenChange(!1),children:ES(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:E,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()}})})})})})})}),BE.displayName=PE,TE="SelectItemAlignedPosition",VE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...r}=e,a=jP(SE,n),i=JP(SE,n),[s,c]=cS.useState(null),[u,d]=cS.useState(null),p=l(t,e=>d(e)),m=FP(n),f=cS.useRef(!1),g=cS.useRef(!0),{viewport:h,selectedItem:v,selectedItemText:b,focusSelectedItem:w}=i,y=cS.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-ME,d=Jn(a,[ME,Math.max(ME,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-ME,d=Jn(a,[ME,Math.max(ME,u-c)]);s.style.minWidth=l+"px",s.style.right=d+"px"}const i=m(),l=window.innerHeight-2*ME,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=e.top+e.height/2-ME,_=l-E,O=v.offsetHeight/2,S=p+g+(v.offsetTop+O),R=y-S;if(S<=E){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(_,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(E,p+h.offsetTop+(e?x:0)+O)+R;s.style.height=t+"px",h.scrollTop=S-E+h.offsetTop}s.style.margin=`${ME}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]);vi(()=>y(),[y]);const[I,C]=cS.useState();vi(()=>{u&&C(window.getComputedStyle(u).zIndex)},[u]);const x=cS.useCallback(e=>{e&&!0===g.current&&(y(),w?.(),g.current=!1)},[y,w]);return ES(UP,{scope:n,contentWrapper:s,shouldExpandOnScrollRef:f,onScrollButtonChange:x,children:ES("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:I},children:ES(Ci.div,{...r,ref:p,style:{boxSizing:"border-box",maxHeight:"100%",...r.style}})})})}),VE.displayName=TE,GE="SelectPopperPosition",(DE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:r=ME,...a}=e,i=wE(n);return ES(Gv,{...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=GE;var[UP,QP]=WP(SE,{});kE="SelectViewport",(LE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...r}=e,a=JP(kE,n),i=QP(kE,n),c=l(t,a.onViewportChange),u=cS.useRef(0);return OS(_S,{children:[ES("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}),ES(zP.Slot,{scope:n,children:ES(Ci.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*ME,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=kE,zE="SelectGroup";var[KP,$P]=WP(zE);cS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=c();return ES(KP,{scope:n,id:r,children:ES(Ci.div,{role:"group","aria-labelledby":r,...o,ref:t})})}).displayName=zE,FE="SelectLabel",cS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=$P(FE,n);return ES(Ci.div,{id:r.id,...o,ref:t})}).displayName=FE,HE="SelectItem";var[eN,tN]=WP(HE);WE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:r=!1,textValue:a,...i}=e,u=jP(HE,n),d=JP(HE,n),p=u.value===o,[m,f]=cS.useState(a??""),[g,h]=cS.useState(!1),v=l(t,e=>d.itemRefCallback?.(e,o,r)),b=c(),w=cS.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 ES(eN,{scope:n,value:o,disabled:r,textId:b,isSelected:p,onItemTextChange:cS.useCallback(e=>{f(t=>t||(e?.textContent??"").trim())},[]),children:ES(zP.ItemSlot,{scope:n,value:o,disabled:r,textValue:m,children:ES(Ci.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||(vE.includes(e.key)&&y()," "===e.key&&e.preventDefault())})})})})}),WE.displayName=HE,XE="SelectItemText",jE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:r,...a}=e,i=jP(XE,n),s=JP(XE,n),c=tN(XE,n),u=qP(XE,n),[d,p]=cS.useState(null),m=l(t,e=>p(e),c.onItemTextChange,e=>s.itemTextRefCallback?.(e,c.value,c.disabled)),f=d?.textContent,g=cS.useMemo(()=>ES("option",{value:c.value,disabled:c.disabled,children:f},c.value),[c.disabled,c.value,f]),{onNativeOptionAdd:h,onNativeOptionRemove:v}=u;return vi(()=>(h(g),()=>v(g)),[h,v,g]),OS(_S,{children:[ES(Ci.span,{id:c.textId,...a,ref:m}),c.isSelected&&i.valueNode&&!i.valueNodeHasChildren?SS.createPortal(a.children,i.valueNode):null]})}),jE.displayName=XE,ZE="SelectItemIndicator",cS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return tN(ZE,n).isSelected?ES(Ci.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=ZE,qE="SelectScrollUpButton",cS.forwardRef((e,t)=>{const n=JP(qE,e.__scopeSelect),o=QP(qE,e.__scopeSelect),[r,a]=cS.useState(!1),i=l(t,o.onScrollButtonChange);return vi(()=>{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?ES(JE,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=qE,YE="SelectScrollDownButton",cS.forwardRef((e,t)=>{const n=JP(YE,e.__scopeSelect),o=QP(YE,e.__scopeSelect),[r,a]=cS.useState(!1),i=l(t,o.onScrollButtonChange);return vi(()=>{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?ES(JE,{...e,ref:i,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=YE,JE=cS.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...r}=e,a=JP("SelectScrollButton",n),i=cS.useRef(null),l=FP(n),c=cS.useCallback(()=>{null!==i.current&&(window.clearInterval(i.current),i.current=null)},[]);return cS.useEffect(()=>()=>c(),[c]),vi(()=>{const e=l().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[l]),ES(Ci.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()})})}),UE="SelectSeparator",cS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return ES(Ci.div,{"aria-hidden":!0,...o,ref:t})}).displayName=UE,QE="SelectArrow",cS.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,r=wE(n),a=jP(QE,n),i=JP(QE,n);return a.open&&"popper"===i.position?ES(Dv,{...r,...o,ref:t}):null}).displayName=QE,KE="SelectBubbleInput",($E=cS.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const r=cS.useRef(null),a=l(o,r),i=xn(t);return cS.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]),ES(Ci.select,{...n,style:{...pE,...n.style},ref:a,defaultValue:t})})).displayName=KE,e_=yE,t_=CE,n_=AE,o_=_E,r_=OE,a_=RE,i_=LE,l_=WE,s_=jE,c_="Select-modules_trigger__dS9Dx",u_="Select-modules_icon__sgRRc",d_="Select-modules_startIcon__kohMV",p_="Select-modules_value__h6Q4Z",m_="Select-modules_content__YuAqS",f_="Select-modules_item__cTAIm";const nN=uS.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)=>uS.createElement(e_,{value:a||void 0,disabled:r,...p},uS.createElement(t_,{id:i,ref:m,className:hi(c_,t,"demio-ui-select-trigger")},l&&uS.createElement("span",{className:hi(d_,"demio-ui-select-start-icon")},l),uS.createElement("span",{className:hi(p_,"demio-ui-select-value")},uS.createElement(n_,{placeholder:a||s})),uS.createElement(o_,{className:hi(u_,"demio-ui-select-icon")},uS.createElement(Xc,null))),uS.createElement(r_,{container:c},uS.createElement(a_,{position:o,className:hi("demio-ui-select-content",m_,u),...d,sideOffset:n},uS.createElement(i_,null,uS.createElement(i_,null,e)))))),oN=uS.forwardRef(({children:e,className:t,disabled:n=!1,...o},r)=>uS.createElement(l_,{...o,ref:r,className:hi(f_,"demio-ui-select-item",t),disabled:n},e)),rN=s_;g_="Switch";var[aN]=o(g_),[iN,lN]=aN(g_);h_=cS.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]=cS.useState(null),v=l(t,e=>h(e)),b=cS.useRef(!1),w=!g||(m||!!g.closest("form")),[y,I]=u({prop:r,defaultProp:a??!1,onChange:p,caller:g_});return OS(iN,{scope:n,checked:y,disabled:c,children:[ES(Ci.button,{type:"button",role:"switch","aria-checked":y,"aria-required":i,"data-state":oi(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&&ES(y_,{control:g,bubbles:!b.current,name:o,value:d,checked:y,required:i,disabled:c,form:m,style:{transform:"translateX(-100%)"}})]})}),h_.displayName=g_,v_="SwitchThumb",(b_=cS.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,r=lN(v_,n);return ES(Ci.span,{"data-state":oi(r.checked),"data-disabled":r.disabled?"":void 0,...o,ref:t})})).displayName=v_,w_="SwitchBubbleInput",(y_=cS.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...r},a)=>{const i=cS.useRef(null),s=l(i,a),c=xn(n),u=An(t);return cS.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]),ES("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=w_,I_=h_,C_=b_,x_="Switch-modules_root__V5S6a",A_="Switch-modules_thumb__PZ-lR",E_="Tabs";var[sN]=o(E_,[MM]);__=MM();var[cN,uN]=sN(E_);(O_=cS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:r,defaultValue:a,orientation:i="horizontal",dir:l,activationMode:s="automatic",...d}=e,p=Un(l),[m,f]=u({prop:o,onChange:r,defaultProp:a??"",caller:E_});return ES(cN,{scope:n,baseId:c(),value:m,onValueChange:f,orientation:i,dir:p,activationMode:s,children:ES(Ci.div,{dir:p,"data-orientation":i,...d,ref:t})})})).displayName=E_,S_="TabsList",(R_=cS.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...r}=e,a=uN(S_,n),i=__(n);return ES(Zv,{asChild:!0,...i,orientation:a.orientation,dir:a.dir,loop:o,children:ES(Ci.div,{role:"tablist","aria-orientation":a.orientation,...r,ref:t})})})).displayName=S_,M_="TabsTrigger",(P_=cS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:r=!1,...a}=e,i=uN(M_,n),l=__(n),c=ai(i.baseId,o),u=ii(i.baseId,o),d=o===i.value;return ES(qv,{asChild:!0,...l,focusable:!r,active:d,children:ES(Ci.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=M_,N_="TabsContent",(B_=cS.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:r,children:a,...i}=e,l=uN(N_,n),s=ai(l.baseId,o),c=ii(l.baseId,o),u=o===l.value,d=cS.useRef(u);return cS.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),ES(zi,{present:r||u,children:({present:n})=>ES(Ci.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=N_,T_=O_,V_=R_,G_=P_,D_=B_,k_="Tabs-modules_root__TvYE1",L_="Tabs-modules_list__G3KVd",z_="Tabs-modules_tab__-FuG6",F_="Tabs-modules_content__X0OLh",H_="Tag-modules_default__A5rGa",W_="Tag-modules_deleteButton__HzjLp",X_="Textarea-modules_root__h7Ut6",j_="Textarea-modules_label__s2Cf2",Z_="Textarea-modules_optional__Cugll",q_="Textarea-modules_static__3F-f3",Y_="Textarea-modules_correctedTop__uH9yP",J_="Textarea-modules_textareaWrapper__oPp9X",U_="Textarea-modules_textarea__JuI6S",Q_="Textarea-modules_footer__AT0bc",K_="Textarea-modules_footerMessage__ppqc5",$_="Textarea-modules_counter__w9vc8",eO="Textarea-modules_isDisabled__AJyQv",tO="Textarea-modules_hint__U-day",nO="Textarea-modules_isError__4A2-S",oO="Textarea-modules_isFocused__Vtg8s",rO="Textarea-modules_isLabelStatic__6U9Do";const dN=pS((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:r=.8,defaultValue:a="",disabled:i=!1,errorMessage:l="",hint:s="",id:c,isLabelStatic:u=!1,label:d="",maxLength:p=150,name:m="",onBlur:f,onChange:g,onFocus:h,optionalText:v="Optional",placeholder:b="",required:w=!1,rows:y=4,textareaWrapperClass:I="",value:C,"aria-describedby":x,"aria-invalid":A,...E}=e,_=xS(),[O,S]=dS(a||""),[R,M]=dS(!1),P=c||_,N=l||s?`${P}-message`:"",B=hi(x,N)||void 0,T=!!l||A,V=void 0!==C,G=V?C:O,D=G.length,k=D>=p*r;return uS.createElement("div",{className:hi("demio-ui-textarea",X_,{[o]:!!o,[eO]:i,[oO]:R||G,[nO]:!!l,[rO]:!!u,"demio-ui-textarea-has-error":!!l}),"data-testid":"container","data-state":R?"focused":""},d&&uS.createElement("label",{htmlFor:P,className:hi("demio-ui-textarea-label",j_,{[q_]:u}),"data-testid":"label"},d),!w&&uS.createElement("span",{className:hi("demio-ui-textarea-optional",Z_,{[Y_]:u}),"data-testid":"optional"},v),uS.createElement("div",{className:hi("demio-ui-textarea-wrapper",J_,I),"data-testid":"wrapper"},uS.createElement("textarea",{...E,id:P,ref:t,name:m||P,className:U_,placeholder:b,required:w,"data-testid":"textarea",disabled:i,autoComplete:n,maxLength:p,"aria-describedby":B,"aria-invalid":T,onChange:e=>{g?.(e),V||S(e.target.value)},value:G,onFocus:e=>{h?.(e),M(!0)},onBlur:e=>{f?.(e),M(!1)},rows:y})),uS.createElement("div",{className:hi("demio-ui-textarea-footer",Q_),"data-testid":"footer"},uS.createElement("div",{className:hi("demio-ui-textarea-footer-message",K_),id:N||void 0},l&&uS.createElement(Bn,{className:"demio-ui-textarea-error",testid:"error",type:"error"},l),s&&!l&&uS.createElement(Bn,{className:hi("demio-ui-textarea-hint",tO),testid:"hint"},s)),uS.createElement(Bn,{className:hi("demio-ui-textarea-counter",$_),testid:"counter"},k&&`(${D} / ${p})`)))});var[pN]=o("Tooltip",[IM]);aO=IM(),iO="TooltipProvider",lO=700,sO="tooltip.open";var[mN,fN]=pN(iO);(cO=e=>{const{__scopeTooltip:t,delayDuration:n=lO,skipDelayDuration:o=300,disableHoverableContent:r=!1,children:a}=e,i=cS.useRef(!0),l=cS.useRef(!1),s=cS.useRef(0);return cS.useEffect(()=>{const e=s.current;return()=>window.clearTimeout(e)},[]),ES(mN,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:cS.useCallback(()=>{window.clearTimeout(s.current),i.current=!1},[]),onClose:cS.useCallback(()=>{window.clearTimeout(s.current),s.current=window.setTimeout(()=>i.current=!0,o)},[o]),isPointerInTransitRef:l,onPointerInTransitChange:cS.useCallback(e=>{l.current=e},[]),disableHoverableContent:r,children:a})}).displayName=iO,uO="Tooltip";var[gN,hN]=pN(uO);(dO=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:r,onOpenChange:a,disableHoverableContent:i,delayDuration:l}=e,s=fN(uO,e.__scopeTooltip),d=aO(t),[p,m]=cS.useState(null),f=c(),g=cS.useRef(0),h=i??s.disableHoverableContent,v=l??s.delayDuration,b=cS.useRef(!1),[w,y]=u({prop:o,defaultProp:r??!1,onChange:e=>{e?(s.onOpen(),document.dispatchEvent(new CustomEvent(sO))):s.onClose(),a?.(e)},caller:uO}),I=cS.useMemo(()=>w?b.current?"delayed-open":"instant-open":"closed",[w]),C=cS.useCallback(()=>{window.clearTimeout(g.current),g.current=0,b.current=!1,y(!0)},[y]),x=cS.useCallback(()=>{window.clearTimeout(g.current),g.current=0,y(!1)},[y]),A=cS.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{b.current=!0,y(!0),g.current=0},v)},[v,y]);return cS.useEffect(()=>()=>{g.current&&(window.clearTimeout(g.current),g.current=0)},[]),ES(Tv,{...d,children:ES(gN,{scope:t,contentId:f,open:w,stateAttribute:I,trigger:p,onTriggerChange:m,onTriggerEnter:cS.useCallback(()=>{s.isOpenDelayedRef.current?A():C()},[s.isOpenDelayedRef,A,C]),onTriggerLeave:cS.useCallback(()=>{h?x():(window.clearTimeout(g.current),g.current=0)},[x,h]),onOpen:C,onClose:x,disableHoverableContent:h,children:n})})}).displayName=uO,pO="TooltipTrigger",(mO=cS.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=hN(pO,n),a=fN(pO,n),i=aO(n),c=l(t,cS.useRef(null),r.onTriggerChange),u=cS.useRef(!1),d=cS.useRef(!1),p=cS.useCallback(()=>u.current=!1,[]);return cS.useEffect(()=>()=>document.removeEventListener("pointerup",p),[p]),ES(Vv,{asChild:!0,...i,children:ES(Ci.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=pO,fO="TooltipPortal";var[vN,bN]=pN(fO,{forceMount:void 0});(gO=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:r}=e,a=hN(fO,t);return ES(vN,{scope:t,forceMount:n,children:ES(zi,{present:n||a.open,children:ES(Li,{asChild:!0,container:r,children:o})})})}).displayName=fO,hO="TooltipContent",vO=cS.forwardRef((e,t)=>{const n=bN(hO,e.__scopeTooltip),{forceMount:o=n.forceMount,side:r="top",...a}=e,i=hN(hO,e.__scopeTooltip);return ES(zi,{present:o||i.open,children:i.disableHoverableContent?ES(yO,{side:r,...a,ref:t}):ES(bO,{side:r,...a,ref:t})})}),bO=cS.forwardRef((e,t)=>{const n=hN(hO,e.__scopeTooltip),o=fN(hO,e.__scopeTooltip),r=cS.useRef(null),a=l(t,r),[i,s]=cS.useState(null),{trigger:c,onClose:u}=n,d=r.current,{onPointerInTransitChange:p}=o,m=cS.useCallback(()=>{s(null),p(!1)},[p]),f=cS.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 cS.useEffect(()=>()=>m(),[m]),cS.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]),cS.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]),ES(yO,{...e,ref:a})});var[wN,yN]=pN(uO,{isInside:!1});wO=m("TooltipContent"),yO=cS.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":r,onEscapeKeyDown:a,onPointerDownOutside:i,...l}=e,s=hN(hO,n),c=aO(n),{onClose:u}=s;return cS.useEffect(()=>(document.addEventListener(sO,u),()=>document.removeEventListener(sO,u)),[u]),cS.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]),ES(Ri,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:i,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:OS(Gv,{"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:[ES(wO,{children:o}),ES(wN,{scope:n,isInside:!0,children:ES(gE,{id:s.contentId,role:"tooltip",children:r||o})})]})})}),vO.displayName=hO,IO="TooltipArrow",(CO=cS.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,r=aO(n);return yN(IO,n).isInside?null:ES(Dv,{...r,...o,ref:t})})).displayName=IO,xO=cO,AO=dO,EO=mO,_O=gO,OO=vO,SO=CO,RO="Tooltip-modules_content__--tK0",MO="Tooltip-modules_tooltipTrigger__-SmeR",PO="Tooltip-modules_arrow__4vjj8",NO={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 IN={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"},CN=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:r="regular",title:a="",variant:i="b1",...l})=>{const s=e;return uS.createElement(s,{title:a,className:hi(NO.default,NO[IN[i]],NO[t],NO[r],"demio-ui-typography-element",`typography-${i}`,n),...l},o)};BO="UploadMenu-modules_triggerButton__TnM4-",TO="UploadMenu-modules_triggerButtonIcon__j-eLU",VO="UploadMenu-modules_menuContent__hPJib",GO="UploadMenu-modules_menuItem__XOxMt",DO="UploadMenu-modules_menuItemDisabled__QmNk4";const xN=4,AN=mS(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:r,onOpen:a,portalContainer:i,sideOffset:l=xN,triggerButton:s=null,triggerButtonClass:c=""}=e,[u,d]=dS(n||!1),p=Boolean(s),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),f=Boolean(m.length);return hS(()=>{d(n)},[n]),uS.createElement("div",{className:hi("demio-ui-upload-menu"),"data-testid":"upload-menu"},f&&uS.createElement(oP,{open:u,onOpenChange:e=>{d(e),a&&a(e)}},uS.createElement(rP,{className:hi("demio-ui-upload-menu-trigger-button",BO,c),"data-testid":"upload-menu-trigger-button"},p&&s,!p&&uS.createElement(cd,{className:hi("demio-ui-upload-menu-default-trigger-button",TO),"data-testid":"upload-menu-default-trigger-button",width:16})),uS.createElement(sP,{container:i instanceof Element?i:void 0},uS.createElement(tP,{align:t,className:hi("demio-ui-upload-menu-content",VO),"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)=>uS.createElement(iP,{className:hi("demio-ui-upload-menu-item",GO,{[DO]: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))))))});kO="UploadProgressPreview-modules_root__9StJo",LO="UploadProgressPreview-modules_image__OMRPt",zO="UploadProgressPreview-modules_row__KkHVU",FO="UploadProgressPreview-modules_iconContainer__Ktq69",HO="UploadProgressPreview-modules_icon__z5MfW",WO="UploadProgressPreview-modules_percent__VVNJt",XO="UploadProgressPreview-modules_fileData__hhid5",jO="UploadProgressPreview-modules_isUploadMode__M13Qp",ZO="UploadProgressPreview-modules_noMenu__Kyn3S",qO="UploadProgressPreview-modules_fileName__i-Dl-",YO="UploadProgressPreview-modules_duration__HRRaa";const EN=mS(({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 uS.createElement("div",{className:hi("demio-ui-upload-progress-preview",kO,e),"data-testid":"upload-progress-preview"},o&&!c&&uS.createElement("img",{alt:r,className:hi("demio-ui-upload-progress-preview-image",LO),"data-testid":"upload-progress-preview-image",title:r,src:o}),uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-row",zO),"data-testid":"upload-progress-preview-row"},c&&uS.createElement(uS.Fragment,null,uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-progress-icon-container",FO),"data-testid":"upload-progress-preview-progress-icon-container"},uS.createElement(fp,{className:hi("demio-ui-upload-progress-preview-progress-icon",HO),"data-testid":"upload-progress-preview-progress-icon"})),uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-progress-percentage",WO),"data-testid":"upload-progress-preview-progress-percentage"},l,"%")),uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-file-data",XO,{[ZO]:!s,[jO]:c}),"data-testid":"upload-progress-preview-file-data"},t&&uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-file-name",qO),"data-testid":"upload-progress-preview-file-name"},t),n&&!c&&uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-file-info",YO),"data-testid":"upload-progress-preview-file-info"},n)),s&&uS.createElement("div",{className:hi("demio-ui-upload-progress-preview-menu",{isProgressOnly:c,isPreviewOnly:!c}),"data-testid":"upload-progress-preview-menu"},uS.createElement(AN,{menu:c?d:u}))))});JO="Upload-modules_root__DE-cj",UO="Upload-modules_croppedImageContainer__tPNFg",QO="Upload-modules_croppedImageWrapper__H1aDd",KO="Upload-modules_croppedImage__5pBYs",$O="Upload-modules_uploadLabel__aWGAb",eS="Upload-modules_uploadInput__Bq7Fp",tS="Upload-modules_icon__pmGlQ",nS="Upload-modules_header__adz5V",oS="Upload-modules_text__PS7SI",rS="Upload-modules_uploadTextFormat__IGVKt",aS="Upload-modules_modalContent__tfbd6",iS="Upload-modules_modalBody__q-3hj",lS="Upload-modules_modalFooter__jFAuB";const _N=pS((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:E,onDrop:_,onReadFileError:O,onReadFileProgress:S,onReadFileStart:R,onReadFileSuccess:M,onZoomChange:P,previewFileInfo:N="",previewFileName:B="",previewImage:T="",previewImageTitle:V="",uploadPercent:G}=e,[D,k]=dS(null),[L,z]=dS(""),[F,H]=dS(!1),[W,X]=dS(!1),[j,Z]=dS(""),[q,Y]=dS(null),[J,U]=dS(void 0),{croppedImageURL:Q}=BR(L,D),{validate:K}=VR({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=IR(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 AS(t,()=>({cancelUpload:ie,setUploadProgress:U,setUploadError:Z})),hS(()=>{h&&oe&&X(!0)},[h,oe]),hS(()=>{ne||Y(null)},[ne]),hS(()=>{W||H(ne)},[ne,W]),hS(()=>{Z(c)},[c]),hS(()=>{U(G)},[G]),hS(()=>{ie()},[n,u]),uS.createElement("div",{className:hi("demio-ui-upload-root",JO,r),"data-testid":"upload-root"},j&&uS.createElement(kR,{children:j}),$&&uS.createElement(EN,{fileName:te||B,fileInfo:N,imageSrc:T,imageTitle:V,menu:ce,percent:J}),!$&&uS.createElement(LR,{...e,error:j,isValidationEnabled:!1,onDrop:async(e,t)=>{await ae(t),_&&_(e,t)}},F&&uS.createElement("div",{className:hi("demio-ui-upload-cropped-image-container",UO),"data-testid":"upload-cropped-image-container"},uS.createElement("div",{className:hi("demio-ui-upload-cropped-image-wrapper",QO),"data-testid":"upload-cropped-image-wrapper"},uS.createElement("img",{alt:"Cropped image",className:hi("demio-ui-upload-cropped-image",KO),"data-testid":"upload-cropped-image",src:Q})),uS.createElement("div",{className:hi("demio-ui-upload-menu"),"data-testid":"upload-menu"},uS.createElement(AN,{menu:ue}))),!F&&uS.createElement("label",{className:hi("demio-ui-upload-label",$O),"data-testid":"upload-label",htmlFor:"file"},uS.createElement("input",{accept:n,className:hi("demio-ui-upload-input",eS),"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&&uS.createElement(uS.Fragment,null,a||uS.createElement(Zc,{className:hi("demio-ui-upload-icon",tS),"data-testid":"upload-icon"}),i&&uS.createElement("div",{className:hi("demio-ui-upload-header",nS),"data-testid":"upload-header"},i),uS.createElement("div",{className:hi("demio-ui-upload-text",oS),"data-testid":"upload-text"},l||uS.createElement(uS.Fragment,null,uS.createElement("strong",{className:hi("demio-ui-upload-text-format",rS),"data-testid":"upload-text-format"},ee)," ","up to ",uS.createElement("strong",null,u," MB")))))),W&&oe&&h&&uS.createElement(eo,{contentClassName:aS,open:!0,isClosable:!1,onOpenChange:()=>X(!1),title:"Crop & Upload Profile Picture"},uS.createElement("div",{className:hi("demio-ui-upload-crop-modal-body",iS),"data-testid":"upload-crop-modal-body"},!!L&&uS.createElement(gR,{aspect:s,image:L,onCropChange:E,onCropComplete:(e,t)=>{k(t),A&&A(e,t)},onZoomChange:P})),uS.createElement("div",{className:hi("demio-ui-upload-crop-modal-footer",lS),"data-testid":"upload-crop-modal-footer"},uS.createElement(WS,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:le,variant:"secondary"},"no, never mind"),uS.createElement(WS,{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{Pc as AddIcon,G as Alert,wu as AlertIcon,jf as AlertTriangleIcon,Xc as ArrowDownIcon,Qc as ArrowLeftDoubleIcon,Bc as ArrowLeftIcon,$c as ArrowLeftSingleIcon,au as AtIcon,YS as Avatar,JS as Badge,lp as BarChartIcon,Cm as BlockIcon,Em as BlurOnIcon,WS as Button,US as ButtonNew,Sm as CachedIcon,Ip as CalendarIcon,Iu as CameraIcon,Au as CameraOutlinedIcon,QS as Card,Nu as ChatDisabledIcon,pf as ChatDisabledOldIcon,_u as ChatIcon,lu as CheckCircleIcon,cu as CheckCircleSolidIcon,Vc as CheckIcon,qf as CheckVerifiedIcon,nR as Checkbox,du as CheckboxIcon,ad as ClockIcon,$s as CloseIcon,tu as CompressIcon,ld as CopyIcon,aR as CopyLinkInput,gR as Crop,Pm as CustomizeIcon,Dc as DeleteIcon,LR as DnDArea,cd as DotsIcon,Jf as DownloadAllIcon,dd as DownloadIcon,zR as Drawer,uP as DropdownItem,tP as DropdownMenuContent,lP as DropdownMenuGroup,iP as DropdownMenuItem,aP as DropdownMenuLabel,sP as DropdownMenuPortal,oP as DropdownMenuRoot,nP as DropdownMenuSeparator,rP as DropdownMenuTrigger,cP as DropdownRadioGroup,dP as DropdownRadioItem,Lc as EditIcon,Fc as EditSectionIcon,Tm as ElectricBoltIcon,Qf as EmailIcon,$f as EmptyBasketIcon,Ap as EventDetailsIcon,Op as EventRepeatIcon,mu as ExclamationIcon,ou as ExpandIcon,md as ExternalLinkIcon,ff as EyeSolidIcon,Bp as FacebookIcon,Vp as FacebookSquaredIcon,Dm as FeatureActionIcon,gd as FileIcon,vd as FilterListIcon,wd as FlipCameraIcon,dr as FormGroup,Id as GearIcon,Hd as HelpIcon,Xd as HelpSolidIcon,pP as InfoBanner,Qd as InfoCircleIcon,$d as InfoCircleSolidIcon,Zd as InfoIcon,Jd as InfoSolidIcon,oR as Input,Bn as InputHint,cp as InsightsIcon,Lm as ItemsIcon,Nn as Label,ng as LifebuoyIcon,kp as LinkedInIcon,zp as LinkedInSquaredIcon,Fm as ListIcon,V as Loader,om as LocationIcon,xd as LockIcon,Wm as MagicIcon,Ed as MailIcon,rg as MailLetterIcon,jm as MaterialIcon,Ym as MaterialsIcon,ju as MicBoldIcon,ku as MicOffIcon,Vu as MicOffSolidIcon,Wu as MicOnSolidIcon,zu as MicOutlinedIcon,Um as MobileDeviceIcon,eo as Modal,mP as ModalScrollable,ig as MoneyIcon,CP as MultiSelect,kR as Note,vf as OnDemanIcon,cm as OutStageIcon,xP as Pagination,vu as PasswordEyeCrossedIcon,gu as PasswordEyeIcon,wf as PastSessionIcon,Xp as PeopleCommunityIcon,Hp as PeopleIcon,Zp as Person,If as PersonCardIcon,xf as PersonCheckIcon,Ef as PersonCrossedIcon,Yp as PersonDeleteIcon,Zp as PersonIcon,Of as PersonPlusIcon,Md as PlayCircleIcon,Od as PlayIcon,Zc as PlusIcon,pp as PollIcon,RP as Popover,RA as PopoverContent,SA as PopoverPortal,_A as PopoverRoot,mi as PopoverTooltip,OA as PopoverTrigger,dm as PresentationIcon,Qa as Progress,fp as ProgressIcon,sg as ProtectionIcon,$a as RadioGroup,Km as RadioIcon,ug as ReplaceIcon,nf as ReplayDisabledIcon,rf as RestartIcon,Pf as RestreamingDisabledIcon,Rf as RestreamingIcon,lf as RocketIcon,mm as ScreenPersonIcon,vm as ScreenShareIcon,gm as ScreenShareWindowIcon,mP as ScrollableModal,Yc as SearchIcon,nN as Select,oN as SelectItem,rN as SelectItemText,Bf as SeriesTypeIcon,Vf as SessionTimeIcon,Df as ShieldIcon,am as SideBarIcon,fR as Slider,Up as SmileIcon,Lf as SmileSolidIcon,lm as SpotlightIcon,uf as StackedEmailIcon,wm as StageIcon,Ff as StandardTypeIcon,Nd as SwapIcon,ri as Switch,Td as SyncIcon,ci as Tab,ui as TabsContent,si as TabsList,li as TabsRoot,di as Tag,dN as Textarea,Gd as TimesCircleIcon,RR as Toast,Mp as TodayIcon,pi as Tooltip,kd as TrashIcon,hp as TrendingDownIcon,bp as TrendingUpIcon,pg as TwitterIcon,CN as Typography,zd as UndoIcon,gg as UnverifiedIcon,Wf as UpcomingSessionIcon,_N as Upload,vg as UploadIcon,AN as UploadMenu,EN as UploadProgressPreview,yg as VerifiedIcon,Yu as VideoCamOnIcon,Qu as VideoCamOnSolidIcon,ed as VolumeOffIcon,od as VolumeUpSolidIcon,np as WarningIcon,ap as WarningSolidIcon,$p as YoutubeIcon,tm as YoutubeSquaredIcon,ER as createImage,SR as getCroppedImageURL,vR as getFileExtension,bR as getFileMimeType,_R as getRadianAngle,Ig as icons,wR as isExtensionMatchingMimeType,IR as isImage,AR as isValidFileDimension,xR as isValidFileSize,yR as isValidFileType,CR as isVideo,hR as mimeTypeMap,OR as rotateSize,NR as toast,BR as useCroppedImage,VR as useFileValidation};
|