@reactfast/forms 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms.cjs +6 -6
- package/dist/forms.es.js +2453 -2202
- package/dist/forms.umd.js +6 -6
- package/package.json +1 -1
package/dist/forms.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";var Qo=Object.defineProperty;var Jo=(e,t,r)=>t in e?Qo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var H=(e,t,r)=>Jo(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react/jsx-runtime"),w=require("react"),Fe=require("react-dom");function En(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=En(w),ft=En(Fe);function ea({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 te=o.forwardRef(ea);function ta({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 ra=o.forwardRef(ta);function na({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,type:l="text",placeholder:s="Enter text",description:c,required:d,error:u,helper:p,leadingIcon:h,trailingIcon:f,pattern:v}=e,[b,g]=w.useState(!1),E=!!u,x=E?n.error:b?n.inputFocusBorder:n.inputBorder;let k="";if(v){const L=Array.isArray(v)?v:[v];for(const y of L){const R=typeof y=="object"&&(y!=null&&y.regex)?y.regex:y,j=typeof y=="object"&&(y!=null&&y.message)?y.message:"Invalid format";try{if(!(R instanceof RegExp?R:new RegExp(R)).test(String(t||""))){k=j;break}}catch{}}}return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!d&&!E&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),p&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:p}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:l,placeholder:s,value:t||"",onChange:r,onFocus:()=>g(!0),onBlur:()=>g(!1),readOnly:e.readOnly===!0,"aria-readonly":e.readOnly===!0?"true":"false","aria-invalid":E?"true":"false","aria-describedby":E?`${a}-error`:c?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:h?"2.5rem":"0.75rem",paddingRight:f||E?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),h&&!E&&m.jsx(h,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),f&&!E&&m.jsx(f,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),E&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),E||k?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:k||u}):c?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:c}):null]})}function oa({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:l="Enter text",description:s,optional:c,error:d,rows:u=4}=e,[p,h]=w.useState(!1),f=!!d,v=f?n.error:p?n.inputFocusBorder:n.inputBorder;return m.jsxs("div",{children:[m.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsx("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:i}),c&&!f&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),m.jsxs("div",{className:"relative mt-2",children:[m.jsx("textarea",{id:a,name:a,rows:u,placeholder:l,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:()=>h(!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 placeholder-opacity-50 outline-none sm:text-sm/6"}),f&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),f?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}function aa({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,optional:l,error:s}=e,c=!!s;return m.jsxs("div",{children:[m.jsxs("div",{className:"flex justify-between",children:[a&&m.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),l&&!c&&m.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),m.jsxs("div",{className:"mt-2 flex items-center space-x-3",children:[m.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.jsx("p",{className:"text-sm text-gray-900 dark:text-gray-200",children:t||"No Color Selected"})]}),c?m.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:s}):i?m.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function ia({field:e,value:t,onChange:r}){const{name:n,label:a,optional:i,description:l,error:s}=e,c=!!s;return m.jsxs("div",{children:[m.jsxs("div",{className:"flex items-center space-x-2",children:[m.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:r,"aria-invalid":c?"true":"false","aria-describedby":c?`${n}-error`:l?`${n}-description`:void 0,className:"h-4 w-4 rounded border-gray-300 text-primary focus:ring-primary"}),m.jsxs("label",{htmlFor:n,className:"text-sm text-gray-700 dark:text-white",children:[a||e.title||"Option",i&&!c&&m.jsx("span",{className:"ml-1 text-sm text-gray-500 dark:text-gray-400",children:"(Optional)"})]})]}),c?m.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:s}):l?m.jsx("p",{id:`${n}-description`,className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:l}):null]})}function la({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,error:l}=e,s=!!l;return m.jsxs("div",{className:"flex items-center justify-between gap-3",children:[i?m.jsxs(m.Fragment,{children:[m.jsxs("span",{className:"flex grow flex-col",children:[m.jsx("label",{id:`${n}-label`,className:"text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),m.jsx("span",{id:`${n}-description`,className:"text-sm text-gray-500 dark:text-gray-400",children:i})]}),m.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[m.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.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.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.jsxs(m.Fragment,{children:[m.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[m.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,className:"peer sr-only"}),m.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.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.jsx("div",{className:"text-sm",children:m.jsx("label",{id:`${n}-label`,htmlFor:n,className:"cursor-pointer font-medium text-gray-900 dark:text-white",children:a})})]}),s&&m.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:l})]})}const sa={sm:"text-sm font-medium",md:"text-lg font-semibold",lg:"text-xl font-bold"};function ca({field:e}){const{title:t,size:r="md",dividerAbove:n=!1,dividerBelow:a=!1}=e;return m.jsxs("div",{className:"my-4",children:[n&&m.jsx("hr",{className:"mb-2 border-gray-300 dark:border-gray-600"}),m.jsx("h2",{className:`${sa[r]} text-gray-900 dark:text-white`,children:t}),a&&m.jsx("hr",{className:"mt-2 border-gray-300 dark:border-gray-600"})]})}const yn=typeof document<"u"?w.useLayoutEffect:()=>{};var Wt;const da=(Wt=w.useInsertionEffect)!==null&&Wt!==void 0?Wt:yn;function ua(e){const t=w.useRef(null);return da(()=>{t.current=e},[e]),w.useCallback((...r)=>{const n=t.current;return n==null?void 0:n(...r)},[])}const Me=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Ae=e=>e&&"window"in e&&e.window===e?e:Me(e).defaultView||window;function fa(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function ma(e){return fa(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let ha=!1;function ur(){return ha}function Ln(e,t){if(!ur())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:ma(r)?r=r.host:r=r.parentNode}return!1}const Kt=(e=document)=>{var t;if(!ur())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 Rn(e){return ur()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function kt(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 fr(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 ge(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const mr=ge(function(){return fr(/^Mac/i)}),wa=ge(function(){return fr(/^iPhone/i)}),pa=ge(function(){return fr(/^iPad/i)||mr()&&navigator.maxTouchPoints>1}),va=ge(function(){return wa()||pa()});ge(function(){return mr()||va()});ge(function(){return kt(/AppleWebKit/i)&&!ga()});const ga=ge(function(){return kt(/Chrome/i)}),ba=ge(function(){return kt(/Android/i)});ge(function(){return kt(/Firefox/i)});function jn(){let e=w.useRef(new Map),t=w.useCallback((a,i,l,s)=>{let c=s!=null&&s.once?(...d)=>{e.current.delete(l),l(...d)}:l;e.current.set(l,{type:i,eventTarget:a,fn:c,options:s}),a.addEventListener(i,c,s)},[]),r=w.useCallback((a,i,l,s)=>{var c;let d=((c=e.current.get(l))===null||c===void 0?void 0:c.fn)||l;a.removeEventListener(i,d,s),e.current.delete(l)},[]),n=w.useCallback(()=>{e.current.forEach((a,i)=>{r(a.eventTarget,a.type,i,a.options)})},[r]);return w.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function xa(e){return e.pointerType===""&&e.isTrusted?!0:ba()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Mn(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function ka(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function Cn(e){let t=w.useRef({isFocused:!1,observer:null});yn(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=ua(n=>{e==null||e(n)});return w.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=l=>{if(t.current.isFocused=!1,a.disabled){let s=Mn(l);r(s)}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 l;(l=t.current.observer)===null||l===void 0||l.disconnect();let s=a===document.activeElement?null:document.activeElement;a.dispatchEvent(new FocusEvent("blur",{relatedTarget:s})),a.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:s}))}}),t.current.observer.observe(a,{attributes:!0,attributeFilter:["disabled"]})}},[r])}let Ea=!1,et=null,Xt=new Set,Ge=new Map,Se=!1,Yt=!1;const ya={Tab:!0,Escape:!0};function hr(e,t){for(let r of Xt)r(e,t)}function La(e){return!(e.metaKey||!mr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function mt(e){Se=!0,La(e)&&(et="keyboard",hr("keyboard",e))}function ie(e){et="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Se=!0,hr("pointer",e))}function $n(e){xa(e)&&(Se=!0,et="virtual")}function An(e){e.target===window||e.target===document||Ea||!e.isTrusted||(!Se&&!Yt&&(et="virtual",hr("virtual",e)),Se=!1,Yt=!1)}function On(){Se=!1,Yt=!0}function Qt(e){if(typeof window>"u"||typeof document>"u"||Ge.get(Ae(e)))return;const t=Ae(e),r=Me(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Se=!0,n.apply(this,arguments)},r.addEventListener("keydown",mt,!0),r.addEventListener("keyup",mt,!0),r.addEventListener("click",$n,!0),t.addEventListener("focus",An,!0),t.addEventListener("blur",On,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ie,!0),r.addEventListener("pointermove",ie,!0),r.addEventListener("pointerup",ie,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ie,!0),r.addEventListener("mousemove",ie,!0),r.addEventListener("mouseup",ie,!0)),t.addEventListener("beforeunload",()=>{Fn(e)},{once:!0}),Ge.set(t,{focus:n})}const Fn=(e,t)=>{const r=Ae(e),n=Me(e);t&&n.removeEventListener("DOMContentLoaded",t),Ge.has(r)&&(r.HTMLElement.prototype.focus=Ge.get(r).focus,n.removeEventListener("keydown",mt,!0),n.removeEventListener("keyup",mt,!0),n.removeEventListener("click",$n,!0),r.removeEventListener("focus",An,!0),r.removeEventListener("blur",On,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",ie,!0),n.removeEventListener("pointermove",ie,!0),n.removeEventListener("pointerup",ie,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",ie,!0),n.removeEventListener("mousemove",ie,!0),n.removeEventListener("mouseup",ie,!0)),Ge.delete(r))};function Ra(e){const t=Me(e);let r;return t.readyState!=="loading"?Qt(e):(r=()=>{Qt(e)},t.addEventListener("DOMContentLoaded",r)),()=>Fn(e,r)}typeof document<"u"&&Ra();function Sn(){return et!=="pointer"}const ja=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Ma(e,t,r){let n=Me(r==null?void 0:r.target);const a=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLInputElement:HTMLInputElement,i=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,l=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLElement:HTMLElement,s=typeof window<"u"?Ae(r==null?void 0:r.target).KeyboardEvent:KeyboardEvent;return e=e||n.activeElement instanceof a&&!ja.has(n.activeElement.type)||n.activeElement instanceof i||n.activeElement instanceof l&&n.activeElement.isContentEditable,!(e&&t==="keyboard"&&r instanceof s&&!ya[r.key])}function Ca(e,t,r){Qt(),w.useEffect(()=>{let n=(a,i)=>{Ma(!!(r!=null&&r.isTextInput),a,i)&&e(Sn())};return Xt.add(n),()=>{Xt.delete(n)}},t)}function $a(e){let{isDisabled:t,onFocus:r,onBlur:n,onFocusChange:a}=e;const i=w.useCallback(c=>{if(c.target===c.currentTarget)return n&&n(c),a&&a(!1),!0},[n,a]),l=Cn(i),s=w.useCallback(c=>{const d=Me(c.target),u=d?Kt(d):Kt();c.target===c.currentTarget&&u===Rn(c.nativeEvent)&&(r&&r(c),a&&a(!0),l(c))},[a,r,l]);return{focusProps:{onFocus:!t&&(r||a||n)?s:void 0,onBlur:!t&&(n||a)?i:void 0}}}function Aa(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,i=w.useRef({isFocusWithin:!1}),{addGlobalListener:l,removeAllGlobalListeners:s}=jn(),c=w.useCallback(p=>{p.currentTarget.contains(p.target)&&i.current.isFocusWithin&&!p.currentTarget.contains(p.relatedTarget)&&(i.current.isFocusWithin=!1,s(),r&&r(p),a&&a(!1))},[r,a,i,s]),d=Cn(c),u=w.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const h=Me(p.target),f=Kt(h);if(!i.current.isFocusWithin&&f===Rn(p.nativeEvent)){n&&n(p),a&&a(!0),i.current.isFocusWithin=!0,d(p);let v=p.currentTarget;l(h,"focus",b=>{if(i.current.isFocusWithin&&!Ln(v,b.target)){let g=new h.defaultView.FocusEvent("blur",{relatedTarget:b.target});ka(g,v);let E=Mn(g);c(E)}},{capture:!0})}},[n,a,d,l,c]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:u,onBlur:c}}}let ht=!1,ot=0;function Jt(){ht=!0,setTimeout(()=>{ht=!1},50)}function Fr(e){e.pointerType==="touch"&&Jt()}function Oa(){if(!(typeof document>"u"))return ot===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Fr):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Jt)),ot++,()=>{ot--,!(ot>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Fr):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Jt))}}function Fa(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:n,isDisabled:a}=e,[i,l]=w.useState(!1),s=w.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;w.useEffect(Oa,[]);let{addGlobalListener:c,removeAllGlobalListeners:d}=jn(),{hoverProps:u,triggerHoverEnd:p}=w.useMemo(()=>{let h=(b,g)=>{if(s.pointerType=g,a||g==="touch"||s.isHovered||!b.currentTarget.contains(b.target))return;s.isHovered=!0;let E=b.currentTarget;s.target=E,c(Me(b.target),"pointerover",x=>{s.isHovered&&s.target&&!Ln(s.target,x.target)&&f(x,x.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:E,pointerType:g}),r&&r(!0),l(!0)},f=(b,g)=>{let E=s.target;s.pointerType="",s.target=null,!(g==="touch"||!s.isHovered||!E)&&(s.isHovered=!1,d(),n&&n({type:"hoverend",target:E,pointerType:g}),r&&r(!1),l(!1))},v={};return typeof PointerEvent<"u"?(v.onPointerEnter=b=>{ht&&b.pointerType==="mouse"||h(b,b.pointerType)},v.onPointerLeave=b=>{!a&&b.currentTarget.contains(b.target)&&f(b,b.pointerType)}):process.env.NODE_ENV==="test"&&(v.onTouchStart=()=>{s.ignoreEmulatedMouseEvents=!0},v.onMouseEnter=b=>{!s.ignoreEmulatedMouseEvents&&!ht&&h(b,"mouse"),s.ignoreEmulatedMouseEvents=!1},v.onMouseLeave=b=>{!a&&b.currentTarget.contains(b.target)&&f(b,"mouse")}),{hoverProps:v,triggerHoverEnd:f}},[t,r,n,a,s,c,d]);return w.useEffect(()=>{a&&p({currentTarget:s.target},s.pointerType)},[a]),{hoverProps:u,isHovered:i}}function Sa(e={}){let{autoFocus:t=!1,isTextInput:r,within:n}=e,a=w.useRef({isFocused:!1,isFocusVisible:t||Sn()}),[i,l]=w.useState(!1),[s,c]=w.useState(()=>a.current.isFocused&&a.current.isFocusVisible),d=w.useCallback(()=>c(a.current.isFocused&&a.current.isFocusVisible),[]),u=w.useCallback(f=>{a.current.isFocused=f,l(f),d()},[d]);Ca(f=>{a.current.isFocusVisible=f,d()},[],{isTextInput:r});let{focusProps:p}=$a({isDisabled:n,onFocusChange:u}),{focusWithinProps:h}=Aa({isDisabled:!n,onFocusWithinChange:u});return{isFocused:i,isFocusVisible:s,focusProps:n?h:p}}var Ba=Object.defineProperty,Ia=(e,t,r)=>t in e?Ba(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tt=(e,t,r)=>(Ia(e,typeof t!="symbol"?t+"":t,r),r);let Wa=class{constructor(){Tt(this,"current",this.detect()),Tt(this,"handoffState","pending"),Tt(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"}},fe=new Wa;function Et(e){var t;return fe.isServer?null:e==null?document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function wt(e){var t,r;return fe.isServer?null:e==null?document:(r=(t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))!=null?r:document}function Bn(e){var t,r;return(r=(t=wt(e))==null?void 0:t.activeElement)!=null?r:null}function Ta(e){return Bn(e)===e}function In(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function re(){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 In(()=>{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=re();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 We(){let[e]=w.useState(re);return w.useEffect(()=>()=>e.dispose(),[e]),e}let q=(e,t)=>{fe.isServer?w.useEffect(e,t):w.useLayoutEffect(e,t)};function Te(e){let t=w.useRef(e);return q(()=>{t.current=e},[e]),t}let I=function(e){let t=Te(e);return w.useCallback((...r)=>t.current(...r),[t])};function Na(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 Pa(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Ha({disabled:e=!1}={}){let t=w.useRef(null),[r,n]=w.useState(!1),a=We(),i=I(()=>{t.current=null,n(!1),a.dispose()}),l=I(s=>{if(a.dispose(),t.current===null){t.current=s.currentTarget,n(!0);{let c=Et(s.currentTarget);a.addEventListener(c,"pointerup",i,!1),a.addEventListener(c,"pointermove",d=>{if(t.current){let u=Na(d);n(Pa(u,t.current.getBoundingClientRect()))}},!1),a.addEventListener(c,"pointercancel",i,!1)}}});return{pressed:r,pressProps:e?{}:{onPointerDown:l,onPointerUp:i,onClick:i}}}function Le(e){return w.useMemo(()=>e,Object.values(e))}let Va=w.createContext(void 0);function wr(){return w.useContext(Va)}function er(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function le(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,le),n}var pt=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(pt||{}),Ee=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Ee||{});function ne(){let e=_a();return w.useCallback(t=>Da({mergeRefs:e,...t}),[e])}function Da({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:a,visible:i=!0,name:l,mergeRefs:s}){s=s??Za;let c=Wn(t,e);if(i)return at(c,r,n,l,s);let d=a??0;if(d&2){let{static:u=!1,...p}=c;if(u)return at(p,r,n,l,s)}if(d&1){let{unmount:u=!0,...p}=c;return le(u?0:1,{0(){return null},1(){return at({...p,hidden:!0,style:{display:"none"}},r,n,l,s)}})}return at(c,r,n,l,s)}function at(e,t={},r,n,a){let{as:i=r,children:l,refName:s="ref",...c}=Nt(e,["unmount","static"]),d=e.ref!==void 0?{[s]:e.ref}:{},u=typeof l=="function"?l(t):l;"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 p={};if(t){let h=!1,f=[];for(let[v,b]of Object.entries(t))typeof b=="boolean"&&(h=!0),b===!0&&f.push(v.replace(/([A-Z])/g,g=>`-${g.toLowerCase()}`));if(h){p["data-headlessui-state"]=f.join(" ");for(let v of f)p[`data-${v}`]=""}}if(ze(i)&&(Object.keys(ke(c)).length>0||Object.keys(ke(p)).length>0))if(!w.isValidElement(u)||Array.isArray(u)&&u.length>1||qa(u)){if(Object.keys(ke(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(ke(c)).concat(Object.keys(ke(p))).map(h=>` - ${h}`).join(`
|
|
1
|
+
"use strict";var ra=Object.defineProperty;var na=(e,t,r)=>t in e?ra(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var H=(e,t,r)=>na(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react/jsx-runtime"),w=require("react"),Fe=require("react-dom");function En(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=En(w),ft=En(Fe);function oa({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 te=o.forwardRef(oa);function aa({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 ia=o.forwardRef(aa);function la({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,type:s="text",placeholder:l="Enter text",description:c,required:d,error:m,helper:p,leadingIcon:h,trailingIcon:f,pattern:v}=e,[b,g]=w.useState(!1),E=!!m,x=E?n.error:b?n.inputFocusBorder:n.inputBorder;let k="";if(v){const L=Array.isArray(v)?v:[v];for(const y of L){const j=typeof y=="object"&&(y!=null&&y.regex)?y.regex:y,M=typeof y=="object"&&(y!=null&&y.message)?y.message:"Invalid format";try{if(!(j instanceof RegExp?j:new RegExp(j)).test(String(t||""))){k=M;break}}catch{}}}return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!d&&!E&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),p&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:p}),u.jsxs("div",{className:"relative",children:[u.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":E?"true":"false","aria-describedby":E?`${a}-error`:c?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:x,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:h?"2.5rem":"0.75rem",paddingRight:f||E?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),h&&!E&&u.jsx(h,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),f&&!E&&u.jsx(f,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),E&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),E||k?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:k||m}):c?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:c}):null]})}function sa({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="Enter text",description:l,optional:c,error:d,rows:m=4}=e,[p,h]=w.useState(!1),f=!!d,v=f?n.error:p?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&u.jsx("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:i}),c&&!f&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("textarea",{id:a,name:a,rows:m,placeholder:s,value:t||"",onChange:r,onFocus:()=>h(!0),onBlur:()=>h(!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&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),f?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}function ca({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,optional:s,error:l}=e,c=!!l;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),s&&!c&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"mt-2 flex items-center space-x-3",children:[u.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"}),u.jsx("p",{className:"text-sm text-gray-900 dark:text-gray-200",children:t||"No Color Selected"})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:l}):i?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:i}):null]})}function da({field:e,value:t,onChange:r}){const{name:n,label:a,optional:i,description:s,error:l}=e,c=!!l;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex items-center space-x-2",children:[u.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"}),u.jsxs("label",{htmlFor:n,className:"text-sm text-gray-700 dark:text-white",children:[a||e.title||"Option",i&&!c&&u.jsx("span",{className:"ml-1 text-sm text-gray-500 dark:text-gray-400",children:"(Optional)"})]})]}),c?u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:l}):s?u.jsx("p",{id:`${n}-description`,className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:s}):null]})}function ua({field:e,value:t,onChange:r}){const{name:n,title:a,description:i,error:s}=e,l=!!s;return u.jsxs("div",{className:"flex items-center justify-between gap-3",children:[i?u.jsxs(u.Fragment,{children:[u.jsxs("span",{className:"flex grow flex-col",children:[u.jsx("label",{id:`${n}-label`,className:"text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),u.jsx("span",{id:`${n}-description`,className:"text-sm text-gray-500 dark:text-gray-400",children:i})]}),u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.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"}),u.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"}),u.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"})]})]}):u.jsxs(u.Fragment,{children:[u.jsxs("label",{className:"relative inline-flex w-11 shrink-0 cursor-pointer items-center",children:[u.jsx("input",{id:n,name:n,type:"checkbox",checked:!!t,onChange:c=>r(c),"aria-labelledby":`${n}-label`,className:"peer sr-only"}),u.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"}),u.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"})]}),u.jsx("div",{className:"text-sm",children:u.jsx("label",{id:`${n}-label`,htmlFor:n,className:"cursor-pointer font-medium text-gray-900 dark:text-white",children:a})})]}),l&&u.jsx("p",{id:`${n}-error`,className:"mt-1 text-sm text-red-600 dark:text-red-400",children:s})]})}const fa={sm:"text-sm font-medium",md:"text-lg font-semibold",lg:"text-xl font-bold"};function ma({field:e}){const{title:t,size:r="md",dividerAbove:n=!1,dividerBelow:a=!1}=e;return u.jsxs("div",{className:"my-4",children:[n&&u.jsx("hr",{className:"mb-2 border-gray-300 dark:border-gray-600"}),u.jsx("h2",{className:`${fa[r]} text-gray-900 dark:text-white`,children:t}),a&&u.jsx("hr",{className:"mt-2 border-gray-300 dark:border-gray-600"})]})}const yn=typeof document<"u"?w.useLayoutEffect:()=>{};var Wt;const ha=(Wt=w.useInsertionEffect)!==null&&Wt!==void 0?Wt:yn;function wa(e){const t=w.useRef(null);return ha(()=>{t.current=e},[e]),w.useCallback((...r)=>{const n=t.current;return n==null?void 0:n(...r)},[])}const Me=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Ae=e=>e&&"window"in e&&e.window===e?e:Me(e).defaultView||window;function pa(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function va(e){return pa(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let ga=!1;function ur(){return ga}function Ln(e,t){if(!ur())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:va(r)?r=r.host:r=r.parentNode}return!1}const Kt=(e=document)=>{var t;if(!ur())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 jn(e){return ur()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function kt(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 fr(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 ge(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const mr=ge(function(){return fr(/^Mac/i)}),ba=ge(function(){return fr(/^iPhone/i)}),xa=ge(function(){return fr(/^iPad/i)||mr()&&navigator.maxTouchPoints>1}),ka=ge(function(){return ba()||xa()});ge(function(){return mr()||ka()});ge(function(){return kt(/AppleWebKit/i)&&!Ea()});const Ea=ge(function(){return kt(/Chrome/i)}),ya=ge(function(){return kt(/Android/i)});ge(function(){return kt(/Firefox/i)});function Rn(){let e=w.useRef(new Map),t=w.useCallback((a,i,s,l)=>{let c=l!=null&&l.once?(...d)=>{e.current.delete(s),s(...d)}:s;e.current.set(s,{type:i,eventTarget:a,fn:c,options:l}),a.addEventListener(i,c,l)},[]),r=w.useCallback((a,i,s,l)=>{var c;let d=((c=e.current.get(s))===null||c===void 0?void 0:c.fn)||s;a.removeEventListener(i,d,l),e.current.delete(s)},[]),n=w.useCallback(()=>{e.current.forEach((a,i)=>{r(a.eventTarget,a.type,i,a.options)})},[r]);return w.useEffect(()=>n,[n]),{addGlobalListener:t,removeGlobalListener:r,removeAllGlobalListeners:n}}function La(e){return e.pointerType===""&&e.isTrusted?!0:ya()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Mn(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function ja(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function Cn(e){let t=w.useRef({isFocused:!1,observer:null});yn(()=>{const n=t.current;return()=>{n.observer&&(n.observer.disconnect(),n.observer=null)}},[]);let r=wa(n=>{e==null||e(n)});return w.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=Mn(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 Ra=!1,et=null,Xt=new Set,Ge=new Map,Se=!1,Yt=!1;const Ma={Tab:!0,Escape:!0};function hr(e,t){for(let r of Xt)r(e,t)}function Ca(e){return!(e.metaKey||!mr()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function mt(e){Se=!0,Ca(e)&&(et="keyboard",hr("keyboard",e))}function ie(e){et="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Se=!0,hr("pointer",e))}function $n(e){La(e)&&(Se=!0,et="virtual")}function An(e){e.target===window||e.target===document||Ra||!e.isTrusted||(!Se&&!Yt&&(et="virtual",hr("virtual",e)),Se=!1,Yt=!1)}function On(){Se=!1,Yt=!0}function Qt(e){if(typeof window>"u"||typeof document>"u"||Ge.get(Ae(e)))return;const t=Ae(e),r=Me(e);let n=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Se=!0,n.apply(this,arguments)},r.addEventListener("keydown",mt,!0),r.addEventListener("keyup",mt,!0),r.addEventListener("click",$n,!0),t.addEventListener("focus",An,!0),t.addEventListener("blur",On,!1),typeof PointerEvent<"u"?(r.addEventListener("pointerdown",ie,!0),r.addEventListener("pointermove",ie,!0),r.addEventListener("pointerup",ie,!0)):process.env.NODE_ENV==="test"&&(r.addEventListener("mousedown",ie,!0),r.addEventListener("mousemove",ie,!0),r.addEventListener("mouseup",ie,!0)),t.addEventListener("beforeunload",()=>{Fn(e)},{once:!0}),Ge.set(t,{focus:n})}const Fn=(e,t)=>{const r=Ae(e),n=Me(e);t&&n.removeEventListener("DOMContentLoaded",t),Ge.has(r)&&(r.HTMLElement.prototype.focus=Ge.get(r).focus,n.removeEventListener("keydown",mt,!0),n.removeEventListener("keyup",mt,!0),n.removeEventListener("click",$n,!0),r.removeEventListener("focus",An,!0),r.removeEventListener("blur",On,!1),typeof PointerEvent<"u"?(n.removeEventListener("pointerdown",ie,!0),n.removeEventListener("pointermove",ie,!0),n.removeEventListener("pointerup",ie,!0)):process.env.NODE_ENV==="test"&&(n.removeEventListener("mousedown",ie,!0),n.removeEventListener("mousemove",ie,!0),n.removeEventListener("mouseup",ie,!0)),Ge.delete(r))};function $a(e){const t=Me(e);let r;return t.readyState!=="loading"?Qt(e):(r=()=>{Qt(e)},t.addEventListener("DOMContentLoaded",r)),()=>Fn(e,r)}typeof document<"u"&&$a();function Sn(){return et!=="pointer"}const Aa=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Oa(e,t,r){let n=Me(r==null?void 0:r.target);const a=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLInputElement:HTMLInputElement,i=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLTextAreaElement:HTMLTextAreaElement,s=typeof window<"u"?Ae(r==null?void 0:r.target).HTMLElement:HTMLElement,l=typeof window<"u"?Ae(r==null?void 0:r.target).KeyboardEvent:KeyboardEvent;return e=e||n.activeElement instanceof a&&!Aa.has(n.activeElement.type)||n.activeElement instanceof i||n.activeElement instanceof s&&n.activeElement.isContentEditable,!(e&&t==="keyboard"&&r instanceof l&&!Ma[r.key])}function Fa(e,t,r){Qt(),w.useEffect(()=>{let n=(a,i)=>{Oa(!!(r!=null&&r.isTextInput),a,i)&&e(Sn())};return Xt.add(n),()=>{Xt.delete(n)}},t)}function Sa(e){let{isDisabled:t,onFocus:r,onBlur:n,onFocusChange:a}=e;const i=w.useCallback(c=>{if(c.target===c.currentTarget)return n&&n(c),a&&a(!1),!0},[n,a]),s=Cn(i),l=w.useCallback(c=>{const d=Me(c.target),m=d?Kt(d):Kt();c.target===c.currentTarget&&m===jn(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 Ba(e){let{isDisabled:t,onBlurWithin:r,onFocusWithin:n,onFocusWithinChange:a}=e,i=w.useRef({isFocusWithin:!1}),{addGlobalListener:s,removeAllGlobalListeners:l}=Rn(),c=w.useCallback(p=>{p.currentTarget.contains(p.target)&&i.current.isFocusWithin&&!p.currentTarget.contains(p.relatedTarget)&&(i.current.isFocusWithin=!1,l(),r&&r(p),a&&a(!1))},[r,a,i,l]),d=Cn(c),m=w.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const h=Me(p.target),f=Kt(h);if(!i.current.isFocusWithin&&f===jn(p.nativeEvent)){n&&n(p),a&&a(!0),i.current.isFocusWithin=!0,d(p);let v=p.currentTarget;s(h,"focus",b=>{if(i.current.isFocusWithin&&!Ln(v,b.target)){let g=new h.defaultView.FocusEvent("blur",{relatedTarget:b.target});ja(g,v);let E=Mn(g);c(E)}},{capture:!0})}},[n,a,d,s,c]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:m,onBlur:c}}}let ht=!1,ot=0;function Jt(){ht=!0,setTimeout(()=>{ht=!1},50)}function Fr(e){e.pointerType==="touch"&&Jt()}function Ia(){if(!(typeof document>"u"))return ot===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Fr):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Jt)),ot++,()=>{ot--,!(ot>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Fr):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Jt))}}function Wa(e){let{onHoverStart:t,onHoverChange:r,onHoverEnd:n,isDisabled:a}=e,[i,s]=w.useState(!1),l=w.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;w.useEffect(Ia,[]);let{addGlobalListener:c,removeAllGlobalListeners:d}=Rn(),{hoverProps:m,triggerHoverEnd:p}=w.useMemo(()=>{let h=(b,g)=>{if(l.pointerType=g,a||g==="touch"||l.isHovered||!b.currentTarget.contains(b.target))return;l.isHovered=!0;let E=b.currentTarget;l.target=E,c(Me(b.target),"pointerover",x=>{l.isHovered&&l.target&&!Ln(l.target,x.target)&&f(x,x.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:E,pointerType:g}),r&&r(!0),s(!0)},f=(b,g)=>{let E=l.target;l.pointerType="",l.target=null,!(g==="touch"||!l.isHovered||!E)&&(l.isHovered=!1,d(),n&&n({type:"hoverend",target:E,pointerType:g}),r&&r(!1),s(!1))},v={};return typeof PointerEvent<"u"?(v.onPointerEnter=b=>{ht&&b.pointerType==="mouse"||h(b,b.pointerType)},v.onPointerLeave=b=>{!a&&b.currentTarget.contains(b.target)&&f(b,b.pointerType)}):process.env.NODE_ENV==="test"&&(v.onTouchStart=()=>{l.ignoreEmulatedMouseEvents=!0},v.onMouseEnter=b=>{!l.ignoreEmulatedMouseEvents&&!ht&&h(b,"mouse"),l.ignoreEmulatedMouseEvents=!1},v.onMouseLeave=b=>{!a&&b.currentTarget.contains(b.target)&&f(b,"mouse")}),{hoverProps:v,triggerHoverEnd:f}},[t,r,n,a,l,c,d]);return w.useEffect(()=>{a&&p({currentTarget:l.target},l.pointerType)},[a]),{hoverProps:m,isHovered:i}}function Na(e={}){let{autoFocus:t=!1,isTextInput:r,within:n}=e,a=w.useRef({isFocused:!1,isFocusVisible:t||Sn()}),[i,s]=w.useState(!1),[l,c]=w.useState(()=>a.current.isFocused&&a.current.isFocusVisible),d=w.useCallback(()=>c(a.current.isFocused&&a.current.isFocusVisible),[]),m=w.useCallback(f=>{a.current.isFocused=f,s(f),d()},[d]);Fa(f=>{a.current.isFocusVisible=f,d()},[],{isTextInput:r});let{focusProps:p}=Sa({isDisabled:n,onFocusChange:m}),{focusWithinProps:h}=Ba({isDisabled:!n,onFocusWithinChange:m});return{isFocused:i,isFocusVisible:l,focusProps:n?h:p}}var Ta=Object.defineProperty,Pa=(e,t,r)=>t in e?Ta(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Nt=(e,t,r)=>(Pa(e,typeof t!="symbol"?t+"":t,r),r);let Ha=class{constructor(){Nt(this,"current",this.detect()),Nt(this,"handoffState","pending"),Nt(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"}},fe=new Ha;function Et(e){var t;return fe.isServer?null:e==null?document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function wt(e){var t,r;return fe.isServer?null:e==null?document:(r=(t=e==null?void 0:e.getRootNode)==null?void 0:t.call(e))!=null?r:document}function Bn(e){var t,r;return(r=(t=wt(e))==null?void 0:t.activeElement)!=null?r:null}function Va(e){return Bn(e)===e}function In(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function re(){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 In(()=>{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=re();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 We(){let[e]=w.useState(re);return w.useEffect(()=>()=>e.dispose(),[e]),e}let q=(e,t)=>{fe.isServer?w.useEffect(e,t):w.useLayoutEffect(e,t)};function Ne(e){let t=w.useRef(e);return q(()=>{t.current=e},[e]),t}let T=function(e){let t=Ne(e);return w.useCallback((...r)=>t.current(...r),[t])};function Da(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 _a(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Za({disabled:e=!1}={}){let t=w.useRef(null),[r,n]=w.useState(!1),a=We(),i=T(()=>{t.current=null,n(!1),a.dispose()}),s=T(l=>{if(a.dispose(),t.current===null){t.current=l.currentTarget,n(!0);{let c=Et(l.currentTarget);a.addEventListener(c,"pointerup",i,!1),a.addEventListener(c,"pointermove",d=>{if(t.current){let m=Da(d);n(_a(m,t.current.getBoundingClientRect()))}},!1),a.addEventListener(c,"pointercancel",i,!1)}}});return{pressed:r,pressProps:e?{}:{onPointerDown:s,onPointerUp:i,onClick:i}}}function Le(e){return w.useMemo(()=>e,Object.values(e))}let Ua=w.createContext(void 0);function wr(){return w.useContext(Ua)}function er(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function le(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,le),n}var pt=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(pt||{}),Ee=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Ee||{});function ne(){let e=Ga();return w.useCallback(t=>qa({mergeRefs:e,...t}),[e])}function qa({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:a,visible:i=!0,name:s,mergeRefs:l}){l=l??za;let c=Wn(t,e);if(i)return at(c,r,n,s,l);let d=a??0;if(d&2){let{static:m=!1,...p}=c;if(m)return at(p,r,n,s,l)}if(d&1){let{unmount:m=!0,...p}=c;return le(m?0:1,{0(){return null},1(){return at({...p,hidden:!0,style:{display:"none"}},r,n,s,l)}})}return at(c,r,n,s,l)}function at(e,t={},r,n,a){let{as:i=r,children:s,refName:l="ref",...c}=Tt(e,["unmount","static"]),d=e.ref!==void 0?{[l]:e.ref}:{},m=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 p={};if(t){let h=!1,f=[];for(let[v,b]of Object.entries(t))typeof b=="boolean"&&(h=!0),b===!0&&f.push(v.replace(/([A-Z])/g,g=>`-${g.toLowerCase()}`));if(h){p["data-headlessui-state"]=f.join(" ");for(let v of f)p[`data-${v}`]=""}}if(ze(i)&&(Object.keys(ke(c)).length>0||Object.keys(ke(p)).length>0))if(!w.isValidElement(m)||Array.isArray(m)&&m.length>1||Xa(m)){if(Object.keys(ke(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(ke(c)).concat(Object.keys(ke(p))).map(h=>` - ${h}`).join(`
|
|
2
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(h=>` - ${h}`).join(`
|
|
3
3
|
`)].join(`
|
|
4
|
-
`))}else{let h=u.props,f=h==null?void 0:h.className,v=typeof f=="function"?(...E)=>er(f(...E),c.className):er(f,c.className),b=v?{className:v}:{},g=Wn(u.props,ke(Nt(c,["ref"])));for(let E in p)E in g&&delete p[E];return w.cloneElement(u,Object.assign({},g,p,d,{ref:a(Ua(u),d.ref)},b))}return w.createElement(i,Object.assign({},Nt(c,["ref"]),!ze(i)&&d,!ze(i)&&p),u)}function _a(){let e=w.useRef([]),t=w.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 Za(...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 Wn(...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 l=r[n];for(let s of l){if((a instanceof Event||(a==null?void 0:a.nativeEvent)instanceof Event)&&a.defaultPrevented)return;s(a,...i)}}});return t}function Tn(...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 l of i)l==null||l(...a)}});return t}function J(e){var t;return Object.assign(w.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function ke(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function Nt(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}function Ua(e){return w.version.split(".")[0]>="19"?e.props.ref:e.ref}function ze(e){return e===w.Fragment||e===Symbol.for("react.fragment")}function qa(e){return ze(e.type)}function Ga(e,t,r){let[n,a]=w.useState(r),i=e!==void 0,l=w.useRef(i),s=w.useRef(!1),c=w.useRef(!1);return i&&!l.current&&!s.current?(s.current=!0,l.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&&l.current&&!c.current&&(c.current=!0,l.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,I(d=>(i||Fe.flushSync(()=>a(d)),t==null?void 0:t(d)))]}function za(e){let[t]=w.useState(e);return t}function Nn(e={},t=null,r=[]){for(let[n,a]of Object.entries(e))Hn(r,Pn(t,n),a);return r}function Pn(e,t){return e?e+"["+t+"]":t}function Hn(e,t,r){if(Array.isArray(r))for(let[n,a]of r.entries())Hn(e,Pn(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,""]):Xa(r)&&!w.isValidElement(r)&&Nn(r,t,e)}function Ka(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 Xa(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}let Ya="span";var pr=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(pr||{});function Qa(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 ne()({ourProps:i,theirProps:a,slot:{},defaultTag:Ya,name:"Hidden"})}let Vn=J(Qa),Ja=w.createContext(null);function ei({children:e}){let t=w.useContext(Ja);if(!t)return w.createElement(w.Fragment,null,e);let{target:r}=t;return r?Fe.createPortal(w.createElement(w.Fragment,null,e),r):null}function ti({data:e,form:t,disabled:r,onReset:n,overrides:a}){let[i,l]=w.useState(null),s=We();return w.useEffect(()=>{if(n&&i)return s.addEventListener(i,"reset",n)},[i,t,n]),w.createElement(ei,null,w.createElement(ri,{setForm:l,formId:t}),Nn(e).map(([c,d])=>w.createElement(Vn,{features:pr.Hidden,...ke({key:c,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:r,name:c,value:d,...a})})))}function ri({setForm:e,formId:t}){return w.useEffect(()=>{if(t){let r=document.getElementById(t);r&&e(r)}},[e,t]),t?null:w.createElement(Vn,{features:pr.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:r=>{if(!r)return;let n=r.closest("form");n&&e(n)}})}let ni=w.createContext(void 0);function Dn(){return w.useContext(ni)}function _n(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function yt(e){return _n(e)&&"tagName"in e}function be(e){return yt(e)&&"accessKey"in e}function Ne(e){return yt(e)&&"tabIndex"in e}function oi(e){return yt(e)&&"style"in e}function ai(e){return be(e)&&e.nodeName==="IFRAME"}function Zn(e){return be(e)&&e.nodeName==="INPUT"}function Sr(e){return be(e)&&e.nodeName==="LABEL"}function ii(e){return be(e)&&e.nodeName==="FIELDSET"}function Un(e){return be(e)&&e.nodeName==="LEGEND"}function li(e){return yt(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Br(e){let t=e.parentElement,r=null;for(;t&&!ii(t);)Un(t)&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&si(r)?!1:n}function si(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(Un(t))return!1;t=t.previousElementSibling}return!0}let qn=Symbol();function ci(e,t=!0){return Object.assign(e,{[qn]:t})}function se(...e){let t=w.useRef(e);w.useEffect(()=>{t.current=e},[e]);let r=I(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[qn]))?void 0:r}let vr=w.createContext(null);vr.displayName="DescriptionContext";function Gn(){let e=w.useContext(vr);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,Gn),t}return e}function di(){var e,t;return(t=(e=w.useContext(vr))==null?void 0:e.value)!=null?t:void 0}let ui="p";function fi(e,t){let r=w.useId(),n=wr(),{id:a=`headlessui-description-${r}`,...i}=e,l=Gn(),s=se(t);q(()=>l.register(a),[a,l.register]);let c=Le({...l.slot,disabled:n||!1}),d={ref:s,...l.props,id:a};return ne()({ourProps:d,theirProps:i,slot:c,defaultTag:ui,name:l.name||"Description"})}let mi=J(fi);Object.assign(mi,{});var z=(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))(z||{});let Lt=w.createContext(null);Lt.displayName="LabelContext";function zn(){let e=w.useContext(Lt);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,zn),t}return e}function Kn(e){var t,r,n;let a=(r=(t=w.useContext(Lt))==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 hi({inherit:e=!1}={}){let t=Kn(),[r,n]=w.useState([]),a=e?[t,...r].filter(Boolean):r;return[a.length>0?a.join(" "):void 0,w.useMemo(()=>function(i){let l=I(c=>(n(d=>[...d,c]),()=>n(d=>{let u=d.slice(),p=u.indexOf(c);return p!==-1&&u.splice(p,1),u}))),s=w.useMemo(()=>({register:l,slot:i.slot,name:i.name,props:i.props,value:i.value}),[l,i.slot,i.name,i.props,i.value]);return w.createElement(Lt.Provider,{value:s},i.children)},[n])]}let wi="label";function pi(e,t){var r;let n=w.useId(),a=zn(),i=Dn(),l=wr(),{id:s=`headlessui-label-${n}`,htmlFor:c=i??((r=a.props)==null?void 0:r.htmlFor),passive:d=!1,...u}=e,p=se(t);q(()=>a.register(s),[s,a.register]);let h=I(b=>{let g=b.currentTarget;if(!(b.target!==b.currentTarget&&li(b.target))&&(Sr(g)&&b.preventDefault(),a.props&&"onClick"in a.props&&typeof a.props.onClick=="function"&&a.props.onClick(b),Sr(g))){let E=document.getElementById(g.htmlFor);if(E){let x=E.getAttribute("disabled");if(x==="true"||x==="")return;let k=E.getAttribute("aria-disabled");if(k==="true"||k==="")return;(Zn(E)&&(E.type==="file"||E.type==="radio"||E.type==="checkbox")||E.role==="radio"||E.role==="checkbox"||E.role==="switch")&&E.click(),E.focus({preventScroll:!0})}}}),f=Le({...a.slot,disabled:l||!1}),v={ref:p,...a.props,id:s,htmlFor:c,onClick:h};return d&&("onClick"in v&&(delete v.htmlFor,delete v.onClick),"onClick"in u&&delete u.onClick),ne()({ourProps:v,theirProps:u,slot:f,defaultTag:c?wi:"div",name:a.name||"Label"})}let vi=J(pi),gi=Object.assign(vi,{});function bi(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 xi(e=bi){return w.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 Ir(e){if(e===null)return{width:0,height:0};let{width:t,height:r}=e.getBoundingClientRect();return{width:t,height:r}}function ki(e,t,r=!1){let[n,a]=w.useState(()=>Ir(t));return q(()=>{if(!t||!e)return;let i=re();return i.requestAnimationFrame(function l(){i.requestAnimationFrame(l),a(s=>{let c=Ir(t);return c.width===s.width&&c.height===s.height?s:c})}),()=>{i.dispose()}},[t,e]),r?{width:`${n.width}px`,height:`${n.height}px`}:n}var Xn=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(Xn||{});function Ei(e){let t=w.useRef(null),r=I(a=>{t.current=a.pointerType,!Br(a.currentTarget)&&a.pointerType==="mouse"&&a.button===Xn.Left&&(a.preventDefault(),e(a))}),n=I(a=>{t.current!=="mouse"&&(Br(a.currentTarget)||e(a))});return{onPointerDown:r,onClick:n}}let Yn=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 yi=Object.defineProperty,Li=(e,t,r)=>t in e?yi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ri=(e,t,r)=>(Li(e,t+"",r),r),Qn=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},ae=(e,t,r)=>(Qn(e,t,"read from private field"),r?r.call(e):t.get(e)),Pt=(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)},Wr=(e,t,r,n)=>(Qn(e,t,"write to private field"),t.set(e,r),r),ue,Ue,qe;let Jn=class{constructor(t){Pt(this,ue,{}),Pt(this,Ue,new Yn(()=>new Set)),Pt(this,qe,new Set),Ri(this,"disposables",re()),Wr(this,ue,t),fe.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return ae(this,ue)}subscribe(t,r){if(fe.isServer)return()=>{};let n={selector:t,callback:r,current:t(ae(this,ue))};return ae(this,qe).add(n),this.disposables.add(()=>{ae(this,qe).delete(n)})}on(t,r){return fe.isServer?()=>{}:(ae(this,Ue).get(t).add(r),this.disposables.add(()=>{ae(this,Ue).get(t).delete(r)}))}send(t){let r=this.reduce(ae(this,ue),t);if(r!==ae(this,ue)){Wr(this,ue,r);for(let n of ae(this,qe)){let a=n.selector(ae(this,ue));eo(n.current,a)||(n.current=a,n.callback(a))}for(let n of ae(this,Ue).get(t.type))n(ae(this,ue),t)}}};ue=new WeakMap,Ue=new WeakMap,qe=new WeakMap;function eo(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:Ht(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Ht(e.entries(),t.entries()):Tr(e)&&Tr(t)?Ht(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Ht(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 Tr(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function Vt(e){let[t,r]=e(),n=re();return(...a)=>{t(...a),n.dispose(),n.microTask(r)}}var ji=Object.defineProperty,Mi=(e,t,r)=>t in e?ji(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Nr=(e,t,r)=>(Mi(e,typeof t!="symbol"?t+"":t,r),r),to=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(to||{});let Ci={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}}},$i=class ro extends Jn{constructor(){super(...arguments),Nr(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Nr(this,"selectors",{isTop:(t,r)=>t.stack[t.stack.length-1]===r,inStack:(t,r)=>t.stack.includes(r)})}static new(){return new ro({stack:[]})}reduce(t,r){return le(r.type,Ci,t,r)}};const gr=new Yn(()=>$i.new());var tr={exports:{}},Dt={};/**
|
|
4
|
+
`))}else{let h=m.props,f=h==null?void 0:h.className,v=typeof f=="function"?(...E)=>er(f(...E),c.className):er(f,c.className),b=v?{className:v}:{},g=Wn(m.props,ke(Tt(c,["ref"])));for(let E in p)E in g&&delete p[E];return w.cloneElement(m,Object.assign({},g,p,d,{ref:a(Ka(m),d.ref)},b))}return w.createElement(i,Object.assign({},Tt(c,["ref"]),!ze(i)&&d,!ze(i)&&p),m)}function Ga(){let e=w.useRef([]),t=w.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 za(...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 Wn(...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 Nn(...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 J(e){var t;return Object.assign(w.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function ke(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function Tt(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}function Ka(e){return w.version.split(".")[0]>="19"?e.props.ref:e.ref}function ze(e){return e===w.Fragment||e===Symbol.for("react.fragment")}function Xa(e){return ze(e.type)}function Ya(e,t,r){let[n,a]=w.useState(r),i=e!==void 0,s=w.useRef(i),l=w.useRef(!1),c=w.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,T(d=>(i||Fe.flushSync(()=>a(d)),t==null?void 0:t(d)))]}function Qa(e){let[t]=w.useState(e);return t}function Tn(e={},t=null,r=[]){for(let[n,a]of Object.entries(e))Hn(r,Pn(t,n),a);return r}function Pn(e,t){return e?e+"["+t+"]":t}function Hn(e,t,r){if(Array.isArray(r))for(let[n,a]of r.entries())Hn(e,Pn(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,""]):ei(r)&&!w.isValidElement(r)&&Tn(r,t,e)}function Ja(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 ei(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}let ti="span";var pr=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(pr||{});function ri(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 ne()({ourProps:i,theirProps:a,slot:{},defaultTag:ti,name:"Hidden"})}let Vn=J(ri),ni=w.createContext(null);function oi({children:e}){let t=w.useContext(ni);if(!t)return w.createElement(w.Fragment,null,e);let{target:r}=t;return r?Fe.createPortal(w.createElement(w.Fragment,null,e),r):null}function ai({data:e,form:t,disabled:r,onReset:n,overrides:a}){let[i,s]=w.useState(null),l=We();return w.useEffect(()=>{if(n&&i)return l.addEventListener(i,"reset",n)},[i,t,n]),w.createElement(oi,null,w.createElement(ii,{setForm:s,formId:t}),Tn(e).map(([c,d])=>w.createElement(Vn,{features:pr.Hidden,...ke({key:c,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:r,name:c,value:d,...a})})))}function ii({setForm:e,formId:t}){return w.useEffect(()=>{if(t){let r=document.getElementById(t);r&&e(r)}},[e,t]),t?null:w.createElement(Vn,{features:pr.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:r=>{if(!r)return;let n=r.closest("form");n&&e(n)}})}let li=w.createContext(void 0);function Dn(){return w.useContext(li)}function _n(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function yt(e){return _n(e)&&"tagName"in e}function be(e){return yt(e)&&"accessKey"in e}function Te(e){return yt(e)&&"tabIndex"in e}function si(e){return yt(e)&&"style"in e}function ci(e){return be(e)&&e.nodeName==="IFRAME"}function Zn(e){return be(e)&&e.nodeName==="INPUT"}function Sr(e){return be(e)&&e.nodeName==="LABEL"}function di(e){return be(e)&&e.nodeName==="FIELDSET"}function Un(e){return be(e)&&e.nodeName==="LEGEND"}function ui(e){return yt(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Br(e){let t=e.parentElement,r=null;for(;t&&!di(t);)Un(t)&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&fi(r)?!1:n}function fi(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(Un(t))return!1;t=t.previousElementSibling}return!0}let qn=Symbol();function mi(e,t=!0){return Object.assign(e,{[qn]:t})}function se(...e){let t=w.useRef(e);w.useEffect(()=>{t.current=e},[e]);let r=T(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[qn]))?void 0:r}let vr=w.createContext(null);vr.displayName="DescriptionContext";function Gn(){let e=w.useContext(vr);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,Gn),t}return e}function hi(){var e,t;return(t=(e=w.useContext(vr))==null?void 0:e.value)!=null?t:void 0}let wi="p";function pi(e,t){let r=w.useId(),n=wr(),{id:a=`headlessui-description-${r}`,...i}=e,s=Gn(),l=se(t);q(()=>s.register(a),[a,s.register]);let c=Le({...s.slot,disabled:n||!1}),d={ref:l,...s.props,id:a};return ne()({ourProps:d,theirProps:i,slot:c,defaultTag:wi,name:s.name||"Description"})}let vi=J(pi);Object.assign(vi,{});var z=(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))(z||{});let Lt=w.createContext(null);Lt.displayName="LabelContext";function zn(){let e=w.useContext(Lt);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,zn),t}return e}function Kn(e){var t,r,n;let a=(r=(t=w.useContext(Lt))==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 gi({inherit:e=!1}={}){let t=Kn(),[r,n]=w.useState([]),a=e?[t,...r].filter(Boolean):r;return[a.length>0?a.join(" "):void 0,w.useMemo(()=>function(i){let s=T(c=>(n(d=>[...d,c]),()=>n(d=>{let m=d.slice(),p=m.indexOf(c);return p!==-1&&m.splice(p,1),m}))),l=w.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 w.createElement(Lt.Provider,{value:l},i.children)},[n])]}let bi="label";function xi(e,t){var r;let n=w.useId(),a=zn(),i=Dn(),s=wr(),{id:l=`headlessui-label-${n}`,htmlFor:c=i??((r=a.props)==null?void 0:r.htmlFor),passive:d=!1,...m}=e,p=se(t);q(()=>a.register(l),[l,a.register]);let h=T(b=>{let g=b.currentTarget;if(!(b.target!==b.currentTarget&&ui(b.target))&&(Sr(g)&&b.preventDefault(),a.props&&"onClick"in a.props&&typeof a.props.onClick=="function"&&a.props.onClick(b),Sr(g))){let E=document.getElementById(g.htmlFor);if(E){let x=E.getAttribute("disabled");if(x==="true"||x==="")return;let k=E.getAttribute("aria-disabled");if(k==="true"||k==="")return;(Zn(E)&&(E.type==="file"||E.type==="radio"||E.type==="checkbox")||E.role==="radio"||E.role==="checkbox"||E.role==="switch")&&E.click(),E.focus({preventScroll:!0})}}}),f=Le({...a.slot,disabled:s||!1}),v={ref:p,...a.props,id:l,htmlFor:c,onClick:h};return d&&("onClick"in v&&(delete v.htmlFor,delete v.onClick),"onClick"in m&&delete m.onClick),ne()({ourProps:v,theirProps:m,slot:f,defaultTag:c?bi:"div",name:a.name||"Label"})}let ki=J(xi),Ei=Object.assign(ki,{});function yi(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 Li(e=yi){return w.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 Ir(e){if(e===null)return{width:0,height:0};let{width:t,height:r}=e.getBoundingClientRect();return{width:t,height:r}}function ji(e,t,r=!1){let[n,a]=w.useState(()=>Ir(t));return q(()=>{if(!t||!e)return;let i=re();return i.requestAnimationFrame(function s(){i.requestAnimationFrame(s),a(l=>{let c=Ir(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 Xn=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(Xn||{});function Ri(e){let t=w.useRef(null),r=T(a=>{t.current=a.pointerType,!Br(a.currentTarget)&&a.pointerType==="mouse"&&a.button===Xn.Left&&(a.preventDefault(),e(a))}),n=T(a=>{t.current!=="mouse"&&(Br(a.currentTarget)||e(a))});return{onPointerDown:r,onClick:n}}let Yn=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 Mi=Object.defineProperty,Ci=(e,t,r)=>t in e?Mi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,$i=(e,t,r)=>(Ci(e,t+"",r),r),Qn=(e,t,r)=>{if(!t.has(e))throw TypeError("Cannot "+r)},ae=(e,t,r)=>(Qn(e,t,"read from private field"),r?r.call(e):t.get(e)),Pt=(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)},Wr=(e,t,r,n)=>(Qn(e,t,"write to private field"),t.set(e,r),r),ue,Ue,qe;let Jn=class{constructor(t){Pt(this,ue,{}),Pt(this,Ue,new Yn(()=>new Set)),Pt(this,qe,new Set),$i(this,"disposables",re()),Wr(this,ue,t),fe.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return ae(this,ue)}subscribe(t,r){if(fe.isServer)return()=>{};let n={selector:t,callback:r,current:t(ae(this,ue))};return ae(this,qe).add(n),this.disposables.add(()=>{ae(this,qe).delete(n)})}on(t,r){return fe.isServer?()=>{}:(ae(this,Ue).get(t).add(r),this.disposables.add(()=>{ae(this,Ue).get(t).delete(r)}))}send(t){let r=this.reduce(ae(this,ue),t);if(r!==ae(this,ue)){Wr(this,ue,r);for(let n of ae(this,qe)){let a=n.selector(ae(this,ue));eo(n.current,a)||(n.current=a,n.callback(a))}for(let n of ae(this,Ue).get(t.type))n(ae(this,ue),t)}}};ue=new WeakMap,Ue=new WeakMap,qe=new WeakMap;function eo(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:Ht(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Ht(e.entries(),t.entries()):Nr(e)&&Nr(t)?Ht(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Ht(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 Nr(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function Vt(e){let[t,r]=e(),n=re();return(...a)=>{t(...a),n.dispose(),n.microTask(r)}}var Ai=Object.defineProperty,Oi=(e,t,r)=>t in e?Ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tr=(e,t,r)=>(Oi(e,typeof t!="symbol"?t+"":t,r),r),to=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(to||{});let Fi={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}}},Si=class ro extends Jn{constructor(){super(...arguments),Tr(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Tr(this,"selectors",{isTop:(t,r)=>t.stack[t.stack.length-1]===r,inStack:(t,r)=>t.stack.includes(r)})}static new(){return new ro({stack:[]})}reduce(t,r){return le(r.type,Fi,t,r)}};const gr=new Yn(()=>Si.new());var tr={exports:{}},Dt={};/**
|
|
5
5
|
* @license React
|
|
6
6
|
* use-sync-external-store-with-selector.production.js
|
|
7
7
|
*
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
|
-
*/var Pr;function
|
|
12
|
+
*/var Pr;function Bi(){if(Pr)return Dt;Pr=1;var e=w;function t(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}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 Dt.useSyncExternalStoreWithSelector=function(c,d,m,p,h){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(!E){if(E=!0,x=y,y=p(y),h!==void 0&&v.hasValue){var j=v.value;if(h(j,y))return k=j}return k=y}if(j=k,r(x,y))return j;var M=p(y);return h!==void 0&&h(j,M)?(x=y,j):(x=y,k=M)}var E=!1,x,k,L=m===void 0?null:m;return[function(){return g(d())},L===null?void 0:function(){return g(L())}]},[d,m,p,h]);var b=n(c,f[0],f[1]);return i(function(){v.hasValue=!0,v.value=b},[b]),l(b),b},Dt}var _t={};/**
|
|
13
13
|
* @license React
|
|
14
14
|
* use-sync-external-store-with-selector.development.js
|
|
15
15
|
*
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
*
|
|
18
18
|
* This source code is licensed under the MIT license found in the
|
|
19
19
|
* LICENSE file in the root directory of this source tree.
|
|
20
|
-
*/var Hr;function Oi(){return Hr||(Hr=1,process.env.NODE_ENV!=="production"&&function(){function e(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=w,r=typeof Object.is=="function"?Object.is:e,n=t.useSyncExternalStore,a=t.useRef,i=t.useEffect,l=t.useMemo,s=t.useDebugValue;_t.useSyncExternalStoreWithSelector=function(c,d,u,p,h){var f=a(null);if(f.current===null){var v={hasValue:!1,value:null};f.current=v}else v=f.current;f=l(function(){function g(y){if(!E){if(E=!0,x=y,y=p(y),h!==void 0&&v.hasValue){var R=v.value;if(h(R,y))return k=R}return k=y}if(R=k,r(x,y))return R;var j=p(y);return h!==void 0&&h(R,j)?(x=y,R):(x=y,k=j)}var E=!1,x,k,L=u===void 0?null:u;return[function(){return g(d())},L===null?void 0:function(){return g(L())}]},[d,u,p,h]);var b=n(c,f[0],f[1]);return i(function(){v.hasValue=!0,v.value=b},[b]),s(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),_t}process.env.NODE_ENV==="production"?tr.exports=Ai():tr.exports=Oi();var Fi=tr.exports;function Q(e,t,r=eo){return Fi.useSyncExternalStoreWithSelector(I(n=>e.subscribe(Si,n)),I(()=>e.state),I(()=>e.state),I(t),r)}function Si(e){return e}function no(e,t){let r=w.useId(),n=gr.get(t),[a,i]=Q(n,w.useCallback(l=>[n.selectors.isTop(l,r),n.selectors.inStack(l,r)],[n,r]));return q(()=>{if(e)return n.actions.push(r),()=>n.actions.pop(r)},[n,e,r]),e?i?a:!0:!1}let rr=new Map,Ke=new Map;function Vr(e){var t;let r=(t=Ke.get(e))!=null?t:0;return Ke.set(e,r+1),r!==0?()=>Dr(e):(rr.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Dr(e))}function Dr(e){var t;let r=(t=Ke.get(e))!=null?t:1;if(r===1?Ke.delete(e):Ke.set(e,r-1),r!==1)return;let n=rr.get(e);n&&(n["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n["aria-hidden"]),e.inert=n.inert,rr.delete(e))}function Bi(e,{allowed:t,disallowed:r}={}){let n=no(e,"inert-others");q(()=>{var a,i;if(!n)return;let l=re();for(let c of(a=r==null?void 0:r())!=null?a:[])c&&l.add(Vr(c));let s=(i=t==null?void 0:t())!=null?i:[];for(let c of s){if(!c)continue;let d=Et(c);if(!d)continue;let u=c.parentElement;for(;u&&u!==d.body;){for(let p of u.children)s.some(h=>p.contains(h))||l.add(Vr(p));u=u.parentElement}}return l.dispose},[n,t,r])}function Ii(e,t,r){let n=Te(a=>{let i=a.getBoundingClientRect();i.x===0&&i.y===0&&i.width===0&&i.height===0&&r()});w.useEffect(()=>{if(!e)return;let a=t===null?null:be(t)?t:t.current;if(!a)return;let i=re();if(typeof ResizeObserver<"u"){let l=new ResizeObserver(()=>n.current(a));l.observe(a),i.add(()=>l.disconnect())}if(typeof IntersectionObserver<"u"){let l=new IntersectionObserver(()=>n.current(a));l.observe(a),i.add(()=>l.disconnect())}return()=>i.dispose()},[t,n,e])}let nr=["[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(","),Wi=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var or=(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))(or||{}),Ti=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Ti||{}),Ni=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Ni||{});function oo(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(nr)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}function Pi(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Wi)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var br=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(br||{});function ao(e,t=0){var r;return e===((r=Et(e))==null?void 0:r.body)?!1:le(t,{0(){return e.matches(nr)},1(){let n=e;for(;n!==null;){if(n.matches(nr))return!0;n=n.parentElement}return!1}})}var Hi=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Hi||{});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 Vi=["textarea","input"].join(",");function Di(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Vi))!=null?r:!1}function io(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 l=a.compareDocumentPosition(i);return l&Node.DOCUMENT_POSITION_FOLLOWING?-1:l&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function _i(e,t,r=e===null?document.body:wt(e)){return Zi(oo(r),t,{relativeTo:e})}function Zi(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:a=[]}={}){let i=Array.isArray(e)?e.length>0?wt(e[0]):document:wt(e),l=Array.isArray(e)?r?io(e):e:t&64?Pi(e):oo(e);a.length>0&&l.length>1&&(l=l.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 s=(()=>{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,l.indexOf(n))-1;if(t&4)return Math.max(0,l.indexOf(n))+1;if(t&8)return l.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),d=t&32?{preventScroll:!0}:{},u=0,p=l.length,h;do{if(u>=p||u+p<=0)return 0;let f=c+u;if(t&16)f=(f+p)%p;else{if(f<0)return 3;if(f>=p)return 1}h=l[f],h==null||h.focus(d),u+=s}while(h!==Bn(h));return t&6&&Di(h)&&h.select(),2}function lo(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Ui(){return/Android/gi.test(window.navigator.userAgent)}function _r(){return lo()||Ui()}function Pe(e,t,r,n){let a=Te(r);w.useEffect(()=>{if(!e)return;function i(l){a.current(l)}return document.addEventListener(t,i,n),()=>document.removeEventListener(t,i,n)},[e,t,n])}function qi(e,t,r,n){let a=Te(r);w.useEffect(()=>{if(!e)return;function i(l){a.current(l)}return window.addEventListener(t,i,n),()=>window.removeEventListener(t,i,n)},[e,t,n])}const Zr=30;function Gi(e,t,r){let n=Te(r),a=w.useCallback(function(s,c){if(s.defaultPrevented)return;let d=c(s);if(d===null||!d.getRootNode().contains(d)||!d.isConnected)return;let u=function p(h){return typeof h=="function"?p(h()):Array.isArray(h)||h instanceof Set?h:[h]}(t);for(let p of u)if(p!==null&&(p.contains(d)||s.composed&&s.composedPath().includes(p)))return;return!ao(d,br.Loose)&&d.tabIndex!==-1&&s.preventDefault(),n.current(s,d)},[n,t]),i=w.useRef(null);Pe(e,"pointerdown",s=>{var c,d;_r()||(i.current=((d=(c=s.composedPath)==null?void 0:c.call(s))==null?void 0:d[0])||s.target)},!0),Pe(e,"pointerup",s=>{if(_r()||!i.current)return;let c=i.current;return i.current=null,a(s,()=>c)},!0);let l=w.useRef({x:0,y:0});Pe(e,"touchstart",s=>{l.current.x=s.touches[0].clientX,l.current.y=s.touches[0].clientY},!0),Pe(e,"touchend",s=>{let c={x:s.changedTouches[0].clientX,y:s.changedTouches[0].clientY};if(!(Math.abs(c.x-l.current.x)>=Zr||Math.abs(c.y-l.current.y)>=Zr))return a(s,()=>Ne(s.target)?s.target:null)},!0),qi(e,"blur",s=>a(s,()=>ai(window.document.activeElement)?window.document.activeElement:null),!0)}function ar(...e){return w.useMemo(()=>Et(...e),[...e])}var zi=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(zi||{});const it={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Ki=200,Ur=5;function Xi(e,{trigger:t,action:r,close:n,select:a}){let i=w.useRef(null),l=w.useRef(null),s=w.useRef(null);Pe(e&&t!==null,"pointerdown",c=>{_n(c==null?void 0:c.target)&&t!=null&&t.contains(c.target)&&(l.current=c.x,s.current=c.y,i.current=c.timeStamp)}),Pe(e&&t!==null,"pointerup",c=>{var d,u;let p=i.current;if(p===null||(i.current=null,!Ne(c.target))||Math.abs(c.x-((d=l.current)!=null?d:c.x))<Ur&&Math.abs(c.y-((u=s.current)!=null?u:c.y))<Ur)return;let h=r(c);switch(h.kind){case 0:return;case 1:{c.timeStamp-p>Ki&&(a(h.target),n());break}case 2:{n();break}}},{capture:!0})}function Yi(e,t){return w.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 Qi(e){return w.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function Ji(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 l=t[a].call(r,...i);l&&(r=l,n.forEach(s=>s()))}}}function el(){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 tl(){return lo()?{before({doc:e,d:t,meta:r}){function n(a){for(let i of r().containers)for(let l of i())if(l.contains(a))return!0;return!1}t.microTask(()=>{var a;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let s=re();s.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>s.dispose()))}let i=(a=window.scrollY)!=null?a:window.pageYOffset,l=null;t.addEventListener(e,"click",s=>{if(Ne(s.target))try{let c=s.target.closest("a");if(!c)return;let{hash:d}=new URL(c.href),u=e.querySelector(d);Ne(u)&&!n(u)&&(l=u)}catch{}},!0),t.group(s=>{t.addEventListener(e,"touchstart",c=>{if(s.dispose(),Ne(c.target)&&oi(c.target))if(n(c.target)){let d=c.target;for(;d.parentElement&&n(d.parentElement);)d=d.parentElement;s.style(d,"overscrollBehavior","contain")}else s.style(c.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",s=>{if(Ne(s.target)){if(Zn(s.target))return;if(n(s.target)){let c=s.target;for(;c.parentElement&&c.dataset.headlessuiPortal!==""&&!(c.scrollHeight>c.clientHeight||c.scrollWidth>c.clientWidth);)c=c.parentElement;c.dataset.headlessuiPortal===""&&s.preventDefault()}else s.preventDefault()}},{passive:!1}),t.add(()=>{var s;let c=(s=window.scrollY)!=null?s:window.pageYOffset;i!==c&&window.scrollTo(0,i),l&&l.isConnected&&(l.scrollIntoView({block:"nearest"}),l=null)})})}}:{}}function rl(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function qr(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let Oe=Ji(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:re(),meta:new Set,computedMeta:{}};return n.count++,n.meta.add(t),n.computedMeta=qr(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=qr(r.meta)),this},SCROLL_PREVENT(e){let t={doc:e.doc,d:e.d,meta(){return e.computedMeta}},r=[tl(),el(),rl()];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 nl(e,t,r=()=>({containers:[]})){let n=Qi(Oe),a=t?n.get(t):void 0,i=a?a.count>0:!1;return q(()=>{if(!(!t||!e))return Oe.dispatch("PUSH",t,r),()=>Oe.dispatch("POP",t,r)},[e,t]),i}function ol(e,t,r=()=>[document.body]){let n=no(e,"scroll-lock");nl(n,t,a=>{var i;return{containers:[...(i=a.containers)!=null?i:[],r]}})}function Gr(e){return[e.screenX,e.screenY]}function al(){let e=w.useRef([-1,-1]);return{wasMoved(t){let r=Gr(t);return e.current[0]===r[0]&&e.current[1]===r[1]?!1:(e.current=r,!0)},update(t){e.current=Gr(t)}}}function il(e=0){let[t,r]=w.useState(e),n=w.useCallback(c=>r(c),[]),a=w.useCallback(c=>r(d=>d|c),[]),i=w.useCallback(c=>(t&c)===c,[t]),l=w.useCallback(c=>r(d=>d&~c),[]),s=w.useCallback(c=>r(d=>d^c),[]);return{flags:t,setFlag:n,addFlag:a,hasFlag:i,removeFlag:l,toggleFlag:s}}var zr,Kr;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((zr=process==null?void 0:process.env)==null?void 0:zr.NODE_ENV)==="test"&&typeof((Kr=Element==null?void 0:Element.prototype)==null?void 0:Kr.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 ll=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(ll||{});function so(e){let t={};for(let r in e)e[r]===!0&&(t[`data-${r}`]="");return t}function co(e,t,r,n){let[a,i]=w.useState(r),{hasFlag:l,addFlag:s,removeFlag:c}=il(e&&a?3:0),d=w.useRef(!1),u=w.useRef(!1),p=We();return q(()=>{var h;if(e){if(r&&i(!0),!t){r&&s(3);return}return(h=n==null?void 0:n.start)==null||h.call(n,r),sl(t,{inFlight:d,prepare(){u.current?u.current=!1:u.current=d.current,d.current=!0,!u.current&&(r?(s(3),c(4)):(s(4),c(2)))},run(){u.current?r?(c(3),s(4)):(c(4),s(3)):r?c(1):s(1)},done(){var f;u.current&&ul(t)||(d.current=!1,c(7),r||i(!1),(f=n==null?void 0:n.end)==null||f.call(n,r))}})}},[e,r,t,p]),e?[a,{closed:l(1),enter:l(2),leave:l(4),transition:l(2)||l(4)}]:[r,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function sl(e,{prepare:t,run:r,done:n,inFlight:a}){let i=re();return dl(e,{prepare:t,inFlight:a}),i.nextFrame(()=>{r(),i.requestAnimationFrame(()=>{i.add(cl(e,n))})}),i.dispose}function cl(e,t){var r,n;let a=re();if(!e)return a.dispose;let i=!1;a.add(()=>{i=!0});let l=(n=(r=e.getAnimations)==null?void 0:r.call(e).filter(s=>s instanceof CSSTransition))!=null?n:[];return l.length===0?(t(),a.dispose):(Promise.allSettled(l.map(s=>s.finished)).then(()=>{i||t()}),a.dispose)}function dl(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 ul(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 Rt(){return typeof window<"u"}function De(e){return uo(e)?(e.nodeName||"").toLowerCase():"#document"}function ee(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function we(e){var t;return(t=(uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function uo(e){return Rt()?e instanceof Node||e instanceof ee(e).Node:!1}function Y(e){return Rt()?e instanceof Element||e instanceof ee(e).Element:!1}function he(e){return Rt()?e instanceof HTMLElement||e instanceof ee(e).HTMLElement:!1}function Xr(e){return!Rt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ee(e).ShadowRoot}const fl=new Set(["inline","contents"]);function tt(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!fl.has(a)}const ml=new Set(["table","td","th"]);function hl(e){return ml.has(De(e))}const wl=[":popover-open",":modal"];function jt(e){return wl.some(t=>{try{return e.matches(t)}catch{return!1}})}const pl=["transform","translate","scale","rotate","perspective"],vl=["transform","translate","scale","rotate","perspective","filter"],gl=["paint","layout","strict","content"];function xr(e){const t=kr(),r=Y(e)?de(e):e;return pl.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)||vl.some(n=>(r.willChange||"").includes(n))||gl.some(n=>(r.contain||"").includes(n))}function bl(e){let t=Re(e);for(;he(t)&&!Ve(t);){if(xr(t))return t;if(jt(t))return null;t=Re(t)}return null}function kr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const xl=new Set(["html","body","#document"]);function Ve(e){return xl.has(De(e))}function de(e){return ee(e).getComputedStyle(e)}function Mt(e){return Y(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Re(e){if(De(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Xr(e)&&e.host||we(e);return Xr(t)?t.host:t}function fo(e){const t=Re(e);return Ve(t)?e.ownerDocument?e.ownerDocument.body:e.body:he(t)&&tt(t)?t:fo(t)}function Xe(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=fo(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),l=ee(a);if(i){const s=ir(l);return t.concat(l,l.visualViewport||[],tt(a)?a:[],s&&r?Xe(s):[])}return t.concat(a,Xe(a,[],r))}function ir(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function kl(){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 Be=Math.min,K=Math.max,Ye=Math.round,lt=Math.floor,me=e=>({x:e,y:e}),El={left:"right",right:"left",bottom:"top",top:"bottom"},yl={start:"end",end:"start"};function Yr(e,t,r){return K(e,Be(t,r))}function _e(e,t){return typeof e=="function"?e(t):e}function je(e){return e.split("-")[0]}function rt(e){return e.split("-")[1]}function mo(e){return e==="x"?"y":"x"}function ho(e){return e==="y"?"height":"width"}const Ll=new Set(["top","bottom"]);function ve(e){return Ll.has(je(e))?"y":"x"}function wo(e){return mo(ve(e))}function Rl(e,t,r){r===void 0&&(r=!1);const n=rt(e),a=wo(e),i=ho(a);let l=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(l=vt(l)),[l,vt(l)]}function jl(e){const t=vt(e);return[lr(e),t,lr(t)]}function lr(e){return e.replace(/start|end/g,t=>yl[t])}const Qr=["left","right"],Jr=["right","left"],Ml=["top","bottom"],Cl=["bottom","top"];function $l(e,t,r){switch(e){case"top":case"bottom":return r?t?Jr:Qr:t?Qr:Jr;case"left":case"right":return t?Ml:Cl;default:return[]}}function Al(e,t,r,n){const a=rt(e);let i=$l(je(e),r==="start",n);return a&&(i=i.map(l=>l+"-"+a),t&&(i=i.concat(i.map(lr)))),i}function vt(e){return e.replace(/left|right|bottom|top/g,t=>El[t])}function Ol(e){return{top:0,right:0,bottom:0,left:0,...e}}function Fl(e){return typeof e!="number"?Ol(e):{top:e,right:e,bottom:e,left:e}}function gt(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 en(e,t,r){let{reference:n,floating:a}=e;const i=ve(t),l=wo(t),s=ho(l),c=je(t),d=i==="y",u=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,h=n[s]/2-a[s]/2;let f;switch(c){case"top":f={x:u,y:n.y-a.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:p};break;case"left":f={x:n.x-a.width,y:p};break;default:f={x:n.x,y:n.y}}switch(rt(t)){case"start":f[l]-=h*(r&&d?-1:1);break;case"end":f[l]+=h*(r&&d?-1:1);break}return f}const Sl=async(e,t,r)=>{const{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:l}=r,s=i.filter(Boolean),c=await(l.isRTL==null?void 0:l.isRTL(t));let d=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:u,y:p}=en(d,n,c),h=n,f={},v=0;for(let b=0;b<s.length;b++){const{name:g,fn:E}=s[b],{x,y:k,data:L,reset:y}=await E({x:u,y:p,initialPlacement:n,placement:h,strategy:a,middlewareData:f,rects:d,platform:l,elements:{reference:e,floating:t}});u=x??u,p=k??p,f={...f,[g]:{...f[g],...L}},y&&v<=50&&(v++,typeof y=="object"&&(y.placement&&(h=y.placement),y.rects&&(d=y.rects===!0?await l.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:u,y:p}=en(d,h,c)),b=-1)}return{x:u,y:p,placement:h,strategy:a,middlewareData:f}};async function Ct(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:i,rects:l,elements:s,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:u="viewport",elementContext:p="floating",altBoundary:h=!1,padding:f=0}=_e(t,e),v=Fl(f),g=s[h?p==="floating"?"reference":"floating":p],E=gt(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(s.floating)),boundary:d,rootBoundary:u,strategy:c})),x=p==="floating"?{x:n,y:a,width:l.floating.width,height:l.floating.height}:l.reference,k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),L=await(i.isElement==null?void 0:i.isElement(k))?await(i.getScale==null?void 0:i.getScale(k))||{x:1,y:1}:{x:1,y:1},y=gt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:x,offsetParent:k,strategy:c}):x);return{top:(E.top-y.top+v.top)/L.y,bottom:(y.bottom-E.bottom+v.bottom)/L.y,left:(E.left-y.left+v.left)/L.x,right:(y.right-E.right+v.right)/L.x}}const Bl=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:a,middlewareData:i,rects:l,initialPlacement:s,platform:c,elements:d}=t,{mainAxis:u=!0,crossAxis:p=!0,fallbackPlacements:h,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...g}=_e(e,t);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const E=je(a),x=ve(s),k=je(s)===s,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),y=h||(k||!b?[vt(s)]:jl(s)),R=v!=="none";!h&&R&&y.push(...Al(s,b,v,L));const j=[s,...y],O=await Ct(t,g),W=[];let M=((n=i.flip)==null?void 0:n.overflows)||[];if(u&&W.push(O[E]),p){const S=Rl(a,l,L);W.push(O[S[0]],O[S[1]])}if(M=[...M,{placement:a,overflows:W}],!W.every(S=>S<=0)){var F,P;const S=(((F=i.flip)==null?void 0:F.index)||0)+1,C=j[S];if(C&&(!(p==="alignment"?x!==ve(C):!1)||M.every(A=>ve(A.placement)===x?A.overflows[0]>0:!0)))return{data:{index:S,overflows:M},reset:{placement:C}};let N=(P=M.filter(D=>D.overflows[0]<=0).sort((D,A)=>D.overflows[1]-A.overflows[1])[0])==null?void 0:P.placement;if(!N)switch(f){case"bestFit":{var T;const D=(T=M.filter(A=>{if(R){const B=ve(A.placement);return B===x||B==="y"}return!0}).map(A=>[A.placement,A.overflows.filter(B=>B>0).reduce((B,_)=>B+_,0)]).sort((A,B)=>A[1]-B[1])[0])==null?void 0:T[0];D&&(N=D);break}case"initialPlacement":N=s;break}if(a!==N)return{reset:{placement:N}}}return{}}}},Il=new Set(["left","top"]);async function Wl(e,t){const{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),l=je(r),s=rt(r),c=ve(r)==="y",d=Il.has(l)?-1:1,u=i&&c?-1:1,p=_e(t,e);let{mainAxis:h,crossAxis:f,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof v=="number"&&(f=s==="end"?v*-1:v),c?{x:f*u,y:h*d}:{x:h*d,y:f*u}}const Tl=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:a,y:i,placement:l,middlewareData:s}=t,c=await Wl(t,e);return l===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+c.x,y:i+c.y,data:{...c,placement:l}}}}},Nl=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:l=!1,limiter:s={fn:g=>{let{x:E,y:x}=g;return{x:E,y:x}}},...c}=_e(e,t),d={x:r,y:n},u=await Ct(t,c),p=ve(je(a)),h=mo(p);let f=d[h],v=d[p];if(i){const g=h==="y"?"top":"left",E=h==="y"?"bottom":"right",x=f+u[g],k=f-u[E];f=Yr(x,f,k)}if(l){const g=p==="y"?"top":"left",E=p==="y"?"bottom":"right",x=v+u[g],k=v-u[E];v=Yr(x,v,k)}const b=s.fn({...t,[h]:f,[p]:v});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[h]:i,[p]:l}}}}}},Pl=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:a,rects:i,platform:l,elements:s}=t,{apply:c=()=>{},...d}=_e(e,t),u=await Ct(t,d),p=je(a),h=rt(a),f=ve(a)==="y",{width:v,height:b}=i.floating;let g,E;p==="top"||p==="bottom"?(g=p,E=h===(await(l.isRTL==null?void 0:l.isRTL(s.floating))?"start":"end")?"left":"right"):(E=p,g=h==="end"?"top":"bottom");const x=b-u.top-u.bottom,k=v-u.left-u.right,L=Be(b-u[g],x),y=Be(v-u[E],k),R=!t.middlewareData.shift;let j=L,O=y;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(O=k),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(j=x),R&&!h){const M=K(u.left,0),F=K(u.right,0),P=K(u.top,0),T=K(u.bottom,0);f?O=v-2*(M!==0||F!==0?M+F:K(u.left,u.right)):j=b-2*(P!==0||T!==0?P+T:K(u.top,u.bottom))}await c({...t,availableWidth:O,availableHeight:j});const W=await l.getDimensions(s.floating);return v!==W.width||b!==W.height?{reset:{rects:!0}}:{}}}};function po(e){const t=de(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=he(e),i=a?e.offsetWidth:r,l=a?e.offsetHeight:n,s=Ye(r)!==i||Ye(n)!==l;return s&&(r=i,n=l),{width:r,height:n,$:s}}function Er(e){return Y(e)?e:e.contextElement}function He(e){const t=Er(e);if(!he(t))return me(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:i}=po(t);let l=(i?Ye(r.width):r.width)/n,s=(i?Ye(r.height):r.height)/a;return(!l||!Number.isFinite(l))&&(l=1),(!s||!Number.isFinite(s))&&(s=1),{x:l,y:s}}const Hl=me(0);function vo(e){const t=ee(e);return!kr()||!t.visualViewport?Hl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Vl(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==ee(e)?!1:t}function Ie(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),i=Er(e);let l=me(1);t&&(n?Y(n)&&(l=He(n)):l=He(e));const s=Vl(i,r,n)?vo(i):me(0);let c=(a.left+s.x)/l.x,d=(a.top+s.y)/l.y,u=a.width/l.x,p=a.height/l.y;if(i){const h=ee(i),f=n&&Y(n)?ee(n):n;let v=h,b=ir(v);for(;b&&n&&f!==v;){const g=He(b),E=b.getBoundingClientRect(),x=de(b),k=E.left+(b.clientLeft+parseFloat(x.paddingLeft))*g.x,L=E.top+(b.clientTop+parseFloat(x.paddingTop))*g.y;c*=g.x,d*=g.y,u*=g.x,p*=g.y,c+=k,d+=L,v=ee(b),b=ir(v)}}return gt({width:u,height:p,x:c,y:d})}function $t(e,t){const r=Mt(e).scrollLeft;return t?t.left+r:Ie(we(e)).left+r}function go(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-$t(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Dl(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const i=a==="fixed",l=we(n),s=t?jt(t.floating):!1;if(n===l||s&&i)return r;let c={scrollLeft:0,scrollTop:0},d=me(1);const u=me(0),p=he(n);if((p||!p&&!i)&&((De(n)!=="body"||tt(l))&&(c=Mt(n)),he(n))){const f=Ie(n);d=He(n),u.x=f.x+n.clientLeft,u.y=f.y+n.clientTop}const h=l&&!p&&!i?go(l,c):me(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+u.x+h.x,y:r.y*d.y-c.scrollTop*d.y+u.y+h.y}}function _l(e){return Array.from(e.getClientRects())}function Zl(e){const t=we(e),r=Mt(e),n=e.ownerDocument.body,a=K(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=K(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let l=-r.scrollLeft+$t(e);const s=-r.scrollTop;return de(n).direction==="rtl"&&(l+=K(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:l,y:s}}const tn=25;function Ul(e,t){const r=ee(e),n=we(e),a=r.visualViewport;let i=n.clientWidth,l=n.clientHeight,s=0,c=0;if(a){i=a.width,l=a.height;const u=kr();(!u||u&&t==="fixed")&&(s=a.offsetLeft,c=a.offsetTop)}const d=$t(n);if(d<=0){const u=n.ownerDocument,p=u.body,h=getComputedStyle(p),f=u.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-f);v<=tn&&(i-=v)}else d<=tn&&(i+=d);return{width:i,height:l,x:s,y:c}}const ql=new Set(["absolute","fixed"]);function Gl(e,t){const r=Ie(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=he(e)?He(e):me(1),l=e.clientWidth*i.x,s=e.clientHeight*i.y,c=a*i.x,d=n*i.y;return{width:l,height:s,x:c,y:d}}function rn(e,t,r){let n;if(t==="viewport")n=Ul(e,r);else if(t==="document")n=Zl(we(e));else if(Y(t))n=Gl(t,r);else{const a=vo(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return gt(n)}function bo(e,t){const r=Re(e);return r===t||!Y(r)||Ve(r)?!1:de(r).position==="fixed"||bo(r,t)}function zl(e,t){const r=t.get(e);if(r)return r;let n=Xe(e,[],!1).filter(s=>Y(s)&&De(s)!=="body"),a=null;const i=de(e).position==="fixed";let l=i?Re(e):e;for(;Y(l)&&!Ve(l);){const s=de(l),c=xr(l);!c&&s.position==="fixed"&&(a=null),(i?!c&&!a:!c&&s.position==="static"&&!!a&&ql.has(a.position)||tt(l)&&!c&&bo(e,l))?n=n.filter(u=>u!==l):a=s,l=Re(l)}return t.set(e,n),n}function Kl(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const l=[...r==="clippingAncestors"?jt(t)?[]:zl(t,this._c):[].concat(r),n],s=l[0],c=l.reduce((d,u)=>{const p=rn(t,u,a);return d.top=K(p.top,d.top),d.right=Be(p.right,d.right),d.bottom=Be(p.bottom,d.bottom),d.left=K(p.left,d.left),d},rn(t,s,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Xl(e){const{width:t,height:r}=po(e);return{width:t,height:r}}function Yl(e,t,r){const n=he(t),a=we(t),i=r==="fixed",l=Ie(e,!0,i,t);let s={scrollLeft:0,scrollTop:0};const c=me(0);function d(){c.x=$t(a)}if(n||!n&&!i)if((De(t)!=="body"||tt(a))&&(s=Mt(t)),n){const f=Ie(t,!0,i,t);c.x=f.x+t.clientLeft,c.y=f.y+t.clientTop}else a&&d();i&&!n&&a&&d();const u=a&&!n&&!i?go(a,s):me(0),p=l.left+s.scrollLeft-c.x-u.x,h=l.top+s.scrollTop-c.y-u.y;return{x:p,y:h,width:l.width,height:l.height}}function Zt(e){return de(e).position==="static"}function nn(e,t){if(!he(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return we(e)===r&&(r=r.ownerDocument.body),r}function xo(e,t){const r=ee(e);if(jt(e))return r;if(!he(e)){let a=Re(e);for(;a&&!Ve(a);){if(Y(a)&&!Zt(a))return a;a=Re(a)}return r}let n=nn(e,t);for(;n&&hl(n)&&Zt(n);)n=nn(n,t);return n&&Ve(n)&&Zt(n)&&!xr(n)?r:n||bl(e)||r}const Ql=async function(e){const t=this.getOffsetParent||xo,r=this.getDimensions,n=await r(e.floating);return{reference:Yl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Jl(e){return de(e).direction==="rtl"}const es={convertOffsetParentRelativeRectToViewportRelativeRect:Dl,getDocumentElement:we,getClippingRect:Kl,getOffsetParent:xo,getElementRects:Ql,getClientRects:_l,getDimensions:Xl,getScale:He,isElement:Y,isRTL:Jl};function ko(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function ts(e,t){let r=null,n;const a=we(e);function i(){var s;clearTimeout(n),(s=r)==null||s.disconnect(),r=null}function l(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),i();const d=e.getBoundingClientRect(),{left:u,top:p,width:h,height:f}=d;if(s||t(),!h||!f)return;const v=lt(p),b=lt(a.clientWidth-(u+h)),g=lt(a.clientHeight-(p+f)),E=lt(u),k={rootMargin:-v+"px "+-b+"px "+-g+"px "+-E+"px",threshold:K(0,Be(1,c))||1};let L=!0;function y(R){const j=R[0].intersectionRatio;if(j!==c){if(!L)return l();j?l(!1,j):n=setTimeout(()=>{l(!1,1e-7)},1e3)}j===1&&!ko(d,e.getBoundingClientRect())&&l(),L=!1}try{r=new IntersectionObserver(y,{...k,root:a.ownerDocument})}catch{r=new IntersectionObserver(y,k)}r.observe(e)}return l(!0),i}function rs(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:s=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,d=Er(e),u=a||i?[...d?Xe(d):[],...Xe(t)]:[];u.forEach(E=>{a&&E.addEventListener("scroll",r,{passive:!0}),i&&E.addEventListener("resize",r)});const p=d&&s?ts(d,r):null;let h=-1,f=null;l&&(f=new ResizeObserver(E=>{let[x]=E;x&&x.target===d&&f&&(f.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var k;(k=f)==null||k.observe(t)})),r()}),d&&!c&&f.observe(d),f.observe(t));let v,b=c?Ie(e):null;c&&g();function g(){const E=Ie(e);b&&!ko(b,E)&&r(),b=E,v=requestAnimationFrame(g)}return r(),()=>{var E;u.forEach(x=>{a&&x.removeEventListener("scroll",r),i&&x.removeEventListener("resize",r)}),p==null||p(),(E=f)==null||E.disconnect(),f=null,c&&cancelAnimationFrame(v)}}const Ut=Ct,ns=Tl,os=Nl,as=Bl,is=Pl,ls=(e,t,r)=>{const n=new Map,a={platform:es,...r},i={...a.platform,_c:n};return Sl(e,t,{...a,platform:i})};var ss=typeof document<"u",cs=function(){},ct=ss?w.useLayoutEffect:cs;function bt(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(!bt(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)&&!bt(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Eo(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function on(e,t){const r=Eo(e);return Math.round(t*r)/r}function qt(e){const t=o.useRef(e);return ct(()=>{t.current=e}),t}function ds(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:a,elements:{reference:i,floating:l}={},transform:s=!0,whileElementsMounted:c,open:d}=e,[u,p]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[h,f]=o.useState(n);bt(h,n)||f(n);const[v,b]=o.useState(null),[g,E]=o.useState(null),x=o.useCallback(A=>{A!==R.current&&(R.current=A,b(A))},[]),k=o.useCallback(A=>{A!==j.current&&(j.current=A,E(A))},[]),L=i||v,y=l||g,R=o.useRef(null),j=o.useRef(null),O=o.useRef(u),W=c!=null,M=qt(c),F=qt(a),P=qt(d),T=o.useCallback(()=>{if(!R.current||!j.current)return;const A={placement:t,strategy:r,middleware:h};F.current&&(A.platform=F.current),ls(R.current,j.current,A).then(B=>{const _={...B,isPositioned:P.current!==!1};S.current&&!bt(O.current,_)&&(O.current=_,ft.flushSync(()=>{p(_)}))})},[h,t,r,F,P]);ct(()=>{d===!1&&O.current.isPositioned&&(O.current.isPositioned=!1,p(A=>({...A,isPositioned:!1})))},[d]);const S=o.useRef(!1);ct(()=>(S.current=!0,()=>{S.current=!1}),[]),ct(()=>{if(L&&(R.current=L),y&&(j.current=y),L&&y){if(M.current)return M.current(L,y,T);T()}},[L,y,T,M,W]);const C=o.useMemo(()=>({reference:R,floating:j,setReference:x,setFloating:k}),[x,k]),N=o.useMemo(()=>({reference:L,floating:y}),[L,y]),D=o.useMemo(()=>{const A={position:r,left:0,top:0};if(!N.floating)return A;const B=on(N.floating,u.x),_=on(N.floating,u.y);return s?{...A,transform:"translate("+B+"px, "+_+"px)",...Eo(N.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:B,top:_}},[r,s,N.floating,u.x,u.y]);return o.useMemo(()=>({...u,update:T,refs:C,elements:N,floatingStyles:D}),[u,T,C,N,D])}const yo=(e,t)=>({...ns(e),options:[e,t]}),us=(e,t)=>({...os(e),options:[e,t]}),fs=(e,t)=>({...as(e),options:[e,t]}),ms=(e,t)=>({...is(e),options:[e,t]}),Lo={...o},hs=Lo.useInsertionEffect,ws=hs||(e=>e());function Ro(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return ws(()=>{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 sr=typeof document<"u"?w.useLayoutEffect:w.useEffect;let an=!1,ps=0;const ln=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+ps++;function vs(){const[e,t]=o.useState(()=>an?ln():void 0);return sr(()=>{e==null&&t(ln())},[]),o.useEffect(()=>{an=!0},[]),e}const gs=Lo.useId,bs=gs||vs;let Qe;process.env.NODE_ENV!=="production"&&(Qe=new Set);function xs(){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=Qe)!=null&&e.has(a))){var i;(i=Qe)==null||i.add(a),console.warn(a)}}function ks(){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=Qe)!=null&&e.has(a))){var i;(i=Qe)==null||i.add(a),console.error(a)}}function Es(){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 ys=o.createContext(null),Ls=o.createContext(null),Rs=()=>{var e;return((e=o.useContext(ys))==null?void 0:e.id)||null},js=()=>o.useContext(Ls),Ms="data-floating-ui-focusable";function Cs(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=bs(),i=o.useRef({}),[l]=o.useState(()=>Es()),s=Rs()!=null;if(process.env.NODE_ENV!=="production"){const f=n.reference;f&&!Y(f)&&ks("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[c,d]=o.useState(n.reference),u=Ro((f,v,b)=>{i.current.openEvent=f?v:void 0,l.emit("openchange",{open:f,event:v,reason:b,nested:s}),r==null||r(f,v,b)}),p=o.useMemo(()=>({setPositionReference:d}),[]),h=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:u,elements:h,events:l,floatingId:a,refs:p}),[t,u,h,l,a,p])}function $s(e){e===void 0&&(e={});const{nodeId:t}=e,r=Cs({...e,elements:{reference:null,floating:null,...e.elements}}),n=e.rootContext||r,a=n.elements,[i,l]=o.useState(null),[s,c]=o.useState(null),u=(a==null?void 0:a.domReference)||i,p=o.useRef(null),h=js();sr(()=>{u&&(p.current=u)},[u]);const f=ds({...e,elements:{...a,...s&&{reference:s}}}),v=o.useCallback(k=>{const L=Y(k)?{getBoundingClientRect:()=>k.getBoundingClientRect(),contextElement:k}:k;c(L),f.refs.setReference(L)},[f.refs]),b=o.useCallback(k=>{(Y(k)||k===null)&&(p.current=k,l(k)),(Y(f.refs.reference.current)||f.refs.reference.current===null||k!==null&&!Y(k))&&f.refs.setReference(k)},[f.refs]),g=o.useMemo(()=>({...f.refs,setReference:b,setPositionReference:v,domReference:p}),[f.refs,b,v]),E=o.useMemo(()=>({...f.elements,domReference:u}),[f.elements,u]),x=o.useMemo(()=>({...f,...n,refs:g,elements:E,nodeId:t}),[f,g,E,t,n]);return sr(()=>{n.dataRef.current.floatingContext=x;const k=h==null?void 0:h.nodesRef.current.find(L=>L.id===t);k&&(k.context=x)}),o.useMemo(()=>({...f,context:x,refs:g,elements:E}),[f,g,E,x])}const sn="active",cn="selected";function Gt(e,t,r){const n=new Map,a=r==="item";let i=e;if(a&&e){const{[sn]:l,[cn]:s,...c}=e;i=c}return{...r==="floating"&&{tabIndex:-1,[Ms]:""},...i,...t.map(l=>{const s=l?l[r]:null;return typeof s=="function"?e?s(e):null:s}).concat(e).reduce((l,s)=>(s&&Object.entries(s).forEach(c=>{let[d,u]=c;if(!(a&&[sn,cn].includes(d)))if(d.indexOf("on")===0){if(n.has(d)||n.set(d,[]),typeof u=="function"){var p;(p=n.get(d))==null||p.push(u),l[d]=function(){for(var h,f=arguments.length,v=new Array(f),b=0;b<f;b++)v[b]=arguments[b];return(h=n.get(d))==null?void 0:h.map(g=>g(...v)).find(g=>g!==void 0)}}}else l[d]=u}),l),{})}}function As(e){e===void 0&&(e=[]);const t=e.map(s=>s==null?void 0:s.reference),r=e.map(s=>s==null?void 0:s.floating),n=e.map(s=>s==null?void 0:s.item),a=o.useCallback(s=>Gt(s,e,"reference"),t),i=o.useCallback(s=>Gt(s,e,"floating"),r),l=o.useCallback(s=>Gt(s,e,"item"),n);return o.useMemo(()=>({getReferenceProps:a,getFloatingProps:i,getItemProps:l}),[a,i,l])}function dn(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Os=e=>({name:"inner",options:e,async fn(t){const{listRef:r,overflowRef:n,onFallbackChange:a,offset:i=0,index:l=0,minItemsVisible:s=4,referenceOverflowThreshold:c=0,scrollRef:d,...u}=_e(e,t),{rects:p,elements:{floating:h}}=t,f=r.current[l],v=(d==null?void 0:d.current)||h,b=h.clientTop||v.clientTop,g=h.clientTop!==0,E=v.clientTop!==0,x=h===v;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||xs('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const k={...t,...await yo(-f.offsetTop-h.clientTop-p.reference.height/2-f.offsetHeight/2-i).fn(t)},L=await Ut(dn(k,v.scrollHeight+b+h.clientTop),u),y=await Ut(k,{...u,elementContext:"reference"}),R=K(0,L.top),j=k.y+R,M=(v.scrollHeight>v.clientHeight?F=>F:Ye)(K(0,v.scrollHeight+(g&&x||E?b*2:0)-R-K(0,L.bottom)));if(v.style.maxHeight=M+"px",v.scrollTop=R,a){const F=v.offsetHeight<f.offsetHeight*Be(s,r.current.length)-1||y.top>=-c||y.bottom>=-c;ft.flushSync(()=>a(F))}return n&&(n.current=await Ut(dn({...k,y:j},v.offsetHeight+b+h.clientTop),u)),{y:j}}});function Fs(e,t){const{open:r,elements:n}=e,{enabled:a=!0,overflowRef:i,scrollRef:l,onChange:s}=t,c=Ro(s),d=o.useRef(!1),u=o.useRef(null),p=o.useRef(null);o.useEffect(()=>{if(!a)return;function f(b){if(b.ctrlKey||!v||i.current==null)return;const g=b.deltaY,E=i.current.top>=-.5,x=i.current.bottom>=-.5,k=v.scrollHeight-v.clientHeight,L=g<0?-1:1,y=g<0?"max":"min";v.scrollHeight<=v.clientHeight||(!E&&g>0||!x&&g<0?(b.preventDefault(),ft.flushSync(()=>{c(R=>R+Math[y](g,k*L))})):/firefox/i.test(kl())&&(v.scrollTop+=g))}const v=(l==null?void 0:l.current)||n.floating;if(r&&v)return v.addEventListener("wheel",f),requestAnimationFrame(()=>{u.current=v.scrollTop,i.current!=null&&(p.current={...i.current})}),()=>{u.current=null,p.current=null,v.removeEventListener("wheel",f)}},[a,r,n.floating,i,l,c]);const h=o.useMemo(()=>({onKeyDown(){d.current=!0},onWheel(){d.current=!1},onPointerMove(){d.current=!1},onScroll(){const f=(l==null?void 0:l.current)||n.floating;if(!(!i.current||!f||!d.current)){if(u.current!==null){const v=f.scrollTop-u.current;(i.current.bottom<-.5&&v<-1||i.current.top<-.5&&v>1)&&ft.flushSync(()=>c(b=>b+v))}requestAnimationFrame(()=>{u.current=f.scrollTop})}}}),[n.floating,c,i,l]);return o.useMemo(()=>a?{floating:h}:{},[a,h])}let Ze=w.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Ze.displayName="FloatingContext";let yr=w.createContext(null);yr.displayName="PlacementContext";function Ss(e){return w.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Bs(){return w.useContext(Ze).setReference}function Is(){return w.useContext(Ze).getReferenceProps}function Ws(){let{getFloatingProps:e,slot:t}=w.useContext(Ze);return w.useCallback((...r)=>Object.assign({},e(...r),{"data-anchor":t.anchor}),[e,t])}function Ts(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=w.useContext(yr),r=w.useMemo(()=>e,[JSON.stringify(e,(a,i)=>{var l;return(l=i==null?void 0:i.outerHTML)!=null?l:i})]);q(()=>{t==null||t(r??null)},[t,r]);let n=w.useContext(Ze);return w.useMemo(()=>[n.setFloating,e?n.styles:{}],[n.setFloating,e,n.styles])}let un=4;function Ns({children:e,enabled:t=!0}){let[r,n]=w.useState(null),[a,i]=w.useState(0),l=w.useRef(null),[s,c]=w.useState(null);Ps(s);let d=t&&r!==null&&s!==null,{to:u="bottom",gap:p=0,offset:h=0,padding:f=0,inner:v}=Hs(r,s),[b,g="center"]=u.split(" ");q(()=>{d&&i(0)},[d]);let{refs:E,floatingStyles:x,context:k}=$s({open:d,placement:b==="selection"?g==="center"?"bottom":`bottom-${g}`:g==="center"?`${b}`:`${b}-${g}`,strategy:"absolute",transform:!1,middleware:[yo({mainAxis:b==="selection"?0:p,crossAxis:h}),us({padding:f}),b!=="selection"&&fs({padding:f}),b==="selection"&&v?Os({...v,padding:f,overflowRef:l,offset:a,minItemsVisible:un,referenceOverflowThreshold:f,onFallbackChange(F){var P,T;if(!F)return;let S=k.elements.floating;if(!S)return;let C=parseFloat(getComputedStyle(S).scrollPaddingBottom)||0,N=Math.min(un,S.childElementCount),D=0,A=0;for(let B of(T=(P=k.elements.floating)==null?void 0:P.childNodes)!=null?T:[])if(be(B)){let _=B.offsetTop,pe=_+B.clientHeight+C,G=S.scrollTop,U=G+S.clientHeight;if(_>=G&&pe<=U)N--;else{A=Math.max(0,Math.min(pe,U)-Math.max(_,G)),D=B.clientHeight;break}}N>=1&&i(B=>{let _=D*N-A+C;return B>=_?B:_})}}):null,ms({padding:f,apply({availableWidth:F,availableHeight:P,elements:T}){Object.assign(T.floating.style,{overflow:"auto",maxWidth:`${F}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${P}px)`})}})].filter(Boolean),whileElementsMounted:rs}),[L=b,y=g]=k.placement.split("-");b==="selection"&&(L="selection");let R=w.useMemo(()=>({anchor:[L,y].filter(Boolean).join(" ")}),[L,y]),j=Fs(k,{overflowRef:l,onChange:i}),{getReferenceProps:O,getFloatingProps:W}=As([j]),M=I(F=>{c(F),E.setFloating(F)});return o.createElement(yr.Provider,{value:n},o.createElement(Ze.Provider,{value:{setFloating:M,setReference:E.setReference,styles:x,getReferenceProps:O,getFloatingProps:W,slot:R}},e))}function Ps(e){q(()=>{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 Hs(e,t){var r,n,a;let i=zt((r=e==null?void 0:e.gap)!=null?r:"var(--anchor-gap, 0)",t),l=zt((n=e==null?void 0:e.offset)!=null?n:"var(--anchor-offset, 0)",t),s=zt((a=e==null?void 0:e.padding)!=null?a:"var(--anchor-padding, 0)",t);return{...e,gap:i,offset:l,padding:s}}function zt(e,t,r=void 0){let n=We(),a=I((c,d)=>{if(c==null)return[r,null];if(typeof c=="number")return[c,null];if(typeof c=="string"){if(!d)return[r,null];let u=fn(c,d);return[u,p=>{let h=jo(c);{let f=h.map(v=>window.getComputedStyle(d).getPropertyValue(v));n.requestAnimationFrame(function v(){n.nextFrame(v);let b=!1;for(let[E,x]of h.entries()){let k=window.getComputedStyle(d).getPropertyValue(x);if(f[E]!==k){f[E]=k,b=!0;break}}if(!b)return;let g=fn(c,d);u!==g&&(p(g),u=g)})}return n.dispose}]}return[r,null]}),i=w.useMemo(()=>a(e,t)[0],[e,t]),[l=i,s]=w.useState();return q(()=>{let[c,d]=a(e,t);if(s(c),!!d)return d(s)},[e,t]),l}function jo(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,...jo(a)]:[n]}return[]}function fn(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 Vs({children:e,freeze:t},r){let n=Mo(t,e);return w.isValidElement(n)?w.cloneElement(n,{ref:r}):w.createElement(w.Fragment,null,n)}w.forwardRef(Vs);function Mo(e,t){let[r,n]=w.useState(t);return!e&&r!==t&&n(t),e?r:t}let Lr=w.createContext(null);Lr.displayName="OpenClosedContext";var ce=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(ce||{});function Rr(){return w.useContext(Lr)}function Co({value:e,children:t}){return w.createElement(Lr.Provider,{value:e},t)}function Ds(e){throw new Error("Unexpected object: "+e)}var Z=(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))(Z||{});function st(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:Ds(e)}}function $o(e){let t=I(e),r=w.useRef(!1);w.useEffect(()=>(r.current=!1,()=>{r.current=!0,In(()=>{r.current&&t()})}),[t])}let _s=w.createContext(!1);function Zs(){return w.useContext(_s)}function Us(e){let t=Zs(),r=w.useContext(Oo),[n,a]=w.useState(()=>{var i;if(!t&&r!==null)return(i=r.current)!=null?i:null;if(fe.isServer)return null;let l=e==null?void 0:e.getElementById("headlessui-portal-root");if(l)return l;if(e===null)return null;let s=e.createElement("div");return s.setAttribute("id","headlessui-portal-root"),e.body.appendChild(s)});return w.useEffect(()=>{n!==null&&(e!=null&&e.body.contains(n)||e==null||e.body.appendChild(n))},[n,e]),w.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),n}let Ao=w.Fragment,qs=J(function(e,t){let{ownerDocument:r=null,...n}=e,a=w.useRef(null),i=se(ci(h=>{a.current=h}),t),l=ar(a.current),s=r??l,c=Us(s),d=w.useContext(Xs),u=We(),p=ne();return $o(()=>{var h;c&&c.childNodes.length<=0&&((h=c.parentElement)==null||h.removeChild(c))}),c?Fe.createPortal(w.createElement("div",{"data-headlessui-portal":"",ref:h=>{u.dispose(),d&&h&&u.add(d.register(h))}},p({ourProps:{ref:i},theirProps:n,slot:{},defaultTag:Ao,name:"Portal"})),c):null});function Gs(e,t){let r=se(t),{enabled:n=!0,ownerDocument:a,...i}=e,l=ne();return n?w.createElement(qs,{...i,ownerDocument:a,ref:r}):l({ourProps:{ref:r},theirProps:i,slot:{},defaultTag:Ao,name:"Portal"})}let zs=w.Fragment,Oo=w.createContext(null);function Ks(e,t){let{target:r,...n}=e,a={ref:se(t)},i=ne();return w.createElement(Oo.Provider,{value:r},i({ourProps:a,theirProps:n,defaultTag:zs,name:"Popover.Group"}))}let Xs=w.createContext(null),Ys=J(Gs),Qs=J(Ks),Js=Object.assign(Ys,{Group:Qs});const dt={Idle:{kind:"Idle"},Tracked:e=>({kind:"Tracked",position:e}),Moved:{kind:"Moved"}};function Fo(e){let t=e.getBoundingClientRect();return`${t.x},${t.y}`}function e0(e,t,r){let n=re();if(t.kind==="Tracked"){let a=function(){i!==Fo(e)&&(n.dispose(),r())},{position:i}=t,l=new ResizeObserver(a);l.observe(e),n.add(()=>l.disconnect()),n.addEventListener(window,"scroll",a,{passive:!0}),n.addEventListener(window,"resize",a)}return()=>n.dispose()}function t0(){let e=typeof document>"u";return"useSyncExternalStore"in o?(t=>t.useSyncExternalStore)(o)(()=>()=>{},()=>!1,()=>!e):!1}function So(){let e=t0(),[t,r]=o.useState(fe.isHandoffComplete);return t&&fe.isHandoffComplete===!1&&r(!1),o.useEffect(()=>{t!==!0&&r(!0)},[t]),o.useEffect(()=>fe.handoff(),[]),e?!1:t}function r0(){let e=w.useRef(!1);return q(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Bo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||!ze((t=e.as)!=null?t:Wo)||w.Children.count(e.children)===1}let At=w.createContext(null);At.displayName="TransitionContext";var n0=(e=>(e.Visible="visible",e.Hidden="hidden",e))(n0||{});function o0(){let e=w.useContext(At);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function a0(){let e=w.useContext(Ot);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Ot=w.createContext(null);Ot.displayName="NestingContext";function Ft(e){return"children"in e?Ft(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Io(e,t){let r=Te(e),n=w.useRef([]),a=r0(),i=We(),l=I((f,v=Ee.Hidden)=>{let b=n.current.findIndex(({el:g})=>g===f);b!==-1&&(le(v,{[Ee.Unmount](){n.current.splice(b,1)},[Ee.Hidden](){n.current[b].state="hidden"}}),i.microTask(()=>{var g;!Ft(n)&&a.current&&((g=r.current)==null||g.call(r))}))}),s=I(f=>{let v=n.current.find(({el:b})=>b===f);return v?v.state!=="visible"&&(v.state="visible"):n.current.push({el:f,state:"visible"}),()=>l(f,Ee.Unmount)}),c=w.useRef([]),d=w.useRef(Promise.resolve()),u=w.useRef({enter:[],leave:[]}),p=I((f,v,b)=>{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(u.current[v].map(([E,x])=>x)).then(()=>g())})]),v==="enter"?d.current=d.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(v)):b(v)}),h=I((f,v,b)=>{Promise.all(u.current[v].splice(0).map(([g,E])=>E)).then(()=>{var g;(g=c.current.shift())==null||g()}).then(()=>b(v))});return w.useMemo(()=>({children:n,register:s,unregister:l,onStart:p,onStop:h,wait:d,chains:u}),[s,l,n,p,h,u,d])}let Wo=w.Fragment,To=pt.RenderStrategy;function i0(e,t){var r,n;let{transition:a=!0,beforeEnter:i,afterEnter:l,beforeLeave:s,afterLeave:c,enter:d,enterFrom:u,enterTo:p,entered:h,leave:f,leaveFrom:v,leaveTo:b,...g}=e,[E,x]=w.useState(null),k=w.useRef(null),L=Bo(e),y=se(...L?[k,t,x]:t===null?[]:[t]),R=(r=g.unmount)==null||r?Ee.Unmount:Ee.Hidden,{show:j,appear:O,initial:W}=o0(),[M,F]=w.useState(j?"visible":"hidden"),P=a0(),{register:T,unregister:S}=P;q(()=>T(k),[T,k]),q(()=>{if(R===Ee.Hidden&&k.current){if(j&&M!=="visible"){F("visible");return}return le(M,{hidden:()=>S(k),visible:()=>T(k)})}},[M,k,T,S,j,R]);let C=So();q(()=>{if(L&&C&&M==="visible"&&k.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[k,M,C,L]);let N=W&&!O,D=O&&j&&W,A=w.useRef(!1),B=Io(()=>{A.current||(F("hidden"),S(k))},P),_=I(oe=>{A.current=!0;let xe=oe?"enter":"leave";B.onStart(k,xe,$e=>{$e==="enter"?i==null||i():$e==="leave"&&(s==null||s())})}),pe=I(oe=>{let xe=oe?"enter":"leave";A.current=!1,B.onStop(k,xe,$e=>{$e==="enter"?l==null||l():$e==="leave"&&(c==null||c())}),xe==="leave"&&!Ft(B)&&(F("hidden"),S(k))});w.useEffect(()=>{L&&a||(_(j),pe(j))},[j,L,a]);let G=!(!a||!L||!C||N),[,U]=co(G,E,j,{start:_,end:pe}),It=ke({ref:y,className:((n=er(g.className,D&&d,D&&u,U.enter&&d,U.enter&&U.closed&&u,U.enter&&!U.closed&&p,U.leave&&f,U.leave&&!U.closed&&v,U.leave&&U.closed&&b,!U.transition&&j&&h))==null?void 0:n.trim())||void 0,...so(U)}),Ce=0;M==="visible"&&(Ce|=ce.Open),M==="hidden"&&(Ce|=ce.Closed),j&&M==="hidden"&&(Ce|=ce.Opening),!j&&M==="visible"&&(Ce|=ce.Closing);let $=ne();return w.createElement(Ot.Provider,{value:B},w.createElement(Co,{value:Ce},$({ourProps:It,theirProps:g,defaultTag:Wo,features:To,visible:M==="visible",name:"Transition.Child"})))}function l0(e,t){let{show:r,appear:n=!1,unmount:a=!0,...i}=e,l=w.useRef(null),s=Bo(e),c=se(...s?[l,t]:t===null?[]:[t]);So();let d=Rr();if(r===void 0&&d!==null&&(r=(d&ce.Open)===ce.Open),r===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[u,p]=w.useState(r?"visible":"hidden"),h=Io(()=>{r||p("hidden")}),[f,v]=w.useState(!0),b=w.useRef([r]);q(()=>{f!==!1&&b.current[b.current.length-1]!==r&&(b.current.push(r),v(!1))},[b,r]);let g=w.useMemo(()=>({show:r,appear:n,initial:f}),[r,n,f]);q(()=>{r?p("visible"):!Ft(h)&&l.current!==null&&p("hidden")},[r,h]);let E={unmount:a},x=I(()=>{var y;f&&v(!1),(y=e.beforeEnter)==null||y.call(e)}),k=I(()=>{var y;f&&v(!1),(y=e.beforeLeave)==null||y.call(e)}),L=ne();return w.createElement(Ot.Provider,{value:h},w.createElement(At.Provider,{value:g},L({ourProps:{...E,as:w.Fragment,children:w.createElement(No,{ref:c,...E,...i,beforeEnter:x,beforeLeave:k})},theirProps:{},defaultTag:w.Fragment,features:To,visible:u==="visible",name:"Transition"})))}function s0(e,t){let r=w.useContext(At)!==null,n=Rr()!==null;return w.createElement(w.Fragment,null,!r&&n?w.createElement(cr,{ref:t,...e}):w.createElement(No,{ref:t,...e}))}let cr=J(l0),No=J(i0),c0=J(s0),Po=Object.assign(cr,{Child:c0,Root:cr}),mn=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function hn(e){var t,r;let n=(t=e.innerText)!=null?t:"",a=e.cloneNode(!0);if(!be(a))return n;let i=!1;for(let s of a.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))s.remove(),i=!0;let l=i?(r=a.innerText)!=null?r:"":n;return mn.test(l)&&(l=l.replace(mn,"")),l}function d0(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 l=i.getAttribute("aria-label");return typeof l=="string"?l.trim():hn(i).trim()}return null}).filter(Boolean);if(n.length>0)return n.join(", ")}return hn(e).trim()}function u0(e){let t=w.useRef(""),r=w.useRef("");return I(()=>{let n=e.current;if(!n)return"";let a=n.innerText;if(t.current===a)return r.current;let i=d0(n).trim().toLowerCase();return t.current=a,r.current=i,i})}var f0=Object.defineProperty,m0=(e,t,r)=>t in e?f0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,wn=(e,t,r)=>(m0(e,typeof t!="symbol"?t+"":t,r),r),X=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(X||{}),ye=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(ye||{}),ut=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(ut||{}),Ho=(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))(Ho||{});function pn(e,t=r=>r){let r=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,n=io(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 h0={1(e){if(e.dataRef.current.disabled||e.listboxState===1)return e;let t=e.buttonElement?dt.Tracked(Fo(e.buttonElement)):e.buttonPositionState;return{...e,activeOptionIndex:null,pendingFocus:{focus:Z.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:dt.Idle}},2(e,t){var r,n,a,i,l;if(e.dataRef.current.disabled||e.listboxState===1)return e;let s={...e,searchQuery:"",activationTrigger:(r=t.trigger)!=null?r:1,__demoMode:!1};if(t.focus===Z.Nothing)return{...s,activeOptionIndex:null};if(t.focus===Z.Specific)return{...s,activeOptionIndex:e.options.findIndex(u=>u.id===t.id)};if(t.focus===Z.Previous){let u=e.activeOptionIndex;if(u!==null){let p=e.options[u].dataRef.current.domRef,h=st(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(h!==null){let f=e.options[h].dataRef.current.domRef;if(((n=p.current)==null?void 0:n.previousElementSibling)===f.current||((a=f.current)==null?void 0:a.previousElementSibling)===null)return{...s,activeOptionIndex:h}}}}else if(t.focus===Z.Next){let u=e.activeOptionIndex;if(u!==null){let p=e.options[u].dataRef.current.domRef,h=st(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(h!==null){let f=e.options[h].dataRef.current.domRef;if(((i=p.current)==null?void 0:i.nextElementSibling)===f.current||((l=f.current)==null?void 0:l.nextElementSibling)===null)return{...s,activeOptionIndex:h}}}}let c=pn(e),d=st(t,{resolveItems:()=>c.options,resolveActiveIndex:()=>c.activeOptionIndex,resolveId:u=>u.id,resolveDisabled:u=>u.dataRef.current.disabled});return{...s,...c,activeOptionIndex:d}},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(l=>{var s;return!l.dataRef.current.disabled&&((s=l.dataRef.current.textValue)==null?void 0:s.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!==Z.Nothing&&(n=st(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(l=>a==null?void 0:a(l.dataRef.current.value));i!==-1&&(n=i)}}return{...e,options:r,activeOptionIndex:n,pendingFocus:{focus:Z.Nothing},pendingShouldSort:!0}},7:(e,t)=>{let r=e.options,n=[],a=new Set(t.options);for(let[i,l]of r.entries())if(a.has(l.id)&&(n.push(i),a.delete(l.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,...pn(e),pendingShouldSort:!1}:e,11(e){return e.buttonPositionState.kind!=="Tracked"?e:{...e,buttonPositionState:dt.Moved}}};class jr extends Jn{constructor(t){super(t),wn(this,"actions",{onChange:r=>{let{onChange:n,compare:a,mode:i,value:l}=this.state.dataRef.current;return le(i,{0:()=>n==null?void 0:n(r),1:()=>{let s=l.slice(),c=s.findIndex(d=>a(d,r));return c===-1?s.push(r):s.splice(c,1),n==null?void 0:n(s)}})},registerOption:Vt(()=>{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:Vt(()=>{let r=[];return[n=>r.push(n),()=>{this.send({type:7,options:r.splice(0)})}]}),goToOption:Vt(()=>{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})}}),wn(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,l=r.options;return i!==null?((a=l[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=gr.get(null);this.disposables.add(n.on(to.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(e0(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 jr({id:t,dataRef:{current:{}},listboxState:r?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:Z.Nothing},frozenValue:!1,__demoMode:r,buttonPositionState:dt.Idle})}reduce(t,r){return le(r.type,h0,t,r)}}const Vo=w.createContext(null);function Mr(e){let t=w.useContext(Vo);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,Do),r}return t}function Do({id:e,__demoMode:t=!1}){let r=w.useMemo(()=>jr.new({id:e,__demoMode:t}),[]);return $o(()=>r.dispose()),r}let St=w.createContext(null);St.displayName="ListboxDataContext";function nt(e){let t=w.useContext(St);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,nt),r}return t}let w0=w.Fragment;function p0(e,t){let r=w.useId(),n=wr(),{value:a,defaultValue:i,form:l,name:s,onChange:c,by:d,invalid:u=!1,disabled:p=n||!1,horizontal:h=!1,multiple:f=!1,__demoMode:v=!1,...b}=e;const g=h?"horizontal":"vertical";let E=se(t),x=za(i),[k=f?[]:void 0,L]=Ga(a,c,x),y=Do({id:r,__demoMode:v}),R=w.useRef({static:!1,hold:!1}),j=w.useRef(new Map),O=xi(d),W=w.useCallback(G=>le(M.mode,{[ye.Multi]:()=>k.some(U=>O(U,G)),[ye.Single]:()=>O(k,G)}),[k]),M=Le({value:k,disabled:p,invalid:u,mode:f?ye.Multi:ye.Single,orientation:g,onChange:L,compare:O,isSelected:W,optionsPropsRef:R,listRef:j});q(()=>{y.state.dataRef.current=M},[M]);let F=Q(y,G=>G.listboxState),P=gr.get(null),T=Q(P,w.useCallback(G=>P.selectors.isTop(G,r),[P,r])),[S,C]=Q(y,G=>[G.buttonElement,G.optionsElement]);Gi(T,[S,C],(G,U)=>{y.send({type:Ho.CloseListbox}),ao(U,br.Loose)||(G.preventDefault(),S==null||S.focus())});let N=Le({open:F===X.Open,disabled:p,invalid:u,value:k}),[D,A]=hi({inherit:!0}),B={ref:E},_=w.useCallback(()=>{if(x!==void 0)return L==null?void 0:L(x)},[L,x]),pe=ne();return w.createElement(A,{value:D,props:{htmlFor:S==null?void 0:S.id},slot:{open:F===X.Open,disabled:p}},w.createElement(Ns,null,w.createElement(Vo.Provider,{value:y},w.createElement(St.Provider,{value:M},w.createElement(Co,{value:le(F,{[X.Open]:ce.Open,[X.Closed]:ce.Closed})},s!=null&&k!=null&&w.createElement(ti,{disabled:p,data:{[s]:k},form:l,onReset:_}),pe({ourProps:B,theirProps:b,slot:N,defaultTag:w0,name:"Listbox"}))))))}let v0="button";function g0(e,t){let r=w.useId(),n=Dn(),a=nt("Listbox.Button"),i=Mr("Listbox.Button"),{id:l=n||`headlessui-listbox-button-${r}`,disabled:s=a.disabled||!1,autoFocus:c=!1,...d}=e,u=se(t,Bs(),i.actions.setButtonElement),p=Is(),[h,f,v]=Q(i,C=>[C.listboxState,C.buttonElement,C.optionsElement]),b=h===X.Open;Xi(b,{trigger:f,action:w.useCallback(C=>{if(f!=null&&f.contains(C.target))return it.Ignore;let N=C.target.closest('[role="option"]:not([data-disabled])');return be(N)?it.Select(N):v!=null&&v.contains(C.target)?it.Ignore:it.Close},[f,v]),close:i.actions.closeListbox,select:i.actions.selectActiveOption});let g=I(C=>{switch(C.key){case z.Enter:Ka(C.currentTarget);break;case z.Space:case z.ArrowDown:C.preventDefault(),i.actions.openListbox({focus:a.value?Z.Nothing:Z.First});break;case z.ArrowUp:C.preventDefault(),i.actions.openListbox({focus:a.value?Z.Nothing:Z.Last});break}}),E=I(C=>{switch(C.key){case z.Space:C.preventDefault();break}}),x=Ei(C=>{var N;i.state.listboxState===X.Open?(Fe.flushSync(()=>i.actions.closeListbox()),(N=i.state.buttonElement)==null||N.focus({preventScroll:!0})):(C.preventDefault(),i.actions.openListbox({focus:Z.Nothing}))}),k=I(C=>C.preventDefault()),L=Kn([l]),y=di(),{isFocusVisible:R,focusProps:j}=Sa({autoFocus:c}),{isHovered:O,hoverProps:W}=Fa({isDisabled:s}),{pressed:M,pressProps:F}=Ha({disabled:s}),P=Le({open:h===X.Open,active:M||h===X.Open,disabled:s,invalid:a.invalid,value:a.value,hover:O,focus:R,autofocus:c}),T=Q(i,C=>C.listboxState===X.Open),S=Tn(p(),{ref:u,id:l,type:Yi(e,f),"aria-haspopup":"listbox","aria-controls":v==null?void 0:v.id,"aria-expanded":T,"aria-labelledby":L,"aria-describedby":y,disabled:s||void 0,autoFocus:c,onKeyDown:g,onKeyUp:E,onKeyPress:k},x,j,W,F);return ne()({ourProps:S,theirProps:d,slot:P,defaultTag:v0,name:"Listbox.Button"})}let _o=w.createContext(!1),b0="div",x0=pt.RenderStrategy|pt.Static;function k0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-options-${r}`,anchor:a,portal:i=!1,modal:l=!0,transition:s=!1,...c}=e,d=Ss(a),[u,p]=w.useState(null);d&&(i=!0);let h=nt("Listbox.Options"),f=Mr("Listbox.Options"),[v,b,g,E]=Q(f,$=>[$.listboxState,$.buttonElement,$.optionsElement,$.__demoMode]),x=ar(b),k=ar(g),L=Rr(),[y,R]=co(s,u,L!==null?(L&ce.Open)===ce.Open:v===X.Open);Ii(y,b,f.actions.closeListbox);let j=E?!1:l&&v===X.Open;ol(j,k);let O=E?!1:l&&v===X.Open;Bi(O,{allowed:w.useCallback(()=>[b,g],[b,g])});let W=Q(f,f.selectors.didButtonMove)?!1:y,M=Q(f,f.selectors.hasFrozenValue)&&!e.static,F=Mo(M,h.value),P=w.useCallback($=>h.compare(F,$),[h.compare,F]),T=Q(f,$=>{var oe;if(d==null||!((oe=d==null?void 0:d.to)!=null&&oe.includes("selection")))return null;let xe=$.options.findIndex($e=>P($e.dataRef.current.value));return xe===-1&&(xe=0),xe}),S=(()=>{if(d==null)return;if(T===null)return{...d,inner:void 0};let $=Array.from(h.listRef.current.values());return{...d,inner:{listRef:{current:$},index:T}}})(),[C,N]=Ts(S),D=Ws(),A=se(t,d?C:null,f.actions.setOptionsElement,p),B=We();w.useEffect(()=>{let $=g;$&&v===X.Open&&(Ta($)||$==null||$.focus({preventScroll:!0}))},[v,g]);let _=I($=>{var oe;switch(B.dispose(),$.key){case z.Space:if(f.state.searchQuery!=="")return $.preventDefault(),$.stopPropagation(),f.actions.search($.key);case z.Enter:$.preventDefault(),$.stopPropagation(),f.actions.selectActiveOption();break;case le(h.orientation,{vertical:z.ArrowDown,horizontal:z.ArrowRight}):return $.preventDefault(),$.stopPropagation(),f.actions.goToOption({focus:Z.Next});case le(h.orientation,{vertical:z.ArrowUp,horizontal:z.ArrowLeft}):return $.preventDefault(),$.stopPropagation(),f.actions.goToOption({focus:Z.Previous});case z.Home:case z.PageUp:return $.preventDefault(),$.stopPropagation(),f.actions.goToOption({focus:Z.First});case z.End:case z.PageDown:return $.preventDefault(),$.stopPropagation(),f.actions.goToOption({focus:Z.Last});case z.Escape:$.preventDefault(),$.stopPropagation(),Fe.flushSync(()=>f.actions.closeListbox()),(oe=f.state.buttonElement)==null||oe.focus({preventScroll:!0});return;case z.Tab:$.preventDefault(),$.stopPropagation(),Fe.flushSync(()=>f.actions.closeListbox()),_i(f.state.buttonElement,$.shiftKey?or.Previous:or.Next);break;default:$.key.length===1&&(f.actions.search($.key),B.setTimeout(()=>f.actions.clearSearch(),350));break}}),pe=Q(f,$=>{var oe;return(oe=$.buttonElement)==null?void 0:oe.id}),G=Le({open:v===X.Open}),U=Tn(d?D():{},{id:n,ref:A,"aria-activedescendant":Q(f,f.selectors.activeDescendantId),"aria-multiselectable":h.mode===ye.Multi?!0:void 0,"aria-labelledby":pe,"aria-orientation":h.orientation,onKeyDown:_,role:"listbox",tabIndex:v===X.Open?0:void 0,style:{...c.style,...N,"--button-width":ki(y,b,!0).width},...so(R)}),It=ne(),Ce=w.useMemo(()=>h.mode===ye.Multi?h:{...h,isSelected:P},[h,P]);return w.createElement(Js,{enabled:i?e.static||y:!1,ownerDocument:x},w.createElement(St.Provider,{value:Ce},It({ourProps:U,theirProps:c,slot:G,defaultTag:b0,features:x0,visible:W,name:"Listbox.Options"})))}let E0="div";function y0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-option-${r}`,disabled:a=!1,value:i,...l}=e,s=w.useContext(_o)===!0,c=nt("Listbox.Option"),d=Mr("Listbox.Option"),u=Q(d,M=>d.selectors.isActive(M,n)),p=c.isSelected(i),h=w.useRef(null),f=u0(h),v=Te({disabled:a,value:i,domRef:h,get textValue(){return f()}}),b=se(t,h,M=>{M?c.listRef.current.set(n,M):c.listRef.current.delete(n)}),g=Q(d,M=>d.selectors.shouldScrollIntoView(M,n));q(()=>{if(g)return re().requestAnimationFrame(()=>{var M,F;(F=(M=h.current)==null?void 0:M.scrollIntoView)==null||F.call(M,{block:"nearest"})})},[g,h]),q(()=>{if(!s)return d.actions.registerOption(n,v),()=>d.actions.unregisterOption(n)},[v,n,s]);let E=I(M=>{if(a)return M.preventDefault();d.actions.selectOption(i)}),x=I(()=>{if(a)return d.actions.goToOption({focus:Z.Nothing});d.actions.goToOption({focus:Z.Specific,id:n})}),k=al(),L=I(M=>k.update(M)),y=I(M=>{k.wasMoved(M)&&(a||u&&d.state.activationTrigger===ut.Pointer||d.actions.goToOption({focus:Z.Specific,id:n},ut.Pointer))}),R=I(M=>{k.wasMoved(M)&&(a||u&&d.state.activationTrigger===ut.Pointer&&d.actions.goToOption({focus:Z.Nothing}))}),j=Le({active:u,focus:u,selected:p,disabled:a,selectedOption:p&&s}),O=s?{}:{id:n,ref:b,role:"option",tabIndex:a===!0?void 0:-1,"aria-disabled":a===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:E,onFocus:x,onPointerEnter:L,onMouseEnter:L,onPointerMove:y,onMouseMove:y,onPointerLeave:R,onMouseLeave:R},W=ne();return!p&&s?null:W({ourProps:O,theirProps:l,slot:j,defaultTag:E0,name:"Listbox.Option"})}let L0=w.Fragment;function R0(e,t){let{options:r,placeholder:n,...a}=e,i={ref:se(t)},l=nt("ListboxSelectedOption"),s=Le({}),c=l.value===void 0||l.value===null||l.mode===ye.Multi&&Array.isArray(l.value)&&l.value.length===0,d=ne();return w.createElement(_o.Provider,{value:!0},d({ourProps:i,theirProps:{...a,children:w.createElement(w.Fragment,null,n&&c?n:r)},slot:s,defaultTag:L0,name:"ListboxSelectedOption"}))}let j0=J(p0),Cr=J(g0),M0=gi,$r=J(k0),Ar=J(y0),C0=J(R0),Zo=Object.assign(j0,{Button:Cr,Label:M0,Options:$r,Option:Ar,SelectedOption:C0});function $0({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 Uo=o.forwardRef($0);function A0({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 qo=o.forwardRef(A0);function O0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,helper:l,description:s,placeholder:c="Select an option",required:d,error:u,options:p=[],optionId:h="id",optionLabel:f="name"}=e,[v,b]=w.useState(!1),g=!!u,E=g?n.error:v?n.inputFocusBorder:n.inputBorder,x=()=>{if(!t)return null;const y=p.find(R=>typeof R=="string"?R===t:R[h]===t);return typeof y=="string"?y:y==null?void 0:y[f]},k=y=>{const R=typeof y=="string"?y:y[h];r(R)},L=x();return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&m.jsx("span",{style:{color:n.inputFocusBorder},className:"ml-1 text-xs",children:"*"})]}),!d&&!g&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"(Optional)"})]}),l&&m.jsx("p",{style:{color:n.description},className:"mb-2 text-xs",children:l}),m.jsx("div",{className:"relative mt-2",children:m.jsx(Zo,{value:t,onChange:k,onFocus:()=>b(!0),onBlur:()=>b(!1),children:m.jsxs("div",{className:"relative",children:[m.jsxs(Cr,{id:a,style:{color:g?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:E,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.jsx("span",{className:`block truncate ${L?"":"opacity-50"}`,style:{color:L?void 0:n.inputPlaceholder},children:t||L||c}),m.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:m.jsx(qo,{className:"h-5 w-5",style:{color:n.inputPlaceholder},"aria-hidden":"true"})})]}),m.jsx(Po,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:m.jsx($r,{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:p.map((y,R)=>{const j=typeof y=="string"?y:y.value,O=typeof y=="string"?y:y.name+y.label?` (${y.label})`:"";return m.jsx(Ar,{className:({active:W})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${W?"bg-gray-100":""}`,value:j,children:({selected:W})=>m.jsxs(m.Fragment,{children:[m.jsx("span",{style:{fontWeight:W?"600":"400"},className:"block truncate",children:O}),W&&m.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n.inputFocusBorder},children:m.jsx(Uo,{className:"h-5 w-5","aria-hidden":"true"})})]})},R)})})})]})})}),g?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:u}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}const Or={};function V(e,t){Or[e]=t}function Go(e){return Or[e]}function F0(){return{...Or}}const S0={title:"#000",label:"#111",inputText:"#000",inputBackground:"#fff",inputBorder:"#ebebeb",inputPlaceholder:"#888",inputFocusBorder:"#020DF9",description:"#555",error:"#ff0000",requiredAsterisk:"#020DF9",ratingActive:"#020DF9",ratingInactive:"#8e8e8eff",ratingHover:"#5555ff"};function Bt({field:e,onChange:t,value:r,theme:n}){if(!e||!e.type)return null;const a={...S0,...n||{}},i=c=>{if(t){if(c&&c.target){t(c);return}t({target:{name:e.name,value:c}})}},l=(c,d,u,p)=>m.jsx(Bt,{field:c,value:d,onChange:h=>p(h,u),theme:a},u),s=Go(e.type);return s?e.type==="subForm"||e.type==="array"?m.jsx(s,{field:e,fields:e.fields,value:Array.isArray(r)?r:[],title:e.title||e.name,onSave:c=>i(c),renderField:l,theme:a}):m.jsx(s,{field:e,value:r,onChange:i,theme:a}):null}function vn({fields:e,onSave:t,title:r="Item",value:n=[]}){const[a,i]=w.useState([]),[l,s]=w.useState([]),[c,d]=w.useState(!1),u=r.endsWith("s")?r.slice(0,-1):r;w.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)&&s(n)},[e,n]);const p=()=>d(!0),h=()=>{s(x=>[...x,{}]),p()},f=(x,k)=>{const{name:L,value:y}=k.target,R=[...l];R[x]={...R[x],[L]:y},s(R),p()},v=x=>{const k=[...l];k.splice(x,1),s(k),p()},b=x=>{if(x===0)return;const k=[...l],L=k[x-1];k[x-1]=k[x],k[x]=L,s(k),p()},g=x=>{if(x===l.length-1)return;const k=[...l],L=k[x+1];k[x+1]=k[x],k[x]=L,s(k),p()},E=()=>{t==null||t(l),d(!1)};return m.jsxs(m.Fragment,{children:[r&&m.jsx("div",{className:"mb-1 flex justify-between",children:m.jsx("label",{className:"block text-sm/6 font-medium",children:r})}),m.jsxs("div",{className:"mb-6 space-y-4 rounded-lg bg-neutral-100 p-4 shadow-inner",children:[m.jsxs("div",{className:"flex items-center justify-between gap-4",children:[m.jsx("button",{type:"button",onClick:h,className:"rounded bg-primary px-4 py-2 text-white hover:bg-primary/80",children:"Add +"}),m.jsx("button",{type:"button",onClick:E,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 ✅"})]}),l.map((x,k)=>m.jsxs("div",{className:"relative space-y-2 rounded border bg-white p-4 shadow",children:[m.jsxs("div",{className:"mb-2 flex items-center justify-between",children:[m.jsxs("span",{className:"text-sm font-semibold text-gray-600",children:[u," #",k+1]}),m.jsxs("div",{className:"flex gap-2",children:[m.jsx("button",{onClick:()=>b(k),disabled:k===0,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↑ Up"}),m.jsx("button",{onClick:()=>g(k),disabled:k===l.length-1,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↓ Down"}),m.jsx("button",{onClick:()=>v(k),className:"rounded bg-red-500 px-2 py-1 text-xs text-white hover:bg-red-600",children:"✕ Remove"})]})]}),a.map((L,y)=>m.jsx(m.Fragment,{children:m.jsx(Bt,{field:L,value:x[L.name]||"",onChange:R=>f(k,R)},y)}))]},k))]})]})}function B0({field:e,value:t,onChange:r}){const{name:n,label:a,placeholder:i="Enter a number",description:l,optional:s,error:c,min:d,max:u,step:p}=e,h=!!c;return m.jsxs("div",{children:[m.jsxs("div",{className:"flex justify-between",children:[a&&m.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),s&&!h&&m.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),m.jsxs("div",{className:"relative mt-2",children:[m.jsx("input",{id:n,name:n,type:"number",value:t||0,placeholder:i,onChange:r,min:d,max:u,step:p,"aria-invalid":h?"true":"false","aria-describedby":h?`${n}-error`:l?`${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",h?"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(" ")}),h&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5 text-red-500 dark:text-red-400"})]}),h?m.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:c}):l?m.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:l}):null]})}function I0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,optional:s,required:c,error:d}=e,[u,p]=w.useState(!1),h=!!d,f=h?n.error:u?n.inputFocusBorder:n.inputBorder;return m.jsxs("div",{children:[m.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),s&&!h&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"date",value:t||"",onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:l?`${a}-description`:void 0,style:{color:h?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"}),h&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),h?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}function W0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 T0=o.forwardRef(W0);function N0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 P0=o.forwardRef(N0);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:"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 V0=o.forwardRef(H0);function D0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 _0=o.forwardRef(D0);function Z0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U0=o.forwardRef(Z0);function q0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G0=o.forwardRef(q0);function z0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K0=o.forwardRef(z0);function X0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Y0=o.forwardRef(X0);function Q0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J0=o.forwardRef(Q0);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:"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 t1=o.forwardRef(e1);function r1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n1=o.forwardRef(r1);function o1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a1=o.forwardRef(o1);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:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}const l1=o.forwardRef(i1);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:"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 c1=o.forwardRef(s1);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:"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 u1=o.forwardRef(d1);function f1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m1=o.forwardRef(f1);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:"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 w1=o.forwardRef(h1);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:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}const v1=o.forwardRef(p1);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:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}const b1=o.forwardRef(g1);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:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}const k1=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:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}const y1=o.forwardRef(E1);function L1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 R1=o.forwardRef(L1);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:"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 M1=o.forwardRef(j1);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:"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 $1=o.forwardRef(C1);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.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 O1=o.forwardRef(A1);function F1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S1=o.forwardRef(F1);function B1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 I1=o.forwardRef(B1);function W1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 T1=o.forwardRef(W1);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:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}const P1=o.forwardRef(N1);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:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}const V1=o.forwardRef(H1);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:"M19.5 12h-15m0 0 6.75 6.75M4.5 12l6.75-6.75"}))}const _1=o.forwardRef(D1);function Z1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U1=o.forwardRef(Z1);function q1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G1=o.forwardRef(q1);function z1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K1=o.forwardRef(z1);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:"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 Y1=o.forwardRef(X1);function Q1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J1=o.forwardRef(Q1);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:"m7.49 12-3.75 3.75m0 0 3.75 3.75m-3.75-3.75h16.5V4.499"}))}const tc=o.forwardRef(ec);function rc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 nc=o.forwardRef(rc);function oc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 ac=o.forwardRef(oc);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:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}const lc=o.forwardRef(ic);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:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}const cc=o.forwardRef(sc);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:"m11.99 7.5 3.75-3.75m0 0 3.75 3.75m-3.75-3.75v16.499H4.49"}))}const uc=o.forwardRef(dc);function fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 mc=o.forwardRef(fc);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:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}const wc=o.forwardRef(hc);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:"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 vc=o.forwardRef(pc);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:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}const bc=o.forwardRef(gc);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:"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 kc=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:"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 yc=o.forwardRef(Ec);function Lc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Rc=o.forwardRef(Lc);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:"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 Mc=o.forwardRef(jc);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:"M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}const $c=o.forwardRef(Cc);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:"m15 15-6 6m0 0-6-6m6 6V9a6 6 0 0 1 12 0v3"}))}const Oc=o.forwardRef(Ac);function Fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Sc=o.forwardRef(Fc);function Bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ic=o.forwardRef(Bc);function Wc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Tc=o.forwardRef(Wc);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:"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 Pc=o.forwardRef(Nc);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:"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 Vc=o.forwardRef(Hc);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:"M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5"}))}const _c=o.forwardRef(Dc);function Zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Uc=o.forwardRef(Zc);function qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gc=o.forwardRef(qc);function zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Kc=o.forwardRef(zc);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:"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 Yc=o.forwardRef(Xc);function Qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Jc=o.forwardRef(Qc);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:"M3.75 9h16.5m-16.5 6.75h16.5"}))}const t5=o.forwardRef(e5);function r5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n5=o.forwardRef(r5);function o5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a5=o.forwardRef(o5);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.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}const l5=o.forwardRef(i5);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:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const c5=o.forwardRef(s5);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:"M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5"}))}const u5=o.forwardRef(d5);function f5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m5=o.forwardRef(f5);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:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}const w5=o.forwardRef(h5);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:"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 v5=o.forwardRef(p5);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:"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 b5=o.forwardRef(g5);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:"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 k5=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:"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 y5=o.forwardRef(E5);function L5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 R5=o.forwardRef(L5);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:"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 M5=o.forwardRef(j5);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:"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 $5=o.forwardRef(C5);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:"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 O5=o.forwardRef(A5);function F5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"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 S5=o.forwardRef(F5);function B5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 I5=o.forwardRef(B5);function W5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 T5=o.forwardRef(W5);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:"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 P5=o.forwardRef(N5);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:"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 V5=o.forwardRef(H5);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:"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 _5=o.forwardRef(D5);function Z5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U5=o.forwardRef(Z5);function q5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G5=o.forwardRef(q5);function z5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K5=o.forwardRef(z5);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:"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 Y5=o.forwardRef(X5);function Q5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J5=o.forwardRef(Q5);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:"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 t2=o.forwardRef(e2);function r2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n2=o.forwardRef(r2);function o2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a2=o.forwardRef(o2);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:"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 l2=o.forwardRef(i2);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:"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 c2=o.forwardRef(s2);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:"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 u2=o.forwardRef(d2);function f2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m2=o.forwardRef(f2);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:"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 w2=o.forwardRef(h2);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:"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 v2=o.forwardRef(p2);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:"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 b2=o.forwardRef(g2);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:"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 k2=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:"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 y2=o.forwardRef(E2);function L2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 R2=o.forwardRef(L2);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:"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 M2=o.forwardRef(j2);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:"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 $2=o.forwardRef(C2);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:"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 O2=o.forwardRef(A2);function F2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S2=o.forwardRef(F2);function B2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 I2=o.forwardRef(B2);function W2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 T2=o.forwardRef(W2);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:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const P2=o.forwardRef(N2);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:"m4.5 12.75 6 6 9-13.5"}))}const V2=o.forwardRef(H2);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:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}const _2=o.forwardRef(D2);function Z2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U2=o.forwardRef(Z2);function q2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G2=o.forwardRef(q2);function z2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K2=o.forwardRef(z2);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:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}const Y2=o.forwardRef(X2);function Q2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J2=o.forwardRef(Q2);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:"m8.25 4.5 7.5 7.5-7.5 7.5"}))}const td=o.forwardRef(ed);function rd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 nd=o.forwardRef(rd);function od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 ad=o.forwardRef(od);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:"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 ld=o.forwardRef(id);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:"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 cd=o.forwardRef(sd);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:"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 ud=o.forwardRef(dd);function fd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 md=o.forwardRef(fd);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:"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 wd=o.forwardRef(hd);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:"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const vd=o.forwardRef(pd);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:"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 bd=o.forwardRef(gd);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:"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 kd=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:"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 yd=o.forwardRef(Ed);function Ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Rd=o.forwardRef(Ld);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:"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 Md=o.forwardRef(jd);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:"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 $d=o.forwardRef(Cd);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:"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 Od=o.forwardRef(Ad);function Fd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Sd=o.forwardRef(Fd);function Bd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Id=o.forwardRef(Bd);function Wd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Td=o.forwardRef(Wd);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:"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 Pd=o.forwardRef(Nd);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:"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 Vd=o.forwardRef(Hd);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:"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 _d=o.forwardRef(Dd);function Zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ud=o.forwardRef(Zd);function qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gd=o.forwardRef(qd);function zd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Kd=o.forwardRef(zd);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:"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 Yd=o.forwardRef(Xd);function Qd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Jd=o.forwardRef(Qd);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:"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 tu=o.forwardRef(eu);function ru({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 nu=o.forwardRef(ru);function ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 au=o.forwardRef(ou);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:"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 lu=o.forwardRef(iu);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:"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 cu=o.forwardRef(su);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:"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 uu=o.forwardRef(du);function fu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 mu=o.forwardRef(fu);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:"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 wu=o.forwardRef(hu);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:"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 vu=o.forwardRef(pu);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:"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 bu=o.forwardRef(gu);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:"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 ku=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:"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 yu=o.forwardRef(Eu);function Lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ru=o.forwardRef(Lu);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:"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 Mu=o.forwardRef(ju);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:"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 $u=o.forwardRef(Cu);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:"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 Ou=o.forwardRef(Au);function Fu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Su=o.forwardRef(Fu);function Bu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Iu=o.forwardRef(Bu);function Wu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Tu=o.forwardRef(Wu);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:"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 Pu=o.forwardRef(Nu);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:"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 Vu=o.forwardRef(Hu);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:"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 _u=o.forwardRef(Du);function Zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Uu=o.forwardRef(Zu);function qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gu=o.forwardRef(qu);function zu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ku=o.forwardRef(zu);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:"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 Yu=o.forwardRef(Xu);function Qu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ju=o.forwardRef(Qu);function ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 tf=o.forwardRef(ef);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:"M4.499 8.248h15m-15 7.501h15"}))}const nf=o.forwardRef(rf);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 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}const af=o.forwardRef(of);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:"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 sf=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:"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 df=o.forwardRef(cf);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.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 ff=o.forwardRef(uf);function mf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 hf=o.forwardRef(mf);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:"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 pf=o.forwardRef(wf);function vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 gf=o.forwardRef(vf);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:"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 xf=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:"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 Ef=o.forwardRef(kf);function yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Lf=o.forwardRef(yf);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:"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 jf=o.forwardRef(Rf);function Mf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Cf=o.forwardRef(Mf);function $f({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Af=o.forwardRef($f);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:"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 Ff=o.forwardRef(Of);function Sf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Bf=o.forwardRef(Sf);function If({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Wf=o.forwardRef(If);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 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 Nf=o.forwardRef(Tf);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 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 Hf=o.forwardRef(Pf);function Vf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Df=o.forwardRef(Vf);function _f({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Zf=o.forwardRef(_f);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:"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 qf=o.forwardRef(Uf);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:"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 zf=o.forwardRef(Gf);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:"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 Xf=o.forwardRef(Kf);function Yf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Qf=o.forwardRef(Yf);function Jf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 e3=o.forwardRef(Jf);function t3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 r3=o.forwardRef(t3);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:"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 o3=o.forwardRef(n3);function a3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 i3=o.forwardRef(a3);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.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 s3=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:"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 d3=o.forwardRef(c3);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:"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 f3=o.forwardRef(u3);function m3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 h3=o.forwardRef(m3);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:"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 p3=o.forwardRef(w3);function v3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 g3=o.forwardRef(v3);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:"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 x3=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:"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 E3=o.forwardRef(k3);function y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 L3=o.forwardRef(y3);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:"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 j3=o.forwardRef(R3);function M3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 C3=o.forwardRef(M3);function $3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 A3=o.forwardRef($3);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.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}const F3=o.forwardRef(O3);function S3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 B3=o.forwardRef(S3);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:"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 W3=o.forwardRef(I3);function T3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 N3=o.forwardRef(T3);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:"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 H3=o.forwardRef(P3);function V3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 D3=o.forwardRef(V3);function _3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Z3=o.forwardRef(_3);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:"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 q3=o.forwardRef(U3);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:"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 z3=o.forwardRef(G3);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:"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 X3=o.forwardRef(K3);function Y3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Q3=o.forwardRef(Y3);function J3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 em=o.forwardRef(J3);function tm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 rm=o.forwardRef(tm);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:"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 om=o.forwardRef(nm);function am({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 im=o.forwardRef(am);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:"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 sm=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:"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 dm=o.forwardRef(cm);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:"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 fm=o.forwardRef(um);function mm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 hm=o.forwardRef(mm);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 12H6"}))}const pm=o.forwardRef(wm);function vm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 gm=o.forwardRef(vm);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:"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 xm=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:"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 Em=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 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 Lm=o.forwardRef(ym);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.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 jm=o.forwardRef(Rm);function Mm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Cm=o.forwardRef(Mm);function $m({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Am=o.forwardRef($m);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:"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 Fm=o.forwardRef(Om);function Sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Bm=o.forwardRef(Sm);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:"M14.25 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Wm=o.forwardRef(Im);function Tm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Nm=o.forwardRef(Tm);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:"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 Hm=o.forwardRef(Pm);function Vm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Dm=o.forwardRef(Vm);function _m({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Zm=o.forwardRef(_m);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:"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 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:"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 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:"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 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:"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 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:"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 zo=o.forwardRef(Jm);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 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 th=o.forwardRef(eh);function rh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 nh=o.forwardRef(rh);function oh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 ah=o.forwardRef(oh);function ih({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 lh=o.forwardRef(ih);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:"M12 6v12m6-6H6"}))}const ch=o.forwardRef(sh);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:"M12 4.5v15m7.5-7.5h-15"}))}const uh=o.forwardRef(dh);function fh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 mh=o.forwardRef(fh);function hh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 wh=o.forwardRef(hh);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:"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 vh=o.forwardRef(ph);function gh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 bh=o.forwardRef(gh);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:"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 kh=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:"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 yh=o.forwardRef(Eh);function Lh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Rh=o.forwardRef(Lh);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:"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 Mh=o.forwardRef(jh);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:"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 $h=o.forwardRef(Ch);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:"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 Oh=o.forwardRef(Ah);function Fh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Sh=o.forwardRef(Fh);function Bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ih=o.forwardRef(Bh);function Wh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Th=o.forwardRef(Wh);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:"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 Ph=o.forwardRef(Nh);function Hh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Vh=o.forwardRef(Hh);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:"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 _h=o.forwardRef(Dh);function Zh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Uh=o.forwardRef(Zh);function qh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gh=o.forwardRef(qh);function zh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Kh=o.forwardRef(zh);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:"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 Yh=o.forwardRef(Xh);function Qh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Jh=o.forwardRef(Qh);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:"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 t7=o.forwardRef(e7);function r7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n7=o.forwardRef(r7);function o7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a7=o.forwardRef(o7);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:"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 l7=o.forwardRef(i7);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:"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 c7=o.forwardRef(s7);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:"m9 20.247 6-16.5"}))}const u7=o.forwardRef(d7);function f7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m7=o.forwardRef(f7);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:"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 w7=o.forwardRef(h7);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:"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 v7=o.forwardRef(p7);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:"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 b7=o.forwardRef(g7);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:"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 k7=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:"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 y7=o.forwardRef(E7);function L7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 R7=o.forwardRef(L7);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:"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 M7=o.forwardRef(j7);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:"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 $7=o.forwardRef(C7);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:"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 O7=o.forwardRef(A7);function F7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S7=o.forwardRef(F7);function B7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 I7=o.forwardRef(B7);function W7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 T7=o.forwardRef(W7);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:"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 P7=o.forwardRef(N7);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:"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 V7=o.forwardRef(H7);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:"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 _7=o.forwardRef(D7);function Z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U7=o.forwardRef(Z7);function q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G7=o.forwardRef(q7);function z7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K7=o.forwardRef(z7);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:"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 Y7=o.forwardRef(X7);function Q7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J7=o.forwardRef(Q7);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:"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 t4=o.forwardRef(e4);function r4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n4=o.forwardRef(r4);function o4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a4=o.forwardRef(o4);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:"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 l4=o.forwardRef(i4);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:"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 c4=o.forwardRef(s4);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:"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 u4=o.forwardRef(d4);function f4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m4=o.forwardRef(f4);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:"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 w4=o.forwardRef(h4);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:"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 v4=o.forwardRef(p4);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:"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 b4=o.forwardRef(g4);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:"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 k4=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:"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 y4=o.forwardRef(E4);function L4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 R4=o.forwardRef(L4);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:"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 M4=o.forwardRef(j4);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:"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 $4=o.forwardRef(C4);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:"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 O4=o.forwardRef(A4);function F4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S4=o.forwardRef(F4);function B4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ko=o.forwardRef(B4),I4=Object.freeze(Object.defineProperty({__proto__:null,AcademicCapIcon:T0,AdjustmentsHorizontalIcon:P0,AdjustmentsVerticalIcon:V0,ArchiveBoxArrowDownIcon:_0,ArchiveBoxIcon:G0,ArchiveBoxXMarkIcon:U0,ArrowDownCircleIcon:K0,ArrowDownIcon:l1,ArrowDownLeftIcon:Y0,ArrowDownOnSquareIcon:t1,ArrowDownOnSquareStackIcon:J0,ArrowDownRightIcon:n1,ArrowDownTrayIcon:a1,ArrowLeftCircleIcon:c1,ArrowLeftEndOnRectangleIcon:u1,ArrowLeftIcon:v1,ArrowLeftOnRectangleIcon:m1,ArrowLeftStartOnRectangleIcon:w1,ArrowLongDownIcon:b1,ArrowLongLeftIcon:k1,ArrowLongRightIcon:y1,ArrowLongUpIcon:R1,ArrowPathIcon:$1,ArrowPathRoundedSquareIcon:M1,ArrowRightCircleIcon:O1,ArrowRightEndOnRectangleIcon:S1,ArrowRightIcon:P1,ArrowRightOnRectangleIcon:I1,ArrowRightStartOnRectangleIcon:T1,ArrowSmallDownIcon:V1,ArrowSmallLeftIcon:_1,ArrowSmallRightIcon:U1,ArrowSmallUpIcon:G1,ArrowTopRightOnSquareIcon:K1,ArrowTrendingDownIcon:Y1,ArrowTrendingUpIcon:J1,ArrowTurnDownLeftIcon:tc,ArrowTurnDownRightIcon:nc,ArrowTurnLeftDownIcon:ac,ArrowTurnLeftUpIcon:lc,ArrowTurnRightDownIcon:cc,ArrowTurnRightUpIcon:uc,ArrowTurnUpLeftIcon:mc,ArrowTurnUpRightIcon:wc,ArrowUpCircleIcon:vc,ArrowUpIcon:$c,ArrowUpLeftIcon:bc,ArrowUpOnSquareIcon:yc,ArrowUpOnSquareStackIcon:kc,ArrowUpRightIcon:Rc,ArrowUpTrayIcon:Mc,ArrowUturnDownIcon:Oc,ArrowUturnLeftIcon:Sc,ArrowUturnRightIcon:Ic,ArrowUturnUpIcon:Tc,ArrowsPointingInIcon:Pc,ArrowsPointingOutIcon:Vc,ArrowsRightLeftIcon:_c,ArrowsUpDownIcon:Uc,AtSymbolIcon:Gc,BackspaceIcon:Kc,BackwardIcon:Yc,BanknotesIcon:Jc,Bars2Icon:t5,Bars3BottomLeftIcon:n5,Bars3BottomRightIcon:a5,Bars3CenterLeftIcon:l5,Bars3Icon:c5,Bars4Icon:u5,BarsArrowDownIcon:m5,BarsArrowUpIcon:w5,Battery0Icon:v5,Battery100Icon:b5,Battery50Icon:k5,BeakerIcon:y5,BellAlertIcon:R5,BellIcon:O5,BellSlashIcon:M5,BellSnoozeIcon:$5,BoldIcon:S5,BoltIcon:T5,BoltSlashIcon:I5,BookOpenIcon:P5,BookmarkIcon:U5,BookmarkSlashIcon:V5,BookmarkSquareIcon:_5,BriefcaseIcon:G5,BugAntIcon:K5,BuildingLibraryIcon:Y5,BuildingOffice2Icon:J5,BuildingOfficeIcon:t2,BuildingStorefrontIcon:n2,CakeIcon:a2,CalculatorIcon:l2,CalendarDateRangeIcon:c2,CalendarDaysIcon:u2,CalendarIcon:m2,CameraIcon:w2,ChartBarIcon:b2,ChartBarSquareIcon:v2,ChartPieIcon:k2,ChatBubbleBottomCenterIcon:R2,ChatBubbleBottomCenterTextIcon:y2,ChatBubbleLeftEllipsisIcon:M2,ChatBubbleLeftIcon:O2,ChatBubbleLeftRightIcon:$2,ChatBubbleOvalLeftEllipsisIcon:S2,ChatBubbleOvalLeftIcon:I2,CheckBadgeIcon:T2,CheckCircleIcon:P2,CheckIcon:V2,ChevronDoubleDownIcon:_2,ChevronDoubleLeftIcon:U2,ChevronDoubleRightIcon:G2,ChevronDoubleUpIcon:K2,ChevronDownIcon:Y2,ChevronLeftIcon:J2,ChevronRightIcon:td,ChevronUpDownIcon:nd,ChevronUpIcon:ad,CircleStackIcon:ld,ClipboardDocumentCheckIcon:cd,ClipboardDocumentIcon:md,ClipboardDocumentListIcon:ud,ClipboardIcon:wd,ClockIcon:vd,CloudArrowDownIcon:bd,CloudArrowUpIcon:kd,CloudIcon:yd,CodeBracketIcon:Md,CodeBracketSquareIcon:Rd,Cog6ToothIcon:$d,Cog8ToothIcon:Od,CogIcon:Sd,CommandLineIcon:Id,ComputerDesktopIcon:Td,CpuChipIcon:Pd,CreditCardIcon:Vd,CubeIcon:Ud,CubeTransparentIcon:_d,CurrencyBangladeshiIcon:Gd,CurrencyDollarIcon:Kd,CurrencyEuroIcon:Yd,CurrencyPoundIcon:Jd,CurrencyRupeeIcon:tu,CurrencyYenIcon:nu,CursorArrowRaysIcon:au,CursorArrowRippleIcon:lu,DevicePhoneMobileIcon:cu,DeviceTabletIcon:uu,DivideIcon:mu,DocumentArrowDownIcon:wu,DocumentArrowUpIcon:vu,DocumentChartBarIcon:bu,DocumentCheckIcon:ku,DocumentCurrencyBangladeshiIcon:yu,DocumentCurrencyDollarIcon:Ru,DocumentCurrencyEuroIcon:Mu,DocumentCurrencyPoundIcon:$u,DocumentCurrencyRupeeIcon:Ou,DocumentCurrencyYenIcon:Su,DocumentDuplicateIcon:Iu,DocumentIcon:Uu,DocumentMagnifyingGlassIcon:Tu,DocumentMinusIcon:Pu,DocumentPlusIcon:Vu,DocumentTextIcon:_u,EllipsisHorizontalCircleIcon:Gu,EllipsisHorizontalIcon:Ku,EllipsisVerticalIcon:Yu,EnvelopeIcon:tf,EnvelopeOpenIcon:Ju,EqualsIcon:nf,ExclamationCircleIcon:af,ExclamationTriangleIcon:sf,EyeDropperIcon:df,EyeIcon:hf,EyeSlashIcon:ff,FaceFrownIcon:pf,FaceSmileIcon:gf,FilmIcon:xf,FingerPrintIcon:Ef,FireIcon:Lf,FlagIcon:jf,FolderArrowDownIcon:Cf,FolderIcon:Wf,FolderMinusIcon:Af,FolderOpenIcon:Ff,FolderPlusIcon:Bf,ForwardIcon:Nf,FunnelIcon:Hf,GifIcon:Df,GiftIcon:qf,GiftTopIcon:Zf,GlobeAltIcon:zf,GlobeAmericasIcon:Xf,GlobeAsiaAustraliaIcon:Qf,GlobeEuropeAfricaIcon:e3,H1Icon:r3,H2Icon:o3,H3Icon:i3,HandRaisedIcon:s3,HandThumbDownIcon:d3,HandThumbUpIcon:f3,HashtagIcon:h3,HeartIcon:p3,HomeIcon:x3,HomeModernIcon:g3,IdentificationIcon:E3,InboxArrowDownIcon:L3,InboxIcon:C3,InboxStackIcon:j3,InformationCircleIcon:A3,ItalicIcon:F3,KeyIcon:B3,LanguageIcon:W3,LifebuoyIcon:N3,LightBulbIcon:H3,LinkIcon:Z3,LinkSlashIcon:D3,ListBulletIcon:q3,LockClosedIcon:z3,LockOpenIcon:X3,MagnifyingGlassCircleIcon:Q3,MagnifyingGlassIcon:om,MagnifyingGlassMinusIcon:em,MagnifyingGlassPlusIcon:rm,MapIcon:sm,MapPinIcon:im,MegaphoneIcon:dm,MicrophoneIcon:fm,MinusCircleIcon:hm,MinusIcon:gm,MinusSmallIcon:pm,MoonIcon:xm,MusicalNoteIcon:Em,NewspaperIcon:Lm,NoSymbolIcon:jm,NumberedListIcon:Cm,PaintBrushIcon:Am,PaperAirplaneIcon:Fm,PaperClipIcon:Bm,PauseCircleIcon:Wm,PauseIcon:Nm,PencilIcon:Dm,PencilSquareIcon:Hm,PercentBadgeIcon:Zm,PhoneArrowDownLeftIcon:qm,PhoneArrowUpRightIcon:zm,PhoneIcon:Qm,PhoneXMarkIcon:Xm,PhotoIcon:zo,PlayCircleIcon:th,PlayIcon:ah,PlayPauseIcon:nh,PlusCircleIcon:lh,PlusIcon:uh,PlusSmallIcon:ch,PowerIcon:mh,PresentationChartBarIcon:wh,PresentationChartLineIcon:vh,PrinterIcon:bh,PuzzlePieceIcon:kh,QrCodeIcon:yh,QuestionMarkCircleIcon:Rh,QueueListIcon:Mh,RadioIcon:$h,ReceiptPercentIcon:Oh,ReceiptRefundIcon:Sh,RectangleGroupIcon:Ih,RectangleStackIcon:Th,RocketLaunchIcon:Ph,RssIcon:Vh,ScaleIcon:_h,ScissorsIcon:Uh,ServerIcon:Kh,ServerStackIcon:Gh,ShareIcon:Yh,ShieldCheckIcon:Jh,ShieldExclamationIcon:t7,ShoppingBagIcon:n7,ShoppingCartIcon:a7,SignalIcon:c7,SignalSlashIcon:l7,SlashIcon:u7,SparklesIcon:m7,SpeakerWaveIcon:w7,SpeakerXMarkIcon:v7,Square2StackIcon:b7,Square3Stack3DIcon:k7,Squares2X2Icon:y7,SquaresPlusIcon:R7,StarIcon:M7,StopCircleIcon:$7,StopIcon:O7,StrikethroughIcon:S7,SunIcon:I7,SwatchIcon:T7,TableCellsIcon:P7,TagIcon:V7,TicketIcon:_7,TrashIcon:U7,TrophyIcon:G7,TruckIcon:K7,TvIcon:Y7,UnderlineIcon:J7,UserCircleIcon:t4,UserGroupIcon:n4,UserIcon:c4,UserMinusIcon:a4,UserPlusIcon:l4,UsersIcon:u4,VariableIcon:m4,VideoCameraIcon:v4,VideoCameraSlashIcon:w4,ViewColumnsIcon:b4,ViewfinderCircleIcon:k4,WalletIcon:y4,WifiIcon:R4,WindowIcon:M4,WrenchIcon:O4,WrenchScrewdriverIcon:$4,XCircleIcon:S4,XMarkIcon:Ko},Symbol.toStringTag,{value:"Module"}));function W4({value:e,onChange:t,accept:r=[".png",".jpg",".jpeg",".gif"],maxSize:n=10*1024*1024}){const[a,i]=w.useState(!1),[l,s]=w.useState(!1),c=h=>{var b;const f=(b=h.name.split(".").pop())==null?void 0:b.toLowerCase();return r.map(g=>g.replace(".","").toLowerCase()).includes(f)?h.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)},d=h=>{if(!h||!c(h))return;const f=new FileReader;f.onloadstart=()=>s(!0),f.onloadend=()=>s(!1),f.onload=()=>{const v=f.result;t==null||t(v)},f.readAsDataURL(h)},u=h=>{var v;const f=(v=h.target.files)==null?void 0:v[0];d(f)},p=h=>{var v;h.preventDefault(),i(!1);const f=(v=h.dataTransfer.files)==null?void 0:v[0];d(f)};return m.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:h=>{h.preventDefault(),i(!0)},onDragLeave:h=>{h.preventDefault(),i(!1)},onDrop:p,children:[e?m.jsxs("div",{className:"relative",children:[m.jsx("img",{src:e,alt:"Preview",className:"max-h-48 rounded-md object-contain"}),m.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.jsx(Ko,{className:"h-5 w-5"})})]}):m.jsxs(m.Fragment,{children:[m.jsx(zo,{className:"h-12 w-12 text-gray-300"}),m.jsxs("div",{className:"mt-4 flex text-sm text-gray-600",children:[m.jsxs("label",{className:"relative cursor-pointer rounded-md bg-white font-semibold text-indigo-600 hover:text-indigo-500",children:[m.jsx("span",{children:"Select an image"}),m.jsx("input",{type:"file",className:"sr-only",accept:r.join(","),onChange:u})]}),m.jsx("span",{className:"pl-1",children:"or drag and drop"})]}),m.jsx("p",{className:"text-xs text-gray-500",children:"PNG, JPG, GIF up to 10MB"})]}),l&&m.jsx("p",{className:"mt-2 animate-pulse text-sm text-indigo-600",children:"Converting..."})]})}function T4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:l="HH:MM",description:s,required:c,error:d,helper:u,leadingIcon:p,trailingIcon:h,min:f,max:v,step:b}=e,[g,E]=w.useState(!1),x=!!d,k=x?n.error:g?n.inputFocusBorder:n.inputBorder;return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!x&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:u}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"time",placeholder:l,value:t||"",onChange:r,onFocus:()=>E(!0),onBlur:()=>E(!1),"aria-invalid":x?"true":"false","aria-describedby":x?`${a}-error`:s?`${a}-description`:void 0,min:f,max:v,step:b,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:p?"2.5rem":"0.75rem",paddingRight:h||x?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),p&&!x&&m.jsx(p,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),h&&!x&&m.jsx(h,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),x&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),x?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:d}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const N4=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function P4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:l="you@example.com",description:s,required:c,helper:d,leadingIcon:u,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=()=>{f(!1),c&&!t?b("Email is required"):t&&!N4.test(t)?b("Please enter a valid email address"):b(null)};return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"email",placeholder:l,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:x,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:u?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),u&&!g&&m.jsx(u,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&m.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const H4=/^\d{10}$/,gn=/\D/g;function V4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:l="(123) 456-7890",description:s,required:c,helper:d,leadingIcon:u,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=y=>{const R=y.replace(gn,"").slice(0,10),j=[];return R.length>0&&j.push("("+R.substring(0,3)),R.length>=4&&j.push(") "+R.substring(3,6)),R.length>=7&&j.push("-"+R.substring(6,10)),j.join("")},k=y=>{const R=x(y.target.value);r({target:{name:a,value:R}})},L=()=>{f(!1);const y=(t||"").replace(gn,"");c&&!y?b("Phone number is required"):y&&!H4.test(y)?b("Please enter a valid 10-digit phone number"):b(null)};return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"tel",placeholder:l,value:t||"",onChange:k,onFocus:()=>f(!0),onBlur:L,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"\\d{10}",maxLength:14,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:u?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),u&&!g&&m.jsx(u,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&m.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function D4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,required:s,error:c,helper:d,options:u=[]}=e,[p,h]=w.useState(!1),f=!!(c||s&&p&&!t);return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{id:`${a}-label`,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,s&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!f&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),m.jsx("div",{className:"space-y-2",role:"radiogroup","aria-labelledby":`${a}-label`,children:u.map(v=>m.jsxs("label",{className:"flex cursor-pointer items-center space-x-2",style:{color:n.inputText},children:[m.jsx("input",{type:"radio",name:a,value:v.value,checked:t===v.value,onChange:b=>r(b.target.value),onBlur:()=>h(!0),style:{accentColor:f?n.error:n.inputFocusBorder},className:"h-4 w-4"}),m.jsx("span",{children:v.label})]},v.value))}),f?m.jsxs("div",{className:"mt-1 flex items-center space-x-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:c||"This field is required"})]}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function _4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:l="https://example.com",description:s,required:c,helper:d,leadingIcon:u,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=/^(https?:\/\/)?([\w-]+\.)+[\w-]{2,}(\/[^\s]*)?$/i,k=()=>{f(!1),c&&!t?b("URL is required"):t&&!x.test(t)?b("Please enter a valid URL"):b(null)};return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"url",placeholder:l,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:k,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:s?`${a}-description`:void 0,pattern:"https?://.+",style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:u?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),u&&!g&&m.jsx(u,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&m.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):s?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function Z4({field:e,value:t=[],onChange:r,theme:n}){const{name:a,title:i,placeholder:l="Select options",options:s=[],optionId:c="id",optionLabel:d="name",error:u}=e,p=s.map((x,k)=>{if(typeof x=="string"||typeof x=="number"){const j=String(x);return{id:j,label:j,original:x}}const L=x==null?void 0:x[c],y=L!=null?String(L):`__opt_${k}`,R=(x==null?void 0:x[d])??(x==null?void 0:x.label)??(L!=null?String(L):`option ${k}`);return{id:y,label:R,original:x}}),h=new Map(p.map(x=>[x.label,x.id])),f=new Map(p.map(x=>[x.id,x.label])),v=Array.isArray(t)?t:[],b=v.map(x=>h.get(x)).filter(x=>x!==void 0),g=x=>{const k=(Array.isArray(x)?x:[]).map(L=>f.get(L)).filter(L=>L!==void 0);r(k)},E=v.length>0?v.join(", "):l;return m.jsxs("div",{children:[i&&m.jsx("label",{htmlFor:a,style:{color:n==null?void 0:n.label},className:"mb-1 block text-sm font-medium",children:i}),m.jsx(Zo,{value:b,onChange:g,multiple:!0,children:m.jsxs("div",{className:"relative",children:[m.jsxs(Cr,{id:a,className:"relative w-full cursor-default rounded-md border py-1.5 pl-3 pr-8 text-left text-sm",style:{color:u?n==null?void 0:n.error:n==null?void 0:n.inputText,backgroundColor:n==null?void 0:n.inputBackground,borderColor:u?n==null?void 0:n.error:n==null?void 0:n.inputBorder},children:[m.jsx("span",{className:`block truncate ${v.length===0?"opacity-50":""}`,style:{color:v.length===0?n==null?void 0:n.inputPlaceholder:void 0},children:E}),m.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:m.jsx(qo,{className:"h-5 w-5",style:{color:n==null?void 0:n.inputPlaceholder},"aria-hidden":"true"})})]}),m.jsx(Po,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:m.jsx($r,{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:p.map(x=>m.jsx(Ar,{value:x.id,className:({active:k})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${k?"bg-gray-100":""}`,children:({selected:k})=>m.jsxs(m.Fragment,{children:[m.jsx("span",{className:`block truncate ${k?"font-semibold":"font-normal"}`,children:x.label}),k&&m.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n==null?void 0:n.inputFocusBorder},children:m.jsx(Uo,{className:"h-5 w-5"})})]})},x.id))})})]})}),u&&m.jsx("p",{className:"mt-2 text-sm",style:{color:n==null?void 0:n.error},children:u})]})}function U4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,helper:s,optional:c,required:d,error:u}=e,[p,h]=w.useState(!1),f=!!u,v=f?n.error:p?n.inputFocusBorder:n.inputBorder,b=g=>{if(!g)return"";const E=new Date(g);return isNaN(E)?"":E.toISOString().slice(0,16)};return m.jsxs("div",{children:[m.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&m.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),c&&!f&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),s&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:s}),m.jsxs("div",{className:"relative",children:[m.jsx("input",{id:a,name:a,type:"datetime-local",value:b(t),onChange:r,onFocus:()=>h(!0),onBlur:()=>h(!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 outline-none sm:text-sm/6"}),f&&m.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 h-5 w-5",style:{color:n.error}})]}),f?m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:u}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}/*!
|
|
20
|
+
*/var Hr;function Ii(){return Hr||(Hr=1,process.env.NODE_ENV!=="production"&&function(){function e(c,d){return c===d&&(c!==0||1/c===1/d)||c!==c&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=w,r=typeof Object.is=="function"?Object.is:e,n=t.useSyncExternalStore,a=t.useRef,i=t.useEffect,s=t.useMemo,l=t.useDebugValue;_t.useSyncExternalStoreWithSelector=function(c,d,m,p,h){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(!E){if(E=!0,x=y,y=p(y),h!==void 0&&v.hasValue){var j=v.value;if(h(j,y))return k=j}return k=y}if(j=k,r(x,y))return j;var M=p(y);return h!==void 0&&h(j,M)?(x=y,j):(x=y,k=M)}var E=!1,x,k,L=m===void 0?null:m;return[function(){return g(d())},L===null?void 0:function(){return g(L())}]},[d,m,p,h]);var b=n(c,f[0],f[1]);return i(function(){v.hasValue=!0,v.value=b},[b]),l(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),_t}process.env.NODE_ENV==="production"?tr.exports=Bi():tr.exports=Ii();var Wi=tr.exports;function Q(e,t,r=eo){return Wi.useSyncExternalStoreWithSelector(T(n=>e.subscribe(Ni,n)),T(()=>e.state),T(()=>e.state),T(t),r)}function Ni(e){return e}function no(e,t){let r=w.useId(),n=gr.get(t),[a,i]=Q(n,w.useCallback(s=>[n.selectors.isTop(s,r),n.selectors.inStack(s,r)],[n,r]));return q(()=>{if(e)return n.actions.push(r),()=>n.actions.pop(r)},[n,e,r]),e?i?a:!0:!1}let rr=new Map,Ke=new Map;function Vr(e){var t;let r=(t=Ke.get(e))!=null?t:0;return Ke.set(e,r+1),r!==0?()=>Dr(e):(rr.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Dr(e))}function Dr(e){var t;let r=(t=Ke.get(e))!=null?t:1;if(r===1?Ke.delete(e):Ke.set(e,r-1),r!==1)return;let n=rr.get(e);n&&(n["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n["aria-hidden"]),e.inert=n.inert,rr.delete(e))}function Ti(e,{allowed:t,disallowed:r}={}){let n=no(e,"inert-others");q(()=>{var a,i;if(!n)return;let s=re();for(let c of(a=r==null?void 0:r())!=null?a:[])c&&s.add(Vr(c));let l=(i=t==null?void 0:t())!=null?i:[];for(let c of l){if(!c)continue;let d=Et(c);if(!d)continue;let m=c.parentElement;for(;m&&m!==d.body;){for(let p of m.children)l.some(h=>p.contains(h))||s.add(Vr(p));m=m.parentElement}}return s.dispose},[n,t,r])}function Pi(e,t,r){let n=Ne(a=>{let i=a.getBoundingClientRect();i.x===0&&i.y===0&&i.width===0&&i.height===0&&r()});w.useEffect(()=>{if(!e)return;let a=t===null?null:be(t)?t:t.current;if(!a)return;let i=re();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 nr=["[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(","),Hi=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var or=(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))(or||{}),Vi=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Vi||{}),Di=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Di||{});function oo(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(nr)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}function _i(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Hi)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var br=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(br||{});function ao(e,t=0){var r;return e===((r=Et(e))==null?void 0:r.body)?!1:le(t,{0(){return e.matches(nr)},1(){let n=e;for(;n!==null;){if(n.matches(nr))return!0;n=n.parentElement}return!1}})}var Zi=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Zi||{});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 Ui=["textarea","input"].join(",");function qi(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Ui))!=null?r:!1}function io(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 Gi(e,t,r=e===null?document.body:wt(e)){return zi(oo(r),t,{relativeTo:e})}function zi(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:a=[]}={}){let i=Array.isArray(e)?e.length>0?wt(e[0]):document:wt(e),s=Array.isArray(e)?r?io(e):e:t&64?_i(e):oo(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")})(),d=t&32?{preventScroll:!0}:{},m=0,p=s.length,h;do{if(m>=p||m+p<=0)return 0;let f=c+m;if(t&16)f=(f+p)%p;else{if(f<0)return 3;if(f>=p)return 1}h=s[f],h==null||h.focus(d),m+=l}while(h!==Bn(h));return t&6&&qi(h)&&h.select(),2}function lo(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Ki(){return/Android/gi.test(window.navigator.userAgent)}function _r(){return lo()||Ki()}function Pe(e,t,r,n){let a=Ne(r);w.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 Xi(e,t,r,n){let a=Ne(r);w.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 Zr=30;function Yi(e,t,r){let n=Ne(r),a=w.useCallback(function(l,c){if(l.defaultPrevented)return;let d=c(l);if(d===null||!d.getRootNode().contains(d)||!d.isConnected)return;let m=function p(h){return typeof h=="function"?p(h()):Array.isArray(h)||h instanceof Set?h:[h]}(t);for(let p of m)if(p!==null&&(p.contains(d)||l.composed&&l.composedPath().includes(p)))return;return!ao(d,br.Loose)&&d.tabIndex!==-1&&l.preventDefault(),n.current(l,d)},[n,t]),i=w.useRef(null);Pe(e,"pointerdown",l=>{var c,d;_r()||(i.current=((d=(c=l.composedPath)==null?void 0:c.call(l))==null?void 0:d[0])||l.target)},!0),Pe(e,"pointerup",l=>{if(_r()||!i.current)return;let c=i.current;return i.current=null,a(l,()=>c)},!0);let s=w.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)>=Zr||Math.abs(c.y-s.current.y)>=Zr))return a(l,()=>Te(l.target)?l.target:null)},!0),Xi(e,"blur",l=>a(l,()=>ci(window.document.activeElement)?window.document.activeElement:null),!0)}function ar(...e){return w.useMemo(()=>Et(...e),[...e])}var Qi=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(Qi||{});const it={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Ji=200,Ur=5;function el(e,{trigger:t,action:r,close:n,select:a}){let i=w.useRef(null),s=w.useRef(null),l=w.useRef(null);Pe(e&&t!==null,"pointerdown",c=>{_n(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 d,m;let p=i.current;if(p===null||(i.current=null,!Te(c.target))||Math.abs(c.x-((d=s.current)!=null?d:c.x))<Ur&&Math.abs(c.y-((m=l.current)!=null?m:c.y))<Ur)return;let h=r(c);switch(h.kind){case 0:return;case 1:{c.timeStamp-p>Ji&&(a(h.target),n());break}case 2:{n();break}}},{capture:!0})}function tl(e,t){return w.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 rl(e){return w.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function nl(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 ol(){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 al(){return lo()?{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=re();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:d}=new URL(c.href),m=e.querySelector(d);Te(m)&&!n(m)&&(s=m)}catch{}},!0),t.group(l=>{t.addEventListener(e,"touchstart",c=>{if(l.dispose(),Te(c.target)&&si(c.target))if(n(c.target)){let d=c.target;for(;d.parentElement&&n(d.parentElement);)d=d.parentElement;l.style(d,"overscrollBehavior","contain")}else l.style(c.target,"touchAction","none")})}),t.addEventListener(e,"touchmove",l=>{if(Te(l.target)){if(Zn(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 il(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function qr(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let Oe=nl(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:re(),meta:new Set,computedMeta:{}};return n.count++,n.meta.add(t),n.computedMeta=qr(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=qr(r.meta)),this},SCROLL_PREVENT(e){let t={doc:e.doc,d:e.d,meta(){return e.computedMeta}},r=[al(),ol(),il()];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 ll(e,t,r=()=>({containers:[]})){let n=rl(Oe),a=t?n.get(t):void 0,i=a?a.count>0:!1;return q(()=>{if(!(!t||!e))return Oe.dispatch("PUSH",t,r),()=>Oe.dispatch("POP",t,r)},[e,t]),i}function sl(e,t,r=()=>[document.body]){let n=no(e,"scroll-lock");ll(n,t,a=>{var i;return{containers:[...(i=a.containers)!=null?i:[],r]}})}function Gr(e){return[e.screenX,e.screenY]}function cl(){let e=w.useRef([-1,-1]);return{wasMoved(t){let r=Gr(t);return e.current[0]===r[0]&&e.current[1]===r[1]?!1:(e.current=r,!0)},update(t){e.current=Gr(t)}}}function dl(e=0){let[t,r]=w.useState(e),n=w.useCallback(c=>r(c),[]),a=w.useCallback(c=>r(d=>d|c),[]),i=w.useCallback(c=>(t&c)===c,[t]),s=w.useCallback(c=>r(d=>d&~c),[]),l=w.useCallback(c=>r(d=>d^c),[]);return{flags:t,setFlag:n,addFlag:a,hasFlag:i,removeFlag:s,toggleFlag:l}}var zr,Kr;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((zr=process==null?void 0:process.env)==null?void 0:zr.NODE_ENV)==="test"&&typeof((Kr=Element==null?void 0:Element.prototype)==null?void 0:Kr.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 ul=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(ul||{});function so(e){let t={};for(let r in e)e[r]===!0&&(t[`data-${r}`]="");return t}function co(e,t,r,n){let[a,i]=w.useState(r),{hasFlag:s,addFlag:l,removeFlag:c}=dl(e&&a?3:0),d=w.useRef(!1),m=w.useRef(!1),p=We();return q(()=>{var h;if(e){if(r&&i(!0),!t){r&&l(3);return}return(h=n==null?void 0:n.start)==null||h.call(n,r),fl(t,{inFlight:d,prepare(){m.current?m.current=!1:m.current=d.current,d.current=!0,!m.current&&(r?(l(3),c(4)):(l(4),c(2)))},run(){m.current?r?(c(3),l(4)):(c(4),l(3)):r?c(1):l(1)},done(){var f;m.current&&wl(t)||(d.current=!1,c(7),r||i(!1),(f=n==null?void 0:n.end)==null||f.call(n,r))}})}},[e,r,t,p]),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 fl(e,{prepare:t,run:r,done:n,inFlight:a}){let i=re();return hl(e,{prepare:t,inFlight:a}),i.nextFrame(()=>{r(),i.requestAnimationFrame(()=>{i.add(ml(e,n))})}),i.dispose}function ml(e,t){var r,n;let a=re();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 hl(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 wl(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 jt(){return typeof window<"u"}function De(e){return uo(e)?(e.nodeName||"").toLowerCase():"#document"}function ee(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function we(e){var t;return(t=(uo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function uo(e){return jt()?e instanceof Node||e instanceof ee(e).Node:!1}function Y(e){return jt()?e instanceof Element||e instanceof ee(e).Element:!1}function he(e){return jt()?e instanceof HTMLElement||e instanceof ee(e).HTMLElement:!1}function Xr(e){return!jt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ee(e).ShadowRoot}const pl=new Set(["inline","contents"]);function tt(e){const{overflow:t,overflowX:r,overflowY:n,display:a}=de(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!pl.has(a)}const vl=new Set(["table","td","th"]);function gl(e){return vl.has(De(e))}const bl=[":popover-open",":modal"];function Rt(e){return bl.some(t=>{try{return e.matches(t)}catch{return!1}})}const xl=["transform","translate","scale","rotate","perspective"],kl=["transform","translate","scale","rotate","perspective","filter"],El=["paint","layout","strict","content"];function xr(e){const t=kr(),r=Y(e)?de(e):e;return xl.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)||kl.some(n=>(r.willChange||"").includes(n))||El.some(n=>(r.contain||"").includes(n))}function yl(e){let t=je(e);for(;he(t)&&!Ve(t);){if(xr(t))return t;if(Rt(t))return null;t=je(t)}return null}function kr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Ll=new Set(["html","body","#document"]);function Ve(e){return Ll.has(De(e))}function de(e){return ee(e).getComputedStyle(e)}function Mt(e){return Y(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function je(e){if(De(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Xr(e)&&e.host||we(e);return Xr(t)?t.host:t}function fo(e){const t=je(e);return Ve(t)?e.ownerDocument?e.ownerDocument.body:e.body:he(t)&&tt(t)?t:fo(t)}function Xe(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const a=fo(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),s=ee(a);if(i){const l=ir(s);return t.concat(s,s.visualViewport||[],tt(a)?a:[],l&&r?Xe(l):[])}return t.concat(a,Xe(a,[],r))}function ir(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function jl(){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 Be=Math.min,K=Math.max,Ye=Math.round,lt=Math.floor,me=e=>({x:e,y:e}),Rl={left:"right",right:"left",bottom:"top",top:"bottom"},Ml={start:"end",end:"start"};function Yr(e,t,r){return K(e,Be(t,r))}function _e(e,t){return typeof e=="function"?e(t):e}function Re(e){return e.split("-")[0]}function rt(e){return e.split("-")[1]}function mo(e){return e==="x"?"y":"x"}function ho(e){return e==="y"?"height":"width"}const Cl=new Set(["top","bottom"]);function ve(e){return Cl.has(Re(e))?"y":"x"}function wo(e){return mo(ve(e))}function $l(e,t,r){r===void 0&&(r=!1);const n=rt(e),a=wo(e),i=ho(a);let s=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=vt(s)),[s,vt(s)]}function Al(e){const t=vt(e);return[lr(e),t,lr(t)]}function lr(e){return e.replace(/start|end/g,t=>Ml[t])}const Qr=["left","right"],Jr=["right","left"],Ol=["top","bottom"],Fl=["bottom","top"];function Sl(e,t,r){switch(e){case"top":case"bottom":return r?t?Jr:Qr:t?Qr:Jr;case"left":case"right":return t?Ol:Fl;default:return[]}}function Bl(e,t,r,n){const a=rt(e);let i=Sl(Re(e),r==="start",n);return a&&(i=i.map(s=>s+"-"+a),t&&(i=i.concat(i.map(lr)))),i}function vt(e){return e.replace(/left|right|bottom|top/g,t=>Rl[t])}function Il(e){return{top:0,right:0,bottom:0,left:0,...e}}function Wl(e){return typeof e!="number"?Il(e):{top:e,right:e,bottom:e,left:e}}function gt(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 en(e,t,r){let{reference:n,floating:a}=e;const i=ve(t),s=wo(t),l=ho(s),c=Re(t),d=i==="y",m=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,h=n[l]/2-a[l]/2;let f;switch(c){case"top":f={x:m,y:n.y-a.height};break;case"bottom":f={x:m,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:p};break;case"left":f={x:n.x-a.width,y:p};break;default:f={x:n.x,y:n.y}}switch(rt(t)){case"start":f[s]-=h*(r&&d?-1:1);break;case"end":f[s]+=h*(r&&d?-1:1);break}return f}const Nl=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 d=await s.getElementRects({reference:e,floating:t,strategy:a}),{x:m,y:p}=en(d,n,c),h=n,f={},v=0;for(let b=0;b<l.length;b++){const{name:g,fn:E}=l[b],{x,y:k,data:L,reset:y}=await E({x:m,y:p,initialPlacement:n,placement:h,strategy:a,middlewareData:f,rects:d,platform:s,elements:{reference:e,floating:t}});m=x??m,p=k??p,f={...f,[g]:{...f[g],...L}},y&&v<=50&&(v++,typeof y=="object"&&(y.placement&&(h=y.placement),y.rects&&(d=y.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:a}):y.rects),{x:m,y:p}=en(d,h,c)),b=-1)}return{x:m,y:p,placement:h,strategy:a,middlewareData:f}};async function Ct(e,t){var r;t===void 0&&(t={});const{x:n,y:a,platform:i,rects:s,elements:l,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:m="viewport",elementContext:p="floating",altBoundary:h=!1,padding:f=0}=_e(t,e),v=Wl(f),g=l[h?p==="floating"?"reference":"floating":p],E=gt(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:d,rootBoundary:m,strategy:c})),x=p==="floating"?{x:n,y:a,width:s.floating.width,height:s.floating.height}:s.reference,k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),L=await(i.isElement==null?void 0:i.isElement(k))?await(i.getScale==null?void 0:i.getScale(k))||{x:1,y:1}:{x:1,y:1},y=gt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:x,offsetParent:k,strategy:c}):x);return{top:(E.top-y.top+v.top)/L.y,bottom:(y.bottom-E.bottom+v.bottom)/L.y,left:(E.left-y.left+v.left)/L.x,right:(y.right-E.right+v.right)/L.x}}const Tl=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:d}=t,{mainAxis:m=!0,crossAxis:p=!0,fallbackPlacements:h,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:b=!0,...g}=_e(e,t);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const E=Re(a),x=ve(l),k=Re(l)===l,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),y=h||(k||!b?[vt(l)]:Al(l)),j=v!=="none";!h&&j&&y.push(...Bl(l,b,v,L));const M=[l,...y],C=await Ct(t,g),$=[];let R=((n=i.flip)==null?void 0:n.overflows)||[];if(m&&$.push(C[E]),p){const S=$l(a,s,L);$.push(C[S[0]],C[S[1]])}if(R=[...R,{placement:a,overflows:$}],!$.every(S=>S<=0)){var A,W;const S=(((A=i.flip)==null?void 0:A.index)||0)+1,F=M[S];if(F&&(!(p==="alignment"?x!==ve(F):!1)||R.every(I=>ve(I.placement)===x?I.overflows[0]>0:!0)))return{data:{index:S,overflows:R},reset:{placement:F}};let P=(W=R.filter(D=>D.overflows[0]<=0).sort((D,I)=>D.overflows[1]-I.overflows[1])[0])==null?void 0:W.placement;if(!P)switch(f){case"bestFit":{var O;const D=(O=R.filter(I=>{if(j){const N=ve(I.placement);return N===x||N==="y"}return!0}).map(I=>[I.placement,I.overflows.filter(N=>N>0).reduce((N,_)=>N+_,0)]).sort((I,N)=>I[1]-N[1])[0])==null?void 0:O[0];D&&(P=D);break}case"initialPlacement":P=l;break}if(a!==P)return{reset:{placement:P}}}return{}}}},Pl=new Set(["left","top"]);async function Hl(e,t){const{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),s=Re(r),l=rt(r),c=ve(r)==="y",d=Pl.has(s)?-1:1,m=i&&c?-1:1,p=_e(t,e);let{mainAxis:h,crossAxis:f,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return l&&typeof v=="number"&&(f=l==="end"?v*-1:v),c?{x:f*m,y:h*d}:{x:h*d,y:f*m}}const Vl=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 Hl(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}}}}},Dl=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:E,y:x}=g;return{x:E,y:x}}},...c}=_e(e,t),d={x:r,y:n},m=await Ct(t,c),p=ve(Re(a)),h=mo(p);let f=d[h],v=d[p];if(i){const g=h==="y"?"top":"left",E=h==="y"?"bottom":"right",x=f+m[g],k=f-m[E];f=Yr(x,f,k)}if(s){const g=p==="y"?"top":"left",E=p==="y"?"bottom":"right",x=v+m[g],k=v-m[E];v=Yr(x,v,k)}const b=l.fn({...t,[h]:f,[p]:v});return{...b,data:{x:b.x-r,y:b.y-n,enabled:{[h]:i,[p]:s}}}}}},_l=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=()=>{},...d}=_e(e,t),m=await Ct(t,d),p=Re(a),h=rt(a),f=ve(a)==="y",{width:v,height:b}=i.floating;let g,E;p==="top"||p==="bottom"?(g=p,E=h===(await(s.isRTL==null?void 0:s.isRTL(l.floating))?"start":"end")?"left":"right"):(E=p,g=h==="end"?"top":"bottom");const x=b-m.top-m.bottom,k=v-m.left-m.right,L=Be(b-m[g],x),y=Be(v-m[E],k),j=!t.middlewareData.shift;let M=L,C=y;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(C=k),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(M=x),j&&!h){const R=K(m.left,0),A=K(m.right,0),W=K(m.top,0),O=K(m.bottom,0);f?C=v-2*(R!==0||A!==0?R+A:K(m.left,m.right)):M=b-2*(W!==0||O!==0?W+O:K(m.top,m.bottom))}await c({...t,availableWidth:C,availableHeight:M});const $=await s.getDimensions(l.floating);return v!==$.width||b!==$.height?{reset:{rects:!0}}:{}}}};function po(e){const t=de(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const a=he(e),i=a?e.offsetWidth:r,s=a?e.offsetHeight:n,l=Ye(r)!==i||Ye(n)!==s;return l&&(r=i,n=s),{width:r,height:n,$:l}}function Er(e){return Y(e)?e:e.contextElement}function He(e){const t=Er(e);if(!he(t))return me(1);const r=t.getBoundingClientRect(),{width:n,height:a,$:i}=po(t);let s=(i?Ye(r.width):r.width)/n,l=(i?Ye(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const Zl=me(0);function vo(e){const t=ee(e);return!kr()||!t.visualViewport?Zl:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ul(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==ee(e)?!1:t}function Ie(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const a=e.getBoundingClientRect(),i=Er(e);let s=me(1);t&&(n?Y(n)&&(s=He(n)):s=He(e));const l=Ul(i,r,n)?vo(i):me(0);let c=(a.left+l.x)/s.x,d=(a.top+l.y)/s.y,m=a.width/s.x,p=a.height/s.y;if(i){const h=ee(i),f=n&&Y(n)?ee(n):n;let v=h,b=ir(v);for(;b&&n&&f!==v;){const g=He(b),E=b.getBoundingClientRect(),x=de(b),k=E.left+(b.clientLeft+parseFloat(x.paddingLeft))*g.x,L=E.top+(b.clientTop+parseFloat(x.paddingTop))*g.y;c*=g.x,d*=g.y,m*=g.x,p*=g.y,c+=k,d+=L,v=ee(b),b=ir(v)}}return gt({width:m,height:p,x:c,y:d})}function $t(e,t){const r=Mt(e).scrollLeft;return t?t.left+r:Ie(we(e)).left+r}function go(e,t){const r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-$t(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function ql(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e;const i=a==="fixed",s=we(n),l=t?Rt(t.floating):!1;if(n===s||l&&i)return r;let c={scrollLeft:0,scrollTop:0},d=me(1);const m=me(0),p=he(n);if((p||!p&&!i)&&((De(n)!=="body"||tt(s))&&(c=Mt(n)),he(n))){const f=Ie(n);d=He(n),m.x=f.x+n.clientLeft,m.y=f.y+n.clientTop}const h=s&&!p&&!i?go(s,c):me(0);return{width:r.width*d.x,height:r.height*d.y,x:r.x*d.x-c.scrollLeft*d.x+m.x+h.x,y:r.y*d.y-c.scrollTop*d.y+m.y+h.y}}function Gl(e){return Array.from(e.getClientRects())}function zl(e){const t=we(e),r=Mt(e),n=e.ownerDocument.body,a=K(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=K(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let s=-r.scrollLeft+$t(e);const l=-r.scrollTop;return de(n).direction==="rtl"&&(s+=K(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:s,y:l}}const tn=25;function Kl(e,t){const r=ee(e),n=we(e),a=r.visualViewport;let i=n.clientWidth,s=n.clientHeight,l=0,c=0;if(a){i=a.width,s=a.height;const m=kr();(!m||m&&t==="fixed")&&(l=a.offsetLeft,c=a.offsetTop)}const d=$t(n);if(d<=0){const m=n.ownerDocument,p=m.body,h=getComputedStyle(p),f=m.compatMode==="CSS1Compat"&&parseFloat(h.marginLeft)+parseFloat(h.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-f);v<=tn&&(i-=v)}else d<=tn&&(i+=d);return{width:i,height:s,x:l,y:c}}const Xl=new Set(["absolute","fixed"]);function Yl(e,t){const r=Ie(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=he(e)?He(e):me(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,c=a*i.x,d=n*i.y;return{width:s,height:l,x:c,y:d}}function rn(e,t,r){let n;if(t==="viewport")n=Kl(e,r);else if(t==="document")n=zl(we(e));else if(Y(t))n=Yl(t,r);else{const a=vo(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return gt(n)}function bo(e,t){const r=je(e);return r===t||!Y(r)||Ve(r)?!1:de(r).position==="fixed"||bo(r,t)}function Ql(e,t){const r=t.get(e);if(r)return r;let n=Xe(e,[],!1).filter(l=>Y(l)&&De(l)!=="body"),a=null;const i=de(e).position==="fixed";let s=i?je(e):e;for(;Y(s)&&!Ve(s);){const l=de(s),c=xr(s);!c&&l.position==="fixed"&&(a=null),(i?!c&&!a:!c&&l.position==="static"&&!!a&&Xl.has(a.position)||tt(s)&&!c&&bo(e,s))?n=n.filter(m=>m!==s):a=l,s=je(s)}return t.set(e,n),n}function Jl(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e;const s=[...r==="clippingAncestors"?Rt(t)?[]:Ql(t,this._c):[].concat(r),n],l=s[0],c=s.reduce((d,m)=>{const p=rn(t,m,a);return d.top=K(p.top,d.top),d.right=Be(p.right,d.right),d.bottom=Be(p.bottom,d.bottom),d.left=K(p.left,d.left),d},rn(t,l,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function es(e){const{width:t,height:r}=po(e);return{width:t,height:r}}function ts(e,t,r){const n=he(t),a=we(t),i=r==="fixed",s=Ie(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const c=me(0);function d(){c.x=$t(a)}if(n||!n&&!i)if((De(t)!=="body"||tt(a))&&(l=Mt(t)),n){const f=Ie(t,!0,i,t);c.x=f.x+t.clientLeft,c.y=f.y+t.clientTop}else a&&d();i&&!n&&a&&d();const m=a&&!n&&!i?go(a,l):me(0),p=s.left+l.scrollLeft-c.x-m.x,h=s.top+l.scrollTop-c.y-m.y;return{x:p,y:h,width:s.width,height:s.height}}function Zt(e){return de(e).position==="static"}function nn(e,t){if(!he(e)||de(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return we(e)===r&&(r=r.ownerDocument.body),r}function xo(e,t){const r=ee(e);if(Rt(e))return r;if(!he(e)){let a=je(e);for(;a&&!Ve(a);){if(Y(a)&&!Zt(a))return a;a=je(a)}return r}let n=nn(e,t);for(;n&&gl(n)&&Zt(n);)n=nn(n,t);return n&&Ve(n)&&Zt(n)&&!xr(n)?r:n||yl(e)||r}const rs=async function(e){const t=this.getOffsetParent||xo,r=this.getDimensions,n=await r(e.floating);return{reference:ts(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function ns(e){return de(e).direction==="rtl"}const os={convertOffsetParentRelativeRectToViewportRelativeRect:ql,getDocumentElement:we,getClippingRect:Jl,getOffsetParent:xo,getElementRects:rs,getClientRects:Gl,getDimensions:es,getScale:He,isElement:Y,isRTL:ns};function ko(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function as(e,t){let r=null,n;const a=we(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 d=e.getBoundingClientRect(),{left:m,top:p,width:h,height:f}=d;if(l||t(),!h||!f)return;const v=lt(p),b=lt(a.clientWidth-(m+h)),g=lt(a.clientHeight-(p+f)),E=lt(m),k={rootMargin:-v+"px "+-b+"px "+-g+"px "+-E+"px",threshold:K(0,Be(1,c))||1};let L=!0;function y(j){const M=j[0].intersectionRatio;if(M!==c){if(!L)return s();M?s(!1,M):n=setTimeout(()=>{s(!1,1e-7)},1e3)}M===1&&!ko(d,e.getBoundingClientRect())&&s(),L=!1}try{r=new IntersectionObserver(y,{...k,root:a.ownerDocument})}catch{r=new IntersectionObserver(y,k)}r.observe(e)}return s(!0),i}function is(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,d=Er(e),m=a||i?[...d?Xe(d):[],...Xe(t)]:[];m.forEach(E=>{a&&E.addEventListener("scroll",r,{passive:!0}),i&&E.addEventListener("resize",r)});const p=d&&l?as(d,r):null;let h=-1,f=null;s&&(f=new ResizeObserver(E=>{let[x]=E;x&&x.target===d&&f&&(f.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var k;(k=f)==null||k.observe(t)})),r()}),d&&!c&&f.observe(d),f.observe(t));let v,b=c?Ie(e):null;c&&g();function g(){const E=Ie(e);b&&!ko(b,E)&&r(),b=E,v=requestAnimationFrame(g)}return r(),()=>{var E;m.forEach(x=>{a&&x.removeEventListener("scroll",r),i&&x.removeEventListener("resize",r)}),p==null||p(),(E=f)==null||E.disconnect(),f=null,c&&cancelAnimationFrame(v)}}const Ut=Ct,ls=Vl,ss=Dl,cs=Tl,ds=_l,us=(e,t,r)=>{const n=new Map,a={platform:os,...r},i={...a.platform,_c:n};return Nl(e,t,{...a,platform:i})};var fs=typeof document<"u",ms=function(){},ct=fs?w.useLayoutEffect:ms;function bt(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(!bt(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)&&!bt(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function Eo(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function on(e,t){const r=Eo(e);return Math.round(t*r)/r}function qt(e){const t=o.useRef(e);return ct(()=>{t.current=e}),t}function hs(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:d}=e,[m,p]=o.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[h,f]=o.useState(n);bt(h,n)||f(n);const[v,b]=o.useState(null),[g,E]=o.useState(null),x=o.useCallback(I=>{I!==j.current&&(j.current=I,b(I))},[]),k=o.useCallback(I=>{I!==M.current&&(M.current=I,E(I))},[]),L=i||v,y=s||g,j=o.useRef(null),M=o.useRef(null),C=o.useRef(m),$=c!=null,R=qt(c),A=qt(a),W=qt(d),O=o.useCallback(()=>{if(!j.current||!M.current)return;const I={placement:t,strategy:r,middleware:h};A.current&&(I.platform=A.current),us(j.current,M.current,I).then(N=>{const _={...N,isPositioned:W.current!==!1};S.current&&!bt(C.current,_)&&(C.current=_,ft.flushSync(()=>{p(_)}))})},[h,t,r,A,W]);ct(()=>{d===!1&&C.current.isPositioned&&(C.current.isPositioned=!1,p(I=>({...I,isPositioned:!1})))},[d]);const S=o.useRef(!1);ct(()=>(S.current=!0,()=>{S.current=!1}),[]),ct(()=>{if(L&&(j.current=L),y&&(M.current=y),L&&y){if(R.current)return R.current(L,y,O);O()}},[L,y,O,R,$]);const F=o.useMemo(()=>({reference:j,floating:M,setReference:x,setFloating:k}),[x,k]),P=o.useMemo(()=>({reference:L,floating:y}),[L,y]),D=o.useMemo(()=>{const I={position:r,left:0,top:0};if(!P.floating)return I;const N=on(P.floating,m.x),_=on(P.floating,m.y);return l?{...I,transform:"translate("+N+"px, "+_+"px)",...Eo(P.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:N,top:_}},[r,l,P.floating,m.x,m.y]);return o.useMemo(()=>({...m,update:O,refs:F,elements:P,floatingStyles:D}),[m,O,F,P,D])}const yo=(e,t)=>({...ls(e),options:[e,t]}),ws=(e,t)=>({...ss(e),options:[e,t]}),ps=(e,t)=>({...cs(e),options:[e,t]}),vs=(e,t)=>({...ds(e),options:[e,t]}),Lo={...o},gs=Lo.useInsertionEffect,bs=gs||(e=>e());function jo(e){const t=o.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return bs(()=>{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 sr=typeof document<"u"?w.useLayoutEffect:w.useEffect;let an=!1,xs=0;const ln=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+xs++;function ks(){const[e,t]=o.useState(()=>an?ln():void 0);return sr(()=>{e==null&&t(ln())},[]),o.useEffect(()=>{an=!0},[]),e}const Es=Lo.useId,ys=Es||ks;let Qe;process.env.NODE_ENV!=="production"&&(Qe=new Set);function Ls(){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=Qe)!=null&&e.has(a))){var i;(i=Qe)==null||i.add(a),console.warn(a)}}function js(){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=Qe)!=null&&e.has(a))){var i;(i=Qe)==null||i.add(a),console.error(a)}}function Rs(){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 Ms=o.createContext(null),Cs=o.createContext(null),$s=()=>{var e;return((e=o.useContext(Ms))==null?void 0:e.id)||null},As=()=>o.useContext(Cs),Os="data-floating-ui-focusable";function Fs(e){const{open:t=!1,onOpenChange:r,elements:n}=e,a=ys(),i=o.useRef({}),[s]=o.useState(()=>Rs()),l=$s()!=null;if(process.env.NODE_ENV!=="production"){const f=n.reference;f&&!Y(f)&&js("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[c,d]=o.useState(n.reference),m=jo((f,v,b)=>{i.current.openEvent=f?v:void 0,s.emit("openchange",{open:f,event:v,reason:b,nested:l}),r==null||r(f,v,b)}),p=o.useMemo(()=>({setPositionReference:d}),[]),h=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:m,elements:h,events:s,floatingId:a,refs:p}),[t,m,h,s,a,p])}function Ss(e){e===void 0&&(e={});const{nodeId:t}=e,r=Fs({...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),m=(a==null?void 0:a.domReference)||i,p=o.useRef(null),h=As();sr(()=>{m&&(p.current=m)},[m]);const f=hs({...e,elements:{...a,...l&&{reference:l}}}),v=o.useCallback(k=>{const L=Y(k)?{getBoundingClientRect:()=>k.getBoundingClientRect(),contextElement:k}:k;c(L),f.refs.setReference(L)},[f.refs]),b=o.useCallback(k=>{(Y(k)||k===null)&&(p.current=k,s(k)),(Y(f.refs.reference.current)||f.refs.reference.current===null||k!==null&&!Y(k))&&f.refs.setReference(k)},[f.refs]),g=o.useMemo(()=>({...f.refs,setReference:b,setPositionReference:v,domReference:p}),[f.refs,b,v]),E=o.useMemo(()=>({...f.elements,domReference:m}),[f.elements,m]),x=o.useMemo(()=>({...f,...n,refs:g,elements:E,nodeId:t}),[f,g,E,t,n]);return sr(()=>{n.dataRef.current.floatingContext=x;const k=h==null?void 0:h.nodesRef.current.find(L=>L.id===t);k&&(k.context=x)}),o.useMemo(()=>({...f,context:x,refs:g,elements:E}),[f,g,E,x])}const sn="active",cn="selected";function Gt(e,t,r){const n=new Map,a=r==="item";let i=e;if(a&&e){const{[sn]:s,[cn]:l,...c}=e;i=c}return{...r==="floating"&&{tabIndex:-1,[Os]:""},...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[d,m]=c;if(!(a&&[sn,cn].includes(d)))if(d.indexOf("on")===0){if(n.has(d)||n.set(d,[]),typeof m=="function"){var p;(p=n.get(d))==null||p.push(m),s[d]=function(){for(var h,f=arguments.length,v=new Array(f),b=0;b<f;b++)v[b]=arguments[b];return(h=n.get(d))==null?void 0:h.map(g=>g(...v)).find(g=>g!==void 0)}}}else s[d]=m}),s),{})}}function Bs(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=>Gt(l,e,"reference"),t),i=o.useCallback(l=>Gt(l,e,"floating"),r),s=o.useCallback(l=>Gt(l,e,"item"),n);return o.useMemo(()=>({getReferenceProps:a,getFloatingProps:i,getItemProps:s}),[a,i,s])}function dn(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Is=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:d,...m}=_e(e,t),{rects:p,elements:{floating:h}}=t,f=r.current[s],v=(d==null?void 0:d.current)||h,b=h.clientTop||v.clientTop,g=h.clientTop!==0,E=v.clientTop!==0,x=h===v;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||Ls('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const k={...t,...await yo(-f.offsetTop-h.clientTop-p.reference.height/2-f.offsetHeight/2-i).fn(t)},L=await Ut(dn(k,v.scrollHeight+b+h.clientTop),m),y=await Ut(k,{...m,elementContext:"reference"}),j=K(0,L.top),M=k.y+j,R=(v.scrollHeight>v.clientHeight?A=>A:Ye)(K(0,v.scrollHeight+(g&&x||E?b*2:0)-j-K(0,L.bottom)));if(v.style.maxHeight=R+"px",v.scrollTop=j,a){const A=v.offsetHeight<f.offsetHeight*Be(l,r.current.length)-1||y.top>=-c||y.bottom>=-c;ft.flushSync(()=>a(A))}return n&&(n.current=await Ut(dn({...k,y:M},v.offsetHeight+b+h.clientTop),m)),{y:M}}});function Ws(e,t){const{open:r,elements:n}=e,{enabled:a=!0,overflowRef:i,scrollRef:s,onChange:l}=t,c=jo(l),d=o.useRef(!1),m=o.useRef(null),p=o.useRef(null);o.useEffect(()=>{if(!a)return;function f(b){if(b.ctrlKey||!v||i.current==null)return;const g=b.deltaY,E=i.current.top>=-.5,x=i.current.bottom>=-.5,k=v.scrollHeight-v.clientHeight,L=g<0?-1:1,y=g<0?"max":"min";v.scrollHeight<=v.clientHeight||(!E&&g>0||!x&&g<0?(b.preventDefault(),ft.flushSync(()=>{c(j=>j+Math[y](g,k*L))})):/firefox/i.test(jl())&&(v.scrollTop+=g))}const v=(s==null?void 0:s.current)||n.floating;if(r&&v)return v.addEventListener("wheel",f),requestAnimationFrame(()=>{m.current=v.scrollTop,i.current!=null&&(p.current={...i.current})}),()=>{m.current=null,p.current=null,v.removeEventListener("wheel",f)}},[a,r,n.floating,i,s,c]);const h=o.useMemo(()=>({onKeyDown(){d.current=!0},onWheel(){d.current=!1},onPointerMove(){d.current=!1},onScroll(){const f=(s==null?void 0:s.current)||n.floating;if(!(!i.current||!f||!d.current)){if(m.current!==null){const v=f.scrollTop-m.current;(i.current.bottom<-.5&&v<-1||i.current.top<-.5&&v>1)&&ft.flushSync(()=>c(b=>b+v))}requestAnimationFrame(()=>{m.current=f.scrollTop})}}}),[n.floating,c,i,s]);return o.useMemo(()=>a?{floating:h}:{},[a,h])}let Ze=w.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Ze.displayName="FloatingContext";let yr=w.createContext(null);yr.displayName="PlacementContext";function Ns(e){return w.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Ts(){return w.useContext(Ze).setReference}function Ps(){return w.useContext(Ze).getReferenceProps}function Hs(){let{getFloatingProps:e,slot:t}=w.useContext(Ze);return w.useCallback((...r)=>Object.assign({},e(...r),{"data-anchor":t.anchor}),[e,t])}function Vs(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=w.useContext(yr),r=w.useMemo(()=>e,[JSON.stringify(e,(a,i)=>{var s;return(s=i==null?void 0:i.outerHTML)!=null?s:i})]);q(()=>{t==null||t(r??null)},[t,r]);let n=w.useContext(Ze);return w.useMemo(()=>[n.setFloating,e?n.styles:{}],[n.setFloating,e,n.styles])}let un=4;function Ds({children:e,enabled:t=!0}){let[r,n]=w.useState(null),[a,i]=w.useState(0),s=w.useRef(null),[l,c]=w.useState(null);_s(l);let d=t&&r!==null&&l!==null,{to:m="bottom",gap:p=0,offset:h=0,padding:f=0,inner:v}=Zs(r,l),[b,g="center"]=m.split(" ");q(()=>{d&&i(0)},[d]);let{refs:E,floatingStyles:x,context:k}=Ss({open:d,placement:b==="selection"?g==="center"?"bottom":`bottom-${g}`:g==="center"?`${b}`:`${b}-${g}`,strategy:"absolute",transform:!1,middleware:[yo({mainAxis:b==="selection"?0:p,crossAxis:h}),ws({padding:f}),b!=="selection"&&ps({padding:f}),b==="selection"&&v?Is({...v,padding:f,overflowRef:s,offset:a,minItemsVisible:un,referenceOverflowThreshold:f,onFallbackChange(A){var W,O;if(!A)return;let S=k.elements.floating;if(!S)return;let F=parseFloat(getComputedStyle(S).scrollPaddingBottom)||0,P=Math.min(un,S.childElementCount),D=0,I=0;for(let N of(O=(W=k.elements.floating)==null?void 0:W.childNodes)!=null?O:[])if(be(N)){let _=N.offsetTop,pe=_+N.clientHeight+F,G=S.scrollTop,U=G+S.clientHeight;if(_>=G&&pe<=U)P--;else{I=Math.max(0,Math.min(pe,U)-Math.max(_,G)),D=N.clientHeight;break}}P>=1&&i(N=>{let _=D*P-I+F;return N>=_?N:_})}}):null,vs({padding:f,apply({availableWidth:A,availableHeight:W,elements:O}){Object.assign(O.floating.style,{overflow:"auto",maxWidth:`${A}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${W}px)`})}})].filter(Boolean),whileElementsMounted:is}),[L=b,y=g]=k.placement.split("-");b==="selection"&&(L="selection");let j=w.useMemo(()=>({anchor:[L,y].filter(Boolean).join(" ")}),[L,y]),M=Ws(k,{overflowRef:s,onChange:i}),{getReferenceProps:C,getFloatingProps:$}=Bs([M]),R=T(A=>{c(A),E.setFloating(A)});return o.createElement(yr.Provider,{value:n},o.createElement(Ze.Provider,{value:{setFloating:R,setReference:E.setReference,styles:x,getReferenceProps:C,getFloatingProps:$,slot:j}},e))}function _s(e){q(()=>{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 Zs(e,t){var r,n,a;let i=zt((r=e==null?void 0:e.gap)!=null?r:"var(--anchor-gap, 0)",t),s=zt((n=e==null?void 0:e.offset)!=null?n:"var(--anchor-offset, 0)",t),l=zt((a=e==null?void 0:e.padding)!=null?a:"var(--anchor-padding, 0)",t);return{...e,gap:i,offset:s,padding:l}}function zt(e,t,r=void 0){let n=We(),a=T((c,d)=>{if(c==null)return[r,null];if(typeof c=="number")return[c,null];if(typeof c=="string"){if(!d)return[r,null];let m=fn(c,d);return[m,p=>{let h=Ro(c);{let f=h.map(v=>window.getComputedStyle(d).getPropertyValue(v));n.requestAnimationFrame(function v(){n.nextFrame(v);let b=!1;for(let[E,x]of h.entries()){let k=window.getComputedStyle(d).getPropertyValue(x);if(f[E]!==k){f[E]=k,b=!0;break}}if(!b)return;let g=fn(c,d);m!==g&&(p(g),m=g)})}return n.dispose}]}return[r,null]}),i=w.useMemo(()=>a(e,t)[0],[e,t]),[s=i,l]=w.useState();return q(()=>{let[c,d]=a(e,t);if(l(c),!!d)return d(l)},[e,t]),s}function Ro(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,...Ro(a)]:[n]}return[]}function fn(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 Us({children:e,freeze:t},r){let n=Mo(t,e);return w.isValidElement(n)?w.cloneElement(n,{ref:r}):w.createElement(w.Fragment,null,n)}w.forwardRef(Us);function Mo(e,t){let[r,n]=w.useState(t);return!e&&r!==t&&n(t),e?r:t}let Lr=w.createContext(null);Lr.displayName="OpenClosedContext";var ce=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(ce||{});function jr(){return w.useContext(Lr)}function Co({value:e,children:t}){return w.createElement(Lr.Provider,{value:e},t)}function qs(e){throw new Error("Unexpected object: "+e)}var Z=(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))(Z||{});function st(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:qs(e)}}function $o(e){let t=T(e),r=w.useRef(!1);w.useEffect(()=>(r.current=!1,()=>{r.current=!0,In(()=>{r.current&&t()})}),[t])}let Gs=w.createContext(!1);function zs(){return w.useContext(Gs)}function Ks(e){let t=zs(),r=w.useContext(Oo),[n,a]=w.useState(()=>{var i;if(!t&&r!==null)return(i=r.current)!=null?i:null;if(fe.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 w.useEffect(()=>{n!==null&&(e!=null&&e.body.contains(n)||e==null||e.body.appendChild(n))},[n,e]),w.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),n}let Ao=w.Fragment,Xs=J(function(e,t){let{ownerDocument:r=null,...n}=e,a=w.useRef(null),i=se(mi(h=>{a.current=h}),t),s=ar(a.current),l=r??s,c=Ks(l),d=w.useContext(e0),m=We(),p=ne();return $o(()=>{var h;c&&c.childNodes.length<=0&&((h=c.parentElement)==null||h.removeChild(c))}),c?Fe.createPortal(w.createElement("div",{"data-headlessui-portal":"",ref:h=>{m.dispose(),d&&h&&m.add(d.register(h))}},p({ourProps:{ref:i},theirProps:n,slot:{},defaultTag:Ao,name:"Portal"})),c):null});function Ys(e,t){let r=se(t),{enabled:n=!0,ownerDocument:a,...i}=e,s=ne();return n?w.createElement(Xs,{...i,ownerDocument:a,ref:r}):s({ourProps:{ref:r},theirProps:i,slot:{},defaultTag:Ao,name:"Portal"})}let Qs=w.Fragment,Oo=w.createContext(null);function Js(e,t){let{target:r,...n}=e,a={ref:se(t)},i=ne();return w.createElement(Oo.Provider,{value:r},i({ourProps:a,theirProps:n,defaultTag:Qs,name:"Popover.Group"}))}let e0=w.createContext(null),t0=J(Ys),r0=J(Js),n0=Object.assign(t0,{Group:r0});const dt={Idle:{kind:"Idle"},Tracked:e=>({kind:"Tracked",position:e}),Moved:{kind:"Moved"}};function Fo(e){let t=e.getBoundingClientRect();return`${t.x},${t.y}`}function o0(e,t,r){let n=re();if(t.kind==="Tracked"){let a=function(){i!==Fo(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 a0(){let e=typeof document>"u";return"useSyncExternalStore"in o?(t=>t.useSyncExternalStore)(o)(()=>()=>{},()=>!1,()=>!e):!1}function So(){let e=a0(),[t,r]=o.useState(fe.isHandoffComplete);return t&&fe.isHandoffComplete===!1&&r(!1),o.useEffect(()=>{t!==!0&&r(!0)},[t]),o.useEffect(()=>fe.handoff(),[]),e?!1:t}function i0(){let e=w.useRef(!1);return q(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Bo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||!ze((t=e.as)!=null?t:Wo)||w.Children.count(e.children)===1}let At=w.createContext(null);At.displayName="TransitionContext";var l0=(e=>(e.Visible="visible",e.Hidden="hidden",e))(l0||{});function s0(){let e=w.useContext(At);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function c0(){let e=w.useContext(Ot);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Ot=w.createContext(null);Ot.displayName="NestingContext";function Ft(e){return"children"in e?Ft(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Io(e,t){let r=Ne(e),n=w.useRef([]),a=i0(),i=We(),s=T((f,v=Ee.Hidden)=>{let b=n.current.findIndex(({el:g})=>g===f);b!==-1&&(le(v,{[Ee.Unmount](){n.current.splice(b,1)},[Ee.Hidden](){n.current[b].state="hidden"}}),i.microTask(()=>{var g;!Ft(n)&&a.current&&((g=r.current)==null||g.call(r))}))}),l=T(f=>{let v=n.current.find(({el:b})=>b===f);return v?v.state!=="visible"&&(v.state="visible"):n.current.push({el:f,state:"visible"}),()=>s(f,Ee.Unmount)}),c=w.useRef([]),d=w.useRef(Promise.resolve()),m=w.useRef({enter:[],leave:[]}),p=T((f,v,b)=>{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(m.current[v].map(([E,x])=>x)).then(()=>g())})]),v==="enter"?d.current=d.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(v)):b(v)}),h=T((f,v,b)=>{Promise.all(m.current[v].splice(0).map(([g,E])=>E)).then(()=>{var g;(g=c.current.shift())==null||g()}).then(()=>b(v))});return w.useMemo(()=>({children:n,register:l,unregister:s,onStart:p,onStop:h,wait:d,chains:m}),[l,s,n,p,h,m,d])}let Wo=w.Fragment,No=pt.RenderStrategy;function d0(e,t){var r,n;let{transition:a=!0,beforeEnter:i,afterEnter:s,beforeLeave:l,afterLeave:c,enter:d,enterFrom:m,enterTo:p,entered:h,leave:f,leaveFrom:v,leaveTo:b,...g}=e,[E,x]=w.useState(null),k=w.useRef(null),L=Bo(e),y=se(...L?[k,t,x]:t===null?[]:[t]),j=(r=g.unmount)==null||r?Ee.Unmount:Ee.Hidden,{show:M,appear:C,initial:$}=s0(),[R,A]=w.useState(M?"visible":"hidden"),W=c0(),{register:O,unregister:S}=W;q(()=>O(k),[O,k]),q(()=>{if(j===Ee.Hidden&&k.current){if(M&&R!=="visible"){A("visible");return}return le(R,{hidden:()=>S(k),visible:()=>O(k)})}},[R,k,O,S,M,j]);let F=So();q(()=>{if(L&&F&&R==="visible"&&k.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[k,R,F,L]);let P=$&&!C,D=C&&M&&$,I=w.useRef(!1),N=Io(()=>{I.current||(A("hidden"),S(k))},W),_=T(oe=>{I.current=!0;let xe=oe?"enter":"leave";N.onStart(k,xe,$e=>{$e==="enter"?i==null||i():$e==="leave"&&(l==null||l())})}),pe=T(oe=>{let xe=oe?"enter":"leave";I.current=!1,N.onStop(k,xe,$e=>{$e==="enter"?s==null||s():$e==="leave"&&(c==null||c())}),xe==="leave"&&!Ft(N)&&(A("hidden"),S(k))});w.useEffect(()=>{L&&a||(_(M),pe(M))},[M,L,a]);let G=!(!a||!L||!F||P),[,U]=co(G,E,M,{start:_,end:pe}),It=ke({ref:y,className:((n=er(g.className,D&&d,D&&m,U.enter&&d,U.enter&&U.closed&&m,U.enter&&!U.closed&&p,U.leave&&f,U.leave&&!U.closed&&v,U.leave&&U.closed&&b,!U.transition&&M&&h))==null?void 0:n.trim())||void 0,...so(U)}),Ce=0;R==="visible"&&(Ce|=ce.Open),R==="hidden"&&(Ce|=ce.Closed),M&&R==="hidden"&&(Ce|=ce.Opening),!M&&R==="visible"&&(Ce|=ce.Closing);let B=ne();return w.createElement(Ot.Provider,{value:N},w.createElement(Co,{value:Ce},B({ourProps:It,theirProps:g,defaultTag:Wo,features:No,visible:R==="visible",name:"Transition.Child"})))}function u0(e,t){let{show:r,appear:n=!1,unmount:a=!0,...i}=e,s=w.useRef(null),l=Bo(e),c=se(...l?[s,t]:t===null?[]:[t]);So();let d=jr();if(r===void 0&&d!==null&&(r=(d&ce.Open)===ce.Open),r===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[m,p]=w.useState(r?"visible":"hidden"),h=Io(()=>{r||p("hidden")}),[f,v]=w.useState(!0),b=w.useRef([r]);q(()=>{f!==!1&&b.current[b.current.length-1]!==r&&(b.current.push(r),v(!1))},[b,r]);let g=w.useMemo(()=>({show:r,appear:n,initial:f}),[r,n,f]);q(()=>{r?p("visible"):!Ft(h)&&s.current!==null&&p("hidden")},[r,h]);let E={unmount:a},x=T(()=>{var y;f&&v(!1),(y=e.beforeEnter)==null||y.call(e)}),k=T(()=>{var y;f&&v(!1),(y=e.beforeLeave)==null||y.call(e)}),L=ne();return w.createElement(Ot.Provider,{value:h},w.createElement(At.Provider,{value:g},L({ourProps:{...E,as:w.Fragment,children:w.createElement(To,{ref:c,...E,...i,beforeEnter:x,beforeLeave:k})},theirProps:{},defaultTag:w.Fragment,features:No,visible:m==="visible",name:"Transition"})))}function f0(e,t){let r=w.useContext(At)!==null,n=jr()!==null;return w.createElement(w.Fragment,null,!r&&n?w.createElement(cr,{ref:t,...e}):w.createElement(To,{ref:t,...e}))}let cr=J(u0),To=J(d0),m0=J(f0),Po=Object.assign(cr,{Child:m0,Root:cr}),mn=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function hn(e){var t,r;let n=(t=e.innerText)!=null?t:"",a=e.cloneNode(!0);if(!be(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 mn.test(s)&&(s=s.replace(mn,"")),s}function h0(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():hn(i).trim()}return null}).filter(Boolean);if(n.length>0)return n.join(", ")}return hn(e).trim()}function w0(e){let t=w.useRef(""),r=w.useRef("");return T(()=>{let n=e.current;if(!n)return"";let a=n.innerText;if(t.current===a)return r.current;let i=h0(n).trim().toLowerCase();return t.current=a,r.current=i,i})}var p0=Object.defineProperty,v0=(e,t,r)=>t in e?p0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,wn=(e,t,r)=>(v0(e,typeof t!="symbol"?t+"":t,r),r),X=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(X||{}),ye=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(ye||{}),ut=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(ut||{}),Ho=(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))(Ho||{});function pn(e,t=r=>r){let r=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,n=io(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 g0={1(e){if(e.dataRef.current.disabled||e.listboxState===1)return e;let t=e.buttonElement?dt.Tracked(Fo(e.buttonElement)):e.buttonPositionState;return{...e,activeOptionIndex:null,pendingFocus:{focus:Z.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:dt.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===Z.Nothing)return{...l,activeOptionIndex:null};if(t.focus===Z.Specific)return{...l,activeOptionIndex:e.options.findIndex(m=>m.id===t.id)};if(t.focus===Z.Previous){let m=e.activeOptionIndex;if(m!==null){let p=e.options[m].dataRef.current.domRef,h=st(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(h!==null){let f=e.options[h].dataRef.current.domRef;if(((n=p.current)==null?void 0:n.previousElementSibling)===f.current||((a=f.current)==null?void 0:a.previousElementSibling)===null)return{...l,activeOptionIndex:h}}}}else if(t.focus===Z.Next){let m=e.activeOptionIndex;if(m!==null){let p=e.options[m].dataRef.current.domRef,h=st(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(h!==null){let f=e.options[h].dataRef.current.domRef;if(((i=p.current)==null?void 0:i.nextElementSibling)===f.current||((s=f.current)==null?void 0:s.nextElementSibling)===null)return{...l,activeOptionIndex:h}}}}let c=pn(e),d=st(t,{resolveItems:()=>c.options,resolveActiveIndex:()=>c.activeOptionIndex,resolveId:m=>m.id,resolveDisabled:m=>m.dataRef.current.disabled});return{...l,...c,activeOptionIndex:d}},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!==Z.Nothing&&(n=st(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:Z.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,...pn(e),pendingShouldSort:!1}:e,11(e){return e.buttonPositionState.kind!=="Tracked"?e:{...e,buttonPositionState:dt.Moved}}};class Rr extends Jn{constructor(t){super(t),wn(this,"actions",{onChange:r=>{let{onChange:n,compare:a,mode:i,value:s}=this.state.dataRef.current;return le(i,{0:()=>n==null?void 0:n(r),1:()=>{let l=s.slice(),c=l.findIndex(d=>a(d,r));return c===-1?l.push(r):l.splice(c,1),n==null?void 0:n(l)}})},registerOption:Vt(()=>{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:Vt(()=>{let r=[];return[n=>r.push(n),()=>{this.send({type:7,options:r.splice(0)})}]}),goToOption:Vt(()=>{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})}}),wn(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=gr.get(null);this.disposables.add(n.on(to.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(o0(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 Rr({id:t,dataRef:{current:{}},listboxState:r?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:Z.Nothing},frozenValue:!1,__demoMode:r,buttonPositionState:dt.Idle})}reduce(t,r){return le(r.type,g0,t,r)}}const Vo=w.createContext(null);function Mr(e){let t=w.useContext(Vo);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,Do),r}return t}function Do({id:e,__demoMode:t=!1}){let r=w.useMemo(()=>Rr.new({id:e,__demoMode:t}),[]);return $o(()=>r.dispose()),r}let St=w.createContext(null);St.displayName="ListboxDataContext";function nt(e){let t=w.useContext(St);if(t===null){let r=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,nt),r}return t}let b0=w.Fragment;function x0(e,t){let r=w.useId(),n=wr(),{value:a,defaultValue:i,form:s,name:l,onChange:c,by:d,invalid:m=!1,disabled:p=n||!1,horizontal:h=!1,multiple:f=!1,__demoMode:v=!1,...b}=e;const g=h?"horizontal":"vertical";let E=se(t),x=Qa(i),[k=f?[]:void 0,L]=Ya(a,c,x),y=Do({id:r,__demoMode:v}),j=w.useRef({static:!1,hold:!1}),M=w.useRef(new Map),C=Li(d),$=w.useCallback(G=>le(R.mode,{[ye.Multi]:()=>k.some(U=>C(U,G)),[ye.Single]:()=>C(k,G)}),[k]),R=Le({value:k,disabled:p,invalid:m,mode:f?ye.Multi:ye.Single,orientation:g,onChange:L,compare:C,isSelected:$,optionsPropsRef:j,listRef:M});q(()=>{y.state.dataRef.current=R},[R]);let A=Q(y,G=>G.listboxState),W=gr.get(null),O=Q(W,w.useCallback(G=>W.selectors.isTop(G,r),[W,r])),[S,F]=Q(y,G=>[G.buttonElement,G.optionsElement]);Yi(O,[S,F],(G,U)=>{y.send({type:Ho.CloseListbox}),ao(U,br.Loose)||(G.preventDefault(),S==null||S.focus())});let P=Le({open:A===X.Open,disabled:p,invalid:m,value:k}),[D,I]=gi({inherit:!0}),N={ref:E},_=w.useCallback(()=>{if(x!==void 0)return L==null?void 0:L(x)},[L,x]),pe=ne();return w.createElement(I,{value:D,props:{htmlFor:S==null?void 0:S.id},slot:{open:A===X.Open,disabled:p}},w.createElement(Ds,null,w.createElement(Vo.Provider,{value:y},w.createElement(St.Provider,{value:R},w.createElement(Co,{value:le(A,{[X.Open]:ce.Open,[X.Closed]:ce.Closed})},l!=null&&k!=null&&w.createElement(ai,{disabled:p,data:{[l]:k},form:s,onReset:_}),pe({ourProps:N,theirProps:b,slot:P,defaultTag:b0,name:"Listbox"}))))))}let k0="button";function E0(e,t){let r=w.useId(),n=Dn(),a=nt("Listbox.Button"),i=Mr("Listbox.Button"),{id:s=n||`headlessui-listbox-button-${r}`,disabled:l=a.disabled||!1,autoFocus:c=!1,...d}=e,m=se(t,Ts(),i.actions.setButtonElement),p=Ps(),[h,f,v]=Q(i,F=>[F.listboxState,F.buttonElement,F.optionsElement]),b=h===X.Open;el(b,{trigger:f,action:w.useCallback(F=>{if(f!=null&&f.contains(F.target))return it.Ignore;let P=F.target.closest('[role="option"]:not([data-disabled])');return be(P)?it.Select(P):v!=null&&v.contains(F.target)?it.Ignore:it.Close},[f,v]),close:i.actions.closeListbox,select:i.actions.selectActiveOption});let g=T(F=>{switch(F.key){case z.Enter:Ja(F.currentTarget);break;case z.Space:case z.ArrowDown:F.preventDefault(),i.actions.openListbox({focus:a.value?Z.Nothing:Z.First});break;case z.ArrowUp:F.preventDefault(),i.actions.openListbox({focus:a.value?Z.Nothing:Z.Last});break}}),E=T(F=>{switch(F.key){case z.Space:F.preventDefault();break}}),x=Ri(F=>{var P;i.state.listboxState===X.Open?(Fe.flushSync(()=>i.actions.closeListbox()),(P=i.state.buttonElement)==null||P.focus({preventScroll:!0})):(F.preventDefault(),i.actions.openListbox({focus:Z.Nothing}))}),k=T(F=>F.preventDefault()),L=Kn([s]),y=hi(),{isFocusVisible:j,focusProps:M}=Na({autoFocus:c}),{isHovered:C,hoverProps:$}=Wa({isDisabled:l}),{pressed:R,pressProps:A}=Za({disabled:l}),W=Le({open:h===X.Open,active:R||h===X.Open,disabled:l,invalid:a.invalid,value:a.value,hover:C,focus:j,autofocus:c}),O=Q(i,F=>F.listboxState===X.Open),S=Nn(p(),{ref:m,id:s,type:tl(e,f),"aria-haspopup":"listbox","aria-controls":v==null?void 0:v.id,"aria-expanded":O,"aria-labelledby":L,"aria-describedby":y,disabled:l||void 0,autoFocus:c,onKeyDown:g,onKeyUp:E,onKeyPress:k},x,M,$,A);return ne()({ourProps:S,theirProps:d,slot:W,defaultTag:k0,name:"Listbox.Button"})}let _o=w.createContext(!1),y0="div",L0=pt.RenderStrategy|pt.Static;function j0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-options-${r}`,anchor:a,portal:i=!1,modal:s=!0,transition:l=!1,...c}=e,d=Ns(a),[m,p]=w.useState(null);d&&(i=!0);let h=nt("Listbox.Options"),f=Mr("Listbox.Options"),[v,b,g,E]=Q(f,B=>[B.listboxState,B.buttonElement,B.optionsElement,B.__demoMode]),x=ar(b),k=ar(g),L=jr(),[y,j]=co(l,m,L!==null?(L&ce.Open)===ce.Open:v===X.Open);Pi(y,b,f.actions.closeListbox);let M=E?!1:s&&v===X.Open;sl(M,k);let C=E?!1:s&&v===X.Open;Ti(C,{allowed:w.useCallback(()=>[b,g],[b,g])});let $=Q(f,f.selectors.didButtonMove)?!1:y,R=Q(f,f.selectors.hasFrozenValue)&&!e.static,A=Mo(R,h.value),W=w.useCallback(B=>h.compare(A,B),[h.compare,A]),O=Q(f,B=>{var oe;if(d==null||!((oe=d==null?void 0:d.to)!=null&&oe.includes("selection")))return null;let xe=B.options.findIndex($e=>W($e.dataRef.current.value));return xe===-1&&(xe=0),xe}),S=(()=>{if(d==null)return;if(O===null)return{...d,inner:void 0};let B=Array.from(h.listRef.current.values());return{...d,inner:{listRef:{current:B},index:O}}})(),[F,P]=Vs(S),D=Hs(),I=se(t,d?F:null,f.actions.setOptionsElement,p),N=We();w.useEffect(()=>{let B=g;B&&v===X.Open&&(Va(B)||B==null||B.focus({preventScroll:!0}))},[v,g]);let _=T(B=>{var oe;switch(N.dispose(),B.key){case z.Space:if(f.state.searchQuery!=="")return B.preventDefault(),B.stopPropagation(),f.actions.search(B.key);case z.Enter:B.preventDefault(),B.stopPropagation(),f.actions.selectActiveOption();break;case le(h.orientation,{vertical:z.ArrowDown,horizontal:z.ArrowRight}):return B.preventDefault(),B.stopPropagation(),f.actions.goToOption({focus:Z.Next});case le(h.orientation,{vertical:z.ArrowUp,horizontal:z.ArrowLeft}):return B.preventDefault(),B.stopPropagation(),f.actions.goToOption({focus:Z.Previous});case z.Home:case z.PageUp:return B.preventDefault(),B.stopPropagation(),f.actions.goToOption({focus:Z.First});case z.End:case z.PageDown:return B.preventDefault(),B.stopPropagation(),f.actions.goToOption({focus:Z.Last});case z.Escape:B.preventDefault(),B.stopPropagation(),Fe.flushSync(()=>f.actions.closeListbox()),(oe=f.state.buttonElement)==null||oe.focus({preventScroll:!0});return;case z.Tab:B.preventDefault(),B.stopPropagation(),Fe.flushSync(()=>f.actions.closeListbox()),Gi(f.state.buttonElement,B.shiftKey?or.Previous:or.Next);break;default:B.key.length===1&&(f.actions.search(B.key),N.setTimeout(()=>f.actions.clearSearch(),350));break}}),pe=Q(f,B=>{var oe;return(oe=B.buttonElement)==null?void 0:oe.id}),G=Le({open:v===X.Open}),U=Nn(d?D():{},{id:n,ref:I,"aria-activedescendant":Q(f,f.selectors.activeDescendantId),"aria-multiselectable":h.mode===ye.Multi?!0:void 0,"aria-labelledby":pe,"aria-orientation":h.orientation,onKeyDown:_,role:"listbox",tabIndex:v===X.Open?0:void 0,style:{...c.style,...P,"--button-width":ji(y,b,!0).width},...so(j)}),It=ne(),Ce=w.useMemo(()=>h.mode===ye.Multi?h:{...h,isSelected:W},[h,W]);return w.createElement(n0,{enabled:i?e.static||y:!1,ownerDocument:x},w.createElement(St.Provider,{value:Ce},It({ourProps:U,theirProps:c,slot:G,defaultTag:y0,features:L0,visible:$,name:"Listbox.Options"})))}let R0="div";function M0(e,t){let r=w.useId(),{id:n=`headlessui-listbox-option-${r}`,disabled:a=!1,value:i,...s}=e,l=w.useContext(_o)===!0,c=nt("Listbox.Option"),d=Mr("Listbox.Option"),m=Q(d,R=>d.selectors.isActive(R,n)),p=c.isSelected(i),h=w.useRef(null),f=w0(h),v=Ne({disabled:a,value:i,domRef:h,get textValue(){return f()}}),b=se(t,h,R=>{R?c.listRef.current.set(n,R):c.listRef.current.delete(n)}),g=Q(d,R=>d.selectors.shouldScrollIntoView(R,n));q(()=>{if(g)return re().requestAnimationFrame(()=>{var R,A;(A=(R=h.current)==null?void 0:R.scrollIntoView)==null||A.call(R,{block:"nearest"})})},[g,h]),q(()=>{if(!l)return d.actions.registerOption(n,v),()=>d.actions.unregisterOption(n)},[v,n,l]);let E=T(R=>{if(a)return R.preventDefault();d.actions.selectOption(i)}),x=T(()=>{if(a)return d.actions.goToOption({focus:Z.Nothing});d.actions.goToOption({focus:Z.Specific,id:n})}),k=cl(),L=T(R=>k.update(R)),y=T(R=>{k.wasMoved(R)&&(a||m&&d.state.activationTrigger===ut.Pointer||d.actions.goToOption({focus:Z.Specific,id:n},ut.Pointer))}),j=T(R=>{k.wasMoved(R)&&(a||m&&d.state.activationTrigger===ut.Pointer&&d.actions.goToOption({focus:Z.Nothing}))}),M=Le({active:m,focus:m,selected:p,disabled:a,selectedOption:p&&l}),C=l?{}:{id:n,ref:b,role:"option",tabIndex:a===!0?void 0:-1,"aria-disabled":a===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:E,onFocus:x,onPointerEnter:L,onMouseEnter:L,onPointerMove:y,onMouseMove:y,onPointerLeave:j,onMouseLeave:j},$=ne();return!p&&l?null:$({ourProps:C,theirProps:s,slot:M,defaultTag:R0,name:"Listbox.Option"})}let C0=w.Fragment;function $0(e,t){let{options:r,placeholder:n,...a}=e,i={ref:se(t)},s=nt("ListboxSelectedOption"),l=Le({}),c=s.value===void 0||s.value===null||s.mode===ye.Multi&&Array.isArray(s.value)&&s.value.length===0,d=ne();return w.createElement(_o.Provider,{value:!0},d({ourProps:i,theirProps:{...a,children:w.createElement(w.Fragment,null,n&&c?n:r)},slot:l,defaultTag:C0,name:"ListboxSelectedOption"}))}let A0=J(x0),Cr=J(E0),O0=Ei,$r=J(j0),Ar=J(M0),F0=J($0),Zo=Object.assign(A0,{Button:Cr,Label:O0,Options:$r,Option:Ar,SelectedOption:F0});function S0({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 Uo=o.forwardRef(S0);function B0({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 qo=o.forwardRef(B0);function I0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,helper:s,description:l,placeholder:c="Select an option",required:d,error:m,options:p=[],optionId:h="id",optionLabel:f="name"}=e,[v,b]=w.useState(!1),g=!!m,E=g?n.error:v?n.inputFocusBorder:n.inputBorder,x=()=>{if(!t)return null;const y=p.find(j=>typeof j=="string"?j===t:j[h]===t);return typeof y=="string"?y:y==null?void 0:y[f]},k=y=>{const j=typeof y=="string"?y:y[h];r(j)},L=x();return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&u.jsx("span",{style:{color:n.inputFocusBorder},className:"ml-1 text-xs",children:"*"})]}),!d&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"(Optional)"})]}),s&&u.jsx("p",{style:{color:n.description},className:"mb-2 text-xs",children:s}),u.jsx("div",{className:"relative mt-2",children:u.jsx(Zo,{value:t,onChange:k,onFocus:()=>b(!0),onBlur:()=>b(!1),children:u.jsxs("div",{className:"relative",children:[u.jsxs(Cr,{id:a,style:{color:g?n.error:n.inputText,backgroundColor:n.inputBackground,borderColor:E,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:[u.jsx("span",{className:`block truncate ${L?"":"opacity-50"}`,style:{color:L?void 0:n.inputPlaceholder},children:t||L||c}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(qo,{className:"h-5 w-5",style:{color:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Po,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx($r,{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:p.map((y,j)=>{const M=typeof y=="string"?y:y.value,C=typeof y=="string"?y:y.name+y.label?` (${y.label})`:"";return u.jsx(Ar,{className:({active:$})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${$?"bg-gray-100":""}`,value:M,children:({selected:$})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{style:{fontWeight:$?"600":"400"},className:"block truncate",children:C}),$&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n.inputFocusBorder},children:u.jsx(Uo,{className:"h-5 w-5","aria-hidden":"true"})})]})},j)})})})]})})}),g?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:m}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:l}):null]})}const Or={};function V(e,t){Or[e]=t}function Go(e){return Or[e]}function W0(){return{...Or}}const N0={title:"#000",label:"#111",inputText:"#000",inputBackground:"#fff",inputBorder:"#ebebeb",inputPlaceholder:"#888",inputFocusBorder:"#020DF9",description:"#555",error:"#ff0000",requiredAsterisk:"#020DF9",ratingActive:"#020DF9",ratingInactive:"#8e8e8eff",ratingHover:"#5555ff"};function Bt({field:e,onChange:t,value:r,theme:n}){if(!e||!e.type)return null;const a={...N0,...n||{}},i=c=>{if(t){if(c&&c.target){t(c);return}t({target:{name:e.name,value:c}})}},s=(c,d,m,p)=>u.jsx(Bt,{field:c,value:d,onChange:h=>p(h,m),theme:a},m),l=Go(e.type);return l?e.type==="subForm"||e.type==="array"?u.jsx(l,{field:e,fields:e.fields,value:Array.isArray(r)?r:[],title:e.title||e.name,onSave:c=>i(c),renderField:s,theme:a}):u.jsx(l,{field:e,value:r,onChange:i,theme:a}):null}function vn({fields:e,onSave:t,title:r="Item",value:n=[]}){const[a,i]=w.useState([]),[s,l]=w.useState([]),[c,d]=w.useState(!1),m=r.endsWith("s")?r.slice(0,-1):r;w.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 p=()=>d(!0),h=()=>{l(x=>[...x,{}]),p()},f=(x,k)=>{const{name:L,value:y}=k.target,j=[...s];j[x]={...j[x],[L]:y},l(j),p()},v=x=>{const k=[...s];k.splice(x,1),l(k),p()},b=x=>{if(x===0)return;const k=[...s],L=k[x-1];k[x-1]=k[x],k[x]=L,l(k),p()},g=x=>{if(x===s.length-1)return;const k=[...s],L=k[x+1];k[x+1]=k[x],k[x]=L,l(k),p()},E=()=>{t==null||t(s),d(!1)};return u.jsxs(u.Fragment,{children:[r&&u.jsx("div",{className:"mb-1 flex justify-between",children:u.jsx("label",{className:"block text-sm/6 font-medium",children:r})}),u.jsxs("div",{className:"mb-6 space-y-4 rounded-lg bg-neutral-100 p-4 shadow-inner",children:[u.jsxs("div",{className:"flex items-center justify-between gap-4",children:[u.jsx("button",{type:"button",onClick:h,className:"rounded bg-primary px-4 py-2 text-white hover:bg-primary/80",children:"Add +"}),u.jsx("button",{type:"button",onClick:E,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((x,k)=>u.jsxs("div",{className:"relative space-y-2 rounded border bg-white p-4 shadow",children:[u.jsxs("div",{className:"mb-2 flex items-center justify-between",children:[u.jsxs("span",{className:"text-sm font-semibold text-gray-600",children:[m," #",k+1]}),u.jsxs("div",{className:"flex gap-2",children:[u.jsx("button",{onClick:()=>b(k),disabled:k===0,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↑ Up"}),u.jsx("button",{onClick:()=>g(k),disabled:k===s.length-1,className:"rounded bg-gray-200 px-2 py-1 text-xs hover:bg-gray-300 disabled:opacity-50",children:"↓ Down"}),u.jsx("button",{onClick:()=>v(k),className:"rounded bg-red-500 px-2 py-1 text-xs text-white hover:bg-red-600",children:"✕ Remove"})]})]}),a.map((L,y)=>u.jsx(u.Fragment,{children:u.jsx(Bt,{field:L,value:x[L.name]||"",onChange:j=>f(k,j)},y)}))]},k))]})]})}function T0({field:e,value:t,onChange:r}){const{name:n,label:a,placeholder:i="Enter a number",description:s,optional:l,error:c,min:d,max:m,step:p}=e,h=!!c;return u.jsxs("div",{children:[u.jsxs("div",{className:"flex justify-between",children:[a&&u.jsx("label",{htmlFor:n,className:"block text-sm/6 font-medium text-gray-900 dark:text-white",children:a}),l&&!h&&u.jsx("span",{className:"text-sm/6 text-gray-500 dark:text-gray-400",children:"Optional"})]}),u.jsxs("div",{className:"relative mt-2",children:[u.jsx("input",{id:n,name:n,type:"number",value:t||0,placeholder:i,onChange:r,min:d,max:m,step:p,"aria-invalid":h?"true":"false","aria-describedby":h?`${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",h?"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(" ")}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5 text-red-500 dark:text-red-400"})]}),h?u.jsx("p",{id:`${n}-error`,className:"mt-2 text-sm text-red-600 dark:text-red-400",children:c}):s?u.jsx("p",{id:`${n}-description`,className:"mt-2 text-sm text-gray-500 dark:text-gray-400",children:s}):null]})}function P0({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,optional:l,required:c,error:d}=e,[m,p]=w.useState(!1),h=!!d,f=h?n.error:m?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),l&&!h&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"date",value:t||"",onChange:r,onFocus:()=>p(!0),onBlur:()=>p(!1),"aria-invalid":h?"true":"false","aria-describedby":h?`${a}-error`:s?`${a}-description`:void 0,style:{color:h?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"}),h&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 size-5",style:{color:n.error}})]}),h?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:d}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}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:"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 V0=o.forwardRef(H0);function D0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 _0=o.forwardRef(D0);function Z0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U0=o.forwardRef(Z0);function q0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G0=o.forwardRef(q0);function z0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K0=o.forwardRef(z0);function X0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Y0=o.forwardRef(X0);function Q0({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J0=o.forwardRef(Q0);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:"m19.5 4.5-15 15m0 0h11.25m-11.25 0V8.25"}))}const t1=o.forwardRef(e1);function r1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n1=o.forwardRef(r1);function o1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a1=o.forwardRef(o1);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 4.5 15 15m0 0V8.25m0 11.25H8.25"}))}const l1=o.forwardRef(i1);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:"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 c1=o.forwardRef(s1);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:"M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3"}))}const u1=o.forwardRef(d1);function f1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m1=o.forwardRef(f1);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:"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 w1=o.forwardRef(h1);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:"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 v1=o.forwardRef(p1);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:"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 b1=o.forwardRef(g1);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:"M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18"}))}const zo=o.forwardRef(x1);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:"M15.75 17.25 12 21m0 0-3.75-3.75M12 21V3"}))}const E1=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:"M6.75 15.75 3 12m0 0 3.75-3.75M3 12h18"}))}const L1=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:"M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3"}))}const R1=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:"M8.25 6.75 12 3m0 0 3.75 3.75M12 3v18"}))}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:"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 A1=o.forwardRef($1);function O1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 F1=o.forwardRef(O1);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:"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 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:"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 W1=o.forwardRef(I1);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.25V15m3 0 3-3m0 0-3-3m3 3H9"}))}const T1=o.forwardRef(N1);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:"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 H1=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:"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"}))}const Ko=o.forwardRef(V1);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:"M12 4.5v15m0 0 6.75-6.75M12 19.5l-6.75-6.75"}))}const _1=o.forwardRef(D1);function Z1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U1=o.forwardRef(Z1);function q1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G1=o.forwardRef(q1);function z1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K1=o.forwardRef(z1);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:"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 Y1=o.forwardRef(X1);function Q1({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J1=o.forwardRef(Q1);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 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 tc=o.forwardRef(ec);function rc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 nc=o.forwardRef(rc);function oc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 ac=o.forwardRef(oc);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:"m11.99 16.5-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25"}))}const lc=o.forwardRef(ic);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:"M11.99 7.5 8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25"}))}const cc=o.forwardRef(sc);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:"m11.99 16.5 3.75 3.75m0 0 3.75-3.75m-3.75 3.75V3.75H4.49"}))}const uc=o.forwardRef(dc);function fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 mc=o.forwardRef(fc);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:"M7.49 12 3.74 8.248m0 0 3.75-3.75m-3.75 3.75h16.5V19.5"}))}const wc=o.forwardRef(hc);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:"m16.49 12 3.75-3.751m0 0-3.75-3.75m3.75 3.75H3.74V19.5"}))}const vc=o.forwardRef(pc);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:"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 bc=o.forwardRef(gc);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:"m19.5 19.5-15-15m0 0v11.25m0-11.25h11.25"}))}const kc=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:"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 yc=o.forwardRef(Ec);function Lc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 jc=o.forwardRef(Lc);function Rc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Mc=o.forwardRef(Rc);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 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 $c=o.forwardRef(Cc);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 10.5 12 3m0 0 7.5 7.5M12 3v18"}))}const Oc=o.forwardRef(Ac);function Fc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Sc=o.forwardRef(Fc);function Bc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ic=o.forwardRef(Bc);function Wc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Nc=o.forwardRef(Wc);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:"m9 9 6-6m0 0 6 6m-6-6v12a6 6 0 0 1-12 0v-3"}))}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:"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 Vc=o.forwardRef(Hc);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:"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 _c=o.forwardRef(Dc);function Zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Uc=o.forwardRef(Zc);function qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gc=o.forwardRef(qc);function zc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Kc=o.forwardRef(zc);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:"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 Yc=o.forwardRef(Xc);function Qc({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Jc=o.forwardRef(Qc);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:"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 t5=o.forwardRef(e5);function r5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n5=o.forwardRef(r5);function o5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a5=o.forwardRef(o5);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.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"}))}const l5=o.forwardRef(i5);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:"M3.75 6.75h16.5M3.75 12H12m-8.25 5.25h16.5"}))}const c5=o.forwardRef(s5);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:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"}))}const u5=o.forwardRef(d5);function f5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m5=o.forwardRef(f5);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:"M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25"}))}const w5=o.forwardRef(h5);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:"M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"}))}const v5=o.forwardRef(p5);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:"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 b5=o.forwardRef(g5);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:"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 k5=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:"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 y5=o.forwardRef(E5);function L5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 j5=o.forwardRef(L5);function R5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 M5=o.forwardRef(R5);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:"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 $5=o.forwardRef(C5);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:"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 O5=o.forwardRef(A5);function F5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S5=o.forwardRef(F5);function B5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"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 I5=o.forwardRef(B5);function W5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 N5=o.forwardRef(W5);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:"m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"}))}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 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 V5=o.forwardRef(H5);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:"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 _5=o.forwardRef(D5);function Z5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 U5=o.forwardRef(Z5);function q5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 G5=o.forwardRef(q5);function z5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 K5=o.forwardRef(z5);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:"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 Y5=o.forwardRef(X5);function Q5({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 J5=o.forwardRef(Q5);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:"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 t2=o.forwardRef(e2);function r2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 n2=o.forwardRef(r2);function o2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 a2=o.forwardRef(o2);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:"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 l2=o.forwardRef(i2);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:"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 c2=o.forwardRef(s2);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:"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 u2=o.forwardRef(d2);function f2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 m2=o.forwardRef(f2);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:"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 w2=o.forwardRef(h2);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:"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 v2=o.forwardRef(p2);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:"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 b2=o.forwardRef(g2);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:"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 k2=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:"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 y2=o.forwardRef(E2);function L2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 j2=o.forwardRef(L2);function R2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 M2=o.forwardRef(R2);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:"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 $2=o.forwardRef(C2);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:"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 O2=o.forwardRef(A2);function F2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 S2=o.forwardRef(F2);function B2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 I2=o.forwardRef(B2);function W2({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 N2=o.forwardRef(W2);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:"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 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:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Xo=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:"m4.5 12.75 6 6 9-13.5"}))}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:"m4.5 5.25 7.5 7.5 7.5-7.5m-15 6 7.5 7.5 7.5-7.5"}))}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:"m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5"}))}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:"m5.25 4.5 7.5 7.5-7.5 7.5m6-15 7.5 7.5-7.5 7.5"}))}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:"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 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:"m19.5 8.25-7.5 7.5-7.5-7.5"}))}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:"M15.75 19.5 8.25 12l7.5-7.5"}))}const ed=o.forwardRef(J2);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.25 4.5 7.5 7.5-7.5 7.5"}))}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:"M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"}))}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:"m4.5 15.75 7.5-7.5 7.5 7.5"}))}const id=o.forwardRef(ad);function ld({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 sd=o.forwardRef(ld);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:"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 dd=o.forwardRef(cd);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:"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 fd=o.forwardRef(ud);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:"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 hd=o.forwardRef(md);function wd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 pd=o.forwardRef(wd);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 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const gd=o.forwardRef(vd);function bd({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 xd=o.forwardRef(bd);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 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 Ed=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:"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 Ld=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:"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 Rd=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:"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 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:"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 Ad=o.forwardRef($d);function Od({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Fd=o.forwardRef(Od);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:"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 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:"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 Wd=o.forwardRef(Id);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:"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 Td=o.forwardRef(Nd);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:"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 Hd=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:"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 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 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 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 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 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:"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 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 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 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:"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 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:"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 eu=o.forwardRef(Jd);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:"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 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:"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 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.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 iu=o.forwardRef(au);function lu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 su=o.forwardRef(lu);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:"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 du=o.forwardRef(cu);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:"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 fu=o.forwardRef(uu);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:"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 hu=o.forwardRef(mu);function wu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 pu=o.forwardRef(wu);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:"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 gu=o.forwardRef(vu);function bu({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 xu=o.forwardRef(bu);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:"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 Eu=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:"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 Lu=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:"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 Ru=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:"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 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:"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 Au=o.forwardRef($u);function Ou({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Fu=o.forwardRef(Ou);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:"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 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:"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 Wu=o.forwardRef(Iu);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:"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 Tu=o.forwardRef(Nu);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:"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 Hu=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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 ef=o.forwardRef(Ju);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:"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 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:"M4.499 8.248h15m-15 7.501h15"}))}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:"M12 9v3.75m9-.75a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 3.75h.008v.008H12v-.008Z"}))}const lf=o.forwardRef(af);function sf({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 cf=o.forwardRef(sf);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:"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 uf=o.forwardRef(df);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:"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 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:"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 wf=o.forwardRef(hf);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:"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 vf=o.forwardRef(pf);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:"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 bf=o.forwardRef(gf);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:"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 kf=o.forwardRef(xf);function Ef({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 yf=o.forwardRef(Ef);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.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 jf=o.forwardRef(Lf);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:"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 Mf=o.forwardRef(Rf);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:"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 $f=o.forwardRef(Cf);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 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 Of=o.forwardRef(Af);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:"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 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 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 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:"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 Nf=o.forwardRef(Wf);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 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 Pf=o.forwardRef(Tf);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:"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 Vf=o.forwardRef(Hf);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 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 _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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 l3=o.forwardRef(i3);function s3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 c3=o.forwardRef(s3);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:"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 u3=o.forwardRef(d3);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:"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 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:"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 w3=o.forwardRef(h3);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:"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 v3=o.forwardRef(p3);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:"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 b3=o.forwardRef(g3);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:"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 k3=o.forwardRef(x3);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:"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 y3=o.forwardRef(E3);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:"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 j3=o.forwardRef(L3);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:"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 M3=o.forwardRef(R3);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:"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 $3=o.forwardRef(C3);function A3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 O3=o.forwardRef(A3);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:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803"}))}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:"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 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:"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 N3=o.forwardRef(W3);function T3({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 P3=o.forwardRef(T3);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:"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 V3=o.forwardRef(H3);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:"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 _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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 lm=o.forwardRef(im);function sm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 cm=o.forwardRef(sm);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:"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 um=o.forwardRef(dm);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:"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 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:"M15 12H9m12 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const wm=o.forwardRef(hm);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:"M18 12H6"}))}const vm=o.forwardRef(pm);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:"M5 12h14"}))}const bm=o.forwardRef(gm);function xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 km=o.forwardRef(xm);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:"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 ym=o.forwardRef(Em);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:"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 jm=o.forwardRef(Lm);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.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 Mm=o.forwardRef(Rm);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:"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 $m=o.forwardRef(Cm);function Am({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Om=o.forwardRef(Am);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:"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 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:"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 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 9v6m-4.5 0V9M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))}const Nm=o.forwardRef(Wm);function Tm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Pm=o.forwardRef(Tm);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:"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 Vm=o.forwardRef(Hm);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:"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 _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:"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 Um=o.forwardRef(Zm);function qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Gm=o.forwardRef(qm);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:"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 Km=o.forwardRef(zm);function Xm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ym=o.forwardRef(Xm);function Qm({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Jm=o.forwardRef(Qm);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:"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 Yo=o.forwardRef(eh);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:"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 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:"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 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:"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 ih=o.forwardRef(ah);function lh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 sh=o.forwardRef(lh);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:"M12 6v12m6-6H6"}))}const dh=o.forwardRef(ch);function uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 fh=o.forwardRef(uh);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:"M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9"}))}const hh=o.forwardRef(mh);function wh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 ph=o.forwardRef(wh);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.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 gh=o.forwardRef(vh);function bh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 xh=o.forwardRef(bh);function kh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Eh=o.forwardRef(kh);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:"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 Lh=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:"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 Rh=o.forwardRef(jh);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:"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 Ch=o.forwardRef(Mh);function $h({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Ah=o.forwardRef($h);function Oh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Fh=o.forwardRef(Oh);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:"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 Bh=o.forwardRef(Sh);function Ih({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Wh=o.forwardRef(Ih);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:"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 Th=o.forwardRef(Nh);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:"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 Hh=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:"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 Dh=o.forwardRef(Vh);function _h({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Zh=o.forwardRef(_h);function Uh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 qh=o.forwardRef(Uh);function Gh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 zh=o.forwardRef(Gh);function Kh({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 Xh=o.forwardRef(Kh);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:"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 Qh=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:"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 e7=o.forwardRef(Jh);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 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 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:"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 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:"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 i7=o.forwardRef(a7);function l7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 s7=o.forwardRef(l7);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:"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 d7=o.forwardRef(c7);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:"m9 20.247 6-16.5"}))}const f7=o.forwardRef(u7);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:"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 h7=o.forwardRef(m7);function w7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 p7=o.forwardRef(w7);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:"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 g7=o.forwardRef(v7);function b7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 x7=o.forwardRef(b7);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:"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 E7=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.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 L7=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:"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 R7=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:"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 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:"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 A7=o.forwardRef($7);function O7({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 F7=o.forwardRef(O7);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 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 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:"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 W7=o.forwardRef(I7);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:"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 T7=o.forwardRef(N7);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:"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 H7=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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"}))}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:"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 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:"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 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:"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 i4=o.forwardRef(a4);function l4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 s4=o.forwardRef(l4);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:"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 d4=o.forwardRef(c4);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:"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 f4=o.forwardRef(u4);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.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 h4=o.forwardRef(m4);function w4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 p4=o.forwardRef(w4);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:"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 g4=o.forwardRef(v4);function b4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 x4=o.forwardRef(b4);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:"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 E4=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:"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 L4=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:"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 R4=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:"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 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:"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 A4=o.forwardRef($4);function O4({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-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 F4=o.forwardRef(O4);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:"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 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:"M6 18 18 6M6 6l12 12"}))}const Qo=o.forwardRef(I4),W4=Object.freeze(Object.defineProperty({__proto__:null,AcademicCapIcon:V0,AdjustmentsHorizontalIcon:_0,AdjustmentsVerticalIcon:U0,ArchiveBoxArrowDownIcon:G0,ArchiveBoxIcon:Y0,ArchiveBoxXMarkIcon:K0,ArrowDownCircleIcon:J0,ArrowDownIcon:u1,ArrowDownLeftIcon:t1,ArrowDownOnSquareIcon:a1,ArrowDownOnSquareStackIcon:n1,ArrowDownRightIcon:l1,ArrowDownTrayIcon:c1,ArrowLeftCircleIcon:m1,ArrowLeftEndOnRectangleIcon:w1,ArrowLeftIcon:zo,ArrowLeftOnRectangleIcon:v1,ArrowLeftStartOnRectangleIcon:b1,ArrowLongDownIcon:E1,ArrowLongLeftIcon:L1,ArrowLongRightIcon:R1,ArrowLongUpIcon:C1,ArrowPathIcon:F1,ArrowPathRoundedSquareIcon:A1,ArrowRightCircleIcon:B1,ArrowRightEndOnRectangleIcon:W1,ArrowRightIcon:Ko,ArrowRightOnRectangleIcon:T1,ArrowRightStartOnRectangleIcon:H1,ArrowSmallDownIcon:_1,ArrowSmallLeftIcon:U1,ArrowSmallRightIcon:G1,ArrowSmallUpIcon:K1,ArrowTopRightOnSquareIcon:Y1,ArrowTrendingDownIcon:J1,ArrowTrendingUpIcon:tc,ArrowTurnDownLeftIcon:nc,ArrowTurnDownRightIcon:ac,ArrowTurnLeftDownIcon:lc,ArrowTurnLeftUpIcon:cc,ArrowTurnRightDownIcon:uc,ArrowTurnRightUpIcon:mc,ArrowTurnUpLeftIcon:wc,ArrowTurnUpRightIcon:vc,ArrowUpCircleIcon:bc,ArrowUpIcon:Oc,ArrowUpLeftIcon:kc,ArrowUpOnSquareIcon:jc,ArrowUpOnSquareStackIcon:yc,ArrowUpRightIcon:Mc,ArrowUpTrayIcon:$c,ArrowUturnDownIcon:Sc,ArrowUturnLeftIcon:Ic,ArrowUturnRightIcon:Nc,ArrowUturnUpIcon:Pc,ArrowsPointingInIcon:Vc,ArrowsPointingOutIcon:_c,ArrowsRightLeftIcon:Uc,ArrowsUpDownIcon:Gc,AtSymbolIcon:Kc,BackspaceIcon:Yc,BackwardIcon:Jc,BanknotesIcon:t5,Bars2Icon:n5,Bars3BottomLeftIcon:a5,Bars3BottomRightIcon:l5,Bars3CenterLeftIcon:c5,Bars3Icon:u5,Bars4Icon:m5,BarsArrowDownIcon:w5,BarsArrowUpIcon:v5,Battery0Icon:b5,Battery100Icon:k5,Battery50Icon:y5,BeakerIcon:j5,BellAlertIcon:M5,BellIcon:S5,BellSlashIcon:$5,BellSnoozeIcon:O5,BoldIcon:I5,BoltIcon:P5,BoltSlashIcon:N5,BookOpenIcon:V5,BookmarkIcon:G5,BookmarkSlashIcon:_5,BookmarkSquareIcon:U5,BriefcaseIcon:K5,BugAntIcon:Y5,BuildingLibraryIcon:J5,BuildingOffice2Icon:t2,BuildingOfficeIcon:n2,BuildingStorefrontIcon:a2,CakeIcon:l2,CalculatorIcon:c2,CalendarDateRangeIcon:u2,CalendarDaysIcon:m2,CalendarIcon:w2,CameraIcon:v2,ChartBarIcon:k2,ChartBarSquareIcon:b2,ChartPieIcon:y2,ChatBubbleBottomCenterIcon:M2,ChatBubbleBottomCenterTextIcon:j2,ChatBubbleLeftEllipsisIcon:$2,ChatBubbleLeftIcon:S2,ChatBubbleLeftRightIcon:O2,ChatBubbleOvalLeftEllipsisIcon:I2,ChatBubbleOvalLeftIcon:N2,CheckBadgeIcon:P2,CheckCircleIcon:Xo,CheckIcon:D2,ChevronDoubleDownIcon:Z2,ChevronDoubleLeftIcon:q2,ChevronDoubleRightIcon:z2,ChevronDoubleUpIcon:X2,ChevronDownIcon:Q2,ChevronLeftIcon:ed,ChevronRightIcon:rd,ChevronUpDownIcon:od,ChevronUpIcon:id,CircleStackIcon:sd,ClipboardDocumentCheckIcon:dd,ClipboardDocumentIcon:hd,ClipboardDocumentListIcon:fd,ClipboardIcon:pd,ClockIcon:gd,CloudArrowDownIcon:xd,CloudArrowUpIcon:Ed,CloudIcon:Ld,CodeBracketIcon:Cd,CodeBracketSquareIcon:Rd,Cog6ToothIcon:Ad,Cog8ToothIcon:Fd,CogIcon:Bd,CommandLineIcon:Wd,ComputerDesktopIcon:Td,CpuChipIcon:Hd,CreditCardIcon:Dd,CubeIcon:qd,CubeTransparentIcon:Zd,CurrencyBangladeshiIcon:zd,CurrencyDollarIcon:Xd,CurrencyEuroIcon:Qd,CurrencyPoundIcon:eu,CurrencyRupeeIcon:ru,CurrencyYenIcon:ou,CursorArrowRaysIcon:iu,CursorArrowRippleIcon:su,DevicePhoneMobileIcon:du,DeviceTabletIcon:fu,DivideIcon:hu,DocumentArrowDownIcon:pu,DocumentArrowUpIcon:gu,DocumentChartBarIcon:xu,DocumentCheckIcon:Eu,DocumentCurrencyBangladeshiIcon:Lu,DocumentCurrencyDollarIcon:Ru,DocumentCurrencyEuroIcon:Cu,DocumentCurrencyPoundIcon:Au,DocumentCurrencyRupeeIcon:Fu,DocumentCurrencyYenIcon:Bu,DocumentDuplicateIcon:Wu,DocumentIcon:qu,DocumentMagnifyingGlassIcon:Tu,DocumentMinusIcon:Hu,DocumentPlusIcon:Du,DocumentTextIcon:Zu,EllipsisHorizontalCircleIcon:zu,EllipsisHorizontalIcon:Xu,EllipsisVerticalIcon:Qu,EnvelopeIcon:rf,EnvelopeOpenIcon:ef,EqualsIcon:of,ExclamationCircleIcon:lf,ExclamationTriangleIcon:cf,EyeDropperIcon:uf,EyeIcon:wf,EyeSlashIcon:mf,FaceFrownIcon:vf,FaceSmileIcon:bf,FilmIcon:kf,FingerPrintIcon:yf,FireIcon:jf,FlagIcon:Mf,FolderArrowDownIcon:$f,FolderIcon:Nf,FolderMinusIcon:Of,FolderOpenIcon:Sf,FolderPlusIcon:If,ForwardIcon:Pf,FunnelIcon:Vf,GifIcon:_f,GiftIcon:Gf,GiftTopIcon:Uf,GlobeAltIcon:Kf,GlobeAmericasIcon:Yf,GlobeAsiaAustraliaIcon:Jf,GlobeEuropeAfricaIcon:t3,H1Icon:n3,H2Icon:a3,H3Icon:l3,HandRaisedIcon:c3,HandThumbDownIcon:u3,HandThumbUpIcon:m3,HashtagIcon:w3,HeartIcon:v3,HomeIcon:k3,HomeModernIcon:b3,IdentificationIcon:y3,InboxArrowDownIcon:j3,InboxIcon:$3,InboxStackIcon:M3,InformationCircleIcon:O3,ItalicIcon:S3,KeyIcon:I3,LanguageIcon:N3,LifebuoyIcon:P3,LightBulbIcon:V3,LinkIcon:U3,LinkSlashIcon:_3,ListBulletIcon:G3,LockClosedIcon:K3,LockOpenIcon:Y3,MagnifyingGlassCircleIcon:J3,MagnifyingGlassIcon:am,MagnifyingGlassMinusIcon:tm,MagnifyingGlassPlusIcon:nm,MapIcon:cm,MapPinIcon:lm,MegaphoneIcon:um,MicrophoneIcon:mm,MinusCircleIcon:wm,MinusIcon:bm,MinusSmallIcon:vm,MoonIcon:km,MusicalNoteIcon:ym,NewspaperIcon:jm,NoSymbolIcon:Mm,NumberedListIcon:$m,PaintBrushIcon:Om,PaperAirplaneIcon:Sm,PaperClipIcon:Im,PauseCircleIcon:Nm,PauseIcon:Pm,PencilIcon:_m,PencilSquareIcon:Vm,PercentBadgeIcon:Um,PhoneArrowDownLeftIcon:Gm,PhoneArrowUpRightIcon:Km,PhoneIcon:Jm,PhoneXMarkIcon:Ym,PhotoIcon:Yo,PlayCircleIcon:rh,PlayIcon:ih,PlayPauseIcon:oh,PlusCircleIcon:sh,PlusIcon:fh,PlusSmallIcon:dh,PowerIcon:hh,PresentationChartBarIcon:ph,PresentationChartLineIcon:gh,PrinterIcon:xh,PuzzlePieceIcon:Eh,QrCodeIcon:Lh,QuestionMarkCircleIcon:Rh,QueueListIcon:Ch,RadioIcon:Ah,ReceiptPercentIcon:Fh,ReceiptRefundIcon:Bh,RectangleGroupIcon:Wh,RectangleStackIcon:Th,RocketLaunchIcon:Hh,RssIcon:Dh,ScaleIcon:Zh,ScissorsIcon:qh,ServerIcon:Xh,ServerStackIcon:zh,ShareIcon:Qh,ShieldCheckIcon:e7,ShieldExclamationIcon:r7,ShoppingBagIcon:o7,ShoppingCartIcon:i7,SignalIcon:d7,SignalSlashIcon:s7,SlashIcon:f7,SparklesIcon:h7,SpeakerWaveIcon:p7,SpeakerXMarkIcon:g7,Square2StackIcon:x7,Square3Stack3DIcon:E7,Squares2X2Icon:L7,SquaresPlusIcon:R7,StarIcon:C7,StopCircleIcon:A7,StopIcon:F7,StrikethroughIcon:B7,SunIcon:W7,SwatchIcon:T7,TableCellsIcon:H7,TagIcon:D7,TicketIcon:Z7,TrashIcon:q7,TrophyIcon:z7,TruckIcon:X7,TvIcon:Q7,UnderlineIcon:e4,UserCircleIcon:r4,UserGroupIcon:o4,UserIcon:d4,UserMinusIcon:i4,UserPlusIcon:s4,UsersIcon:f4,VariableIcon:h4,VideoCameraIcon:g4,VideoCameraSlashIcon:p4,ViewColumnsIcon:x4,ViewfinderCircleIcon:E4,WalletIcon:L4,WifiIcon:R4,WindowIcon:C4,WrenchIcon:F4,WrenchScrewdriverIcon:A4,XCircleIcon:B4,XMarkIcon:Qo},Symbol.toStringTag,{value:"Module"}));function N4({value:e,onChange:t,accept:r=[".png",".jpg",".jpeg",".gif"],maxSize:n=10*1024*1024}){const[a,i]=w.useState(!1),[s,l]=w.useState(!1),c=h=>{var b;const f=(b=h.name.split(".").pop())==null?void 0:b.toLowerCase();return r.map(g=>g.replace(".","").toLowerCase()).includes(f)?h.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)},d=h=>{if(!h||!c(h))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(h)},m=h=>{var v;const f=(v=h.target.files)==null?void 0:v[0];d(f)},p=h=>{var v;h.preventDefault(),i(!1);const f=(v=h.dataTransfer.files)==null?void 0:v[0];d(f)};return u.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:h=>{h.preventDefault(),i(!0)},onDragLeave:h=>{h.preventDefault(),i(!1)},onDrop:p,children:[e?u.jsxs("div",{className:"relative",children:[u.jsx("img",{src:e,alt:"Preview",className:"max-h-48 rounded-md object-contain"}),u.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:u.jsx(Qo,{className:"h-5 w-5"})})]}):u.jsxs(u.Fragment,{children:[u.jsx(Yo,{className:"h-12 w-12 text-gray-300"}),u.jsxs("div",{className:"mt-4 flex text-sm text-gray-600",children:[u.jsxs("label",{className:"relative cursor-pointer rounded-md bg-white font-semibold text-indigo-600 hover:text-indigo-500",children:[u.jsx("span",{children:"Select an image"}),u.jsx("input",{type:"file",className:"sr-only",accept:r.join(","),onChange:m})]}),u.jsx("span",{className:"pl-1",children:"or drag and drop"})]}),u.jsx("p",{className:"text-xs text-gray-500",children:"PNG, JPG, GIF up to 10MB"})]}),s&&u.jsx("p",{className:"mt-2 animate-pulse text-sm text-indigo-600",children:"Converting..."})]})}function T4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="HH:MM",description:l,required:c,error:d,helper:m,leadingIcon:p,trailingIcon:h,min:f,max:v,step:b}=e,[g,E]=w.useState(!1),x=!!d,k=x?n.error:g?n.inputFocusBorder:n.inputBorder;return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!x&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),m&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:m}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"time",placeholder:s,value:t||"",onChange:r,onFocus:()=>E(!0),onBlur:()=>E(!1),"aria-invalid":x?"true":"false","aria-describedby":x?`${a}-error`:l?`${a}-description`:void 0,min:f,max:v,step:b,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:k,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:p?"2.5rem":"0.75rem",paddingRight:h||x?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),p&&!x&&u.jsx(p,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),h&&!x&&u.jsx(h,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"}),x&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-red-500"})]}),x?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:d}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}const P4=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function H4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="you@example.com",description:l,required:c,helper:d,leadingIcon:m,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=()=>{f(!1),c&&!t?b("Email is required"):t&&!P4.test(t)?b("Please enter a valid email address"):b(null)};return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"email",placeholder:s,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:x,"aria-invalid":g?"true":"false","aria-describedby":g?`${a}-error`:l?`${a}-description`:void 0,style:{color:n.inputText,backgroundColor:n.inputBackground,borderColor:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:m?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),m&&!g&&u.jsx(m,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}const V4=/^\d{10}$/,gn=/\D/g;function D4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="(123) 456-7890",description:l,required:c,helper:d,leadingIcon:m,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=y=>{const j=y.replace(gn,"").slice(0,10),M=[];return j.length>0&&M.push("("+j.substring(0,3)),j.length>=4&&M.push(") "+j.substring(3,6)),j.length>=7&&M.push("-"+j.substring(6,10)),M.join("")},k=y=>{const j=x(y.target.value);r({target:{name:a,value:j}})},L=()=>{f(!1);const y=(t||"").replace(gn,"");c&&!y?b("Phone number is required"):y&&!V4.test(y)?b("Please enter a valid 10-digit phone number"):b(null)};return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"tel",placeholder:s,value:t||"",onChange:k,onFocus:()=>f(!0),onBlur:L,"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:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:m?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),m&&!g&&u.jsx(m,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function _4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,error:c,helper:d,options:m=[]}=e,[p,h]=w.useState(!1),f=!!(c||l&&p&&!t);return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{id:`${a}-label`,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!f&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsx("div",{className:"space-y-2",role:"radiogroup","aria-labelledby":`${a}-label`,children:m.map(v=>u.jsxs("label",{className:"flex cursor-pointer items-center space-x-2",style:{color:n.inputText},children:[u.jsx("input",{type:"radio",name:a,value:v.value,checked:t===v.value,onChange:b=>r(b.target.value),onBlur:()=>h(!0),style:{accentColor:f?n.error:n.inputFocusBorder},className:"h-4 w-4"}),u.jsx("span",{children:v.label})]},v.value))}),f?u.jsxs("div",{className:"mt-1 flex items-center space-x-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:c||"This field is required"})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function Z4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,placeholder:s="https://example.com",description:l,required:c,helper:d,leadingIcon:m,trailingIcon:p}=e,[h,f]=w.useState(!1),[v,b]=w.useState(null),g=!!v,E=g?n.error:h?n.inputFocusBorder:n.inputBorder,x=/^(https?:\/\/)?([\w-]+\.)+[\w-]{2,}(\/[^\s]*)?$/i,k=()=>{f(!1),c&&!t?b("URL is required"):t&&!x.test(t)?b("Please enter a valid URL"):b(null)};return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,c&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!c&&!g&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),d&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:d}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"url",placeholder:s,value:t||"",onChange:r,onFocus:()=>f(!0),onBlur:k,"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:E,borderWidth:"1px",borderStyle:"solid",borderRadius:"0.375rem",paddingLeft:m?"2.5rem":"0.75rem",paddingRight:p||g?"2.5rem":"0.75rem",outline:"none"},className:"block w-full py-1.5 text-base sm:text-sm/6"}),m&&!g&&u.jsx(m,{"aria-hidden":"true",className:"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400"}),p&&!g&&u.jsx(p,{"aria-hidden":"true",className:"absolute right-3 top-1/2 -translate-y-1/2 text-gray-400"})]}),g?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:v})]}):l?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function U4({field:e,value:t=[],onChange:r,theme:n}){const{name:a,title:i,placeholder:s="Select options",options:l=[],optionId:c="id",optionLabel:d="name",error:m}=e,p=l.map((x,k)=>{if(typeof x=="string"||typeof x=="number"){const M=String(x);return{id:M,label:M,original:x}}const L=x==null?void 0:x[c],y=L!=null?String(L):`__opt_${k}`,j=(x==null?void 0:x[d])??(x==null?void 0:x.label)??(L!=null?String(L):`option ${k}`);return{id:y,label:j,original:x}}),h=new Map(p.map(x=>[x.label,x.id])),f=new Map(p.map(x=>[x.id,x.label])),v=Array.isArray(t)?t:[],b=v.map(x=>h.get(x)).filter(x=>x!==void 0),g=x=>{const k=(Array.isArray(x)?x:[]).map(L=>f.get(L)).filter(L=>L!==void 0);r(k)},E=v.length>0?v.join(", "):s;return u.jsxs("div",{children:[i&&u.jsx("label",{htmlFor:a,style:{color:n==null?void 0:n.label},className:"mb-1 block text-sm font-medium",children:i}),u.jsx(Zo,{value:b,onChange:g,multiple:!0,children:u.jsxs("div",{className:"relative",children:[u.jsxs(Cr,{id:a,className:"relative w-full cursor-default rounded-md border py-1.5 pl-3 pr-8 text-left text-sm",style:{color:m?n==null?void 0:n.error:n==null?void 0:n.inputText,backgroundColor:n==null?void 0:n.inputBackground,borderColor:m?n==null?void 0:n.error:n==null?void 0:n.inputBorder},children:[u.jsx("span",{className:`block truncate ${v.length===0?"opacity-50":""}`,style:{color:v.length===0?n==null?void 0:n.inputPlaceholder:void 0},children:E}),u.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2",children:u.jsx(qo,{className:"h-5 w-5",style:{color:n==null?void 0:n.inputPlaceholder},"aria-hidden":"true"})})]}),u.jsx(Po,{as:w.Fragment,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:u.jsx($r,{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:p.map(x=>u.jsx(Ar,{value:x.id,className:({active:k})=>`relative cursor-default select-none py-2 pl-10 pr-4 ${k?"bg-gray-100":""}`,children:({selected:k})=>u.jsxs(u.Fragment,{children:[u.jsx("span",{className:`block truncate ${k?"font-semibold":"font-normal"}`,children:x.label}),k&&u.jsx("span",{className:"absolute inset-y-0 left-0 flex items-center pl-3",style:{color:n==null?void 0:n.inputFocusBorder},children:u.jsx(Uo,{className:"h-5 w-5"})})]})},x.id))})})]})}),m&&u.jsx("p",{className:"mt-2 text-sm",style:{color:n==null?void 0:n.error},children:m})]})}function q4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,helper:l,optional:c,required:d,error:m}=e,[p,h]=w.useState(!1),f=!!m,v=f?n.error:p?n.inputFocusBorder:n.inputBorder,b=g=>{if(!g)return"";const E=new Date(g);return isNaN(E)?"":E.toISOString().slice(0,16)};return u.jsxs("div",{children:[u.jsxs("div",{className:"mb-1 flex justify-between",children:[i&&u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,d&&u.jsx("span",{style:{color:n.requiredAsterisk},className:"ml-1 text-xs",children:"*"})]}),c&&!f&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),l&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:l}),u.jsxs("div",{className:"relative",children:[u.jsx("input",{id:a,name:a,type:"datetime-local",value:b(t),onChange:r,onFocus:()=>h(!0),onBlur:()=>h(!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&&u.jsx(te,{"aria-hidden":"true",className:"absolute right-3 top-2.5 h-5 w-5",style:{color:n.error}})]}),f?u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-2 text-sm",children:m}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-2 text-sm",children:s}):null]})}/*!
|
|
22
22
|
* Signature Pad v5.1.1 | https://github.com/szimek/signature_pad
|
|
23
23
|
* (c) 2025 Szymon Nowak | Released under the MIT license
|
|
24
|
-
*/var xt=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}},q4=class Xo{constructor(t,r,n,a,i,l){this.startPoint=t,this.control2=r,this.control1=n,this.endPoint=a,this.startWidth=i,this.endWidth=l}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 Xo(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,l=r.x-n.x,s=r.y-n.y,c={x:(t.x+r.x)/2,y:(t.y+r.y)/2},d={x:(r.x+n.x)/2,y:(r.y+n.y)/2},u=Math.sqrt(a*a+i*i),p=Math.sqrt(l*l+s*s),h=c.x-d.x,f=c.y-d.y,v=u+p==0?0:p/(u+p),b={x:d.x+h*v,y:d.y+f*v},g=r.x-b.x,E=r.y-b.y;return{c1:new xt(c.x+g,c.y+E),c2:new xt(d.x+g,d.y+E)}}length(){let r=0,n,a;for(let i=0;i<=10;i+=1){const l=i/10,s=this.point(l,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),c=this.point(l,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y);if(i>0){const d=s-n,u=c-a;r+=Math.sqrt(d*d+u*u)}n=s,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}},G4=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 z4(e,t=250){let r=0,n=null,a,i,l;const s=()=>{r=Date.now(),n=null,a=e.apply(i,l),n||(i=null,l=[])};return function(...d){const u=Date.now(),p=t-(u-r);return i=this,l=d,p<=0||p>t?(n&&(clearTimeout(n),n=null),r=u,a=e.apply(i,l),n||(i=null,l=[])):n||(n=window.setTimeout(s,p)),a}}var K4=class dr extends G4{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?z4(dr.prototype._strokeUpdate,this.throttle):dr.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 l=new Image,s=n.ratio||window.devicePixelRatio||1,c=n.width||this.canvas.width/s,d=n.height||this.canvas.height/s,u=n.xOffset||0,p=n.yOffset||0;this._reset(this._getPointGroupOptions()),l.onload=()=>{this._ctx.drawImage(l,u,p,c,d),a()},l.onerror=h=>{i(h)},l.crossOrigin="anonymous",l.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(),l={...i,points:[]};this._data.push(l),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,l=i.length>0&&i[i.length-1],s=l?n.distanceTo(l)<=this.minDistance:!1,c=this._getPointGroupOptions(a);if(!l||!(l&&s)){const d=this._addPoint(n,c);l?d&&this._drawCurve(d,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 xt(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),l=q4.fromPoints(a,i);return a.shift(),l}return null}_calculateCurveWidths(r,n,a){const i=a.velocityFilterWeight*n.velocityFrom(r)+(1-a.velocityFilterWeight)*this._lastVelocity,l=this._strokeWidth(i,a),s={end:l,start:this._lastWidth};return this._lastVelocity=i,this._lastWidth=l,s}_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,l=Math.ceil(r.length())*2;a.beginPath(),a.fillStyle=n.penColor;for(let s=0;s<l;s+=1){const c=s/l,d=c*c,u=d*c,p=1-c,h=p*p,f=h*p;let v=f*r.startPoint.x;v+=3*h*c*r.control1.x,v+=3*p*d*r.control2.x,v+=u*r.endPoint.x;let b=f*r.startPoint.y;b+=3*h*c*r.control1.y,b+=3*p*d*r.control2.y,b+=u*r.endPoint.y;const g=Math.min(r.startWidth+u*i,n.maxWidth);this._drawCurveSegment(v,b,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:l}=i,s=this._getPointGroupOptions(i);if(l.length>1)for(let c=0;c<l.length;c+=1){const d=l[c],u=new xt(d.x,d.y,d.pressure,d.time);c===0&&this._reset(s);const p=this._addPoint(u,s);p&&n(p,s)}else this._reset(s),a(l[0],s)}}toSVG({includeBackgroundColor:r=!1,includeDataUrl:n=!1}={}){var p,h,f,v,b;const a=this._data,i=Math.max(window.devicePixelRatio||1,1),l=0,s=0,c=this.canvas.width/i,d=this.canvas.height/i,u=document.createElementNS("http://www.w3.org/2000/svg","svg");if(u.setAttribute("xmlns","http://www.w3.org/2000/svg"),u.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),u.setAttribute("viewBox",`${l} ${s} ${c} ${d}`),u.setAttribute("width",c.toString()),u.setAttribute("height",d.toString()),r&&this.backgroundColor){const g=document.createElement("rect");g.setAttribute("width","100%"),g.setAttribute("height","100%"),g.setAttribute("fill",this.backgroundColor),u.appendChild(g)}if(n&&this._dataUrl){const g=((p=this._dataUrlOptions)==null?void 0:p.ratio)||window.devicePixelRatio||1,E=((h=this._dataUrlOptions)==null?void 0:h.width)||this.canvas.width/g,x=((f=this._dataUrlOptions)==null?void 0:f.height)||this.canvas.height/g,k=((v=this._dataUrlOptions)==null?void 0:v.xOffset)||0,L=((b=this._dataUrlOptions)==null?void 0:b.yOffset)||0,y=document.createElement("image");y.setAttribute("x",k.toString()),y.setAttribute("y",L.toString()),y.setAttribute("width",E.toString()),y.setAttribute("height",x.toString()),y.setAttribute("preserveAspectRatio","none"),y.setAttribute("href",this._dataUrl),u.appendChild(y)}return this._fromData(a,(g,{penColor:E})=>{const x=document.createElement("path");if(!isNaN(g.control1.x)&&!isNaN(g.control1.y)&&!isNaN(g.control2.x)&&!isNaN(g.control2.y)){const k=`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)}`;x.setAttribute("d",k),x.setAttribute("stroke-width",(g.endWidth*2.25).toFixed(3)),x.setAttribute("stroke",E),x.setAttribute("fill","none"),x.setAttribute("stroke-linecap","round"),u.appendChild(x)}},(g,{penColor:E,dotSize:x,minWidth:k,maxWidth:L})=>{const y=document.createElement("circle"),R=x>0?x:(k+L)/2;y.setAttribute("r",R.toString()),y.setAttribute("cx",g.x.toString()),y.setAttribute("cy",g.y.toString()),y.setAttribute("fill",E),u.appendChild(y)}),u.outerHTML}};function X4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,required:s,helper:c}=e,d=w.useRef(null),u=w.useRef(null),[p,h]=w.useState(null);w.useEffect(()=>{d.current&&(u.current=new K4(d.current,{backgroundColor:n.inputBackground||"#fff",penColor:n.inputText||"#000"}))},[n]);const f=()=>{u.current.clear(),h(s?"Signature is required":null),r({target:{name:a,value:""}})},v=()=>{if(u.current.isEmpty()){s&&h("Signature is required");return}const b=u.current.toDataURL("image/png");h(null),r({target:{name:a,value:b}})};return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,s&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!p&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsx("div",{className:"rounded-lg border",style:{borderColor:p?n.error:n.inputBorder,backgroundColor:n.inputBackground},children:m.jsx("canvas",{ref:d,width:400,height:150,style:{width:"100%",height:"150px"}})}),m.jsxs("div",{className:"mt-2 flex gap-2",children:[m.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.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"})]}),p?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:p})]}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function bn({name:e,color:t}){const r=I4[e];return r?m.jsx("div",{className:"rounded-full p-2",children:m.jsx(r,{className:"h-5 w-5",style:{color:t||"#ccc"}})}):(console.warn(`Icon "${e}" not found.`),null)}function Y4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,required:s,helper:c,max:d=5,icon:u="StarIcon"}=e,[p,h]=w.useState(null),[f,v]=w.useState(null),b=!!p,g=x=>{h(s&&x===0?"Rating is required":null),r({target:{name:a,value:x}})},E=x=>{const k=f?x<=f:x<=(t||0);let L;f?L=x<=f?n.inputFocusBorder:n.inputBorder:L=k?n.inputBackground:n.inputBorder;const y=u==="StarIcon"?ra:bn;return m.jsx("button",{type:"button",onClick:()=>g(x),onMouseEnter:()=>v(x),onMouseLeave:()=>v(null),className:"p-1","aria-label":`Rate ${x} out of ${d}`,children:u==="StarIcon"?m.jsx(y,{className:"h-6 w-6",style:{color:L}}):m.jsx(bn,{name:u,color:L})},x)};return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,s&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!b&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsx("div",{id:a,role:"radiogroup",className:"flex items-center gap-1","aria-invalid":b?"true":"false","aria-describedby":b?`${a}-error`:l?`${a}-description`:void 0,children:[...Array(d)].map((x,k)=>E(k+1))}),b?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:p})]}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}function Q4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:l,required:s,helper:c,min:d=1,max:u=10,step:p=1}=e,[h,f]=w.useState(null),v=!!h,b=E=>{f(s&&!E?"Selection is required":null),r({target:{name:a,value:E}})},g=[];for(let E=d;E<=u;E+=p)g.push(E);return m.jsxs("div",{children:[i&&m.jsxs("div",{className:"mb-1 flex justify-between",children:[m.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,s&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!s&&!v&&m.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&m.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),m.jsx("div",{id:a,role:"radiogroup",className:"flex flex-wrap gap-2","aria-invalid":v?"true":"false","aria-describedby":v?`${a}-error`:l?`${a}-description`:void 0,children:g.map(E=>m.jsxs("label",{className:"flex flex-col items-center text-sm",children:[m.jsx("input",{type:"radio",name:a,value:E,checked:String(t)===String(E),onChange:()=>b(E),className:"peer hidden"}),m.jsx("span",{className:"cursor-pointer rounded-md px-3 py-1 peer-checked:font-bold",style:{border:`1px solid ${String(t)===String(E)?n.inputFocusBorder:n.inputBorder}`,backgroundColor:String(t)===String(E)?n.inputBackground:"transparent",color:String(t)===String(E)?n.inputText:n.description},children:E})]},E))}),v?m.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[m.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),m.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:h})]}):l?m.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:l}):null]})}const J4=process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY;function ew({field:e,value:t,onChange:r,theme:n}){const a=w.useRef(null),[i,l]=w.useState(null),[s,c]=w.useState(!1);w.useEffect(()=>{if(window.grecaptcha){window.grecaptcha.ready(()=>d());return}const u=document.createElement("script");u.src="https://www.google.com/recaptcha/api.js?render=explicit",u.async=!0,u.defer=!0,u.onload=()=>{window.grecaptcha.ready(()=>d())},document.body.appendChild(u)},[]);const d=()=>{var p;if(!window.grecaptcha||i!==null||(p=a.current)!=null&&p.hasChildNodes())return;const u=window.grecaptcha.render(a.current,{sitekey:J4,theme:"light",callback:h=>{c(!1),r({target:{name:e.name,value:h}})},"expired-callback":()=>{r({target:{name:e.name,value:""}}),c(!0)}});l(u)};return m.jsxs("div",{className:"mb-4",children:[e.title&&m.jsxs("label",{htmlFor:e.name,style:{color:n.label},className:"mb-2 block text-sm font-medium",children:[e.title,e.required&&m.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),m.jsx("div",{ref:a}),s&&m.jsx("p",{style:{color:n.error},className:"mt-1 text-sm",children:"Please complete the CAPTCHA"})]})}let xn=!1;function tw(){xn||(xn=!0,V("string",na),V("text",oa),V("color",aa),V("number",B0),V("boolean",ia),V("toggle",la),V("date",I0),V("datetime",U4),V("time",T4),V("select",O0),V("multiselect",Z4),V("file",void 0),V("fileV2",void 0),V("uploadToBase",W4),V("array",vn),V("subForm",vn),V("email",P4),V("tel",V4),V("radio",D4),V("url",_4),V("captcha",ew),V("signature",X4),V("rating",Y4),V("scale",Q4),V("header",ca))}function rw({children:e}){return w.useEffect(()=>{initNovaForms()},[]),e}function kn({type:e,kind:t,targetValue:r,modifierValue:n,strictString:a=!1,sourceFields:i}){if(e==="concat"&&Array.isArray(i)){let c="";return i.forEach(d=>{const u=String(d.fieldValue||"");c+=(d.charBefore||"")+u+(d.charAfter||"")}),c}if(typeof n=="number"&&a!==!0){const c=Number(r)||0,d=Number(n);let u;switch(e){case"add":u=c+d;break;case"subtract":u=c-d;break;case"multiply":u=c*d;break;case"divide":u=c/d;break;case"replace":u=d;break;case"concat":u=c+d;break}return t==="percent"&&(u=c*d/100),String(u)}else{let c=r;switch(e){case"concat":case"add":c=String(r)+String(n);break;case"replace":c=String(n);break;case"subtract":case"multiply":case"divide":c=String(r);break}return String(c)}}function nw({setState:e,fields:t=[],rules:r=[]}){const n=Array.isArray(r)?r.reduce((a,i)=>(i!=null&&i.name&&(a[i.name]=i),a),{}):{};return function(i,l){let s,c,d,u,p;if(i!=null&&i.target){const h=i;s=h.target.name,c=h.target.value,d=h.target.type,u=h.target.checked,p=h.target.files}else s=l,c=i;d==="checkbox"&&(c=u),d==="file"&&(c=(p==null?void 0:p[0])??c),e(h=>{var g;let f={...h,[s]:c};const v=t.find(E=>E.name===s);return(g=v==null?void 0:v.modifiers)!=null&&g.length&&v.modifiers.forEach(E=>{const{target:x,type:k,kind:L="number",when:y,value:R,strictString:j=!1}=E;if(x&&Je(c,y,R)){const O=j?String(f[x]||""):Number(f[x]||0),W=j?String(R):Number(R);f[x]=kn({type:k,kind:L,targetValue:O,modifierValue:W,strictString:j})}}),(Array.isArray(v==null?void 0:v.triggers)?v.triggers:[]).forEach(E=>{const x=E==null?void 0:E.rule;if(!x)return;const k=n[x];if(!k)return;const L=E.when;if(!Je(c,L,E.value))return;(Array.isArray(k.effects)?k.effects:[]).forEach(j=>{const{targetField:O,prop:W="value",type:M,kind:F="number",value:P,strictString:T=!1,sourceFields:S}=j;if(!O||W!=="value")return;let C=null;M==="concat"&&Array.isArray(S)&&(C=S.map(B=>({...B,fieldValue:f[B.field]||""})));const N=f[O]||"",D=T?String(N):Number(N)||0,A=T?String(P):Number(P);f[O]=kn({type:M,kind:F,targetValue:D,modifierValue:A,strictString:T,sourceFields:C})})}),f})}}function Je(e,t,r){const n=Number(e);switch(t){case"true":return!!e;case"false":return!e;case"empty":return!e||e===""||e===null||e===void 0;case"not empty":return e&&e!==""&&e!==null&&e!==void 0;case"null":return e==null;case"not null":return e!=null;case"less than":return n<Number(r);case"greater than":return n>Number(r);case"equal":return n===Number(r);case"not equal":return n!==Number(r);case"between":return n>=Number(r[0])&&n<=Number(r[1]);case"matches":return new RegExp(r).test(e);default:return!1}}function ow(e,t){if(t)return"w-full";switch(e){case 25:return"w-full sm:w-1/4";case 50:return"w-full sm:w-1/2";case 75:return"w-full sm:w-3/4";case 100:default:return"w-full"}}function Yo(e,t,r){const n=Array.isArray(e)?e:e?[e]:[];if(n.length===0)return!1;const a=i=>Je(r==null?void 0:r[i.field],i.when,i.value);return t==="all"?n.every(a):n.some(a)}function aw(e,t){var a,i;const r=(a=e==null?void 0:e.conditions)==null?void 0:a.hiddenWhen,n=((i=e==null?void 0:e.conditions)==null?void 0:i.hiddenMode)==="all"?"all":"any";return Yo(r,n,t)}function iw(e,t){var a,i,l;const r=((a=e==null?void 0:e.conditions)==null?void 0:a.readOnlyWhen)||((i=e==null?void 0:e.conditions)==null?void 0:i.disabledWhen),n=((l=e==null?void 0:e.conditions)==null?void 0:l.readOnlyMode)==="all"?"all":"any";return Yo(r,n,t)}function lw(e,t,r){const n=Array.isArray(t)?t.reduce((i,l)=>(l!=null&&l.name&&(i[l.name]=l),i),{}):{},a={};return e.forEach(i=>{(Array.isArray(i==null?void 0:i.triggers)?i.triggers:[]).forEach(s=>{const c=n[s==null?void 0:s.rule];if(!c)return;const d=Array.isArray(s.when)?s.when:s.when?[s.when]:[],u=s.mode==="all"?"all":"any";if(!(d.length===0?!0:u==="all"?d.every(f=>Je(r==null?void 0:r[f.field],f.when,f.value)):d.some(f=>Je(r==null?void 0:r[f.field],f.when,f.value))))return;(Array.isArray(c.effects)?c.effects:[]).forEach(f=>{const{targetField:v,prop:b="value",value:g}=f;!v||b==="value"||(a[v]={...a[v]||{},[b]:g})})})}),a}function sw({fields:e=[],onChange:t,theme:r,isMobileView:n=!1,formData:a={},rules:i=[]}){const l=lw(e,i,a);return m.jsx("div",{className:"w-full",children:m.jsx("div",{className:"-mx-2 flex flex-wrap",children:e.map((s,c)=>{var h,f,v;const d=aw(s,a)||((h=l[s.name])==null?void 0:h.hidden)===!0,u=s.readOnly||iw(s,a)||((f=l[s.name])==null?void 0:f.readOnly)===!0,p=((v=l[s.name])==null?void 0:v.title)??(s.label||s.title||s.name);return m.jsx("div",{className:`${ow(s.width||100,n)} mb-4 px-2 ${d?"hidden":""}`,children:m.jsx(Bt,{onChange:t,value:a[s.name]??s.default??"",field:{...s,title:p,readOnly:u},theme:r})},s.name||c)})})})}function cw(e,t={}){return{...e.reduce((n,a)=>(a.default!==void 0&&(n[a.name]=a.default),n),{}),...t}}exports.Form=sw;exports.FormsProvider=rw;exports.ReturnFieldsV2=Bt;exports.createFormHandler=nw;exports.getAllFields=F0;exports.getField=Go;exports.initForms=tw;exports.initializeFormData=cw;exports.registerField=V;
|
|
24
|
+
*/var xt=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}},G4=class Jo{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 Jo(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},d={x:(r.x+n.x)/2,y:(r.y+n.y)/2},m=Math.sqrt(a*a+i*i),p=Math.sqrt(s*s+l*l),h=c.x-d.x,f=c.y-d.y,v=m+p==0?0:p/(m+p),b={x:d.x+h*v,y:d.y+f*v},g=r.x-b.x,E=r.y-b.y;return{c1:new xt(c.x+g,c.y+E),c2:new xt(d.x+g,d.y+E)}}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 d=l-n,m=c-a;r+=Math.sqrt(d*d+m*m)}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}},z4=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 K4(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(...d){const m=Date.now(),p=t-(m-r);return i=this,s=d,p<=0||p>t?(n&&(clearTimeout(n),n=null),r=m,a=e.apply(i,s),n||(i=null,s=[])):n||(n=window.setTimeout(l,p)),a}}var X4=class dr extends z4{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?K4(dr.prototype._strokeUpdate,this.throttle):dr.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,d=n.height||this.canvas.height/l,m=n.xOffset||0,p=n.yOffset||0;this._reset(this._getPointGroupOptions()),s.onload=()=>{this._ctx.drawImage(s,m,p,c,d),a()},s.onerror=h=>{i(h)},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 d=this._addPoint(n,c);s?d&&this._drawCurve(d,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 xt(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=G4.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,d=c*c,m=d*c,p=1-c,h=p*p,f=h*p;let v=f*r.startPoint.x;v+=3*h*c*r.control1.x,v+=3*p*d*r.control2.x,v+=m*r.endPoint.x;let b=f*r.startPoint.y;b+=3*h*c*r.control1.y,b+=3*p*d*r.control2.y,b+=m*r.endPoint.y;const g=Math.min(r.startWidth+m*i,n.maxWidth);this._drawCurveSegment(v,b,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 d=s[c],m=new xt(d.x,d.y,d.pressure,d.time);c===0&&this._reset(l);const p=this._addPoint(m,l);p&&n(p,l)}else this._reset(l),a(s[0],l)}}toSVG({includeBackgroundColor:r=!1,includeDataUrl:n=!1}={}){var p,h,f,v,b;const a=this._data,i=Math.max(window.devicePixelRatio||1,1),s=0,l=0,c=this.canvas.width/i,d=this.canvas.height/i,m=document.createElementNS("http://www.w3.org/2000/svg","svg");if(m.setAttribute("xmlns","http://www.w3.org/2000/svg"),m.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),m.setAttribute("viewBox",`${s} ${l} ${c} ${d}`),m.setAttribute("width",c.toString()),m.setAttribute("height",d.toString()),r&&this.backgroundColor){const g=document.createElement("rect");g.setAttribute("width","100%"),g.setAttribute("height","100%"),g.setAttribute("fill",this.backgroundColor),m.appendChild(g)}if(n&&this._dataUrl){const g=((p=this._dataUrlOptions)==null?void 0:p.ratio)||window.devicePixelRatio||1,E=((h=this._dataUrlOptions)==null?void 0:h.width)||this.canvas.width/g,x=((f=this._dataUrlOptions)==null?void 0:f.height)||this.canvas.height/g,k=((v=this._dataUrlOptions)==null?void 0:v.xOffset)||0,L=((b=this._dataUrlOptions)==null?void 0:b.yOffset)||0,y=document.createElement("image");y.setAttribute("x",k.toString()),y.setAttribute("y",L.toString()),y.setAttribute("width",E.toString()),y.setAttribute("height",x.toString()),y.setAttribute("preserveAspectRatio","none"),y.setAttribute("href",this._dataUrl),m.appendChild(y)}return this._fromData(a,(g,{penColor:E})=>{const x=document.createElement("path");if(!isNaN(g.control1.x)&&!isNaN(g.control1.y)&&!isNaN(g.control2.x)&&!isNaN(g.control2.y)){const k=`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)}`;x.setAttribute("d",k),x.setAttribute("stroke-width",(g.endWidth*2.25).toFixed(3)),x.setAttribute("stroke",E),x.setAttribute("fill","none"),x.setAttribute("stroke-linecap","round"),m.appendChild(x)}},(g,{penColor:E,dotSize:x,minWidth:k,maxWidth:L})=>{const y=document.createElement("circle"),j=x>0?x:(k+L)/2;y.setAttribute("r",j.toString()),y.setAttribute("cx",g.x.toString()),y.setAttribute("cy",g.y.toString()),y.setAttribute("fill",E),m.appendChild(y)}),m.outerHTML}};function Y4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c}=e,d=w.useRef(null),m=w.useRef(null),[p,h]=w.useState(null);w.useEffect(()=>{d.current&&(m.current=new X4(d.current,{backgroundColor:n.inputBackground||"#fff",penColor:n.inputText||"#000"}))},[n]);const f=()=>{m.current.clear(),h(l?"Signature is required":null),r({target:{name:a,value:""}})},v=()=>{if(m.current.isEmpty()){l&&h("Signature is required");return}const b=m.current.toDataURL("image/png");h(null),r({target:{name:a,value:b}})};return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!p&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{className:"rounded-lg border",style:{borderColor:p?n.error:n.inputBorder,backgroundColor:n.inputBackground},children:u.jsx("canvas",{ref:d,width:400,height:150,style:{width:"100%",height:"150px"}})}),u.jsxs("div",{className:"mt-2 flex gap-2",children:[u.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"}),u.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"})]}),p?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"text-sm",children:p})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function bn({name:e,color:t}){const r=W4[e];return r?u.jsx("div",{className:"rounded-full p-2",children:u.jsx(r,{className:"h-5 w-5",style:{color:t||"#ccc"}})}):(console.warn(`Icon "${e}" not found.`),null)}function Q4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c,max:d=5,icon:m="StarIcon"}=e,[p,h]=w.useState(null),[f,v]=w.useState(null),b=!!p,g=x=>{h(l&&x===0?"Rating is required":null),r({target:{name:a,value:x}})},E=x=>{const k=f?x<=f:x<=(t||0);let L;f?L=x<=f?n.inputFocusBorder:n.inputBorder:L=k?n.inputBackground:n.inputBorder;const y=m==="StarIcon"?ia:bn;return u.jsx("button",{type:"button",onClick:()=>g(x),onMouseEnter:()=>v(x),onMouseLeave:()=>v(null),className:"p-1","aria-label":`Rate ${x} out of ${d}`,children:m==="StarIcon"?u.jsx(y,{className:"h-6 w-6",style:{color:L}}):u.jsx(bn,{name:m,color:L})},x)};return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!b&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.jsx("div",{id:a,role:"radiogroup",className:"flex items-center gap-1","aria-invalid":b?"true":"false","aria-describedby":b?`${a}-error`:s?`${a}-description`:void 0,children:[...Array(d)].map((x,k)=>E(k+1))}),b?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:p})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}function J4({field:e,value:t,onChange:r,theme:n}){const{name:a,title:i,description:s,required:l,helper:c,min:d=1,max:m=10,step:p=1}=e,[h,f]=w.useState(null),v=!!h,b=E=>{f(l&&!E?"Selection is required":null),r({target:{name:a,value:E}})},g=[];for(let E=d;E<=m;E+=p)g.push(E);return u.jsxs("div",{children:[i&&u.jsxs("div",{className:"mb-1 flex justify-between",children:[u.jsxs("label",{htmlFor:a,style:{color:n.label},className:"block text-sm/6 font-medium",children:[i,l&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),!l&&!v&&u.jsx("span",{style:{color:n.description},className:"text-sm/6",children:"Optional"})]}),c&&u.jsx("p",{style:{color:n.description},className:"mb-1 text-xs",children:c}),u.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(E=>u.jsxs("label",{className:"flex flex-col items-center text-sm",children:[u.jsx("input",{type:"radio",name:a,value:E,checked:String(t)===String(E),onChange:()=>b(E),className:"peer hidden"}),u.jsx("span",{className:"cursor-pointer rounded-md px-3 py-1 peer-checked:font-bold",style:{border:`1px solid ${String(t)===String(E)?n.inputFocusBorder:n.inputBorder}`,backgroundColor:String(t)===String(E)?n.inputBackground:"transparent",color:String(t)===String(E)?n.inputText:n.description},children:E})]},E))}),v?u.jsxs("div",{className:"mt-1 flex items-center gap-1",children:[u.jsx(te,{"aria-hidden":"true",className:"h-4 w-4 text-red-500"}),u.jsx("p",{id:`${a}-error`,style:{color:n.error},className:"mt-1 text-sm",children:h})]}):s?u.jsx("p",{id:`${a}-description`,style:{color:n.description},className:"mt-1 text-sm",children:s}):null]})}const ew=process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY;function tw({field:e,value:t,onChange:r,theme:n}){const a=w.useRef(null),[i,s]=w.useState(null),[l,c]=w.useState(!1);w.useEffect(()=>{if(window.grecaptcha){window.grecaptcha.ready(()=>d());return}const m=document.createElement("script");m.src="https://www.google.com/recaptcha/api.js?render=explicit",m.async=!0,m.defer=!0,m.onload=()=>{window.grecaptcha.ready(()=>d())},document.body.appendChild(m)},[]);const d=()=>{var p;if(!window.grecaptcha||i!==null||(p=a.current)!=null&&p.hasChildNodes())return;const m=window.grecaptcha.render(a.current,{sitekey:ew,theme:"light",callback:h=>{c(!1),r({target:{name:e.name,value:h}})},"expired-callback":()=>{r({target:{name:e.name,value:""}}),c(!0)}});s(m)};return u.jsxs("div",{className:"mb-4",children:[e.title&&u.jsxs("label",{htmlFor:e.name,style:{color:n.label},className:"mb-2 block text-sm font-medium",children:[e.title,e.required&&u.jsx("span",{style:{color:n.requiredAsterisk},children:" *"})]}),u.jsx("div",{ref:a}),l&&u.jsx("p",{style:{color:n.error},className:"mt-1 text-sm",children:"Please complete the CAPTCHA"})]})}let xn=!1;function rw(){xn||(xn=!0,V("string",la),V("text",sa),V("color",ca),V("number",T0),V("boolean",da),V("toggle",ua),V("date",P0),V("datetime",q4),V("time",T4),V("select",I0),V("multiselect",U4),V("file",void 0),V("fileV2",void 0),V("uploadToBase",N4),V("array",vn),V("subForm",vn),V("email",H4),V("tel",D4),V("radio",_4),V("url",Z4),V("captcha",tw),V("signature",Y4),V("rating",Q4),V("scale",J4),V("header",ma))}function nw({children:e}){return w.useEffect(()=>{initNovaForms()},[]),e}function kn({type:e,kind:t,targetValue:r,modifierValue:n,strictString:a=!1,sourceFields:i}){if(e==="concat"&&Array.isArray(i)){let c="";return i.forEach(d=>{const m=String(d.fieldValue||"");c+=(d.charBefore||"")+m+(d.charAfter||"")}),c}if(typeof n=="number"&&a!==!0){const c=Number(r)||0,d=Number(n);let m;switch(e){case"add":m=c+d;break;case"subtract":m=c-d;break;case"multiply":m=c*d;break;case"divide":m=c/d;break;case"replace":m=d;break;case"concat":m=c+d;break}return t==="percent"&&(m=c*d/100),String(m)}else{let c=r;switch(e){case"concat":case"add":c=String(r)+String(n);break;case"replace":c=String(n);break;case"subtract":case"multiply":case"divide":c=String(r);break}return String(c)}}function ow({setState:e,fields:t=[],rules:r=[]}){const n=Array.isArray(r)?r.reduce((a,i)=>(i!=null&&i.name&&(a[i.name]=i),a),{}):{};return function(i,s){let l,c,d,m,p;if(i!=null&&i.target){const h=i;l=h.target.name,c=h.target.value,d=h.target.type,m=h.target.checked,p=h.target.files}else l=s,c=i;d==="checkbox"&&(c=m),d==="file"&&(c=(p==null?void 0:p[0])??c),e(h=>{var g;let f={...h,[l]:c};const v=t.find(E=>E.name===l);return(g=v==null?void 0:v.modifiers)!=null&&g.length&&v.modifiers.forEach(E=>{const{target:x,type:k,kind:L="number",when:y,value:j,strictString:M=!1}=E;if(x&&Je(c,y,j)){const C=M?String(f[x]||""):Number(f[x]||0),$=M?String(j):Number(j);f[x]=kn({type:k,kind:L,targetValue:C,modifierValue:$,strictString:M})}}),(Array.isArray(v==null?void 0:v.triggers)?v.triggers:[]).forEach(E=>{const x=E==null?void 0:E.rule;if(!x)return;const k=n[x];if(!k)return;const L=E.when;if(!Je(c,L,E.value))return;(Array.isArray(k.effects)?k.effects:[]).forEach(M=>{const{targetField:C,prop:$="value",type:R,kind:A="number",value:W,strictString:O=!1,sourceFields:S}=M;if(!C||$!=="value")return;let F=null;R==="concat"&&Array.isArray(S)&&(F=S.map(N=>({...N,fieldValue:f[N.field]||""})));const P=f[C]||"",D=O?String(P):Number(P)||0,I=O?String(W):Number(W);f[C]=kn({type:R,kind:A,targetValue:D,modifierValue:I,strictString:O,sourceFields:F})})}),f})}}function Je(e,t,r){const n=Number(e);switch(t){case"true":return!!e;case"false":return!e;case"empty":return!e||e===""||e===null||e===void 0;case"not empty":return e&&e!==""&&e!==null&&e!==void 0;case"null":return e==null;case"not null":return e!=null;case"less than":return n<Number(r);case"greater than":return n>Number(r);case"equal":return n===Number(r);case"not equal":return n!==Number(r);case"between":return n>=Number(r[0])&&n<=Number(r[1]);case"matches":return new RegExp(r).test(e);default:return!1}}function aw(e,t){if(t)return"w-full";switch(e){case 25:return"w-full sm:w-1/4";case 50:return"w-full sm:w-1/2";case 75:return"w-full sm:w-3/4";case 100:default:return"w-full"}}function ea(e,t,r){const n=Array.isArray(e)?e:e?[e]:[];if(n.length===0)return!1;const a=i=>Je(r==null?void 0:r[i.field],i.when,i.value);return t==="all"?n.every(a):n.some(a)}function iw(e,t){var a,i;const r=(a=e==null?void 0:e.conditions)==null?void 0:a.hiddenWhen,n=((i=e==null?void 0:e.conditions)==null?void 0:i.hiddenMode)==="all"?"all":"any";return ea(r,n,t)}function lw(e,t){var a,i,s;const r=((a=e==null?void 0:e.conditions)==null?void 0:a.readOnlyWhen)||((i=e==null?void 0:e.conditions)==null?void 0:i.disabledWhen),n=((s=e==null?void 0:e.conditions)==null?void 0:s.readOnlyMode)==="all"?"all":"any";return ea(r,n,t)}function sw(e,t,r){const n=Array.isArray(t)?t.reduce((i,s)=>(s!=null&&s.name&&(i[s.name]=s),i),{}):{},a={};return e.forEach(i=>{(Array.isArray(i==null?void 0:i.triggers)?i.triggers:[]).forEach(l=>{const c=n[l==null?void 0:l.rule];if(!c)return;const d=Array.isArray(l.when)?l.when:l.when?[l.when]:[],m=l.mode==="all"?"all":"any";if(!(d.length===0?!0:m==="all"?d.every(f=>Je(r==null?void 0:r[f.field],f.when,f.value)):d.some(f=>Je(r==null?void 0:r[f.field],f.when,f.value))))return;(Array.isArray(c.effects)?c.effects:[]).forEach(f=>{const{targetField:v,prop:b="value",value:g}=f;!v||b==="value"||(a[v]={...a[v]||{},[b]:g})})})}),a}function ta({fields:e=[],onChange:t,theme:r,isMobileView:n=!1,formData:a={},rules:i=[]}){const s=sw(e,i,a);return u.jsx("div",{className:"w-full",children:u.jsx("div",{className:"-mx-2 flex flex-wrap",children:e.map((l,c)=>{var h,f,v;const d=iw(l,a)||((h=s[l.name])==null?void 0:h.hidden)===!0,m=l.readOnly||lw(l,a)||((f=s[l.name])==null?void 0:f.readOnly)===!0,p=((v=s[l.name])==null?void 0:v.title)??(l.label||l.title||l.name);return u.jsx("div",{className:`${aw(l.width||100,n)} mb-4 px-2 ${d?"hidden":""}`,children:u.jsx(Bt,{onChange:t,value:a[l.name]??l.default??"",field:{...l,title:p,readOnly:m},theme:r})},l.name||c)})})})}function cw({title:e,titleId:t,...r},n){return o.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",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:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z",clipRule:"evenodd"}))}const dw=o.forwardRef(cw),uw=(e,t)=>{let r=0,n=0;return e.forEach(a=>{a.required&&(n++,t[a==null?void 0:a.name]&&t[a==null?void 0:a.name]!==""&&r++)}),{filled:r,total:n}};function fw({config:e={},onSubmit:t=()=>{},onStepChange:r=()=>{},onChange:n=()=>{}}){const{steps:a=[],styles:i={},rules:s=[]}=e,[l,c]=w.useState(1),[d,m]=w.useState(!1),[p,h]=w.useState({}),[f,v]=w.useState({});w.useEffect(()=>{const C={};a.forEach(($,R)=>{C[R+1]={filled:0,total:0}}),v(C)},[a]),w.useEffect(()=>{const C={};a.forEach(($,R)=>{const A=$.fields||[];C[R+1]=uw(A,p)}),v(C)},[p,a]);function b(C){const{name:$,value:R,type:A,checked:W,files:O}=C.target;h(A==="checkbox"?S=>({...S,[$]:W}):A==="file"?S=>({...S,[$]:O[0]}):S=>({...S,[$]:R})),n(C)}const g=()=>{const C=Math.max(l-1,1);c(C),window.scrollTo({top:0,behavior:"smooth"}),r(C)},E=()=>{var W;const R=(((W=a[l-1])==null?void 0:W.fields)||[]).filter(O=>O.required).filter(O=>!p[O==null?void 0:O.name]||p[O==null?void 0:O.name]==="");if(R.length>0){alert(`Please fill in required fields: ${R.map(O=>O.title).join(", ")}`);return}const A=Math.min(l+1,a.length);c(A),window.scrollTo({top:0,behavior:"smooth"}),r(A)};async function x(){m(!0);try{await t(p),h({}),c(1)}catch(C){console.error("Error submitting wizard:",C),alert("Error: "+C.message)}finally{m(!1)}}const k=a.length>0?Object.values(f).reduce((C,$)=>C+($.total>0?$.filled/$.total*(100/a.length):0),0):0,L=a[l-1]||{},y=L.fields||[],j={container:"min-h-screen bg-white",contentWrapper:"mx-auto max-w-5xl px-6 py-8 sm:py-12 lg:py-16",header:"font-display text-3xl font-bold tracking-tight sm:mb-2 sm:text-6xl sm:font-light",card:"rounded-xl border border-[#F5F5F5] bg-white p-8 shadow-sm sm:p-12",button:"inline-flex items-center rounded-lg px-6 py-3 text-sm font-medium transition-all duration-200",primaryButton:"bg-[#020DF9] text-white hover:bg-[#0209D9]",secondaryButton:"bg-transparent text-[#4A4A4A] hover:bg-[#FAFAFA]",disabledButton:"cursor-not-allowed bg-transparent text-[#E8E8E8]",...i},M=j.progressBarColor||"#020DF9";return u.jsx("div",{className:j.container,children:u.jsxs("div",{className:j.contentWrapper,children:[u.jsxs("div",{className:"mb-8",children:[u.jsx("h1",{className:`${j.header} text-[#1A1A1A]`,children:e.title||"Multi-step Wizard"}),e.subtitle&&u.jsx("p",{className:"text-base font-light text-[#797979] sm:mb-7",children:e.subtitle}),u.jsxs("div",{className:"mt-3 flex flex-col sm:flex-row sm:items-center sm:justify-between",children:[u.jsxs("p",{className:"text-base font-medium text-[#4A4A4A]",children:["Step ",l," of ",a.length,":"," ",(L==null?void 0:L.fullName)||(L==null?void 0:L.name)||`Step ${l}`]}),u.jsxs("p",{className:"mt-1 text-sm text-[#6B6B6B] sm:mt-0",children:[Math.round(k),"% Complete"]})]})]}),u.jsx("div",{className:"mb-6",children:u.jsx("div",{className:"h-1 overflow-hidden rounded-full bg-[#F5F5F5]",children:u.jsx("div",{className:"h-full rounded-full transition-all duration-500 ease-out",style:{width:`${k}%`,backgroundColor:M}})})}),e.showStepIndicators!==!1&&u.jsx("div",{className:"mb-8",children:u.jsx("nav",{"aria-label":"Progress steps",children:u.jsx("ol",{className:"flex items-center justify-center space-x-1 sm:space-x-2",children:a.map((C,$)=>{const R=$<l-1,A=$===l-1,W=$<l;return u.jsxs("li",{className:"flex items-center",children:[u.jsxs("button",{type:"button",onClick:()=>W&&c($+1),className:`flex items-center rounded-full px-3 py-1.5 text-xs font-medium transition-all duration-200 ${A?"bg-[#020DF9] text-white":R?"bg-[#F5F5F5] text-[#1A1A1A] hover:bg-[#E8E8E8]":"cursor-default bg-transparent text-[#9B9B9B]"} ${W&&!A?"cursor-pointer":""} `,disabled:!W,"aria-current":A?"step":void 0,children:[R&&u.jsx(dw,{className:"mr-1.5 h-3.5 w-3.5"}),u.jsx("span",{className:"hidden sm:inline",children:C==null?void 0:C.name}),u.jsx("span",{className:"sm:hidden",children:$+1})]}),$<a.length-1&&u.jsx("div",{className:"mx-1 h-[1px] w-4 bg-[#E8E8E8] sm:w-8"})]},(C==null?void 0:C.id)||$)})})})}),u.jsxs("div",{className:j.card,children:[u.jsx(ta,{fields:y,onChange:b,formData:p,isMobileView:!1,rules:s}),u.jsxs("div",{className:"mt-16 flex items-center justify-between",children:[u.jsxs("button",{type:"button",onClick:g,className:`${j.button} ${l===1?j.disabledButton:j.secondaryButton} `,disabled:l===1,children:[u.jsx(zo,{className:"mr-2 h-4 w-4"}),"Previous"]}),u.jsx("div",{className:"flex space-x-2 md:hidden",children:a.map((C,$)=>u.jsx("div",{className:`h-1 rounded-full transition-all duration-200 ${$+1<=l?"w-6 bg-[#020DF9]":"w-2 bg-[#E8E8E8]"} `},$))}),l===a.length?u.jsx("button",{type:"button",onClick:x,disabled:d,className:`${j.button} ${d?"cursor-not-allowed bg-[#E8E8E8]":j.primaryButton} `,children:d?u.jsxs(u.Fragment,{children:[u.jsxs("svg",{className:"-ml-1 mr-3 h-4 w-4 animate-spin text-white",fill:"none",viewBox:"0 0 24 24",children:[u.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),u.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),e.submittingText||"Saving..."]}):u.jsxs(u.Fragment,{children:[e.submitButtonText||"Complete",u.jsx(Xo,{className:"ml-2 h-4 w-4"})]})}):u.jsxs("button",{type:"button",onClick:E,className:`${j.button} ${j.primaryButton}`,children:["Continue",u.jsx(Ko,{className:"ml-2 h-4 w-4"})]})]}),f[l]&&f[l].total>0&&u.jsx("div",{className:"mt-8 text-center",children:u.jsxs("p",{className:"text-xs text-[#9B9B9B]",children:[u.jsx("span",{className:"text-[#020DF9]",children:"*"})," Required fields (",f[l].filled," of"," ",f[l].total," completed)"]})})]}),e.showSaveForLater!==!1&&u.jsx("div",{className:"mt-8 text-center",children:u.jsx("button",{type:"button",className:"text-sm text-[#6B6B6B] transition-colors duration-200 hover:text-[#020DF9]",children:e.saveForLaterText||"Save and continue later"})})]})})}function mw(e,t={}){return{...e.reduce((n,a)=>(a.default!==void 0&&(n[a.name]=a.default),n),{}),...t}}exports.Form=ta;exports.FormsProvider=nw;exports.ReturnFieldsV2=Bt;exports.Wizard=fw;exports.createFormHandler=ow;exports.getAllFields=W0;exports.getField=Go;exports.initForms=rw;exports.initializeFormData=mw;exports.registerField=V;
|