@reactfast/forms 0.1.8 → 0.1.10

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.
@@ -1,24 +0,0 @@
1
- "use strict";var Zo=Object.defineProperty;var Uo=(e,t,r)=>t in e?Zo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var H=(e,t,r)=>Uo(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./index-BLii0zfI.cjs"),h=require("react"),Ae=require("react-dom");function pn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const o=pn(h),ut=pn(Ae);function qo({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM8 4a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0v-3A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",clipRule:"evenodd"}))}const ee=o.forwardRef(qo);function Go({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M8 1.75a.75.75 0 0 1 .692.462l1.41 3.393 3.664.293a.75.75 0 0 1 .428 1.317l-2.791 2.39.853 3.575a.75.75 0 0 1-1.12.814L7.998 12.08l-3.135 1.915a.75.75 0 0 1-1.12-.814l.852-3.574-2.79-2.39a.75.75 0 0 1 .427-1.318l3.663-.293 1.41-3.393A.75.75 0 0 1 8 1.75Z",clipRule:"evenodd"}))}const zo=o.forwardRef(Go);function Ko({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,type:s="text",placeholder:l="Enter text",description:c,required:u,error:d,helper:w,leadingIcon:p,trailingIcon:f,pattern:v}=e,[x,g]=h.useState(!1),k=!!d,b=k?n.error:x?n.inputFocusBorder:n.inputBorder;let E="";if(v){const R=Array.isArray(v)?v:[v];for(const y of R){const j=typeof y=="object"&&(y!=null&&y.regex)?y.regex:y,L=typeof y=="object"&&(y!=null&&y.message)?y.message:"Invalid format";try{if(!(j instanceof RegExp?j:new RegExp(j)).test(String(t||""))){E=L;break}}catch{}}}return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,u&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!u&&!k&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),w&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:w}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:s,placeholder:l,value:t||"",onChange:r,onFocus:()=>g(!0),onBlur:()=>g(!1),readOnly:e.readOnly===!0,"aria-readonly":e.readOnly===!0?"true":"false","aria-invalid":k?"true":"false","aria-describedby":k?`${a}-error`:c?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:b,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:p?"2.5rem":"0.75rem",paddingRight:f||k?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),p&&!k&&m.jsxRuntimeExports.jsx(p,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),f&&!k&&m.jsxRuntimeExports.jsx(f,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),k&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),k||E?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:E||d}):c?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:c}):null]})}function Xo({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="Enter text",description:l,optional:c,error:u,rows:d=4}=e,[w,p]=h.useState(!1),f=!!u,v=f?n.error:w?n.inputFocusBorder:n.inputBorder;return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsxRuntimeExports.jsx("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:i}),c&&!f&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),m.jsxRuntimeExports.jsxs("div",{className:"relative mt-2",children:[m.jsxRuntimeExports.jsx("textarea",{id:a,name:a,rows:d,placeholder:s,value:t||"",onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":f?"true":"false","aria-describedby":f?`${a}-error`:l?`${a}-description`:void 0,style:{color:f?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base placeholder-opacity-50 outline-none sm:text-sm/6"}),f&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),f?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:u}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}function Yo({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,optional:s,error:l}=e,c=!!l;return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"flex justify-between",children:[a&&m.jsxRuntimeExports.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),s&&!c&&m.jsxRuntimeExports.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),m.jsxRuntimeExports.jsxs("div",{className:"mt-2 flex items-center space-x-3",children:[m.jsxRuntimeExports.jsx("input",{id:n,name:n,type:"color",value:t||"#000000",onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:i?`${n}-description`:void 0,className:"h-10 w-10 cursor-pointer rounded-md border-0 p-0 shadow-none focus:ring-2 focus:ring-indigo-600"}),m.jsxRuntimeExports.jsx("p",{className:"text-sm text-gray-900 dark:text-gray-200",children:t||"No Color Selected"})]}),c?m.jsxRuntimeExports.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:l}):i?m.jsxRuntimeExports.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function Qo({field:e,value:t,onChange:r}){const{name:n,label:a,optional:i,description:s,error:l}=e,c=!!l;return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"flex items-center space-x-2",children:[m.jsxRuntimeExports.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:s?`${n}-description`:void 0,className:"h-4 w-4 rounded border-gray-300 text-primary focus:ring-primary"}),m.jsxRuntimeExports.jsxs("label",{htmlFor:n,className:"text-sm text-gray-700 dark:text-white",children:[a||e.title||"Option",i&&!c&&m.jsxRuntimeExports.jsx("span",{className:"ml-1 text-sm text-gray-500 dark:text-gray-400",children:"(Optional)"})]})]}),c?m.jsxRuntimeExports.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:l}):s?m.jsxRuntimeExports.jsx("p",{id:`${n}-description`,className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:s}):null]})}function Jo({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,error:s}=e,l=!!s;return m.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-3",children:[i?m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[m.jsxRuntimeExports.jsxs("span",{className:"flex grow flex-col",children:[m.jsxRuntimeExports.jsx("label",{id:`${n}-label`,className:"text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),m.jsxRuntimeExports.jsx("span",{id:`${n}-description`,className:"text-sm text-gray-500 dark:text-gray-400",children:i})]}),m.jsxRuntimeExports.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[m.jsxRuntimeExports.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,"aria-describedby":`${n}-description`,className:"peer sr-only"}),m.jsxRuntimeExports.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),m.jsxRuntimeExports.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]})]}):m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[m.jsxRuntimeExports.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[m.jsxRuntimeExports.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,className:"peer sr-only"}),m.jsxRuntimeExports.jsx("div",{className:"h-6 w-11 rounded-full bg-gray-200 transition-colors duration-200 ease-in-out peer-checked:bg-indigo-600 dark:bg-white/5 dark:peer-checked:bg-indigo-500"}),m.jsxRuntimeExports.jsx("div",{className:"absolute left-0.5 top-0.5 h-5 w-5 rounded-full bg-white shadow-sm ring-1 ring-gray-900/5 transition-transform duration-200 ease-in-out peer-checked:translate-x-5"})]}),m.jsxRuntimeExports.jsx("div",{className:"text-sm",children:m.jsxRuntimeExports.jsx("label",{id:`${n}-label`,htmlFor:n,className:"cursor-pointer font-medium text-gray-900 dark:text-white",children:a})})]}),l&&m.jsxRuntimeExports.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:s})]})}const ea={sm:"text-sm font-medium",md:"text-lg font-semibold",lg:"text-xl font-bold"};function ta({field:e}){const{title:t,size:r="md",dividerAbove:n=!1,dividerBelow:a=!1}=e;return m.jsxRuntimeExports.jsxs("div",{className:"my-4",children:[n&&m.jsxRuntimeExports.jsx("hr",{className:"mb-2 border-gray-300 dark:border-gray-600"}),m.jsxRuntimeExports.jsx("h2",{className:`${ea[r]} text-gray-900 dark:text-white`,children:t}),a&&m.jsxRuntimeExports.jsx("hr",{className:"mt-2 border-gray-300 dark:border-gray-600"})]})}const wn=typeof document<"u"?h.useLayoutEffect:()=>{};var St;const ra=(St=h.useInsertionEffect)!==null&&St!==void 0?St:wn;function na(e){const t=h.useRef(null);return ra(()=>{t.current=e},[e]),h.useCallback((...r)=>{const n=t.current;return n==null?void 0:n(...r)},[])}const Le=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},$e=e=>e&&"window"in e&&e.window===e?e:Le(e).defaultView||window;function oa(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function aa(e){return oa(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let ia=!1;function lr(){return ia}function vn(e,t){if(!lr())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let r=t;for(;r!==null;){if(r===e)return!0;r.tagName==="SLOT"&&r.assignedSlot?r=r.assignedSlot.parentNode:aa(r)?r=r.host:r=r.parentNode}return!1}const qt=(e=document)=>{var t;if(!lr())return e.activeElement;let r=e.activeElement;for(;r&&"shadowRoot"in r&&(!((t=r.shadowRoot)===null||t===void 0)&&t.activeElement);)r=r.shadowRoot.activeElement;return r};function gn(e){return lr()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function xt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let r=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(r)&&r.some(n=>e.test(n.brand))||e.test(window.navigator.userAgent)}function cr(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function ve(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const ur=ve(function(){return cr(/^Mac/i)}),sa=ve(function(){return cr(/^iPhone/i)}),la=ve(function(){return cr(/^iPad/i)||ur()&&navigator.maxTouchPoints>1}),ca=ve(function(){return sa()||la()});ve(function(){return ur()||ca()});ve(function(){return xt(/AppleWebKit/i)&&!ua()});const ua=ve(function(){return xt(/Chrome/i)}),da=ve(function(){return xt(/Android/i)});ve(function(){return xt(/Firefox/i)});function xn(){let e=h.useRef(new Map),t=h.useCallback((a,i,s,l)=>{let c=l!=null&&l.once?(...u)=>{e.current.delete(s),s(...u)}:s;e.current.set(s,{type:i,eventTarget:a,fn:c,options:l}),a.addEventListener(i,c,l)},[]),r=h.useCallback((a,i,s,l)=>{var c;let u=((c=e.current.get(s))===null||c===void 0?void 0:c.fn)||s;a.removeEventListener(i,u,l),e.current.delete(s)},[]),n=h.useCallback(()=>{e.current.forEach((a,i)=>{r(a.eventTarget,a.type,i,a.options)})},[r]);return h.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function fa(e){return e.pointerType===""&&e.isTrusted?!0:da()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function bn(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function ma(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function En(e){let t=h.useRef({isFocused:!1,observer:null});wn(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=na(n=>{e==null||e(n)});return h.useCallback(n=>{if(n.target instanceof HTMLButtonElement||n.target instanceof HTMLInputElement||n.target instanceof HTMLTextAreaElement||n.target instanceof HTMLSelectElement){t.current.isFocused=!0;let a=n.target,i=s=>{if(t.current.isFocused=!1,a.disabled){let l=bn(s);r(l)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};a.addEventListener("focusout",i,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&a.disabled){var s;(s=t.current.observer)===null||s===void 0||s.disconnect();let l=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:l})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:l}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let ha=!1,Qe=null,Gt=new Set,qe=new Map,Fe=!1,zt=!1;const pa={Tab:!0,Escape:!0};function dr(e,t){for(let r of Gt)r(e,t)}function wa(e){return!(e.metaKey||!ur()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function dt(e){Fe=!0,wa(e)&&(Qe="keyboard",dr("keyboard",e))}function ae(e){Qe="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Fe=!0,dr("pointer",e))}function kn(e){fa(e)&&(Fe=!0,Qe="virtual")}function yn(e){e.target===window||e.target===document||ha||!e.isTrusted||(!Fe&&!zt&&(Qe="virtual",dr("virtual",e)),Fe=!1,zt=!1)}function Rn(){Fe=!1,zt=!0}function Kt(e){if(typeof window>"u"||typeof document>"u"||qe.get($e(e)))return;const t=$e(e),r=Le(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Fe=!0,n.apply(this,arguments)},r.addEventListener("keydown",dt,!0),r.addEventListener("keyup",dt,!0),r.addEventListener("click",kn,!0),t.addEventListener("focus",yn,!0),t.addEventListener("blur",Rn,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ae,!0),r.addEventListener("pointermove",ae,!0),r.addEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ae,!0),r.addEventListener("mousemove",ae,!0),r.addEventListener("mouseup",ae,!0)),t.addEventListener("beforeunload",()=>{jn(e)},{once:!0}),qe.set(t,{focus:n})}const jn=(e,t)=>{const r=$e(e),n=Le(e);t&&n.removeEventListener("DOMContentLoaded",t),qe.has(r)&&(r.HTMLElement.prototype.focus=qe.get(r).focus,n.removeEventListener("keydown",dt,!0),n.removeEventListener("keyup",dt,!0),n.removeEventListener("click",kn,!0),r.removeEventListener("focus",yn,!0),r.removeEventListener("blur",Rn,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",ae,!0),n.removeEventListener("pointermove",ae,!0),n.removeEventListener("pointerup",ae,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",ae,!0),n.removeEventListener("mousemove",ae,!0),n.removeEventListener("mouseup",ae,!0)),qe.delete(r))};function va(e){const t=Le(e);let r;return t.readyState!=="loading"?Kt(e):(r=()=>{Kt(e)},t.addEventListener("DOMContentLoaded",r)),()=>jn(e,r)}typeof document<"u"&&va();function Ln(){return Qe!=="pointer"}const ga=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function xa(e,t,r){let n=Le(r==null?void 0:r.target);const a=typeof window<"u"?$e(r==null?void 0:r.target).HTMLInputElement:HTMLInputElement,i=typeof window<"u"?$e(r==null?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,s=typeof window<"u"?$e(r==null?void 0:r.target).HTMLElement:HTMLElement,l=typeof window<"u"?$e(r==null?void 0:r.target).KeyboardEvent:KeyboardEvent;return e=e||n.activeElement instanceof a&&!ga.has(n.activeElement.type)||n.activeElement instanceof i||n.activeElement instanceof s&&n.activeElement.isContentEditable,!(e&&t==="keyboard"&&r instanceof l&&!pa[r.key])}function ba(e,t,r){Kt(),h.useEffect(()=>{let n=(a,i)=>{xa(!!(r!=null&&r.isTextInput),a,i)&&e(Ln())};return Gt.add(n),()=>{Gt.delete(n)}},t)}function Ea(e){let{isDisabled:t,onFocus:r,onBlur:n,onFocusChange:a}=e;const i=h.useCallback(c=>{if(c.target===c.currentTarget)return n&&n(c),a&&a(!1),!0},[n,a]),s=En(i),l=h.useCallback(c=>{const u=Le(c.target),d=u?qt(u):qt();c.target===c.currentTarget&&d===gn(c.nativeEvent)&&(r&&r(c),a&&a(!0),s(c))},[a,r,s]);return{focusProps:{onFocus:!t&&(r||a||n)?l:void 0,onBlur:!t&&(n||a)?i:void 0}}}function ka(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,i=h.useRef({isFocusWithin:!1}),{addGlobalListener:s,removeAllGlobalListeners:l}=xn(),c=h.useCallback(w=>{w.currentTarget.contains(w.target)&&i.current.isFocusWithin&&!w.currentTarget.contains(w.relatedTarget)&&(i.current.isFocusWithin=!1,l(),r&&r(w),a&&a(!1))},[r,a,i,l]),u=En(c),d=h.useCallback(w=>{if(!w.currentTarget.contains(w.target))return;const p=Le(w.target),f=qt(p);if(!i.current.isFocusWithin&&f===gn(w.nativeEvent)){n&&n(w),a&&a(!0),i.current.isFocusWithin=!0,u(w);let v=w.currentTarget;s(p,"focus",x=>{if(i.current.isFocusWithin&&!vn(v,x.target)){let g=new p.defaultView.FocusEvent("blur",{relatedTarget:x.target});ma(g,v);let k=bn(g);c(k)}},{capture:!0})}},[n,a,u,s,c]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:d,onBlur:c}}}let ft=!1,rt=0;function Xt(){ft=!0,setTimeout(()=>{ft=!1},50)}function Cr(e){e.pointerType==="touch"&&Xt()}function ya(){if(!(typeof document>"u"))return rt===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Cr):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Xt)),rt++,()=>{rt--,!(rt>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Cr):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Xt))}}function Ra(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:n,isDisabled:a}=e,[i,s]=h.useState(!1),l=h.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;h.useEffect(ya,[]);let{addGlobalListener:c,removeAllGlobalListeners:u}=xn(),{hoverProps:d,triggerHoverEnd:w}=h.useMemo(()=>{let p=(x,g)=>{if(l.pointerType=g,a||g==="touch"||l.isHovered||!x.currentTarget.contains(x.target))return;l.isHovered=!0;let k=x.currentTarget;l.target=k,c(Le(x.target),"pointerover",b=>{l.isHovered&&l.target&&!vn(l.target,b.target)&&f(b,b.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:k,pointerType:g}),r&&r(!0),s(!0)},f=(x,g)=>{let k=l.target;l.pointerType="",l.target=null,!(g==="touch"||!l.isHovered||!k)&&(l.isHovered=!1,u(),n&&n({type:"hoverend",target:k,pointerType:g}),r&&r(!1),s(!1))},v={};return typeof PointerEvent<"u"?(v.onPointerEnter=x=>{ft&&x.pointerType==="mouse"||p(x,x.pointerType)},v.onPointerLeave=x=>{!a&&x.currentTarget.contains(x.target)&&f(x,x.pointerType)}):process.env.NODE_ENV==="test"&&(v.onTouchStart=()=>{l.ignoreEmulatedMouseEvents=!0},v.onMouseEnter=x=>{!l.ignoreEmulatedMouseEvents&&!ft&&p(x,"mouse"),l.ignoreEmulatedMouseEvents=!1},v.onMouseLeave=x=>{!a&&x.currentTarget.contains(x.target)&&f(x,"mouse")}),{hoverProps:v,triggerHoverEnd:f}},[t,r,n,a,l,c,u]);return h.useEffect(()=>{a&&w({currentTarget:l.target},l.pointerType)},[a]),{hoverProps:d,isHovered:i}}function ja(e={}){let{autoFocus:t=!1,isTextInput:r,within:n}=e,a=h.useRef({isFocused:!1,isFocusVisible:t||Ln()}),[i,s]=h.useState(!1),[l,c]=h.useState(()=>a.current.isFocused&&a.current.isFocusVisible),u=h.useCallback(()=>c(a.current.isFocused&&a.current.isFocusVisible),[]),d=h.useCallback(f=>{a.current.isFocused=f,s(f),u()},[u]);ba(f=>{a.current.isFocusVisible=f,u()},[],{isTextInput:r});let{focusProps:w}=Ea({isDisabled:n,onFocusChange:d}),{focusWithinProps:p}=ka({isDisabled:!n,onFocusWithinChange:d});return{isFocused:i,isFocusVisible:l,focusProps:n?p:w}}var La=Object.defineProperty,Ma=(e,t,r)=>t in e?La(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Bt=(e,t,r)=>(Ma(e,typeof t!="symbol"?t+"":t,r),r);let Ca=class{constructor(){Bt(this,"current",this.detect()),Bt(this,"handoffState","pending"),Bt(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},de=new Ca;function bt(e){var t;return de.isServer?null:e==null?document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function mt(e){var t,r;return de.isServer?null:e==null?document:(r=(t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))!=null?r:document}function Mn(e){var t,r;return(r=(t=mt(e))==null?void 0:t.activeElement)!=null?r:null}function $a(e){return Mn(e)===e}function Cn(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function te(){let e=[],t={addEventListener(r,n,a,i){return r.addEventListener(n,a,i),t.add(()=>r.removeEventListener(n,a,i))},requestAnimationFrame(...r){let n=requestAnimationFrame(...r);return t.add(()=>cancelAnimationFrame(n))},nextFrame(...r){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...r))},setTimeout(...r){let n=setTimeout(...r);return t.add(()=>clearTimeout(n))},microTask(...r){let n={current:!0};return Cn(()=>{n.current&&r[0]()}),t.add(()=>{n.current=!1})},style(r,n,a){let i=r.style.getPropertyValue(n);return Object.assign(r.style,{[n]:a}),this.add(()=>{Object.assign(r.style,{[n]:i})})},group(r){let n=te();return r(n),this.add(()=>n.dispose())},add(r){return e.includes(r)||e.push(r),()=>{let n=e.indexOf(r);if(n>=0)for(let a of e.splice(n,1))a()}},dispose(){for(let r of e.splice(0))r()}};return t}function Ie(){let[e]=h.useState(te);return h.useEffect(()=>()=>e.dispose(),[e]),e}let Z=(e,t)=>{de.isServer?h.useEffect(e,t):h.useLayoutEffect(e,t)};function We(e){let t=h.useRef(e);return Z(()=>{t.current=e},[e]),t}let F=function(e){let t=We(e);return h.useCallback((...r)=>t.current(...r),[t])};function Oa(e){let t=e.width/2,r=e.height/2;return{top:e.clientY-r,right:e.clientX+t,bottom:e.clientY+r,left:e.clientX-t}}function Aa(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Fa({disabled:e=!1}={}){let t=h.useRef(null),[r,n]=h.useState(!1),a=Ie(),i=F(()=>{t.current=null,n(!1),a.dispose()}),s=F(l=>{if(a.dispose(),t.current===null){t.current=l.currentTarget,n(!0);{let c=bt(l.currentTarget);a.addEventListener(c,"pointerup",i,!1),a.addEventListener(c,"pointermove",u=>{if(t.current){let d=Oa(u);n(Aa(d,t.current.getBoundingClientRect()))}},!1),a.addEventListener(c,"pointercancel",i,!1)}}});return{pressed:r,pressProps:e?{}:{onPointerDown:s,onPointerUp:i,onClick:i}}}function ye(e){return h.useMemo(()=>e,Object.values(e))}let Sa=h.createContext(void 0);function fr(){return h.useContext(Sa)}function Yt(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function ie(e,t,...r){if(e in t){let a=t[e];return typeof a=="function"?a(...r):a}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(a=>`"${a}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,ie),n}var ht=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(ht||{}),Ee=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Ee||{});function re(){let e=Ia();return h.useCallback(t=>Ba({mergeRefs:e,...t}),[e])}function Ba({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:a,visible:i=!0,name:s,mergeRefs:l}){l=l??Wa;let c=$n(t,e);if(i)return nt(c,r,n,s,l);let u=a??0;if(u&2){let{static:d=!1,...w}=c;if(d)return nt(w,r,n,s,l)}if(u&1){let{unmount:d=!0,...w}=c;return ie(d?0:1,{0(){return null},1(){return nt({...w,hidden:!0,style:{display:"none"}},r,n,s,l)}})}return nt(c,r,n,s,l)}function nt(e,t={},r,n,a){let{as:i=r,children:s,refName:l="ref",...c}=It(e,["unmount","static"]),u=e.ref!==void 0?{[l]:e.ref}:{},d=typeof s=="function"?s(t):s;"className"in c&&c.className&&typeof c.className=="function"&&(c.className=c.className(t)),c["aria-labelledby"]&&c["aria-labelledby"]===c.id&&(c["aria-labelledby"]=void 0);let w={};if(t){let p=!1,f=[];for(let[v,x]of Object.entries(t))typeof x=="boolean"&&(p=!0),x===!0&&f.push(v.replace(/([A-Z])/g,g=>`-${g.toLowerCase()}`));if(p){w["data-headlessui-state"]=f.join(" ");for(let v of f)w[`data-${v}`]=""}}if(Ge(i)&&(Object.keys(be(c)).length>0||Object.keys(be(w)).length>0))if(!h.isValidElement(d)||Array.isArray(d)&&d.length>1||Pa(d)){if(Object.keys(be(c)).length>0)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(be(c)).concat(Object.keys(be(w))).map(p=>` - ${p}`).join(`
2
- `),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(p=>` - ${p}`).join(`
3
- `)].join(`
4
- `))}else{let p=d.props,f=p==null?void 0:p.className,v=typeof f=="function"?(...k)=>Yt(f(...k),c.className):Yt(f,c.className),x=v?{className:v}:{},g=$n(d.props,be(It(c,["ref"])));for(let k in w)k in g&&delete w[k];return h.cloneElement(d,Object.assign({},g,w,u,{ref:a(Ta(d),u.ref)},x))}return h.createElement(i,Object.assign({},It(c,["ref"]),!Ge(i)&&u,!Ge(i)&&w),d)}function Ia(){let e=h.useRef([]),t=h.useCallback(r=>{for(let n of e.current)n!=null&&(typeof n=="function"?n(r):n.current=r)},[]);return(...r)=>{if(!r.every(n=>n==null))return e.current=r,t}}function Wa(...e){return e.every(t=>t==null)?void 0:t=>{for(let r of e)r!=null&&(typeof r=="function"?r(t):r.current=t)}}function $n(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let a in n)a.startsWith("on")&&typeof n[a]=="function"?(r[a]!=null||(r[a]=[]),r[a].push(n[a])):t[a]=n[a];if(t.disabled||t["aria-disabled"])for(let n in r)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(n)&&(r[n]=[a=>{var i;return(i=a==null?void 0:a.preventDefault)==null?void 0:i.call(a)}]);for(let n in r)Object.assign(t,{[n](a,...i){let s=r[n];for(let l of s){if((a instanceof Event||(a==null?void 0:a.nativeEvent)instanceof Event)&&a.defaultPrevented)return;l(a,...i)}}});return t}function On(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let a in n)a.startsWith("on")&&typeof n[a]=="function"?(r[a]!=null||(r[a]=[]),r[a].push(n[a])):t[a]=n[a];for(let n in r)Object.assign(t,{[n](...a){let i=r[n];for(let s of i)s==null||s(...a)}});return t}function Q(e){var t;return Object.assign(h.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function be(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function It(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}function Ta(e){return h.version.split(".")[0]>="19"?e.props.ref:e.ref}function Ge(e){return e===h.Fragment||e===Symbol.for("react.fragment")}function Pa(e){return Ge(e.type)}function Ha(e,t,r){let[n,a]=h.useState(r),i=e!==void 0,s=h.useRef(i),l=h.useRef(!1),c=h.useRef(!1);return i&&!s.current&&!l.current?(l.current=!0,s.current=i,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!i&&s.current&&!c.current&&(c.current=!0,s.current=i,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[i?e:n,F(u=>(i||Ae.flushSync(()=>a(u)),t==null?void 0:t(u)))]}function Na(e){let[t]=h.useState(e);return t}function An(e={},t=null,r=[]){for(let[n,a]of Object.entries(e))Sn(r,Fn(t,n),a);return r}function Fn(e,t){return e?e+"["+t+"]":t}function Sn(e,t,r){if(Array.isArray(r))for(let[n,a]of r.entries())Sn(e,Fn(t,n.toString()),a);else r instanceof Date?e.push([t,r.toISOString()]):typeof r=="boolean"?e.push([t,r?"1":"0"]):typeof r=="string"?e.push([t,r]):typeof r=="number"?e.push([t,`${r}`]):r==null?e.push([t,""]):Da(r)&&!h.isValidElement(r)&&An(r,t,e)}function Va(e){var t,r;let n=(t=e==null?void 0:e.form)!=null?t:e.closest("form");if(n){for(let a of n.elements)if(a!==e&&(a.tagName==="INPUT"&&a.type==="submit"||a.tagName==="BUTTON"&&a.type==="submit"||a.nodeName==="INPUT"&&a.type==="image")){a.click();return}(r=n.requestSubmit)==null||r.call(n)}}function Da(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}let _a="span";var mr=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(mr||{});function Za(e,t){var r;let{features:n=1,...a}=e,i={ref:t,"aria-hidden":(n&2)===2?!0:(r=a["aria-hidden"])!=null?r:void 0,hidden:(n&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return re()({ourProps:i,theirProps:a,slot:{},defaultTag:_a,name:"Hidden"})}let Bn=Q(Za),Ua=h.createContext(null);function qa({children:e}){let t=h.useContext(Ua);if(!t)return h.createElement(h.Fragment,null,e);let{target:r}=t;return r?Ae.createPortal(h.createElement(h.Fragment,null,e),r):null}function Ga({data:e,form:t,disabled:r,onReset:n,overrides:a}){let[i,s]=h.useState(null),l=Ie();return h.useEffect(()=>{if(n&&i)return l.addEventListener(i,"reset",n)},[i,t,n]),h.createElement(qa,null,h.createElement(za,{setForm:s,formId:t}),An(e).map(([c,u])=>h.createElement(Bn,{features:mr.Hidden,...be({key:c,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:r,name:c,value:u,...a})})))}function za({setForm:e,formId:t}){return h.useEffect(()=>{if(t){let r=document.getElementById(t);r&&e(r)}},[e,t]),t?null:h.createElement(Bn,{features:mr.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:r=>{if(!r)return;let n=r.closest("form");n&&e(n)}})}let Ka=h.createContext(void 0);function In(){return h.useContext(Ka)}function Wn(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function Et(e){return Wn(e)&&"tagName"in e}function ge(e){return Et(e)&&"accessKey"in e}function Te(e){return Et(e)&&"tabIndex"in e}function Xa(e){return Et(e)&&"style"in e}function Ya(e){return ge(e)&&e.nodeName==="IFRAME"}function Tn(e){return ge(e)&&e.nodeName==="INPUT"}function $r(e){return ge(e)&&e.nodeName==="LABEL"}function Qa(e){return ge(e)&&e.nodeName==="FIELDSET"}function Pn(e){return ge(e)&&e.nodeName==="LEGEND"}function Ja(e){return Et(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Or(e){let t=e.parentElement,r=null;for(;t&&!Qa(t);)Pn(t)&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&ei(r)?!1:n}function ei(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(Pn(t))return!1;t=t.previousElementSibling}return!0}let Hn=Symbol();function ti(e,t=!0){return Object.assign(e,{[Hn]:t})}function se(...e){let t=h.useRef(e);h.useEffect(()=>{t.current=e},[e]);let r=F(n=>{for(let a of t.current)a!=null&&(typeof a=="function"?a(n):a.current=n)});return e.every(n=>n==null||(n==null?void 0:n[Hn]))?void 0:r}let hr=h.createContext(null);hr.displayName="DescriptionContext";function Nn(){let e=h.useContext(hr);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,Nn),t}return e}function ri(){var e,t;return(t=(e=h.useContext(hr))==null?void 0:e.value)!=null?t:void 0}let ni="p";function oi(e,t){let r=h.useId(),n=fr(),{id:a=`headlessui-description-${r}`,...i}=e,s=Nn(),l=se(t);Z(()=>s.register(a),[a,s.register]);let c=ye({...s.slot,disabled:n||!1}),u={ref:l,...s.props,id:a};return re()({ourProps:u,theirProps:i,slot:c,defaultTag:ni,name:s.name||"Description"})}let ai=Q(oi);Object.assign(ai,{});var G=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(G||{});let kt=h.createContext(null);kt.displayName="LabelContext";function Vn(){let e=h.useContext(kt);if(e===null){let t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,Vn),t}return e}function Dn(e){var t,r,n;let a=(r=(t=h.useContext(kt))==null?void 0:t.value)!=null?r:void 0;return((n=e==null?void 0:e.length)!=null?n:0)>0?[a,...e].filter(Boolean).join(" "):a}function ii({inherit:e=!1}={}){let t=Dn(),[r,n]=h.useState([]),a=e?[t,...r].filter(Boolean):r;return[a.length>0?a.join(" "):void 0,h.useMemo(()=>function(i){let s=F(c=>(n(u=>[...u,c]),()=>n(u=>{let d=u.slice(),w=d.indexOf(c);return w!==-1&&d.splice(w,1),d}))),l=h.useMemo(()=>({register:s,slot:i.slot,name:i.name,props:i.props,value:i.value}),[s,i.slot,i.name,i.props,i.value]);return h.createElement(kt.Provider,{value:l},i.children)},[n])]}let si="label";function li(e,t){var r;let n=h.useId(),a=Vn(),i=In(),s=fr(),{id:l=`headlessui-label-${n}`,htmlFor:c=i??((r=a.props)==null?void 0:r.htmlFor),passive:u=!1,...d}=e,w=se(t);Z(()=>a.register(l),[l,a.register]);let p=F(x=>{let g=x.currentTarget;if(!(x.target!==x.currentTarget&&Ja(x.target))&&($r(g)&&x.preventDefault(),a.props&&"onClick"in a.props&&typeof a.props.onClick=="function"&&a.props.onClick(x),$r(g))){let k=document.getElementById(g.htmlFor);if(k){let b=k.getAttribute("disabled");if(b==="true"||b==="")return;let E=k.getAttribute("aria-disabled");if(E==="true"||E==="")return;(Tn(k)&&(k.type==="file"||k.type==="radio"||k.type==="checkbox")||k.role==="radio"||k.role==="checkbox"||k.role==="switch")&&k.click(),k.focus({preventScroll:!0})}}}),f=ye({...a.slot,disabled:s||!1}),v={ref:w,...a.props,id:l,htmlFor:c,onClick:p};return u&&("onClick"in v&&(delete v.htmlFor,delete v.onClick),"onClick"in d&&delete d.onClick),re()({ourProps:v,theirProps:d,slot:f,defaultTag:c?si:"div",name:a.name||"Label"})}let ci=Q(li),ui=Object.assign(ci,{});function di(e,t){return e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"&&"id"in e&&"id"in t?e.id===t.id:e===t}function fi(e=di){return h.useCallback((t,r)=>{if(typeof e=="string"){let n=e;return(t==null?void 0:t[n])===(r==null?void 0:r[n])}return e(t,r)},[e])}function Ar(e){if(e===null)return{width:0,height:0};let{width:t,height:r}=e.getBoundingClientRect();return{width:t,height:r}}function mi(e,t,r=!1){let[n,a]=h.useState(()=>Ar(t));return Z(()=>{if(!t||!e)return;let i=te();return i.requestAnimationFrame(function s(){i.requestAnimationFrame(s),a(l=>{let c=Ar(t);return c.width===l.width&&c.height===l.height?l:c})}),()=>{i.dispose()}},[t,e]),r?{width:`${n.width}px`,height:`${n.height}px`}:n}var _n=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(_n||{});function hi(e){let t=h.useRef(null),r=F(a=>{t.current=a.pointerType,!Or(a.currentTarget)&&a.pointerType==="mouse"&&a.button===_n.Left&&(a.preventDefault(),e(a))}),n=F(a=>{t.current!=="mouse"&&(Or(a.currentTarget)||e(a))});return{onPointerDown:r,onClick:n}}let Zn=class extends Map{constructor(t){super(),this.factory=t}get(t){let r=super.get(t);return r===void 0&&(r=this.factory(t),this.set(t,r)),r}};var pi=Object.defineProperty,wi=(e,t,r)=>t in e?pi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vi=(e,t,r)=>(wi(e,t+"",r),r),Un=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},oe=(e,t,r)=>(Un(e,t,"read from private field"),r?r.call(e):t.get(e)),Wt=(e,t,r)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,r)},Fr=(e,t,r,n)=>(Un(e,t,"write to private field"),t.set(e,r),r),ue,Ze,Ue;let qn=class{constructor(t){Wt(this,ue,{}),Wt(this,Ze,new Zn(()=>new Set)),Wt(this,Ue,new Set),vi(this,"disposables",te()),Fr(this,ue,t),de.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return oe(this,ue)}subscribe(t,r){if(de.isServer)return()=>{};let n={selector:t,callback:r,current:t(oe(this,ue))};return oe(this,Ue).add(n),this.disposables.add(()=>{oe(this,Ue).delete(n)})}on(t,r){return de.isServer?()=>{}:(oe(this,Ze).get(t).add(r),this.disposables.add(()=>{oe(this,Ze).get(t).delete(r)}))}send(t){let r=this.reduce(oe(this,ue),t);if(r!==oe(this,ue)){Fr(this,ue,r);for(let n of oe(this,Ue)){let a=n.selector(oe(this,ue));Gn(n.current,a)||(n.current=a,n.callback(a))}for(let n of oe(this,Ze).get(t.type))n(oe(this,ue),t)}}};ue=new WeakMap,Ze=new WeakMap,Ue=new WeakMap;function Gn(e,t){return Object.is(e,t)?!0:typeof e!="object"||e===null||typeof t!="object"||t===null?!1:Array.isArray(e)&&Array.isArray(t)?e.length!==t.length?!1:Tt(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Tt(e.entries(),t.entries()):Sr(e)&&Sr(t)?Tt(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Tt(e,t){do{let r=e.next(),n=t.next();if(r.done&&n.done)return!0;if(r.done||n.done||!Object.is(r.value,n.value))return!1}while(!0)}function Sr(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function Pt(e){let[t,r]=e(),n=te();return(...a)=>{t(...a),n.dispose(),n.microTask(r)}}var gi=Object.defineProperty,xi=(e,t,r)=>t in e?gi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Br=(e,t,r)=>(xi(e,typeof t!="symbol"?t+"":t,r),r),zn=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(zn||{});let bi={0(e,t){let r=t.id,n=e.stack,a=e.stack.indexOf(r);if(a!==-1){let i=e.stack.slice();return i.splice(a,1),i.push(r),n=i,{...e,stack:n}}return{...e,stack:[...e.stack,r]}},1(e,t){let r=t.id,n=e.stack.indexOf(r);if(n===-1)return e;let a=e.stack.slice();return a.splice(n,1),{...e,stack:a}}},Ei=class Kn extends qn{constructor(){super(...arguments),Br(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Br(this,"selectors",{isTop:(t,r)=>t.stack[t.stack.length-1]===r,inStack:(t,r)=>t.stack.includes(r)})}static new(){return new Kn({stack:[]})}reduce(t,r){return ie(r.type,bi,t,r)}};const pr=new Zn(()=>Ei.new());var Qt={exports:{}},Ht={};/**
5
- * @license React
6
- * use-sync-external-store-with-selector.production.js
7
- *
8
- * Copyright (c) Meta Platforms, Inc. and affiliates.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */var Ir;function ki(){if(Ir)return Ht;Ir=1;var e=h;function t(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}var r=typeof Object.is=="function"?Object.is:t,n=e.useSyncExternalStore,a=e.useRef,i=e.useEffect,s=e.useMemo,l=e.useDebugValue;return Ht.useSyncExternalStoreWithSelector=function(c,u,d,w,p){var f=a(null);if(f.current===null){var v={hasValue:!1,value:null};f.current=v}else v=f.current;f=s(function(){function g(y){if(!k){if(k=!0,b=y,y=w(y),p!==void 0&&v.hasValue){var j=v.value;if(p(j,y))return E=j}return E=y}if(j=E,r(b,y))return j;var L=w(y);return p!==void 0&&p(j,L)?(b=y,j):(b=y,E=L)}var k=!1,b,E,R=d===void 0?null:d;return[function(){return g(u())},R===null?void 0:function(){return g(R())}]},[u,d,w,p]);var x=n(c,f[0],f[1]);return i(function(){v.hasValue=!0,v.value=x},[x]),l(x),x},Ht}var Nt={};/**
13
- * @license React
14
- * use-sync-external-store-with-selector.development.js
15
- *
16
- * Copyright (c) Meta Platforms, Inc. and affiliates.
17
- *
18
- * This source code is licensed under the MIT license found in the
19
- * LICENSE file in the root directory of this source tree.
20
- */var Wr;function yi(){return Wr||(Wr=1,process.env.NODE_ENV!=="production"&&function(){function e(c,u){return c===u&&(c!==0||1/c===1/u)||c!==c&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=h,r=typeof Object.is=="function"?Object.is:e,n=t.useSyncExternalStore,a=t.useRef,i=t.useEffect,s=t.useMemo,l=t.useDebugValue;Nt.useSyncExternalStoreWithSelector=function(c,u,d,w,p){var f=a(null);if(f.current===null){var v={hasValue:!1,value:null};f.current=v}else v=f.current;f=s(function(){function g(y){if(!k){if(k=!0,b=y,y=w(y),p!==void 0&&v.hasValue){var j=v.value;if(p(j,y))return E=j}return E=y}if(j=E,r(b,y))return j;var L=w(y);return p!==void 0&&p(j,L)?(b=y,j):(b=y,E=L)}var k=!1,b,E,R=d===void 0?null:d;return[function(){return g(u())},R===null?void 0:function(){return g(R())}]},[u,d,w,p]);var x=n(c,f[0],f[1]);return i(function(){v.hasValue=!0,v.value=x},[x]),l(x),x},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Nt}process.env.NODE_ENV==="production"?Qt.exports=ki():Qt.exports=yi();var Ri=Qt.exports;function Y(e,t,r=Gn){return Ri.useSyncExternalStoreWithSelector(F(n=>e.subscribe(ji,n)),F(()=>e.state),F(()=>e.state),F(t),r)}function ji(e){return e}function Xn(e,t){let r=h.useId(),n=pr.get(t),[a,i]=Y(n,h.useCallback(s=>[n.selectors.isTop(s,r),n.selectors.inStack(s,r)],[n,r]));return Z(()=>{if(e)return n.actions.push(r),()=>n.actions.pop(r)},[n,e,r]),e?i?a:!0:!1}let Jt=new Map,ze=new Map;function Tr(e){var t;let r=(t=ze.get(e))!=null?t:0;return ze.set(e,r+1),r!==0?()=>Pr(e):(Jt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Pr(e))}function Pr(e){var t;let r=(t=ze.get(e))!=null?t:1;if(r===1?ze.delete(e):ze.set(e,r-1),r!==1)return;let n=Jt.get(e);n&&(n["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n["aria-hidden"]),e.inert=n.inert,Jt.delete(e))}function Li(e,{allowed:t,disallowed:r}={}){let n=Xn(e,"inert-others");Z(()=>{var a,i;if(!n)return;let s=te();for(let c of(a=r==null?void 0:r())!=null?a:[])c&&s.add(Tr(c));let l=(i=t==null?void 0:t())!=null?i:[];for(let c of l){if(!c)continue;let u=bt(c);if(!u)continue;let d=c.parentElement;for(;d&&d!==u.body;){for(let w of d.children)l.some(p=>w.contains(p))||s.add(Tr(w));d=d.parentElement}}return s.dispose},[n,t,r])}function Mi(e,t,r){let n=We(a=>{let i=a.getBoundingClientRect();i.x===0&&i.y===0&&i.width===0&&i.height===0&&r()});h.useEffect(()=>{if(!e)return;let a=t===null?null:ge(t)?t:t.current;if(!a)return;let i=te();if(typeof ResizeObserver<"u"){let s=new ResizeObserver(()=>n.current(a));s.observe(a),i.add(()=>s.disconnect())}if(typeof IntersectionObserver<"u"){let s=new IntersectionObserver(()=>n.current(a));s.observe(a),i.add(()=>s.disconnect())}return()=>i.dispose()},[t,n,e])}let er=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","details>summary","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),Ci=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var tr=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e[e.AutoFocus=64]="AutoFocus",e))(tr||{}),$i=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))($i||{}),Oi=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Oi||{});function Yn(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(er)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}function Ai(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Ci)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var wr=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(wr||{});function Qn(e,t=0){var r;return e===((r=bt(e))==null?void 0:r.body)?!1:ie(t,{0(){return e.matches(er)},1(){let n=e;for(;n!==null;){if(n.matches(er))return!0;n=n.parentElement}return!1}})}var Fi=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Fi||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));let Si=["textarea","input"].join(",");function Bi(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Si))!=null?r:!1}function Jn(e,t=r=>r){return e.slice().sort((r,n)=>{let a=t(r),i=t(n);if(a===null||i===null)return 0;let s=a.compareDocumentPosition(i);return s&Node.DOCUMENT_POSITION_FOLLOWING?-1:s&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function Ii(e,t,r=e===null?document.body:mt(e)){return Wi(Yn(r),t,{relativeTo:e})}function Wi(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:a=[]}={}){let i=Array.isArray(e)?e.length>0?mt(e[0]):document:mt(e),s=Array.isArray(e)?r?Jn(e):e:t&64?Ai(e):Yn(e);a.length>0&&s.length>1&&(s=s.filter(f=>!a.some(v=>v!=null&&"current"in v?(v==null?void 0:v.current)===f:v===f))),n=n??(i==null?void 0:i.activeElement);let l=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),c=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,s.indexOf(n))-1;if(t&4)return Math.max(0,s.indexOf(n))+1;if(t&8)return s.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=t&32?{preventScroll:!0}:{},d=0,w=s.length,p;do{if(d>=w||d+w<=0)return 0;let f=c+d;if(t&16)f=(f+w)%w;else{if(f<0)return 3;if(f>=w)return 1}p=s[f],p==null||p.focus(u),d+=l}while(p!==Mn(p));return t&6&&Bi(p)&&p.select(),2}function eo(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Ti(){return/Android/gi.test(window.navigator.userAgent)}function Hr(){return eo()||Ti()}function Pe(e,t,r,n){let a=We(r);h.useEffect(()=>{if(!e)return;function i(s){a.current(s)}return document.addEventListener(t,i,n),()=>document.removeEventListener(t,i,n)},[e,t,n])}function Pi(e,t,r,n){let a=We(r);h.useEffect(()=>{if(!e)return;function i(s){a.current(s)}return window.addEventListener(t,i,n),()=>window.removeEventListener(t,i,n)},[e,t,n])}const Nr=30;function Hi(e,t,r){let n=We(r),a=h.useCallback(function(l,c){if(l.defaultPrevented)return;let u=c(l);if(u===null||!u.getRootNode().contains(u)||!u.isConnected)return;let d=function w(p){return typeof p=="function"?w(p()):Array.isArray(p)||p instanceof Set?p:[p]}(t);for(let w of d)if(w!==null&&(w.contains(u)||l.composed&&l.composedPath().includes(w)))return;return!Qn(u,wr.Loose)&&u.tabIndex!==-1&&l.preventDefault(),n.current(l,u)},[n,t]),i=h.useRef(null);Pe(e,"pointerdown",l=>{var c,u;Hr()||(i.current=((u=(c=l.composedPath)==null?void 0:c.call(l))==null?void 0:u[0])||l.target)},!0),Pe(e,"pointerup",l=>{if(Hr()||!i.current)return;let c=i.current;return i.current=null,a(l,()=>c)},!0);let s=h.useRef({x:0,y:0});Pe(e,"touchstart",l=>{s.current.x=l.touches[0].clientX,s.current.y=l.touches[0].clientY},!0),Pe(e,"touchend",l=>{let c={x:l.changedTouches[0].clientX,y:l.changedTouches[0].clientY};if(!(Math.abs(c.x-s.current.x)>=Nr||Math.abs(c.y-s.current.y)>=Nr))return a(l,()=>Te(l.target)?l.target:null)},!0),Pi(e,"blur",l=>a(l,()=>Ya(window.document.activeElement)?window.document.activeElement:null),!0)}function rr(...e){return h.useMemo(()=>bt(...e),[...e])}var Ni=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(Ni||{});const ot={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Vi=200,Vr=5;function Di(e,{trigger:t,action:r,close:n,select:a}){let i=h.useRef(null),s=h.useRef(null),l=h.useRef(null);Pe(e&&t!==null,"pointerdown",c=>{Wn(c==null?void 0:c.target)&&t!=null&&t.contains(c.target)&&(s.current=c.x,l.current=c.y,i.current=c.timeStamp)}),Pe(e&&t!==null,"pointerup",c=>{var u,d;let w=i.current;if(w===null||(i.current=null,!Te(c.target))||Math.abs(c.x-((u=s.current)!=null?u:c.x))<Vr&&Math.abs(c.y-((d=l.current)!=null?d:c.y))<Vr)return;let p=r(c);switch(p.kind){case 0:return;case 1:{c.timeStamp-w>Vi&&(a(p.target),n());break}case 2:{n();break}}},{capture:!0})}function _i(e,t){return h.useMemo(()=>{var r;if(e.type)return e.type;let n=(r=e.as)!=null?r:"button";if(typeof n=="string"&&n.toLowerCase()==="button"||(t==null?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}function Zi(e){return h.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function Ui(e,t){let r=e(),n=new Set;return{getSnapshot(){return r},subscribe(a){return n.add(a),()=>n.delete(a)},dispatch(a,...i){let s=t[a].call(r,...i);s&&(r=s,n.forEach(l=>l()))}}}function qi(){let e;return{before({doc:t}){var r;let n=t.documentElement,a=(r=t.defaultView)!=null?r:window;e=Math.max(0,a.innerWidth-n.clientWidth)},after({doc:t,d:r}){let n=t.documentElement,a=Math.max(0,n.clientWidth-n.offsetWidth),i=Math.max(0,e-a);r.style(n,"paddingRight",`${i}px`)}}}function Gi(){return eo()?{before({doc:e,d:t,meta:r}){function n(a){for(let i of r().containers)for(let s of i())if(s.contains(a))return!0;return!1}t.microTask(()=>{var a;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let l=te();l.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>l.dispose()))}let i=(a=window.scrollY)!=null?a:window.pageYOffset,s=null;t.addEventListener(e,"click",l=>{if(Te(l.target))try{let c=l.target.closest("a");if(!c)return;let{hash:u}=new URL(c.href),d=e.querySelector(u);Te(d)&&!n(d)&&(s=d)}catch{}},!0),t.group(l=>{t.addEventListener(e,"touchstart",c=>{if(l.dispose(),Te(c.target)&&Xa(c.target))if(n(c.target)){let u=c.target;for(;u.parentElement&&n(u.parentElement);)u=u.parentElement;l.style(u,"overscrollBehavior","contain")}else l.style(c.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",l=>{if(Te(l.target)){if(Tn(l.target))return;if(n(l.target)){let c=l.target;for(;c.parentElement&&c.dataset.headlessuiPortal!==""&&!(c.scrollHeight>c.clientHeight||c.scrollWidth>c.clientWidth);)c=c.parentElement;c.dataset.headlessuiPortal===""&&l.preventDefault()}else l.preventDefault()}},{passive:!1}),t.add(()=>{var l;let c=(l=window.scrollY)!=null?l:window.pageYOffset;i!==c&&window.scrollTo(0,i),s&&s.isConnected&&(s.scrollIntoView({block:"nearest"}),s=null)})})}}:{}}function zi(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function Dr(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let Oe=Ui(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:te(),meta:new Set,computedMeta:{}};return n.count++,n.meta.add(t),n.computedMeta=Dr(n.meta),this.set(e,n),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t),r.computedMeta=Dr(r.meta)),this},SCROLL_PREVENT(e){let t={doc:e.doc,d:e.d,meta(){return e.computedMeta}},r=[Gi(),qi(),zi()];r.forEach(({before:n})=>n==null?void 0:n(t)),r.forEach(({after:n})=>n==null?void 0:n(t))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});Oe.subscribe(()=>{let e=Oe.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let n=t.get(r.doc)==="hidden",a=r.count!==0;(a&&!n||!a&&n)&&Oe.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),r.count===0&&Oe.dispatch("TEARDOWN",r)}});function Ki(e,t,r=()=>({containers:[]})){let n=Zi(Oe),a=t?n.get(t):void 0,i=a?a.count>0:!1;return Z(()=>{if(!(!t||!e))return Oe.dispatch("PUSH",t,r),()=>Oe.dispatch("POP",t,r)},[e,t]),i}function Xi(e,t,r=()=>[document.body]){let n=Xn(e,"scroll-lock");Ki(n,t,a=>{var i;return{containers:[...(i=a.containers)!=null?i:[],r]}})}function _r(e){return[e.screenX,e.screenY]}function Yi(){let e=h.useRef([-1,-1]);return{wasMoved(t){let r=_r(t);return e.current[0]===r[0]&&e.current[1]===r[1]?!1:(e.current=r,!0)},update(t){e.current=_r(t)}}}function Qi(e=0){let[t,r]=h.useState(e),n=h.useCallback(c=>r(c),[]),a=h.useCallback(c=>r(u=>u|c),[]),i=h.useCallback(c=>(t&c)===c,[t]),s=h.useCallback(c=>r(u=>u&~c),[]),l=h.useCallback(c=>r(u=>u^c),[]);return{flags:t,setFlag:n,addFlag:a,hasFlag:i,removeFlag:s,toggleFlag:l}}var Zr,Ur;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((Zr=process==null?void 0:process.env)==null?void 0:Zr.NODE_ENV)==="test"&&typeof((Ur=Element==null?void 0:Element.prototype)==null?void 0:Ur.getAnimations)>"u"&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
21
- `)),[]});var Ji=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(Ji||{});function to(e){let t={};for(let r in e)e[r]===!0&&(t[`data-${r}`]="");return t}function ro(e,t,r,n){let[a,i]=h.useState(r),{hasFlag:s,addFlag:l,removeFlag:c}=Qi(e&&a?3:0),u=h.useRef(!1),d=h.useRef(!1),w=Ie();return Z(()=>{var p;if(e){if(r&&i(!0),!t){r&&l(3);return}return(p=n==null?void 0:n.start)==null||p.call(n,r),es(t,{inFlight:u,prepare(){d.current?d.current=!1:d.current=u.current,u.current=!0,!d.current&&(r?(l(3),c(4)):(l(4),c(2)))},run(){d.current?r?(c(3),l(4)):(c(4),l(3)):r?c(1):l(1)},done(){var f;d.current&&ns(t)||(u.current=!1,c(7),r||i(!1),(f=n==null?void 0:n.end)==null||f.call(n,r))}})}},[e,r,t,w]),e?[a,{closed:s(1),enter:s(2),leave:s(4),transition:s(2)||s(4)}]:[r,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function es(e,{prepare:t,run:r,done:n,inFlight:a}){let i=te();return rs(e,{prepare:t,inFlight:a}),i.nextFrame(()=>{r(),i.requestAnimationFrame(()=>{i.add(ts(e,n))})}),i.dispose}function ts(e,t){var r,n;let a=te();if(!e)return a.dispose;let i=!1;a.add(()=>{i=!0});let s=(n=(r=e.getAnimations)==null?void 0:r.call(e).filter(l=>l instanceof CSSTransition))!=null?n:[];return s.length===0?(t(),a.dispose):(Promise.allSettled(s.map(l=>l.finished)).then(()=>{i||t()}),a.dispose)}function rs(e,{inFlight:t,prepare:r}){if(t!=null&&t.current){r();return}let n=e.style.transition;e.style.transition="none",r(),e.offsetHeight,e.style.transition=n}function ns(e){var t,r;return((r=(t=e.getAnimations)==null?void 0:t.call(e))!=null?r:[]).some(n=>n instanceof CSSTransition&&n.playState!=="finished")}function yt(){return typeof window<"u"}function Ve(e){return no(e)?(e.nodeName||"").toLowerCase():"#document"}function J(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function he(e){var t;return(t=(no(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function no(e){return yt()?e instanceof Node||e instanceof J(e).Node:!1}function X(e){return yt()?e instanceof Element||e instanceof J(e).Element:!1}function me(e){return yt()?e instanceof HTMLElement||e instanceof J(e).HTMLElement:!1}function qr(e){return!yt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof J(e).ShadowRoot}const os=new Set(["inline","contents"]);function Je(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=ce(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!os.has(a)}const as=new Set(["table","td","th"]);function is(e){return as.has(Ve(e))}const ss=[":popover-open",":modal"];function Rt(e){return ss.some(t=>{try{return e.matches(t)}catch{return!1}})}const ls=["transform","translate","scale","rotate","perspective"],cs=["transform","translate","scale","rotate","perspective","filter"],us=["paint","layout","strict","content"];function vr(e){const t=gr(),r=X(e)?ce(e):e;return ls.some(n=>r[n]?r[n]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||cs.some(n=>(r.willChange||"").includes(n))||us.some(n=>(r.contain||"").includes(n))}function ds(e){let t=Re(e);for(;me(t)&&!Ne(t);){if(vr(t))return t;if(Rt(t))return null;t=Re(t)}return null}function gr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const fs=new Set(["html","body","#document"]);function Ne(e){return fs.has(Ve(e))}function ce(e){return J(e).getComputedStyle(e)}function jt(e){return X(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Re(e){if(Ve(e)==="html")return e;const t=e.assignedSlot||e.parentNode||qr(e)&&e.host||he(e);return qr(t)?t.host:t}function oo(e){const t=Re(e);return Ne(t)?e.ownerDocument?e.ownerDocument.body:e.body:me(t)&&Je(t)?t:oo(t)}function Ke(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=oo(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),s=J(a);if(i){const l=nr(s);return t.concat(s,s.visualViewport||[],Je(a)?a:[],l&&r?Ke(l):[])}return t.concat(a,Ke(a,[],r))}function nr(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ms(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:r,version:n}=t;return r+"/"+n}).join(" "):navigator.userAgent}const Se=Math.min,z=Math.max,Xe=Math.round,at=Math.floor,fe=e=>({x:e,y:e}),hs={left:"right",right:"left",bottom:"top",top:"bottom"},ps={start:"end",end:"start"};function Gr(e,t,r){return z(e,Se(t,r))}function De(e,t){return typeof e=="function"?e(t):e}function je(e){return e.split("-")[0]}function et(e){return e.split("-")[1]}function ao(e){return e==="x"?"y":"x"}function io(e){return e==="y"?"height":"width"}const ws=new Set(["top","bottom"]);function we(e){return ws.has(je(e))?"y":"x"}function so(e){return ao(we(e))}function vs(e,t,r){r===void 0&&(r=!1);const n=et(e),a=so(e),i=io(a);let s=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=pt(s)),[s,pt(s)]}function gs(e){const t=pt(e);return[or(e),t,or(t)]}function or(e){return e.replace(/start|end/g,t=>ps[t])}const zr=["left","right"],Kr=["right","left"],xs=["top","bottom"],bs=["bottom","top"];function Es(e,t,r){switch(e){case"top":case"bottom":return r?t?Kr:zr:t?zr:Kr;case"left":case"right":return t?xs:bs;default:return[]}}function ks(e,t,r,n){const a=et(e);let i=Es(je(e),r==="start",n);return a&&(i=i.map(s=>s+"-"+a),t&&(i=i.concat(i.map(or)))),i}function pt(e){return e.replace(/left|right|bottom|top/g,t=>hs[t])}function ys(e){return{top:0,right:0,bottom:0,left:0,...e}}function Rs(e){return typeof e!="number"?ys(e):{top:e,right:e,bottom:e,left:e}}function wt(e){const{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function Xr(e,t,r){let{reference:n,floating:a}=e;const i=we(t),s=so(t),l=io(s),c=je(t),u=i==="y",d=n.x+n.width/2-a.width/2,w=n.y+n.height/2-a.height/2,p=n[l]/2-a[l]/2;let f;switch(c){case"top":f={x:d,y:n.y-a.height};break;case"bottom":f={x:d,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:w};break;case"left":f={x:n.x-a.width,y:w};break;default:f={x:n.x,y:n.y}}switch(et(t)){case"start":f[s]-=p*(r&&u?-1:1);break;case"end":f[s]+=p*(r&&u?-1:1);break}return f}const js=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:d,y:w}=Xr(u,n,c),p=n,f={},v=0;for(let x=0;x<l.length;x++){const{name:g,fn:k}=l[x],{x:b,y:E,data:R,reset:y}=await k({x:d,y:w,initialPlacement:n,placement:p,strategy:a,middlewareData:f,rects:u,platform:s,elements:{reference:e,floating:t}});d=b??d,w=E??w,f={...f,[g]:{...f[g],...R}},y&&v<=50&&(v++,typeof y=="object"&&(y.placement&&(p=y.placement),y.rects&&(u=y.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:d,y:w}=Xr(u,p,c)),x=-1)}return{x:d,y:w,placement:p,strategy:a,middlewareData:f}};async function Lt(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:i,rects:s,elements:l,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:w="floating",altBoundary:p=!1,padding:f=0}=De(t,e),v=Rs(f),g=l[p?w==="floating"?"reference":"floating":w],k=wt(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(g)))==null||r?g:g.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:d,strategy:c})),b=w==="floating"?{x:n,y:a,width:s.floating.width,height:s.floating.height}:s.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),R=await(i.isElement==null?void 0:i.isElement(E))?await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1}:{x:1,y:1},y=wt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:b,offsetParent:E,strategy:c}):b);return{top:(k.top-y.top+v.top)/R.y,bottom:(y.bottom-k.bottom+v.bottom)/R.y,left:(k.left-y.left+v.left)/R.x,right:(y.right-k.right+v.right)/R.x}}const Ls=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:i,rects:s,initialPlacement:l,platform:c,elements:u}=t,{mainAxis:d=!0,crossAxis:w=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:x=!0,...g}=De(e,t);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const k=je(a),b=we(l),E=je(l)===l,R=await(c.isRTL==null?void 0:c.isRTL(u.floating)),y=p||(E||!x?[pt(l)]:gs(l)),j=v!=="none";!p&&j&&y.push(...ks(l,x,v,R));const L=[l,...y],S=await Lt(t,g),T=[];let M=((n=i.flip)==null?void 0:n.overflows)||[];if(d&&T.push(S[k]),w){const B=vs(a,s,R);T.push(S[B[0]],S[B[1]])}if(M=[...M,{placement:a,overflows:T}],!T.every(B=>B<=0)){var A,N;const B=(((A=i.flip)==null?void 0:A.index)||0)+1,$=L[B];if($&&(!(w==="alignment"?b!==we($):!1)||M.every(O=>we(O.placement)===b?O.overflows[0]>0:!0)))return{data:{index:B,overflows:M},reset:{placement:$}};let W=(N=M.filter(U=>U.overflows[0]<=0).sort((U,O)=>U.overflows[1]-O.overflows[1])[0])==null?void 0:N.placement;if(!W)switch(f){case"bestFit":{var P;const U=(P=M.filter(O=>{if(j){const I=we(O.placement);return I===b||I==="y"}return!0}).map(O=>[O.placement,O.overflows.filter(I=>I>0).reduce((I,V)=>I+V,0)]).sort((O,I)=>O[1]-I[1])[0])==null?void 0:P[0];U&&(W=U);break}case"initialPlacement":W=l;break}if(a!==W)return{reset:{placement:W}}}return{}}}},Ms=new Set(["left","top"]);async function Cs(e,t){const{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),s=je(r),l=et(r),c=we(r)==="y",u=Ms.has(s)?-1:1,d=i&&c?-1:1,w=De(t,e);let{mainAxis:p,crossAxis:f,alignmentAxis:v}=typeof w=="number"?{mainAxis:w,crossAxis:0,alignmentAxis:null}:{mainAxis:w.mainAxis||0,crossAxis:w.crossAxis||0,alignmentAxis:w.alignmentAxis};return l&&typeof v=="number"&&(f=l==="end"?v*-1:v),c?{x:f*d,y:p*u}:{x:p*u,y:f*d}}const $s=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:i,placement:s,middlewareData:l}=t,c=await Cs(t,e);return s===((r=l.offset)==null?void 0:r.placement)&&(n=l.arrow)!=null&&n.alignmentOffset?{}:{x:a+c.x,y:i+c.y,data:{...c,placement:s}}}}},Os=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:a}=t,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:g=>{let{x:k,y:b}=g;return{x:k,y:b}}},...c}=De(e,t),u={x:r,y:n},d=await Lt(t,c),w=we(je(a)),p=ao(w);let f=u[p],v=u[w];if(i){const g=p==="y"?"top":"left",k=p==="y"?"bottom":"right",b=f+d[g],E=f-d[k];f=Gr(b,f,E)}if(s){const g=w==="y"?"top":"left",k=w==="y"?"bottom":"right",b=v+d[g],E=v-d[k];v=Gr(b,v,E)}const x=l.fn({...t,[p]:f,[w]:v});return{...x,data:{x:x.x-r,y:x.y-n,enabled:{[p]:i,[w]:s}}}}}},As=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:a,rects:i,platform:s,elements:l}=t,{apply:c=()=>{},...u}=De(e,t),d=await Lt(t,u),w=je(a),p=et(a),f=we(a)==="y",{width:v,height:x}=i.floating;let g,k;w==="top"||w==="bottom"?(g=w,k=p===(await(s.isRTL==null?void 0:s.isRTL(l.floating))?"start":"end")?"left":"right"):(k=w,g=p==="end"?"top":"bottom");const b=x-d.top-d.bottom,E=v-d.left-d.right,R=Se(x-d[g],b),y=Se(v-d[k],E),j=!t.middlewareData.shift;let L=R,S=y;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(S=E),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(L=b),j&&!p){const M=z(d.left,0),A=z(d.right,0),N=z(d.top,0),P=z(d.bottom,0);f?S=v-2*(M!==0||A!==0?M+A:z(d.left,d.right)):L=x-2*(N!==0||P!==0?N+P:z(d.top,d.bottom))}await c({...t,availableWidth:S,availableHeight:L});const T=await s.getDimensions(l.floating);return v!==T.width||x!==T.height?{reset:{rects:!0}}:{}}}};function lo(e){const t=ce(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=me(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:n,l=Xe(r)!==i||Xe(n)!==s;return l&&(r=i,n=s),{width:r,height:n,$:l}}function xr(e){return X(e)?e:e.contextElement}function He(e){const t=xr(e);if(!me(t))return fe(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:i}=lo(t);let s=(i?Xe(r.width):r.width)/n,l=(i?Xe(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const Fs=fe(0);function co(e){const t=J(e);return!gr()||!t.visualViewport?Fs:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ss(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==J(e)?!1:t}function Be(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),i=xr(e);let s=fe(1);t&&(n?X(n)&&(s=He(n)):s=He(e));const l=Ss(i,r,n)?co(i):fe(0);let c=(a.left+l.x)/s.x,u=(a.top+l.y)/s.y,d=a.width/s.x,w=a.height/s.y;if(i){const p=J(i),f=n&&X(n)?J(n):n;let v=p,x=nr(v);for(;x&&n&&f!==v;){const g=He(x),k=x.getBoundingClientRect(),b=ce(x),E=k.left+(x.clientLeft+parseFloat(b.paddingLeft))*g.x,R=k.top+(x.clientTop+parseFloat(b.paddingTop))*g.y;c*=g.x,u*=g.y,d*=g.x,w*=g.y,c+=E,u+=R,v=J(x),x=nr(v)}}return wt({width:d,height:w,x:c,y:u})}function Mt(e,t){const r=jt(e).scrollLeft;return t?t.left+r:Be(he(e)).left+r}function uo(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Mt(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Bs(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const i=a==="fixed",s=he(n),l=t?Rt(t.floating):!1;if(n===s||l&&i)return r;let c={scrollLeft:0,scrollTop:0},u=fe(1);const d=fe(0),w=me(n);if((w||!w&&!i)&&((Ve(n)!=="body"||Je(s))&&(c=jt(n)),me(n))){const f=Be(n);u=He(n),d.x=f.x+n.clientLeft,d.y=f.y+n.clientTop}const p=s&&!w&&!i?uo(s,c):fe(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+d.x+p.x,y:r.y*u.y-c.scrollTop*u.y+d.y+p.y}}function Is(e){return Array.from(e.getClientRects())}function Ws(e){const t=he(e),r=jt(e),n=e.ownerDocument.body,a=z(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=z(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let s=-r.scrollLeft+Mt(e);const l=-r.scrollTop;return ce(n).direction==="rtl"&&(s+=z(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:s,y:l}}const Yr=25;function Ts(e,t){const r=J(e),n=he(e),a=r.visualViewport;let i=n.clientWidth,s=n.clientHeight,l=0,c=0;if(a){i=a.width,s=a.height;const d=gr();(!d||d&&t==="fixed")&&(l=a.offsetLeft,c=a.offsetTop)}const u=Mt(n);if(u<=0){const d=n.ownerDocument,w=d.body,p=getComputedStyle(w),f=d.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,v=Math.abs(n.clientWidth-w.clientWidth-f);v<=Yr&&(i-=v)}else u<=Yr&&(i+=u);return{width:i,height:s,x:l,y:c}}const Ps=new Set(["absolute","fixed"]);function Hs(e,t){const r=Be(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=me(e)?He(e):fe(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,c=a*i.x,u=n*i.y;return{width:s,height:l,x:c,y:u}}function Qr(e,t,r){let n;if(t==="viewport")n=Ts(e,r);else if(t==="document")n=Ws(he(e));else if(X(t))n=Hs(t,r);else{const a=co(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return wt(n)}function fo(e,t){const r=Re(e);return r===t||!X(r)||Ne(r)?!1:ce(r).position==="fixed"||fo(r,t)}function Ns(e,t){const r=t.get(e);if(r)return r;let n=Ke(e,[],!1).filter(l=>X(l)&&Ve(l)!=="body"),a=null;const i=ce(e).position==="fixed";let s=i?Re(e):e;for(;X(s)&&!Ne(s);){const l=ce(s),c=vr(s);!c&&l.position==="fixed"&&(a=null),(i?!c&&!a:!c&&l.position==="static"&&!!a&&Ps.has(a.position)||Je(s)&&!c&&fo(e,s))?n=n.filter(d=>d!==s):a=l,s=Re(s)}return t.set(e,n),n}function Vs(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const s=[...r==="clippingAncestors"?Rt(t)?[]:Ns(t,this._c):[].concat(r),n],l=s[0],c=s.reduce((u,d)=>{const w=Qr(t,d,a);return u.top=z(w.top,u.top),u.right=Se(w.right,u.right),u.bottom=Se(w.bottom,u.bottom),u.left=z(w.left,u.left),u},Qr(t,l,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Ds(e){const{width:t,height:r}=lo(e);return{width:t,height:r}}function _s(e,t,r){const n=me(t),a=he(t),i=r==="fixed",s=Be(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const c=fe(0);function u(){c.x=Mt(a)}if(n||!n&&!i)if((Ve(t)!=="body"||Je(a))&&(l=jt(t)),n){const f=Be(t,!0,i,t);c.x=f.x+t.clientLeft,c.y=f.y+t.clientTop}else a&&u();i&&!n&&a&&u();const d=a&&!n&&!i?uo(a,l):fe(0),w=s.left+l.scrollLeft-c.x-d.x,p=s.top+l.scrollTop-c.y-d.y;return{x:w,y:p,width:s.width,height:s.height}}function Vt(e){return ce(e).position==="static"}function Jr(e,t){if(!me(e)||ce(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return he(e)===r&&(r=r.ownerDocument.body),r}function mo(e,t){const r=J(e);if(Rt(e))return r;if(!me(e)){let a=Re(e);for(;a&&!Ne(a);){if(X(a)&&!Vt(a))return a;a=Re(a)}return r}let n=Jr(e,t);for(;n&&is(n)&&Vt(n);)n=Jr(n,t);return n&&Ne(n)&&Vt(n)&&!vr(n)?r:n||ds(e)||r}const Zs=async function(e){const t=this.getOffsetParent||mo,r=this.getDimensions,n=await r(e.floating);return{reference:_s(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Us(e){return ce(e).direction==="rtl"}const qs={convertOffsetParentRelativeRectToViewportRelativeRect:Bs,getDocumentElement:he,getClippingRect:Vs,getOffsetParent:mo,getElementRects:Zs,getClientRects:Is,getDimensions:Ds,getScale:He,isElement:X,isRTL:Us};function ho(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Gs(e,t){let r=null,n;const a=he(e);function i(){var l;clearTimeout(n),(l=r)==null||l.disconnect(),r=null}function s(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();const u=e.getBoundingClientRect(),{left:d,top:w,width:p,height:f}=u;if(l||t(),!p||!f)return;const v=at(w),x=at(a.clientWidth-(d+p)),g=at(a.clientHeight-(w+f)),k=at(d),E={rootMargin:-v+"px "+-x+"px "+-g+"px "+-k+"px",threshold:z(0,Se(1,c))||1};let R=!0;function y(j){const L=j[0].intersectionRatio;if(L!==c){if(!R)return s();L?s(!1,L):n=setTimeout(()=>{s(!1,1e-7)},1e3)}L===1&&!ho(u,e.getBoundingClientRect())&&s(),R=!1}try{r=new IntersectionObserver(y,{...E,root:a.ownerDocument})}catch{r=new IntersectionObserver(y,E)}r.observe(e)}return s(!0),i}function zs(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,u=xr(e),d=a||i?[...u?Ke(u):[],...Ke(t)]:[];d.forEach(k=>{a&&k.addEventListener("scroll",r,{passive:!0}),i&&k.addEventListener("resize",r)});const w=u&&l?Gs(u,r):null;let p=-1,f=null;s&&(f=new ResizeObserver(k=>{let[b]=k;b&&b.target===u&&f&&(f.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var E;(E=f)==null||E.observe(t)})),r()}),u&&!c&&f.observe(u),f.observe(t));let v,x=c?Be(e):null;c&&g();function g(){const k=Be(e);x&&!ho(x,k)&&r(),x=k,v=requestAnimationFrame(g)}return r(),()=>{var k;d.forEach(b=>{a&&b.removeEventListener("scroll",r),i&&b.removeEventListener("resize",r)}),w==null||w(),(k=f)==null||k.disconnect(),f=null,c&&cancelAnimationFrame(v)}}const Dt=Lt,Ks=$s,Xs=Os,Ys=Ls,Qs=As,Js=(e,t,r)=>{const n=new Map,a={platform:qs,...r},i={...a.platform,_c:n};return js(e,t,{...a,platform:i})};var el=typeof document<"u",tl=function(){},st=el?h.useLayoutEffect:tl;function vt(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let r,n,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!vt(e[n],t[n]))return!1;return!0}if(a=Object.keys(e),r=a.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){const i=a[n];if(!(i==="_owner"&&e.$$typeof)&&!vt(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function po(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function en(e,t){const r=po(e);return Math.round(t*r)/r}function _t(e){const t=o.useRef(e);return st(()=>{t.current=e}),t}function rl(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:i,floating:s}={},transform:l=!0,whileElementsMounted:c,open:u}=e,[d,w]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[p,f]=o.useState(n);vt(p,n)||f(n);const[v,x]=o.useState(null),[g,k]=o.useState(null),b=o.useCallback(O=>{O!==j.current&&(j.current=O,x(O))},[]),E=o.useCallback(O=>{O!==L.current&&(L.current=O,k(O))},[]),R=i||v,y=s||g,j=o.useRef(null),L=o.useRef(null),S=o.useRef(d),T=c!=null,M=_t(c),A=_t(a),N=_t(u),P=o.useCallback(()=>{if(!j.current||!L.current)return;const O={placement:t,strategy:r,middleware:p};A.current&&(O.platform=A.current),Js(j.current,L.current,O).then(I=>{const V={...I,isPositioned:N.current!==!1};B.current&&!vt(S.current,V)&&(S.current=V,ut.flushSync(()=>{w(V)}))})},[p,t,r,A,N]);st(()=>{u===!1&&S.current.isPositioned&&(S.current.isPositioned=!1,w(O=>({...O,isPositioned:!1})))},[u]);const B=o.useRef(!1);st(()=>(B.current=!0,()=>{B.current=!1}),[]),st(()=>{if(R&&(j.current=R),y&&(L.current=y),R&&y){if(M.current)return M.current(R,y,P);P()}},[R,y,P,M,T]);const $=o.useMemo(()=>({reference:j,floating:L,setReference:b,setFloating:E}),[b,E]),W=o.useMemo(()=>({reference:R,floating:y}),[R,y]),U=o.useMemo(()=>{const O={position:r,left:0,top:0};if(!W.floating)return O;const I=en(W.floating,d.x),V=en(W.floating,d.y);return l?{...O,transform:"translate("+I+"px, "+V+"px)",...po(W.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:I,top:V}},[r,l,W.floating,d.x,d.y]);return o.useMemo(()=>({...d,update:P,refs:$,elements:W,floatingStyles:U}),[d,P,$,W,U])}const wo=(e,t)=>({...Ks(e),options:[e,t]}),nl=(e,t)=>({...Xs(e),options:[e,t]}),ol=(e,t)=>({...Ys(e),options:[e,t]}),al=(e,t)=>({...Qs(e),options:[e,t]}),vo={...o},il=vo.useInsertionEffect,sl=il||(e=>e());function go(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return sl(()=>{t.current=e}),o.useCallback(function(){for(var r=arguments.length,n=new Array(r),a=0;a<r;a++)n[a]=arguments[a];return t.current==null?void 0:t.current(...n)},[])}var ar=typeof document<"u"?h.useLayoutEffect:h.useEffect;let tn=!1,ll=0;const rn=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+ll++;function cl(){const[e,t]=o.useState(()=>tn?rn():void 0);return ar(()=>{e==null&&t(rn())},[]),o.useEffect(()=>{tn=!0},[]),e}const ul=vo.useId,dl=ul||cl;let Ye;process.env.NODE_ENV!=="production"&&(Ye=new Set);function fl(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=Ye)!=null&&e.has(a))){var i;(i=Ye)==null||i.add(a),console.warn(a)}}function ml(){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];const a="Floating UI: "+r.join(" ");if(!((e=Ye)!=null&&e.has(a))){var i;(i=Ye)==null||i.add(a),console.error(a)}}function hl(){const e=new Map;return{emit(t,r){var n;(n=e.get(t))==null||n.forEach(a=>a(r))},on(t,r){e.set(t,[...e.get(t)||[],r])},off(t,r){var n;e.set(t,((n=e.get(t))==null?void 0:n.filter(a=>a!==r))||[])}}}const pl=o.createContext(null),wl=o.createContext(null),vl=()=>{var e;return((e=o.useContext(pl))==null?void 0:e.id)||null},gl=()=>o.useContext(wl),xl="data-floating-ui-focusable";function bl(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=dl(),i=o.useRef({}),[s]=o.useState(()=>hl()),l=vl()!=null;if(process.env.NODE_ENV!=="production"){const f=n.reference;f&&!X(f)&&ml("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[c,u]=o.useState(n.reference),d=go((f,v,x)=>{i.current.openEvent=f?v:void 0,s.emit("openchange",{open:f,event:v,reason:x,nested:l}),r==null||r(f,v,x)}),w=o.useMemo(()=>({setPositionReference:u}),[]),p=o.useMemo(()=>({reference:c||n.reference||null,floating:n.floating||null,domReference:n.reference}),[c,n.reference,n.floating]);return o.useMemo(()=>({dataRef:i,open:t,onOpenChange:d,elements:p,events:s,floatingId:a,refs:w}),[t,d,p,s,a,w])}function El(e){e===void 0&&(e={});const{nodeId:t}=e,r=bl({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[i,s]=o.useState(null),[l,c]=o.useState(null),d=(a==null?void 0:a.domReference)||i,w=o.useRef(null),p=gl();ar(()=>{d&&(w.current=d)},[d]);const f=rl({...e,elements:{...a,...l&&{reference:l}}}),v=o.useCallback(E=>{const R=X(E)?{getBoundingClientRect:()=>E.getBoundingClientRect(),contextElement:E}:E;c(R),f.refs.setReference(R)},[f.refs]),x=o.useCallback(E=>{(X(E)||E===null)&&(w.current=E,s(E)),(X(f.refs.reference.current)||f.refs.reference.current===null||E!==null&&!X(E))&&f.refs.setReference(E)},[f.refs]),g=o.useMemo(()=>({...f.refs,setReference:x,setPositionReference:v,domReference:w}),[f.refs,x,v]),k=o.useMemo(()=>({...f.elements,domReference:d}),[f.elements,d]),b=o.useMemo(()=>({...f,...n,refs:g,elements:k,nodeId:t}),[f,g,k,t,n]);return ar(()=>{n.dataRef.current.floatingContext=b;const E=p==null?void 0:p.nodesRef.current.find(R=>R.id===t);E&&(E.context=b)}),o.useMemo(()=>({...f,context:b,refs:g,elements:k}),[f,g,k,b])}const nn="active",on="selected";function Zt(e,t,r){const n=new Map,a=r==="item";let i=e;if(a&&e){const{[nn]:s,[on]:l,...c}=e;i=c}return{...r==="floating"&&{tabIndex:-1,[xl]:""},...i,...t.map(s=>{const l=s?s[r]:null;return typeof l=="function"?e?l(e):null:l}).concat(e).reduce((s,l)=>(l&&Object.entries(l).forEach(c=>{let[u,d]=c;if(!(a&&[nn,on].includes(u)))if(u.indexOf("on")===0){if(n.has(u)||n.set(u,[]),typeof d=="function"){var w;(w=n.get(u))==null||w.push(d),s[u]=function(){for(var p,f=arguments.length,v=new Array(f),x=0;x<f;x++)v[x]=arguments[x];return(p=n.get(u))==null?void 0:p.map(g=>g(...v)).find(g=>g!==void 0)}}}else s[u]=d}),s),{})}}function kl(e){e===void 0&&(e=[]);const t=e.map(l=>l==null?void 0:l.reference),r=e.map(l=>l==null?void 0:l.floating),n=e.map(l=>l==null?void 0:l.item),a=o.useCallback(l=>Zt(l,e,"reference"),t),i=o.useCallback(l=>Zt(l,e,"floating"),r),s=o.useCallback(l=>Zt(l,e,"item"),n);return o.useMemo(()=>({getReferenceProps:a,getFloatingProps:i,getItemProps:s}),[a,i,s])}function an(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const yl=e=>({name:"inner",options:e,async fn(t){const{listRef:r,overflowRef:n,onFallbackChange:a,offset:i=0,index:s=0,minItemsVisible:l=4,referenceOverflowThreshold:c=0,scrollRef:u,...d}=De(e,t),{rects:w,elements:{floating:p}}=t,f=r.current[s],v=(u==null?void 0:u.current)||p,x=p.clientTop||v.clientTop,g=p.clientTop!==0,k=v.clientTop!==0,b=p===v;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||fl('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const E={...t,...await wo(-f.offsetTop-p.clientTop-w.reference.height/2-f.offsetHeight/2-i).fn(t)},R=await Dt(an(E,v.scrollHeight+x+p.clientTop),d),y=await Dt(E,{...d,elementContext:"reference"}),j=z(0,R.top),L=E.y+j,M=(v.scrollHeight>v.clientHeight?A=>A:Xe)(z(0,v.scrollHeight+(g&&b||k?x*2:0)-j-z(0,R.bottom)));if(v.style.maxHeight=M+"px",v.scrollTop=j,a){const A=v.offsetHeight<f.offsetHeight*Se(l,r.current.length)-1||y.top>=-c||y.bottom>=-c;ut.flushSync(()=>a(A))}return n&&(n.current=await Dt(an({...E,y:L},v.offsetHeight+x+p.clientTop),d)),{y:L}}});function Rl(e,t){const{open:r,elements:n}=e,{enabled:a=!0,overflowRef:i,scrollRef:s,onChange:l}=t,c=go(l),u=o.useRef(!1),d=o.useRef(null),w=o.useRef(null);o.useEffect(()=>{if(!a)return;function f(x){if(x.ctrlKey||!v||i.current==null)return;const g=x.deltaY,k=i.current.top>=-.5,b=i.current.bottom>=-.5,E=v.scrollHeight-v.clientHeight,R=g<0?-1:1,y=g<0?"max":"min";v.scrollHeight<=v.clientHeight||(!k&&g>0||!b&&g<0?(x.preventDefault(),ut.flushSync(()=>{c(j=>j+Math[y](g,E*R))})):/firefox/i.test(ms())&&(v.scrollTop+=g))}const v=(s==null?void 0:s.current)||n.floating;if(r&&v)return v.addEventListener("wheel",f),requestAnimationFrame(()=>{d.current=v.scrollTop,i.current!=null&&(w.current={...i.current})}),()=>{d.current=null,w.current=null,v.removeEventListener("wheel",f)}},[a,r,n.floating,i,s,c]);const p=o.useMemo(()=>({onKeyDown(){u.current=!0},onWheel(){u.current=!1},onPointerMove(){u.current=!1},onScroll(){const f=(s==null?void 0:s.current)||n.floating;if(!(!i.current||!f||!u.current)){if(d.current!==null){const v=f.scrollTop-d.current;(i.current.bottom<-.5&&v<-1||i.current.top<-.5&&v>1)&&ut.flushSync(()=>c(x=>x+v))}requestAnimationFrame(()=>{d.current=f.scrollTop})}}}),[n.floating,c,i,s]);return o.useMemo(()=>a?{floating:p}:{},[a,p])}let _e=h.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});_e.displayName="FloatingContext";let br=h.createContext(null);br.displayName="PlacementContext";function jl(e){return h.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Ll(){return h.useContext(_e).setReference}function Ml(){return h.useContext(_e).getReferenceProps}function Cl(){let{getFloatingProps:e,slot:t}=h.useContext(_e);return h.useCallback((...r)=>Object.assign({},e(...r),{"data-anchor":t.anchor}),[e,t])}function $l(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=h.useContext(br),r=h.useMemo(()=>e,[JSON.stringify(e,(a,i)=>{var s;return(s=i==null?void 0:i.outerHTML)!=null?s:i})]);Z(()=>{t==null||t(r??null)},[t,r]);let n=h.useContext(_e);return h.useMemo(()=>[n.setFloating,e?n.styles:{}],[n.setFloating,e,n.styles])}let sn=4;function Ol({children:e,enabled:t=!0}){let[r,n]=h.useState(null),[a,i]=h.useState(0),s=h.useRef(null),[l,c]=h.useState(null);Al(l);let u=t&&r!==null&&l!==null,{to:d="bottom",gap:w=0,offset:p=0,padding:f=0,inner:v}=Fl(r,l),[x,g="center"]=d.split(" ");Z(()=>{u&&i(0)},[u]);let{refs:k,floatingStyles:b,context:E}=El({open:u,placement:x==="selection"?g==="center"?"bottom":`bottom-${g}`:g==="center"?`${x}`:`${x}-${g}`,strategy:"absolute",transform:!1,middleware:[wo({mainAxis:x==="selection"?0:w,crossAxis:p}),nl({padding:f}),x!=="selection"&&ol({padding:f}),x==="selection"&&v?yl({...v,padding:f,overflowRef:s,offset:a,minItemsVisible:sn,referenceOverflowThreshold:f,onFallbackChange(A){var N,P;if(!A)return;let B=E.elements.floating;if(!B)return;let $=parseFloat(getComputedStyle(B).scrollPaddingBottom)||0,W=Math.min(sn,B.childElementCount),U=0,O=0;for(let I of(P=(N=E.elements.floating)==null?void 0:N.childNodes)!=null?P:[])if(ge(I)){let V=I.offsetTop,pe=V+I.clientHeight+$,q=B.scrollTop,_=q+B.clientHeight;if(V>=q&&pe<=_)W--;else{O=Math.max(0,Math.min(pe,_)-Math.max(V,q)),U=I.clientHeight;break}}W>=1&&i(I=>{let V=U*W-O+$;return I>=V?I:V})}}):null,al({padding:f,apply({availableWidth:A,availableHeight:N,elements:P}){Object.assign(P.floating.style,{overflow:"auto",maxWidth:`${A}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${N}px)`})}})].filter(Boolean),whileElementsMounted:zs}),[R=x,y=g]=E.placement.split("-");x==="selection"&&(R="selection");let j=h.useMemo(()=>({anchor:[R,y].filter(Boolean).join(" ")}),[R,y]),L=Rl(E,{overflowRef:s,onChange:i}),{getReferenceProps:S,getFloatingProps:T}=kl([L]),M=F(A=>{c(A),k.setFloating(A)});return o.createElement(br.Provider,{value:n},o.createElement(_e.Provider,{value:{setFloating:M,setReference:k.setReference,styles:b,getReferenceProps:S,getFloatingProps:T,slot:j}},e))}function Al(e){Z(()=>{if(!e)return;let t=new MutationObserver(()=>{let r=window.getComputedStyle(e).maxHeight,n=parseFloat(r);if(isNaN(n))return;let a=parseInt(r);isNaN(a)||n!==a&&(e.style.maxHeight=`${Math.ceil(n)}px`)});return t.observe(e,{attributes:!0,attributeFilter:["style"]}),()=>{t.disconnect()}},[e])}function Fl(e,t){var r,n,a;let i=Ut((r=e==null?void 0:e.gap)!=null?r:"var(--anchor-gap, 0)",t),s=Ut((n=e==null?void 0:e.offset)!=null?n:"var(--anchor-offset, 0)",t),l=Ut((a=e==null?void 0:e.padding)!=null?a:"var(--anchor-padding, 0)",t);return{...e,gap:i,offset:s,padding:l}}function Ut(e,t,r=void 0){let n=Ie(),a=F((c,u)=>{if(c==null)return[r,null];if(typeof c=="number")return[c,null];if(typeof c=="string"){if(!u)return[r,null];let d=ln(c,u);return[d,w=>{let p=xo(c);{let f=p.map(v=>window.getComputedStyle(u).getPropertyValue(v));n.requestAnimationFrame(function v(){n.nextFrame(v);let x=!1;for(let[k,b]of p.entries()){let E=window.getComputedStyle(u).getPropertyValue(b);if(f[k]!==E){f[k]=E,x=!0;break}}if(!x)return;let g=ln(c,u);d!==g&&(w(g),d=g)})}return n.dispose}]}return[r,null]}),i=h.useMemo(()=>a(e,t)[0],[e,t]),[s=i,l]=h.useState();return Z(()=>{let[c,u]=a(e,t);if(l(c),!!u)return u(l)},[e,t]),s}function xo(e){let t=/var\((.*)\)/.exec(e);if(t){let r=t[1].indexOf(",");if(r===-1)return[t[1]];let n=t[1].slice(0,r).trim(),a=t[1].slice(r+1).trim();return a?[n,...xo(a)]:[n]}return[]}function ln(e,t){let r=document.createElement("div");t.appendChild(r),r.style.setProperty("margin-top","0px","important"),r.style.setProperty("margin-top",e,"important");let n=parseFloat(window.getComputedStyle(r).marginTop)||0;return t.removeChild(r),n}function Sl({children:e,freeze:t},r){let n=bo(t,e);return h.isValidElement(n)?h.cloneElement(n,{ref:r}):h.createElement(h.Fragment,null,n)}h.forwardRef(Sl);function bo(e,t){let[r,n]=h.useState(t);return!e&&r!==t&&n(t),e?r:t}let Er=h.createContext(null);Er.displayName="OpenClosedContext";var le=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(le||{});function kr(){return h.useContext(Er)}function Eo({value:e,children:t}){return h.createElement(Er.Provider,{value:e},t)}function Bl(e){throw new Error("Unexpected object: "+e)}var D=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(D||{});function it(e,t){let r=t.resolveItems();if(r.length<=0)return null;let n=t.resolveActiveIndex(),a=n??-1;switch(e.focus){case 0:{for(let i=0;i<r.length;++i)if(!t.resolveDisabled(r[i],i,r))return i;return n}case 1:{a===-1&&(a=r.length);for(let i=a-1;i>=0;--i)if(!t.resolveDisabled(r[i],i,r))return i;return n}case 2:{for(let i=a+1;i<r.length;++i)if(!t.resolveDisabled(r[i],i,r))return i;return n}case 3:{for(let i=r.length-1;i>=0;--i)if(!t.resolveDisabled(r[i],i,r))return i;return n}case 4:{for(let i=0;i<r.length;++i)if(t.resolveId(r[i],i,r)===e.id)return i;return n}case 5:return null;default:Bl(e)}}function ko(e){let t=F(e),r=h.useRef(!1);h.useEffect(()=>(r.current=!1,()=>{r.current=!0,Cn(()=>{r.current&&t()})}),[t])}let Il=h.createContext(!1);function Wl(){return h.useContext(Il)}function Tl(e){let t=Wl(),r=h.useContext(Ro),[n,a]=h.useState(()=>{var i;if(!t&&r!==null)return(i=r.current)!=null?i:null;if(de.isServer)return null;let s=e==null?void 0:e.getElementById("headlessui-portal-root");if(s)return s;if(e===null)return null;let l=e.createElement("div");return l.setAttribute("id","headlessui-portal-root"),e.body.appendChild(l)});return h.useEffect(()=>{n!==null&&(e!=null&&e.body.contains(n)||e==null||e.body.appendChild(n))},[n,e]),h.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),n}let yo=h.Fragment,Pl=Q(function(e,t){let{ownerDocument:r=null,...n}=e,a=h.useRef(null),i=se(ti(p=>{a.current=p}),t),s=rr(a.current),l=r??s,c=Tl(l),u=h.useContext(Dl),d=Ie(),w=re();return ko(()=>{var p;c&&c.childNodes.length<=0&&((p=c.parentElement)==null||p.removeChild(c))}),c?Ae.createPortal(h.createElement("div",{"data-headlessui-portal":"",ref:p=>{d.dispose(),u&&p&&d.add(u.register(p))}},w({ourProps:{ref:i},theirProps:n,slot:{},defaultTag:yo,name:"Portal"})),c):null});function Hl(e,t){let r=se(t),{enabled:n=!0,ownerDocument:a,...i}=e,s=re();return n?h.createElement(Pl,{...i,ownerDocument:a,ref:r}):s({ourProps:{ref:r},theirProps:i,slot:{},defaultTag:yo,name:"Portal"})}let Nl=h.Fragment,Ro=h.createContext(null);function Vl(e,t){let{target:r,...n}=e,a={ref:se(t)},i=re();return h.createElement(Ro.Provider,{value:r},i({ourProps:a,theirProps:n,defaultTag:Nl,name:"Popover.Group"}))}let Dl=h.createContext(null),_l=Q(Hl),Zl=Q(Vl),Ul=Object.assign(_l,{Group:Zl});const lt={Idle:{kind:"Idle"},Tracked:e=>({kind:"Tracked",position:e}),Moved:{kind:"Moved"}};function jo(e){let t=e.getBoundingClientRect();return`${t.x},${t.y}`}function ql(e,t,r){let n=te();if(t.kind==="Tracked"){let a=function(){i!==jo(e)&&(n.dispose(),r())},{position:i}=t,s=new ResizeObserver(a);s.observe(e),n.add(()=>s.disconnect()),n.addEventListener(window,"scroll",a,{passive:!0}),n.addEventListener(window,"resize",a)}return()=>n.dispose()}function Gl(){let e=typeof document>"u";return"useSyncExternalStore"in o?(t=>t.useSyncExternalStore)(o)(()=>()=>{},()=>!1,()=>!e):!1}function Lo(){let e=Gl(),[t,r]=o.useState(de.isHandoffComplete);return t&&de.isHandoffComplete===!1&&r(!1),o.useEffect(()=>{t!==!0&&r(!0)},[t]),o.useEffect(()=>de.handoff(),[]),e?!1:t}function zl(){let e=h.useRef(!1);return Z(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Mo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||!Ge((t=e.as)!=null?t:$o)||h.Children.count(e.children)===1}let Ct=h.createContext(null);Ct.displayName="TransitionContext";var Kl=(e=>(e.Visible="visible",e.Hidden="hidden",e))(Kl||{});function Xl(){let e=h.useContext(Ct);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function Yl(){let e=h.useContext($t);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let $t=h.createContext(null);$t.displayName="NestingContext";function Ot(e){return"children"in e?Ot(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Co(e,t){let r=We(e),n=h.useRef([]),a=zl(),i=Ie(),s=F((f,v=Ee.Hidden)=>{let x=n.current.findIndex(({el:g})=>g===f);x!==-1&&(ie(v,{[Ee.Unmount](){n.current.splice(x,1)},[Ee.Hidden](){n.current[x].state="hidden"}}),i.microTask(()=>{var g;!Ot(n)&&a.current&&((g=r.current)==null||g.call(r))}))}),l=F(f=>{let v=n.current.find(({el:x})=>x===f);return v?v.state!=="visible"&&(v.state="visible"):n.current.push({el:f,state:"visible"}),()=>s(f,Ee.Unmount)}),c=h.useRef([]),u=h.useRef(Promise.resolve()),d=h.useRef({enter:[],leave:[]}),w=F((f,v,x)=>{c.current.splice(0),t&&(t.chains.current[v]=t.chains.current[v].filter(([g])=>g!==f)),t==null||t.chains.current[v].push([f,new Promise(g=>{c.current.push(g)})]),t==null||t.chains.current[v].push([f,new Promise(g=>{Promise.all(d.current[v].map(([k,b])=>b)).then(()=>g())})]),v==="enter"?u.current=u.current.then(()=>t==null?void 0:t.wait.current).then(()=>x(v)):x(v)}),p=F((f,v,x)=>{Promise.all(d.current[v].splice(0).map(([g,k])=>k)).then(()=>{var g;(g=c.current.shift())==null||g()}).then(()=>x(v))});return h.useMemo(()=>({children:n,register:l,unregister:s,onStart:w,onStop:p,wait:u,chains:d}),[l,s,n,w,p,d,u])}let $o=h.Fragment,Oo=ht.RenderStrategy;function Ql(e,t){var r,n;let{transition:a=!0,beforeEnter:i,afterEnter:s,beforeLeave:l,afterLeave:c,enter:u,enterFrom:d,enterTo:w,entered:p,leave:f,leaveFrom:v,leaveTo:x,...g}=e,[k,b]=h.useState(null),E=h.useRef(null),R=Mo(e),y=se(...R?[E,t,b]:t===null?[]:[t]),j=(r=g.unmount)==null||r?Ee.Unmount:Ee.Hidden,{show:L,appear:S,initial:T}=Xl(),[M,A]=h.useState(L?"visible":"hidden"),N=Yl(),{register:P,unregister:B}=N;Z(()=>P(E),[P,E]),Z(()=>{if(j===Ee.Hidden&&E.current){if(L&&M!=="visible"){A("visible");return}return ie(M,{hidden:()=>B(E),visible:()=>P(E)})}},[M,E,P,B,L,j]);let $=Lo();Z(()=>{if(R&&$&&M==="visible"&&E.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[E,M,$,R]);let W=T&&!S,U=S&&L&&T,O=h.useRef(!1),I=Co(()=>{O.current||(A("hidden"),B(E))},N),V=F(ne=>{O.current=!0;let xe=ne?"enter":"leave";I.onStart(E,xe,Ce=>{Ce==="enter"?i==null||i():Ce==="leave"&&(l==null||l())})}),pe=F(ne=>{let xe=ne?"enter":"leave";O.current=!1,I.onStop(E,xe,Ce=>{Ce==="enter"?s==null||s():Ce==="leave"&&(c==null||c())}),xe==="leave"&&!Ot(I)&&(A("hidden"),B(E))});h.useEffect(()=>{R&&a||(V(L),pe(L))},[L,R,a]);let q=!(!a||!R||!$||W),[,_]=ro(q,k,L,{start:V,end:pe}),Ft=be({ref:y,className:((n=Yt(g.className,U&&u,U&&d,_.enter&&u,_.enter&&_.closed&&d,_.enter&&!_.closed&&w,_.leave&&f,_.leave&&!_.closed&&v,_.leave&&_.closed&&x,!_.transition&&L&&p))==null?void 0:n.trim())||void 0,...to(_)}),Me=0;M==="visible"&&(Me|=le.Open),M==="hidden"&&(Me|=le.Closed),L&&M==="hidden"&&(Me|=le.Opening),!L&&M==="visible"&&(Me|=le.Closing);let C=re();return h.createElement($t.Provider,{value:I},h.createElement(Eo,{value:Me},C({ourProps:Ft,theirProps:g,defaultTag:$o,features:Oo,visible:M==="visible",name:"Transition.Child"})))}function Jl(e,t){let{show:r,appear:n=!1,unmount:a=!0,...i}=e,s=h.useRef(null),l=Mo(e),c=se(...l?[s,t]:t===null?[]:[t]);Lo();let u=kr();if(r===void 0&&u!==null&&(r=(u&le.Open)===le.Open),r===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[d,w]=h.useState(r?"visible":"hidden"),p=Co(()=>{r||w("hidden")}),[f,v]=h.useState(!0),x=h.useRef([r]);Z(()=>{f!==!1&&x.current[x.current.length-1]!==r&&(x.current.push(r),v(!1))},[x,r]);let g=h.useMemo(()=>({show:r,appear:n,initial:f}),[r,n,f]);Z(()=>{r?w("visible"):!Ot(p)&&s.current!==null&&w("hidden")},[r,p]);let k={unmount:a},b=F(()=>{var y;f&&v(!1),(y=e.beforeEnter)==null||y.call(e)}),E=F(()=>{var y;f&&v(!1),(y=e.beforeLeave)==null||y.call(e)}),R=re();return h.createElement($t.Provider,{value:p},h.createElement(Ct.Provider,{value:g},R({ourProps:{...k,as:h.Fragment,children:h.createElement(Ao,{ref:c,...k,...i,beforeEnter:b,beforeLeave:E})},theirProps:{},defaultTag:h.Fragment,features:Oo,visible:d==="visible",name:"Transition"})))}function e0(e,t){let r=h.useContext(Ct)!==null,n=kr()!==null;return h.createElement(h.Fragment,null,!r&&n?h.createElement(ir,{ref:t,...e}):h.createElement(Ao,{ref:t,...e}))}let ir=Q(Jl),Ao=Q(Ql),t0=Q(e0),Fo=Object.assign(ir,{Child:t0,Root:ir}),cn=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function un(e){var t,r;let n=(t=e.innerText)!=null?t:"",a=e.cloneNode(!0);if(!ge(a))return n;let i=!1;for(let l of a.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))l.remove(),i=!0;let s=i?(r=a.innerText)!=null?r:"":n;return cn.test(s)&&(s=s.replace(cn,"")),s}function r0(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let r=e.getAttribute("aria-labelledby");if(r){let n=r.split(" ").map(a=>{let i=document.getElementById(a);if(i){let s=i.getAttribute("aria-label");return typeof s=="string"?s.trim():un(i).trim()}return null}).filter(Boolean);if(n.length>0)return n.join(", ")}return un(e).trim()}function n0(e){let t=h.useRef(""),r=h.useRef("");return F(()=>{let n=e.current;if(!n)return"";let a=n.innerText;if(t.current===a)return r.current;let i=r0(n).trim().toLowerCase();return t.current=a,r.current=i,i})}var o0=Object.defineProperty,a0=(e,t,r)=>t in e?o0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,dn=(e,t,r)=>(a0(e,typeof t!="symbol"?t+"":t,r),r),K=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(K||{}),ke=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(ke||{}),ct=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(ct||{}),So=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.SelectOption=5]="SelectOption",e[e.RegisterOptions=6]="RegisterOptions",e[e.UnregisterOptions=7]="UnregisterOptions",e[e.SetButtonElement=8]="SetButtonElement",e[e.SetOptionsElement=9]="SetOptionsElement",e[e.SortOptions=10]="SortOptions",e[e.MarkButtonAsMoved=11]="MarkButtonAsMoved",e))(So||{});function fn(e,t=r=>r){let r=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,n=Jn(t(e.options.slice()),i=>i.dataRef.current.domRef.current),a=r?n.indexOf(r):null;return a===-1&&(a=null),{options:n,activeOptionIndex:a}}let i0={1(e){if(e.dataRef.current.disabled||e.listboxState===1)return e;let t=e.buttonElement?lt.Tracked(jo(e.buttonElement)):e.buttonPositionState;return{...e,activeOptionIndex:null,pendingFocus:{focus:D.Nothing},listboxState:1,__demoMode:!1,buttonPositionState:t}},0(e,t){if(e.dataRef.current.disabled||e.listboxState===0)return e;let r=e.activeOptionIndex,{isSelected:n}=e.dataRef.current,a=e.options.findIndex(i=>n(i.dataRef.current.value));return a!==-1&&(r=a),{...e,frozenValue:!1,pendingFocus:t.focus,listboxState:0,activeOptionIndex:r,__demoMode:!1,buttonPositionState:lt.Idle}},2(e,t){var r,n,a,i,s;if(e.dataRef.current.disabled||e.listboxState===1)return e;let l={...e,searchQuery:"",activationTrigger:(r=t.trigger)!=null?r:1,__demoMode:!1};if(t.focus===D.Nothing)return{...l,activeOptionIndex:null};if(t.focus===D.Specific)return{...l,activeOptionIndex:e.options.findIndex(d=>d.id===t.id)};if(t.focus===D.Previous){let d=e.activeOptionIndex;if(d!==null){let w=e.options[d].dataRef.current.domRef,p=it(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(p!==null){let f=e.options[p].dataRef.current.domRef;if(((n=w.current)==null?void 0:n.previousElementSibling)===f.current||((a=f.current)==null?void 0:a.previousElementSibling)===null)return{...l,activeOptionIndex:p}}}}else if(t.focus===D.Next){let d=e.activeOptionIndex;if(d!==null){let w=e.options[d].dataRef.current.domRef,p=it(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(p!==null){let f=e.options[p].dataRef.current.domRef;if(((i=w.current)==null?void 0:i.nextElementSibling)===f.current||((s=f.current)==null?void 0:s.nextElementSibling)===null)return{...l,activeOptionIndex:p}}}}let c=fn(e),u=it(t,{resolveItems:()=>c.options,resolveActiveIndex:()=>c.activeOptionIndex,resolveId:d=>d.id,resolveDisabled:d=>d.dataRef.current.disabled});return{...l,...c,activeOptionIndex:u}},3:(e,t)=>{if(e.dataRef.current.disabled||e.listboxState===1)return e;let r=e.searchQuery!==""?0:1,n=e.searchQuery+t.value.toLowerCase(),a=(e.activeOptionIndex!==null?e.options.slice(e.activeOptionIndex+r).concat(e.options.slice(0,e.activeOptionIndex+r)):e.options).find(s=>{var l;return!s.dataRef.current.disabled&&((l=s.dataRef.current.textValue)==null?void 0:l.startsWith(n))}),i=a?e.options.indexOf(a):-1;return i===-1||i===e.activeOptionIndex?{...e,searchQuery:n}:{...e,searchQuery:n,activeOptionIndex:i,activationTrigger:1}},4(e){return e.dataRef.current.disabled||e.listboxState===1||e.searchQuery===""?e:{...e,searchQuery:""}},5(e){return e.dataRef.current.mode===0?{...e,frozenValue:!0}:{...e}},6:(e,t)=>{let r=e.options.concat(t.options),n=e.activeOptionIndex;if(e.pendingFocus.focus!==D.Nothing&&(n=it(e.pendingFocus,{resolveItems:()=>r,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:a=>a.id,resolveDisabled:a=>a.dataRef.current.disabled})),e.activeOptionIndex===null){let{isSelected:a}=e.dataRef.current;if(a){let i=r.findIndex(s=>a==null?void 0:a(s.dataRef.current.value));i!==-1&&(n=i)}}return{...e,options:r,activeOptionIndex:n,pendingFocus:{focus:D.Nothing},pendingShouldSort:!0}},7:(e,t)=>{let r=e.options,n=[],a=new Set(t.options);for(let[i,s]of r.entries())if(a.has(s.id)&&(n.push(i),a.delete(s.id),a.size===0))break;if(n.length>0){r=r.slice();for(let i of n.reverse())r.splice(i,1)}return{...e,options:r,activationTrigger:1}},8:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},9:(e,t)=>e.optionsElement===t.element?e:{...e,optionsElement:t.element},10:e=>e.pendingShouldSort?{...e,...fn(e),pendingShouldSort:!1}:e,11(e){return e.buttonPositionState.kind!=="Tracked"?e:{...e,buttonPositionState:lt.Moved}}};class yr extends qn{constructor(t){super(t),dn(this,"actions",{onChange:r=>{let{onChange:n,compare:a,mode:i,value:s}=this.state.dataRef.current;return ie(i,{0:()=>n==null?void 0:n(r),1:()=>{let l=s.slice(),c=l.findIndex(u=>a(u,r));return c===-1?l.push(r):l.splice(c,1),n==null?void 0:n(l)}})},registerOption:Pt(()=>{let r=[],n=new Set;return[(a,i)=>{n.has(i)||(n.add(i),r.push({id:a,dataRef:i}))},()=>(n.clear(),this.send({type:6,options:r.splice(0)}))]}),unregisterOption:Pt(()=>{let r=[];return[n=>r.push(n),()=>{this.send({type:7,options:r.splice(0)})}]}),goToOption:Pt(()=>{let r=null;return[(n,a)=>{r={type:2,...n,trigger:a}},()=>r&&this.send(r)]}),closeListbox:()=>{this.send({type:1})},openListbox:r=>{this.send({type:0,focus:r})},selectActiveOption:()=>{var r;if(this.state.activeOptionIndex!==null){let{dataRef:n}=this.state.options[this.state.activeOptionIndex];this.actions.selectOption(n.current.value)}else this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(r=this.state.buttonElement)==null||r.focus({preventScroll:!0}))},selectOption:r=>{this.send({type:5,value:r})},search:r=>{this.send({type:3,value:r})},clearSearch:()=>{this.send({type:4})},setButtonElement:r=>{this.send({type:8,element:r})},setOptionsElement:r=>{this.send({type:9,element:r})}}),dn(this,"selectors",{activeDescendantId(r){var n;let a=r.activeOptionIndex,i=r.options;return a===null||(n=i[a])==null?void 0:n.id},isActive(r,n){var a;let i=r.activeOptionIndex,s=r.options;return i!==null?((a=s[i])==null?void 0:a.id)===n:!1},hasFrozenValue(r){return r.frozenValue},shouldScrollIntoView(r,n){return r.__demoMode||r.listboxState!==0||r.activationTrigger===0?!1:this.isActive(r,n)},didButtonMove(r){return r.buttonPositionState.kind==="Moved"}}),this.on(6,()=>{requestAnimationFrame(()=>{this.send({type:10})})});{let r=this.state.id,n=pr.get(null);this.disposables.add(n.on(zn.Push,a=>{!n.selectors.isTop(a,r)&&this.state.listboxState===0&&this.actions.closeListbox()})),this.on(0,()=>n.actions.push(r)),this.on(1,()=>n.actions.pop(r))}this.disposables.group(r=>{this.on(1,n=>{n.buttonElement&&(r.dispose(),r.add(ql(n.buttonElement,n.buttonPositionState,()=>{this.send({type:11})})))})}),this.on(5,(r,n)=>{var a;this.actions.onChange(n.value),this.state.dataRef.current.mode===0&&(this.actions.closeListbox(),(a=this.state.buttonElement)==null||a.focus({preventScroll:!0}))})}static new({id:t,__demoMode:r=!1}){return new yr({id:t,dataRef:{current:{}},listboxState:r?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:D.Nothing},frozenValue:!1,__demoMode:r,buttonPositionState:lt.Idle})}reduce(t,r){return ie(r.type,i0,t,r)}}const Bo=h.createContext(null);function Rr(e){let t=h.useContext(Bo);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,Io),r}return t}function Io({id:e,__demoMode:t=!1}){let r=h.useMemo(()=>yr.new({id:e,__demoMode:t}),[]);return ko(()=>r.dispose()),r}let At=h.createContext(null);At.displayName="ListboxDataContext";function tt(e){let t=h.useContext(At);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,tt),r}return t}let s0=h.Fragment;function l0(e,t){let r=h.useId(),n=fr(),{value:a,defaultValue:i,form:s,name:l,onChange:c,by:u,invalid:d=!1,disabled:w=n||!1,horizontal:p=!1,multiple:f=!1,__demoMode:v=!1,...x}=e;const g=p?"horizontal":"vertical";let k=se(t),b=Na(i),[E=f?[]:void 0,R]=Ha(a,c,b),y=Io({id:r,__demoMode:v}),j=h.useRef({static:!1,hold:!1}),L=h.useRef(new Map),S=fi(u),T=h.useCallback(q=>ie(M.mode,{[ke.Multi]:()=>E.some(_=>S(_,q)),[ke.Single]:()=>S(E,q)}),[E]),M=ye({value:E,disabled:w,invalid:d,mode:f?ke.Multi:ke.Single,orientation:g,onChange:R,compare:S,isSelected:T,optionsPropsRef:j,listRef:L});Z(()=>{y.state.dataRef.current=M},[M]);let A=Y(y,q=>q.listboxState),N=pr.get(null),P=Y(N,h.useCallback(q=>N.selectors.isTop(q,r),[N,r])),[B,$]=Y(y,q=>[q.buttonElement,q.optionsElement]);Hi(P,[B,$],(q,_)=>{y.send({type:So.CloseListbox}),Qn(_,wr.Loose)||(q.preventDefault(),B==null||B.focus())});let W=ye({open:A===K.Open,disabled:w,invalid:d,value:E}),[U,O]=ii({inherit:!0}),I={ref:k},V=h.useCallback(()=>{if(b!==void 0)return R==null?void 0:R(b)},[R,b]),pe=re();return h.createElement(O,{value:U,props:{htmlFor:B==null?void 0:B.id},slot:{open:A===K.Open,disabled:w}},h.createElement(Ol,null,h.createElement(Bo.Provider,{value:y},h.createElement(At.Provider,{value:M},h.createElement(Eo,{value:ie(A,{[K.Open]:le.Open,[K.Closed]:le.Closed})},l!=null&&E!=null&&h.createElement(Ga,{disabled:w,data:{[l]:E},form:s,onReset:V}),pe({ourProps:I,theirProps:x,slot:W,defaultTag:s0,name:"Listbox"}))))))}let c0="button";function u0(e,t){let r=h.useId(),n=In(),a=tt("Listbox.Button"),i=Rr("Listbox.Button"),{id:s=n||`headlessui-listbox-button-${r}`,disabled:l=a.disabled||!1,autoFocus:c=!1,...u}=e,d=se(t,Ll(),i.actions.setButtonElement),w=Ml(),[p,f,v]=Y(i,$=>[$.listboxState,$.buttonElement,$.optionsElement]),x=p===K.Open;Di(x,{trigger:f,action:h.useCallback($=>{if(f!=null&&f.contains($.target))return ot.Ignore;let W=$.target.closest('[role="option"]:not([data-disabled])');return ge(W)?ot.Select(W):v!=null&&v.contains($.target)?ot.Ignore:ot.Close},[f,v]),close:i.actions.closeListbox,select:i.actions.selectActiveOption});let g=F($=>{switch($.key){case G.Enter:Va($.currentTarget);break;case G.Space:case G.ArrowDown:$.preventDefault(),i.actions.openListbox({focus:a.value?D.Nothing:D.First});break;case G.ArrowUp:$.preventDefault(),i.actions.openListbox({focus:a.value?D.Nothing:D.Last});break}}),k=F($=>{switch($.key){case G.Space:$.preventDefault();break}}),b=hi($=>{var W;i.state.listboxState===K.Open?(Ae.flushSync(()=>i.actions.closeListbox()),(W=i.state.buttonElement)==null||W.focus({preventScroll:!0})):($.preventDefault(),i.actions.openListbox({focus:D.Nothing}))}),E=F($=>$.preventDefault()),R=Dn([s]),y=ri(),{isFocusVisible:j,focusProps:L}=ja({autoFocus:c}),{isHovered:S,hoverProps:T}=Ra({isDisabled:l}),{pressed:M,pressProps:A}=Fa({disabled:l}),N=ye({open:p===K.Open,active:M||p===K.Open,disabled:l,invalid:a.invalid,value:a.value,hover:S,focus:j,autofocus:c}),P=Y(i,$=>$.listboxState===K.Open),B=On(w(),{ref:d,id:s,type:_i(e,f),"aria-haspopup":"listbox","aria-controls":v==null?void 0:v.id,"aria-expanded":P,"aria-labelledby":R,"aria-describedby":y,disabled:l||void 0,autoFocus:c,onKeyDown:g,onKeyUp:k,onKeyPress:E},b,L,T,A);return re()({ourProps:B,theirProps:u,slot:N,defaultTag:c0,name:"Listbox.Button"})}let Wo=h.createContext(!1),d0="div",f0=ht.RenderStrategy|ht.Static;function m0(e,t){let r=h.useId(),{id:n=`headlessui-listbox-options-${r}`,anchor:a,portal:i=!1,modal:s=!0,transition:l=!1,...c}=e,u=jl(a),[d,w]=h.useState(null);u&&(i=!0);let p=tt("Listbox.Options"),f=Rr("Listbox.Options"),[v,x,g,k]=Y(f,C=>[C.listboxState,C.buttonElement,C.optionsElement,C.__demoMode]),b=rr(x),E=rr(g),R=kr(),[y,j]=ro(l,d,R!==null?(R&le.Open)===le.Open:v===K.Open);Mi(y,x,f.actions.closeListbox);let L=k?!1:s&&v===K.Open;Xi(L,E);let S=k?!1:s&&v===K.Open;Li(S,{allowed:h.useCallback(()=>[x,g],[x,g])});let T=Y(f,f.selectors.didButtonMove)?!1:y,M=Y(f,f.selectors.hasFrozenValue)&&!e.static,A=bo(M,p.value),N=h.useCallback(C=>p.compare(A,C),[p.compare,A]),P=Y(f,C=>{var ne;if(u==null||!((ne=u==null?void 0:u.to)!=null&&ne.includes("selection")))return null;let xe=C.options.findIndex(Ce=>N(Ce.dataRef.current.value));return xe===-1&&(xe=0),xe}),B=(()=>{if(u==null)return;if(P===null)return{...u,inner:void 0};let C=Array.from(p.listRef.current.values());return{...u,inner:{listRef:{current:C},index:P}}})(),[$,W]=$l(B),U=Cl(),O=se(t,u?$:null,f.actions.setOptionsElement,w),I=Ie();h.useEffect(()=>{let C=g;C&&v===K.Open&&($a(C)||C==null||C.focus({preventScroll:!0}))},[v,g]);let V=F(C=>{var ne;switch(I.dispose(),C.key){case G.Space:if(f.state.searchQuery!=="")return C.preventDefault(),C.stopPropagation(),f.actions.search(C.key);case G.Enter:C.preventDefault(),C.stopPropagation(),f.actions.selectActiveOption();break;case ie(p.orientation,{vertical:G.ArrowDown,horizontal:G.ArrowRight}):return C.preventDefault(),C.stopPropagation(),f.actions.goToOption({focus:D.Next});case ie(p.orientation,{vertical:G.ArrowUp,horizontal:G.ArrowLeft}):return C.preventDefault(),C.stopPropagation(),f.actions.goToOption({focus:D.Previous});case G.Home:case G.PageUp:return C.preventDefault(),C.stopPropagation(),f.actions.goToOption({focus:D.First});case G.End:case G.PageDown:return C.preventDefault(),C.stopPropagation(),f.actions.goToOption({focus:D.Last});case G.Escape:C.preventDefault(),C.stopPropagation(),Ae.flushSync(()=>f.actions.closeListbox()),(ne=f.state.buttonElement)==null||ne.focus({preventScroll:!0});return;case G.Tab:C.preventDefault(),C.stopPropagation(),Ae.flushSync(()=>f.actions.closeListbox()),Ii(f.state.buttonElement,C.shiftKey?tr.Previous:tr.Next);break;default:C.key.length===1&&(f.actions.search(C.key),I.setTimeout(()=>f.actions.clearSearch(),350));break}}),pe=Y(f,C=>{var ne;return(ne=C.buttonElement)==null?void 0:ne.id}),q=ye({open:v===K.Open}),_=On(u?U():{},{id:n,ref:O,"aria-activedescendant":Y(f,f.selectors.activeDescendantId),"aria-multiselectable":p.mode===ke.Multi?!0:void 0,"aria-labelledby":pe,"aria-orientation":p.orientation,onKeyDown:V,role:"listbox",tabIndex:v===K.Open?0:void 0,style:{...c.style,...W,"--button-width":mi(y,x,!0).width},...to(j)}),Ft=re(),Me=h.useMemo(()=>p.mode===ke.Multi?p:{...p,isSelected:N},[p,N]);return h.createElement(Ul,{enabled:i?e.static||y:!1,ownerDocument:b},h.createElement(At.Provider,{value:Me},Ft({ourProps:_,theirProps:c,slot:q,defaultTag:d0,features:f0,visible:T,name:"Listbox.Options"})))}let h0="div";function p0(e,t){let r=h.useId(),{id:n=`headlessui-listbox-option-${r}`,disabled:a=!1,value:i,...s}=e,l=h.useContext(Wo)===!0,c=tt("Listbox.Option"),u=Rr("Listbox.Option"),d=Y(u,M=>u.selectors.isActive(M,n)),w=c.isSelected(i),p=h.useRef(null),f=n0(p),v=We({disabled:a,value:i,domRef:p,get textValue(){return f()}}),x=se(t,p,M=>{M?c.listRef.current.set(n,M):c.listRef.current.delete(n)}),g=Y(u,M=>u.selectors.shouldScrollIntoView(M,n));Z(()=>{if(g)return te().requestAnimationFrame(()=>{var M,A;(A=(M=p.current)==null?void 0:M.scrollIntoView)==null||A.call(M,{block:"nearest"})})},[g,p]),Z(()=>{if(!l)return u.actions.registerOption(n,v),()=>u.actions.unregisterOption(n)},[v,n,l]);let k=F(M=>{if(a)return M.preventDefault();u.actions.selectOption(i)}),b=F(()=>{if(a)return u.actions.goToOption({focus:D.Nothing});u.actions.goToOption({focus:D.Specific,id:n})}),E=Yi(),R=F(M=>E.update(M)),y=F(M=>{E.wasMoved(M)&&(a||d&&u.state.activationTrigger===ct.Pointer||u.actions.goToOption({focus:D.Specific,id:n},ct.Pointer))}),j=F(M=>{E.wasMoved(M)&&(a||d&&u.state.activationTrigger===ct.Pointer&&u.actions.goToOption({focus:D.Nothing}))}),L=ye({active:d,focus:d,selected:w,disabled:a,selectedOption:w&&l}),S=l?{}:{id:n,ref:x,role:"option",tabIndex:a===!0?void 0:-1,"aria-disabled":a===!0?!0:void 0,"aria-selected":w,disabled:void 0,onClick:k,onFocus:b,onPointerEnter:R,onMouseEnter:R,onPointerMove:y,onMouseMove:y,onPointerLeave:j,onMouseLeave:j},T=re();return!w&&l?null:T({ourProps:S,theirProps:s,slot:L,defaultTag:h0,name:"Listbox.Option"})}let w0=h.Fragment;function v0(e,t){let{options:r,placeholder:n,...a}=e,i={ref:se(t)},s=tt("ListboxSelectedOption"),l=ye({}),c=s.value===void 0||s.value===null||s.mode===ke.Multi&&Array.isArray(s.value)&&s.value.length===0,u=re();return h.createElement(Wo.Provider,{value:!0},u({ourProps:i,theirProps:{...a,children:h.createElement(h.Fragment,null,n&&c?n:r)},slot:l,defaultTag:w0,name:"ListboxSelectedOption"}))}let g0=Q(l0),jr=Q(u0),x0=ui,Lr=Q(m0),Mr=Q(p0),b0=Q(v0),To=Object.assign(g0,{Button:jr,Label:x0,Options:Lr,Option:Mr,SelectedOption:b0});function E0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}))}const Po=o.forwardRef(E0);function k0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{fillRule:"evenodd",d:"M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z",clipRule:"evenodd"}))}const Ho=o.forwardRef(k0);function y0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,helper:s,description:l,placeholder:c="Select an option",required:u,error:d,options:w=[],optionId:p="id",optionLabel:f="name"}=e,[v,x]=h.useState(!1),g=!!d,k=g?n.error:v?n.inputFocusBorder:n.inputBorder,b=()=>{if(!t)return null;const y=w.find(j=>typeof j=="string"?j===t:j[p]===t);return typeof y=="string"?y:y==null?void 0:y[f]},E=y=>{const j=typeof y=="string"?y:y[p];r(j)},R=b();return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,u&&m.jsxRuntimeExports.jsx("span",{style:{color:n.inputFocusBorder},className:"ml-1 text-xs",children:"*"})]}),!u&&!g&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"(Optional)"})]}),s&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-2 text-xs",children:s}),m.jsxRuntimeExports.jsx("div",{className:"relative mt-2",children:m.jsxRuntimeExports.jsx(To,{value:t,onChange:E,onFocus:()=>x(!0),onBlur:()=>x(!1),children:m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsxs(jr,{id:a,style:{color:g?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:"0.75rem",paddingRight:"2.5rem"},className:"relative w-full cursor-default py-1.5 text-left text-base outline-none sm:text-sm/6",children:[m.jsxRuntimeExports.jsx("span",{className:`block truncate ${R?"":"opacity-50"}`,style:{color:R?void 0:n.inputPlaceholder},children:t||R||c}),m.jsxRuntimeExports.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:m.jsxRuntimeExports.jsx(Ho,{className:"h-5 w-5",style:{color:n.inputPlaceholder},"aria-hidden":"true"})})]}),m.jsxRuntimeExports.jsx(Fo,{as:h.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:m.jsxRuntimeExports.jsx(Lr,{style:{backgroundColor:n.inputBackground,color:n.inputText,borderColor:n.inputBorder,borderWidth:"1px",borderStyle:"solid"},className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md py-1 text-base shadow-lg sm:text-sm",children:w.map((y,j)=>{const L=typeof y=="string"?y:y.value,S=typeof y=="string"?y:y.name+y.label?` (${y.label})`:"";return m.jsxRuntimeExports.jsx(Mr,{className:({active:T})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${T?"bg-gray-100":""}`,value:L,children:({selected:T})=>m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[m.jsxRuntimeExports.jsx("span",{style:{fontWeight:T?"600":"400"},className:"block truncate",children:S}),T&&m.jsxRuntimeExports.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n.inputFocusBorder},children:m.jsxRuntimeExports.jsx(Po,{className:"h-5 w-5","aria-hidden":"true"})})]})},j)})})})]})})}),g?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}function R0({fields:e,onSave:t,title:r="Item",value:n=[]}){const[a,i]=h.useState([]),[s,l]=h.useState([]),[c,u]=h.useState(!1),d=r.endsWith("s")?r.slice(0,-1):r;h.useEffect(()=>{e&&e.length>0?i(e):i([{name:"profileImg",type:"fileV2",title:"Profile Image"},{name:"altText",type:"string",title:"Image Alt Text"}]),Array.isArray(n)&&l(n)},[e,n]);const w=()=>u(!0),p=()=>{l(b=>[...b,{}]),w()},f=(b,E)=>{const{name:R,value:y}=E.target,j=[...s];j[b]={...j[b],[R]:y},l(j),w()},v=b=>{const E=[...s];E.splice(b,1),l(E),w()},x=b=>{if(b===0)return;const E=[...s],R=E[b-1];E[b-1]=E[b],E[b]=R,l(E),w()},g=b=>{if(b===s.length-1)return;const E=[...s],R=E[b+1];E[b+1]=E[b],E[b]=R,l(E),w()},k=()=>{t==null||t(s),u(!1)};return m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[r&&m.jsxRuntimeExports.jsx("div",{className:"mb-1 flex justify-between",children:m.jsxRuntimeExports.jsx("label",{className:"block text-sm/6 font-medium",children:r})}),m.jsxRuntimeExports.jsxs("div",{className:"mb-6 space-y-4 rounded-lg bg-neutral-100 p-4 shadow-inner",children:[m.jsxRuntimeExports.jsxs("div",{className:"flex items-center justify-between gap-4",children:[m.jsxRuntimeExports.jsx("button",{type:"button",onClick:p,className:"rounded bg-primary px-4 py-2 text-white hover:bg-primary/80",children:"Add +"}),m.jsxRuntimeExports.jsx("button",{type:"button",onClick:k,className:`rounded px-4 py-2 text-white transition ${c?"bg-yellow-500 hover:bg-yellow-600":"bg-green-600 hover:bg-green-700"}`,children:c?"Save Changes ✱":"Saved ✅"})]}),s.map((b,E)=>m.jsxRuntimeExports.jsxs("div",{className:"relative space-y-2 rounded border bg-white p-4 shadow",children:[m.jsxRuntimeExports.jsxs("div",{className:"mb-2 flex items-center justify-between",children:[m.jsxRuntimeExports.jsxs("span",{className:"text-sm font-semibold text-gray-600",children:[d," #",E+1]}),m.jsxRuntimeExports.jsxs("div",{className:"flex gap-2",children:[m.jsxRuntimeExports.jsx("button",{onClick:()=>x(E),disabled:E===0,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↑ Up"}),m.jsxRuntimeExports.jsx("button",{onClick:()=>g(E),disabled:E===s.length-1,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↓ Down"}),m.jsxRuntimeExports.jsx("button",{onClick:()=>v(E),className:"rounded bg-red-500 px-2 py-1 text-xs text-white hover:bg-red-600",children:"✕ Remove"})]})]}),a.map((R,y)=>m.jsxRuntimeExports.jsx(m.jsxRuntimeExports.Fragment,{children:m.jsxRuntimeExports.jsx(m.ReturnFieldsV2,{field:R,value:b[R.name]||"",onChange:j=>f(E,j)},y)}))]},E))]})]})}function j0({field:e,value:t,onChange:r}){const{name:n,label:a,placeholder:i="Enter a number",description:s,optional:l,error:c,min:u,max:d,step:w}=e,p=!!c;return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"flex justify-between",children:[a&&m.jsxRuntimeExports.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),l&&!p&&m.jsxRuntimeExports.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),m.jsxRuntimeExports.jsxs("div",{className:"relative mt-2",children:[m.jsxRuntimeExports.jsx("input",{id:n,name:n,type:"number",value:t||0,placeholder:i,onChange:r,min:u,max:d,step:w,"aria-invalid":p?"true":"false","aria-describedby":p?`${n}-error`:s?`${n}-description`:void 0,className:["block w-full rounded-md bg-white px-4 py-1.5 text-base outline outline-1 -outline-offset-1 placeholder:text-gray-400 focus:outline focus:outline-2 focus:-outline-offset-2 sm:text-sm/6","dark:bg-white/5",p?"text-red-900 outline-red-300 focus:outline-red-600 dark:text-red-400 dark:outline-red-500/50 dark:placeholder:text-red-400/70 dark:focus:outline-red-400":"text-gray-900 outline-gray-300 focus:outline-indigo-600 dark:text-white dark:outline-white/10 dark:placeholder:text-gray-500 dark:focus:outline-indigo-500"].join(" ")}),p&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5 text-red-500 dark:text-red-400"})]}),p?m.jsxRuntimeExports.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:c}):s?m.jsxRuntimeExports.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:s}):null]})}function L0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,optional:l,required:c,error:u}=e,[d,w]=h.useState(!1),p=!!u,f=p?n.error:d?n.inputFocusBorder:n.inputBorder;return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),l&&!p&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"date",value:t||"",onChange:r,onFocus:()=>w(!0),onBlur:()=>w(!1),"aria-invalid":p?"true":"false","aria-describedby":p?`${a}-error`:s?`${a}-description`:void 0,style:{color:p?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:f,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),p&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),p?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:u}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}function M0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"}))}const C0=o.forwardRef(M0);function $0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"}))}const O0=o.forwardRef($0);function A0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"}))}const F0=o.forwardRef(A0);function S0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const B0=o.forwardRef(S0);function I0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const W0=o.forwardRef(I0);function T0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const P0=o.forwardRef(T0);function H0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const N0=o.forwardRef(H0);function V0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}const D0=o.forwardRef(V0);function _0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const Z0=o.forwardRef(_0);function U0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"}))}const q0=o.forwardRef(U0);function G0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}const z0=o.forwardRef(G0);function K0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"}))}const X0=o.forwardRef(K0);function Y0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}const Q0=o.forwardRef(Y0);function J0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const e1=o.forwardRef(J0);function t1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const r1=o.forwardRef(t1);function n1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"}))}const o1=o.forwardRef(n1);function a1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"}))}const i1=o.forwardRef(a1);function s1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}const l1=o.forwardRef(s1);function c1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}const u1=o.forwardRef(c1);function d1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}const f1=o.forwardRef(d1);function m1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}const h1=o.forwardRef(m1);function p1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}const w1=o.forwardRef(p1);function v1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 0 0-3.7-3.7 48.678 48.678 0 0 0-7.324 0 4.006 4.006 0 0 0-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 0 0 3.7 3.7 48.656 48.656 0 0 0 7.324 0 4.006 4.006 0 0 0 3.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3-3 3"}))}const g1=o.forwardRef(v1);function x1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99"}))}const b1=o.forwardRef(x1);function E1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const k1=o.forwardRef(E1);function y1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15M12 9l3 3m0 0-3 3m3-3H2.25"}))}const R1=o.forwardRef(y1);function j1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const L1=o.forwardRef(j1);function M1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const C1=o.forwardRef(M1);function $1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}const O1=o.forwardRef($1);function A1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}const F1=o.forwardRef(A1);function S1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}const B1=o.forwardRef(S1);function I1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12h15m0 0-6.75-6.75M19.5 12l-6.75 6.75"}))}const W1=o.forwardRef(I1);function T1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 19.5v-15m0 0-6.75 6.75M12 4.5l6.75 6.75"}))}const P1=o.forwardRef(T1);function H1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"}))}const N1=o.forwardRef(H1);function V1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6 9 12.75l4.286-4.286a11.948 11.948 0 0 1 4.306 6.43l.776 2.898m0 0 3.182-5.511m-3.182 5.51-5.511-3.181"}))}const D1=o.forwardRef(V1);function _1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941"}))}const Z1=o.forwardRef(_1);function U1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499"}))}const q1=o.forwardRef(U1);function G1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75 3.75m0 0-3.75 3.75m3.75-3.75H3.74V4.499"}))}const z1=o.forwardRef(G1);function K1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25"}))}const X1=o.forwardRef(K1);function Y1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}const Q1=o.forwardRef(Y1);function J1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}const e5=o.forwardRef(J1);function t5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49"}))}const r5=o.forwardRef(t5);function n5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5"}))}const o5=o.forwardRef(n5);function a5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}const i5=o.forwardRef(a5);function s5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25-3-3m0 0-3 3m3-3v7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const l5=o.forwardRef(s5);function c5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}const u5=o.forwardRef(c5);function d5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m0-3-3-3m0 0-3 3m3-3v11.25m6-2.25h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"}))}const f5=o.forwardRef(d5);function m5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15m0-3-3-3m0 0-3 3m3-3V15"}))}const h5=o.forwardRef(m5);function p5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"}))}const w5=o.forwardRef(p5);function v5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5"}))}const g5=o.forwardRef(v5);function x5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}const b5=o.forwardRef(x5);function E5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}const k5=o.forwardRef(E5);function y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"}))}const R5=o.forwardRef(y5);function j5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 15 6-6m0 0-6-6m6 6H9a6 6 0 0 0 0 12h3"}))}const L5=o.forwardRef(j5);function M5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}const C5=o.forwardRef(M5);function $5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"}))}const O5=o.forwardRef($5);function A5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"}))}const F5=o.forwardRef(A5);function S5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}const B5=o.forwardRef(S5);function I5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7.5 7.5 3m0 0L12 7.5M7.5 3v13.5m13.5 0L16.5 21m0 0L12 16.5m4.5 4.5V7.5"}))}const W5=o.forwardRef(I5);function T5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm0 0c0 1.657 1.007 3 2.25 3S21 13.657 21 12a9 9 0 1 0-2.636 6.364M16.5 12V8.25"}))}const P5=o.forwardRef(T5);function H5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75 14.25 12m0 0 2.25 2.25M14.25 12l2.25-2.25M14.25 12 12 14.25m-2.58 4.92-6.374-6.375a1.125 1.125 0 0 1 0-1.59L9.42 4.83c.21-.211.497-.33.795-.33H19.5a2.25 2.25 0 0 1 2.25 2.25v10.5a2.25 2.25 0 0 1-2.25 2.25h-9.284c-.298 0-.585-.119-.795-.33Z"}))}const N5=o.forwardRef(H5);function V5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061A1.125 1.125 0 0 1 21 8.689v8.122ZM11.25 16.811c0 .864-.933 1.406-1.683.977l-7.108-4.061a1.125 1.125 0 0 1 0-1.954l7.108-4.061a1.125 1.125 0 0 1 1.683.977v8.122Z"}))}const D5=o.forwardRef(V5);function _5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z"}))}const Z5=o.forwardRef(_5);function U5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9h16.5m-16.5 6.75h16.5"}))}const q5=o.forwardRef(U5);function G5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25H12"}))}const z5=o.forwardRef(G5);function K5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}const X5=o.forwardRef(K5);function Y5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}const Q5=o.forwardRef(Y5);function J5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const e2=o.forwardRef(J5);function t2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}const r2=o.forwardRef(t2);function n2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}const o2=o.forwardRef(n2);function a2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}const i2=o.forwardRef(a2);function s2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const l2=o.forwardRef(s2);function c2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H18V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const u2=o.forwardRef(c2);function d2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5h6.75V15H4.5v-4.5ZM3.75 18h15A2.25 2.25 0 0 0 21 15.75v-6a2.25 2.25 0 0 0-2.25-2.25h-15A2.25 2.25 0 0 0 1.5 9.75v6A2.25 2.25 0 0 0 3.75 18Z"}))}const f2=o.forwardRef(d2);function m2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.75 3.104v5.714a2.25 2.25 0 0 1-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 0 1 4.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0 1 12 15a9.065 9.065 0 0 0-6.23-.693L5 14.5m14.8.8 1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0 1 12 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"}))}const h2=o.forwardRef(m2);function p2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M3.124 7.5A8.969 8.969 0 0 1 5.292 3m13.416 0a8.969 8.969 0 0 1 2.168 4.5"}))}const w2=o.forwardRef(p2);function v2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.143 17.082a24.248 24.248 0 0 0 3.844.148m-3.844-.148a23.856 23.856 0 0 1-5.455-1.31 8.964 8.964 0 0 0 2.3-5.542m3.155 6.852a3 3 0 0 0 5.667 1.97m1.965-2.277L21 21m-4.225-4.225a23.81 23.81 0 0 0 3.536-1.003A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6.53 6.53m10.245 10.245L6.53 6.53M3 3l3.53 3.53"}))}const g2=o.forwardRef(v2);function x2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0M10.5 8.25h3l-3 4.5h3"}))}const b2=o.forwardRef(x2);function E2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0"}))}const k2=o.forwardRef(E2);function y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinejoin:"round",d:"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z"}))}const R2=o.forwardRef(y2);function j2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.412 15.655 9.75 21.75l3.745-4.012M9.257 13.5H3.75l2.659-2.849m2.048-2.194L14.25 2.25 12 10.5h8.25l-4.707 5.043M8.457 8.457 3 3m5.457 5.457 7.086 7.086m0 0L21 21"}))}const L2=o.forwardRef(j2);function M2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}const C2=o.forwardRef(M2);function $2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"}))}const O2=o.forwardRef($2);function A2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 1.664 1.664M21 21l-1.5-1.5m-5.485-1.242L12 17.25 4.5 21V8.742m.164-4.078a2.15 2.15 0 0 1 1.743-1.342 48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185V19.5M4.664 4.664 19.5 19.5"}))}const F2=o.forwardRef(A2);function S2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 3.75V16.5L12 14.25 7.5 16.5V3.75m9 0H18A2.25 2.25 0 0 1 20.25 6v12A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h1.5m9 0h-9"}))}const B2=o.forwardRef(S2);function I2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"}))}const W2=o.forwardRef(I2);function T2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"}))}const P2=o.forwardRef(T2);function H2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12.75c1.148 0 2.278.08 3.383.237 1.037.146 1.866.966 1.866 2.013 0 3.728-2.35 6.75-5.25 6.75S6.75 18.728 6.75 15c0-1.046.83-1.867 1.866-2.013A24.204 24.204 0 0 1 12 12.75Zm0 0c2.883 0 5.647.508 8.207 1.44a23.91 23.91 0 0 1-1.152 6.06M12 12.75c-2.883 0-5.647.508-8.208 1.44.125 2.104.52 4.136 1.153 6.06M12 12.75a2.25 2.25 0 0 0 2.248-2.354M12 12.75a2.25 2.25 0 0 1-2.248-2.354M12 8.25c.995 0 1.971-.08 2.922-.236.403-.066.74-.358.795-.762a3.778 3.778 0 0 0-.399-2.25M12 8.25c-.995 0-1.97-.08-2.922-.236-.402-.066-.74-.358-.795-.762a3.734 3.734 0 0 1 .4-2.253M12 8.25a2.25 2.25 0 0 0-2.248 2.146M12 8.25a2.25 2.25 0 0 1 2.248 2.146M8.683 5a6.032 6.032 0 0 1-1.155-1.002c.07-.63.27-1.222.574-1.747m.581 2.749A3.75 3.75 0 0 1 15.318 5m0 0c.427-.283.815-.62 1.155-.999a4.471 4.471 0 0 0-.575-1.752M4.921 6a24.048 24.048 0 0 0-.392 3.314c1.668.546 3.416.914 5.223 1.082M19.08 6c.205 1.08.337 2.187.392 3.314a23.882 23.882 0 0 1-5.223 1.082"}))}const N2=o.forwardRef(H2);function V2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12V6.75Z"}))}const D2=o.forwardRef(V2);function _2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z"}))}const Z2=o.forwardRef(_2);function U2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"}))}const q2=o.forwardRef(U2);function G2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 21v-7.5a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 .75.75V21m-4.5 0H2.36m11.14 0H18m0 0h3.64m-1.39 0V9.349M3.75 21V9.349m0 0a3.001 3.001 0 0 0 3.75-.615A2.993 2.993 0 0 0 9.75 9.75c.896 0 1.7-.393 2.25-1.016a2.993 2.993 0 0 0 2.25 1.016c.896 0 1.7-.393 2.25-1.015a3.001 3.001 0 0 0 3.75.614m-16.5 0a3.004 3.004 0 0 1-.621-4.72l1.189-1.19A1.5 1.5 0 0 1 5.378 3h13.243a1.5 1.5 0 0 1 1.06.44l1.19 1.189a3 3 0 0 1-.621 4.72M6.75 18h3.75a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75H6.75a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75Z"}))}const z2=o.forwardRef(G2);function K2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8.25v-1.5m0 1.5c-1.355 0-2.697.056-4.024.166C6.845 8.51 6 9.473 6 10.608v2.513m6-4.871c1.355 0 2.697.056 4.024.166C17.155 8.51 18 9.473 18 10.608v2.513M15 8.25v-1.5m-6 1.5v-1.5m12 9.75-1.5.75a3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0 3.354 3.354 0 0 0-3 0 3.354 3.354 0 0 1-3 0L3 16.5m15-3.379a48.474 48.474 0 0 0-6-.371c-2.032 0-4.034.126-6 .371m12 0c.39.049.777.102 1.163.16 1.07.16 1.837 1.094 1.837 2.175v5.169c0 .621-.504 1.125-1.125 1.125H4.125A1.125 1.125 0 0 1 3 20.625v-5.17c0-1.08.768-2.014 1.837-2.174A47.78 47.78 0 0 1 6 13.12M12.265 3.11a.375.375 0 1 1-.53 0L12 2.845l.265.265Zm-3 0a.375.375 0 1 1-.53 0L9 2.845l.265.265Zm6 0a.375.375 0 1 1-.53 0L15 2.845l.265.265Z"}))}const X2=o.forwardRef(K2);function Y2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 15.75V18m-7.5-6.75h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V13.5Zm0 2.25h.008v.008H8.25v-.008Zm0 2.25h.008v.008H8.25V18Zm2.498-6.75h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V13.5Zm0 2.25h.007v.008h-.007v-.008Zm0 2.25h.007v.008h-.007V18Zm2.504-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5Zm0 2.25h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V18Zm2.498-6.75h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V13.5ZM8.25 6h7.5v2.25h-7.5V6ZM12 2.25c-1.892 0-3.758.11-5.593.322C5.307 2.7 4.5 3.65 4.5 4.757V19.5a2.25 2.25 0 0 0 2.25 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25V4.757c0-1.108-.806-2.057-1.907-2.185A48.507 48.507 0 0 0 12 2.25Z"}))}const Q2=o.forwardRef(Y2);function J2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 2.994v2.25m10.5-2.25v2.25m-14.252 13.5V7.491a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12v-.006Zm-.001 4.5h.006v.006h-.006v-.005Zm-2.25.001h.005v.006H9.75v-.006Zm-2.25 0h.005v.005h-.006v-.005Zm6.75-2.247h.005v.005h-.005v-.005Zm0 2.247h.006v.006h-.006v-.006Zm2.25-2.248h.006V15H16.5v-.005Z"}))}const ec=o.forwardRef(J2);function tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z"}))}const rc=o.forwardRef(tc);function nc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"}))}const oc=o.forwardRef(nc);function ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.774 48.774 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z"}))}const ic=o.forwardRef(ac);function sc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const lc=o.forwardRef(sc);function cc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"}))}const uc=o.forwardRef(cc);function dc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"}))}const fc=o.forwardRef(dc);function mc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 0 1 .865-.501 48.172 48.172 0 0 0 3.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const hc=o.forwardRef(mc);function pc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.068.157 2.148.279 3.238.364.466.037.893.281 1.153.671L12 21l2.652-3.978c.26-.39.687-.634 1.153-.67 1.09-.086 2.17-.208 3.238-.365 1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const wc=o.forwardRef(pc);function vc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const gc=o.forwardRef(vc);function xc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const bc=o.forwardRef(xc);function Ec({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 0 1 1.037-.443 48.282 48.282 0 0 0 5.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"}))}const kc=o.forwardRef(Ec);function yc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12c0 4.556-4.03 8.25-9 8.25a9.764 9.764 0 0 1-2.555-.337A5.972 5.972 0 0 1 5.41 20.97a5.969 5.969 0 0 1-.474-.065 4.48 4.48 0 0 0 .978-2.025c.09-.457-.133-.901-.467-1.226C3.93 16.178 3 14.189 3 12c0-4.556 4.03-8.25 9-8.25s9 3.694 9 8.25Z"}))}const Rc=o.forwardRef(yc);function jc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z"}))}const Lc=o.forwardRef(jc);function Mc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z"}))}const Cc=o.forwardRef(Mc);function $c({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Oc=o.forwardRef($c);function Ac({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))}const Fc=o.forwardRef(Ac);function Sc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}const Bc=o.forwardRef(Sc);function Ic({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}const Wc=o.forwardRef(Ic);function Tc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}const Pc=o.forwardRef(Tc);function Hc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 18.75 7.5-7.5 7.5 7.5"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 7.5-7.5 7.5 7.5"}))}const Nc=o.forwardRef(Hc);function Vc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}const Dc=o.forwardRef(Vc);function _c({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5 8.25 12l7.5-7.5"}))}const Zc=o.forwardRef(_c);function Uc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 4.5 7.5 7.5-7.5 7.5"}))}const qc=o.forwardRef(Uc);function Gc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))}const zc=o.forwardRef(Gc);function Kc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 15.75 7.5-7.5 7.5 7.5"}))}const Xc=o.forwardRef(Kc);function Yc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"}))}const Qc=o.forwardRef(Yc);function Jc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75"}))}const eu=o.forwardRef(Jc);function tu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z"}))}const ru=o.forwardRef(tu);function nu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"}))}const ou=o.forwardRef(nu);function au({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0 0 13.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 0 1-2.25 2.25H6.75A2.25 2.25 0 0 1 4.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 0 1 1.927-.184"}))}const iu=o.forwardRef(au);function su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const lu=o.forwardRef(su);function cu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9.75v6.75m0 0-3-3m3 3 3-3m-8.25 6a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const uu=o.forwardRef(cu);function du({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z"}))}const fu=o.forwardRef(du);function mu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15a4.5 4.5 0 0 0 4.5 4.5H18a3.75 3.75 0 0 0 1.332-7.257 3 3 0 0 0-3.758-3.848 5.25 5.25 0 0 0-10.233 2.33A4.502 4.502 0 0 0 2.25 15Z"}))}const hu=o.forwardRef(mu);function pu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"}))}const wu=o.forwardRef(pu);function vu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"}))}const gu=o.forwardRef(vu);function xu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const bu=o.forwardRef(xu);function Eu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.343 3.94c.09-.542.56-.94 1.11-.94h1.093c.55 0 1.02.398 1.11.94l.149.894c.07.424.384.764.78.93.398.164.855.142 1.205-.108l.737-.527a1.125 1.125 0 0 1 1.45.12l.773.774c.39.389.44 1.002.12 1.45l-.527.737c-.25.35-.272.806-.107 1.204.165.397.505.71.93.78l.893.15c.543.09.94.559.94 1.109v1.094c0 .55-.397 1.02-.94 1.11l-.894.149c-.424.07-.764.383-.929.78-.165.398-.143.854.107 1.204l.527.738c.32.447.269 1.06-.12 1.45l-.774.773a1.125 1.125 0 0 1-1.449.12l-.738-.527c-.35-.25-.806-.272-1.203-.107-.398.165-.71.505-.781.929l-.149.894c-.09.542-.56.94-1.11.94h-1.094c-.55 0-1.019-.398-1.11-.94l-.148-.894c-.071-.424-.384-.764-.781-.93-.398-.164-.854-.142-1.204.108l-.738.527c-.447.32-1.06.269-1.45-.12l-.773-.774a1.125 1.125 0 0 1-.12-1.45l.527-.737c.25-.35.272-.806.108-1.204-.165-.397-.506-.71-.93-.78l-.894-.15c-.542-.09-.94-.56-.94-1.109v-1.094c0-.55.398-1.02.94-1.11l.894-.149c.424-.07.765-.383.93-.78.165-.398.143-.854-.108-1.204l-.526-.738a1.125 1.125 0 0 1 .12-1.45l.773-.773a1.125 1.125 0 0 1 1.45-.12l.737.527c.35.25.807.272 1.204.107.397-.165.71-.505.78-.929l.15-.894Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const ku=o.forwardRef(Eu);function yu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12a7.5 7.5 0 0 0 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 12 12m6.894 5.785-1.149-.964M6.256 7.178l-1.15-.964m15.352 8.864-1.41-.513M4.954 9.435l-1.41-.514M12.002 12l-3.75 6.495"}))}const Ru=o.forwardRef(yu);function ju({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.75 7.5 3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0 0 21 18V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v12a2.25 2.25 0 0 0 2.25 2.25Z"}))}const Lu=o.forwardRef(ju);function Mu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"}))}const Cu=o.forwardRef(Mu);function $u({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25Zm.75-12h9v9h-9v-9Z"}))}const Ou=o.forwardRef($u);function Au({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Fu=o.forwardRef(Au);function Su({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-2.25-1.313M21 7.5v2.25m0-2.25-2.25 1.313M3 7.5l2.25-1.313M3 7.5l2.25 1.313M3 7.5v2.25m9 3 2.25-1.313M12 12.75l-2.25-1.313M12 12.75V15m0 6.75 2.25-1.313M12 21.75V19.5m0 2.25-2.25-1.313m0-16.875L12 2.25l2.25 1.313M21 14.25v2.25l-2.25 1.313m-13.5 0L3 16.5v-2.25"}))}const Bu=o.forwardRef(Su);function Iu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))}const Wu=o.forwardRef(Iu);function Tu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.25 7.5.415-.207a.75.75 0 0 1 1.085.67V10.5m0 0h6m-6 0h-1.5m1.5 0v5.438c0 .354.161.697.473.865a3.751 3.751 0 0 0 5.452-2.553c.083-.409-.263-.75-.68-.75h-.745M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Pu=o.forwardRef(Tu);function Hu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Nu=o.forwardRef(Hu);function Vu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 7.756a4.5 4.5 0 1 0 0 8.488M7.5 10.5h5.25m-5.25 3h5.25M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Du=o.forwardRef(Vu);function _u({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.121 7.629A3 3 0 0 0 9.017 9.43c-.023.212-.002.425.028.636l.506 3.541a4.5 4.5 0 0 1-.43 2.65L9 16.5l1.539-.513a2.25 2.25 0 0 1 1.422 0l.655.218a2.25 2.25 0 0 0 1.718-.122L15 15.75M8.25 12H12m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Zu=o.forwardRef(_u);function Uu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 8.25H9m6 3H9m3 6-3-3h1.5a3 3 0 1 0 0-6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const qu=o.forwardRef(Uu);function Gu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 7.5 3 4.5m0 0 3-4.5M12 12v5.25M15 12H9m6 3H9m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const zu=o.forwardRef(Gu);function Ku({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672ZM12 2.25V4.5m5.834.166-1.591 1.591M20.25 10.5H18M7.757 14.743l-1.59 1.59M6 10.5H3.75m4.007-4.243-1.59-1.59"}))}const Xu=o.forwardRef(Ku);function Yu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.042 21.672 13.684 16.6m0 0-2.51 2.225.569-9.47 5.227 7.917-3.286-.672Zm-7.518-.267A8.25 8.25 0 1 1 20.25 10.5M8.288 14.212A5.25 5.25 0 1 1 17.25 10.5"}))}const Qu=o.forwardRef(Yu);function Ju({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"}))}const ed=o.forwardRef(Ju);function td({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5h3m-6.75 2.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-15a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 4.5v15a2.25 2.25 0 0 0 2.25 2.25Z"}))}const rd=o.forwardRef(td);function nd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 11.998h15m-7.5-6.75h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM12 18.751h.007v.007H12v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const od=o.forwardRef(nd);function ad({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m.75 12 3 3m0 0 3-3m-3 3v-6m-1.5-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const id=o.forwardRef(ad);function sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const ld=o.forwardRef(sd);function cd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const ud=o.forwardRef(cd);function dd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 0 1 9 9v.375M10.125 2.25A3.375 3.375 0 0 1 13.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 0 1 3.375 3.375M9 15l2.25 2.25L15 12"}))}const fd=o.forwardRef(dd);function md({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const hd=o.forwardRef(md);function pd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9.016 9.016 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a4.559 4.559 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994 0 .136-.006.27-.018.402-.047.539-.485.945-1.021 1.017a9.077 9.077 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const wd=o.forwardRef(pd);function vd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0-1.172-1.465-1.172-3.84 0-5.304 1.171-1.464 3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const gd=o.forwardRef(vd);function xd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439.44-.22a2.863 2.863 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18M8.25 15.75H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const bd=o.forwardRef(xd);function Ed({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75 9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const kd=o.forwardRef(Ed);function yd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9 2.25 3m0 0 2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Rd=o.forwardRef(yd);function jd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75"}))}const Ld=o.forwardRef(jd);function Md({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const Cd=o.forwardRef(Md);function $d({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Od=o.forwardRef($d);function Ad({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v6m3-3H9m1.5-12H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Fd=o.forwardRef(Ad);function Sd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Bd=o.forwardRef(Sd);function Id({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"}))}const Wd=o.forwardRef(Id);function Td({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.625 12a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Pd=o.forwardRef(Td);function Hd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const Nd=o.forwardRef(Hd);function Vd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5ZM12 18.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const Dd=o.forwardRef(Vd);function _d({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 9v.906a2.25 2.25 0 0 1-1.183 1.981l-6.478 3.488M2.25 9v.906a2.25 2.25 0 0 0 1.183 1.981l6.478 3.488m8.839 2.51-4.66-2.51m0 0-1.023-.55a2.25 2.25 0 0 0-2.134 0l-1.022.55m0 0-4.661 2.51m16.5 1.615a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V8.844a2.25 2.25 0 0 1 1.183-1.981l7.5-4.039a2.25 2.25 0 0 1 2.134 0l7.5 4.039a2.25 2.25 0 0 1 1.183 1.98V19.5Z"}))}const Zd=o.forwardRef(_d);function Ud({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"}))}const qd=o.forwardRef(Ud);function Gd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.499 8.248h15m-15 7.501h15"}))}const zd=o.forwardRef(Gd);function Kd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}const Xd=o.forwardRef(Kd);function Yd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"}))}const Qd=o.forwardRef(Yd);function Jd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15 11.25 1.5 1.5.75-.75V8.758l2.276-.61a3 3 0 1 0-3.675-3.675l-.61 2.277H12l-.75.75 1.5 1.5M15 11.25l-8.47 8.47c-.34.34-.8.53-1.28.53s-.94.19-1.28.53l-.97.97-.75-.75.97-.97c.34-.34.53-.8.53-1.28s.19-.94.53-1.28L12.75 9M15 11.25 12.75 9"}))}const ef=o.forwardRef(Jd);function tf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.98 8.223A10.477 10.477 0 0 0 1.934 12C3.226 16.338 7.244 19.5 12 19.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.451 10.451 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.522 10.522 0 0 1-4.293 5.774M6.228 6.228 3 3m3.228 3.228 3.65 3.65m7.894 7.894L21 21m-3.228-3.228-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"}))}const rf=o.forwardRef(tf);function nf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const of=o.forwardRef(nf);function af({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 16.318A4.486 4.486 0 0 0 12.016 15a4.486 4.486 0 0 0-3.198 1.318M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const sf=o.forwardRef(af);function lf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.182 15.182a4.5 4.5 0 0 1-6.364 0M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0ZM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75Zm-.375 0h.008v.015h-.008V9.75Z"}))}const cf=o.forwardRef(lf);function uf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h1.5C5.496 19.5 6 18.996 6 18.375m-3.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-1.5A1.125 1.125 0 0 1 18 18.375M20.625 4.5H3.375m17.25 0c.621 0 1.125.504 1.125 1.125M20.625 4.5h-1.5C18.504 4.5 18 5.004 18 5.625m3.75 0v1.5c0 .621-.504 1.125-1.125 1.125M3.375 4.5c-.621 0-1.125.504-1.125 1.125M3.375 4.5h1.5C5.496 4.5 6 5.004 6 5.625m-3.75 0v1.5c0 .621.504 1.125 1.125 1.125m0 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m1.5-3.75C5.496 8.25 6 7.746 6 7.125v-1.5M4.875 8.25C5.496 8.25 6 8.754 6 9.375v1.5m0-5.25v5.25m0-5.25C6 5.004 6.504 4.5 7.125 4.5h9.75c.621 0 1.125.504 1.125 1.125m1.125 2.625h1.5m-1.5 0A1.125 1.125 0 0 1 18 7.125v-1.5m1.125 2.625c-.621 0-1.125.504-1.125 1.125v1.5m2.625-2.625c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125M18 5.625v5.25M7.125 12h9.75m-9.75 0A1.125 1.125 0 0 1 6 10.875M7.125 12C6.504 12 6 12.504 6 13.125m0-2.25C6 11.496 5.496 12 4.875 12M18 10.875c0 .621-.504 1.125-1.125 1.125M18 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m-12 5.25v-5.25m0 5.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125m-12 0v-1.5c0-.621-.504-1.125-1.125-1.125M18 18.375v-5.25m0 5.25v-1.5c0-.621.504-1.125 1.125-1.125M18 13.125v1.5c0 .621.504 1.125 1.125 1.125M18 13.125c0-.621.504-1.125 1.125-1.125M6 13.125v1.5c0 .621-.504 1.125-1.125 1.125M6 13.125C6 12.504 5.496 12 4.875 12m-1.5 0h1.5m-1.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M19.125 12h1.5m0 0c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h1.5m14.25 0h1.5"}))}const df=o.forwardRef(uf);function ff({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33"}))}const mf=o.forwardRef(ff);function hf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.362 5.214A8.252 8.252 0 0 1 12 21 8.25 8.25 0 0 1 6.038 7.047 8.287 8.287 0 0 0 9 9.601a8.983 8.983 0 0 1 3.361-6.867 8.21 8.21 0 0 0 3 2.48Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18a3.75 3.75 0 0 0 .495-7.468 5.99 5.99 0 0 0-1.925 3.547 5.975 5.975 0 0 1-2.133-1.001A3.75 3.75 0 0 0 12 18Z"}))}const pf=o.forwardRef(hf);function wf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 3v1.5M3 21v-6m0 0 2.77-.693a9 9 0 0 1 6.208.682l.108.054a9 9 0 0 0 6.086.71l3.114-.732a48.524 48.524 0 0 1-.005-10.499l-3.11.732a9 9 0 0 1-6.085-.711l-.108-.054a9 9 0 0 0-6.208-.682L3 4.5M3 15V4.5"}))}const vf=o.forwardRef(wf);function gf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 13.5 3 3m0 0 3-3m-3 3v-6m1.06-4.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const xf=o.forwardRef(gf);function bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 13.5H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Ef=o.forwardRef(bf);function kf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 0 0-1.883 2.542l.857 6a2.25 2.25 0 0 0 2.227 1.932H19.05a2.25 2.25 0 0 0 2.227-1.932l.857-6a2.25 2.25 0 0 0-1.883-2.542m-16.5 0V6A2.25 2.25 0 0 1 6 3.75h3.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 0 1.06.44H18A2.25 2.25 0 0 1 20.25 9v.776"}))}const yf=o.forwardRef(kf);function Rf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 10.5v6m3-3H9m4.06-7.19-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const jf=o.forwardRef(Rf);function Lf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 12.75V12A2.25 2.25 0 0 1 4.5 9.75h15A2.25 2.25 0 0 1 21.75 12v.75m-8.69-6.44-2.12-2.12a1.5 1.5 0 0 0-1.061-.44H4.5A2.25 2.25 0 0 0 2.25 6v12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9a2.25 2.25 0 0 0-2.25-2.25h-5.379a1.5 1.5 0 0 1-1.06-.44Z"}))}const Mf=o.forwardRef(Lf);function Cf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z"}))}const $f=o.forwardRef(Cf);function Of({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3c2.755 0 5.455.232 8.083.678.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"}))}const Af=o.forwardRef(Of);function Ff({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 8.25v7.5m6-7.5h-3V12m0 0v3.75m0-3.75H18M9.75 9.348c-1.03-1.464-2.698-1.464-3.728 0-1.03 1.465-1.03 3.84 0 5.304 1.03 1.464 2.699 1.464 3.728 0V12h-1.5M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z"}))}const Sf=o.forwardRef(Ff);function Bf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3.75v16.5M2.25 12h19.5M6.375 17.25a4.875 4.875 0 0 0 4.875-4.875V12m6.375 5.25a4.875 4.875 0 0 1-4.875-4.875V12m-9 8.25h16.5a1.5 1.5 0 0 0 1.5-1.5V5.25a1.5 1.5 0 0 0-1.5-1.5H3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5Zm12.621-9.44c-1.409 1.41-4.242 1.061-4.242 1.061s-.349-2.833 1.06-4.242a2.25 2.25 0 0 1 3.182 3.182ZM10.773 7.63c1.409 1.409 1.06 4.242 1.06 4.242S9 12.22 7.592 10.811a2.25 2.25 0 1 1 3.182-3.182Z"}))}const If=o.forwardRef(Bf);function Wf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 11.25v8.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 1 0 9.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1 1 14.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"}))}const Tf=o.forwardRef(Wf);function Pf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))}const Hf=o.forwardRef(Pf);function Nf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m6.115 5.19.319 1.913A6 6 0 0 0 8.11 10.36L9.75 12l-.387.775c-.217.433-.132.956.21 1.298l1.348 1.348c.21.21.329.497.329.795v1.089c0 .426.24.815.622 1.006l.153.076c.433.217.956.132 1.298-.21l.723-.723a8.7 8.7 0 0 0 2.288-4.042 1.087 1.087 0 0 0-.358-1.099l-1.33-1.108c-.251-.21-.582-.299-.905-.245l-1.17.195a1.125 1.125 0 0 1-.98-.314l-.295-.295a1.125 1.125 0 0 1 0-1.591l.13-.132a1.125 1.125 0 0 1 1.3-.21l.603.302a.809.809 0 0 0 1.086-1.086L14.25 7.5l1.256-.837a4.5 4.5 0 0 0 1.528-1.732l.146-.292M6.115 5.19A9 9 0 1 0 17.18 4.64M6.115 5.19A8.965 8.965 0 0 1 12 3c1.929 0 3.716.607 5.18 1.64"}))}const Vf=o.forwardRef(Nf);function Df({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 3.03v.568c0 .334.148.65.405.864l1.068.89c.442.369.535 1.01.216 1.49l-.51.766a2.25 2.25 0 0 1-1.161.886l-.143.048a1.107 1.107 0 0 0-.57 1.664c.369.555.169 1.307-.427 1.605L9 13.125l.423 1.059a.956.956 0 0 1-1.652.928l-.679-.906a1.125 1.125 0 0 0-1.906.172L4.5 15.75l-.612.153M12.75 3.031a9 9 0 0 0-8.862 12.872M12.75 3.031a9 9 0 0 1 6.69 14.036m0 0-.177-.529A2.25 2.25 0 0 0 17.128 15H16.5l-.324-.324a1.453 1.453 0 0 0-2.328.377l-.036.073a1.586 1.586 0 0 1-.982.816l-.99.282c-.55.157-.894.702-.8 1.267l.073.438c.08.474.49.821.97.821.846 0 1.598.542 1.865 1.345l.215.643m5.276-3.67a9.012 9.012 0 0 1-5.276 3.67m0 0a9 9 0 0 1-10.275-4.835M15.75 9c0 .896-.393 1.7-1.016 2.25"}))}const _f=o.forwardRef(Df);function Zf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525"}))}const Uf=o.forwardRef(Zf);function qf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627 2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25"}))}const Gf=o.forwardRef(qf);function zf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683 0-.498-.04-.987-.118-1.463-.135-.825-.835-1.422-1.668-1.489a15.202 15.202 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const Kf=o.forwardRef(zf);function Xf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.905 14.626a4.52 4.52 0 0 1 .738 3.603c-.154.695-.794 1.143-1.504 1.208a15.194 15.194 0 0 1-3.639-.104m4.405-4.707a4.52 4.52 0 0 0 .738-3.603c-.154-.696-.794-1.144-1.504-1.209a15.19 15.19 0 0 0-3.639.104m4.405 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501"}))}const Yf=o.forwardRef(Xf);function Qf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0 .075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.668.668 0 0 1 .198-.471 1.575 1.575 0 1 0-2.228-2.228 3.818 3.818 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0 1 16.35 15m.002 0h-.002"}))}const Jf=o.forwardRef(Qf);function e3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.498 15.25H4.372c-1.026 0-1.945-.694-2.054-1.715a12.137 12.137 0 0 1-.068-1.285c0-2.848.992-5.464 2.649-7.521C5.287 4.247 5.886 4 6.504 4h4.016a4.5 4.5 0 0 1 1.423.23l3.114 1.04a4.5 4.5 0 0 0 1.423.23h1.294M7.498 15.25c.618 0 .991.724.725 1.282A7.471 7.471 0 0 0 7.5 19.75 2.25 2.25 0 0 0 9.75 22a.75.75 0 0 0 .75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 0 0 2.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384m-10.253 1.5H9.7m8.075-9.75c.01.05.027.1.05.148.593 1.2.925 2.55.925 3.977 0 1.487-.36 2.89-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398-.306.774-1.086 1.227-1.918 1.227h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 0 0 .303-.54"}))}const t3=o.forwardRef(e3);function r3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.633 10.25c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 0 1 2.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 0 0 .322-1.672V2.75a.75.75 0 0 1 .75-.75 2.25 2.25 0 0 1 2.25 2.25c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282m0 0h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 0 1-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 0 0-1.423-.23H5.904m10.598-9.75H14.25M5.904 18.5c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 0 1-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 9.953 4.167 9.5 5 9.5h1.053c.472 0 .745.556.5.96a8.958 8.958 0 0 0-1.302 4.665c0 1.194.232 2.333.654 3.375Z"}))}const n3=o.forwardRef(r3);function o3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 8.25h15m-16.5 7.5h15m-1.8-13.5-3.9 19.5m-2.1-19.5-3.9 19.5"}))}const a3=o.forwardRef(o3);function i3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"}))}const s3=o.forwardRef(i3);function l3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205 3 1m1.5.5-1.5-.5M6.75 7.364V3h-3v18m3-13.636 10.5-3.819"}))}const c3=o.forwardRef(l3);function u3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"}))}const d3=o.forwardRef(u3);function f3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z"}))}const m3=o.forwardRef(f3);function h3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 3.75H6.912a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H15M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859M12 3v8.25m0 0-3-3m3 3 3-3"}))}const p3=o.forwardRef(h3);function w3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.875 14.25 1.214 1.942a2.25 2.25 0 0 0 1.908 1.058h2.006c.776 0 1.497-.4 1.908-1.058l1.214-1.942M2.41 9h4.636a2.25 2.25 0 0 1 1.872 1.002l.164.246a2.25 2.25 0 0 0 1.872 1.002h2.092a2.25 2.25 0 0 0 1.872-1.002l.164-.246A2.25 2.25 0 0 1 16.954 9h4.636M2.41 9a2.25 2.25 0 0 0-.16.832V12a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 12V9.832c0-.287-.055-.57-.16-.832M2.41 9a2.25 2.25 0 0 1 .382-.632l3.285-3.832a2.25 2.25 0 0 1 1.708-.786h8.43c.657 0 1.281.287 1.709.786l3.284 3.832c.163.19.291.404.382.632M4.5 20.25h15A2.25 2.25 0 0 0 21.75 18v-2.625c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125V18a2.25 2.25 0 0 0 2.25 2.25Z"}))}const v3=o.forwardRef(w3);function g3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"}))}const x3=o.forwardRef(g3);function b3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"}))}const E3=o.forwardRef(b3);function k3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}const y3=o.forwardRef(k3);function R3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25Z"}))}const j3=o.forwardRef(R3);function L3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138c.896.061 1.785.147 2.666.257m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802"}))}const M3=o.forwardRef(L3);function C3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.712 4.33a9.027 9.027 0 0 1 1.652 1.306c.51.51.944 1.064 1.306 1.652M16.712 4.33l-3.448 4.138m3.448-4.138a9.014 9.014 0 0 0-9.424 0M19.67 7.288l-4.138 3.448m4.138-3.448a9.014 9.014 0 0 1 0 9.424m-4.138-5.976a3.736 3.736 0 0 0-.88-1.388 3.737 3.737 0 0 0-1.388-.88m2.268 2.268a3.765 3.765 0 0 1 0 2.528m-2.268-4.796a3.765 3.765 0 0 0-2.528 0m4.796 4.796c-.181.506-.475.982-.88 1.388a3.736 3.736 0 0 1-1.388.88m2.268-2.268 4.138 3.448m0 0a9.027 9.027 0 0 1-1.306 1.652c-.51.51-1.064.944-1.652 1.306m0 0-3.448-4.138m3.448 4.138a9.014 9.014 0 0 1-9.424 0m5.976-4.138a3.765 3.765 0 0 1-2.528 0m0 0a3.736 3.736 0 0 1-1.388-.88 3.737 3.737 0 0 1-.88-1.388m2.268 2.268L7.288 19.67m0 0a9.024 9.024 0 0 1-1.652-1.306 9.027 9.027 0 0 1-1.306-1.652m0 0 4.138-3.448M4.33 16.712a9.014 9.014 0 0 1 0-9.424m4.138 5.976a3.765 3.765 0 0 1 0-2.528m0 0c.181-.506.475-.982.88-1.388a3.736 3.736 0 0 1 1.388-.88m-2.268 2.268L4.33 7.288m6.406 1.18L7.288 4.33m0 0a9.024 9.024 0 0 0-1.652 1.306A9.025 9.025 0 0 0 4.33 7.288"}))}const $3=o.forwardRef(C3);function O3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18v-5.25m0 0a6.01 6.01 0 0 0 1.5-.189m-1.5.189a6.01 6.01 0 0 1-1.5-.189m3.75 7.478a12.06 12.06 0 0 1-4.5 0m3.75 2.383a14.406 14.406 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"}))}const A3=o.forwardRef(O3);function F3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615 1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5c-.258.26-.479.541-.661.84m1.903 6.405a4.495 4.495 0 0 1-1.242-.88 4.483 4.483 0 0 1-1.062-1.683m6.587 2.345 5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99 8.898 8.9"}))}const S3=o.forwardRef(F3);function B3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244"}))}const I3=o.forwardRef(B3);function W3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const T3=o.forwardRef(W3);function P3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const H3=o.forwardRef(P3);function N3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 10.5V6.75a4.5 4.5 0 1 1 9 0v3.75M3.75 21.75h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"}))}const V3=o.forwardRef(N3);function D3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 15.75-2.489-2.489m0 0a3.375 3.375 0 1 0-4.773-4.773 3.375 3.375 0 0 0 4.774 4.774ZM21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const _3=o.forwardRef(D3);function Z3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM13.5 10.5h-6"}))}const U3=o.forwardRef(Z3);function q3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"}))}const G3=o.forwardRef(q3);function z3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"}))}const K3=o.forwardRef(z3);function X3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"}))}const Y3=o.forwardRef(X3);function Q3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z"}))}const J3=o.forwardRef(Q3);function em({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.34 15.84c-.688-.06-1.386-.09-2.09-.09H7.5a4.5 4.5 0 1 1 0-9h.75c.704 0 1.402-.03 2.09-.09m0 9.18c.253.962.584 1.892.985 2.783.247.55.06 1.21-.463 1.511l-.657.38c-.551.318-1.26.117-1.527-.461a20.845 20.845 0 0 1-1.44-4.282m3.102.069a18.03 18.03 0 0 1-.59-4.59c0-1.586.205-3.124.59-4.59m0 9.18a23.848 23.848 0 0 1 8.835 2.535M10.34 6.66a23.847 23.847 0 0 0 8.835-2.535m0 0A23.74 23.74 0 0 0 18.795 3m.38 1.125a23.91 23.91 0 0 1 1.014 5.395m-1.014 8.855c-.118.38-.245.754-.38 1.125m.38-1.125a23.91 23.91 0 0 0 1.014-5.395m0-3.46c.495.413.811 1.035.811 1.73 0 .695-.316 1.317-.811 1.73m0-3.46a24.347 24.347 0 0 1 0 3.46"}))}const tm=o.forwardRef(em);function rm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"}))}const nm=o.forwardRef(rm);function om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const am=o.forwardRef(om);function im({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 12H6"}))}const sm=o.forwardRef(im);function lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 12h14"}))}const cm=o.forwardRef(lm);function um({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}const dm=o.forwardRef(um);function fm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 9 10.5-3m0 6.553v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 1 1-.99-3.467l2.31-.66a2.25 2.25 0 0 0 1.632-2.163Zm0 0V2.25L9 5.25v10.303m0 0v3.75a2.25 2.25 0 0 1-1.632 2.163l-1.32.377a1.803 1.803 0 0 1-.99-3.467l2.31-.66A2.25 2.25 0 0 0 9 15.553Z"}))}const mm=o.forwardRef(fm);function hm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z"}))}const pm=o.forwardRef(hm);function wm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.364 18.364A9 9 0 0 0 5.636 5.636m12.728 12.728A9 9 0 0 1 5.636 5.636m12.728 12.728L5.636 5.636"}))}const vm=o.forwardRef(wm);function gm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.745h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99"}))}const xm=o.forwardRef(gm);function bm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 0 0-5.78 1.128 2.25 2.25 0 0 1-2.4 2.245 4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128Zm0 0a15.998 15.998 0 0 0 3.388-1.62m-5.043-.025a15.994 15.994 0 0 1 1.622-3.395m3.42 3.42a15.995 15.995 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a15.996 15.996 0 0 0-4.649 4.763m3.42 3.42a6.776 6.776 0 0 0-3.42-3.42"}))}const Em=o.forwardRef(bm);function km({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5"}))}const ym=o.forwardRef(km);function Rm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m18.375 12.739-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01-.01.01m5.699-9.941-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13"}))}const jm=o.forwardRef(Rm);function Lm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Mm=o.forwardRef(Lm);function Cm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 5.25v13.5m-7.5-13.5v13.5"}))}const $m=o.forwardRef(Cm);function Om({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"}))}const Am=o.forwardRef(Om);function Fm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L6.832 19.82a4.5 4.5 0 0 1-1.897 1.13l-2.685.8.8-2.685a4.5 4.5 0 0 1 1.13-1.897L16.863 4.487Zm0 0L19.5 7.125"}))}const Sm=o.forwardRef(Fm);function Bm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m8.99 14.993 6-6m6 3.001c0 1.268-.63 2.39-1.593 3.069a3.746 3.746 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043 3.745 3.745 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.745 3.745 0 0 1-3.296-1.043 3.746 3.746 0 0 1-1.043-3.297 3.746 3.746 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 1.043-3.297 3.745 3.745 0 0 1 3.296-1.042 3.745 3.745 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.745 3.745 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.297 3.746 3.746 0 0 1 1.593 3.068ZM9.74 9.743h.008v.007H9.74v-.007Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const Im=o.forwardRef(Bm);function Wm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 9.75v-4.5m0 4.5h4.5m-4.5 0 6-6m-3 18c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const Tm=o.forwardRef(Wm);function Pm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 3.75v4.5m0-4.5h-4.5m4.5 0-6 6m3 12c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const Hm=o.forwardRef(Pm);function Nm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 3.75 18 6m0 0 2.25 2.25M18 6l2.25-2.25M18 6l-2.25 2.25m1.5 13.5c-8.284 0-15-6.716-15-15V4.5A2.25 2.25 0 0 1 4.5 2.25h1.372c.516 0 .966.351 1.091.852l1.106 4.423c.11.44-.054.902-.417 1.173l-1.293.97a1.062 1.062 0 0 0-.38 1.21 12.035 12.035 0 0 0 7.143 7.143c.441.162.928-.004 1.21-.38l.97-1.293a1.125 1.125 0 0 1 1.173-.417l4.423 1.106c.5.125.852.575.852 1.091V19.5a2.25 2.25 0 0 1-2.25 2.25h-2.25Z"}))}const Vm=o.forwardRef(Nm);function Dm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"}))}const _m=o.forwardRef(Dm);function Zm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const No=o.forwardRef(Zm);function Um({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z"}))}const qm=o.forwardRef(Um);function Gm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 7.5V18M15 7.5V18M3 16.811V8.69c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811Z"}))}const zm=o.forwardRef(Gm);function Km({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 5.653c0-.856.917-1.398 1.667-.986l11.54 6.347a1.125 1.125 0 0 1 0 1.972l-11.54 6.347a1.125 1.125 0 0 1-1.667-.986V5.653Z"}))}const Xm=o.forwardRef(Km);function Ym({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v6m3-3H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Qm=o.forwardRef(Ym);function Jm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v12m6-6H6"}))}const e7=o.forwardRef(Jm);function t7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))}const r7=o.forwardRef(t7);function n7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}const o7=o.forwardRef(n7);function a7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"}))}const i7=o.forwardRef(a7);function s7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5m.75-9 3-3 2.148 2.148A12.061 12.061 0 0 1 16.5 7.605"}))}const l7=o.forwardRef(s7);function c7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0 1 10.56 0m-10.56 0L6.34 18m10.94-4.171c.24.03.48.062.72.096m-.72-.096L17.66 18m0 0 .229 2.523a1.125 1.125 0 0 1-1.12 1.227H7.231c-.662 0-1.18-.568-1.12-1.227L6.34 18m11.318 0h1.091A2.25 2.25 0 0 0 21 15.75V9.456c0-1.081-.768-2.015-1.837-2.175a48.055 48.055 0 0 0-1.913-.247M6.34 18H5.25A2.25 2.25 0 0 1 3 15.75V9.456c0-1.081.768-2.015 1.837-2.175a48.041 48.041 0 0 1 1.913-.247m10.5 0a48.536 48.536 0 0 0-10.5 0m10.5 0V3.375c0-.621-.504-1.125-1.125-1.125h-8.25c-.621 0-1.125.504-1.125 1.125v3.659M18 10.5h.008v.008H18V10.5Zm-3 0h.008v.008H15V10.5Z"}))}const u7=o.forwardRef(c7);function d7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959v0a.64.64 0 0 1-.657.643 48.39 48.39 0 0 1-4.163-.3c.186 1.613.293 3.25.315 4.907a.656.656 0 0 1-.658.663v0c-.355 0-.676-.186-.959-.401a1.647 1.647 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401v0c.31 0 .555.26.532.57a48.039 48.039 0 0 1-.642 5.056c1.518.19 3.058.309 4.616.354a.64.64 0 0 0 .657-.643v0c0-.355-.186-.676-.401-.959a1.647 1.647 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959v0c0 .333.277.599.61.58a48.1 48.1 0 0 0 5.427-.63 48.05 48.05 0 0 0 .582-4.717.532.532 0 0 0-.533-.57v0c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401v0a.656.656 0 0 0 .658-.663 48.422 48.422 0 0 0-.37-5.36c-1.886.342-3.81.574-5.766.689a.578.578 0 0 1-.61-.58v0Z"}))}const f7=o.forwardRef(d7);function m7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 3.75 9.375v-4.5ZM3.75 14.625c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5a1.125 1.125 0 0 1-1.125-1.125v-4.5ZM13.5 4.875c0-.621.504-1.125 1.125-1.125h4.5c.621 0 1.125.504 1.125 1.125v4.5c0 .621-.504 1.125-1.125 1.125h-4.5A1.125 1.125 0 0 1 13.5 9.375v-4.5Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 6.75h.75v.75h-.75v-.75ZM6.75 16.5h.75v.75h-.75v-.75ZM16.5 6.75h.75v.75h-.75v-.75ZM13.5 13.5h.75v.75h-.75v-.75ZM13.5 19.5h.75v.75h-.75v-.75ZM19.5 13.5h.75v.75h-.75v-.75ZM19.5 19.5h.75v.75h-.75v-.75ZM16.5 16.5h.75v.75h-.75v-.75Z"}))}const h7=o.forwardRef(m7);function p7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"}))}const w7=o.forwardRef(p7);function v7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 12h16.5m-16.5 3.75h16.5M3.75 19.5h16.5M5.625 4.5h12.75a1.875 1.875 0 0 1 0 3.75H5.625a1.875 1.875 0 0 1 0-3.75Z"}))}const g7=o.forwardRef(v7);function x7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3.75 7.5 16.5-4.125M12 6.75c-2.708 0-5.363.224-7.948.655C2.999 7.58 2.25 8.507 2.25 9.574v9.176A2.25 2.25 0 0 0 4.5 21h15a2.25 2.25 0 0 0 2.25-2.25V9.574c0-1.067-.75-1.994-1.802-2.169A48.329 48.329 0 0 0 12 6.75Zm-1.683 6.443-.005.005-.006-.005.006-.005.005.005Zm-.005 2.127-.005-.006.005-.005.005.005-.005.005Zm-2.116-.006-.005.006-.006-.006.005-.005.006.005Zm-.005-2.116-.006-.005.006-.005.005.005-.005.005ZM9.255 10.5v.008h-.008V10.5h.008Zm3.249 1.88-.007.004-.003-.007.006-.003.004.006Zm-1.38 5.126-.003-.006.006-.004.004.007-.006.003Zm.007-6.501-.003.006-.007-.003.004-.007.006.004Zm1.37 5.129-.007-.004.004-.006.006.003-.004.007Zm.504-1.877h-.008v-.007h.008v.007ZM9.255 18v.008h-.008V18h.008Zm-3.246-1.87-.007.004L6 16.127l.006-.003.004.006Zm1.366-5.119-.004-.006.006-.004.004.007-.006.003ZM7.38 17.5l-.003.006-.007-.003.004-.007.006.004Zm-1.376-5.116L6 12.38l.003-.007.007.004-.004.007Zm-.5 1.873h-.008v-.007h.008v.007ZM17.25 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm0 4.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Z"}))}const b7=o.forwardRef(x7);function E7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 14.25 6-6m4.5-3.493V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185ZM9.75 9h.008v.008H9.75V9Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm4.125 4.5h.008v.008h-.008V13.5Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const k7=o.forwardRef(E7);function y7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 9.75h4.875a2.625 2.625 0 0 1 0 5.25H12M8.25 9.75 10.5 7.5M8.25 9.75 10.5 12m9-7.243V21.75l-3.75-1.5-3.75 1.5-3.75-1.5-3.75 1.5V4.757c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0c1.1.128 1.907 1.077 1.907 2.185Z"}))}const R7=o.forwardRef(y7);function j7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-2.25Z"}))}const L7=o.forwardRef(j7);function M7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6.878V6a2.25 2.25 0 0 1 2.25-2.25h7.5A2.25 2.25 0 0 1 18 6v.878m-12 0c.235-.083.487-.128.75-.128h10.5c.263 0 .515.045.75.128m-12 0A2.25 2.25 0 0 0 4.5 9v.878m13.5-3A2.25 2.25 0 0 1 19.5 9v.878m0 0a2.246 2.246 0 0 0-.75-.128H5.25c-.263 0-.515.045-.75.128m15 0A2.25 2.25 0 0 1 21 12v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6c0-.98.626-1.813 1.5-2.122"}))}const C7=o.forwardRef(M7);function $7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"}))}const O7=o.forwardRef($7);function A7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12.75 19.5v-.75a7.5 7.5 0 0 0-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const F7=o.forwardRef(A7);function S7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z"}))}const B7=o.forwardRef(S7);function I7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m7.848 8.25 1.536.887M7.848 8.25a3 3 0 1 1-5.196-3 3 3 0 0 1 5.196 3Zm1.536.887a2.165 2.165 0 0 1 1.083 1.839c.005.351.054.695.14 1.024M9.384 9.137l2.077 1.199M7.848 15.75l1.536-.887m-1.536.887a3 3 0 1 1-5.196 3 3 3 0 0 1 5.196-3Zm1.536-.887a2.165 2.165 0 0 0 1.083-1.838c.005-.352.054-.695.14-1.025m-1.223 2.863 2.077-1.199m0-3.328a4.323 4.323 0 0 1 2.068-1.379l5.325-1.628a4.5 4.5 0 0 1 2.48-.044l.803.215-7.794 4.5m-2.882-1.664A4.33 4.33 0 0 0 10.607 12m3.736 0 7.794 4.5-.802.215a4.5 4.5 0 0 1-2.48-.043l-5.326-1.629a4.324 4.324 0 0 1-2.068-1.379M14.343 12l-2.882 1.664"}))}const W7=o.forwardRef(I7);function T7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 14.25h13.5m-13.5 0a3 3 0 0 1-3-3m3 3a3 3 0 1 0 0 6h13.5a3 3 0 1 0 0-6m-16.5-3a3 3 0 0 1 3-3h13.5a3 3 0 0 1 3 3m-19.5 0a4.5 4.5 0 0 1 .9-2.7L5.737 5.1a3.375 3.375 0 0 1 2.7-1.35h7.126c1.062 0 2.062.5 2.7 1.35l2.587 3.45a4.5 4.5 0 0 1 .9 2.7m0 0a3 3 0 0 1-3 3m0 3h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Zm-3 6h.008v.008h-.008v-.008Zm0-6h.008v.008h-.008v-.008Z"}))}const P7=o.forwardRef(T7);function H7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"}))}const N7=o.forwardRef(H7);function V7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.217 10.907a2.25 2.25 0 1 0 0 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186 9.566-5.314m-9.566 7.5 9.566 5.314m0 0a2.25 2.25 0 1 0 3.935 2.186 2.25 2.25 0 0 0-3.935-2.186Zm0-12.814a2.25 2.25 0 1 0 3.933-2.185 2.25 2.25 0 0 0-3.933 2.185Z"}))}const D7=o.forwardRef(V7);function _7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"}))}const Z7=o.forwardRef(_7);function U7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m0-10.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.25-8.25-3.286Zm0 13.036h.008v.008H12v-.008Z"}))}const q7=o.forwardRef(U7);function G7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const z7=o.forwardRef(G7);function K7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"}))}const X7=o.forwardRef(K7);function Y7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m3 3 8.735 8.735m0 0a.374.374 0 1 1 .53.53m-.53-.53.53.53m0 0L21 21M14.652 9.348a3.75 3.75 0 0 1 0 5.304m2.121-7.425a6.75 6.75 0 0 1 0 9.546m2.121-11.667c3.808 3.807 3.808 9.98 0 13.788m-9.546-4.242a3.733 3.733 0 0 1-1.06-2.122m-1.061 4.243a6.75 6.75 0 0 1-1.625-6.929m-.496 9.05c-3.068-3.067-3.664-7.67-1.79-11.334M12 12h.008v.008H12V12Z"}))}const Q7=o.forwardRef(Y7);function J7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.348 14.652a3.75 3.75 0 0 1 0-5.304m5.304 0a3.75 3.75 0 0 1 0 5.304m-7.425 2.121a6.75 6.75 0 0 1 0-9.546m9.546 0a6.75 6.75 0 0 1 0 9.546M5.106 18.894c-3.808-3.807-3.808-9.98 0-13.788m13.788 0c3.808 3.807 3.808 9.98 0 13.788M12 12h.008v.008H12V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"}))}const e4=o.forwardRef(J7);function t4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9 20.247 6-16.5"}))}const r4=o.forwardRef(t4);function n4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"}))}const o4=o.forwardRef(n4);function a4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 0 1 0 12.728M16.463 8.288a5.25 5.25 0 0 1 0 7.424M6.75 8.25l4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const i4=o.forwardRef(a4);function s4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.25 9.75 19.5 12m0 0 2.25 2.25M19.5 12l2.25-2.25M19.5 12l-2.25 2.25m-10.5-6 4.72-4.72a.75.75 0 0 1 1.28.53v15.88a.75.75 0 0 1-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.009 9.009 0 0 1 2.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75Z"}))}const l4=o.forwardRef(s4);function c4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 8.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v8.25A2.25 2.25 0 0 0 6 16.5h2.25m8.25-8.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-7.5A2.25 2.25 0 0 1 8.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 0 0-2.25 2.25v6"}))}const u4=o.forwardRef(c4);function d4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.429 9.75 2.25 12l4.179 2.25m0-4.5 5.571 3 5.571-3m-11.142 0L2.25 7.5 12 2.25l9.75 5.25-4.179 2.25m0 0L21.75 12l-4.179 2.25m0 0 4.179 2.25L12 21.75 2.25 16.5l4.179-2.25m11.142 0-5.571 3-5.571-3"}))}const f4=o.forwardRef(d4);function m4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"}))}const h4=o.forwardRef(m4);function p4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13.5 16.875h3.375m0 0h3.375m-3.375 0V13.5m0 3.375v3.375M6 10.5h2.25a2.25 2.25 0 0 0 2.25-2.25V6a2.25 2.25 0 0 0-2.25-2.25H6A2.25 2.25 0 0 0 3.75 6v2.25A2.25 2.25 0 0 0 6 10.5Zm0 9.75h2.25A2.25 2.25 0 0 0 10.5 18v-2.25a2.25 2.25 0 0 0-2.25-2.25H6a2.25 2.25 0 0 0-2.25 2.25V18A2.25 2.25 0 0 0 6 20.25Zm9.75-9.75H18a2.25 2.25 0 0 0 2.25-2.25V6A2.25 2.25 0 0 0 18 3.75h-2.25A2.25 2.25 0 0 0 13.5 6v2.25a2.25 2.25 0 0 0 2.25 2.25Z"}))}const w4=o.forwardRef(p4);function v4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z"}))}const g4=o.forwardRef(v4);function x4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 9.563C9 9.252 9.252 9 9.563 9h4.874c.311 0 .563.252.563.563v4.874c0 .311-.252.563-.563.563H9.564A.562.562 0 0 1 9 14.437V9.564Z"}))}const b4=o.forwardRef(x4);function E4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5.25 7.5A2.25 2.25 0 0 1 7.5 5.25h9a2.25 2.25 0 0 1 2.25 2.25v9a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-9Z"}))}const k4=o.forwardRef(E4);function y4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 12a8.912 8.912 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236-.873-1.009-1.265-2.19-.968-3.301.59-2.2 3.663-3.29 6.863-2.432A8.186 8.186 0 0 1 16.5 5.21M6.42 17.81c.857.99 2.176 1.812 3.761 2.237 3.2.858 6.274-.23 6.863-2.431.233-.868.044-1.779-.465-2.617M3.75 12h16.5"}))}const R4=o.forwardRef(y4);function j4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))}const L4=o.forwardRef(j4);function M4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"}))}const C4=o.forwardRef(M4);function $4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"}))}const O4=o.forwardRef($4);function A4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 0 0 5.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 0 0 9.568 3Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 6h.008v.008H6V6Z"}))}const F4=o.forwardRef(A4);function S4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"}))}const B4=o.forwardRef(S4);function I4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"}))}const W4=o.forwardRef(I4);function T4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.454 7.454 0 0 1-.982-3.172M9.497 14.25a7.454 7.454 0 0 0 .981-3.172M5.25 4.236c-.982.143-1.954.317-2.916.52A6.003 6.003 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25c2.291 0 4.545.16 6.75.47v1.516M7.73 9.728a6.726 6.726 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46.32 46.32 0 0 1 2.916.52 6.003 6.003 0 0 1-5.395 4.972m0 0a6.726 6.726 0 0 1-2.749 1.35m0 0a6.772 6.772 0 0 1-3.044 0"}))}const P4=o.forwardRef(T4);function H4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 0 0-3.213-9.193 2.056 2.056 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"}))}const N4=o.forwardRef(H4);function V4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125Z"}))}const D4=o.forwardRef(V4);function _4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"}))}const Z4=o.forwardRef(_4);function U4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M17.982 18.725A7.488 7.488 0 0 0 12 15.75a7.488 7.488 0 0 0-5.982 2.975m11.963 0a9 9 0 1 0-11.963 0m11.963 0A8.966 8.966 0 0 1 12 21a8.966 8.966 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const q4=o.forwardRef(U4);function G4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"}))}const z4=o.forwardRef(G4);function K4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const X4=o.forwardRef(K4);function Y4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0ZM3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.318 12.318 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766Z"}))}const Q4=o.forwardRef(Y4);function J4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"}))}const eh=o.forwardRef(J4);function th({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"}))}const rh=o.forwardRef(th);function nh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.745 3A23.933 23.933 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.687 1.687 0 0 0 2.062-.617l4.45-6.676a1.688 1.688 0 0 1 2.062-.618l.213.09"}))}const oh=o.forwardRef(nh);function ah({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"}))}const ih=o.forwardRef(ah);function sh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25Z"}))}const lh=o.forwardRef(sh);function ch({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"}))}const uh=o.forwardRef(ch);function dh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))}const fh=o.forwardRef(dh);function mh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"}))}const hh=o.forwardRef(mh);function ph({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z"}))}const wh=o.forwardRef(ph);function vh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z"}))}const gh=o.forwardRef(vh);function xh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z"}))}const bh=o.forwardRef(xh);function Eh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.152c.833-.686.995-1.874.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.276a3.004 3.004 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852Z"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.867 19.125h.008v.008h-.008v-.008Z"}))}const kh=o.forwardRef(Eh);function yh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Rh=o.forwardRef(yh);function jh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?o.createElement("title",{id:t},e):null,o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))}const Vo=o.forwardRef(jh),Lh=Object.freeze(Object.defineProperty({__proto__:null,AcademicCapIcon:C0,AdjustmentsHorizontalIcon:O0,AdjustmentsVerticalIcon:F0,ArchiveBoxArrowDownIcon:B0,ArchiveBoxIcon:P0,ArchiveBoxXMarkIcon:W0,ArrowDownCircleIcon:N0,ArrowDownIcon:Q0,ArrowDownLeftIcon:D0,ArrowDownOnSquareIcon:q0,ArrowDownOnSquareStackIcon:Z0,ArrowDownRightIcon:z0,ArrowDownTrayIcon:X0,ArrowLeftCircleIcon:e1,ArrowLeftEndOnRectangleIcon:r1,ArrowLeftIcon:l1,ArrowLeftOnRectangleIcon:o1,ArrowLeftStartOnRectangleIcon:i1,ArrowLongDownIcon:u1,ArrowLongLeftIcon:f1,ArrowLongRightIcon:h1,ArrowLongUpIcon:w1,ArrowPathIcon:b1,ArrowPathRoundedSquareIcon:g1,ArrowRightCircleIcon:k1,ArrowRightEndOnRectangleIcon:R1,ArrowRightIcon:O1,ArrowRightOnRectangleIcon:L1,ArrowRightStartOnRectangleIcon:C1,ArrowSmallDownIcon:F1,ArrowSmallLeftIcon:B1,ArrowSmallRightIcon:W1,ArrowSmallUpIcon:P1,ArrowTopRightOnSquareIcon:N1,ArrowTrendingDownIcon:D1,ArrowTrendingUpIcon:Z1,ArrowTurnDownLeftIcon:q1,ArrowTurnDownRightIcon:z1,ArrowTurnLeftDownIcon:X1,ArrowTurnLeftUpIcon:Q1,ArrowTurnRightDownIcon:e5,ArrowTurnRightUpIcon:r5,ArrowTurnUpLeftIcon:o5,ArrowTurnUpRightIcon:i5,ArrowUpCircleIcon:l5,ArrowUpIcon:b5,ArrowUpLeftIcon:u5,ArrowUpOnSquareIcon:h5,ArrowUpOnSquareStackIcon:f5,ArrowUpRightIcon:w5,ArrowUpTrayIcon:g5,ArrowUturnDownIcon:k5,ArrowUturnLeftIcon:R5,ArrowUturnRightIcon:L5,ArrowUturnUpIcon:C5,ArrowsPointingInIcon:O5,ArrowsPointingOutIcon:F5,ArrowsRightLeftIcon:B5,ArrowsUpDownIcon:W5,AtSymbolIcon:P5,BackspaceIcon:N5,BackwardIcon:D5,BanknotesIcon:Z5,Bars2Icon:q5,Bars3BottomLeftIcon:z5,Bars3BottomRightIcon:X5,Bars3CenterLeftIcon:Q5,Bars3Icon:e2,Bars4Icon:r2,BarsArrowDownIcon:o2,BarsArrowUpIcon:i2,Battery0Icon:l2,Battery100Icon:u2,Battery50Icon:f2,BeakerIcon:h2,BellAlertIcon:w2,BellIcon:k2,BellSlashIcon:g2,BellSnoozeIcon:b2,BoldIcon:R2,BoltIcon:C2,BoltSlashIcon:L2,BookOpenIcon:O2,BookmarkIcon:W2,BookmarkSlashIcon:F2,BookmarkSquareIcon:B2,BriefcaseIcon:P2,BugAntIcon:N2,BuildingLibraryIcon:D2,BuildingOffice2Icon:Z2,BuildingOfficeIcon:q2,BuildingStorefrontIcon:z2,CakeIcon:X2,CalculatorIcon:Q2,CalendarDateRangeIcon:ec,CalendarDaysIcon:rc,CalendarIcon:oc,CameraIcon:ic,ChartBarIcon:uc,ChartBarSquareIcon:lc,ChartPieIcon:fc,ChatBubbleBottomCenterIcon:wc,ChatBubbleBottomCenterTextIcon:hc,ChatBubbleLeftEllipsisIcon:gc,ChatBubbleLeftIcon:kc,ChatBubbleLeftRightIcon:bc,ChatBubbleOvalLeftEllipsisIcon:Rc,ChatBubbleOvalLeftIcon:Lc,CheckBadgeIcon:Cc,CheckCircleIcon:Oc,CheckIcon:Fc,ChevronDoubleDownIcon:Bc,ChevronDoubleLeftIcon:Wc,ChevronDoubleRightIcon:Pc,ChevronDoubleUpIcon:Nc,ChevronDownIcon:Dc,ChevronLeftIcon:Zc,ChevronRightIcon:qc,ChevronUpDownIcon:zc,ChevronUpIcon:Xc,CircleStackIcon:Qc,ClipboardDocumentCheckIcon:eu,ClipboardDocumentIcon:ou,ClipboardDocumentListIcon:ru,ClipboardIcon:iu,ClockIcon:lu,CloudArrowDownIcon:uu,CloudArrowUpIcon:fu,CloudIcon:hu,CodeBracketIcon:gu,CodeBracketSquareIcon:wu,Cog6ToothIcon:bu,Cog8ToothIcon:ku,CogIcon:Ru,CommandLineIcon:Lu,ComputerDesktopIcon:Cu,CpuChipIcon:Ou,CreditCardIcon:Fu,CubeIcon:Wu,CubeTransparentIcon:Bu,CurrencyBangladeshiIcon:Pu,CurrencyDollarIcon:Nu,CurrencyEuroIcon:Du,CurrencyPoundIcon:Zu,CurrencyRupeeIcon:qu,CurrencyYenIcon:zu,CursorArrowRaysIcon:Xu,CursorArrowRippleIcon:Qu,DevicePhoneMobileIcon:ed,DeviceTabletIcon:rd,DivideIcon:od,DocumentArrowDownIcon:id,DocumentArrowUpIcon:ld,DocumentChartBarIcon:ud,DocumentCheckIcon:fd,DocumentCurrencyBangladeshiIcon:hd,DocumentCurrencyDollarIcon:wd,DocumentCurrencyEuroIcon:gd,DocumentCurrencyPoundIcon:bd,DocumentCurrencyRupeeIcon:kd,DocumentCurrencyYenIcon:Rd,DocumentDuplicateIcon:Ld,DocumentIcon:Wd,DocumentMagnifyingGlassIcon:Cd,DocumentMinusIcon:Od,DocumentPlusIcon:Fd,DocumentTextIcon:Bd,EllipsisHorizontalCircleIcon:Pd,EllipsisHorizontalIcon:Nd,EllipsisVerticalIcon:Dd,EnvelopeIcon:qd,EnvelopeOpenIcon:Zd,EqualsIcon:zd,ExclamationCircleIcon:Xd,ExclamationTriangleIcon:Qd,EyeDropperIcon:ef,EyeIcon:of,EyeSlashIcon:rf,FaceFrownIcon:sf,FaceSmileIcon:cf,FilmIcon:df,FingerPrintIcon:mf,FireIcon:pf,FlagIcon:vf,FolderArrowDownIcon:xf,FolderIcon:Mf,FolderMinusIcon:Ef,FolderOpenIcon:yf,FolderPlusIcon:jf,ForwardIcon:$f,FunnelIcon:Af,GifIcon:Sf,GiftIcon:Tf,GiftTopIcon:If,GlobeAltIcon:Hf,GlobeAmericasIcon:Vf,GlobeAsiaAustraliaIcon:_f,GlobeEuropeAfricaIcon:Uf,H1Icon:Gf,H2Icon:Kf,H3Icon:Yf,HandRaisedIcon:Jf,HandThumbDownIcon:t3,HandThumbUpIcon:n3,HashtagIcon:a3,HeartIcon:s3,HomeIcon:d3,HomeModernIcon:c3,IdentificationIcon:m3,InboxArrowDownIcon:p3,InboxIcon:x3,InboxStackIcon:v3,InformationCircleIcon:E3,ItalicIcon:y3,KeyIcon:j3,LanguageIcon:M3,LifebuoyIcon:$3,LightBulbIcon:A3,LinkIcon:I3,LinkSlashIcon:S3,ListBulletIcon:T3,LockClosedIcon:H3,LockOpenIcon:V3,MagnifyingGlassCircleIcon:_3,MagnifyingGlassIcon:K3,MagnifyingGlassMinusIcon:U3,MagnifyingGlassPlusIcon:G3,MapIcon:J3,MapPinIcon:Y3,MegaphoneIcon:tm,MicrophoneIcon:nm,MinusCircleIcon:am,MinusIcon:cm,MinusSmallIcon:sm,MoonIcon:dm,MusicalNoteIcon:mm,NewspaperIcon:pm,NoSymbolIcon:vm,NumberedListIcon:xm,PaintBrushIcon:Em,PaperAirplaneIcon:ym,PaperClipIcon:jm,PauseCircleIcon:Mm,PauseIcon:$m,PencilIcon:Sm,PencilSquareIcon:Am,PercentBadgeIcon:Im,PhoneArrowDownLeftIcon:Tm,PhoneArrowUpRightIcon:Hm,PhoneIcon:_m,PhoneXMarkIcon:Vm,PhotoIcon:No,PlayCircleIcon:qm,PlayIcon:Xm,PlayPauseIcon:zm,PlusCircleIcon:Qm,PlusIcon:r7,PlusSmallIcon:e7,PowerIcon:o7,PresentationChartBarIcon:i7,PresentationChartLineIcon:l7,PrinterIcon:u7,PuzzlePieceIcon:f7,QrCodeIcon:h7,QuestionMarkCircleIcon:w7,QueueListIcon:g7,RadioIcon:b7,ReceiptPercentIcon:k7,ReceiptRefundIcon:R7,RectangleGroupIcon:L7,RectangleStackIcon:C7,RocketLaunchIcon:O7,RssIcon:F7,ScaleIcon:B7,ScissorsIcon:W7,ServerIcon:N7,ServerStackIcon:P7,ShareIcon:D7,ShieldCheckIcon:Z7,ShieldExclamationIcon:q7,ShoppingBagIcon:z7,ShoppingCartIcon:X7,SignalIcon:e4,SignalSlashIcon:Q7,SlashIcon:r4,SparklesIcon:o4,SpeakerWaveIcon:i4,SpeakerXMarkIcon:l4,Square2StackIcon:u4,Square3Stack3DIcon:f4,Squares2X2Icon:h4,SquaresPlusIcon:w4,StarIcon:g4,StopCircleIcon:b4,StopIcon:k4,StrikethroughIcon:R4,SunIcon:L4,SwatchIcon:C4,TableCellsIcon:O4,TagIcon:F4,TicketIcon:B4,TrashIcon:W4,TrophyIcon:P4,TruckIcon:N4,TvIcon:D4,UnderlineIcon:Z4,UserCircleIcon:q4,UserGroupIcon:z4,UserIcon:eh,UserMinusIcon:X4,UserPlusIcon:Q4,UsersIcon:rh,VariableIcon:oh,VideoCameraIcon:lh,VideoCameraSlashIcon:ih,ViewColumnsIcon:uh,ViewfinderCircleIcon:fh,WalletIcon:hh,WifiIcon:wh,WindowIcon:gh,WrenchIcon:kh,WrenchScrewdriverIcon:bh,XCircleIcon:Rh,XMarkIcon:Vo},Symbol.toStringTag,{value:"Module"}));function Mh({value:e,onChange:t,accept:r=[".png",".jpg",".jpeg",".gif"],maxSize:n=10*1024*1024}){const[a,i]=h.useState(!1),[s,l]=h.useState(!1),c=p=>{var x;const f=(x=p.name.split(".").pop())==null?void 0:x.toLowerCase();return r.map(g=>g.replace(".","").toLowerCase()).includes(f)?p.size>n?(alert(`File is too large. Maximum size is ${Math.round(n/(1024*1024))}MB`),!1):!0:(alert(`Invalid file type. Accepted types: ${r.join(", ")}`),!1)},u=p=>{if(!p||!c(p))return;const f=new FileReader;f.onloadstart=()=>l(!0),f.onloadend=()=>l(!1),f.onload=()=>{const v=f.result;t==null||t(v)},f.readAsDataURL(p)},d=p=>{var v;const f=(v=p.target.files)==null?void 0:v[0];u(f)},w=p=>{var v;p.preventDefault(),i(!1);const f=(v=p.dataTransfer.files)==null?void 0:v[0];u(f)};return m.jsxRuntimeExports.jsxs("div",{className:`mt-2 flex flex-col items-center justify-center rounded-lg border ${a?"border-indigo-600 bg-indigo-50":"border-gray-900/25"} relative border-dashed px-6 py-10`,onDragOver:p=>{p.preventDefault(),i(!0)},onDragLeave:p=>{p.preventDefault(),i(!1)},onDrop:w,children:[e?m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("img",{src:e,alt:"Preview",className:"max-h-48 rounded-md object-contain"}),m.jsxRuntimeExports.jsx("button",{type:"button",onClick:()=>t==null?void 0:t(null),className:"absolute right-2 top-2 rounded-full bg-white/80 p-1 text-gray-700 shadow hover:bg-white",children:m.jsxRuntimeExports.jsx(Vo,{className:"h-5 w-5"})})]}):m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[m.jsxRuntimeExports.jsx(No,{className:"h-12 w-12 text-gray-300"}),m.jsxRuntimeExports.jsxs("div",{className:"mt-4 flex text-sm text-gray-600",children:[m.jsxRuntimeExports.jsxs("label",{className:"relative cursor-pointer rounded-md bg-white font-semibold text-indigo-600 hover:text-indigo-500",children:[m.jsxRuntimeExports.jsx("span",{children:"Select an image"}),m.jsxRuntimeExports.jsx("input",{type:"file",className:"sr-only",accept:r.join(","),onChange:d})]}),m.jsxRuntimeExports.jsx("span",{className:"pl-1",children:"or drag and drop"})]}),m.jsxRuntimeExports.jsx("p",{className:"text-xs text-gray-500",children:"PNG, JPG, GIF up to 10MB"})]}),s&&m.jsxRuntimeExports.jsx("p",{className:"mt-2 animate-pulse text-sm text-indigo-600",children:"Converting..."})]})}function Do({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="HH:MM",description:l,required:c,error:u,helper:d,leadingIcon:w,trailingIcon:p,min:f,max:v,step:x}=e,[g,k]=h.useState(!1),b=!!u,E=b?n.error:g?n.inputFocusBorder:n.inputBorder;return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!b&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"time",placeholder:s,value:t||"",onChange:r,onFocus:()=>k(!0),onBlur:()=>k(!1),"aria-invalid":b?"true":"false","aria-describedby":b?`${a}-error`:l?`${a}-description`:void 0,min:f,max:v,step:x,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:w?"2.5rem":"0.75rem",paddingRight:p||b?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),w&&!b&&m.jsxRuntimeExports.jsx(w,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!b&&m.jsxRuntimeExports.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),b&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),b?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:u}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}const Ch=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function $h({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="you@example.com",description:l,required:c,helper:u,leadingIcon:d,trailingIcon:w}=e,[p,f]=h.useState(!1),[v,x]=h.useState(null),g=!!v,k=g?n.error:p?n.inputFocusBorder:n.inputBorder,b=()=>{f(!1),c&&!t?x("Email is required"):t&&!Ch.test(t)?x("Please enter a valid email address"):x(null)};return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:u}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"email",placeholder:s,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:b,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:l?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:d?"2.5rem":"0.75rem",paddingRight:w||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),d&&!g&&m.jsxRuntimeExports.jsx(d,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),w&&!g&&m.jsxRuntimeExports.jsx(w,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}const Oh=/^\d{10}$/,mn=/\D/g;function Ah({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="(123) 456-7890",description:l,required:c,helper:u,leadingIcon:d,trailingIcon:w}=e,[p,f]=h.useState(!1),[v,x]=h.useState(null),g=!!v,k=g?n.error:p?n.inputFocusBorder:n.inputBorder,b=y=>{const j=y.replace(mn,"").slice(0,10),L=[];return j.length>0&&L.push("("+j.substring(0,3)),j.length>=4&&L.push(") "+j.substring(3,6)),j.length>=7&&L.push("-"+j.substring(6,10)),L.join("")},E=y=>{const j=b(y.target.value);r({target:{name:a,value:j}})},R=()=>{f(!1);const y=(t||"").replace(mn,"");c&&!y?x("Phone number is required"):y&&!Oh.test(y)?x("Please enter a valid 10-digit phone number"):x(null)};return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:u}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"tel",placeholder:s,value:t||"",onChange:E,onFocus:()=>f(!0),onBlur:R,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:l?`${a}-description`:void 0,pattern:"\\d{10}",maxLength:14,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:d?"2.5rem":"0.75rem",paddingRight:w||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),d&&!g&&m.jsxRuntimeExports.jsx(d,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),w&&!g&&m.jsxRuntimeExports.jsx(w,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function Fh({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,error:c,helper:u,options:d=[]}=e,[w,p]=h.useState(!1),f=!!(c||l&&w&&!t);return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{id:`${a}-label`,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!f&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:u}),m.jsxRuntimeExports.jsx("div",{className:"space-y-2",role:"radiogroup","aria-labelledby":`${a}-label`,children:d.map(v=>m.jsxRuntimeExports.jsxs("label",{className:"flex cursor-pointer items-center space-x-2",style:{color:n.inputText},children:[m.jsxRuntimeExports.jsx("input",{type:"radio",name:a,value:v.value,checked:t===v.value,onChange:x=>r(x.target.value),onBlur:()=>p(!0),style:{accentColor:f?n.error:n.inputFocusBorder},className:"h-4 w-4"}),m.jsxRuntimeExports.jsx("span",{children:v.label})]},v.value))}),f?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center space-x-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:c||"This field is required"})]}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function Sh({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="https://example.com",description:l,required:c,helper:u,leadingIcon:d,trailingIcon:w}=e,[p,f]=h.useState(!1),[v,x]=h.useState(null),g=!!v,k=g?n.error:p?n.inputFocusBorder:n.inputBorder,b=/^(https?:\/\/)?([\w-]+\.)+[\w-]{2,}(\/[^\s]*)?$/i,E=()=>{f(!1),c&&!t?x("URL is required"):t&&!b.test(t)?x("Please enter a valid URL"):x(null)};return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:u}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"url",placeholder:s,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:E,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:l?`${a}-description`:void 0,pattern:"https?://.+",style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:d?"2.5rem":"0.75rem",paddingRight:w||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),d&&!g&&m.jsxRuntimeExports.jsx(d,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),w&&!g&&m.jsxRuntimeExports.jsx(w,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function Bh({field:e,value:t=[],onChange:r,theme:n}){const{name:a,title:i,placeholder:s="Select options",options:l=[],optionId:c="id",optionLabel:u="name",error:d}=e,w=l.map((b,E)=>{if(typeof b=="string"||typeof b=="number"){const L=String(b);return{id:L,label:L,original:b}}const R=b==null?void 0:b[c],y=R!=null?String(R):`__opt_${E}`,j=(b==null?void 0:b[u])??(b==null?void 0:b.label)??(R!=null?String(R):`option ${E}`);return{id:y,label:j,original:b}}),p=new Map(w.map(b=>[b.label,b.id])),f=new Map(w.map(b=>[b.id,b.label])),v=Array.isArray(t)?t:[],x=v.map(b=>p.get(b)).filter(b=>b!==void 0),g=b=>{const E=(Array.isArray(b)?b:[]).map(R=>f.get(R)).filter(R=>R!==void 0);r(E)},k=v.length>0?v.join(", "):s;return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsx("label",{htmlFor:a,style:{color:n==null?void 0:n.label},className:"mb-1 block text-sm font-medium",children:i}),m.jsxRuntimeExports.jsx(To,{value:x,onChange:g,multiple:!0,children:m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsxs(jr,{id:a,className:"relative w-full cursor-default rounded-md border py-1.5 pl-3 pr-8 text-left text-sm",style:{color:d?n==null?void 0:n.error:n==null?void 0:n.inputText,backgroundColor:n==null?void 0:n.inputBackground,borderColor:d?n==null?void 0:n.error:n==null?void 0:n.inputBorder},children:[m.jsxRuntimeExports.jsx("span",{className:`block truncate ${v.length===0?"opacity-50":""}`,style:{color:v.length===0?n==null?void 0:n.inputPlaceholder:void 0},children:k}),m.jsxRuntimeExports.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:m.jsxRuntimeExports.jsx(Ho,{className:"h-5 w-5",style:{color:n==null?void 0:n.inputPlaceholder},"aria-hidden":"true"})})]}),m.jsxRuntimeExports.jsx(Fo,{as:h.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:m.jsxRuntimeExports.jsx(Lr,{className:"absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md border py-1 text-sm shadow-lg",style:{backgroundColor:n==null?void 0:n.inputBackground,color:n==null?void 0:n.inputText,borderColor:n==null?void 0:n.inputBorder},children:w.map(b=>m.jsxRuntimeExports.jsx(Mr,{value:b.id,className:({active:E})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${E?"bg-gray-100":""}`,children:({selected:E})=>m.jsxRuntimeExports.jsxs(m.jsxRuntimeExports.Fragment,{children:[m.jsxRuntimeExports.jsx("span",{className:`block truncate ${E?"font-semibold":"font-normal"}`,children:b.label}),E&&m.jsxRuntimeExports.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n==null?void 0:n.inputFocusBorder},children:m.jsxRuntimeExports.jsx(Po,{className:"h-5 w-5"})})]})},b.id))})})]})}),d&&m.jsxRuntimeExports.jsx("p",{className:"mt-2 text-sm",style:{color:n==null?void 0:n.error},children:d})]})}function Ih({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,helper:l,optional:c,required:u,error:d}=e,[w,p]=h.useState(!1),f=!!d,v=f?n.error:w?n.inputFocusBorder:n.inputBorder,x=g=>{if(!g)return"";const k=new Date(g);return isNaN(k)?"":k.toISOString().slice(0,16)};return m.jsxRuntimeExports.jsxs("div",{children:[m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,u&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),c&&!f&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),l&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:l}),m.jsxRuntimeExports.jsxs("div",{className:"relative",children:[m.jsxRuntimeExports.jsx("input",{id:a,name:a,type:"datetime-local",value:x(t),onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":f?"true":"false","aria-describedby":f?`${a}-error`:s?`${a}-description`:void 0,style:{color:f?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:v,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",padding:"0.375rem 0.75rem"},className:"block w-full text-base outline-none sm:text-sm/6"}),f&&m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"absolute right-3 top-2.5 h-5 w-5",style:{color:n.error}})]}),f?m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}/*!
22
- * Signature Pad v5.1.1 | https://github.com/szimek/signature_pad
23
- * (c) 2025 Szymon Nowak | Released under the MIT license
24
- */var gt=class{constructor(e,t,r,n){H(this,"x");H(this,"y");H(this,"pressure");H(this,"time");if(isNaN(e)||isNaN(t))throw new Error(`Point is invalid: (${e}, ${t})`);this.x=+e,this.y=+t,this.pressure=r||0,this.time=n||Date.now()}distanceTo(e){return Math.sqrt(Math.pow(this.x-e.x,2)+Math.pow(this.y-e.y,2))}equals(e){return this.x===e.x&&this.y===e.y&&this.pressure===e.pressure&&this.time===e.time}velocityFrom(e){return this.time!==e.time?this.distanceTo(e)/(this.time-e.time):0}},Wh=class _o{constructor(t,r,n,a,i,s){this.startPoint=t,this.control2=r,this.control1=n,this.endPoint=a,this.startWidth=i,this.endWidth=s}static fromPoints(t,r){const n=this.calculateControlPoints(t[0],t[1],t[2]).c2,a=this.calculateControlPoints(t[1],t[2],t[3]).c1;return new _o(t[1],n,a,t[2],r.start,r.end)}static calculateControlPoints(t,r,n){const a=t.x-r.x,i=t.y-r.y,s=r.x-n.x,l=r.y-n.y,c={x:(t.x+r.x)/2,y:(t.y+r.y)/2},u={x:(r.x+n.x)/2,y:(r.y+n.y)/2},d=Math.sqrt(a*a+i*i),w=Math.sqrt(s*s+l*l),p=c.x-u.x,f=c.y-u.y,v=d+w==0?0:w/(d+w),x={x:u.x+p*v,y:u.y+f*v},g=r.x-x.x,k=r.y-x.y;return{c1:new gt(c.x+g,c.y+k),c2:new gt(u.x+g,u.y+k)}}length(){let r=0,n,a;for(let i=0;i<=10;i+=1){const s=i/10,l=this.point(s,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),c=this.point(s,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y);if(i>0){const u=l-n,d=c-a;r+=Math.sqrt(u*u+d*d)}n=l,a=c}return r}point(t,r,n,a,i){return r*(1-t)*(1-t)*(1-t)+3*n*(1-t)*(1-t)*t+3*a*(1-t)*t*t+i*t*t*t}},Th=class{constructor(){H(this,"_et");try{this._et=new EventTarget}catch{this._et=document}}addEventListener(e,t,r){this._et.addEventListener(e,t,r)}dispatchEvent(e){return this._et.dispatchEvent(e)}removeEventListener(e,t,r){this._et.removeEventListener(e,t,r)}};function Ph(e,t=250){let r=0,n=null,a,i,s;const l=()=>{r=Date.now(),n=null,a=e.apply(i,s),n||(i=null,s=[])};return function(...u){const d=Date.now(),w=t-(d-r);return i=this,s=u,w<=0||w>t?(n&&(clearTimeout(n),n=null),r=d,a=e.apply(i,s),n||(i=null,s=[])):n||(n=window.setTimeout(l,w)),a}}var Hh=class sr extends Th{constructor(r,n={}){super();H(this,"dotSize");H(this,"minWidth");H(this,"maxWidth");H(this,"penColor");H(this,"minDistance");H(this,"velocityFilterWeight");H(this,"compositeOperation");H(this,"backgroundColor");H(this,"throttle");H(this,"canvasContextOptions");H(this,"_ctx");H(this,"_drawingStroke",!1);H(this,"_isEmpty",!0);H(this,"_dataUrl");H(this,"_dataUrlOptions");H(this,"_lastPoints",[]);H(this,"_data",[]);H(this,"_lastVelocity",0);H(this,"_lastWidth",0);H(this,"_strokeMoveUpdate");H(this,"_strokePointerId");this.canvas=r,this.velocityFilterWeight=n.velocityFilterWeight||.7,this.minWidth=n.minWidth||.5,this.maxWidth=n.maxWidth||2.5,this.throttle=n.throttle??16,this.minDistance=n.minDistance??5,this.dotSize=n.dotSize||0,this.penColor=n.penColor||"black",this.backgroundColor=n.backgroundColor||"rgba(0,0,0,0)",this.compositeOperation=n.compositeOperation||"source-over",this.canvasContextOptions=n.canvasContextOptions??{},this._strokeMoveUpdate=this.throttle?Ph(sr.prototype._strokeUpdate,this.throttle):sr.prototype._strokeUpdate,this._handleMouseDown=this._handleMouseDown.bind(this),this._handleMouseMove=this._handleMouseMove.bind(this),this._handleMouseUp=this._handleMouseUp.bind(this),this._handleTouchStart=this._handleTouchStart.bind(this),this._handleTouchMove=this._handleTouchMove.bind(this),this._handleTouchEnd=this._handleTouchEnd.bind(this),this._handlePointerDown=this._handlePointerDown.bind(this),this._handlePointerMove=this._handlePointerMove.bind(this),this._handlePointerUp=this._handlePointerUp.bind(this),this._ctx=r.getContext("2d",this.canvasContextOptions),this.clear(),this.on()}clear(){const{_ctx:r,canvas:n}=this;r.fillStyle=this.backgroundColor,r.clearRect(0,0,n.width,n.height),r.fillRect(0,0,n.width,n.height),this._data=[],this._reset(this._getPointGroupOptions()),this._isEmpty=!0,this._dataUrl=void 0,this._dataUrlOptions=void 0,this._strokePointerId=void 0}redraw(){const r=this._data,n=this._dataUrl,a=this._dataUrlOptions;this.clear(),n&&this.fromDataURL(n,a),this.fromData(r,{clear:!1})}fromDataURL(r,n={}){return new Promise((a,i)=>{const s=new Image,l=n.ratio||window.devicePixelRatio||1,c=n.width||this.canvas.width/l,u=n.height||this.canvas.height/l,d=n.xOffset||0,w=n.yOffset||0;this._reset(this._getPointGroupOptions()),s.onload=()=>{this._ctx.drawImage(s,d,w,c,u),a()},s.onerror=p=>{i(p)},s.crossOrigin="anonymous",s.src=r,this._isEmpty=!1,this._dataUrl=r,this._dataUrlOptions={...n}})}toDataURL(r="image/png",n){switch(r){case"image/svg+xml":return typeof n!="object"&&(n=void 0),`data:image/svg+xml;base64,${btoa(this.toSVG(n))}`;default:return typeof n!="number"&&(n=void 0),this.canvas.toDataURL(r,n)}}on(){this.canvas.style.touchAction="none",this.canvas.style.msTouchAction="none",this.canvas.style.userSelect="none";const r=/Macintosh/.test(navigator.userAgent)&&"ontouchstart"in document;window.PointerEvent&&!r?this._handlePointerEvents():(this._handleMouseEvents(),"ontouchstart"in window&&this._handleTouchEvents())}off(){this.canvas.style.touchAction="auto",this.canvas.style.msTouchAction="auto",this.canvas.style.userSelect="auto",this.canvas.removeEventListener("pointerdown",this._handlePointerDown),this.canvas.removeEventListener("mousedown",this._handleMouseDown),this.canvas.removeEventListener("touchstart",this._handleTouchStart),this._removeMoveUpEventListeners()}_getListenerFunctions(){const r=window.document===this.canvas.ownerDocument?window:this.canvas.ownerDocument.defaultView??this.canvas.ownerDocument;return{addEventListener:r.addEventListener.bind(r),removeEventListener:r.removeEventListener.bind(r)}}_removeMoveUpEventListeners(){const{removeEventListener:r}=this._getListenerFunctions();r("pointermove",this._handlePointerMove),r("pointerup",this._handlePointerUp),r("mousemove",this._handleMouseMove),r("mouseup",this._handleMouseUp),r("touchmove",this._handleTouchMove),r("touchend",this._handleTouchEnd)}isEmpty(){return this._isEmpty}fromData(r,{clear:n=!0}={}){n&&this.clear(),this._fromData(r,this._drawCurve.bind(this),this._drawDot.bind(this)),this._data=this._data.concat(r)}toData(){return this._data}_isLeftButtonPressed(r,n){return n?r.buttons===1:(r.buttons&1)===1}_pointerEventToSignatureEvent(r){return{event:r,type:r.type,x:r.clientX,y:r.clientY,pressure:"pressure"in r?r.pressure:0}}_touchEventToSignatureEvent(r){const n=r.changedTouches[0];return{event:r,type:r.type,x:n.clientX,y:n.clientY,pressure:n.force}}_handleMouseDown(r){!this._isLeftButtonPressed(r,!0)||this._drawingStroke||this._strokeBegin(this._pointerEventToSignatureEvent(r))}_handleMouseMove(r){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}_handleMouseUp(r){this._isLeftButtonPressed(r)||this._strokeEnd(this._pointerEventToSignatureEvent(r))}_handleTouchStart(r){r.targetTouches.length!==1||this._drawingStroke||(r.cancelable&&r.preventDefault(),this._strokeBegin(this._touchEventToSignatureEvent(r)))}_handleTouchMove(r){if(r.targetTouches.length===1){if(r.cancelable&&r.preventDefault(),!this._drawingStroke){this._strokeEnd(this._touchEventToSignatureEvent(r),!1);return}this._strokeMoveUpdate(this._touchEventToSignatureEvent(r))}}_handleTouchEnd(r){r.targetTouches.length===0&&(r.cancelable&&r.preventDefault(),this._strokeEnd(this._touchEventToSignatureEvent(r)))}_getPointerId(r){return r.persistentDeviceId||r.pointerId}_allowPointerId(r,n=!1){return typeof this._strokePointerId>"u"?n:this._getPointerId(r)===this._strokePointerId}_handlePointerDown(r){this._drawingStroke||!this._isLeftButtonPressed(r)||!this._allowPointerId(r,!0)||(this._strokePointerId=this._getPointerId(r),r.preventDefault(),this._strokeBegin(this._pointerEventToSignatureEvent(r)))}_handlePointerMove(r){if(this._allowPointerId(r)){if(!this._isLeftButtonPressed(r,!0)||!this._drawingStroke){this._strokeEnd(this._pointerEventToSignatureEvent(r),!1);return}r.preventDefault(),this._strokeMoveUpdate(this._pointerEventToSignatureEvent(r))}}_handlePointerUp(r){this._isLeftButtonPressed(r)||!this._allowPointerId(r)||(r.preventDefault(),this._strokeEnd(this._pointerEventToSignatureEvent(r)))}_getPointGroupOptions(r){return{penColor:r&&"penColor"in r?r.penColor:this.penColor,dotSize:r&&"dotSize"in r?r.dotSize:this.dotSize,minWidth:r&&"minWidth"in r?r.minWidth:this.minWidth,maxWidth:r&&"maxWidth"in r?r.maxWidth:this.maxWidth,velocityFilterWeight:r&&"velocityFilterWeight"in r?r.velocityFilterWeight:this.velocityFilterWeight,compositeOperation:r&&"compositeOperation"in r?r.compositeOperation:this.compositeOperation}}_strokeBegin(r){if(!this.dispatchEvent(new CustomEvent("beginStroke",{detail:r,cancelable:!0})))return;const{addEventListener:a}=this._getListenerFunctions();switch(r.event.type){case"mousedown":a("mousemove",this._handleMouseMove,{passive:!1}),a("mouseup",this._handleMouseUp,{passive:!1});break;case"touchstart":a("touchmove",this._handleTouchMove,{passive:!1}),a("touchend",this._handleTouchEnd,{passive:!1});break;case"pointerdown":a("pointermove",this._handlePointerMove,{passive:!1}),a("pointerup",this._handlePointerUp,{passive:!1});break}this._drawingStroke=!0;const i=this._getPointGroupOptions(),s={...i,points:[]};this._data.push(s),this._reset(i),this._strokeUpdate(r)}_strokeUpdate(r){if(!this._drawingStroke)return;if(this._data.length===0){this._strokeBegin(r);return}this.dispatchEvent(new CustomEvent("beforeUpdateStroke",{detail:r}));const n=this._createPoint(r.x,r.y,r.pressure),a=this._data[this._data.length-1],i=a.points,s=i.length>0&&i[i.length-1],l=s?n.distanceTo(s)<=this.minDistance:!1,c=this._getPointGroupOptions(a);if(!s||!(s&&l)){const u=this._addPoint(n,c);s?u&&this._drawCurve(u,c):this._drawDot(n,c),i.push({time:n.time,x:n.x,y:n.y,pressure:n.pressure})}this.dispatchEvent(new CustomEvent("afterUpdateStroke",{detail:r}))}_strokeEnd(r,n=!0){this._removeMoveUpEventListeners(),this._drawingStroke&&(n&&this._strokeUpdate(r),this._drawingStroke=!1,this._strokePointerId=void 0,this.dispatchEvent(new CustomEvent("endStroke",{detail:r})))}_handlePointerEvents(){this._drawingStroke=!1,this.canvas.addEventListener("pointerdown",this._handlePointerDown,{passive:!1})}_handleMouseEvents(){this._drawingStroke=!1,this.canvas.addEventListener("mousedown",this._handleMouseDown,{passive:!1})}_handleTouchEvents(){this.canvas.addEventListener("touchstart",this._handleTouchStart,{passive:!1})}_reset(r){this._lastPoints=[],this._lastVelocity=0,this._lastWidth=(r.minWidth+r.maxWidth)/2,this._ctx.fillStyle=r.penColor,this._ctx.globalCompositeOperation=r.compositeOperation}_createPoint(r,n,a){const i=this.canvas.getBoundingClientRect();return new gt(r-i.left,n-i.top,a,new Date().getTime())}_addPoint(r,n){const{_lastPoints:a}=this;if(a.push(r),a.length>2){a.length===3&&a.unshift(a[0]);const i=this._calculateCurveWidths(a[1],a[2],n),s=Wh.fromPoints(a,i);return a.shift(),s}return null}_calculateCurveWidths(r,n,a){const i=a.velocityFilterWeight*n.velocityFrom(r)+(1-a.velocityFilterWeight)*this._lastVelocity,s=this._strokeWidth(i,a),l={end:s,start:this._lastWidth};return this._lastVelocity=i,this._lastWidth=s,l}_strokeWidth(r,n){return Math.max(n.maxWidth/(r+1),n.minWidth)}_drawCurveSegment(r,n,a){const i=this._ctx;i.moveTo(r,n),i.arc(r,n,a,0,2*Math.PI,!1),this._isEmpty=!1}_drawCurve(r,n){const a=this._ctx,i=r.endWidth-r.startWidth,s=Math.ceil(r.length())*2;a.beginPath(),a.fillStyle=n.penColor;for(let l=0;l<s;l+=1){const c=l/s,u=c*c,d=u*c,w=1-c,p=w*w,f=p*w;let v=f*r.startPoint.x;v+=3*p*c*r.control1.x,v+=3*w*u*r.control2.x,v+=d*r.endPoint.x;let x=f*r.startPoint.y;x+=3*p*c*r.control1.y,x+=3*w*u*r.control2.y,x+=d*r.endPoint.y;const g=Math.min(r.startWidth+d*i,n.maxWidth);this._drawCurveSegment(v,x,g)}a.closePath(),a.fill()}_drawDot(r,n){const a=this._ctx,i=n.dotSize>0?n.dotSize:(n.minWidth+n.maxWidth)/2;a.beginPath(),this._drawCurveSegment(r.x,r.y,i),a.closePath(),a.fillStyle=n.penColor,a.fill()}_fromData(r,n,a){for(const i of r){const{points:s}=i,l=this._getPointGroupOptions(i);if(s.length>1)for(let c=0;c<s.length;c+=1){const u=s[c],d=new gt(u.x,u.y,u.pressure,u.time);c===0&&this._reset(l);const w=this._addPoint(d,l);w&&n(w,l)}else this._reset(l),a(s[0],l)}}toSVG({includeBackgroundColor:r=!1,includeDataUrl:n=!1}={}){var w,p,f,v,x;const a=this._data,i=Math.max(window.devicePixelRatio||1,1),s=0,l=0,c=this.canvas.width/i,u=this.canvas.height/i,d=document.createElementNS("http://www.w3.org/2000/svg","svg");if(d.setAttribute("xmlns","http://www.w3.org/2000/svg"),d.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),d.setAttribute("viewBox",`${s} ${l} ${c} ${u}`),d.setAttribute("width",c.toString()),d.setAttribute("height",u.toString()),r&&this.backgroundColor){const g=document.createElement("rect");g.setAttribute("width","100%"),g.setAttribute("height","100%"),g.setAttribute("fill",this.backgroundColor),d.appendChild(g)}if(n&&this._dataUrl){const g=((w=this._dataUrlOptions)==null?void 0:w.ratio)||window.devicePixelRatio||1,k=((p=this._dataUrlOptions)==null?void 0:p.width)||this.canvas.width/g,b=((f=this._dataUrlOptions)==null?void 0:f.height)||this.canvas.height/g,E=((v=this._dataUrlOptions)==null?void 0:v.xOffset)||0,R=((x=this._dataUrlOptions)==null?void 0:x.yOffset)||0,y=document.createElement("image");y.setAttribute("x",E.toString()),y.setAttribute("y",R.toString()),y.setAttribute("width",k.toString()),y.setAttribute("height",b.toString()),y.setAttribute("preserveAspectRatio","none"),y.setAttribute("href",this._dataUrl),d.appendChild(y)}return this._fromData(a,(g,{penColor:k})=>{const b=document.createElement("path");if(!isNaN(g.control1.x)&&!isNaN(g.control1.y)&&!isNaN(g.control2.x)&&!isNaN(g.control2.y)){const E=`M ${g.startPoint.x.toFixed(3)},${g.startPoint.y.toFixed(3)} C ${g.control1.x.toFixed(3)},${g.control1.y.toFixed(3)} ${g.control2.x.toFixed(3)},${g.control2.y.toFixed(3)} ${g.endPoint.x.toFixed(3)},${g.endPoint.y.toFixed(3)}`;b.setAttribute("d",E),b.setAttribute("stroke-width",(g.endWidth*2.25).toFixed(3)),b.setAttribute("stroke",k),b.setAttribute("fill","none"),b.setAttribute("stroke-linecap","round"),d.appendChild(b)}},(g,{penColor:k,dotSize:b,minWidth:E,maxWidth:R})=>{const y=document.createElement("circle"),j=b>0?b:(E+R)/2;y.setAttribute("r",j.toString()),y.setAttribute("cx",g.x.toString()),y.setAttribute("cy",g.y.toString()),y.setAttribute("fill",k),d.appendChild(y)}),d.outerHTML}};function Nh({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c}=e,u=h.useRef(null),d=h.useRef(null),[w,p]=h.useState(null);h.useEffect(()=>{u.current&&(d.current=new Hh(u.current,{backgroundColor:n.inputBackground||"#fff",penColor:n.inputText||"#000"}))},[n]);const f=()=>{d.current.clear(),p(l?"Signature is required":null),r({target:{name:a,value:""}})},v=()=>{if(d.current.isEmpty()){l&&p("Signature is required");return}const x=d.current.toDataURL("image/png");p(null),r({target:{name:a,value:x}})};return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!w&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsxRuntimeExports.jsx("div",{className:"rounded-lg border",style:{borderColor:w?n.error:n.inputBorder,backgroundColor:n.inputBackground},children:m.jsxRuntimeExports.jsx("canvas",{ref:u,width:400,height:150,style:{width:"100%",height:"150px"}})}),m.jsxRuntimeExports.jsxs("div",{className:"mt-2 flex gap-2",children:[m.jsxRuntimeExports.jsx("button",{type:"button",onClick:f,className:"rounded-md border px-3 py-1 text-sm",style:{borderColor:n.inputBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Clear"}),m.jsxRuntimeExports.jsx("button",{type:"button",onClick:v,className:"rounded-md px-3 py-1 text-sm",style:{borderColor:n.inputFocusBorder,color:n.inputText,backgroundColor:n.inputBackground},children:"Save"})]}),w?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:w})]}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function hn({name:e,color:t}){const r=Lh[e];return r?m.jsxRuntimeExports.jsx("div",{className:"rounded-full p-2",children:m.jsxRuntimeExports.jsx(r,{className:"h-5 w-5",style:{color:t||"#ccc"}})}):(console.warn(`Icon "${e}" not found.`),null)}function Vh({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c,max:u=5,icon:d="StarIcon"}=e,[w,p]=h.useState(null),[f,v]=h.useState(null),x=!!w,g=b=>{p(l&&b===0?"Rating is required":null),r({target:{name:a,value:b}})},k=b=>{const E=f?b<=f:b<=(t||0);let R;f?R=b<=f?n.inputFocusBorder:n.inputBorder:R=E?n.inputBackground:n.inputBorder;const y=d==="StarIcon"?zo:hn;return m.jsxRuntimeExports.jsx("button",{type:"button",onClick:()=>g(b),onMouseEnter:()=>v(b),onMouseLeave:()=>v(null),className:"p-1","aria-label":`Rate ${b} out of ${u}`,children:d==="StarIcon"?m.jsxRuntimeExports.jsx(y,{className:"h-6 w-6",style:{color:R}}):m.jsxRuntimeExports.jsx(hn,{name:d,color:R})},b)};return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!x&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsxRuntimeExports.jsx("div",{id:a,role:"radiogroup",className:"flex items-center gap-1","aria-invalid":x?"true":"false","aria-describedby":x?`${a}-error`:s?`${a}-description`:void 0,children:[...Array(u)].map((b,E)=>k(E+1))}),x?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:w})]}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function Dh({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c,min:u=1,max:d=10,step:w=1}=e,[p,f]=h.useState(null),v=!!p,x=k=>{f(l&&!k?"Selection is required":null),r({target:{name:a,value:k}})},g=[];for(let k=u;k<=d;k+=w)g.push(k);return m.jsxRuntimeExports.jsxs("div",{children:[i&&m.jsxRuntimeExports.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxRuntimeExports.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!v&&m.jsxRuntimeExports.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsxRuntimeExports.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsxRuntimeExports.jsx("div",{id:a,role:"radiogroup",className:"flex flex-wrap gap-2","aria-invalid":v?"true":"false","aria-describedby":v?`${a}-error`:s?`${a}-description`:void 0,children:g.map(k=>m.jsxRuntimeExports.jsxs("label",{className:"flex flex-col items-center text-sm",children:[m.jsxRuntimeExports.jsx("input",{type:"radio",name:a,value:k,checked:String(t)===String(k),onChange:()=>x(k),className:"peer hidden"}),m.jsxRuntimeExports.jsx("span",{className:"cursor-pointer rounded-md px-3 py-1 peer-checked:font-bold",style:{border:`1px solid ${String(t)===String(k)?n.inputFocusBorder:n.inputBorder}`,backgroundColor:String(t)===String(k)?n.inputBackground:"transparent",color:String(t)===String(k)?n.inputText:n.description},children:k})]},k))}),v?m.jsxRuntimeExports.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsxRuntimeExports.jsx(ee,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsxRuntimeExports.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:p})]}):s?m.jsxRuntimeExports.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const _h=process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY;function Zh({field:e,value:t,onChange:r,theme:n}){const a=h.useRef(null),[i,s]=h.useState(null),[l,c]=h.useState(!1);h.useEffect(()=>{if(window.grecaptcha){window.grecaptcha.ready(()=>u());return}const d=document.createElement("script");d.src="https://www.google.com/recaptcha/api.js?render=explicit",d.async=!0,d.defer=!0,d.onload=()=>{window.grecaptcha.ready(()=>u())},document.body.appendChild(d)},[]);const u=()=>{var w;if(!window.grecaptcha||i!==null||(w=a.current)!=null&&w.hasChildNodes())return;const d=window.grecaptcha.render(a.current,{sitekey:_h,theme:"light",callback:p=>{c(!1),r({target:{name:e.name,value:p}})},"expired-callback":()=>{r({target:{name:e.name,value:""}}),c(!0)}});s(d)};return m.jsxRuntimeExports.jsxs("div",{className:"mb-4",children:[e.title&&m.jsxRuntimeExports.jsxs("label",{htmlFor:e.name,style:{color:n.label},className:"mb-2 block text-sm font-medium",children:[e.title,e.required&&m.jsxRuntimeExports.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),m.jsxRuntimeExports.jsx("div",{ref:a}),l&&m.jsxRuntimeExports.jsx("p",{style:{color:n.error},className:"mt-1 text-sm",children:"Please complete the CAPTCHA"})]})}exports.Captcha=Zh;exports.DateTime=Ih;exports.DynamicSubForm=R0;exports.EmailInput=$h;exports.FormHeader=ta;exports.ImageUploadBase64=Mh;exports.InputCheckbox=Qo;exports.InputColor=Yo;exports.InputDate=L0;exports.InputDefault=Ko;exports.InputNumber=j0;exports.InputTextArea=Xo;exports.InputToggle=Jo;exports.MultiSelect=Bh;exports.PhoneInput=Ah;exports.RadioGroup=Fh;exports.Rating=Vh;exports.Scale=Dh;exports.Signature=Nh;exports.SingleSelect=y0;exports.TimeInput=Do;exports.TimePicker=Do;exports.UrlInput=Sh;