demio-ui 5.4.17 → 5.4.19
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/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +549 -505
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function _interopNamespaceDefault(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getDefaultExportFromNamespaceIfPresent(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function requireClassnames(){return hasRequiredClassnames||(hasRequiredClassnames=1,e=classnames,function(){function t(){var e,t,a="";for(e=0;e<arguments.length;e++)(t=arguments[e])&&(a=o(a,n(t)));return a}function n(e){var n,r;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(r in n="",e)a.call(e,r)&&e[r]&&(n=o(n,r));return n}function o(e,t){return t?e?e+" "+t:e+t:e}var a={}.hasOwnProperty;e.exports?(t.default=t,e.exports=t):window.classNames=t}()),classnames.exports;var e}function createContextScope$2(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o),r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes$2(o,...t)]}function composeContextScopes$2(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function setRef(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function composeRefs(...e){return t=>{let n=!1;const o=e.map(e=>{const o=setRef(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():setRef(e[t],null)}}}}function useComposedRefs(...e){return React__namespace.useCallback(composeRefs(...e),e)}function composeEventHandlers(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),!1===n||!o.defaultPrevented)return t?.(o)}}function useId(e){const[t,n]=React__namespace.useState(useReactId());return useLayoutEffect2(()=>{n(e=>e??String(count$1++))},[e]),e||(t?`radix-${t}`:"")}function useControllableState({prop:e,defaultProp:t,onChange:n=()=>{},caller:o}){const[a,r,s]=function({defaultProp:e,onChange:t}){const[n,o]=React__namespace.useState(e),a=React__namespace.useRef(n),r=React__namespace.useRef(t);return useInsertionEffect$1(()=>{r.current=t},[t]),React__namespace.useEffect(()=>{a.current!==n&&(r.current?.(n),a.current=n)},[n,a]),[n,o,r]}({defaultProp:t,onChange:n}),i=void 0!==e,c=i?e:a;{const t=React__namespace.useRef(void 0!==e);React__namespace.useEffect(()=>{const e=t.current;if(e!==i){const t=e?"controlled":"uncontrolled",n=i?"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=i},[i,o])}const l=React__namespace.useCallback(t=>{if(i){const n=function(e){return"function"==typeof e}(t)?t(e):t;n!==e&&s.current?.(n)}else r(t)},[i,e,r,s]);return[c,l]}function createSlot$3(e){const t=createSlotClone$3(e),n=React__namespace.forwardRef((e,n)=>{const{children:o,...a}=e,r=React__namespace.Children.toArray(o),s=r.find(isSlottable$3);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function createSlotClone$3(e){const t=React__namespace.forwardRef((e,t)=>{const{children:n,...o}=e;if(React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function createSlottable(e){const t=({children:e})=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=SLOTTABLE_IDENTIFIER$3,t}function isSlottable$3(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$3}function dispatchDiscreteCustomEvent(e,t){e&&ReactDOM__namespace.flushSync(()=>e.dispatchEvent(t))}function useCallbackRef$1(e){const t=React__namespace.useRef(e);return React__namespace.useEffect(()=>{t.current=e}),React__namespace.useMemo(()=>(...e)=>t.current?.(...e),[])}function dispatchUpdate(){const e=new CustomEvent(CONTEXT_UPDATE);document.dispatchEvent(e)}function handleAndDispatchCustomEvent(e,t,n,{discrete:o}){const a=n.originalEvent.target,r=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),o?dispatchDiscreteCustomEvent(a,r):a.dispatchEvent(r)}function getTabbableCandidates(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 findVisible(e,t){for(const n of e)if(!isHidden(n,{upTo:t}))return n}function isHidden(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 focus(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 arrayRemove(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}function usePresence(e){const[t,n]=React__namespace.useState(),o=React__namespace.useRef(null),a=React__namespace.useRef(e),r=React__namespace.useRef("none"),s=e?"mounted":"unmounted",[i,c]=function(e,t){return React__namespace.useReducer((e,n)=>t[e][n]??e,e)}(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return React__namespace.useEffect(()=>{const e=getAnimationName(o.current);r.current="mounted"===i?e:"none"},[i]),useLayoutEffect2(()=>{const t=o.current,n=a.current;if(n!==e){const o=r.current,s=getAnimationName(t);if(e)c("MOUNT");else if("none"===s||"none"===t?.display)c("UNMOUNT");else{c(n&&o!==s?"ANIMATION_OUT":"UNMOUNT")}a.current=e}},[e,c]),useLayoutEffect2(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,s=r=>{const s=getAnimationName(o.current).includes(CSS.escape(r.animationName));if(r.target===t&&s&&(c("ANIMATION_END"),!a.current)){const o=t.style.animationFillMode;t.style.animationFillMode="forwards",e=n.setTimeout(()=>{"forwards"===t.style.animationFillMode&&(t.style.animationFillMode=o)})}},i=e=>{e.target===t&&(r.current=getAnimationName(o.current))};return t.addEventListener("animationstart",i),t.addEventListener("animationcancel",s),t.addEventListener("animationend",s),()=>{n.clearTimeout(e),t.removeEventListener("animationstart",i),t.removeEventListener("animationcancel",s),t.removeEventListener("animationend",s)}}c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(i),ref:React__namespace.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function getAnimationName(e){return e?.animationName||"none"}function useFocusGuards(){React__namespace.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??createFocusGuard()),document.body.insertAdjacentElement("beforeend",e[1]??createFocusGuard()),count++,()=>{1===count&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),count--}},[])}function createFocusGuard(){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 __rest(e,t){var n,o,a={};for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[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])&&(a[n[o]]=e[n[o]]);return a}function assignRef(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}function useMergeRefs(e,t){var n,o,a,r=(n=null,o=function(t){return e.forEach(function(e){return assignRef(e,t)})},(a=React.useState(function(){return{value:n,callback:o,facade:{get current(){return a.value},set current(e){var t=a.value;t!==e&&(a.value=e,a.callback(e,t))}}}})[0]).callback=o,a.facade);return useIsomorphicLayoutEffect(function(){var t,n,o,a=currentValues.get(r);a&&(t=new Set(a),n=new Set(e),o=r.current,t.forEach(function(e){n.has(e)||assignRef(e,null)}),n.forEach(function(e){t.has(e)||assignRef(e,o)})),currentValues.set(r,e)},[e]),r}function ItoI(e){return e}function getOutermostShadowParent(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}function getState$4(e){return e?"open":"closed"}function _extends$22(){return _extends$22=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$22.apply(null,arguments)}function Loader({size:e="medium",className:t="",inheritColor:n=!1}){return React.createElement("span",{className:cn("demio-ui-loader",styles$r.loader,{[styles$r[e]]:e,[styles$r.inheritColor]:n,[t]:t})})}function composeContextScopes$1(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function isLazyComponent$2(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE$2&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone$2(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent$2(n)&&"function"==typeof use$2&&(n=use$2(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable$2(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$2}function requireUseSyncExternalStoreShim_production(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(a){return!0}}var t,n,o,a,r,s,i;return hasRequiredUseSyncExternalStoreShim_production||(hasRequiredUseSyncExternalStoreShim_production=1,t=require$$0,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,a=t.useEffect,r=t.useLayoutEffect,s=t.useDebugValue,i="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,n){var i=n(),c=o({inst:{value:i,getSnapshot:n}}),l=c[0].inst,u=c[1];return r(function(){l.value=i,l.getSnapshot=n,e(l)&&u({inst:l})},[t,i,n]),a(function(){return e(l)&&u({inst:l}),t(function(){e(l)&&u({inst:l})})},[t]),s(i),i},useSyncExternalStoreShim_production.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:i),useSyncExternalStoreShim_production}function requireUseSyncExternalStoreShim_development(){return hasRequiredUseSyncExternalStoreShim_development||(hasRequiredUseSyncExternalStoreShim_development=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(a){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=require$$0,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,a=t.useEffect,r=t.useLayoutEffect,s=t.useDebugValue,i=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(l,u){var d,p,m,g;return i||void 0===t.startTransition||(i=!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(),c||(p=u(),n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),c=!0)),p=o({inst:{value:d,getSnapshot:u}}),m=p[0].inst,g=p[1],r(function(){m.value=d,m.getSnapshot=u,e(m)&&g({inst:m})},[l,d,u]),a(function(){return e(m)&&g({inst:m}),l(function(){e(m)&&g({inst:m})})},[l]),s(d),d};useSyncExternalStoreShim_development.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),useSyncExternalStoreShim_development}function requireShim(){return hasRequiredShim||(hasRequiredShim=1,"production"===process.env.NODE_ENV?shim.exports=requireUseSyncExternalStoreShim_production():shim.exports=requireUseSyncExternalStoreShim_development()),shim.exports}function subscribe(){return()=>{}}function resolveLoadingStatus(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function useImageLoadingStatus(e,{referrerPolicy:t,crossOrigin:n}){const o=shimExports.useSyncExternalStore(subscribe,()=>!0,()=>!1),a=React__namespace.useRef(null),r=o?(a.current||(a.current=new window.Image),a.current):null,[s,i]=React__namespace.useState(()=>resolveLoadingStatus(r,e));return useLayoutEffect2(()=>{i(resolveLoadingStatus(r,e))},[r,e]),useLayoutEffect2(()=>{const e=e=>()=>{i(e)};if(!r)return;const o=e("loaded"),a=e("error");return r.addEventListener("load",o),r.addEventListener("error",a),t&&(r.referrerPolicy=t),"string"==typeof n&&(r.crossOrigin=n),()=>{r.removeEventListener("load",o),r.removeEventListener("error",a)}},[r,n,t]),s}function _extends$21(){return _extends$21=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$21.apply(null,arguments)}function _extends$20(){return _extends$20=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$20.apply(null,arguments)}function _extends$1$(){return _extends$1$=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1$.apply(null,arguments)}function _extends$1_(){return _extends$1_=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1_.apply(null,arguments)}function _extends$1Z(){return _extends$1Z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Z.apply(null,arguments)}function _extends$1Y(){return _extends$1Y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Y.apply(null,arguments)}function _extends$1X(){return _extends$1X=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1X.apply(null,arguments)}function _extends$1W(){return _extends$1W=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1W.apply(null,arguments)}function _extends$1V(){return _extends$1V=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1V.apply(null,arguments)}function _extends$1U(){return _extends$1U=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1U.apply(null,arguments)}function _extends$1T(){return _extends$1T=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1T.apply(null,arguments)}function _extends$1S(){return _extends$1S=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1S.apply(null,arguments)}function _extends$1R(){return _extends$1R=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1R.apply(null,arguments)}function _extends$1Q(){return _extends$1Q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Q.apply(null,arguments)}function _extends$1P(){return _extends$1P=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1P.apply(null,arguments)}function _extends$1O(){return _extends$1O=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1O.apply(null,arguments)}function _extends$1N(){return _extends$1N=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1N.apply(null,arguments)}function _extends$1M(){return _extends$1M=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1M.apply(null,arguments)}function _extends$1L(){return _extends$1L=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1L.apply(null,arguments)}function _extends$1K(){return _extends$1K=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1K.apply(null,arguments)}function _extends$1J(){return _extends$1J=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1J.apply(null,arguments)}function _extends$1I(){return _extends$1I=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1I.apply(null,arguments)}function _extends$1H(){return _extends$1H=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1H.apply(null,arguments)}function _extends$1G(){return _extends$1G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1G.apply(null,arguments)}function _extends$1F(){return _extends$1F=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1F.apply(null,arguments)}function _extends$1E(){return _extends$1E=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1E.apply(null,arguments)}function _extends$1D(){return _extends$1D=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1D.apply(null,arguments)}function _extends$1C(){return _extends$1C=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1C.apply(null,arguments)}function _extends$1B(){return _extends$1B=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1B.apply(null,arguments)}function _extends$1A(){return _extends$1A=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1A.apply(null,arguments)}function _extends$1z(){return _extends$1z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1z.apply(null,arguments)}function _extends$1y(){return _extends$1y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1y.apply(null,arguments)}function _extends$1x(){return _extends$1x=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1x.apply(null,arguments)}function _extends$1w(){return _extends$1w=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1w.apply(null,arguments)}function _extends$1v(){return _extends$1v=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1v.apply(null,arguments)}function _extends$1u(){return _extends$1u=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1u.apply(null,arguments)}function _extends$1t(){return _extends$1t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1t.apply(null,arguments)}function _extends$1s(){return _extends$1s=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1s.apply(null,arguments)}function _extends$1r(){return _extends$1r=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1r.apply(null,arguments)}function _extends$1q(){return _extends$1q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1q.apply(null,arguments)}function _extends$1p(){return _extends$1p=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1p.apply(null,arguments)}function _extends$1o(){return _extends$1o=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1o.apply(null,arguments)}function _extends$1n(){return _extends$1n=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1n.apply(null,arguments)}function _extends$1m(){return _extends$1m=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1m.apply(null,arguments)}function _extends$1l(){return _extends$1l=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1l.apply(null,arguments)}function _extends$1k(){return _extends$1k=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1k.apply(null,arguments)}function _extends$1j(){return _extends$1j=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1j.apply(null,arguments)}function _extends$1i(){return _extends$1i=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1i.apply(null,arguments)}function _extends$1h(){return _extends$1h=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1h.apply(null,arguments)}function _extends$1g(){return _extends$1g=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1g.apply(null,arguments)}function _extends$1f(){return _extends$1f=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1f.apply(null,arguments)}function _extends$1e(){return _extends$1e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1e.apply(null,arguments)}function _extends$1d(){return _extends$1d=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1d.apply(null,arguments)}function _extends$1c(){return _extends$1c=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1c.apply(null,arguments)}function _extends$1b(){return _extends$1b=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1b.apply(null,arguments)}function _extends$1a(){return _extends$1a=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1a.apply(null,arguments)}function _extends$19(){return _extends$19=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$19.apply(null,arguments)}function _extends$18(){return _extends$18=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$18.apply(null,arguments)}function _extends$17(){return _extends$17=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$17.apply(null,arguments)}function _extends$16(){return _extends$16=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$16.apply(null,arguments)}function _extends$15(){return _extends$15=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$15.apply(null,arguments)}function _extends$14(){return _extends$14=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$14.apply(null,arguments)}function _extends$13(){return _extends$13=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$13.apply(null,arguments)}function _extends$12(){return _extends$12=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$12.apply(null,arguments)}function _extends$11(){return _extends$11=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$11.apply(null,arguments)}function _extends$10(){return _extends$10=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$10.apply(null,arguments)}function _extends$$(){return _extends$$=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$$.apply(null,arguments)}function _extends$_(){return _extends$_=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$_.apply(null,arguments)}function _extends$Z(){return _extends$Z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$Z.apply(null,arguments)}function _extends$Y(){return _extends$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},_extends$Y.apply(null,arguments)}function _extends$X(){return _extends$X=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$X.apply(null,arguments)}function _extends$W(){return _extends$W=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$W.apply(null,arguments)}function _extends$V(){return _extends$V=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$V.apply(null,arguments)}function _extends$U(){return _extends$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},_extends$U.apply(null,arguments)}function _extends$T(){return _extends$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},_extends$T.apply(null,arguments)}function _extends$S(){return _extends$S=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$S.apply(null,arguments)}function _extends$R(){return _extends$R=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$R.apply(null,arguments)}function _extends$Q(){return _extends$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},_extends$Q.apply(null,arguments)}function _extends$P(){return _extends$P=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$P.apply(null,arguments)}function _extends$O(){return _extends$O=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$O.apply(null,arguments)}function _extends$N(){return _extends$N=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$N.apply(null,arguments)}function _extends$M(){return _extends$M=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$M.apply(null,arguments)}function _extends$L(){return _extends$L=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$L.apply(null,arguments)}function _extends$K(){return _extends$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},_extends$K.apply(null,arguments)}function _extends$J(){return _extends$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},_extends$J.apply(null,arguments)}function _extends$I(){return _extends$I=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$I.apply(null,arguments)}function _extends$H(){return _extends$H=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$H.apply(null,arguments)}function _extends$G(){return _extends$G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$G.apply(null,arguments)}function _extends$F(){return _extends$F=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$F.apply(null,arguments)}function _extends$E(){return _extends$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},_extends$E.apply(null,arguments)}function _extends$D(){return _extends$D=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$D.apply(null,arguments)}function _extends$C(){return _extends$C=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$C.apply(null,arguments)}function _extends$B(){return _extends$B=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$B.apply(null,arguments)}function _extends$A(){return _extends$A=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$A.apply(null,arguments)}function _extends$z(){return _extends$z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$z.apply(null,arguments)}function _extends$y(){return _extends$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},_extends$y.apply(null,arguments)}function _extends$x(){return _extends$x=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$x.apply(null,arguments)}function _extends$w(){return _extends$w=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$w.apply(null,arguments)}function _extends$v(){return _extends$v=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$v.apply(null,arguments)}function _extends$u(){return _extends$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},_extends$u.apply(null,arguments)}function _extends$t(){return _extends$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},_extends$t.apply(null,arguments)}function _extends$s(){return _extends$s=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$s.apply(null,arguments)}function _extends$r(){return _extends$r=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$r.apply(null,arguments)}function _extends$q(){return _extends$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},_extends$q.apply(null,arguments)}function _extends$p(){return _extends$p=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$p.apply(null,arguments)}function _extends$o(){return _extends$o=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$o.apply(null,arguments)}function _extends$n(){return _extends$n=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$n.apply(null,arguments)}function _extends$m(){return _extends$m=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$m.apply(null,arguments)}function _extends$l(){return _extends$l=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$l.apply(null,arguments)}function _extends$k(){return _extends$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},_extends$k.apply(null,arguments)}function _extends$j(){return _extends$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},_extends$j.apply(null,arguments)}function _extends$i(){return _extends$i=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$i.apply(null,arguments)}function _extends$h(){return _extends$h=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$h.apply(null,arguments)}function _extends$g(){return _extends$g=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$g.apply(null,arguments)}function _extends$f(){return _extends$f=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$f.apply(null,arguments)}function _extends$e(){return _extends$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},_extends$e.apply(null,arguments)}function _extends$d(){return _extends$d=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$d.apply(null,arguments)}function _extends$c(){return _extends$c=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$c.apply(null,arguments)}function _extends$b(){return _extends$b=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$b.apply(null,arguments)}function _extends$a(){return _extends$a=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$a.apply(null,arguments)}function _extends$9(){return _extends$9=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$9.apply(null,arguments)}function _extends$8(){return _extends$8=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$8.apply(null,arguments)}function _extends$7(){return _extends$7=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$7.apply(null,arguments)}function _extends$6(){return _extends$6=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$6.apply(null,arguments)}function _extends$5(){return _extends$5=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$5.apply(null,arguments)}function _extends$4(){return _extends$4=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$4.apply(null,arguments)}function _extends$3(){return _extends$3=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$3.apply(null,arguments)}function _extends$2(){return _extends$2=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$2.apply(null,arguments)}function _extends$1(){return _extends$1=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1.apply(null,arguments)}function usePrevious(e){const t=React__namespace.useRef({value:e,previous:e});return React__namespace.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function useSize(e){const[t,n]=React__namespace.useState(void 0);return useLayoutEffect2(()=>{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 a,r;if("borderBoxSize"in o){const e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,r=t.blockSize}else a=e.offsetWidth,r=e.offsetHeight;n({width:a,height:r})});return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)},[e]),t}function CheckboxProvider(e){const{__scopeCheckbox:t,checked:n,children:o,defaultChecked:a,disabled:r,form:s,name:i,onCheckedChange:c,required:l,value:u="on",internal_do_not_use_render:d}=e,[p,m]=useControllableState({prop:n,defaultProp:a??!1,onChange:c,caller:CHECKBOX_NAME}),[g,_]=React__namespace.useState(null),[f,h]=React__namespace.useState(null),v=React__namespace.useRef(!1),b=!g||(!!s||!!g.closest("form")),R={checked:p,disabled:r,setChecked:m,control:g,setControl:_,name:i,form:s,value:u,hasConsumerStoppedPropagationRef:v,required:l,defaultChecked:!isIndeterminate$1(a)&&a,isFormControl:b,bubbleInput:f,setBubbleInput:h};return jsxRuntime.jsx(CheckboxProviderImpl,{scope:t,...R,children:isFunction(d)?d(R):o})}function isFunction(e){return"function"==typeof e}function isIndeterminate$1(e){return"indeterminate"===e}function getState$3(e){return isIndeterminate$1(e)?"indeterminate":e?"checked":"unchecked"}function isLazyComponent$1(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE$1&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone$1(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent$1(n)&&"function"==typeof use$1&&(n=use$1(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable$1(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$1}function Label$1({htmlFor:e,children:t,className:n="",weight:o="regular"}){return React.createElement(Root$6,{htmlFor:e,className:cn("demio-ui-label",styles$k_label,[getWeightClass(o)],{[n]:!!n})},t)}function InputHint({children:e,type:t="hint",className:n=""}){return React.createElement("div",{className:cn("demio-ui-input-hint",styles$i_root,{[styles$i_error]:"error"===t,[n]:!!n}),"data-html":t},e)}function requireUserAgent_DEPRECATED(){function e(){var e,h,v,b,R;t||(t=!0,e=navigator.userAgent,h=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),v=/(Mac OS X)|(Windows)|(Linux)/.exec(e),m=/\b(iPhone|iP[ao]d)/.exec(e),g=/\b(iP[ao]d)/.exec(e),d=/Android/i.exec(e),_=/FBAN\/\w+;/i.exec(e),f=/Mobile/i.exec(e),p=!!/Win64/.exec(e),h?((n=h[1]?parseFloat(h[1]):h[5]?parseFloat(h[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode),b=/(?:Trident\/(\d+.\d+))/.exec(e),i=b?parseFloat(b[1])+4:n,o=h[2]?parseFloat(h[2]):NaN,a=h[3]?parseFloat(h[3]):NaN,(r=h[4]?parseFloat(h[4]):NaN)?(h=/(?:Chrome\/(\d+\.\d+))/.exec(e),s=h&&h[1]?parseFloat(h[1]):NaN):s=NaN):n=o=a=s=r=NaN,v?(v[1]?(R=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e),c=!R||parseFloat(R[1].replace("_","."))):c=!1,l=!!v[2],u=!!v[3]):c=l=u=!1)}var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h;return hasRequiredUserAgent_DEPRECATED?UserAgent_DEPRECATED_1:(hasRequiredUserAgent_DEPRECATED=1,t=!1,UserAgent_DEPRECATED_1=h={ie:function(){return e()||n},ieCompatibilityMode:function(){return e()||i>n},ie64:function(){return h.ie()&&p},firefox:function(){return e()||o},opera:function(){return e()||a},webkit:function(){return e()||r},safari:function(){return h.webkit()},chrome:function(){return e()||s},windows:function(){return e()||l},osx:function(){return e()||c},linux:function(){return e()||u},iphone:function(){return e()||m},mobile:function(){return e()||m||g||d||f},nativeApp:function(){return e()||_},android:function(){return e()||d},ipad:function(){return e()||g}})}function requireExecutionEnvironment(){var e,t;return hasRequiredExecutionEnvironment?ExecutionEnvironment_1:(hasRequiredExecutionEnvironment=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},ExecutionEnvironment_1=t)}function requireIsEventSupported(){var e,t;return hasRequiredIsEventSupported?isEventSupported_1:(hasRequiredIsEventSupported=1,(e=requireExecutionEnvironment()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),isEventSupported_1=function(n,o){var a,r,s;return!(!e.canUseDOM||o&&!("addEventListener"in document))&&((r=(a="on"+n)in document)||((s=document.createElement("div")).setAttribute(a,"return;"),r="function"==typeof s[a]),!r&&t&&"wheel"===n&&(r=document.implementation.hasFeature("Events.wheel","3.0")),r)})}function requireNormalizeWheel$1(){function e(e){var t=0,n=0,s=0,i=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),s=t*o,i=n*o,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(s=e.deltaX),(s||i)&&e.deltaMode&&(1==e.deltaMode?(s*=a,i*=a):(s*=r,i*=r)),s&&!t&&(t=s<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:s,pixelY:i}}var t,n,o,a,r;return hasRequiredNormalizeWheel$1?normalizeWheel_1:(hasRequiredNormalizeWheel$1=1,t=requireUserAgent_DEPRECATED(),n=requireIsEventSupported(),o=10,a=40,r=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},normalizeWheel_1=e)}function requireNormalizeWheel(){return hasRequiredNormalizeWheel?normalizeWheel$1:(hasRequiredNormalizeWheel=1,normalizeWheel$1=requireNormalizeWheel$1())}function restrictPosition(e,t,n,o,a){void 0===a&&(a=0);var r=rotateSize$1(t.width,t.height,a),s=r.width,i=r.height;return{x:restrictPositionCoord(e.x,s,n.width,o),y:restrictPositionCoord(e.y,i,n.height,o)}}function restrictPositionCoord(e,t,n,o){var a=Math.abs(t*o/2-n/2);return clamp$2(e,-a,a)}function getDistanceBetweenPoints(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function getRotationBetweenPoints(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function limitArea(e,t){return Math.min(e,Math.max(0,t))}function noOp(e,t){return t}function getCenter(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function rotateSize$1(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 clamp$2(e,t,n){return Math.min(Math.max(e,t),n)}function classNames$1(){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 clamp$1(e,[t,n]){return Math.min(n,Math.max(t,e))}function useDirection(e){const t=React__namespace.useContext(DirectionContext);return e||t||"ltr"}function createCollection(e){const t=e+"CollectionProvider",[n,o]=createContextScope$2(t),[a,r]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=e=>{const{scope:t,children:n}=e,o=React.useRef(null),r=React.useRef(new Map).current;return jsxRuntime.jsx(a,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const i=e+"CollectionSlot",c=createSlot$3(i),l=React.forwardRef((e,t)=>{const{scope:n,children:o}=e,a=useComposedRefs(t,r(i,n).collectionRef);return jsxRuntime.jsx(c,{ref:a,children:o})});l.displayName=i;const u=e+"CollectionItemSlot",d="data-radix-collection-item",p=createSlot$3(u),m=React.forwardRef((e,t)=>{const{scope:n,children:o,...a}=e,s=React.useRef(null),i=useComposedRefs(t,s),c=r(u,n);return React.useEffect(()=>(c.itemMap.set(s,{ref:s,...a}),()=>{c.itemMap.delete(s)})),jsxRuntime.jsx(p,{[d]:"",ref:i,children:o})});return m.displayName=u,[{Provider:s,Slot:l,ItemSlot:m},function(t){const n=r(e+"CollectionConsumer",t);return React.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${d}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])},o]}function convertValueToPercentage(e,t,n){return clamp$1(100/(n-t)*(e-t),[0,100])}function linearScale(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 Modal({children:e=null,contentClassName:t="",isCloseButtonVisible:n=!0,onClose:o=()=>{},onOpenChange:a,open:r,overlayClassName:s="",title:i,isClosable:c=!0,portalContainer:l=document.body,...u}){return React.createElement(Root$8,{open:r,onOpenChange:e=>{c&&a&&a(e)},"data-testid":"modal-overlay"},React.createElement(Portal$4,{container:l||void 0},React.createElement(Overlay,{"data-testid":"modal-overlay",className:cn(styles$f_overlay,{[s]:!!s,[styles$f_isTitleHidden]:!i&&!n},"demio-ui-modal-overlay")},React.createElement(Content$2,{...u,className:cn(styles$f_content,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},React.createElement("div",{className:cn(styles$f_header,"demio-ui-modal-header"),"data-html":"header"},React.createElement(Title,{className:cn(styles$f_title,{[styles$f_titleCentered]:!n},"demio-ui-modal-title"),"data-html":"title"},i),n&&React.createElement(Close,{className:cn(styles$f_close,"demio-ui-modal-close-button"),onClick:()=>{a(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},React.createElement(SvgClose,null))),React.createElement("div",{className:cn(styles$f_body,"demio-ui-modal-children"),"data-html":"content"},e)))))}function clamp(e,t,n){return max(e,min(t,n))}function evaluate(e,t){return"function"==typeof e?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return"x"===e?"y":"x"}function getAxisLength(e){return"y"===e?"height":"width"}function getSideAxis(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getOppositeAlignmentPlacement(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function getOppositeAxisPlacements(e,t,n,o){const a=getAlignment(e);let r=function(e,t,n){switch(e){case"top":case"bottom":return n?t?rlPlacement:lrPlacement:t?lrPlacement:rlPlacement;case"left":case"right":return t?tbPlacement:btPlacement;default:return[]}}(getSide(e),"start"===n,o);return a&&(r=r.map(e=>e+"-"+a),t&&(r=r.concat(r.map(getOppositeAlignmentPlacement)))),r}function getOppositePlacement(e){const t=getSide(e);return oppositeSideMap[t]+e.slice(t.length)}function getPaddingObject(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 rectToClientRect(e){const{x:t,y:n,width:o,height:a}=e;return{width:o,height:a,top:n,left:t,right:t+o,bottom:n+a,x:t,y:n}}function computeCoordsFromPlacement(e,t,n){let{reference:o,floating:a}=e;const r=getSideAxis(t),s=getAlignmentAxis(t),i=getAxisLength(s),c=getSide(t),l="y"===r,u=o.x+o.width/2-a.width/2,d=o.y+o.height/2-a.height/2,p=o[i]/2-a[i]/2;let m;switch(c){case"top":m={x:u,y:o.y-a.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-a.width,y:d};break;default:m={x:o.x,y:o.y}}switch(getAlignment(t)){case"start":m[s]-=p*(n&&l?-1:1);break;case"end":m[s]+=p*(n&&l?-1:1)}return m}async function detectOverflow(e,t){var n;void 0===t&&(t={});const{x:o,y:a,platform:r,rects:s,elements:i,strategy:c}=e,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:m=0}=evaluate(t,e),g=getPaddingObject(m),_=i[p?"floating"===d?"reference":"floating":d],f=rectToClientRect(await r.getClippingRect({element:null==(n=await(null==r.isElement?void 0:r.isElement(_)))||n?_:_.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:l,rootBoundary:u,strategy:c})),h="floating"===d?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,v=await(null==r.getOffsetParent?void 0:r.getOffsetParent(i.floating)),b=await(null==r.isElement?void 0:r.isElement(v))&&await(null==r.getScale?void 0:r.getScale(v))||{x:1,y:1},R=rectToClientRect(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:h,offsetParent:v,strategy:c}):h);return{top:(f.top-R.top+g.top)/b.y,bottom:(R.bottom-f.bottom+g.bottom)/b.y,left:(f.left-R.left+g.left)/b.x,right:(R.right-f.right+g.right)/b.x}}function getSideOffsets(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function isAnySideFullyClipped(e){return sides.some(t=>e[t]>=0)}function hasWindow(){return"undefined"!=typeof window}function getNodeName(e){return isNode(e)?(e.nodeName||"").toLowerCase():"#document"}function getWindow(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function getDocumentElement(e){var t;return null==(t=(isNode(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function isNode(e){return!!hasWindow()&&(e instanceof Node||e instanceof getWindow(e).Node)}function isElement(e){return!!hasWindow()&&(e instanceof Element||e instanceof getWindow(e).Element)}function isHTMLElement(e){return!!hasWindow()&&(e instanceof HTMLElement||e instanceof getWindow(e).HTMLElement)}function isShadowRoot(e){return!(!hasWindow()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof getWindow(e).ShadowRoot)}function isOverflowElement(e){const{overflow:t,overflowX:n,overflowY:o,display:a}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&"inline"!==a&&"contents"!==a}function isTableElement(e){return/^(table|td|th)$/.test(getNodeName(e))}function isTopLayer(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}function isContainingBlock(e){const t=isElement(e)?getComputedStyle$1(e):e;return isNotNone(t.transform)||isNotNone(t.translate)||isNotNone(t.scale)||isNotNone(t.rotate)||isNotNone(t.perspective)||!isWebKit()&&(isNotNone(t.backdropFilter)||isNotNone(t.filter))||willChangeRe.test(t.willChange||"")||containRe.test(t.contain||"")}function isWebKit(){return null==isWebKitValue&&(isWebKitValue="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),isWebKitValue}function isLastTraversableNode(e){return/^(html|body|#document)$/.test(getNodeName(e))}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function getNodeScroll(e){return isElement(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function getParentNode(e){if("html"===getNodeName(e))return e;const t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){const t=getParentNode(e);return isLastTraversableNode(t)?e.ownerDocument?e.ownerDocument.body:e.body:isHTMLElement(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const a=getNearestOverflowAncestor(e),r=a===(null==(o=e.ownerDocument)?void 0:o.body),s=getWindow(a);if(r){const e=getFrameElement(s);return t.concat(s,s.visualViewport||[],isOverflowElement(a)?a:[],e&&n?getOverflowAncestors(e):[])}return t.concat(a,getOverflowAncestors(a,[],n))}function getFrameElement(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function getCssDimensions(e){const t=getComputedStyle$1(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const a=isHTMLElement(e),r=a?e.offsetWidth:n,s=a?e.offsetHeight:o,i=round(n)!==r||round(o)!==s;return i&&(n=r,o=s),{width:n,height:o,$:i}}function unwrapElement(e){return isElement(e)?e:e.contextElement}function getScale(e){const t=unwrapElement(e);if(!isHTMLElement(t))return createCoords(1);const n=t.getBoundingClientRect(),{width:o,height:a,$:r}=getCssDimensions(t);let s=(r?round(n.width):n.width)/o,i=(r?round(n.height):n.height)/a;return s&&Number.isFinite(s)||(s=1),i&&Number.isFinite(i)||(i=1),{x:s,y:i}}function getVisualOffsets(e){const t=getWindow(e);return isWebKit()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:noOffsets}function getBoundingClientRect(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const a=e.getBoundingClientRect(),r=unwrapElement(e);let s=createCoords(1);t&&(o?isElement(o)&&(s=getScale(o)):s=getScale(e));const i=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==getWindow(e))&&t}(r,n,o)?getVisualOffsets(r):createCoords(0);let c=(a.left+i.x)/s.x,l=(a.top+i.y)/s.y,u=a.width/s.x,d=a.height/s.y;if(r){const e=getWindow(r),t=o&&isElement(o)?getWindow(o):o;let n=e,a=getFrameElement(n);for(;a&&o&&t!==n;){const e=getScale(a),t=a.getBoundingClientRect(),o=getComputedStyle$1(a),r=t.left+(a.clientLeft+parseFloat(o.paddingLeft))*e.x,s=t.top+(a.clientTop+parseFloat(o.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=r,l+=s,n=getWindow(a),a=getFrameElement(n)}}return rectToClientRect({width:u,height:d,x:c,y:l})}function getWindowScrollBarX(e,t){const n=getNodeScroll(e).scrollLeft;return t?t.left+n:getBoundingClientRect(getDocumentElement(e)).left+n}function getHTMLOffset(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-getWindowScrollBarX(e,n),y:n.top+t.scrollTop}}function getClientRectFromClippingAncestor(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=getWindow(e),o=getDocumentElement(e),a=n.visualViewport;let r=o.clientWidth,s=o.clientHeight,i=0,c=0;if(a){r=a.width,s=a.height;const e=isWebKit();(!e||e&&"fixed"===t)&&(i=a.offsetLeft,c=a.offsetTop)}const l=getWindowScrollBarX(o);if(l<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),a="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,s=Math.abs(o.clientWidth-t.clientWidth-a);s<=25&&(r-=s)}else l<=25&&(r+=l);return{width:r,height:s,x:i,y:c}}(e,n);else if("document"===t)o=function(e){const t=getDocumentElement(e),n=getNodeScroll(e),o=e.ownerDocument.body,a=max(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=max(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let s=-n.scrollLeft+getWindowScrollBarX(e);const i=-n.scrollTop;return"rtl"===getComputedStyle$1(o).direction&&(s+=max(t.clientWidth,o.clientWidth)-a),{width:a,height:r,x:s,y:i}}(getDocumentElement(e));else if(isElement(t))o=function(e,t){const n=getBoundingClientRect(e,!0,"fixed"===t),o=n.top+e.clientTop,a=n.left+e.clientLeft,r=isHTMLElement(e)?getScale(e):createCoords(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:a*r.x,y:o*r.y}}(t,n);else{const n=getVisualOffsets(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return rectToClientRect(o)}function hasFixedPositionAncestor(e,t){const n=getParentNode(e);return!(n===t||!isElement(n)||isLastTraversableNode(n))&&("fixed"===getComputedStyle$1(n).position||hasFixedPositionAncestor(n,t))}function getRectRelativeToOffsetParent(e,t,n){function o(){l.x=getWindowScrollBarX(r)}const a=isHTMLElement(t),r=getDocumentElement(t),s="fixed"===n,i=getBoundingClientRect(e,!0,s,t);let c={scrollLeft:0,scrollTop:0};const l=createCoords(0);if(a||!a&&!s)if(("body"!==getNodeName(t)||isOverflowElement(r))&&(c=getNodeScroll(t)),a){const e=getBoundingClientRect(t,!0,s,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else r&&o();s&&!a&&r&&o();const u=!r||a||s?createCoords(0):getHTMLOffset(r,c);return{x:i.left+c.scrollLeft-l.x-u.x,y:i.top+c.scrollTop-l.y-u.y,width:i.width,height:i.height}}function isStaticPositioned(e){return"static"===getComputedStyle$1(e).position}function getTrueOffsetParent(e,t){if(!isHTMLElement(e)||"fixed"===getComputedStyle$1(e).position)return null;if(t)return t(e);let n=e.offsetParent;return getDocumentElement(e)===n&&(n=n.ownerDocument.body),n}function getOffsetParent(e,t){const n=getWindow(e);if(isTopLayer(e))return n;if(!isHTMLElement(e)){let t=getParentNode(e);for(;t&&!isLastTraversableNode(t);){if(isElement(t)&&!isStaticPositioned(t))return t;t=getParentNode(t)}return n}let o=getTrueOffsetParent(e,t);for(;o&&isTableElement(o)&&isStaticPositioned(o);)o=getTrueOffsetParent(o,t);return o&&isLastTraversableNode(o)&&isStaticPositioned(o)&&!isContainingBlock(o)?n:o||function(e){let t=getParentNode(e);for(;isHTMLElement(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;if(isTopLayer(t))return null;t=getParentNode(t)}return null}(e)||n}function rectsAreEqual(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function autoUpdate(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:a=!0,ancestorResize:r=!0,elementResize:s="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:c=!1}=o,l=unwrapElement(e),u=a||r?[...l?getOverflowAncestors(l):[],...t?getOverflowAncestors(t):[]]:[];u.forEach(e=>{a&&e.addEventListener("scroll",n,{passive:!0}),r&&e.addEventListener("resize",n)});const d=l&&i?function(e,t){function n(){var e;clearTimeout(o),null==(e=a)||e.disconnect(),a=null}let o,a=null;const r=getDocumentElement(e);return function s(i,c){function l(t){const n=t[0].intersectionRatio;if(n!==c){if(!f)return s();n?s(!1,n):o=setTimeout(()=>{s(!1,1e-7)},1e3)}1!==n||rectsAreEqual(u,e.getBoundingClientRect())||s(),f=!1}void 0===i&&(i=!1),void 0===c&&(c=1),n();const u=e.getBoundingClientRect(),{left:d,top:p,width:m,height:g}=u;if(i||t(),!m||!g)return;const _={rootMargin:-floor(p)+"px "+-floor(r.clientWidth-(d+m))+"px "+-floor(r.clientHeight-(p+g))+"px "+-floor(d)+"px",threshold:max(0,min(1,c))||1};let f=!0;try{a=new IntersectionObserver(l,{..._,root:r.ownerDocument})}catch(h){a=new IntersectionObserver(l,_)}a.observe(e)}(!0),n}(l,n):null;let p,m=-1,g=null;s&&(g=new ResizeObserver(e=>{let[o]=e;o&&o.target===l&&g&&t&&(g.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=g)||e.observe(t)})),n()}),l&&!c&&g.observe(l),t&&g.observe(t));let _=c?getBoundingClientRect(e):null;return c&&function t(){const o=getBoundingClientRect(e);_&&!rectsAreEqual(_,o)&&n(),_=o,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{a&&e.removeEventListener("scroll",n),r&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=g)||e.disconnect(),g=null,c&&cancelAnimationFrame(p)}}function deepEqual(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,a;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(!deepEqual(e[o],t[o]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(o=n;0!==o--;)if(!{}.hasOwnProperty.call(t,a[o]))return!1;for(o=n;0!==o--;){const n=a[o];if(("_owner"!==n||!e.$$typeof)&&!deepEqual(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function getDPR(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(e,t){const n=getDPR(e);return Math.round(t*n)/n}function useLatestRef(e){const t=React__namespace.useRef(e);return index$1(()=>{t.current=e}),t}function isNotNull(e){return null!==e}function getSideAndAlignFromPlacement(e){const[t,n="center"]=e.split("-");return[t,n]}function focusFirst$1(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 getOpenState(e){return e?"open":"closed"}function isIndeterminate(e){return"indeterminate"===e}function getCheckedState(e){return isIndeterminate(e)?"indeterminate":e?"checked":"unchecked"}function whenMouse(e){return t=>"mouse"===t.pointerType?e(t):void 0}function _typeof(e){return _typeof="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},_typeof(e)}function toPropertyKey(e){var t=function(e,t){var n,o;if("object"!=_typeof(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=_typeof(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"==_typeof(t)?t:t+""}function _defineProperty(e,t,n){return(t=toPropertyKey(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ownKeys(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 _objectSpread2(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?ownKeys(Object(n),!0).forEach(function(t){_defineProperty(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function _arrayLikeToArray(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 _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(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)?_arrayLikeToArray(e,t):void 0}}function _slicedToArray(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,o,a,r,s,i,c,l=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=l){s=[],i=!0,c=!1;try{if(a=(l=l.call(e)).next,0===t){if(Object(l)!==l)return;i=!1}else for(;!(i=(n=a.call(l)).done)&&(s.push(n.value),s.length!==t);i=!0);}catch(e){c=!0,o=e}finally{try{if(!i&&null!=l.return&&(r=l.return(),Object(r)!==r))return}finally{if(c)throw o}}return s}}(e,t)||_unsupportedIterableToArray(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 _objectWithoutProperties(e,t){var n,o,a,r;if(null==e)return{};if(a=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(r=Object.getOwnPropertySymbols(e),o=0;o<r.length;o++)n=r[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n]);return a}function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends.apply(null,arguments)}function _defineProperties(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,toPropertyKey(o.key),o)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(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 _toConsumableArray(e){return function(e){if(Array.isArray(e))return _arrayLikeToArray(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||_unsupportedIterableToArray(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 trim(e){return e.trim()}function replace(e,t,n){return e.replace(t,n)}function indexof(e,t){return e.indexOf(t)}function charat(e,t){return 0|e.charCodeAt(t)}function substr(e,t,n){return e.slice(t,n)}function strlen(e){return e.length}function sizeof(e){return e.length}function append(e,t){return t.push(e),e}function node(e,t,n,o,a,r,s){return{value:e,root:t,parent:n,type:o,props:a,children:r,line:line,column:column,length:s,return:""}}function copy(e,t){return assign(node("",null,null,"",null,null,0),e,{length:-e.length},t)}function prev(){return character=position>0?charat(characters,--position):0,column--,10===character&&(column=1,line--),character}function next(){return character=position<length?charat(characters,position++):0,column++,10===character&&(column=1,line++),character}function peek(){return charat(characters,position)}function caret(){return position}function slice(e,t){return substr(characters,e,t)}function token(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 alloc(e){return line=column=1,length=strlen(characters=e),position=0,[]}function dealloc(e){return characters="",e}function delimit(e){return trim(slice(position-1,delimiter(91===e?e+2:40===e?e+1:e)))}function whitespace(e){for(;(character=peek())&&character<33;)next();return token(e)>2||token(character)>3?"":" "}function escaping(e,t){for(;--t&&next()&&!(character<48||character>102||character>57&&character<65||character>70&&character<97););return slice(e,caret()+(t<6&&32==peek()&&32==next()))}function delimiter(e){for(;next();)switch(character){case e:return position;case 34:case 39:34!==e&&39!==e&&delimiter(character);break;case 40:41===e&&delimiter(e);break;case 92:next()}return position}function commenter(e,t){for(;next()&&e+character!==57&&(e+character!==84||47!==peek()););return"/*"+slice(t,position-1)+"*"+from(47===e?e:next())}function identifier(e){for(;!token(peek());)next();return slice(e,position)}function compile(e){return dealloc(parse("",null,null,null,[""],e=alloc(e),0,[0],e))}function parse(e,t,n,o,a,r,s,i,c){for(var l=0,u=0,d=s,p=0,m=0,g=0,_=1,f=1,h=1,v=0,b="",R=a,x=r,y=o,C=b;f;)switch(g=v,v=next()){case 40:if(108!=g&&58==charat(C,d-1)){-1!=indexof(C+=replace(delimit(v),"&","&\f"),"&\f")&&(h=-1);break}case 34:case 39:case 91:C+=delimit(v);break;case 9:case 10:case 13:case 32:C+=whitespace(g);break;case 92:C+=escaping(caret()-1,7);continue;case 47:switch(peek()){case 42:case 47:append(comment(commenter(next(),caret()),t,n),c);break;default:C+="/"}break;case 123*_:i[l++]=strlen(C)*h;case 125*_:case 59:case 0:switch(v){case 0:case 125:f=0;case 59+u:-1==h&&(C=replace(C,/\f/g,"")),m>0&&strlen(C)-d&&append(m>32?declaration(C+";",o,n,d-1):declaration(replace(C," ","")+";",o,n,d-2),c);break;case 59:C+=";";default:if(append(y=ruleset(C,t,n,l,u,a,i,b,R=[],x=[],d),r),123===v)if(0===u)parse(C,t,y,y,R,r,d,i,x);else switch(99===p&&110===charat(C,3)?100:p){case 100:case 108:case 109:case 115:parse(e,y,y,o&&append(ruleset(e,y,y,0,0,a,i,b,a,R=[],d),x),a,x,d,i,o?R:x);break;default:parse(C,y,y,y,[""],x,0,i,x)}}l=u=m=0,_=h=1,b=C="",d=s;break;case 58:d=1+strlen(C),m=g;default:if(_<1)if(123==v)--_;else if(125==v&&0==_++&&125==prev())continue;switch(C+=from(v),v*_){case 38:h=u>0?1:(C+="\f",-1);break;case 44:i[l++]=(strlen(C)-1)*h,h=1;break;case 64:45===peek()&&(C+=delimit(next())),p=peek(),u=d=strlen(b=C+=identifier(caret())),v++;break;case 45:45===g&&2==strlen(C)&&(_=0)}}return r}function ruleset(e,t,n,o,a,r,s,i,c,l,u){var d,p,m,g,_,f,h=a-1,v=0===a?r:[""],b=sizeof(v);for(d=0,p=0,m=0;d<o;++d)for(g=0,_=substr(e,h+1,h=abs(p=s[d])),f=e;g<b;++g)(f=trim(p>0?v[g]+" "+_:replace(_,/&\f/g,v[g])))&&(c[m++]=f);return node(e,t,n,0===a?RULESET:i,c,l,u)}function comment(e,t,n){return node(e,t,n,COMMENT,from(character),substr(e,2,-2),0)}function declaration(e,t,n,o){return node(e,t,n,DECLARATION,substr(e,0,o),substr(e,o+1,-1),o)}function serialize(e,t){var n,o="",a=sizeof(e);for(n=0;n<a;n++)o+=t(e[n],n,e,t)||"";return o}function stringify(e,t,n,o){switch(e.type){case LAYER:if(e.children.length)break;case IMPORT:case DECLARATION:return e.return=e.return||e.value;case COMMENT:return"";case KEYFRAMES:return e.return=e.value+"{"+serialize(e.children,o)+"}";case RULESET:e.value=e.props.join(",")}return strlen(n=serialize(e.children,o))?e.return=e.value+"{"+n+"}":""}function middleware(e){var t=sizeof(e);return function(n,o,a,r){var s,i="";for(s=0;s<t;s++)i+=e[s](n,o,a,r)||"";return i}}function memoize(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function prefix(e,t){switch(function(e,t){return 45^charat(e,0)?(((t<<2^charat(e,0))<<2^charat(e,1))<<2^charat(e,2))<<2^charat(e,3):0}(e,t)){case 5103:return WEBKIT+"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 WEBKIT+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return WEBKIT+e+MOZ+e+MS+e+e;case 6828:case 4268:return WEBKIT+e+MS+e+e;case 6165:return WEBKIT+e+MS+"flex-"+e+e;case 5187:return WEBKIT+e+replace(e,/(\w+).+(:[^]+)/,WEBKIT+"box-$1$2"+MS+"flex-$1$2")+e;case 5443:return WEBKIT+e+MS+"flex-item-"+replace(e,/flex-|-self/,"")+e;case 4675:return WEBKIT+e+MS+"flex-line-pack"+replace(e,/align-content|flex-|-self/,"")+e;case 5548:return WEBKIT+e+MS+replace(e,"shrink","negative")+e;case 5292:return WEBKIT+e+MS+replace(e,"basis","preferred-size")+e;case 6060:return WEBKIT+"box-"+replace(e,"-grow","")+WEBKIT+e+MS+replace(e,"grow","positive")+e;case 4554:return WEBKIT+replace(e,/([^-])(transform)/g,"$1"+WEBKIT+"$2")+e;case 6187:return replace(replace(replace(e,/(zoom-|grab)/,WEBKIT+"$1"),/(image-set)/,WEBKIT+"$1"),e,"")+e;case 5495:case 3959:return replace(e,/(image-set\([^]*)/,WEBKIT+"$1$`$1");case 4968:return replace(replace(e,/(.+:)(flex-)?(.*)/,WEBKIT+"box-pack:$3"+MS+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+WEBKIT+e+e;case 4095:case 3583:case 4068:case 2532:return replace(e,/(.+)-inline(.+)/,WEBKIT+"$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(strlen(e)-1-t>6)switch(charat(e,t+1)){case 109:if(45!==charat(e,t+4))break;case 102:return replace(e,/(.+:)(.+)-([^]+)/,"$1"+WEBKIT+"$2-$3$1"+MOZ+(108==charat(e,t+3)?"$3":"$2-$3"))+e;case 115:return~indexof(e,"stretch")?prefix(replace(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==charat(e,t+1))break;case 6444:switch(charat(e,strlen(e)-3-(~indexof(e,"!important")&&10))){case 107:return replace(e,":",":"+WEBKIT)+e;case 101:return replace(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+WEBKIT+(45===charat(e,14)?"inline-":"")+"box$3$1"+WEBKIT+"$2$3$1"+MS+"$2box$3")+e}break;case 5936:switch(charat(e,t+11)){case 114:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return WEBKIT+e+MS+e+e}return e}function handleInterpolation(e,t,n){var o,a,r,s,i,c;if(null==n)return"";if(void 0!==(o=n).__emotion_styles)return o;switch(typeof n){case"boolean":return"";case"object":if(1===(a=n).anim)return cursor={name:a.name,styles:a.styles,next:cursor},a.name;if(void 0!==(r=n).styles){if(void 0!==(s=r.next))for(;void 0!==s;)cursor={name:s.name,styles:s.styles,next:cursor},s=s.next;return r.styles+";"}return function(e,t,n){var o,a,r,s,i,c,l="";if(Array.isArray(n))for(o=0;o<n.length;o++)l+=handleInterpolation(e,t,n[o])+";";else for(a in n)if("object"!=typeof(r=n[a]))isProcessableValue(s=r)&&(l+=processStyleName(a)+":"+processStyleValue(a,s)+";");else if(Array.isArray(r)&&"string"==typeof r[0]&&null==t)for(i=0;i<r.length;i++)isProcessableValue(r[i])&&(l+=processStyleName(a)+":"+processStyleValue(a,r[i])+";");else switch(c=handleInterpolation(e,t,r),a){case"animation":case"animationName":l+=processStyleName(a)+":"+c+";";break;default:l+=a+"{"+c+"}"}return l}(e,t,n);case"function":if(void 0!==e)return i=cursor,c=n(e),cursor=i,handleInterpolation(e,t,c)}return n}function serializeStyles(e,t,n){var o,a,r,s,i,c,l;if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];for(o=!0,a="",cursor=void 0,null==(r=e[0])||void 0===r.raw?(o=!1,a+=handleInterpolation(n,t,r)):a+=r[0],s=1;s<e.length;s++)a+=handleInterpolation(n,t,e[s]),o&&(a+=r[s]);for(labelPattern.lastIndex=0,i="";null!==(c=labelPattern.exec(a));)i+="-"+c[1];return l=function(e){for(var t,n=0,o=0,a=e.length;a>=4;++o,a-=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(a){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)}(a)+i,{name:l,styles:a,next:cursor}}function css$2(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return serializeStyles(t)}function applyPrefixToName(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function classNames(e,t){var n,o,a,r,s;for(n=arguments.length,o=new Array(n>2?n-2:0),a=2;a<n;a++)o[a-2]=arguments[a];if(r=[].concat(o),t&&e)for(s in t)t.hasOwnProperty(s)&&t[s]&&r.push("".concat(applyPrefixToName(e,s)));return r.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function isDocumentElement(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function getScrollTop(e){return isDocumentElement(e)?window.pageYOffset:e.scrollTop}function scrollTo(e,t){isDocumentElement(e)?window.scrollTo(0,t):e.scrollTop=t}function animatedScrollTo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:noop,a=getScrollTop(e),r=t-a,s=10,i=0;!function t(){var c,l=r*((c=(c=i+=s)/n-1)*c*c+1)+a;scrollTo(e,l),i<n?window.requestAnimationFrame(t):o(e)}()}function scrollIntoView(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),a=t.offsetHeight/3;o.bottom+a>n.bottom?scrollTo(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+a,e.scrollHeight)):o.top-a<n.top&&scrollTo(e,Math.max(t.offsetTop-a,0))}function isTouchCapable(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function notNullish(e){return null!=e}function valueTernary(e,t,n){return e?t:n}function getMenuPlacement(e){var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h,v,b,R,x,y=e.maxHeight,C=e.menuEl,S=e.minHeight,E=e.placement,I=e.shouldScroll,w=e.isFixedPosition,A=e.controlHeight,$=function(e){var t,n=getComputedStyle(e),o="absolute"===n.position,a=/(auto|scroll)/;if("fixed"===n.position)return document.documentElement;for(t=e;t=t.parentElement;)if(n=getComputedStyle(t),(!o||"static"!==n.position)&&a.test(n.overflow+n.overflowY+n.overflowX))return t;return document.documentElement}(C),M={placement:"bottom",maxHeight:y};if(!C||!C.offsetParent)return M;switch(t=$.getBoundingClientRect().height,o=(n=C.getBoundingClientRect()).bottom,a=n.height,r=n.top,s=C.offsetParent.getBoundingClientRect().top,i=w?window.innerHeight:isDocumentElement(x=$)?window.innerHeight:x.clientHeight,c=getScrollTop($),l=parseInt(getComputedStyle(C).marginBottom,10),p=i-r,m=(d=s-(u=parseInt(getComputedStyle(C).marginTop,10)))+c,g=t-c-r,_=o-i+c+l,f=c+r-u,h=160,E){case"auto":case"bottom":if(p>=a)return{placement:"bottom",maxHeight:y};if(g>=a&&!w)return I&&animatedScrollTo($,_,h),{placement:"bottom",maxHeight:y};if(!w&&g>=S||w&&p>=S)return I&&animatedScrollTo($,_,h),{placement:"bottom",maxHeight:w?p-l:g-l};if("auto"===E||w)return v=y,(b=w?d:m)>=S&&(v=Math.min(b-l-A,y)),{placement:"top",maxHeight:v};if("bottom"===E)return I&&scrollTo($,_),{placement:"bottom",maxHeight:y};break;case"top":return d>=a?{placement:"top",maxHeight:y}:m>=a&&!w?(I&&animatedScrollTo($,f,h),{placement:"top",maxHeight:y}):!w&&m>=S||w&&d>=S?(R=y,(!w&&m>=S||w&&d>=S)&&(R=w?d-u:m-u),I&&animatedScrollTo($,f,h),{placement:"top",maxHeight:R}):{placement:"bottom",maxHeight:y};default:throw new Error('Invalid placement provided "'.concat(E,'".'))}return M}function isEqual(e,t){return e===t||!(!safeIsNaN(e)||!safeIsNaN(t))}function areInputsEqual(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!isEqual(e[n],t[n]))return!1;return!0}function DummyInput(e){var t=e.innerRef,n=_objectWithoutProperties(e,_excluded),o=removeProps(n,"onExited","in","enter","exit","appear");return jsx("input",_extends({ref:t},o,{css:css$2({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 preventTouchMove(e){e.cancelable&&e.preventDefault()}function allowTouchMove(e){e.stopPropagation()}function preventInertiaScroll(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function isTouchDevice$1(){return"ontouchstart"in window||navigator.maxTouchPoints}function ScrollManager(e){var t=e.children,n=e.lockEnabled,o=e.captureEnabled,a=void 0===o||o,r=e.onBottomArrive,s=e.onBottomLeave,i=e.onTopArrive,c=e.onTopLeave,l=function(e){var t=e.isEnabled,n=e.onBottomArrive,o=e.onBottomLeave,a=e.onTopArrive,r=e.onTopLeave,s=React.useRef(!1),i=React.useRef(!1),c=React.useRef(0),l=React.useRef(null),u=React.useCallback(function(e,t){var c,u,d,p,m,g,_,f;null!==l.current&&(u=(c=l.current).scrollTop,d=c.scrollHeight,p=c.clientHeight,m=l.current,g=t>0,f=!1,(_=d-p-u)>t&&s.current&&(o&&o(e),s.current=!1),g&&i.current&&(r&&r(e),i.current=!1),g&&t>_?(n&&!s.current&&n(e),m.scrollTop=d,f=!0,s.current=!0):!g&&-t>u&&(a&&!i.current&&a(e),m.scrollTop=0,f=!0,i.current=!0),f&&cancelScroll(e))},[n,o,a,r]),d=React.useCallback(function(e){u(e,e.deltaY)},[u]),p=React.useCallback(function(e){c.current=e.changedTouches[0].clientY},[]),m=React.useCallback(function(e){var t=c.current-e.changedTouches[0].clientY;u(e,t)},[u]),g=React.useCallback(function(e){if(e){var t=!!supportsPassiveEvents&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),_=React.useCallback(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return React.useEffect(function(){if(t){var e=l.current;return g(e),function(){_(e)}}},[t,g,_]),function(e){l.current=e}}({isEnabled:a,onBottomArrive:r,onBottomLeave:s,onTopArrive:i,onTopLeave:c}),u=function(e){var t=e.isEnabled,n=e.accountForScrollbars,o=void 0===n||n,a=React.useRef({}),r=React.useRef(null),s=React.useCallback(function(e){var t,n,r,s,i;canUseDOM&&(t=document.body,n=t&&t.style,o&&STYLE_KEYS.forEach(function(e){var t=n&&n[e];a.current[e]=t}),o&&activeScrollLocks<1&&(r=parseInt(a.current.paddingRight,10)||0,s=document.body?document.body.clientWidth:0,i=window.innerWidth-s+r||0,Object.keys(LOCK_STYLES).forEach(function(e){var t=LOCK_STYLES[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(i,"px"))),t&&isTouchDevice$1()&&(t.addEventListener("touchmove",preventTouchMove,listenerOptions),e&&(e.addEventListener("touchstart",preventInertiaScroll,listenerOptions),e.addEventListener("touchmove",allowTouchMove,listenerOptions))),activeScrollLocks+=1)},[o]),i=React.useCallback(function(e){var t,n;canUseDOM&&(t=document.body,n=t&&t.style,activeScrollLocks=Math.max(activeScrollLocks-1,0),o&&activeScrollLocks<1&&STYLE_KEYS.forEach(function(e){var t=a.current[e];n&&(n[e]=t)}),t&&isTouchDevice$1()&&(t.removeEventListener("touchmove",preventTouchMove,listenerOptions),e&&(e.removeEventListener("touchstart",preventInertiaScroll,listenerOptions),e.removeEventListener("touchmove",allowTouchMove,listenerOptions))))},[o]);return React.useEffect(function(){if(t){var e=r.current;return s(e),function(){i(e)}}},[t,s,i]),function(e){r.current=e}}({isEnabled:n}),d=function(e){l(e),u(e)};return jsx(React.Fragment,null,n&&jsx("div",{onClick:blurSelectInput,css:_ref2$1}),t(d))}function testPlatform(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 isMac(){return testPlatform(/^Mac/i)}function isIOS(){return testPlatform(/^iPhone/i)||testPlatform(/^iPad/i)||isMac()&&navigator.maxTouchPoints>1}function toCategorizedOption(e,t,n,o){var a=_isOptionDisabled(e,t,n),r=_isOptionSelected(e,t,n),s=getOptionLabel(e,t),i=getOptionValue(e,t);return{type:"option",data:t,isDisabled:a,isSelected:r,label:s,value:i,index:o}}function buildCategorizedOptions(e,t){return e.options.map(function(n,o){var a,r;return"options"in n?(a=n.options.map(function(n,o){return toCategorizedOption(e,n,t,o)}).filter(function(t){return isFocusable(e,t)}),a.length>0?{type:"group",data:n,options:a,index:o}:void 0):(r=toCategorizedOption(e,n,t,o),isFocusable(e,r)?r:void 0)}).filter(notNullish)}function buildFocusableOptionsFromCategorizedOptions(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,_toConsumableArray(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function buildFocusableOptionsWithIds(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,_toConsumableArray(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 isFocusable(e,t){var n=e.inputValue,o=void 0===n?"":n,a=t.data,r=t.isSelected,s=t.label,i=t.value;return(!shouldHideSelectedOptions(e)||!r)&&_filterOption(e,{label:s,value:i,data:a},o)}function _isOptionDisabled(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function _isOptionSelected(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=getOptionValue(e,t);return n.some(function(t){return getOptionValue(e,t)===o})}function _filterOption(e,t,n){return!e.filterOption||e.filterOption(t,n)}function getState$2(e){return e?"open":"closed"}function composeContextScopes(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function isLazyComponent(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent(n)&&"function"==typeof use&&(n=use(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER}function defaultGetValueLabel(e,t){return`${Math.round(e/t*100)}%`}function getProgressState(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function isNumber(e){return"number"==typeof e}function isValidMaxNumber(e){return isNumber(e)&&!isNaN(e)&&e>0}function isValidValueNumber(e,t){return isNumber(e)&&!isNaN(e)&&e<=t&&e>=0}function getState$1(e){return e?"checked":"unchecked"}function shouldShowPlaceholder(e){return""===e||void 0===e}function useTypeaheadSearch(e){const t=useCallbackRef$1(e),n=React__namespace.useRef(""),o=React__namespace.useRef(0),a=React__namespace.useCallback(e=>{const a=n.current+e;t(a),function e(t){n.current=t,window.clearTimeout(o.current),""!==t&&(o.current=window.setTimeout(()=>e(""),1e3))}(a)},[t]),r=React__namespace.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return React__namespace.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,a,r]}function findNextItem(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),a=o?t[0]:t,r=n?e.indexOf(n):-1;let s=(i=e,c=Math.max(r,0),i.map((e,t)=>i[(c+t)%i.length]));var i,c;1===a.length&&(s=s.filter(e=>e!==n));const l=s.find(e=>e.textValue.toLowerCase().startsWith(a.toLowerCase()));return l!==n?l:void 0}function getState(e){return e?"checked":"unchecked"}function makeTriggerId(e,t){return`${e}-trigger-${t}`}function makeContentId(e,t){return`${e}-content-${t}`}function Tooltip({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:a,container:r,content:s,defaultOpen:i=!1,delayDuration:c=200,isCustomTrigger:l=!1,isPortal:u=!1,isTriggerAsChild:d=!0,open:p,onOpenChange:m,side:g="top",sideOffset:_=4,skipDelayDuration:f=300,...h}){const[v,b]=React.useState(i),R=p??v,x=React.createElement(Content2,{sideOffset:_,alignOffset:t,side:g,align:e,collisionBoundary:a,...h,className:cn(styles$1_content,"demio-ui-tooltip",{[o]:o})},s,React.createElement(Arrow2,{className:styles$1_arrow,width:11,height:5}));return s?React.createElement(Provider,{skipDelayDuration:f,delayDuration:c},React.createElement(Root3,{defaultOpen:i,onOpenChange:e=>{m&&m(e),b(e)},open:R},React.createElement(Trigger,{asChild:l||d},l?React.createElement("div",{className:cn("demio-ui-tooltip-trigger",styles$1_tooltipTrigger)},n):n),u?React.createElement(Portal,{container:r},x):x)):n}var hasRequiredClassnames,originalBodyPointerEvents,BRANCH_NAME,DismissableLayerBranch,AUTOFOCUS_ON_MOUNT,AUTOFOCUS_ON_UNMOUNT,EVENT_OPTIONS$1,FOCUS_SCOPE_NAME,FocusScope,focusScopesStack,PORTAL_NAME$7,Portal$5,Presence,count,extendStatics,__assign,zeroRightClassName,fullWidthClassName,noScrollbarsClassName,removedBarSizeVariable,useIsomorphicLayoutEffect,currentValues,SideCar$1,effectCar,nothing,RemoveScroll,getNonce,stylesheetSingleton,styleHookSingleton,styleSingleton,zeroGap,parse$1,getOffset,getGapWidth,Style,lockAttribute,getStyles,getCurrentUseCounter,useLockAttribute,RemoveScrollBar,passiveSupported,options$1,nonPassive,alwaysContainsScroll,elementCanBeScrolled,elementCouldBeVScrolled,elementCouldBeHScrolled,locationCouldBeScrolled,getVScrollVariables,getHScrollVariables,elementCouldBeScrolled,getScrollVariables,getDirectionFactor,handleScroll,getTouchXY,getDeltaXY,extractRef,deltaCompare,generateStyle,idCounter,lockStack,SideCar,ReactRemoveScroll,getDefaultParent,counterMap,uncontrolledNodes,markerMap,lockCount,unwrapHost,correctTargets,applyAttributeToOthers,hideOthers,DIALOG_NAME,Dialog,TRIGGER_NAME$7,DialogTrigger,PORTAL_NAME$6,DialogPortal,OVERLAY_NAME$1,DialogOverlay,Slot$3,DialogOverlayImpl,CONTENT_NAME$8,DialogContent,DialogContentModal,DialogContentNonModal,DialogContentImpl,TITLE_NAME$1,DialogTitle,DESCRIPTION_NAME$1,DialogDescription,CLOSE_NAME$1,DialogClose,TITLE_WARNING_NAME,TitleWarning,DESCRIPTION_WARNING_NAME,DescriptionWarning$1,Root$8,Trigger$5,Portal$4,Overlay,Content$2,Title,Description,Close,ROOT_NAME,useDialogScope,AlertDialog,TRIGGER_NAME$6,AlertDialogPortal,OVERLAY_NAME,AlertDialogOverlay,CONTENT_NAME$7,Slottable$1,AlertDialogContent,TITLE_NAME,AlertDialogTitle,DESCRIPTION_NAME,AlertDialogDescription,ACTION_NAME,AlertDialogAction,CANCEL_NAME,AlertDialogCancel,DescriptionWarning,Root2$6,Portal2$1,Overlay2,Content2$5,Action,Cancel,Title2,Description2,_path$1$,SvgClose,styles$r,styles$q,styles$p_overlay,styles$p_close,styles$p_content,styles$p_title,styles$p_description,styles$p_buttons,REACT_LAZY_TYPE$2,use$2,SLOTTABLE_IDENTIFIER$2,Primitive$2,shim,useSyncExternalStoreShim_production,require$$0,hasRequiredUseSyncExternalStoreShim_production,useSyncExternalStoreShim_development,hasRequiredUseSyncExternalStoreShim_development,hasRequiredShim,shimExports,AVATAR_NAME,Avatar$1,IMAGE_NAME,AvatarImage,FALLBACK_NAME,AvatarFallback,Root$7,Image$1,Fallback,_path$1_,_g$p,SvgAdd,_path$1Z,SvgArrowLeft,_path$1Y,SvgCheck,_path$1X,SvgDelete,_path$1W,SvgEdit,_path$1V,SvgEditSection,_path$1U,_g$o,SvgKeyboardArrowDown,_path$1T,SvgPlus,_path$1S,SvgSearch,_path$1R,_path2$5,SvgArrowLeftDouble,_path$1Q,SvgArrowLeftSingle,_path$1P,SvgCompress,_path$1O,SvgExpand,_path$1N,SvgAt,_path$1M,SvgCheckCircle,_path$1L,SvgCheckCircleSolid,_path$1K,SvgCheckbox,_path$1J,SvgExclamation,_path$1I,SvgPasswordEye,_path$1H,SvgPasswordEyeCrossed,_path$1G,SvgAlert,_path$1F,SvgCamera,_g$n,_defs$1,SvgCameraOutlined,_path$1E,SvgChatIcon,_path$1D,_path2$4,_path3$1,_path4,_path5,SvgChatDisabled,_path$1C,_g$m,SvgMicOff,_path$1B,_g$l,SvgMicOff1,_path$1A,SvgMicOutlined,_path$1z,_g$k,SvgMic1,_path$1y,SvgMicBold,_path$1x,_g$j,SvgVideocam,_path$1w,_g$i,SvgVideocam1,_path$1v,_g$h,SvgVolumeOff1,_path$1u,_g$g,SvgVolumeUp,_path$1t,SvgClock,_path$1s,SvgCopy,_path$1r,SvgDots,_path$1q,SvgDownload,_path$1p,SvgExternalLink,_path$1o,SvgFile,_path$1n,SvgFilterList,_path$1m,SvgFlipCamera,_path$1l,SvgGear,_path$1k,SvgLock,_path$1j,SvgMail,_path$1i,SvgPlay,_circle,_path$1h,SvgPlayCircle,_path$1g,SvgSync,_path$1f,SvgTimesCircle,_path$1e,SvgTrash,_path$1d,SvgUndo,_path$1c,SvgHelp,_path$1b,SvgHelpSolid,_path$1a,SvgInfo,_path$19,_g$f,SvgInfo1,_path$18,SvgInfoCircle,_path$17,SvgInfoCircleSolid,_path$16,_g$e,SvgWarning,_path$15,_g$d,SvgWarning1,_path$14,SvgBarChart,_path$13,SvgInsights,_path$12,_path2$3,SvgPoll,_path$11,SvgProgress,_path$10,SvgTrendingDown,_path$$,SvgTrendingUp,_path$_,_g$c,SvgCalendar,_path$Z,_g$b,SvgEventDetails,_path$Y,_g$a,SvgEventRepeat,_path$X,_g$9,SvgToday,_rect$2,_path$W,SvgFacebook,_path$V,SvgFacebookSquared,_rect$1,_path$U,SvgLinkedin,_path$T,SvgLinkedinSquared,_path$S,SvgPeople,_path$R,SvgPeopleCommunity,_path$Q,SvgPerson,_path$P,SvgPersonDelete,_path$O,SvgSmile,_rect,_path$N,SvgYoutube,_path$M,SvgYoutubeSquared,_path$L,SvgLocation,_path$K,SvgSidebar,_path$J,SvgSpotlight,_path$I,SvgOutStage,_path$H,SvgPresentation,_path$G,SvgScreenPerson,_path$F,SvgScreenScareWindows,_path$E,SvgScreenSharing,_path$D,SvgStage,_path$C,_g$8,SvgBlock,_path$B,_g$7,SvgBlurOn,_path$A,_g$6,SvgCached,_path$z,_g$5,SvgCustomize,_path$y,_g$4,SvgElectricBolt,_g$3,_defs,SvgFeatureAction,_path$x,SvgItems,_path$w,SvgList,_path$v,SvgMagic,_path$u,SvgMaterial,_path$t,_g$2,SvgMaterials,_path$s,SvgMobileDevice,_path$r,SvgRadio,_path$q,_path2$2,_path3,SvgReplayDisabled,_path$p,SvgRestart,_path$o,SvgRocket,_path$n,_g$1,SvgStackedEmail,_path$m,SvgChatDisabledOld,_path$l,SvgEyeSolid,_path$k,_g,SvgOnDemand,_path$j,SvgPastSession,_path$i,SvgPersonCard,_path$h,SvgPersonCheck,_path$g,SvgPersonCrossed,_path$f,SvgPersonPlus,_path$e,SvgRestreaming,_path$d,SvgRestreamingDisabled,_path$c,SvgSeriesType,_path$b,SvgSessionTime,_path$a,SvgShield,_path$9,SvgSmileSolid,_path$8,SvgStandardType,_path$7,SvgUpcomingSession,_path$6,SvgDownloadAll,_path$5,SvgEmail,_path$4,SvgEmptyBasket,_path$3,SvgReplace,_path$2,_path2$1,SvgUnverified,_path$1,SvgUpload,_path,_path2,SvgVerified,index$2,styles$o,styles$n,styles$m,styles$l,CHECKBOX_NAME,TRIGGER_NAME$5,CheckboxTrigger,Checkbox$1,INDICATOR_NAME$3,CheckboxIndicator,BUBBLE_INPUT_NAME$4,CheckboxBubbleInput,REACT_LAZY_TYPE$1,use$1,SLOTTABLE_IDENTIFIER$1,Primitive$1,NAME$2,Label$2,Root$6,styles$k_label,styles$k_semiBold,styles$k_regular,styles$j_container,styles$j_root,styles$j_label,styles$i_root,styles$i_error,styles$h,styles$g_root,styles$g_input,styles$g_button,styles$g_inputWrapper,UserAgent_DEPRECATED_1,hasRequiredUserAgent_DEPRECATED,ExecutionEnvironment_1,hasRequiredExecutionEnvironment,isEventSupported_1,hasRequiredIsEventSupported,normalizeWheel_1,hasRequiredNormalizeWheel$1,normalizeWheel$1,hasRequiredNormalizeWheel,normalizeWheel,css_248z,MIN_ZOOM,MAX_ZOOM,KEYBOARD_STEP,Cropper,DirectionContext,PAGE_KEYS,ARROW_KEYS$1,BACK_KEYS,SLIDER_NAME,Slider,SliderHorizontal,SliderVertical,SliderImpl,TRACK_NAME,SliderTrack,RANGE_NAME,SliderRange,THUMB_NAME$1,SliderThumb,SliderThumbImpl,BUBBLE_INPUT_NAME$3,SliderBubbleInput,Root$5,Track,Range,Thumb$1,style$6_container,style$6_track,style$6_range,style$6_thumb,style$6_thumbArea,style$5_root,style$5_wrapper,style$5_slider,css$5_toast,css$5_noCloseBtn,css$5_icon,css$5_success,css$5_warning,css$5_error,css$5_info,css$5_message,css$5_description,css$5_noMessage,css$5_closeButton,css$5_closeIcon,css$4,toast$1,style$4_note,style$4_icon,style$3_container,style$3_isDraggedOver,styles$f_overlay,styles$f_header,styles$f_isTitleHidden,styles$f_close,styles$f_title,styles$f_titleCentered,styles$f_content,styles$f_body,styles$e,isClient$1,noop$2,index$1,NAME$1,Arrow$1,Root$4,POPPER_NAME,Popper,ANCHOR_NAME$2,PopperAnchor,CONTENT_NAME$6,PopperContent,ARROW_NAME$5,OPPOSITE_SIDE,PopperArrow,transformOrigin,Root2$5,Anchor,Content$1,Arrow,ENTRY_FOCUS,EVENT_OPTIONS,GROUP_NAME$3,RovingFocusGroup,RovingFocusGroupImpl,ITEM_NAME$4,RovingFocusGroupItem,MAP_KEY_TO_FOCUS_INTENT,Root$3,Item$1,SELECTION_KEYS$1,LAST_KEYS,FIRST_LAST_KEYS,SUB_OPEN_KEYS,SUB_CLOSE_KEYS,MENU_NAME,usePopperScope$3,useRovingFocusGroupScope$2,Menu$2,ANCHOR_NAME$1,MenuAnchor,PORTAL_NAME$4,MenuPortal$1,CONTENT_NAME$5,MenuContent,MenuRootContentModal,MenuRootContentNonModal,Slot$2,MenuContentImpl,GROUP_NAME$2,MenuGroup,LABEL_NAME$2,MenuLabel,ITEM_NAME$3,ITEM_SELECT,MenuItem,MenuItemImpl,CHECKBOX_ITEM_NAME$1,MenuCheckboxItem,RADIO_GROUP_NAME$2,MenuRadioGroup,RADIO_ITEM_NAME$1,MenuRadioItem,ITEM_INDICATOR_NAME$1,MenuItemIndicator,SEPARATOR_NAME$2,MenuSeparator,ARROW_NAME$4,MenuArrow,SUB_NAME,SUB_TRIGGER_NAME$1,MenuSubTrigger,SUB_CONTENT_NAME$1,MenuSubContent,Root3$1,Anchor2,Portal$3,Content2$4,Group$2,Label,Item2$2,CheckboxItem,RadioGroup$2,RadioItem,ItemIndicator,Separator,Arrow2$2,SubTrigger,SubContent,DROPDOWN_MENU_NAME,useMenuScope,DropdownMenu,TRIGGER_NAME$4,DropdownMenuTrigger$1,DropdownMenuPortal$1,CONTENT_NAME$4,DropdownMenuContent$1,GROUP_NAME$1,DropdownMenuGroup$1,LABEL_NAME$1,DropdownMenuLabel$1,ITEM_NAME$2,DropdownMenuItem$1,CHECKBOX_ITEM_NAME,RADIO_GROUP_NAME$1,RADIO_ITEM_NAME,INDICATOR_NAME$2,SEPARATOR_NAME$1,DropdownMenuSeparator$1,ARROW_NAME$3,SUB_TRIGGER_NAME,SUB_CONTENT_NAME,Root2$4,Trigger$4,Portal2,Content2$3,Group2,Label2,Item2$1,Separator2,styles$d_content,styles$d_scrollableArea,styles$d_item,styles$d_label,styles$d_warning,styles$d_separator,styles$c,styles$b_infoBanner,styles$b_infoBannerWrapper,styles$b_contentWrapper,styles$b_title,styles$b_iconWrapper,css$3_overlay,css$3_closeBtn,css$3_isHidden,css$3_title,css$3_withHeader,css$3_header,css$3_noTitle,css$3_content,css$3_body,css$3_footer,css$3_footerButtonsContainer,css$3_withFooter,css$3_btn,_excluded$6,StyleSheet,MS,MOZ,WEBKIT,COMMENT,RULESET,DECLARATION,IMPORT,KEYFRAMES,LAYER,abs,from,assign,line,column,length,position,character,characters,weakMemoize,isBrowser$3,identifierWithPointTracking,toRules,getRules,fixedElements,compat,removeLabel,prefixer,getServerStylisCache,defaultStylisPlugins,createCache,isBrowser$2,registerStyles,insertStyles,unitlessKeys,hyphenateRegex,animationRegex,isCustomProperty,isProcessableValue,processStyleName,processStyleValue,labelPattern,cursor,isBrowser$1,syncFallback,useInsertionEffect,useInsertionEffectAlwaysWithSyncFallback,isBrowser,EmotionCacheContext,withEmotionCache,ThemeContext,hasOwn,typePropName,createEmotionProps,Insertion,Emotion,Emotion$1,jsx,isClient,noop$1,index,_excluded$4,noop,cleanValue,cleanCommonProps,getStyleProps,passiveOptionAccessed,options,w,supportsPassiveEvents,removeProps,_excluded$3,_excluded2$1,coercePlacement,menuCSS,PortalPlacementContext,MenuPlacer,Menu$1,menuListCSS,MenuList,noticeCSS,noOptionsMessageCSS,loadingMessageCSS,NoOptionsMessage,LoadingMessage,menuPortalCSS,MenuPortal,containerCSS,SelectContainer,valueContainerCSS,ValueContainer,indicatorsContainerCSS,IndicatorsContainer,_templateObject,_excluded$2,_excluded2,_ref2$2,Svg,CrossIcon,DownChevron,baseCSS,dropdownIndicatorCSS,DropdownIndicator,clearIndicatorCSS,ClearIndicator,indicatorSeparatorCSS,IndicatorSeparator,loadingDotAnimations,loadingIndicatorCSS,LoadingDot,LoadingIndicator,css$1,Control$1,_excluded$1,groupCSS,Group,groupHeadingCSS,GroupHeading,Group$1,_excluded$5,inputCSS,spacingStyle,containerStyle,inputStyle,Input,multiValueCSS,multiValueLabelCSS,multiValueRemoveCSS,MultiValueGeneric,MultiValue,optionCSS,placeholderCSS,css,components,defaultComponents,safeIsNaN,_ref,A11yText$1,defaultAriaLiveMessages,LiveRegion,LiveRegion$1,diacritics,anyDiacritic,diacriticToBase,i,diacritic,j,stripDiacritics,memoizedStripDiacriticsForInput,trimString,defaultStringify,createFilter,_excluded,cancelScroll,STYLE_KEYS,LOCK_STYLES,canUseDOM,activeScrollLocks,listenerOptions,blurSelectInput,_ref2$1,_ref2,RequiredInput,RequiredInput$1,formatGroupLabel,getOptionLabel$1,getOptionValue$1,isOptionDisabled,defaultStyles,baseUnit,defaultTheme,defaultProps,getFocusedOptionId,getOptionLabel,getOptionValue,shouldHideSelectedOptions,instanceId,Select$2,StateManagedSelect,StateManagedSelect$1,styles$a_menuPortal,styles$a_container,styles$a_menu,styles$a_menuList,styles$a_option,styles$a_optionFocused,styles$a_optionDisabled,styles$a_optionSelected,styles$a_input,styles$a_control,styles$a_controlIsFocused,styles$a_isDisabled,styles$a_placeholder,styles$a_selectedValueWithIcon,styles$a_selectedValueIcon,styles$a_multiValue,styles$a_indicator,styles$a_indicatorIsDisabled,styles$a_controlIsOpened,styles$a_multiValueIsDisabled,styles$a_multiValueLabel,styles$a_multiValueLabelIsDisabled,styles$a_multiValueRemove,styles$a_multiValueRemoveIsDisabled,styles$a_valueContainer,styles$a_singleValue,styles$a_noOptionMessage,styles$a_errorMessage,styles$a_wrapper,styles$a_wrapperWithIcon,styles$a_isMulti,styles$a_label,styles$a_optional,styles$a_indicatorsContainer,styles$a_selectedValueText,styles$9_container,styles$9_button,styles$9_selected,styles$9_rotated,styles$9_disabled,POPOVER_NAME,usePopperScope$2,Popover$1,ANCHOR_NAME,TRIGGER_NAME$3,PopoverTrigger,PORTAL_NAME$2,PopoverPortal,CONTENT_NAME$3,PopoverContent,Slot$1,PopoverContentModal,PopoverContentNonModal,PopoverContentImpl,CLOSE_NAME,ARROW_NAME$2,PopoverArrow,Root2$3,Trigger$3,Portal$2,Content2$2,Arrow2$1,styles$8_popoverContent,styles$8_popoverTrigger,styles$8_arrow,REACT_LAZY_TYPE,use,SLOTTABLE_IDENTIFIER,Primitive,PROGRESS_NAME,DEFAULT_MAX,Progress$1,INDICATOR_NAME$1,ProgressIndicator,Root$2,Indicator$1,styles$7_root,styles$7_indicator,RADIO_NAME,Radio,INDICATOR_NAME,RadioIndicator,BUBBLE_INPUT_NAME$2,RadioBubbleInput,ARROW_KEYS,RADIO_GROUP_NAME,useRovingFocusGroupScope$1,useRadioScope,RadioGroup$1,ITEM_NAME$1,RadioGroupItem,INDICATOR_NAME2,RadioGroupIndicator,Root2$2,Item2,Indicator,styles$6,VISUALLY_HIDDEN_STYLES,NAME,VisuallyHidden,Root$1,OPEN_KEYS,SELECTION_KEYS,SELECT_NAME,usePopperScope$1,Select$1,TRIGGER_NAME$2,SelectTrigger,VALUE_NAME,SelectValue,ICON_NAME,SelectIcon,SelectPortal,CONTENT_NAME$2,SelectContent,CONTENT_MARGIN,CONTENT_IMPL_NAME,Slot,SelectContentImpl,ITEM_ALIGNED_POSITION_NAME,SelectItemAlignedPosition,POPPER_POSITION_NAME,SelectPopperPosition,VIEWPORT_NAME,SelectViewport,GROUP_NAME,LABEL_NAME,ITEM_NAME,SelectItem$1,ITEM_TEXT_NAME,SelectItemText$1,ITEM_INDICATOR_NAME,SCROLL_UP_BUTTON_NAME,SCROLL_DOWN_BUTTON_NAME,SelectScrollButtonImpl,SEPARATOR_NAME,ARROW_NAME$1,BUBBLE_INPUT_NAME$1,SelectBubbleInput,Root2$1,Trigger$2,Value,Icon,Portal$1,Content2$1,Viewport,Item,ItemText,styles$5_trigger,styles$5_icon,styles$5_startIcon,styles$5_value,styles$5_content,styles$5_item,SWITCH_NAME,Switch$1,THUMB_NAME,SwitchThumb,BUBBLE_INPUT_NAME,SwitchBubbleInput,Root,Thumb,styles$4_root,styles$4_thumb,TABS_NAME,useRovingFocusGroupScope,Tabs,TAB_LIST_NAME,TabsList$1,TRIGGER_NAME$1,TabsTrigger,CONTENT_NAME$1,TabsContent$1,Root2,List,Trigger$1,Content,styles$3_root,styles$3_list,styles$3_tab,styles$3_content,styles$2_default,styles$2_deleteButton,usePopperScope,PROVIDER_NAME,DEFAULT_DELAY_DURATION,TOOLTIP_OPEN,TooltipProvider,TOOLTIP_NAME,Tooltip$1,TRIGGER_NAME,TooltipTrigger,PORTAL_NAME,TooltipPortal,CONTENT_NAME,TooltipContent,TooltipContentHoverable,Slottable,TooltipContentImpl,ARROW_NAME,TooltipArrow,Provider,Root3,Trigger,Portal,Content2,Arrow2,styles$1_content,styles$1_tooltipTrigger,styles$1_arrow,styles,style$2_triggerButton,style$2_triggerButtonIcon,style$2_menuContent,style$2_menuItem,style$2_menuItemDisabled,style$1_root,style$1_image,style$1_row,style$1_iconContainer,style$1_icon,style$1_percent,style$1_fileData,style$1_isUploadMode,style$1_noMenu,style$1_fileName,style$1_duration,style_root,style_croppedImageContainer,style_croppedImageWrapper,style_croppedImage,style_uploadLabel,style_uploadInput,style_icon,style_header,style_text,style_uploadTextFormat,style_modalContent,style_modalBody,style_modalFooter,exported,React=require("react"),jsxRuntime=require("react/jsx-runtime"),ReactDOM=require("react-dom"),client=require("react-dom/client"),React__namespace=_interopNamespaceDefault(React),ReactDOM__namespace=_interopNamespaceDefault(ReactDOM),classnames={exports:{}},classnamesExports=requireClassnames(),cn=getDefaultExportFromCjs(classnamesExports),useLayoutEffect2=globalThis?.document?React__namespace.useLayoutEffect:()=>{},useReactId=React__namespace[" useId ".trim().toString()]||(()=>{}),count$1=0,useInsertionEffect$1=React__namespace[" useInsertionEffect ".trim().toString()]||useLayoutEffect2,SLOTTABLE_IDENTIFIER$3=Symbol("radix.slottable"),NODES$3=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Primitive$3=NODES$3.reduce((e,t)=>{const n=createSlot$3(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),DISMISSABLE_LAYER_NAME="DismissableLayer",CONTEXT_UPDATE="dismissableLayer.update",POINTER_DOWN_OUTSIDE="dismissableLayer.pointerDownOutside",FOCUS_OUTSIDE="dismissableLayer.focusOutside",DismissableLayerContext=React__namespace.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),DismissableLayer=React__namespace.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:r,onInteractOutside:s,onDismiss:i,...c}=e,l=React__namespace.useContext(DismissableLayerContext),[u,d]=React__namespace.useState(null),p=u?.ownerDocument??globalThis?.document,[,m]=React__namespace.useState({}),g=useComposedRefs(t,e=>d(e)),_=Array.from(l.layers),[f]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),h=_.indexOf(f),v=u?_.indexOf(u):-1,b=l.layersWithOutsidePointerEventsDisabled.size>0,R=v>=h,x=function(e,t=globalThis?.document){const n=useCallbackRef$1(e),o=React__namespace.useRef(!1),a=React__namespace.useRef(()=>{});return React__namespace.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){handleAndDispatchCustomEvent(POINTER_DOWN_OUTSIDE,n,r,{discrete:!0})};const r={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",a.current),a.current=o,t.addEventListener("click",a.current,{once:!0})):o()}else t.removeEventListener("click",a.current);o.current=!1},r=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(r),t.removeEventListener("pointerdown",e),t.removeEventListener("click",a.current)}},[t,n]),{onPointerDownCapture:()=>o.current=!0}}(e=>{const t=e.target,n=[...l.branches].some(e=>e.contains(t));R&&!n&&(a?.(e),s?.(e),e.defaultPrevented||i?.())},p),y=function(e,t=globalThis?.document){const n=useCallbackRef$1(e),o=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=e=>{e.target&&!o.current&&handleAndDispatchCustomEvent(FOCUS_OUTSIDE,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;[...l.branches].some(e=>e.contains(t))||(r?.(e),s?.(e),e.defaultPrevented||i?.())},p);return function(e,t=globalThis?.document){const n=useCallbackRef$1(e);React__namespace.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=>{v===l.layers.size-1&&(o?.(e),!e.defaultPrevented&&i&&(e.preventDefault(),i()))},p),React__namespace.useEffect(()=>{if(u)return n&&(0===l.layersWithOutsidePointerEventsDisabled.size&&(originalBodyPointerEvents=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),dispatchUpdate(),()=>{n&&1===l.layersWithOutsidePointerEventsDisabled.size&&(p.body.style.pointerEvents=originalBodyPointerEvents)}},[u,p,n,l]),React__namespace.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),dispatchUpdate())},[u,l]),React__namespace.useEffect(()=>{const e=()=>m({});return document.addEventListener(CONTEXT_UPDATE,e),()=>document.removeEventListener(CONTEXT_UPDATE,e)},[]),jsxRuntime.jsx(Primitive$3.div,{...c,ref:g,style:{pointerEvents:b?R?"auto":"none":void 0,...e.style},onFocusCapture:composeEventHandlers(e.onFocusCapture,y.onFocusCapture),onBlurCapture:composeEventHandlers(e.onBlurCapture,y.onBlurCapture),onPointerDownCapture:composeEventHandlers(e.onPointerDownCapture,x.onPointerDownCapture)})});if(DismissableLayer.displayName=DISMISSABLE_LAYER_NAME,BRANCH_NAME="DismissableLayerBranch",DismissableLayerBranch=React__namespace.forwardRef((e,t)=>{const n=React__namespace.useContext(DismissableLayerContext),o=React__namespace.useRef(null),a=useComposedRefs(t,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),jsxRuntime.jsx(Primitive$3.div,{...e,ref:a})}),DismissableLayerBranch.displayName=BRANCH_NAME,AUTOFOCUS_ON_MOUNT="focusScope.autoFocusOnMount",AUTOFOCUS_ON_UNMOUNT="focusScope.autoFocusOnUnmount",EVENT_OPTIONS$1={bubbles:!1,cancelable:!0},FOCUS_SCOPE_NAME="FocusScope",FocusScope=React__namespace.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:a,onUnmountAutoFocus:r,...s}=e,[i,c]=React__namespace.useState(null),l=useCallbackRef$1(a),u=useCallbackRef$1(r),d=React__namespace.useRef(null),p=useComposedRefs(t,e=>c(e)),m=React__namespace.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;React__namespace.useEffect(()=>{if(o){let e=function(e){if(m.paused||!i)return;const t=e.target;i.contains(t)?d.current=t:focus(d.current,{select:!0})},t=function(e){if(m.paused||!i)return;const t=e.relatedTarget;null!==t&&(i.contains(t)||focus(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&focus(i)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return i&&o.observe(i,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[o,i,m.paused]),React__namespace.useEffect(()=>{if(i){focusScopesStack.add(m);const t=document.activeElement;if(!i.contains(t)){const n=new CustomEvent(AUTOFOCUS_ON_MOUNT,EVENT_OPTIONS$1);i.addEventListener(AUTOFOCUS_ON_MOUNT,l),i.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(focus(o,{select:t}),document.activeElement!==n)return}((e=getTabbableCandidates(i),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&focus(i))}return()=>{i.removeEventListener(AUTOFOCUS_ON_MOUNT,l),setTimeout(()=>{const e=new CustomEvent(AUTOFOCUS_ON_UNMOUNT,EVENT_OPTIONS$1);i.addEventListener(AUTOFOCUS_ON_UNMOUNT,u),i.dispatchEvent(e),e.defaultPrevented||focus(t??document.body,{select:!0}),i.removeEventListener(AUTOFOCUS_ON_UNMOUNT,u),focusScopesStack.remove(m)},0)}}var e},[i,l,u,m]);const g=React__namespace.useCallback(e=>{if(!n&&!o)return;if(m.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,a=document.activeElement;if(t&&a){const t=e.currentTarget,[o,r]=function(e){const t=getTabbableCandidates(e);return[findVisible(t,e),findVisible(t.reverse(),e)]}(t);o&&r?e.shiftKey||a!==r?e.shiftKey&&a===o&&(e.preventDefault(),n&&focus(r,{select:!0})):(e.preventDefault(),n&&focus(o,{select:!0})):a===t&&e.preventDefault()}},[n,o,m.paused]);return jsxRuntime.jsx(Primitive$3.div,{tabIndex:-1,...s,ref:p,onKeyDown:g})}),FocusScope.displayName=FOCUS_SCOPE_NAME,focusScopesStack=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=arrayRemove(e,t),e.unshift(t)},remove(t){e=arrayRemove(e,t),e[0]?.resume()}}}(),PORTAL_NAME$7="Portal",(Portal$5=React__namespace.forwardRef((e,t)=>{const{container:n,...o}=e,[a,r]=React__namespace.useState(!1);useLayoutEffect2(()=>r(!0),[]);const s=n||a&&globalThis?.document?.body;return s?ReactDOM.createPortal(jsxRuntime.jsx(Primitive$3.div,{...o,ref:t}),s):null})).displayName=PORTAL_NAME$7,(Presence=e=>{const{present:t,children:n}=e,o=usePresence(t),a="function"==typeof n?n({present:o.isPresent}):React__namespace.Children.only(n),r=useComposedRefs(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)}(a));return"function"==typeof n||o.isPresent?React__namespace.cloneElement(a,{ref:r}):null}).displayName="Presence",count=0,extendStatics=function(e,t){return extendStatics=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])},extendStatics(e,t)},__assign=function(){return __assign=Object.assign||function(e){var t,n,o,a;for(n=1,o=arguments.length;n<o;n++)for(a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},__assign.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,zeroRightClassName="right-scroll-bar-position",fullWidthClassName="width-before-scroll-bar",noScrollbarsClassName="with-scroll-bars-hidden",removedBarSizeVariable="--removed-body-scroll-bar-size",useIsomorphicLayoutEffect="undefined"!=typeof window?React__namespace.useLayoutEffect:React__namespace.useEffect,currentValues=new WeakMap,(SideCar$1=function(e){var t,n=e.sideCar,o=__rest(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 React__namespace.createElement(t,__assign({},o))}).isSideCarExport=!0,effectCar=function(e){void 0===e&&(e={});var t=function(e,t){var n,o;return void 0===t&&(t=ItoI),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 a=t(e,o);return n.push(a),function(){n=n.filter(function(e){return e!==a})}},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,a,r,s;o=!0,t=[],n.length&&(a=n,n=[],a.forEach(e),t=n),r=function(){var n=t;t=[],n.forEach(e)},(s=function(){return Promise.resolve().then(r)})(),n={push:function(e){t.push(e),s()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=__assign({async:!0,ssr:!1},e),t}(),nothing=function(){},RemoveScroll=React__namespace.forwardRef(function(e,t){var n=React__namespace.useRef(null),o=React__namespace.useState({onScrollCapture:nothing,onWheelCapture:nothing,onTouchMoveCapture:nothing}),a=o[0],r=o[1],s=e.forwardProps,i=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,p=e.sideCar,m=e.noRelative,g=e.noIsolation,_=e.inert,f=e.allowPinchZoom,h=e.as,v=void 0===h?"div":h,b=e.gapMode,R=__rest(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),x=p,y=useMergeRefs([n,t]),C=__assign(__assign({},R),a);return React__namespace.createElement(React__namespace.Fragment,null,u&&React__namespace.createElement(x,{sideCar:effectCar,removeScrollBar:l,shards:d,noRelative:m,noIsolation:g,inert:_,setCallbacks:r,allowPinchZoom:!!f,lockRef:n,gapMode:b}),s?React__namespace.cloneElement(React__namespace.Children.only(i),__assign(__assign({},C),{ref:y})):React__namespace.createElement(v,__assign({},C,{className:c,ref:y}),i))}),RemoveScroll.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},RemoveScroll.classNames={fullWidth:fullWidthClassName,zeroRight:zeroRightClassName},getNonce=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},stylesheetSingleton=function(){var e=0,t=null;return{add:function(n){var o,a;0==e&&(t=document?((o=document.createElement("style")).type="text/css",(a=getNonce())&&o.setAttribute("nonce",a),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)}}},styleHookSingleton=function(){var e=stylesheetSingleton();return function(t,n){React__namespace.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},styleSingleton=function(){var e=styleHookSingleton(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},zeroGap={left:0,top:0,right:0,gap:0},parse$1=function(e){return parseInt(e||"",10)||0},getOffset=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],o=t["padding"===e?"paddingTop":"marginTop"],a=t["padding"===e?"paddingRight":"marginRight"];return[parse$1(n),parse$1(o),parse$1(a)]},getGapWidth=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?zeroGap:(t=getOffset(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])})},Style=styleSingleton(),lockAttribute="data-scroll-locked",getStyles=function(e,t,n,o){var a=e.left,r=e.top,s=e.right,i=e.gap;return void 0===n&&(n="margin"),"\n .".concat(noScrollbarsClassName," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(i,"px ").concat(o,";\n }\n body[").concat(lockAttribute,"] {\n overflow: hidden ").concat(o,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(o,";"),"margin"===n&&"\n padding-left: ".concat(a,"px;\n padding-top: ").concat(r,"px;\n padding-right: ").concat(s,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(i,"px ").concat(o,";\n "),"padding"===n&&"padding-right: ".concat(i,"px ").concat(o,";")].filter(Boolean).join(""),"\n }\n \n .").concat(zeroRightClassName," {\n right: ").concat(i,"px ").concat(o,";\n }\n \n .").concat(fullWidthClassName," {\n margin-right: ").concat(i,"px ").concat(o,";\n }\n \n .").concat(zeroRightClassName," .").concat(zeroRightClassName," {\n right: 0 ").concat(o,";\n }\n \n .").concat(fullWidthClassName," .").concat(fullWidthClassName," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(lockAttribute,"] {\n ").concat(removedBarSizeVariable,": ").concat(i,"px;\n }\n")},getCurrentUseCounter=function(){var e=parseInt(document.body.getAttribute(lockAttribute)||"0",10);return isFinite(e)?e:0},useLockAttribute=function(){React__namespace.useEffect(function(){return document.body.setAttribute(lockAttribute,(getCurrentUseCounter()+1).toString()),function(){var e=getCurrentUseCounter()-1;e<=0?document.body.removeAttribute(lockAttribute):document.body.setAttribute(lockAttribute,e.toString())}},[])},RemoveScrollBar=function(e){var t,n=e.noRelative,o=e.noImportant,a=e.gapMode,r=void 0===a?"margin":a;return useLockAttribute(),t=React__namespace.useMemo(function(){return getGapWidth(r)},[r]),React__namespace.createElement(Style,{styles:getStyles(t,!n,r,o?"":"!important")})},passiveSupported=!1,"undefined"!=typeof window)try{options$1=Object.defineProperty({},"passive",{get:function(){return passiveSupported=!0,!0}}),window.addEventListener("test",options$1,options$1),window.removeEventListener("test",options$1,options$1)}catch(err){passiveSupported=!1}nonPassive=!!passiveSupported&&{passive:!1},alwaysContainsScroll=function(e){return"TEXTAREA"===e.tagName},elementCanBeScrolled=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!alwaysContainsScroll(e)&&"visible"===n[t])},elementCouldBeVScrolled=function(e){return elementCanBeScrolled(e,"overflowY")},elementCouldBeHScrolled=function(e){return elementCanBeScrolled(e,"overflowX")},locationCouldBeScrolled=function(e,t){var n,o=t.ownerDocument,a=t;do{if("undefined"!=typeof ShadowRoot&&a instanceof ShadowRoot&&(a=a.host),elementCouldBeScrolled(e,a)&&(n=getScrollVariables(e,a))[1]>n[2])return!0;a=a.parentNode}while(a&&a!==o.body);return!1},getVScrollVariables=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},getHScrollVariables=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},elementCouldBeScrolled=function(e,t){return"v"===e?elementCouldBeVScrolled(t):elementCouldBeHScrolled(t)},getScrollVariables=function(e,t){return"v"===e?getVScrollVariables(t):getHScrollVariables(t)},getDirectionFactor=function(e,t){return"h"===e&&"rtl"===t?-1:1},handleScroll=function(e,t,n,o,a){var r,s,i,c,l=getDirectionFactor(e,window.getComputedStyle(t).direction),u=l*o,d=n.target,p=t.contains(d),m=!1,g=u>0,_=0,f=0;do{if(!d)break;s=(r=getScrollVariables(e,d))[0],i=r[1]-r[2]-l*s,(s||i)&&elementCouldBeScrolled(e,d)&&(_+=i,f+=s),d=(c=d.parentNode)&&c.nodeType===Node.DOCUMENT_FRAGMENT_NODE?c.host:c}while(!p&&d!==document.body||p&&(t.contains(d)||t===d));return(g&&Math.abs(_)<1||!g&&Math.abs(f)<1)&&(m=!0),m},getTouchXY=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},getDeltaXY=function(e){return[e.deltaX,e.deltaY]},extractRef=function(e){return e&&"current"in e?e.current:e},deltaCompare=function(e,t){return e[0]===t[0]&&e[1]===t[1]},generateStyle=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},idCounter=0,lockStack=[],exported=function(e){var t,n,o,a,r,s,i,c,l=React__namespace.useRef([]),u=React__namespace.useRef([0,0]),d=React__namespace.useRef(),p=React__namespace.useState(idCounter++)[0],m=React__namespace.useState(styleSingleton)[0],g=React__namespace.useRef(e);return React__namespace.useEffect(function(){g.current=e},[e]),React__namespace.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,a=0,r=t.length;a<r;a++)!o&&a in t||(o||(o=Array.prototype.slice.call(t,0,a)),o[a]=t[a]);return e.concat(o||Array.prototype.slice.call(t))}([e.lockRef.current],(e.shards||[]).map(extractRef),!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=React__namespace.useCallback(function(e,t){var n,o,a,r,s,i,c,l,p,m,_;return"touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey?!g.current.allowPinchZoom:(n=getTouchXY(e),o=u.current,a="deltaX"in e?e.deltaX:o[0]-n[0],r="deltaY"in e?e.deltaY:o[1]-n[1],i=e.target,c=Math.abs(a)>Math.abs(r)?"h":"v",(!("touches"in e)||"h"!==c||"range"!==i.type)&&!((p=(l=window.getSelection())&&l.anchorNode)&&(p===i||p.contains(i)))&&(!(m=locationCouldBeScrolled(c,i))||(m?s=c:(s="v"===c?"h":"v",m=locationCouldBeScrolled(c,i)),!!m&&(!d.current&&"changedTouches"in e&&(a||r)&&(d.current=s),!s||(_=d.current||s,handleScroll(_,t,e,"h"===_?a:r))))))},[]),n=React__namespace.useCallback(function(e){var n,o,a,r=e;lockStack.length&&lockStack[lockStack.length-1]===m&&(n="deltaY"in r?getDeltaXY(r):getTouchXY(r),(o=l.current.filter(function(e){return e.name===r.type&&(e.target===r.target||r.target===e.shadowParent)&&deltaCompare(e.delta,n)})[0])&&o.should?r.cancelable&&r.preventDefault():o||(a=(g.current.shards||[]).map(extractRef).filter(Boolean).filter(function(e){return e.contains(r.target)}),(a.length>0?t(r,a[0]):!g.current.noIsolation)&&r.cancelable&&r.preventDefault()))},[]),o=React__namespace.useCallback(function(e,t,n,o){var a={name:e,delta:t,target:n,should:o,shadowParent:getOutermostShadowParent(n)};l.current.push(a),setTimeout(function(){l.current=l.current.filter(function(e){return e!==a})},1)},[]),a=React__namespace.useCallback(function(e){u.current=getTouchXY(e),d.current=void 0},[]),r=React__namespace.useCallback(function(n){o(n.type,getDeltaXY(n),n.target,t(n,e.lockRef.current))},[]),s=React__namespace.useCallback(function(n){o(n.type,getTouchXY(n),n.target,t(n,e.lockRef.current))},[]),React__namespace.useEffect(function(){return lockStack.push(m),e.setCallbacks({onScrollCapture:r,onWheelCapture:r,onTouchMoveCapture:s}),document.addEventListener("wheel",n,nonPassive),document.addEventListener("touchmove",n,nonPassive),document.addEventListener("touchstart",a,nonPassive),function(){lockStack=lockStack.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,nonPassive),document.removeEventListener("touchmove",n,nonPassive),document.removeEventListener("touchstart",a,nonPassive)}},[]),i=e.removeScrollBar,c=e.inert,React__namespace.createElement(React__namespace.Fragment,null,c?React__namespace.createElement(m,{styles:generateStyle(p)}):null,i?React__namespace.createElement(RemoveScrollBar,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},effectCar.useMedium(exported),SideCar=SideCar$1,(ReactRemoveScroll=React__namespace.forwardRef(function(e,t){return React__namespace.createElement(RemoveScroll,__assign({},e,{ref:t,sideCar:SideCar}))})).classNames=RemoveScroll.classNames,getDefaultParent=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},counterMap=new WeakMap,uncontrolledNodes=new WeakMap,markerMap={},lockCount=0,unwrapHost=function(e){return e&&(e.host||unwrapHost(e.parentNode))},correctTargets=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=unwrapHost(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)})},applyAttributeToOthers=function(t,n,o,a){var r,s,i,c,l,u,d=correctTargets(n,Array.isArray(t)?t:[t]);return markerMap[o]||(markerMap[o]=new WeakMap),r=markerMap[o],s=[],i=new Set,c=new Set(d),l=function(e){e&&!i.has(e)&&(i.add(e),l(e.parentNode))},d.forEach(l),u=function(t){t&&!c.has(t)&&Array.prototype.forEach.call(t.children,function(t){var n,c,l,d;if(i.has(t))u(t);else try{c=null!==(n=t.getAttribute(a))&&"false"!==n,l=(counterMap.get(t)||0)+1,d=(r.get(t)||0)+1,counterMap.set(t,l),r.set(t,d),s.push(t),1===l&&c&&uncontrolledNodes.set(t,!0),1===d&&t.setAttribute(o,"true"),c||t.setAttribute(a,"true")}catch(e){console.error("aria-hidden: cannot operate on ",t,e)}})},u(n),i.clear(),lockCount++,function(){s.forEach(function(e){var t=counterMap.get(e)-1,n=r.get(e)-1;counterMap.set(e,t),r.set(e,n),t||(uncontrolledNodes.has(e)||e.removeAttribute(a),uncontrolledNodes.delete(e)),n||e.removeAttribute(o)}),--lockCount||(counterMap=new WeakMap,counterMap=new WeakMap,uncontrolledNodes=new WeakMap,markerMap={})}},hideOthers=function(e,t,n){var o,a;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(a=getDefaultParent(e))?(o.push.apply(o,Array.from(a.querySelectorAll("[aria-live], script"))),applyAttributeToOthers(o,a,n,"aria-hidden")):function(){return null}},DIALOG_NAME="Dialog";var[createDialogContext,createDialogScope]=createContextScope$2(DIALOG_NAME),[DialogProvider,useDialogContext]=createDialogContext(DIALOG_NAME);(Dialog=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:a,onOpenChange:r,modal:s=!0}=e,i=React__namespace.useRef(null),c=React__namespace.useRef(null),[l,u]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:DIALOG_NAME});return jsxRuntime.jsx(DialogProvider,{scope:t,triggerRef:i,contentRef:c,contentId:useId(),titleId:useId(),descriptionId:useId(),open:l,onOpenChange:u,onOpenToggle:React__namespace.useCallback(()=>u(e=>!e),[u]),modal:s,children:n})}).displayName=DIALOG_NAME,TRIGGER_NAME$7="DialogTrigger",(DialogTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(TRIGGER_NAME$7,n),r=useComposedRefs(t,a.triggerRef);return jsxRuntime.jsx(Primitive$3.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":getState$4(a.open),...o,ref:r,onClick:composeEventHandlers(e.onClick,a.onOpenToggle)})})).displayName=TRIGGER_NAME$7,PORTAL_NAME$6="DialogPortal";var[PortalProvider$3,usePortalContext$3]=createDialogContext(PORTAL_NAME$6,{forceMount:void 0});(DialogPortal=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:a}=e,r=useDialogContext(PORTAL_NAME$6,t);return jsxRuntime.jsx(PortalProvider$3,{scope:t,forceMount:n,children:React__namespace.Children.map(o,e=>jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:e})}))})}).displayName=PORTAL_NAME$6,OVERLAY_NAME$1="DialogOverlay",(DialogOverlay=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$3(OVERLAY_NAME$1,e.__scopeDialog),{forceMount:o=n.forceMount,...a}=e,r=useDialogContext(OVERLAY_NAME$1,e.__scopeDialog);return r.modal?jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(DialogOverlayImpl,{...a,ref:t})}):null})).displayName=OVERLAY_NAME$1,Slot$3=createSlot$3("DialogOverlay.RemoveScroll"),DialogOverlayImpl=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(OVERLAY_NAME$1,n);return jsxRuntime.jsx(ReactRemoveScroll,{as:Slot$3,allowPinchZoom:!0,shards:[a.contentRef],children:jsxRuntime.jsx(Primitive$3.div,{"data-state":getState$4(a.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),CONTENT_NAME$8="DialogContent",(DialogContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$3(CONTENT_NAME$8,e.__scopeDialog),{forceMount:o=n.forceMount,...a}=e,r=useDialogContext(CONTENT_NAME$8,e.__scopeDialog);return jsxRuntime.jsx(Presence,{present:o||r.open,children:r.modal?jsxRuntime.jsx(DialogContentModal,{...a,ref:t}):jsxRuntime.jsx(DialogContentNonModal,{...a,ref:t})})})).displayName=CONTENT_NAME$8,DialogContentModal=React__namespace.forwardRef((e,t)=>{const n=useDialogContext(CONTENT_NAME$8,e.__scopeDialog),o=React__namespace.useRef(null),a=useComposedRefs(t,n.contentRef,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(DialogContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:composeEventHandlers(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault())})}),DialogContentNonModal=React__namespace.forwardRef((e,t)=>{const n=useDialogContext(CONTENT_NAME$8,e.__scopeDialog),o=React__namespace.useRef(!1),a=React__namespace.useRef(!1);return jsxRuntime.jsx(DialogContentImpl,{...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,a.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(a.current=!0));const r=t.target,s=n.triggerRef.current?.contains(r);s&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&a.current&&t.preventDefault()}})}),DialogContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:r,...s}=e,i=useDialogContext(CONTENT_NAME$8,n),c=React__namespace.useRef(null),l=useComposedRefs(t,c);return useFocusGuards(),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(FocusScope,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:r,children:jsxRuntime.jsx(DismissableLayer,{role:"dialog",id:i.contentId,"aria-describedby":i.descriptionId,"aria-labelledby":i.titleId,"data-state":getState$4(i.open),...s,ref:l,onDismiss:()=>i.onOpenChange(!1)})}),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(TitleWarning,{titleId:i.titleId}),jsxRuntime.jsx(DescriptionWarning$1,{contentRef:c,descriptionId:i.descriptionId})]})]})}),TITLE_NAME$1="DialogTitle",(DialogTitle=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(TITLE_NAME$1,n);return jsxRuntime.jsx(Primitive$3.h2,{id:a.titleId,...o,ref:t})})).displayName=TITLE_NAME$1,DESCRIPTION_NAME$1="DialogDescription",(DialogDescription=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(DESCRIPTION_NAME$1,n);return jsxRuntime.jsx(Primitive$3.p,{id:a.descriptionId,...o,ref:t})})).displayName=DESCRIPTION_NAME$1,CLOSE_NAME$1="DialogClose",(DialogClose=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(CLOSE_NAME$1,n);return jsxRuntime.jsx(Primitive$3.button,{type:"button",...o,ref:t,onClick:composeEventHandlers(e.onClick,()=>a.onOpenChange(!1))})})).displayName=CLOSE_NAME$1,TITLE_WARNING_NAME="DialogTitleWarning";var[WarningProvider,useWarningContext]=function(e,t){const n=React__namespace.createContext(t),o=e=>{const{children:t,...o}=e,a=React__namespace.useMemo(()=>o,Object.values(o));return jsxRuntime.jsx(n.Provider,{value:a,children:t})};return o.displayName=e+"Provider",[o,function(o){const a=React__namespace.useContext(n);if(a)return a;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(TITLE_WARNING_NAME,{contentName:CONTENT_NAME$8,titleName:TITLE_NAME$1,docsSlug:"dialog"});TitleWarning=({titleId:e})=>{const t=useWarningContext(TITLE_WARNING_NAME),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 React__namespace.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},DESCRIPTION_WARNING_NAME="DialogDescriptionWarning",DescriptionWarning$1=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${useWarningContext(DESCRIPTION_WARNING_NAME).contentName}}.`;return React__namespace.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},Root$8=Dialog,Trigger$5=DialogTrigger,Portal$4=DialogPortal,Overlay=DialogOverlay,Content$2=DialogContent,Title=DialogTitle,Description=DialogDescription,Close=DialogClose,ROOT_NAME="AlertDialog";var[createAlertDialogContext]=createContextScope$2(ROOT_NAME,[createDialogScope]);useDialogScope=createDialogScope(),(AlertDialog=e=>{const{__scopeAlertDialog:t,...n}=e,o=useDialogScope(t);return jsxRuntime.jsx(Root$8,{...o,...n,modal:!0})}).displayName=ROOT_NAME,TRIGGER_NAME$6="AlertDialogTrigger",React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Trigger$5,{...a,...o,ref:t})}).displayName=TRIGGER_NAME$6,(AlertDialogPortal=e=>{const{__scopeAlertDialog:t,...n}=e,o=useDialogScope(t);return jsxRuntime.jsx(Portal$4,{...o,...n})}).displayName="AlertDialogPortal",OVERLAY_NAME="AlertDialogOverlay",(AlertDialogOverlay=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Overlay,{...a,...o,ref:t})})).displayName=OVERLAY_NAME,CONTENT_NAME$7="AlertDialogContent";var[AlertDialogContentProvider,useAlertDialogContentContext]=createAlertDialogContext(CONTENT_NAME$7);Slottable$1=createSlottable("AlertDialogContent"),(AlertDialogContent=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...a}=e,r=useDialogScope(n),s=React__namespace.useRef(null),i=useComposedRefs(t,s),c=React__namespace.useRef(null);return jsxRuntime.jsx(WarningProvider,{contentName:CONTENT_NAME$7,titleName:TITLE_NAME,docsSlug:"alert-dialog",children:jsxRuntime.jsx(AlertDialogContentProvider,{scope:n,cancelRef:c,children:jsxRuntime.jsxs(Content$2,{role:"alertdialog",...r,...a,ref:i,onOpenAutoFocus:composeEventHandlers(a.onOpenAutoFocus,e=>{e.preventDefault(),c.current?.focus({preventScroll:!0})}),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault(),children:[jsxRuntime.jsx(Slottable$1,{children:o}),jsxRuntime.jsx(DescriptionWarning,{contentRef:s})]})})})})).displayName=CONTENT_NAME$7,TITLE_NAME="AlertDialogTitle",(AlertDialogTitle=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Title,{...a,...o,ref:t})})).displayName=TITLE_NAME,DESCRIPTION_NAME="AlertDialogDescription",(AlertDialogDescription=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Description,{...a,...o,ref:t})})).displayName=DESCRIPTION_NAME,ACTION_NAME="AlertDialogAction",(AlertDialogAction=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Close,{...a,...o,ref:t})})).displayName=ACTION_NAME,CANCEL_NAME="AlertDialogCancel",(AlertDialogCancel=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:a}=useAlertDialogContentContext(CANCEL_NAME,n),r=useDialogScope(n),s=useComposedRefs(t,a);return jsxRuntime.jsx(Close,{...r,...o,ref:s})})).displayName=CANCEL_NAME,DescriptionWarning=({contentRef:e})=>{const t=`\`${CONTENT_NAME$7}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${CONTENT_NAME$7}\` by passing a \`${DESCRIPTION_NAME}\` 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 \`${CONTENT_NAME$7}\`. 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 React__namespace.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Root2$6=AlertDialog,Portal2$1=AlertDialogPortal,Overlay2=AlertDialogOverlay,Content2$5=AlertDialogContent,Action=AlertDialogAction,Cancel=AlertDialogCancel,Title2=AlertDialogTitle,Description2=AlertDialogDescription,SvgClose=function(e){return React__namespace.createElement("svg",_extends$22({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1$||(_path$1$=React__namespace.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"})))},styles$r={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},styles$q={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 Button$1=React.forwardRef(({disabled:e=!1,children:t,onClick:n,size:o="medium",variant:a="primary",type:r="button",prefix:s="",suffix:i="",className:c="",fullWidth:l=!1,showLoader:u=!1,...d},p)=>React.createElement("button",{ref:p,type:r,disabled:e,className:cn("demio-ui-button",styles$q.button,{[c]:c,[styles$q[o]]:o,[styles$q[a]]:a,[styles$q.fullWidth]:l}),onClick:n,...d},(s||u)&&React.createElement("span",{className:cn("demio-ui-button-prefix",styles$q.prefix)},u?React.createElement(Loader,{size:"small",inheritColor:!0}):s),t,i&&React.createElement("span",{className:cn("demio-ui-button-suffix",styles$q.suffix)},i)));styles$p_overlay="Alert-modules_overlay__4XRHj",styles$p_close="Alert-modules_close__dyL0l",styles$p_content="Alert-modules_content__Y7nMS",styles$p_title="Alert-modules_title__e8UHT",styles$p_description="Alert-modules_description__wyWR-",styles$p_buttons="Alert-modules_buttons__cOEDw",REACT_LAZY_TYPE$2=Symbol.for("react.lazy"),use$2=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER$2=Symbol("radix.slottable"),Primitive$2=["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=createSlotClone$2(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent$2(o)&&"function"==typeof use$2&&(o=use$2(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable$2);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),shim={exports:{}},useSyncExternalStoreShim_production={},require$$0=getDefaultExportFromNamespaceIfPresent(React__namespace),useSyncExternalStoreShim_development={},shimExports=requireShim(),AVATAR_NAME="Avatar";var[createAvatarContext]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o);a.displayName=t+"Context";const r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes$1(o,...t)]}(AVATAR_NAME),[AvatarProvider,useAvatarContext]=createAvatarContext(AVATAR_NAME);(Avatar$1=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[a,r]=React__namespace.useState("idle");return jsxRuntime.jsx(AvatarProvider,{scope:n,imageLoadingStatus:a,onImageLoadingStatusChange:r,children:jsxRuntime.jsx(Primitive$2.span,{...o,ref:t})})})).displayName=AVATAR_NAME,IMAGE_NAME="AvatarImage",(AvatarImage=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:a=()=>{},...r}=e,s=useAvatarContext(IMAGE_NAME,n),i=useImageLoadingStatus(o,r),c=useCallbackRef$1(e=>{a(e),s.onImageLoadingStatusChange(e)});return useLayoutEffect2(()=>{"idle"!==i&&c(i)},[i,c]),"loaded"===i?jsxRuntime.jsx(Primitive$2.img,{...r,ref:t,src:o}):null})).displayName=IMAGE_NAME,FALLBACK_NAME="AvatarFallback",(AvatarFallback=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...a}=e,r=useAvatarContext(FALLBACK_NAME,n),[s,i]=React__namespace.useState(void 0===o);return React__namespace.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>i(!0),o);return()=>window.clearTimeout(e)}},[o]),s&&"loaded"!==r.imageLoadingStatus?jsxRuntime.jsx(Primitive$2.span,{...a,ref:t}):null})).displayName=FALLBACK_NAME,Root$7=Avatar$1,Image$1=AvatarImage,Fallback=AvatarFallback,SvgAdd=function(e){return React__namespace.createElement("svg",_extends$21({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1_||(_path$1_=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$p||(_g$p=React__namespace.createElement("g",{mask:"url(#add_svg__a)"},React__namespace.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"}))))},SvgArrowLeft=function(e){return React__namespace.createElement("svg",_extends$20({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1Z||(_path$1Z=React__namespace.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"})))},SvgCheck=function(e){return React__namespace.createElement("svg",_extends$1$({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),_path$1Y||(_path$1Y=React__namespace.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"})))},SvgDelete=function(e){return React__namespace.createElement("svg",_extends$1_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1X||(_path$1X=React__namespace.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"})))},SvgEdit=function(e){return React__namespace.createElement("svg",_extends$1Z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1W||(_path$1W=React__namespace.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"})))},SvgEditSection=function(e){return React__namespace.createElement("svg",_extends$1Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 15"},e),_path$1V||(_path$1V=React__namespace.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"})))},SvgKeyboardArrowDown=function(e){return React__namespace.createElement("svg",_extends$1X({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1U||(_path$1U=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$o||(_g$o=React__namespace.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},React__namespace.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"}))))},SvgPlus=function(e){return React__namespace.createElement("svg",_extends$1W({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1T||(_path$1T=React__namespace.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"})))},SvgSearch=function(e){return React__namespace.createElement("svg",_extends$1V({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),_path$1S||(_path$1S=React__namespace.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"})))},SvgArrowLeftDouble=function(e){return React__namespace.createElement("svg",_extends$1U({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1R||(_path$1R=React__namespace.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"})),_path2$5||(_path2$5=React__namespace.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"})))},SvgArrowLeftSingle=function(e){return React__namespace.createElement("svg",_extends$1T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1Q||(_path$1Q=React__namespace.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"})))},SvgCompress=function(e){return React__namespace.createElement("svg",_extends$1S({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1P||(_path$1P=React__namespace.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"})))},SvgExpand=function(e){return React__namespace.createElement("svg",_extends$1R({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1O||(_path$1O=React__namespace.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"})))},SvgAt=function(e){return React__namespace.createElement("svg",_extends$1Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1N||(_path$1N=React__namespace.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"})))},SvgCheckCircle=function(e){return React__namespace.createElement("svg",_extends$1P({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1M||(_path$1M=React__namespace.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"})))},SvgCheckCircleSolid=function(e){return React__namespace.createElement("svg",_extends$1O({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1L||(_path$1L=React__namespace.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"})))},SvgCheckbox=function(e){return React__namespace.createElement("svg",_extends$1N({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1K||(_path$1K=React__namespace.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"})))},SvgExclamation=function(e){return React__namespace.createElement("svg",_extends$1M({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1J||(_path$1J=React__namespace.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"})))},SvgPasswordEye=function(e){return React__namespace.createElement("svg",_extends$1L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),_path$1I||(_path$1I=React__namespace.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"})))},SvgPasswordEyeCrossed=function(e){return React__namespace.createElement("svg",_extends$1K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),_path$1H||(_path$1H=React__namespace.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"})))},SvgAlert=function(e){return React__namespace.createElement("svg",_extends$1J({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$1G||(_path$1G=React__namespace.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"})))},SvgCamera=function(e){return React__namespace.createElement("svg",_extends$1I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$1F||(_path$1F=React__namespace.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"})))},SvgCameraOutlined=function(e){return React__namespace.createElement("svg",_extends$1H({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),_g$n||(_g$n=React__namespace.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},React__namespace.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"}))),_defs$1||(_defs$1=React__namespace.createElement("defs",null,React__namespace.createElement("clipPath",{id:"camera_outlined_svg__a"},React__namespace.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},SvgChatIcon=function(e){return React__namespace.createElement("svg",_extends$1G({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1E||(_path$1E=React__namespace.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"})))},SvgChatDisabled=function(e){return React__namespace.createElement("svg",_extends$1F({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1D||(_path$1D=React__namespace.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"})),_path2$4||(_path2$4=React__namespace.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"})),_path3$1||(_path3$1=React__namespace.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),_path4||(_path4=React__namespace.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"})),_path5||(_path5=React__namespace.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},SvgMicOff=function(e){return React__namespace.createElement("svg",_extends$1E({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1C||(_path$1C=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$m||(_g$m=React__namespace.createElement("g",{mask:"url(#mic_off_svg__a)"},React__namespace.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"}))))},SvgMicOff1=function(e){return React__namespace.createElement("svg",_extends$1D({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1B||(_path$1B=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$l||(_g$l=React__namespace.createElement("g",{mask:"url(#mic_off-1_svg__a)"},React__namespace.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"}))))},SvgMicOutlined=function(e){return React__namespace.createElement("svg",_extends$1C({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),_path$1A||(_path$1A=React__namespace.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"})))},SvgMic1=function(e){return React__namespace.createElement("svg",_extends$1B({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1z||(_path$1z=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$k||(_g$k=React__namespace.createElement("g",{mask:"url(#mic-1_svg__a)"},React__namespace.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"}))))},SvgMicBold=function(e){return React__namespace.createElement("svg",_extends$1A({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$1y||(_path$1y=React__namespace.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"})))},SvgVideocam=function(e){return React__namespace.createElement("svg",_extends$1z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1x||(_path$1x=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$j||(_g$j=React__namespace.createElement("g",{mask:"url(#videocam_svg__a)"},React__namespace.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"}))))},SvgVideocam1=function(e){return React__namespace.createElement("svg",_extends$1y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1w||(_path$1w=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$i||(_g$i=React__namespace.createElement("g",{mask:"url(#videocam-1_svg__a)"},React__namespace.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"}))))},SvgVolumeOff1=function(e){return React__namespace.createElement("svg",_extends$1x({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1v||(_path$1v=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$h||(_g$h=React__namespace.createElement("g",{mask:"url(#volume_off-1_svg__a)"},React__namespace.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"}))))},SvgVolumeUp=function(e){return React__namespace.createElement("svg",_extends$1w({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1u||(_path$1u=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$g||(_g$g=React__namespace.createElement("g",{mask:"url(#volume_up_svg__a)"},React__namespace.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"}))))},SvgClock=function(e){return React__namespace.createElement("svg",_extends$1v({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1t||(_path$1t=React__namespace.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"})))},SvgCopy=function(e){return React__namespace.createElement("svg",_extends$1u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1s||(_path$1s=React__namespace.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"})))},SvgDots=function(e){return React__namespace.createElement("svg",_extends$1t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1r||(_path$1r=React__namespace.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"})))},SvgDownload=function(e){return React__namespace.createElement("svg",_extends$1s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1q||(_path$1q=React__namespace.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"})))},SvgExternalLink=function(e){return React__namespace.createElement("svg",_extends$1r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),_path$1p||(_path$1p=React__namespace.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"})))},SvgFile=function(e){return React__namespace.createElement("svg",_extends$1q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1o||(_path$1o=React__namespace.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"})))},SvgFilterList=function(e){return React__namespace.createElement("svg",_extends$1p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1n||(_path$1n=React__namespace.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"})))},SvgFlipCamera=function(e){return React__namespace.createElement("svg",_extends$1o({viewBox:"0 0 24 24"},e),_path$1m||(_path$1m=React__namespace.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"})))},SvgGear=function(e){return React__namespace.createElement("svg",_extends$1n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1l||(_path$1l=React__namespace.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"})))},SvgLock=function(e){return React__namespace.createElement("svg",_extends$1m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1k||(_path$1k=React__namespace.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"})))},SvgMail=function(e){return React__namespace.createElement("svg",_extends$1l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1j||(_path$1j=React__namespace.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"})))},SvgPlay=function(e){return React__namespace.createElement("svg",_extends$1k({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$1i||(_path$1i=React__namespace.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"})))},SvgPlayCircle=function(e){return React__namespace.createElement("svg",_extends$1j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),_circle||(_circle=React__namespace.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),_path$1h||(_path$1h=React__namespace.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"})))},SvgSync=function(e){return React__namespace.createElement("svg",_extends$1i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1g||(_path$1g=React__namespace.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"})))},SvgTimesCircle=function(e){return React__namespace.createElement("svg",_extends$1h({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1f||(_path$1f=React__namespace.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"})))},SvgTrash=function(e){return React__namespace.createElement("svg",_extends$1g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1e||(_path$1e=React__namespace.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"})))},SvgUndo=function(e){return React__namespace.createElement("svg",_extends$1f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1d||(_path$1d=React__namespace.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"})))},SvgHelp=function(e){return React__namespace.createElement("svg",_extends$1e({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1c||(_path$1c=React__namespace.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"})))},SvgHelpSolid=function(e){return React__namespace.createElement("svg",_extends$1d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1b||(_path$1b=React__namespace.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"})))},SvgInfo=function(e){return React__namespace.createElement("svg",_extends$1c({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1a||(_path$1a=React__namespace.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"})))},SvgInfo1=function(e){return React__namespace.createElement("svg",_extends$1b({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$19||(_path$19=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$f||(_g$f=React__namespace.createElement("g",{mask:"url(#info-1_svg__a)"},React__namespace.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"}))))},SvgInfoCircle=function(e){return React__namespace.createElement("svg",_extends$1a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$18||(_path$18=React__namespace.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"})))},SvgInfoCircleSolid=function(e){return React__namespace.createElement("svg",_extends$19({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$17||(_path$17=React__namespace.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"})))},SvgWarning=function(e){return React__namespace.createElement("svg",_extends$18({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$16||(_path$16=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$e||(_g$e=React__namespace.createElement("g",{mask:"url(#warning_svg__a)"},React__namespace.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"}))))},SvgWarning1=function(e){return React__namespace.createElement("svg",_extends$17({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$15||(_path$15=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$d||(_g$d=React__namespace.createElement("g",{mask:"url(#warning-1_svg__a)"},React__namespace.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"}))))},SvgBarChart=function(e){return React__namespace.createElement("svg",_extends$16({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$14||(_path$14=React__namespace.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"})))},SvgInsights=function(e){return React__namespace.createElement("svg",_extends$15({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_path$13||(_path$13=React__namespace.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"})))},SvgPoll=function(e){return React__namespace.createElement("svg",_extends$14({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$12||(_path$12=React__namespace.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"})),_path2$3||(_path2$3=React__namespace.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"})))},SvgProgress=function(e){return React__namespace.createElement("svg",_extends$13({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$11||(_path$11=React__namespace.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},SvgTrendingDown=function(e){return React__namespace.createElement("svg",_extends$12({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$10||(_path$10=React__namespace.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"})))},SvgTrendingUp=function(e){return React__namespace.createElement("svg",_extends$11({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$$||(_path$$=React__namespace.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"})))},SvgCalendar=function(e){return React__namespace.createElement("svg",_extends$10({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),React__namespace.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$_||(_path$_=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),_g$c||(_g$c=React__namespace.createElement("g",{mask:"url(#calendar_svg__a)"},React__namespace.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"}))))},SvgEventDetails=function(e){return React__namespace.createElement("svg",_extends$$({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),React__namespace.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$Z||(_path$Z=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),_g$b||(_g$b=React__namespace.createElement("g",{mask:"url(#event_details_svg__a)"},React__namespace.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"}))))},SvgEventRepeat=function(e){return React__namespace.createElement("svg",_extends$_({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$Y||(_path$Y=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$a||(_g$a=React__namespace.createElement("g",{mask:"url(#event_repeat_svg__a)"},React__namespace.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"}))))},SvgToday=function(e){return React__namespace.createElement("svg",_extends$Z({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$X||(_path$X=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$9||(_g$9=React__namespace.createElement("g",{mask:"url(#today_svg__a)"},React__namespace.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"}))))},SvgFacebook=function(e){return React__namespace.createElement("svg",_extends$Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect$2||(_rect$2=React__namespace.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),_path$W||(_path$W=React__namespace.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"})))},SvgFacebookSquared=function(e){return React__namespace.createElement("svg",_extends$X({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),_path$V||(_path$V=React__namespace.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"})))},SvgLinkedin=function(e){return React__namespace.createElement("svg",_extends$W({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect$1||(_rect$1=React__namespace.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),_path$U||(_path$U=React__namespace.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"})))},SvgLinkedinSquared=function(e){return React__namespace.createElement("svg",_extends$V({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$T||(_path$T=React__namespace.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"})))},SvgPeople=function(e){return React__namespace.createElement("svg",_extends$U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),_path$S||(_path$S=React__namespace.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"})))},SvgPeopleCommunity=function(e){return React__namespace.createElement("svg",_extends$T({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),_path$R||(_path$R=React__namespace.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"})))},SvgPerson=function(e){return React__namespace.createElement("svg",_extends$S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$Q||(_path$Q=React__namespace.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"})))},SvgPersonDelete=function(e){return React__namespace.createElement("svg",_extends$R({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),_path$P||(_path$P=React__namespace.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"})))},SvgSmile=function(e){return React__namespace.createElement("svg",_extends$Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$O||(_path$O=React__namespace.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"})))},SvgYoutube=function(e){return React__namespace.createElement("svg",_extends$P({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect||(_rect=React__namespace.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),_path$N||(_path$N=React__namespace.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"})))},SvgYoutubeSquared=function(e){return React__namespace.createElement("svg",_extends$O({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$M||(_path$M=React__namespace.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"})))},SvgLocation=function(e){return React__namespace.createElement("svg",_extends$N({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$L||(_path$L=React__namespace.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"})))},SvgSidebar=function(e){return React__namespace.createElement("svg",_extends$M({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$K||(_path$K=React__namespace.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"})))},SvgSpotlight=function(e){return React__namespace.createElement("svg",_extends$L({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),_path$J||(_path$J=React__namespace.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"})))},SvgOutStage=function(e){return React__namespace.createElement("svg",_extends$K({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),_path$I||(_path$I=React__namespace.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"})))},SvgPresentation=function(e){return React__namespace.createElement("svg",_extends$J({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),_path$H||(_path$H=React__namespace.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"})))},SvgScreenPerson=function(e){return React__namespace.createElement("svg",_extends$I({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$G||(_path$G=React__namespace.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"})))},SvgScreenScareWindows=function(e){return React__namespace.createElement("svg",_extends$H({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$F||(_path$F=React__namespace.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"})))},SvgScreenSharing=function(e){return React__namespace.createElement("svg",_extends$G({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",className:"screen-sharing_svg__demio-icon",style:{fontSize:20},viewBox:"0 0 20 18"},e),_path$E||(_path$E=React__namespace.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"})))},SvgStage=function(e){return React__namespace.createElement("svg",_extends$F({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$D||(_path$D=React__namespace.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"})))},SvgBlock=function(e){return React__namespace.createElement("svg",_extends$E({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$C||(_path$C=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$8||(_g$8=React__namespace.createElement("g",{mask:"url(#block_svg__a)"},React__namespace.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"}))))},SvgBlurOn=function(e){return React__namespace.createElement("svg",_extends$D({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$B||(_path$B=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$7||(_g$7=React__namespace.createElement("g",{mask:"url(#blur_on_svg__a)"},React__namespace.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"}))))},SvgCached=function(e){return React__namespace.createElement("svg",_extends$C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$A||(_path$A=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$6||(_g$6=React__namespace.createElement("g",{mask:"url(#cached_svg__a)"},React__namespace.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"}))))},SvgCustomize=function(e){return React__namespace.createElement("svg",_extends$B({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$z||(_path$z=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),_g$5||(_g$5=React__namespace.createElement("g",{mask:"url(#customize_svg__a)"},React__namespace.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"}))))},SvgElectricBolt=function(e){return React__namespace.createElement("svg",_extends$A({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),React__namespace.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$y||(_path$y=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),_g$4||(_g$4=React__namespace.createElement("g",{mask:"url(#electric_bolt_svg__a)"},React__namespace.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"}))))},SvgFeatureAction=function(e){return React__namespace.createElement("svg",_extends$z({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_g$3||(_g$3=React__namespace.createElement("g",{clipPath:"url(#feature_action_svg__a)"},React__namespace.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),React__namespace.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"}))),_defs||(_defs=React__namespace.createElement("defs",null,React__namespace.createElement("clipPath",{id:"feature_action_svg__a"},React__namespace.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},SvgItems=function(e){return React__namespace.createElement("svg",_extends$y({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),_path$x||(_path$x=React__namespace.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"})))},SvgList=function(e){return React__namespace.createElement("svg",_extends$x({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),_path$w||(_path$w=React__namespace.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"})))},SvgMagic=function(e){return React__namespace.createElement("svg",_extends$w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$v||(_path$v=React__namespace.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"})))},SvgMaterial=function(e){return React__namespace.createElement("svg",_extends$v({xmlns:"http://www.w3.org/2000/svg",fill:"#3e484c",viewBox:"0 0 20 16"},e),_path$u||(_path$u=React__namespace.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"})))},SvgMaterials=function(e){return React__namespace.createElement("svg",_extends$u({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$t||(_path$t=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$2||(_g$2=React__namespace.createElement("g",{mask:"url(#materials_svg__a)"},React__namespace.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"}))))},SvgMobileDevice=function(e){return React__namespace.createElement("svg",_extends$t({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),_path$s||(_path$s=React__namespace.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"})))},SvgRadio=function(e){return React__namespace.createElement("svg",_extends$s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),_path$r||(_path$r=React__namespace.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"})))},SvgReplayDisabled=function(e){return React__namespace.createElement("svg",_extends$r({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$q||(_path$q=React__namespace.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})),_path2$2||(_path2$2=React__namespace.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})),_path3||(_path3=React__namespace.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},SvgRestart=function(e){return React__namespace.createElement("svg",_extends$q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$p||(_path$p=React__namespace.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"})))},SvgRocket=function(e){return React__namespace.createElement("svg",_extends$p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$o||(_path$o=React__namespace.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"})))},SvgStackedEmail=function(e){return React__namespace.createElement("svg",_extends$o({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$n||(_path$n=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$1||(_g$1=React__namespace.createElement("g",{mask:"url(#stacked_email_svg__a)"},React__namespace.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"}))))},SvgChatDisabledOld=function(e){return React__namespace.createElement("svg",_extends$n({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),_path$m||(_path$m=React__namespace.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"})))},SvgEyeSolid=function(e){return React__namespace.createElement("svg",_extends$m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$l||(_path$l=React__namespace.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"})))},SvgOnDemand=function(e){return React__namespace.createElement("svg",_extends$l({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),React__namespace.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$k||(_path$k=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),_g||(_g=React__namespace.createElement("g",{mask:"url(#on-demand_svg__a)"},React__namespace.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"}))))},SvgPastSession=function(e){return React__namespace.createElement("svg",_extends$k({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$j||(_path$j=React__namespace.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"})))},SvgPersonCard=function(e){return React__namespace.createElement("svg",_extends$j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$i||(_path$i=React__namespace.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"})))},SvgPersonCheck=function(e){return React__namespace.createElement("svg",_extends$i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$h||(_path$h=React__namespace.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"})))},SvgPersonCrossed=function(e){return React__namespace.createElement("svg",_extends$h({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$g||(_path$g=React__namespace.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"})))},SvgPersonPlus=function(e){return React__namespace.createElement("svg",_extends$g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$f||(_path$f=React__namespace.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"})))},SvgRestreaming=function(e){return React__namespace.createElement("svg",_extends$f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$e||(_path$e=React__namespace.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"})))},SvgRestreamingDisabled=function(e){return React__namespace.createElement("svg",_extends$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$d||(_path$d=React__namespace.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"})))},SvgSeriesType=function(e){return React__namespace.createElement("svg",_extends$d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$c||(_path$c=React__namespace.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"})))},SvgSessionTime=function(e){return React__namespace.createElement("svg",_extends$c({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$b||(_path$b=React__namespace.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"})))},SvgShield=function(e){return React__namespace.createElement("svg",_extends$b({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),_path$a||(_path$a=React__namespace.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"})))},SvgSmileSolid=function(e){return React__namespace.createElement("svg",_extends$a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),_path$9||(_path$9=React__namespace.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"})))},SvgStandardType=function(e){return React__namespace.createElement("svg",_extends$9({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$8||(_path$8=React__namespace.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"})))},SvgUpcomingSession=function(e){return React__namespace.createElement("svg",_extends$8({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$7||(_path$7=React__namespace.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"})))},SvgDownloadAll=function(e){return React__namespace.createElement("svg",_extends$7({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),_path$6||(_path$6=React__namespace.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"})))},SvgEmail=function(e){return React__namespace.createElement("svg",_extends$6({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 21 18"},e),_path$5||(_path$5=React__namespace.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"})))},SvgEmptyBasket=function(e){return React__namespace.createElement("svg",_extends$5({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),_path$4||(_path$4=React__namespace.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"})))},SvgReplace=function(e){return React__namespace.createElement("svg",_extends$4({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),_path$3||(_path$3=React__namespace.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"})))},SvgUnverified=function(e){return React__namespace.createElement("svg",_extends$3({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$2||(_path$2=React__namespace.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"})),_path2$1||(_path2$1=React__namespace.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m10.5 5.5-5 5m0-5 5 5"})))},SvgUpload=function(e){return React__namespace.createElement("svg",_extends$2({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$1||(_path$1=React__namespace.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"})))},SvgVerified=function(e){return React__namespace.createElement("svg",_extends$1({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path||(_path=React__namespace.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"})),_path2||(_path2=React__namespace.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"})))},index$2=Object.freeze({__proto__:null,AddIcon:SvgAdd,AlertIcon:SvgAlert,ArrowDownIcon:SvgKeyboardArrowDown,ArrowLeftDoubleIcon:SvgArrowLeftDouble,ArrowLeftIcon:SvgArrowLeft,ArrowLeftSingleIcon:SvgArrowLeftSingle,AtIcon:SvgAt,BarChartIcon:SvgBarChart,BlockIcon:SvgBlock,BlurOnIcon:SvgBlurOn,CachedIcon:SvgCached,CalendarIcon:SvgCalendar,CameraIcon:SvgCamera,CameraOutlinedIcon:SvgCameraOutlined,ChatDisabledIcon:SvgChatDisabled,ChatDisabledOldIcon:SvgChatDisabledOld,ChatIcon:SvgChatIcon,CheckCircleIcon:SvgCheckCircle,CheckCircleSolidIcon:SvgCheckCircleSolid,CheckIcon:SvgCheck,CheckboxIcon:SvgCheckbox,ClockIcon:SvgClock,CloseIcon:SvgClose,CompressIcon:SvgCompress,CopyIcon:SvgCopy,CustomizeIcon:SvgCustomize,DeleteIcon:SvgDelete,DotsIcon:SvgDots,DownloadAllIcon:SvgDownloadAll,DownloadIcon:SvgDownload,EditIcon:SvgEdit,EditSectionIcon:SvgEditSection,ElectricBoltIcon:SvgElectricBolt,EmailIcon:SvgEmail,EmptyBasketIcon:SvgEmptyBasket,EventDetailsIcon:SvgEventDetails,EventRepeatIcon:SvgEventRepeat,ExclamationIcon:SvgExclamation,ExpandIcon:SvgExpand,ExternalLinkIcon:SvgExternalLink,EyeSolidIcon:SvgEyeSolid,FacebookIcon:SvgFacebook,FacebookSquaredIcon:SvgFacebookSquared,FeatureActionIcon:SvgFeatureAction,FileIcon:SvgFile,FilterListIcon:SvgFilterList,FlipCameraIcon:SvgFlipCamera,GearIcon:SvgGear,HelpIcon:SvgHelp,HelpSolidIcon:SvgHelpSolid,InfoCircleIcon:SvgInfoCircle,InfoCircleSolidIcon:SvgInfoCircleSolid,InfoIcon:SvgInfo,InfoSolidIcon:SvgInfo1,InsightsIcon:SvgInsights,ItemsIcon:SvgItems,LinkedInIcon:SvgLinkedin,LinkedInSquaredIcon:SvgLinkedinSquared,ListIcon:SvgList,LocationIcon:SvgLocation,LockIcon:SvgLock,MagicIcon:SvgMagic,MailIcon:SvgMail,MaterialIcon:SvgMaterial,MaterialsIcon:SvgMaterials,MicBoldIcon:SvgMicBold,MicOffIcon:SvgMicOff1,MicOffSolidIcon:SvgMicOff,MicOnSolidIcon:SvgMic1,MicOutlinedIcon:SvgMicOutlined,MobileDeviceIcon:SvgMobileDevice,OnDemanIcon:SvgOnDemand,OutStageIcon:SvgOutStage,PasswordEyeCrossedIcon:SvgPasswordEyeCrossed,PasswordEyeIcon:SvgPasswordEye,PastSessionIcon:SvgPastSession,PeopleCommunityIcon:SvgPeopleCommunity,PeopleIcon:SvgPeople,Person:SvgPerson,PersonCardIcon:SvgPersonCard,PersonCheckIcon:SvgPersonCheck,PersonCrossedIcon:SvgPersonCrossed,PersonDeleteIcon:SvgPersonDelete,PersonIcon:SvgPerson,PersonPlusIcon:SvgPersonPlus,PlayCircleIcon:SvgPlayCircle,PlayIcon:SvgPlay,PlusIcon:SvgPlus,PollIcon:SvgPoll,PresentationIcon:SvgPresentation,ProgressIcon:SvgProgress,RadioIcon:SvgRadio,ReplaceIcon:SvgReplace,ReplayDisabledIcon:SvgReplayDisabled,RestartIcon:SvgRestart,RestreamingDisabledIcon:SvgRestreamingDisabled,RestreamingIcon:SvgRestreaming,RocketIcon:SvgRocket,ScreenPersonIcon:SvgScreenPerson,ScreenShareIcon:SvgScreenSharing,ScreenShareWindowIcon:SvgScreenScareWindows,SearchIcon:SvgSearch,SeriesTypeIcon:SvgSeriesType,SessionTimeIcon:SvgSessionTime,ShieldIcon:SvgShield,SideBarIcon:SvgSidebar,SmileIcon:SvgSmile,SmileSolidIcon:SvgSmileSolid,SpotlightIcon:SvgSpotlight,StackedEmailIcon:SvgStackedEmail,StageIcon:SvgStage,StandardTypeIcon:SvgStandardType,SyncIcon:SvgSync,TimesCircleIcon:SvgTimesCircle,TodayIcon:SvgToday,TrashIcon:SvgTrash,TrendingDownIcon:SvgTrendingDown,TrendingUpIcon:SvgTrendingUp,UndoIcon:SvgUndo,UnverifiedIcon:SvgUnverified,UpcomingSessionIcon:SvgUpcomingSession,UploadIcon:SvgUpload,VerifiedIcon:SvgVerified,VideoCamOnIcon:SvgVideocam,VideoCamOnSolidIcon:SvgVideocam1,VolumeOffIcon:SvgVolumeOff1,VolumeUpSolidIcon:SvgVolumeUp,WarningIcon:SvgWarning,WarningSolidIcon:SvgWarning1,YoutubeIcon:SvgYoutube,YoutubeSquaredIcon:SvgYoutubeSquared}),styles$o={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 AVATAR_SIZES=[16,24,32,40,48,64,80,96,128];styles$n={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"};styles$m={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 Button=React.forwardRef(({disabled:e=!1,children:t,onClick:n,variant:o="primary",color:a="green",type:r="button",prefix:s="",suffix:i="",className:c="",fullWidth:l=!1,showLoader:u=!1,...d},p)=>React.createElement("button",{ref:p,type:r,disabled:e,className:cn("demio-ui-button",styles$m.button,{[c]:c,[styles$m[o]]:o,[styles$m.fullWidth]:l,[styles$m[a]]:!!a}),onClick:n,...d},(s||u)&&React.createElement("span",{className:cn("demio-ui-button-prefix",styles$m.prefix)},u?React.createElement(Loader,{size:"small",inheritColor:!0}):s),React.createElement("span",null,t),i&&React.createElement("span",{className:cn("demio-ui-button-suffix",styles$m.suffix)},i)));styles$l={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 Card=React.memo(({children:e=null,className:t="",isEmptyStateAvailable:n=!0,isLoading:o=!1,emptyStateIcon:a=null,emptyStateText:r="",shadowElevation:s=1})=>{const i=null===a,c=""===r,l=styles$l[`shadowElevation${s}`];return React.createElement("div",{className:cn(styles$l.card,l,"demio-ui-card",t)},o&&React.createElement(Loader,{className:"demio-ui-card-loader"}),!o&&(e||React.createElement("div",{className:cn(styles$l.emptyState,"demio-ui-card-empty-state")},n&&React.createElement(React.Fragment,null,React.createElement("div",{className:cn({"demio-ui-card-empty-state-icon":i,"demio-ui-card-custom-state-icon":!i})},a||React.createElement(SvgBarChart,null)),React.createElement("div",{className:cn({"demio-ui-card-empty-state-text":c,"demio-ui-card-custom-state-text":!c})},r||"No Data Available")))))});CHECKBOX_NAME="Checkbox";var[createCheckboxContext]=createContextScope$2(CHECKBOX_NAME),[CheckboxProviderImpl,useCheckboxContext]=createCheckboxContext(CHECKBOX_NAME);TRIGGER_NAME$5="CheckboxTrigger",(CheckboxTrigger=React__namespace.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:n,...o},a)=>{const{control:r,value:s,disabled:i,checked:c,required:l,setControl:u,setChecked:d,hasConsumerStoppedPropagationRef:p,isFormControl:m,bubbleInput:g}=useCheckboxContext(TRIGGER_NAME$5,e),_=useComposedRefs(a,u),f=React__namespace.useRef(c);return React__namespace.useEffect(()=>{const e=r?.form;if(e){const t=()=>d(f.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[r,d]),jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"checkbox","aria-checked":isIndeterminate$1(c)?"mixed":c,"aria-required":l,"data-state":getState$3(c),"data-disabled":i?"":void 0,disabled:i,value:s,...o,ref:_,onKeyDown:composeEventHandlers(t,e=>{"Enter"===e.key&&e.preventDefault()}),onClick:composeEventHandlers(n,e=>{d(e=>!!isIndeterminate$1(e)||!e),g&&m&&(p.current=e.isPropagationStopped(),p.current||e.stopPropagation())})})})).displayName=TRIGGER_NAME$5,(Checkbox$1=React__namespace.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:o,checked:a,defaultChecked:r,required:s,disabled:i,value:c,onCheckedChange:l,form:u,...d}=e;return jsxRuntime.jsx(CheckboxProvider,{__scopeCheckbox:n,checked:a,defaultChecked:r,disabled:i,required:s,onCheckedChange:l,name:o,form:u,value:c,internal_do_not_use_render:({isFormControl:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(CheckboxTrigger,{...d,ref:t,__scopeCheckbox:n}),e&&jsxRuntime.jsx(CheckboxBubbleInput,{__scopeCheckbox:n})]})})})).displayName=CHECKBOX_NAME,INDICATOR_NAME$3="CheckboxIndicator",(CheckboxIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...a}=e,r=useCheckboxContext(INDICATOR_NAME$3,n);return jsxRuntime.jsx(Presence,{present:o||isIndeterminate$1(r.checked)||!0===r.checked,children:jsxRuntime.jsx(Primitive$3.span,{"data-state":getState$3(r.checked),"data-disabled":r.disabled?"":void 0,...a,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=INDICATOR_NAME$3,BUBBLE_INPUT_NAME$4="CheckboxBubbleInput",(CheckboxBubbleInput=React__namespace.forwardRef(({__scopeCheckbox:e,...t},n)=>{const{control:o,hasConsumerStoppedPropagationRef:a,checked:r,defaultChecked:s,required:i,disabled:c,name:l,value:u,form:d,bubbleInput:p,setBubbleInput:m}=useCheckboxContext(BUBBLE_INPUT_NAME$4,e),g=useComposedRefs(n,m),_=usePrevious(r),f=useSize(o);React__namespace.useEffect(()=>{const e=p;if(!e)return;const t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,"checked").set,o=!a.current;if(_!==r&&n){const t=new Event("click",{bubbles:o});e.indeterminate=isIndeterminate$1(r),n.call(e,!isIndeterminate$1(r)&&r),e.dispatchEvent(t)}},[p,_,r,a]);const h=React__namespace.useRef(!isIndeterminate$1(r)&&r);return jsxRuntime.jsx(Primitive$3.input,{type:"checkbox","aria-hidden":!0,defaultChecked:s??h.current,required:i,disabled:c,name:l,value:u,form:d,...t,tabIndex:-1,ref:g,style:{...t.style,...f,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})})).displayName=BUBBLE_INPUT_NAME$4,REACT_LAZY_TYPE$1=Symbol.for("react.lazy"),use$1=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER$1=Symbol("radix.slottable"),Primitive$1=["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=createSlotClone$1(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent$1(o)&&"function"==typeof use$1&&(o=use$1(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable$1);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),NAME$2="Label",(Label$2=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Primitive$1.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=NAME$2,Root$6=Label$2,styles$k_label="Label-modules_label__rXO6J",styles$k_semiBold="Label-modules_semiBold__vTm1B",styles$k_regular="Label-modules_regular__F9gNE";const getWeightClass=(e="regular")=>"semiBold"===e?styles$k_semiBold:styles$k_regular;styles$j_container="Checkbox-modules_container__psQsQ",styles$j_root="Checkbox-modules_root__iysyc",styles$j_label="Checkbox-modules_label__4TV-f";const Checkbox=React.memo(React.forwardRef(({children:e=null,disabled:t=!1,id:n,...o},a)=>React.createElement("div",{className:cn("demio-ui-checkbox",styles$j_container),ref:a},React.createElement(Checkbox$1,{...o,className:cn("demio-ui-checkbox-button",styles$j_root),disabled:t,id:n},React.createElement(CheckboxIndicator,{className:"demio-ui-checkbox-button"},React.createElement(SvgCheckbox,null))),e&&React.createElement(Label$1,{className:cn("demio-ui-checkbox-label",styles$j_label),htmlFor:n,weight:"regular"},e))));styles$i_root="InputHint-modules_root__bJTnj",styles$i_error="InputHint-modules_error__HZnQD",styles$h={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 Input$2=React.forwardRef((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:a=.8,defaultValue:r="",disabled:s=!1,endAdornment:i=null,endAdornmentClassName:c="",errorMessage:l="",hint:u="",id:d,inputWrapperClass:p="",isLabelStatic:m=!1,label:g="",maxLength:_=150,name:f="",onBlur:h,onChange:v,onFocus:b,optionalText:R="Optional",placeholder:x="",required:y=!1,startAdornment:C=null,type:S="text",value:E,...I}=e,[w,A]=React.useState(!1),[$,M]=React.useState(r||""),[N,T]=React.useState(!1),O=void 0!==E,P="password"===S,D=P?w?"text":"password":S,j=O?E:$,B=j.length,L=B>=_*a;return React.createElement("div",{className:cn("demio-ui-input",`demio-ui-input-${S}`,styles$h.root,{[o]:!!o,[styles$h.isDisabled]:s,[styles$h.isFocused]:N||j,[styles$h.hasStartAdornment]:!!C,[styles$h.isError]:!!l,[styles$h.isLabelStatic]:!!m,"demio-ui-input-has-error":!!l}),"data-html":"container","data-state":N?"focused":""},g&&React.createElement("label",{htmlFor:d,className:cn("demio-ui-input-label",styles$h.label,{[styles$h.static]:m}),"data-html":"label"},g),!y&&React.createElement("span",{className:cn("demio-ui-input-optional",styles$h.optional,{[styles$h.correctedTop]:m}),"data-html":"optional"},R),React.createElement("div",{className:cn("demio-ui-input-wrapper",styles$h.inputWrapper,p),"data-html":"wrapper"},C&&React.createElement("div",{className:styles$h.startAdornment,"data-html":"start-adornment"},C),React.createElement("input",{...I,type:D,id:d,ref:t,name:f||d,className:styles$h.input,placeholder:x,required:y,"data-html":"input",disabled:s,autoComplete:n,maxLength:_,onChange:e=>{v?.(e),O||M(e.target.value)},value:j,onFocus:e=>{b?.(e),T(!0)},onBlur:e=>{h?.(e),T(!1)}}),i&&React.createElement("div",{className:cn(styles$h.endAdornment,{[c]:!!c}),"data-html":"end-adornment"},i),P&&React.createElement("button",{className:cn("demio-ui-input-toggle-password-button",styles$h.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{A(!w)},type:"button"},w?React.createElement(SvgPasswordEye,null):React.createElement(SvgPasswordEyeCrossed,null))),React.createElement("div",{className:cn("demio-ui-input-footer",styles$h.footer,{[styles$h.footerWithEndAdornment]:!!i}),"data-html":"footer"},React.createElement("div",{className:cn("demio-ui-input-footer-message",styles$h.footerMessage)},l&&React.createElement(InputHint,{type:"error"},l),u&&!l&&React.createElement(InputHint,{className:styles$h.hint},u)),React.createElement(InputHint,{className:cn("demio-ui-input-counter",styles$h.counter)},L&&`(${B} / ${_})`)))});styles$g_root="CopyLinkInput-module_root__oxVd0",styles$g_input="CopyLinkInput-module_input__MQztq",styles$g_button="CopyLinkInput-module_button__J5F9v",styles$g_inputWrapper="CopyLinkInput-module_inputWrapper__m0PMy";const CopyButton=({onCopy:e})=>React.createElement("button",{type:"button",className:styles$g_button,onClick:e,"aria-label":"Copy to clipboard"},React.createElement(SvgCopy,{width:16,height:16}));normalizeWheel=getDefaultExportFromCjs(requireNormalizeWheel()),css_248z=".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",MIN_ZOOM=1,MAX_ZOOM=3,KEYBOARD_STEP=1,Cropper=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=React__namespace.createRef(),n.imageRef=React__namespace.createRef(),n.videoRef=React__namespace.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,a,r;n.props.initialCroppedAreaPercentages?(t=function(e,t,n,o,a,r){var s=rotateSize$1(t.width,t.height,n),i=clamp$2(o.width/s.width*(100/e.width),a,r),c={x:i*s.width/2-o.width/2-s.width*i*(e.x/100),y:i*s.height/2-o.height/2-s.height*i*(e.y/100)};return{crop:c,zoom:i}}(n.props.initialCroppedAreaPercentages,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=t.crop,a=t.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(a)):n.props.initialCroppedAreaPixels&&(r=function(e,t,n,o,a,r){var s,i,c;return void 0===n&&(n=0),s=rotateSize$1(t.naturalWidth,t.naturalHeight,n),i=clamp$2(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),a,r),c=o.height>o.width?o.height/e.height:o.width/e.width,{crop:{x:((s.width-e.width)/2-e.x)*c,y:((s.height-e.height)/2-e.y)*c},zoom:i}}(n.props.initialCroppedAreaPixels,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=r.crop,a=r.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(a))},n.computeSizes=function(){var e,t,o,a,r,s,i,c,l,u,d,p,m=n.imageRef.current||n.videoRef.current;if(m&&n.containerRef){if(n.containerRect=n.containerRef.getBoundingClientRect(),n.saveContainerPosition(),i=n.containerRect.width/n.containerRect.height,u=(c=(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)/(l=(null===(o=n.imageRef.current)||void 0===o?void 0:o.naturalHeight)||(null===(a=n.videoRef.current)||void 0===a?void 0:a.videoHeight)||0),d=void 0,m.offsetWidth<c||m.offsetHeight<l)switch(n.state.mediaObjectFit){default:case"contain":d=i>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=__assign(__assign({},d),{naturalWidth:c,naturalHeight:l}),n.props.setMediaSize&&n.props.setMediaSize(n.mediaSize),p=n.props.cropSize?n.props.cropSize:function(e,t,n,o,a,r){var s,i,c,l,u;return void 0===r&&(r=0),i=(s=rotateSize$1(e,t,r)).width,c=s.height,(l=Math.min(i,n))>(u=Math.min(c,o))*a?{width:u*a,height:u}:{width:l,height:l/a}}(n.mediaSize.width,n.mediaSize.height,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation),(null===(r=n.state.cropSize)||void 0===r?void 0:r.height)===p.height&&(null===(s=n.state.cropSize)||void 0===s?void 0:s.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,a,r;e.preventDefault(),n.isTouching||(o=t.getMousePoint(e),a=n.gestureZoomStart-1+e.scale,n.setNewZoom(a,o,{shouldUpdatePosition:!0}),n.props.onRotationChange&&(r=n.gestureRotationStart+e.rotation,n.props.onRotationChange(r)))},n.onGestureEnd=function(e){n.cleanEvents()},n.onDragStart=function(e){var t,o,a=e.x,r=e.y;n.dragStartPosition={x:a,y:r},n.dragStartCrop=__assign({},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,a,r,s;n.state.cropSize&&void 0!==t&&void 0!==o&&(e=t-n.dragStartPosition.x,a=o-n.dragStartPosition.y,r={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+a},s=n.props.restrictPosition?restrictPosition(r,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):r,n.props.onCropChange(s))}))},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,a,r;n.currentWindow&&(n.props.onWheelRequest&&!n.props.onWheelRequest(e)||(e.preventDefault(),o=t.getMousePoint(e),a=normalizeWheel(e).pixelY,r=n.props.zoom-a*n.props.zoomSpeed/200,n.setNewZoom(r,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,a=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-(a-t.y)}},n.getPointOnMedia=function(e){var t=e.x,o=e.y,a=n.props,r=a.crop,s=a.zoom;return{x:(t+r.x)/s,y:(o+r.y)/s}},n.setNewZoom=function(e,t,o){var a,r,s,i,c,l=void 0===o?{}:o,u=l.shouldUpdatePosition,d=void 0===u||u;n.state.cropSize&&n.props.onZoomChange&&(a=clamp$2(e,n.props.minZoom,n.props.maxZoom),d&&(r=n.getPointOnContainer(t,n.containerPosition),i={x:(s=n.getPointOnMedia(r)).x*a-r.x,y:s.y*a-r.y},c=n.props.restrictPosition?restrictPosition(i,n.mediaSize,n.state.cropSize,a,n.props.rotation):i,n.props.onCropChange(c)),n.props.onZoomChange(a))},n.getCropData=function(){return n.state.cropSize?function(e,t,n,o,a,r,s){var i,c,l,u,d,p,m;return void 0===r&&(r=0),void 0===s&&(s=!0),i=s?limitArea:noOp,c=rotateSize$1(t.width,t.height,r),l=rotateSize$1(t.naturalWidth,t.naturalHeight,r),u={x:i(100,((c.width-n.width/a)/2-e.x/a)/c.width*100),y:i(100,((c.height-n.height/a)/2-e.y/a)/c.height*100),width:i(100,n.width/c.width*100/a),height:i(100,n.height/c.height*100/a)},d=Math.round(i(l.width,u.width*l.width/100)),p=Math.round(i(l.height,u.height*l.height/100)),m=l.width>=l.height*o?{width:Math.round(p*o),height:p}:{width:d,height:Math.round(d/o)},{croppedAreaPercentages:u,croppedAreaPixels:__assign(__assign({},m),{x:Math.round(i(l.width-m.width,u.x*l.width/100)),y:Math.round(i(l.height-m.height,u.y*l.height/100))})}}(n.props.restrictPosition?restrictPosition(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,a,r,s;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)&&(a=n.state.cropSize.width/n.previousCropSize.width,r=n.state.cropSize.height/n.previousCropSize.height,o={x:n.props.crop.x*a,y:n.props.crop.y*r}),s=n.props.restrictPosition?restrictPosition(o,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):o,n.previousCropSize=n.state.cropSize,n.props.onCropChange(s),n.emitCropData())},n.onKeyDown=function(e){var t,o,a,r=n.props,s=r.crop,i=r.onCropChange,c=r.keyboardStep,l=r.zoom,u=r.rotation,d=c;if(n.state.cropSize){switch(e.shiftKey&&(d*=.2),a=__assign({},s),e.key){case"ArrowUp":a.y-=d,e.preventDefault();break;case"ArrowDown":a.y+=d,e.preventDefault();break;case"ArrowLeft":a.x-=d,e.preventDefault();break;case"ArrowRight":a.x+=d,e.preventDefault();break;default:return}n.props.restrictPosition&&(a=restrictPosition(a,n.mediaSize,n.state.cropSize,l,u)),e.repeat||null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t),i(a)}},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");extendStatics(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=css_248z,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,a,r,s,i,c,l,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===(a=this.props.cropSize)||void 0===a?void 0:a.width)?this.computeSizes():(null===(r=e.crop)||void 0===r?void 0:r.x)===(null===(s=this.props.crop)||void 0===s?void 0:s.x)&&(null===(i=e.crop)||void 0===i?void 0:i.y)===(null===(c=this.props.crop)||void 0===c?void 0:c.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===(l=this.videoRef.current)||void 0===l||l.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,a;return"cover"===this.props.objectFit?(this.imageRef.current||this.videoRef.current)&&this.containerRef?(this.containerRect=this.containerRef.getBoundingClientRect(),a=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)<a?"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=getDistanceBetweenPoints(n,o),this.lastPinchRotation=getRotationBetweenPoints(n,o),this.onDragStart(getCenter(n,o))},t.prototype.onPinchMove=function(e){var n,o,a,r=this;this.currentDoc&&this.currentWindow&&(n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),a=getCenter(n,o),this.onDrag(a),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,s=getDistanceBetweenPoints(n,o),i=r.props.zoom*(s/r.lastPinchDistance);r.setNewZoom(i,a,{shouldUpdatePosition:!1}),r.lastPinchDistance=s,e=getRotationBetweenPoints(n,o),t=r.props.rotation+(e-r.lastPinchRotation),r.props.onRotationChange&&r.props.onRotationChange(t),r.lastPinchRotation=e}))},t.prototype.render=function(){var e,t=this,n=this.props,o=n.image,a=n.video,r=n.mediaProps,s=n.cropperProps,i=n.transform,c=n.crop,l=c.x,u=c.y,d=n.rotation,p=n.zoom,m=n.cropShape,g=n.showGrid,_=n.roundCropAreaPixels,f=n.style,h=f.containerStyle,v=f.cropAreaStyle,b=f.mediaStyle,R=n.classes,x=R.containerClassName,y=R.cropAreaClassName,C=R.mediaClassName,S=null!==(e=this.state.mediaObjectFit)&&void 0!==e?e:this.getObjectFit();return React__namespace.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:h,className:classNames$1("reactEasyCrop_Container",x)},o?React__namespace.createElement("img",__assign({alt:"",className:classNames$1("reactEasyCrop_Image","contain"===S&&"reactEasyCrop_Contain","horizontal-cover"===S&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===S&&"reactEasyCrop_Cover_Vertical",C)},r,{src:o,ref:this.imageRef,style:__assign(__assign({},b),{transform:i||"translate(".concat(l,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):a&&React__namespace.createElement("video",__assign({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:classNames$1("reactEasyCrop_Video","contain"===S&&"reactEasyCrop_Contain","horizontal-cover"===S&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===S&&"reactEasyCrop_Cover_Vertical",C)},r,{ref:this.videoRef,onLoadedMetadata:this.onMediaLoad,style:__assign(__assign({},b),{transform:i||"translate(".concat(l,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),controls:!1}),(Array.isArray(a)?a:[{src:a}]).map(function(e){return React__namespace.createElement("source",__assign({key:e.src},e))})),this.state.cropSize&&React__namespace.createElement("div",__assign({ref:this.cropperRef,style:__assign(__assign({},v),{width:_?Math.round(this.state.cropSize.width):this.state.cropSize.width,height:_?Math.round(this.state.cropSize.height):this.state.cropSize.height}),tabIndex:0,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,"data-testid":"cropper",className:classNames$1("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",g&&"reactEasyCrop_CropAreaGrid",y)},s)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:MAX_ZOOM,minZoom:MIN_ZOOM,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:KEYBOARD_STEP},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}(React__namespace.Component),DirectionContext=React__namespace.createContext(void 0),PAGE_KEYS=["PageUp","PageDown"],ARROW_KEYS$1=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],BACK_KEYS={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},SLIDER_NAME="Slider";var[Collection$3,useCollection$3,createCollectionScope$3]=createCollection(SLIDER_NAME),[createSliderContext]=createContextScope$2(SLIDER_NAME,[createCollectionScope$3]),[SliderProvider,useSliderContext]=createSliderContext(SLIDER_NAME);Slider=React__namespace.forwardRef((e,t)=>{function n(e,t,{commit:n}={commit:!1}){const o=function(e){return(String(e).split(".")[1]||"").length}(s),i=function(e,t){const n=Math.pow(10,t);return Math.round(e*n)/n}(Math.round((e-a)/s)*s+a,o),c=clamp$1(i,[a,r]);x((e=[])=>{const o=function(e=[],t,n){const o=[...e];return o[n]=t,o.sort((e,t)=>e-t)}(e,c,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,l*s)){v.current=o.indexOf(c);const t=String(o)!==String(e);return t&&n&&m(o),t?o:e}return e})}const{name:o,min:a=0,max:r=100,step:s=1,orientation:i="horizontal",disabled:c=!1,minStepsBetweenThumbs:l=0,defaultValue:u=[a],value:d,onValueChange:p=()=>{},onValueCommit:m=()=>{},inverted:g=!1,form:_,...f}=e,h=React__namespace.useRef(new Set),v=React__namespace.useRef(0),b="horizontal"===i?SliderHorizontal:SliderVertical,[R=[],x]=useControllableState({prop:d,defaultProp:u,onChange:e=>{const t=[...h.current];t[v.current]?.focus(),p(e)}}),y=React__namespace.useRef(R);return jsxRuntime.jsx(SliderProvider,{scope:e.__scopeSlider,name:o,disabled:c,min:a,max:r,valueIndexToChangeRef:v,thumbs:h.current,values:R,orientation:i,form:_,children:jsxRuntime.jsx(Collection$3.Provider,{scope:e.__scopeSlider,children:jsxRuntime.jsx(Collection$3.Slot,{scope:e.__scopeSlider,children:jsxRuntime.jsx(b,{"aria-disabled":c,"data-disabled":c?"":void 0,...f,ref:t,onPointerDown:composeEventHandlers(f.onPointerDown,()=>{c||(y.current=R)}),min:a,max:r,inverted:g,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)}(R,e);n(e,t)},onSlideMove:c?void 0:function(e){n(e,v.current)},onSlideEnd:c?void 0:function(){const e=y.current[v.current];R[v.current]!==e&&m(R)},onHomeKeyDown:()=>!c&&n(a,0,{commit:!0}),onEndKeyDown:()=>!c&&n(r,R.length-1,{commit:!0}),onStepKeyDown:({event:e,direction:t})=>{if(!c){const o=PAGE_KEYS.includes(e.key)||e.shiftKey&&ARROW_KEYS$1.includes(e.key)?10:1,a=v.current;n(R[a]+s*o*t,a,{commit:!0})}}})})})})}),Slider.displayName=SLIDER_NAME;var[SliderOrientationProvider,useSliderOrientationContext]=createSliderContext(SLIDER_NAME,{startEdge:"left",endEdge:"right",size:"width",direction:1});SliderHorizontal=React__namespace.forwardRef((e,t)=>{function n(e){const t=_.current||p.getBoundingClientRect(),n=linearScale([0,t.width],v?[o,a]:[a,o]);return _.current=t,n(e-t.left)}const{min:o,max:a,dir:r,inverted:s,onSlideStart:i,onSlideMove:c,onSlideEnd:l,onStepKeyDown:u,...d}=e,[p,m]=React__namespace.useState(null),g=useComposedRefs(t,e=>m(e)),_=React__namespace.useRef(void 0),f=useDirection(r),h="ltr"===f,v=h&&!s||!h&&s;return jsxRuntime.jsx(SliderOrientationProvider,{scope:e.__scopeSlider,startEdge:v?"left":"right",endEdge:v?"right":"left",direction:v?1:-1,size:"width",children:jsxRuntime.jsx(SliderImpl,{dir:f,"data-orientation":"horizontal",...d,ref:g,style:{...d.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:e=>{const t=n(e.clientX);i?.(t)},onSlideMove:e=>{const t=n(e.clientX);c?.(t)},onSlideEnd:()=>{_.current=void 0,l?.()},onStepKeyDown:e=>{const t=BACK_KEYS[v?"from-left":"from-right"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),SliderVertical=React__namespace.forwardRef((e,t)=>{function n(e){const t=m.current||d.current.getBoundingClientRect(),n=linearScale([0,t.height],g?[a,o]:[o,a]);return m.current=t,n(e-t.top)}const{min:o,max:a,inverted:r,onSlideStart:s,onSlideMove:i,onSlideEnd:c,onStepKeyDown:l,...u}=e,d=React__namespace.useRef(null),p=useComposedRefs(t,d),m=React__namespace.useRef(void 0),g=!r;return jsxRuntime.jsx(SliderOrientationProvider,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:jsxRuntime.jsx(SliderImpl,{"data-orientation":"vertical",...u,ref:p,style:{...u.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:e=>{const t=n(e.clientY);s?.(t)},onSlideMove:e=>{const t=n(e.clientY);i?.(t)},onSlideEnd:()=>{m.current=void 0,c?.()},onStepKeyDown:e=>{const t=BACK_KEYS[g?"from-bottom":"from-top"].includes(e.key);l?.({event:e,direction:t?-1:1})}})})}),SliderImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:a,onSlideEnd:r,onHomeKeyDown:s,onEndKeyDown:i,onStepKeyDown:c,...l}=e,u=useSliderContext(SLIDER_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{...l,ref:t,onKeyDown:composeEventHandlers(e.onKeyDown,e=>{"Home"===e.key?(s(e),e.preventDefault()):"End"===e.key?(i(e),e.preventDefault()):PAGE_KEYS.concat(ARROW_KEYS$1).includes(e.key)&&(c(e),e.preventDefault())}),onPointerDown:composeEventHandlers(e.onPointerDown,e=>{const t=e.target;t.setPointerCapture(e.pointerId),e.preventDefault(),u.thumbs.has(t)?t.focus():o(e)}),onPointerMove:composeEventHandlers(e.onPointerMove,e=>{e.target.hasPointerCapture(e.pointerId)&&a(e)}),onPointerUp:composeEventHandlers(e.onPointerUp,e=>{const t=e.target;t.hasPointerCapture(e.pointerId)&&(t.releasePointerCapture(e.pointerId),r(e))})})}),TRACK_NAME="SliderTrack",(SliderTrack=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,a=useSliderContext(TRACK_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...o,ref:t})})).displayName=TRACK_NAME,RANGE_NAME="SliderRange",(SliderRange=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,a=useSliderContext(RANGE_NAME,n),r=useSliderOrientationContext(RANGE_NAME,n),s=useComposedRefs(t,React__namespace.useRef(null)),i=a.values.length,c=a.values.map(e=>convertValueToPercentage(e,a.min,a.max)),l=i>1?Math.min(...c):0,u=100-Math.max(...c);return jsxRuntime.jsx(Primitive$3.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...o,ref:s,style:{...e.style,[r.startEdge]:l+"%",[r.endEdge]:u+"%"}})})).displayName=RANGE_NAME,THUMB_NAME$1="SliderThumb",SliderThumb=React__namespace.forwardRef((e,t)=>{const n=useCollection$3(e.__scopeSlider),[o,a]=React__namespace.useState(null),r=useComposedRefs(t,e=>a(e)),s=React__namespace.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return jsxRuntime.jsx(SliderThumbImpl,{...e,ref:r,index:s})}),SliderThumbImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:a,...r}=e,s=useSliderContext(THUMB_NAME$1,n),i=useSliderOrientationContext(THUMB_NAME$1,n),[c,l]=React__namespace.useState(null),u=useComposedRefs(t,e=>l(e)),d=!c||(s.form||!!c.closest("form")),p=useSize(c),m=s.values[o],g=void 0===m?0:convertValueToPercentage(m,s.min,s.max),_=function(e,t){return t>2?`Value ${e+1} of ${t}`:2===t?["Minimum","Maximum"][e]:void 0}(o,s.values.length),f=p?.[i.size],h=f?function(e,t,n){const o=e/2;return(o-linearScale([0,50],[0,o])(t)*n)*n}(f,g,i.direction):0;return React__namespace.useEffect(()=>{if(c)return s.thumbs.add(c),()=>{s.thumbs.delete(c)}},[c,s.thumbs]),jsxRuntime.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[i.startEdge]:`calc(${g}% + ${h}px)`},children:[jsxRuntime.jsx(Collection$3.ItemSlot,{scope:e.__scopeSlider,children:jsxRuntime.jsx(Primitive$3.span,{role:"slider","aria-label":e["aria-label"]||_,"aria-valuemin":s.min,"aria-valuenow":m,"aria-valuemax":s.max,"aria-orientation":s.orientation,"data-orientation":s.orientation,"data-disabled":s.disabled?"":void 0,tabIndex:s.disabled?void 0:0,...r,ref:u,style:void 0===m?{display:"none"}:e.style,onFocus:composeEventHandlers(e.onFocus,()=>{s.valueIndexToChangeRef.current=o})})}),d&&jsxRuntime.jsx(SliderBubbleInput,{name:a??(s.name?s.name+(s.values.length>1?"[]":""):void 0),form:s.form,value:m},o)]})}),SliderThumb.displayName=THUMB_NAME$1,BUBBLE_INPUT_NAME$3="RadioBubbleInput",(SliderBubbleInput=React__namespace.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const a=React__namespace.useRef(null),r=useComposedRefs(a,o),s=usePrevious(t);return React__namespace.useEffect(()=>{const e=a.current;if(!e)return;const n=window.HTMLInputElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(s!==t&&o){const n=new Event("input",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[s,t]),jsxRuntime.jsx(Primitive$3.input,{style:{display:"none"},...n,ref:r,defaultValue:t})})).displayName=BUBBLE_INPUT_NAME$3,Root$5=Slider,Track=SliderTrack,Range=SliderRange,Thumb$1=SliderThumb,style$6_container="Slider-modules_container__ZtkgF",style$6_track="Slider-modules_track__KLggY",style$6_range="Slider-modules_range__3s39d",style$6_thumb="Slider-modules_thumb__P9ZoJ",style$6_thumbArea="Slider-modules_thumbArea__lNKj-";const SliderDemo=React.memo(e=>{const{className:t,isDisabled:n=!1,max:o,min:a,name:r="slider",onChange:s,step:i,thumbAriaLabel:c="",value:l=0}=e,[u,d]=React.useState(l);return React.useEffect(()=>{d(l)},[l]),React.createElement(Root$5,{className:cn("demio-ui-slider-container",style$6_container,t),"data-testid":"container",disabled:n,min:a,max:o,name:r,onValueChange:e=>{return t=e[0],d(t),void(s&&s(t));var t},step:i,value:[u]},React.createElement(Track,{className:cn("demio-ui-slider-track",style$6_track),"data-testid":"track"},React.createElement(Range,{className:cn("demio-ui-slider-range",style$6_range),"data-testid":"range"})),React.createElement(Thumb$1,{"aria-label":c,className:cn("demio-ui-slider-thumb",style$6_thumb),"data-testid":"thumb"},React.createElement("div",{className:cn("demio-ui-slider-thumb-area",style$6_thumbArea)})))});style$5_root="Crop-modules_root__rN-SB",style$5_wrapper="Crop-modules_wrapper__gCOCS",style$5_slider="Crop-modules_slider__-2TIB";const Crop=React.memo(e=>{const{aspect:t=1,className:n="",image:o="",isGridVisible:a=!1,onCropChange:r,onCropComplete:s,onZoomChange:i,sliderMin:c=1,sliderMax:l=3,sliderStep:u=.1}=e,[d,p]=React.useState({x:0,y:0}),[m,g]=React.useState(c);return o&&React.createElement("div",{className:cn("demio-ui-crop-root",style$5_root,n),"data-testid":"crop-root"},React.createElement("div",{className:cn("demio-ui-crop-wrapper",style$5_wrapper),"data-testid":"crop-wrapper"},React.createElement(Cropper,{...e,aspect:t,classes:{containerClassName:"demio-ui-crop-container",mediaClassName:"demio-ui-crop-image "+(a?"demio-ui-crop-grid":"")},crop:d,image:o,onCropChange:e=>{p(e),r&&r(e)},onCropComplete:async(e,t)=>{s&&s(e,t)},onZoomChange:g,showGrid:a,zoom:m})),React.createElement("div",{className:cn("demio-ui-crop-slider",style$5_slider),"data-testid":"crop-slider"},React.createElement(SliderDemo,{max:l,min:c,onChange:e=>{g(e),i&&i(e)},step:u})))}),mimeTypeMap={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"]},getFileExtension=(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):""},getFileMimeType=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},isExtensionMatchingMimeType=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),a=mimeTypeMap[n]||[];return!(a.length>0)||a.includes(o)},isValidFileType=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=getFileExtension(e),o=getFileMimeType(e);if(!n||!o)return!1;if(!isExtensionMatchingMimeType(n,o))return!1;return t.toLowerCase().trim().includes(n)},isImage=(e=null)=>e instanceof File&&e.type.startsWith("image/"),isValidFileSize=(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},isValidFileDimension=async(e=null,t=0,n=0)=>new Promise((o,a)=>{if(!(e instanceof File))return o(!1);if(!isImage(e))return o(!0);const r=new FileReader;r.onload=e=>{const r=new Image;r.onload=()=>{const e=r.width>=t&&r.height>=n;o(e)},r.onerror=()=>{a(new Error("Error while loading Image"))},r.src=e.target?.result},r.onerror=()=>{a(new Error("Error while reading Image"))},r.readAsDataURL(e)}),createImage=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}),getRadianAngle=(e=0)=>e*Math.PI/180,rotateSize=(e,t,n)=>{const o=getRadianAngle(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)}},getCroppedImageURL=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const a=await createImage(e),r=document.createElement("canvas"),s=r.getContext("2d");if(!s)return null;const{width:i,height:c}=rotateSize(a.width,a.height,n);r.width=i,r.height=c,s.translate(i/2,c/2),s.scale(o.horizontal?-1:1,o.vertical?-1:1),s.translate(-a.width/2,-a.height/2),s.drawImage(a,0,0);const l=document.createElement("canvas"),u=l.getContext("2d");return u?(l.width=t.width,l.height=t.height,u.drawImage(r,t.x,t.y,t.width,t.height,0,0,t.width,t.height),new Promise((e,t)=>{l.toBlob(n=>{n?e(URL.createObjectURL(n)):t(null)},"image/jpeg")})):null};css$5_toast="Toast-modules_toast__jBLRk",css$5_noCloseBtn="Toast-modules_noCloseBtn__pyGvH",css$5_icon="Toast-modules_icon__ORsLy",css$5_success="Toast-modules_success__BYfwB",css$5_warning="Toast-modules_warning__HLJ8C",css$5_error="Toast-modules_error__yN4Cu",css$5_info="Toast-modules_info__V0nO3",css$5_message="Toast-modules_message__fnWMJ",css$5_description="Toast-modules_description__GYPY5",css$5_noMessage="Toast-modules_noMessage__3Wskx",css$5_closeButton="Toast-modules_closeButton__GIv2a",css$5_closeIcon="Toast-modules_closeIcon__2qev9";const Toast=React.memo(({className:e="",description:t="",duration:n=4e3,icon:o=null,id:a,isClosable:r=!0,message:s="",onClose:i,style:c={},type:l="info"})=>{const[u,d]=React.useState(!0),p=a||Date.now(),m=Boolean(t),g=Boolean(s),_="error"===l&&!o,f="info"===l&&!o,h="success"===l&&!o,v="warning"===l&&!o,b=n<1e3?1e3*n:n,R=e=>{e instanceof Event&&(e.preventDefault(),e.stopPropagation()),"number"==typeof e&&clearTimeout(e),d(!1),i?.(p)};return React.useEffect(()=>{const e=setTimeout(()=>R(e),b);return()=>clearTimeout(e)},[]),(g||m)&&u&&React.createElement("div",{className:cn("demio-ui-toast",css$5_toast,{[css$5_noCloseBtn]:!r},e),"data-testid":`toast-${p}`,style:c},o&&React.createElement("div",{className:cn("demio-ui-toast-custom-icon",css$5_icon),"data-testid":"toast-custom-icon"},o),_&&React.createElement(SvgExclamation,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-error",css$5_icon,css$5_error),"data-testid":"toast-icon-error"}),f&&React.createElement(SvgInfoCircle,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-info",css$5_icon,css$5_info),"data-testid":"toast-icon-info"}),h&&React.createElement(SvgCheckCircle,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-success",css$5_icon,css$5_success),"data-testid":"toast-icon-success"}),v&&React.createElement(SvgInfo,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-warning",css$5_icon,css$5_warning),"data-testid":"toast-icon-warning"}),React.createElement("div",{className:cn("demio-ui-toast-message",css$5_message),"data-testid":"toast-message"},s,m&&React.createElement("div",{className:cn("demio-ui-toast-description",css$5_description,{[css$5_noMessage]:!g}),"data-testid":"toast-description"},t)),r&&React.createElement("button",{className:cn("demio-ui-toast-close-btn",css$5_closeButton),"data-testid":"toast-close-btn",onClick:()=>R(null)},React.createElement(SvgClose,{className:cn("demio-ui-toast-close-icon",css$5_closeIcon),"data-testid":"toast-close-icon"})))});css$4={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const ToastList=React.memo(({position:e="right",className:t})=>{const[n,o]=React.useState([]),a=0===n.length,r=React.useCallback(e=>o(t=>t.filter(t=>t.id!==e)),[o]),s=React.useCallback(()=>{a||(r(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[a,n[0],r]),i=React.useCallback(e=>{"Escape"===e?.key&&s()},[s]);return React.useEffect(()=>{Promise.resolve().then(function(){return toast$1}).then(({toast:e})=>{e?.updateSetter(o)})},[]),React.useEffect(()=>(document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i)}),[i]),React.createElement("div",{className:cn("demio-ui-toast-list",css$4.toastList,css$4[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>React.createElement(Toast,{...e,key:`toast-${e.id}`})))}),ensureToastListInitialized=()=>{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),client.createRoot(e).render(React.createElement(ToastList,null))),!0};const toast=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?ensureToastListInitialized():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{ensureToastListInitialized(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(ensureToastListInitialized(),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(!ensureToastListInitialized())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"})}};toast$1=Object.freeze({__proto__:null,toast:toast});const useCroppedImage=(e="",t=null)=>{const[n,o]=React.useState("");return React.useEffect(()=>{t&&e?getCroppedImageURL(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},initialFileValidation={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},useFileValidation=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:a=!0,minHeightLimit:r=0,minWidthLimit:s=0})=>{const[i,c]=React.useState(initialFileValidation);return{...i,validate:async(l=null)=>{if(!(n&&l instanceof File))return initialFileValidation;const u=!o||await isValidFileDimension(l,s,r),d=!a||isValidFileSize(l,t),p=!(e.length>0)||isValidFileType(l,e),m=u&&d&&p,g={...i,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return c(g),g}}};style$4_note="Note-modules_note__6dcyr",style$4_icon="Note-modules_icon__P-p8I";const iconMap={error:SvgTimesCircle,info:SvgInfoCircleSolid,warning:SvgExclamation},typeClassMap={error:"Note-modules_error__sG0TM",info:"Note-modules_info__4-D0C",warning:"Note-modules_warning__kCpaR"},Note=React.memo(e=>{const{children:t="",className:n="",classNameIcon:o="",type:a="error"}=e,r=String(t).trim().length>0,s=iconMap[a];return r&&React.createElement("div",{className:cn("demio-ui-note",style$4_note,typeClassMap[a],n),"data-testid":"note",role:"info"===a?"status":"alert"},React.createElement(s,{className:cn("demio-ui-note-icon",style$4_icon,o),"data-testid":`note-icon-${a}`}),t)});style$3_container="DnDArea-modules_container__bPaID",style$3_isDraggedOver="DnDArea-modules_isDraggedOver__A5x5L";const DnDArea=React.memo(e=>{const{acceptableFileTypes:t="",className:n="",children:o="Drag the file into the selected area",dropText:a="Drop it like it’s hot! 🔥",fileSizeMbLimit:r=0,error:s="",minHeightLimit:i=0,minWidthLimit:c=0,errorDimension:l=`Minimum required dimensions are ${c}x${i}.`,errorSize:u=`Exceeds maximum size limit of ${r} MB.`,errorType:d="File type is not supported.",isValidationEnabled:p=!0,isDimensionValidationEnabled:m=!0,isSizeValidationEnabled:g=!0,onDragLeave:_,onDragOver:f,onDrop:h}=e,[v,b]=React.useState(!1),{isFileDimensionValid:R,isFileSizeValid:x,isFileTypeValid:y,validate:C}=useFileValidation({acceptableFileTypes:t,fileSizeMbLimit:r,isDimensionValidationEnabled:m,isSizeValidationEnabled:g,isValidationEnabled:p,minHeightLimit:i,minWidthLimit:c}),S=s?.length>0,E=t&&t.length>0,I=p&&m&&!R,w=p&&g&&!x,A=p&&E&&!y;return React.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&S&&React.createElement(Note,{children:s}),p&&!S&&A&&React.createElement(Note,{children:d}),p&&!S&&!A&&w&&React.createElement(Note,{children:u}),p&&!S&&!A&&!w&&I&&React.createElement(Note,{children:l}),React.createElement("div",{className:cn("demio-ui-dnd-area-container",style$3_container,{[style$3_isDraggedOver]:v},n),"data-testid":"dnd-area-container",onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),b(!1),_&&_(e)},onDragOver:e=>{e.preventDefault(),e.stopPropagation(),b(!0),f&&f(e)},onDrop:async e=>{e.preventDefault(),e.stopPropagation(),b(!1);const t=e.dataTransfer?.files[0]||null;await C(t),h&&h(e,t)}},v&&a,!v&&o))});styles$f_overlay="Modal-modules_overlay__V-vTn",styles$f_header="Modal-modules_header__-dxAm",styles$f_isTitleHidden="Modal-modules_isTitleHidden__T6g1-",styles$f_close="Modal-modules_close__CwIjR",styles$f_title="Modal-modules_title__3ehge",styles$f_titleCentered="Modal-modules_titleCentered__Qqy8u",styles$f_content="Modal-modules_content__sK9HS",styles$f_body="Modal-modules_body__8Khpx",styles$e={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 sides=["top","right","bottom","left"],min=Math.min,max=Math.max,round=Math.round,floor=Math.floor,createCoords=e=>({x:e,y:e}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},lrPlacement=["left","right"],rlPlacement=["right","left"],tbPlacement=["top","bottom"],btPlacement=["bottom","top"],originSides=new Set(["left","top"]),willChangeRe=/transform|translate|scale|rotate|perspective|filter/,containRe=/paint|layout|strict|content/,isNotNone=e=>!!e&&"none"!==e;let isWebKitValue;const noOffsets=createCoords(0),platform={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:a}=e;const r="fixed"===a,s=getDocumentElement(o),i=!!t&&isTopLayer(t.floating);if(o===s||i&&r)return n;let c={scrollLeft:0,scrollTop:0},l=createCoords(1);const u=createCoords(0),d=isHTMLElement(o);if((d||!d&&!r)&&(("body"!==getNodeName(o)||isOverflowElement(s))&&(c=getNodeScroll(o)),d)){const e=getBoundingClientRect(o);l=getScale(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!s||d||r?createCoords(0):getHTMLOffset(s,c);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+p.x,y:n.y*l.y-c.scrollTop*l.y+u.y+p.y}},getDocumentElement:getDocumentElement,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:a}=e;const r=[..."clippingAncestors"===n?isTopLayer(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=getOverflowAncestors(e,[],!1).filter(e=>isElement(e)&&"body"!==getNodeName(e)),a=null;const r="fixed"===getComputedStyle$1(e).position;let s=r?getParentNode(e):e;for(;isElement(s)&&!isLastTraversableNode(s);){const t=getComputedStyle$1(s),n=isContainingBlock(s);n||"fixed"!==t.position||(a=null),(r?!n&&!a:!n&&"static"===t.position&&a&&("absolute"===a.position||"fixed"===a.position)||isOverflowElement(s)&&!n&&hasFixedPositionAncestor(e,s))?o=o.filter(e=>e!==s):a=t,s=getParentNode(s)}return t.set(e,o),o}(t,this._c):[].concat(n),o],s=getClientRectFromClippingAncestor(t,r[0],a);let i=s.top,c=s.right,l=s.bottom,u=s.left;for(let d=1;d<r.length;d++){const e=getClientRectFromClippingAncestor(t,r[d],a);i=max(e.top,i),c=min(e.right,c),l=min(e.bottom,l),u=max(e.left,u)}return{width:c-u,height:l-i,x:u,y:i}},getOffsetParent:getOffsetParent,getElementRects:async function(e){const t=this.getOffsetParent||getOffsetParent,n=this.getDimensions,o=await n(e.floating);return{reference:getRectRelativeToOffsetParent(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}=getCssDimensions(e);return{width:t,height:n}},getScale:getScale,isElement:isElement,isRTL:function(e){return"rtl"===getComputedStyle$1(e).direction}},offset$1=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:a,y:r,placement:s,middlewareData:i}=t,c=await async function(e,t){const{placement:n,platform:o,elements:a}=e,r=await(null==o.isRTL?void 0:o.isRTL(a.floating)),s=getSide(n),i=getAlignment(n),c="y"===getSideAxis(n),l=originSides.has(s)?-1:1,u=r&&c?-1:1,d=evaluate(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:g}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return i&&"number"==typeof g&&(m="end"===i?-1*g:g),c?{x:m*u,y:p*l}:{x:p*l,y:m*u}}(t,e);return s===(null==(n=i.offset)?void 0:n.placement)&&null!=(o=i.arrow)&&o.alignmentOffset?{}:{x:a+c.x,y:r+c.y,data:{...c,placement:s}}}}},shift$1=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:a,platform:r}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=evaluate(e,t),u={x:n,y:o},d=await r.detectOverflow(t,l),p=getSideAxis(getSide(a)),m=getOppositeAxis(p);let g=u[m],_=u[p];if(s){const e="y"===m?"bottom":"right";g=clamp(g+d["y"===m?"top":"left"],g,g-d[e])}if(i){const e="y"===p?"bottom":"right";_=clamp(_+d["y"===p?"top":"left"],_,_-d[e])}const f=c.fn({...t,[m]:g,[p]:_});return{...f,data:{x:f.x-n,y:f.y-o,enabled:{[m]:s,[p]:i}}}}}},flip$1=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o,a,r,s;const{placement:i,middlewareData:c,rects:l,initialPlacement:u,platform:d,elements:p}=t,{mainAxis:m=!0,crossAxis:g=!0,fallbackPlacements:_,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:v=!0,...b}=evaluate(e,t);if(null!=(n=c.arrow)&&n.alignmentOffset)return{};const R=getSide(i),x=getSideAxis(u),y=getSide(u)===u,C=await(null==d.isRTL?void 0:d.isRTL(p.floating)),S=_||(y||!v?[getOppositePlacement(u)]:function(e){const t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}(u)),E="none"!==h;!_&&E&&S.push(...getOppositeAxisPlacements(u,v,h,C));const I=[u,...S],w=await d.detectOverflow(t,b),A=[];let $=(null==(o=c.flip)?void 0:o.overflows)||[];if(m&&A.push(w[R]),g){const e=function(e,t,n){void 0===n&&(n=!1);const o=getAlignment(e),a=getAlignmentAxis(e),r=getAxisLength(a);let s="x"===a?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[r]>t.floating[r]&&(s=getOppositePlacement(s)),[s,getOppositePlacement(s)]}(i,l,C);A.push(w[e[0]],w[e[1]])}if($=[...$,{placement:i,overflows:A}],!A.every(e=>e<=0)){const e=((null==(a=c.flip)?void 0:a.index)||0)+1,t=I[e];if(t){if(!("alignment"===g&&x!==getSideAxis(t))||$.every(e=>getSideAxis(e.placement)!==x||e.overflows[0]>0))return{data:{index:e,overflows:$},reset:{placement:t}}}let n=null==(r=$.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:r.placement;if(!n)switch(f){case"bestFit":{const e=null==(s=$.filter(e=>{if(E){const t=getSideAxis(e.placement);return t===x||"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:s[0];e&&(n=e);break}case"initialPlacement":n=u}if(i!==n)return{reset:{placement:n}}}return{}}}},size$1=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var n,o;const{placement:a,rects:r,platform:s,elements:i}=t,{apply:c=()=>{},...l}=evaluate(e,t),u=await s.detectOverflow(t,l),d=getSide(a),p=getAlignment(a),m="y"===getSideAxis(a),{width:g,height:_}=r.floating;let f,h;"top"===d||"bottom"===d?(f=d,h=p===(await(null==s.isRTL?void 0:s.isRTL(i.floating))?"start":"end")?"left":"right"):(h=d,f="end"===p?"top":"bottom");const v=_-u.top-u.bottom,b=g-u.left-u.right,R=min(_-u[f],v),x=min(g-u[h],b),y=!t.middlewareData.shift;let C=R,S=x;if(null!=(n=t.middlewareData.shift)&&n.enabled.x&&(S=b),null!=(o=t.middlewareData.shift)&&o.enabled.y&&(C=v),y&&!p){const e=max(u.left,0),t=max(u.right,0),n=max(u.top,0),o=max(u.bottom,0);m?S=g-2*(0!==e||0!==t?e+t:max(u.left,u.right)):C=_-2*(0!==n||0!==o?n+o:max(u.top,u.bottom))}await c({...t,availableWidth:S,availableHeight:C});const E=await s.getDimensions(i.floating);return g!==E.width||_!==E.height?{reset:{rects:!0}}:{}}}},hide$1=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:a="referenceHidden",...r}=evaluate(e,t);switch(a){case"referenceHidden":{const e=getSideOffsets(await o.detectOverflow(t,{...r,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:isAnySideFullyClipped(e)}}}case"escaped":{const e=getSideOffsets(await o.detectOverflow(t,{...r,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:isAnySideFullyClipped(e)}}}default:return{}}}}},arrow$2=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:a,rects:r,platform:s,elements:i,middlewareData:c}=t,{element:l,padding:u=0}=evaluate(e,t)||{};if(null==l)return{};const d=getPaddingObject(u),p={x:n,y:o},m=getAlignmentAxis(a),g=getAxisLength(m),_=await s.getDimensions(l),f="y"===m,h=f?"top":"left",v=f?"bottom":"right",b=f?"clientHeight":"clientWidth",R=r.reference[g]+r.reference[m]-p[m]-r.floating[g],x=p[m]-r.reference[m],y=await(null==s.getOffsetParent?void 0:s.getOffsetParent(l));let C=y?y[b]:0;C&&await(null==s.isElement?void 0:s.isElement(y))||(C=i.floating[b]||r.floating[g]);const S=R/2-x/2,E=C/2-_[g]/2-1,I=min(d[h],E),w=min(d[v],E),A=I,$=C-_[g]-w,M=C/2-_[g]/2+S,N=clamp(A,M,$),T=!c.arrow&&null!=getAlignment(a)&&M!==N&&r.reference[g]/2-(M<A?I:w)-_[g]/2<0,O=T?M<A?M-A:M-$:0;return{[m]:p[m]+O,data:{[m]:N,centerOffset:M-N-O,...T&&{alignmentOffset:O}},reset:T}}}),limitShift$1=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:n,y:o,placement:a,rects:r,middlewareData:s}=t,{offset:i=0,mainAxis:c=!0,crossAxis:l=!0}=evaluate(e,t),u={x:n,y:o},d=getSideAxis(a),p=getOppositeAxis(d);let m=u[p],g=u[d];const _=evaluate(i,t),f="number"==typeof _?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(c){const e="y"===p?"height":"width",t=r.reference[p]-r.floating[e]+f.mainAxis,n=r.reference[p]+r.reference[e]-f.mainAxis;m<t?m=t:m>n&&(m=n)}if(l){var h,v;const e="y"===p?"width":"height",t=originSides.has(getSide(a)),n=r.reference[d]-r.floating[e]+(t&&(null==(h=s.offset)?void 0:h[d])||0)+(t?0:f.crossAxis),o=r.reference[d]+r.reference[e]+(t?0:(null==(v=s.offset)?void 0:v[d])||0)-(t?f.crossAxis:0);g<n?g=n:g>o&&(g=o)}return{[p]:m,[d]:g}}}},computePosition=(e,t,n)=>{const o=new Map,a={platform:platform,...n},r={...a.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:a="absolute",middleware:r=[],platform:s}=n,i=s.detectOverflow?s:{...s,detectOverflow:detectOverflow},c=await(null==s.isRTL?void 0:s.isRTL(t));let l=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:u,y:d}=computeCoordsFromPlacement(l,o,c),p=o,m=0;const g={};for(let _=0;_<r.length;_++){const n=r[_];if(!n)continue;const{name:f,fn:h}=n,{x:v,y:b,data:R,reset:x}=await h({x:u,y:d,initialPlacement:o,placement:p,strategy:a,middlewareData:g,rects:l,platform:i,elements:{reference:e,floating:t}});u=null!=v?v:u,d=null!=b?b:d,g[f]={...g[f],...R},x&&m<50&&(m++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(l=!0===x.rects?await s.getElementRects({reference:e,floating:t,strategy:a}):x.rects),({x:u,y:d}=computeCoordsFromPlacement(l,p,c))),_=-1)}return{x:u,y:d,placement:p,strategy:a,middlewareData:g}})(e,t,{...a,platform:r})};isClient$1="undefined"!=typeof document,noop$2=function(){},index$1=isClient$1?React.useLayoutEffect:noop$2;const offset=(e,t)=>{const n=offset$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},shift=(e,t)=>{const n=shift$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},limitShift=(e,t)=>({fn:limitShift$1(e).fn,options:[e,t]}),flip=(e,t)=>{const n=flip$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},size=(e,t)=>{const n=size$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},hide=(e,t)=>{const n=hide$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},arrow=(e,t)=>{const n=(e=>({name:"arrow",options:e,fn(t){const{element:n,padding:o}="function"==typeof e?e(t):e;return n&&(a=n,{}.hasOwnProperty.call(a,"current"))?null!=n.current?arrow$2({element:n.current,padding:o}).fn(t):{}:n?arrow$2({element:n,padding:o}).fn(t):{};var a}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};NAME$1="Arrow",(Arrow$1=React__namespace.forwardRef((e,t)=>{const{children:n,width:o=10,height:a=5,...r}=e;return jsxRuntime.jsx(Primitive$3.svg,{...r,ref:t,width:o,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:jsxRuntime.jsx("polygon",{points:"0,0 30,0 15,10"})})})).displayName=NAME$1,Root$4=Arrow$1,POPPER_NAME="Popper";var[createPopperContext,createPopperScope]=createContextScope$2(POPPER_NAME),[PopperProvider,usePopperContext]=createPopperContext(POPPER_NAME);(Popper=e=>{const{__scopePopper:t,children:n}=e,[o,a]=React__namespace.useState(null);return jsxRuntime.jsx(PopperProvider,{scope:t,anchor:o,onAnchorChange:a,children:n})}).displayName=POPPER_NAME,ANCHOR_NAME$2="PopperAnchor",(PopperAnchor=React__namespace.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...a}=e,r=usePopperContext(ANCHOR_NAME$2,n),s=React__namespace.useRef(null),i=useComposedRefs(t,s),c=React__namespace.useRef(null);return React__namespace.useEffect(()=>{const e=c.current;c.current=o?.current||s.current,e!==c.current&&r.onAnchorChange(c.current)}),o?null:jsxRuntime.jsx(Primitive$3.div,{...a,ref:i})})).displayName=ANCHOR_NAME$2,CONTENT_NAME$6="PopperContent";var[PopperContentProvider,useContentContext]=createPopperContext(CONTENT_NAME$6);PopperContent=React__namespace.forwardRef((e,t)=>{const{__scopePopper:n,side:o="bottom",sideOffset:a=0,align:r="center",alignOffset:s=0,arrowPadding:i=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d="partial",hideWhenDetached:p=!1,updatePositionStrategy:m="optimized",onPlaced:g,..._}=e,f=usePopperContext(CONTENT_NAME$6,n),[h,v]=React__namespace.useState(null),b=useComposedRefs(t,e=>v(e)),[R,x]=React__namespace.useState(null),y=useSize(R),C=y?.width??0,S=y?.height??0,E=o+("center"!==r?"-"+r:""),I="number"==typeof u?u:{top:0,right:0,bottom:0,left:0,...u},w=Array.isArray(l)?l:[l],A=w.length>0,$={padding:I,boundary:w.filter(isNotNull),altBoundary:A},{refs:M,floatingStyles:N,placement:T,isPositioned:O,middlewareData:P}=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:o=[],platform:a,elements:{reference:r,floating:s}={},transform:i=!0,whileElementsMounted:c,open:l}=e,[u,d]=React__namespace.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=React__namespace.useState(o);deepEqual(p,o)||m(o);const[g,_]=React__namespace.useState(null),[f,h]=React__namespace.useState(null),v=React__namespace.useCallback(e=>{e!==y.current&&(y.current=e,_(e))},[]),b=React__namespace.useCallback(e=>{e!==C.current&&(C.current=e,h(e))},[]),R=r||g,x=s||f,y=React__namespace.useRef(null),C=React__namespace.useRef(null),S=React__namespace.useRef(u),E=null!=c,I=useLatestRef(c),w=useLatestRef(a),A=useLatestRef(l),$=React__namespace.useCallback(()=>{if(!y.current||!C.current)return;const e={placement:t,strategy:n,middleware:p};w.current&&(e.platform=w.current),computePosition(y.current,C.current,e).then(e=>{const t={...e,isPositioned:!1!==A.current};M.current&&!deepEqual(S.current,t)&&(S.current=t,ReactDOM__namespace.flushSync(()=>{d(t)}))})},[p,t,n,w,A]);index$1(()=>{!1===l&&S.current.isPositioned&&(S.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);const M=React__namespace.useRef(!1);index$1(()=>(M.current=!0,()=>{M.current=!1}),[]),index$1(()=>{if(R&&(y.current=R),x&&(C.current=x),R&&x){if(I.current)return I.current(R,x,$);$()}},[R,x,$,I,E]);const N=React__namespace.useMemo(()=>({reference:y,floating:C,setReference:v,setFloating:b}),[v,b]),T=React__namespace.useMemo(()=>({reference:R,floating:x}),[R,x]),O=React__namespace.useMemo(()=>{const e={position:n,left:0,top:0};if(!T.floating)return e;const t=roundByDPR(T.floating,u.x),o=roundByDPR(T.floating,u.y);return i?{...e,transform:"translate("+t+"px, "+o+"px)",...getDPR(T.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,i,T.floating,u.x,u.y]);return React__namespace.useMemo(()=>({...u,update:$,refs:N,elements:T,floatingStyles:O}),[u,$,N,T,O])}({strategy:"fixed",placement:E,whileElementsMounted:(...e)=>autoUpdate(...e,{animationFrame:"always"===m}),elements:{reference:f.anchor},middleware:[offset({mainAxis:a+S,alignmentAxis:s}),c&&shift({mainAxis:!0,crossAxis:!1,limiter:"partial"===d?limitShift():void 0,...$}),c&&flip({...$}),size({...$,apply:({elements:e,rects:t,availableWidth:n,availableHeight:o})=>{const{width:a,height:r}=t.reference,s=e.floating.style;s.setProperty("--radix-popper-available-width",`${n}px`),s.setProperty("--radix-popper-available-height",`${o}px`),s.setProperty("--radix-popper-anchor-width",`${a}px`),s.setProperty("--radix-popper-anchor-height",`${r}px`)}}),R&&arrow({element:R,padding:i}),transformOrigin({arrowWidth:C,arrowHeight:S}),p&&hide({strategy:"referenceHidden",...$})]}),[D,j]=getSideAndAlignFromPlacement(T),B=useCallbackRef$1(g);useLayoutEffect2(()=>{O&&B?.()},[O,B]);const L=P.arrow?.x,G=P.arrow?.y,V=0!==P.arrow?.centerOffset,[k,F]=React__namespace.useState();return useLayoutEffect2(()=>{h&&F(window.getComputedStyle(h).zIndex)},[h]),jsxRuntime.jsx("div",{ref:M.setFloating,"data-radix-popper-content-wrapper":"",style:{...N,transform:O?N.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:k,"--radix-popper-transform-origin":[P.transformOrigin?.x,P.transformOrigin?.y].join(" "),...P.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:jsxRuntime.jsx(PopperContentProvider,{scope:n,placedSide:D,onArrowChange:x,arrowX:L,arrowY:G,shouldHideArrow:V,children:jsxRuntime.jsx(Primitive$3.div,{"data-side":D,"data-align":j,..._,ref:b,style:{..._.style,animation:O?void 0:"none"}})})})}),PopperContent.displayName=CONTENT_NAME$6,ARROW_NAME$5="PopperArrow",OPPOSITE_SIDE={top:"bottom",right:"left",bottom:"top",left:"right"},(PopperArrow=React__namespace.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,a=useContentContext(ARROW_NAME$5,n),r=OPPOSITE_SIDE[a.placedSide];return jsxRuntime.jsx("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[r]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0},children:jsxRuntime.jsx(Root$4,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=ARROW_NAME$5,transformOrigin=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:o,middlewareData:a}=t,r=0!==a.arrow?.centerOffset,s=r?0:e.arrowWidth,i=r?0:e.arrowHeight,[c,l]=getSideAndAlignFromPlacement(n),u={start:"0%",center:"50%",end:"100%"}[l],d=(a.arrow?.x??0)+s/2,p=(a.arrow?.y??0)+i/2;let m="",g="";return"bottom"===c?(m=r?u:`${d}px`,g=-i+"px"):"top"===c?(m=r?u:`${d}px`,g=`${o.floating.height+i}px`):"right"===c?(m=-i+"px",g=r?u:`${p}px`):"left"===c&&(m=`${o.floating.width+i}px`,g=r?u:`${p}px`),{data:{x:m,y:g}}}}),Root2$5=Popper,Anchor=PopperAnchor,Content$1=PopperContent,Arrow=PopperArrow,ENTRY_FOCUS="rovingFocusGroup.onEntryFocus",EVENT_OPTIONS={bubbles:!1,cancelable:!0},GROUP_NAME$3="RovingFocusGroup";var[Collection$2,useCollection$2,createCollectionScope$2]=createCollection(GROUP_NAME$3),[createRovingFocusGroupContext,createRovingFocusGroupScope]=createContextScope$2(GROUP_NAME$3,[createCollectionScope$2]),[RovingFocusProvider,useRovingFocusContext]=createRovingFocusGroupContext(GROUP_NAME$3);(RovingFocusGroup=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Collection$2.Provider,{scope:e.__scopeRovingFocusGroup,children:jsxRuntime.jsx(Collection$2.Slot,{scope:e.__scopeRovingFocusGroup,children:jsxRuntime.jsx(RovingFocusGroupImpl,{...e,ref:t})})}))).displayName=GROUP_NAME$3,RovingFocusGroupImpl=React__namespace.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:a=!1,dir:r,currentTabStopId:s,defaultCurrentTabStopId:i,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,p=React__namespace.useRef(null),m=useComposedRefs(t,p),g=useDirection(r),[_,f]=useControllableState({prop:s,defaultProp:i??null,onChange:c,caller:GROUP_NAME$3}),[h,v]=React__namespace.useState(!1),b=useCallbackRef$1(l),R=useCollection$2(n),x=React__namespace.useRef(!1),[y,C]=React__namespace.useState(0);return React__namespace.useEffect(()=>{const e=p.current;if(e)return e.addEventListener(ENTRY_FOCUS,b),()=>e.removeEventListener(ENTRY_FOCUS,b)},[b]),jsxRuntime.jsx(RovingFocusProvider,{scope:n,orientation:o,dir:g,loop:a,currentTabStopId:_,onItemFocus:React__namespace.useCallback(e=>f(e),[f]),onItemShiftTab:React__namespace.useCallback(()=>v(!0),[]),onFocusableItemAdd:React__namespace.useCallback(()=>C(e=>e+1),[]),onFocusableItemRemove:React__namespace.useCallback(()=>C(e=>e-1),[]),children:jsxRuntime.jsx(Primitive$3.div,{tabIndex:h||0===y?-1:0,"data-orientation":o,...d,ref:m,style:{outline:"none",...e.style},onMouseDown:composeEventHandlers(e.onMouseDown,()=>{x.current=!0}),onFocus:composeEventHandlers(e.onFocus,e=>{const t=!x.current;if(e.target===e.currentTarget&&t&&!h){const t=new CustomEvent(ENTRY_FOCUS,EVENT_OPTIONS);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=R().filter(e=>e.focusable);focusFirst$1([e.find(e=>e.active),e.find(e=>e.id===_),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:composeEventHandlers(e.onBlur,()=>v(!1))})})}),ITEM_NAME$4="RovingFocusGroupItem",RovingFocusGroupItem=React__namespace.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:a=!1,tabStopId:r,children:s,...i}=e,c=useId(),l=r||c,u=useRovingFocusContext(ITEM_NAME$4,n),d=u.currentTabStopId===l,p=useCollection$2(n),{onFocusableItemAdd:m,onFocusableItemRemove:g,currentTabStopId:_}=u;return React__namespace.useEffect(()=>{if(o)return m(),()=>g()},[o,m,g]),jsxRuntime.jsx(Collection$2.ItemSlot,{scope:n,id:l,focusable:o,active:a,children:jsxRuntime.jsx(Primitive$3.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...i,ref:t,onMouseDown:composeEventHandlers(e.onMouseDown,e=>{o?u.onItemFocus(l):e.preventDefault()}),onFocus:composeEventHandlers(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void u.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 MAP_KEY_TO_FOCUS_INTENT[o]}(e,u.orientation,u.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let a=p().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)a.reverse();else if("prev"===t||"next"===t){"prev"===t&&a.reverse();const r=a.indexOf(e.currentTarget);a=u.loop?(o=r+1,(n=a).map((e,t)=>n[(o+t)%n.length])):a.slice(r+1)}setTimeout(()=>focusFirst$1(a))}var n,o}),children:"function"==typeof s?s({isCurrentTabStop:d,hasTabStop:null!=_}):s})})}),RovingFocusGroupItem.displayName=ITEM_NAME$4,MAP_KEY_TO_FOCUS_INTENT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},Root$3=RovingFocusGroup,Item$1=RovingFocusGroupItem,SELECTION_KEYS$1=["Enter"," "],LAST_KEYS=["ArrowUp","PageDown","End"],FIRST_LAST_KEYS=[...["ArrowDown","PageUp","Home"],...LAST_KEYS],SUB_OPEN_KEYS={ltr:[...SELECTION_KEYS$1,"ArrowRight"],rtl:[...SELECTION_KEYS$1,"ArrowLeft"]},SUB_CLOSE_KEYS={ltr:["ArrowLeft"],rtl:["ArrowRight"]},MENU_NAME="Menu";var[Collection$1,useCollection$1,createCollectionScope$1]=createCollection(MENU_NAME),[createMenuContext,createMenuScope]=createContextScope$2(MENU_NAME,[createCollectionScope$1,createPopperScope,createRovingFocusGroupScope]);usePopperScope$3=createPopperScope(),useRovingFocusGroupScope$2=createRovingFocusGroupScope();var[MenuProvider,useMenuContext]=createMenuContext(MENU_NAME),[MenuRootProvider,useMenuRootContext]=createMenuContext(MENU_NAME);(Menu$2=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:a,onOpenChange:r,modal:s=!0}=e,i=usePopperScope$3(t),[c,l]=React__namespace.useState(null),u=React__namespace.useRef(!1),d=useCallbackRef$1(r),p=useDirection(a);return React__namespace.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})}},[]),jsxRuntime.jsx(Root2$5,{...i,children:jsxRuntime.jsx(MenuProvider,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:jsxRuntime.jsx(MenuRootProvider,{scope:t,onClose:React__namespace.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:s,children:o})})})}).displayName=MENU_NAME,ANCHOR_NAME$1="MenuAnchor",(MenuAnchor=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,a=usePopperScope$3(n);return jsxRuntime.jsx(Anchor,{...a,...o,ref:t})})).displayName=ANCHOR_NAME$1,PORTAL_NAME$4="MenuPortal";var[PortalProvider$2,usePortalContext$2]=createMenuContext(PORTAL_NAME$4,{forceMount:void 0});(MenuPortal$1=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:a}=e,r=useMenuContext(PORTAL_NAME$4,t);return jsxRuntime.jsx(PortalProvider$2,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME$4,CONTENT_NAME$5="MenuContent";var[MenuContentProvider,useMenuContentContext]=createMenuContext(CONTENT_NAME$5);MenuContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$2(CONTENT_NAME$5,e.__scopeMenu),{forceMount:o=n.forceMount,...a}=e,r=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),s=useMenuRootContext(CONTENT_NAME$5,e.__scopeMenu);return jsxRuntime.jsx(Collection$1.Provider,{scope:e.__scopeMenu,children:jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(Collection$1.Slot,{scope:e.__scopeMenu,children:s.modal?jsxRuntime.jsx(MenuRootContentModal,{...a,ref:t}):jsxRuntime.jsx(MenuRootContentNonModal,{...a,ref:t})})})})}),MenuRootContentModal=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),o=React__namespace.useRef(null),a=useComposedRefs(t,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(MenuContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),MenuRootContentNonModal=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(CONTENT_NAME$5,e.__scopeMenu);return jsxRuntime.jsx(MenuContentImpl,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),Slot$2=createSlot$3("MenuContent.ScrollLock"),MenuContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,loop:o=!1,trapFocus:a,onOpenAutoFocus:r,onCloseAutoFocus:s,disableOutsidePointerEvents:i,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:m,disableOutsideScroll:g,..._}=e,f=useMenuContext(CONTENT_NAME$5,n),h=useMenuRootContext(CONTENT_NAME$5,n),v=usePopperScope$3(n),b=useRovingFocusGroupScope$2(n),R=useCollection$1(n),[x,y]=React__namespace.useState(null),C=React__namespace.useRef(null),S=useComposedRefs(t,C,f.onContentChange),E=React__namespace.useRef(0),I=React__namespace.useRef(""),w=React__namespace.useRef(0),A=React__namespace.useRef(null),$=React__namespace.useRef("right"),M=React__namespace.useRef(0),N=g?ReactRemoveScroll:React__namespace.Fragment,T=g?{as:Slot$2,allowPinchZoom:!0}:void 0,O=e=>{const t=I.current+e,n=R().filter(e=>!e.disabled),o=document.activeElement,a=n.find(e=>e.ref.current===o)?.textValue,r=function(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),a=o?t[0]:t,r=n?e.indexOf(n):-1;let s=(i=e,c=Math.max(r,0),i.map((e,t)=>i[(c+t)%i.length]));var i,c;1===a.length&&(s=s.filter(e=>e!==n));const l=s.find(e=>e.toLowerCase().startsWith(a.toLowerCase()));return l!==n?l:void 0}(n.map(e=>e.textValue),t,a),s=n.find(e=>e.textValue===r)?.ref.current;!function e(t){I.current=t,window.clearTimeout(E.current),""!==t&&(E.current=window.setTimeout(()=>e(""),1e3))}(t),s&&setTimeout(()=>s.focus())};React__namespace.useEffect(()=>()=>window.clearTimeout(E.current),[]),useFocusGuards();const P=React__namespace.useCallback(e=>$.current===A.current?.side&&function(e,t){return!!t&&function(e,t){const{x:n,y:o}=e;let a=!1;for(let r=0,s=t.length-1;r<t.length;s=r++){const e=t[r],i=t[s],c=e.x,l=e.y,u=i.x,d=i.y;l>o!=d>o&&n<(u-c)*(o-l)/(d-l)+c&&(a=!a)}return a}({x:e.clientX,y:e.clientY},t)}(e,A.current?.area),[]);return jsxRuntime.jsx(MenuContentProvider,{scope:n,searchRef:I,onItemEnter:React__namespace.useCallback(e=>{P(e)&&e.preventDefault()},[P]),onItemLeave:React__namespace.useCallback(e=>{P(e)||(C.current?.focus(),y(null))},[P]),onTriggerLeave:React__namespace.useCallback(e=>{P(e)&&e.preventDefault()},[P]),pointerGraceTimerRef:w,onPointerGraceIntentChange:React__namespace.useCallback(e=>{A.current=e},[]),children:jsxRuntime.jsx(N,{...T,children:jsxRuntime.jsx(FocusScope,{asChild:!0,trapped:a,onMountAutoFocus:composeEventHandlers(r,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:s,children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:i,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:m,children:jsxRuntime.jsx(Root$3,{asChild:!0,...b,dir:h.dir,orientation:"vertical",loop:o,currentTabStopId:x,onCurrentTabStopIdChange:y,onEntryFocus:composeEventHandlers(c,e=>{h.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:jsxRuntime.jsx(Content$1,{role:"menu","aria-orientation":"vertical","data-state":getOpenState(f.open),"data-radix-menu-content":"",dir:h.dir,...v,..._,ref:S,style:{outline:"none",..._.style},onKeyDown:composeEventHandlers(_.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&&O(e.key));const a=C.current;if(e.target!==a)return;if(!FIRST_LAST_KEYS.includes(e.key))return;e.preventDefault();const r=R().filter(e=>!e.disabled).map(e=>e.ref.current);LAST_KEYS.includes(e.key)&&r.reverse(),function(e){const t=document.activeElement;for(const n of e){if(n===t)return;if(n.focus(),document.activeElement!==t)return}}(r)}),onBlur:composeEventHandlers(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(E.current),I.current="")}),onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(e=>{const t=e.target,n=M.current!==e.clientX;if(e.currentTarget.contains(t)&&n){const t=e.clientX>M.current?"right":"left";$.current=t,M.current=e.clientX}}))})})})})})})}),MenuContent.displayName=CONTENT_NAME$5,GROUP_NAME$2="MenuGroup",(MenuGroup=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{role:"group",...o,ref:t})})).displayName=GROUP_NAME$2,LABEL_NAME$2="MenuLabel",(MenuLabel=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{...o,ref:t})})).displayName=LABEL_NAME$2,ITEM_NAME$3="MenuItem",ITEM_SELECT="menu.itemSelect",(MenuItem=React__namespace.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...a}=e,r=React__namespace.useRef(null),s=useMenuRootContext(ITEM_NAME$3,e.__scopeMenu),i=useMenuContentContext(ITEM_NAME$3,e.__scopeMenu),c=useComposedRefs(t,r),l=React__namespace.useRef(!1);return jsxRuntime.jsx(MenuItemImpl,{...a,ref:c,disabled:n,onClick:composeEventHandlers(e.onClick,()=>{const e=r.current;if(!n&&e){const t=new CustomEvent(ITEM_SELECT,{bubbles:!0,cancelable:!0});e.addEventListener(ITEM_SELECT,e=>o?.(e),{once:!0}),dispatchDiscreteCustomEvent(e,t),t.defaultPrevented?l.current=!1:s.onClose()}}),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:composeEventHandlers(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{const t=""!==i.searchRef.current;n||t&&" "===e.key||SELECTION_KEYS$1.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=ITEM_NAME$3,MenuItemImpl=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:a,...r}=e,s=useMenuContentContext(ITEM_NAME$3,n),i=useRovingFocusGroupScope$2(n),c=React__namespace.useRef(null),l=useComposedRefs(t,c),[u,d]=React__namespace.useState(!1),[p,m]=React__namespace.useState("");return React__namespace.useEffect(()=>{const e=c.current;e&&m((e.textContent??"").trim())},[r.children]),jsxRuntime.jsx(Collection$1.ItemSlot,{scope:n,disabled:o,textValue:a??p,children:jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!o,children:jsxRuntime.jsx(Primitive$3.div,{role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0,...r,ref:l,onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(e=>{if(o)s.onItemLeave(e);else if(s.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:composeEventHandlers(e.onPointerLeave,whenMouse(e=>s.onItemLeave(e))),onFocus:composeEventHandlers(e.onFocus,()=>d(!0)),onBlur:composeEventHandlers(e.onBlur,()=>d(!1))})})})}),CHECKBOX_ITEM_NAME$1="MenuCheckboxItem",(MenuCheckboxItem=React__namespace.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...a}=e;return jsxRuntime.jsx(ItemIndicatorProvider,{scope:e.__scopeMenu,checked:n,children:jsxRuntime.jsx(MenuItem,{role:"menuitemcheckbox","aria-checked":isIndeterminate(n)?"mixed":n,...a,ref:t,"data-state":getCheckedState(n),onSelect:composeEventHandlers(a.onSelect,()=>o?.(!!isIndeterminate(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=CHECKBOX_ITEM_NAME$1,RADIO_GROUP_NAME$2="MenuRadioGroup";var[RadioGroupProvider$1,useRadioGroupContext$1]=createMenuContext(RADIO_GROUP_NAME$2,{value:void 0,onValueChange:()=>{}});(MenuRadioGroup=React__namespace.forwardRef((e,t)=>{const{value:n,onValueChange:o,...a}=e,r=useCallbackRef$1(o);return jsxRuntime.jsx(RadioGroupProvider$1,{scope:e.__scopeMenu,value:n,onValueChange:r,children:jsxRuntime.jsx(MenuGroup,{...a,ref:t})})})).displayName=RADIO_GROUP_NAME$2,RADIO_ITEM_NAME$1="MenuRadioItem",(MenuRadioItem=React__namespace.forwardRef((e,t)=>{const{value:n,...o}=e,a=useRadioGroupContext$1(RADIO_ITEM_NAME$1,e.__scopeMenu),r=n===a.value;return jsxRuntime.jsx(ItemIndicatorProvider,{scope:e.__scopeMenu,checked:r,children:jsxRuntime.jsx(MenuItem,{role:"menuitemradio","aria-checked":r,...o,ref:t,"data-state":getCheckedState(r),onSelect:composeEventHandlers(o.onSelect,()=>a.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=RADIO_ITEM_NAME$1,ITEM_INDICATOR_NAME$1="MenuItemIndicator";var[ItemIndicatorProvider,useItemIndicatorContext]=createMenuContext(ITEM_INDICATOR_NAME$1,{checked:!1});(MenuItemIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...a}=e,r=useItemIndicatorContext(ITEM_INDICATOR_NAME$1,n);return jsxRuntime.jsx(Presence,{present:o||isIndeterminate(r.checked)||!0===r.checked,children:jsxRuntime.jsx(Primitive$3.span,{...a,ref:t,"data-state":getCheckedState(r.checked)})})})).displayName=ITEM_INDICATOR_NAME$1,SEPARATOR_NAME$2="MenuSeparator",(MenuSeparator=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=SEPARATOR_NAME$2,ARROW_NAME$4="MenuArrow",(MenuArrow=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,a=usePopperScope$3(n);return jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME$4,SUB_NAME="MenuSub";var[MenuSubProvider,useMenuSubContext]=createMenuContext(SUB_NAME);SUB_TRIGGER_NAME$1="MenuSubTrigger",(MenuSubTrigger=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),o=useMenuRootContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),a=useMenuSubContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),r=useMenuContentContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),s=React__namespace.useRef(null),{pointerGraceTimerRef:i,onPointerGraceIntentChange:c}=r,l={__scopeMenu:e.__scopeMenu},u=React__namespace.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return React__namespace.useEffect(()=>u,[u]),React__namespace.useEffect(()=>{const e=i.current;return()=>{window.clearTimeout(e),c(null)}},[i,c]),jsxRuntime.jsx(MenuAnchor,{asChild:!0,...l,children:jsxRuntime.jsx(MenuItemImpl,{id:a.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":a.contentId,"data-state":getOpenState(n.open),...e,ref:composeRefs(t,a.onTriggerChange),onClick:t=>{e.onClick?.(t),e.disabled||t.defaultPrevented||(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(t=>{r.onItemEnter(t),t.defaultPrevented||e.disabled||n.open||s.current||(r.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{n.onOpenChange(!0),u()},100))})),onPointerLeave:composeEventHandlers(e.onPointerLeave,whenMouse(e=>{u();const t=n.content?.getBoundingClientRect();if(t){const o=n.content?.dataset.side,a="right"===o,s=a?-5:5,c=t[a?"left":"right"],l=t[a?"right":"left"];r.onPointerGraceIntentChange({area:[{x:e.clientX+s,y:e.clientY},{x:c,y:t.top},{x:l,y:t.top},{x:l,y:t.bottom},{x:c,y:t.bottom}],side:o}),window.clearTimeout(i.current),i.current=window.setTimeout(()=>r.onPointerGraceIntentChange(null),300)}else{if(r.onTriggerLeave(e),e.defaultPrevented)return;r.onPointerGraceIntentChange(null)}})),onKeyDown:composeEventHandlers(e.onKeyDown,t=>{const a=""!==r.searchRef.current;e.disabled||a&&" "===t.key||SUB_OPEN_KEYS[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=SUB_TRIGGER_NAME$1,SUB_CONTENT_NAME$1="MenuSubContent",(MenuSubContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$2(CONTENT_NAME$5,e.__scopeMenu),{forceMount:o=n.forceMount,...a}=e,r=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),s=useMenuRootContext(CONTENT_NAME$5,e.__scopeMenu),i=useMenuSubContext(SUB_CONTENT_NAME$1,e.__scopeMenu),c=React__namespace.useRef(null),l=useComposedRefs(t,c);return jsxRuntime.jsx(Collection$1.Provider,{scope:e.__scopeMenu,children:jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(Collection$1.Slot,{scope:e.__scopeMenu,children:jsxRuntime.jsx(MenuContentImpl,{id:i.contentId,"aria-labelledby":i.triggerId,...a,ref:l,align:"start",side:"rtl"===s.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{s.isUsingKeyboardRef.current&&c.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>{e.target!==i.trigger&&r.onOpenChange(!1)}),onEscapeKeyDown:composeEventHandlers(e.onEscapeKeyDown,e=>{s.onClose(),e.preventDefault()}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{const t=e.currentTarget.contains(e.target),n=SUB_CLOSE_KEYS[s.dir].includes(e.key);t&&n&&(r.onOpenChange(!1),i.trigger?.focus(),e.preventDefault())})})})})})})).displayName=SUB_CONTENT_NAME$1,Root3$1=Menu$2,Anchor2=MenuAnchor,Portal$3=MenuPortal$1,Content2$4=MenuContent,Group$2=MenuGroup,Label=MenuLabel,Item2$2=MenuItem,CheckboxItem=MenuCheckboxItem,RadioGroup$2=MenuRadioGroup,RadioItem=MenuRadioItem,ItemIndicator=MenuItemIndicator,Separator=MenuSeparator,Arrow2$2=MenuArrow,SubTrigger=MenuSubTrigger,SubContent=MenuSubContent,DROPDOWN_MENU_NAME="DropdownMenu";var[createDropdownMenuContext]=createContextScope$2(DROPDOWN_MENU_NAME,[createMenuScope]);useMenuScope=createMenuScope();var[DropdownMenuProvider,useDropdownMenuContext]=createDropdownMenuContext(DROPDOWN_MENU_NAME);(DropdownMenu=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:a,defaultOpen:r,onOpenChange:s,modal:i=!0}=e,c=useMenuScope(t),l=React__namespace.useRef(null),[u,d]=useControllableState({prop:a,defaultProp:r??!1,onChange:s,caller:DROPDOWN_MENU_NAME});return jsxRuntime.jsx(DropdownMenuProvider,{scope:t,triggerId:useId(),triggerRef:l,contentId:useId(),open:u,onOpenChange:d,onOpenToggle:React__namespace.useCallback(()=>d(e=>!e),[d]),modal:i,children:jsxRuntime.jsx(Root3$1,{...c,open:u,onOpenChange:d,dir:o,modal:i,children:n})})}).displayName=DROPDOWN_MENU_NAME,TRIGGER_NAME$4="DropdownMenuTrigger",(DropdownMenuTrigger$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...a}=e,r=useDropdownMenuContext(TRIGGER_NAME$4,n),s=useMenuScope(n);return jsxRuntime.jsx(Anchor2,{asChild:!0,...s,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",id:r.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":r.open?r.contentId:void 0,"data-state":r.open?"open":"closed","data-disabled":o?"":void 0,disabled:o,...a,ref:composeRefs(t,r.triggerRef),onPointerDown:composeEventHandlers(e.onPointerDown,e=>{o||0!==e.button||!1!==e.ctrlKey||(r.onOpenToggle(),r.open||e.preventDefault())}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{o||(["Enter"," "].includes(e.key)&&r.onOpenToggle(),"ArrowDown"===e.key&&r.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(e.key)&&e.preventDefault())})})})})).displayName=TRIGGER_NAME$4,(DropdownMenuPortal$1=e=>{const{__scopeDropdownMenu:t,...n}=e,o=useMenuScope(t);return jsxRuntime.jsx(Portal$3,{...o,...n})}).displayName="DropdownMenuPortal",CONTENT_NAME$4="DropdownMenuContent",(DropdownMenuContent$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useDropdownMenuContext(CONTENT_NAME$4,n),r=useMenuScope(n),s=React__namespace.useRef(!1);return jsxRuntime.jsx(Content2$4,{id:a.contentId,"aria-labelledby":a.triggerId,...r,...o,ref:t,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{s.current||a.triggerRef.current?.focus(),s.current=!1,e.preventDefault()}),onInteractOutside:composeEventHandlers(e.onInteractOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;a.modal&&!o||(s.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=CONTENT_NAME$4,GROUP_NAME$1="DropdownMenuGroup",(DropdownMenuGroup$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Group$2,{...a,...o,ref:t})})).displayName=GROUP_NAME$1,LABEL_NAME$1="DropdownMenuLabel",(DropdownMenuLabel$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Label,{...a,...o,ref:t})})).displayName=LABEL_NAME$1,ITEM_NAME$2="DropdownMenuItem",(DropdownMenuItem$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Item2$2,{...a,...o,ref:t})})).displayName=ITEM_NAME$2,CHECKBOX_ITEM_NAME="DropdownMenuCheckboxItem",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(CheckboxItem,{...a,...o,ref:t})}).displayName=CHECKBOX_ITEM_NAME,RADIO_GROUP_NAME$1="DropdownMenuRadioGroup",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(RadioGroup$2,{...a,...o,ref:t})}).displayName=RADIO_GROUP_NAME$1,RADIO_ITEM_NAME="DropdownMenuRadioItem",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(RadioItem,{...a,...o,ref:t})}).displayName=RADIO_ITEM_NAME,INDICATOR_NAME$2="DropdownMenuItemIndicator",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(ItemIndicator,{...a,...o,ref:t})}).displayName=INDICATOR_NAME$2,SEPARATOR_NAME$1="DropdownMenuSeparator",(DropdownMenuSeparator$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Separator,{...a,...o,ref:t})})).displayName=SEPARATOR_NAME$1,ARROW_NAME$3="DropdownMenuArrow",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Arrow2$2,{...a,...o,ref:t})}).displayName=ARROW_NAME$3,SUB_TRIGGER_NAME="DropdownMenuSubTrigger",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(SubTrigger,{...a,...o,ref:t})}).displayName=SUB_TRIGGER_NAME,SUB_CONTENT_NAME="DropdownMenuSubContent",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(SubContent,{...a,...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=SUB_CONTENT_NAME,Root2$4=DropdownMenu,Trigger$4=DropdownMenuTrigger$1,Portal2=DropdownMenuPortal$1,Content2$3=DropdownMenuContent$1,Group2=DropdownMenuGroup$1,Label2=DropdownMenuLabel$1,Item2$1=DropdownMenuItem$1,Separator2=DropdownMenuSeparator$1,styles$d_content="Dropdown-modules_content__hz-wg",styles$d_scrollableArea="Dropdown-modules_scrollableArea__9SHHg",styles$d_item="Dropdown-modules_item__67YXq",styles$d_label="Dropdown-modules_label__05rx3",styles$d_warning="Dropdown-modules_warning__dIJD1",styles$d_separator="Dropdown-modules_separator__dNtZP";const DropdownMenuContent=React.forwardRef(({children:e,className:t,...n},o)=>React.createElement(Portal2,{...n},React.createElement(Content2$3,{className:cn(styles$d_content,"demio-ui-dropdown-content",t),...n,ref:o},React.createElement("div",{className:styles$d_scrollableArea},e)))),DropdownMenuSeparator=React.forwardRef(({className:e,...t},n)=>React.createElement(Separator2,{ref:n,...t,className:cn(styles$d_separator,"demio-ui-dropdown-separator",e)})),DropdownMenuRoot=Root2$4,DropdownMenuTrigger=Trigger$4,DropdownMenuLabel=Label2,DropdownMenuItem=Item2$1,DropdownMenuGroup=Group2,DropdownMenuPortal=Portal2;styles$c={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"},styles$b_infoBanner="InfoBanner-modules_infoBanner__6KCFX",styles$b_infoBannerWrapper="InfoBanner-modules_infoBannerWrapper__mUG2s",styles$b_contentWrapper="InfoBanner-modules_contentWrapper__GVYBK",styles$b_title="InfoBanner-modules_title__HqhSZ",styles$b_iconWrapper="InfoBanner-modules_iconWrapper__MiPMN";css$3_overlay="ModalScrollable-modules_overlay__e4-c1",css$3_closeBtn="ModalScrollable-modules_closeBtn__prSB-",css$3_isHidden="ModalScrollable-modules_isHidden__rqtyM",css$3_title="ModalScrollable-modules_title__TzPu5",css$3_withHeader="ModalScrollable-modules_withHeader__OTqO-",css$3_header="ModalScrollable-modules_header__BaeDK",css$3_noTitle="ModalScrollable-modules_noTitle__Aeqsv",css$3_content="ModalScrollable-modules_content__oWfLS",css$3_body="ModalScrollable-modules_body__zrctf",css$3_footer="ModalScrollable-modules_footer__fxnqN",css$3_footerButtonsContainer="ModalScrollable-modules_footerButtonsContainer__MhbTv",css$3_withFooter="ModalScrollable-modules_withFooter__HDHPq",css$3_btn="ModalScrollable-modules_btn__KdfVl";const ModalScrollable=React.memo(React.forwardRef(({children:e,customBodyClass:t="",customCloseBtnClass:n="",customContentClass:o="",customFooterClass:a="",customOverlayClass:r="",customTitleClass:s="",footer:i,header:c,isClosable:l=!0,isCloseButtonVisible:u=!0,isOkBtnDisabled:d=!1,isOpen:p,isOpenByDefault:m=!1,onOpenChange:g,portalContainer:_,title:f="",cancelBtnText:h="Cancel",customCancelBtnClass:v="",cancelBtnColor:b="dark",cancelBtnVariant:R="tertiary",isAvailableCancelBtn:x=!0,onCancel:y,okBtnText:C="ok",customOkBtnClass:S="",okBtnColor:E="green",okBtnVariant:I="primary",isAvailableOkBtn:w=!0,onOk:A},$)=>{const M=e=>{g?.(e)},N=(e=null)=>{y?.(e),M(!1)};return React.createElement(Root$8,{defaultOpen:m,open:p,onOpenChange:M},React.createElement(Portal$4,{container:_||void 0},React.createElement(Overlay,{className:cn("demio-ui-scrollable-modal-overlay",css$3_overlay,r),"data-testid":"scrollable-modal-overlay"}),React.createElement(Content$2,{"aria-describedby":void 0,className:cn("demio-ui-scrollable-modal-content",css$3_content,o),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{l?N():e?.preventDefault()},ref:$},React.createElement(Title,{className:cn("demio-ui-scrollable-modal-title",css$3_title,{"no-title":!f,[css$3_isHidden]:!f,"with-header":!!c,[css$3_withHeader]:!!c},s),"data-testid":"scrollable-modal-title"},f),!!c&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-header",css$3_header,{"without-title":!f,[css$3_noTitle]:!f}),"data-testid":"scrollable-modal-header"},c),React.createElement(Close,{className:cn("demio-ui-scrollable-modal-close-btn",css$3_closeBtn,{"no-close-btn":!u,[css$3_isHidden]:!u},n),"data-testid":"scrollable-modal-close-btn",onClick:N},React.createElement(SvgClose,null)),React.createElement("div",{className:cn("demio-ui-scrollable-modal-body",css$3_body,t),"data-testid":"scrollable-modal-body"},e),(x||w||!!i)&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-footer",css$3_footer,a),"data-testid":"scrollable-modal-footer"},i,(x||w)&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-footer-buttons-container",css$3_footerButtonsContainer,{"with-footer":!!i,[css$3_withFooter]:!!i}),"data-testid":"scrollable-modal-footer-buttons-container"},x&&React.createElement(Button,{className:cn("demio-ui-scrollable-modal-footer-cancel-btn",css$3_btn,v),color:b,"data-testid":"scrollable-modal-footer-cancel-btn",onClick:N,variant:R},h),w&&React.createElement(Button,{className:cn("demio-ui-scrollable-modal-footer-ok-btn",css$3_btn,S),color:E,"data-testid":"scrollable-modal-footer-ok-btn",disabled:d,onClick:e=>{A?.(e)},variant:I},C))))))}));var _jsx,JSX,e,t;for(_excluded$6=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],StyleSheet=function(){function t(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 n=t.prototype;return n.hydrate=function(e){e.forEach(this._insertTag)},n.insert=function(t){var n,o;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)),n=this.tags[this.tags.length-1],this.isSpeedy){o=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]}(n);try{o.insertRule(t,o.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(t));this.ctr++},n.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},t}(),MS="-ms-",MOZ="-moz-",WEBKIT="-webkit-",COMMENT="comm",RULESET="rule",DECLARATION="decl",IMPORT="@import",KEYFRAMES="@keyframes",LAYER="@layer",abs=Math.abs,from=String.fromCharCode,assign=Object.assign,line=1,column=1,length=0,position=0,character=0,characters="",weakMemoize=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}},isBrowser$3="undefined"!=typeof document,identifierWithPointTracking=function(e,t,n){for(var o=0,a=0;o=a,a=peek(),38===o&&12===a&&(t[n]=1),!token(a);)next();return slice(e,position)},toRules=function(e,t){var n=-1,o=44;do{switch(token(o)){case 0:38===o&&12===peek()&&(t[n]=1),e[n]+=identifierWithPointTracking(position-1,t,n);break;case 2:e[n]+=delimit(o);break;case 4:if(44===o){e[++n]=58===peek()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=from(o)}}while(o=next());return e},getRules=function(e,t){return dealloc(toRules(alloc(e),t))},fixedElements=new WeakMap,compat=function(e){var t,n,o,a,r,s,i,c,l;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)||fixedElements.get(n))&&!o)for(fixedElements.set(e,!0),r=getRules(t,a=[]),s=n.props,i=0,c=0;i<r.length;i++)for(l=0;l<s.length;l++,c++)e.props[c]=a[i]?r[i].replace(/&\f/g,s[l]):s[l]+" "+r[i]}},removeLabel=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},prefixer=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case DECLARATION:e.return=prefix(e.value,e.length);break;case KEYFRAMES:return serialize([copy(e,{value:replace(e.value,"@","@"+WEBKIT)})],o);case RULESET: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 serialize([copy(e,{props:[replace(t,/:(read-\w+)/,":"+MOZ+"$1")]})],o);case"::placeholder":return serialize([copy(e,{props:[replace(t,/:(plac\w+)/,":"+WEBKIT+"input-$1")]}),copy(e,{props:[replace(t,/:(plac\w+)/,":"+MOZ+"$1")]}),copy(e,{props:[replace(t,/:(plac\w+)/,MS+"input-$1")]})],o)}return""})}},getServerStylisCache=isBrowser$3?void 0:weakMemoize(function(){return memoize(function(){return{}})}),defaultStylisPlugins=[prefixer],createCache=function(e){var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h,v,b=e.key;return isBrowser$3&&"css"===b&&(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||defaultStylisPlugins,o={},r=[],isBrowser$3&&(a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+b+' "]'),function(e){var t,n=e.getAttribute("data-emotion").split(" ");for(t=1;t<n.length;t++)o[n[t]]=!0;r.push(e)})),i=[compat,removeLabel],getServerStylisCache?(p=[stringify],m=middleware(i.concat(n,p)),g=function(e){return serialize(compile(e),m)},_=getServerStylisCache(n)(b),f=function(e,t){var n=t.name;return void 0===_[n]&&(_[n]=g(e?e+"{"+t.styles+"}":t.styles)),_[n]},s=function(e,t,n,o){var a=t.name,r=f(e,t);return void 0===h.compat?(o&&(h.inserted[a]=!0),r):o?void(h.inserted[a]=r):r}):(l=[stringify,(v=function(e){c.insert(e)},function(e){e.root||(e=e.return)&&v(e)})],u=middleware(i.concat(n,l)),d=function(e){return serialize(compile(e),u)},s=function(e,t,n,o){c=n,d(e?e+"{"+t.styles+"}":t.styles),o&&(h.inserted[t.name]=!0)}),(h={key:b,sheet:new StyleSheet({key:b,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:s}).sheet.hydrate(r),h},isBrowser$2="undefined"!=typeof document,registerStyles=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===isBrowser$2&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},insertStyles=function(e,t,n){var o,a,r,s;if(registerStyles(e,t,n),o=e.key+"-"+t.name,void 0===e.inserted[t.name]){a="",r=t;do{s=e.insert(t===r?"."+o:"",r,e.sheet,!0),isBrowser$2||void 0===s||(a+=s),r=r.next}while(void 0!==r);if(!isBrowser$2&&0!==a.length)return a}},unitlessKeys={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},hyphenateRegex=/[A-Z]|^ms/g,animationRegex=/_EMO_([^_]+?)_([^]*?)_EMO_/g,isCustomProperty=function(e){return 45===e.charCodeAt(1)},isProcessableValue=function(e){return null!=e&&"boolean"!=typeof e},processStyleName=memoize(function(e){return isCustomProperty(e)?e:e.replace(hyphenateRegex,"-$&").toLowerCase()}),processStyleValue=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(animationRegex,function(e,t,n){return cursor={name:t,styles:n,next:cursor},t})}return 1===unitlessKeys[e]||isCustomProperty(e)||"number"!=typeof t||0===t?t:t+"px"},labelPattern=/label:\s*([^\s;{]+)\s*(;|$)/g,isBrowser$1="undefined"!=typeof document,syncFallback=function(e){return e()},useInsertionEffect=!!React__namespace.useInsertionEffect&&React__namespace.useInsertionEffect,useInsertionEffectAlwaysWithSyncFallback=isBrowser$1&&useInsertionEffect||syncFallback,isBrowser="undefined"!=typeof document,(EmotionCacheContext=React__namespace.createContext("undefined"!=typeof HTMLElement?createCache({key:"css"}):null)).Provider,withEmotionCache=function(e){return React.forwardRef(function(t,n){var o=React.useContext(EmotionCacheContext);return e(t,o,n)})},isBrowser||(withEmotionCache=function(e){return function(t){var n=React.useContext(EmotionCacheContext);return null===n?(n=createCache({key:"css"}),React__namespace.createElement(EmotionCacheContext.Provider,{value:n},e(t,n))):e(t,n)}}),ThemeContext=React__namespace.createContext({}),hasOwn={}.hasOwnProperty,typePropName="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",createEmotionProps=function(e,t){var n,o={};for(n in t)hasOwn.call(t,n)&&(o[n]=t[n]);return o[typePropName]=e,o},Insertion=function(e){var t,n,o,a,r=e.cache,s=e.serialized,i=e.isStringTag;if(registerStyles(r,s,i),t=useInsertionEffectAlwaysWithSyncFallback(function(){return insertStyles(r,s,i)}),!isBrowser&&void 0!==t){for(o=s.name,a=s.next;void 0!==a;)o+=" "+a.name,a=a.next;return React__namespace.createElement("style",((n={})["data-emotion"]=r.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=r.sheet.nonce,n))}return null},Emotion=withEmotionCache(function(e,t,n){var o,a,r,s,i,c,l=e.css;for(c in"string"==typeof l&&void 0!==t.registered[l]&&(l=t.registered[l]),o=e[typePropName],a=[l],r="","string"==typeof e.className?r=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,a,e.className):null!=e.className&&(r=e.className+" "),s=serializeStyles(a,void 0,React__namespace.useContext(ThemeContext)),r+=t.key+"-"+s.name,i={},e)hasOwn.call(e,c)&&"css"!==c&&c!==typePropName&&(i[c]=e[c]);return i.className=r,n&&(i.ref=n),React__namespace.createElement(React__namespace.Fragment,null,React__namespace.createElement(Insertion,{cache:t,serialized:s,isStringTag:"string"==typeof o}),React__namespace.createElement(o,i))}),Emotion$1=Emotion,jsx=function(e,t){var n,o,a,r=arguments;if(null==t||!hasOwn.call(t,"css"))return React__namespace.createElement.apply(void 0,r);for(n=r.length,(o=new Array(n))[0]=Emotion$1,o[1]=createEmotionProps(e,t),a=2;a<n;a++)o[a]=r[a];return React__namespace.createElement.apply(null,o)},_jsx=jsx||(jsx={}),JSX||(JSX=_jsx.JSX||(_jsx.JSX={})),isClient="undefined"!=typeof document,noop$1=function(){},index=isClient?React.useLayoutEffect:noop$1,_excluded$4=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],noop=function(){},cleanValue=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===_typeof(e)&&null!==e?[e]:[];var t},cleanCommonProps=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,_objectSpread2({},_objectWithoutProperties(e,_excluded$4))},getStyleProps=function(e,t,n){var o=e.cx,a=e.getStyles,r=e.getClassNames,s=e.className;return{css:a(t,e),className:o(null!=n?n:{},r(t,e),s)}},passiveOptionAccessed=!1,options={get passive(){return passiveOptionAccessed=!0}},(w="undefined"!=typeof window?window:{}).addEventListener&&w.removeEventListener&&(w.addEventListener("p",noop,options),w.removeEventListener("p",noop,!1)),supportsPassiveEvents=passiveOptionAccessed,removeProps=function(e){var t,n,o,a;for(t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return a=Object.entries(e).filter(function(e){var t=_slicedToArray(e,1)[0];return!n.includes(t)}),a.reduce(function(e,t){var n=_slicedToArray(t,2),o=n[0],a=n[1];return e[o]=a,e},{})},_excluded$3=["children","innerProps"],_excluded2$1=["children","innerProps"],coercePlacement=function(e){return"auto"===e?"bottom":e},menuCSS=function(e,t){var n,o=e.placement,a=e.theme,r=a.borderRadius,s=a.spacing,i=a.colors;return _objectSpread2((_defineProperty(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),_defineProperty(n,"position","absolute"),_defineProperty(n,"width","100%"),_defineProperty(n,"zIndex",1),n),t?{}:{backgroundColor:i.neutral0,borderRadius:r,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},PortalPlacementContext=React.createContext(null),MenuPlacer=function(e){var t=e.children,n=e.minMenuHeight,o=e.maxMenuHeight,a=e.menuPlacement,r=e.menuPosition,s=e.menuShouldScrollIntoView,i=e.theme,c=React.useContext(PortalPlacementContext)||{},l=c.setPortalPlacement,u=React.useRef(null),d=React.useState(o),p=_slicedToArray(d,2),m=p[0],g=p[1],_=React.useState(null),f=_slicedToArray(_,2),h=f[0],v=f[1],b=i.spacing.controlHeight;return index(function(){var e,t,i=u.current;i&&(e="fixed"===r,t=getMenuPlacement({maxHeight:o,menuEl:i,minHeight:n,placement:a,shouldScroll:s&&!e,isFixedPosition:e,controlHeight:b}),g(t.maxHeight),v(t.placement),null==l||l(t.placement))},[o,a,r,s,n,l,b]),t({ref:u,placerProps:_objectSpread2(_objectSpread2({},e),{},{placement:h||coercePlacement(a),maxHeight:m})})},Menu$1=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"menu",{menu:!0}),{ref:n},o),t)},menuListCSS=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return _objectSpread2({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},MenuList=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,a=e.isMulti;return jsx("div",_extends({},getStyleProps(e,"menuList",{"menu-list":!0,"menu-list--is-multi":a}),{ref:o},n),t)},noticeCSS=function(e,t){var n=e.theme,o=n.spacing.baseUnit,a=n.colors;return _objectSpread2({textAlign:"center"},t?{}:{color:a.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},noOptionsMessageCSS=noticeCSS,loadingMessageCSS=noticeCSS,NoOptionsMessage=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,a=_objectWithoutProperties(e,_excluded$3);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},a),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},LoadingMessage=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,a=_objectWithoutProperties(e,_excluded2$1);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},a),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},menuPortalCSS=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}},MenuPortal=function(e){var t,n,o,a=e.appendTo,r=e.children,s=e.controlElement,i=e.innerProps,c=e.menuPlacement,l=e.menuPosition,u=React.useRef(null),d=React.useRef(null),p=React.useState(coercePlacement(c)),m=_slicedToArray(p,2),g=m[0],_=m[1],f=React.useMemo(function(){return{setPortalPlacement:_}},[]),h=React.useState(null),v=_slicedToArray(h,2),b=v[0],R=v[1],x=React.useCallback(function(){var e,t,n;s&&(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}}(s),t="fixed"===l?0:window.pageYOffset,(n=e[g]+t)===(null==b?void 0:b.offset)&&e.left===(null==b?void 0:b.rect.left)&&e.width===(null==b?void 0:b.rect.width)||R({offset:n,rect:e}))},[s,l,g,null==b?void 0:b.offset,null==b?void 0:b.rect.left,null==b?void 0:b.rect.width]);return index(function(){x()},[x]),t=React.useCallback(function(){"function"==typeof d.current&&(d.current(),d.current=null),s&&u.current&&(d.current=autoUpdate(s,u.current,x,{elementResize:"ResizeObserver"in window}))},[s,x]),index(function(){t()},[t]),n=React.useCallback(function(e){u.current=e,t()},[t]),!a&&"fixed"!==l||!b?null:(o=jsx("div",_extends({ref:n},getStyleProps(_objectSpread2(_objectSpread2({},e),{},{offset:b.offset,position:l,rect:b.rect}),"menuPortal",{"menu-portal":!0}),i),r),jsx(PortalPlacementContext.Provider,{value:f},a?ReactDOM.createPortal(o,a):o))},containerCSS=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},SelectContainer=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,a=e.isRtl;return jsx("div",_extends({},getStyleProps(e,"container",{"--is-disabled":o,"--is-rtl":a}),n),t)},valueContainerCSS=function(e,t){var n=e.theme.spacing,o=e.isMulti,a=e.hasValue,r=e.selectProps.controlShouldRenderValue;return _objectSpread2({alignItems:"center",display:o&&a&&r?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},ValueContainer=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,a=e.hasValue;return jsx("div",_extends({},getStyleProps(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":a}),n),t)},indicatorsContainerCSS=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},IndicatorsContainer=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"indicatorsContainer",{indicators:!0}),n),t)},_excluded$2=["size"],_excluded2=["innerProps","isRtl","size"],_ref2$2="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)."}},Svg=function(e){var t=e.size,n=_objectWithoutProperties(e,_excluded$2);return jsx("svg",_extends({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:_ref2$2},n))},CrossIcon=function(e){return jsx(Svg,_extends({size:20},e),jsx("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"}))},DownChevron=function(e){return jsx(Svg,_extends({size:20},e),jsx("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"}))},baseCSS=function(e,t){var n=e.isFocused,o=e.theme,a=o.spacing.baseUnit,r=o.colors;return _objectSpread2({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*a,":hover":{color:n?r.neutral80:r.neutral40}})},dropdownIndicatorCSS=baseCSS,DropdownIndicator=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||jsx(DownChevron,null))},clearIndicatorCSS=baseCSS,ClearIndicator=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||jsx(CrossIcon,null))},indicatorSeparatorCSS=function(e,t){var n=e.isDisabled,o=e.theme,a=o.spacing.baseUnit,r=o.colors;return _objectSpread2({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?r.neutral10:r.neutral20,marginBottom:2*a,marginTop:2*a})},IndicatorSeparator=function(e){var t=e.innerProps;return jsx("span",_extends({},t,getStyleProps(e,"indicatorSeparator",{"indicator-separator":!0})))},loadingDotAnimations=function(){var e=css$2.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_"}}}(_templateObject||(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),_templateObject=Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})))),loadingIndicatorCSS=function(e,t){var n=e.isFocused,o=e.size,a=e.theme,r=a.colors,s=a.spacing.baseUnit;return _objectSpread2({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*s})},LoadingDot=function(e){var t=e.delay,n=e.offset;return jsx("span",{css:css$2({animation:"".concat(loadingDotAnimations," 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= */")})},LoadingIndicator=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,a=void 0===o?4:o,r=_objectWithoutProperties(e,_excluded2);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},r),{},{innerProps:t,isRtl:n,size:a}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),jsx(LoadingDot,{delay:0,offset:n}),jsx(LoadingDot,{delay:160,offset:!0}),jsx(LoadingDot,{delay:320,offset:!n}))},css$1=function(e,t){var n=e.isDisabled,o=e.isFocused,a=e.theme,r=a.colors,s=a.borderRadius;return _objectSpread2({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:a.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?r.neutral5:r.neutral0,borderColor:n?r.neutral10:o?r.primary:r.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(r.primary):void 0,"&:hover":{borderColor:o?r.primary:r.neutral30}})},Control$1=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,a=e.innerRef,r=e.innerProps,s=e.menuIsOpen;return jsx("div",_extends({ref:a},getStyleProps(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":s}),r,{"aria-disabled":n||void 0}),t)},_excluded$1=["data"],groupCSS=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},Group=function(e){var t=e.children,n=e.cx,o=e.getStyles,a=e.getClassNames,r=e.Heading,s=e.headingProps,i=e.innerProps,c=e.label,l=e.theme,u=e.selectProps;return jsx("div",_extends({},getStyleProps(e,"group",{group:!0}),i),jsx(r,_extends({},s,{selectProps:u,theme:l,getStyles:o,getClassNames:a,cx:n}),c),jsx("div",null,t))},groupHeadingCSS=function(e,t){var n=e.theme,o=n.colors,a=n.spacing;return _objectSpread2({label:"group",cursor:"default",display:"block"},t?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*a.baseUnit,paddingRight:3*a.baseUnit,textTransform:"uppercase"})},GroupHeading=function(e){var t,n=cleanCommonProps(e);return n.data,t=_objectWithoutProperties(n,_excluded$1),jsx("div",_extends({},getStyleProps(e,"groupHeading",{"group-heading":!0}),t))},Group$1=Group,_excluded$5=["innerRef","isDisabled","isHidden","inputClassName"],inputCSS=function(e,t){var n=e.isDisabled,o=e.value,a=e.theme,r=a.spacing,s=a.colors;return _objectSpread2(_objectSpread2({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},containerStyle),t?{}:{margin:r.baseUnit/2,paddingBottom:r.baseUnit/2,paddingTop:r.baseUnit/2,color:s.neutral80})},containerStyle={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":_objectSpread2({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},spacingStyle={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},inputStyle=function(e){return _objectSpread2({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},spacingStyle)},Input=function(e){var t=e.cx,n=e.value,o=cleanCommonProps(e),a=o.innerRef,r=o.isDisabled,s=o.isHidden,i=o.inputClassName,c=_objectWithoutProperties(o,_excluded$5);return jsx("div",_extends({},getStyleProps(e,"input",{"input-container":!0}),{"data-value":n||""}),jsx("input",_extends({className:t({input:!0},i),ref:a,style:inputStyle(s),disabled:r},c)))},multiValueCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.borderRadius,r=n.colors;return _objectSpread2({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:r.neutral10,borderRadius:a/2,margin:o.baseUnit/2})},multiValueLabelCSS=function(e,t){var n=e.theme,o=n.borderRadius,a=n.colors,r=e.cropWithEllipsis;return _objectSpread2({overflow:"hidden",textOverflow:r||void 0===r?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:o/2,color:a.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemoveCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.borderRadius,r=n.colors,s=e.isFocused;return _objectSpread2({alignItems:"center",display:"flex"},t?{}:{borderRadius:a/2,backgroundColor:s?r.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}})},MultiValue=function(e){var t=e.children,n=e.components,o=e.data,a=e.innerProps,r=e.isDisabled,s=e.removeProps,i=e.selectProps,c=n.Container,l=n.Label,u=n.Remove;return jsx(c,{data:o,innerProps:_objectSpread2(_objectSpread2({},getStyleProps(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":r})),a),selectProps:i},jsx(l,{data:o,innerProps:_objectSpread2({},getStyleProps(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:i},t),jsx(u,{data:o,innerProps:_objectSpread2(_objectSpread2({},getStyleProps(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},s),selectProps:i}))},optionCSS=function(e,t){var n=e.isDisabled,o=e.isFocused,a=e.isSelected,r=e.theme,s=r.spacing,i=r.colors;return _objectSpread2({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:a?i.primary:o?i.primary25:"transparent",color:n?i.neutral20:a?i.neutral0:"inherit",padding:"".concat(2*s.baseUnit,"px ").concat(3*s.baseUnit,"px"),":active":{backgroundColor:n?void 0:a?i.primary:i.primary50}})},placeholderCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.colors;return _objectSpread2({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:a.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},css=function(e,t){var n=e.isDisabled,o=e.theme,a=o.spacing,r=o.colors;return _objectSpread2({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?r.neutral40:r.neutral80,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2})},components={ClearIndicator:ClearIndicator,Control:Control$1,DropdownIndicator:DropdownIndicator,DownChevron:DownChevron,CrossIcon:CrossIcon,Group:Group$1,GroupHeading:GroupHeading,IndicatorsContainer:IndicatorsContainer,IndicatorSeparator:IndicatorSeparator,Input:Input,LoadingIndicator:LoadingIndicator,Menu:Menu$1,MenuList:MenuList,MenuPortal:MenuPortal,LoadingMessage:LoadingMessage,NoOptionsMessage:NoOptionsMessage,MultiValue:MultiValue,MultiValueContainer:MultiValueGeneric=function(e){var t=e.children,n=e.innerProps;return jsx("div",n,t)},MultiValueLabel:MultiValueGeneric,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({role:"button"},n),t||jsx(CrossIcon,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,a=e.isSelected,r=e.innerRef,s=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":o,"option--is-selected":a}),{ref:r,"aria-disabled":n},s),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:SelectContainer,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:ValueContainer},defaultComponents=function(e){return _objectSpread2(_objectSpread2({},components),e.components)},safeIsNaN=Number.isNaN||function(e){return"number"==typeof e&&e!=e},_ref="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)."}},A11yText$1=function(e){return jsx("span",_extends({css:_ref},e))},defaultAriaLiveMessages={guidance:function(e){var t=e.isSearchable,n=e.isMulti,o=e.tabSelectsValue,a=e.context,r=e.isInitialFocus;switch(a){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 r?"".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,a=e.labels,r=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(a.length>1?"s":""," ").concat(a.join(","),", selected.");case"select-option":return"option ".concat(o,r?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t,n,o=e.context,a=e.focused,r=e.options,s=e.label,i=void 0===s?"":s,c=e.selectValue,l=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&&c?"value ".concat(i," focused, ").concat(p(c,a),"."):"menu"===o&&d?(t=l?" disabled":"",n="".concat(u?" selected":"").concat(t),"".concat(i).concat(n,", ").concat(p(r,a),".")):""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},LiveRegion=function(e){var t=e.ariaSelection,n=e.focusedOption,o=e.focusedValue,a=e.focusableOptions,r=e.isFocused,s=e.selectValue,i=e.selectProps,c=e.id,l=e.isAppleDevice,u=i.ariaLiveMessages,d=i.getOptionLabel,p=i.inputValue,m=i.isMulti,g=i.isOptionDisabled,_=i.isSearchable,f=i.menuIsOpen,h=i.options,v=i.screenReaderStatus,b=i.tabSelectsValue,R=i.isLoading,x=i["aria-label"],y=i["aria-live"],C=React.useMemo(function(){return _objectSpread2(_objectSpread2({},defaultAriaLiveMessages),u||{})},[u]),S=React.useMemo(function(){var e,n,o,a,r,i,c,l,u,p,m="";return t&&C.onChange&&(e=t.option,n=t.options,o=t.removedValue,a=t.removedValues,r=t.value,c=(i=o||e||function(e){return Array.isArray(e)?null:e}(r))?d(i):"",u=(l=n||a||void 0)?l.map(d):[],p=_objectSpread2({isDisabled:i&&g(i,s),label:c,labels:u},t),m=C.onChange(p)),m},[t,C,g,s,d]),E=React.useMemo(function(){var e,t="",r=n||o,i=!!(n&&s&&s.includes(n));return r&&C.onFocus&&(e={focused:r,label:d(r),isDisabled:g(r,s),isSelected:i,options:a,context:r===n?"menu":"value",selectValue:s,isAppleDevice:l},t=C.onFocus(e)),t},[n,o,d,g,C,a,s,l]),I=React.useMemo(function(){var e,t="";return f&&h.length&&!R&&C.onFilter&&(e=v({count:a.length}),t=C.onFilter({inputValue:p,resultsMessage:e})),t},[a,p,f,C,h,v,R]),w="initial-input-focus"===(null==t?void 0:t.action),A=React.useMemo(function(){var e,t="";return C.guidance&&(e=o?"value":f?"menu":"input",t=C.guidance({"aria-label":x,context:e,isDisabled:n&&g(n,s),isMulti:m,isSearchable:_,tabSelectsValue:b,isInitialFocus:w})),t},[x,n,o,m,g,_,f,C,s,b,w]),$=jsx(React.Fragment,null,jsx("span",{id:"aria-selection"},S),jsx("span",{id:"aria-focused"},E),jsx("span",{id:"aria-results"},I),jsx("span",{id:"aria-guidance"},A));return jsx(React.Fragment,null,jsx(A11yText$1,{id:c},w&&$),jsx(A11yText$1,{"aria-live":y,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},r&&!w&&$))},LiveRegion$1=LiveRegion,diacritics=[{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źẑżžẓẕƶȥɀⱬꝣ"}],anyDiacritic=new RegExp("["+diacritics.map(function(e){return e.letters}).join("")+"]","g"),diacriticToBase={},i=0;i<diacritics.length;i++)for(diacritic=diacritics[i],j=0;j<diacritic.letters.length;j++)diacriticToBase[diacritic.letters[j]]=diacritic.base;stripDiacritics=function(e){return e.replace(anyDiacritic,function(e){return diacriticToBase[e]})},memoizedStripDiacriticsForInput=function(e,t){function n(){var n,a,r=[];for(n=0;n<arguments.length;n++)r[n]=arguments[n];return o&&o.lastThis===this&&t(r,o.lastArgs)?o.lastResult:(a=e.apply(this,r),o={lastResult:a,lastArgs:r,lastThis:this},a)}void 0===t&&(t=areInputsEqual);var o=null;return n.clear=function(){o=null},n}(stripDiacritics),trimString=function(e){return e.replace(/^\s+|\s+$/g,"")},defaultStringify=function(e){return"".concat(e.label," ").concat(e.value)},createFilter=function(e){return function(t,n){var o,a,r,s,i,c,l,u;return!!t.data.__isNew__||(a=(o=_objectSpread2({ignoreCase:!0,ignoreAccents:!0,stringify:defaultStringify,trim:!0,matchFrom:"any"},e)).ignoreCase,r=o.ignoreAccents,s=o.stringify,i=o.trim,c=o.matchFrom,l=i?trimString(n):n,u=i?trimString(s(t)):s(t),a&&(l=l.toLowerCase(),u=u.toLowerCase()),r&&(l=memoizedStripDiacriticsForInput(l),u=stripDiacritics(u)),"start"===c?u.substr(0,l.length)===l:u.indexOf(l)>-1)}},_excluded=["innerRef"],cancelScroll=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},STYLE_KEYS=["boxSizing","height","overflow","paddingRight","position"],LOCK_STYLES={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},canUseDOM=!("undefined"==typeof window||!window.document||!window.document.createElement),activeScrollLocks=0,listenerOptions={capture:!1,passive:!1},blurSelectInput=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},_ref2$1="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)."}},_ref2="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)."}},RequiredInput=function(e){var t=e.name,n=e.onFocus;return jsx("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:_ref2,value:"",onChange:function(){}})},RequiredInput$1=RequiredInput,formatGroupLabel=function(e){return e.label},getOptionLabel$1=function(e){return e.label},getOptionValue$1=function(e){return e.value},isOptionDisabled=function(e){return!!e.isDisabled},defaultStyles={clearIndicator:clearIndicatorCSS,container:containerCSS,control:css$1,dropdownIndicator:dropdownIndicatorCSS,group:groupCSS,groupHeading:groupHeadingCSS,indicatorsContainer:indicatorsContainerCSS,indicatorSeparator:indicatorSeparatorCSS,input:inputCSS,loadingIndicator:loadingIndicatorCSS,loadingMessage:loadingMessageCSS,menu:menuCSS,menuList:menuListCSS,menuPortal:menuPortalCSS,multiValue:multiValueCSS,multiValueLabel:multiValueLabelCSS,multiValueRemove:multiValueRemoveCSS,noOptionsMessage:noOptionsMessageCSS,option:optionCSS,placeholder:placeholderCSS,singleValue:css,valueContainer:valueContainerCSS},defaultTheme={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:baseUnit=4,controlHeight:38,menuGutter:2*baseUnit}},defaultProps={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:isTouchCapable(),captureMenuScroll:!isTouchCapable(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:createFilter(),formatGroupLabel:formatGroupLabel,getOptionLabel:getOptionLabel$1,getOptionValue:getOptionValue$1,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:isOptionDisabled,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(e){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},getFocusedOptionId=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},getOptionLabel=function(e,t){return e.getOptionLabel(t)},getOptionValue=function(e,t){return e.getOptionValue(t)},shouldHideSelectedOptions=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},instanceId=1,Select$2=function(){function e(n){var o,a,r,s;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,a=n.onChange,r=n.name;t.name=r,o.ariaOnChange(e,t),a(e,t)},o.setValue=function(e,t,n){var a=o.props,r=a.closeMenuOnSelect,s=a.isMulti,i=a.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:i}),r&&(o.setState({inputIsHiddenAfterUpdate:!s}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(e,{action:t,option:n})},o.selectOption=function(e){var t,n=o.props,a=n.blurInputOnSelect,r=n.isMulti,s=n.name,i=o.state.selectValue,c=r&&o.isOptionSelected(e,i),l=o.isOptionDisabled(e,i);if(c)t=o.getOptionValue(e),o.setValue(i.filter(function(e){return o.getOptionValue(e)!==t}),"deselect-option",e);else{if(l)return void o.ariaOnChange(e,{action:"select-option",option:e,name:s});r?o.setValue([].concat(_toConsumableArray(i),[e]),"select-option",e):o.setValue(e,"select-option")}a&&o.blurInput()},o.removeValue=function(e){var t=o.props.isMulti,n=o.state.selectValue,a=o.getOptionValue(e),r=n.filter(function(e){return o.getOptionValue(e)!==a}),s=valueTernary(t,r,r[0]||null);o.onChange(s,{action:"remove-value",removedValue:e}),o.focusInput()},o.clearValue=function(){var e=o.state.selectValue;o.onChange(valueTernary(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],a=t.slice(0,t.length-1),r=valueTernary(e,a,a[0]||null);n&&o.onChange(r,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return getFocusedOptionId(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return buildFocusableOptionsWithIds(buildCategorizedOptions(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 classNames.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return getOptionLabel(o.props,e)},o.getOptionValue=function(e){return getOptionValue(o.props,e)},o.getStyles=function(e,t){var n,a=o.props.unstyled,r=defaultStyles[e](t,a);return r.boxSizing="border-box",(n=o.props.styles[e])?n(r,t):r},o.getClassNames=function(e,t){var n,a;return null===(n=(a=o.props.classNames)[e])||void 0===n?void 0:n.call(a,t)},o.getElementId=function(e){return"".concat(o.state.instancePrefix,"-").concat(e)},o.getComponents=function(){return defaultComponents(o.props)},o.buildCategorizedOptions=function(){return buildCategorizedOptions(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return buildFocusableOptionsFromCategorizedOptions(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:_objectSpread2({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,a=t.menuIsOpen;o.focusInput(),a?(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&&isDocumentElement(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,a,r=e.touches,s=r&&r.item(0);s&&(t=Math.abs(s.clientX-o.initialTouchX),n=Math.abs(s.clientY-o.initialTouchY),a=5,o.userIsDragging=t>a||n>a)},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 shouldHideSelectedOptions(o.props)},o.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),o.focus()},o.onKeyDown=function(e){var t=o.props,n=t.isMulti,a=t.backspaceRemovesValue,r=t.escapeClearsValue,s=t.inputValue,i=t.isClearable,c=t.isDisabled,l=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,m=o.state,g=m.focusedOption,_=m.focusedValue,f=m.selectValue;if(!(c||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(o.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||s)return;o.focusValue("previous");break;case"ArrowRight":if(!n||s)return;o.focusValue("next");break;case"Delete":case"Backspace":if(s)return;if(_)o.removeValue(_);else{if(!a)return;n?o.popValue():i&&o.clearValue()}break;case"Tab":if(o.isComposing)return;if(e.shiftKey||!l||!d||!g||p&&o.isOptionSelected(g,f))return;o.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(l){if(!g)return;if(o.isComposing)return;o.selectOption(g);break}return;case"Escape":l?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:s}),o.onMenuClose()):i&&r&&o.clearValue();break;case" ":if(s)return;if(!l){o.openMenu("first");break}if(!g)return;o.selectOption(g);break;case"ArrowUp":l?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":l?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!l)return;o.focusOption("pageup");break;case"PageDown":if(!l)return;o.focusOption("pagedown");break;case"Home":if(!l)return;o.focusOption("first");break;case"End":if(!l)return;o.focusOption("last");break;default:return}e.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++instanceId),o.state.selectValue=cleanValue(n.value),n.menuIsOpen&&o.state.selectValue.length&&(a=o.getFocusableOptionsWithIds(),s=(r=o.buildFocusableOptions()).indexOf(o.state.selectValue[0]),o.state.focusableOptionsWithIds=a,o.state.focusedOption=r[s],o.state.focusedOptionId=getFocusedOptionId(a,r[s])),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&&_setPrototypeOf(e,t)}(e,React.Component);var t=function(e){var t=_isNativeReflectConstruct();return function(){var n,o,a=_getPrototypeOf(e);return t?(o=_getPrototypeOf(this).constructor,n=Reflect.construct(a,arguments,o)):n=a.apply(this,arguments),_possibleConstructorReturn(this,n)}}(e);return function(e,t,n){t&&_defineProperties(e.prototype,t),n&&_defineProperties(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&&scrollIntoView(this.menuListRef,this.focusedOptionRef),(isMac()||isIOS())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,o=t.menuIsOpen,a=this.state.isFocused;(a&&!n&&e.isDisabled||a&&o&&!e.menuIsOpen)&&this.focusInput(),a&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):a||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(scrollIntoView(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,a=o.selectValue,r=o.isFocused,s=this.buildFocusableOptions(),i="first"===e?0:s.length-1;this.props.isMulti||(t=s.indexOf(a[0]))>-1&&(i=t),this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:s[i],focusedOptionId:this.getFocusedOptionId(s[i])},function(){return n.onMenuOpen()})}},{key:"focusValue",value:function(e){var t,n,o,a=this.state,r=a.selectValue,s=a.focusedValue;if(this.props.isMulti&&(this.setState({focusedOption:null}),t=r.indexOf(s),s||(t=-1),n=r.length-1,o=-1,r.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:r[o]})}}},{key:"focusOption",value:function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",o=this.props.pageSize,a=this.state.focusedOption,r=this.getFocusableOptions();r.length&&(e=0,t=r.indexOf(a),a||(t=-1),"up"===n?e=t>0?t-1:r.length-1:"down"===n?e=(t+1)%r.length:"pageup"===n?(e=t-o)<0&&(e=0):"pagedown"===n?(e=t+o)>r.length-1&&(e=r.length-1):"last"===n&&(e=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[e],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[e])}))}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(defaultTheme):_objectSpread2(_objectSpread2({},defaultTheme),this.props.theme):defaultTheme}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,o=this.getClassNames,a=this.getValue,r=this.selectOption,s=this.setValue,i=this.props,c=i.isMulti,l=i.isRtl,u=i.options,d=this.hasValue();return{clearValue:e,cx:t,getStyles:n,getClassNames:o,getValue:a,hasValue:d,isMulti:c,isRtl:l,options:u,selectOption:r,selectProps:i,setValue:s,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 _isOptionDisabled(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return _isOptionSelected(this.props,e,t)}},{key:"filterOption",value:function(e,t){return _filterOption(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,a=e.inputValue,r=e.tabIndex,s=e.form,i=e.menuIsOpen,c=e.required,l=this.getComponents(),u=l.Input,d=this.state,p=d.inputIsHidden,m=d.ariaSelection,g=this.commonProps,_=o||this.getElementId("input"),f=_objectSpread2(_objectSpread2(_objectSpread2({"aria-autocomplete":"list","aria-expanded":i,"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":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},i&&{"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?React__namespace.createElement(u,_extends({},g,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:_,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:r,form:s,type:"text",value:a},f)):React__namespace.createElement(DummyInput,_extends({id:_,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:noop,onFocus:this.onInputFocus,disabled:t,tabIndex:r,inputMode:"none",form:s,value:""},f))}},{key:"renderPlaceholderOrValue",value:function(){var e,t=this,n=this.getComponents(),o=n.MultiValue,a=n.MultiValueContainer,r=n.MultiValueLabel,s=n.MultiValueRemove,i=n.SingleValue,c=n.Placeholder,l=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,m=u.isMulti,g=u.inputValue,_=u.placeholder,f=this.state,h=f.selectValue,v=f.focusedValue,b=f.isFocused;return this.hasValue()&&d?m?h.map(function(e,n){var i=e===v,c="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return React__namespace.createElement(o,_extends({},l,{components:{Container:a,Label:r,Remove:s},isFocused:i,isDisabled:p,key:c,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"))}):g?null:(e=h[0],React__namespace.createElement(i,_extends({},l,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):g?null:React__namespace.createElement(c,_extends({},l,{key:"placeholder",isDisabled:p,isFocused:b,innerProps:{id:this.getElementId("placeholder")}}),_)}},{key:"renderClearIndicator",value:function(){var e,t=this.getComponents(),n=t.ClearIndicator,o=this.commonProps,a=this.props,r=a.isDisabled,s=a.isLoading,i=this.state.isFocused;return this.isClearable()&&n&&!r&&this.hasValue()&&!s?(e={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"},React__namespace.createElement(n,_extends({},o,{innerProps:e,isFocused:i}))):null}},{key:"renderLoadingIndicator",value:function(){var e,t=this.getComponents(),n=t.LoadingIndicator,o=this.commonProps,a=this.props,r=a.isDisabled,s=a.isLoading,i=this.state.isFocused;return n&&s?(e={"aria-hidden":"true"},React__namespace.createElement(n,_extends({},o,{innerProps:e,isDisabled:r,isFocused:i}))):null}},{key:"renderIndicatorSeparator",value:function(){var e,t,n,o=this.getComponents(),a=o.DropdownIndicator,r=o.IndicatorSeparator;return a&&r?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,React__namespace.createElement(r,_extends({},e,{isDisabled:t,isFocused:n}))):null}},{key:"renderDropdownIndicator",value:function(){var e,t,n,o,a=this.getComponents(),r=a.DropdownIndicator;return r?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"},React__namespace.createElement(r,_extends({},e,{innerProps:o,isDisabled:t,isFocused:n}))):null}},{key:"renderMenu",value:function(){var e,t,n,o,a,r,s=this,i=this.getComponents(),c=i.Group,l=i.GroupHeading,u=i.Menu,d=i.MenuList,p=i.MenuPortal,m=i.LoadingMessage,g=i.NoOptionsMessage,_=i.Option,f=this.commonProps,h=this.state.focusedOption,v=this.props,b=v.captureMenuScroll,R=v.inputValue,x=v.isLoading,y=v.loadingMessage,C=v.minMenuHeight,S=v.maxMenuHeight,E=v.menuIsOpen,I=v.menuPlacement,w=v.menuPosition,A=v.menuPortalTarget,$=v.menuShouldBlockScroll,M=v.menuShouldScrollIntoView,N=v.noOptionsMessage,T=v.onMenuScrollToTop,O=v.onMenuScrollToBottom;if(!E)return null;if(e=function(e,t){var n=e.type,o=e.data,a=e.isDisabled,r=e.isSelected,i=e.label,c=e.value,l=h===o,u=a?void 0:function(){return s.onOptionHover(o)},d=a?void 0:function(){return s.selectOption(o)},p="".concat(s.getElementId("option"),"-").concat(t),m={id:p,onClick:d,onMouseMove:u,onMouseOver:u,tabIndex:-1,role:"option","aria-selected":s.state.isAppleDevice?void 0:r};return React__namespace.createElement(_,_extends({},f,{innerProps:m,data:o,isDisabled:a,isSelected:r,key:p,label:i,type:n,value:c,isFocused:l,innerRef:l?s.getFocusedOptionRef:void 0}),s.formatOptionLabel(e.data,"menu"))},this.hasOptions())t=this.getCategorizedOptions().map(function(t){var n,o,a,r,i;return"group"===t.type?(n=t.data,o=t.options,a=t.index,r="".concat(s.getElementId("group"),"-").concat(a),i="".concat(r,"-heading"),React__namespace.createElement(c,_extends({},f,{key:r,data:n,options:o,Heading:l,headingProps:{id:i,data:t.data},label:s.formatGroupLabel(t.data)}),t.options.map(function(t){return e(t,"".concat(a,"-").concat(t.index))}))):"option"===t.type?e(t,"".concat(t.index)):void 0});else if(x){if(null===(n=y({inputValue:R})))return null;t=React__namespace.createElement(m,f,n)}else{if(null===(o=N({inputValue:R})))return null;t=React__namespace.createElement(g,f,o)}return a={minMenuHeight:C,maxMenuHeight:S,menuPlacement:I,menuPosition:w,menuShouldScrollIntoView:M},r=React__namespace.createElement(MenuPlacer,_extends({},f,a),function(e){var n=e.ref,o=e.placerProps,r=o.placement,i=o.maxHeight;return React__namespace.createElement(u,_extends({},f,a,{innerRef:n,innerProps:{onMouseDown:s.onMenuMouseDown,onMouseMove:s.onMenuMouseMove},isLoading:x,placement:r}),React__namespace.createElement(ScrollManager,{captureEnabled:b,onTopArrive:T,onBottomArrive:O,lockEnabled:$},function(e){return React__namespace.createElement(d,_extends({},f,{innerRef:function(t){s.getMenuListRef(t),e(t)},innerProps:{role:"listbox","aria-multiselectable":f.isMulti,id:s.getElementId("listbox")},isLoading:x,maxHeight:i,focusedOption:h}),t)}))}),A||"fixed"===w?React__namespace.createElement(p,_extends({},f,{appendTo:A,controlElement:this.controlRef,menuPlacement:I,menuPosition:w}),r):r}},{key:"renderFormField",value:function(){var e,t,n,o=this,a=this.props,r=a.delimiter,s=a.isDisabled,i=a.isMulti,c=a.name,l=a.required,u=this.state.selectValue;return!l||this.hasValue()||s?c&&!s?i?r?(e=u.map(function(e){return o.getOptionValue(e)}).join(r),React__namespace.createElement("input",{name:c,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return React__namespace.createElement("input",{key:"i-".concat(t),name:c,type:"hidden",value:o.getOptionValue(e)})}):React__namespace.createElement("input",{name:c,type:"hidden",value:""}),React__namespace.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",React__namespace.createElement("input",{name:c,type:"hidden",value:n})):void 0:React__namespace.createElement(RequiredInput$1,{name:c,onFocus:this.onValueInputFocus})}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,a=t.focusedValue,r=t.isFocused,s=t.selectValue,i=this.getFocusableOptions();return React__namespace.createElement(LiveRegion$1,_extends({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:a,isFocused:r,selectValue:s,focusableOptions:i,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,a=e.ValueContainer,r=this.props,s=r.className,i=r.id,c=r.isDisabled,l=r.menuIsOpen,u=this.state.isFocused,d=this.commonProps=this.getCommonProps();return React__namespace.createElement(o,_extends({},d,{className:s,innerProps:{id:i,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:u}),this.renderLiveRegion(),React__namespace.createElement(t,_extends({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:u,menuIsOpen:l}),React__namespace.createElement(a,_extends({},d,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),React__namespace.createElement(n,_extends({},d,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n,o,a,r,s,i,c,l=t.prevProps,u=t.clearFocusValueOnUpdate,d=t.inputIsHiddenAfterUpdate,p=t.ariaSelection,m=t.isFocused,g=t.prevWasFocused,_=t.instancePrefix,f=e.options,h=e.value,v=e.menuIsOpen,b=e.inputValue,R=e.isMulti,x=cleanValue(h),y={};return!l||h===l.value&&f===l.options&&v===l.menuIsOpen&&b===l.inputValue||(n=v?function(e,t){return buildFocusableOptionsFromCategorizedOptions(buildCategorizedOptions(e,t))}(e,x):[],o=v?buildFocusableOptionsWithIds(buildCategorizedOptions(e,x),"".concat(_,"-option")):[],a=u?function(e,t){var n=e.focusedValue,o=e.selectValue,a=o.indexOf(n);if(a>-1){if(t.indexOf(n)>-1)return n;if(a<t.length)return t[a]}return null}(t,x):null,r=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,n),y={selectValue:x,focusedOption:r,focusedOptionId:getFocusedOptionId(o,r),focusableOptionsWithIds:o,focusedValue:a,clearFocusValueOnUpdate:!1}),s=null!=d&&e!==l?{inputIsHidden:d,inputIsHiddenAfterUpdate:void 0}:{},i=p,c=m&&g,m&&!c&&(i={value:valueTernary(R,x,x[0]||null),options:x,action:"initial-input-focus"},c=!g),"initial-input-focus"===(null==p?void 0:p.action)&&(i=null),_objectSpread2(_objectSpread2(_objectSpread2({},y),s),{},{prevProps:e,ariaSelection:i,prevWasFocused:c})}}]),e}(),Select$2.defaultProps=defaultProps,StateManagedSelect=React.forwardRef(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,o=e.defaultMenuIsOpen,a=void 0!==o&&o,r=e.defaultValue,s=void 0===r?null:r,i=e.inputValue,c=e.menuIsOpen,l=e.onChange,u=e.onInputChange,d=e.onMenuClose,p=e.onMenuOpen,m=e.value,g=_objectWithoutProperties(e,_excluded$6),_=_slicedToArray(React.useState(void 0!==i?i:n),2),f=_[0],h=_[1],v=_slicedToArray(React.useState(void 0!==c?c:a),2),b=v[0],R=v[1],x=_slicedToArray(React.useState(void 0!==m?m:s),2),y=x[0],C=x[1],S=React.useCallback(function(e,t){"function"==typeof l&&l(e,t),C(e)},[l]),E=React.useCallback(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),h(void 0!==n?n:e)},[u]),I=React.useCallback(function(){"function"==typeof p&&p(),R(!0)},[p]),w=React.useCallback(function(){"function"==typeof d&&d(),R(!1)},[d]),A=void 0!==i?i:f,$=void 0!==c?c:b,M=void 0!==m?m:y;return _objectSpread2(_objectSpread2({},g),{},{inputValue:A,menuIsOpen:$,onChange:S,onInputChange:E,onMenuClose:w,onMenuOpen:I,value:M})}(e);return React__namespace.createElement(Select$2,_extends({ref:t},n))}),StateManagedSelect$1=StateManagedSelect,styles$a_menuPortal="MultiSelect-modules_menuPortal__ul6k7",styles$a_container="MultiSelect-modules_container__Mn9VS",styles$a_menu="MultiSelect-modules_menu__W5T89",styles$a_menuList="MultiSelect-modules_menuList__xbYKy",styles$a_option="MultiSelect-modules_option__K81Xh",styles$a_optionFocused="MultiSelect-modules_optionFocused__wx-Me",styles$a_optionDisabled="MultiSelect-modules_optionDisabled__5vZh1",styles$a_optionSelected="MultiSelect-modules_optionSelected__WQUPs",styles$a_input="MultiSelect-modules_input__HhsgF",styles$a_control="MultiSelect-modules_control__8x7-K",styles$a_controlIsFocused="MultiSelect-modules_controlIsFocused__82GDX",styles$a_isDisabled="MultiSelect-modules_isDisabled__OstVw",styles$a_placeholder="MultiSelect-modules_placeholder__DbrLc",styles$a_selectedValueWithIcon="MultiSelect-modules_selectedValueWithIcon__N4AIn",styles$a_selectedValueIcon="MultiSelect-modules_selectedValueIcon__ziEbV",styles$a_multiValue="MultiSelect-modules_multiValue__PO-ik",styles$a_indicator="MultiSelect-modules_indicator__tnLxc",styles$a_indicatorIsDisabled="MultiSelect-modules_indicatorIsDisabled__e6zXU",styles$a_controlIsOpened="MultiSelect-modules_controlIsOpened__x9-TZ",styles$a_multiValueIsDisabled="MultiSelect-modules_multiValueIsDisabled__nPxAv",styles$a_multiValueLabel="MultiSelect-modules_multiValueLabel__kDgH6",styles$a_multiValueLabelIsDisabled="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",styles$a_multiValueRemove="MultiSelect-modules_multiValueRemove__c6VU-",styles$a_multiValueRemoveIsDisabled="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",styles$a_valueContainer="MultiSelect-modules_valueContainer__KLcgg",styles$a_singleValue="MultiSelect-modules_singleValue__7-x1w",styles$a_noOptionMessage="MultiSelect-modules_noOptionMessage__1T9-0",styles$a_errorMessage="MultiSelect-modules_errorMessage__crhXM",styles$a_wrapper="MultiSelect-modules_wrapper__NZzex",styles$a_wrapperWithIcon="MultiSelect-modules_wrapperWithIcon__vnTpG",styles$a_isMulti="MultiSelect-modules_isMulti__xVDUR",styles$a_label="MultiSelect-modules_label__q8Ey7",styles$a_optional="MultiSelect-modules_optional__3QTxE",styles$a_indicatorsContainer="MultiSelect-modules_indicatorsContainer__wR6F-",styles$a_selectedValueText="MultiSelect-modules_selectedValueText__wWMvy";const CustomIndicatorsContainer=e=>React.createElement(components.IndicatorsContainer,{...e,className:cn("demio-ui-multiselect-indicators-container",styles$a_indicatorsContainer)},e.children),CustomDropdownIndicator=e=>React.createElement(components.DropdownIndicator,{...e,className:cn("demio-ui-multiselect-indicator",styles$a_indicator,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[styles$a_indicatorIsDisabled]:e.isDisabled})},React.createElement(SvgKeyboardArrowDown,{className:cn("demio-ui-multiselect-indicator-icon")})),CustomMultiValueRemove=e=>React.createElement(components.MultiValueRemove,{...e},React.createElement(SvgClose,{className:cn("demio-ui-multiselect-multi-value-remove-icon")})),CustomNoOptionsMessage=()=>React.createElement("p",{className:cn("demio-ui-multiselect-empty-options",styles$a_noOptionMessage)},"No results found."),MultiSelect=React.memo(React.forwardRef((e,t)=>{const{className:n="",classNamePrefix:o="",errorMessage:a="",errorMessageClass:r="",isMulti:s=!0,isVisibleOptional:i=!1,label:c="",onChange:l=null,portalTarget:u=document.body,icon:d,value:p=""}=e,[m,g]=React.useState("");return React.useEffect(()=>{g(p)},[p]),React.createElement("div",{className:cn("demio-ui-multiselect-wrapper",styles$a_wrapper,{[styles$a_wrapperWithIcon]:!!d,[styles$a_isMulti]:s})},React.createElement(StateManagedSelect$1,{...e,className:cn("demio-ui-multiselect",styles$a_container,n),classNamePrefix:o,classNames:{control:e=>cn("demio-ui-multiselect-control",styles$a_control,{"demio-ui-multiselect-control-focused":e.isFocused,[styles$a_controlIsFocused]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[styles$a_controlIsOpened]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[styles$a_isDisabled]:e.isDisabled}),input:e=>cn("demio-ui-multiselect-input",styles$a_input,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>cn("demio-ui-multiselect-menu",styles$a_menu),menuList:()=>cn("demio-ui-multiselect-menu-list",styles$a_menuList),menuPortal:()=>cn("demio-ui-multiselect-menu-portal",styles$a_menuPortal),multiValue:e=>cn("demio-ui-multiselect-multi-value",styles$a_multiValue,{"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,[styles$a_multiValueIsDisabled]:e.isDisabled}),multiValueLabel:e=>cn("demio-ui-multiselect-multi-value-label",styles$a_multiValueLabel,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[styles$a_multiValueLabelIsDisabled]:e.isDisabled}),multiValueRemove:e=>cn("demio-ui-multiselect-multi-value-remove",styles$a_multiValueRemove,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[styles$a_multiValueRemoveIsDisabled]:e.isDisabled}),option:e=>cn("demio-ui-multiselect-option",styles$a_option,{"demio-ui-multiselect-option-selected":e.isSelected,[styles$a_optionSelected]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[styles$a_optionFocused]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[styles$a_optionDisabled]:e.isDisabled}),placeholder:e=>cn("demio-ui-multiselect-placeholder",styles$a_placeholder,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>cn("demio-ui-multiselect-single-value",styles$a_singleValue),valueContainer:()=>cn("demio-ui-multiselect-value-container",styles$a_valueContainer)},components:{IndicatorSeparator:null,IndicatorsContainer:CustomIndicatorsContainer,DropdownIndicator:CustomDropdownIndicator,MultiValueRemove:CustomMultiValueRemove,NoOptionsMessage:CustomNoOptionsMessage,SingleValue:e=>React.createElement(components.SingleValue,{...e},d&&React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-with-icon",styles$a_selectedValueWithIcon)},React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-icon",styles$a_selectedValueIcon)},d)),React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-text",styles$a_selectedValueText)},e.children))},isMulti:s,menuPortalTarget:u,onChange:e=>{g(e),l&&l(e)},ref:t,styles:{multiValue:(e,t)=>({...e,pointerEvents:t.selectProps.isDisabled?"none":"auto"})},value:m}),c&&React.createElement("div",{className:cn("demio-ui-multiselect-label",styles$a_label)},c),i&&React.createElement("div",{className:cn("demio-ui-multiselect-optional",styles$a_optional)},"Optional"),!!a&&React.createElement(InputHint,{className:cn("demio-ui-multiselect-error",styles$a_errorMessage,r),type:"error"},a))}));styles$9_container="Pagination-modules_container__KyJ0Q",styles$9_button="Pagination-modules_button__wRk2o",styles$9_selected="Pagination-modules_selected__ZgeXX",styles$9_rotated="Pagination-modules_rotated__k03AZ",styles$9_disabled="Pagination-modules_disabled__NU2ZU";const Pagination=React.memo(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:a,pageSize:r=10,total:s}=e,[i,c]=React.useState(n),l=Math.ceil(s/r),u=i<=1,d=i>=l,p=s>r,m=i-1,g=i-2,_=i+1,f=i+2,h=React.useCallback(e=>Math.min(Math.max(e,1),l),[l]),v=e=>{if(e===i)return;const t=h(e);c(t),a&&a(t)};return React.useEffect(()=>{c(h(n))},[n,h]),p&&React.createElement("div",{"aria-label":"Pagination Navigation",className:cn("demio-ui-pagination",styles$9_container,t,{"demio-ui-pagination-disabled":o,[styles$9_disabled]:o}),role:"navigation"},React.createElement(Button,{"aria-label":"Go to first page",className:cn("demio-ui-pagination-first",styles$9_button),disabled:u,onClick:()=>v(1)},React.createElement(SvgArrowLeftDouble,null)),React.createElement(Button,{"aria-label":"Go to previous page",className:cn("demio-ui-pagination-previous",styles$9_button),disabled:u,onClick:()=>v(m)},React.createElement(SvgArrowLeftSingle,null)),d&&g>=1&&React.createElement(Button,{"aria-label":`Go to page ${g}`,className:cn("demio-ui-pagination-previous-previous",styles$9_button),onClick:()=>v(g)},g),!u&&React.createElement(Button,{"aria-label":`Go to page ${m}`,className:cn("demio-ui-pagination-previous-page",styles$9_button),onClick:()=>v(m)},m),React.createElement(Button,{"aria-label":`Selected page ${i}`,className:cn("demio-ui-pagination-selected",styles$9_button,styles$9_selected),onClick:()=>v(i)},i),!d&&React.createElement(Button,{"aria-label":`Go to page ${_}`,className:cn("demio-ui-pagination-next-page",styles$9_button),onClick:()=>v(_)},_),u&&f<=l&&React.createElement(Button,{"aria-label":`Go to page ${f}`,className:cn("demio-ui-pagination-next-next",styles$9_button),onClick:()=>v(f)},f),React.createElement(Button,{"aria-label":"Go to next page",className:cn("demio-ui-pagination-next",styles$9_button,styles$9_rotated),disabled:d,onClick:()=>v(_)},React.createElement(SvgArrowLeftSingle,null)),React.createElement(Button,{"aria-label":"Go to last page",className:cn("demio-ui-pagination-last",styles$9_button,styles$9_rotated),disabled:d,onClick:()=>v(l)},React.createElement(SvgArrowLeftDouble,null)))});POPOVER_NAME="Popover";var[createPopoverContext]=createContextScope$2(POPOVER_NAME,[createPopperScope]);usePopperScope$2=createPopperScope();var[PopoverProvider,usePopoverContext]=createPopoverContext(POPOVER_NAME);(Popover$1=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:a,onOpenChange:r,modal:s=!1}=e,i=usePopperScope$2(t),c=React__namespace.useRef(null),[l,u]=React__namespace.useState(!1),[d,p]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:POPOVER_NAME});return jsxRuntime.jsx(Root2$5,{...i,children:jsxRuntime.jsx(PopoverProvider,{scope:t,contentId:useId(),triggerRef:c,open:d,onOpenChange:p,onOpenToggle:React__namespace.useCallback(()=>p(e=>!e),[p]),hasCustomAnchor:l,onCustomAnchorAdd:React__namespace.useCallback(()=>u(!0),[]),onCustomAnchorRemove:React__namespace.useCallback(()=>u(!1),[]),modal:s,children:n})})}).displayName=POPOVER_NAME,ANCHOR_NAME="PopoverAnchor",React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(ANCHOR_NAME,n),r=usePopperScope$2(n),{onCustomAnchorAdd:s,onCustomAnchorRemove:i}=a;return React__namespace.useEffect(()=>(s(),()=>i()),[s,i]),jsxRuntime.jsx(Anchor,{...r,...o,ref:t})}).displayName=ANCHOR_NAME,TRIGGER_NAME$3="PopoverTrigger",(PopoverTrigger=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(TRIGGER_NAME$3,n),r=usePopperScope$2(n),s=useComposedRefs(t,a.triggerRef),i=jsxRuntime.jsx(Primitive$3.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":getState$2(a.open),...o,ref:s,onClick:composeEventHandlers(e.onClick,a.onOpenToggle)});return a.hasCustomAnchor?i:jsxRuntime.jsx(Anchor,{asChild:!0,...r,children:i})})).displayName=TRIGGER_NAME$3,PORTAL_NAME$2="PopoverPortal";var[PortalProvider$1,usePortalContext$1]=createPopoverContext(PORTAL_NAME$2,{forceMount:void 0});(PopoverPortal=e=>{const{__scopePopover:t,forceMount:n,children:o,container:a}=e,r=usePopoverContext(PORTAL_NAME$2,t);return jsxRuntime.jsx(PortalProvider$1,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME$2,CONTENT_NAME$3="PopoverContent",(PopoverContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$1(CONTENT_NAME$3,e.__scopePopover),{forceMount:o=n.forceMount,...a}=e,r=usePopoverContext(CONTENT_NAME$3,e.__scopePopover);return jsxRuntime.jsx(Presence,{present:o||r.open,children:r.modal?jsxRuntime.jsx(PopoverContentModal,{...a,ref:t}):jsxRuntime.jsx(PopoverContentNonModal,{...a,ref:t})})})).displayName=CONTENT_NAME$3,Slot$1=createSlot$3("PopoverContent.RemoveScroll"),PopoverContentModal=React__namespace.forwardRef((e,t)=>{const n=usePopoverContext(CONTENT_NAME$3,e.__scopePopover),o=React__namespace.useRef(null),a=useComposedRefs(t,o),r=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(ReactRemoveScroll,{as:Slot$1,allowPinchZoom:!0,children:jsxRuntime.jsx(PopoverContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{e.preventDefault(),r.current||n.triggerRef.current?.focus()}),onPointerDownOutside:composeEventHandlers(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;r.current=o},{checkForDefaultPrevented:!1}),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),PopoverContentNonModal=React__namespace.forwardRef((e,t)=>{const n=usePopoverContext(CONTENT_NAME$3,e.__scopePopover),o=React__namespace.useRef(!1),a=React__namespace.useRef(!1);return jsxRuntime.jsx(PopoverContentImpl,{...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,a.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(a.current=!0));const r=t.target,s=n.triggerRef.current?.contains(r);s&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&a.current&&t.preventDefault()}})}),PopoverContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:r,disableOutsidePointerEvents:s,onEscapeKeyDown:i,onPointerDownOutside:c,onFocusOutside:l,onInteractOutside:u,...d}=e,p=usePopoverContext(CONTENT_NAME$3,n),m=usePopperScope$2(n);return useFocusGuards(),jsxRuntime.jsx(FocusScope,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:r,children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:u,onEscapeKeyDown:i,onPointerDownOutside:c,onFocusOutside:l,onDismiss:()=>p.onOpenChange(!1),children:jsxRuntime.jsx(Content$1,{"data-state":getState$2(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)"}})})})}),CLOSE_NAME="PopoverClose",React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(CLOSE_NAME,n);return jsxRuntime.jsx(Primitive$3.button,{type:"button",...o,ref:t,onClick:composeEventHandlers(e.onClick,()=>a.onOpenChange(!1))})}).displayName=CLOSE_NAME,ARROW_NAME$2="PopoverArrow",(PopoverArrow=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopperScope$2(n);return jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME$2,Root2$3=Popover$1,Trigger$3=PopoverTrigger,Portal$2=PopoverPortal,Content2$2=PopoverContent,Arrow2$1=PopoverArrow,styles$8_popoverContent="Popover-modules_popoverContent__EQXkn",styles$8_popoverTrigger="Popover-modules_popoverTrigger__vCIUa",styles$8_arrow="Popover-modules_arrow__x1Xqe";const Popover=({children:e="",content:t="",contentClassName:n="",triggerClassName:o="",container:a=document.body,contentProps:r={},open:s,onOpenChange:i,showArrow:c=!1,asChild:l=!1})=>t?React.createElement(Root2$3,{open:s,onOpenChange:e=>{i&&"function"==typeof i&&i(e)}},React.createElement(Trigger$3,{asChild:l,className:cn("demio-ui-popover-trigger",{[styles$8_popoverTrigger]:!0,[o]:!!o})},e),React.createElement(Portal$2,{container:a},React.createElement(Content2$2,{...r,className:cn("demio-ui-popover-content",styles$8_popoverContent,{[n]:!!n})},c&&React.createElement(Arrow2$1,{className:styles$8_arrow}),t))):e;REACT_LAZY_TYPE=Symbol.for("react.lazy"),use=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER=Symbol("radix.slottable"),Primitive=["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=createSlotClone(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent(o)&&"function"==typeof use&&(o=use(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),PROGRESS_NAME="Progress",DEFAULT_MAX=100;var[createProgressContext]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o);a.displayName=t+"Context";const r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes(o,...t)]}(PROGRESS_NAME),[ProgressProvider,useProgressContext]=createProgressContext(PROGRESS_NAME);Progress$1=React__namespace.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:a,getValueLabel:r=defaultGetValueLabel,...s}=e;!a&&0!==a||isValidMaxNumber(a)||console.error(`Invalid prop \`max\` of value \`${`${a}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${DEFAULT_MAX}\`.`);const i=isValidMaxNumber(a)?a:DEFAULT_MAX;null===o||isValidValueNumber(o,i)||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 ${DEFAULT_MAX} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const c=isValidValueNumber(o,i)?o:null,l=isNumber(c)?r(c,i):void 0;return jsxRuntime.jsx(ProgressProvider,{scope:n,value:c,max:i,children:jsxRuntime.jsx(Primitive.div,{"aria-valuemax":i,"aria-valuemin":0,"aria-valuenow":isNumber(c)?c:void 0,"aria-valuetext":l,role:"progressbar","data-state":getProgressState(c,i),"data-value":c??void 0,"data-max":i,...s,ref:t})})}),Progress$1.displayName=PROGRESS_NAME,INDICATOR_NAME$1="ProgressIndicator",(ProgressIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,a=useProgressContext(INDICATOR_NAME$1,n);return jsxRuntime.jsx(Primitive.div,{"data-state":getProgressState(a.value,a.max),"data-value":a.value??void 0,"data-max":a.max,...o,ref:t})})).displayName=INDICATOR_NAME$1,Root$2=Progress$1,Indicator$1=ProgressIndicator,styles$7_root="Progress-modules_root__E0rHH",styles$7_indicator="Progress-modules_indicator__qpwRi",RADIO_NAME="Radio";var[createRadioContext,createRadioScope]=createContextScope$2(RADIO_NAME),[RadioProvider,useRadioContext]=createRadioContext(RADIO_NAME);Radio=React__namespace.forwardRef((e,t)=>{const{__scopeRadio:n,name:o,checked:a=!1,required:r,disabled:s,value:i="on",onCheck:c,form:l,...u}=e,[d,p]=React__namespace.useState(null),m=useComposedRefs(t,e=>p(e)),g=React__namespace.useRef(!1),_=!d||(l||!!d.closest("form"));return jsxRuntime.jsxs(RadioProvider,{scope:n,checked:a,disabled:s,children:[jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"radio","aria-checked":a,"data-state":getState$1(a),"data-disabled":s?"":void 0,disabled:s,value:i,...u,ref:m,onClick:composeEventHandlers(e.onClick,e=>{a||c?.(),_&&(g.current=e.isPropagationStopped(),g.current||e.stopPropagation())})}),_&&jsxRuntime.jsx(RadioBubbleInput,{control:d,bubbles:!g.current,name:o,value:i,checked:a,required:r,disabled:s,form:l,style:{transform:"translateX(-100%)"}})]})}),Radio.displayName=RADIO_NAME,INDICATOR_NAME="RadioIndicator",(RadioIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...a}=e,r=useRadioContext(INDICATOR_NAME,n);return jsxRuntime.jsx(Presence,{present:o||r.checked,children:jsxRuntime.jsx(Primitive$3.span,{"data-state":getState$1(r.checked),"data-disabled":r.disabled?"":void 0,...a,ref:t})})})).displayName=INDICATOR_NAME,BUBBLE_INPUT_NAME$2="RadioBubbleInput",(RadioBubbleInput=React__namespace.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...a},r)=>{const s=React__namespace.useRef(null),i=useComposedRefs(s,r),c=usePrevious(n),l=useSize(t);return React__namespace.useEffect(()=>{const e=s.current;if(!e)return;const t=window.HTMLInputElement.prototype,a=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&a){const t=new Event("click",{bubbles:o});a.call(e,n),e.dispatchEvent(t)}},[c,n,o]),jsxRuntime.jsx(Primitive$3.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:i,style:{...a.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=BUBBLE_INPUT_NAME$2,ARROW_KEYS=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],RADIO_GROUP_NAME="RadioGroup";var[createRadioGroupContext]=createContextScope$2(RADIO_GROUP_NAME,[createRovingFocusGroupScope,createRadioScope]);useRovingFocusGroupScope$1=createRovingFocusGroupScope(),useRadioScope=createRadioScope();var[RadioGroupProvider,useRadioGroupContext]=createRadioGroupContext(RADIO_GROUP_NAME);(RadioGroup$1=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:o,defaultValue:a,value:r,required:s=!1,disabled:i=!1,orientation:c,dir:l,loop:u=!0,onValueChange:d,...p}=e,m=useRovingFocusGroupScope$1(n),g=useDirection(l),[_,f]=useControllableState({prop:r,defaultProp:a??null,onChange:d,caller:RADIO_GROUP_NAME});return jsxRuntime.jsx(RadioGroupProvider,{scope:n,name:o,required:s,disabled:i,value:_,onValueChange:f,children:jsxRuntime.jsx(Root$3,{asChild:!0,...m,orientation:c,dir:g,loop:u,children:jsxRuntime.jsx(Primitive$3.div,{role:"radiogroup","aria-required":s,"aria-orientation":c,"data-disabled":i?"":void 0,dir:g,...p,ref:t})})})})).displayName=RADIO_GROUP_NAME,ITEM_NAME$1="RadioGroupItem",(RadioGroupItem=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...a}=e,r=useRadioGroupContext(ITEM_NAME$1,n),s=r.disabled||o,i=useRovingFocusGroupScope$1(n),c=useRadioScope(n),l=React__namespace.useRef(null),u=useComposedRefs(t,l),d=r.value===a.value,p=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=e=>{ARROW_KEYS.includes(e.key)&&(p.current=!0)},t=()=>p.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!s,active:d,children:jsxRuntime.jsx(Radio,{disabled:s,required:r.required,checked:d,...c,...a,name:r.name,ref:u,onCheck:()=>r.onValueChange(a.value),onKeyDown:composeEventHandlers(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:composeEventHandlers(a.onFocus,()=>{p.current&&l.current?.click()})})})})).displayName=ITEM_NAME$1,INDICATOR_NAME2="RadioGroupIndicator",(RadioGroupIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,a=useRadioScope(n);return jsxRuntime.jsx(RadioIndicator,{...a,...o,ref:t})})).displayName=INDICATOR_NAME2,Root2$2=RadioGroup$1,Item2=RadioGroupItem,Indicator=RadioGroupIndicator,styles$6={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--"},VISUALLY_HIDDEN_STYLES=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"}),NAME="VisuallyHidden",(VisuallyHidden=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Primitive$3.span,{...e,ref:t,style:{...VISUALLY_HIDDEN_STYLES,...e.style}}))).displayName=NAME,Root$1=VisuallyHidden,OPEN_KEYS=[" ","Enter","ArrowUp","ArrowDown"],SELECTION_KEYS=[" ","Enter"],SELECT_NAME="Select";var[Collection,useCollection,createCollectionScope]=createCollection(SELECT_NAME),[createSelectContext]=createContextScope$2(SELECT_NAME,[createCollectionScope,createPopperScope]);usePopperScope$1=createPopperScope();var[SelectProvider,useSelectContext]=createSelectContext(SELECT_NAME),[SelectNativeOptionsProvider,useSelectNativeOptionsContext]=createSelectContext(SELECT_NAME);Select$1=e=>{const{__scopeSelect:t,children:n,open:o,defaultOpen:a,onOpenChange:r,value:s,defaultValue:i,onValueChange:c,dir:l,name:u,autoComplete:d,disabled:p,required:m,form:g}=e,_=usePopperScope$1(t),[f,h]=React__namespace.useState(null),[v,b]=React__namespace.useState(null),[R,x]=React__namespace.useState(!1),y=useDirection(l),[C,S]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:SELECT_NAME}),[E,I]=useControllableState({prop:s,defaultProp:i,onChange:c,caller:SELECT_NAME}),w=React__namespace.useRef(null),A=!f||(g||!!f.closest("form")),[$,M]=React__namespace.useState(new Set),N=Array.from($).map(e=>e.props.value).join(";");return jsxRuntime.jsx(Root2$5,{..._,children:jsxRuntime.jsxs(SelectProvider,{required:m,scope:t,trigger:f,onTriggerChange:h,valueNode:v,onValueNodeChange:b,valueNodeHasChildren:R,onValueNodeHasChildrenChange:x,contentId:useId(),value:E,onValueChange:I,open:C,onOpenChange:S,dir:y,triggerPointerDownPosRef:w,disabled:p,children:[jsxRuntime.jsx(Collection.Provider,{scope:t,children:jsxRuntime.jsx(SelectNativeOptionsProvider,{scope:e.__scopeSelect,onNativeOptionAdd:React__namespace.useCallback(e=>{M(t=>new Set(t).add(e))},[]),onNativeOptionRemove:React__namespace.useCallback(e=>{M(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),A?jsxRuntime.jsxs(SelectBubbleInput,{"aria-hidden":!0,required:m,tabIndex:-1,name:u,autoComplete:d,value:E,onChange:e=>I(e.target.value),disabled:p,form:g,children:[void 0===E?jsxRuntime.jsx("option",{value:""}):null,Array.from($)]},N):null]})})},Select$1.displayName=SELECT_NAME,TRIGGER_NAME$2="SelectTrigger",(SelectTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...a}=e,r=usePopperScope$1(n),s=useSelectContext(TRIGGER_NAME$2,n),i=s.disabled||o,c=useComposedRefs(t,s.onTriggerChange),l=useCollection(n),u=React__namespace.useRef("touch"),[d,p,m]=useTypeaheadSearch(e=>{const t=l().filter(e=>!e.disabled),n=t.find(e=>e.value===s.value),o=findNextItem(t,e,n);void 0!==o&&s.onValueChange(o.value)}),g=e=>{i||(s.onOpenChange(!0),m()),e&&(s.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return jsxRuntime.jsx(Anchor,{asChild:!0,...r,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"combobox","aria-controls":s.contentId,"aria-expanded":s.open,"aria-required":s.required,"aria-autocomplete":"none",dir:s.dir,"data-state":s.open?"open":"closed",disabled:i,"data-disabled":i?"":void 0,"data-placeholder":shouldShowPlaceholder(s.value)?"":void 0,...a,ref:c,onClick:composeEventHandlers(a.onClick,e=>{e.currentTarget.focus(),"mouse"!==u.current&&g(e)}),onPointerDown:composeEventHandlers(a.onPointerDown,e=>{u.current=e.pointerType;const t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),0===e.button&&!1===e.ctrlKey&&"mouse"===e.pointerType&&(g(e),e.preventDefault())}),onKeyDown:composeEventHandlers(a.onKeyDown,e=>{const t=""!==d.current;e.ctrlKey||e.altKey||e.metaKey||1!==e.key.length||p(e.key),t&&" "===e.key||OPEN_KEYS.includes(e.key)&&(g(),e.preventDefault())})})})})).displayName=TRIGGER_NAME$2,VALUE_NAME="SelectValue",(SelectValue=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:a,children:r,placeholder:s="",...i}=e,c=useSelectContext(VALUE_NAME,n),{onValueNodeHasChildrenChange:l}=c,u=void 0!==r,d=useComposedRefs(t,c.onValueNodeChange);return useLayoutEffect2(()=>{l(u)},[l,u]),jsxRuntime.jsx(Primitive$3.span,{...i,ref:d,style:{pointerEvents:"none"},children:shouldShowPlaceholder(c.value)?jsxRuntime.jsx(jsxRuntime.Fragment,{children:s}):r})})).displayName=VALUE_NAME,ICON_NAME="SelectIcon",(SelectIcon=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...a}=e;return jsxRuntime.jsx(Primitive$3.span,{"aria-hidden":!0,...a,ref:t,children:o||"▼"})})).displayName=ICON_NAME,(SelectPortal=e=>jsxRuntime.jsx(Portal$5,{asChild:!0,...e})).displayName="SelectPortal",CONTENT_NAME$2="SelectContent",(SelectContent=React__namespace.forwardRef((e,t)=>{const n=useSelectContext(CONTENT_NAME$2,e.__scopeSelect),[o,a]=React__namespace.useState();if(useLayoutEffect2(()=>{a(new DocumentFragment)},[]),!n.open){const t=o;return t?ReactDOM__namespace.createPortal(jsxRuntime.jsx(SelectContentProvider,{scope:e.__scopeSelect,children:jsxRuntime.jsx(Collection.Slot,{scope:e.__scopeSelect,children:jsxRuntime.jsx("div",{children:e.children})})}),t):null}return jsxRuntime.jsx(SelectContentImpl,{...e,ref:t})})).displayName=CONTENT_NAME$2,CONTENT_MARGIN=10;var[SelectContentProvider,useSelectContentContext]=createSelectContext(CONTENT_NAME$2);CONTENT_IMPL_NAME="SelectContentImpl",Slot=createSlot$3("SelectContent.RemoveScroll"),SelectContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,position:o="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:r,onPointerDownOutside:s,side:i,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:p,collisionPadding:m,sticky:g,hideWhenDetached:_,avoidCollisions:f,...h}=e,v=useSelectContext(CONTENT_NAME$2,n),[b,R]=React__namespace.useState(null),[x,y]=React__namespace.useState(null),C=useComposedRefs(t,e=>R(e)),[S,E]=React__namespace.useState(null),[I,w]=React__namespace.useState(null),A=useCollection(n),[$,M]=React__namespace.useState(!1),N=React__namespace.useRef(!1);React__namespace.useEffect(()=>{if(b)return hideOthers(b)},[b]),useFocusGuards();const T=React__namespace.useCallback(e=>{const[t,...n]=A().map(e=>e.ref.current),[o]=n.slice(-1),a=document.activeElement;for(const r of e){if(r===a)return;if(r?.scrollIntoView({block:"nearest"}),r===t&&x&&(x.scrollTop=0),r===o&&x&&(x.scrollTop=x.scrollHeight),r?.focus(),document.activeElement!==a)return}},[A,x]),O=React__namespace.useCallback(()=>T([S,b]),[T,S,b]);React__namespace.useEffect(()=>{$&&O()},[$,O]);const{onOpenChange:P,triggerPointerDownPosRef:D}=v;React__namespace.useEffect(()=>{if(b){let e={x:0,y:0};const t=t=>{e={x:Math.abs(Math.round(t.pageX)-(D.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(D.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():b.contains(n.target)||P(!1),document.removeEventListener("pointermove",t),D.current=null};return null!==D.current&&(document.addEventListener("pointermove",t),document.addEventListener("pointerup",n,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",t),document.removeEventListener("pointerup",n,{capture:!0})}}},[b,P,D]),React__namespace.useEffect(()=>{const e=()=>P(!1);return window.addEventListener("blur",e),window.addEventListener("resize",e),()=>{window.removeEventListener("blur",e),window.removeEventListener("resize",e)}},[P]);const[j,B]=useTypeaheadSearch(e=>{const t=A().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=findNextItem(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),L=React__namespace.useCallback((e,t,n)=>{const o=!N.current&&!n;(void 0!==v.value&&v.value===t||o)&&(E(e),o&&(N.current=!0))},[v.value]),G=React__namespace.useCallback(()=>b?.focus(),[b]),V=React__namespace.useCallback((e,t,n)=>{const o=!N.current&&!n;(void 0!==v.value&&v.value===t||o)&&w(e)},[v.value]),k="popper"===o?SelectPopperPosition:SelectItemAlignedPosition,F=k===SelectPopperPosition?{side:i,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:p,collisionPadding:m,sticky:g,hideWhenDetached:_,avoidCollisions:f}:{};return jsxRuntime.jsx(SelectContentProvider,{scope:n,content:b,viewport:x,onViewportChange:y,itemRefCallback:L,selectedItem:S,onItemLeave:G,itemTextRefCallback:V,focusSelectedItem:O,selectedItemText:I,position:o,isPositioned:$,searchRef:j,children:jsxRuntime.jsx(ReactRemoveScroll,{as:Slot,allowPinchZoom:!0,children:jsxRuntime.jsx(FocusScope,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:composeEventHandlers(a,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:r,onPointerDownOutside:s,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:jsxRuntime.jsx(k,{role:"listbox",id:v.contentId,"data-state":v.open?"open":"closed",dir:v.dir,onContextMenu:e=>e.preventDefault(),...h,...F,onPlaced:()=>M(!0),ref:C,style:{display:"flex",flexDirection:"column",outline:"none",...h.style},onKeyDown:composeEventHandlers(h.onKeyDown,e=>{const t=e.ctrlKey||e.altKey||e.metaKey;if("Tab"===e.key&&e.preventDefault(),t||1!==e.key.length||B(e.key),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){let t=A().filter(e=>!e.disabled).map(e=>e.ref.current);if(["ArrowUp","End"].includes(e.key)&&(t=t.slice().reverse()),["ArrowUp","ArrowDown"].includes(e.key)){const n=e.target,o=t.indexOf(n);t=t.slice(o+1)}setTimeout(()=>T(t)),e.preventDefault()}})})})})})})}),SelectContentImpl.displayName=CONTENT_IMPL_NAME,ITEM_ALIGNED_POSITION_NAME="SelectItemAlignedPosition",SelectItemAlignedPosition=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...a}=e,r=useSelectContext(CONTENT_NAME$2,n),s=useSelectContentContext(CONTENT_NAME$2,n),[i,c]=React__namespace.useState(null),[l,u]=React__namespace.useState(null),d=useComposedRefs(t,e=>u(e)),p=useCollection(n),m=React__namespace.useRef(!1),g=React__namespace.useRef(!0),{viewport:_,selectedItem:f,selectedItemText:h,focusSelectedItem:v}=s,b=React__namespace.useCallback(()=>{if(r.trigger&&r.valueNode&&i&&l&&_&&f&&h){const e=r.trigger.getBoundingClientRect(),t=l.getBoundingClientRect(),n=r.valueNode.getBoundingClientRect(),a=h.getBoundingClientRect();if("rtl"!==r.dir){const o=a.left-t.left,r=n.left-o,s=e.left-r,c=e.width+s,l=Math.max(c,t.width),u=window.innerWidth-CONTENT_MARGIN,d=clamp$1(r,[CONTENT_MARGIN,Math.max(CONTENT_MARGIN,u-l)]);i.style.minWidth=c+"px",i.style.left=d+"px"}else{const o=t.right-a.right,r=window.innerWidth-n.right-o,s=window.innerWidth-e.right-r,c=e.width+s,l=Math.max(c,t.width),u=window.innerWidth-CONTENT_MARGIN,d=clamp$1(r,[CONTENT_MARGIN,Math.max(CONTENT_MARGIN,u-l)]);i.style.minWidth=c+"px",i.style.right=d+"px"}const s=p(),c=window.innerHeight-2*CONTENT_MARGIN,u=_.scrollHeight,d=window.getComputedStyle(l),g=parseInt(d.borderTopWidth,10),v=parseInt(d.paddingTop,10),b=parseInt(d.borderBottomWidth,10),R=g+v+u+parseInt(d.paddingBottom,10)+b,x=Math.min(5*f.offsetHeight,R),y=window.getComputedStyle(_),C=parseInt(y.paddingTop,10),S=parseInt(y.paddingBottom,10),E=e.top+e.height/2-CONTENT_MARGIN,I=c-E,w=f.offsetHeight/2,A=g+v+(f.offsetTop+w),$=R-A;if(A<=E){const e=s.length>0&&f===s[s.length-1].ref.current;i.style.bottom="0px";const t=l.clientHeight-_.offsetTop-_.offsetHeight,n=A+Math.max(I,w+(e?S:0)+t+b);i.style.height=n+"px"}else{const e=s.length>0&&f===s[0].ref.current;i.style.top="0px";const t=Math.max(E,g+_.offsetTop+(e?C:0)+w)+$;i.style.height=t+"px",_.scrollTop=A-E+_.offsetTop}i.style.margin=`${CONTENT_MARGIN}px 0`,i.style.minHeight=x+"px",i.style.maxHeight=c+"px",o?.(),requestAnimationFrame(()=>m.current=!0)}},[p,r.trigger,r.valueNode,i,l,_,f,h,r.dir,o]);useLayoutEffect2(()=>b(),[b]);const[R,x]=React__namespace.useState();useLayoutEffect2(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]);const y=React__namespace.useCallback(e=>{e&&!0===g.current&&(b(),v?.(),g.current=!1)},[b,v]);return jsxRuntime.jsx(SelectViewportProvider,{scope:n,contentWrapper:i,shouldExpandOnScrollRef:m,onScrollButtonChange:y,children:jsxRuntime.jsx("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:R},children:jsxRuntime.jsx(Primitive$3.div,{...a,ref:d,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})}),SelectItemAlignedPosition.displayName=ITEM_ALIGNED_POSITION_NAME,POPPER_POSITION_NAME="SelectPopperPosition",(SelectPopperPosition=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:a=CONTENT_MARGIN,...r}=e,s=usePopperScope$1(n);return jsxRuntime.jsx(Content$1,{...s,...r,ref:t,align:o,collisionPadding:a,style:{boxSizing:"border-box",...r.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=POPPER_POSITION_NAME;var[SelectViewportProvider,useSelectViewportContext]=createSelectContext(CONTENT_NAME$2,{});VIEWPORT_NAME="SelectViewport",(SelectViewport=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...a}=e,r=useSelectContentContext(VIEWPORT_NAME,n),s=useSelectViewportContext(VIEWPORT_NAME,n),i=useComposedRefs(t,r.onViewportChange),c=React__namespace.useRef(0);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("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}),jsxRuntime.jsx(Collection.Slot,{scope:n,children:jsxRuntime.jsx(Primitive$3.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:i,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:composeEventHandlers(a.onScroll,e=>{const t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:o}=s;if(o?.current&&n){const e=Math.abs(c.current-t.scrollTop);if(e>0){const o=window.innerHeight-2*CONTENT_MARGIN,a=parseFloat(n.style.minHeight),r=parseFloat(n.style.height),s=Math.max(a,r);if(s<o){const a=s+e,r=Math.min(o,a),i=a-r;n.style.height=r+"px","0px"===n.style.bottom&&(t.scrollTop=i>0?i:0,n.style.justifyContent="flex-end")}}}c.current=t.scrollTop})})})]})})).displayName=VIEWPORT_NAME,GROUP_NAME="SelectGroup";var[SelectGroupContextProvider,useSelectGroupContext]=createSelectContext(GROUP_NAME);React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=useId();return jsxRuntime.jsx(SelectGroupContextProvider,{scope:n,id:a,children:jsxRuntime.jsx(Primitive$3.div,{role:"group","aria-labelledby":a,...o,ref:t})})}).displayName=GROUP_NAME,LABEL_NAME="SelectLabel",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=useSelectGroupContext(LABEL_NAME,n);return jsxRuntime.jsx(Primitive$3.div,{id:a.id,...o,ref:t})}).displayName=LABEL_NAME,ITEM_NAME="SelectItem";var[SelectItemContextProvider,useSelectItemContext]=createSelectContext(ITEM_NAME);SelectItem$1=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:a=!1,textValue:r,...s}=e,i=useSelectContext(ITEM_NAME,n),c=useSelectContentContext(ITEM_NAME,n),l=i.value===o,[u,d]=React__namespace.useState(r??""),[p,m]=React__namespace.useState(!1),g=useComposedRefs(t,e=>c.itemRefCallback?.(e,o,a)),_=useId(),f=React__namespace.useRef("touch"),h=()=>{a||(i.onValueChange(o),i.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 jsxRuntime.jsx(SelectItemContextProvider,{scope:n,value:o,disabled:a,textId:_,isSelected:l,onItemTextChange:React__namespace.useCallback(e=>{d(t=>t||(e?.textContent??"").trim())},[]),children:jsxRuntime.jsx(Collection.ItemSlot,{scope:n,value:o,disabled:a,textValue:u,children:jsxRuntime.jsx(Primitive$3.div,{role:"option","aria-labelledby":_,"data-highlighted":p?"":void 0,"aria-selected":l&&p,"data-state":l?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...s,ref:g,onFocus:composeEventHandlers(s.onFocus,()=>m(!0)),onBlur:composeEventHandlers(s.onBlur,()=>m(!1)),onClick:composeEventHandlers(s.onClick,()=>{"mouse"!==f.current&&h()}),onPointerUp:composeEventHandlers(s.onPointerUp,()=>{"mouse"===f.current&&h()}),onPointerDown:composeEventHandlers(s.onPointerDown,e=>{f.current=e.pointerType}),onPointerMove:composeEventHandlers(s.onPointerMove,e=>{f.current=e.pointerType,a?c.onItemLeave?.():"mouse"===f.current&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:composeEventHandlers(s.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:composeEventHandlers(s.onKeyDown,e=>{""!==c.searchRef?.current&&" "===e.key||(SELECTION_KEYS.includes(e.key)&&h()," "===e.key&&e.preventDefault())})})})})}),SelectItem$1.displayName=ITEM_NAME,ITEM_TEXT_NAME="SelectItemText",SelectItemText$1=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:a,...r}=e,s=useSelectContext(ITEM_TEXT_NAME,n),i=useSelectContentContext(ITEM_TEXT_NAME,n),c=useSelectItemContext(ITEM_TEXT_NAME,n),l=useSelectNativeOptionsContext(ITEM_TEXT_NAME,n),[u,d]=React__namespace.useState(null),p=useComposedRefs(t,e=>d(e),c.onItemTextChange,e=>i.itemTextRefCallback?.(e,c.value,c.disabled)),m=u?.textContent,g=React__namespace.useMemo(()=>jsxRuntime.jsx("option",{value:c.value,disabled:c.disabled,children:m},c.value),[c.disabled,c.value,m]),{onNativeOptionAdd:_,onNativeOptionRemove:f}=l;return useLayoutEffect2(()=>(_(g),()=>f(g)),[_,f,g]),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Primitive$3.span,{id:c.textId,...r,ref:p}),c.isSelected&&s.valueNode&&!s.valueNodeHasChildren?ReactDOM__namespace.createPortal(r.children,s.valueNode):null]})}),SelectItemText$1.displayName=ITEM_TEXT_NAME,ITEM_INDICATOR_NAME="SelectItemIndicator",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return useSelectItemContext(ITEM_INDICATOR_NAME,n).isSelected?jsxRuntime.jsx(Primitive$3.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=ITEM_INDICATOR_NAME,SCROLL_UP_BUTTON_NAME="SelectScrollUpButton",React__namespace.forwardRef((e,t)=>{const n=useSelectContentContext(SCROLL_UP_BUTTON_NAME,e.__scopeSelect),o=useSelectViewportContext(SCROLL_UP_BUTTON_NAME,e.__scopeSelect),[a,r]=React__namespace.useState(!1),s=useComposedRefs(t,o.onScrollButtonChange);return useLayoutEffect2(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollTop>0;r(e)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),a?jsxRuntime.jsx(SelectScrollButtonImpl,{...e,ref:s,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=SCROLL_UP_BUTTON_NAME,SCROLL_DOWN_BUTTON_NAME="SelectScrollDownButton",React__namespace.forwardRef((e,t)=>{const n=useSelectContentContext(SCROLL_DOWN_BUTTON_NAME,e.__scopeSelect),o=useSelectViewportContext(SCROLL_DOWN_BUTTON_NAME,e.__scopeSelect),[a,r]=React__namespace.useState(!1),s=useComposedRefs(t,o.onScrollButtonChange);return useLayoutEffect2(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollHeight-t.clientHeight,n=Math.ceil(t.scrollTop)<e;r(n)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),a?jsxRuntime.jsx(SelectScrollButtonImpl,{...e,ref:s,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=SCROLL_DOWN_BUTTON_NAME,SelectScrollButtonImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...a}=e,r=useSelectContentContext("SelectScrollButton",n),s=React__namespace.useRef(null),i=useCollection(n),c=React__namespace.useCallback(()=>{null!==s.current&&(window.clearInterval(s.current),s.current=null)},[]);return React__namespace.useEffect(()=>()=>c(),[c]),useLayoutEffect2(()=>{const e=i().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[i]),jsxRuntime.jsx(Primitive$3.div,{"aria-hidden":!0,...a,ref:t,style:{flexShrink:0,...a.style},onPointerDown:composeEventHandlers(a.onPointerDown,()=>{null===s.current&&(s.current=window.setInterval(o,50))}),onPointerMove:composeEventHandlers(a.onPointerMove,()=>{r.onItemLeave?.(),null===s.current&&(s.current=window.setInterval(o,50))}),onPointerLeave:composeEventHandlers(a.onPointerLeave,()=>{c()})})}),SEPARATOR_NAME="SelectSeparator",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{"aria-hidden":!0,...o,ref:t})}).displayName=SEPARATOR_NAME,ARROW_NAME$1="SelectArrow",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=usePopperScope$1(n),r=useSelectContext(ARROW_NAME$1,n),s=useSelectContentContext(ARROW_NAME$1,n);return r.open&&"popper"===s.position?jsxRuntime.jsx(Arrow,{...a,...o,ref:t}):null}).displayName=ARROW_NAME$1,BUBBLE_INPUT_NAME$1="SelectBubbleInput",(SelectBubbleInput=React__namespace.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const a=React__namespace.useRef(null),r=useComposedRefs(o,a),s=usePrevious(t);return React__namespace.useEffect(()=>{const e=a.current;if(!e)return;const n=window.HTMLSelectElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(s!==t&&o){const n=new Event("change",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[s,t]),jsxRuntime.jsx(Primitive$3.select,{...n,style:{...VISUALLY_HIDDEN_STYLES,...n.style},ref:r,defaultValue:t})})).displayName=BUBBLE_INPUT_NAME$1,Root2$1=Select$1,Trigger$2=SelectTrigger,Value=SelectValue,Icon=SelectIcon,Portal$1=SelectPortal,Content2$1=SelectContent,Viewport=SelectViewport,Item=SelectItem$1,ItemText=SelectItemText$1,styles$5_trigger="Select-modules_trigger__dS9Dx",styles$5_icon="Select-modules_icon__sgRRc",styles$5_startIcon="Select-modules_startIcon__kohMV",styles$5_value="Select-modules_value__h6Q4Z",styles$5_content="Select-modules_content__YuAqS",styles$5_item="Select-modules_item__cTAIm";const Select=React.forwardRef(({children:e,cssClass:t="",sideOffset:n=4,position:o="popper",disabled:a=!1,value:r="",id:s,icon:i=null,placeholder:c="",portalContainer:l=document.body,contentClassName:u="",contentProps:d={},...p},m)=>React.createElement(Root2$1,{value:r||void 0,disabled:a,...p},React.createElement(Trigger$2,{id:s,ref:m,className:cn(styles$5_trigger,t,"demio-ui-select-trigger")},i&&React.createElement("span",{className:cn(styles$5_startIcon,"demio-ui-select-start-icon")},i),React.createElement("span",{className:cn(styles$5_value,"demio-ui-select-value")},React.createElement(Value,{placeholder:r||c})),React.createElement(Icon,{className:cn(styles$5_icon,"demio-ui-select-icon")},React.createElement(SvgKeyboardArrowDown,null))),React.createElement(Portal$1,{container:l},React.createElement(Content2$1,{position:o,className:cn("demio-ui-select-content",styles$5_content,u),...d,sideOffset:n},React.createElement(Viewport,null,React.createElement(Viewport,null,e)))))),SelectItem=React.forwardRef(({children:e,className:t,disabled:n=!1,...o},a)=>React.createElement(Item,{...o,ref:a,className:cn(styles$5_item,"demio-ui-select-item",t),disabled:n},e)),SelectItemText=ItemText;SWITCH_NAME="Switch";var[createSwitchContext]=createContextScope$2(SWITCH_NAME),[SwitchProvider,useSwitchContext]=createSwitchContext(SWITCH_NAME);Switch$1=React__namespace.forwardRef((e,t)=>{const{__scopeSwitch:n,name:o,checked:a,defaultChecked:r,required:s,disabled:i,value:c="on",onCheckedChange:l,form:u,...d}=e,[p,m]=React__namespace.useState(null),g=useComposedRefs(t,e=>m(e)),_=React__namespace.useRef(!1),f=!p||(u||!!p.closest("form")),[h,v]=useControllableState({prop:a,defaultProp:r??!1,onChange:l,caller:SWITCH_NAME});return jsxRuntime.jsxs(SwitchProvider,{scope:n,checked:h,disabled:i,children:[jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"switch","aria-checked":h,"aria-required":s,"data-state":getState(h),"data-disabled":i?"":void 0,disabled:i,value:c,...d,ref:g,onClick:composeEventHandlers(e.onClick,e=>{v(e=>!e),f&&(_.current=e.isPropagationStopped(),_.current||e.stopPropagation())})}),f&&jsxRuntime.jsx(SwitchBubbleInput,{control:p,bubbles:!_.current,name:o,value:c,checked:h,required:s,disabled:i,form:u,style:{transform:"translateX(-100%)"}})]})}),Switch$1.displayName=SWITCH_NAME,THUMB_NAME="SwitchThumb",(SwitchThumb=React__namespace.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,a=useSwitchContext(THUMB_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{"data-state":getState(a.checked),"data-disabled":a.disabled?"":void 0,...o,ref:t})})).displayName=THUMB_NAME,BUBBLE_INPUT_NAME="SwitchBubbleInput",(SwitchBubbleInput=React__namespace.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...a},r)=>{const s=React__namespace.useRef(null),i=useComposedRefs(s,r),c=usePrevious(n),l=useSize(t);return React__namespace.useEffect(()=>{const e=s.current;if(!e)return;const t=window.HTMLInputElement.prototype,a=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&a){const t=new Event("click",{bubbles:o});a.call(e,n),e.dispatchEvent(t)}},[c,n,o]),jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:i,style:{...a.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=BUBBLE_INPUT_NAME,Root=Switch$1,Thumb=SwitchThumb,styles$4_root="Switch-modules_root__V5S6a",styles$4_thumb="Switch-modules_thumb__PZ-lR",TABS_NAME="Tabs";var[createTabsContext]=createContextScope$2(TABS_NAME,[createRovingFocusGroupScope]);useRovingFocusGroupScope=createRovingFocusGroupScope();var[TabsProvider,useTabsContext]=createTabsContext(TABS_NAME);(Tabs=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:a,defaultValue:r,orientation:s="horizontal",dir:i,activationMode:c="automatic",...l}=e,u=useDirection(i),[d,p]=useControllableState({prop:o,onChange:a,defaultProp:r??"",caller:TABS_NAME});return jsxRuntime.jsx(TabsProvider,{scope:n,baseId:useId(),value:d,onValueChange:p,orientation:s,dir:u,activationMode:c,children:jsxRuntime.jsx(Primitive$3.div,{dir:u,"data-orientation":s,...l,ref:t})})})).displayName=TABS_NAME,TAB_LIST_NAME="TabsList",(TabsList$1=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...a}=e,r=useTabsContext(TAB_LIST_NAME,n),s=useRovingFocusGroupScope(n);return jsxRuntime.jsx(Root$3,{asChild:!0,...s,orientation:r.orientation,dir:r.dir,loop:o,children:jsxRuntime.jsx(Primitive$3.div,{role:"tablist","aria-orientation":r.orientation,...a,ref:t})})})).displayName=TAB_LIST_NAME,TRIGGER_NAME$1="TabsTrigger",(TabsTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:a=!1,...r}=e,s=useTabsContext(TRIGGER_NAME$1,n),i=useRovingFocusGroupScope(n),c=makeTriggerId(s.baseId,o),l=makeContentId(s.baseId,o),u=o===s.value;return jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!a,active:u,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"tab","aria-selected":u,"aria-controls":l,"data-state":u?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:c,...r,ref:t,onMouseDown:composeEventHandlers(e.onMouseDown,e=>{a||0!==e.button||!1!==e.ctrlKey?e.preventDefault():s.onValueChange(o)}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{[" ","Enter"].includes(e.key)&&s.onValueChange(o)}),onFocus:composeEventHandlers(e.onFocus,()=>{const e="manual"!==s.activationMode;u||a||!e||s.onValueChange(o)})})})})).displayName=TRIGGER_NAME$1,CONTENT_NAME$1="TabsContent",(TabsContent$1=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:a,children:r,...s}=e,i=useTabsContext(CONTENT_NAME$1,n),c=makeTriggerId(i.baseId,o),l=makeContentId(i.baseId,o),u=o===i.value,d=React__namespace.useRef(u);return React__namespace.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),jsxRuntime.jsx(Presence,{present:a||u,children:({present:n})=>jsxRuntime.jsx(Primitive$3.div,{"data-state":u?"active":"inactive","data-orientation":i.orientation,role:"tabpanel","aria-labelledby":c,hidden:!n,id:l,tabIndex:0,...s,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:n&&r})})})).displayName=CONTENT_NAME$1,Root2=Tabs,List=TabsList$1,Trigger$1=TabsTrigger,Content=TabsContent$1,styles$3_root="Tabs-modules_root__TvYE1",styles$3_list="Tabs-modules_list__G3KVd",styles$3_tab="Tabs-modules_tab__-FuG6",styles$3_content="Tabs-modules_content__X0OLh",styles$2_default="Tag-modules_default__A5rGa",styles$2_deleteButton="Tag-modules_deleteButton__HzjLp";var[createTooltipContext]=createContextScope$2("Tooltip",[createPopperScope]);usePopperScope=createPopperScope(),PROVIDER_NAME="TooltipProvider",DEFAULT_DELAY_DURATION=700,TOOLTIP_OPEN="tooltip.open";var[TooltipProviderContextProvider,useTooltipProviderContext]=createTooltipContext(PROVIDER_NAME);(TooltipProvider=e=>{const{__scopeTooltip:t,delayDuration:n=DEFAULT_DELAY_DURATION,skipDelayDuration:o=300,disableHoverableContent:a=!1,children:r}=e,s=React__namespace.useRef(!0),i=React__namespace.useRef(!1),c=React__namespace.useRef(0);return React__namespace.useEffect(()=>{const e=c.current;return()=>window.clearTimeout(e)},[]),jsxRuntime.jsx(TooltipProviderContextProvider,{scope:t,isOpenDelayedRef:s,delayDuration:n,onOpen:React__namespace.useCallback(()=>{window.clearTimeout(c.current),s.current=!1},[]),onClose:React__namespace.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>s.current=!0,o)},[o]),isPointerInTransitRef:i,onPointerInTransitChange:React__namespace.useCallback(e=>{i.current=e},[]),disableHoverableContent:a,children:r})}).displayName=PROVIDER_NAME,TOOLTIP_NAME="Tooltip";var[TooltipContextProvider,useTooltipContext]=createTooltipContext(TOOLTIP_NAME);(Tooltip$1=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:a,onOpenChange:r,disableHoverableContent:s,delayDuration:i}=e,c=useTooltipProviderContext(TOOLTIP_NAME,e.__scopeTooltip),l=usePopperScope(t),[u,d]=React__namespace.useState(null),p=useId(),m=React__namespace.useRef(0),g=s??c.disableHoverableContent,_=i??c.delayDuration,f=React__namespace.useRef(!1),[h,v]=useControllableState({prop:o,defaultProp:a??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN))):c.onClose(),r?.(e)},caller:TOOLTIP_NAME}),b=React__namespace.useMemo(()=>h?f.current?"delayed-open":"instant-open":"closed",[h]),R=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=0,f.current=!1,v(!0)},[v]),x=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=0,v(!1)},[v]),y=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=window.setTimeout(()=>{f.current=!0,v(!0),m.current=0},_)},[_,v]);return React__namespace.useEffect(()=>()=>{m.current&&(window.clearTimeout(m.current),m.current=0)},[]),jsxRuntime.jsx(Root2$5,{...l,children:jsxRuntime.jsx(TooltipContextProvider,{scope:t,contentId:p,open:h,stateAttribute:b,trigger:u,onTriggerChange:d,onTriggerEnter:React__namespace.useCallback(()=>{c.isOpenDelayedRef.current?y():R()},[c.isOpenDelayedRef,y,R]),onTriggerLeave:React__namespace.useCallback(()=>{g?x():(window.clearTimeout(m.current),m.current=0)},[x,g]),onOpen:R,onClose:x,disableHoverableContent:g,children:n})})}).displayName=TOOLTIP_NAME,TRIGGER_NAME="TooltipTrigger",(TooltipTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,a=useTooltipContext(TRIGGER_NAME,n),r=useTooltipProviderContext(TRIGGER_NAME,n),s=usePopperScope(n),i=useComposedRefs(t,React__namespace.useRef(null),a.onTriggerChange),c=React__namespace.useRef(!1),l=React__namespace.useRef(!1),u=React__namespace.useCallback(()=>c.current=!1,[]);return React__namespace.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),jsxRuntime.jsx(Anchor,{asChild:!0,...s,children:jsxRuntime.jsx(Primitive$3.button,{"aria-describedby":a.open?a.contentId:void 0,"data-state":a.stateAttribute,...o,ref:i,onPointerMove:composeEventHandlers(e.onPointerMove,e=>{"touch"!==e.pointerType&&(l.current||r.isPointerInTransitRef.current||(a.onTriggerEnter(),l.current=!0))}),onPointerLeave:composeEventHandlers(e.onPointerLeave,()=>{a.onTriggerLeave(),l.current=!1}),onPointerDown:composeEventHandlers(e.onPointerDown,()=>{a.open&&a.onClose(),c.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:composeEventHandlers(e.onFocus,()=>{c.current||a.onOpen()}),onBlur:composeEventHandlers(e.onBlur,a.onClose),onClick:composeEventHandlers(e.onClick,a.onClose)})})})).displayName=TRIGGER_NAME,PORTAL_NAME="TooltipPortal";var[PortalProvider,usePortalContext]=createTooltipContext(PORTAL_NAME,{forceMount:void 0});(TooltipPortal=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:a}=e,r=useTooltipContext(PORTAL_NAME,t);return jsxRuntime.jsx(PortalProvider,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME,CONTENT_NAME="TooltipContent",TooltipContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext(CONTENT_NAME,e.__scopeTooltip),{forceMount:o=n.forceMount,side:a="top",...r}=e,s=useTooltipContext(CONTENT_NAME,e.__scopeTooltip);return jsxRuntime.jsx(Presence,{present:o||s.open,children:s.disableHoverableContent?jsxRuntime.jsx(TooltipContentImpl,{side:a,...r,ref:t}):jsxRuntime.jsx(TooltipContentHoverable,{side:a,...r,ref:t})})}),TooltipContentHoverable=React__namespace.forwardRef((e,t)=>{const n=useTooltipContext(CONTENT_NAME,e.__scopeTooltip),o=useTooltipProviderContext(CONTENT_NAME,e.__scopeTooltip),a=React__namespace.useRef(null),r=useComposedRefs(t,a),[s,i]=React__namespace.useState(null),{trigger:c,onClose:l}=n,u=a.current,{onPointerInTransitChange:d}=o,p=React__namespace.useCallback(()=>{i(null),d(!1)},[d]),m=React__namespace.useCallback((e,t)=>{const n=e.currentTarget,o={x:e.clientX,y:e.clientY},a=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),a=Math.abs(t.right-e.x),r=Math.abs(t.left-e.x);switch(Math.min(n,o,a,r)){case r:return"left";case a:return"right";case n:return"top";case o:return"bottom";default:throw new Error("unreachable")}}(o,n.getBoundingClientRect())),r=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)}([...a,...function(e){const{top:t,right:n,bottom:o,left:a}=e;return[{x:a,y:t},{x:n,y:t},{x:n,y:o},{x:a,y:o}]}(t.getBoundingClientRect())]);i(r),d(!0)},[d]);return React__namespace.useEffect(()=>()=>p(),[p]),React__namespace.useEffect(()=>{if(c&&u){const e=e=>m(e,u),t=e=>m(e,c);return c.addEventListener("pointerleave",e),u.addEventListener("pointerleave",t),()=>{c.removeEventListener("pointerleave",e),u.removeEventListener("pointerleave",t)}}},[c,u,m,p]),React__namespace.useEffect(()=>{if(s){const e=e=>{const t=e.target,n={x:e.clientX,y:e.clientY},o=c?.contains(t)||u?.contains(t),a=!function(e,t){const{x:n,y:o}=e;let a=!1;for(let r=0,s=t.length-1;r<t.length;s=r++){const e=t[r],i=t[s],c=e.x,l=e.y,u=i.x,d=i.y;l>o!=d>o&&n<(u-c)*(o-l)/(d-l)+c&&(a=!a)}return a}(n,s);o?p():a&&(p(),l())};return document.addEventListener("pointermove",e),()=>document.removeEventListener("pointermove",e)}},[c,u,s,l,p]),jsxRuntime.jsx(TooltipContentImpl,{...e,ref:r})});var[VisuallyHiddenContentContextProvider,useVisuallyHiddenContentContext]=createTooltipContext(TOOLTIP_NAME,{isInside:!1});Slottable=createSlottable("TooltipContent"),TooltipContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":a,onEscapeKeyDown:r,onPointerDownOutside:s,...i}=e,c=useTooltipContext(CONTENT_NAME,n),l=usePopperScope(n),{onClose:u}=c;return React__namespace.useEffect(()=>(document.addEventListener(TOOLTIP_OPEN,u),()=>document.removeEventListener(TOOLTIP_OPEN,u)),[u]),React__namespace.useEffect(()=>{if(c.trigger){const e=e=>{const t=e.target;t?.contains(c.trigger)&&u()};return window.addEventListener("scroll",e,{capture:!0}),()=>window.removeEventListener("scroll",e,{capture:!0})}},[c.trigger,u]),jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:r,onPointerDownOutside:s,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:jsxRuntime.jsxs(Content$1,{"data-state":c.stateAttribute,...l,...i,ref:t,style:{...i.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:[jsxRuntime.jsx(Slottable,{children:o}),jsxRuntime.jsx(VisuallyHiddenContentContextProvider,{scope:n,isInside:!0,children:jsxRuntime.jsx(Root$1,{id:c.contentId,role:"tooltip",children:a||o})})]})})}),TooltipContent.displayName=CONTENT_NAME,ARROW_NAME="TooltipArrow",(TooltipArrow=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,a=usePopperScope(n);return useVisuallyHiddenContentContext(ARROW_NAME,n).isInside?null:jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME,Provider=TooltipProvider,Root3=Tooltip$1,Trigger=TooltipTrigger,Portal=TooltipPortal,Content2=TooltipContent,Arrow2=TooltipArrow,styles$1_content="Tooltip-modules_content__--tK0",styles$1_tooltipTrigger="Tooltip-modules_tooltipTrigger__-SmeR",styles$1_arrow="Tooltip-modules_arrow__4vjj8",styles={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 variantMapper={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"};style$2_triggerButton="UploadMenu-modules_triggerButton__TnM4-",style$2_triggerButtonIcon="UploadMenu-modules_triggerButtonIcon__j-eLU",style$2_menuContent="UploadMenu-modules_menuContent__hPJib",style$2_menuItem="UploadMenu-modules_menuItem__XOxMt",style$2_menuItemDisabled="UploadMenu-modules_menuItemDisabled__QmNk4";const DEFAULT_SIDE_OFFSET=4,UploadMenu=React.memo(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:a,onOpen:r,portalContainer:s,sideOffset:i=DEFAULT_SIDE_OFFSET,triggerButton:c=null,triggerButtonClass:l=""}=e,[u,d]=React.useState(n||!1),p=Boolean(c),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),g=Boolean(m.length);return React.useEffect(()=>{d(n)},[n]),React.createElement("div",{className:cn("demio-ui-upload-menu"),"data-testid":"upload-menu"},g&&React.createElement(DropdownMenuRoot,{open:u,onOpenChange:e=>{d(e),r&&r(e)}},React.createElement(DropdownMenuTrigger,{className:cn("demio-ui-upload-menu-trigger-button",style$2_triggerButton,l),"data-testid":"upload-menu-trigger-button"},p&&c,!p&&React.createElement(SvgDots,{className:cn("demio-ui-upload-menu-default-trigger-button",style$2_triggerButtonIcon),"data-testid":"upload-menu-default-trigger-button",width:16})),React.createElement(DropdownMenuPortal,{container:s instanceof Element?s:void 0},React.createElement(DropdownMenuContent,{align:t,className:cn("demio-ui-upload-menu-content",style$2_menuContent),"data-testid":"upload-menu-content",onInteractOutside:e=>{e?.preventDefault(),d(!1),a?.()},sideOffset:i},m.map(({className:e,icon:t,isDisabled:n,text:o},a)=>React.createElement(DropdownMenuItem,{className:cn("demio-ui-upload-menu-item",style$2_menuItem,{[style$2_menuItemDisabled]:n},e),"data-testid":`upload-menu-item-${a}`,disabled:n,key:`upload-menu-item-key-${a}`,onSelect:n?void 0:e=>((e,t)=>{m[t]&&m[t].onSelect&&m[t].onSelect(e,{itemNumber:t})})(e,a)},t,o))))))});style$1_root="UploadProgressPreview-modules_root__9StJo",style$1_image="UploadProgressPreview-modules_image__OMRPt",style$1_row="UploadProgressPreview-modules_row__KkHVU",style$1_iconContainer="UploadProgressPreview-modules_iconContainer__Ktq69",style$1_icon="UploadProgressPreview-modules_icon__z5MfW",style$1_percent="UploadProgressPreview-modules_percent__VVNJt",style$1_fileData="UploadProgressPreview-modules_fileData__hhid5",style$1_isUploadMode="UploadProgressPreview-modules_isUploadMode__M13Qp",style$1_noMenu="UploadProgressPreview-modules_noMenu__Kyn3S",style$1_fileName="UploadProgressPreview-modules_fileName__i-Dl-",style$1_duration="UploadProgressPreview-modules_duration__HRRaa";const UploadProgressPreview=React.memo(({className:e="",fileName:t="",fileInfo:n="",imageSrc:o="",imageTitle:a="",isUpload:r=!1,menu:s=[],percent:i})=>{const c=Boolean(s.length),l=r||"number"==typeof i&&i<100,u=s.filter(e=>e?.isPreviewOnly),d=s.filter(e=>e?.isProgressOnly);return React.createElement("div",{className:cn("demio-ui-upload-progress-preview",style$1_root,e),"data-testid":"upload-progress-preview"},o&&!l&&React.createElement("img",{alt:a,className:cn("demio-ui-upload-progress-preview-image",style$1_image),"data-testid":"upload-progress-preview-image",title:a,src:o}),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-row",style$1_row),"data-testid":"upload-progress-preview-row"},l&&React.createElement(React.Fragment,null,React.createElement("div",{className:cn("demio-ui-upload-progress-preview-progress-icon-container",style$1_iconContainer),"data-testid":"upload-progress-preview-progress-icon-container"},React.createElement(SvgProgress,{className:cn("demio-ui-upload-progress-preview-progress-icon",style$1_icon),"data-testid":"upload-progress-preview-progress-icon"})),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-progress-percentage",style$1_percent),"data-testid":"upload-progress-preview-progress-percentage"},i,"%")),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-data",style$1_fileData,{[style$1_noMenu]:!c,[style$1_isUploadMode]:l}),"data-testid":"upload-progress-preview-file-data"},t&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-name",style$1_fileName),"data-testid":"upload-progress-preview-file-name"},t),n&&!l&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-info",style$1_duration),"data-testid":"upload-progress-preview-file-info"},n)),c&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-menu",{isProgressOnly:l,isPreviewOnly:!l}),"data-testid":"upload-progress-preview-menu"},React.createElement(UploadMenu,{menu:l?d:u}))))});style_root="Upload-modules_root__DE-cj",style_croppedImageContainer="Upload-modules_croppedImageContainer__tPNFg",style_croppedImageWrapper="Upload-modules_croppedImageWrapper__H1aDd",style_croppedImage="Upload-modules_croppedImage__5pBYs",style_uploadLabel="Upload-modules_uploadLabel__aWGAb",style_uploadInput="Upload-modules_uploadInput__Bq7Fp",style_icon="Upload-modules_icon__pmGlQ",style_header="Upload-modules_header__adz5V",style_text="Upload-modules_text__PS7SI",style_uploadTextFormat="Upload-modules_uploadTextFormat__IGVKt",style_modalContent="Upload-modules_modalContent__tfbd6",style_modalBody="Upload-modules_modalBody__q-3hj",style_modalFooter="Upload-modules_modalFooter__jFAuB";const Upload=React.forwardRef((e,t)=>{const{acceptableFileTypes:n="",children:o=null,className:a="",customIcon:r=null,customHeader:s="Upload Media",customText:i=null,cropAspectRatio:c=1,error:l="",fileSizeMbLimit:u=3,minHeightLimit:d=0,minWidthLimit:p=0,errorDimension:m=`Minimum required dimensions are ${p}x${d}.`,errorSize:g=`Exceeds maximum size limit of ${u} MB.`,errorType:_="File type is not supported.",isCropAllowed:f=!1,isDimensionValidationEnabled:h=!0,isSizeValidationEnabled:v=!0,isValidationEnabled:b=!0,menu:R=[],onUpload:x,onCropCancel:y,onCropOk:C,onCropComplete:S,onCropChange:E,onDrop:I,onReadFileError:w,onReadFileProgress:A,onReadFileStart:$,onReadFileSuccess:M,onZoomChange:N,previewFileInfo:T="",previewFileName:O="",previewImage:P="",previewImageTitle:D="",uploadPercent:j}=e,[B,L]=React.useState(null),[G,V]=React.useState(""),[k,F]=React.useState(!1),[H,W]=React.useState(!1),[z,X]=React.useState(""),[q,Z]=React.useState(null),[U,Y]=React.useState(void 0),{croppedImageURL:J}=useCroppedImage(G,B),{validate:K}=useFileValidation({acceptableFileTypes:n,fileSizeMbLimit:u,isDimensionValidationEnabled:h,isSizeValidationEnabled:v,isValidationEnabled:b,minHeightLimit:d,minWidthLimit:p}),Q="number"==typeof U,ee=n.replaceAll(",","").toLowerCase()||"",te=q?.name||"",ne=Boolean(J),oe=isImage(q),ae=n&&n.length>0,re=async(e=null)=>{if(!(e instanceof File))return;const t=await(async e=>{const t=URL.createObjectURL(e)||"",{isFileValid:n,isFileDimensionValid:o,isFileSizeValid:a,isFileTypeValid:r}=await K(e);n?(V(t),Z(e)):ie();const s=(ae&&!r?_:"")||(v&&!a?g:"")||(h&&!o?m:"");return Y(s?void 0:0),X(b&&!n&&s||l),n})(e);if(t){x?.(e);try{const t=new FileReader;$?.(e),t.onprogress=t=>{if(t.lengthComputable){const n=Math.floor(Number(t.loaded/t.total*100));A?.(n,e)}},t.onload=()=>{M?.(t.result,e)},t.onerror=()=>{Y(void 0),w?.(t.error,e)},t.readAsDataURL(e)}catch(l){X("Something went wrong while reading File"),Y(void 0),w?.(l,e)}}},se=()=>{V(""),F(!1),W(!1),X(""),Z(null),Y(void 0)},ie=()=>{se(),y&&y()},ce=R.filter(e=>Boolean(e)).map((e,t)=>({...e,onSelect:e=>((e,t)=>{R[t]&&("cancel"===R[t].action?.toLowerCase()&&se(),R[t].onSelect&&R[t].onSelect(e,{itemNumber:t,croppedImageURL:J,setFileUrl:V,cancelUpload:se}))})(e,t)})),le=ce.filter(e=>e.isPreviewOnly||e.isProgressOnly),ue=ce.filter(e=>!(e.isProgressOnly||e.isPreviewOnly));return React.useImperativeHandle(t,()=>({cancelUpload:se,setUploadProgress:Y,setUploadError:X})),React.useEffect(()=>{f&&oe&&W(!0)},[f,oe]),React.useEffect(()=>{ne||Z(null)},[ne]),React.useEffect(()=>{H||F(ne)},[ne,H]),React.useEffect(()=>{X(l)},[l]),React.useEffect(()=>{Y(j)},[j]),React.useEffect(()=>{se()},[n,u]),React.createElement("div",{className:cn("demio-ui-upload-root",style_root,a),"data-testid":"upload-root"},z&&React.createElement(Note,{children:z}),Q&&React.createElement(UploadProgressPreview,{fileName:te||O,fileInfo:T,imageSrc:P,imageTitle:D,menu:le,percent:U}),!Q&&React.createElement(DnDArea,{...e,error:z,isValidationEnabled:!1,onDrop:async(e,t)=>{await re(t),I&&I(e,t)}},k&&React.createElement("div",{className:cn("demio-ui-upload-cropped-image-container",style_croppedImageContainer),"data-testid":"upload-cropped-image-container"},React.createElement("div",{className:cn("demio-ui-upload-cropped-image-wrapper",style_croppedImageWrapper),"data-testid":"upload-cropped-image-wrapper"},React.createElement("img",{alt:"Cropped image",className:cn("demio-ui-upload-cropped-image",style_croppedImage),"data-testid":"upload-cropped-image",src:J})),React.createElement("div",{className:cn("demio-ui-upload-menu"),"data-testid":"upload-menu"},React.createElement(UploadMenu,{menu:ue}))),!k&&React.createElement("label",{className:cn("demio-ui-upload-label",style_uploadLabel),"data-testid":"upload-label",htmlFor:"file"},React.createElement("input",{accept:n,className:cn("demio-ui-upload-input",style_uploadInput),"data-testid":"upload-input",id:"file",name:"file",onChange:async e=>{const t=e?.target?.files?.[0]||null;await re(t)},type:"file"}),o,!o&&React.createElement(React.Fragment,null,r||React.createElement(SvgPlus,{className:cn("demio-ui-upload-icon",style_icon),"data-testid":"upload-icon"}),s&&React.createElement("div",{className:cn("demio-ui-upload-header",style_header),"data-testid":"upload-header"},s),React.createElement("div",{className:cn("demio-ui-upload-text",style_text),"data-testid":"upload-text"},i||React.createElement(React.Fragment,null,React.createElement("strong",{className:cn("demio-ui-upload-text-format",style_uploadTextFormat),"data-testid":"upload-text-format"},ee)," ","up to ",React.createElement("strong",null,u," MB")))))),H&&oe&&f&&React.createElement(Modal,{contentClassName:style_modalContent,open:!0,isClosable:!1,onOpenChange:()=>W(!1),title:"Crop & Upload Profile Picture"},React.createElement("div",{className:cn("demio-ui-upload-crop-modal-body",style_modalBody),"data-testid":"upload-crop-modal-body"},!!G&&React.createElement(Crop,{aspect:c,image:G,onCropChange:E,onCropComplete:(e,t)=>{L(t),S&&S(e,t)},onZoomChange:N})),React.createElement("div",{className:cn("demio-ui-upload-crop-modal-footer",style_modalFooter),"data-testid":"upload-crop-modal-footer"},React.createElement(Button$1,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:ie,variant:"secondary"},"no, never mind"),React.createElement(Button$1,{className:"demio-ui-upload-crop-modal-btn-ok","data-testid":"upload-crop-modal-btn-ok",onClick:()=>{F(!0),W(!1),C&&C(J)}},"crop image"))))});exports.AddIcon=SvgAdd,exports.Alert=function({className:e="",open:t,actionText:n="OK",onActionClick:o,cancelText:a="Cancel",onCancelClick:r,title:s,description:i="",showLoader:c=!1,isOkDisabled:l=!1,actionButtonType:u="danger",maxWidth:d="540px",onClose:p,isCloseButtonVisible:m=!0,...g}){return React.createElement(Root2$6,{open:t,...g},React.createElement(Portal2$1,null,React.createElement(Overlay2,{className:cn("demio-ui-alert__overlay",styles$p_overlay)}),React.createElement(Content2$5,{className:cn("demio-ui-alert",styles$p_content,e),style:{maxWidth:d}},m&&React.createElement("button",{className:cn("demio-ui-alert__close-button",styles$p_close),onClick:p||r,"data-testid":"close-button"},React.createElement(SvgClose,null)),React.createElement(Title2,{className:cn("demio-ui-alert__title",styles$p_title)},s),i&&React.createElement(Description2,{className:cn("demio-ui-alert__description",styles$p_description)},i),React.createElement("div",{className:cn("demio-ui-alert__action-buttons",styles$p_buttons)},React.createElement(Cancel,{asChild:!0},React.createElement(Button$1,{onClick:r,variant:"outline"},a)),React.createElement(Action,{asChild:!0},React.createElement(Button$1,{onClick:o,disabled:l,variant:u,showLoader:c},n))))))},exports.AlertIcon=SvgAlert,exports.ArrowDownIcon=SvgKeyboardArrowDown,exports.ArrowLeftDoubleIcon=SvgArrowLeftDouble,exports.ArrowLeftIcon=SvgArrowLeft,exports.ArrowLeftSingleIcon=SvgArrowLeftSingle,exports.AtIcon=SvgAt,exports.Avatar=({src:e="",size:t=32,userName:n="",alt:o="",className:a="",fallbackDelay:r=600})=>{const s=AVATAR_SIZES.includes(t)?styles$o[`size${t}`]:styles$o.size32,i=String(n).slice(0,1)||"";return React.createElement("div",{className:cn(s,"demio-ui-avatar",a)},React.createElement(Root$7,{className:cn(styles$o.avatarRoot,"demio-ui-avatar-root")},React.createElement(Image$1,{className:cn(styles$o.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),React.createElement(Fallback,{className:cn(styles$o.avatarFallback,"demio-ui-avatar-fallback"),delayMs:r},i||React.createElement(SvgPerson,null))))},exports.Badge=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:a="green"})=>React.createElement("div",{className:cn(styles$n.badge,styles$n[o],styles$n[a],"demio-ui-badge",e)},t&&React.createElement("div",{className:cn(styles$n.icon,"demio-ui-badge-icon")},t),React.createElement("p",{className:cn(styles$n.title,"demio-ui-badge-title")},n)),exports.BarChartIcon=SvgBarChart,exports.BlockIcon=SvgBlock,exports.BlurOnIcon=SvgBlurOn,exports.Button=Button$1,exports.ButtonNew=Button,exports.CachedIcon=SvgCached,exports.CalendarIcon=SvgCalendar,exports.CameraIcon=SvgCamera,exports.CameraOutlinedIcon=SvgCameraOutlined,exports.Card=Card,exports.ChatDisabledIcon=SvgChatDisabled,exports.ChatDisabledOldIcon=SvgChatDisabledOld,exports.ChatIcon=SvgChatIcon,exports.CheckCircleIcon=SvgCheckCircle,exports.CheckCircleSolidIcon=SvgCheckCircleSolid,exports.CheckIcon=SvgCheck,exports.Checkbox=Checkbox,exports.CheckboxIcon=SvgCheckbox,exports.ClockIcon=SvgClock,exports.CloseIcon=SvgClose,exports.CompressIcon=SvgCompress,exports.CopyIcon=SvgCopy,exports.CopyLinkInput=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...a})=>{const[r,s]=React.useState(!1),i=React.useRef(null),c=React.useRef(null),l=React.useCallback(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(err){console.error("Could not copy text: ",err)}})(e),s(!0),i.current=setTimeout(()=>{s(!1)},2e3)},[e]);return React.useEffect(()=>()=>{i.current&&clearTimeout(i.current)},[]),React.createElement("div",{className:cn(styles$g_root,t)},React.createElement(Input$2,{className:styles$g_input,readOnly:!0,id:o,ref:c,value:e,hint:r?n:"",inputWrapperClass:styles$g_inputWrapper,endAdornment:React.createElement(CopyButton,{onCopy:l}),required:!0,onFocus:e=>{l(),a.onFocus&&a.onFocus(e)},...a}))},exports.Crop=Crop,exports.CustomizeIcon=SvgCustomize,exports.DeleteIcon=SvgDelete,exports.DnDArea=DnDArea,exports.DotsIcon=SvgDots,exports.DownloadAllIcon=SvgDownloadAll,exports.DownloadIcon=SvgDownload,exports.Drawer=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:a=null,toggleDrawer:r=()=>{},align:s="right",isClosable:i=!0})=>React.createElement(React.Fragment,null,t&&React.createElement("div",{className:cn(styles$e.drawer,"demio-ui-drawer",n)},React.createElement(Modal,{isClosable:i,open:t,overlayClassName:styles$e.overlay,contentClassName:cn(styles$e.content,{[styles$e.alignRight]:"right"===s,[styles$e.alignLeft]:"left"===s}),onOpenChange:r,isCloseButtonVisible:o},a&&React.createElement("div",{className:cn(styles$e.header,"demio-ui-drawer-header")},a),e&&React.createElement("div",{className:cn(styles$e.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),exports.DropdownItem=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:a=!1,onSelect:r,...s})=>{const i=cn(styles$d_item,"demio-ui-dropdown-item",{[t]:t,[styles$d_warning]:n,"demio-ui-dropdown-label":o,[styles$d_label]:o});return o?React.createElement(Label2,{className:i,...s},e):React.createElement(Item2$1,{className:i,disabled:a,onSelect:r,...s},e)},exports.DropdownMenuContent=DropdownMenuContent,exports.DropdownMenuGroup=DropdownMenuGroup,exports.DropdownMenuItem=DropdownMenuItem,exports.DropdownMenuLabel=DropdownMenuLabel,exports.DropdownMenuPortal=DropdownMenuPortal,exports.DropdownMenuRoot=DropdownMenuRoot,exports.DropdownMenuSeparator=DropdownMenuSeparator,exports.DropdownMenuTrigger=DropdownMenuTrigger,exports.EditIcon=SvgEdit,exports.EditSectionIcon=SvgEditSection,exports.ElectricBoltIcon=SvgElectricBolt,exports.EmailIcon=SvgEmail,exports.EmptyBasketIcon=SvgEmptyBasket,exports.EventDetailsIcon=SvgEventDetails,exports.EventRepeatIcon=SvgEventRepeat,exports.ExclamationIcon=SvgExclamation,exports.ExpandIcon=SvgExpand,exports.ExternalLinkIcon=SvgExternalLink,exports.EyeSolidIcon=SvgEyeSolid,exports.FacebookIcon=SvgFacebook,exports.FacebookSquaredIcon=SvgFacebookSquared,exports.FeatureActionIcon=SvgFeatureAction,exports.FileIcon=SvgFile,exports.FilterListIcon=SvgFilterList,exports.FlipCameraIcon=SvgFlipCamera,exports.FormGroup=function({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:a}){return React.createElement("div",{className:cn("demio-ui-form-group",styles$c.formGroup,a,{[styles$c.horizontal]:"horizontal"===t,[styles$c.vertical]:"vertical"===t,[styles$c[n]]:!!n,[styles$c[`${o}AlignItems`]]:!!o})},e)},exports.GearIcon=SvgGear,exports.HelpIcon=SvgHelp,exports.HelpSolidIcon=SvgHelpSolid,exports.InfoBanner=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:a=null,title:r=null})=>React.createElement("div",{className:cn(styles$b_infoBanner,"demio-ui-info-banner",t)},React.createElement("div",{className:cn(styles$b_infoBannerWrapper,"demio-ui-info-banner-wrapper")},o&&React.createElement("div",{className:cn(styles$b_iconWrapper,"demio-ui-info-banner-iconWrapper")},n||React.createElement(SvgRocket,null)),e||React.createElement("div",{className:cn(styles$b_contentWrapper,"demio-ui-info-banner-contentWrapper")},r&&React.createElement("span",{className:cn(styles$b_title,"demio-ui-info-banner-title")},r),a&&React.createElement("span",{className:"demio-ui-info-banner-text"},a)))),exports.InfoCircleIcon=SvgInfoCircle,exports.InfoCircleSolidIcon=SvgInfoCircleSolid,exports.InfoIcon=SvgInfo,exports.InfoSolidIcon=SvgInfo1,exports.Input=Input$2,exports.InputHint=InputHint,exports.InsightsIcon=SvgInsights,exports.ItemsIcon=SvgItems,exports.Label=Label$1,exports.LinkedInIcon=SvgLinkedin,exports.LinkedInSquaredIcon=SvgLinkedinSquared,exports.ListIcon=SvgList,exports.Loader=Loader,exports.LocationIcon=SvgLocation,exports.LockIcon=SvgLock,exports.MagicIcon=SvgMagic,exports.MailIcon=SvgMail,exports.MaterialIcon=SvgMaterial,exports.MaterialsIcon=SvgMaterials,exports.MicBoldIcon=SvgMicBold,exports.MicOffIcon=SvgMicOff1,exports.MicOffSolidIcon=SvgMicOff,exports.MicOnSolidIcon=SvgMic1,exports.MicOutlinedIcon=SvgMicOutlined,exports.MobileDeviceIcon=SvgMobileDevice,exports.Modal=Modal,exports.ModalScrollable=ModalScrollable,exports.MultiSelect=MultiSelect,exports.Note=Note,exports.OnDemanIcon=SvgOnDemand,exports.OutStageIcon=SvgOutStage,exports.Pagination=Pagination,exports.PasswordEyeCrossedIcon=SvgPasswordEyeCrossed,exports.PasswordEyeIcon=SvgPasswordEye,exports.PastSessionIcon=SvgPastSession,exports.PeopleCommunityIcon=SvgPeopleCommunity,exports.PeopleIcon=SvgPeople,exports.Person=SvgPerson,exports.PersonCardIcon=SvgPersonCard,exports.PersonCheckIcon=SvgPersonCheck,exports.PersonCrossedIcon=SvgPersonCrossed,exports.PersonDeleteIcon=SvgPersonDelete,exports.PersonIcon=SvgPerson,exports.PersonPlusIcon=SvgPersonPlus,exports.PlayCircleIcon=SvgPlayCircle,exports.PlayIcon=SvgPlay,exports.PlusIcon=SvgPlus,exports.PollIcon=SvgPoll,exports.Popover=Popover,exports.PopoverContent=Content2$2,exports.PopoverPortal=Portal$2,exports.PopoverRoot=Root2$3,exports.PopoverTooltip=function({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:a,container:r,content:s,side:i="top",sideOffset:c=4,...l}){return"ontouchstart"in window||navigator.maxTouchPoints>0?React.createElement(Popover,{content:s,contentProps:{side:i,align:e,sideOffset:c,alignOffset:t,collisionBoundary:a},...l,showArrow:!0,asChild:!0,container:r,contentClassName:cn(styles$1_content,o,"demio-ui-tooltip")},n):React.createElement(Tooltip,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:a,container:r,content:s,side:i,sideOffset:c,...l})},exports.PopoverTrigger=Trigger$3,exports.PresentationIcon=SvgPresentation,exports.Progress=function({max:e=100,progress:t=0,className:n="",...o}){const a=t>e?"100%":t/e*100+"%";return React.createElement(Root$2,{className:cn("demio-ui-progress",styles$7_root,{className:!!n}),value:t>e?e:t,max:e,...o},React.createElement(Indicator$1,{className:styles$7_indicator,style:{width:a}}))},exports.ProgressIcon=SvgProgress,exports.RadioGroup=function({items:e=[],error:t="",defaultValue:n="",ariaLabel:o="",hint:a="",onChange:r,disabled:s=!1,value:i="",className:c="",...l}){const u=r?{value:i,onValueChange:r}:{};return React.createElement(Root2$2,{...u,...l,className:cn("demio-ui-radio-group",styles$6.root,{[styles$6.error]:!!t,[c]:!!c}),defaultValue:n,"aria-label":o},e.map(e=>React.createElement("div",{key:e.id,className:cn(styles$6.container,{[styles$6.disabled]:e.disabled||s})},React.createElement(Item2,{className:styles$6.item,value:e.value,disabled:e.disabled||s,id:e.id},React.createElement(Indicator,{className:styles$6.indicator})),React.createElement(Label$1,{className:styles$6.label,htmlFor:e.id,weight:"regular"},e.label))),React.createElement("div",{className:styles$6.footer},t&&React.createElement(InputHint,{type:"error"},t),a&&!t&&React.createElement(InputHint,null,a)))},exports.RadioIcon=SvgRadio,exports.ReplaceIcon=SvgReplace,exports.ReplayDisabledIcon=SvgReplayDisabled,exports.RestartIcon=SvgRestart,exports.RestreamingDisabledIcon=SvgRestreamingDisabled,exports.RestreamingIcon=SvgRestreaming,exports.RocketIcon=SvgRocket,exports.ScreenPersonIcon=SvgScreenPerson,exports.ScreenShareIcon=SvgScreenSharing,exports.ScreenShareWindowIcon=SvgScreenScareWindows,exports.ScrollableModal=ModalScrollable,exports.SearchIcon=SvgSearch,exports.Select=Select,exports.SelectItem=SelectItem,exports.SelectItemText=SelectItemText,exports.SeriesTypeIcon=SvgSeriesType,exports.SessionTimeIcon=SvgSessionTime,exports.ShieldIcon=SvgShield,exports.SideBarIcon=SvgSidebar,exports.Slider=SliderDemo,exports.SmileIcon=SvgSmile,exports.SmileSolidIcon=SvgSmileSolid,exports.SpotlightIcon=SvgSpotlight,exports.StackedEmailIcon=SvgStackedEmail,exports.StageIcon=SvgStage,exports.StandardTypeIcon=SvgStandardType,exports.Switch=function({className:e="",id:t="",disabled:n=!1,required:o=!1,name:a,...r}){return React.createElement(Root,{className:cn(styles$4_root,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:a,id:t||a,...r},React.createElement(Thumb,{className:styles$4_thumb}))},exports.SyncIcon=SvgSync,exports.Tab=function({children:e,className:t="",...n}){return React.createElement(Trigger$1,{...n,className:cn(styles$3_tab,{[t]:t})},e)},exports.TabsContent=function({children:e,value:t,className:n=""}){return React.createElement(Content,{value:t,className:cn(styles$3_content,"demio-ui-tabs-tab",{[n]:n})},e)},exports.TabsList=function({children:e,className:t=""}){return React.createElement(List,{className:cn(styles$3_list,"demio-ui-tabs-list",{[t]:t})},e)},exports.TabsRoot=function({children:e,className:t="",...n}){return React.createElement(Root2,{...n,className:cn(styles$3_root,"demio-ui-tabs",{[t]:t})},e)},exports.Tag=function({children:e,onDelete:t=null,className:n=""}){return React.createElement("div",{className:cn(styles$2_default,"demio-ui-tag-container",n)},e,Boolean(t)&&React.createElement("button",{type:"button",onClick:t,className:cn(styles$2_deleteButton,"demio-ui-tag-delete-button")},React.createElement(SvgClose,null)))},exports.TimesCircleIcon=SvgTimesCircle,exports.Toast=Toast,exports.TodayIcon=SvgToday,exports.Tooltip=Tooltip,exports.TrashIcon=SvgTrash,exports.TrendingDownIcon=SvgTrendingDown,exports.TrendingUpIcon=SvgTrendingUp,exports.Typography=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:a="regular",title:r="",variant:s="b1",...i})=>{const c=e;return React.createElement(c,{title:r,className:cn(styles.default,styles[variantMapper[s]],styles[t],styles[a],"demio-ui-typography-element",`typography-${s}`,n),...i},o)},exports.UndoIcon=SvgUndo,exports.UnverifiedIcon=SvgUnverified,exports.UpcomingSessionIcon=SvgUpcomingSession,exports.Upload=Upload,exports.UploadIcon=SvgUpload,exports.UploadMenu=UploadMenu,exports.UploadProgressPreview=UploadProgressPreview,exports.VerifiedIcon=SvgVerified,exports.VideoCamOnIcon=SvgVideocam,exports.VideoCamOnSolidIcon=SvgVideocam1,exports.VolumeOffIcon=SvgVolumeOff1,exports.VolumeUpSolidIcon=SvgVolumeUp,exports.WarningIcon=SvgWarning,exports.WarningSolidIcon=SvgWarning1,exports.YoutubeIcon=SvgYoutube,exports.YoutubeSquaredIcon=SvgYoutubeSquared,exports.createImage=createImage,exports.getCroppedImageURL=getCroppedImageURL,exports.getFileExtension=getFileExtension,exports.getFileMimeType=getFileMimeType,exports.getRadianAngle=getRadianAngle,exports.icons=index$2,exports.isExtensionMatchingMimeType=isExtensionMatchingMimeType,exports.isImage=isImage,exports.isValidFileDimension=isValidFileDimension,exports.isValidFileSize=isValidFileSize,exports.isValidFileType=isValidFileType,exports.isVideo=(e=null)=>e instanceof File&&e.type.startsWith("video/"),exports.mimeTypeMap=mimeTypeMap,exports.rotateSize=rotateSize,exports.toast=toast,exports.useCroppedImage=useCroppedImage,exports.useFileValidation=useFileValidation;
|
|
1
|
+
"use strict";function _interopNamespaceDefault(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(n){if("default"!==n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}}),t.default=e,Object.freeze(t)}function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getDefaultExportFromNamespaceIfPresent(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function requireClassnames(){return hasRequiredClassnames||(hasRequiredClassnames=1,e=classnames,function(){function t(){var e,t,a="";for(e=0;e<arguments.length;e++)(t=arguments[e])&&(a=o(a,n(t)));return a}function n(e){var n,r;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(r in n="",e)a.call(e,r)&&e[r]&&(n=o(n,r));return n}function o(e,t){return t?e?e+" "+t:e+t:e}var a={}.hasOwnProperty;e.exports?(t.default=t,e.exports=t):window.classNames=t}()),classnames.exports;var e}function createContextScope$2(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o),r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes$2(o,...t)]}function composeContextScopes$2(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function setRef(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function composeRefs(...e){return t=>{let n=!1;const o=e.map(e=>{const o=setRef(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():setRef(e[t],null)}}}}function useComposedRefs(...e){return React__namespace.useCallback(composeRefs(...e),e)}function composeEventHandlers(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e?.(o),!1===n||!o.defaultPrevented)return t?.(o)}}function useId(e){const[t,n]=React__namespace.useState(useReactId());return useLayoutEffect2(()=>{n(e=>e??String(count$1++))},[e]),e||(t?`radix-${t}`:"")}function useControllableState({prop:e,defaultProp:t,onChange:n=()=>{},caller:o}){const[a,r,s]=function({defaultProp:e,onChange:t}){const[n,o]=React__namespace.useState(e),a=React__namespace.useRef(n),r=React__namespace.useRef(t);return useInsertionEffect$1(()=>{r.current=t},[t]),React__namespace.useEffect(()=>{a.current!==n&&(r.current?.(n),a.current=n)},[n,a]),[n,o,r]}({defaultProp:t,onChange:n}),i=void 0!==e,c=i?e:a;{const t=React__namespace.useRef(void 0!==e);React__namespace.useEffect(()=>{const e=t.current;if(e!==i){const t=e?"controlled":"uncontrolled",n=i?"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=i},[i,o])}const l=React__namespace.useCallback(t=>{if(i){const n=function(e){return"function"==typeof e}(t)?t(e):t;n!==e&&s.current?.(n)}else r(t)},[i,e,r,s]);return[c,l]}function createSlot$3(e){const t=createSlotClone$3(e),n=React__namespace.forwardRef((e,n)=>{const{children:o,...a}=e,r=React__namespace.Children.toArray(o),s=r.find(isSlottable$3);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}function createSlotClone$3(e){const t=React__namespace.forwardRef((e,t)=>{const{children:n,...o}=e;if(React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function createSlottable(e){const t=({children:e})=>jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});return t.displayName=`${e}.Slottable`,t.__radixId=SLOTTABLE_IDENTIFIER$3,t}function isSlottable$3(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$3}function dispatchDiscreteCustomEvent(e,t){e&&ReactDOM__namespace.flushSync(()=>e.dispatchEvent(t))}function useCallbackRef$1(e){const t=React__namespace.useRef(e);return React__namespace.useEffect(()=>{t.current=e}),React__namespace.useMemo(()=>(...e)=>t.current?.(...e),[])}function dispatchUpdate(){const e=new CustomEvent(CONTEXT_UPDATE);document.dispatchEvent(e)}function handleAndDispatchCustomEvent(e,t,n,{discrete:o}){const a=n.originalEvent.target,r=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&a.addEventListener(e,t,{once:!0}),o?dispatchDiscreteCustomEvent(a,r):a.dispatchEvent(r)}function getTabbableCandidates(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 findVisible(e,t){for(const n of e)if(!isHidden(n,{upTo:t}))return n}function isHidden(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 focus(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 arrayRemove(e,t){const n=[...e],o=n.indexOf(t);return-1!==o&&n.splice(o,1),n}function usePresence(e){const[t,n]=React__namespace.useState(),o=React__namespace.useRef(null),a=React__namespace.useRef(e),r=React__namespace.useRef("none"),s=e?"mounted":"unmounted",[i,c]=function(e,t){return React__namespace.useReducer((e,n)=>t[e][n]??e,e)}(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return React__namespace.useEffect(()=>{const e=getAnimationName(o.current);r.current="mounted"===i?e:"none"},[i]),useLayoutEffect2(()=>{const t=o.current,n=a.current;if(n!==e){const o=r.current,s=getAnimationName(t);if(e)c("MOUNT");else if("none"===s||"none"===t?.display)c("UNMOUNT");else{c(n&&o!==s?"ANIMATION_OUT":"UNMOUNT")}a.current=e}},[e,c]),useLayoutEffect2(()=>{if(t){let e;const n=t.ownerDocument.defaultView??window,s=r=>{const s=getAnimationName(o.current).includes(CSS.escape(r.animationName));if(r.target===t&&s&&(c("ANIMATION_END"),!a.current)){const o=t.style.animationFillMode;t.style.animationFillMode="forwards",e=n.setTimeout(()=>{"forwards"===t.style.animationFillMode&&(t.style.animationFillMode=o)})}},i=e=>{e.target===t&&(r.current=getAnimationName(o.current))};return t.addEventListener("animationstart",i),t.addEventListener("animationcancel",s),t.addEventListener("animationend",s),()=>{n.clearTimeout(e),t.removeEventListener("animationstart",i),t.removeEventListener("animationcancel",s),t.removeEventListener("animationend",s)}}c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(i),ref:React__namespace.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}function getAnimationName(e){return e?.animationName||"none"}function useFocusGuards(){React__namespace.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??createFocusGuard()),document.body.insertAdjacentElement("beforeend",e[1]??createFocusGuard()),count++,()=>{1===count&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),count--}},[])}function createFocusGuard(){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 __rest(e,t){var n,o,a={};for(n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[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])&&(a[n[o]]=e[n[o]]);return a}function assignRef(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}function useMergeRefs(e,t){var n,o,a,r=(n=null,o=function(t){return e.forEach(function(e){return assignRef(e,t)})},(a=React.useState(function(){return{value:n,callback:o,facade:{get current(){return a.value},set current(e){var t=a.value;t!==e&&(a.value=e,a.callback(e,t))}}}})[0]).callback=o,a.facade);return useIsomorphicLayoutEffect(function(){var t,n,o,a=currentValues.get(r);a&&(t=new Set(a),n=new Set(e),o=r.current,t.forEach(function(e){n.has(e)||assignRef(e,null)}),n.forEach(function(e){t.has(e)||assignRef(e,o)})),currentValues.set(r,e)},[e]),r}function ItoI(e){return e}function getOutermostShadowParent(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}function getState$4(e){return e?"open":"closed"}function _extends$25(){return _extends$25=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$25.apply(null,arguments)}function Loader({size:e="medium",className:t="",inheritColor:n=!1}){return React.createElement("span",{className:cn("demio-ui-loader",styles$r.loader,{[styles$r[e]]:e,[styles$r.inheritColor]:n,[t]:t})})}function composeContextScopes$1(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function isLazyComponent$2(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE$2&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone$2(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent$2(n)&&"function"==typeof use$2&&(n=use$2(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable$2(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$2}function requireUseSyncExternalStoreShim_production(){function e(e){var t,o=e.getSnapshot;e=e.value;try{return t=o(),!n(e,t)}catch(a){return!0}}var t,n,o,a,r,s,i;return hasRequiredUseSyncExternalStoreShim_production||(hasRequiredUseSyncExternalStoreShim_production=1,t=require$$0,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,a=t.useEffect,r=t.useLayoutEffect,s=t.useDebugValue,i="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(t,n){var i=n(),c=o({inst:{value:i,getSnapshot:n}}),l=c[0].inst,u=c[1];return r(function(){l.value=i,l.getSnapshot=n,e(l)&&u({inst:l})},[t,i,n]),a(function(){return e(l)&&u({inst:l}),t(function(){e(l)&&u({inst:l})})},[t]),s(i),i},useSyncExternalStoreShim_production.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:i),useSyncExternalStoreShim_production}function requireUseSyncExternalStoreShim_development(){return hasRequiredUseSyncExternalStoreShim_development||(hasRequiredUseSyncExternalStoreShim_development=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(a){return!0}}"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=require$$0,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,a=t.useEffect,r=t.useLayoutEffect,s=t.useDebugValue,i=!1,c=!1,l="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(l,u){var d,p,m,g;return i||void 0===t.startTransition||(i=!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(),c||(p=u(),n(d,p)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),c=!0)),p=o({inst:{value:d,getSnapshot:u}}),m=p[0].inst,g=p[1],r(function(){m.value=d,m.getSnapshot=u,e(m)&&g({inst:m})},[l,d,u]),a(function(){return e(m)&&g({inst:m}),l(function(){e(m)&&g({inst:m})})},[l]),s(d),d};useSyncExternalStoreShim_development.useSyncExternalStore=void 0!==t.useSyncExternalStore?t.useSyncExternalStore:l,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),useSyncExternalStoreShim_development}function requireShim(){return hasRequiredShim||(hasRequiredShim=1,"production"===process.env.NODE_ENV?shim.exports=requireUseSyncExternalStoreShim_production():shim.exports=requireUseSyncExternalStoreShim_development()),shim.exports}function subscribe(){return()=>{}}function resolveLoadingStatus(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function useImageLoadingStatus(e,{referrerPolicy:t,crossOrigin:n}){const o=shimExports.useSyncExternalStore(subscribe,()=>!0,()=>!1),a=React__namespace.useRef(null),r=o?(a.current||(a.current=new window.Image),a.current):null,[s,i]=React__namespace.useState(()=>resolveLoadingStatus(r,e));return useLayoutEffect2(()=>{i(resolveLoadingStatus(r,e))},[r,e]),useLayoutEffect2(()=>{const e=e=>()=>{i(e)};if(!r)return;const o=e("loaded"),a=e("error");return r.addEventListener("load",o),r.addEventListener("error",a),t&&(r.referrerPolicy=t),"string"==typeof n&&(r.crossOrigin=n),()=>{r.removeEventListener("load",o),r.removeEventListener("error",a)}},[r,n,t]),s}function _extends$24(){return _extends$24=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$24.apply(null,arguments)}function _extends$23(){return _extends$23=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$23.apply(null,arguments)}function _extends$22(){return _extends$22=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$22.apply(null,arguments)}function _extends$21(){return _extends$21=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$21.apply(null,arguments)}function _extends$20(){return _extends$20=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$20.apply(null,arguments)}function _extends$1$(){return _extends$1$=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1$.apply(null,arguments)}function _extends$1_(){return _extends$1_=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1_.apply(null,arguments)}function _extends$1Z(){return _extends$1Z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Z.apply(null,arguments)}function _extends$1Y(){return _extends$1Y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Y.apply(null,arguments)}function _extends$1X(){return _extends$1X=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1X.apply(null,arguments)}function _extends$1W(){return _extends$1W=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1W.apply(null,arguments)}function _extends$1V(){return _extends$1V=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1V.apply(null,arguments)}function _extends$1U(){return _extends$1U=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1U.apply(null,arguments)}function _extends$1T(){return _extends$1T=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1T.apply(null,arguments)}function _extends$1S(){return _extends$1S=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1S.apply(null,arguments)}function _extends$1R(){return _extends$1R=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1R.apply(null,arguments)}function _extends$1Q(){return _extends$1Q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1Q.apply(null,arguments)}function _extends$1P(){return _extends$1P=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1P.apply(null,arguments)}function _extends$1O(){return _extends$1O=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1O.apply(null,arguments)}function _extends$1N(){return _extends$1N=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1N.apply(null,arguments)}function _extends$1M(){return _extends$1M=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1M.apply(null,arguments)}function _extends$1L(){return _extends$1L=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1L.apply(null,arguments)}function _extends$1K(){return _extends$1K=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1K.apply(null,arguments)}function _extends$1J(){return _extends$1J=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1J.apply(null,arguments)}function _extends$1I(){return _extends$1I=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1I.apply(null,arguments)}function _extends$1H(){return _extends$1H=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1H.apply(null,arguments)}function _extends$1G(){return _extends$1G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1G.apply(null,arguments)}function _extends$1F(){return _extends$1F=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1F.apply(null,arguments)}function _extends$1E(){return _extends$1E=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1E.apply(null,arguments)}function _extends$1D(){return _extends$1D=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1D.apply(null,arguments)}function _extends$1C(){return _extends$1C=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1C.apply(null,arguments)}function _extends$1B(){return _extends$1B=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1B.apply(null,arguments)}function _extends$1A(){return _extends$1A=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1A.apply(null,arguments)}function _extends$1z(){return _extends$1z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1z.apply(null,arguments)}function _extends$1y(){return _extends$1y=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1y.apply(null,arguments)}function _extends$1x(){return _extends$1x=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1x.apply(null,arguments)}function _extends$1w(){return _extends$1w=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1w.apply(null,arguments)}function _extends$1v(){return _extends$1v=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1v.apply(null,arguments)}function _extends$1u(){return _extends$1u=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1u.apply(null,arguments)}function _extends$1t(){return _extends$1t=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1t.apply(null,arguments)}function _extends$1s(){return _extends$1s=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1s.apply(null,arguments)}function _extends$1r(){return _extends$1r=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1r.apply(null,arguments)}function _extends$1q(){return _extends$1q=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1q.apply(null,arguments)}function _extends$1p(){return _extends$1p=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1p.apply(null,arguments)}function _extends$1o(){return _extends$1o=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1o.apply(null,arguments)}function _extends$1n(){return _extends$1n=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1n.apply(null,arguments)}function _extends$1m(){return _extends$1m=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1m.apply(null,arguments)}function _extends$1l(){return _extends$1l=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1l.apply(null,arguments)}function _extends$1k(){return _extends$1k=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1k.apply(null,arguments)}function _extends$1j(){return _extends$1j=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1j.apply(null,arguments)}function _extends$1i(){return _extends$1i=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1i.apply(null,arguments)}function _extends$1h(){return _extends$1h=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1h.apply(null,arguments)}function _extends$1g(){return _extends$1g=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1g.apply(null,arguments)}function _extends$1f(){return _extends$1f=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1f.apply(null,arguments)}function _extends$1e(){return _extends$1e=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1e.apply(null,arguments)}function _extends$1d(){return _extends$1d=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1d.apply(null,arguments)}function _extends$1c(){return _extends$1c=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1c.apply(null,arguments)}function _extends$1b(){return _extends$1b=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1b.apply(null,arguments)}function _extends$1a(){return _extends$1a=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1a.apply(null,arguments)}function _extends$19(){return _extends$19=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$19.apply(null,arguments)}function _extends$18(){return _extends$18=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$18.apply(null,arguments)}function _extends$17(){return _extends$17=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$17.apply(null,arguments)}function _extends$16(){return _extends$16=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$16.apply(null,arguments)}function _extends$15(){return _extends$15=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$15.apply(null,arguments)}function _extends$14(){return _extends$14=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$14.apply(null,arguments)}function _extends$13(){return _extends$13=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$13.apply(null,arguments)}function _extends$12(){return _extends$12=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$12.apply(null,arguments)}function _extends$11(){return _extends$11=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$11.apply(null,arguments)}function _extends$10(){return _extends$10=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$10.apply(null,arguments)}function _extends$$(){return _extends$$=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$$.apply(null,arguments)}function _extends$_(){return _extends$_=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$_.apply(null,arguments)}function _extends$Z(){return _extends$Z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$Z.apply(null,arguments)}function _extends$Y(){return _extends$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},_extends$Y.apply(null,arguments)}function _extends$X(){return _extends$X=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$X.apply(null,arguments)}function _extends$W(){return _extends$W=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$W.apply(null,arguments)}function _extends$V(){return _extends$V=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$V.apply(null,arguments)}function _extends$U(){return _extends$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},_extends$U.apply(null,arguments)}function _extends$T(){return _extends$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},_extends$T.apply(null,arguments)}function _extends$S(){return _extends$S=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$S.apply(null,arguments)}function _extends$R(){return _extends$R=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$R.apply(null,arguments)}function _extends$Q(){return _extends$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},_extends$Q.apply(null,arguments)}function _extends$P(){return _extends$P=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$P.apply(null,arguments)}function _extends$O(){return _extends$O=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$O.apply(null,arguments)}function _extends$N(){return _extends$N=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$N.apply(null,arguments)}function _extends$M(){return _extends$M=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$M.apply(null,arguments)}function _extends$L(){return _extends$L=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$L.apply(null,arguments)}function _extends$K(){return _extends$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},_extends$K.apply(null,arguments)}function _extends$J(){return _extends$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},_extends$J.apply(null,arguments)}function _extends$I(){return _extends$I=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$I.apply(null,arguments)}function _extends$H(){return _extends$H=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$H.apply(null,arguments)}function _extends$G(){return _extends$G=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$G.apply(null,arguments)}function _extends$F(){return _extends$F=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$F.apply(null,arguments)}function _extends$E(){return _extends$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},_extends$E.apply(null,arguments)}function _extends$D(){return _extends$D=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$D.apply(null,arguments)}function _extends$C(){return _extends$C=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$C.apply(null,arguments)}function _extends$B(){return _extends$B=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$B.apply(null,arguments)}function _extends$A(){return _extends$A=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$A.apply(null,arguments)}function _extends$z(){return _extends$z=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$z.apply(null,arguments)}function _extends$y(){return _extends$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},_extends$y.apply(null,arguments)}function _extends$x(){return _extends$x=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$x.apply(null,arguments)}function _extends$w(){return _extends$w=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$w.apply(null,arguments)}function _extends$v(){return _extends$v=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$v.apply(null,arguments)}function _extends$u(){return _extends$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},_extends$u.apply(null,arguments)}function _extends$t(){return _extends$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},_extends$t.apply(null,arguments)}function _extends$s(){return _extends$s=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$s.apply(null,arguments)}function _extends$r(){return _extends$r=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$r.apply(null,arguments)}function _extends$q(){return _extends$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},_extends$q.apply(null,arguments)}function _extends$p(){return _extends$p=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$p.apply(null,arguments)}function _extends$o(){return _extends$o=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$o.apply(null,arguments)}function _extends$n(){return _extends$n=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$n.apply(null,arguments)}function _extends$m(){return _extends$m=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$m.apply(null,arguments)}function _extends$l(){return _extends$l=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$l.apply(null,arguments)}function _extends$k(){return _extends$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},_extends$k.apply(null,arguments)}function _extends$j(){return _extends$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},_extends$j.apply(null,arguments)}function _extends$i(){return _extends$i=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$i.apply(null,arguments)}function _extends$h(){return _extends$h=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$h.apply(null,arguments)}function _extends$g(){return _extends$g=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$g.apply(null,arguments)}function _extends$f(){return _extends$f=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$f.apply(null,arguments)}function _extends$e(){return _extends$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},_extends$e.apply(null,arguments)}function _extends$d(){return _extends$d=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$d.apply(null,arguments)}function _extends$c(){return _extends$c=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$c.apply(null,arguments)}function _extends$b(){return _extends$b=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$b.apply(null,arguments)}function _extends$a(){return _extends$a=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$a.apply(null,arguments)}function _extends$9(){return _extends$9=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$9.apply(null,arguments)}function _extends$8(){return _extends$8=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$8.apply(null,arguments)}function _extends$7(){return _extends$7=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$7.apply(null,arguments)}function _extends$6(){return _extends$6=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$6.apply(null,arguments)}function _extends$5(){return _extends$5=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$5.apply(null,arguments)}function _extends$4(){return _extends$4=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$4.apply(null,arguments)}function _extends$3(){return _extends$3=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$3.apply(null,arguments)}function _extends$2(){return _extends$2=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$2.apply(null,arguments)}function _extends$1(){return _extends$1=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends$1.apply(null,arguments)}function usePrevious(e){const t=React__namespace.useRef({value:e,previous:e});return React__namespace.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}function useSize(e){const[t,n]=React__namespace.useState(void 0);return useLayoutEffect2(()=>{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 a,r;if("borderBoxSize"in o){const e=o.borderBoxSize,t=Array.isArray(e)?e[0]:e;a=t.inlineSize,r=t.blockSize}else a=e.offsetWidth,r=e.offsetHeight;n({width:a,height:r})});return t.observe(e,{box:"border-box"}),()=>t.unobserve(e)}n(void 0)},[e]),t}function CheckboxProvider(e){const{__scopeCheckbox:t,checked:n,children:o,defaultChecked:a,disabled:r,form:s,name:i,onCheckedChange:c,required:l,value:u="on",internal_do_not_use_render:d}=e,[p,m]=useControllableState({prop:n,defaultProp:a??!1,onChange:c,caller:CHECKBOX_NAME}),[g,_]=React__namespace.useState(null),[f,h]=React__namespace.useState(null),v=React__namespace.useRef(!1),b=!g||(!!s||!!g.closest("form")),R={checked:p,disabled:r,setChecked:m,control:g,setControl:_,name:i,form:s,value:u,hasConsumerStoppedPropagationRef:v,required:l,defaultChecked:!isIndeterminate$1(a)&&a,isFormControl:b,bubbleInput:f,setBubbleInput:h};return jsxRuntime.jsx(CheckboxProviderImpl,{scope:t,...R,children:isFunction(d)?d(R):o})}function isFunction(e){return"function"==typeof e}function isIndeterminate$1(e){return"indeterminate"===e}function getState$3(e){return isIndeterminate$1(e)?"indeterminate":e?"checked":"unchecked"}function isLazyComponent$1(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE$1&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone$1(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent$1(n)&&"function"==typeof use$1&&(n=use$1(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable$1(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER$1}function Label$1({htmlFor:e,children:t,className:n="",weight:o="regular"}){return React.createElement(Root$6,{htmlFor:e,className:cn("demio-ui-label",styles$k_label,[getWeightClass(o)],{[n]:!!n})},t)}function InputHint({children:e,type:t="hint",className:n=""}){return React.createElement("div",{className:cn("demio-ui-input-hint",styles$i_root,{[styles$i_error]:"error"===t,[n]:!!n}),"data-html":t},e)}function requireUserAgent_DEPRECATED(){function e(){var e,h,v,b,R;t||(t=!0,e=navigator.userAgent,h=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),v=/(Mac OS X)|(Windows)|(Linux)/.exec(e),m=/\b(iPhone|iP[ao]d)/.exec(e),g=/\b(iP[ao]d)/.exec(e),d=/Android/i.exec(e),_=/FBAN\/\w+;/i.exec(e),f=/Mobile/i.exec(e),p=!!/Win64/.exec(e),h?((n=h[1]?parseFloat(h[1]):h[5]?parseFloat(h[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode),b=/(?:Trident\/(\d+.\d+))/.exec(e),i=b?parseFloat(b[1])+4:n,o=h[2]?parseFloat(h[2]):NaN,a=h[3]?parseFloat(h[3]):NaN,(r=h[4]?parseFloat(h[4]):NaN)?(h=/(?:Chrome\/(\d+\.\d+))/.exec(e),s=h&&h[1]?parseFloat(h[1]):NaN):s=NaN):n=o=a=s=r=NaN,v?(v[1]?(R=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e),c=!R||parseFloat(R[1].replace("_","."))):c=!1,l=!!v[2],u=!!v[3]):c=l=u=!1)}var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h;return hasRequiredUserAgent_DEPRECATED?UserAgent_DEPRECATED_1:(hasRequiredUserAgent_DEPRECATED=1,t=!1,UserAgent_DEPRECATED_1=h={ie:function(){return e()||n},ieCompatibilityMode:function(){return e()||i>n},ie64:function(){return h.ie()&&p},firefox:function(){return e()||o},opera:function(){return e()||a},webkit:function(){return e()||r},safari:function(){return h.webkit()},chrome:function(){return e()||s},windows:function(){return e()||l},osx:function(){return e()||c},linux:function(){return e()||u},iphone:function(){return e()||m},mobile:function(){return e()||m||g||d||f},nativeApp:function(){return e()||_},android:function(){return e()||d},ipad:function(){return e()||g}})}function requireExecutionEnvironment(){var e,t;return hasRequiredExecutionEnvironment?ExecutionEnvironment_1:(hasRequiredExecutionEnvironment=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},ExecutionEnvironment_1=t)}function requireIsEventSupported(){var e,t;return hasRequiredIsEventSupported?isEventSupported_1:(hasRequiredIsEventSupported=1,(e=requireExecutionEnvironment()).canUseDOM&&(t=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),isEventSupported_1=function(n,o){var a,r,s;return!(!e.canUseDOM||o&&!("addEventListener"in document))&&((r=(a="on"+n)in document)||((s=document.createElement("div")).setAttribute(a,"return;"),r="function"==typeof s[a]),!r&&t&&"wheel"===n&&(r=document.implementation.hasFeature("Events.wheel","3.0")),r)})}function requireNormalizeWheel$1(){function e(e){var t=0,n=0,s=0,i=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),s=t*o,i=n*o,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(s=e.deltaX),(s||i)&&e.deltaMode&&(1==e.deltaMode?(s*=a,i*=a):(s*=r,i*=r)),s&&!t&&(t=s<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:s,pixelY:i}}var t,n,o,a,r;return hasRequiredNormalizeWheel$1?normalizeWheel_1:(hasRequiredNormalizeWheel$1=1,t=requireUserAgent_DEPRECATED(),n=requireIsEventSupported(),o=10,a=40,r=800,e.getEventType=function(){return t.firefox()?"DOMMouseScroll":n("wheel")?"wheel":"mousewheel"},normalizeWheel_1=e)}function requireNormalizeWheel(){return hasRequiredNormalizeWheel?normalizeWheel$1:(hasRequiredNormalizeWheel=1,normalizeWheel$1=requireNormalizeWheel$1())}function restrictPosition(e,t,n,o,a){void 0===a&&(a=0);var r=rotateSize$1(t.width,t.height,a),s=r.width,i=r.height;return{x:restrictPositionCoord(e.x,s,n.width,o),y:restrictPositionCoord(e.y,i,n.height,o)}}function restrictPositionCoord(e,t,n,o){var a=Math.abs(t*o/2-n/2);return clamp$2(e,-a,a)}function getDistanceBetweenPoints(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function getRotationBetweenPoints(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function limitArea(e,t){return Math.min(e,Math.max(0,t))}function noOp(e,t){return t}function getCenter(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function rotateSize$1(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 clamp$2(e,t,n){return Math.min(Math.max(e,t),n)}function classNames$1(){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 clamp$1(e,[t,n]){return Math.min(n,Math.max(t,e))}function useDirection(e){const t=React__namespace.useContext(DirectionContext);return e||t||"ltr"}function createCollection(e){const t=e+"CollectionProvider",[n,o]=createContextScope$2(t),[a,r]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=e=>{const{scope:t,children:n}=e,o=React.useRef(null),r=React.useRef(new Map).current;return jsxRuntime.jsx(a,{scope:t,itemMap:r,collectionRef:o,children:n})};s.displayName=t;const i=e+"CollectionSlot",c=createSlot$3(i),l=React.forwardRef((e,t)=>{const{scope:n,children:o}=e,a=useComposedRefs(t,r(i,n).collectionRef);return jsxRuntime.jsx(c,{ref:a,children:o})});l.displayName=i;const u=e+"CollectionItemSlot",d="data-radix-collection-item",p=createSlot$3(u),m=React.forwardRef((e,t)=>{const{scope:n,children:o,...a}=e,s=React.useRef(null),i=useComposedRefs(t,s),c=r(u,n);return React.useEffect(()=>(c.itemMap.set(s,{ref:s,...a}),()=>{c.itemMap.delete(s)})),jsxRuntime.jsx(p,{[d]:"",ref:i,children:o})});return m.displayName=u,[{Provider:s,Slot:l,ItemSlot:m},function(t){const n=r(e+"CollectionConsumer",t);return React.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${d}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])},o]}function convertValueToPercentage(e,t,n){return clamp$1(100/(n-t)*(e-t),[0,100])}function linearScale(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 Modal({children:e=null,contentClassName:t="",isCloseButtonVisible:n=!0,onClose:o=()=>{},onOpenChange:a,open:r,overlayClassName:s="",title:i,isClosable:c=!0,portalContainer:l=document.body,...u}){return React.createElement(Root$8,{open:r,onOpenChange:e=>{c&&a&&a(e)},"data-testid":"modal-overlay"},React.createElement(Portal$4,{container:l||void 0},React.createElement(Overlay,{"data-testid":"modal-overlay",className:cn(styles$f_overlay,{[s]:!!s,[styles$f_isTitleHidden]:!i&&!n},"demio-ui-modal-overlay")},React.createElement(Content$2,{...u,className:cn(styles$f_content,{[t]:!!t},"demio-ui-modal-content"),"aria-describedby":void 0},React.createElement("div",{className:cn(styles$f_header,"demio-ui-modal-header"),"data-html":"header"},React.createElement(Title,{className:cn(styles$f_title,{[styles$f_titleCentered]:!n},"demio-ui-modal-title"),"data-html":"title"},i),n&&React.createElement(Close,{className:cn(styles$f_close,"demio-ui-modal-close-button"),onClick:()=>{a(!1),o()},"data-html":"close-btn","data-testid":"close-btn"},React.createElement(SvgClose,null))),React.createElement("div",{className:cn(styles$f_body,"demio-ui-modal-children"),"data-html":"content"},e)))))}function clamp(e,t,n){return max(e,min(t,n))}function evaluate(e,t){return"function"==typeof e?e(t):e}function getSide(e){return e.split("-")[0]}function getAlignment(e){return e.split("-")[1]}function getOppositeAxis(e){return"x"===e?"y":"x"}function getAxisLength(e){return"y"===e?"height":"width"}function getSideAxis(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function getAlignmentAxis(e){return getOppositeAxis(getSideAxis(e))}function getOppositeAlignmentPlacement(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function getOppositeAxisPlacements(e,t,n,o){const a=getAlignment(e);let r=function(e,t,n){switch(e){case"top":case"bottom":return n?t?rlPlacement:lrPlacement:t?lrPlacement:rlPlacement;case"left":case"right":return t?tbPlacement:btPlacement;default:return[]}}(getSide(e),"start"===n,o);return a&&(r=r.map(e=>e+"-"+a),t&&(r=r.concat(r.map(getOppositeAlignmentPlacement)))),r}function getOppositePlacement(e){const t=getSide(e);return oppositeSideMap[t]+e.slice(t.length)}function getPaddingObject(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 rectToClientRect(e){const{x:t,y:n,width:o,height:a}=e;return{width:o,height:a,top:n,left:t,right:t+o,bottom:n+a,x:t,y:n}}function computeCoordsFromPlacement(e,t,n){let{reference:o,floating:a}=e;const r=getSideAxis(t),s=getAlignmentAxis(t),i=getAxisLength(s),c=getSide(t),l="y"===r,u=o.x+o.width/2-a.width/2,d=o.y+o.height/2-a.height/2,p=o[i]/2-a[i]/2;let m;switch(c){case"top":m={x:u,y:o.y-a.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-a.width,y:d};break;default:m={x:o.x,y:o.y}}switch(getAlignment(t)){case"start":m[s]-=p*(n&&l?-1:1);break;case"end":m[s]+=p*(n&&l?-1:1)}return m}async function detectOverflow(e,t){var n;void 0===t&&(t={});const{x:o,y:a,platform:r,rects:s,elements:i,strategy:c}=e,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:m=0}=evaluate(t,e),g=getPaddingObject(m),_=i[p?"floating"===d?"reference":"floating":d],f=rectToClientRect(await r.getClippingRect({element:null==(n=await(null==r.isElement?void 0:r.isElement(_)))||n?_:_.contextElement||await(null==r.getDocumentElement?void 0:r.getDocumentElement(i.floating)),boundary:l,rootBoundary:u,strategy:c})),h="floating"===d?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,v=await(null==r.getOffsetParent?void 0:r.getOffsetParent(i.floating)),b=await(null==r.isElement?void 0:r.isElement(v))&&await(null==r.getScale?void 0:r.getScale(v))||{x:1,y:1},R=rectToClientRect(r.convertOffsetParentRelativeRectToViewportRelativeRect?await r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:i,rect:h,offsetParent:v,strategy:c}):h);return{top:(f.top-R.top+g.top)/b.y,bottom:(R.bottom-f.bottom+g.bottom)/b.y,left:(f.left-R.left+g.left)/b.x,right:(R.right-f.right+g.right)/b.x}}function getSideOffsets(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function isAnySideFullyClipped(e){return sides.some(t=>e[t]>=0)}function hasWindow(){return"undefined"!=typeof window}function getNodeName(e){return isNode(e)?(e.nodeName||"").toLowerCase():"#document"}function getWindow(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function getDocumentElement(e){var t;return null==(t=(isNode(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function isNode(e){return!!hasWindow()&&(e instanceof Node||e instanceof getWindow(e).Node)}function isElement(e){return!!hasWindow()&&(e instanceof Element||e instanceof getWindow(e).Element)}function isHTMLElement(e){return!!hasWindow()&&(e instanceof HTMLElement||e instanceof getWindow(e).HTMLElement)}function isShadowRoot(e){return!(!hasWindow()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof getWindow(e).ShadowRoot)}function isOverflowElement(e){const{overflow:t,overflowX:n,overflowY:o,display:a}=getComputedStyle$1(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&"inline"!==a&&"contents"!==a}function isTableElement(e){return/^(table|td|th)$/.test(getNodeName(e))}function isTopLayer(e){try{if(e.matches(":popover-open"))return!0}catch(t){}try{return e.matches(":modal")}catch(t){return!1}}function isContainingBlock(e){const t=isElement(e)?getComputedStyle$1(e):e;return isNotNone(t.transform)||isNotNone(t.translate)||isNotNone(t.scale)||isNotNone(t.rotate)||isNotNone(t.perspective)||!isWebKit()&&(isNotNone(t.backdropFilter)||isNotNone(t.filter))||willChangeRe.test(t.willChange||"")||containRe.test(t.contain||"")}function isWebKit(){return null==isWebKitValue&&(isWebKitValue="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),isWebKitValue}function isLastTraversableNode(e){return/^(html|body|#document)$/.test(getNodeName(e))}function getComputedStyle$1(e){return getWindow(e).getComputedStyle(e)}function getNodeScroll(e){return isElement(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function getParentNode(e){if("html"===getNodeName(e))return e;const t=e.assignedSlot||e.parentNode||isShadowRoot(e)&&e.host||getDocumentElement(e);return isShadowRoot(t)?t.host:t}function getNearestOverflowAncestor(e){const t=getParentNode(e);return isLastTraversableNode(t)?e.ownerDocument?e.ownerDocument.body:e.body:isHTMLElement(t)&&isOverflowElement(t)?t:getNearestOverflowAncestor(t)}function getOverflowAncestors(e,t,n){var o;void 0===t&&(t=[]),void 0===n&&(n=!0);const a=getNearestOverflowAncestor(e),r=a===(null==(o=e.ownerDocument)?void 0:o.body),s=getWindow(a);if(r){const e=getFrameElement(s);return t.concat(s,s.visualViewport||[],isOverflowElement(a)?a:[],e&&n?getOverflowAncestors(e):[])}return t.concat(a,getOverflowAncestors(a,[],n))}function getFrameElement(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function getCssDimensions(e){const t=getComputedStyle$1(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const a=isHTMLElement(e),r=a?e.offsetWidth:n,s=a?e.offsetHeight:o,i=round(n)!==r||round(o)!==s;return i&&(n=r,o=s),{width:n,height:o,$:i}}function unwrapElement(e){return isElement(e)?e:e.contextElement}function getScale(e){const t=unwrapElement(e);if(!isHTMLElement(t))return createCoords(1);const n=t.getBoundingClientRect(),{width:o,height:a,$:r}=getCssDimensions(t);let s=(r?round(n.width):n.width)/o,i=(r?round(n.height):n.height)/a;return s&&Number.isFinite(s)||(s=1),i&&Number.isFinite(i)||(i=1),{x:s,y:i}}function getVisualOffsets(e){const t=getWindow(e);return isWebKit()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:noOffsets}function getBoundingClientRect(e,t,n,o){void 0===t&&(t=!1),void 0===n&&(n=!1);const a=e.getBoundingClientRect(),r=unwrapElement(e);let s=createCoords(1);t&&(o?isElement(o)&&(s=getScale(o)):s=getScale(e));const i=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==getWindow(e))&&t}(r,n,o)?getVisualOffsets(r):createCoords(0);let c=(a.left+i.x)/s.x,l=(a.top+i.y)/s.y,u=a.width/s.x,d=a.height/s.y;if(r){const e=getWindow(r),t=o&&isElement(o)?getWindow(o):o;let n=e,a=getFrameElement(n);for(;a&&o&&t!==n;){const e=getScale(a),t=a.getBoundingClientRect(),o=getComputedStyle$1(a),r=t.left+(a.clientLeft+parseFloat(o.paddingLeft))*e.x,s=t.top+(a.clientTop+parseFloat(o.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=r,l+=s,n=getWindow(a),a=getFrameElement(n)}}return rectToClientRect({width:u,height:d,x:c,y:l})}function getWindowScrollBarX(e,t){const n=getNodeScroll(e).scrollLeft;return t?t.left+n:getBoundingClientRect(getDocumentElement(e)).left+n}function getHTMLOffset(e,t){const n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-getWindowScrollBarX(e,n),y:n.top+t.scrollTop}}function getClientRectFromClippingAncestor(e,t,n){let o;if("viewport"===t)o=function(e,t){const n=getWindow(e),o=getDocumentElement(e),a=n.visualViewport;let r=o.clientWidth,s=o.clientHeight,i=0,c=0;if(a){r=a.width,s=a.height;const e=isWebKit();(!e||e&&"fixed"===t)&&(i=a.offsetLeft,c=a.offsetTop)}const l=getWindowScrollBarX(o);if(l<=0){const e=o.ownerDocument,t=e.body,n=getComputedStyle(t),a="CSS1Compat"===e.compatMode&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,s=Math.abs(o.clientWidth-t.clientWidth-a);s<=25&&(r-=s)}else l<=25&&(r+=l);return{width:r,height:s,x:i,y:c}}(e,n);else if("document"===t)o=function(e){const t=getDocumentElement(e),n=getNodeScroll(e),o=e.ownerDocument.body,a=max(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=max(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let s=-n.scrollLeft+getWindowScrollBarX(e);const i=-n.scrollTop;return"rtl"===getComputedStyle$1(o).direction&&(s+=max(t.clientWidth,o.clientWidth)-a),{width:a,height:r,x:s,y:i}}(getDocumentElement(e));else if(isElement(t))o=function(e,t){const n=getBoundingClientRect(e,!0,"fixed"===t),o=n.top+e.clientTop,a=n.left+e.clientLeft,r=isHTMLElement(e)?getScale(e):createCoords(1);return{width:e.clientWidth*r.x,height:e.clientHeight*r.y,x:a*r.x,y:o*r.y}}(t,n);else{const n=getVisualOffsets(e);o={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return rectToClientRect(o)}function hasFixedPositionAncestor(e,t){const n=getParentNode(e);return!(n===t||!isElement(n)||isLastTraversableNode(n))&&("fixed"===getComputedStyle$1(n).position||hasFixedPositionAncestor(n,t))}function getRectRelativeToOffsetParent(e,t,n){function o(){l.x=getWindowScrollBarX(r)}const a=isHTMLElement(t),r=getDocumentElement(t),s="fixed"===n,i=getBoundingClientRect(e,!0,s,t);let c={scrollLeft:0,scrollTop:0};const l=createCoords(0);if(a||!a&&!s)if(("body"!==getNodeName(t)||isOverflowElement(r))&&(c=getNodeScroll(t)),a){const e=getBoundingClientRect(t,!0,s,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else r&&o();s&&!a&&r&&o();const u=!r||a||s?createCoords(0):getHTMLOffset(r,c);return{x:i.left+c.scrollLeft-l.x-u.x,y:i.top+c.scrollTop-l.y-u.y,width:i.width,height:i.height}}function isStaticPositioned(e){return"static"===getComputedStyle$1(e).position}function getTrueOffsetParent(e,t){if(!isHTMLElement(e)||"fixed"===getComputedStyle$1(e).position)return null;if(t)return t(e);let n=e.offsetParent;return getDocumentElement(e)===n&&(n=n.ownerDocument.body),n}function getOffsetParent(e,t){const n=getWindow(e);if(isTopLayer(e))return n;if(!isHTMLElement(e)){let t=getParentNode(e);for(;t&&!isLastTraversableNode(t);){if(isElement(t)&&!isStaticPositioned(t))return t;t=getParentNode(t)}return n}let o=getTrueOffsetParent(e,t);for(;o&&isTableElement(o)&&isStaticPositioned(o);)o=getTrueOffsetParent(o,t);return o&&isLastTraversableNode(o)&&isStaticPositioned(o)&&!isContainingBlock(o)?n:o||function(e){let t=getParentNode(e);for(;isHTMLElement(t)&&!isLastTraversableNode(t);){if(isContainingBlock(t))return t;if(isTopLayer(t))return null;t=getParentNode(t)}return null}(e)||n}function rectsAreEqual(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function autoUpdate(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:a=!0,ancestorResize:r=!0,elementResize:s="function"==typeof ResizeObserver,layoutShift:i="function"==typeof IntersectionObserver,animationFrame:c=!1}=o,l=unwrapElement(e),u=a||r?[...l?getOverflowAncestors(l):[],...t?getOverflowAncestors(t):[]]:[];u.forEach(e=>{a&&e.addEventListener("scroll",n,{passive:!0}),r&&e.addEventListener("resize",n)});const d=l&&i?function(e,t){function n(){var e;clearTimeout(o),null==(e=a)||e.disconnect(),a=null}let o,a=null;const r=getDocumentElement(e);return function s(i,c){function l(t){const n=t[0].intersectionRatio;if(n!==c){if(!f)return s();n?s(!1,n):o=setTimeout(()=>{s(!1,1e-7)},1e3)}1!==n||rectsAreEqual(u,e.getBoundingClientRect())||s(),f=!1}void 0===i&&(i=!1),void 0===c&&(c=1),n();const u=e.getBoundingClientRect(),{left:d,top:p,width:m,height:g}=u;if(i||t(),!m||!g)return;const _={rootMargin:-floor(p)+"px "+-floor(r.clientWidth-(d+m))+"px "+-floor(r.clientHeight-(p+g))+"px "+-floor(d)+"px",threshold:max(0,min(1,c))||1};let f=!0;try{a=new IntersectionObserver(l,{..._,root:r.ownerDocument})}catch(h){a=new IntersectionObserver(l,_)}a.observe(e)}(!0),n}(l,n):null;let p,m=-1,g=null;s&&(g=new ResizeObserver(e=>{let[o]=e;o&&o.target===l&&g&&t&&(g.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=g)||e.observe(t)})),n()}),l&&!c&&g.observe(l),t&&g.observe(t));let _=c?getBoundingClientRect(e):null;return c&&function t(){const o=getBoundingClientRect(e);_&&!rectsAreEqual(_,o)&&n(),_=o,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{a&&e.removeEventListener("scroll",n),r&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=g)||e.disconnect(),g=null,c&&cancelAnimationFrame(p)}}function deepEqual(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,a;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(!deepEqual(e[o],t[o]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(o=n;0!==o--;)if(!{}.hasOwnProperty.call(t,a[o]))return!1;for(o=n;0!==o--;){const n=a[o];if(("_owner"!==n||!e.$$typeof)&&!deepEqual(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function getDPR(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function roundByDPR(e,t){const n=getDPR(e);return Math.round(t*n)/n}function useLatestRef(e){const t=React__namespace.useRef(e);return index$1(()=>{t.current=e}),t}function isNotNull(e){return null!==e}function getSideAndAlignFromPlacement(e){const[t,n="center"]=e.split("-");return[t,n]}function focusFirst$1(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 getOpenState(e){return e?"open":"closed"}function isIndeterminate(e){return"indeterminate"===e}function getCheckedState(e){return isIndeterminate(e)?"indeterminate":e?"checked":"unchecked"}function whenMouse(e){return t=>"mouse"===t.pointerType?e(t):void 0}function _typeof(e){return _typeof="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},_typeof(e)}function toPropertyKey(e){var t=function(e,t){var n,o;if("object"!=_typeof(e)||!e)return e;if(void 0!==(n=e[Symbol.toPrimitive])){if("object"!=_typeof(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"==_typeof(t)?t:t+""}function _defineProperty(e,t,n){return(t=toPropertyKey(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ownKeys(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 _objectSpread2(e){var t,n;for(t=1;t<arguments.length;t++)n=null!=arguments[t]?arguments[t]:{},t%2?ownKeys(Object(n),!0).forEach(function(t){_defineProperty(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))});return e}function _arrayLikeToArray(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 _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(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)?_arrayLikeToArray(e,t):void 0}}function _slicedToArray(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,o,a,r,s,i,c,l=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=l){s=[],i=!0,c=!1;try{if(a=(l=l.call(e)).next,0===t){if(Object(l)!==l)return;i=!1}else for(;!(i=(n=a.call(l)).done)&&(s.push(n.value),s.length!==t);i=!0);}catch(e){c=!0,o=e}finally{try{if(!i&&null!=l.return&&(r=l.return(),Object(r)!==r))return}finally{if(c)throw o}}return s}}(e,t)||_unsupportedIterableToArray(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 _objectWithoutProperties(e,t){var n,o,a,r;if(null==e)return{};if(a=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(r=Object.getOwnPropertySymbols(e),o=0;o<r.length;o++)n=r[o],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n]);return a}function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){var t,n,o;for(t=1;t<arguments.length;t++)for(o in n=arguments[t])({}).hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},_extends.apply(null,arguments)}function _defineProperties(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,toPropertyKey(o.key),o)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(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 _toConsumableArray(e){return function(e){if(Array.isArray(e))return _arrayLikeToArray(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||_unsupportedIterableToArray(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 trim(e){return e.trim()}function replace(e,t,n){return e.replace(t,n)}function indexof(e,t){return e.indexOf(t)}function charat(e,t){return 0|e.charCodeAt(t)}function substr(e,t,n){return e.slice(t,n)}function strlen(e){return e.length}function sizeof(e){return e.length}function append(e,t){return t.push(e),e}function node(e,t,n,o,a,r,s){return{value:e,root:t,parent:n,type:o,props:a,children:r,line:line,column:column,length:s,return:""}}function copy(e,t){return assign(node("",null,null,"",null,null,0),e,{length:-e.length},t)}function prev(){return character=position>0?charat(characters,--position):0,column--,10===character&&(column=1,line--),character}function next(){return character=position<length?charat(characters,position++):0,column++,10===character&&(column=1,line++),character}function peek(){return charat(characters,position)}function caret(){return position}function slice(e,t){return substr(characters,e,t)}function token(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 alloc(e){return line=column=1,length=strlen(characters=e),position=0,[]}function dealloc(e){return characters="",e}function delimit(e){return trim(slice(position-1,delimiter(91===e?e+2:40===e?e+1:e)))}function whitespace(e){for(;(character=peek())&&character<33;)next();return token(e)>2||token(character)>3?"":" "}function escaping(e,t){for(;--t&&next()&&!(character<48||character>102||character>57&&character<65||character>70&&character<97););return slice(e,caret()+(t<6&&32==peek()&&32==next()))}function delimiter(e){for(;next();)switch(character){case e:return position;case 34:case 39:34!==e&&39!==e&&delimiter(character);break;case 40:41===e&&delimiter(e);break;case 92:next()}return position}function commenter(e,t){for(;next()&&e+character!==57&&(e+character!==84||47!==peek()););return"/*"+slice(t,position-1)+"*"+from(47===e?e:next())}function identifier(e){for(;!token(peek());)next();return slice(e,position)}function compile(e){return dealloc(parse("",null,null,null,[""],e=alloc(e),0,[0],e))}function parse(e,t,n,o,a,r,s,i,c){for(var l=0,u=0,d=s,p=0,m=0,g=0,_=1,f=1,h=1,v=0,b="",R=a,x=r,y=o,C=b;f;)switch(g=v,v=next()){case 40:if(108!=g&&58==charat(C,d-1)){-1!=indexof(C+=replace(delimit(v),"&","&\f"),"&\f")&&(h=-1);break}case 34:case 39:case 91:C+=delimit(v);break;case 9:case 10:case 13:case 32:C+=whitespace(g);break;case 92:C+=escaping(caret()-1,7);continue;case 47:switch(peek()){case 42:case 47:append(comment(commenter(next(),caret()),t,n),c);break;default:C+="/"}break;case 123*_:i[l++]=strlen(C)*h;case 125*_:case 59:case 0:switch(v){case 0:case 125:f=0;case 59+u:-1==h&&(C=replace(C,/\f/g,"")),m>0&&strlen(C)-d&&append(m>32?declaration(C+";",o,n,d-1):declaration(replace(C," ","")+";",o,n,d-2),c);break;case 59:C+=";";default:if(append(y=ruleset(C,t,n,l,u,a,i,b,R=[],x=[],d),r),123===v)if(0===u)parse(C,t,y,y,R,r,d,i,x);else switch(99===p&&110===charat(C,3)?100:p){case 100:case 108:case 109:case 115:parse(e,y,y,o&&append(ruleset(e,y,y,0,0,a,i,b,a,R=[],d),x),a,x,d,i,o?R:x);break;default:parse(C,y,y,y,[""],x,0,i,x)}}l=u=m=0,_=h=1,b=C="",d=s;break;case 58:d=1+strlen(C),m=g;default:if(_<1)if(123==v)--_;else if(125==v&&0==_++&&125==prev())continue;switch(C+=from(v),v*_){case 38:h=u>0?1:(C+="\f",-1);break;case 44:i[l++]=(strlen(C)-1)*h,h=1;break;case 64:45===peek()&&(C+=delimit(next())),p=peek(),u=d=strlen(b=C+=identifier(caret())),v++;break;case 45:45===g&&2==strlen(C)&&(_=0)}}return r}function ruleset(e,t,n,o,a,r,s,i,c,l,u){var d,p,m,g,_,f,h=a-1,v=0===a?r:[""],b=sizeof(v);for(d=0,p=0,m=0;d<o;++d)for(g=0,_=substr(e,h+1,h=abs(p=s[d])),f=e;g<b;++g)(f=trim(p>0?v[g]+" "+_:replace(_,/&\f/g,v[g])))&&(c[m++]=f);return node(e,t,n,0===a?RULESET:i,c,l,u)}function comment(e,t,n){return node(e,t,n,COMMENT,from(character),substr(e,2,-2),0)}function declaration(e,t,n,o){return node(e,t,n,DECLARATION,substr(e,0,o),substr(e,o+1,-1),o)}function serialize(e,t){var n,o="",a=sizeof(e);for(n=0;n<a;n++)o+=t(e[n],n,e,t)||"";return o}function stringify(e,t,n,o){switch(e.type){case LAYER:if(e.children.length)break;case IMPORT:case DECLARATION:return e.return=e.return||e.value;case COMMENT:return"";case KEYFRAMES:return e.return=e.value+"{"+serialize(e.children,o)+"}";case RULESET:e.value=e.props.join(",")}return strlen(n=serialize(e.children,o))?e.return=e.value+"{"+n+"}":""}function middleware(e){var t=sizeof(e);return function(n,o,a,r){var s,i="";for(s=0;s<t;s++)i+=e[s](n,o,a,r)||"";return i}}function memoize(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}function prefix(e,t){switch(function(e,t){return 45^charat(e,0)?(((t<<2^charat(e,0))<<2^charat(e,1))<<2^charat(e,2))<<2^charat(e,3):0}(e,t)){case 5103:return WEBKIT+"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 WEBKIT+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return WEBKIT+e+MOZ+e+MS+e+e;case 6828:case 4268:return WEBKIT+e+MS+e+e;case 6165:return WEBKIT+e+MS+"flex-"+e+e;case 5187:return WEBKIT+e+replace(e,/(\w+).+(:[^]+)/,WEBKIT+"box-$1$2"+MS+"flex-$1$2")+e;case 5443:return WEBKIT+e+MS+"flex-item-"+replace(e,/flex-|-self/,"")+e;case 4675:return WEBKIT+e+MS+"flex-line-pack"+replace(e,/align-content|flex-|-self/,"")+e;case 5548:return WEBKIT+e+MS+replace(e,"shrink","negative")+e;case 5292:return WEBKIT+e+MS+replace(e,"basis","preferred-size")+e;case 6060:return WEBKIT+"box-"+replace(e,"-grow","")+WEBKIT+e+MS+replace(e,"grow","positive")+e;case 4554:return WEBKIT+replace(e,/([^-])(transform)/g,"$1"+WEBKIT+"$2")+e;case 6187:return replace(replace(replace(e,/(zoom-|grab)/,WEBKIT+"$1"),/(image-set)/,WEBKIT+"$1"),e,"")+e;case 5495:case 3959:return replace(e,/(image-set\([^]*)/,WEBKIT+"$1$`$1");case 4968:return replace(replace(e,/(.+:)(flex-)?(.*)/,WEBKIT+"box-pack:$3"+MS+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+WEBKIT+e+e;case 4095:case 3583:case 4068:case 2532:return replace(e,/(.+)-inline(.+)/,WEBKIT+"$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(strlen(e)-1-t>6)switch(charat(e,t+1)){case 109:if(45!==charat(e,t+4))break;case 102:return replace(e,/(.+:)(.+)-([^]+)/,"$1"+WEBKIT+"$2-$3$1"+MOZ+(108==charat(e,t+3)?"$3":"$2-$3"))+e;case 115:return~indexof(e,"stretch")?prefix(replace(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==charat(e,t+1))break;case 6444:switch(charat(e,strlen(e)-3-(~indexof(e,"!important")&&10))){case 107:return replace(e,":",":"+WEBKIT)+e;case 101:return replace(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+WEBKIT+(45===charat(e,14)?"inline-":"")+"box$3$1"+WEBKIT+"$2$3$1"+MS+"$2box$3")+e}break;case 5936:switch(charat(e,t+11)){case 114:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return WEBKIT+e+MS+replace(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return WEBKIT+e+MS+e+e}return e}function handleInterpolation(e,t,n){var o,a,r,s,i,c;if(null==n)return"";if(void 0!==(o=n).__emotion_styles)return o;switch(typeof n){case"boolean":return"";case"object":if(1===(a=n).anim)return cursor={name:a.name,styles:a.styles,next:cursor},a.name;if(void 0!==(r=n).styles){if(void 0!==(s=r.next))for(;void 0!==s;)cursor={name:s.name,styles:s.styles,next:cursor},s=s.next;return r.styles+";"}return function(e,t,n){var o,a,r,s,i,c,l="";if(Array.isArray(n))for(o=0;o<n.length;o++)l+=handleInterpolation(e,t,n[o])+";";else for(a in n)if("object"!=typeof(r=n[a]))isProcessableValue(s=r)&&(l+=processStyleName(a)+":"+processStyleValue(a,s)+";");else if(Array.isArray(r)&&"string"==typeof r[0]&&null==t)for(i=0;i<r.length;i++)isProcessableValue(r[i])&&(l+=processStyleName(a)+":"+processStyleValue(a,r[i])+";");else switch(c=handleInterpolation(e,t,r),a){case"animation":case"animationName":l+=processStyleName(a)+":"+c+";";break;default:l+=a+"{"+c+"}"}return l}(e,t,n);case"function":if(void 0!==e)return i=cursor,c=n(e),cursor=i,handleInterpolation(e,t,c)}return n}function serializeStyles(e,t,n){var o,a,r,s,i,c,l;if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];for(o=!0,a="",cursor=void 0,null==(r=e[0])||void 0===r.raw?(o=!1,a+=handleInterpolation(n,t,r)):a+=r[0],s=1;s<e.length;s++)a+=handleInterpolation(n,t,e[s]),o&&(a+=r[s]);for(labelPattern.lastIndex=0,i="";null!==(c=labelPattern.exec(a));)i+="-"+c[1];return l=function(e){for(var t,n=0,o=0,a=e.length;a>=4;++o,a-=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(a){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)}(a)+i,{name:l,styles:a,next:cursor}}function css$2(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return serializeStyles(t)}function applyPrefixToName(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function classNames(e,t){var n,o,a,r,s;for(n=arguments.length,o=new Array(n>2?n-2:0),a=2;a<n;a++)o[a-2]=arguments[a];if(r=[].concat(o),t&&e)for(s in t)t.hasOwnProperty(s)&&t[s]&&r.push("".concat(applyPrefixToName(e,s)));return r.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}function isDocumentElement(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function getScrollTop(e){return isDocumentElement(e)?window.pageYOffset:e.scrollTop}function scrollTo(e,t){isDocumentElement(e)?window.scrollTo(0,t):e.scrollTop=t}function animatedScrollTo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:noop,a=getScrollTop(e),r=t-a,s=10,i=0;!function t(){var c,l=r*((c=(c=i+=s)/n-1)*c*c+1)+a;scrollTo(e,l),i<n?window.requestAnimationFrame(t):o(e)}()}function scrollIntoView(e,t){var n=e.getBoundingClientRect(),o=t.getBoundingClientRect(),a=t.offsetHeight/3;o.bottom+a>n.bottom?scrollTo(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+a,e.scrollHeight)):o.top-a<n.top&&scrollTo(e,Math.max(t.offsetTop-a,0))}function isTouchCapable(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function notNullish(e){return null!=e}function valueTernary(e,t,n){return e?t:n}function getMenuPlacement(e){var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h,v,b,R,x,y=e.maxHeight,C=e.menuEl,S=e.minHeight,E=e.placement,I=e.shouldScroll,w=e.isFixedPosition,A=e.controlHeight,$=function(e){var t,n=getComputedStyle(e),o="absolute"===n.position,a=/(auto|scroll)/;if("fixed"===n.position)return document.documentElement;for(t=e;t=t.parentElement;)if(n=getComputedStyle(t),(!o||"static"!==n.position)&&a.test(n.overflow+n.overflowY+n.overflowX))return t;return document.documentElement}(C),M={placement:"bottom",maxHeight:y};if(!C||!C.offsetParent)return M;switch(t=$.getBoundingClientRect().height,o=(n=C.getBoundingClientRect()).bottom,a=n.height,r=n.top,s=C.offsetParent.getBoundingClientRect().top,i=w?window.innerHeight:isDocumentElement(x=$)?window.innerHeight:x.clientHeight,c=getScrollTop($),l=parseInt(getComputedStyle(C).marginBottom,10),p=i-r,m=(d=s-(u=parseInt(getComputedStyle(C).marginTop,10)))+c,g=t-c-r,_=o-i+c+l,f=c+r-u,h=160,E){case"auto":case"bottom":if(p>=a)return{placement:"bottom",maxHeight:y};if(g>=a&&!w)return I&&animatedScrollTo($,_,h),{placement:"bottom",maxHeight:y};if(!w&&g>=S||w&&p>=S)return I&&animatedScrollTo($,_,h),{placement:"bottom",maxHeight:w?p-l:g-l};if("auto"===E||w)return v=y,(b=w?d:m)>=S&&(v=Math.min(b-l-A,y)),{placement:"top",maxHeight:v};if("bottom"===E)return I&&scrollTo($,_),{placement:"bottom",maxHeight:y};break;case"top":return d>=a?{placement:"top",maxHeight:y}:m>=a&&!w?(I&&animatedScrollTo($,f,h),{placement:"top",maxHeight:y}):!w&&m>=S||w&&d>=S?(R=y,(!w&&m>=S||w&&d>=S)&&(R=w?d-u:m-u),I&&animatedScrollTo($,f,h),{placement:"top",maxHeight:R}):{placement:"bottom",maxHeight:y};default:throw new Error('Invalid placement provided "'.concat(E,'".'))}return M}function isEqual(e,t){return e===t||!(!safeIsNaN(e)||!safeIsNaN(t))}function areInputsEqual(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!isEqual(e[n],t[n]))return!1;return!0}function DummyInput(e){var t=e.innerRef,n=_objectWithoutProperties(e,_excluded),o=removeProps(n,"onExited","in","enter","exit","appear");return jsx("input",_extends({ref:t},o,{css:css$2({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 preventTouchMove(e){e.cancelable&&e.preventDefault()}function allowTouchMove(e){e.stopPropagation()}function preventInertiaScroll(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function isTouchDevice$1(){return"ontouchstart"in window||navigator.maxTouchPoints}function ScrollManager(e){var t=e.children,n=e.lockEnabled,o=e.captureEnabled,a=void 0===o||o,r=e.onBottomArrive,s=e.onBottomLeave,i=e.onTopArrive,c=e.onTopLeave,l=function(e){var t=e.isEnabled,n=e.onBottomArrive,o=e.onBottomLeave,a=e.onTopArrive,r=e.onTopLeave,s=React.useRef(!1),i=React.useRef(!1),c=React.useRef(0),l=React.useRef(null),u=React.useCallback(function(e,t){var c,u,d,p,m,g,_,f;null!==l.current&&(u=(c=l.current).scrollTop,d=c.scrollHeight,p=c.clientHeight,m=l.current,g=t>0,f=!1,(_=d-p-u)>t&&s.current&&(o&&o(e),s.current=!1),g&&i.current&&(r&&r(e),i.current=!1),g&&t>_?(n&&!s.current&&n(e),m.scrollTop=d,f=!0,s.current=!0):!g&&-t>u&&(a&&!i.current&&a(e),m.scrollTop=0,f=!0,i.current=!0),f&&cancelScroll(e))},[n,o,a,r]),d=React.useCallback(function(e){u(e,e.deltaY)},[u]),p=React.useCallback(function(e){c.current=e.changedTouches[0].clientY},[]),m=React.useCallback(function(e){var t=c.current-e.changedTouches[0].clientY;u(e,t)},[u]),g=React.useCallback(function(e){if(e){var t=!!supportsPassiveEvents&&{passive:!1};e.addEventListener("wheel",d,t),e.addEventListener("touchstart",p,t),e.addEventListener("touchmove",m,t)}},[m,p,d]),_=React.useCallback(function(e){e&&(e.removeEventListener("wheel",d,!1),e.removeEventListener("touchstart",p,!1),e.removeEventListener("touchmove",m,!1))},[m,p,d]);return React.useEffect(function(){if(t){var e=l.current;return g(e),function(){_(e)}}},[t,g,_]),function(e){l.current=e}}({isEnabled:a,onBottomArrive:r,onBottomLeave:s,onTopArrive:i,onTopLeave:c}),u=function(e){var t=e.isEnabled,n=e.accountForScrollbars,o=void 0===n||n,a=React.useRef({}),r=React.useRef(null),s=React.useCallback(function(e){var t,n,r,s,i;canUseDOM&&(t=document.body,n=t&&t.style,o&&STYLE_KEYS.forEach(function(e){var t=n&&n[e];a.current[e]=t}),o&&activeScrollLocks<1&&(r=parseInt(a.current.paddingRight,10)||0,s=document.body?document.body.clientWidth:0,i=window.innerWidth-s+r||0,Object.keys(LOCK_STYLES).forEach(function(e){var t=LOCK_STYLES[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(i,"px"))),t&&isTouchDevice$1()&&(t.addEventListener("touchmove",preventTouchMove,listenerOptions),e&&(e.addEventListener("touchstart",preventInertiaScroll,listenerOptions),e.addEventListener("touchmove",allowTouchMove,listenerOptions))),activeScrollLocks+=1)},[o]),i=React.useCallback(function(e){var t,n;canUseDOM&&(t=document.body,n=t&&t.style,activeScrollLocks=Math.max(activeScrollLocks-1,0),o&&activeScrollLocks<1&&STYLE_KEYS.forEach(function(e){var t=a.current[e];n&&(n[e]=t)}),t&&isTouchDevice$1()&&(t.removeEventListener("touchmove",preventTouchMove,listenerOptions),e&&(e.removeEventListener("touchstart",preventInertiaScroll,listenerOptions),e.removeEventListener("touchmove",allowTouchMove,listenerOptions))))},[o]);return React.useEffect(function(){if(t){var e=r.current;return s(e),function(){i(e)}}},[t,s,i]),function(e){r.current=e}}({isEnabled:n}),d=function(e){l(e),u(e)};return jsx(React.Fragment,null,n&&jsx("div",{onClick:blurSelectInput,css:_ref2$1}),t(d))}function testPlatform(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 isMac(){return testPlatform(/^Mac/i)}function isIOS(){return testPlatform(/^iPhone/i)||testPlatform(/^iPad/i)||isMac()&&navigator.maxTouchPoints>1}function toCategorizedOption(e,t,n,o){var a=_isOptionDisabled(e,t,n),r=_isOptionSelected(e,t,n),s=getOptionLabel(e,t),i=getOptionValue(e,t);return{type:"option",data:t,isDisabled:a,isSelected:r,label:s,value:i,index:o}}function buildCategorizedOptions(e,t){return e.options.map(function(n,o){var a,r;return"options"in n?(a=n.options.map(function(n,o){return toCategorizedOption(e,n,t,o)}).filter(function(t){return isFocusable(e,t)}),a.length>0?{type:"group",data:n,options:a,index:o}:void 0):(r=toCategorizedOption(e,n,t,o),isFocusable(e,r)?r:void 0)}).filter(notNullish)}function buildFocusableOptionsFromCategorizedOptions(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,_toConsumableArray(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function buildFocusableOptionsWithIds(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,_toConsumableArray(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 isFocusable(e,t){var n=e.inputValue,o=void 0===n?"":n,a=t.data,r=t.isSelected,s=t.label,i=t.value;return(!shouldHideSelectedOptions(e)||!r)&&_filterOption(e,{label:s,value:i,data:a},o)}function _isOptionDisabled(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function _isOptionSelected(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var o=getOptionValue(e,t);return n.some(function(t){return getOptionValue(e,t)===o})}function _filterOption(e,t,n){return!e.filterOption||e.filterOption(t,n)}function getState$2(e){return e?"open":"closed"}function composeContextScopes(...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 React__namespace.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return n.scopeName=t.scopeName,n}function isLazyComponent(e){return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===REACT_LAZY_TYPE&&"_payload"in e&&("object"==typeof(t=e._payload)&&null!==t&&"then"in t);var t}function createSlotClone(e){const t=React__namespace.forwardRef((e,t)=>{let{children:n,...o}=e;if(isLazyComponent(n)&&"function"==typeof use&&(n=use(n._payload)),React__namespace.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),a=function(e,t){const n={...t};for(const o in t){const a=e[o],r=t[o];/^on[A-Z]/.test(o)?a&&r?n[o]=(...e)=>{const t=r(...e);return a(...e),t}:a&&(n[o]=a):"style"===o?n[o]={...a,...r}:"className"===o&&(n[o]=[a,r].filter(Boolean).join(" "))}return{...e,...n}}(o,n.props);return n.type!==React__namespace.Fragment&&(a.ref=t?composeRefs(t,e):e),React__namespace.cloneElement(n,a)}return React__namespace.Children.count(n)>1?React__namespace.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}function isSlottable(e){return React__namespace.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===SLOTTABLE_IDENTIFIER}function defaultGetValueLabel(e,t){return`${Math.round(e/t*100)}%`}function getProgressState(e,t){return null==e?"indeterminate":e===t?"complete":"loading"}function isNumber(e){return"number"==typeof e}function isValidMaxNumber(e){return isNumber(e)&&!isNaN(e)&&e>0}function isValidValueNumber(e,t){return isNumber(e)&&!isNaN(e)&&e<=t&&e>=0}function getState$1(e){return e?"checked":"unchecked"}function shouldShowPlaceholder(e){return""===e||void 0===e}function useTypeaheadSearch(e){const t=useCallbackRef$1(e),n=React__namespace.useRef(""),o=React__namespace.useRef(0),a=React__namespace.useCallback(e=>{const a=n.current+e;t(a),function e(t){n.current=t,window.clearTimeout(o.current),""!==t&&(o.current=window.setTimeout(()=>e(""),1e3))}(a)},[t]),r=React__namespace.useCallback(()=>{n.current="",window.clearTimeout(o.current)},[]);return React__namespace.useEffect(()=>()=>window.clearTimeout(o.current),[]),[n,a,r]}function findNextItem(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),a=o?t[0]:t,r=n?e.indexOf(n):-1;let s=(i=e,c=Math.max(r,0),i.map((e,t)=>i[(c+t)%i.length]));var i,c;1===a.length&&(s=s.filter(e=>e!==n));const l=s.find(e=>e.textValue.toLowerCase().startsWith(a.toLowerCase()));return l!==n?l:void 0}function getState(e){return e?"checked":"unchecked"}function makeTriggerId(e,t){return`${e}-trigger-${t}`}function makeContentId(e,t){return`${e}-content-${t}`}function Tooltip({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:a,container:r,content:s,defaultOpen:i=!1,delayDuration:c=200,isCustomTrigger:l=!1,isPortal:u=!1,isTriggerAsChild:d=!0,open:p,onOpenChange:m,side:g="top",sideOffset:_=4,skipDelayDuration:f=300,...h}){const[v,b]=React.useState(i),R=p??v,x=React.createElement(Content2,{sideOffset:_,alignOffset:t,side:g,align:e,collisionBoundary:a,...h,className:cn(styles$1_content,"demio-ui-tooltip",{[o]:o})},s,React.createElement(Arrow2,{className:styles$1_arrow,width:11,height:5}));return s?React.createElement(Provider,{skipDelayDuration:f,delayDuration:c},React.createElement(Root3,{defaultOpen:i,onOpenChange:e=>{m&&m(e),b(e)},open:R},React.createElement(Trigger,{asChild:l||d},l?React.createElement("div",{className:cn("demio-ui-tooltip-trigger",styles$1_tooltipTrigger)},n):n),u?React.createElement(Portal,{container:r},x):x)):n}var hasRequiredClassnames,originalBodyPointerEvents,BRANCH_NAME,DismissableLayerBranch,AUTOFOCUS_ON_MOUNT,AUTOFOCUS_ON_UNMOUNT,EVENT_OPTIONS$1,FOCUS_SCOPE_NAME,FocusScope,focusScopesStack,PORTAL_NAME$7,Portal$5,Presence,count,extendStatics,__assign,zeroRightClassName,fullWidthClassName,noScrollbarsClassName,removedBarSizeVariable,useIsomorphicLayoutEffect,currentValues,SideCar$1,effectCar,nothing,RemoveScroll,getNonce,stylesheetSingleton,styleHookSingleton,styleSingleton,zeroGap,parse$1,getOffset,getGapWidth,Style,lockAttribute,getStyles,getCurrentUseCounter,useLockAttribute,RemoveScrollBar,passiveSupported,options$1,nonPassive,alwaysContainsScroll,elementCanBeScrolled,elementCouldBeVScrolled,elementCouldBeHScrolled,locationCouldBeScrolled,getVScrollVariables,getHScrollVariables,elementCouldBeScrolled,getScrollVariables,getDirectionFactor,handleScroll,getTouchXY,getDeltaXY,extractRef,deltaCompare,generateStyle,idCounter,lockStack,SideCar,ReactRemoveScroll,getDefaultParent,counterMap,uncontrolledNodes,markerMap,lockCount,unwrapHost,correctTargets,applyAttributeToOthers,hideOthers,DIALOG_NAME,Dialog,TRIGGER_NAME$7,DialogTrigger,PORTAL_NAME$6,DialogPortal,OVERLAY_NAME$1,DialogOverlay,Slot$3,DialogOverlayImpl,CONTENT_NAME$8,DialogContent,DialogContentModal,DialogContentNonModal,DialogContentImpl,TITLE_NAME$1,DialogTitle,DESCRIPTION_NAME$1,DialogDescription,CLOSE_NAME$1,DialogClose,TITLE_WARNING_NAME,TitleWarning,DESCRIPTION_WARNING_NAME,DescriptionWarning$1,Root$8,Trigger$5,Portal$4,Overlay,Content$2,Title,Description,Close,ROOT_NAME,useDialogScope,AlertDialog,TRIGGER_NAME$6,AlertDialogPortal,OVERLAY_NAME,AlertDialogOverlay,CONTENT_NAME$7,Slottable$1,AlertDialogContent,TITLE_NAME,AlertDialogTitle,DESCRIPTION_NAME,AlertDialogDescription,ACTION_NAME,AlertDialogAction,CANCEL_NAME,AlertDialogCancel,DescriptionWarning,Root2$6,Portal2$1,Overlay2,Content2$5,Action,Cancel,Title2,Description2,_path$22,SvgClose,styles$r,styles$q,styles$p_overlay,styles$p_close,styles$p_content,styles$p_title,styles$p_description,styles$p_buttons,REACT_LAZY_TYPE$2,use$2,SLOTTABLE_IDENTIFIER$2,Primitive$2,shim,useSyncExternalStoreShim_production,require$$0,hasRequiredUseSyncExternalStoreShim_production,useSyncExternalStoreShim_development,hasRequiredUseSyncExternalStoreShim_development,hasRequiredShim,shimExports,AVATAR_NAME,Avatar$1,IMAGE_NAME,AvatarImage,FALLBACK_NAME,AvatarFallback,Root$7,Image$1,Fallback,_path$21,_g$p,SvgAdd,_path$20,SvgArrowLeft,_path$1$,SvgCheck,_path$1_,SvgDelete,_path$1Z,SvgEdit,_path$1Y,SvgEditSection,_path$1X,_g$o,SvgKeyboardArrowDown,_path$1W,SvgPlus,_path$1V,SvgSearch,_path$1U,_path2$6,SvgArrowLeftDouble,_path$1T,SvgArrowLeftSingle,_path$1S,SvgCompress,_path$1R,SvgExpand,_path$1Q,SvgAt,_path$1P,SvgCheckCircle,_path$1O,SvgCheckCircleSolid,_path$1N,SvgCheckbox,_path$1M,SvgExclamation,_path$1L,SvgPasswordEye,_path$1K,SvgPasswordEyeCrossed,_path$1J,SvgAlert,_path$1I,SvgCamera,_g$n,_defs$1,SvgCameraOutlined,_path$1H,SvgChatIcon,_path$1G,_path2$5,_path3$1,_path4,_path5,SvgChatDisabled,_path$1F,_g$m,SvgMicOff,_path$1E,_g$l,SvgMicOff1,_path$1D,SvgMicOutlined,_path$1C,_g$k,SvgMic1,_path$1B,SvgMicBold,_path$1A,_g$j,SvgVideocam,_path$1z,_g$i,SvgVideocam1,_path$1y,_g$h,SvgVolumeOff1,_path$1x,_g$g,SvgVolumeUp,_path$1w,SvgClock,_path$1v,SvgCopy,_path$1u,SvgDots,_path$1t,SvgDownload,_path$1s,SvgExternalLink,_path$1r,SvgFile,_path$1q,SvgFilterList,_path$1p,SvgFlipCamera,_path$1o,SvgGear,_path$1n,SvgLock,_path$1m,SvgMail,_path$1l,SvgPlay,_circle,_path$1k,SvgPlayCircle,_path$1j,SvgSync,_path$1i,SvgTimesCircle,_path$1h,SvgTrash,_path$1g,SvgUndo,_path$1f,SvgHelp,_path$1e,SvgHelpSolid,_path$1d,SvgInfo,_path$1c,_g$f,SvgInfo1,_path$1b,SvgInfoCircle,_path$1a,SvgInfoCircleSolid,_path$19,_g$e,SvgWarning,_path$18,_g$d,SvgWarning1,_path$17,SvgBarChart,_path$16,SvgInsights,_path$15,_path2$4,SvgPoll,_path$14,SvgProgress,_path$13,SvgTrendingDown,_path$12,SvgTrendingUp,_path$11,_g$c,SvgCalendar,_path$10,_g$b,SvgEventDetails,_path$$,_g$a,SvgEventRepeat,_path$_,_g$9,SvgToday,_rect$2,_path$Z,SvgFacebook,_path$Y,SvgFacebookSquared,_rect$1,_path$X,SvgLinkedin,_path$W,SvgLinkedinSquared,_path$V,SvgPeople,_path$U,SvgPeopleCommunity,_path$T,SvgPerson,_path$S,SvgPersonDelete,_path$R,SvgSmile,_rect,_path$Q,SvgYoutube,_path$P,SvgYoutubeSquared,_path$O,SvgLocation,_path$N,SvgSidebar,_path$M,SvgSpotlight,_path$L,SvgOutStage,_path$K,SvgPresentation,_path$J,SvgScreenPerson,_path$I,SvgScreenScareWindows,_path$H,SvgScreenSharing,_path$G,SvgStage,_path$F,_g$8,SvgBlock,_path$E,_g$7,SvgBlurOn,_path$D,_g$6,SvgCached,_path$C,_g$5,SvgCustomize,_path$B,_g$4,SvgElectricBolt,_g$3,_defs,SvgFeatureAction,_path$A,SvgItems,_path$z,SvgList,_path$y,SvgMagic,_path$x,SvgMaterial,_path$w,_g$2,SvgMaterials,_path$v,SvgMobileDevice,_path$u,SvgRadio,_path$t,_path2$3,_path3,SvgReplayDisabled,_path$s,SvgRestart,_path$r,SvgRocket,_path$q,_g$1,SvgStackedEmail,_path$p,SvgChatDisabledOld,_path$o,SvgEyeSolid,_path$n,_g,SvgOnDemand,_path$m,SvgPastSession,_path$l,SvgPersonCard,_path$k,SvgPersonCheck,_path$j,SvgPersonCrossed,_path$i,SvgPersonPlus,_path$h,SvgRestreaming,_path$g,SvgRestreamingDisabled,_path$f,SvgSeriesType,_path$e,SvgSessionTime,_path$d,SvgShield,_path$c,SvgSmileSolid,_path$b,SvgStandardType,_path$a,SvgUpcomingSession,_path$9,SvgDownloadAll,_path$8,SvgEmail,_path$7,SvgEmptyBasket,_path$6,_path2$2,SvgLifebuoy,_path$5,SvgMoney,_path$4,SvgProtection,_path$3,SvgReplace,_path$2,_path2$1,SvgUnverified,_path$1,SvgUpload,_path,_path2,SvgVerified,index$2,styles$o,styles$n,styles$m,styles$l,CHECKBOX_NAME,TRIGGER_NAME$5,CheckboxTrigger,Checkbox$1,INDICATOR_NAME$3,CheckboxIndicator,BUBBLE_INPUT_NAME$4,CheckboxBubbleInput,REACT_LAZY_TYPE$1,use$1,SLOTTABLE_IDENTIFIER$1,Primitive$1,NAME$2,Label$2,Root$6,styles$k_label,styles$k_semiBold,styles$k_regular,styles$j_container,styles$j_root,styles$j_label,styles$i_root,styles$i_error,styles$h,styles$g_root,styles$g_input,styles$g_button,styles$g_inputWrapper,UserAgent_DEPRECATED_1,hasRequiredUserAgent_DEPRECATED,ExecutionEnvironment_1,hasRequiredExecutionEnvironment,isEventSupported_1,hasRequiredIsEventSupported,normalizeWheel_1,hasRequiredNormalizeWheel$1,normalizeWheel$1,hasRequiredNormalizeWheel,normalizeWheel,css_248z,MIN_ZOOM,MAX_ZOOM,KEYBOARD_STEP,Cropper,DirectionContext,PAGE_KEYS,ARROW_KEYS$1,BACK_KEYS,SLIDER_NAME,Slider,SliderHorizontal,SliderVertical,SliderImpl,TRACK_NAME,SliderTrack,RANGE_NAME,SliderRange,THUMB_NAME$1,SliderThumb,SliderThumbImpl,BUBBLE_INPUT_NAME$3,SliderBubbleInput,Root$5,Track,Range,Thumb$1,style$6_container,style$6_track,style$6_range,style$6_thumb,style$6_thumbArea,style$5_root,style$5_wrapper,style$5_slider,css$5_toast,css$5_noCloseBtn,css$5_icon,css$5_success,css$5_warning,css$5_error,css$5_info,css$5_message,css$5_description,css$5_noMessage,css$5_closeButton,css$5_closeIcon,css$4,toast$1,style$4_note,style$4_icon,style$3_container,style$3_isDraggedOver,styles$f_overlay,styles$f_header,styles$f_isTitleHidden,styles$f_close,styles$f_title,styles$f_titleCentered,styles$f_content,styles$f_body,styles$e,isClient$1,noop$2,index$1,NAME$1,Arrow$1,Root$4,POPPER_NAME,Popper,ANCHOR_NAME$2,PopperAnchor,CONTENT_NAME$6,PopperContent,ARROW_NAME$5,OPPOSITE_SIDE,PopperArrow,transformOrigin,Root2$5,Anchor,Content$1,Arrow,ENTRY_FOCUS,EVENT_OPTIONS,GROUP_NAME$3,RovingFocusGroup,RovingFocusGroupImpl,ITEM_NAME$4,RovingFocusGroupItem,MAP_KEY_TO_FOCUS_INTENT,Root$3,Item$1,SELECTION_KEYS$1,LAST_KEYS,FIRST_LAST_KEYS,SUB_OPEN_KEYS,SUB_CLOSE_KEYS,MENU_NAME,usePopperScope$3,useRovingFocusGroupScope$2,Menu$2,ANCHOR_NAME$1,MenuAnchor,PORTAL_NAME$4,MenuPortal$1,CONTENT_NAME$5,MenuContent,MenuRootContentModal,MenuRootContentNonModal,Slot$2,MenuContentImpl,GROUP_NAME$2,MenuGroup,LABEL_NAME$2,MenuLabel,ITEM_NAME$3,ITEM_SELECT,MenuItem,MenuItemImpl,CHECKBOX_ITEM_NAME$1,MenuCheckboxItem,RADIO_GROUP_NAME$2,MenuRadioGroup,RADIO_ITEM_NAME$1,MenuRadioItem,ITEM_INDICATOR_NAME$1,MenuItemIndicator,SEPARATOR_NAME$2,MenuSeparator,ARROW_NAME$4,MenuArrow,SUB_NAME,SUB_TRIGGER_NAME$1,MenuSubTrigger,SUB_CONTENT_NAME$1,MenuSubContent,Root3$1,Anchor2,Portal$3,Content2$4,Group$2,Label,Item2$2,CheckboxItem,RadioGroup$2,RadioItem,ItemIndicator,Separator,Arrow2$2,SubTrigger,SubContent,DROPDOWN_MENU_NAME,useMenuScope,DropdownMenu,TRIGGER_NAME$4,DropdownMenuTrigger$1,DropdownMenuPortal$1,CONTENT_NAME$4,DropdownMenuContent$1,GROUP_NAME$1,DropdownMenuGroup$1,LABEL_NAME$1,DropdownMenuLabel$1,ITEM_NAME$2,DropdownMenuItem$1,CHECKBOX_ITEM_NAME,RADIO_GROUP_NAME$1,RADIO_ITEM_NAME,INDICATOR_NAME$2,SEPARATOR_NAME$1,DropdownMenuSeparator$1,ARROW_NAME$3,SUB_TRIGGER_NAME,SUB_CONTENT_NAME,Root2$4,Trigger$4,Portal2,Content2$3,Group2,Label2,Item2$1,Separator2,styles$d_content,styles$d_scrollableArea,styles$d_item,styles$d_label,styles$d_warning,styles$d_separator,styles$c,styles$b_infoBanner,styles$b_infoBannerWrapper,styles$b_contentWrapper,styles$b_title,styles$b_iconWrapper,css$3_overlay,css$3_closeBtn,css$3_isHidden,css$3_title,css$3_withHeader,css$3_header,css$3_noTitle,css$3_content,css$3_body,css$3_footer,css$3_footerButtonsContainer,css$3_withFooter,css$3_btn,_excluded$6,StyleSheet,MS,MOZ,WEBKIT,COMMENT,RULESET,DECLARATION,IMPORT,KEYFRAMES,LAYER,abs,from,assign,line,column,length,position,character,characters,weakMemoize,isBrowser$3,identifierWithPointTracking,toRules,getRules,fixedElements,compat,removeLabel,prefixer,getServerStylisCache,defaultStylisPlugins,createCache,isBrowser$2,registerStyles,insertStyles,unitlessKeys,hyphenateRegex,animationRegex,isCustomProperty,isProcessableValue,processStyleName,processStyleValue,labelPattern,cursor,isBrowser$1,syncFallback,useInsertionEffect,useInsertionEffectAlwaysWithSyncFallback,isBrowser,EmotionCacheContext,withEmotionCache,ThemeContext,hasOwn,typePropName,createEmotionProps,Insertion,Emotion,Emotion$1,jsx,isClient,noop$1,index,_excluded$4,noop,cleanValue,cleanCommonProps,getStyleProps,passiveOptionAccessed,options,w,supportsPassiveEvents,removeProps,_excluded$3,_excluded2$1,coercePlacement,menuCSS,PortalPlacementContext,MenuPlacer,Menu$1,menuListCSS,MenuList,noticeCSS,noOptionsMessageCSS,loadingMessageCSS,NoOptionsMessage,LoadingMessage,menuPortalCSS,MenuPortal,containerCSS,SelectContainer,valueContainerCSS,ValueContainer,indicatorsContainerCSS,IndicatorsContainer,_templateObject,_excluded$2,_excluded2,_ref2$2,Svg,CrossIcon,DownChevron,baseCSS,dropdownIndicatorCSS,DropdownIndicator,clearIndicatorCSS,ClearIndicator,indicatorSeparatorCSS,IndicatorSeparator,loadingDotAnimations,loadingIndicatorCSS,LoadingDot,LoadingIndicator,css$1,Control$1,_excluded$1,groupCSS,Group,groupHeadingCSS,GroupHeading,Group$1,_excluded$5,inputCSS,spacingStyle,containerStyle,inputStyle,Input,multiValueCSS,multiValueLabelCSS,multiValueRemoveCSS,MultiValueGeneric,MultiValue,optionCSS,placeholderCSS,css,components,defaultComponents,safeIsNaN,_ref,A11yText$1,defaultAriaLiveMessages,LiveRegion,LiveRegion$1,diacritics,anyDiacritic,diacriticToBase,i,diacritic,j,stripDiacritics,memoizedStripDiacriticsForInput,trimString,defaultStringify,createFilter,_excluded,cancelScroll,STYLE_KEYS,LOCK_STYLES,canUseDOM,activeScrollLocks,listenerOptions,blurSelectInput,_ref2$1,_ref2,RequiredInput,RequiredInput$1,formatGroupLabel,getOptionLabel$1,getOptionValue$1,isOptionDisabled,defaultStyles,baseUnit,defaultTheme,defaultProps,getFocusedOptionId,getOptionLabel,getOptionValue,shouldHideSelectedOptions,instanceId,Select$2,StateManagedSelect,StateManagedSelect$1,styles$a_menuPortal,styles$a_container,styles$a_menu,styles$a_menuList,styles$a_option,styles$a_optionFocused,styles$a_optionDisabled,styles$a_optionSelected,styles$a_input,styles$a_control,styles$a_controlIsFocused,styles$a_isDisabled,styles$a_placeholder,styles$a_selectedValueWithIcon,styles$a_selectedValueIcon,styles$a_multiValue,styles$a_indicator,styles$a_indicatorIsDisabled,styles$a_controlIsOpened,styles$a_multiValueIsDisabled,styles$a_multiValueLabel,styles$a_multiValueLabelIsDisabled,styles$a_multiValueRemove,styles$a_multiValueRemoveIsDisabled,styles$a_valueContainer,styles$a_singleValue,styles$a_noOptionMessage,styles$a_errorMessage,styles$a_wrapper,styles$a_wrapperWithIcon,styles$a_isMulti,styles$a_label,styles$a_optional,styles$a_indicatorsContainer,styles$a_selectedValueText,styles$9_container,styles$9_button,styles$9_selected,styles$9_rotated,styles$9_disabled,POPOVER_NAME,usePopperScope$2,Popover$1,ANCHOR_NAME,TRIGGER_NAME$3,PopoverTrigger,PORTAL_NAME$2,PopoverPortal,CONTENT_NAME$3,PopoverContent,Slot$1,PopoverContentModal,PopoverContentNonModal,PopoverContentImpl,CLOSE_NAME,ARROW_NAME$2,PopoverArrow,Root2$3,Trigger$3,Portal$2,Content2$2,Arrow2$1,styles$8_popoverContent,styles$8_popoverTrigger,styles$8_arrow,REACT_LAZY_TYPE,use,SLOTTABLE_IDENTIFIER,Primitive,PROGRESS_NAME,DEFAULT_MAX,Progress$1,INDICATOR_NAME$1,ProgressIndicator,Root$2,Indicator$1,styles$7_root,styles$7_indicator,RADIO_NAME,Radio,INDICATOR_NAME,RadioIndicator,BUBBLE_INPUT_NAME$2,RadioBubbleInput,ARROW_KEYS,RADIO_GROUP_NAME,useRovingFocusGroupScope$1,useRadioScope,RadioGroup$1,ITEM_NAME$1,RadioGroupItem,INDICATOR_NAME2,RadioGroupIndicator,Root2$2,Item2,Indicator,styles$6,VISUALLY_HIDDEN_STYLES,NAME,VisuallyHidden,Root$1,OPEN_KEYS,SELECTION_KEYS,SELECT_NAME,usePopperScope$1,Select$1,TRIGGER_NAME$2,SelectTrigger,VALUE_NAME,SelectValue,ICON_NAME,SelectIcon,SelectPortal,CONTENT_NAME$2,SelectContent,CONTENT_MARGIN,CONTENT_IMPL_NAME,Slot,SelectContentImpl,ITEM_ALIGNED_POSITION_NAME,SelectItemAlignedPosition,POPPER_POSITION_NAME,SelectPopperPosition,VIEWPORT_NAME,SelectViewport,GROUP_NAME,LABEL_NAME,ITEM_NAME,SelectItem$1,ITEM_TEXT_NAME,SelectItemText$1,ITEM_INDICATOR_NAME,SCROLL_UP_BUTTON_NAME,SCROLL_DOWN_BUTTON_NAME,SelectScrollButtonImpl,SEPARATOR_NAME,ARROW_NAME$1,BUBBLE_INPUT_NAME$1,SelectBubbleInput,Root2$1,Trigger$2,Value,Icon,Portal$1,Content2$1,Viewport,Item,ItemText,styles$5_trigger,styles$5_icon,styles$5_startIcon,styles$5_value,styles$5_content,styles$5_item,SWITCH_NAME,Switch$1,THUMB_NAME,SwitchThumb,BUBBLE_INPUT_NAME,SwitchBubbleInput,Root,Thumb,styles$4_root,styles$4_thumb,TABS_NAME,useRovingFocusGroupScope,Tabs,TAB_LIST_NAME,TabsList$1,TRIGGER_NAME$1,TabsTrigger,CONTENT_NAME$1,TabsContent$1,Root2,List,Trigger$1,Content,styles$3_root,styles$3_list,styles$3_tab,styles$3_content,styles$2_default,styles$2_deleteButton,usePopperScope,PROVIDER_NAME,DEFAULT_DELAY_DURATION,TOOLTIP_OPEN,TooltipProvider,TOOLTIP_NAME,Tooltip$1,TRIGGER_NAME,TooltipTrigger,PORTAL_NAME,TooltipPortal,CONTENT_NAME,TooltipContent,TooltipContentHoverable,Slottable,TooltipContentImpl,ARROW_NAME,TooltipArrow,Provider,Root3,Trigger,Portal,Content2,Arrow2,styles$1_content,styles$1_tooltipTrigger,styles$1_arrow,styles,style$2_triggerButton,style$2_triggerButtonIcon,style$2_menuContent,style$2_menuItem,style$2_menuItemDisabled,style$1_root,style$1_image,style$1_row,style$1_iconContainer,style$1_icon,style$1_percent,style$1_fileData,style$1_isUploadMode,style$1_noMenu,style$1_fileName,style$1_duration,style_root,style_croppedImageContainer,style_croppedImageWrapper,style_croppedImage,style_uploadLabel,style_uploadInput,style_icon,style_header,style_text,style_uploadTextFormat,style_modalContent,style_modalBody,style_modalFooter,exported,React=require("react"),jsxRuntime=require("react/jsx-runtime"),ReactDOM=require("react-dom"),client=require("react-dom/client"),React__namespace=_interopNamespaceDefault(React),ReactDOM__namespace=_interopNamespaceDefault(ReactDOM),classnames={exports:{}},classnamesExports=requireClassnames(),cn=getDefaultExportFromCjs(classnamesExports),useLayoutEffect2=globalThis?.document?React__namespace.useLayoutEffect:()=>{},useReactId=React__namespace[" useId ".trim().toString()]||(()=>{}),count$1=0,useInsertionEffect$1=React__namespace[" useInsertionEffect ".trim().toString()]||useLayoutEffect2,SLOTTABLE_IDENTIFIER$3=Symbol("radix.slottable"),NODES$3=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Primitive$3=NODES$3.reduce((e,t)=>{const n=createSlot$3(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),DISMISSABLE_LAYER_NAME="DismissableLayer",CONTEXT_UPDATE="dismissableLayer.update",POINTER_DOWN_OUTSIDE="dismissableLayer.pointerDownOutside",FOCUS_OUTSIDE="dismissableLayer.focusOutside",DismissableLayerContext=React__namespace.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),DismissableLayer=React__namespace.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:r,onInteractOutside:s,onDismiss:i,...c}=e,l=React__namespace.useContext(DismissableLayerContext),[u,d]=React__namespace.useState(null),p=u?.ownerDocument??globalThis?.document,[,m]=React__namespace.useState({}),g=useComposedRefs(t,e=>d(e)),_=Array.from(l.layers),[f]=[...l.layersWithOutsidePointerEventsDisabled].slice(-1),h=_.indexOf(f),v=u?_.indexOf(u):-1,b=l.layersWithOutsidePointerEventsDisabled.size>0,R=v>=h,x=function(e,t=globalThis?.document){const n=useCallbackRef$1(e),o=React__namespace.useRef(!1),a=React__namespace.useRef(()=>{});return React__namespace.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let o=function(){handleAndDispatchCustomEvent(POINTER_DOWN_OUTSIDE,n,r,{discrete:!0})};const r={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",a.current),a.current=o,t.addEventListener("click",a.current,{once:!0})):o()}else t.removeEventListener("click",a.current);o.current=!1},r=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(r),t.removeEventListener("pointerdown",e),t.removeEventListener("click",a.current)}},[t,n]),{onPointerDownCapture:()=>o.current=!0}}(e=>{const t=e.target,n=[...l.branches].some(e=>e.contains(t));R&&!n&&(a?.(e),s?.(e),e.defaultPrevented||i?.())},p),y=function(e,t=globalThis?.document){const n=useCallbackRef$1(e),o=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=e=>{e.target&&!o.current&&handleAndDispatchCustomEvent(FOCUS_OUTSIDE,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;[...l.branches].some(e=>e.contains(t))||(r?.(e),s?.(e),e.defaultPrevented||i?.())},p);return function(e,t=globalThis?.document){const n=useCallbackRef$1(e);React__namespace.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=>{v===l.layers.size-1&&(o?.(e),!e.defaultPrevented&&i&&(e.preventDefault(),i()))},p),React__namespace.useEffect(()=>{if(u)return n&&(0===l.layersWithOutsidePointerEventsDisabled.size&&(originalBodyPointerEvents=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),l.layersWithOutsidePointerEventsDisabled.add(u)),l.layers.add(u),dispatchUpdate(),()=>{n&&1===l.layersWithOutsidePointerEventsDisabled.size&&(p.body.style.pointerEvents=originalBodyPointerEvents)}},[u,p,n,l]),React__namespace.useEffect(()=>()=>{u&&(l.layers.delete(u),l.layersWithOutsidePointerEventsDisabled.delete(u),dispatchUpdate())},[u,l]),React__namespace.useEffect(()=>{const e=()=>m({});return document.addEventListener(CONTEXT_UPDATE,e),()=>document.removeEventListener(CONTEXT_UPDATE,e)},[]),jsxRuntime.jsx(Primitive$3.div,{...c,ref:g,style:{pointerEvents:b?R?"auto":"none":void 0,...e.style},onFocusCapture:composeEventHandlers(e.onFocusCapture,y.onFocusCapture),onBlurCapture:composeEventHandlers(e.onBlurCapture,y.onBlurCapture),onPointerDownCapture:composeEventHandlers(e.onPointerDownCapture,x.onPointerDownCapture)})});if(DismissableLayer.displayName=DISMISSABLE_LAYER_NAME,BRANCH_NAME="DismissableLayerBranch",DismissableLayerBranch=React__namespace.forwardRef((e,t)=>{const n=React__namespace.useContext(DismissableLayerContext),o=React__namespace.useRef(null),a=useComposedRefs(t,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),jsxRuntime.jsx(Primitive$3.div,{...e,ref:a})}),DismissableLayerBranch.displayName=BRANCH_NAME,AUTOFOCUS_ON_MOUNT="focusScope.autoFocusOnMount",AUTOFOCUS_ON_UNMOUNT="focusScope.autoFocusOnUnmount",EVENT_OPTIONS$1={bubbles:!1,cancelable:!0},FOCUS_SCOPE_NAME="FocusScope",FocusScope=React__namespace.forwardRef((e,t)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:a,onUnmountAutoFocus:r,...s}=e,[i,c]=React__namespace.useState(null),l=useCallbackRef$1(a),u=useCallbackRef$1(r),d=React__namespace.useRef(null),p=useComposedRefs(t,e=>c(e)),m=React__namespace.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;React__namespace.useEffect(()=>{if(o){let e=function(e){if(m.paused||!i)return;const t=e.target;i.contains(t)?d.current=t:focus(d.current,{select:!0})},t=function(e){if(m.paused||!i)return;const t=e.relatedTarget;null!==t&&(i.contains(t)||focus(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&focus(i)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return i&&o.observe(i,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[o,i,m.paused]),React__namespace.useEffect(()=>{if(i){focusScopesStack.add(m);const t=document.activeElement;if(!i.contains(t)){const n=new CustomEvent(AUTOFOCUS_ON_MOUNT,EVENT_OPTIONS$1);i.addEventListener(AUTOFOCUS_ON_MOUNT,l),i.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const o of e)if(focus(o,{select:t}),document.activeElement!==n)return}((e=getTabbableCandidates(i),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&focus(i))}return()=>{i.removeEventListener(AUTOFOCUS_ON_MOUNT,l),setTimeout(()=>{const e=new CustomEvent(AUTOFOCUS_ON_UNMOUNT,EVENT_OPTIONS$1);i.addEventListener(AUTOFOCUS_ON_UNMOUNT,u),i.dispatchEvent(e),e.defaultPrevented||focus(t??document.body,{select:!0}),i.removeEventListener(AUTOFOCUS_ON_UNMOUNT,u),focusScopesStack.remove(m)},0)}}var e},[i,l,u,m]);const g=React__namespace.useCallback(e=>{if(!n&&!o)return;if(m.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,a=document.activeElement;if(t&&a){const t=e.currentTarget,[o,r]=function(e){const t=getTabbableCandidates(e);return[findVisible(t,e),findVisible(t.reverse(),e)]}(t);o&&r?e.shiftKey||a!==r?e.shiftKey&&a===o&&(e.preventDefault(),n&&focus(r,{select:!0})):(e.preventDefault(),n&&focus(o,{select:!0})):a===t&&e.preventDefault()}},[n,o,m.paused]);return jsxRuntime.jsx(Primitive$3.div,{tabIndex:-1,...s,ref:p,onKeyDown:g})}),FocusScope.displayName=FOCUS_SCOPE_NAME,focusScopesStack=function(){let e=[];return{add(t){const n=e[0];t!==n&&n?.pause(),e=arrayRemove(e,t),e.unshift(t)},remove(t){e=arrayRemove(e,t),e[0]?.resume()}}}(),PORTAL_NAME$7="Portal",(Portal$5=React__namespace.forwardRef((e,t)=>{const{container:n,...o}=e,[a,r]=React__namespace.useState(!1);useLayoutEffect2(()=>r(!0),[]);const s=n||a&&globalThis?.document?.body;return s?ReactDOM.createPortal(jsxRuntime.jsx(Primitive$3.div,{...o,ref:t}),s):null})).displayName=PORTAL_NAME$7,(Presence=e=>{const{present:t,children:n}=e,o=usePresence(t),a="function"==typeof n?n({present:o.isPresent}):React__namespace.Children.only(n),r=useComposedRefs(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)}(a));return"function"==typeof n||o.isPresent?React__namespace.cloneElement(a,{ref:r}):null}).displayName="Presence",count=0,extendStatics=function(e,t){return extendStatics=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])},extendStatics(e,t)},__assign=function(){return __assign=Object.assign||function(e){var t,n,o,a;for(n=1,o=arguments.length;n<o;n++)for(a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},__assign.apply(this,arguments)},"function"==typeof SuppressedError&&SuppressedError,zeroRightClassName="right-scroll-bar-position",fullWidthClassName="width-before-scroll-bar",noScrollbarsClassName="with-scroll-bars-hidden",removedBarSizeVariable="--removed-body-scroll-bar-size",useIsomorphicLayoutEffect="undefined"!=typeof window?React__namespace.useLayoutEffect:React__namespace.useEffect,currentValues=new WeakMap,(SideCar$1=function(e){var t,n=e.sideCar,o=__rest(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 React__namespace.createElement(t,__assign({},o))}).isSideCarExport=!0,effectCar=function(e){void 0===e&&(e={});var t=function(e,t){var n,o;return void 0===t&&(t=ItoI),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 a=t(e,o);return n.push(a),function(){n=n.filter(function(e){return e!==a})}},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,a,r,s;o=!0,t=[],n.length&&(a=n,n=[],a.forEach(e),t=n),r=function(){var n=t;t=[],n.forEach(e)},(s=function(){return Promise.resolve().then(r)})(),n={push:function(e){t.push(e),s()},filter:function(e){return t=t.filter(e),n}}}}}(null);return t.options=__assign({async:!0,ssr:!1},e),t}(),nothing=function(){},RemoveScroll=React__namespace.forwardRef(function(e,t){var n=React__namespace.useRef(null),o=React__namespace.useState({onScrollCapture:nothing,onWheelCapture:nothing,onTouchMoveCapture:nothing}),a=o[0],r=o[1],s=e.forwardProps,i=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,p=e.sideCar,m=e.noRelative,g=e.noIsolation,_=e.inert,f=e.allowPinchZoom,h=e.as,v=void 0===h?"div":h,b=e.gapMode,R=__rest(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),x=p,y=useMergeRefs([n,t]),C=__assign(__assign({},R),a);return React__namespace.createElement(React__namespace.Fragment,null,u&&React__namespace.createElement(x,{sideCar:effectCar,removeScrollBar:l,shards:d,noRelative:m,noIsolation:g,inert:_,setCallbacks:r,allowPinchZoom:!!f,lockRef:n,gapMode:b}),s?React__namespace.cloneElement(React__namespace.Children.only(i),__assign(__assign({},C),{ref:y})):React__namespace.createElement(v,__assign({},C,{className:c,ref:y}),i))}),RemoveScroll.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},RemoveScroll.classNames={fullWidth:fullWidthClassName,zeroRight:zeroRightClassName},getNonce=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__},stylesheetSingleton=function(){var e=0,t=null;return{add:function(n){var o,a;0==e&&(t=document?((o=document.createElement("style")).type="text/css",(a=getNonce())&&o.setAttribute("nonce",a),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)}}},styleHookSingleton=function(){var e=stylesheetSingleton();return function(t,n){React__namespace.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},styleSingleton=function(){var e=styleHookSingleton(),t=function(t){var n=t.styles,o=t.dynamic;return e(n,o),null};return t},zeroGap={left:0,top:0,right:0,gap:0},parse$1=function(e){return parseInt(e||"",10)||0},getOffset=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],o=t["padding"===e?"paddingTop":"marginTop"],a=t["padding"===e?"paddingRight":"marginRight"];return[parse$1(n),parse$1(o),parse$1(a)]},getGapWidth=function(e){var t,n,o;return void 0===e&&(e="margin"),"undefined"==typeof window?zeroGap:(t=getOffset(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])})},Style=styleSingleton(),lockAttribute="data-scroll-locked",getStyles=function(e,t,n,o){var a=e.left,r=e.top,s=e.right,i=e.gap;return void 0===n&&(n="margin"),"\n .".concat(noScrollbarsClassName," {\n overflow: hidden ").concat(o,";\n padding-right: ").concat(i,"px ").concat(o,";\n }\n body[").concat(lockAttribute,"] {\n overflow: hidden ").concat(o,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(o,";"),"margin"===n&&"\n padding-left: ".concat(a,"px;\n padding-top: ").concat(r,"px;\n padding-right: ").concat(s,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(i,"px ").concat(o,";\n "),"padding"===n&&"padding-right: ".concat(i,"px ").concat(o,";")].filter(Boolean).join(""),"\n }\n \n .").concat(zeroRightClassName," {\n right: ").concat(i,"px ").concat(o,";\n }\n \n .").concat(fullWidthClassName," {\n margin-right: ").concat(i,"px ").concat(o,";\n }\n \n .").concat(zeroRightClassName," .").concat(zeroRightClassName," {\n right: 0 ").concat(o,";\n }\n \n .").concat(fullWidthClassName," .").concat(fullWidthClassName," {\n margin-right: 0 ").concat(o,";\n }\n \n body[").concat(lockAttribute,"] {\n ").concat(removedBarSizeVariable,": ").concat(i,"px;\n }\n")},getCurrentUseCounter=function(){var e=parseInt(document.body.getAttribute(lockAttribute)||"0",10);return isFinite(e)?e:0},useLockAttribute=function(){React__namespace.useEffect(function(){return document.body.setAttribute(lockAttribute,(getCurrentUseCounter()+1).toString()),function(){var e=getCurrentUseCounter()-1;e<=0?document.body.removeAttribute(lockAttribute):document.body.setAttribute(lockAttribute,e.toString())}},[])},RemoveScrollBar=function(e){var t,n=e.noRelative,o=e.noImportant,a=e.gapMode,r=void 0===a?"margin":a;return useLockAttribute(),t=React__namespace.useMemo(function(){return getGapWidth(r)},[r]),React__namespace.createElement(Style,{styles:getStyles(t,!n,r,o?"":"!important")})},passiveSupported=!1,"undefined"!=typeof window)try{options$1=Object.defineProperty({},"passive",{get:function(){return passiveSupported=!0,!0}}),window.addEventListener("test",options$1,options$1),window.removeEventListener("test",options$1,options$1)}catch(err){passiveSupported=!1}nonPassive=!!passiveSupported&&{passive:!1},alwaysContainsScroll=function(e){return"TEXTAREA"===e.tagName},elementCanBeScrolled=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!alwaysContainsScroll(e)&&"visible"===n[t])},elementCouldBeVScrolled=function(e){return elementCanBeScrolled(e,"overflowY")},elementCouldBeHScrolled=function(e){return elementCanBeScrolled(e,"overflowX")},locationCouldBeScrolled=function(e,t){var n,o=t.ownerDocument,a=t;do{if("undefined"!=typeof ShadowRoot&&a instanceof ShadowRoot&&(a=a.host),elementCouldBeScrolled(e,a)&&(n=getScrollVariables(e,a))[1]>n[2])return!0;a=a.parentNode}while(a&&a!==o.body);return!1},getVScrollVariables=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},getHScrollVariables=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},elementCouldBeScrolled=function(e,t){return"v"===e?elementCouldBeVScrolled(t):elementCouldBeHScrolled(t)},getScrollVariables=function(e,t){return"v"===e?getVScrollVariables(t):getHScrollVariables(t)},getDirectionFactor=function(e,t){return"h"===e&&"rtl"===t?-1:1},handleScroll=function(e,t,n,o,a){var r,s,i,c,l=getDirectionFactor(e,window.getComputedStyle(t).direction),u=l*o,d=n.target,p=t.contains(d),m=!1,g=u>0,_=0,f=0;do{if(!d)break;s=(r=getScrollVariables(e,d))[0],i=r[1]-r[2]-l*s,(s||i)&&elementCouldBeScrolled(e,d)&&(_+=i,f+=s),d=(c=d.parentNode)&&c.nodeType===Node.DOCUMENT_FRAGMENT_NODE?c.host:c}while(!p&&d!==document.body||p&&(t.contains(d)||t===d));return(g&&Math.abs(_)<1||!g&&Math.abs(f)<1)&&(m=!0),m},getTouchXY=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},getDeltaXY=function(e){return[e.deltaX,e.deltaY]},extractRef=function(e){return e&&"current"in e?e.current:e},deltaCompare=function(e,t){return e[0]===t[0]&&e[1]===t[1]},generateStyle=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},idCounter=0,lockStack=[],exported=function(e){var t,n,o,a,r,s,i,c,l=React__namespace.useRef([]),u=React__namespace.useRef([0,0]),d=React__namespace.useRef(),p=React__namespace.useState(idCounter++)[0],m=React__namespace.useState(styleSingleton)[0],g=React__namespace.useRef(e);return React__namespace.useEffect(function(){g.current=e},[e]),React__namespace.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,a=0,r=t.length;a<r;a++)!o&&a in t||(o||(o=Array.prototype.slice.call(t,0,a)),o[a]=t[a]);return e.concat(o||Array.prototype.slice.call(t))}([e.lockRef.current],(e.shards||[]).map(extractRef),!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=React__namespace.useCallback(function(e,t){var n,o,a,r,s,i,c,l,p,m,_;return"touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey?!g.current.allowPinchZoom:(n=getTouchXY(e),o=u.current,a="deltaX"in e?e.deltaX:o[0]-n[0],r="deltaY"in e?e.deltaY:o[1]-n[1],i=e.target,c=Math.abs(a)>Math.abs(r)?"h":"v",(!("touches"in e)||"h"!==c||"range"!==i.type)&&!((p=(l=window.getSelection())&&l.anchorNode)&&(p===i||p.contains(i)))&&(!(m=locationCouldBeScrolled(c,i))||(m?s=c:(s="v"===c?"h":"v",m=locationCouldBeScrolled(c,i)),!!m&&(!d.current&&"changedTouches"in e&&(a||r)&&(d.current=s),!s||(_=d.current||s,handleScroll(_,t,e,"h"===_?a:r))))))},[]),n=React__namespace.useCallback(function(e){var n,o,a,r=e;lockStack.length&&lockStack[lockStack.length-1]===m&&(n="deltaY"in r?getDeltaXY(r):getTouchXY(r),(o=l.current.filter(function(e){return e.name===r.type&&(e.target===r.target||r.target===e.shadowParent)&&deltaCompare(e.delta,n)})[0])&&o.should?r.cancelable&&r.preventDefault():o||(a=(g.current.shards||[]).map(extractRef).filter(Boolean).filter(function(e){return e.contains(r.target)}),(a.length>0?t(r,a[0]):!g.current.noIsolation)&&r.cancelable&&r.preventDefault()))},[]),o=React__namespace.useCallback(function(e,t,n,o){var a={name:e,delta:t,target:n,should:o,shadowParent:getOutermostShadowParent(n)};l.current.push(a),setTimeout(function(){l.current=l.current.filter(function(e){return e!==a})},1)},[]),a=React__namespace.useCallback(function(e){u.current=getTouchXY(e),d.current=void 0},[]),r=React__namespace.useCallback(function(n){o(n.type,getDeltaXY(n),n.target,t(n,e.lockRef.current))},[]),s=React__namespace.useCallback(function(n){o(n.type,getTouchXY(n),n.target,t(n,e.lockRef.current))},[]),React__namespace.useEffect(function(){return lockStack.push(m),e.setCallbacks({onScrollCapture:r,onWheelCapture:r,onTouchMoveCapture:s}),document.addEventListener("wheel",n,nonPassive),document.addEventListener("touchmove",n,nonPassive),document.addEventListener("touchstart",a,nonPassive),function(){lockStack=lockStack.filter(function(e){return e!==m}),document.removeEventListener("wheel",n,nonPassive),document.removeEventListener("touchmove",n,nonPassive),document.removeEventListener("touchstart",a,nonPassive)}},[]),i=e.removeScrollBar,c=e.inert,React__namespace.createElement(React__namespace.Fragment,null,c?React__namespace.createElement(m,{styles:generateStyle(p)}):null,i?React__namespace.createElement(RemoveScrollBar,{noRelative:e.noRelative,gapMode:e.gapMode}):null)},effectCar.useMedium(exported),SideCar=SideCar$1,(ReactRemoveScroll=React__namespace.forwardRef(function(e,t){return React__namespace.createElement(RemoveScroll,__assign({},e,{ref:t,sideCar:SideCar}))})).classNames=RemoveScroll.classNames,getDefaultParent=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},counterMap=new WeakMap,uncontrolledNodes=new WeakMap,markerMap={},lockCount=0,unwrapHost=function(e){return e&&(e.host||unwrapHost(e.parentNode))},correctTargets=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=unwrapHost(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)})},applyAttributeToOthers=function(t,n,o,a){var r,s,i,c,l,u,d=correctTargets(n,Array.isArray(t)?t:[t]);return markerMap[o]||(markerMap[o]=new WeakMap),r=markerMap[o],s=[],i=new Set,c=new Set(d),l=function(e){e&&!i.has(e)&&(i.add(e),l(e.parentNode))},d.forEach(l),u=function(t){t&&!c.has(t)&&Array.prototype.forEach.call(t.children,function(t){var n,c,l,d;if(i.has(t))u(t);else try{c=null!==(n=t.getAttribute(a))&&"false"!==n,l=(counterMap.get(t)||0)+1,d=(r.get(t)||0)+1,counterMap.set(t,l),r.set(t,d),s.push(t),1===l&&c&&uncontrolledNodes.set(t,!0),1===d&&t.setAttribute(o,"true"),c||t.setAttribute(a,"true")}catch(e){console.error("aria-hidden: cannot operate on ",t,e)}})},u(n),i.clear(),lockCount++,function(){s.forEach(function(e){var t=counterMap.get(e)-1,n=r.get(e)-1;counterMap.set(e,t),r.set(e,n),t||(uncontrolledNodes.has(e)||e.removeAttribute(a),uncontrolledNodes.delete(e)),n||e.removeAttribute(o)}),--lockCount||(counterMap=new WeakMap,counterMap=new WeakMap,uncontrolledNodes=new WeakMap,markerMap={})}},hideOthers=function(e,t,n){var o,a;return void 0===n&&(n="data-aria-hidden"),o=Array.from(Array.isArray(e)?e:[e]),(a=getDefaultParent(e))?(o.push.apply(o,Array.from(a.querySelectorAll("[aria-live], script"))),applyAttributeToOthers(o,a,n,"aria-hidden")):function(){return null}},DIALOG_NAME="Dialog";var[createDialogContext,createDialogScope]=createContextScope$2(DIALOG_NAME),[DialogProvider,useDialogContext]=createDialogContext(DIALOG_NAME);(Dialog=e=>{const{__scopeDialog:t,children:n,open:o,defaultOpen:a,onOpenChange:r,modal:s=!0}=e,i=React__namespace.useRef(null),c=React__namespace.useRef(null),[l,u]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:DIALOG_NAME});return jsxRuntime.jsx(DialogProvider,{scope:t,triggerRef:i,contentRef:c,contentId:useId(),titleId:useId(),descriptionId:useId(),open:l,onOpenChange:u,onOpenToggle:React__namespace.useCallback(()=>u(e=>!e),[u]),modal:s,children:n})}).displayName=DIALOG_NAME,TRIGGER_NAME$7="DialogTrigger",(DialogTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(TRIGGER_NAME$7,n),r=useComposedRefs(t,a.triggerRef);return jsxRuntime.jsx(Primitive$3.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":getState$4(a.open),...o,ref:r,onClick:composeEventHandlers(e.onClick,a.onOpenToggle)})})).displayName=TRIGGER_NAME$7,PORTAL_NAME$6="DialogPortal";var[PortalProvider$3,usePortalContext$3]=createDialogContext(PORTAL_NAME$6,{forceMount:void 0});(DialogPortal=e=>{const{__scopeDialog:t,forceMount:n,children:o,container:a}=e,r=useDialogContext(PORTAL_NAME$6,t);return jsxRuntime.jsx(PortalProvider$3,{scope:t,forceMount:n,children:React__namespace.Children.map(o,e=>jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:e})}))})}).displayName=PORTAL_NAME$6,OVERLAY_NAME$1="DialogOverlay",(DialogOverlay=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$3(OVERLAY_NAME$1,e.__scopeDialog),{forceMount:o=n.forceMount,...a}=e,r=useDialogContext(OVERLAY_NAME$1,e.__scopeDialog);return r.modal?jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(DialogOverlayImpl,{...a,ref:t})}):null})).displayName=OVERLAY_NAME$1,Slot$3=createSlot$3("DialogOverlay.RemoveScroll"),DialogOverlayImpl=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(OVERLAY_NAME$1,n);return jsxRuntime.jsx(ReactRemoveScroll,{as:Slot$3,allowPinchZoom:!0,shards:[a.contentRef],children:jsxRuntime.jsx(Primitive$3.div,{"data-state":getState$4(a.open),...o,ref:t,style:{pointerEvents:"auto",...o.style}})})}),CONTENT_NAME$8="DialogContent",(DialogContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$3(CONTENT_NAME$8,e.__scopeDialog),{forceMount:o=n.forceMount,...a}=e,r=useDialogContext(CONTENT_NAME$8,e.__scopeDialog);return jsxRuntime.jsx(Presence,{present:o||r.open,children:r.modal?jsxRuntime.jsx(DialogContentModal,{...a,ref:t}):jsxRuntime.jsx(DialogContentNonModal,{...a,ref:t})})})).displayName=CONTENT_NAME$8,DialogContentModal=React__namespace.forwardRef((e,t)=>{const n=useDialogContext(CONTENT_NAME$8,e.__scopeDialog),o=React__namespace.useRef(null),a=useComposedRefs(t,n.contentRef,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(DialogContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:composeEventHandlers(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault())})}),DialogContentNonModal=React__namespace.forwardRef((e,t)=>{const n=useDialogContext(CONTENT_NAME$8,e.__scopeDialog),o=React__namespace.useRef(!1),a=React__namespace.useRef(!1);return jsxRuntime.jsx(DialogContentImpl,{...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,a.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(a.current=!0));const r=t.target,s=n.triggerRef.current?.contains(r);s&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&a.current&&t.preventDefault()}})}),DialogContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:r,...s}=e,i=useDialogContext(CONTENT_NAME$8,n),c=React__namespace.useRef(null),l=useComposedRefs(t,c);return useFocusGuards(),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(FocusScope,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:r,children:jsxRuntime.jsx(DismissableLayer,{role:"dialog",id:i.contentId,"aria-describedby":i.descriptionId,"aria-labelledby":i.titleId,"data-state":getState$4(i.open),...s,ref:l,onDismiss:()=>i.onOpenChange(!1)})}),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(TitleWarning,{titleId:i.titleId}),jsxRuntime.jsx(DescriptionWarning$1,{contentRef:c,descriptionId:i.descriptionId})]})]})}),TITLE_NAME$1="DialogTitle",(DialogTitle=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(TITLE_NAME$1,n);return jsxRuntime.jsx(Primitive$3.h2,{id:a.titleId,...o,ref:t})})).displayName=TITLE_NAME$1,DESCRIPTION_NAME$1="DialogDescription",(DialogDescription=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(DESCRIPTION_NAME$1,n);return jsxRuntime.jsx(Primitive$3.p,{id:a.descriptionId,...o,ref:t})})).displayName=DESCRIPTION_NAME$1,CLOSE_NAME$1="DialogClose",(DialogClose=React__namespace.forwardRef((e,t)=>{const{__scopeDialog:n,...o}=e,a=useDialogContext(CLOSE_NAME$1,n);return jsxRuntime.jsx(Primitive$3.button,{type:"button",...o,ref:t,onClick:composeEventHandlers(e.onClick,()=>a.onOpenChange(!1))})})).displayName=CLOSE_NAME$1,TITLE_WARNING_NAME="DialogTitleWarning";var[WarningProvider,useWarningContext]=function(e,t){const n=React__namespace.createContext(t),o=e=>{const{children:t,...o}=e,a=React__namespace.useMemo(()=>o,Object.values(o));return jsxRuntime.jsx(n.Provider,{value:a,children:t})};return o.displayName=e+"Provider",[o,function(o){const a=React__namespace.useContext(n);if(a)return a;if(void 0!==t)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}]}(TITLE_WARNING_NAME,{contentName:CONTENT_NAME$8,titleName:TITLE_NAME$1,docsSlug:"dialog"});TitleWarning=({titleId:e})=>{const t=useWarningContext(TITLE_WARNING_NAME),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 React__namespace.useEffect(()=>{if(e){document.getElementById(e)||console.error(n)}},[n,e]),null},DESCRIPTION_WARNING_NAME="DialogDescriptionWarning",DescriptionWarning$1=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${useWarningContext(DESCRIPTION_WARNING_NAME).contentName}}.`;return React__namespace.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");if(t&&o){document.getElementById(t)||console.warn(n)}},[n,e,t]),null},Root$8=Dialog,Trigger$5=DialogTrigger,Portal$4=DialogPortal,Overlay=DialogOverlay,Content$2=DialogContent,Title=DialogTitle,Description=DialogDescription,Close=DialogClose,ROOT_NAME="AlertDialog";var[createAlertDialogContext]=createContextScope$2(ROOT_NAME,[createDialogScope]);useDialogScope=createDialogScope(),(AlertDialog=e=>{const{__scopeAlertDialog:t,...n}=e,o=useDialogScope(t);return jsxRuntime.jsx(Root$8,{...o,...n,modal:!0})}).displayName=ROOT_NAME,TRIGGER_NAME$6="AlertDialogTrigger",React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Trigger$5,{...a,...o,ref:t})}).displayName=TRIGGER_NAME$6,(AlertDialogPortal=e=>{const{__scopeAlertDialog:t,...n}=e,o=useDialogScope(t);return jsxRuntime.jsx(Portal$4,{...o,...n})}).displayName="AlertDialogPortal",OVERLAY_NAME="AlertDialogOverlay",(AlertDialogOverlay=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Overlay,{...a,...o,ref:t})})).displayName=OVERLAY_NAME,CONTENT_NAME$7="AlertDialogContent";var[AlertDialogContentProvider,useAlertDialogContentContext]=createAlertDialogContext(CONTENT_NAME$7);Slottable$1=createSlottable("AlertDialogContent"),(AlertDialogContent=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,children:o,...a}=e,r=useDialogScope(n),s=React__namespace.useRef(null),i=useComposedRefs(t,s),c=React__namespace.useRef(null);return jsxRuntime.jsx(WarningProvider,{contentName:CONTENT_NAME$7,titleName:TITLE_NAME,docsSlug:"alert-dialog",children:jsxRuntime.jsx(AlertDialogContentProvider,{scope:n,cancelRef:c,children:jsxRuntime.jsxs(Content$2,{role:"alertdialog",...r,...a,ref:i,onOpenAutoFocus:composeEventHandlers(a.onOpenAutoFocus,e=>{e.preventDefault(),c.current?.focus({preventScroll:!0})}),onPointerDownOutside:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault(),children:[jsxRuntime.jsx(Slottable$1,{children:o}),jsxRuntime.jsx(DescriptionWarning,{contentRef:s})]})})})})).displayName=CONTENT_NAME$7,TITLE_NAME="AlertDialogTitle",(AlertDialogTitle=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Title,{...a,...o,ref:t})})).displayName=TITLE_NAME,DESCRIPTION_NAME="AlertDialogDescription",(AlertDialogDescription=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Description,{...a,...o,ref:t})})).displayName=DESCRIPTION_NAME,ACTION_NAME="AlertDialogAction",(AlertDialogAction=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,a=useDialogScope(n);return jsxRuntime.jsx(Close,{...a,...o,ref:t})})).displayName=ACTION_NAME,CANCEL_NAME="AlertDialogCancel",(AlertDialogCancel=React__namespace.forwardRef((e,t)=>{const{__scopeAlertDialog:n,...o}=e,{cancelRef:a}=useAlertDialogContentContext(CANCEL_NAME,n),r=useDialogScope(n),s=useComposedRefs(t,a);return jsxRuntime.jsx(Close,{...r,...o,ref:s})})).displayName=CANCEL_NAME,DescriptionWarning=({contentRef:e})=>{const t=`\`${CONTENT_NAME$7}\` requires a description for the component to be accessible for screen reader users.\n\nYou can add a description to the \`${CONTENT_NAME$7}\` by passing a \`${DESCRIPTION_NAME}\` 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 \`${CONTENT_NAME$7}\`. 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 React__namespace.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},Root2$6=AlertDialog,Portal2$1=AlertDialogPortal,Overlay2=AlertDialogOverlay,Content2$5=AlertDialogContent,Action=AlertDialogAction,Cancel=AlertDialogCancel,Title2=AlertDialogTitle,Description2=AlertDialogDescription,SvgClose=function(e){return React__namespace.createElement("svg",_extends$25({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$22||(_path$22=React__namespace.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"})))},styles$r={loader:"Loader-modules_loader__waPdv",small:"Loader-modules_small__ACDdJ",inheritColor:"Loader-modules_inheritColor__4aWvb"},styles$q={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 Button$1=React.forwardRef(({disabled:e=!1,children:t,onClick:n,size:o="medium",variant:a="primary",type:r="button",prefix:s="",suffix:i="",className:c="",fullWidth:l=!1,showLoader:u=!1,...d},p)=>React.createElement("button",{ref:p,type:r,disabled:e,className:cn("demio-ui-button",styles$q.button,{[c]:c,[styles$q[o]]:o,[styles$q[a]]:a,[styles$q.fullWidth]:l}),onClick:n,...d},(s||u)&&React.createElement("span",{className:cn("demio-ui-button-prefix",styles$q.prefix)},u?React.createElement(Loader,{size:"small",inheritColor:!0}):s),t,i&&React.createElement("span",{className:cn("demio-ui-button-suffix",styles$q.suffix)},i)));styles$p_overlay="Alert-modules_overlay__4XRHj",styles$p_close="Alert-modules_close__dyL0l",styles$p_content="Alert-modules_content__Y7nMS",styles$p_title="Alert-modules_title__e8UHT",styles$p_description="Alert-modules_description__wyWR-",styles$p_buttons="Alert-modules_buttons__cOEDw",REACT_LAZY_TYPE$2=Symbol.for("react.lazy"),use$2=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER$2=Symbol("radix.slottable"),Primitive$2=["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=createSlotClone$2(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent$2(o)&&"function"==typeof use$2&&(o=use$2(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable$2);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),shim={exports:{}},useSyncExternalStoreShim_production={},require$$0=getDefaultExportFromNamespaceIfPresent(React__namespace),useSyncExternalStoreShim_development={},shimExports=requireShim(),AVATAR_NAME="Avatar";var[createAvatarContext]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o);a.displayName=t+"Context";const r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes$1(o,...t)]}(AVATAR_NAME),[AvatarProvider,useAvatarContext]=createAvatarContext(AVATAR_NAME);(Avatar$1=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,...o}=e,[a,r]=React__namespace.useState("idle");return jsxRuntime.jsx(AvatarProvider,{scope:n,imageLoadingStatus:a,onImageLoadingStatusChange:r,children:jsxRuntime.jsx(Primitive$2.span,{...o,ref:t})})})).displayName=AVATAR_NAME,IMAGE_NAME="AvatarImage",(AvatarImage=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,src:o,onLoadingStatusChange:a=()=>{},...r}=e,s=useAvatarContext(IMAGE_NAME,n),i=useImageLoadingStatus(o,r),c=useCallbackRef$1(e=>{a(e),s.onImageLoadingStatusChange(e)});return useLayoutEffect2(()=>{"idle"!==i&&c(i)},[i,c]),"loaded"===i?jsxRuntime.jsx(Primitive$2.img,{...r,ref:t,src:o}):null})).displayName=IMAGE_NAME,FALLBACK_NAME="AvatarFallback",(AvatarFallback=React__namespace.forwardRef((e,t)=>{const{__scopeAvatar:n,delayMs:o,...a}=e,r=useAvatarContext(FALLBACK_NAME,n),[s,i]=React__namespace.useState(void 0===o);return React__namespace.useEffect(()=>{if(void 0!==o){const e=window.setTimeout(()=>i(!0),o);return()=>window.clearTimeout(e)}},[o]),s&&"loaded"!==r.imageLoadingStatus?jsxRuntime.jsx(Primitive$2.span,{...a,ref:t}):null})).displayName=FALLBACK_NAME,Root$7=Avatar$1,Image$1=AvatarImage,Fallback=AvatarFallback,SvgAdd=function(e){return React__namespace.createElement("svg",_extends$24({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"add_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$21||(_path$21=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$p||(_g$p=React__namespace.createElement("g",{mask:"url(#add_svg__a)"},React__namespace.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"}))))},SvgArrowLeft=function(e){return React__namespace.createElement("svg",_extends$23({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$20||(_path$20=React__namespace.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"})))},SvgCheck=function(e){return React__namespace.createElement("svg",_extends$22({fill:"currentColor","aria-hidden":"true","data-icon":"check",viewBox:"64 64 896 896"},e),_path$1$||(_path$1$=React__namespace.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"})))},SvgDelete=function(e){return React__namespace.createElement("svg",_extends$21({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1_||(_path$1_=React__namespace.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"})))},SvgEdit=function(e){return React__namespace.createElement("svg",_extends$20({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1Z||(_path$1Z=React__namespace.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"})))},SvgEditSection=function(e){return React__namespace.createElement("svg",_extends$1$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 15"},e),_path$1Y||(_path$1Y=React__namespace.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"})))},SvgKeyboardArrowDown=function(e){return React__namespace.createElement("svg",_extends$1_({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"keyboard_arrow_down_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1X||(_path$1X=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$o||(_g$o=React__namespace.createElement("g",{mask:"url(#keyboard_arrow_down_svg__a)"},React__namespace.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"}))))},SvgPlus=function(e){return React__namespace.createElement("svg",_extends$1Z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1W||(_path$1W=React__namespace.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"})))},SvgSearch=function(e){return React__namespace.createElement("svg",_extends$1Y({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},e),_path$1V||(_path$1V=React__namespace.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"})))},SvgArrowLeftDouble=function(e){return React__namespace.createElement("svg",_extends$1X({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1U||(_path$1U=React__namespace.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"})),_path2$6||(_path2$6=React__namespace.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"})))},SvgArrowLeftSingle=function(e){return React__namespace.createElement("svg",_extends$1W({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1T||(_path$1T=React__namespace.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"})))},SvgCompress=function(e){return React__namespace.createElement("svg",_extends$1V({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1S||(_path$1S=React__namespace.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"})))},SvgExpand=function(e){return React__namespace.createElement("svg",_extends$1U({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1R||(_path$1R=React__namespace.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"})))},SvgAt=function(e){return React__namespace.createElement("svg",_extends$1T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1Q||(_path$1Q=React__namespace.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"})))},SvgCheckCircle=function(e){return React__namespace.createElement("svg",_extends$1S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1P||(_path$1P=React__namespace.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"})))},SvgCheckCircleSolid=function(e){return React__namespace.createElement("svg",_extends$1R({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1O||(_path$1O=React__namespace.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"})))},SvgCheckbox=function(e){return React__namespace.createElement("svg",_extends$1Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1N||(_path$1N=React__namespace.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"})))},SvgExclamation=function(e){return React__namespace.createElement("svg",_extends$1P({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1M||(_path$1M=React__namespace.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"})))},SvgPasswordEye=function(e){return React__namespace.createElement("svg",_extends$1O({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 22 16"},e),_path$1L||(_path$1L=React__namespace.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"})))},SvgPasswordEyeCrossed=function(e){return React__namespace.createElement("svg",_extends$1N({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 20"},e),_path$1K||(_path$1K=React__namespace.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"})))},SvgAlert=function(e){return React__namespace.createElement("svg",_extends$1M({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$1J||(_path$1J=React__namespace.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"})))},SvgCamera=function(e){return React__namespace.createElement("svg",_extends$1L({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$1I||(_path$1I=React__namespace.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"})))},SvgCameraOutlined=function(e){return React__namespace.createElement("svg",_extends$1K({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),_g$n||(_g$n=React__namespace.createElement("g",{clipPath:"url(#camera_outlined_svg__a)"},React__namespace.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"}))),_defs$1||(_defs$1=React__namespace.createElement("defs",null,React__namespace.createElement("clipPath",{id:"camera_outlined_svg__a"},React__namespace.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))))},SvgChatIcon=function(e){return React__namespace.createElement("svg",_extends$1J({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1H||(_path$1H=React__namespace.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"})))},SvgChatDisabled=function(e){return React__namespace.createElement("svg",_extends$1I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1G||(_path$1G=React__namespace.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"})),_path2$5||(_path2$5=React__namespace.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"})),_path3$1||(_path3$1=React__namespace.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 22.8V18h2.4v4.8z",clipRule:"evenodd"})),_path4||(_path4=React__namespace.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"})),_path5||(_path5=React__namespace.createElement("path",{fill:"#02BF6F",fillRule:"evenodd",d:"M7.2 11.562 15.025 6l1.39 1.956-7.825 5.562z",clipRule:"evenodd"})))},SvgMicOff=function(e){return React__namespace.createElement("svg",_extends$1H({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic_off_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1F||(_path$1F=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$m||(_g$m=React__namespace.createElement("g",{mask:"url(#mic_off_svg__a)"},React__namespace.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"}))))},SvgMicOff1=function(e){return React__namespace.createElement("svg",_extends$1G({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1E||(_path$1E=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$l||(_g$l=React__namespace.createElement("g",{mask:"url(#mic_off-1_svg__a)"},React__namespace.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"}))))},SvgMicOutlined=function(e){return React__namespace.createElement("svg",_extends$1F({xmlns:"http://www.w3.org/2000/svg",fill:"none"},e),_path$1D||(_path$1D=React__namespace.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"})))},SvgMic1=function(e){return React__namespace.createElement("svg",_extends$1E({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"mic-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1C||(_path$1C=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$k||(_g$k=React__namespace.createElement("g",{mask:"url(#mic-1_svg__a)"},React__namespace.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"}))))},SvgMicBold=function(e){return React__namespace.createElement("svg",_extends$1D({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$1B||(_path$1B=React__namespace.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"})))},SvgVideocam=function(e){return React__namespace.createElement("svg",_extends$1C({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"videocam_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1A||(_path$1A=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$j||(_g$j=React__namespace.createElement("g",{mask:"url(#videocam_svg__a)"},React__namespace.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"}))))},SvgVideocam1=function(e){return React__namespace.createElement("svg",_extends$1B({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"videocam-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1z||(_path$1z=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$i||(_g$i=React__namespace.createElement("g",{mask:"url(#videocam-1_svg__a)"},React__namespace.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"}))))},SvgVolumeOff1=function(e){return React__namespace.createElement("svg",_extends$1A({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"volume_off-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1y||(_path$1y=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$h||(_g$h=React__namespace.createElement("g",{mask:"url(#volume_off-1_svg__a)"},React__namespace.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"}))))},SvgVolumeUp=function(e){return React__namespace.createElement("svg",_extends$1z({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"volume_up_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1x||(_path$1x=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$g||(_g$g=React__namespace.createElement("g",{mask:"url(#volume_up_svg__a)"},React__namespace.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"}))))},SvgClock=function(e){return React__namespace.createElement("svg",_extends$1y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1w||(_path$1w=React__namespace.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"})))},SvgCopy=function(e){return React__namespace.createElement("svg",_extends$1x({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1v||(_path$1v=React__namespace.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"})))},SvgDots=function(e){return React__namespace.createElement("svg",_extends$1w({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1u||(_path$1u=React__namespace.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"})))},SvgDownload=function(e){return React__namespace.createElement("svg",_extends$1v({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1t||(_path$1t=React__namespace.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"})))},SvgExternalLink=function(e){return React__namespace.createElement("svg",_extends$1u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),_path$1s||(_path$1s=React__namespace.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"})))},SvgFile=function(e){return React__namespace.createElement("svg",_extends$1t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1r||(_path$1r=React__namespace.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"})))},SvgFilterList=function(e){return React__namespace.createElement("svg",_extends$1s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1q||(_path$1q=React__namespace.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"})))},SvgFlipCamera=function(e){return React__namespace.createElement("svg",_extends$1r({viewBox:"0 0 24 24"},e),_path$1p||(_path$1p=React__namespace.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"})))},SvgGear=function(e){return React__namespace.createElement("svg",_extends$1q({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1o||(_path$1o=React__namespace.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"})))},SvgLock=function(e){return React__namespace.createElement("svg",_extends$1p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1n||(_path$1n=React__namespace.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"})))},SvgMail=function(e){return React__namespace.createElement("svg",_extends$1o({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1m||(_path$1m=React__namespace.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"})))},SvgPlay=function(e){return React__namespace.createElement("svg",_extends$1n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$1l||(_path$1l=React__namespace.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"})))},SvgPlayCircle=function(e){return React__namespace.createElement("svg",_extends$1m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1000 1000"},e),_circle||(_circle=React__namespace.createElement("circle",{cx:500,cy:500,r:500,fill:"#2c3336"})),_path$1k||(_path$1k=React__namespace.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"})))},SvgSync=function(e){return React__namespace.createElement("svg",_extends$1l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1j||(_path$1j=React__namespace.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"})))},SvgTimesCircle=function(e){return React__namespace.createElement("svg",_extends$1k({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1i||(_path$1i=React__namespace.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"})))},SvgTrash=function(e){return React__namespace.createElement("svg",_extends$1j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1h||(_path$1h=React__namespace.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"})))},SvgUndo=function(e){return React__namespace.createElement("svg",_extends$1i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1g||(_path$1g=React__namespace.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"})))},SvgHelp=function(e){return React__namespace.createElement("svg",_extends$1h({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_path$1f||(_path$1f=React__namespace.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"})))},SvgHelpSolid=function(e){return React__namespace.createElement("svg",_extends$1g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1e||(_path$1e=React__namespace.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"})))},SvgInfo=function(e){return React__namespace.createElement("svg",_extends$1f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1d||(_path$1d=React__namespace.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"})))},SvgInfo1=function(e){return React__namespace.createElement("svg",_extends$1e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"info-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$1c||(_path$1c=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$f||(_g$f=React__namespace.createElement("g",{mask:"url(#info-1_svg__a)"},React__namespace.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"}))))},SvgInfoCircle=function(e){return React__namespace.createElement("svg",_extends$1d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1b||(_path$1b=React__namespace.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"})))},SvgInfoCircleSolid=function(e){return React__namespace.createElement("svg",_extends$1c({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$1a||(_path$1a=React__namespace.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"})))},SvgWarning=function(e){return React__namespace.createElement("svg",_extends$1b({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"warning_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$19||(_path$19=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$e||(_g$e=React__namespace.createElement("g",{mask:"url(#warning_svg__a)"},React__namespace.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"}))))},SvgWarning1=function(e){return React__namespace.createElement("svg",_extends$1a({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"warning-1_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$18||(_path$18=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$d||(_g$d=React__namespace.createElement("g",{mask:"url(#warning-1_svg__a)"},React__namespace.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"}))))},SvgBarChart=function(e){return React__namespace.createElement("svg",_extends$19({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$17||(_path$17=React__namespace.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"})))},SvgInsights=function(e){return React__namespace.createElement("svg",_extends$18({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_path$16||(_path$16=React__namespace.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"})))},SvgPoll=function(e){return React__namespace.createElement("svg",_extends$17({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$15||(_path$15=React__namespace.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"})),_path2$4||(_path2$4=React__namespace.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"})))},SvgProgress=function(e){return React__namespace.createElement("svg",_extends$16({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$14||(_path$14=React__namespace.createElement("path",{fill:"#DEE4E8",d:"M12 0A12 12 0 1 1 0 12h2.64A9.36 9.36 0 1 0 12 2.64z"})))},SvgTrendingDown=function(e){return React__namespace.createElement("svg",_extends$15({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$13||(_path$13=React__namespace.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"})))},SvgTrendingUp=function(e){return React__namespace.createElement("svg",_extends$14({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$12||(_path$12=React__namespace.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"})))},SvgCalendar=function(e){return React__namespace.createElement("svg",_extends$13({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),React__namespace.createElement("mask",{id:"calendar_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$11||(_path$11=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),_g$c||(_g$c=React__namespace.createElement("g",{mask:"url(#calendar_svg__a)"},React__namespace.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"}))))},SvgEventDetails=function(e){return React__namespace.createElement("svg",_extends$12({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none",viewBox:"0 0 32 32"},e),React__namespace.createElement("mask",{id:"event_details_svg__a",width:32,height:32,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$10||(_path$10=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h32v32H0z"}))),_g$b||(_g$b=React__namespace.createElement("g",{mask:"url(#event_details_svg__a)"},React__namespace.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"}))))},SvgEventRepeat=function(e){return React__namespace.createElement("svg",_extends$11({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"event_repeat_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$$||(_path$$=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$a||(_g$a=React__namespace.createElement("g",{mask:"url(#event_repeat_svg__a)"},React__namespace.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"}))))},SvgToday=function(e){return React__namespace.createElement("svg",_extends$10({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"today_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$_||(_path$_=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$9||(_g$9=React__namespace.createElement("g",{mask:"url(#today_svg__a)"},React__namespace.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"}))))},SvgFacebook=function(e){return React__namespace.createElement("svg",_extends$$({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect$2||(_rect$2=React__namespace.createElement("rect",{width:18,height:18,fill:"#0866FF",rx:9})),_path$Z||(_path$Z=React__namespace.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"})))},SvgFacebookSquared=function(e){return React__namespace.createElement("svg",_extends$_({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 14 16"},e),_path$Y||(_path$Y=React__namespace.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"})))},SvgLinkedin=function(e){return React__namespace.createElement("svg",_extends$Z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect$1||(_rect$1=React__namespace.createElement("rect",{width:18,height:18,fill:"#0A66C2",rx:9})),_path$X||(_path$X=React__namespace.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"})))},SvgLinkedinSquared=function(e){return React__namespace.createElement("svg",_extends$Y({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$W||(_path$W=React__namespace.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"})))},SvgPeople=function(e){return React__namespace.createElement("svg",_extends$X({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 18"},e),_path$V||(_path$V=React__namespace.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"})))},SvgPeopleCommunity=function(e){return React__namespace.createElement("svg",_extends$W({xmlns:"http://www.w3.org/2000/svg",fill:"#FFF",viewBox:"0 0 24 18"},e),_path$U||(_path$U=React__namespace.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"})))},SvgPerson=function(e){return React__namespace.createElement("svg",_extends$V({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$T||(_path$T=React__namespace.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"})))},SvgPersonDelete=function(e){return React__namespace.createElement("svg",_extends$U({xmlns:"http://www.w3.org/2000/svg",width:800,height:800,viewBox:"0 0 24 24"},e),_path$S||(_path$S=React__namespace.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"})))},SvgSmile=function(e){return React__namespace.createElement("svg",_extends$T({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$R||(_path$R=React__namespace.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"})))},SvgYoutube=function(e){return React__namespace.createElement("svg",_extends$S({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 18"},e),_rect||(_rect=React__namespace.createElement("rect",{width:18,height:18,fill:"#FF0302",rx:9})),_path$Q||(_path$Q=React__namespace.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"})))},SvgYoutubeSquared=function(e){return React__namespace.createElement("svg",_extends$R({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$P||(_path$P=React__namespace.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"})))},SvgLocation=function(e){return React__namespace.createElement("svg",_extends$Q({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$O||(_path$O=React__namespace.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"})))},SvgSidebar=function(e){return React__namespace.createElement("svg",_extends$P({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$N||(_path$N=React__namespace.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"})))},SvgSpotlight=function(e){return React__namespace.createElement("svg",_extends$O({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16"},e),_path$M||(_path$M=React__namespace.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"})))},SvgOutStage=function(e){return React__namespace.createElement("svg",_extends$N({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",viewBox:"0 0 33 24"},e),_path$L||(_path$L=React__namespace.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"})))},SvgPresentation=function(e){return React__namespace.createElement("svg",_extends$M({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},e),_path$K||(_path$K=React__namespace.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"})))},SvgScreenPerson=function(e){return React__namespace.createElement("svg",_extends$L({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},e),_path$J||(_path$J=React__namespace.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"})))},SvgScreenScareWindows=function(e){return React__namespace.createElement("svg",_extends$K({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$I||(_path$I=React__namespace.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"})))},SvgScreenSharing=function(e){return React__namespace.createElement("svg",_extends$J({xmlns:"http://www.w3.org/2000/svg",fill:"#BBB",className:"screen-sharing_svg__demio-icon",style:{fontSize:20},viewBox:"0 0 20 18"},e),_path$H||(_path$H=React__namespace.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"})))},SvgStage=function(e){return React__namespace.createElement("svg",_extends$I({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$G||(_path$G=React__namespace.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"})))},SvgBlock=function(e){return React__namespace.createElement("svg",_extends$H({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"block_svg__a",maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$F||(_path$F=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$8||(_g$8=React__namespace.createElement("g",{mask:"url(#block_svg__a)"},React__namespace.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"}))))},SvgBlurOn=function(e){return React__namespace.createElement("svg",_extends$G({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"blur_on_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$E||(_path$E=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$7||(_g$7=React__namespace.createElement("g",{mask:"url(#blur_on_svg__a)"},React__namespace.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"}))))},SvgCached=function(e){return React__namespace.createElement("svg",_extends$F({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),React__namespace.createElement("mask",{id:"cached_svg__a",x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$D||(_path$D=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$6||(_g$6=React__namespace.createElement("g",{mask:"url(#cached_svg__a)"},React__namespace.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"}))))},SvgCustomize=function(e){return React__namespace.createElement("svg",_extends$E({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"customize_svg__a",width:25,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$C||(_path$C=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M.5 0h24v24H.5z"}))),_g$5||(_g$5=React__namespace.createElement("g",{mask:"url(#customize_svg__a)"},React__namespace.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"}))))},SvgElectricBolt=function(e){return React__namespace.createElement("svg",_extends$D({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),React__namespace.createElement("mask",{id:"electric_bolt_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$B||(_path$B=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),_g$4||(_g$4=React__namespace.createElement("g",{mask:"url(#electric_bolt_svg__a)"},React__namespace.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"}))))},SvgFeatureAction=function(e){return React__namespace.createElement("svg",_extends$C({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},e),_g$3||(_g$3=React__namespace.createElement("g",{clipPath:"url(#feature_action_svg__a)"},React__namespace.createElement("circle",{cx:12.125,cy:12.005,r:11.625,fill:"#fff"}),React__namespace.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"}))),_defs||(_defs=React__namespace.createElement("defs",null,React__namespace.createElement("clipPath",{id:"feature_action_svg__a"},React__namespace.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))))},SvgItems=function(e){return React__namespace.createElement("svg",_extends$B({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),_path$A||(_path$A=React__namespace.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"})))},SvgList=function(e){return React__namespace.createElement("svg",_extends$A({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),_path$z||(_path$z=React__namespace.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"})))},SvgMagic=function(e){return React__namespace.createElement("svg",_extends$z({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$y||(_path$y=React__namespace.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"})))},SvgMaterial=function(e){return React__namespace.createElement("svg",_extends$y({xmlns:"http://www.w3.org/2000/svg",fill:"#3e484c",viewBox:"0 0 20 16"},e),_path$x||(_path$x=React__namespace.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"})))},SvgMaterials=function(e){return React__namespace.createElement("svg",_extends$x({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"materials_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$w||(_path$w=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$2||(_g$2=React__namespace.createElement("g",{mask:"url(#materials_svg__a)"},React__namespace.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"}))))},SvgMobileDevice=function(e){return React__namespace.createElement("svg",_extends$w({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),_path$v||(_path$v=React__namespace.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"})))},SvgRadio=function(e){return React__namespace.createElement("svg",_extends$v({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 14"},e),_path$u||(_path$u=React__namespace.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"})))},SvgReplayDisabled=function(e){return React__namespace.createElement("svg",_extends$u({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$t||(_path$t=React__namespace.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})),_path2$3||(_path2$3=React__namespace.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})),_path3||(_path3=React__namespace.createElement("path",{stroke:"#fff",d:"m3.161 20.133 16.97-16.971"})))},SvgRestart=function(e){return React__namespace.createElement("svg",_extends$t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$s||(_path$s=React__namespace.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"})))},SvgRocket=function(e){return React__namespace.createElement("svg",_extends$s({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$r||(_path$r=React__namespace.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"})))},SvgStackedEmail=function(e){return React__namespace.createElement("svg",_extends$r({xmlns:"http://www.w3.org/2000/svg",width:24,height:24,fill:"none"},e),React__namespace.createElement("mask",{id:"stacked_email_svg__a",width:24,height:24,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$q||(_path$q=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h24v24H0z"}))),_g$1||(_g$1=React__namespace.createElement("g",{mask:"url(#stacked_email_svg__a)"},React__namespace.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"}))))},SvgChatDisabledOld=function(e){return React__namespace.createElement("svg",_extends$q({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 64 64"},e),_path$p||(_path$p=React__namespace.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"})))},SvgEyeSolid=function(e){return React__namespace.createElement("svg",_extends$p({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$o||(_path$o=React__namespace.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"})))},SvgOnDemand=function(e){return React__namespace.createElement("svg",_extends$o({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),React__namespace.createElement("mask",{id:"on-demand_svg__a",width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},_path$n||(_path$n=React__namespace.createElement("path",{fill:"#D9D9D9",d:"M0 0h16v16H0z"}))),_g||(_g=React__namespace.createElement("g",{mask:"url(#on-demand_svg__a)"},React__namespace.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"}))))},SvgPastSession=function(e){return React__namespace.createElement("svg",_extends$n({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$m||(_path$m=React__namespace.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"})))},SvgPersonCard=function(e){return React__namespace.createElement("svg",_extends$m({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$l||(_path$l=React__namespace.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"})))},SvgPersonCheck=function(e){return React__namespace.createElement("svg",_extends$l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$k||(_path$k=React__namespace.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"})))},SvgPersonCrossed=function(e){return React__namespace.createElement("svg",_extends$k({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$j||(_path$j=React__namespace.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"})))},SvgPersonPlus=function(e){return React__namespace.createElement("svg",_extends$j({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$i||(_path$i=React__namespace.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"})))},SvgRestreaming=function(e){return React__namespace.createElement("svg",_extends$i({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$h||(_path$h=React__namespace.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"})))},SvgRestreamingDisabled=function(e){return React__namespace.createElement("svg",_extends$h({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e),_path$g||(_path$g=React__namespace.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"})))},SvgSeriesType=function(e){return React__namespace.createElement("svg",_extends$g({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$f||(_path$f=React__namespace.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"})))},SvgSessionTime=function(e){return React__namespace.createElement("svg",_extends$f({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$e||(_path$e=React__namespace.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"})))},SvgShield=function(e){return React__namespace.createElement("svg",_extends$e({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 22"},e),_path$d||(_path$d=React__namespace.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"})))},SvgSmileSolid=function(e){return React__namespace.createElement("svg",_extends$d({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),_path$c||(_path$c=React__namespace.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"})))},SvgStandardType=function(e){return React__namespace.createElement("svg",_extends$c({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$b||(_path$b=React__namespace.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"})))},SvgUpcomingSession=function(e){return React__namespace.createElement("svg",_extends$b({xmlns:"http://www.w3.org/2000/svg",width:16,height:16,fill:"none"},e),_path$a||(_path$a=React__namespace.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"})))},SvgDownloadAll=function(e){return React__namespace.createElement("svg",_extends$a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),_path$9||(_path$9=React__namespace.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"})))},SvgEmail=function(e){return React__namespace.createElement("svg",_extends$9({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 21 18"},e),_path$8||(_path$8=React__namespace.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"})))},SvgEmptyBasket=function(e){return React__namespace.createElement("svg",_extends$8({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 17"},e),_path$7||(_path$7=React__namespace.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"})))},SvgLifebuoy=function(e){return React__namespace.createElement("svg",_extends$7({xmlns:"http://www.w3.org/2000/svg",fill:"#02BF6F",viewBox:"0 0 48 48"},e),_path$6||(_path$6=React__namespace.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})),_path2$2||(_path2$2=React__namespace.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"})))},SvgMoney=function(e){return React__namespace.createElement("svg",_extends$6({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$5||(_path$5=React__namespace.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"})))},SvgProtection=function(e){return React__namespace.createElement("svg",_extends$5({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 18 20"},e),_path$4||(_path$4=React__namespace.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"})))},SvgReplace=function(e){return React__namespace.createElement("svg",_extends$4({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 19 19"},e),_path$3||(_path$3=React__namespace.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"})))},SvgUnverified=function(e){return React__namespace.createElement("svg",_extends$3({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path$2||(_path$2=React__namespace.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"})),_path2$1||(_path2$1=React__namespace.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m10.5 5.5-5 5m0-5 5 5"})))},SvgUpload=function(e){return React__namespace.createElement("svg",_extends$2({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),_path$1||(_path$1=React__namespace.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"})))},SvgVerified=function(e){return React__namespace.createElement("svg",_extends$1({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),_path||(_path=React__namespace.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"})),_path2||(_path2=React__namespace.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"})))},index$2=Object.freeze({__proto__:null,AddIcon:SvgAdd,AlertIcon:SvgAlert,ArrowDownIcon:SvgKeyboardArrowDown,ArrowLeftDoubleIcon:SvgArrowLeftDouble,ArrowLeftIcon:SvgArrowLeft,ArrowLeftSingleIcon:SvgArrowLeftSingle,AtIcon:SvgAt,BarChartIcon:SvgBarChart,BlockIcon:SvgBlock,BlurOnIcon:SvgBlurOn,CachedIcon:SvgCached,CalendarIcon:SvgCalendar,CameraIcon:SvgCamera,CameraOutlinedIcon:SvgCameraOutlined,ChatDisabledIcon:SvgChatDisabled,ChatDisabledOldIcon:SvgChatDisabledOld,ChatIcon:SvgChatIcon,CheckCircleIcon:SvgCheckCircle,CheckCircleSolidIcon:SvgCheckCircleSolid,CheckIcon:SvgCheck,CheckboxIcon:SvgCheckbox,ClockIcon:SvgClock,CloseIcon:SvgClose,CompressIcon:SvgCompress,CopyIcon:SvgCopy,CustomizeIcon:SvgCustomize,DeleteIcon:SvgDelete,DotsIcon:SvgDots,DownloadAllIcon:SvgDownloadAll,DownloadIcon:SvgDownload,EditIcon:SvgEdit,EditSectionIcon:SvgEditSection,ElectricBoltIcon:SvgElectricBolt,EmailIcon:SvgEmail,EmptyBasketIcon:SvgEmptyBasket,EventDetailsIcon:SvgEventDetails,EventRepeatIcon:SvgEventRepeat,ExclamationIcon:SvgExclamation,ExpandIcon:SvgExpand,ExternalLinkIcon:SvgExternalLink,EyeSolidIcon:SvgEyeSolid,FacebookIcon:SvgFacebook,FacebookSquaredIcon:SvgFacebookSquared,FeatureActionIcon:SvgFeatureAction,FileIcon:SvgFile,FilterListIcon:SvgFilterList,FlipCameraIcon:SvgFlipCamera,GearIcon:SvgGear,HelpIcon:SvgHelp,HelpSolidIcon:SvgHelpSolid,InfoCircleIcon:SvgInfoCircle,InfoCircleSolidIcon:SvgInfoCircleSolid,InfoIcon:SvgInfo,InfoSolidIcon:SvgInfo1,InsightsIcon:SvgInsights,ItemsIcon:SvgItems,LifebuoyIcon:SvgLifebuoy,LinkedInIcon:SvgLinkedin,LinkedInSquaredIcon:SvgLinkedinSquared,ListIcon:SvgList,LocationIcon:SvgLocation,LockIcon:SvgLock,MagicIcon:SvgMagic,MailIcon:SvgMail,MaterialIcon:SvgMaterial,MaterialsIcon:SvgMaterials,MicBoldIcon:SvgMicBold,MicOffIcon:SvgMicOff1,MicOffSolidIcon:SvgMicOff,MicOnSolidIcon:SvgMic1,MicOutlinedIcon:SvgMicOutlined,MobileDeviceIcon:SvgMobileDevice,MoneyIcon:SvgMoney,OnDemanIcon:SvgOnDemand,OutStageIcon:SvgOutStage,PasswordEyeCrossedIcon:SvgPasswordEyeCrossed,PasswordEyeIcon:SvgPasswordEye,PastSessionIcon:SvgPastSession,PeopleCommunityIcon:SvgPeopleCommunity,PeopleIcon:SvgPeople,Person:SvgPerson,PersonCardIcon:SvgPersonCard,PersonCheckIcon:SvgPersonCheck,PersonCrossedIcon:SvgPersonCrossed,PersonDeleteIcon:SvgPersonDelete,PersonIcon:SvgPerson,PersonPlusIcon:SvgPersonPlus,PlayCircleIcon:SvgPlayCircle,PlayIcon:SvgPlay,PlusIcon:SvgPlus,PollIcon:SvgPoll,PresentationIcon:SvgPresentation,ProgressIcon:SvgProgress,ProtectionIcon:SvgProtection,RadioIcon:SvgRadio,ReplaceIcon:SvgReplace,ReplayDisabledIcon:SvgReplayDisabled,RestartIcon:SvgRestart,RestreamingDisabledIcon:SvgRestreamingDisabled,RestreamingIcon:SvgRestreaming,RocketIcon:SvgRocket,ScreenPersonIcon:SvgScreenPerson,ScreenShareIcon:SvgScreenSharing,ScreenShareWindowIcon:SvgScreenScareWindows,SearchIcon:SvgSearch,SeriesTypeIcon:SvgSeriesType,SessionTimeIcon:SvgSessionTime,ShieldIcon:SvgShield,SideBarIcon:SvgSidebar,SmileIcon:SvgSmile,SmileSolidIcon:SvgSmileSolid,SpotlightIcon:SvgSpotlight,StackedEmailIcon:SvgStackedEmail,StageIcon:SvgStage,StandardTypeIcon:SvgStandardType,SyncIcon:SvgSync,TimesCircleIcon:SvgTimesCircle,TodayIcon:SvgToday,TrashIcon:SvgTrash,TrendingDownIcon:SvgTrendingDown,TrendingUpIcon:SvgTrendingUp,UndoIcon:SvgUndo,UnverifiedIcon:SvgUnverified,UpcomingSessionIcon:SvgUpcomingSession,UploadIcon:SvgUpload,VerifiedIcon:SvgVerified,VideoCamOnIcon:SvgVideocam,VideoCamOnSolidIcon:SvgVideocam1,VolumeOffIcon:SvgVolumeOff1,VolumeUpSolidIcon:SvgVolumeUp,WarningIcon:SvgWarning,WarningSolidIcon:SvgWarning1,YoutubeIcon:SvgYoutube,YoutubeSquaredIcon:SvgYoutubeSquared}),styles$o={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 AVATAR_SIZES=[16,24,32,40,48,64,80,96,128];styles$n={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"};styles$m={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 Button=React.forwardRef(({disabled:e=!1,children:t,onClick:n,variant:o="primary",color:a="green",type:r="button",prefix:s="",suffix:i="",className:c="",fullWidth:l=!1,showLoader:u=!1,...d},p)=>React.createElement("button",{ref:p,type:r,disabled:e,className:cn("demio-ui-button",styles$m.button,{[c]:c,[styles$m[o]]:o,[styles$m.fullWidth]:l,[styles$m[a]]:!!a}),onClick:n,...d},(s||u)&&React.createElement("span",{className:cn("demio-ui-button-prefix",styles$m.prefix)},u?React.createElement(Loader,{size:"small",inheritColor:!0}):s),React.createElement("span",null,t),i&&React.createElement("span",{className:cn("demio-ui-button-suffix",styles$m.suffix)},i)));styles$l={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 Card=React.memo(({children:e=null,className:t="",isEmptyStateAvailable:n=!0,isLoading:o=!1,emptyStateIcon:a=null,emptyStateText:r="",shadowElevation:s=1})=>{const i=null===a,c=""===r,l=styles$l[`shadowElevation${s}`];return React.createElement("div",{className:cn(styles$l.card,l,"demio-ui-card",t)},o&&React.createElement(Loader,{className:"demio-ui-card-loader"}),!o&&(e||React.createElement("div",{className:cn(styles$l.emptyState,"demio-ui-card-empty-state")},n&&React.createElement(React.Fragment,null,React.createElement("div",{className:cn({"demio-ui-card-empty-state-icon":i,"demio-ui-card-custom-state-icon":!i})},a||React.createElement(SvgBarChart,null)),React.createElement("div",{className:cn({"demio-ui-card-empty-state-text":c,"demio-ui-card-custom-state-text":!c})},r||"No Data Available")))))});CHECKBOX_NAME="Checkbox";var[createCheckboxContext]=createContextScope$2(CHECKBOX_NAME),[CheckboxProviderImpl,useCheckboxContext]=createCheckboxContext(CHECKBOX_NAME);TRIGGER_NAME$5="CheckboxTrigger",(CheckboxTrigger=React__namespace.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:n,...o},a)=>{const{control:r,value:s,disabled:i,checked:c,required:l,setControl:u,setChecked:d,hasConsumerStoppedPropagationRef:p,isFormControl:m,bubbleInput:g}=useCheckboxContext(TRIGGER_NAME$5,e),_=useComposedRefs(a,u),f=React__namespace.useRef(c);return React__namespace.useEffect(()=>{const e=r?.form;if(e){const t=()=>d(f.current);return e.addEventListener("reset",t),()=>e.removeEventListener("reset",t)}},[r,d]),jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"checkbox","aria-checked":isIndeterminate$1(c)?"mixed":c,"aria-required":l,"data-state":getState$3(c),"data-disabled":i?"":void 0,disabled:i,value:s,...o,ref:_,onKeyDown:composeEventHandlers(t,e=>{"Enter"===e.key&&e.preventDefault()}),onClick:composeEventHandlers(n,e=>{d(e=>!!isIndeterminate$1(e)||!e),g&&m&&(p.current=e.isPropagationStopped(),p.current||e.stopPropagation())})})})).displayName=TRIGGER_NAME$5,(Checkbox$1=React__namespace.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:o,checked:a,defaultChecked:r,required:s,disabled:i,value:c,onCheckedChange:l,form:u,...d}=e;return jsxRuntime.jsx(CheckboxProvider,{__scopeCheckbox:n,checked:a,defaultChecked:r,disabled:i,required:s,onCheckedChange:l,name:o,form:u,value:c,internal_do_not_use_render:({isFormControl:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(CheckboxTrigger,{...d,ref:t,__scopeCheckbox:n}),e&&jsxRuntime.jsx(CheckboxBubbleInput,{__scopeCheckbox:n})]})})})).displayName=CHECKBOX_NAME,INDICATOR_NAME$3="CheckboxIndicator",(CheckboxIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:o,...a}=e,r=useCheckboxContext(INDICATOR_NAME$3,n);return jsxRuntime.jsx(Presence,{present:o||isIndeterminate$1(r.checked)||!0===r.checked,children:jsxRuntime.jsx(Primitive$3.span,{"data-state":getState$3(r.checked),"data-disabled":r.disabled?"":void 0,...a,ref:t,style:{pointerEvents:"none",...e.style}})})})).displayName=INDICATOR_NAME$3,BUBBLE_INPUT_NAME$4="CheckboxBubbleInput",(CheckboxBubbleInput=React__namespace.forwardRef(({__scopeCheckbox:e,...t},n)=>{const{control:o,hasConsumerStoppedPropagationRef:a,checked:r,defaultChecked:s,required:i,disabled:c,name:l,value:u,form:d,bubbleInput:p,setBubbleInput:m}=useCheckboxContext(BUBBLE_INPUT_NAME$4,e),g=useComposedRefs(n,m),_=usePrevious(r),f=useSize(o);React__namespace.useEffect(()=>{const e=p;if(!e)return;const t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,"checked").set,o=!a.current;if(_!==r&&n){const t=new Event("click",{bubbles:o});e.indeterminate=isIndeterminate$1(r),n.call(e,!isIndeterminate$1(r)&&r),e.dispatchEvent(t)}},[p,_,r,a]);const h=React__namespace.useRef(!isIndeterminate$1(r)&&r);return jsxRuntime.jsx(Primitive$3.input,{type:"checkbox","aria-hidden":!0,defaultChecked:s??h.current,required:i,disabled:c,name:l,value:u,form:d,...t,tabIndex:-1,ref:g,style:{...t.style,...f,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})})).displayName=BUBBLE_INPUT_NAME$4,REACT_LAZY_TYPE$1=Symbol.for("react.lazy"),use$1=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER$1=Symbol("radix.slottable"),Primitive$1=["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=createSlotClone$1(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent$1(o)&&"function"==typeof use$1&&(o=use$1(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable$1);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),NAME$2="Label",(Label$2=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Primitive$1.label,{...e,ref:t,onMouseDown:t=>{t.target.closest("button, input, select, textarea")||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}))).displayName=NAME$2,Root$6=Label$2,styles$k_label="Label-modules_label__rXO6J",styles$k_semiBold="Label-modules_semiBold__vTm1B",styles$k_regular="Label-modules_regular__F9gNE";const getWeightClass=(e="regular")=>"semiBold"===e?styles$k_semiBold:styles$k_regular;styles$j_container="Checkbox-modules_container__psQsQ",styles$j_root="Checkbox-modules_root__iysyc",styles$j_label="Checkbox-modules_label__4TV-f";const Checkbox=React.memo(React.forwardRef(({children:e=null,disabled:t=!1,id:n,...o},a)=>React.createElement("div",{className:cn("demio-ui-checkbox",styles$j_container),ref:a},React.createElement(Checkbox$1,{...o,className:cn("demio-ui-checkbox-button",styles$j_root),disabled:t,id:n},React.createElement(CheckboxIndicator,{className:"demio-ui-checkbox-button"},React.createElement(SvgCheckbox,null))),e&&React.createElement(Label$1,{className:cn("demio-ui-checkbox-label",styles$j_label),htmlFor:n,weight:"regular"},e))));styles$i_root="InputHint-modules_root__bJTnj",styles$i_error="InputHint-modules_error__HZnQD",styles$h={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 Input$2=React.forwardRef((e,t)=>{const{autoComplete:n="off",className:o="",counterVisibilityLimit:a=.8,defaultValue:r="",disabled:s=!1,endAdornment:i=null,endAdornmentClassName:c="",errorMessage:l="",hint:u="",id:d,inputWrapperClass:p="",isLabelStatic:m=!1,label:g="",maxLength:_=150,name:f="",onBlur:h,onChange:v,onFocus:b,optionalText:R="Optional",placeholder:x="",required:y=!1,startAdornment:C=null,type:S="text",value:E,...I}=e,[w,A]=React.useState(!1),[$,M]=React.useState(r||""),[N,T]=React.useState(!1),O=void 0!==E,P="password"===S,D=P?w?"text":"password":S,L=O?E:$,j=L.length,B=j>=_*a;return React.createElement("div",{className:cn("demio-ui-input",`demio-ui-input-${S}`,styles$h.root,{[o]:!!o,[styles$h.isDisabled]:s,[styles$h.isFocused]:N||L,[styles$h.hasStartAdornment]:!!C,[styles$h.isError]:!!l,[styles$h.isLabelStatic]:!!m,"demio-ui-input-has-error":!!l}),"data-html":"container","data-state":N?"focused":""},g&&React.createElement("label",{htmlFor:d,className:cn("demio-ui-input-label",styles$h.label,{[styles$h.static]:m}),"data-html":"label"},g),!y&&React.createElement("span",{className:cn("demio-ui-input-optional",styles$h.optional,{[styles$h.correctedTop]:m}),"data-html":"optional"},R),React.createElement("div",{className:cn("demio-ui-input-wrapper",styles$h.inputWrapper,p),"data-html":"wrapper"},C&&React.createElement("div",{className:styles$h.startAdornment,"data-html":"start-adornment"},C),React.createElement("input",{...I,type:D,id:d,ref:t,name:f||d,className:styles$h.input,placeholder:x,required:y,"data-html":"input",disabled:s,autoComplete:n,maxLength:_,onChange:e=>{v?.(e),O||M(e.target.value)},value:L,onFocus:e=>{b?.(e),T(!0)},onBlur:e=>{h?.(e),T(!1)}}),i&&React.createElement("div",{className:cn(styles$h.endAdornment,{[c]:!!c}),"data-html":"end-adornment"},i),P&&React.createElement("button",{className:cn("demio-ui-input-toggle-password-button",styles$h.togglePasswordButton),"data-testid":"toggle-password-button",onClick:()=>{A(!w)},type:"button"},w?React.createElement(SvgPasswordEye,null):React.createElement(SvgPasswordEyeCrossed,null))),React.createElement("div",{className:cn("demio-ui-input-footer",styles$h.footer,{[styles$h.footerWithEndAdornment]:!!i}),"data-html":"footer"},React.createElement("div",{className:cn("demio-ui-input-footer-message",styles$h.footerMessage)},l&&React.createElement(InputHint,{type:"error"},l),u&&!l&&React.createElement(InputHint,{className:styles$h.hint},u)),React.createElement(InputHint,{className:cn("demio-ui-input-counter",styles$h.counter)},B&&`(${j} / ${_})`)))});styles$g_root="CopyLinkInput-module_root__oxVd0",styles$g_input="CopyLinkInput-module_input__MQztq",styles$g_button="CopyLinkInput-module_button__J5F9v",styles$g_inputWrapper="CopyLinkInput-module_inputWrapper__m0PMy";const CopyButton=({onCopy:e})=>React.createElement("button",{type:"button",className:styles$g_button,onClick:e,"aria-label":"Copy to clipboard"},React.createElement(SvgCopy,{width:16,height:16}));normalizeWheel=getDefaultExportFromCjs(requireNormalizeWheel()),css_248z=".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",MIN_ZOOM=1,MAX_ZOOM=3,KEYBOARD_STEP=1,Cropper=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.cropperRef=React__namespace.createRef(),n.imageRef=React__namespace.createRef(),n.videoRef=React__namespace.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,a,r;n.props.initialCroppedAreaPercentages?(t=function(e,t,n,o,a,r){var s=rotateSize$1(t.width,t.height,n),i=clamp$2(o.width/s.width*(100/e.width),a,r),c={x:i*s.width/2-o.width/2-s.width*i*(e.x/100),y:i*s.height/2-o.height/2-s.height*i*(e.y/100)};return{crop:c,zoom:i}}(n.props.initialCroppedAreaPercentages,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=t.crop,a=t.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(a)):n.props.initialCroppedAreaPixels&&(r=function(e,t,n,o,a,r){var s,i,c;return void 0===n&&(n=0),s=rotateSize$1(t.naturalWidth,t.naturalHeight,n),i=clamp$2(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),a,r),c=o.height>o.width?o.height/e.height:o.width/e.width,{crop:{x:((s.width-e.width)/2-e.x)*c,y:((s.height-e.height)/2-e.y)*c},zoom:i}}(n.props.initialCroppedAreaPixels,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),o=r.crop,a=r.zoom,n.props.onCropChange(o),n.props.onZoomChange&&n.props.onZoomChange(a))},n.computeSizes=function(){var e,t,o,a,r,s,i,c,l,u,d,p,m=n.imageRef.current||n.videoRef.current;if(m&&n.containerRef){if(n.containerRect=n.containerRef.getBoundingClientRect(),n.saveContainerPosition(),i=n.containerRect.width/n.containerRect.height,u=(c=(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)/(l=(null===(o=n.imageRef.current)||void 0===o?void 0:o.naturalHeight)||(null===(a=n.videoRef.current)||void 0===a?void 0:a.videoHeight)||0),d=void 0,m.offsetWidth<c||m.offsetHeight<l)switch(n.state.mediaObjectFit){default:case"contain":d=i>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=__assign(__assign({},d),{naturalWidth:c,naturalHeight:l}),n.props.setMediaSize&&n.props.setMediaSize(n.mediaSize),p=n.props.cropSize?n.props.cropSize:function(e,t,n,o,a,r){var s,i,c,l,u;return void 0===r&&(r=0),i=(s=rotateSize$1(e,t,r)).width,c=s.height,(l=Math.min(i,n))>(u=Math.min(c,o))*a?{width:u*a,height:u}:{width:l,height:l/a}}(n.mediaSize.width,n.mediaSize.height,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation),(null===(r=n.state.cropSize)||void 0===r?void 0:r.height)===p.height&&(null===(s=n.state.cropSize)||void 0===s?void 0:s.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,a,r;e.preventDefault(),n.isTouching||(o=t.getMousePoint(e),a=n.gestureZoomStart-1+e.scale,n.setNewZoom(a,o,{shouldUpdatePosition:!0}),n.props.onRotationChange&&(r=n.gestureRotationStart+e.rotation,n.props.onRotationChange(r)))},n.onGestureEnd=function(e){n.cleanEvents()},n.onDragStart=function(e){var t,o,a=e.x,r=e.y;n.dragStartPosition={x:a,y:r},n.dragStartCrop=__assign({},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,a,r,s;n.state.cropSize&&void 0!==t&&void 0!==o&&(e=t-n.dragStartPosition.x,a=o-n.dragStartPosition.y,r={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+a},s=n.props.restrictPosition?restrictPosition(r,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):r,n.props.onCropChange(s))}))},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,a,r;n.currentWindow&&(n.props.onWheelRequest&&!n.props.onWheelRequest(e)||(e.preventDefault(),o=t.getMousePoint(e),a=normalizeWheel(e).pixelY,r=n.props.zoom-a*n.props.zoomSpeed/200,n.setNewZoom(r,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,a=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-(a-t.y)}},n.getPointOnMedia=function(e){var t=e.x,o=e.y,a=n.props,r=a.crop,s=a.zoom;return{x:(t+r.x)/s,y:(o+r.y)/s}},n.setNewZoom=function(e,t,o){var a,r,s,i,c,l=void 0===o?{}:o,u=l.shouldUpdatePosition,d=void 0===u||u;n.state.cropSize&&n.props.onZoomChange&&(a=clamp$2(e,n.props.minZoom,n.props.maxZoom),d&&(r=n.getPointOnContainer(t,n.containerPosition),i={x:(s=n.getPointOnMedia(r)).x*a-r.x,y:s.y*a-r.y},c=n.props.restrictPosition?restrictPosition(i,n.mediaSize,n.state.cropSize,a,n.props.rotation):i,n.props.onCropChange(c)),n.props.onZoomChange(a))},n.getCropData=function(){return n.state.cropSize?function(e,t,n,o,a,r,s){var i,c,l,u,d,p,m;return void 0===r&&(r=0),void 0===s&&(s=!0),i=s?limitArea:noOp,c=rotateSize$1(t.width,t.height,r),l=rotateSize$1(t.naturalWidth,t.naturalHeight,r),u={x:i(100,((c.width-n.width/a)/2-e.x/a)/c.width*100),y:i(100,((c.height-n.height/a)/2-e.y/a)/c.height*100),width:i(100,n.width/c.width*100/a),height:i(100,n.height/c.height*100/a)},d=Math.round(i(l.width,u.width*l.width/100)),p=Math.round(i(l.height,u.height*l.height/100)),m=l.width>=l.height*o?{width:Math.round(p*o),height:p}:{width:d,height:Math.round(d/o)},{croppedAreaPercentages:u,croppedAreaPixels:__assign(__assign({},m),{x:Math.round(i(l.width-m.width,u.x*l.width/100)),y:Math.round(i(l.height-m.height,u.y*l.height/100))})}}(n.props.restrictPosition?restrictPosition(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,a,r,s;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)&&(a=n.state.cropSize.width/n.previousCropSize.width,r=n.state.cropSize.height/n.previousCropSize.height,o={x:n.props.crop.x*a,y:n.props.crop.y*r}),s=n.props.restrictPosition?restrictPosition(o,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):o,n.previousCropSize=n.state.cropSize,n.props.onCropChange(s),n.emitCropData())},n.onKeyDown=function(e){var t,o,a,r=n.props,s=r.crop,i=r.onCropChange,c=r.keyboardStep,l=r.zoom,u=r.rotation,d=c;if(n.state.cropSize){switch(e.shiftKey&&(d*=.2),a=__assign({},s),e.key){case"ArrowUp":a.y-=d,e.preventDefault();break;case"ArrowDown":a.y+=d,e.preventDefault();break;case"ArrowLeft":a.x-=d,e.preventDefault();break;case"ArrowRight":a.x+=d,e.preventDefault();break;default:return}n.props.restrictPosition&&(a=restrictPosition(a,n.mediaSize,n.state.cropSize,l,u)),e.repeat||null===(o=(t=n.props).onInteractionStart)||void 0===o||o.call(t),i(a)}},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");extendStatics(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=css_248z,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,a,r,s,i,c,l,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===(a=this.props.cropSize)||void 0===a?void 0:a.width)?this.computeSizes():(null===(r=e.crop)||void 0===r?void 0:r.x)===(null===(s=this.props.crop)||void 0===s?void 0:s.x)&&(null===(i=e.crop)||void 0===i?void 0:i.y)===(null===(c=this.props.crop)||void 0===c?void 0:c.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===(l=this.videoRef.current)||void 0===l||l.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,a;return"cover"===this.props.objectFit?(this.imageRef.current||this.videoRef.current)&&this.containerRef?(this.containerRect=this.containerRef.getBoundingClientRect(),a=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)<a?"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=getDistanceBetweenPoints(n,o),this.lastPinchRotation=getRotationBetweenPoints(n,o),this.onDragStart(getCenter(n,o))},t.prototype.onPinchMove=function(e){var n,o,a,r=this;this.currentDoc&&this.currentWindow&&(n=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),a=getCenter(n,o),this.onDrag(a),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame(function(){var e,t,s=getDistanceBetweenPoints(n,o),i=r.props.zoom*(s/r.lastPinchDistance);r.setNewZoom(i,a,{shouldUpdatePosition:!1}),r.lastPinchDistance=s,e=getRotationBetweenPoints(n,o),t=r.props.rotation+(e-r.lastPinchRotation),r.props.onRotationChange&&r.props.onRotationChange(t),r.lastPinchRotation=e}))},t.prototype.render=function(){var e,t=this,n=this.props,o=n.image,a=n.video,r=n.mediaProps,s=n.cropperProps,i=n.transform,c=n.crop,l=c.x,u=c.y,d=n.rotation,p=n.zoom,m=n.cropShape,g=n.showGrid,_=n.roundCropAreaPixels,f=n.style,h=f.containerStyle,v=f.cropAreaStyle,b=f.mediaStyle,R=n.classes,x=R.containerClassName,y=R.cropAreaClassName,C=R.mediaClassName,S=null!==(e=this.state.mediaObjectFit)&&void 0!==e?e:this.getObjectFit();return React__namespace.createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(e){return t.containerRef=e},"data-testid":"container",style:h,className:classNames$1("reactEasyCrop_Container",x)},o?React__namespace.createElement("img",__assign({alt:"",className:classNames$1("reactEasyCrop_Image","contain"===S&&"reactEasyCrop_Contain","horizontal-cover"===S&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===S&&"reactEasyCrop_Cover_Vertical",C)},r,{src:o,ref:this.imageRef,style:__assign(__assign({},b),{transform:i||"translate(".concat(l,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),onLoad:this.onMediaLoad})):a&&React__namespace.createElement("video",__assign({autoPlay:!0,playsInline:!0,loop:!0,muted:!0,className:classNames$1("reactEasyCrop_Video","contain"===S&&"reactEasyCrop_Contain","horizontal-cover"===S&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===S&&"reactEasyCrop_Cover_Vertical",C)},r,{ref:this.videoRef,onLoadedMetadata:this.onMediaLoad,style:__assign(__assign({},b),{transform:i||"translate(".concat(l,"px, ").concat(u,"px) rotate(").concat(d,"deg) scale(").concat(p,")")}),controls:!1}),(Array.isArray(a)?a:[{src:a}]).map(function(e){return React__namespace.createElement("source",__assign({key:e.src},e))})),this.state.cropSize&&React__namespace.createElement("div",__assign({ref:this.cropperRef,style:__assign(__assign({},v),{width:_?Math.round(this.state.cropSize.width):this.state.cropSize.width,height:_?Math.round(this.state.cropSize.height):this.state.cropSize.height}),tabIndex:0,onKeyDown:this.onKeyDown,onKeyUp:this.onKeyUp,"data-testid":"cropper",className:classNames$1("reactEasyCrop_CropArea","round"===m&&"reactEasyCrop_CropAreaRound",g&&"reactEasyCrop_CropAreaGrid",y)},s)))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:MAX_ZOOM,minZoom:MIN_ZOOM,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},cropperProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0,keyboardStep:KEYBOARD_STEP},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}(React__namespace.Component),DirectionContext=React__namespace.createContext(void 0),PAGE_KEYS=["PageUp","PageDown"],ARROW_KEYS$1=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],BACK_KEYS={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},SLIDER_NAME="Slider";var[Collection$3,useCollection$3,createCollectionScope$3]=createCollection(SLIDER_NAME),[createSliderContext]=createContextScope$2(SLIDER_NAME,[createCollectionScope$3]),[SliderProvider,useSliderContext]=createSliderContext(SLIDER_NAME);Slider=React__namespace.forwardRef((e,t)=>{function n(e,t,{commit:n}={commit:!1}){const o=function(e){return(String(e).split(".")[1]||"").length}(s),i=function(e,t){const n=Math.pow(10,t);return Math.round(e*n)/n}(Math.round((e-a)/s)*s+a,o),c=clamp$1(i,[a,r]);x((e=[])=>{const o=function(e=[],t,n){const o=[...e];return o[n]=t,o.sort((e,t)=>e-t)}(e,c,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,l*s)){v.current=o.indexOf(c);const t=String(o)!==String(e);return t&&n&&m(o),t?o:e}return e})}const{name:o,min:a=0,max:r=100,step:s=1,orientation:i="horizontal",disabled:c=!1,minStepsBetweenThumbs:l=0,defaultValue:u=[a],value:d,onValueChange:p=()=>{},onValueCommit:m=()=>{},inverted:g=!1,form:_,...f}=e,h=React__namespace.useRef(new Set),v=React__namespace.useRef(0),b="horizontal"===i?SliderHorizontal:SliderVertical,[R=[],x]=useControllableState({prop:d,defaultProp:u,onChange:e=>{const t=[...h.current];t[v.current]?.focus(),p(e)}}),y=React__namespace.useRef(R);return jsxRuntime.jsx(SliderProvider,{scope:e.__scopeSlider,name:o,disabled:c,min:a,max:r,valueIndexToChangeRef:v,thumbs:h.current,values:R,orientation:i,form:_,children:jsxRuntime.jsx(Collection$3.Provider,{scope:e.__scopeSlider,children:jsxRuntime.jsx(Collection$3.Slot,{scope:e.__scopeSlider,children:jsxRuntime.jsx(b,{"aria-disabled":c,"data-disabled":c?"":void 0,...f,ref:t,onPointerDown:composeEventHandlers(f.onPointerDown,()=>{c||(y.current=R)}),min:a,max:r,inverted:g,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)}(R,e);n(e,t)},onSlideMove:c?void 0:function(e){n(e,v.current)},onSlideEnd:c?void 0:function(){const e=y.current[v.current];R[v.current]!==e&&m(R)},onHomeKeyDown:()=>!c&&n(a,0,{commit:!0}),onEndKeyDown:()=>!c&&n(r,R.length-1,{commit:!0}),onStepKeyDown:({event:e,direction:t})=>{if(!c){const o=PAGE_KEYS.includes(e.key)||e.shiftKey&&ARROW_KEYS$1.includes(e.key)?10:1,a=v.current;n(R[a]+s*o*t,a,{commit:!0})}}})})})})}),Slider.displayName=SLIDER_NAME;var[SliderOrientationProvider,useSliderOrientationContext]=createSliderContext(SLIDER_NAME,{startEdge:"left",endEdge:"right",size:"width",direction:1});SliderHorizontal=React__namespace.forwardRef((e,t)=>{function n(e){const t=_.current||p.getBoundingClientRect(),n=linearScale([0,t.width],v?[o,a]:[a,o]);return _.current=t,n(e-t.left)}const{min:o,max:a,dir:r,inverted:s,onSlideStart:i,onSlideMove:c,onSlideEnd:l,onStepKeyDown:u,...d}=e,[p,m]=React__namespace.useState(null),g=useComposedRefs(t,e=>m(e)),_=React__namespace.useRef(void 0),f=useDirection(r),h="ltr"===f,v=h&&!s||!h&&s;return jsxRuntime.jsx(SliderOrientationProvider,{scope:e.__scopeSlider,startEdge:v?"left":"right",endEdge:v?"right":"left",direction:v?1:-1,size:"width",children:jsxRuntime.jsx(SliderImpl,{dir:f,"data-orientation":"horizontal",...d,ref:g,style:{...d.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:e=>{const t=n(e.clientX);i?.(t)},onSlideMove:e=>{const t=n(e.clientX);c?.(t)},onSlideEnd:()=>{_.current=void 0,l?.()},onStepKeyDown:e=>{const t=BACK_KEYS[v?"from-left":"from-right"].includes(e.key);u?.({event:e,direction:t?-1:1})}})})}),SliderVertical=React__namespace.forwardRef((e,t)=>{function n(e){const t=m.current||d.current.getBoundingClientRect(),n=linearScale([0,t.height],g?[a,o]:[o,a]);return m.current=t,n(e-t.top)}const{min:o,max:a,inverted:r,onSlideStart:s,onSlideMove:i,onSlideEnd:c,onStepKeyDown:l,...u}=e,d=React__namespace.useRef(null),p=useComposedRefs(t,d),m=React__namespace.useRef(void 0),g=!r;return jsxRuntime.jsx(SliderOrientationProvider,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:jsxRuntime.jsx(SliderImpl,{"data-orientation":"vertical",...u,ref:p,style:{...u.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:e=>{const t=n(e.clientY);s?.(t)},onSlideMove:e=>{const t=n(e.clientY);i?.(t)},onSlideEnd:()=>{m.current=void 0,c?.()},onStepKeyDown:e=>{const t=BACK_KEYS[g?"from-bottom":"from-top"].includes(e.key);l?.({event:e,direction:t?-1:1})}})})}),SliderImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,onSlideStart:o,onSlideMove:a,onSlideEnd:r,onHomeKeyDown:s,onEndKeyDown:i,onStepKeyDown:c,...l}=e,u=useSliderContext(SLIDER_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{...l,ref:t,onKeyDown:composeEventHandlers(e.onKeyDown,e=>{"Home"===e.key?(s(e),e.preventDefault()):"End"===e.key?(i(e),e.preventDefault()):PAGE_KEYS.concat(ARROW_KEYS$1).includes(e.key)&&(c(e),e.preventDefault())}),onPointerDown:composeEventHandlers(e.onPointerDown,e=>{const t=e.target;t.setPointerCapture(e.pointerId),e.preventDefault(),u.thumbs.has(t)?t.focus():o(e)}),onPointerMove:composeEventHandlers(e.onPointerMove,e=>{e.target.hasPointerCapture(e.pointerId)&&a(e)}),onPointerUp:composeEventHandlers(e.onPointerUp,e=>{const t=e.target;t.hasPointerCapture(e.pointerId)&&(t.releasePointerCapture(e.pointerId),r(e))})})}),TRACK_NAME="SliderTrack",(SliderTrack=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,a=useSliderContext(TRACK_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...o,ref:t})})).displayName=TRACK_NAME,RANGE_NAME="SliderRange",(SliderRange=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,...o}=e,a=useSliderContext(RANGE_NAME,n),r=useSliderOrientationContext(RANGE_NAME,n),s=useComposedRefs(t,React__namespace.useRef(null)),i=a.values.length,c=a.values.map(e=>convertValueToPercentage(e,a.min,a.max)),l=i>1?Math.min(...c):0,u=100-Math.max(...c);return jsxRuntime.jsx(Primitive$3.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...o,ref:s,style:{...e.style,[r.startEdge]:l+"%",[r.endEdge]:u+"%"}})})).displayName=RANGE_NAME,THUMB_NAME$1="SliderThumb",SliderThumb=React__namespace.forwardRef((e,t)=>{const n=useCollection$3(e.__scopeSlider),[o,a]=React__namespace.useState(null),r=useComposedRefs(t,e=>a(e)),s=React__namespace.useMemo(()=>o?n().findIndex(e=>e.ref.current===o):-1,[n,o]);return jsxRuntime.jsx(SliderThumbImpl,{...e,ref:r,index:s})}),SliderThumbImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSlider:n,index:o,name:a,...r}=e,s=useSliderContext(THUMB_NAME$1,n),i=useSliderOrientationContext(THUMB_NAME$1,n),[c,l]=React__namespace.useState(null),u=useComposedRefs(t,e=>l(e)),d=!c||(s.form||!!c.closest("form")),p=useSize(c),m=s.values[o],g=void 0===m?0:convertValueToPercentage(m,s.min,s.max),_=function(e,t){return t>2?`Value ${e+1} of ${t}`:2===t?["Minimum","Maximum"][e]:void 0}(o,s.values.length),f=p?.[i.size],h=f?function(e,t,n){const o=e/2;return(o-linearScale([0,50],[0,o])(t)*n)*n}(f,g,i.direction):0;return React__namespace.useEffect(()=>{if(c)return s.thumbs.add(c),()=>{s.thumbs.delete(c)}},[c,s.thumbs]),jsxRuntime.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[i.startEdge]:`calc(${g}% + ${h}px)`},children:[jsxRuntime.jsx(Collection$3.ItemSlot,{scope:e.__scopeSlider,children:jsxRuntime.jsx(Primitive$3.span,{role:"slider","aria-label":e["aria-label"]||_,"aria-valuemin":s.min,"aria-valuenow":m,"aria-valuemax":s.max,"aria-orientation":s.orientation,"data-orientation":s.orientation,"data-disabled":s.disabled?"":void 0,tabIndex:s.disabled?void 0:0,...r,ref:u,style:void 0===m?{display:"none"}:e.style,onFocus:composeEventHandlers(e.onFocus,()=>{s.valueIndexToChangeRef.current=o})})}),d&&jsxRuntime.jsx(SliderBubbleInput,{name:a??(s.name?s.name+(s.values.length>1?"[]":""):void 0),form:s.form,value:m},o)]})}),SliderThumb.displayName=THUMB_NAME$1,BUBBLE_INPUT_NAME$3="RadioBubbleInput",(SliderBubbleInput=React__namespace.forwardRef(({__scopeSlider:e,value:t,...n},o)=>{const a=React__namespace.useRef(null),r=useComposedRefs(a,o),s=usePrevious(t);return React__namespace.useEffect(()=>{const e=a.current;if(!e)return;const n=window.HTMLInputElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(s!==t&&o){const n=new Event("input",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[s,t]),jsxRuntime.jsx(Primitive$3.input,{style:{display:"none"},...n,ref:r,defaultValue:t})})).displayName=BUBBLE_INPUT_NAME$3,Root$5=Slider,Track=SliderTrack,Range=SliderRange,Thumb$1=SliderThumb,style$6_container="Slider-modules_container__ZtkgF",style$6_track="Slider-modules_track__KLggY",style$6_range="Slider-modules_range__3s39d",style$6_thumb="Slider-modules_thumb__P9ZoJ",style$6_thumbArea="Slider-modules_thumbArea__lNKj-";const SliderDemo=React.memo(e=>{const{className:t,isDisabled:n=!1,max:o,min:a,name:r="slider",onChange:s,step:i,thumbAriaLabel:c="",value:l=0}=e,[u,d]=React.useState(l);return React.useEffect(()=>{d(l)},[l]),React.createElement(Root$5,{className:cn("demio-ui-slider-container",style$6_container,t),"data-testid":"container",disabled:n,min:a,max:o,name:r,onValueChange:e=>{return t=e[0],d(t),void(s&&s(t));var t},step:i,value:[u]},React.createElement(Track,{className:cn("demio-ui-slider-track",style$6_track),"data-testid":"track"},React.createElement(Range,{className:cn("demio-ui-slider-range",style$6_range),"data-testid":"range"})),React.createElement(Thumb$1,{"aria-label":c,className:cn("demio-ui-slider-thumb",style$6_thumb),"data-testid":"thumb"},React.createElement("div",{className:cn("demio-ui-slider-thumb-area",style$6_thumbArea)})))});style$5_root="Crop-modules_root__rN-SB",style$5_wrapper="Crop-modules_wrapper__gCOCS",style$5_slider="Crop-modules_slider__-2TIB";const Crop=React.memo(e=>{const{aspect:t=1,className:n="",image:o="",isGridVisible:a=!1,onCropChange:r,onCropComplete:s,onZoomChange:i,sliderMin:c=1,sliderMax:l=3,sliderStep:u=.1}=e,[d,p]=React.useState({x:0,y:0}),[m,g]=React.useState(c);return o&&React.createElement("div",{className:cn("demio-ui-crop-root",style$5_root,n),"data-testid":"crop-root"},React.createElement("div",{className:cn("demio-ui-crop-wrapper",style$5_wrapper),"data-testid":"crop-wrapper"},React.createElement(Cropper,{...e,aspect:t,classes:{containerClassName:"demio-ui-crop-container",mediaClassName:"demio-ui-crop-image "+(a?"demio-ui-crop-grid":"")},crop:d,image:o,onCropChange:e=>{p(e),r&&r(e)},onCropComplete:async(e,t)=>{s&&s(e,t)},onZoomChange:g,showGrid:a,zoom:m})),React.createElement("div",{className:cn("demio-ui-crop-slider",style$5_slider),"data-testid":"crop-slider"},React.createElement(SliderDemo,{max:l,min:c,onChange:e=>{g(e),i&&i(e)},step:u})))}),mimeTypeMap={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"]},getFileExtension=(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):""},getFileMimeType=(e=null)=>{if(!(e instanceof File))return"";const t=e.type?.toLowerCase().trim()||"";return t.length>0?t:""},isExtensionMatchingMimeType=(e="",t="")=>{if("string"!=typeof e||"string"!=typeof t)return!1;const n=e.toLowerCase().trim(),o=t.toLowerCase().trim(),a=mimeTypeMap[n]||[];return!(a.length>0)||a.includes(o)},isValidFileType=(e=null,t="")=>{if(!(e instanceof File))return!1;if(!("string"==typeof t&&t?.length>0))return!0;const n=getFileExtension(e),o=getFileMimeType(e);if(!n||!o)return!1;if(!isExtensionMatchingMimeType(n,o))return!1;return t.toLowerCase().trim().includes(n)},isImage=(e=null)=>e instanceof File&&e.type.startsWith("image/"),isValidFileSize=(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},isValidFileDimension=async(e=null,t=0,n=0)=>new Promise((o,a)=>{if(!(e instanceof File))return o(!1);if(!isImage(e))return o(!0);const r=new FileReader;r.onload=e=>{const r=new Image;r.onload=()=>{const e=r.width>=t&&r.height>=n;o(e)},r.onerror=()=>{a(new Error("Error while loading Image"))},r.src=e.target?.result},r.onerror=()=>{a(new Error("Error while reading Image"))},r.readAsDataURL(e)}),createImage=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}),getRadianAngle=(e=0)=>e*Math.PI/180,rotateSize=(e,t,n)=>{const o=getRadianAngle(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)}},getCroppedImageURL=async(e,t,n=0,o={horizontal:!1,vertical:!1})=>{const a=await createImage(e),r=document.createElement("canvas"),s=r.getContext("2d");if(!s)return null;const{width:i,height:c}=rotateSize(a.width,a.height,n);r.width=i,r.height=c,s.translate(i/2,c/2),s.scale(o.horizontal?-1:1,o.vertical?-1:1),s.translate(-a.width/2,-a.height/2),s.drawImage(a,0,0);const l=document.createElement("canvas"),u=l.getContext("2d");return u?(l.width=t.width,l.height=t.height,u.drawImage(r,t.x,t.y,t.width,t.height,0,0,t.width,t.height),new Promise((e,t)=>{l.toBlob(n=>{n?e(URL.createObjectURL(n)):t(null)},"image/jpeg")})):null};css$5_toast="Toast-modules_toast__jBLRk",css$5_noCloseBtn="Toast-modules_noCloseBtn__pyGvH",css$5_icon="Toast-modules_icon__ORsLy",css$5_success="Toast-modules_success__BYfwB",css$5_warning="Toast-modules_warning__HLJ8C",css$5_error="Toast-modules_error__yN4Cu",css$5_info="Toast-modules_info__V0nO3",css$5_message="Toast-modules_message__fnWMJ",css$5_description="Toast-modules_description__GYPY5",css$5_noMessage="Toast-modules_noMessage__3Wskx",css$5_closeButton="Toast-modules_closeButton__GIv2a",css$5_closeIcon="Toast-modules_closeIcon__2qev9";const Toast=React.memo(({className:e="",description:t="",duration:n=4e3,icon:o=null,id:a,isClosable:r=!0,message:s="",onClose:i,style:c={},type:l="info"})=>{const[u,d]=React.useState(!0),p=a||Date.now(),m=Boolean(t),g=Boolean(s),_="error"===l&&!o,f="info"===l&&!o,h="success"===l&&!o,v="warning"===l&&!o,b=n<1e3?1e3*n:n,R=e=>{e instanceof Event&&(e.preventDefault(),e.stopPropagation()),"number"==typeof e&&clearTimeout(e),d(!1),i?.(p)};return React.useEffect(()=>{const e=setTimeout(()=>R(e),b);return()=>clearTimeout(e)},[]),(g||m)&&u&&React.createElement("div",{className:cn("demio-ui-toast",css$5_toast,{[css$5_noCloseBtn]:!r},e),"data-testid":`toast-${p}`,style:c},o&&React.createElement("div",{className:cn("demio-ui-toast-custom-icon",css$5_icon),"data-testid":"toast-custom-icon"},o),_&&React.createElement(SvgExclamation,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-error",css$5_icon,css$5_error),"data-testid":"toast-icon-error"}),f&&React.createElement(SvgInfoCircle,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-info",css$5_icon,css$5_info),"data-testid":"toast-icon-info"}),h&&React.createElement(SvgCheckCircle,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-success",css$5_icon,css$5_success),"data-testid":"toast-icon-success"}),v&&React.createElement(SvgInfo,{className:cn("demio-ui-toast-icon demio-ui-toast-icon-warning",css$5_icon,css$5_warning),"data-testid":"toast-icon-warning"}),React.createElement("div",{className:cn("demio-ui-toast-message",css$5_message),"data-testid":"toast-message"},s,m&&React.createElement("div",{className:cn("demio-ui-toast-description",css$5_description,{[css$5_noMessage]:!g}),"data-testid":"toast-description"},t)),r&&React.createElement("button",{className:cn("demio-ui-toast-close-btn",css$5_closeButton),"data-testid":"toast-close-btn",onClick:()=>R(null)},React.createElement(SvgClose,{className:cn("demio-ui-toast-close-icon",css$5_closeIcon),"data-testid":"toast-close-icon"})))});css$4={toastList:"ToastList-modules_toastList__9nnFy",center:"ToastList-modules_center__hvy9G",left:"ToastList-modules_left__NvgHS",right:"ToastList-modules_right__P8EIO"};const ToastList=React.memo(({position:e="right",className:t})=>{const[n,o]=React.useState([]),a=0===n.length,r=React.useCallback(e=>o(t=>t.filter(t=>t.id!==e)),[o]),s=React.useCallback(()=>{a||(r(Number(n[0].id)),n[0].onClose?.(Number(n[0].id)))},[a,n[0],r]),i=React.useCallback(e=>{"Escape"===e?.key&&s()},[s]);return React.useEffect(()=>{Promise.resolve().then(function(){return toast$1}).then(({toast:e})=>{e?.updateSetter(o)})},[]),React.useEffect(()=>(document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i)}),[i]),React.createElement("div",{className:cn("demio-ui-toast-list",css$4.toastList,css$4[e],t),id:"demio-ui-toast-list","data-testid":"toast-list"},n.map(e=>React.createElement(Toast,{...e,key:`toast-${e.id}`})))}),ensureToastListInitialized=()=>{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),client.createRoot(e).render(React.createElement(ToastList,null))),!0};const toast=new class{setToastList=null;toastQueue=[];timerId=null;isWaitingForClient=!1;constructor(){this.render()}render=()=>{"undefined"!=typeof document?ensureToastListInitialized():this.waitForClient()};waitForClient(){if(!this.isWaitingForClient&&"undefined"!=typeof window&&(this.isWaitingForClient=!0,window.addEventListener("load",()=>{ensureToastListInitialized(),this.isWaitingForClient=!1}),"undefined"!=typeof MutationObserver)){const e=new MutationObserver(()=>{document.getElementById("demio-ui-toast-root")&&(ensureToastListInitialized(),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(!ensureToastListInitialized())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"})}};toast$1=Object.freeze({__proto__:null,toast:toast});const useCroppedImage=(e="",t=null)=>{const[n,o]=React.useState("");return React.useEffect(()=>{t&&e?getCroppedImageURL(e,t).then(e=>{o(String(e))}).catch(()=>{o("")}):o("")},[e,t]),{croppedImageURL:n}},initialFileValidation={isFileDimensionValid:!0,isFileSizeValid:!0,isFileTypeValid:!0,isFileValid:!0},useFileValidation=({acceptableFileTypes:e="",fileSizeMbLimit:t=0,isValidationEnabled:n=!0,isDimensionValidationEnabled:o=!0,isSizeValidationEnabled:a=!0,minHeightLimit:r=0,minWidthLimit:s=0})=>{const[i,c]=React.useState(initialFileValidation);return{...i,validate:async(l=null)=>{if(!(n&&l instanceof File))return initialFileValidation;const u=!o||await isValidFileDimension(l,s,r),d=!a||isValidFileSize(l,t),p=!(e.length>0)||isValidFileType(l,e),m=u&&d&&p,g={...i,isFileDimensionValid:u,isFileSizeValid:d,isFileTypeValid:p,isFileValid:m};return c(g),g}}};style$4_note="Note-modules_note__6dcyr",style$4_icon="Note-modules_icon__P-p8I";const iconMap={error:SvgTimesCircle,info:SvgInfoCircleSolid,warning:SvgExclamation},typeClassMap={error:"Note-modules_error__sG0TM",info:"Note-modules_info__4-D0C",warning:"Note-modules_warning__kCpaR"},Note=React.memo(e=>{const{children:t="",className:n="",classNameIcon:o="",type:a="error"}=e,r=String(t).trim().length>0,s=iconMap[a];return r&&React.createElement("div",{className:cn("demio-ui-note",style$4_note,typeClassMap[a],n),"data-testid":"note",role:"info"===a?"status":"alert"},React.createElement(s,{className:cn("demio-ui-note-icon",style$4_icon,o),"data-testid":`note-icon-${a}`}),t)});style$3_container="DnDArea-modules_container__bPaID",style$3_isDraggedOver="DnDArea-modules_isDraggedOver__A5x5L";const DnDArea=React.memo(e=>{const{acceptableFileTypes:t="",className:n="",children:o="Drag the file into the selected area",dropText:a="Drop it like it’s hot! 🔥",fileSizeMbLimit:r=0,error:s="",minHeightLimit:i=0,minWidthLimit:c=0,errorDimension:l=`Minimum required dimensions are ${c}x${i}.`,errorSize:u=`Exceeds maximum size limit of ${r} MB.`,errorType:d="File type is not supported.",isValidationEnabled:p=!0,isDimensionValidationEnabled:m=!0,isSizeValidationEnabled:g=!0,onDragLeave:_,onDragOver:f,onDrop:h}=e,[v,b]=React.useState(!1),{isFileDimensionValid:R,isFileSizeValid:x,isFileTypeValid:y,validate:C}=useFileValidation({acceptableFileTypes:t,fileSizeMbLimit:r,isDimensionValidationEnabled:m,isSizeValidationEnabled:g,isValidationEnabled:p,minHeightLimit:i,minWidthLimit:c}),S=s?.length>0,E=t&&t.length>0,I=p&&m&&!R,w=p&&g&&!x,A=p&&E&&!y;return React.createElement("div",{className:"demio-ui-dnd-area-root","data-testid":"dnd-area-root"},p&&S&&React.createElement(Note,{children:s}),p&&!S&&A&&React.createElement(Note,{children:d}),p&&!S&&!A&&w&&React.createElement(Note,{children:u}),p&&!S&&!A&&!w&&I&&React.createElement(Note,{children:l}),React.createElement("div",{className:cn("demio-ui-dnd-area-container",style$3_container,{[style$3_isDraggedOver]:v},n),"data-testid":"dnd-area-container",onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),b(!1),_&&_(e)},onDragOver:e=>{e.preventDefault(),e.stopPropagation(),b(!0),f&&f(e)},onDrop:async e=>{e.preventDefault(),e.stopPropagation(),b(!1);const t=e.dataTransfer?.files[0]||null;await C(t),h&&h(e,t)}},v&&a,!v&&o))});styles$f_overlay="Modal-modules_overlay__V-vTn",styles$f_header="Modal-modules_header__-dxAm",styles$f_isTitleHidden="Modal-modules_isTitleHidden__T6g1-",styles$f_close="Modal-modules_close__CwIjR",styles$f_title="Modal-modules_title__3ehge",styles$f_titleCentered="Modal-modules_titleCentered__Qqy8u",styles$f_content="Modal-modules_content__sK9HS",styles$f_body="Modal-modules_body__8Khpx",styles$e={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 sides=["top","right","bottom","left"],min=Math.min,max=Math.max,round=Math.round,floor=Math.floor,createCoords=e=>({x:e,y:e}),oppositeSideMap={left:"right",right:"left",bottom:"top",top:"bottom"},lrPlacement=["left","right"],rlPlacement=["right","left"],tbPlacement=["top","bottom"],btPlacement=["bottom","top"],originSides=new Set(["left","top"]),willChangeRe=/transform|translate|scale|rotate|perspective|filter/,containRe=/paint|layout|strict|content/,isNotNone=e=>!!e&&"none"!==e;let isWebKitValue;const noOffsets=createCoords(0),platform={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:o,strategy:a}=e;const r="fixed"===a,s=getDocumentElement(o),i=!!t&&isTopLayer(t.floating);if(o===s||i&&r)return n;let c={scrollLeft:0,scrollTop:0},l=createCoords(1);const u=createCoords(0),d=isHTMLElement(o);if((d||!d&&!r)&&(("body"!==getNodeName(o)||isOverflowElement(s))&&(c=getNodeScroll(o)),d)){const e=getBoundingClientRect(o);l=getScale(o),u.x=e.x+o.clientLeft,u.y=e.y+o.clientTop}const p=!s||d||r?createCoords(0):getHTMLOffset(s,c);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+p.x,y:n.y*l.y-c.scrollTop*l.y+u.y+p.y}},getDocumentElement:getDocumentElement,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:a}=e;const r=[..."clippingAncestors"===n?isTopLayer(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let o=getOverflowAncestors(e,[],!1).filter(e=>isElement(e)&&"body"!==getNodeName(e)),a=null;const r="fixed"===getComputedStyle$1(e).position;let s=r?getParentNode(e):e;for(;isElement(s)&&!isLastTraversableNode(s);){const t=getComputedStyle$1(s),n=isContainingBlock(s);n||"fixed"!==t.position||(a=null),(r?!n&&!a:!n&&"static"===t.position&&a&&("absolute"===a.position||"fixed"===a.position)||isOverflowElement(s)&&!n&&hasFixedPositionAncestor(e,s))?o=o.filter(e=>e!==s):a=t,s=getParentNode(s)}return t.set(e,o),o}(t,this._c):[].concat(n),o],s=getClientRectFromClippingAncestor(t,r[0],a);let i=s.top,c=s.right,l=s.bottom,u=s.left;for(let d=1;d<r.length;d++){const e=getClientRectFromClippingAncestor(t,r[d],a);i=max(e.top,i),c=min(e.right,c),l=min(e.bottom,l),u=max(e.left,u)}return{width:c-u,height:l-i,x:u,y:i}},getOffsetParent:getOffsetParent,getElementRects:async function(e){const t=this.getOffsetParent||getOffsetParent,n=this.getDimensions,o=await n(e.floating);return{reference:getRectRelativeToOffsetParent(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}=getCssDimensions(e);return{width:t,height:n}},getScale:getScale,isElement:isElement,isRTL:function(e){return"rtl"===getComputedStyle$1(e).direction}},offset$1=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:a,y:r,placement:s,middlewareData:i}=t,c=await async function(e,t){const{placement:n,platform:o,elements:a}=e,r=await(null==o.isRTL?void 0:o.isRTL(a.floating)),s=getSide(n),i=getAlignment(n),c="y"===getSideAxis(n),l=originSides.has(s)?-1:1,u=r&&c?-1:1,d=evaluate(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:g}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return i&&"number"==typeof g&&(m="end"===i?-1*g:g),c?{x:m*u,y:p*l}:{x:p*l,y:m*u}}(t,e);return s===(null==(n=i.offset)?void 0:n.placement)&&null!=(o=i.arrow)&&o.alignmentOffset?{}:{x:a+c.x,y:r+c.y,data:{...c,placement:s}}}}},shift$1=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:a,platform:r}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=evaluate(e,t),u={x:n,y:o},d=await r.detectOverflow(t,l),p=getSideAxis(getSide(a)),m=getOppositeAxis(p);let g=u[m],_=u[p];if(s){const e="y"===m?"bottom":"right";g=clamp(g+d["y"===m?"top":"left"],g,g-d[e])}if(i){const e="y"===p?"bottom":"right";_=clamp(_+d["y"===p?"top":"left"],_,_-d[e])}const f=c.fn({...t,[m]:g,[p]:_});return{...f,data:{x:f.x-n,y:f.y-o,enabled:{[m]:s,[p]:i}}}}}},flip$1=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,o,a,r,s;const{placement:i,middlewareData:c,rects:l,initialPlacement:u,platform:d,elements:p}=t,{mainAxis:m=!0,crossAxis:g=!0,fallbackPlacements:_,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:v=!0,...b}=evaluate(e,t);if(null!=(n=c.arrow)&&n.alignmentOffset)return{};const R=getSide(i),x=getSideAxis(u),y=getSide(u)===u,C=await(null==d.isRTL?void 0:d.isRTL(p.floating)),S=_||(y||!v?[getOppositePlacement(u)]:function(e){const t=getOppositePlacement(e);return[getOppositeAlignmentPlacement(e),t,getOppositeAlignmentPlacement(t)]}(u)),E="none"!==h;!_&&E&&S.push(...getOppositeAxisPlacements(u,v,h,C));const I=[u,...S],w=await d.detectOverflow(t,b),A=[];let $=(null==(o=c.flip)?void 0:o.overflows)||[];if(m&&A.push(w[R]),g){const e=function(e,t,n){void 0===n&&(n=!1);const o=getAlignment(e),a=getAlignmentAxis(e),r=getAxisLength(a);let s="x"===a?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[r]>t.floating[r]&&(s=getOppositePlacement(s)),[s,getOppositePlacement(s)]}(i,l,C);A.push(w[e[0]],w[e[1]])}if($=[...$,{placement:i,overflows:A}],!A.every(e=>e<=0)){const e=((null==(a=c.flip)?void 0:a.index)||0)+1,t=I[e];if(t){if(!("alignment"===g&&x!==getSideAxis(t))||$.every(e=>getSideAxis(e.placement)!==x||e.overflows[0]>0))return{data:{index:e,overflows:$},reset:{placement:t}}}let n=null==(r=$.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:r.placement;if(!n)switch(f){case"bestFit":{const e=null==(s=$.filter(e=>{if(E){const t=getSideAxis(e.placement);return t===x||"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:s[0];e&&(n=e);break}case"initialPlacement":n=u}if(i!==n)return{reset:{placement:n}}}return{}}}},size$1=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var n,o;const{placement:a,rects:r,platform:s,elements:i}=t,{apply:c=()=>{},...l}=evaluate(e,t),u=await s.detectOverflow(t,l),d=getSide(a),p=getAlignment(a),m="y"===getSideAxis(a),{width:g,height:_}=r.floating;let f,h;"top"===d||"bottom"===d?(f=d,h=p===(await(null==s.isRTL?void 0:s.isRTL(i.floating))?"start":"end")?"left":"right"):(h=d,f="end"===p?"top":"bottom");const v=_-u.top-u.bottom,b=g-u.left-u.right,R=min(_-u[f],v),x=min(g-u[h],b),y=!t.middlewareData.shift;let C=R,S=x;if(null!=(n=t.middlewareData.shift)&&n.enabled.x&&(S=b),null!=(o=t.middlewareData.shift)&&o.enabled.y&&(C=v),y&&!p){const e=max(u.left,0),t=max(u.right,0),n=max(u.top,0),o=max(u.bottom,0);m?S=g-2*(0!==e||0!==t?e+t:max(u.left,u.right)):C=_-2*(0!==n||0!==o?n+o:max(u.top,u.bottom))}await c({...t,availableWidth:S,availableHeight:C});const E=await s.getDimensions(i.floating);return g!==E.width||_!==E.height?{reset:{rects:!0}}:{}}}},hide$1=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n,platform:o}=t,{strategy:a="referenceHidden",...r}=evaluate(e,t);switch(a){case"referenceHidden":{const e=getSideOffsets(await o.detectOverflow(t,{...r,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:isAnySideFullyClipped(e)}}}case"escaped":{const e=getSideOffsets(await o.detectOverflow(t,{...r,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:isAnySideFullyClipped(e)}}}default:return{}}}}},arrow$2=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:a,rects:r,platform:s,elements:i,middlewareData:c}=t,{element:l,padding:u=0}=evaluate(e,t)||{};if(null==l)return{};const d=getPaddingObject(u),p={x:n,y:o},m=getAlignmentAxis(a),g=getAxisLength(m),_=await s.getDimensions(l),f="y"===m,h=f?"top":"left",v=f?"bottom":"right",b=f?"clientHeight":"clientWidth",R=r.reference[g]+r.reference[m]-p[m]-r.floating[g],x=p[m]-r.reference[m],y=await(null==s.getOffsetParent?void 0:s.getOffsetParent(l));let C=y?y[b]:0;C&&await(null==s.isElement?void 0:s.isElement(y))||(C=i.floating[b]||r.floating[g]);const S=R/2-x/2,E=C/2-_[g]/2-1,I=min(d[h],E),w=min(d[v],E),A=I,$=C-_[g]-w,M=C/2-_[g]/2+S,N=clamp(A,M,$),T=!c.arrow&&null!=getAlignment(a)&&M!==N&&r.reference[g]/2-(M<A?I:w)-_[g]/2<0,O=T?M<A?M-A:M-$:0;return{[m]:p[m]+O,data:{[m]:N,centerOffset:M-N-O,...T&&{alignmentOffset:O}},reset:T}}}),limitShift$1=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:n,y:o,placement:a,rects:r,middlewareData:s}=t,{offset:i=0,mainAxis:c=!0,crossAxis:l=!0}=evaluate(e,t),u={x:n,y:o},d=getSideAxis(a),p=getOppositeAxis(d);let m=u[p],g=u[d];const _=evaluate(i,t),f="number"==typeof _?{mainAxis:_,crossAxis:0}:{mainAxis:0,crossAxis:0,..._};if(c){const e="y"===p?"height":"width",t=r.reference[p]-r.floating[e]+f.mainAxis,n=r.reference[p]+r.reference[e]-f.mainAxis;m<t?m=t:m>n&&(m=n)}if(l){var h,v;const e="y"===p?"width":"height",t=originSides.has(getSide(a)),n=r.reference[d]-r.floating[e]+(t&&(null==(h=s.offset)?void 0:h[d])||0)+(t?0:f.crossAxis),o=r.reference[d]+r.reference[e]+(t?0:(null==(v=s.offset)?void 0:v[d])||0)-(t?f.crossAxis:0);g<n?g=n:g>o&&(g=o)}return{[p]:m,[d]:g}}}},computePosition=(e,t,n)=>{const o=new Map,a={platform:platform,...n},r={...a.platform,_c:o};return(async(e,t,n)=>{const{placement:o="bottom",strategy:a="absolute",middleware:r=[],platform:s}=n,i=s.detectOverflow?s:{...s,detectOverflow:detectOverflow},c=await(null==s.isRTL?void 0:s.isRTL(t));let l=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:u,y:d}=computeCoordsFromPlacement(l,o,c),p=o,m=0;const g={};for(let _=0;_<r.length;_++){const n=r[_];if(!n)continue;const{name:f,fn:h}=n,{x:v,y:b,data:R,reset:x}=await h({x:u,y:d,initialPlacement:o,placement:p,strategy:a,middlewareData:g,rects:l,platform:i,elements:{reference:e,floating:t}});u=null!=v?v:u,d=null!=b?b:d,g[f]={...g[f],...R},x&&m<50&&(m++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(l=!0===x.rects?await s.getElementRects({reference:e,floating:t,strategy:a}):x.rects),({x:u,y:d}=computeCoordsFromPlacement(l,p,c))),_=-1)}return{x:u,y:d,placement:p,strategy:a,middlewareData:g}})(e,t,{...a,platform:r})};isClient$1="undefined"!=typeof document,noop$2=function(){},index$1=isClient$1?React.useLayoutEffect:noop$2;const offset=(e,t)=>{const n=offset$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},shift=(e,t)=>{const n=shift$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},limitShift=(e,t)=>({fn:limitShift$1(e).fn,options:[e,t]}),flip=(e,t)=>{const n=flip$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},size=(e,t)=>{const n=size$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},hide=(e,t)=>{const n=hide$1(e);return{name:n.name,fn:n.fn,options:[e,t]}},arrow=(e,t)=>{const n=(e=>({name:"arrow",options:e,fn(t){const{element:n,padding:o}="function"==typeof e?e(t):e;return n&&(a=n,{}.hasOwnProperty.call(a,"current"))?null!=n.current?arrow$2({element:n.current,padding:o}).fn(t):{}:n?arrow$2({element:n,padding:o}).fn(t):{};var a}}))(e);return{name:n.name,fn:n.fn,options:[e,t]}};NAME$1="Arrow",(Arrow$1=React__namespace.forwardRef((e,t)=>{const{children:n,width:o=10,height:a=5,...r}=e;return jsxRuntime.jsx(Primitive$3.svg,{...r,ref:t,width:o,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:jsxRuntime.jsx("polygon",{points:"0,0 30,0 15,10"})})})).displayName=NAME$1,Root$4=Arrow$1,POPPER_NAME="Popper";var[createPopperContext,createPopperScope]=createContextScope$2(POPPER_NAME),[PopperProvider,usePopperContext]=createPopperContext(POPPER_NAME);(Popper=e=>{const{__scopePopper:t,children:n}=e,[o,a]=React__namespace.useState(null);return jsxRuntime.jsx(PopperProvider,{scope:t,anchor:o,onAnchorChange:a,children:n})}).displayName=POPPER_NAME,ANCHOR_NAME$2="PopperAnchor",(PopperAnchor=React__namespace.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:o,...a}=e,r=usePopperContext(ANCHOR_NAME$2,n),s=React__namespace.useRef(null),i=useComposedRefs(t,s),c=React__namespace.useRef(null);return React__namespace.useEffect(()=>{const e=c.current;c.current=o?.current||s.current,e!==c.current&&r.onAnchorChange(c.current)}),o?null:jsxRuntime.jsx(Primitive$3.div,{...a,ref:i})})).displayName=ANCHOR_NAME$2,CONTENT_NAME$6="PopperContent";var[PopperContentProvider,useContentContext]=createPopperContext(CONTENT_NAME$6);PopperContent=React__namespace.forwardRef((e,t)=>{const{__scopePopper:n,side:o="bottom",sideOffset:a=0,align:r="center",alignOffset:s=0,arrowPadding:i=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d="partial",hideWhenDetached:p=!1,updatePositionStrategy:m="optimized",onPlaced:g,..._}=e,f=usePopperContext(CONTENT_NAME$6,n),[h,v]=React__namespace.useState(null),b=useComposedRefs(t,e=>v(e)),[R,x]=React__namespace.useState(null),y=useSize(R),C=y?.width??0,S=y?.height??0,E=o+("center"!==r?"-"+r:""),I="number"==typeof u?u:{top:0,right:0,bottom:0,left:0,...u},w=Array.isArray(l)?l:[l],A=w.length>0,$={padding:I,boundary:w.filter(isNotNull),altBoundary:A},{refs:M,floatingStyles:N,placement:T,isPositioned:O,middlewareData:P}=function(e){void 0===e&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:o=[],platform:a,elements:{reference:r,floating:s}={},transform:i=!0,whileElementsMounted:c,open:l}=e,[u,d]=React__namespace.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,m]=React__namespace.useState(o);deepEqual(p,o)||m(o);const[g,_]=React__namespace.useState(null),[f,h]=React__namespace.useState(null),v=React__namespace.useCallback(e=>{e!==y.current&&(y.current=e,_(e))},[]),b=React__namespace.useCallback(e=>{e!==C.current&&(C.current=e,h(e))},[]),R=r||g,x=s||f,y=React__namespace.useRef(null),C=React__namespace.useRef(null),S=React__namespace.useRef(u),E=null!=c,I=useLatestRef(c),w=useLatestRef(a),A=useLatestRef(l),$=React__namespace.useCallback(()=>{if(!y.current||!C.current)return;const e={placement:t,strategy:n,middleware:p};w.current&&(e.platform=w.current),computePosition(y.current,C.current,e).then(e=>{const t={...e,isPositioned:!1!==A.current};M.current&&!deepEqual(S.current,t)&&(S.current=t,ReactDOM__namespace.flushSync(()=>{d(t)}))})},[p,t,n,w,A]);index$1(()=>{!1===l&&S.current.isPositioned&&(S.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);const M=React__namespace.useRef(!1);index$1(()=>(M.current=!0,()=>{M.current=!1}),[]),index$1(()=>{if(R&&(y.current=R),x&&(C.current=x),R&&x){if(I.current)return I.current(R,x,$);$()}},[R,x,$,I,E]);const N=React__namespace.useMemo(()=>({reference:y,floating:C,setReference:v,setFloating:b}),[v,b]),T=React__namespace.useMemo(()=>({reference:R,floating:x}),[R,x]),O=React__namespace.useMemo(()=>{const e={position:n,left:0,top:0};if(!T.floating)return e;const t=roundByDPR(T.floating,u.x),o=roundByDPR(T.floating,u.y);return i?{...e,transform:"translate("+t+"px, "+o+"px)",...getDPR(T.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:o}},[n,i,T.floating,u.x,u.y]);return React__namespace.useMemo(()=>({...u,update:$,refs:N,elements:T,floatingStyles:O}),[u,$,N,T,O])}({strategy:"fixed",placement:E,whileElementsMounted:(...e)=>autoUpdate(...e,{animationFrame:"always"===m}),elements:{reference:f.anchor},middleware:[offset({mainAxis:a+S,alignmentAxis:s}),c&&shift({mainAxis:!0,crossAxis:!1,limiter:"partial"===d?limitShift():void 0,...$}),c&&flip({...$}),size({...$,apply:({elements:e,rects:t,availableWidth:n,availableHeight:o})=>{const{width:a,height:r}=t.reference,s=e.floating.style;s.setProperty("--radix-popper-available-width",`${n}px`),s.setProperty("--radix-popper-available-height",`${o}px`),s.setProperty("--radix-popper-anchor-width",`${a}px`),s.setProperty("--radix-popper-anchor-height",`${r}px`)}}),R&&arrow({element:R,padding:i}),transformOrigin({arrowWidth:C,arrowHeight:S}),p&&hide({strategy:"referenceHidden",...$})]}),[D,L]=getSideAndAlignFromPlacement(T),j=useCallbackRef$1(g);useLayoutEffect2(()=>{O&&j?.()},[O,j]);const B=P.arrow?.x,G=P.arrow?.y,V=0!==P.arrow?.centerOffset,[k,F]=React__namespace.useState();return useLayoutEffect2(()=>{h&&F(window.getComputedStyle(h).zIndex)},[h]),jsxRuntime.jsx("div",{ref:M.setFloating,"data-radix-popper-content-wrapper":"",style:{...N,transform:O?N.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:k,"--radix-popper-transform-origin":[P.transformOrigin?.x,P.transformOrigin?.y].join(" "),...P.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:jsxRuntime.jsx(PopperContentProvider,{scope:n,placedSide:D,onArrowChange:x,arrowX:B,arrowY:G,shouldHideArrow:V,children:jsxRuntime.jsx(Primitive$3.div,{"data-side":D,"data-align":L,..._,ref:b,style:{..._.style,animation:O?void 0:"none"}})})})}),PopperContent.displayName=CONTENT_NAME$6,ARROW_NAME$5="PopperArrow",OPPOSITE_SIDE={top:"bottom",right:"left",bottom:"top",left:"right"},(PopperArrow=React__namespace.forwardRef(function(e,t){const{__scopePopper:n,...o}=e,a=useContentContext(ARROW_NAME$5,n),r=OPPOSITE_SIDE[a.placedSide];return jsxRuntime.jsx("span",{ref:a.onArrowChange,style:{position:"absolute",left:a.arrowX,top:a.arrowY,[r]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[a.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[a.placedSide],visibility:a.shouldHideArrow?"hidden":void 0},children:jsxRuntime.jsx(Root$4,{...o,ref:t,style:{...o.style,display:"block"}})})})).displayName=ARROW_NAME$5,transformOrigin=e=>({name:"transformOrigin",options:e,fn(t){const{placement:n,rects:o,middlewareData:a}=t,r=0!==a.arrow?.centerOffset,s=r?0:e.arrowWidth,i=r?0:e.arrowHeight,[c,l]=getSideAndAlignFromPlacement(n),u={start:"0%",center:"50%",end:"100%"}[l],d=(a.arrow?.x??0)+s/2,p=(a.arrow?.y??0)+i/2;let m="",g="";return"bottom"===c?(m=r?u:`${d}px`,g=-i+"px"):"top"===c?(m=r?u:`${d}px`,g=`${o.floating.height+i}px`):"right"===c?(m=-i+"px",g=r?u:`${p}px`):"left"===c&&(m=`${o.floating.width+i}px`,g=r?u:`${p}px`),{data:{x:m,y:g}}}}),Root2$5=Popper,Anchor=PopperAnchor,Content$1=PopperContent,Arrow=PopperArrow,ENTRY_FOCUS="rovingFocusGroup.onEntryFocus",EVENT_OPTIONS={bubbles:!1,cancelable:!0},GROUP_NAME$3="RovingFocusGroup";var[Collection$2,useCollection$2,createCollectionScope$2]=createCollection(GROUP_NAME$3),[createRovingFocusGroupContext,createRovingFocusGroupScope]=createContextScope$2(GROUP_NAME$3,[createCollectionScope$2]),[RovingFocusProvider,useRovingFocusContext]=createRovingFocusGroupContext(GROUP_NAME$3);(RovingFocusGroup=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Collection$2.Provider,{scope:e.__scopeRovingFocusGroup,children:jsxRuntime.jsx(Collection$2.Slot,{scope:e.__scopeRovingFocusGroup,children:jsxRuntime.jsx(RovingFocusGroupImpl,{...e,ref:t})})}))).displayName=GROUP_NAME$3,RovingFocusGroupImpl=React__namespace.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:a=!1,dir:r,currentTabStopId:s,defaultCurrentTabStopId:i,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,p=React__namespace.useRef(null),m=useComposedRefs(t,p),g=useDirection(r),[_,f]=useControllableState({prop:s,defaultProp:i??null,onChange:c,caller:GROUP_NAME$3}),[h,v]=React__namespace.useState(!1),b=useCallbackRef$1(l),R=useCollection$2(n),x=React__namespace.useRef(!1),[y,C]=React__namespace.useState(0);return React__namespace.useEffect(()=>{const e=p.current;if(e)return e.addEventListener(ENTRY_FOCUS,b),()=>e.removeEventListener(ENTRY_FOCUS,b)},[b]),jsxRuntime.jsx(RovingFocusProvider,{scope:n,orientation:o,dir:g,loop:a,currentTabStopId:_,onItemFocus:React__namespace.useCallback(e=>f(e),[f]),onItemShiftTab:React__namespace.useCallback(()=>v(!0),[]),onFocusableItemAdd:React__namespace.useCallback(()=>C(e=>e+1),[]),onFocusableItemRemove:React__namespace.useCallback(()=>C(e=>e-1),[]),children:jsxRuntime.jsx(Primitive$3.div,{tabIndex:h||0===y?-1:0,"data-orientation":o,...d,ref:m,style:{outline:"none",...e.style},onMouseDown:composeEventHandlers(e.onMouseDown,()=>{x.current=!0}),onFocus:composeEventHandlers(e.onFocus,e=>{const t=!x.current;if(e.target===e.currentTarget&&t&&!h){const t=new CustomEvent(ENTRY_FOCUS,EVENT_OPTIONS);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=R().filter(e=>e.focusable);focusFirst$1([e.find(e=>e.active),e.find(e=>e.id===_),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:composeEventHandlers(e.onBlur,()=>v(!1))})})}),ITEM_NAME$4="RovingFocusGroupItem",RovingFocusGroupItem=React__namespace.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:a=!1,tabStopId:r,children:s,...i}=e,c=useId(),l=r||c,u=useRovingFocusContext(ITEM_NAME$4,n),d=u.currentTabStopId===l,p=useCollection$2(n),{onFocusableItemAdd:m,onFocusableItemRemove:g,currentTabStopId:_}=u;return React__namespace.useEffect(()=>{if(o)return m(),()=>g()},[o,m,g]),jsxRuntime.jsx(Collection$2.ItemSlot,{scope:n,id:l,focusable:o,active:a,children:jsxRuntime.jsx(Primitive$3.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...i,ref:t,onMouseDown:composeEventHandlers(e.onMouseDown,e=>{o?u.onItemFocus(l):e.preventDefault()}),onFocus:composeEventHandlers(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void u.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 MAP_KEY_TO_FOCUS_INTENT[o]}(e,u.orientation,u.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let a=p().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)a.reverse();else if("prev"===t||"next"===t){"prev"===t&&a.reverse();const r=a.indexOf(e.currentTarget);a=u.loop?(o=r+1,(n=a).map((e,t)=>n[(o+t)%n.length])):a.slice(r+1)}setTimeout(()=>focusFirst$1(a))}var n,o}),children:"function"==typeof s?s({isCurrentTabStop:d,hasTabStop:null!=_}):s})})}),RovingFocusGroupItem.displayName=ITEM_NAME$4,MAP_KEY_TO_FOCUS_INTENT={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"},Root$3=RovingFocusGroup,Item$1=RovingFocusGroupItem,SELECTION_KEYS$1=["Enter"," "],LAST_KEYS=["ArrowUp","PageDown","End"],FIRST_LAST_KEYS=[...["ArrowDown","PageUp","Home"],...LAST_KEYS],SUB_OPEN_KEYS={ltr:[...SELECTION_KEYS$1,"ArrowRight"],rtl:[...SELECTION_KEYS$1,"ArrowLeft"]},SUB_CLOSE_KEYS={ltr:["ArrowLeft"],rtl:["ArrowRight"]},MENU_NAME="Menu";var[Collection$1,useCollection$1,createCollectionScope$1]=createCollection(MENU_NAME),[createMenuContext,createMenuScope]=createContextScope$2(MENU_NAME,[createCollectionScope$1,createPopperScope,createRovingFocusGroupScope]);usePopperScope$3=createPopperScope(),useRovingFocusGroupScope$2=createRovingFocusGroupScope();var[MenuProvider,useMenuContext]=createMenuContext(MENU_NAME),[MenuRootProvider,useMenuRootContext]=createMenuContext(MENU_NAME);(Menu$2=e=>{const{__scopeMenu:t,open:n=!1,children:o,dir:a,onOpenChange:r,modal:s=!0}=e,i=usePopperScope$3(t),[c,l]=React__namespace.useState(null),u=React__namespace.useRef(!1),d=useCallbackRef$1(r),p=useDirection(a);return React__namespace.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})}},[]),jsxRuntime.jsx(Root2$5,{...i,children:jsxRuntime.jsx(MenuProvider,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:jsxRuntime.jsx(MenuRootProvider,{scope:t,onClose:React__namespace.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:p,modal:s,children:o})})})}).displayName=MENU_NAME,ANCHOR_NAME$1="MenuAnchor",(MenuAnchor=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,a=usePopperScope$3(n);return jsxRuntime.jsx(Anchor,{...a,...o,ref:t})})).displayName=ANCHOR_NAME$1,PORTAL_NAME$4="MenuPortal";var[PortalProvider$2,usePortalContext$2]=createMenuContext(PORTAL_NAME$4,{forceMount:void 0});(MenuPortal$1=e=>{const{__scopeMenu:t,forceMount:n,children:o,container:a}=e,r=useMenuContext(PORTAL_NAME$4,t);return jsxRuntime.jsx(PortalProvider$2,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME$4,CONTENT_NAME$5="MenuContent";var[MenuContentProvider,useMenuContentContext]=createMenuContext(CONTENT_NAME$5);MenuContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$2(CONTENT_NAME$5,e.__scopeMenu),{forceMount:o=n.forceMount,...a}=e,r=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),s=useMenuRootContext(CONTENT_NAME$5,e.__scopeMenu);return jsxRuntime.jsx(Collection$1.Provider,{scope:e.__scopeMenu,children:jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(Collection$1.Slot,{scope:e.__scopeMenu,children:s.modal?jsxRuntime.jsx(MenuRootContentModal,{...a,ref:t}):jsxRuntime.jsx(MenuRootContentNonModal,{...a,ref:t})})})})}),MenuRootContentModal=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),o=React__namespace.useRef(null),a=useComposedRefs(t,o);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(MenuContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),MenuRootContentNonModal=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(CONTENT_NAME$5,e.__scopeMenu);return jsxRuntime.jsx(MenuContentImpl,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),Slot$2=createSlot$3("MenuContent.ScrollLock"),MenuContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,loop:o=!1,trapFocus:a,onOpenAutoFocus:r,onCloseAutoFocus:s,disableOutsidePointerEvents:i,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:m,disableOutsideScroll:g,..._}=e,f=useMenuContext(CONTENT_NAME$5,n),h=useMenuRootContext(CONTENT_NAME$5,n),v=usePopperScope$3(n),b=useRovingFocusGroupScope$2(n),R=useCollection$1(n),[x,y]=React__namespace.useState(null),C=React__namespace.useRef(null),S=useComposedRefs(t,C,f.onContentChange),E=React__namespace.useRef(0),I=React__namespace.useRef(""),w=React__namespace.useRef(0),A=React__namespace.useRef(null),$=React__namespace.useRef("right"),M=React__namespace.useRef(0),N=g?ReactRemoveScroll:React__namespace.Fragment,T=g?{as:Slot$2,allowPinchZoom:!0}:void 0,O=e=>{const t=I.current+e,n=R().filter(e=>!e.disabled),o=document.activeElement,a=n.find(e=>e.ref.current===o)?.textValue,r=function(e,t,n){const o=t.length>1&&Array.from(t).every(e=>e===t[0]),a=o?t[0]:t,r=n?e.indexOf(n):-1;let s=(i=e,c=Math.max(r,0),i.map((e,t)=>i[(c+t)%i.length]));var i,c;1===a.length&&(s=s.filter(e=>e!==n));const l=s.find(e=>e.toLowerCase().startsWith(a.toLowerCase()));return l!==n?l:void 0}(n.map(e=>e.textValue),t,a),s=n.find(e=>e.textValue===r)?.ref.current;!function e(t){I.current=t,window.clearTimeout(E.current),""!==t&&(E.current=window.setTimeout(()=>e(""),1e3))}(t),s&&setTimeout(()=>s.focus())};React__namespace.useEffect(()=>()=>window.clearTimeout(E.current),[]),useFocusGuards();const P=React__namespace.useCallback(e=>$.current===A.current?.side&&function(e,t){return!!t&&function(e,t){const{x:n,y:o}=e;let a=!1;for(let r=0,s=t.length-1;r<t.length;s=r++){const e=t[r],i=t[s],c=e.x,l=e.y,u=i.x,d=i.y;l>o!=d>o&&n<(u-c)*(o-l)/(d-l)+c&&(a=!a)}return a}({x:e.clientX,y:e.clientY},t)}(e,A.current?.area),[]);return jsxRuntime.jsx(MenuContentProvider,{scope:n,searchRef:I,onItemEnter:React__namespace.useCallback(e=>{P(e)&&e.preventDefault()},[P]),onItemLeave:React__namespace.useCallback(e=>{P(e)||(C.current?.focus(),y(null))},[P]),onTriggerLeave:React__namespace.useCallback(e=>{P(e)&&e.preventDefault()},[P]),pointerGraceTimerRef:w,onPointerGraceIntentChange:React__namespace.useCallback(e=>{A.current=e},[]),children:jsxRuntime.jsx(N,{...T,children:jsxRuntime.jsx(FocusScope,{asChild:!0,trapped:a,onMountAutoFocus:composeEventHandlers(r,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:s,children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:i,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:p,onDismiss:m,children:jsxRuntime.jsx(Root$3,{asChild:!0,...b,dir:h.dir,orientation:"vertical",loop:o,currentTabStopId:x,onCurrentTabStopIdChange:y,onEntryFocus:composeEventHandlers(c,e=>{h.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:jsxRuntime.jsx(Content$1,{role:"menu","aria-orientation":"vertical","data-state":getOpenState(f.open),"data-radix-menu-content":"",dir:h.dir,...v,..._,ref:S,style:{outline:"none",..._.style},onKeyDown:composeEventHandlers(_.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&&O(e.key));const a=C.current;if(e.target!==a)return;if(!FIRST_LAST_KEYS.includes(e.key))return;e.preventDefault();const r=R().filter(e=>!e.disabled).map(e=>e.ref.current);LAST_KEYS.includes(e.key)&&r.reverse(),function(e){const t=document.activeElement;for(const n of e){if(n===t)return;if(n.focus(),document.activeElement!==t)return}}(r)}),onBlur:composeEventHandlers(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(E.current),I.current="")}),onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(e=>{const t=e.target,n=M.current!==e.clientX;if(e.currentTarget.contains(t)&&n){const t=e.clientX>M.current?"right":"left";$.current=t,M.current=e.clientX}}))})})})})})})}),MenuContent.displayName=CONTENT_NAME$5,GROUP_NAME$2="MenuGroup",(MenuGroup=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{role:"group",...o,ref:t})})).displayName=GROUP_NAME$2,LABEL_NAME$2="MenuLabel",(MenuLabel=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{...o,ref:t})})).displayName=LABEL_NAME$2,ITEM_NAME$3="MenuItem",ITEM_SELECT="menu.itemSelect",(MenuItem=React__namespace.forwardRef((e,t)=>{const{disabled:n=!1,onSelect:o,...a}=e,r=React__namespace.useRef(null),s=useMenuRootContext(ITEM_NAME$3,e.__scopeMenu),i=useMenuContentContext(ITEM_NAME$3,e.__scopeMenu),c=useComposedRefs(t,r),l=React__namespace.useRef(!1);return jsxRuntime.jsx(MenuItemImpl,{...a,ref:c,disabled:n,onClick:composeEventHandlers(e.onClick,()=>{const e=r.current;if(!n&&e){const t=new CustomEvent(ITEM_SELECT,{bubbles:!0,cancelable:!0});e.addEventListener(ITEM_SELECT,e=>o?.(e),{once:!0}),dispatchDiscreteCustomEvent(e,t),t.defaultPrevented?l.current=!1:s.onClose()}}),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:composeEventHandlers(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{const t=""!==i.searchRef.current;n||t&&" "===e.key||SELECTION_KEYS$1.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})})).displayName=ITEM_NAME$3,MenuItemImpl=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,disabled:o=!1,textValue:a,...r}=e,s=useMenuContentContext(ITEM_NAME$3,n),i=useRovingFocusGroupScope$2(n),c=React__namespace.useRef(null),l=useComposedRefs(t,c),[u,d]=React__namespace.useState(!1),[p,m]=React__namespace.useState("");return React__namespace.useEffect(()=>{const e=c.current;e&&m((e.textContent??"").trim())},[r.children]),jsxRuntime.jsx(Collection$1.ItemSlot,{scope:n,disabled:o,textValue:a??p,children:jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!o,children:jsxRuntime.jsx(Primitive$3.div,{role:"menuitem","data-highlighted":u?"":void 0,"aria-disabled":o||void 0,"data-disabled":o?"":void 0,...r,ref:l,onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(e=>{if(o)s.onItemLeave(e);else if(s.onItemEnter(e),!e.defaultPrevented){e.currentTarget.focus({preventScroll:!0})}})),onPointerLeave:composeEventHandlers(e.onPointerLeave,whenMouse(e=>s.onItemLeave(e))),onFocus:composeEventHandlers(e.onFocus,()=>d(!0)),onBlur:composeEventHandlers(e.onBlur,()=>d(!1))})})})}),CHECKBOX_ITEM_NAME$1="MenuCheckboxItem",(MenuCheckboxItem=React__namespace.forwardRef((e,t)=>{const{checked:n=!1,onCheckedChange:o,...a}=e;return jsxRuntime.jsx(ItemIndicatorProvider,{scope:e.__scopeMenu,checked:n,children:jsxRuntime.jsx(MenuItem,{role:"menuitemcheckbox","aria-checked":isIndeterminate(n)?"mixed":n,...a,ref:t,"data-state":getCheckedState(n),onSelect:composeEventHandlers(a.onSelect,()=>o?.(!!isIndeterminate(n)||!n),{checkForDefaultPrevented:!1})})})})).displayName=CHECKBOX_ITEM_NAME$1,RADIO_GROUP_NAME$2="MenuRadioGroup";var[RadioGroupProvider$1,useRadioGroupContext$1]=createMenuContext(RADIO_GROUP_NAME$2,{value:void 0,onValueChange:()=>{}});(MenuRadioGroup=React__namespace.forwardRef((e,t)=>{const{value:n,onValueChange:o,...a}=e,r=useCallbackRef$1(o);return jsxRuntime.jsx(RadioGroupProvider$1,{scope:e.__scopeMenu,value:n,onValueChange:r,children:jsxRuntime.jsx(MenuGroup,{...a,ref:t})})})).displayName=RADIO_GROUP_NAME$2,RADIO_ITEM_NAME$1="MenuRadioItem",(MenuRadioItem=React__namespace.forwardRef((e,t)=>{const{value:n,...o}=e,a=useRadioGroupContext$1(RADIO_ITEM_NAME$1,e.__scopeMenu),r=n===a.value;return jsxRuntime.jsx(ItemIndicatorProvider,{scope:e.__scopeMenu,checked:r,children:jsxRuntime.jsx(MenuItem,{role:"menuitemradio","aria-checked":r,...o,ref:t,"data-state":getCheckedState(r),onSelect:composeEventHandlers(o.onSelect,()=>a.onValueChange?.(n),{checkForDefaultPrevented:!1})})})})).displayName=RADIO_ITEM_NAME$1,ITEM_INDICATOR_NAME$1="MenuItemIndicator";var[ItemIndicatorProvider,useItemIndicatorContext]=createMenuContext(ITEM_INDICATOR_NAME$1,{checked:!1});(MenuItemIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,forceMount:o,...a}=e,r=useItemIndicatorContext(ITEM_INDICATOR_NAME$1,n);return jsxRuntime.jsx(Presence,{present:o||isIndeterminate(r.checked)||!0===r.checked,children:jsxRuntime.jsx(Primitive$3.span,{...a,ref:t,"data-state":getCheckedState(r.checked)})})})).displayName=ITEM_INDICATOR_NAME$1,SEPARATOR_NAME$2="MenuSeparator",(MenuSeparator=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{role:"separator","aria-orientation":"horizontal",...o,ref:t})})).displayName=SEPARATOR_NAME$2,ARROW_NAME$4="MenuArrow",(MenuArrow=React__namespace.forwardRef((e,t)=>{const{__scopeMenu:n,...o}=e,a=usePopperScope$3(n);return jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME$4,SUB_NAME="MenuSub";var[MenuSubProvider,useMenuSubContext]=createMenuContext(SUB_NAME);SUB_TRIGGER_NAME$1="MenuSubTrigger",(MenuSubTrigger=React__namespace.forwardRef((e,t)=>{const n=useMenuContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),o=useMenuRootContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),a=useMenuSubContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),r=useMenuContentContext(SUB_TRIGGER_NAME$1,e.__scopeMenu),s=React__namespace.useRef(null),{pointerGraceTimerRef:i,onPointerGraceIntentChange:c}=r,l={__scopeMenu:e.__scopeMenu},u=React__namespace.useCallback(()=>{s.current&&window.clearTimeout(s.current),s.current=null},[]);return React__namespace.useEffect(()=>u,[u]),React__namespace.useEffect(()=>{const e=i.current;return()=>{window.clearTimeout(e),c(null)}},[i,c]),jsxRuntime.jsx(MenuAnchor,{asChild:!0,...l,children:jsxRuntime.jsx(MenuItemImpl,{id:a.triggerId,"aria-haspopup":"menu","aria-expanded":n.open,"aria-controls":a.contentId,"data-state":getOpenState(n.open),...e,ref:composeRefs(t,a.onTriggerChange),onClick:t=>{e.onClick?.(t),e.disabled||t.defaultPrevented||(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:composeEventHandlers(e.onPointerMove,whenMouse(t=>{r.onItemEnter(t),t.defaultPrevented||e.disabled||n.open||s.current||(r.onPointerGraceIntentChange(null),s.current=window.setTimeout(()=>{n.onOpenChange(!0),u()},100))})),onPointerLeave:composeEventHandlers(e.onPointerLeave,whenMouse(e=>{u();const t=n.content?.getBoundingClientRect();if(t){const o=n.content?.dataset.side,a="right"===o,s=a?-5:5,c=t[a?"left":"right"],l=t[a?"right":"left"];r.onPointerGraceIntentChange({area:[{x:e.clientX+s,y:e.clientY},{x:c,y:t.top},{x:l,y:t.top},{x:l,y:t.bottom},{x:c,y:t.bottom}],side:o}),window.clearTimeout(i.current),i.current=window.setTimeout(()=>r.onPointerGraceIntentChange(null),300)}else{if(r.onTriggerLeave(e),e.defaultPrevented)return;r.onPointerGraceIntentChange(null)}})),onKeyDown:composeEventHandlers(e.onKeyDown,t=>{const a=""!==r.searchRef.current;e.disabled||a&&" "===t.key||SUB_OPEN_KEYS[o.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})})).displayName=SUB_TRIGGER_NAME$1,SUB_CONTENT_NAME$1="MenuSubContent",(MenuSubContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$2(CONTENT_NAME$5,e.__scopeMenu),{forceMount:o=n.forceMount,...a}=e,r=useMenuContext(CONTENT_NAME$5,e.__scopeMenu),s=useMenuRootContext(CONTENT_NAME$5,e.__scopeMenu),i=useMenuSubContext(SUB_CONTENT_NAME$1,e.__scopeMenu),c=React__namespace.useRef(null),l=useComposedRefs(t,c);return jsxRuntime.jsx(Collection$1.Provider,{scope:e.__scopeMenu,children:jsxRuntime.jsx(Presence,{present:o||r.open,children:jsxRuntime.jsx(Collection$1.Slot,{scope:e.__scopeMenu,children:jsxRuntime.jsx(MenuContentImpl,{id:i.contentId,"aria-labelledby":i.triggerId,...a,ref:l,align:"start",side:"rtl"===s.dir?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{s.isUsingKeyboardRef.current&&c.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>{e.target!==i.trigger&&r.onOpenChange(!1)}),onEscapeKeyDown:composeEventHandlers(e.onEscapeKeyDown,e=>{s.onClose(),e.preventDefault()}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{const t=e.currentTarget.contains(e.target),n=SUB_CLOSE_KEYS[s.dir].includes(e.key);t&&n&&(r.onOpenChange(!1),i.trigger?.focus(),e.preventDefault())})})})})})})).displayName=SUB_CONTENT_NAME$1,Root3$1=Menu$2,Anchor2=MenuAnchor,Portal$3=MenuPortal$1,Content2$4=MenuContent,Group$2=MenuGroup,Label=MenuLabel,Item2$2=MenuItem,CheckboxItem=MenuCheckboxItem,RadioGroup$2=MenuRadioGroup,RadioItem=MenuRadioItem,ItemIndicator=MenuItemIndicator,Separator=MenuSeparator,Arrow2$2=MenuArrow,SubTrigger=MenuSubTrigger,SubContent=MenuSubContent,DROPDOWN_MENU_NAME="DropdownMenu";var[createDropdownMenuContext]=createContextScope$2(DROPDOWN_MENU_NAME,[createMenuScope]);useMenuScope=createMenuScope();var[DropdownMenuProvider,useDropdownMenuContext]=createDropdownMenuContext(DROPDOWN_MENU_NAME);(DropdownMenu=e=>{const{__scopeDropdownMenu:t,children:n,dir:o,open:a,defaultOpen:r,onOpenChange:s,modal:i=!0}=e,c=useMenuScope(t),l=React__namespace.useRef(null),[u,d]=useControllableState({prop:a,defaultProp:r??!1,onChange:s,caller:DROPDOWN_MENU_NAME});return jsxRuntime.jsx(DropdownMenuProvider,{scope:t,triggerId:useId(),triggerRef:l,contentId:useId(),open:u,onOpenChange:d,onOpenToggle:React__namespace.useCallback(()=>d(e=>!e),[d]),modal:i,children:jsxRuntime.jsx(Root3$1,{...c,open:u,onOpenChange:d,dir:o,modal:i,children:n})})}).displayName=DROPDOWN_MENU_NAME,TRIGGER_NAME$4="DropdownMenuTrigger",(DropdownMenuTrigger$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,disabled:o=!1,...a}=e,r=useDropdownMenuContext(TRIGGER_NAME$4,n),s=useMenuScope(n);return jsxRuntime.jsx(Anchor2,{asChild:!0,...s,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",id:r.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":r.open?r.contentId:void 0,"data-state":r.open?"open":"closed","data-disabled":o?"":void 0,disabled:o,...a,ref:composeRefs(t,r.triggerRef),onPointerDown:composeEventHandlers(e.onPointerDown,e=>{o||0!==e.button||!1!==e.ctrlKey||(r.onOpenToggle(),r.open||e.preventDefault())}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{o||(["Enter"," "].includes(e.key)&&r.onOpenToggle(),"ArrowDown"===e.key&&r.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(e.key)&&e.preventDefault())})})})})).displayName=TRIGGER_NAME$4,(DropdownMenuPortal$1=e=>{const{__scopeDropdownMenu:t,...n}=e,o=useMenuScope(t);return jsxRuntime.jsx(Portal$3,{...o,...n})}).displayName="DropdownMenuPortal",CONTENT_NAME$4="DropdownMenuContent",(DropdownMenuContent$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useDropdownMenuContext(CONTENT_NAME$4,n),r=useMenuScope(n),s=React__namespace.useRef(!1);return jsxRuntime.jsx(Content2$4,{id:a.contentId,"aria-labelledby":a.triggerId,...r,...o,ref:t,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{s.current||a.triggerRef.current?.focus(),s.current=!1,e.preventDefault()}),onInteractOutside:composeEventHandlers(e.onInteractOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;a.modal&&!o||(s.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=CONTENT_NAME$4,GROUP_NAME$1="DropdownMenuGroup",(DropdownMenuGroup$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Group$2,{...a,...o,ref:t})})).displayName=GROUP_NAME$1,LABEL_NAME$1="DropdownMenuLabel",(DropdownMenuLabel$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Label,{...a,...o,ref:t})})).displayName=LABEL_NAME$1,ITEM_NAME$2="DropdownMenuItem",(DropdownMenuItem$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Item2$2,{...a,...o,ref:t})})).displayName=ITEM_NAME$2,CHECKBOX_ITEM_NAME="DropdownMenuCheckboxItem",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(CheckboxItem,{...a,...o,ref:t})}).displayName=CHECKBOX_ITEM_NAME,RADIO_GROUP_NAME$1="DropdownMenuRadioGroup",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(RadioGroup$2,{...a,...o,ref:t})}).displayName=RADIO_GROUP_NAME$1,RADIO_ITEM_NAME="DropdownMenuRadioItem",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(RadioItem,{...a,...o,ref:t})}).displayName=RADIO_ITEM_NAME,INDICATOR_NAME$2="DropdownMenuItemIndicator",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(ItemIndicator,{...a,...o,ref:t})}).displayName=INDICATOR_NAME$2,SEPARATOR_NAME$1="DropdownMenuSeparator",(DropdownMenuSeparator$1=React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Separator,{...a,...o,ref:t})})).displayName=SEPARATOR_NAME$1,ARROW_NAME$3="DropdownMenuArrow",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(Arrow2$2,{...a,...o,ref:t})}).displayName=ARROW_NAME$3,SUB_TRIGGER_NAME="DropdownMenuSubTrigger",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(SubTrigger,{...a,...o,ref:t})}).displayName=SUB_TRIGGER_NAME,SUB_CONTENT_NAME="DropdownMenuSubContent",React__namespace.forwardRef((e,t)=>{const{__scopeDropdownMenu:n,...o}=e,a=useMenuScope(n);return jsxRuntime.jsx(SubContent,{...a,...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=SUB_CONTENT_NAME,Root2$4=DropdownMenu,Trigger$4=DropdownMenuTrigger$1,Portal2=DropdownMenuPortal$1,Content2$3=DropdownMenuContent$1,Group2=DropdownMenuGroup$1,Label2=DropdownMenuLabel$1,Item2$1=DropdownMenuItem$1,Separator2=DropdownMenuSeparator$1,styles$d_content="Dropdown-modules_content__hz-wg",styles$d_scrollableArea="Dropdown-modules_scrollableArea__9SHHg",styles$d_item="Dropdown-modules_item__67YXq",styles$d_label="Dropdown-modules_label__05rx3",styles$d_warning="Dropdown-modules_warning__dIJD1",styles$d_separator="Dropdown-modules_separator__dNtZP";const DropdownMenuContent=React.forwardRef(({children:e,className:t,...n},o)=>React.createElement(Portal2,{...n},React.createElement(Content2$3,{className:cn(styles$d_content,"demio-ui-dropdown-content",t),...n,ref:o},React.createElement("div",{className:styles$d_scrollableArea},e)))),DropdownMenuSeparator=React.forwardRef(({className:e,...t},n)=>React.createElement(Separator2,{ref:n,...t,className:cn(styles$d_separator,"demio-ui-dropdown-separator",e)})),DropdownMenuRoot=Root2$4,DropdownMenuTrigger=Trigger$4,DropdownMenuLabel=Label2,DropdownMenuItem=Item2$1,DropdownMenuGroup=Group2,DropdownMenuPortal=Portal2;styles$c={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"},styles$b_infoBanner="InfoBanner-modules_infoBanner__6KCFX",styles$b_infoBannerWrapper="InfoBanner-modules_infoBannerWrapper__mUG2s",styles$b_contentWrapper="InfoBanner-modules_contentWrapper__GVYBK",styles$b_title="InfoBanner-modules_title__HqhSZ",styles$b_iconWrapper="InfoBanner-modules_iconWrapper__MiPMN";css$3_overlay="ModalScrollable-modules_overlay__e4-c1",css$3_closeBtn="ModalScrollable-modules_closeBtn__prSB-",css$3_isHidden="ModalScrollable-modules_isHidden__rqtyM",css$3_title="ModalScrollable-modules_title__TzPu5",css$3_withHeader="ModalScrollable-modules_withHeader__OTqO-",css$3_header="ModalScrollable-modules_header__BaeDK",css$3_noTitle="ModalScrollable-modules_noTitle__Aeqsv",css$3_content="ModalScrollable-modules_content__oWfLS",css$3_body="ModalScrollable-modules_body__zrctf",css$3_footer="ModalScrollable-modules_footer__fxnqN",css$3_footerButtonsContainer="ModalScrollable-modules_footerButtonsContainer__MhbTv",css$3_withFooter="ModalScrollable-modules_withFooter__HDHPq",css$3_btn="ModalScrollable-modules_btn__KdfVl";const ModalScrollable=React.memo(React.forwardRef(({children:e,customBodyClass:t="",customCloseBtnClass:n="",customContentClass:o="",customFooterClass:a="",customOverlayClass:r="",customTitleClass:s="",footer:i,header:c,isClosable:l=!0,isCloseButtonVisible:u=!0,isOkBtnDisabled:d=!1,isOpen:p,isOpenByDefault:m=!1,onOpenChange:g,portalContainer:_,title:f="",cancelBtnText:h="Cancel",customCancelBtnClass:v="",cancelBtnColor:b="dark",cancelBtnVariant:R="tertiary",isAvailableCancelBtn:x=!0,onCancel:y,okBtnText:C="ok",customOkBtnClass:S="",okBtnColor:E="green",okBtnVariant:I="primary",isAvailableOkBtn:w=!0,onOk:A},$)=>{const M=e=>{g?.(e)},N=(e=null)=>{y?.(e),M(!1)};return React.createElement(Root$8,{defaultOpen:m,open:p,onOpenChange:M},React.createElement(Portal$4,{container:_||void 0},React.createElement(Overlay,{className:cn("demio-ui-scrollable-modal-overlay",css$3_overlay,r),"data-testid":"scrollable-modal-overlay"}),React.createElement(Content$2,{"aria-describedby":void 0,className:cn("demio-ui-scrollable-modal-content",css$3_content,o),"data-testid":"scrollable-modal-content",onPointerDownOutside:e=>{l?N():e?.preventDefault()},ref:$},React.createElement(Title,{className:cn("demio-ui-scrollable-modal-title",css$3_title,{"no-title":!f,[css$3_isHidden]:!f,"with-header":!!c,[css$3_withHeader]:!!c},s),"data-testid":"scrollable-modal-title"},f),!!c&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-header",css$3_header,{"without-title":!f,[css$3_noTitle]:!f}),"data-testid":"scrollable-modal-header"},c),React.createElement(Close,{className:cn("demio-ui-scrollable-modal-close-btn",css$3_closeBtn,{"no-close-btn":!u,[css$3_isHidden]:!u},n),"data-testid":"scrollable-modal-close-btn",onClick:N},React.createElement(SvgClose,null)),React.createElement("div",{className:cn("demio-ui-scrollable-modal-body",css$3_body,t),"data-testid":"scrollable-modal-body"},e),(x||w||!!i)&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-footer",css$3_footer,a),"data-testid":"scrollable-modal-footer"},i,(x||w)&&React.createElement("div",{className:cn("demio-ui-scrollable-modal-footer-buttons-container",css$3_footerButtonsContainer,{"with-footer":!!i,[css$3_withFooter]:!!i}),"data-testid":"scrollable-modal-footer-buttons-container"},x&&React.createElement(Button,{className:cn("demio-ui-scrollable-modal-footer-cancel-btn",css$3_btn,v),color:b,"data-testid":"scrollable-modal-footer-cancel-btn",onClick:N,variant:R},h),w&&React.createElement(Button,{className:cn("demio-ui-scrollable-modal-footer-ok-btn",css$3_btn,S),color:E,"data-testid":"scrollable-modal-footer-ok-btn",disabled:d,onClick:e=>{A?.(e)},variant:I},C))))))}));var _jsx,JSX,e,t;for(_excluded$6=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"],StyleSheet=function(){function t(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 n=t.prototype;return n.hydrate=function(e){e.forEach(this._insertTag)},n.insert=function(t){var n,o;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)),n=this.tags[this.tags.length-1],this.isSpeedy){o=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]}(n);try{o.insertRule(t,o.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(t));this.ctr++},n.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},t}(),MS="-ms-",MOZ="-moz-",WEBKIT="-webkit-",COMMENT="comm",RULESET="rule",DECLARATION="decl",IMPORT="@import",KEYFRAMES="@keyframes",LAYER="@layer",abs=Math.abs,from=String.fromCharCode,assign=Object.assign,line=1,column=1,length=0,position=0,character=0,characters="",weakMemoize=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}},isBrowser$3="undefined"!=typeof document,identifierWithPointTracking=function(e,t,n){for(var o=0,a=0;o=a,a=peek(),38===o&&12===a&&(t[n]=1),!token(a);)next();return slice(e,position)},toRules=function(e,t){var n=-1,o=44;do{switch(token(o)){case 0:38===o&&12===peek()&&(t[n]=1),e[n]+=identifierWithPointTracking(position-1,t,n);break;case 2:e[n]+=delimit(o);break;case 4:if(44===o){e[++n]=58===peek()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=from(o)}}while(o=next());return e},getRules=function(e,t){return dealloc(toRules(alloc(e),t))},fixedElements=new WeakMap,compat=function(e){var t,n,o,a,r,s,i,c,l;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)||fixedElements.get(n))&&!o)for(fixedElements.set(e,!0),r=getRules(t,a=[]),s=n.props,i=0,c=0;i<r.length;i++)for(l=0;l<s.length;l++,c++)e.props[c]=a[i]?r[i].replace(/&\f/g,s[l]):s[l]+" "+r[i]}},removeLabel=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},prefixer=function(e,t,n,o){if(e.length>-1&&!e.return)switch(e.type){case DECLARATION:e.return=prefix(e.value,e.length);break;case KEYFRAMES:return serialize([copy(e,{value:replace(e.value,"@","@"+WEBKIT)})],o);case RULESET: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 serialize([copy(e,{props:[replace(t,/:(read-\w+)/,":"+MOZ+"$1")]})],o);case"::placeholder":return serialize([copy(e,{props:[replace(t,/:(plac\w+)/,":"+WEBKIT+"input-$1")]}),copy(e,{props:[replace(t,/:(plac\w+)/,":"+MOZ+"$1")]}),copy(e,{props:[replace(t,/:(plac\w+)/,MS+"input-$1")]})],o)}return""})}},getServerStylisCache=isBrowser$3?void 0:weakMemoize(function(){return memoize(function(){return{}})}),defaultStylisPlugins=[prefixer],createCache=function(e){var t,n,o,a,r,s,i,c,l,u,d,p,m,g,_,f,h,v,b=e.key;return isBrowser$3&&"css"===b&&(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||defaultStylisPlugins,o={},r=[],isBrowser$3&&(a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+b+' "]'),function(e){var t,n=e.getAttribute("data-emotion").split(" ");for(t=1;t<n.length;t++)o[n[t]]=!0;r.push(e)})),i=[compat,removeLabel],getServerStylisCache?(p=[stringify],m=middleware(i.concat(n,p)),g=function(e){return serialize(compile(e),m)},_=getServerStylisCache(n)(b),f=function(e,t){var n=t.name;return void 0===_[n]&&(_[n]=g(e?e+"{"+t.styles+"}":t.styles)),_[n]},s=function(e,t,n,o){var a=t.name,r=f(e,t);return void 0===h.compat?(o&&(h.inserted[a]=!0),r):o?void(h.inserted[a]=r):r}):(l=[stringify,(v=function(e){c.insert(e)},function(e){e.root||(e=e.return)&&v(e)})],u=middleware(i.concat(n,l)),d=function(e){return serialize(compile(e),u)},s=function(e,t,n,o){c=n,d(e?e+"{"+t.styles+"}":t.styles),o&&(h.inserted[t.name]=!0)}),(h={key:b,sheet:new StyleSheet({key:b,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:s}).sheet.hydrate(r),h},isBrowser$2="undefined"!=typeof document,registerStyles=function(e,t,n){var o=e.key+"-"+t.name;(!1===n||!1===isBrowser$2&&void 0!==e.compat)&&void 0===e.registered[o]&&(e.registered[o]=t.styles)},insertStyles=function(e,t,n){var o,a,r,s;if(registerStyles(e,t,n),o=e.key+"-"+t.name,void 0===e.inserted[t.name]){a="",r=t;do{s=e.insert(t===r?"."+o:"",r,e.sheet,!0),isBrowser$2||void 0===s||(a+=s),r=r.next}while(void 0!==r);if(!isBrowser$2&&0!==a.length)return a}},unitlessKeys={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},hyphenateRegex=/[A-Z]|^ms/g,animationRegex=/_EMO_([^_]+?)_([^]*?)_EMO_/g,isCustomProperty=function(e){return 45===e.charCodeAt(1)},isProcessableValue=function(e){return null!=e&&"boolean"!=typeof e},processStyleName=memoize(function(e){return isCustomProperty(e)?e:e.replace(hyphenateRegex,"-$&").toLowerCase()}),processStyleValue=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(animationRegex,function(e,t,n){return cursor={name:t,styles:n,next:cursor},t})}return 1===unitlessKeys[e]||isCustomProperty(e)||"number"!=typeof t||0===t?t:t+"px"},labelPattern=/label:\s*([^\s;{]+)\s*(;|$)/g,isBrowser$1="undefined"!=typeof document,syncFallback=function(e){return e()},useInsertionEffect=!!React__namespace.useInsertionEffect&&React__namespace.useInsertionEffect,useInsertionEffectAlwaysWithSyncFallback=isBrowser$1&&useInsertionEffect||syncFallback,isBrowser="undefined"!=typeof document,(EmotionCacheContext=React__namespace.createContext("undefined"!=typeof HTMLElement?createCache({key:"css"}):null)).Provider,withEmotionCache=function(e){return React.forwardRef(function(t,n){var o=React.useContext(EmotionCacheContext);return e(t,o,n)})},isBrowser||(withEmotionCache=function(e){return function(t){var n=React.useContext(EmotionCacheContext);return null===n?(n=createCache({key:"css"}),React__namespace.createElement(EmotionCacheContext.Provider,{value:n},e(t,n))):e(t,n)}}),ThemeContext=React__namespace.createContext({}),hasOwn={}.hasOwnProperty,typePropName="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",createEmotionProps=function(e,t){var n,o={};for(n in t)hasOwn.call(t,n)&&(o[n]=t[n]);return o[typePropName]=e,o},Insertion=function(e){var t,n,o,a,r=e.cache,s=e.serialized,i=e.isStringTag;if(registerStyles(r,s,i),t=useInsertionEffectAlwaysWithSyncFallback(function(){return insertStyles(r,s,i)}),!isBrowser&&void 0!==t){for(o=s.name,a=s.next;void 0!==a;)o+=" "+a.name,a=a.next;return React__namespace.createElement("style",((n={})["data-emotion"]=r.key+" "+o,n.dangerouslySetInnerHTML={__html:t},n.nonce=r.sheet.nonce,n))}return null},Emotion=withEmotionCache(function(e,t,n){var o,a,r,s,i,c,l=e.css;for(c in"string"==typeof l&&void 0!==t.registered[l]&&(l=t.registered[l]),o=e[typePropName],a=[l],r="","string"==typeof e.className?r=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,a,e.className):null!=e.className&&(r=e.className+" "),s=serializeStyles(a,void 0,React__namespace.useContext(ThemeContext)),r+=t.key+"-"+s.name,i={},e)hasOwn.call(e,c)&&"css"!==c&&c!==typePropName&&(i[c]=e[c]);return i.className=r,n&&(i.ref=n),React__namespace.createElement(React__namespace.Fragment,null,React__namespace.createElement(Insertion,{cache:t,serialized:s,isStringTag:"string"==typeof o}),React__namespace.createElement(o,i))}),Emotion$1=Emotion,jsx=function(e,t){var n,o,a,r=arguments;if(null==t||!hasOwn.call(t,"css"))return React__namespace.createElement.apply(void 0,r);for(n=r.length,(o=new Array(n))[0]=Emotion$1,o[1]=createEmotionProps(e,t),a=2;a<n;a++)o[a]=r[a];return React__namespace.createElement.apply(null,o)},_jsx=jsx||(jsx={}),JSX||(JSX=_jsx.JSX||(_jsx.JSX={})),isClient="undefined"!=typeof document,noop$1=function(){},index=isClient?React.useLayoutEffect:noop$1,_excluded$4=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],noop=function(){},cleanValue=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===_typeof(e)&&null!==e?[e]:[];var t},cleanCommonProps=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,_objectSpread2({},_objectWithoutProperties(e,_excluded$4))},getStyleProps=function(e,t,n){var o=e.cx,a=e.getStyles,r=e.getClassNames,s=e.className;return{css:a(t,e),className:o(null!=n?n:{},r(t,e),s)}},passiveOptionAccessed=!1,options={get passive(){return passiveOptionAccessed=!0}},(w="undefined"!=typeof window?window:{}).addEventListener&&w.removeEventListener&&(w.addEventListener("p",noop,options),w.removeEventListener("p",noop,!1)),supportsPassiveEvents=passiveOptionAccessed,removeProps=function(e){var t,n,o,a;for(t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return a=Object.entries(e).filter(function(e){var t=_slicedToArray(e,1)[0];return!n.includes(t)}),a.reduce(function(e,t){var n=_slicedToArray(t,2),o=n[0],a=n[1];return e[o]=a,e},{})},_excluded$3=["children","innerProps"],_excluded2$1=["children","innerProps"],coercePlacement=function(e){return"auto"===e?"bottom":e},menuCSS=function(e,t){var n,o=e.placement,a=e.theme,r=a.borderRadius,s=a.spacing,i=a.colors;return _objectSpread2((_defineProperty(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(o),"100%"),_defineProperty(n,"position","absolute"),_defineProperty(n,"width","100%"),_defineProperty(n,"zIndex",1),n),t?{}:{backgroundColor:i.neutral0,borderRadius:r,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},PortalPlacementContext=React.createContext(null),MenuPlacer=function(e){var t=e.children,n=e.minMenuHeight,o=e.maxMenuHeight,a=e.menuPlacement,r=e.menuPosition,s=e.menuShouldScrollIntoView,i=e.theme,c=React.useContext(PortalPlacementContext)||{},l=c.setPortalPlacement,u=React.useRef(null),d=React.useState(o),p=_slicedToArray(d,2),m=p[0],g=p[1],_=React.useState(null),f=_slicedToArray(_,2),h=f[0],v=f[1],b=i.spacing.controlHeight;return index(function(){var e,t,i=u.current;i&&(e="fixed"===r,t=getMenuPlacement({maxHeight:o,menuEl:i,minHeight:n,placement:a,shouldScroll:s&&!e,isFixedPosition:e,controlHeight:b}),g(t.maxHeight),v(t.placement),null==l||l(t.placement))},[o,a,r,s,n,l,b]),t({ref:u,placerProps:_objectSpread2(_objectSpread2({},e),{},{placement:h||coercePlacement(a),maxHeight:m})})},Menu$1=function(e){var t=e.children,n=e.innerRef,o=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"menu",{menu:!0}),{ref:n},o),t)},menuListCSS=function(e,t){var n=e.maxHeight,o=e.theme.spacing.baseUnit;return _objectSpread2({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:o,paddingTop:o})},MenuList=function(e){var t=e.children,n=e.innerProps,o=e.innerRef,a=e.isMulti;return jsx("div",_extends({},getStyleProps(e,"menuList",{"menu-list":!0,"menu-list--is-multi":a}),{ref:o},n),t)},noticeCSS=function(e,t){var n=e.theme,o=n.spacing.baseUnit,a=n.colors;return _objectSpread2({textAlign:"center"},t?{}:{color:a.neutral40,padding:"".concat(2*o,"px ").concat(3*o,"px")})},noOptionsMessageCSS=noticeCSS,loadingMessageCSS=noticeCSS,NoOptionsMessage=function(e){var t=e.children,n=void 0===t?"No options":t,o=e.innerProps,a=_objectWithoutProperties(e,_excluded$3);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},a),{},{children:n,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),n)},LoadingMessage=function(e){var t=e.children,n=void 0===t?"Loading...":t,o=e.innerProps,a=_objectWithoutProperties(e,_excluded2$1);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},a),{},{children:n,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),n)},menuPortalCSS=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}},MenuPortal=function(e){var t,n,o,a=e.appendTo,r=e.children,s=e.controlElement,i=e.innerProps,c=e.menuPlacement,l=e.menuPosition,u=React.useRef(null),d=React.useRef(null),p=React.useState(coercePlacement(c)),m=_slicedToArray(p,2),g=m[0],_=m[1],f=React.useMemo(function(){return{setPortalPlacement:_}},[]),h=React.useState(null),v=_slicedToArray(h,2),b=v[0],R=v[1],x=React.useCallback(function(){var e,t,n;s&&(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}}(s),t="fixed"===l?0:window.pageYOffset,(n=e[g]+t)===(null==b?void 0:b.offset)&&e.left===(null==b?void 0:b.rect.left)&&e.width===(null==b?void 0:b.rect.width)||R({offset:n,rect:e}))},[s,l,g,null==b?void 0:b.offset,null==b?void 0:b.rect.left,null==b?void 0:b.rect.width]);return index(function(){x()},[x]),t=React.useCallback(function(){"function"==typeof d.current&&(d.current(),d.current=null),s&&u.current&&(d.current=autoUpdate(s,u.current,x,{elementResize:"ResizeObserver"in window}))},[s,x]),index(function(){t()},[t]),n=React.useCallback(function(e){u.current=e,t()},[t]),!a&&"fixed"!==l||!b?null:(o=jsx("div",_extends({ref:n},getStyleProps(_objectSpread2(_objectSpread2({},e),{},{offset:b.offset,position:l,rect:b.rect}),"menuPortal",{"menu-portal":!0}),i),r),jsx(PortalPlacementContext.Provider,{value:f},a?ReactDOM.createPortal(o,a):o))},containerCSS=function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},SelectContainer=function(e){var t=e.children,n=e.innerProps,o=e.isDisabled,a=e.isRtl;return jsx("div",_extends({},getStyleProps(e,"container",{"--is-disabled":o,"--is-rtl":a}),n),t)},valueContainerCSS=function(e,t){var n=e.theme.spacing,o=e.isMulti,a=e.hasValue,r=e.selectProps.controlShouldRenderValue;return _objectSpread2({alignItems:"center",display:o&&a&&r?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},ValueContainer=function(e){var t=e.children,n=e.innerProps,o=e.isMulti,a=e.hasValue;return jsx("div",_extends({},getStyleProps(e,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":a}),n),t)},indicatorsContainerCSS=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},IndicatorsContainer=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"indicatorsContainer",{indicators:!0}),n),t)},_excluded$2=["size"],_excluded2=["innerProps","isRtl","size"],_ref2$2="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)."}},Svg=function(e){var t=e.size,n=_objectWithoutProperties(e,_excluded$2);return jsx("svg",_extends({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:_ref2$2},n))},CrossIcon=function(e){return jsx(Svg,_extends({size:20},e),jsx("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"}))},DownChevron=function(e){return jsx(Svg,_extends({size:20},e),jsx("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"}))},baseCSS=function(e,t){var n=e.isFocused,o=e.theme,a=o.spacing.baseUnit,r=o.colors;return _objectSpread2({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*a,":hover":{color:n?r.neutral80:r.neutral40}})},dropdownIndicatorCSS=baseCSS,DropdownIndicator=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||jsx(DownChevron,null))},clearIndicatorCSS=baseCSS,ClearIndicator=function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||jsx(CrossIcon,null))},indicatorSeparatorCSS=function(e,t){var n=e.isDisabled,o=e.theme,a=o.spacing.baseUnit,r=o.colors;return _objectSpread2({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?r.neutral10:r.neutral20,marginBottom:2*a,marginTop:2*a})},IndicatorSeparator=function(e){var t=e.innerProps;return jsx("span",_extends({},t,getStyleProps(e,"indicatorSeparator",{"indicator-separator":!0})))},loadingDotAnimations=function(){var e=css$2.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_"}}}(_templateObject||(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),_templateObject=Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})))),loadingIndicatorCSS=function(e,t){var n=e.isFocused,o=e.size,a=e.theme,r=a.colors,s=a.spacing.baseUnit;return _objectSpread2({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*s})},LoadingDot=function(e){var t=e.delay,n=e.offset;return jsx("span",{css:css$2({animation:"".concat(loadingDotAnimations," 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= */")})},LoadingIndicator=function(e){var t=e.innerProps,n=e.isRtl,o=e.size,a=void 0===o?4:o,r=_objectWithoutProperties(e,_excluded2);return jsx("div",_extends({},getStyleProps(_objectSpread2(_objectSpread2({},r),{},{innerProps:t,isRtl:n,size:a}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),jsx(LoadingDot,{delay:0,offset:n}),jsx(LoadingDot,{delay:160,offset:!0}),jsx(LoadingDot,{delay:320,offset:!n}))},css$1=function(e,t){var n=e.isDisabled,o=e.isFocused,a=e.theme,r=a.colors,s=a.borderRadius;return _objectSpread2({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:a.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?r.neutral5:r.neutral0,borderColor:n?r.neutral10:o?r.primary:r.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(r.primary):void 0,"&:hover":{borderColor:o?r.primary:r.neutral30}})},Control$1=function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,a=e.innerRef,r=e.innerProps,s=e.menuIsOpen;return jsx("div",_extends({ref:a},getStyleProps(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":o,"control--menu-is-open":s}),r,{"aria-disabled":n||void 0}),t)},_excluded$1=["data"],groupCSS=function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},Group=function(e){var t=e.children,n=e.cx,o=e.getStyles,a=e.getClassNames,r=e.Heading,s=e.headingProps,i=e.innerProps,c=e.label,l=e.theme,u=e.selectProps;return jsx("div",_extends({},getStyleProps(e,"group",{group:!0}),i),jsx(r,_extends({},s,{selectProps:u,theme:l,getStyles:o,getClassNames:a,cx:n}),c),jsx("div",null,t))},groupHeadingCSS=function(e,t){var n=e.theme,o=n.colors,a=n.spacing;return _objectSpread2({label:"group",cursor:"default",display:"block"},t?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*a.baseUnit,paddingRight:3*a.baseUnit,textTransform:"uppercase"})},GroupHeading=function(e){var t,n=cleanCommonProps(e);return n.data,t=_objectWithoutProperties(n,_excluded$1),jsx("div",_extends({},getStyleProps(e,"groupHeading",{"group-heading":!0}),t))},Group$1=Group,_excluded$5=["innerRef","isDisabled","isHidden","inputClassName"],inputCSS=function(e,t){var n=e.isDisabled,o=e.value,a=e.theme,r=a.spacing,s=a.colors;return _objectSpread2(_objectSpread2({visibility:n?"hidden":"visible",transform:o?"translateZ(0)":""},containerStyle),t?{}:{margin:r.baseUnit/2,paddingBottom:r.baseUnit/2,paddingTop:r.baseUnit/2,color:s.neutral80})},containerStyle={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":_objectSpread2({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},spacingStyle={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0})},inputStyle=function(e){return _objectSpread2({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},spacingStyle)},Input=function(e){var t=e.cx,n=e.value,o=cleanCommonProps(e),a=o.innerRef,r=o.isDisabled,s=o.isHidden,i=o.inputClassName,c=_objectWithoutProperties(o,_excluded$5);return jsx("div",_extends({},getStyleProps(e,"input",{"input-container":!0}),{"data-value":n||""}),jsx("input",_extends({className:t({input:!0},i),ref:a,style:inputStyle(s),disabled:r},c)))},multiValueCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.borderRadius,r=n.colors;return _objectSpread2({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:r.neutral10,borderRadius:a/2,margin:o.baseUnit/2})},multiValueLabelCSS=function(e,t){var n=e.theme,o=n.borderRadius,a=n.colors,r=e.cropWithEllipsis;return _objectSpread2({overflow:"hidden",textOverflow:r||void 0===r?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:o/2,color:a.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemoveCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.borderRadius,r=n.colors,s=e.isFocused;return _objectSpread2({alignItems:"center",display:"flex"},t?{}:{borderRadius:a/2,backgroundColor:s?r.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}})},MultiValue=function(e){var t=e.children,n=e.components,o=e.data,a=e.innerProps,r=e.isDisabled,s=e.removeProps,i=e.selectProps,c=n.Container,l=n.Label,u=n.Remove;return jsx(c,{data:o,innerProps:_objectSpread2(_objectSpread2({},getStyleProps(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":r})),a),selectProps:i},jsx(l,{data:o,innerProps:_objectSpread2({},getStyleProps(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:i},t),jsx(u,{data:o,innerProps:_objectSpread2(_objectSpread2({},getStyleProps(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},s),selectProps:i}))},optionCSS=function(e,t){var n=e.isDisabled,o=e.isFocused,a=e.isSelected,r=e.theme,s=r.spacing,i=r.colors;return _objectSpread2({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:a?i.primary:o?i.primary25:"transparent",color:n?i.neutral20:a?i.neutral0:"inherit",padding:"".concat(2*s.baseUnit,"px ").concat(3*s.baseUnit,"px"),":active":{backgroundColor:n?void 0:a?i.primary:i.primary50}})},placeholderCSS=function(e,t){var n=e.theme,o=n.spacing,a=n.colors;return _objectSpread2({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:a.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},css=function(e,t){var n=e.isDisabled,o=e.theme,a=o.spacing,r=o.colors;return _objectSpread2({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?r.neutral40:r.neutral80,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2})},components={ClearIndicator:ClearIndicator,Control:Control$1,DropdownIndicator:DropdownIndicator,DownChevron:DownChevron,CrossIcon:CrossIcon,Group:Group$1,GroupHeading:GroupHeading,IndicatorsContainer:IndicatorsContainer,IndicatorSeparator:IndicatorSeparator,Input:Input,LoadingIndicator:LoadingIndicator,Menu:Menu$1,MenuList:MenuList,MenuPortal:MenuPortal,LoadingMessage:LoadingMessage,NoOptionsMessage:NoOptionsMessage,MultiValue:MultiValue,MultiValueContainer:MultiValueGeneric=function(e){var t=e.children,n=e.innerProps;return jsx("div",n,t)},MultiValueLabel:MultiValueGeneric,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({role:"button"},n),t||jsx(CrossIcon,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,o=e.isFocused,a=e.isSelected,r=e.innerRef,s=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":o,"option--is-selected":a}),{ref:r,"aria-disabled":n},s),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:SelectContainer,SingleValue:function(e){var t=e.children,n=e.isDisabled,o=e.innerProps;return jsx("div",_extends({},getStyleProps(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),o),t)},ValueContainer:ValueContainer},defaultComponents=function(e){return _objectSpread2(_objectSpread2({},components),e.components)},safeIsNaN=Number.isNaN||function(e){return"number"==typeof e&&e!=e},_ref="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)."}},A11yText$1=function(e){return jsx("span",_extends({css:_ref},e))},defaultAriaLiveMessages={guidance:function(e){var t=e.isSearchable,n=e.isMulti,o=e.tabSelectsValue,a=e.context,r=e.isInitialFocus;switch(a){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 r?"".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,a=e.labels,r=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(a.length>1?"s":""," ").concat(a.join(","),", selected.");case"select-option":return"option ".concat(o,r?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t,n,o=e.context,a=e.focused,r=e.options,s=e.label,i=void 0===s?"":s,c=e.selectValue,l=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&&c?"value ".concat(i," focused, ").concat(p(c,a),"."):"menu"===o&&d?(t=l?" disabled":"",n="".concat(u?" selected":"").concat(t),"".concat(i).concat(n,", ").concat(p(r,a),".")):""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},LiveRegion=function(e){var t=e.ariaSelection,n=e.focusedOption,o=e.focusedValue,a=e.focusableOptions,r=e.isFocused,s=e.selectValue,i=e.selectProps,c=e.id,l=e.isAppleDevice,u=i.ariaLiveMessages,d=i.getOptionLabel,p=i.inputValue,m=i.isMulti,g=i.isOptionDisabled,_=i.isSearchable,f=i.menuIsOpen,h=i.options,v=i.screenReaderStatus,b=i.tabSelectsValue,R=i.isLoading,x=i["aria-label"],y=i["aria-live"],C=React.useMemo(function(){return _objectSpread2(_objectSpread2({},defaultAriaLiveMessages),u||{})},[u]),S=React.useMemo(function(){var e,n,o,a,r,i,c,l,u,p,m="";return t&&C.onChange&&(e=t.option,n=t.options,o=t.removedValue,a=t.removedValues,r=t.value,c=(i=o||e||function(e){return Array.isArray(e)?null:e}(r))?d(i):"",u=(l=n||a||void 0)?l.map(d):[],p=_objectSpread2({isDisabled:i&&g(i,s),label:c,labels:u},t),m=C.onChange(p)),m},[t,C,g,s,d]),E=React.useMemo(function(){var e,t="",r=n||o,i=!!(n&&s&&s.includes(n));return r&&C.onFocus&&(e={focused:r,label:d(r),isDisabled:g(r,s),isSelected:i,options:a,context:r===n?"menu":"value",selectValue:s,isAppleDevice:l},t=C.onFocus(e)),t},[n,o,d,g,C,a,s,l]),I=React.useMemo(function(){var e,t="";return f&&h.length&&!R&&C.onFilter&&(e=v({count:a.length}),t=C.onFilter({inputValue:p,resultsMessage:e})),t},[a,p,f,C,h,v,R]),w="initial-input-focus"===(null==t?void 0:t.action),A=React.useMemo(function(){var e,t="";return C.guidance&&(e=o?"value":f?"menu":"input",t=C.guidance({"aria-label":x,context:e,isDisabled:n&&g(n,s),isMulti:m,isSearchable:_,tabSelectsValue:b,isInitialFocus:w})),t},[x,n,o,m,g,_,f,C,s,b,w]),$=jsx(React.Fragment,null,jsx("span",{id:"aria-selection"},S),jsx("span",{id:"aria-focused"},E),jsx("span",{id:"aria-results"},I),jsx("span",{id:"aria-guidance"},A));return jsx(React.Fragment,null,jsx(A11yText$1,{id:c},w&&$),jsx(A11yText$1,{"aria-live":y,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},r&&!w&&$))},LiveRegion$1=LiveRegion,diacritics=[{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źẑżžẓẕƶȥɀⱬꝣ"}],anyDiacritic=new RegExp("["+diacritics.map(function(e){return e.letters}).join("")+"]","g"),diacriticToBase={},i=0;i<diacritics.length;i++)for(diacritic=diacritics[i],j=0;j<diacritic.letters.length;j++)diacriticToBase[diacritic.letters[j]]=diacritic.base;stripDiacritics=function(e){return e.replace(anyDiacritic,function(e){return diacriticToBase[e]})},memoizedStripDiacriticsForInput=function(e,t){function n(){var n,a,r=[];for(n=0;n<arguments.length;n++)r[n]=arguments[n];return o&&o.lastThis===this&&t(r,o.lastArgs)?o.lastResult:(a=e.apply(this,r),o={lastResult:a,lastArgs:r,lastThis:this},a)}void 0===t&&(t=areInputsEqual);var o=null;return n.clear=function(){o=null},n}(stripDiacritics),trimString=function(e){return e.replace(/^\s+|\s+$/g,"")},defaultStringify=function(e){return"".concat(e.label," ").concat(e.value)},createFilter=function(e){return function(t,n){var o,a,r,s,i,c,l,u;return!!t.data.__isNew__||(a=(o=_objectSpread2({ignoreCase:!0,ignoreAccents:!0,stringify:defaultStringify,trim:!0,matchFrom:"any"},e)).ignoreCase,r=o.ignoreAccents,s=o.stringify,i=o.trim,c=o.matchFrom,l=i?trimString(n):n,u=i?trimString(s(t)):s(t),a&&(l=l.toLowerCase(),u=u.toLowerCase()),r&&(l=memoizedStripDiacriticsForInput(l),u=stripDiacritics(u)),"start"===c?u.substr(0,l.length)===l:u.indexOf(l)>-1)}},_excluded=["innerRef"],cancelScroll=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()},STYLE_KEYS=["boxSizing","height","overflow","paddingRight","position"],LOCK_STYLES={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"},canUseDOM=!("undefined"==typeof window||!window.document||!window.document.createElement),activeScrollLocks=0,listenerOptions={capture:!1,passive:!1},blurSelectInput=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},_ref2$1="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)."}},_ref2="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)."}},RequiredInput=function(e){var t=e.name,n=e.onFocus;return jsx("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:_ref2,value:"",onChange:function(){}})},RequiredInput$1=RequiredInput,formatGroupLabel=function(e){return e.label},getOptionLabel$1=function(e){return e.label},getOptionValue$1=function(e){return e.value},isOptionDisabled=function(e){return!!e.isDisabled},defaultStyles={clearIndicator:clearIndicatorCSS,container:containerCSS,control:css$1,dropdownIndicator:dropdownIndicatorCSS,group:groupCSS,groupHeading:groupHeadingCSS,indicatorsContainer:indicatorsContainerCSS,indicatorSeparator:indicatorSeparatorCSS,input:inputCSS,loadingIndicator:loadingIndicatorCSS,loadingMessage:loadingMessageCSS,menu:menuCSS,menuList:menuListCSS,menuPortal:menuPortalCSS,multiValue:multiValueCSS,multiValueLabel:multiValueLabelCSS,multiValueRemove:multiValueRemoveCSS,noOptionsMessage:noOptionsMessageCSS,option:optionCSS,placeholder:placeholderCSS,singleValue:css,valueContainer:valueContainerCSS},defaultTheme={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:baseUnit=4,controlHeight:38,menuGutter:2*baseUnit}},defaultProps={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:isTouchCapable(),captureMenuScroll:!isTouchCapable(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:createFilter(),formatGroupLabel:formatGroupLabel,getOptionLabel:getOptionLabel$1,getOptionValue:getOptionValue$1,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:isOptionDisabled,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(e){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},getFocusedOptionId=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},getOptionLabel=function(e,t){return e.getOptionLabel(t)},getOptionValue=function(e,t){return e.getOptionValue(t)},shouldHideSelectedOptions=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},instanceId=1,Select$2=function(){function e(n){var o,a,r,s;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,a=n.onChange,r=n.name;t.name=r,o.ariaOnChange(e,t),a(e,t)},o.setValue=function(e,t,n){var a=o.props,r=a.closeMenuOnSelect,s=a.isMulti,i=a.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:i}),r&&(o.setState({inputIsHiddenAfterUpdate:!s}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(e,{action:t,option:n})},o.selectOption=function(e){var t,n=o.props,a=n.blurInputOnSelect,r=n.isMulti,s=n.name,i=o.state.selectValue,c=r&&o.isOptionSelected(e,i),l=o.isOptionDisabled(e,i);if(c)t=o.getOptionValue(e),o.setValue(i.filter(function(e){return o.getOptionValue(e)!==t}),"deselect-option",e);else{if(l)return void o.ariaOnChange(e,{action:"select-option",option:e,name:s});r?o.setValue([].concat(_toConsumableArray(i),[e]),"select-option",e):o.setValue(e,"select-option")}a&&o.blurInput()},o.removeValue=function(e){var t=o.props.isMulti,n=o.state.selectValue,a=o.getOptionValue(e),r=n.filter(function(e){return o.getOptionValue(e)!==a}),s=valueTernary(t,r,r[0]||null);o.onChange(s,{action:"remove-value",removedValue:e}),o.focusInput()},o.clearValue=function(){var e=o.state.selectValue;o.onChange(valueTernary(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],a=t.slice(0,t.length-1),r=valueTernary(e,a,a[0]||null);n&&o.onChange(r,{action:"pop-value",removedValue:n})},o.getFocusedOptionId=function(e){return getFocusedOptionId(o.state.focusableOptionsWithIds,e)},o.getFocusableOptionsWithIds=function(){return buildFocusableOptionsWithIds(buildCategorizedOptions(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 classNames.apply(void 0,[o.props.classNamePrefix].concat(t))},o.getOptionLabel=function(e){return getOptionLabel(o.props,e)},o.getOptionValue=function(e){return getOptionValue(o.props,e)},o.getStyles=function(e,t){var n,a=o.props.unstyled,r=defaultStyles[e](t,a);return r.boxSizing="border-box",(n=o.props.styles[e])?n(r,t):r},o.getClassNames=function(e,t){var n,a;return null===(n=(a=o.props.classNames)[e])||void 0===n?void 0:n.call(a,t)},o.getElementId=function(e){return"".concat(o.state.instancePrefix,"-").concat(e)},o.getComponents=function(){return defaultComponents(o.props)},o.buildCategorizedOptions=function(){return buildCategorizedOptions(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return buildFocusableOptionsFromCategorizedOptions(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(e,t){o.setState({ariaSelection:_objectSpread2({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,a=t.menuIsOpen;o.focusInput(),a?(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&&isDocumentElement(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,a,r=e.touches,s=r&&r.item(0);s&&(t=Math.abs(s.clientX-o.initialTouchX),n=Math.abs(s.clientY-o.initialTouchY),a=5,o.userIsDragging=t>a||n>a)},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 shouldHideSelectedOptions(o.props)},o.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),o.focus()},o.onKeyDown=function(e){var t=o.props,n=t.isMulti,a=t.backspaceRemovesValue,r=t.escapeClearsValue,s=t.inputValue,i=t.isClearable,c=t.isDisabled,l=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,m=o.state,g=m.focusedOption,_=m.focusedValue,f=m.selectValue;if(!(c||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(o.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||s)return;o.focusValue("previous");break;case"ArrowRight":if(!n||s)return;o.focusValue("next");break;case"Delete":case"Backspace":if(s)return;if(_)o.removeValue(_);else{if(!a)return;n?o.popValue():i&&o.clearValue()}break;case"Tab":if(o.isComposing)return;if(e.shiftKey||!l||!d||!g||p&&o.isOptionSelected(g,f))return;o.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(l){if(!g)return;if(o.isComposing)return;o.selectOption(g);break}return;case"Escape":l?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:s}),o.onMenuClose()):i&&r&&o.clearValue();break;case" ":if(s)return;if(!l){o.openMenu("first");break}if(!g)return;o.selectOption(g);break;case"ArrowUp":l?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":l?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!l)return;o.focusOption("pageup");break;case"PageDown":if(!l)return;o.focusOption("pagedown");break;case"Home":if(!l)return;o.focusOption("first");break;case"End":if(!l)return;o.focusOption("last");break;default:return}e.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++instanceId),o.state.selectValue=cleanValue(n.value),n.menuIsOpen&&o.state.selectValue.length&&(a=o.getFocusableOptionsWithIds(),s=(r=o.buildFocusableOptions()).indexOf(o.state.selectValue[0]),o.state.focusableOptionsWithIds=a,o.state.focusedOption=r[s],o.state.focusedOptionId=getFocusedOptionId(a,r[s])),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&&_setPrototypeOf(e,t)}(e,React.Component);var t=function(e){var t=_isNativeReflectConstruct();return function(){var n,o,a=_getPrototypeOf(e);return t?(o=_getPrototypeOf(this).constructor,n=Reflect.construct(a,arguments,o)):n=a.apply(this,arguments),_possibleConstructorReturn(this,n)}}(e);return function(e,t,n){t&&_defineProperties(e.prototype,t),n&&_defineProperties(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&&scrollIntoView(this.menuListRef,this.focusedOptionRef),(isMac()||isIOS())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,o=t.menuIsOpen,a=this.state.isFocused;(a&&!n&&e.isDisabled||a&&o&&!e.menuIsOpen)&&this.focusInput(),a&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):a||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(scrollIntoView(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,a=o.selectValue,r=o.isFocused,s=this.buildFocusableOptions(),i="first"===e?0:s.length-1;this.props.isMulti||(t=s.indexOf(a[0]))>-1&&(i=t),this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:s[i],focusedOptionId:this.getFocusedOptionId(s[i])},function(){return n.onMenuOpen()})}},{key:"focusValue",value:function(e){var t,n,o,a=this.state,r=a.selectValue,s=a.focusedValue;if(this.props.isMulti&&(this.setState({focusedOption:null}),t=r.indexOf(s),s||(t=-1),n=r.length-1,o=-1,r.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:r[o]})}}},{key:"focusOption",value:function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",o=this.props.pageSize,a=this.state.focusedOption,r=this.getFocusableOptions();r.length&&(e=0,t=r.indexOf(a),a||(t=-1),"up"===n?e=t>0?t-1:r.length-1:"down"===n?e=(t+1)%r.length:"pageup"===n?(e=t-o)<0&&(e=0):"pagedown"===n?(e=t+o)>r.length-1&&(e=r.length-1):"last"===n&&(e=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[e],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[e])}))}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(defaultTheme):_objectSpread2(_objectSpread2({},defaultTheme),this.props.theme):defaultTheme}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,o=this.getClassNames,a=this.getValue,r=this.selectOption,s=this.setValue,i=this.props,c=i.isMulti,l=i.isRtl,u=i.options,d=this.hasValue();return{clearValue:e,cx:t,getStyles:n,getClassNames:o,getValue:a,hasValue:d,isMulti:c,isRtl:l,options:u,selectOption:r,selectProps:i,setValue:s,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 _isOptionDisabled(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return _isOptionSelected(this.props,e,t)}},{key:"filterOption",value:function(e,t){return _filterOption(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,a=e.inputValue,r=e.tabIndex,s=e.form,i=e.menuIsOpen,c=e.required,l=this.getComponents(),u=l.Input,d=this.state,p=d.inputIsHidden,m=d.ariaSelection,g=this.commonProps,_=o||this.getElementId("input"),f=_objectSpread2(_objectSpread2(_objectSpread2({"aria-autocomplete":"list","aria-expanded":i,"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":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},i&&{"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?React__namespace.createElement(u,_extends({},g,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:_,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:r,form:s,type:"text",value:a},f)):React__namespace.createElement(DummyInput,_extends({id:_,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:noop,onFocus:this.onInputFocus,disabled:t,tabIndex:r,inputMode:"none",form:s,value:""},f))}},{key:"renderPlaceholderOrValue",value:function(){var e,t=this,n=this.getComponents(),o=n.MultiValue,a=n.MultiValueContainer,r=n.MultiValueLabel,s=n.MultiValueRemove,i=n.SingleValue,c=n.Placeholder,l=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,m=u.isMulti,g=u.inputValue,_=u.placeholder,f=this.state,h=f.selectValue,v=f.focusedValue,b=f.isFocused;return this.hasValue()&&d?m?h.map(function(e,n){var i=e===v,c="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return React__namespace.createElement(o,_extends({},l,{components:{Container:a,Label:r,Remove:s},isFocused:i,isDisabled:p,key:c,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"))}):g?null:(e=h[0],React__namespace.createElement(i,_extends({},l,{data:e,isDisabled:p}),this.formatOptionLabel(e,"value"))):g?null:React__namespace.createElement(c,_extends({},l,{key:"placeholder",isDisabled:p,isFocused:b,innerProps:{id:this.getElementId("placeholder")}}),_)}},{key:"renderClearIndicator",value:function(){var e,t=this.getComponents(),n=t.ClearIndicator,o=this.commonProps,a=this.props,r=a.isDisabled,s=a.isLoading,i=this.state.isFocused;return this.isClearable()&&n&&!r&&this.hasValue()&&!s?(e={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"},React__namespace.createElement(n,_extends({},o,{innerProps:e,isFocused:i}))):null}},{key:"renderLoadingIndicator",value:function(){var e,t=this.getComponents(),n=t.LoadingIndicator,o=this.commonProps,a=this.props,r=a.isDisabled,s=a.isLoading,i=this.state.isFocused;return n&&s?(e={"aria-hidden":"true"},React__namespace.createElement(n,_extends({},o,{innerProps:e,isDisabled:r,isFocused:i}))):null}},{key:"renderIndicatorSeparator",value:function(){var e,t,n,o=this.getComponents(),a=o.DropdownIndicator,r=o.IndicatorSeparator;return a&&r?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,React__namespace.createElement(r,_extends({},e,{isDisabled:t,isFocused:n}))):null}},{key:"renderDropdownIndicator",value:function(){var e,t,n,o,a=this.getComponents(),r=a.DropdownIndicator;return r?(e=this.commonProps,t=this.props.isDisabled,n=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"},React__namespace.createElement(r,_extends({},e,{innerProps:o,isDisabled:t,isFocused:n}))):null}},{key:"renderMenu",value:function(){var e,t,n,o,a,r,s=this,i=this.getComponents(),c=i.Group,l=i.GroupHeading,u=i.Menu,d=i.MenuList,p=i.MenuPortal,m=i.LoadingMessage,g=i.NoOptionsMessage,_=i.Option,f=this.commonProps,h=this.state.focusedOption,v=this.props,b=v.captureMenuScroll,R=v.inputValue,x=v.isLoading,y=v.loadingMessage,C=v.minMenuHeight,S=v.maxMenuHeight,E=v.menuIsOpen,I=v.menuPlacement,w=v.menuPosition,A=v.menuPortalTarget,$=v.menuShouldBlockScroll,M=v.menuShouldScrollIntoView,N=v.noOptionsMessage,T=v.onMenuScrollToTop,O=v.onMenuScrollToBottom;if(!E)return null;if(e=function(e,t){var n=e.type,o=e.data,a=e.isDisabled,r=e.isSelected,i=e.label,c=e.value,l=h===o,u=a?void 0:function(){return s.onOptionHover(o)},d=a?void 0:function(){return s.selectOption(o)},p="".concat(s.getElementId("option"),"-").concat(t),m={id:p,onClick:d,onMouseMove:u,onMouseOver:u,tabIndex:-1,role:"option","aria-selected":s.state.isAppleDevice?void 0:r};return React__namespace.createElement(_,_extends({},f,{innerProps:m,data:o,isDisabled:a,isSelected:r,key:p,label:i,type:n,value:c,isFocused:l,innerRef:l?s.getFocusedOptionRef:void 0}),s.formatOptionLabel(e.data,"menu"))},this.hasOptions())t=this.getCategorizedOptions().map(function(t){var n,o,a,r,i;return"group"===t.type?(n=t.data,o=t.options,a=t.index,r="".concat(s.getElementId("group"),"-").concat(a),i="".concat(r,"-heading"),React__namespace.createElement(c,_extends({},f,{key:r,data:n,options:o,Heading:l,headingProps:{id:i,data:t.data},label:s.formatGroupLabel(t.data)}),t.options.map(function(t){return e(t,"".concat(a,"-").concat(t.index))}))):"option"===t.type?e(t,"".concat(t.index)):void 0});else if(x){if(null===(n=y({inputValue:R})))return null;t=React__namespace.createElement(m,f,n)}else{if(null===(o=N({inputValue:R})))return null;t=React__namespace.createElement(g,f,o)}return a={minMenuHeight:C,maxMenuHeight:S,menuPlacement:I,menuPosition:w,menuShouldScrollIntoView:M},r=React__namespace.createElement(MenuPlacer,_extends({},f,a),function(e){var n=e.ref,o=e.placerProps,r=o.placement,i=o.maxHeight;return React__namespace.createElement(u,_extends({},f,a,{innerRef:n,innerProps:{onMouseDown:s.onMenuMouseDown,onMouseMove:s.onMenuMouseMove},isLoading:x,placement:r}),React__namespace.createElement(ScrollManager,{captureEnabled:b,onTopArrive:T,onBottomArrive:O,lockEnabled:$},function(e){return React__namespace.createElement(d,_extends({},f,{innerRef:function(t){s.getMenuListRef(t),e(t)},innerProps:{role:"listbox","aria-multiselectable":f.isMulti,id:s.getElementId("listbox")},isLoading:x,maxHeight:i,focusedOption:h}),t)}))}),A||"fixed"===w?React__namespace.createElement(p,_extends({},f,{appendTo:A,controlElement:this.controlRef,menuPlacement:I,menuPosition:w}),r):r}},{key:"renderFormField",value:function(){var e,t,n,o=this,a=this.props,r=a.delimiter,s=a.isDisabled,i=a.isMulti,c=a.name,l=a.required,u=this.state.selectValue;return!l||this.hasValue()||s?c&&!s?i?r?(e=u.map(function(e){return o.getOptionValue(e)}).join(r),React__namespace.createElement("input",{name:c,type:"hidden",value:e})):(t=u.length>0?u.map(function(e,t){return React__namespace.createElement("input",{key:"i-".concat(t),name:c,type:"hidden",value:o.getOptionValue(e)})}):React__namespace.createElement("input",{name:c,type:"hidden",value:""}),React__namespace.createElement("div",null,t)):(n=u[0]?this.getOptionValue(u[0]):"",React__namespace.createElement("input",{name:c,type:"hidden",value:n})):void 0:React__namespace.createElement(RequiredInput$1,{name:c,onFocus:this.onValueInputFocus})}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,a=t.focusedValue,r=t.isFocused,s=t.selectValue,i=this.getFocusableOptions();return React__namespace.createElement(LiveRegion$1,_extends({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:a,isFocused:r,selectValue:s,focusableOptions:i,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,a=e.ValueContainer,r=this.props,s=r.className,i=r.id,c=r.isDisabled,l=r.menuIsOpen,u=this.state.isFocused,d=this.commonProps=this.getCommonProps();return React__namespace.createElement(o,_extends({},d,{className:s,innerProps:{id:i,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:u}),this.renderLiveRegion(),React__namespace.createElement(t,_extends({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:u,menuIsOpen:l}),React__namespace.createElement(a,_extends({},d,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),React__namespace.createElement(n,_extends({},d,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n,o,a,r,s,i,c,l=t.prevProps,u=t.clearFocusValueOnUpdate,d=t.inputIsHiddenAfterUpdate,p=t.ariaSelection,m=t.isFocused,g=t.prevWasFocused,_=t.instancePrefix,f=e.options,h=e.value,v=e.menuIsOpen,b=e.inputValue,R=e.isMulti,x=cleanValue(h),y={};return!l||h===l.value&&f===l.options&&v===l.menuIsOpen&&b===l.inputValue||(n=v?function(e,t){return buildFocusableOptionsFromCategorizedOptions(buildCategorizedOptions(e,t))}(e,x):[],o=v?buildFocusableOptionsWithIds(buildCategorizedOptions(e,x),"".concat(_,"-option")):[],a=u?function(e,t){var n=e.focusedValue,o=e.selectValue,a=o.indexOf(n);if(a>-1){if(t.indexOf(n)>-1)return n;if(a<t.length)return t[a]}return null}(t,x):null,r=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,n),y={selectValue:x,focusedOption:r,focusedOptionId:getFocusedOptionId(o,r),focusableOptionsWithIds:o,focusedValue:a,clearFocusValueOnUpdate:!1}),s=null!=d&&e!==l?{inputIsHidden:d,inputIsHiddenAfterUpdate:void 0}:{},i=p,c=m&&g,m&&!c&&(i={value:valueTernary(R,x,x[0]||null),options:x,action:"initial-input-focus"},c=!g),"initial-input-focus"===(null==p?void 0:p.action)&&(i=null),_objectSpread2(_objectSpread2(_objectSpread2({},y),s),{},{prevProps:e,ariaSelection:i,prevWasFocused:c})}}]),e}(),Select$2.defaultProps=defaultProps,StateManagedSelect=React.forwardRef(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,o=e.defaultMenuIsOpen,a=void 0!==o&&o,r=e.defaultValue,s=void 0===r?null:r,i=e.inputValue,c=e.menuIsOpen,l=e.onChange,u=e.onInputChange,d=e.onMenuClose,p=e.onMenuOpen,m=e.value,g=_objectWithoutProperties(e,_excluded$6),_=_slicedToArray(React.useState(void 0!==i?i:n),2),f=_[0],h=_[1],v=_slicedToArray(React.useState(void 0!==c?c:a),2),b=v[0],R=v[1],x=_slicedToArray(React.useState(void 0!==m?m:s),2),y=x[0],C=x[1],S=React.useCallback(function(e,t){"function"==typeof l&&l(e,t),C(e)},[l]),E=React.useCallback(function(e,t){var n;"function"==typeof u&&(n=u(e,t)),h(void 0!==n?n:e)},[u]),I=React.useCallback(function(){"function"==typeof p&&p(),R(!0)},[p]),w=React.useCallback(function(){"function"==typeof d&&d(),R(!1)},[d]),A=void 0!==i?i:f,$=void 0!==c?c:b,M=void 0!==m?m:y;return _objectSpread2(_objectSpread2({},g),{},{inputValue:A,menuIsOpen:$,onChange:S,onInputChange:E,onMenuClose:w,onMenuOpen:I,value:M})}(e);return React__namespace.createElement(Select$2,_extends({ref:t},n))}),StateManagedSelect$1=StateManagedSelect,styles$a_menuPortal="MultiSelect-modules_menuPortal__ul6k7",styles$a_container="MultiSelect-modules_container__Mn9VS",styles$a_menu="MultiSelect-modules_menu__W5T89",styles$a_menuList="MultiSelect-modules_menuList__xbYKy",styles$a_option="MultiSelect-modules_option__K81Xh",styles$a_optionFocused="MultiSelect-modules_optionFocused__wx-Me",styles$a_optionDisabled="MultiSelect-modules_optionDisabled__5vZh1",styles$a_optionSelected="MultiSelect-modules_optionSelected__WQUPs",styles$a_input="MultiSelect-modules_input__HhsgF",styles$a_control="MultiSelect-modules_control__8x7-K",styles$a_controlIsFocused="MultiSelect-modules_controlIsFocused__82GDX",styles$a_isDisabled="MultiSelect-modules_isDisabled__OstVw",styles$a_placeholder="MultiSelect-modules_placeholder__DbrLc",styles$a_selectedValueWithIcon="MultiSelect-modules_selectedValueWithIcon__N4AIn",styles$a_selectedValueIcon="MultiSelect-modules_selectedValueIcon__ziEbV",styles$a_multiValue="MultiSelect-modules_multiValue__PO-ik",styles$a_indicator="MultiSelect-modules_indicator__tnLxc",styles$a_indicatorIsDisabled="MultiSelect-modules_indicatorIsDisabled__e6zXU",styles$a_controlIsOpened="MultiSelect-modules_controlIsOpened__x9-TZ",styles$a_multiValueIsDisabled="MultiSelect-modules_multiValueIsDisabled__nPxAv",styles$a_multiValueLabel="MultiSelect-modules_multiValueLabel__kDgH6",styles$a_multiValueLabelIsDisabled="MultiSelect-modules_multiValueLabelIsDisabled__jgqo0",styles$a_multiValueRemove="MultiSelect-modules_multiValueRemove__c6VU-",styles$a_multiValueRemoveIsDisabled="MultiSelect-modules_multiValueRemoveIsDisabled__Dc-gy",styles$a_valueContainer="MultiSelect-modules_valueContainer__KLcgg",styles$a_singleValue="MultiSelect-modules_singleValue__7-x1w",styles$a_noOptionMessage="MultiSelect-modules_noOptionMessage__1T9-0",styles$a_errorMessage="MultiSelect-modules_errorMessage__crhXM",styles$a_wrapper="MultiSelect-modules_wrapper__NZzex",styles$a_wrapperWithIcon="MultiSelect-modules_wrapperWithIcon__vnTpG",styles$a_isMulti="MultiSelect-modules_isMulti__xVDUR",styles$a_label="MultiSelect-modules_label__q8Ey7",styles$a_optional="MultiSelect-modules_optional__3QTxE",styles$a_indicatorsContainer="MultiSelect-modules_indicatorsContainer__wR6F-",styles$a_selectedValueText="MultiSelect-modules_selectedValueText__wWMvy";const CustomIndicatorsContainer=e=>React.createElement(components.IndicatorsContainer,{...e,className:cn("demio-ui-multiselect-indicators-container",styles$a_indicatorsContainer)},e.children),CustomDropdownIndicator=e=>React.createElement(components.DropdownIndicator,{...e,className:cn("demio-ui-multiselect-indicator",styles$a_indicator,{"demio-ui-multiselect-indicator-disabled":e.isDisabled,[styles$a_indicatorIsDisabled]:e.isDisabled})},React.createElement(SvgKeyboardArrowDown,{className:cn("demio-ui-multiselect-indicator-icon")})),CustomMultiValueRemove=e=>React.createElement(components.MultiValueRemove,{...e},React.createElement(SvgClose,{className:cn("demio-ui-multiselect-multi-value-remove-icon")})),CustomNoOptionsMessage=()=>React.createElement("p",{className:cn("demio-ui-multiselect-empty-options",styles$a_noOptionMessage)},"No results found."),MultiSelect=React.memo(React.forwardRef((e,t)=>{const{className:n="",classNamePrefix:o="",errorMessage:a="",errorMessageClass:r="",isMulti:s=!0,isVisibleOptional:i=!1,label:c="",onChange:l=null,portalTarget:u=document.body,icon:d,value:p=""}=e,[m,g]=React.useState("");return React.useEffect(()=>{g(p)},[p]),React.createElement("div",{className:cn("demio-ui-multiselect-wrapper",styles$a_wrapper,{[styles$a_wrapperWithIcon]:!!d,[styles$a_isMulti]:s})},React.createElement(StateManagedSelect$1,{...e,className:cn("demio-ui-multiselect",styles$a_container,n),classNamePrefix:o,classNames:{control:e=>cn("demio-ui-multiselect-control",styles$a_control,{"demio-ui-multiselect-control-focused":e.isFocused,[styles$a_controlIsFocused]:e.isFocused,"demio-ui-multiselect-control-menu-is-open":e.menuIsOpen,[styles$a_controlIsOpened]:e.menuIsOpen,"demio-ui-multiselect-control-is-disabled":e.isDisabled,[styles$a_isDisabled]:e.isDisabled}),input:e=>cn("demio-ui-multiselect-input",styles$a_input,{"demio-ui-multiselect-input-is-multi":e.isMulti}),menu:()=>cn("demio-ui-multiselect-menu",styles$a_menu),menuList:()=>cn("demio-ui-multiselect-menu-list",styles$a_menuList),menuPortal:()=>cn("demio-ui-multiselect-menu-portal",styles$a_menuPortal),multiValue:e=>cn("demio-ui-multiselect-multi-value",styles$a_multiValue,{"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,[styles$a_multiValueIsDisabled]:e.isDisabled}),multiValueLabel:e=>cn("demio-ui-multiselect-multi-value-label",styles$a_multiValueLabel,{"demio-ui-multiselect-multi-value-label-disabled":e.isDisabled,[styles$a_multiValueLabelIsDisabled]:e.isDisabled}),multiValueRemove:e=>cn("demio-ui-multiselect-multi-value-remove",styles$a_multiValueRemove,{"demio-ui-multiselect-multi-value-remove-disabled":e.isDisabled,[styles$a_multiValueRemoveIsDisabled]:e.isDisabled}),option:e=>cn("demio-ui-multiselect-option",styles$a_option,{"demio-ui-multiselect-option-selected":e.isSelected,[styles$a_optionSelected]:e.isSelected,"demio-ui-multiselect-option-focused":e.isFocused,[styles$a_optionFocused]:e.isFocused,"demio-ui-multiselect-option-disabled":e.isDisabled,[styles$a_optionDisabled]:e.isDisabled}),placeholder:e=>cn("demio-ui-multiselect-placeholder",styles$a_placeholder,{"demio-ui-multiselect-placeholder-focused":e.isFocused,"demio-ui-multiselect-placeholder-is-multi":e.isMulti}),singleValue:()=>cn("demio-ui-multiselect-single-value",styles$a_singleValue),valueContainer:()=>cn("demio-ui-multiselect-value-container",styles$a_valueContainer)},components:{IndicatorSeparator:null,IndicatorsContainer:CustomIndicatorsContainer,DropdownIndicator:CustomDropdownIndicator,MultiValueRemove:CustomMultiValueRemove,NoOptionsMessage:CustomNoOptionsMessage,SingleValue:e=>React.createElement(components.SingleValue,{...e},d&&React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-with-icon",styles$a_selectedValueWithIcon)},React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-icon",styles$a_selectedValueIcon)},d)),React.createElement("span",{className:cn("demio-ui-multiselect-selected-value-text",styles$a_selectedValueText)},e.children))},isMulti:s,menuPortalTarget:u,onChange:e=>{g(e),l&&l(e)},ref:t,styles:{multiValue:(e,t)=>({...e,pointerEvents:t.selectProps.isDisabled?"none":"auto"})},value:m}),c&&React.createElement("div",{className:cn("demio-ui-multiselect-label",styles$a_label)},c),i&&React.createElement("div",{className:cn("demio-ui-multiselect-optional",styles$a_optional)},"Optional"),!!a&&React.createElement(InputHint,{className:cn("demio-ui-multiselect-error",styles$a_errorMessage,r),type:"error"},a))}));styles$9_container="Pagination-modules_container__KyJ0Q",styles$9_button="Pagination-modules_button__wRk2o",styles$9_selected="Pagination-modules_selected__ZgeXX",styles$9_rotated="Pagination-modules_rotated__k03AZ",styles$9_disabled="Pagination-modules_disabled__NU2ZU";const Pagination=React.memo(e=>{const{className:t="",currentPage:n=1,isDisabled:o=!1,onChange:a,pageSize:r=10,total:s}=e,[i,c]=React.useState(n),l=Math.ceil(s/r),u=i<=1,d=i>=l,p=s>r,m=i-1,g=i-2,_=i+1,f=i+2,h=React.useCallback(e=>Math.min(Math.max(e,1),l),[l]),v=e=>{if(e===i)return;const t=h(e);c(t),a&&a(t)};return React.useEffect(()=>{c(h(n))},[n,h]),p&&React.createElement("div",{"aria-label":"Pagination Navigation",className:cn("demio-ui-pagination",styles$9_container,t,{"demio-ui-pagination-disabled":o,[styles$9_disabled]:o}),role:"navigation"},React.createElement(Button,{"aria-label":"Go to first page",className:cn("demio-ui-pagination-first",styles$9_button),disabled:u,onClick:()=>v(1)},React.createElement(SvgArrowLeftDouble,null)),React.createElement(Button,{"aria-label":"Go to previous page",className:cn("demio-ui-pagination-previous",styles$9_button),disabled:u,onClick:()=>v(m)},React.createElement(SvgArrowLeftSingle,null)),d&&g>=1&&React.createElement(Button,{"aria-label":`Go to page ${g}`,className:cn("demio-ui-pagination-previous-previous",styles$9_button),onClick:()=>v(g)},g),!u&&React.createElement(Button,{"aria-label":`Go to page ${m}`,className:cn("demio-ui-pagination-previous-page",styles$9_button),onClick:()=>v(m)},m),React.createElement(Button,{"aria-label":`Selected page ${i}`,className:cn("demio-ui-pagination-selected",styles$9_button,styles$9_selected),onClick:()=>v(i)},i),!d&&React.createElement(Button,{"aria-label":`Go to page ${_}`,className:cn("demio-ui-pagination-next-page",styles$9_button),onClick:()=>v(_)},_),u&&f<=l&&React.createElement(Button,{"aria-label":`Go to page ${f}`,className:cn("demio-ui-pagination-next-next",styles$9_button),onClick:()=>v(f)},f),React.createElement(Button,{"aria-label":"Go to next page",className:cn("demio-ui-pagination-next",styles$9_button,styles$9_rotated),disabled:d,onClick:()=>v(_)},React.createElement(SvgArrowLeftSingle,null)),React.createElement(Button,{"aria-label":"Go to last page",className:cn("demio-ui-pagination-last",styles$9_button,styles$9_rotated),disabled:d,onClick:()=>v(l)},React.createElement(SvgArrowLeftDouble,null)))});POPOVER_NAME="Popover";var[createPopoverContext]=createContextScope$2(POPOVER_NAME,[createPopperScope]);usePopperScope$2=createPopperScope();var[PopoverProvider,usePopoverContext]=createPopoverContext(POPOVER_NAME);(Popover$1=e=>{const{__scopePopover:t,children:n,open:o,defaultOpen:a,onOpenChange:r,modal:s=!1}=e,i=usePopperScope$2(t),c=React__namespace.useRef(null),[l,u]=React__namespace.useState(!1),[d,p]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:POPOVER_NAME});return jsxRuntime.jsx(Root2$5,{...i,children:jsxRuntime.jsx(PopoverProvider,{scope:t,contentId:useId(),triggerRef:c,open:d,onOpenChange:p,onOpenToggle:React__namespace.useCallback(()=>p(e=>!e),[p]),hasCustomAnchor:l,onCustomAnchorAdd:React__namespace.useCallback(()=>u(!0),[]),onCustomAnchorRemove:React__namespace.useCallback(()=>u(!1),[]),modal:s,children:n})})}).displayName=POPOVER_NAME,ANCHOR_NAME="PopoverAnchor",React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(ANCHOR_NAME,n),r=usePopperScope$2(n),{onCustomAnchorAdd:s,onCustomAnchorRemove:i}=a;return React__namespace.useEffect(()=>(s(),()=>i()),[s,i]),jsxRuntime.jsx(Anchor,{...r,...o,ref:t})}).displayName=ANCHOR_NAME,TRIGGER_NAME$3="PopoverTrigger",(PopoverTrigger=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(TRIGGER_NAME$3,n),r=usePopperScope$2(n),s=useComposedRefs(t,a.triggerRef),i=jsxRuntime.jsx(Primitive$3.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":getState$2(a.open),...o,ref:s,onClick:composeEventHandlers(e.onClick,a.onOpenToggle)});return a.hasCustomAnchor?i:jsxRuntime.jsx(Anchor,{asChild:!0,...r,children:i})})).displayName=TRIGGER_NAME$3,PORTAL_NAME$2="PopoverPortal";var[PortalProvider$1,usePortalContext$1]=createPopoverContext(PORTAL_NAME$2,{forceMount:void 0});(PopoverPortal=e=>{const{__scopePopover:t,forceMount:n,children:o,container:a}=e,r=usePopoverContext(PORTAL_NAME$2,t);return jsxRuntime.jsx(PortalProvider$1,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME$2,CONTENT_NAME$3="PopoverContent",(PopoverContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext$1(CONTENT_NAME$3,e.__scopePopover),{forceMount:o=n.forceMount,...a}=e,r=usePopoverContext(CONTENT_NAME$3,e.__scopePopover);return jsxRuntime.jsx(Presence,{present:o||r.open,children:r.modal?jsxRuntime.jsx(PopoverContentModal,{...a,ref:t}):jsxRuntime.jsx(PopoverContentNonModal,{...a,ref:t})})})).displayName=CONTENT_NAME$3,Slot$1=createSlot$3("PopoverContent.RemoveScroll"),PopoverContentModal=React__namespace.forwardRef((e,t)=>{const n=usePopoverContext(CONTENT_NAME$3,e.__scopePopover),o=React__namespace.useRef(null),a=useComposedRefs(t,o),r=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=o.current;if(e)return hideOthers(e)},[]),jsxRuntime.jsx(ReactRemoveScroll,{as:Slot$1,allowPinchZoom:!0,children:jsxRuntime.jsx(PopoverContentImpl,{...e,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:composeEventHandlers(e.onCloseAutoFocus,e=>{e.preventDefault(),r.current||n.triggerRef.current?.focus()}),onPointerDownOutside:composeEventHandlers(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey,o=2===t.button||n;r.current=o},{checkForDefaultPrevented:!1}),onFocusOutside:composeEventHandlers(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),PopoverContentNonModal=React__namespace.forwardRef((e,t)=>{const n=usePopoverContext(CONTENT_NAME$3,e.__scopePopover),o=React__namespace.useRef(!1),a=React__namespace.useRef(!1);return jsxRuntime.jsx(PopoverContentImpl,{...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,a.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"===t.detail.originalEvent.type&&(a.current=!0));const r=t.target,s=n.triggerRef.current?.contains(r);s&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&a.current&&t.preventDefault()}})}),PopoverContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:o,onOpenAutoFocus:a,onCloseAutoFocus:r,disableOutsidePointerEvents:s,onEscapeKeyDown:i,onPointerDownOutside:c,onFocusOutside:l,onInteractOutside:u,...d}=e,p=usePopoverContext(CONTENT_NAME$3,n),m=usePopperScope$2(n);return useFocusGuards(),jsxRuntime.jsx(FocusScope,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:a,onUnmountAutoFocus:r,children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:s,onInteractOutside:u,onEscapeKeyDown:i,onPointerDownOutside:c,onFocusOutside:l,onDismiss:()=>p.onOpenChange(!1),children:jsxRuntime.jsx(Content$1,{"data-state":getState$2(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)"}})})})}),CLOSE_NAME="PopoverClose",React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopoverContext(CLOSE_NAME,n);return jsxRuntime.jsx(Primitive$3.button,{type:"button",...o,ref:t,onClick:composeEventHandlers(e.onClick,()=>a.onOpenChange(!1))})}).displayName=CLOSE_NAME,ARROW_NAME$2="PopoverArrow",(PopoverArrow=React__namespace.forwardRef((e,t)=>{const{__scopePopover:n,...o}=e,a=usePopperScope$2(n);return jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME$2,Root2$3=Popover$1,Trigger$3=PopoverTrigger,Portal$2=PopoverPortal,Content2$2=PopoverContent,Arrow2$1=PopoverArrow,styles$8_popoverContent="Popover-modules_popoverContent__EQXkn",styles$8_popoverTrigger="Popover-modules_popoverTrigger__vCIUa",styles$8_arrow="Popover-modules_arrow__x1Xqe";const Popover=({children:e="",content:t="",contentClassName:n="",triggerClassName:o="",container:a=document.body,contentProps:r={},open:s,onOpenChange:i,showArrow:c=!1,asChild:l=!1})=>t?React.createElement(Root2$3,{open:s,onOpenChange:e=>{i&&"function"==typeof i&&i(e)}},React.createElement(Trigger$3,{asChild:l,className:cn("demio-ui-popover-trigger",{[styles$8_popoverTrigger]:!0,[o]:!!o})},e),React.createElement(Portal$2,{container:a},React.createElement(Content2$2,{...r,className:cn("demio-ui-popover-content",styles$8_popoverContent,{[n]:!!n})},c&&React.createElement(Arrow2$1,{className:styles$8_arrow}),t))):e;REACT_LAZY_TYPE=Symbol.for("react.lazy"),use=React__namespace[" use ".trim().toString()],SLOTTABLE_IDENTIFIER=Symbol("radix.slottable"),Primitive=["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=createSlotClone(e),n=React__namespace.forwardRef((e,n)=>{let{children:o,...a}=e;isLazyComponent(o)&&"function"==typeof use&&(o=use(o._payload));const r=React__namespace.Children.toArray(o),s=r.find(isSlottable);if(s){const e=s.props.children,o=r.map(t=>t===s?React__namespace.Children.count(e)>1?React__namespace.Children.only(null):React__namespace.isValidElement(e)?e.props.children:null:t);return jsxRuntime.jsx(t,{...a,ref:n,children:React__namespace.isValidElement(e)?React__namespace.cloneElement(e,void 0,o):null})}return jsxRuntime.jsx(t,{...a,ref:n,children:o})});return n.displayName=`${e}.Slot`,n}(`Primitive.${t}`),o=React__namespace.forwardRef((e,o)=>{const{asChild:a,...r}=e,s=a?n:t;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),jsxRuntime.jsx(s,{...r,ref:o})});return o.displayName=`Primitive.${t}`,{...e,[t]:o}},{}),PROGRESS_NAME="Progress",DEFAULT_MAX=100;var[createProgressContext]=function(e,t=[]){let n=[];const o=()=>{const t=n.map(e=>React__namespace.createContext(e));return function(n){const o=n?.[e]||t;return React__namespace.useMemo(()=>({[`__scope${e}`]:{...n,[e]:o}}),[n,o])}};return o.scopeName=e,[function(t,o){const a=React__namespace.createContext(o);a.displayName=t+"Context";const r=n.length;n=[...n,o];const s=t=>{const{scope:n,children:o,...s}=t,i=n?.[e]?.[r]||a,c=React__namespace.useMemo(()=>s,Object.values(s));return jsxRuntime.jsx(i.Provider,{value:c,children:o})};return s.displayName=t+"Provider",[s,function(n,s){const i=s?.[e]?.[r]||a,c=React__namespace.useContext(i);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},composeContextScopes(o,...t)]}(PROGRESS_NAME),[ProgressProvider,useProgressContext]=createProgressContext(PROGRESS_NAME);Progress$1=React__namespace.forwardRef((e,t)=>{const{__scopeProgress:n,value:o=null,max:a,getValueLabel:r=defaultGetValueLabel,...s}=e;!a&&0!==a||isValidMaxNumber(a)||console.error(`Invalid prop \`max\` of value \`${`${a}`}\` supplied to \`${"Progress"}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${DEFAULT_MAX}\`.`);const i=isValidMaxNumber(a)?a:DEFAULT_MAX;null===o||isValidValueNumber(o,i)||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 ${DEFAULT_MAX} if no \`max\` prop is set)\n - \`null\` or \`undefined\` if the progress is indeterminate.\n\nDefaulting to \`null\`.`}(`${o}`,"Progress"));const c=isValidValueNumber(o,i)?o:null,l=isNumber(c)?r(c,i):void 0;return jsxRuntime.jsx(ProgressProvider,{scope:n,value:c,max:i,children:jsxRuntime.jsx(Primitive.div,{"aria-valuemax":i,"aria-valuemin":0,"aria-valuenow":isNumber(c)?c:void 0,"aria-valuetext":l,role:"progressbar","data-state":getProgressState(c,i),"data-value":c??void 0,"data-max":i,...s,ref:t})})}),Progress$1.displayName=PROGRESS_NAME,INDICATOR_NAME$1="ProgressIndicator",(ProgressIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeProgress:n,...o}=e,a=useProgressContext(INDICATOR_NAME$1,n);return jsxRuntime.jsx(Primitive.div,{"data-state":getProgressState(a.value,a.max),"data-value":a.value??void 0,"data-max":a.max,...o,ref:t})})).displayName=INDICATOR_NAME$1,Root$2=Progress$1,Indicator$1=ProgressIndicator,styles$7_root="Progress-modules_root__E0rHH",styles$7_indicator="Progress-modules_indicator__qpwRi",RADIO_NAME="Radio";var[createRadioContext,createRadioScope]=createContextScope$2(RADIO_NAME),[RadioProvider,useRadioContext]=createRadioContext(RADIO_NAME);Radio=React__namespace.forwardRef((e,t)=>{const{__scopeRadio:n,name:o,checked:a=!1,required:r,disabled:s,value:i="on",onCheck:c,form:l,...u}=e,[d,p]=React__namespace.useState(null),m=useComposedRefs(t,e=>p(e)),g=React__namespace.useRef(!1),_=!d||(l||!!d.closest("form"));return jsxRuntime.jsxs(RadioProvider,{scope:n,checked:a,disabled:s,children:[jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"radio","aria-checked":a,"data-state":getState$1(a),"data-disabled":s?"":void 0,disabled:s,value:i,...u,ref:m,onClick:composeEventHandlers(e.onClick,e=>{a||c?.(),_&&(g.current=e.isPropagationStopped(),g.current||e.stopPropagation())})}),_&&jsxRuntime.jsx(RadioBubbleInput,{control:d,bubbles:!g.current,name:o,value:i,checked:a,required:r,disabled:s,form:l,style:{transform:"translateX(-100%)"}})]})}),Radio.displayName=RADIO_NAME,INDICATOR_NAME="RadioIndicator",(RadioIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeRadio:n,forceMount:o,...a}=e,r=useRadioContext(INDICATOR_NAME,n);return jsxRuntime.jsx(Presence,{present:o||r.checked,children:jsxRuntime.jsx(Primitive$3.span,{"data-state":getState$1(r.checked),"data-disabled":r.disabled?"":void 0,...a,ref:t})})})).displayName=INDICATOR_NAME,BUBBLE_INPUT_NAME$2="RadioBubbleInput",(RadioBubbleInput=React__namespace.forwardRef(({__scopeRadio:e,control:t,checked:n,bubbles:o=!0,...a},r)=>{const s=React__namespace.useRef(null),i=useComposedRefs(s,r),c=usePrevious(n),l=useSize(t);return React__namespace.useEffect(()=>{const e=s.current;if(!e)return;const t=window.HTMLInputElement.prototype,a=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&a){const t=new Event("click",{bubbles:o});a.call(e,n),e.dispatchEvent(t)}},[c,n,o]),jsxRuntime.jsx(Primitive$3.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:i,style:{...a.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=BUBBLE_INPUT_NAME$2,ARROW_KEYS=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],RADIO_GROUP_NAME="RadioGroup";var[createRadioGroupContext]=createContextScope$2(RADIO_GROUP_NAME,[createRovingFocusGroupScope,createRadioScope]);useRovingFocusGroupScope$1=createRovingFocusGroupScope(),useRadioScope=createRadioScope();var[RadioGroupProvider,useRadioGroupContext]=createRadioGroupContext(RADIO_GROUP_NAME);(RadioGroup$1=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,name:o,defaultValue:a,value:r,required:s=!1,disabled:i=!1,orientation:c,dir:l,loop:u=!0,onValueChange:d,...p}=e,m=useRovingFocusGroupScope$1(n),g=useDirection(l),[_,f]=useControllableState({prop:r,defaultProp:a??null,onChange:d,caller:RADIO_GROUP_NAME});return jsxRuntime.jsx(RadioGroupProvider,{scope:n,name:o,required:s,disabled:i,value:_,onValueChange:f,children:jsxRuntime.jsx(Root$3,{asChild:!0,...m,orientation:c,dir:g,loop:u,children:jsxRuntime.jsx(Primitive$3.div,{role:"radiogroup","aria-required":s,"aria-orientation":c,"data-disabled":i?"":void 0,dir:g,...p,ref:t})})})})).displayName=RADIO_GROUP_NAME,ITEM_NAME$1="RadioGroupItem",(RadioGroupItem=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,disabled:o,...a}=e,r=useRadioGroupContext(ITEM_NAME$1,n),s=r.disabled||o,i=useRovingFocusGroupScope$1(n),c=useRadioScope(n),l=React__namespace.useRef(null),u=useComposedRefs(t,l),d=r.value===a.value,p=React__namespace.useRef(!1);return React__namespace.useEffect(()=>{const e=e=>{ARROW_KEYS.includes(e.key)&&(p.current=!0)},t=()=>p.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!s,active:d,children:jsxRuntime.jsx(Radio,{disabled:s,required:r.required,checked:d,...c,...a,name:r.name,ref:u,onCheck:()=>r.onValueChange(a.value),onKeyDown:composeEventHandlers(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:composeEventHandlers(a.onFocus,()=>{p.current&&l.current?.click()})})})})).displayName=ITEM_NAME$1,INDICATOR_NAME2="RadioGroupIndicator",(RadioGroupIndicator=React__namespace.forwardRef((e,t)=>{const{__scopeRadioGroup:n,...o}=e,a=useRadioScope(n);return jsxRuntime.jsx(RadioIndicator,{...a,...o,ref:t})})).displayName=INDICATOR_NAME2,Root2$2=RadioGroup$1,Item2=RadioGroupItem,Indicator=RadioGroupIndicator,styles$6={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--"},VISUALLY_HIDDEN_STYLES=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"}),NAME="VisuallyHidden",(VisuallyHidden=React__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Primitive$3.span,{...e,ref:t,style:{...VISUALLY_HIDDEN_STYLES,...e.style}}))).displayName=NAME,Root$1=VisuallyHidden,OPEN_KEYS=[" ","Enter","ArrowUp","ArrowDown"],SELECTION_KEYS=[" ","Enter"],SELECT_NAME="Select";var[Collection,useCollection,createCollectionScope]=createCollection(SELECT_NAME),[createSelectContext]=createContextScope$2(SELECT_NAME,[createCollectionScope,createPopperScope]);usePopperScope$1=createPopperScope();var[SelectProvider,useSelectContext]=createSelectContext(SELECT_NAME),[SelectNativeOptionsProvider,useSelectNativeOptionsContext]=createSelectContext(SELECT_NAME);Select$1=e=>{const{__scopeSelect:t,children:n,open:o,defaultOpen:a,onOpenChange:r,value:s,defaultValue:i,onValueChange:c,dir:l,name:u,autoComplete:d,disabled:p,required:m,form:g}=e,_=usePopperScope$1(t),[f,h]=React__namespace.useState(null),[v,b]=React__namespace.useState(null),[R,x]=React__namespace.useState(!1),y=useDirection(l),[C,S]=useControllableState({prop:o,defaultProp:a??!1,onChange:r,caller:SELECT_NAME}),[E,I]=useControllableState({prop:s,defaultProp:i,onChange:c,caller:SELECT_NAME}),w=React__namespace.useRef(null),A=!f||(g||!!f.closest("form")),[$,M]=React__namespace.useState(new Set),N=Array.from($).map(e=>e.props.value).join(";");return jsxRuntime.jsx(Root2$5,{..._,children:jsxRuntime.jsxs(SelectProvider,{required:m,scope:t,trigger:f,onTriggerChange:h,valueNode:v,onValueNodeChange:b,valueNodeHasChildren:R,onValueNodeHasChildrenChange:x,contentId:useId(),value:E,onValueChange:I,open:C,onOpenChange:S,dir:y,triggerPointerDownPosRef:w,disabled:p,children:[jsxRuntime.jsx(Collection.Provider,{scope:t,children:jsxRuntime.jsx(SelectNativeOptionsProvider,{scope:e.__scopeSelect,onNativeOptionAdd:React__namespace.useCallback(e=>{M(t=>new Set(t).add(e))},[]),onNativeOptionRemove:React__namespace.useCallback(e=>{M(t=>{const n=new Set(t);return n.delete(e),n})},[]),children:n})}),A?jsxRuntime.jsxs(SelectBubbleInput,{"aria-hidden":!0,required:m,tabIndex:-1,name:u,autoComplete:d,value:E,onChange:e=>I(e.target.value),disabled:p,form:g,children:[void 0===E?jsxRuntime.jsx("option",{value:""}):null,Array.from($)]},N):null]})})},Select$1.displayName=SELECT_NAME,TRIGGER_NAME$2="SelectTrigger",(SelectTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:o=!1,...a}=e,r=usePopperScope$1(n),s=useSelectContext(TRIGGER_NAME$2,n),i=s.disabled||o,c=useComposedRefs(t,s.onTriggerChange),l=useCollection(n),u=React__namespace.useRef("touch"),[d,p,m]=useTypeaheadSearch(e=>{const t=l().filter(e=>!e.disabled),n=t.find(e=>e.value===s.value),o=findNextItem(t,e,n);void 0!==o&&s.onValueChange(o.value)}),g=e=>{i||(s.onOpenChange(!0),m()),e&&(s.triggerPointerDownPosRef.current={x:Math.round(e.pageX),y:Math.round(e.pageY)})};return jsxRuntime.jsx(Anchor,{asChild:!0,...r,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"combobox","aria-controls":s.contentId,"aria-expanded":s.open,"aria-required":s.required,"aria-autocomplete":"none",dir:s.dir,"data-state":s.open?"open":"closed",disabled:i,"data-disabled":i?"":void 0,"data-placeholder":shouldShowPlaceholder(s.value)?"":void 0,...a,ref:c,onClick:composeEventHandlers(a.onClick,e=>{e.currentTarget.focus(),"mouse"!==u.current&&g(e)}),onPointerDown:composeEventHandlers(a.onPointerDown,e=>{u.current=e.pointerType;const t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),0===e.button&&!1===e.ctrlKey&&"mouse"===e.pointerType&&(g(e),e.preventDefault())}),onKeyDown:composeEventHandlers(a.onKeyDown,e=>{const t=""!==d.current;e.ctrlKey||e.altKey||e.metaKey||1!==e.key.length||p(e.key),t&&" "===e.key||OPEN_KEYS.includes(e.key)&&(g(),e.preventDefault())})})})})).displayName=TRIGGER_NAME$2,VALUE_NAME="SelectValue",(SelectValue=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:a,children:r,placeholder:s="",...i}=e,c=useSelectContext(VALUE_NAME,n),{onValueNodeHasChildrenChange:l}=c,u=void 0!==r,d=useComposedRefs(t,c.onValueNodeChange);return useLayoutEffect2(()=>{l(u)},[l,u]),jsxRuntime.jsx(Primitive$3.span,{...i,ref:d,style:{pointerEvents:"none"},children:shouldShowPlaceholder(c.value)?jsxRuntime.jsx(jsxRuntime.Fragment,{children:s}):r})})).displayName=VALUE_NAME,ICON_NAME="SelectIcon",(SelectIcon=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,children:o,...a}=e;return jsxRuntime.jsx(Primitive$3.span,{"aria-hidden":!0,...a,ref:t,children:o||"▼"})})).displayName=ICON_NAME,(SelectPortal=e=>jsxRuntime.jsx(Portal$5,{asChild:!0,...e})).displayName="SelectPortal",CONTENT_NAME$2="SelectContent",(SelectContent=React__namespace.forwardRef((e,t)=>{const n=useSelectContext(CONTENT_NAME$2,e.__scopeSelect),[o,a]=React__namespace.useState();if(useLayoutEffect2(()=>{a(new DocumentFragment)},[]),!n.open){const t=o;return t?ReactDOM__namespace.createPortal(jsxRuntime.jsx(SelectContentProvider,{scope:e.__scopeSelect,children:jsxRuntime.jsx(Collection.Slot,{scope:e.__scopeSelect,children:jsxRuntime.jsx("div",{children:e.children})})}),t):null}return jsxRuntime.jsx(SelectContentImpl,{...e,ref:t})})).displayName=CONTENT_NAME$2,CONTENT_MARGIN=10;var[SelectContentProvider,useSelectContentContext]=createSelectContext(CONTENT_NAME$2);CONTENT_IMPL_NAME="SelectContentImpl",Slot=createSlot$3("SelectContent.RemoveScroll"),SelectContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,position:o="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:r,onPointerDownOutside:s,side:i,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:p,collisionPadding:m,sticky:g,hideWhenDetached:_,avoidCollisions:f,...h}=e,v=useSelectContext(CONTENT_NAME$2,n),[b,R]=React__namespace.useState(null),[x,y]=React__namespace.useState(null),C=useComposedRefs(t,e=>R(e)),[S,E]=React__namespace.useState(null),[I,w]=React__namespace.useState(null),A=useCollection(n),[$,M]=React__namespace.useState(!1),N=React__namespace.useRef(!1);React__namespace.useEffect(()=>{if(b)return hideOthers(b)},[b]),useFocusGuards();const T=React__namespace.useCallback(e=>{const[t,...n]=A().map(e=>e.ref.current),[o]=n.slice(-1),a=document.activeElement;for(const r of e){if(r===a)return;if(r?.scrollIntoView({block:"nearest"}),r===t&&x&&(x.scrollTop=0),r===o&&x&&(x.scrollTop=x.scrollHeight),r?.focus(),document.activeElement!==a)return}},[A,x]),O=React__namespace.useCallback(()=>T([S,b]),[T,S,b]);React__namespace.useEffect(()=>{$&&O()},[$,O]);const{onOpenChange:P,triggerPointerDownPosRef:D}=v;React__namespace.useEffect(()=>{if(b){let e={x:0,y:0};const t=t=>{e={x:Math.abs(Math.round(t.pageX)-(D.current?.x??0)),y:Math.abs(Math.round(t.pageY)-(D.current?.y??0))}},n=n=>{e.x<=10&&e.y<=10?n.preventDefault():b.contains(n.target)||P(!1),document.removeEventListener("pointermove",t),D.current=null};return null!==D.current&&(document.addEventListener("pointermove",t),document.addEventListener("pointerup",n,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",t),document.removeEventListener("pointerup",n,{capture:!0})}}},[b,P,D]),React__namespace.useEffect(()=>{const e=()=>P(!1);return window.addEventListener("blur",e),window.addEventListener("resize",e),()=>{window.removeEventListener("blur",e),window.removeEventListener("resize",e)}},[P]);const[L,j]=useTypeaheadSearch(e=>{const t=A().filter(e=>!e.disabled),n=t.find(e=>e.ref.current===document.activeElement),o=findNextItem(t,e,n);o&&setTimeout(()=>o.ref.current.focus())}),B=React__namespace.useCallback((e,t,n)=>{const o=!N.current&&!n;(void 0!==v.value&&v.value===t||o)&&(E(e),o&&(N.current=!0))},[v.value]),G=React__namespace.useCallback(()=>b?.focus(),[b]),V=React__namespace.useCallback((e,t,n)=>{const o=!N.current&&!n;(void 0!==v.value&&v.value===t||o)&&w(e)},[v.value]),k="popper"===o?SelectPopperPosition:SelectItemAlignedPosition,F=k===SelectPopperPosition?{side:i,sideOffset:c,align:l,alignOffset:u,arrowPadding:d,collisionBoundary:p,collisionPadding:m,sticky:g,hideWhenDetached:_,avoidCollisions:f}:{};return jsxRuntime.jsx(SelectContentProvider,{scope:n,content:b,viewport:x,onViewportChange:y,itemRefCallback:B,selectedItem:S,onItemLeave:G,itemTextRefCallback:V,focusSelectedItem:O,selectedItemText:I,position:o,isPositioned:$,searchRef:L,children:jsxRuntime.jsx(ReactRemoveScroll,{as:Slot,allowPinchZoom:!0,children:jsxRuntime.jsx(FocusScope,{asChild:!0,trapped:v.open,onMountAutoFocus:e=>{e.preventDefault()},onUnmountAutoFocus:composeEventHandlers(a,e=>{v.trigger?.focus({preventScroll:!0}),e.preventDefault()}),children:jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:r,onPointerDownOutside:s,onFocusOutside:e=>e.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:jsxRuntime.jsx(k,{role:"listbox",id:v.contentId,"data-state":v.open?"open":"closed",dir:v.dir,onContextMenu:e=>e.preventDefault(),...h,...F,onPlaced:()=>M(!0),ref:C,style:{display:"flex",flexDirection:"column",outline:"none",...h.style},onKeyDown:composeEventHandlers(h.onKeyDown,e=>{const t=e.ctrlKey||e.altKey||e.metaKey;if("Tab"===e.key&&e.preventDefault(),t||1!==e.key.length||j(e.key),["ArrowUp","ArrowDown","Home","End"].includes(e.key)){let t=A().filter(e=>!e.disabled).map(e=>e.ref.current);if(["ArrowUp","End"].includes(e.key)&&(t=t.slice().reverse()),["ArrowUp","ArrowDown"].includes(e.key)){const n=e.target,o=t.indexOf(n);t=t.slice(o+1)}setTimeout(()=>T(t)),e.preventDefault()}})})})})})})}),SelectContentImpl.displayName=CONTENT_IMPL_NAME,ITEM_ALIGNED_POSITION_NAME="SelectItemAlignedPosition",SelectItemAlignedPosition=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:o,...a}=e,r=useSelectContext(CONTENT_NAME$2,n),s=useSelectContentContext(CONTENT_NAME$2,n),[i,c]=React__namespace.useState(null),[l,u]=React__namespace.useState(null),d=useComposedRefs(t,e=>u(e)),p=useCollection(n),m=React__namespace.useRef(!1),g=React__namespace.useRef(!0),{viewport:_,selectedItem:f,selectedItemText:h,focusSelectedItem:v}=s,b=React__namespace.useCallback(()=>{if(r.trigger&&r.valueNode&&i&&l&&_&&f&&h){const e=r.trigger.getBoundingClientRect(),t=l.getBoundingClientRect(),n=r.valueNode.getBoundingClientRect(),a=h.getBoundingClientRect();if("rtl"!==r.dir){const o=a.left-t.left,r=n.left-o,s=e.left-r,c=e.width+s,l=Math.max(c,t.width),u=window.innerWidth-CONTENT_MARGIN,d=clamp$1(r,[CONTENT_MARGIN,Math.max(CONTENT_MARGIN,u-l)]);i.style.minWidth=c+"px",i.style.left=d+"px"}else{const o=t.right-a.right,r=window.innerWidth-n.right-o,s=window.innerWidth-e.right-r,c=e.width+s,l=Math.max(c,t.width),u=window.innerWidth-CONTENT_MARGIN,d=clamp$1(r,[CONTENT_MARGIN,Math.max(CONTENT_MARGIN,u-l)]);i.style.minWidth=c+"px",i.style.right=d+"px"}const s=p(),c=window.innerHeight-2*CONTENT_MARGIN,u=_.scrollHeight,d=window.getComputedStyle(l),g=parseInt(d.borderTopWidth,10),v=parseInt(d.paddingTop,10),b=parseInt(d.borderBottomWidth,10),R=g+v+u+parseInt(d.paddingBottom,10)+b,x=Math.min(5*f.offsetHeight,R),y=window.getComputedStyle(_),C=parseInt(y.paddingTop,10),S=parseInt(y.paddingBottom,10),E=e.top+e.height/2-CONTENT_MARGIN,I=c-E,w=f.offsetHeight/2,A=g+v+(f.offsetTop+w),$=R-A;if(A<=E){const e=s.length>0&&f===s[s.length-1].ref.current;i.style.bottom="0px";const t=l.clientHeight-_.offsetTop-_.offsetHeight,n=A+Math.max(I,w+(e?S:0)+t+b);i.style.height=n+"px"}else{const e=s.length>0&&f===s[0].ref.current;i.style.top="0px";const t=Math.max(E,g+_.offsetTop+(e?C:0)+w)+$;i.style.height=t+"px",_.scrollTop=A-E+_.offsetTop}i.style.margin=`${CONTENT_MARGIN}px 0`,i.style.minHeight=x+"px",i.style.maxHeight=c+"px",o?.(),requestAnimationFrame(()=>m.current=!0)}},[p,r.trigger,r.valueNode,i,l,_,f,h,r.dir,o]);useLayoutEffect2(()=>b(),[b]);const[R,x]=React__namespace.useState();useLayoutEffect2(()=>{l&&x(window.getComputedStyle(l).zIndex)},[l]);const y=React__namespace.useCallback(e=>{e&&!0===g.current&&(b(),v?.(),g.current=!1)},[b,v]);return jsxRuntime.jsx(SelectViewportProvider,{scope:n,contentWrapper:i,shouldExpandOnScrollRef:m,onScrollButtonChange:y,children:jsxRuntime.jsx("div",{ref:c,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:R},children:jsxRuntime.jsx(Primitive$3.div,{...a,ref:d,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})}),SelectItemAlignedPosition.displayName=ITEM_ALIGNED_POSITION_NAME,POPPER_POSITION_NAME="SelectPopperPosition",(SelectPopperPosition=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,align:o="start",collisionPadding:a=CONTENT_MARGIN,...r}=e,s=usePopperScope$1(n);return jsxRuntime.jsx(Content$1,{...s,...r,ref:t,align:o,collisionPadding:a,style:{boxSizing:"border-box",...r.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=POPPER_POSITION_NAME;var[SelectViewportProvider,useSelectViewportContext]=createSelectContext(CONTENT_NAME$2,{});VIEWPORT_NAME="SelectViewport",(SelectViewport=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:o,...a}=e,r=useSelectContentContext(VIEWPORT_NAME,n),s=useSelectViewportContext(VIEWPORT_NAME,n),i=useComposedRefs(t,r.onViewportChange),c=React__namespace.useRef(0);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("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}),jsxRuntime.jsx(Collection.Slot,{scope:n,children:jsxRuntime.jsx(Primitive$3.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:i,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:composeEventHandlers(a.onScroll,e=>{const t=e.currentTarget,{contentWrapper:n,shouldExpandOnScrollRef:o}=s;if(o?.current&&n){const e=Math.abs(c.current-t.scrollTop);if(e>0){const o=window.innerHeight-2*CONTENT_MARGIN,a=parseFloat(n.style.minHeight),r=parseFloat(n.style.height),s=Math.max(a,r);if(s<o){const a=s+e,r=Math.min(o,a),i=a-r;n.style.height=r+"px","0px"===n.style.bottom&&(t.scrollTop=i>0?i:0,n.style.justifyContent="flex-end")}}}c.current=t.scrollTop})})})]})})).displayName=VIEWPORT_NAME,GROUP_NAME="SelectGroup";var[SelectGroupContextProvider,useSelectGroupContext]=createSelectContext(GROUP_NAME);React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=useId();return jsxRuntime.jsx(SelectGroupContextProvider,{scope:n,id:a,children:jsxRuntime.jsx(Primitive$3.div,{role:"group","aria-labelledby":a,...o,ref:t})})}).displayName=GROUP_NAME,LABEL_NAME="SelectLabel",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=useSelectGroupContext(LABEL_NAME,n);return jsxRuntime.jsx(Primitive$3.div,{id:a.id,...o,ref:t})}).displayName=LABEL_NAME,ITEM_NAME="SelectItem";var[SelectItemContextProvider,useSelectItemContext]=createSelectContext(ITEM_NAME);SelectItem$1=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,value:o,disabled:a=!1,textValue:r,...s}=e,i=useSelectContext(ITEM_NAME,n),c=useSelectContentContext(ITEM_NAME,n),l=i.value===o,[u,d]=React__namespace.useState(r??""),[p,m]=React__namespace.useState(!1),g=useComposedRefs(t,e=>c.itemRefCallback?.(e,o,a)),_=useId(),f=React__namespace.useRef("touch"),h=()=>{a||(i.onValueChange(o),i.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 jsxRuntime.jsx(SelectItemContextProvider,{scope:n,value:o,disabled:a,textId:_,isSelected:l,onItemTextChange:React__namespace.useCallback(e=>{d(t=>t||(e?.textContent??"").trim())},[]),children:jsxRuntime.jsx(Collection.ItemSlot,{scope:n,value:o,disabled:a,textValue:u,children:jsxRuntime.jsx(Primitive$3.div,{role:"option","aria-labelledby":_,"data-highlighted":p?"":void 0,"aria-selected":l&&p,"data-state":l?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...s,ref:g,onFocus:composeEventHandlers(s.onFocus,()=>m(!0)),onBlur:composeEventHandlers(s.onBlur,()=>m(!1)),onClick:composeEventHandlers(s.onClick,()=>{"mouse"!==f.current&&h()}),onPointerUp:composeEventHandlers(s.onPointerUp,()=>{"mouse"===f.current&&h()}),onPointerDown:composeEventHandlers(s.onPointerDown,e=>{f.current=e.pointerType}),onPointerMove:composeEventHandlers(s.onPointerMove,e=>{f.current=e.pointerType,a?c.onItemLeave?.():"mouse"===f.current&&e.currentTarget.focus({preventScroll:!0})}),onPointerLeave:composeEventHandlers(s.onPointerLeave,e=>{e.currentTarget===document.activeElement&&c.onItemLeave?.()}),onKeyDown:composeEventHandlers(s.onKeyDown,e=>{""!==c.searchRef?.current&&" "===e.key||(SELECTION_KEYS.includes(e.key)&&h()," "===e.key&&e.preventDefault())})})})})}),SelectItem$1.displayName=ITEM_NAME,ITEM_TEXT_NAME="SelectItemText",SelectItemText$1=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,className:o,style:a,...r}=e,s=useSelectContext(ITEM_TEXT_NAME,n),i=useSelectContentContext(ITEM_TEXT_NAME,n),c=useSelectItemContext(ITEM_TEXT_NAME,n),l=useSelectNativeOptionsContext(ITEM_TEXT_NAME,n),[u,d]=React__namespace.useState(null),p=useComposedRefs(t,e=>d(e),c.onItemTextChange,e=>i.itemTextRefCallback?.(e,c.value,c.disabled)),m=u?.textContent,g=React__namespace.useMemo(()=>jsxRuntime.jsx("option",{value:c.value,disabled:c.disabled,children:m},c.value),[c.disabled,c.value,m]),{onNativeOptionAdd:_,onNativeOptionRemove:f}=l;return useLayoutEffect2(()=>(_(g),()=>f(g)),[_,f,g]),jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Primitive$3.span,{id:c.textId,...r,ref:p}),c.isSelected&&s.valueNode&&!s.valueNodeHasChildren?ReactDOM__namespace.createPortal(r.children,s.valueNode):null]})}),SelectItemText$1.displayName=ITEM_TEXT_NAME,ITEM_INDICATOR_NAME="SelectItemIndicator",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return useSelectItemContext(ITEM_INDICATOR_NAME,n).isSelected?jsxRuntime.jsx(Primitive$3.span,{"aria-hidden":!0,...o,ref:t}):null}).displayName=ITEM_INDICATOR_NAME,SCROLL_UP_BUTTON_NAME="SelectScrollUpButton",React__namespace.forwardRef((e,t)=>{const n=useSelectContentContext(SCROLL_UP_BUTTON_NAME,e.__scopeSelect),o=useSelectViewportContext(SCROLL_UP_BUTTON_NAME,e.__scopeSelect),[a,r]=React__namespace.useState(!1),s=useComposedRefs(t,o.onScrollButtonChange);return useLayoutEffect2(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollTop>0;r(e)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),a?jsxRuntime.jsx(SelectScrollButtonImpl,{...e,ref:s,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop-t.offsetHeight)}}):null}).displayName=SCROLL_UP_BUTTON_NAME,SCROLL_DOWN_BUTTON_NAME="SelectScrollDownButton",React__namespace.forwardRef((e,t)=>{const n=useSelectContentContext(SCROLL_DOWN_BUTTON_NAME,e.__scopeSelect),o=useSelectViewportContext(SCROLL_DOWN_BUTTON_NAME,e.__scopeSelect),[a,r]=React__namespace.useState(!1),s=useComposedRefs(t,o.onScrollButtonChange);return useLayoutEffect2(()=>{if(n.viewport&&n.isPositioned){let e=function(){const e=t.scrollHeight-t.clientHeight,n=Math.ceil(t.scrollTop)<e;r(n)};const t=n.viewport;return e(),t.addEventListener("scroll",e),()=>t.removeEventListener("scroll",e)}},[n.viewport,n.isPositioned]),a?jsxRuntime.jsx(SelectScrollButtonImpl,{...e,ref:s,onAutoScroll:()=>{const{viewport:e,selectedItem:t}=n;e&&t&&(e.scrollTop=e.scrollTop+t.offsetHeight)}}):null}).displayName=SCROLL_DOWN_BUTTON_NAME,SelectScrollButtonImpl=React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:o,...a}=e,r=useSelectContentContext("SelectScrollButton",n),s=React__namespace.useRef(null),i=useCollection(n),c=React__namespace.useCallback(()=>{null!==s.current&&(window.clearInterval(s.current),s.current=null)},[]);return React__namespace.useEffect(()=>()=>c(),[c]),useLayoutEffect2(()=>{const e=i().find(e=>e.ref.current===document.activeElement);e?.ref.current?.scrollIntoView({block:"nearest"})},[i]),jsxRuntime.jsx(Primitive$3.div,{"aria-hidden":!0,...a,ref:t,style:{flexShrink:0,...a.style},onPointerDown:composeEventHandlers(a.onPointerDown,()=>{null===s.current&&(s.current=window.setInterval(o,50))}),onPointerMove:composeEventHandlers(a.onPointerMove,()=>{r.onItemLeave?.(),null===s.current&&(s.current=window.setInterval(o,50))}),onPointerLeave:composeEventHandlers(a.onPointerLeave,()=>{c()})})}),SEPARATOR_NAME="SelectSeparator",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e;return jsxRuntime.jsx(Primitive$3.div,{"aria-hidden":!0,...o,ref:t})}).displayName=SEPARATOR_NAME,ARROW_NAME$1="SelectArrow",React__namespace.forwardRef((e,t)=>{const{__scopeSelect:n,...o}=e,a=usePopperScope$1(n),r=useSelectContext(ARROW_NAME$1,n),s=useSelectContentContext(ARROW_NAME$1,n);return r.open&&"popper"===s.position?jsxRuntime.jsx(Arrow,{...a,...o,ref:t}):null}).displayName=ARROW_NAME$1,BUBBLE_INPUT_NAME$1="SelectBubbleInput",(SelectBubbleInput=React__namespace.forwardRef(({__scopeSelect:e,value:t,...n},o)=>{const a=React__namespace.useRef(null),r=useComposedRefs(o,a),s=usePrevious(t);return React__namespace.useEffect(()=>{const e=a.current;if(!e)return;const n=window.HTMLSelectElement.prototype,o=Object.getOwnPropertyDescriptor(n,"value").set;if(s!==t&&o){const n=new Event("change",{bubbles:!0});o.call(e,t),e.dispatchEvent(n)}},[s,t]),jsxRuntime.jsx(Primitive$3.select,{...n,style:{...VISUALLY_HIDDEN_STYLES,...n.style},ref:r,defaultValue:t})})).displayName=BUBBLE_INPUT_NAME$1,Root2$1=Select$1,Trigger$2=SelectTrigger,Value=SelectValue,Icon=SelectIcon,Portal$1=SelectPortal,Content2$1=SelectContent,Viewport=SelectViewport,Item=SelectItem$1,ItemText=SelectItemText$1,styles$5_trigger="Select-modules_trigger__dS9Dx",styles$5_icon="Select-modules_icon__sgRRc",styles$5_startIcon="Select-modules_startIcon__kohMV",styles$5_value="Select-modules_value__h6Q4Z",styles$5_content="Select-modules_content__YuAqS",styles$5_item="Select-modules_item__cTAIm";const Select=React.forwardRef(({children:e,cssClass:t="",sideOffset:n=4,position:o="popper",disabled:a=!1,value:r="",id:s,icon:i=null,placeholder:c="",portalContainer:l=document.body,contentClassName:u="",contentProps:d={},...p},m)=>React.createElement(Root2$1,{value:r||void 0,disabled:a,...p},React.createElement(Trigger$2,{id:s,ref:m,className:cn(styles$5_trigger,t,"demio-ui-select-trigger")},i&&React.createElement("span",{className:cn(styles$5_startIcon,"demio-ui-select-start-icon")},i),React.createElement("span",{className:cn(styles$5_value,"demio-ui-select-value")},React.createElement(Value,{placeholder:r||c})),React.createElement(Icon,{className:cn(styles$5_icon,"demio-ui-select-icon")},React.createElement(SvgKeyboardArrowDown,null))),React.createElement(Portal$1,{container:l},React.createElement(Content2$1,{position:o,className:cn("demio-ui-select-content",styles$5_content,u),...d,sideOffset:n},React.createElement(Viewport,null,React.createElement(Viewport,null,e)))))),SelectItem=React.forwardRef(({children:e,className:t,disabled:n=!1,...o},a)=>React.createElement(Item,{...o,ref:a,className:cn(styles$5_item,"demio-ui-select-item",t),disabled:n},e)),SelectItemText=ItemText;SWITCH_NAME="Switch";var[createSwitchContext]=createContextScope$2(SWITCH_NAME),[SwitchProvider,useSwitchContext]=createSwitchContext(SWITCH_NAME);Switch$1=React__namespace.forwardRef((e,t)=>{const{__scopeSwitch:n,name:o,checked:a,defaultChecked:r,required:s,disabled:i,value:c="on",onCheckedChange:l,form:u,...d}=e,[p,m]=React__namespace.useState(null),g=useComposedRefs(t,e=>m(e)),_=React__namespace.useRef(!1),f=!p||(u||!!p.closest("form")),[h,v]=useControllableState({prop:a,defaultProp:r??!1,onChange:l,caller:SWITCH_NAME});return jsxRuntime.jsxs(SwitchProvider,{scope:n,checked:h,disabled:i,children:[jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"switch","aria-checked":h,"aria-required":s,"data-state":getState(h),"data-disabled":i?"":void 0,disabled:i,value:c,...d,ref:g,onClick:composeEventHandlers(e.onClick,e=>{v(e=>!e),f&&(_.current=e.isPropagationStopped(),_.current||e.stopPropagation())})}),f&&jsxRuntime.jsx(SwitchBubbleInput,{control:p,bubbles:!_.current,name:o,value:c,checked:h,required:s,disabled:i,form:u,style:{transform:"translateX(-100%)"}})]})}),Switch$1.displayName=SWITCH_NAME,THUMB_NAME="SwitchThumb",(SwitchThumb=React__namespace.forwardRef((e,t)=>{const{__scopeSwitch:n,...o}=e,a=useSwitchContext(THUMB_NAME,n);return jsxRuntime.jsx(Primitive$3.span,{"data-state":getState(a.checked),"data-disabled":a.disabled?"":void 0,...o,ref:t})})).displayName=THUMB_NAME,BUBBLE_INPUT_NAME="SwitchBubbleInput",(SwitchBubbleInput=React__namespace.forwardRef(({__scopeSwitch:e,control:t,checked:n,bubbles:o=!0,...a},r)=>{const s=React__namespace.useRef(null),i=useComposedRefs(s,r),c=usePrevious(n),l=useSize(t);return React__namespace.useEffect(()=>{const e=s.current;if(!e)return;const t=window.HTMLInputElement.prototype,a=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&a){const t=new Event("click",{bubbles:o});a.call(e,n),e.dispatchEvent(t)}},[c,n,o]),jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:i,style:{...a.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})})).displayName=BUBBLE_INPUT_NAME,Root=Switch$1,Thumb=SwitchThumb,styles$4_root="Switch-modules_root__V5S6a",styles$4_thumb="Switch-modules_thumb__PZ-lR",TABS_NAME="Tabs";var[createTabsContext]=createContextScope$2(TABS_NAME,[createRovingFocusGroupScope]);useRovingFocusGroupScope=createRovingFocusGroupScope();var[TabsProvider,useTabsContext]=createTabsContext(TABS_NAME);(Tabs=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,onValueChange:a,defaultValue:r,orientation:s="horizontal",dir:i,activationMode:c="automatic",...l}=e,u=useDirection(i),[d,p]=useControllableState({prop:o,onChange:a,defaultProp:r??"",caller:TABS_NAME});return jsxRuntime.jsx(TabsProvider,{scope:n,baseId:useId(),value:d,onValueChange:p,orientation:s,dir:u,activationMode:c,children:jsxRuntime.jsx(Primitive$3.div,{dir:u,"data-orientation":s,...l,ref:t})})})).displayName=TABS_NAME,TAB_LIST_NAME="TabsList",(TabsList$1=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,loop:o=!0,...a}=e,r=useTabsContext(TAB_LIST_NAME,n),s=useRovingFocusGroupScope(n);return jsxRuntime.jsx(Root$3,{asChild:!0,...s,orientation:r.orientation,dir:r.dir,loop:o,children:jsxRuntime.jsx(Primitive$3.div,{role:"tablist","aria-orientation":r.orientation,...a,ref:t})})})).displayName=TAB_LIST_NAME,TRIGGER_NAME$1="TabsTrigger",(TabsTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,disabled:a=!1,...r}=e,s=useTabsContext(TRIGGER_NAME$1,n),i=useRovingFocusGroupScope(n),c=makeTriggerId(s.baseId,o),l=makeContentId(s.baseId,o),u=o===s.value;return jsxRuntime.jsx(Item$1,{asChild:!0,...i,focusable:!a,active:u,children:jsxRuntime.jsx(Primitive$3.button,{type:"button",role:"tab","aria-selected":u,"aria-controls":l,"data-state":u?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:c,...r,ref:t,onMouseDown:composeEventHandlers(e.onMouseDown,e=>{a||0!==e.button||!1!==e.ctrlKey?e.preventDefault():s.onValueChange(o)}),onKeyDown:composeEventHandlers(e.onKeyDown,e=>{[" ","Enter"].includes(e.key)&&s.onValueChange(o)}),onFocus:composeEventHandlers(e.onFocus,()=>{const e="manual"!==s.activationMode;u||a||!e||s.onValueChange(o)})})})})).displayName=TRIGGER_NAME$1,CONTENT_NAME$1="TabsContent",(TabsContent$1=React__namespace.forwardRef((e,t)=>{const{__scopeTabs:n,value:o,forceMount:a,children:r,...s}=e,i=useTabsContext(CONTENT_NAME$1,n),c=makeTriggerId(i.baseId,o),l=makeContentId(i.baseId,o),u=o===i.value,d=React__namespace.useRef(u);return React__namespace.useEffect(()=>{const e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),jsxRuntime.jsx(Presence,{present:a||u,children:({present:n})=>jsxRuntime.jsx(Primitive$3.div,{"data-state":u?"active":"inactive","data-orientation":i.orientation,role:"tabpanel","aria-labelledby":c,hidden:!n,id:l,tabIndex:0,...s,ref:t,style:{...e.style,animationDuration:d.current?"0s":void 0},children:n&&r})})})).displayName=CONTENT_NAME$1,Root2=Tabs,List=TabsList$1,Trigger$1=TabsTrigger,Content=TabsContent$1,styles$3_root="Tabs-modules_root__TvYE1",styles$3_list="Tabs-modules_list__G3KVd",styles$3_tab="Tabs-modules_tab__-FuG6",styles$3_content="Tabs-modules_content__X0OLh",styles$2_default="Tag-modules_default__A5rGa",styles$2_deleteButton="Tag-modules_deleteButton__HzjLp";var[createTooltipContext]=createContextScope$2("Tooltip",[createPopperScope]);usePopperScope=createPopperScope(),PROVIDER_NAME="TooltipProvider",DEFAULT_DELAY_DURATION=700,TOOLTIP_OPEN="tooltip.open";var[TooltipProviderContextProvider,useTooltipProviderContext]=createTooltipContext(PROVIDER_NAME);(TooltipProvider=e=>{const{__scopeTooltip:t,delayDuration:n=DEFAULT_DELAY_DURATION,skipDelayDuration:o=300,disableHoverableContent:a=!1,children:r}=e,s=React__namespace.useRef(!0),i=React__namespace.useRef(!1),c=React__namespace.useRef(0);return React__namespace.useEffect(()=>{const e=c.current;return()=>window.clearTimeout(e)},[]),jsxRuntime.jsx(TooltipProviderContextProvider,{scope:t,isOpenDelayedRef:s,delayDuration:n,onOpen:React__namespace.useCallback(()=>{window.clearTimeout(c.current),s.current=!1},[]),onClose:React__namespace.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(()=>s.current=!0,o)},[o]),isPointerInTransitRef:i,onPointerInTransitChange:React__namespace.useCallback(e=>{i.current=e},[]),disableHoverableContent:a,children:r})}).displayName=PROVIDER_NAME,TOOLTIP_NAME="Tooltip";var[TooltipContextProvider,useTooltipContext]=createTooltipContext(TOOLTIP_NAME);(Tooltip$1=e=>{const{__scopeTooltip:t,children:n,open:o,defaultOpen:a,onOpenChange:r,disableHoverableContent:s,delayDuration:i}=e,c=useTooltipProviderContext(TOOLTIP_NAME,e.__scopeTooltip),l=usePopperScope(t),[u,d]=React__namespace.useState(null),p=useId(),m=React__namespace.useRef(0),g=s??c.disableHoverableContent,_=i??c.delayDuration,f=React__namespace.useRef(!1),[h,v]=useControllableState({prop:o,defaultProp:a??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN))):c.onClose(),r?.(e)},caller:TOOLTIP_NAME}),b=React__namespace.useMemo(()=>h?f.current?"delayed-open":"instant-open":"closed",[h]),R=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=0,f.current=!1,v(!0)},[v]),x=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=0,v(!1)},[v]),y=React__namespace.useCallback(()=>{window.clearTimeout(m.current),m.current=window.setTimeout(()=>{f.current=!0,v(!0),m.current=0},_)},[_,v]);return React__namespace.useEffect(()=>()=>{m.current&&(window.clearTimeout(m.current),m.current=0)},[]),jsxRuntime.jsx(Root2$5,{...l,children:jsxRuntime.jsx(TooltipContextProvider,{scope:t,contentId:p,open:h,stateAttribute:b,trigger:u,onTriggerChange:d,onTriggerEnter:React__namespace.useCallback(()=>{c.isOpenDelayedRef.current?y():R()},[c.isOpenDelayedRef,y,R]),onTriggerLeave:React__namespace.useCallback(()=>{g?x():(window.clearTimeout(m.current),m.current=0)},[x,g]),onOpen:R,onClose:x,disableHoverableContent:g,children:n})})}).displayName=TOOLTIP_NAME,TRIGGER_NAME="TooltipTrigger",(TooltipTrigger=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,a=useTooltipContext(TRIGGER_NAME,n),r=useTooltipProviderContext(TRIGGER_NAME,n),s=usePopperScope(n),i=useComposedRefs(t,React__namespace.useRef(null),a.onTriggerChange),c=React__namespace.useRef(!1),l=React__namespace.useRef(!1),u=React__namespace.useCallback(()=>c.current=!1,[]);return React__namespace.useEffect(()=>()=>document.removeEventListener("pointerup",u),[u]),jsxRuntime.jsx(Anchor,{asChild:!0,...s,children:jsxRuntime.jsx(Primitive$3.button,{"aria-describedby":a.open?a.contentId:void 0,"data-state":a.stateAttribute,...o,ref:i,onPointerMove:composeEventHandlers(e.onPointerMove,e=>{"touch"!==e.pointerType&&(l.current||r.isPointerInTransitRef.current||(a.onTriggerEnter(),l.current=!0))}),onPointerLeave:composeEventHandlers(e.onPointerLeave,()=>{a.onTriggerLeave(),l.current=!1}),onPointerDown:composeEventHandlers(e.onPointerDown,()=>{a.open&&a.onClose(),c.current=!0,document.addEventListener("pointerup",u,{once:!0})}),onFocus:composeEventHandlers(e.onFocus,()=>{c.current||a.onOpen()}),onBlur:composeEventHandlers(e.onBlur,a.onClose),onClick:composeEventHandlers(e.onClick,a.onClose)})})})).displayName=TRIGGER_NAME,PORTAL_NAME="TooltipPortal";var[PortalProvider,usePortalContext]=createTooltipContext(PORTAL_NAME,{forceMount:void 0});(TooltipPortal=e=>{const{__scopeTooltip:t,forceMount:n,children:o,container:a}=e,r=useTooltipContext(PORTAL_NAME,t);return jsxRuntime.jsx(PortalProvider,{scope:t,forceMount:n,children:jsxRuntime.jsx(Presence,{present:n||r.open,children:jsxRuntime.jsx(Portal$5,{asChild:!0,container:a,children:o})})})}).displayName=PORTAL_NAME,CONTENT_NAME="TooltipContent",TooltipContent=React__namespace.forwardRef((e,t)=>{const n=usePortalContext(CONTENT_NAME,e.__scopeTooltip),{forceMount:o=n.forceMount,side:a="top",...r}=e,s=useTooltipContext(CONTENT_NAME,e.__scopeTooltip);return jsxRuntime.jsx(Presence,{present:o||s.open,children:s.disableHoverableContent?jsxRuntime.jsx(TooltipContentImpl,{side:a,...r,ref:t}):jsxRuntime.jsx(TooltipContentHoverable,{side:a,...r,ref:t})})}),TooltipContentHoverable=React__namespace.forwardRef((e,t)=>{const n=useTooltipContext(CONTENT_NAME,e.__scopeTooltip),o=useTooltipProviderContext(CONTENT_NAME,e.__scopeTooltip),a=React__namespace.useRef(null),r=useComposedRefs(t,a),[s,i]=React__namespace.useState(null),{trigger:c,onClose:l}=n,u=a.current,{onPointerInTransitChange:d}=o,p=React__namespace.useCallback(()=>{i(null),d(!1)},[d]),m=React__namespace.useCallback((e,t)=>{const n=e.currentTarget,o={x:e.clientX,y:e.clientY},a=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),a=Math.abs(t.right-e.x),r=Math.abs(t.left-e.x);switch(Math.min(n,o,a,r)){case r:return"left";case a:return"right";case n:return"top";case o:return"bottom";default:throw new Error("unreachable")}}(o,n.getBoundingClientRect())),r=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)}([...a,...function(e){const{top:t,right:n,bottom:o,left:a}=e;return[{x:a,y:t},{x:n,y:t},{x:n,y:o},{x:a,y:o}]}(t.getBoundingClientRect())]);i(r),d(!0)},[d]);return React__namespace.useEffect(()=>()=>p(),[p]),React__namespace.useEffect(()=>{if(c&&u){const e=e=>m(e,u),t=e=>m(e,c);return c.addEventListener("pointerleave",e),u.addEventListener("pointerleave",t),()=>{c.removeEventListener("pointerleave",e),u.removeEventListener("pointerleave",t)}}},[c,u,m,p]),React__namespace.useEffect(()=>{if(s){const e=e=>{const t=e.target,n={x:e.clientX,y:e.clientY},o=c?.contains(t)||u?.contains(t),a=!function(e,t){const{x:n,y:o}=e;let a=!1;for(let r=0,s=t.length-1;r<t.length;s=r++){const e=t[r],i=t[s],c=e.x,l=e.y,u=i.x,d=i.y;l>o!=d>o&&n<(u-c)*(o-l)/(d-l)+c&&(a=!a)}return a}(n,s);o?p():a&&(p(),l())};return document.addEventListener("pointermove",e),()=>document.removeEventListener("pointermove",e)}},[c,u,s,l,p]),jsxRuntime.jsx(TooltipContentImpl,{...e,ref:r})});var[VisuallyHiddenContentContextProvider,useVisuallyHiddenContentContext]=createTooltipContext(TOOLTIP_NAME,{isInside:!1});Slottable=createSlottable("TooltipContent"),TooltipContentImpl=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,children:o,"aria-label":a,onEscapeKeyDown:r,onPointerDownOutside:s,...i}=e,c=useTooltipContext(CONTENT_NAME,n),l=usePopperScope(n),{onClose:u}=c;return React__namespace.useEffect(()=>(document.addEventListener(TOOLTIP_OPEN,u),()=>document.removeEventListener(TOOLTIP_OPEN,u)),[u]),React__namespace.useEffect(()=>{if(c.trigger){const e=e=>{const t=e.target;t?.contains(c.trigger)&&u()};return window.addEventListener("scroll",e,{capture:!0}),()=>window.removeEventListener("scroll",e,{capture:!0})}},[c.trigger,u]),jsxRuntime.jsx(DismissableLayer,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:r,onPointerDownOutside:s,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:jsxRuntime.jsxs(Content$1,{"data-state":c.stateAttribute,...l,...i,ref:t,style:{...i.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:[jsxRuntime.jsx(Slottable,{children:o}),jsxRuntime.jsx(VisuallyHiddenContentContextProvider,{scope:n,isInside:!0,children:jsxRuntime.jsx(Root$1,{id:c.contentId,role:"tooltip",children:a||o})})]})})}),TooltipContent.displayName=CONTENT_NAME,ARROW_NAME="TooltipArrow",(TooltipArrow=React__namespace.forwardRef((e,t)=>{const{__scopeTooltip:n,...o}=e,a=usePopperScope(n);return useVisuallyHiddenContentContext(ARROW_NAME,n).isInside?null:jsxRuntime.jsx(Arrow,{...a,...o,ref:t})})).displayName=ARROW_NAME,Provider=TooltipProvider,Root3=Tooltip$1,Trigger=TooltipTrigger,Portal=TooltipPortal,Content2=TooltipContent,Arrow2=TooltipArrow,styles$1_content="Tooltip-modules_content__--tK0",styles$1_tooltipTrigger="Tooltip-modules_tooltipTrigger__-SmeR",styles$1_arrow="Tooltip-modules_arrow__4vjj8",styles={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 variantMapper={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"};style$2_triggerButton="UploadMenu-modules_triggerButton__TnM4-",style$2_triggerButtonIcon="UploadMenu-modules_triggerButtonIcon__j-eLU",style$2_menuContent="UploadMenu-modules_menuContent__hPJib",style$2_menuItem="UploadMenu-modules_menuItem__XOxMt",style$2_menuItemDisabled="UploadMenu-modules_menuItemDisabled__QmNk4";const DEFAULT_SIDE_OFFSET=4,UploadMenu=React.memo(e=>{const{align:t="end",isOpen:n=!1,menu:o=[],onInteractOutside:a,onOpen:r,portalContainer:s,sideOffset:i=DEFAULT_SIDE_OFFSET,triggerButton:c=null,triggerButtonClass:l=""}=e,[u,d]=React.useState(n||!1),p=Boolean(c),m=o.filter(e=>Boolean(e)&&Boolean(e?.text||e?.icon)),g=Boolean(m.length);return React.useEffect(()=>{d(n)},[n]),React.createElement("div",{className:cn("demio-ui-upload-menu"),"data-testid":"upload-menu"},g&&React.createElement(DropdownMenuRoot,{open:u,onOpenChange:e=>{d(e),r&&r(e)}},React.createElement(DropdownMenuTrigger,{className:cn("demio-ui-upload-menu-trigger-button",style$2_triggerButton,l),"data-testid":"upload-menu-trigger-button"},p&&c,!p&&React.createElement(SvgDots,{className:cn("demio-ui-upload-menu-default-trigger-button",style$2_triggerButtonIcon),"data-testid":"upload-menu-default-trigger-button",width:16})),React.createElement(DropdownMenuPortal,{container:s instanceof Element?s:void 0},React.createElement(DropdownMenuContent,{align:t,className:cn("demio-ui-upload-menu-content",style$2_menuContent),"data-testid":"upload-menu-content",onInteractOutside:e=>{e?.preventDefault(),d(!1),a?.()},sideOffset:i},m.map(({className:e,icon:t,isDisabled:n,text:o},a)=>React.createElement(DropdownMenuItem,{className:cn("demio-ui-upload-menu-item",style$2_menuItem,{[style$2_menuItemDisabled]:n},e),"data-testid":`upload-menu-item-${a}`,disabled:n,key:`upload-menu-item-key-${a}`,onSelect:n?void 0:e=>((e,t)=>{m[t]&&m[t].onSelect&&m[t].onSelect(e,{itemNumber:t})})(e,a)},t,o))))))});style$1_root="UploadProgressPreview-modules_root__9StJo",style$1_image="UploadProgressPreview-modules_image__OMRPt",style$1_row="UploadProgressPreview-modules_row__KkHVU",style$1_iconContainer="UploadProgressPreview-modules_iconContainer__Ktq69",style$1_icon="UploadProgressPreview-modules_icon__z5MfW",style$1_percent="UploadProgressPreview-modules_percent__VVNJt",style$1_fileData="UploadProgressPreview-modules_fileData__hhid5",style$1_isUploadMode="UploadProgressPreview-modules_isUploadMode__M13Qp",style$1_noMenu="UploadProgressPreview-modules_noMenu__Kyn3S",style$1_fileName="UploadProgressPreview-modules_fileName__i-Dl-",style$1_duration="UploadProgressPreview-modules_duration__HRRaa";const UploadProgressPreview=React.memo(({className:e="",fileName:t="",fileInfo:n="",imageSrc:o="",imageTitle:a="",isUpload:r=!1,menu:s=[],percent:i})=>{const c=Boolean(s.length),l=r||"number"==typeof i&&i<100,u=s.filter(e=>e?.isPreviewOnly),d=s.filter(e=>e?.isProgressOnly);return React.createElement("div",{className:cn("demio-ui-upload-progress-preview",style$1_root,e),"data-testid":"upload-progress-preview"},o&&!l&&React.createElement("img",{alt:a,className:cn("demio-ui-upload-progress-preview-image",style$1_image),"data-testid":"upload-progress-preview-image",title:a,src:o}),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-row",style$1_row),"data-testid":"upload-progress-preview-row"},l&&React.createElement(React.Fragment,null,React.createElement("div",{className:cn("demio-ui-upload-progress-preview-progress-icon-container",style$1_iconContainer),"data-testid":"upload-progress-preview-progress-icon-container"},React.createElement(SvgProgress,{className:cn("demio-ui-upload-progress-preview-progress-icon",style$1_icon),"data-testid":"upload-progress-preview-progress-icon"})),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-progress-percentage",style$1_percent),"data-testid":"upload-progress-preview-progress-percentage"},i,"%")),React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-data",style$1_fileData,{[style$1_noMenu]:!c,[style$1_isUploadMode]:l}),"data-testid":"upload-progress-preview-file-data"},t&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-name",style$1_fileName),"data-testid":"upload-progress-preview-file-name"},t),n&&!l&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-file-info",style$1_duration),"data-testid":"upload-progress-preview-file-info"},n)),c&&React.createElement("div",{className:cn("demio-ui-upload-progress-preview-menu",{isProgressOnly:l,isPreviewOnly:!l}),"data-testid":"upload-progress-preview-menu"},React.createElement(UploadMenu,{menu:l?d:u}))))});style_root="Upload-modules_root__DE-cj",style_croppedImageContainer="Upload-modules_croppedImageContainer__tPNFg",style_croppedImageWrapper="Upload-modules_croppedImageWrapper__H1aDd",style_croppedImage="Upload-modules_croppedImage__5pBYs",style_uploadLabel="Upload-modules_uploadLabel__aWGAb",style_uploadInput="Upload-modules_uploadInput__Bq7Fp",style_icon="Upload-modules_icon__pmGlQ",style_header="Upload-modules_header__adz5V",style_text="Upload-modules_text__PS7SI",style_uploadTextFormat="Upload-modules_uploadTextFormat__IGVKt",style_modalContent="Upload-modules_modalContent__tfbd6",style_modalBody="Upload-modules_modalBody__q-3hj",style_modalFooter="Upload-modules_modalFooter__jFAuB";const Upload=React.forwardRef((e,t)=>{const{acceptableFileTypes:n="",children:o=null,className:a="",customIcon:r=null,customHeader:s="Upload Media",customText:i=null,cropAspectRatio:c=1,error:l="",fileSizeMbLimit:u=3,minHeightLimit:d=0,minWidthLimit:p=0,errorDimension:m=`Minimum required dimensions are ${p}x${d}.`,errorSize:g=`Exceeds maximum size limit of ${u} MB.`,errorType:_="File type is not supported.",isCropAllowed:f=!1,isDimensionValidationEnabled:h=!0,isSizeValidationEnabled:v=!0,isValidationEnabled:b=!0,menu:R=[],onUpload:x,onCropCancel:y,onCropOk:C,onCropComplete:S,onCropChange:E,onDrop:I,onReadFileError:w,onReadFileProgress:A,onReadFileStart:$,onReadFileSuccess:M,onZoomChange:N,previewFileInfo:T="",previewFileName:O="",previewImage:P="",previewImageTitle:D="",uploadPercent:L}=e,[j,B]=React.useState(null),[G,V]=React.useState(""),[k,F]=React.useState(!1),[H,W]=React.useState(!1),[z,X]=React.useState(""),[q,Z]=React.useState(null),[U,Y]=React.useState(void 0),{croppedImageURL:J}=useCroppedImage(G,j),{validate:K}=useFileValidation({acceptableFileTypes:n,fileSizeMbLimit:u,isDimensionValidationEnabled:h,isSizeValidationEnabled:v,isValidationEnabled:b,minHeightLimit:d,minWidthLimit:p}),Q="number"==typeof U,ee=n.replaceAll(",","").toLowerCase()||"",te=q?.name||"",ne=Boolean(J),oe=isImage(q),ae=n&&n.length>0,re=async(e=null)=>{if(!(e instanceof File))return;const t=await(async e=>{const t=URL.createObjectURL(e)||"",{isFileValid:n,isFileDimensionValid:o,isFileSizeValid:a,isFileTypeValid:r}=await K(e);n?(V(t),Z(e)):ie();const s=(ae&&!r?_:"")||(v&&!a?g:"")||(h&&!o?m:"");return Y(s?void 0:0),X(b&&!n&&s||l),n})(e);if(t){x?.(e);try{const t=new FileReader;$?.(e),t.onprogress=t=>{if(t.lengthComputable){const n=Math.floor(Number(t.loaded/t.total*100));A?.(n,e)}},t.onload=()=>{M?.(t.result,e)},t.onerror=()=>{Y(void 0),w?.(t.error,e)},t.readAsDataURL(e)}catch(l){X("Something went wrong while reading File"),Y(void 0),w?.(l,e)}}},se=()=>{V(""),F(!1),W(!1),X(""),Z(null),Y(void 0)},ie=()=>{se(),y&&y()},ce=R.filter(e=>Boolean(e)).map((e,t)=>({...e,onSelect:e=>((e,t)=>{R[t]&&("cancel"===R[t].action?.toLowerCase()&&se(),R[t].onSelect&&R[t].onSelect(e,{itemNumber:t,croppedImageURL:J,setFileUrl:V,cancelUpload:se}))})(e,t)})),le=ce.filter(e=>e.isPreviewOnly||e.isProgressOnly),ue=ce.filter(e=>!(e.isProgressOnly||e.isPreviewOnly));return React.useImperativeHandle(t,()=>({cancelUpload:se,setUploadProgress:Y,setUploadError:X})),React.useEffect(()=>{f&&oe&&W(!0)},[f,oe]),React.useEffect(()=>{ne||Z(null)},[ne]),React.useEffect(()=>{H||F(ne)},[ne,H]),React.useEffect(()=>{X(l)},[l]),React.useEffect(()=>{Y(L)},[L]),React.useEffect(()=>{se()},[n,u]),React.createElement("div",{className:cn("demio-ui-upload-root",style_root,a),"data-testid":"upload-root"},z&&React.createElement(Note,{children:z}),Q&&React.createElement(UploadProgressPreview,{fileName:te||O,fileInfo:T,imageSrc:P,imageTitle:D,menu:le,percent:U}),!Q&&React.createElement(DnDArea,{...e,error:z,isValidationEnabled:!1,onDrop:async(e,t)=>{await re(t),I&&I(e,t)}},k&&React.createElement("div",{className:cn("demio-ui-upload-cropped-image-container",style_croppedImageContainer),"data-testid":"upload-cropped-image-container"},React.createElement("div",{className:cn("demio-ui-upload-cropped-image-wrapper",style_croppedImageWrapper),"data-testid":"upload-cropped-image-wrapper"},React.createElement("img",{alt:"Cropped image",className:cn("demio-ui-upload-cropped-image",style_croppedImage),"data-testid":"upload-cropped-image",src:J})),React.createElement("div",{className:cn("demio-ui-upload-menu"),"data-testid":"upload-menu"},React.createElement(UploadMenu,{menu:ue}))),!k&&React.createElement("label",{className:cn("demio-ui-upload-label",style_uploadLabel),"data-testid":"upload-label",htmlFor:"file"},React.createElement("input",{accept:n,className:cn("demio-ui-upload-input",style_uploadInput),"data-testid":"upload-input",id:"file",name:"file",onChange:async e=>{const t=e?.target?.files?.[0]||null;await re(t)},type:"file"}),o,!o&&React.createElement(React.Fragment,null,r||React.createElement(SvgPlus,{className:cn("demio-ui-upload-icon",style_icon),"data-testid":"upload-icon"}),s&&React.createElement("div",{className:cn("demio-ui-upload-header",style_header),"data-testid":"upload-header"},s),React.createElement("div",{className:cn("demio-ui-upload-text",style_text),"data-testid":"upload-text"},i||React.createElement(React.Fragment,null,React.createElement("strong",{className:cn("demio-ui-upload-text-format",style_uploadTextFormat),"data-testid":"upload-text-format"},ee)," ","up to ",React.createElement("strong",null,u," MB")))))),H&&oe&&f&&React.createElement(Modal,{contentClassName:style_modalContent,open:!0,isClosable:!1,onOpenChange:()=>W(!1),title:"Crop & Upload Profile Picture"},React.createElement("div",{className:cn("demio-ui-upload-crop-modal-body",style_modalBody),"data-testid":"upload-crop-modal-body"},!!G&&React.createElement(Crop,{aspect:c,image:G,onCropChange:E,onCropComplete:(e,t)=>{B(t),S&&S(e,t)},onZoomChange:N})),React.createElement("div",{className:cn("demio-ui-upload-crop-modal-footer",style_modalFooter),"data-testid":"upload-crop-modal-footer"},React.createElement(Button$1,{className:"demio-ui-upload-crop-modal-btn-cancel","data-testid":"upload-crop-modal-btn-cancel",onClick:ie,variant:"secondary"},"no, never mind"),React.createElement(Button$1,{className:"demio-ui-upload-crop-modal-btn-ok","data-testid":"upload-crop-modal-btn-ok",onClick:()=>{F(!0),W(!1),C&&C(J)}},"crop image"))))});exports.AddIcon=SvgAdd,exports.Alert=function({className:e="",open:t,actionText:n="OK",onActionClick:o,cancelText:a="Cancel",onCancelClick:r,title:s,description:i="",showLoader:c=!1,isOkDisabled:l=!1,actionButtonType:u="danger",maxWidth:d="540px",onClose:p,isCloseButtonVisible:m=!0,...g}){return React.createElement(Root2$6,{open:t,...g},React.createElement(Portal2$1,null,React.createElement(Overlay2,{className:cn("demio-ui-alert__overlay",styles$p_overlay)}),React.createElement(Content2$5,{className:cn("demio-ui-alert",styles$p_content,e),style:{maxWidth:d}},m&&React.createElement("button",{className:cn("demio-ui-alert__close-button",styles$p_close),onClick:p||r,"data-testid":"close-button"},React.createElement(SvgClose,null)),React.createElement(Title2,{className:cn("demio-ui-alert__title",styles$p_title)},s),i&&React.createElement(Description2,{className:cn("demio-ui-alert__description",styles$p_description)},i),React.createElement("div",{className:cn("demio-ui-alert__action-buttons",styles$p_buttons)},React.createElement(Cancel,{asChild:!0},React.createElement(Button$1,{onClick:r,variant:"outline"},a)),React.createElement(Action,{asChild:!0},React.createElement(Button$1,{onClick:o,disabled:l,variant:u,showLoader:c},n))))))},exports.AlertIcon=SvgAlert,exports.ArrowDownIcon=SvgKeyboardArrowDown,exports.ArrowLeftDoubleIcon=SvgArrowLeftDouble,exports.ArrowLeftIcon=SvgArrowLeft,exports.ArrowLeftSingleIcon=SvgArrowLeftSingle,exports.AtIcon=SvgAt,exports.Avatar=({src:e="",size:t=32,userName:n="",alt:o="",className:a="",fallbackDelay:r=600})=>{const s=AVATAR_SIZES.includes(t)?styles$o[`size${t}`]:styles$o.size32,i=String(n).slice(0,1)||"";return React.createElement("div",{className:cn(s,"demio-ui-avatar",a)},React.createElement(Root$7,{className:cn(styles$o.avatarRoot,"demio-ui-avatar-root")},React.createElement(Image$1,{className:cn(styles$o.avatarImage,"demio-ui-avatar-image"),src:e,alt:o||`${n} profile picture`}),React.createElement(Fallback,{className:cn(styles$o.avatarFallback,"demio-ui-avatar-fallback"),delayMs:r},i||React.createElement(SvgPerson,null))))},exports.Badge=({className:e="",icon:t=null,children:n=null,variant:o="contained",color:a="green"})=>React.createElement("div",{className:cn(styles$n.badge,styles$n[o],styles$n[a],"demio-ui-badge",e)},t&&React.createElement("div",{className:cn(styles$n.icon,"demio-ui-badge-icon")},t),React.createElement("p",{className:cn(styles$n.title,"demio-ui-badge-title")},n)),exports.BarChartIcon=SvgBarChart,exports.BlockIcon=SvgBlock,exports.BlurOnIcon=SvgBlurOn,exports.Button=Button$1,exports.ButtonNew=Button,exports.CachedIcon=SvgCached,exports.CalendarIcon=SvgCalendar,exports.CameraIcon=SvgCamera,exports.CameraOutlinedIcon=SvgCameraOutlined,exports.Card=Card,exports.ChatDisabledIcon=SvgChatDisabled,exports.ChatDisabledOldIcon=SvgChatDisabledOld,exports.ChatIcon=SvgChatIcon,exports.CheckCircleIcon=SvgCheckCircle,exports.CheckCircleSolidIcon=SvgCheckCircleSolid,exports.CheckIcon=SvgCheck,exports.Checkbox=Checkbox,exports.CheckboxIcon=SvgCheckbox,exports.ClockIcon=SvgClock,exports.CloseIcon=SvgClose,exports.CompressIcon=SvgCompress,exports.CopyIcon=SvgCopy,exports.CopyLinkInput=({value:e="",className:t="",hint:n="Link copied to clipboard",id:o="copy-link-input",...a})=>{const[r,s]=React.useState(!1),i=React.useRef(null),c=React.useRef(null),l=React.useCallback(async()=>{await(async e=>{try{await navigator.clipboard.writeText(e)}catch(err){console.error("Could not copy text: ",err)}})(e),s(!0),i.current=setTimeout(()=>{s(!1)},2e3)},[e]);return React.useEffect(()=>()=>{i.current&&clearTimeout(i.current)},[]),React.createElement("div",{className:cn(styles$g_root,t)},React.createElement(Input$2,{className:styles$g_input,readOnly:!0,id:o,ref:c,value:e,hint:r?n:"",inputWrapperClass:styles$g_inputWrapper,endAdornment:React.createElement(CopyButton,{onCopy:l}),required:!0,onFocus:e=>{l(),a.onFocus&&a.onFocus(e)},...a}))},exports.Crop=Crop,exports.CustomizeIcon=SvgCustomize,exports.DeleteIcon=SvgDelete,exports.DnDArea=DnDArea,exports.DotsIcon=SvgDots,exports.DownloadAllIcon=SvgDownloadAll,exports.DownloadIcon=SvgDownload,exports.Drawer=({children:e=null,isOpen:t=!1,className:n="",isCloseButtonVisible:o=!0,header:a=null,toggleDrawer:r=()=>{},align:s="right",isClosable:i=!0})=>React.createElement(React.Fragment,null,t&&React.createElement("div",{className:cn(styles$e.drawer,"demio-ui-drawer",n)},React.createElement(Modal,{isClosable:i,open:t,overlayClassName:styles$e.overlay,contentClassName:cn(styles$e.content,{[styles$e.alignRight]:"right"===s,[styles$e.alignLeft]:"left"===s}),onOpenChange:r,isCloseButtonVisible:o},a&&React.createElement("div",{className:cn(styles$e.header,"demio-ui-drawer-header")},a),e&&React.createElement("div",{className:cn(styles$e.childrenWrapper,"demio-ui-drawer-children-wrapper")},e)))),exports.DropdownItem=({children:e,className:t="",isWarning:n=!1,isLabel:o=!1,disabled:a=!1,onSelect:r,...s})=>{const i=cn(styles$d_item,"demio-ui-dropdown-item",{[t]:t,[styles$d_warning]:n,"demio-ui-dropdown-label":o,[styles$d_label]:o});return o?React.createElement(Label2,{className:i,...s},e):React.createElement(Item2$1,{className:i,disabled:a,onSelect:r,...s},e)},exports.DropdownMenuContent=DropdownMenuContent,exports.DropdownMenuGroup=DropdownMenuGroup,exports.DropdownMenuItem=DropdownMenuItem,exports.DropdownMenuLabel=DropdownMenuLabel,exports.DropdownMenuPortal=DropdownMenuPortal,exports.DropdownMenuRoot=DropdownMenuRoot,exports.DropdownMenuSeparator=DropdownMenuSeparator,exports.DropdownMenuTrigger=DropdownMenuTrigger,exports.EditIcon=SvgEdit,exports.EditSectionIcon=SvgEditSection,exports.ElectricBoltIcon=SvgElectricBolt,exports.EmailIcon=SvgEmail,exports.EmptyBasketIcon=SvgEmptyBasket,exports.EventDetailsIcon=SvgEventDetails,exports.EventRepeatIcon=SvgEventRepeat,exports.ExclamationIcon=SvgExclamation,exports.ExpandIcon=SvgExpand,exports.ExternalLinkIcon=SvgExternalLink,exports.EyeSolidIcon=SvgEyeSolid,exports.FacebookIcon=SvgFacebook,exports.FacebookSquaredIcon=SvgFacebookSquared,exports.FeatureActionIcon=SvgFeatureAction,exports.FileIcon=SvgFile,exports.FilterListIcon=SvgFilterList,exports.FlipCameraIcon=SvgFlipCamera,exports.FormGroup=function({children:e,position:t="vertical",justify:n="start",alignItems:o="start",className:a}){return React.createElement("div",{className:cn("demio-ui-form-group",styles$c.formGroup,a,{[styles$c.horizontal]:"horizontal"===t,[styles$c.vertical]:"vertical"===t,[styles$c[n]]:!!n,[styles$c[`${o}AlignItems`]]:!!o})},e)},exports.GearIcon=SvgGear,exports.HelpIcon=SvgHelp,exports.HelpSolidIcon=SvgHelpSolid,exports.InfoBanner=({children:e=null,className:t="",icon:n=null,isIconVisible:o=!0,text:a=null,title:r=null})=>React.createElement("div",{className:cn(styles$b_infoBanner,"demio-ui-info-banner",t)},React.createElement("div",{className:cn(styles$b_infoBannerWrapper,"demio-ui-info-banner-wrapper")},o&&React.createElement("div",{className:cn(styles$b_iconWrapper,"demio-ui-info-banner-iconWrapper")},n||React.createElement(SvgRocket,null)),e||React.createElement("div",{className:cn(styles$b_contentWrapper,"demio-ui-info-banner-contentWrapper")},r&&React.createElement("span",{className:cn(styles$b_title,"demio-ui-info-banner-title")},r),a&&React.createElement("span",{className:"demio-ui-info-banner-text"},a)))),exports.InfoCircleIcon=SvgInfoCircle,exports.InfoCircleSolidIcon=SvgInfoCircleSolid,exports.InfoIcon=SvgInfo,exports.InfoSolidIcon=SvgInfo1,exports.Input=Input$2,exports.InputHint=InputHint,exports.InsightsIcon=SvgInsights,exports.ItemsIcon=SvgItems,exports.Label=Label$1,exports.LifebuoyIcon=SvgLifebuoy,exports.LinkedInIcon=SvgLinkedin,exports.LinkedInSquaredIcon=SvgLinkedinSquared,exports.ListIcon=SvgList,exports.Loader=Loader,exports.LocationIcon=SvgLocation,exports.LockIcon=SvgLock,exports.MagicIcon=SvgMagic,exports.MailIcon=SvgMail,exports.MaterialIcon=SvgMaterial,exports.MaterialsIcon=SvgMaterials,exports.MicBoldIcon=SvgMicBold,exports.MicOffIcon=SvgMicOff1,exports.MicOffSolidIcon=SvgMicOff,exports.MicOnSolidIcon=SvgMic1,exports.MicOutlinedIcon=SvgMicOutlined,exports.MobileDeviceIcon=SvgMobileDevice,exports.Modal=Modal,exports.ModalScrollable=ModalScrollable,exports.MoneyIcon=SvgMoney,exports.MultiSelect=MultiSelect,exports.Note=Note,exports.OnDemanIcon=SvgOnDemand,exports.OutStageIcon=SvgOutStage,exports.Pagination=Pagination,exports.PasswordEyeCrossedIcon=SvgPasswordEyeCrossed,exports.PasswordEyeIcon=SvgPasswordEye,exports.PastSessionIcon=SvgPastSession,exports.PeopleCommunityIcon=SvgPeopleCommunity,exports.PeopleIcon=SvgPeople,exports.Person=SvgPerson,exports.PersonCardIcon=SvgPersonCard,exports.PersonCheckIcon=SvgPersonCheck,exports.PersonCrossedIcon=SvgPersonCrossed,exports.PersonDeleteIcon=SvgPersonDelete,exports.PersonIcon=SvgPerson,exports.PersonPlusIcon=SvgPersonPlus,exports.PlayCircleIcon=SvgPlayCircle,exports.PlayIcon=SvgPlay,exports.PlusIcon=SvgPlus,exports.PollIcon=SvgPoll,exports.Popover=Popover,exports.PopoverContent=Content2$2,exports.PopoverPortal=Portal$2,exports.PopoverRoot=Root2$3,exports.PopoverTooltip=function({align:e="center",alignOffset:t=0,children:n,className:o="",collisionBoundary:a,container:r,content:s,side:i="top",sideOffset:c=4,...l}){return"ontouchstart"in window||navigator.maxTouchPoints>0?React.createElement(Popover,{content:s,contentProps:{side:i,align:e,sideOffset:c,alignOffset:t,collisionBoundary:a},...l,showArrow:!0,asChild:!0,container:r,contentClassName:cn(styles$1_content,o,"demio-ui-tooltip")},n):React.createElement(Tooltip,{align:e,alignOffset:t,children:n,className:o,collisionBoundary:a,container:r,content:s,side:i,sideOffset:c,...l})},exports.PopoverTrigger=Trigger$3,exports.PresentationIcon=SvgPresentation,exports.Progress=function({max:e=100,progress:t=0,className:n="",...o}){const a=t>e?"100%":t/e*100+"%";return React.createElement(Root$2,{className:cn("demio-ui-progress",styles$7_root,{className:!!n}),value:t>e?e:t,max:e,...o},React.createElement(Indicator$1,{className:styles$7_indicator,style:{width:a}}))},exports.ProgressIcon=SvgProgress,exports.ProtectionIcon=SvgProtection,exports.RadioGroup=function({items:e=[],error:t="",defaultValue:n="",ariaLabel:o="",hint:a="",onChange:r,disabled:s=!1,value:i="",className:c="",...l}){const u=r?{value:i,onValueChange:r}:{};return React.createElement(Root2$2,{...u,...l,className:cn("demio-ui-radio-group",styles$6.root,{[styles$6.error]:!!t,[c]:!!c}),defaultValue:n,"aria-label":o},e.map(e=>React.createElement("div",{key:e.id,className:cn(styles$6.container,{[styles$6.disabled]:e.disabled||s})},React.createElement(Item2,{className:styles$6.item,value:e.value,disabled:e.disabled||s,id:e.id},React.createElement(Indicator,{className:styles$6.indicator})),React.createElement(Label$1,{className:styles$6.label,htmlFor:e.id,weight:"regular"},e.label))),React.createElement("div",{className:styles$6.footer},t&&React.createElement(InputHint,{type:"error"},t),a&&!t&&React.createElement(InputHint,null,a)))},exports.RadioIcon=SvgRadio,exports.ReplaceIcon=SvgReplace,exports.ReplayDisabledIcon=SvgReplayDisabled,exports.RestartIcon=SvgRestart,exports.RestreamingDisabledIcon=SvgRestreamingDisabled,exports.RestreamingIcon=SvgRestreaming,exports.RocketIcon=SvgRocket,exports.ScreenPersonIcon=SvgScreenPerson,exports.ScreenShareIcon=SvgScreenSharing,exports.ScreenShareWindowIcon=SvgScreenScareWindows,exports.ScrollableModal=ModalScrollable,exports.SearchIcon=SvgSearch,exports.Select=Select,exports.SelectItem=SelectItem,exports.SelectItemText=SelectItemText,exports.SeriesTypeIcon=SvgSeriesType,exports.SessionTimeIcon=SvgSessionTime,exports.ShieldIcon=SvgShield,exports.SideBarIcon=SvgSidebar,exports.Slider=SliderDemo,exports.SmileIcon=SvgSmile,exports.SmileSolidIcon=SvgSmileSolid,exports.SpotlightIcon=SvgSpotlight,exports.StackedEmailIcon=SvgStackedEmail,exports.StageIcon=SvgStage,exports.StandardTypeIcon=SvgStandardType,exports.Switch=function({className:e="",id:t="",disabled:n=!1,required:o=!1,name:a,...r}){return React.createElement(Root,{className:cn(styles$4_root,"demio-ui-switch",{[e]:!!e}),disabled:n,required:o,name:a,id:t||a,...r},React.createElement(Thumb,{className:styles$4_thumb}))},exports.SyncIcon=SvgSync,exports.Tab=function({children:e,className:t="",...n}){return React.createElement(Trigger$1,{...n,className:cn(styles$3_tab,{[t]:t})},e)},exports.TabsContent=function({children:e,value:t,className:n=""}){return React.createElement(Content,{value:t,className:cn(styles$3_content,"demio-ui-tabs-tab",{[n]:n})},e)},exports.TabsList=function({children:e,className:t=""}){return React.createElement(List,{className:cn(styles$3_list,"demio-ui-tabs-list",{[t]:t})},e)},exports.TabsRoot=function({children:e,className:t="",...n}){return React.createElement(Root2,{...n,className:cn(styles$3_root,"demio-ui-tabs",{[t]:t})},e)},exports.Tag=function({children:e,onDelete:t=null,className:n=""}){return React.createElement("div",{className:cn(styles$2_default,"demio-ui-tag-container",n)},e,Boolean(t)&&React.createElement("button",{type:"button",onClick:t,className:cn(styles$2_deleteButton,"demio-ui-tag-delete-button")},React.createElement(SvgClose,null)))},exports.TimesCircleIcon=SvgTimesCircle,exports.Toast=Toast,exports.TodayIcon=SvgToday,exports.Tooltip=Tooltip,exports.TrashIcon=SvgTrash,exports.TrendingDownIcon=SvgTrendingDown,exports.TrendingUpIcon=SvgTrendingUp,exports.Typography=({tag:e="p",align:t="left",className:n="",children:o=null,emphasis:a="regular",title:r="",variant:s="b1",...i})=>{const c=e;return React.createElement(c,{title:r,className:cn(styles.default,styles[variantMapper[s]],styles[t],styles[a],"demio-ui-typography-element",`typography-${s}`,n),...i},o)},exports.UndoIcon=SvgUndo,exports.UnverifiedIcon=SvgUnverified,exports.UpcomingSessionIcon=SvgUpcomingSession,exports.Upload=Upload,exports.UploadIcon=SvgUpload,exports.UploadMenu=UploadMenu,exports.UploadProgressPreview=UploadProgressPreview,exports.VerifiedIcon=SvgVerified,exports.VideoCamOnIcon=SvgVideocam,exports.VideoCamOnSolidIcon=SvgVideocam1,exports.VolumeOffIcon=SvgVolumeOff1,exports.VolumeUpSolidIcon=SvgVolumeUp,exports.WarningIcon=SvgWarning,exports.WarningSolidIcon=SvgWarning1,exports.YoutubeIcon=SvgYoutube,exports.YoutubeSquaredIcon=SvgYoutubeSquared,exports.createImage=createImage,exports.getCroppedImageURL=getCroppedImageURL,exports.getFileExtension=getFileExtension,exports.getFileMimeType=getFileMimeType,exports.getRadianAngle=getRadianAngle,exports.icons=index$2,exports.isExtensionMatchingMimeType=isExtensionMatchingMimeType,exports.isImage=isImage,exports.isValidFileDimension=isValidFileDimension,exports.isValidFileSize=isValidFileSize,exports.isValidFileType=isValidFileType,exports.isVideo=(e=null)=>e instanceof File&&e.type.startsWith("video/"),exports.mimeTypeMap=mimeTypeMap,exports.rotateSize=rotateSize,exports.toast=toast,exports.useCroppedImage=useCroppedImage,exports.useFileValidation=useFileValidation;
|