@gardenfi/garden-book 0.2.20-beta.2 → 0.2.21
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/ui.umd.js
CHANGED
|
@@ -44,7 +44,7 @@ If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHid
|
|
|
44
44
|
|
|
45
45
|
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return React__namespace.useEffect(()=>{e&&(document.getElementById(e)||console.error(i))},[i,e]),null},DESCRIPTION_WARNING_NAME="DialogDescriptionWarning",DescriptionWarning=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${useWarningContext(DESCRIPTION_WARNING_NAME).contentName}}.`;return React__namespace.useEffect(()=>{var a;const s=(a=e.current)==null?void 0:a.getAttribute("aria-describedby");t&&s&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},Root$1=Dialog,Trigger=DialogTrigger,Portal$1=DialogPortal,Overlay$1=DialogOverlay,Content$1=DialogContent,Title=DialogTitle,Description=DialogDescription,Close=DialogClose;function __insertCSS(e){if(typeof document>"u")return;let t=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",t.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}const DrawerContext=React.createContext({drawerRef:{current:null},overlayRef:{current:null},onPress:()=>{},onRelease:()=>{},onDrag:()=>{},onNestedDrag:()=>{},onNestedOpenChange:()=>{},onNestedRelease:()=>{},openProp:void 0,dismissible:!1,isOpen:!1,isDragging:!1,keyboardIsOpen:{current:!1},snapPointsOffset:null,snapPoints:null,handleOnly:!1,modal:!1,shouldFade:!1,activeSnapPoint:null,onOpenChange:()=>{},setActiveSnapPoint:()=>{},closeDrawer:()=>{},direction:"bottom",shouldAnimate:{current:!0},shouldScaleBackground:!1,setBackgroundColorOnScale:!0,noBodyStyles:!1,container:null,autoFocus:!1}),useDrawerContext=()=>{const e=React.useContext(DrawerContext);if(!e)throw new Error("useDrawerContext must be used within a Drawer.Root");return e};__insertCSS(`[data-vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32, .72, 0, 1);animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:slideFromBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=closed]{animation-name:slideToBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=open]{animation-name:slideFromTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=closed]{animation-name:slideToTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=open]{animation-name:slideFromLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=closed]{animation-name:slideToLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open]{animation-name:slideFromRight}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=closed]{animation-name:slideToRight}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--initial-transform,100%),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--initial-transform,100%),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-overlay][data-vaul-snap-points=false]{animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-overlay][data-vaul-snap-points=false][data-state=open]{animation-name:fadeIn}[data-vaul-overlay][data-state=closed]{animation-name:fadeOut}[data-vaul-animate=false]{animation:none!important}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:0;transition:opacity .5s cubic-bezier(.32, .72, 0, 1)}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:1}[data-vaul-drawer]:not([data-vaul-custom-container=true])::after{content:'';position:absolute;background:inherit;background-color:inherit}[data-vaul-drawer][data-vaul-drawer-direction=top]::after{top:initial;bottom:100%;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=bottom]::after{top:100%;bottom:initial;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=left]::after{left:initial;right:100%;top:0;bottom:0;width:200%}[data-vaul-drawer][data-vaul-drawer-direction=right]::after{left:100%;right:initial;top:0;bottom:0;width:200%}[data-vaul-overlay][data-vaul-snap-points=true]:not([data-vaul-snap-points-overlay=true]):not(
|
|
46
46
|
[data-state=closed]
|
|
47
|
-
){opacity:0}[data-vaul-overlay][data-vaul-snap-points-overlay=true]{opacity:1}[data-vaul-handle]{display:block;position:relative;opacity:.7;background:#e2e2e4;margin-left:auto;margin-right:auto;height:5px;width:32px;border-radius:1rem;touch-action:pan-y}[data-vaul-handle]:active,[data-vaul-handle]:hover{opacity:1}[data-vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}@media (hover:hover) and (pointer:fine){[data-vaul-drawer]{user-select:none}}@media (pointer:fine){[data-vaul-handle-hitarea]:{width:100%;height:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0}}@keyframes slideFromBottom{from{transform:translate3d(0,var(--initial-transform,100%),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToBottom{to{transform:translate3d(0,var(--initial-transform,100%),0)}}@keyframes slideFromTop{from{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToTop{to{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}}@keyframes slideFromLeft{from{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToLeft{to{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}}@keyframes slideFromRight{from{transform:translate3d(var(--initial-transform,100%),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToRight{to{transform:translate3d(var(--initial-transform,100%),0,0)}}`);function isMobileFirefox(){const e=navigator.userAgent;return typeof window<"u"&&(/Firefox/.test(e)&&/Mobile/.test(e)||/FxiOS/.test(e))}function isMac(){return testPlatform(/^Mac/)}function isIPhone(){return testPlatform(/^iPhone/)}function isSafari(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}function isIPad(){return testPlatform(/^iPad/)||isMac()&&navigator.maxTouchPoints>1}function isIOS(){return isIPhone()||isIPad()}function testPlatform(e){return typeof window<"u"&&window.navigator!=null?e.test(window.navigator.platform):void 0}const KEYBOARD_BUFFER=24,useIsomorphicLayoutEffect$1=typeof window<"u"?React.useLayoutEffect:React.useEffect;function chain$1(...e){return(...t)=>{for(let i of e)typeof i=="function"&&i(...t)}}const visualViewport=typeof document<"u"&&window.visualViewport;function isScrollable(e){let t=window.getComputedStyle(e);return/(auto|scroll)/.test(t.overflow+t.overflowX+t.overflowY)}function getScrollParent(e){for(isScrollable(e)&&(e=e.parentElement);e&&!isScrollable(e);)e=e.parentElement;return e||document.scrollingElement||document.documentElement}const nonTextInputTypes=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let preventScrollCount=0,restore;function usePreventScroll(e={}){let{isDisabled:t}=e;useIsomorphicLayoutEffect$1(()=>{if(!t)return preventScrollCount++,preventScrollCount===1&&isIOS()&&(restore=preventScrollMobileSafari()),()=>{preventScrollCount--,preventScrollCount===0&&(restore==null||restore())}},[t])}function preventScrollMobileSafari(){let e,t=0,i=d=>{e=getScrollParent(d.target),!(e===document.documentElement&&e===document.body)&&(t=d.changedTouches[0].pageY)},n=d=>{if(!e||e===document.documentElement||e===document.body){d.preventDefault();return}let p=d.changedTouches[0].pageY,b=e.scrollTop,y=e.scrollHeight-e.clientHeight;y!==0&&((b<=0&&p>t||b>=y&&p<t)&&d.preventDefault(),t=p)},s=d=>{let p=d.target;isInput(p)&&p!==document.activeElement&&(d.preventDefault(),p.style.transform="translateY(-2000px)",p.focus(),requestAnimationFrame(()=>{p.style.transform=""}))},a=d=>{let p=d.target;isInput(p)&&(p.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{p.style.transform="",visualViewport&&(visualViewport.height<window.innerHeight?requestAnimationFrame(()=>{scrollIntoView(p)}):visualViewport.addEventListener("resize",()=>scrollIntoView(p),{once:!0}))}))},o=()=>{window.scrollTo(0,0)},l=window.pageXOffset,c=window.pageYOffset,u=chain$1(setStyle(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`));window.scrollTo(0,0);let f=chain$1(addEvent(document,"touchstart",i,{passive:!1,capture:!0}),addEvent(document,"touchmove",n,{passive:!1,capture:!0}),addEvent(document,"touchend",s,{passive:!1,capture:!0}),addEvent(document,"focus",a,!0),addEvent(window,"scroll",o));return()=>{u(),f(),window.scrollTo(l,c)}}function setStyle(e,t,i){let n=e.style[t];return e.style[t]=i,()=>{e.style[t]=n}}function addEvent(e,t,i,n){return e.addEventListener(t,i,n),()=>{e.removeEventListener(t,i,n)}}function scrollIntoView(e){let t=document.scrollingElement||document.documentElement;for(;e&&e!==t;){let i=getScrollParent(e);if(i!==document.documentElement&&i!==document.body&&i!==e){let n=i.getBoundingClientRect().top,s=e.getBoundingClientRect().top,a=e.getBoundingClientRect().bottom;const o=i.getBoundingClientRect().bottom+KEYBOARD_BUFFER;a>o&&(i.scrollTop+=s-n)}e=i.parentElement}}function isInput(e){return e instanceof HTMLInputElement&&!nonTextInputTypes.has(e.type)||e instanceof HTMLTextAreaElement||e instanceof HTMLElement&&e.isContentEditable}function setRef(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function composeRefs(...e){return t=>e.forEach(i=>setRef(i,t))}function useComposedRefs(...e){return React__namespace.useCallback(composeRefs(...e),e)}const cache=new WeakMap;function set(e,t,i=!1){if(!e||!(e instanceof HTMLElement))return;let n={};Object.entries(t).forEach(([s,a])=>{if(s.startsWith("--")){e.style.setProperty(s,a);return}n[s]=e.style[s],e.style[s]=a}),!i&&cache.set(e,n)}function reset(e,t){if(!e||!(e instanceof HTMLElement))return;let i=cache.get(e);i&&(e.style[t]=i[t])}const isVertical=e=>{switch(e){case"top":case"bottom":return!0;case"left":case"right":return!1;default:return e}};function getTranslate(e,t){if(!e)return null;const i=window.getComputedStyle(e),n=i.transform||i.webkitTransform||i.mozTransform;let s=n.match(/^matrix3d\((.+)\)$/);return s?parseFloat(s[1].split(", ")[isVertical(t)?13:12]):(s=n.match(/^matrix\((.+)\)$/),s?parseFloat(s[1].split(", ")[isVertical(t)?5:4]):null)}function dampenValue(e){return 8*(Math.log(e+1)-2)}function assignStyle(e,t){if(!e)return()=>{};const i=e.style.cssText;return Object.assign(e.style,t),()=>{e.style.cssText=i}}function chain(...e){return(...t)=>{for(const i of e)typeof i=="function"&&i(...t)}}const TRANSITIONS={DURATION:.5,EASE:[.32,.72,0,1]},VELOCITY_THRESHOLD=.4,CLOSE_THRESHOLD=.25,SCROLL_LOCK_TIMEOUT=100,BORDER_RADIUS=8,NESTED_DISPLACEMENT=16,WINDOW_TOP_OFFSET=26,DRAG_CLASS="vaul-dragging";function useCallbackRef(e){const t=React.useRef(e);return React.useEffect(()=>{t.current=e}),React.useMemo(()=>(...i)=>t.current==null?void 0:t.current.call(t,...i),[])}function useUncontrolledState({defaultProp:e,onChange:t}){const i=React.useState(e),[n]=i,s=React.useRef(n),a=useCallbackRef(t);return React.useEffect(()=>{s.current!==n&&(a(n),s.current=n)},[n,s,a]),i}function useControllableState({prop:e,defaultProp:t,onChange:i=()=>{}}){const[n,s]=useUncontrolledState({defaultProp:t,onChange:i}),a=e!==void 0,o=a?e:n,l=useCallbackRef(i),c=React.useCallback(u=>{if(a){const d=typeof u=="function"?u(e):u;d!==e&&l(d)}else s(u)},[a,e,s,l]);return[o,c]}function useSnapPoints({activeSnapPointProp:e,setActiveSnapPointProp:t,snapPoints:i,drawerRef:n,overlayRef:s,fadeFromIndex:a,onSnapPointChange:o,direction:l="bottom",container:c,snapToSequentialPoint:u}){const[f,d]=useControllableState({prop:e,defaultProp:i==null?void 0:i[0],onChange:t}),[p,b]=React.useState(typeof window<"u"?{innerWidth:window.innerWidth,innerHeight:window.innerHeight}:void 0);React.useEffect(()=>{function L(){b({innerWidth:window.innerWidth,innerHeight:window.innerHeight})}return window.addEventListener("resize",L),()=>window.removeEventListener("resize",L)},[]);const y=React.useMemo(()=>f===(i==null?void 0:i[i.length-1])||null,[i,f]),C=React.useMemo(()=>{var L;return(L=i==null?void 0:i.findIndex(_=>_===f))!=null?L:null},[i,f]),R=i&&i.length>0&&(a||a===0)&&!Number.isNaN(a)&&i[a]===f||!i,m=React.useMemo(()=>{const L=c?{width:c.getBoundingClientRect().width,height:c.getBoundingClientRect().height}:typeof window<"u"?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0};var _;return(_=i==null?void 0:i.map(k=>{const $=typeof k=="string";let z=0;if($&&(z=parseInt(k,10)),isVertical(l)){const N=$?z:p?k*L.height:0;return p?l==="bottom"?L.height-N:-L.height+N:N}const H=$?z:p?k*L.width:0;return p?l==="right"?L.width-H:-L.width+H:H}))!=null?_:[]},[i,p,c]),x=React.useMemo(()=>C!==null?m==null?void 0:m[C]:null,[m,C]),g=React.useCallback(L=>{var _;const k=(_=m==null?void 0:m.findIndex($=>$===L))!=null?_:null;o(k),set(n.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(l)?`translate3d(0, ${L}px, 0)`:`translate3d(${L}px, 0, 0)`}),m&&k!==m.length-1&&a!==void 0&&k!==a&&k<a?set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"0"}):set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"1"}),d(i==null?void 0:i[Math.max(k,0)])},[n.current,i,m,a,s,d]);React.useEffect(()=>{if(f||e){var L;const _=(L=i==null?void 0:i.findIndex(k=>k===e||k===f))!=null?L:-1;m&&_!==-1&&typeof m[_]=="number"&&g(m[_])}},[f,e,i,m,g]);function S({draggedDistance:L,closeDrawer:_,velocity:k,dismissible:$}){if(a===void 0)return;const z=l==="bottom"||l==="right"?(x??0)-L:(x??0)+L,H=C===a-1,N=C===0,K=L>0;if(H&&set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`}),!u&&k>2&&!K){$?_():g(m[0]);return}if(!u&&k>2&&K&&m&&i){g(m[i.length-1]);return}const B=m==null?void 0:m.reduce((A,P)=>typeof A!="number"||typeof P!="number"?A:Math.abs(P-z)<Math.abs(A-z)?P:A),V=isVertical(l)?window.innerHeight:window.innerWidth;if(k>VELOCITY_THRESHOLD&&Math.abs(L)<V*.4){const A=K?1:-1;if(A>0&&y&&i){g(m[i.length-1]);return}if(N&&A<0&&$&&_(),C===null)return;g(m[C+A]);return}g(B)}function E({draggedDistance:L}){if(x===null)return;const _=l==="bottom"||l==="right"?x-L:x+L;(l==="bottom"||l==="right")&&_<m[m.length-1]||(l==="top"||l==="left")&&_>m[m.length-1]||set(n.current,{transform:isVertical(l)?`translate3d(0, ${_}px, 0)`:`translate3d(${_}px, 0, 0)`})}function T(L,_){if(!i||typeof C!="number"||!m||a===void 0)return null;const k=C===a-1;if(C>=a&&_)return 0;if(k&&!_)return 1;if(!R&&!k)return null;const z=k?C+1:C-1,H=k?m[z]-m[z-1]:m[z+1]-m[z],N=L/Math.abs(H);return k?1-N:N}return{isLastSnapPoint:y,activeSnapPoint:f,shouldFade:R,getPercentageDragged:T,setActiveSnapPoint:d,activeSnapPointIndex:C,onRelease:S,onDrag:E,snapPointsOffset:m}}const noop$1=()=>()=>{};function useScaleBackground(){const{direction:e,isOpen:t,shouldScaleBackground:i,setBackgroundColorOnScale:n,noBodyStyles:s}=useDrawerContext(),a=React.useRef(null),o=React.useMemo(()=>document.body.style.backgroundColor,[]);function l(){return(window.innerWidth-WINDOW_TOP_OFFSET)/window.innerWidth}React.useEffect(()=>{if(t&&i){a.current&&clearTimeout(a.current);const c=document.querySelector("[data-vaul-drawer-wrapper]")||document.querySelector("[vaul-drawer-wrapper]");if(!c)return;chain(n&&!s?assignStyle(document.body,{background:"black"}):noop$1,assignStyle(c,{transformOrigin:isVertical(e)?"top":"left",transitionProperty:"transform, border-radius",transitionDuration:`${TRANSITIONS.DURATION}s`,transitionTimingFunction:`cubic-bezier(${TRANSITIONS.EASE.join(",")})`}));const u=assignStyle(c,{borderRadius:`${BORDER_RADIUS}px`,overflow:"hidden",...isVertical(e)?{transform:`scale(${l()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`}:{transform:`scale(${l()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`}});return()=>{u(),a.current=window.setTimeout(()=>{o?document.body.style.background=o:document.body.style.removeProperty("background")},TRANSITIONS.DURATION*1e3)}}},[t,i,o])}let previousBodyPosition=null;function usePositionFixed({isOpen:e,modal:t,nested:i,hasBeenOpened:n,preventScrollRestoration:s,noBodyStyles:a}){const[o,l]=React.useState(()=>typeof window<"u"?window.location.href:""),c=React.useRef(0),u=React.useCallback(()=>{if(isSafari()&&previousBodyPosition===null&&e&&!a){previousBodyPosition={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left,height:document.body.style.height,right:"unset"};const{scrollX:d,innerHeight:p}=window;document.body.style.setProperty("position","fixed","important"),Object.assign(document.body.style,{top:`${-c.current}px`,left:`${-d}px`,right:"0px",height:"auto"}),window.setTimeout(()=>window.requestAnimationFrame(()=>{const b=p-window.innerHeight;b&&c.current>=p&&(document.body.style.top=`${-(c.current+b)}px`)}),300)}},[e]),f=React.useCallback(()=>{if(isSafari()&&previousBodyPosition!==null&&!a){const d=-parseInt(document.body.style.top,10),p=-parseInt(document.body.style.left,10);Object.assign(document.body.style,previousBodyPosition),window.requestAnimationFrame(()=>{if(s&&o!==window.location.href){l(window.location.href);return}window.scrollTo(p,d)}),previousBodyPosition=null}},[o]);return React.useEffect(()=>{function d(){c.current=window.scrollY}return d(),window.addEventListener("scroll",d),()=>{window.removeEventListener("scroll",d)}},[]),React.useEffect(()=>{if(t)return()=>{typeof document>"u"||document.querySelector("[data-vaul-drawer]")||f()}},[t,f]),React.useEffect(()=>{i||!n||(e?(!window.matchMedia("(display-mode: standalone)").matches&&u(),t||window.setTimeout(()=>{f()},500)):f())},[e,n,o,t,i,u,f]),{restorePositionSetting:f}}function Root({open:e,onOpenChange:t,children:i,onDrag:n,onRelease:s,snapPoints:a,shouldScaleBackground:o=!1,setBackgroundColorOnScale:l=!0,closeThreshold:c=CLOSE_THRESHOLD,scrollLockTimeout:u=SCROLL_LOCK_TIMEOUT,dismissible:f=!0,handleOnly:d=!1,fadeFromIndex:p=a&&a.length-1,activeSnapPoint:b,setActiveSnapPoint:y,fixed:C,modal:R=!0,onClose:m,nested:x,noBodyStyles:g=!1,direction:S="bottom",defaultOpen:E=!1,disablePreventScroll:T=!0,snapToSequentialPoint:L=!1,preventScrollRestoration:_=!1,repositionInputs:k=!0,onAnimationEnd:$,container:z,autoFocus:H=!1}){var N,K;const[B=!1,V]=useControllableState({defaultProp:E,prop:e,onChange:O=>{t==null||t(O),!O&&!x&&Te(),setTimeout(()=>{$==null||$(O)},TRANSITIONS.DURATION*1e3),O&&!R&&typeof window<"u"&&window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"}),O||(document.body.style.pointerEvents="auto")}}),[A,P]=React.useState(!1),[M,I]=React.useState(!1),[j,U]=React.useState(!1),q=React.useRef(null),X=React.useRef(null),ee=React.useRef(null),re=React.useRef(null),ce=React.useRef(null),he=React.useRef(!1),me=React.useRef(null),pe=React.useRef(0),se=React.useRef(!1),fe=React.useRef(!E),ie=React.useRef(0),Y=React.useRef(null),Ee=React.useRef(((N=Y.current)==null?void 0:N.getBoundingClientRect().height)||0),Le=React.useRef(((K=Y.current)==null?void 0:K.getBoundingClientRect().width)||0),be=React.useRef(0),ye=React.useCallback(O=>{a&&O===we.length-1&&(X.current=new Date)},[]),{activeSnapPoint:Re,activeSnapPointIndex:Ce,setActiveSnapPoint:ve,onRelease:xe,snapPointsOffset:we,onDrag:Se,shouldFade:Me,getPercentageDragged:Pe}=useSnapPoints({snapPoints:a,activeSnapPointProp:b,setActiveSnapPointProp:y,drawerRef:Y,fadeFromIndex:p,overlayRef:q,onSnapPointChange:ye,direction:S,container:z,snapToSequentialPoint:L});usePreventScroll({isDisabled:!B||M||!R||j||!A||!k||!T});const{restorePositionSetting:Te}=usePositionFixed({isOpen:B,modal:R,nested:x??!1,hasBeenOpened:A,preventScrollRestoration:_,noBodyStyles:g});function _e(){return(window.innerWidth-WINDOW_TOP_OFFSET)/window.innerWidth}function Ae(O){var F,Z;!f&&!a||Y.current&&!Y.current.contains(O.target)||(Ee.current=((F=Y.current)==null?void 0:F.getBoundingClientRect().height)||0,Le.current=((Z=Y.current)==null?void 0:Z.getBoundingClientRect().width)||0,I(!0),ee.current=new Date,isIOS()&&window.addEventListener("touchend",()=>he.current=!1,{once:!0}),O.target.setPointerCapture(O.pointerId),pe.current=isVertical(S)?O.pageY:O.pageX)}function je(O,F){var Z;let J=O;const Q=(Z=window.getSelection())==null?void 0:Z.toString(),te=Y.current?getTranslate(Y.current,S):null,ne=new Date;if(J.tagName==="SELECT"||J.hasAttribute("data-vaul-no-drag")||J.closest("[data-vaul-no-drag]"))return!1;if(S==="right"||S==="left")return!0;if(X.current&&ne.getTime()-X.current.getTime()<500)return!1;if(te!==null&&(S==="bottom"?te>0:te<0))return!0;if(Q&&Q.length>0)return!1;if(ce.current&&ne.getTime()-ce.current.getTime()<u&&te===0||F)return ce.current=ne,!1;for(;J;){if(J.scrollHeight>J.clientHeight){if(J.scrollTop!==0)return ce.current=new Date,!1;if(J.getAttribute("role")==="dialog")return!0}J=J.parentNode}return!0}function Fe(O){if(Y.current&&M){const F=S==="bottom"||S==="right"?1:-1,Z=(pe.current-(isVertical(S)?O.pageY:O.pageX))*F,J=Z>0,Q=a&&!f&&!J;if(Q&&Ce===0)return;const te=Math.abs(Z),ne=document.querySelector("[data-vaul-drawer-wrapper]"),le=S==="bottom"||S==="top"?Ee.current:Le.current;let ae=te/le;const oe=Pe(te,J);if(oe!==null&&(ae=oe),Q&&ae>=1||!he.current&&!je(O.target,J))return;if(Y.current.classList.add(DRAG_CLASS),he.current=!0,set(Y.current,{transition:"none"}),set(q.current,{transition:"none"}),a&&Se({draggedDistance:Z}),J&&!a){const ue=dampenValue(Z),ge=Math.min(ue*-1,0)*F;set(Y.current,{transform:isVertical(S)?`translate3d(0, ${ge}px, 0)`:`translate3d(${ge}px, 0, 0)`});return}const de=1-ae;if((Me||p&&Ce===p-1)&&(n==null||n(O,ae),set(q.current,{opacity:`${de}`,transition:"none"},!0)),ne&&q.current&&o){const ue=Math.min(_e()+ae*(1-_e()),1),ge=8-ae*8,Ie=Math.max(0,14-ae*14);set(ne,{borderRadius:`${ge}px`,transform:isVertical(S)?`scale(${ue}) translate3d(0, ${Ie}px, 0)`:`scale(${ue}) translate3d(${Ie}px, 0, 0)`,transition:"none"},!0)}if(!a){const ue=te*F;set(Y.current,{transform:isVertical(S)?`translate3d(0, ${ue}px, 0)`:`translate3d(${ue}px, 0, 0)`})}}}React.useEffect(()=>{window.requestAnimationFrame(()=>{fe.current=!0})},[]),React.useEffect(()=>{var O;function F(){if(!Y.current||!k)return;const Z=document.activeElement;if(isInput(Z)||se.current){var J;const Q=((J=window.visualViewport)==null?void 0:J.height)||0,te=window.innerHeight;let ne=te-Q;const le=Y.current.getBoundingClientRect().height||0,ae=le>te*.8;be.current||(be.current=le);const oe=Y.current.getBoundingClientRect().top;if(Math.abs(ie.current-ne)>60&&(se.current=!se.current),a&&a.length>0&&we&&Ce){const de=we[Ce]||0;ne+=de}if(ie.current=ne,le>Q||se.current){const de=Y.current.getBoundingClientRect().height;let ue=de;de>Q&&(ue=Q-(ae?oe:WINDOW_TOP_OFFSET)),C?Y.current.style.height=`${de-Math.max(ne,0)}px`:Y.current.style.height=`${Math.max(ue,Q-oe)}px`}else isMobileFirefox()||(Y.current.style.height=`${be.current}px`);a&&a.length>0&&!se.current?Y.current.style.bottom="0px":Y.current.style.bottom=`${Math.max(ne,0)}px`}}return(O=window.visualViewport)==null||O.addEventListener("resize",F),()=>{var Z;return(Z=window.visualViewport)==null?void 0:Z.removeEventListener("resize",F)}},[Ce,a,we]);function Ve(O){De(),m==null||m(),O||V(!1),setTimeout(()=>{a&&ve(a[0])},TRANSITIONS.DURATION*1e3)}function ke(){if(!Y.current)return;const O=document.querySelector("[data-vaul-drawer-wrapper]"),F=getTranslate(Y.current,S);set(Y.current,{transform:"translate3d(0, 0, 0)",transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`}),set(q.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"1"}),o&&F&&F>0&&B&&set(O,{borderRadius:`${BORDER_RADIUS}px`,overflow:"hidden",...isVertical(S)?{transform:`scale(${_e()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,transformOrigin:"top"}:{transform:`scale(${_e()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,transformOrigin:"left"},transitionProperty:"transform, border-radius",transitionDuration:`${TRANSITIONS.DURATION}s`,transitionTimingFunction:`cubic-bezier(${TRANSITIONS.EASE.join(",")})`},!0)}function De(){!M||!Y.current||(Y.current.classList.remove(DRAG_CLASS),he.current=!1,I(!1),re.current=new Date)}function Oe(O){if(!M||!Y.current)return;Y.current.classList.remove(DRAG_CLASS),he.current=!1,I(!1),re.current=new Date;const F=getTranslate(Y.current,S);if(!O||!je(O.target,!1)||!F||Number.isNaN(F)||ee.current===null)return;const Z=re.current.getTime()-ee.current.getTime(),J=pe.current-(isVertical(S)?O.pageY:O.pageX),Q=Math.abs(J)/Z;if(Q>.05&&(U(!0),setTimeout(()=>{U(!1)},200)),a){xe({draggedDistance:J*(S==="bottom"||S==="right"?1:-1),closeDrawer:Ve,velocity:Q,dismissible:f}),s==null||s(O,!0);return}if(S==="bottom"||S==="right"?J>0:J<0){ke(),s==null||s(O,!0);return}if(Q>VELOCITY_THRESHOLD){Ve(),s==null||s(O,!1);return}var te;const ne=Math.min((te=Y.current.getBoundingClientRect().height)!=null?te:0,window.innerHeight);var le;const ae=Math.min((le=Y.current.getBoundingClientRect().width)!=null?le:0,window.innerWidth),oe=S==="left"||S==="right";if(Math.abs(F)>=(oe?ae:ne)*c){Ve(),s==null||s(O,!1);return}s==null||s(O,!0),ke()}React.useEffect(()=>(B&&(set(document.documentElement,{scrollBehavior:"auto"}),X.current=new Date),()=>{reset(document.documentElement,"scrollBehavior")}),[B]);function W(O){const F=O?(window.innerWidth-NESTED_DISPLACEMENT)/window.innerWidth:1,Z=O?-NESTED_DISPLACEMENT:0;me.current&&window.clearTimeout(me.current),set(Y.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(S)?`scale(${F}) translate3d(0, ${Z}px, 0)`:`scale(${F}) translate3d(${Z}px, 0, 0)`}),!O&&Y.current&&(me.current=setTimeout(()=>{const J=getTranslate(Y.current,S);set(Y.current,{transition:"none",transform:isVertical(S)?`translate3d(0, ${J}px, 0)`:`translate3d(${J}px, 0, 0)`})},500))}function D(O,F){if(F<0)return;const Z=(window.innerWidth-NESTED_DISPLACEMENT)/window.innerWidth,J=Z+F*(1-Z),Q=-NESTED_DISPLACEMENT+F*NESTED_DISPLACEMENT;set(Y.current,{transform:isVertical(S)?`scale(${J}) translate3d(0, ${Q}px, 0)`:`scale(${J}) translate3d(${Q}px, 0, 0)`,transition:"none"})}function G(O,F){const Z=isVertical(S)?window.innerHeight:window.innerWidth,J=F?(Z-NESTED_DISPLACEMENT)/Z:1,Q=F?-NESTED_DISPLACEMENT:0;F&&set(Y.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(S)?`scale(${J}) translate3d(0, ${Q}px, 0)`:`scale(${J}) translate3d(${Q}px, 0, 0)`})}return React.useEffect(()=>{R||window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"})},[R]),React.createElement(Root$1,{defaultOpen:E,onOpenChange:O=>{!f&&!O||(O?P(!0):Ve(!0),V(O))},open:B},React.createElement(DrawerContext.Provider,{value:{activeSnapPoint:Re,snapPoints:a,setActiveSnapPoint:ve,drawerRef:Y,overlayRef:q,onOpenChange:t,onPress:Ae,onRelease:Oe,onDrag:Fe,dismissible:f,shouldAnimate:fe,handleOnly:d,isOpen:B,isDragging:M,shouldFade:Me,closeDrawer:Ve,onNestedDrag:D,onNestedOpenChange:W,onNestedRelease:G,keyboardIsOpen:se,modal:R,snapPointsOffset:we,activeSnapPointIndex:Ce,direction:S,shouldScaleBackground:o,setBackgroundColorOnScale:l,noBodyStyles:g,container:z,autoFocus:H}},i))}const Overlay=React.forwardRef(function({...e},t){const{overlayRef:i,snapPoints:n,onRelease:s,shouldFade:a,isOpen:o,modal:l,shouldAnimate:c}=useDrawerContext(),u=useComposedRefs(t,i),f=n&&n.length>0;if(!l)return null;const d=React.useCallback(p=>s(p),[s]);return React.createElement(Overlay$1,{onMouseUp:d,ref:u,"data-vaul-overlay":"","data-vaul-snap-points":o&&f?"true":"false","data-vaul-snap-points-overlay":o&&a?"true":"false","data-vaul-animate":c!=null&&c.current?"true":"false",...e})});Overlay.displayName="Drawer.Overlay";const Content=React.forwardRef(function({onPointerDownOutside:e,style:t,onOpenAutoFocus:i,...n},s){const{drawerRef:a,onPress:o,onRelease:l,onDrag:c,keyboardIsOpen:u,snapPointsOffset:f,activeSnapPointIndex:d,modal:p,isOpen:b,direction:y,snapPoints:C,container:R,handleOnly:m,shouldAnimate:x,autoFocus:g}=useDrawerContext(),[S,E]=React.useState(!1),T=useComposedRefs(s,a),L=React.useRef(null),_=React.useRef(null),k=React.useRef(!1),$=C&&C.length>0;useScaleBackground();const z=(N,K,B=0)=>{if(k.current)return!0;const V=Math.abs(N.y),A=Math.abs(N.x),P=A>V,M=["bottom","right"].includes(K)?1:-1;if(K==="left"||K==="right"){if(!(N.x*M<0)&&A>=0&&A<=B)return P}else if(!(N.y*M<0)&&V>=0&&V<=B)return!P;return k.current=!0,!0};React.useEffect(()=>{$&&window.requestAnimationFrame(()=>{E(!0)})},[]);function H(N){L.current=null,k.current=!1,l(N)}return React.createElement(Content$1,{"data-vaul-drawer-direction":y,"data-vaul-drawer":"","data-vaul-delayed-snap-points":S?"true":"false","data-vaul-snap-points":b&&$?"true":"false","data-vaul-custom-container":R?"true":"false","data-vaul-animate":x!=null&&x.current?"true":"false",...n,ref:T,style:f&&f.length>0?{"--snap-point-height":`${f[d??0]}px`,...t}:t,onPointerDown:N=>{m||(n.onPointerDown==null||n.onPointerDown.call(n,N),L.current={x:N.pageX,y:N.pageY},o(N))},onOpenAutoFocus:N=>{i==null||i(N),g||N.preventDefault()},onPointerDownOutside:N=>{if(e==null||e(N),!p||N.defaultPrevented){N.preventDefault();return}u.current&&(u.current=!1)},onFocusOutside:N=>{if(!p){N.preventDefault();return}},onPointerMove:N=>{if(_.current=N,m||(n.onPointerMove==null||n.onPointerMove.call(n,N),!L.current))return;const K=N.pageY-L.current.y,B=N.pageX-L.current.x,V=N.pointerType==="touch"?10:2;z({x:B,y:K},y,V)?c(N):(Math.abs(B)>V||Math.abs(K)>V)&&(L.current=null)},onPointerUp:N=>{n.onPointerUp==null||n.onPointerUp.call(n,N),L.current=null,k.current=!1,l(N)},onPointerOut:N=>{n.onPointerOut==null||n.onPointerOut.call(n,N),H(_.current)},onContextMenu:N=>{n.onContextMenu==null||n.onContextMenu.call(n,N),_.current&&H(_.current)}})});Content.displayName="Drawer.Content";const LONG_HANDLE_PRESS_TIMEOUT=250,DOUBLE_TAP_TIMEOUT=120,Handle=React.forwardRef(function({preventCycle:e=!1,children:t,...i},n){const{closeDrawer:s,isDragging:a,snapPoints:o,activeSnapPoint:l,setActiveSnapPoint:c,dismissible:u,handleOnly:f,isOpen:d,onPress:p,onDrag:b}=useDrawerContext(),y=React.useRef(null),C=React.useRef(!1);function R(){if(C.current){g();return}window.setTimeout(()=>{m()},DOUBLE_TAP_TIMEOUT)}function m(){if(a||e||C.current){g();return}if(g(),!o||o.length===0){u||s();return}if(l===o[o.length-1]&&u){s();return}const E=o.findIndex(L=>L===l);if(E===-1)return;const T=o[E+1];c(T)}function x(){y.current=window.setTimeout(()=>{C.current=!0},LONG_HANDLE_PRESS_TIMEOUT)}function g(){y.current&&window.clearTimeout(y.current),C.current=!1}return React.createElement("div",{onClick:R,onPointerCancel:g,onPointerDown:S=>{f&&p(S),x()},onPointerMove:S=>{f&&b(S)},ref:n,"data-vaul-drawer-visible":d?"true":"false","data-vaul-handle":"","aria-hidden":"true",...i},React.createElement("span",{"data-vaul-handle-hitarea":"","aria-hidden":"true"},t))});Handle.displayName="Drawer.Handle";function NestedRoot({onDrag:e,onOpenChange:t,open:i,...n}){const{onNestedDrag:s,onNestedOpenChange:a,onNestedRelease:o}=useDrawerContext();if(!s)throw new Error("Drawer.NestedRoot must be placed in another drawer");return React.createElement(Root,{nested:!0,open:i,onClose:()=>{a(!1)},onDrag:(l,c)=>{s(l,c),e==null||e(l,c)},onOpenChange:l=>{l&&a(l),t==null||t(l)},onRelease:o,...n})}function Portal(e){const t=useDrawerContext(),{container:i=t.container,...n}=e;return React.createElement(Portal$1,{container:i,...n})}const Drawer={Root,NestedRoot,Content,Overlay,Trigger,Portal,Handle,Close,Title,Description},BottomSheet=({children:e,open:t,onOpenChange:i})=>jsxRuntime.jsx(ClientOnly,{children:jsxRuntime.jsx(Drawer.Root,{open:t,onOpenChange:i,shouldScaleBackground:!1,children:jsxRuntime.jsxs(Drawer.Portal,{children:[jsxRuntime.jsx(Drawer.Overlay,{className:"gf-fixed gf-inset-0 gf-z-50 gf-w-screen gf-bg-dark-grey gf-bg-opacity-40 gf-transition-colors gf-duration-500 gf-ease-cubic-in-out"}),jsxRuntime.jsxs(Drawer.Content,{className:"gf-fixed gf-bottom-0 gf-left-0 gf-right-0 gf-z-50 gf-mt-24 gf-flex gf-max-h-[85dvh] gf-flex-col gf-rounded-t-xl gf-bg-white/50 gf-px-4 gf-py-4 gf-outline-none gf-backdrop-blur-[20px]",children:[jsxRuntime.jsx("div",{className:"gf-mx-auto gf-mb-3 gf-h-1 gf-w-[60px] gf-flex-shrink-0 gf-rounded-full gf-bg-white/30"}),jsxRuntime.jsx("div",{className:"gf-scrollbar-hide gf-flex gf-flex-1 gf-flex-col gf-gap-5 gf-overflow-y-auto",children:e})]})]})})}),Container=({children:e,className:t,...i})=>jsxRuntime.jsx("div",{...i,className:cn("gf-p-6 gf-rounded-2xl gf-w-fit",t),children:e}),ArrowDownwardIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"18",viewBox:"0 0 12 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.0013 17.3333L0.167969 11.5L1.33464 10.3333L5.16797 14.1458V0.666656H6.83464V14.1458L10.668 10.3125L11.8346 11.5L6.0013 17.3333Z"})}),ArrowUpwardIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"18",viewBox:"0 0 12 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.16797 17.3333V3.85416L1.33464 7.66666L0.167969 6.49999L6.0013 0.666656L11.8346 6.49999L10.668 7.68749L6.83464 3.85416V17.3333H5.16797Z"})}),ArrowLeftIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.5013 11.8333L0.667969 5.99999L6.5013 0.166656L7.66797 1.33332L3.85547 5.16666H17.3346V6.83332H3.85547L7.6888 10.6667L6.5013 11.8333Z"})}),ArrowRightIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.5013 11.8333L10.3138 10.6667L14.1471 6.83332H0.667969V5.16666H14.1471L10.3346 1.33332L11.5013 0.166656L17.3346 5.99999L11.5013 11.8333Z"})}),AddIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.16797 6.83332H0.167969V5.16666H5.16797V0.166656H6.83464V5.16666H11.8346V6.83332H6.83464V11.8333H5.16797V6.83332Z"})}),ArrowNorthEastIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.4987 12.6667L0.332031 11.5L9.9987 1.83335H4.4987V0.166687H12.832V8.50002H11.1654V3.00002L1.4987 12.6667Z"})}),ArrowNorthWestIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.5013 12.6667L1.83464 3.00002V8.50002H0.167969V0.166687H8.5013V1.83335H3.0013L12.668 11.5L11.5013 12.6667Z"})}),ArrowSouthEastIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.4987 12.8333V11.1666H9.9987L0.332031 1.49998L1.4987 0.333313L11.1654 9.99998V4.49998H12.832V12.8333H4.4987Z"})}),ArrowSouthWestIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.167969 12.8333V4.49998H1.83464V9.99998L11.5013 0.333313L12.668 1.49998L3.0013 11.1666H8.5013V12.8333H0.167969Z"})}),CheckIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"11",viewBox:"0 0 14 11",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.95703 11.0003L0.207031 6.25033L1.39453 5.06283L4.95703 8.62533L12.6029 0.979492L13.7904 2.16699L4.95703 11.0003Z"})}),ClockIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.7513 12.9167L12.918 11.75L9.83463 8.66669V4.83335H8.16797V9.33335L11.7513 12.9167ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8485 15.6667 12.4214 15.0174 13.7201 13.7188C15.0187 12.4202 15.668 10.8472 15.668 9.00002C15.668 7.1528 15.0187 5.57988 13.7201 4.28127C12.4214 2.98266 10.8485 2.33335 9.0013 2.33335C7.15408 2.33335 5.58116 2.98266 4.28255 4.28127C2.98394 5.57988 2.33464 7.1528 2.33464 9.00002C2.33464 10.8472 2.98394 12.4202 4.28255 13.7188C5.58116 15.0174 7.15408 15.6667 9.0013 15.6667Z"})}),CloseIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.33464 11.8334L0.167969 10.6667L4.83464 6.00002L0.167969 1.33335L1.33464 0.166687L6.0013 4.83335L10.668 0.166687L11.8346 1.33335L7.16797 6.00002L11.8346 10.6667L10.668 11.8334L6.0013 7.16669L1.33464 11.8334Z"})}),CopyIcon=e=>jsxRuntime.jsx("svg",{width:"15",height:"18",viewBox:"0 0 15 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.5 14C5.04167 14 4.64931 13.8368 4.32292 13.5104C3.99653 13.184 3.83333 12.7917 3.83333 12.3334V2.33335C3.83333 1.87502 3.99653 1.48266 4.32292 1.15627C4.64931 0.829881 5.04167 0.666687 5.5 0.666687H13C13.4583 0.666687 13.8507 0.829881 14.1771 1.15627C14.5035 1.48266 14.6667 1.87502 14.6667 2.33335V12.3334C14.6667 12.7917 14.5035 13.184 14.1771 13.5104C13.8507 13.8368 13.4583 14 13 14H5.5ZM5.5 12.3334H13V2.33335H5.5V12.3334ZM2.16667 17.3334C1.70833 17.3334 1.31597 17.1702 0.989583 16.8438C0.663194 16.5174 0.5 16.125 0.5 15.6667V4.00002H2.16667V15.6667H11.3333V17.3334H2.16667Z"})}),EditIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 13.8333H3.35417L11.5 5.6875L10.3125 4.5L2.16667 12.6458V13.8333ZM0.5 15.5V11.9583L11.5 0.979167C11.6667 0.826389 11.8507 0.708333 12.0521 0.625C12.2535 0.541667 12.4653 0.5 12.6875 0.5C12.9097 0.5 13.125 0.541667 13.3333 0.625C13.5417 0.708333 13.7222 0.833333 13.875 1L15.0208 2.16667C15.1875 2.31944 15.309 2.5 15.3854 2.70833C15.4618 2.91667 15.5 3.125 15.5 3.33333C15.5 3.55556 15.4618 3.76736 15.3854 3.96875C15.309 4.17014 15.1875 4.35417 15.0208 4.52083L4.04167 15.5H0.5ZM10.8958 5.10417L10.3125 4.5L11.5 5.6875L10.8958 5.10417Z"})}),ExchangeIcon=e=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("path",{d:"M12.3882 15.3333L12.3882 4.37498L11.1382 4.37498L11.1382 15.3333L11.1382 18.3333L11.7632 17.7083L15.832 13.6394L14.9715 12.75L12.3882 15.3333Z"}),jsxRuntime.jsx("path",{d:"M7.61184 4.66669L7.61184 15.625L8.86184 15.625L8.86184 4.66669L8.86181 1.66669L8.23684 2.29169L4.16797 6.36056L5.02851 7.25002L7.61184 4.66669Z"})]}),InfoIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8.16797 13.1667H9.83463V8.16669H8.16797V13.1667ZM9.0013 6.50002C9.23741 6.50002 9.43533 6.42016 9.59505 6.26044C9.75477 6.10071 9.83463 5.9028 9.83463 5.66669C9.83463 5.43058 9.75477 5.23266 9.59505 5.07294C9.43533 4.91321 9.23741 4.83335 9.0013 4.83335C8.76519 4.83335 8.56727 4.91321 8.40755 5.07294C8.24783 5.23266 8.16797 5.43058 8.16797 5.66669C8.16797 5.9028 8.24783 6.10071 8.40755 6.26044C8.56727 6.42016 8.76519 6.50002 9.0013 6.50002ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z"})}),KeyboardDownIcon=e=>jsxRuntime.jsx("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5 6.83335L0 1.83335L1.16667 0.666687L5 4.50002L8.83333 0.666687L10 1.83335L5 6.83335Z"})}),KeyboardLeftIcon=e=>jsxRuntime.jsx("svg",{width:"7",height:"10",viewBox:"0 0 7 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.66797 10L0.667969 5L5.66797 0L6.83464 1.16667L3.0013 5L6.83464 8.83333L5.66797 10Z"})}),KeyboardRightIcon=e=>jsxRuntime.jsx("svg",{width:"7",height:"10",viewBox:"0 0 7 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.5013 5L0.667969 1.16667L1.83464 0L6.83464 5L1.83464 10L0.667969 8.83333L4.5013 5Z"})}),KeyboardUpIcon=e=>jsxRuntime.jsx("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5 3.00002L1.16667 6.83335L0 5.66669L5 0.666687L10 5.66669L8.83333 6.83335L5 3.00002Z"})}),LanguageIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8 16C6.90278 16 5.86806 15.7917 4.89583 15.375C3.92361 14.9583 3.07292 14.3854 2.34375 13.6562C1.61458 12.9271 1.04167 12.0764 0.625 11.1042C0.208333 10.1319 0 9.09722 0 8C0 6.88889 0.208333 5.85069 0.625 4.88542C1.04167 3.92014 1.61458 3.07292 2.34375 2.34375C3.07292 1.61458 3.92361 1.04167 4.89583 0.625C5.86806 0.208333 6.90278 0 8 0C9.11111 0 10.1493 0.208333 11.1146 0.625C12.0799 1.04167 12.9271 1.61458 13.6562 2.34375C14.3854 3.07292 14.9583 3.92014 15.375 4.88542C15.7917 5.85069 16 6.88889 16 8C16 9.09722 15.7917 10.1319 15.375 11.1042C14.9583 12.0764 14.3854 12.9271 13.6562 13.6562C12.9271 14.3854 12.0799 14.9583 11.1146 15.375C10.1493 15.7917 9.11111 16 8 16ZM8 14.4375C8.23611 14.2014 8.47222 13.7604 8.70833 13.1146C8.94444 12.4688 9.125 11.7639 9.25 11H6.75C6.875 11.7639 7.05556 12.4688 7.29167 13.1146C7.52778 13.7604 7.76389 14.2014 8 14.4375ZM6.10417 14.2292C5.90972 13.8125 5.73958 13.3333 5.59375 12.7917C5.44792 12.25 5.32639 11.6528 5.22917 11H2.25C2.65278 11.7917 3.1875 12.4688 3.85417 13.0312C4.52083 13.5938 5.27083 13.9931 6.10417 14.2292ZM9.89583 14.2292C10.7292 13.9931 11.4792 13.5938 12.1458 13.0312C12.8125 12.4688 13.3472 11.7917 13.75 11H10.7708C10.6736 11.6528 10.5521 12.25 10.4062 12.7917C10.2604 13.3333 10.0903 13.8125 9.89583 14.2292ZM1.6875 9.5H5.04167C5.01389 9.23611 4.99653 8.97569 4.98958 8.71875C4.98264 8.46181 4.97917 8.20833 4.97917 7.95833C4.97917 7.70833 4.98264 7.46181 4.98958 7.21875C4.99653 6.97569 5.01389 6.73611 5.04167 6.5H1.6875C1.61806 6.76389 1.56944 7.01736 1.54167 7.26042C1.51389 7.50347 1.5 7.75 1.5 8C1.5 8.25 1.51389 8.49653 1.54167 8.73958C1.56944 8.98264 1.61806 9.23611 1.6875 9.5ZM6.5625 9.5H9.4375C9.46528 9.22222 9.48264 8.96181 9.48958 8.71875C9.49653 8.47569 9.5 8.23611 9.5 8C9.5 7.76389 9.49653 7.52083 9.48958 7.27083C9.48264 7.02083 9.46528 6.76389 9.4375 6.5H6.5625C6.53472 6.76389 6.51736 7.02083 6.51042 7.27083C6.50347 7.52083 6.5 7.76389 6.5 8C6.5 8.23611 6.50347 8.47917 6.51042 8.72917C6.51736 8.97917 6.53472 9.23611 6.5625 9.5ZM10.9583 9.5H14.3125C14.3819 9.23611 14.4306 8.98264 14.4583 8.73958C14.4861 8.49653 14.5 8.25 14.5 8C14.5 7.75 14.4861 7.5 14.4583 7.25C14.4306 7 14.3819 6.75 14.3125 6.5H10.9583C10.9861 6.76389 11.0035 7.02431 11.0104 7.28125C11.0174 7.53819 11.0208 7.79167 11.0208 8.04167C11.0208 8.29167 11.0174 8.53819 11.0104 8.78125C11.0035 9.02431 10.9861 9.26389 10.9583 9.5ZM10.7708 5H13.75C13.3472 4.20833 12.8125 3.53125 12.1458 2.96875C11.4792 2.40625 10.7292 2.00694 9.89583 1.77083C10.0903 2.1875 10.2604 2.66667 10.4062 3.20833C10.5521 3.75 10.6736 4.34722 10.7708 5ZM6.75 5H9.25C9.125 4.23611 8.94444 3.53125 8.70833 2.88542C8.47222 2.23958 8.23611 1.79861 8 1.5625C7.76389 1.79861 7.52778 2.23958 7.29167 2.88542C7.05556 3.53125 6.875 4.23611 6.75 5ZM2.25 5H5.22917C5.32639 4.34722 5.44792 3.75 5.59375 3.20833C5.73958 2.66667 5.90972 2.1875 6.10417 1.77083C5.27083 2.00694 4.52083 2.40625 3.85417 2.96875C3.1875 3.53125 2.65278 4.20833 2.25 5Z"})}),LinkIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"10",viewBox:"0 0 18 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8.16797 9.16665H4.83464C3.68186 9.16665 2.69922 8.7604 1.88672 7.9479C1.07422 7.1354 0.667969 6.15276 0.667969 4.99998C0.667969 3.8472 1.07422 2.86456 1.88672 2.05206C2.69922 1.23956 3.68186 0.833313 4.83464 0.833313H8.16797V2.49998H4.83464C4.14019 2.49998 3.54991 2.74304 3.0638 3.22915C2.57769 3.71526 2.33464 4.30554 2.33464 4.99998C2.33464 5.69442 2.57769 6.2847 3.0638 6.77081C3.54991 7.25692 4.14019 7.49998 4.83464 7.49998H8.16797V9.16665ZM5.66797 5.83331V4.16665H12.3346V5.83331H5.66797ZM9.83463 9.16665V7.49998H13.168C13.8624 7.49998 14.4527 7.25692 14.9388 6.77081C15.4249 6.2847 15.668 5.69442 15.668 4.99998C15.668 4.30554 15.4249 3.71526 14.9388 3.22915C14.4527 2.74304 13.8624 2.49998 13.168 2.49998H9.83463V0.833313H13.168C14.3207 0.833313 15.3034 1.23956 16.1159 2.05206C16.9284 2.86456 17.3346 3.8472 17.3346 4.99998C17.3346 6.15276 16.9284 7.1354 16.1159 7.9479C15.3034 8.7604 14.3207 9.16665 13.168 9.16665H9.83463Z"})}),LockIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"19",viewBox:"0 0 14 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.9987 18.3333C1.54036 18.3333 1.148 18.1701 0.821615 17.8437C0.495226 17.5173 0.332031 17.125 0.332031 16.6666V8.33331C0.332031 7.87498 0.495226 7.48262 0.821615 7.15623C1.148 6.82984 1.54036 6.66665 1.9987 6.66665H2.83203V4.99998C2.83203 3.8472 3.23828 2.86456 4.05078 2.05206C4.86328 1.23956 5.84592 0.833313 6.9987 0.833313C8.15148 0.833313 9.13411 1.23956 9.94661 2.05206C10.7591 2.86456 11.1654 3.8472 11.1654 4.99998V6.66665H11.9987C12.457 6.66665 12.8494 6.82984 13.1758 7.15623C13.5022 7.48262 13.6654 7.87498 13.6654 8.33331V16.6666C13.6654 17.125 13.5022 17.5173 13.1758 17.8437C12.8494 18.1701 12.457 18.3333 11.9987 18.3333H1.9987ZM1.9987 16.6666H11.9987V8.33331H1.9987V16.6666ZM6.9987 14.1666C7.45703 14.1666 7.84939 14.0035 8.17578 13.6771C8.50217 13.3507 8.66536 12.9583 8.66536 12.5C8.66536 12.0416 8.50217 11.6493 8.17578 11.3229C7.84939 10.9965 7.45703 10.8333 6.9987 10.8333C6.54036 10.8333 6.148 10.9965 5.82161 11.3229C5.49523 11.6493 5.33203 12.0416 5.33203 12.5C5.33203 12.9583 5.49523 13.3507 5.82161 13.6771C6.148 14.0035 6.54036 14.1666 6.9987 14.1666ZM4.4987 6.66665H9.4987V4.99998C9.4987 4.30554 9.25564 3.71526 8.76953 3.22915C8.28342 2.74304 7.69314 2.49998 6.9987 2.49998C6.30425 2.49998 5.71398 2.74304 5.22786 3.22915C4.74175 3.71526 4.4987 4.30554 4.4987 4.99998V6.66665Z"})}),LogoutIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H8V2.16667H2.16667V13.8333H8V15.5H2.16667ZM11.3333 12.1667L10.1875 10.9583L12.3125 8.83333H5.5V7.16667H12.3125L10.1875 5.04167L11.3333 3.83333L15.5 8L11.3333 12.1667Z"})}),MenuIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 10V8.33333H15.5V10H0.5ZM0.5 5.83333V4.16667H15.5V5.83333H0.5ZM0.5 1.66667V0H15.5V1.66667H0.5Z"})}),OpenInFullIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 15.5V8.83333H2.16667V12.6667L12.6667 2.16667H8.83333V0.5H15.5V7.16667H13.8333V3.33333L3.33333 13.8333H7.16667V15.5H0.5Z"})}),PageInfoIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M12.7904 13.875C11.9154 13.875 11.1758 13.5729 10.5716 12.9688C9.96745 12.3646 9.66536 11.625 9.66536 10.75C9.66536 9.875 9.96745 9.13542 10.5716 8.53125C11.1758 7.92708 11.9154 7.625 12.7904 7.625C13.6654 7.625 14.4049 7.92708 15.0091 8.53125C15.6133 9.13542 15.9154 9.875 15.9154 10.75C15.9154 11.625 15.6133 12.3646 15.0091 12.9688C14.4049 13.5729 13.6654 13.875 12.7904 13.875ZM12.7904 12.2083C13.1931 12.2083 13.5369 12.066 13.8216 11.7812C14.1063 11.4965 14.2487 11.1528 14.2487 10.75C14.2487 10.3472 14.1063 10.0035 13.8216 9.71875C13.5369 9.43403 13.1931 9.29167 12.7904 9.29167C12.3876 9.29167 12.0438 9.43403 11.7591 9.71875C11.4744 10.0035 11.332 10.3472 11.332 10.75C11.332 11.1528 11.4744 11.4965 11.7591 11.7812C12.0438 12.066 12.3876 12.2083 12.7904 12.2083ZM1.33203 11.5833V9.91667H7.9987V11.5833H1.33203ZM3.20703 6.375C2.33203 6.375 1.59245 6.07292 0.988281 5.46875C0.384115 4.86458 0.0820312 4.125 0.0820312 3.25C0.0820312 2.375 0.384115 1.63542 0.988281 1.03125C1.59245 0.427083 2.33203 0.125 3.20703 0.125C4.08203 0.125 4.82161 0.427083 5.42578 1.03125C6.02995 1.63542 6.33203 2.375 6.33203 3.25C6.33203 4.125 6.02995 4.86458 5.42578 5.46875C4.82161 6.07292 4.08203 6.375 3.20703 6.375ZM3.20703 4.70833C3.60981 4.70833 3.95356 4.56597 4.23828 4.28125C4.523 3.99653 4.66536 3.65278 4.66536 3.25C4.66536 2.84722 4.523 2.50347 4.23828 2.21875C3.95356 1.93403 3.60981 1.79167 3.20703 1.79167C2.80425 1.79167 2.4605 1.93403 2.17578 2.21875C1.89106 2.50347 1.7487 2.84722 1.7487 3.25C1.7487 3.65278 1.89106 3.99653 2.17578 4.28125C2.4605 4.56597 2.80425 4.70833 3.20703 4.70833ZM7.9987 4.08333V2.41667H14.6654V4.08333H7.9987Z"})}),RadioCheckedIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M7.83464 12.8334L13.7096 6.95835L12.543 5.79169L7.83464 10.5L5.45964 8.12502L4.29297 9.29169L7.83464 12.8334ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334Z"})}),RadioUncheckedIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z"})}),RemoveIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"2",viewBox:"0 0 12 2",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.167969 1.83332V0.166656H11.8346V1.83332H0.167969Z"})}),StarIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"17",viewBox:"0 0 18 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.3763 13.0209L9.0013 11.4375L11.6263 13.0417L10.9388 10.0417L13.2513 8.04169L10.2096 7.77085L9.0013 4.93752L7.79297 7.75002L4.7513 8.02085L7.0638 10.0417L6.3763 13.0209ZM3.85547 16.5L5.20964 10.6459L0.667969 6.70835L6.66797 6.18752L9.0013 0.666687L11.3346 6.18752L17.3346 6.70835L12.793 10.6459L14.1471 16.5L9.0013 13.3959L3.85547 16.5Z"})}),WalletIcon=e=>jsxRuntime.jsx("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H13.8333C14.2917 0.5 14.684 0.663194 15.0104 0.989583C15.3368 1.31597 15.5 1.70833 15.5 2.16667V4.25H13.8333V2.16667H2.16667V13.8333H13.8333V11.75H15.5V13.8333C15.5 14.2917 15.3368 14.684 15.0104 15.0104C14.684 15.3368 14.2917 15.5 13.8333 15.5H2.16667ZM8.83333 12.1667C8.375 12.1667 7.98264 12.0035 7.65625 11.6771C7.32986 11.3507 7.16667 10.9583 7.16667 10.5V5.5C7.16667 5.04167 7.32986 4.64931 7.65625 4.32292C7.98264 3.99653 8.375 3.83333 8.83333 3.83333H14.6667C15.125 3.83333 15.5174 3.99653 15.8438 4.32292C16.1701 4.64931 16.3333 5.04167 16.3333 5.5V10.5C16.3333 10.9583 16.1701 11.3507 15.8438 11.6771C15.5174 12.0035 15.125 12.1667 14.6667 12.1667H8.83333ZM14.6667 10.5V5.5H8.83333V10.5H14.6667ZM11.3333 9.25C11.6806 9.25 11.9757 9.12847 12.2188 8.88542C12.4618 8.64236 12.5833 8.34722 12.5833 8C12.5833 7.65278 12.4618 7.35764 12.2188 7.11458C11.9757 6.87153 11.6806 6.75 11.3333 6.75C10.9861 6.75 10.691 6.87153 10.4479 7.11458C10.2049 7.35764 10.0833 7.65278 10.0833 8C10.0833 8.34722 10.2049 8.64236 10.4479 8.88542C10.691 9.12847 10.9861 9.25 11.3333 9.25Z"})}),SearchIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M14.3333 15.5L9.08333 10.25C8.66667 10.5833 8.1875 10.8472 7.64583 11.0417C7.10417 11.2361 6.52778 11.3333 5.91667 11.3333C4.40278 11.3333 3.12153 10.809 2.07292 9.76042C1.02431 8.71181 0.5 7.43056 0.5 5.91667C0.5 4.40278 1.02431 3.12153 2.07292 2.07292C3.12153 1.02431 4.40278 0.5 5.91667 0.5C7.43056 0.5 8.71181 1.02431 9.76042 2.07292C10.809 3.12153 11.3333 4.40278 11.3333 5.91667C11.3333 6.52778 11.2361 7.10417 11.0417 7.64583C10.8472 8.1875 10.5833 8.66667 10.25 9.08333L15.5 14.3333L14.3333 15.5ZM5.91667 9.66667C6.95833 9.66667 7.84375 9.30208 8.57292 8.57292C9.30208 7.84375 9.66667 6.95833 9.66667 5.91667C9.66667 4.875 9.30208 3.98958 8.57292 3.26042C7.84375 2.53125 6.95833 2.16667 5.91667 2.16667C4.875 2.16667 3.98958 2.53125 3.26042 3.26042C2.53125 3.98958 2.16667 4.875 2.16667 5.91667C2.16667 6.95833 2.53125 7.84375 3.26042 8.57292C3.98958 9.30208 4.875 9.66667 5.91667 9.66667Z"})}),TimerIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"19",viewBox:"0 0 16 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.5 2.49998V0.833313H10.5V2.49998H5.5ZM7.16667 11.6666H8.83333V6.66665H7.16667V11.6666ZM8 18.3333C6.97222 18.3333 6.00347 18.1354 5.09375 17.7396C4.18403 17.3437 3.38889 16.8055 2.70833 16.125C2.02778 15.4444 1.48958 14.6493 1.09375 13.7396C0.697917 12.8298 0.5 11.8611 0.5 10.8333C0.5 9.80554 0.697917 8.83679 1.09375 7.92706C1.48958 7.01734 2.02778 6.2222 2.70833 5.54165C3.38889 4.86109 4.18403 4.3229 5.09375 3.92706C6.00347 3.53123 6.97222 3.33331 8 3.33331C8.86111 3.33331 9.6875 3.4722 10.4792 3.74998C11.2708 4.02776 12.0139 4.43054 12.7083 4.95831L13.875 3.79165L15.0417 4.95831L13.875 6.12498C14.4028 6.81942 14.8056 7.56248 15.0833 8.35415C15.3611 9.14581 15.5 9.9722 15.5 10.8333C15.5 11.8611 15.3021 12.8298 14.9062 13.7396C14.5104 14.6493 13.9722 15.4444 13.2917 16.125C12.6111 16.8055 11.816 17.3437 10.9062 17.7396C9.99653 18.1354 9.02778 18.3333 8 18.3333ZM8 16.6666C9.61111 16.6666 10.9861 16.0972 12.125 14.9583C13.2639 13.8194 13.8333 12.4444 13.8333 10.8333C13.8333 9.2222 13.2639 7.8472 12.125 6.70831C10.9861 5.56942 9.61111 4.99998 8 4.99998C6.38889 4.99998 5.01389 5.56942 3.875 6.70831C2.73611 7.8472 2.16667 9.2222 2.16667 10.8333C2.16667 12.4444 2.73611 13.8194 3.875 14.9583C5.01389 16.0972 6.38889 16.6666 8 16.6666Z"})}),ReferralIcon=e=>jsxRuntime.jsx("svg",{width:"20",height:"14",viewBox:"0 0 20 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M10.4167 6.95831C10.8194 6.51387 11.1285 6.00692 11.3438 5.43748C11.559 4.86804 11.6667 4.27776 11.6667 3.66665C11.6667 3.05554 11.559 2.46526 11.3438 1.89581C11.1285 1.32637 10.8194 0.819424 10.4167 0.37498C11.25 0.486091 11.9444 0.854146 12.5 1.47915C13.0556 2.10415 13.3333 2.83331 13.3333 3.66665C13.3333 4.49998 13.0556 5.22915 12.5 5.85415C11.9444 6.47915 11.25 6.8472 10.4167 6.95831ZM15 13.6666V11.1666C15 10.6666 14.8889 10.191 14.6667 9.73956C14.4444 9.28817 14.1528 8.88887 13.7917 8.54165C14.5 8.79165 15.1562 9.11456 15.7604 9.5104C16.3646 9.90623 16.6667 10.4583 16.6667 11.1666V13.6666H15ZM16.6667 7.83331V6.16665H15V4.49998H16.6667V2.83331H18.3333V4.49998H20V6.16665H18.3333V7.83331H16.6667ZM6.66667 6.99998C5.75 6.99998 4.96528 6.67359 4.3125 6.02081C3.65972 5.36804 3.33333 4.58331 3.33333 3.66665C3.33333 2.74998 3.65972 1.96526 4.3125 1.31248C4.96528 0.659702 5.75 0.333313 6.66667 0.333313C7.58333 0.333313 8.36806 0.659702 9.02083 1.31248C9.67361 1.96526 10 2.74998 10 3.66665C10 4.58331 9.67361 5.36804 9.02083 6.02081C8.36806 6.67359 7.58333 6.99998 6.66667 6.99998ZM0 13.6666V11.3333C0 10.8611 0.121528 10.4271 0.364583 10.0312C0.607639 9.6354 0.930556 9.33331 1.33333 9.12498C2.19444 8.69442 3.06944 8.37151 3.95833 8.15623C4.84722 7.94095 5.75 7.83331 6.66667 7.83331C7.58333 7.83331 8.48611 7.94095 9.375 8.15623C10.2639 8.37151 11.1389 8.69442 12 9.12498C12.4028 9.33331 12.7257 9.6354 12.9688 10.0312C13.2118 10.4271 13.3333 10.8611 13.3333 11.3333V13.6666H0ZM6.66667 5.33331C7.125 5.33331 7.51736 5.17012 7.84375 4.84373C8.17014 4.51734 8.33333 4.12498 8.33333 3.66665C8.33333 3.20831 8.17014 2.81595 7.84375 2.48956C7.51736 2.16317 7.125 1.99998 6.66667 1.99998C6.20833 1.99998 5.81597 2.16317 5.48958 2.48956C5.16319 2.81595 5 3.20831 5 3.66665C5 4.12498 5.16319 4.51734 5.48958 4.84373C5.81597 5.17012 6.20833 5.33331 6.66667 5.33331ZM1.66667 12H11.6667V11.3333C11.6667 11.1805 11.6285 11.0416 11.5521 10.9166C11.4757 10.7916 11.375 10.6944 11.25 10.625C10.5 10.25 9.74306 9.96873 8.97917 9.78123C8.21528 9.59373 7.44444 9.49998 6.66667 9.49998C5.88889 9.49998 5.11806 9.59373 4.35417 9.78123C3.59028 9.96873 2.83333 10.25 2.08333 10.625C1.95833 10.6944 1.85764 10.7916 1.78125 10.9166C1.70486 11.0416 1.66667 11.1805 1.66667 11.3333V12Z"})}),FeesIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2 13.6667C1.44444 13.6667 0.972222 13.4722 0.583333 13.0833C0.194444 12.6945 0 12.2222 0 11.6667V9.66668H2V0.333344L3 1.33334L4 0.333344L5 1.33334L6 0.333344L7 1.33334L8 0.333344L9 1.33334L10 0.333344L11 1.33334L12 0.333344V11.6667C12 12.2222 11.8056 12.6945 11.4167 13.0833C11.0278 13.4722 10.5556 13.6667 10 13.6667H2ZM10 12.3333C10.1889 12.3333 10.3472 12.2695 10.475 12.1417C10.6028 12.0139 10.6667 11.8556 10.6667 11.6667V2.33334H3.33333V9.66668H9.33333V11.6667C9.33333 11.8556 9.39722 12.0139 9.525 12.1417C9.65278 12.2695 9.81111 12.3333 10 12.3333ZM4 5.00001V3.66668H8V5.00001H4ZM4 7.00001V5.66668H8V7.00001H4ZM9.33333 5.00001C9.14444 5.00001 8.98611 4.93612 8.85833 4.80834C8.73056 4.68057 8.66667 4.52223 8.66667 4.33334C8.66667 4.14445 8.73056 3.98612 8.85833 3.85834C8.98611 3.73057 9.14444 3.66668 9.33333 3.66668C9.52222 3.66668 9.68056 3.73057 9.80833 3.85834C9.93611 3.98612 10 4.14445 10 4.33334C10 4.52223 9.93611 4.68057 9.80833 4.80834C9.68056 4.93612 9.52222 5.00001 9.33333 5.00001ZM9.33333 7.00001C9.14444 7.00001 8.98611 6.93612 8.85833 6.80834C8.73056 6.68057 8.66667 6.52223 8.66667 6.33334C8.66667 6.14445 8.73056 5.98612 8.85833 5.85834C8.98611 5.73057 9.14444 5.66668 9.33333 5.66668C9.52222 5.66668 9.68056 5.73057 9.80833 5.85834C9.93611 5.98612 10 6.14445 10 6.33334C10 6.52223 9.93611 6.68057 9.80833 6.80834C9.68056 6.93612 9.52222 7.00001 9.33333 7.00001ZM2 12.3333H8V11H1.33333V11.6667C1.33333 11.8556 1.39722 12.0139 1.525 12.1417C1.65278 12.2695 1.81111 12.3333 2 12.3333Z",fill:"currentColor"})}),OpenInNewIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H6V1.33333H1.33333V10.6667H10.6667V6H12V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM4.46667 8.46667L3.53333 7.53333L9.73333 1.33333H7.33333V0H12V4.66667H10.6667V2.26667L4.46667 8.46667Z",fill:"currentColor"})}),ArrowEastIcon=e=>jsxRuntime.jsx("svg",{width:"21",height:"14",viewBox:"0 0 21 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M13.1367 14L11.7117 12.6L16.3117 8H0.136719V6H16.3117L11.7367 1.4L13.1367 0L20.1367 7L13.1367 14Z",fill:"currentColor"})}),CheckCircleIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.06536 10.0667L10.7654 5.36666L9.83203 4.43333L6.06536 8.19999L4.16536 6.29999L3.23203 7.23333L6.06536 10.0667ZM6.9987 13.6667C6.07648 13.6667 5.20981 13.4917 4.3987 13.1417C3.58759 12.7917 2.88203 12.3167 2.28203 11.7167C1.68203 11.1167 1.20703 10.4111 0.857031 9.59999C0.507031 8.78888 0.332031 7.92222 0.332031 6.99999C0.332031 6.07777 0.507031 5.21111 0.857031 4.39999C1.20703 3.58888 1.68203 2.88333 2.28203 2.28333C2.88203 1.68333 3.58759 1.20833 4.3987 0.858328C5.20981 0.508328 6.07648 0.333328 6.9987 0.333328C7.92092 0.333328 8.78759 0.508328 9.5987 0.858328C10.4098 1.20833 11.1154 1.68333 11.7154 2.28333C12.3154 2.88333 12.7904 3.58888 13.1404 4.39999C13.4904 5.21111 13.6654 6.07777 13.6654 6.99999C13.6654 7.92222 13.4904 8.78888 13.1404 9.59999C12.7904 10.4111 12.3154 11.1167 11.7154 11.7167C11.1154 12.3167 10.4098 12.7917 9.5987 13.1417C8.78759 13.4917 7.92092 13.6667 6.9987 13.6667ZM6.9987 12.3333C8.48759 12.3333 9.7487 11.8167 10.782 10.7833C11.8154 9.74999 12.332 8.48888 12.332 6.99999C12.332 5.51111 11.8154 4.24999 10.782 3.21666C9.7487 2.18333 8.48759 1.66666 6.9987 1.66666C5.50981 1.66666 4.2487 2.18333 3.21536 3.21666C2.18203 4.24999 1.66536 5.51111 1.66536 6.99999C1.66536 8.48888 2.18203 9.74999 3.21536 10.7833C4.2487 11.8167 5.50981 12.3333 6.9987 12.3333Z",fill:"currentColor"})}),FingerprintIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"14",viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.17059 2.00668C7.34517 2.00668 8.45327 2.26308 9.49488 2.77587C10.5365 3.28866 11.4064 4.02967 12.1045 4.9989C12.182 5.10033 12.207 5.19049 12.1793 5.26939C12.1515 5.34828 12.1045 5.4159 12.038 5.47225C11.9715 5.5286 11.8939 5.55396 11.8053 5.54832C11.7166 5.54269 11.6391 5.49479 11.5726 5.40463C10.9631 4.52556 10.1791 3.85217 9.22063 3.38446C8.26212 2.91675 7.24544 2.68289 6.17059 2.68289C5.09573 2.68289 4.08737 2.91675 3.14548 3.38446C2.2036 3.85217 1.42239 4.52556 0.801856 5.40463C0.73537 5.50606 0.657803 5.56241 0.569155 5.57368C0.480507 5.58495 0.40294 5.56241 0.336454 5.50606C0.258888 5.44971 0.211793 5.37927 0.195172 5.29474C0.178551 5.21022 0.203483 5.12287 0.269969 5.03271C0.956989 4.07475 1.81854 3.33092 2.85461 2.80123C3.89068 2.27153 4.99601 2.00668 6.17059 2.00668ZM6.17059 3.59577C7.66652 3.59577 8.95192 4.10293 10.0268 5.11724C11.1016 6.13155 11.6391 7.38817 11.6391 8.8871C11.6391 9.4506 11.4424 9.92113 11.049 10.2987C10.6556 10.6762 10.1764 10.865 9.61123 10.865C9.0461 10.865 8.56131 10.6762 8.15686 10.2987C7.7524 9.92113 7.55017 9.4506 7.55017 8.8871C7.55017 8.51518 7.41443 8.20244 7.14295 7.94886C6.87146 7.69528 6.54734 7.56849 6.17059 7.56849C5.79384 7.56849 5.46972 7.69528 5.19823 7.94886C4.92675 8.20244 4.79101 8.51518 4.79101 8.8871C4.79101 9.9803 5.10959 10.8932 5.74674 11.6257C6.3839 12.3583 7.20666 12.8711 8.21503 13.1641C8.31476 13.1979 8.38125 13.2543 8.41449 13.3332C8.44773 13.4121 8.45327 13.4966 8.43111 13.5867C8.40895 13.6656 8.36462 13.7332 8.29814 13.7896C8.23165 13.846 8.14854 13.8629 8.04882 13.8403C6.89639 13.5473 5.95451 12.9641 5.22317 12.0906C4.49182 11.2172 4.12615 10.1493 4.12615 8.8871C4.12615 8.32359 4.32561 7.85024 4.72452 7.46706C5.12344 7.08388 5.60546 6.89228 6.17059 6.89228C6.73572 6.89228 7.21774 7.08388 7.61666 7.46706C8.01557 7.85024 8.21503 8.32359 8.21503 8.8871C8.21503 9.25901 8.35354 9.57176 8.63057 9.82533C8.90759 10.0789 9.23448 10.2057 9.61123 10.2057C9.98799 10.2057 10.3093 10.0789 10.5753 9.82533C10.8412 9.57176 10.9742 9.25901 10.9742 8.8871C10.9742 7.57976 10.5033 6.48092 9.56137 5.59058C8.61949 4.70024 7.49477 4.25507 6.18721 4.25507C4.87966 4.25507 3.75494 4.70024 2.81305 5.59058C1.87117 6.48092 1.40023 7.57413 1.40023 8.87019C1.40023 9.14067 1.42516 9.47878 1.47503 9.8845C1.52489 10.2902 1.64401 10.7636 1.83239 11.3045C1.86563 11.406 1.86286 11.4961 1.82408 11.575C1.78529 11.6539 1.72158 11.7103 1.63293 11.7441C1.54428 11.7779 1.4584 11.7751 1.3753 11.7356C1.29219 11.6962 1.23401 11.6314 1.20077 11.5412C1.03456 11.1017 0.915436 10.665 0.843409 10.2311C0.771383 9.79716 0.73537 9.34917 0.73537 8.8871C0.73537 7.38817 1.27003 6.13155 2.33934 5.11724C3.40866 4.10293 4.68574 3.59577 6.17059 3.59577ZM6.17059 0.349976C6.87977 0.349976 7.57233 0.437319 8.24827 0.612006C8.92421 0.786693 9.57799 1.03745 10.2096 1.36429C10.3093 1.42064 10.3675 1.48826 10.3841 1.56715C10.4008 1.64604 10.3924 1.72493 10.3592 1.80382C10.326 1.88271 10.2706 1.9447 10.193 1.98978C10.1154 2.03486 10.0212 2.02922 9.91042 1.97287C9.32313 1.66858 8.71644 1.43473 8.09037 1.27131C7.46429 1.10789 6.82437 1.02618 6.17059 1.02618C5.52789 1.02618 4.89628 1.10226 4.27574 1.2544C3.65521 1.40655 3.06238 1.64604 2.49725 1.97287C2.4086 2.02922 2.31995 2.04331 2.2313 2.01514C2.14265 1.98696 2.07617 1.92779 2.03184 1.83763C1.98752 1.74747 1.97644 1.66576 1.9986 1.59251C2.02076 1.51925 2.07617 1.45445 2.16482 1.3981C2.78535 1.05999 3.43359 0.800781 4.10953 0.620459C4.78547 0.440137 5.47249 0.349976 6.17059 0.349976ZM6.17059 5.23558C7.20112 5.23558 8.0876 5.58777 8.83002 6.29215C9.57245 6.99653 9.94366 7.86151 9.94366 8.8871C9.94366 8.98853 9.91319 9.07024 9.85225 9.13222C9.7913 9.19421 9.71096 9.2252 9.61123 9.2252C9.52259 9.2252 9.44502 9.19421 9.37853 9.13222C9.31205 9.07024 9.2788 8.98853 9.2788 8.8871C9.2788 8.04184 8.97131 7.33464 8.35631 6.76549C7.74132 6.19635 7.01274 5.91178 6.17059 5.91178C5.32844 5.91178 4.6054 6.19635 4.00149 6.76549C3.39758 7.33464 3.09562 8.04184 3.09562 8.8871C3.09562 9.79998 3.25075 10.5748 3.56102 11.2116C3.87129 11.8483 4.32561 12.4879 4.92398 13.1303C4.99047 13.1979 5.02371 13.2768 5.02371 13.367C5.02371 13.4571 4.99047 13.536 4.92398 13.6036C4.85749 13.6713 4.77993 13.7051 4.69128 13.7051C4.60263 13.7051 4.52506 13.6713 4.45858 13.6036C3.8048 12.9049 3.30339 12.1921 2.95434 11.4651C2.60528 10.7382 2.43076 9.87887 2.43076 8.8871C2.43076 7.86151 2.79643 6.99653 3.52778 6.29215C4.25912 5.58777 5.14006 5.23558 6.17059 5.23558ZM6.15397 8.54899C6.2537 8.54899 6.33403 8.5828 6.39498 8.65042C6.45592 8.71804 6.4864 8.79693 6.4864 8.8871C6.4864 9.73236 6.78558 10.4255 7.38396 10.9664C7.98233 11.5074 8.68043 11.7779 9.47826 11.7779C9.54475 11.7779 9.63894 11.7722 9.76083 11.761C9.88272 11.7497 10.0101 11.7328 10.1431 11.7103C10.2428 11.6877 10.3287 11.7018 10.4008 11.7525C10.4728 11.8032 10.5199 11.8793 10.542 11.9807C10.5642 12.0709 10.5476 12.1498 10.4922 12.2174C10.4368 12.285 10.3647 12.3301 10.2761 12.3527C10.0766 12.409 9.90211 12.44 9.75252 12.4456C9.60292 12.4513 9.5115 12.4541 9.47826 12.4541C8.49205 12.4541 7.63605 12.116 6.91025 11.4398C6.18444 10.7636 5.82154 9.91268 5.82154 8.8871C5.82154 8.79693 5.85201 8.71804 5.91296 8.65042C5.9739 8.5828 6.05424 8.54899 6.15397 8.54899Z",fill:"currentColor"})}),CompareArrowsIcon=e=>jsxRuntime.jsx("svg",{width:"15",height:"12",viewBox:"0 0 15 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.53203 11.666L3.55203 10.6863L5.35453 8.91602H0.332031V7.54102H5.35453L3.55203 5.7707L4.53203 4.79102L8.03203 8.22852L4.53203 11.666ZM10.132 7.54102L6.63203 4.10352L10.132 0.666016L11.112 1.6457L9.30953 3.41602H14.332V4.79102H9.30953L11.112 6.56133L10.132 7.54102Z",fill:"currentColor"})}),MinusIcon=({rectFill:e="#F7CFDB",pathFill:t="#E36492",...i})=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[jsxRuntime.jsx("rect",{width:"20",height:"20",rx:"10",fill:e}),jsxRuntime.jsx("mask",{id:"mask0_16264_15926",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"2",y:"2",width:"16",height:"16",children:jsxRuntime.jsx("rect",{x:"2",y:"2",width:"16",height:"16",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_16264_15926)",children:jsxRuntime.jsx("path",{d:"M5.9987 10.6668C5.80981 10.6668 5.65148 10.6029 5.5237 10.4752C5.39592 10.3474 5.33203 10.1891 5.33203 10.0002C5.33203 9.81127 5.39592 9.65294 5.5237 9.52516C5.65148 9.39738 5.80981 9.3335 5.9987 9.3335H13.9987C14.1876 9.3335 14.3459 9.39738 14.4737 9.52516C14.6015 9.65294 14.6654 9.81127 14.6654 10.0002C14.6654 10.1891 14.6015 10.3474 14.4737 10.4752C14.3459 10.6029 14.1876 10.6668 13.9987 10.6668H5.9987Z",fill:t})})]}),PlusIcon=({rectFill:e="#99DFC7",pathFill:t="#2CAC7F",...i})=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[jsxRuntime.jsx("rect",{width:"20",height:"20",rx:"10",fill:e}),jsxRuntime.jsx("mask",{id:"mask0_16264_15930",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"2",y:"2",width:"16",height:"16",children:jsxRuntime.jsx("rect",{x:"2",y:"2",width:"16",height:"16",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_16264_15930)",children:jsxRuntime.jsx("path",{d:"M9.33203 10.6685H5.9987C5.80981 10.6685 5.65148 10.6046 5.5237 10.4769C5.39592 10.3491 5.33203 10.1908 5.33203 10.0019C5.33203 9.81298 5.39592 9.65465 5.5237 9.52687C5.65148 9.39909 5.80981 9.3352 5.9987 9.3352H9.33203V6.00187C9.33203 5.81298 9.39592 5.65465 9.5237 5.52687C9.65148 5.39909 9.80981 5.33521 9.9987 5.33521C10.1876 5.33521 10.3459 5.39909 10.4737 5.52687C10.6015 5.65465 10.6654 5.81298 10.6654 6.00187V9.3352H13.9987C14.1876 9.3352 14.3459 9.39909 14.4737 9.52687C14.6015 9.65465 14.6654 9.81298 14.6654 10.0019C14.6654 10.1908 14.6015 10.3491 14.4737 10.4769C14.3459 10.6046 14.1876 10.6685 13.9987 10.6685H10.6654V14.0019C10.6654 14.1908 10.6015 14.3491 10.4737 14.4769C10.3459 14.6046 10.1876 14.6685 9.9987 14.6685C9.80981 14.6685 9.65148 14.6046 9.5237 14.4769C9.39592 14.3491 9.33203 14.1908 9.33203 14.0019V10.6685Z",fill:t})})]}),Checked=e=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[jsxRuntime.jsx("mask",{id:"mask0_14594_15086",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24",children:jsxRuntime.jsx("rect",{width:"24",height:"24",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_14594_15086)",children:jsxRuntime.jsx("path",{d:"M10.6 13.4L8.45 11.25C8.26667 11.0667 8.03333 10.975 7.75 10.975C7.46667 10.975 7.23333 11.0667 7.05 11.25C6.86667 11.4333 6.775 11.6667 6.775 11.95C6.775 12.2333 6.86667 12.4667 7.05 12.65L9.9 15.5C10.1 15.7 10.3333 15.8 10.6 15.8C10.8667 15.8 11.1 15.7 11.3 15.5L16.95 9.85C17.1333 9.66667 17.225 9.43333 17.225 9.15C17.225 8.86667 17.1333 8.63333 16.95 8.45C16.7667 8.26667 16.5333 8.175 16.25 8.175C15.9667 8.175 15.7333 8.26667 15.55 8.45L10.6 13.4ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5Z",fill:e.color||"#E36492"})})]}),Unchecked=e=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[jsxRuntime.jsx("mask",{id:"mask0_14594_15093",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24",children:jsxRuntime.jsx("rect",{width:"24",height:"24",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_14594_15093)",children:jsxRuntime.jsx("path",{d:"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",fill:"currentColor"})})]}),Share=e=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",...e,children:jsxRuntime.jsx("path",{d:"M11.333 14.6663C10.7775 14.6663 10.3052 14.4719 9.91634 14.083C9.52745 13.6941 9.33301 13.2219 9.33301 12.6663C9.33301 12.5997 9.34968 12.4441 9.38301 12.1997L4.69967 9.46634C4.5219 9.63301 4.31634 9.76356 4.08301 9.85801C3.84967 9.95245 3.59967 9.99967 3.33301 9.99967C2.77745 9.99967 2.30523 9.80523 1.91634 9.41634C1.52745 9.02745 1.33301 8.55523 1.33301 7.99967C1.33301 7.44412 1.52745 6.9719 1.91634 6.58301C2.30523 6.19412 2.77745 5.99967 3.33301 5.99967C3.59967 5.99967 3.84967 6.0469 4.08301 6.14134C4.31634 6.23579 4.5219 6.36634 4.69967 6.53301L9.38301 3.79967C9.36079 3.7219 9.3469 3.6469 9.34134 3.57467C9.33579 3.50245 9.33301 3.4219 9.33301 3.33301C9.33301 2.77745 9.52745 2.30523 9.91634 1.91634C10.3052 1.52745 10.7775 1.33301 11.333 1.33301C11.8886 1.33301 12.3608 1.52745 12.7497 1.91634C13.1386 2.30523 13.333 2.77745 13.333 3.33301C13.333 3.88856 13.1386 4.36079 12.7497 4.74967C12.3608 5.13856 11.8886 5.33301 11.333 5.33301C11.0663 5.33301 10.8163 5.28579 10.583 5.19134C10.3497 5.0969 10.1441 4.96634 9.96634 4.79967L5.28301 7.53301C5.30523 7.61079 5.31912 7.68579 5.32467 7.75801C5.33023 7.83023 5.33301 7.91079 5.33301 7.99967C5.33301 8.08856 5.33023 8.16912 5.32467 8.24134C5.31912 8.31356 5.30523 8.38856 5.28301 8.46634L9.96634 11.1997C10.1441 11.033 10.3497 10.9025 10.583 10.808C10.8163 10.7136 11.0663 10.6663 11.333 10.6663C11.8886 10.6663 12.3608 10.8608 12.7497 11.2497C13.1386 11.6386 13.333 12.1108 13.333 12.6663C13.333 13.2219 13.1386 13.6941 12.7497 14.083C12.3608 14.4719 11.8886 14.6663 11.333 14.6663ZM11.333 13.333C11.5219 13.333 11.6802 13.2691 11.808 13.1413C11.9358 13.0136 11.9997 12.8552 11.9997 12.6663C11.9997 12.4775 11.9358 12.3191 11.808 12.1913C11.6802 12.0636 11.5219 11.9997 11.333 11.9997C11.1441 11.9997 10.9858 12.0636 10.858 12.1913C10.7302 12.3191 10.6663 12.4775 10.6663 12.6663C10.6663 12.8552 10.7302 13.0136 10.858 13.1413C10.9858 13.2691 11.1441 13.333 11.333 13.333ZM3.33301 8.66634C3.5219 8.66634 3.68023 8.60245 3.80801 8.47467C3.93579 8.3469 3.99967 8.18856 3.99967 7.99967C3.99967 7.81079 3.93579 7.65245 3.80801 7.52467C3.68023 7.3969 3.5219 7.33301 3.33301 7.33301C3.14412 7.33301 2.98579 7.3969 2.85801 7.52467C2.73023 7.65245 2.66634 7.81079 2.66634 7.99967C2.66634 8.18856 2.73023 8.3469 2.85801 8.47467C2.98579 8.60245 3.14412 8.66634 3.33301 8.66634ZM11.333 3.99967C11.5219 3.99967 11.6802 3.93579 11.808 3.80801C11.9358 3.68023 11.9997 3.5219 11.9997 3.33301C11.9997 3.14412 11.9358 2.98579 11.808 2.85801C11.6802 2.73023 11.5219 2.66634 11.333 2.66634C11.1441 2.66634 10.9858 2.73023 10.858 2.85801C10.7302 2.98579 10.6663 3.14412 10.6663 3.33301C10.6663 3.5219 10.7302 3.68023 10.858 3.80801C10.9858 3.93579 11.1441 3.99967 11.333 3.99967Z",fill:"currentColor"})}),InfinityIcon=e=>jsxRuntime.jsx("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.41599 20.1249C4.70841 20.1249 3.26069 19.5311 2.07281 18.3434C0.884946 17.1558 0.291016 15.7083 0.291016 14.001C0.291016 12.2937 0.884946 10.8459 2.07281 9.65752C3.26069 8.46918 4.70841 7.875 6.41599 7.875C7.0959 7.875 7.74825 7.99578 8.37304 8.23734C8.99781 8.4789 9.56147 8.82179 10.064 9.26602L12.2942 11.2314L10.9705 12.4025L8.89294 10.5673C8.5519 10.2741 8.16824 10.0438 7.74196 9.87624C7.31568 9.70871 6.87342 9.62494 6.41517 9.62494C5.20705 9.62494 4.17599 10.0522 3.32199 10.9067C2.46799 11.7613 2.04099 12.7929 2.04099 14.0018C2.04099 15.2106 2.46799 16.2417 3.32199 17.095C4.17599 17.9483 5.20705 18.375 6.41517 18.375C6.87342 18.375 7.31568 18.2912 7.74196 18.1237C8.16824 17.9562 8.5519 17.7258 8.89294 17.4327L17.9346 9.26602C18.4297 8.8143 18.9908 8.46953 19.618 8.23171C20.2452 7.9939 20.9001 7.875 21.5827 7.875C23.2902 7.875 24.738 8.46883 25.9258 9.6565C27.1137 10.8442 27.7076 12.2917 27.7076 13.999C27.7076 15.7063 27.1137 17.1541 25.9258 18.3424C24.738 19.5308 23.2902 20.1249 21.5827 20.1249C20.9006 20.1249 20.2496 20.0023 19.6296 19.757C19.0096 19.5117 18.4446 19.1707 17.9346 18.7339L15.7269 16.7685L17.0281 15.5862L19.1057 17.4327C19.4467 17.7348 19.8304 17.9674 20.2567 18.1304C20.683 18.2935 21.1252 18.375 21.5835 18.375C22.7916 18.375 23.8227 17.9477 24.6767 17.0932C25.5307 16.2387 25.9577 15.207 25.9577 13.9982C25.9577 12.7893 25.5307 11.7582 24.6767 10.9049C23.8227 10.0516 22.7916 9.62494 21.5835 9.62494C21.1252 9.62494 20.683 9.70871 20.2567 9.87624C19.8304 10.0438 19.4467 10.2741 19.1057 10.5673L10.064 18.7339C9.56896 19.1856 9.00782 19.5304 8.38062 19.7682C7.7534 20.006 7.09852 20.1249 6.41599 20.1249Z",fill:"currentColor"})}),WalletIconRose=e=>jsxRuntime.jsx("svg",{width:"19",height:"18",viewBox:"0 0 19 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2H10C8.81667 2 7.85417 2.37083 7.1125 3.1125C6.37083 3.85417 6 4.81667 6 6V12C6 13.1833 6.37083 14.1458 7.1125 14.8875C7.85417 15.6292 8.81667 16 10 16H18C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM10 14C9.45 14 8.97917 13.8042 8.5875 13.4125C8.19583 13.0208 8 12.55 8 12V6C8 5.45 8.19583 4.97917 8.5875 4.5875C8.97917 4.19583 9.45 4 10 4H17C17.55 4 18.0208 4.19583 18.4125 4.5875C18.8042 4.97917 19 5.45 19 6V12C19 12.55 18.8042 13.0208 18.4125 13.4125C18.0208 13.8042 17.55 14 17 14H10ZM13 10.5C13.4333 10.5 13.7917 10.3583 14.075 10.075C14.3583 9.79167 14.5 9.43333 14.5 9C14.5 8.56667 14.3583 8.20833 14.075 7.925C13.7917 7.64167 13.4333 7.5 13 7.5C12.5667 7.5 12.2083 7.64167 11.925 7.925C11.6417 8.20833 11.5 8.56667 11.5 9C11.5 9.43333 11.6417 9.79167 11.925 10.075C12.2083 10.3583 12.5667 10.5 13 10.5Z",fill:"#E36492"})}),PasskeyIcon=({...e})=>jsxRuntime.jsx("svg",{width:"20",height:"19",viewBox:"0 0 20 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 16V13.2C0.5 12.6333 0.645833 12.1125 0.9375 11.6375C1.22917 11.1625 1.61667 10.8 2.1 10.55C3.13333 10.0333 4.18333 9.64583 5.25 9.3875C6.31667 9.12917 7.4 9 8.5 9C8.83333 9 9.16667 9.0125 9.5 9.0375C9.83333 9.0625 10.1667 9.1 10.5 9.15C10.4333 10.1167 10.6083 11.0292 11.025 11.8875C11.4417 12.7458 12.05 13.45 12.85 14V16H0.5ZM16.5 19L15 17.5V12.85C14.2667 12.6333 13.6667 12.2208 13.2 11.6125C12.7333 11.0042 12.5 10.3 12.5 9.5C12.5 8.53333 12.8417 7.70833 13.525 7.025C14.2083 6.34167 15.0333 6 16 6C16.9667 6 17.7917 6.34167 18.475 7.025C19.1583 7.70833 19.5 8.53333 19.5 9.5C19.5 10.25 19.2875 10.9167 18.8625 11.5C18.4375 12.0833 17.9 12.5 17.25 12.75L18.5 14L17 15.5L18.5 17L16.5 19ZM8.5 8C7.4 8 6.45833 7.60833 5.675 6.825C4.89167 6.04167 4.5 5.1 4.5 4C4.5 2.9 4.89167 1.95833 5.675 1.175C6.45833 0.391667 7.4 0 8.5 0C9.6 0 10.5417 0.391667 11.325 1.175C12.1083 1.95833 12.5 2.9 12.5 4C12.5 5.1 12.1083 6.04167 11.325 6.825C10.5417 7.60833 9.6 8 8.5 8ZM16 10C16.2833 10 16.5208 9.90417 16.7125 9.7125C16.9042 9.52083 17 9.28333 17 9C17 8.71667 16.9042 8.47917 16.7125 8.2875C16.5208 8.09583 16.2833 8 16 8C15.7167 8 15.4792 8.09583 15.2875 8.2875C15.0958 8.47917 15 8.71667 15 9C15 9.28333 15.0958 9.52083 15.2875 9.7125C15.4792 9.90417 15.7167 10 16 10Z",fill:"#E36492"})}),ChainflipIcon=e=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"#222222"}),jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"url(#paint0_radial_16260_59346)",fillOpacity:"0.15"}),jsxRuntime.jsxs("g",{clipPath:"url(#clip0_16260_59346)",children:[jsxRuntime.jsx("path",{d:"M17.9999 5.98035V11.0893C17.9999 11.9975 17.7125 12.8774 17.1939 13.6012C17.0326 13.8282 16.8504 14.034 16.6471 14.2256L16.6331 14.2327H14.2359V9.49982H12.0139H9.77096H9.57469H7.35974L7.38778 9.47144L9.26628 7.70461L9.96021 7.0589C10.7453 6.32094 11.7125 5.98035 12.778 5.98035H17.9999Z",fill:"url(#paint1_linear_16260_59346)"}),jsxRuntime.jsx("path",{d:"M16.6333 14.2398L16.6263 14.2469L16.6193 14.254L16.4931 14.3747L16.0165 14.8288L14.2852 16.4537L14.1169 16.6098C13.3319 17.3407 12.3015 17.738 11.2431 17.738H6.00012V15.4532L6.00713 14.2327L6.02115 12.6078C6.02816 11.4228 6.5118 10.3017 7.36694 9.4928H9.5819H9.58891V14.2327H16.6333V14.2398Z",fill:"url(#paint2_linear_16260_59346)"})]}),jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("radialGradient",{id:"paint0_radial_16260_59346",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(0.999999) rotate(48.8141) scale(31.8904)",children:[jsxRuntime.jsx("stop",{stopColor:"white"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"white",stopOpacity:"0"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint1_linear_16260_59346",x1:"12.9315",y1:"5.47634",x2:"12.2436",y2:"18.4428",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#48EF8A"}),jsxRuntime.jsx("stop",{offset:"0.5458",stopColor:"#43B4A6"}),jsxRuntime.jsx("stop",{offset:"0.6918",stopColor:"#2D796F"}),jsxRuntime.jsx("stop",{offset:"0.9662",stopColor:"black"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint2_linear_16260_59346",x1:"11.6332",y1:"18.3813",x2:"9.82728",y2:"5.0946",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#FF5F96"}),jsxRuntime.jsx("stop",{offset:"0.6103",stopColor:"#FF33AF"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"black"})]}),jsxRuntime.jsx("clipPath",{id:"clip0_16260_59346",children:jsxRuntime.jsx("rect",{width:"12",height:"11.7647",fill:"white",transform:"translate(6 5.98035)"})})]})]}),RelayLinkIcon=e=>jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 600 600",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("path",{d:"M299.4 447.057L387.768 396.038V249.701L261.037 176.533L172.76 227.5L299.4 300.615V447.057Z",fill:"url(#paint0_linear_61_2)"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M300 128.75L346.737 101.662L304.683 77.3819C301.785 75.709 298.215 75.709 295.317 77.3819L109.548 184.636C106.651 186.309 104.866 189.4 104.866 192.746V407.254C104.866 410.6 106.651 413.692 109.548 415.364L295.317 522.618C298.215 524.291 301.785 524.291 304.683 522.618L490.452 415.364C493.349 413.692 495.134 410.6 495.134 407.254V358.613L448.307 385.625L300 471.25L151.693 385.625V214.375L300 128.75Z",fill:"url(#paint1_linear_61_2)"}),jsxRuntime.jsx("path",{d:"M407.406 384.568L495.078 333.951V193.022C495.078 189.676 493.292 186.584 490.395 184.911L368.346 114.447L281.771 164.431L407.406 236.966V384.568Z",fill:"url(#paint2_linear_61_2)"}),jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("linearGradient",{id:"paint0_linear_61_2",x1:"241.468",y1:"193.157",x2:"207.525",y2:"429.887",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#624AFF"}),jsxRuntime.jsx("stop",{offset:"0.98",stopColor:"#DD09FF"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint1_linear_61_2",x1:"180.056",y1:"494.56",x2:"234.169",y2:"49.7161",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#EF41FF"}),jsxRuntime.jsx("stop",{offset:"0.67",stopColor:"#1F6BFF"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"#7DEFFF"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint2_linear_61_2",x1:"372.264",y1:"86.2467",x2:"319.851",y2:"316.686",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#7DEFFF"}),jsxRuntime.jsx("stop",{offset:"0.985",stopColor:"#5707FF"})]})]})]}),ThorswapIcon=e=>jsxRuntime.jsxs("svg",{version:"1.1",id:"Layer_2",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:16,height:16,viewBox:"0 0 2988 2988",style:{background:"new 0 0 2988 2988"},xmlSpace:"preserve",...e,children:[jsxRuntime.jsx("style",{type:"text/css",children:`.st0{enable-background:new;}
|
|
47
|
+
){opacity:0}[data-vaul-overlay][data-vaul-snap-points-overlay=true]{opacity:1}[data-vaul-handle]{display:block;position:relative;opacity:.7;background:#e2e2e4;margin-left:auto;margin-right:auto;height:5px;width:32px;border-radius:1rem;touch-action:pan-y}[data-vaul-handle]:active,[data-vaul-handle]:hover{opacity:1}[data-vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}@media (hover:hover) and (pointer:fine){[data-vaul-drawer]{user-select:none}}@media (pointer:fine){[data-vaul-handle-hitarea]:{width:100%;height:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0}}@keyframes slideFromBottom{from{transform:translate3d(0,var(--initial-transform,100%),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToBottom{to{transform:translate3d(0,var(--initial-transform,100%),0)}}@keyframes slideFromTop{from{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToTop{to{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}}@keyframes slideFromLeft{from{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToLeft{to{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}}@keyframes slideFromRight{from{transform:translate3d(var(--initial-transform,100%),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToRight{to{transform:translate3d(var(--initial-transform,100%),0,0)}}`);function isMobileFirefox(){const e=navigator.userAgent;return typeof window<"u"&&(/Firefox/.test(e)&&/Mobile/.test(e)||/FxiOS/.test(e))}function isMac(){return testPlatform(/^Mac/)}function isIPhone(){return testPlatform(/^iPhone/)}function isSafari(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}function isIPad(){return testPlatform(/^iPad/)||isMac()&&navigator.maxTouchPoints>1}function isIOS(){return isIPhone()||isIPad()}function testPlatform(e){return typeof window<"u"&&window.navigator!=null?e.test(window.navigator.platform):void 0}const KEYBOARD_BUFFER=24,useIsomorphicLayoutEffect$1=typeof window<"u"?React.useLayoutEffect:React.useEffect;function chain$1(...e){return(...t)=>{for(let i of e)typeof i=="function"&&i(...t)}}const visualViewport=typeof document<"u"&&window.visualViewport;function isScrollable(e){let t=window.getComputedStyle(e);return/(auto|scroll)/.test(t.overflow+t.overflowX+t.overflowY)}function getScrollParent(e){for(isScrollable(e)&&(e=e.parentElement);e&&!isScrollable(e);)e=e.parentElement;return e||document.scrollingElement||document.documentElement}const nonTextInputTypes=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let preventScrollCount=0,restore;function usePreventScroll(e={}){let{isDisabled:t}=e;useIsomorphicLayoutEffect$1(()=>{if(!t)return preventScrollCount++,preventScrollCount===1&&isIOS()&&(restore=preventScrollMobileSafari()),()=>{preventScrollCount--,preventScrollCount===0&&(restore==null||restore())}},[t])}function preventScrollMobileSafari(){let e,t=0,i=d=>{e=getScrollParent(d.target),!(e===document.documentElement&&e===document.body)&&(t=d.changedTouches[0].pageY)},n=d=>{if(!e||e===document.documentElement||e===document.body){d.preventDefault();return}let p=d.changedTouches[0].pageY,b=e.scrollTop,y=e.scrollHeight-e.clientHeight;y!==0&&((b<=0&&p>t||b>=y&&p<t)&&d.preventDefault(),t=p)},s=d=>{let p=d.target;isInput(p)&&p!==document.activeElement&&(d.preventDefault(),p.style.transform="translateY(-2000px)",p.focus(),requestAnimationFrame(()=>{p.style.transform=""}))},a=d=>{let p=d.target;isInput(p)&&(p.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{p.style.transform="",visualViewport&&(visualViewport.height<window.innerHeight?requestAnimationFrame(()=>{scrollIntoView(p)}):visualViewport.addEventListener("resize",()=>scrollIntoView(p),{once:!0}))}))},o=()=>{window.scrollTo(0,0)},l=window.pageXOffset,c=window.pageYOffset,u=chain$1(setStyle(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`));window.scrollTo(0,0);let f=chain$1(addEvent(document,"touchstart",i,{passive:!1,capture:!0}),addEvent(document,"touchmove",n,{passive:!1,capture:!0}),addEvent(document,"touchend",s,{passive:!1,capture:!0}),addEvent(document,"focus",a,!0),addEvent(window,"scroll",o));return()=>{u(),f(),window.scrollTo(l,c)}}function setStyle(e,t,i){let n=e.style[t];return e.style[t]=i,()=>{e.style[t]=n}}function addEvent(e,t,i,n){return e.addEventListener(t,i,n),()=>{e.removeEventListener(t,i,n)}}function scrollIntoView(e){let t=document.scrollingElement||document.documentElement;for(;e&&e!==t;){let i=getScrollParent(e);if(i!==document.documentElement&&i!==document.body&&i!==e){let n=i.getBoundingClientRect().top,s=e.getBoundingClientRect().top,a=e.getBoundingClientRect().bottom;const o=i.getBoundingClientRect().bottom+KEYBOARD_BUFFER;a>o&&(i.scrollTop+=s-n)}e=i.parentElement}}function isInput(e){return e instanceof HTMLInputElement&&!nonTextInputTypes.has(e.type)||e instanceof HTMLTextAreaElement||e instanceof HTMLElement&&e.isContentEditable}function setRef(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function composeRefs(...e){return t=>e.forEach(i=>setRef(i,t))}function useComposedRefs(...e){return React__namespace.useCallback(composeRefs(...e),e)}const cache=new WeakMap;function set(e,t,i=!1){if(!e||!(e instanceof HTMLElement))return;let n={};Object.entries(t).forEach(([s,a])=>{if(s.startsWith("--")){e.style.setProperty(s,a);return}n[s]=e.style[s],e.style[s]=a}),!i&&cache.set(e,n)}function reset(e,t){if(!e||!(e instanceof HTMLElement))return;let i=cache.get(e);i&&(e.style[t]=i[t])}const isVertical=e=>{switch(e){case"top":case"bottom":return!0;case"left":case"right":return!1;default:return e}};function getTranslate(e,t){if(!e)return null;const i=window.getComputedStyle(e),n=i.transform||i.webkitTransform||i.mozTransform;let s=n.match(/^matrix3d\((.+)\)$/);return s?parseFloat(s[1].split(", ")[isVertical(t)?13:12]):(s=n.match(/^matrix\((.+)\)$/),s?parseFloat(s[1].split(", ")[isVertical(t)?5:4]):null)}function dampenValue(e){return 8*(Math.log(e+1)-2)}function assignStyle(e,t){if(!e)return()=>{};const i=e.style.cssText;return Object.assign(e.style,t),()=>{e.style.cssText=i}}function chain(...e){return(...t)=>{for(const i of e)typeof i=="function"&&i(...t)}}const TRANSITIONS={DURATION:.5,EASE:[.32,.72,0,1]},VELOCITY_THRESHOLD=.4,CLOSE_THRESHOLD=.25,SCROLL_LOCK_TIMEOUT=100,BORDER_RADIUS=8,NESTED_DISPLACEMENT=16,WINDOW_TOP_OFFSET=26,DRAG_CLASS="vaul-dragging";function useCallbackRef(e){const t=React.useRef(e);return React.useEffect(()=>{t.current=e}),React.useMemo(()=>(...i)=>t.current==null?void 0:t.current.call(t,...i),[])}function useUncontrolledState({defaultProp:e,onChange:t}){const i=React.useState(e),[n]=i,s=React.useRef(n),a=useCallbackRef(t);return React.useEffect(()=>{s.current!==n&&(a(n),s.current=n)},[n,s,a]),i}function useControllableState({prop:e,defaultProp:t,onChange:i=()=>{}}){const[n,s]=useUncontrolledState({defaultProp:t,onChange:i}),a=e!==void 0,o=a?e:n,l=useCallbackRef(i),c=React.useCallback(u=>{if(a){const d=typeof u=="function"?u(e):u;d!==e&&l(d)}else s(u)},[a,e,s,l]);return[o,c]}function useSnapPoints({activeSnapPointProp:e,setActiveSnapPointProp:t,snapPoints:i,drawerRef:n,overlayRef:s,fadeFromIndex:a,onSnapPointChange:o,direction:l="bottom",container:c,snapToSequentialPoint:u}){const[f,d]=useControllableState({prop:e,defaultProp:i==null?void 0:i[0],onChange:t}),[p,b]=React.useState(typeof window<"u"?{innerWidth:window.innerWidth,innerHeight:window.innerHeight}:void 0);React.useEffect(()=>{function L(){b({innerWidth:window.innerWidth,innerHeight:window.innerHeight})}return window.addEventListener("resize",L),()=>window.removeEventListener("resize",L)},[]);const y=React.useMemo(()=>f===(i==null?void 0:i[i.length-1])||null,[i,f]),C=React.useMemo(()=>{var L;return(L=i==null?void 0:i.findIndex(_=>_===f))!=null?L:null},[i,f]),R=i&&i.length>0&&(a||a===0)&&!Number.isNaN(a)&&i[a]===f||!i,m=React.useMemo(()=>{const L=c?{width:c.getBoundingClientRect().width,height:c.getBoundingClientRect().height}:typeof window<"u"?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0};var _;return(_=i==null?void 0:i.map(k=>{const $=typeof k=="string";let z=0;if($&&(z=parseInt(k,10)),isVertical(l)){const N=$?z:p?k*L.height:0;return p?l==="bottom"?L.height-N:-L.height+N:N}const H=$?z:p?k*L.width:0;return p?l==="right"?L.width-H:-L.width+H:H}))!=null?_:[]},[i,p,c]),x=React.useMemo(()=>C!==null?m==null?void 0:m[C]:null,[m,C]),g=React.useCallback(L=>{var _;const k=(_=m==null?void 0:m.findIndex($=>$===L))!=null?_:null;o(k),set(n.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(l)?`translate3d(0, ${L}px, 0)`:`translate3d(${L}px, 0, 0)`}),m&&k!==m.length-1&&a!==void 0&&k!==a&&k<a?set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"0"}):set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"1"}),d(i==null?void 0:i[Math.max(k,0)])},[n.current,i,m,a,s,d]);React.useEffect(()=>{if(f||e){var L;const _=(L=i==null?void 0:i.findIndex(k=>k===e||k===f))!=null?L:-1;m&&_!==-1&&typeof m[_]=="number"&&g(m[_])}},[f,e,i,m,g]);function S({draggedDistance:L,closeDrawer:_,velocity:k,dismissible:$}){if(a===void 0)return;const z=l==="bottom"||l==="right"?(x??0)-L:(x??0)+L,H=C===a-1,N=C===0,K=L>0;if(H&&set(s.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`}),!u&&k>2&&!K){$?_():g(m[0]);return}if(!u&&k>2&&K&&m&&i){g(m[i.length-1]);return}const B=m==null?void 0:m.reduce((A,P)=>typeof A!="number"||typeof P!="number"?A:Math.abs(P-z)<Math.abs(A-z)?P:A),V=isVertical(l)?window.innerHeight:window.innerWidth;if(k>VELOCITY_THRESHOLD&&Math.abs(L)<V*.4){const A=K?1:-1;if(A>0&&y&&i){g(m[i.length-1]);return}if(N&&A<0&&$&&_(),C===null)return;g(m[C+A]);return}g(B)}function E({draggedDistance:L}){if(x===null)return;const _=l==="bottom"||l==="right"?x-L:x+L;(l==="bottom"||l==="right")&&_<m[m.length-1]||(l==="top"||l==="left")&&_>m[m.length-1]||set(n.current,{transform:isVertical(l)?`translate3d(0, ${_}px, 0)`:`translate3d(${_}px, 0, 0)`})}function T(L,_){if(!i||typeof C!="number"||!m||a===void 0)return null;const k=C===a-1;if(C>=a&&_)return 0;if(k&&!_)return 1;if(!R&&!k)return null;const z=k?C+1:C-1,H=k?m[z]-m[z-1]:m[z+1]-m[z],N=L/Math.abs(H);return k?1-N:N}return{isLastSnapPoint:y,activeSnapPoint:f,shouldFade:R,getPercentageDragged:T,setActiveSnapPoint:d,activeSnapPointIndex:C,onRelease:S,onDrag:E,snapPointsOffset:m}}const noop$1=()=>()=>{};function useScaleBackground(){const{direction:e,isOpen:t,shouldScaleBackground:i,setBackgroundColorOnScale:n,noBodyStyles:s}=useDrawerContext(),a=React.useRef(null),o=React.useMemo(()=>document.body.style.backgroundColor,[]);function l(){return(window.innerWidth-WINDOW_TOP_OFFSET)/window.innerWidth}React.useEffect(()=>{if(t&&i){a.current&&clearTimeout(a.current);const c=document.querySelector("[data-vaul-drawer-wrapper]")||document.querySelector("[vaul-drawer-wrapper]");if(!c)return;chain(n&&!s?assignStyle(document.body,{background:"black"}):noop$1,assignStyle(c,{transformOrigin:isVertical(e)?"top":"left",transitionProperty:"transform, border-radius",transitionDuration:`${TRANSITIONS.DURATION}s`,transitionTimingFunction:`cubic-bezier(${TRANSITIONS.EASE.join(",")})`}));const u=assignStyle(c,{borderRadius:`${BORDER_RADIUS}px`,overflow:"hidden",...isVertical(e)?{transform:`scale(${l()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`}:{transform:`scale(${l()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`}});return()=>{u(),a.current=window.setTimeout(()=>{o?document.body.style.background=o:document.body.style.removeProperty("background")},TRANSITIONS.DURATION*1e3)}}},[t,i,o])}let previousBodyPosition=null;function usePositionFixed({isOpen:e,modal:t,nested:i,hasBeenOpened:n,preventScrollRestoration:s,noBodyStyles:a}){const[o,l]=React.useState(()=>typeof window<"u"?window.location.href:""),c=React.useRef(0),u=React.useCallback(()=>{if(isSafari()&&previousBodyPosition===null&&e&&!a){previousBodyPosition={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left,height:document.body.style.height,right:"unset"};const{scrollX:d,innerHeight:p}=window;document.body.style.setProperty("position","fixed","important"),Object.assign(document.body.style,{top:`${-c.current}px`,left:`${-d}px`,right:"0px",height:"auto"}),window.setTimeout(()=>window.requestAnimationFrame(()=>{const b=p-window.innerHeight;b&&c.current>=p&&(document.body.style.top=`${-(c.current+b)}px`)}),300)}},[e]),f=React.useCallback(()=>{if(isSafari()&&previousBodyPosition!==null&&!a){const d=-parseInt(document.body.style.top,10),p=-parseInt(document.body.style.left,10);Object.assign(document.body.style,previousBodyPosition),window.requestAnimationFrame(()=>{if(s&&o!==window.location.href){l(window.location.href);return}window.scrollTo(p,d)}),previousBodyPosition=null}},[o]);return React.useEffect(()=>{function d(){c.current=window.scrollY}return d(),window.addEventListener("scroll",d),()=>{window.removeEventListener("scroll",d)}},[]),React.useEffect(()=>{if(t)return()=>{typeof document>"u"||document.querySelector("[data-vaul-drawer]")||f()}},[t,f]),React.useEffect(()=>{i||!n||(e?(!window.matchMedia("(display-mode: standalone)").matches&&u(),t||window.setTimeout(()=>{f()},500)):f())},[e,n,o,t,i,u,f]),{restorePositionSetting:f}}function Root({open:e,onOpenChange:t,children:i,onDrag:n,onRelease:s,snapPoints:a,shouldScaleBackground:o=!1,setBackgroundColorOnScale:l=!0,closeThreshold:c=CLOSE_THRESHOLD,scrollLockTimeout:u=SCROLL_LOCK_TIMEOUT,dismissible:f=!0,handleOnly:d=!1,fadeFromIndex:p=a&&a.length-1,activeSnapPoint:b,setActiveSnapPoint:y,fixed:C,modal:R=!0,onClose:m,nested:x,noBodyStyles:g=!1,direction:S="bottom",defaultOpen:E=!1,disablePreventScroll:T=!0,snapToSequentialPoint:L=!1,preventScrollRestoration:_=!1,repositionInputs:k=!0,onAnimationEnd:$,container:z,autoFocus:H=!1}){var N,K;const[B=!1,V]=useControllableState({defaultProp:E,prop:e,onChange:O=>{t==null||t(O),!O&&!x&&Te(),setTimeout(()=>{$==null||$(O)},TRANSITIONS.DURATION*1e3),O&&!R&&typeof window<"u"&&window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"}),O||(document.body.style.pointerEvents="auto")}}),[A,P]=React.useState(!1),[M,I]=React.useState(!1),[j,U]=React.useState(!1),q=React.useRef(null),X=React.useRef(null),ee=React.useRef(null),re=React.useRef(null),ce=React.useRef(null),he=React.useRef(!1),me=React.useRef(null),pe=React.useRef(0),se=React.useRef(!1),fe=React.useRef(!E),ie=React.useRef(0),Y=React.useRef(null),Ee=React.useRef(((N=Y.current)==null?void 0:N.getBoundingClientRect().height)||0),Le=React.useRef(((K=Y.current)==null?void 0:K.getBoundingClientRect().width)||0),be=React.useRef(0),ye=React.useCallback(O=>{a&&O===we.length-1&&(X.current=new Date)},[]),{activeSnapPoint:Re,activeSnapPointIndex:Ce,setActiveSnapPoint:ve,onRelease:xe,snapPointsOffset:we,onDrag:Se,shouldFade:Me,getPercentageDragged:Pe}=useSnapPoints({snapPoints:a,activeSnapPointProp:b,setActiveSnapPointProp:y,drawerRef:Y,fadeFromIndex:p,overlayRef:q,onSnapPointChange:ye,direction:S,container:z,snapToSequentialPoint:L});usePreventScroll({isDisabled:!B||M||!R||j||!A||!k||!T});const{restorePositionSetting:Te}=usePositionFixed({isOpen:B,modal:R,nested:x??!1,hasBeenOpened:A,preventScrollRestoration:_,noBodyStyles:g});function _e(){return(window.innerWidth-WINDOW_TOP_OFFSET)/window.innerWidth}function Ae(O){var F,Z;!f&&!a||Y.current&&!Y.current.contains(O.target)||(Ee.current=((F=Y.current)==null?void 0:F.getBoundingClientRect().height)||0,Le.current=((Z=Y.current)==null?void 0:Z.getBoundingClientRect().width)||0,I(!0),ee.current=new Date,isIOS()&&window.addEventListener("touchend",()=>he.current=!1,{once:!0}),O.target.setPointerCapture(O.pointerId),pe.current=isVertical(S)?O.pageY:O.pageX)}function je(O,F){var Z;let J=O;const Q=(Z=window.getSelection())==null?void 0:Z.toString(),te=Y.current?getTranslate(Y.current,S):null,ne=new Date;if(J.tagName==="SELECT"||J.hasAttribute("data-vaul-no-drag")||J.closest("[data-vaul-no-drag]"))return!1;if(S==="right"||S==="left")return!0;if(X.current&&ne.getTime()-X.current.getTime()<500)return!1;if(te!==null&&(S==="bottom"?te>0:te<0))return!0;if(Q&&Q.length>0)return!1;if(ce.current&&ne.getTime()-ce.current.getTime()<u&&te===0||F)return ce.current=ne,!1;for(;J;){if(J.scrollHeight>J.clientHeight){if(J.scrollTop!==0)return ce.current=new Date,!1;if(J.getAttribute("role")==="dialog")return!0}J=J.parentNode}return!0}function Fe(O){if(Y.current&&M){const F=S==="bottom"||S==="right"?1:-1,Z=(pe.current-(isVertical(S)?O.pageY:O.pageX))*F,J=Z>0,Q=a&&!f&&!J;if(Q&&Ce===0)return;const te=Math.abs(Z),ne=document.querySelector("[data-vaul-drawer-wrapper]"),le=S==="bottom"||S==="top"?Ee.current:Le.current;let ae=te/le;const oe=Pe(te,J);if(oe!==null&&(ae=oe),Q&&ae>=1||!he.current&&!je(O.target,J))return;if(Y.current.classList.add(DRAG_CLASS),he.current=!0,set(Y.current,{transition:"none"}),set(q.current,{transition:"none"}),a&&Se({draggedDistance:Z}),J&&!a){const ue=dampenValue(Z),ge=Math.min(ue*-1,0)*F;set(Y.current,{transform:isVertical(S)?`translate3d(0, ${ge}px, 0)`:`translate3d(${ge}px, 0, 0)`});return}const de=1-ae;if((Me||p&&Ce===p-1)&&(n==null||n(O,ae),set(q.current,{opacity:`${de}`,transition:"none"},!0)),ne&&q.current&&o){const ue=Math.min(_e()+ae*(1-_e()),1),ge=8-ae*8,Ie=Math.max(0,14-ae*14);set(ne,{borderRadius:`${ge}px`,transform:isVertical(S)?`scale(${ue}) translate3d(0, ${Ie}px, 0)`:`scale(${ue}) translate3d(${Ie}px, 0, 0)`,transition:"none"},!0)}if(!a){const ue=te*F;set(Y.current,{transform:isVertical(S)?`translate3d(0, ${ue}px, 0)`:`translate3d(${ue}px, 0, 0)`})}}}React.useEffect(()=>{window.requestAnimationFrame(()=>{fe.current=!0})},[]),React.useEffect(()=>{var O;function F(){if(!Y.current||!k)return;const Z=document.activeElement;if(isInput(Z)||se.current){var J;const Q=((J=window.visualViewport)==null?void 0:J.height)||0,te=window.innerHeight;let ne=te-Q;const le=Y.current.getBoundingClientRect().height||0,ae=le>te*.8;be.current||(be.current=le);const oe=Y.current.getBoundingClientRect().top;if(Math.abs(ie.current-ne)>60&&(se.current=!se.current),a&&a.length>0&&we&&Ce){const de=we[Ce]||0;ne+=de}if(ie.current=ne,le>Q||se.current){const de=Y.current.getBoundingClientRect().height;let ue=de;de>Q&&(ue=Q-(ae?oe:WINDOW_TOP_OFFSET)),C?Y.current.style.height=`${de-Math.max(ne,0)}px`:Y.current.style.height=`${Math.max(ue,Q-oe)}px`}else isMobileFirefox()||(Y.current.style.height=`${be.current}px`);a&&a.length>0&&!se.current?Y.current.style.bottom="0px":Y.current.style.bottom=`${Math.max(ne,0)}px`}}return(O=window.visualViewport)==null||O.addEventListener("resize",F),()=>{var Z;return(Z=window.visualViewport)==null?void 0:Z.removeEventListener("resize",F)}},[Ce,a,we]);function Ve(O){De(),m==null||m(),O||V(!1),setTimeout(()=>{a&&ve(a[0])},TRANSITIONS.DURATION*1e3)}function ke(){if(!Y.current)return;const O=document.querySelector("[data-vaul-drawer-wrapper]"),F=getTranslate(Y.current,S);set(Y.current,{transform:"translate3d(0, 0, 0)",transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`}),set(q.current,{transition:`opacity ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,opacity:"1"}),o&&F&&F>0&&B&&set(O,{borderRadius:`${BORDER_RADIUS}px`,overflow:"hidden",...isVertical(S)?{transform:`scale(${_e()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,transformOrigin:"top"}:{transform:`scale(${_e()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,transformOrigin:"left"},transitionProperty:"transform, border-radius",transitionDuration:`${TRANSITIONS.DURATION}s`,transitionTimingFunction:`cubic-bezier(${TRANSITIONS.EASE.join(",")})`},!0)}function De(){!M||!Y.current||(Y.current.classList.remove(DRAG_CLASS),he.current=!1,I(!1),re.current=new Date)}function Oe(O){if(!M||!Y.current)return;Y.current.classList.remove(DRAG_CLASS),he.current=!1,I(!1),re.current=new Date;const F=getTranslate(Y.current,S);if(!O||!je(O.target,!1)||!F||Number.isNaN(F)||ee.current===null)return;const Z=re.current.getTime()-ee.current.getTime(),J=pe.current-(isVertical(S)?O.pageY:O.pageX),Q=Math.abs(J)/Z;if(Q>.05&&(U(!0),setTimeout(()=>{U(!1)},200)),a){xe({draggedDistance:J*(S==="bottom"||S==="right"?1:-1),closeDrawer:Ve,velocity:Q,dismissible:f}),s==null||s(O,!0);return}if(S==="bottom"||S==="right"?J>0:J<0){ke(),s==null||s(O,!0);return}if(Q>VELOCITY_THRESHOLD){Ve(),s==null||s(O,!1);return}var te;const ne=Math.min((te=Y.current.getBoundingClientRect().height)!=null?te:0,window.innerHeight);var le;const ae=Math.min((le=Y.current.getBoundingClientRect().width)!=null?le:0,window.innerWidth),oe=S==="left"||S==="right";if(Math.abs(F)>=(oe?ae:ne)*c){Ve(),s==null||s(O,!1);return}s==null||s(O,!0),ke()}React.useEffect(()=>(B&&(set(document.documentElement,{scrollBehavior:"auto"}),X.current=new Date),()=>{reset(document.documentElement,"scrollBehavior")}),[B]);function W(O){const F=O?(window.innerWidth-NESTED_DISPLACEMENT)/window.innerWidth:1,Z=O?-NESTED_DISPLACEMENT:0;me.current&&window.clearTimeout(me.current),set(Y.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(S)?`scale(${F}) translate3d(0, ${Z}px, 0)`:`scale(${F}) translate3d(${Z}px, 0, 0)`}),!O&&Y.current&&(me.current=setTimeout(()=>{const J=getTranslate(Y.current,S);set(Y.current,{transition:"none",transform:isVertical(S)?`translate3d(0, ${J}px, 0)`:`translate3d(${J}px, 0, 0)`})},500))}function D(O,F){if(F<0)return;const Z=(window.innerWidth-NESTED_DISPLACEMENT)/window.innerWidth,J=Z+F*(1-Z),Q=-NESTED_DISPLACEMENT+F*NESTED_DISPLACEMENT;set(Y.current,{transform:isVertical(S)?`scale(${J}) translate3d(0, ${Q}px, 0)`:`scale(${J}) translate3d(${Q}px, 0, 0)`,transition:"none"})}function G(O,F){const Z=isVertical(S)?window.innerHeight:window.innerWidth,J=F?(Z-NESTED_DISPLACEMENT)/Z:1,Q=F?-NESTED_DISPLACEMENT:0;F&&set(Y.current,{transition:`transform ${TRANSITIONS.DURATION}s cubic-bezier(${TRANSITIONS.EASE.join(",")})`,transform:isVertical(S)?`scale(${J}) translate3d(0, ${Q}px, 0)`:`scale(${J}) translate3d(${Q}px, 0, 0)`})}return React.useEffect(()=>{R||window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"})},[R]),React.createElement(Root$1,{defaultOpen:E,onOpenChange:O=>{!f&&!O||(O?P(!0):Ve(!0),V(O))},open:B},React.createElement(DrawerContext.Provider,{value:{activeSnapPoint:Re,snapPoints:a,setActiveSnapPoint:ve,drawerRef:Y,overlayRef:q,onOpenChange:t,onPress:Ae,onRelease:Oe,onDrag:Fe,dismissible:f,shouldAnimate:fe,handleOnly:d,isOpen:B,isDragging:M,shouldFade:Me,closeDrawer:Ve,onNestedDrag:D,onNestedOpenChange:W,onNestedRelease:G,keyboardIsOpen:se,modal:R,snapPointsOffset:we,activeSnapPointIndex:Ce,direction:S,shouldScaleBackground:o,setBackgroundColorOnScale:l,noBodyStyles:g,container:z,autoFocus:H}},i))}const Overlay=React.forwardRef(function({...e},t){const{overlayRef:i,snapPoints:n,onRelease:s,shouldFade:a,isOpen:o,modal:l,shouldAnimate:c}=useDrawerContext(),u=useComposedRefs(t,i),f=n&&n.length>0;if(!l)return null;const d=React.useCallback(p=>s(p),[s]);return React.createElement(Overlay$1,{onMouseUp:d,ref:u,"data-vaul-overlay":"","data-vaul-snap-points":o&&f?"true":"false","data-vaul-snap-points-overlay":o&&a?"true":"false","data-vaul-animate":c!=null&&c.current?"true":"false",...e})});Overlay.displayName="Drawer.Overlay";const Content=React.forwardRef(function({onPointerDownOutside:e,style:t,onOpenAutoFocus:i,...n},s){const{drawerRef:a,onPress:o,onRelease:l,onDrag:c,keyboardIsOpen:u,snapPointsOffset:f,activeSnapPointIndex:d,modal:p,isOpen:b,direction:y,snapPoints:C,container:R,handleOnly:m,shouldAnimate:x,autoFocus:g}=useDrawerContext(),[S,E]=React.useState(!1),T=useComposedRefs(s,a),L=React.useRef(null),_=React.useRef(null),k=React.useRef(!1),$=C&&C.length>0;useScaleBackground();const z=(N,K,B=0)=>{if(k.current)return!0;const V=Math.abs(N.y),A=Math.abs(N.x),P=A>V,M=["bottom","right"].includes(K)?1:-1;if(K==="left"||K==="right"){if(!(N.x*M<0)&&A>=0&&A<=B)return P}else if(!(N.y*M<0)&&V>=0&&V<=B)return!P;return k.current=!0,!0};React.useEffect(()=>{$&&window.requestAnimationFrame(()=>{E(!0)})},[]);function H(N){L.current=null,k.current=!1,l(N)}return React.createElement(Content$1,{"data-vaul-drawer-direction":y,"data-vaul-drawer":"","data-vaul-delayed-snap-points":S?"true":"false","data-vaul-snap-points":b&&$?"true":"false","data-vaul-custom-container":R?"true":"false","data-vaul-animate":x!=null&&x.current?"true":"false",...n,ref:T,style:f&&f.length>0?{"--snap-point-height":`${f[d??0]}px`,...t}:t,onPointerDown:N=>{m||(n.onPointerDown==null||n.onPointerDown.call(n,N),L.current={x:N.pageX,y:N.pageY},o(N))},onOpenAutoFocus:N=>{i==null||i(N),g||N.preventDefault()},onPointerDownOutside:N=>{if(e==null||e(N),!p||N.defaultPrevented){N.preventDefault();return}u.current&&(u.current=!1)},onFocusOutside:N=>{if(!p){N.preventDefault();return}},onPointerMove:N=>{if(_.current=N,m||(n.onPointerMove==null||n.onPointerMove.call(n,N),!L.current))return;const K=N.pageY-L.current.y,B=N.pageX-L.current.x,V=N.pointerType==="touch"?10:2;z({x:B,y:K},y,V)?c(N):(Math.abs(B)>V||Math.abs(K)>V)&&(L.current=null)},onPointerUp:N=>{n.onPointerUp==null||n.onPointerUp.call(n,N),L.current=null,k.current=!1,l(N)},onPointerOut:N=>{n.onPointerOut==null||n.onPointerOut.call(n,N),H(_.current)},onContextMenu:N=>{n.onContextMenu==null||n.onContextMenu.call(n,N),_.current&&H(_.current)}})});Content.displayName="Drawer.Content";const LONG_HANDLE_PRESS_TIMEOUT=250,DOUBLE_TAP_TIMEOUT=120,Handle=React.forwardRef(function({preventCycle:e=!1,children:t,...i},n){const{closeDrawer:s,isDragging:a,snapPoints:o,activeSnapPoint:l,setActiveSnapPoint:c,dismissible:u,handleOnly:f,isOpen:d,onPress:p,onDrag:b}=useDrawerContext(),y=React.useRef(null),C=React.useRef(!1);function R(){if(C.current){g();return}window.setTimeout(()=>{m()},DOUBLE_TAP_TIMEOUT)}function m(){if(a||e||C.current){g();return}if(g(),!o||o.length===0){u||s();return}if(l===o[o.length-1]&&u){s();return}const E=o.findIndex(L=>L===l);if(E===-1)return;const T=o[E+1];c(T)}function x(){y.current=window.setTimeout(()=>{C.current=!0},LONG_HANDLE_PRESS_TIMEOUT)}function g(){y.current&&window.clearTimeout(y.current),C.current=!1}return React.createElement("div",{onClick:R,onPointerCancel:g,onPointerDown:S=>{f&&p(S),x()},onPointerMove:S=>{f&&b(S)},ref:n,"data-vaul-drawer-visible":d?"true":"false","data-vaul-handle":"","aria-hidden":"true",...i},React.createElement("span",{"data-vaul-handle-hitarea":"","aria-hidden":"true"},t))});Handle.displayName="Drawer.Handle";function NestedRoot({onDrag:e,onOpenChange:t,open:i,...n}){const{onNestedDrag:s,onNestedOpenChange:a,onNestedRelease:o}=useDrawerContext();if(!s)throw new Error("Drawer.NestedRoot must be placed in another drawer");return React.createElement(Root,{nested:!0,open:i,onClose:()=>{a(!1)},onDrag:(l,c)=>{s(l,c),e==null||e(l,c)},onOpenChange:l=>{l&&a(l),t==null||t(l)},onRelease:o,...n})}function Portal(e){const t=useDrawerContext(),{container:i=t.container,...n}=e;return React.createElement(Portal$1,{container:i,...n})}const Drawer={Root,NestedRoot,Content,Overlay,Trigger,Portal,Handle,Close,Title,Description},BottomSheet=({children:e,open:t,onOpenChange:i})=>jsxRuntime.jsx(ClientOnly,{children:jsxRuntime.jsx(Drawer.Root,{open:t,onOpenChange:i,repositionInputs:!1,children:jsxRuntime.jsxs(Drawer.Portal,{children:[jsxRuntime.jsx(Drawer.Overlay,{className:"gf-fixed gf-inset-0 gf-z-50 gf-h-screen gf-w-screen gf-bg-dark-grey gf-bg-opacity-40 gf-transition-colors gf-duration-500 gf-ease-cubic-in-out"}),jsxRuntime.jsxs(Drawer.Content,{className:"gf-fixed gf-bottom-0 gf-left-0 gf-right-0 gf-z-50 gf-mt-24 gf-flex gf-max-h-[85vh] gf-flex-col gf-rounded-t-xl gf-bg-white/50 gf-px-4 gf-py-4 gf-outline-none gf-backdrop-blur-[20px]",children:[jsxRuntime.jsx("div",{className:"gf-mx-auto gf-mb-3 gf-h-1 gf-w-[60px] gf-flex-shrink-0 gf-rounded-full gf-bg-white/30"}),jsxRuntime.jsx("div",{className:"gf-scrollbar-hide gf-flex gf-flex-1 gf-flex-col gf-gap-5 gf-overflow-y-auto",children:e})]})]})})}),Container=({children:e,className:t,...i})=>jsxRuntime.jsx("div",{...i,className:cn("gf-p-6 gf-rounded-2xl gf-w-fit",t),children:e}),ArrowDownwardIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"18",viewBox:"0 0 12 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.0013 17.3333L0.167969 11.5L1.33464 10.3333L5.16797 14.1458V0.666656H6.83464V14.1458L10.668 10.3125L11.8346 11.5L6.0013 17.3333Z"})}),ArrowUpwardIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"18",viewBox:"0 0 12 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.16797 17.3333V3.85416L1.33464 7.66666L0.167969 6.49999L6.0013 0.666656L11.8346 6.49999L10.668 7.68749L6.83464 3.85416V17.3333H5.16797Z"})}),ArrowLeftIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.5013 11.8333L0.667969 5.99999L6.5013 0.166656L7.66797 1.33332L3.85547 5.16666H17.3346V6.83332H3.85547L7.6888 10.6667L6.5013 11.8333Z"})}),ArrowRightIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"12",viewBox:"0 0 18 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.5013 11.8333L10.3138 10.6667L14.1471 6.83332H0.667969V5.16666H14.1471L10.3346 1.33332L11.5013 0.166656L17.3346 5.99999L11.5013 11.8333Z"})}),AddIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.16797 6.83332H0.167969V5.16666H5.16797V0.166656H6.83464V5.16666H11.8346V6.83332H6.83464V11.8333H5.16797V6.83332Z"})}),ArrowNorthEastIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.4987 12.6667L0.332031 11.5L9.9987 1.83335H4.4987V0.166687H12.832V8.50002H11.1654V3.00002L1.4987 12.6667Z"})}),ArrowNorthWestIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.5013 12.6667L1.83464 3.00002V8.50002H0.167969V0.166687H8.5013V1.83335H3.0013L12.668 11.5L11.5013 12.6667Z"})}),ArrowSouthEastIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.4987 12.8333V11.1666H9.9987L0.332031 1.49998L1.4987 0.333313L11.1654 9.99998V4.49998H12.832V12.8333H4.4987Z"})}),ArrowSouthWestIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.167969 12.8333V4.49998H1.83464V9.99998L11.5013 0.333313L12.668 1.49998L3.0013 11.1666H8.5013V12.8333H0.167969Z"})}),CheckIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"11",viewBox:"0 0 14 11",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.95703 11.0003L0.207031 6.25033L1.39453 5.06283L4.95703 8.62533L12.6029 0.979492L13.7904 2.16699L4.95703 11.0003Z"})}),ClockIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M11.7513 12.9167L12.918 11.75L9.83463 8.66669V4.83335H8.16797V9.33335L11.7513 12.9167ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8485 15.6667 12.4214 15.0174 13.7201 13.7188C15.0187 12.4202 15.668 10.8472 15.668 9.00002C15.668 7.1528 15.0187 5.57988 13.7201 4.28127C12.4214 2.98266 10.8485 2.33335 9.0013 2.33335C7.15408 2.33335 5.58116 2.98266 4.28255 4.28127C2.98394 5.57988 2.33464 7.1528 2.33464 9.00002C2.33464 10.8472 2.98394 12.4202 4.28255 13.7188C5.58116 15.0174 7.15408 15.6667 9.0013 15.6667Z"})}),CloseIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.33464 11.8334L0.167969 10.6667L4.83464 6.00002L0.167969 1.33335L1.33464 0.166687L6.0013 4.83335L10.668 0.166687L11.8346 1.33335L7.16797 6.00002L11.8346 10.6667L10.668 11.8334L6.0013 7.16669L1.33464 11.8334Z"})}),CopyIcon=e=>jsxRuntime.jsx("svg",{width:"15",height:"18",viewBox:"0 0 15 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.5 14C5.04167 14 4.64931 13.8368 4.32292 13.5104C3.99653 13.184 3.83333 12.7917 3.83333 12.3334V2.33335C3.83333 1.87502 3.99653 1.48266 4.32292 1.15627C4.64931 0.829881 5.04167 0.666687 5.5 0.666687H13C13.4583 0.666687 13.8507 0.829881 14.1771 1.15627C14.5035 1.48266 14.6667 1.87502 14.6667 2.33335V12.3334C14.6667 12.7917 14.5035 13.184 14.1771 13.5104C13.8507 13.8368 13.4583 14 13 14H5.5ZM5.5 12.3334H13V2.33335H5.5V12.3334ZM2.16667 17.3334C1.70833 17.3334 1.31597 17.1702 0.989583 16.8438C0.663194 16.5174 0.5 16.125 0.5 15.6667V4.00002H2.16667V15.6667H11.3333V17.3334H2.16667Z"})}),EditIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 13.8333H3.35417L11.5 5.6875L10.3125 4.5L2.16667 12.6458V13.8333ZM0.5 15.5V11.9583L11.5 0.979167C11.6667 0.826389 11.8507 0.708333 12.0521 0.625C12.2535 0.541667 12.4653 0.5 12.6875 0.5C12.9097 0.5 13.125 0.541667 13.3333 0.625C13.5417 0.708333 13.7222 0.833333 13.875 1L15.0208 2.16667C15.1875 2.31944 15.309 2.5 15.3854 2.70833C15.4618 2.91667 15.5 3.125 15.5 3.33333C15.5 3.55556 15.4618 3.76736 15.3854 3.96875C15.309 4.17014 15.1875 4.35417 15.0208 4.52083L4.04167 15.5H0.5ZM10.8958 5.10417L10.3125 4.5L11.5 5.6875L10.8958 5.10417Z"})}),ExchangeIcon=e=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("path",{d:"M12.3882 15.3333L12.3882 4.37498L11.1382 4.37498L11.1382 15.3333L11.1382 18.3333L11.7632 17.7083L15.832 13.6394L14.9715 12.75L12.3882 15.3333Z"}),jsxRuntime.jsx("path",{d:"M7.61184 4.66669L7.61184 15.625L8.86184 15.625L8.86184 4.66669L8.86181 1.66669L8.23684 2.29169L4.16797 6.36056L5.02851 7.25002L7.61184 4.66669Z"})]}),InfoIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8.16797 13.1667H9.83463V8.16669H8.16797V13.1667ZM9.0013 6.50002C9.23741 6.50002 9.43533 6.42016 9.59505 6.26044C9.75477 6.10071 9.83463 5.9028 9.83463 5.66669C9.83463 5.43058 9.75477 5.23266 9.59505 5.07294C9.43533 4.91321 9.23741 4.83335 9.0013 4.83335C8.76519 4.83335 8.56727 4.91321 8.40755 5.07294C8.24783 5.23266 8.16797 5.43058 8.16797 5.66669C8.16797 5.9028 8.24783 6.10071 8.40755 6.26044C8.56727 6.42016 8.76519 6.50002 9.0013 6.50002ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z"})}),KeyboardDownIcon=e=>jsxRuntime.jsx("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5 6.83335L0 1.83335L1.16667 0.666687L5 4.50002L8.83333 0.666687L10 1.83335L5 6.83335Z"})}),KeyboardLeftIcon=e=>jsxRuntime.jsx("svg",{width:"7",height:"10",viewBox:"0 0 7 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.66797 10L0.667969 5L5.66797 0L6.83464 1.16667L3.0013 5L6.83464 8.83333L5.66797 10Z"})}),KeyboardRightIcon=e=>jsxRuntime.jsx("svg",{width:"7",height:"10",viewBox:"0 0 7 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.5013 5L0.667969 1.16667L1.83464 0L6.83464 5L1.83464 10L0.667969 8.83333L4.5013 5Z"})}),KeyboardUpIcon=e=>jsxRuntime.jsx("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5 3.00002L1.16667 6.83335L0 5.66669L5 0.666687L10 5.66669L8.83333 6.83335L5 3.00002Z"})}),LanguageIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8 16C6.90278 16 5.86806 15.7917 4.89583 15.375C3.92361 14.9583 3.07292 14.3854 2.34375 13.6562C1.61458 12.9271 1.04167 12.0764 0.625 11.1042C0.208333 10.1319 0 9.09722 0 8C0 6.88889 0.208333 5.85069 0.625 4.88542C1.04167 3.92014 1.61458 3.07292 2.34375 2.34375C3.07292 1.61458 3.92361 1.04167 4.89583 0.625C5.86806 0.208333 6.90278 0 8 0C9.11111 0 10.1493 0.208333 11.1146 0.625C12.0799 1.04167 12.9271 1.61458 13.6562 2.34375C14.3854 3.07292 14.9583 3.92014 15.375 4.88542C15.7917 5.85069 16 6.88889 16 8C16 9.09722 15.7917 10.1319 15.375 11.1042C14.9583 12.0764 14.3854 12.9271 13.6562 13.6562C12.9271 14.3854 12.0799 14.9583 11.1146 15.375C10.1493 15.7917 9.11111 16 8 16ZM8 14.4375C8.23611 14.2014 8.47222 13.7604 8.70833 13.1146C8.94444 12.4688 9.125 11.7639 9.25 11H6.75C6.875 11.7639 7.05556 12.4688 7.29167 13.1146C7.52778 13.7604 7.76389 14.2014 8 14.4375ZM6.10417 14.2292C5.90972 13.8125 5.73958 13.3333 5.59375 12.7917C5.44792 12.25 5.32639 11.6528 5.22917 11H2.25C2.65278 11.7917 3.1875 12.4688 3.85417 13.0312C4.52083 13.5938 5.27083 13.9931 6.10417 14.2292ZM9.89583 14.2292C10.7292 13.9931 11.4792 13.5938 12.1458 13.0312C12.8125 12.4688 13.3472 11.7917 13.75 11H10.7708C10.6736 11.6528 10.5521 12.25 10.4062 12.7917C10.2604 13.3333 10.0903 13.8125 9.89583 14.2292ZM1.6875 9.5H5.04167C5.01389 9.23611 4.99653 8.97569 4.98958 8.71875C4.98264 8.46181 4.97917 8.20833 4.97917 7.95833C4.97917 7.70833 4.98264 7.46181 4.98958 7.21875C4.99653 6.97569 5.01389 6.73611 5.04167 6.5H1.6875C1.61806 6.76389 1.56944 7.01736 1.54167 7.26042C1.51389 7.50347 1.5 7.75 1.5 8C1.5 8.25 1.51389 8.49653 1.54167 8.73958C1.56944 8.98264 1.61806 9.23611 1.6875 9.5ZM6.5625 9.5H9.4375C9.46528 9.22222 9.48264 8.96181 9.48958 8.71875C9.49653 8.47569 9.5 8.23611 9.5 8C9.5 7.76389 9.49653 7.52083 9.48958 7.27083C9.48264 7.02083 9.46528 6.76389 9.4375 6.5H6.5625C6.53472 6.76389 6.51736 7.02083 6.51042 7.27083C6.50347 7.52083 6.5 7.76389 6.5 8C6.5 8.23611 6.50347 8.47917 6.51042 8.72917C6.51736 8.97917 6.53472 9.23611 6.5625 9.5ZM10.9583 9.5H14.3125C14.3819 9.23611 14.4306 8.98264 14.4583 8.73958C14.4861 8.49653 14.5 8.25 14.5 8C14.5 7.75 14.4861 7.5 14.4583 7.25C14.4306 7 14.3819 6.75 14.3125 6.5H10.9583C10.9861 6.76389 11.0035 7.02431 11.0104 7.28125C11.0174 7.53819 11.0208 7.79167 11.0208 8.04167C11.0208 8.29167 11.0174 8.53819 11.0104 8.78125C11.0035 9.02431 10.9861 9.26389 10.9583 9.5ZM10.7708 5H13.75C13.3472 4.20833 12.8125 3.53125 12.1458 2.96875C11.4792 2.40625 10.7292 2.00694 9.89583 1.77083C10.0903 2.1875 10.2604 2.66667 10.4062 3.20833C10.5521 3.75 10.6736 4.34722 10.7708 5ZM6.75 5H9.25C9.125 4.23611 8.94444 3.53125 8.70833 2.88542C8.47222 2.23958 8.23611 1.79861 8 1.5625C7.76389 1.79861 7.52778 2.23958 7.29167 2.88542C7.05556 3.53125 6.875 4.23611 6.75 5ZM2.25 5H5.22917C5.32639 4.34722 5.44792 3.75 5.59375 3.20833C5.73958 2.66667 5.90972 2.1875 6.10417 1.77083C5.27083 2.00694 4.52083 2.40625 3.85417 2.96875C3.1875 3.53125 2.65278 4.20833 2.25 5Z"})}),LinkIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"10",viewBox:"0 0 18 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M8.16797 9.16665H4.83464C3.68186 9.16665 2.69922 8.7604 1.88672 7.9479C1.07422 7.1354 0.667969 6.15276 0.667969 4.99998C0.667969 3.8472 1.07422 2.86456 1.88672 2.05206C2.69922 1.23956 3.68186 0.833313 4.83464 0.833313H8.16797V2.49998H4.83464C4.14019 2.49998 3.54991 2.74304 3.0638 3.22915C2.57769 3.71526 2.33464 4.30554 2.33464 4.99998C2.33464 5.69442 2.57769 6.2847 3.0638 6.77081C3.54991 7.25692 4.14019 7.49998 4.83464 7.49998H8.16797V9.16665ZM5.66797 5.83331V4.16665H12.3346V5.83331H5.66797ZM9.83463 9.16665V7.49998H13.168C13.8624 7.49998 14.4527 7.25692 14.9388 6.77081C15.4249 6.2847 15.668 5.69442 15.668 4.99998C15.668 4.30554 15.4249 3.71526 14.9388 3.22915C14.4527 2.74304 13.8624 2.49998 13.168 2.49998H9.83463V0.833313H13.168C14.3207 0.833313 15.3034 1.23956 16.1159 2.05206C16.9284 2.86456 17.3346 3.8472 17.3346 4.99998C17.3346 6.15276 16.9284 7.1354 16.1159 7.9479C15.3034 8.7604 14.3207 9.16665 13.168 9.16665H9.83463Z"})}),LockIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"19",viewBox:"0 0 14 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.9987 18.3333C1.54036 18.3333 1.148 18.1701 0.821615 17.8437C0.495226 17.5173 0.332031 17.125 0.332031 16.6666V8.33331C0.332031 7.87498 0.495226 7.48262 0.821615 7.15623C1.148 6.82984 1.54036 6.66665 1.9987 6.66665H2.83203V4.99998C2.83203 3.8472 3.23828 2.86456 4.05078 2.05206C4.86328 1.23956 5.84592 0.833313 6.9987 0.833313C8.15148 0.833313 9.13411 1.23956 9.94661 2.05206C10.7591 2.86456 11.1654 3.8472 11.1654 4.99998V6.66665H11.9987C12.457 6.66665 12.8494 6.82984 13.1758 7.15623C13.5022 7.48262 13.6654 7.87498 13.6654 8.33331V16.6666C13.6654 17.125 13.5022 17.5173 13.1758 17.8437C12.8494 18.1701 12.457 18.3333 11.9987 18.3333H1.9987ZM1.9987 16.6666H11.9987V8.33331H1.9987V16.6666ZM6.9987 14.1666C7.45703 14.1666 7.84939 14.0035 8.17578 13.6771C8.50217 13.3507 8.66536 12.9583 8.66536 12.5C8.66536 12.0416 8.50217 11.6493 8.17578 11.3229C7.84939 10.9965 7.45703 10.8333 6.9987 10.8333C6.54036 10.8333 6.148 10.9965 5.82161 11.3229C5.49523 11.6493 5.33203 12.0416 5.33203 12.5C5.33203 12.9583 5.49523 13.3507 5.82161 13.6771C6.148 14.0035 6.54036 14.1666 6.9987 14.1666ZM4.4987 6.66665H9.4987V4.99998C9.4987 4.30554 9.25564 3.71526 8.76953 3.22915C8.28342 2.74304 7.69314 2.49998 6.9987 2.49998C6.30425 2.49998 5.71398 2.74304 5.22786 3.22915C4.74175 3.71526 4.4987 4.30554 4.4987 4.99998V6.66665Z"})}),LogoutIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H8V2.16667H2.16667V13.8333H8V15.5H2.16667ZM11.3333 12.1667L10.1875 10.9583L12.3125 8.83333H5.5V7.16667H12.3125L10.1875 5.04167L11.3333 3.83333L15.5 8L11.3333 12.1667Z"})}),MenuIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"10",viewBox:"0 0 16 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 10V8.33333H15.5V10H0.5ZM0.5 5.83333V4.16667H15.5V5.83333H0.5ZM0.5 1.66667V0H15.5V1.66667H0.5Z"})}),OpenInFullIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 15.5V8.83333H2.16667V12.6667L12.6667 2.16667H8.83333V0.5H15.5V7.16667H13.8333V3.33333L3.33333 13.8333H7.16667V15.5H0.5Z"})}),PageInfoIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"14",viewBox:"0 0 16 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M12.7904 13.875C11.9154 13.875 11.1758 13.5729 10.5716 12.9688C9.96745 12.3646 9.66536 11.625 9.66536 10.75C9.66536 9.875 9.96745 9.13542 10.5716 8.53125C11.1758 7.92708 11.9154 7.625 12.7904 7.625C13.6654 7.625 14.4049 7.92708 15.0091 8.53125C15.6133 9.13542 15.9154 9.875 15.9154 10.75C15.9154 11.625 15.6133 12.3646 15.0091 12.9688C14.4049 13.5729 13.6654 13.875 12.7904 13.875ZM12.7904 12.2083C13.1931 12.2083 13.5369 12.066 13.8216 11.7812C14.1063 11.4965 14.2487 11.1528 14.2487 10.75C14.2487 10.3472 14.1063 10.0035 13.8216 9.71875C13.5369 9.43403 13.1931 9.29167 12.7904 9.29167C12.3876 9.29167 12.0438 9.43403 11.7591 9.71875C11.4744 10.0035 11.332 10.3472 11.332 10.75C11.332 11.1528 11.4744 11.4965 11.7591 11.7812C12.0438 12.066 12.3876 12.2083 12.7904 12.2083ZM1.33203 11.5833V9.91667H7.9987V11.5833H1.33203ZM3.20703 6.375C2.33203 6.375 1.59245 6.07292 0.988281 5.46875C0.384115 4.86458 0.0820312 4.125 0.0820312 3.25C0.0820312 2.375 0.384115 1.63542 0.988281 1.03125C1.59245 0.427083 2.33203 0.125 3.20703 0.125C4.08203 0.125 4.82161 0.427083 5.42578 1.03125C6.02995 1.63542 6.33203 2.375 6.33203 3.25C6.33203 4.125 6.02995 4.86458 5.42578 5.46875C4.82161 6.07292 4.08203 6.375 3.20703 6.375ZM3.20703 4.70833C3.60981 4.70833 3.95356 4.56597 4.23828 4.28125C4.523 3.99653 4.66536 3.65278 4.66536 3.25C4.66536 2.84722 4.523 2.50347 4.23828 2.21875C3.95356 1.93403 3.60981 1.79167 3.20703 1.79167C2.80425 1.79167 2.4605 1.93403 2.17578 2.21875C1.89106 2.50347 1.7487 2.84722 1.7487 3.25C1.7487 3.65278 1.89106 3.99653 2.17578 4.28125C2.4605 4.56597 2.80425 4.70833 3.20703 4.70833ZM7.9987 4.08333V2.41667H14.6654V4.08333H7.9987Z"})}),RadioCheckedIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M7.83464 12.8334L13.7096 6.95835L12.543 5.79169L7.83464 10.5L5.45964 8.12502L4.29297 9.29169L7.83464 12.8334ZM9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334Z"})}),RadioUncheckedIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M9.0013 17.3334C7.84852 17.3334 6.76519 17.1146 5.7513 16.6771C4.73741 16.2396 3.85547 15.6459 3.10547 14.8959C2.35547 14.1459 1.76172 13.2639 1.32422 12.25C0.886719 11.2361 0.667969 10.1528 0.667969 9.00002C0.667969 7.84724 0.886719 6.76391 1.32422 5.75002C1.76172 4.73613 2.35547 3.85419 3.10547 3.10419C3.85547 2.35419 4.73741 1.76044 5.7513 1.32294C6.76519 0.885437 7.84852 0.666687 9.0013 0.666687C10.1541 0.666687 11.2374 0.885437 12.2513 1.32294C13.2652 1.76044 14.1471 2.35419 14.8971 3.10419C15.6471 3.85419 16.2409 4.73613 16.6784 5.75002C17.1159 6.76391 17.3346 7.84724 17.3346 9.00002C17.3346 10.1528 17.1159 11.2361 16.6784 12.25C16.2409 13.2639 15.6471 14.1459 14.8971 14.8959C14.1471 15.6459 13.2652 16.2396 12.2513 16.6771C11.2374 17.1146 10.1541 17.3334 9.0013 17.3334ZM9.0013 15.6667C10.8624 15.6667 12.4388 15.0209 13.7305 13.7292C15.0221 12.4375 15.668 10.8611 15.668 9.00002C15.668 7.13891 15.0221 5.56252 13.7305 4.27085C12.4388 2.97919 10.8624 2.33335 9.0013 2.33335C7.14019 2.33335 5.5638 2.97919 4.27214 4.27085C2.98047 5.56252 2.33464 7.13891 2.33464 9.00002C2.33464 10.8611 2.98047 12.4375 4.27214 13.7292C5.5638 15.0209 7.14019 15.6667 9.0013 15.6667Z"})}),RemoveIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"2",viewBox:"0 0 12 2",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.167969 1.83332V0.166656H11.8346V1.83332H0.167969Z"})}),StarIcon=e=>jsxRuntime.jsx("svg",{width:"18",height:"17",viewBox:"0 0 18 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.3763 13.0209L9.0013 11.4375L11.6263 13.0417L10.9388 10.0417L13.2513 8.04169L10.2096 7.77085L9.0013 4.93752L7.79297 7.75002L4.7513 8.02085L7.0638 10.0417L6.3763 13.0209ZM3.85547 16.5L5.20964 10.6459L0.667969 6.70835L6.66797 6.18752L9.0013 0.666687L11.3346 6.18752L17.3346 6.70835L12.793 10.6459L14.1471 16.5L9.0013 13.3959L3.85547 16.5Z"})}),WalletIcon=e=>jsxRuntime.jsx("svg",{width:"17",height:"16",viewBox:"0 0 17 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2.16667 15.5C1.70833 15.5 1.31597 15.3368 0.989583 15.0104C0.663194 14.684 0.5 14.2917 0.5 13.8333V2.16667C0.5 1.70833 0.663194 1.31597 0.989583 0.989583C1.31597 0.663194 1.70833 0.5 2.16667 0.5H13.8333C14.2917 0.5 14.684 0.663194 15.0104 0.989583C15.3368 1.31597 15.5 1.70833 15.5 2.16667V4.25H13.8333V2.16667H2.16667V13.8333H13.8333V11.75H15.5V13.8333C15.5 14.2917 15.3368 14.684 15.0104 15.0104C14.684 15.3368 14.2917 15.5 13.8333 15.5H2.16667ZM8.83333 12.1667C8.375 12.1667 7.98264 12.0035 7.65625 11.6771C7.32986 11.3507 7.16667 10.9583 7.16667 10.5V5.5C7.16667 5.04167 7.32986 4.64931 7.65625 4.32292C7.98264 3.99653 8.375 3.83333 8.83333 3.83333H14.6667C15.125 3.83333 15.5174 3.99653 15.8438 4.32292C16.1701 4.64931 16.3333 5.04167 16.3333 5.5V10.5C16.3333 10.9583 16.1701 11.3507 15.8438 11.6771C15.5174 12.0035 15.125 12.1667 14.6667 12.1667H8.83333ZM14.6667 10.5V5.5H8.83333V10.5H14.6667ZM11.3333 9.25C11.6806 9.25 11.9757 9.12847 12.2188 8.88542C12.4618 8.64236 12.5833 8.34722 12.5833 8C12.5833 7.65278 12.4618 7.35764 12.2188 7.11458C11.9757 6.87153 11.6806 6.75 11.3333 6.75C10.9861 6.75 10.691 6.87153 10.4479 7.11458C10.2049 7.35764 10.0833 7.65278 10.0833 8C10.0833 8.34722 10.2049 8.64236 10.4479 8.88542C10.691 9.12847 10.9861 9.25 11.3333 9.25Z"})}),SearchIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M14.3333 15.5L9.08333 10.25C8.66667 10.5833 8.1875 10.8472 7.64583 11.0417C7.10417 11.2361 6.52778 11.3333 5.91667 11.3333C4.40278 11.3333 3.12153 10.809 2.07292 9.76042C1.02431 8.71181 0.5 7.43056 0.5 5.91667C0.5 4.40278 1.02431 3.12153 2.07292 2.07292C3.12153 1.02431 4.40278 0.5 5.91667 0.5C7.43056 0.5 8.71181 1.02431 9.76042 2.07292C10.809 3.12153 11.3333 4.40278 11.3333 5.91667C11.3333 6.52778 11.2361 7.10417 11.0417 7.64583C10.8472 8.1875 10.5833 8.66667 10.25 9.08333L15.5 14.3333L14.3333 15.5ZM5.91667 9.66667C6.95833 9.66667 7.84375 9.30208 8.57292 8.57292C9.30208 7.84375 9.66667 6.95833 9.66667 5.91667C9.66667 4.875 9.30208 3.98958 8.57292 3.26042C7.84375 2.53125 6.95833 2.16667 5.91667 2.16667C4.875 2.16667 3.98958 2.53125 3.26042 3.26042C2.53125 3.98958 2.16667 4.875 2.16667 5.91667C2.16667 6.95833 2.53125 7.84375 3.26042 8.57292C3.98958 9.30208 4.875 9.66667 5.91667 9.66667Z"})}),TimerIcon=e=>jsxRuntime.jsx("svg",{width:"16",height:"19",viewBox:"0 0 16 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M5.5 2.49998V0.833313H10.5V2.49998H5.5ZM7.16667 11.6666H8.83333V6.66665H7.16667V11.6666ZM8 18.3333C6.97222 18.3333 6.00347 18.1354 5.09375 17.7396C4.18403 17.3437 3.38889 16.8055 2.70833 16.125C2.02778 15.4444 1.48958 14.6493 1.09375 13.7396C0.697917 12.8298 0.5 11.8611 0.5 10.8333C0.5 9.80554 0.697917 8.83679 1.09375 7.92706C1.48958 7.01734 2.02778 6.2222 2.70833 5.54165C3.38889 4.86109 4.18403 4.3229 5.09375 3.92706C6.00347 3.53123 6.97222 3.33331 8 3.33331C8.86111 3.33331 9.6875 3.4722 10.4792 3.74998C11.2708 4.02776 12.0139 4.43054 12.7083 4.95831L13.875 3.79165L15.0417 4.95831L13.875 6.12498C14.4028 6.81942 14.8056 7.56248 15.0833 8.35415C15.3611 9.14581 15.5 9.9722 15.5 10.8333C15.5 11.8611 15.3021 12.8298 14.9062 13.7396C14.5104 14.6493 13.9722 15.4444 13.2917 16.125C12.6111 16.8055 11.816 17.3437 10.9062 17.7396C9.99653 18.1354 9.02778 18.3333 8 18.3333ZM8 16.6666C9.61111 16.6666 10.9861 16.0972 12.125 14.9583C13.2639 13.8194 13.8333 12.4444 13.8333 10.8333C13.8333 9.2222 13.2639 7.8472 12.125 6.70831C10.9861 5.56942 9.61111 4.99998 8 4.99998C6.38889 4.99998 5.01389 5.56942 3.875 6.70831C2.73611 7.8472 2.16667 9.2222 2.16667 10.8333C2.16667 12.4444 2.73611 13.8194 3.875 14.9583C5.01389 16.0972 6.38889 16.6666 8 16.6666Z"})}),ReferralIcon=e=>jsxRuntime.jsx("svg",{width:"20",height:"14",viewBox:"0 0 20 14",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M10.4167 6.95831C10.8194 6.51387 11.1285 6.00692 11.3438 5.43748C11.559 4.86804 11.6667 4.27776 11.6667 3.66665C11.6667 3.05554 11.559 2.46526 11.3438 1.89581C11.1285 1.32637 10.8194 0.819424 10.4167 0.37498C11.25 0.486091 11.9444 0.854146 12.5 1.47915C13.0556 2.10415 13.3333 2.83331 13.3333 3.66665C13.3333 4.49998 13.0556 5.22915 12.5 5.85415C11.9444 6.47915 11.25 6.8472 10.4167 6.95831ZM15 13.6666V11.1666C15 10.6666 14.8889 10.191 14.6667 9.73956C14.4444 9.28817 14.1528 8.88887 13.7917 8.54165C14.5 8.79165 15.1562 9.11456 15.7604 9.5104C16.3646 9.90623 16.6667 10.4583 16.6667 11.1666V13.6666H15ZM16.6667 7.83331V6.16665H15V4.49998H16.6667V2.83331H18.3333V4.49998H20V6.16665H18.3333V7.83331H16.6667ZM6.66667 6.99998C5.75 6.99998 4.96528 6.67359 4.3125 6.02081C3.65972 5.36804 3.33333 4.58331 3.33333 3.66665C3.33333 2.74998 3.65972 1.96526 4.3125 1.31248C4.96528 0.659702 5.75 0.333313 6.66667 0.333313C7.58333 0.333313 8.36806 0.659702 9.02083 1.31248C9.67361 1.96526 10 2.74998 10 3.66665C10 4.58331 9.67361 5.36804 9.02083 6.02081C8.36806 6.67359 7.58333 6.99998 6.66667 6.99998ZM0 13.6666V11.3333C0 10.8611 0.121528 10.4271 0.364583 10.0312C0.607639 9.6354 0.930556 9.33331 1.33333 9.12498C2.19444 8.69442 3.06944 8.37151 3.95833 8.15623C4.84722 7.94095 5.75 7.83331 6.66667 7.83331C7.58333 7.83331 8.48611 7.94095 9.375 8.15623C10.2639 8.37151 11.1389 8.69442 12 9.12498C12.4028 9.33331 12.7257 9.6354 12.9688 10.0312C13.2118 10.4271 13.3333 10.8611 13.3333 11.3333V13.6666H0ZM6.66667 5.33331C7.125 5.33331 7.51736 5.17012 7.84375 4.84373C8.17014 4.51734 8.33333 4.12498 8.33333 3.66665C8.33333 3.20831 8.17014 2.81595 7.84375 2.48956C7.51736 2.16317 7.125 1.99998 6.66667 1.99998C6.20833 1.99998 5.81597 2.16317 5.48958 2.48956C5.16319 2.81595 5 3.20831 5 3.66665C5 4.12498 5.16319 4.51734 5.48958 4.84373C5.81597 5.17012 6.20833 5.33331 6.66667 5.33331ZM1.66667 12H11.6667V11.3333C11.6667 11.1805 11.6285 11.0416 11.5521 10.9166C11.4757 10.7916 11.375 10.6944 11.25 10.625C10.5 10.25 9.74306 9.96873 8.97917 9.78123C8.21528 9.59373 7.44444 9.49998 6.66667 9.49998C5.88889 9.49998 5.11806 9.59373 4.35417 9.78123C3.59028 9.96873 2.83333 10.25 2.08333 10.625C1.95833 10.6944 1.85764 10.7916 1.78125 10.9166C1.70486 11.0416 1.66667 11.1805 1.66667 11.3333V12Z"})}),FeesIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"14",viewBox:"0 0 12 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2 13.6667C1.44444 13.6667 0.972222 13.4722 0.583333 13.0833C0.194444 12.6945 0 12.2222 0 11.6667V9.66668H2V0.333344L3 1.33334L4 0.333344L5 1.33334L6 0.333344L7 1.33334L8 0.333344L9 1.33334L10 0.333344L11 1.33334L12 0.333344V11.6667C12 12.2222 11.8056 12.6945 11.4167 13.0833C11.0278 13.4722 10.5556 13.6667 10 13.6667H2ZM10 12.3333C10.1889 12.3333 10.3472 12.2695 10.475 12.1417C10.6028 12.0139 10.6667 11.8556 10.6667 11.6667V2.33334H3.33333V9.66668H9.33333V11.6667C9.33333 11.8556 9.39722 12.0139 9.525 12.1417C9.65278 12.2695 9.81111 12.3333 10 12.3333ZM4 5.00001V3.66668H8V5.00001H4ZM4 7.00001V5.66668H8V7.00001H4ZM9.33333 5.00001C9.14444 5.00001 8.98611 4.93612 8.85833 4.80834C8.73056 4.68057 8.66667 4.52223 8.66667 4.33334C8.66667 4.14445 8.73056 3.98612 8.85833 3.85834C8.98611 3.73057 9.14444 3.66668 9.33333 3.66668C9.52222 3.66668 9.68056 3.73057 9.80833 3.85834C9.93611 3.98612 10 4.14445 10 4.33334C10 4.52223 9.93611 4.68057 9.80833 4.80834C9.68056 4.93612 9.52222 5.00001 9.33333 5.00001ZM9.33333 7.00001C9.14444 7.00001 8.98611 6.93612 8.85833 6.80834C8.73056 6.68057 8.66667 6.52223 8.66667 6.33334C8.66667 6.14445 8.73056 5.98612 8.85833 5.85834C8.98611 5.73057 9.14444 5.66668 9.33333 5.66668C9.52222 5.66668 9.68056 5.73057 9.80833 5.85834C9.93611 5.98612 10 6.14445 10 6.33334C10 6.52223 9.93611 6.68057 9.80833 6.80834C9.68056 6.93612 9.52222 7.00001 9.33333 7.00001ZM2 12.3333H8V11H1.33333V11.6667C1.33333 11.8556 1.39722 12.0139 1.525 12.1417C1.65278 12.2695 1.81111 12.3333 2 12.3333Z",fill:"currentColor"})}),OpenInNewIcon=e=>jsxRuntime.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M1.33333 12C0.966667 12 0.652778 11.8694 0.391667 11.6083C0.130556 11.3472 0 11.0333 0 10.6667V1.33333C0 0.966667 0.130556 0.652778 0.391667 0.391667C0.652778 0.130556 0.966667 0 1.33333 0H6V1.33333H1.33333V10.6667H10.6667V6H12V10.6667C12 11.0333 11.8694 11.3472 11.6083 11.6083C11.3472 11.8694 11.0333 12 10.6667 12H1.33333ZM4.46667 8.46667L3.53333 7.53333L9.73333 1.33333H7.33333V0H12V4.66667H10.6667V2.26667L4.46667 8.46667Z",fill:"currentColor"})}),ArrowEastIcon=e=>jsxRuntime.jsx("svg",{width:"21",height:"14",viewBox:"0 0 21 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M13.1367 14L11.7117 12.6L16.3117 8H0.136719V6H16.3117L11.7367 1.4L13.1367 0L20.1367 7L13.1367 14Z",fill:"currentColor"})}),CheckCircleIcon=e=>jsxRuntime.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.06536 10.0667L10.7654 5.36666L9.83203 4.43333L6.06536 8.19999L4.16536 6.29999L3.23203 7.23333L6.06536 10.0667ZM6.9987 13.6667C6.07648 13.6667 5.20981 13.4917 4.3987 13.1417C3.58759 12.7917 2.88203 12.3167 2.28203 11.7167C1.68203 11.1167 1.20703 10.4111 0.857031 9.59999C0.507031 8.78888 0.332031 7.92222 0.332031 6.99999C0.332031 6.07777 0.507031 5.21111 0.857031 4.39999C1.20703 3.58888 1.68203 2.88333 2.28203 2.28333C2.88203 1.68333 3.58759 1.20833 4.3987 0.858328C5.20981 0.508328 6.07648 0.333328 6.9987 0.333328C7.92092 0.333328 8.78759 0.508328 9.5987 0.858328C10.4098 1.20833 11.1154 1.68333 11.7154 2.28333C12.3154 2.88333 12.7904 3.58888 13.1404 4.39999C13.4904 5.21111 13.6654 6.07777 13.6654 6.99999C13.6654 7.92222 13.4904 8.78888 13.1404 9.59999C12.7904 10.4111 12.3154 11.1167 11.7154 11.7167C11.1154 12.3167 10.4098 12.7917 9.5987 13.1417C8.78759 13.4917 7.92092 13.6667 6.9987 13.6667ZM6.9987 12.3333C8.48759 12.3333 9.7487 11.8167 10.782 10.7833C11.8154 9.74999 12.332 8.48888 12.332 6.99999C12.332 5.51111 11.8154 4.24999 10.782 3.21666C9.7487 2.18333 8.48759 1.66666 6.9987 1.66666C5.50981 1.66666 4.2487 2.18333 3.21536 3.21666C2.18203 4.24999 1.66536 5.51111 1.66536 6.99999C1.66536 8.48888 2.18203 9.74999 3.21536 10.7833C4.2487 11.8167 5.50981 12.3333 6.9987 12.3333Z",fill:"currentColor"})}),FingerprintIcon=e=>jsxRuntime.jsx("svg",{width:"13",height:"14",viewBox:"0 0 13 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.17059 2.00668C7.34517 2.00668 8.45327 2.26308 9.49488 2.77587C10.5365 3.28866 11.4064 4.02967 12.1045 4.9989C12.182 5.10033 12.207 5.19049 12.1793 5.26939C12.1515 5.34828 12.1045 5.4159 12.038 5.47225C11.9715 5.5286 11.8939 5.55396 11.8053 5.54832C11.7166 5.54269 11.6391 5.49479 11.5726 5.40463C10.9631 4.52556 10.1791 3.85217 9.22063 3.38446C8.26212 2.91675 7.24544 2.68289 6.17059 2.68289C5.09573 2.68289 4.08737 2.91675 3.14548 3.38446C2.2036 3.85217 1.42239 4.52556 0.801856 5.40463C0.73537 5.50606 0.657803 5.56241 0.569155 5.57368C0.480507 5.58495 0.40294 5.56241 0.336454 5.50606C0.258888 5.44971 0.211793 5.37927 0.195172 5.29474C0.178551 5.21022 0.203483 5.12287 0.269969 5.03271C0.956989 4.07475 1.81854 3.33092 2.85461 2.80123C3.89068 2.27153 4.99601 2.00668 6.17059 2.00668ZM6.17059 3.59577C7.66652 3.59577 8.95192 4.10293 10.0268 5.11724C11.1016 6.13155 11.6391 7.38817 11.6391 8.8871C11.6391 9.4506 11.4424 9.92113 11.049 10.2987C10.6556 10.6762 10.1764 10.865 9.61123 10.865C9.0461 10.865 8.56131 10.6762 8.15686 10.2987C7.7524 9.92113 7.55017 9.4506 7.55017 8.8871C7.55017 8.51518 7.41443 8.20244 7.14295 7.94886C6.87146 7.69528 6.54734 7.56849 6.17059 7.56849C5.79384 7.56849 5.46972 7.69528 5.19823 7.94886C4.92675 8.20244 4.79101 8.51518 4.79101 8.8871C4.79101 9.9803 5.10959 10.8932 5.74674 11.6257C6.3839 12.3583 7.20666 12.8711 8.21503 13.1641C8.31476 13.1979 8.38125 13.2543 8.41449 13.3332C8.44773 13.4121 8.45327 13.4966 8.43111 13.5867C8.40895 13.6656 8.36462 13.7332 8.29814 13.7896C8.23165 13.846 8.14854 13.8629 8.04882 13.8403C6.89639 13.5473 5.95451 12.9641 5.22317 12.0906C4.49182 11.2172 4.12615 10.1493 4.12615 8.8871C4.12615 8.32359 4.32561 7.85024 4.72452 7.46706C5.12344 7.08388 5.60546 6.89228 6.17059 6.89228C6.73572 6.89228 7.21774 7.08388 7.61666 7.46706C8.01557 7.85024 8.21503 8.32359 8.21503 8.8871C8.21503 9.25901 8.35354 9.57176 8.63057 9.82533C8.90759 10.0789 9.23448 10.2057 9.61123 10.2057C9.98799 10.2057 10.3093 10.0789 10.5753 9.82533C10.8412 9.57176 10.9742 9.25901 10.9742 8.8871C10.9742 7.57976 10.5033 6.48092 9.56137 5.59058C8.61949 4.70024 7.49477 4.25507 6.18721 4.25507C4.87966 4.25507 3.75494 4.70024 2.81305 5.59058C1.87117 6.48092 1.40023 7.57413 1.40023 8.87019C1.40023 9.14067 1.42516 9.47878 1.47503 9.8845C1.52489 10.2902 1.64401 10.7636 1.83239 11.3045C1.86563 11.406 1.86286 11.4961 1.82408 11.575C1.78529 11.6539 1.72158 11.7103 1.63293 11.7441C1.54428 11.7779 1.4584 11.7751 1.3753 11.7356C1.29219 11.6962 1.23401 11.6314 1.20077 11.5412C1.03456 11.1017 0.915436 10.665 0.843409 10.2311C0.771383 9.79716 0.73537 9.34917 0.73537 8.8871C0.73537 7.38817 1.27003 6.13155 2.33934 5.11724C3.40866 4.10293 4.68574 3.59577 6.17059 3.59577ZM6.17059 0.349976C6.87977 0.349976 7.57233 0.437319 8.24827 0.612006C8.92421 0.786693 9.57799 1.03745 10.2096 1.36429C10.3093 1.42064 10.3675 1.48826 10.3841 1.56715C10.4008 1.64604 10.3924 1.72493 10.3592 1.80382C10.326 1.88271 10.2706 1.9447 10.193 1.98978C10.1154 2.03486 10.0212 2.02922 9.91042 1.97287C9.32313 1.66858 8.71644 1.43473 8.09037 1.27131C7.46429 1.10789 6.82437 1.02618 6.17059 1.02618C5.52789 1.02618 4.89628 1.10226 4.27574 1.2544C3.65521 1.40655 3.06238 1.64604 2.49725 1.97287C2.4086 2.02922 2.31995 2.04331 2.2313 2.01514C2.14265 1.98696 2.07617 1.92779 2.03184 1.83763C1.98752 1.74747 1.97644 1.66576 1.9986 1.59251C2.02076 1.51925 2.07617 1.45445 2.16482 1.3981C2.78535 1.05999 3.43359 0.800781 4.10953 0.620459C4.78547 0.440137 5.47249 0.349976 6.17059 0.349976ZM6.17059 5.23558C7.20112 5.23558 8.0876 5.58777 8.83002 6.29215C9.57245 6.99653 9.94366 7.86151 9.94366 8.8871C9.94366 8.98853 9.91319 9.07024 9.85225 9.13222C9.7913 9.19421 9.71096 9.2252 9.61123 9.2252C9.52259 9.2252 9.44502 9.19421 9.37853 9.13222C9.31205 9.07024 9.2788 8.98853 9.2788 8.8871C9.2788 8.04184 8.97131 7.33464 8.35631 6.76549C7.74132 6.19635 7.01274 5.91178 6.17059 5.91178C5.32844 5.91178 4.6054 6.19635 4.00149 6.76549C3.39758 7.33464 3.09562 8.04184 3.09562 8.8871C3.09562 9.79998 3.25075 10.5748 3.56102 11.2116C3.87129 11.8483 4.32561 12.4879 4.92398 13.1303C4.99047 13.1979 5.02371 13.2768 5.02371 13.367C5.02371 13.4571 4.99047 13.536 4.92398 13.6036C4.85749 13.6713 4.77993 13.7051 4.69128 13.7051C4.60263 13.7051 4.52506 13.6713 4.45858 13.6036C3.8048 12.9049 3.30339 12.1921 2.95434 11.4651C2.60528 10.7382 2.43076 9.87887 2.43076 8.8871C2.43076 7.86151 2.79643 6.99653 3.52778 6.29215C4.25912 5.58777 5.14006 5.23558 6.17059 5.23558ZM6.15397 8.54899C6.2537 8.54899 6.33403 8.5828 6.39498 8.65042C6.45592 8.71804 6.4864 8.79693 6.4864 8.8871C6.4864 9.73236 6.78558 10.4255 7.38396 10.9664C7.98233 11.5074 8.68043 11.7779 9.47826 11.7779C9.54475 11.7779 9.63894 11.7722 9.76083 11.761C9.88272 11.7497 10.0101 11.7328 10.1431 11.7103C10.2428 11.6877 10.3287 11.7018 10.4008 11.7525C10.4728 11.8032 10.5199 11.8793 10.542 11.9807C10.5642 12.0709 10.5476 12.1498 10.4922 12.2174C10.4368 12.285 10.3647 12.3301 10.2761 12.3527C10.0766 12.409 9.90211 12.44 9.75252 12.4456C9.60292 12.4513 9.5115 12.4541 9.47826 12.4541C8.49205 12.4541 7.63605 12.116 6.91025 11.4398C6.18444 10.7636 5.82154 9.91268 5.82154 8.8871C5.82154 8.79693 5.85201 8.71804 5.91296 8.65042C5.9739 8.5828 6.05424 8.54899 6.15397 8.54899Z",fill:"currentColor"})}),CompareArrowsIcon=e=>jsxRuntime.jsx("svg",{width:"15",height:"12",viewBox:"0 0 15 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M4.53203 11.666L3.55203 10.6863L5.35453 8.91602H0.332031V7.54102H5.35453L3.55203 5.7707L4.53203 4.79102L8.03203 8.22852L4.53203 11.666ZM10.132 7.54102L6.63203 4.10352L10.132 0.666016L11.112 1.6457L9.30953 3.41602H14.332V4.79102H9.30953L11.112 6.56133L10.132 7.54102Z",fill:"currentColor"})}),MinusIcon=({rectFill:e="#F7CFDB",pathFill:t="#E36492",...i})=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[jsxRuntime.jsx("rect",{width:"20",height:"20",rx:"10",fill:e}),jsxRuntime.jsx("mask",{id:"mask0_16264_15926",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"2",y:"2",width:"16",height:"16",children:jsxRuntime.jsx("rect",{x:"2",y:"2",width:"16",height:"16",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_16264_15926)",children:jsxRuntime.jsx("path",{d:"M5.9987 10.6668C5.80981 10.6668 5.65148 10.6029 5.5237 10.4752C5.39592 10.3474 5.33203 10.1891 5.33203 10.0002C5.33203 9.81127 5.39592 9.65294 5.5237 9.52516C5.65148 9.39738 5.80981 9.3335 5.9987 9.3335H13.9987C14.1876 9.3335 14.3459 9.39738 14.4737 9.52516C14.6015 9.65294 14.6654 9.81127 14.6654 10.0002C14.6654 10.1891 14.6015 10.3474 14.4737 10.4752C14.3459 10.6029 14.1876 10.6668 13.9987 10.6668H5.9987Z",fill:t})})]}),PlusIcon=({rectFill:e="#99DFC7",pathFill:t="#2CAC7F",...i})=>jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[jsxRuntime.jsx("rect",{width:"20",height:"20",rx:"10",fill:e}),jsxRuntime.jsx("mask",{id:"mask0_16264_15930",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"2",y:"2",width:"16",height:"16",children:jsxRuntime.jsx("rect",{x:"2",y:"2",width:"16",height:"16",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_16264_15930)",children:jsxRuntime.jsx("path",{d:"M9.33203 10.6685H5.9987C5.80981 10.6685 5.65148 10.6046 5.5237 10.4769C5.39592 10.3491 5.33203 10.1908 5.33203 10.0019C5.33203 9.81298 5.39592 9.65465 5.5237 9.52687C5.65148 9.39909 5.80981 9.3352 5.9987 9.3352H9.33203V6.00187C9.33203 5.81298 9.39592 5.65465 9.5237 5.52687C9.65148 5.39909 9.80981 5.33521 9.9987 5.33521C10.1876 5.33521 10.3459 5.39909 10.4737 5.52687C10.6015 5.65465 10.6654 5.81298 10.6654 6.00187V9.3352H13.9987C14.1876 9.3352 14.3459 9.39909 14.4737 9.52687C14.6015 9.65465 14.6654 9.81298 14.6654 10.0019C14.6654 10.1908 14.6015 10.3491 14.4737 10.4769C14.3459 10.6046 14.1876 10.6685 13.9987 10.6685H10.6654V14.0019C10.6654 14.1908 10.6015 14.3491 10.4737 14.4769C10.3459 14.6046 10.1876 14.6685 9.9987 14.6685C9.80981 14.6685 9.65148 14.6046 9.5237 14.4769C9.39592 14.3491 9.33203 14.1908 9.33203 14.0019V10.6685Z",fill:t})})]}),Checked=e=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[jsxRuntime.jsx("mask",{id:"mask0_14594_15086",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24",children:jsxRuntime.jsx("rect",{width:"24",height:"24",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_14594_15086)",children:jsxRuntime.jsx("path",{d:"M10.6 13.4L8.45 11.25C8.26667 11.0667 8.03333 10.975 7.75 10.975C7.46667 10.975 7.23333 11.0667 7.05 11.25C6.86667 11.4333 6.775 11.6667 6.775 11.95C6.775 12.2333 6.86667 12.4667 7.05 12.65L9.9 15.5C10.1 15.7 10.3333 15.8 10.6 15.8C10.8667 15.8 11.1 15.7 11.3 15.5L16.95 9.85C17.1333 9.66667 17.225 9.43333 17.225 9.15C17.225 8.86667 17.1333 8.63333 16.95 8.45C16.7667 8.26667 16.5333 8.175 16.25 8.175C15.9667 8.175 15.7333 8.26667 15.55 8.45L10.6 13.4ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5Z",fill:e.color||"#E36492"})})]}),Unchecked=e=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",...e,children:[jsxRuntime.jsx("mask",{id:"mask0_14594_15093",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24",children:jsxRuntime.jsx("rect",{width:"24",height:"24",fill:"#D9D9D9"})}),jsxRuntime.jsx("g",{mask:"url(#mask0_14594_15093)",children:jsxRuntime.jsx("path",{d:"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",fill:"currentColor"})})]}),Share=e=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",...e,children:jsxRuntime.jsx("path",{d:"M11.333 14.6663C10.7775 14.6663 10.3052 14.4719 9.91634 14.083C9.52745 13.6941 9.33301 13.2219 9.33301 12.6663C9.33301 12.5997 9.34968 12.4441 9.38301 12.1997L4.69967 9.46634C4.5219 9.63301 4.31634 9.76356 4.08301 9.85801C3.84967 9.95245 3.59967 9.99967 3.33301 9.99967C2.77745 9.99967 2.30523 9.80523 1.91634 9.41634C1.52745 9.02745 1.33301 8.55523 1.33301 7.99967C1.33301 7.44412 1.52745 6.9719 1.91634 6.58301C2.30523 6.19412 2.77745 5.99967 3.33301 5.99967C3.59967 5.99967 3.84967 6.0469 4.08301 6.14134C4.31634 6.23579 4.5219 6.36634 4.69967 6.53301L9.38301 3.79967C9.36079 3.7219 9.3469 3.6469 9.34134 3.57467C9.33579 3.50245 9.33301 3.4219 9.33301 3.33301C9.33301 2.77745 9.52745 2.30523 9.91634 1.91634C10.3052 1.52745 10.7775 1.33301 11.333 1.33301C11.8886 1.33301 12.3608 1.52745 12.7497 1.91634C13.1386 2.30523 13.333 2.77745 13.333 3.33301C13.333 3.88856 13.1386 4.36079 12.7497 4.74967C12.3608 5.13856 11.8886 5.33301 11.333 5.33301C11.0663 5.33301 10.8163 5.28579 10.583 5.19134C10.3497 5.0969 10.1441 4.96634 9.96634 4.79967L5.28301 7.53301C5.30523 7.61079 5.31912 7.68579 5.32467 7.75801C5.33023 7.83023 5.33301 7.91079 5.33301 7.99967C5.33301 8.08856 5.33023 8.16912 5.32467 8.24134C5.31912 8.31356 5.30523 8.38856 5.28301 8.46634L9.96634 11.1997C10.1441 11.033 10.3497 10.9025 10.583 10.808C10.8163 10.7136 11.0663 10.6663 11.333 10.6663C11.8886 10.6663 12.3608 10.8608 12.7497 11.2497C13.1386 11.6386 13.333 12.1108 13.333 12.6663C13.333 13.2219 13.1386 13.6941 12.7497 14.083C12.3608 14.4719 11.8886 14.6663 11.333 14.6663ZM11.333 13.333C11.5219 13.333 11.6802 13.2691 11.808 13.1413C11.9358 13.0136 11.9997 12.8552 11.9997 12.6663C11.9997 12.4775 11.9358 12.3191 11.808 12.1913C11.6802 12.0636 11.5219 11.9997 11.333 11.9997C11.1441 11.9997 10.9858 12.0636 10.858 12.1913C10.7302 12.3191 10.6663 12.4775 10.6663 12.6663C10.6663 12.8552 10.7302 13.0136 10.858 13.1413C10.9858 13.2691 11.1441 13.333 11.333 13.333ZM3.33301 8.66634C3.5219 8.66634 3.68023 8.60245 3.80801 8.47467C3.93579 8.3469 3.99967 8.18856 3.99967 7.99967C3.99967 7.81079 3.93579 7.65245 3.80801 7.52467C3.68023 7.3969 3.5219 7.33301 3.33301 7.33301C3.14412 7.33301 2.98579 7.3969 2.85801 7.52467C2.73023 7.65245 2.66634 7.81079 2.66634 7.99967C2.66634 8.18856 2.73023 8.3469 2.85801 8.47467C2.98579 8.60245 3.14412 8.66634 3.33301 8.66634ZM11.333 3.99967C11.5219 3.99967 11.6802 3.93579 11.808 3.80801C11.9358 3.68023 11.9997 3.5219 11.9997 3.33301C11.9997 3.14412 11.9358 2.98579 11.808 2.85801C11.6802 2.73023 11.5219 2.66634 11.333 2.66634C11.1441 2.66634 10.9858 2.73023 10.858 2.85801C10.7302 2.98579 10.6663 3.14412 10.6663 3.33301C10.6663 3.5219 10.7302 3.68023 10.858 3.80801C10.9858 3.93579 11.1441 3.99967 11.333 3.99967Z",fill:"currentColor"})}),InfinityIcon=e=>jsxRuntime.jsx("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M6.41599 20.1249C4.70841 20.1249 3.26069 19.5311 2.07281 18.3434C0.884946 17.1558 0.291016 15.7083 0.291016 14.001C0.291016 12.2937 0.884946 10.8459 2.07281 9.65752C3.26069 8.46918 4.70841 7.875 6.41599 7.875C7.0959 7.875 7.74825 7.99578 8.37304 8.23734C8.99781 8.4789 9.56147 8.82179 10.064 9.26602L12.2942 11.2314L10.9705 12.4025L8.89294 10.5673C8.5519 10.2741 8.16824 10.0438 7.74196 9.87624C7.31568 9.70871 6.87342 9.62494 6.41517 9.62494C5.20705 9.62494 4.17599 10.0522 3.32199 10.9067C2.46799 11.7613 2.04099 12.7929 2.04099 14.0018C2.04099 15.2106 2.46799 16.2417 3.32199 17.095C4.17599 17.9483 5.20705 18.375 6.41517 18.375C6.87342 18.375 7.31568 18.2912 7.74196 18.1237C8.16824 17.9562 8.5519 17.7258 8.89294 17.4327L17.9346 9.26602C18.4297 8.8143 18.9908 8.46953 19.618 8.23171C20.2452 7.9939 20.9001 7.875 21.5827 7.875C23.2902 7.875 24.738 8.46883 25.9258 9.6565C27.1137 10.8442 27.7076 12.2917 27.7076 13.999C27.7076 15.7063 27.1137 17.1541 25.9258 18.3424C24.738 19.5308 23.2902 20.1249 21.5827 20.1249C20.9006 20.1249 20.2496 20.0023 19.6296 19.757C19.0096 19.5117 18.4446 19.1707 17.9346 18.7339L15.7269 16.7685L17.0281 15.5862L19.1057 17.4327C19.4467 17.7348 19.8304 17.9674 20.2567 18.1304C20.683 18.2935 21.1252 18.375 21.5835 18.375C22.7916 18.375 23.8227 17.9477 24.6767 17.0932C25.5307 16.2387 25.9577 15.207 25.9577 13.9982C25.9577 12.7893 25.5307 11.7582 24.6767 10.9049C23.8227 10.0516 22.7916 9.62494 21.5835 9.62494C21.1252 9.62494 20.683 9.70871 20.2567 9.87624C19.8304 10.0438 19.4467 10.2741 19.1057 10.5673L10.064 18.7339C9.56896 19.1856 9.00782 19.5304 8.38062 19.7682C7.7534 20.006 7.09852 20.1249 6.41599 20.1249Z",fill:"currentColor"})}),WalletIconRose=e=>jsxRuntime.jsx("svg",{width:"19",height:"18",viewBox:"0 0 19 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2H10C8.81667 2 7.85417 2.37083 7.1125 3.1125C6.37083 3.85417 6 4.81667 6 6V12C6 13.1833 6.37083 14.1458 7.1125 14.8875C7.85417 15.6292 8.81667 16 10 16H18C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM10 14C9.45 14 8.97917 13.8042 8.5875 13.4125C8.19583 13.0208 8 12.55 8 12V6C8 5.45 8.19583 4.97917 8.5875 4.5875C8.97917 4.19583 9.45 4 10 4H17C17.55 4 18.0208 4.19583 18.4125 4.5875C18.8042 4.97917 19 5.45 19 6V12C19 12.55 18.8042 13.0208 18.4125 13.4125C18.0208 13.8042 17.55 14 17 14H10ZM13 10.5C13.4333 10.5 13.7917 10.3583 14.075 10.075C14.3583 9.79167 14.5 9.43333 14.5 9C14.5 8.56667 14.3583 8.20833 14.075 7.925C13.7917 7.64167 13.4333 7.5 13 7.5C12.5667 7.5 12.2083 7.64167 11.925 7.925C11.6417 8.20833 11.5 8.56667 11.5 9C11.5 9.43333 11.6417 9.79167 11.925 10.075C12.2083 10.3583 12.5667 10.5 13 10.5Z",fill:"#E36492"})}),PasskeyIcon=({...e})=>jsxRuntime.jsx("svg",{width:"20",height:"19",viewBox:"0 0 20 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:jsxRuntime.jsx("path",{d:"M0.5 16V13.2C0.5 12.6333 0.645833 12.1125 0.9375 11.6375C1.22917 11.1625 1.61667 10.8 2.1 10.55C3.13333 10.0333 4.18333 9.64583 5.25 9.3875C6.31667 9.12917 7.4 9 8.5 9C8.83333 9 9.16667 9.0125 9.5 9.0375C9.83333 9.0625 10.1667 9.1 10.5 9.15C10.4333 10.1167 10.6083 11.0292 11.025 11.8875C11.4417 12.7458 12.05 13.45 12.85 14V16H0.5ZM16.5 19L15 17.5V12.85C14.2667 12.6333 13.6667 12.2208 13.2 11.6125C12.7333 11.0042 12.5 10.3 12.5 9.5C12.5 8.53333 12.8417 7.70833 13.525 7.025C14.2083 6.34167 15.0333 6 16 6C16.9667 6 17.7917 6.34167 18.475 7.025C19.1583 7.70833 19.5 8.53333 19.5 9.5C19.5 10.25 19.2875 10.9167 18.8625 11.5C18.4375 12.0833 17.9 12.5 17.25 12.75L18.5 14L17 15.5L18.5 17L16.5 19ZM8.5 8C7.4 8 6.45833 7.60833 5.675 6.825C4.89167 6.04167 4.5 5.1 4.5 4C4.5 2.9 4.89167 1.95833 5.675 1.175C6.45833 0.391667 7.4 0 8.5 0C9.6 0 10.5417 0.391667 11.325 1.175C12.1083 1.95833 12.5 2.9 12.5 4C12.5 5.1 12.1083 6.04167 11.325 6.825C10.5417 7.60833 9.6 8 8.5 8ZM16 10C16.2833 10 16.5208 9.90417 16.7125 9.7125C16.9042 9.52083 17 9.28333 17 9C17 8.71667 16.9042 8.47917 16.7125 8.2875C16.5208 8.09583 16.2833 8 16 8C15.7167 8 15.4792 8.09583 15.2875 8.2875C15.0958 8.47917 15 8.71667 15 9C15 9.28333 15.0958 9.52083 15.2875 9.7125C15.4792 9.90417 15.7167 10 16 10Z",fill:"#E36492"})}),ChainflipIcon=e=>jsxRuntime.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"#222222"}),jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"12",fill:"url(#paint0_radial_16260_59346)",fillOpacity:"0.15"}),jsxRuntime.jsxs("g",{clipPath:"url(#clip0_16260_59346)",children:[jsxRuntime.jsx("path",{d:"M17.9999 5.98035V11.0893C17.9999 11.9975 17.7125 12.8774 17.1939 13.6012C17.0326 13.8282 16.8504 14.034 16.6471 14.2256L16.6331 14.2327H14.2359V9.49982H12.0139H9.77096H9.57469H7.35974L7.38778 9.47144L9.26628 7.70461L9.96021 7.0589C10.7453 6.32094 11.7125 5.98035 12.778 5.98035H17.9999Z",fill:"url(#paint1_linear_16260_59346)"}),jsxRuntime.jsx("path",{d:"M16.6333 14.2398L16.6263 14.2469L16.6193 14.254L16.4931 14.3747L16.0165 14.8288L14.2852 16.4537L14.1169 16.6098C13.3319 17.3407 12.3015 17.738 11.2431 17.738H6.00012V15.4532L6.00713 14.2327L6.02115 12.6078C6.02816 11.4228 6.5118 10.3017 7.36694 9.4928H9.5819H9.58891V14.2327H16.6333V14.2398Z",fill:"url(#paint2_linear_16260_59346)"})]}),jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("radialGradient",{id:"paint0_radial_16260_59346",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(0.999999) rotate(48.8141) scale(31.8904)",children:[jsxRuntime.jsx("stop",{stopColor:"white"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"white",stopOpacity:"0"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint1_linear_16260_59346",x1:"12.9315",y1:"5.47634",x2:"12.2436",y2:"18.4428",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#48EF8A"}),jsxRuntime.jsx("stop",{offset:"0.5458",stopColor:"#43B4A6"}),jsxRuntime.jsx("stop",{offset:"0.6918",stopColor:"#2D796F"}),jsxRuntime.jsx("stop",{offset:"0.9662",stopColor:"black"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint2_linear_16260_59346",x1:"11.6332",y1:"18.3813",x2:"9.82728",y2:"5.0946",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#FF5F96"}),jsxRuntime.jsx("stop",{offset:"0.6103",stopColor:"#FF33AF"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"black"})]}),jsxRuntime.jsx("clipPath",{id:"clip0_16260_59346",children:jsxRuntime.jsx("rect",{width:"12",height:"11.7647",fill:"white",transform:"translate(6 5.98035)"})})]})]}),RelayLinkIcon=e=>jsxRuntime.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 600 600",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[jsxRuntime.jsx("path",{d:"M299.4 447.057L387.768 396.038V249.701L261.037 176.533L172.76 227.5L299.4 300.615V447.057Z",fill:"url(#paint0_linear_61_2)"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M300 128.75L346.737 101.662L304.683 77.3819C301.785 75.709 298.215 75.709 295.317 77.3819L109.548 184.636C106.651 186.309 104.866 189.4 104.866 192.746V407.254C104.866 410.6 106.651 413.692 109.548 415.364L295.317 522.618C298.215 524.291 301.785 524.291 304.683 522.618L490.452 415.364C493.349 413.692 495.134 410.6 495.134 407.254V358.613L448.307 385.625L300 471.25L151.693 385.625V214.375L300 128.75Z",fill:"url(#paint1_linear_61_2)"}),jsxRuntime.jsx("path",{d:"M407.406 384.568L495.078 333.951V193.022C495.078 189.676 493.292 186.584 490.395 184.911L368.346 114.447L281.771 164.431L407.406 236.966V384.568Z",fill:"url(#paint2_linear_61_2)"}),jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("linearGradient",{id:"paint0_linear_61_2",x1:"241.468",y1:"193.157",x2:"207.525",y2:"429.887",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#624AFF"}),jsxRuntime.jsx("stop",{offset:"0.98",stopColor:"#DD09FF"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint1_linear_61_2",x1:"180.056",y1:"494.56",x2:"234.169",y2:"49.7161",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#EF41FF"}),jsxRuntime.jsx("stop",{offset:"0.67",stopColor:"#1F6BFF"}),jsxRuntime.jsx("stop",{offset:"1",stopColor:"#7DEFFF"})]}),jsxRuntime.jsxs("linearGradient",{id:"paint2_linear_61_2",x1:"372.264",y1:"86.2467",x2:"319.851",y2:"316.686",gradientUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("stop",{stopColor:"#7DEFFF"}),jsxRuntime.jsx("stop",{offset:"0.985",stopColor:"#5707FF"})]})]})]}),ThorswapIcon=e=>jsxRuntime.jsxs("svg",{version:"1.1",id:"Layer_2",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:16,height:16,viewBox:"0 0 2988 2988",style:{background:"new 0 0 2988 2988"},xmlSpace:"preserve",...e,children:[jsxRuntime.jsx("style",{type:"text/css",children:`.st0{enable-background:new;}
|
|
48
48
|
.st1{fill:url(#SVGID_1_);}`}),jsxRuntime.jsx("ellipse",{className:"st0",cx:"1494.8",cy:"1494",rx:"1443.3",ry:"1442.6"}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsxs("linearGradient",{id:"SVGID_1_",gradientUnits:"userSpaceOnUse",x1:"2551.4639",y1:"437.3013",x2:"438.0661",y2:"2550.699",children:[jsxRuntime.jsx("stop",{offset:"0",style:{stopColor:"#3EF8F3"}}),jsxRuntime.jsx("stop",{offset:"1",style:{stopColor:"#07AEFE"}})]})}),jsxRuntime.jsx("path",{className:"st1",d:`M2872.1,912.5c-75.3-177.9-183.1-337.7-320.3-474.9c-26.2-26.2-53.2-51.3-81-75.3c-3.1-2.6-6.2-5.3-9.3-7.9
|
|
49
49
|
c-115.6-98.2-244.6-177.6-384.9-236.9C1892.3,39.5,1696.5,0,1494.7,0C1293,0,1097.2,39.5,912.9,117.4
|
|
50
50
|
c-178,75.3-337.9,182.9-475.1,320.1c-137.3,137.2-245,297-320.3,474.9C39.5,1096.7,0,1292.3,0,1494c0,201.7,39.5,397.3,117.5,581.5
|