@cleen/ui 0.1.42 → 0.1.43
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/index.d.ts +28 -1
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import{forwardRef as F7,useMemo as a5}from"react";import{cn as mo,usePositionClose as B7}from"@cleen/ui-core";import{useEffect as r5,useRef as go,useState as l5}from"react";import{createPortal as D7}from"react-dom";import{jsx as fo,jsxs as V7}from"react/jsx-runtime";var Q=({bg:t,label:e,color:n,closeOnClick:o=!0,hideOnMouseDown:i=!0,isOpen:r,children:l,hasArrow:s,placement:c="top",offset:a=8,className:p,classNames:m,isDisabled:f,openDelay:d=0,invertColors:g=!1,style:v,styles:h,onClick:x,onMouseEnter:w,onMouseLeave:y,...b})=>{let[M,I]=l5(r??!1),[k,H]=l5(!1),N=go(null),S=go(null),L=go(null),{positionStyles:P,isMounted:D,optimalPosition:T}=B7({triggerRef:S,targetRef:N,position:c,isOpen:M&&!f,offset:a});r5(()=>{I(r??!1)},[r]);let V=R=>{x?.(R),o&&I(!1)},O=(R,B)=>{r===void 0&&(B?(w?.(R),d&&d>0?L.current=setTimeout(()=>{I(!0)},d):I(!0)):(L.current&&(clearTimeout(L.current),L.current=null),I(!1),y?.(R)))};return r5(()=>{let R=()=>{i&&H(!0)},B=()=>{H(!1)};return document.addEventListener("mousedown",R),document.addEventListener("mouseup",B),()=>{document.removeEventListener("mousedown",R),document.removeEventListener("mouseup",B)}},[]),V7("div",{className:mo("cleen",p),style:v,children:[fo("div",{ref:S,className:mo("cleen-relative cleen-max-w-fit",m?.container),style:h?.container,onClick:V,onMouseEnter:R=>O(R,!0),onMouseLeave:R=>O(R,!1),...b,children:l}),M&&!f&&!k&&D7(fo("div",{className:"cleen",children:fo("div",{ref:N,className:mo("cleen-shadow cleen-px-2 cleen-py-0.5 cleen-rounded-md cleen-text-sm cleen-transition-opacity cleen-duration-200 cleen-pointer-events-none","cleen-absolute cleen-z-50",`${g?"cleen-bg-primary after:cleen-border-primary cleen-text-white":"cleen-bg-white after:cleen-border-white cleen-text-primary"}`,{"cleen-opacity-0":!D,"cleen-opacity-100":D,'after:cleen-content-[""] after:cleen-absolute after:cleen-border-[6px]':s,"after:cleen-border-x-transparent after:cleen-border-b-transparent after:cleen-top-full after:cleen-left-[calc(50%-6px)] after:cleen-drop-shadow-[0_1px_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="top","after:cleen-border-x-transparent after:cleen-border-t-transparent after:cleen-bottom-full after:cleen-left-[calc(50%-6px)] after:cleen-drop-shadow-[0_-0.25px_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="bottom","after:cleen-border-y-transparent after:cleen-border-r-transparent after:cleen-left-full after:cleen-top-[calc(50%-6px)] after:cleen-drop-shadow-[1px_0_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="left","after:cleen-border-y-transparent after:cleen-border-l-transparent after:cleen-right-full after:cleen-top-[calc(50%-6px)] after:cleen-drop-shadow-[-0.25px_0_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="right"},m?.labelContainer),style:{top:`${P.top}px`,left:`${P.left}px`,...t&&{backgroundColor:t},...n&&{color:n},...h?.labelContainer},children:e})}),document.body)]})};import{cn as it}from"@cleen/ui-core";var Ne=t=>Math.max(0,Math.min(100,Number.isFinite(t)?t:0)),Be=(t,e,n)=>{let o=Number.isFinite(e)?e:0,i=Number.isFinite(n)?n:100;return i===o?0:(t-o)/(i-o)*100};import{cn}from"@cleen/ui-core";import{jsx as ho}from"react/jsx-runtime";var an=({serie:t,minValue:e,maxValue:n,color:o,trackHeight:i,className:r,style:l})=>{if(t.type!=="clamp")return null;let s=typeof t.value=="number"?t.value:0,c=Number.isFinite(s)?s:e,a=Ne(Be(c,e,n)),p=Math.max(2,t?.height??i*1.5),m={left:`${a}%`,top:"50%"};return t.tooltip?ho(Q,{invertColors:!0,...t.tooltip,className:cn("cleen-absolute cleen-z-10 -cleen-translate-x-1/2 -cleen-translate-y-1/2",t.tooltip.className),style:{...m,...t.tooltip.style},classNames:{...t.tooltip.classNames,labelContainer:cn("cleen-z-10",t.tooltip.classNames?.labelContainer)},children:ho("div",{className:cn("cleen-rounded-full",r),style:{width:p,height:p,backgroundColor:o,...l}})}):ho("div",{className:cn("cleen-absolute cleen-rounded-full -cleen-translate-x-1/2 -cleen-translate-y-1/2 cleen-pointer-events-none",r),style:{width:p,height:p,backgroundColor:o,...m,...l}})};import{jsx as pn}from"react/jsx-runtime";var i5=({serie:t,minValue:e,maxValue:n,animatedGlobal:o=e,renderAnimated:i,color:r,trackHeight:l,className:s,style:c})=>{if(t.type!=="bar")return null;let a=typeof t.start=="number"?t.start:e,p=typeof t.end=="number"?t.end:n,m=Ne(Be(a,e,n)),f=Ne(Be(p,e,n));f<m&&([m,f]=[f,m]);let d=Math.max(0,i?o-m:f-m);if(d<1&&!i||i&&o>=f&&d===0)return pn(an,{serie:{...t,type:"clamp",value:m},color:r,trackHeight:l,minValue:e,maxValue:n,className:s,style:c});let g={left:`${m}%`,top:t?.height?(l-t.height)/2:0,width:`${d}%`,height:t?.height??"100%"};return t.tooltip?pn(Q,{invertColors:!0,...t.tooltip,className:it("cleen-absolute",t.tooltip.className),style:{...g,...t.tooltip.style},classNames:{container:it("cleen-min-w-full",t.tooltip.classNames?.container),labelContainer:it("cleen-z-10",t.tooltip.classNames?.labelContainer)},children:pn("div",{className:it("cleen-min-w-full",s),style:{backgroundColor:r,borderRadius:(t?.height??l)/2,...g,...c}})}):pn("div",{className:it("cleen-absolute cleen-pointer-events-none",s),style:{...g,backgroundColor:r,borderRadius:(t?.height??l)/2,...c}})};import{cn as T7}from"@cleen/ui-core";import{jsx as E7}from"react/jsx-runtime";var s5=({serie:t,minValue:e,maxValue:n,className:o,style:i})=>{let r=0;if(t.type==="clamp"){let l=typeof t.value=="number"?t.value:0,s=Number.isFinite(l)?l:e;r=Ne(Be(s,e,n))}else{let l=typeof t.start=="number"?t.start:e,s=typeof t.end=="number"?t.end:n,c=Ne(Be(l,e,n)),a=Ne(Be(s,e,n));r=(c+a)/2}return E7("div",{className:T7("cleen-absolute -cleen-translate-x-1/2 cleen-whitespace-nowrap",o),style:{left:`${r}%`,...i},children:t.label})};var c5={color:"rgb(var(--cleen-gray))",height:8};import{cn as dn,useAnimateNumber as A7}from"@cleen/ui-core";import{jsx as T1,jsxs as Z7}from"react/jsx-runtime";var W7=F7(function({series:e=[],track:n,renderAnimated:o,renderAnimatedDuration:i=1e3,className:r,classNames:l,style:s,styles:c,minValue:a=0,maxValue:p=100,...m},f){let d=a5(()=>({...c5,...n}),[n]),g=a5(()=>e.reduce((h,x)=>{if(x.type==="bar"){let w=typeof x.end=="number"?x.end:p,y=Math.max(a,Math.min(w,p));if(y>h)return y}return h},0),[e,a,p]),v=A7({targetNumber:g,defaultNumber:a,duration:i,disabled:!o});return T1("div",{className:dn("cleen",r),style:s,ref:f,...m,children:Z7("div",{className:dn("cleen-w-full cleen-relative",l?.container),style:c?.container,children:[T1("div",{className:dn("cleen-relative cleen-w-full",l?.track),style:{height:d.height,backgroundColor:d.color,borderRadius:d.height/2,...c?.track},children:e.map((h,x)=>{if(h==null||!h.type)return null;let w=h.color??"var(--cleen-primary)";switch(h.type){case"clamp":return T1(an,{serie:h,color:w,trackHeight:d.height,minValue:a,maxValue:p,className:l?.clamp,style:c?.clamp},`clamp-${x}`);case"bar":return T1(i5,{serie:h,color:w,trackHeight:d.height,minValue:a,maxValue:p,renderAnimated:o,animatedGlobal:v,className:l?.bar,style:c?.bar},`bar-${x}`);default:return null}})}),e.some(h=>!!h.label)&&T1("div",{"aria-hidden":!0,className:dn("cleen-relative cleen-mt-2 cleen-h-5",l?.labels),style:c?.labels,children:e.map((h,x)=>!h||!h.type||!h.label?null:T1(s5,{serie:h,minValue:a,maxValue:p,className:l?.label,style:c?.label},`label-${x}`))})]})})});import{cn as vo}from"@cleen/ui-core";import{jsx as wo}from"react/jsx-runtime";var _7={xs:"cleen-size-4",sm:"cleen-size-5",md:"cleen-size-[30px] cleen-border-2",lg:"cleen-size-10 cleen-border-2",xl:"cleen-size-[50px] cleen-border-4"},O7={slow:1.3,normal:.65,fast:.4},q=({isFullscreen:t,size:e="xs",stroke:n,speed:o="normal",className:i,classNames:r,style:l,styles:s,color:c,...a})=>wo("div",{className:vo("cleen",i),style:l,children:wo("div",{className:vo("cleen-flex cleen-justify-center cleen-items-center cleen-w-full cleen-h-full",{"cleen-h-screen cleen-w-screen cleen-bg-background":t},r?.container),style:s?.container,...a,children:wo("span",{className:vo("cleen-border cleen-rounded-full cleen-border-t-primary cleen-border-x-primary cleen-border-b-transparent cleen-animate-[spin_0.65s_linear_infinite]",typeof e=="string"&&_7[e],r?.loader),style:{...c&&{borderInlineColor:c,borderTopColor:c},...typeof e=="number"&&{width:e,height:e},...typeof n=="number"&&{borderWidth:n},animationDuration:`${typeof o=="number"?o:O7[o]}s`,...s?.loader}})})});import{cn as yo,useWidthDynamicResize as z7}from"@cleen/ui-core";import{forwardRef as U7,useImperativeHandle as G7,useRef as $7}from"react";var p5={borderless:"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-gray/90 cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/10","borderless-blue":"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-primary/70 cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary/10","borderless-success":"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-success cleen-transition-colors cleen-duration-200 hover:cleen-bg-success/10",group:"cleen-flex cleen-border cleen-border-gray/30 cleen-py-2 cleen-px-4 cleen-gap-1 cleen-font-semibold cleen-items-center cleen-text-black cleen-transition-colors cleen-duration-200 focus:cleen-bg-gray/5 focus-visible:cleen-outline-none hover:cleen-bg-gray/10",secondary:"cleen-flex cleen-border cleen-border-gray/20 cleen-text-gray/90 cleen-bg-white cleen-py-2 cleen-px-4 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/5 focus-visible:cleen-outline-none","secondary-blue":"cleen-flex cleen-border cleen-border-primary/60 cleen-text-primary cleen-bg-white cleen-py-2 cleen-px-4 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-transition-colors cleen-duration-200 focus-visible:cleen-outline-none hover:cleen-bg-primary/10",primary:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-primary/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60",disable:"cleen-flex cleen-justify-center cleen-rounded-md cleen-bg-gray/10 cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-border cleen-border-gray/30 cleen-text-gray/40 cleen-shadow-sm cleen-cursor-default",error:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-error/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-error focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60",warning:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-warning/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-warning focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60"},d5={primary:"rgb(var(--cleen-white))","borderless-success":"rgb(var(--cleen-success))",error:"rgb(var(--cleen-white))",warning:"rgb(var(--cleen-white))"};import{jsx as u5,jsxs as q7}from"react/jsx-runtime";var $=U7(function({type:e="button",label:n,onClick:o,className:i,classNames:r,style:l,styles:s,disabled:c=!1,leftIcon:a,rightIcon:p,loaderColor:m,isLoading:f=!1,variant:d="primary",fullWidth:g=!1,dataModalTarget:v,"data-testid":h,children:x,...w},y){let b=$7(null);return G7(y,()=>b.current),z7({ref:b,skip:g},[f,a,p,g]),u5("div",{className:yo("cleen",i),style:l,children:q7("button",{type:e,ref:b,className:yo("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1 cleen-text-sm cleen-text-nowrap cleen-transition-[width] cleen-duration-150 cleen-ease-in-out cleen-cursor-pointer",p5[d],{"cleen-w-full cleen-flex-1":g,"cleen-opacity-50 cleen-cursor-not-allowed cleen-pointer-events-none":c||f},r?.container),style:s?.container,disabled:f||c,onClick:o,"data-testid":h,"data-modal-target":v,...w,children:[f&&u5(q,{size:"xs",color:m||d5[d],className:yo("cleen-mr-1.5 cleen-w-fit",r?.loaderContainer),style:s?.loaderContainer,classNames:{loader:r?.loader},styles:{loader:s?.loader}}),a||null,n||x,p||null]})})});import{cn as st,ColorHelpers as C5,formatAudioTime as m5}from"@cleen/ui-core";import{useWavesurfer as X7}from"@wavesurfer/react";import{forwardRef as j7,useCallback as K7,useRef as Y7}from"react";import{FaPause as Q7,FaPlay as J7}from"react-icons/fa";import{jsx as ct,jsxs as g5}from"react/jsx-runtime";var e4={waveColor:C5.getComputedColor("var(--cleen-light-gray)"),progressColor:C5.getComputedColor("var(--cleen-primary)"),cursorColor:"rgb(var(--cleen-primary))",height:56,barWidth:2,barGap:2,barRadius:2,interact:!0,normalize:!0},t4=j7(function({url:e,options:n,className:o,classNames:i,style:r,styles:l,...s},c){let a=Y7(null),{wavesurfer:p,isPlaying:m,isReady:f,currentTime:d}=X7({...e4,...n,container:a,url:e}),g=f?p?.getDuration()??0:0,v=K7(()=>{p?.playPause()},[p]);return ct("div",{ref:c,className:st("cleen",o),style:r,...s,children:g5("div",{className:st("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3 cleen-rounded-xl cleen-bg-white cleen-border cleen-border-gray/10",i?.container),style:l?.container,children:[ct($,{type:"button",onClick:v,disabled:!f,"aria-label":m?"Pause":"Play",className:i?.playButton?.className,classNames:{...i?.playButton?.classNames,container:st("cleen-p-0 !cleen-size-9 cleen-rounded-full",i?.playButton?.classNames?.container)},...l?.playButton,children:m?ct(Q7,{}):ct(J7,{})}),ct("div",{ref:a,className:st("cleen-flex-1 cleen-min-w-0",i?.waveform),style:l?.waveform}),g5("span",{className:st("cleen-shrink-0 cleen-text-xs cleen-text-gray/60 cleen-tabular-nums",i?.timestamp),style:l?.timestamp,children:[m5(d),"\xA0/\xA0",m5(g)]})]})})});import{ColorHelpers as n4}from"@cleen/ui-core";var f5=n4.getComputedColor("var(--cleen-primary)"),h5="rgba(var(--cleen-primary), 0.15)",v5={waveColor:f5,progressColor:f5,cursorColor:"rgb(var(--cleen-primary))",height:56,barWidth:2,barGap:2,barRadius:2,minPxPerSec:.5,sampleRate:8e3};var w5={startRecording:"Click to start recording"};import{jsx as y5}from"react/jsx-runtime";var xo=({...t})=>y5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:y5("path",{d:"M7.50033 8.75L9.16699 10.4167L12.917 6.66667M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as bo,jsxs as o4}from"react/jsx-runtime";var ko=({color1:t="currentColor",color2:e="currentColor",...n})=>o4("svg",{width:"20",height:"20",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[bo("path",{d:"M1 5C1 3.59987 1 2.8998 1.27248 2.36502C1.51217 1.89462 1.89462 1.51217 2.36502 1.27248C2.8998 1 3.59987 1 5 1H8.66667C10.0668 1 10.7669 1 11.3016 1.27248C11.772 1.51217 12.1545 1.89462 12.3942 2.36502C12.6667 2.8998 12.6667 3.59987 12.6667 5V16L6.83333 12.6667L1 16V5Z",fill:t}),bo("path",{d:"M4.33333 7.25L6 8.91667L9.75 5.16667M12.6667 16V5C12.6667 3.59987 12.6667 2.8998 12.3942 2.36502C12.1545 1.89462 11.772 1.51217 11.3016 1.27248C10.7669 1 10.0668 1 8.66667 1H5C3.59987 1 2.8998 1 2.36502 1.27248C1.89462 1.51217 1.51217 1.89462 1.27248 2.36502C1 2.8998 1 3.59987 1 5V16L6.83333 12.6667L12.6667 16Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),bo("path",{d:"M4.5 7.74984L6.16667 9.4165L9.91667 5.6665",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as x5}from"react/jsx-runtime";var b5=({...t})=>x5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:x5("path",{d:"M10.0003 10.8333V5.83333M7.50033 8.33333H12.5003M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as k5}from"react/jsx-runtime";var L5=({...t})=>k5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:k5("path",{d:"M6.25033 9.16667H3.83366C3.36695 9.16667 3.13359 9.16667 2.95533 9.25749C2.79853 9.33739 2.67105 9.46487 2.59115 9.62167C2.50033 9.79993 2.50033 10.0333 2.50033 10.5V17.5M13.7503 9.16667H16.167C16.6337 9.16667 16.8671 9.16667 17.0453 9.25749C17.2021 9.33739 17.3296 9.46487 17.4095 9.62167C17.5003 9.79993 17.5003 10.0333 17.5003 10.5V17.5M13.7503 17.5V5.16667C13.7503 4.23325 13.7503 3.76654 13.5687 3.41002C13.4089 3.09641 13.1539 2.84144 12.8403 2.68166C12.4838 2.5 12.0171 2.5 11.0837 2.5H8.91699C7.98357 2.5 7.51686 2.5 7.16034 2.68166C6.84674 2.84144 6.59177 3.09641 6.43198 3.41002C6.25033 3.76654 6.25033 4.23325 6.25033 5.16667V17.5M18.3337 17.5H1.66699M9.16699 5.83333H10.8337M9.16699 9.16667H10.8337M9.16699 12.5H10.8337",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as P5}from"react/jsx-runtime";var Lo=({...t})=>P5("svg",{width:"24",height:"24",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:P5("path",{d:"M2.57275 2.375C2.41528 2.375 2.26426 2.43756 2.15291 2.54891C2.04156 2.66026 1.979 2.81128 1.979 2.96875C1.979 3.12622 2.04156 3.27725 2.15291 3.38859C2.26426 3.49994 2.41528 3.5625 2.57275 3.5625H2.96859C3.51484 3.5625 3.95817 4.00583 3.95817 4.55208V14.4479C3.95817 14.9942 3.51484 15.4375 2.96859 15.4375H2.57275C2.41528 15.4375 2.26426 15.5001 2.15291 15.6114C2.04156 15.7228 1.979 15.8738 1.979 16.0312C1.979 16.1887 2.04156 16.3397 2.15291 16.4511C2.26426 16.5624 2.41528 16.625 2.57275 16.625H2.96859C3.54599 16.625 4.09974 16.3956 4.50802 15.9873C4.9163 15.5791 5.14567 15.0253 5.14567 14.4479V4.55208C5.14567 3.97468 4.9163 3.42094 4.50802 3.01265C4.09974 2.60437 3.54599 2.375 2.96859 2.375H2.57275ZM8.51025 2.375C7.93286 2.375 7.37911 2.60437 6.97082 3.01265C6.56254 3.42094 6.33317 3.97468 6.33317 4.55208V14.4479C6.33317 15.0253 6.56254 15.5791 6.97082 15.9873C7.37911 16.3956 7.93286 16.625 8.51025 16.625H8.8388L9.12063 15.4985L9.13646 15.4375H8.51025C7.964 15.4375 7.52067 14.9942 7.52067 14.4479V4.55208C7.52067 4.00583 7.964 3.5625 8.51025 3.5625H10.4894C11.0357 3.5625 11.479 4.00583 11.479 4.55208V12.5519L12.6665 11.3644V4.55208C12.6665 3.97468 12.4371 3.42094 12.0289 3.01265C11.6206 2.60437 11.0668 2.375 10.4894 2.375H8.51025ZM15.0415 9.09071C14.87 9.19521 14.7098 9.32188 14.561 9.47071L13.854 10.1769V4.55208C13.854 3.97468 14.0834 3.42094 14.4917 3.01265C14.8999 2.60437 15.4537 2.375 16.0311 2.375H16.4269C16.5844 2.375 16.7354 2.43756 16.8468 2.54891C16.9581 2.66026 17.0207 2.81128 17.0207 2.96875C17.0207 3.12622 16.9581 3.27725 16.8468 3.38859C16.7354 3.49994 16.5844 3.5625 16.4269 3.5625H16.0311C15.4848 3.5625 15.0415 4.00583 15.0415 4.55208V9.09071ZM15.1207 10.0296L10.4475 14.7028C10.1756 14.9756 9.98253 15.3166 9.88855 15.69L9.52596 17.1396C9.4899 17.2838 9.49182 17.4349 9.53153 17.5782C9.57124 17.7214 9.64738 17.852 9.75254 17.957C9.8577 18.0621 9.98829 18.1382 10.1316 18.1778C10.2749 18.2174 10.426 18.2192 10.5702 18.183L12.0189 17.8212C12.3927 17.7271 12.7341 17.5337 13.0069 17.2615L17.6793 12.5891C18.0056 12.2471 18.1851 11.7911 18.1796 11.3186C18.174 10.846 17.9838 10.3943 17.6496 10.0601C17.3154 9.72594 16.8638 9.53574 16.3912 9.53019C15.9186 9.52464 15.4626 9.70417 15.1207 10.0304",fill:"currentColor"})});import{jsx as S5}from"react/jsx-runtime";var Po=({...t})=>S5("svg",{width:"22",height:"23",viewBox:"0 0 22 23",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:S5("path",{d:"M11 7.5V11.5M11 15.5H11.01M21 11.5C21 17.0228 16.5228 21.5 11 21.5C5.47715 21.5 1 17.0228 1 11.5C1 5.97715 5.47715 1.5 11 1.5C16.5228 1.5 21 5.97715 21 11.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as E1,jsxs as r4}from"react/jsx-runtime";var So=({...t})=>r4("svg",{width:"38",height:"38",viewBox:"0 0 38 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[E1("g",{opacity:"0.3",children:E1("rect",{x:"6",y:"6",width:"26",height:"26",rx:"13",strokeWidth:"2"})}),E1("g",{opacity:"0.1",children:E1("rect",{x:"1",y:"1",width:"36",height:"36",rx:"18",strokeWidth:"2"})}),E1("g",{clipPath:"url(#clip0_3119_7556)",children:E1("path",{d:"M19 15.667V19.0003M19 22.3337H19.0083M27.3333 19.0003C27.3333 23.6027 23.6023 27.3337 19 27.3337C14.3976 27.3337 10.6666 23.6027 10.6666 19.0003C10.6666 14.398 14.3976 10.667 19 10.667C23.6023 10.667 27.3333 14.398 27.3333 19.0003Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})]});import{jsx as Io}from"react/jsx-runtime";var Mo=({...t})=>Io("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Io("g",{id:"BsExclamationOctagonFill",children:Io("path",{id:"Vector",d:"M12.1763 0.155125C12.0767 0.0558142 11.9418 2.98764e-05 11.8012 0L5.19881 0C5.05819 2.98764e-05 4.92331 0.0558142 4.82375 0.155125L0.155125 4.82375C0.0558142 4.92331 2.98764e-05 5.05819 0 5.19881L0 11.8012C2.98764e-05 11.9418 0.0558142 12.0767 0.155125 12.1763L4.82375 16.8449C4.92331 16.9442 5.05819 17 5.19881 17H11.8012C11.9418 17 12.0767 16.9442 12.1763 16.8449L16.8449 12.1763C16.9442 12.0767 17 11.9418 17 11.8012V5.19881C17 5.05819 16.9442 4.92331 16.8449 4.82375L12.1763 0.155125ZM8.5 4.25C9.06844 4.25 9.51362 4.74087 9.45625 5.30719L9.08438 9.03337C9.07188 9.17976 9.0049 9.31612 8.89669 9.41549C8.78848 9.51486 8.64691 9.56999 8.5 9.56999C8.35309 9.56999 8.21152 9.51486 8.10331 9.41549C7.9951 9.31612 7.92812 9.17976 7.91562 9.03337L7.54375 5.30719C7.5304 5.17356 7.54518 5.03862 7.58715 4.91105C7.62912 4.78349 7.69734 4.66613 7.78743 4.56653C7.87751 4.46694 7.98746 4.38732 8.11019 4.3328C8.23292 4.27828 8.36571 4.25008 8.5 4.25ZM8.50212 10.625C8.78392 10.625 9.05417 10.7369 9.25343 10.9362C9.45268 11.1355 9.56462 11.4057 9.56462 11.6875C9.56462 11.9693 9.45268 12.2395 9.25343 12.4388C9.05417 12.6381 8.78392 12.75 8.50212 12.75C8.22033 12.75 7.95008 12.6381 7.75082 12.4388C7.55157 12.2395 7.43962 11.9693 7.43962 11.6875C7.43962 11.4057 7.55157 11.1355 7.75082 10.9362C7.95008 10.7369 8.22033 10.625 8.50212 10.625Z"})})});import{jsx as Ho}from"react/jsx-runtime";var Ro=({...t})=>Ho("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ho("g",{id:"alert-triangle",children:Ho("path",{id:"Icon",d:"M11.9998 8.99999V13M11.9998 17H12.0098M10.6151 3.89171L2.39019 18.0983C1.93398 18.8863 1.70588 19.2803 1.73959 19.6037C1.769 19.8857 1.91677 20.142 2.14613 20.3088C2.40908 20.5 2.86435 20.5 3.77487 20.5H20.2246C21.1352 20.5 21.5904 20.5 21.8534 20.3088C22.0827 20.142 22.2305 19.8857 22.2599 19.6037C22.2936 19.2803 22.0655 18.8863 21.6093 18.0983L13.3844 3.89171C12.9299 3.10654 12.7026 2.71396 12.4061 2.58211C12.1474 2.4671 11.8521 2.4671 11.5935 2.58211C11.2969 2.71396 11.0696 3.10655 10.6151 3.89171Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as No}from"react/jsx-runtime";var Bo=({...t})=>No("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:No("g",{id:"align-right-01",children:No("path",{id:"Icon",d:"M17.5 17.5V2.5M2.5 10H14.1667M14.1667 10L8.33333 4.16667M14.1667 10L8.33333 15.8333",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Do}from"react/jsx-runtime";var Vo=({...t})=>Do("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Do("g",{id:"arrow-down",children:Do("path",{id:"Icon",d:"M8.00004 3.3335V12.6668M8.00004 12.6668L12.6667 8.00016M8.00004 12.6668L3.33337 8.00016",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as To}from"react/jsx-runtime";var Eo=({...t})=>To("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:To("g",{id:"arrow-left",children:To("path",{id:"Icon",d:"M15.8333 9.99984H4.16666M4.16666 9.99984L9.99999 15.8332M4.16666 9.99984L9.99999 4.1665",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as I5}from"react/jsx-runtime";var Fo=({...t})=>I5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:I5("path",{d:"M16.6673 10H3.33398M3.33398 10L8.33398 15M3.33398 10L8.33398 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ao}from"react/jsx-runtime";var Wo=({...t})=>Ao("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ao("g",{id:"arrow-right",children:Ao("path",{id:"Icon",d:"M4.16663 9.99984H15.8333M15.8333 9.99984L9.99996 4.1665M15.8333 9.99984L9.99996 15.8332",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as M5}from"react/jsx-runtime";var Zo=({...t})=>M5("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:M5("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.601094 0.0722656C0.538059 0.0722656 0.475642 0.0846813 0.417406 0.108804C0.359169 0.132926 0.306255 0.168282 0.261683 0.212854C0.21711 0.257427 0.181754 0.310341 0.157632 0.368578C0.133509 0.426814 0.121094 0.489231 0.121094 0.552266C0.121094 0.6153 0.133509 0.677718 0.157632 0.735954C0.181754 0.79419 0.21711 0.847105 0.261683 0.891677C0.306255 0.936249 0.359169 0.971606 0.417406 0.995728C0.475642 1.01985 0.538059 1.03227 0.601094 1.03227H13.4011C13.5284 1.03227 13.6505 0.981695 13.7405 0.891677C13.8305 0.80166 13.8811 0.67957 13.8811 0.552266C13.8811 0.424962 13.8305 0.302872 13.7405 0.212854C13.6505 0.122837 13.5284 0.0722656 13.4011 0.0722656H0.601094ZM3.19523 6.87973C3.14807 6.92368 3.11024 6.97667 3.08401 7.03555C3.05777 7.09443 3.04367 7.15799 3.04253 7.22244C3.04139 7.28689 3.05325 7.35091 3.07739 7.41068C3.10153 7.47044 3.13746 7.52474 3.18304 7.57032C3.22862 7.6159 3.28292 7.65183 3.34269 7.67597C3.40245 7.70011 3.46647 7.71197 3.53092 7.71083C3.59537 7.70969 3.65893 7.69559 3.71781 7.66935C3.77669 7.64312 3.82968 7.60529 3.87363 7.55813L6.52109 4.91067V13.3523C6.52109 13.4796 6.57167 13.6017 6.66168 13.6917C6.7517 13.7817 6.87379 13.8323 7.00109 13.8323C7.1284 13.8323 7.25049 13.7817 7.34051 13.6917C7.43052 13.6017 7.48109 13.4796 7.48109 13.3523V4.91067L10.1286 7.55813C10.1725 7.60529 10.2255 7.64312 10.2844 7.66935C10.3433 7.69559 10.4068 7.70969 10.4713 7.71083C10.5357 7.71197 10.5997 7.70011 10.6595 7.67597C10.7193 7.65183 10.7736 7.6159 10.8191 7.57032C10.8647 7.52474 10.9007 7.47044 10.9248 7.41068C10.9489 7.35091 10.9608 7.28689 10.9597 7.22244C10.9585 7.15799 10.9444 7.09443 10.9182 7.03555C10.8919 6.97667 10.8541 6.92368 10.807 6.87973L7.34029 3.41307C7.25029 3.32318 7.1283 3.27269 7.00109 3.27269C6.87389 3.27269 6.7519 3.32318 6.66189 3.41307L3.19523 6.87973Z"})});import{jsx as H5}from"react/jsx-runtime";var _o=({...t})=>H5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...t,children:H5("path",{d:"M12 19V5M12 5L5 12M12 5L19 12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as R5}from"react/jsx-runtime";var Oo=({...t})=>R5("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:R5("path",{d:"M0.832031 9.16634L9.16536 0.833008M9.16536 0.833008H0.832031M9.16536 0.833008V9.16634",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as N5}from"react/jsx-runtime";var zo=({...t})=>N5("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:N5("path",{d:"M1 7L7 1M7 1H3M7 1V5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as B5}from"react/jsx-runtime";var Uo=({...t})=>B5("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:B5("path",{d:"M11.6603 11.5V6.50004M11.6603 6.50004H6.66031M11.6603 6.50004L6.66031 11.5M5.66016 16.5H12.6602C14.0603 16.5 14.7604 16.5 15.2951 16.2275C15.7655 15.9878 16.148 15.6054 16.3877 15.135C16.6602 14.6002 16.6602 13.9001 16.6602 12.5V5.5C16.6602 4.09987 16.6602 3.3998 16.3877 2.86502C16.148 2.39462 15.7655 2.01217 15.2951 1.77248C14.7604 1.5 14.0603 1.5 12.6602 1.5H5.66016C4.26002 1.5 3.55996 1.5 3.02518 1.77248C2.55477 2.01217 2.17232 2.39462 1.93264 2.86502C1.66016 3.3998 1.66016 4.09987 1.66016 5.5V12.5C1.66016 13.9001 1.66016 14.6002 1.93264 15.135C2.17232 15.6054 2.55477 15.9878 3.02518 16.2275C3.55996 16.5 4.26002 16.5 5.66016 16.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as D5}from"react/jsx-runtime";var Go=({...t})=>D5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:D5("path",{d:"M17.6271 9.08247L10.1141 16.5955C8.40556 18.304 5.63546 18.304 3.92692 16.5955C2.21837 14.8869 2.21837 12.1168 3.92692 10.4083L11.4399 2.89529C12.579 1.75626 14.4257 1.75626 15.5647 2.89529C16.7037 4.03432 16.7037 5.88105 15.5647 7.02008L8.34633 14.2385C7.77682 14.808 6.85345 14.808 6.28394 14.2385C5.71442 13.6689 5.71442 12.7456 6.28394 12.1761L12.6184 5.84157",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as V5}from"react/jsx-runtime";var $o=({...t})=>V5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:V5("path",{d:"M6.66667 12.5V14.1667M10 9.16667V14.1667M13.3333 5.83333V14.1667M6.5 17.5H13.5C14.9001 17.5 15.6002 17.5 16.135 17.2275C16.6054 16.9878 16.9878 16.6054 17.2275 16.135C17.5 15.6002 17.5 14.9001 17.5 13.5V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as T5}from"react/jsx-runtime";var qo=({...t})=>T5("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:T5("path",{d:"M15.4062 19.625H9.625V8.375H14.9375C15.5639 8.37504 16.1771 8.55435 16.7048 8.89174C17.2325 9.22914 17.6526 9.71052 17.9155 10.279C18.1784 10.8475 18.2731 11.4794 18.1884 12.1C18.1037 12.7206 17.8431 13.304 17.4375 13.7812C17.9673 14.205 18.3528 14.7825 18.5408 15.4344C18.7289 16.0862 18.7102 16.7803 18.4875 17.4211C18.2647 18.0619 17.8488 18.6179 17.297 19.0126C16.7452 19.4073 16.0847 19.6213 15.4062 19.625ZM11.5 17.75H15.3937C15.5784 17.75 15.7613 17.7136 15.9319 17.643C16.1025 17.5723 16.2575 17.4687 16.3881 17.3381C16.5187 17.2075 16.6223 17.0525 16.693 16.8819C16.7636 16.7113 16.8 16.5284 16.8 16.3438C16.8 16.1591 16.7636 15.9762 16.693 15.8056C16.6223 15.635 16.5187 15.48 16.3881 15.3494C16.2575 15.2188 16.1025 15.1152 15.9319 15.0445C15.7613 14.9739 15.5784 14.9375 15.3937 14.9375H11.5V17.75ZM11.5 13.0625H14.9375C15.1222 13.0625 15.305 13.0261 15.4756 12.9555C15.6463 12.8848 15.8013 12.7812 15.9319 12.6506C16.0625 12.52 16.166 12.365 16.2367 12.1944C16.3074 12.0238 16.3438 11.8409 16.3438 11.6562C16.3438 11.4716 16.3074 11.2887 16.2367 11.1181C16.166 10.9475 16.0625 10.7925 15.9319 10.6619C15.8013 10.5313 15.6463 10.4277 15.4756 10.357C15.305 10.2864 15.1222 10.25 14.9375 10.25H11.5V13.0625Z"})});import{jsx as E5}from"react/jsx-runtime";var Xo=({...t})=>E5("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:E5("path",{d:"M4.33398 4L7.66732 7.33333M7.66732 4L4.33398 7.33333M10.6673 13V4.2C10.6673 3.0799 10.6673 2.51984 10.4493 2.09202C10.2576 1.71569 9.95162 1.40973 9.5753 1.21799C9.14748 1 8.58742 1 7.46732 1H4.53398C3.41388 1 2.85383 1 2.426 1.21799C2.04968 1.40973 1.74372 1.71569 1.55197 2.09202C1.33398 2.51984 1.33398 3.0799 1.33398 4.2V13L6.00065 10.3333L10.6673 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as F5}from"react/jsx-runtime";var jo=({...t})=>F5("svg",{width:"18",height:"14",viewBox:"0 0 18 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:F5("path",{d:"M4.625 3.25C4.45924 3.25 4.30027 3.31585 4.18306 3.43306C4.06585 3.55027 4 3.70924 4 3.875C4 4.04076 4.06585 4.19973 4.18306 4.31694C4.30027 4.43415 4.45924 4.5 4.625 4.5H8.375C8.54076 4.5 8.69973 4.43415 8.81694 4.31694C8.93415 4.19973 9 4.04076 9 3.875C9 3.70924 8.93415 3.55027 8.81694 3.43306C8.69973 3.31585 8.54076 3.25 8.375 3.25H4.625ZM4 6.375C4 6.20924 4.06585 6.05027 4.18306 5.93306C4.30027 5.81585 4.45924 5.75 4.625 5.75H12.125C12.2908 5.75 12.4497 5.81585 12.5669 5.93306C12.6842 6.05027 12.75 6.20924 12.75 6.375C12.75 6.54076 12.6842 6.69973 12.5669 6.81694C12.4497 6.93415 12.2908 7 12.125 7H4.625C4.45924 7 4.30027 6.93415 4.18306 6.81694C4.06585 6.69973 4 6.54076 4 6.375ZM4.625 8.25C4.45924 8.25 4.30027 8.31585 4.18306 8.43306C4.06585 8.55027 4 8.70924 4 8.875C4 9.04076 4.06585 9.19973 4.18306 9.31694C4.30027 9.43415 4.45924 9.5 4.625 9.5H9.625C9.79076 9.5 9.94973 9.43415 10.0669 9.31694C10.1842 9.19973 10.25 9.04076 10.25 8.875C10.25 8.70924 10.1842 8.55027 10.0669 8.43306C9.94973 8.31585 9.79076 8.25 9.625 8.25H4.625ZM2.75 0.75C2.08696 0.75 1.45107 1.01339 0.982233 1.48223C0.513392 1.95107 0.25 2.58696 0.25 3.25V10.75C0.25 11.413 0.513392 12.0489 0.982233 12.5178C1.45107 12.9866 2.08696 13.25 2.75 13.25H15.25C15.913 13.25 16.5489 12.9866 17.0178 12.5178C17.4866 12.0489 17.75 11.413 17.75 10.75V3.25C17.75 2.58696 17.4866 1.95107 17.0178 1.48223C16.5489 1.01339 15.913 0.75 15.25 0.75H2.75ZM1.5 3.25C1.5 2.91848 1.6317 2.60054 1.86612 2.36612C2.10054 2.1317 2.41848 2 2.75 2H15.25C15.5815 2 15.8995 2.1317 16.1339 2.36612C16.3683 2.60054 16.5 2.91848 16.5 3.25V10.75C16.5 11.0815 16.3683 11.3995 16.1339 11.6339C15.8995 11.8683 15.5815 12 15.25 12H2.75C2.41848 12 2.10054 11.8683 1.86612 11.6339C1.6317 11.3995 1.5 11.0815 1.5 10.75V3.25Z"})});import{jsx as A5,jsxs as l4}from"react/jsx-runtime";var Ko=({...t})=>l4("svg",{width:"18",height:"16",viewBox:"0 0 18 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[A5("path",{d:"M0.666016 7.99967C0.666016 4.85717 0.666016 3.28551 1.64268 2.30967C2.61935 1.33384 4.19018 1.33301 7.33268 1.33301H10.666C13.8085 1.33301 15.3802 1.33301 16.356 2.30967C17.3318 3.28634 17.3327 4.85717 17.3327 7.99967C17.3327 11.1422 17.3327 12.7138 16.356 13.6897C15.3793 14.6655 13.8085 14.6663 10.666 14.6663H7.33268C4.19018 14.6663 2.61852 14.6663 1.64268 13.6897C0.666849 12.713 0.666016 11.1422 0.666016 7.99967Z",stroke:"currentColor",strokeWidth:"1.25"}),A5("path",{d:"M5.875 10.9163C5.875 11.0821 5.94085 11.2411 6.05806 11.3583C6.17527 11.4755 6.33424 11.5413 6.5 11.5413C6.66576 11.5413 6.82473 11.4755 6.94194 11.3583C7.05915 11.2411 7.125 11.0821 7.125 10.9163H5.875ZM8.375 6.68718C8.375 6.85294 8.44085 7.01191 8.55806 7.12912C8.67527 7.24633 8.83424 7.31218 9 7.31218C9.16576 7.31218 9.32473 7.24633 9.44194 7.12912C9.55915 7.01191 9.625 6.85294 9.625 6.68718H8.375ZM3.375 6.68718C3.375 6.85294 3.44085 7.01191 3.55806 7.12912C3.67527 7.24633 3.83424 7.31218 4 7.31218C4.16576 7.31218 4.32473 7.24633 4.44194 7.12912C4.55915 7.01191 4.625 6.85294 4.625 6.68718H3.375ZM4.83334 10.2913C4.66758 10.2913 4.5086 10.3572 4.39139 10.4744C4.27418 10.5916 4.20834 10.7506 4.20834 10.9163C4.20834 11.0821 4.27418 11.2411 4.39139 11.3583C4.5086 11.4755 4.66758 11.5413 4.83334 11.5413V10.2913ZM8.16667 11.5413C8.33243 11.5413 8.4914 11.4755 8.60861 11.3583C8.72582 11.2411 8.79167 11.0821 8.79167 10.9163C8.79167 10.7506 8.72582 10.5916 8.60861 10.4744C8.4914 10.3572 8.33243 10.2913 8.16667 10.2913V11.5413ZM5.60417 5.70801H6.5V4.45801H5.60417V5.70801ZM6.5 5.70801H7.39583V4.45801H6.5V5.70801ZM7.125 10.9163V5.08301H5.875V10.9163H7.125ZM7.39583 5.70801C7.775 5.70801 8.00083 5.70884 8.16417 5.72968C8.31167 5.74801 8.31917 5.77301 8.30584 5.76051L9.135 4.82634C8.885 4.60301 8.5925 4.52301 8.31834 4.48884C8.06 4.45718 7.7425 4.45801 7.39583 4.45801V5.70801ZM9.625 6.68718C9.625 6.34051 9.62584 6.02301 9.59417 5.76468C9.56 5.49051 9.48 5.19801 9.25667 4.94801L8.3225 5.77801C8.31 5.76384 8.335 5.77134 8.35334 5.91968C8.37417 6.08218 8.375 6.30801 8.375 6.68718H9.625ZM8.30584 5.76051L8.32167 5.77718L9.25667 4.94801C9.21823 4.90539 9.17762 4.86478 9.135 4.82634L8.30584 5.76051ZM5.60417 4.45801C5.2575 4.45801 4.94 4.45718 4.68167 4.48884C4.4075 4.52301 4.115 4.60301 3.865 4.82634L4.695 5.76051C4.68084 5.77301 4.68834 5.74801 4.83667 5.72968C4.99917 5.70884 5.225 5.70801 5.60417 5.70801V4.45801ZM4.625 6.68718C4.625 6.30801 4.62584 6.08218 4.64667 5.91884C4.665 5.77134 4.69 5.76384 4.6775 5.77718L3.74334 4.94801C3.52 5.19801 3.44 5.49051 3.40584 5.76468C3.37417 6.02301 3.375 6.34051 3.375 6.68718H4.625ZM3.865 4.82634C3.82222 4.86468 3.78167 4.90523 3.74334 4.94801L4.6775 5.77718L4.69417 5.76134L3.865 4.82634ZM4.83334 11.5413H8.16667V10.2913H4.83334V11.5413Z",fill:"currentColor"})]});import{jsx as Yo}from"react/jsx-runtime";var Qo=({...t})=>Yo("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Yo("g",{id:"brackets-check",children:Yo("path",{id:"Icon",d:"M18.5708 20C19.8328 20 20.8568 18.977 20.8568 17.714V13.143L21.9998 12L20.8568 10.857V6.286C20.8568 5.023 19.8338 4 18.5708 4M5.429 4C4.166 4 3.143 5.023 3.143 6.286V10.857L2 12L3.143 13.143V17.714C3.143 18.977 4.166 20 5.429 20M7.5 12L9.93431 14.4343C10.1323 14.6323 10.2313 14.7313 10.3455 14.7684C10.4459 14.8011 10.5541 14.8011 10.6545 14.7684C10.7687 14.7313 10.8677 14.6323 11.0657 14.4343L16.5 9",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as W5}from"react/jsx-runtime";var Jo=({...t})=>W5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:W5("path",{d:"M15.4757 16.6663C16.5274 16.6663 17.3808 15.8138 17.3808 14.7613V10.9522L18.3333 9.99967L17.3808 9.04717V5.23801C17.3808 4.18551 16.5282 3.33301 15.4757 3.33301M4.52425 3.33301C3.47175 3.33301 2.61925 4.18551 2.61925 5.23801V9.04717L1.66675 9.99967L2.61925 10.9522V14.7613C2.61925 15.8138 3.47175 16.6663 4.52425 16.6663M6.25008 9.99967H6.25842M10.0001 9.99967H10.0084M13.7501 9.99967H13.7584M6.66675 9.99967C6.66675 10.2298 6.4802 10.4163 6.25008 10.4163C6.01996 10.4163 5.83341 10.2298 5.83341 9.99967C5.83341 9.76956 6.01996 9.58301 6.25008 9.58301C6.4802 9.58301 6.66675 9.76956 6.66675 9.99967ZM10.4167 9.99967C10.4167 10.2298 10.2302 10.4163 10.0001 10.4163C9.76996 10.4163 9.58342 10.2298 9.58342 9.99967C9.58342 9.76956 9.76996 9.58301 10.0001 9.58301C10.2302 9.58301 10.4167 9.76956 10.4167 9.99967ZM14.1667 9.99967C14.1667 10.2298 13.9802 10.4163 13.7501 10.4163C13.52 10.4163 13.3334 10.2298 13.3334 9.99967C13.3334 9.76956 13.52 9.58301 13.7501 9.58301C13.9802 9.58301 14.1667 9.76956 14.1667 9.99967Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as er}from"react/jsx-runtime";var tr=({...t})=>er("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:er("g",{id:"calendar",children:er("path",{id:"Icon",d:"M17.5 8.33342H2.5M13.3333 1.66675V5.00008M6.66667 1.66675V5.00008M6.5 18.3334H13.5C14.9001 18.3334 15.6002 18.3334 16.135 18.0609C16.6054 17.8212 16.9878 17.4388 17.2275 16.9684C17.5 16.4336 17.5 15.7335 17.5 14.3334V7.33342C17.5 5.93328 17.5 5.23322 17.2275 4.69844C16.9878 4.22803 16.6054 3.84558 16.135 3.6059C15.6002 3.33341 14.9001 3.33341 13.5 3.33341H6.5C5.09987 3.33341 4.3998 3.33341 3.86502 3.6059C3.39462 3.84558 3.01217 4.22803 2.77248 4.69844C2.5 5.23322 2.5 5.93328 2.5 7.33341V14.3334C2.5 15.7335 2.5 16.4336 2.77248 16.9684C3.01217 17.4388 3.39462 17.8212 3.86502 18.0609C4.3998 18.3334 5.09987 18.3334 6.5 18.3334Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as nr}from"react/jsx-runtime";var or=({...t})=>nr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:nr("g",{id:"certificate-02",children:nr("path",{id:"Icon",d:"M9 18.5H15M7 15H17M5 2H19C20.1046 2 21 2.99492 21 4.22222V19.7778C21 21.0051 20.1046 22 19 22H5C3.89543 22 3 21.0051 3 19.7778V4.22222C3 2.99492 3.89543 2 5 2ZM11.9976 6.21194C11.2978 5.4328 10.1309 5.22321 9.25414 5.93667C8.37738 6.65013 8.25394 7.84299 8.94247 8.6868C9.631 9.53061 11.9976 11.5 11.9976 11.5C11.9976 11.5 14.3642 9.53061 15.0527 8.6868C15.7413 7.84299 15.6329 6.64262 14.7411 5.93667C13.8492 5.23072 12.6974 5.4328 11.9976 6.21194Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Z5}from"react/jsx-runtime";var De=({...t})=>Z5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"1.66667",...t,children:Z5("path",{d:"M16.6668 5L7.50016 14.1667L3.3335 10",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as _5}from"react/jsx-runtime";var rr=({...t})=>_5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:_5("path",{d:"M6.5 11L9.5 14L15.5 8M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as lr}from"react/jsx-runtime";var ir=({...t})=>lr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:lr("g",{id:"check-circle-broken",clipPath:"url(#clip0_3243_19600)",children:lr("path",{id:"Icon",d:"M14.6663 7.39052V8.00386C14.6655 9.44147 14.2 10.8403 13.3392 11.9917C12.4785 13.1432 11.2685 13.9855 9.88991 14.3931C8.5113 14.8007 7.03785 14.7518 5.68932 14.2536C4.3408 13.7554 3.18944 12.8346 2.40698 11.6286C1.62452 10.4225 1.25287 8.9959 1.34746 7.5614C1.44205 6.1269 1.99781 4.76141 2.93186 3.66857C3.86591 2.57574 5.1282 1.81411 6.53047 1.49729C7.93274 1.18046 9.39985 1.32541 10.713 1.91052M14.6663 2.66671L7.99967 9.34004L5.99967 7.34004",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as un,jsxs as i4}from"react/jsx-runtime";var sr=({color1:t="currentColor",color2:e="currentColor",...n})=>un("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:i4("g",{id:"Content",children:[un("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",fill:e}),un("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:e,strokeWidth:"1.5"}),un("path",{id:"Tick",fillRule:"evenodd",clipRule:"evenodd",d:"M17.0965 7.38967L9.9365 14.2997L8.0365 12.2697C7.6865 11.9397 7.1365 11.9197 6.7365 12.1997C6.3465 12.4897 6.2365 12.9997 6.4765 13.4097L8.7265 17.0697C8.9465 17.4097 9.3265 17.6197 9.7565 17.6197C10.1665 17.6197 10.5565 17.4097 10.7765 17.0697C11.1365 16.5997 18.0065 8.40967 18.0065 8.40967C18.9065 7.48967 17.8165 6.67967 17.0965 7.37967V7.38967Z",fill:t})]})});import{jsx as O5}from"react/jsx-runtime";var cr=({...t})=>O5("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:O5("path",{d:"M6.00065 8.00065L7.33398 9.33398L10.334 6.33398M11.9348 3.33299C12.0721 3.66501 12.3356 3.92892 12.6674 4.0667L13.8308 4.54864C14.1628 4.68617 14.4266 4.94998 14.5642 5.28202C14.7017 5.61407 14.7017 5.98715 14.5642 6.31919L14.0826 7.48185C13.945 7.81404 13.9448 8.1875 14.083 8.51953L14.5638 9.68185C14.6319 9.84631 14.6671 10.0226 14.6671 10.2006C14.6671 10.3786 14.6321 10.5549 14.5639 10.7194C14.4958 10.8839 14.3959 11.0333 14.27 11.1592C14.1441 11.2851 13.9947 11.3849 13.8302 11.453L12.6676 11.9346C12.3355 12.0718 12.0716 12.3354 11.9339 12.6672L11.4519 13.8307C11.3144 14.1627 11.0506 14.4265 10.7186 14.5641C10.3866 14.7016 10.0135 14.7016 9.68146 14.5641L8.51884 14.0825C8.1868 13.9453 7.81387 13.9455 7.48203 14.0832L6.31858 14.5645C5.98673 14.7017 5.61399 14.7016 5.28223 14.5642C4.95047 14.4267 4.68682 14.1632 4.54919 13.8316L4.06713 12.6677C3.92985 12.3357 3.66635 12.0718 3.33455 11.934L2.17109 11.4521C1.83921 11.3146 1.57549 11.0509 1.43791 10.7191C1.30032 10.3872 1.30014 10.0143 1.43739 9.68235L1.91896 8.51968C2.05615 8.18763 2.05587 7.81469 1.91818 7.48284L1.4373 6.31851C1.36912 6.15405 1.33401 5.97777 1.33398 5.79974C1.33396 5.62171 1.36901 5.44542 1.43713 5.28094C1.50526 5.11646 1.60513 4.96702 1.73103 4.84115C1.85693 4.71529 2.0064 4.61546 2.17089 4.54739L3.33352 4.0658C3.66523 3.92863 3.92897 3.66545 4.06685 3.33402L4.54877 2.17052C4.6863 1.83848 4.9501 1.57467 5.28213 1.43714C5.61416 1.2996 5.98723 1.2996 6.31926 1.43714L7.48188 1.91873C7.81392 2.05593 8.18685 2.05565 8.51869 1.91795L9.68263 1.43788C10.0146 1.30042 10.3876 1.30045 10.7196 1.43796C11.0515 1.57547 11.3153 1.8392 11.4529 2.17116L11.9349 3.335L11.9348 3.33299Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as z5}from"react/jsx-runtime";var Ve=({...t})=>z5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:z5("path",{d:"M5 7.5L10 12.5L15 7.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ar}from"react/jsx-runtime";var C1=({...t})=>ar("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ar("g",{id:"chevron-left",children:ar("path",{id:"Icon",d:"M12.5 15L7.5 10L12.5 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as pr,jsxs as s4}from"react/jsx-runtime";var dr=({...t})=>s4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...t,children:[pr("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),pr("path",{d:"M11 7l-5 5l5 5"}),pr("path",{d:"M17 7l-5 5l5 5"})]});import{jsx as ur}from"react/jsx-runtime";var Te=({...t})=>ur("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ur("g",{id:"chevron-right",children:ur("path",{id:"Icon",d:"M7.5 15L12.5 10L7.5 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Cr,jsxs as c4}from"react/jsx-runtime";var mr=({...t})=>c4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...t,children:[Cr("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),Cr("path",{d:"M7 7l5 5l-5 5"}),Cr("path",{d:"M13 7l5 5l-5 5"})]});import{jsx as U5}from"react/jsx-runtime";var gr=({...t})=>U5("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:U5("path",{d:"M4.66675 9.99984L8.00008 13.3332L11.3334 9.99984M4.66675 5.99984L8.00008 2.6665L11.3334 5.99984",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as fr}from"react/jsx-runtime";var m1=({...t})=>fr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:fr("g",{id:"chevron-up",children:fr("path",{id:"Icon",d:"M15 12.5L10 7.5L5 12.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as G5}from"react/jsx-runtime";var hr=({...t})=>G5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:G5("path",{d:"M4.99996 4.99984L6.66663 3.33317M6.66663 3.33317L4.99996 1.6665M6.66663 3.33317H4.99996C3.15901 3.33317 1.66663 4.82555 1.66663 6.6665M15 14.9998L13.3333 16.6665M13.3333 16.6665L15 18.3332M13.3333 16.6665H15C16.8409 16.6665 18.3333 15.1741 18.3333 13.3332M11.1809 11.1808C11.8328 11.4922 12.5627 11.6665 13.3333 11.6665C16.0947 11.6665 18.3333 9.42793 18.3333 6.6665C18.3333 3.90508 16.0947 1.6665 13.3333 1.6665C10.5719 1.6665 8.33329 3.90508 8.33329 6.6665C8.33329 7.4371 8.50762 8.16698 8.81898 8.81886M11.6666 13.3332C11.6666 16.0946 9.42805 18.3332 6.66663 18.3332C3.9052 18.3332 1.66663 16.0946 1.66663 13.3332C1.66663 10.5717 3.9052 8.33317 6.66663 8.33317C9.42805 8.33317 11.6666 10.5717 11.6666 13.3332Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vr}from"react/jsx-runtime";var wr=({...t})=>vr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:vr("g",{id:"clock-fast-forward",children:vr("path",{id:"Icon",d:"M18.9166 9.58333L17.2505 11.25L15.5833 9.58333M17.4542 10.8333C17.4845 10.5597 17.5 10.2817 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C12.3561 17.5 14.4584 16.4136 15.8333 14.7144M10 5.83333V10L12.5 11.6667",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as yr}from"react/jsx-runtime";var xr=({...t})=>yr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:yr("g",{id:"clock-rewind",children:yr("path",{id:"Icon",d:"M15.1333 9L13.8004 7.66667L12.4666 9M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C10.2013 2 12.1257 3.18542 13.1697 4.95273M8 4.66667V8L10 9.33333",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as br}from"react/jsx-runtime";var kr=({...t})=>br("svg",{width:"30",height:"30",viewBox:"0 0 30 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:br("g",{id:"mdi:recent",children:br("path",{id:"Vector",d:"M16.875 10H15V16.25L20.35 19.425L21.25 17.9125L16.875 15.3125V10ZM16.25 3.75C13.2663 3.75 10.4048 4.93526 8.29505 7.04505C6.18526 9.15483 5 12.0163 5 15H1.25L6.2 20.0375L11.25 15H7.5C7.5 12.6794 8.42187 10.4538 10.0628 8.81282C11.7038 7.17187 13.9294 6.25 16.25 6.25C18.5706 6.25 20.7962 7.17187 22.4372 8.81282C24.0781 10.4538 25 12.6794 25 15C25 17.3206 24.0781 19.5462 22.4372 21.1872C20.7962 22.8281 18.5706 23.75 16.25 23.75C13.8375 23.75 11.65 22.7625 10.075 21.175L8.3 22.95C9.33951 24.0005 10.5779 24.8334 11.9429 25.4C13.3079 25.9666 14.7721 26.2556 16.25 26.25C19.2337 26.25 22.0952 25.0647 24.205 22.955C26.3147 20.8452 27.5 17.9837 27.5 15C27.5 12.0163 26.3147 9.15483 24.205 7.04505C22.0952 4.93526 19.2337 3.75 16.25 3.75Z"})})});import{jsx as Lr}from"react/jsx-runtime";var Pr=({...t})=>Lr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Lr("g",{id:"code-browser",children:Lr("path",{id:"Icon",d:"M22 9H2M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M2 7.8L2 16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V7.8C22 6.11984 22 5.27977 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3L6.8 3C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as $5}from"react/jsx-runtime";var Sr=({...t})=>$5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:$5("path",{d:"M13 16L16 13L13 10M9 6L6 9L9 12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ir}from"react/jsx-runtime";var Mr=({...t})=>Ir("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ir("g",{id:"colors",children:Ir("path",{id:"Icon",d:"M12 20.4722C13.0615 21.4223 14.4633 22 16 22C19.3137 22 22 19.3137 22 16C22 13.2331 20.1271 10.9036 17.5798 10.2102M6.42018 10.2102C3.87293 10.9036 2 13.2331 2 16C2 19.3137 4.68629 22 8 22C11.3137 22 14 19.3137 14 16C14 15.2195 13.851 14.4738 13.5798 13.7898M18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Hr}from"react/jsx-runtime";var Rr=({...t})=>Hr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Hr("g",{id:"copy-04",clipPath:"url(#clip0_3854_3504)",children:Hr("path",{id:"Icon",d:"M10.6667 10.6668V12.5335C10.6667 13.2802 10.6667 13.6536 10.5214 13.9388C10.3936 14.1897 10.1896 14.3937 9.93869 14.5215C9.65348 14.6668 9.28011 14.6668 8.53337 14.6668H3.46671C2.71997 14.6668 2.3466 14.6668 2.06139 14.5215C1.8105 14.3937 1.60653 14.1897 1.4787 13.9388C1.33337 13.6536 1.33337 13.2802 1.33337 12.5335V7.46683C1.33337 6.72009 1.33337 6.34672 1.4787 6.06151C1.60653 5.81063 1.8105 5.60665 2.06139 5.47882C2.3466 5.3335 2.71997 5.3335 3.46671 5.3335H5.33337M7.46671 10.6668H12.5334C13.2801 10.6668 13.6535 10.6668 13.9387 10.5215C14.1896 10.3937 14.3936 10.1897 14.5214 9.93882C14.6667 9.6536 14.6667 9.28023 14.6667 8.5335V3.46683C14.6667 2.72009 14.6667 2.34672 14.5214 2.06151C14.3936 1.81063 14.1896 1.60665 13.9387 1.47882C13.6535 1.3335 13.2801 1.3335 12.5334 1.3335H7.46671C6.71997 1.3335 6.3466 1.3335 6.06139 1.47882C5.8105 1.60665 5.60653 1.81063 5.4787 2.06151C5.33337 2.34672 5.33337 2.72009 5.33337 3.46683V8.5335C5.33337 9.28023 5.33337 9.6536 5.4787 9.93882C5.60653 10.1897 5.8105 10.3937 6.06139 10.5215C6.3466 10.6668 6.71997 10.6668 7.46671 10.6668Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as q5}from"react/jsx-runtime";var Nr=({...t})=>q5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",stroke:"currentColor",...t,children:q5("path",{d:"M5.98633 2H10.7197C12.2131 2 12.9599 2 13.5303 2.29065C14.0321 2.54631 14.44 2.95426 14.6957 3.45603C14.9863 4.02646 14.9863 4.77319 14.9863 6.26667V11M5.11966 14H10.5197C11.2664 14 11.6398 14 11.925 13.8547C12.1759 13.7268 12.3798 13.5229 12.5077 13.272C12.653 12.9868 12.653 12.6134 12.653 11.8667V6.46667C12.653 5.71993 12.653 5.34656 12.5077 5.06135C12.3798 4.81046 12.1759 4.60649 11.925 4.47866C11.6398 4.33333 11.2664 4.33333 10.5197 4.33333H5.11966C4.37292 4.33333 3.99956 4.33333 3.71434 4.47866C3.46346 4.60649 3.25948 4.81046 3.13165 5.06135C2.98633 5.34656 2.98633 5.71993 2.98633 6.46667V11.8667C2.98633 12.6134 2.98633 12.9868 3.13165 13.272C3.25948 13.5229 3.46346 13.7268 3.71434 13.8547C3.99956 14 4.37292 14 5.11966 14Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Br}from"react/jsx-runtime";var Dr=({...t})=>Br("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Br("g",{id:"copy-05",clipPath:"url(#clip0_4668_4063)",children:Br("path",{id:"Icon",d:"M6.66663 13.3334V15.6667C6.66663 16.6002 6.66663 17.0669 6.84828 17.4234C7.00807 17.737 7.26304 17.992 7.57664 18.1518C7.93316 18.3334 8.39987 18.3334 9.33329 18.3334H15.6666C16.6 18.3334 17.0668 18.3334 17.4233 18.1518C17.7369 17.992 17.9918 17.737 18.1516 17.4234C18.3333 17.0669 18.3333 16.6002 18.3333 15.6667V9.33341C18.3333 8.39999 18.3333 7.93328 18.1516 7.57676C17.9918 7.26316 17.7369 7.00819 17.4233 6.8484C17.0668 6.66675 16.6 6.66675 15.6666 6.66675H13.3333M4.33329 13.3334H10.6666C11.6 13.3334 12.0668 13.3334 12.4233 13.1518C12.7369 12.992 12.9918 12.737 13.1516 12.4234C13.3333 12.0669 13.3333 11.6002 13.3333 10.6667V4.33341C13.3333 3.39999 13.3333 2.93328 13.1516 2.57676C12.9918 2.26316 12.7369 2.00819 12.4233 1.8484C12.0668 1.66675 11.6 1.66675 10.6666 1.66675H4.33329C3.39987 1.66675 2.93316 1.66675 2.57664 1.8484C2.26304 2.00819 2.00807 2.26316 1.84828 2.57676C1.66663 2.93328 1.66663 3.39999 1.66663 4.33341V10.6667C1.66663 11.6002 1.66663 12.0669 1.84828 12.4234C2.00807 12.737 2.26304 12.992 2.57664 13.1518C2.93316 13.3334 3.39987 13.3334 4.33329 13.3334Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Vr}from"react/jsx-runtime";var Tr=({...t})=>Vr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Vr("g",{id:"copy-07",clipPath:"url(#clip0_3854_3511)",children:Vr("path",{id:"Icon",d:"M7.00004 1.33536C6.55001 1.34146 6.27984 1.36751 6.06139 1.47882C5.8105 1.60665 5.60653 1.81063 5.4787 2.06151C5.36739 2.27996 5.34134 2.55013 5.33524 3.00016M13 1.33536C13.4501 1.34146 13.7202 1.36751 13.9387 1.47882C14.1896 1.60665 14.3936 1.81063 14.5214 2.06151C14.6327 2.27996 14.6587 2.55013 14.6648 3.00015M14.6648 9.00016C14.6587 9.45019 14.6327 9.72036 14.5214 9.93882C14.3936 10.1897 14.1896 10.3937 13.9387 10.5215C13.7202 10.6328 13.4501 10.6589 13 10.665M14.6667 5.33349V6.66683M9.33341 1.3335H10.6667M3.46671 14.6668H8.53337C9.28011 14.6668 9.65348 14.6668 9.93869 14.5215C10.1896 14.3937 10.3936 14.1897 10.5214 13.9388C10.6667 13.6536 10.6667 13.2802 10.6667 12.5335V7.46683C10.6667 6.72009 10.6667 6.34672 10.5214 6.06151C10.3936 5.81063 10.1896 5.60665 9.93869 5.47882C9.65348 5.3335 9.28011 5.3335 8.53337 5.3335H3.46671C2.71997 5.3335 2.3466 5.3335 2.06139 5.47882C1.8105 5.60665 1.60653 5.81063 1.4787 6.06151C1.33337 6.34672 1.33337 6.72009 1.33337 7.46683V12.5335C1.33337 13.2802 1.33337 13.6536 1.4787 13.9388C1.60653 14.1897 1.8105 14.3937 2.06139 14.5215C2.3466 14.6668 2.71997 14.6668 3.46671 14.6668Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Er}from"react/jsx-runtime";var Fr=({...t})=>Er("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Er("g",{id:"copy-01",clipPath:"url(#clip0_3035_27980)",children:Er("path",{id:"Icon",d:"M4.16663 12.4998C3.39006 12.4998 3.00177 12.4998 2.69549 12.373C2.28711 12.2038 1.96265 11.8794 1.79349 11.471C1.66663 11.1647 1.66663 10.7764 1.66663 9.99984V4.33317C1.66663 3.39975 1.66663 2.93304 1.84828 2.57652C2.00807 2.26292 2.26304 2.00795 2.57664 1.84816C2.93316 1.6665 3.39987 1.6665 4.33329 1.6665H9.99996C10.7765 1.6665 11.1648 1.6665 11.4711 1.79337C11.8795 1.96253 12.2039 2.28698 12.3731 2.69536C12.5 3.00165 12.5 3.38993 12.5 4.1665M10.1666 18.3332H15.6666C16.6 18.3332 17.0668 18.3332 17.4233 18.1515C17.7369 17.9917 17.9918 17.7368 18.1516 17.4232C18.3333 17.0666 18.3333 16.5999 18.3333 15.6665V10.1665C18.3333 9.23308 18.3333 8.76637 18.1516 8.40985C17.9918 8.09625 17.7369 7.84128 17.4233 7.68149C17.0668 7.49984 16.6 7.49984 15.6666 7.49984H10.1666C9.23321 7.49984 8.7665 7.49984 8.40998 7.68149C8.09637 7.84128 7.8414 8.09625 7.68162 8.40985C7.49996 8.76637 7.49996 9.23308 7.49996 10.1665V15.6665C7.49996 16.5999 7.49996 17.0666 7.68162 17.4232C7.8414 17.7368 8.09637 17.9917 8.40998 18.1515C8.7665 18.3332 9.23321 18.3332 10.1666 18.3332Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as X5}from"react/jsx-runtime";var Ar=({...t})=>X5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:X5("path",{d:"M5 14L7 16L11.5 11.5M7 7V4.2C7 3.0799 7 2.51984 7.21799 2.09202C7.40973 1.71569 7.71569 1.40973 8.09202 1.21799C8.51984 1 9.07989 1 10.2 1H17.8C18.9201 1 19.4802 1 19.908 1.21799C20.2843 1.40973 20.5903 1.71569 20.782 2.09202C21 2.51984 21 3.0799 21 4.2V11.8C21 12.9201 21 13.4802 20.782 13.908C20.5903 14.2843 20.2843 14.5903 19.908 14.782C19.4802 15 18.9201 15 17.8 15H15M4.2 21H11.8C12.9201 21 13.4802 21 13.908 20.782C14.2843 20.5903 14.5903 20.2843 14.782 19.908C15 19.4802 15 18.9201 15 17.8V10.2C15 9.07989 15 8.51984 14.782 8.09202C14.5903 7.71569 14.2843 7.40973 13.908 7.21799C13.4802 7 12.9201 7 11.8 7H4.2C3.0799 7 2.51984 7 2.09202 7.21799C1.71569 7.40973 1.40973 7.71569 1.21799 8.09202C1 8.51984 1 9.07989 1 10.2V17.8C1 18.9201 1 19.4802 1.21799 19.908C1.40973 20.2843 1.71569 20.5903 2.09202 20.782C2.51984 21 3.07989 21 4.2 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Wr}from"react/jsx-runtime";var Zr=({...t})=>Wr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Wr("g",{id:"container",children:Wr("path",{id:"Icon",d:"M20.5 7.27734L12 11.9996M12 11.9996L3.49997 7.27734M12 11.9996L12 21.4996M21 16.0582V7.94104C21 7.5984 21 7.42708 20.9495 7.27428C20.9049 7.1391 20.8318 7.01502 20.7354 6.91033C20.6263 6.79199 20.4766 6.70879 20.177 6.54239L12.777 2.43128C12.4934 2.27372 12.3516 2.19494 12.2015 2.16406C12.0685 2.13672 11.9315 2.13672 11.7986 2.16406C11.6484 2.19494 11.5066 2.27372 11.223 2.43128L3.82297 6.54239C3.52345 6.70879 3.37369 6.792 3.26463 6.91033C3.16816 7.01502 3.09515 7.1391 3.05048 7.27428C3 7.42708 3 7.5984 3 7.94104V16.0582C3 16.4008 3 16.5721 3.05048 16.7249C3.09515 16.8601 3.16816 16.9842 3.26463 17.0889C3.37369 17.2072 3.52345 17.2904 3.82297 17.4568L11.223 21.5679C11.5066 21.7255 11.6484 21.8042 11.7986 21.8351C11.9315 21.8625 12.0685 21.8625 12.2015 21.8351C12.3516 21.8042 12.4934 21.7255 12.777 21.5679L20.177 17.4568C20.4766 17.2904 20.6263 17.2072 20.7354 17.0889C20.8318 16.9842 20.9049 16.8601 20.9495 16.7249C21 16.5721 21 16.4008 21 16.0582Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as j5}from"react/jsx-runtime";var _r=({...t})=>j5("svg",{width:"20",height:"22",viewBox:"0 0 20 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:j5("path",{d:"M7.75 19.7496L9.22297 20.5679C9.50658 20.7255 9.64838 20.8043 9.79855 20.8351C9.93146 20.8625 10.0685 20.8625 10.2015 20.8351C10.3516 20.8043 10.4934 20.7255 10.777 20.5679L12.25 19.7496M3.25 17.2496L1.82297 16.4568C1.52346 16.2904 1.37368 16.2072 1.26463 16.0889C1.16816 15.9842 1.09515 15.8601 1.05048 15.7249C1 15.5721 1 15.4008 1 15.0582V13.4996M1 8.4996V6.94104C1 6.5984 1 6.42708 1.05048 6.27428C1.09515 6.1391 1.16816 6.01502 1.26463 5.91033C1.37368 5.792 1.52345 5.70879 1.82297 5.54239L3.25 4.7496M7.75 2.2496L9.22297 1.43128C9.50658 1.27372 9.64838 1.19494 9.79855 1.16406C9.93146 1.13672 10.0685 1.13672 10.2015 1.16406C10.3516 1.19494 10.4934 1.27372 10.777 1.43128L12.25 2.2496M16.75 4.7496L18.177 5.54239C18.4766 5.70879 18.6263 5.79199 18.7354 5.91033C18.8318 6.01502 18.9049 6.1391 18.9495 6.27428C19 6.42708 19 6.5984 19 6.94104V8.4996M19 13.4996V15.0582C19 15.4008 19 15.5721 18.9495 15.7249C18.9049 15.8601 18.8318 15.9842 18.7354 16.0889C18.6263 16.2072 18.4766 16.2904 18.177 16.4568L16.75 17.2496M7.75 9.7496L10 10.9996M10 10.9996L12.25 9.7496M10 10.9996V13.4996M1 5.9996L3.25 7.2496M16.75 7.2496L19 5.9996M10 18.4996V20.9996",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Or}from"react/jsx-runtime";var zr=({...t})=>Or("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Or("g",{id:"cursor-box",children:Or("path",{id:"Icon",d:"M17.5 7.91667V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.91667M14.4885 14.7594L13.0733 17.3877C12.8419 17.8173 12.7263 18.0322 12.5853 18.0882C12.4629 18.1369 12.3247 18.1248 12.2126 18.0557C12.0835 17.976 12.0068 17.7444 11.8534 17.2812L9.58366 10.4261C9.44936 10.0205 9.38221 9.81764 9.43049 9.68258C9.47251 9.56503 9.56503 9.47252 9.68257 9.43049C9.81764 9.38221 10.0205 9.44936 10.4261 9.58367L17.2812 11.8534C17.7444 12.0068 17.976 12.0835 18.0556 12.2126C18.1248 12.3247 18.1369 12.4629 18.0882 12.5853C18.0321 12.7263 17.8173 12.8419 17.3877 13.0733L14.7594 14.4885C14.694 14.5238 14.6612 14.5414 14.6326 14.564C14.6071 14.5841 14.5841 14.6071 14.564 14.6326C14.5414 14.6612 14.5238 14.694 14.4885 14.7594Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as K5}from"react/jsx-runtime";var Ur=({...t})=>K5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:K5("path",{d:"M10 3.5H17.3C18.4201 3.5 18.9802 3.5 19.408 3.71799C19.7843 3.90973 20.0903 4.21569 20.282 4.59202C20.5 5.01984 20.5 5.57989 20.5 6.7V8C20.5 8.93188 20.5 9.39783 20.3478 9.76537C20.1448 10.2554 19.7554 10.6448 19.2654 10.8478C18.8978 11 18.4319 11 17.5 11M12 18.5H4.7C3.5799 18.5 3.01984 18.5 2.59202 18.282C2.21569 18.0903 1.90973 17.7843 1.71799 17.408C1.5 16.9802 1.5 16.4201 1.5 15.3V14C1.5 13.0681 1.5 12.6022 1.65224 12.2346C1.85523 11.7446 2.24458 11.3552 2.73463 11.1522C3.10218 11 3.56812 11 4.5 11M9.3 13.5H12.7C12.98 13.5 13.12 13.5 13.227 13.4455C13.3211 13.3976 13.3976 13.3211 13.4455 13.227C13.5 13.12 13.5 12.98 13.5 12.7V9.3C13.5 9.01997 13.5 8.87996 13.4455 8.773C13.3976 8.67892 13.3211 8.60243 13.227 8.5545C13.12 8.5 12.98 8.5 12.7 8.5H9.3C9.01997 8.5 8.87996 8.5 8.773 8.5545C8.67892 8.60243 8.60243 8.67892 8.5545 8.773C8.5 8.87996 8.5 9.01997 8.5 9.3V12.7C8.5 12.98 8.5 13.12 8.5545 13.227C8.60243 13.3211 8.67892 13.3976 8.773 13.4455C8.87996 13.5 9.01997 13.5 9.3 13.5ZM16.8 21H20.2C20.48 21 20.62 21 20.727 20.9455C20.8211 20.8976 20.8976 20.8211 20.9455 20.727C21 20.62 21 20.48 21 20.2V16.8C21 16.52 21 16.38 20.9455 16.273C20.8976 16.1789 20.8211 16.1024 20.727 16.0545C20.62 16 20.48 16 20.2 16H16.8C16.52 16 16.38 16 16.273 16.0545C16.1789 16.1024 16.1024 16.1789 16.0545 16.273C16 16.38 16 16.52 16 16.8V20.2C16 20.48 16 20.62 16.0545 20.727C16.1024 20.8211 16.1789 20.8976 16.273 20.9455C16.38 21 16.52 21 16.8 21ZM1.8 6H5.2C5.48003 6 5.62004 6 5.727 5.9455C5.82108 5.89757 5.89757 5.82108 5.9455 5.727C6 5.62004 6 5.48003 6 5.2V1.8C6 1.51997 6 1.37996 5.9455 1.273C5.89757 1.17892 5.82108 1.10243 5.727 1.0545C5.62004 1 5.48003 1 5.2 1H1.8C1.51997 1 1.37996 1 1.273 1.0545C1.17892 1.10243 1.10243 1.17892 1.0545 1.273C1 1.37996 1 1.51997 1 1.8V5.2C1 5.48003 1 5.62004 1.0545 5.727C1.10243 5.82108 1.17892 5.89757 1.273 5.9455C1.37996 6 1.51997 6 1.8 6Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Y5}from"react/jsx-runtime";var Gr=({...t})=>Y5("svg",{width:"14",height:"16",viewBox:"0 0 14 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Y5("path",{d:"M7 2.66659V10.1333C7 11.2534 7 11.8134 7.21799 12.2412C7.40973 12.6176 7.71569 12.9235 8.09202 13.1153C8.51984 13.3333 9.0799 13.3333 10.2 13.3333H10.3333M10.3333 13.3333C10.3333 14.0696 10.9303 14.6666 11.6667 14.6666C12.403 14.6666 13 14.0696 13 13.3333C13 12.5969 12.403 11.9999 11.6667 11.9999C10.9303 11.9999 10.3333 12.5969 10.3333 13.3333ZM3.66667 2.66659L10.3333 2.66658M3.66667 2.66659C3.66667 3.40297 3.06971 3.99992 2.33333 3.99992C1.59695 3.99992 1 3.40297 1 2.66659C1 1.93021 1.59695 1.33325 2.33333 1.33325C3.06971 1.33325 3.66667 1.93021 3.66667 2.66659ZM10.3333 2.66658C10.3333 3.40296 10.9303 3.99992 11.6667 3.99992C12.403 3.99992 13 3.40297 13 2.66659C13 1.93021 12.403 1.33325 11.6667 1.33325C10.9303 1.33325 10.3333 1.93021 10.3333 2.66658ZM7 7.99992H10.3333M10.3333 7.99992C10.3333 8.7363 10.9303 9.33325 11.6667 9.33325C12.403 9.33325 13 8.7363 13 7.99992C13 7.26354 12.403 6.66659 11.6667 6.66659C10.9303 6.66659 10.3333 7.26354 10.3333 7.99992Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as at,jsxs as a4}from"react/jsx-runtime";var $r=({...t})=>a4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[at("g",{clipPath:"url(#clip0_240_3534)",children:at("path",{d:"M3.33341 14.9998V14.8332C3.33341 13.433 3.33341 12.733 3.6059 12.1982C3.84558 11.7278 4.22803 11.3453 4.69844 11.1057C5.23322 10.8332 5.93328 10.8332 7.33342 10.8332H12.6667C14.0669 10.8332 14.7669 10.8332 15.3017 11.1057C15.7721 11.3453 16.1546 11.7278 16.3943 12.1982C16.6667 12.733 16.6667 13.433 16.6667 14.8332V14.9998M3.33341 14.9998C2.41294 14.9998 1.66675 15.746 1.66675 16.6665C1.66675 17.587 2.41294 18.3332 3.33341 18.3332C4.25389 18.3332 5.00008 17.587 5.00008 16.6665C5.00008 15.746 4.25389 14.9998 3.33341 14.9998ZM16.6667 14.9998C15.7463 14.9998 15.0001 15.746 15.0001 16.6665C15.0001 17.587 15.7463 18.3332 16.6667 18.3332C17.5872 18.3332 18.3334 17.587 18.3334 16.6665C18.3334 15.746 17.5872 14.9998 16.6667 14.9998ZM10.0001 14.9998C9.07961 14.9998 8.33342 15.746 8.33342 16.6665C8.33342 17.587 9.07961 18.3332 10.0001 18.3332C10.9206 18.3332 11.6667 17.587 11.6667 16.6665C11.6667 15.746 10.9206 14.9998 10.0001 14.9998ZM10.0001 14.9998V6.6665M5.00008 6.6665H15.0001C15.7767 6.6665 16.1649 6.6665 16.4712 6.53964C16.8796 6.37048 17.2041 6.04602 17.3732 5.63764C17.5001 5.33136 17.5001 4.94307 17.5001 4.1665C17.5001 3.38993 17.5001 3.00165 17.3732 2.69536C17.2041 2.28698 16.8796 1.96253 16.4712 1.79337C16.1649 1.6665 15.7767 1.6665 15.0001 1.6665H5.00008C4.22351 1.6665 3.83523 1.6665 3.52894 1.79337C3.12056 1.96253 2.79611 2.28698 2.62695 2.69536C2.50008 3.00165 2.50008 3.38993 2.50008 4.1665C2.50008 4.94307 2.50008 5.33136 2.62695 5.63764C2.79611 6.04602 3.12056 6.37048 3.52894 6.53964C3.83523 6.6665 4.22351 6.6665 5.00008 6.6665Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),at("defs",{children:at("clipPath",{id:"clip0_240_3534",children:at("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as qr}from"react/jsx-runtime";var Xr=({...t})=>qr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:qr("g",{id:"trash-01",children:qr("path",{id:"Icon",d:"M10.6667 4.00016V3.46683C10.6667 2.72009 10.6667 2.34672 10.5213 2.06151C10.3935 1.81063 10.1895 1.60665 9.93865 1.47882C9.65344 1.3335 9.28007 1.3335 8.53333 1.3335H7.46667C6.71993 1.3335 6.34656 1.3335 6.06135 1.47882C5.81046 1.60665 5.60649 1.81063 5.47866 2.06151C5.33333 2.34672 5.33333 2.72009 5.33333 3.46683V4.00016M6.66667 7.66683V11.0002M9.33333 7.66683V11.0002M2 4.00016H14M12.6667 4.00016V11.4668C12.6667 12.5869 12.6667 13.147 12.4487 13.5748C12.2569 13.9511 11.951 14.2571 11.5746 14.4488C11.1468 14.6668 10.5868 14.6668 9.46667 14.6668H6.53333C5.41323 14.6668 4.85318 14.6668 4.42535 14.4488C4.04903 14.2571 3.74307 13.9511 3.55132 13.5748C3.33333 13.147 3.33333 12.5869 3.33333 11.4668V4.00016",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as jr}from"react/jsx-runtime";var Kr=({...t})=>jr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:jr("g",{id:"currency-dollar-circle",children:jr("path",{id:"Icon",d:"M8.5 14.6667C8.5 15.9553 9.54467 17 10.8333 17H13C14.3807 17 15.5 15.8807 15.5 14.5C15.5 13.1193 14.3807 12 13 12H11C9.61929 12 8.5 10.8807 8.5 9.5C8.5 8.11929 9.61929 7 11 7H13.1667C14.4553 7 15.5 8.04467 15.5 9.33333M12 5.5V7M12 17V18.5M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as xe,jsxs as p4}from"react/jsx-runtime";var Yr=({...t})=>xe("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:xe("g",{id:"dots-grid",children:p4("g",{id:"Icon",children:[xe("path",{d:"M6 3C6.27614 3 6.5 2.77614 6.5 2.5C6.5 2.22386 6.27614 2 6 2C5.72386 2 5.5 2.22386 5.5 2.5C5.5 2.77614 5.72386 3 6 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M6 6.5C6.27614 6.5 6.5 6.27614 6.5 6C6.5 5.72386 6.27614 5.5 6 5.5C5.72386 5.5 5.5 5.72386 5.5 6C5.5 6.27614 5.72386 6.5 6 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M6 10C6.27614 10 6.5 9.77614 6.5 9.5C6.5 9.22386 6.27614 9 6 9C5.72386 9 5.5 9.22386 5.5 9.5C5.5 9.77614 5.72386 10 6 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 3C9.77614 3 10 2.77614 10 2.5C10 2.22386 9.77614 2 9.5 2C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 6.5C9.77614 6.5 10 6.27614 10 6C10 5.72386 9.77614 5.5 9.5 5.5C9.22386 5.5 9 5.72386 9 6C9 6.27614 9.22386 6.5 9.5 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 10C9.77614 10 10 9.77614 10 9.5C10 9.22386 9.77614 9 9.5 9C9.22386 9 9 9.22386 9 9.5C9 9.77614 9.22386 10 9.5 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 3C2.77614 3 3 2.77614 3 2.5C3 2.22386 2.77614 2 2.5 2C2.22386 2 2 2.22386 2 2.5C2 2.77614 2.22386 3 2.5 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 6.5C2.77614 6.5 3 6.27614 3 6C3 5.72386 2.77614 5.5 2.5 5.5C2.22386 5.5 2 5.72386 2 6C2 6.27614 2.22386 6.5 2.5 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 10C2.77614 10 3 9.77614 3 9.5C3 9.22386 2.77614 9 2.5 9C2.22386 9 2 9.22386 2 9.5C2 9.77614 2.22386 10 2.5 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as Qr,jsxs as d4}from"react/jsx-runtime";var Jr=({...t})=>d4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:[Qr("path",{d:"M10.0007 10.8327C10.4609 10.8327 10.834 10.4596 10.834 9.99935C10.834 9.53911 10.4609 9.16602 10.0007 9.16602C9.54041 9.16602 9.16732 9.53911 9.16732 9.99935C9.16732 10.4596 9.54041 10.8327 10.0007 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),Qr("path",{d:"M15.834 10.8327C16.2942 10.8327 16.6673 10.4596 16.6673 9.99935C16.6673 9.53911 16.2942 9.16602 15.834 9.16602C15.3737 9.16602 15.0007 9.53911 15.0007 9.99935C15.0007 10.4596 15.3737 10.8327 15.834 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),Qr("path",{d:"M4.16732 10.8327C4.62755 10.8327 5.00065 10.4596 5.00065 9.99935C5.00065 9.53911 4.62755 9.16602 4.16732 9.16602C3.70708 9.16602 3.33398 9.53911 3.33398 9.99935C3.33398 10.4596 3.70708 10.8327 4.16732 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as pt,jsxs as u4}from"react/jsx-runtime";var F1=({...t})=>pt("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:pt("g",{id:"dots-vertical",children:u4("g",{id:"Icon",children:[pt("path",{d:"M9.99996 10.8335C10.4602 10.8335 10.8333 10.4604 10.8333 10.0002C10.8333 9.53993 10.4602 9.16683 9.99996 9.16683C9.53972 9.16683 9.16663 9.53993 9.16663 10.0002C9.16663 10.4604 9.53972 10.8335 9.99996 10.8335Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),pt("path",{d:"M9.99996 5.00016C10.4602 5.00016 10.8333 4.62707 10.8333 4.16683C10.8333 3.70659 10.4602 3.3335 9.99996 3.3335C9.53972 3.3335 9.16663 3.70659 9.16663 4.16683C9.16663 4.62707 9.53972 5.00016 9.99996 5.00016Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),pt("path",{d:"M9.99996 16.6668C10.4602 16.6668 10.8333 16.2937 10.8333 15.8335C10.8333 15.3733 10.4602 15.0002 9.99996 15.0002C9.53972 15.0002 9.16663 15.3733 9.16663 15.8335C9.16663 16.2937 9.53972 16.6668 9.99996 16.6668Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as e2}from"react/jsx-runtime";var t2=({...t})=>e2("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:e2("g",{id:"edit-01",children:e2("path",{id:"Icon",d:"M2.39662 15.0963C2.43491 14.7517 2.45405 14.5794 2.50618 14.4184C2.55243 14.2755 2.61778 14.1396 2.70045 14.0142C2.79363 13.8729 2.91621 13.7503 3.16136 13.5052L14.1666 2.49992C15.0871 1.57945 16.5795 1.57945 17.4999 2.49993C18.4204 3.4204 18.4204 4.91279 17.4999 5.83326L6.49469 16.8385C6.24954 17.0836 6.12696 17.2062 5.98566 17.2994C5.86029 17.3821 5.72433 17.4474 5.58146 17.4937C5.42042 17.5458 5.24813 17.5649 4.90356 17.6032L2.08325 17.9166L2.39662 15.0963Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as n2}from"react/jsx-runtime";var o2=({...t})=>n2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:n2("g",{id:"edit-05",clipPath:"url(#clip0_5291_9035)",children:n2("path",{id:"Icon",d:"M9.16699 3.33417H5.66699C4.26686 3.33417 3.5668 3.33417 3.03202 3.60666C2.56161 3.84634 2.17916 4.22879 1.93948 4.6992C1.66699 5.23398 1.66699 5.93404 1.66699 7.33417V14.3342C1.66699 15.7343 1.66699 16.4344 1.93948 16.9691C2.17916 17.4396 2.56161 17.822 3.03202 18.0617C3.5668 18.3342 4.26686 18.3342 5.66699 18.3342H12.667C14.0671 18.3342 14.7672 18.3342 15.302 18.0617C15.7724 17.822 16.1548 17.4396 16.3945 16.9691C16.667 16.4344 16.667 15.7343 16.667 14.3342V10.8342M6.66697 13.3342H8.06242C8.47007 13.3342 8.6739 13.3342 8.86571 13.2881C9.03577 13.2473 9.19835 13.18 9.34747 13.0886C9.51566 12.9855 9.65979 12.8414 9.94804 12.5531L17.917 4.58417C18.6073 3.89382 18.6073 2.77453 17.917 2.08417C17.2266 1.39382 16.1073 1.39382 15.417 2.08417L7.44802 10.0531C7.15977 10.3414 7.01564 10.4855 6.91257 10.6537C6.82119 10.8028 6.75385 10.9654 6.71302 11.1355C6.66697 11.3273 6.66697 11.5311 6.66697 11.9387V13.3342Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Q5}from"react/jsx-runtime";var r2=({...t})=>Q5("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Q5("path",{d:"M12.3333 8.94661V10.8133C12.3333 11.56 12.3333 11.9334 12.188 12.2186C12.0602 12.4695 11.8562 12.6735 11.6053 12.8013C11.3201 12.9466 10.9467 12.9466 10.2 12.9466H8.33333M5.66667 2.27995H3.8C3.05326 2.27995 2.6799 2.27995 2.39468 2.42527C2.1438 2.5531 1.93982 2.75708 1.81199 3.00796C1.66667 3.29318 1.66667 3.66654 1.66667 4.41328V6.27995M9 5.61328L13 1.61328M13 1.61328H9M13 1.61328V5.61328M5 9.61328L1 13.6133M1 13.6133H5M1 13.6133L1 9.61328",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as J5,jsxs as C4}from"react/jsx-runtime";var l2=({...t})=>C4("svg",{width:"20",height:"14",viewBox:"0 0 20 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[J5("path",{d:"M2.01677 7.59464C1.90328 7.41494 1.84654 7.32509 1.81477 7.18651C1.79091 7.08241 1.79091 6.91824 1.81477 6.81415C1.84654 6.67556 1.90328 6.58571 2.01677 6.40601C2.95461 4.92103 5.74617 1.16699 10.0003 1.16699C14.2545 1.16699 17.0461 4.92103 17.9839 6.40601C18.0974 6.58571 18.1541 6.67556 18.1859 6.81415C18.2098 6.91824 18.2098 7.08241 18.1859 7.18651C18.1541 7.32509 18.0974 7.41494 17.9839 7.59464C17.0461 9.07962 14.2545 12.8337 10.0003 12.8337C5.74617 12.8337 2.95461 9.07963 2.01677 7.59464Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),J5("path",{d:"M10.0003 9.50033C11.381 9.50033 12.5003 8.38104 12.5003 7.00033C12.5003 5.61961 11.381 4.50033 10.0003 4.50033C8.61962 4.50033 7.50034 5.61961 7.50034 7.00033C7.50034 8.38104 8.61962 9.50033 10.0003 9.50033Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as i2}from"react/jsx-runtime";var s2=({...t})=>i2("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:i2("g",{id:"eye-off",children:i2("path",{id:"Icon",d:"M7.16196 3.39488C7.4329 3.35482 7.7124 3.33333 8.00028 3.33333C11.4036 3.33333 13.6369 6.33656 14.3871 7.52455C14.4779 7.66833 14.5233 7.74023 14.5488 7.85112C14.5678 7.93439 14.5678 8.06578 14.5487 8.14905C14.5233 8.25993 14.4776 8.3323 14.3861 8.47705C14.1862 8.79343 13.8814 9.23807 13.4777 9.7203M4.48288 4.47669C3.0415 5.45447 2.06297 6.81292 1.61407 7.52352C1.52286 7.66791 1.47725 7.74011 1.45183 7.85099C1.43273 7.93426 1.43272 8.06563 1.45181 8.14891C1.47722 8.25979 1.52262 8.33168 1.61342 8.47545C2.36369 9.66344 4.59694 12.6667 8.00028 12.6667C9.37255 12.6667 10.5546 12.1784 11.5259 11.5177M2.00028 2L14.0003 14M6.58606 6.58579C6.22413 6.94772 6.00028 7.44772 6.00028 8C6.00028 9.10457 6.89571 10 8.00028 10C8.55256 10 9.05256 9.77614 9.41449 9.41421",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as c2}from"react/jsx-runtime";var a2=({...t})=>c2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:c2("g",{clipPath:"url(#clip0_6771_22861)",children:c2("path",{d:"M5.37147 2.54616C5.57468 2.51612 5.7843 2.5 6.00021 2.5C8.55271 2.5 10.2276 4.75242 10.7903 5.64341C10.8585 5.75125 10.8925 5.80517 10.9116 5.88834C10.9259 5.9508 10.9259 6.04933 10.9115 6.11179C10.8925 6.19495 10.8582 6.24923 10.7896 6.35778C10.6397 6.59507 10.4111 6.92855 10.1082 7.29023M3.36216 3.35752C2.28112 4.09085 1.54723 5.10969 1.21055 5.64264C1.14214 5.75094 1.10794 5.80508 1.08887 5.88824C1.07455 5.9507 1.07454 6.04922 1.08886 6.11168C1.10791 6.19484 1.14197 6.24876 1.21007 6.35659C1.77277 7.24758 3.44771 9.5 6.00021 9.5C7.02941 9.5 7.91594 9.1338 8.64441 8.6383M1.50021 1.5L10.5002 10.5M4.93955 4.93934C4.6681 5.21079 4.50021 5.58579 4.50021 6C4.50021 6.82843 5.17178 7.5 6.00021 7.5C6.41442 7.5 6.78942 7.33211 7.06087 7.06066",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as p2}from"react/jsx-runtime";var d2=({...t})=>p2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:p2("g",{clipPath:"url(#clip0_9364_16300)",children:p2("path",{d:"M6.66602 11.666C6.66602 11.666 7.91602 13.3327 9.99935 13.3327C12.0827 13.3327 13.3327 11.666 13.3327 11.666M12.4993 7.49935H12.5077M7.49935 7.49935H7.50768M18.3327 9.99935C18.3327 14.6017 14.6017 18.3327 9.99935 18.3327C5.39698 18.3327 1.66602 14.6017 1.66602 9.99935C1.66602 5.39698 5.39698 1.66602 9.99935 1.66602C14.6017 1.66602 18.3327 5.39698 18.3327 9.99935ZM12.916 7.49935C12.916 7.72947 12.7295 7.91602 12.4993 7.91602C12.2692 7.91602 12.0827 7.72947 12.0827 7.49935C12.0827 7.26923 12.2692 7.08268 12.4993 7.08268C12.7295 7.08268 12.916 7.26923 12.916 7.49935ZM7.91602 7.49935C7.91602 7.72947 7.72947 7.91602 7.49935 7.91602C7.26923 7.91602 7.08268 7.72947 7.08268 7.49935C7.08268 7.26923 7.26923 7.08268 7.49935 7.08268C7.72947 7.08268 7.91602 7.26923 7.91602 7.49935Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ei}from"react/jsx-runtime";var u2=({...t})=>ei("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:ei("path",{d:"M2.82125 4.72239C2.19097 4.01796 1.87583 3.66574 1.86394 3.3664C1.85361 3.10636 1.96536 2.85643 2.16603 2.69074C2.39704 2.5 2.86966 2.5 3.81491 2.5H16.184C17.1293 2.5 17.6019 2.5 17.8329 2.69074C18.0336 2.85643 18.1453 3.10636 18.135 3.3664C18.1231 3.66574 17.808 4.01796 17.1777 4.72239L12.4225 10.037C12.2968 10.1774 12.234 10.2477 12.1892 10.3276C12.1495 10.3984 12.1203 10.4747 12.1027 10.554C12.0828 10.6435 12.0828 10.7377 12.0828 10.9261V15.382C12.0828 15.5449 12.0828 15.6264 12.0565 15.6969C12.0333 15.7591 11.9955 15.8149 11.9463 15.8596C11.8907 15.9102 11.815 15.9404 11.6637 16.001L8.83039 17.1343C8.5241 17.2568 8.37096 17.3181 8.24802 17.2925C8.14052 17.2702 8.04617 17.2063 7.98551 17.1148C7.91613 17.0101 7.91613 16.8452 7.91613 16.5153V10.9261C7.91613 10.7377 7.91613 10.6435 7.89623 10.554C7.87858 10.4747 7.84943 10.3984 7.8097 10.3276C7.76491 10.2477 7.70209 10.1774 7.57645 10.037L2.82125 4.72239Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ti}from"react/jsx-runtime";var dt=({...t})=>ti("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ti("path",{d:"M5 10H15M2.5 5H17.5M7.5 15H12.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ni}from"react/jsx-runtime";var C2=({...t})=>ni("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:ni("path",{d:"M2 6.5H9.79352C10.0248 6.5 10.1404 6.5 10.2064 6.45151C10.264 6.40923 10.3007 6.34433 10.3074 6.2732C10.315 6.19163 10.2555 6.09248 10.1365 5.8942L9.12348 4.2058C9.07858 4.13097 9.05614 4.09356 9.04737 4.05362C9.03961 4.01829 9.03961 3.98171 9.04737 3.94638C9.05614 3.90644 9.07858 3.86903 9.12348 3.7942L10.1365 2.1058C10.2555 1.90751 10.315 1.80837 10.3074 1.7268C10.3007 1.65567 10.264 1.59077 10.2064 1.54849C10.1404 1.5 10.0248 1.5 9.79352 1.5H2L2 10.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as m2}from"react/jsx-runtime";var g2=({...t})=>m2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:m2("g",{id:"flag-02",children:m2("path",{id:"Icon",d:"M4 15C4 15 5 14 8 14C11 14 13 16 16 16C19 16 20 15 20 15V4C20 4 19 5 16 5C13 5 11 3 8 3C5 3 4 4 4 4M4 22L4 2",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as oi}from"react/jsx-runtime";var f2=({...t})=>oi("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"currentColor",...t,children:oi("path",{d:"M2.52148 3H21.6595C21.747 3.00003 21.8331 3.02305 21.9089 3.06676C21.9848 3.11047 22.0479 3.17334 22.0918 3.24907C22.1357 3.32481 22.159 3.41075 22.1593 3.49831C22.1596 3.58587 22.1369 3.67197 22.0935 3.748L18.5215 10L22.0945 16.252C22.138 16.3281 22.1607 16.4143 22.1603 16.5019C22.16 16.5896 22.1366 16.6756 22.0925 16.7514C22.0485 16.8271 21.9853 16.89 21.9093 16.9336C21.8333 16.9773 21.7471 17.0001 21.6595 17H4.52148V22H2.52148V3Z"})});import{jsx as ri}from"react/jsx-runtime";var h2=({...t})=>ri("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ri("path",{d:"M10.6684 11.3328L10.8084 11.4728C11.0545 11.7188 11.1772 11.8415 11.3258 11.8328C11.4745 11.8248 11.5832 11.6895 11.8006 11.4174L12.6687 10.3326M10.7824 5.27202V6.33215M10.7824 5.27202C10.7824 4.7693 11.2052 4.36191 11.7259 4.36191C12.246 4.36191 12.6687 4.7693 12.6687 5.27136V6.33215M10.7824 5.27202V3.45247C10.7824 2.95041 10.3604 2.54302 9.83966 2.54302C9.31893 2.54302 8.89621 2.94974 8.89621 3.45247M8.89621 3.45247V6.33215M8.89621 3.45247V2.24099C8.89621 1.73826 8.47482 1.33154 7.95343 1.33154C7.43203 1.33154 7.01064 1.73826 7.01064 2.24099V4.05854M7.01064 4.05854C7.01064 3.55648 6.58793 3.1491 6.0672 3.1491C5.54713 3.1491 5.12441 3.55581 5.12441 4.05854V8.42374C5.12441 8.70111 4.76904 8.83246 4.57568 8.6271L3.04883 7.0009C2.91903 6.85047 2.74505 6.74485 2.55169 6.69912C2.35833 6.65338 2.15547 6.66986 1.97203 6.7462C1.29995 7.02424 1.14193 8.00502 1.57865 8.57043C2.32674 9.53854 3.09217 10.8594 3.71091 12.0242C4.55101 13.6064 6.20788 14.6665 8.04944 14.6665M7.01064 4.05854V6.33215M8.66818 10.302V10.5593C8.66818 11.3608 8.66818 11.7615 8.76686 12.1282C8.89015 12.583 9.12217 13.0011 9.44294 13.3463C9.70297 13.6277 10.047 13.8464 10.7344 14.2845C11.0418 14.4805 11.1958 14.5785 11.3598 14.6245C11.5619 14.6805 11.7759 14.6805 11.9779 14.6245C12.1413 14.5785 12.2953 14.4805 12.6027 14.2845C13.2901 13.8464 13.6341 13.6277 13.8942 13.3463C14.2149 13.0011 14.4469 12.583 14.5702 12.1282C14.6689 11.7615 14.6689 11.3614 14.6689 10.5593V10.302C14.6689 9.80324 14.6689 9.55388 14.5742 9.34319C14.5148 9.21313 14.4313 9.0955 14.3282 8.99648C14.1595 8.83646 13.9202 8.74845 13.4414 8.57309L12.4586 8.21305C12.0679 8.07036 11.8726 7.99902 11.6685 7.99902C11.4645 7.99902 11.2692 8.07036 10.8785 8.21372L9.89566 8.57376C9.41694 8.74845 9.17758 8.83579 9.00889 8.99648C8.90551 9.09544 8.8218 9.21308 8.76219 9.34319C8.66818 9.55388 8.66818 9.80324 8.66818 10.302Z",strokeWidth:"1.1",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as li}from"react/jsx-runtime";var v2=({...t})=>li("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:li("path",{d:"M7.91682 2.5L5.41682 17.5M14.5835 2.5L12.0835 17.5M17.0835 6.66667H2.91683M16.2502 13.3333H2.0835",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as w2}from"react/jsx-runtime";var y2=({...t})=>w2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:w2("g",{id:"headset_mic",children:w2("path",{id:"headset_mic_2",d:"M11.9996 22.675V20.8H18.8996V19.775H15.0496V12.075H18.8996V11.025C18.8996 9.11933 18.2258 7.49292 16.8781 6.14575C15.5304 4.79858 13.9034 4.125 11.9969 4.125C10.0904 4.125 8.46419 4.79858 7.11836 6.14575C5.77253 7.49292 5.09961 9.11933 5.09961 11.025V12.075H8.94961V19.775H5.09961C4.58394 19.775 4.14253 19.5914 3.77536 19.2243C3.40819 18.8571 3.22461 18.4157 3.22461 17.9V11.0285C3.22461 9.81783 3.45628 8.681 3.91961 7.618C4.38294 6.555 5.01303 5.62583 5.80986 4.8305C6.60653 4.03533 7.53728 3.40642 8.60211 2.94375C9.66711 2.48125 10.8008 2.25 12.0031 2.25C13.2053 2.25 14.3384 2.48133 15.4026 2.944C16.4668 3.40683 17.3969 4.036 18.1929 4.8315C18.989 5.62717 19.6184 6.55625 20.0809 7.61875C20.5434 8.68125 20.7746 9.8155 20.7746 11.0215V20.8C20.7746 21.3157 20.591 21.7571 20.2239 22.1243C19.8567 22.4914 19.4153 22.675 18.8996 22.675H11.9996ZM5.09961 17.9H7.07461V13.95H5.09961V17.9ZM16.9246 17.9H18.8996V13.95H16.9246V17.9Z"})})});import{jsx as ii}from"react/jsx-runtime";var x2=({...t})=>ii("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ii("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99462 3.27985C8.32849 1.332 5.55011 0.808035 3.46257 2.59168C1.37503 4.37532 1.08113 7.35748 2.72049 9.467C4.08351 11.2209 8.20847 14.9201 9.56041 16.1174C9.71166 16.2513 9.78729 16.3183 9.8755 16.3446C9.9525 16.3676 10.0367 16.3676 10.1137 16.3446C10.2019 16.3183 10.2776 16.2513 10.4288 16.1174C11.7808 14.9201 15.9057 11.2209 17.2687 9.467C18.9081 7.35748 18.6501 4.35656 16.5267 2.59168C14.4032 0.826798 11.6607 1.332 9.99462 3.27985Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as si}from"react/jsx-runtime";var ut=({...t})=>si("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:si("path",{d:"M8 16.9997H16M11.0177 2.76375L4.23539 8.03888C3.78202 8.3915 3.55534 8.56781 3.39203 8.78861C3.24737 8.9842 3.1396 9.20454 3.07403 9.43881C3 9.70327 3 9.99045 3 10.5648V17.7997C3 18.9198 3 19.4799 3.21799 19.9077C3.40973 20.284 3.71569 20.59 4.09202 20.7818C4.51984 20.9997 5.07989 20.9997 6.2 20.9997H17.8C18.9201 20.9997 19.4802 20.9997 19.908 20.7818C20.2843 20.59 20.5903 20.284 20.782 19.9077C21 19.4799 21 18.9198 21 17.7997V10.5648C21 9.99045 21 9.70327 20.926 9.43881C20.8604 9.20454 20.7526 8.9842 20.608 8.78861C20.4447 8.56781 20.218 8.3915 19.7646 8.03888L12.9823 2.76376C12.631 2.4905 12.4553 2.35388 12.2613 2.30136C12.0902 2.25502 11.9098 2.25502 11.7387 2.30136C11.5447 2.35388 11.369 2.4905 11.0177 2.76375Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ci}from"react/jsx-runtime";var b2=({...t})=>ci("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ci("path",{d:"M9.8 13H3.62091C3.21704 13 3.0151 13 2.92159 12.9201C2.84045 12.8508 2.79739 12.7469 2.80577 12.6405C2.81541 12.5179 2.95821 12.3751 3.24379 12.0895L8.91242 6.42091C9.17643 6.15691 9.30844 6.0249 9.46066 5.97544C9.59455 5.93193 9.73878 5.93193 9.87268 5.97544C10.0249 6.0249 10.1569 6.1569 10.4209 6.42091L13 9V9.8M9.8 13C10.9201 13 11.4802 13 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C13 11.4802 13 10.9201 13 9.8M9.8 13H4.2C3.0799 13 2.51984 13 2.09202 12.782C1.71569 12.5903 1.40973 12.2843 1.21799 11.908C1 11.4802 1 10.9201 1 9.8V4.2C1 3.0799 1 2.51984 1.21799 2.09202C1.40973 1.71569 1.71569 1.40973 2.09202 1.21799C2.51984 1 3.0799 1 4.2 1H9.8C10.9201 1 11.4802 1 11.908 1.21799C12.2843 1.40973 12.5903 1.71569 12.782 2.09202C13 2.51984 13 3.0799 13 4.2V9.8M6 4.66667C6 5.40305 5.40305 6 4.66667 6C3.93029 6 3.33333 5.40305 3.33333 4.66667C3.33333 3.93029 3.93029 3.33333 4.66667 3.33333C5.40305 3.33333 6 3.93029 6 4.66667Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ai}from"react/jsx-runtime";var k2=({...t})=>ai("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ai("path",{d:"M12.6664 13H13.34C13.9875 13 14.3112 13 14.4896 12.865C14.6451 12.7474 14.7413 12.5677 14.7529 12.3731C14.7662 12.1497 14.5867 11.8804 14.2275 11.3417L12.2206 8.33128C11.9239 7.88616 11.7755 7.66359 11.5885 7.58604C11.425 7.51823 11.2412 7.51823 11.0777 7.58604C10.8907 7.66359 10.7423 7.88616 10.4456 8.33128L9.94945 9.07547M12.6664 13L7.54344 5.60012C7.24881 5.17455 7.1015 4.96176 6.91749 4.88696C6.75651 4.82152 6.57635 4.82152 6.41538 4.88696C6.23137 4.96176 6.08406 5.17455 5.78943 5.60012L1.82523 11.3262C1.44988 11.8684 1.26221 12.1394 1.27289 12.3649C1.2822 12.5612 1.37768 12.7435 1.53382 12.8629C1.7131 13 2.04281 13 2.70224 13H12.6664ZM13.9998 3C13.9998 4.10457 13.1043 5 11.9998 5C10.8952 5 9.99977 4.10457 9.99977 3C9.99977 1.89543 10.8952 1 11.9998 1C13.1043 1 13.9998 1.89543 13.9998 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as pi,jsxs as m4}from"react/jsx-runtime";var L2=({...t})=>m4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[pi("path",{d:"M15.875 12.75C16.2458 12.75 16.6084 12.64 16.9167 12.434C17.225 12.228 17.4654 11.9351 17.6073 11.5925C17.7492 11.2499 17.7863 10.8729 17.714 10.5092C17.6416 10.1455 17.463 9.8114 17.2008 9.54917C16.9386 9.28695 16.6045 9.10837 16.2408 9.03603C15.8771 8.96368 15.5001 9.00081 15.1575 9.14273C14.8149 9.28464 14.522 9.52496 14.316 9.83331C14.11 10.1416 14 10.5042 14 10.875C14 11.3723 14.1975 11.8492 14.5492 12.2008C14.9008 12.5525 15.3777 12.75 15.875 12.75ZM15.875 10.25C15.9986 10.25 16.1195 10.2867 16.2222 10.3553C16.325 10.424 16.4051 10.5216 16.4524 10.6358C16.4997 10.75 16.5121 10.8757 16.488 10.9969C16.4639 11.1182 16.4044 11.2295 16.3169 11.3169C16.2295 11.4043 16.1182 11.4639 15.9969 11.488C15.8757 11.5121 15.75 11.4997 15.6358 11.4524C15.5216 11.4051 15.424 11.325 15.3553 11.2222C15.2867 11.1195 15.25 10.9986 15.25 10.875C15.25 10.7092 15.3158 10.5503 15.4331 10.4331C15.5503 10.3158 15.7092 10.25 15.875 10.25Z"}),pi("path",{d:"M20.25 6.5H7.75C7.41848 6.5 7.10054 6.6317 6.86612 6.86612C6.6317 7.10054 6.5 7.41848 6.5 7.75V20.25C6.5 20.5815 6.6317 20.8995 6.86612 21.1339C7.10054 21.3683 7.41848 21.5 7.75 21.5H20.25C20.5815 21.5 20.8995 21.3683 21.1339 21.1339C21.3683 20.8995 21.5 20.5815 21.5 20.25V7.75C21.5 7.41848 21.3683 7.10054 21.1339 6.86612C20.8995 6.6317 20.5815 6.5 20.25 6.5ZM20.25 20.25H7.75V16.5L10.875 13.375L14.3688 16.8688C14.603 17.1016 14.9198 17.2322 15.25 17.2322C15.5802 17.2322 15.897 17.1016 16.1312 16.8688L17.125 15.875L20.25 19V20.25ZM20.25 17.2313L18.0062 14.9875C17.772 14.7547 17.4552 14.624 17.125 14.624C16.7948 14.624 16.478 14.7547 16.2438 14.9875L15.25 15.9813L11.7562 12.4875C11.522 12.2547 11.2052 12.124 10.875 12.124C10.5448 12.124 10.228 12.2547 9.99375 12.4875L7.75 14.7313V7.75H20.25V17.2313Z"})]});import{jsx as P2}from"react/jsx-runtime";var S2=({...t})=>P2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:P2("g",{id:"line-chart-up-04",children:P2("path",{id:"Icon",d:"M21 9L14.5515 13.6061C14.3555 13.746 14.2576 13.816 14.1527 13.8371C14.0602 13.8557 13.9643 13.8478 13.8762 13.8142C13.7762 13.7762 13.691 13.691 13.5208 13.5208L10.4792 10.4792C10.309 10.309 10.2238 10.2238 10.1238 10.1858C10.0357 10.1522 9.9398 10.1443 9.84732 10.1629C9.74241 10.184 9.64445 10.254 9.44853 10.3939L3 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as di}from"react/jsx-runtime";var I2=({...t})=>di("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:di("path",{d:"M14 3L16 5L20 1M10.5 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V14.2C1 15.8802 1 16.7202 1.32698 17.362C1.6146 17.9265 2.07354 18.3854 2.63803 18.673C3.27976 19 4.11984 19 5.8 19H15C15.93 19 16.395 19 16.7765 18.8978C17.8117 18.6204 18.6204 17.8117 18.8978 16.7765C19 16.395 19 15.93 19 15M8.5 6.5C8.5 7.60457 7.60457 8.5 6.5 8.5C5.39543 8.5 4.5 7.60457 4.5 6.5C4.5 5.39543 5.39543 4.5 6.5 4.5C7.60457 4.5 8.5 5.39543 8.5 6.5ZM12.99 9.91815L4.53115 17.608C4.05536 18.0406 3.81747 18.2568 3.79643 18.4442C3.77819 18.6066 3.84045 18.7676 3.96319 18.8755C4.10478 19 4.42628 19 5.06929 19H14.456C15.8951 19 16.6147 19 17.1799 18.7582C17.8894 18.4547 18.4547 17.8894 18.7582 17.1799C19 16.6147 19 15.8951 19 14.456C19 13.9717 19 13.7296 18.9471 13.5042C18.8805 13.2208 18.753 12.9554 18.5733 12.7264C18.4303 12.5442 18.2412 12.3929 17.8631 12.0905L15.0658 9.85266C14.6874 9.54991 14.4982 9.39853 14.2898 9.34511C14.1061 9.29802 13.9129 9.30412 13.7325 9.36269C13.5279 9.42914 13.3486 9.59215 12.99 9.91815Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ui}from"react/jsx-runtime";var M2=({...t})=>ui("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ui("path",{d:"M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as H2}from"react/jsx-runtime";var R2=({...t})=>H2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:H2("g",{id:"info-hexagon",children:H2("path",{id:"Icon",d:"M12 15.9996V11.9996M12 7.9996H12.01M3 7.94104V16.0582C3 16.4008 3 16.5721 3.05048 16.7249C3.09515 16.8601 3.16816 16.9842 3.26463 17.0889C3.37369 17.2072 3.52345 17.2904 3.82297 17.4568L11.223 21.5679C11.5066 21.7255 11.6484 21.8042 11.7985 21.8351C11.9315 21.8625 12.0685 21.8625 12.2015 21.8351C12.3516 21.8042 12.4934 21.7255 12.777 21.5679L20.177 17.4568C20.4766 17.2904 20.6263 17.2072 20.7354 17.0889C20.8318 16.9842 20.9049 16.8601 20.9495 16.7249C21 16.5721 21 16.4008 21 16.0582V7.94104C21 7.5984 21 7.42708 20.9495 7.27428C20.9049 7.1391 20.8318 7.01502 20.7354 6.91033C20.6263 6.79199 20.4766 6.70879 20.177 6.54239L12.777 2.43128C12.4934 2.27372 12.3516 2.19494 12.2015 2.16406C12.0685 2.13672 11.9315 2.13672 11.7985 2.16406C11.6484 2.19494 11.5066 2.27372 11.223 2.43128L3.82297 6.54239C3.52345 6.70879 3.37369 6.79199 3.26463 6.91033C3.16816 7.01502 3.09515 7.1391 3.05048 7.27428C3 7.42708 3 7.5984 3 7.94104Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ci}from"react/jsx-runtime";var N2=({...t})=>Ci("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Ci("path",{d:"M19.625 9.625V8.375H11.5V9.625H14.7125L11.9813 18.375H8.375V19.625H16.5V18.375H13.2875L16.0187 9.625H19.625Z"})});import{jsx as mi}from"react/jsx-runtime";var B2=({...t})=>mi("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:mi("path",{d:"M1.33301 7.99988L7.76116 11.214C7.84862 11.2577 7.89234 11.2795 7.93821 11.2882C7.97883 11.2958 8.02052 11.2958 8.06114 11.2882C8.10701 11.2795 8.15073 11.2577 8.23819 11.214L14.6663 7.99988M1.33301 11.3332L7.76116 14.5473C7.84862 14.591 7.89234 14.6129 7.93821 14.6215C7.97883 14.6291 8.02052 14.6291 8.06114 14.6215C8.10701 14.6129 8.15073 14.591 8.23819 14.5473L14.6663 11.3332M1.33301 4.66655L7.76116 1.45247C7.84862 1.40874 7.89234 1.38688 7.93821 1.37827C7.97883 1.37065 8.02052 1.37065 8.06114 1.37827C8.10701 1.38688 8.15073 1.40874 8.23819 1.45247L14.6663 4.66655L8.23819 7.88062C8.15073 7.92435 8.10701 7.94621 8.06114 7.95482C8.02052 7.96244 7.97883 7.96244 7.93821 7.95482C7.89234 7.94621 7.84862 7.92435 7.76116 7.88062L1.33301 4.66655Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as gi}from"react/jsx-runtime";var D2=({...t})=>gi("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:gi("path",{d:"M8.23819 1.78597C8.15073 1.74224 8.10701 1.72038 8.06114 1.71177C8.02052 1.70415 7.97883 1.70415 7.93821 1.71177C7.89234 1.72038 7.84862 1.74224 7.76116 1.78597L1.33301 5.00004L7.76116 8.21412C7.84862 8.25785 7.89234 8.27971 7.93821 8.28832C7.97883 8.29594 8.02052 8.29594 8.06114 8.28832C8.10701 8.27971 8.15073 8.25785 8.23819 8.21412L14.6663 5.00004L8.23819 1.78597Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as fi}from"react/jsx-runtime";var V2=({...t})=>fi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:fi("path",{d:"M15.5 9H10.5M15.5 13H10.5M15.5 5H10.5M7 1L7 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as hi}from"react/jsx-runtime";var T2=({...t})=>hi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:hi("path",{d:"M1 7H19M7 7L7 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vi}from"react/jsx-runtime";var E2=({...t})=>vi("svg",{width:"46",height:"46",viewBox:"0 0 46 46",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:vi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M40.5 20.5801C41.7614 20.5797 42.9764 21.0561 43.9014 21.9138C44.8263 22.7715 45.3929 23.9472 45.4875 25.2051L45.5 25.5801V40.5801C45.5004 41.8415 45.024 43.0565 44.1663 43.9814C43.3085 44.9064 42.1329 45.473 40.875 45.5676L40.5 45.5801H30.5C29.2386 45.5805 28.0236 45.1041 27.0986 44.2463C26.1737 43.3886 25.6071 42.213 25.5125 40.9551L25.5 40.5801V25.5801C25.4996 24.3186 25.976 23.1037 26.8337 22.1787C27.6915 21.2538 28.8671 20.6872 30.125 20.5926L30.5 20.5801H40.5ZM15.5 30.5801C16.8261 30.5801 18.0979 31.1069 19.0355 32.0445C19.9732 32.9822 20.5 34.254 20.5 35.5801V40.5801C20.5 41.9062 19.9732 43.1779 19.0355 44.1156C18.0979 45.0533 16.8261 45.5801 15.5 45.5801H5.5C4.17392 45.5801 2.90215 45.0533 1.96447 44.1156C1.02678 43.1779 0.5 41.9062 0.5 40.5801V35.5801C0.5 34.254 1.02678 32.9822 1.96447 32.0445C2.90215 31.1069 4.17392 30.5801 5.5 30.5801H15.5ZM15.5 0.580078C16.8261 0.580078 18.0979 1.10686 19.0355 2.04454C19.9732 2.98223 20.5 4.254 20.5 5.58008V20.5801C20.5 21.9062 19.9732 23.1779 19.0355 24.1156C18.0979 25.0533 16.8261 25.5801 15.5 25.5801H5.5C4.17392 25.5801 2.90215 25.0533 1.96447 24.1156C1.02678 23.1779 0.5 21.9062 0.5 20.5801V5.58008C0.5 4.254 1.02678 2.98223 1.96447 2.04454C2.90215 1.10686 4.17392 0.580078 5.5 0.580078H15.5ZM40.5 0.580078C41.8261 0.580078 43.0979 1.10686 44.0355 2.04454C44.9732 2.98223 45.5 4.254 45.5 5.58008V10.5801C45.5 11.9062 44.9732 13.1779 44.0355 14.1156C43.0979 15.0533 41.8261 15.5801 40.5 15.5801H30.5C29.1739 15.5801 27.9021 15.0533 26.9645 14.1156C26.0268 13.1779 25.5 11.9062 25.5 10.5801V5.58008C25.5 4.254 26.0268 2.98223 26.9645 2.04454C27.9021 1.10686 29.1739 0.580078 30.5 0.580078H40.5Z"})});import{jsx as wi}from"react/jsx-runtime";var F2=({...t})=>wi("svg",{width:"44",height:"44",viewBox:"0 0 44 44",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:wi("path",{d:"M38.9167 0.330078H5.08333C3.80145 0.330078 2.57208 0.839303 1.66565 1.74573C0.759225 2.65215 0.25 3.88153 0.25 5.16341V38.9967C0.25 40.2786 0.759225 41.508 1.66565 42.4144C2.57208 43.3209 3.80145 43.8301 5.08333 43.8301H38.9167C40.1985 43.8301 41.4279 43.3209 42.3344 42.4144C43.2408 41.508 43.75 40.2786 43.75 38.9967V5.16341C43.75 3.88153 43.2408 2.65215 42.3344 1.74573C41.4279 0.839303 40.1985 0.330078 38.9167 0.330078ZM7.5 7.58008H19.5833V19.6634H7.5V7.58008ZM18.375 38.9967C16.7727 38.9967 15.2359 38.3602 14.1029 37.2272C12.9699 36.0942 12.3333 34.5574 12.3333 32.9551C12.3333 31.3527 12.9699 29.816 14.1029 28.683C15.2359 27.5499 16.7727 26.9134 18.375 26.9134C19.9774 26.9134 21.5141 27.5499 22.6471 28.683C23.7801 29.816 24.4167 31.3527 24.4167 32.9551C24.4167 34.5574 23.7801 36.0942 22.6471 37.2272C21.5141 38.3602 19.9774 38.9967 18.375 38.9967ZM25.625 24.4967L32.875 12.4134L40.125 24.4967H25.625Z"})});import{jsx as yi}from"react/jsx-runtime";var A2=({...t})=>yi("svg",{width:"42",height:"40",viewBox:"0 0 42 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:yi("path",{d:"M0 0.830078H7.875V6.33008H0V0.830078ZM0 11.8301H21.875V17.3301H0V11.8301ZM0 22.8301H14.875V28.3301H0V22.8301ZM0 33.8301H28.875V39.3301H0V33.8301ZM10.5 0.830078H42V6.33008H10.5V0.830078ZM24.5 11.8301H42V17.3301H24.5V11.8301ZM17.5 22.8301H42V28.3301H17.5V22.8301ZM31.5 33.8301H42V39.3301H31.5V33.8301Z"})});import{jsx as xi}from"react/jsx-runtime";var W2=({...t})=>xi("svg",{width:"45",height:"41",viewBox:"0 0 45 41",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:xi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.7188 4.69546H18.2812C17.1624 4.69546 16.0893 5.18173 15.2981 6.04728C14.507 6.91283 14.0625 8.08677 14.0625 9.31085V12.3878H16.875C19.1128 12.3878 21.2589 13.3603 22.8412 15.0914C24.4236 16.8225 25.3125 19.1704 25.3125 21.6185V23.157H26.7188C27.8376 23.157 28.9107 22.6707 29.7019 21.8052C30.493 20.9396 30.9375 19.7657 30.9375 18.5416V9.31085C30.9375 8.08677 30.493 6.91283 29.7019 6.04728C28.9107 5.18173 27.8376 4.69546 26.7188 4.69546ZM25.3125 27.7724V30.8493C25.3125 32.5293 24.9019 34.1078 24.1847 35.4647H36.5625C37.6814 35.4647 38.7544 34.9784 39.5456 34.1129C40.3368 33.2473 40.7812 32.0734 40.7812 30.8493V21.6185C40.7812 20.3945 40.3368 19.2205 39.5456 18.355C38.7544 17.4894 37.6814 17.0032 36.5625 17.0032H35.1562V18.5416C35.1562 20.9898 34.2673 23.3377 32.685 25.0688C31.1026 26.7999 28.9565 27.7724 26.7188 27.7724H25.3125ZM35.1562 12.3878V9.31085C35.1562 6.8627 34.2673 4.51481 32.685 2.78371C31.1026 1.0526 28.9565 0.0800781 26.7188 0.0800781H18.2812C16.0435 0.0800781 13.8974 1.0526 12.315 2.78371C10.7327 4.51481 9.84375 6.8627 9.84375 9.31085V12.3878H8.4375C6.19974 12.3878 4.05362 13.3603 2.47129 15.0914C0.888948 16.8225 0 19.1704 0 21.6185L0 30.8493C0 33.2975 0.888948 35.6453 2.47129 37.3764C4.05362 39.1076 6.19974 40.0801 8.4375 40.0801H36.5625C38.8003 40.0801 40.9464 39.1076 42.5287 37.3764C44.1111 35.6453 45 33.2975 45 30.8493V21.6185C45 19.1704 44.1111 16.8225 42.5287 15.0914C40.9464 13.3603 38.8003 12.3878 36.5625 12.3878H35.1562ZM16.875 17.0032H8.4375C7.31862 17.0032 6.24556 17.4894 5.45439 18.355C4.66322 19.2205 4.21875 20.3945 4.21875 21.6185V30.8493C4.21875 32.0734 4.66322 33.2473 5.45439 34.1129C6.24556 34.9784 7.31862 35.4647 8.4375 35.4647H16.875C17.9939 35.4647 19.0669 34.9784 19.8581 34.1129C20.6493 33.2473 21.0938 32.0734 21.0938 30.8493V21.6185C21.0938 20.3945 20.6493 19.2205 19.8581 18.355C19.0669 17.4894 17.9939 17.0032 16.875 17.0032Z"})});import{jsx as bi}from"react/jsx-runtime";var Z2=({...t})=>bi("svg",{width:"54",height:"54",viewBox:"0 0 54 54",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:bi("path",{d:"M0.75 15.75V0.75H15.75V15.75H0.75ZM12 12V4.5H4.5V12H12ZM19.5 15.75V0.75H34.5V15.75H19.5ZM30.75 12V4.5H23.25V12H30.75ZM38.25 15.75V0.75H53.25V15.75H38.25ZM42 12H49.5V4.5H42V12ZM0.75 34.5V19.5H15.75V34.5H0.75ZM12 30.75V23.25H4.5V30.75H12ZM19.5 34.5V19.5H34.5V34.5H19.5ZM30.75 30.75V23.25H23.25V30.75H30.75ZM38.25 34.5V19.5H53.25V34.5H38.25ZM49.5 30.75V23.25H42V30.75H49.5ZM0.75 53.25V38.25H15.75V53.25H0.75ZM4.5 49.5H12V42H4.5V49.5ZM19.5 53.25V38.25H34.5V53.25H19.5ZM23.25 49.5H30.75V42H23.25V49.5ZM38.25 53.25V38.25H53.25V53.25H38.25ZM42 49.5H49.5V42H42V49.5Z"})});import{jsx as Ct,jsxs as g4}from"react/jsx-runtime";var _2=({...t})=>g4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[Ct("g",{clipPath:"url(#clip0_240_23004)",children:Ct("path",{d:"M7.61363 7.61341L4.10752 4.1073M4.10752 15.8924L7.64006 12.3599M12.3843 12.3863L15.8904 15.8924M15.8904 4.1073L12.3574 7.64035M18.3334 9.99984C18.3334 14.6022 14.6025 18.3332 10.0001 18.3332C5.39771 18.3332 1.66675 14.6022 1.66675 9.99984C1.66675 5.39746 5.39771 1.6665 10.0001 1.6665C14.6025 1.6665 18.3334 5.39746 18.3334 9.99984ZM13.3334 9.99984C13.3334 11.8408 11.841 13.3332 10.0001 13.3332C8.15913 13.3332 6.66675 11.8408 6.66675 9.99984C6.66675 8.15889 8.15913 6.6665 10.0001 6.6665C11.841 6.6665 13.3334 8.15889 13.3334 9.99984Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})}),Ct("defs",{children:Ct("clipPath",{id:"clip0_240_23004",children:Ct("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as ki}from"react/jsx-runtime";var O2=({...t})=>ki("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ki("path",{d:"M10 17.6586V20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20V17.6586M12 2V3M3 12H2M5.5 5.5L4.8999 4.8999M18.5 5.5L19.1002 4.8999M22 12H21M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Li}from"react/jsx-runtime";var z2=({...t})=>Li("svg",{width:"16",height:"19",viewBox:"0 0 16 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Li("path",{d:"M8.83333 1.16675L1.41121 10.0733C1.12054 10.4221 0.975199 10.5965 0.972978 10.7438C0.971048 10.8718 1.02811 10.9937 1.12771 11.0742C1.24229 11.1667 1.46931 11.1667 1.92336 11.1667H8L7.16666 17.8334L14.5888 8.92687C14.8795 8.57806 15.0248 8.40366 15.027 8.25636C15.0289 8.12832 14.9719 8.00649 14.8723 7.926C14.7577 7.83342 14.5307 7.83342 14.0766 7.83342H8L8.83333 1.16675Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as U2}from"react/jsx-runtime";var G2=({...t})=>U2("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:U2("g",{id:"zap",children:U2("path",{id:"Icon",d:"M10.8333 1.6665L3.41118 10.573C3.12051 10.9219 2.97517 11.0963 2.97295 11.2436C2.97102 11.3716 3.02808 11.4934 3.12768 11.5739C3.24226 11.6665 3.46928 11.6665 3.92333 11.6665H9.99997L9.16663 18.3332L16.5888 9.42663C16.8794 9.07782 17.0248 8.90341 17.027 8.75612C17.0289 8.62807 16.9719 8.50625 16.8723 8.42576C16.7577 8.33317 16.5307 8.33317 16.0766 8.33317H9.99997L10.8333 1.6665Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Pi}from"react/jsx-runtime";var $2=({...t})=>Pi("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",...t,children:Pi("path",{d:"M6.00065 11.6667H2.33398M4.33398 8H1.33398M6.00065 4.33333H2.66732M11.334 2L6.93636 8.15667C6.74172 8.42917 6.6444 8.56542 6.64861 8.67902C6.65228 8.77792 6.6997 8.87008 6.77805 8.93055C6.86804 9 7.03548 9 7.37035 9H10.6673L10.0007 14L14.3983 7.84333C14.5929 7.57083 14.6902 7.43458 14.686 7.32098C14.6824 7.22208 14.6349 7.12992 14.5566 7.06945C14.4666 7 14.2992 7 13.9643 7H10.6673L11.334 2Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Si}from"react/jsx-runtime";var q2=({...t})=>Si("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Si("path",{d:"M20 20V13M12 20V10M4 20L4 16M13.4067 5.0275L18.5751 6.96567M10.7988 5.40092L5.20023 9.59983M21.0607 6.43934C21.6464 7.02513 21.6464 7.97487 21.0607 8.56066C20.4749 9.14645 19.5251 9.14645 18.9393 8.56066C18.3536 7.97487 18.3536 7.02513 18.9393 6.43934C19.5251 5.85355 20.4749 5.85355 21.0607 6.43934ZM5.06066 9.43934C5.64645 10.0251 5.64645 10.9749 5.06066 11.5607C4.47487 12.1464 3.52513 12.1464 2.93934 11.5607C2.35355 10.9749 2.35355 10.0251 2.93934 9.43934C3.52513 8.85355 4.47487 8.85355 5.06066 9.43934ZM13.0607 3.43934C13.6464 4.02513 13.6464 4.97487 13.0607 5.56066C12.4749 6.14645 11.5251 6.14645 10.9393 5.56066C10.3536 4.97487 10.3536 4.02513 10.9393 3.43934C11.5251 2.85355 12.4749 2.85355 13.0607 3.43934Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ii}from"react/jsx-runtime";var X2=({...t})=>Ii("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ii("path",{d:"M9.16667 2.49984H6.5C5.09987 2.49984 4.3998 2.49984 3.86502 2.77232C3.39462 3.012 3.01217 3.39446 2.77248 3.86486C2.5 4.39964 2.5 5.09971 2.5 6.49984V13.4998C2.5 14.9 2.5 15.6 2.77248 16.1348C3.01217 16.6052 3.39462 16.9877 3.86502 17.2274C4.3998 17.4998 5.09987 17.4998 6.5 17.4998H13.5C14.9001 17.4998 15.6002 17.4998 16.135 17.2274C16.6054 16.9877 16.9878 16.6052 17.2275 16.1348C17.5 15.6 17.5 14.9 17.5 13.4998V10.8332M10 6.6665H13.3333V9.99984M12.9167 2.9165V1.6665M16.1995 3.80039L17.0833 2.9165M17.0919 7.08317H18.3419M2.5 11.1224C3.04328 11.2063 3.59989 11.2498 4.16667 11.2498C7.82197 11.2498 11.0544 9.4395 13.0164 6.6665",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as j2}from"react/jsx-runtime";var K2=({...t})=>j2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:j2("g",{id:"line-chart-up-02",children:j2("path",{id:"Icon",d:"M21 21H4.6C4.03995 21 3.75992 21 3.54601 20.891C3.35785 20.7951 3.20487 20.6422 3.10899 20.454C3 20.2401 3 19.9601 3 19.4V3M21 7L15.5657 12.4343C15.3677 12.6323 15.2687 12.7313 15.1545 12.7684C15.0541 12.8011 14.9459 12.8011 14.8455 12.7684C14.7313 12.7313 14.6323 12.6323 14.4343 12.4343L12.5657 10.5657C12.3677 10.3677 12.2687 10.2687 12.1545 10.2316C12.0541 10.1989 11.9459 10.1989 11.8455 10.2316C11.7313 10.2687 11.6323 10.3677 11.4343 10.5657L7 15M21 7H17M21 7V11",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as mt,jsxs as f4}from"react/jsx-runtime";var Y2=({...t})=>f4("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[mt("g",{clipPath:"url(#clip0_657_292)",children:mt("path",{d:"M15.0003 4.66602L9.75457 9.91177C9.49056 10.1758 9.35856 10.3078 9.20634 10.3572C9.07244 10.4007 8.92821 10.4007 8.79431 10.3572C8.6421 10.3078 8.51009 10.1758 8.24608 9.91177L6.42124 8.08693C6.15723 7.82292 6.02522 7.69091 5.873 7.64145C5.73911 7.59795 5.59488 7.59795 5.46098 7.64145C5.30876 7.69091 5.17676 7.82292 4.91274 8.08693L1.66699 11.3327M15.0003 4.66602H10.3337M15.0003 4.66602V9.33268",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),mt("defs",{children:mt("clipPath",{id:"clip0_657_292",children:mt("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.333496)"})})})]});import{jsx as Mi}from"react/jsx-runtime";var Q2=({...t})=>Mi("svg",{width:"18",height:"8",viewBox:"0 0 18 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Mi("path",{d:"M0.914062 6.57324H17.0859M0.914062 0.948242H17.0859",strokeWidth:"1.71875",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Hi}from"react/jsx-runtime";var J2=({...t})=>Hi("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Hi("path",{d:"M15.3 8.575L14.225 7.5C14.125 7.4 14.0083 7.35433 13.875 7.363C13.7417 7.37167 13.625 7.42567 13.525 7.525C13.425 7.62433 13.375 7.741 13.375 7.875C13.375 8.009 13.425 8.12567 13.525 8.225L14.6 9.3C14.8 9.5 15.0333 9.6 15.3 9.6C15.5667 9.6 15.8 9.5 16 9.3L18.475 6.8C18.575 6.7 18.625 6.58333 18.625 6.45C18.625 6.31667 18.575 6.2 18.475 6.1C18.375 6 18.2583 5.95 18.125 5.95C17.9917 5.95 17.875 6 17.775 6.1L15.3 8.575ZM4 19.75C3.71667 19.75 3.47934 19.654 3.288 19.462C3.09667 19.27 3.00067 19.0327 3 18.75C2.99934 18.4673 3.09534 18.23 3.288 18.038C3.48067 17.846 3.718 17.75 4 17.75H14C14.2833 17.75 14.521 17.846 14.713 18.038C14.905 18.23 15.0007 18.4673 15 18.75C14.9993 19.0327 14.9033 19.2703 14.712 19.463C14.5207 19.6557 14.2833 19.7513 14 19.75H4ZM16 12.75C14.6167 12.75 13.4377 12.2623 12.463 11.287C11.4883 10.3117 11.0007 9.13267 11 7.75C10.9993 6.36733 11.487 5.18833 12.463 4.213C13.439 3.23767 14.618 2.75 16 2.75C17.382 2.75 18.5613 3.23767 19.538 4.213C20.5147 5.18833 21.002 6.36733 21 7.75C20.998 9.13267 20.5103 10.312 19.537 11.288C18.5637 12.264 17.3847 12.7513 16 12.75ZM4 11.75C3.71667 11.75 3.47934 11.654 3.288 11.462C3.09667 11.27 3.00067 11.0327 3 10.75C2.99934 10.4673 3.09534 10.23 3.288 10.038C3.48067 9.846 3.718 9.75 4 9.75H8.675C8.95834 9.75 9.196 9.846 9.388 10.038C9.58 10.23 9.67567 10.4673 9.675 10.75C9.675 11.0167 9.579 11.25 9.387 11.45C9.195 11.65 8.95767 11.75 8.675 11.75H4ZM4 15.75C3.71667 15.75 3.47934 15.654 3.288 15.462C3.09667 15.27 3.00067 15.0327 3 14.75C2.99934 14.4673 3.09534 14.23 3.288 14.038C3.48067 13.846 3.718 13.75 4 13.75H11.925C12.2083 13.75 12.446 13.846 12.638 14.038C12.83 14.23 12.9257 14.4673 12.925 14.75C12.925 15.0167 12.8333 15.25 12.65 15.45C12.4667 15.65 12.225 15.75 11.925 15.75H4Z"})});import{jsx as Ri}from"react/jsx-runtime";var e3=({...t})=>Ri("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ri("path",{id:"Icon",d:"M19 8.24995H10M19 2.99995L10 2.99995M19 13.75H1M19 19H1M2.28 1.95995L6.14667 4.85995C6.43616 5.07707 6.5809 5.18563 6.63266 5.31872C6.678 5.43529 6.678 5.56462 6.63266 5.68119C6.5809 5.81427 6.43616 5.92283 6.14667 6.13995L2.28 9.03995C1.86802 9.34894 1.66203 9.50343 1.48961 9.49984C1.33956 9.49672 1.19885 9.42637 1.10632 9.3082C1 9.17241 1 8.91493 1 8.39995V2.59995C1 2.08498 1 1.82749 1.10632 1.6917C1.19885 1.57354 1.33956 1.50318 1.48961 1.50006C1.66203 1.49648 1.86802 1.65097 2.28 1.95995Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as t3}from"react/jsx-runtime";var n3=({...t})=>t3("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:t3("g",{id:"link-01",children:t3("path",{id:"Icon",d:"M8.47203 12.2427L7.52922 13.1855C6.22748 14.4872 4.11693 14.4872 2.81518 13.1855C1.51343 11.8837 1.51343 9.77317 2.81518 8.47142L3.75799 7.52861M12.2433 8.47142L13.1861 7.52861C14.4878 6.22687 14.4878 4.11632 13.1861 2.81457C11.8843 1.51282 9.77378 1.51282 8.47203 2.81457L7.52922 3.75738M5.66729 10.3333L10.334 5.66667",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as o3}from"react/jsx-runtime";var r3=({...t})=>o3("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:o3("g",{clipPath:"url(#clip0_4128_23574)",children:o3("path",{d:"M8.3335 10.834C8.69138 11.3124 9.14796 11.7083 9.67229 11.9947C10.1966 12.2812 10.7764 12.4516 11.3724 12.4942C11.9683 12.5369 12.5665 12.4509 13.1263 12.2421C13.6861 12.0333 14.1944 11.7065 14.6168 11.284L17.1168 8.78396C17.8758 7.99811 18.2958 6.9456 18.2863 5.85312C18.2768 4.76063 17.8386 3.71558 17.0661 2.94304C16.2935 2.17051 15.2485 1.73231 14.156 1.72281C13.0635 1.71332 12.011 2.1333 11.2252 2.89229L9.79183 4.31729M11.6668 9.16729C11.309 8.68885 10.8524 8.29297 10.328 8.00651C9.80371 7.72004 9.22391 7.54969 8.62796 7.50701C8.032 7.46433 7.43384 7.55032 6.87405 7.75914C6.31425 7.96796 5.8059 8.29473 5.3835 8.71729L2.8835 11.2173C2.12451 12.0031 1.70453 13.0556 1.71402 14.1481C1.72352 15.2406 2.16172 16.2857 2.93426 17.0582C3.70679 17.8307 4.75184 18.2689 5.84433 18.2784C6.93681 18.2879 7.98932 17.8679 8.77517 17.109L10.2002 15.684",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ni}from"react/jsx-runtime";var l3=({...t})=>Ni("svg",{width:"14",height:"10",viewBox:"0 0 14 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ni("path",{d:"M5.14854 8.69034C4.99198 8.83652 4.8708 8.93437 4.74698 9.00586C4.14082 9.35582 3.39401 9.35582 2.78786 9.00586C2.56449 8.8769 2.34978 8.66218 1.92035 8.23275C1.49091 7.80332 1.2762 7.58861 1.14724 7.36524C0.797275 6.75909 0.797275 6.01228 1.14724 5.40612C1.2762 5.18276 1.49091 4.96804 1.92035 4.53861L3.76742 2.69154C4.19685 2.26211 4.41156 2.04739 4.63493 1.91843C5.24108 1.56847 5.98789 1.56847 6.59405 1.91843C6.81741 2.04739 7.03213 2.26211 7.46156 2.69154C7.89099 3.12097 8.10571 3.33568 8.23467 3.55905C8.58463 4.1652 8.58463 4.91201 8.23467 5.51817C8.16318 5.642 8.06533 5.76317 7.91915 5.91974M6.08043 4.08102C5.93426 4.23759 5.83641 4.35876 5.76492 4.48259C5.41495 5.08874 5.41496 5.83555 5.76492 6.4417C5.89388 6.66507 6.10859 6.87979 6.53802 7.30922C6.96746 7.73865 7.18217 7.95336 7.40554 8.08233C8.01169 8.43229 8.7585 8.43229 9.36465 8.08233C9.58802 7.95336 9.80274 7.73865 10.2322 7.30922L12.0792 5.46215C12.5087 5.03271 12.7234 4.818 12.8523 4.59463C13.2023 3.98848 13.2023 3.24167 12.8523 2.63552C12.7234 2.41215 12.5087 2.19743 12.0792 1.768C11.6498 1.33857 11.4351 1.12385 11.2117 0.994894C10.6056 0.644931 9.85876 0.644931 9.25261 0.994894C9.12878 1.06639 9.00761 1.16423 8.85104 1.31041",strokeWidth:"1.2",strokeLinecap:"round"})});import{jsx as Bi,jsxs as h4}from"react/jsx-runtime";var i3=({...t})=>h4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[Bi("path",{d:"M22.2812 8.225C21.9329 7.8754 21.5189 7.59801 21.0631 7.40874C20.6072 7.21947 20.1185 7.12204 19.625 7.12204C19.1314 7.12204 18.6427 7.21947 18.1869 7.40874C17.7311 7.59801 17.3171 7.8754 16.9687 8.225L17.8562 9.1125C18.0889 8.87981 18.3652 8.69523 18.6692 8.56931C18.9732 8.44338 19.2991 8.37856 19.6281 8.37856C19.9572 8.37856 20.283 8.44338 20.5871 8.56931C20.8911 8.69523 21.1673 8.87981 21.4 9.1125C21.6327 9.34518 21.8173 9.62142 21.9432 9.92544C22.0691 10.2295 22.1339 10.5553 22.1339 10.8844C22.1339 11.2134 22.0691 11.5393 21.9432 11.8433C21.8173 12.1473 21.6327 12.4236 21.4 12.6562L16.4 17.6562C15.9309 18.1262 15.2943 18.3905 14.6303 18.3911C13.9663 18.3917 13.3293 18.1285 12.8594 17.6594C12.3894 17.1903 12.1251 16.5537 12.1245 15.8897C12.1239 15.2257 12.3871 14.5887 12.8562 14.1187L13.7375 13.2312L12.8562 12.3437L11.9687 13.2312C11.6191 13.5796 11.3418 13.9936 11.1525 14.4494C10.9632 14.9052 10.8658 15.3939 10.8658 15.8875C10.8658 16.381 10.9632 16.8697 11.1525 17.3256C11.3418 17.7814 11.6191 18.1954 11.9687 18.5437C12.6759 19.2419 13.6313 19.6308 14.625 19.625C15.1204 19.627 15.6114 19.5309 16.0695 19.3421C16.5275 19.1533 16.9436 18.8756 17.2937 18.525L22.2937 13.525C22.9943 12.8202 23.3865 11.8662 23.3842 10.8724C23.3819 9.87866 22.9852 8.92647 22.2812 8.225Z"}),Bi("path",{d:"M6.61875 19.5125C6.38537 19.2802 6.20018 19.0041 6.07381 18.7C5.94745 18.3959 5.8824 18.0699 5.8824 17.7406C5.8824 17.4113 5.94745 17.0853 6.07381 16.7812C6.20018 16.4772 6.38537 16.201 6.61875 15.9687L11.6187 10.9687C11.851 10.7354 12.1272 10.5502 12.4312 10.4238C12.7353 10.2974 13.0613 10.2324 13.3906 10.2324C13.7199 10.2324 14.0459 10.2974 14.35 10.4238C14.6541 10.5502 14.9302 10.7354 15.1625 10.9687C15.3944 11.2029 15.577 11.4812 15.6993 11.7871C15.8217 12.0931 15.8815 12.4205 15.875 12.75C15.8769 13.0805 15.8133 13.4081 15.6877 13.7138C15.5622 14.0196 15.3773 14.2974 15.1437 14.5312L13.8187 15.875L14.7062 16.7625L16.0312 15.4375C16.7366 14.7322 17.1328 13.7756 17.1328 12.7781C17.1328 11.7807 16.7366 10.8241 16.0312 10.1187C15.3259 9.41344 14.3693 9.0172 13.3719 9.0172C12.3744 9.0172 11.4178 9.41344 10.7125 10.1187L5.7125 15.1187C5.36196 15.4672 5.08377 15.8816 4.89395 16.338C4.70412 16.7944 4.6064 17.2838 4.6064 17.7781C4.6064 18.2724 4.70412 18.7618 4.89395 19.2182C5.08377 19.6746 5.36196 20.089 5.7125 20.4375C6.42426 21.1303 7.38181 21.5124 8.375 21.5C9.37694 21.501 10.3386 21.1055 11.05 20.4L10.1625 19.5125C9.9302 19.7459 9.65409 19.9311 9.35002 20.0574C9.04594 20.1838 8.7199 20.2488 8.39062 20.2488C8.06134 20.2488 7.7353 20.1838 7.43123 20.0574C7.12715 19.9311 6.85104 19.7459 6.61875 19.5125Z"})]});import{jsx as Di}from"react/jsx-runtime";var s3=({...t})=>Di("svg",{xmlns:"http://www.w3.org/2000/svg",width:"37",height:"22",viewBox:"0 0 37 22",fill:"none",stroke:"currentColor",...t,children:Di("path",{d:"M21.9929 1.87207H25.6439C30.685 1.87207 34.7716 5.88435 34.7716 10.8337C34.7716 15.7831 30.685 19.7954 25.6439 19.7954H21.9929M14.6908 1.87207H11.0397C5.99869 1.87207 1.91211 5.88435 1.91211 10.8337C1.91211 15.7831 5.99869 19.7954 11.0397 19.7954H14.6908M11.0397 10.8337H25.6439",strokeWidth:"2.98722",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as c3,jsxs as v4}from"react/jsx-runtime";var a3=({...t})=>v4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[c3("path",{d:"M8.375 11.5C9.41053 11.5 10.25 10.6605 10.25 9.625C10.25 8.58947 9.41053 7.75 8.375 7.75C7.33947 7.75 6.5 8.58947 6.5 9.625C6.5 10.6605 7.33947 11.5 8.375 11.5Z"}),c3("path",{d:"M8.375 20.25C9.41053 20.25 10.25 19.4105 10.25 18.375C10.25 17.3395 9.41053 16.5 8.375 16.5C7.33947 16.5 6.5 17.3395 6.5 18.375C6.5 19.4105 7.33947 20.25 8.375 20.25Z"}),c3("path",{d:"M14 17.75H22.75V19H14V17.75ZM14 9H22.75V10.25H14V9Z"})]});import{jsx as Vi}from"react/jsx-runtime";var p3=({...t})=>Vi("svg",{width:"15",height:"16",viewBox:"0 0 15 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Vi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.33398 1.33333H13.6673C13.8883 1.33333 14.1003 1.42113 14.2566 1.57741C14.4129 1.73369 14.5007 1.94565 14.5007 2.16667C14.5007 2.38768 14.4129 2.59964 14.2566 2.75592C14.1003 2.9122 13.8883 3 13.6673 3H5.33398C5.11297 3 4.90101 2.9122 4.74473 2.75592C4.58845 2.59964 4.50065 2.38768 4.50065 2.16667C4.50065 1.94565 4.58845 1.73369 4.74473 1.57741C4.90101 1.42113 5.11297 1.33333 5.33398 1.33333ZM5.33398 7.16667H13.6673C13.8883 7.16667 14.1003 7.25446 14.2566 7.41074C14.4129 7.56702 14.5007 7.77899 14.5007 8C14.5007 8.22101 14.4129 8.43297 14.2566 8.58926C14.1003 8.74554 13.8883 8.83333 13.6673 8.83333H5.33398C5.11297 8.83333 4.90101 8.74554 4.74473 8.58926C4.58845 8.43297 4.50065 8.22101 4.50065 8C4.50065 7.77899 4.58845 7.56702 4.74473 7.41074C4.90101 7.25446 5.11297 7.16667 5.33398 7.16667ZM5.33398 13H13.6673C13.8883 13 14.1003 13.0878 14.2566 13.2441C14.4129 13.4004 14.5007 13.6123 14.5007 13.8333C14.5007 14.0543 14.4129 14.2663 14.2566 14.4226C14.1003 14.5789 13.8883 14.6667 13.6673 14.6667H5.33398C5.11297 14.6667 4.90101 14.5789 4.74473 14.4226C4.58845 14.2663 4.50065 14.0543 4.50065 13.8333C4.50065 13.6123 4.58845 13.4004 4.74473 13.2441C4.90101 13.0878 5.11297 13 5.33398 13ZM0.750651 1.33333C0.640144 1.33333 0.534163 1.28943 0.456023 1.21129C0.377883 1.13315 0.333984 1.02717 0.333984 0.916667C0.333984 0.80616 0.377883 0.700179 0.456023 0.622039C0.534163 0.543899 0.640144 0.5 0.750651 0.5H1.58398C1.81732 0.5 2.00065 0.683333 2.00065 0.916667V3.41667C2.00065 3.52717 1.95675 3.63315 1.87861 3.71129C1.80047 3.78943 1.69449 3.83333 1.58398 3.83333C1.47348 3.83333 1.3675 3.78943 1.28936 3.71129C1.21122 3.63315 1.16732 3.52717 1.16732 3.41667V1.34583L0.750651 1.33333ZM0.750651 6.33333H2.41732C2.65065 6.33333 2.83398 6.51667 2.83398 6.75V7.16667L1.41732 8.83333H2.41732C2.65065 8.83333 2.83398 9.01667 2.83398 9.25C2.83398 9.48333 2.64732 9.66667 2.41732 9.66667H0.750651C0.517318 9.66667 0.333984 9.48333 0.333984 9.25V8.83333L1.75065 7.16667H0.750651C0.517318 7.16667 0.333984 6.98333 0.333984 6.75C0.333984 6.51667 0.499818 6.33333 0.750651 6.33333ZM2.41732 15.5H0.750651C0.640144 15.5 0.534163 15.4561 0.456023 15.378C0.377883 15.2998 0.333984 15.1938 0.333984 15.0833C0.333984 14.9728 0.377883 14.8668 0.456023 14.7887C0.534163 14.7106 0.640144 14.6667 0.750651 14.6667H2.00065V14.25H0.750651C0.640144 14.25 0.534163 14.2061 0.456023 14.128C0.377883 14.0498 0.333984 13.9438 0.333984 13.8333C0.333984 13.7228 0.377883 13.6168 0.456023 13.5387C0.534163 13.4606 0.640144 13.4167 0.750651 13.4167H2.00065V13H0.750651C0.640144 13 0.534163 12.9561 0.456023 12.878C0.377883 12.7998 0.333984 12.6938 0.333984 12.5833C0.333984 12.4728 0.377883 12.3668 0.456023 12.2887C0.534163 12.2106 0.640144 12.1667 0.750651 12.1667H2.41732C2.52782 12.1667 2.63381 12.2106 2.71195 12.2887C2.79009 12.3668 2.83398 12.4728 2.83398 12.5833V15.0833C2.83398 15.1938 2.79009 15.2998 2.71195 15.378C2.63381 15.4561 2.52782 15.5 2.41732 15.5Z"})});import{jsx as Ti}from"react/jsx-runtime";var d3=({...t})=>Ti("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Ti("path",{d:"M14 17.75H22.75V19H14V17.75ZM14 9H22.75V10.25H14V9ZM9 11.5V6.5H7.75V7.125H6.5V8.375H7.75V11.5H6.5V12.75H10.25V11.5H9ZM10.25 21.5H6.5V19C6.5 18.6685 6.6317 18.3505 6.86612 18.1161C7.10054 17.8817 7.41848 17.75 7.75 17.75H9V16.5H6.5V15.25H9C9.33152 15.25 9.64946 15.3817 9.88388 15.6161C10.1183 15.8505 10.25 16.1685 10.25 16.5V17.75C10.25 18.0815 10.1183 18.3995 9.88388 18.6339C9.64946 18.8683 9.33152 19 9 19H7.75V20.25H10.25V21.5Z"})});import{jsx as Ei}from"react/jsx-runtime";var u3=({...t})=>Ei("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ei("path",{d:"M7.5 5.5V4C7.5 2.61929 6.38071 1.5 5 1.5C3.61929 1.5 2.5 2.61929 2.5 4V5.5M3.4 10.5H6.6C7.44008 10.5 7.86012 10.5 8.18099 10.3365C8.46323 10.1927 8.6927 9.96323 8.83651 9.68099C9 9.36012 9 8.94008 9 8.1V7.9C9 7.05992 9 6.63988 8.83651 6.31901C8.6927 6.03677 8.46323 5.8073 8.18099 5.66349C7.86012 5.5 7.44008 5.5 6.6 5.5H3.4C2.55992 5.5 2.13988 5.5 1.81901 5.66349C1.53677 5.8073 1.3073 6.03677 1.16349 6.31901C1 6.63988 1 7.05992 1 7.9V8.1C1 8.94008 1 9.36012 1.16349 9.68099C1.3073 9.96323 1.53677 10.1927 1.81901 10.3365C2.13988 10.5 2.55992 10.5 3.4 10.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Fi}from"react/jsx-runtime";var C3=({...t})=>Fi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Fi("path",{d:"M14.1668 8.33333V6.66667C14.1668 4.36548 12.3013 2.5 10.0002 2.5C7.69898 2.5 5.8335 4.36548 5.8335 6.66667V8.33333M10.0002 12.0833V13.75M7.3335 17.5H12.6668C14.067 17.5 14.767 17.5 15.3018 17.2275C15.7722 16.9878 16.1547 16.6054 16.3943 16.135C16.6668 15.6002 16.6668 14.9001 16.6668 13.5V12.3333C16.6668 10.9332 16.6668 10.2331 16.3943 9.69836C16.1547 9.22795 15.7722 8.8455 15.3018 8.60582C14.767 8.33333 14.067 8.33333 12.6668 8.33333H7.3335C5.93336 8.33333 5.2333 8.33333 4.69852 8.60582C4.22811 8.8455 3.84566 9.22795 3.60598 9.69836C3.3335 10.2331 3.3335 10.9332 3.3335 12.3333V13.5C3.3335 14.9001 3.3335 15.6002 3.60598 16.135C3.84566 16.6054 4.22811 16.9878 4.69852 17.2275C5.2333 17.5 5.93336 17.5 7.3335 17.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as m3}from"react/jsx-runtime";var g3=({...t})=>m3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:m3("g",{id:"log-in-04",children:m3("path",{id:"Icon",d:"M12 8L16 12M16 12L12 16M16 12H3M3.33782 7C5.06687 4.01099 8.29859 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.29859 22 5.06687 19.989 3.33782 17",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as f3}from"react/jsx-runtime";var h3=({...t})=>f3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:f3("g",{id:"log-out-01",children:f3("path",{id:"Icon",d:"M13.3333 14.1667L17.5 10M17.5 10L13.3333 5.83333M17.5 10H7.5M7.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ai}from"react/jsx-runtime";var v3=({...t})=>Ai("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ai("path",{d:"M14.9993 5.66667L18.3327 9M18.3327 9L14.9993 12.3333M18.3327 9H7.49935M12.4993 2.50337C11.4371 1.86523 10.2037 1.5 8.88824 1.5C4.89951 1.5 1.66602 4.85786 1.66602 9C1.66602 13.1421 4.89951 16.5 8.88824 16.5C10.2037 16.5 11.4371 16.1348 12.4993 15.4966",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as w3}from"react/jsx-runtime";var y3=({...t})=>w3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:w3("g",{id:"magic-wand-02",children:w3("path",{id:"Icon",d:"M12.5 3.33317V1.6665M12.5 13.3332V11.6665M6.66667 7.49984H8.33333M16.6667 7.49984H18.3333M14.8333 9.83317L15.8333 10.8332M14.8333 5.1665L15.8333 4.1665M2.5 17.4998L10 9.99984M10.1667 5.1665L9.16667 4.1665",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Wi}from"react/jsx-runtime";var x3=({...t})=>Wi("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Wi("path",{d:"M11.9998 13L8.99985 10M14.0102 2.5V1M17.9495 4.06066L19.0102 3M17.9495 12L19.0102 13.0607M10.0102 4.06066L8.94954 3M19.5102 8H21.0102M5.13122 19.8686L14.3685 10.6314C14.7645 10.2354 14.9625 10.0373 15.0367 9.80902C15.1019 9.60817 15.1019 9.39183 15.0367 9.19098C14.9625 8.96265 14.7645 8.76465 14.3685 8.36863L13.6312 7.63137C13.2352 7.23535 13.0372 7.03735 12.8089 6.96316C12.608 6.8979 12.3917 6.8979 12.1908 6.96316C11.9625 7.03735 11.7645 7.23535 11.3685 7.63137L2.13122 16.8686C1.7352 17.2646 1.53719 17.4627 1.46301 17.691C1.39775 17.8918 1.39775 18.1082 1.46301 18.309C1.53719 18.5373 1.7352 18.7354 2.13122 19.1314L2.86848 19.8686C3.2645 20.2646 3.4625 20.4627 3.69083 20.5368C3.89168 20.6021 4.10802 20.6021 4.30887 20.5368C4.53719 20.4627 4.7352 20.2646 5.13122 19.8686Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as b3}from"react/jsx-runtime";var k3=({...t})=>b3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:b3("g",{id:"mail-02",children:b3("path",{id:"Icon",d:"M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as L3}from"react/jsx-runtime";var P3=({...t})=>L3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:L3("g",{id:"message-text-square-02",children:L3("path",{id:"Icon",d:"M7 8.5H12M7 12H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Zi}from"react/jsx-runtime";var S3=({...t})=>Zi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Zi("path",{d:"M6.25 8.75H6.25833M10 8.75H10.0083M13.75 8.75H13.7583M5.83333 15V16.9463C5.83333 17.3903 5.83333 17.6123 5.92436 17.7263C6.00352 17.8255 6.12356 17.8832 6.25045 17.8831C6.39636 17.8829 6.56973 17.7442 6.91646 17.4668L8.90434 15.8765C9.31043 15.5517 9.51347 15.3892 9.73957 15.2737C9.94017 15.1712 10.1537 15.0963 10.3743 15.051C10.6231 15 10.8831 15 11.4031 15H13.5C14.9001 15 15.6002 15 16.135 14.7275C16.6054 14.4878 16.9878 14.1054 17.2275 13.635C17.5 13.1002 17.5 12.4001 17.5 11V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V11.6667C2.5 12.4416 2.5 12.8291 2.58519 13.147C2.81635 14.0098 3.49022 14.6836 4.35295 14.9148C4.67087 15 5.05836 15 5.83333 15ZM6.66667 8.75C6.66667 8.98012 6.48012 9.16667 6.25 9.16667C6.01988 9.16667 5.83333 8.98012 5.83333 8.75C5.83333 8.51988 6.01988 8.33333 6.25 8.33333C6.48012 8.33333 6.66667 8.51988 6.66667 8.75ZM10.4167 8.75C10.4167 8.98012 10.2301 9.16667 10 9.16667C9.76988 9.16667 9.58333 8.98012 9.58333 8.75C9.58333 8.51988 9.76988 8.33333 10 8.33333C10.2301 8.33333 10.4167 8.51988 10.4167 8.75ZM14.1667 8.75C14.1667 8.98012 13.9801 9.16667 13.75 9.16667C13.5199 9.16667 13.3333 8.98012 13.3333 8.75C13.3333 8.51988 13.5199 8.33333 13.75 8.33333C13.9801 8.33333 14.1667 8.51988 14.1667 8.75Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as I3}from"react/jsx-runtime";var M3=({...t})=>I3("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:I3("g",{id:"message-x-square",children:I3("path",{id:"Icon",d:"M6.33333 5.33333L9.66667 8.66667M9.66667 5.33333L6.33333 8.66667M4.66667 12V13.557C4.66667 13.9122 4.66667 14.0898 4.73949 14.1811C4.80282 14.2604 4.89885 14.3066 5.00036 14.3065C5.11708 14.3063 5.25578 14.1954 5.53317 13.9735L7.12348 12.7012C7.44834 12.4413 7.61078 12.3114 7.79166 12.219C7.95213 12.137 8.12295 12.0771 8.29948 12.0408C8.49845 12 8.70646 12 9.1225 12H10.8C11.9201 12 12.4802 12 12.908 11.782C13.2843 11.5903 13.5903 11.2843 13.782 10.908C14 10.4802 14 9.9201 14 8.8V5.2C14 4.07989 14 3.51984 13.782 3.09202C13.5903 2.71569 13.2843 2.40973 12.908 2.21799C12.4802 2 11.9201 2 10.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2V9.33333C2 9.95331 2 10.2633 2.06815 10.5176C2.25308 11.2078 2.79218 11.7469 3.48236 11.9319C3.7367 12 4.04669 12 4.66667 12Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as _i}from"react/jsx-runtime";var H3=({...t})=>_i("svg",{xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",stroke:"currentColor",...t,children:_i("path",{d:"M7.1875 9.99935H13.8542M18.8542 9.99935C18.8542 14.6017 15.1232 18.3327 10.5208 18.3327C5.91846 18.3327 2.1875 14.6017 2.1875 9.99935C2.1875 5.39698 5.91846 1.66602 10.5208 1.66602C15.1232 1.66602 18.8542 5.39698 18.8542 9.99935Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as R3}from"react/jsx-runtime";var N3=({...t})=>R3("svg",{width:"24",height:"22",viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:R3("g",{id:"phone-01",children:R3("path",{id:"Icon",d:"M12 16.0417H12.01M8.2 20.1667H15.8C16.9201 20.1667 17.4802 20.1667 17.908 19.9669C18.2843 19.7911 18.5903 19.5106 18.782 19.1657C19 18.7735 19 18.2601 19 17.2333V4.76668C19 3.73991 19 3.22653 18.782 2.83436C18.5903 2.4894 18.2843 2.20893 17.908 2.03316C17.4802 1.83334 16.9201 1.83334 15.8 1.83334H8.2C7.0799 1.83334 6.51984 1.83334 6.09202 2.03316C5.71569 2.20893 5.40973 2.4894 5.21799 2.83436C5 3.22653 5 3.73991 5 4.76668V17.2333C5 18.2601 5 18.7735 5.21799 19.1657C5.40973 19.5106 5.71569 19.7911 6.09202 19.9669C6.51984 20.1667 7.07989 20.1667 8.2 20.1667ZM12.5 16.0417C12.5 16.2948 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2948 11.5 16.0417C11.5 15.7885 11.7239 15.5833 12 15.5833C12.2761 15.5833 12.5 15.7885 12.5 16.0417Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Oi}from"react/jsx-runtime";var B3=({...t})=>Oi("svg",{width:"22",height:"20",viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Oi("path",{d:"M14 15V19H8V15M4.2 15H17.8C18.9201 15 19.4802 15 19.908 14.782C20.2843 14.5903 20.5903 14.2843 20.782 13.908C21 13.4802 21 12.9201 21 11.8V4.2C21 3.0799 21 2.51984 20.782 2.09202C20.5903 1.71569 20.2843 1.40973 19.908 1.21799C19.4802 1 18.9201 1 17.8 1H4.2C3.07989 1 2.51984 1 2.09202 1.21799C1.71569 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.07989 1 4.2V11.8C1 12.9201 1 13.4802 1.21799 13.908C1.40973 14.2843 1.71569 14.5903 2.09202 14.782C2.51984 15 3.0799 15 4.2 15Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as D3}from"react/jsx-runtime";var V3=({...t})=>D3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:D3("g",{id:"monitor-01",children:D3("path",{id:"Icon",d:"M8 21H16M12 17V21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as T3}from"react/jsx-runtime";var E3=({...t})=>T3("svg",{width:"24",height:"22",viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:T3("g",{id:"monitor-03",children:T3("path",{id:"Icon",d:"M2 12.8333L22 12.8333M8 19.25H16M6.8 16.5H17.2C18.8802 16.5 19.7202 16.5 20.362 16.2003C20.9265 15.9366 21.3854 15.5159 21.673 14.9985C22 14.4102 22 13.6401 22 12.1V7.15C22 5.60986 22 4.83978 21.673 4.25153C21.3854 3.73408 20.9265 3.31338 20.362 3.04973C19.7202 2.75 18.8802 2.75 17.2 2.75H6.8C5.11984 2.75 4.27976 2.75 3.63803 3.04973C3.07354 3.31338 2.6146 3.73408 2.32698 4.25153C2 4.83978 2 5.60986 2 7.15V12.1C2 13.6401 2 14.4102 2.32698 14.9985C2.6146 15.5159 3.07354 15.9366 3.63803 16.2003C4.27976 16.5 5.11984 16.5 6.8 16.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as zi,jsxs as w4}from"react/jsx-runtime";var F3=({...t})=>w4("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[zi("path",{d:"M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),zi("path",{d:"M15 7.5C15 11.6421 11.6421 15 7.5 15C6.88534 15 6.28795 14.9261 5.71623 14.7866C6.89585 16.4297 8.82294 17.5 11 17.5C14.5899 17.5 17.5 14.5899 17.5 11C17.5 8.82294 16.4297 6.89585 14.7866 5.71623C14.9261 6.28795 15 6.88534 15 7.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Ui}from"react/jsx-runtime";var A3=({...t})=>Ui("svg",{width:"16",height:"18",viewBox:"0 0 16 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ui("path",{d:"M2.35785 16.771C1.87062 16.9854 1.627 17.0926 1.4775 17.0455C1.3479 17.0047 1.24634 16.9032 1.20538 16.7737C1.15812 16.6242 1.26503 16.3805 1.47884 15.893L7.54664 2.05842C7.73965 1.61835 7.83616 1.39832 7.97108 1.33097C8.08824 1.27249 8.22609 1.27249 8.34326 1.33097C8.47818 1.39832 8.57468 1.61835 8.76769 2.05842L14.8355 15.893C15.0493 16.3805 15.1562 16.6242 15.109 16.7737C15.068 16.9032 14.9664 17.0047 14.8368 17.0455C14.6873 17.0926 14.4437 16.9854 13.9565 16.771L8.42566 14.3374C8.32676 14.2939 8.2773 14.2722 8.22594 14.2636C8.18041 14.2559 8.13393 14.2559 8.0884 14.2636C8.03703 14.2722 7.98758 14.2939 7.88868 14.3374L2.35785 16.771Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Gi}from"react/jsx-runtime";var W3=({...t})=>Gi("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Gi("path",{d:"M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Cn,jsxs as y4}from"react/jsx-runtime";var Z3=({...t})=>y4("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[Cn("path",{d:"M1 11C1 16.5228 5.47715 21 11 21C12.6569 21 14 19.6569 14 18V17.5C14 17.0356 14 16.8034 14.0257 16.6084C14.2029 15.2622 15.2622 14.2029 16.6084 14.0257C16.8034 14 17.0356 14 17.5 14H18C19.6569 14 21 12.6569 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),Cn("path",{d:"M6 12C6.55228 12 7 11.5523 7 11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11C5 11.5523 5.44772 12 6 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),Cn("path",{d:"M15 8C15.5523 8 16 7.55228 16 7C16 6.44772 15.5523 6 15 6C14.4477 6 14 6.44772 14 7C14 7.55228 14.4477 8 15 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),Cn("path",{d:"M9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as _3}from"react/jsx-runtime";var O3=({...t})=>_3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:_3("g",{id:"passcode-lock",children:_3("path",{id:"Icon",d:"M22 11V8.2C22 7.0799 22 6.51984 21.782 6.09202C21.5903 5.71569 21.2843 5.40973 20.908 5.21799C20.4802 5 19.9201 5 18.8 5H5.2C4.0799 5 3.51984 5 3.09202 5.21799C2.71569 5.40973 2.40973 5.71569 2.21799 6.09202C2 6.51984 2 7.0799 2 8.2V11.8C2 12.9201 2 13.4802 2.21799 13.908C2.40973 14.2843 2.71569 14.5903 3.09202 14.782C3.51984 15 4.0799 15 5.2 15H11M12 10H12.005M17 10H17.005M7 10H7.005M19.25 17V15.25C19.25 14.2835 18.4665 13.5 17.5 13.5C16.5335 13.5 15.75 14.2835 15.75 15.25V17M12.25 10C12.25 10.1381 12.1381 10.25 12 10.25C11.8619 10.25 11.75 10.1381 11.75 10C11.75 9.86193 11.8619 9.75 12 9.75C12.1381 9.75 12.25 9.86193 12.25 10ZM17.25 10C17.25 10.1381 17.1381 10.25 17 10.25C16.8619 10.25 16.75 10.1381 16.75 10C16.75 9.86193 16.8619 9.75 17 9.75C17.1381 9.75 17.25 9.86193 17.25 10ZM7.25 10C7.25 10.1381 7.13807 10.25 7 10.25C6.86193 10.25 6.75 10.1381 6.75 10C6.75 9.86193 6.86193 9.75 7 9.75C7.13807 9.75 7.25 9.86193 7.25 10ZM15.6 21H19.4C19.9601 21 20.2401 21 20.454 20.891C20.6422 20.7951 20.7951 20.6422 20.891 20.454C21 20.2401 21 19.9601 21 19.4V18.6C21 18.0399 21 17.7599 20.891 17.546C20.7951 17.3578 20.6422 17.2049 20.454 17.109C20.2401 17 19.9601 17 19.4 17H15.6C15.0399 17 14.7599 17 14.546 17.109C14.3578 17.2049 14.2049 17.3578 14.109 17.546C14 17.7599 14 18.0399 14 18.6V19.4C14 19.9601 14 20.2401 14.109 20.454C14.2049 20.6422 14.3578 20.7951 14.546 20.891C14.7599 21 15.0399 21 15.6 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as $i}from"react/jsx-runtime";var z3=({...t})=>$i("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:$i("path",{d:"M5.24967 16.6673H7.33301M14.833 7.50065H14.8413M7.33301 5.00065H4.99967C4.06625 5.00065 3.59954 5.00065 3.24302 5.18231C2.92942 5.3421 2.67445 5.59706 2.51466 5.91067C2.33301 6.26719 2.33301 6.7339 2.33301 7.66732V10.6673C2.33301 11.6007 2.33301 12.0674 2.51466 12.424C2.67445 12.7376 2.92942 12.9925 3.24302 13.1523C3.59954 13.334 4.06625 13.334 4.99967 13.334H7.33301M13.333 16.6673H16.333C17.2664 16.6673 17.7331 16.6673 18.0897 16.4857C18.4033 16.3259 18.6582 16.0709 18.818 15.7573C18.9997 15.4008 18.9997 14.9341 18.9997 14.0007V6.00065C18.9997 5.06723 18.9997 4.60052 18.818 4.244C18.6582 3.9304 18.4033 3.67543 18.0897 3.51564C17.7331 3.33398 17.2664 3.33398 16.333 3.33398H13.333C12.3996 3.33398 11.9329 3.33398 11.5764 3.51564C11.2628 3.67543 11.0078 3.9304 10.848 4.244C10.6663 4.60052 10.6663 5.06723 10.6663 6.00065V14.0007C10.6663 14.9341 10.6663 15.4008 10.848 15.7573C11.0078 16.0709 11.2628 16.3259 11.5764 16.4857C11.9329 16.6673 12.3996 16.6673 13.333 16.6673ZM15.6663 12.5007C15.6663 12.9609 15.2932 13.334 14.833 13.334C14.3728 13.334 13.9997 12.9609 13.9997 12.5007C13.9997 12.0404 14.3728 11.6673 14.833 11.6673C15.2932 11.6673 15.6663 12.0404 15.6663 12.5007Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as U3}from"react/jsx-runtime";var G3=({...t})=>U3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:U3("g",{id:"pencil-01",children:U3("path",{id:"Icon",d:"M2.08398 17.9167L6.70838 16.1381C7.00416 16.0243 7.15205 15.9675 7.29042 15.8932C7.41332 15.8272 7.53048 15.7511 7.64068 15.6656C7.76475 15.5693 7.8768 15.4572 8.10088 15.2332L17.5007 5.83338C18.4211 4.91291 18.4211 3.42052 17.5007 2.50005C16.5802 1.57957 15.0878 1.57957 14.1673 2.50005L4.76755 11.8998C4.54346 12.1239 4.43142 12.2359 4.33514 12.36C4.24963 12.4702 4.17349 12.5874 4.10751 12.7103C4.03324 12.8487 3.97636 12.9965 3.86259 13.2923L2.08398 17.9167ZM2.08398 17.9167L3.79908 13.4575C3.92182 13.1384 3.98318 12.9789 4.08843 12.9058C4.18042 12.8419 4.29424 12.8178 4.40423 12.8388C4.5301 12.8628 4.65097 12.9837 4.89272 13.2254L6.7753 15.108C7.01704 15.3498 7.13792 15.4706 7.16196 15.5965C7.18296 15.7065 7.15881 15.8203 7.09494 15.9123C7.02186 16.0175 6.86231 16.0789 6.54321 16.2016L2.08398 17.9167Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as gt,jsxs as x4}from"react/jsx-runtime";var $3=({...t})=>x4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[gt("g",{clipPath:"url(#clip0_240_3490)",children:gt("path",{d:"M7.50008 7.49984H7.50842M12.5001 12.4998H12.5084M13.3334 6.6665L6.66675 13.3332M6.11155 3.18208C6.78142 3.12863 7.41734 2.86522 7.92881 2.42935C9.12235 1.41222 10.8778 1.41222 12.0714 2.42935C12.5828 2.86522 13.2187 3.12863 13.8886 3.18208C15.4518 3.30683 16.6931 4.54812 16.8178 6.11131C16.8713 6.78117 17.1347 7.4171 17.5706 7.92856C18.5877 9.12211 18.5877 10.8776 17.5706 12.0711C17.1347 12.5826 16.8713 13.2185 16.8178 13.8884C16.6931 15.4516 15.4518 16.6928 13.8886 16.8176C13.2187 16.871 12.5828 17.1345 12.0714 17.5703C10.8778 18.5875 9.12235 18.5875 7.92881 17.5703C7.41734 17.1345 6.78142 16.871 6.11155 16.8176C4.54837 16.6928 3.30707 15.4516 3.18233 13.8884C3.12887 13.2185 2.86546 12.5826 2.4296 12.0711C1.41246 10.8776 1.41246 9.12211 2.4296 7.92856C2.86546 7.4171 3.12887 6.78117 3.18233 6.11131C3.30707 4.54812 4.54837 3.30683 6.11155 3.18208ZM7.91675 7.49984C7.91675 7.72996 7.7302 7.9165 7.50008 7.9165C7.26996 7.9165 7.08341 7.72996 7.08341 7.49984C7.08341 7.26972 7.26996 7.08317 7.50008 7.08317C7.7302 7.08317 7.91675 7.26972 7.91675 7.49984ZM12.9167 12.4998C12.9167 12.73 12.7302 12.9165 12.5001 12.9165C12.27 12.9165 12.0834 12.73 12.0834 12.4998C12.0834 12.2697 12.27 12.0832 12.5001 12.0832C12.7302 12.0832 12.9167 12.2697 12.9167 12.4998Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),gt("defs",{children:gt("clipPath",{id:"clip0_240_3490",children:gt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as qi}from"react/jsx-runtime";var q3=({...t})=>qi("svg",{width:"20",height:"22",viewBox:"0 0 20 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:qi("path",{d:"M14 4.00001L14 18M8 3.00001L8 19M1 11H19M1 4.98918L1 17.0108C1 18.3749 1 19.0569 1.28134 19.5296C1.52803 19.9441 1.9162 20.2555 2.37434 20.4064C2.89685 20.5785 3.56262 20.4305 4.89418 20.1346L16.4942 17.5569C17.3883 17.3582 17.8354 17.2588 18.1691 17.0184C18.4634 16.8063 18.6945 16.5182 18.8377 16.1849C19 15.807 19 15.349 19 14.4331V7.56696C19 6.65102 19 6.19306 18.8377 5.81514C18.6945 5.4818 18.4634 5.19367 18.1691 4.98162C17.8354 4.7412 17.3883 4.64185 16.4942 4.44316L4.89418 1.86538C3.56262 1.56948 2.89685 1.42153 2.37434 1.59362C1.9162 1.74451 1.52803 2.0559 1.28134 2.47039C1 2.94312 1 3.62514 1 4.98918Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as X3}from"react/jsx-runtime";var j3=({...t})=>X3("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:X3("g",{id:"phone-call-01",children:X3("path",{id:"Icon",d:"M12.2081 5.00033C13.0221 5.15913 13.7701 5.55721 14.3565 6.14361C14.9429 6.73 15.341 7.47805 15.4998 8.29199M12.2081 1.66699C13.8992 1.85486 15.4761 2.61214 16.68 3.8145C17.8839 5.01686 18.6431 6.59283 18.8331 8.28366M9.02228 11.5529C8.02097 10.5516 7.23031 9.41937 6.65031 8.21135C6.60042 8.10744 6.57548 8.05549 6.55631 7.98975C6.48821 7.75612 6.53713 7.46923 6.67881 7.27138C6.71867 7.2157 6.7663 7.16807 6.86156 7.07281C7.1529 6.78147 7.29857 6.6358 7.39381 6.48932C7.75297 5.93691 7.75297 5.22476 7.39381 4.67235C7.29857 4.52587 7.1529 4.3802 6.86156 4.08886L6.69917 3.92647C6.2563 3.4836 6.03487 3.26217 5.79705 3.14188C5.32408 2.90266 4.76553 2.90266 4.29256 3.14188C4.05474 3.26217 3.83331 3.4836 3.39044 3.92647L3.25908 4.05783C2.81773 4.49919 2.59705 4.71986 2.42851 5.01989C2.24149 5.35281 2.10703 5.86989 2.10816 6.25174C2.10918 6.59586 2.17594 6.83105 2.30944 7.30142C3.02692 9.82925 4.38065 12.2145 6.37063 14.2045C8.36061 16.1945 10.7459 17.5482 13.2737 18.2657C13.7441 18.3992 13.9793 18.466 14.3234 18.467C14.7053 18.4681 15.2224 18.3337 15.5553 18.1467C15.8553 17.9781 16.076 17.7574 16.5173 17.3161L16.6487 17.1847C17.0916 16.7419 17.313 16.5204 17.4333 16.2826C17.6725 15.8096 17.6725 15.2511 17.4333 14.7781C17.313 14.5403 17.0916 14.3189 16.6487 13.876L16.4863 13.7136C16.195 13.4223 16.0493 13.2766 15.9028 13.1814C15.3504 12.8222 14.6383 12.8222 14.0858 13.1814C13.9394 13.2766 13.7937 13.4223 13.5024 13.7136C13.4071 13.8089 13.3595 13.8565 13.3038 13.8964C13.1059 14.038 12.819 14.087 12.5854 14.0189C12.5197 13.9997 12.4677 13.9747 12.3638 13.9249C11.1558 13.3449 10.0236 12.5542 9.02228 11.5529Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Xi}from"react/jsx-runtime";var ft=({...t})=>Xi("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Xi("path",{d:"M5.28244 11.7123L1.03979 15.9549M7.7707 4.98139L6.60004 6.15206C6.50454 6.24755 6.4568 6.2953 6.4024 6.33324C6.35411 6.36691 6.30203 6.39478 6.24723 6.41628C6.18548 6.4405 6.11927 6.45374 5.98685 6.48022L3.2385 7.02989C2.52427 7.17274 2.16716 7.24416 2.00009 7.43245C1.85454 7.59649 1.78807 7.816 1.81819 8.03322C1.85276 8.28256 2.11027 8.54008 2.62531 9.05512L7.93961 14.3694C8.45465 14.8845 8.71217 15.142 8.96151 15.1765C9.17873 15.2067 9.39825 15.1402 9.56228 14.9946C9.75057 14.8276 9.82199 14.4705 9.96484 13.7562L10.5145 11.0079C10.541 10.8755 10.5542 10.8092 10.5785 10.7475C10.5999 10.6927 10.6278 10.6406 10.6615 10.5923C10.6994 10.5379 10.7472 10.4902 10.8427 10.3947L12.0133 9.22403C12.0744 9.16298 12.1049 9.13245 12.1385 9.1058C12.1683 9.08212 12.1999 9.06075 12.2329 9.04186C12.2701 9.0206 12.3098 9.0036 12.3892 8.96959L14.2599 8.16783C14.8057 7.93392 15.0786 7.81697 15.2026 7.62799C15.311 7.46272 15.3497 7.26134 15.3105 7.06764C15.2656 6.84613 15.0556 6.6362 14.6358 6.21633L10.7784 2.35897C10.3585 1.9391 10.1486 1.72917 9.92709 1.68427C9.73339 1.645 9.53201 1.68378 9.36675 1.79218C9.17776 1.91614 9.06081 2.18902 8.8269 2.7348L8.02515 4.60557C7.99113 4.68493 7.97413 4.72461 7.95287 4.76182C7.93399 4.79487 7.91261 4.82644 7.88894 4.85625C7.86228 4.88981 7.83176 4.92034 7.7707 4.98139Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ji,jsxs as b4}from"react/jsx-runtime";var K3=({...t})=>b4("svg",{width:"23",height:"24",viewBox:"0 0 23 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[ji("path",{d:"M11.4997 22.4168C17.2526 22.4168 21.9163 17.7531 21.9163 12.0002C21.9163 6.2472 17.2526 1.5835 11.4997 1.5835C5.74671 1.5835 1.08301 6.2472 1.08301 12.0002C1.08301 17.7531 5.74671 22.4168 11.4997 22.4168Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),ji("path",{d:"M8.89551 8.83905C8.89551 8.34188 8.89551 8.09329 8.99941 7.95451C9.08995 7.83357 9.22854 7.75791 9.37924 7.74715C9.55216 7.73479 9.76126 7.86922 10.1795 8.13807L15.0968 11.2992C15.4597 11.5325 15.6411 11.6491 15.7038 11.7974C15.7585 11.927 15.7585 12.0733 15.7038 12.2029C15.6411 12.3512 15.4597 12.4679 15.0968 12.7011L10.1795 15.8623C9.76126 16.1311 9.55216 16.2655 9.37924 16.2532C9.22854 16.2424 9.08995 16.1668 8.99941 16.0458C8.89551 15.907 8.89551 15.6584 8.89551 15.1613V8.83905Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Ki}from"react/jsx-runtime";var Y3=({...t})=>Ki("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:Ki("path",{d:"M10.0003 4.16602V15.8327M4.16699 9.99935H15.8337",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Q3}from"react/jsx-runtime";var Ge=({...t})=>Q3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Q3("g",{id:"plus-circle",children:Q3("path",{id:"Icon",d:"M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as J3}from"react/jsx-runtime";var e6=({...t})=>J3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:J3("g",{id:"activity",children:J3("path",{id:"Icon",d:"M22 12H18L15 21L9 3L6 12H2",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as t6}from"react/jsx-runtime";var ht=({...t})=>t6("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",...t,children:t6("g",{clipPath:"url(#clip0_4130_36502)",children:t6("path",{d:"M6.05967 6.00065C6.21641 5.5551 6.52578 5.17939 6.93298 4.94007C7.34018 4.70076 7.81894 4.61328 8.28446 4.69313C8.74998 4.77297 9.17222 5.015 9.47639 5.37634C9.78057 5.73767 9.94705 6.195 9.94634 6.66732C9.94634 8.00065 7.94634 8.66732 7.94634 8.66732M7.99967 11.334H8.00634M14.6663 8.00065C14.6663 11.6826 11.6816 14.6673 7.99967 14.6673C4.31778 14.6673 1.33301 11.6826 1.33301 8.00065C1.33301 4.31875 4.31778 1.33398 7.99967 1.33398C11.6816 1.33398 14.6663 4.31875 14.6663 8.00065Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as n6,jsxs as k4}from"react/jsx-runtime";var o6=({...t})=>n6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:k4("g",{id:"Content",children:[n6("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:"currentColor",strokeWidth:"1.5"}),n6("circle",{id:"Dot",cx:"12",cy:"12",r:"4",fill:"currentColor"})]})});import{jsx as mn,jsxs as L4}from"react/jsx-runtime";var r6=({color1:t="currentColor",color2:e="currentColor",...n})=>mn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:L4("g",{id:"Content",children:[mn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",fill:t}),mn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:t,strokeWidth:"1.5"}),mn("circle",{id:"Dot",cx:"12",cy:"12",r:"4",fill:e})]})});import{jsx as l6}from"react/jsx-runtime";var i6=({...t})=>l6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:l6("g",{id:"receipt-check",children:l6("path",{id:"Icon",d:"M9 10.5L11 12.5L15.5 8M20 21V7.8C20 6.11984 20 5.27976 19.673 4.63803C19.3854 4.07354 18.9265 3.6146 18.362 3.32698C17.7202 3 16.8802 3 15.2 3H8.8C7.11984 3 6.27976 3 5.63803 3.32698C5.07354 3.6146 4.6146 4.07354 4.32698 4.63803C4 5.27976 4 6.11984 4 7.8V21L6.75 19L9.25 21L12 19L14.75 21L17.25 19L20 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Yi}from"react/jsx-runtime";var s6=({...t})=>Yi("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Yi("path",{d:"M11.5 10.25H19.1156L16.8737 8.00875L17.75 7.125L21.5 10.875L17.75 14.625L16.8737 13.7406L19.1137 11.5H11.5C10.5054 11.5 9.55161 11.8951 8.84835 12.5983C8.14509 13.3016 7.75 14.2554 7.75 15.25C7.75 16.2446 8.14509 17.1984 8.84835 17.9017C9.55161 18.6049 10.5054 19 11.5 19H16.5V20.25H11.5C10.1739 20.25 8.90215 19.7232 7.96447 18.7855C7.02678 17.8479 6.5 16.5761 6.5 15.25C6.5 13.9239 7.02678 12.6521 7.96447 11.7145C8.90215 10.7768 10.1739 10.25 11.5 10.25V10.25Z"})});import{jsx as Qi}from"react/jsx-runtime";var c6=({...t})=>Qi("svg",{width:"15",height:"14",viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Qi("path",{d:"M14 5.66667C14 5.66667 12.6633 3.84548 11.5774 2.75883C10.4915 1.67218 8.99093 1 7.33333 1C4.01962 1 1.33333 3.68629 1.33333 7C1.33333 10.3137 4.01962 13 7.33333 13C10.0687 13 12.3766 11.1695 13.0988 8.66667M14 5.66667V1.66667M14 5.66667H10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ji}from"react/jsx-runtime";var a6=({...t})=>Ji("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ji("path",{d:"M5.69758 12.1778C7.297 12.8874 9.20197 12.8489 10.8333 11.907C13.5436 10.3422 14.4722 6.87655 12.9074 4.16623L12.7408 3.87755M3.09217 9.83298C1.52737 7.12265 2.45599 3.65697 5.16632 2.09217C6.79764 1.15032 8.70261 1.11178 10.302 1.82136M1.66211 9.88874L3.48348 10.3768L3.97151 8.55541M12.0283 5.44344L12.5163 3.62208L14.3377 4.11011",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as es}from"react/jsx-runtime";var p6=({...t})=>es("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:es("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.59558 1.16919C4.88594 0.415693 6.38985 0.111609 7.87159 0.304595C9.35334 0.497581 10.7292 1.17673 11.7835 2.23561C12.8378 3.29448 13.511 4.67324 13.6976 6.1558C13.7494 6.56677 13.4581 6.94186 13.0472 6.99359C12.6362 7.04531 12.2611 6.75409 12.2094 6.34311C12.0642 5.18997 11.5406 4.11757 10.7206 3.29398C9.9005 2.47038 8.83037 1.94214 7.67786 1.79203C6.52536 1.64193 5.35562 1.87844 4.35197 2.46452C3.68897 2.85167 3.12319 3.37691 2.68993 3.99946H4.75C5.16421 3.99946 5.5 4.33525 5.5 4.74946C5.5 5.16367 5.16421 5.49946 4.75 5.49946H1.45345C1.44201 5.49972 1.43054 5.49972 1.41905 5.49946H1C0.585786 5.49946 0.25 5.16367 0.25 4.74946V0.999459C0.25 0.585245 0.585786 0.249459 1 0.249459C1.41421 0.249459 1.75 0.585245 1.75 0.999459V2.75463C2.2607 2.12294 2.88466 1.58432 3.59558 1.16919ZM0.952306 7.0054C1.36324 6.95338 1.73854 7.24433 1.79056 7.65527C1.93649 8.80799 2.46054 9.8798 3.28068 10.7029C4.10082 11.526 5.17073 12.0538 6.32293 12.2039C7.47513 12.354 8.64457 12.1177 9.64815 11.5321C10.3107 11.1455 10.8763 10.6211 11.3097 9.99946H9.25C8.83579 9.99946 8.5 9.66367 8.5 9.24946C8.5 8.83525 8.83579 8.49946 9.25 8.49946H12.5473C12.5587 8.4992 12.5702 8.49919 12.5817 8.49946H13C13.4142 8.49946 13.75 8.83525 13.75 9.24946V12.9995C13.75 13.4137 13.4142 13.7495 13 13.7495C12.5858 13.7495 12.25 13.4137 12.25 12.9995V11.2434C11.7391 11.8747 11.115 12.4129 10.4041 12.8277C9.11389 13.5805 7.61048 13.8842 6.12922 13.6913C4.64796 13.4984 3.27248 12.8198 2.21812 11.7616C1.16376 10.7035 0.490043 9.32559 0.302438 7.84365C0.250417 7.43272 0.541372 7.05742 0.952306 7.0054Z"})});import{jsx as ts}from"react/jsx-runtime";var d6=({...t})=>ts("svg",{width:"16",height:"15",viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ts("path",{d:"M7.33398 0.8125L9.33398 2.8125M9.33398 2.8125L7.33398 4.8125M9.33398 2.8125H4.53398C3.41388 2.8125 2.85383 2.8125 2.426 3.03049C2.04968 3.22223 1.74372 3.52819 1.55197 3.90452C1.33398 4.33234 1.33398 4.8924 1.33398 6.0125V9.8125C1.33398 10.1221 1.33398 10.2769 1.35109 10.4069C1.46925 11.3044 2.17546 12.0106 3.07293 12.1287C3.2029 12.1458 3.3577 12.1458 3.66732 12.1458M6.66732 12.1458H11.4673C12.5874 12.1458 13.1475 12.1458 13.5753 11.9278C13.9516 11.7361 14.2576 11.4301 14.4493 11.0538C14.6673 10.626 14.6673 10.0659 14.6673 8.94583V5.14583C14.6673 4.83622 14.6673 4.68141 14.6502 4.55145C14.5321 3.65398 13.8258 2.94776 12.9284 2.82961C12.7984 2.8125 12.6436 2.8125 12.334 2.8125M6.66732 12.1458L8.66732 14.1458M6.66732 12.1458L8.66732 10.1458",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ns}from"react/jsx-runtime";var u6=({...t})=>ns("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ns("path",{d:"M8.66634 14.6668L6.66634 12.6668M6.66634 12.6668L8.66634 10.6668M6.66634 12.6668H9.99967C12.577 12.6668 14.6663 10.5775 14.6663 8.00016C14.6663 6.13857 13.5763 4.53156 11.9997 3.78258M3.99967 12.2177C2.42304 11.4688 1.33301 9.86176 1.33301 8.00016C1.33301 5.42283 3.42235 3.3335 5.99967 3.3335H9.33301M9.33301 3.3335L7.33301 1.3335M9.33301 3.3335L7.33301 5.3335",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vt,jsxs as P4}from"react/jsx-runtime";var C6=({...t})=>vt("svg",{width:"21",height:"21",xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",...t,children:vt("g",{children:P4("g",{transform:"rotate(90 10.5 10.5)",strokeWidth:"2",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round",id:"svg_1",children:[vt("path",{d:"m13.5,13.5l3,3l3,-3",id:"svg_2"}),vt("path",{d:"m9.5,4.5l3,0a4,4 0 0 1 4,4l0,8m-9,-9l-3,-3l-3,3",id:"svg_3"}),vt("path",{d:"m11.5,16.5l-3,0a4,4 0 0 1 -4,-4l0,-8",id:"svg_4"})]})})});import{jsx as os,jsxs as S4}from"react/jsx-runtime";var m6=({...t})=>S4("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[os("path",{d:"M6.0249 1.1001C6.89933 1.10008 7.76105 1.3095 8.53793 1.71084C9.31482 2.11219 9.98427 2.69378 10.4903 3.40694C10.9963 4.12009 11.3241 4.94408 11.4463 5.80992C11.5685 6.67577 11.4815 7.5583 11.1927 8.38364L6.0249 6.57507V1.1001Z",fill:"currentColor"}),os("path",{d:"M0.549927 6.57507C0.549927 7.29406 0.691541 8.006 0.966684 8.67026C1.24183 9.33451 1.64511 9.93807 2.15351 10.4465C2.66191 10.9549 3.26547 11.3581 3.92972 11.6333C4.59397 11.9084 5.30592 12.05 6.0249 12.05C6.74389 12.05 7.45583 11.9084 8.12008 11.6333C8.78434 11.3581 9.3879 10.9549 9.89629 10.4465C10.4047 9.93807 10.808 9.33451 11.0831 8.67026C11.3583 8.006 11.4999 7.29406 11.4999 6.57507C11.4999 5.12302 10.9231 3.73044 9.89629 2.70368C8.86954 1.67692 7.47696 1.1001 6.0249 1.1001C4.57285 1.1001 3.18027 1.67692 2.15351 2.70368C1.12675 3.73044 0.549927 5.12302 0.549927 6.57507Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as wt,jsxs as I4}from"react/jsx-runtime";var g6=({...t})=>I4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[wt("g",{clipPath:"url(#clip0_240_3500)",children:wt("path",{d:"M10.0001 1.6665C11.0944 1.6665 12.1781 1.88205 13.1891 2.30084C14.2002 2.71963 15.1188 3.33346 15.8926 4.10728C16.6665 4.8811 17.2803 5.79977 17.6991 6.81081C18.1179 7.82186 18.3334 8.90549 18.3334 9.99984M10.0001 1.6665V9.99984M10.0001 1.6665C5.39771 1.6665 1.66675 5.39746 1.66675 9.99984C1.66675 14.6022 5.39771 18.3332 10.0001 18.3332C14.6025 18.3332 18.3334 14.6022 18.3334 9.99984M10.0001 1.6665C14.6025 1.6665 18.3334 5.39747 18.3334 9.99984M18.3334 9.99984L10.0001 9.99984M18.3334 9.99984C18.3334 11.3149 18.0222 12.6113 17.4251 13.7831C16.8281 14.9548 15.9622 15.9687 14.8983 16.7416L10.0001 9.99984",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),wt("defs",{children:wt("clipPath",{id:"clip0_240_3500",children:wt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as rs}from"react/jsx-runtime";var f6=({...t})=>rs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:rs("path",{d:"M5.75 2.5H5.9672C7.49082 2.5 8.25263 2.5 8.54182 2.77364C8.79179 3.01018 8.90257 3.35864 8.83508 3.69611C8.75701 4.08651 8.13505 4.52643 6.89114 5.40627L4.85886 6.84373C3.61495 7.72357 2.99299 8.16349 2.91492 8.55389C2.84743 8.89136 2.95821 9.23982 3.20818 9.47636C3.49737 9.75 4.25918 9.75 5.7828 9.75H6.25M4 2.5C4 3.32843 3.32843 4 2.5 4C1.67157 4 1 3.32843 1 2.5C1 1.67157 1.67157 1 2.5 1C3.32843 1 4 1.67157 4 2.5ZM11 9.5C11 10.3284 10.3284 11 9.5 11C8.67157 11 8 10.3284 8 9.5C8 8.67157 8.67157 8 9.5 8C10.3284 8 11 8.67157 11 9.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as h6}from"react/jsx-runtime";var v6=({...t})=>h6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:h6("g",{id:"save-01",children:h6("path",{id:"Icon",d:"M5.83333 2.5V5.33333C5.83333 5.80004 5.83333 6.0334 5.92416 6.21166C6.00406 6.36846 6.13154 6.49594 6.28834 6.57584C6.4666 6.66667 6.69996 6.66667 7.16667 6.66667H12.8333C13.3 6.66667 13.5334 6.66667 13.7117 6.57584C13.8685 6.49594 13.9959 6.36846 14.0758 6.21166C14.1667 6.0334 14.1667 5.80004 14.1667 5.33333V3.33333M14.1667 17.5V12.1667C14.1667 11.7 14.1667 11.4666 14.0758 11.2883C13.9959 11.1315 13.8685 11.0041 13.7117 10.9242C13.5334 10.8333 13.3 10.8333 12.8333 10.8333H7.16667C6.69996 10.8333 6.4666 10.8333 6.28834 10.9242C6.13154 11.0041 6.00406 11.1315 5.92416 11.2883C5.83333 11.4666 5.83333 11.7 5.83333 12.1667V17.5M17.5 7.77124V13.5C17.5 14.9001 17.5 15.6002 17.2275 16.135C16.9878 16.6054 16.6054 16.9878 16.135 17.2275C15.6002 17.5 14.9001 17.5 13.5 17.5H6.5C5.09987 17.5 4.3998 17.5 3.86502 17.2275C3.39462 16.9878 3.01217 16.6054 2.77248 16.135C2.5 15.6002 2.5 14.9001 2.5 13.5V6.5C2.5 5.09987 2.5 4.3998 2.77248 3.86502C3.01217 3.39462 3.39462 3.01217 3.86502 2.77248C4.3998 2.5 5.09987 2.5 6.5 2.5H12.2288C12.6364 2.5 12.8402 2.5 13.0321 2.54605C13.2021 2.58688 13.3647 2.65422 13.5138 2.7456C13.682 2.84867 13.8261 2.9928 14.1144 3.28105L16.719 5.88562C17.0072 6.17387 17.1513 6.318 17.2544 6.48619C17.3458 6.63531 17.4131 6.79789 17.4539 6.96795C17.5 7.15976 17.5 7.36358 17.5 7.77124Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ls}from"react/jsx-runtime";var w6=({...t})=>ls("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ls("path",{d:"M8.99316 4.33333H4.7265C4.35313 4.33333 4.16645 4.33333 4.02384 4.26067C3.8984 4.19676 3.79641 4.09477 3.73249 3.96933C3.65983 3.82672 3.65983 3.64004 3.65983 3.26667V1M10.3265 13V8.73333C10.3265 8.35997 10.3265 8.17328 10.2538 8.03067C10.1899 7.90523 10.0879 7.80324 9.96249 7.73933C9.81988 7.66667 9.6332 7.66667 9.25983 7.66667H4.7265C4.35313 7.66667 4.16645 7.66667 4.02384 7.73933C3.8984 7.80324 3.79641 7.90523 3.73249 8.03067C3.65983 8.17328 3.65983 8.35997 3.65983 8.73333V13M12.9932 5.21699V9.8C12.9932 10.9201 12.9932 11.4802 12.7752 11.908C12.5834 12.2843 12.2775 12.5903 11.9011 12.782C11.4733 13 10.9133 13 9.79316 13H4.19316C3.07306 13 2.51301 13 2.08518 12.782C1.70886 12.5903 1.4029 12.2843 1.21115 11.908C0.993164 11.4802 0.993164 10.9201 0.993164 9.8V4.2C0.993164 3.0799 0.993164 2.51984 1.21115 2.09202C1.4029 1.71569 1.70886 1.40973 2.08518 1.21799C2.51301 1 3.07306 1 4.19316 1H8.77618C9.1023 1 9.26536 1 9.41881 1.03684C9.55486 1.0695 9.68491 1.12337 9.80421 1.19648C9.93877 1.27894 10.0541 1.39424 10.2847 1.62484L12.3683 3.7085C12.5989 3.9391 12.7142 4.0544 12.7967 4.18895C12.8698 4.30825 12.9237 4.43831 12.9563 4.57436C12.9932 4.72781 12.9932 4.89087 12.9932 5.21699Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as is}from"react/jsx-runtime";var y6=({...t})=>is("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:is("path",{d:"M6 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V6M6 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V14M19 6V5.8C19 4.11984 19 3.27976 18.673 2.63803C18.3854 2.07354 17.9265 1.6146 17.362 1.32698C16.7202 1 15.8802 1 14.2 1H14M19 14V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H14M1 10H1.01M5.5 10H5.51M14.5 10H14.51M10 10H10.01M19 10H19.01",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ss}from"react/jsx-runtime";var yt=({...t})=>ss("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:ss("path",{d:"M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as x6}from"react/jsx-runtime";var b6=({...t})=>x6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:x6("g",{id:"send-01",children:x6("path",{id:"Icon",d:"M8.74976 11.25L17.4998 2.50002M8.85608 11.5234L11.0462 17.1551C11.2391 17.6512 11.3356 17.8993 11.4746 17.9717C11.5951 18.0345 11.7386 18.0345 11.8592 17.9719C11.9983 17.8997 12.095 17.6517 12.2886 17.1558L17.7805 3.08269C17.9552 2.63504 18.0426 2.41121 17.9948 2.26819C17.9533 2.14398 17.8558 2.04651 17.7316 2.00501C17.5886 1.95723 17.3647 2.04458 16.9171 2.21927L2.84398 7.71122C2.34808 7.90474 2.10013 8.0015 2.02788 8.14059C1.96524 8.26116 1.96532 8.4047 2.0281 8.5252C2.10052 8.66421 2.34859 8.76067 2.84471 8.95361L8.47638 11.1437C8.57708 11.1829 8.62744 11.2024 8.66984 11.2327C8.70742 11.2595 8.74028 11.2924 8.76709 11.3299C8.79734 11.3723 8.81692 11.4227 8.85608 11.5234Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as gn,jsxs as M4}from"react/jsx-runtime";var k6=({...t})=>gn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:gn("g",{id:"settings-01",children:M4("g",{id:"Icon",children:[gn("path",{d:"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),gn("path",{d:"M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as L6}from"react/jsx-runtime";var P6=({...t})=>L6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:L6("g",{id:"settings-03",children:L6("path",{id:"Icon",d:"M15.0505 9H5.5C4.11929 9 3 7.88071 3 6.5C3 5.11929 4.11929 4 5.5 4H15.0505M8.94949 20H18.5C19.8807 20 21 18.8807 21 17.5C21 16.1193 19.8807 15 18.5 15H8.94949M3 17.5C3 19.433 4.567 21 6.5 21C8.433 21 10 19.433 10 17.5C10 15.567 8.433 14 6.5 14C4.567 14 3 15.567 3 17.5ZM21 6.5C21 8.433 19.433 10 17.5 10C15.567 10 14 8.433 14 6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as cs}from"react/jsx-runtime";var S6=({...t})=>cs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...t,children:cs("path",{d:"M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as as}from"react/jsx-runtime";var I6=({...t})=>as("svg",{width:"18",height:"22",viewBox:"0 0 18 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:as("path",{d:"M10 6.50011L7 9.50011L11 11.5001L8 14.5001M17 11.0001C17 15.9086 11.646 19.4785 9.69799 20.615C9.4766 20.7442 9.3659 20.8087 9.20968 20.8422C9.08844 20.8682 8.91156 20.8682 8.79032 20.8422C8.6341 20.8087 8.5234 20.7442 8.30201 20.615C6.35396 19.4785 1 15.9086 1 11.0001V6.21772C1 5.4182 1 5.01845 1.13076 4.67482C1.24627 4.37126 1.43398 4.10039 1.67766 3.88564C1.9535 3.64255 2.3278 3.50219 3.0764 3.22146L8.4382 1.21079C8.6461 1.13283 8.75005 1.09385 8.85698 1.07839C8.95184 1.06469 9.04816 1.06469 9.14302 1.07839C9.24995 1.09385 9.3539 1.13283 9.5618 1.21079L14.9236 3.22146C15.6722 3.50219 16.0465 3.64255 16.3223 3.88564C16.566 4.10039 16.7537 4.37126 16.8692 4.67482C17 5.01845 17 5.4182 17 6.21772V11.0001Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ps}from"react/jsx-runtime";var M6=({...t})=>ps("svg",{width:"16",height:"20",viewBox:"0 0 16 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ps("path",{d:"M7.99967 12.0836V7.08363M5.49967 9.58363H10.4997M14.6663 10.0003C14.6663 14.0907 10.2047 17.0656 8.58133 18.0127C8.39684 18.1203 8.30459 18.1741 8.17441 18.2021C8.07338 18.2237 7.92597 18.2237 7.82494 18.2021C7.69475 18.1741 7.60251 18.1203 7.41802 18.0127C5.79464 17.0656 1.33301 14.0907 1.33301 10.0003V6.01497C1.33301 5.34871 1.33301 5.01558 1.44197 4.72922C1.53824 4.47625 1.69466 4.25053 1.89772 4.07157C2.12759 3.869 2.43951 3.75203 3.06334 3.51809L7.53151 1.84253C7.70476 1.77756 7.79138 1.74508 7.88049 1.7322C7.95954 1.72078 8.03981 1.72078 8.11885 1.7322C8.20797 1.74508 8.29459 1.77756 8.46784 1.84253L12.936 3.51809C13.5598 3.75203 13.8718 3.869 14.1016 4.07157C14.3047 4.25053 14.4611 4.47625 14.5574 4.72922C14.6663 5.01558 14.6663 5.34871 14.6663 6.01497V10.0003Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ds}from"react/jsx-runtime";var H6=({...t})=>ds("svg",{width:"9",height:"10",viewBox:"0 0 9 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ds("path",{d:"M4.79996 5.75375L5.48246 6.44489C5.57184 6.53539 5.68559 6.58065 5.82371 6.58065C5.96184 6.58065 6.07559 6.53539 6.16496 6.44489C6.25434 6.35438 6.29903 6.23919 6.29903 6.09932C6.29903 5.95945 6.25434 5.84426 6.16496 5.75375L5.48246 5.06261L6.16496 4.37147C6.25434 4.28096 6.29903 4.16577 6.29903 4.0259C6.29903 3.88603 6.25434 3.77084 6.16496 3.68033C6.07559 3.58982 5.96184 3.54457 5.82371 3.54457C5.68559 3.54457 5.57184 3.58982 5.48246 3.68033L4.79996 4.37147L4.11746 3.68033C4.02809 3.58982 3.91434 3.54457 3.77621 3.54457C3.63809 3.54457 3.52434 3.58982 3.43496 3.68033C3.34559 3.77084 3.3009 3.88603 3.3009 4.0259C3.3009 4.16577 3.34559 4.28096 3.43496 4.37147L4.11746 5.06261L3.43496 5.75375C3.34559 5.84426 3.3009 5.95945 3.3009 6.09932C3.3009 6.23919 3.34559 6.35438 3.43496 6.44489C3.52434 6.53539 3.63809 6.58065 3.77621 6.58065C3.91434 6.58065 4.02809 6.53539 4.11746 6.44489L4.79996 5.75375ZM4.79996 9.94995C4.74309 9.94995 4.69028 9.94584 4.64153 9.93761C4.59278 9.92938 4.54403 9.91704 4.49528 9.90058C3.3984 9.53033 2.52496 8.84528 1.87496 7.84543C1.22496 6.84558 0.899963 5.76988 0.899963 4.61831V2.28571C0.899963 2.08001 0.958951 1.89489 1.07693 1.73033C1.1949 1.56577 1.34716 1.44647 1.53371 1.37242L4.45871 0.26166C4.57246 0.220521 4.68621 0.199951 4.79996 0.199951C4.91371 0.199951 5.02746 0.220521 5.14121 0.26166L8.06621 1.37242C8.25309 1.44647 8.40551 1.56577 8.52349 1.73033C8.64146 1.89489 8.70029 2.08001 8.69996 2.28571V4.61831C8.69996 5.77021 8.37496 6.84608 7.72496 7.84593C7.07496 8.84578 6.20153 9.53066 5.10465 9.90058C5.0559 9.91704 5.00715 9.92938 4.9584 9.93761C4.90965 9.94584 4.85684 9.94995 4.79996 9.94995ZM4.79996 8.96261C5.64496 8.69109 6.34371 8.14805 6.89621 7.3335C7.44871 6.51894 7.72496 5.61388 7.72496 4.61831V2.28571L4.79996 1.17495L1.87496 2.28571V4.61831C1.87496 5.61388 2.15121 6.51894 2.70371 7.3335C3.25621 8.14805 3.95496 8.69109 4.79996 8.96261Z"})});import{jsx as R6}from"react/jsx-runtime";var N6=({...t})=>R6("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:R6("g",{id:"shuffle-01",children:R6("path",{id:"Icon",d:"M12 10L14 12M14 12L12 14M14 12H12.3793C11.7531 12 11.44 12 11.1559 11.9137C10.9043 11.8373 10.6702 11.712 10.4671 11.5451C10.2377 11.3565 10.064 11.096 9.71669 10.575L9.55556 10.3333M12 2L14 4M14 4L12 6M14 4H12.3793C11.7531 4 11.44 4 11.1559 4.0863C10.9043 4.1627 10.6702 4.28796 10.4671 4.45491C10.2377 4.64349 10.064 4.90398 9.71669 5.42496L6.28331 10.575C5.93599 11.096 5.76232 11.3565 5.53288 11.5451C5.32976 11.712 5.09572 11.8373 4.84414 11.9137C4.55996 12 4.24689 12 3.62075 12H2M2 4H3.62075C4.24689 4 4.55996 4 4.84414 4.0863C5.09572 4.1627 5.32976 4.28796 5.53288 4.45491C5.76232 4.64349 5.93599 4.90398 6.28331 5.42496L6.44444 5.66667",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as us}from"react/jsx-runtime";var B6=({...t})=>us("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:us("path",{d:"M3.28634 3.28585L12.713 12.7125M14.6663 7.99919C14.6663 11.6811 11.6816 14.6659 7.99967 14.6659C4.31778 14.6659 1.33301 11.6811 1.33301 7.99919C1.33301 4.31729 4.31778 1.33252 7.99967 1.33252C11.6816 1.33252 14.6663 4.31729 14.6663 7.99919Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Cs}from"react/jsx-runtime";var D6=({...t})=>Cs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Cs("path",{d:"M4.10866 4.10866L15.892 15.892M1.66699 7.10261V12.898C1.66699 13.1019 1.66699 13.2038 1.69002 13.2997C1.71043 13.3847 1.7441 13.466 1.78979 13.5406C1.84133 13.6247 1.91339 13.6967 2.05752 13.8409L6.1598 17.9431C6.30393 18.0873 6.37599 18.1593 6.46009 18.2109C6.53465 18.2566 6.61594 18.2902 6.70097 18.3106C6.79687 18.3337 6.89879 18.3337 7.10261 18.3337H12.898C13.1019 18.3337 13.2038 18.3337 13.2997 18.3106C13.3847 18.2902 13.466 18.2566 13.5406 18.2109C13.6247 18.1593 13.6967 18.0873 13.8408 17.9431L17.9431 13.8408C18.0873 13.6967 18.1593 13.6247 18.2109 13.5406C18.2566 13.466 18.2902 13.3847 18.3106 13.2997C18.3337 13.2038 18.3337 13.1019 18.3337 12.898V7.10261C18.3337 6.89879 18.3337 6.79687 18.3106 6.70097C18.2902 6.61594 18.2566 6.53465 18.2109 6.46009C18.1593 6.37599 18.0873 6.30393 17.9431 6.1598L13.8408 2.05752C13.6967 1.91339 13.6247 1.84133 13.5406 1.78979C13.466 1.7441 13.3847 1.71043 13.2997 1.69002C13.2038 1.66699 13.1019 1.66699 12.898 1.66699H7.10261C6.89879 1.66699 6.79687 1.66699 6.70097 1.69002C6.61594 1.71043 6.53465 1.7441 6.46009 1.78979C6.37599 1.84133 6.30393 1.91339 6.1598 2.05752L2.05752 6.1598C1.91339 6.30393 1.84133 6.37599 1.78979 6.46009C1.7441 6.53465 1.71043 6.61594 1.69002 6.70097C1.66699 6.79687 1.66699 6.89879 1.66699 7.10261Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as V6}from"react/jsx-runtime";var T6=({...t})=>V6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:V6("g",{id:"Social icon",children:V6("path",{id:"Vector",fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.47939 0 0 4.47939 0 10C0 15.5206 4.47939 20 10 20C15.5098 20 20 15.5206 20 10C20 4.47939 15.5098 0 10 0ZM16.6052 4.60954C17.7983 6.06291 18.5141 7.91756 18.5358 9.92406C18.2538 9.86987 15.4338 9.295 12.5922 9.65294C12.5271 9.51194 12.4729 9.36006 12.4078 9.20825C12.2343 8.79613 12.0391 8.37313 11.8438 7.97181C14.9891 6.692 16.4208 4.84816 16.6052 4.60954ZM10 1.47506C12.1692 1.47506 14.154 2.28851 15.6616 3.62256C15.5097 3.83948 14.2191 5.56399 11.1822 6.70281C9.78306 4.13232 8.23213 2.0282 7.9935 1.70282C8.63338 1.55097 9.30587 1.47506 10 1.47506ZM6.36662 2.27766C6.59437 2.58134 8.11281 4.69631 9.53363 7.21256C5.5423 8.2755 2.01736 8.25381 1.63774 8.25381C2.19089 5.60738 3.98047 3.40564 6.36662 2.27766ZM1.45336 10.0109C1.45336 9.92406 1.45336 9.83731 1.45336 9.75056C1.82213 9.76137 5.96529 9.81563 10.2278 8.53581C10.4773 9.013 10.705 9.50106 10.9219 9.98913C10.8134 10.0217 10.6941 10.0542 10.5857 10.0868C6.18221 11.5076 3.83948 15.3904 3.64425 15.7158C2.2885 14.2083 1.45336 12.2018 1.45336 10.0109ZM10 18.5466C8.026 18.5466 6.20391 17.8742 4.76139 16.7462C4.91323 16.4317 6.64856 13.0911 11.4642 11.41C11.4859 11.3991 11.4968 11.3991 11.5184 11.3883C12.7223 14.5011 13.2104 17.1149 13.3406 17.8633C12.3102 18.308 11.1822 18.5466 10 18.5466ZM14.7614 17.0824C14.6746 16.5618 14.2191 14.0673 13.1019 10.9978C15.7809 10.5748 18.1236 11.269 18.4165 11.3666C18.0478 13.7419 16.6811 15.7917 14.7614 17.0824Z"})})});import{jsx as E6}from"react/jsx-runtime";var F6=({...t})=>E6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:E6("g",{id:"Group",children:E6("path",{id:"Vector",d:"M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z"})})});import{jsx as xt,jsxs as H4}from"react/jsx-runtime";var A6=({...t})=>H4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:[xt("g",{id:"Social icon",clipPath:"url(#clip0_4276_66448)",children:xt("path",{id:"Vector",fillRule:"evenodd",clipRule:"evenodd",d:"M13.2879 19.1663L8.66337 12.5748L2.87405 19.1663H0.424805L7.57674 11.0256L0.424805 0.833008H6.71309L11.0717 7.04552L16.5327 0.833008H18.982L12.1619 8.59674L19.5762 19.1663H13.2879ZM16.0154 17.308H14.3665L3.93176 2.69134H5.58092L9.7601 8.54397L10.4828 9.55956L16.0154 17.308Z"})}),xt("defs",{children:xt("clipPath",{id:"clip0_4276_66448",children:xt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as ms}from"react/jsx-runtime";var W6=({...t})=>ms("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ms("path",{d:"M18.3333 9.99999C18.3333 14.6024 14.6024 18.3333 9.99999 18.3333C5.39762 18.3333 1.66666 14.6024 1.66666 9.99999M18.3333 9.99999C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666M18.3333 9.99999H16.25M1.66666 9.99999C1.66666 5.39762 5.39762 1.66666 9.99999 1.66666M1.66666 9.99999H3.74999M9.99999 1.66666V3.74999M15.8987 4.16666L11.2499 8.74999M15.8987 15.8987L15.7288 15.7288C15.1523 15.1523 14.864 14.864 14.5276 14.6579C14.2294 14.4751 13.9042 14.3404 13.5641 14.2588C13.1805 14.1667 12.7728 14.1667 11.9575 14.1667L8.04245 14.1667C7.22715 14.1667 6.8195 14.1667 6.43588 14.2588C6.09576 14.3405 5.77062 14.4751 5.47238 14.6579C5.13599 14.864 4.84774 15.1523 4.27124 15.7288L4.10135 15.8987M4.10135 4.16666L5.54839 5.6137M11.6667 9.99999C11.6667 10.9205 10.9205 11.6667 9.99999 11.6667C9.07952 11.6667 8.33332 10.9205 8.33332 9.99999C8.33332 9.07952 9.07952 8.33332 9.99999 8.33332C10.9205 8.33332 11.6667 9.07952 11.6667 9.99999Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Z6}from"react/jsx-runtime";var _6=({...t})=>Z6("svg",{width:"30",height:"30",viewBox:"0 0 30 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Z6("g",{id:"simple-icons:contentstack",clipPath:"url(#clip0_5498_15556)",children:Z6("path",{id:"Vector",d:"M23.204 12.6349C23.2078 12.6958 23.1987 12.7569 23.1772 12.8141C23.1557 12.8713 23.1224 12.9233 23.0795 12.9667C23.0365 13.0102 22.9849 13.044 22.928 13.0661C22.871 13.0882 22.81 13.098 22.749 13.0949H14.0315C13.9702 13.0983 13.9088 13.0888 13.8514 13.0669C13.7939 13.045 13.7418 13.0112 13.6982 12.9678C13.6547 12.9244 13.6208 12.8724 13.5988 12.815C13.5767 12.7576 13.567 12.6963 13.5703 12.6349V11.6474C13.567 11.5859 13.5768 11.5244 13.5989 11.467C13.621 11.4095 13.655 11.3574 13.6987 11.3139C13.7423 11.2705 13.7946 11.2368 13.8522 11.215C13.9098 11.1932 13.9713 11.1838 14.0328 11.1874H22.7378C22.7989 11.1843 22.86 11.1941 22.917 11.2163C22.9741 11.2384 23.0258 11.2724 23.0687 11.316C23.1117 11.3595 23.145 11.4117 23.1664 11.469C23.1877 11.5264 23.1967 11.5876 23.1928 11.6486L23.204 12.6349ZM27.0603 15.4974C27.0645 15.559 27.0555 15.6208 27.0339 15.6787C27.0123 15.7365 26.9786 15.7891 26.9351 15.8329C26.8915 15.8767 26.8391 15.9106 26.7814 15.9325C26.7237 15.9544 26.6619 15.9638 26.6003 15.9599H15.8628C15.8015 15.9637 15.74 15.9542 15.6827 15.9322C15.6253 15.9102 15.5734 15.8761 15.5303 15.8322C15.4873 15.7884 15.4542 15.7358 15.4333 15.678C15.4124 15.6202 15.4041 15.5586 15.409 15.4974V14.4886C15.405 14.4278 15.414 14.3669 15.4354 14.3098C15.4568 14.2528 15.4902 14.201 15.5333 14.1579C15.5764 14.1148 15.6282 14.0814 15.6852 14.06C15.7423 14.0386 15.8032 14.0296 15.864 14.0336H26.5065C26.5676 14.0295 26.629 14.0383 26.6864 14.0596C26.7438 14.081 26.7961 14.1142 26.8397 14.1572C26.8833 14.2003 26.9172 14.252 26.9393 14.3092C26.9614 14.3663 26.9711 14.4275 26.9678 14.4886L27.0603 15.4974ZM29.9978 18.4349C30.0017 18.4965 29.9923 18.5583 29.9704 18.616C29.9485 18.6737 29.9146 18.7261 29.8708 18.7697C29.827 18.8132 29.7744 18.8469 29.7166 18.8685C29.6587 18.8901 29.5969 18.8991 29.5353 18.8949H17.8853C17.824 18.899 17.7626 18.8899 17.7052 18.8682C17.6478 18.8465 17.5957 18.8126 17.5525 18.769C17.5094 18.7253 17.4761 18.6729 17.455 18.6153C17.4339 18.5576 17.4255 18.4961 17.4303 18.4349V17.4311C17.4251 17.3697 17.4333 17.3079 17.4542 17.25C17.4751 17.192 17.5083 17.1393 17.5515 17.0953C17.5947 17.0514 17.6469 17.0174 17.7045 16.9955C17.7622 16.9736 17.8238 16.9645 17.8853 16.9686H29.5365C29.5982 16.9648 29.6599 16.9741 29.7177 16.996C29.7754 17.0179 29.8278 17.0519 29.8713 17.0957C29.9149 17.1394 29.9486 17.192 29.9702 17.2499C29.9918 17.3077 30.0008 17.3695 29.9965 17.4311L29.9978 18.4349ZM29.9978 21.3749C30.0009 21.4361 29.9911 21.4973 29.9688 21.5544C29.9466 21.6116 29.9125 21.6633 29.8688 21.7063C29.8251 21.7493 29.7728 21.7826 29.7153 21.8039C29.6578 21.8252 29.5965 21.834 29.5353 21.8299H17.8853C17.8245 21.8337 17.7637 21.8246 17.7067 21.8031C17.6498 21.7816 17.5981 21.7482 17.555 21.7052C17.512 21.6621 17.4786 21.6104 17.4571 21.5535C17.4356 21.4965 17.4264 21.4356 17.4303 21.3749V20.3661C17.4251 20.3047 17.4333 20.2429 17.4542 20.185C17.4751 20.127 17.5083 20.0743 17.5515 20.0303C17.5947 19.9864 17.6469 19.9524 17.7045 19.9305C17.7622 19.9086 17.8238 19.8995 17.8853 19.9036H29.5365C29.5982 19.8998 29.6599 19.9091 29.7177 19.931C29.7754 19.9529 29.8278 19.9869 29.8713 20.0307C29.9149 20.0744 29.9486 20.127 29.9702 20.1849C29.9918 20.2427 30.0008 20.3045 29.9965 20.3661L29.9978 21.3749ZM27.0603 24.2161C27.0639 24.2776 27.0545 24.3391 27.0327 24.3967C27.0109 24.4543 26.9772 24.5066 26.9337 24.5503C26.8903 24.5939 26.8382 24.6279 26.7807 24.65C26.7233 24.6722 26.6618 24.6819 26.6003 24.6786H15.864C15.8028 24.6818 15.7416 24.6719 15.6845 24.6497C15.6274 24.6274 15.5756 24.5933 15.5326 24.5496C15.4896 24.5059 15.4564 24.4536 15.4351 24.3961C15.4138 24.3386 15.4049 24.2773 15.409 24.2161V23.2074C15.4047 23.1462 15.4134 23.0847 15.4346 23.0272C15.4559 22.9696 15.4891 22.9172 15.5321 22.8734C15.5752 22.8297 15.627 22.7956 15.6843 22.7734C15.7415 22.7513 15.8028 22.7415 15.864 22.7449H26.5078C26.5693 22.7416 26.6308 22.7514 26.6882 22.7735C26.7457 22.7956 26.7978 22.8296 26.8412 22.8732C26.8847 22.9169 26.9184 22.9692 26.9402 23.0268C26.962 23.0844 26.9714 23.1459 26.9678 23.2074L27.0603 24.2161ZM23.204 27.1524C23.208 27.2134 23.199 27.2746 23.1776 27.3318C23.1562 27.3891 23.1229 27.4412 23.0799 27.4847C23.0369 27.5281 22.9852 27.562 22.9282 27.584C22.8711 27.606 22.8101 27.6157 22.749 27.6124H14.0315C13.9702 27.6158 13.9088 27.6063 13.8514 27.5844C13.7939 27.5625 13.7418 27.5287 13.6982 27.4853C13.6547 27.4419 13.6208 27.3899 13.5988 27.3325C13.5767 27.2751 13.567 27.2138 13.5703 27.1524V26.1424C13.567 26.0811 13.5767 26.0197 13.5988 25.9624C13.621 25.9052 13.6551 25.8532 13.6988 25.8101C13.7425 25.767 13.7949 25.7336 13.8525 25.7122C13.9101 25.6909 13.9715 25.682 14.0328 25.6861H22.7378C22.7987 25.6823 22.8596 25.6914 22.9167 25.713C22.9737 25.7346 23.0255 25.7681 23.0686 25.8113C23.1116 25.8545 23.145 25.9063 23.1664 25.9634C23.1878 26.0205 23.1968 26.0815 23.1928 26.1424L23.204 27.1524ZM6.69154 3.85864C6.6884 3.91986 6.69827 3.98106 6.7205 4.03819C6.74273 4.09532 6.77683 4.14709 6.82053 4.19008C6.86423 4.23308 6.91655 4.26632 6.97404 4.28762C7.03153 4.30891 7.09287 4.31778 7.15404 4.31364H15.8665C15.9278 4.31828 15.9892 4.30968 16.0468 4.28842C16.1044 4.26717 16.1568 4.23376 16.2003 4.19047C16.2438 4.14718 16.2775 4.09502 16.2991 4.03755C16.3207 3.98007 16.3296 3.91863 16.3253 3.85739V2.84989C16.3295 2.78833 16.3205 2.72658 16.2989 2.66878C16.2773 2.61098 16.2436 2.55848 16.2 2.51479C16.1565 2.4711 16.1041 2.43724 16.0463 2.41548C15.9886 2.39372 15.9269 2.38457 15.8653 2.38864H7.15279C7.09141 2.38555 7.03006 2.39542 6.97276 2.41762C6.91545 2.43983 6.86346 2.47385 6.82018 2.51749C6.7769 2.56112 6.74329 2.61338 6.72156 2.67087C6.69983 2.72836 6.69045 2.78978 6.69404 2.85114L6.69154 3.85864ZM2.93654 6.78739C2.93248 6.84819 2.94147 6.90915 2.96291 6.96619C2.98434 7.02323 3.01772 7.07504 3.0608 7.11812C3.10389 7.16121 3.15569 7.19459 3.21273 7.21602C3.26977 7.23745 3.33074 7.24644 3.39154 7.24239H14.034C14.095 7.24636 14.1562 7.23736 14.2135 7.21597C14.2708 7.19458 14.3229 7.16129 14.3663 7.11829C14.4098 7.0753 14.4436 7.02357 14.4657 6.96653C14.4877 6.9095 14.4973 6.84844 14.494 6.78739V5.77864C14.4976 5.71717 14.4882 5.65564 14.4664 5.59806C14.4446 5.54048 14.4109 5.48815 14.3675 5.4445C14.3241 5.40084 14.2719 5.36685 14.2145 5.34473C14.157 5.32261 14.0955 5.31286 14.034 5.31614H3.38904C3.32776 5.31279 3.26648 5.32252 3.20925 5.34468C3.15203 5.36685 3.10018 5.40093 3.05714 5.44468C3.0141 5.48843 2.98087 5.54083 2.95964 5.59841C2.93842 5.65599 2.92969 5.71742 2.93404 5.77864L2.93654 6.78739ZM-0.000960941 9.72239C-0.00501579 9.78319 0.00397397 9.84415 0.0254057 9.90119C0.0468374 9.95823 0.0802158 10.01 0.123303 10.0531C0.166391 10.0962 0.218192 10.1296 0.275233 10.151C0.332275 10.1725 0.393239 10.1814 0.454039 10.1774H12.1053C12.1661 10.1814 12.2271 10.1725 12.2841 10.151C12.3411 10.1296 12.3929 10.0962 12.436 10.0531C12.4791 10.01 12.5125 9.95823 12.5339 9.90119C12.5554 9.84415 12.5643 9.78319 12.5603 9.72239V8.71239C12.5646 8.65117 12.5559 8.58974 12.5347 8.53216C12.5135 8.47458 12.4802 8.42218 12.4372 8.37843C12.3942 8.33468 12.3423 8.3006 12.2851 8.27843C12.2278 8.25627 12.1666 8.24654 12.1053 8.24989H0.455289C0.394064 8.24674 0.332869 8.25661 0.275737 8.27885C0.218606 8.30108 0.166836 8.33517 0.123843 8.37888C0.0808489 8.42258 0.0476076 8.4749 0.0263107 8.53239C0.00501374 8.58987 -0.00385507 8.65122 0.000289059 8.71239L-0.000960941 9.72239ZM-0.000960941 12.6349C-0.00510507 12.6961 0.00376374 12.7574 0.0250607 12.8149C0.0463576 12.8724 0.0795989 12.9247 0.122593 12.9684C0.165586 13.0121 0.217356 13.0462 0.274487 13.0684C0.331619 13.0907 0.392814 13.1005 0.454039 13.0974H12.1053C12.1666 13.1007 12.2278 13.091 12.2851 13.0688C12.3423 13.0467 12.3942 13.0126 12.4372 12.9688C12.4802 12.9251 12.5135 12.8727 12.5347 12.8151C12.5559 12.7575 12.5646 12.6961 12.5603 12.6349V11.6474C12.5643 11.5864 12.5553 11.5252 12.5339 11.4679C12.5125 11.4107 12.4792 11.3586 12.4362 11.3151C12.3932 11.2716 12.3415 11.2378 12.2844 11.2158C12.2274 11.1937 12.1663 11.1841 12.1053 11.1874H0.455289C0.394075 11.1841 0.332854 11.1938 0.275664 11.2159C0.218473 11.2379 0.166613 11.2719 0.123501 11.3155C0.0803899 11.3591 0.0470067 11.4113 0.0255532 11.4687C0.00409964 11.5261 -0.00493702 11.5875 -0.000960941 11.6486V12.6349ZM2.93279 15.4986C2.92796 15.56 2.93642 15.6216 2.95759 15.6793C2.97876 15.7371 3.01214 15.7896 3.05545 15.8332C3.09876 15.8769 3.15098 15.9107 3.20855 15.9324C3.26612 15.954 3.32769 15.963 3.38904 15.9586H14.0303C14.0919 15.9631 14.1538 15.9542 14.2118 15.9327C14.2697 15.9112 14.3224 15.8775 14.3662 15.8339C14.4101 15.7903 14.444 15.7378 14.4659 15.68C14.4877 15.6222 14.4969 15.5603 14.4928 15.4986V14.4886C14.4961 14.4274 14.4864 14.3661 14.4642 14.3089C14.4421 14.2516 14.408 14.1998 14.3642 14.1567C14.3205 14.1137 14.2681 14.0805 14.2105 14.0592C14.1529 14.038 14.0915 14.0293 14.0303 14.0336H3.39029C3.32939 14.0294 3.26829 14.0382 3.21109 14.0596C3.1539 14.0809 3.10194 14.1143 3.05871 14.1574C3.01549 14.2005 2.98199 14.2524 2.96049 14.3095C2.93898 14.3666 2.92996 14.4277 2.93404 14.4886L2.93279 15.4986ZM6.69279 18.4336C6.68872 18.4952 6.69787 18.5569 6.71963 18.6147C6.74139 18.6724 6.77525 18.7248 6.81894 18.7684C6.86263 18.812 6.91514 18.8457 6.97293 18.8673C7.03073 18.8889 7.09248 18.8979 7.15404 18.8936H15.864C15.9257 18.8981 15.9876 18.8892 16.0455 18.8677C16.1035 18.8462 16.1562 18.8125 16.2 18.7689C16.2438 18.7253 16.2778 18.6728 16.2996 18.615C16.3214 18.5572 16.3306 18.4953 16.3265 18.4336V17.4299C16.331 17.368 16.3221 17.3059 16.3004 17.2477C16.2788 17.1896 16.2449 17.1368 16.201 17.0929C16.1571 17.0491 16.1043 17.0152 16.0462 16.9935C15.988 16.9718 15.9259 16.9629 15.864 16.9674H7.15529C7.09346 16.9631 7.03143 16.9722 6.97339 16.9939C6.91534 17.0157 6.86263 17.0496 6.81881 17.0934C6.77498 17.1372 6.74106 17.1899 6.71932 17.248C6.69758 17.306 6.68854 17.3681 6.69279 17.4299V18.4336Z"})})});import{jsx as O6}from"react/jsx-runtime";var z6=({...t})=>O6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:O6("g",{id:"Star",clipPath:"url(#clip0_7485_30770)",children:O6("path",{id:"Star_2",d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z"})})});import{jsx as g1,jsxs as U6}from"react/jsx-runtime";var G6=({color1:t="currentColor",color2:e="currentColor",...n})=>U6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[U6("g",{clipPath:"url(#clip0_1232_42)",children:[g1("path",{d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z",fill:e}),g1("g",{clipPath:"url(#clip1_1232_42)",children:g1("path",{d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z",fill:t})})]}),U6("defs",{children:[g1("clipPath",{id:"clip0_1232_42",children:g1("rect",{width:"20",height:"20",fill:e})}),g1("clipPath",{id:"clip1_1232_42",children:g1("rect",{width:"10",height:"20",fill:e})})]})]});import{jsx as gs,jsxs as R4}from"react/jsx-runtime";var $6=({...t})=>R4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[gs("path",{d:"M5.41699 10.8333L6.07071 12.1408C6.29195 12.5832 6.40257 12.8045 6.55035 12.9962C6.68149 13.1663 6.834 13.3188 7.00412 13.45C7.19584 13.5977 7.41708 13.7084 7.85956 13.9296L9.16699 14.5833L7.85956 15.237C7.41708 15.4583 7.19584 15.5689 7.00412 15.7167C6.834 15.8478 6.68149 16.0003 6.55035 16.1705C6.40257 16.3622 6.29195 16.5834 6.07071 17.0259L5.41699 18.3333L4.76328 17.0259C4.54204 16.5834 4.43142 16.3622 4.28363 16.1705C4.1525 16.0003 3.99999 15.8478 3.82986 15.7167C3.63815 15.5689 3.4169 15.4583 2.97442 15.237L1.66699 14.5833L2.97442 13.9296C3.4169 13.7084 3.63815 13.5977 3.82986 13.45C3.99999 13.3188 4.1525 13.1663 4.28363 12.9962C4.43142 12.8045 4.54204 12.5832 4.76328 12.1408L5.41699 10.8333Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),gs("path",{d:"M12.5003 1.66666L13.4825 4.22034C13.7175 4.83136 13.835 5.13688 14.0178 5.39386C14.1797 5.62162 14.3787 5.82061 14.6065 5.98256C14.8634 6.16529 15.169 6.2828 15.78 6.5178L18.3337 7.49999L15.78 8.48218C15.169 8.71718 14.8634 8.83469 14.6065 9.01742C14.3787 9.17937 14.1797 9.37836 14.0178 9.60612C13.835 9.8631 13.7175 10.1686 13.4825 10.7796L12.5003 13.3333L11.5181 10.7796C11.2831 10.1686 11.1656 9.8631 10.9829 9.60612C10.8209 9.37836 10.622 9.17937 10.3942 9.01742C10.1372 8.83469 9.8317 8.71718 9.22067 8.48218L6.66699 7.49999L9.22067 6.5178C9.8317 6.2828 10.1372 6.16529 10.3942 5.98256C10.622 5.82061 10.8209 5.62162 10.9829 5.39386C11.1656 5.13688 11.2831 4.83136 11.5181 4.22034L12.5003 1.66666Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as bt,jsxs as N4}from"react/jsx-runtime";var q6=({...t})=>N4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:[bt("g",{clipPath:"url(#clip0_4182_8378)",children:bt("path",{d:"M3.74984 18.3334V14.1667M3.74984 5.83335V1.66669M1.6665 3.75002H5.83317M1.6665 16.25H5.83317M10.8332 2.50002L9.38802 6.25741C9.15301 6.86843 9.03551 7.17394 8.85278 7.43093C8.69083 7.65869 8.49184 7.85768 8.26408 8.01963C8.00709 8.20236 7.70158 8.31986 7.09055 8.55487L3.33317 10L7.09056 11.4452C7.70158 11.6802 8.00709 11.7977 8.26408 11.9804C8.49184 12.1424 8.69083 12.3414 8.85278 12.5691C9.03551 12.8261 9.15301 13.1316 9.38802 13.7426L10.8332 17.5L12.2783 13.7426C12.5133 13.1316 12.6308 12.8261 12.8136 12.5691C12.9755 12.3414 13.1745 12.1424 13.4023 11.9804C13.6592 11.7977 13.9648 11.6802 14.5758 11.4452L18.3332 10L14.5758 8.55487C13.9648 8.31986 13.6592 8.20236 13.4023 8.01963C13.1745 7.85768 12.9755 7.65869 12.8136 7.43093C12.6308 7.17394 12.5133 6.86843 12.2783 6.2574L10.8332 2.50002Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})}),bt("defs",{children:bt("clipPath",{id:"clip0_4182_8378",children:bt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as fs}from"react/jsx-runtime";var X6=({...t})=>fs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:fs("path",{d:"M21.5 13.375H15.2225C14.945 13.3004 14.6662 13.2306 14.3863 13.1656C12.6312 12.7506 11.6388 12.4469 11.6388 11.0262C11.6245 10.781 11.6608 10.5355 11.7454 10.3048C11.83 10.0742 11.9612 9.86345 12.1306 9.68562C12.6615 9.24906 13.3264 9.00851 14.0137 9.00437C15.7825 8.96062 16.5981 9.56063 17.265 10.4731L18.2744 9.73562C17.8019 9.0571 17.1578 8.51616 16.4078 8.16807C15.6578 7.81998 14.8288 7.67722 14.0056 7.75437C12.9944 7.76083 12.0189 8.12909 11.2556 8.7925C10.9663 9.08594 10.7402 9.43552 10.5913 9.8197C10.4423 10.2039 10.3736 10.6145 10.3894 11.0262C10.362 11.4768 10.4466 11.9271 10.6357 12.337C10.8248 12.7468 11.1125 13.1035 11.4731 13.375H6.5V14.625H15.0325C16.2619 14.9812 16.9969 15.445 17.0156 16.7237C17.0359 16.9969 16.9985 17.2713 16.9056 17.529C16.8128 17.7867 16.6667 18.0219 16.4769 18.2194C15.8155 18.7407 14.9938 19.0166 14.1519 19C13.5234 18.9818 12.9074 18.8209 12.3503 18.5295C11.7932 18.2382 11.3097 17.8239 10.9362 17.3181L9.97812 18.1206C10.4636 18.7676 11.0899 19.2955 11.8097 19.6645C12.5295 20.0334 13.3238 20.2336 14.1325 20.25H14.195C15.3492 20.2633 16.4695 19.8596 17.35 19.1131C17.6625 18.798 17.9054 18.4209 18.0632 18.0061C18.2209 17.5914 18.2898 17.1481 18.2656 16.705C18.289 15.947 18.0332 15.2069 17.5469 14.625H21.5V13.375Z"})});import{jsx as A1,jsxs as B4}from"react/jsx-runtime";var j6=({...t})=>B4("svg",{width:"38",height:"38",viewBox:"0 0 38 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[A1("g",{opacity:"0.3",children:A1("rect",{x:"6",y:"6",width:"26",height:"26",rx:"13",strokeWidth:"2"})}),A1("g",{opacity:"0.1",children:A1("rect",{x:"1",y:"1",width:"36",height:"36",rx:"18",strokeWidth:"2"})}),A1("g",{clipPath:"url(#clip0_12730_65126)",children:A1("path",{d:"M15.2503 19L17.7503 21.5L22.7503 16.5M27.3337 19C27.3337 23.6023 23.6027 27.3333 19.0003 27.3333C14.398 27.3333 10.667 23.6023 10.667 19C10.667 14.3976 14.398 10.6666 19.0003 10.6666C23.6027 10.6666 27.3337 14.3976 27.3337 19Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})]});import{jsx as hs}from"react/jsx-runtime";var K6=({...t})=>hs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:hs("path",{d:"M11 1V3M11 19V21M3 11H1M5.31412 5.31412L3.8999 3.8999M16.6859 5.31412L18.1001 3.8999M5.31412 16.69L3.8999 18.1042M16.6859 16.69L18.1001 18.1042M21 11H19M16 11C16 13.7614 13.7614 16 11 16C8.23858 16 6 13.7614 6 11C6 8.23858 8.23858 6 11 6C13.7614 6 16 8.23858 16 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vs}from"react/jsx-runtime";var Y6=({...t})=>vs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:vs("path",{d:"M1.66667 10.3333H12.3333M12.3333 10.3333L9.66667 7.66667M12.3333 10.3333L9.66667 13M12.3333 3.66667H1.66667M1.66667 3.66667L4.33334 1M1.66667 3.66667L4.33334 6.33333",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ws}from"react/jsx-runtime";var Q6=({...t})=>ws("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ws("path",{d:"M7 7H7.01M1 4.2L1 8.67451C1 9.1637 1 9.40829 1.05526 9.63846C1.10425 9.84253 1.18506 10.0376 1.29472 10.2166C1.4184 10.4184 1.59135 10.5914 1.93726 10.9373L9.60589 18.6059C10.7939 19.7939 11.388 20.388 12.0729 20.6105C12.6755 20.8063 13.3245 20.8063 13.927 20.6105C14.612 20.388 15.2061 19.7939 16.3941 18.6059L18.6059 16.3941C19.7939 15.2061 20.388 14.612 20.6105 13.927C20.8063 13.3245 20.8063 12.6755 20.6105 12.0729C20.388 11.388 19.7939 10.7939 18.6059 9.60589L10.9373 1.93726C10.5914 1.59135 10.4184 1.4184 10.2166 1.29472C10.0376 1.18506 9.84253 1.10425 9.63846 1.05526C9.40829 1 9.1637 1 8.67452 1L4.2 1C3.0799 1 2.51984 1 2.09202 1.21799C1.7157 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.07989 1 4.2ZM7.5 7C7.5 7.27614 7.27614 7.5 7 7.5C6.72386 7.5 6.5 7.27614 6.5 7C6.5 6.72386 6.72386 6.5 7 6.5C7.27614 6.5 7.5 6.72386 7.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ys}from"react/jsx-runtime";var J6=({...t})=>ys("svg",{width:"13",height:"12",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ys("path",{d:"M12.1666 5.99967H9.99992M3.49992 5.99967H1.33325M6.74992 2.74967V0.583008M6.74992 11.4163V9.24967M11.0833 5.99967C11.0833 8.39291 9.14315 10.333 6.74992 10.333C4.35668 10.333 2.41659 8.39291 2.41659 5.99967C2.41659 3.60644 4.35668 1.66634 6.74992 1.66634C9.14315 1.66634 11.0833 3.60644 11.0833 5.99967ZM8.37492 5.99967C8.37492 6.89714 7.64738 7.62467 6.74992 7.62467C5.85246 7.62467 5.12492 6.89714 5.12492 5.99967C5.12492 5.10221 5.85246 4.37467 6.74992 4.37467C7.64738 4.37467 8.37492 5.10221 8.37492 5.99967Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as e0,jsxs as D4}from"react/jsx-runtime";var t0=({...t})=>D4("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[e0("path",{d:"M11.9979 22.0095C17.5212 22.0095 21.9987 17.532 21.9987 12.0086C21.9987 6.48534 17.5212 2.00781 11.9979 2.00781C6.4746 2.00781 1.99707 6.48534 1.99707 12.0086C1.99707 17.532 6.4746 22.0095 11.9979 22.0095Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"}),e0("path",{d:"M11.9956 18.0069C15.3096 18.0069 17.9961 15.3203 17.9961 12.0064C17.9961 8.69237 15.3096 6.00586 11.9956 6.00586C8.68163 6.00586 5.99512 8.69237 5.99512 12.0064C5.99512 15.3203 8.68163 18.0069 11.9956 18.0069Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"}),e0("path",{d:"M11.9975 14.0087C13.1023 14.0087 13.9979 13.113 13.9979 12.0082C13.9979 10.9034 13.1023 10.0078 11.9975 10.0078C10.8927 10.0078 9.99707 10.9034 9.99707 12.0082C9.99707 13.113 10.8927 14.0087 11.9975 14.0087Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as xs,jsxs as V4}from"react/jsx-runtime";var n0=({...t})=>V4("svg",{width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[xs("path",{d:"M0.5 14.6667C0.5 14.2064 0.873096 13.8333 1.33333 13.8333H14.6667C15.1269 13.8333 15.5 14.2064 15.5 14.6667C15.5 15.1269 15.1269 15.5 14.6667 15.5H1.33333C0.873097 15.5 0.5 15.1269 0.5 14.6667Z"}),xs("path",{d:"M10.9133 9.66667H5.08667L3.96286 12.4762C3.83631 12.7925 3.5299 13 3.18916 13C2.59962 13 2.1965 12.4046 2.41545 11.8572L6.95713 1.02384C7.08368 0.707459 7.39011 0.5 7.73086 0.5H8.26914C8.60989 0.5 8.91632 0.707459 9.04287 1.02384L13.5845 11.8572C13.8035 12.4046 13.4004 13 12.8108 13C12.4701 13 12.1637 12.7925 12.0371 12.4762L10.9133 9.66667ZM10.2467 8L8 2.90417L5.75333 8H10.2467Z"})]});import{jsx as bs}from"react/jsx-runtime";var o0=({...t})=>bs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:bs("path",{d:"M1 4C1 3.06812 1 2.60218 1.15224 2.23463C1.35523 1.74458 1.74458 1.35523 2.23463 1.15224C2.60218 1 3.06812 1 4 1H14C14.9319 1 15.3978 1 15.7654 1.15224C16.2554 1.35523 16.6448 1.74458 16.8478 2.23463C17 2.60218 17 3.06812 17 4M5 17H13M7.25 1V17M10.75 1V17",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ks}from"react/jsx-runtime";var r0=({...t})=>ks("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:ks("path",{d:"M22.3987 14.3575L17.4081 9.36625C17.1736 9.13187 16.8556 9.00021 16.5241 9.00021C16.1925 9.00021 15.8745 9.13187 15.64 9.36625L12.2912 12.715L9.625 5.25H8.375L5.25 14H6.5L7.12438 12.125H10.8744L11.3763 13.63L6.86625 18.14C6.75012 18.2561 6.658 18.3939 6.59515 18.5456C6.5323 18.6973 6.49995 18.8599 6.49995 19.0241C6.49995 19.1883 6.5323 19.3508 6.59515 19.5025C6.658 19.6542 6.75012 19.792 6.86625 19.9081L9.7075 22.75H15.7013L22.3987 16.0519C22.5101 15.9406 22.5984 15.8085 22.6587 15.6631C22.719 15.5177 22.75 15.3618 22.75 15.2044C22.75 15.047 22.719 14.8911 22.6587 14.7457C22.5984 14.6003 22.5101 14.4681 22.3987 14.3569V14.3575ZM7.54062 10.875L8.9975 6.5L10.4575 10.875H7.54062ZM15.1844 21.5H10.225L7.75 19.0238L11.695 15.0794L16.65 20.0337L15.1844 21.5ZM17.5344 19.15L12.5794 14.1956L16.5244 10.25L21.4787 15.2044L17.5344 19.15Z"})});import{jsx as l0}from"react/jsx-runtime";var i0=({...t})=>l0("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:l0("g",{id:"translate-02",children:l0("path",{id:"Icon",d:"M5 8L10 13M4 14L10 8L12 5M2 5H14M7 2H8M12.913 17H20.087M12.913 17L11 21M12.913 17L15.7783 11.009C16.0092 10.5263 16.1246 10.2849 16.2826 10.2086C16.4199 10.1423 16.5801 10.1423 16.7174 10.2086C16.8754 10.2849 16.9908 10.5263 17.2217 11.009L20.087 17M20.087 17L22 21",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as s0}from"react/jsx-runtime";var $e=({...t})=>s0("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:s0("g",{id:"trash-01",children:s0("path",{id:"Icon",d:"M13.3333 4.99935V4.33268C13.3333 3.39926 13.3333 2.93255 13.1517 2.57603C12.9919 2.26243 12.7369 2.00746 12.4233 1.84767C12.0668 1.66602 11.6001 1.66602 10.6667 1.66602H9.33333C8.39991 1.66602 7.9332 1.66602 7.57668 1.84767C7.26308 2.00746 7.00811 2.26243 6.84832 2.57603C6.66667 2.93255 6.66667 3.39926 6.66667 4.33268V4.99935M8.33333 9.58268V13.7493M11.6667 9.58268V13.7493M2.5 4.99935H17.5M15.8333 4.99935V14.3327C15.8333 15.7328 15.8333 16.4329 15.5608 16.9677C15.3212 17.4381 14.9387 17.8205 14.4683 18.0602C13.9335 18.3327 13.2335 18.3327 11.8333 18.3327H8.16667C6.76654 18.3327 6.06647 18.3327 5.53169 18.0602C5.06129 17.8205 4.67883 17.4381 4.43915 16.9677C4.16667 16.4329 4.16667 15.7328 4.16667 14.3327V4.99935",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ls}from"react/jsx-runtime";var c0=({...t})=>Ls("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:Ls("path",{d:"M11 3.5L7.06568 7.43432C6.86768 7.63232 6.76867 7.73133 6.65451 7.76842C6.55409 7.80105 6.44591 7.80105 6.34549 7.76842C6.23133 7.73133 6.13232 7.63232 5.93431 7.43431L4.56568 6.06568C4.36768 5.86768 4.26867 5.76867 4.15451 5.73158C4.05409 5.69895 3.94591 5.69895 3.84549 5.73158C3.73133 5.76867 3.63232 5.86768 3.43431 6.06569L1 8.5M11 3.5H7.5M11 3.5V7",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ps}from"react/jsx-runtime";var a0=({...t})=>Ps("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Ps("path",{d:"M6.5 20.25H21.5V21.5H6.5V20.25ZM14 18.375C12.8397 18.375 11.7269 17.9141 10.9064 17.0936C10.0859 16.2731 9.625 15.1603 9.625 14V7.125H10.875V14C10.875 14.8288 11.2042 15.6237 11.7903 16.2097C12.3763 16.7958 13.1712 17.125 14 17.125C14.8288 17.125 15.6237 16.7958 16.2097 16.2097C16.7958 15.6237 17.125 14.8288 17.125 14V7.125H18.375V14C18.375 15.1603 17.9141 16.2731 17.0936 17.0936C16.2731 17.9141 15.1603 18.375 14 18.375V18.375Z"})});import{jsx as Ss}from"react/jsx-runtime";var p0=({...t})=>Ss("svg",{width:"18",height:"13",viewBox:"0 0 18 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ss("path",{d:"M1.58008 4.5013H12.8301C14.9011 4.5013 16.5801 6.18023 16.5801 8.2513C16.5801 10.3224 14.9011 12.0013 12.8301 12.0013H9.08008M1.58008 4.5013L4.91341 1.16797M1.58008 4.5013L4.91341 7.83464",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Is}from"react/jsx-runtime";var d0=({...t})=>Is("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Is("path",{d:"M16.5 10.25H8.88438L11.1263 8.00875L10.25 7.125L6.5 10.875L10.25 14.625L11.1263 13.7406L8.88625 11.5H16.5C17.4946 11.5 18.4484 11.8951 19.1517 12.5983C19.8549 13.3016 20.25 14.2554 20.25 15.25C20.25 16.2446 19.8549 17.1984 19.1517 17.9017C18.4484 18.6049 17.4946 19 16.5 19H11.5V20.25H16.5C17.8261 20.25 19.0979 19.7232 20.0355 18.7855C20.9732 17.8479 21.5 16.5761 21.5 15.25C21.5 13.9239 20.9732 12.6521 20.0355 11.7145C19.0979 10.7768 17.8261 10.25 16.5 10.25Z"})});import{jsx as Ms}from"react/jsx-runtime";var u0=({...t})=>Ms("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ms("path",{d:"M6.6665 12.3333L9.99984 9M9.99984 9L13.3332 12.3333M9.99984 9V16.5M16.6665 12.9524C17.6844 12.1117 18.3332 10.8399 18.3332 9.41667C18.3332 6.88536 16.2811 4.83333 13.7498 4.83333C13.5677 4.83333 13.3974 4.73833 13.3049 4.58145C12.2182 2.73736 10.2119 1.5 7.9165 1.5C4.46472 1.5 1.6665 4.29822 1.6665 7.75C1.6665 9.47175 2.36271 11.0309 3.48896 12.1613",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Hs}from"react/jsx-runtime";var kt=({...t})=>Hs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Hs("path",{d:"M12.3327 13C12.3327 12.0696 12.3327 11.6044 12.2179 11.2259C11.9593 10.3736 11.2924 9.70669 10.4401 9.44816C10.0616 9.33333 9.59639 9.33333 8.66601 9.33333H5.33268C4.40231 9.33333 3.93712 9.33333 3.55859 9.44816C2.70632 9.70669 2.03938 10.3736 1.78084 11.2259C1.66602 11.6044 1.66602 12.0696 1.66602 13M9.99935 4C9.99935 5.65685 8.6562 7 6.99935 7C5.34249 7 3.99935 5.65685 3.99935 4C3.99935 2.34315 5.34249 1 6.99935 1C8.6562 1 9.99935 2.34315 9.99935 4Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as C0}from"react/jsx-runtime";var m0=({...t})=>C0("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:C0("g",{id:"user-edit",children:C0("path",{id:"Icon",d:"M7.49984 12.9167H6.24984C5.08687 12.9167 4.50538 12.9167 4.03222 13.0602C2.96688 13.3834 2.1332 14.217 1.81004 15.2824C1.6665 15.7555 1.6665 16.337 1.6665 17.5M12.0832 6.25C12.0832 8.32107 10.4042 10 8.33317 10C6.2621 10 4.58317 8.32107 4.58317 6.25C4.58317 4.17893 6.2621 2.5 8.33317 2.5C10.4042 2.5 12.0832 4.17893 12.0832 6.25ZM9.1665 17.5L11.751 16.7616C11.8747 16.7262 11.9366 16.7085 11.9943 16.682C12.0456 16.6585 12.0943 16.6298 12.1398 16.5965C12.191 16.5589 12.2365 16.5134 12.3275 16.4224L17.7082 11.0417C18.2835 10.4664 18.2835 9.53362 17.7082 8.95831C17.1329 8.38302 16.2001 8.38303 15.6249 8.95833L10.2441 14.339C10.1531 14.43 10.1076 14.4756 10.07 14.5267C10.0367 14.5722 10.008 14.6209 9.98446 14.6722C9.95796 14.7299 9.94028 14.7918 9.90492 14.9155L9.1665 17.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Rs}from"react/jsx-runtime";var g0=({...t})=>Rs("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Rs("path",{d:"M15.8337 16.5L18.3337 14M18.3337 14L15.8337 11.5M18.3337 14H13.3337M10.0003 11.9167H6.25033C5.08736 11.9167 4.50587 11.9167 4.03271 12.0602C2.96737 12.3834 2.13369 13.217 1.81053 14.2824C1.66699 14.7555 1.66699 15.337 1.66699 16.5M12.0837 5.25C12.0837 7.32107 10.4047 9 8.33366 9C6.26259 9 4.58366 7.32107 4.58366 5.25C4.58366 3.17893 6.26259 1.5 8.33366 1.5C10.4047 1.5 12.0837 3.17893 12.0837 5.25Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as f0}from"react/jsx-runtime";var h0=({...t})=>f0("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:f0("g",{id:"users-01",children:f0("path",{id:"Icon",d:"M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as v0}from"react/jsx-runtime";var w0=({...t})=>v0("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:v0("g",{id:"user-square",children:v0("path",{id:"Icon",d:"M4.00002 21.8174C4.6026 22 5.41649 22 6.8 22H17.2C18.5835 22 19.3974 22 20 21.8174M4.00002 21.8174C3.87082 21.7783 3.75133 21.7308 3.63803 21.673C3.07354 21.3854 2.6146 20.9265 2.32698 20.362C2 19.7202 2 18.8802 2 17.2V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H17.2C18.8802 2 19.7202 2 20.362 2.32698C20.9265 2.6146 21.3854 3.07354 21.673 3.63803C22 4.27976 22 5.11984 22 6.8V17.2C22 18.8802 22 19.7202 21.673 20.362C21.3854 20.9265 20.9265 21.3854 20.362 21.673C20.2487 21.7308 20.1292 21.7783 20 21.8174M4.00002 21.8174C4.00035 21.0081 4.00521 20.5799 4.07686 20.2196C4.39249 18.6329 5.63288 17.3925 7.21964 17.0769C7.60603 17 8.07069 17 9 17H15C15.9293 17 16.394 17 16.7804 17.0769C18.3671 17.3925 19.6075 18.6329 19.9231 20.2196C19.9948 20.5799 19.9996 21.0081 20 21.8174M16 9.5C16 11.7091 14.2091 13.5 12 13.5C9.79086 13.5 8 11.7091 8 9.5C8 7.29086 9.79086 5.5 12 5.5C14.2091 5.5 16 7.29086 16 9.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as y0}from"react/jsx-runtime";var x0=({...t})=>y0("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:y0("g",{id:"users-up",children:y0("path",{id:"Icon",d:"M16 18L19 15M19 15L22 18M19 15V21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as b0}from"react/jsx-runtime";var k0=({...t})=>b0("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:b0("g",{id:"volume-max",children:b0("path",{id:"Icon",d:"M16.4569 4.16669C17.638 5.80855 18.3337 7.82305 18.3337 10C18.3337 12.177 17.638 14.1915 16.4569 15.8334M13.1214 6.66669C13.7805 7.61155 14.167 8.76065 14.167 10C14.167 11.2394 13.7805 12.3885 13.1214 13.3334M8.02892 4.47142L5.39085 7.1095C5.24672 7.25362 5.17466 7.32569 5.09056 7.37722C5.016 7.42291 4.93472 7.45658 4.84969 7.477C4.75378 7.50002 4.65187 7.50002 4.44804 7.50002H3.00033C2.53362 7.50002 2.30026 7.50002 2.122 7.59085C1.9652 7.67074 1.83771 7.79823 1.75782 7.95503C1.66699 8.13329 1.66699 8.36664 1.66699 8.83335V11.1667C1.66699 11.6334 1.66699 11.8668 1.75782 12.045C1.83771 12.2018 1.9652 12.3293 2.122 12.4092C2.30026 12.5 2.53362 12.5 3.00033 12.5H4.44804C4.65187 12.5 4.75378 12.5 4.84969 12.523C4.93472 12.5435 5.016 12.5771 5.09056 12.6228C5.17466 12.6744 5.24672 12.7464 5.39085 12.8905L8.02892 15.5286C8.3859 15.8856 8.56439 16.0641 8.71763 16.0761C8.8506 16.0866 8.98054 16.0328 9.06716 15.9314C9.16699 15.8145 9.16699 15.5621 9.16699 15.0572V4.94283C9.16699 4.43798 9.16699 4.18556 9.06716 4.06867C8.98054 3.96725 8.8506 3.91343 8.71763 3.92389C8.56439 3.93595 8.3859 4.11444 8.02892 4.47142Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ns}from"react/jsx-runtime";var L0=({...t})=>Ns("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ns("path",{d:"M15.6316 7.63137C15.2356 7.23535 15.0376 7.03735 14.9634 6.80902C14.8981 6.60817 14.8981 6.39183 14.9634 6.19098C15.0376 5.96265 15.2356 5.76465 15.6316 5.36863L18.47 2.53026C17.7168 2.18962 16.8806 2 16.0002 2C12.6865 2 10.0002 4.68629 10.0002 8C10.0002 8.49104 10.0592 8.9683 10.1705 9.42509C10.2896 9.91424 10.3492 10.1588 10.3387 10.3133C10.3276 10.4751 10.3035 10.5612 10.2289 10.7051C10.1576 10.8426 10.0211 10.9791 9.74804 11.2522L3.50023 17.5C2.6718 18.3284 2.6718 19.6716 3.50023 20.5C4.32865 21.3284 5.6718 21.3284 6.50023 20.5L12.748 14.2522C13.0211 13.9791 13.1576 13.8426 13.2951 13.7714C13.4391 13.6968 13.5251 13.6727 13.6869 13.6616C13.8414 13.651 14.086 13.7106 14.5751 13.8297C15.0319 13.941 15.5092 14 16.0002 14C19.3139 14 22.0002 11.3137 22.0002 8C22.0002 7.11959 21.8106 6.28347 21.47 5.53026L18.6316 8.36863C18.2356 8.76465 18.0376 8.96265 17.8092 9.03684C17.6084 9.1021 17.3921 9.1021 17.1912 9.03684C16.9629 8.96265 16.7649 8.76465 16.3689 8.36863L15.6316 7.63137Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as P0}from"react/jsx-runtime";var Ee=({...t})=>P0("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:P0("g",{id:"x",children:P0("path",{id:"Icon",d:"M11.3337 4.66675L4.66699 11.3334M4.66699 4.66675L11.3337 11.3334",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Bs}from"react/jsx-runtime";var S0=({...t})=>Bs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Bs("path",{d:"M14 8L8 14M8 8L14 14M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as I0,jsxs as T4}from"react/jsx-runtime";var M0=({color1:t="currentColor",color2:e="currentColor",...n})=>T4("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[I0("rect",{x:"0.3125",y:"0.3125",width:"14.375",height:"14.375",rx:"7.1875",fill:e}),I0("rect",{x:"0.3125",y:"0.3125",width:"14.375",height:"14.375",rx:"7.1875",stroke:t,strokeWidth:"0.625"}),I0("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.12814 4.12814C4.299 3.95729 4.576 3.95729 4.74686 4.12814L7.5 6.88128L10.2531 4.12814C10.424 3.95729 10.701 3.95729 10.8719 4.12814C11.0427 4.299 11.0427 4.576 10.8719 4.74686L8.11872 7.5L10.8719 10.2531C11.0427 10.424 11.0427 10.701 10.8719 10.8719C10.701 11.0427 10.424 11.0427 10.2531 10.8719L7.5 8.11872L4.74686 10.8719C4.576 11.0427 4.299 11.0427 4.12814 10.8719C3.95729 10.701 3.95729 10.424 4.12814 10.2531L6.88128 7.5L4.12814 4.74686C3.95729 4.576 3.95729 4.299 4.12814 4.12814Z",fill:t})]});import{jsx as H0}from"react/jsx-runtime";var Lt=({...t})=>H0("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:H0("g",{id:"x-close",children:H0("path",{id:"Icon",d:"M18 6L6 18M6 6L18 18",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ds}from"react/jsx-runtime";var R0=({...t})=>Ds("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ds("path",{d:"M5 5L9 9M9 5L5 9M4.2 13H9.8C10.9201 13 11.4802 13 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C13 11.4802 13 10.9201 13 9.8V4.2C13 3.0799 13 2.51984 12.782 2.09202C12.5903 1.71569 12.2843 1.40973 11.908 1.21799C11.4802 1 10.9201 1 9.8 1H4.2C3.0799 1 2.51984 1 2.09202 1.21799C1.71569 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.0799 1 4.2V9.8C1 10.9201 1 11.4802 1.21799 11.908C1.40973 12.2843 1.71569 12.5903 2.09202 12.782C2.51984 13 3.0799 13 4.2 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});var fn=(u=>(u.AlertCircle="AlertCircle",u.AlertFeatured="AlertFeatured",u.AlertOctagon="AlertOctagon",u.AlertTriangle="AlertTriangle",u.AlignRight="AlignRight",u.ArrowDown="ArrowDown",u.ArrowLeft="ArrowLeft",u.ArrowLeft2="ArrowLeft2",u.ArrowRight="ArrowRight",u.ArrowToTop="ArrowToTop",u.ArrowUp="ArrowUp",u.ArrowUpRight="ArrowUpRight",u.ArrowUpRightNarrow="ArrowUpRightNarrow",u.ArrowUpRightSquare="ArrowUpRightSquare",u.Attachment="Attachment",u.BarChartSquare="BarChartSquare",u.Bold="Bold",u.BookmarkCheck="BookmarkCheck",u.BookmarkCheckFill="BookmarkCheckFill",u.BookmarkPlus="BookmarkPlus",u.BookmarkX="BookmarkX",u.BoxLines="BoxLines",u.BoxText="BoxText",u.BracketsCheck="BracketsCheck",u.BracketsEllipses="BracketsEllipses",u.Building="Building",u.Calendar="Calendar",u.CertificateHeart="CertificateHeart",u.Check="Check",u.CheckCircle="CheckCircle",u.CheckCircleBroken="CheckCircleBroken",u.CheckFill="CheckFill",u.CheckVerified="CheckVerified",u.ChevronDown="ChevronDown",u.ChevronLeft="ChevronLeft",u.ChevronLeftDouble="ChevronLeftDouble",u.ChevronRight="ChevronRight",u.ChevronRightDouble="ChevronRightDouble",u.ChevronSelectorVertical="ChevronSelectorVertical",u.ChevronUp="ChevronUp",u.CircleSwap="CircleSwap",u.ClockFastForward="ClockFastForward",u.ClockRewind="ClockRewind",u.ClockRewind2="ClockRewind2",u.CodeBrowser="CodeBrowser",u.CodeCircle="CodeCircle",u.Colors="Colors",u.ColumnEdit="ColumnEdit",u.Copy="Copy",u.Copy2="Copy2",u.Copy3="Copy3",u.Copy4="Copy4",u.Copy5="Copy5",u.CopyCheck="CopyCheck",u.Cube="Cube",u.CubeOutline="CubeOutline",u.CursorBox="CursorBox",u.Dataflow="Dataflow",u.Dataflow2="Dataflow2",u.Dataflow3="Dataflow3",u.Delete="Delete",u.DollarCircle="DollarCircle",u.DotsGrid="DotsGrid",u.DotsHorizontal="DotsHorizontal",u.DotsVertical="DotsVertical",u.Edit="Edit",u.Editable="Editable",u.Expand="Expand",u.Eye="Eye",u.EyeHidden="EyeHidden",u.EyeHidden2="EyeHidden2",u.FaceSmile="FaceSmile",u.Filter="Filter",u.Filter2="Filter2",u.Flag="Flag",u.Flag2="Flag2",u.Flag3="Flag3",u.HandShield="HandShield",u.Hash="Hash",u.HeadsetMic="HeadsetMic",u.Heart="Heart",u.HouseLine="HouseLine",u.Image="Image",u.Image2="Image2",u.Image3="Image3",u.Image4="Image4",u.ImageCheck="ImageCheck",u.InfoCircle="InfoCircle",u.InfoHexagon="InfoHexagon",u.Italic="Italic",u.LayersMultiple="LayersMultiple",u.LayersSingle="LayersSingle",u.Layout="Layout",u.Layout2="Layout2",u.LayoutColumns="LayoutColumns",u.LayoutCustom="LayoutCustom",u.LayoutSequential="LayoutSequential",u.LayoutStuffed="LayoutStuffed",u.LayoutTile="LayoutTile",u.LifeBuoy="LifeBuoy",u.Lightbulb="Lightbulb",u.Lightning="Lightning",u.Lightning2="Lightning2",u.LightningFast="LightningFast",u.LineChartBar="LineChartBar",u.LineChartBreakoutSquare="LineChartBreakoutSquare",u.LineChartUp="LineChartUp",u.LineChartUp2="LineChartUp2",u.Lines="Lines",u.LinesCheck="LinesCheck",u.LinesPlay="LinesPlay",u.Link="Link",u.Link2="Link2",u.Link3="Link3",u.Link4="Link4",u.Link5="Link5",u.ListBullet="ListBullet",u.ListOrder="ListOrder",u.ListOrder2="ListOrder2",u.Lock="Lock",u.Lock2="Lock2",u.LogIn="LogIn",u.LogOut="LogOut",u.LogOut2="LogOut2",u.MagicWand="MagicWand",u.MagicWand2="MagicWand2",u.Mail="Mail",u.MessageSquare="MessageSquare",u.MessageSquare2="MessageSquare2",u.MessageXSquare="MessageXSquare",u.MinusCircle="MinusCircle",u.Mobile="Mobile",u.Monitor="Monitor",u.Monitor2="Monitor2",u.Monitor3="Monitor3",u.MoonCircle="MoonCircle",u.NavigationPointer="NavigationPointer",u.NotificationBox="NotificationBox",u.Palette="Palette",u.PasscodeLock="PasscodeLock",u.PCSetup="PCSetup",u.Pencil="Pencil",u.PercentageCircle="PercentageCircle",u.Perspective="Perspective",u.PhoneCall="PhoneCall",u.Pin="Pin",u.PlayCircle="PlayCircle",u.Plus="Plus",u.PlusCircle="PlusCircle",u.Pulse="Pulse",u.QuestionCircle="QuestionCircle",u.RadioButton="RadioButton",u.RadioButtonActive="RadioButtonActive",u.ReceiptCheck="ReceiptCheck",u.Redo="Redo",u.Refresh="Refresh",u.Refresh2="Refresh2",u.Refresh3="Refresh3",u.Repeat="Repeat",u.Repeat2="Repeat2",u.Retweet="Retweet",u.RoundChart="RoundChart",u.RoundChart2="RoundChart2",u.Route="Route",u.Save="Save",u.Save2="Save2",u.ScanDots="ScanDots",u.Search="Search",u.Send="Send",u.Settings="Settings",u.Settings2="Settings2",u.Settings3="Settings3",u.ShieldLightning="ShieldLightning",u.ShieldPlus="ShieldPlus",u.ShieldRemove="ShieldRemove",u.Shuffle="Shuffle",u.SlashCircle="SlashCircle",u.SlashOctagon="SlashOctagon",u.SocialGlobe="SocialGlobe",u.SocialLinkedin="SocialLinkedin",u.SocialX="SocialX",u.Speedometer="Speedometer",u.StairsRound="StairsRound",u.Star="Star",u.StarHalf="StarHalf",u.Stars="Stars",u.Stars2="Stars2",u.Strikethrough="Strikethrough",u.SuccessFeatured="SuccessFeatured",u.Sun="Sun",u.SwitchHorizontal="SwitchHorizontal",u.Tag="Tag",u.Target="Target",u.Target2="Target2",u.TextFormat="TextFormat",u.TextFormat2="TextFormat2",u.TextHighlight="TextHighlight",u.Translate="Translate",u.Trash="Trash",u.Trending="Trending",u.Underline="Underline",u.Undo="Undo",u.Undo2="Undo2",u.UploadCloud="UploadCloud",u.User="User",u.UserEdit="UserEdit",u.UserRight="UserRight",u.UserSquare="UserSquare",u.Users="Users",u.UsersUp="UsersUp",u.Volume="Volume",u.Wrench="Wrench",u.X="X",u.XCircle="XCircle",u.XCircle2="XCircle2",u.XClose="XClose",u.XSquare="XSquare",u))(fn||{});import{jsx as C}from"react/jsx-runtime";function re({name:t,...e}){switch(t){case"AlertCircle":return C(Po,{...e});case"AlertFeatured":return C(So,{...e});case"AlertOctagon":return C(Mo,{...e});case"AlertTriangle":return C(Ro,{...e});case"AlignRight":return C(Bo,{...e});case"ArrowDown":return C(Vo,{...e});case"ArrowLeft":return C(Eo,{...e});case"ArrowLeft2":return C(Fo,{...e});case"ArrowRight":return C(Wo,{...e});case"ArrowToTop":return C(Zo,{...e});case"ArrowUp":return C(_o,{...e});case"ArrowUpRight":return C(Oo,{...e});case"ArrowUpRightNarrow":return C(zo,{...e});case"ArrowUpRightSquare":return C(Uo,{...e});case"Attachment":return C(Go,{...e});case"BarChartSquare":return C($o,{...e});case"Bold":return C(qo,{...e});case"BookmarkCheck":return C(xo,{...e});case"BookmarkCheckFill":return C(ko,{...e});case"BookmarkPlus":return C(b5,{...e});case"BookmarkX":return C(Xo,{...e});case"BoxLines":return C(jo,{...e});case"BoxText":return C(Ko,{...e});case"BracketsCheck":return C(Qo,{...e});case"BracketsEllipses":return C(Jo,{...e});case"Building":return C(L5,{...e});case"Calendar":return C(tr,{...e});case"CertificateHeart":return C(or,{...e});case"Check":return C(De,{...e});case"CheckCircle":return C(rr,{...e});case"CheckCircleBroken":return C(ir,{...e});case"CheckFill":return C(sr,{...e});case"CheckVerified":return C(cr,{...e});case"ChevronDown":return C(Ve,{...e});case"ChevronLeft":return C(C1,{...e});case"ChevronLeftDouble":return C(dr,{...e});case"ChevronRight":return C(Te,{...e});case"ChevronRightDouble":return C(mr,{...e});case"ChevronSelectorVertical":return C(gr,{...e});case"ChevronUp":return C(m1,{...e});case"CircleSwap":return C(hr,{...e});case"ClockFastForward":return C(wr,{...e});case"ClockRewind":return C(xr,{...e});case"ClockRewind2":return C(kr,{...e});case"CodeBrowser":return C(Pr,{...e});case"CodeCircle":return C(Sr,{...e});case"Colors":return C(Mr,{...e});case"ColumnEdit":return C(Lo,{...e});case"Copy":return C(Rr,{...e});case"Copy2":return C(Nr,{...e});case"Copy3":return C(Dr,{...e});case"Copy4":return C(Tr,{...e});case"Copy5":return C(Fr,{...e});case"CopyCheck":return C(Ar,{...e});case"Cube":return C(Zr,{...e});case"CubeOutline":return C(_r,{...e});case"CursorBox":return C(zr,{...e});case"Dataflow":return C(Ur,{...e});case"Dataflow2":return C(Gr,{...e});case"Dataflow3":return C($r,{...e});case"Delete":return C(Xr,{...e});case"DollarCircle":return C(Kr,{...e});case"DotsGrid":return C(Yr,{...e});case"DotsHorizontal":return C(Jr,{...e});case"DotsVertical":return C(F1,{...e});case"Edit":return C(t2,{...e});case"Editable":return C(o2,{...e});case"Expand":return C(r2,{...e});case"Eye":return C(l2,{...e});case"EyeHidden":return C(s2,{...e});case"EyeHidden2":return C(a2,{...e});case"FaceSmile":return C(d2,{...e});case"Filter":return C(u2,{...e});case"Filter2":return C(dt,{...e});case"Flag":return C(C2,{...e});case"Flag2":return C(g2,{...e});case"Flag3":return C(f2,{...e});case"HandShield":return C(h2,{...e});case"Hash":return C(v2,{...e});case"HeadsetMic":return C(y2,{...e});case"Heart":return C(x2,{...e});case"HouseLine":return C(ut,{...e});case"Image":return C(b2,{...e});case"Image2":return C(k2,{...e});case"Image3":return C(L2,{...e});case"Image4":return C(S2,{...e});case"ImageCheck":return C(I2,{...e});case"InfoCircle":return C(M2,{...e});case"InfoHexagon":return C(R2,{...e});case"Italic":return C(N2,{...e});case"LayersMultiple":return C(B2,{...e});case"LayersSingle":return C(D2,{...e});case"Layout":return C(V2,{...e});case"Layout2":return C(T2,{...e});case"LayoutColumns":return C(E2,{...e});case"LayoutCustom":return C(F2,{...e});case"LayoutSequential":return C(A2,{...e});case"LayoutStuffed":return C(W2,{...e});case"LayoutTile":return C(Z2,{...e});case"LifeBuoy":return C(_2,{...e});case"Lightning":return C(z2,{...e});case"Lightbulb":return C(O2,{...e});case"Lightning2":return C(G2,{...e});case"LightningFast":return C($2,{...e});case"LineChartBar":return C(q2,{...e});case"LineChartBreakoutSquare":return C(X2,{...e});case"LineChartUp":return C(K2,{...e});case"LineChartUp2":return C(Y2,{...e});case"Lines":return C(Q2,{...e});case"LinesCheck":return C(J2,{...e});case"LinesPlay":return C(e3,{...e});case"Link":return C(n3,{...e});case"Link2":return C(r3,{...e});case"Link3":return C(l3,{...e});case"Link4":return C(i3,{...e});case"Link5":return C(s3,{...e});case"ListBullet":return C(a3,{...e});case"ListOrder":return C(p3,{...e});case"ListOrder2":return C(d3,{...e});case"Lock":return C(u3,{...e});case"Lock2":return C(C3,{...e});case"LogIn":return C(g3,{...e});case"LogOut":return C(h3,{...e});case"LogOut2":return C(v3,{...e});case"MagicWand":return C(y3,{...e});case"MagicWand2":return C(x3,{...e});case"Mail":return C(k3,{...e});case"MessageSquare":return C(P3,{...e});case"MessageSquare2":return C(S3,{...e});case"MessageXSquare":return C(M3,{...e});case"MinusCircle":return C(H3,{...e});case"Mobile":return C(N3,{...e});case"Monitor":return C(B3,{...e});case"Monitor2":return C(V3,{...e});case"Monitor3":return C(E3,{...e});case"MoonCircle":return C(F3,{...e});case"NavigationPointer":return C(A3,{...e});case"NotificationBox":return C(W3,{...e});case"Palette":return C(Z3,{...e});case"PasscodeLock":return C(O3,{...e});case"PCSetup":return C(z3,{...e});case"Pencil":return C(G3,{...e});case"PercentageCircle":return C($3,{...e});case"Perspective":return C(q3,{...e});case"PhoneCall":return C(j3,{...e});case"Pin":return C(ft,{...e});case"PlayCircle":return C(K3,{...e});case"Plus":return C(Y3,{...e});case"PlusCircle":return C(Ge,{...e});case"Pulse":return C(e6,{...e});case"QuestionCircle":return C(ht,{...e});case"RadioButton":return C(o6,{...e});case"RadioButtonActive":return C(r6,{...e});case"ReceiptCheck":return C(i6,{...e});case"Redo":return C(s6,{...e});case"Refresh":return C(c6,{...e});case"Refresh2":return C(a6,{...e});case"Refresh3":return C(p6,{...e});case"Repeat":return C(d6,{...e});case"Repeat2":return C(u6,{...e});case"Retweet":return C(C6,{...e});case"RoundChart":return C(m6,{...e});case"RoundChart2":return C(g6,{...e});case"Route":return C(f6,{...e});case"Save":return C(v6,{...e});case"Save2":return C(w6,{...e});case"ScanDots":return C(y6,{...e});case"Search":return C(yt,{...e});case"Send":return C(b6,{...e});case"Settings":return C(k6,{...e});case"Settings2":return C(P6,{...e});case"Settings3":return C(S6,{...e});case"ShieldLightning":return C(I6,{...e});case"ShieldPlus":return C(M6,{...e});case"ShieldRemove":return C(H6,{...e});case"Shuffle":return C(N6,{...e});case"SlashCircle":return C(B6,{...e});case"SlashOctagon":return C(D6,{...e});case"SocialGlobe":return C(T6,{...e});case"SocialLinkedin":return C(F6,{...e});case"SocialX":return C(A6,{...e});case"Speedometer":return C(W6,{...e});case"StairsRound":return C(_6,{...e});case"Star":return C(z6,{...e});case"StarHalf":return C(G6,{...e});case"Stars":return C($6,{...e});case"Stars2":return C(q6,{...e});case"Strikethrough":return C(X6,{...e});case"SuccessFeatured":return C(j6,{...e});case"Sun":return C(K6,{...e});case"SwitchHorizontal":return C(Y6,{...e});case"Tag":return C(Q6,{...e});case"Target":return C(J6,{...e});case"Target2":return C(t0,{...e});case"TextFormat":return C(n0,{...e});case"TextFormat2":return C(o0,{...e});case"TextHighlight":return C(r0,{...e});case"Translate":return C(i0,{...e});case"Trash":return C($e,{...e});case"Trending":return C(c0,{...e});case"Underline":return C(a0,{...e});case"Undo":return C(p0,{...e});case"Undo2":return C(d0,{...e});case"UploadCloud":return C(u0,{...e});case"User":return C(kt,{...e});case"UserEdit":return C(m0,{...e});case"UserRight":return C(g0,{...e});case"UserSquare":return C(w0,{...e});case"Users":return C(h0,{...e});case"UsersUp":return C(x0,{...e});case"Volume":return C(k0,{...e});case"Wrench":return C(L0,{...e});case"X":return C(Ee,{...e});case"XCircle":return C(S0,{...e});case"XCircle2":return C(M0,{...e});case"XClose":return C(Lt,{...e});case"XSquare":return C(R0,{...e});default:return null}}import{cn as de,formatAudioTime as Ln,trimBlob as F4}from"@cleen/ui-core";import{useWavesurfer as A4}from"@wavesurfer/react";import{forwardRef as W4,useCallback as Z1,useEffect as E0,useMemo as Z4,useRef as Es,useState as Pn}from"react";import{BiMicrophone as _4}from"react-icons/bi";import{BsStop as O4}from"react-icons/bs";import{FaPause as z4,FaPlay as U4,FaScissors as G4,FaTrash as $4}from"react-icons/fa6";function N0(t,e,n,o){return new(n||(n=Promise))((function(i,r){function l(a){try{c(o.next(a))}catch(p){r(p)}}function s(a){try{c(o.throw(a))}catch(p){r(p)}}function c(a){var p;a.done?i(a.value):(p=a.value,p instanceof n?p:new n((function(m){m(p)}))).then(l,s)}c((o=o.apply(t,e||[])).next())}))}var hn=class{constructor(){this.listeners={}}on(e,n,o){if(this.listeners[e]||(this.listeners[e]=new Set),o?.once){let i=(...r)=>{this.un(e,i),n(...r)};return this.listeners[e].add(i),()=>this.un(e,i)}return this.listeners[e].add(n),()=>this.un(e,n)}un(e,n){var o;(o=this.listeners[e])===null||o===void 0||o.delete(n)}once(e,n){return this.on(e,n,{once:!0})}unAll(){this.listeners={}}emit(e,...n){this.listeners[e]&&this.listeners[e].forEach((o=>o(...n)))}},D0=class extends hn{constructor(e){super(),this.subscriptions=[],this.isDestroyed=!1,this.options=e}onInit(){}_init(e){this.isDestroyed&&(this.subscriptions=[],this.isDestroyed=!1),this.wavesurfer=e,this.onInit()}destroy(){this.emit("destroy"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.isDestroyed=!0,this.wavesurfer=void 0}},V0=class extends hn{constructor(){super(...arguments),this.animationFrameId=null,this.isRunning=!1}start(){if(this.isRunning)return;this.isRunning=!0;let e=()=>{this.isRunning&&(this.emit("tick"),this.animationFrameId=requestAnimationFrame(e))};e()}stop(){this.isRunning=!1,this.animationFrameId!==null&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null)}destroy(){this.stop()}},B0=100,E4=["audio/webm","audio/wav","audio/mpeg","audio/mp4","audio/mp3"],vn=class t extends D0{constructor(e){var n,o,i,r,l,s;super(Object.assign(Object.assign({},e),{audioBitsPerSecond:(n=e.audioBitsPerSecond)!==null&&n!==void 0?n:128e3,scrollingWaveform:(o=e.scrollingWaveform)!==null&&o!==void 0&&o,scrollingWaveformWindow:(i=e.scrollingWaveformWindow)!==null&&i!==void 0?i:5,continuousWaveform:(r=e.continuousWaveform)!==null&&r!==void 0&&r,renderRecordedAudio:(l=e.renderRecordedAudio)===null||l===void 0||l,mediaRecorderTimeslice:(s=e.mediaRecorderTimeslice)!==null&&s!==void 0?s:void 0})),this.stream=null,this.mediaRecorder=null,this.dataWindow=null,this.isWaveformPaused=!1,this.lastStartTime=0,this.lastDuration=0,this.duration=0,this.micStream=null,this.recordedBlobUrl=null,this.timer=new V0,this.subscriptions.push(this.timer.on("tick",(()=>{let c=performance.now()-this.lastStartTime;this.duration=this.isPaused()?this.duration:this.lastDuration+c,this.emit("record-progress",this.duration)})))}static create(e){return new t(e||{})}renderMicStream(e){var n;let o=new AudioContext,i=o.createMediaStreamSource(e),r=o.createAnalyser();i.connect(r),(this.options.continuousWaveform||this.options.scrollingWaveform)&&(r.fftSize=32);let l=r.frequencyBinCount,s=new Float32Array(l),c=0;this.wavesurfer&&((n=this.originalOptions)!==null&&n!==void 0||(this.originalOptions=Object.assign({},this.wavesurfer.options)),this.wavesurfer.options.interact=!1,this.options.scrollingWaveform&&(this.wavesurfer.options.cursorWidth=0,this.wavesurfer.options.normalize=!0,this.wavesurfer.options.maxPeak=1));let a=setInterval((()=>{var p,m,f,d;if(!this.isWaveformPaused){if(r.getFloatTimeDomainData(s),this.options.scrollingWaveform){let g=Math.floor((this.options.scrollingWaveformWindow||0)*B0),v=0;for(let x=0;x<l;x++){let w=Math.abs(s[x]);w>v&&(v=w)}this.dataWindow||(this.dataWindow=new Float32Array(g));let h=new Float32Array(g);if(this.dataWindow&&this.dataWindow.length>0){let x=g-1,w=this.dataWindow.slice(-x);h.set(w,0)}h[g-1]=v,this.dataWindow=h}else if(this.options.continuousWaveform){if(!this.dataWindow){let v=this.options.continuousWaveformDuration?Math.round(this.options.continuousWaveformDuration*B0):((m=(p=this.wavesurfer)===null||p===void 0?void 0:p.getWidth())!==null&&m!==void 0?m:0)*window.devicePixelRatio;this.dataWindow=new Float32Array(v)}let g=0;for(let v=0;v<l;v++){let h=Math.abs(s[v]);h>g&&(g=h)}if(c+1>this.dataWindow.length){let v=new Float32Array(2*this.dataWindow.length);v.set(this.dataWindow,0),this.dataWindow=v}this.dataWindow[c]=g,c++}else this.dataWindow=s;if(this.wavesurfer){let g=((d=(f=this.dataWindow)===null||f===void 0?void 0:f.length)!==null&&d!==void 0?d:0)/B0;this.wavesurfer.load("",[this.dataWindow],this.options.scrollingWaveform?this.options.scrollingWaveformWindow:g).then((()=>{this.wavesurfer&&this.options.continuousWaveform&&(this.wavesurfer.setTime(this.getDuration()/1e3),this.wavesurfer.options.minPxPerSec||this.wavesurfer.setOptions({minPxPerSec:this.wavesurfer.getWidth()/this.wavesurfer.getDuration()}))})).catch((v=>{console.error("Error rendering real-time recording data:",v)}))}}}),10);return{onDestroy:()=>{clearInterval(a),i?.disconnect(),o?.close()},onEnd:()=>{this.isWaveformPaused=!0,this.stopMic()}}}startMic(e){return N0(this,void 0,void 0,(function*(){let n;this.micStream&&this.stopMic();try{n=yield navigator.mediaDevices.getUserMedia({audio:e==null||e})}catch(i){throw new Error("Error accessing the microphone: "+i.message)}let o=this.renderMicStream(n);return this.micStream=o,this.unsubscribeDestroy=this.once("destroy",o.onDestroy),this.unsubscribeRecordEnd=this.once("record-end",o.onEnd),this.stream=n,n}))}stopMic(){var e,n,o;(e=this.micStream)===null||e===void 0||e.onDestroy(),(n=this.unsubscribeDestroy)===null||n===void 0||n.call(this),(o=this.unsubscribeRecordEnd)===null||o===void 0||o.call(this),this.micStream=null,this.unsubscribeDestroy=void 0,this.unsubscribeRecordEnd=void 0,this.stream&&(this.stream.getTracks().forEach((i=>i.stop())),this.stream=null,this.mediaRecorder=null)}startRecording(e){return N0(this,void 0,void 0,(function*(){let n=this.stream||(yield this.startMic(e));this.dataWindow=null;let o=this.mediaRecorder||new MediaRecorder(n,{mimeType:this.options.mimeType||E4.find((l=>MediaRecorder.isTypeSupported(l))),audioBitsPerSecond:this.options.audioBitsPerSecond});this.mediaRecorder=o,this.stopRecording();let i=[];o.ondataavailable=l=>{l.data.size>0&&i.push(l.data),this.emit("record-data-available",l.data)};let r=l=>{var s;let c=new Blob(i,{type:o.mimeType});this.emit(l,c),this.options.renderRecordedAudio&&(this.applyOriginalOptionsIfNeeded(),this.recordedBlobUrl&&URL.revokeObjectURL(this.recordedBlobUrl),this.recordedBlobUrl=URL.createObjectURL(c),(s=this.wavesurfer)===null||s===void 0||s.load(this.recordedBlobUrl))};o.onpause=()=>r("record-pause"),o.onstop=()=>r("record-end"),o.start(this.options.mediaRecorderTimeslice),this.lastStartTime=performance.now(),this.lastDuration=0,this.duration=0,this.isWaveformPaused=!1,this.timer.start(),this.emit("record-start")}))}getDuration(){return this.duration}isRecording(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)==="recording"}isPaused(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)==="paused"}isActive(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)!=="inactive"}stopRecording(){var e;this.isActive()&&((e=this.mediaRecorder)===null||e===void 0||e.stop(),this.timer.stop())}pauseRecording(){var e,n;this.isRecording()&&(this.isWaveformPaused=!0,(e=this.mediaRecorder)===null||e===void 0||e.requestData(),(n=this.mediaRecorder)===null||n===void 0||n.pause(),this.timer.stop(),this.lastDuration=this.duration)}resumeRecording(){var e;this.isPaused()&&(this.isWaveformPaused=!1,(e=this.mediaRecorder)===null||e===void 0||e.resume(),this.timer.start(),this.lastStartTime=performance.now(),this.emit("record-resume"))}static getAvailableAudioDevices(){return N0(this,void 0,void 0,(function*(){return navigator.mediaDevices.enumerateDevices().then((e=>e.filter((n=>n.kind==="audioinput"))))}))}destroy(){this.applyOriginalOptionsIfNeeded(),super.destroy(),this.stopRecording(),this.stopMic(),this.recordedBlobUrl&&(URL.revokeObjectURL(this.recordedBlobUrl),this.recordedBlobUrl=null)}applyOriginalOptionsIfNeeded(){this.wavesurfer&&this.originalOptions&&(this.wavesurfer.setOptions(this.originalOptions),delete this.originalOptions)}};var xn=class{constructor(){this.listeners={}}on(e,n,o){if(this.listeners[e]||(this.listeners[e]=new Set),o?.once){let i=(...r)=>{this.un(e,i),n(...r)};return this.listeners[e].add(i),()=>this.un(e,i)}return this.listeners[e].add(n),()=>this.un(e,n)}un(e,n){var o;(o=this.listeners[e])===null||o===void 0||o.delete(n)}once(e,n){return this.on(e,n,{once:!0})}unAll(){this.listeners={}}emit(e,...n){this.listeners[e]&&this.listeners[e].forEach((o=>o(...n)))}},T0=class extends xn{constructor(e){super(),this.subscriptions=[],this.isDestroyed=!1,this.options=e}onInit(){}_init(e){this.isDestroyed&&(this.subscriptions=[],this.isDestroyed=!1),this.wavesurfer=e,this.onInit()}destroy(){this.emit("destroy"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.isDestroyed=!0,this.wavesurfer=void 0}};function Vs(t,e){let n=e.xmlns?document.createElementNS(e.xmlns,t):document.createElement(t);for(let[o,i]of Object.entries(e))if(o==="children"&&i)for(let[r,l]of Object.entries(i))l instanceof Node?n.appendChild(l):typeof l=="string"?n.appendChild(document.createTextNode(l)):n.appendChild(Vs(r,l));else o==="style"?Object.assign(n.style,i):o==="textContent"?n.textContent=i:n.setAttribute(o,i.toString());return n}function Pt(t,e,n){let o=Vs(t,e||{});return n?.appendChild(o),o}function Ts(t){let e=t,n=new Set;return{get value(){return e},set(o){Object.is(e,o)||(e=o,n.forEach((i=>i(e))))},update(o){this.set(o(e))},subscribe:o=>(n.add(o),()=>n.delete(o))}}function wn(t,e){let n,o=()=>{n&&(n(),n=void 0),n=t()},i=e.map((r=>r.subscribe(o)));return o(),()=>{n&&(n(),n=void 0),i.forEach((r=>r()))}}function W1(t,e){let n=Ts(null),o=i=>{n.set(i)};return t.addEventListener(e,o),n._cleanup=()=>{t.removeEventListener(e,o)},n}function f1(t){let e=t._cleanup;typeof e=="function"&&e()}function yn(t,e={}){let{threshold:n=3,mouseButton:o=0,touchDelay:i=100}=e,r=Ts(null),l=new Map,s=matchMedia("(pointer: coarse)").matches,c=()=>{},a=p=>{if(p.button!==o||(l.set(p.pointerId,p),l.size>1))return;let m=p.clientX,f=p.clientY,d=!1,g=Date.now(),v=t.getBoundingClientRect(),{left:h,top:x}=v,w=k=>{if(k.defaultPrevented||l.size>1||s&&Date.now()-g<i)return;let H=k.clientX,N=k.clientY,S=H-m,L=N-f;(d||Math.abs(S)>n||Math.abs(L)>n)&&(k.preventDefault(),k.stopPropagation(),d||(r.set({type:"start",x:m-h,y:f-x}),d=!0),r.set({type:"move",x:H-h,y:N-x,deltaX:S,deltaY:L}),m=H,f=N)},y=k=>{if(l.delete(k.pointerId),d){let H=k.clientX,N=k.clientY;r.set({type:"end",x:H-h,y:N-x})}c()},b=k=>{l.delete(k.pointerId),k.relatedTarget&&k.relatedTarget!==document.documentElement||y(k)},M=k=>{d&&(k.stopPropagation(),k.preventDefault())},I=k=>{k.defaultPrevented||l.size>1||d&&k.preventDefault()};document.addEventListener("pointermove",w),document.addEventListener("pointerup",y),document.addEventListener("pointerout",b),document.addEventListener("pointercancel",b),document.addEventListener("touchmove",I,{passive:!1}),document.addEventListener("click",M,{capture:!0}),c=()=>{document.removeEventListener("pointermove",w),document.removeEventListener("pointerup",y),document.removeEventListener("pointerout",b),document.removeEventListener("pointercancel",b),document.removeEventListener("touchmove",I),setTimeout((()=>{document.removeEventListener("click",M,{capture:!0})}),10)}};return t.addEventListener("pointerdown",a),{signal:r,cleanup:()=>{c(),t.removeEventListener("pointerdown",a),l.clear(),f1(r)}}}var bn=class extends xn{constructor(e,n,o=0){var i,r,l,s,c,a,p,m,f,d;super(),this.totalDuration=n,this.numberOfChannels=o,this.element=null,this.minLength=0,this.maxLength=1/0,this.contentEditable=!1,this.subscriptions=[],this.updatingSide=void 0,this.isRemoved=!1,this.subscriptions=[],this.id=e.id||`region-${Math.random().toString(32).slice(2)}`,this.start=this.clampPosition(e.start),this.end=this.clampPosition((i=e.end)!==null&&i!==void 0?i:e.start),this.drag=(r=e.drag)===null||r===void 0||r,this.resize=(l=e.resize)===null||l===void 0||l,this.resizeStart=(s=e.resizeStart)===null||s===void 0||s,this.resizeEnd=(c=e.resizeEnd)===null||c===void 0||c,this.color=(a=e.color)!==null&&a!==void 0?a:"rgba(0, 0, 0, 0.1)",this.minLength=(p=e.minLength)!==null&&p!==void 0?p:this.minLength,this.maxLength=(m=e.maxLength)!==null&&m!==void 0?m:this.maxLength,this.channelIdx=(f=e.channelIdx)!==null&&f!==void 0?f:-1,this.contentEditable=(d=e.contentEditable)!==null&&d!==void 0?d:this.contentEditable,this.element=this.initElement(),this.setContent(e.content),this.setPart(),this.renderPosition(),this.initMouseEvents()}clampPosition(e){return Math.max(0,Math.min(this.totalDuration,e))}setPart(){var e;let n=this.start===this.end;(e=this.element)===null||e===void 0||e.setAttribute("part",`${n?"marker":"region"} ${this.id}`)}addResizeHandles(e){let n={position:"absolute",zIndex:"2",width:"6px",height:"100%",top:"0",cursor:"ew-resize",wordBreak:"keep-all"},o=Pt("div",{part:"region-handle region-handle-left",style:Object.assign(Object.assign({},n),{left:"0",borderLeft:"2px solid rgba(0, 0, 0, 0.5)",borderRadius:"2px 0 0 2px"})},e),i=Pt("div",{part:"region-handle region-handle-right",style:Object.assign(Object.assign({},n),{right:"0",borderRight:"2px solid rgba(0, 0, 0, 0.5)",borderRadius:"0 2px 2px 0"})},e),r=yn(o,{threshold:1}),l=yn(i,{threshold:1}),s=wn((()=>{let a=r.signal.value;a&&(a.type==="move"&&a.deltaX!==void 0?this.onResize(a.deltaX,"start"):a.type==="end"&&this.onEndResizing("start"))}),[r.signal]),c=wn((()=>{let a=l.signal.value;a&&(a.type==="move"&&a.deltaX!==void 0?this.onResize(a.deltaX,"end"):a.type==="end"&&this.onEndResizing("end"))}),[l.signal]);this.subscriptions.push((()=>{s(),c(),r.cleanup(),l.cleanup()}))}removeResizeHandles(e){let n=e.querySelector('[part*="region-handle-left"]'),o=e.querySelector('[part*="region-handle-right"]');n&&e.removeChild(n),o&&e.removeChild(o)}initElement(){if(this.isRemoved)return null;let e=this.start===this.end,n=0,o=100;this.channelIdx>=0&&this.numberOfChannels>0&&this.channelIdx<this.numberOfChannels&&(o=100/this.numberOfChannels,n=o*this.channelIdx);let i=Pt("div",{style:{position:"absolute",top:`${n}%`,height:`${o}%`,backgroundColor:e?"none":this.color,borderLeft:e?"2px solid "+this.color:"none",borderRadius:"2px",boxSizing:"border-box",transition:"background-color 0.2s ease",cursor:this.drag?"grab":"default",pointerEvents:"all"}});return!e&&this.resize&&this.addResizeHandles(i),i}renderPosition(){if(!this.element)return;let e=this.start/this.totalDuration,n=(this.totalDuration-this.end)/this.totalDuration;this.element.style.left=100*e+"%",this.element.style.right=100*n+"%"}toggleCursor(e){var n;this.drag&&(!((n=this.element)===null||n===void 0)&&n.style)&&(this.element.style.cursor=e?"grabbing":"grab")}initMouseEvents(){let{element:e}=this;if(!e)return;let n=W1(e,"click"),o=W1(e,"mouseenter"),i=W1(e,"mouseleave"),r=W1(e,"dblclick"),l=W1(e,"pointerdown"),s=W1(e,"pointerup"),c=n.subscribe((h=>h&&this.emit("click",h))),a=o.subscribe((h=>h&&this.emit("over",h))),p=i.subscribe((h=>h&&this.emit("leave",h))),m=r.subscribe((h=>h&&this.emit("dblclick",h))),f=l.subscribe((h=>h&&this.toggleCursor(!0))),d=s.subscribe((h=>h&&this.toggleCursor(!1)));this.subscriptions.push((()=>{c(),a(),p(),m(),f(),d(),f1(n),f1(o),f1(i),f1(r),f1(l),f1(s)}));let g=yn(e),v=wn((()=>{let h=g.signal.value;h&&(h.type==="start"?this.toggleCursor(!0):h.type==="move"&&h.deltaX!==void 0?this.onMove(h.deltaX):h.type==="end"&&(this.toggleCursor(!1),this.drag&&this.emit("update-end")))}),[g.signal]);this.subscriptions.push((()=>{v(),g.cleanup()})),this.contentEditable&&this.content&&(this.contentClickListener=h=>this.onContentClick(h),this.contentBlurListener=()=>this.onContentBlur(),this.content.addEventListener("click",this.contentClickListener),this.content.addEventListener("blur",this.contentBlurListener))}_onUpdate(e,n,o){var i;if(!(!((i=this.element)===null||i===void 0)&&i.parentElement))return;let{width:r}=this.element.parentElement.getBoundingClientRect(),l=e/r*this.totalDuration,s=n&&n!=="start"?this.start:this.start+l,c=n&&n!=="end"?this.end:this.end+l,a=o!==void 0;a&&this.updatingSide&&this.updatingSide!==n&&(this.updatingSide==="start"?s=o:c=o),s=Math.max(0,s),c=Math.min(this.totalDuration,c);let p=c-s;this.updatingSide=n;let m=p>=this.minLength&&p<=this.maxLength;s<=c&&(m||a)&&(this.start=s,this.end=c,this.renderPosition(),this.emit("update",n))}onMove(e){this.drag&&this._onUpdate(e)}onResize(e,n){this.resize&&(this.resizeStart||n!=="start")&&(this.resizeEnd||n!=="end")&&this._onUpdate(e,n)}onEndResizing(e){this.resize&&(this.emit("update-end",e),this.updatingSide=void 0)}onContentClick(e){e.stopPropagation(),e.target.focus(),this.emit("click",e)}onContentBlur(){this.emit("update-end")}_setTotalDuration(e){this.totalDuration=e,this.renderPosition()}play(e){this.emit("play",e&&this.end!==this.start?this.end:void 0)}getContent(e=!1){var n;return e?this.content||void 0:this.element instanceof HTMLElement?((n=this.content)===null||n===void 0?void 0:n.innerHTML)||void 0:""}setContent(e){var n;if(this.element)if(this.content&&this.contentEditable&&(this.contentClickListener&&this.content.removeEventListener("click",this.contentClickListener),this.contentBlurListener&&this.content.removeEventListener("blur",this.contentBlurListener)),(n=this.content)===null||n===void 0||n.remove(),e){if(typeof e=="string"){let o=this.start===this.end;this.content=Pt("div",{style:{padding:`0.2em ${o?.2:.4}em`,display:"inline-block"},textContent:e})}else this.content=e;this.contentEditable&&(this.content.contentEditable="true",this.contentClickListener=o=>this.onContentClick(o),this.contentBlurListener=()=>this.onContentBlur(),this.content.addEventListener("click",this.contentClickListener),this.content.addEventListener("blur",this.contentBlurListener)),this.content.setAttribute("part","region-content"),this.element.appendChild(this.content),this.emit("content-changed")}else this.content=void 0}setOptions(e){var n,o;if(this.element){if(e.color&&(this.color=e.color,this.element.style.backgroundColor=this.color),e.drag!==void 0&&(this.drag=e.drag,this.element.style.cursor=this.drag?"grab":"default"),e.start!==void 0||e.end!==void 0){let i=this.start===this.end;this.start=this.clampPosition((n=e.start)!==null&&n!==void 0?n:this.start),this.end=this.clampPosition((o=e.end)!==null&&o!==void 0?o:i?this.start:this.end),this.renderPosition(),this.setPart()}if(e.content&&this.setContent(e.content),e.id&&(this.id=e.id,this.setPart()),e.resize!==void 0&&e.resize!==this.resize){let i=this.start===this.end;this.resize=e.resize,this.resize&&!i?this.addResizeHandles(this.element):this.removeResizeHandles(this.element)}e.resizeStart!==void 0&&(this.resizeStart=e.resizeStart),e.resizeEnd!==void 0&&(this.resizeEnd=e.resizeEnd)}}remove(){this.isRemoved=!0,this.emit("remove"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.content&&this.contentEditable&&(this.contentClickListener&&(this.content.removeEventListener("click",this.contentClickListener),this.contentClickListener=void 0),this.contentBlurListener&&(this.content.removeEventListener("blur",this.contentBlurListener),this.contentBlurListener=void 0)),this.element&&(this.element.remove(),this.element=null),this.unAll()}},kn=class t extends T0{constructor(e){super(e),this.regions=[],this.regionsContainer=this.initRegionsContainer()}static create(e){return new t(e)}onInit(){if(!this.wavesurfer)throw Error("WaveSurfer is not initialized");this.wavesurfer.getWrapper().appendChild(this.regionsContainer),this.subscriptions.push(this.wavesurfer.on("ready",(n=>{this.regions.forEach((o=>o._setTotalDuration(n)))})));let e=[];this.subscriptions.push(this.wavesurfer.on("timeupdate",(n=>{let o=this.regions.filter((i=>i.start<=n&&(i.end===i.start?i.start+.05:i.end)>=n));o.forEach((i=>{e.includes(i)||this.emit("region-in",i)})),e.forEach((i=>{o.includes(i)||this.emit("region-out",i)})),e=o})))}initRegionsContainer(){return Pt("div",{part:"regions-container",style:{position:"absolute",top:"0",left:"0",width:"100%",height:"100%",zIndex:"5",pointerEvents:"none"}})}getRegions(){return this.regions}avoidOverlapping(e){e.content&&setTimeout((()=>{let n=e.content,o=n.getBoundingClientRect(),i=this.regions.map((r=>{if(r===e||!r.content)return 0;let l=r.content.getBoundingClientRect();return o.left<l.left+l.width&&l.left<o.left+o.width?l.height:0})).reduce(((r,l)=>r+l),0);n.style.marginTop=`${i}px`}),10)}adjustScroll(e){var n,o;if(!e.element)return;let i=(o=(n=this.wavesurfer)===null||n===void 0?void 0:n.getWrapper())===null||o===void 0?void 0:o.parentElement;if(!i)return;let{clientWidth:r,scrollWidth:l}=i;if(l<=r)return;let s=i.getBoundingClientRect(),c=e.element.getBoundingClientRect(),a=c.left-s.left,p=c.right-s.left;a<0?i.scrollLeft+=a:p>r&&(i.scrollLeft+=p-r)}virtualAppend(e,n,o){let i=()=>{if(!this.wavesurfer)return;let r=this.wavesurfer.getWidth(),l=this.wavesurfer.getScroll(),s=n.clientWidth,c=this.wavesurfer.getDuration(),a=Math.round(e.start/c*s),p=a+(Math.round((e.end-e.start)/c*s)||1)>l&&a<l+r;p&&!o.parentElement?n.appendChild(o):!p&&o.parentElement&&o.remove()};setTimeout((()=>{if(!this.wavesurfer||!e.element)return;i();let r=this.wavesurfer.on("scroll",i),l=this.wavesurfer.on("zoom",i),s=this.wavesurfer.on("resize",i);this.subscriptions.push(r,l,s),e.once("remove",(()=>{r(),l(),s()}))}),0)}saveRegion(e){if(!e.element)return;this.virtualAppend(e,this.regionsContainer,e.element),this.avoidOverlapping(e),this.regions.push(e);let n=[e.on("update",(o=>{o||this.adjustScroll(e),this.emit("region-update",e,o)})),e.on("update-end",(o=>{this.avoidOverlapping(e),this.emit("region-updated",e,o)})),e.on("play",(o=>{var i;(i=this.wavesurfer)===null||i===void 0||i.play(e.start,o)})),e.on("click",(o=>{this.emit("region-clicked",e,o)})),e.on("dblclick",(o=>{this.emit("region-double-clicked",e,o)})),e.on("content-changed",(()=>{this.emit("region-content-changed",e)})),e.once("remove",(()=>{n.forEach((o=>o())),this.regions=this.regions.filter((o=>o!==e)),this.emit("region-removed",e)}))];this.subscriptions.push(...n),this.emit("region-created",e)}addRegion(e){var n,o;if(!this.wavesurfer)throw Error("WaveSurfer is not initialized");let i=this.wavesurfer.getDuration(),r=(o=(n=this.wavesurfer)===null||n===void 0?void 0:n.getDecodedData())===null||o===void 0?void 0:o.numberOfChannels,l=new bn(e,i,r);return this.emit("region-initialized",l),i?this.saveRegion(l):this.subscriptions.push(this.wavesurfer.once("ready",(s=>{l._setTotalDuration(s),this.saveRegion(l)}))),l}enableDragSelection(e,n=3){var o;let i=(o=this.wavesurfer)===null||o===void 0?void 0:o.getWrapper();if(!(i&&i instanceof HTMLElement))return()=>{};let r=null,l=0,s=0,c=yn(i,{threshold:n}),a=wn((()=>{var p,m;let f=c.signal.value;if(f)if(f.type==="start"){if(l=f.x,!this.wavesurfer)return;let d=this.wavesurfer.getDuration(),g=(m=(p=this.wavesurfer)===null||p===void 0?void 0:p.getDecodedData())===null||m===void 0?void 0:m.numberOfChannels,{width:v}=this.wavesurfer.getWrapper().getBoundingClientRect();s=l/v*d;let h=f.x/v*d,x=(f.x+5)/v*d;r=new bn(Object.assign(Object.assign({},e),{start:h,end:x}),d,g),this.emit("region-initialized",r),r.element&&this.regionsContainer.appendChild(r.element)}else f.type==="move"&&f.deltaX!==void 0?r&&r._onUpdate(f.deltaX,f.x>l?"end":"start",s):f.type==="end"&&r&&(this.saveRegion(r),r.updatingSide=void 0,r=null)}),[c.signal]);return()=>{a(),c.cleanup()}}clearRegions(){this.regions.slice().forEach((e=>e.remove())),this.regions=[]}destroy(){this.clearRegions(),super.destroy(),this.regionsContainer.remove()}};import{Fragment as X4,jsx as ee,jsxs as St}from"react/jsx-runtime";var q4=W4(function({onFinalize:e,recordOptions:n,options:o,labels:i=w5,className:r,classNames:l,style:s,styles:c,...a},p){let m=Es(null),[f,d]=Pn("idle"),[g,v]=Pn(null),[h,x]=Pn(null),[w,y]=Pn(!1),b=Es("idle");b.current=f;let M=Z4(()=>[vn.create({renderRecordedAudio:!0,scrollingWaveform:!1,continuousWaveform:!1,...n}),kn.create()],[]),[I,k]=M,{wavesurfer:H,isPlaying:N,isReady:S,currentTime:L}=A4({...v5,...o,container:m,plugins:M}),P=S?H?.getDuration()??0:0;E0(()=>{let E=[I.on("record-start",()=>d("recording")),I.on("record-end",W=>{d("recorded"),v(W)}),k.on("region-clicked",(W,U)=>{U.stopPropagation(),W.play(!0)})];return()=>E.forEach(W=>W?.())},[k,I]),E0(()=>H?H.on("ready",()=>{if(b.current!=="recorded")return;let W=H.getDuration();k.clearRegions();let U=k.addRegion({start:0,end:W,color:o?.regionColor??h5,drag:!1,resize:!0});x({start:U.start,end:U.end})}):void 0,[H,k,o]),E0(()=>k.on("region-updated",W=>{x({start:W.start,end:W.end})}),[k]);let D=Z1(async()=>{await I.startRecording()},[I]),T=Z1(()=>{I.stopRecording()},[I]),V=Z1(()=>{H?.playPause()},[H]),O=Z1(async()=>{if(!(!g||!h||!H)){y(!0);try{let E=await F4(g,h.start,h.end),W=URL.createObjectURL(E);v(E),H.load(W)}finally{y(!1)}}},[g,h,H]),R=Z1(()=>{k.clearRegions(),H?.empty(),v(null),x(null),d("idle")},[H,k]),B=Z1(()=>{if(g){let E=URL.createObjectURL(g);e?.(g,E)}},[e,g]),_=!h||h.start<=0&&h.end>=P;return ee("div",{ref:p,className:de("cleen wavesurfer-handle",r),style:s,...a,children:St("div",{className:de("cleen-flex cleen-flex-col cleen-items-center cleen-gap-3",l?.container),style:c?.container,children:[f==="idle"&&St(X4,{children:[ee("button",{type:"button",onClick:D,"aria-label":"Start recording",className:de("cleen-p-8 cleen-border-2 cleen-border-primary/20 hover:cleen-border-primary cleen-rounded-full cleen-transition-colors",l?.startButton),style:c?.startButton,children:ee(_4,{className:"cleen-size-8 cleen-text-primary"})}),ee("p",{className:de("cleen-text-gray/50 cleen-text-sm cleen-select-none",l?.startLabel),style:c?.startLabel,children:i.startRecording})]}),f==="recording"&&ee("button",{type:"button",onClick:T,"aria-label":"Stop recording",className:de("cleen-p-8 cleen-border-2 cleen-border-primary/20 hover:cleen-border-primary cleen-rounded-full cleen-transition-colors",l?.stopButton),style:c?.stopButton,children:ee(O4,{className:"cleen-size-8 cleen-text-primary"})}),ee("div",{ref:m,className:de("cleen-w-full cleen-min-w-0 cleen-waveform",f==="idle"&&"cleen-hidden",l?.waveform),style:c?.waveform}),f==="recorded"&&St("div",{className:de("cleen-flex cleen-items-center cleen-gap-2 cleen-w-full",l?.recordedContainer),style:c?.recordedContainer,children:[ee($,{type:"button",onClick:V,disabled:!S,"aria-label":N?"Pause":"Play",className:l?.playPauseButton?.className,classNames:{...l?.playPauseButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.playPauseButton?.classNames?.container)},...c?.playPauseButton,children:N?ee(z4,{}):ee(U4,{})}),St("span",{className:de("cleen-tabular-nums cleen-text-gray/60 cleen-text-xs cleen-shrink-0",l?.timestamp),style:c?.timestamp,children:[Ln(L),"\xA0/\xA0",Ln(P)]}),ee("span",{className:"cleen-flex-1"}),!_&&h&&St("span",{className:de("cleen-tabular-nums cleen-text-gray/50 cleen-text-xs cleen-shrink-0",l?.trimmedTimestamp),style:c?.trimmedTimestamp,children:[Ln(h.start),"\u2013",Ln(h.end)]}),ee($,{type:"button",onClick:R,variant:"secondary","aria-label":"Discard recording",className:l?.discardButton?.className,classNames:{...l?.discardButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.discardButton?.classNames?.container)},...c?.discardButton,children:ee($4,{className:"cleen-text-error"})}),ee($,{type:"button",onClick:O,disabled:_||w||!S,"aria-label":"Apply trim",variant:"secondary",className:l?.trimButton?.className,classNames:{...l?.trimButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.trimButton?.classNames?.container)},...c?.trimButton,children:ee(G4,{})}),ee($,{type:"button",onClick:B,"aria-label":"Finalize recording",className:l?.finalizeButton?.className,classNames:{...l?.finalizeButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.finalizeButton?.classNames?.container)},...c?.finalizeButton,children:ee(De,{})})]})]})})});import{cn as Sn}from"@cleen/ui-core";import{forwardRef as j4,useMemo as K4}from"react";var Fs={xs:"cleen-size-6 cleen-text-[10px]",sm:"cleen-size-7 cleen-text-xs",md:"cleen-size-9 cleen-text-sm",lg:"cleen-size-11 cleen-text-base",xl:"cleen-size-14 cleen-text-lg"};import{jsx as It}from"react/jsx-runtime";var In=j4(function({title:e,name:n,src:o,alt:i,size:r="md",initialsLength:l=2,isSelected:s=!1,showBorder:c=!1,fallback:a=It(kt,{}),className:p,classNames:m,style:f,styles:d,onClick:g,...v},h){let x=K4(()=>(l===2?n?.split(" ").map(w=>w.charAt(0).toUpperCase()).join("").slice(0,l):n?.charAt(0).toUpperCase())||a,[n,l,a]);return It("div",{className:Sn("cleen",p),style:f,ref:h,...v,children:It("div",{onClick:g,className:Sn("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/20 cleen-rounded-full cleen-font-medium cleen-transition-all",typeof r=="string"&&Fs[r],{"cleen-border-2 cleen-border-white":c,"cleen-cursor-pointer":!!g},m?.avatar,{[`cleen-border-primary ${m?.avatarSelected}`]:c&&s}),style:{...typeof r=="number"&&{width:r,height:r,fontSize:r*.4,lineHeight:`${r}px`},...d?.avatar,...c&&s&&d?.avatarSelected},title:e||n,children:o?It("img",{src:o,alt:i||n,className:Sn("cleen-rounded-full cleen-w-full cleen-h-full cleen-object-cover",m?.image),style:d?.image}):It("span",{className:Sn("cleen-select-none cleen-text-gray/70",m?.fallback),style:d?.fallback,children:x})})})});import{cn as As}from"@cleen/ui-core";import{forwardRef as Y4}from"react";import{jsx as F0,jsxs as J4}from"react/jsx-runtime";var Q4=Y4(function({avatars:e,size:n="md",selectedAvatars:o=[],onAvatarToggle:i,gap:r=4,maxVisible:l,maxExtra:s=99,showBorder:c=!0,initialsLength:a,fallback:p,className:m,classNames:f,style:d,styles:g,...v},h){let x=l?e?.slice(0,l):e,w=l&&e&&e.length>l?Math.min(e.length-l,s):0;return F0("div",{className:As("cleen",m),style:d,ref:h,...v,children:J4("div",{className:As("cleen-flex cleen-items-center",f?.row),style:{gap:r,...g?.row},children:[x?.map((y,b)=>{let M=o.includes(y?.id??"");return F0(In,{name:y.name,src:y.src,size:n,isSelected:M,showBorder:c,initialsLength:a,fallback:p,onClick:()=>i?.(y.id??""),...f?.avatar,style:{zIndex:x.length-b,...g?.avatar?.style},styles:g?.avatar?.styles,...y},y.id||b)}),w>0&&F0(In,{size:n,fallback:`+${w}`,...f?.extra,...g?.extra})]})})});import{cn as qe}from"@cleen/ui-core";import{forwardRef as ec}from"react";import{Link as Ws}from"react-router-dom";import{jsx as Mt,jsxs as Mn}from"react/jsx-runtime";var tc=ec(function({root:e={path:"/",icon:Mt(ut,{"aria-hidden":"true",className:"cleen-h-5 cleen-w-5"})},segments:n,className:o,classNames:i,style:r,styles:l,...s},c){return!n||n.length===0?null:Mt("div",{className:qe("cleen",o),style:r,ref:c,...s,children:Mt("nav",{className:qe("cleen-hidden sm:cleen-flex",i?.container),style:l?.container,"aria-label":"Breadcrumb",children:Mn("ol",{role:"list",className:qe("cleen-flex cleen-items-center cleen-gap-4",i?.list),style:l?.list,children:[e&&Mt("li",{className:qe("cleen-flex cleen-items-center",i?.rootItem),style:l?.rootItem,children:Mn(Ws,{to:e?.path,className:qe("cleen-text-sm cleen-text-gray/60 cleen-flex cleen-items-center cleen-gap-2 cleen-transition-colors cleen-duration-200 hover:cleen-text-gray/80",i?.rootLink),style:l?.rootLink,"aria-current":"page",children:[e?.icon,e?.label]})}),n.map(({path:a,icon:p,label:m,id:f},d)=>{let g=d===n.length-1,v=m||a.charAt(0).toUpperCase()+a.slice(1);return Mn("li",{className:qe("cleen-flex cleen-items-center cleen-gap-4",i?.item),style:l?.item,children:[(e||!e&&d!==0)&&Mt(Te,{className:qe("cleen-h-5 cleen-w-5 cleen-text-gray/50",i?.chevron),style:l?.chevron,"aria-hidden":"true"}),Mn(Ws,{to:a,className:qe("cleen-transition-colors cleen-duration-200 hover:cleen-text-primary cleen-text-sm cleen-flex cleen-items-center cleen-gap-2",g?"cleen-rounded-md cleen-bg-gray/5 cleen-py-1 cleen-px-2 cleen-text-gray/80 cleen-font-semibold":"cleen-text-gray/80 cleen-font-medium",i?.link),style:l?.link,"aria-current":g?"page":void 0,children:[p,v]})]},f||a)})]})})})});import{cn as Xe,ColorHelpers as Cc}from"@cleen/ui-core";function _1(t,e,n){return Math.min(Math.max(t,n),e)}var A0=class extends Error{constructor(e){super(`Failed to parse color: "${e}"`)}},Ht=A0;function nc(t){if(typeof t!="string")throw new Ht(t);if(t.trim().toLowerCase()==="transparent")return[0,0,0,0];let e=t.trim();e=pc.test(t)?lc(t):t;let n=ic.exec(e);if(n){let l=Array.from(n).slice(1);return[...l.slice(0,3).map(s=>parseInt(Rt(s,2),16)),parseInt(Rt(l[3]||"f",2),16)/255]}let o=sc.exec(e);if(o){let l=Array.from(o).slice(1);return[...l.slice(0,3).map(s=>parseInt(s,16)),parseInt(l[3]||"ff",16)/255]}let i=cc.exec(e);if(i){let l=Array.from(i).slice(1);return[...l.slice(0,3).map(s=>parseInt(s,10)),parseFloat(l[3]||"1")]}let r=ac.exec(e);if(r){let[l,s,c,a]=Array.from(r).slice(1).map(parseFloat);if(_1(0,100,s)!==s)throw new Ht(t);if(_1(0,100,c)!==c)throw new Ht(t);return[...dc(l,s,c),Number.isNaN(a)?1:a]}throw new Ht(t)}function oc(t){let e=5381,n=t.length;for(;n;)e=e*33^t.charCodeAt(--n);return(e>>>0)%2341}var Zs=t=>parseInt(t.replace(/_/g,""),36),rc="1q29ehhb 1n09sgk7 1kl1ekf_ _yl4zsno 16z9eiv3 1p29lhp8 _bd9zg04 17u0____ _iw9zhe5 _to73___ _r45e31e _7l6g016 _jh8ouiv _zn3qba8 1jy4zshs 11u87k0u 1ro9yvyo 1aj3xael 1gz9zjz0 _3w8l4xo 1bf1ekf_ _ke3v___ _4rrkb__ 13j776yz _646mbhl _nrjr4__ _le6mbhl 1n37ehkb _m75f91n _qj3bzfz 1939yygw 11i5z6x8 _1k5f8xs 1509441m 15t5lwgf _ae2th1n _tg1ugcv 1lp1ugcv 16e14up_ _h55rw7n _ny9yavn _7a11xb_ 1ih442g9 _pv442g9 1mv16xof 14e6y7tu 1oo9zkds 17d1cisi _4v9y70f _y98m8kc 1019pq0v 12o9zda8 _348j4f4 1et50i2o _8epa8__ _ts6senj 1o350i2o 1mi9eiuo 1259yrp0 1ln80gnw _632xcoy 1cn9zldc _f29edu4 1n490c8q _9f9ziet 1b94vk74 _m49zkct 1kz6s73a 1eu9dtog _q58s1rz 1dy9sjiq __u89jo3 _aj5nkwg _ld89jo3 13h9z6wx _qa9z2ii _l119xgq _bs5arju 1hj4nwk9 1qt4nwk9 1ge6wau6 14j9zlcw 11p1edc_ _ms1zcxe _439shk6 _jt9y70f _754zsow 1la40eju _oq5p___ _x279qkz 1fa5r3rv _yd2d9ip _424tcku _8y1di2_ _zi2uabw _yy7rn9h 12yz980_ __39ljp6 1b59zg0x _n39zfzp 1fy9zest _b33k___ _hp9wq92 1il50hz4 _io472ub _lj9z3eo 19z9ykg0 _8t8iu3a 12b9bl4a 1ak5yw0o _896v4ku _tb8k8lv _s59zi6t _c09ze0p 1lg80oqn 1id9z8wb _238nba5 1kq6wgdi _154zssg _tn3zk49 _da9y6tc 1sg7cv4f _r12jvtt 1gq5fmkz 1cs9rvci _lp9jn1c _xw1tdnb 13f9zje6 16f6973h _vo7ir40 _bt5arjf _rc45e4t _hr4e100 10v4e100 _hc9zke2 _w91egv_ _sj2r1kk 13c87yx8 _vqpds__ _ni8ggk8 _tj9yqfb 1ia2j4r4 _7x9b10u 1fc9ld4j 1eq9zldr _5j9lhpx _ez9zl6o _md61fzm".split(" ").reduce((t,e)=>{let n=Zs(e.substring(0,3)),o=Zs(e.substring(3)).toString(16),i="";for(let r=0;r<6-o.length;r++)i+="0";return t[n]=`${i}${o}`,t},{});function lc(t){let e=t.toLowerCase().trim(),n=rc[oc(e)];if(!n)throw new Ht(t);return`#${n}`}var Rt=(t,e)=>Array.from(Array(e)).map(()=>t).join(""),ic=new RegExp(`^#${Rt("([a-f0-9])",3)}([a-f0-9])?$`,"i"),sc=new RegExp(`^#${Rt("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),cc=new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${Rt(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),ac=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,pc=/^[a-z]+$/i,_s=t=>Math.round(t*255),dc=(t,e,n)=>{let o=n/100;if(e===0)return[o,o,o].map(_s);let i=(t%360+360)%360/60,r=(1-Math.abs(2*o-1))*(e/100),l=r*(1-Math.abs(i%2-1)),s=0,c=0,a=0;i>=0&&i<1?(s=r,c=l):i>=1&&i<2?(s=l,c=r):i>=2&&i<3?(c=r,a=l):i>=3&&i<4?(c=l,a=r):i>=4&&i<5?(s=l,a=r):i>=5&&i<6&&(s=r,a=l);let p=o-r/2,m=s+p,f=c+p,d=a+p;return[m,f,d].map(_s)};function uc(t,e,n,o){return`rgba(${_1(0,255,t).toFixed()}, ${_1(0,255,e).toFixed()}, ${_1(0,255,n).toFixed()}, ${parseFloat(_1(0,1,o).toFixed(3))})`}function Nt(t,e){let[n,o,i,r]=nc(t);return uc(n,o,i,r-e)}import{forwardRef as mc,useMemo as gc}from"react";import{jsx as O1,jsxs as Os}from"react/jsx-runtime";var ne=mc(function({header:e,footer:n,color:o,isGlass:i=!1,hoverable:r=!1,p:l,gap:s,children:c,className:a,classNames:p,style:m,styles:f,...d},g){let{cardColor:v,backgroundColor:h,borderColor:x}=gc(()=>{let w=Cc.getComputedColor(o);return w?{cardColor:w,backgroundColor:Nt(w,.9),borderColor:Nt(w,.8)}:{cardColor:w}},[o]);return O1("div",{className:Xe("cleen",a),style:m,ref:g,...d,children:Os("div",{className:Xe("cleen-bg-background cleen-rounded-lg cleen-pt-6 cleen-border cleen-border-gray/10 cleen-flex cleen-flex-col cleen-gap-6 cleen-flex-grow",r&&"cleen-transition-all cleen-duration-200 hover:cleen-border-gray/20 hover:cleen-shadow-md",n?.content?"cleen-pb-3":"cleen-pb-6",p?.container),style:{...v&&{backgroundColor:h,borderColor:x,color:v},...i&&{backgroundImage:`linear-gradient(to right, rgba(var(--cleen-black), 0.03) 0%, rgba(255, 255, 255, 0) 5%),
|
|
2
|
-
linear-gradient(to bottom, rgba(var(--cleen-black), 0.03) 0%, rgba(255, 255, 255, 0) 10%)`},...l!==void 0&&{paddingBlock:l},...s!==void 0&&{gap:s},...f?.container},children:[(e?.content||e?.title)&&Os("div",{className:Xe("cleen-px-6",p?.header?.content),style:{...v&&{color:v},...l!==void 0&&{paddingInline:l},...f?.header?.content},children:[e?.title&&O1("div",{className:Xe("cleen-text-xl cleen-font-bold cleen-text-gray",p?.header?.title),style:{...v&&{color:v},...f?.header?.title},children:e?.title}),e?.content]}),(e?.content||e?.title)&&e?.hasDivider&&O1("hr",{className:Xe("cleen-text-gray/10",p?.header?.divider),style:{...v&&{color:x},...f?.header?.divider}}),c&&O1("div",{className:Xe("cleen-px-6",p?.childrenContainer),style:{...l!==void 0&&{paddingInline:l},...f?.childrenContainer},children:c}),n?.content&&n?.hasDivider&&O1("hr",{className:Xe("cleen-text-gray/10",p?.footer?.divider),style:{...v&&{color:x},...f?.footer?.divider}}),n?.content&&O1("div",{className:Xe("cleen-px-6 -cleen-mt-3 cleen-text-black",p?.footer?.content),style:{...v&&{color:v},...l!==void 0&&{paddingInline:l},...f?.footer?.content},children:n.content})]})})});import{cn as W0,ColorHelpers as fc}from"@cleen/ui-core";import{forwardRef as hc}from"react";import{Fragment as wc,jsx as Bt,jsxs as yc}from"react/jsx-runtime";var vc=hc(function({iconName:e,iconSrc:n,icon:o,iconSize:i=20,header:r,color:l,children:s,classNames:c,styles:a,...p},m){let f=fc.getComputedColor(l);return Bt(ne,{ref:m,classNames:{...c,header:{...c?.header,title:W0("cleen-flex cleen-gap-4",c?.header?.title)}},header:{...r,title:yc(wc,{children:[Bt("div",{className:W0("cleen-flex cleen-w-10 cleen-h-10 cleen-justify-center cleen-items-center cleen-gap-2 cleen-flex-shrink-0 cleen-rounded-xl cleen-border cleen-border-gray/10 cleen-bg-background",c?.iconHolder),style:{...f&&{backgroundColor:Nt(f,.85),color:f,borderColor:"transparent"},...a?.iconHolder},children:o||(e?Bt(re,{name:e,className:"cleen-text-gray",style:{width:i,height:i,...f&&{color:f}}}):n?Bt("img",{src:n,alt:"Icon",className:"cleen-text-gray",style:{width:i,height:i,...f&&{color:f}}}):null)}),r?.title]})},color:l,...p,children:s&&Bt("div",{className:W0("cleen-flex-1",c?.content),style:a?.content,children:s})})});import{cn as z1}from"@cleen/ui-core";import{forwardRef as xc,useMemo as bc}from"react";import{jsx as Dt}from"react/jsx-runtime";var kc=xc(function({media:e,header:n,color:o,children:i,classNames:r,styles:l,...s},c){let a=bc(()=>{switch(e?.type){case"image":return Dt("img",{...e,alt:e.alt??"Card media",className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});case"video":return Dt("video",{playsInline:!0,controls:!0,...e,className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});case"iframe":return Dt("iframe",{...e,title:e.title??"Card iframe",className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});default:return null}},[e,r?.media,l?.media]);return Dt(ne,{ref:c,color:o,classNames:{...r,container:z1("cleen-pt-0",r?.container),header:{...r?.header,content:z1("cleen-p-0",r?.header?.content)}},header:{...n,...a&&{content:Dt("div",{className:z1("cleen-w-full cleen-overflow-hidden cleen-rounded-t-lg",r?.media?.container),style:l?.media?.container,children:a})}},...s,children:i})});import{forwardRef as Pc,useEffect as Sc,useMemo as Ic,useState as Mc}from"react";import{cn as je}from"@cleen/ui-core";import{cn as Vt}from"@cleen/ui-core";import{jsx as Hn,jsxs as Lc}from"react/jsx-runtime";var z=({className:t,classNames:e,style:n,styles:o,infoMessage:i,errorMessage:r,subtitle:l,...s})=>Hn("div",{className:Vt("cleen",t),style:n,children:Lc("div",{className:Vt(e?.container),style:o?.container,...s,children:[i&&Hn("div",{className:Vt("cleen-mt-1 cleen-font-normal cleen-text-sm cleen-text-primary",e?.infoMessage),style:o?.infoMessage,role:"note",children:i}),r&&Hn("div",{className:Vt("cleen-mt-1 cleen-font-medium cleen-text-sm cleen-text-error",e?.errorMessage),style:o?.errorMessage,role:"alert",children:r}),l&&Hn("div",{className:Vt("cleen-mt-2 cleen-font-normal cleen-text-sm cleen-leading-[20px] cleen-text-gray/70",e?.subtitle),style:o?.subtitle,children:l})]})});import{jsx as Ke,jsxs as Tt}from"react/jsx-runtime";var te=Pc(function({name:e,id:n,type:o,label:i,defaultValue:r,value:l,disabled:s,required:c,className:a,classNames:p,style:m,styles:f,autoComplete:d="off",isFocusedBorder:g,maxLength:v,maxLengthLabelThreshold:h=.5,uploadLabel:x,leftIcon:w,rightIcon:y,topRightIcon:b,inputOverlay:M,infoLabels:I,maxLengthLabel:k,onChange:H,...N},S){let L=l!==void 0,[P,D]=Mc(r??""),T=L?l:P;Sc(()=>{L||D(l??r??"")},[l,r,L]);let V=R=>{let B=R.target.value;(!v||B.length<=v)&&(L||D(B),H?.(R))},O=Ic(()=>!v||!k||(T?.toString()?.length??0)/v<h?I?.subtitle:k?.(v-(T?.toString()?.length??0)),[T,v,h,I?.subtitle]);return Ke("div",{className:je("cleen",a),style:m,children:Tt("div",{className:je("cleen-flex cleen-flex-col cleen-rounded-md cleen-w-full cleen-overflow-visible cleen-font-medium cleen-text-gray",p?.container),style:f?.container,children:[(i||b)&&Tt("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-gap-2",children:[Tt("label",{htmlFor:n||e,className:je("cleen-flex-1 cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",p?.label),style:f?.label,children:[i,c&&Ke("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),b]}),Tt("div",{className:je("cleen-relative cleen-flex cleen-items-stretch cleen-bg-background cleen-shadow-sm cleen-border cleen-rounded-md cleen-transition-colors cleen-duration-200",{"has-[:focus]:cleen-border has-[:focus]:cleen-border-primary/30 has-[:focus]:cleen-shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05),0px_0px_0px_4px_rgba(0,149,235,0.24)]":g},I?.errorMessage?"cleen-border-error/50 hover:cleen-border-error/70":"cleen-border-gray/10 hover:cleen-border-gray/20",p?.inputContainer),style:f?.inputContainer,children:[w&&Ke("div",{className:je("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1.5 cleen-bg-background cleen-p-2 cleen-rounded-md focus:cleen-outline-none focus:cleen-ring-4 cleen-font-normal cleen-text-gray/70 cleen-text-base",s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.leftIconContainer),style:f?.leftIconContainer,children:w}),Tt("div",{className:"cleen-relative cleen-flex cleen-flex-1 cleen-items-stretch",children:[Ke("input",{id:n||e,name:e,type:o,disabled:s,maxLength:v,autoComplete:d,value:T,className:je("cleen-block cleen-bg-background cleen-border-0 cleen-border-gray/30 cleen-rounded-md cleen-w-full cleen-text-base","cleen-py-2 cleen-pr-2 placeholder:cleen-text-gray/50 placeholder:cleen-font-normal sm:cleen-text-sm sm:cleen-leading-6 focus:cleen-ring-transparent focus:cleen-outline-none cleen-my-auto",w?"cleen-pl-0":"cleen-px-3.5",{"cleen-rounded-l-none":w,"cleen-rounded-r-none":y,"cleen-cursor-pointer cleen-text-gray/90 cleen-text-base cleen-font-normal cleen-py-2.5 cleen-pl-3.5 cleen-pr-0 cleen-w-4/5 after:cleen-hidden file:cleen-hidden focus:cleen-outline-none placeholder:cleen-hidden":o==="file","cleen-text-transparent":o==="file"&&!l},s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.input),style:f?.input,title:" ",onChange:V,required:c,ref:S,...N}),M&&Ke("div",{className:je("cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-bg-background cleen-rounded-md cleen-overflow-hidden cleen-text-sm cleen-pointer-events-auto",w?"cleen-pl-0 cleen-pr-2":"cleen-px-3.5",s?"cleen-bg-gray/5":"cleen-bg-background",p?.inputOverlay),style:f?.inputOverlay,children:M})]}),o==="file"&&!l&&x&&Ke("label",{htmlFor:n,className:"cleen-left-0 cleen-absolute cleen-flex cleen-justify-center cleen-items-center cleen-py-2.5 cleen-pl-3.5 cleen-font-normal cleen-text-gray/90 cleen-text-sm cleen-text-nowrap cleen-cursor-pointer",children:x}),y&&Ke("div",{className:je("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1.5 cleen-bg-background cleen-p-2 cleen-rounded-r-md focus:cleen-outline-none focus:cleen-ring-4 cleen-font-normal cleen-text-gray/70 cleen-text-base",s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.rightIconContainer),style:f?.rightIconContainer,children:y})]}),(I?.errorMessage||I?.infoMessage||O)&&Ke(z,{...I,subtitle:O})]})})});import{cn as Rn,useOutsideClick as Hc}from"@cleen/ui-core";import{forwardRef as Rc,useEffect as zs,useImperativeHandle as Nc,useMemo as Bc,useRef as Dc,useState as Nn}from"react";import{jsx as Et,jsxs as Vc}from"react/jsx-runtime";var Z0=Rc(function({value:e,defaultValue:n,placeholder:o,placeholderText:i,canEdit:r=!0,onSave:l,onCancel:s,onChange:c,inputProps:a,saveOnBlur:p=!0,isLoading:m,customLoader:f=Et(q,{}),renderText:d,className:g,classNames:v,style:h,styles:x,...w},y){let b=e!==void 0,[M,I]=Nn(n??""),k=b?e??"":M,[H,N]=Nn(!1),S=m??H,L=Bc(()=>typeof d=="function"?d(k):d||k||i||o,[k,d,o,i]),[P,D]=Nn(!1),[T,V]=Nn(k),O=Dc(null);Nc(y,()=>O.current),zs(()=>{b||I(n??"")},[n,b]),zs(()=>{P||V(k)},[k,P]);let R=async()=>{D(!1),V(k),await s?.()},B=async()=>{if(!S){if(k===T){D(!1);return}N(!0),b||I(T);try{await l?.(T),D(!1)}finally{N(!1)}}},_=async E=>{E.key==="Enter"&&(E.preventDefault(),await B()),E.key==="Escape"&&(E.stopPropagation(),E.preventDefault(),await R()),a?.onKeyDown?.(E)};return Hc({refs:[O],enabled:P,handler:async()=>{p?await B():await R()}}),Et("div",{className:Rn("cleen",g),style:h,ref:O,...w,children:P?Vc("div",{className:"cleen-relative cleen-h-full",children:[Et(te,{value:T,onChange:E=>{V(E.target.value),c?.(E.target.value)},autoFocus:!0,placeholder:o,className:v?.input?.className,classNames:{...v?.input?.classNames,inputContainer:Rn("cleen-border-primary hover:cleen-border-primary/60",v?.input?.classNames?.inputContainer)},...x?.input,...a,disabled:S||a?.disabled,onKeyDown:_}),S&&Et("div",{className:Rn("cleen-absolute cleen-top-1/2 cleen-left-1/2 cleen-transform cleen--translate-x-1/2 cleen--translate-y-1/2",v?.loaderContainer),style:x?.loaderContainer,children:f})]}):Et("div",{onClick:()=>r&&D(!0),className:Rn("cleen-min-h-6 cleen-text-gray",r&&"cleen-cursor-text hover:cleen-bg-gray/5 cleen-rounded cleen-p-2 cleen-transition-colors",!k&&"cleen-text-gray/50",v?.preview),style:x?.preview,children:L})})});import{cn as U1}from"@cleen/ui-core";import{forwardRef as Tc,useEffect as Us,useMemo as Ec,useRef as Fc,useState as Ac}from"react";import{jsx as h1,jsxs as Bn}from"react/jsx-runtime";var _0=Tc(function({name:e,id:n,value:o,defaultValue:i,label:r,disabled:l,required:s,infoLabels:c,topRightElement:a,labelRightElement:p,textareaOverlay:m,onChange:f,minHeight:d,maxHeight:g=200,autoResize:v=!0,maxLength:h,maxLengthLabelThreshold:x=.5,maxLengthLabel:w,className:y,classNames:b,style:M,styles:I,...k},H){let N=o!==void 0,[S,L]=Ac(typeof i=="string"?i:""),P=Fc(null),D=H??P,T=N?o:S;Us(()=>{N||L(o??(typeof i=="string"?i:""))},[o,i,N]);let V=W=>{W.style.height="auto";let U=Math.min(W.scrollHeight,g);W.style.height=`${U}px`},O=W=>{V(W.target)};Us(()=>{!v||!P.current||V(P.current)},[v,T,g]);let R=W=>{W.preventDefault()},B=W=>{W.preventDefault();let U=W.dataTransfer?.getData("text/plain");N?f?.(`${o??""}${U}`):(L(a1=>`${a1}${U}`),f?.(`${S}${U}`))},_=W=>{let U=W.target.value;(!h||U.length<=h)&&(N||L(U),f?.(U),v&&O(W))},E=Ec(()=>!h||!w||(T?.toString()?.length??0)/h<x?c?.subtitle:w?.(h-(T?.toString()?.length??0)),[T,h,x,c?.subtitle]);return h1("div",{className:U1("cleen",y),style:M,children:Bn("div",{className:U1("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-rounded-md cleen-size-full cleen-font-medium cleen-text-gray",b?.container),style:I?.container,children:[(r||p)&&Bn("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-mb-1.5",children:[r&&Bn("label",{htmlFor:n||e,className:U1("cleen-flex-1 cleen-block cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",b?.label),style:I?.label,children:[r," ",s&&h1("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),p&&h1("div",{className:"cleen-ml-auto",children:p})]}),Bn("div",{className:U1("cleen-relative cleen-flex cleen-items-center cleen-shadow-sm cleen-border cleen-rounded-md cleen-transition-colors cleen-duration-200",c?.errorMessage?"cleen-border-error/50 hover:cleen-border-error/70":"cleen-border-gray/10 hover:cleen-border-gray/20",b?.textareaContainer),style:I?.textareaContainer,children:[a&&h1("div",{className:"cleen-absolute cleen-top-2 cleen-right-2 cleen-z-10",children:a}),m&&h1("div",{className:U1("cleen-absolute cleen-inset-0 cleen-px-3.5 cleen-py-3 cleen-rounded-lg cleen-overflow-y-auto cleen-text-sm cleen-leading-6 cleen-font-normal",l?"cleen-bg-gray/5":"cleen-bg-background"),children:m}),h1("textarea",{id:n||e,name:e,ref:D,disabled:l,value:T,maxLength:h,className:U1("cleen-block cleen-flex-1 cleen-px-3.5 cleen-py-3 cleen-border-0 cleen-border-gray/30 cleen-rounded-lg focus:cleen-outline-none focus:cleen-ring-transparent placeholder:cleen-text-gray/50 sm:cleen-text-sm cleen-text-base sm:cleen-leading-6",l?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-bg-background cleen-text-gray cleen-font-normal",b?.textarea),style:{...d&&{minHeight:`${d}px`},...I?.textarea},onFocus:W=>W.currentTarget.setSelectionRange(W.currentTarget.value.length,W.currentTarget.value.length),onDragOver:R,onDrop:B,...k,onChange:_})]}),(c?.errorMessage||c?.infoMessage||E)&&h1(z,{...c,subtitle:E})]})})});import{cn as Dn,useOutsideClick as Wc}from"@cleen/ui-core";import{forwardRef as Zc,useEffect as Gs,useImperativeHandle as _c,useMemo as Oc,useRef as zc,useState as Vn}from"react";import{jsx as Ft,jsxs as Uc}from"react/jsx-runtime";var O0=Zc(function({value:e,defaultValue:n,placeholder:o,placeholderText:i,canEdit:r=!0,onSave:l,onCancel:s,onChange:c,textAreaProps:a,saveOnBlur:p=!0,isLoading:m,customLoader:f=Ft(q,{size:"md"}),renderText:d,className:g,classNames:v,style:h,styles:x,...w},y){let b=e!==void 0,[M,I]=Vn(n??""),k=b?e??"":M,[H,N]=Vn(!1),S=m??H,L=Oc(()=>typeof d=="function"?d(k):d||k||i||o,[k,d,o,i]),[P,D]=Vn(!1),[T,V]=Vn(k),O=zc(null);_c(y,()=>O.current),Gs(()=>{b||I(n??"")},[n,b]),Gs(()=>{P||V(k)},[k,P]);let R=async()=>{D(!1),V(k),await s?.()},B=async()=>{if(!S){if(k===T){D(!1);return}N(!0),b||I(T);try{await l?.(T),D(!1)}finally{N(!1)}}},_=async E=>{E.key==="Escape"&&(E.preventDefault(),E.stopPropagation(),await R()),E.key==="Enter"&&(E.metaKey||E.ctrlKey)&&(E.preventDefault(),await B()),a?.onKeyDown?.(E)};return Wc({refs:[O],enabled:P,handler:async()=>{p?await B():await R()}}),Ft("div",{className:Dn("cleen",g,v?.container),style:{...x?.container,...h},ref:O,...w,children:P?Uc("div",{className:"cleen-relative cleen-h-full",children:[Ft(_0,{value:T,onChange:E=>{V(E),c?.(E)},autoFocus:!0,placeholder:o,className:v?.textArea?.className,classNames:{...v?.textArea?.classNames,textareaContainer:Dn("cleen-border-primary hover:cleen-border-primary/60",v?.textArea?.classNames?.textareaContainer)},...x?.textArea,...a,disabled:S||a?.disabled,onKeyDown:_}),S&&Ft("div",{className:Dn("cleen-absolute cleen-top-1/2 cleen-left-1/2 cleen-transform cleen--translate-x-1/2 cleen--translate-y-1/2",v?.loaderContainer),style:x?.loaderContainer,children:f})]}):Ft("div",{onClick:()=>r&&D(!0),className:Dn("cleen-min-h-6 cleen-text-gray cleen-whitespace-pre-wrap",r&&"cleen-cursor-text hover:cleen-bg-gray/5 cleen-rounded cleen-p-2 cleen-transition-colors",!k&&"cleen-text-gray/50",v?.preview),style:x?.preview,children:L})})});import"@cleen/ui-core";import{forwardRef as Gc}from"react";import{Fragment as qc,jsx as z0,jsxs as Xc}from"react/jsx-runtime";var $c=Gc(function({header:e,color:n,children:o,description:i,onSave:r,isDescriptionHidden:l=!1,titleProps:s,descriptionProps:c,classNames:a,styles:p,...m},f){let d=typeof e?.title=="string"||typeof e?.title=="number"?String(e.title):void 0;return z0(ne,{ref:f,color:n,header:{...e,title:z0(Z0,{value:d??"",onSave:async g=>{await r?.("title",g)},...a?.titleTextInput,...p?.titleTextInput,...s})},classNames:a,styles:p,...m,children:(!l||o)&&Xc(qc,{children:[z0(O0,{value:i??"",onSave:async g=>{await r?.("description",g)},...c,textAreaProps:c?.textAreaProps,...a?.descriptionTextInput,...p?.descriptionTextInput}),o]})})});import{cn as v1}from"@cleen/ui-core";import{forwardRef as jc,useEffect as Xs,useRef as Kc,useState as Yc}from"react";var $s={primary:"cleen-bg-primary cleen-transition-all cleen-duration-200 hover:cleen-bg-primary hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-primary),0.25)]",error:"cleen-bg-error cleen-transition-all cleen-duration-200 hover:cleen-bg-error hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-error),0.25)]"},qs={primary:"cleen-bg-primary/60 cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/60 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-primary),0.25)]",error:"cleen-bg-error/60 cleen-transition-all cleen-duration-200 hover:cleen-bg-error/60 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-error),0.25)]"};import{Fragment as Qc,jsx as Pe,jsxs as Tn}from"react/jsx-runtime";var U0=jc(function({checked:e,defaultChecked:n=!1,className:o,classNames:i,style:r,styles:l,onChange:s,disabled:c,id:a,title:p,label:m,sublabel:f,variant:d="primary",allowIndeterminate:g=!1,fullTriggerArea:v=!1,infoLabels:h,...x},w){let y=typeof e=="boolean"||e===null,[b,M]=Yc(n),I=Kc(null),k=P=>{I.current=P,w&&(typeof w=="function"?w(P):w.current=P)};Xs(()=>{y||M(n)},[n,y]),Xs(()=>{I.current&&(I.current.indeterminate=g&&e===null)},[e,g]);let H=y?e:b,N=P=>{let D;if(g)switch(H){case!0:D=null;break;case!1:D=!0;break;default:D=!1;break}else D=!H;y||M(D),s?.({...P,target:{...P.target,checked:D}})},S=Tn(Qc,{children:[Tn("label",{className:v1("cleen-bg-white cleen-transition-all cleen-duration-200 hover:cleen-bg-gray/10 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-gray),0.1)] cleen-border cleen-border-gray/30 cleen-rounded cleen-ring-primary cleen-size-5 cleen-cursor-pointer",{[$s[d]]:H,[qs[d]]:H===null},c&&"cleen-cursor-not-allowed cleen-pointer-events-none","cleen-flex cleen-items-center cleen-justify-center",i?.checkbox),style:l?.checkbox,children:[Pe("input",{ref:k,type:"checkbox",disabled:c,className:"cleen-hidden",checked:H===!0,onChange:N,id:a,...x}),H===null?Pe("span",{className:"cleen-block cleen-m-auto cleen-border cleen-border-white cleen-rounded-sm cleen-w-2.5 cleen-h-0.5 cleen-size-3"}):H?Pe(De,{className:"cleen-stroke-[3px] cleen-size-3 cleen-text-white"}):null]}),(m||f)&&Tn("div",{className:"cleen-text-gray/80",children:[Pe("label",{htmlFor:a,className:v1("cleen-flex",i?.label),style:l?.label,children:m}),Pe("label",{htmlFor:a,className:v1("cleen-font-normal cleen-text-gray/60 cleen-text-sm cleen-leading-5",i?.sublabel),style:l?.sublabel,children:f})]})]}),L={className:v1("cleen-flex cleen-items-start cleen-gap-2 cleen-ml-1",{"cleen-opacity-50":c},i?.checkboxContainer),style:l?.checkboxContainer};return Pe("div",{className:v1("cleen",o),style:r,children:Tn("div",{className:v1(i?.container),style:l?.container,children:[p&&Pe("label",{className:v1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",i?.title),style:l?.title,children:p}),v?Pe("label",{...L,children:S}):Pe("div",{...L,children:S}),(h?.errorMessage||h?.infoMessage||h?.subtitle)&&Pe(z,{...h})]})})});import{useMemo as Jc,useState as e8}from"react";import{cn as At}from"@cleen/ui-core";import{jsx as G1,jsxs as n8}from"react/jsx-runtime";var t8=({label:t,checkboxes:e,allowIndeterminate:n,infoLabels:o,requiresAtLeastOneOptions:i,classNames:r,styles:l,onChange:s,...c})=>{let[a,p]=e8(!1),m=Jc(()=>i&&a&&e?.every(d=>d.checked===!1)?i.title:o?.errorMessage,[i,o?.errorMessage,e,a]),f=(d,g)=>{let v={...g,checked:d.target.checked},h;e&&g?.id&&(h=[...e].map(x=>x.id===g.id?v:x)),s?.(v,h),p(!0)};return G1("div",{className:At("cleen"),...c,children:n8("div",{className:At("cleen-flex cleen-flex-col cleen-gap-2",r?.container),style:l?.container,children:[t&&G1("label",{className:At("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",r?.label),style:l?.label,children:t}),G1("div",{className:At("cleen-flex cleen-flex-col cleen-gap-3 cleen-pl-2",r?.checkboxes),style:l?.checkboxes,children:e?.map(d=>G1("div",{className:At("cleen-flex",r?.checkboxContainer),style:l?.checkboxContainer,children:G1(U0,{allowIndeterminate:n,...d,fullTriggerArea:!0,onChange:g=>f(g,d)})},d.id))}),(m||o?.infoMessage||o?.subtitle)&&G1(z,{...o,errorMessage:m})]})})};import{cn as $1}from"@cleen/ui-core";import{forwardRef as o8,useState as r8}from"react";import{jsx as w1,jsxs as js}from"react/jsx-runtime";var Ks=o8(({sections:t,defaultOpenIndex:e,className:n,classNames:o,style:i,styles:r,...l},s)=>{let[c,a]=r8(e??null),p=(m,f)=>{f.onClick?.(),f.items?.length&&a(c===m?null:m)};return w1("div",{ref:s,className:$1("cleen",n),style:{...i,width:"100%"},...l,children:w1("div",{className:$1("cleen-w-full",o?.container),style:r?.container,children:t.map((m,f)=>js("div",{className:$1("cleen-mb-3",o?.section),style:r?.section,children:[js("div",{onClick:()=>p(f,m),className:$1("cleen-flex cleen-w-full cleen-items-center cleen-justify-between cleen-font-medium cleen-text-md cleen-text-gray/90 cleen-p-2 cleen-rounded-lg cleen-cursor-pointer hover:cleen-bg-gray/5",o?.sectionHeader),style:r?.sectionHeader,children:[w1("div",{className:"cleen-flex-1 cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis",children:m?.title}),m?.items?.length?c===f?w1(m1,{className:"cleen-shrink-0 cleen-text-gray/50"}):w1(Ve,{className:"cleen-shrink-0 cleen-text-gray/50"}):null]}),c===f&&m?.items&&w1("div",{className:$1("cleen-mt-1 cleen-flex cleen-flex-col cleen-w-full",o?.sectionBody),style:r?.sectionBody,children:m?.items?.map((d,g)=>w1("div",{className:$1("cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis cleen-p-2 cleen-w-full cleen-rounded-lg cleen-font-normal cleen-text-md cleen-text-gray/90 cleen-cursor-pointer hover:cleen-bg-gray/5",o?.item),style:r?.item,onClick:d?.onClick,children:d?.content},d?.key??g))})]},m?.key??f))})})});Ks.displayName="Collapsible";import{cn as me}from"@cleen/ui-core";import{forwardRef as l8,useMemo as i8,useState as s8}from"react";var G0=(t="")=>t.replace(/\D+/g,""),Ys=t=>{switch(t.slice(0,2)){case"34":case"37":return"amex";case"36":return"dinersclub";default:return"other"}};function Qs(t,e="other"){if(!t)return t;let n=G0(t),o;switch(e){case"amex":o=`${n.slice(0,4)} ${n.slice(4,10)} ${n.slice(10,15)}`;break;case"dinersclub":o=`${n.slice(0,4)} ${n.slice(4,10)} ${n.slice(10,14)}`;break;default:o=`${n.slice(0,4)} ${n.slice(4,8)} ${n.slice(8,12)} ${n.slice(12,19)}`;break}return o.trim()}var Js=t=>G0(t);function e9(t){let e=G0(t);if(!e||parseInt(e.charAt(0),10)>=2)return"";if(e.length<2)return e;let n=e.slice(0,2);if(parseInt(n,10)<1||parseInt(n,10)>12)return e.slice(0,1);if(e.length<3)return n;if(e.length===3)return`${n}/${e.charAt(2)}`;let o=e.length===6?e.slice(-2):e.slice(2,4),i=new Date,r=i.getFullYear()%100,l=i.getMonth()+1;return parseInt(o,10)<r||parseInt(o,10)===r&&parseInt(n,10)<l?`${n}/${o.charAt(0)}`:`${n}/${o}`}import{jsx as Ye,jsxs as t9}from"react/jsx-runtime";var c8=l8(function({labels:e,value:n,isLoading:o,errors:i,className:r,classNames:l,style:s,styles:c,infoLabels:a,onChange:p,onFieldFocus:m,...f},d){let[g,v]=s8({number:"",expiry:"",cvc:""}),h=!!n,x=h?n:g,w=i8(()=>Ys(x.number),[x.number]),y=M=>{let{name:I}=M.target,{value:k}=M.target;switch(I){case"number":k=Qs(k,w);break;case"expiry":k=e9(k);break;case"cvc":k=Js(k);break;default:return}h||v(H=>({...H,[I]:k})),p?.({...n,[I]:k})},b=M=>{m?.(M.target.name)};return Ye("div",{className:me("cleen",r),style:s,ref:d,...f,children:Ye("div",{className:me("cleen-flex cleen-flex-wrap cleen-justify-center cleen-items-start cleen-gap-8 cleen-bg-background cleen-min-w-80 cleen-w-min cleen-border cleen-border-primary/20 cleen-rounded-[10px] cleen-shadow-lg",l?.container),style:c?.container,children:o?Ye("div",{className:me("cleen-py-4",l?.loader?.container),style:c?.loader?.container,children:Ye(q,{...l?.loader?.component,...c?.loader?.component})}):t9("form",{className:me("cleen-flex cleen-flex-col cleen-items-start cleen-gap-3 cleen-p-4",l?.form?.container),style:c?.form?.container,onSubmit:M=>M.preventDefault(),children:[Ye(te,{label:e?.number,name:"number",type:"tel",autoComplete:"cc-number",className:me("cleen-w-full",l?.form?.cardNumber?.className),classNames:{...l?.form?.cardNumber?.classNames,inputContainer:me({"cleen-border-error":i?.number},l?.form?.cardNumber?.classNames?.inputContainer),input:me({"cleen-text-error":i?.number},l?.form?.cardNumber?.classNames?.input)},...c?.form?.cardNumber,placeholder:"1111 1111 1111 1111",value:x.number,onChange:y,onFocus:b,infoLabels:{errorMessage:i?.number}}),t9("div",{className:me("cleen-flex cleen-justify-between cleen-items-start cleen-gap-3 cleen-w-full",l?.form?.cvcExpiryContainer),style:c?.form?.cvcExpiryContainer,children:[Ye(te,{label:e?.expiry,name:"expiry",type:"tel",autoComplete:"cc-exp",className:l?.form?.expiry?.className,classNames:{...l?.form?.expiry?.classNames,inputContainer:me({"cleen-border-error":i?.expiry},l?.form?.expiry?.classNames?.inputContainer),input:me({"cleen-text-error":i?.expiry},l?.form?.expiry?.classNames?.input)},...c?.form?.expiry,placeholder:"00/00",value:x.expiry,onChange:y,onFocus:b,infoLabels:{errorMessage:i?.expiry}}),Ye(te,{label:e?.cvc,name:"cvc",type:"tel",inputMode:"numeric",autoComplete:"cc-csc",maxLength:w==="amex"?4:3,className:l?.form?.cvc?.className,classNames:{...l?.form?.cvc?.classNames,inputContainer:me({"cleen-border-error":i?.cvc},l?.form?.cvc?.classNames?.inputContainer),input:me({"cleen-text-error":i?.cvc},l?.form?.cvc?.classNames?.input)},...c?.form?.cvc,placeholder:"***",value:x.cvc,onChange:y,onFocus:b,infoLabels:{errorMessage:i?.cvc}})]}),(a?.infoMessage||a?.errorMessage||a?.subtitle)&&Ye(z,{...a})]})})})});var En=(t,e)=>{if(!t)return;if(!e||!e.min&&!e.max)return t;let{min:n,max:o}=e,i=new Date,r=new Date(i.getFullYear(),i.getMonth(),i.getDate());if(n){let l=n==="today"?r:n;if(l>=t)return l}if(o){let l=o==="today"?r:o;if(l<=t)return l}return t};import{cn as q1,useOutsideClick as a8,usePositionClose as p8}from"@cleen/ui-core";import{forwardRef as d8,useEffect as u8,useRef as n9,useState as C8}from"react";import{createPortal as m8}from"react-dom";import{jsx as y1,jsxs as o9}from"react/jsx-runtime";var Wt=d8(function({type:e="button",label:n,title:o,disabled:i=!1,leftIcon:r,rightIcon:l,fullWidth:s=!0,fullWidthDropdown:c,offset:a=4,isOpen:p,onOpenChange:m,keepOpenOnClickContent:f=!0,infoLabels:d,className:g,classNames:v,style:h,styles:x,children:w,...y},b){let[M,I]=C8(!1),k=p!==void 0?p:M,H=n9(null),N=n9(null),{positionStyles:S,isMounted:L}=p8({triggerRef:N,targetRef:H,position:"bottom-left",isOpen:k,offset:a});a8({refs:[H,N],handler:()=>{I(!1),m?.(!1)},enabled:k}),u8(()=>{let T=V=>{V.key==="Escape"&&k&&(I(!1),m?.(!1))};return document.addEventListener("keydown",T),()=>{document.removeEventListener("keydown",T)}},[k,m]);let P=()=>{let T=!k;p===void 0&&I(T),m?.(T)},D=()=>{f||(p===void 0&&I(!1),m?.(!1))};return o9("div",{className:q1("cleen",g),style:h,ref:b,...y,children:[o&&y1("label",{className:q1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",v?.title),style:x?.title,children:o}),y1("div",{className:q1("cleen-inline-block cleen-relative",s&&"cleen-w-full"),ref:N,children:o9("button",{type:e,className:q1("cleen-flex cleen-justify-between cleen-items-center cleen-gap-2 cleen-bg-background cleen-shadow-sm cleen-my-auto cleen-px-3.5 cleen-py-2.5 cleen-border cleen-border-gray/10 cleen-rounded-md cleen-w-full cleen-text-gray/80 cleen-text-base cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/5 hover:cleen-border-gray/20",{"cleen-w-full cleen-flex-1":s,"cleen-opacity-50 cleen-cursor-not-allowed cleen-pointer-events-none":i},s&&"cleen-w-full",v?.trigger),style:x?.trigger,disabled:i,onClick:P,children:[r,y1("div",{className:q1("cleen-flex-1 cleen-text-left",v?.label),style:x?.label,children:n}),l||y1(Ve,{})]})}),(d?.errorMessage||d?.infoMessage||d?.subtitle)&&y1(z,{...d}),w&&k&&m8(y1("div",{className:"cleen",children:y1("div",{ref:H,className:q1("cleen-bg-background cleen-shadow-md cleen-p-2.5 cleen-border cleen-border-gray/10 cleen-rounded-lg","cleen-absolute cleen-z-50",{"cleen-opacity-0":!L},v?.dropdown),style:{top:`${S.top}px`,left:`${S.left}px`,minWidth:c&&N.current?.offsetWidth?`${N.current.offsetWidth}px`:void 0,...x?.dropdown},onClick:D,children:w})}),document.body)]})});import{cn as Zt}from"@cleen/ui-core";import{forwardRef as g8,useMemo as f8,useState as Fn}from"react";import{DayPicker as r9}from"react-day-picker";import{jsx as Qe,jsxs as l9}from"react/jsx-runtime";var h8=g8(function({label:e,placeholder:n,infoLabels:o,selected:i,onSelect:r,leftIcon:l,rightIcon:s,className:c,style:a,classNames:p,styles:m,mode:f="single",min:d,max:g,...v},h){let x=i!==void 0,w=f==="single",[y,b]=Fn(!1),[M,I]=Fn(),[k,H]=Fn(),N=x?i:w?M:k,[S,L]=Fn(),P=V=>{x||(w&&(V===void 0||V instanceof Date)?I(V):w||H(V)),r?.(V)},D=f8(()=>{if(!N)return n;if(w)return N?.toLocaleDateString();{let V=N;if(V.from&&V.to)return`${V.from.toLocaleDateString()} - ${V.to.toLocaleDateString()}`;if(V.from)return V.from.toLocaleDateString()}return n},[n,N,w]),T={navLayout:"around",...v,className:Zt("cleen-text-black",p?.datePicker?.className),classNames:{...p?.datePicker?.classNames,nav:Zt("cleen-text-error",p?.datePicker?.classNames?.nav)},disabled:d||g?{before:d==="today"?new Date:d,after:g==="today"?new Date:g}:void 0,...m?.datePicker};return l9("div",{ref:h,className:Zt("cleen",c),style:a,children:[e&&Qe("label",{className:Zt("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",p?.label),style:m?.label,children:e}),Qe(Wt,{label:D,isOpen:y,onOpenChange:V=>{L(N),b(V)},leftIcon:l,rightIcon:s,className:p?.dropdown?.className,classNames:{...p?.dropdown?.classNames,dropdown:Zt("cleen-p-0 cleen-border-0",p?.dropdown?.classNames?.dropdown)},...m?.dropdown,children:Qe(ne,{footer:{hasDivider:!0,content:l9("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[Qe($,{variant:"secondary",onClick:()=>b(!1),styles:{container:{minWidth:"max-content"}},children:"Close"}),Qe($,{onClick:()=>{P(S),b(!1)},styles:{container:{minWidth:"max-content"}},children:"Apply"})]})},...p?.card,...m?.card,children:w?Qe(r9,{mode:"single",...T,selected:S,onSelect:V=>{if(d||g){L(En(V,{min:d,max:g}));return}L(V)}}):Qe(r9,{mode:"range",...T,selected:S,onSelect:V=>{if(d||g){L({from:En(V?.from,{min:d,max:g}),to:En(V?.to,{min:d,max:g})});return}L(V)}})})}),(o?.errorMessage||o?.infoMessage||o?.subtitle)&&Qe(z,{...o})]})});import"react";import{cn as i9}from"@cleen/ui-core";import{jsx as s9}from"react/jsx-runtime";var Fe=({isHorizontal:t=!0,className:e,classNames:n,style:o,styles:i,...r})=>s9("div",{className:i9("cleen",e),style:o,children:s9("div",{className:i9("cleen-bg-gray/10 cleen-my-0",t?"cleen-w-full cleen-h-[1px]":"cleen-w-[1px] cleen-h-full",n?.container),style:i?.container,...r})});import{cn as Je,useBodyScrollLock as v8,useCleenOverlays as c9}from"@cleen/ui-core";import{forwardRef as w8,useCallback as y8,useEffect as $0,useId as x8,useRef as b8,useState as a9}from"react";import{createPortal as k8}from"react-dom";import{jsx as X1,jsxs as An}from"react/jsx-runtime";var L8={xs:320,sm:384,md:448,lg:512,xl:576,"2xl":672,"3xl":768},p9=300,q0=w8(function({title:e,subtitle:n,children:o,headerCloseBtn:i,footer:r,isOpen:l=!1,onClose:s,closeOnOverlayClick:c=!0,position:a="right",zIndex:p=50,size:m="lg",p:f,gap:d,className:g,classNames:v,style:h,styles:x,...w},y){let[b,M]=a9(l),[I,k]=a9(l),H=b8(null),N=x8(),{addOverlay:S,removeOverlay:L}=c9(),P=y8(()=>{M(!1),setTimeout(()=>s?.(),p9)},[s]);return $0(()=>{if(l){k(!0);let D=setTimeout(()=>M(!0),1);return()=>clearTimeout(D)}else{M(!1);let D=setTimeout(()=>k(!1),p9);return()=>clearTimeout(D)}},[l]),$0(()=>{if(l)return S(N),()=>L(N)},[S,L,l,N]),$0(()=>{let D=T=>{let{overlays:V}=c9.getState();T.key==="Escape"&&V[V.length-1]===N&&P()};return document.addEventListener("keydown",D),()=>document.removeEventListener("keydown",D)},[P,N]),v8(I),I?k8(An("div",{className:Je("cleen",g),style:h,ref:y,...w,children:[X1("div",{className:Je("cleen-fixed cleen-inset-0 cleen-bg-black/50 dark:cleen-bg-white/50 cleen-transition-opacity cleen-duration-300 cleen-ease-in-out",b?"cleen-opacity-100":"cleen-opacity-0",v?.overlay),onClick:()=>{c&&P()},style:{zIndex:p-1,...x?.overlay},"aria-hidden":"true"}),An("div",{className:Je("cleen-top-0 cleen-fixed cleen-flex cleen-flex-col cleen-gap-6 cleen-bg-white cleen-shadow-l cleen-h-screen cleen-transition-transform cleen-duration-300 cleen-ease-in-out cleen-transform",a==="right"?"cleen-right-0":"cleen-left-0",b?"cleen-translate-x-0":a==="right"?"cleen-translate-x-full":"-cleen-translate-x-full",v?.drawer),style:{zIndex:p,width:typeof m=="number"?m:L8[m],...d!==void 0&&{gap:d},...x?.drawer},ref:H,children:[An("div",{className:Je("cleen-flex cleen-justify-between cleen-items-center cleen-px-6 cleen-pt-6 cleen-w-full",v?.header),style:{...f!==void 0&&{paddingInline:f,paddingTop:f},...x?.header},children:[An("div",{className:"cleen-flex cleen-flex-col",children:[X1("span",{className:Je("cleen-font-semibold cleen-text-gray cleen-text-xl",v?.title),style:x?.title,children:e}),X1("span",{className:Je("cleen-font-normal cleen-text-gray/60 cleen-text-sm",v?.subtitle),style:x?.subtitle,children:n})]}),i||X1(Lt,{onClick:P,className:"cleen-mb-auto cleen-size-5 cleen-cursor-pointer"})]}),X1("div",{className:Je("cleen-flex-1 cleen-px-6 cleen-overflow-y-auto cleen-no-scrollbar",v?.content),style:{...f!==void 0&&{paddingInline:f},...x?.content},children:o}),r&&X1("div",{className:Je("cleen-flex cleen-justify-end cleen-items-center cleen-gap-2 cleen-bg-sidebar cleen-px-6 cleen-py-4 cleen-border-gray/10 cleen-border-t",v?.footer),style:{...f!==void 0&&{paddingInline:f,paddingBlock:d},...x?.footer},children:r})]})]}),document.body):null});var Wn={filterName:"",exposed:!1};import{createContext as P8}from"react";var ge=P8({isSaveFiltersStep:!1,setIsSaveFiltersStep:()=>{},saveStepValues:{exposed:!1,filterName:""},setSaveStepValues:()=>{},handleCloseSaveFilter:()=>{},isFiltersDropdownOpen:!1,setIsFiltersDropdownOpen:()=>{},errors:{},setErrors:()=>{},setError:()=>{}});import{cn as S8}from"@cleen/ui-core";import{useContext as I8,useState as M8}from"react";import{Fragment as H8,jsx as _t,jsxs as X0}from"react/jsx-runtime";var d9={min:3,max:50},u9=()=>{let{isSaveFiltersStep:t,saveStepValues:e,setSaveStepValues:n,setIsSaveFiltersStep:o,handleCloseSaveFilter:i,setError:r,onSave:l,classNames:s,styles:c,labels:a,withSavedFilters:p=!0,onCancel:m,onApply:f}=I8(ge),[d,g]=M8(!1),v=async()=>{try{if(e.filterName.length<d9.min){r?.("filterName",a?.saveStep?.validation?.tooShort);return}if(e.filterName.length>d9.max){r?.("filterName",a?.saveStep?.validation?.tooLong);return}g(!0),await l?.(e),o(!1)}catch(h){console.error("Error saving filters:",h)}finally{g(!1)}};return t?X0("div",{className:"cleen-flex cleen-flex-1 cleen-justify-end cleen-gap-3",children:[_t($,{onClick:()=>o(!1),variant:"secondary",...s?.saveFilter?.backBtn,...c?.saveFilter?.backBtn,children:a?.saveStep?.back}),_t($,{onClick:v,isLoading:d,loaderColor:"rgb(var(--cleen-white))",...s?.saveFilter?.saveBtn,...c?.saveFilter?.saveBtn,children:a?.saveStep?.save})]}):X0(H8,{children:[p&&_t($,{onClick:()=>{n(Wn),o(!0)},variant:"borderless-blue",...s?.saveBtn,...c?.saveBtn,children:a?.save}),X0("div",{className:S8("cleen-flex cleen-items-center cleen-gap-3",{"cleen-flex-1 cleen-justify-end":!p}),children:[_t($,{onClick:()=>{m?.(),i()},variant:"secondary",...s?.cancelBtn,...c?.cancelBtn,children:a?.cancel}),_t($,{onClick:()=>{f?.(),i()},...s?.applyBtn,...c?.applyBtn,children:a?.apply})]})]})};import{cn as Zn}from"@cleen/ui-core";import{Link as R8}from"react-router-dom";import{Fragment as m9,jsx as x1,jsxs as j0}from"react/jsx-runtime";var C9=({item:t,classNames:e,styles:n})=>({disabled:t?.disabled,className:Zn("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-2 cleen-w-full cleen-text-gray cleen-text-sm cleen-text-left cleen-transition-colors",t?.disabled?"cleen-opacity-50 cleen-select-none cleen-cursor-not-allowed":"hover:cleen-bg-gray/5 cleen-cursor-pointer",{"cleen-text-error hover:cleen-bg-error/10":t?.danger},e?.container),style:n?.container,children:j0(m9,{children:[t?.icon,x1("span",{className:Zn("cleen-flex-1",e?.label),style:n?.label,children:t?.label})]}),...t?.type==="button"?{type:"button"}:{to:t?.to}}),K0=({item:t,isLast:e,handleClick:n,onEnterSubmenu:o,classNames:i,styles:r})=>{switch(t?.type){case"group":return j0(m9,{children:[t?.label&&x1("p",{className:Zn("cleen-px-4 cleen-py-2 cleen-font-bold cleen-text-gray/60 cleen-text-xs",i?.groupLabel),style:r?.groupDivider,children:t?.label}),t?.items?.map((l,s,c)=>x1(K0,{item:l,handleClick:n,onEnterSubmenu:o,isLast:s===c.length-1},l?.id||s)),!e&&x1("hr",{className:Zn("cleen-text-gray/20",i?.groupDivider),style:r?.groupDivider})]});case"button":{let l=t?.submenu&&t?.submenu?.length>0;return j0("button",{type:"button",onClick:()=>{l?o?.(t.submenu,t?.label):n?.(t)},...C9({item:t,classNames:i,styles:r}),children:[t?.icon,x1("span",{className:"cleen-flex-1",children:t?.label}),l&&x1(Te,{className:"cleen-size-4 cleen-text-gray/50"})]})}case"link":return x1(R8,{to:"",...C9({item:t,classNames:i,styles:r})});default:return null}};import{cn as N8}from"@cleen/ui-core";import{useEffect as g9,useState as f9}from"react";import{Fragment as B8,jsx as h9,jsxs as v9}from"react/jsx-runtime";var w9=({items:t,keepOpenOnClick:e,hideMenu:n,classNames:o,styles:i})=>{let[r,l]=f9([]),[s,c]=f9(t),a=(f,d)=>{l(g=>[...g,{items:s,title:d}]),c(f)},p=()=>{let f=r[r?.length-1];f&&(c(f?.items),l(d=>d?.slice(0,-1)))};g9(()=>{c(t),l([])},[t]),g9(()=>{let f=d=>{if(d.key==="Escape")if(r.length>0){let g=r?.[r?.length-1];c(g?.items),l(v=>v?.slice(0,-1))}else n()};return document.addEventListener("keydown",f),()=>{document.removeEventListener("keydown",f)}},[n,r]);let m=f=>{f?.onClick?.(),e||n()};return v9(B8,{children:[r?.length>0&&v9("button",{onClick:p,className:N8("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-2 cleen-w-full cleen-text-sm cleen-text-gray hover:cleen-bg-gray/5",o?.submenuButton),style:i?.submenuButton,children:[h9(C1,{className:"cleen-size-4 cleen-text-gray/30"}),r?.[r?.length-1]?.title]}),s?.map((f,d,g)=>h9(K0,{item:f,isLast:d===g?.length-1,handleClick:m,onEnterSubmenu:a,classNames:o?.item,styles:i?.item},f?.id||d))]})};import{CLEEN_IGNORE_OUTSIDE_CLICK as D8,cn as Y0,useDisclosure as V8,useOutsideClick as T8,usePositionClose as E8}from"@cleen/ui-core";import{forwardRef as F8,useRef as y9}from"react";import{createPortal as A8}from"react-dom";import{jsx as _n,jsxs as W8}from"react/jsx-runtime";var j1=F8(function({items:e=[],position:n="bottom-left",keepOpenOnClick:o=!0,triggerRef:i,menuRef:r,ignoreClickOutside:l=!1,children:s,className:c,classNames:a,style:p,styles:m,...f},d){let{isOpen:g,toggle:v,close:h}=V8(),x=y9(null),w=y9(null),y=i??x,b=r??w,{positionStyles:M,isMounted:I}=E8({triggerRef:y,targetRef:b,position:n,isOpen:g});T8({refs:[y,b],handler:h,enabled:g});let k=()=>{v()};return W8("div",{className:Y0("cleen",c),style:p,ref:d,...f,children:[_n("div",{ref:y,onClick:k,className:Y0("cleen-size-fit",a?.trigger,g&&a?.triggerOpen),style:{...m?.trigger,...g?m?.triggerOpen:{}},children:s}),g&&A8(_n("div",{className:"cleen",...l&&{[D8]:"true"},children:_n("div",{ref:b,className:Y0("cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg cleen-w-52","cleen-absolute cleen-z-50",{"cleen-opacity-0":!I},a?.menu),style:{top:`${M.top}px`,left:`${M.left}px`,...m?.menu},children:_n(w9,{items:e,keepOpenOnClick:o,hideMenu:h,classNames:a,styles:m})})}),document.body)]})});import{cn as On,ColorHelpers as tl}from"@cleen/ui-core";import{useMemo as Z8}from"react";var Q0=["blue","lighter-blue","primary","indigo","green","red","purple","pink","orange","gray"],J0={blue:"cleen-border-primary/30 cleen-bg-primary/10 cleen-text-primary","lighter-blue":"cleen-border-primary/20 cleen-bg-primary/5 cleen-text-primary",primary:"cleen-border-brand cleen-bg-brand cleen-text-white",indigo:"cleen-border-indigo/50 cleen-bg-indigo/5 cleen-text-indigo/80",green:"cleen-border-success/20 cleen-bg-success/5 cleen-text-success",red:"cleen-border-error/20 cleen-bg-error/5 cleen-text-error",purple:"cleen-border-purple/20 cleen-bg-purple/5 cleen-text-purple/80",pink:"cleen-border-pink/50 cleen-bg-pink/5 cleen-text-pink/80",orange:"cleen-border-warning/20 cleen-bg-warning/5 cleen-text-warning",gray:"cleen-border-gray/10 cleen-bg-gray/5 cleen-text-gray/80"},x9={blue:"cleen-bg-primary/50",primary:"cleen-bg-primary/50",indigo:"cleen-bg-indigo/50",green:"cleen-bg-success/50",red:"cleen-bg-error/50",purple:"cleen-bg-purple/50",pink:"cleen-bg-pink/50",orange:"cleen-bg-warning/50",gray:"cleen-bg-gray/50"},b9={full:"cleen-rounded-full",rounded:"cleen-rounded-2xl",semiRounded:"cleen-rounded-lg",sleek:"cleen-rounded"};var el=(t,e)=>!t&&!e?"primary":e?Q0[e%Q0.length]:t;import{jsx as nl,jsxs as _8}from"react/jsx-runtime";var le=({className:t,classNames:e,style:n,styles:o,label:i,color:r="primary",variant:l="rounded",showDot:s=!1,icon:c,removeable:a=!1,withBorder:p=!0,onRemoveClicked:m,onClick:f,colorByIndex:d,children:g,...v})=>{let{variantClass:h,dotVariantClass:x,dotVariantStyle:w,variantStyle:y}=Z8(()=>{let b={};return r in J0?(b.variantClass=J0[el(r,d)],b.dotVariantClass=x9[el(r,d)]):(b.variantStyle={borderColor:tl.trasparentize(r,.8),backgroundColor:tl.trasparentize(r,.95),color:r},b.dotVariantStyle={backgroundColor:tl.trasparentize(r,.5)}),b},[r,d]);return nl("div",{className:On("cleen",t),style:n,children:_8("span",{className:On("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1 cleen-text-xs cleen-font-medium cleen-py-0.5 cleen-px-2 cleen-w-fit cleen-min-w-max cleen-transition-all cleen-duration-200",h,b9[l],{"cleen-border":p},{"hover:cleen-opacity-80 cleen-cursor-pointer":f||a},e?.container),style:{...y,...o?.container},onClick:f,...v,children:[s&&nl("span",{className:On("cleen-size-2 cleen-rounded-[50%]",x,e?.dot),style:{...w,...o?.dot}}),c,i??g,a&&nl(Ee,{className:On("cleen-cursor-pointer cleen-flex cleen-flex-col cleen-justify-center cleen-items-center cleen-transition-transform cleen-duration-200 hover:cleen-scale-125",e?.removable),style:o?.removable,onClick:m})]})})};import{cn as z8}from"@cleen/ui-core";import{useContext as U8,useState as k9}from"react";import{jsx as Se,jsxs as G8}from"react/jsx-runtime";var L9=({filter:t,activeTabId:e})=>{let[n,o]=k9(!1),[i,r]=k9(!1),{labels:l,onFilterDelete:s,onFilterPin:c,onFilterSelect:a,onFilterUnpin:p,setIsFiltersDropdownOpen:m}=U8(ge),f=async()=>{try{if(!s)return;o(!0),await s(t.filterID)}catch(g){console.error("Error while deleting filter:",g)}finally{o(!1)}},d=async()=>{try{r(!0),t?.isPinned?await p?.(t.filterID):await c?.(t.filterID)}catch(g){console.error("Error while pinning/unpinnning filter:",g)}finally{r(!1)}};return Se("div",{className:"cleen-group cleen-flex cleen-flex-col cleen-justify-around cleen-gap-2 hover:cleen-bg-primary/5 cleen-p-2 cleen-rounded-md cleen-min-h-10",children:G8("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-cursor-pointer",onClick:()=>{a?.(t),m(!1)},children:[Se("span",{className:"cleen-flex-1 cleen-text-gray/70 cleen-text-sm cleen-text-left cleen-truncate",children:t.title}),i?Se(q,{classNames:{loader:"cleen-size-5"}}):Se(le,{color:"gray",onClick:g=>{g.stopPropagation(),d()},icon:Se(ft,{name:"pin",className:z8("cleen-size-3.5 group-hover:cleen-text-gray/60 cleen-transition-colors cleen-cursor-pointer",t?.isPinned?"cleen-text-gray/60":"cleen-text-gray/20")}),classNames:{container:"cleen-font-bold"},label:t?.isPinned?l?.savedFilters?.filter?.unpin:l?.savedFilters?.filter?.pin}),e==="mine"&&Se(j1,{items:[{id:"duplicate",type:"button",label:l?.savedFilters?.filter?.cancelDelete,icon:Se(Ee,{className:"cleen-size-5"}),onClick:()=>{}},{id:"archive",type:"button",label:l?.savedFilters?.filter?.delete,icon:Se($e,{}),danger:!0,onClick:()=>f()}],keepOpenOnClick:!1,ignoreClickOutside:!0,onClick:g=>g.stopPropagation(),className:"cleen-flex",children:n?Se(q,{size:"sm",color:"rgb(var(--cleen-error))"}):Se($e,{className:"cleen-text-black hover:cleen-text-error cleen-transition-colors cleen-cursor-pointer",name:"delete"})})]})})};import{cn as e1}from"@cleen/ui-core";import{forwardRef as $8,useMemo as S9,useState as q8}from"react";import{cn as ol}from"@cleen/ui-core";var Ot={horizontal:{list:"cleen-flex cleen-flex-wrap cleen-mb-4"},vertical:{container:"cleen-flex cleen-gap-4",list:"cleen-flex cleen-flex-col",content:"cleen-flex-1"}},P9=t=>{let e=t==="vertical";return{underlined:{list:ol("cleen-gap-2 cleen-border-gray/10",!e&&"cleen-border-b"),tab:ol("cleen-px-1 cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200",e?"cleen-border-l-2 cleen-pl-3 cleen-py-1.5":"cleen-border-b-2 cleen-pb-3"),tabActive:"cleen-border-primary cleen-text-primary",tabInactive:"cleen-border-transparent cleen-text-gray/70 hover:cleen-border-gray/10",tabDisabled:"cleen-border-transparent cleen-text-gray/40 cleen-cursor-not-allowed"},padded:{list:"cleen-gap-1",tab:"cleen-px-3 cleen-py-2.5 cleen-rounded-md cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200",tabActive:"cleen-bg-primary/10 cleen-text-primary",tabInactive:"cleen-text-gray/70 hover:cleen-bg-gray/10",tabDisabled:"cleen-text-gray/40 cleen-cursor-not-allowed"},stretched:{list:"cleen-rounded-md cleen-overflow-hidden cleen-border cleen-border-gray/30",tab:ol("cleen-flex-1 cleen-px-3 cleen-py-2 cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200 cleen-border-gray/30 cleen-justify-center",e?"[&:not(:first-child)]:cleen-border-t":"[&:not(:first-child)]:cleen-border-l"),tabActive:"cleen-bg-primary/10 cleen-text-primary",tabInactive:"cleen-text-gray/70 hover:cleen-bg-gray/10",tabDisabled:"cleen-text-gray/40 cleen-cursor-not-allowed"}}};import{jsx as zn,jsxs as I9}from"react/jsx-runtime";var rl=$8(function({tabs:e,variant:n="underlined",direction:o="horizontal",currentTabIndex:i,onTabChange:r,className:l,classNames:s,style:c,styles:a,...p},m){let[f,d]=q8(0),v=i!==void 0?i:f,h=S9(()=>e?.[v],[e,v]),x=(y,b)=>{d(y),r?.(y,b)},w=S9(()=>P9(o),[o]);return zn("div",{className:e1("cleen",l),style:c,ref:m,...p,children:I9("div",{className:e1(Ot[o].container,s?.container),style:a?.container,children:[zn("nav",{className:e1(w[n].list,Ot[o].list,s?.list),"aria-label":"Tabs",style:a?.list,children:e?.map((y,b)=>{let M=v===b,I=y?.isDisabled;return I9("span",{onClick:()=>!I&&x(b,y),className:e1("cleen-flex cleen-items-center cleen-gap-2 cleen-whitespace-nowrap",!I&&"cleen-cursor-pointer",w[n].tab,Ot[o].tab,s?.tab,I?e1(w[n].tabDisabled,s?.tabDisabled):M?e1(w[n].tabActive,s?.tabActive):e1(w[n].tabInactive,s?.tabInactive)),style:{...a?.tab,...I?a?.tabDisabled:M?a?.tabActive:a?.tabInactive},"aria-current":M?"page":void 0,"aria-disabled":I,children:[y?.label,!!y?.badge?.label&&zn(le,{variant:"rounded",color:M?"blue":"gray",...s?.count,...a?.count,...y.badge})]},y?.id||b)})}),!!h?.content&&zn("div",{className:e1("h-full",Ot[o].content,s?.content),style:a?.content,children:h?.content})]})})});import{useContext as X8,useState as j8}from"react";import{jsx as b1,jsxs as Y8}from"react/jsx-runtime";var K8=t=>{let e={isFeatured:null,isMine:null,isPinned:null,isShared:null};switch(t){case"featured":e.isFeatured=!0;break;case"mine":e.isMine=!0;break;case"pinned":e.isPinned=!0;break;case"shared":e.isShared=!0;break;case"all":default:break}return e},M9=({selectedSavedFilter:t,filters:e,isFiltersFetching:n,onFilterCategoryChange:o})=>{let[i,r]=j8("all"),{labels:l,classNames:s,styles:c,isFiltersDropdownOpen:a,setIsFiltersDropdownOpen:p}=X8(ge);return b1(Wt,{isOpen:a,onOpenChange:p,leftIcon:b1(dt,{className:"cleen-size-5"}),label:t?.title??l?.savedFilters?.label,fullWidthDropdown:!0,...s?.dropdown,...c?.dropdown,children:Y8("div",{className:"flex flex-col gap-2 p-2.5 w-full",children:[b1(rl,{tabs:[{id:"all",label:l?.savedFilters?.tabs?.all},{id:"mine",label:l?.savedFilters?.tabs?.mine},{id:"shared",label:l?.savedFilters?.tabs?.shared},{id:"featured",label:l?.savedFilters?.tabs?.featured},{id:"pinned",label:l?.savedFilters?.tabs?.pinned}],variant:"padded",onTabChange:(m,f)=>{r(f?.id),o?.(K8(f?.id))},classNames:{list:"cleen-mb-2"}}),b1("div",{className:"flex flex-col",children:n?b1(q,{classNames:{loader:"cleen-size-6"}}):(e?.length||0)>0?e?.map(m=>b1(L9,{filter:m,activeTabId:i},m.filterID)):b1("p",{className:"cleen-font-normal cleen-text-gray/60 cleen-text-base cleen-text-center",children:l?.savedFilters?.noFilters})})]})})};import{cn as zt}from"@cleen/ui-core";import{useEffect as Q8,useState as J8}from"react";import{jsx as k1,jsxs as ll}from"react/jsx-runtime";var il=({checked:t,defaultChecked:e=!1,onChange:n,title:o,label:i,sublabel:r,disabled:l,classNames:s,className:c,style:a,styles:p,infoLabels:m,...f})=>{let d=typeof t=="boolean",[g,v]=J8(e);Q8(()=>{d||v(e)},[e,d]);let h=d?t:g,x=()=>{l||(d||v(!g),n?.(!h))};return k1("div",{className:zt("cleen",c),style:a,children:ll("div",{className:zt("cleen-flex cleen-flex-col",s?.container),style:p?.container,children:[o&&k1("label",{className:zt("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",s?.title),style:p?.title,children:o}),ll("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-w-full",children:[k1("button",{type:"button",disabled:l,onClick:x,className:zt("cleen-inline-flex cleen-relative cleen-flex-shrink-0 cleen-my-auto cleen-mb-auto cleen-border-2 cleen-border-transparent cleen-rounded-full cleen-w-11 cleen-h-6 cleen-transition-colors cleen-duration-200 cleen-ease-in-out cleen-cursor-pointer",h?"cleen-bg-primary hover:cleen-bg-primary/90":"cleen-bg-gray/20 hover:cleen-bg-gray/30",s?.switch),style:p?.switch,...f,children:k1("span",{"aria-hidden":"true",className:zt("cleen-inline-block cleen-bg-white cleen-shadow cleen-rounded-full cleen-ring-0 cleen-w-5 cleen-h-5 cleen-transition cleen-duration-200 cleen-ease-in-out cleen-pointer-events-none cleen-transform",h?"cleen-translate-x-5":"cleen-translate-x-0",s?.check),style:p?.check})}),(i||r)&&ll("div",{className:"cleen-flex cleen-flex-col cleen-text-sm",children:[i&&k1("span",{className:"cleen-font-semibold cleen-text-gray/90",children:i}),r&&k1("span",{className:"cleen-font-normal cleen-text-gray/80",children:r})]})]}),(m?.errorMessage||m?.infoMessage||m?.subtitle)&&k1(z,{...m})]})})};import{useContext as ea}from"react";import{Fragment as ta,jsx as H9,jsxs as na}from"react/jsx-runtime";var R9=()=>{let{classNames:t,styles:e,labels:n,saveStepValues:o,setSaveStepValues:i,errors:r,clearError:l}=ea(ge);return na(ta,{children:[H9(te,{value:o.filterName,onChange:s=>{i(c=>({...c,filterName:s.target.value})),r?.filterName&&l?.("filterName")},label:n?.saveStep?.filterNameInput?.label,placeholder:n?.saveStep?.filterNameInput?.placeholder,infoLabels:{errorMessage:r?.filterName},...t?.saveFilter?.filterName,...e?.saveFilter?.filterName}),H9(il,{checked:o.exposed,onChange:s=>i(c=>({...c,exposed:s})),title:n?.saveStep?.exposureSwitch?.title,label:n?.saveStep?.exposureSwitch?.label,sublabel:n?.saveStep?.exposureSwitch?.sublabel,...t?.saveFilter?.exposure,...e?.saveFilter?.exposure})]})};var N9={title:"Filters",subtitle:"Apply filters to table data.",apply:"Apply",cancel:"Cancel",clear:"Clear",save:"Save filters",saveStep:{back:"Back",save:"Save",title:"Save Filter",subtitle:"Filters are reusable and shareable.",filterNameInput:{label:"Filter name",placeholder:"Type a name for this filter"},exposureSwitch:{title:"Exposure",label:"Share this filter",sublabel:"Allows others to see and use this filter"},validation:{tooShort:"You must provide a valid filter title, above 3 characters long.",tooLong:"You must provide a valid filter title, below 50 characters long."}},savedFilters:{label:"Select saved filter",noFilters:"No saved filters",filter:{delete:"Delete",cancelDelete:"Cancel",pin:"Pin",unpin:"Unpin"},tabs:{all:"All",featured:"Featured",mine:"Mine",pinned:"Pinned",shared:"Shared"}}};import{useValidation as oa}from"@cleen/ui-core";import{useState as sl}from"react";import{jsx as ra}from"react/jsx-runtime";var B9=({children:t,value:e})=>{let[n,o]=sl(!1),[i,r]=sl(Wn),{errors:l,setError:s,clearError:c}=oa({}),[a,p]=sl(!1),m=()=>{o(!1),e?.onClose?.()};return ra(ge.Provider,{value:{isSaveFiltersStep:n,setIsSaveFiltersStep:o,saveStepValues:i,setSaveStepValues:r,handleCloseSaveFilter:m,isFiltersDropdownOpen:a,setIsFiltersDropdownOpen:p,errors:l,setError:s,clearError:c,...e},children:t})};import{applyDefaults as la,cn as D9}from"@cleen/ui-core";import{forwardRef as V9,useContext as ia}from"react";import{Fragment as aa,jsx as t1,jsxs as pa}from"react/jsx-runtime";var sa=V9(function({selectedSavedFilter:e,savedFilters:n,isFiltersFetching:o,children:i,classNames:r,styles:l,labels:s,withSavedFilters:c=!0,onClear:a,onSave:p,onCancel:m,onApply:f,onClose:d,filterDateFormatter:g,onFilterCategoryChange:v,onFilterDelete:h,onFilterPin:x,onFilterSelect:w,onFilterUnpin:y,...b},M){return t1(B9,{value:{selectedSavedFilter:e,savedFilters:n,isFiltersFetching:o,classNames:r,styles:l,labels:la(N9,s),withSavedFilters:c,onClear:a,onSave:p,onCancel:m,onApply:f,onClose:d,filterDateFormatter:g,onFilterCategoryChange:v,onFilterDelete:h,onFilterPin:x,onFilterSelect:w,onFilterUnpin:y},children:t1(ca,{...b,ref:M,children:i})})}),ca=V9(function({children:e,...n},o){let{handleCloseSaveFilter:i,isSaveFiltersStep:r,selectedSavedFilter:l,savedFilters:s,isFiltersFetching:c,classNames:a,styles:p,labels:m,withSavedFilters:f=!0,onClear:d,onFilterCategoryChange:g,onFilterSelect:v}=ia(ge);return t1(q0,{footer:t1(u9,{}),headerCloseBtn:t1($,{onClick:()=>{d?.(),v?.(void 0)},leftIcon:t1($e,{}),variant:"secondary",...a?.clearBtn,...p?.clearBtn,children:m?.clear}),classNames:{...a,content:D9("cleen-space-y-4",a?.content),footer:D9("cleen-justify-between",a?.footer)},onClose:i,ref:o,...n,title:r?m?.saveStep?.title:n.title,subtitle:r?m?.saveStep?.subtitle:n.subtitle,children:r?t1(R9,{}):pa(aa,{children:[f&&t1(M9,{filters:s,selectedSavedFilter:l,onFilterCategoryChange:g,isFiltersFetching:c}),e]})})});import{cn as n1}from"@cleen/ui-core";import{forwardRef as da}from"react";import{jsx as L1,jsxs as cl}from"react/jsx-runtime";var T9=da(({title:t,subtitle:e,required:n,requiredMark:o="*",tooltipDescription:i,children:r,className:l,classNames:s,style:c,styles:a,...p},m)=>L1("div",{ref:m,className:n1("cleen",l),style:{...c,width:"100%"},...p,children:cl("div",{className:n1("cleen-flex cleen-w-full cleen-items-start cleen-justify-start cleen-gap-8",s?.container),style:a?.container,children:[cl("div",{className:n1("cleen-flex cleen-flex-col cleen-min-w-fit cleen-w-1/3",s?.titleColumn),style:a?.titleColumn,children:[cl("div",{className:n1("cleen-flex cleen-items-center cleen-gap-1 cleen-font-semibold cleen-text-sm cleen-text-gray/90",s?.title),style:a?.title,children:[L1("span",{className:"cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis",children:t}),n&&L1("span",{className:n1("cleen-text-error",s?.requiredMark),style:a?.requiredMark,children:o}),i&&L1(Q,{hasArrow:!0,placement:"top",label:i,color:"rgba(var(--cleen-gray), 0.8)",...s?.tooltip,style:a?.tooltip?.style,styles:{...a?.tooltip?.styles,labelContainer:{width:"max-content",maxWidth:"250px",...a?.tooltip?.styles?.labelContainer}},children:L1(ht,{className:n1("cleen-size-3 cleen-text-gray/40",s?.questionIcon),style:a?.questionIcon})})]}),e&&L1("div",{className:n1("cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis cleen-w-full cleen-font-normal cleen-text-gray/70 cleen-text-sm",s?.subtitle),style:a?.subtitle,children:e})]}),L1("div",{className:n1("cleen-form-group--controls-row cleen-flex cleen-flex-1 cleen-flex-wrap cleen-gap-8",s?.controlsRow),style:a?.controlsRow,children:r})]})}));T9.displayName="FormGroup";import{cn as ie,useDebounce as ua,useOutsideClick as Ca,usePositionClose as ma}from"@cleen/ui-core";import{useEffect as al,useMemo as pl,useRef as E9,useState as o1}from"react";import{createPortal as ga}from"react-dom";import{jsx as F,jsxs as fe}from"react/jsx-runtime";function fa(t){return t!==null&&typeof t=="object"}function he(t,e){if(fa(t)&&e in t)return t[e]}function F9(t,e){let n=he(t,e);return Array.isArray(n)?n:[]}var ha=({position:t="bottom-right",labels:e,groups:n=[],selectedItemID:o=null,groupThreeDotMenuOptions:i=[],itemThreeDotMenuOptions:r=[],refetchData:l,onGroupSave:s,onItemSave:c,onGroupThreeDotMenuClick:a,onItemThreeDotMenuClick:p,onSearchChange:m,onItemSelect:f,groupIDKey:d,groupTitleKey:g,itemsKey:v,itemIDKey:h,itemGroupIDKey:x,itemTitleKey:w,itemSubtitleKey:y,newValueMinLength:b=2,isLoading:M=!1,isGroupSaving:I=!1,isItemSaving:k=!1,selectedColor:H="rgb(var(--cleen-primary), 0.1)",className:N,classNames:S,style:L,styles:P})=>{let[D,T]=o1(!1),[V,O]=o1(!1),[R,B]=o1(!1),[_,E]=o1(null),[W,U]=o1(null),[a1,ae]=o1(""),[p1,ot]=o1(""),[Ce,on]=o1(""),[d1]=ua(Ce,500),rn=E9(null),u1=E9(null),{positionStyles:pe,isMounted:D1}=ma({triggerRef:rn,targetRef:u1,position:t,isOpen:D,offset:10});Ca({refs:[u1],handler:()=>T(!1),enabled:D});let ln=pl(()=>n??[],[n]),ye=pl(()=>{let Z=new Map;for(let j of ln){let oe=he(j,d);oe!=null&&Z.set(oe,F9(j,v))}return Z},[ln,d,v]),rt=pl(()=>_==null?Array.from(ye?.values()).flat():ye?.get(_)??[],[_,ye]);al(()=>{if(o==null){U(null),E(null);return}let j=Array.from(ye?.values())?.flat()?.find(oe=>he(oe,h)===o);if(j){let oe=he(j,x)??null;U(j),E(oe)}else U(null),E(null)},[o,ye,h,x]),al(()=>{m&&m(d1??"")},[d1,m]),al(()=>{D||(O(!1),B(!1),ae(""),ot(""))},[D]);let sn=Z=>{Z===_?(E(null),U(null),f?.(null)):(U(null),E(Z),f?.(null))},G=Z=>{let j=he(Z,x);E(typeof j=="string"||typeof j=="number"?j:null),U(Z),f?.(Z),T(!1)};async function V1(){if(!s)return;let Z={[g]:a1};try{(await s(Z))?.success&&(O(!1),ae(""),l&&await l())}catch{}}async function Re(){if(!c)return;let Z={[w]:p1,..._!=null?{[x]:_}:{}};try{(await c(Z))?.success&&(B(!1),ot(""),l&&await l())}catch{}}return F("div",{className:ie("cleen",N),style:L,children:fe("div",{ref:rn,className:ie("cleen-relative cleen-w-full cleen-cursor-pointer",S?.container),style:P?.container,onClick:Z=>{Z.stopPropagation(),T(!0)},children:[F(te,{placeholder:e?.inputPlaceholder,rightIcon:D?F(m1,{className:"cleen-w-5 cleen-h-5 cleen-text-gray/30"}):F(Ve,{className:"cleen-w-5 cleen-h-5 cleen-text-gray/30"}),value:Ce,onChange:Z=>{E(null),U(null),on(Z.target.value)},classNames:{input:D?"":"cleen-cursor-pointer"},className:S?.input,style:P?.input}),D&&ga(F("div",{className:"cleen",children:fe("div",{ref:u1,className:ie("cleen-overflow-hidden cleen-flex cleen-items-start cleen-justify-start cleen-w-[500px] cleen-h-[344px] cleen-bg-white cleen-border cleen-border-gray/10 cleen-rounded-lg cleen-shadow-xl cleen-cursor-default","cleen-absolute cleen-z-50",{"cleen-opacity-0":!D1},S?.columnsContainer),style:{top:`${pe.top}px`,left:`${pe.left}px`,...P?.columnsContainer},children:[fe("div",{className:"cleen-w-1/2 cleen-h-full",children:[F("div",{className:ie("cleen-overflow-scroll cleen-no-scrollbar cleen-flex cleen-flex-col cleen-items-start cleen-justify-start cleen-w-full cleen-h-[300px]",S?.leftColumn),style:P?.leftColumn,children:M?F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-full cleen-h-full",children:F(q,{size:"sm"})}):n?.map((Z,j)=>{let oe=he(Z,d),po=oe===_,uo=String(he(Z,g)??""),Co=F9(Z,v)?.length??0;return fe("div",{className:ie("cleen-group cleen-flex cleen-items-center cleen-justify-between cleen-gap-2 cleen-px-3 cleen-w-full cleen-min-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.groupItem),style:{...P?.groupItem||{},...po?{backgroundColor:H}:{}},onClick:Y=>{Y.stopPropagation(),Y.preventDefault(),sn(oe??null)},children:[fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2",i?.length>0?"cleen-w-[calc(100%-30px)]":"cleen-w-full"),children:[F("span",{className:ie("cleen-truncate cleen-font-semibold cleen-text-[14px] cleen-text-gray/90",S?.groupItemTitle),style:P?.groupItemTitle,children:uo}),F(le,{color:"lighter-blue",label:Co})]}),i?.length>0&&F("div",{className:"cleen-opacity-0 group-hover:cleen-opacity-100",onClick:Y=>{Y.stopPropagation(),a?.(Z)},children:F(j1,{position:"bottom-right",keepOpenOnClick:!1,items:i?.map(Y=>{let lt=Y?.disabledOptionCallback?.(Z);return{...Y,type:"button",label:F("span",{className:"cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:Y?.label}),onClick:()=>{lt||Y?.onClick(Z)},disabled:lt}}),classNames:{menu:"cleen-min-w-max"},className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-5 cleen-h-5 cleen-bg-white cleen-rounded-md",children:F(F1,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/70 cleen-cursor-pointer hover:cleen-text-primary"})})})]},`group-${j}-${String(oe??j)}`)})}),F(Fe,{isHorizontal:!0}),V?fe("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full cleen-h-10",children:[F(te,{leftIcon:F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),placeholder:e?.newGroupPlaceholder,value:a1,onChange:Z=>ae(Z.target.value),classNames:{inputContainer:"cleen-border-none",input:"cleen-w-full"},className:"cleen-w-[170px]",autoFocus:!0}),F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-[80px] cleen-h-full",children:s?I?F(q,{}):a1?.length>b?F($,{variant:"primary",label:e?.saveButtonLabel,onClick:()=>{V1()},classNames:{container:"cleen-w-max cleen-h-7"}}):F("div",{}):F("div",{})})]}):fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2 cleen-w-full cleen-px-2 cleen-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.newGroupButton),style:P?.newGroupButton,onClick:()=>O(!0),children:[F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),F("span",{className:"cleen-text-normal cleen-text-[14px] cleen-text-gray/50",children:e?.newGroupPlaceholder})]})]}),F(Fe,{className:"cleen-absolute cleen-top-0 cleen-left-1/2 cleen-min-w-[1px] cleen-h-full cleen-bg-gray/10 cleen-z-[1]"}),fe("div",{className:"cleen-w-1/2 cleen-h-full",children:[F("div",{className:ie("cleen-overflow-scroll cleen-no-scrollbar cleen-flex cleen-flex-col cleen-items-start cleen-justify-start cleen-w-full cleen-h-[300px]",S?.rightColumn),style:P?.rightColumn,children:M?F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-full cleen-h-full",children:F(q,{size:"sm"})}):rt?.map((Z,j)=>{let oe=he(Z,h),po=W&&he(W,h)===oe,uo=String(he(Z,w)??""),Co=y?String(he(Z,y)??""):"";return fe("div",{className:ie("cleen-group cleen-flex cleen-items-center cleen-justify-between cleen-gap-2 cleen-px-3 cleen-w-full cleen-min-h-[60px] cleen-cursor-pointer hover:cleen-bg-primary/10",S?.item),style:{...P?.item||{},...po?{backgroundColor:H}:{}},onClick:Y=>{Y.stopPropagation(),Y.preventDefault(),G(Z)},children:[fe("div",{className:ie("cleen-flex cleen-flex-col cleen-items-start cleen-justify-center",r?.length>0?"cleen-w-[calc(100%-30px)]":"cleen-w-full"),children:[F("span",{className:ie("cleen-truncate cleen-w-full cleen-font-semibold cleen-text-[14px] cleen-text-gray/90",S?.itemTitle),style:P?.itemTitle,children:uo}),F("span",{className:ie("cleen-truncate cleen-w-full cleen-font-semibold cleen-text-[12px] cleen-text-gray/50",S?.itemSubtitle),style:P?.itemSubtitle,children:Co})]}),r?.length>0&&F("div",{className:"cleen-opacity-0 group-hover:cleen-opacity-100",onClick:Y=>{Y.stopPropagation(),p?.(Z)},children:F(j1,{position:"bottom-right",keepOpenOnClick:!1,items:r?.map(Y=>{let lt=Y?.disabledOptionCallback?.(Z);return{...Y,type:"button",label:F("span",{className:"cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:Y?.label}),onClick:()=>{lt||Y?.onClick(Z)},disabled:lt}}),classNames:{menu:"cleen-min-w-max"},className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-5 cleen-h-5 cleen-bg-white cleen-rounded-md",children:F(F1,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/70 cleen-cursor-pointer hover:cleen-text-primary"})})})]},`item-${j}-${String(oe??j)}`)})}),F(Fe,{isHorizontal:!0}),R?fe("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full cleen-h-10",children:[F(te,{leftIcon:F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),placeholder:e?.newItemPlaceholder,value:p1,onChange:Z=>ot(Z.target.value),classNames:{inputContainer:"cleen-border-none",input:"cleen-w-full"},className:"cleen-w-[170px]",autoFocus:!0}),F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-[80px] cleen-h-full",children:c?k?F(q,{}):p1?.length>b?F($,{variant:"primary",label:e?.saveButtonLabel,onClick:()=>{Re()},classNames:{container:"cleen-w-max cleen-h-7"}}):F("div",{}):F("div",{})})]}):fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2 cleen-w-full cleen-px-2 cleen-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.newItemButton),style:P?.newItemButton,onClick:()=>B(!0),children:[F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),F("span",{className:"cleen-text-normal cleen-text-[14px] cleen-text-gray/50",children:e?.newItemPlaceholder})]})]})]})}),document.body),!D&&W&&F("div",{className:"cleen-absolute cleen-top-1.5 cleen-left-1 cleen-flex cleen-items-center cleen-justify-start cleen-pl-2.5 cleen-w-[calc(100%-40px)] cleen-h-8 cleen-bg-white",onClick:()=>T(!0),children:F("span",{className:"cleen-truncate cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:String(he(W,w)??"")})})]})})};import{cn as J,useDebounce as va,useOutsideClick as wa,usePositionClose as ya}from"@cleen/ui-core";import{forwardRef as xa,useEffect as ba,useMemo as Z9,useRef as dl,useState as ul}from"react";import{createPortal as ka}from"react-dom";import{cn as P1}from"@cleen/ui-core";import{jsx as r1,jsxs as A9}from"react/jsx-runtime";var W9=({options:t,selection:e,classNames:n,styles:o,onChoose:i,displaySubtextInline:r=!0,...l})=>r1("div",{tabIndex:0,...l,children:r1("div",{className:P1("cleen-flex cleen-flex-col cleen-pt-1 cleen-pb-1.5 cleen-max-h-64 cleen-overflow-y-auto",n?.container),style:o?.container,children:t?.map(s=>{let c=e?.some(a=>a?.value===s?.value);return A9("li",{className:P1("cleen-flex cleen-justify-between cleen-items-center hover:cleen-bg-gray/10 cleen-px-2 cleen-py-2.5 cleen-rounded-md cleen-cursor-pointer cleen-select-none",{"cleen-bg-gray/10 hover:cleen-bg-gray/20":c},n?.item),style:o?.item,onClick:()=>i?.(s,c),children:[A9("div",{className:P1("cleen-flex cleen-justify-start cleen-items-center cleen-gap-2",n?.labels,!r&&"cleen-truncate cleen-flex-col cleen-items-start cleen-gap-0"),style:o?.labels,children:[s?.leadingBadgeValue&&r1(le,{color:"gray",label:s?.leadingBadgeValue}),s?.icon,s?.label&&r1("span",{className:P1("cleen-font-medium cleen-text-gray cleen-text-base",!r&&"cleen-w-full cleen-truncate"),children:s?.label}),s?.preSublabel&&r1("span",{className:P1("cleen-font-medium cleen-text-gray/30 cleen-text-xs",!r&&"cleen-w-full cleen-truncate"),children:s?.preSublabel}),s?.sublabel&&r1("span",{className:P1("cleen-font-medium cleen-text-gray/60 cleen-text-sm",!r&&"cleen-w-full cleen-truncate"),children:s?.sublabel})]}),c&&r1("div",{className:n?.checkContainer,style:o?.checkContainer,children:r1(De,{className:P1("cleen-text-primary",n?.check),style:o?.check})})]},s.value)})})});import{Fragment as Pa,jsx as K,jsxs as Ut}from"react/jsx-runtime";var La=xa(function({label:e,labels:n,options:o,value:i,displaySelected:r="under",isLoading:l=!1,required:s,internalFiltering:c=!1,closeOnReachingLimit:a=!0,limit:p,getCustomBadgeLabel:m,displaySubtextInline:f=!0,selectedBadgeColor:d="blue",debounceDelay:g=0,characterThreshold:v=2,disabled:h=!1,isNoDataVisibleOnCreateNew:x=!0,className:w,classNames:y,style:b,styles:M,infoLabels:I,menuDetachedFromPortal:k,onInputChange:H,onChange:N,onCreateNewOption:S,createNewOptionLabelString:L,onLookupBlur:P,triggerBlurOnlyWhenOpen:D=!0,menuRef:T,...V},O){let[R,B]=ul(!1),_=dl(null),E=dl(null),W=T??_,{positionStyles:U,isMounted:a1}=ya({triggerRef:E,targetRef:W,position:"bottom-left",isOpen:R,offset:4});wa({refs:[W,E],handler:()=>{B(!1),P?.()},enabled:D?R:!0});let[ae,p1]=ul(""),ot=va(ae,g),Ce=g?ot:ae,on=dl(Ce),d1=Array.isArray(i),[rn,u1]=ul([]),pe=d1?i:rn,D1=["inside","inside-badge"].includes(r),ln=(G,V1=!1)=>{if(V1){let Z=pe.filter(j=>j.value!==G.value);d1||u1(Z),N?.(Z);return}let Re;if(p===1)Re=[G];else{if(p&&pe.length>=p)return;Re=[...pe,G]}d1||u1(Re),N?.(Re),a&&p&&Re.length>=p&&(p1(""),B(!1))},ye=Z9(()=>c?o?.filter(G=>G?.label?.match(new RegExp(Ce,"i"))):o,[o,Ce,c]),rt=Z9(()=>L&&S&&!l&&ae?.length>0&&!ye?.some(G=>G?.label===ae)?typeof L=="function"?L(ae):L:null,[L,S,l,ae,ye]);ba(()=>{on.current!==Ce&&(on.current=Ce,Ce.length<v?B(!1):(H?.(Ce),B(!0)))},[Ce,H,v]);let sn=Ut("ul",{className:J("cleen-flex cleen-flex-col cleen-gap-0.5 cleen-bg-background cleen-shadow-[0px_12px_16px_-4px_rgba(var(--cleen-gray),0.1)] cleen-px-1.5 cleen-pt-1 cleen-pb-0.5 cleen-border cleen-border-gray/20 cleen-rounded-lg",y?.menu?.container),style:M?.menu?.container,children:[l?K(q,{className:J("cleen-py-3",y?.menu?.loader),style:M?.menu?.loader}):!ye||ye?.length===0?!!n?.noDataFound&&(x||!rt)&&K("div",{className:J("cleen-flex cleen-justify-center cleen-items-center cleen-px-2 cleen-py-2.5 cleen-rounded-md cleen-font-normal cleen-text-gray/40 cleen-text-sm cleen-text-center cleen-pointer-events-none cleen-select-none",y?.menu?.noDataFound),style:M?.menu?.noDataFound,children:n?.noDataFound}):K(W9,{options:ye,selection:pe,onChoose:ln,displaySubtextInline:f,...y?.menu?.list,...M?.menu?.list}),rt&&Ut("div",{className:J("cleen-flex cleen-flex-col cleen-justify-center cleen-items-center",y?.createNewOption?.container),style:M?.createNewOption?.container,children:[K(Fe,{...y?.createNewOption?.divider,...M?.createNewOption?.divider}),K("span",{className:J("cleen-py-3 cleen-font-semibold cleen-text-primary/70 cleen-text-sm cleen-cursor-pointer",y?.createNewOption?.value),style:M?.createNewOption?.value,onClick:()=>{let G=S?.(ae);typeof G=="boolean"&&!G||p1("")},children:rt})]})]});return K("div",{className:J("cleen",w),style:b,children:Ut("div",{className:J("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-w-full",y?.container),style:M?.container,children:[e&&K("div",{className:J("cleen-flex cleen-w-full"),children:Ut("span",{className:J("cleen-w-full cleen-font-medium cleen-text-gray/90 cleen-text-sm",y?.label),style:M?.label,children:[e,s&&K("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]})}),K("div",{ref:E,className:J("cleen-relative cleen-flex cleen-items-center",y?.input?.container),style:M?.input?.container,children:K(te,{type:"search",autoFocus:!1,autoComplete:"off",className:J("cleen-w-full",y?.input?.component?.className),classNames:{...y?.input?.component?.classNames,inputContainer:J({"cleen-flex-wrap":D1},y?.input?.component?.classNames?.inputContainer),input:J({"cleen-pl-2":D1},y?.input?.component?.classNames?.input),leftIconContainer:J({"cleen-pr-0":D1},y?.input?.component?.classNames?.leftIconContainer)},...M?.input?.component,leftIcon:Ut(Pa,{children:[K(yt,{className:"cleen-text-gray/70"}),D1&&(pe||[])?.length>0&&K("div",{className:J("cleen-flex cleen-gap-1 cleen-overflow-hidden cleen-text-ellipsis cleen-whitespace-nowrap"),onClick:()=>{B(!R)},children:r==="inside-badge"?pe?.map(G=>K(le,{label:G?.label,color:"blue",variant:"semiRounded"},G.value)):K("span",{className:J("cleen-font-medium cleen-text-gray/80 cleen-text-sm"),children:pe?.map(G=>G?.label).join(", ")})})," "]}),onFocus:()=>{Ce.length>=v&&ae.length>=v&&B(!0)},value:ae,onChange:G=>{p1(G.target.value)},ref:O,required:s,disabled:h,...V})}),R&&(k?K("div",{ref:W,children:sn}):ka(K("div",{className:"cleen",children:K("div",{ref:W,className:J("cleen-absolute cleen-z-50",{"cleen-opacity-0":!a1}),style:{top:`${U.top}px`,left:`${U.left}px`,minWidth:E.current?.offsetWidth?`${E.current.offsetWidth}px`:void 0},children:sn})}),document.body)),r==="under"&&pe?.length>0&&K("span",{className:J("cleen-flex cleen-flex-wrap cleen-gap-1.5",y?.pillbadge?.container),style:M?.pillbadge?.container,children:pe?.map(G=>K(le,{label:m?m(G):G?.label,color:d,removeable:!h,onRemoveClicked:()=>{if(h)return;let V1=pe?.filter(Re=>Re?.value!==G?.value);d1||u1(V1),N?.(V1)},...y?.pillbadge?.component,...M?.pillbadge?.component},G.value))}),(I?.errorMessage||I?.infoMessage||I?.subtitle)&&K(z,{...I})]})})});import{cn as Gt,useBodyScrollLock as Sa,useCleenOverlays as _9}from"@cleen/ui-core";import{forwardRef as Ia,useCallback as Ma,useEffect as Cl,useId as Ha,useRef as Ra,useState as O9}from"react";import{createPortal as Na}from"react-dom";import{jsx as $t,jsxs as U9}from"react/jsx-runtime";var Ba={xs:320,sm:384,md:448,lg:512,xl:576,"2xl":728},z9=300,Da=Ia(function({isOpen:e=!1,onClose:n,closeOnOverlayClick:o=!0,closeButtonIcon:i=$t(Ee,{className:"cleen-size-5"}),header:r,footer:l,zIndex:s=50,size:c="md",color:a,p,gap:m,className:f,classNames:d,style:g,styles:v,children:h,...x},w){let[y,b]=O9(e),[M,I]=O9(e),k=Ra(null),H=Ha(),{addOverlay:N,removeOverlay:S}=_9(),L=Ma(()=>{b(!1),setTimeout(()=>n?.(),z9)},[n]);return Cl(()=>{if(e){I(!0);let P=setTimeout(()=>b(!0),1);return()=>clearTimeout(P)}else{b(!1);let P=setTimeout(()=>I(!1),z9);return()=>clearTimeout(P)}},[e]),Cl(()=>{if(e)return N(H),()=>S(H)},[N,S,e,H]),Cl(()=>{let P=D=>{let{overlays:T}=_9.getState();D.key==="Escape"&&T[T.length-1]===H&&L()};return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[L,H]),Sa(M),M?Na(U9("div",{className:Gt("cleen",f),style:g,ref:w,...x,children:[$t("div",{className:Gt("cleen-fixed cleen-inset-0 cleen-bg-black/50 dark:cleen-bg-white/50 cleen-transition-opacity cleen-duration-300 cleen-ease-in-out",y?"cleen-opacity-100":"cleen-opacity-0",d?.overlay),style:{zIndex:s,...v?.overlay},onClick:()=>{o&&L()},"aria-hidden":"true"}),$t("div",{className:Gt("cleen-fixed cleen-inset-0 cleen-flex cleen-justify-center cleen-items-center cleen-p-4 cleen-overflow-auto","cleen-transition-all cleen-duration-300 cleen-ease-in-out","cleen-pointer-events-none",y?"cleen-opacity-100 cleen-scale-100":"cleen-opacity-0 cleen-scale-95",d?.container),style:{zIndex:s,...v?.container},"aria-modal":"true",role:"dialog",children:U9(ne,{header:r,footer:l,color:a,p,gap:m,className:Gt("cleen-relative cleen-shadow-xl cleen-w-full cleen-max-w-lg cleen-max-h-[90vh] cleen-rounded-lg","cleen-pointer-events-auto",d?.modal?.className),style:{maxWidth:typeof c=="number"?c:Ba[c],...v?.modal?.style},classNames:d?.modal?.classNames,styles:v?.modal?.styles,ref:k,children:[h,i&&$t("div",{className:Gt("cleen-top-3 cleen-right-3 cleen-absolute"),children:$t($,{variant:"borderless",onClick:L,"aria-label":"Close modal",classNames:{container:"cleen-p-1.5 cleen-rounded-full"},children:i})})]})})]}),document.body):null});import"react-toastify";var ml={success:{},error:{autoClose:2e4,hideProgressBar:!0,closeOnClick:!0,pauseOnHover:!0},info:{},warning:{autoClose:4e3},default:{autoClose:3e3,position:"top-right",hideProgressBar:!1,closeOnClick:!0,pauseOnHover:!0,draggable:!0}};import{cn as Va}from"@cleen/ui-core";import{Bounce as Ta,Flip as Ea,toast as qt,Slide as Fa,Zoom as Aa}from"react-toastify";var Wa=({message:t,variant:e="default",animationType:n="slide",className:o,...i})=>{let r=()=>{switch(n){case"bounce":return Ta;case"flip":return Ea;case"zoom":return Aa;default:return Fa}},l={...ml.default,...e!=="default"&&ml[e],transition:r(),className:Va("cleen-text-sm",o),...i};switch(e){case"success":return qt.success(t,l);case"error":return qt.error(t,l);case"info":return qt.info(t,l);case"warning":return qt.warning(t,l);default:return qt(t,l)}};import{ToastContainer as Za}from"react-toastify";import{jsx as G9}from"react/jsx-runtime";var _a=t=>G9("div",{className:"cleen",children:G9(Za,{...t})});import{cn as $9}from"@cleen/ui-core";import{forwardRef as Oa,useState as za}from"react";import{jsx as gl,jsxs as Ua}from"react/jsx-runtime";var fl=Oa(({totalPages:t,labels:e,onGoToPage:n,classNames:o,styles:i,...r},l)=>{let[s,c]=za(""),a=()=>{let m=parseInt(s,10);isNaN(m)||(n?.(Math.min(Math.max(m,1),t)),c(""))},p=m=>{m.key==="Enter"?a():m.key==="Escape"&&c("")};return gl("div",{className:"cleen",...r,children:Ua("div",{className:$9("cleen-flex cleen-items-center cleen-gap-2",o?.container),style:i?.container,children:[gl("span",{className:$9("cleen-text-sm cleen-text-gray/70 cleen-whitespace-nowrap",o?.label),style:i?.label,children:e?.goToPage}),gl(te,{ref:l,type:"number",min:1,max:t,value:s,onChange:m=>c(m.target.value),onKeyDown:p,...o?.input,...i?.input})]})})});import{cn as Un,useOutsideClick as Ga,usePositionClose as $a}from"@cleen/ui-core";import{forwardRef as qa,useRef as q9,useState as X9}from"react";import{createPortal as Xa}from"react-dom";import{jsx as K1,jsxs as Ka}from"react/jsx-runtime";var ja=[10,20,50,100],hl=qa(({pageSize:t,pageSizes:e=ja,labels:n,onPageSizeChange:o,classNames:i,styles:r,...l},s)=>{let[c,a]=X9(t??e?.[0]??void 0),[p,m]=X9(!1),f=q9(null),d=q9(null),{positionStyles:g,isMounted:v}=$a({triggerRef:f,targetRef:d,isOpen:p,position:"top-left"});return Ga({refs:[f,d],handler:()=>m(!1),enabled:p}),K1("div",{className:"cleen",ref:s,...l,children:Ka("div",{className:Un("cleen-relative cleen-flex cleen-justify-start cleen-items-center cleen-w-10",i?.container),style:r?.container,children:[K1(Q,{label:n?.itemsPerPage?.(c),classNames:{labelContainer:"cleen-min-w-max"},children:K1("div",{className:Un("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/5 hover:cleen-bg-gray/10 cleen-p-2 cleen-rounded-lg cleen-min-w-10 cleen-h-10 cleen-font-medium cleen-text-sm cleen-text-gray/70 cleen-transition-colors cleen-cursor-pointer",i?.trigger),style:r?.trigger,onClick:()=>m(h=>!h),ref:f,children:c})}),p&&Xa(K1("div",{className:"cleen",children:K1("div",{ref:d,className:Un("cleen-flex cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg","cleen-absolute cleen-z-50",{"cleen-opacity-0":!v},i?.menu),style:{top:`${g.top}px`,left:`${g.left}px`,...r?.menu},children:e?.filter(h=>h!==c)?.map(h=>K1("div",{className:Un("cleen-flex cleen-justify-center cleen-items-center hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-min-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-transition-colors cleen-cursor-pointer",i?.menuItem),style:r?.menuItem,onClick:()=>{a(h),o?.(h),m(!1)},children:h},h))})}),document.body)]})})});var j9={goToPreviousPage:"Go to previous page",goToNextPage:"Go to next page",goToPage:"Go to page",itemsPerPage:t=>`Show ${t} items per page`};import{cn as l1}from"@cleen/ui-core";import{forwardRef as Ya,useCallback as Gn,useMemo as Qa,useRef as Ja}from"react";import{jsx as se,jsxs as tp}from"react/jsx-runtime";var ep=Ya(({currentPage:t,totalPages:e,pageSize:n,pageSizes:o,hasGotoPage:i=!0,hasPageSizeSelector:r=!0,onPageChange:l,onPageSizeChange:s,labels:c=j9,classNames:a,styles:p,...m},f)=>{let d=Ja(null),g=Gn(()=>{t<e&&l?.(t+1)},[t,e,l]),v=Gn(()=>{t>1&&l?.(t-1)},[t,l]),h=Gn(y=>se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-cursor-pointer",y===t&&"cleen-bg-gray/5",a?.pageButton,y===t?a?.activePageButton:""),style:{...p?.pageButton,...y===t?p?.activePageButton:{}},onClick:()=>l?.(y),children:y},`page-${y}`),[t,l,a,p]),x=Gn(y=>se("span",{className:l1("cleen-flex cleen-justify-center cleen-self-end cleen-bg-background hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.ellipsis),style:p?.ellipsis,onClick:()=>d.current?.focus(),children:"..."},y),[a,p]),w=Qa(()=>{if(isNaN(t)||isNaN(e))return[];let y=[];if(y.push(se(Q,{label:c.goToPreviousPage,classNames:{labelContainer:"cleen-min-w-max"},children:se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 hover:cleen-text-primary cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.navButton),style:p?.navButton,onClick:v,children:se(C1,{})})},"prev")),e<=7)for(let b=1;b<=e;b++)y.push(h(b));else if(y.push(h(1)),t<=3){for(let b=2;b<5;b++)y.push(h(b));y.push(x("dots-end")),y.push(h(e))}else if(t>=e-2){y.push(x("dots-start"));for(let b=e-3;b<=e;b++)y.push(h(b))}else y.push(x("dots-start")),y.push(h(t-1)),y.push(h(t)),y.push(h(t+1)),y.push(x("dots-end")),y.push(h(e));return y.push(se(Q,{label:c.goToNextPage,classNames:{labelContainer:"cleen-min-w-max"},children:se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 hover:cleen-text-primary cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.navButton),style:p?.navButton,onClick:g,children:se(Te,{})})},"next")),y},[t,e,c,a,p,x,h,g,v]);return se("div",{className:"cleen",ref:f,...m,children:tp("div",{className:l1("cleen-flex cleen-justify-between cleen-gap-4",a?.container),style:p?.container,children:[r?se(hl,{pageSize:n,labels:c,onPageSizeChange:s,pageSizes:o,className:l1("cleen-flex-1",a?.pageSizeSelector?.className),classNames:a?.pageSizeSelector?.classNames,...p?.pageSizeSelector}):se("div",{className:"cleen-flex-1"}),se("div",{className:l1("cleen-flex cleen-flex-1 cleen-justify-center cleen-items-center cleen-gap-2 cleen-w-full",a?.buttonsContainer),style:p?.buttonsContainer,children:w}),i?se(fl,{ref:d,totalPages:e,onGoToPage:l,labels:c,className:l1("cleen-flex cleen-flex-1 cleen-justify-end",a?.goToPage?.className),classNames:a?.goToPage?.classNames,...p?.goToPage}):se("div",{className:"cleen-flex-1"})]})})});import{cn as vl,useDisclosure as np,useOutsideClick as op,usePositionClose as rp}from"@cleen/ui-core";import{forwardRef as lp,useRef as K9}from"react";import{createPortal as ip}from"react-dom";import{jsx as wl,jsxs as cp}from"react/jsx-runtime";var sp=lp(function({isOpen:e,onOpenChange:n,content:o,position:i="bottom-left",children:r,className:l,classNames:s,style:c,styles:a,...p},m){let{isOpen:f,toggle:d,close:g}=np({value:e,setValue:n}),v=K9(null),h=K9(null),{positionStyles:x,isMounted:w}=rp({triggerRef:v,targetRef:h,position:i,isOpen:f});op({refs:[v,h],handler:g,enabled:f});let y=b=>{b.stopPropagation(),d()};return cp("div",{className:vl("cleen",l),style:c,ref:m,...p,children:[wl("div",{ref:v,onClick:y,className:vl("cleen-size-fit",s?.trigger,f&&s?.triggerOpen),style:{...a?.trigger,...f?a?.triggerOpen:{}},children:r}),f&&ip(wl("div",{className:"cleen",onClick:b=>b.stopPropagation(),onPointerDown:b=>b.stopPropagation(),onMouseDown:b=>b.stopPropagation(),onTouchStart:b=>b.stopPropagation(),children:wl("div",{ref:h,className:vl("cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg cleen-w-52","cleen-absolute cleen-z-50",{"cleen-opacity-0":!w},s?.popover),style:{top:`${x.top}px`,left:`${x.left}px`,...a?.popover},onClick:b=>b.stopPropagation(),children:o})}),document.body)]})});import{cn as S1,useAnimateNumber as ap}from"@cleen/ui-core";import{forwardRef as pp,useEffect as dp,useMemo as up,useRef as Cp,useState as mp}from"react";import{jsx as $n,jsxs as yl}from"react/jsx-runtime";var Y9=pp(({percentage:t,title:e,barColor:n,backgroundColor:o="rgb(var(--cleen-gray), 0.1)",textColor:i="rgb(var(--cleen-gray))",invertProgressColors:r=!1,showPercentage:l=!1,renderAnimated:s=!1,renderAnimatedDuration:c=1e3,className:a,classNames:p,style:m,styles:f,...d},g)=>{let v=Math.max(0,Math.min(t,100)),h=Cp(v),[x,w]=mp(s?0:v),y=ap({targetNumber:x,duration:c,disabled:!s});dp(()=>{if(s){setTimeout(()=>w(v),0);return}h.current!==v&&(w(v),h.current=v)},[v,s]);let b=up(()=>{if(n)return n;switch(v<=30?"red":v<70?"orange":"green"){case"red":return r?"rgb(var(--cleen-success))":"rgb(var(--cleen-error))";case"orange":return"rgb(var(--cleen-warning))";case"green":return r?"rgb(var(--cleen-error))":"rgb(var(--cleen-success))";default:return"rgb(var(--cleen-success))"}},[v,r,n]);return $n("div",{ref:g,className:S1("cleen",a),style:m,children:yl("div",{className:S1("cleen-w-full",p?.container),style:f?.container,...d,children:[e&&$n("div",{className:S1("cleen-mb-1 cleen-font-semibold cleen-text-xs",p?.title),style:f?.title,children:e}),yl("div",{className:S1("cleen-flex cleen-items-center cleen-gap-2 cleen-w-full cleen-h-4",p?.wrapper||p?.progress),style:f?.wrapper??f?.progress,children:[$n("div",{className:S1("cleen-overflow-hidden cleen-flex-1 cleen-h-2 cleen-rounded-full",p?.track),style:{backgroundColor:o,...f?.track},children:$n("div",{className:S1("cleen-h-full cleen-transition-all cleen-duration-300 ease-out",p?.fill),style:{width:`${x}%`,backgroundColor:b,...s&&{transitionDuration:`${c}ms`},...f?.fill}})}),l&&yl("span",{className:S1("cleen-font-medium cleen-text-sm cleen-whitespace-nowrap cleen-w-10",p?.text),style:{color:i,...f?.text},children:[Math.round(y),"%"]})]})]})})});Y9.displayName="ProgressBar";import{cn as Q9}from"@cleen/ui-core";import{forwardRef as gp,useEffect as fp,useState as hp}from"react";import{jsx as qn,jsxs as J9}from"react/jsx-runtime";var vp={xs:40,sm:60,md:80,lg:100,xl:120,xxl:140,xxxl:160},e7=gp(({isFullscreen:t,percentage:e,duration:n=1e3,radius:o,stroke:i=16,size:r="md",color:l="rgb(var(--cleen-primary))",emptyColor:s="rgb(var(--cleen-gray), 0.1)",textColor:c="rgb(var(--cleen-gray))",fontSize:a,className:p,classNames:m,style:f,styles:d,...g},v)=>{let h=o??vp[r]/2,x=h-i/2,w=x*2*Math.PI,[y,b]=hp(0);fp(()=>{let I=null,k=H=>{I||(I=H);let N=H-I,S=Math.min(N/n*e,e);b(S),S<e&&requestAnimationFrame(k)};requestAnimationFrame(k)},[e,n]);let M=w-y/100*w;return qn("div",{ref:v,className:Q9("cleen",p),style:f,...g,children:qn("div",{className:Q9("cleen-flex cleen-justify-center cleen-items-center cleen-w-full cleen-h-full",{"cleen-h-screen cleen-w-screen cleen-bg-background":t},m?.container),style:d?.container,children:J9("svg",{height:h*2,width:h*2,style:{transform:"rotate(-90deg)"},children:[qn("circle",{stroke:s,fill:"transparent",strokeWidth:i,r:x,cx:h,cy:h}),qn("circle",{stroke:l,fill:"transparent",strokeWidth:i,strokeLinecap:"round",strokeDasharray:w,strokeDashoffset:M,r:x,cx:h,cy:h}),J9("text",{x:"50%",y:"50%",dy:".3em",textAnchor:"middle",fontWeight:600,fontSize:a??h/2.5,fill:c,transform:`rotate(90, ${h}, ${h})`,children:[Math.round(y),"%"]})]})})})});e7.displayName="ProgressCircle";import{cn as be}from"@cleen/ui-core";import{useState as wp}from"react";import{jsx as ve,jsxs as Xn}from"react/jsx-runtime";var yp=({horizontal:t,boxes:e,selectedBox:n,onBoxClick:o,leftElement:i,rightElement:r,leftIcon:l,leftIconName:s,rightIconName:c,className:a,style:p})=>{let[m,f]=wp(n);return ve("div",{className:be("cleen",a),style:p,children:t?ve("div",{className:"cleen-flex cleen-flex-wrap cleen-items-start cleen-justify-start cleen-gap-3 cleen-w-full",children:e?.map(d=>{let g=d?.id===m?.id;return Xn("div",{className:be("cleen-flex cleen-items-center cleen-gap-3 cleen-p-4 cleen-border cleen-rounded-xl cleen-shadow-lg cleen-cursor-pointer cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/5 cleen-w-max",g?"cleen-bg-primary/5 cleen-border-primary/50":"cleen-border-gray/20"),onClick:()=>{f(d),o?.(d)},children:[i&&i(d),l||(s?ve(re,{name:s,className:be("cleen-w-5 cleen-h-5",g?"cleen-text-primary":"cleen-text-gray/80")}):null),d?.label&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",g?"cleen-text-primary":"cleen-text-gray/80"),children:d?.label}),d?.subLabel&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",g?"cleen-text-primary":"cleen-text-gray/80"),children:d?.subLabel}),r&&r(d),c&&ve(re,{name:c,className:be("cleen-w-5 cleen-h-5",g?"cleen-text-primary":"cleen-text-gray/80")})]},d?.id)})}):ve("div",{className:"cleen-grid cleen-gap-3 cleen-w-full",style:{gridTemplateColumns:"1fr auto 1fr"},children:e?.map(d=>{let g=d?.id===m?.id;return Xn("div",{className:be("cleen-grid cleen-col-span-full cleen-items-center cleen-gap-3 cleen-p-4 cleen-border cleen-rounded-xl cleen-shadow-lg cleen-cursor-pointer cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/5",g?"cleen-bg-primary/5 cleen-border-primary/50":"cleen-border-gray/20"),style:{display:"grid",gridTemplateColumns:"subgrid",gridColumn:"1 / -1"},onClick:()=>{f(d),o?.(d)},children:[Xn("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-justify-start",children:[i&&i(d),l||(s?ve(re,{name:s,className:be("cleen-w-5 cleen-h-5",g?"cleen-text-primary":"cleen-text-gray/80")}):null)]}),ve("div",{className:"cleen-flex cleen-items-center cleen-justify-center",children:d?.label&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",g?"cleen-text-primary":"cleen-text-gray/80"),children:d?.label})}),Xn("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-justify-end",children:[d?.subLabel&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",g?"cleen-text-primary":"cleen-text-gray/80"),children:d?.subLabel}),r&&r(d),c&&ve(re,{name:c,className:be("cleen-w-5 cleen-h-5",g?"cleen-text-primary":"cleen-text-gray/80")})]})]},d?.id)})})})};import{cn as i1}from"@cleen/ui-core";import{useEffect as kp,useState as Lp}from"react";import{cn as xp}from"@cleen/ui-core";import{jsx as t7,jsxs as bp}from"react/jsx-runtime";var xl=({checked:t,className:e,style:n,...o})=>bp("div",{className:xp("group cleen-flex cleen-size-5 cleen-min-h-5 cleen-min-w-5 cleen-items-center cleen-justify-center cleen-rounded-full cleen-border cleen-border-gray/20",t?"cleen-bg-primary":"cleen-bg-white",e),style:n,children:[t7("input",{type:"radio",checked:t,className:"cleen-hidden",...o}),t7("span",{className:"cleen-size-2 cleen-rounded-full cleen-bg-white"})]});import{jsx as Ae,jsxs as jn}from"react/jsx-runtime";var Pp=({radios:t,label:e,className:n,classNames:o,style:i,styles:r,name:l="cleen-radio-group",direction:s="vertical",radioPosition:c="left",defaultActiveId:a=1,value:p,infoLabels:m,onChange:f})=>{let d=p!==void 0,[g,v]=Lp(a);kp(()=>{d||v(a)},[a,d]);let h=d?p:g,x=w=>{d||v(w),f?.(w)};return Ae("div",{className:i1("cleen",n),style:i,children:jn("div",{className:o?.container,style:r?.container,children:[e&&Ae("label",{className:i1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",o?.label),style:r?.label,children:e}),Ae("div",{className:i1("cleen-flex cleen-flex-wrap cleen-gap-2.5",s==="vertical"&&"cleen-flex-col cleen-w-fit",o?.radios),style:r?.radios,children:t?.map(w=>jn("div",{className:i1("cleen-flex cleen-gap-2 hover:cleen-bg-gray/5 cleen-p-5 cleen-border cleen-border-gray/20 hover:cleen-border-gray/30 cleen-rounded-xl cleen-transition-all cleen-duration-200 cleen-cursor-pointer",s==="horizontal"&&"cleen-flex-1 cleen-min-w-60",h==w?.id&&"cleen-border-primary hover:cleen-border-primary",h==w?.id&&o?.radioActive,o?.radioContainer),style:r?.radioContainer,onClick:()=>x(w.id),children:[w.leftIcon,c==="left"&&Ae(xl,{name:l,value:w.id,checked:h==w.id,onChange:()=>x(w.id),className:o?.radioOuterCheckBox,style:r?.radioOuterCheckBox}),jn("label",{className:i1("cleen-flex-1 cleen-text-gray cleen-cursor-pointer",o?.radioLabelsContainer),style:r?.radioLabelsContainer,children:[jn("div",{className:"cleen-flex cleen-items-center cleen-gap-1",children:[Ae("span",{className:i1("cleen-font-semibold cleen-text-gray/70 cleen-text-sm",o?.radioTitle),style:r?.radioTitle,children:w.title}),Ae("span",{className:i1("cleen-font-normal cleen-text-gray/80 cleen-text-xs",o?.radiotPostTitle),style:r?.radiotPostTitle,children:w.postTitle})]}),Ae("span",{className:i1("cleen-font-normal cleen-text-gray/80 cleen-text-sm",o?.radioSubTitle),style:r?.radioSubTitle,children:w?.subTitle})]}),c==="right"&&Ae(xl,{name:l,value:w.id,checked:h==w.id,onChange:()=>x(w.id),className:o?.radioOuterCheckBox,style:r?.radioOuterCheckBox}),w.rightIcon]},w?.id))}),(m?.errorMessage||m?.infoMessage||m?.subtitle)&&Ae(z,{...m})]})})};import{cn as We}from"@cleen/ui-core";import{useCallback as Sp,useEffect as Ip,useRef as n7,useState as Mp}from"react";import{jsx as ke,jsxs as bl}from"react/jsx-runtime";var Hp=({minValue:t=0,maxValue:e=100,step:n=1,defaultValue:o=[t,e],value:i,onChange:r,onChangeEnd:l,className:s,classNames:c,style:a,styles:p,disabled:m=!1,label:f,labels:d,tooltips:g,infoLabels:v})=>{let[h,x]=Mp(o??[t,e]),w=i!==void 0?i:h,y=n7(null),b=n7(null),M=R=>{let B=Math.round((R-t)/n)*n+t;return Math.min(e,Math.max(t,B))},I=(w[0]-t)/(e-t)*100,k=(w[1]-t)/(e-t)*100,H=Sp(R=>{let B=[M(Math.min(R[0],R[1])),M(Math.max(R[0],R[1]))];i===void 0&&x(B),r?.(B)},[t,e,n,i,r]),N=R=>{let B=y.current;if(!B)return t;let _=B.getBoundingClientRect(),E=(R-_.left)/_.width;return M(t+E*(e-t))},S=R=>B=>{m||(B.preventDefault(),b.current=R,document.addEventListener("mousemove",L),document.addEventListener("mouseup",P))},L=R=>{if(!b.current)return;let B=N(R.clientX);b.current==="min"?H([B,w[1]]):H([w[0],B])},P=R=>{let B=N(R.clientX),_=b.current==="min"?[B,w[1]]:[w[0],B];b.current=null,l?.(_),document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P)},D=R=>{if(m)return;let B=N(R.clientX),_=Math.abs(B-w[0]),E=Math.abs(B-w[1]);_<E?H([B,w[1]]):H([w[0],B])},T=R=>B=>{m||(B.preventDefault(),b.current=R,document.addEventListener("touchmove",V),document.addEventListener("touchend",O))},V=R=>{if(b.current&&R.touches.length>0){let B=N(R.touches[0].clientX);b.current==="min"?H([B,w[1]]):H([w[0],B])}},O=R=>{let B=N(R.touches[0].clientX),_=b.current==="min"?[B,w[1]]:[w[0],B];b.current=null,l?.(_),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)};return Ip(()=>()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)},[]),ke("div",{className:We("cleen",s),style:a,children:bl("div",{className:We("cleen-w-full",c?.container),style:p?.container,children:[f&&ke("span",{className:"cleen-font-medium cleen-text-sm cleen-text-gray",children:f}),bl("div",{ref:y,className:We("cleen-relative cleen-w-full cleen-h-8 cleen-touch-none",{"cleen-opacity-60":m},c?.track),style:p?.track,"aria-disabled":m,onClick:D,children:[ke("div",{className:We("cleen-absolute cleen-left-0 cleen-right-0 cleen-top-1/2 cleen-h-1 cleen-bg-gray/20 dark:cleen-bg-black cleen-rounded-sm -cleen-translate-y-1/2",m?"cleen-cursor-not-allowed":"cleen-cursor-pointer"),children:ke("div",{className:We("cleen-absolute cleen-top-0 cleen-h-full cleen-bg-primary cleen-rounded-sm",c?.filledTrack),style:{left:`${I}%`,width:`${k-I}%`,...p?.filledTrack}})}),ke(Q,{invertColors:!0,label:w[0],...g?.shared,...g?.min,className:We("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",g?.shared?.className,g?.min?.className),style:{left:`calc(${I}% - 8px)`,...g?.shared?.style,...g?.min?.style},children:ke("div",{className:We("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",m?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:m?-1:0,role:"slider","aria-valuenow":w[0],"aria-valuemin":t,"aria-valuemax":w[1],"aria-disabled":m,onMouseDown:S("min"),onTouchStart:T("min")})}),ke(Q,{invertColors:!0,label:w[1],...g?.shared,...g?.max,className:We("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",g?.shared?.className,g?.max?.className),style:{left:`calc(${k}% - 8px)`,...g?.shared?.style,...g?.max?.style},children:ke("div",{className:We("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",m?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:m?-1:0,role:"slider","aria-valuenow":w[1],"aria-valuemin":w[0],"aria-valuemax":e,"aria-disabled":m,onMouseDown:S("max"),onTouchStart:T("max")})})]}),(d?.minLabel||d?.maxLabel)&&bl("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full",children:[d?.minLabel&&ke("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.minLabel}),d?.maxLabel&&ke("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.maxLabel})]}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&ke(z,{...v})]})})};import{useState as Rp}from"react";import{components as Np}from"react-select";import{jsx as kl,jsxs as o7}from"react/jsx-runtime";var r7=t=>{let[e,n]=Rp(!1),o=t.data;return kl("div",{onMouseEnter:()=>n(!0),onMouseLeave:()=>n(!1),children:kl(Np.Option,{...t,children:o7("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[o7("div",{className:"cleen-flex-1",children:[o?.label,o?.sublabel&&kl("p",{className:"cleen-text-xs",children:o?.sublabel})]}),typeof o?.icon=="function"?o.icon({...t,isHovered:e}):o?.icon]})})})};import{components as Bp}from"react-select";import{jsx as Ll,jsxs as Dp}from"react/jsx-runtime";var l7=t=>{let e=t.data;return Ll(Bp.SingleValue,{...t,children:Dp("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[Ll("p",{children:e?.label}),e?.sublabel&&Ll("p",{className:"cleen-text-xs cleen-text-gray/70 cleen-line-clamp-1",children:e?.sublabel})]})})};import{cn as Y1}from"@cleen/ui-core";import{forwardRef as Ep,useState as p7}from"react";import Fp from"react-select";import{components as Vp}from"react-select";import{jsx as Pl,jsxs as i7}from"react/jsx-runtime";var s7=({isLoading:t,inputValue:e,options:n,createNewOptionCallback:o,createNewOptionLabelStringCb:i,children:r,...l})=>{let s=e?.trim().toLowerCase(),c=n?.some(a=>a?.labelString?a.labelString.toLowerCase()===s:typeof a?.label=="string"?a.label.toLowerCase()===s:!1);return Pl("div",{className:"cleen",children:i7(Vp.MenuList,{options:n,...l,children:[r,o&&!t&&e&&e?.length>0&&!c&&i7("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-justify-center",children:[Pl(Fe,{}),Pl("span",{className:"cleen-py-3 cleen-font-semibold cleen-text-sm cleen-text-primary/70 cleen-cursor-pointer",onClick:()=>{o(e)},children:i?.(e)||e})]})]})})};import{components as Tp}from"react-select";import{jsx as c7}from"react/jsx-runtime";var a7=({isLoading:t,noDataFound:e,...n})=>c7(Tp.NoOptionsMessage,{...n,children:t?c7(q,{}):e||"No data found"});import{jsx as s1,jsxs as Sl}from"react/jsx-runtime";var d7=t=>typeof t=="object"&&t!==null&&("labelString"in t||"label"in t),Ap=Ep(function({label:e,sublabel:n,id:o,name:i,required:r,className:l,classNames:s,isLoading:c=!1,disabled:a,emboldenOptions:p=!1,labels:m,components:f,style:d,styles:g,infoLabels:v,createNewOptionCallback:h,createNewOptionLabelStringCb:x,...w},y){let[b,M]=p7(!1),[I,k]=p7(""),H=(S,L)=>{if(!d7(S.data))return!1;let{labelString:P,label:D}=S.data;return P?P.toLowerCase().includes(L.toLowerCase()):typeof D=="string"?D.toLowerCase().includes(L.toLowerCase()):!1},N=S=>d7(S)?S.labelString??(typeof S.label=="string"?S.label:""):"";return s1("div",{className:Y1("cleen",l),style:d,children:Sl("div",{className:Y1("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-rounded-md cleen-w-full cleen-text-gray",s?.cleenContainer),style:g?.cleenContainer,children:[(e||n)&&Sl("div",{className:Y1("cleen-flex cleen-flex-col cleen-gap-1",s?.labels?.container),style:g?.labels?.container,children:[e&&Sl("label",{htmlFor:o||i,className:Y1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",s?.labels?.label),style:g?.labels?.label,children:[e,r&&s1("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),n&&s1("span",{className:Y1("cleen-font-normal cleen-text-gray/80 cleen-text-sm",s?.labels?.sublabel),style:g?.labels?.sublabel,children:n})]}),s1(Fp,{...h&&{menuIsOpen:b,inputValue:I,onInputChange:S=>k(S),onMenuOpen:()=>M(!0),onMenuClose:()=>M(!1)},...!w.filterOption&&{filterOption:H},...!w.getOptionLabel&&{getOptionLabel:N},id:o||i,classNames:s,isDisabled:a,ref:y,...w,className:Y1("cleen-shadow-none cleen-font-normal cleen-text-gray cleen-text-sm",s?.inputOuterContainer),styles:{...g,control:(S,L)=>{let P={...S,minHeight:44,borderWidth:1,borderRadius:8,padding:3,transition:"border-color 200ms",fontWeight:p&&L.hasValue?"600":"400",borderColor:v?.errorMessage?"rgba(var(--cleen-error), 0.5)":"rgba(var(--cleen-gray), 0.1)",backgroundColor:L.isDisabled?"rgba(var(--cleen-gray), 0.05)":"rgba(var(--cleen-white))",boxShadow:"none",cursor:"pointer",caretColor:h?"rgba(var(--cleen-gray))":"transparent","&:hover":{borderColor:"rgba(var(--cleen-gray), 0.3)"}};return g?.control?g?.control(P,L):P},option:(S,L)=>{let P={...S,backgroundColor:L.isSelected?"rgba(var(--cleen-primary))":"rgba(var(--cleen-white))",color:L.isSelected?"rgba(var(--cleen-white))":"rgba(var(--cleen-gray))",fontWeight:p?"600":"400","&:hover":L.isSelected?{}:{backgroundColor:"rgba(var(--cleen-primary))",color:"rgba(var(--cleen-white))",cursor:"pointer"},p:{color:L.isSelected?"rgba(var(--cleen-white))":"rgba(var(--cleen-gray), .6)"},"&:hover p":{color:"rgba(var(--cleen-white))"},"&:active":{backgroundColor:"rgba(var(--cleen-primary))",color:"rgba(var(--cleen-white))"}};return g?.option?g?.option(P,L):P},menu:(S,L)=>{let P={...S,backgroundColor:"rgba(var(--cleen-white))",border:"1px solid rgba(var(--cleen-gray), 0.2)",...g?.menu};return g?.menu?g?.menu(P,L):P},menuList:(S,L)=>{let P={...S,"::-webkit-scrollbar":{width:"6px",height:"0px"},"::-webkit-scrollbar-track":{background:"rgb(var(--cleen-background))"},"::-webkit-scrollbar-thumb":{background:"rgba(var(--cleen-gray), .2)"},"::-webkit-scrollbar-thumb:hover":{background:"rgba(var(--cleen-gray), .4)"},...g?.menuList};return g?.menuList?g?.menuList(P,L):P},singleValue:(S,L)=>{let P={...S,color:"rgba(var(--cleen-gray))"};return g?.singleValue?g?.singleValue(P,L):P},input:(S,L)=>{let P={...S,color:"rgba(var(--cleen-gray))"};return g?.input?g?.input(P,L):P}},components:{IndicatorSeparator:()=>null,SingleValue:S=>s1(l7,{...S}),NoOptionsMessage:S=>s1(a7,{isLoading:c,noDataFound:m?.noDataFound,...S}),MenuList:S=>s1(s7,{isLoading:c,inputValue:I,createNewOptionCallback:h,createNewOptionLabelStringCb:x,...S}),Option:r7,...f}}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&s1(z,{...v})]})})});import{cn as Yn}from"@cleen/ui-core";import{useEffect as _p,useRef as Op,useState as zp}from"react";import{cn as Il}from"@cleen/ui-core";import{useMemo as Wp}from"react";import{jsx as Kn,jsxs as Zp}from"react/jsx-runtime";function Xt({item:t,activeId:e,onClick:n,countBadge:o,className:i="",renderIcon:r}){let l=e===t?.id,s=Wp(()=>t?r?r(t,l):t.icon?t.icon:t.iconSrc?Kn("img",{src:t.iconSrc,alt:t?.name||t?.label,className:Il("cleen-w-6 cleen-h-6 cleen-transition-all cleen-duration-200 group-hover:cleen-text-primary",l&&"cleen-text-primary")}):t.iconName?Kn(re,{name:t.iconName,className:Il("cleen-text-gray/50 cleen-transition-all cleen-duration-200 group-hover:cleen-text-primary",l&&"cleen-text-primary")}):null:null,[t,l,r]);return Kn(Q,{hasArrow:!0,placement:"right",color:"rgba(var(--cleen-gray), 0.9)",classNames:{labelContainer:"cleen-min-w-max cleen-z-[999]"},label:t?.label,children:Zp("div",{"data-testid":`nav-item-${t?.id}`,className:Il("cleen-group cleen-relative cleen-p-2 cleen-cursor-pointer cleen-rounded-md cleen-w-12 cleen-h-12 cleen-flex cleen-justify-center cleen-items-center cleen-select-none cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary/10",l&&"cleen-bg-primary/10",i),onClick:()=>n?.(t),children:[s,o&&Kn("div",{className:"cleen-absolute -cleen-top-1 -cleen-right-1 cleen-flex cleen-items-center cleen-justify-center cleen-w-4 cleen-h-4 cleen-bg-white cleen-rounded-md cleen-border cleen-border-gray/30 cleen-font-normal cleen-text-[8px] cleen-text-gray",children:o})]},t?.id)})}import{jsx as Ze,jsxs as I1}from"react/jsx-runtime";function u7({navigationItems:t,bottomNavigationItems:e=[],drawerContent:n={},logo:o,onLogoClick:i,userAvatar:r,userInfo:l,drawerFooter:s,drawerWidth:c=330,direction:a="right",defaultActiveId:p=null,activeId:m,onActiveChange:f,closeOnOutsideClick:d=!0,closeOnBlur:g=!0,className:v,classNames:h,style:x,styles:w,renderSidebarItem:y}){let[b,M]=zp(p),I=Op(null),k=m!==void 0?m:b,H=!!k,N=L=>{let P=k===L.id?null:L.id;m===void 0&&M(P),f?.(P)};_p(()=>{if(!d||!H)return;let L=P=>{I.current&&!I.current.contains(P.target)&&(m===void 0&&M(null),f?.(null))};return document.addEventListener("mousedown",L),()=>{document.removeEventListener("mousedown",L)}},[d,H,m,f]);let S=L=>{!g||!H||I.current&&!I.current.contains(L.relatedTarget)&&(m===void 0&&M(null),f?.(null))};return I1("div",{className:Yn("cleen",v),style:{height:"100%",display:"flex",backgroundColor:"rgb(var(--cleen-sidebar))",flexDirection:a==="left"?"row-reverse":"row",...x},ref:I,onBlur:S,tabIndex:g?0:void 0,children:[I1("div",{className:Yn("cleen-flex cleen-flex-col cleen-items-center cleen-h-full",a==="right"?"cleen-border-r cleen-border-r-gray/10":"cleen-border-l cleen-border-l-gray/10",h?.navigation),style:w?.navigation,children:[o&&Ze("div",{className:"cleen-flex cleen-justify-center cleen-items-center cleen-pt-8 cleen-pb-6 cleen-w-full cleen-cursor-pointer",onClick:i,children:o}),I1("div",{className:Yn("cleen-flex cleen-flex-col cleen-flex-1 cleen-justify-between cleen-gap-2 cleen-px-4 cleen-overflow-y-auto cleen-no-scrollbar",h?.navigationItems),style:w?.navigationItems,children:[Ze("nav",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:t.map(L=>I1("div",{children:[y?y(L,k===L.id,N):Ze(Xt,{item:L,activeId:k,onClick:N}),L?.withBottomDivider&&Ze("div",{className:"cleen-bg-gray/10 cleen-mt-2 cleen-w-12 cleen-h-[1px]"})]},L.id))}),I1("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-gap-2",children:[e.map(L=>I1("div",{children:[y?y(L,k===L.id,N):Ze(Xt,{item:L,activeId:k,onClick:N,countBadge:L.badgeCount}),L?.withBottomDivider&&Ze("div",{className:"cleen-bg-gray/10 cleen-mt-2 cleen-w-12 cleen-h-[1px]"})]},L.id)),r&&Ze("div",{className:"cleen-mt-6 cleen-mb-8",children:r})]})]})]}),I1("div",{className:Yn("cleen-flex cleen-flex-col cleen-bg-sidebar cleen-h-full cleen-overflow-hidden cleen-transition-all cleen-duration-100",{"cleen-border-r cleen-border-r-gray/10":H&&a==="right","cleen-border-l cleen-border-l-gray/10":H&&a==="left"},h?.drawer),style:{...w?.drawer,width:H?`${c}px`:"0px",visibility:H?"visible":"hidden"},children:[k&&n[k]&&Ze("div",{className:"cleen-flex-1 cleen-overflow-auto",children:n[k]}),k&&(s||l)&&Ze("div",{className:"cleen-mt-auto cleen-flex cleen-justify-between cleen-items-start cleen-gap-4 cleen-px-5 cleen-pt-4 cleen-pb-8 cleen-border-gray/10 cleen-border-t cleen-w-full",children:typeof s=="function"?s(k):s||l})]})]})}import{jsx as C7,jsxs as Up}from"react/jsx-runtime";function m7({children:t,title:e,className:n="",renderHeader:o}){return Up("div",{className:`cleen-w-full cleen-h-full ${n}`,"data-testid":`drawer-container-${e}`,children:[o?o(e):C7("h1",{className:"cleen-text-sm cleen-font-medium cleen-pb-4 cleen-pt-9 cleen-px-4 cleen-text-gray",children:e}),C7("div",{className:"cleen-h-max cleen-w-full cleen-px-4",children:t})]})}import{jsx as Le,jsxs as jt}from"react/jsx-runtime";function Gp({items:t,title:e,iconName:n,iconSrc:o,iconSize:i=24}){return jt("details",{className:"cleen-group",children:[jt("summary",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-gap-3 cleen-px-3 cleen-py-2 cleen-w-full cleen-rounded-md cleen-cursor-pointer hover:cleen-bg-gray/5 cleen-transition-colors cleen-duration-200 cleen-list-none [&::-webkit-details-marker]:cleen-hidden",children:[jt("div",{"data-testid":"title-list",className:"cleen-flex cleen-items-center cleen-gap-3",children:[o?Le("img",{src:o,alt:e,className:"cleen-w-6 cleen-h-6 cleen-text-gray/50 cleen-transition-colors cleen-duration-200 group-hover:cleen-text-gray"}):n?Le(re,{name:n,width:i,height:i,className:"cleen-text-gray/50 cleen-transition-all cleen-duration-200"}):null,Le("span",{className:"cleen-font-semibold cleen-text-sm cleen-text-gray/70 group-hover:cleen-text-gray cleen-transition-colors cleen-duration-200",children:e})]}),Le(re,{name:"ChevronUp",className:"cleen-w-5 cleen-h-5 cleen-text-gray cleen-transition-transform cleen-duration-200 group-open:cleen-rotate-180"})]}),Le("div",{className:"cleen-flex cleen-flex-col cleen-gap-1 cleen-mt-1",children:t?.map(r=>Le("span",{className:"cleen-py-2 cleen-px-3 cleen-pl-12 cleen-font-semibold cleen-text-sm cleen-text-gray/70 cleen-rounded-md cleen-cursor-pointer hover:cleen-text-gray hover:cleen-bg-primary/5 cleen-transition-colors cleen-duration-200",onClick:()=>r.onClick(r),children:r?.title},r?.id))})]})}function g7({title:t,iconName:e,iconSrc:n,iconSize:o=24,badgeColor:i="gray",badgeCount:r,submenu:l,onClick:s,className:c="",titleClassName:a="",isActive:p=!1}){return Array.isArray(l)&&l.length>0?Le(Gp,{items:l,title:t,iconSrc:n,iconName:e}):jt("div",{className:`
|
|
1
|
+
import{forwardRef as Z7,useMemo as d5}from"react";import{cn as ho,usePositionClose as T7}from"@cleen/ui-core";import{useEffect as i5,useRef as vo,useState as s5}from"react";import{createPortal as E7}from"react-dom";import{jsx as wo,jsxs as F7}from"react/jsx-runtime";var Q=({bg:t,label:e,color:n,closeOnClick:o=!0,hideOnMouseDown:i=!0,isOpen:r,children:l,hasArrow:s,placement:c="top",offset:a=8,className:p,classNames:u,isDisabled:g,openDelay:d=0,invertColors:f=!1,style:v,styles:h,onClick:b,onMouseEnter:w,onMouseLeave:y,...x})=>{let[M,I]=s5(r??!1),[k,H]=s5(!1),R=vo(null),S=vo(null),L=vo(null),{positionStyles:P,isMounted:D,optimalPosition:T}=T7({triggerRef:S,targetRef:R,position:c,isOpen:M&&!g,offset:a});i5(()=>{I(r??!1)},[r]);let V=N=>{b?.(N),o&&I(!1)},O=(N,B)=>{r===void 0&&(B?(w?.(N),d&&d>0?L.current=setTimeout(()=>{I(!0)},d):I(!0)):(L.current&&(clearTimeout(L.current),L.current=null),I(!1),y?.(N)))};return i5(()=>{let N=()=>{i&&H(!0)},B=()=>{H(!1)};return document.addEventListener("mousedown",N),document.addEventListener("mouseup",B),()=>{document.removeEventListener("mousedown",N),document.removeEventListener("mouseup",B)}},[]),F7("div",{className:ho("cleen",p),style:v,children:[wo("div",{ref:S,className:ho("cleen-relative cleen-max-w-fit",u?.container),style:h?.container,onClick:V,onMouseEnter:N=>O(N,!0),onMouseLeave:N=>O(N,!1),...x,children:l}),M&&!g&&!k&&E7(wo("div",{className:"cleen",children:wo("div",{ref:R,className:ho("cleen-shadow cleen-px-2 cleen-py-0.5 cleen-rounded-md cleen-text-sm cleen-transition-opacity cleen-duration-200 cleen-pointer-events-none","cleen-absolute cleen-z-50",`${f?"cleen-bg-primary after:cleen-border-primary cleen-text-white":"cleen-bg-white after:cleen-border-white cleen-text-primary"}`,{"cleen-opacity-0":!D,"cleen-opacity-100":D,'after:cleen-content-[""] after:cleen-absolute after:cleen-border-[6px]':s,"after:cleen-border-x-transparent after:cleen-border-b-transparent after:cleen-top-full after:cleen-left-[calc(50%-6px)] after:cleen-drop-shadow-[0_1px_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="top","after:cleen-border-x-transparent after:cleen-border-t-transparent after:cleen-bottom-full after:cleen-left-[calc(50%-6px)] after:cleen-drop-shadow-[0_-0.25px_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="bottom","after:cleen-border-y-transparent after:cleen-border-r-transparent after:cleen-left-full after:cleen-top-[calc(50%-6px)] after:cleen-drop-shadow-[1px_0_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="left","after:cleen-border-y-transparent after:cleen-border-l-transparent after:cleen-right-full after:cleen-top-[calc(50%-6px)] after:cleen-drop-shadow-[-0.25px_0_0.5px_rgba(var(--cleen-black),0.1)]":s&&T==="right"},u?.labelContainer),style:{top:`${P.top}px`,left:`${P.left}px`,...t&&{backgroundColor:t},...n&&{color:n},...h?.labelContainer},children:e})}),document.body)]})};import{cn as ct}from"@cleen/ui-core";var Ne=t=>Math.max(0,Math.min(100,Number.isFinite(t)?t:0)),Be=(t,e,n)=>{let o=Number.isFinite(e)?e:0,i=Number.isFinite(n)?n:100;return i===o?0:(t-o)/(i-o)*100};import{cn as dn}from"@cleen/ui-core";import{jsx as yo}from"react/jsx-runtime";var un=({serie:t,minValue:e,maxValue:n,color:o,trackHeight:i,className:r,style:l})=>{if(t.type!=="clamp")return null;let s=typeof t.value=="number"?t.value:0,c=Number.isFinite(s)?s:e,a=Ne(Be(c,e,n)),p=Math.max(2,t?.height??i*1.5),u={left:`${a}%`,top:"50%"};return t.tooltip?yo(Q,{invertColors:!0,...t.tooltip,className:dn("cleen-absolute cleen-z-10 -cleen-translate-x-1/2 -cleen-translate-y-1/2",t.tooltip.className),style:{...u,...t.tooltip.style},classNames:{...t.tooltip.classNames,labelContainer:dn("cleen-z-10",t.tooltip.classNames?.labelContainer)},children:yo("div",{className:dn("cleen-rounded-full",r),style:{width:p,height:p,backgroundColor:o,...l}})}):yo("div",{className:dn("cleen-absolute cleen-rounded-full -cleen-translate-x-1/2 -cleen-translate-y-1/2 cleen-pointer-events-none",r),style:{width:p,height:p,backgroundColor:o,...u,...l}})};import{jsx as Cn}from"react/jsx-runtime";var c5=({serie:t,minValue:e,maxValue:n,animatedGlobal:o=e,renderAnimated:i,color:r,trackHeight:l,className:s,style:c})=>{if(t.type!=="bar")return null;let a=typeof t.start=="number"?t.start:e,p=typeof t.end=="number"?t.end:n,u=Ne(Be(a,e,n)),g=Ne(Be(p,e,n));g<u&&([u,g]=[g,u]);let d=Math.max(0,i?o-u:g-u);if(d<1&&!i||i&&o>=g&&d===0)return Cn(un,{serie:{...t,type:"clamp",value:u},color:r,trackHeight:l,minValue:e,maxValue:n,className:s,style:c});let f={left:`${u}%`,top:t?.height?(l-t.height)/2:0,width:`${d}%`,height:t?.height??"100%"};return t.tooltip?Cn(Q,{invertColors:!0,...t.tooltip,className:ct("cleen-absolute",t.tooltip.className),style:{...f,...t.tooltip.style},classNames:{container:ct("cleen-min-w-full",t.tooltip.classNames?.container),labelContainer:ct("cleen-z-10",t.tooltip.classNames?.labelContainer)},children:Cn("div",{className:ct("cleen-min-w-full",s),style:{backgroundColor:r,borderRadius:(t?.height??l)/2,...f,...c}})}):Cn("div",{className:ct("cleen-absolute cleen-pointer-events-none",s),style:{...f,backgroundColor:r,borderRadius:(t?.height??l)/2,...c}})};import{cn as A7}from"@cleen/ui-core";import{jsx as W7}from"react/jsx-runtime";var a5=({serie:t,minValue:e,maxValue:n,className:o,style:i})=>{let r=0;if(t.type==="clamp"){let l=typeof t.value=="number"?t.value:0,s=Number.isFinite(l)?l:e;r=Ne(Be(s,e,n))}else{let l=typeof t.start=="number"?t.start:e,s=typeof t.end=="number"?t.end:n,c=Ne(Be(l,e,n)),a=Ne(Be(s,e,n));r=(c+a)/2}return W7("div",{className:A7("cleen-absolute -cleen-translate-x-1/2 cleen-whitespace-nowrap",o),style:{left:`${r}%`,...i},children:t.label})};var p5={color:"rgb(var(--cleen-gray))",height:8};import{cn as mn,useAnimateNumber as _7}from"@cleen/ui-core";import{jsx as T1,jsxs as z7}from"react/jsx-runtime";var O7=Z7(function({series:e=[],track:n,renderAnimated:o,renderAnimatedDuration:i=1e3,className:r,classNames:l,style:s,styles:c,minValue:a=0,maxValue:p=100,...u},g){let d=d5(()=>({...p5,...n}),[n]),f=d5(()=>e.reduce((h,b)=>{if(b.type==="bar"){let w=typeof b.end=="number"?b.end:p,y=Math.max(a,Math.min(w,p));if(y>h)return y}return h},0),[e,a,p]),v=_7({targetNumber:f,defaultNumber:a,duration:i,disabled:!o});return T1("div",{className:mn("cleen",r),style:s,ref:g,...u,children:z7("div",{className:mn("cleen-w-full cleen-relative",l?.container),style:c?.container,children:[T1("div",{className:mn("cleen-relative cleen-w-full",l?.track),style:{height:d.height,backgroundColor:d.color,borderRadius:d.height/2,...c?.track},children:e.map((h,b)=>{if(h==null||!h.type)return null;let w=h.color??"var(--cleen-primary)";switch(h.type){case"clamp":return T1(un,{serie:h,color:w,trackHeight:d.height,minValue:a,maxValue:p,className:l?.clamp,style:c?.clamp},`clamp-${b}`);case"bar":return T1(c5,{serie:h,color:w,trackHeight:d.height,minValue:a,maxValue:p,renderAnimated:o,animatedGlobal:v,className:l?.bar,style:c?.bar},`bar-${b}`);default:return null}})}),e.some(h=>!!h.label)&&T1("div",{"aria-hidden":!0,className:mn("cleen-relative cleen-mt-2 cleen-h-5",l?.labels),style:c?.labels,children:e.map((h,b)=>!h||!h.type||!h.label?null:T1(a5,{serie:h,minValue:a,maxValue:p,className:l?.label,style:c?.label},`label-${b}`))})]})})});import{cn as xo}from"@cleen/ui-core";import{jsx as bo}from"react/jsx-runtime";var U7={xs:"cleen-size-4",sm:"cleen-size-5",md:"cleen-size-[30px] cleen-border-2",lg:"cleen-size-10 cleen-border-2",xl:"cleen-size-[50px] cleen-border-4"},G7={slow:1.3,normal:.65,fast:.4},q=({isFullscreen:t,size:e="xs",stroke:n,speed:o="normal",className:i,classNames:r,style:l,styles:s,color:c,...a})=>bo("div",{className:xo("cleen",i),style:l,children:bo("div",{className:xo("cleen-flex cleen-justify-center cleen-items-center cleen-w-full cleen-h-full",{"cleen-h-screen cleen-w-screen cleen-bg-background":t},r?.container),style:s?.container,...a,children:bo("span",{className:xo("cleen-border cleen-rounded-full cleen-border-t-primary cleen-border-x-primary cleen-border-b-transparent cleen-animate-[spin_0.65s_linear_infinite]",typeof e=="string"&&U7[e],r?.loader),style:{...c&&{borderInlineColor:c,borderTopColor:c},...typeof e=="number"&&{width:e,height:e},...typeof n=="number"&&{borderWidth:n},animationDuration:`${typeof o=="number"?o:G7[o]}s`,...s?.loader}})})});import{cn as ko,useWidthDynamicResize as $7}from"@cleen/ui-core";import{forwardRef as q7,useImperativeHandle as X7,useRef as j7}from"react";var u5={borderless:"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-gray/90 cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/10","borderless-blue":"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-primary/70 cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary/10","borderless-success":"cleen-flex cleen-py-2 cleen-px-5 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-text-success cleen-transition-colors cleen-duration-200 hover:cleen-bg-success/10",group:"cleen-flex cleen-border cleen-border-gray/30 cleen-py-2 cleen-px-4 cleen-gap-1 cleen-font-semibold cleen-items-center cleen-text-black cleen-transition-colors cleen-duration-200 focus:cleen-bg-gray/5 focus-visible:cleen-outline-none hover:cleen-bg-gray/10",secondary:"cleen-flex cleen-border cleen-border-gray/20 cleen-text-gray/90 cleen-bg-white cleen-py-2 cleen-px-4 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/5 focus-visible:cleen-outline-none","secondary-blue":"cleen-flex cleen-border cleen-border-primary/60 cleen-text-primary cleen-bg-white cleen-py-2 cleen-px-4 cleen-gap-1 cleen-rounded-lg cleen-font-semibold cleen-items-center cleen-transition-colors cleen-duration-200 focus-visible:cleen-outline-none hover:cleen-bg-primary/10",primary:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-primary/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60",disable:"cleen-flex cleen-justify-center cleen-rounded-md cleen-bg-gray/10 cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-border cleen-border-gray/30 cleen-text-gray/40 cleen-shadow-sm cleen-cursor-default",error:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-error/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-error focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60",warning:"cleen-flex cleen-justify-center cleen-rounded-md cleen-py-2 cleen-px-4 cleen-font-semibold cleen-leading-6 cleen-text-white cleen-shadow-sm cleen-bg-warning/80 cleen-transition-colors cleen-duration-200 hover:cleen-bg-warning focus-visible:cleen-outline focus-visible:cleen-outline-2 focus-visible:cleen-outline-offset-2 focus-visible:cleen-outline-indigo/60"},C5={primary:"rgb(var(--cleen-white))","borderless-success":"rgb(var(--cleen-success))",error:"rgb(var(--cleen-white))",warning:"rgb(var(--cleen-white))"};import{jsx as m5,jsxs as K7}from"react/jsx-runtime";var $=q7(function({type:e="button",label:n,onClick:o,className:i,classNames:r,style:l,styles:s,disabled:c=!1,leftIcon:a,rightIcon:p,loaderColor:u,isLoading:g=!1,variant:d="primary",fullWidth:f=!1,dataModalTarget:v,"data-testid":h,children:b,...w},y){let x=j7(null);return X7(y,()=>x.current),$7({ref:x,skip:f},[g,a,p,f]),m5("div",{className:ko("cleen",i),style:l,children:K7("button",{type:e,ref:x,className:ko("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1 cleen-text-sm cleen-text-nowrap cleen-transition-[width] cleen-duration-150 cleen-ease-in-out cleen-cursor-pointer",u5[d],{"cleen-w-full cleen-flex-1":f,"cleen-opacity-50 cleen-cursor-not-allowed cleen-pointer-events-none":c||g},r?.container),style:s?.container,disabled:g||c,onClick:o,"data-testid":h,"data-modal-target":v,...w,children:[g&&m5(q,{size:"xs",color:u||C5[d],className:ko("cleen-mr-1.5 cleen-w-fit",r?.loaderContainer),style:s?.loaderContainer,classNames:{loader:r?.loader},styles:{loader:s?.loader}}),a||null,n||b,p||null]})})});import{cn as at,ColorHelpers as g5,formatAudioTime as f5}from"@cleen/ui-core";import{useWavesurfer as Y7}from"@wavesurfer/react";import{forwardRef as Q7,useCallback as J7,useRef as e4}from"react";import{FaPause as t4,FaPlay as n4}from"react-icons/fa";import{jsx as pt,jsxs as h5}from"react/jsx-runtime";var o4={waveColor:g5.getComputedColor("var(--cleen-light-gray)"),progressColor:g5.getComputedColor("var(--cleen-primary)"),cursorColor:"rgb(var(--cleen-primary))",height:56,barWidth:2,barGap:2,barRadius:2,interact:!0,normalize:!0},r4=Q7(function({url:e,options:n,className:o,classNames:i,style:r,styles:l,...s},c){let a=e4(null),{wavesurfer:p,isPlaying:u,isReady:g,currentTime:d}=Y7({...o4,...n,container:a,url:e}),f=g?p?.getDuration()??0:0,v=J7(()=>{p?.playPause()},[p]);return pt("div",{ref:c,className:at("cleen",o),style:r,...s,children:h5("div",{className:at("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3 cleen-rounded-xl cleen-bg-white cleen-border cleen-border-gray/10",i?.container),style:l?.container,children:[pt($,{type:"button",onClick:v,disabled:!g,"aria-label":u?"Pause":"Play",className:i?.playButton?.className,classNames:{...i?.playButton?.classNames,container:at("cleen-p-0 !cleen-size-9 cleen-rounded-full",i?.playButton?.classNames?.container)},...l?.playButton,children:u?pt(t4,{}):pt(n4,{})}),pt("div",{ref:a,className:at("cleen-flex-1 cleen-min-w-0",i?.waveform),style:l?.waveform}),h5("span",{className:at("cleen-shrink-0 cleen-text-xs cleen-text-gray/60 cleen-tabular-nums",i?.timestamp),style:l?.timestamp,children:[f5(d),"\xA0/\xA0",f5(f)]})]})})});import{ColorHelpers as l4}from"@cleen/ui-core";var v5=l4.getComputedColor("var(--cleen-primary)"),w5="rgba(var(--cleen-primary), 0.15)",y5={waveColor:v5,progressColor:v5,cursorColor:"rgb(var(--cleen-primary))",height:56,barWidth:2,barGap:2,barRadius:2,minPxPerSec:.5,sampleRate:8e3};var x5={startRecording:"Click to start recording"};import{jsx as b5}from"react/jsx-runtime";var Lo=({...t})=>b5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:b5("path",{d:"M7.50033 8.75L9.16699 10.4167L12.917 6.66667M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Po,jsxs as i4}from"react/jsx-runtime";var So=({color1:t="currentColor",color2:e="currentColor",...n})=>i4("svg",{width:"20",height:"20",viewBox:"0 0 14 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[Po("path",{d:"M1 5C1 3.59987 1 2.8998 1.27248 2.36502C1.51217 1.89462 1.89462 1.51217 2.36502 1.27248C2.8998 1 3.59987 1 5 1H8.66667C10.0668 1 10.7669 1 11.3016 1.27248C11.772 1.51217 12.1545 1.89462 12.3942 2.36502C12.6667 2.8998 12.6667 3.59987 12.6667 5V16L6.83333 12.6667L1 16V5Z",fill:t}),Po("path",{d:"M4.33333 7.25L6 8.91667L9.75 5.16667M12.6667 16V5C12.6667 3.59987 12.6667 2.8998 12.3942 2.36502C12.1545 1.89462 11.772 1.51217 11.3016 1.27248C10.7669 1 10.0668 1 8.66667 1H5C3.59987 1 2.8998 1 2.36502 1.27248C1.89462 1.51217 1.51217 1.89462 1.27248 2.36502C1 2.8998 1 3.59987 1 5V16L6.83333 12.6667L12.6667 16Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),Po("path",{d:"M4.5 7.74984L6.16667 9.4165L9.91667 5.6665",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as k5}from"react/jsx-runtime";var L5=({...t})=>k5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:k5("path",{d:"M10.0003 10.8333V5.83333M7.50033 8.33333H12.5003M15.8337 17.5V6.5C15.8337 5.09987 15.8337 4.3998 15.5612 3.86502C15.3215 3.39462 14.939 3.01217 14.4686 2.77248C13.9339 2.5 13.2338 2.5 11.8337 2.5H8.16699C6.76686 2.5 6.0668 2.5 5.53202 2.77248C5.06161 3.01217 4.67916 3.39462 4.43948 3.86502C4.16699 4.3998 4.16699 5.09987 4.16699 6.5V17.5L10.0003 14.1667L15.8337 17.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as P5}from"react/jsx-runtime";var S5=({...t})=>P5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:P5("path",{d:"M6.25033 9.16667H3.83366C3.36695 9.16667 3.13359 9.16667 2.95533 9.25749C2.79853 9.33739 2.67105 9.46487 2.59115 9.62167C2.50033 9.79993 2.50033 10.0333 2.50033 10.5V17.5M13.7503 9.16667H16.167C16.6337 9.16667 16.8671 9.16667 17.0453 9.25749C17.2021 9.33739 17.3296 9.46487 17.4095 9.62167C17.5003 9.79993 17.5003 10.0333 17.5003 10.5V17.5M13.7503 17.5V5.16667C13.7503 4.23325 13.7503 3.76654 13.5687 3.41002C13.4089 3.09641 13.1539 2.84144 12.8403 2.68166C12.4838 2.5 12.0171 2.5 11.0837 2.5H8.91699C7.98357 2.5 7.51686 2.5 7.16034 2.68166C6.84674 2.84144 6.59177 3.09641 6.43198 3.41002C6.25033 3.76654 6.25033 4.23325 6.25033 5.16667V17.5M18.3337 17.5H1.66699M9.16699 5.83333H10.8337M9.16699 9.16667H10.8337M9.16699 12.5H10.8337",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as I5}from"react/jsx-runtime";var Io=({...t})=>I5("svg",{width:"24",height:"24",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:I5("path",{d:"M2.57275 2.375C2.41528 2.375 2.26426 2.43756 2.15291 2.54891C2.04156 2.66026 1.979 2.81128 1.979 2.96875C1.979 3.12622 2.04156 3.27725 2.15291 3.38859C2.26426 3.49994 2.41528 3.5625 2.57275 3.5625H2.96859C3.51484 3.5625 3.95817 4.00583 3.95817 4.55208V14.4479C3.95817 14.9942 3.51484 15.4375 2.96859 15.4375H2.57275C2.41528 15.4375 2.26426 15.5001 2.15291 15.6114C2.04156 15.7228 1.979 15.8738 1.979 16.0312C1.979 16.1887 2.04156 16.3397 2.15291 16.4511C2.26426 16.5624 2.41528 16.625 2.57275 16.625H2.96859C3.54599 16.625 4.09974 16.3956 4.50802 15.9873C4.9163 15.5791 5.14567 15.0253 5.14567 14.4479V4.55208C5.14567 3.97468 4.9163 3.42094 4.50802 3.01265C4.09974 2.60437 3.54599 2.375 2.96859 2.375H2.57275ZM8.51025 2.375C7.93286 2.375 7.37911 2.60437 6.97082 3.01265C6.56254 3.42094 6.33317 3.97468 6.33317 4.55208V14.4479C6.33317 15.0253 6.56254 15.5791 6.97082 15.9873C7.37911 16.3956 7.93286 16.625 8.51025 16.625H8.8388L9.12063 15.4985L9.13646 15.4375H8.51025C7.964 15.4375 7.52067 14.9942 7.52067 14.4479V4.55208C7.52067 4.00583 7.964 3.5625 8.51025 3.5625H10.4894C11.0357 3.5625 11.479 4.00583 11.479 4.55208V12.5519L12.6665 11.3644V4.55208C12.6665 3.97468 12.4371 3.42094 12.0289 3.01265C11.6206 2.60437 11.0668 2.375 10.4894 2.375H8.51025ZM15.0415 9.09071C14.87 9.19521 14.7098 9.32188 14.561 9.47071L13.854 10.1769V4.55208C13.854 3.97468 14.0834 3.42094 14.4917 3.01265C14.8999 2.60437 15.4537 2.375 16.0311 2.375H16.4269C16.5844 2.375 16.7354 2.43756 16.8468 2.54891C16.9581 2.66026 17.0207 2.81128 17.0207 2.96875C17.0207 3.12622 16.9581 3.27725 16.8468 3.38859C16.7354 3.49994 16.5844 3.5625 16.4269 3.5625H16.0311C15.4848 3.5625 15.0415 4.00583 15.0415 4.55208V9.09071ZM15.1207 10.0296L10.4475 14.7028C10.1756 14.9756 9.98253 15.3166 9.88855 15.69L9.52596 17.1396C9.4899 17.2838 9.49182 17.4349 9.53153 17.5782C9.57124 17.7214 9.64738 17.852 9.75254 17.957C9.8577 18.0621 9.98829 18.1382 10.1316 18.1778C10.2749 18.2174 10.426 18.2192 10.5702 18.183L12.0189 17.8212C12.3927 17.7271 12.7341 17.5337 13.0069 17.2615L17.6793 12.5891C18.0056 12.2471 18.1851 11.7911 18.1796 11.3186C18.174 10.846 17.9838 10.3943 17.6496 10.0601C17.3154 9.72594 16.8638 9.53574 16.3912 9.53019C15.9186 9.52464 15.4626 9.70417 15.1207 10.0304",fill:"currentColor"})});import{jsx as M5}from"react/jsx-runtime";var Mo=({...t})=>M5("svg",{width:"22",height:"23",viewBox:"0 0 22 23",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:M5("path",{d:"M11 7.5V11.5M11 15.5H11.01M21 11.5C21 17.0228 16.5228 21.5 11 21.5C5.47715 21.5 1 17.0228 1 11.5C1 5.97715 5.47715 1.5 11 1.5C16.5228 1.5 21 5.97715 21 11.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as E1,jsxs as s4}from"react/jsx-runtime";var Ho=({...t})=>s4("svg",{width:"38",height:"38",viewBox:"0 0 38 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[E1("g",{opacity:"0.3",children:E1("rect",{x:"6",y:"6",width:"26",height:"26",rx:"13",strokeWidth:"2"})}),E1("g",{opacity:"0.1",children:E1("rect",{x:"1",y:"1",width:"36",height:"36",rx:"18",strokeWidth:"2"})}),E1("g",{clipPath:"url(#clip0_3119_7556)",children:E1("path",{d:"M19 15.667V19.0003M19 22.3337H19.0083M27.3333 19.0003C27.3333 23.6027 23.6023 27.3337 19 27.3337C14.3976 27.3337 10.6666 23.6027 10.6666 19.0003C10.6666 14.398 14.3976 10.667 19 10.667C23.6023 10.667 27.3333 14.398 27.3333 19.0003Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})]});import{jsx as Ro}from"react/jsx-runtime";var No=({...t})=>Ro("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Ro("g",{id:"BsExclamationOctagonFill",children:Ro("path",{id:"Vector",d:"M12.1763 0.155125C12.0767 0.0558142 11.9418 2.98764e-05 11.8012 0L5.19881 0C5.05819 2.98764e-05 4.92331 0.0558142 4.82375 0.155125L0.155125 4.82375C0.0558142 4.92331 2.98764e-05 5.05819 0 5.19881L0 11.8012C2.98764e-05 11.9418 0.0558142 12.0767 0.155125 12.1763L4.82375 16.8449C4.92331 16.9442 5.05819 17 5.19881 17H11.8012C11.9418 17 12.0767 16.9442 12.1763 16.8449L16.8449 12.1763C16.9442 12.0767 17 11.9418 17 11.8012V5.19881C17 5.05819 16.9442 4.92331 16.8449 4.82375L12.1763 0.155125ZM8.5 4.25C9.06844 4.25 9.51362 4.74087 9.45625 5.30719L9.08438 9.03337C9.07188 9.17976 9.0049 9.31612 8.89669 9.41549C8.78848 9.51486 8.64691 9.56999 8.5 9.56999C8.35309 9.56999 8.21152 9.51486 8.10331 9.41549C7.9951 9.31612 7.92812 9.17976 7.91562 9.03337L7.54375 5.30719C7.5304 5.17356 7.54518 5.03862 7.58715 4.91105C7.62912 4.78349 7.69734 4.66613 7.78743 4.56653C7.87751 4.46694 7.98746 4.38732 8.11019 4.3328C8.23292 4.27828 8.36571 4.25008 8.5 4.25ZM8.50212 10.625C8.78392 10.625 9.05417 10.7369 9.25343 10.9362C9.45268 11.1355 9.56462 11.4057 9.56462 11.6875C9.56462 11.9693 9.45268 12.2395 9.25343 12.4388C9.05417 12.6381 8.78392 12.75 8.50212 12.75C8.22033 12.75 7.95008 12.6381 7.75082 12.4388C7.55157 12.2395 7.43962 11.9693 7.43962 11.6875C7.43962 11.4057 7.55157 11.1355 7.75082 10.9362C7.95008 10.7369 8.22033 10.625 8.50212 10.625Z"})})});import{jsx as Bo}from"react/jsx-runtime";var Do=({...t})=>Bo("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Bo("g",{id:"alert-triangle",children:Bo("path",{id:"Icon",d:"M11.9998 8.99999V13M11.9998 17H12.0098M10.6151 3.89171L2.39019 18.0983C1.93398 18.8863 1.70588 19.2803 1.73959 19.6037C1.769 19.8857 1.91677 20.142 2.14613 20.3088C2.40908 20.5 2.86435 20.5 3.77487 20.5H20.2246C21.1352 20.5 21.5904 20.5 21.8534 20.3088C22.0827 20.142 22.2305 19.8857 22.2599 19.6037C22.2936 19.2803 22.0655 18.8863 21.6093 18.0983L13.3844 3.89171C12.9299 3.10654 12.7026 2.71396 12.4061 2.58211C12.1474 2.4671 11.8521 2.4671 11.5935 2.58211C11.2969 2.71396 11.0696 3.10655 10.6151 3.89171Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Vo}from"react/jsx-runtime";var To=({...t})=>Vo("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Vo("g",{id:"align-right-01",children:Vo("path",{id:"Icon",d:"M17.5 17.5V2.5M2.5 10H14.1667M14.1667 10L8.33333 4.16667M14.1667 10L8.33333 15.8333",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Eo}from"react/jsx-runtime";var Fo=({...t})=>Eo("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Eo("g",{id:"arrow-down",children:Eo("path",{id:"Icon",d:"M8.00004 3.3335V12.6668M8.00004 12.6668L12.6667 8.00016M8.00004 12.6668L3.33337 8.00016",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ao}from"react/jsx-runtime";var Wo=({...t})=>Ao("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ao("g",{id:"arrow-left",children:Ao("path",{id:"Icon",d:"M15.8333 9.99984H4.16666M4.16666 9.99984L9.99999 15.8332M4.16666 9.99984L9.99999 4.1665",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as H5}from"react/jsx-runtime";var Zo=({...t})=>H5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:H5("path",{d:"M16.6673 10H3.33398M3.33398 10L8.33398 15M3.33398 10L8.33398 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as _o}from"react/jsx-runtime";var Oo=({...t})=>_o("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:_o("g",{id:"arrow-right",children:_o("path",{id:"Icon",d:"M4.16663 9.99984H15.8333M15.8333 9.99984L9.99996 4.1665M15.8333 9.99984L9.99996 15.8332",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as R5}from"react/jsx-runtime";var zo=({...t})=>R5("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:R5("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.601094 0.0722656C0.538059 0.0722656 0.475642 0.0846813 0.417406 0.108804C0.359169 0.132926 0.306255 0.168282 0.261683 0.212854C0.21711 0.257427 0.181754 0.310341 0.157632 0.368578C0.133509 0.426814 0.121094 0.489231 0.121094 0.552266C0.121094 0.6153 0.133509 0.677718 0.157632 0.735954C0.181754 0.79419 0.21711 0.847105 0.261683 0.891677C0.306255 0.936249 0.359169 0.971606 0.417406 0.995728C0.475642 1.01985 0.538059 1.03227 0.601094 1.03227H13.4011C13.5284 1.03227 13.6505 0.981695 13.7405 0.891677C13.8305 0.80166 13.8811 0.67957 13.8811 0.552266C13.8811 0.424962 13.8305 0.302872 13.7405 0.212854C13.6505 0.122837 13.5284 0.0722656 13.4011 0.0722656H0.601094ZM3.19523 6.87973C3.14807 6.92368 3.11024 6.97667 3.08401 7.03555C3.05777 7.09443 3.04367 7.15799 3.04253 7.22244C3.04139 7.28689 3.05325 7.35091 3.07739 7.41068C3.10153 7.47044 3.13746 7.52474 3.18304 7.57032C3.22862 7.6159 3.28292 7.65183 3.34269 7.67597C3.40245 7.70011 3.46647 7.71197 3.53092 7.71083C3.59537 7.70969 3.65893 7.69559 3.71781 7.66935C3.77669 7.64312 3.82968 7.60529 3.87363 7.55813L6.52109 4.91067V13.3523C6.52109 13.4796 6.57167 13.6017 6.66168 13.6917C6.7517 13.7817 6.87379 13.8323 7.00109 13.8323C7.1284 13.8323 7.25049 13.7817 7.34051 13.6917C7.43052 13.6017 7.48109 13.4796 7.48109 13.3523V4.91067L10.1286 7.55813C10.1725 7.60529 10.2255 7.64312 10.2844 7.66935C10.3433 7.69559 10.4068 7.70969 10.4713 7.71083C10.5357 7.71197 10.5997 7.70011 10.6595 7.67597C10.7193 7.65183 10.7736 7.6159 10.8191 7.57032C10.8647 7.52474 10.9007 7.47044 10.9248 7.41068C10.9489 7.35091 10.9608 7.28689 10.9597 7.22244C10.9585 7.15799 10.9444 7.09443 10.9182 7.03555C10.8919 6.97667 10.8541 6.92368 10.807 6.87973L7.34029 3.41307C7.25029 3.32318 7.1283 3.27269 7.00109 3.27269C6.87389 3.27269 6.7519 3.32318 6.66189 3.41307L3.19523 6.87973Z"})});import{jsx as N5}from"react/jsx-runtime";var Uo=({...t})=>N5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...t,children:N5("path",{d:"M12 19V5M12 5L5 12M12 5L19 12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as B5}from"react/jsx-runtime";var Go=({...t})=>B5("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:B5("path",{d:"M0.832031 9.16634L9.16536 0.833008M9.16536 0.833008H0.832031M9.16536 0.833008V9.16634",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as D5}from"react/jsx-runtime";var $o=({...t})=>D5("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:D5("path",{d:"M1 7L7 1M7 1H3M7 1V5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as V5}from"react/jsx-runtime";var qo=({...t})=>V5("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:V5("path",{d:"M11.6603 11.5V6.50004M11.6603 6.50004H6.66031M11.6603 6.50004L6.66031 11.5M5.66016 16.5H12.6602C14.0603 16.5 14.7604 16.5 15.2951 16.2275C15.7655 15.9878 16.148 15.6054 16.3877 15.135C16.6602 14.6002 16.6602 13.9001 16.6602 12.5V5.5C16.6602 4.09987 16.6602 3.3998 16.3877 2.86502C16.148 2.39462 15.7655 2.01217 15.2951 1.77248C14.7604 1.5 14.0603 1.5 12.6602 1.5H5.66016C4.26002 1.5 3.55996 1.5 3.02518 1.77248C2.55477 2.01217 2.17232 2.39462 1.93264 2.86502C1.66016 3.3998 1.66016 4.09987 1.66016 5.5V12.5C1.66016 13.9001 1.66016 14.6002 1.93264 15.135C2.17232 15.6054 2.55477 15.9878 3.02518 16.2275C3.55996 16.5 4.26002 16.5 5.66016 16.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as T5}from"react/jsx-runtime";var Xo=({...t})=>T5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:T5("path",{d:"M17.6271 9.08247L10.1141 16.5955C8.40556 18.304 5.63546 18.304 3.92692 16.5955C2.21837 14.8869 2.21837 12.1168 3.92692 10.4083L11.4399 2.89529C12.579 1.75626 14.4257 1.75626 15.5647 2.89529C16.7037 4.03432 16.7037 5.88105 15.5647 7.02008L8.34633 14.2385C7.77682 14.808 6.85345 14.808 6.28394 14.2385C5.71442 13.6689 5.71442 12.7456 6.28394 12.1761L12.6184 5.84157",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as E5}from"react/jsx-runtime";var jo=({...t})=>E5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:E5("path",{d:"M6.66667 12.5V14.1667M10 9.16667V14.1667M13.3333 5.83333V14.1667M6.5 17.5H13.5C14.9001 17.5 15.6002 17.5 16.135 17.2275C16.6054 16.9878 16.9878 16.6054 17.2275 16.135C17.5 15.6002 17.5 14.9001 17.5 13.5V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as F5}from"react/jsx-runtime";var Ko=({...t})=>F5("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:F5("path",{d:"M15.4062 19.625H9.625V8.375H14.9375C15.5639 8.37504 16.1771 8.55435 16.7048 8.89174C17.2325 9.22914 17.6526 9.71052 17.9155 10.279C18.1784 10.8475 18.2731 11.4794 18.1884 12.1C18.1037 12.7206 17.8431 13.304 17.4375 13.7812C17.9673 14.205 18.3528 14.7825 18.5408 15.4344C18.7289 16.0862 18.7102 16.7803 18.4875 17.4211C18.2647 18.0619 17.8488 18.6179 17.297 19.0126C16.7452 19.4073 16.0847 19.6213 15.4062 19.625ZM11.5 17.75H15.3937C15.5784 17.75 15.7613 17.7136 15.9319 17.643C16.1025 17.5723 16.2575 17.4687 16.3881 17.3381C16.5187 17.2075 16.6223 17.0525 16.693 16.8819C16.7636 16.7113 16.8 16.5284 16.8 16.3438C16.8 16.1591 16.7636 15.9762 16.693 15.8056C16.6223 15.635 16.5187 15.48 16.3881 15.3494C16.2575 15.2188 16.1025 15.1152 15.9319 15.0445C15.7613 14.9739 15.5784 14.9375 15.3937 14.9375H11.5V17.75ZM11.5 13.0625H14.9375C15.1222 13.0625 15.305 13.0261 15.4756 12.9555C15.6463 12.8848 15.8013 12.7812 15.9319 12.6506C16.0625 12.52 16.166 12.365 16.2367 12.1944C16.3074 12.0238 16.3438 11.8409 16.3438 11.6562C16.3438 11.4716 16.3074 11.2887 16.2367 11.1181C16.166 10.9475 16.0625 10.7925 15.9319 10.6619C15.8013 10.5313 15.6463 10.4277 15.4756 10.357C15.305 10.2864 15.1222 10.25 14.9375 10.25H11.5V13.0625Z"})});import{jsx as A5}from"react/jsx-runtime";var Yo=({...t})=>A5("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:A5("path",{d:"M4.33398 4L7.66732 7.33333M7.66732 4L4.33398 7.33333M10.6673 13V4.2C10.6673 3.0799 10.6673 2.51984 10.4493 2.09202C10.2576 1.71569 9.95162 1.40973 9.5753 1.21799C9.14748 1 8.58742 1 7.46732 1H4.53398C3.41388 1 2.85383 1 2.426 1.21799C2.04968 1.40973 1.74372 1.71569 1.55197 2.09202C1.33398 2.51984 1.33398 3.0799 1.33398 4.2V13L6.00065 10.3333L10.6673 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as W5}from"react/jsx-runtime";var Qo=({...t})=>W5("svg",{width:"18",height:"14",viewBox:"0 0 18 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:W5("path",{d:"M4.625 3.25C4.45924 3.25 4.30027 3.31585 4.18306 3.43306C4.06585 3.55027 4 3.70924 4 3.875C4 4.04076 4.06585 4.19973 4.18306 4.31694C4.30027 4.43415 4.45924 4.5 4.625 4.5H8.375C8.54076 4.5 8.69973 4.43415 8.81694 4.31694C8.93415 4.19973 9 4.04076 9 3.875C9 3.70924 8.93415 3.55027 8.81694 3.43306C8.69973 3.31585 8.54076 3.25 8.375 3.25H4.625ZM4 6.375C4 6.20924 4.06585 6.05027 4.18306 5.93306C4.30027 5.81585 4.45924 5.75 4.625 5.75H12.125C12.2908 5.75 12.4497 5.81585 12.5669 5.93306C12.6842 6.05027 12.75 6.20924 12.75 6.375C12.75 6.54076 12.6842 6.69973 12.5669 6.81694C12.4497 6.93415 12.2908 7 12.125 7H4.625C4.45924 7 4.30027 6.93415 4.18306 6.81694C4.06585 6.69973 4 6.54076 4 6.375ZM4.625 8.25C4.45924 8.25 4.30027 8.31585 4.18306 8.43306C4.06585 8.55027 4 8.70924 4 8.875C4 9.04076 4.06585 9.19973 4.18306 9.31694C4.30027 9.43415 4.45924 9.5 4.625 9.5H9.625C9.79076 9.5 9.94973 9.43415 10.0669 9.31694C10.1842 9.19973 10.25 9.04076 10.25 8.875C10.25 8.70924 10.1842 8.55027 10.0669 8.43306C9.94973 8.31585 9.79076 8.25 9.625 8.25H4.625ZM2.75 0.75C2.08696 0.75 1.45107 1.01339 0.982233 1.48223C0.513392 1.95107 0.25 2.58696 0.25 3.25V10.75C0.25 11.413 0.513392 12.0489 0.982233 12.5178C1.45107 12.9866 2.08696 13.25 2.75 13.25H15.25C15.913 13.25 16.5489 12.9866 17.0178 12.5178C17.4866 12.0489 17.75 11.413 17.75 10.75V3.25C17.75 2.58696 17.4866 1.95107 17.0178 1.48223C16.5489 1.01339 15.913 0.75 15.25 0.75H2.75ZM1.5 3.25C1.5 2.91848 1.6317 2.60054 1.86612 2.36612C2.10054 2.1317 2.41848 2 2.75 2H15.25C15.5815 2 15.8995 2.1317 16.1339 2.36612C16.3683 2.60054 16.5 2.91848 16.5 3.25V10.75C16.5 11.0815 16.3683 11.3995 16.1339 11.6339C15.8995 11.8683 15.5815 12 15.25 12H2.75C2.41848 12 2.10054 11.8683 1.86612 11.6339C1.6317 11.3995 1.5 11.0815 1.5 10.75V3.25Z"})});import{jsx as Z5,jsxs as c4}from"react/jsx-runtime";var Jo=({...t})=>c4("svg",{width:"18",height:"16",viewBox:"0 0 18 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[Z5("path",{d:"M0.666016 7.99967C0.666016 4.85717 0.666016 3.28551 1.64268 2.30967C2.61935 1.33384 4.19018 1.33301 7.33268 1.33301H10.666C13.8085 1.33301 15.3802 1.33301 16.356 2.30967C17.3318 3.28634 17.3327 4.85717 17.3327 7.99967C17.3327 11.1422 17.3327 12.7138 16.356 13.6897C15.3793 14.6655 13.8085 14.6663 10.666 14.6663H7.33268C4.19018 14.6663 2.61852 14.6663 1.64268 13.6897C0.666849 12.713 0.666016 11.1422 0.666016 7.99967Z",stroke:"currentColor",strokeWidth:"1.25"}),Z5("path",{d:"M5.875 10.9163C5.875 11.0821 5.94085 11.2411 6.05806 11.3583C6.17527 11.4755 6.33424 11.5413 6.5 11.5413C6.66576 11.5413 6.82473 11.4755 6.94194 11.3583C7.05915 11.2411 7.125 11.0821 7.125 10.9163H5.875ZM8.375 6.68718C8.375 6.85294 8.44085 7.01191 8.55806 7.12912C8.67527 7.24633 8.83424 7.31218 9 7.31218C9.16576 7.31218 9.32473 7.24633 9.44194 7.12912C9.55915 7.01191 9.625 6.85294 9.625 6.68718H8.375ZM3.375 6.68718C3.375 6.85294 3.44085 7.01191 3.55806 7.12912C3.67527 7.24633 3.83424 7.31218 4 7.31218C4.16576 7.31218 4.32473 7.24633 4.44194 7.12912C4.55915 7.01191 4.625 6.85294 4.625 6.68718H3.375ZM4.83334 10.2913C4.66758 10.2913 4.5086 10.3572 4.39139 10.4744C4.27418 10.5916 4.20834 10.7506 4.20834 10.9163C4.20834 11.0821 4.27418 11.2411 4.39139 11.3583C4.5086 11.4755 4.66758 11.5413 4.83334 11.5413V10.2913ZM8.16667 11.5413C8.33243 11.5413 8.4914 11.4755 8.60861 11.3583C8.72582 11.2411 8.79167 11.0821 8.79167 10.9163C8.79167 10.7506 8.72582 10.5916 8.60861 10.4744C8.4914 10.3572 8.33243 10.2913 8.16667 10.2913V11.5413ZM5.60417 5.70801H6.5V4.45801H5.60417V5.70801ZM6.5 5.70801H7.39583V4.45801H6.5V5.70801ZM7.125 10.9163V5.08301H5.875V10.9163H7.125ZM7.39583 5.70801C7.775 5.70801 8.00083 5.70884 8.16417 5.72968C8.31167 5.74801 8.31917 5.77301 8.30584 5.76051L9.135 4.82634C8.885 4.60301 8.5925 4.52301 8.31834 4.48884C8.06 4.45718 7.7425 4.45801 7.39583 4.45801V5.70801ZM9.625 6.68718C9.625 6.34051 9.62584 6.02301 9.59417 5.76468C9.56 5.49051 9.48 5.19801 9.25667 4.94801L8.3225 5.77801C8.31 5.76384 8.335 5.77134 8.35334 5.91968C8.37417 6.08218 8.375 6.30801 8.375 6.68718H9.625ZM8.30584 5.76051L8.32167 5.77718L9.25667 4.94801C9.21823 4.90539 9.17762 4.86478 9.135 4.82634L8.30584 5.76051ZM5.60417 4.45801C5.2575 4.45801 4.94 4.45718 4.68167 4.48884C4.4075 4.52301 4.115 4.60301 3.865 4.82634L4.695 5.76051C4.68084 5.77301 4.68834 5.74801 4.83667 5.72968C4.99917 5.70884 5.225 5.70801 5.60417 5.70801V4.45801ZM4.625 6.68718C4.625 6.30801 4.62584 6.08218 4.64667 5.91884C4.665 5.77134 4.69 5.76384 4.6775 5.77718L3.74334 4.94801C3.52 5.19801 3.44 5.49051 3.40584 5.76468C3.37417 6.02301 3.375 6.34051 3.375 6.68718H4.625ZM3.865 4.82634C3.82222 4.86468 3.78167 4.90523 3.74334 4.94801L4.6775 5.77718L4.69417 5.76134L3.865 4.82634ZM4.83334 11.5413H8.16667V10.2913H4.83334V11.5413Z",fill:"currentColor"})]});import{jsx as er}from"react/jsx-runtime";var tr=({...t})=>er("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:er("g",{id:"brackets-check",children:er("path",{id:"Icon",d:"M18.5708 20C19.8328 20 20.8568 18.977 20.8568 17.714V13.143L21.9998 12L20.8568 10.857V6.286C20.8568 5.023 19.8338 4 18.5708 4M5.429 4C4.166 4 3.143 5.023 3.143 6.286V10.857L2 12L3.143 13.143V17.714C3.143 18.977 4.166 20 5.429 20M7.5 12L9.93431 14.4343C10.1323 14.6323 10.2313 14.7313 10.3455 14.7684C10.4459 14.8011 10.5541 14.8011 10.6545 14.7684C10.7687 14.7313 10.8677 14.6323 11.0657 14.4343L16.5 9",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as _5}from"react/jsx-runtime";var nr=({...t})=>_5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:_5("path",{d:"M15.4757 16.6663C16.5274 16.6663 17.3808 15.8138 17.3808 14.7613V10.9522L18.3333 9.99967L17.3808 9.04717V5.23801C17.3808 4.18551 16.5282 3.33301 15.4757 3.33301M4.52425 3.33301C3.47175 3.33301 2.61925 4.18551 2.61925 5.23801V9.04717L1.66675 9.99967L2.61925 10.9522V14.7613C2.61925 15.8138 3.47175 16.6663 4.52425 16.6663M6.25008 9.99967H6.25842M10.0001 9.99967H10.0084M13.7501 9.99967H13.7584M6.66675 9.99967C6.66675 10.2298 6.4802 10.4163 6.25008 10.4163C6.01996 10.4163 5.83341 10.2298 5.83341 9.99967C5.83341 9.76956 6.01996 9.58301 6.25008 9.58301C6.4802 9.58301 6.66675 9.76956 6.66675 9.99967ZM10.4167 9.99967C10.4167 10.2298 10.2302 10.4163 10.0001 10.4163C9.76996 10.4163 9.58342 10.2298 9.58342 9.99967C9.58342 9.76956 9.76996 9.58301 10.0001 9.58301C10.2302 9.58301 10.4167 9.76956 10.4167 9.99967ZM14.1667 9.99967C14.1667 10.2298 13.9802 10.4163 13.7501 10.4163C13.52 10.4163 13.3334 10.2298 13.3334 9.99967C13.3334 9.76956 13.52 9.58301 13.7501 9.58301C13.9802 9.58301 14.1667 9.76956 14.1667 9.99967Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as or}from"react/jsx-runtime";var rr=({...t})=>or("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:or("g",{id:"calendar",children:or("path",{id:"Icon",d:"M17.5 8.33342H2.5M13.3333 1.66675V5.00008M6.66667 1.66675V5.00008M6.5 18.3334H13.5C14.9001 18.3334 15.6002 18.3334 16.135 18.0609C16.6054 17.8212 16.9878 17.4388 17.2275 16.9684C17.5 16.4336 17.5 15.7335 17.5 14.3334V7.33342C17.5 5.93328 17.5 5.23322 17.2275 4.69844C16.9878 4.22803 16.6054 3.84558 16.135 3.6059C15.6002 3.33341 14.9001 3.33341 13.5 3.33341H6.5C5.09987 3.33341 4.3998 3.33341 3.86502 3.6059C3.39462 3.84558 3.01217 4.22803 2.77248 4.69844C2.5 5.23322 2.5 5.93328 2.5 7.33341V14.3334C2.5 15.7335 2.5 16.4336 2.77248 16.9684C3.01217 17.4388 3.39462 17.8212 3.86502 18.0609C4.3998 18.3334 5.09987 18.3334 6.5 18.3334Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as lr}from"react/jsx-runtime";var ir=({...t})=>lr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:lr("g",{id:"certificate-02",children:lr("path",{id:"Icon",d:"M9 18.5H15M7 15H17M5 2H19C20.1046 2 21 2.99492 21 4.22222V19.7778C21 21.0051 20.1046 22 19 22H5C3.89543 22 3 21.0051 3 19.7778V4.22222C3 2.99492 3.89543 2 5 2ZM11.9976 6.21194C11.2978 5.4328 10.1309 5.22321 9.25414 5.93667C8.37738 6.65013 8.25394 7.84299 8.94247 8.6868C9.631 9.53061 11.9976 11.5 11.9976 11.5C11.9976 11.5 14.3642 9.53061 15.0527 8.6868C15.7413 7.84299 15.6329 6.64262 14.7411 5.93667C13.8492 5.23072 12.6974 5.4328 11.9976 6.21194Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as O5}from"react/jsx-runtime";var De=({...t})=>O5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"1.66667",...t,children:O5("path",{d:"M16.6668 5L7.50016 14.1667L3.3335 10",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as z5}from"react/jsx-runtime";var sr=({...t})=>z5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:z5("path",{d:"M6.5 11L9.5 14L15.5 8M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as cr}from"react/jsx-runtime";var ar=({...t})=>cr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:cr("g",{id:"check-circle-broken",clipPath:"url(#clip0_3243_19600)",children:cr("path",{id:"Icon",d:"M14.6663 7.39052V8.00386C14.6655 9.44147 14.2 10.8403 13.3392 11.9917C12.4785 13.1432 11.2685 13.9855 9.88991 14.3931C8.5113 14.8007 7.03785 14.7518 5.68932 14.2536C4.3408 13.7554 3.18944 12.8346 2.40698 11.6286C1.62452 10.4225 1.25287 8.9959 1.34746 7.5614C1.44205 6.1269 1.99781 4.76141 2.93186 3.66857C3.86591 2.57574 5.1282 1.81411 6.53047 1.49729C7.93274 1.18046 9.39985 1.32541 10.713 1.91052M14.6663 2.66671L7.99967 9.34004L5.99967 7.34004",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as gn,jsxs as a4}from"react/jsx-runtime";var pr=({color1:t="currentColor",color2:e="currentColor",...n})=>gn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:a4("g",{id:"Content",children:[gn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",fill:e}),gn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:e,strokeWidth:"1.5"}),gn("path",{id:"Tick",fillRule:"evenodd",clipRule:"evenodd",d:"M17.0965 7.38967L9.9365 14.2997L8.0365 12.2697C7.6865 11.9397 7.1365 11.9197 6.7365 12.1997C6.3465 12.4897 6.2365 12.9997 6.4765 13.4097L8.7265 17.0697C8.9465 17.4097 9.3265 17.6197 9.7565 17.6197C10.1665 17.6197 10.5565 17.4097 10.7765 17.0697C11.1365 16.5997 18.0065 8.40967 18.0065 8.40967C18.9065 7.48967 17.8165 6.67967 17.0965 7.37967V7.38967Z",fill:t})]})});import{jsx as U5}from"react/jsx-runtime";var dr=({...t})=>U5("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:U5("path",{d:"M6.00065 8.00065L7.33398 9.33398L10.334 6.33398M11.9348 3.33299C12.0721 3.66501 12.3356 3.92892 12.6674 4.0667L13.8308 4.54864C14.1628 4.68617 14.4266 4.94998 14.5642 5.28202C14.7017 5.61407 14.7017 5.98715 14.5642 6.31919L14.0826 7.48185C13.945 7.81404 13.9448 8.1875 14.083 8.51953L14.5638 9.68185C14.6319 9.84631 14.6671 10.0226 14.6671 10.2006C14.6671 10.3786 14.6321 10.5549 14.5639 10.7194C14.4958 10.8839 14.3959 11.0333 14.27 11.1592C14.1441 11.2851 13.9947 11.3849 13.8302 11.453L12.6676 11.9346C12.3355 12.0718 12.0716 12.3354 11.9339 12.6672L11.4519 13.8307C11.3144 14.1627 11.0506 14.4265 10.7186 14.5641C10.3866 14.7016 10.0135 14.7016 9.68146 14.5641L8.51884 14.0825C8.1868 13.9453 7.81387 13.9455 7.48203 14.0832L6.31858 14.5645C5.98673 14.7017 5.61399 14.7016 5.28223 14.5642C4.95047 14.4267 4.68682 14.1632 4.54919 13.8316L4.06713 12.6677C3.92985 12.3357 3.66635 12.0718 3.33455 11.934L2.17109 11.4521C1.83921 11.3146 1.57549 11.0509 1.43791 10.7191C1.30032 10.3872 1.30014 10.0143 1.43739 9.68235L1.91896 8.51968C2.05615 8.18763 2.05587 7.81469 1.91818 7.48284L1.4373 6.31851C1.36912 6.15405 1.33401 5.97777 1.33398 5.79974C1.33396 5.62171 1.36901 5.44542 1.43713 5.28094C1.50526 5.11646 1.60513 4.96702 1.73103 4.84115C1.85693 4.71529 2.0064 4.61546 2.17089 4.54739L3.33352 4.0658C3.66523 3.92863 3.92897 3.66545 4.06685 3.33402L4.54877 2.17052C4.6863 1.83848 4.9501 1.57467 5.28213 1.43714C5.61416 1.2996 5.98723 1.2996 6.31926 1.43714L7.48188 1.91873C7.81392 2.05593 8.18685 2.05565 8.51869 1.91795L9.68263 1.43788C10.0146 1.30042 10.3876 1.30045 10.7196 1.43796C11.0515 1.57547 11.3153 1.8392 11.4529 2.17116L11.9349 3.335L11.9348 3.33299Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as G5}from"react/jsx-runtime";var Ve=({...t})=>G5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:G5("path",{d:"M5 7.5L10 12.5L15 7.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ur}from"react/jsx-runtime";var C1=({...t})=>ur("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ur("g",{id:"chevron-left",children:ur("path",{id:"Icon",d:"M12.5 15L7.5 10L12.5 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Cr,jsxs as p4}from"react/jsx-runtime";var mr=({...t})=>p4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...t,children:[Cr("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),Cr("path",{d:"M11 7l-5 5l5 5"}),Cr("path",{d:"M17 7l-5 5l5 5"})]});import{jsx as gr}from"react/jsx-runtime";var Te=({...t})=>gr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:gr("g",{id:"chevron-right",children:gr("path",{id:"Icon",d:"M7.5 15L12.5 10L7.5 5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as fr,jsxs as d4}from"react/jsx-runtime";var hr=({...t})=>d4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...t,children:[fr("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),fr("path",{d:"M7 7l5 5l-5 5"}),fr("path",{d:"M13 7l5 5l-5 5"})]});import{jsx as $5}from"react/jsx-runtime";var vr=({...t})=>$5("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:$5("path",{d:"M4.66675 9.99984L8.00008 13.3332L11.3334 9.99984M4.66675 5.99984L8.00008 2.6665L11.3334 5.99984",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as wr}from"react/jsx-runtime";var m1=({...t})=>wr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:wr("g",{id:"chevron-up",children:wr("path",{id:"Icon",d:"M15 12.5L10 7.5L5 12.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as q5}from"react/jsx-runtime";var yr=({...t})=>q5("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:q5("path",{d:"M4.99996 4.99984L6.66663 3.33317M6.66663 3.33317L4.99996 1.6665M6.66663 3.33317H4.99996C3.15901 3.33317 1.66663 4.82555 1.66663 6.6665M15 14.9998L13.3333 16.6665M13.3333 16.6665L15 18.3332M13.3333 16.6665H15C16.8409 16.6665 18.3333 15.1741 18.3333 13.3332M11.1809 11.1808C11.8328 11.4922 12.5627 11.6665 13.3333 11.6665C16.0947 11.6665 18.3333 9.42793 18.3333 6.6665C18.3333 3.90508 16.0947 1.6665 13.3333 1.6665C10.5719 1.6665 8.33329 3.90508 8.33329 6.6665C8.33329 7.4371 8.50762 8.16698 8.81898 8.81886M11.6666 13.3332C11.6666 16.0946 9.42805 18.3332 6.66663 18.3332C3.9052 18.3332 1.66663 16.0946 1.66663 13.3332C1.66663 10.5717 3.9052 8.33317 6.66663 8.33317C9.42805 8.33317 11.6666 10.5717 11.6666 13.3332Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as xr}from"react/jsx-runtime";var br=({...t})=>xr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:xr("g",{id:"clock-fast-forward",children:xr("path",{id:"Icon",d:"M18.9166 9.58333L17.2505 11.25L15.5833 9.58333M17.4542 10.8333C17.4845 10.5597 17.5 10.2817 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5C12.3561 17.5 14.4584 16.4136 15.8333 14.7144M10 5.83333V10L12.5 11.6667",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as kr}from"react/jsx-runtime";var Lr=({...t})=>kr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:kr("g",{id:"clock-rewind",children:kr("path",{id:"Icon",d:"M15.1333 9L13.8004 7.66667L12.4666 9M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C10.2013 2 12.1257 3.18542 13.1697 4.95273M8 4.66667V8L10 9.33333",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Pr}from"react/jsx-runtime";var Sr=({...t})=>Pr("svg",{width:"30",height:"30",viewBox:"0 0 30 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Pr("g",{id:"mdi:recent",children:Pr("path",{id:"Vector",d:"M16.875 10H15V16.25L20.35 19.425L21.25 17.9125L16.875 15.3125V10ZM16.25 3.75C13.2663 3.75 10.4048 4.93526 8.29505 7.04505C6.18526 9.15483 5 12.0163 5 15H1.25L6.2 20.0375L11.25 15H7.5C7.5 12.6794 8.42187 10.4538 10.0628 8.81282C11.7038 7.17187 13.9294 6.25 16.25 6.25C18.5706 6.25 20.7962 7.17187 22.4372 8.81282C24.0781 10.4538 25 12.6794 25 15C25 17.3206 24.0781 19.5462 22.4372 21.1872C20.7962 22.8281 18.5706 23.75 16.25 23.75C13.8375 23.75 11.65 22.7625 10.075 21.175L8.3 22.95C9.33951 24.0005 10.5779 24.8334 11.9429 25.4C13.3079 25.9666 14.7721 26.2556 16.25 26.25C19.2337 26.25 22.0952 25.0647 24.205 22.955C26.3147 20.8452 27.5 17.9837 27.5 15C27.5 12.0163 26.3147 9.15483 24.205 7.04505C22.0952 4.93526 19.2337 3.75 16.25 3.75Z"})})});import{jsx as Ir}from"react/jsx-runtime";var Mr=({...t})=>Ir("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ir("g",{id:"code-browser",children:Ir("path",{id:"Icon",d:"M22 9H2M14 17.5L16.5 15L14 12.5M10 12.5L7.5 15L10 17.5M2 7.8L2 16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V7.8C22 6.11984 22 5.27977 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3L6.8 3C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as X5}from"react/jsx-runtime";var Hr=({...t})=>X5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:X5("path",{d:"M13 16L16 13L13 10M9 6L6 9L9 12M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Rr}from"react/jsx-runtime";var Nr=({...t})=>Rr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Rr("g",{id:"colors",children:Rr("path",{id:"Icon",d:"M12 20.4722C13.0615 21.4223 14.4633 22 16 22C19.3137 22 22 19.3137 22 16C22 13.2331 20.1271 10.9036 17.5798 10.2102M6.42018 10.2102C3.87293 10.9036 2 13.2331 2 16C2 19.3137 4.68629 22 8 22C11.3137 22 14 19.3137 14 16C14 15.2195 13.851 14.4738 13.5798 13.7898M18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Br}from"react/jsx-runtime";var Dr=({...t})=>Br("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Br("g",{id:"copy-04",clipPath:"url(#clip0_3854_3504)",children:Br("path",{id:"Icon",d:"M10.6667 10.6668V12.5335C10.6667 13.2802 10.6667 13.6536 10.5214 13.9388C10.3936 14.1897 10.1896 14.3937 9.93869 14.5215C9.65348 14.6668 9.28011 14.6668 8.53337 14.6668H3.46671C2.71997 14.6668 2.3466 14.6668 2.06139 14.5215C1.8105 14.3937 1.60653 14.1897 1.4787 13.9388C1.33337 13.6536 1.33337 13.2802 1.33337 12.5335V7.46683C1.33337 6.72009 1.33337 6.34672 1.4787 6.06151C1.60653 5.81063 1.8105 5.60665 2.06139 5.47882C2.3466 5.3335 2.71997 5.3335 3.46671 5.3335H5.33337M7.46671 10.6668H12.5334C13.2801 10.6668 13.6535 10.6668 13.9387 10.5215C14.1896 10.3937 14.3936 10.1897 14.5214 9.93882C14.6667 9.6536 14.6667 9.28023 14.6667 8.5335V3.46683C14.6667 2.72009 14.6667 2.34672 14.5214 2.06151C14.3936 1.81063 14.1896 1.60665 13.9387 1.47882C13.6535 1.3335 13.2801 1.3335 12.5334 1.3335H7.46671C6.71997 1.3335 6.3466 1.3335 6.06139 1.47882C5.8105 1.60665 5.60653 1.81063 5.4787 2.06151C5.33337 2.34672 5.33337 2.72009 5.33337 3.46683V8.5335C5.33337 9.28023 5.33337 9.6536 5.4787 9.93882C5.60653 10.1897 5.8105 10.3937 6.06139 10.5215C6.3466 10.6668 6.71997 10.6668 7.46671 10.6668Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as j5}from"react/jsx-runtime";var Vr=({...t})=>j5("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",stroke:"currentColor",...t,children:j5("path",{d:"M5.98633 2H10.7197C12.2131 2 12.9599 2 13.5303 2.29065C14.0321 2.54631 14.44 2.95426 14.6957 3.45603C14.9863 4.02646 14.9863 4.77319 14.9863 6.26667V11M5.11966 14H10.5197C11.2664 14 11.6398 14 11.925 13.8547C12.1759 13.7268 12.3798 13.5229 12.5077 13.272C12.653 12.9868 12.653 12.6134 12.653 11.8667V6.46667C12.653 5.71993 12.653 5.34656 12.5077 5.06135C12.3798 4.81046 12.1759 4.60649 11.925 4.47866C11.6398 4.33333 11.2664 4.33333 10.5197 4.33333H5.11966C4.37292 4.33333 3.99956 4.33333 3.71434 4.47866C3.46346 4.60649 3.25948 4.81046 3.13165 5.06135C2.98633 5.34656 2.98633 5.71993 2.98633 6.46667V11.8667C2.98633 12.6134 2.98633 12.9868 3.13165 13.272C3.25948 13.5229 3.46346 13.7268 3.71434 13.8547C3.99956 14 4.37292 14 5.11966 14Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Tr}from"react/jsx-runtime";var Er=({...t})=>Tr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Tr("g",{id:"copy-05",clipPath:"url(#clip0_4668_4063)",children:Tr("path",{id:"Icon",d:"M6.66663 13.3334V15.6667C6.66663 16.6002 6.66663 17.0669 6.84828 17.4234C7.00807 17.737 7.26304 17.992 7.57664 18.1518C7.93316 18.3334 8.39987 18.3334 9.33329 18.3334H15.6666C16.6 18.3334 17.0668 18.3334 17.4233 18.1518C17.7369 17.992 17.9918 17.737 18.1516 17.4234C18.3333 17.0669 18.3333 16.6002 18.3333 15.6667V9.33341C18.3333 8.39999 18.3333 7.93328 18.1516 7.57676C17.9918 7.26316 17.7369 7.00819 17.4233 6.8484C17.0668 6.66675 16.6 6.66675 15.6666 6.66675H13.3333M4.33329 13.3334H10.6666C11.6 13.3334 12.0668 13.3334 12.4233 13.1518C12.7369 12.992 12.9918 12.737 13.1516 12.4234C13.3333 12.0669 13.3333 11.6002 13.3333 10.6667V4.33341C13.3333 3.39999 13.3333 2.93328 13.1516 2.57676C12.9918 2.26316 12.7369 2.00819 12.4233 1.8484C12.0668 1.66675 11.6 1.66675 10.6666 1.66675H4.33329C3.39987 1.66675 2.93316 1.66675 2.57664 1.8484C2.26304 2.00819 2.00807 2.26316 1.84828 2.57676C1.66663 2.93328 1.66663 3.39999 1.66663 4.33341V10.6667C1.66663 11.6002 1.66663 12.0669 1.84828 12.4234C2.00807 12.737 2.26304 12.992 2.57664 13.1518C2.93316 13.3334 3.39987 13.3334 4.33329 13.3334Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Fr}from"react/jsx-runtime";var Ar=({...t})=>Fr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Fr("g",{id:"copy-07",clipPath:"url(#clip0_3854_3511)",children:Fr("path",{id:"Icon",d:"M7.00004 1.33536C6.55001 1.34146 6.27984 1.36751 6.06139 1.47882C5.8105 1.60665 5.60653 1.81063 5.4787 2.06151C5.36739 2.27996 5.34134 2.55013 5.33524 3.00016M13 1.33536C13.4501 1.34146 13.7202 1.36751 13.9387 1.47882C14.1896 1.60665 14.3936 1.81063 14.5214 2.06151C14.6327 2.27996 14.6587 2.55013 14.6648 3.00015M14.6648 9.00016C14.6587 9.45019 14.6327 9.72036 14.5214 9.93882C14.3936 10.1897 14.1896 10.3937 13.9387 10.5215C13.7202 10.6328 13.4501 10.6589 13 10.665M14.6667 5.33349V6.66683M9.33341 1.3335H10.6667M3.46671 14.6668H8.53337C9.28011 14.6668 9.65348 14.6668 9.93869 14.5215C10.1896 14.3937 10.3936 14.1897 10.5214 13.9388C10.6667 13.6536 10.6667 13.2802 10.6667 12.5335V7.46683C10.6667 6.72009 10.6667 6.34672 10.5214 6.06151C10.3936 5.81063 10.1896 5.60665 9.93869 5.47882C9.65348 5.3335 9.28011 5.3335 8.53337 5.3335H3.46671C2.71997 5.3335 2.3466 5.3335 2.06139 5.47882C1.8105 5.60665 1.60653 5.81063 1.4787 6.06151C1.33337 6.34672 1.33337 6.72009 1.33337 7.46683V12.5335C1.33337 13.2802 1.33337 13.6536 1.4787 13.9388C1.60653 14.1897 1.8105 14.3937 2.06139 14.5215C2.3466 14.6668 2.71997 14.6668 3.46671 14.6668Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Wr}from"react/jsx-runtime";var Zr=({...t})=>Wr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Wr("g",{id:"copy-01",clipPath:"url(#clip0_3035_27980)",children:Wr("path",{id:"Icon",d:"M4.16663 12.4998C3.39006 12.4998 3.00177 12.4998 2.69549 12.373C2.28711 12.2038 1.96265 11.8794 1.79349 11.471C1.66663 11.1647 1.66663 10.7764 1.66663 9.99984V4.33317C1.66663 3.39975 1.66663 2.93304 1.84828 2.57652C2.00807 2.26292 2.26304 2.00795 2.57664 1.84816C2.93316 1.6665 3.39987 1.6665 4.33329 1.6665H9.99996C10.7765 1.6665 11.1648 1.6665 11.4711 1.79337C11.8795 1.96253 12.2039 2.28698 12.3731 2.69536C12.5 3.00165 12.5 3.38993 12.5 4.1665M10.1666 18.3332H15.6666C16.6 18.3332 17.0668 18.3332 17.4233 18.1515C17.7369 17.9917 17.9918 17.7368 18.1516 17.4232C18.3333 17.0666 18.3333 16.5999 18.3333 15.6665V10.1665C18.3333 9.23308 18.3333 8.76637 18.1516 8.40985C17.9918 8.09625 17.7369 7.84128 17.4233 7.68149C17.0668 7.49984 16.6 7.49984 15.6666 7.49984H10.1666C9.23321 7.49984 8.7665 7.49984 8.40998 7.68149C8.09637 7.84128 7.8414 8.09625 7.68162 8.40985C7.49996 8.76637 7.49996 9.23308 7.49996 10.1665V15.6665C7.49996 16.5999 7.49996 17.0666 7.68162 17.4232C7.8414 17.7368 8.09637 17.9917 8.40998 18.1515C8.7665 18.3332 9.23321 18.3332 10.1666 18.3332Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as K5}from"react/jsx-runtime";var _r=({...t})=>K5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:K5("path",{d:"M5 14L7 16L11.5 11.5M7 7V4.2C7 3.0799 7 2.51984 7.21799 2.09202C7.40973 1.71569 7.71569 1.40973 8.09202 1.21799C8.51984 1 9.07989 1 10.2 1H17.8C18.9201 1 19.4802 1 19.908 1.21799C20.2843 1.40973 20.5903 1.71569 20.782 2.09202C21 2.51984 21 3.0799 21 4.2V11.8C21 12.9201 21 13.4802 20.782 13.908C20.5903 14.2843 20.2843 14.5903 19.908 14.782C19.4802 15 18.9201 15 17.8 15H15M4.2 21H11.8C12.9201 21 13.4802 21 13.908 20.782C14.2843 20.5903 14.5903 20.2843 14.782 19.908C15 19.4802 15 18.9201 15 17.8V10.2C15 9.07989 15 8.51984 14.782 8.09202C14.5903 7.71569 14.2843 7.40973 13.908 7.21799C13.4802 7 12.9201 7 11.8 7H4.2C3.0799 7 2.51984 7 2.09202 7.21799C1.71569 7.40973 1.40973 7.71569 1.21799 8.09202C1 8.51984 1 9.07989 1 10.2V17.8C1 18.9201 1 19.4802 1.21799 19.908C1.40973 20.2843 1.71569 20.5903 2.09202 20.782C2.51984 21 3.07989 21 4.2 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Or}from"react/jsx-runtime";var zr=({...t})=>Or("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Or("g",{id:"container",children:Or("path",{id:"Icon",d:"M20.5 7.27734L12 11.9996M12 11.9996L3.49997 7.27734M12 11.9996L12 21.4996M21 16.0582V7.94104C21 7.5984 21 7.42708 20.9495 7.27428C20.9049 7.1391 20.8318 7.01502 20.7354 6.91033C20.6263 6.79199 20.4766 6.70879 20.177 6.54239L12.777 2.43128C12.4934 2.27372 12.3516 2.19494 12.2015 2.16406C12.0685 2.13672 11.9315 2.13672 11.7986 2.16406C11.6484 2.19494 11.5066 2.27372 11.223 2.43128L3.82297 6.54239C3.52345 6.70879 3.37369 6.792 3.26463 6.91033C3.16816 7.01502 3.09515 7.1391 3.05048 7.27428C3 7.42708 3 7.5984 3 7.94104V16.0582C3 16.4008 3 16.5721 3.05048 16.7249C3.09515 16.8601 3.16816 16.9842 3.26463 17.0889C3.37369 17.2072 3.52345 17.2904 3.82297 17.4568L11.223 21.5679C11.5066 21.7255 11.6484 21.8042 11.7986 21.8351C11.9315 21.8625 12.0685 21.8625 12.2015 21.8351C12.3516 21.8042 12.4934 21.7255 12.777 21.5679L20.177 17.4568C20.4766 17.2904 20.6263 17.2072 20.7354 17.0889C20.8318 16.9842 20.9049 16.8601 20.9495 16.7249C21 16.5721 21 16.4008 21 16.0582Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Y5}from"react/jsx-runtime";var Ur=({...t})=>Y5("svg",{width:"20",height:"22",viewBox:"0 0 20 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Y5("path",{d:"M7.75 19.7496L9.22297 20.5679C9.50658 20.7255 9.64838 20.8043 9.79855 20.8351C9.93146 20.8625 10.0685 20.8625 10.2015 20.8351C10.3516 20.8043 10.4934 20.7255 10.777 20.5679L12.25 19.7496M3.25 17.2496L1.82297 16.4568C1.52346 16.2904 1.37368 16.2072 1.26463 16.0889C1.16816 15.9842 1.09515 15.8601 1.05048 15.7249C1 15.5721 1 15.4008 1 15.0582V13.4996M1 8.4996V6.94104C1 6.5984 1 6.42708 1.05048 6.27428C1.09515 6.1391 1.16816 6.01502 1.26463 5.91033C1.37368 5.792 1.52345 5.70879 1.82297 5.54239L3.25 4.7496M7.75 2.2496L9.22297 1.43128C9.50658 1.27372 9.64838 1.19494 9.79855 1.16406C9.93146 1.13672 10.0685 1.13672 10.2015 1.16406C10.3516 1.19494 10.4934 1.27372 10.777 1.43128L12.25 2.2496M16.75 4.7496L18.177 5.54239C18.4766 5.70879 18.6263 5.79199 18.7354 5.91033C18.8318 6.01502 18.9049 6.1391 18.9495 6.27428C19 6.42708 19 6.5984 19 6.94104V8.4996M19 13.4996V15.0582C19 15.4008 19 15.5721 18.9495 15.7249C18.9049 15.8601 18.8318 15.9842 18.7354 16.0889C18.6263 16.2072 18.4766 16.2904 18.177 16.4568L16.75 17.2496M7.75 9.7496L10 10.9996M10 10.9996L12.25 9.7496M10 10.9996V13.4996M1 5.9996L3.25 7.2496M16.75 7.2496L19 5.9996M10 18.4996V20.9996",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Gr}from"react/jsx-runtime";var $r=({...t})=>Gr("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Gr("g",{id:"cursor-box",children:Gr("path",{id:"Icon",d:"M17.5 7.91667V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.91667M14.4885 14.7594L13.0733 17.3877C12.8419 17.8173 12.7263 18.0322 12.5853 18.0882C12.4629 18.1369 12.3247 18.1248 12.2126 18.0557C12.0835 17.976 12.0068 17.7444 11.8534 17.2812L9.58366 10.4261C9.44936 10.0205 9.38221 9.81764 9.43049 9.68258C9.47251 9.56503 9.56503 9.47252 9.68257 9.43049C9.81764 9.38221 10.0205 9.44936 10.4261 9.58367L17.2812 11.8534C17.7444 12.0068 17.976 12.0835 18.0556 12.2126C18.1248 12.3247 18.1369 12.4629 18.0882 12.5853C18.0321 12.7263 17.8173 12.8419 17.3877 13.0733L14.7594 14.4885C14.694 14.5238 14.6612 14.5414 14.6326 14.564C14.6071 14.5841 14.5841 14.6071 14.564 14.6326C14.5414 14.6612 14.5238 14.694 14.4885 14.7594Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Q5}from"react/jsx-runtime";var qr=({...t})=>Q5("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Q5("path",{d:"M10 3.5H17.3C18.4201 3.5 18.9802 3.5 19.408 3.71799C19.7843 3.90973 20.0903 4.21569 20.282 4.59202C20.5 5.01984 20.5 5.57989 20.5 6.7V8C20.5 8.93188 20.5 9.39783 20.3478 9.76537C20.1448 10.2554 19.7554 10.6448 19.2654 10.8478C18.8978 11 18.4319 11 17.5 11M12 18.5H4.7C3.5799 18.5 3.01984 18.5 2.59202 18.282C2.21569 18.0903 1.90973 17.7843 1.71799 17.408C1.5 16.9802 1.5 16.4201 1.5 15.3V14C1.5 13.0681 1.5 12.6022 1.65224 12.2346C1.85523 11.7446 2.24458 11.3552 2.73463 11.1522C3.10218 11 3.56812 11 4.5 11M9.3 13.5H12.7C12.98 13.5 13.12 13.5 13.227 13.4455C13.3211 13.3976 13.3976 13.3211 13.4455 13.227C13.5 13.12 13.5 12.98 13.5 12.7V9.3C13.5 9.01997 13.5 8.87996 13.4455 8.773C13.3976 8.67892 13.3211 8.60243 13.227 8.5545C13.12 8.5 12.98 8.5 12.7 8.5H9.3C9.01997 8.5 8.87996 8.5 8.773 8.5545C8.67892 8.60243 8.60243 8.67892 8.5545 8.773C8.5 8.87996 8.5 9.01997 8.5 9.3V12.7C8.5 12.98 8.5 13.12 8.5545 13.227C8.60243 13.3211 8.67892 13.3976 8.773 13.4455C8.87996 13.5 9.01997 13.5 9.3 13.5ZM16.8 21H20.2C20.48 21 20.62 21 20.727 20.9455C20.8211 20.8976 20.8976 20.8211 20.9455 20.727C21 20.62 21 20.48 21 20.2V16.8C21 16.52 21 16.38 20.9455 16.273C20.8976 16.1789 20.8211 16.1024 20.727 16.0545C20.62 16 20.48 16 20.2 16H16.8C16.52 16 16.38 16 16.273 16.0545C16.1789 16.1024 16.1024 16.1789 16.0545 16.273C16 16.38 16 16.52 16 16.8V20.2C16 20.48 16 20.62 16.0545 20.727C16.1024 20.8211 16.1789 20.8976 16.273 20.9455C16.38 21 16.52 21 16.8 21ZM1.8 6H5.2C5.48003 6 5.62004 6 5.727 5.9455C5.82108 5.89757 5.89757 5.82108 5.9455 5.727C6 5.62004 6 5.48003 6 5.2V1.8C6 1.51997 6 1.37996 5.9455 1.273C5.89757 1.17892 5.82108 1.10243 5.727 1.0545C5.62004 1 5.48003 1 5.2 1H1.8C1.51997 1 1.37996 1 1.273 1.0545C1.17892 1.10243 1.10243 1.17892 1.0545 1.273C1 1.37996 1 1.51997 1 1.8V5.2C1 5.48003 1 5.62004 1.0545 5.727C1.10243 5.82108 1.17892 5.89757 1.273 5.9455C1.37996 6 1.51997 6 1.8 6Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as J5}from"react/jsx-runtime";var Xr=({...t})=>J5("svg",{width:"14",height:"16",viewBox:"0 0 14 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:J5("path",{d:"M7 2.66659V10.1333C7 11.2534 7 11.8134 7.21799 12.2412C7.40973 12.6176 7.71569 12.9235 8.09202 13.1153C8.51984 13.3333 9.0799 13.3333 10.2 13.3333H10.3333M10.3333 13.3333C10.3333 14.0696 10.9303 14.6666 11.6667 14.6666C12.403 14.6666 13 14.0696 13 13.3333C13 12.5969 12.403 11.9999 11.6667 11.9999C10.9303 11.9999 10.3333 12.5969 10.3333 13.3333ZM3.66667 2.66659L10.3333 2.66658M3.66667 2.66659C3.66667 3.40297 3.06971 3.99992 2.33333 3.99992C1.59695 3.99992 1 3.40297 1 2.66659C1 1.93021 1.59695 1.33325 2.33333 1.33325C3.06971 1.33325 3.66667 1.93021 3.66667 2.66659ZM10.3333 2.66658C10.3333 3.40296 10.9303 3.99992 11.6667 3.99992C12.403 3.99992 13 3.40297 13 2.66659C13 1.93021 12.403 1.33325 11.6667 1.33325C10.9303 1.33325 10.3333 1.93021 10.3333 2.66658ZM7 7.99992H10.3333M10.3333 7.99992C10.3333 8.7363 10.9303 9.33325 11.6667 9.33325C12.403 9.33325 13 8.7363 13 7.99992C13 7.26354 12.403 6.66659 11.6667 6.66659C10.9303 6.66659 10.3333 7.26354 10.3333 7.99992Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as dt,jsxs as u4}from"react/jsx-runtime";var jr=({...t})=>u4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[dt("g",{clipPath:"url(#clip0_240_3534)",children:dt("path",{d:"M3.33341 14.9998V14.8332C3.33341 13.433 3.33341 12.733 3.6059 12.1982C3.84558 11.7278 4.22803 11.3453 4.69844 11.1057C5.23322 10.8332 5.93328 10.8332 7.33342 10.8332H12.6667C14.0669 10.8332 14.7669 10.8332 15.3017 11.1057C15.7721 11.3453 16.1546 11.7278 16.3943 12.1982C16.6667 12.733 16.6667 13.433 16.6667 14.8332V14.9998M3.33341 14.9998C2.41294 14.9998 1.66675 15.746 1.66675 16.6665C1.66675 17.587 2.41294 18.3332 3.33341 18.3332C4.25389 18.3332 5.00008 17.587 5.00008 16.6665C5.00008 15.746 4.25389 14.9998 3.33341 14.9998ZM16.6667 14.9998C15.7463 14.9998 15.0001 15.746 15.0001 16.6665C15.0001 17.587 15.7463 18.3332 16.6667 18.3332C17.5872 18.3332 18.3334 17.587 18.3334 16.6665C18.3334 15.746 17.5872 14.9998 16.6667 14.9998ZM10.0001 14.9998C9.07961 14.9998 8.33342 15.746 8.33342 16.6665C8.33342 17.587 9.07961 18.3332 10.0001 18.3332C10.9206 18.3332 11.6667 17.587 11.6667 16.6665C11.6667 15.746 10.9206 14.9998 10.0001 14.9998ZM10.0001 14.9998V6.6665M5.00008 6.6665H15.0001C15.7767 6.6665 16.1649 6.6665 16.4712 6.53964C16.8796 6.37048 17.2041 6.04602 17.3732 5.63764C17.5001 5.33136 17.5001 4.94307 17.5001 4.1665C17.5001 3.38993 17.5001 3.00165 17.3732 2.69536C17.2041 2.28698 16.8796 1.96253 16.4712 1.79337C16.1649 1.6665 15.7767 1.6665 15.0001 1.6665H5.00008C4.22351 1.6665 3.83523 1.6665 3.52894 1.79337C3.12056 1.96253 2.79611 2.28698 2.62695 2.69536C2.50008 3.00165 2.50008 3.38993 2.50008 4.1665C2.50008 4.94307 2.50008 5.33136 2.62695 5.63764C2.79611 6.04602 3.12056 6.37048 3.52894 6.53964C3.83523 6.6665 4.22351 6.6665 5.00008 6.6665Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),dt("defs",{children:dt("clipPath",{id:"clip0_240_3534",children:dt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as Kr}from"react/jsx-runtime";var Yr=({...t})=>Kr("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Kr("g",{id:"trash-01",children:Kr("path",{id:"Icon",d:"M10.6667 4.00016V3.46683C10.6667 2.72009 10.6667 2.34672 10.5213 2.06151C10.3935 1.81063 10.1895 1.60665 9.93865 1.47882C9.65344 1.3335 9.28007 1.3335 8.53333 1.3335H7.46667C6.71993 1.3335 6.34656 1.3335 6.06135 1.47882C5.81046 1.60665 5.60649 1.81063 5.47866 2.06151C5.33333 2.34672 5.33333 2.72009 5.33333 3.46683V4.00016M6.66667 7.66683V11.0002M9.33333 7.66683V11.0002M2 4.00016H14M12.6667 4.00016V11.4668C12.6667 12.5869 12.6667 13.147 12.4487 13.5748C12.2569 13.9511 11.951 14.2571 11.5746 14.4488C11.1468 14.6668 10.5868 14.6668 9.46667 14.6668H6.53333C5.41323 14.6668 4.85318 14.6668 4.42535 14.4488C4.04903 14.2571 3.74307 13.9511 3.55132 13.5748C3.33333 13.147 3.33333 12.5869 3.33333 11.4668V4.00016",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Qr}from"react/jsx-runtime";var Jr=({...t})=>Qr("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Qr("g",{id:"currency-dollar-circle",children:Qr("path",{id:"Icon",d:"M8.5 14.6667C8.5 15.9553 9.54467 17 10.8333 17H13C14.3807 17 15.5 15.8807 15.5 14.5C15.5 13.1193 14.3807 12 13 12H11C9.61929 12 8.5 10.8807 8.5 9.5C8.5 8.11929 9.61929 7 11 7H13.1667C14.4553 7 15.5 8.04467 15.5 9.33333M12 5.5V7M12 17V18.5M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as xe,jsxs as C4}from"react/jsx-runtime";var e2=({...t})=>xe("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:xe("g",{id:"dots-grid",children:C4("g",{id:"Icon",children:[xe("path",{d:"M6 3C6.27614 3 6.5 2.77614 6.5 2.5C6.5 2.22386 6.27614 2 6 2C5.72386 2 5.5 2.22386 5.5 2.5C5.5 2.77614 5.72386 3 6 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M6 6.5C6.27614 6.5 6.5 6.27614 6.5 6C6.5 5.72386 6.27614 5.5 6 5.5C5.72386 5.5 5.5 5.72386 5.5 6C5.5 6.27614 5.72386 6.5 6 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M6 10C6.27614 10 6.5 9.77614 6.5 9.5C6.5 9.22386 6.27614 9 6 9C5.72386 9 5.5 9.22386 5.5 9.5C5.5 9.77614 5.72386 10 6 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 3C9.77614 3 10 2.77614 10 2.5C10 2.22386 9.77614 2 9.5 2C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 6.5C9.77614 6.5 10 6.27614 10 6C10 5.72386 9.77614 5.5 9.5 5.5C9.22386 5.5 9 5.72386 9 6C9 6.27614 9.22386 6.5 9.5 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M9.5 10C9.77614 10 10 9.77614 10 9.5C10 9.22386 9.77614 9 9.5 9C9.22386 9 9 9.22386 9 9.5C9 9.77614 9.22386 10 9.5 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 3C2.77614 3 3 2.77614 3 2.5C3 2.22386 2.77614 2 2.5 2C2.22386 2 2 2.22386 2 2.5C2 2.77614 2.22386 3 2.5 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 6.5C2.77614 6.5 3 6.27614 3 6C3 5.72386 2.77614 5.5 2.5 5.5C2.22386 5.5 2 5.72386 2 6C2 6.27614 2.22386 6.5 2.5 6.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),xe("path",{d:"M2.5 10C2.77614 10 3 9.77614 3 9.5C3 9.22386 2.77614 9 2.5 9C2.22386 9 2 9.22386 2 9.5C2 9.77614 2.22386 10 2.5 10Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as t2,jsxs as m4}from"react/jsx-runtime";var n2=({...t})=>m4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:[t2("path",{d:"M10.0007 10.8327C10.4609 10.8327 10.834 10.4596 10.834 9.99935C10.834 9.53911 10.4609 9.16602 10.0007 9.16602C9.54041 9.16602 9.16732 9.53911 9.16732 9.99935C9.16732 10.4596 9.54041 10.8327 10.0007 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),t2("path",{d:"M15.834 10.8327C16.2942 10.8327 16.6673 10.4596 16.6673 9.99935C16.6673 9.53911 16.2942 9.16602 15.834 9.16602C15.3737 9.16602 15.0007 9.53911 15.0007 9.99935C15.0007 10.4596 15.3737 10.8327 15.834 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),t2("path",{d:"M4.16732 10.8327C4.62755 10.8327 5.00065 10.4596 5.00065 9.99935C5.00065 9.53911 4.62755 9.16602 4.16732 9.16602C3.70708 9.16602 3.33398 9.53911 3.33398 9.99935C3.33398 10.4596 3.70708 10.8327 4.16732 10.8327Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as ut,jsxs as g4}from"react/jsx-runtime";var F1=({...t})=>ut("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ut("g",{id:"dots-vertical",children:g4("g",{id:"Icon",children:[ut("path",{d:"M9.99996 10.8335C10.4602 10.8335 10.8333 10.4604 10.8333 10.0002C10.8333 9.53993 10.4602 9.16683 9.99996 9.16683C9.53972 9.16683 9.16663 9.53993 9.16663 10.0002C9.16663 10.4604 9.53972 10.8335 9.99996 10.8335Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),ut("path",{d:"M9.99996 5.00016C10.4602 5.00016 10.8333 4.62707 10.8333 4.16683C10.8333 3.70659 10.4602 3.3335 9.99996 3.3335C9.53972 3.3335 9.16663 3.70659 9.16663 4.16683C9.16663 4.62707 9.53972 5.00016 9.99996 5.00016Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),ut("path",{d:"M9.99996 16.6668C10.4602 16.6668 10.8333 16.2937 10.8333 15.8335C10.8333 15.3733 10.4602 15.0002 9.99996 15.0002C9.53972 15.0002 9.16663 15.3733 9.16663 15.8335C9.16663 16.2937 9.53972 16.6668 9.99996 16.6668Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as o2}from"react/jsx-runtime";var r2=({...t})=>o2("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:o2("g",{id:"edit-01",children:o2("path",{id:"Icon",d:"M2.39662 15.0963C2.43491 14.7517 2.45405 14.5794 2.50618 14.4184C2.55243 14.2755 2.61778 14.1396 2.70045 14.0142C2.79363 13.8729 2.91621 13.7503 3.16136 13.5052L14.1666 2.49992C15.0871 1.57945 16.5795 1.57945 17.4999 2.49993C18.4204 3.4204 18.4204 4.91279 17.4999 5.83326L6.49469 16.8385C6.24954 17.0836 6.12696 17.2062 5.98566 17.2994C5.86029 17.3821 5.72433 17.4474 5.58146 17.4937C5.42042 17.5458 5.24813 17.5649 4.90356 17.6032L2.08325 17.9166L2.39662 15.0963Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as l2}from"react/jsx-runtime";var i2=({...t})=>l2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:l2("g",{id:"edit-05",clipPath:"url(#clip0_5291_9035)",children:l2("path",{id:"Icon",d:"M9.16699 3.33417H5.66699C4.26686 3.33417 3.5668 3.33417 3.03202 3.60666C2.56161 3.84634 2.17916 4.22879 1.93948 4.6992C1.66699 5.23398 1.66699 5.93404 1.66699 7.33417V14.3342C1.66699 15.7343 1.66699 16.4344 1.93948 16.9691C2.17916 17.4396 2.56161 17.822 3.03202 18.0617C3.5668 18.3342 4.26686 18.3342 5.66699 18.3342H12.667C14.0671 18.3342 14.7672 18.3342 15.302 18.0617C15.7724 17.822 16.1548 17.4396 16.3945 16.9691C16.667 16.4344 16.667 15.7343 16.667 14.3342V10.8342M6.66697 13.3342H8.06242C8.47007 13.3342 8.6739 13.3342 8.86571 13.2881C9.03577 13.2473 9.19835 13.18 9.34747 13.0886C9.51566 12.9855 9.65979 12.8414 9.94804 12.5531L17.917 4.58417C18.6073 3.89382 18.6073 2.77453 17.917 2.08417C17.2266 1.39382 16.1073 1.39382 15.417 2.08417L7.44802 10.0531C7.15977 10.3414 7.01564 10.4855 6.91257 10.6537C6.82119 10.8028 6.75385 10.9654 6.71302 11.1355C6.66697 11.3273 6.66697 11.5311 6.66697 11.9387V13.3342Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ei}from"react/jsx-runtime";var s2=({...t})=>ei("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ei("path",{d:"M12.3333 8.94661V10.8133C12.3333 11.56 12.3333 11.9334 12.188 12.2186C12.0602 12.4695 11.8562 12.6735 11.6053 12.8013C11.3201 12.9466 10.9467 12.9466 10.2 12.9466H8.33333M5.66667 2.27995H3.8C3.05326 2.27995 2.6799 2.27995 2.39468 2.42527C2.1438 2.5531 1.93982 2.75708 1.81199 3.00796C1.66667 3.29318 1.66667 3.66654 1.66667 4.41328V6.27995M9 5.61328L13 1.61328M13 1.61328H9M13 1.61328V5.61328M5 9.61328L1 13.6133M1 13.6133H5M1 13.6133L1 9.61328",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ti,jsxs as f4}from"react/jsx-runtime";var c2=({...t})=>f4("svg",{width:"20",height:"14",viewBox:"0 0 20 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[ti("path",{d:"M2.01677 7.59464C1.90328 7.41494 1.84654 7.32509 1.81477 7.18651C1.79091 7.08241 1.79091 6.91824 1.81477 6.81415C1.84654 6.67556 1.90328 6.58571 2.01677 6.40601C2.95461 4.92103 5.74617 1.16699 10.0003 1.16699C14.2545 1.16699 17.0461 4.92103 17.9839 6.40601C18.0974 6.58571 18.1541 6.67556 18.1859 6.81415C18.2098 6.91824 18.2098 7.08241 18.1859 7.18651C18.1541 7.32509 18.0974 7.41494 17.9839 7.59464C17.0461 9.07962 14.2545 12.8337 10.0003 12.8337C5.74617 12.8337 2.95461 9.07963 2.01677 7.59464Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),ti("path",{d:"M10.0003 9.50033C11.381 9.50033 12.5003 8.38104 12.5003 7.00033C12.5003 5.61961 11.381 4.50033 10.0003 4.50033C8.61962 4.50033 7.50034 5.61961 7.50034 7.00033C7.50034 8.38104 8.61962 9.50033 10.0003 9.50033Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as a2}from"react/jsx-runtime";var p2=({...t})=>a2("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:a2("g",{id:"eye-off",children:a2("path",{id:"Icon",d:"M7.16196 3.39488C7.4329 3.35482 7.7124 3.33333 8.00028 3.33333C11.4036 3.33333 13.6369 6.33656 14.3871 7.52455C14.4779 7.66833 14.5233 7.74023 14.5488 7.85112C14.5678 7.93439 14.5678 8.06578 14.5487 8.14905C14.5233 8.25993 14.4776 8.3323 14.3861 8.47705C14.1862 8.79343 13.8814 9.23807 13.4777 9.7203M4.48288 4.47669C3.0415 5.45447 2.06297 6.81292 1.61407 7.52352C1.52286 7.66791 1.47725 7.74011 1.45183 7.85099C1.43273 7.93426 1.43272 8.06563 1.45181 8.14891C1.47722 8.25979 1.52262 8.33168 1.61342 8.47545C2.36369 9.66344 4.59694 12.6667 8.00028 12.6667C9.37255 12.6667 10.5546 12.1784 11.5259 11.5177M2.00028 2L14.0003 14M6.58606 6.58579C6.22413 6.94772 6.00028 7.44772 6.00028 8C6.00028 9.10457 6.89571 10 8.00028 10C8.55256 10 9.05256 9.77614 9.41449 9.41421",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as d2}from"react/jsx-runtime";var u2=({...t})=>d2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:d2("g",{clipPath:"url(#clip0_6771_22861)",children:d2("path",{d:"M5.37147 2.54616C5.57468 2.51612 5.7843 2.5 6.00021 2.5C8.55271 2.5 10.2276 4.75242 10.7903 5.64341C10.8585 5.75125 10.8925 5.80517 10.9116 5.88834C10.9259 5.9508 10.9259 6.04933 10.9115 6.11179C10.8925 6.19495 10.8582 6.24923 10.7896 6.35778C10.6397 6.59507 10.4111 6.92855 10.1082 7.29023M3.36216 3.35752C2.28112 4.09085 1.54723 5.10969 1.21055 5.64264C1.14214 5.75094 1.10794 5.80508 1.08887 5.88824C1.07455 5.9507 1.07454 6.04922 1.08886 6.11168C1.10791 6.19484 1.14197 6.24876 1.21007 6.35659C1.77277 7.24758 3.44771 9.5 6.00021 9.5C7.02941 9.5 7.91594 9.1338 8.64441 8.6383M1.50021 1.5L10.5002 10.5M4.93955 4.93934C4.6681 5.21079 4.50021 5.58579 4.50021 6C4.50021 6.82843 5.17178 7.5 6.00021 7.5C6.41442 7.5 6.78942 7.33211 7.06087 7.06066",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as C2}from"react/jsx-runtime";var m2=({...t})=>C2("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:C2("g",{clipPath:"url(#clip0_9364_16300)",children:C2("path",{d:"M6.66602 11.666C6.66602 11.666 7.91602 13.3327 9.99935 13.3327C12.0827 13.3327 13.3327 11.666 13.3327 11.666M12.4993 7.49935H12.5077M7.49935 7.49935H7.50768M18.3327 9.99935C18.3327 14.6017 14.6017 18.3327 9.99935 18.3327C5.39698 18.3327 1.66602 14.6017 1.66602 9.99935C1.66602 5.39698 5.39698 1.66602 9.99935 1.66602C14.6017 1.66602 18.3327 5.39698 18.3327 9.99935ZM12.916 7.49935C12.916 7.72947 12.7295 7.91602 12.4993 7.91602C12.2692 7.91602 12.0827 7.72947 12.0827 7.49935C12.0827 7.26923 12.2692 7.08268 12.4993 7.08268C12.7295 7.08268 12.916 7.26923 12.916 7.49935ZM7.91602 7.49935C7.91602 7.72947 7.72947 7.91602 7.49935 7.91602C7.26923 7.91602 7.08268 7.72947 7.08268 7.49935C7.08268 7.26923 7.26923 7.08268 7.49935 7.08268C7.72947 7.08268 7.91602 7.26923 7.91602 7.49935Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ni}from"react/jsx-runtime";var g2=({...t})=>ni("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:ni("path",{d:"M2.82125 4.72239C2.19097 4.01796 1.87583 3.66574 1.86394 3.3664C1.85361 3.10636 1.96536 2.85643 2.16603 2.69074C2.39704 2.5 2.86966 2.5 3.81491 2.5H16.184C17.1293 2.5 17.6019 2.5 17.8329 2.69074C18.0336 2.85643 18.1453 3.10636 18.135 3.3664C18.1231 3.66574 17.808 4.01796 17.1777 4.72239L12.4225 10.037C12.2968 10.1774 12.234 10.2477 12.1892 10.3276C12.1495 10.3984 12.1203 10.4747 12.1027 10.554C12.0828 10.6435 12.0828 10.7377 12.0828 10.9261V15.382C12.0828 15.5449 12.0828 15.6264 12.0565 15.6969C12.0333 15.7591 11.9955 15.8149 11.9463 15.8596C11.8907 15.9102 11.815 15.9404 11.6637 16.001L8.83039 17.1343C8.5241 17.2568 8.37096 17.3181 8.24802 17.2925C8.14052 17.2702 8.04617 17.2063 7.98551 17.1148C7.91613 17.0101 7.91613 16.8452 7.91613 16.5153V10.9261C7.91613 10.7377 7.91613 10.6435 7.89623 10.554C7.87858 10.4747 7.84943 10.3984 7.8097 10.3276C7.76491 10.2477 7.70209 10.1774 7.57645 10.037L2.82125 4.72239Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as oi}from"react/jsx-runtime";var Ct=({...t})=>oi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:oi("path",{d:"M5 10H15M2.5 5H17.5M7.5 15H12.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ri}from"react/jsx-runtime";var f2=({...t})=>ri("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:ri("path",{d:"M2 6.5H9.79352C10.0248 6.5 10.1404 6.5 10.2064 6.45151C10.264 6.40923 10.3007 6.34433 10.3074 6.2732C10.315 6.19163 10.2555 6.09248 10.1365 5.8942L9.12348 4.2058C9.07858 4.13097 9.05614 4.09356 9.04737 4.05362C9.03961 4.01829 9.03961 3.98171 9.04737 3.94638C9.05614 3.90644 9.07858 3.86903 9.12348 3.7942L10.1365 2.1058C10.2555 1.90751 10.315 1.80837 10.3074 1.7268C10.3007 1.65567 10.264 1.59077 10.2064 1.54849C10.1404 1.5 10.0248 1.5 9.79352 1.5H2L2 10.5",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as h2}from"react/jsx-runtime";var v2=({...t})=>h2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:h2("g",{id:"flag-02",children:h2("path",{id:"Icon",d:"M4 15C4 15 5 14 8 14C11 14 13 16 16 16C19 16 20 15 20 15V4C20 4 19 5 16 5C13 5 11 3 8 3C5 3 4 4 4 4M4 22L4 2",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as li}from"react/jsx-runtime";var w2=({...t})=>li("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"currentColor",...t,children:li("path",{d:"M2.52148 3H21.6595C21.747 3.00003 21.8331 3.02305 21.9089 3.06676C21.9848 3.11047 22.0479 3.17334 22.0918 3.24907C22.1357 3.32481 22.159 3.41075 22.1593 3.49831C22.1596 3.58587 22.1369 3.67197 22.0935 3.748L18.5215 10L22.0945 16.252C22.138 16.3281 22.1607 16.4143 22.1603 16.5019C22.16 16.5896 22.1366 16.6756 22.0925 16.7514C22.0485 16.8271 21.9853 16.89 21.9093 16.9336C21.8333 16.9773 21.7471 17.0001 21.6595 17H4.52148V22H2.52148V3Z"})});import{jsx as ii}from"react/jsx-runtime";var y2=({...t})=>ii("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ii("path",{d:"M10.6684 11.3328L10.8084 11.4728C11.0545 11.7188 11.1772 11.8415 11.3258 11.8328C11.4745 11.8248 11.5832 11.6895 11.8006 11.4174L12.6687 10.3326M10.7824 5.27202V6.33215M10.7824 5.27202C10.7824 4.7693 11.2052 4.36191 11.7259 4.36191C12.246 4.36191 12.6687 4.7693 12.6687 5.27136V6.33215M10.7824 5.27202V3.45247C10.7824 2.95041 10.3604 2.54302 9.83966 2.54302C9.31893 2.54302 8.89621 2.94974 8.89621 3.45247M8.89621 3.45247V6.33215M8.89621 3.45247V2.24099C8.89621 1.73826 8.47482 1.33154 7.95343 1.33154C7.43203 1.33154 7.01064 1.73826 7.01064 2.24099V4.05854M7.01064 4.05854C7.01064 3.55648 6.58793 3.1491 6.0672 3.1491C5.54713 3.1491 5.12441 3.55581 5.12441 4.05854V8.42374C5.12441 8.70111 4.76904 8.83246 4.57568 8.6271L3.04883 7.0009C2.91903 6.85047 2.74505 6.74485 2.55169 6.69912C2.35833 6.65338 2.15547 6.66986 1.97203 6.7462C1.29995 7.02424 1.14193 8.00502 1.57865 8.57043C2.32674 9.53854 3.09217 10.8594 3.71091 12.0242C4.55101 13.6064 6.20788 14.6665 8.04944 14.6665M7.01064 4.05854V6.33215M8.66818 10.302V10.5593C8.66818 11.3608 8.66818 11.7615 8.76686 12.1282C8.89015 12.583 9.12217 13.0011 9.44294 13.3463C9.70297 13.6277 10.047 13.8464 10.7344 14.2845C11.0418 14.4805 11.1958 14.5785 11.3598 14.6245C11.5619 14.6805 11.7759 14.6805 11.9779 14.6245C12.1413 14.5785 12.2953 14.4805 12.6027 14.2845C13.2901 13.8464 13.6341 13.6277 13.8942 13.3463C14.2149 13.0011 14.4469 12.583 14.5702 12.1282C14.6689 11.7615 14.6689 11.3614 14.6689 10.5593V10.302C14.6689 9.80324 14.6689 9.55388 14.5742 9.34319C14.5148 9.21313 14.4313 9.0955 14.3282 8.99648C14.1595 8.83646 13.9202 8.74845 13.4414 8.57309L12.4586 8.21305C12.0679 8.07036 11.8726 7.99902 11.6685 7.99902C11.4645 7.99902 11.2692 8.07036 10.8785 8.21372L9.89566 8.57376C9.41694 8.74845 9.17758 8.83579 9.00889 8.99648C8.90551 9.09544 8.8218 9.21308 8.76219 9.34319C8.66818 9.55388 8.66818 9.80324 8.66818 10.302Z",strokeWidth:"1.1",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as si}from"react/jsx-runtime";var x2=({...t})=>si("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:si("path",{d:"M7.91682 2.5L5.41682 17.5M14.5835 2.5L12.0835 17.5M17.0835 6.66667H2.91683M16.2502 13.3333H2.0835",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as b2}from"react/jsx-runtime";var k2=({...t})=>b2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:b2("g",{id:"headset_mic",children:b2("path",{id:"headset_mic_2",d:"M11.9996 22.675V20.8H18.8996V19.775H15.0496V12.075H18.8996V11.025C18.8996 9.11933 18.2258 7.49292 16.8781 6.14575C15.5304 4.79858 13.9034 4.125 11.9969 4.125C10.0904 4.125 8.46419 4.79858 7.11836 6.14575C5.77253 7.49292 5.09961 9.11933 5.09961 11.025V12.075H8.94961V19.775H5.09961C4.58394 19.775 4.14253 19.5914 3.77536 19.2243C3.40819 18.8571 3.22461 18.4157 3.22461 17.9V11.0285C3.22461 9.81783 3.45628 8.681 3.91961 7.618C4.38294 6.555 5.01303 5.62583 5.80986 4.8305C6.60653 4.03533 7.53728 3.40642 8.60211 2.94375C9.66711 2.48125 10.8008 2.25 12.0031 2.25C13.2053 2.25 14.3384 2.48133 15.4026 2.944C16.4668 3.40683 17.3969 4.036 18.1929 4.8315C18.989 5.62717 19.6184 6.55625 20.0809 7.61875C20.5434 8.68125 20.7746 9.8155 20.7746 11.0215V20.8C20.7746 21.3157 20.591 21.7571 20.2239 22.1243C19.8567 22.4914 19.4153 22.675 18.8996 22.675H11.9996ZM5.09961 17.9H7.07461V13.95H5.09961V17.9ZM16.9246 17.9H18.8996V13.95H16.9246V17.9Z"})})});import{jsx as ci}from"react/jsx-runtime";var L2=({...t})=>ci("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ci("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99462 3.27985C8.32849 1.332 5.55011 0.808035 3.46257 2.59168C1.37503 4.37532 1.08113 7.35748 2.72049 9.467C4.08351 11.2209 8.20847 14.9201 9.56041 16.1174C9.71166 16.2513 9.78729 16.3183 9.8755 16.3446C9.9525 16.3676 10.0367 16.3676 10.1137 16.3446C10.2019 16.3183 10.2776 16.2513 10.4288 16.1174C11.7808 14.9201 15.9057 11.2209 17.2687 9.467C18.9081 7.35748 18.6501 4.35656 16.5267 2.59168C14.4032 0.826798 11.6607 1.332 9.99462 3.27985Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ai}from"react/jsx-runtime";var mt=({...t})=>ai("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ai("path",{d:"M8 16.9997H16M11.0177 2.76375L4.23539 8.03888C3.78202 8.3915 3.55534 8.56781 3.39203 8.78861C3.24737 8.9842 3.1396 9.20454 3.07403 9.43881C3 9.70327 3 9.99045 3 10.5648V17.7997C3 18.9198 3 19.4799 3.21799 19.9077C3.40973 20.284 3.71569 20.59 4.09202 20.7818C4.51984 20.9997 5.07989 20.9997 6.2 20.9997H17.8C18.9201 20.9997 19.4802 20.9997 19.908 20.7818C20.2843 20.59 20.5903 20.284 20.782 19.9077C21 19.4799 21 18.9198 21 17.7997V10.5648C21 9.99045 21 9.70327 20.926 9.43881C20.8604 9.20454 20.7526 8.9842 20.608 8.78861C20.4447 8.56781 20.218 8.3915 19.7646 8.03888L12.9823 2.76376C12.631 2.4905 12.4553 2.35388 12.2613 2.30136C12.0902 2.25502 11.9098 2.25502 11.7387 2.30136C11.5447 2.35388 11.369 2.4905 11.0177 2.76375Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as pi}from"react/jsx-runtime";var P2=({...t})=>pi("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:pi("path",{d:"M9.8 13H3.62091C3.21704 13 3.0151 13 2.92159 12.9201C2.84045 12.8508 2.79739 12.7469 2.80577 12.6405C2.81541 12.5179 2.95821 12.3751 3.24379 12.0895L8.91242 6.42091C9.17643 6.15691 9.30844 6.0249 9.46066 5.97544C9.59455 5.93193 9.73878 5.93193 9.87268 5.97544C10.0249 6.0249 10.1569 6.1569 10.4209 6.42091L13 9V9.8M9.8 13C10.9201 13 11.4802 13 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C13 11.4802 13 10.9201 13 9.8M9.8 13H4.2C3.0799 13 2.51984 13 2.09202 12.782C1.71569 12.5903 1.40973 12.2843 1.21799 11.908C1 11.4802 1 10.9201 1 9.8V4.2C1 3.0799 1 2.51984 1.21799 2.09202C1.40973 1.71569 1.71569 1.40973 2.09202 1.21799C2.51984 1 3.0799 1 4.2 1H9.8C10.9201 1 11.4802 1 11.908 1.21799C12.2843 1.40973 12.5903 1.71569 12.782 2.09202C13 2.51984 13 3.0799 13 4.2V9.8M6 4.66667C6 5.40305 5.40305 6 4.66667 6C3.93029 6 3.33333 5.40305 3.33333 4.66667C3.33333 3.93029 3.93029 3.33333 4.66667 3.33333C5.40305 3.33333 6 3.93029 6 4.66667Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as di}from"react/jsx-runtime";var S2=({...t})=>di("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:di("path",{d:"M12.6664 13H13.34C13.9875 13 14.3112 13 14.4896 12.865C14.6451 12.7474 14.7413 12.5677 14.7529 12.3731C14.7662 12.1497 14.5867 11.8804 14.2275 11.3417L12.2206 8.33128C11.9239 7.88616 11.7755 7.66359 11.5885 7.58604C11.425 7.51823 11.2412 7.51823 11.0777 7.58604C10.8907 7.66359 10.7423 7.88616 10.4456 8.33128L9.94945 9.07547M12.6664 13L7.54344 5.60012C7.24881 5.17455 7.1015 4.96176 6.91749 4.88696C6.75651 4.82152 6.57635 4.82152 6.41538 4.88696C6.23137 4.96176 6.08406 5.17455 5.78943 5.60012L1.82523 11.3262C1.44988 11.8684 1.26221 12.1394 1.27289 12.3649C1.2822 12.5612 1.37768 12.7435 1.53382 12.8629C1.7131 13 2.04281 13 2.70224 13H12.6664ZM13.9998 3C13.9998 4.10457 13.1043 5 11.9998 5C10.8952 5 9.99977 4.10457 9.99977 3C9.99977 1.89543 10.8952 1 11.9998 1C13.1043 1 13.9998 1.89543 13.9998 3Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ui,jsxs as h4}from"react/jsx-runtime";var I2=({...t})=>h4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[ui("path",{d:"M15.875 12.75C16.2458 12.75 16.6084 12.64 16.9167 12.434C17.225 12.228 17.4654 11.9351 17.6073 11.5925C17.7492 11.2499 17.7863 10.8729 17.714 10.5092C17.6416 10.1455 17.463 9.8114 17.2008 9.54917C16.9386 9.28695 16.6045 9.10837 16.2408 9.03603C15.8771 8.96368 15.5001 9.00081 15.1575 9.14273C14.8149 9.28464 14.522 9.52496 14.316 9.83331C14.11 10.1416 14 10.5042 14 10.875C14 11.3723 14.1975 11.8492 14.5492 12.2008C14.9008 12.5525 15.3777 12.75 15.875 12.75ZM15.875 10.25C15.9986 10.25 16.1195 10.2867 16.2222 10.3553C16.325 10.424 16.4051 10.5216 16.4524 10.6358C16.4997 10.75 16.5121 10.8757 16.488 10.9969C16.4639 11.1182 16.4044 11.2295 16.3169 11.3169C16.2295 11.4043 16.1182 11.4639 15.9969 11.488C15.8757 11.5121 15.75 11.4997 15.6358 11.4524C15.5216 11.4051 15.424 11.325 15.3553 11.2222C15.2867 11.1195 15.25 10.9986 15.25 10.875C15.25 10.7092 15.3158 10.5503 15.4331 10.4331C15.5503 10.3158 15.7092 10.25 15.875 10.25Z"}),ui("path",{d:"M20.25 6.5H7.75C7.41848 6.5 7.10054 6.6317 6.86612 6.86612C6.6317 7.10054 6.5 7.41848 6.5 7.75V20.25C6.5 20.5815 6.6317 20.8995 6.86612 21.1339C7.10054 21.3683 7.41848 21.5 7.75 21.5H20.25C20.5815 21.5 20.8995 21.3683 21.1339 21.1339C21.3683 20.8995 21.5 20.5815 21.5 20.25V7.75C21.5 7.41848 21.3683 7.10054 21.1339 6.86612C20.8995 6.6317 20.5815 6.5 20.25 6.5ZM20.25 20.25H7.75V16.5L10.875 13.375L14.3688 16.8688C14.603 17.1016 14.9198 17.2322 15.25 17.2322C15.5802 17.2322 15.897 17.1016 16.1312 16.8688L17.125 15.875L20.25 19V20.25ZM20.25 17.2313L18.0062 14.9875C17.772 14.7547 17.4552 14.624 17.125 14.624C16.7948 14.624 16.478 14.7547 16.2438 14.9875L15.25 15.9813L11.7562 12.4875C11.522 12.2547 11.2052 12.124 10.875 12.124C10.5448 12.124 10.228 12.2547 9.99375 12.4875L7.75 14.7313V7.75H20.25V17.2313Z"})]});import{jsx as M2}from"react/jsx-runtime";var H2=({...t})=>M2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:M2("g",{id:"line-chart-up-04",children:M2("path",{id:"Icon",d:"M21 9L14.5515 13.6061C14.3555 13.746 14.2576 13.816 14.1527 13.8371C14.0602 13.8557 13.9643 13.8478 13.8762 13.8142C13.7762 13.7762 13.691 13.691 13.5208 13.5208L10.4792 10.4792C10.309 10.309 10.2238 10.2238 10.1238 10.1858C10.0357 10.1522 9.9398 10.1443 9.84732 10.1629C9.74241 10.184 9.64445 10.254 9.44853 10.3939L3 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ci}from"react/jsx-runtime";var R2=({...t})=>Ci("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ci("path",{d:"M14 3L16 5L20 1M10.5 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V14.2C1 15.8802 1 16.7202 1.32698 17.362C1.6146 17.9265 2.07354 18.3854 2.63803 18.673C3.27976 19 4.11984 19 5.8 19H15C15.93 19 16.395 19 16.7765 18.8978C17.8117 18.6204 18.6204 17.8117 18.8978 16.7765C19 16.395 19 15.93 19 15M8.5 6.5C8.5 7.60457 7.60457 8.5 6.5 8.5C5.39543 8.5 4.5 7.60457 4.5 6.5C4.5 5.39543 5.39543 4.5 6.5 4.5C7.60457 4.5 8.5 5.39543 8.5 6.5ZM12.99 9.91815L4.53115 17.608C4.05536 18.0406 3.81747 18.2568 3.79643 18.4442C3.77819 18.6066 3.84045 18.7676 3.96319 18.8755C4.10478 19 4.42628 19 5.06929 19H14.456C15.8951 19 16.6147 19 17.1799 18.7582C17.8894 18.4547 18.4547 17.8894 18.7582 17.1799C19 16.6147 19 15.8951 19 14.456C19 13.9717 19 13.7296 18.9471 13.5042C18.8805 13.2208 18.753 12.9554 18.5733 12.7264C18.4303 12.5442 18.2412 12.3929 17.8631 12.0905L15.0658 9.85266C14.6874 9.54991 14.4982 9.39853 14.2898 9.34511C14.1061 9.29802 13.9129 9.30412 13.7325 9.36269C13.5279 9.42914 13.3486 9.59215 12.99 9.91815Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as mi}from"react/jsx-runtime";var N2=({...t})=>mi("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:mi("path",{d:"M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as B2}from"react/jsx-runtime";var D2=({...t})=>B2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:B2("g",{id:"info-hexagon",children:B2("path",{id:"Icon",d:"M12 15.9996V11.9996M12 7.9996H12.01M3 7.94104V16.0582C3 16.4008 3 16.5721 3.05048 16.7249C3.09515 16.8601 3.16816 16.9842 3.26463 17.0889C3.37369 17.2072 3.52345 17.2904 3.82297 17.4568L11.223 21.5679C11.5066 21.7255 11.6484 21.8042 11.7985 21.8351C11.9315 21.8625 12.0685 21.8625 12.2015 21.8351C12.3516 21.8042 12.4934 21.7255 12.777 21.5679L20.177 17.4568C20.4766 17.2904 20.6263 17.2072 20.7354 17.0889C20.8318 16.9842 20.9049 16.8601 20.9495 16.7249C21 16.5721 21 16.4008 21 16.0582V7.94104C21 7.5984 21 7.42708 20.9495 7.27428C20.9049 7.1391 20.8318 7.01502 20.7354 6.91033C20.6263 6.79199 20.4766 6.70879 20.177 6.54239L12.777 2.43128C12.4934 2.27372 12.3516 2.19494 12.2015 2.16406C12.0685 2.13672 11.9315 2.13672 11.7985 2.16406C11.6484 2.19494 11.5066 2.27372 11.223 2.43128L3.82297 6.54239C3.52345 6.70879 3.37369 6.79199 3.26463 6.91033C3.16816 7.01502 3.09515 7.1391 3.05048 7.27428C3 7.42708 3 7.5984 3 7.94104Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as gi}from"react/jsx-runtime";var V2=({...t})=>gi("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:gi("path",{d:"M19.625 9.625V8.375H11.5V9.625H14.7125L11.9813 18.375H8.375V19.625H16.5V18.375H13.2875L16.0187 9.625H19.625Z"})});import{jsx as fi}from"react/jsx-runtime";var T2=({...t})=>fi("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:fi("path",{d:"M1.33301 7.99988L7.76116 11.214C7.84862 11.2577 7.89234 11.2795 7.93821 11.2882C7.97883 11.2958 8.02052 11.2958 8.06114 11.2882C8.10701 11.2795 8.15073 11.2577 8.23819 11.214L14.6663 7.99988M1.33301 11.3332L7.76116 14.5473C7.84862 14.591 7.89234 14.6129 7.93821 14.6215C7.97883 14.6291 8.02052 14.6291 8.06114 14.6215C8.10701 14.6129 8.15073 14.591 8.23819 14.5473L14.6663 11.3332M1.33301 4.66655L7.76116 1.45247C7.84862 1.40874 7.89234 1.38688 7.93821 1.37827C7.97883 1.37065 8.02052 1.37065 8.06114 1.37827C8.10701 1.38688 8.15073 1.40874 8.23819 1.45247L14.6663 4.66655L8.23819 7.88062C8.15073 7.92435 8.10701 7.94621 8.06114 7.95482C8.02052 7.96244 7.97883 7.96244 7.93821 7.95482C7.89234 7.94621 7.84862 7.92435 7.76116 7.88062L1.33301 4.66655Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as hi}from"react/jsx-runtime";var E2=({...t})=>hi("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:hi("path",{d:"M8.23819 1.78597C8.15073 1.74224 8.10701 1.72038 8.06114 1.71177C8.02052 1.70415 7.97883 1.70415 7.93821 1.71177C7.89234 1.72038 7.84862 1.74224 7.76116 1.78597L1.33301 5.00004L7.76116 8.21412C7.84862 8.25785 7.89234 8.27971 7.93821 8.28832C7.97883 8.29594 8.02052 8.29594 8.06114 8.28832C8.10701 8.27971 8.15073 8.25785 8.23819 8.21412L14.6663 5.00004L8.23819 1.78597Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vi}from"react/jsx-runtime";var F2=({...t})=>vi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:vi("path",{d:"M15.5 9H10.5M15.5 13H10.5M15.5 5H10.5M7 1L7 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as wi}from"react/jsx-runtime";var A2=({...t})=>wi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:wi("path",{d:"M1 7H19M7 7L7 19M5.8 1H14.2C15.8802 1 16.7202 1 17.362 1.32698C17.9265 1.6146 18.3854 2.07354 18.673 2.63803C19 3.27976 19 4.11984 19 5.8V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V5.8C1 4.11984 1 3.27976 1.32698 2.63803C1.6146 2.07354 2.07354 1.6146 2.63803 1.32698C3.27976 1 4.11984 1 5.8 1Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as yi}from"react/jsx-runtime";var W2=({...t})=>yi("svg",{width:"46",height:"46",viewBox:"0 0 46 46",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:yi("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M40.5 20.5801C41.7614 20.5797 42.9764 21.0561 43.9014 21.9138C44.8263 22.7715 45.3929 23.9472 45.4875 25.2051L45.5 25.5801V40.5801C45.5004 41.8415 45.024 43.0565 44.1663 43.9814C43.3085 44.9064 42.1329 45.473 40.875 45.5676L40.5 45.5801H30.5C29.2386 45.5805 28.0236 45.1041 27.0986 44.2463C26.1737 43.3886 25.6071 42.213 25.5125 40.9551L25.5 40.5801V25.5801C25.4996 24.3186 25.976 23.1037 26.8337 22.1787C27.6915 21.2538 28.8671 20.6872 30.125 20.5926L30.5 20.5801H40.5ZM15.5 30.5801C16.8261 30.5801 18.0979 31.1069 19.0355 32.0445C19.9732 32.9822 20.5 34.254 20.5 35.5801V40.5801C20.5 41.9062 19.9732 43.1779 19.0355 44.1156C18.0979 45.0533 16.8261 45.5801 15.5 45.5801H5.5C4.17392 45.5801 2.90215 45.0533 1.96447 44.1156C1.02678 43.1779 0.5 41.9062 0.5 40.5801V35.5801C0.5 34.254 1.02678 32.9822 1.96447 32.0445C2.90215 31.1069 4.17392 30.5801 5.5 30.5801H15.5ZM15.5 0.580078C16.8261 0.580078 18.0979 1.10686 19.0355 2.04454C19.9732 2.98223 20.5 4.254 20.5 5.58008V20.5801C20.5 21.9062 19.9732 23.1779 19.0355 24.1156C18.0979 25.0533 16.8261 25.5801 15.5 25.5801H5.5C4.17392 25.5801 2.90215 25.0533 1.96447 24.1156C1.02678 23.1779 0.5 21.9062 0.5 20.5801V5.58008C0.5 4.254 1.02678 2.98223 1.96447 2.04454C2.90215 1.10686 4.17392 0.580078 5.5 0.580078H15.5ZM40.5 0.580078C41.8261 0.580078 43.0979 1.10686 44.0355 2.04454C44.9732 2.98223 45.5 4.254 45.5 5.58008V10.5801C45.5 11.9062 44.9732 13.1779 44.0355 14.1156C43.0979 15.0533 41.8261 15.5801 40.5 15.5801H30.5C29.1739 15.5801 27.9021 15.0533 26.9645 14.1156C26.0268 13.1779 25.5 11.9062 25.5 10.5801V5.58008C25.5 4.254 26.0268 2.98223 26.9645 2.04454C27.9021 1.10686 29.1739 0.580078 30.5 0.580078H40.5Z"})});import{jsx as xi}from"react/jsx-runtime";var Z2=({...t})=>xi("svg",{width:"44",height:"44",viewBox:"0 0 44 44",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:xi("path",{d:"M38.9167 0.330078H5.08333C3.80145 0.330078 2.57208 0.839303 1.66565 1.74573C0.759225 2.65215 0.25 3.88153 0.25 5.16341V38.9967C0.25 40.2786 0.759225 41.508 1.66565 42.4144C2.57208 43.3209 3.80145 43.8301 5.08333 43.8301H38.9167C40.1985 43.8301 41.4279 43.3209 42.3344 42.4144C43.2408 41.508 43.75 40.2786 43.75 38.9967V5.16341C43.75 3.88153 43.2408 2.65215 42.3344 1.74573C41.4279 0.839303 40.1985 0.330078 38.9167 0.330078ZM7.5 7.58008H19.5833V19.6634H7.5V7.58008ZM18.375 38.9967C16.7727 38.9967 15.2359 38.3602 14.1029 37.2272C12.9699 36.0942 12.3333 34.5574 12.3333 32.9551C12.3333 31.3527 12.9699 29.816 14.1029 28.683C15.2359 27.5499 16.7727 26.9134 18.375 26.9134C19.9774 26.9134 21.5141 27.5499 22.6471 28.683C23.7801 29.816 24.4167 31.3527 24.4167 32.9551C24.4167 34.5574 23.7801 36.0942 22.6471 37.2272C21.5141 38.3602 19.9774 38.9967 18.375 38.9967ZM25.625 24.4967L32.875 12.4134L40.125 24.4967H25.625Z"})});import{jsx as bi}from"react/jsx-runtime";var _2=({...t})=>bi("svg",{width:"42",height:"40",viewBox:"0 0 42 40",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:bi("path",{d:"M0 0.830078H7.875V6.33008H0V0.830078ZM0 11.8301H21.875V17.3301H0V11.8301ZM0 22.8301H14.875V28.3301H0V22.8301ZM0 33.8301H28.875V39.3301H0V33.8301ZM10.5 0.830078H42V6.33008H10.5V0.830078ZM24.5 11.8301H42V17.3301H24.5V11.8301ZM17.5 22.8301H42V28.3301H17.5V22.8301ZM31.5 33.8301H42V39.3301H31.5V33.8301Z"})});import{jsx as ki}from"react/jsx-runtime";var O2=({...t})=>ki("svg",{width:"45",height:"41",viewBox:"0 0 45 41",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ki("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.7188 4.69546H18.2812C17.1624 4.69546 16.0893 5.18173 15.2981 6.04728C14.507 6.91283 14.0625 8.08677 14.0625 9.31085V12.3878H16.875C19.1128 12.3878 21.2589 13.3603 22.8412 15.0914C24.4236 16.8225 25.3125 19.1704 25.3125 21.6185V23.157H26.7188C27.8376 23.157 28.9107 22.6707 29.7019 21.8052C30.493 20.9396 30.9375 19.7657 30.9375 18.5416V9.31085C30.9375 8.08677 30.493 6.91283 29.7019 6.04728C28.9107 5.18173 27.8376 4.69546 26.7188 4.69546ZM25.3125 27.7724V30.8493C25.3125 32.5293 24.9019 34.1078 24.1847 35.4647H36.5625C37.6814 35.4647 38.7544 34.9784 39.5456 34.1129C40.3368 33.2473 40.7812 32.0734 40.7812 30.8493V21.6185C40.7812 20.3945 40.3368 19.2205 39.5456 18.355C38.7544 17.4894 37.6814 17.0032 36.5625 17.0032H35.1562V18.5416C35.1562 20.9898 34.2673 23.3377 32.685 25.0688C31.1026 26.7999 28.9565 27.7724 26.7188 27.7724H25.3125ZM35.1562 12.3878V9.31085C35.1562 6.8627 34.2673 4.51481 32.685 2.78371C31.1026 1.0526 28.9565 0.0800781 26.7188 0.0800781H18.2812C16.0435 0.0800781 13.8974 1.0526 12.315 2.78371C10.7327 4.51481 9.84375 6.8627 9.84375 9.31085V12.3878H8.4375C6.19974 12.3878 4.05362 13.3603 2.47129 15.0914C0.888948 16.8225 0 19.1704 0 21.6185L0 30.8493C0 33.2975 0.888948 35.6453 2.47129 37.3764C4.05362 39.1076 6.19974 40.0801 8.4375 40.0801H36.5625C38.8003 40.0801 40.9464 39.1076 42.5287 37.3764C44.1111 35.6453 45 33.2975 45 30.8493V21.6185C45 19.1704 44.1111 16.8225 42.5287 15.0914C40.9464 13.3603 38.8003 12.3878 36.5625 12.3878H35.1562ZM16.875 17.0032H8.4375C7.31862 17.0032 6.24556 17.4894 5.45439 18.355C4.66322 19.2205 4.21875 20.3945 4.21875 21.6185V30.8493C4.21875 32.0734 4.66322 33.2473 5.45439 34.1129C6.24556 34.9784 7.31862 35.4647 8.4375 35.4647H16.875C17.9939 35.4647 19.0669 34.9784 19.8581 34.1129C20.6493 33.2473 21.0938 32.0734 21.0938 30.8493V21.6185C21.0938 20.3945 20.6493 19.2205 19.8581 18.355C19.0669 17.4894 17.9939 17.0032 16.875 17.0032Z"})});import{jsx as Li}from"react/jsx-runtime";var z2=({...t})=>Li("svg",{width:"54",height:"54",viewBox:"0 0 54 54",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Li("path",{d:"M0.75 15.75V0.75H15.75V15.75H0.75ZM12 12V4.5H4.5V12H12ZM19.5 15.75V0.75H34.5V15.75H19.5ZM30.75 12V4.5H23.25V12H30.75ZM38.25 15.75V0.75H53.25V15.75H38.25ZM42 12H49.5V4.5H42V12ZM0.75 34.5V19.5H15.75V34.5H0.75ZM12 30.75V23.25H4.5V30.75H12ZM19.5 34.5V19.5H34.5V34.5H19.5ZM30.75 30.75V23.25H23.25V30.75H30.75ZM38.25 34.5V19.5H53.25V34.5H38.25ZM49.5 30.75V23.25H42V30.75H49.5ZM0.75 53.25V38.25H15.75V53.25H0.75ZM4.5 49.5H12V42H4.5V49.5ZM19.5 53.25V38.25H34.5V53.25H19.5ZM23.25 49.5H30.75V42H23.25V49.5ZM38.25 53.25V38.25H53.25V53.25H38.25ZM42 49.5H49.5V42H42V49.5Z"})});import{jsx as gt,jsxs as v4}from"react/jsx-runtime";var U2=({...t})=>v4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[gt("g",{clipPath:"url(#clip0_240_23004)",children:gt("path",{d:"M7.61363 7.61341L4.10752 4.1073M4.10752 15.8924L7.64006 12.3599M12.3843 12.3863L15.8904 15.8924M15.8904 4.1073L12.3574 7.64035M18.3334 9.99984C18.3334 14.6022 14.6025 18.3332 10.0001 18.3332C5.39771 18.3332 1.66675 14.6022 1.66675 9.99984C1.66675 5.39746 5.39771 1.6665 10.0001 1.6665C14.6025 1.6665 18.3334 5.39746 18.3334 9.99984ZM13.3334 9.99984C13.3334 11.8408 11.841 13.3332 10.0001 13.3332C8.15913 13.3332 6.66675 11.8408 6.66675 9.99984C6.66675 8.15889 8.15913 6.6665 10.0001 6.6665C11.841 6.6665 13.3334 8.15889 13.3334 9.99984Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})}),gt("defs",{children:gt("clipPath",{id:"clip0_240_23004",children:gt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as Pi}from"react/jsx-runtime";var G2=({...t})=>Pi("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Pi("path",{d:"M10 17.6586V20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20V17.6586M12 2V3M3 12H2M5.5 5.5L4.8999 4.8999M18.5 5.5L19.1002 4.8999M22 12H21M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Si}from"react/jsx-runtime";var $2=({...t})=>Si("svg",{width:"16",height:"19",viewBox:"0 0 16 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Si("path",{d:"M8.83333 1.16675L1.41121 10.0733C1.12054 10.4221 0.975199 10.5965 0.972978 10.7438C0.971048 10.8718 1.02811 10.9937 1.12771 11.0742C1.24229 11.1667 1.46931 11.1667 1.92336 11.1667H8L7.16666 17.8334L14.5888 8.92687C14.8795 8.57806 15.0248 8.40366 15.027 8.25636C15.0289 8.12832 14.9719 8.00649 14.8723 7.926C14.7577 7.83342 14.5307 7.83342 14.0766 7.83342H8L8.83333 1.16675Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as q2}from"react/jsx-runtime";var X2=({...t})=>q2("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:q2("g",{id:"zap",children:q2("path",{id:"Icon",d:"M10.8333 1.6665L3.41118 10.573C3.12051 10.9219 2.97517 11.0963 2.97295 11.2436C2.97102 11.3716 3.02808 11.4934 3.12768 11.5739C3.24226 11.6665 3.46928 11.6665 3.92333 11.6665H9.99997L9.16663 18.3332L16.5888 9.42663C16.8794 9.07782 17.0248 8.90341 17.027 8.75612C17.0289 8.62807 16.9719 8.50625 16.8723 8.42576C16.7577 8.33317 16.5307 8.33317 16.0766 8.33317H9.99997L10.8333 1.6665Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ii}from"react/jsx-runtime";var j2=({...t})=>Ii("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",...t,children:Ii("path",{d:"M6.00065 11.6667H2.33398M4.33398 8H1.33398M6.00065 4.33333H2.66732M11.334 2L6.93636 8.15667C6.74172 8.42917 6.6444 8.56542 6.64861 8.67902C6.65228 8.77792 6.6997 8.87008 6.77805 8.93055C6.86804 9 7.03548 9 7.37035 9H10.6673L10.0007 14L14.3983 7.84333C14.5929 7.57083 14.6902 7.43458 14.686 7.32098C14.6824 7.22208 14.6349 7.12992 14.5566 7.06945C14.4666 7 14.2992 7 13.9643 7H10.6673L11.334 2Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Mi}from"react/jsx-runtime";var K2=({...t})=>Mi("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Mi("path",{d:"M20 20V13M12 20V10M4 20L4 16M13.4067 5.0275L18.5751 6.96567M10.7988 5.40092L5.20023 9.59983M21.0607 6.43934C21.6464 7.02513 21.6464 7.97487 21.0607 8.56066C20.4749 9.14645 19.5251 9.14645 18.9393 8.56066C18.3536 7.97487 18.3536 7.02513 18.9393 6.43934C19.5251 5.85355 20.4749 5.85355 21.0607 6.43934ZM5.06066 9.43934C5.64645 10.0251 5.64645 10.9749 5.06066 11.5607C4.47487 12.1464 3.52513 12.1464 2.93934 11.5607C2.35355 10.9749 2.35355 10.0251 2.93934 9.43934C3.52513 8.85355 4.47487 8.85355 5.06066 9.43934ZM13.0607 3.43934C13.6464 4.02513 13.6464 4.97487 13.0607 5.56066C12.4749 6.14645 11.5251 6.14645 10.9393 5.56066C10.3536 4.97487 10.3536 4.02513 10.9393 3.43934C11.5251 2.85355 12.4749 2.85355 13.0607 3.43934Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Hi}from"react/jsx-runtime";var Y2=({...t})=>Hi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Hi("path",{d:"M9.16667 2.49984H6.5C5.09987 2.49984 4.3998 2.49984 3.86502 2.77232C3.39462 3.012 3.01217 3.39446 2.77248 3.86486C2.5 4.39964 2.5 5.09971 2.5 6.49984V13.4998C2.5 14.9 2.5 15.6 2.77248 16.1348C3.01217 16.6052 3.39462 16.9877 3.86502 17.2274C4.3998 17.4998 5.09987 17.4998 6.5 17.4998H13.5C14.9001 17.4998 15.6002 17.4998 16.135 17.2274C16.6054 16.9877 16.9878 16.6052 17.2275 16.1348C17.5 15.6 17.5 14.9 17.5 13.4998V10.8332M10 6.6665H13.3333V9.99984M12.9167 2.9165V1.6665M16.1995 3.80039L17.0833 2.9165M17.0919 7.08317H18.3419M2.5 11.1224C3.04328 11.2063 3.59989 11.2498 4.16667 11.2498C7.82197 11.2498 11.0544 9.4395 13.0164 6.6665",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Q2}from"react/jsx-runtime";var J2=({...t})=>Q2("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Q2("g",{id:"line-chart-up-02",children:Q2("path",{id:"Icon",d:"M21 21H4.6C4.03995 21 3.75992 21 3.54601 20.891C3.35785 20.7951 3.20487 20.6422 3.10899 20.454C3 20.2401 3 19.9601 3 19.4V3M21 7L15.5657 12.4343C15.3677 12.6323 15.2687 12.7313 15.1545 12.7684C15.0541 12.8011 14.9459 12.8011 14.8455 12.7684C14.7313 12.7313 14.6323 12.6323 14.4343 12.4343L12.5657 10.5657C12.3677 10.3677 12.2687 10.2687 12.1545 10.2316C12.0541 10.1989 11.9459 10.1989 11.8455 10.2316C11.7313 10.2687 11.6323 10.3677 11.4343 10.5657L7 15M21 7H17M21 7V11",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ft,jsxs as w4}from"react/jsx-runtime";var e3=({...t})=>w4("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[ft("g",{clipPath:"url(#clip0_657_292)",children:ft("path",{d:"M15.0003 4.66602L9.75457 9.91177C9.49056 10.1758 9.35856 10.3078 9.20634 10.3572C9.07244 10.4007 8.92821 10.4007 8.79431 10.3572C8.6421 10.3078 8.51009 10.1758 8.24608 9.91177L6.42124 8.08693C6.15723 7.82292 6.02522 7.69091 5.873 7.64145C5.73911 7.59795 5.59488 7.59795 5.46098 7.64145C5.30876 7.69091 5.17676 7.82292 4.91274 8.08693L1.66699 11.3327M15.0003 4.66602H10.3337M15.0003 4.66602V9.33268",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),ft("defs",{children:ft("clipPath",{id:"clip0_657_292",children:ft("rect",{width:"16",height:"16",fill:"white",transform:"translate(0.333496)"})})})]});import{jsx as Ri}from"react/jsx-runtime";var t3=({...t})=>Ri("svg",{width:"18",height:"8",viewBox:"0 0 18 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ri("path",{d:"M0.914062 6.57324H17.0859M0.914062 0.948242H17.0859",strokeWidth:"1.71875",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ni}from"react/jsx-runtime";var n3=({...t})=>Ni("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Ni("path",{d:"M15.3 8.575L14.225 7.5C14.125 7.4 14.0083 7.35433 13.875 7.363C13.7417 7.37167 13.625 7.42567 13.525 7.525C13.425 7.62433 13.375 7.741 13.375 7.875C13.375 8.009 13.425 8.12567 13.525 8.225L14.6 9.3C14.8 9.5 15.0333 9.6 15.3 9.6C15.5667 9.6 15.8 9.5 16 9.3L18.475 6.8C18.575 6.7 18.625 6.58333 18.625 6.45C18.625 6.31667 18.575 6.2 18.475 6.1C18.375 6 18.2583 5.95 18.125 5.95C17.9917 5.95 17.875 6 17.775 6.1L15.3 8.575ZM4 19.75C3.71667 19.75 3.47934 19.654 3.288 19.462C3.09667 19.27 3.00067 19.0327 3 18.75C2.99934 18.4673 3.09534 18.23 3.288 18.038C3.48067 17.846 3.718 17.75 4 17.75H14C14.2833 17.75 14.521 17.846 14.713 18.038C14.905 18.23 15.0007 18.4673 15 18.75C14.9993 19.0327 14.9033 19.2703 14.712 19.463C14.5207 19.6557 14.2833 19.7513 14 19.75H4ZM16 12.75C14.6167 12.75 13.4377 12.2623 12.463 11.287C11.4883 10.3117 11.0007 9.13267 11 7.75C10.9993 6.36733 11.487 5.18833 12.463 4.213C13.439 3.23767 14.618 2.75 16 2.75C17.382 2.75 18.5613 3.23767 19.538 4.213C20.5147 5.18833 21.002 6.36733 21 7.75C20.998 9.13267 20.5103 10.312 19.537 11.288C18.5637 12.264 17.3847 12.7513 16 12.75ZM4 11.75C3.71667 11.75 3.47934 11.654 3.288 11.462C3.09667 11.27 3.00067 11.0327 3 10.75C2.99934 10.4673 3.09534 10.23 3.288 10.038C3.48067 9.846 3.718 9.75 4 9.75H8.675C8.95834 9.75 9.196 9.846 9.388 10.038C9.58 10.23 9.67567 10.4673 9.675 10.75C9.675 11.0167 9.579 11.25 9.387 11.45C9.195 11.65 8.95767 11.75 8.675 11.75H4ZM4 15.75C3.71667 15.75 3.47934 15.654 3.288 15.462C3.09667 15.27 3.00067 15.0327 3 14.75C2.99934 14.4673 3.09534 14.23 3.288 14.038C3.48067 13.846 3.718 13.75 4 13.75H11.925C12.2083 13.75 12.446 13.846 12.638 14.038C12.83 14.23 12.9257 14.4673 12.925 14.75C12.925 15.0167 12.8333 15.25 12.65 15.45C12.4667 15.65 12.225 15.75 11.925 15.75H4Z"})});import{jsx as Bi}from"react/jsx-runtime";var o3=({...t})=>Bi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Bi("path",{id:"Icon",d:"M19 8.24995H10M19 2.99995L10 2.99995M19 13.75H1M19 19H1M2.28 1.95995L6.14667 4.85995C6.43616 5.07707 6.5809 5.18563 6.63266 5.31872C6.678 5.43529 6.678 5.56462 6.63266 5.68119C6.5809 5.81427 6.43616 5.92283 6.14667 6.13995L2.28 9.03995C1.86802 9.34894 1.66203 9.50343 1.48961 9.49984C1.33956 9.49672 1.19885 9.42637 1.10632 9.3082C1 9.17241 1 8.91493 1 8.39995V2.59995C1 2.08498 1 1.82749 1.10632 1.6917C1.19885 1.57354 1.33956 1.50318 1.48961 1.50006C1.66203 1.49648 1.86802 1.65097 2.28 1.95995Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as r3}from"react/jsx-runtime";var l3=({...t})=>r3("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:r3("g",{id:"link-01",children:r3("path",{id:"Icon",d:"M8.47203 12.2427L7.52922 13.1855C6.22748 14.4872 4.11693 14.4872 2.81518 13.1855C1.51343 11.8837 1.51343 9.77317 2.81518 8.47142L3.75799 7.52861M12.2433 8.47142L13.1861 7.52861C14.4878 6.22687 14.4878 4.11632 13.1861 2.81457C11.8843 1.51282 9.77378 1.51282 8.47203 2.81457L7.52922 3.75738M5.66729 10.3333L10.334 5.66667",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as i3}from"react/jsx-runtime";var s3=({...t})=>i3("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:i3("g",{clipPath:"url(#clip0_4128_23574)",children:i3("path",{d:"M8.3335 10.834C8.69138 11.3124 9.14796 11.7083 9.67229 11.9947C10.1966 12.2812 10.7764 12.4516 11.3724 12.4942C11.9683 12.5369 12.5665 12.4509 13.1263 12.2421C13.6861 12.0333 14.1944 11.7065 14.6168 11.284L17.1168 8.78396C17.8758 7.99811 18.2958 6.9456 18.2863 5.85312C18.2768 4.76063 17.8386 3.71558 17.0661 2.94304C16.2935 2.17051 15.2485 1.73231 14.156 1.72281C13.0635 1.71332 12.011 2.1333 11.2252 2.89229L9.79183 4.31729M11.6668 9.16729C11.309 8.68885 10.8524 8.29297 10.328 8.00651C9.80371 7.72004 9.22391 7.54969 8.62796 7.50701C8.032 7.46433 7.43384 7.55032 6.87405 7.75914C6.31425 7.96796 5.8059 8.29473 5.3835 8.71729L2.8835 11.2173C2.12451 12.0031 1.70453 13.0556 1.71402 14.1481C1.72352 15.2406 2.16172 16.2857 2.93426 17.0582C3.70679 17.8307 4.75184 18.2689 5.84433 18.2784C6.93681 18.2879 7.98932 17.8679 8.77517 17.109L10.2002 15.684",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Di}from"react/jsx-runtime";var c3=({...t})=>Di("svg",{width:"14",height:"10",viewBox:"0 0 14 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Di("path",{d:"M5.14854 8.69034C4.99198 8.83652 4.8708 8.93437 4.74698 9.00586C4.14082 9.35582 3.39401 9.35582 2.78786 9.00586C2.56449 8.8769 2.34978 8.66218 1.92035 8.23275C1.49091 7.80332 1.2762 7.58861 1.14724 7.36524C0.797275 6.75909 0.797275 6.01228 1.14724 5.40612C1.2762 5.18276 1.49091 4.96804 1.92035 4.53861L3.76742 2.69154C4.19685 2.26211 4.41156 2.04739 4.63493 1.91843C5.24108 1.56847 5.98789 1.56847 6.59405 1.91843C6.81741 2.04739 7.03213 2.26211 7.46156 2.69154C7.89099 3.12097 8.10571 3.33568 8.23467 3.55905C8.58463 4.1652 8.58463 4.91201 8.23467 5.51817C8.16318 5.642 8.06533 5.76317 7.91915 5.91974M6.08043 4.08102C5.93426 4.23759 5.83641 4.35876 5.76492 4.48259C5.41495 5.08874 5.41496 5.83555 5.76492 6.4417C5.89388 6.66507 6.10859 6.87979 6.53802 7.30922C6.96746 7.73865 7.18217 7.95336 7.40554 8.08233C8.01169 8.43229 8.7585 8.43229 9.36465 8.08233C9.58802 7.95336 9.80274 7.73865 10.2322 7.30922L12.0792 5.46215C12.5087 5.03271 12.7234 4.818 12.8523 4.59463C13.2023 3.98848 13.2023 3.24167 12.8523 2.63552C12.7234 2.41215 12.5087 2.19743 12.0792 1.768C11.6498 1.33857 11.4351 1.12385 11.2117 0.994894C10.6056 0.644931 9.85876 0.644931 9.25261 0.994894C9.12878 1.06639 9.00761 1.16423 8.85104 1.31041",strokeWidth:"1.2",strokeLinecap:"round"})});import{jsx as Vi,jsxs as y4}from"react/jsx-runtime";var a3=({...t})=>y4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[Vi("path",{d:"M22.2812 8.225C21.9329 7.8754 21.5189 7.59801 21.0631 7.40874C20.6072 7.21947 20.1185 7.12204 19.625 7.12204C19.1314 7.12204 18.6427 7.21947 18.1869 7.40874C17.7311 7.59801 17.3171 7.8754 16.9687 8.225L17.8562 9.1125C18.0889 8.87981 18.3652 8.69523 18.6692 8.56931C18.9732 8.44338 19.2991 8.37856 19.6281 8.37856C19.9572 8.37856 20.283 8.44338 20.5871 8.56931C20.8911 8.69523 21.1673 8.87981 21.4 9.1125C21.6327 9.34518 21.8173 9.62142 21.9432 9.92544C22.0691 10.2295 22.1339 10.5553 22.1339 10.8844C22.1339 11.2134 22.0691 11.5393 21.9432 11.8433C21.8173 12.1473 21.6327 12.4236 21.4 12.6562L16.4 17.6562C15.9309 18.1262 15.2943 18.3905 14.6303 18.3911C13.9663 18.3917 13.3293 18.1285 12.8594 17.6594C12.3894 17.1903 12.1251 16.5537 12.1245 15.8897C12.1239 15.2257 12.3871 14.5887 12.8562 14.1187L13.7375 13.2312L12.8562 12.3437L11.9687 13.2312C11.6191 13.5796 11.3418 13.9936 11.1525 14.4494C10.9632 14.9052 10.8658 15.3939 10.8658 15.8875C10.8658 16.381 10.9632 16.8697 11.1525 17.3256C11.3418 17.7814 11.6191 18.1954 11.9687 18.5437C12.6759 19.2419 13.6313 19.6308 14.625 19.625C15.1204 19.627 15.6114 19.5309 16.0695 19.3421C16.5275 19.1533 16.9436 18.8756 17.2937 18.525L22.2937 13.525C22.9943 12.8202 23.3865 11.8662 23.3842 10.8724C23.3819 9.87866 22.9852 8.92647 22.2812 8.225Z"}),Vi("path",{d:"M6.61875 19.5125C6.38537 19.2802 6.20018 19.0041 6.07381 18.7C5.94745 18.3959 5.8824 18.0699 5.8824 17.7406C5.8824 17.4113 5.94745 17.0853 6.07381 16.7812C6.20018 16.4772 6.38537 16.201 6.61875 15.9687L11.6187 10.9687C11.851 10.7354 12.1272 10.5502 12.4312 10.4238C12.7353 10.2974 13.0613 10.2324 13.3906 10.2324C13.7199 10.2324 14.0459 10.2974 14.35 10.4238C14.6541 10.5502 14.9302 10.7354 15.1625 10.9687C15.3944 11.2029 15.577 11.4812 15.6993 11.7871C15.8217 12.0931 15.8815 12.4205 15.875 12.75C15.8769 13.0805 15.8133 13.4081 15.6877 13.7138C15.5622 14.0196 15.3773 14.2974 15.1437 14.5312L13.8187 15.875L14.7062 16.7625L16.0312 15.4375C16.7366 14.7322 17.1328 13.7756 17.1328 12.7781C17.1328 11.7807 16.7366 10.8241 16.0312 10.1187C15.3259 9.41344 14.3693 9.0172 13.3719 9.0172C12.3744 9.0172 11.4178 9.41344 10.7125 10.1187L5.7125 15.1187C5.36196 15.4672 5.08377 15.8816 4.89395 16.338C4.70412 16.7944 4.6064 17.2838 4.6064 17.7781C4.6064 18.2724 4.70412 18.7618 4.89395 19.2182C5.08377 19.6746 5.36196 20.089 5.7125 20.4375C6.42426 21.1303 7.38181 21.5124 8.375 21.5C9.37694 21.501 10.3386 21.1055 11.05 20.4L10.1625 19.5125C9.9302 19.7459 9.65409 19.9311 9.35002 20.0574C9.04594 20.1838 8.7199 20.2488 8.39062 20.2488C8.06134 20.2488 7.7353 20.1838 7.43123 20.0574C7.12715 19.9311 6.85104 19.7459 6.61875 19.5125Z"})]});import{jsx as Ti}from"react/jsx-runtime";var p3=({...t})=>Ti("svg",{xmlns:"http://www.w3.org/2000/svg",width:"37",height:"22",viewBox:"0 0 37 22",fill:"none",stroke:"currentColor",...t,children:Ti("path",{d:"M21.9929 1.87207H25.6439C30.685 1.87207 34.7716 5.88435 34.7716 10.8337C34.7716 15.7831 30.685 19.7954 25.6439 19.7954H21.9929M14.6908 1.87207H11.0397C5.99869 1.87207 1.91211 5.88435 1.91211 10.8337C1.91211 15.7831 5.99869 19.7954 11.0397 19.7954H14.6908M11.0397 10.8337H25.6439",strokeWidth:"2.98722",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as d3,jsxs as x4}from"react/jsx-runtime";var u3=({...t})=>x4("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[d3("path",{d:"M8.375 11.5C9.41053 11.5 10.25 10.6605 10.25 9.625C10.25 8.58947 9.41053 7.75 8.375 7.75C7.33947 7.75 6.5 8.58947 6.5 9.625C6.5 10.6605 7.33947 11.5 8.375 11.5Z"}),d3("path",{d:"M8.375 20.25C9.41053 20.25 10.25 19.4105 10.25 18.375C10.25 17.3395 9.41053 16.5 8.375 16.5C7.33947 16.5 6.5 17.3395 6.5 18.375C6.5 19.4105 7.33947 20.25 8.375 20.25Z"}),d3("path",{d:"M14 17.75H22.75V19H14V17.75ZM14 9H22.75V10.25H14V9Z"})]});import{jsx as Ei}from"react/jsx-runtime";var C3=({...t})=>Ei("svg",{width:"15",height:"16",viewBox:"0 0 15 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Ei("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.33398 1.33333H13.6673C13.8883 1.33333 14.1003 1.42113 14.2566 1.57741C14.4129 1.73369 14.5007 1.94565 14.5007 2.16667C14.5007 2.38768 14.4129 2.59964 14.2566 2.75592C14.1003 2.9122 13.8883 3 13.6673 3H5.33398C5.11297 3 4.90101 2.9122 4.74473 2.75592C4.58845 2.59964 4.50065 2.38768 4.50065 2.16667C4.50065 1.94565 4.58845 1.73369 4.74473 1.57741C4.90101 1.42113 5.11297 1.33333 5.33398 1.33333ZM5.33398 7.16667H13.6673C13.8883 7.16667 14.1003 7.25446 14.2566 7.41074C14.4129 7.56702 14.5007 7.77899 14.5007 8C14.5007 8.22101 14.4129 8.43297 14.2566 8.58926C14.1003 8.74554 13.8883 8.83333 13.6673 8.83333H5.33398C5.11297 8.83333 4.90101 8.74554 4.74473 8.58926C4.58845 8.43297 4.50065 8.22101 4.50065 8C4.50065 7.77899 4.58845 7.56702 4.74473 7.41074C4.90101 7.25446 5.11297 7.16667 5.33398 7.16667ZM5.33398 13H13.6673C13.8883 13 14.1003 13.0878 14.2566 13.2441C14.4129 13.4004 14.5007 13.6123 14.5007 13.8333C14.5007 14.0543 14.4129 14.2663 14.2566 14.4226C14.1003 14.5789 13.8883 14.6667 13.6673 14.6667H5.33398C5.11297 14.6667 4.90101 14.5789 4.74473 14.4226C4.58845 14.2663 4.50065 14.0543 4.50065 13.8333C4.50065 13.6123 4.58845 13.4004 4.74473 13.2441C4.90101 13.0878 5.11297 13 5.33398 13ZM0.750651 1.33333C0.640144 1.33333 0.534163 1.28943 0.456023 1.21129C0.377883 1.13315 0.333984 1.02717 0.333984 0.916667C0.333984 0.80616 0.377883 0.700179 0.456023 0.622039C0.534163 0.543899 0.640144 0.5 0.750651 0.5H1.58398C1.81732 0.5 2.00065 0.683333 2.00065 0.916667V3.41667C2.00065 3.52717 1.95675 3.63315 1.87861 3.71129C1.80047 3.78943 1.69449 3.83333 1.58398 3.83333C1.47348 3.83333 1.3675 3.78943 1.28936 3.71129C1.21122 3.63315 1.16732 3.52717 1.16732 3.41667V1.34583L0.750651 1.33333ZM0.750651 6.33333H2.41732C2.65065 6.33333 2.83398 6.51667 2.83398 6.75V7.16667L1.41732 8.83333H2.41732C2.65065 8.83333 2.83398 9.01667 2.83398 9.25C2.83398 9.48333 2.64732 9.66667 2.41732 9.66667H0.750651C0.517318 9.66667 0.333984 9.48333 0.333984 9.25V8.83333L1.75065 7.16667H0.750651C0.517318 7.16667 0.333984 6.98333 0.333984 6.75C0.333984 6.51667 0.499818 6.33333 0.750651 6.33333ZM2.41732 15.5H0.750651C0.640144 15.5 0.534163 15.4561 0.456023 15.378C0.377883 15.2998 0.333984 15.1938 0.333984 15.0833C0.333984 14.9728 0.377883 14.8668 0.456023 14.7887C0.534163 14.7106 0.640144 14.6667 0.750651 14.6667H2.00065V14.25H0.750651C0.640144 14.25 0.534163 14.2061 0.456023 14.128C0.377883 14.0498 0.333984 13.9438 0.333984 13.8333C0.333984 13.7228 0.377883 13.6168 0.456023 13.5387C0.534163 13.4606 0.640144 13.4167 0.750651 13.4167H2.00065V13H0.750651C0.640144 13 0.534163 12.9561 0.456023 12.878C0.377883 12.7998 0.333984 12.6938 0.333984 12.5833C0.333984 12.4728 0.377883 12.3668 0.456023 12.2887C0.534163 12.2106 0.640144 12.1667 0.750651 12.1667H2.41732C2.52782 12.1667 2.63381 12.2106 2.71195 12.2887C2.79009 12.3668 2.83398 12.4728 2.83398 12.5833V15.0833C2.83398 15.1938 2.79009 15.2998 2.71195 15.378C2.63381 15.4561 2.52782 15.5 2.41732 15.5Z"})});import{jsx as Fi}from"react/jsx-runtime";var m3=({...t})=>Fi("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Fi("path",{d:"M14 17.75H22.75V19H14V17.75ZM14 9H22.75V10.25H14V9ZM9 11.5V6.5H7.75V7.125H6.5V8.375H7.75V11.5H6.5V12.75H10.25V11.5H9ZM10.25 21.5H6.5V19C6.5 18.6685 6.6317 18.3505 6.86612 18.1161C7.10054 17.8817 7.41848 17.75 7.75 17.75H9V16.5H6.5V15.25H9C9.33152 15.25 9.64946 15.3817 9.88388 15.6161C10.1183 15.8505 10.25 16.1685 10.25 16.5V17.75C10.25 18.0815 10.1183 18.3995 9.88388 18.6339C9.64946 18.8683 9.33152 19 9 19H7.75V20.25H10.25V21.5Z"})});import{jsx as Ai}from"react/jsx-runtime";var g3=({...t})=>Ai("svg",{width:"10",height:"12",viewBox:"0 0 10 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ai("path",{d:"M7.5 5.5V4C7.5 2.61929 6.38071 1.5 5 1.5C3.61929 1.5 2.5 2.61929 2.5 4V5.5M3.4 10.5H6.6C7.44008 10.5 7.86012 10.5 8.18099 10.3365C8.46323 10.1927 8.6927 9.96323 8.83651 9.68099C9 9.36012 9 8.94008 9 8.1V7.9C9 7.05992 9 6.63988 8.83651 6.31901C8.6927 6.03677 8.46323 5.8073 8.18099 5.66349C7.86012 5.5 7.44008 5.5 6.6 5.5H3.4C2.55992 5.5 2.13988 5.5 1.81901 5.66349C1.53677 5.8073 1.3073 6.03677 1.16349 6.31901C1 6.63988 1 7.05992 1 7.9V8.1C1 8.94008 1 9.36012 1.16349 9.68099C1.3073 9.96323 1.53677 10.1927 1.81901 10.3365C2.13988 10.5 2.55992 10.5 3.4 10.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Wi}from"react/jsx-runtime";var f3=({...t})=>Wi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Wi("path",{d:"M14.1668 8.33333V6.66667C14.1668 4.36548 12.3013 2.5 10.0002 2.5C7.69898 2.5 5.8335 4.36548 5.8335 6.66667V8.33333M10.0002 12.0833V13.75M7.3335 17.5H12.6668C14.067 17.5 14.767 17.5 15.3018 17.2275C15.7722 16.9878 16.1547 16.6054 16.3943 16.135C16.6668 15.6002 16.6668 14.9001 16.6668 13.5V12.3333C16.6668 10.9332 16.6668 10.2331 16.3943 9.69836C16.1547 9.22795 15.7722 8.8455 15.3018 8.60582C14.767 8.33333 14.067 8.33333 12.6668 8.33333H7.3335C5.93336 8.33333 5.2333 8.33333 4.69852 8.60582C4.22811 8.8455 3.84566 9.22795 3.60598 9.69836C3.3335 10.2331 3.3335 10.9332 3.3335 12.3333V13.5C3.3335 14.9001 3.3335 15.6002 3.60598 16.135C3.84566 16.6054 4.22811 16.9878 4.69852 17.2275C5.2333 17.5 5.93336 17.5 7.3335 17.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as h3}from"react/jsx-runtime";var v3=({...t})=>h3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:h3("g",{id:"log-in-04",children:h3("path",{id:"Icon",d:"M12 8L16 12M16 12L12 16M16 12H3M3.33782 7C5.06687 4.01099 8.29859 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.29859 22 5.06687 19.989 3.33782 17",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as w3}from"react/jsx-runtime";var y3=({...t})=>w3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:w3("g",{id:"log-out-01",children:w3("path",{id:"Icon",d:"M13.3333 14.1667L17.5 10M17.5 10L13.3333 5.83333M17.5 10H7.5M7.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H7.5",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Zi}from"react/jsx-runtime";var x3=({...t})=>Zi("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Zi("path",{d:"M14.9993 5.66667L18.3327 9M18.3327 9L14.9993 12.3333M18.3327 9H7.49935M12.4993 2.50337C11.4371 1.86523 10.2037 1.5 8.88824 1.5C4.89951 1.5 1.66602 4.85786 1.66602 9C1.66602 13.1421 4.89951 16.5 8.88824 16.5C10.2037 16.5 11.4371 16.1348 12.4993 15.4966",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as b3}from"react/jsx-runtime";var k3=({...t})=>b3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:b3("g",{id:"magic-wand-02",children:b3("path",{id:"Icon",d:"M12.5 3.33317V1.6665M12.5 13.3332V11.6665M6.66667 7.49984H8.33333M16.6667 7.49984H18.3333M14.8333 9.83317L15.8333 10.8332M14.8333 5.1665L15.8333 4.1665M2.5 17.4998L10 9.99984M10.1667 5.1665L9.16667 4.1665",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as _i}from"react/jsx-runtime";var L3=({...t})=>_i("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:_i("path",{d:"M11.9998 13L8.99985 10M14.0102 2.5V1M17.9495 4.06066L19.0102 3M17.9495 12L19.0102 13.0607M10.0102 4.06066L8.94954 3M19.5102 8H21.0102M5.13122 19.8686L14.3685 10.6314C14.7645 10.2354 14.9625 10.0373 15.0367 9.80902C15.1019 9.60817 15.1019 9.39183 15.0367 9.19098C14.9625 8.96265 14.7645 8.76465 14.3685 8.36863L13.6312 7.63137C13.2352 7.23535 13.0372 7.03735 12.8089 6.96316C12.608 6.8979 12.3917 6.8979 12.1908 6.96316C11.9625 7.03735 11.7645 7.23535 11.3685 7.63137L2.13122 16.8686C1.7352 17.2646 1.53719 17.4627 1.46301 17.691C1.39775 17.8918 1.39775 18.1082 1.46301 18.309C1.53719 18.5373 1.7352 18.7354 2.13122 19.1314L2.86848 19.8686C3.2645 20.2646 3.4625 20.4627 3.69083 20.5368C3.89168 20.6021 4.10802 20.6021 4.30887 20.5368C4.53719 20.4627 4.7352 20.2646 5.13122 19.8686Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as P3}from"react/jsx-runtime";var S3=({...t})=>P3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:P3("g",{id:"mail-02",children:P3("path",{id:"Icon",d:"M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as I3}from"react/jsx-runtime";var M3=({...t})=>I3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:I3("g",{id:"message-text-square-02",children:I3("path",{id:"Icon",d:"M7 8.5H12M7 12H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Oi}from"react/jsx-runtime";var H3=({...t})=>Oi("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Oi("path",{d:"M6.25 8.75H6.25833M10 8.75H10.0083M13.75 8.75H13.7583M5.83333 15V16.9463C5.83333 17.3903 5.83333 17.6123 5.92436 17.7263C6.00352 17.8255 6.12356 17.8832 6.25045 17.8831C6.39636 17.8829 6.56973 17.7442 6.91646 17.4668L8.90434 15.8765C9.31043 15.5517 9.51347 15.3892 9.73957 15.2737C9.94017 15.1712 10.1537 15.0963 10.3743 15.051C10.6231 15 10.8831 15 11.4031 15H13.5C14.9001 15 15.6002 15 16.135 14.7275C16.6054 14.4878 16.9878 14.1054 17.2275 13.635C17.5 13.1002 17.5 12.4001 17.5 11V6.5C17.5 5.09987 17.5 4.3998 17.2275 3.86502C16.9878 3.39462 16.6054 3.01217 16.135 2.77248C15.6002 2.5 14.9001 2.5 13.5 2.5H6.5C5.09987 2.5 4.3998 2.5 3.86502 2.77248C3.39462 3.01217 3.01217 3.39462 2.77248 3.86502C2.5 4.3998 2.5 5.09987 2.5 6.5V11.6667C2.5 12.4416 2.5 12.8291 2.58519 13.147C2.81635 14.0098 3.49022 14.6836 4.35295 14.9148C4.67087 15 5.05836 15 5.83333 15ZM6.66667 8.75C6.66667 8.98012 6.48012 9.16667 6.25 9.16667C6.01988 9.16667 5.83333 8.98012 5.83333 8.75C5.83333 8.51988 6.01988 8.33333 6.25 8.33333C6.48012 8.33333 6.66667 8.51988 6.66667 8.75ZM10.4167 8.75C10.4167 8.98012 10.2301 9.16667 10 9.16667C9.76988 9.16667 9.58333 8.98012 9.58333 8.75C9.58333 8.51988 9.76988 8.33333 10 8.33333C10.2301 8.33333 10.4167 8.51988 10.4167 8.75ZM14.1667 8.75C14.1667 8.98012 13.9801 9.16667 13.75 9.16667C13.5199 9.16667 13.3333 8.98012 13.3333 8.75C13.3333 8.51988 13.5199 8.33333 13.75 8.33333C13.9801 8.33333 14.1667 8.51988 14.1667 8.75Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as R3}from"react/jsx-runtime";var N3=({...t})=>R3("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:R3("g",{id:"message-x-square",children:R3("path",{id:"Icon",d:"M6.33333 5.33333L9.66667 8.66667M9.66667 5.33333L6.33333 8.66667M4.66667 12V13.557C4.66667 13.9122 4.66667 14.0898 4.73949 14.1811C4.80282 14.2604 4.89885 14.3066 5.00036 14.3065C5.11708 14.3063 5.25578 14.1954 5.53317 13.9735L7.12348 12.7012C7.44834 12.4413 7.61078 12.3114 7.79166 12.219C7.95213 12.137 8.12295 12.0771 8.29948 12.0408C8.49845 12 8.70646 12 9.1225 12H10.8C11.9201 12 12.4802 12 12.908 11.782C13.2843 11.5903 13.5903 11.2843 13.782 10.908C14 10.4802 14 9.9201 14 8.8V5.2C14 4.07989 14 3.51984 13.782 3.09202C13.5903 2.71569 13.2843 2.40973 12.908 2.21799C12.4802 2 11.9201 2 10.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2V9.33333C2 9.95331 2 10.2633 2.06815 10.5176C2.25308 11.2078 2.79218 11.7469 3.48236 11.9319C3.7367 12 4.04669 12 4.66667 12Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as zi}from"react/jsx-runtime";var B3=({...t})=>zi("svg",{xmlns:"http://www.w3.org/2000/svg",width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",stroke:"currentColor",...t,children:zi("path",{d:"M7.1875 9.99935H13.8542M18.8542 9.99935C18.8542 14.6017 15.1232 18.3327 10.5208 18.3327C5.91846 18.3327 2.1875 14.6017 2.1875 9.99935C2.1875 5.39698 5.91846 1.66602 10.5208 1.66602C15.1232 1.66602 18.8542 5.39698 18.8542 9.99935Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as D3}from"react/jsx-runtime";var V3=({...t})=>D3("svg",{width:"24",height:"22",viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:D3("g",{id:"phone-01",children:D3("path",{id:"Icon",d:"M12 16.0417H12.01M8.2 20.1667H15.8C16.9201 20.1667 17.4802 20.1667 17.908 19.9669C18.2843 19.7911 18.5903 19.5106 18.782 19.1657C19 18.7735 19 18.2601 19 17.2333V4.76668C19 3.73991 19 3.22653 18.782 2.83436C18.5903 2.4894 18.2843 2.20893 17.908 2.03316C17.4802 1.83334 16.9201 1.83334 15.8 1.83334H8.2C7.0799 1.83334 6.51984 1.83334 6.09202 2.03316C5.71569 2.20893 5.40973 2.4894 5.21799 2.83436C5 3.22653 5 3.73991 5 4.76668V17.2333C5 18.2601 5 18.7735 5.21799 19.1657C5.40973 19.5106 5.71569 19.7911 6.09202 19.9669C6.51984 20.1667 7.07989 20.1667 8.2 20.1667ZM12.5 16.0417C12.5 16.2948 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.2948 11.5 16.0417C11.5 15.7885 11.7239 15.5833 12 15.5833C12.2761 15.5833 12.5 15.7885 12.5 16.0417Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ui}from"react/jsx-runtime";var T3=({...t})=>Ui("svg",{width:"22",height:"20",viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ui("path",{d:"M14 15V19H8V15M4.2 15H17.8C18.9201 15 19.4802 15 19.908 14.782C20.2843 14.5903 20.5903 14.2843 20.782 13.908C21 13.4802 21 12.9201 21 11.8V4.2C21 3.0799 21 2.51984 20.782 2.09202C20.5903 1.71569 20.2843 1.40973 19.908 1.21799C19.4802 1 18.9201 1 17.8 1H4.2C3.07989 1 2.51984 1 2.09202 1.21799C1.71569 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.07989 1 4.2V11.8C1 12.9201 1 13.4802 1.21799 13.908C1.40973 14.2843 1.71569 14.5903 2.09202 14.782C2.51984 15 3.0799 15 4.2 15Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as E3}from"react/jsx-runtime";var F3=({...t})=>E3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:E3("g",{id:"monitor-01",children:E3("path",{id:"Icon",d:"M8 21H16M12 17V21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as A3}from"react/jsx-runtime";var W3=({...t})=>A3("svg",{width:"24",height:"22",viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:A3("g",{id:"monitor-03",children:A3("path",{id:"Icon",d:"M2 12.8333L22 12.8333M8 19.25H16M6.8 16.5H17.2C18.8802 16.5 19.7202 16.5 20.362 16.2003C20.9265 15.9366 21.3854 15.5159 21.673 14.9985C22 14.4102 22 13.6401 22 12.1V7.15C22 5.60986 22 4.83978 21.673 4.25153C21.3854 3.73408 20.9265 3.31338 20.362 3.04973C19.7202 2.75 18.8802 2.75 17.2 2.75H6.8C5.11984 2.75 4.27976 2.75 3.63803 3.04973C3.07354 3.31338 2.6146 3.73408 2.32698 4.25153C2 4.83978 2 5.60986 2 7.15V12.1C2 13.6401 2 14.4102 2.32698 14.9985C2.6146 15.5159 3.07354 15.9366 3.63803 16.2003C4.27976 16.5 5.11984 16.5 6.8 16.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Gi,jsxs as b4}from"react/jsx-runtime";var Z3=({...t})=>b4("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[Gi("path",{d:"M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),Gi("path",{d:"M15 7.5C15 11.6421 11.6421 15 7.5 15C6.88534 15 6.28795 14.9261 5.71623 14.7866C6.89585 16.4297 8.82294 17.5 11 17.5C14.5899 17.5 17.5 14.5899 17.5 11C17.5 8.82294 16.4297 6.89585 14.7866 5.71623C14.9261 6.28795 15 6.88534 15 7.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as $i}from"react/jsx-runtime";var _3=({...t})=>$i("svg",{width:"16",height:"18",viewBox:"0 0 16 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:$i("path",{d:"M2.35785 16.771C1.87062 16.9854 1.627 17.0926 1.4775 17.0455C1.3479 17.0047 1.24634 16.9032 1.20538 16.7737C1.15812 16.6242 1.26503 16.3805 1.47884 15.893L7.54664 2.05842C7.73965 1.61835 7.83616 1.39832 7.97108 1.33097C8.08824 1.27249 8.22609 1.27249 8.34326 1.33097C8.47818 1.39832 8.57468 1.61835 8.76769 2.05842L14.8355 15.893C15.0493 16.3805 15.1562 16.6242 15.109 16.7737C15.068 16.9032 14.9664 17.0047 14.8368 17.0455C14.6873 17.0926 14.4437 16.9854 13.9565 16.771L8.42566 14.3374C8.32676 14.2939 8.2773 14.2722 8.22594 14.2636C8.18041 14.2559 8.13393 14.2559 8.0884 14.2636C8.03703 14.2722 7.98758 14.2939 7.88868 14.3374L2.35785 16.771Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as qi}from"react/jsx-runtime";var O3=({...t})=>qi("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:qi("path",{d:"M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as fn,jsxs as k4}from"react/jsx-runtime";var z3=({...t})=>k4("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[fn("path",{d:"M1 11C1 16.5228 5.47715 21 11 21C12.6569 21 14 19.6569 14 18V17.5C14 17.0356 14 16.8034 14.0257 16.6084C14.2029 15.2622 15.2622 14.2029 16.6084 14.0257C16.8034 14 17.0356 14 17.5 14H18C19.6569 14 21 12.6569 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),fn("path",{d:"M6 12C6.55228 12 7 11.5523 7 11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11C5 11.5523 5.44772 12 6 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),fn("path",{d:"M15 8C15.5523 8 16 7.55228 16 7C16 6.44772 15.5523 6 15 6C14.4477 6 14 6.44772 14 7C14 7.55228 14.4477 8 15 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),fn("path",{d:"M9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5C8.44772 5 8 5.44772 8 6C8 6.55228 8.44772 7 9 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as U3}from"react/jsx-runtime";var G3=({...t})=>U3("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:U3("g",{id:"passcode-lock",children:U3("path",{id:"Icon",d:"M22 11V8.2C22 7.0799 22 6.51984 21.782 6.09202C21.5903 5.71569 21.2843 5.40973 20.908 5.21799C20.4802 5 19.9201 5 18.8 5H5.2C4.0799 5 3.51984 5 3.09202 5.21799C2.71569 5.40973 2.40973 5.71569 2.21799 6.09202C2 6.51984 2 7.0799 2 8.2V11.8C2 12.9201 2 13.4802 2.21799 13.908C2.40973 14.2843 2.71569 14.5903 3.09202 14.782C3.51984 15 4.0799 15 5.2 15H11M12 10H12.005M17 10H17.005M7 10H7.005M19.25 17V15.25C19.25 14.2835 18.4665 13.5 17.5 13.5C16.5335 13.5 15.75 14.2835 15.75 15.25V17M12.25 10C12.25 10.1381 12.1381 10.25 12 10.25C11.8619 10.25 11.75 10.1381 11.75 10C11.75 9.86193 11.8619 9.75 12 9.75C12.1381 9.75 12.25 9.86193 12.25 10ZM17.25 10C17.25 10.1381 17.1381 10.25 17 10.25C16.8619 10.25 16.75 10.1381 16.75 10C16.75 9.86193 16.8619 9.75 17 9.75C17.1381 9.75 17.25 9.86193 17.25 10ZM7.25 10C7.25 10.1381 7.13807 10.25 7 10.25C6.86193 10.25 6.75 10.1381 6.75 10C6.75 9.86193 6.86193 9.75 7 9.75C7.13807 9.75 7.25 9.86193 7.25 10ZM15.6 21H19.4C19.9601 21 20.2401 21 20.454 20.891C20.6422 20.7951 20.7951 20.6422 20.891 20.454C21 20.2401 21 19.9601 21 19.4V18.6C21 18.0399 21 17.7599 20.891 17.546C20.7951 17.3578 20.6422 17.2049 20.454 17.109C20.2401 17 19.9601 17 19.4 17H15.6C15.0399 17 14.7599 17 14.546 17.109C14.3578 17.2049 14.2049 17.3578 14.109 17.546C14 17.7599 14 18.0399 14 18.6V19.4C14 19.9601 14 20.2401 14.109 20.454C14.2049 20.6422 14.3578 20.7951 14.546 20.891C14.7599 21 15.0399 21 15.6 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Xi}from"react/jsx-runtime";var $3=({...t})=>Xi("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Xi("path",{d:"M5.24967 16.6673H7.33301M14.833 7.50065H14.8413M7.33301 5.00065H4.99967C4.06625 5.00065 3.59954 5.00065 3.24302 5.18231C2.92942 5.3421 2.67445 5.59706 2.51466 5.91067C2.33301 6.26719 2.33301 6.7339 2.33301 7.66732V10.6673C2.33301 11.6007 2.33301 12.0674 2.51466 12.424C2.67445 12.7376 2.92942 12.9925 3.24302 13.1523C3.59954 13.334 4.06625 13.334 4.99967 13.334H7.33301M13.333 16.6673H16.333C17.2664 16.6673 17.7331 16.6673 18.0897 16.4857C18.4033 16.3259 18.6582 16.0709 18.818 15.7573C18.9997 15.4008 18.9997 14.9341 18.9997 14.0007V6.00065C18.9997 5.06723 18.9997 4.60052 18.818 4.244C18.6582 3.9304 18.4033 3.67543 18.0897 3.51564C17.7331 3.33398 17.2664 3.33398 16.333 3.33398H13.333C12.3996 3.33398 11.9329 3.33398 11.5764 3.51564C11.2628 3.67543 11.0078 3.9304 10.848 4.244C10.6663 4.60052 10.6663 5.06723 10.6663 6.00065V14.0007C10.6663 14.9341 10.6663 15.4008 10.848 15.7573C11.0078 16.0709 11.2628 16.3259 11.5764 16.4857C11.9329 16.6673 12.3996 16.6673 13.333 16.6673ZM15.6663 12.5007C15.6663 12.9609 15.2932 13.334 14.833 13.334C14.3728 13.334 13.9997 12.9609 13.9997 12.5007C13.9997 12.0404 14.3728 11.6673 14.833 11.6673C15.2932 11.6673 15.6663 12.0404 15.6663 12.5007Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as q3}from"react/jsx-runtime";var X3=({...t})=>q3("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:q3("g",{id:"pencil-01",children:q3("path",{id:"Icon",d:"M2.08398 17.9167L6.70838 16.1381C7.00416 16.0243 7.15205 15.9675 7.29042 15.8932C7.41332 15.8272 7.53048 15.7511 7.64068 15.6656C7.76475 15.5693 7.8768 15.4572 8.10088 15.2332L17.5007 5.83338C18.4211 4.91291 18.4211 3.42052 17.5007 2.50005C16.5802 1.57957 15.0878 1.57957 14.1673 2.50005L4.76755 11.8998C4.54346 12.1239 4.43142 12.2359 4.33514 12.36C4.24963 12.4702 4.17349 12.5874 4.10751 12.7103C4.03324 12.8487 3.97636 12.9965 3.86259 13.2923L2.08398 17.9167ZM2.08398 17.9167L3.79908 13.4575C3.92182 13.1384 3.98318 12.9789 4.08843 12.9058C4.18042 12.8419 4.29424 12.8178 4.40423 12.8388C4.5301 12.8628 4.65097 12.9837 4.89272 13.2254L6.7753 15.108C7.01704 15.3498 7.13792 15.4706 7.16196 15.5965C7.18296 15.7065 7.15881 15.8203 7.09494 15.9123C7.02186 16.0175 6.86231 16.0789 6.54321 16.2016L2.08398 17.9167Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ht,jsxs as L4}from"react/jsx-runtime";var j3=({...t})=>L4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[ht("g",{clipPath:"url(#clip0_240_3490)",children:ht("path",{d:"M7.50008 7.49984H7.50842M12.5001 12.4998H12.5084M13.3334 6.6665L6.66675 13.3332M6.11155 3.18208C6.78142 3.12863 7.41734 2.86522 7.92881 2.42935C9.12235 1.41222 10.8778 1.41222 12.0714 2.42935C12.5828 2.86522 13.2187 3.12863 13.8886 3.18208C15.4518 3.30683 16.6931 4.54812 16.8178 6.11131C16.8713 6.78117 17.1347 7.4171 17.5706 7.92856C18.5877 9.12211 18.5877 10.8776 17.5706 12.0711C17.1347 12.5826 16.8713 13.2185 16.8178 13.8884C16.6931 15.4516 15.4518 16.6928 13.8886 16.8176C13.2187 16.871 12.5828 17.1345 12.0714 17.5703C10.8778 18.5875 9.12235 18.5875 7.92881 17.5703C7.41734 17.1345 6.78142 16.871 6.11155 16.8176C4.54837 16.6928 3.30707 15.4516 3.18233 13.8884C3.12887 13.2185 2.86546 12.5826 2.4296 12.0711C1.41246 10.8776 1.41246 9.12211 2.4296 7.92856C2.86546 7.4171 3.12887 6.78117 3.18233 6.11131C3.30707 4.54812 4.54837 3.30683 6.11155 3.18208ZM7.91675 7.49984C7.91675 7.72996 7.7302 7.9165 7.50008 7.9165C7.26996 7.9165 7.08341 7.72996 7.08341 7.49984C7.08341 7.26972 7.26996 7.08317 7.50008 7.08317C7.7302 7.08317 7.91675 7.26972 7.91675 7.49984ZM12.9167 12.4998C12.9167 12.73 12.7302 12.9165 12.5001 12.9165C12.27 12.9165 12.0834 12.73 12.0834 12.4998C12.0834 12.2697 12.27 12.0832 12.5001 12.0832C12.7302 12.0832 12.9167 12.2697 12.9167 12.4998Z",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),ht("defs",{children:ht("clipPath",{id:"clip0_240_3490",children:ht("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as ji}from"react/jsx-runtime";var K3=({...t})=>ji("svg",{width:"20",height:"22",viewBox:"0 0 20 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ji("path",{d:"M14 4.00001L14 18M8 3.00001L8 19M1 11H19M1 4.98918L1 17.0108C1 18.3749 1 19.0569 1.28134 19.5296C1.52803 19.9441 1.9162 20.2555 2.37434 20.4064C2.89685 20.5785 3.56262 20.4305 4.89418 20.1346L16.4942 17.5569C17.3883 17.3582 17.8354 17.2588 18.1691 17.0184C18.4634 16.8063 18.6945 16.5182 18.8377 16.1849C19 15.807 19 15.349 19 14.4331V7.56696C19 6.65102 19 6.19306 18.8377 5.81514C18.6945 5.4818 18.4634 5.19367 18.1691 4.98162C17.8354 4.7412 17.3883 4.64185 16.4942 4.44316L4.89418 1.86538C3.56262 1.56948 2.89685 1.42153 2.37434 1.59362C1.9162 1.74451 1.52803 2.0559 1.28134 2.47039C1 2.94312 1 3.62514 1 4.98918Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Y3}from"react/jsx-runtime";var Q3=({...t})=>Y3("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Y3("g",{id:"phone-call-01",children:Y3("path",{id:"Icon",d:"M12.2081 5.00033C13.0221 5.15913 13.7701 5.55721 14.3565 6.14361C14.9429 6.73 15.341 7.47805 15.4998 8.29199M12.2081 1.66699C13.8992 1.85486 15.4761 2.61214 16.68 3.8145C17.8839 5.01686 18.6431 6.59283 18.8331 8.28366M9.02228 11.5529C8.02097 10.5516 7.23031 9.41937 6.65031 8.21135C6.60042 8.10744 6.57548 8.05549 6.55631 7.98975C6.48821 7.75612 6.53713 7.46923 6.67881 7.27138C6.71867 7.2157 6.7663 7.16807 6.86156 7.07281C7.1529 6.78147 7.29857 6.6358 7.39381 6.48932C7.75297 5.93691 7.75297 5.22476 7.39381 4.67235C7.29857 4.52587 7.1529 4.3802 6.86156 4.08886L6.69917 3.92647C6.2563 3.4836 6.03487 3.26217 5.79705 3.14188C5.32408 2.90266 4.76553 2.90266 4.29256 3.14188C4.05474 3.26217 3.83331 3.4836 3.39044 3.92647L3.25908 4.05783C2.81773 4.49919 2.59705 4.71986 2.42851 5.01989C2.24149 5.35281 2.10703 5.86989 2.10816 6.25174C2.10918 6.59586 2.17594 6.83105 2.30944 7.30142C3.02692 9.82925 4.38065 12.2145 6.37063 14.2045C8.36061 16.1945 10.7459 17.5482 13.2737 18.2657C13.7441 18.3992 13.9793 18.466 14.3234 18.467C14.7053 18.4681 15.2224 18.3337 15.5553 18.1467C15.8553 17.9781 16.076 17.7574 16.5173 17.3161L16.6487 17.1847C17.0916 16.7419 17.313 16.5204 17.4333 16.2826C17.6725 15.8096 17.6725 15.2511 17.4333 14.7781C17.313 14.5403 17.0916 14.3189 16.6487 13.876L16.4863 13.7136C16.195 13.4223 16.0493 13.2766 15.9028 13.1814C15.3504 12.8222 14.6383 12.8222 14.0858 13.1814C13.9394 13.2766 13.7937 13.4223 13.5024 13.7136C13.4071 13.8089 13.3595 13.8565 13.3038 13.8964C13.1059 14.038 12.819 14.087 12.5854 14.0189C12.5197 13.9997 12.4677 13.9747 12.3638 13.9249C11.1558 13.3449 10.0236 12.5542 9.02228 11.5529Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ki}from"react/jsx-runtime";var vt=({...t})=>Ki("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ki("path",{d:"M5.28244 11.7123L1.03979 15.9549M7.7707 4.98139L6.60004 6.15206C6.50454 6.24755 6.4568 6.2953 6.4024 6.33324C6.35411 6.36691 6.30203 6.39478 6.24723 6.41628C6.18548 6.4405 6.11927 6.45374 5.98685 6.48022L3.2385 7.02989C2.52427 7.17274 2.16716 7.24416 2.00009 7.43245C1.85454 7.59649 1.78807 7.816 1.81819 8.03322C1.85276 8.28256 2.11027 8.54008 2.62531 9.05512L7.93961 14.3694C8.45465 14.8845 8.71217 15.142 8.96151 15.1765C9.17873 15.2067 9.39825 15.1402 9.56228 14.9946C9.75057 14.8276 9.82199 14.4705 9.96484 13.7562L10.5145 11.0079C10.541 10.8755 10.5542 10.8092 10.5785 10.7475C10.5999 10.6927 10.6278 10.6406 10.6615 10.5923C10.6994 10.5379 10.7472 10.4902 10.8427 10.3947L12.0133 9.22403C12.0744 9.16298 12.1049 9.13245 12.1385 9.1058C12.1683 9.08212 12.1999 9.06075 12.2329 9.04186C12.2701 9.0206 12.3098 9.0036 12.3892 8.96959L14.2599 8.16783C14.8057 7.93392 15.0786 7.81697 15.2026 7.62799C15.311 7.46272 15.3497 7.26134 15.3105 7.06764C15.2656 6.84613 15.0556 6.6362 14.6358 6.21633L10.7784 2.35897C10.3585 1.9391 10.1486 1.72917 9.92709 1.68427C9.73339 1.645 9.53201 1.68378 9.36675 1.79218C9.17776 1.91614 9.06081 2.18902 8.8269 2.7348L8.02515 4.60557C7.99113 4.68493 7.97413 4.72461 7.95287 4.76182C7.93399 4.79487 7.91261 4.82644 7.88894 4.85625C7.86228 4.88981 7.83176 4.92034 7.7707 4.98139Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Yi,jsxs as P4}from"react/jsx-runtime";var J3=({...t})=>P4("svg",{width:"23",height:"24",viewBox:"0 0 23 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[Yi("path",{d:"M11.4997 22.4168C17.2526 22.4168 21.9163 17.7531 21.9163 12.0002C21.9163 6.2472 17.2526 1.5835 11.4997 1.5835C5.74671 1.5835 1.08301 6.2472 1.08301 12.0002C1.08301 17.7531 5.74671 22.4168 11.4997 22.4168Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),Yi("path",{d:"M8.89551 8.83905C8.89551 8.34188 8.89551 8.09329 8.99941 7.95451C9.08995 7.83357 9.22854 7.75791 9.37924 7.74715C9.55216 7.73479 9.76126 7.86922 10.1795 8.13807L15.0968 11.2992C15.4597 11.5325 15.6411 11.6491 15.7038 11.7974C15.7585 11.927 15.7585 12.0733 15.7038 12.2029C15.6411 12.3512 15.4597 12.4679 15.0968 12.7011L10.1795 15.8623C9.76126 16.1311 9.55216 16.2655 9.37924 16.2532C9.22854 16.2424 9.08995 16.1668 8.99941 16.0458C8.89551 15.907 8.89551 15.6584 8.89551 15.1613V8.83905Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Qi}from"react/jsx-runtime";var e6=({...t})=>Qi("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:Qi("path",{d:"M10.0003 4.16602V15.8327M4.16699 9.99935H15.8337",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as t6}from"react/jsx-runtime";var Ge=({...t})=>t6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:t6("g",{id:"plus-circle",children:t6("path",{id:"Icon",d:"M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as n6}from"react/jsx-runtime";var o6=({...t})=>n6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:n6("g",{id:"activity",children:n6("path",{id:"Icon",d:"M22 12H18L15 21L9 3L6 12H2",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as r6}from"react/jsx-runtime";var wt=({...t})=>r6("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",...t,children:r6("g",{clipPath:"url(#clip0_4130_36502)",children:r6("path",{d:"M6.05967 6.00065C6.21641 5.5551 6.52578 5.17939 6.93298 4.94007C7.34018 4.70076 7.81894 4.61328 8.28446 4.69313C8.74998 4.77297 9.17222 5.015 9.47639 5.37634C9.78057 5.73767 9.94705 6.195 9.94634 6.66732C9.94634 8.00065 7.94634 8.66732 7.94634 8.66732M7.99967 11.334H8.00634M14.6663 8.00065C14.6663 11.6826 11.6816 14.6673 7.99967 14.6673C4.31778 14.6673 1.33301 11.6826 1.33301 8.00065C1.33301 4.31875 4.31778 1.33398 7.99967 1.33398C11.6816 1.33398 14.6663 4.31875 14.6663 8.00065Z",strokeWidth:"1.33333",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as l6,jsxs as S4}from"react/jsx-runtime";var i6=({...t})=>l6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:S4("g",{id:"Content",children:[l6("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:"currentColor",strokeWidth:"1.5"}),l6("circle",{id:"Dot",cx:"12",cy:"12",r:"4",fill:"currentColor"})]})});import{jsx as hn,jsxs as I4}from"react/jsx-runtime";var s6=({color1:t="currentColor",color2:e="currentColor",...n})=>hn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:I4("g",{id:"Content",children:[hn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",fill:t}),hn("rect",{x:"0.75",y:"0.75",width:"22.5",height:"22.5",rx:"11.25",stroke:t,strokeWidth:"1.5"}),hn("circle",{id:"Dot",cx:"12",cy:"12",r:"4",fill:e})]})});import{jsx as c6}from"react/jsx-runtime";var a6=({...t})=>c6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:c6("g",{id:"receipt-check",children:c6("path",{id:"Icon",d:"M9 10.5L11 12.5L15.5 8M20 21V7.8C20 6.11984 20 5.27976 19.673 4.63803C19.3854 4.07354 18.9265 3.6146 18.362 3.32698C17.7202 3 16.8802 3 15.2 3H8.8C7.11984 3 6.27976 3 5.63803 3.32698C5.07354 3.6146 4.6146 4.07354 4.32698 4.63803C4 5.27976 4 6.11984 4 7.8V21L6.75 19L9.25 21L12 19L14.75 21L17.25 19L20 21Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ji}from"react/jsx-runtime";var p6=({...t})=>Ji("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Ji("path",{d:"M11.5 10.25H19.1156L16.8737 8.00875L17.75 7.125L21.5 10.875L17.75 14.625L16.8737 13.7406L19.1137 11.5H11.5C10.5054 11.5 9.55161 11.8951 8.84835 12.5983C8.14509 13.3016 7.75 14.2554 7.75 15.25C7.75 16.2446 8.14509 17.1984 8.84835 17.9017C9.55161 18.6049 10.5054 19 11.5 19H16.5V20.25H11.5C10.1739 20.25 8.90215 19.7232 7.96447 18.7855C7.02678 17.8479 6.5 16.5761 6.5 15.25C6.5 13.9239 7.02678 12.6521 7.96447 11.7145C8.90215 10.7768 10.1739 10.25 11.5 10.25V10.25Z"})});import{jsx as es}from"react/jsx-runtime";var d6=({...t})=>es("svg",{width:"15",height:"14",viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:es("path",{d:"M14 5.66667C14 5.66667 12.6633 3.84548 11.5774 2.75883C10.4915 1.67218 8.99093 1 7.33333 1C4.01962 1 1.33333 3.68629 1.33333 7C1.33333 10.3137 4.01962 13 7.33333 13C10.0687 13 12.3766 11.1695 13.0988 8.66667M14 5.66667V1.66667M14 5.66667H10",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ts}from"react/jsx-runtime";var u6=({...t})=>ts("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ts("path",{d:"M5.69758 12.1778C7.297 12.8874 9.20197 12.8489 10.8333 11.907C13.5436 10.3422 14.4722 6.87655 12.9074 4.16623L12.7408 3.87755M3.09217 9.83298C1.52737 7.12265 2.45599 3.65697 5.16632 2.09217C6.79764 1.15032 8.70261 1.11178 10.302 1.82136M1.66211 9.88874L3.48348 10.3768L3.97151 8.55541M12.0283 5.44344L12.5163 3.62208L14.3377 4.11011",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ns}from"react/jsx-runtime";var C6=({...t})=>ns("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:ns("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.59558 1.16919C4.88594 0.415693 6.38985 0.111609 7.87159 0.304595C9.35334 0.497581 10.7292 1.17673 11.7835 2.23561C12.8378 3.29448 13.511 4.67324 13.6976 6.1558C13.7494 6.56677 13.4581 6.94186 13.0472 6.99359C12.6362 7.04531 12.2611 6.75409 12.2094 6.34311C12.0642 5.18997 11.5406 4.11757 10.7206 3.29398C9.9005 2.47038 8.83037 1.94214 7.67786 1.79203C6.52536 1.64193 5.35562 1.87844 4.35197 2.46452C3.68897 2.85167 3.12319 3.37691 2.68993 3.99946H4.75C5.16421 3.99946 5.5 4.33525 5.5 4.74946C5.5 5.16367 5.16421 5.49946 4.75 5.49946H1.45345C1.44201 5.49972 1.43054 5.49972 1.41905 5.49946H1C0.585786 5.49946 0.25 5.16367 0.25 4.74946V0.999459C0.25 0.585245 0.585786 0.249459 1 0.249459C1.41421 0.249459 1.75 0.585245 1.75 0.999459V2.75463C2.2607 2.12294 2.88466 1.58432 3.59558 1.16919ZM0.952306 7.0054C1.36324 6.95338 1.73854 7.24433 1.79056 7.65527C1.93649 8.80799 2.46054 9.8798 3.28068 10.7029C4.10082 11.526 5.17073 12.0538 6.32293 12.2039C7.47513 12.354 8.64457 12.1177 9.64815 11.5321C10.3107 11.1455 10.8763 10.6211 11.3097 9.99946H9.25C8.83579 9.99946 8.5 9.66367 8.5 9.24946C8.5 8.83525 8.83579 8.49946 9.25 8.49946H12.5473C12.5587 8.4992 12.5702 8.49919 12.5817 8.49946H13C13.4142 8.49946 13.75 8.83525 13.75 9.24946V12.9995C13.75 13.4137 13.4142 13.7495 13 13.7495C12.5858 13.7495 12.25 13.4137 12.25 12.9995V11.2434C11.7391 11.8747 11.115 12.4129 10.4041 12.8277C9.11389 13.5805 7.61048 13.8842 6.12922 13.6913C4.64796 13.4984 3.27248 12.8198 2.21812 11.7616C1.16376 10.7035 0.490043 9.32559 0.302438 7.84365C0.250417 7.43272 0.541372 7.05742 0.952306 7.0054Z"})});import{jsx as os}from"react/jsx-runtime";var m6=({...t})=>os("svg",{width:"16",height:"15",viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:os("path",{d:"M7.33398 0.8125L9.33398 2.8125M9.33398 2.8125L7.33398 4.8125M9.33398 2.8125H4.53398C3.41388 2.8125 2.85383 2.8125 2.426 3.03049C2.04968 3.22223 1.74372 3.52819 1.55197 3.90452C1.33398 4.33234 1.33398 4.8924 1.33398 6.0125V9.8125C1.33398 10.1221 1.33398 10.2769 1.35109 10.4069C1.46925 11.3044 2.17546 12.0106 3.07293 12.1287C3.2029 12.1458 3.3577 12.1458 3.66732 12.1458M6.66732 12.1458H11.4673C12.5874 12.1458 13.1475 12.1458 13.5753 11.9278C13.9516 11.7361 14.2576 11.4301 14.4493 11.0538C14.6673 10.626 14.6673 10.0659 14.6673 8.94583V5.14583C14.6673 4.83622 14.6673 4.68141 14.6502 4.55145C14.5321 3.65398 13.8258 2.94776 12.9284 2.82961C12.7984 2.8125 12.6436 2.8125 12.334 2.8125M6.66732 12.1458L8.66732 14.1458M6.66732 12.1458L8.66732 10.1458",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as rs}from"react/jsx-runtime";var g6=({...t})=>rs("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:rs("path",{d:"M8.66634 14.6668L6.66634 12.6668M6.66634 12.6668L8.66634 10.6668M6.66634 12.6668H9.99967C12.577 12.6668 14.6663 10.5775 14.6663 8.00016C14.6663 6.13857 13.5763 4.53156 11.9997 3.78258M3.99967 12.2177C2.42304 11.4688 1.33301 9.86176 1.33301 8.00016C1.33301 5.42283 3.42235 3.3335 5.99967 3.3335H9.33301M9.33301 3.3335L7.33301 1.3335M9.33301 3.3335L7.33301 5.3335",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as yt,jsxs as M4}from"react/jsx-runtime";var f6=({...t})=>yt("svg",{width:"21",height:"21",xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",...t,children:yt("g",{children:M4("g",{transform:"rotate(90 10.5 10.5)",strokeWidth:"2",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round",id:"svg_1",children:[yt("path",{d:"m13.5,13.5l3,3l3,-3",id:"svg_2"}),yt("path",{d:"m9.5,4.5l3,0a4,4 0 0 1 4,4l0,8m-9,-9l-3,-3l-3,3",id:"svg_3"}),yt("path",{d:"m11.5,16.5l-3,0a4,4 0 0 1 -4,-4l0,-8",id:"svg_4"})]})})});import{jsx as ls,jsxs as H4}from"react/jsx-runtime";var h6=({...t})=>H4("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[ls("path",{d:"M6.0249 1.1001C6.89933 1.10008 7.76105 1.3095 8.53793 1.71084C9.31482 2.11219 9.98427 2.69378 10.4903 3.40694C10.9963 4.12009 11.3241 4.94408 11.4463 5.80992C11.5685 6.67577 11.4815 7.5583 11.1927 8.38364L6.0249 6.57507V1.1001Z",fill:"currentColor"}),ls("path",{d:"M0.549927 6.57507C0.549927 7.29406 0.691541 8.006 0.966684 8.67026C1.24183 9.33451 1.64511 9.93807 2.15351 10.4465C2.66191 10.9549 3.26547 11.3581 3.92972 11.6333C4.59397 11.9084 5.30592 12.05 6.0249 12.05C6.74389 12.05 7.45583 11.9084 8.12008 11.6333C8.78434 11.3581 9.3879 10.9549 9.89629 10.4465C10.4047 9.93807 10.808 9.33451 11.0831 8.67026C11.3583 8.006 11.4999 7.29406 11.4999 6.57507C11.4999 5.12302 10.9231 3.73044 9.89629 2.70368C8.86954 1.67692 7.47696 1.1001 6.0249 1.1001C4.57285 1.1001 3.18027 1.67692 2.15351 2.70368C1.12675 3.73044 0.549927 5.12302 0.549927 6.57507Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as xt,jsxs as R4}from"react/jsx-runtime";var v6=({...t})=>R4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[xt("g",{clipPath:"url(#clip0_240_3500)",children:xt("path",{d:"M10.0001 1.6665C11.0944 1.6665 12.1781 1.88205 13.1891 2.30084C14.2002 2.71963 15.1188 3.33346 15.8926 4.10728C16.6665 4.8811 17.2803 5.79977 17.6991 6.81081C18.1179 7.82186 18.3334 8.90549 18.3334 9.99984M10.0001 1.6665V9.99984M10.0001 1.6665C5.39771 1.6665 1.66675 5.39746 1.66675 9.99984C1.66675 14.6022 5.39771 18.3332 10.0001 18.3332C14.6025 18.3332 18.3334 14.6022 18.3334 9.99984M10.0001 1.6665C14.6025 1.6665 18.3334 5.39747 18.3334 9.99984M18.3334 9.99984L10.0001 9.99984M18.3334 9.99984C18.3334 11.3149 18.0222 12.6113 17.4251 13.7831C16.8281 14.9548 15.9622 15.9687 14.8983 16.7416L10.0001 9.99984",strokeWidth:"1.67",strokeLinecap:"round",strokeLinejoin:"round"})}),xt("defs",{children:xt("clipPath",{id:"clip0_240_3500",children:xt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as is}from"react/jsx-runtime";var w6=({...t})=>is("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:is("path",{d:"M5.75 2.5H5.9672C7.49082 2.5 8.25263 2.5 8.54182 2.77364C8.79179 3.01018 8.90257 3.35864 8.83508 3.69611C8.75701 4.08651 8.13505 4.52643 6.89114 5.40627L4.85886 6.84373C3.61495 7.72357 2.99299 8.16349 2.91492 8.55389C2.84743 8.89136 2.95821 9.23982 3.20818 9.47636C3.49737 9.75 4.25918 9.75 5.7828 9.75H6.25M4 2.5C4 3.32843 3.32843 4 2.5 4C1.67157 4 1 3.32843 1 2.5C1 1.67157 1.67157 1 2.5 1C3.32843 1 4 1.67157 4 2.5ZM11 9.5C11 10.3284 10.3284 11 9.5 11C8.67157 11 8 10.3284 8 9.5C8 8.67157 8.67157 8 9.5 8C10.3284 8 11 8.67157 11 9.5Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as y6}from"react/jsx-runtime";var x6=({...t})=>y6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:y6("g",{id:"save-01",children:y6("path",{id:"Icon",d:"M5.83333 2.5V5.33333C5.83333 5.80004 5.83333 6.0334 5.92416 6.21166C6.00406 6.36846 6.13154 6.49594 6.28834 6.57584C6.4666 6.66667 6.69996 6.66667 7.16667 6.66667H12.8333C13.3 6.66667 13.5334 6.66667 13.7117 6.57584C13.8685 6.49594 13.9959 6.36846 14.0758 6.21166C14.1667 6.0334 14.1667 5.80004 14.1667 5.33333V3.33333M14.1667 17.5V12.1667C14.1667 11.7 14.1667 11.4666 14.0758 11.2883C13.9959 11.1315 13.8685 11.0041 13.7117 10.9242C13.5334 10.8333 13.3 10.8333 12.8333 10.8333H7.16667C6.69996 10.8333 6.4666 10.8333 6.28834 10.9242C6.13154 11.0041 6.00406 11.1315 5.92416 11.2883C5.83333 11.4666 5.83333 11.7 5.83333 12.1667V17.5M17.5 7.77124V13.5C17.5 14.9001 17.5 15.6002 17.2275 16.135C16.9878 16.6054 16.6054 16.9878 16.135 17.2275C15.6002 17.5 14.9001 17.5 13.5 17.5H6.5C5.09987 17.5 4.3998 17.5 3.86502 17.2275C3.39462 16.9878 3.01217 16.6054 2.77248 16.135C2.5 15.6002 2.5 14.9001 2.5 13.5V6.5C2.5 5.09987 2.5 4.3998 2.77248 3.86502C3.01217 3.39462 3.39462 3.01217 3.86502 2.77248C4.3998 2.5 5.09987 2.5 6.5 2.5H12.2288C12.6364 2.5 12.8402 2.5 13.0321 2.54605C13.2021 2.58688 13.3647 2.65422 13.5138 2.7456C13.682 2.84867 13.8261 2.9928 14.1144 3.28105L16.719 5.88562C17.0072 6.17387 17.1513 6.318 17.2544 6.48619C17.3458 6.63531 17.4131 6.79789 17.4539 6.96795C17.5 7.15976 17.5 7.36358 17.5 7.77124Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ss}from"react/jsx-runtime";var b6=({...t})=>ss("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ss("path",{d:"M8.99316 4.33333H4.7265C4.35313 4.33333 4.16645 4.33333 4.02384 4.26067C3.8984 4.19676 3.79641 4.09477 3.73249 3.96933C3.65983 3.82672 3.65983 3.64004 3.65983 3.26667V1M10.3265 13V8.73333C10.3265 8.35997 10.3265 8.17328 10.2538 8.03067C10.1899 7.90523 10.0879 7.80324 9.96249 7.73933C9.81988 7.66667 9.6332 7.66667 9.25983 7.66667H4.7265C4.35313 7.66667 4.16645 7.66667 4.02384 7.73933C3.8984 7.80324 3.79641 7.90523 3.73249 8.03067C3.65983 8.17328 3.65983 8.35997 3.65983 8.73333V13M12.9932 5.21699V9.8C12.9932 10.9201 12.9932 11.4802 12.7752 11.908C12.5834 12.2843 12.2775 12.5903 11.9011 12.782C11.4733 13 10.9133 13 9.79316 13H4.19316C3.07306 13 2.51301 13 2.08518 12.782C1.70886 12.5903 1.4029 12.2843 1.21115 11.908C0.993164 11.4802 0.993164 10.9201 0.993164 9.8V4.2C0.993164 3.0799 0.993164 2.51984 1.21115 2.09202C1.4029 1.71569 1.70886 1.40973 2.08518 1.21799C2.51301 1 3.07306 1 4.19316 1H8.77618C9.1023 1 9.26536 1 9.41881 1.03684C9.55486 1.0695 9.68491 1.12337 9.80421 1.19648C9.93877 1.27894 10.0541 1.39424 10.2847 1.62484L12.3683 3.7085C12.5989 3.9391 12.7142 4.0544 12.7967 4.18895C12.8698 4.30825 12.9237 4.43831 12.9563 4.57436C12.9932 4.72781 12.9932 4.89087 12.9932 5.21699Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as cs}from"react/jsx-runtime";var k6=({...t})=>cs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:cs("path",{d:"M6 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V6M6 19H5.8C4.11984 19 3.27976 19 2.63803 18.673C2.07354 18.3854 1.6146 17.9265 1.32698 17.362C1 16.7202 1 15.8802 1 14.2V14M19 6V5.8C19 4.11984 19 3.27976 18.673 2.63803C18.3854 2.07354 17.9265 1.6146 17.362 1.32698C16.7202 1 15.8802 1 14.2 1H14M19 14V14.2C19 15.8802 19 16.7202 18.673 17.362C18.3854 17.9265 17.9265 18.3854 17.362 18.673C16.7202 19 15.8802 19 14.2 19H14M1 10H1.01M5.5 10H5.51M14.5 10H14.51M10 10H10.01M19 10H19.01",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as as}from"react/jsx-runtime";var bt=({...t})=>as("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:as("path",{d:"M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as L6}from"react/jsx-runtime";var P6=({...t})=>L6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:L6("g",{id:"send-01",children:L6("path",{id:"Icon",d:"M8.74976 11.25L17.4998 2.50002M8.85608 11.5234L11.0462 17.1551C11.2391 17.6512 11.3356 17.8993 11.4746 17.9717C11.5951 18.0345 11.7386 18.0345 11.8592 17.9719C11.9983 17.8997 12.095 17.6517 12.2886 17.1558L17.7805 3.08269C17.9552 2.63504 18.0426 2.41121 17.9948 2.26819C17.9533 2.14398 17.8558 2.04651 17.7316 2.00501C17.5886 1.95723 17.3647 2.04458 16.9171 2.21927L2.84398 7.71122C2.34808 7.90474 2.10013 8.0015 2.02788 8.14059C1.96524 8.26116 1.96532 8.4047 2.0281 8.5252C2.10052 8.66421 2.34859 8.76067 2.84471 8.95361L8.47638 11.1437C8.57708 11.1829 8.62744 11.2024 8.66984 11.2327C8.70742 11.2595 8.74028 11.2924 8.76709 11.3299C8.79734 11.3723 8.81692 11.4227 8.85608 11.5234Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as vn,jsxs as N4}from"react/jsx-runtime";var S6=({...t})=>vn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:vn("g",{id:"settings-01",children:N4("g",{id:"Icon",children:[vn("path",{d:"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),vn("path",{d:"M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})})});import{jsx as I6}from"react/jsx-runtime";var M6=({...t})=>I6("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:I6("g",{id:"settings-03",children:I6("path",{id:"Icon",d:"M15.0505 9H5.5C4.11929 9 3 7.88071 3 6.5C3 5.11929 4.11929 4 5.5 4H15.0505M8.94949 20H18.5C19.8807 20 21 18.8807 21 17.5C21 16.1193 19.8807 15 18.5 15H8.94949M3 17.5C3 19.433 4.567 21 6.5 21C8.433 21 10 19.433 10 17.5C10 15.567 8.433 14 6.5 14C4.567 14 3 15.567 3 17.5ZM21 6.5C21 8.433 19.433 10 17.5 10C15.567 10 14 8.433 14 6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ps}from"react/jsx-runtime";var H6=({...t})=>ps("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...t,children:ps("path",{d:"M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ds}from"react/jsx-runtime";var R6=({...t})=>ds("svg",{width:"18",height:"22",viewBox:"0 0 18 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ds("path",{d:"M10 6.50011L7 9.50011L11 11.5001L8 14.5001M17 11.0001C17 15.9086 11.646 19.4785 9.69799 20.615C9.4766 20.7442 9.3659 20.8087 9.20968 20.8422C9.08844 20.8682 8.91156 20.8682 8.79032 20.8422C8.6341 20.8087 8.5234 20.7442 8.30201 20.615C6.35396 19.4785 1 15.9086 1 11.0001V6.21772C1 5.4182 1 5.01845 1.13076 4.67482C1.24627 4.37126 1.43398 4.10039 1.67766 3.88564C1.9535 3.64255 2.3278 3.50219 3.0764 3.22146L8.4382 1.21079C8.6461 1.13283 8.75005 1.09385 8.85698 1.07839C8.95184 1.06469 9.04816 1.06469 9.14302 1.07839C9.24995 1.09385 9.3539 1.13283 9.5618 1.21079L14.9236 3.22146C15.6722 3.50219 16.0465 3.64255 16.3223 3.88564C16.566 4.10039 16.7537 4.37126 16.8692 4.67482C17 5.01845 17 5.4182 17 6.21772V11.0001Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as us}from"react/jsx-runtime";var N6=({...t})=>us("svg",{width:"16",height:"20",viewBox:"0 0 16 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:us("path",{d:"M7.99967 12.0836V7.08363M5.49967 9.58363H10.4997M14.6663 10.0003C14.6663 14.0907 10.2047 17.0656 8.58133 18.0127C8.39684 18.1203 8.30459 18.1741 8.17441 18.2021C8.07338 18.2237 7.92597 18.2237 7.82494 18.2021C7.69475 18.1741 7.60251 18.1203 7.41802 18.0127C5.79464 17.0656 1.33301 14.0907 1.33301 10.0003V6.01497C1.33301 5.34871 1.33301 5.01558 1.44197 4.72922C1.53824 4.47625 1.69466 4.25053 1.89772 4.07157C2.12759 3.869 2.43951 3.75203 3.06334 3.51809L7.53151 1.84253C7.70476 1.77756 7.79138 1.74508 7.88049 1.7322C7.95954 1.72078 8.03981 1.72078 8.11885 1.7322C8.20797 1.74508 8.29459 1.77756 8.46784 1.84253L12.936 3.51809C13.5598 3.75203 13.8718 3.869 14.1016 4.07157C14.3047 4.25053 14.4611 4.47625 14.5574 4.72922C14.6663 5.01558 14.6663 5.34871 14.6663 6.01497V10.0003Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Cs}from"react/jsx-runtime";var B6=({...t})=>Cs("svg",{width:"9",height:"10",viewBox:"0 0 9 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:Cs("path",{d:"M4.79996 5.75375L5.48246 6.44489C5.57184 6.53539 5.68559 6.58065 5.82371 6.58065C5.96184 6.58065 6.07559 6.53539 6.16496 6.44489C6.25434 6.35438 6.29903 6.23919 6.29903 6.09932C6.29903 5.95945 6.25434 5.84426 6.16496 5.75375L5.48246 5.06261L6.16496 4.37147C6.25434 4.28096 6.29903 4.16577 6.29903 4.0259C6.29903 3.88603 6.25434 3.77084 6.16496 3.68033C6.07559 3.58982 5.96184 3.54457 5.82371 3.54457C5.68559 3.54457 5.57184 3.58982 5.48246 3.68033L4.79996 4.37147L4.11746 3.68033C4.02809 3.58982 3.91434 3.54457 3.77621 3.54457C3.63809 3.54457 3.52434 3.58982 3.43496 3.68033C3.34559 3.77084 3.3009 3.88603 3.3009 4.0259C3.3009 4.16577 3.34559 4.28096 3.43496 4.37147L4.11746 5.06261L3.43496 5.75375C3.34559 5.84426 3.3009 5.95945 3.3009 6.09932C3.3009 6.23919 3.34559 6.35438 3.43496 6.44489C3.52434 6.53539 3.63809 6.58065 3.77621 6.58065C3.91434 6.58065 4.02809 6.53539 4.11746 6.44489L4.79996 5.75375ZM4.79996 9.94995C4.74309 9.94995 4.69028 9.94584 4.64153 9.93761C4.59278 9.92938 4.54403 9.91704 4.49528 9.90058C3.3984 9.53033 2.52496 8.84528 1.87496 7.84543C1.22496 6.84558 0.899963 5.76988 0.899963 4.61831V2.28571C0.899963 2.08001 0.958951 1.89489 1.07693 1.73033C1.1949 1.56577 1.34716 1.44647 1.53371 1.37242L4.45871 0.26166C4.57246 0.220521 4.68621 0.199951 4.79996 0.199951C4.91371 0.199951 5.02746 0.220521 5.14121 0.26166L8.06621 1.37242C8.25309 1.44647 8.40551 1.56577 8.52349 1.73033C8.64146 1.89489 8.70029 2.08001 8.69996 2.28571V4.61831C8.69996 5.77021 8.37496 6.84608 7.72496 7.84593C7.07496 8.84578 6.20153 9.53066 5.10465 9.90058C5.0559 9.91704 5.00715 9.92938 4.9584 9.93761C4.90965 9.94584 4.85684 9.94995 4.79996 9.94995ZM4.79996 8.96261C5.64496 8.69109 6.34371 8.14805 6.89621 7.3335C7.44871 6.51894 7.72496 5.61388 7.72496 4.61831V2.28571L4.79996 1.17495L1.87496 2.28571V4.61831C1.87496 5.61388 2.15121 6.51894 2.70371 7.3335C3.25621 8.14805 3.95496 8.69109 4.79996 8.96261Z"})});import{jsx as D6}from"react/jsx-runtime";var V6=({...t})=>D6("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:D6("g",{id:"shuffle-01",children:D6("path",{id:"Icon",d:"M12 10L14 12M14 12L12 14M14 12H12.3793C11.7531 12 11.44 12 11.1559 11.9137C10.9043 11.8373 10.6702 11.712 10.4671 11.5451C10.2377 11.3565 10.064 11.096 9.71669 10.575L9.55556 10.3333M12 2L14 4M14 4L12 6M14 4H12.3793C11.7531 4 11.44 4 11.1559 4.0863C10.9043 4.1627 10.6702 4.28796 10.4671 4.45491C10.2377 4.64349 10.064 4.90398 9.71669 5.42496L6.28331 10.575C5.93599 11.096 5.76232 11.3565 5.53288 11.5451C5.32976 11.712 5.09572 11.8373 4.84414 11.9137C4.55996 12 4.24689 12 3.62075 12H2M2 4H3.62075C4.24689 4 4.55996 4 4.84414 4.0863C5.09572 4.1627 5.32976 4.28796 5.53288 4.45491C5.76232 4.64349 5.93599 4.90398 6.28331 5.42496L6.44444 5.66667",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as ms}from"react/jsx-runtime";var T6=({...t})=>ms("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ms("path",{d:"M3.28634 3.28585L12.713 12.7125M14.6663 7.99919C14.6663 11.6811 11.6816 14.6659 7.99967 14.6659C4.31778 14.6659 1.33301 11.6811 1.33301 7.99919C1.33301 4.31729 4.31778 1.33252 7.99967 1.33252C11.6816 1.33252 14.6663 4.31729 14.6663 7.99919Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as gs}from"react/jsx-runtime";var E6=({...t})=>gs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:gs("path",{d:"M4.10866 4.10866L15.892 15.892M1.66699 7.10261V12.898C1.66699 13.1019 1.66699 13.2038 1.69002 13.2997C1.71043 13.3847 1.7441 13.466 1.78979 13.5406C1.84133 13.6247 1.91339 13.6967 2.05752 13.8409L6.1598 17.9431C6.30393 18.0873 6.37599 18.1593 6.46009 18.2109C6.53465 18.2566 6.61594 18.2902 6.70097 18.3106C6.79687 18.3337 6.89879 18.3337 7.10261 18.3337H12.898C13.1019 18.3337 13.2038 18.3337 13.2997 18.3106C13.3847 18.2902 13.466 18.2566 13.5406 18.2109C13.6247 18.1593 13.6967 18.0873 13.8408 17.9431L17.9431 13.8408C18.0873 13.6967 18.1593 13.6247 18.2109 13.5406C18.2566 13.466 18.2902 13.3847 18.3106 13.2997C18.3337 13.2038 18.3337 13.1019 18.3337 12.898V7.10261C18.3337 6.89879 18.3337 6.79687 18.3106 6.70097C18.2902 6.61594 18.2566 6.53465 18.2109 6.46009C18.1593 6.37599 18.0873 6.30393 17.9431 6.1598L13.8408 2.05752C13.6967 1.91339 13.6247 1.84133 13.5406 1.78979C13.466 1.7441 13.3847 1.71043 13.2997 1.69002C13.2038 1.66699 13.1019 1.66699 12.898 1.66699H7.10261C6.89879 1.66699 6.79687 1.66699 6.70097 1.69002C6.61594 1.71043 6.53465 1.7441 6.46009 1.78979C6.37599 1.84133 6.30393 1.91339 6.1598 2.05752L2.05752 6.1598C1.91339 6.30393 1.84133 6.37599 1.78979 6.46009C1.7441 6.53465 1.71043 6.61594 1.69002 6.70097C1.66699 6.79687 1.66699 6.89879 1.66699 7.10261Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as F6}from"react/jsx-runtime";var A6=({...t})=>F6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:F6("g",{id:"Social icon",children:F6("path",{id:"Vector",fillRule:"evenodd",clipRule:"evenodd",d:"M10 0C4.47939 0 0 4.47939 0 10C0 15.5206 4.47939 20 10 20C15.5098 20 20 15.5206 20 10C20 4.47939 15.5098 0 10 0ZM16.6052 4.60954C17.7983 6.06291 18.5141 7.91756 18.5358 9.92406C18.2538 9.86987 15.4338 9.295 12.5922 9.65294C12.5271 9.51194 12.4729 9.36006 12.4078 9.20825C12.2343 8.79613 12.0391 8.37313 11.8438 7.97181C14.9891 6.692 16.4208 4.84816 16.6052 4.60954ZM10 1.47506C12.1692 1.47506 14.154 2.28851 15.6616 3.62256C15.5097 3.83948 14.2191 5.56399 11.1822 6.70281C9.78306 4.13232 8.23213 2.0282 7.9935 1.70282C8.63338 1.55097 9.30587 1.47506 10 1.47506ZM6.36662 2.27766C6.59437 2.58134 8.11281 4.69631 9.53363 7.21256C5.5423 8.2755 2.01736 8.25381 1.63774 8.25381C2.19089 5.60738 3.98047 3.40564 6.36662 2.27766ZM1.45336 10.0109C1.45336 9.92406 1.45336 9.83731 1.45336 9.75056C1.82213 9.76137 5.96529 9.81563 10.2278 8.53581C10.4773 9.013 10.705 9.50106 10.9219 9.98913C10.8134 10.0217 10.6941 10.0542 10.5857 10.0868C6.18221 11.5076 3.83948 15.3904 3.64425 15.7158C2.2885 14.2083 1.45336 12.2018 1.45336 10.0109ZM10 18.5466C8.026 18.5466 6.20391 17.8742 4.76139 16.7462C4.91323 16.4317 6.64856 13.0911 11.4642 11.41C11.4859 11.3991 11.4968 11.3991 11.5184 11.3883C12.7223 14.5011 13.2104 17.1149 13.3406 17.8633C12.3102 18.308 11.1822 18.5466 10 18.5466ZM14.7614 17.0824C14.6746 16.5618 14.2191 14.0673 13.1019 10.9978C15.7809 10.5748 18.1236 11.269 18.4165 11.3666C18.0478 13.7419 16.6811 15.7917 14.7614 17.0824Z"})})});import{jsx as W6}from"react/jsx-runtime";var Z6=({...t})=>W6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:W6("g",{id:"Group",children:W6("path",{id:"Vector",d:"M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z"})})});import{jsx as kt,jsxs as B4}from"react/jsx-runtime";var _6=({...t})=>B4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:[kt("g",{id:"Social icon",clipPath:"url(#clip0_4276_66448)",children:kt("path",{id:"Vector",fillRule:"evenodd",clipRule:"evenodd",d:"M13.2879 19.1663L8.66337 12.5748L2.87405 19.1663H0.424805L7.57674 11.0256L0.424805 0.833008H6.71309L11.0717 7.04552L16.5327 0.833008H18.982L12.1619 8.59674L19.5762 19.1663H13.2879ZM16.0154 17.308H14.3665L3.93176 2.69134H5.58092L9.7601 8.54397L10.4828 9.55956L16.0154 17.308Z"})}),kt("defs",{children:kt("clipPath",{id:"clip0_4276_66448",children:kt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as fs}from"react/jsx-runtime";var O6=({...t})=>fs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:fs("path",{d:"M18.3333 9.99999C18.3333 14.6024 14.6024 18.3333 9.99999 18.3333C5.39762 18.3333 1.66666 14.6024 1.66666 9.99999M18.3333 9.99999C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666M18.3333 9.99999H16.25M1.66666 9.99999C1.66666 5.39762 5.39762 1.66666 9.99999 1.66666M1.66666 9.99999H3.74999M9.99999 1.66666V3.74999M15.8987 4.16666L11.2499 8.74999M15.8987 15.8987L15.7288 15.7288C15.1523 15.1523 14.864 14.864 14.5276 14.6579C14.2294 14.4751 13.9042 14.3404 13.5641 14.2588C13.1805 14.1667 12.7728 14.1667 11.9575 14.1667L8.04245 14.1667C7.22715 14.1667 6.8195 14.1667 6.43588 14.2588C6.09576 14.3405 5.77062 14.4751 5.47238 14.6579C5.13599 14.864 4.84774 15.1523 4.27124 15.7288L4.10135 15.8987M4.10135 4.16666L5.54839 5.6137M11.6667 9.99999C11.6667 10.9205 10.9205 11.6667 9.99999 11.6667C9.07952 11.6667 8.33332 10.9205 8.33332 9.99999C8.33332 9.07952 9.07952 8.33332 9.99999 8.33332C10.9205 8.33332 11.6667 9.07952 11.6667 9.99999Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as z6}from"react/jsx-runtime";var U6=({...t})=>z6("svg",{width:"30",height:"30",viewBox:"0 0 30 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t,children:z6("g",{id:"simple-icons:contentstack",clipPath:"url(#clip0_5498_15556)",children:z6("path",{id:"Vector",d:"M23.204 12.6349C23.2078 12.6958 23.1987 12.7569 23.1772 12.8141C23.1557 12.8713 23.1224 12.9233 23.0795 12.9667C23.0365 13.0102 22.9849 13.044 22.928 13.0661C22.871 13.0882 22.81 13.098 22.749 13.0949H14.0315C13.9702 13.0983 13.9088 13.0888 13.8514 13.0669C13.7939 13.045 13.7418 13.0112 13.6982 12.9678C13.6547 12.9244 13.6208 12.8724 13.5988 12.815C13.5767 12.7576 13.567 12.6963 13.5703 12.6349V11.6474C13.567 11.5859 13.5768 11.5244 13.5989 11.467C13.621 11.4095 13.655 11.3574 13.6987 11.3139C13.7423 11.2705 13.7946 11.2368 13.8522 11.215C13.9098 11.1932 13.9713 11.1838 14.0328 11.1874H22.7378C22.7989 11.1843 22.86 11.1941 22.917 11.2163C22.9741 11.2384 23.0258 11.2724 23.0687 11.316C23.1117 11.3595 23.145 11.4117 23.1664 11.469C23.1877 11.5264 23.1967 11.5876 23.1928 11.6486L23.204 12.6349ZM27.0603 15.4974C27.0645 15.559 27.0555 15.6208 27.0339 15.6787C27.0123 15.7365 26.9786 15.7891 26.9351 15.8329C26.8915 15.8767 26.8391 15.9106 26.7814 15.9325C26.7237 15.9544 26.6619 15.9638 26.6003 15.9599H15.8628C15.8015 15.9637 15.74 15.9542 15.6827 15.9322C15.6253 15.9102 15.5734 15.8761 15.5303 15.8322C15.4873 15.7884 15.4542 15.7358 15.4333 15.678C15.4124 15.6202 15.4041 15.5586 15.409 15.4974V14.4886C15.405 14.4278 15.414 14.3669 15.4354 14.3098C15.4568 14.2528 15.4902 14.201 15.5333 14.1579C15.5764 14.1148 15.6282 14.0814 15.6852 14.06C15.7423 14.0386 15.8032 14.0296 15.864 14.0336H26.5065C26.5676 14.0295 26.629 14.0383 26.6864 14.0596C26.7438 14.081 26.7961 14.1142 26.8397 14.1572C26.8833 14.2003 26.9172 14.252 26.9393 14.3092C26.9614 14.3663 26.9711 14.4275 26.9678 14.4886L27.0603 15.4974ZM29.9978 18.4349C30.0017 18.4965 29.9923 18.5583 29.9704 18.616C29.9485 18.6737 29.9146 18.7261 29.8708 18.7697C29.827 18.8132 29.7744 18.8469 29.7166 18.8685C29.6587 18.8901 29.5969 18.8991 29.5353 18.8949H17.8853C17.824 18.899 17.7626 18.8899 17.7052 18.8682C17.6478 18.8465 17.5957 18.8126 17.5525 18.769C17.5094 18.7253 17.4761 18.6729 17.455 18.6153C17.4339 18.5576 17.4255 18.4961 17.4303 18.4349V17.4311C17.4251 17.3697 17.4333 17.3079 17.4542 17.25C17.4751 17.192 17.5083 17.1393 17.5515 17.0953C17.5947 17.0514 17.6469 17.0174 17.7045 16.9955C17.7622 16.9736 17.8238 16.9645 17.8853 16.9686H29.5365C29.5982 16.9648 29.6599 16.9741 29.7177 16.996C29.7754 17.0179 29.8278 17.0519 29.8713 17.0957C29.9149 17.1394 29.9486 17.192 29.9702 17.2499C29.9918 17.3077 30.0008 17.3695 29.9965 17.4311L29.9978 18.4349ZM29.9978 21.3749C30.0009 21.4361 29.9911 21.4973 29.9688 21.5544C29.9466 21.6116 29.9125 21.6633 29.8688 21.7063C29.8251 21.7493 29.7728 21.7826 29.7153 21.8039C29.6578 21.8252 29.5965 21.834 29.5353 21.8299H17.8853C17.8245 21.8337 17.7637 21.8246 17.7067 21.8031C17.6498 21.7816 17.5981 21.7482 17.555 21.7052C17.512 21.6621 17.4786 21.6104 17.4571 21.5535C17.4356 21.4965 17.4264 21.4356 17.4303 21.3749V20.3661C17.4251 20.3047 17.4333 20.2429 17.4542 20.185C17.4751 20.127 17.5083 20.0743 17.5515 20.0303C17.5947 19.9864 17.6469 19.9524 17.7045 19.9305C17.7622 19.9086 17.8238 19.8995 17.8853 19.9036H29.5365C29.5982 19.8998 29.6599 19.9091 29.7177 19.931C29.7754 19.9529 29.8278 19.9869 29.8713 20.0307C29.9149 20.0744 29.9486 20.127 29.9702 20.1849C29.9918 20.2427 30.0008 20.3045 29.9965 20.3661L29.9978 21.3749ZM27.0603 24.2161C27.0639 24.2776 27.0545 24.3391 27.0327 24.3967C27.0109 24.4543 26.9772 24.5066 26.9337 24.5503C26.8903 24.5939 26.8382 24.6279 26.7807 24.65C26.7233 24.6722 26.6618 24.6819 26.6003 24.6786H15.864C15.8028 24.6818 15.7416 24.6719 15.6845 24.6497C15.6274 24.6274 15.5756 24.5933 15.5326 24.5496C15.4896 24.5059 15.4564 24.4536 15.4351 24.3961C15.4138 24.3386 15.4049 24.2773 15.409 24.2161V23.2074C15.4047 23.1462 15.4134 23.0847 15.4346 23.0272C15.4559 22.9696 15.4891 22.9172 15.5321 22.8734C15.5752 22.8297 15.627 22.7956 15.6843 22.7734C15.7415 22.7513 15.8028 22.7415 15.864 22.7449H26.5078C26.5693 22.7416 26.6308 22.7514 26.6882 22.7735C26.7457 22.7956 26.7978 22.8296 26.8412 22.8732C26.8847 22.9169 26.9184 22.9692 26.9402 23.0268C26.962 23.0844 26.9714 23.1459 26.9678 23.2074L27.0603 24.2161ZM23.204 27.1524C23.208 27.2134 23.199 27.2746 23.1776 27.3318C23.1562 27.3891 23.1229 27.4412 23.0799 27.4847C23.0369 27.5281 22.9852 27.562 22.9282 27.584C22.8711 27.606 22.8101 27.6157 22.749 27.6124H14.0315C13.9702 27.6158 13.9088 27.6063 13.8514 27.5844C13.7939 27.5625 13.7418 27.5287 13.6982 27.4853C13.6547 27.4419 13.6208 27.3899 13.5988 27.3325C13.5767 27.2751 13.567 27.2138 13.5703 27.1524V26.1424C13.567 26.0811 13.5767 26.0197 13.5988 25.9624C13.621 25.9052 13.6551 25.8532 13.6988 25.8101C13.7425 25.767 13.7949 25.7336 13.8525 25.7122C13.9101 25.6909 13.9715 25.682 14.0328 25.6861H22.7378C22.7987 25.6823 22.8596 25.6914 22.9167 25.713C22.9737 25.7346 23.0255 25.7681 23.0686 25.8113C23.1116 25.8545 23.145 25.9063 23.1664 25.9634C23.1878 26.0205 23.1968 26.0815 23.1928 26.1424L23.204 27.1524ZM6.69154 3.85864C6.6884 3.91986 6.69827 3.98106 6.7205 4.03819C6.74273 4.09532 6.77683 4.14709 6.82053 4.19008C6.86423 4.23308 6.91655 4.26632 6.97404 4.28762C7.03153 4.30891 7.09287 4.31778 7.15404 4.31364H15.8665C15.9278 4.31828 15.9892 4.30968 16.0468 4.28842C16.1044 4.26717 16.1568 4.23376 16.2003 4.19047C16.2438 4.14718 16.2775 4.09502 16.2991 4.03755C16.3207 3.98007 16.3296 3.91863 16.3253 3.85739V2.84989C16.3295 2.78833 16.3205 2.72658 16.2989 2.66878C16.2773 2.61098 16.2436 2.55848 16.2 2.51479C16.1565 2.4711 16.1041 2.43724 16.0463 2.41548C15.9886 2.39372 15.9269 2.38457 15.8653 2.38864H7.15279C7.09141 2.38555 7.03006 2.39542 6.97276 2.41762C6.91545 2.43983 6.86346 2.47385 6.82018 2.51749C6.7769 2.56112 6.74329 2.61338 6.72156 2.67087C6.69983 2.72836 6.69045 2.78978 6.69404 2.85114L6.69154 3.85864ZM2.93654 6.78739C2.93248 6.84819 2.94147 6.90915 2.96291 6.96619C2.98434 7.02323 3.01772 7.07504 3.0608 7.11812C3.10389 7.16121 3.15569 7.19459 3.21273 7.21602C3.26977 7.23745 3.33074 7.24644 3.39154 7.24239H14.034C14.095 7.24636 14.1562 7.23736 14.2135 7.21597C14.2708 7.19458 14.3229 7.16129 14.3663 7.11829C14.4098 7.0753 14.4436 7.02357 14.4657 6.96653C14.4877 6.9095 14.4973 6.84844 14.494 6.78739V5.77864C14.4976 5.71717 14.4882 5.65564 14.4664 5.59806C14.4446 5.54048 14.4109 5.48815 14.3675 5.4445C14.3241 5.40084 14.2719 5.36685 14.2145 5.34473C14.157 5.32261 14.0955 5.31286 14.034 5.31614H3.38904C3.32776 5.31279 3.26648 5.32252 3.20925 5.34468C3.15203 5.36685 3.10018 5.40093 3.05714 5.44468C3.0141 5.48843 2.98087 5.54083 2.95964 5.59841C2.93842 5.65599 2.92969 5.71742 2.93404 5.77864L2.93654 6.78739ZM-0.000960941 9.72239C-0.00501579 9.78319 0.00397397 9.84415 0.0254057 9.90119C0.0468374 9.95823 0.0802158 10.01 0.123303 10.0531C0.166391 10.0962 0.218192 10.1296 0.275233 10.151C0.332275 10.1725 0.393239 10.1814 0.454039 10.1774H12.1053C12.1661 10.1814 12.2271 10.1725 12.2841 10.151C12.3411 10.1296 12.3929 10.0962 12.436 10.0531C12.4791 10.01 12.5125 9.95823 12.5339 9.90119C12.5554 9.84415 12.5643 9.78319 12.5603 9.72239V8.71239C12.5646 8.65117 12.5559 8.58974 12.5347 8.53216C12.5135 8.47458 12.4802 8.42218 12.4372 8.37843C12.3942 8.33468 12.3423 8.3006 12.2851 8.27843C12.2278 8.25627 12.1666 8.24654 12.1053 8.24989H0.455289C0.394064 8.24674 0.332869 8.25661 0.275737 8.27885C0.218606 8.30108 0.166836 8.33517 0.123843 8.37888C0.0808489 8.42258 0.0476076 8.4749 0.0263107 8.53239C0.00501374 8.58987 -0.00385507 8.65122 0.000289059 8.71239L-0.000960941 9.72239ZM-0.000960941 12.6349C-0.00510507 12.6961 0.00376374 12.7574 0.0250607 12.8149C0.0463576 12.8724 0.0795989 12.9247 0.122593 12.9684C0.165586 13.0121 0.217356 13.0462 0.274487 13.0684C0.331619 13.0907 0.392814 13.1005 0.454039 13.0974H12.1053C12.1666 13.1007 12.2278 13.091 12.2851 13.0688C12.3423 13.0467 12.3942 13.0126 12.4372 12.9688C12.4802 12.9251 12.5135 12.8727 12.5347 12.8151C12.5559 12.7575 12.5646 12.6961 12.5603 12.6349V11.6474C12.5643 11.5864 12.5553 11.5252 12.5339 11.4679C12.5125 11.4107 12.4792 11.3586 12.4362 11.3151C12.3932 11.2716 12.3415 11.2378 12.2844 11.2158C12.2274 11.1937 12.1663 11.1841 12.1053 11.1874H0.455289C0.394075 11.1841 0.332854 11.1938 0.275664 11.2159C0.218473 11.2379 0.166613 11.2719 0.123501 11.3155C0.0803899 11.3591 0.0470067 11.4113 0.0255532 11.4687C0.00409964 11.5261 -0.00493702 11.5875 -0.000960941 11.6486V12.6349ZM2.93279 15.4986C2.92796 15.56 2.93642 15.6216 2.95759 15.6793C2.97876 15.7371 3.01214 15.7896 3.05545 15.8332C3.09876 15.8769 3.15098 15.9107 3.20855 15.9324C3.26612 15.954 3.32769 15.963 3.38904 15.9586H14.0303C14.0919 15.9631 14.1538 15.9542 14.2118 15.9327C14.2697 15.9112 14.3224 15.8775 14.3662 15.8339C14.4101 15.7903 14.444 15.7378 14.4659 15.68C14.4877 15.6222 14.4969 15.5603 14.4928 15.4986V14.4886C14.4961 14.4274 14.4864 14.3661 14.4642 14.3089C14.4421 14.2516 14.408 14.1998 14.3642 14.1567C14.3205 14.1137 14.2681 14.0805 14.2105 14.0592C14.1529 14.038 14.0915 14.0293 14.0303 14.0336H3.39029C3.32939 14.0294 3.26829 14.0382 3.21109 14.0596C3.1539 14.0809 3.10194 14.1143 3.05871 14.1574C3.01549 14.2005 2.98199 14.2524 2.96049 14.3095C2.93898 14.3666 2.92996 14.4277 2.93404 14.4886L2.93279 15.4986ZM6.69279 18.4336C6.68872 18.4952 6.69787 18.5569 6.71963 18.6147C6.74139 18.6724 6.77525 18.7248 6.81894 18.7684C6.86263 18.812 6.91514 18.8457 6.97293 18.8673C7.03073 18.8889 7.09248 18.8979 7.15404 18.8936H15.864C15.9257 18.8981 15.9876 18.8892 16.0455 18.8677C16.1035 18.8462 16.1562 18.8125 16.2 18.7689C16.2438 18.7253 16.2778 18.6728 16.2996 18.615C16.3214 18.5572 16.3306 18.4953 16.3265 18.4336V17.4299C16.331 17.368 16.3221 17.3059 16.3004 17.2477C16.2788 17.1896 16.2449 17.1368 16.201 17.0929C16.1571 17.0491 16.1043 17.0152 16.0462 16.9935C15.988 16.9718 15.9259 16.9629 15.864 16.9674H7.15529C7.09346 16.9631 7.03143 16.9722 6.97339 16.9939C6.91534 17.0157 6.86263 17.0496 6.81881 17.0934C6.77498 17.1372 6.74106 17.1899 6.71932 17.248C6.69758 17.306 6.68854 17.3681 6.69279 17.4299V18.4336Z"})})});import{jsx as G6}from"react/jsx-runtime";var Lt=({...t})=>G6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:G6("g",{id:"Star",clipPath:"url(#clip0_7485_30770)",children:G6("path",{id:"Star_2",d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z"})})});import{jsx as g1,jsxs as $6}from"react/jsx-runtime";var q6=({color1:t="currentColor",color2:e="currentColor",...n})=>$6("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[$6("g",{clipPath:"url(#clip0_1232_42)",children:[g1("path",{d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z",fill:e}),g1("g",{clipPath:"url(#clip1_1232_42)",children:g1("path",{d:"M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z",fill:t})})]}),$6("defs",{children:[g1("clipPath",{id:"clip0_1232_42",children:g1("rect",{width:"20",height:"20",fill:e})}),g1("clipPath",{id:"clip1_1232_42",children:g1("rect",{width:"10",height:"20",fill:e})})]})]});import{jsx as hs,jsxs as D4}from"react/jsx-runtime";var X6=({...t})=>D4("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[hs("path",{d:"M5.41699 10.8333L6.07071 12.1408C6.29195 12.5832 6.40257 12.8045 6.55035 12.9962C6.68149 13.1663 6.834 13.3188 7.00412 13.45C7.19584 13.5977 7.41708 13.7084 7.85956 13.9296L9.16699 14.5833L7.85956 15.237C7.41708 15.4583 7.19584 15.5689 7.00412 15.7167C6.834 15.8478 6.68149 16.0003 6.55035 16.1705C6.40257 16.3622 6.29195 16.5834 6.07071 17.0259L5.41699 18.3333L4.76328 17.0259C4.54204 16.5834 4.43142 16.3622 4.28363 16.1705C4.1525 16.0003 3.99999 15.8478 3.82986 15.7167C3.63815 15.5689 3.4169 15.4583 2.97442 15.237L1.66699 14.5833L2.97442 13.9296C3.4169 13.7084 3.63815 13.5977 3.82986 13.45C3.99999 13.3188 4.1525 13.1663 4.28363 12.9962C4.43142 12.8045 4.54204 12.5832 4.76328 12.1408L5.41699 10.8333Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"}),hs("path",{d:"M12.5003 1.66666L13.4825 4.22034C13.7175 4.83136 13.835 5.13688 14.0178 5.39386C14.1797 5.62162 14.3787 5.82061 14.6065 5.98256C14.8634 6.16529 15.169 6.2828 15.78 6.5178L18.3337 7.49999L15.78 8.48218C15.169 8.71718 14.8634 8.83469 14.6065 9.01742C14.3787 9.17937 14.1797 9.37836 14.0178 9.60612C13.835 9.8631 13.7175 10.1686 13.4825 10.7796L12.5003 13.3333L11.5181 10.7796C11.2831 10.1686 11.1656 9.8631 10.9829 9.60612C10.8209 9.37836 10.622 9.17937 10.3942 9.01742C10.1372 8.83469 9.8317 8.71718 9.22067 8.48218L6.66699 7.49999L9.22067 6.5178C9.8317 6.2828 10.1372 6.16529 10.3942 5.98256C10.622 5.82061 10.8209 5.62162 10.9829 5.39386C11.1656 5.13688 11.2831 4.83136 11.5181 4.22034L12.5003 1.66666Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Pt,jsxs as V4}from"react/jsx-runtime";var j6=({...t})=>V4("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",...t,children:[Pt("g",{clipPath:"url(#clip0_4182_8378)",children:Pt("path",{d:"M3.74984 18.3334V14.1667M3.74984 5.83335V1.66669M1.6665 3.75002H5.83317M1.6665 16.25H5.83317M10.8332 2.50002L9.38802 6.25741C9.15301 6.86843 9.03551 7.17394 8.85278 7.43093C8.69083 7.65869 8.49184 7.85768 8.26408 8.01963C8.00709 8.20236 7.70158 8.31986 7.09055 8.55487L3.33317 10L7.09056 11.4452C7.70158 11.6802 8.00709 11.7977 8.26408 11.9804C8.49184 12.1424 8.69083 12.3414 8.85278 12.5691C9.03551 12.8261 9.15301 13.1316 9.38802 13.7426L10.8332 17.5L12.2783 13.7426C12.5133 13.1316 12.6308 12.8261 12.8136 12.5691C12.9755 12.3414 13.1745 12.1424 13.4023 11.9804C13.6592 11.7977 13.9648 11.6802 14.5758 11.4452L18.3332 10L14.5758 8.55487C13.9648 8.31986 13.6592 8.20236 13.4023 8.01963C13.1745 7.85768 12.9755 7.65869 12.8136 7.43093C12.6308 7.17394 12.5133 6.86843 12.2783 6.2574L10.8332 2.50002Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})}),Pt("defs",{children:Pt("clipPath",{id:"clip0_4182_8378",children:Pt("rect",{width:"20",height:"20",fill:"white"})})})]});import{jsx as vs}from"react/jsx-runtime";var K6=({...t})=>vs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:vs("path",{d:"M21.5 13.375H15.2225C14.945 13.3004 14.6662 13.2306 14.3863 13.1656C12.6312 12.7506 11.6388 12.4469 11.6388 11.0262C11.6245 10.781 11.6608 10.5355 11.7454 10.3048C11.83 10.0742 11.9612 9.86345 12.1306 9.68562C12.6615 9.24906 13.3264 9.00851 14.0137 9.00437C15.7825 8.96062 16.5981 9.56063 17.265 10.4731L18.2744 9.73562C17.8019 9.0571 17.1578 8.51616 16.4078 8.16807C15.6578 7.81998 14.8288 7.67722 14.0056 7.75437C12.9944 7.76083 12.0189 8.12909 11.2556 8.7925C10.9663 9.08594 10.7402 9.43552 10.5913 9.8197C10.4423 10.2039 10.3736 10.6145 10.3894 11.0262C10.362 11.4768 10.4466 11.9271 10.6357 12.337C10.8248 12.7468 11.1125 13.1035 11.4731 13.375H6.5V14.625H15.0325C16.2619 14.9812 16.9969 15.445 17.0156 16.7237C17.0359 16.9969 16.9985 17.2713 16.9056 17.529C16.8128 17.7867 16.6667 18.0219 16.4769 18.2194C15.8155 18.7407 14.9938 19.0166 14.1519 19C13.5234 18.9818 12.9074 18.8209 12.3503 18.5295C11.7932 18.2382 11.3097 17.8239 10.9362 17.3181L9.97812 18.1206C10.4636 18.7676 11.0899 19.2955 11.8097 19.6645C12.5295 20.0334 13.3238 20.2336 14.1325 20.25H14.195C15.3492 20.2633 16.4695 19.8596 17.35 19.1131C17.6625 18.798 17.9054 18.4209 18.0632 18.0061C18.2209 17.5914 18.2898 17.1481 18.2656 16.705C18.289 15.947 18.0332 15.2069 17.5469 14.625H21.5V13.375Z"})});import{jsx as A1,jsxs as T4}from"react/jsx-runtime";var Y6=({...t})=>T4("svg",{width:"38",height:"38",viewBox:"0 0 38 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[A1("g",{opacity:"0.3",children:A1("rect",{x:"6",y:"6",width:"26",height:"26",rx:"13",strokeWidth:"2"})}),A1("g",{opacity:"0.1",children:A1("rect",{x:"1",y:"1",width:"36",height:"36",rx:"18",strokeWidth:"2"})}),A1("g",{clipPath:"url(#clip0_12730_65126)",children:A1("path",{d:"M15.2503 19L17.7503 21.5L22.7503 16.5M27.3337 19C27.3337 23.6023 23.6027 27.3333 19.0003 27.3333C14.398 27.3333 10.667 23.6023 10.667 19C10.667 14.3976 14.398 10.6666 19.0003 10.6666C23.6027 10.6666 27.3337 14.3976 27.3337 19Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})]});import{jsx as ws}from"react/jsx-runtime";var Q6=({...t})=>ws("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ws("path",{d:"M11 1V3M11 19V21M3 11H1M5.31412 5.31412L3.8999 3.8999M16.6859 5.31412L18.1001 3.8999M5.31412 16.69L3.8999 18.1042M16.6859 16.69L18.1001 18.1042M21 11H19M16 11C16 13.7614 13.7614 16 11 16C8.23858 16 6 13.7614 6 11C6 8.23858 8.23858 6 11 6C13.7614 6 16 8.23858 16 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as ys}from"react/jsx-runtime";var J6=({...t})=>ys("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:ys("path",{d:"M1.66667 10.3333H12.3333M12.3333 10.3333L9.66667 7.66667M12.3333 10.3333L9.66667 13M12.3333 3.66667H1.66667M1.66667 3.66667L4.33334 1M1.66667 3.66667L4.33334 6.33333",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as xs}from"react/jsx-runtime";var el=({...t})=>xs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:xs("path",{d:"M7 7H7.01M1 4.2L1 8.67451C1 9.1637 1 9.40829 1.05526 9.63846C1.10425 9.84253 1.18506 10.0376 1.29472 10.2166C1.4184 10.4184 1.59135 10.5914 1.93726 10.9373L9.60589 18.6059C10.7939 19.7939 11.388 20.388 12.0729 20.6105C12.6755 20.8063 13.3245 20.8063 13.927 20.6105C14.612 20.388 15.2061 19.7939 16.3941 18.6059L18.6059 16.3941C19.7939 15.2061 20.388 14.612 20.6105 13.927C20.8063 13.3245 20.8063 12.6755 20.6105 12.0729C20.388 11.388 19.7939 10.7939 18.6059 9.60589L10.9373 1.93726C10.5914 1.59135 10.4184 1.4184 10.2166 1.29472C10.0376 1.18506 9.84253 1.10425 9.63846 1.05526C9.40829 1 9.1637 1 8.67452 1L4.2 1C3.0799 1 2.51984 1 2.09202 1.21799C1.7157 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.07989 1 4.2ZM7.5 7C7.5 7.27614 7.27614 7.5 7 7.5C6.72386 7.5 6.5 7.27614 6.5 7C6.5 6.72386 6.72386 6.5 7 6.5C7.27614 6.5 7.5 6.72386 7.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as bs}from"react/jsx-runtime";var tl=({...t})=>bs("svg",{width:"13",height:"12",viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:bs("path",{d:"M12.1666 5.99967H9.99992M3.49992 5.99967H1.33325M6.74992 2.74967V0.583008M6.74992 11.4163V9.24967M11.0833 5.99967C11.0833 8.39291 9.14315 10.333 6.74992 10.333C4.35668 10.333 2.41659 8.39291 2.41659 5.99967C2.41659 3.60644 4.35668 1.66634 6.74992 1.66634C9.14315 1.66634 11.0833 3.60644 11.0833 5.99967ZM8.37492 5.99967C8.37492 6.89714 7.64738 7.62467 6.74992 7.62467C5.85246 7.62467 5.12492 6.89714 5.12492 5.99967C5.12492 5.10221 5.85246 4.37467 6.74992 4.37467C7.64738 4.37467 8.37492 5.10221 8.37492 5.99967Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as nl,jsxs as E4}from"react/jsx-runtime";var ol=({...t})=>E4("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:[nl("path",{d:"M11.9979 22.0095C17.5212 22.0095 21.9987 17.532 21.9987 12.0086C21.9987 6.48534 17.5212 2.00781 11.9979 2.00781C6.4746 2.00781 1.99707 6.48534 1.99707 12.0086C1.99707 17.532 6.4746 22.0095 11.9979 22.0095Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"}),nl("path",{d:"M11.9956 18.0069C15.3096 18.0069 17.9961 15.3203 17.9961 12.0064C17.9961 8.69237 15.3096 6.00586 11.9956 6.00586C8.68163 6.00586 5.99512 8.69237 5.99512 12.0064C5.99512 15.3203 8.68163 18.0069 11.9956 18.0069Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"}),nl("path",{d:"M11.9975 14.0087C13.1023 14.0087 13.9979 13.113 13.9979 12.0082C13.9979 10.9034 13.1023 10.0078 11.9975 10.0078C10.8927 10.0078 9.99707 10.9034 9.99707 12.0082C9.99707 13.113 10.8927 14.0087 11.9975 14.0087Z",strokeWidth:"2.00017",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as ks,jsxs as F4}from"react/jsx-runtime";var rl=({...t})=>F4("svg",{width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:[ks("path",{d:"M0.5 14.6667C0.5 14.2064 0.873096 13.8333 1.33333 13.8333H14.6667C15.1269 13.8333 15.5 14.2064 15.5 14.6667C15.5 15.1269 15.1269 15.5 14.6667 15.5H1.33333C0.873097 15.5 0.5 15.1269 0.5 14.6667Z"}),ks("path",{d:"M10.9133 9.66667H5.08667L3.96286 12.4762C3.83631 12.7925 3.5299 13 3.18916 13C2.59962 13 2.1965 12.4046 2.41545 11.8572L6.95713 1.02384C7.08368 0.707459 7.39011 0.5 7.73086 0.5H8.26914C8.60989 0.5 8.91632 0.707459 9.04287 1.02384L13.5845 11.8572C13.8035 12.4046 13.4004 13 12.8108 13C12.4701 13 12.1637 12.7925 12.0371 12.4762L10.9133 9.66667ZM10.2467 8L8 2.90417L5.75333 8H10.2467Z"})]});import{jsx as Ls}from"react/jsx-runtime";var ll=({...t})=>Ls("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ls("path",{d:"M1 4C1 3.06812 1 2.60218 1.15224 2.23463C1.35523 1.74458 1.74458 1.35523 2.23463 1.15224C2.60218 1 3.06812 1 4 1H14C14.9319 1 15.3978 1 15.7654 1.15224C16.2554 1.35523 16.6448 1.74458 16.8478 2.23463C17 2.60218 17 3.06812 17 4M5 17H13M7.25 1V17M10.75 1V17",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ps}from"react/jsx-runtime";var il=({...t})=>Ps("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Ps("path",{d:"M22.3987 14.3575L17.4081 9.36625C17.1736 9.13187 16.8556 9.00021 16.5241 9.00021C16.1925 9.00021 15.8745 9.13187 15.64 9.36625L12.2912 12.715L9.625 5.25H8.375L5.25 14H6.5L7.12438 12.125H10.8744L11.3763 13.63L6.86625 18.14C6.75012 18.2561 6.658 18.3939 6.59515 18.5456C6.5323 18.6973 6.49995 18.8599 6.49995 19.0241C6.49995 19.1883 6.5323 19.3508 6.59515 19.5025C6.658 19.6542 6.75012 19.792 6.86625 19.9081L9.7075 22.75H15.7013L22.3987 16.0519C22.5101 15.9406 22.5984 15.8085 22.6587 15.6631C22.719 15.5177 22.75 15.3618 22.75 15.2044C22.75 15.047 22.719 14.8911 22.6587 14.7457C22.5984 14.6003 22.5101 14.4681 22.3987 14.3569V14.3575ZM7.54062 10.875L8.9975 6.5L10.4575 10.875H7.54062ZM15.1844 21.5H10.225L7.75 19.0238L11.695 15.0794L16.65 20.0337L15.1844 21.5ZM17.5344 19.15L12.5794 14.1956L16.5244 10.25L21.4787 15.2044L17.5344 19.15Z"})});import{jsx as sl}from"react/jsx-runtime";var cl=({...t})=>sl("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:sl("g",{id:"translate-02",children:sl("path",{id:"Icon",d:"M5 8L10 13M4 14L10 8L12 5M2 5H14M7 2H8M12.913 17H20.087M12.913 17L11 21M12.913 17L15.7783 11.009C16.0092 10.5263 16.1246 10.2849 16.2826 10.2086C16.4199 10.1423 16.5801 10.1423 16.7174 10.2086C16.8754 10.2849 16.9908 10.5263 17.2217 11.009L20.087 17M20.087 17L22 21",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as al}from"react/jsx-runtime";var $e=({...t})=>al("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:al("g",{id:"trash-01",children:al("path",{id:"Icon",d:"M13.3333 4.99935V4.33268C13.3333 3.39926 13.3333 2.93255 13.1517 2.57603C12.9919 2.26243 12.7369 2.00746 12.4233 1.84767C12.0668 1.66602 11.6001 1.66602 10.6667 1.66602H9.33333C8.39991 1.66602 7.9332 1.66602 7.57668 1.84767C7.26308 2.00746 7.00811 2.26243 6.84832 2.57603C6.66667 2.93255 6.66667 3.39926 6.66667 4.33268V4.99935M8.33333 9.58268V13.7493M11.6667 9.58268V13.7493M2.5 4.99935H17.5M15.8333 4.99935V14.3327C15.8333 15.7328 15.8333 16.4329 15.5608 16.9677C15.3212 17.4381 14.9387 17.8205 14.4683 18.0602C13.9335 18.3327 13.2335 18.3327 11.8333 18.3327H8.16667C6.76654 18.3327 6.06647 18.3327 5.53169 18.0602C5.06129 17.8205 4.67883 17.4381 4.43915 16.9677C4.16667 16.4329 4.16667 15.7328 4.16667 14.3327V4.99935",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ss}from"react/jsx-runtime";var pl=({...t})=>Ss("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",...t,children:Ss("path",{d:"M11 3.5L7.06568 7.43432C6.86768 7.63232 6.76867 7.73133 6.65451 7.76842C6.55409 7.80105 6.44591 7.80105 6.34549 7.76842C6.23133 7.73133 6.13232 7.63232 5.93431 7.43431L4.56568 6.06568C4.36768 5.86768 4.26867 5.76867 4.15451 5.73158C4.05409 5.69895 3.94591 5.69895 3.84549 5.73158C3.73133 5.76867 3.63232 5.86768 3.43431 6.06569L1 8.5M11 3.5H7.5M11 3.5V7",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Is}from"react/jsx-runtime";var dl=({...t})=>Is("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Is("path",{d:"M6.5 20.25H21.5V21.5H6.5V20.25ZM14 18.375C12.8397 18.375 11.7269 17.9141 10.9064 17.0936C10.0859 16.2731 9.625 15.1603 9.625 14V7.125H10.875V14C10.875 14.8288 11.2042 15.6237 11.7903 16.2097C12.3763 16.7958 13.1712 17.125 14 17.125C14.8288 17.125 15.6237 16.7958 16.2097 16.2097C16.7958 15.6237 17.125 14.8288 17.125 14V7.125H18.375V14C18.375 15.1603 17.9141 16.2731 17.0936 17.0936C16.2731 17.9141 15.1603 18.375 14 18.375V18.375Z"})});import{jsx as Ms}from"react/jsx-runtime";var ul=({...t})=>Ms("svg",{width:"18",height:"13",viewBox:"0 0 18 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ms("path",{d:"M1.58008 4.5013H12.8301C14.9011 4.5013 16.5801 6.18023 16.5801 8.2513C16.5801 10.3224 14.9011 12.0013 12.8301 12.0013H9.08008M1.58008 4.5013L4.91341 1.16797M1.58008 4.5013L4.91341 7.83464",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Hs}from"react/jsx-runtime";var Cl=({...t})=>Hs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",...t,children:Hs("path",{d:"M16.5 10.25H8.88438L11.1263 8.00875L10.25 7.125L6.5 10.875L10.25 14.625L11.1263 13.7406L8.88625 11.5H16.5C17.4946 11.5 18.4484 11.8951 19.1517 12.5983C19.8549 13.3016 20.25 14.2554 20.25 15.25C20.25 16.2446 19.8549 17.1984 19.1517 17.9017C18.4484 18.6049 17.4946 19 16.5 19H11.5V20.25H16.5C17.8261 20.25 19.0979 19.7232 20.0355 18.7855C20.9732 17.8479 21.5 16.5761 21.5 15.25C21.5 13.9239 20.9732 12.6521 20.0355 11.7145C19.0979 10.7768 17.8261 10.25 16.5 10.25Z"})});import{jsx as Rs}from"react/jsx-runtime";var ml=({...t})=>Rs("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Rs("path",{d:"M6.6665 12.3333L9.99984 9M9.99984 9L13.3332 12.3333M9.99984 9V16.5M16.6665 12.9524C17.6844 12.1117 18.3332 10.8399 18.3332 9.41667C18.3332 6.88536 16.2811 4.83333 13.7498 4.83333C13.5677 4.83333 13.3974 4.73833 13.3049 4.58145C12.2182 2.73736 10.2119 1.5 7.9165 1.5C4.46472 1.5 1.6665 4.29822 1.6665 7.75C1.6665 9.47175 2.36271 11.0309 3.48896 12.1613",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Ns}from"react/jsx-runtime";var St=({...t})=>Ns("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ns("path",{d:"M12.3327 13C12.3327 12.0696 12.3327 11.6044 12.2179 11.2259C11.9593 10.3736 11.2924 9.70669 10.4401 9.44816C10.0616 9.33333 9.59639 9.33333 8.66601 9.33333H5.33268C4.40231 9.33333 3.93712 9.33333 3.55859 9.44816C2.70632 9.70669 2.03938 10.3736 1.78084 11.2259C1.66602 11.6044 1.66602 12.0696 1.66602 13M9.99935 4C9.99935 5.65685 8.6562 7 6.99935 7C5.34249 7 3.99935 5.65685 3.99935 4C3.99935 2.34315 5.34249 1 6.99935 1C8.6562 1 9.99935 2.34315 9.99935 4Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as gl}from"react/jsx-runtime";var fl=({...t})=>gl("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:gl("g",{id:"user-edit",children:gl("path",{id:"Icon",d:"M7.49984 12.9167H6.24984C5.08687 12.9167 4.50538 12.9167 4.03222 13.0602C2.96688 13.3834 2.1332 14.217 1.81004 15.2824C1.6665 15.7555 1.6665 16.337 1.6665 17.5M12.0832 6.25C12.0832 8.32107 10.4042 10 8.33317 10C6.2621 10 4.58317 8.32107 4.58317 6.25C4.58317 4.17893 6.2621 2.5 8.33317 2.5C10.4042 2.5 12.0832 4.17893 12.0832 6.25ZM9.1665 17.5L11.751 16.7616C11.8747 16.7262 11.9366 16.7085 11.9943 16.682C12.0456 16.6585 12.0943 16.6298 12.1398 16.5965C12.191 16.5589 12.2365 16.5134 12.3275 16.4224L17.7082 11.0417C18.2835 10.4664 18.2835 9.53362 17.7082 8.95831C17.1329 8.38302 16.2001 8.38303 15.6249 8.95833L10.2441 14.339C10.1531 14.43 10.1076 14.4756 10.07 14.5267C10.0367 14.5722 10.008 14.6209 9.98446 14.6722C9.95796 14.7299 9.94028 14.7918 9.90492 14.9155L9.1665 17.5Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Bs}from"react/jsx-runtime";var hl=({...t})=>Bs("svg",{width:"20",height:"18",viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Bs("path",{d:"M15.8337 16.5L18.3337 14M18.3337 14L15.8337 11.5M18.3337 14H13.3337M10.0003 11.9167H6.25033C5.08736 11.9167 4.50587 11.9167 4.03271 12.0602C2.96737 12.3834 2.13369 13.217 1.81053 14.2824C1.66699 14.7555 1.66699 15.337 1.66699 16.5M12.0837 5.25C12.0837 7.32107 10.4047 9 8.33366 9C6.26259 9 4.58366 7.32107 4.58366 5.25C4.58366 3.17893 6.26259 1.5 8.33366 1.5C10.4047 1.5 12.0837 3.17893 12.0837 5.25Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as vl}from"react/jsx-runtime";var wl=({...t})=>vl("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:vl("g",{id:"users-01",children:vl("path",{id:"Icon",d:"M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as yl}from"react/jsx-runtime";var xl=({...t})=>yl("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:yl("g",{id:"user-square",children:yl("path",{id:"Icon",d:"M4.00002 21.8174C4.6026 22 5.41649 22 6.8 22H17.2C18.5835 22 19.3974 22 20 21.8174M4.00002 21.8174C3.87082 21.7783 3.75133 21.7308 3.63803 21.673C3.07354 21.3854 2.6146 20.9265 2.32698 20.362C2 19.7202 2 18.8802 2 17.2V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H17.2C18.8802 2 19.7202 2 20.362 2.32698C20.9265 2.6146 21.3854 3.07354 21.673 3.63803C22 4.27976 22 5.11984 22 6.8V17.2C22 18.8802 22 19.7202 21.673 20.362C21.3854 20.9265 20.9265 21.3854 20.362 21.673C20.2487 21.7308 20.1292 21.7783 20 21.8174M4.00002 21.8174C4.00035 21.0081 4.00521 20.5799 4.07686 20.2196C4.39249 18.6329 5.63288 17.3925 7.21964 17.0769C7.60603 17 8.07069 17 9 17H15C15.9293 17 16.394 17 16.7804 17.0769C18.3671 17.3925 19.6075 18.6329 19.9231 20.2196C19.9948 20.5799 19.9996 21.0081 20 21.8174M16 9.5C16 11.7091 14.2091 13.5 12 13.5C9.79086 13.5 8 11.7091 8 9.5C8 7.29086 9.79086 5.5 12 5.5C14.2091 5.5 16 7.29086 16 9.5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as bl}from"react/jsx-runtime";var kl=({...t})=>bl("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:bl("g",{id:"users-up",children:bl("path",{id:"Icon",d:"M16 18L19 15M19 15L22 18M19 15V21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ll}from"react/jsx-runtime";var Pl=({...t})=>Ll("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ll("g",{id:"volume-max",children:Ll("path",{id:"Icon",d:"M16.4569 4.16669C17.638 5.80855 18.3337 7.82305 18.3337 10C18.3337 12.177 17.638 14.1915 16.4569 15.8334M13.1214 6.66669C13.7805 7.61155 14.167 8.76065 14.167 10C14.167 11.2394 13.7805 12.3885 13.1214 13.3334M8.02892 4.47142L5.39085 7.1095C5.24672 7.25362 5.17466 7.32569 5.09056 7.37722C5.016 7.42291 4.93472 7.45658 4.84969 7.477C4.75378 7.50002 4.65187 7.50002 4.44804 7.50002H3.00033C2.53362 7.50002 2.30026 7.50002 2.122 7.59085C1.9652 7.67074 1.83771 7.79823 1.75782 7.95503C1.66699 8.13329 1.66699 8.36664 1.66699 8.83335V11.1667C1.66699 11.6334 1.66699 11.8668 1.75782 12.045C1.83771 12.2018 1.9652 12.3293 2.122 12.4092C2.30026 12.5 2.53362 12.5 3.00033 12.5H4.44804C4.65187 12.5 4.75378 12.5 4.84969 12.523C4.93472 12.5435 5.016 12.5771 5.09056 12.6228C5.17466 12.6744 5.24672 12.7464 5.39085 12.8905L8.02892 15.5286C8.3859 15.8856 8.56439 16.0641 8.71763 16.0761C8.8506 16.0866 8.98054 16.0328 9.06716 15.9314C9.16699 15.8145 9.16699 15.5621 9.16699 15.0572V4.94283C9.16699 4.43798 9.16699 4.18556 9.06716 4.06867C8.98054 3.96725 8.8506 3.91343 8.71763 3.92389C8.56439 3.93595 8.3859 4.11444 8.02892 4.47142Z",strokeWidth:"1.66667",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ds}from"react/jsx-runtime";var Sl=({...t})=>Ds("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ds("path",{d:"M15.6316 7.63137C15.2356 7.23535 15.0376 7.03735 14.9634 6.80902C14.8981 6.60817 14.8981 6.39183 14.9634 6.19098C15.0376 5.96265 15.2356 5.76465 15.6316 5.36863L18.47 2.53026C17.7168 2.18962 16.8806 2 16.0002 2C12.6865 2 10.0002 4.68629 10.0002 8C10.0002 8.49104 10.0592 8.9683 10.1705 9.42509C10.2896 9.91424 10.3492 10.1588 10.3387 10.3133C10.3276 10.4751 10.3035 10.5612 10.2289 10.7051C10.1576 10.8426 10.0211 10.9791 9.74804 11.2522L3.50023 17.5C2.6718 18.3284 2.6718 19.6716 3.50023 20.5C4.32865 21.3284 5.6718 21.3284 6.50023 20.5L12.748 14.2522C13.0211 13.9791 13.1576 13.8426 13.2951 13.7714C13.4391 13.6968 13.5251 13.6727 13.6869 13.6616C13.8414 13.651 14.086 13.7106 14.5751 13.8297C15.0319 13.941 15.5092 14 16.0002 14C19.3139 14 22.0002 11.3137 22.0002 8C22.0002 7.11959 21.8106 6.28347 21.47 5.53026L18.6316 8.36863C18.2356 8.76465 18.0376 8.96265 17.8092 9.03684C17.6084 9.1021 17.3921 9.1021 17.1912 9.03684C16.9629 8.96265 16.7649 8.76465 16.3689 8.36863L15.6316 7.63137Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Il}from"react/jsx-runtime";var Ee=({...t})=>Il("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Il("g",{id:"x",children:Il("path",{id:"Icon",d:"M11.3337 4.66675L4.66699 11.3334M4.66699 4.66675L11.3337 11.3334",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Vs}from"react/jsx-runtime";var Ml=({...t})=>Vs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Vs("path",{d:"M14 8L8 14M8 8L14 14M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})});import{jsx as Hl,jsxs as A4}from"react/jsx-runtime";var Rl=({color1:t="currentColor",color2:e="currentColor",...n})=>A4("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:[Hl("rect",{x:"0.3125",y:"0.3125",width:"14.375",height:"14.375",rx:"7.1875",fill:e}),Hl("rect",{x:"0.3125",y:"0.3125",width:"14.375",height:"14.375",rx:"7.1875",stroke:t,strokeWidth:"0.625"}),Hl("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.12814 4.12814C4.299 3.95729 4.576 3.95729 4.74686 4.12814L7.5 6.88128L10.2531 4.12814C10.424 3.95729 10.701 3.95729 10.8719 4.12814C11.0427 4.299 11.0427 4.576 10.8719 4.74686L8.11872 7.5L10.8719 10.2531C11.0427 10.424 11.0427 10.701 10.8719 10.8719C10.701 11.0427 10.424 11.0427 10.2531 10.8719L7.5 8.11872L4.74686 10.8719C4.576 11.0427 4.299 11.0427 4.12814 10.8719C3.95729 10.701 3.95729 10.424 4.12814 10.2531L6.88128 7.5L4.12814 4.74686C3.95729 4.576 3.95729 4.299 4.12814 4.12814Z",fill:t})]});import{jsx as Nl}from"react/jsx-runtime";var It=({...t})=>Nl("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Nl("g",{id:"x-close",children:Nl("path",{id:"Icon",d:"M18 6L6 18M6 6L18 18",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})});import{jsx as Ts}from"react/jsx-runtime";var Bl=({...t})=>Ts("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...t,children:Ts("path",{d:"M5 5L9 9M9 5L5 9M4.2 13H9.8C10.9201 13 11.4802 13 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C13 11.4802 13 10.9201 13 9.8V4.2C13 3.0799 13 2.51984 12.782 2.09202C12.5903 1.71569 12.2843 1.40973 11.908 1.21799C11.4802 1 10.9201 1 9.8 1H4.2C3.0799 1 2.51984 1 2.09202 1.21799C1.71569 1.40973 1.40973 1.71569 1.21799 2.09202C1 2.51984 1 3.0799 1 4.2V9.8C1 10.9201 1 11.4802 1.21799 11.908C1.40973 12.2843 1.71569 12.5903 2.09202 12.782C2.51984 13 3.0799 13 4.2 13Z",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});var wn=(C=>(C.AlertCircle="AlertCircle",C.AlertFeatured="AlertFeatured",C.AlertOctagon="AlertOctagon",C.AlertTriangle="AlertTriangle",C.AlignRight="AlignRight",C.ArrowDown="ArrowDown",C.ArrowLeft="ArrowLeft",C.ArrowLeft2="ArrowLeft2",C.ArrowRight="ArrowRight",C.ArrowToTop="ArrowToTop",C.ArrowUp="ArrowUp",C.ArrowUpRight="ArrowUpRight",C.ArrowUpRightNarrow="ArrowUpRightNarrow",C.ArrowUpRightSquare="ArrowUpRightSquare",C.Attachment="Attachment",C.BarChartSquare="BarChartSquare",C.Bold="Bold",C.BookmarkCheck="BookmarkCheck",C.BookmarkCheckFill="BookmarkCheckFill",C.BookmarkPlus="BookmarkPlus",C.BookmarkX="BookmarkX",C.BoxLines="BoxLines",C.BoxText="BoxText",C.BracketsCheck="BracketsCheck",C.BracketsEllipses="BracketsEllipses",C.Building="Building",C.Calendar="Calendar",C.CertificateHeart="CertificateHeart",C.Check="Check",C.CheckCircle="CheckCircle",C.CheckCircleBroken="CheckCircleBroken",C.CheckFill="CheckFill",C.CheckVerified="CheckVerified",C.ChevronDown="ChevronDown",C.ChevronLeft="ChevronLeft",C.ChevronLeftDouble="ChevronLeftDouble",C.ChevronRight="ChevronRight",C.ChevronRightDouble="ChevronRightDouble",C.ChevronSelectorVertical="ChevronSelectorVertical",C.ChevronUp="ChevronUp",C.CircleSwap="CircleSwap",C.ClockFastForward="ClockFastForward",C.ClockRewind="ClockRewind",C.ClockRewind2="ClockRewind2",C.CodeBrowser="CodeBrowser",C.CodeCircle="CodeCircle",C.Colors="Colors",C.ColumnEdit="ColumnEdit",C.Copy="Copy",C.Copy2="Copy2",C.Copy3="Copy3",C.Copy4="Copy4",C.Copy5="Copy5",C.CopyCheck="CopyCheck",C.Cube="Cube",C.CubeOutline="CubeOutline",C.CursorBox="CursorBox",C.Dataflow="Dataflow",C.Dataflow2="Dataflow2",C.Dataflow3="Dataflow3",C.Delete="Delete",C.DollarCircle="DollarCircle",C.DotsGrid="DotsGrid",C.DotsHorizontal="DotsHorizontal",C.DotsVertical="DotsVertical",C.Edit="Edit",C.Editable="Editable",C.Expand="Expand",C.Eye="Eye",C.EyeHidden="EyeHidden",C.EyeHidden2="EyeHidden2",C.FaceSmile="FaceSmile",C.Filter="Filter",C.Filter2="Filter2",C.Flag="Flag",C.Flag2="Flag2",C.Flag3="Flag3",C.HandShield="HandShield",C.Hash="Hash",C.HeadsetMic="HeadsetMic",C.Heart="Heart",C.HouseLine="HouseLine",C.Image="Image",C.Image2="Image2",C.Image3="Image3",C.Image4="Image4",C.ImageCheck="ImageCheck",C.InfoCircle="InfoCircle",C.InfoHexagon="InfoHexagon",C.Italic="Italic",C.LayersMultiple="LayersMultiple",C.LayersSingle="LayersSingle",C.Layout="Layout",C.Layout2="Layout2",C.LayoutColumns="LayoutColumns",C.LayoutCustom="LayoutCustom",C.LayoutSequential="LayoutSequential",C.LayoutStuffed="LayoutStuffed",C.LayoutTile="LayoutTile",C.LifeBuoy="LifeBuoy",C.Lightbulb="Lightbulb",C.Lightning="Lightning",C.Lightning2="Lightning2",C.LightningFast="LightningFast",C.LineChartBar="LineChartBar",C.LineChartBreakoutSquare="LineChartBreakoutSquare",C.LineChartUp="LineChartUp",C.LineChartUp2="LineChartUp2",C.Lines="Lines",C.LinesCheck="LinesCheck",C.LinesPlay="LinesPlay",C.Link="Link",C.Link2="Link2",C.Link3="Link3",C.Link4="Link4",C.Link5="Link5",C.ListBullet="ListBullet",C.ListOrder="ListOrder",C.ListOrder2="ListOrder2",C.Lock="Lock",C.Lock2="Lock2",C.LogIn="LogIn",C.LogOut="LogOut",C.LogOut2="LogOut2",C.MagicWand="MagicWand",C.MagicWand2="MagicWand2",C.Mail="Mail",C.MessageSquare="MessageSquare",C.MessageSquare2="MessageSquare2",C.MessageXSquare="MessageXSquare",C.MinusCircle="MinusCircle",C.Mobile="Mobile",C.Monitor="Monitor",C.Monitor2="Monitor2",C.Monitor3="Monitor3",C.MoonCircle="MoonCircle",C.NavigationPointer="NavigationPointer",C.NotificationBox="NotificationBox",C.Palette="Palette",C.PasscodeLock="PasscodeLock",C.PCSetup="PCSetup",C.Pencil="Pencil",C.PercentageCircle="PercentageCircle",C.Perspective="Perspective",C.PhoneCall="PhoneCall",C.Pin="Pin",C.PlayCircle="PlayCircle",C.Plus="Plus",C.PlusCircle="PlusCircle",C.Pulse="Pulse",C.QuestionCircle="QuestionCircle",C.RadioButton="RadioButton",C.RadioButtonActive="RadioButtonActive",C.ReceiptCheck="ReceiptCheck",C.Redo="Redo",C.Refresh="Refresh",C.Refresh2="Refresh2",C.Refresh3="Refresh3",C.Repeat="Repeat",C.Repeat2="Repeat2",C.Retweet="Retweet",C.RoundChart="RoundChart",C.RoundChart2="RoundChart2",C.Route="Route",C.Save="Save",C.Save2="Save2",C.ScanDots="ScanDots",C.Search="Search",C.Send="Send",C.Settings="Settings",C.Settings2="Settings2",C.Settings3="Settings3",C.ShieldLightning="ShieldLightning",C.ShieldPlus="ShieldPlus",C.ShieldRemove="ShieldRemove",C.Shuffle="Shuffle",C.SlashCircle="SlashCircle",C.SlashOctagon="SlashOctagon",C.SocialGlobe="SocialGlobe",C.SocialLinkedin="SocialLinkedin",C.SocialX="SocialX",C.Speedometer="Speedometer",C.StairsRound="StairsRound",C.Star="Star",C.StarHalf="StarHalf",C.Stars="Stars",C.Stars2="Stars2",C.Strikethrough="Strikethrough",C.SuccessFeatured="SuccessFeatured",C.Sun="Sun",C.SwitchHorizontal="SwitchHorizontal",C.Tag="Tag",C.Target="Target",C.Target2="Target2",C.TextFormat="TextFormat",C.TextFormat2="TextFormat2",C.TextHighlight="TextHighlight",C.Translate="Translate",C.Trash="Trash",C.Trending="Trending",C.Underline="Underline",C.Undo="Undo",C.Undo2="Undo2",C.UploadCloud="UploadCloud",C.User="User",C.UserEdit="UserEdit",C.UserRight="UserRight",C.UserSquare="UserSquare",C.Users="Users",C.UsersUp="UsersUp",C.Volume="Volume",C.Wrench="Wrench",C.X="X",C.XCircle="XCircle",C.XCircle2="XCircle2",C.XClose="XClose",C.XSquare="XSquare",C))(wn||{});import{jsx as m}from"react/jsx-runtime";function re({name:t,...e}){switch(t){case"AlertCircle":return m(Mo,{...e});case"AlertFeatured":return m(Ho,{...e});case"AlertOctagon":return m(No,{...e});case"AlertTriangle":return m(Do,{...e});case"AlignRight":return m(To,{...e});case"ArrowDown":return m(Fo,{...e});case"ArrowLeft":return m(Wo,{...e});case"ArrowLeft2":return m(Zo,{...e});case"ArrowRight":return m(Oo,{...e});case"ArrowToTop":return m(zo,{...e});case"ArrowUp":return m(Uo,{...e});case"ArrowUpRight":return m(Go,{...e});case"ArrowUpRightNarrow":return m($o,{...e});case"ArrowUpRightSquare":return m(qo,{...e});case"Attachment":return m(Xo,{...e});case"BarChartSquare":return m(jo,{...e});case"Bold":return m(Ko,{...e});case"BookmarkCheck":return m(Lo,{...e});case"BookmarkCheckFill":return m(So,{...e});case"BookmarkPlus":return m(L5,{...e});case"BookmarkX":return m(Yo,{...e});case"BoxLines":return m(Qo,{...e});case"BoxText":return m(Jo,{...e});case"BracketsCheck":return m(tr,{...e});case"BracketsEllipses":return m(nr,{...e});case"Building":return m(S5,{...e});case"Calendar":return m(rr,{...e});case"CertificateHeart":return m(ir,{...e});case"Check":return m(De,{...e});case"CheckCircle":return m(sr,{...e});case"CheckCircleBroken":return m(ar,{...e});case"CheckFill":return m(pr,{...e});case"CheckVerified":return m(dr,{...e});case"ChevronDown":return m(Ve,{...e});case"ChevronLeft":return m(C1,{...e});case"ChevronLeftDouble":return m(mr,{...e});case"ChevronRight":return m(Te,{...e});case"ChevronRightDouble":return m(hr,{...e});case"ChevronSelectorVertical":return m(vr,{...e});case"ChevronUp":return m(m1,{...e});case"CircleSwap":return m(yr,{...e});case"ClockFastForward":return m(br,{...e});case"ClockRewind":return m(Lr,{...e});case"ClockRewind2":return m(Sr,{...e});case"CodeBrowser":return m(Mr,{...e});case"CodeCircle":return m(Hr,{...e});case"Colors":return m(Nr,{...e});case"ColumnEdit":return m(Io,{...e});case"Copy":return m(Dr,{...e});case"Copy2":return m(Vr,{...e});case"Copy3":return m(Er,{...e});case"Copy4":return m(Ar,{...e});case"Copy5":return m(Zr,{...e});case"CopyCheck":return m(_r,{...e});case"Cube":return m(zr,{...e});case"CubeOutline":return m(Ur,{...e});case"CursorBox":return m($r,{...e});case"Dataflow":return m(qr,{...e});case"Dataflow2":return m(Xr,{...e});case"Dataflow3":return m(jr,{...e});case"Delete":return m(Yr,{...e});case"DollarCircle":return m(Jr,{...e});case"DotsGrid":return m(e2,{...e});case"DotsHorizontal":return m(n2,{...e});case"DotsVertical":return m(F1,{...e});case"Edit":return m(r2,{...e});case"Editable":return m(i2,{...e});case"Expand":return m(s2,{...e});case"Eye":return m(c2,{...e});case"EyeHidden":return m(p2,{...e});case"EyeHidden2":return m(u2,{...e});case"FaceSmile":return m(m2,{...e});case"Filter":return m(g2,{...e});case"Filter2":return m(Ct,{...e});case"Flag":return m(f2,{...e});case"Flag2":return m(v2,{...e});case"Flag3":return m(w2,{...e});case"HandShield":return m(y2,{...e});case"Hash":return m(x2,{...e});case"HeadsetMic":return m(k2,{...e});case"Heart":return m(L2,{...e});case"HouseLine":return m(mt,{...e});case"Image":return m(P2,{...e});case"Image2":return m(S2,{...e});case"Image3":return m(I2,{...e});case"Image4":return m(H2,{...e});case"ImageCheck":return m(R2,{...e});case"InfoCircle":return m(N2,{...e});case"InfoHexagon":return m(D2,{...e});case"Italic":return m(V2,{...e});case"LayersMultiple":return m(T2,{...e});case"LayersSingle":return m(E2,{...e});case"Layout":return m(F2,{...e});case"Layout2":return m(A2,{...e});case"LayoutColumns":return m(W2,{...e});case"LayoutCustom":return m(Z2,{...e});case"LayoutSequential":return m(_2,{...e});case"LayoutStuffed":return m(O2,{...e});case"LayoutTile":return m(z2,{...e});case"LifeBuoy":return m(U2,{...e});case"Lightning":return m($2,{...e});case"Lightbulb":return m(G2,{...e});case"Lightning2":return m(X2,{...e});case"LightningFast":return m(j2,{...e});case"LineChartBar":return m(K2,{...e});case"LineChartBreakoutSquare":return m(Y2,{...e});case"LineChartUp":return m(J2,{...e});case"LineChartUp2":return m(e3,{...e});case"Lines":return m(t3,{...e});case"LinesCheck":return m(n3,{...e});case"LinesPlay":return m(o3,{...e});case"Link":return m(l3,{...e});case"Link2":return m(s3,{...e});case"Link3":return m(c3,{...e});case"Link4":return m(a3,{...e});case"Link5":return m(p3,{...e});case"ListBullet":return m(u3,{...e});case"ListOrder":return m(C3,{...e});case"ListOrder2":return m(m3,{...e});case"Lock":return m(g3,{...e});case"Lock2":return m(f3,{...e});case"LogIn":return m(v3,{...e});case"LogOut":return m(y3,{...e});case"LogOut2":return m(x3,{...e});case"MagicWand":return m(k3,{...e});case"MagicWand2":return m(L3,{...e});case"Mail":return m(S3,{...e});case"MessageSquare":return m(M3,{...e});case"MessageSquare2":return m(H3,{...e});case"MessageXSquare":return m(N3,{...e});case"MinusCircle":return m(B3,{...e});case"Mobile":return m(V3,{...e});case"Monitor":return m(T3,{...e});case"Monitor2":return m(F3,{...e});case"Monitor3":return m(W3,{...e});case"MoonCircle":return m(Z3,{...e});case"NavigationPointer":return m(_3,{...e});case"NotificationBox":return m(O3,{...e});case"Palette":return m(z3,{...e});case"PasscodeLock":return m(G3,{...e});case"PCSetup":return m($3,{...e});case"Pencil":return m(X3,{...e});case"PercentageCircle":return m(j3,{...e});case"Perspective":return m(K3,{...e});case"PhoneCall":return m(Q3,{...e});case"Pin":return m(vt,{...e});case"PlayCircle":return m(J3,{...e});case"Plus":return m(e6,{...e});case"PlusCircle":return m(Ge,{...e});case"Pulse":return m(o6,{...e});case"QuestionCircle":return m(wt,{...e});case"RadioButton":return m(i6,{...e});case"RadioButtonActive":return m(s6,{...e});case"ReceiptCheck":return m(a6,{...e});case"Redo":return m(p6,{...e});case"Refresh":return m(d6,{...e});case"Refresh2":return m(u6,{...e});case"Refresh3":return m(C6,{...e});case"Repeat":return m(m6,{...e});case"Repeat2":return m(g6,{...e});case"Retweet":return m(f6,{...e});case"RoundChart":return m(h6,{...e});case"RoundChart2":return m(v6,{...e});case"Route":return m(w6,{...e});case"Save":return m(x6,{...e});case"Save2":return m(b6,{...e});case"ScanDots":return m(k6,{...e});case"Search":return m(bt,{...e});case"Send":return m(P6,{...e});case"Settings":return m(S6,{...e});case"Settings2":return m(M6,{...e});case"Settings3":return m(H6,{...e});case"ShieldLightning":return m(R6,{...e});case"ShieldPlus":return m(N6,{...e});case"ShieldRemove":return m(B6,{...e});case"Shuffle":return m(V6,{...e});case"SlashCircle":return m(T6,{...e});case"SlashOctagon":return m(E6,{...e});case"SocialGlobe":return m(A6,{...e});case"SocialLinkedin":return m(Z6,{...e});case"SocialX":return m(_6,{...e});case"Speedometer":return m(O6,{...e});case"StairsRound":return m(U6,{...e});case"Star":return m(Lt,{...e});case"StarHalf":return m(q6,{...e});case"Stars":return m(X6,{...e});case"Stars2":return m(j6,{...e});case"Strikethrough":return m(K6,{...e});case"SuccessFeatured":return m(Y6,{...e});case"Sun":return m(Q6,{...e});case"SwitchHorizontal":return m(J6,{...e});case"Tag":return m(el,{...e});case"Target":return m(tl,{...e});case"Target2":return m(ol,{...e});case"TextFormat":return m(rl,{...e});case"TextFormat2":return m(ll,{...e});case"TextHighlight":return m(il,{...e});case"Translate":return m(cl,{...e});case"Trash":return m($e,{...e});case"Trending":return m(pl,{...e});case"Underline":return m(dl,{...e});case"Undo":return m(ul,{...e});case"Undo2":return m(Cl,{...e});case"UploadCloud":return m(ml,{...e});case"User":return m(St,{...e});case"UserEdit":return m(fl,{...e});case"UserRight":return m(hl,{...e});case"UserSquare":return m(xl,{...e});case"Users":return m(wl,{...e});case"UsersUp":return m(kl,{...e});case"Volume":return m(Pl,{...e});case"Wrench":return m(Sl,{...e});case"X":return m(Ee,{...e});case"XCircle":return m(Ml,{...e});case"XCircle2":return m(Rl,{...e});case"XClose":return m(It,{...e});case"XSquare":return m(Bl,{...e});default:return null}}import{cn as de,formatAudioTime as In,trimBlob as Z4}from"@cleen/ui-core";import{useWavesurfer as _4}from"@wavesurfer/react";import{forwardRef as O4,useCallback as Z1,useEffect as Al,useMemo as z4,useRef as As,useState as Mn}from"react";import{BiMicrophone as U4}from"react-icons/bi";import{BsStop as G4}from"react-icons/bs";import{FaPause as $4,FaPlay as q4,FaScissors as X4,FaTrash as j4}from"react-icons/fa6";function Dl(t,e,n,o){return new(n||(n=Promise))((function(i,r){function l(a){try{c(o.next(a))}catch(p){r(p)}}function s(a){try{c(o.throw(a))}catch(p){r(p)}}function c(a){var p;a.done?i(a.value):(p=a.value,p instanceof n?p:new n((function(u){u(p)}))).then(l,s)}c((o=o.apply(t,e||[])).next())}))}var yn=class{constructor(){this.listeners={}}on(e,n,o){if(this.listeners[e]||(this.listeners[e]=new Set),o?.once){let i=(...r)=>{this.un(e,i),n(...r)};return this.listeners[e].add(i),()=>this.un(e,i)}return this.listeners[e].add(n),()=>this.un(e,n)}un(e,n){var o;(o=this.listeners[e])===null||o===void 0||o.delete(n)}once(e,n){return this.on(e,n,{once:!0})}unAll(){this.listeners={}}emit(e,...n){this.listeners[e]&&this.listeners[e].forEach((o=>o(...n)))}},Tl=class extends yn{constructor(e){super(),this.subscriptions=[],this.isDestroyed=!1,this.options=e}onInit(){}_init(e){this.isDestroyed&&(this.subscriptions=[],this.isDestroyed=!1),this.wavesurfer=e,this.onInit()}destroy(){this.emit("destroy"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.isDestroyed=!0,this.wavesurfer=void 0}},El=class extends yn{constructor(){super(...arguments),this.animationFrameId=null,this.isRunning=!1}start(){if(this.isRunning)return;this.isRunning=!0;let e=()=>{this.isRunning&&(this.emit("tick"),this.animationFrameId=requestAnimationFrame(e))};e()}stop(){this.isRunning=!1,this.animationFrameId!==null&&(cancelAnimationFrame(this.animationFrameId),this.animationFrameId=null)}destroy(){this.stop()}},Vl=100,W4=["audio/webm","audio/wav","audio/mpeg","audio/mp4","audio/mp3"],xn=class t extends Tl{constructor(e){var n,o,i,r,l,s;super(Object.assign(Object.assign({},e),{audioBitsPerSecond:(n=e.audioBitsPerSecond)!==null&&n!==void 0?n:128e3,scrollingWaveform:(o=e.scrollingWaveform)!==null&&o!==void 0&&o,scrollingWaveformWindow:(i=e.scrollingWaveformWindow)!==null&&i!==void 0?i:5,continuousWaveform:(r=e.continuousWaveform)!==null&&r!==void 0&&r,renderRecordedAudio:(l=e.renderRecordedAudio)===null||l===void 0||l,mediaRecorderTimeslice:(s=e.mediaRecorderTimeslice)!==null&&s!==void 0?s:void 0})),this.stream=null,this.mediaRecorder=null,this.dataWindow=null,this.isWaveformPaused=!1,this.lastStartTime=0,this.lastDuration=0,this.duration=0,this.micStream=null,this.recordedBlobUrl=null,this.timer=new El,this.subscriptions.push(this.timer.on("tick",(()=>{let c=performance.now()-this.lastStartTime;this.duration=this.isPaused()?this.duration:this.lastDuration+c,this.emit("record-progress",this.duration)})))}static create(e){return new t(e||{})}renderMicStream(e){var n;let o=new AudioContext,i=o.createMediaStreamSource(e),r=o.createAnalyser();i.connect(r),(this.options.continuousWaveform||this.options.scrollingWaveform)&&(r.fftSize=32);let l=r.frequencyBinCount,s=new Float32Array(l),c=0;this.wavesurfer&&((n=this.originalOptions)!==null&&n!==void 0||(this.originalOptions=Object.assign({},this.wavesurfer.options)),this.wavesurfer.options.interact=!1,this.options.scrollingWaveform&&(this.wavesurfer.options.cursorWidth=0,this.wavesurfer.options.normalize=!0,this.wavesurfer.options.maxPeak=1));let a=setInterval((()=>{var p,u,g,d;if(!this.isWaveformPaused){if(r.getFloatTimeDomainData(s),this.options.scrollingWaveform){let f=Math.floor((this.options.scrollingWaveformWindow||0)*Vl),v=0;for(let b=0;b<l;b++){let w=Math.abs(s[b]);w>v&&(v=w)}this.dataWindow||(this.dataWindow=new Float32Array(f));let h=new Float32Array(f);if(this.dataWindow&&this.dataWindow.length>0){let b=f-1,w=this.dataWindow.slice(-b);h.set(w,0)}h[f-1]=v,this.dataWindow=h}else if(this.options.continuousWaveform){if(!this.dataWindow){let v=this.options.continuousWaveformDuration?Math.round(this.options.continuousWaveformDuration*Vl):((u=(p=this.wavesurfer)===null||p===void 0?void 0:p.getWidth())!==null&&u!==void 0?u:0)*window.devicePixelRatio;this.dataWindow=new Float32Array(v)}let f=0;for(let v=0;v<l;v++){let h=Math.abs(s[v]);h>f&&(f=h)}if(c+1>this.dataWindow.length){let v=new Float32Array(2*this.dataWindow.length);v.set(this.dataWindow,0),this.dataWindow=v}this.dataWindow[c]=f,c++}else this.dataWindow=s;if(this.wavesurfer){let f=((d=(g=this.dataWindow)===null||g===void 0?void 0:g.length)!==null&&d!==void 0?d:0)/Vl;this.wavesurfer.load("",[this.dataWindow],this.options.scrollingWaveform?this.options.scrollingWaveformWindow:f).then((()=>{this.wavesurfer&&this.options.continuousWaveform&&(this.wavesurfer.setTime(this.getDuration()/1e3),this.wavesurfer.options.minPxPerSec||this.wavesurfer.setOptions({minPxPerSec:this.wavesurfer.getWidth()/this.wavesurfer.getDuration()}))})).catch((v=>{console.error("Error rendering real-time recording data:",v)}))}}}),10);return{onDestroy:()=>{clearInterval(a),i?.disconnect(),o?.close()},onEnd:()=>{this.isWaveformPaused=!0,this.stopMic()}}}startMic(e){return Dl(this,void 0,void 0,(function*(){let n;this.micStream&&this.stopMic();try{n=yield navigator.mediaDevices.getUserMedia({audio:e==null||e})}catch(i){throw new Error("Error accessing the microphone: "+i.message)}let o=this.renderMicStream(n);return this.micStream=o,this.unsubscribeDestroy=this.once("destroy",o.onDestroy),this.unsubscribeRecordEnd=this.once("record-end",o.onEnd),this.stream=n,n}))}stopMic(){var e,n,o;(e=this.micStream)===null||e===void 0||e.onDestroy(),(n=this.unsubscribeDestroy)===null||n===void 0||n.call(this),(o=this.unsubscribeRecordEnd)===null||o===void 0||o.call(this),this.micStream=null,this.unsubscribeDestroy=void 0,this.unsubscribeRecordEnd=void 0,this.stream&&(this.stream.getTracks().forEach((i=>i.stop())),this.stream=null,this.mediaRecorder=null)}startRecording(e){return Dl(this,void 0,void 0,(function*(){let n=this.stream||(yield this.startMic(e));this.dataWindow=null;let o=this.mediaRecorder||new MediaRecorder(n,{mimeType:this.options.mimeType||W4.find((l=>MediaRecorder.isTypeSupported(l))),audioBitsPerSecond:this.options.audioBitsPerSecond});this.mediaRecorder=o,this.stopRecording();let i=[];o.ondataavailable=l=>{l.data.size>0&&i.push(l.data),this.emit("record-data-available",l.data)};let r=l=>{var s;let c=new Blob(i,{type:o.mimeType});this.emit(l,c),this.options.renderRecordedAudio&&(this.applyOriginalOptionsIfNeeded(),this.recordedBlobUrl&&URL.revokeObjectURL(this.recordedBlobUrl),this.recordedBlobUrl=URL.createObjectURL(c),(s=this.wavesurfer)===null||s===void 0||s.load(this.recordedBlobUrl))};o.onpause=()=>r("record-pause"),o.onstop=()=>r("record-end"),o.start(this.options.mediaRecorderTimeslice),this.lastStartTime=performance.now(),this.lastDuration=0,this.duration=0,this.isWaveformPaused=!1,this.timer.start(),this.emit("record-start")}))}getDuration(){return this.duration}isRecording(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)==="recording"}isPaused(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)==="paused"}isActive(){var e;return((e=this.mediaRecorder)===null||e===void 0?void 0:e.state)!=="inactive"}stopRecording(){var e;this.isActive()&&((e=this.mediaRecorder)===null||e===void 0||e.stop(),this.timer.stop())}pauseRecording(){var e,n;this.isRecording()&&(this.isWaveformPaused=!0,(e=this.mediaRecorder)===null||e===void 0||e.requestData(),(n=this.mediaRecorder)===null||n===void 0||n.pause(),this.timer.stop(),this.lastDuration=this.duration)}resumeRecording(){var e;this.isPaused()&&(this.isWaveformPaused=!1,(e=this.mediaRecorder)===null||e===void 0||e.resume(),this.timer.start(),this.lastStartTime=performance.now(),this.emit("record-resume"))}static getAvailableAudioDevices(){return Dl(this,void 0,void 0,(function*(){return navigator.mediaDevices.enumerateDevices().then((e=>e.filter((n=>n.kind==="audioinput"))))}))}destroy(){this.applyOriginalOptionsIfNeeded(),super.destroy(),this.stopRecording(),this.stopMic(),this.recordedBlobUrl&&(URL.revokeObjectURL(this.recordedBlobUrl),this.recordedBlobUrl=null)}applyOriginalOptionsIfNeeded(){this.wavesurfer&&this.originalOptions&&(this.wavesurfer.setOptions(this.originalOptions),delete this.originalOptions)}};var Ln=class{constructor(){this.listeners={}}on(e,n,o){if(this.listeners[e]||(this.listeners[e]=new Set),o?.once){let i=(...r)=>{this.un(e,i),n(...r)};return this.listeners[e].add(i),()=>this.un(e,i)}return this.listeners[e].add(n),()=>this.un(e,n)}un(e,n){var o;(o=this.listeners[e])===null||o===void 0||o.delete(n)}once(e,n){return this.on(e,n,{once:!0})}unAll(){this.listeners={}}emit(e,...n){this.listeners[e]&&this.listeners[e].forEach((o=>o(...n)))}},Fl=class extends Ln{constructor(e){super(),this.subscriptions=[],this.isDestroyed=!1,this.options=e}onInit(){}_init(e){this.isDestroyed&&(this.subscriptions=[],this.isDestroyed=!1),this.wavesurfer=e,this.onInit()}destroy(){this.emit("destroy"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.isDestroyed=!0,this.wavesurfer=void 0}};function Es(t,e){let n=e.xmlns?document.createElementNS(e.xmlns,t):document.createElement(t);for(let[o,i]of Object.entries(e))if(o==="children"&&i)for(let[r,l]of Object.entries(i))l instanceof Node?n.appendChild(l):typeof l=="string"?n.appendChild(document.createTextNode(l)):n.appendChild(Es(r,l));else o==="style"?Object.assign(n.style,i):o==="textContent"?n.textContent=i:n.setAttribute(o,i.toString());return n}function Mt(t,e,n){let o=Es(t,e||{});return n?.appendChild(o),o}function Fs(t){let e=t,n=new Set;return{get value(){return e},set(o){Object.is(e,o)||(e=o,n.forEach((i=>i(e))))},update(o){this.set(o(e))},subscribe:o=>(n.add(o),()=>n.delete(o))}}function bn(t,e){let n,o=()=>{n&&(n(),n=void 0),n=t()},i=e.map((r=>r.subscribe(o)));return o(),()=>{n&&(n(),n=void 0),i.forEach((r=>r()))}}function W1(t,e){let n=Fs(null),o=i=>{n.set(i)};return t.addEventListener(e,o),n._cleanup=()=>{t.removeEventListener(e,o)},n}function f1(t){let e=t._cleanup;typeof e=="function"&&e()}function kn(t,e={}){let{threshold:n=3,mouseButton:o=0,touchDelay:i=100}=e,r=Fs(null),l=new Map,s=matchMedia("(pointer: coarse)").matches,c=()=>{},a=p=>{if(p.button!==o||(l.set(p.pointerId,p),l.size>1))return;let u=p.clientX,g=p.clientY,d=!1,f=Date.now(),v=t.getBoundingClientRect(),{left:h,top:b}=v,w=k=>{if(k.defaultPrevented||l.size>1||s&&Date.now()-f<i)return;let H=k.clientX,R=k.clientY,S=H-u,L=R-g;(d||Math.abs(S)>n||Math.abs(L)>n)&&(k.preventDefault(),k.stopPropagation(),d||(r.set({type:"start",x:u-h,y:g-b}),d=!0),r.set({type:"move",x:H-h,y:R-b,deltaX:S,deltaY:L}),u=H,g=R)},y=k=>{if(l.delete(k.pointerId),d){let H=k.clientX,R=k.clientY;r.set({type:"end",x:H-h,y:R-b})}c()},x=k=>{l.delete(k.pointerId),k.relatedTarget&&k.relatedTarget!==document.documentElement||y(k)},M=k=>{d&&(k.stopPropagation(),k.preventDefault())},I=k=>{k.defaultPrevented||l.size>1||d&&k.preventDefault()};document.addEventListener("pointermove",w),document.addEventListener("pointerup",y),document.addEventListener("pointerout",x),document.addEventListener("pointercancel",x),document.addEventListener("touchmove",I,{passive:!1}),document.addEventListener("click",M,{capture:!0}),c=()=>{document.removeEventListener("pointermove",w),document.removeEventListener("pointerup",y),document.removeEventListener("pointerout",x),document.removeEventListener("pointercancel",x),document.removeEventListener("touchmove",I),setTimeout((()=>{document.removeEventListener("click",M,{capture:!0})}),10)}};return t.addEventListener("pointerdown",a),{signal:r,cleanup:()=>{c(),t.removeEventListener("pointerdown",a),l.clear(),f1(r)}}}var Pn=class extends Ln{constructor(e,n,o=0){var i,r,l,s,c,a,p,u,g,d;super(),this.totalDuration=n,this.numberOfChannels=o,this.element=null,this.minLength=0,this.maxLength=1/0,this.contentEditable=!1,this.subscriptions=[],this.updatingSide=void 0,this.isRemoved=!1,this.subscriptions=[],this.id=e.id||`region-${Math.random().toString(32).slice(2)}`,this.start=this.clampPosition(e.start),this.end=this.clampPosition((i=e.end)!==null&&i!==void 0?i:e.start),this.drag=(r=e.drag)===null||r===void 0||r,this.resize=(l=e.resize)===null||l===void 0||l,this.resizeStart=(s=e.resizeStart)===null||s===void 0||s,this.resizeEnd=(c=e.resizeEnd)===null||c===void 0||c,this.color=(a=e.color)!==null&&a!==void 0?a:"rgba(0, 0, 0, 0.1)",this.minLength=(p=e.minLength)!==null&&p!==void 0?p:this.minLength,this.maxLength=(u=e.maxLength)!==null&&u!==void 0?u:this.maxLength,this.channelIdx=(g=e.channelIdx)!==null&&g!==void 0?g:-1,this.contentEditable=(d=e.contentEditable)!==null&&d!==void 0?d:this.contentEditable,this.element=this.initElement(),this.setContent(e.content),this.setPart(),this.renderPosition(),this.initMouseEvents()}clampPosition(e){return Math.max(0,Math.min(this.totalDuration,e))}setPart(){var e;let n=this.start===this.end;(e=this.element)===null||e===void 0||e.setAttribute("part",`${n?"marker":"region"} ${this.id}`)}addResizeHandles(e){let n={position:"absolute",zIndex:"2",width:"6px",height:"100%",top:"0",cursor:"ew-resize",wordBreak:"keep-all"},o=Mt("div",{part:"region-handle region-handle-left",style:Object.assign(Object.assign({},n),{left:"0",borderLeft:"2px solid rgba(0, 0, 0, 0.5)",borderRadius:"2px 0 0 2px"})},e),i=Mt("div",{part:"region-handle region-handle-right",style:Object.assign(Object.assign({},n),{right:"0",borderRight:"2px solid rgba(0, 0, 0, 0.5)",borderRadius:"0 2px 2px 0"})},e),r=kn(o,{threshold:1}),l=kn(i,{threshold:1}),s=bn((()=>{let a=r.signal.value;a&&(a.type==="move"&&a.deltaX!==void 0?this.onResize(a.deltaX,"start"):a.type==="end"&&this.onEndResizing("start"))}),[r.signal]),c=bn((()=>{let a=l.signal.value;a&&(a.type==="move"&&a.deltaX!==void 0?this.onResize(a.deltaX,"end"):a.type==="end"&&this.onEndResizing("end"))}),[l.signal]);this.subscriptions.push((()=>{s(),c(),r.cleanup(),l.cleanup()}))}removeResizeHandles(e){let n=e.querySelector('[part*="region-handle-left"]'),o=e.querySelector('[part*="region-handle-right"]');n&&e.removeChild(n),o&&e.removeChild(o)}initElement(){if(this.isRemoved)return null;let e=this.start===this.end,n=0,o=100;this.channelIdx>=0&&this.numberOfChannels>0&&this.channelIdx<this.numberOfChannels&&(o=100/this.numberOfChannels,n=o*this.channelIdx);let i=Mt("div",{style:{position:"absolute",top:`${n}%`,height:`${o}%`,backgroundColor:e?"none":this.color,borderLeft:e?"2px solid "+this.color:"none",borderRadius:"2px",boxSizing:"border-box",transition:"background-color 0.2s ease",cursor:this.drag?"grab":"default",pointerEvents:"all"}});return!e&&this.resize&&this.addResizeHandles(i),i}renderPosition(){if(!this.element)return;let e=this.start/this.totalDuration,n=(this.totalDuration-this.end)/this.totalDuration;this.element.style.left=100*e+"%",this.element.style.right=100*n+"%"}toggleCursor(e){var n;this.drag&&(!((n=this.element)===null||n===void 0)&&n.style)&&(this.element.style.cursor=e?"grabbing":"grab")}initMouseEvents(){let{element:e}=this;if(!e)return;let n=W1(e,"click"),o=W1(e,"mouseenter"),i=W1(e,"mouseleave"),r=W1(e,"dblclick"),l=W1(e,"pointerdown"),s=W1(e,"pointerup"),c=n.subscribe((h=>h&&this.emit("click",h))),a=o.subscribe((h=>h&&this.emit("over",h))),p=i.subscribe((h=>h&&this.emit("leave",h))),u=r.subscribe((h=>h&&this.emit("dblclick",h))),g=l.subscribe((h=>h&&this.toggleCursor(!0))),d=s.subscribe((h=>h&&this.toggleCursor(!1)));this.subscriptions.push((()=>{c(),a(),p(),u(),g(),d(),f1(n),f1(o),f1(i),f1(r),f1(l),f1(s)}));let f=kn(e),v=bn((()=>{let h=f.signal.value;h&&(h.type==="start"?this.toggleCursor(!0):h.type==="move"&&h.deltaX!==void 0?this.onMove(h.deltaX):h.type==="end"&&(this.toggleCursor(!1),this.drag&&this.emit("update-end")))}),[f.signal]);this.subscriptions.push((()=>{v(),f.cleanup()})),this.contentEditable&&this.content&&(this.contentClickListener=h=>this.onContentClick(h),this.contentBlurListener=()=>this.onContentBlur(),this.content.addEventListener("click",this.contentClickListener),this.content.addEventListener("blur",this.contentBlurListener))}_onUpdate(e,n,o){var i;if(!(!((i=this.element)===null||i===void 0)&&i.parentElement))return;let{width:r}=this.element.parentElement.getBoundingClientRect(),l=e/r*this.totalDuration,s=n&&n!=="start"?this.start:this.start+l,c=n&&n!=="end"?this.end:this.end+l,a=o!==void 0;a&&this.updatingSide&&this.updatingSide!==n&&(this.updatingSide==="start"?s=o:c=o),s=Math.max(0,s),c=Math.min(this.totalDuration,c);let p=c-s;this.updatingSide=n;let u=p>=this.minLength&&p<=this.maxLength;s<=c&&(u||a)&&(this.start=s,this.end=c,this.renderPosition(),this.emit("update",n))}onMove(e){this.drag&&this._onUpdate(e)}onResize(e,n){this.resize&&(this.resizeStart||n!=="start")&&(this.resizeEnd||n!=="end")&&this._onUpdate(e,n)}onEndResizing(e){this.resize&&(this.emit("update-end",e),this.updatingSide=void 0)}onContentClick(e){e.stopPropagation(),e.target.focus(),this.emit("click",e)}onContentBlur(){this.emit("update-end")}_setTotalDuration(e){this.totalDuration=e,this.renderPosition()}play(e){this.emit("play",e&&this.end!==this.start?this.end:void 0)}getContent(e=!1){var n;return e?this.content||void 0:this.element instanceof HTMLElement?((n=this.content)===null||n===void 0?void 0:n.innerHTML)||void 0:""}setContent(e){var n;if(this.element)if(this.content&&this.contentEditable&&(this.contentClickListener&&this.content.removeEventListener("click",this.contentClickListener),this.contentBlurListener&&this.content.removeEventListener("blur",this.contentBlurListener)),(n=this.content)===null||n===void 0||n.remove(),e){if(typeof e=="string"){let o=this.start===this.end;this.content=Mt("div",{style:{padding:`0.2em ${o?.2:.4}em`,display:"inline-block"},textContent:e})}else this.content=e;this.contentEditable&&(this.content.contentEditable="true",this.contentClickListener=o=>this.onContentClick(o),this.contentBlurListener=()=>this.onContentBlur(),this.content.addEventListener("click",this.contentClickListener),this.content.addEventListener("blur",this.contentBlurListener)),this.content.setAttribute("part","region-content"),this.element.appendChild(this.content),this.emit("content-changed")}else this.content=void 0}setOptions(e){var n,o;if(this.element){if(e.color&&(this.color=e.color,this.element.style.backgroundColor=this.color),e.drag!==void 0&&(this.drag=e.drag,this.element.style.cursor=this.drag?"grab":"default"),e.start!==void 0||e.end!==void 0){let i=this.start===this.end;this.start=this.clampPosition((n=e.start)!==null&&n!==void 0?n:this.start),this.end=this.clampPosition((o=e.end)!==null&&o!==void 0?o:i?this.start:this.end),this.renderPosition(),this.setPart()}if(e.content&&this.setContent(e.content),e.id&&(this.id=e.id,this.setPart()),e.resize!==void 0&&e.resize!==this.resize){let i=this.start===this.end;this.resize=e.resize,this.resize&&!i?this.addResizeHandles(this.element):this.removeResizeHandles(this.element)}e.resizeStart!==void 0&&(this.resizeStart=e.resizeStart),e.resizeEnd!==void 0&&(this.resizeEnd=e.resizeEnd)}}remove(){this.isRemoved=!0,this.emit("remove"),this.subscriptions.forEach((e=>e())),this.subscriptions=[],this.content&&this.contentEditable&&(this.contentClickListener&&(this.content.removeEventListener("click",this.contentClickListener),this.contentClickListener=void 0),this.contentBlurListener&&(this.content.removeEventListener("blur",this.contentBlurListener),this.contentBlurListener=void 0)),this.element&&(this.element.remove(),this.element=null),this.unAll()}},Sn=class t extends Fl{constructor(e){super(e),this.regions=[],this.regionsContainer=this.initRegionsContainer()}static create(e){return new t(e)}onInit(){if(!this.wavesurfer)throw Error("WaveSurfer is not initialized");this.wavesurfer.getWrapper().appendChild(this.regionsContainer),this.subscriptions.push(this.wavesurfer.on("ready",(n=>{this.regions.forEach((o=>o._setTotalDuration(n)))})));let e=[];this.subscriptions.push(this.wavesurfer.on("timeupdate",(n=>{let o=this.regions.filter((i=>i.start<=n&&(i.end===i.start?i.start+.05:i.end)>=n));o.forEach((i=>{e.includes(i)||this.emit("region-in",i)})),e.forEach((i=>{o.includes(i)||this.emit("region-out",i)})),e=o})))}initRegionsContainer(){return Mt("div",{part:"regions-container",style:{position:"absolute",top:"0",left:"0",width:"100%",height:"100%",zIndex:"5",pointerEvents:"none"}})}getRegions(){return this.regions}avoidOverlapping(e){e.content&&setTimeout((()=>{let n=e.content,o=n.getBoundingClientRect(),i=this.regions.map((r=>{if(r===e||!r.content)return 0;let l=r.content.getBoundingClientRect();return o.left<l.left+l.width&&l.left<o.left+o.width?l.height:0})).reduce(((r,l)=>r+l),0);n.style.marginTop=`${i}px`}),10)}adjustScroll(e){var n,o;if(!e.element)return;let i=(o=(n=this.wavesurfer)===null||n===void 0?void 0:n.getWrapper())===null||o===void 0?void 0:o.parentElement;if(!i)return;let{clientWidth:r,scrollWidth:l}=i;if(l<=r)return;let s=i.getBoundingClientRect(),c=e.element.getBoundingClientRect(),a=c.left-s.left,p=c.right-s.left;a<0?i.scrollLeft+=a:p>r&&(i.scrollLeft+=p-r)}virtualAppend(e,n,o){let i=()=>{if(!this.wavesurfer)return;let r=this.wavesurfer.getWidth(),l=this.wavesurfer.getScroll(),s=n.clientWidth,c=this.wavesurfer.getDuration(),a=Math.round(e.start/c*s),p=a+(Math.round((e.end-e.start)/c*s)||1)>l&&a<l+r;p&&!o.parentElement?n.appendChild(o):!p&&o.parentElement&&o.remove()};setTimeout((()=>{if(!this.wavesurfer||!e.element)return;i();let r=this.wavesurfer.on("scroll",i),l=this.wavesurfer.on("zoom",i),s=this.wavesurfer.on("resize",i);this.subscriptions.push(r,l,s),e.once("remove",(()=>{r(),l(),s()}))}),0)}saveRegion(e){if(!e.element)return;this.virtualAppend(e,this.regionsContainer,e.element),this.avoidOverlapping(e),this.regions.push(e);let n=[e.on("update",(o=>{o||this.adjustScroll(e),this.emit("region-update",e,o)})),e.on("update-end",(o=>{this.avoidOverlapping(e),this.emit("region-updated",e,o)})),e.on("play",(o=>{var i;(i=this.wavesurfer)===null||i===void 0||i.play(e.start,o)})),e.on("click",(o=>{this.emit("region-clicked",e,o)})),e.on("dblclick",(o=>{this.emit("region-double-clicked",e,o)})),e.on("content-changed",(()=>{this.emit("region-content-changed",e)})),e.once("remove",(()=>{n.forEach((o=>o())),this.regions=this.regions.filter((o=>o!==e)),this.emit("region-removed",e)}))];this.subscriptions.push(...n),this.emit("region-created",e)}addRegion(e){var n,o;if(!this.wavesurfer)throw Error("WaveSurfer is not initialized");let i=this.wavesurfer.getDuration(),r=(o=(n=this.wavesurfer)===null||n===void 0?void 0:n.getDecodedData())===null||o===void 0?void 0:o.numberOfChannels,l=new Pn(e,i,r);return this.emit("region-initialized",l),i?this.saveRegion(l):this.subscriptions.push(this.wavesurfer.once("ready",(s=>{l._setTotalDuration(s),this.saveRegion(l)}))),l}enableDragSelection(e,n=3){var o;let i=(o=this.wavesurfer)===null||o===void 0?void 0:o.getWrapper();if(!(i&&i instanceof HTMLElement))return()=>{};let r=null,l=0,s=0,c=kn(i,{threshold:n}),a=bn((()=>{var p,u;let g=c.signal.value;if(g)if(g.type==="start"){if(l=g.x,!this.wavesurfer)return;let d=this.wavesurfer.getDuration(),f=(u=(p=this.wavesurfer)===null||p===void 0?void 0:p.getDecodedData())===null||u===void 0?void 0:u.numberOfChannels,{width:v}=this.wavesurfer.getWrapper().getBoundingClientRect();s=l/v*d;let h=g.x/v*d,b=(g.x+5)/v*d;r=new Pn(Object.assign(Object.assign({},e),{start:h,end:b}),d,f),this.emit("region-initialized",r),r.element&&this.regionsContainer.appendChild(r.element)}else g.type==="move"&&g.deltaX!==void 0?r&&r._onUpdate(g.deltaX,g.x>l?"end":"start",s):g.type==="end"&&r&&(this.saveRegion(r),r.updatingSide=void 0,r=null)}),[c.signal]);return()=>{a(),c.cleanup()}}clearRegions(){this.regions.slice().forEach((e=>e.remove())),this.regions=[]}destroy(){this.clearRegions(),super.destroy(),this.regionsContainer.remove()}};import{Fragment as Y4,jsx as ee,jsxs as Ht}from"react/jsx-runtime";var K4=O4(function({onFinalize:e,recordOptions:n,options:o,labels:i=x5,className:r,classNames:l,style:s,styles:c,...a},p){let u=As(null),[g,d]=Mn("idle"),[f,v]=Mn(null),[h,b]=Mn(null),[w,y]=Mn(!1),x=As("idle");x.current=g;let M=z4(()=>[xn.create({renderRecordedAudio:!0,scrollingWaveform:!1,continuousWaveform:!1,...n}),Sn.create()],[]),[I,k]=M,{wavesurfer:H,isPlaying:R,isReady:S,currentTime:L}=_4({...y5,...o,container:u,plugins:M}),P=S?H?.getDuration()??0:0;Al(()=>{let E=[I.on("record-start",()=>d("recording")),I.on("record-end",W=>{d("recorded"),v(W)}),k.on("region-clicked",(W,U)=>{U.stopPropagation(),W.play(!0)})];return()=>E.forEach(W=>W?.())},[k,I]),Al(()=>H?H.on("ready",()=>{if(x.current!=="recorded")return;let W=H.getDuration();k.clearRegions();let U=k.addRegion({start:0,end:W,color:o?.regionColor??w5,drag:!1,resize:!0});b({start:U.start,end:U.end})}):void 0,[H,k,o]),Al(()=>k.on("region-updated",W=>{b({start:W.start,end:W.end})}),[k]);let D=Z1(async()=>{await I.startRecording()},[I]),T=Z1(()=>{I.stopRecording()},[I]),V=Z1(()=>{H?.playPause()},[H]),O=Z1(async()=>{if(!(!f||!h||!H)){y(!0);try{let E=await Z4(f,h.start,h.end),W=URL.createObjectURL(E);v(E),H.load(W)}finally{y(!1)}}},[f,h,H]),N=Z1(()=>{k.clearRegions(),H?.empty(),v(null),b(null),d("idle")},[H,k]),B=Z1(()=>{if(f){let E=URL.createObjectURL(f);e?.(f,E)}},[e,f]),_=!h||h.start<=0&&h.end>=P;return ee("div",{ref:p,className:de("cleen wavesurfer-handle",r),style:s,...a,children:Ht("div",{className:de("cleen-flex cleen-flex-col cleen-items-center cleen-gap-3",l?.container),style:c?.container,children:[g==="idle"&&Ht(Y4,{children:[ee("button",{type:"button",onClick:D,"aria-label":"Start recording",className:de("cleen-p-8 cleen-border-2 cleen-border-primary/20 hover:cleen-border-primary cleen-rounded-full cleen-transition-colors",l?.startButton),style:c?.startButton,children:ee(U4,{className:"cleen-size-8 cleen-text-primary"})}),ee("p",{className:de("cleen-text-gray/50 cleen-text-sm cleen-select-none",l?.startLabel),style:c?.startLabel,children:i.startRecording})]}),g==="recording"&&ee("button",{type:"button",onClick:T,"aria-label":"Stop recording",className:de("cleen-p-8 cleen-border-2 cleen-border-primary/20 hover:cleen-border-primary cleen-rounded-full cleen-transition-colors",l?.stopButton),style:c?.stopButton,children:ee(G4,{className:"cleen-size-8 cleen-text-primary"})}),ee("div",{ref:u,className:de("cleen-w-full cleen-min-w-0 cleen-waveform",g==="idle"&&"cleen-hidden",l?.waveform),style:c?.waveform}),g==="recorded"&&Ht("div",{className:de("cleen-flex cleen-items-center cleen-gap-2 cleen-w-full",l?.recordedContainer),style:c?.recordedContainer,children:[ee($,{type:"button",onClick:V,disabled:!S,"aria-label":R?"Pause":"Play",className:l?.playPauseButton?.className,classNames:{...l?.playPauseButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.playPauseButton?.classNames?.container)},...c?.playPauseButton,children:R?ee($4,{}):ee(q4,{})}),Ht("span",{className:de("cleen-tabular-nums cleen-text-gray/60 cleen-text-xs cleen-shrink-0",l?.timestamp),style:c?.timestamp,children:[In(L),"\xA0/\xA0",In(P)]}),ee("span",{className:"cleen-flex-1"}),!_&&h&&Ht("span",{className:de("cleen-tabular-nums cleen-text-gray/50 cleen-text-xs cleen-shrink-0",l?.trimmedTimestamp),style:c?.trimmedTimestamp,children:[In(h.start),"\u2013",In(h.end)]}),ee($,{type:"button",onClick:N,variant:"secondary","aria-label":"Discard recording",className:l?.discardButton?.className,classNames:{...l?.discardButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.discardButton?.classNames?.container)},...c?.discardButton,children:ee(j4,{className:"cleen-text-error"})}),ee($,{type:"button",onClick:O,disabled:_||w||!S,"aria-label":"Apply trim",variant:"secondary",className:l?.trimButton?.className,classNames:{...l?.trimButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.trimButton?.classNames?.container)},...c?.trimButton,children:ee(X4,{})}),ee($,{type:"button",onClick:B,"aria-label":"Finalize recording",className:l?.finalizeButton?.className,classNames:{...l?.finalizeButton?.classNames,container:de("cleen-p-0 !cleen-size-9 cleen-rounded-full cleen-shrink-0",l?.finalizeButton?.classNames?.container)},...c?.finalizeButton,children:ee(De,{})})]})]})})});import{cn as Hn}from"@cleen/ui-core";import{forwardRef as Q4,useMemo as J4}from"react";var Ws={xs:"cleen-size-6 cleen-text-[10px]",sm:"cleen-size-7 cleen-text-xs",md:"cleen-size-9 cleen-text-sm",lg:"cleen-size-11 cleen-text-base",xl:"cleen-size-14 cleen-text-lg"};import{jsx as Rt}from"react/jsx-runtime";var Rn=Q4(function({title:e,name:n,src:o,alt:i,size:r="md",initialsLength:l=2,isSelected:s=!1,showBorder:c=!1,fallback:a=Rt(St,{}),className:p,classNames:u,style:g,styles:d,onClick:f,...v},h){let b=J4(()=>(l===2?n?.split(" ").map(w=>w.charAt(0).toUpperCase()).join("").slice(0,l):n?.charAt(0).toUpperCase())||a,[n,l,a]);return Rt("div",{className:Hn("cleen",p),style:g,ref:h,...v,children:Rt("div",{onClick:f,className:Hn("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/20 cleen-rounded-full cleen-font-medium cleen-transition-all",typeof r=="string"&&Ws[r],{"cleen-border-2 cleen-border-white":c,"cleen-cursor-pointer":!!f},u?.avatar,{[`cleen-border-primary ${u?.avatarSelected}`]:c&&s}),style:{...typeof r=="number"&&{width:r,height:r,fontSize:r*.4,lineHeight:`${r}px`},...d?.avatar,...c&&s&&d?.avatarSelected},title:e||n,children:o?Rt("img",{src:o,alt:i||n,className:Hn("cleen-rounded-full cleen-w-full cleen-h-full cleen-object-cover",u?.image),style:d?.image}):Rt("span",{className:Hn("cleen-select-none cleen-text-gray/70",u?.fallback),style:d?.fallback,children:b})})})});import{cn as Zs}from"@cleen/ui-core";import{forwardRef as ec}from"react";import{jsx as Wl,jsxs as nc}from"react/jsx-runtime";var tc=ec(function({avatars:e,size:n="md",selectedAvatars:o=[],onAvatarToggle:i,gap:r=4,maxVisible:l,maxExtra:s=99,showBorder:c=!0,initialsLength:a,fallback:p,className:u,classNames:g,style:d,styles:f,...v},h){let b=l?e?.slice(0,l):e,w=l&&e&&e.length>l?Math.min(e.length-l,s):0;return Wl("div",{className:Zs("cleen",u),style:d,ref:h,...v,children:nc("div",{className:Zs("cleen-flex cleen-items-center",g?.row),style:{gap:r,...f?.row},children:[b?.map((y,x)=>{let M=o.includes(y?.id??"");return Wl(Rn,{name:y.name,src:y.src,size:n,isSelected:M,showBorder:c,initialsLength:a,fallback:p,onClick:()=>i?.(y.id??""),...g?.avatar,style:{zIndex:b.length-x,...f?.avatar?.style},styles:f?.avatar?.styles,...y},y.id||x)}),w>0&&Wl(Rn,{size:n,fallback:`+${w}`,...g?.extra,...f?.extra})]})})});import{cn as qe}from"@cleen/ui-core";import{forwardRef as oc}from"react";import{Link as _s}from"react-router-dom";import{jsx as Nt,jsxs as Nn}from"react/jsx-runtime";var rc=oc(function({root:e={path:"/",icon:Nt(mt,{"aria-hidden":"true",className:"cleen-h-5 cleen-w-5"})},segments:n,className:o,classNames:i,style:r,styles:l,...s},c){return!n||n.length===0?null:Nt("div",{className:qe("cleen",o),style:r,ref:c,...s,children:Nt("nav",{className:qe("cleen-hidden sm:cleen-flex",i?.container),style:l?.container,"aria-label":"Breadcrumb",children:Nn("ol",{role:"list",className:qe("cleen-flex cleen-items-center cleen-gap-4",i?.list),style:l?.list,children:[e&&Nt("li",{className:qe("cleen-flex cleen-items-center",i?.rootItem),style:l?.rootItem,children:Nn(_s,{to:e?.path,className:qe("cleen-text-sm cleen-text-gray/60 cleen-flex cleen-items-center cleen-gap-2 cleen-transition-colors cleen-duration-200 hover:cleen-text-gray/80",i?.rootLink),style:l?.rootLink,"aria-current":"page",children:[e?.icon,e?.label]})}),n.map(({path:a,icon:p,label:u,id:g},d)=>{let f=d===n.length-1,v=u||a.charAt(0).toUpperCase()+a.slice(1);return Nn("li",{className:qe("cleen-flex cleen-items-center cleen-gap-4",i?.item),style:l?.item,children:[(e||!e&&d!==0)&&Nt(Te,{className:qe("cleen-h-5 cleen-w-5 cleen-text-gray/50",i?.chevron),style:l?.chevron,"aria-hidden":"true"}),Nn(_s,{to:a,className:qe("cleen-transition-colors cleen-duration-200 hover:cleen-text-primary cleen-text-sm cleen-flex cleen-items-center cleen-gap-2",f?"cleen-rounded-md cleen-bg-gray/5 cleen-py-1 cleen-px-2 cleen-text-gray/80 cleen-font-semibold":"cleen-text-gray/80 cleen-font-medium",i?.link),style:l?.link,"aria-current":f?"page":void 0,children:[p,v]})]},g||a)})]})})})});import{cn as Xe,ColorHelpers as fc}from"@cleen/ui-core";function _1(t,e,n){return Math.min(Math.max(t,n),e)}var Zl=class extends Error{constructor(e){super(`Failed to parse color: "${e}"`)}},Bt=Zl;function lc(t){if(typeof t!="string")throw new Bt(t);if(t.trim().toLowerCase()==="transparent")return[0,0,0,0];let e=t.trim();e=Cc.test(t)?cc(t):t;let n=ac.exec(e);if(n){let l=Array.from(n).slice(1);return[...l.slice(0,3).map(s=>parseInt(Dt(s,2),16)),parseInt(Dt(l[3]||"f",2),16)/255]}let o=pc.exec(e);if(o){let l=Array.from(o).slice(1);return[...l.slice(0,3).map(s=>parseInt(s,16)),parseInt(l[3]||"ff",16)/255]}let i=dc.exec(e);if(i){let l=Array.from(i).slice(1);return[...l.slice(0,3).map(s=>parseInt(s,10)),parseFloat(l[3]||"1")]}let r=uc.exec(e);if(r){let[l,s,c,a]=Array.from(r).slice(1).map(parseFloat);if(_1(0,100,s)!==s)throw new Bt(t);if(_1(0,100,c)!==c)throw new Bt(t);return[...mc(l,s,c),Number.isNaN(a)?1:a]}throw new Bt(t)}function ic(t){let e=5381,n=t.length;for(;n;)e=e*33^t.charCodeAt(--n);return(e>>>0)%2341}var Os=t=>parseInt(t.replace(/_/g,""),36),sc="1q29ehhb 1n09sgk7 1kl1ekf_ _yl4zsno 16z9eiv3 1p29lhp8 _bd9zg04 17u0____ _iw9zhe5 _to73___ _r45e31e _7l6g016 _jh8ouiv _zn3qba8 1jy4zshs 11u87k0u 1ro9yvyo 1aj3xael 1gz9zjz0 _3w8l4xo 1bf1ekf_ _ke3v___ _4rrkb__ 13j776yz _646mbhl _nrjr4__ _le6mbhl 1n37ehkb _m75f91n _qj3bzfz 1939yygw 11i5z6x8 _1k5f8xs 1509441m 15t5lwgf _ae2th1n _tg1ugcv 1lp1ugcv 16e14up_ _h55rw7n _ny9yavn _7a11xb_ 1ih442g9 _pv442g9 1mv16xof 14e6y7tu 1oo9zkds 17d1cisi _4v9y70f _y98m8kc 1019pq0v 12o9zda8 _348j4f4 1et50i2o _8epa8__ _ts6senj 1o350i2o 1mi9eiuo 1259yrp0 1ln80gnw _632xcoy 1cn9zldc _f29edu4 1n490c8q _9f9ziet 1b94vk74 _m49zkct 1kz6s73a 1eu9dtog _q58s1rz 1dy9sjiq __u89jo3 _aj5nkwg _ld89jo3 13h9z6wx _qa9z2ii _l119xgq _bs5arju 1hj4nwk9 1qt4nwk9 1ge6wau6 14j9zlcw 11p1edc_ _ms1zcxe _439shk6 _jt9y70f _754zsow 1la40eju _oq5p___ _x279qkz 1fa5r3rv _yd2d9ip _424tcku _8y1di2_ _zi2uabw _yy7rn9h 12yz980_ __39ljp6 1b59zg0x _n39zfzp 1fy9zest _b33k___ _hp9wq92 1il50hz4 _io472ub _lj9z3eo 19z9ykg0 _8t8iu3a 12b9bl4a 1ak5yw0o _896v4ku _tb8k8lv _s59zi6t _c09ze0p 1lg80oqn 1id9z8wb _238nba5 1kq6wgdi _154zssg _tn3zk49 _da9y6tc 1sg7cv4f _r12jvtt 1gq5fmkz 1cs9rvci _lp9jn1c _xw1tdnb 13f9zje6 16f6973h _vo7ir40 _bt5arjf _rc45e4t _hr4e100 10v4e100 _hc9zke2 _w91egv_ _sj2r1kk 13c87yx8 _vqpds__ _ni8ggk8 _tj9yqfb 1ia2j4r4 _7x9b10u 1fc9ld4j 1eq9zldr _5j9lhpx _ez9zl6o _md61fzm".split(" ").reduce((t,e)=>{let n=Os(e.substring(0,3)),o=Os(e.substring(3)).toString(16),i="";for(let r=0;r<6-o.length;r++)i+="0";return t[n]=`${i}${o}`,t},{});function cc(t){let e=t.toLowerCase().trim(),n=sc[ic(e)];if(!n)throw new Bt(t);return`#${n}`}var Dt=(t,e)=>Array.from(Array(e)).map(()=>t).join(""),ac=new RegExp(`^#${Dt("([a-f0-9])",3)}([a-f0-9])?$`,"i"),pc=new RegExp(`^#${Dt("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),dc=new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${Dt(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),uc=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,Cc=/^[a-z]+$/i,zs=t=>Math.round(t*255),mc=(t,e,n)=>{let o=n/100;if(e===0)return[o,o,o].map(zs);let i=(t%360+360)%360/60,r=(1-Math.abs(2*o-1))*(e/100),l=r*(1-Math.abs(i%2-1)),s=0,c=0,a=0;i>=0&&i<1?(s=r,c=l):i>=1&&i<2?(s=l,c=r):i>=2&&i<3?(c=r,a=l):i>=3&&i<4?(c=l,a=r):i>=4&&i<5?(s=l,a=r):i>=5&&i<6&&(s=r,a=l);let p=o-r/2,u=s+p,g=c+p,d=a+p;return[u,g,d].map(zs)};function gc(t,e,n,o){return`rgba(${_1(0,255,t).toFixed()}, ${_1(0,255,e).toFixed()}, ${_1(0,255,n).toFixed()}, ${parseFloat(_1(0,1,o).toFixed(3))})`}function Vt(t,e){let[n,o,i,r]=lc(t);return gc(n,o,i,r-e)}import{forwardRef as hc,useMemo as vc}from"react";import{jsx as O1,jsxs as Us}from"react/jsx-runtime";var ne=hc(function({header:e,footer:n,color:o,isGlass:i=!1,hoverable:r=!1,p:l,gap:s,children:c,className:a,classNames:p,style:u,styles:g,...d},f){let{cardColor:v,backgroundColor:h,borderColor:b}=vc(()=>{let w=fc.getComputedColor(o);return w?{cardColor:w,backgroundColor:Vt(w,.9),borderColor:Vt(w,.8)}:{cardColor:w}},[o]);return O1("div",{className:Xe("cleen",a),style:u,ref:f,...d,children:Us("div",{className:Xe("cleen-bg-background cleen-rounded-lg cleen-pt-6 cleen-border cleen-border-gray/10 cleen-flex cleen-flex-col cleen-gap-6 cleen-flex-grow",r&&"cleen-transition-all cleen-duration-200 hover:cleen-border-gray/20 hover:cleen-shadow-md",n?.content?"cleen-pb-3":"cleen-pb-6",p?.container),style:{...v&&{backgroundColor:h,borderColor:b,color:v},...i&&{backgroundImage:`linear-gradient(to right, rgba(var(--cleen-black), 0.03) 0%, rgba(255, 255, 255, 0) 5%),
|
|
2
|
+
linear-gradient(to bottom, rgba(var(--cleen-black), 0.03) 0%, rgba(255, 255, 255, 0) 10%)`},...l!==void 0&&{paddingBlock:l},...s!==void 0&&{gap:s},...g?.container},children:[(e?.content||e?.title)&&Us("div",{className:Xe("cleen-px-6",p?.header?.content),style:{...v&&{color:v},...l!==void 0&&{paddingInline:l},...g?.header?.content},children:[e?.title&&O1("div",{className:Xe("cleen-text-xl cleen-font-bold cleen-text-gray",p?.header?.title),style:{...v&&{color:v},...g?.header?.title},children:e?.title}),e?.content]}),(e?.content||e?.title)&&e?.hasDivider&&O1("hr",{className:Xe("cleen-text-gray/10",p?.header?.divider),style:{...v&&{color:b},...g?.header?.divider}}),c&&O1("div",{className:Xe("cleen-px-6",p?.childrenContainer),style:{...l!==void 0&&{paddingInline:l},...g?.childrenContainer},children:c}),n?.content&&n?.hasDivider&&O1("hr",{className:Xe("cleen-text-gray/10",p?.footer?.divider),style:{...v&&{color:b},...g?.footer?.divider}}),n?.content&&O1("div",{className:Xe("cleen-px-6 -cleen-mt-3 cleen-text-black",p?.footer?.content),style:{...v&&{color:v},...l!==void 0&&{paddingInline:l},...g?.footer?.content},children:n.content})]})})});import{cn as _l,ColorHelpers as wc}from"@cleen/ui-core";import{forwardRef as yc}from"react";import{Fragment as bc,jsx as Tt,jsxs as kc}from"react/jsx-runtime";var xc=yc(function({iconName:e,iconSrc:n,icon:o,iconSize:i=20,header:r,color:l,children:s,classNames:c,styles:a,...p},u){let g=wc.getComputedColor(l);return Tt(ne,{ref:u,classNames:{...c,header:{...c?.header,title:_l("cleen-flex cleen-gap-4",c?.header?.title)}},header:{...r,title:kc(bc,{children:[Tt("div",{className:_l("cleen-flex cleen-w-10 cleen-h-10 cleen-justify-center cleen-items-center cleen-gap-2 cleen-flex-shrink-0 cleen-rounded-xl cleen-border cleen-border-gray/10 cleen-bg-background",c?.iconHolder),style:{...g&&{backgroundColor:Vt(g,.85),color:g,borderColor:"transparent"},...a?.iconHolder},children:o||(e?Tt(re,{name:e,className:"cleen-text-gray",style:{width:i,height:i,...g&&{color:g}}}):n?Tt("img",{src:n,alt:"Icon",className:"cleen-text-gray",style:{width:i,height:i,...g&&{color:g}}}):null)}),r?.title]})},color:l,...p,children:s&&Tt("div",{className:_l("cleen-flex-1",c?.content),style:a?.content,children:s})})});import{cn as z1}from"@cleen/ui-core";import{forwardRef as Lc,useMemo as Pc}from"react";import{jsx as Et}from"react/jsx-runtime";var Sc=Lc(function({media:e,header:n,color:o,children:i,classNames:r,styles:l,...s},c){let a=Pc(()=>{switch(e?.type){case"image":return Et("img",{...e,alt:e.alt??"Card media",className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});case"video":return Et("video",{playsInline:!0,controls:!0,...e,className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});case"iframe":return Et("iframe",{...e,title:e.title??"Card iframe",className:z1("cleen-w-full cleen-aspect-video cleen-object-cover",r?.media?.content),style:l?.media?.content});default:return null}},[e,r?.media,l?.media]);return Et(ne,{ref:c,color:o,classNames:{...r,container:z1("cleen-pt-0",r?.container),header:{...r?.header,content:z1("cleen-p-0",r?.header?.content)}},header:{...n,...a&&{content:Et("div",{className:z1("cleen-w-full cleen-overflow-hidden cleen-rounded-t-lg",r?.media?.container),style:l?.media?.container,children:a})}},...s,children:i})});import{forwardRef as Mc,useEffect as Hc,useMemo as Rc,useState as Nc}from"react";import{cn as je}from"@cleen/ui-core";import{cn as Ft}from"@cleen/ui-core";import{jsx as Bn,jsxs as Ic}from"react/jsx-runtime";var z=({className:t,classNames:e,style:n,styles:o,infoMessage:i,errorMessage:r,subtitle:l,...s})=>Bn("div",{className:Ft("cleen",t),style:n,children:Ic("div",{className:Ft(e?.container),style:o?.container,...s,children:[i&&Bn("div",{className:Ft("cleen-mt-1 cleen-font-normal cleen-text-sm cleen-text-primary",e?.infoMessage),style:o?.infoMessage,role:"note",children:i}),r&&Bn("div",{className:Ft("cleen-mt-1 cleen-font-medium cleen-text-sm cleen-text-error",e?.errorMessage),style:o?.errorMessage,role:"alert",children:r}),l&&Bn("div",{className:Ft("cleen-mt-2 cleen-font-normal cleen-text-sm cleen-leading-[20px] cleen-text-gray/70",e?.subtitle),style:o?.subtitle,children:l})]})});import{jsx as Ke,jsxs as At}from"react/jsx-runtime";var te=Mc(function({name:e,id:n,type:o,label:i,defaultValue:r,value:l,disabled:s,required:c,className:a,classNames:p,style:u,styles:g,autoComplete:d="off",isFocusedBorder:f,maxLength:v,maxLengthLabelThreshold:h=.5,uploadLabel:b,leftIcon:w,rightIcon:y,topRightIcon:x,inputOverlay:M,infoLabels:I,maxLengthLabel:k,onChange:H,...R},S){let L=l!==void 0,[P,D]=Nc(r??""),T=L?l:P;Hc(()=>{L||D(l??r??"")},[l,r,L]);let V=N=>{let B=N.target.value;(!v||B.length<=v)&&(L||D(B),H?.(N))},O=Rc(()=>!v||!k||(T?.toString()?.length??0)/v<h?I?.subtitle:k?.(v-(T?.toString()?.length??0)),[T,v,h,I?.subtitle]);return Ke("div",{className:je("cleen",a),style:u,children:At("div",{className:je("cleen-flex cleen-flex-col cleen-rounded-md cleen-w-full cleen-overflow-visible cleen-font-medium cleen-text-gray",p?.container),style:g?.container,children:[(i||x)&&At("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-gap-2",children:[At("label",{htmlFor:n||e,className:je("cleen-flex-1 cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",p?.label),style:g?.label,children:[i,c&&Ke("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),x]}),At("div",{className:je("cleen-relative cleen-flex cleen-items-stretch cleen-bg-background cleen-shadow-sm cleen-border cleen-rounded-md cleen-transition-colors cleen-duration-200",{"has-[:focus]:cleen-border has-[:focus]:cleen-border-primary/30 has-[:focus]:cleen-shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05),0px_0px_0px_4px_rgba(0,149,235,0.24)]":f},I?.errorMessage?"cleen-border-error/50 hover:cleen-border-error/70":"cleen-border-gray/10 hover:cleen-border-gray/20",p?.inputContainer),style:g?.inputContainer,children:[w&&Ke("div",{className:je("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1.5 cleen-bg-background cleen-p-2 cleen-rounded-md focus:cleen-outline-none focus:cleen-ring-4 cleen-font-normal cleen-text-gray/70 cleen-text-base",s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.leftIconContainer),style:g?.leftIconContainer,children:w}),At("div",{className:"cleen-relative cleen-flex cleen-flex-1 cleen-items-stretch",children:[Ke("input",{id:n||e,name:e,type:o,disabled:s,maxLength:v,autoComplete:d,value:T,className:je("cleen-block cleen-bg-background cleen-border-0 cleen-border-gray/30 cleen-rounded-md cleen-w-full cleen-text-base","cleen-py-2 cleen-pr-2 placeholder:cleen-text-gray/50 placeholder:cleen-font-normal sm:cleen-text-sm sm:cleen-leading-6 focus:cleen-ring-transparent focus:cleen-outline-none cleen-my-auto",w?"cleen-pl-0":"cleen-px-3.5",{"cleen-rounded-l-none":w,"cleen-rounded-r-none":y,"cleen-cursor-pointer cleen-text-gray/90 cleen-text-base cleen-font-normal cleen-py-2.5 cleen-pl-3.5 cleen-pr-0 cleen-w-4/5 after:cleen-hidden file:cleen-hidden focus:cleen-outline-none placeholder:cleen-hidden":o==="file","cleen-text-transparent":o==="file"&&!l},s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.input),style:g?.input,title:" ",onChange:V,required:c,ref:S,...R}),M&&Ke("div",{className:je("cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-bg-background cleen-rounded-md cleen-overflow-hidden cleen-text-sm cleen-pointer-events-auto",w?"cleen-pl-0 cleen-pr-2":"cleen-px-3.5",s?"cleen-bg-gray/5":"cleen-bg-background",p?.inputOverlay),style:g?.inputOverlay,children:M})]}),o==="file"&&!l&&b&&Ke("label",{htmlFor:n,className:"cleen-left-0 cleen-absolute cleen-flex cleen-justify-center cleen-items-center cleen-py-2.5 cleen-pl-3.5 cleen-font-normal cleen-text-gray/90 cleen-text-sm cleen-text-nowrap cleen-cursor-pointer",children:b}),y&&Ke("div",{className:je("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1.5 cleen-bg-background cleen-p-2 cleen-rounded-r-md focus:cleen-outline-none focus:cleen-ring-4 cleen-font-normal cleen-text-gray/70 cleen-text-base",s?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-text-gray cleen-font-normal",p?.rightIconContainer),style:g?.rightIconContainer,children:y})]}),(I?.errorMessage||I?.infoMessage||O)&&Ke(z,{...I,subtitle:O})]})})});import{cn as Dn,useOutsideClick as Bc}from"@cleen/ui-core";import{forwardRef as Dc,useEffect as Gs,useImperativeHandle as Vc,useMemo as Tc,useRef as Ec,useState as Vn}from"react";import{jsx as Wt,jsxs as Fc}from"react/jsx-runtime";var Ol=Dc(function({value:e,defaultValue:n,placeholder:o,placeholderText:i,canEdit:r=!0,onSave:l,onCancel:s,onChange:c,inputProps:a,saveOnBlur:p=!0,isLoading:u,customLoader:g=Wt(q,{}),renderText:d,className:f,classNames:v,style:h,styles:b,...w},y){let x=e!==void 0,[M,I]=Vn(n??""),k=x?e??"":M,[H,R]=Vn(!1),S=u??H,L=Tc(()=>typeof d=="function"?d(k):d||k||i||o,[k,d,o,i]),[P,D]=Vn(!1),[T,V]=Vn(k),O=Ec(null);Vc(y,()=>O.current),Gs(()=>{x||I(n??"")},[n,x]),Gs(()=>{P||V(k)},[k,P]);let N=async()=>{D(!1),V(k),await s?.()},B=async()=>{if(!S){if(k===T){D(!1);return}R(!0),x||I(T);try{await l?.(T),D(!1)}finally{R(!1)}}},_=async E=>{E.key==="Enter"&&(E.preventDefault(),await B()),E.key==="Escape"&&(E.stopPropagation(),E.preventDefault(),await N()),a?.onKeyDown?.(E)};return Bc({refs:[O],enabled:P,handler:async()=>{p?await B():await N()}}),Wt("div",{className:Dn("cleen",f),style:h,ref:O,...w,children:P?Fc("div",{className:"cleen-relative cleen-h-full",children:[Wt(te,{value:T,onChange:E=>{V(E.target.value),c?.(E.target.value)},autoFocus:!0,placeholder:o,className:v?.input?.className,classNames:{...v?.input?.classNames,inputContainer:Dn("cleen-border-primary hover:cleen-border-primary/60",v?.input?.classNames?.inputContainer)},...b?.input,...a,disabled:S||a?.disabled,onKeyDown:_}),S&&Wt("div",{className:Dn("cleen-absolute cleen-top-1/2 cleen-left-1/2 cleen-transform cleen--translate-x-1/2 cleen--translate-y-1/2",v?.loaderContainer),style:b?.loaderContainer,children:g})]}):Wt("div",{onClick:()=>r&&D(!0),className:Dn("cleen-min-h-6 cleen-text-gray",r&&"cleen-cursor-text hover:cleen-bg-gray/5 cleen-rounded cleen-p-2 cleen-transition-colors",!k&&"cleen-text-gray/50",v?.preview),style:b?.preview,children:L})})});import{cn as U1}from"@cleen/ui-core";import{forwardRef as Ac,useEffect as $s,useMemo as Wc,useRef as Zc,useState as _c}from"react";import{jsx as h1,jsxs as Tn}from"react/jsx-runtime";var zl=Ac(function({name:e,id:n,value:o,defaultValue:i,label:r,disabled:l,required:s,infoLabels:c,topRightElement:a,labelRightElement:p,textareaOverlay:u,onChange:g,minHeight:d,maxHeight:f=200,autoResize:v=!0,maxLength:h,maxLengthLabelThreshold:b=.5,maxLengthLabel:w,className:y,classNames:x,style:M,styles:I,...k},H){let R=o!==void 0,[S,L]=_c(typeof i=="string"?i:""),P=Zc(null),D=H??P,T=R?o:S;$s(()=>{R||L(o??(typeof i=="string"?i:""))},[o,i,R]);let V=W=>{W.style.height="auto";let U=Math.min(W.scrollHeight,f);W.style.height=`${U}px`},O=W=>{V(W.target)};$s(()=>{!v||!P.current||V(P.current)},[v,T,f]);let N=W=>{W.preventDefault()},B=W=>{W.preventDefault();let U=W.dataTransfer?.getData("text/plain");R?g?.(`${o??""}${U}`):(L(a1=>`${a1}${U}`),g?.(`${S}${U}`))},_=W=>{let U=W.target.value;(!h||U.length<=h)&&(R||L(U),g?.(U),v&&O(W))},E=Wc(()=>!h||!w||(T?.toString()?.length??0)/h<b?c?.subtitle:w?.(h-(T?.toString()?.length??0)),[T,h,b,c?.subtitle]);return h1("div",{className:U1("cleen",y),style:M,children:Tn("div",{className:U1("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-rounded-md cleen-size-full cleen-font-medium cleen-text-gray",x?.container),style:I?.container,children:[(r||p)&&Tn("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-mb-1.5",children:[r&&Tn("label",{htmlFor:n||e,className:U1("cleen-flex-1 cleen-block cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",x?.label),style:I?.label,children:[r," ",s&&h1("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),p&&h1("div",{className:"cleen-ml-auto",children:p})]}),Tn("div",{className:U1("cleen-relative cleen-flex cleen-items-center cleen-shadow-sm cleen-border cleen-rounded-md cleen-transition-colors cleen-duration-200",c?.errorMessage?"cleen-border-error/50 hover:cleen-border-error/70":"cleen-border-gray/10 hover:cleen-border-gray/20",x?.textareaContainer),style:I?.textareaContainer,children:[a&&h1("div",{className:"cleen-absolute cleen-top-2 cleen-right-2 cleen-z-10",children:a}),u&&h1("div",{className:U1("cleen-absolute cleen-inset-0 cleen-px-3.5 cleen-py-3 cleen-rounded-lg cleen-overflow-y-auto cleen-text-sm cleen-leading-6 cleen-font-normal",l?"cleen-bg-gray/5":"cleen-bg-background"),children:u}),h1("textarea",{id:n||e,name:e,ref:D,disabled:l,value:T,maxLength:h,className:U1("cleen-block cleen-flex-1 cleen-px-3.5 cleen-py-3 cleen-border-0 cleen-border-gray/30 cleen-rounded-lg focus:cleen-outline-none focus:cleen-ring-transparent placeholder:cleen-text-gray/50 sm:cleen-text-sm cleen-text-base sm:cleen-leading-6",l?"cleen-bg-gray/5 cleen-text-gray/50":"cleen-bg-background cleen-text-gray cleen-font-normal",x?.textarea),style:{...d&&{minHeight:`${d}px`},...I?.textarea},onFocus:W=>W.currentTarget.setSelectionRange(W.currentTarget.value.length,W.currentTarget.value.length),onDragOver:N,onDrop:B,...k,onChange:_})]}),(c?.errorMessage||c?.infoMessage||E)&&h1(z,{...c,subtitle:E})]})})});import{cn as En,useOutsideClick as Oc}from"@cleen/ui-core";import{forwardRef as zc,useEffect as qs,useImperativeHandle as Uc,useMemo as Gc,useRef as $c,useState as Fn}from"react";import{jsx as Zt,jsxs as qc}from"react/jsx-runtime";var Ul=zc(function({value:e,defaultValue:n,placeholder:o,placeholderText:i,canEdit:r=!0,onSave:l,onCancel:s,onChange:c,textAreaProps:a,saveOnBlur:p=!0,isLoading:u,customLoader:g=Zt(q,{size:"md"}),renderText:d,className:f,classNames:v,style:h,styles:b,...w},y){let x=e!==void 0,[M,I]=Fn(n??""),k=x?e??"":M,[H,R]=Fn(!1),S=u??H,L=Gc(()=>typeof d=="function"?d(k):d||k||i||o,[k,d,o,i]),[P,D]=Fn(!1),[T,V]=Fn(k),O=$c(null);Uc(y,()=>O.current),qs(()=>{x||I(n??"")},[n,x]),qs(()=>{P||V(k)},[k,P]);let N=async()=>{D(!1),V(k),await s?.()},B=async()=>{if(!S){if(k===T){D(!1);return}R(!0),x||I(T);try{await l?.(T),D(!1)}finally{R(!1)}}},_=async E=>{E.key==="Escape"&&(E.preventDefault(),E.stopPropagation(),await N()),E.key==="Enter"&&(E.metaKey||E.ctrlKey)&&(E.preventDefault(),await B()),a?.onKeyDown?.(E)};return Oc({refs:[O],enabled:P,handler:async()=>{p?await B():await N()}}),Zt("div",{className:En("cleen",f,v?.container),style:{...b?.container,...h},ref:O,...w,children:P?qc("div",{className:"cleen-relative cleen-h-full",children:[Zt(zl,{value:T,onChange:E=>{V(E),c?.(E)},autoFocus:!0,placeholder:o,className:v?.textArea?.className,classNames:{...v?.textArea?.classNames,textareaContainer:En("cleen-border-primary hover:cleen-border-primary/60",v?.textArea?.classNames?.textareaContainer)},...b?.textArea,...a,disabled:S||a?.disabled,onKeyDown:_}),S&&Zt("div",{className:En("cleen-absolute cleen-top-1/2 cleen-left-1/2 cleen-transform cleen--translate-x-1/2 cleen--translate-y-1/2",v?.loaderContainer),style:b?.loaderContainer,children:g})]}):Zt("div",{onClick:()=>r&&D(!0),className:En("cleen-min-h-6 cleen-text-gray cleen-whitespace-pre-wrap",r&&"cleen-cursor-text hover:cleen-bg-gray/5 cleen-rounded cleen-p-2 cleen-transition-colors",!k&&"cleen-text-gray/50",v?.preview),style:b?.preview,children:L})})});import"@cleen/ui-core";import{forwardRef as Xc}from"react";import{Fragment as Kc,jsx as Gl,jsxs as Yc}from"react/jsx-runtime";var jc=Xc(function({header:e,color:n,children:o,description:i,onSave:r,isDescriptionHidden:l=!1,titleProps:s,descriptionProps:c,classNames:a,styles:p,...u},g){let d=typeof e?.title=="string"||typeof e?.title=="number"?String(e.title):void 0;return Gl(ne,{ref:g,color:n,header:{...e,title:Gl(Ol,{value:d??"",onSave:async f=>{await r?.("title",f)},...a?.titleTextInput,...p?.titleTextInput,...s})},classNames:a,styles:p,...u,children:(!l||o)&&Yc(Kc,{children:[Gl(Ul,{value:i??"",onSave:async f=>{await r?.("description",f)},...c,textAreaProps:c?.textAreaProps,...a?.descriptionTextInput,...p?.descriptionTextInput}),o]})})});import{cn as v1}from"@cleen/ui-core";import{forwardRef as Qc,useEffect as Ks,useRef as Jc,useState as e8}from"react";var Xs={primary:"cleen-bg-primary cleen-transition-all cleen-duration-200 hover:cleen-bg-primary hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-primary),0.25)]",error:"cleen-bg-error cleen-transition-all cleen-duration-200 hover:cleen-bg-error hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-error),0.25)]"},js={primary:"cleen-bg-primary/60 cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/60 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-primary),0.25)]",error:"cleen-bg-error/60 cleen-transition-all cleen-duration-200 hover:cleen-bg-error/60 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-error),0.25)]"};import{Fragment as t8,jsx as Pe,jsxs as An}from"react/jsx-runtime";var $l=Qc(function({checked:e,defaultChecked:n=!1,className:o,classNames:i,style:r,styles:l,onChange:s,disabled:c,id:a,title:p,label:u,sublabel:g,variant:d="primary",allowIndeterminate:f=!1,fullTriggerArea:v=!1,infoLabels:h,...b},w){let y=typeof e=="boolean"||e===null,[x,M]=e8(n),I=Jc(null),k=P=>{I.current=P,w&&(typeof w=="function"?w(P):w.current=P)};Ks(()=>{y||M(n)},[n,y]),Ks(()=>{I.current&&(I.current.indeterminate=f&&e===null)},[e,f]);let H=y?e:x,R=P=>{let D;if(f)switch(H){case!0:D=null;break;case!1:D=!0;break;default:D=!1;break}else D=!H;y||M(D),s?.({...P,target:{...P.target,checked:D}})},S=An(t8,{children:[An("label",{className:v1("cleen-bg-white cleen-transition-all cleen-duration-200 hover:cleen-bg-gray/10 hover:cleen-shadow-[0px_0px_0px_4px_rgba(var(--cleen-gray),0.1)] cleen-border cleen-border-gray/30 cleen-rounded cleen-ring-primary cleen-size-5 cleen-cursor-pointer",{[Xs[d]]:H,[js[d]]:H===null},c&&"cleen-cursor-not-allowed cleen-pointer-events-none","cleen-flex cleen-items-center cleen-justify-center",i?.checkbox),style:l?.checkbox,children:[Pe("input",{ref:k,type:"checkbox",disabled:c,className:"cleen-hidden",checked:H===!0,onChange:R,id:a,...b}),H===null?Pe("span",{className:"cleen-block cleen-m-auto cleen-border cleen-border-white cleen-rounded-sm cleen-w-2.5 cleen-h-0.5 cleen-size-3"}):H?Pe(De,{className:"cleen-stroke-[3px] cleen-size-3 cleen-text-white"}):null]}),(u||g)&&An("div",{className:"cleen-text-gray/80",children:[Pe("label",{htmlFor:a,className:v1("cleen-flex",i?.label),style:l?.label,children:u}),Pe("label",{htmlFor:a,className:v1("cleen-font-normal cleen-text-gray/60 cleen-text-sm cleen-leading-5",i?.sublabel),style:l?.sublabel,children:g})]})]}),L={className:v1("cleen-flex cleen-items-start cleen-gap-2 cleen-ml-1",{"cleen-opacity-50":c},i?.checkboxContainer),style:l?.checkboxContainer};return Pe("div",{className:v1("cleen",o),style:r,children:An("div",{className:v1(i?.container),style:l?.container,children:[p&&Pe("label",{className:v1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",i?.title),style:l?.title,children:p}),v?Pe("label",{...L,children:S}):Pe("div",{...L,children:S}),(h?.errorMessage||h?.infoMessage||h?.subtitle)&&Pe(z,{...h})]})})});import{useMemo as n8,useState as o8}from"react";import{cn as _t}from"@cleen/ui-core";import{jsx as G1,jsxs as l8}from"react/jsx-runtime";var r8=({label:t,checkboxes:e,allowIndeterminate:n,infoLabels:o,requiresAtLeastOneOptions:i,classNames:r,styles:l,onChange:s,...c})=>{let[a,p]=o8(!1),u=n8(()=>i&&a&&e?.every(d=>d.checked===!1)?i.title:o?.errorMessage,[i,o?.errorMessage,e,a]),g=(d,f)=>{let v={...f,checked:d.target.checked},h;e&&f?.id&&(h=[...e].map(b=>b.id===f.id?v:b)),s?.(v,h),p(!0)};return G1("div",{className:_t("cleen"),...c,children:l8("div",{className:_t("cleen-flex cleen-flex-col cleen-gap-2",r?.container),style:l?.container,children:[t&&G1("label",{className:_t("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",r?.label),style:l?.label,children:t}),G1("div",{className:_t("cleen-flex cleen-flex-col cleen-gap-3 cleen-pl-2",r?.checkboxes),style:l?.checkboxes,children:e?.map(d=>G1("div",{className:_t("cleen-flex",r?.checkboxContainer),style:l?.checkboxContainer,children:G1($l,{allowIndeterminate:n,...d,fullTriggerArea:!0,onChange:f=>g(f,d)})},d.id))}),(u||o?.infoMessage||o?.subtitle)&&G1(z,{...o,errorMessage:u})]})})};import{cn as $1}from"@cleen/ui-core";import{forwardRef as i8,useState as s8}from"react";import{jsx as w1,jsxs as Ys}from"react/jsx-runtime";var Qs=i8(({sections:t,defaultOpenIndex:e,className:n,classNames:o,style:i,styles:r,...l},s)=>{let[c,a]=s8(e??null),p=(u,g)=>{g.onClick?.(),g.items?.length&&a(c===u?null:u)};return w1("div",{ref:s,className:$1("cleen",n),style:{...i,width:"100%"},...l,children:w1("div",{className:$1("cleen-w-full",o?.container),style:r?.container,children:t.map((u,g)=>Ys("div",{className:$1("cleen-mb-3",o?.section),style:r?.section,children:[Ys("div",{onClick:()=>p(g,u),className:$1("cleen-flex cleen-w-full cleen-items-center cleen-justify-between cleen-font-medium cleen-text-md cleen-text-gray/90 cleen-p-2 cleen-rounded-lg cleen-cursor-pointer hover:cleen-bg-gray/5",o?.sectionHeader),style:r?.sectionHeader,children:[w1("div",{className:"cleen-flex-1 cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis",children:u?.title}),u?.items?.length?c===g?w1(m1,{className:"cleen-shrink-0 cleen-text-gray/50"}):w1(Ve,{className:"cleen-shrink-0 cleen-text-gray/50"}):null]}),c===g&&u?.items&&w1("div",{className:$1("cleen-mt-1 cleen-flex cleen-flex-col cleen-w-full",o?.sectionBody),style:r?.sectionBody,children:u?.items?.map((d,f)=>w1("div",{className:$1("cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis cleen-p-2 cleen-w-full cleen-rounded-lg cleen-font-normal cleen-text-md cleen-text-gray/90 cleen-cursor-pointer hover:cleen-bg-gray/5",o?.item),style:r?.item,onClick:d?.onClick,children:d?.content},d?.key??f))})]},u?.key??g))})})});Qs.displayName="Collapsible";import{cn as me}from"@cleen/ui-core";import{forwardRef as c8,useMemo as a8,useState as p8}from"react";var ql=(t="")=>t.replace(/\D+/g,""),Js=t=>{switch(t.slice(0,2)){case"34":case"37":return"amex";case"36":return"dinersclub";default:return"other"}};function e9(t,e="other"){if(!t)return t;let n=ql(t),o;switch(e){case"amex":o=`${n.slice(0,4)} ${n.slice(4,10)} ${n.slice(10,15)}`;break;case"dinersclub":o=`${n.slice(0,4)} ${n.slice(4,10)} ${n.slice(10,14)}`;break;default:o=`${n.slice(0,4)} ${n.slice(4,8)} ${n.slice(8,12)} ${n.slice(12,19)}`;break}return o.trim()}var t9=t=>ql(t);function n9(t){let e=ql(t);if(!e||parseInt(e.charAt(0),10)>=2)return"";if(e.length<2)return e;let n=e.slice(0,2);if(parseInt(n,10)<1||parseInt(n,10)>12)return e.slice(0,1);if(e.length<3)return n;if(e.length===3)return`${n}/${e.charAt(2)}`;let o=e.length===6?e.slice(-2):e.slice(2,4),i=new Date,r=i.getFullYear()%100,l=i.getMonth()+1;return parseInt(o,10)<r||parseInt(o,10)===r&&parseInt(n,10)<l?`${n}/${o.charAt(0)}`:`${n}/${o}`}import{jsx as Ye,jsxs as o9}from"react/jsx-runtime";var d8=c8(function({labels:e,value:n,isLoading:o,errors:i,className:r,classNames:l,style:s,styles:c,infoLabels:a,onChange:p,onFieldFocus:u,...g},d){let[f,v]=p8({number:"",expiry:"",cvc:""}),h=!!n,b=h?n:f,w=a8(()=>Js(b.number),[b.number]),y=M=>{let{name:I}=M.target,{value:k}=M.target;switch(I){case"number":k=e9(k,w);break;case"expiry":k=n9(k);break;case"cvc":k=t9(k);break;default:return}h||v(H=>({...H,[I]:k})),p?.({...n,[I]:k})},x=M=>{u?.(M.target.name)};return Ye("div",{className:me("cleen",r),style:s,ref:d,...g,children:Ye("div",{className:me("cleen-flex cleen-flex-wrap cleen-justify-center cleen-items-start cleen-gap-8 cleen-bg-background cleen-min-w-80 cleen-w-min cleen-border cleen-border-primary/20 cleen-rounded-[10px] cleen-shadow-lg",l?.container),style:c?.container,children:o?Ye("div",{className:me("cleen-py-4",l?.loader?.container),style:c?.loader?.container,children:Ye(q,{...l?.loader?.component,...c?.loader?.component})}):o9("form",{className:me("cleen-flex cleen-flex-col cleen-items-start cleen-gap-3 cleen-p-4",l?.form?.container),style:c?.form?.container,onSubmit:M=>M.preventDefault(),children:[Ye(te,{label:e?.number,name:"number",type:"tel",autoComplete:"cc-number",className:me("cleen-w-full",l?.form?.cardNumber?.className),classNames:{...l?.form?.cardNumber?.classNames,inputContainer:me({"cleen-border-error":i?.number},l?.form?.cardNumber?.classNames?.inputContainer),input:me({"cleen-text-error":i?.number},l?.form?.cardNumber?.classNames?.input)},...c?.form?.cardNumber,placeholder:"1111 1111 1111 1111",value:b.number,onChange:y,onFocus:x,infoLabels:{errorMessage:i?.number}}),o9("div",{className:me("cleen-flex cleen-justify-between cleen-items-start cleen-gap-3 cleen-w-full",l?.form?.cvcExpiryContainer),style:c?.form?.cvcExpiryContainer,children:[Ye(te,{label:e?.expiry,name:"expiry",type:"tel",autoComplete:"cc-exp",className:l?.form?.expiry?.className,classNames:{...l?.form?.expiry?.classNames,inputContainer:me({"cleen-border-error":i?.expiry},l?.form?.expiry?.classNames?.inputContainer),input:me({"cleen-text-error":i?.expiry},l?.form?.expiry?.classNames?.input)},...c?.form?.expiry,placeholder:"00/00",value:b.expiry,onChange:y,onFocus:x,infoLabels:{errorMessage:i?.expiry}}),Ye(te,{label:e?.cvc,name:"cvc",type:"tel",inputMode:"numeric",autoComplete:"cc-csc",maxLength:w==="amex"?4:3,className:l?.form?.cvc?.className,classNames:{...l?.form?.cvc?.classNames,inputContainer:me({"cleen-border-error":i?.cvc},l?.form?.cvc?.classNames?.inputContainer),input:me({"cleen-text-error":i?.cvc},l?.form?.cvc?.classNames?.input)},...c?.form?.cvc,placeholder:"***",value:b.cvc,onChange:y,onFocus:x,infoLabels:{errorMessage:i?.cvc}})]}),(a?.infoMessage||a?.errorMessage||a?.subtitle)&&Ye(z,{...a})]})})})});var Wn=(t,e)=>{if(!t)return;if(!e||!e.min&&!e.max)return t;let{min:n,max:o}=e,i=new Date,r=new Date(i.getFullYear(),i.getMonth(),i.getDate());if(n){let l=n==="today"?r:n;if(l>=t)return l}if(o){let l=o==="today"?r:o;if(l<=t)return l}return t};import{cn as q1,useOutsideClick as u8,usePositionClose as C8}from"@cleen/ui-core";import{forwardRef as m8,useEffect as g8,useRef as r9,useState as f8}from"react";import{createPortal as h8}from"react-dom";import{jsx as y1,jsxs as l9}from"react/jsx-runtime";var Ot=m8(function({type:e="button",label:n,title:o,disabled:i=!1,leftIcon:r,rightIcon:l,fullWidth:s=!0,fullWidthDropdown:c,offset:a=4,isOpen:p,onOpenChange:u,keepOpenOnClickContent:g=!0,infoLabels:d,className:f,classNames:v,style:h,styles:b,children:w,...y},x){let[M,I]=f8(!1),k=p!==void 0?p:M,H=r9(null),R=r9(null),{positionStyles:S,isMounted:L}=C8({triggerRef:R,targetRef:H,position:"bottom-left",isOpen:k,offset:a});u8({refs:[H,R],handler:()=>{I(!1),u?.(!1)},enabled:k}),g8(()=>{let T=V=>{V.key==="Escape"&&k&&(I(!1),u?.(!1))};return document.addEventListener("keydown",T),()=>{document.removeEventListener("keydown",T)}},[k,u]);let P=()=>{let T=!k;p===void 0&&I(T),u?.(T)},D=()=>{g||(p===void 0&&I(!1),u?.(!1))};return l9("div",{className:q1("cleen",f),style:h,ref:x,...y,children:[o&&y1("label",{className:q1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",v?.title),style:b?.title,children:o}),y1("div",{className:q1("cleen-inline-block cleen-relative",s&&"cleen-w-full"),ref:R,children:l9("button",{type:e,className:q1("cleen-flex cleen-justify-between cleen-items-center cleen-gap-2 cleen-bg-background cleen-shadow-sm cleen-my-auto cleen-px-3.5 cleen-py-2.5 cleen-border cleen-border-gray/10 cleen-rounded-md cleen-w-full cleen-text-gray/80 cleen-text-base cleen-transition-colors cleen-duration-200 hover:cleen-bg-gray/5 hover:cleen-border-gray/20",{"cleen-w-full cleen-flex-1":s,"cleen-opacity-50 cleen-cursor-not-allowed cleen-pointer-events-none":i},s&&"cleen-w-full",v?.trigger),style:b?.trigger,disabled:i,onClick:P,children:[r,y1("div",{className:q1("cleen-flex-1 cleen-text-left",v?.label),style:b?.label,children:n}),l||y1(Ve,{})]})}),(d?.errorMessage||d?.infoMessage||d?.subtitle)&&y1(z,{...d}),w&&k&&h8(y1("div",{className:"cleen",children:y1("div",{ref:H,className:q1("cleen-bg-background cleen-shadow-md cleen-p-2.5 cleen-border cleen-border-gray/10 cleen-rounded-lg","cleen-absolute cleen-z-50",{"cleen-opacity-0":!L},v?.dropdown),style:{top:`${S.top}px`,left:`${S.left}px`,minWidth:c&&R.current?.offsetWidth?`${R.current.offsetWidth}px`:void 0,...b?.dropdown},onClick:D,children:w})}),document.body)]})});import{cn as zt}from"@cleen/ui-core";import{forwardRef as v8,useMemo as w8,useState as Zn}from"react";import{DayPicker as i9}from"react-day-picker";import{jsx as Qe,jsxs as s9}from"react/jsx-runtime";var y8=v8(function({label:e,placeholder:n,infoLabels:o,selected:i,onSelect:r,leftIcon:l,rightIcon:s,className:c,style:a,classNames:p,styles:u,mode:g="single",min:d,max:f,...v},h){let b=i!==void 0,w=g==="single",[y,x]=Zn(!1),[M,I]=Zn(),[k,H]=Zn(),R=b?i:w?M:k,[S,L]=Zn(),P=V=>{b||(w&&(V===void 0||V instanceof Date)?I(V):w||H(V)),r?.(V)},D=w8(()=>{if(!R)return n;if(w)return R?.toLocaleDateString();{let V=R;if(V.from&&V.to)return`${V.from.toLocaleDateString()} - ${V.to.toLocaleDateString()}`;if(V.from)return V.from.toLocaleDateString()}return n},[n,R,w]),T={navLayout:"around",...v,className:zt("cleen-text-black",p?.datePicker?.className),classNames:{...p?.datePicker?.classNames,nav:zt("cleen-text-error",p?.datePicker?.classNames?.nav)},disabled:d||f?{before:d==="today"?new Date:d,after:f==="today"?new Date:f}:void 0,...u?.datePicker};return s9("div",{ref:h,className:zt("cleen",c),style:a,children:[e&&Qe("label",{className:zt("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",p?.label),style:u?.label,children:e}),Qe(Ot,{label:D,isOpen:y,onOpenChange:V=>{L(R),x(V)},leftIcon:l,rightIcon:s,className:p?.dropdown?.className,classNames:{...p?.dropdown?.classNames,dropdown:zt("cleen-p-0 cleen-border-0",p?.dropdown?.classNames?.dropdown)},...u?.dropdown,children:Qe(ne,{footer:{hasDivider:!0,content:s9("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[Qe($,{variant:"secondary",onClick:()=>x(!1),styles:{container:{minWidth:"max-content"}},children:"Close"}),Qe($,{onClick:()=>{P(S),x(!1)},styles:{container:{minWidth:"max-content"}},children:"Apply"})]})},...p?.card,...u?.card,children:w?Qe(i9,{mode:"single",...T,selected:S,onSelect:V=>{if(d||f){L(Wn(V,{min:d,max:f}));return}L(V)}}):Qe(i9,{mode:"range",...T,selected:S,onSelect:V=>{if(d||f){L({from:Wn(V?.from,{min:d,max:f}),to:Wn(V?.to,{min:d,max:f})});return}L(V)}})})}),(o?.errorMessage||o?.infoMessage||o?.subtitle)&&Qe(z,{...o})]})});import"react";import{cn as c9}from"@cleen/ui-core";import{jsx as a9}from"react/jsx-runtime";var Fe=({isHorizontal:t=!0,className:e,classNames:n,style:o,styles:i,...r})=>a9("div",{className:c9("cleen",e),style:o,children:a9("div",{className:c9("cleen-bg-gray/10 cleen-my-0",t?"cleen-w-full cleen-h-[1px]":"cleen-w-[1px] cleen-h-full",n?.container),style:i?.container,...r})});import{cn as Je,useBodyScrollLock as x8,useCleenOverlays as p9}from"@cleen/ui-core";import{forwardRef as b8,useCallback as k8,useEffect as Xl,useId as L8,useRef as P8,useState as d9}from"react";import{createPortal as S8}from"react-dom";import{jsx as X1,jsxs as _n}from"react/jsx-runtime";var I8={xs:320,sm:384,md:448,lg:512,xl:576,"2xl":672,"3xl":768},u9=300,jl=b8(function({title:e,subtitle:n,children:o,headerCloseBtn:i,footer:r,isOpen:l=!1,onClose:s,closeOnOverlayClick:c=!0,position:a="right",zIndex:p=50,size:u="lg",p:g,gap:d,className:f,classNames:v,style:h,styles:b,...w},y){let[x,M]=d9(l),[I,k]=d9(l),H=P8(null),R=L8(),{addOverlay:S,removeOverlay:L}=p9(),P=k8(()=>{M(!1),setTimeout(()=>s?.(),u9)},[s]);return Xl(()=>{if(l){k(!0);let D=setTimeout(()=>M(!0),1);return()=>clearTimeout(D)}else{M(!1);let D=setTimeout(()=>k(!1),u9);return()=>clearTimeout(D)}},[l]),Xl(()=>{if(l)return S(R),()=>L(R)},[S,L,l,R]),Xl(()=>{let D=T=>{let{overlays:V}=p9.getState();T.key==="Escape"&&V[V.length-1]===R&&P()};return document.addEventListener("keydown",D),()=>document.removeEventListener("keydown",D)},[P,R]),x8(I),I?S8(_n("div",{className:Je("cleen",f),style:h,ref:y,...w,children:[X1("div",{className:Je("cleen-fixed cleen-inset-0 cleen-bg-black/50 dark:cleen-bg-white/50 cleen-transition-opacity cleen-duration-300 cleen-ease-in-out",x?"cleen-opacity-100":"cleen-opacity-0",v?.overlay),onClick:()=>{c&&P()},style:{zIndex:p-1,...b?.overlay},"aria-hidden":"true"}),_n("div",{className:Je("cleen-top-0 cleen-fixed cleen-flex cleen-flex-col cleen-gap-6 cleen-bg-white cleen-shadow-l cleen-h-screen cleen-transition-transform cleen-duration-300 cleen-ease-in-out cleen-transform",a==="right"?"cleen-right-0":"cleen-left-0",x?"cleen-translate-x-0":a==="right"?"cleen-translate-x-full":"-cleen-translate-x-full",v?.drawer),style:{zIndex:p,width:typeof u=="number"?u:I8[u],...d!==void 0&&{gap:d},...b?.drawer},ref:H,children:[_n("div",{className:Je("cleen-flex cleen-justify-between cleen-items-center cleen-px-6 cleen-pt-6 cleen-w-full",v?.header),style:{...g!==void 0&&{paddingInline:g,paddingTop:g},...b?.header},children:[_n("div",{className:"cleen-flex cleen-flex-col",children:[X1("span",{className:Je("cleen-font-semibold cleen-text-gray cleen-text-xl",v?.title),style:b?.title,children:e}),X1("span",{className:Je("cleen-font-normal cleen-text-gray/60 cleen-text-sm",v?.subtitle),style:b?.subtitle,children:n})]}),i||X1(It,{onClick:P,className:"cleen-mb-auto cleen-size-5 cleen-cursor-pointer"})]}),X1("div",{className:Je("cleen-flex-1 cleen-px-6 cleen-overflow-y-auto cleen-no-scrollbar",v?.content),style:{...g!==void 0&&{paddingInline:g},...b?.content},children:o}),r&&X1("div",{className:Je("cleen-flex cleen-justify-end cleen-items-center cleen-gap-2 cleen-bg-sidebar cleen-px-6 cleen-py-4 cleen-border-gray/10 cleen-border-t",v?.footer),style:{...g!==void 0&&{paddingInline:g,paddingBlock:d},...b?.footer},children:r})]})]}),document.body):null});var On={filterName:"",exposed:!1};import{createContext as M8}from"react";var ge=M8({isSaveFiltersStep:!1,setIsSaveFiltersStep:()=>{},saveStepValues:{exposed:!1,filterName:""},setSaveStepValues:()=>{},handleCloseSaveFilter:()=>{},isFiltersDropdownOpen:!1,setIsFiltersDropdownOpen:()=>{},errors:{},setErrors:()=>{},setError:()=>{}});import{cn as H8}from"@cleen/ui-core";import{useContext as R8,useState as N8}from"react";import{Fragment as B8,jsx as Ut,jsxs as Kl}from"react/jsx-runtime";var C9={min:3,max:50},m9=()=>{let{isSaveFiltersStep:t,saveStepValues:e,setSaveStepValues:n,setIsSaveFiltersStep:o,handleCloseSaveFilter:i,setError:r,onSave:l,classNames:s,styles:c,labels:a,withSavedFilters:p=!0,onCancel:u,onApply:g}=R8(ge),[d,f]=N8(!1),v=async()=>{try{if(e.filterName.length<C9.min){r?.("filterName",a?.saveStep?.validation?.tooShort);return}if(e.filterName.length>C9.max){r?.("filterName",a?.saveStep?.validation?.tooLong);return}f(!0),await l?.(e),o(!1)}catch(h){console.error("Error saving filters:",h)}finally{f(!1)}};return t?Kl("div",{className:"cleen-flex cleen-flex-1 cleen-justify-end cleen-gap-3",children:[Ut($,{onClick:()=>o(!1),variant:"secondary",...s?.saveFilter?.backBtn,...c?.saveFilter?.backBtn,children:a?.saveStep?.back}),Ut($,{onClick:v,isLoading:d,loaderColor:"rgb(var(--cleen-white))",...s?.saveFilter?.saveBtn,...c?.saveFilter?.saveBtn,children:a?.saveStep?.save})]}):Kl(B8,{children:[p&&Ut($,{onClick:()=>{n(On),o(!0)},variant:"borderless-blue",...s?.saveBtn,...c?.saveBtn,children:a?.save}),Kl("div",{className:H8("cleen-flex cleen-items-center cleen-gap-3",{"cleen-flex-1 cleen-justify-end":!p}),children:[Ut($,{onClick:()=>{u?.(),i()},variant:"secondary",...s?.cancelBtn,...c?.cancelBtn,children:a?.cancel}),Ut($,{onClick:()=>{g?.(),i()},...s?.applyBtn,...c?.applyBtn,children:a?.apply})]})]})};import{cn as zn}from"@cleen/ui-core";import{Link as D8}from"react-router-dom";import{Fragment as f9,jsx as x1,jsxs as Yl}from"react/jsx-runtime";var g9=({item:t,classNames:e,styles:n})=>({disabled:t?.disabled,className:zn("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-2 cleen-w-full cleen-text-gray cleen-text-sm cleen-text-left cleen-transition-colors",t?.disabled?"cleen-opacity-50 cleen-select-none cleen-cursor-not-allowed":"hover:cleen-bg-gray/5 cleen-cursor-pointer",{"cleen-text-error hover:cleen-bg-error/10":t?.danger},e?.container),style:n?.container,children:Yl(f9,{children:[t?.icon,x1("span",{className:zn("cleen-flex-1",e?.label),style:n?.label,children:t?.label})]}),...t?.type==="button"?{type:"button"}:{to:t?.to}}),Ql=({item:t,isLast:e,handleClick:n,onEnterSubmenu:o,classNames:i,styles:r})=>{switch(t?.type){case"group":return Yl(f9,{children:[t?.label&&x1("p",{className:zn("cleen-px-4 cleen-py-2 cleen-font-bold cleen-text-gray/60 cleen-text-xs",i?.groupLabel),style:r?.groupDivider,children:t?.label}),t?.items?.map((l,s,c)=>x1(Ql,{item:l,handleClick:n,onEnterSubmenu:o,isLast:s===c.length-1},l?.id||s)),!e&&x1("hr",{className:zn("cleen-text-gray/20",i?.groupDivider),style:r?.groupDivider})]});case"button":{let l=t?.submenu&&t?.submenu?.length>0;return Yl("button",{type:"button",onClick:()=>{l?o?.(t.submenu,t?.label):n?.(t)},...g9({item:t,classNames:i,styles:r}),children:[t?.icon,x1("span",{className:"cleen-flex-1",children:t?.label}),l&&x1(Te,{className:"cleen-size-4 cleen-text-gray/50"})]})}case"link":return x1(D8,{to:"",...g9({item:t,classNames:i,styles:r})});default:return null}};import{cn as V8}from"@cleen/ui-core";import{useEffect as h9,useState as v9}from"react";import{Fragment as T8,jsx as w9,jsxs as y9}from"react/jsx-runtime";var x9=({items:t,keepOpenOnClick:e,hideMenu:n,classNames:o,styles:i})=>{let[r,l]=v9([]),[s,c]=v9(t),a=(g,d)=>{l(f=>[...f,{items:s,title:d}]),c(g)},p=()=>{let g=r[r?.length-1];g&&(c(g?.items),l(d=>d?.slice(0,-1)))};h9(()=>{c(t),l([])},[t]),h9(()=>{let g=d=>{if(d.key==="Escape")if(r.length>0){let f=r?.[r?.length-1];c(f?.items),l(v=>v?.slice(0,-1))}else n()};return document.addEventListener("keydown",g),()=>{document.removeEventListener("keydown",g)}},[n,r]);let u=g=>{g?.onClick?.(),e||n()};return y9(T8,{children:[r?.length>0&&y9("button",{onClick:p,className:V8("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-2 cleen-w-full cleen-text-sm cleen-text-gray hover:cleen-bg-gray/5",o?.submenuButton),style:i?.submenuButton,children:[w9(C1,{className:"cleen-size-4 cleen-text-gray/30"}),r?.[r?.length-1]?.title]}),s?.map((g,d,f)=>w9(Ql,{item:g,isLast:d===f?.length-1,handleClick:u,onEnterSubmenu:a,classNames:o?.item,styles:i?.item},g?.id||d))]})};import{CLEEN_IGNORE_OUTSIDE_CLICK as E8,cn as Jl,useDisclosure as F8,useOutsideClick as A8,usePositionClose as W8}from"@cleen/ui-core";import{forwardRef as Z8,useRef as b9}from"react";import{createPortal as _8}from"react-dom";import{jsx as Un,jsxs as O8}from"react/jsx-runtime";var j1=Z8(function({items:e=[],position:n="bottom-left",keepOpenOnClick:o=!0,triggerRef:i,menuRef:r,ignoreClickOutside:l=!1,children:s,className:c,classNames:a,style:p,styles:u,...g},d){let{isOpen:f,toggle:v,close:h}=F8(),b=b9(null),w=b9(null),y=i??b,x=r??w,{positionStyles:M,isMounted:I}=W8({triggerRef:y,targetRef:x,position:n,isOpen:f});A8({refs:[y,x],handler:h,enabled:f});let k=()=>{v()};return O8("div",{className:Jl("cleen",c),style:p,ref:d,...g,children:[Un("div",{ref:y,onClick:k,className:Jl("cleen-size-fit",a?.trigger,f&&a?.triggerOpen),style:{...u?.trigger,...f?u?.triggerOpen:{}},children:s}),f&&_8(Un("div",{className:"cleen",...l&&{[E8]:"true"},children:Un("div",{ref:x,className:Jl("cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg cleen-w-52","cleen-absolute cleen-z-50",{"cleen-opacity-0":!I},a?.menu),style:{top:`${M.top}px`,left:`${M.left}px`,...u?.menu},children:Un(x9,{items:e,keepOpenOnClick:o,hideMenu:h,classNames:a,styles:u})})}),document.body)]})});import{cn as Gn,ColorHelpers as o0}from"@cleen/ui-core";import{useMemo as z8}from"react";var e0=["blue","lighter-blue","primary","indigo","green","red","purple","pink","orange","gray"],t0={blue:"cleen-border-primary/30 cleen-bg-primary/10 cleen-text-primary","lighter-blue":"cleen-border-primary/20 cleen-bg-primary/5 cleen-text-primary",primary:"cleen-border-brand cleen-bg-brand cleen-text-white",indigo:"cleen-border-indigo/50 cleen-bg-indigo/5 cleen-text-indigo/80",green:"cleen-border-success/20 cleen-bg-success/5 cleen-text-success",red:"cleen-border-error/20 cleen-bg-error/5 cleen-text-error",purple:"cleen-border-purple/20 cleen-bg-purple/5 cleen-text-purple/80",pink:"cleen-border-pink/50 cleen-bg-pink/5 cleen-text-pink/80",orange:"cleen-border-warning/20 cleen-bg-warning/5 cleen-text-warning",gray:"cleen-border-gray/10 cleen-bg-gray/5 cleen-text-gray/80"},k9={blue:"cleen-bg-primary/50",primary:"cleen-bg-primary/50",indigo:"cleen-bg-indigo/50",green:"cleen-bg-success/50",red:"cleen-bg-error/50",purple:"cleen-bg-purple/50",pink:"cleen-bg-pink/50",orange:"cleen-bg-warning/50",gray:"cleen-bg-gray/50"},L9={full:"cleen-rounded-full",rounded:"cleen-rounded-2xl",semiRounded:"cleen-rounded-lg",sleek:"cleen-rounded"};var n0=(t,e)=>!t&&!e?"primary":e?e0[e%e0.length]:t;import{jsx as r0,jsxs as U8}from"react/jsx-runtime";var le=({className:t,classNames:e,style:n,styles:o,label:i,color:r="primary",variant:l="rounded",showDot:s=!1,icon:c,removeable:a=!1,withBorder:p=!0,onRemoveClicked:u,onClick:g,colorByIndex:d,children:f,...v})=>{let{variantClass:h,dotVariantClass:b,dotVariantStyle:w,variantStyle:y}=z8(()=>{let x={};return r in t0?(x.variantClass=t0[n0(r,d)],x.dotVariantClass=k9[n0(r,d)]):(x.variantStyle={borderColor:o0.trasparentize(r,.8),backgroundColor:o0.trasparentize(r,.95),color:r},x.dotVariantStyle={backgroundColor:o0.trasparentize(r,.5)}),x},[r,d]);return r0("div",{className:Gn("cleen",t),style:n,children:U8("span",{className:Gn("cleen-flex cleen-justify-center cleen-items-center cleen-gap-1 cleen-text-xs cleen-font-medium cleen-py-0.5 cleen-px-2 cleen-w-fit cleen-min-w-max cleen-transition-all cleen-duration-200",h,L9[l],{"cleen-border":p},{"hover:cleen-opacity-80 cleen-cursor-pointer":g||a},e?.container),style:{...y,...o?.container},onClick:g,...v,children:[s&&r0("span",{className:Gn("cleen-size-2 cleen-rounded-[50%]",b,e?.dot),style:{...w,...o?.dot}}),c,i??f,a&&r0(Ee,{className:Gn("cleen-cursor-pointer cleen-flex cleen-flex-col cleen-justify-center cleen-items-center cleen-transition-transform cleen-duration-200 hover:cleen-scale-125",e?.removable),style:o?.removable,onClick:u})]})})};import{cn as $8}from"@cleen/ui-core";import{useContext as q8,useState as P9}from"react";import{jsx as Se,jsxs as X8}from"react/jsx-runtime";var S9=({filter:t,activeTabId:e})=>{let[n,o]=P9(!1),[i,r]=P9(!1),{labels:l,onFilterDelete:s,onFilterPin:c,onFilterSelect:a,onFilterUnpin:p,setIsFiltersDropdownOpen:u}=q8(ge),g=async()=>{try{if(!s)return;o(!0),await s(t.filterID)}catch(f){console.error("Error while deleting filter:",f)}finally{o(!1)}},d=async()=>{try{r(!0),t?.isPinned?await p?.(t.filterID):await c?.(t.filterID)}catch(f){console.error("Error while pinning/unpinnning filter:",f)}finally{r(!1)}};return Se("div",{className:"cleen-group cleen-flex cleen-flex-col cleen-justify-around cleen-gap-2 hover:cleen-bg-primary/5 cleen-p-2 cleen-rounded-md cleen-min-h-10",children:X8("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-cursor-pointer",onClick:()=>{a?.(t),u(!1)},children:[Se("span",{className:"cleen-flex-1 cleen-text-gray/70 cleen-text-sm cleen-text-left cleen-truncate",children:t.title}),i?Se(q,{classNames:{loader:"cleen-size-5"}}):Se(le,{color:"gray",onClick:f=>{f.stopPropagation(),d()},icon:Se(vt,{name:"pin",className:$8("cleen-size-3.5 group-hover:cleen-text-gray/60 cleen-transition-colors cleen-cursor-pointer",t?.isPinned?"cleen-text-gray/60":"cleen-text-gray/20")}),classNames:{container:"cleen-font-bold"},label:t?.isPinned?l?.savedFilters?.filter?.unpin:l?.savedFilters?.filter?.pin}),e==="mine"&&Se(j1,{items:[{id:"duplicate",type:"button",label:l?.savedFilters?.filter?.cancelDelete,icon:Se(Ee,{className:"cleen-size-5"}),onClick:()=>{}},{id:"archive",type:"button",label:l?.savedFilters?.filter?.delete,icon:Se($e,{}),danger:!0,onClick:()=>g()}],keepOpenOnClick:!1,ignoreClickOutside:!0,onClick:f=>f.stopPropagation(),className:"cleen-flex",children:n?Se(q,{size:"sm",color:"rgb(var(--cleen-error))"}):Se($e,{className:"cleen-text-black hover:cleen-text-error cleen-transition-colors cleen-cursor-pointer",name:"delete"})})]})})};import{cn as e1}from"@cleen/ui-core";import{forwardRef as j8,useMemo as M9,useState as K8}from"react";import{cn as l0}from"@cleen/ui-core";var Gt={horizontal:{list:"cleen-flex cleen-flex-wrap cleen-mb-4"},vertical:{container:"cleen-flex cleen-gap-4",list:"cleen-flex cleen-flex-col",content:"cleen-flex-1"}},I9=t=>{let e=t==="vertical";return{underlined:{list:l0("cleen-gap-2 cleen-border-gray/10",!e&&"cleen-border-b"),tab:l0("cleen-px-1 cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200",e?"cleen-border-l-2 cleen-pl-3 cleen-py-1.5":"cleen-border-b-2 cleen-pb-3"),tabActive:"cleen-border-primary cleen-text-primary",tabInactive:"cleen-border-transparent cleen-text-gray/70 hover:cleen-border-gray/10",tabDisabled:"cleen-border-transparent cleen-text-gray/40 cleen-cursor-not-allowed"},padded:{list:"cleen-gap-1",tab:"cleen-px-3 cleen-py-2.5 cleen-rounded-md cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200",tabActive:"cleen-bg-primary/10 cleen-text-primary",tabInactive:"cleen-text-gray/70 hover:cleen-bg-gray/10",tabDisabled:"cleen-text-gray/40 cleen-cursor-not-allowed"},stretched:{list:"cleen-rounded-md cleen-overflow-hidden cleen-border cleen-border-gray/30",tab:l0("cleen-flex-1 cleen-px-3 cleen-py-2 cleen-font-semibold cleen-text-sm cleen-transition-all cleen-duration-200 cleen-border-gray/30 cleen-justify-center",e?"[&:not(:first-child)]:cleen-border-t":"[&:not(:first-child)]:cleen-border-l"),tabActive:"cleen-bg-primary/10 cleen-text-primary",tabInactive:"cleen-text-gray/70 hover:cleen-bg-gray/10",tabDisabled:"cleen-text-gray/40 cleen-cursor-not-allowed"}}};import{jsx as $n,jsxs as H9}from"react/jsx-runtime";var i0=j8(function({tabs:e,variant:n="underlined",direction:o="horizontal",currentTabIndex:i,onTabChange:r,className:l,classNames:s,style:c,styles:a,...p},u){let[g,d]=K8(0),v=i!==void 0?i:g,h=M9(()=>e?.[v],[e,v]),b=(y,x)=>{d(y),r?.(y,x)},w=M9(()=>I9(o),[o]);return $n("div",{className:e1("cleen",l),style:c,ref:u,...p,children:H9("div",{className:e1(Gt[o].container,s?.container),style:a?.container,children:[$n("nav",{className:e1(w[n].list,Gt[o].list,s?.list),"aria-label":"Tabs",style:a?.list,children:e?.map((y,x)=>{let M=v===x,I=y?.isDisabled;return H9("span",{onClick:()=>!I&&b(x,y),className:e1("cleen-flex cleen-items-center cleen-gap-2 cleen-whitespace-nowrap",!I&&"cleen-cursor-pointer",w[n].tab,Gt[o].tab,s?.tab,I?e1(w[n].tabDisabled,s?.tabDisabled):M?e1(w[n].tabActive,s?.tabActive):e1(w[n].tabInactive,s?.tabInactive)),style:{...a?.tab,...I?a?.tabDisabled:M?a?.tabActive:a?.tabInactive},"aria-current":M?"page":void 0,"aria-disabled":I,children:[y?.label,!!y?.badge?.label&&$n(le,{variant:"rounded",color:M?"blue":"gray",...s?.count,...a?.count,...y.badge})]},y?.id||x)})}),!!h?.content&&$n("div",{className:e1("h-full",Gt[o].content,s?.content),style:a?.content,children:h?.content})]})})});import{useContext as Y8,useState as Q8}from"react";import{jsx as b1,jsxs as ea}from"react/jsx-runtime";var J8=t=>{let e={isFeatured:null,isMine:null,isPinned:null,isShared:null};switch(t){case"featured":e.isFeatured=!0;break;case"mine":e.isMine=!0;break;case"pinned":e.isPinned=!0;break;case"shared":e.isShared=!0;break;case"all":default:break}return e},R9=({selectedSavedFilter:t,filters:e,isFiltersFetching:n,onFilterCategoryChange:o})=>{let[i,r]=Q8("all"),{labels:l,classNames:s,styles:c,isFiltersDropdownOpen:a,setIsFiltersDropdownOpen:p}=Y8(ge);return b1(Ot,{isOpen:a,onOpenChange:p,leftIcon:b1(Ct,{className:"cleen-size-5"}),label:t?.title??l?.savedFilters?.label,fullWidthDropdown:!0,...s?.dropdown,...c?.dropdown,children:ea("div",{className:"flex flex-col gap-2 p-2.5 w-full",children:[b1(i0,{tabs:[{id:"all",label:l?.savedFilters?.tabs?.all},{id:"mine",label:l?.savedFilters?.tabs?.mine},{id:"shared",label:l?.savedFilters?.tabs?.shared},{id:"featured",label:l?.savedFilters?.tabs?.featured},{id:"pinned",label:l?.savedFilters?.tabs?.pinned}],variant:"padded",onTabChange:(u,g)=>{r(g?.id),o?.(J8(g?.id))},classNames:{list:"cleen-mb-2"}}),b1("div",{className:"flex flex-col",children:n?b1(q,{classNames:{loader:"cleen-size-6"}}):(e?.length||0)>0?e?.map(u=>b1(S9,{filter:u,activeTabId:i},u.filterID)):b1("p",{className:"cleen-font-normal cleen-text-gray/60 cleen-text-base cleen-text-center",children:l?.savedFilters?.noFilters})})]})})};import{cn as $t}from"@cleen/ui-core";import{useEffect as ta,useState as na}from"react";import{jsx as k1,jsxs as s0}from"react/jsx-runtime";var c0=({checked:t,defaultChecked:e=!1,onChange:n,title:o,label:i,sublabel:r,disabled:l,classNames:s,className:c,style:a,styles:p,infoLabels:u,...g})=>{let d=typeof t=="boolean",[f,v]=na(e);ta(()=>{d||v(e)},[e,d]);let h=d?t:f,b=()=>{l||(d||v(!f),n?.(!h))};return k1("div",{className:$t("cleen",c),style:a,children:s0("div",{className:$t("cleen-flex cleen-flex-col",s?.container),style:p?.container,children:[o&&k1("label",{className:$t("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",s?.title),style:p?.title,children:o}),s0("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-w-full",children:[k1("button",{type:"button",disabled:l,onClick:b,className:$t("cleen-inline-flex cleen-relative cleen-flex-shrink-0 cleen-my-auto cleen-mb-auto cleen-border-2 cleen-border-transparent cleen-rounded-full cleen-w-11 cleen-h-6 cleen-transition-colors cleen-duration-200 cleen-ease-in-out cleen-cursor-pointer",h?"cleen-bg-primary hover:cleen-bg-primary/90":"cleen-bg-gray/20 hover:cleen-bg-gray/30",s?.switch),style:p?.switch,...g,children:k1("span",{"aria-hidden":"true",className:$t("cleen-inline-block cleen-bg-white cleen-shadow cleen-rounded-full cleen-ring-0 cleen-w-5 cleen-h-5 cleen-transition cleen-duration-200 cleen-ease-in-out cleen-pointer-events-none cleen-transform",h?"cleen-translate-x-5":"cleen-translate-x-0",s?.check),style:p?.check})}),(i||r)&&s0("div",{className:"cleen-flex cleen-flex-col cleen-text-sm",children:[i&&k1("span",{className:"cleen-font-semibold cleen-text-gray/90",children:i}),r&&k1("span",{className:"cleen-font-normal cleen-text-gray/80",children:r})]})]}),(u?.errorMessage||u?.infoMessage||u?.subtitle)&&k1(z,{...u})]})})};import{useContext as oa}from"react";import{Fragment as ra,jsx as N9,jsxs as la}from"react/jsx-runtime";var B9=()=>{let{classNames:t,styles:e,labels:n,saveStepValues:o,setSaveStepValues:i,errors:r,clearError:l}=oa(ge);return la(ra,{children:[N9(te,{value:o.filterName,onChange:s=>{i(c=>({...c,filterName:s.target.value})),r?.filterName&&l?.("filterName")},label:n?.saveStep?.filterNameInput?.label,placeholder:n?.saveStep?.filterNameInput?.placeholder,infoLabels:{errorMessage:r?.filterName},...t?.saveFilter?.filterName,...e?.saveFilter?.filterName}),N9(c0,{checked:o.exposed,onChange:s=>i(c=>({...c,exposed:s})),title:n?.saveStep?.exposureSwitch?.title,label:n?.saveStep?.exposureSwitch?.label,sublabel:n?.saveStep?.exposureSwitch?.sublabel,...t?.saveFilter?.exposure,...e?.saveFilter?.exposure})]})};var D9={title:"Filters",subtitle:"Apply filters to table data.",apply:"Apply",cancel:"Cancel",clear:"Clear",save:"Save filters",saveStep:{back:"Back",save:"Save",title:"Save Filter",subtitle:"Filters are reusable and shareable.",filterNameInput:{label:"Filter name",placeholder:"Type a name for this filter"},exposureSwitch:{title:"Exposure",label:"Share this filter",sublabel:"Allows others to see and use this filter"},validation:{tooShort:"You must provide a valid filter title, above 3 characters long.",tooLong:"You must provide a valid filter title, below 50 characters long."}},savedFilters:{label:"Select saved filter",noFilters:"No saved filters",filter:{delete:"Delete",cancelDelete:"Cancel",pin:"Pin",unpin:"Unpin"},tabs:{all:"All",featured:"Featured",mine:"Mine",pinned:"Pinned",shared:"Shared"}}};import{useValidation as ia}from"@cleen/ui-core";import{useState as a0}from"react";import{jsx as sa}from"react/jsx-runtime";var V9=({children:t,value:e})=>{let[n,o]=a0(!1),[i,r]=a0(On),{errors:l,setError:s,clearError:c}=ia({}),[a,p]=a0(!1),u=()=>{o(!1),e?.onClose?.()};return sa(ge.Provider,{value:{isSaveFiltersStep:n,setIsSaveFiltersStep:o,saveStepValues:i,setSaveStepValues:r,handleCloseSaveFilter:u,isFiltersDropdownOpen:a,setIsFiltersDropdownOpen:p,errors:l,setError:s,clearError:c,...e},children:t})};import{applyDefaults as ca,cn as T9}from"@cleen/ui-core";import{forwardRef as E9,useContext as aa}from"react";import{Fragment as ua,jsx as t1,jsxs as Ca}from"react/jsx-runtime";var pa=E9(function({selectedSavedFilter:e,savedFilters:n,isFiltersFetching:o,children:i,classNames:r,styles:l,labels:s,withSavedFilters:c=!0,onClear:a,onSave:p,onCancel:u,onApply:g,onClose:d,filterDateFormatter:f,onFilterCategoryChange:v,onFilterDelete:h,onFilterPin:b,onFilterSelect:w,onFilterUnpin:y,...x},M){return t1(V9,{value:{selectedSavedFilter:e,savedFilters:n,isFiltersFetching:o,classNames:r,styles:l,labels:ca(D9,s),withSavedFilters:c,onClear:a,onSave:p,onCancel:u,onApply:g,onClose:d,filterDateFormatter:f,onFilterCategoryChange:v,onFilterDelete:h,onFilterPin:b,onFilterSelect:w,onFilterUnpin:y},children:t1(da,{...x,ref:M,children:i})})}),da=E9(function({children:e,...n},o){let{handleCloseSaveFilter:i,isSaveFiltersStep:r,selectedSavedFilter:l,savedFilters:s,isFiltersFetching:c,classNames:a,styles:p,labels:u,withSavedFilters:g=!0,onClear:d,onFilterCategoryChange:f,onFilterSelect:v}=aa(ge);return t1(jl,{footer:t1(m9,{}),headerCloseBtn:t1($,{onClick:()=>{d?.(),v?.(void 0)},leftIcon:t1($e,{}),variant:"secondary",...a?.clearBtn,...p?.clearBtn,children:u?.clear}),classNames:{...a,content:T9("cleen-space-y-4",a?.content),footer:T9("cleen-justify-between",a?.footer)},onClose:i,ref:o,...n,title:r?u?.saveStep?.title:n.title,subtitle:r?u?.saveStep?.subtitle:n.subtitle,children:r?t1(B9,{}):Ca(ua,{children:[g&&t1(R9,{filters:s,selectedSavedFilter:l,onFilterCategoryChange:f,isFiltersFetching:c}),e]})})});import{cn as n1}from"@cleen/ui-core";import{forwardRef as ma}from"react";import{jsx as L1,jsxs as p0}from"react/jsx-runtime";var F9=ma(({title:t,subtitle:e,required:n,requiredMark:o="*",tooltipDescription:i,children:r,className:l,classNames:s,style:c,styles:a,...p},u)=>L1("div",{ref:u,className:n1("cleen",l),style:{...c,width:"100%"},...p,children:p0("div",{className:n1("cleen-flex cleen-w-full cleen-items-start cleen-justify-start cleen-gap-8",s?.container),style:a?.container,children:[p0("div",{className:n1("cleen-flex cleen-flex-col cleen-min-w-fit cleen-w-1/3",s?.titleColumn),style:a?.titleColumn,children:[p0("div",{className:n1("cleen-flex cleen-items-center cleen-gap-1 cleen-font-semibold cleen-text-sm cleen-text-gray/90",s?.title),style:a?.title,children:[L1("span",{className:"cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis",children:t}),n&&L1("span",{className:n1("cleen-text-error",s?.requiredMark),style:a?.requiredMark,children:o}),i&&L1(Q,{hasArrow:!0,placement:"top",label:i,color:"rgba(var(--cleen-gray), 0.8)",...s?.tooltip,style:a?.tooltip?.style,styles:{...a?.tooltip?.styles,labelContainer:{width:"max-content",maxWidth:"250px",...a?.tooltip?.styles?.labelContainer}},children:L1(wt,{className:n1("cleen-size-3 cleen-text-gray/40",s?.questionIcon),style:a?.questionIcon})})]}),e&&L1("div",{className:n1("cleen-overflow-hidden cleen-whitespace-nowrap cleen-text-ellipsis cleen-w-full cleen-font-normal cleen-text-gray/70 cleen-text-sm",s?.subtitle),style:a?.subtitle,children:e})]}),L1("div",{className:n1("cleen-form-group--controls-row cleen-flex cleen-flex-1 cleen-flex-wrap cleen-gap-8",s?.controlsRow),style:a?.controlsRow,children:r})]})}));F9.displayName="FormGroup";import{cn as ie,useDebounce as ga,useOutsideClick as fa,usePositionClose as ha}from"@cleen/ui-core";import{useEffect as d0,useMemo as u0,useRef as A9,useState as o1}from"react";import{createPortal as va}from"react-dom";import{jsx as F,jsxs as fe}from"react/jsx-runtime";function wa(t){return t!==null&&typeof t=="object"}function he(t,e){if(wa(t)&&e in t)return t[e]}function W9(t,e){let n=he(t,e);return Array.isArray(n)?n:[]}var ya=({position:t="bottom-right",labels:e,groups:n=[],selectedItemID:o=null,groupThreeDotMenuOptions:i=[],itemThreeDotMenuOptions:r=[],refetchData:l,onGroupSave:s,onItemSave:c,onGroupThreeDotMenuClick:a,onItemThreeDotMenuClick:p,onSearchChange:u,onItemSelect:g,groupIDKey:d,groupTitleKey:f,itemsKey:v,itemIDKey:h,itemGroupIDKey:b,itemTitleKey:w,itemSubtitleKey:y,newValueMinLength:x=2,isLoading:M=!1,isGroupSaving:I=!1,isItemSaving:k=!1,selectedColor:H="rgb(var(--cleen-primary), 0.1)",className:R,classNames:S,style:L,styles:P})=>{let[D,T]=o1(!1),[V,O]=o1(!1),[N,B]=o1(!1),[_,E]=o1(null),[W,U]=o1(null),[a1,ae]=o1(""),[p1,lt]=o1(""),[Ce,sn]=o1(""),[d1]=ga(Ce,500),cn=A9(null),u1=A9(null),{positionStyles:pe,isMounted:D1}=ha({triggerRef:cn,targetRef:u1,position:t,isOpen:D,offset:10});fa({refs:[u1],handler:()=>T(!1),enabled:D});let an=u0(()=>n??[],[n]),ye=u0(()=>{let Z=new Map;for(let j of an){let oe=he(j,d);oe!=null&&Z.set(oe,W9(j,v))}return Z},[an,d,v]),it=u0(()=>_==null?Array.from(ye?.values()).flat():ye?.get(_)??[],[_,ye]);d0(()=>{if(o==null){U(null),E(null);return}let j=Array.from(ye?.values())?.flat()?.find(oe=>he(oe,h)===o);if(j){let oe=he(j,b)??null;U(j),E(oe)}else U(null),E(null)},[o,ye,h,b]),d0(()=>{u&&u(d1??"")},[d1,u]),d0(()=>{D||(O(!1),B(!1),ae(""),lt(""))},[D]);let pn=Z=>{Z===_?(E(null),U(null),g?.(null)):(U(null),E(Z),g?.(null))},G=Z=>{let j=he(Z,b);E(typeof j=="string"||typeof j=="number"?j:null),U(Z),g?.(Z),T(!1)};async function V1(){if(!s)return;let Z={[f]:a1};try{(await s(Z))?.success&&(O(!1),ae(""),l&&await l())}catch{}}async function Re(){if(!c)return;let Z={[w]:p1,..._!=null?{[b]:_}:{}};try{(await c(Z))?.success&&(B(!1),lt(""),l&&await l())}catch{}}return F("div",{className:ie("cleen",R),style:L,children:fe("div",{ref:cn,className:ie("cleen-relative cleen-w-full cleen-cursor-pointer",S?.container),style:P?.container,onClick:Z=>{Z.stopPropagation(),T(!0)},children:[F(te,{placeholder:e?.inputPlaceholder,rightIcon:D?F(m1,{className:"cleen-w-5 cleen-h-5 cleen-text-gray/30"}):F(Ve,{className:"cleen-w-5 cleen-h-5 cleen-text-gray/30"}),value:Ce,onChange:Z=>{E(null),U(null),sn(Z.target.value)},classNames:{input:D?"":"cleen-cursor-pointer"},className:S?.input,style:P?.input}),D&&va(F("div",{className:"cleen",children:fe("div",{ref:u1,className:ie("cleen-overflow-hidden cleen-flex cleen-items-start cleen-justify-start cleen-w-[500px] cleen-h-[344px] cleen-bg-white cleen-border cleen-border-gray/10 cleen-rounded-lg cleen-shadow-xl cleen-cursor-default","cleen-absolute cleen-z-50",{"cleen-opacity-0":!D1},S?.columnsContainer),style:{top:`${pe.top}px`,left:`${pe.left}px`,...P?.columnsContainer},children:[fe("div",{className:"cleen-w-1/2 cleen-h-full",children:[F("div",{className:ie("cleen-overflow-scroll cleen-no-scrollbar cleen-flex cleen-flex-col cleen-items-start cleen-justify-start cleen-w-full cleen-h-[300px]",S?.leftColumn),style:P?.leftColumn,children:M?F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-full cleen-h-full",children:F(q,{size:"sm"})}):n?.map((Z,j)=>{let oe=he(Z,d),mo=oe===_,go=String(he(Z,f)??""),fo=W9(Z,v)?.length??0;return fe("div",{className:ie("cleen-group cleen-flex cleen-items-center cleen-justify-between cleen-gap-2 cleen-px-3 cleen-w-full cleen-min-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.groupItem),style:{...P?.groupItem||{},...mo?{backgroundColor:H}:{}},onClick:Y=>{Y.stopPropagation(),Y.preventDefault(),pn(oe??null)},children:[fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2",i?.length>0?"cleen-w-[calc(100%-30px)]":"cleen-w-full"),children:[F("span",{className:ie("cleen-truncate cleen-font-semibold cleen-text-[14px] cleen-text-gray/90",S?.groupItemTitle),style:P?.groupItemTitle,children:go}),F(le,{color:"lighter-blue",label:fo})]}),i?.length>0&&F("div",{className:"cleen-opacity-0 group-hover:cleen-opacity-100",onClick:Y=>{Y.stopPropagation(),a?.(Z)},children:F(j1,{position:"bottom-right",keepOpenOnClick:!1,items:i?.map(Y=>{let st=Y?.disabledOptionCallback?.(Z);return{...Y,type:"button",label:F("span",{className:"cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:Y?.label}),onClick:()=>{st||Y?.onClick(Z)},disabled:st}}),classNames:{menu:"cleen-min-w-max"},className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-5 cleen-h-5 cleen-bg-white cleen-rounded-md",children:F(F1,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/70 cleen-cursor-pointer hover:cleen-text-primary"})})})]},`group-${j}-${String(oe??j)}`)})}),F(Fe,{isHorizontal:!0}),V?fe("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full cleen-h-10",children:[F(te,{leftIcon:F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),placeholder:e?.newGroupPlaceholder,value:a1,onChange:Z=>ae(Z.target.value),classNames:{inputContainer:"cleen-border-none",input:"cleen-w-full"},className:"cleen-w-[170px]",autoFocus:!0}),F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-[80px] cleen-h-full",children:s?I?F(q,{}):a1?.length>x?F($,{variant:"primary",label:e?.saveButtonLabel,onClick:()=>{V1()},classNames:{container:"cleen-w-max cleen-h-7"}}):F("div",{}):F("div",{})})]}):fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2 cleen-w-full cleen-px-2 cleen-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.newGroupButton),style:P?.newGroupButton,onClick:()=>O(!0),children:[F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),F("span",{className:"cleen-text-normal cleen-text-[14px] cleen-text-gray/50",children:e?.newGroupPlaceholder})]})]}),F(Fe,{className:"cleen-absolute cleen-top-0 cleen-left-1/2 cleen-min-w-[1px] cleen-h-full cleen-bg-gray/10 cleen-z-[1]"}),fe("div",{className:"cleen-w-1/2 cleen-h-full",children:[F("div",{className:ie("cleen-overflow-scroll cleen-no-scrollbar cleen-flex cleen-flex-col cleen-items-start cleen-justify-start cleen-w-full cleen-h-[300px]",S?.rightColumn),style:P?.rightColumn,children:M?F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-full cleen-h-full",children:F(q,{size:"sm"})}):it?.map((Z,j)=>{let oe=he(Z,h),mo=W&&he(W,h)===oe,go=String(he(Z,w)??""),fo=y?String(he(Z,y)??""):"";return fe("div",{className:ie("cleen-group cleen-flex cleen-items-center cleen-justify-between cleen-gap-2 cleen-px-3 cleen-w-full cleen-min-h-[60px] cleen-cursor-pointer hover:cleen-bg-primary/10",S?.item),style:{...P?.item||{},...mo?{backgroundColor:H}:{}},onClick:Y=>{Y.stopPropagation(),Y.preventDefault(),G(Z)},children:[fe("div",{className:ie("cleen-flex cleen-flex-col cleen-items-start cleen-justify-center",r?.length>0?"cleen-w-[calc(100%-30px)]":"cleen-w-full"),children:[F("span",{className:ie("cleen-truncate cleen-w-full cleen-font-semibold cleen-text-[14px] cleen-text-gray/90",S?.itemTitle),style:P?.itemTitle,children:go}),F("span",{className:ie("cleen-truncate cleen-w-full cleen-font-semibold cleen-text-[12px] cleen-text-gray/50",S?.itemSubtitle),style:P?.itemSubtitle,children:fo})]}),r?.length>0&&F("div",{className:"cleen-opacity-0 group-hover:cleen-opacity-100",onClick:Y=>{Y.stopPropagation(),p?.(Z)},children:F(j1,{position:"bottom-right",keepOpenOnClick:!1,items:r?.map(Y=>{let st=Y?.disabledOptionCallback?.(Z);return{...Y,type:"button",label:F("span",{className:"cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:Y?.label}),onClick:()=>{st||Y?.onClick(Z)},disabled:st}}),classNames:{menu:"cleen-min-w-max"},className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-5 cleen-h-5 cleen-bg-white cleen-rounded-md",children:F(F1,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/70 cleen-cursor-pointer hover:cleen-text-primary"})})})]},`item-${j}-${String(oe??j)}`)})}),F(Fe,{isHorizontal:!0}),N?fe("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full cleen-h-10",children:[F(te,{leftIcon:F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),placeholder:e?.newItemPlaceholder,value:p1,onChange:Z=>lt(Z.target.value),classNames:{inputContainer:"cleen-border-none",input:"cleen-w-full"},className:"cleen-w-[170px]",autoFocus:!0}),F("div",{className:"cleen-flex cleen-items-center cleen-justify-center cleen-w-[80px] cleen-h-full",children:c?k?F(q,{}):p1?.length>x?F($,{variant:"primary",label:e?.saveButtonLabel,onClick:()=>{Re()},classNames:{container:"cleen-w-max cleen-h-7"}}):F("div",{}):F("div",{})})]}):fe("div",{className:ie("cleen-flex cleen-items-center cleen-justify-start cleen-gap-2 cleen-w-full cleen-px-2 cleen-h-10 cleen-cursor-pointer hover:cleen-bg-primary/10",S?.newItemButton),style:P?.newItemButton,onClick:()=>B(!0),children:[F(Ge,{className:"cleen-w-4 cleen-h-4 cleen-text-gray/30"}),F("span",{className:"cleen-text-normal cleen-text-[14px] cleen-text-gray/50",children:e?.newItemPlaceholder})]})]})]})}),document.body),!D&&W&&F("div",{className:"cleen-absolute cleen-top-1.5 cleen-left-1 cleen-flex cleen-items-center cleen-justify-start cleen-pl-2.5 cleen-w-[calc(100%-40px)] cleen-h-8 cleen-bg-white",onClick:()=>T(!0),children:F("span",{className:"cleen-truncate cleen-font-semibold cleen-text-[14px] cleen-text-gray/70",children:String(he(W,w)??"")})})]})})};import{cn as J,useDebounce as xa,useOutsideClick as ba,usePositionClose as ka}from"@cleen/ui-core";import{forwardRef as La,useEffect as Pa,useMemo as O9,useRef as C0,useState as m0}from"react";import{createPortal as Sa}from"react-dom";import{cn as P1}from"@cleen/ui-core";import{jsx as r1,jsxs as Z9}from"react/jsx-runtime";var _9=({options:t,selection:e,classNames:n,styles:o,onChoose:i,displaySubtextInline:r=!0,...l})=>r1("div",{tabIndex:0,...l,children:r1("div",{className:P1("cleen-flex cleen-flex-col cleen-pt-1 cleen-pb-1.5 cleen-max-h-64 cleen-overflow-y-auto",n?.container),style:o?.container,children:t?.map(s=>{let c=e?.some(a=>a?.value===s?.value);return Z9("li",{className:P1("cleen-flex cleen-justify-between cleen-items-center hover:cleen-bg-gray/10 cleen-px-2 cleen-py-2.5 cleen-rounded-md cleen-cursor-pointer cleen-select-none",{"cleen-bg-gray/10 hover:cleen-bg-gray/20":c},n?.item),style:o?.item,onClick:()=>i?.(s,c),children:[Z9("div",{className:P1("cleen-flex cleen-justify-start cleen-items-center cleen-gap-2",n?.labels,!r&&"cleen-truncate cleen-flex-col cleen-items-start cleen-gap-0"),style:o?.labels,children:[s?.leadingBadgeValue&&r1(le,{color:"gray",label:s?.leadingBadgeValue}),s?.icon,s?.label&&r1("span",{className:P1("cleen-font-medium cleen-text-gray cleen-text-base",!r&&"cleen-w-full cleen-truncate"),children:s?.label}),s?.preSublabel&&r1("span",{className:P1("cleen-font-medium cleen-text-gray/30 cleen-text-xs",!r&&"cleen-w-full cleen-truncate"),children:s?.preSublabel}),s?.sublabel&&r1("span",{className:P1("cleen-font-medium cleen-text-gray/60 cleen-text-sm",!r&&"cleen-w-full cleen-truncate"),children:s?.sublabel})]}),c&&r1("div",{className:n?.checkContainer,style:o?.checkContainer,children:r1(De,{className:P1("cleen-text-primary",n?.check),style:o?.check})})]},s.value)})})});import{Fragment as Ma,jsx as K,jsxs as qt}from"react/jsx-runtime";var Ia=La(function({label:e,labels:n,options:o,value:i,displaySelected:r="under",isLoading:l=!1,required:s,internalFiltering:c=!1,closeOnReachingLimit:a=!0,limit:p,getCustomBadgeLabel:u,displaySubtextInline:g=!0,selectedBadgeColor:d="blue",debounceDelay:f=0,characterThreshold:v=2,disabled:h=!1,isNoDataVisibleOnCreateNew:b=!0,className:w,classNames:y,style:x,styles:M,infoLabels:I,menuDetachedFromPortal:k,onInputChange:H,onChange:R,onCreateNewOption:S,createNewOptionLabelString:L,onLookupBlur:P,triggerBlurOnlyWhenOpen:D=!0,menuRef:T,...V},O){let[N,B]=m0(!1),_=C0(null),E=C0(null),W=T??_,{positionStyles:U,isMounted:a1}=ka({triggerRef:E,targetRef:W,position:"bottom-left",isOpen:N,offset:4});ba({refs:[W,E],handler:()=>{B(!1),P?.()},enabled:D?N:!0});let[ae,p1]=m0(""),lt=xa(ae,f),Ce=f?lt:ae,sn=C0(Ce),d1=Array.isArray(i),[cn,u1]=m0([]),pe=d1?i:cn,D1=["inside","inside-badge"].includes(r),an=(G,V1=!1)=>{if(V1){let Z=pe.filter(j=>j.value!==G.value);d1||u1(Z),R?.(Z);return}let Re;if(p===1)Re=[G];else{if(p&&pe.length>=p)return;Re=[...pe,G]}d1||u1(Re),R?.(Re),a&&p&&Re.length>=p&&(p1(""),B(!1))},ye=O9(()=>c?o?.filter(G=>G?.label?.match(new RegExp(Ce,"i"))):o,[o,Ce,c]),it=O9(()=>L&&S&&!l&&ae?.length>0&&!ye?.some(G=>G?.label===ae)?typeof L=="function"?L(ae):L:null,[L,S,l,ae,ye]);Pa(()=>{sn.current!==Ce&&(sn.current=Ce,Ce.length<v?B(!1):(H?.(Ce),B(!0)))},[Ce,H,v]);let pn=qt("ul",{className:J("cleen-flex cleen-flex-col cleen-gap-0.5 cleen-bg-background cleen-shadow-[0px_12px_16px_-4px_rgba(var(--cleen-gray),0.1)] cleen-px-1.5 cleen-pt-1 cleen-pb-0.5 cleen-border cleen-border-gray/20 cleen-rounded-lg",y?.menu?.container),style:M?.menu?.container,children:[l?K(q,{className:J("cleen-py-3",y?.menu?.loader),style:M?.menu?.loader}):!ye||ye?.length===0?!!n?.noDataFound&&(b||!it)&&K("div",{className:J("cleen-flex cleen-justify-center cleen-items-center cleen-px-2 cleen-py-2.5 cleen-rounded-md cleen-font-normal cleen-text-gray/40 cleen-text-sm cleen-text-center cleen-pointer-events-none cleen-select-none",y?.menu?.noDataFound),style:M?.menu?.noDataFound,children:n?.noDataFound}):K(_9,{options:ye,selection:pe,onChoose:an,displaySubtextInline:g,...y?.menu?.list,...M?.menu?.list}),it&&qt("div",{className:J("cleen-flex cleen-flex-col cleen-justify-center cleen-items-center",y?.createNewOption?.container),style:M?.createNewOption?.container,children:[K(Fe,{...y?.createNewOption?.divider,...M?.createNewOption?.divider}),K("span",{className:J("cleen-py-3 cleen-font-semibold cleen-text-primary/70 cleen-text-sm cleen-cursor-pointer",y?.createNewOption?.value),style:M?.createNewOption?.value,onClick:()=>{let G=S?.(ae);typeof G=="boolean"&&!G||p1("")},children:it})]})]});return K("div",{className:J("cleen",w),style:x,children:qt("div",{className:J("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-w-full",y?.container),style:M?.container,children:[e&&K("div",{className:J("cleen-flex cleen-w-full"),children:qt("span",{className:J("cleen-w-full cleen-font-medium cleen-text-gray/90 cleen-text-sm",y?.label),style:M?.label,children:[e,s&&K("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]})}),K("div",{ref:E,className:J("cleen-relative cleen-flex cleen-items-center",y?.input?.container),style:M?.input?.container,children:K(te,{type:"search",autoFocus:!1,autoComplete:"off",className:J("cleen-w-full",y?.input?.component?.className),classNames:{...y?.input?.component?.classNames,inputContainer:J({"cleen-flex-wrap":D1},y?.input?.component?.classNames?.inputContainer),input:J({"cleen-pl-2":D1},y?.input?.component?.classNames?.input),leftIconContainer:J({"cleen-pr-0":D1},y?.input?.component?.classNames?.leftIconContainer)},...M?.input?.component,leftIcon:qt(Ma,{children:[K(bt,{className:"cleen-text-gray/70"}),D1&&(pe||[])?.length>0&&K("div",{className:J("cleen-flex cleen-gap-1 cleen-overflow-hidden cleen-text-ellipsis cleen-whitespace-nowrap"),onClick:()=>{B(!N)},children:r==="inside-badge"?pe?.map(G=>K(le,{label:G?.label,color:"blue",variant:"semiRounded"},G.value)):K("span",{className:J("cleen-font-medium cleen-text-gray/80 cleen-text-sm"),children:pe?.map(G=>G?.label).join(", ")})})," "]}),onFocus:()=>{Ce.length>=v&&ae.length>=v&&B(!0)},value:ae,onChange:G=>{p1(G.target.value)},ref:O,required:s,disabled:h,...V})}),N&&(k?K("div",{ref:W,children:pn}):Sa(K("div",{className:"cleen",children:K("div",{ref:W,className:J("cleen-absolute cleen-z-50",{"cleen-opacity-0":!a1}),style:{top:`${U.top}px`,left:`${U.left}px`,minWidth:E.current?.offsetWidth?`${E.current.offsetWidth}px`:void 0},children:pn})}),document.body)),r==="under"&&pe?.length>0&&K("span",{className:J("cleen-flex cleen-flex-wrap cleen-gap-1.5",y?.pillbadge?.container),style:M?.pillbadge?.container,children:pe?.map(G=>K(le,{label:u?u(G):G?.label,color:d,removeable:!h,onRemoveClicked:()=>{if(h)return;let V1=pe?.filter(Re=>Re?.value!==G?.value);d1||u1(V1),R?.(V1)},...y?.pillbadge?.component,...M?.pillbadge?.component},G.value))}),(I?.errorMessage||I?.infoMessage||I?.subtitle)&&K(z,{...I})]})})});import{cn as Xt,useBodyScrollLock as Ha,useCleenOverlays as z9}from"@cleen/ui-core";import{forwardRef as Ra,useCallback as Na,useEffect as g0,useId as Ba,useRef as Da,useState as U9}from"react";import{createPortal as Va}from"react-dom";import{jsx as jt,jsxs as $9}from"react/jsx-runtime";var Ta={xs:320,sm:384,md:448,lg:512,xl:576,"2xl":728},G9=300,Ea=Ra(function({isOpen:e=!1,onClose:n,closeOnOverlayClick:o=!0,closeButtonIcon:i=jt(Ee,{className:"cleen-size-5"}),header:r,footer:l,zIndex:s=50,size:c="md",color:a,p,gap:u,className:g,classNames:d,style:f,styles:v,children:h,...b},w){let[y,x]=U9(e),[M,I]=U9(e),k=Da(null),H=Ba(),{addOverlay:R,removeOverlay:S}=z9(),L=Na(()=>{x(!1),setTimeout(()=>n?.(),G9)},[n]);return g0(()=>{if(e){I(!0);let P=setTimeout(()=>x(!0),1);return()=>clearTimeout(P)}else{x(!1);let P=setTimeout(()=>I(!1),G9);return()=>clearTimeout(P)}},[e]),g0(()=>{if(e)return R(H),()=>S(H)},[R,S,e,H]),g0(()=>{let P=D=>{let{overlays:T}=z9.getState();D.key==="Escape"&&T[T.length-1]===H&&L()};return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[L,H]),Ha(M),M?Va($9("div",{className:Xt("cleen",g),style:f,ref:w,...b,children:[jt("div",{className:Xt("cleen-fixed cleen-inset-0 cleen-bg-black/50 dark:cleen-bg-white/50 cleen-transition-opacity cleen-duration-300 cleen-ease-in-out",y?"cleen-opacity-100":"cleen-opacity-0",d?.overlay),style:{zIndex:s,...v?.overlay},onClick:()=>{o&&L()},"aria-hidden":"true"}),jt("div",{className:Xt("cleen-fixed cleen-inset-0 cleen-flex cleen-justify-center cleen-items-center cleen-p-4 cleen-overflow-auto","cleen-transition-all cleen-duration-300 cleen-ease-in-out","cleen-pointer-events-none",y?"cleen-opacity-100 cleen-scale-100":"cleen-opacity-0 cleen-scale-95",d?.container),style:{zIndex:s,...v?.container},"aria-modal":"true",role:"dialog",children:$9(ne,{header:r,footer:l,color:a,p,gap:u,className:Xt("cleen-relative cleen-shadow-xl cleen-w-full cleen-max-w-lg cleen-max-h-[90vh] cleen-rounded-lg","cleen-pointer-events-auto",d?.modal?.className),style:{maxWidth:typeof c=="number"?c:Ta[c],...v?.modal?.style},classNames:d?.modal?.classNames,styles:v?.modal?.styles,ref:k,children:[h,i&&jt("div",{className:Xt("cleen-top-3 cleen-right-3 cleen-absolute"),children:jt($,{variant:"borderless",onClick:L,"aria-label":"Close modal",classNames:{container:"cleen-p-1.5 cleen-rounded-full"},children:i})})]})})]}),document.body):null});import"react-toastify";var f0={success:{},error:{autoClose:2e4,hideProgressBar:!0,closeOnClick:!0,pauseOnHover:!0},info:{},warning:{autoClose:4e3},default:{autoClose:3e3,position:"top-right",hideProgressBar:!1,closeOnClick:!0,pauseOnHover:!0,draggable:!0}};import{cn as Fa}from"@cleen/ui-core";import{Bounce as Aa,Flip as Wa,toast as Kt,Slide as Za,Zoom as _a}from"react-toastify";var Oa=({message:t,variant:e="default",animationType:n="slide",className:o,...i})=>{let r=()=>{switch(n){case"bounce":return Aa;case"flip":return Wa;case"zoom":return _a;default:return Za}},l={...f0.default,...e!=="default"&&f0[e],transition:r(),className:Fa("cleen-text-sm",o),...i};switch(e){case"success":return Kt.success(t,l);case"error":return Kt.error(t,l);case"info":return Kt.info(t,l);case"warning":return Kt.warning(t,l);default:return Kt(t,l)}};import{ToastContainer as za}from"react-toastify";import{jsx as q9}from"react/jsx-runtime";var Ua=t=>q9("div",{className:"cleen",children:q9(za,{...t})});import{cn as X9}from"@cleen/ui-core";import{forwardRef as Ga,useState as $a}from"react";import{jsx as h0,jsxs as qa}from"react/jsx-runtime";var v0=Ga(({totalPages:t,labels:e,onGoToPage:n,classNames:o,styles:i,...r},l)=>{let[s,c]=$a(""),a=()=>{let u=parseInt(s,10);isNaN(u)||(n?.(Math.min(Math.max(u,1),t)),c(""))},p=u=>{u.key==="Enter"?a():u.key==="Escape"&&c("")};return h0("div",{className:"cleen",...r,children:qa("div",{className:X9("cleen-flex cleen-items-center cleen-gap-2",o?.container),style:i?.container,children:[h0("span",{className:X9("cleen-text-sm cleen-text-gray/70 cleen-whitespace-nowrap",o?.label),style:i?.label,children:e?.goToPage}),h0(te,{ref:l,type:"number",min:1,max:t,value:s,onChange:u=>c(u.target.value),onKeyDown:p,...o?.input,...i?.input})]})})});import{cn as qn,useOutsideClick as Xa,usePositionClose as ja}from"@cleen/ui-core";import{forwardRef as Ka,useRef as j9,useState as K9}from"react";import{createPortal as Ya}from"react-dom";import{jsx as K1,jsxs as Ja}from"react/jsx-runtime";var Qa=[10,20,50,100],w0=Ka(({pageSize:t,pageSizes:e=Qa,labels:n,onPageSizeChange:o,classNames:i,styles:r,...l},s)=>{let[c,a]=K9(t??e?.[0]??void 0),[p,u]=K9(!1),g=j9(null),d=j9(null),{positionStyles:f,isMounted:v}=ja({triggerRef:g,targetRef:d,isOpen:p,position:"top-left"});return Xa({refs:[g,d],handler:()=>u(!1),enabled:p}),K1("div",{className:"cleen",ref:s,...l,children:Ja("div",{className:qn("cleen-relative cleen-flex cleen-justify-start cleen-items-center cleen-w-10",i?.container),style:r?.container,children:[K1(Q,{label:n?.itemsPerPage?.(c),classNames:{labelContainer:"cleen-min-w-max"},children:K1("div",{className:qn("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/5 hover:cleen-bg-gray/10 cleen-p-2 cleen-rounded-lg cleen-min-w-10 cleen-h-10 cleen-font-medium cleen-text-sm cleen-text-gray/70 cleen-transition-colors cleen-cursor-pointer",i?.trigger),style:r?.trigger,onClick:()=>u(h=>!h),ref:g,children:c})}),p&&Ya(K1("div",{className:"cleen",children:K1("div",{ref:d,className:qn("cleen-flex cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg","cleen-absolute cleen-z-50",{"cleen-opacity-0":!v},i?.menu),style:{top:`${f.top}px`,left:`${f.left}px`,...r?.menu},children:e?.filter(h=>h!==c)?.map(h=>K1("div",{className:qn("cleen-flex cleen-justify-center cleen-items-center hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-min-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-transition-colors cleen-cursor-pointer",i?.menuItem),style:r?.menuItem,onClick:()=>{a(h),o?.(h),u(!1)},children:h},h))})}),document.body)]})})});var Y9={goToPreviousPage:"Go to previous page",goToNextPage:"Go to next page",goToPage:"Go to page",itemsPerPage:t=>`Show ${t} items per page`};import{cn as l1}from"@cleen/ui-core";import{forwardRef as ep,useCallback as Xn,useMemo as tp,useRef as np}from"react";import{jsx as se,jsxs as rp}from"react/jsx-runtime";var op=ep(({currentPage:t,totalPages:e,pageSize:n,pageSizes:o,hasGotoPage:i=!0,hasPageSizeSelector:r=!0,onPageChange:l,onPageSizeChange:s,labels:c=Y9,classNames:a,styles:p,...u},g)=>{let d=np(null),f=Xn(()=>{t<e&&l?.(t+1)},[t,e,l]),v=Xn(()=>{t>1&&l?.(t-1)},[t,l]),h=Xn(y=>se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-cursor-pointer",y===t&&"cleen-bg-gray/5",a?.pageButton,y===t?a?.activePageButton:""),style:{...p?.pageButton,...y===t?p?.activePageButton:{}},onClick:()=>l?.(y),children:y},`page-${y}`),[t,l,a,p]),b=Xn(y=>se("span",{className:l1("cleen-flex cleen-justify-center cleen-self-end cleen-bg-background hover:cleen-bg-gray/5 cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.ellipsis),style:p?.ellipsis,onClick:()=>d.current?.focus(),children:"..."},y),[a,p]),w=tp(()=>{if(isNaN(t)||isNaN(e))return[];let y=[];if(y.push(se(Q,{label:c.goToPreviousPage,classNames:{labelContainer:"cleen-min-w-max"},children:se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 hover:cleen-text-primary cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.navButton),style:p?.navButton,onClick:v,children:se(C1,{})})},"prev")),e<=7)for(let x=1;x<=e;x++)y.push(h(x));else if(y.push(h(1)),t<=3){for(let x=2;x<5;x++)y.push(h(x));y.push(b("dots-end")),y.push(h(e))}else if(t>=e-2){y.push(b("dots-start"));for(let x=e-3;x<=e;x++)y.push(h(x))}else y.push(b("dots-start")),y.push(h(t-1)),y.push(h(t)),y.push(h(t+1)),y.push(b("dots-end")),y.push(h(e));return y.push(se(Q,{label:c.goToNextPage,classNames:{labelContainer:"cleen-min-w-max"},children:se("span",{className:l1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-background cleen-p-2 cleen-rounded-lg cleen-w-10 cleen-h-10 cleen-font-medium cleen-text-gray/70 hover:cleen-text-primary cleen-text-sm cleen-transition-colors cleen-cursor-pointer",a?.navButton),style:p?.navButton,onClick:f,children:se(Te,{})})},"next")),y},[t,e,c,a,p,b,h,f,v]);return se("div",{className:"cleen",ref:g,...u,children:rp("div",{className:l1("cleen-flex cleen-justify-between cleen-gap-4",a?.container),style:p?.container,children:[r?se(w0,{pageSize:n,labels:c,onPageSizeChange:s,pageSizes:o,className:l1("cleen-flex-1",a?.pageSizeSelector?.className),classNames:a?.pageSizeSelector?.classNames,...p?.pageSizeSelector}):se("div",{className:"cleen-flex-1"}),se("div",{className:l1("cleen-flex cleen-flex-1 cleen-justify-center cleen-items-center cleen-gap-2 cleen-w-full",a?.buttonsContainer),style:p?.buttonsContainer,children:w}),i?se(v0,{ref:d,totalPages:e,onGoToPage:l,labels:c,className:l1("cleen-flex cleen-flex-1 cleen-justify-end",a?.goToPage?.className),classNames:a?.goToPage?.classNames,...p?.goToPage}):se("div",{className:"cleen-flex-1"})]})})});import{cn as y0,useDisclosure as lp,useOutsideClick as ip,usePositionClose as sp}from"@cleen/ui-core";import{forwardRef as cp,useRef as Q9}from"react";import{createPortal as ap}from"react-dom";import{jsx as x0,jsxs as dp}from"react/jsx-runtime";var pp=cp(function({isOpen:e,onOpenChange:n,content:o,position:i="bottom-left",children:r,className:l,classNames:s,style:c,styles:a,...p},u){let{isOpen:g,toggle:d,close:f}=lp({value:e,setValue:n}),v=Q9(null),h=Q9(null),{positionStyles:b,isMounted:w}=sp({triggerRef:v,targetRef:h,position:i,isOpen:g});ip({refs:[v,h],handler:f,enabled:g});let y=x=>{x.stopPropagation(),d()};return dp("div",{className:y0("cleen",l),style:c,ref:u,...p,children:[x0("div",{ref:v,onClick:y,className:y0("cleen-size-fit",s?.trigger,g&&s?.triggerOpen),style:{...a?.trigger,...g?a?.triggerOpen:{}},children:r}),g&&ap(x0("div",{className:"cleen",onClick:x=>x.stopPropagation(),onPointerDown:x=>x.stopPropagation(),onMouseDown:x=>x.stopPropagation(),onTouchStart:x=>x.stopPropagation(),children:x0("div",{ref:h,className:y0("cleen-bg-background cleen-shadow-lg cleen-border cleen-border-gray/20 cleen-rounded-lg cleen-w-52","cleen-absolute cleen-z-50",{"cleen-opacity-0":!w},s?.popover),style:{top:`${b.top}px`,left:`${b.left}px`,...a?.popover},onClick:x=>x.stopPropagation(),children:o})}),document.body)]})});import{cn as S1,useAnimateNumber as up}from"@cleen/ui-core";import{forwardRef as Cp,useEffect as mp,useMemo as gp,useRef as fp,useState as hp}from"react";import{jsx as jn,jsxs as b0}from"react/jsx-runtime";var J9=Cp(({percentage:t,title:e,barColor:n,backgroundColor:o="rgb(var(--cleen-gray), 0.1)",textColor:i="rgb(var(--cleen-gray))",invertProgressColors:r=!1,showPercentage:l=!1,renderAnimated:s=!1,renderAnimatedDuration:c=1e3,className:a,classNames:p,style:u,styles:g,...d},f)=>{let v=Math.max(0,Math.min(t,100)),h=fp(v),[b,w]=hp(s?0:v),y=up({targetNumber:b,duration:c,disabled:!s});mp(()=>{if(s){setTimeout(()=>w(v),0);return}h.current!==v&&(w(v),h.current=v)},[v,s]);let x=gp(()=>{if(n)return n;switch(v<=30?"red":v<70?"orange":"green"){case"red":return r?"rgb(var(--cleen-success))":"rgb(var(--cleen-error))";case"orange":return"rgb(var(--cleen-warning))";case"green":return r?"rgb(var(--cleen-error))":"rgb(var(--cleen-success))";default:return"rgb(var(--cleen-success))"}},[v,r,n]);return jn("div",{ref:f,className:S1("cleen",a),style:u,children:b0("div",{className:S1("cleen-w-full",p?.container),style:g?.container,...d,children:[e&&jn("div",{className:S1("cleen-mb-1 cleen-font-semibold cleen-text-xs",p?.title),style:g?.title,children:e}),b0("div",{className:S1("cleen-flex cleen-items-center cleen-gap-2 cleen-w-full cleen-h-4",p?.wrapper||p?.progress),style:g?.wrapper??g?.progress,children:[jn("div",{className:S1("cleen-overflow-hidden cleen-flex-1 cleen-h-2 cleen-rounded-full",p?.track),style:{backgroundColor:o,...g?.track},children:jn("div",{className:S1("cleen-h-full cleen-transition-all cleen-duration-300 ease-out",p?.fill),style:{width:`${b}%`,backgroundColor:x,...s&&{transitionDuration:`${c}ms`},...g?.fill}})}),l&&b0("span",{className:S1("cleen-font-medium cleen-text-sm cleen-whitespace-nowrap cleen-w-10",p?.text),style:{color:i,...g?.text},children:[Math.round(y),"%"]})]})]})})});J9.displayName="ProgressBar";import{cn as e7}from"@cleen/ui-core";import{forwardRef as vp,useEffect as wp,useState as yp}from"react";import{jsx as Kn,jsxs as t7}from"react/jsx-runtime";var xp={xs:40,sm:60,md:80,lg:100,xl:120,xxl:140,xxxl:160},n7=vp(({isFullscreen:t,percentage:e,duration:n=1e3,radius:o,stroke:i=16,size:r="md",color:l="rgb(var(--cleen-primary))",emptyColor:s="rgb(var(--cleen-gray), 0.1)",textColor:c="rgb(var(--cleen-gray))",fontSize:a,className:p,classNames:u,style:g,styles:d,...f},v)=>{let h=o??xp[r]/2,b=h-i/2,w=b*2*Math.PI,[y,x]=yp(0);wp(()=>{let I=null,k=H=>{I||(I=H);let R=H-I,S=Math.min(R/n*e,e);x(S),S<e&&requestAnimationFrame(k)};requestAnimationFrame(k)},[e,n]);let M=w-y/100*w;return Kn("div",{ref:v,className:e7("cleen",p),style:g,...f,children:Kn("div",{className:e7("cleen-flex cleen-justify-center cleen-items-center cleen-w-full cleen-h-full",{"cleen-h-screen cleen-w-screen cleen-bg-background":t},u?.container),style:d?.container,children:t7("svg",{height:h*2,width:h*2,style:{transform:"rotate(-90deg)"},children:[Kn("circle",{stroke:s,fill:"transparent",strokeWidth:i,r:b,cx:h,cy:h}),Kn("circle",{stroke:l,fill:"transparent",strokeWidth:i,strokeLinecap:"round",strokeDasharray:w,strokeDashoffset:M,r:b,cx:h,cy:h}),t7("text",{x:"50%",y:"50%",dy:".3em",textAnchor:"middle",fontWeight:600,fontSize:a??h/2.5,fill:c,transform:`rotate(90, ${h}, ${h})`,children:[Math.round(y),"%"]})]})})})});n7.displayName="ProgressCircle";import{cn as be}from"@cleen/ui-core";import{useState as bp}from"react";import{jsx as ve,jsxs as Yn}from"react/jsx-runtime";var kp=({horizontal:t,boxes:e,selectedBox:n,onBoxClick:o,leftElement:i,rightElement:r,leftIcon:l,leftIconName:s,rightIconName:c,className:a,style:p})=>{let[u,g]=bp(n);return ve("div",{className:be("cleen",a),style:p,children:t?ve("div",{className:"cleen-flex cleen-flex-wrap cleen-items-start cleen-justify-start cleen-gap-3 cleen-w-full",children:e?.map(d=>{let f=d?.id===u?.id;return Yn("div",{className:be("cleen-flex cleen-items-center cleen-gap-3 cleen-p-4 cleen-border cleen-rounded-xl cleen-shadow-lg cleen-cursor-pointer cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/5 cleen-w-max",f?"cleen-bg-primary/5 cleen-border-primary/50":"cleen-border-gray/20"),onClick:()=>{g(d),o?.(d)},children:[i&&i(d),l||(s?ve(re,{name:s,className:be("cleen-w-5 cleen-h-5",f?"cleen-text-primary":"cleen-text-gray/80")}):null),d?.label&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",f?"cleen-text-primary":"cleen-text-gray/80"),children:d?.label}),d?.subLabel&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",f?"cleen-text-primary":"cleen-text-gray/80"),children:d?.subLabel}),r&&r(d),c&&ve(re,{name:c,className:be("cleen-w-5 cleen-h-5",f?"cleen-text-primary":"cleen-text-gray/80")})]},d?.id)})}):ve("div",{className:"cleen-grid cleen-gap-3 cleen-w-full",style:{gridTemplateColumns:"1fr auto 1fr"},children:e?.map(d=>{let f=d?.id===u?.id;return Yn("div",{className:be("cleen-grid cleen-col-span-full cleen-items-center cleen-gap-3 cleen-p-4 cleen-border cleen-rounded-xl cleen-shadow-lg cleen-cursor-pointer cleen-transition-all cleen-duration-200 hover:cleen-bg-primary/5",f?"cleen-bg-primary/5 cleen-border-primary/50":"cleen-border-gray/20"),style:{display:"grid",gridTemplateColumns:"subgrid",gridColumn:"1 / -1"},onClick:()=>{g(d),o?.(d)},children:[Yn("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-justify-start",children:[i&&i(d),l||(s?ve(re,{name:s,className:be("cleen-w-5 cleen-h-5",f?"cleen-text-primary":"cleen-text-gray/80")}):null)]}),ve("div",{className:"cleen-flex cleen-items-center cleen-justify-center",children:d?.label&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",f?"cleen-text-primary":"cleen-text-gray/80"),children:d?.label})}),Yn("div",{className:"cleen-flex cleen-items-center cleen-gap-2 cleen-justify-end",children:[d?.subLabel&&ve("span",{className:be("cleen-font-semibold cleen-text-16px",f?"cleen-text-primary":"cleen-text-gray/80"),children:d?.subLabel}),r&&r(d),c&&ve(re,{name:c,className:be("cleen-w-5 cleen-h-5",f?"cleen-text-primary":"cleen-text-gray/80")})]})]},d?.id)})})})};import{cn as i1}from"@cleen/ui-core";import{useEffect as Sp,useState as Ip}from"react";import{cn as Lp}from"@cleen/ui-core";import{jsx as o7,jsxs as Pp}from"react/jsx-runtime";var k0=({checked:t,className:e,style:n,...o})=>Pp("div",{className:Lp("group cleen-flex cleen-size-5 cleen-min-h-5 cleen-min-w-5 cleen-items-center cleen-justify-center cleen-rounded-full cleen-border cleen-border-gray/20",t?"cleen-bg-primary":"cleen-bg-white",e),style:n,children:[o7("input",{type:"radio",checked:t,className:"cleen-hidden",...o}),o7("span",{className:"cleen-size-2 cleen-rounded-full cleen-bg-white"})]});import{jsx as Ae,jsxs as Qn}from"react/jsx-runtime";var Mp=({radios:t,label:e,className:n,classNames:o,style:i,styles:r,name:l="cleen-radio-group",direction:s="vertical",radioPosition:c="left",defaultActiveId:a=1,value:p,infoLabels:u,onChange:g})=>{let d=p!==void 0,[f,v]=Ip(a);Sp(()=>{d||v(a)},[a,d]);let h=d?p:f,b=w=>{d||v(w),g?.(w)};return Ae("div",{className:i1("cleen",n),style:i,children:Qn("div",{className:o?.container,style:r?.container,children:[e&&Ae("label",{className:i1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",o?.label),style:r?.label,children:e}),Ae("div",{className:i1("cleen-flex cleen-flex-wrap cleen-gap-2.5",s==="vertical"&&"cleen-flex-col cleen-w-fit",o?.radios),style:r?.radios,children:t?.map(w=>Qn("div",{className:i1("cleen-flex cleen-gap-2 hover:cleen-bg-gray/5 cleen-p-5 cleen-border cleen-border-gray/20 hover:cleen-border-gray/30 cleen-rounded-xl cleen-transition-all cleen-duration-200 cleen-cursor-pointer",s==="horizontal"&&"cleen-flex-1 cleen-min-w-60",h==w?.id&&"cleen-border-primary hover:cleen-border-primary",h==w?.id&&o?.radioActive,o?.radioContainer),style:r?.radioContainer,onClick:()=>b(w.id),children:[w.leftIcon,c==="left"&&Ae(k0,{name:l,value:w.id,checked:h==w.id,onChange:()=>b(w.id),className:o?.radioOuterCheckBox,style:r?.radioOuterCheckBox}),Qn("label",{className:i1("cleen-flex-1 cleen-text-gray cleen-cursor-pointer",o?.radioLabelsContainer),style:r?.radioLabelsContainer,children:[Qn("div",{className:"cleen-flex cleen-items-center cleen-gap-1",children:[Ae("span",{className:i1("cleen-font-semibold cleen-text-gray/70 cleen-text-sm",o?.radioTitle),style:r?.radioTitle,children:w.title}),Ae("span",{className:i1("cleen-font-normal cleen-text-gray/80 cleen-text-xs",o?.radiotPostTitle),style:r?.radiotPostTitle,children:w.postTitle})]}),Ae("span",{className:i1("cleen-font-normal cleen-text-gray/80 cleen-text-sm",o?.radioSubTitle),style:r?.radioSubTitle,children:w?.subTitle})]}),c==="right"&&Ae(k0,{name:l,value:w.id,checked:h==w.id,onChange:()=>b(w.id),className:o?.radioOuterCheckBox,style:r?.radioOuterCheckBox}),w.rightIcon]},w?.id))}),(u?.errorMessage||u?.infoMessage||u?.subtitle)&&Ae(z,{...u})]})})};import{cn as We}from"@cleen/ui-core";import{useCallback as Hp,useEffect as Rp,useRef as r7,useState as Np}from"react";import{jsx as ke,jsxs as L0}from"react/jsx-runtime";var Bp=({minValue:t=0,maxValue:e=100,step:n=1,defaultValue:o=[t,e],value:i,onChange:r,onChangeEnd:l,className:s,classNames:c,style:a,styles:p,disabled:u=!1,label:g,labels:d,tooltips:f,infoLabels:v})=>{let[h,b]=Np(o??[t,e]),w=i!==void 0?i:h,y=r7(null),x=r7(null),M=N=>{let B=Math.round((N-t)/n)*n+t;return Math.min(e,Math.max(t,B))},I=(w[0]-t)/(e-t)*100,k=(w[1]-t)/(e-t)*100,H=Hp(N=>{let B=[M(Math.min(N[0],N[1])),M(Math.max(N[0],N[1]))];i===void 0&&b(B),r?.(B)},[t,e,n,i,r]),R=N=>{let B=y.current;if(!B)return t;let _=B.getBoundingClientRect(),E=(N-_.left)/_.width;return M(t+E*(e-t))},S=N=>B=>{u||(B.preventDefault(),x.current=N,document.addEventListener("mousemove",L),document.addEventListener("mouseup",P))},L=N=>{if(!x.current)return;let B=R(N.clientX);x.current==="min"?H([B,w[1]]):H([w[0],B])},P=N=>{let B=R(N.clientX),_=x.current==="min"?[B,w[1]]:[w[0],B];x.current=null,l?.(_),document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P)},D=N=>{if(u)return;let B=R(N.clientX),_=Math.abs(B-w[0]),E=Math.abs(B-w[1]);_<E?H([B,w[1]]):H([w[0],B])},T=N=>B=>{u||(B.preventDefault(),x.current=N,document.addEventListener("touchmove",V),document.addEventListener("touchend",O))},V=N=>{if(x.current&&N.touches.length>0){let B=R(N.touches[0].clientX);x.current==="min"?H([B,w[1]]):H([w[0],B])}},O=N=>{let B=R(N.touches[0].clientX),_=x.current==="min"?[B,w[1]]:[w[0],B];x.current=null,l?.(_),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)};return Rp(()=>()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)},[]),ke("div",{className:We("cleen",s),style:a,children:L0("div",{className:We("cleen-w-full",c?.container),style:p?.container,children:[g&&ke("span",{className:"cleen-font-medium cleen-text-sm cleen-text-gray",children:g}),L0("div",{ref:y,className:We("cleen-relative cleen-w-full cleen-h-8 cleen-touch-none",{"cleen-opacity-60":u},c?.track),style:p?.track,"aria-disabled":u,onClick:D,children:[ke("div",{className:We("cleen-absolute cleen-left-0 cleen-right-0 cleen-top-1/2 cleen-h-1 cleen-bg-gray/20 dark:cleen-bg-black cleen-rounded-sm -cleen-translate-y-1/2",u?"cleen-cursor-not-allowed":"cleen-cursor-pointer"),children:ke("div",{className:We("cleen-absolute cleen-top-0 cleen-h-full cleen-bg-primary cleen-rounded-sm",c?.filledTrack),style:{left:`${I}%`,width:`${k-I}%`,...p?.filledTrack}})}),ke(Q,{invertColors:!0,label:w[0],...f?.shared,...f?.min,className:We("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",f?.shared?.className,f?.min?.className),style:{left:`calc(${I}% - 8px)`,...f?.shared?.style,...f?.min?.style},children:ke("div",{className:We("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",u?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:u?-1:0,role:"slider","aria-valuenow":w[0],"aria-valuemin":t,"aria-valuemax":w[1],"aria-disabled":u,onMouseDown:S("min"),onTouchStart:T("min")})}),ke(Q,{invertColors:!0,label:w[1],...f?.shared,...f?.max,className:We("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",f?.shared?.className,f?.max?.className),style:{left:`calc(${k}% - 8px)`,...f?.shared?.style,...f?.max?.style},children:ke("div",{className:We("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",u?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:u?-1:0,role:"slider","aria-valuenow":w[1],"aria-valuemin":w[0],"aria-valuemax":e,"aria-disabled":u,onMouseDown:S("max"),onTouchStart:T("max")})})]}),(d?.minLabel||d?.maxLabel)&&L0("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full",children:[d?.minLabel&&ke("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.minLabel}),d?.maxLabel&&ke("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.maxLabel})]}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&ke(z,{...v})]})})};import{useState as Dp}from"react";import{components as Vp}from"react-select";import{jsx as P0,jsxs as l7}from"react/jsx-runtime";var i7=t=>{let[e,n]=Dp(!1),o=t.data;return P0("div",{onMouseEnter:()=>n(!0),onMouseLeave:()=>n(!1),children:P0(Vp.Option,{...t,children:l7("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[l7("div",{className:"cleen-flex-1",children:[o?.label,o?.sublabel&&P0("p",{className:"cleen-text-xs",children:o?.sublabel})]}),typeof o?.icon=="function"?o.icon({...t,isHovered:e}):o?.icon]})})})};import{components as Tp}from"react-select";import{jsx as S0,jsxs as Ep}from"react/jsx-runtime";var s7=t=>{let e=t.data;return S0(Tp.SingleValue,{...t,children:Ep("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[S0("p",{children:e?.label}),e?.sublabel&&S0("p",{className:"cleen-text-xs cleen-text-gray/70 cleen-line-clamp-1",children:e?.sublabel})]})})};import{cn as Y1}from"@cleen/ui-core";import{forwardRef as Wp,useState as u7}from"react";import Zp from"react-select";import{components as Fp}from"react-select";import{jsx as I0,jsxs as c7}from"react/jsx-runtime";var a7=({isLoading:t,inputValue:e,options:n,createNewOptionCallback:o,createNewOptionLabelStringCb:i,children:r,...l})=>{let s=e?.trim().toLowerCase(),c=n?.some(a=>a?.labelString?a.labelString.toLowerCase()===s:typeof a?.label=="string"?a.label.toLowerCase()===s:!1);return I0("div",{className:"cleen",children:c7(Fp.MenuList,{options:n,...l,children:[r,o&&!t&&e&&e?.length>0&&!c&&c7("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-justify-center",children:[I0(Fe,{}),I0("span",{className:"cleen-py-3 cleen-font-semibold cleen-text-sm cleen-text-primary/70 cleen-cursor-pointer",onClick:()=>{o(e)},children:i?.(e)||e})]})]})})};import{components as Ap}from"react-select";import{jsx as p7}from"react/jsx-runtime";var d7=({isLoading:t,noDataFound:e,...n})=>p7(Ap.NoOptionsMessage,{...n,children:t?p7(q,{}):e||"No data found"});import{jsx as s1,jsxs as M0}from"react/jsx-runtime";var C7=t=>typeof t=="object"&&t!==null&&("labelString"in t||"label"in t),_p=Wp(function({label:e,sublabel:n,id:o,name:i,required:r,className:l,classNames:s,isLoading:c=!1,disabled:a,emboldenOptions:p=!1,labels:u,components:g,style:d,styles:f,infoLabels:v,createNewOptionCallback:h,createNewOptionLabelStringCb:b,...w},y){let[x,M]=u7(!1),[I,k]=u7(""),H=(S,L)=>{if(!C7(S.data))return!1;let{labelString:P,label:D}=S.data;return P?P.toLowerCase().includes(L.toLowerCase()):typeof D=="string"?D.toLowerCase().includes(L.toLowerCase()):!1},R=S=>C7(S)?S.labelString??(typeof S.label=="string"?S.label:""):"";return s1("div",{className:Y1("cleen",l),style:d,children:M0("div",{className:Y1("cleen-flex cleen-flex-col cleen-gap-1.5 cleen-rounded-md cleen-w-full cleen-text-gray",s?.cleenContainer),style:f?.cleenContainer,children:[(e||n)&&M0("div",{className:Y1("cleen-flex cleen-flex-col cleen-gap-1",s?.labels?.container),style:f?.labels?.container,children:[e&&M0("label",{htmlFor:o||i,className:Y1("cleen-block cleen-mb-1.5 cleen-font-medium cleen-text-gray/90 cleen-text-sm cleen-leading-6",s?.labels?.label),style:f?.labels?.label,children:[e,r&&s1("span",{className:"cleen-ml-1 cleen-text-error/60",children:"*"})]}),n&&s1("span",{className:Y1("cleen-font-normal cleen-text-gray/80 cleen-text-sm",s?.labels?.sublabel),style:f?.labels?.sublabel,children:n})]}),s1(Zp,{...h&&{menuIsOpen:x,inputValue:I,onInputChange:S=>k(S),onMenuOpen:()=>M(!0),onMenuClose:()=>M(!1)},...!w.filterOption&&{filterOption:H},...!w.getOptionLabel&&{getOptionLabel:R},id:o||i,classNames:s,isDisabled:a,ref:y,...w,className:Y1("cleen-shadow-none cleen-font-normal cleen-text-gray cleen-text-sm",s?.inputOuterContainer),styles:{...f,control:(S,L)=>{let P={...S,minHeight:44,borderWidth:1,borderRadius:8,padding:3,transition:"border-color 200ms",fontWeight:p&&L.hasValue?"600":"400",borderColor:v?.errorMessage?"rgba(var(--cleen-error), 0.5)":"rgba(var(--cleen-gray), 0.1)",backgroundColor:L.isDisabled?"rgba(var(--cleen-gray), 0.05)":"rgba(var(--cleen-white))",boxShadow:"none",cursor:"pointer",caretColor:h?"rgba(var(--cleen-gray))":"transparent","&:hover":{borderColor:"rgba(var(--cleen-gray), 0.3)"}};return f?.control?f?.control(P,L):P},option:(S,L)=>{let P={...S,backgroundColor:L.isSelected?"rgba(var(--cleen-primary))":"rgba(var(--cleen-white))",color:L.isSelected?"rgba(var(--cleen-white))":"rgba(var(--cleen-gray))",fontWeight:p?"600":"400","&:hover":L.isSelected?{}:{backgroundColor:"rgba(var(--cleen-primary))",color:"rgba(var(--cleen-white))",cursor:"pointer"},p:{color:L.isSelected?"rgba(var(--cleen-white))":"rgba(var(--cleen-gray), .6)"},"&:hover p":{color:"rgba(var(--cleen-white))"},"&:active":{backgroundColor:"rgba(var(--cleen-primary))",color:"rgba(var(--cleen-white))"}};return f?.option?f?.option(P,L):P},menu:(S,L)=>{let P={...S,backgroundColor:"rgba(var(--cleen-white))",border:"1px solid rgba(var(--cleen-gray), 0.2)",...f?.menu};return f?.menu?f?.menu(P,L):P},menuList:(S,L)=>{let P={...S,"::-webkit-scrollbar":{width:"6px",height:"0px"},"::-webkit-scrollbar-track":{background:"rgb(var(--cleen-background))"},"::-webkit-scrollbar-thumb":{background:"rgba(var(--cleen-gray), .2)"},"::-webkit-scrollbar-thumb:hover":{background:"rgba(var(--cleen-gray), .4)"},...f?.menuList};return f?.menuList?f?.menuList(P,L):P},singleValue:(S,L)=>{let P={...S,color:"rgba(var(--cleen-gray))"};return f?.singleValue?f?.singleValue(P,L):P},input:(S,L)=>{let P={...S,color:"rgba(var(--cleen-gray))"};return f?.input?f?.input(P,L):P}},components:{IndicatorSeparator:()=>null,SingleValue:S=>s1(s7,{...S}),NoOptionsMessage:S=>s1(d7,{isLoading:c,noDataFound:u?.noDataFound,...S}),MenuList:S=>s1(a7,{isLoading:c,inputValue:I,createNewOptionCallback:h,createNewOptionLabelStringCb:b,...S}),Option:i7,...g}}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&s1(z,{...v})]})})});import{cn as eo}from"@cleen/ui-core";import{useEffect as Up,useRef as Gp,useState as $p}from"react";import{cn as H0}from"@cleen/ui-core";import{useMemo as Op}from"react";import{jsx as Jn,jsxs as zp}from"react/jsx-runtime";function Yt({item:t,activeId:e,onClick:n,countBadge:o,className:i="",renderIcon:r}){let l=e===t?.id,s=Op(()=>t?r?r(t,l):t.icon?t.icon:t.iconSrc?Jn("img",{src:t.iconSrc,alt:t?.name||t?.label,className:H0("cleen-w-6 cleen-h-6 cleen-transition-all cleen-duration-200 group-hover:cleen-text-primary",l&&"cleen-text-primary")}):t.iconName?Jn(re,{name:t.iconName,className:H0("cleen-text-gray/50 cleen-transition-all cleen-duration-200 group-hover:cleen-text-primary",l&&"cleen-text-primary")}):null:null,[t,l,r]);return Jn(Q,{hasArrow:!0,placement:"right",color:"rgba(var(--cleen-gray), 0.9)",classNames:{labelContainer:"cleen-min-w-max cleen-z-[999]"},label:t?.label,children:zp("div",{"data-testid":`nav-item-${t?.id}`,className:H0("cleen-group cleen-relative cleen-p-2 cleen-cursor-pointer cleen-rounded-md cleen-w-12 cleen-h-12 cleen-flex cleen-justify-center cleen-items-center cleen-select-none cleen-transition-colors cleen-duration-200 hover:cleen-bg-primary/10",l&&"cleen-bg-primary/10",i),onClick:()=>n?.(t),children:[s,o&&Jn("div",{className:"cleen-absolute -cleen-top-1 -cleen-right-1 cleen-flex cleen-items-center cleen-justify-center cleen-w-4 cleen-h-4 cleen-bg-white cleen-rounded-md cleen-border cleen-border-gray/30 cleen-font-normal cleen-text-[8px] cleen-text-gray",children:o})]},t?.id)})}import{jsx as Ze,jsxs as I1}from"react/jsx-runtime";function m7({navigationItems:t,bottomNavigationItems:e=[],drawerContent:n={},logo:o,onLogoClick:i,userAvatar:r,userInfo:l,drawerFooter:s,drawerWidth:c=330,direction:a="right",defaultActiveId:p=null,activeId:u,onActiveChange:g,closeOnOutsideClick:d=!0,closeOnBlur:f=!0,className:v,classNames:h,style:b,styles:w,renderSidebarItem:y}){let[x,M]=$p(p),I=Gp(null),k=u!==void 0?u:x,H=!!k,R=L=>{let P=k===L.id?null:L.id;u===void 0&&M(P),g?.(P)};Up(()=>{if(!d||!H)return;let L=P=>{I.current&&!I.current.contains(P.target)&&(u===void 0&&M(null),g?.(null))};return document.addEventListener("mousedown",L),()=>{document.removeEventListener("mousedown",L)}},[d,H,u,g]);let S=L=>{!f||!H||I.current&&!I.current.contains(L.relatedTarget)&&(u===void 0&&M(null),g?.(null))};return I1("div",{className:eo("cleen",v),style:{height:"100%",display:"flex",backgroundColor:"rgb(var(--cleen-sidebar))",flexDirection:a==="left"?"row-reverse":"row",...b},ref:I,onBlur:S,tabIndex:f?0:void 0,children:[I1("div",{className:eo("cleen-flex cleen-flex-col cleen-items-center cleen-h-full",a==="right"?"cleen-border-r cleen-border-r-gray/10":"cleen-border-l cleen-border-l-gray/10",h?.navigation),style:w?.navigation,children:[o&&Ze("div",{className:"cleen-flex cleen-justify-center cleen-items-center cleen-pt-8 cleen-pb-6 cleen-w-full cleen-cursor-pointer",onClick:i,children:o}),I1("div",{className:eo("cleen-flex cleen-flex-col cleen-flex-1 cleen-justify-between cleen-gap-2 cleen-px-4 cleen-overflow-y-auto cleen-no-scrollbar",h?.navigationItems),style:w?.navigationItems,children:[Ze("nav",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:t.map(L=>I1("div",{children:[y?y(L,k===L.id,R):Ze(Yt,{item:L,activeId:k,onClick:R}),L?.withBottomDivider&&Ze("div",{className:"cleen-bg-gray/10 cleen-mt-2 cleen-w-12 cleen-h-[1px]"})]},L.id))}),I1("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-gap-2",children:[e.map(L=>I1("div",{children:[y?y(L,k===L.id,R):Ze(Yt,{item:L,activeId:k,onClick:R,countBadge:L.badgeCount}),L?.withBottomDivider&&Ze("div",{className:"cleen-bg-gray/10 cleen-mt-2 cleen-w-12 cleen-h-[1px]"})]},L.id)),r&&Ze("div",{className:"cleen-mt-6 cleen-mb-8",children:r})]})]})]}),I1("div",{className:eo("cleen-flex cleen-flex-col cleen-bg-sidebar cleen-h-full cleen-overflow-hidden cleen-transition-all cleen-duration-100",{"cleen-border-r cleen-border-r-gray/10":H&&a==="right","cleen-border-l cleen-border-l-gray/10":H&&a==="left"},h?.drawer),style:{...w?.drawer,width:H?`${c}px`:"0px",visibility:H?"visible":"hidden"},children:[k&&n[k]&&Ze("div",{className:"cleen-flex-1 cleen-overflow-auto",children:n[k]}),k&&(s||l)&&Ze("div",{className:"cleen-mt-auto cleen-flex cleen-justify-between cleen-items-start cleen-gap-4 cleen-px-5 cleen-pt-4 cleen-pb-8 cleen-border-gray/10 cleen-border-t cleen-w-full",children:typeof s=="function"?s(k):s||l})]})]})}import{jsx as g7,jsxs as qp}from"react/jsx-runtime";function f7({children:t,title:e,className:n="",renderHeader:o}){return qp("div",{className:`cleen-w-full cleen-h-full ${n}`,"data-testid":`drawer-container-${e}`,children:[o?o(e):g7("h1",{className:"cleen-text-sm cleen-font-medium cleen-pb-4 cleen-pt-9 cleen-px-4 cleen-text-gray",children:e}),g7("div",{className:"cleen-h-max cleen-w-full cleen-px-4",children:t})]})}import{jsx as Le,jsxs as Qt}from"react/jsx-runtime";function Xp({items:t,title:e,iconName:n,iconSrc:o,iconSize:i=24}){return Qt("details",{className:"cleen-group",children:[Qt("summary",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-gap-3 cleen-px-3 cleen-py-2 cleen-w-full cleen-rounded-md cleen-cursor-pointer hover:cleen-bg-gray/5 cleen-transition-colors cleen-duration-200 cleen-list-none [&::-webkit-details-marker]:cleen-hidden",children:[Qt("div",{"data-testid":"title-list",className:"cleen-flex cleen-items-center cleen-gap-3",children:[o?Le("img",{src:o,alt:e,className:"cleen-w-6 cleen-h-6 cleen-text-gray/50 cleen-transition-colors cleen-duration-200 group-hover:cleen-text-gray"}):n?Le(re,{name:n,width:i,height:i,className:"cleen-text-gray/50 cleen-transition-all cleen-duration-200"}):null,Le("span",{className:"cleen-font-semibold cleen-text-sm cleen-text-gray/70 group-hover:cleen-text-gray cleen-transition-colors cleen-duration-200",children:e})]}),Le(re,{name:"ChevronUp",className:"cleen-w-5 cleen-h-5 cleen-text-gray cleen-transition-transform cleen-duration-200 group-open:cleen-rotate-180"})]}),Le("div",{className:"cleen-flex cleen-flex-col cleen-gap-1 cleen-mt-1",children:t?.map(r=>Le("span",{className:"cleen-py-2 cleen-px-3 cleen-pl-12 cleen-font-semibold cleen-text-sm cleen-text-gray/70 cleen-rounded-md cleen-cursor-pointer hover:cleen-text-gray hover:cleen-bg-primary/5 cleen-transition-colors cleen-duration-200",onClick:()=>r.onClick(r),children:r?.title},r?.id))})]})}function h7({title:t,iconName:e,iconSrc:n,iconSize:o=24,badgeColor:i="gray",badgeCount:r,submenu:l,onClick:s,className:c="",titleClassName:a="",isActive:p=!1}){return Array.isArray(l)&&l.length>0?Le(Xp,{items:l,title:t,iconSrc:n,iconName:e}):Qt("div",{className:`
|
|
3
3
|
cleen-flex cleen-items-center cleen-justify-between cleen-gap-3 cleen-px-3 cleen-py-2 cleen-w-full
|
|
4
4
|
cleen-rounded-md cleen-cursor-pointer cleen-transition-colors cleen-duration-200
|
|
5
5
|
hover:cleen-bg-gray/5
|
|
6
6
|
${p?"cleen-bg-gray/5":""}
|
|
7
7
|
${c}
|
|
8
|
-
`,onClick:s,children:[
|
|
8
|
+
`,onClick:s,children:[Qt("div",{className:"cleen-flex cleen-items-center cleen-gap-3",children:[n?Le("img",{src:n,alt:t,width:o,height:o,className:`cleen-transition-all cleen-duration-200 ${p?"[filter:brightness(0)_saturate(100%)_invert(22%)_sepia(12%)_saturate(1405%)_hue-rotate(179deg)_brightness(93%)_contrast(86%)]":""}`}):e?Le(re,{name:e,width:o,height:o,className:"cleen-text-gray/50 cleen-transition-all cleen-duration-200"}):null,Le("span",{className:`
|
|
9
9
|
cleen-font-semibold cleen-text-sm cleen-text-gray/70 cleen-transition-colors cleen-duration-200
|
|
10
10
|
${p?"cleen-text-gray":""}
|
|
11
11
|
${a}
|
|
12
|
-
`,children:t})]}),["string","number"].includes(typeof r)&&Le(le,{color:i,label:String(r)})]})}var A=t=>t==="pulse"?"cleen-animate-pulse":"";import{cn as f7}from"@cleen/ui-core";import{forwardRef as $p}from"react";import{jsx as h7}from"react/jsx-runtime";var qp={none:"cleen-rounded-none",sm:"cleen-rounded-sm",md:"cleen-rounded-md",lg:"cleen-rounded-lg",xl:"cleen-rounded-xl","2xl":"cleen-rounded-2xl",full:"cleen-rounded-full"},Xp=$p(function({width:e,height:n,roundness:o="md",variant:i="default",className:r,style:l},s){let c=A(i),a={...e!==void 0?{width:typeof e=="number"?`${e}px`:e}:{},...n!==void 0?{height:typeof n=="number"?`${n}px`:n}:{},...l};return h7("div",{ref:s,className:f7("cleen",r),children:h7("div",{className:f7("cleen-bg-gray/10",qp[o],e===void 0&&"cleen-w-full",n===void 0&&"cleen-h-4",c),style:a})})});import{cn as Ml}from"@cleen/ui-core";import{forwardRef as jp}from"react";import{jsx as Qn,jsxs as Kp}from"react/jsx-runtime";var Hl=jp(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return Qn("div",{ref:r,className:Ml("cleen",e),style:n,children:Qn("div",{className:"cleen-flex cleen-items-start cleen-gap-4 cleen-flex-wrap",children:Array.from({length:i}).map((s,c)=>Kp("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-gap-2",children:[Qn("div",{className:Ml("cleen-bg-gray/10 cleen-rounded-full cleen-size-12 cleen-border cleen-border-gray/15",l)}),Qn("div",{className:Ml("cleen-bg-gray/10 cleen-rounded cleen-w-14 cleen-h-3",l)})]},c))})})});import{cn as v7}from"@cleen/ui-core";import{forwardRef as Yp}from"react";import{jsx as Rl}from"react/jsx-runtime";var Nl=Yp(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return Rl("div",{ref:r,className:v7("cleen",e),style:n,children:Rl("div",{className:"cleen-flex cleen-items-center cleen-flex-wrap cleen-gap-2",children:Array.from({length:i}).map((s,c)=>Rl("div",{className:v7("cleen-bg-gray/10 cleen-rounded-full cleen-h-6 cleen-w-16",l)},c))})})});import{cn as w7}from"@cleen/ui-core";import{forwardRef as Qp}from"react";import{jsx as M1,jsxs as Jn}from"react/jsx-runtime";var Bl=Qp(function({className:e,style:n,variant:o="default"},i){let r=A(o);return M1("div",{ref:i,className:w7("cleen",e),style:n,children:Jn("div",{className:w7("cleen-relative cleen-bg-gray/10 cleen-rounded-2xl cleen-w-full cleen-overflow-hidden",r),children:[M1("div",{className:"cleen-h-48 cleen-w-full"}),Jn("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-flex-col cleen-justify-center cleen-items-start cleen-gap-4 cleen-px-8",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded-full cleen-w-24 cleen-h-6"}),Jn("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded cleen-w-2/3 cleen-h-8"}),M1("div",{className:"cleen-bg-gray/20 cleen-rounded cleen-w-1/2 cleen-h-5"})]}),Jn("div",{className:"cleen-flex cleen-gap-3",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded-lg cleen-w-28 cleen-h-10"}),M1("div",{className:"cleen-bg-gray/15 cleen-rounded-lg cleen-w-24 cleen-h-10"})]})]})]})})});import{cn as y7}from"@cleen/ui-core";import{forwardRef as Jp}from"react";import{jsx as Dl}from"react/jsx-runtime";var Vl=Jp(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return Dl("div",{ref:r,className:y7("cleen",e),style:n,children:Dl("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:Array.from({length:i}).map((s,c)=>Dl("div",{className:y7("cleen-bg-gray/10 cleen-rounded-lg cleen-h-10 cleen-w-28",l)},c))})})});import{forwardRef as ed}from"react";import{cn as eo}from"@cleen/ui-core";import{jsx as to,jsxs as x7}from"react/jsx-runtime";var Kt=ed(function({className:e,style:n,variant:o="default"},i){let r=A(o);return to("div",{ref:i,className:eo("cleen",e),style:n,children:x7("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-w-full",children:[to("div",{className:eo("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-border cleen-border-gray/20 cleen-rounded-xl cleen-min-w-10 cleen-size-10",r)}),x7("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[to("div",{className:eo("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",r)}),to("div",{className:eo("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-3",r)})]})]})})});import{cn as Q1}from"@cleen/ui-core";import{forwardRef as td}from"react";import{jsx as J1,jsxs as no}from"react/jsx-runtime";var oo=td(({className:t,style:e,variant:n="default"},o)=>{let i=A(n);return J1("div",{ref:o,className:Q1("cleen",t),style:e,children:no("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-start cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-lg",children:[no("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-w-full",children:[J1("div",{className:Q1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-border cleen-border-gray/20 cleen-rounded-xl cleen-size-10",i)}),no("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-5",i)}),J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",i)})]})]}),no("div",{className:"cleen-space-y-2 cleen-w-full",children:[J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-2",i)}),J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-16 cleen-h-3",i)})]})]})})});oo.displayName="AssessmentHeaderSkeleton";import{cn as Ie}from"@cleen/ui-core";import{forwardRef as nd}from"react";import{jsx as Me,jsxs as et}from"react/jsx-runtime";var Tl=nd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return Me("div",{ref:i,className:Ie("cleen",e),style:n,children:et("div",{className:"cleen-flex cleen-flex-col cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-overflow-hidden cleen-w-full",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-w-full cleen-h-40",r)}),et("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-px-4 cleen-py-4",children:[et("div",{className:"cleen-flex cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-w-16 cleen-h-5",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-w-12 cleen-h-5",r)})]}),et("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-4/5 cleen-h-5",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)})]}),et("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-pt-1",children:[et("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-size-7 cleen-shrink-0",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-3",r)})]}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-lg cleen-w-16 cleen-h-7",r)})]})]})]})})});import{forwardRef as od}from"react";import{cn as rd}from"@cleen/ui-core";import{jsx as El}from"react/jsx-runtime";var Fl=od(function({className:e,style:n,itemCount:o=3,variant:i="default"},r){return El("div",{ref:r,className:rd("cleen",e),style:n,children:El("div",{className:"cleen-flex cleen-flex-col cleen-gap-3",children:Array.from({length:o}).map((l,s)=>El(Kt,{variant:i},s))})})});import{cn as H1}from"@cleen/ui-core";import{forwardRef as ld}from"react";import{jsx as we,jsxs as Yt}from"react/jsx-runtime";var b7=["cleen-h-16","cleen-h-24","cleen-h-14","cleen-h-28","cleen-h-20","cleen-h-10","cleen-h-24"],Al=ld(function({className:e,style:n,variant:o="default"},i){let r=A(o);return we("div",{ref:i,className:H1("cleen",e),style:n,children:Yt("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-px-4 cleen-pt-4 cleen-pb-3 cleen-w-full",children:[Yt("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-w-32 cleen-h-5",r)}),we("div",{className:"cleen-flex cleen-items-center cleen-gap-3",children:[28,20].map((l,s)=>Yt("div",{className:"cleen-flex cleen-items-center cleen-gap-1.5",children:[we("div",{className:H1("cleen-bg-gray/10 cleen-rounded-full cleen-size-2.5",r)}),we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-h-3",r),style:{width:l}})]},s))})]}),Yt("div",{className:"cleen-flex cleen-gap-3",children:[we("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-end cleen-py-1",style:{height:120},children:[0,1,2,3].map(l=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-w-6 cleen-h-2",r)},l))}),Yt("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-1",children:[we("div",{className:"cleen-flex cleen-items-end cleen-justify-around cleen-gap-2",style:{height:112},children:b7.map((l,s)=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded-t cleen-flex-1",l,r)},s))}),we("div",{className:"cleen-w-full cleen-h-px cleen-bg-gray/15"}),we("div",{className:"cleen-flex cleen-justify-around cleen-gap-2 cleen-pt-1",children:b7.map((l,s)=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-flex-1 cleen-h-2",r)},s))})]})]})]})})});import{cn as R1}from"@cleen/ui-core";import{forwardRef as id}from"react";import{jsx as _e,jsxs as ro}from"react/jsx-runtime";var Wl=id(({variant:t="default",itemCount:e=3,className:n,style:o},i)=>{let r=A(t);return _e("div",{ref:i,className:R1("cleen",n),style:o,children:_e(ne,{className:"cleen-max-h-fit",children:ro("div",{className:"cleen-flex cleen-flex-col cleen-gap-4",children:[ro("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-6",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-4",r)})]}),_e("div",{className:"cleen-space-y-6",children:Array.from({length:e}).map((l,s)=>ro("div",{className:"cleen-space-y-3",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-2/3 cleen-h-4",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-10",r)})]},s))}),ro("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-pt-4",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-10",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-10",r)})]})]})})})});import{cn as lo}from"@cleen/ui-core";import{forwardRef as sd}from"react";import{jsx as Qt,jsxs as cd}from"react/jsx-runtime";var Zl=sd(function({className:e,style:n,variant:o="default",itemCount:i=5},r){let l=A(o),s=["cleen-w-1/12","cleen-w-3/12","cleen-w-2/12","cleen-w-3/12","cleen-w-2/12","cleen-w-1/12"];return Qt("div",{ref:r,className:lo("cleen",e),style:n,children:cd("div",{className:"cleen-flex cleen-flex-col cleen-w-full cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-overflow-hidden",children:[Qt("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3 cleen-bg-gray/5 cleen-border-b cleen-border-gray/15",children:s.map((c,a)=>Qt("div",{className:lo("cleen-bg-gray/15 cleen-rounded cleen-h-4 cleen-flex-shrink-0",c,l)},a))}),Array.from({length:i}).map((c,a)=>Qt("div",{className:lo("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3",a<i-1?"cleen-border-b cleen-border-gray/10":""),children:s.map((p,m)=>Qt("div",{className:lo("cleen-bg-gray/10 cleen-rounded cleen-h-4 cleen-flex-shrink-0",m===s.length-1?"cleen-rounded-full":"cleen-rounded",p,l)},m))},a))]})})});import{cn as io}from"@cleen/ui-core";import{forwardRef as ad}from"react";import{jsx as Jt,jsxs as k7}from"react/jsx-runtime";var _l=ad(function({className:e,style:n,variant:o="default",itemCount:i=4},r){let l=A(o);return Jt("div",{ref:r,className:io("cleen",e),style:n,children:k7("div",{className:"cleen-flex cleen-flex-col cleen-gap-5 cleen-w-full cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-px-6 cleen-py-6",children:[Array.from({length:i}).map((s,c)=>k7("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[Jt("div",{className:io("cleen-bg-gray/10 cleen-rounded cleen-w-1/4 cleen-h-3",l)}),Jt("div",{className:io("cleen-bg-gray/10 cleen-rounded-lg cleen-w-full cleen-h-10",l)})]},c)),Jt("div",{className:"cleen-flex cleen-justify-end cleen-pt-1",children:Jt("div",{className:io("cleen-bg-gray/10 cleen-rounded-lg cleen-w-28 cleen-h-10",l)})})]})})});import{cn as L7}from"@cleen/ui-core";import{forwardRef as pd}from"react";import{jsx as Ol}from"react/jsx-runtime";var dd=["rgb(var(--cleen-blue))","rgb(var(--cleen-aqua))","rgb(var(--cleen-light-green))","rgb(var(--cleen-aqua))","rgb(var(--cleen-blue))"],zl=pd(function({className:e,style:n,variant:o="default",colors:i=dd},r){let l=A(o);return Ol("div",{ref:r,className:L7("cleen",e),style:n,children:Ol("div",{className:L7("cleen-p-1 cleen-size-full cleen-rounded-lg cleen-animate-[cleen-rotate-gradient-angle_2.5s_linear_infinite]",l),style:{background:`conic-gradient(from var(--cleen--gradient-angle),${i.join(",")})`},children:Ol("div",{className:"cleen-bg-background cleen-size-full cleen-rounded-md"})})})});import{cn as so}from"@cleen/ui-core";import{forwardRef as ud}from"react";import{jsx as tt,jsxs as P7}from"react/jsx-runtime";var Ul=ud(function({className:e,style:n,variant:o="default"},i){let r=A(o);return tt("div",{ref:i,className:so("cleen",e),style:n,children:P7("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[tt("div",{className:so("cleen-relative cleen-bg-gray/10 cleen-rounded-xl cleen-w-full cleen-aspect-video cleen-overflow-hidden",r),children:tt("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-justify-center",children:P7("div",{className:so("cleen-flex cleen-flex-col cleen-items-center cleen-gap-1 cleen-opacity-30"),children:[tt("div",{className:"cleen-bg-gray/30 cleen-rounded-full cleen-size-8"}),tt("div",{className:"cleen-bg-gray/30 cleen-rounded cleen-w-16 cleen-h-2"})]})})}),tt("div",{className:so("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-3 cleen-mx-auto",r)})]})})});import{cn as ue}from"@cleen/ui-core";import{forwardRef as Cd}from"react";import{jsx as ce,jsxs as Oe}from"react/jsx-runtime";var Gl=Cd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return ce("div",{ref:i,className:ue("cleen",e),style:n,children:Oe("div",{className:ue("cleen-flex cleen-flex-col cleen-items-start cleen-gap-4 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-h-fit",e),style:n,children:[Oe("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[ce("div",{className:ue("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-p-2 cleen-rounded-full cleen-size-8",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-3",r)})]}),Oe("div",{className:"cleen-space-y-3 cleen-w-full",children:[Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),ce(ne,{isGlass:!0,classNames:{container:"!cleen-py-3",childrenContainer:"!cleen-px-3"},children:Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-5/6 cleen-h-3",r)})]})})]}),Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-2/3 cleen-h-3",r)})]})]}),Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),ce(ne,{isGlass:!0,classNames:{container:"!cleen-py-3",childrenContainer:"!cleen-px-3"},children:Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-4/5 cleen-h-3",r)})]})})]})]})]})})});import{cn as $l}from"@cleen/ui-core";import{forwardRef as md}from"react";import{jsx as ql,jsxs as gd}from"react/jsx-runtime";var Xl=md(function({className:e,style:n,variant:o="default"},i){let r=A(o);return ql("div",{ref:i,className:$l("cleen",e),style:n,children:gd("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[ql("div",{className:$l("cleen-bg-gray/10 cleen-rounded cleen-w-1/4 cleen-h-3",r)}),ql("div",{className:$l("cleen-bg-gray/10 cleen-rounded-lg cleen-w-full cleen-h-10 cleen-border cleen-border-gray/10",r)})]})})});import{cn as en}from"@cleen/ui-core";import{forwardRef as fd}from"react";import{jsx as nt,jsxs as S7}from"react/jsx-runtime";var jl=fd(function({className:e,style:n,variant:o="default",itemCount:i=5},r){let l=A(o),s=["cleen-w-3/4","cleen-w-2/3","cleen-w-4/5","cleen-w-1/2","cleen-w-3/5"];return nt("div",{ref:r,className:en("cleen",e),style:n,children:nt("div",{className:"cleen-flex cleen-flex-col cleen-divide-y cleen-divide-gray/10",children:Array.from({length:i}).map((c,a)=>S7("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-py-3",children:[nt("div",{className:en("cleen-bg-gray/10 cleen-rounded-full cleen-size-8 cleen-shrink-0 cleen-border cleen-border-gray/15",l)}),S7("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-1.5",children:[nt("div",{className:en("cleen-bg-gray/10 cleen-rounded cleen-h-4",s[a%s.length],l)}),nt("div",{className:en("cleen-bg-gray/10 cleen-rounded cleen-h-3 cleen-w-2/5",l)})]}),nt("div",{className:en("cleen-bg-gray/10 cleen-rounded-full cleen-w-14 cleen-h-5 cleen-shrink-0",l)})]},a))})})});import{cn as I7}from"@cleen/ui-core";import{forwardRef as hd}from"react";import{jsx as Yl}from"react/jsx-runtime";var Kl=["cleen-w-full","cleen-w-full","cleen-w-11/12","cleen-w-full","cleen-w-4/5"],Ql=hd(function({className:e,style:n,variant:o="default",itemCount:i},r){let l=A(o),s=i??Kl.length;return Yl("div",{ref:r,className:I7("cleen",e),style:n,children:Yl("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:Array.from({length:s}).map((c,a)=>{let p=a<Kl.length?Kl[a]:a===s-1?"cleen-w-3/5":"cleen-w-full";return Yl("div",{className:I7("cleen-bg-gray/10 cleen-rounded cleen-h-3",p,l)},a)})})})});import{cn as M7}from"@cleen/ui-core";import{forwardRef as vd}from"react";import{jsx as H7}from"react/jsx-runtime";var Jl=vd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return H7("div",{ref:i,className:M7("cleen",e),style:n,children:H7("div",{className:M7("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",r)})})});import{cn as N1}from"@cleen/ui-core";import{forwardRef as wd}from"react";import{jsx as He,jsxs as co}from"react/jsx-runtime";var e5=wd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return He("div",{ref:i,className:N1("cleen",e),style:n,children:co("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-w-full",children:[He("div",{className:N1("cleen-relative cleen-bg-gray/10 cleen-rounded-xl cleen-w-full cleen-aspect-video cleen-overflow-hidden",r),children:He("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-justify-center",children:He("div",{className:"cleen-bg-gray/20 cleen-rounded-full cleen-size-14 cleen-flex cleen-items-center cleen-justify-center",children:He("div",{className:"cleen-w-0 cleen-h-0 cleen-ml-1 cleen-border-y-[8px] cleen-border-y-transparent cleen-border-l-[14px] cleen-border-l-gray/40"})})})}),co("div",{className:"cleen-flex cleen-gap-3",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded-lg cleen-size-10 cleen-shrink-0",r)}),co("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-4",r)}),He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)}),co("div",{className:"cleen-flex cleen-items-center cleen-gap-3",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-14 cleen-h-3",r)}),He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-10 cleen-h-3",r)})]})]})]})]})})});import{cn as tn}from"@cleen/ui-core";import{forwardRef as yd}from"react";import{jsx as nn,jsxs as t5}from"react/jsx-runtime";var ao=yd(function({variant:e="default",className:n,style:o},i){let r=A(e);return nn("div",{ref:i,className:tn("cleen",n),style:o,children:t5("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-start cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-w-full cleen-h-full",children:[t5("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-gap-2 cleen-px-2 cleen-py-0.5 cleen-border cleen-border-gray/15 cleen-rounded-full",children:[nn("div",{className:tn("cleen-bg-gray/10 cleen-rounded-full cleen-size-1.5",r)}),nn("div",{className:tn("cleen-bg-gray/10 cleen-rounded cleen-w-20 cleen-h-3",r)})]}),t5("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-w-full",children:[nn("div",{className:tn("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-8",r)}),nn("div",{className:tn("cleen-bg-gray/10 cleen-rounded cleen-w-12 cleen-h-4",r)})]})]})})});ao.displayName="SkeletonBadgeCard";import{forwardRef as xd}from"react";import{jsx as X}from"react/jsx-runtime";var bd=xd(function({className:e,style:n,variant:o="default",itemCount:i=3,colors:r,skeleton:l="card",isShowing:s=!1,children:c},a){if(!s)return c;let p={ref:a,variant:o,itemCount:i,colors:r,className:e,style:n};switch(l){case"card2":return X(oo,{...p});case"card3":return X(Tl,{...p});case"cardStack":return X(Fl,{...p});case"contentCard":return X(Wl,{...p});case"infoCard":return X(Gl,{...p});case"widgetCard":return X(ao,{...p});case"image":return X(Ul,{...p});case"video":return X(e5,{...p});case"avatar":return X(Hl,{...p});case"dataGrid":return X(Zl,{...p});case"text":return X(Jl,{...p});case"paragraph":return X(Ql,{...p});case"list":return X(jl,{...p});case"form":return X(_l,{...p});case"banner":return X(Bl,{...p});case"chart":return X(Al,{...p});case"button":return X(Vl,{...p});case"badge":return X(Nl,{...p});case"input":return X(Xl,{...p});case"glowingCard":return X(zl,{...p});default:return X(Kt,{...p})}});import{useCallback as kd,useEffect as Ld,useRef as n5,useState as Pd}from"react";import{cn as B1}from"@cleen/ui-core";import{jsx as ze,jsxs as o5}from"react/jsx-runtime";var Sd=({minValue:t=0,maxValue:e=100,step:n=1,defaultValue:o=0,value:i,onChange:r,onChangeEnd:l,className:s,classNames:c,style:a,styles:p,disabled:m=!1,label:f,labels:d,tooltip:g,infoLabels:v})=>{let[h,x]=Pd(o??t),w=i!==void 0?i:h,y=n5(null),b=n5(!1),M=n5(!1),I=(w-t)/(e-t)*100,k=R=>{let B=Math.round((R-t)/n)*n+t;return Math.min(e,Math.max(t,B))},H=kd((R,B)=>{let _=k(R);i===void 0&&x(_),r?.(_),B&&l?.(_)},[t,e,n,i,r,l]),N=R=>{let B=y.current;if(!B)return t;let _=B.getBoundingClientRect(),E=(R-_.left)/_.width;return k(t+E*(e-t))},S=R=>{m||(R.preventDefault(),b.current=!0,document.addEventListener("mousemove",L),document.addEventListener("mouseup",P))},L=R=>{b.current&&H(N(R.clientX))},P=R=>{b.current=!1,M.current=!0,l?.(k(N(R.clientX))),document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P)},D=R=>{if(m||M.current){M.current=!1;return}H(N(R.clientX),!0)},T=R=>{m||(R.preventDefault(),b.current=!0,document.addEventListener("touchmove",V),document.addEventListener("touchend",O))},V=R=>{b.current&&R.touches.length>0&&H(N(R.touches[0].clientX))},O=R=>{b.current=!1,M.current=!0,l?.(k(N(R.touches[0].clientX))),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)};return Ld(()=>()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)},[]),ze("div",{className:B1("cleen",s),style:a,children:o5("div",{className:B1("cleen-w-full",c?.container),style:p?.container,children:[f&&ze("span",{className:"cleen-font-medium cleen-text-sm cleen-text-gray",children:f}),o5("div",{ref:y,className:B1("cleen-relative cleen-w-full cleen-h-8 cleen-touch-none",{"cleen-opacity-60":m},c?.track),style:p?.track,"aria-disabled":m,onClick:D,children:[ze("div",{className:B1("cleen-absolute cleen-left-0 cleen-right-0 cleen-top-1/2 cleen-h-1 cleen-bg-gray/20 dark:cleen-bg-black cleen-rounded-sm -cleen-translate-y-1/2",m?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.path),style:p?.path,children:ze("div",{className:B1("cleen-absolute cleen-left-0 cleen-top-0 cleen-h-full cleen-bg-primary cleen-rounded-sm",c?.filledTrack),style:{width:`${I}%`,...p?.filledTrack}})}),ze(Q,{invertColors:!0,label:w,...g,className:B1("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",g?.className),style:{left:`calc(${I}% - 8px)`,...g?.style},children:ze("div",{className:B1("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",m?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:m?-1:0,role:"slider","aria-valuenow":w,"aria-valuemin":t,"aria-valuemax":e,"aria-disabled":m,onMouseDown:S,onTouchStart:T})})]}),(d?.minLabel||d?.maxLabel)&&o5("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full",children:[d?.minLabel&&ze("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.minLabel}),d?.maxLabel&&ze("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.maxLabel})]}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&ze(z,{...v})]})})};import{cn as Ue}from"@cleen/ui-core";import{forwardRef as Id}from"react";import{jsx as c1,jsxs as R7}from"react/jsx-runtime";var N7=Id(({steps:t,activeStep:e=0,orientation:n="horizontal",color:o="rgb(var(--cleen-primary))",className:i,classNames:r,style:l,styles:s,...c},a)=>{let p=n==="vertical";return c1("div",{ref:a,className:Ue("cleen",i),style:{...l,width:"100%"},...c,children:c1("div",{className:Ue("cleen-flex cleen-w-full",p?"cleen-flex-col cleen-gap-6":"cleen-flex-row cleen-items-start cleen-gap-8 cleen-justify-between",r?.container),style:{width:"100%",...s?.container},children:t?.map((m,f)=>{let d=f+1<e,g=f+1===e;return R7("div",{className:Ue("cleen-relative cleen-flex cleen-flex-1",p?"cleen-flex-row cleen-items-start":"cleen-flex-col cleen-items-center cleen-text-center",r?.step),style:s?.step,children:[f<t?.length-1&&c1("div",{className:Ue("cleen-absolute cleen-bg-gray/10 cleen-transition-all cleen-duration-300",p?"cleen-left-3 cleen-top-7 cleen-w-[2px] cleen-h-[calc(100%-4px)]":"cleen-top-3 cleen-left-[calc(50%+14px)] cleen-h-[2px] cleen-w-[calc(100%+4px)]",d&&"cleen-bg-primary",r?.connector),style:{backgroundColor:d?o:void 0,...s?.connector}}),c1("div",{className:Ue("cleen-relative cleen-flex cleen-items-center cleen-justify-center cleen-rounded-full cleen-border cleen-transition-all cleen-duration-300","cleen-size-7",d||g?"cleen-border-[2px]":"cleen-border-gray/30",r?.circle),style:{borderColor:g||d?o:void 0,backgroundColor:d?o:"transparent",...s?.circle},children:d?c1("span",{className:"cleen-text-white cleen-text-sm",children:"\u2713"}):c1("span",{className:Ue("cleen-w-2 cleen-h-2 cleen-rounded-full",g?"cleen-bg-white":"cleen-bg-gray/30"),style:{backgroundColor:g?o:void 0}})}),R7("div",{className:Ue("cleen-flex cleen-flex-col",p?"cleen-ml-3":"cleen-mt-3 cleen-items-center"),children:[m.title&&c1("div",{className:Ue("cleen-font-medium cleen-text-sm",g?"cleen-text-primary":"cleen-text-gray",r?.title),style:{color:g?o:void 0,...s?.title},children:m.title}),m.subtitle&&c1("div",{className:Ue("cleen-text-xs cleen-text-gray/70",r?.subtitle),style:{color:g?o:void 0,...s?.subtitle},children:m.subtitle})]})]},f)})})})});N7.displayName="Stepper";export{W7 as AdvancedProgressBar,t4 as AudioPlayback,q4 as AudioRecorder,In as Avatar,Q4 as AvatarRow,tc as Breadcrumb,$ as Button,ne as Card,vc as CardIcon,kc as CardMedia,U0 as Checkbox,t8 as CheckboxGroup,re as CleenIcon,_a as CleenNotificationContainer,Ks as Collapsible,c8 as CreditCardInput,h8 as DatePicker,Fe as Divider,q0 as Drawer,m7 as DrawerContainer,g7 as DrawerContentTitle,Wt as Dropdown,$c as EditableCard,Z0 as EditableText,O0 as EditableTextArea,sa as FilterDrawer,T9 as FormGroup,ha as GroupSelector,Po as IconAlertCircle,So as IconAlertFeatured,Mo as IconAlertOctagon,Ro as IconAlertTriangle,Bo as IconAlignRight,Vo as IconArrowDown,Eo as IconArrowLeft,Fo as IconArrowLeft2,Wo as IconArrowRight,Zo as IconArrowToTop,_o as IconArrowUp,Oo as IconArrowUpRight,zo as IconArrowUpRightNarrow,Uo as IconArrowUpRightSquare,Go as IconAttachment,$o as IconBarChartSquare,qo as IconBold,xo as IconBookmarkCheck,ko as IconBookmarkCheckFill,Xo as IconBookmarkX,jo as IconBoxLines,Ko as IconBoxText,Qo as IconBracketsCheck,Jo as IconBracketsEllipses,tr as IconCalendar,or as IconCertificateHeart,De as IconCheck,rr as IconCheckCircle,ir as IconCheckCircleBroken,sr as IconCheckFill,cr as IconCheckVerified,Ve as IconChevronDown,C1 as IconChevronLeft,dr as IconChevronLeftDouble,Te as IconChevronRight,mr as IconChevronRightDouble,gr as IconChevronSelectorVertical,m1 as IconChevronUp,hr as IconCircleSwap,wr as IconClockFastForward,xr as IconClockRewind,kr as IconClockRewind2,Pr as IconCodeBrowser,Sr as IconCodeCircle,Mr as IconColors,Lo as IconColumnEdit,Rr as IconCopy,Nr as IconCopy2,Dr as IconCopy3,Tr as IconCopy4,Fr as IconCopy5,Ar as IconCopyCheck,Zr as IconCube,_r as IconCubeOutline,zr as IconCursorBox,Ur as IconDataflow,Gr as IconDataflow2,$r as IconDataflow3,Xr as IconDelete,Kr as IconDollarCircle,Yr as IconDotsGrid,Jr as IconDotsHorizontal,F1 as IconDotsVertical,t2 as IconEdit,o2 as IconEditable,r2 as IconExpand,l2 as IconEye,s2 as IconEyeHidden,a2 as IconEyeHidden2,d2 as IconFaceSmile,u2 as IconFilter,dt as IconFilter2,C2 as IconFlag,g2 as IconFlag2,f2 as IconFlag3,h2 as IconHandShield,v2 as IconHash,y2 as IconHeadsetMic,x2 as IconHeart,ut as IconHouseLine,b2 as IconImage,k2 as IconImage2,L2 as IconImage3,S2 as IconImage4,I2 as IconImageCheck,M2 as IconInfoCircle,R2 as IconInfoHexagon,N2 as IconItalic,B2 as IconLayersMultiple,D2 as IconLayersSingle,V2 as IconLayout,T2 as IconLayout2,E2 as IconLayoutColumns,F2 as IconLayoutCustom,A2 as IconLayoutSequential,W2 as IconLayoutStuffed,Z2 as IconLayoutTile,_2 as IconLifeBuoy,O2 as IconLightbulb,z2 as IconLightning,G2 as IconLightning2,$2 as IconLightningFast,q2 as IconLineChartBar,X2 as IconLineChartBreakoutSquare,K2 as IconLineChartUp,Y2 as IconLineChartUp2,Q2 as IconLines,J2 as IconLinesCheck,e3 as IconLinesPlay,n3 as IconLink,r3 as IconLink2,l3 as IconLink3,i3 as IconLink4,s3 as IconLink5,a3 as IconListBullet,p3 as IconListOrder,d3 as IconListOrder2,u3 as IconLock,C3 as IconLock2,g3 as IconLogIn,h3 as IconLogOut,v3 as IconLogOut2,y3 as IconMagicWand,x3 as IconMagicWand2,k3 as IconMail,P3 as IconMessageSquare,S3 as IconMessageSquare2,M3 as IconMessageXSquare,H3 as IconMinusCircle,N3 as IconMobile,B3 as IconMonitor,V3 as IconMonitor2,E3 as IconMonitor3,F3 as IconMoonCircle,fn as IconName,A3 as IconNavigationPointer,W3 as IconNotificationBox,z3 as IconPCSetup,Z3 as IconPalette,O3 as IconPasscodeLock,G3 as IconPencil,$3 as IconPercentageCircle,q3 as IconPerspective,j3 as IconPhoneCall,ft as IconPin,K3 as IconPlayCircle,Y3 as IconPlus,Ge as IconPlusCircle,e6 as IconPulse,ht as IconQuestionCircle,o6 as IconRadioButton,r6 as IconRadioButtonActive,i6 as IconReceiptCheck,s6 as IconRedo,c6 as IconRefresh,a6 as IconRefresh2,p6 as IconRefresh3,d6 as IconRepeat,u6 as IconRepeat2,C6 as IconRetweet,m6 as IconRoundChart,g6 as IconRoundChart2,f6 as IconRoute,v6 as IconSave,w6 as IconSave2,y6 as IconScanDots,yt as IconSearch,b6 as IconSend,k6 as IconSettings,P6 as IconSettings2,S6 as IconSettings3,I6 as IconShieldLightning,M6 as IconShieldPlus,H6 as IconShieldRemove,N6 as IconShuffle,B6 as IconSlashCircle,D6 as IconSlashOctagon,T6 as IconSocialGlobe,F6 as IconSocialLinkedin,A6 as IconSocialX,W6 as IconSpeedometer,_6 as IconStairsRound,z6 as IconStar,G6 as IconStarHalf,$6 as IconStars,q6 as IconStars2,X6 as IconStrikethrough,j6 as IconSuccessFeatured,K6 as IconSun,Y6 as IconSwitchHorizontal,Q6 as IconTag,J6 as IconTarget,t0 as IconTarget2,n0 as IconTextFormat,o0 as IconTextFormat2,r0 as IconTextHighlight,i0 as IconTranslate,$e as IconTrash,c0 as IconTrending,a0 as IconUnderline,p0 as IconUndo,d0 as IconUndo2,u0 as IconUploadCloud,kt as IconUser,m0 as IconUserEdit,g0 as IconUserRight,w0 as IconUserSquare,h0 as IconUsers,x0 as IconUsersUp,k0 as IconVolume,L0 as IconWrench,Ee as IconX,S0 as IconXCircle,M0 as IconXCircle2,Lt as IconXClose,R0 as IconXSquare,z as InfoLabels,te as Input,q as Loader,La as Lookup,j1 as Menu,Da as Modal,ep as Pagination,fl as PaginationGoToPage,hl as PaginationPageSize,le as PillBadge,sp as Popover,Y9 as ProgressBar,e7 as ProgressCircle,yp as RadioBoxGroup,Pp as RadioButtonGroup,Hp as RangeSlider,Ap as Select,u7 as Sidebar,Xt as SidebarItem,Xp as Skeleton,Hl as SkeletonAvatar,Nl as SkeletonBadge,Bl as SkeletonBanner,Vl as SkeletonButton,Kt as SkeletonCard,oo as SkeletonCard2,Tl as SkeletonCard3,Fl as SkeletonCardStack,Al as SkeletonChart,Wl as SkeletonContentCard,Zl as SkeletonDataGrid,_l as SkeletonForm,zl as SkeletonGlowingCard,Ul as SkeletonImage,Gl as SkeletonInfoCard,Xl as SkeletonInput,jl as SkeletonList,Ql as SkeletonParagraph,Jl as SkeletonText,e5 as SkeletonVideo,ao as SkeletonWidgetCard,bd as SkeletonWrapper,Sd as Slider,N7 as Stepper,il as Switch,rl as Tabs,_0 as TextArea,Q as Tooltip,Wa as showNotification};
|
|
12
|
+
`,children:t})]}),["string","number"].includes(typeof r)&&Le(le,{color:i,label:String(r)})]})}var A=t=>t==="pulse"?"cleen-animate-pulse":"";import{cn as v7}from"@cleen/ui-core";import{forwardRef as jp}from"react";import{jsx as w7}from"react/jsx-runtime";var Kp={none:"cleen-rounded-none",sm:"cleen-rounded-sm",md:"cleen-rounded-md",lg:"cleen-rounded-lg",xl:"cleen-rounded-xl","2xl":"cleen-rounded-2xl",full:"cleen-rounded-full"},Yp=jp(function({width:e,height:n,roundness:o="md",variant:i="default",className:r,style:l},s){let c=A(i),a={...e!==void 0?{width:typeof e=="number"?`${e}px`:e}:{},...n!==void 0?{height:typeof n=="number"?`${n}px`:n}:{},...l};return w7("div",{ref:s,className:v7("cleen",r),children:w7("div",{className:v7("cleen-bg-gray/10",Kp[o],e===void 0&&"cleen-w-full",n===void 0&&"cleen-h-4",c),style:a})})});import{cn as R0}from"@cleen/ui-core";import{forwardRef as Qp}from"react";import{jsx as to,jsxs as Jp}from"react/jsx-runtime";var N0=Qp(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return to("div",{ref:r,className:R0("cleen",e),style:n,children:to("div",{className:"cleen-flex cleen-items-start cleen-gap-4 cleen-flex-wrap",children:Array.from({length:i}).map((s,c)=>Jp("div",{className:"cleen-flex cleen-flex-col cleen-items-center cleen-gap-2",children:[to("div",{className:R0("cleen-bg-gray/10 cleen-rounded-full cleen-size-12 cleen-border cleen-border-gray/15",l)}),to("div",{className:R0("cleen-bg-gray/10 cleen-rounded cleen-w-14 cleen-h-3",l)})]},c))})})});import{cn as y7}from"@cleen/ui-core";import{forwardRef as ed}from"react";import{jsx as B0}from"react/jsx-runtime";var D0=ed(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return B0("div",{ref:r,className:y7("cleen",e),style:n,children:B0("div",{className:"cleen-flex cleen-items-center cleen-flex-wrap cleen-gap-2",children:Array.from({length:i}).map((s,c)=>B0("div",{className:y7("cleen-bg-gray/10 cleen-rounded-full cleen-h-6 cleen-w-16",l)},c))})})});import{cn as x7}from"@cleen/ui-core";import{forwardRef as td}from"react";import{jsx as M1,jsxs as no}from"react/jsx-runtime";var V0=td(function({className:e,style:n,variant:o="default"},i){let r=A(o);return M1("div",{ref:i,className:x7("cleen",e),style:n,children:no("div",{className:x7("cleen-relative cleen-bg-gray/10 cleen-rounded-2xl cleen-w-full cleen-overflow-hidden",r),children:[M1("div",{className:"cleen-h-48 cleen-w-full"}),no("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-flex-col cleen-justify-center cleen-items-start cleen-gap-4 cleen-px-8",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded-full cleen-w-24 cleen-h-6"}),no("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded cleen-w-2/3 cleen-h-8"}),M1("div",{className:"cleen-bg-gray/20 cleen-rounded cleen-w-1/2 cleen-h-5"})]}),no("div",{className:"cleen-flex cleen-gap-3",children:[M1("div",{className:"cleen-bg-gray/20 cleen-rounded-lg cleen-w-28 cleen-h-10"}),M1("div",{className:"cleen-bg-gray/15 cleen-rounded-lg cleen-w-24 cleen-h-10"})]})]})]})})});import{cn as b7}from"@cleen/ui-core";import{forwardRef as nd}from"react";import{jsx as T0}from"react/jsx-runtime";var E0=nd(function({className:e,style:n,variant:o="default",itemCount:i=1},r){let l=A(o);return T0("div",{ref:r,className:b7("cleen",e),style:n,children:T0("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:Array.from({length:i}).map((s,c)=>T0("div",{className:b7("cleen-bg-gray/10 cleen-rounded-lg cleen-h-10 cleen-w-28",l)},c))})})});import{forwardRef as od}from"react";import{cn as oo}from"@cleen/ui-core";import{jsx as ro,jsxs as k7}from"react/jsx-runtime";var Jt=od(function({className:e,style:n,variant:o="default"},i){let r=A(o);return ro("div",{ref:i,className:oo("cleen",e),style:n,children:k7("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-w-full",children:[ro("div",{className:oo("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-border cleen-border-gray/20 cleen-rounded-xl cleen-min-w-10 cleen-size-10",r)}),k7("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[ro("div",{className:oo("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",r)}),ro("div",{className:oo("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-3",r)})]})]})})});import{cn as Q1}from"@cleen/ui-core";import{forwardRef as rd}from"react";import{jsx as J1,jsxs as lo}from"react/jsx-runtime";var io=rd(({className:t,style:e,variant:n="default"},o)=>{let i=A(n);return J1("div",{ref:o,className:Q1("cleen",t),style:e,children:lo("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-start cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-lg",children:[lo("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-w-full",children:[J1("div",{className:Q1("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-border cleen-border-gray/20 cleen-rounded-xl cleen-size-10",i)}),lo("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-5",i)}),J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",i)})]})]}),lo("div",{className:"cleen-space-y-2 cleen-w-full",children:[J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-2",i)}),J1("div",{className:Q1("cleen-bg-gray/10 cleen-rounded cleen-w-16 cleen-h-3",i)})]})]})})});io.displayName="AssessmentHeaderSkeleton";import{cn as Ie}from"@cleen/ui-core";import{forwardRef as ld}from"react";import{jsx as Me,jsxs as et}from"react/jsx-runtime";var F0=ld(function({className:e,style:n,variant:o="default"},i){let r=A(o);return Me("div",{ref:i,className:Ie("cleen",e),style:n,children:et("div",{className:"cleen-flex cleen-flex-col cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-overflow-hidden cleen-w-full",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-w-full cleen-h-40",r)}),et("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-px-4 cleen-py-4",children:[et("div",{className:"cleen-flex cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-w-16 cleen-h-5",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-w-12 cleen-h-5",r)})]}),et("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-4/5 cleen-h-5",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)})]}),et("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-pt-1",children:[et("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-full cleen-size-7 cleen-shrink-0",r)}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-3",r)})]}),Me("div",{className:Ie("cleen-bg-gray/10 cleen-rounded-lg cleen-w-16 cleen-h-7",r)})]})]})]})})});import{forwardRef as id}from"react";import{cn as sd}from"@cleen/ui-core";import{jsx as A0}from"react/jsx-runtime";var W0=id(function({className:e,style:n,itemCount:o=3,variant:i="default"},r){return A0("div",{ref:r,className:sd("cleen",e),style:n,children:A0("div",{className:"cleen-flex cleen-flex-col cleen-gap-3",children:Array.from({length:o}).map((l,s)=>A0(Jt,{variant:i},s))})})});import{cn as H1}from"@cleen/ui-core";import{forwardRef as cd}from"react";import{jsx as we,jsxs as en}from"react/jsx-runtime";var L7=["cleen-h-16","cleen-h-24","cleen-h-14","cleen-h-28","cleen-h-20","cleen-h-10","cleen-h-24"],Z0=cd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return we("div",{ref:i,className:H1("cleen",e),style:n,children:en("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-px-4 cleen-pt-4 cleen-pb-3 cleen-w-full",children:[en("div",{className:"cleen-flex cleen-justify-between cleen-items-center",children:[we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-w-32 cleen-h-5",r)}),we("div",{className:"cleen-flex cleen-items-center cleen-gap-3",children:[28,20].map((l,s)=>en("div",{className:"cleen-flex cleen-items-center cleen-gap-1.5",children:[we("div",{className:H1("cleen-bg-gray/10 cleen-rounded-full cleen-size-2.5",r)}),we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-h-3",r),style:{width:l}})]},s))})]}),en("div",{className:"cleen-flex cleen-gap-3",children:[we("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-end cleen-py-1",style:{height:120},children:[0,1,2,3].map(l=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-w-6 cleen-h-2",r)},l))}),en("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-1",children:[we("div",{className:"cleen-flex cleen-items-end cleen-justify-around cleen-gap-2",style:{height:112},children:L7.map((l,s)=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded-t cleen-flex-1",l,r)},s))}),we("div",{className:"cleen-w-full cleen-h-px cleen-bg-gray/15"}),we("div",{className:"cleen-flex cleen-justify-around cleen-gap-2 cleen-pt-1",children:L7.map((l,s)=>we("div",{className:H1("cleen-bg-gray/10 cleen-rounded cleen-flex-1 cleen-h-2",r)},s))})]})]})]})})});import{cn as R1}from"@cleen/ui-core";import{forwardRef as ad}from"react";import{jsx as _e,jsxs as so}from"react/jsx-runtime";var _0=ad(({variant:t="default",itemCount:e=3,className:n,style:o},i)=>{let r=A(t);return _e("div",{ref:i,className:R1("cleen",n),style:o,children:_e(ne,{className:"cleen-max-h-fit",children:so("div",{className:"cleen-flex cleen-flex-col cleen-gap-4",children:[so("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-6",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-4",r)})]}),_e("div",{className:"cleen-space-y-6",children:Array.from({length:e}).map((l,s)=>so("div",{className:"cleen-space-y-3",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-2/3 cleen-h-4",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-10",r)})]},s))}),so("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-pt-4",children:[_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-10",r)}),_e("div",{className:R1("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-10",r)})]})]})})})});import{cn as co}from"@cleen/ui-core";import{forwardRef as pd}from"react";import{jsx as tn,jsxs as dd}from"react/jsx-runtime";var O0=pd(function({className:e,style:n,variant:o="default",itemCount:i=5},r){let l=A(o),s=["cleen-w-1/12","cleen-w-3/12","cleen-w-2/12","cleen-w-3/12","cleen-w-2/12","cleen-w-1/12"];return tn("div",{ref:r,className:co("cleen",e),style:n,children:dd("div",{className:"cleen-flex cleen-flex-col cleen-w-full cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-overflow-hidden",children:[tn("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3 cleen-bg-gray/5 cleen-border-b cleen-border-gray/15",children:s.map((c,a)=>tn("div",{className:co("cleen-bg-gray/15 cleen-rounded cleen-h-4 cleen-flex-shrink-0",c,l)},a))}),Array.from({length:i}).map((c,a)=>tn("div",{className:co("cleen-flex cleen-items-center cleen-gap-3 cleen-px-4 cleen-py-3",a<i-1?"cleen-border-b cleen-border-gray/10":""),children:s.map((p,u)=>tn("div",{className:co("cleen-bg-gray/10 cleen-rounded cleen-h-4 cleen-flex-shrink-0",u===s.length-1?"cleen-rounded-full":"cleen-rounded",p,l)},u))},a))]})})});import{cn as ao}from"@cleen/ui-core";import{forwardRef as ud}from"react";import{jsx as nn,jsxs as P7}from"react/jsx-runtime";var z0=ud(function({className:e,style:n,variant:o="default",itemCount:i=4},r){let l=A(o);return nn("div",{ref:r,className:ao("cleen",e),style:n,children:P7("div",{className:"cleen-flex cleen-flex-col cleen-gap-5 cleen-w-full cleen-bg-white cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-px-6 cleen-py-6",children:[Array.from({length:i}).map((s,c)=>P7("div",{className:"cleen-flex cleen-flex-col cleen-gap-2",children:[nn("div",{className:ao("cleen-bg-gray/10 cleen-rounded cleen-w-1/4 cleen-h-3",l)}),nn("div",{className:ao("cleen-bg-gray/10 cleen-rounded-lg cleen-w-full cleen-h-10",l)})]},c)),nn("div",{className:"cleen-flex cleen-justify-end cleen-pt-1",children:nn("div",{className:ao("cleen-bg-gray/10 cleen-rounded-lg cleen-w-28 cleen-h-10",l)})})]})})});import{cn as S7}from"@cleen/ui-core";import{forwardRef as Cd}from"react";import{jsx as U0}from"react/jsx-runtime";var md=["rgb(var(--cleen-blue))","rgb(var(--cleen-aqua))","rgb(var(--cleen-light-green))","rgb(var(--cleen-aqua))","rgb(var(--cleen-blue))"],G0=Cd(function({className:e,style:n,variant:o="default",colors:i=md},r){let l=A(o);return U0("div",{ref:r,className:S7("cleen",e),style:n,children:U0("div",{className:S7("cleen-p-1 cleen-size-full cleen-rounded-lg cleen-animate-[cleen-rotate-gradient-angle_2.5s_linear_infinite]",l),style:{background:`conic-gradient(from var(--cleen--gradient-angle),${i.join(",")})`},children:U0("div",{className:"cleen-bg-background cleen-size-full cleen-rounded-md"})})})});import{cn as po}from"@cleen/ui-core";import{forwardRef as gd}from"react";import{jsx as tt,jsxs as I7}from"react/jsx-runtime";var $0=gd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return tt("div",{ref:i,className:po("cleen",e),style:n,children:I7("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[tt("div",{className:po("cleen-relative cleen-bg-gray/10 cleen-rounded-xl cleen-w-full cleen-aspect-video cleen-overflow-hidden",r),children:tt("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-justify-center",children:I7("div",{className:po("cleen-flex cleen-flex-col cleen-items-center cleen-gap-1 cleen-opacity-30"),children:[tt("div",{className:"cleen-bg-gray/30 cleen-rounded-full cleen-size-8"}),tt("div",{className:"cleen-bg-gray/30 cleen-rounded cleen-w-16 cleen-h-2"})]})})}),tt("div",{className:po("cleen-bg-gray/10 cleen-rounded cleen-w-1/2 cleen-h-3 cleen-mx-auto",r)})]})})});import{cn as ue}from"@cleen/ui-core";import{forwardRef as fd}from"react";import{jsx as ce,jsxs as Oe}from"react/jsx-runtime";var q0=fd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return ce("div",{ref:i,className:ue("cleen",e),style:n,children:Oe("div",{className:ue("cleen-flex cleen-flex-col cleen-items-start cleen-gap-4 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-h-fit",e),style:n,children:[Oe("div",{className:"cleen-flex cleen-items-center cleen-gap-2",children:[ce("div",{className:ue("cleen-flex cleen-justify-center cleen-items-center cleen-bg-gray/10 cleen-p-2 cleen-rounded-full cleen-size-8",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-3",r)})]}),Oe("div",{className:"cleen-space-y-3 cleen-w-full",children:[Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),ce(ne,{isGlass:!0,classNames:{container:"!cleen-py-3",childrenContainer:"!cleen-px-3"},children:Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-5/6 cleen-h-3",r)})]})})]}),Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-2/3 cleen-h-3",r)})]})]}),Oe("div",{children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-mb-1 cleen-rounded cleen-w-20 cleen-h-3",r)}),ce(ne,{isGlass:!0,classNames:{container:"!cleen-py-3",childrenContainer:"!cleen-px-3"},children:Oe("div",{className:"cleen-space-y-2",children:[ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-3",r)}),ce("div",{className:ue("cleen-bg-gray/10 cleen-rounded cleen-w-4/5 cleen-h-3",r)})]})})]})]})]})})});import{cn as X0}from"@cleen/ui-core";import{forwardRef as hd}from"react";import{jsx as j0,jsxs as vd}from"react/jsx-runtime";var K0=hd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return j0("div",{ref:i,className:X0("cleen",e),style:n,children:vd("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:[j0("div",{className:X0("cleen-bg-gray/10 cleen-rounded cleen-w-1/4 cleen-h-3",r)}),j0("div",{className:X0("cleen-bg-gray/10 cleen-rounded-lg cleen-w-full cleen-h-10 cleen-border cleen-border-gray/10",r)})]})})});import{cn as on}from"@cleen/ui-core";import{forwardRef as wd}from"react";import{jsx as nt,jsxs as M7}from"react/jsx-runtime";var Y0=wd(function({className:e,style:n,variant:o="default",itemCount:i=5},r){let l=A(o),s=["cleen-w-3/4","cleen-w-2/3","cleen-w-4/5","cleen-w-1/2","cleen-w-3/5"];return nt("div",{ref:r,className:on("cleen",e),style:n,children:nt("div",{className:"cleen-flex cleen-flex-col cleen-divide-y cleen-divide-gray/10",children:Array.from({length:i}).map((c,a)=>M7("div",{className:"cleen-flex cleen-items-center cleen-gap-3 cleen-py-3",children:[nt("div",{className:on("cleen-bg-gray/10 cleen-rounded-full cleen-size-8 cleen-shrink-0 cleen-border cleen-border-gray/15",l)}),M7("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-1.5",children:[nt("div",{className:on("cleen-bg-gray/10 cleen-rounded cleen-h-4",s[a%s.length],l)}),nt("div",{className:on("cleen-bg-gray/10 cleen-rounded cleen-h-3 cleen-w-2/5",l)})]}),nt("div",{className:on("cleen-bg-gray/10 cleen-rounded-full cleen-w-14 cleen-h-5 cleen-shrink-0",l)})]},a))})})});import{cn as H7}from"@cleen/ui-core";import{forwardRef as yd}from"react";import{jsx as J0}from"react/jsx-runtime";var Q0=["cleen-w-full","cleen-w-full","cleen-w-11/12","cleen-w-full","cleen-w-4/5"],e5=yd(function({className:e,style:n,variant:o="default",itemCount:i},r){let l=A(o),s=i??Q0.length;return J0("div",{ref:r,className:H7("cleen",e),style:n,children:J0("div",{className:"cleen-flex cleen-flex-col cleen-gap-2 cleen-w-full",children:Array.from({length:s}).map((c,a)=>{let p=a<Q0.length?Q0[a]:a===s-1?"cleen-w-3/5":"cleen-w-full";return J0("div",{className:H7("cleen-bg-gray/10 cleen-rounded cleen-h-3",p,l)},a)})})})});import{cn as R7}from"@cleen/ui-core";import{forwardRef as xd}from"react";import{jsx as N7}from"react/jsx-runtime";var t5=xd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return N7("div",{ref:i,className:R7("cleen",e),style:n,children:N7("div",{className:R7("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-4",r)})})});import{cn as N1}from"@cleen/ui-core";import{forwardRef as bd}from"react";import{jsx as He,jsxs as uo}from"react/jsx-runtime";var n5=bd(function({className:e,style:n,variant:o="default"},i){let r=A(o);return He("div",{ref:i,className:N1("cleen",e),style:n,children:uo("div",{className:"cleen-flex cleen-flex-col cleen-gap-3 cleen-w-full",children:[He("div",{className:N1("cleen-relative cleen-bg-gray/10 cleen-rounded-xl cleen-w-full cleen-aspect-video cleen-overflow-hidden",r),children:He("div",{className:"cleen-absolute cleen-inset-0 cleen-flex cleen-items-center cleen-justify-center",children:He("div",{className:"cleen-bg-gray/20 cleen-rounded-full cleen-size-14 cleen-flex cleen-items-center cleen-justify-center",children:He("div",{className:"cleen-w-0 cleen-h-0 cleen-ml-1 cleen-border-y-[8px] cleen-border-y-transparent cleen-border-l-[14px] cleen-border-l-gray/40"})})})}),uo("div",{className:"cleen-flex cleen-gap-3",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded-lg cleen-size-10 cleen-shrink-0",r)}),uo("div",{className:"cleen-flex cleen-flex-col cleen-flex-1 cleen-gap-2",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-full cleen-h-4",r)}),He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-3/4 cleen-h-3",r)}),uo("div",{className:"cleen-flex cleen-items-center cleen-gap-3",children:[He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-14 cleen-h-3",r)}),He("div",{className:N1("cleen-bg-gray/10 cleen-rounded cleen-w-10 cleen-h-3",r)})]})]})]})]})})});import{cn as rn}from"@cleen/ui-core";import{forwardRef as kd}from"react";import{jsx as ln,jsxs as o5}from"react/jsx-runtime";var Co=kd(function({variant:e="default",className:n,style:o},i){let r=A(e);return ln("div",{ref:i,className:rn("cleen",n),style:o,children:o5("div",{className:"cleen-flex cleen-flex-col cleen-justify-between cleen-items-start cleen-gap-3 cleen-bg-white cleen-px-4 cleen-py-4 cleen-border cleen-border-gray/15 cleen-rounded-xl cleen-w-full cleen-h-full",children:[o5("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-gap-2 cleen-px-2 cleen-py-0.5 cleen-border cleen-border-gray/15 cleen-rounded-full",children:[ln("div",{className:rn("cleen-bg-gray/10 cleen-rounded-full cleen-size-1.5",r)}),ln("div",{className:rn("cleen-bg-gray/10 cleen-rounded cleen-w-20 cleen-h-3",r)})]}),o5("div",{className:"cleen-flex cleen-justify-between cleen-items-center cleen-w-full",children:[ln("div",{className:rn("cleen-bg-gray/10 cleen-rounded cleen-w-24 cleen-h-8",r)}),ln("div",{className:rn("cleen-bg-gray/10 cleen-rounded cleen-w-12 cleen-h-4",r)})]})]})})});Co.displayName="SkeletonBadgeCard";import{forwardRef as Ld}from"react";import{jsx as X}from"react/jsx-runtime";var Pd=Ld(function({className:e,style:n,variant:o="default",itemCount:i=3,colors:r,skeleton:l="card",isShowing:s=!1,children:c},a){if(!s)return c;let p={ref:a,variant:o,itemCount:i,colors:r,className:e,style:n};switch(l){case"card2":return X(io,{...p});case"card3":return X(F0,{...p});case"cardStack":return X(W0,{...p});case"contentCard":return X(_0,{...p});case"infoCard":return X(q0,{...p});case"widgetCard":return X(Co,{...p});case"image":return X($0,{...p});case"video":return X(n5,{...p});case"avatar":return X(N0,{...p});case"dataGrid":return X(O0,{...p});case"text":return X(t5,{...p});case"paragraph":return X(e5,{...p});case"list":return X(Y0,{...p});case"form":return X(z0,{...p});case"banner":return X(V0,{...p});case"chart":return X(Z0,{...p});case"button":return X(E0,{...p});case"badge":return X(D0,{...p});case"input":return X(K0,{...p});case"glowingCard":return X(G0,{...p});default:return X(Jt,{...p})}});import{useCallback as Sd,useEffect as Id,useRef as r5,useState as Md}from"react";import{cn as B1}from"@cleen/ui-core";import{jsx as ze,jsxs as l5}from"react/jsx-runtime";var Hd=({minValue:t=0,maxValue:e=100,step:n=1,defaultValue:o=0,value:i,onChange:r,onChangeEnd:l,className:s,classNames:c,style:a,styles:p,disabled:u=!1,label:g,labels:d,tooltip:f,infoLabels:v})=>{let[h,b]=Md(o??t),w=i!==void 0?i:h,y=r5(null),x=r5(!1),M=r5(!1),I=(w-t)/(e-t)*100,k=N=>{let B=Math.round((N-t)/n)*n+t;return Math.min(e,Math.max(t,B))},H=Sd((N,B)=>{let _=k(N);i===void 0&&b(_),r?.(_),B&&l?.(_)},[t,e,n,i,r,l]),R=N=>{let B=y.current;if(!B)return t;let _=B.getBoundingClientRect(),E=(N-_.left)/_.width;return k(t+E*(e-t))},S=N=>{u||(N.preventDefault(),x.current=!0,document.addEventListener("mousemove",L),document.addEventListener("mouseup",P))},L=N=>{x.current&&H(R(N.clientX))},P=N=>{x.current=!1,M.current=!0,l?.(k(R(N.clientX))),document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P)},D=N=>{if(u||M.current){M.current=!1;return}H(R(N.clientX),!0)},T=N=>{u||(N.preventDefault(),x.current=!0,document.addEventListener("touchmove",V),document.addEventListener("touchend",O))},V=N=>{x.current&&N.touches.length>0&&H(R(N.touches[0].clientX))},O=N=>{x.current=!1,M.current=!0,l?.(k(R(N.touches[0].clientX))),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)};return Id(()=>()=>{document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",P),document.removeEventListener("touchmove",V),document.removeEventListener("touchend",O)},[]),ze("div",{className:B1("cleen",s),style:a,children:l5("div",{className:B1("cleen-w-full",c?.container),style:p?.container,children:[g&&ze("span",{className:"cleen-font-medium cleen-text-sm cleen-text-gray",children:g}),l5("div",{ref:y,className:B1("cleen-relative cleen-w-full cleen-h-8 cleen-touch-none",{"cleen-opacity-60":u},c?.track),style:p?.track,"aria-disabled":u,onClick:D,children:[ze("div",{className:B1("cleen-absolute cleen-left-0 cleen-right-0 cleen-top-1/2 cleen-h-1 cleen-bg-gray/20 dark:cleen-bg-black cleen-rounded-sm -cleen-translate-y-1/2",u?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.path),style:p?.path,children:ze("div",{className:B1("cleen-absolute cleen-left-0 cleen-top-0 cleen-h-full cleen-bg-primary cleen-rounded-sm",c?.filledTrack),style:{width:`${I}%`,...p?.filledTrack}})}),ze(Q,{invertColors:!0,label:w,...f,className:B1("cleen-absolute cleen-top-1/2 -cleen-translate-y-1/2",f?.className),style:{left:`calc(${I}% - 8px)`,...f?.style},children:ze("div",{className:B1("cleen-size-4 cleen-bg-white dark:cleen-bg-black cleen-border cleen-border-gray/60 cleen-rounded-full cleen-transition-all cleen-duration-200 hover:cleen-scale-125 hover:cleen-border-primary",u?"cleen-cursor-not-allowed":"cleen-cursor-pointer",c?.thumb),style:p?.thumb,tabIndex:u?-1:0,role:"slider","aria-valuenow":w,"aria-valuemin":t,"aria-valuemax":e,"aria-disabled":u,onMouseDown:S,onTouchStart:T})})]}),(d?.minLabel||d?.maxLabel)&&l5("div",{className:"cleen-flex cleen-items-center cleen-justify-between cleen-w-full",children:[d?.minLabel&&ze("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.minLabel}),d?.maxLabel&&ze("span",{className:"cleen-font-medium cleen-text-xs cleen-text-gray",children:d?.maxLabel})]}),(v?.errorMessage||v?.infoMessage||v?.subtitle)&&ze(z,{...v})]})})};import{cn as ot}from"@cleen/ui-core";import{forwardRef as Rd,useState as B7}from"react";import{jsx as rt,jsxs as Bd}from"react/jsx-runtime";var Nd=Rd(function({label:e,infoLabels:n,value:o,onChange:i,amount:r=5,gap:l,size:s,readonly:c,color:a="rgb(var(--cleen-yellow))",className:p,style:u,classNames:g,styles:d,...f},v){let[h,b]=B7(0),w=o!==void 0,y=w?o:h,[x,M]=B7(null),I=x!==null?x+1:y;return rt("div",{className:ot("cleen",p),style:u,ref:v,...f,children:Bd("div",{className:ot("cleen-space-y-2",g?.container),style:d?.container,children:[e&&rt("span",{className:ot("cleen-font-medium cleen-text-sm cleen-text-gray",g?.label),style:d?.label,children:e}),rt("div",{className:ot("cleen-flex cleen-gap-3",g?.list),style:{...l?{gap:l}:{},...d?.list},children:Array.from({length:r},(k,H)=>rt("button",{onMouseEnter:()=>M(H),onMouseLeave:()=>M(null),onClick:()=>{let R=H+1;w||b(R),i?.(R)},className:ot(c&&"cleen-cursor-default cleen-pointer-events-none"),children:rt(Lt,{className:ot("cleen-size-5 cleen-text-gray/70 cleen-transition-colors",g?.star),style:{...s?{width:s,height:s}:{},...d?.star,fill:(c?y:I)>H?a:"transparent"}})},H))}),(n?.errorMessage||n?.infoMessage||n?.subtitle)&&rt(z,{...n})]})})});import{cn as Ue}from"@cleen/ui-core";import{forwardRef as Dd}from"react";import{jsx as c1,jsxs as D7}from"react/jsx-runtime";var V7=Dd(({steps:t,activeStep:e=0,orientation:n="horizontal",color:o="rgb(var(--cleen-primary))",className:i,classNames:r,style:l,styles:s,...c},a)=>{let p=n==="vertical";return c1("div",{ref:a,className:Ue("cleen",i),style:{...l,width:"100%"},...c,children:c1("div",{className:Ue("cleen-flex cleen-w-full",p?"cleen-flex-col cleen-gap-6":"cleen-flex-row cleen-items-start cleen-gap-8 cleen-justify-between",r?.container),style:{width:"100%",...s?.container},children:t?.map((u,g)=>{let d=g+1<e,f=g+1===e;return D7("div",{className:Ue("cleen-relative cleen-flex cleen-flex-1",p?"cleen-flex-row cleen-items-start":"cleen-flex-col cleen-items-center cleen-text-center",r?.step),style:s?.step,children:[g<t?.length-1&&c1("div",{className:Ue("cleen-absolute cleen-bg-gray/10 cleen-transition-all cleen-duration-300",p?"cleen-left-3 cleen-top-7 cleen-w-[2px] cleen-h-[calc(100%-4px)]":"cleen-top-3 cleen-left-[calc(50%+14px)] cleen-h-[2px] cleen-w-[calc(100%+4px)]",d&&"cleen-bg-primary",r?.connector),style:{backgroundColor:d?o:void 0,...s?.connector}}),c1("div",{className:Ue("cleen-relative cleen-flex cleen-items-center cleen-justify-center cleen-rounded-full cleen-border cleen-transition-all cleen-duration-300","cleen-size-7",d||f?"cleen-border-[2px]":"cleen-border-gray/30",r?.circle),style:{borderColor:f||d?o:void 0,backgroundColor:d?o:"transparent",...s?.circle},children:d?c1("span",{className:"cleen-text-white cleen-text-sm",children:"\u2713"}):c1("span",{className:Ue("cleen-w-2 cleen-h-2 cleen-rounded-full",f?"cleen-bg-white":"cleen-bg-gray/30"),style:{backgroundColor:f?o:void 0}})}),D7("div",{className:Ue("cleen-flex cleen-flex-col",p?"cleen-ml-3":"cleen-mt-3 cleen-items-center"),children:[u.title&&c1("div",{className:Ue("cleen-font-medium cleen-text-sm",f?"cleen-text-primary":"cleen-text-gray",r?.title),style:{color:f?o:void 0,...s?.title},children:u.title}),u.subtitle&&c1("div",{className:Ue("cleen-text-xs cleen-text-gray/70",r?.subtitle),style:{color:f?o:void 0,...s?.subtitle},children:u.subtitle})]})]},g)})})})});V7.displayName="Stepper";export{O7 as AdvancedProgressBar,r4 as AudioPlayback,K4 as AudioRecorder,Rn as Avatar,tc as AvatarRow,rc as Breadcrumb,$ as Button,ne as Card,xc as CardIcon,Sc as CardMedia,$l as Checkbox,r8 as CheckboxGroup,re as CleenIcon,Ua as CleenNotificationContainer,Qs as Collapsible,d8 as CreditCardInput,y8 as DatePicker,Fe as Divider,jl as Drawer,f7 as DrawerContainer,h7 as DrawerContentTitle,Ot as Dropdown,jc as EditableCard,Ol as EditableText,Ul as EditableTextArea,pa as FilterDrawer,F9 as FormGroup,ya as GroupSelector,Mo as IconAlertCircle,Ho as IconAlertFeatured,No as IconAlertOctagon,Do as IconAlertTriangle,To as IconAlignRight,Fo as IconArrowDown,Wo as IconArrowLeft,Zo as IconArrowLeft2,Oo as IconArrowRight,zo as IconArrowToTop,Uo as IconArrowUp,Go as IconArrowUpRight,$o as IconArrowUpRightNarrow,qo as IconArrowUpRightSquare,Xo as IconAttachment,jo as IconBarChartSquare,Ko as IconBold,Lo as IconBookmarkCheck,So as IconBookmarkCheckFill,Yo as IconBookmarkX,Qo as IconBoxLines,Jo as IconBoxText,tr as IconBracketsCheck,nr as IconBracketsEllipses,rr as IconCalendar,ir as IconCertificateHeart,De as IconCheck,sr as IconCheckCircle,ar as IconCheckCircleBroken,pr as IconCheckFill,dr as IconCheckVerified,Ve as IconChevronDown,C1 as IconChevronLeft,mr as IconChevronLeftDouble,Te as IconChevronRight,hr as IconChevronRightDouble,vr as IconChevronSelectorVertical,m1 as IconChevronUp,yr as IconCircleSwap,br as IconClockFastForward,Lr as IconClockRewind,Sr as IconClockRewind2,Mr as IconCodeBrowser,Hr as IconCodeCircle,Nr as IconColors,Io as IconColumnEdit,Dr as IconCopy,Vr as IconCopy2,Er as IconCopy3,Ar as IconCopy4,Zr as IconCopy5,_r as IconCopyCheck,zr as IconCube,Ur as IconCubeOutline,$r as IconCursorBox,qr as IconDataflow,Xr as IconDataflow2,jr as IconDataflow3,Yr as IconDelete,Jr as IconDollarCircle,e2 as IconDotsGrid,n2 as IconDotsHorizontal,F1 as IconDotsVertical,r2 as IconEdit,i2 as IconEditable,s2 as IconExpand,c2 as IconEye,p2 as IconEyeHidden,u2 as IconEyeHidden2,m2 as IconFaceSmile,g2 as IconFilter,Ct as IconFilter2,f2 as IconFlag,v2 as IconFlag2,w2 as IconFlag3,y2 as IconHandShield,x2 as IconHash,k2 as IconHeadsetMic,L2 as IconHeart,mt as IconHouseLine,P2 as IconImage,S2 as IconImage2,I2 as IconImage3,H2 as IconImage4,R2 as IconImageCheck,N2 as IconInfoCircle,D2 as IconInfoHexagon,V2 as IconItalic,T2 as IconLayersMultiple,E2 as IconLayersSingle,F2 as IconLayout,A2 as IconLayout2,W2 as IconLayoutColumns,Z2 as IconLayoutCustom,_2 as IconLayoutSequential,O2 as IconLayoutStuffed,z2 as IconLayoutTile,U2 as IconLifeBuoy,G2 as IconLightbulb,$2 as IconLightning,X2 as IconLightning2,j2 as IconLightningFast,K2 as IconLineChartBar,Y2 as IconLineChartBreakoutSquare,J2 as IconLineChartUp,e3 as IconLineChartUp2,t3 as IconLines,n3 as IconLinesCheck,o3 as IconLinesPlay,l3 as IconLink,s3 as IconLink2,c3 as IconLink3,a3 as IconLink4,p3 as IconLink5,u3 as IconListBullet,C3 as IconListOrder,m3 as IconListOrder2,g3 as IconLock,f3 as IconLock2,v3 as IconLogIn,y3 as IconLogOut,x3 as IconLogOut2,k3 as IconMagicWand,L3 as IconMagicWand2,S3 as IconMail,M3 as IconMessageSquare,H3 as IconMessageSquare2,N3 as IconMessageXSquare,B3 as IconMinusCircle,V3 as IconMobile,T3 as IconMonitor,F3 as IconMonitor2,W3 as IconMonitor3,Z3 as IconMoonCircle,wn as IconName,_3 as IconNavigationPointer,O3 as IconNotificationBox,$3 as IconPCSetup,z3 as IconPalette,G3 as IconPasscodeLock,X3 as IconPencil,j3 as IconPercentageCircle,K3 as IconPerspective,Q3 as IconPhoneCall,vt as IconPin,J3 as IconPlayCircle,e6 as IconPlus,Ge as IconPlusCircle,o6 as IconPulse,wt as IconQuestionCircle,i6 as IconRadioButton,s6 as IconRadioButtonActive,a6 as IconReceiptCheck,p6 as IconRedo,d6 as IconRefresh,u6 as IconRefresh2,C6 as IconRefresh3,m6 as IconRepeat,g6 as IconRepeat2,f6 as IconRetweet,h6 as IconRoundChart,v6 as IconRoundChart2,w6 as IconRoute,x6 as IconSave,b6 as IconSave2,k6 as IconScanDots,bt as IconSearch,P6 as IconSend,S6 as IconSettings,M6 as IconSettings2,H6 as IconSettings3,R6 as IconShieldLightning,N6 as IconShieldPlus,B6 as IconShieldRemove,V6 as IconShuffle,T6 as IconSlashCircle,E6 as IconSlashOctagon,A6 as IconSocialGlobe,Z6 as IconSocialLinkedin,_6 as IconSocialX,O6 as IconSpeedometer,U6 as IconStairsRound,Lt as IconStar,q6 as IconStarHalf,X6 as IconStars,j6 as IconStars2,K6 as IconStrikethrough,Y6 as IconSuccessFeatured,Q6 as IconSun,J6 as IconSwitchHorizontal,el as IconTag,tl as IconTarget,ol as IconTarget2,rl as IconTextFormat,ll as IconTextFormat2,il as IconTextHighlight,cl as IconTranslate,$e as IconTrash,pl as IconTrending,dl as IconUnderline,ul as IconUndo,Cl as IconUndo2,ml as IconUploadCloud,St as IconUser,fl as IconUserEdit,hl as IconUserRight,xl as IconUserSquare,wl as IconUsers,kl as IconUsersUp,Pl as IconVolume,Sl as IconWrench,Ee as IconX,Ml as IconXCircle,Rl as IconXCircle2,It as IconXClose,Bl as IconXSquare,z as InfoLabels,te as Input,q as Loader,Ia as Lookup,j1 as Menu,Ea as Modal,op as Pagination,v0 as PaginationGoToPage,w0 as PaginationPageSize,le as PillBadge,pp as Popover,J9 as ProgressBar,n7 as ProgressCircle,kp as RadioBoxGroup,Mp as RadioButtonGroup,Bp as RangeSlider,_p as Select,m7 as Sidebar,Yt as SidebarItem,Yp as Skeleton,N0 as SkeletonAvatar,D0 as SkeletonBadge,V0 as SkeletonBanner,E0 as SkeletonButton,Jt as SkeletonCard,io as SkeletonCard2,F0 as SkeletonCard3,W0 as SkeletonCardStack,Z0 as SkeletonChart,_0 as SkeletonContentCard,O0 as SkeletonDataGrid,z0 as SkeletonForm,G0 as SkeletonGlowingCard,$0 as SkeletonImage,q0 as SkeletonInfoCard,K0 as SkeletonInput,Y0 as SkeletonList,e5 as SkeletonParagraph,t5 as SkeletonText,n5 as SkeletonVideo,Co as SkeletonWidgetCard,Pd as SkeletonWrapper,Hd as Slider,Nd as StarRating,V7 as Stepper,c0 as Switch,i0 as Tabs,zl as TextArea,Q as Tooltip,Oa as showNotification};
|